@gitlab/ui 101.0.0 → 101.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -881,8 +881,8 @@ const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)'; // Use color.alpha.light.6 ins
881
881
  const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)'; // Use color.alpha.light.8 instead.
882
882
  const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f'; // Used for a background associated with strong feedback like a tooltip or toast message.
883
883
  const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff'; // Used for text on a strong feedback background.
884
- const GL_FEEDBACK_STRONG_ICON_COLOR = '#28272d'; // Used for an icon on a strong feedback background.
885
- const GL_FEEDBACK_STRONG_LINK_COLOR = '#0b5cad'; // Used for a link on a strong feedback background.
884
+ const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff'; // Used for an icon on a strong feedback background.
885
+ const GL_FEEDBACK_STRONG_LINK_COLOR = '#63a6e9'; // Used for a link on a strong feedback background.
886
886
  const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#28272d'; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
887
887
  const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#bfbfc3'; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
888
888
  const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#a4a3a8'; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
@@ -476,8 +476,8 @@
476
476
  --gl-feedback-neutral-icon-color: var(--gl-color-neutral-300); /* Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency. */
477
477
  --gl-feedback-neutral-text-color: var(--gl-color-neutral-200); /* Used for the text of a neutral feedback item when there isn't a specific meaning or urgency. */
478
478
  --gl-feedback-neutral-background-color: var(--gl-color-neutral-900); /* Used for the background of a neutral feedback item when there isn't a specific meaning or urgency. */
479
- --gl-feedback-strong-link-color: var(--gl-color-blue-700); /* Used for a link on a strong feedback background. */
480
- --gl-feedback-strong-icon-color: var(--gl-color-neutral-900); /* Used for an icon on a strong feedback background. */
479
+ --gl-feedback-strong-link-color: var(--gl-color-blue-300); /* Used for a link on a strong feedback background. */
480
+ --gl-feedback-strong-icon-color: var(--gl-color-neutral-0); /* Used for an icon on a strong feedback background. */
481
481
  --gl-feedback-strong-text-color: var(--gl-color-neutral-0); /* Used for text on a strong feedback background. */
482
482
  --gl-feedback-strong-background-color: var(--gl-color-neutral-800); /* Used for a background associated with strong feedback like a tooltip or toast message. */
483
483
  --gl-control-indicator-color-disabled: var(--gl-color-neutral-400); /* Used for disabled checkbox and radio button state indicators. */
@@ -881,8 +881,8 @@ export const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)'; // Use color.alpha.ligh
881
881
  export const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)'; // Use color.alpha.light.8 instead.
882
882
  export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f'; // Used for a background associated with strong feedback like a tooltip or toast message.
883
883
  export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff'; // Used for text on a strong feedback background.
884
- export const GL_FEEDBACK_STRONG_ICON_COLOR = '#28272d'; // Used for an icon on a strong feedback background.
885
- export const GL_FEEDBACK_STRONG_LINK_COLOR = '#0b5cad'; // Used for a link on a strong feedback background.
884
+ export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff'; // Used for an icon on a strong feedback background.
885
+ export const GL_FEEDBACK_STRONG_LINK_COLOR = '#63a6e9'; // Used for a link on a strong feedback background.
886
886
  export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#28272d'; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
887
887
  export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#bfbfc3'; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
888
888
  export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#a4a3a8'; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
@@ -20193,16 +20193,13 @@
20193
20193
  },
20194
20194
  "icon": {
20195
20195
  "color": {
20196
- "value": "#28272d",
20196
+ "value": "#fff",
20197
20197
  "$type": "color",
20198
20198
  "comment": "Used for an icon on a strong feedback background.",
20199
20199
  "filePath": "src/tokens/feedback.tokens.json",
20200
20200
  "isSource": true,
20201
20201
  "original": {
20202
- "value": {
20203
- "default": "{color.neutral.0}",
20204
- "dark": "{color.neutral.900}"
20205
- },
20202
+ "value": "{color.neutral.0}",
20206
20203
  "$type": "color",
20207
20204
  "comment": "Used for an icon on a strong feedback background."
20208
20205
  },
@@ -20218,16 +20215,13 @@
20218
20215
  },
20219
20216
  "link": {
20220
20217
  "color": {
20221
- "value": "#0b5cad",
20218
+ "value": "#63a6e9",
20222
20219
  "$type": "color",
20223
20220
  "comment": "Used for a link on a strong feedback background.",
20224
20221
  "filePath": "src/tokens/feedback.tokens.json",
20225
20222
  "isSource": true,
20226
20223
  "original": {
20227
- "value": {
20228
- "default": "{color.blue.300}",
20229
- "dark": "{color.blue.700}"
20230
- },
20224
+ "value": "{color.blue.300}",
20231
20225
  "$type": "color",
20232
20226
  "comment": "Used for a link on a strong feedback background."
20233
20227
  },
@@ -20199,10 +20199,7 @@
20199
20199
  "filePath": "src/tokens/feedback.tokens.json",
20200
20200
  "isSource": true,
20201
20201
  "original": {
20202
- "value": {
20203
- "default": "{color.neutral.0}",
20204
- "dark": "{color.neutral.900}"
20205
- },
20202
+ "value": "{color.neutral.0}",
20206
20203
  "$type": "color",
20207
20204
  "comment": "Used for an icon on a strong feedback background."
20208
20205
  },
@@ -20224,10 +20221,7 @@
20224
20221
  "filePath": "src/tokens/feedback.tokens.json",
20225
20222
  "isSource": true,
20226
20223
  "original": {
20227
- "value": {
20228
- "default": "{color.blue.300}",
20229
- "dark": "{color.blue.700}"
20230
- },
20224
+ "value": "{color.blue.300}",
20231
20225
  "$type": "color",
20232
20226
  "comment": "Used for a link on a strong feedback background."
20233
20227
  },
@@ -474,8 +474,8 @@ $gl-feedback-info-background-color: $gl-color-blue-950; // Used for the backgrou
474
474
  $gl-feedback-neutral-icon-color: $gl-color-neutral-300; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
475
475
  $gl-feedback-neutral-text-color: $gl-color-neutral-200; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
476
476
  $gl-feedback-neutral-background-color: $gl-color-neutral-900; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
477
- $gl-feedback-strong-link-color: $gl-color-blue-700; // Used for a link on a strong feedback background.
478
- $gl-feedback-strong-icon-color: $gl-color-neutral-900; // Used for an icon on a strong feedback background.
477
+ $gl-feedback-strong-link-color: $gl-color-blue-300; // Used for a link on a strong feedback background.
478
+ $gl-feedback-strong-icon-color: $gl-color-neutral-0; // Used for an icon on a strong feedback background.
479
479
  $gl-feedback-strong-text-color: $gl-color-neutral-0; // Used for text on a strong feedback background.
480
480
  $gl-feedback-strong-background-color: $gl-color-neutral-800; // Used for a background associated with strong feedback like a tooltip or toast message.
481
481
  $gl-control-indicator-color-disabled: $gl-color-neutral-400; // Used for disabled checkbox and radio button state indicators.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "101.0.0",
3
+ "version": "101.0.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -476,8 +476,8 @@
476
476
  --gl-feedback-neutral-icon-color: var(--gl-color-neutral-300); /* Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency. */
477
477
  --gl-feedback-neutral-text-color: var(--gl-color-neutral-200); /* Used for the text of a neutral feedback item when there isn't a specific meaning or urgency. */
478
478
  --gl-feedback-neutral-background-color: var(--gl-color-neutral-900); /* Used for the background of a neutral feedback item when there isn't a specific meaning or urgency. */
479
- --gl-feedback-strong-link-color: var(--gl-color-blue-700); /* Used for a link on a strong feedback background. */
480
- --gl-feedback-strong-icon-color: var(--gl-color-neutral-900); /* Used for an icon on a strong feedback background. */
479
+ --gl-feedback-strong-link-color: var(--gl-color-blue-300); /* Used for a link on a strong feedback background. */
480
+ --gl-feedback-strong-icon-color: var(--gl-color-neutral-0); /* Used for an icon on a strong feedback background. */
481
481
  --gl-feedback-strong-text-color: var(--gl-color-neutral-0); /* Used for text on a strong feedback background. */
482
482
  --gl-feedback-strong-background-color: var(--gl-color-neutral-800); /* Used for a background associated with strong feedback like a tooltip or toast message. */
483
483
  --gl-control-indicator-color-disabled: var(--gl-color-neutral-400); /* Used for disabled checkbox and radio button state indicators. */
@@ -881,8 +881,8 @@ export const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)'; // Use color.alpha.ligh
881
881
  export const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)'; // Use color.alpha.light.8 instead.
882
882
  export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f'; // Used for a background associated with strong feedback like a tooltip or toast message.
883
883
  export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff'; // Used for text on a strong feedback background.
884
- export const GL_FEEDBACK_STRONG_ICON_COLOR = '#28272d'; // Used for an icon on a strong feedback background.
885
- export const GL_FEEDBACK_STRONG_LINK_COLOR = '#0b5cad'; // Used for a link on a strong feedback background.
884
+ export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff'; // Used for an icon on a strong feedback background.
885
+ export const GL_FEEDBACK_STRONG_LINK_COLOR = '#63a6e9'; // Used for a link on a strong feedback background.
886
886
  export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#28272d'; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
887
887
  export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#bfbfc3'; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
888
888
  export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#a4a3a8'; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
@@ -20193,16 +20193,13 @@
20193
20193
  },
20194
20194
  "icon": {
20195
20195
  "color": {
20196
- "value": "#28272d",
20196
+ "value": "#fff",
20197
20197
  "$type": "color",
20198
20198
  "comment": "Used for an icon on a strong feedback background.",
20199
20199
  "filePath": "src/tokens/feedback.tokens.json",
20200
20200
  "isSource": true,
20201
20201
  "original": {
20202
- "value": {
20203
- "default": "{color.neutral.0}",
20204
- "dark": "{color.neutral.900}"
20205
- },
20202
+ "value": "{color.neutral.0}",
20206
20203
  "$type": "color",
20207
20204
  "comment": "Used for an icon on a strong feedback background."
20208
20205
  },
@@ -20218,16 +20215,13 @@
20218
20215
  },
20219
20216
  "link": {
20220
20217
  "color": {
20221
- "value": "#0b5cad",
20218
+ "value": "#63a6e9",
20222
20219
  "$type": "color",
20223
20220
  "comment": "Used for a link on a strong feedback background.",
20224
20221
  "filePath": "src/tokens/feedback.tokens.json",
20225
20222
  "isSource": true,
20226
20223
  "original": {
20227
- "value": {
20228
- "default": "{color.blue.300}",
20229
- "dark": "{color.blue.700}"
20230
- },
20224
+ "value": "{color.blue.300}",
20231
20225
  "$type": "color",
20232
20226
  "comment": "Used for a link on a strong feedback background."
20233
20227
  },
@@ -20199,10 +20199,7 @@
20199
20199
  "filePath": "src/tokens/feedback.tokens.json",
20200
20200
  "isSource": true,
20201
20201
  "original": {
20202
- "value": {
20203
- "default": "{color.neutral.0}",
20204
- "dark": "{color.neutral.900}"
20205
- },
20202
+ "value": "{color.neutral.0}",
20206
20203
  "$type": "color",
20207
20204
  "comment": "Used for an icon on a strong feedback background."
20208
20205
  },
@@ -20224,10 +20221,7 @@
20224
20221
  "filePath": "src/tokens/feedback.tokens.json",
20225
20222
  "isSource": true,
20226
20223
  "original": {
20227
- "value": {
20228
- "default": "{color.blue.300}",
20229
- "dark": "{color.blue.700}"
20230
- },
20224
+ "value": "{color.blue.300}",
20231
20225
  "$type": "color",
20232
20226
  "comment": "Used for a link on a strong feedback background."
20233
20227
  },
@@ -474,8 +474,8 @@ $gl-feedback-info-background-color: $gl-color-blue-950; // Used for the backgrou
474
474
  $gl-feedback-neutral-icon-color: $gl-color-neutral-300; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
475
475
  $gl-feedback-neutral-text-color: $gl-color-neutral-200; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
476
476
  $gl-feedback-neutral-background-color: $gl-color-neutral-900; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
477
- $gl-feedback-strong-link-color: $gl-color-blue-700; // Used for a link on a strong feedback background.
478
- $gl-feedback-strong-icon-color: $gl-color-neutral-900; // Used for an icon on a strong feedback background.
477
+ $gl-feedback-strong-link-color: $gl-color-blue-300; // Used for a link on a strong feedback background.
478
+ $gl-feedback-strong-icon-color: $gl-color-neutral-0; // Used for an icon on a strong feedback background.
479
479
  $gl-feedback-strong-text-color: $gl-color-neutral-0; // Used for text on a strong feedback background.
480
480
  $gl-feedback-strong-background-color: $gl-color-neutral-800; // Used for a background associated with strong feedback like a tooltip or toast message.
481
481
  $gl-control-indicator-color-disabled: $gl-color-neutral-400; // Used for disabled checkbox and radio button state indicators.
@@ -17,20 +17,14 @@
17
17
  },
18
18
  "icon": {
19
19
  "color": {
20
- "$value": {
21
- "default": "{color.neutral.0}",
22
- "dark": "{color.neutral.900}"
23
- },
20
+ "$value": "{color.neutral.0}",
24
21
  "$type": "color",
25
22
  "$description": "Used for an icon on a strong feedback background."
26
23
  }
27
24
  },
28
25
  "link": {
29
26
  "color": {
30
- "$value": {
31
- "default": "{color.blue.300}",
32
- "dark": "{color.blue.700}"
33
- },
27
+ "$value": "{color.blue.300}",
34
28
  "$type": "color",
35
29
  "$description": "Used for a link on a strong feedback background."
36
30
  }