@gitlab/ui 77.3.0 → 77.5.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 +16 -0
- package/dist/components/experimental/duo/chat/duo_chat.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/css/tokens.css +4 -4
- package/dist/tokens/css/tokens.dark.css +4 -1
- package/dist/tokens/js/tokens.dark.js +4 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/json/tokens.dark.json +9 -9
- package/dist/tokens/json/tokens.json +3 -3
- package/dist/tokens/scss/_tokens.dark.scss +4 -1
- package/dist/tokens/scss/_tokens.scss +4 -4
- package/dist/utility_classes.css +1 -1
- package/dist/utility_classes.css.map +1 -1
- package/package.json +1 -1
- package/src/components/experimental/duo/chat/duo_chat.scss +6 -0
- package/src/components/experimental/duo/chat/duo_chat.vue +1 -1
- package/src/scss/utilities.scss +12 -0
- package/src/scss/utility-mixins/flex.scss +6 -0
- package/src/tokens/text.dark.tokens.json +19 -0
- package/src/tokens/text.dark.tokens.stories.js +13 -0
- package/src/tokens/text.tokens.json +3 -3
- package/src/tokens/text.tokens.stories.js +1 -1
- package/tailwind.defaults.js +28 -16
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 01 Mar 2024 12:16:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
+
--gl-text-tertiary: #89888d;
|
|
8
|
+
--gl-text-secondary: #737278;
|
|
9
|
+
--gl-text-primary: #333238;
|
|
7
10
|
--gl-line-height-52: 3.25rem;
|
|
8
11
|
--gl-line-height-44: 2.75rem;
|
|
9
12
|
--gl-line-height-42: 2.625rem;
|
|
@@ -234,7 +237,4 @@
|
|
|
234
237
|
--data-viz-green-200: #b0d97b;
|
|
235
238
|
--data-viz-green-100: #c6ed94;
|
|
236
239
|
--data-viz-green-50: #ddfab7;
|
|
237
|
-
--gl-text-tertiary: var(--gray-400);
|
|
238
|
-
--gl-text-secondary: var(--gray-500);
|
|
239
|
-
--gl-text-primary: var(--gray-900);
|
|
240
240
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 01 Mar 2024 12:16:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root.gl-dark {
|
|
7
|
+
--gl-text-tertiary: #737278;
|
|
8
|
+
--gl-text-secondary: #89888d;
|
|
9
|
+
--gl-text-primary: #ececef;
|
|
7
10
|
--red-950: #fff4f3;
|
|
8
11
|
--red-900: #fcf1ef;
|
|
9
12
|
--red-800: #fdd4cd;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 01 Mar 2024 12:16:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DATA_VIZ_GREEN_50 = "#133a03";
|
|
@@ -199,3 +199,6 @@ export const RED_700 = "#fcb5aa";
|
|
|
199
199
|
export const RED_800 = "#fdd4cd";
|
|
200
200
|
export const RED_900 = "#fcf1ef";
|
|
201
201
|
export const RED_950 = "#fff4f3";
|
|
202
|
+
export const GL_TEXT_PRIMARY = "#ececef";
|
|
203
|
+
export const GL_TEXT_SECONDARY = "#89888d";
|
|
204
|
+
export const GL_TEXT_TERTIARY = "#737278";
|
package/dist/tokens/js/tokens.js
CHANGED
|
@@ -4801,10 +4801,10 @@
|
|
|
4801
4801
|
"value": "#ececef",
|
|
4802
4802
|
"$type": "color",
|
|
4803
4803
|
"themeable": true,
|
|
4804
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.tokens.json",
|
|
4805
|
-
"isSource":
|
|
4804
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.dark.tokens.json",
|
|
4805
|
+
"isSource": true,
|
|
4806
4806
|
"original": {
|
|
4807
|
-
"value": "
|
|
4807
|
+
"value": "#ececef",
|
|
4808
4808
|
"$type": "color",
|
|
4809
4809
|
"themeable": true
|
|
4810
4810
|
},
|
|
@@ -4819,10 +4819,10 @@
|
|
|
4819
4819
|
"value": "#89888d",
|
|
4820
4820
|
"$type": "color",
|
|
4821
4821
|
"themeable": true,
|
|
4822
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.tokens.json",
|
|
4823
|
-
"isSource":
|
|
4822
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.dark.tokens.json",
|
|
4823
|
+
"isSource": true,
|
|
4824
4824
|
"original": {
|
|
4825
|
-
"value": "
|
|
4825
|
+
"value": "#89888d",
|
|
4826
4826
|
"$type": "color",
|
|
4827
4827
|
"themeable": true
|
|
4828
4828
|
},
|
|
@@ -4837,10 +4837,10 @@
|
|
|
4837
4837
|
"value": "#737278",
|
|
4838
4838
|
"$type": "color",
|
|
4839
4839
|
"themeable": true,
|
|
4840
|
-
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.tokens.json",
|
|
4841
|
-
"isSource":
|
|
4840
|
+
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.dark.tokens.json",
|
|
4841
|
+
"isSource": true,
|
|
4842
4842
|
"original": {
|
|
4843
|
-
"value": "
|
|
4843
|
+
"value": "#737278",
|
|
4844
4844
|
"$type": "color",
|
|
4845
4845
|
"themeable": true
|
|
4846
4846
|
},
|
|
@@ -4804,7 +4804,7 @@
|
|
|
4804
4804
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.tokens.json",
|
|
4805
4805
|
"isSource": false,
|
|
4806
4806
|
"original": {
|
|
4807
|
-
"value": "
|
|
4807
|
+
"value": "#333238",
|
|
4808
4808
|
"$type": "color",
|
|
4809
4809
|
"themeable": true
|
|
4810
4810
|
},
|
|
@@ -4822,7 +4822,7 @@
|
|
|
4822
4822
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.tokens.json",
|
|
4823
4823
|
"isSource": false,
|
|
4824
4824
|
"original": {
|
|
4825
|
-
"value": "
|
|
4825
|
+
"value": "#737278",
|
|
4826
4826
|
"$type": "color",
|
|
4827
4827
|
"themeable": true
|
|
4828
4828
|
},
|
|
@@ -4840,7 +4840,7 @@
|
|
|
4840
4840
|
"filePath": "/builds/gitlab-org/gitlab-ui/src/tokens/text.tokens.json",
|
|
4841
4841
|
"isSource": false,
|
|
4842
4842
|
"original": {
|
|
4843
|
-
"value": "
|
|
4843
|
+
"value": "#89888d",
|
|
4844
4844
|
"$type": "color",
|
|
4845
4845
|
"themeable": true
|
|
4846
4846
|
},
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 01 Mar 2024 12:16:54 GMT
|
|
4
4
|
|
|
5
|
+
$gl-text-tertiary: #737278 !default;
|
|
6
|
+
$gl-text-secondary: #89888d !default;
|
|
7
|
+
$gl-text-primary: #ececef !default;
|
|
5
8
|
$red-950: #fff4f3;
|
|
6
9
|
$red-900: #fcf1ef;
|
|
7
10
|
$red-800: #fdd4cd;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 01 Mar 2024 12:16:54 GMT
|
|
4
4
|
|
|
5
|
+
$gl-text-tertiary: #89888d !default;
|
|
6
|
+
$gl-text-secondary: #737278 !default;
|
|
7
|
+
$gl-text-primary: #333238 !default;
|
|
5
8
|
$gl-line-height-52: 3.25rem;
|
|
6
9
|
$gl-line-height-44: 2.75rem;
|
|
7
10
|
$gl-line-height-42: 2.625rem;
|
|
@@ -232,6 +235,3 @@ $data-viz-green-300: #94c25e !default;
|
|
|
232
235
|
$data-viz-green-200: #b0d97b !default;
|
|
233
236
|
$data-viz-green-100: #c6ed94 !default;
|
|
234
237
|
$data-viz-green-50: #ddfab7 !default;
|
|
235
|
-
$gl-text-tertiary: $gray-400 !default;
|
|
236
|
-
$gl-text-secondary: $gray-500 !default;
|
|
237
|
-
$gl-text-primary: $gray-900 !default;
|