Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Broken links and incorrect notification color tokens #4282

Merged
merged 4 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/data/guidelines/color-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -4054,7 +4054,7 @@ const colorTokens = {
},
g90: {
name: 'Gray 80',
hex: '#8d8d8d',
hex: '#393939',
},
g100: {
name: 'Gray 90',
Expand All @@ -4075,7 +4075,7 @@ const colorTokens = {
},
g90: {
name: 'Gray 80',
hex: '#8d8d8d',
hex: '#393939',
},
g100: {
name: 'Gray 90',
Expand All @@ -4096,7 +4096,7 @@ const colorTokens = {
},
g90: {
name: 'Gray 80',
hex: '#8d8d8d',
hex: '#393939',
},
g100: {
name: 'Gray 90',
Expand All @@ -4108,16 +4108,16 @@ const colorTokens = {
role: ['Warning low contrast notification background'],
value: {
white: {
name: 'Yellow 30, White',
hex: '#f1c21b, #ffffff',
name: 'Yellow 10',
hex: '#fcf4d6',
},
g10: {
name: 'Yellow 30, White',
hex: '#f1c21b, #ffffff',
name: 'Yellow 10',
hex: '#fcf4d6',
},
g90: {
name: 'Gray 80',
hex: '#8d8d8d',
hex: '#393939',
},
g100: {
name: 'Gray 90',
Expand Down
13 changes: 7 additions & 6 deletions src/pages/designing/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,19 @@ guidance and components.

_For IBMers only:_

IBMers should get a license for Figma, our primary design kit tool. You may also
access tools we no longer support, Sketch, Adobe XD, and Axure, by heading to
the [Design Toolbox](https://w3.ibm.com/design/toolbox/). However, we no longer
maintain or update the kits for these tools. We recommend you migrate to Figma
to get the most updated kits we offer.
IBMers should get a license for Figma, our primary design kit tool. We no longer
maintain or support the libraries in Sketch, Adobe XD, and Axure, but you can
view the
[w3 Apps Software Licenses](https://ibm.service-now.com/slm?id=toolbox_ibm&sys_id=823b779e1b047c508c6099f9bc4bcb4a)
page to see license availability for these design tools if needed. We recommend
you migrate to Figma to get our most updated kits.

<Row className="resource-card-group">

<Column colLg={4} colMd={4} noGutterSm>
<ResourceCard
subTitle="Get Figma"
href="https://w3.ibm.com/design/toolbox/?&_ga=2.49792614.1500760159.1682969477-2020417520.1680805833#/ui-design-tools/figma/README"
href="https://ibmtest.service-now.com/slm?id=toolbox_ibm&sys_id=f850fa5f4758dd10d9607351e36d43b8"
actionIcon="launch">
<MdxIcon name="figma" />
</ResourceCard>
Expand Down
Loading