@gitlab/ui 89.6.0 → 89.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/components/experimental/duo/chat/duo_chat.js +1 -3
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +21 -1
- package/dist/tokens/build/js/tokens.js +21 -1
- package/dist/tokens/css/tokens.css +20 -0
- package/dist/tokens/css/tokens.dark.css +20 -0
- package/dist/tokens/js/tokens.dark.js +20 -0
- package/dist/tokens/js/tokens.js +20 -0
- package/dist/tokens/json/tokens.dark.json +532 -0
- package/dist/tokens/json/tokens.json +532 -0
- package/dist/tokens/scss/_tokens.dark.scss +20 -0
- package/dist/tokens/scss/_tokens.scss +20 -0
- package/dist/tokens/scss/_tokens_custom_properties.scss +20 -0
- package/package.json +1 -1
- package/src/components/base/alert/alert.scss +87 -41
- package/src/components/experimental/duo/chat/duo_chat.vue +4 -5
- package/src/tokens/build/css/tokens.css +20 -0
- package/src/tokens/build/css/tokens.dark.css +20 -0
- package/src/tokens/build/js/tokens.dark.js +20 -0
- package/src/tokens/build/js/tokens.js +20 -0
- package/src/tokens/build/json/tokens.dark.json +532 -0
- package/src/tokens/build/json/tokens.json +532 -0
- package/src/tokens/build/scss/_tokens.dark.scss +20 -0
- package/src/tokens/build/scss/_tokens.scss +20 -0
- package/src/tokens/build/scss/_tokens_custom_properties.scss +20 -0
- package/src/tokens/contextual/alert.tokens.json +224 -0
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
{
|
|
2
|
+
"alert": {
|
|
3
|
+
"neutral": {
|
|
4
|
+
"title": {
|
|
5
|
+
"color": {
|
|
6
|
+
"$value": {
|
|
7
|
+
"default": "{text.color.heading}",
|
|
8
|
+
"dark": "{text.color.heading}"
|
|
9
|
+
},
|
|
10
|
+
"$type": "color",
|
|
11
|
+
"$description": "Used for the title color of a neutral alert."
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"background": {
|
|
15
|
+
"color": {
|
|
16
|
+
"$value": {
|
|
17
|
+
"default": "{feedback.neutral.background.color}",
|
|
18
|
+
"dark": "{background.color.subtle}"
|
|
19
|
+
},
|
|
20
|
+
"$type": "color",
|
|
21
|
+
"$description": "Used for the background color of a neutral alert."
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"border": {
|
|
25
|
+
"top" : {
|
|
26
|
+
"color": {
|
|
27
|
+
"$value": {
|
|
28
|
+
"default": "{color.alpha.0}",
|
|
29
|
+
"dark": "{color.neutral.400}"
|
|
30
|
+
},
|
|
31
|
+
"$type": "color",
|
|
32
|
+
"$description": "Used for the border center color of a neutral alert."
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"bottom": {
|
|
36
|
+
"color": {
|
|
37
|
+
"$value": {
|
|
38
|
+
"default": "{color.alpha.0}",
|
|
39
|
+
"dark": "{color.neutral.800}"
|
|
40
|
+
},
|
|
41
|
+
"$type": "color",
|
|
42
|
+
"$description": "Used for the border bottom color of a neutral alert."
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"info": {
|
|
48
|
+
"title": {
|
|
49
|
+
"color": {
|
|
50
|
+
"$value": {
|
|
51
|
+
"default": "{text.color.heading}",
|
|
52
|
+
"dark": "{color.blue.300}"
|
|
53
|
+
},
|
|
54
|
+
"$type": "color",
|
|
55
|
+
"$description": "Used for the title color of an info alert."
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"background": {
|
|
59
|
+
"color": {
|
|
60
|
+
"$value": {
|
|
61
|
+
"default": "{feedback.info.background.color}",
|
|
62
|
+
"dark": "{background.color.subtle}"
|
|
63
|
+
},
|
|
64
|
+
"$type": "color",
|
|
65
|
+
"$description": "Used for the background color of an info alert."
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"border": {
|
|
69
|
+
"top": {
|
|
70
|
+
"color": {
|
|
71
|
+
"$value": {
|
|
72
|
+
"default": "{color.alpha.0}",
|
|
73
|
+
"dark": "{color.blue.400}"
|
|
74
|
+
},
|
|
75
|
+
"$type": "color",
|
|
76
|
+
"$description": "Used for the border color of an info alert."
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"bottom": {
|
|
80
|
+
"color": {
|
|
81
|
+
"$value": {
|
|
82
|
+
"default": "{color.alpha.0}",
|
|
83
|
+
"dark": "{color.neutral.800}"
|
|
84
|
+
},
|
|
85
|
+
"$type": "color",
|
|
86
|
+
"$description": "Used for the border bottom color of an info alert."
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"success": {
|
|
92
|
+
"title": {
|
|
93
|
+
"color": {
|
|
94
|
+
"$value": {
|
|
95
|
+
"default": "{text.color.heading}",
|
|
96
|
+
"dark": "{color.green.300}"
|
|
97
|
+
},
|
|
98
|
+
"$type": "color",
|
|
99
|
+
"$description": "Used for the title color of a success alert."
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"background": {
|
|
103
|
+
"color": {
|
|
104
|
+
"$value": {
|
|
105
|
+
"default": "{feedback.success.background.color}",
|
|
106
|
+
"dark": "{background.color.subtle}"
|
|
107
|
+
},
|
|
108
|
+
"$type": "color",
|
|
109
|
+
"$description": "Used for the background color of a success alert."
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"border": {
|
|
113
|
+
"top": {
|
|
114
|
+
"color": {
|
|
115
|
+
"$value": {
|
|
116
|
+
"default": "{color.alpha.0}",
|
|
117
|
+
"dark": "{color.green.400}"
|
|
118
|
+
},
|
|
119
|
+
"$type": "color",
|
|
120
|
+
"$description": "Used for the border color of a success alert."
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"bottom": {
|
|
124
|
+
"color": {
|
|
125
|
+
"$value": {
|
|
126
|
+
"default": "{color.alpha.0}",
|
|
127
|
+
"dark": "{color.neutral.800}"
|
|
128
|
+
},
|
|
129
|
+
"$type": "color",
|
|
130
|
+
"$description": "Used for the border bottom color of a success alert."
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"warning": {
|
|
136
|
+
"title": {
|
|
137
|
+
"color": {
|
|
138
|
+
"$value": {
|
|
139
|
+
"default": "{text.color.heading}",
|
|
140
|
+
"dark": "{color.orange.300}"
|
|
141
|
+
},
|
|
142
|
+
"$type": "color",
|
|
143
|
+
"$description": "Used for the title color of a warning alert."
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"background": {
|
|
147
|
+
"color": {
|
|
148
|
+
"$value": {
|
|
149
|
+
"default": "{feedback.warning.background.color}",
|
|
150
|
+
"dark": "{background.color.subtle}"
|
|
151
|
+
},
|
|
152
|
+
"$type": "color",
|
|
153
|
+
"$description": "Used for the background color of a warning alert."
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"border": {
|
|
157
|
+
"top": {
|
|
158
|
+
"color": {
|
|
159
|
+
"$value": {
|
|
160
|
+
"default": "{color.alpha.0}",
|
|
161
|
+
"dark": "{color.orange.400}"
|
|
162
|
+
},
|
|
163
|
+
"$type": "color",
|
|
164
|
+
"$description": "Used for the border color of a warning alert."
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"bottom": {
|
|
168
|
+
"color": {
|
|
169
|
+
"$value": {
|
|
170
|
+
"default": "{color.alpha.0}",
|
|
171
|
+
"dark": "{color.neutral.800}"
|
|
172
|
+
},
|
|
173
|
+
"$type": "color",
|
|
174
|
+
"$description": "Used for the border bottom color of a warning alert."
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"danger": {
|
|
180
|
+
"title": {
|
|
181
|
+
"color": {
|
|
182
|
+
"$value": {
|
|
183
|
+
"default": "{text.color.heading}",
|
|
184
|
+
"dark": "{color.red.300}"
|
|
185
|
+
},
|
|
186
|
+
"$type": "color",
|
|
187
|
+
"$description": "Used for the title color of a danger alert."
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"background": {
|
|
191
|
+
"color": {
|
|
192
|
+
"$value": {
|
|
193
|
+
"default": "{feedback.danger.background.color}",
|
|
194
|
+
"dark": "{background.color.subtle}"
|
|
195
|
+
},
|
|
196
|
+
"$type": "color",
|
|
197
|
+
"$description": "Used for the background color of a danger alert."
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"border": {
|
|
201
|
+
"top": {
|
|
202
|
+
"color": {
|
|
203
|
+
"$value": {
|
|
204
|
+
"default": "{color.alpha.0}",
|
|
205
|
+
"dark": "{color.red.400}"
|
|
206
|
+
},
|
|
207
|
+
"$type": "color",
|
|
208
|
+
"$description": "Used for the border color of a danger alert."
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"bottom": {
|
|
212
|
+
"color": {
|
|
213
|
+
"$value": {
|
|
214
|
+
"default": "{color.alpha.0}",
|
|
215
|
+
"dark": "{color.neutral.800}"
|
|
216
|
+
},
|
|
217
|
+
"$type": "color",
|
|
218
|
+
"$description": "Used for the border bottom color of a danger alert."
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|