@gitlab/ui 128.13.3 → 128.14.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.
- package/dist/components/base/banner/banner.js +1 -1
- package/dist/components/base/pagination/pagination.js +3 -2
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +1 -1
- package/dist/tokens/build/js/tokens.js +1 -1
- package/package.json +2 -2
- package/src/components/base/banner/banner.vue +1 -1
- package/src/components/base/card/card.scss +33 -24
- package/src/components/base/pagination/pagination.vue +3 -2
- package/src/tokens/build/css/tokens.css +1 -1
- package/src/tokens/build/css/tokens.dark.css +1 -1
- package/src/tokens/build/figma/constants.dark.json +2 -2
- package/src/tokens/build/figma/constants.json +2 -2
- package/src/tokens/build/figma/mode.dark.json +466 -466
- package/src/tokens/build/figma/mode.json +473 -473
- package/src/tokens/build/js/tokens.dark.js +1 -1
- package/src/tokens/build/js/tokens.js +1 -1
- package/src/tokens/build/json/tokens.dark.json +2 -2
- package/src/tokens/build/json/tokens.json +2 -2
- package/src/tokens/build/scss/_tokens.dark.scss +1 -1
- package/src/tokens/build/scss/_tokens.scss +1 -1
- package/src/tokens/contextual/card.tokens.json +1 -1
|
@@ -744,7 +744,7 @@ export const GL_BUTTON_DISABLED_FOREGROUND_COLOR = '#89888d';
|
|
|
744
744
|
export const GL_BUTTON_DISABLED_BACKGROUND_COLOR = 'rgba(137, 136, 141, 0.16)';
|
|
745
745
|
export const GL_BUTTON_DISABLED_BORDER_COLOR = 'rgba(0, 0, 0, 0)';
|
|
746
746
|
export const GL_BUTTON_COUNT_BACKGROUND_COLOR = 'rgba(255, 255, 255, 0.16)';
|
|
747
|
-
export const GL_CARD_BORDER_RADIUS = '0.
|
|
747
|
+
export const GL_CARD_BORDER_RADIUS = '0.75rem';
|
|
748
748
|
export const GL_CHART_AXIS_POINTER_COLOR = '#bfbfc3';
|
|
749
749
|
export const GL_CHART_AXIS_LINE_COLOR = '#4c4b51';
|
|
750
750
|
export const GL_CHART_AXIS_TEXT_COLOR = '#bfbfc3';
|
|
@@ -744,7 +744,7 @@ export const GL_BUTTON_DISABLED_FOREGROUND_COLOR = '#737278';
|
|
|
744
744
|
export const GL_BUTTON_DISABLED_BACKGROUND_COLOR = '#fbfafd';
|
|
745
745
|
export const GL_BUTTON_DISABLED_BORDER_COLOR = '#dcdcde';
|
|
746
746
|
export const GL_BUTTON_COUNT_BACKGROUND_COLOR = 'rgba(5, 5, 6, 0.08)';
|
|
747
|
-
export const GL_CARD_BORDER_RADIUS = '0.
|
|
747
|
+
export const GL_CARD_BORDER_RADIUS = '0.75rem';
|
|
748
748
|
export const GL_CHART_AXIS_POINTER_COLOR = '#626168';
|
|
749
749
|
export const GL_CHART_AXIS_LINE_COLOR = '#bfbfc3';
|
|
750
750
|
export const GL_CHART_AXIS_TEXT_COLOR = '#626168';
|
|
@@ -21063,7 +21063,7 @@
|
|
|
21063
21063
|
"border": {
|
|
21064
21064
|
"radius": {
|
|
21065
21065
|
"key": "{card.border.radius}",
|
|
21066
|
-
"$value": "0.
|
|
21066
|
+
"$value": "0.75rem",
|
|
21067
21067
|
"$type": "dimension",
|
|
21068
21068
|
"$description": "Used for card border radius.",
|
|
21069
21069
|
"$extensions": {
|
|
@@ -21074,7 +21074,7 @@
|
|
|
21074
21074
|
"filePath": "src/tokens/contextual/card.tokens.json",
|
|
21075
21075
|
"isSource": true,
|
|
21076
21076
|
"original": {
|
|
21077
|
-
"$value": "{border.radius.
|
|
21077
|
+
"$value": "{border.radius.xl}",
|
|
21078
21078
|
"$type": "dimension",
|
|
21079
21079
|
"$description": "Used for card border radius.",
|
|
21080
21080
|
"$extensions": {
|
|
@@ -21063,7 +21063,7 @@
|
|
|
21063
21063
|
"border": {
|
|
21064
21064
|
"radius": {
|
|
21065
21065
|
"key": "{card.border.radius}",
|
|
21066
|
-
"$value": "0.
|
|
21066
|
+
"$value": "0.75rem",
|
|
21067
21067
|
"$type": "dimension",
|
|
21068
21068
|
"$description": "Used for card border radius.",
|
|
21069
21069
|
"$extensions": {
|
|
@@ -21074,7 +21074,7 @@
|
|
|
21074
21074
|
"filePath": "src/tokens/contextual/card.tokens.json",
|
|
21075
21075
|
"isSource": true,
|
|
21076
21076
|
"original": {
|
|
21077
|
-
"$value": "{border.radius.
|
|
21077
|
+
"$value": "{border.radius.xl}",
|
|
21078
21078
|
"$type": "dimension",
|
|
21079
21079
|
"$description": "Used for card border radius.",
|
|
21080
21080
|
"$extensions": {
|
|
@@ -1134,7 +1134,7 @@ $gl-button-dashed-border-color-focus: $gl-button-dashed-border-color-default; //
|
|
|
1134
1134
|
$gl-button-link-border-radius: $gl-border-radius-md; // Used for link button border radius.
|
|
1135
1135
|
$gl-button-link-text-color-default: $gl-text-color-link; // Used for the text of a link button in the default state.
|
|
1136
1136
|
$gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover; // Used for the border of a selected button in the focus state.
|
|
1137
|
-
$gl-card-border-radius: $gl-border-radius-
|
|
1137
|
+
$gl-card-border-radius: $gl-border-radius-xl; // Used for card border radius.
|
|
1138
1138
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1139
1139
|
$gl-datepicker-date-text-color-selected: $gl-control-indicator-color-selected; // Used for the datepicker date text color state indicators.
|
|
1140
1140
|
$gl-drawer-border-radius: $gl-border-radius-2xl; // Used for drawer border radius.
|
|
@@ -1127,7 +1127,7 @@ $gl-button-selected-foreground-color-default: $gl-button-default-primary-foregro
|
|
|
1127
1127
|
$gl-button-selected-background-color-hover: $gl-button-default-primary-background-color-hover; // Used for the background of a selected button in the hover state.
|
|
1128
1128
|
$gl-button-selected-background-color-active: $gl-button-default-primary-background-color-active; // Used for the background of a selected button in the active state.
|
|
1129
1129
|
$gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover; // Used for the border of a selected button in the focus state.
|
|
1130
|
-
$gl-card-border-radius: $gl-border-radius-
|
|
1130
|
+
$gl-card-border-radius: $gl-border-radius-xl; // Used for card border radius.
|
|
1131
1131
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1132
1132
|
$gl-datepicker-date-text-color-selected: $gl-control-indicator-color-selected; // Used for the datepicker date text color state indicators.
|
|
1133
1133
|
$gl-drawer-border-radius: $gl-border-radius-2xl; // Used for drawer border radius.
|