@gitlab/ui 103.6.1 → 103.7.0
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/CHANGELOG.md +7 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/json/tokens.dark.json +2 -2
- package/dist/tokens/json/tokens.json +1 -1
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/package.json +1 -1
- package/src/tokens/border.tokens.json +1 -1
- package/src/tokens/build/css/tokens.dark.css +1 -1
- package/src/tokens/build/js/tokens.dark.js +1 -1
- package/src/tokens/build/json/tokens.dark.json +2 -2
- package/src/tokens/build/json/tokens.json +1 -1
- package/src/tokens/build/scss/_tokens.dark.scss +1 -1
|
@@ -85,7 +85,7 @@ const GL_BACKGROUND_COLOR_OVERLAP = '#28272d';
|
|
|
85
85
|
const GL_BACKGROUND_COLOR_SECTION = '#3a383f';
|
|
86
86
|
const GL_BACKGROUND_COLOR_OVERLAY = 'rgba(0,0,0,0.64)';
|
|
87
87
|
const GL_BORDER_COLOR_DEFAULT = '#4c4b51';
|
|
88
|
-
const GL_BORDER_COLOR_SUBTLE = '#
|
|
88
|
+
const GL_BORDER_COLOR_SUBTLE = '#3a383f';
|
|
89
89
|
const GL_BORDER_COLOR_STRONG = '#626168';
|
|
90
90
|
const GL_BORDER_COLOR_SECTION = '#18171d';
|
|
91
91
|
const GL_BORDER_COLOR_TRANSPARENT = 'transparent';
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
--gl-background-color-section: var(--gl-color-neutral-800); /* Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes. */
|
|
461
461
|
--gl-background-color-overlay: rgba(0,0,0,0.64); /* Used for an overlay that covers other content. */
|
|
462
462
|
--gl-border-color-default: var(--gl-color-neutral-700); /* Used for the default border color. */
|
|
463
|
-
--gl-border-color-subtle: var(--gl-color-neutral-
|
|
463
|
+
--gl-border-color-subtle: var(--gl-color-neutral-800); /* Used for a subtle border in combination with the default background. */
|
|
464
464
|
--gl-border-color-strong: var(--gl-color-neutral-600); /* Used for a distinct border that emphasizes an edge or boundaries. */
|
|
465
465
|
--gl-border-color-transparent: var(--gl-color-alpha-0); /* Used when a border needs to be present, but not visibly perceived. */
|
|
466
466
|
--gl-alert-neutral-border-top-color: var(--gl-color-neutral-400); /* Used for the border center color of a neutral alert. */
|
|
@@ -85,7 +85,7 @@ export const GL_BACKGROUND_COLOR_OVERLAP = '#28272d';
|
|
|
85
85
|
export const GL_BACKGROUND_COLOR_SECTION = '#3a383f';
|
|
86
86
|
export const GL_BACKGROUND_COLOR_OVERLAY = 'rgba(0,0,0,0.64)';
|
|
87
87
|
export const GL_BORDER_COLOR_DEFAULT = '#4c4b51';
|
|
88
|
-
export const GL_BORDER_COLOR_SUBTLE = '#
|
|
88
|
+
export const GL_BORDER_COLOR_SUBTLE = '#3a383f';
|
|
89
89
|
export const GL_BORDER_COLOR_STRONG = '#626168';
|
|
90
90
|
export const GL_BORDER_COLOR_SECTION = '#18171d';
|
|
91
91
|
export const GL_BORDER_COLOR_TRANSPARENT = 'transparent';
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
]
|
|
1977
1977
|
},
|
|
1978
1978
|
"subtle": {
|
|
1979
|
-
"$value": "#
|
|
1979
|
+
"$value": "#3a383f",
|
|
1980
1980
|
"$type": "color",
|
|
1981
1981
|
"$description": "Used for a subtle border in combination with the default background.",
|
|
1982
1982
|
"filePath": "src/tokens/border.tokens.json",
|
|
@@ -1984,7 +1984,7 @@
|
|
|
1984
1984
|
"original": {
|
|
1985
1985
|
"$value": {
|
|
1986
1986
|
"default": "{color.neutral.50}",
|
|
1987
|
-
"dark": "{color.neutral.
|
|
1987
|
+
"dark": "{color.neutral.800}"
|
|
1988
1988
|
},
|
|
1989
1989
|
"$type": "color",
|
|
1990
1990
|
"$description": "Used for a subtle border in combination with the default background."
|
|
@@ -1984,7 +1984,7 @@
|
|
|
1984
1984
|
"original": {
|
|
1985
1985
|
"$value": {
|
|
1986
1986
|
"default": "{color.neutral.50}",
|
|
1987
|
-
"dark": "{color.neutral.
|
|
1987
|
+
"dark": "{color.neutral.800}"
|
|
1988
1988
|
},
|
|
1989
1989
|
"$type": "color",
|
|
1990
1990
|
"$description": "Used for a subtle border in combination with the default background."
|
|
@@ -458,7 +458,7 @@ $gl-background-color-overlap: $gl-color-neutral-900; // Used for components, lik
|
|
|
458
458
|
$gl-background-color-section: $gl-color-neutral-800; // Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.
|
|
459
459
|
$gl-background-color-overlay: rgba(0,0,0,0.64); // Used for an overlay that covers other content.
|
|
460
460
|
$gl-border-color-default: $gl-color-neutral-700; // Used for the default border color.
|
|
461
|
-
$gl-border-color-subtle: $gl-color-neutral-
|
|
461
|
+
$gl-border-color-subtle: $gl-color-neutral-800; // Used for a subtle border in combination with the default background.
|
|
462
462
|
$gl-border-color-strong: $gl-color-neutral-600; // Used for a distinct border that emphasizes an edge or boundaries.
|
|
463
463
|
$gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
|
|
464
464
|
$gl-alert-neutral-border-top-color: $gl-color-neutral-400; // Used for the border center color of a neutral alert.
|
package/package.json
CHANGED
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
--gl-background-color-section: var(--gl-color-neutral-800); /* Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes. */
|
|
461
461
|
--gl-background-color-overlay: rgba(0,0,0,0.64); /* Used for an overlay that covers other content. */
|
|
462
462
|
--gl-border-color-default: var(--gl-color-neutral-700); /* Used for the default border color. */
|
|
463
|
-
--gl-border-color-subtle: var(--gl-color-neutral-
|
|
463
|
+
--gl-border-color-subtle: var(--gl-color-neutral-800); /* Used for a subtle border in combination with the default background. */
|
|
464
464
|
--gl-border-color-strong: var(--gl-color-neutral-600); /* Used for a distinct border that emphasizes an edge or boundaries. */
|
|
465
465
|
--gl-border-color-transparent: var(--gl-color-alpha-0); /* Used when a border needs to be present, but not visibly perceived. */
|
|
466
466
|
--gl-alert-neutral-border-top-color: var(--gl-color-neutral-400); /* Used for the border center color of a neutral alert. */
|
|
@@ -85,7 +85,7 @@ export const GL_BACKGROUND_COLOR_OVERLAP = '#28272d';
|
|
|
85
85
|
export const GL_BACKGROUND_COLOR_SECTION = '#3a383f';
|
|
86
86
|
export const GL_BACKGROUND_COLOR_OVERLAY = 'rgba(0,0,0,0.64)';
|
|
87
87
|
export const GL_BORDER_COLOR_DEFAULT = '#4c4b51';
|
|
88
|
-
export const GL_BORDER_COLOR_SUBTLE = '#
|
|
88
|
+
export const GL_BORDER_COLOR_SUBTLE = '#3a383f';
|
|
89
89
|
export const GL_BORDER_COLOR_STRONG = '#626168';
|
|
90
90
|
export const GL_BORDER_COLOR_SECTION = '#18171d';
|
|
91
91
|
export const GL_BORDER_COLOR_TRANSPARENT = 'transparent';
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
]
|
|
1977
1977
|
},
|
|
1978
1978
|
"subtle": {
|
|
1979
|
-
"$value": "#
|
|
1979
|
+
"$value": "#3a383f",
|
|
1980
1980
|
"$type": "color",
|
|
1981
1981
|
"$description": "Used for a subtle border in combination with the default background.",
|
|
1982
1982
|
"filePath": "src/tokens/border.tokens.json",
|
|
@@ -1984,7 +1984,7 @@
|
|
|
1984
1984
|
"original": {
|
|
1985
1985
|
"$value": {
|
|
1986
1986
|
"default": "{color.neutral.50}",
|
|
1987
|
-
"dark": "{color.neutral.
|
|
1987
|
+
"dark": "{color.neutral.800}"
|
|
1988
1988
|
},
|
|
1989
1989
|
"$type": "color",
|
|
1990
1990
|
"$description": "Used for a subtle border in combination with the default background."
|
|
@@ -1984,7 +1984,7 @@
|
|
|
1984
1984
|
"original": {
|
|
1985
1985
|
"$value": {
|
|
1986
1986
|
"default": "{color.neutral.50}",
|
|
1987
|
-
"dark": "{color.neutral.
|
|
1987
|
+
"dark": "{color.neutral.800}"
|
|
1988
1988
|
},
|
|
1989
1989
|
"$type": "color",
|
|
1990
1990
|
"$description": "Used for a subtle border in combination with the default background."
|
|
@@ -458,7 +458,7 @@ $gl-background-color-overlap: $gl-color-neutral-900; // Used for components, lik
|
|
|
458
458
|
$gl-background-color-section: $gl-color-neutral-800; // Used for containers, like a card header, that are visually distinct from the default page background only when necessary to maintain affordance and hierarchy in different modes.
|
|
459
459
|
$gl-background-color-overlay: rgba(0,0,0,0.64); // Used for an overlay that covers other content.
|
|
460
460
|
$gl-border-color-default: $gl-color-neutral-700; // Used for the default border color.
|
|
461
|
-
$gl-border-color-subtle: $gl-color-neutral-
|
|
461
|
+
$gl-border-color-subtle: $gl-color-neutral-800; // Used for a subtle border in combination with the default background.
|
|
462
462
|
$gl-border-color-strong: $gl-color-neutral-600; // Used for a distinct border that emphasizes an edge or boundaries.
|
|
463
463
|
$gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
|
|
464
464
|
$gl-alert-neutral-border-top-color: $gl-color-neutral-400; // Used for the border center color of a neutral alert.
|