@gitlab/ui 80.14.1 → 80.15.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/CHANGELOG.md +16 -0
- package/dist/components/base/datepicker/datepicker.js +1 -1
- package/dist/components/base/daterange_picker/daterange_picker.js +11 -1
- package/dist/tokens/json/tokens.dark.json +11 -33
- package/dist/tokens/json/tokens.json +11 -33
- package/dist/tokens/scss/_tokens.dark.scss +11 -11
- package/dist/tokens/scss/_tokens.scss +11 -11
- package/dist/tokens/tailwind/tokens.cjs +2 -0
- package/package.json +3 -1
- package/src/components/base/datepicker/datepicker.vue +48 -46
- package/src/components/base/daterange_picker/daterange_picker.vue +22 -2
- package/src/tokens/build/json/tokens.dark.json +11 -33
- package/src/tokens/build/json/tokens.json +11 -33
- package/src/tokens/build/scss/_tokens.dark.scss +11 -11
- package/src/tokens/build/scss/_tokens.scss +11 -11
- package/src/tokens/build/tailwind/tokens.cjs +2 -0
- package/src/tokens/text.tokens.json +11 -22
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"$type": "color",
|
|
9
9
|
"$description": "Use text.color.default instead",
|
|
10
|
-
"deprecated": true
|
|
11
|
-
"themeable": true
|
|
10
|
+
"deprecated": true
|
|
12
11
|
},
|
|
13
12
|
"secondary": {
|
|
14
13
|
"$value": {
|
|
@@ -17,8 +16,7 @@
|
|
|
17
16
|
},
|
|
18
17
|
"$type": "color",
|
|
19
18
|
"$description": "Use text.color.subtle instead",
|
|
20
|
-
"deprecated": true
|
|
21
|
-
"themeable": true
|
|
19
|
+
"deprecated": true
|
|
22
20
|
},
|
|
23
21
|
"tertiary": {
|
|
24
22
|
"$value": {
|
|
@@ -27,8 +25,7 @@
|
|
|
27
25
|
},
|
|
28
26
|
"$type": "color",
|
|
29
27
|
"$description": "Use text.color.disabled instead",
|
|
30
|
-
"deprecated": true
|
|
31
|
-
"themeable": true
|
|
28
|
+
"deprecated": true
|
|
32
29
|
},
|
|
33
30
|
"color": {
|
|
34
31
|
"default": {
|
|
@@ -37,8 +34,7 @@
|
|
|
37
34
|
"dark": "{color.neutral.50}"
|
|
38
35
|
},
|
|
39
36
|
"$type": "color",
|
|
40
|
-
"$description": "Used for the default text color."
|
|
41
|
-
"themeable": true
|
|
37
|
+
"$description": "Used for the default text color."
|
|
42
38
|
},
|
|
43
39
|
"subtle": {
|
|
44
40
|
"$value": {
|
|
@@ -46,8 +42,7 @@
|
|
|
46
42
|
"dark": "{color.neutral.200}"
|
|
47
43
|
},
|
|
48
44
|
"$type": "color",
|
|
49
|
-
"$description": "Used for supplemental text that doesn't need to be as prominent as other text."
|
|
50
|
-
"themeable": true
|
|
45
|
+
"$description": "Used for supplemental text that doesn't need to be as prominent as other text."
|
|
51
46
|
},
|
|
52
47
|
"strong": {
|
|
53
48
|
"$value": {
|
|
@@ -55,8 +50,7 @@
|
|
|
55
50
|
"dark": "{color.neutral.0}"
|
|
56
51
|
},
|
|
57
52
|
"$type": "color",
|
|
58
|
-
"$description": "Used for text with the highest contrast."
|
|
59
|
-
"themeable": true
|
|
53
|
+
"$description": "Used for text with the highest contrast."
|
|
60
54
|
},
|
|
61
55
|
"heading": {
|
|
62
56
|
"$value": {
|
|
@@ -64,8 +58,7 @@
|
|
|
64
58
|
"dark": "{color.neutral.0}"
|
|
65
59
|
},
|
|
66
60
|
"$type": "color",
|
|
67
|
-
"$description": "Used for headings level 1-6."
|
|
68
|
-
"themeable": true
|
|
61
|
+
"$description": "Used for headings level 1-6."
|
|
69
62
|
},
|
|
70
63
|
"link": {
|
|
71
64
|
"$value": {
|
|
@@ -73,8 +66,7 @@
|
|
|
73
66
|
"dark": "{color.blue.300}"
|
|
74
67
|
},
|
|
75
68
|
"$type": "color",
|
|
76
|
-
"$description": "Used for default text links."
|
|
77
|
-
"themeable": true
|
|
69
|
+
"$description": "Used for default text links."
|
|
78
70
|
},
|
|
79
71
|
"danger": {
|
|
80
72
|
"$value": {
|
|
@@ -82,8 +74,7 @@
|
|
|
82
74
|
"dark": "{color.red.300}"
|
|
83
75
|
},
|
|
84
76
|
"$type": "color",
|
|
85
|
-
"$description": "Used for text indicating a problem, critical state, destructive action, error, failure, removal, stop, or declination."
|
|
86
|
-
"themeable": true
|
|
77
|
+
"$description": "Used for text indicating a problem, critical state, destructive action, error, failure, removal, stop, or declination."
|
|
87
78
|
},
|
|
88
79
|
"success": {
|
|
89
80
|
"$value": {
|
|
@@ -91,8 +82,7 @@
|
|
|
91
82
|
"dark": "{color.green.300}"
|
|
92
83
|
},
|
|
93
84
|
"$type": "color",
|
|
94
|
-
"$description": "Used for text indicating success or validity."
|
|
95
|
-
"themeable": true
|
|
85
|
+
"$description": "Used for text indicating success or validity."
|
|
96
86
|
},
|
|
97
87
|
"disabled": {
|
|
98
88
|
"$value": {
|
|
@@ -100,8 +90,7 @@
|
|
|
100
90
|
"dark": "{color.neutral.400}"
|
|
101
91
|
},
|
|
102
92
|
"$type": "color",
|
|
103
|
-
"$description": "Used for disabled text."
|
|
104
|
-
"themeable": true
|
|
93
|
+
"$description": "Used for disabled text."
|
|
105
94
|
}
|
|
106
95
|
}
|
|
107
96
|
}
|