|
1 | | -// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 1 | +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing |
2 | 2 |
|
3 | 3 | exports[`Design tokens artifacts Design tokens JSON for classic matches the snapshot: classic 1`] = ` |
4 | 4 | { |
@@ -12536,8 +12536,8 @@ exports[`Design tokens artifacts Design tokens JSON for classic matches the snap |
12536 | 12536 | "color-text-body-secondary": { |
12537 | 12537 | "$description": "The color of text that is secondary to base text. For example: text in the navigation and tools panels.", |
12538 | 12538 | "$value": { |
12539 | | - "dark": "#d5dbdb", |
12540 | | - "light": "#545b64", |
| 12539 | + "dark": "#16191f", |
| 12540 | + "light": "#16191f", |
12541 | 12541 | }, |
12542 | 12542 | }, |
12543 | 12543 | "color-text-breadcrumb-current": { |
@@ -12690,8 +12690,8 @@ exports[`Design tokens artifacts Design tokens JSON for classic matches the snap |
12690 | 12690 | "color-text-group-label": { |
12691 | 12691 | "$description": "The default color for group labels. For example: group label in dropdown part of button dropdown, select, and multiselect, and group label in table and cards' preferences content selector.", |
12692 | 12692 | "$value": { |
12693 | | - "dark": "#95a5a6", |
12694 | | - "light": "#545b64", |
| 12693 | + "dark": "#16191f", |
| 12694 | + "light": "#16191f", |
12695 | 12695 | }, |
12696 | 12696 | }, |
12697 | 12697 | "color-text-heading-default": { |
@@ -12781,8 +12781,8 @@ exports[`Design tokens artifacts Design tokens JSON for classic matches the snap |
12781 | 12781 | "color-text-label": { |
12782 | 12782 | "$description": "The default color for non-form labels. For example: the key in key/value pairs and card's sections labels.", |
12783 | 12783 | "$value": { |
12784 | | - "dark": "#95a5a6", |
12785 | | - "light": "#545b64", |
| 12784 | + "dark": "#16191f", |
| 12785 | + "light": "#16191f", |
12786 | 12786 | }, |
12787 | 12787 | }, |
12788 | 12788 | "color-text-label-gen-ai": { |
@@ -12823,15 +12823,15 @@ exports[`Design tokens artifacts Design tokens JSON for classic matches the snap |
12823 | 12823 | "color-text-link-default": { |
12824 | 12824 | "$description": "The default color for links. For example: text in an anchor tag, info links, breadcrumb links, and icon links.", |
12825 | 12825 | "$value": { |
12826 | | - "dark": "#44b9d6", |
12827 | | - "light": "#0073bb", |
| 12826 | + "dark": "#16191f", |
| 12827 | + "light": "#16191f", |
12828 | 12828 | }, |
12829 | 12829 | }, |
12830 | 12830 | "color-text-link-hover": { |
12831 | 12831 | "$description": "The hover color for links. For example: text in an anchor tag, info links, breadcrumb links, and icon links.", |
12832 | 12832 | "$value": { |
12833 | | - "dark": "#99cbe4", |
12834 | | - "light": "#0a4a74", |
| 12833 | + "dark": "#16191f", |
| 12834 | + "light": "#16191f", |
12835 | 12835 | }, |
12836 | 12836 | }, |
12837 | 12837 | "color-text-notification-default": { |
@@ -31161,8 +31161,8 @@ exports[`Design tokens artifacts Design tokens JSON for visual-refresh matches t |
31161 | 31161 | "color-text-body-secondary": { |
31162 | 31162 | "$description": "The color of text that is secondary to base text. For example: text in the navigation and tools panels.", |
31163 | 31163 | "$value": { |
31164 | | - "dark": "#c6c6cd", |
31165 | | - "light": "#424650", |
| 31164 | + "dark": "#f9f9fa", |
| 31165 | + "light": "#f9f9fa", |
31166 | 31166 | }, |
31167 | 31167 | }, |
31168 | 31168 | "color-text-breadcrumb-current": { |
@@ -31406,8 +31406,8 @@ exports[`Design tokens artifacts Design tokens JSON for visual-refresh matches t |
31406 | 31406 | "color-text-label": { |
31407 | 31407 | "$description": "The default color for non-form labels. For example: the key in key/value pairs and card's sections labels.", |
31408 | 31408 | "$value": { |
31409 | | - "dark": "#dedee3", |
31410 | | - "light": "#0f141a", |
| 31409 | + "dark": "#f9f9fa", |
| 31410 | + "light": "#f9f9fa", |
31411 | 31411 | }, |
31412 | 31412 | }, |
31413 | 31413 | "color-text-label-gen-ai": { |
@@ -31448,15 +31448,15 @@ exports[`Design tokens artifacts Design tokens JSON for visual-refresh matches t |
31448 | 31448 | "color-text-link-default": { |
31449 | 31449 | "$description": "The default color for links. For example: text in an anchor tag, info links, breadcrumb links, and icon links.", |
31450 | 31450 | "$value": { |
31451 | | - "dark": "#42b4ff", |
31452 | | - "light": "#006ce0", |
| 31451 | + "dark": "#f9f9fa", |
| 31452 | + "light": "#f9f9fa", |
31453 | 31453 | }, |
31454 | 31454 | }, |
31455 | 31455 | "color-text-link-hover": { |
31456 | 31456 | "$description": "The hover color for links. For example: text in an anchor tag, info links, breadcrumb links, and icon links.", |
31457 | 31457 | "$value": { |
31458 | | - "dark": "#75cfff", |
31459 | | - "light": "#002b66", |
| 31458 | + "dark": "#ffffff", |
| 31459 | + "light": "#ffffff", |
31460 | 31460 | }, |
31461 | 31461 | }, |
31462 | 31462 | "color-text-notification-default": { |
@@ -33821,8 +33821,8 @@ exports[`Design tokens artifacts Design tokens JSON for visual-refresh matches t |
33821 | 33821 | "color-text-body-secondary": { |
33822 | 33822 | "$description": "The color of text that is secondary to base text. For example: text in the navigation and tools panels.", |
33823 | 33823 | "$value": { |
33824 | | - "dark": "#c6c6cd", |
33825 | | - "light": "#424650", |
| 33824 | + "dark": "#0f141a", |
| 33825 | + "light": "#0f141a", |
33826 | 33826 | }, |
33827 | 33827 | }, |
33828 | 33828 | "color-text-breadcrumb-current": { |
@@ -34066,7 +34066,7 @@ exports[`Design tokens artifacts Design tokens JSON for visual-refresh matches t |
34066 | 34066 | "color-text-label": { |
34067 | 34067 | "$description": "The default color for non-form labels. For example: the key in key/value pairs and card's sections labels.", |
34068 | 34068 | "$value": { |
34069 | | - "dark": "#dedee3", |
| 34069 | + "dark": "#0f141a", |
34070 | 34070 | "light": "#0f141a", |
34071 | 34071 | }, |
34072 | 34072 | }, |
@@ -34108,15 +34108,15 @@ exports[`Design tokens artifacts Design tokens JSON for visual-refresh matches t |
34108 | 34108 | "color-text-link-default": { |
34109 | 34109 | "$description": "The default color for links. For example: text in an anchor tag, info links, breadcrumb links, and icon links.", |
34110 | 34110 | "$value": { |
34111 | | - "dark": "#42b4ff", |
34112 | | - "light": "#006ce0", |
| 34111 | + "dark": "#0f141a", |
| 34112 | + "light": "#0f141a", |
34113 | 34113 | }, |
34114 | 34114 | }, |
34115 | 34115 | "color-text-link-hover": { |
34116 | 34116 | "$description": "The hover color for links. For example: text in an anchor tag, info links, breadcrumb links, and icon links.", |
34117 | 34117 | "$value": { |
34118 | | - "dark": "#75cfff", |
34119 | | - "light": "#002b66", |
| 34118 | + "dark": "#0f141a", |
| 34119 | + "light": "#0f141a", |
34120 | 34120 | }, |
34121 | 34121 | }, |
34122 | 34122 | "color-text-notification-default": { |
|
0 commit comments