@gitlab/ui 115.9.1 → 115.9.2

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.
@@ -642,7 +642,7 @@ const GL_SPINNER_TRACK_COLOR_DEFAULT = '#626168';
642
642
  const GL_SPINNER_TRACK_COLOR_LIGHT = '#3a383f';
643
643
  const GL_SPINNER_SEGMENT_COLOR_DEFAULT = '#dcdcde';
644
644
  const GL_SPINNER_SEGMENT_COLOR_LIGHT = '#bfbfc3';
645
- const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#28272d';
645
+ const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#1d283e';
646
646
  const GL_TABLE_SORTING_ICON_COLOR = '#fff';
647
647
  const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = '#428fdc';
648
648
  const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#4c4b51';
@@ -642,7 +642,7 @@ const GL_SPINNER_TRACK_COLOR_DEFAULT = '#dcdcde';
642
642
  const GL_SPINNER_TRACK_COLOR_LIGHT = '#3a383f';
643
643
  const GL_SPINNER_SEGMENT_COLOR_DEFAULT = '#4c4b51';
644
644
  const GL_SPINNER_SEGMENT_COLOR_LIGHT = '#bfbfc3';
645
- const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#fbfafd';
645
+ const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#e9f3fc';
646
646
  const GL_TABLE_SORTING_ICON_COLOR = '#18171d';
647
647
  const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = '#1f75cb';
648
648
  const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#626168';
@@ -952,7 +952,7 @@
952
952
  --gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
953
953
  --gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
954
954
  --gl-progress-bar-indicator-color-danger: var(--gl-status-danger-icon-color); /** Used for the indicator color for the danger progress-bar variant. */
955
- --gl-table-row-background-color-hover: var(--gl-background-color-subtle); /** Used for the background of a table row in hover state. */
955
+ --gl-table-row-background-color-hover: var(--gl-highlight-target-background-color); /** Used for the background of a table row in hover state. */
956
956
  --gl-table-sorting-icon-color: var(--gl-text-color-heading); /** Used for the color of the sorting icons in the column headers. */
957
957
  --gl-toggle-switch-icon-color-unchecked-default: var(--gl-action-strong-neutral-background-color-default); /** Used for the icon color of an unchecked toggle switch in the default state. */
958
958
  --gl-toggle-switch-icon-color-unchecked-hover: var(--gl-action-strong-neutral-background-color-hover); /** Used for the icon color of an unchecked toggle switch in the hover state. */
@@ -952,7 +952,7 @@
952
952
  --gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
953
953
  --gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
954
954
  --gl-progress-bar-indicator-color-danger: var(--gl-status-danger-icon-color); /** Used for the indicator color for the danger progress-bar variant. */
955
- --gl-table-row-background-color-hover: var(--gl-background-color-subtle); /** Used for the background of a table row in hover state. */
955
+ --gl-table-row-background-color-hover: var(--gl-highlight-target-background-color); /** Used for the background of a table row in hover state. */
956
956
  --gl-table-sorting-icon-color: var(--gl-text-color-heading); /** Used for the color of the sorting icons in the column headers. */
957
957
  --gl-toggle-switch-icon-color-unchecked-default: var(--gl-action-strong-neutral-background-color-default); /** Used for the icon color of an unchecked toggle switch in the default state. */
958
958
  --gl-toggle-switch-icon-color-unchecked-hover: var(--gl-action-strong-neutral-background-color-hover); /** Used for the icon color of an unchecked toggle switch in the hover state. */
@@ -5573,7 +5573,7 @@
5573
5573
  "background": {
5574
5574
  "color": {
5575
5575
  "hover": {
5576
- "$value": "{background.color.subtle}",
5576
+ "$value": "{highlight.target.background.color}",
5577
5577
  "$type": "color",
5578
5578
  "$description": "Used for the background of a table row in hover state.",
5579
5579
  "$extensions": {
@@ -672,7 +672,7 @@ export const GL_SPINNER_TRACK_COLOR_DEFAULT = "#626168";
672
672
  export const GL_SPINNER_TRACK_COLOR_LIGHT = "#3a383f";
673
673
  export const GL_SPINNER_SEGMENT_COLOR_DEFAULT = "#dcdcde";
674
674
  export const GL_SPINNER_SEGMENT_COLOR_LIGHT = "#bfbfc3";
675
- export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = "#28272d";
675
+ export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = "#1d283e";
676
676
  export const GL_TABLE_SORTING_ICON_COLOR = "#fff";
677
677
  export const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = "#428fdc";
678
678
  export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = "#4c4b51";
@@ -660,7 +660,7 @@ export const GL_SPINNER_TRACK_COLOR_DEFAULT = "#dcdcde";
660
660
  export const GL_SPINNER_TRACK_COLOR_LIGHT = "#3a383f";
661
661
  export const GL_SPINNER_SEGMENT_COLOR_DEFAULT = "#4c4b51";
662
662
  export const GL_SPINNER_SEGMENT_COLOR_LIGHT = "#bfbfc3";
663
- export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = "#fbfafd";
663
+ export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = "#e9f3fc";
664
664
  export const GL_TABLE_SORTING_ICON_COLOR = "#18171d";
665
665
  export const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = "#1f75cb";
666
666
  export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = "#626168";
@@ -21052,7 +21052,7 @@
21052
21052
  "color": {
21053
21053
  "hover": {
21054
21054
  "key": "{table.row.background.color.hover}",
21055
- "$value": "#28272d",
21055
+ "$value": "#1d283e",
21056
21056
  "$type": "color",
21057
21057
  "$description": "Used for the background of a table row in hover state.",
21058
21058
  "$extensions": {
@@ -21064,7 +21064,7 @@
21064
21064
  "filePath": "src/tokens/contextual/table.tokens.json",
21065
21065
  "isSource": true,
21066
21066
  "original": {
21067
- "$value": "{background.color.subtle}",
21067
+ "$value": "{highlight.target.background.color}",
21068
21068
  "$type": "color",
21069
21069
  "$description": "Used for the background of a table row in hover state.",
21070
21070
  "$extensions": {
@@ -21052,7 +21052,7 @@
21052
21052
  "color": {
21053
21053
  "hover": {
21054
21054
  "key": "{table.row.background.color.hover}",
21055
- "$value": "#fbfafd",
21055
+ "$value": "#e9f3fc",
21056
21056
  "$type": "color",
21057
21057
  "$description": "Used for the background of a table row in hover state.",
21058
21058
  "$extensions": {
@@ -21064,7 +21064,7 @@
21064
21064
  "filePath": "src/tokens/contextual/table.tokens.json",
21065
21065
  "isSource": true,
21066
21066
  "original": {
21067
- "$value": "{background.color.subtle}",
21067
+ "$value": "{highlight.target.background.color}",
21068
21068
  "$type": "color",
21069
21069
  "$description": "Used for the background of a table row in hover state.",
21070
21070
  "$extensions": {
@@ -950,7 +950,7 @@ $gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used fo
950
950
  $gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
951
951
  $gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
952
952
  $gl-progress-bar-indicator-color-danger: $gl-status-danger-icon-color; // Used for the indicator color for the danger progress-bar variant.
953
- $gl-table-row-background-color-hover: $gl-background-color-subtle; // Used for the background of a table row in hover state.
953
+ $gl-table-row-background-color-hover: $gl-highlight-target-background-color; // Used for the background of a table row in hover state.
954
954
  $gl-table-sorting-icon-color: $gl-text-color-heading; // Used for the color of the sorting icons in the column headers.
955
955
  $gl-toggle-switch-icon-color-unchecked-default: $gl-action-strong-neutral-background-color-default; // Used for the icon color of an unchecked toggle switch in the default state.
956
956
  $gl-toggle-switch-icon-color-unchecked-hover: $gl-action-strong-neutral-background-color-hover; // Used for the icon color of an unchecked toggle switch in the hover state.
@@ -950,7 +950,7 @@ $gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used fo
950
950
  $gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
951
951
  $gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
952
952
  $gl-progress-bar-indicator-color-danger: $gl-status-danger-icon-color; // Used for the indicator color for the danger progress-bar variant.
953
- $gl-table-row-background-color-hover: $gl-background-color-subtle; // Used for the background of a table row in hover state.
953
+ $gl-table-row-background-color-hover: $gl-highlight-target-background-color; // Used for the background of a table row in hover state.
954
954
  $gl-table-sorting-icon-color: $gl-text-color-heading; // Used for the color of the sorting icons in the column headers.
955
955
  $gl-toggle-switch-icon-color-unchecked-default: $gl-action-strong-neutral-background-color-default; // Used for the icon color of an unchecked toggle switch in the default state.
956
956
  $gl-toggle-switch-icon-color-unchecked-hover: $gl-action-strong-neutral-background-color-hover; // Used for the icon color of an unchecked toggle switch in the hover state.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "115.9.1",
3
+ "version": "115.9.2",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -952,7 +952,7 @@
952
952
  --gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
953
953
  --gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
954
954
  --gl-progress-bar-indicator-color-danger: var(--gl-status-danger-icon-color); /** Used for the indicator color for the danger progress-bar variant. */
955
- --gl-table-row-background-color-hover: var(--gl-background-color-subtle); /** Used for the background of a table row in hover state. */
955
+ --gl-table-row-background-color-hover: var(--gl-highlight-target-background-color); /** Used for the background of a table row in hover state. */
956
956
  --gl-table-sorting-icon-color: var(--gl-text-color-heading); /** Used for the color of the sorting icons in the column headers. */
957
957
  --gl-toggle-switch-icon-color-unchecked-default: var(--gl-action-strong-neutral-background-color-default); /** Used for the icon color of an unchecked toggle switch in the default state. */
958
958
  --gl-toggle-switch-icon-color-unchecked-hover: var(--gl-action-strong-neutral-background-color-hover); /** Used for the icon color of an unchecked toggle switch in the hover state. */
@@ -952,7 +952,7 @@
952
952
  --gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
953
953
  --gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
954
954
  --gl-progress-bar-indicator-color-danger: var(--gl-status-danger-icon-color); /** Used for the indicator color for the danger progress-bar variant. */
955
- --gl-table-row-background-color-hover: var(--gl-background-color-subtle); /** Used for the background of a table row in hover state. */
955
+ --gl-table-row-background-color-hover: var(--gl-highlight-target-background-color); /** Used for the background of a table row in hover state. */
956
956
  --gl-table-sorting-icon-color: var(--gl-text-color-heading); /** Used for the color of the sorting icons in the column headers. */
957
957
  --gl-toggle-switch-icon-color-unchecked-default: var(--gl-action-strong-neutral-background-color-default); /** Used for the icon color of an unchecked toggle switch in the default state. */
958
958
  --gl-toggle-switch-icon-color-unchecked-hover: var(--gl-action-strong-neutral-background-color-hover); /** Used for the icon color of an unchecked toggle switch in the hover state. */
@@ -5573,7 +5573,7 @@
5573
5573
  "background": {
5574
5574
  "color": {
5575
5575
  "hover": {
5576
- "$value": "{background.color.subtle}",
5576
+ "$value": "{highlight.target.background.color}",
5577
5577
  "$type": "color",
5578
5578
  "$description": "Used for the background of a table row in hover state.",
5579
5579
  "$extensions": {
@@ -642,7 +642,7 @@ export const GL_SPINNER_TRACK_COLOR_DEFAULT = '#626168';
642
642
  export const GL_SPINNER_TRACK_COLOR_LIGHT = '#3a383f';
643
643
  export const GL_SPINNER_SEGMENT_COLOR_DEFAULT = '#dcdcde';
644
644
  export const GL_SPINNER_SEGMENT_COLOR_LIGHT = '#bfbfc3';
645
- export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#28272d';
645
+ export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#1d283e';
646
646
  export const GL_TABLE_SORTING_ICON_COLOR = '#fff';
647
647
  export const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = '#428fdc';
648
648
  export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#4c4b51';
@@ -642,7 +642,7 @@ export const GL_SPINNER_TRACK_COLOR_DEFAULT = '#dcdcde';
642
642
  export const GL_SPINNER_TRACK_COLOR_LIGHT = '#3a383f';
643
643
  export const GL_SPINNER_SEGMENT_COLOR_DEFAULT = '#4c4b51';
644
644
  export const GL_SPINNER_SEGMENT_COLOR_LIGHT = '#bfbfc3';
645
- export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#fbfafd';
645
+ export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#e9f3fc';
646
646
  export const GL_TABLE_SORTING_ICON_COLOR = '#18171d';
647
647
  export const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = '#1f75cb';
648
648
  export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#626168';
@@ -21052,7 +21052,7 @@
21052
21052
  "color": {
21053
21053
  "hover": {
21054
21054
  "key": "{table.row.background.color.hover}",
21055
- "$value": "#28272d",
21055
+ "$value": "#1d283e",
21056
21056
  "$type": "color",
21057
21057
  "$description": "Used for the background of a table row in hover state.",
21058
21058
  "$extensions": {
@@ -21064,7 +21064,7 @@
21064
21064
  "filePath": "src/tokens/contextual/table.tokens.json",
21065
21065
  "isSource": true,
21066
21066
  "original": {
21067
- "$value": "{background.color.subtle}",
21067
+ "$value": "{highlight.target.background.color}",
21068
21068
  "$type": "color",
21069
21069
  "$description": "Used for the background of a table row in hover state.",
21070
21070
  "$extensions": {
@@ -21052,7 +21052,7 @@
21052
21052
  "color": {
21053
21053
  "hover": {
21054
21054
  "key": "{table.row.background.color.hover}",
21055
- "$value": "#fbfafd",
21055
+ "$value": "#e9f3fc",
21056
21056
  "$type": "color",
21057
21057
  "$description": "Used for the background of a table row in hover state.",
21058
21058
  "$extensions": {
@@ -21064,7 +21064,7 @@
21064
21064
  "filePath": "src/tokens/contextual/table.tokens.json",
21065
21065
  "isSource": true,
21066
21066
  "original": {
21067
- "$value": "{background.color.subtle}",
21067
+ "$value": "{highlight.target.background.color}",
21068
21068
  "$type": "color",
21069
21069
  "$description": "Used for the background of a table row in hover state.",
21070
21070
  "$extensions": {
@@ -950,7 +950,7 @@ $gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used fo
950
950
  $gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
951
951
  $gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
952
952
  $gl-progress-bar-indicator-color-danger: $gl-status-danger-icon-color; // Used for the indicator color for the danger progress-bar variant.
953
- $gl-table-row-background-color-hover: $gl-background-color-subtle; // Used for the background of a table row in hover state.
953
+ $gl-table-row-background-color-hover: $gl-highlight-target-background-color; // Used for the background of a table row in hover state.
954
954
  $gl-table-sorting-icon-color: $gl-text-color-heading; // Used for the color of the sorting icons in the column headers.
955
955
  $gl-toggle-switch-icon-color-unchecked-default: $gl-action-strong-neutral-background-color-default; // Used for the icon color of an unchecked toggle switch in the default state.
956
956
  $gl-toggle-switch-icon-color-unchecked-hover: $gl-action-strong-neutral-background-color-hover; // Used for the icon color of an unchecked toggle switch in the hover state.
@@ -950,7 +950,7 @@ $gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used fo
950
950
  $gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
951
951
  $gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
952
952
  $gl-progress-bar-indicator-color-danger: $gl-status-danger-icon-color; // Used for the indicator color for the danger progress-bar variant.
953
- $gl-table-row-background-color-hover: $gl-background-color-subtle; // Used for the background of a table row in hover state.
953
+ $gl-table-row-background-color-hover: $gl-highlight-target-background-color; // Used for the background of a table row in hover state.
954
954
  $gl-table-sorting-icon-color: $gl-text-color-heading; // Used for the color of the sorting icons in the column headers.
955
955
  $gl-toggle-switch-icon-color-unchecked-default: $gl-action-strong-neutral-background-color-default; // Used for the icon color of an unchecked toggle switch in the default state.
956
956
  $gl-toggle-switch-icon-color-unchecked-hover: $gl-action-strong-neutral-background-color-hover; // Used for the icon color of an unchecked toggle switch in the hover state.
@@ -4,7 +4,7 @@
4
4
  "background": {
5
5
  "color": {
6
6
  "hover": {
7
- "$value": "{background.color.subtle}",
7
+ "$value": "{highlight.target.background.color}",
8
8
  "$type": "color",
9
9
  "$description": "Used for the background of a table row in hover state.",
10
10
  "$extensions": {