@demos-europe/demosplan-ui 0.3.19 → 0.3.21
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/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21_[Changes]/shelved.patch +36 -0
- package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21__Changes_.xml +4 -0
- package/.idea/workspace.xml +37 -7
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +20 -1
- package/buildTokens.js +157 -41
- package/dist/demosplan-ui.umd.js +1 -1
- package/package.json +5 -4
- package/src/components/DpButtonRow/DpButtonRow.vue +8 -2
- package/src/components/DpEditor/DpEditor.vue +46 -33
- package/src/components/DpEditor/DpResizableImage.vue +10 -4
- package/src/components/DpEditor/DpUploadModal.vue +29 -15
- package/src/components/DpUploadFiles/DpUpload.vue +9 -1
- package/src/components/DpUploadFiles/DpUploadFiles.vue +7 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/index.html +123 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +63 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-TRLNWEGW.js +1 -0
- package/storybook-static/sb-manager/chunk-4IYAVH3S.js +348 -0
- package/storybook-static/sb-manager/chunk-CXYKRFSY.js +9 -0
- package/storybook-static/sb-manager/chunk-LVLAH4SI.js +7 -0
- package/storybook-static/sb-manager/chunk-VFHDXWEA.js +406 -0
- package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-B5GMVT5T-EA5ASEYD.js +1 -0
- package/storybook-static/stories.json +1 -0
- package/tailwind.config.js +27 -1
- package/tokens/dist/js/boxShadow.js +13 -81
- package/tokens/dist/js/breakpoints.js +1 -1
- package/tokens/dist/js/color.brand.js +19 -7
- package/tokens/dist/js/color.data.js +85 -29
- package/tokens/dist/js/color.palette.js +175 -59
- package/tokens/dist/js/color.ui-tailwind.js +1899 -0
- package/tokens/dist/js/color.ui.js +2063 -57
- package/tokens/dist/js/fontSize.js +1 -1
- package/tokens/dist/js/rounded.js +1 -77
- package/tokens/dist/js/space.js +1 -1
- package/tokens/dist/js/zIndex.js +1 -1
- package/tokens/dist/scss/_boxShadow.scss +1 -1
- package/tokens/dist/scss/_breakpoints.scss +1 -1
- package/tokens/dist/scss/_color.brand.scss +1 -1
- package/tokens/dist/scss/_color.data.scss +1 -1
- package/tokens/dist/scss/_color.palette.scss +1 -1
- package/tokens/dist/scss/_color.ui.scss +1 -1
- package/tokens/dist/scss/_fontSize.scss +1 -1
- package/tokens/dist/scss/_rounded.scss +1 -1
- package/tokens/dist/scss/_space.scss +1 -1
- package/tokens/dist/scss/_zIndex.scss +1 -1
- package/tokens/dist/tailwind/backgroundColor.js +24 -0
- package/tokens/dist/tailwind/borderColor.js +9 -0
- package/tokens/dist/tailwind/color.brand.js +8 -0
- package/tokens/dist/tailwind/color.data.js +30 -0
- package/tokens/dist/tailwind/color.js +5 -0
- package/tokens/dist/tailwind/color.palette.js +60 -0
- package/tokens/dist/tailwind/textColor.js +37 -0
- package/tokens/src/boxShadow.json +16 -8
- package/tokens/src/color/color.brand.json +12 -6
- package/tokens/src/color/color.data.json +56 -28
- package/tokens/src/color/color.palette.json +116 -58
- package/tokens/src/color/color.ui-tailwind.json +401 -0
- package/tokens/src/color/color.ui.json +114 -57
- package/tokens/tokens.color.stories.mdx +83 -34
- package/tokens/tokens.space.stories.mdx +20 -20
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46_[Changes]/shelved.patch +0 -30538
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46__Changes_.xml +0 -4
- package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02_[Changes]/shelved.patch +0 -19
- package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02__Changes_.xml +0 -4
- package/style/index.css +0 -7
|
@@ -1,22 +1,1914 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 22 Jul 2024 09:37:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
7
7
|
"color": {
|
|
8
|
+
"ui-tailwind": {
|
|
9
|
+
"color": {
|
|
10
|
+
"interactive": {
|
|
11
|
+
"DEFAULT": {
|
|
12
|
+
"$description": "Color for default state of interactive elements.",
|
|
13
|
+
"value": "#006fd0",
|
|
14
|
+
"themeable": true,
|
|
15
|
+
"$type": "color",
|
|
16
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
17
|
+
"isSource": true,
|
|
18
|
+
"original": {
|
|
19
|
+
"$description": "Color for default state of interactive elements.",
|
|
20
|
+
"value": "{color.palette.blue.base}",
|
|
21
|
+
"themeable": true,
|
|
22
|
+
"$type": "color"
|
|
23
|
+
},
|
|
24
|
+
"name": "ColorUiTailwindColorInteractiveDefault",
|
|
25
|
+
"attributes": {
|
|
26
|
+
"category": "color",
|
|
27
|
+
"type": "ui-tailwind",
|
|
28
|
+
"item": "color",
|
|
29
|
+
"subitem": "interactive",
|
|
30
|
+
"state": "DEFAULT"
|
|
31
|
+
},
|
|
32
|
+
"path": [
|
|
33
|
+
"color",
|
|
34
|
+
"ui-tailwind",
|
|
35
|
+
"color",
|
|
36
|
+
"interactive",
|
|
37
|
+
"DEFAULT"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"hover": {
|
|
41
|
+
"$description": "Color for hover state of interactive elements.",
|
|
42
|
+
"value": "#005eb1",
|
|
43
|
+
"themeable": true,
|
|
44
|
+
"$type": "color",
|
|
45
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
46
|
+
"isSource": true,
|
|
47
|
+
"original": {
|
|
48
|
+
"$description": "Color for hover state of interactive elements.",
|
|
49
|
+
"value": "{color.palette.blue.dark-1}",
|
|
50
|
+
"themeable": true,
|
|
51
|
+
"$type": "color"
|
|
52
|
+
},
|
|
53
|
+
"name": "ColorUiTailwindColorInteractiveHover",
|
|
54
|
+
"attributes": {
|
|
55
|
+
"category": "color",
|
|
56
|
+
"type": "ui-tailwind",
|
|
57
|
+
"item": "color",
|
|
58
|
+
"subitem": "interactive",
|
|
59
|
+
"state": "hover"
|
|
60
|
+
},
|
|
61
|
+
"path": [
|
|
62
|
+
"color",
|
|
63
|
+
"ui-tailwind",
|
|
64
|
+
"color",
|
|
65
|
+
"interactive",
|
|
66
|
+
"hover"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"active": {
|
|
70
|
+
"$description": "Color for active state of interactive elements.",
|
|
71
|
+
"value": "#004078",
|
|
72
|
+
"themeable": true,
|
|
73
|
+
"$type": "color",
|
|
74
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
75
|
+
"isSource": true,
|
|
76
|
+
"original": {
|
|
77
|
+
"$description": "Color for active state of interactive elements.",
|
|
78
|
+
"value": "{color.palette.blue.dark-2}",
|
|
79
|
+
"themeable": true,
|
|
80
|
+
"$type": "color"
|
|
81
|
+
},
|
|
82
|
+
"name": "ColorUiTailwindColorInteractiveActive",
|
|
83
|
+
"attributes": {
|
|
84
|
+
"category": "color",
|
|
85
|
+
"type": "ui-tailwind",
|
|
86
|
+
"item": "color",
|
|
87
|
+
"subitem": "interactive",
|
|
88
|
+
"state": "active"
|
|
89
|
+
},
|
|
90
|
+
"path": [
|
|
91
|
+
"color",
|
|
92
|
+
"ui-tailwind",
|
|
93
|
+
"color",
|
|
94
|
+
"interactive",
|
|
95
|
+
"active"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"textColor": {
|
|
101
|
+
"default": {
|
|
102
|
+
"$description": "Default color for text that should be readable.",
|
|
103
|
+
"value": "#333333",
|
|
104
|
+
"$type": "color",
|
|
105
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
106
|
+
"isSource": true,
|
|
107
|
+
"original": {
|
|
108
|
+
"$description": "Default color for text that should be readable.",
|
|
109
|
+
"value": "{color.palette.neutral.dark-2}",
|
|
110
|
+
"$type": "color"
|
|
111
|
+
},
|
|
112
|
+
"name": "ColorUiTailwindTextColorDefault",
|
|
113
|
+
"attributes": {
|
|
114
|
+
"category": "color",
|
|
115
|
+
"type": "ui-tailwind",
|
|
116
|
+
"item": "textColor",
|
|
117
|
+
"subitem": "default"
|
|
118
|
+
},
|
|
119
|
+
"path": [
|
|
120
|
+
"color",
|
|
121
|
+
"ui-tailwind",
|
|
122
|
+
"textColor",
|
|
123
|
+
"default"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
"muted": {
|
|
127
|
+
"$description": "Color for text that should stand out a little less. Has sufficient contrast on white.",
|
|
128
|
+
"value": "#757575",
|
|
129
|
+
"$type": "color",
|
|
130
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
131
|
+
"isSource": true,
|
|
132
|
+
"original": {
|
|
133
|
+
"$description": "Color for text that should stand out a little less. Has sufficient contrast on white.",
|
|
134
|
+
"value": "{color.palette.neutral.base}",
|
|
135
|
+
"$type": "color"
|
|
136
|
+
},
|
|
137
|
+
"name": "ColorUiTailwindTextColorMuted",
|
|
138
|
+
"attributes": {
|
|
139
|
+
"category": "color",
|
|
140
|
+
"type": "ui-tailwind",
|
|
141
|
+
"item": "textColor",
|
|
142
|
+
"subitem": "muted"
|
|
143
|
+
},
|
|
144
|
+
"path": [
|
|
145
|
+
"color",
|
|
146
|
+
"ui-tailwind",
|
|
147
|
+
"textColor",
|
|
148
|
+
"muted"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"on-dark": {
|
|
152
|
+
"$description": "Color for text that has sufficient contrast on dark backgrounds.",
|
|
153
|
+
"value": "#ffffff",
|
|
154
|
+
"$type": "color",
|
|
155
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
156
|
+
"isSource": true,
|
|
157
|
+
"original": {
|
|
158
|
+
"$description": "Color for text that has sufficient contrast on dark backgrounds.",
|
|
159
|
+
"value": "{color.palette.white}",
|
|
160
|
+
"$type": "color"
|
|
161
|
+
},
|
|
162
|
+
"name": "ColorUiTailwindTextColorOnDark",
|
|
163
|
+
"attributes": {
|
|
164
|
+
"category": "color",
|
|
165
|
+
"type": "ui-tailwind",
|
|
166
|
+
"item": "textColor",
|
|
167
|
+
"subitem": "on-dark"
|
|
168
|
+
},
|
|
169
|
+
"path": [
|
|
170
|
+
"color",
|
|
171
|
+
"ui-tailwind",
|
|
172
|
+
"textColor",
|
|
173
|
+
"on-dark"
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
"marked": {
|
|
177
|
+
"$description": "Color for highlighting portions of text. To be used together with bg-text-marked",
|
|
178
|
+
"value": "#004078",
|
|
179
|
+
"$type": "color",
|
|
180
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
181
|
+
"isSource": true,
|
|
182
|
+
"original": {
|
|
183
|
+
"$description": "Color for highlighting portions of text. To be used together with bg-text-marked",
|
|
184
|
+
"value": "{color.palette.blue.dark-2}",
|
|
185
|
+
"$type": "color"
|
|
186
|
+
},
|
|
187
|
+
"name": "ColorUiTailwindTextColorMarked",
|
|
188
|
+
"attributes": {
|
|
189
|
+
"category": "color",
|
|
190
|
+
"type": "ui-tailwind",
|
|
191
|
+
"item": "textColor",
|
|
192
|
+
"subitem": "marked"
|
|
193
|
+
},
|
|
194
|
+
"path": [
|
|
195
|
+
"color",
|
|
196
|
+
"ui-tailwind",
|
|
197
|
+
"textColor",
|
|
198
|
+
"marked"
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
"message": {
|
|
202
|
+
"info": {
|
|
203
|
+
"DEFAULT": {
|
|
204
|
+
"$description": "Text color to communicate uncritical information within system feedback components.",
|
|
205
|
+
"value": "#004078",
|
|
206
|
+
"$type": "color",
|
|
207
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
208
|
+
"isSource": true,
|
|
209
|
+
"original": {
|
|
210
|
+
"$description": "Text color to communicate uncritical information within system feedback components.",
|
|
211
|
+
"value": "{color.palette.blue.dark-2}",
|
|
212
|
+
"$type": "color"
|
|
213
|
+
},
|
|
214
|
+
"name": "ColorUiTailwindTextColorMessageInfoDefault",
|
|
215
|
+
"attributes": {
|
|
216
|
+
"category": "color",
|
|
217
|
+
"type": "ui-tailwind",
|
|
218
|
+
"item": "textColor",
|
|
219
|
+
"subitem": "message",
|
|
220
|
+
"state": "info"
|
|
221
|
+
},
|
|
222
|
+
"path": [
|
|
223
|
+
"color",
|
|
224
|
+
"ui-tailwind",
|
|
225
|
+
"textColor",
|
|
226
|
+
"message",
|
|
227
|
+
"info",
|
|
228
|
+
"DEFAULT"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
"icon": {
|
|
232
|
+
"$description": "Icon color to communicate uncritical information within system feedback components.",
|
|
233
|
+
"value": "#005eb1",
|
|
234
|
+
"$type": "color",
|
|
235
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
236
|
+
"isSource": true,
|
|
237
|
+
"original": {
|
|
238
|
+
"$description": "Icon color to communicate uncritical information within system feedback components.",
|
|
239
|
+
"value": "{color.palette.blue.dark-1}",
|
|
240
|
+
"$type": "color"
|
|
241
|
+
},
|
|
242
|
+
"name": "ColorUiTailwindTextColorMessageInfoIcon",
|
|
243
|
+
"attributes": {
|
|
244
|
+
"category": "color",
|
|
245
|
+
"type": "ui-tailwind",
|
|
246
|
+
"item": "textColor",
|
|
247
|
+
"subitem": "message",
|
|
248
|
+
"state": "info"
|
|
249
|
+
},
|
|
250
|
+
"path": [
|
|
251
|
+
"color",
|
|
252
|
+
"ui-tailwind",
|
|
253
|
+
"textColor",
|
|
254
|
+
"message",
|
|
255
|
+
"info",
|
|
256
|
+
"icon"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
"interactive": {
|
|
260
|
+
"$description": "Color for interactive text to communicate uncritical information within system feedback components.",
|
|
261
|
+
"value": "#006fd0",
|
|
262
|
+
"$type": "color",
|
|
263
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
264
|
+
"isSource": true,
|
|
265
|
+
"original": {
|
|
266
|
+
"$description": "Color for interactive text to communicate uncritical information within system feedback components.",
|
|
267
|
+
"value": "{color.palette.blue.base}",
|
|
268
|
+
"$type": "color"
|
|
269
|
+
},
|
|
270
|
+
"name": "ColorUiTailwindTextColorMessageInfoInteractive",
|
|
271
|
+
"attributes": {
|
|
272
|
+
"category": "color",
|
|
273
|
+
"type": "ui-tailwind",
|
|
274
|
+
"item": "textColor",
|
|
275
|
+
"subitem": "message",
|
|
276
|
+
"state": "info"
|
|
277
|
+
},
|
|
278
|
+
"path": [
|
|
279
|
+
"color",
|
|
280
|
+
"ui-tailwind",
|
|
281
|
+
"textColor",
|
|
282
|
+
"message",
|
|
283
|
+
"info",
|
|
284
|
+
"interactive"
|
|
285
|
+
]
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"warning": {
|
|
289
|
+
"DEFAULT": {
|
|
290
|
+
"$description": "Text color to noticeably communicate uncritical information within system feedback components.",
|
|
291
|
+
"value": "#845d01",
|
|
292
|
+
"$type": "color",
|
|
293
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
294
|
+
"isSource": true,
|
|
295
|
+
"original": {
|
|
296
|
+
"$description": "Text color to noticeably communicate uncritical information within system feedback components.",
|
|
297
|
+
"value": "{color.palette.yellow.dark-2}",
|
|
298
|
+
"$type": "color"
|
|
299
|
+
},
|
|
300
|
+
"name": "ColorUiTailwindTextColorMessageWarningDefault",
|
|
301
|
+
"attributes": {
|
|
302
|
+
"category": "color",
|
|
303
|
+
"type": "ui-tailwind",
|
|
304
|
+
"item": "textColor",
|
|
305
|
+
"subitem": "message",
|
|
306
|
+
"state": "warning"
|
|
307
|
+
},
|
|
308
|
+
"path": [
|
|
309
|
+
"color",
|
|
310
|
+
"ui-tailwind",
|
|
311
|
+
"textColor",
|
|
312
|
+
"message",
|
|
313
|
+
"warning",
|
|
314
|
+
"DEFAULT"
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
"icon": {
|
|
318
|
+
"$description": "Icon color to noticeably communicate uncritical information within system feedback components.",
|
|
319
|
+
"value": "#845d01",
|
|
320
|
+
"$type": "color",
|
|
321
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
322
|
+
"isSource": true,
|
|
323
|
+
"original": {
|
|
324
|
+
"$description": "Icon color to noticeably communicate uncritical information within system feedback components.",
|
|
325
|
+
"value": "{color.palette.yellow.dark-2}",
|
|
326
|
+
"$type": "color"
|
|
327
|
+
},
|
|
328
|
+
"name": "ColorUiTailwindTextColorMessageWarningIcon",
|
|
329
|
+
"attributes": {
|
|
330
|
+
"category": "color",
|
|
331
|
+
"type": "ui-tailwind",
|
|
332
|
+
"item": "textColor",
|
|
333
|
+
"subitem": "message",
|
|
334
|
+
"state": "warning"
|
|
335
|
+
},
|
|
336
|
+
"path": [
|
|
337
|
+
"color",
|
|
338
|
+
"ui-tailwind",
|
|
339
|
+
"textColor",
|
|
340
|
+
"message",
|
|
341
|
+
"warning",
|
|
342
|
+
"icon"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"interactive": {
|
|
346
|
+
"$description": "Color for interactive text to noticeably communicate uncritical information within system feedback components.",
|
|
347
|
+
"value": "#845d01",
|
|
348
|
+
"$type": "color",
|
|
349
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
350
|
+
"isSource": true,
|
|
351
|
+
"original": {
|
|
352
|
+
"$description": "Color for interactive text to noticeably communicate uncritical information within system feedback components.",
|
|
353
|
+
"value": "{color.palette.yellow.dark-2}",
|
|
354
|
+
"$type": "color"
|
|
355
|
+
},
|
|
356
|
+
"name": "ColorUiTailwindTextColorMessageWarningInteractive",
|
|
357
|
+
"attributes": {
|
|
358
|
+
"category": "color",
|
|
359
|
+
"type": "ui-tailwind",
|
|
360
|
+
"item": "textColor",
|
|
361
|
+
"subitem": "message",
|
|
362
|
+
"state": "warning"
|
|
363
|
+
},
|
|
364
|
+
"path": [
|
|
365
|
+
"color",
|
|
366
|
+
"ui-tailwind",
|
|
367
|
+
"textColor",
|
|
368
|
+
"message",
|
|
369
|
+
"warning",
|
|
370
|
+
"interactive"
|
|
371
|
+
]
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"severe": {
|
|
375
|
+
"DEFAULT": {
|
|
376
|
+
"$description": "Text color to communicate importance, danger, and immediate action within system feedback components.",
|
|
377
|
+
"value": "#820000",
|
|
378
|
+
"$type": "color",
|
|
379
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
380
|
+
"isSource": true,
|
|
381
|
+
"original": {
|
|
382
|
+
"$description": "Text color to communicate importance, danger, and immediate action within system feedback components.",
|
|
383
|
+
"value": "{color.palette.red.dark-2}",
|
|
384
|
+
"$type": "color"
|
|
385
|
+
},
|
|
386
|
+
"name": "ColorUiTailwindTextColorMessageSevereDefault",
|
|
387
|
+
"attributes": {
|
|
388
|
+
"category": "color",
|
|
389
|
+
"type": "ui-tailwind",
|
|
390
|
+
"item": "textColor",
|
|
391
|
+
"subitem": "message",
|
|
392
|
+
"state": "severe"
|
|
393
|
+
},
|
|
394
|
+
"path": [
|
|
395
|
+
"color",
|
|
396
|
+
"ui-tailwind",
|
|
397
|
+
"textColor",
|
|
398
|
+
"message",
|
|
399
|
+
"severe",
|
|
400
|
+
"DEFAULT"
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
"icon": {
|
|
404
|
+
"$description": "Icon color to communicate importance, danger, and immediate action within system feedback components.",
|
|
405
|
+
"value": "#b20000",
|
|
406
|
+
"$type": "color",
|
|
407
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
408
|
+
"isSource": true,
|
|
409
|
+
"original": {
|
|
410
|
+
"$description": "Icon color to communicate importance, danger, and immediate action within system feedback components.",
|
|
411
|
+
"value": "{color.palette.red.dark-1}",
|
|
412
|
+
"$type": "color"
|
|
413
|
+
},
|
|
414
|
+
"name": "ColorUiTailwindTextColorMessageSevereIcon",
|
|
415
|
+
"attributes": {
|
|
416
|
+
"category": "color",
|
|
417
|
+
"type": "ui-tailwind",
|
|
418
|
+
"item": "textColor",
|
|
419
|
+
"subitem": "message",
|
|
420
|
+
"state": "severe"
|
|
421
|
+
},
|
|
422
|
+
"path": [
|
|
423
|
+
"color",
|
|
424
|
+
"ui-tailwind",
|
|
425
|
+
"textColor",
|
|
426
|
+
"message",
|
|
427
|
+
"severe",
|
|
428
|
+
"icon"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"interactive": {
|
|
432
|
+
"$description": "Color for interactive text to communicate importance, danger, and immediate action within system feedback components.",
|
|
433
|
+
"value": "#b20000",
|
|
434
|
+
"$type": "color",
|
|
435
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
436
|
+
"isSource": true,
|
|
437
|
+
"original": {
|
|
438
|
+
"$description": "Color for interactive text to communicate importance, danger, and immediate action within system feedback components.",
|
|
439
|
+
"value": "{color.palette.red.dark-1}",
|
|
440
|
+
"$type": "color"
|
|
441
|
+
},
|
|
442
|
+
"name": "ColorUiTailwindTextColorMessageSevereInteractive",
|
|
443
|
+
"attributes": {
|
|
444
|
+
"category": "color",
|
|
445
|
+
"type": "ui-tailwind",
|
|
446
|
+
"item": "textColor",
|
|
447
|
+
"subitem": "message",
|
|
448
|
+
"state": "severe"
|
|
449
|
+
},
|
|
450
|
+
"path": [
|
|
451
|
+
"color",
|
|
452
|
+
"ui-tailwind",
|
|
453
|
+
"textColor",
|
|
454
|
+
"message",
|
|
455
|
+
"severe",
|
|
456
|
+
"interactive"
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"success": {
|
|
461
|
+
"DEFAULT": {
|
|
462
|
+
"$description": "Text color to communicate successful state change within system feedback components.",
|
|
463
|
+
"value": "#064006",
|
|
464
|
+
"$type": "color",
|
|
465
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
466
|
+
"isSource": true,
|
|
467
|
+
"original": {
|
|
468
|
+
"$description": "Text color to communicate successful state change within system feedback components.",
|
|
469
|
+
"value": "{color.palette.green.dark-2}",
|
|
470
|
+
"$type": "color"
|
|
471
|
+
},
|
|
472
|
+
"name": "ColorUiTailwindTextColorMessageSuccessDefault",
|
|
473
|
+
"attributes": {
|
|
474
|
+
"category": "color",
|
|
475
|
+
"type": "ui-tailwind",
|
|
476
|
+
"item": "textColor",
|
|
477
|
+
"subitem": "message",
|
|
478
|
+
"state": "success"
|
|
479
|
+
},
|
|
480
|
+
"path": [
|
|
481
|
+
"color",
|
|
482
|
+
"ui-tailwind",
|
|
483
|
+
"textColor",
|
|
484
|
+
"message",
|
|
485
|
+
"success",
|
|
486
|
+
"DEFAULT"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
"icon": {
|
|
490
|
+
"$description": "Icon color to communicate successful state change within system feedback components.",
|
|
491
|
+
"value": "#186218",
|
|
492
|
+
"$type": "color",
|
|
493
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
494
|
+
"isSource": true,
|
|
495
|
+
"original": {
|
|
496
|
+
"$description": "Icon color to communicate successful state change within system feedback components.",
|
|
497
|
+
"value": "{color.palette.green.dark-1}",
|
|
498
|
+
"$type": "color"
|
|
499
|
+
},
|
|
500
|
+
"name": "ColorUiTailwindTextColorMessageSuccessIcon",
|
|
501
|
+
"attributes": {
|
|
502
|
+
"category": "color",
|
|
503
|
+
"type": "ui-tailwind",
|
|
504
|
+
"item": "textColor",
|
|
505
|
+
"subitem": "message",
|
|
506
|
+
"state": "success"
|
|
507
|
+
},
|
|
508
|
+
"path": [
|
|
509
|
+
"color",
|
|
510
|
+
"ui-tailwind",
|
|
511
|
+
"textColor",
|
|
512
|
+
"message",
|
|
513
|
+
"success",
|
|
514
|
+
"icon"
|
|
515
|
+
]
|
|
516
|
+
},
|
|
517
|
+
"interactive": {
|
|
518
|
+
"$description": "Color for interactive text to communicate successful state change within system feedback components.",
|
|
519
|
+
"value": "#228b22",
|
|
520
|
+
"$type": "color",
|
|
521
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
522
|
+
"isSource": true,
|
|
523
|
+
"original": {
|
|
524
|
+
"$description": "Color for interactive text to communicate successful state change within system feedback components.",
|
|
525
|
+
"value": "{color.palette.green.base}",
|
|
526
|
+
"$type": "color"
|
|
527
|
+
},
|
|
528
|
+
"name": "ColorUiTailwindTextColorMessageSuccessInteractive",
|
|
529
|
+
"attributes": {
|
|
530
|
+
"category": "color",
|
|
531
|
+
"type": "ui-tailwind",
|
|
532
|
+
"item": "textColor",
|
|
533
|
+
"subitem": "message",
|
|
534
|
+
"state": "success"
|
|
535
|
+
},
|
|
536
|
+
"path": [
|
|
537
|
+
"color",
|
|
538
|
+
"ui-tailwind",
|
|
539
|
+
"textColor",
|
|
540
|
+
"message",
|
|
541
|
+
"success",
|
|
542
|
+
"interactive"
|
|
543
|
+
]
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"debug": {
|
|
547
|
+
"DEFAULT": {
|
|
548
|
+
"$description": "Text color to communicate information for debugging purposes within system feedback components.",
|
|
549
|
+
"value": "#4b0085",
|
|
550
|
+
"$type": "color",
|
|
551
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
552
|
+
"isSource": true,
|
|
553
|
+
"original": {
|
|
554
|
+
"$description": "Text color to communicate information for debugging purposes within system feedback components.",
|
|
555
|
+
"value": "{color.palette.purple.dark-2}",
|
|
556
|
+
"$type": "color"
|
|
557
|
+
},
|
|
558
|
+
"name": "ColorUiTailwindTextColorMessageDebugDefault",
|
|
559
|
+
"attributes": {
|
|
560
|
+
"category": "color",
|
|
561
|
+
"type": "ui-tailwind",
|
|
562
|
+
"item": "textColor",
|
|
563
|
+
"subitem": "message",
|
|
564
|
+
"state": "debug"
|
|
565
|
+
},
|
|
566
|
+
"path": [
|
|
567
|
+
"color",
|
|
568
|
+
"ui-tailwind",
|
|
569
|
+
"textColor",
|
|
570
|
+
"message",
|
|
571
|
+
"debug",
|
|
572
|
+
"DEFAULT"
|
|
573
|
+
]
|
|
574
|
+
},
|
|
575
|
+
"icon": {
|
|
576
|
+
"$description": "Icon color to communicate information for debugging purposes within system feedback components.",
|
|
577
|
+
"value": "#5e00a6",
|
|
578
|
+
"$type": "color",
|
|
579
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
580
|
+
"isSource": true,
|
|
581
|
+
"original": {
|
|
582
|
+
"$description": "Icon color to communicate information for debugging purposes within system feedback components.",
|
|
583
|
+
"value": "{color.palette.purple.dark-1}",
|
|
584
|
+
"$type": "color"
|
|
585
|
+
},
|
|
586
|
+
"name": "ColorUiTailwindTextColorMessageDebugIcon",
|
|
587
|
+
"attributes": {
|
|
588
|
+
"category": "color",
|
|
589
|
+
"type": "ui-tailwind",
|
|
590
|
+
"item": "textColor",
|
|
591
|
+
"subitem": "message",
|
|
592
|
+
"state": "debug"
|
|
593
|
+
},
|
|
594
|
+
"path": [
|
|
595
|
+
"color",
|
|
596
|
+
"ui-tailwind",
|
|
597
|
+
"textColor",
|
|
598
|
+
"message",
|
|
599
|
+
"debug",
|
|
600
|
+
"icon"
|
|
601
|
+
]
|
|
602
|
+
},
|
|
603
|
+
"interactive": {
|
|
604
|
+
"$description": "Color for interactive text to communicate information for debugging purposes within system feedback components.",
|
|
605
|
+
"value": "#5e00a6",
|
|
606
|
+
"$type": "color",
|
|
607
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
608
|
+
"isSource": true,
|
|
609
|
+
"original": {
|
|
610
|
+
"$description": "Color for interactive text to communicate information for debugging purposes within system feedback components.",
|
|
611
|
+
"value": "{color.palette.purple.dark-1}",
|
|
612
|
+
"$type": "color"
|
|
613
|
+
},
|
|
614
|
+
"name": "ColorUiTailwindTextColorMessageDebugInteractive",
|
|
615
|
+
"attributes": {
|
|
616
|
+
"category": "color",
|
|
617
|
+
"type": "ui-tailwind",
|
|
618
|
+
"item": "textColor",
|
|
619
|
+
"subitem": "message",
|
|
620
|
+
"state": "debug"
|
|
621
|
+
},
|
|
622
|
+
"path": [
|
|
623
|
+
"color",
|
|
624
|
+
"ui-tailwind",
|
|
625
|
+
"textColor",
|
|
626
|
+
"message",
|
|
627
|
+
"debug",
|
|
628
|
+
"interactive"
|
|
629
|
+
]
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"selected": {
|
|
634
|
+
"$description": "Color used to visualize selected elements (ex: selection-text).",
|
|
635
|
+
"value": "#005eb1",
|
|
636
|
+
"$type": "color",
|
|
637
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
638
|
+
"isSource": true,
|
|
639
|
+
"original": {
|
|
640
|
+
"$description": "Color used to visualize selected elements (ex: selection-text).",
|
|
641
|
+
"value": "{color.palette.blue.dark-1}",
|
|
642
|
+
"$type": "color"
|
|
643
|
+
},
|
|
644
|
+
"name": "ColorUiTailwindTextColorSelected",
|
|
645
|
+
"attributes": {
|
|
646
|
+
"category": "color",
|
|
647
|
+
"type": "ui-tailwind",
|
|
648
|
+
"item": "textColor",
|
|
649
|
+
"subitem": "selected"
|
|
650
|
+
},
|
|
651
|
+
"path": [
|
|
652
|
+
"color",
|
|
653
|
+
"ui-tailwind",
|
|
654
|
+
"textColor",
|
|
655
|
+
"selected"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
"status": {
|
|
659
|
+
"progress": {
|
|
660
|
+
"DEFAULT": {
|
|
661
|
+
"$description": "Text color to communicate that something is in progress.",
|
|
662
|
+
"value": "#005eb1",
|
|
663
|
+
"$type": "color",
|
|
664
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
665
|
+
"isSource": true,
|
|
666
|
+
"original": {
|
|
667
|
+
"$description": "Text color to communicate that something is in progress.",
|
|
668
|
+
"value": "{color.palette.blue.dark-1}",
|
|
669
|
+
"$type": "color"
|
|
670
|
+
},
|
|
671
|
+
"name": "ColorUiTailwindTextColorStatusProgressDefault",
|
|
672
|
+
"attributes": {
|
|
673
|
+
"category": "color",
|
|
674
|
+
"type": "ui-tailwind",
|
|
675
|
+
"item": "textColor",
|
|
676
|
+
"subitem": "status",
|
|
677
|
+
"state": "progress"
|
|
678
|
+
},
|
|
679
|
+
"path": [
|
|
680
|
+
"color",
|
|
681
|
+
"ui-tailwind",
|
|
682
|
+
"textColor",
|
|
683
|
+
"status",
|
|
684
|
+
"progress",
|
|
685
|
+
"DEFAULT"
|
|
686
|
+
]
|
|
687
|
+
},
|
|
688
|
+
"fill": {
|
|
689
|
+
"$description": "Fill color to communicate that something is in progress. Use for charts.",
|
|
690
|
+
"value": "#006fd0",
|
|
691
|
+
"$type": "color",
|
|
692
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
693
|
+
"isSource": true,
|
|
694
|
+
"original": {
|
|
695
|
+
"$description": "Fill color to communicate that something is in progress. Use for charts.",
|
|
696
|
+
"value": "{color.palette.blue.base}",
|
|
697
|
+
"$type": "color"
|
|
698
|
+
},
|
|
699
|
+
"name": "ColorUiTailwindTextColorStatusProgressFill",
|
|
700
|
+
"attributes": {
|
|
701
|
+
"category": "color",
|
|
702
|
+
"type": "ui-tailwind",
|
|
703
|
+
"item": "textColor",
|
|
704
|
+
"subitem": "status",
|
|
705
|
+
"state": "progress"
|
|
706
|
+
},
|
|
707
|
+
"path": [
|
|
708
|
+
"color",
|
|
709
|
+
"ui-tailwind",
|
|
710
|
+
"textColor",
|
|
711
|
+
"status",
|
|
712
|
+
"progress",
|
|
713
|
+
"fill"
|
|
714
|
+
]
|
|
715
|
+
},
|
|
716
|
+
"icon": {
|
|
717
|
+
"$description": "Icon color to communicate that something is in progress.",
|
|
718
|
+
"value": "#006fd0",
|
|
719
|
+
"$type": "color",
|
|
720
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
721
|
+
"isSource": true,
|
|
722
|
+
"original": {
|
|
723
|
+
"$description": "Icon color to communicate that something is in progress.",
|
|
724
|
+
"value": "{color.palette.blue.base}",
|
|
725
|
+
"$type": "color"
|
|
726
|
+
},
|
|
727
|
+
"name": "ColorUiTailwindTextColorStatusProgressIcon",
|
|
728
|
+
"attributes": {
|
|
729
|
+
"category": "color",
|
|
730
|
+
"type": "ui-tailwind",
|
|
731
|
+
"item": "textColor",
|
|
732
|
+
"subitem": "status",
|
|
733
|
+
"state": "progress"
|
|
734
|
+
},
|
|
735
|
+
"path": [
|
|
736
|
+
"color",
|
|
737
|
+
"ui-tailwind",
|
|
738
|
+
"textColor",
|
|
739
|
+
"status",
|
|
740
|
+
"progress",
|
|
741
|
+
"icon"
|
|
742
|
+
]
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
"changed": {
|
|
746
|
+
"DEFAULT": {
|
|
747
|
+
"$description": "Text color to communicate something has moved or changed.",
|
|
748
|
+
"value": "#845d01",
|
|
749
|
+
"$type": "color",
|
|
750
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
751
|
+
"isSource": true,
|
|
752
|
+
"original": {
|
|
753
|
+
"$description": "Text color to communicate something has moved or changed.",
|
|
754
|
+
"value": "{color.palette.yellow.dark-2}",
|
|
755
|
+
"$type": "color"
|
|
756
|
+
},
|
|
757
|
+
"name": "ColorUiTailwindTextColorStatusChangedDefault",
|
|
758
|
+
"attributes": {
|
|
759
|
+
"category": "color",
|
|
760
|
+
"type": "ui-tailwind",
|
|
761
|
+
"item": "textColor",
|
|
762
|
+
"subitem": "status",
|
|
763
|
+
"state": "changed"
|
|
764
|
+
},
|
|
765
|
+
"path": [
|
|
766
|
+
"color",
|
|
767
|
+
"ui-tailwind",
|
|
768
|
+
"textColor",
|
|
769
|
+
"status",
|
|
770
|
+
"changed",
|
|
771
|
+
"DEFAULT"
|
|
772
|
+
]
|
|
773
|
+
},
|
|
774
|
+
"fill": {
|
|
775
|
+
"$description": "Fill color to communicate something has moved or changed. Use for charts.",
|
|
776
|
+
"value": "#ffbe24",
|
|
777
|
+
"$type": "color",
|
|
778
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
779
|
+
"isSource": true,
|
|
780
|
+
"original": {
|
|
781
|
+
"$description": "Fill color to communicate something has moved or changed. Use for charts.",
|
|
782
|
+
"value": "{color.palette.yellow.base}",
|
|
783
|
+
"$type": "color"
|
|
784
|
+
},
|
|
785
|
+
"name": "ColorUiTailwindTextColorStatusChangedFill",
|
|
786
|
+
"attributes": {
|
|
787
|
+
"category": "color",
|
|
788
|
+
"type": "ui-tailwind",
|
|
789
|
+
"item": "textColor",
|
|
790
|
+
"subitem": "status",
|
|
791
|
+
"state": "changed"
|
|
792
|
+
},
|
|
793
|
+
"path": [
|
|
794
|
+
"color",
|
|
795
|
+
"ui-tailwind",
|
|
796
|
+
"textColor",
|
|
797
|
+
"status",
|
|
798
|
+
"changed",
|
|
799
|
+
"fill"
|
|
800
|
+
]
|
|
801
|
+
},
|
|
802
|
+
"icon": {
|
|
803
|
+
"$description": "Icon color to communicate something has moved or changed.",
|
|
804
|
+
"value": "#d09200",
|
|
805
|
+
"$type": "color",
|
|
806
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
807
|
+
"isSource": true,
|
|
808
|
+
"original": {
|
|
809
|
+
"$description": "Icon color to communicate something has moved or changed.",
|
|
810
|
+
"value": "{color.palette.yellow.dark-1}",
|
|
811
|
+
"$type": "color"
|
|
812
|
+
},
|
|
813
|
+
"name": "ColorUiTailwindTextColorStatusChangedIcon",
|
|
814
|
+
"attributes": {
|
|
815
|
+
"category": "color",
|
|
816
|
+
"type": "ui-tailwind",
|
|
817
|
+
"item": "textColor",
|
|
818
|
+
"subitem": "status",
|
|
819
|
+
"state": "changed"
|
|
820
|
+
},
|
|
821
|
+
"path": [
|
|
822
|
+
"color",
|
|
823
|
+
"ui-tailwind",
|
|
824
|
+
"textColor",
|
|
825
|
+
"status",
|
|
826
|
+
"changed",
|
|
827
|
+
"icon"
|
|
828
|
+
]
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"failed": {
|
|
832
|
+
"DEFAULT": {
|
|
833
|
+
"$description": "Text color to communicate that an action or validation has failed on an item.",
|
|
834
|
+
"value": "#b20000",
|
|
835
|
+
"$type": "color",
|
|
836
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
837
|
+
"isSource": true,
|
|
838
|
+
"original": {
|
|
839
|
+
"$description": "Text color to communicate that an action or validation has failed on an item.",
|
|
840
|
+
"value": "{color.palette.red.dark-1}",
|
|
841
|
+
"$type": "color"
|
|
842
|
+
},
|
|
843
|
+
"name": "ColorUiTailwindTextColorStatusFailedDefault",
|
|
844
|
+
"attributes": {
|
|
845
|
+
"category": "color",
|
|
846
|
+
"type": "ui-tailwind",
|
|
847
|
+
"item": "textColor",
|
|
848
|
+
"subitem": "status",
|
|
849
|
+
"state": "failed"
|
|
850
|
+
},
|
|
851
|
+
"path": [
|
|
852
|
+
"color",
|
|
853
|
+
"ui-tailwind",
|
|
854
|
+
"textColor",
|
|
855
|
+
"status",
|
|
856
|
+
"failed",
|
|
857
|
+
"DEFAULT"
|
|
858
|
+
]
|
|
859
|
+
},
|
|
860
|
+
"fill": {
|
|
861
|
+
"$description": "Fill color to communicate that an action or validation has failed on an item. Use for charts.",
|
|
862
|
+
"value": "#e52222",
|
|
863
|
+
"$type": "color",
|
|
864
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
865
|
+
"isSource": true,
|
|
866
|
+
"original": {
|
|
867
|
+
"$description": "Fill color to communicate that an action or validation has failed on an item. Use for charts.",
|
|
868
|
+
"value": "{color.palette.red.base}",
|
|
869
|
+
"$type": "color"
|
|
870
|
+
},
|
|
871
|
+
"name": "ColorUiTailwindTextColorStatusFailedFill",
|
|
872
|
+
"attributes": {
|
|
873
|
+
"category": "color",
|
|
874
|
+
"type": "ui-tailwind",
|
|
875
|
+
"item": "textColor",
|
|
876
|
+
"subitem": "status",
|
|
877
|
+
"state": "failed"
|
|
878
|
+
},
|
|
879
|
+
"path": [
|
|
880
|
+
"color",
|
|
881
|
+
"ui-tailwind",
|
|
882
|
+
"textColor",
|
|
883
|
+
"status",
|
|
884
|
+
"failed",
|
|
885
|
+
"fill"
|
|
886
|
+
]
|
|
887
|
+
},
|
|
888
|
+
"icon": {
|
|
889
|
+
"$description": "Icon color to communicate that an action or validation has failed on an item.",
|
|
890
|
+
"value": "#e52222",
|
|
891
|
+
"$type": "color",
|
|
892
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
893
|
+
"isSource": true,
|
|
894
|
+
"original": {
|
|
895
|
+
"$description": "Icon color to communicate that an action or validation has failed on an item.",
|
|
896
|
+
"value": "{color.palette.red.base}",
|
|
897
|
+
"$type": "color"
|
|
898
|
+
},
|
|
899
|
+
"name": "ColorUiTailwindTextColorStatusFailedIcon",
|
|
900
|
+
"attributes": {
|
|
901
|
+
"category": "color",
|
|
902
|
+
"type": "ui-tailwind",
|
|
903
|
+
"item": "textColor",
|
|
904
|
+
"subitem": "status",
|
|
905
|
+
"state": "failed"
|
|
906
|
+
},
|
|
907
|
+
"path": [
|
|
908
|
+
"color",
|
|
909
|
+
"ui-tailwind",
|
|
910
|
+
"textColor",
|
|
911
|
+
"status",
|
|
912
|
+
"failed",
|
|
913
|
+
"icon"
|
|
914
|
+
]
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"complete": {
|
|
918
|
+
"DEFAULT": {
|
|
919
|
+
"$description": "Text color to communicate that an action has completed, or something has been added.",
|
|
920
|
+
"value": "#186218",
|
|
921
|
+
"$type": "color",
|
|
922
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
923
|
+
"isSource": true,
|
|
924
|
+
"original": {
|
|
925
|
+
"$description": "Text color to communicate that an action has completed, or something has been added.",
|
|
926
|
+
"value": "{color.palette.green.dark-1}",
|
|
927
|
+
"$type": "color"
|
|
928
|
+
},
|
|
929
|
+
"name": "ColorUiTailwindTextColorStatusCompleteDefault",
|
|
930
|
+
"attributes": {
|
|
931
|
+
"category": "color",
|
|
932
|
+
"type": "ui-tailwind",
|
|
933
|
+
"item": "textColor",
|
|
934
|
+
"subitem": "status",
|
|
935
|
+
"state": "complete"
|
|
936
|
+
},
|
|
937
|
+
"path": [
|
|
938
|
+
"color",
|
|
939
|
+
"ui-tailwind",
|
|
940
|
+
"textColor",
|
|
941
|
+
"status",
|
|
942
|
+
"complete",
|
|
943
|
+
"DEFAULT"
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
"fill": {
|
|
947
|
+
"$description": "Fill color to communicate that an action has completed, or something has been added. Use for charts.",
|
|
948
|
+
"value": "#228b22",
|
|
949
|
+
"$type": "color",
|
|
950
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
951
|
+
"isSource": true,
|
|
952
|
+
"original": {
|
|
953
|
+
"$description": "Fill color to communicate that an action has completed, or something has been added. Use for charts.",
|
|
954
|
+
"value": "{color.palette.green.base}",
|
|
955
|
+
"$type": "color"
|
|
956
|
+
},
|
|
957
|
+
"name": "ColorUiTailwindTextColorStatusCompleteFill",
|
|
958
|
+
"attributes": {
|
|
959
|
+
"category": "color",
|
|
960
|
+
"type": "ui-tailwind",
|
|
961
|
+
"item": "textColor",
|
|
962
|
+
"subitem": "status",
|
|
963
|
+
"state": "complete"
|
|
964
|
+
},
|
|
965
|
+
"path": [
|
|
966
|
+
"color",
|
|
967
|
+
"ui-tailwind",
|
|
968
|
+
"textColor",
|
|
969
|
+
"status",
|
|
970
|
+
"complete",
|
|
971
|
+
"fill"
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
"icon": {
|
|
975
|
+
"$description": "Icon color to communicate that an action has completed, or something has been added.",
|
|
976
|
+
"value": "#228b22",
|
|
977
|
+
"$type": "color",
|
|
978
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
979
|
+
"isSource": true,
|
|
980
|
+
"original": {
|
|
981
|
+
"$description": "Icon color to communicate that an action has completed, or something has been added.",
|
|
982
|
+
"value": "{color.palette.green.base}",
|
|
983
|
+
"$type": "color"
|
|
984
|
+
},
|
|
985
|
+
"name": "ColorUiTailwindTextColorStatusCompleteIcon",
|
|
986
|
+
"attributes": {
|
|
987
|
+
"category": "color",
|
|
988
|
+
"type": "ui-tailwind",
|
|
989
|
+
"item": "textColor",
|
|
990
|
+
"subitem": "status",
|
|
991
|
+
"state": "complete"
|
|
992
|
+
},
|
|
993
|
+
"path": [
|
|
994
|
+
"color",
|
|
995
|
+
"ui-tailwind",
|
|
996
|
+
"textColor",
|
|
997
|
+
"status",
|
|
998
|
+
"complete",
|
|
999
|
+
"icon"
|
|
1000
|
+
]
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
"neutral": {
|
|
1004
|
+
"DEFAULT": {
|
|
1005
|
+
"$description": "Text color to communicate neutral or unknown status.",
|
|
1006
|
+
"value": "#595959",
|
|
1007
|
+
"$type": "color",
|
|
1008
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1009
|
+
"isSource": true,
|
|
1010
|
+
"original": {
|
|
1011
|
+
"$description": "Text color to communicate neutral or unknown status.",
|
|
1012
|
+
"value": "{color.palette.neutral.dark-1}",
|
|
1013
|
+
"$type": "color"
|
|
1014
|
+
},
|
|
1015
|
+
"name": "ColorUiTailwindTextColorStatusNeutralDefault",
|
|
1016
|
+
"attributes": {
|
|
1017
|
+
"category": "color",
|
|
1018
|
+
"type": "ui-tailwind",
|
|
1019
|
+
"item": "textColor",
|
|
1020
|
+
"subitem": "status",
|
|
1021
|
+
"state": "neutral"
|
|
1022
|
+
},
|
|
1023
|
+
"path": [
|
|
1024
|
+
"color",
|
|
1025
|
+
"ui-tailwind",
|
|
1026
|
+
"textColor",
|
|
1027
|
+
"status",
|
|
1028
|
+
"neutral",
|
|
1029
|
+
"DEFAULT"
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
1032
|
+
"fill": {
|
|
1033
|
+
"$description": "Fill color to communicate neutral or unknown status. Use for charts.",
|
|
1034
|
+
"value": "#757575",
|
|
1035
|
+
"$type": "color",
|
|
1036
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1037
|
+
"isSource": true,
|
|
1038
|
+
"original": {
|
|
1039
|
+
"$description": "Fill color to communicate neutral or unknown status. Use for charts.",
|
|
1040
|
+
"value": "{color.palette.neutral.base}",
|
|
1041
|
+
"$type": "color"
|
|
1042
|
+
},
|
|
1043
|
+
"name": "ColorUiTailwindTextColorStatusNeutralFill",
|
|
1044
|
+
"attributes": {
|
|
1045
|
+
"category": "color",
|
|
1046
|
+
"type": "ui-tailwind",
|
|
1047
|
+
"item": "textColor",
|
|
1048
|
+
"subitem": "status",
|
|
1049
|
+
"state": "neutral"
|
|
1050
|
+
},
|
|
1051
|
+
"path": [
|
|
1052
|
+
"color",
|
|
1053
|
+
"ui-tailwind",
|
|
1054
|
+
"textColor",
|
|
1055
|
+
"status",
|
|
1056
|
+
"neutral",
|
|
1057
|
+
"fill"
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
"icon": {
|
|
1061
|
+
"$description": "Icon color to communicate neutral or unknown status.",
|
|
1062
|
+
"value": "#757575",
|
|
1063
|
+
"$type": "color",
|
|
1064
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1065
|
+
"isSource": true,
|
|
1066
|
+
"original": {
|
|
1067
|
+
"$description": "Icon color to communicate neutral or unknown status.",
|
|
1068
|
+
"value": "{color.palette.neutral.base}",
|
|
1069
|
+
"$type": "color"
|
|
1070
|
+
},
|
|
1071
|
+
"name": "ColorUiTailwindTextColorStatusNeutralIcon",
|
|
1072
|
+
"attributes": {
|
|
1073
|
+
"category": "color",
|
|
1074
|
+
"type": "ui-tailwind",
|
|
1075
|
+
"item": "textColor",
|
|
1076
|
+
"subitem": "status",
|
|
1077
|
+
"state": "neutral"
|
|
1078
|
+
},
|
|
1079
|
+
"path": [
|
|
1080
|
+
"color",
|
|
1081
|
+
"ui-tailwind",
|
|
1082
|
+
"textColor",
|
|
1083
|
+
"status",
|
|
1084
|
+
"neutral",
|
|
1085
|
+
"icon"
|
|
1086
|
+
]
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"backgroundColor": {
|
|
1092
|
+
"interactive": {
|
|
1093
|
+
"subtle-hover": {
|
|
1094
|
+
"$description": "Background color for hover state of bigger areas or subtle buttons.",
|
|
1095
|
+
"value": "#f5f5f5",
|
|
1096
|
+
"$type": "color",
|
|
1097
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1098
|
+
"isSource": true,
|
|
1099
|
+
"original": {
|
|
1100
|
+
"$description": "Background color for hover state of bigger areas or subtle buttons.",
|
|
1101
|
+
"value": "{color.palette.neutral.light-4}",
|
|
1102
|
+
"$type": "color"
|
|
1103
|
+
},
|
|
1104
|
+
"name": "ColorUiTailwindBackgroundColorInteractiveSubtleHover",
|
|
1105
|
+
"attributes": {
|
|
1106
|
+
"category": "color",
|
|
1107
|
+
"type": "ui-tailwind",
|
|
1108
|
+
"item": "backgroundColor",
|
|
1109
|
+
"subitem": "interactive",
|
|
1110
|
+
"state": "subtle-hover"
|
|
1111
|
+
},
|
|
1112
|
+
"path": [
|
|
1113
|
+
"color",
|
|
1114
|
+
"ui-tailwind",
|
|
1115
|
+
"backgroundColor",
|
|
1116
|
+
"interactive",
|
|
1117
|
+
"subtle-hover"
|
|
1118
|
+
]
|
|
1119
|
+
},
|
|
1120
|
+
"subtle-active": {
|
|
1121
|
+
"$description": "Background color for active state of bigger areas or subtle buttons.",
|
|
1122
|
+
"value": "#ebe9e9",
|
|
1123
|
+
"$type": "color",
|
|
1124
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1125
|
+
"isSource": true,
|
|
1126
|
+
"original": {
|
|
1127
|
+
"$description": "Background color for active state of bigger areas or subtle buttons.",
|
|
1128
|
+
"value": "{color.palette.neutral.light-3}",
|
|
1129
|
+
"$type": "color"
|
|
1130
|
+
},
|
|
1131
|
+
"name": "ColorUiTailwindBackgroundColorInteractiveSubtleActive",
|
|
1132
|
+
"attributes": {
|
|
1133
|
+
"category": "color",
|
|
1134
|
+
"type": "ui-tailwind",
|
|
1135
|
+
"item": "backgroundColor",
|
|
1136
|
+
"subitem": "interactive",
|
|
1137
|
+
"state": "subtle-active"
|
|
1138
|
+
},
|
|
1139
|
+
"path": [
|
|
1140
|
+
"color",
|
|
1141
|
+
"ui-tailwind",
|
|
1142
|
+
"backgroundColor",
|
|
1143
|
+
"interactive",
|
|
1144
|
+
"subtle-active"
|
|
1145
|
+
]
|
|
1146
|
+
},
|
|
1147
|
+
"muted": {
|
|
1148
|
+
"$description": "Background color for interactive elements that reveal their base state on:hover of a parent element, eg. in a table row. Note that this is not to be conflated with the disabled state, which is communicated via opacity.",
|
|
1149
|
+
"value": "#aeaeae",
|
|
1150
|
+
"$type": "color",
|
|
1151
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1152
|
+
"isSource": true,
|
|
1153
|
+
"original": {
|
|
1154
|
+
"$description": "Background color for interactive elements that reveal their base state on:hover of a parent element, eg. in a table row. Note that this is not to be conflated with the disabled state, which is communicated via opacity.",
|
|
1155
|
+
"value": "{color.palette.neutral.light-1}",
|
|
1156
|
+
"$type": "color"
|
|
1157
|
+
},
|
|
1158
|
+
"name": "ColorUiTailwindBackgroundColorInteractiveMuted",
|
|
1159
|
+
"attributes": {
|
|
1160
|
+
"category": "color",
|
|
1161
|
+
"type": "ui-tailwind",
|
|
1162
|
+
"item": "backgroundColor",
|
|
1163
|
+
"subitem": "interactive",
|
|
1164
|
+
"state": "muted"
|
|
1165
|
+
},
|
|
1166
|
+
"path": [
|
|
1167
|
+
"color",
|
|
1168
|
+
"ui-tailwind",
|
|
1169
|
+
"backgroundColor",
|
|
1170
|
+
"interactive",
|
|
1171
|
+
"muted"
|
|
1172
|
+
]
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"message": {
|
|
1176
|
+
"info": {
|
|
1177
|
+
"$description": "Background color to communicate uncritical information within system feedback components.",
|
|
1178
|
+
"value": "#cee6fb",
|
|
1179
|
+
"$type": "color",
|
|
1180
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1181
|
+
"isSource": true,
|
|
1182
|
+
"original": {
|
|
1183
|
+
"$description": "Background color to communicate uncritical information within system feedback components.",
|
|
1184
|
+
"value": "{color.palette.blue.light-3}",
|
|
1185
|
+
"$type": "color"
|
|
1186
|
+
},
|
|
1187
|
+
"name": "ColorUiTailwindBackgroundColorMessageInfo",
|
|
1188
|
+
"attributes": {
|
|
1189
|
+
"category": "color",
|
|
1190
|
+
"type": "ui-tailwind",
|
|
1191
|
+
"item": "backgroundColor",
|
|
1192
|
+
"subitem": "message",
|
|
1193
|
+
"state": "info"
|
|
1194
|
+
},
|
|
1195
|
+
"path": [
|
|
1196
|
+
"color",
|
|
1197
|
+
"ui-tailwind",
|
|
1198
|
+
"backgroundColor",
|
|
1199
|
+
"message",
|
|
1200
|
+
"info"
|
|
1201
|
+
]
|
|
1202
|
+
},
|
|
1203
|
+
"warning": {
|
|
1204
|
+
"$description": "Background color to noticeably communicate uncritical information within system feedback components.",
|
|
1205
|
+
"value": "#ffefca",
|
|
1206
|
+
"$type": "color",
|
|
1207
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1208
|
+
"isSource": true,
|
|
1209
|
+
"original": {
|
|
1210
|
+
"$description": "Background color to noticeably communicate uncritical information within system feedback components.",
|
|
1211
|
+
"value": "{color.palette.yellow.light-3}",
|
|
1212
|
+
"$type": "color"
|
|
1213
|
+
},
|
|
1214
|
+
"name": "ColorUiTailwindBackgroundColorMessageWarning",
|
|
1215
|
+
"attributes": {
|
|
1216
|
+
"category": "color",
|
|
1217
|
+
"type": "ui-tailwind",
|
|
1218
|
+
"item": "backgroundColor",
|
|
1219
|
+
"subitem": "message",
|
|
1220
|
+
"state": "warning"
|
|
1221
|
+
},
|
|
1222
|
+
"path": [
|
|
1223
|
+
"color",
|
|
1224
|
+
"ui-tailwind",
|
|
1225
|
+
"backgroundColor",
|
|
1226
|
+
"message",
|
|
1227
|
+
"warning"
|
|
1228
|
+
]
|
|
1229
|
+
},
|
|
1230
|
+
"severe": {
|
|
1231
|
+
"$description": "Background color to communicate importance, danger, and immediate action within system feedback components.",
|
|
1232
|
+
"value": "#fcdddd",
|
|
1233
|
+
"$type": "color",
|
|
1234
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1235
|
+
"isSource": true,
|
|
1236
|
+
"original": {
|
|
1237
|
+
"$description": "Background color to communicate importance, danger, and immediate action within system feedback components.",
|
|
1238
|
+
"value": "{color.palette.red.light-3}",
|
|
1239
|
+
"$type": "color"
|
|
1240
|
+
},
|
|
1241
|
+
"name": "ColorUiTailwindBackgroundColorMessageSevere",
|
|
1242
|
+
"attributes": {
|
|
1243
|
+
"category": "color",
|
|
1244
|
+
"type": "ui-tailwind",
|
|
1245
|
+
"item": "backgroundColor",
|
|
1246
|
+
"subitem": "message",
|
|
1247
|
+
"state": "severe"
|
|
1248
|
+
},
|
|
1249
|
+
"path": [
|
|
1250
|
+
"color",
|
|
1251
|
+
"ui-tailwind",
|
|
1252
|
+
"backgroundColor",
|
|
1253
|
+
"message",
|
|
1254
|
+
"severe"
|
|
1255
|
+
]
|
|
1256
|
+
},
|
|
1257
|
+
"success": {
|
|
1258
|
+
"$description": "Background color to communicate successful state change within system feedback components.",
|
|
1259
|
+
"value": "#def7de",
|
|
1260
|
+
"$type": "color",
|
|
1261
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1262
|
+
"isSource": true,
|
|
1263
|
+
"original": {
|
|
1264
|
+
"$description": "Background color to communicate successful state change within system feedback components.",
|
|
1265
|
+
"value": "{color.palette.green.light-3}",
|
|
1266
|
+
"$type": "color"
|
|
1267
|
+
},
|
|
1268
|
+
"name": "ColorUiTailwindBackgroundColorMessageSuccess",
|
|
1269
|
+
"attributes": {
|
|
1270
|
+
"category": "color",
|
|
1271
|
+
"type": "ui-tailwind",
|
|
1272
|
+
"item": "backgroundColor",
|
|
1273
|
+
"subitem": "message",
|
|
1274
|
+
"state": "success"
|
|
1275
|
+
},
|
|
1276
|
+
"path": [
|
|
1277
|
+
"color",
|
|
1278
|
+
"ui-tailwind",
|
|
1279
|
+
"backgroundColor",
|
|
1280
|
+
"message",
|
|
1281
|
+
"success"
|
|
1282
|
+
]
|
|
1283
|
+
},
|
|
1284
|
+
"debug": {
|
|
1285
|
+
"$description": "Background color to communicate information for debugging purposes within system feedback components.",
|
|
1286
|
+
"value": "#dfcced",
|
|
1287
|
+
"$type": "color",
|
|
1288
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1289
|
+
"isSource": true,
|
|
1290
|
+
"original": {
|
|
1291
|
+
"$description": "Background color to communicate information for debugging purposes within system feedback components.",
|
|
1292
|
+
"value": "{color.palette.purple.light-3}",
|
|
1293
|
+
"$type": "color"
|
|
1294
|
+
},
|
|
1295
|
+
"name": "ColorUiTailwindBackgroundColorMessageDebug",
|
|
1296
|
+
"attributes": {
|
|
1297
|
+
"category": "color",
|
|
1298
|
+
"type": "ui-tailwind",
|
|
1299
|
+
"item": "backgroundColor",
|
|
1300
|
+
"subitem": "message",
|
|
1301
|
+
"state": "debug"
|
|
1302
|
+
},
|
|
1303
|
+
"path": [
|
|
1304
|
+
"color",
|
|
1305
|
+
"ui-tailwind",
|
|
1306
|
+
"backgroundColor",
|
|
1307
|
+
"message",
|
|
1308
|
+
"debug"
|
|
1309
|
+
]
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"selected": {
|
|
1313
|
+
"$description": "Background Color used to visualize selected elements (ex: selection-bg).",
|
|
1314
|
+
"value": "#cee6fb",
|
|
1315
|
+
"$type": "color",
|
|
1316
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1317
|
+
"isSource": true,
|
|
1318
|
+
"original": {
|
|
1319
|
+
"$description": "Background Color used to visualize selected elements (ex: selection-bg).",
|
|
1320
|
+
"value": "{color.palette.blue.light-3}",
|
|
1321
|
+
"$type": "color"
|
|
1322
|
+
},
|
|
1323
|
+
"name": "ColorUiTailwindBackgroundColorSelected",
|
|
1324
|
+
"attributes": {
|
|
1325
|
+
"category": "color",
|
|
1326
|
+
"type": "ui-tailwind",
|
|
1327
|
+
"item": "backgroundColor",
|
|
1328
|
+
"subitem": "selected"
|
|
1329
|
+
},
|
|
1330
|
+
"path": [
|
|
1331
|
+
"color",
|
|
1332
|
+
"ui-tailwind",
|
|
1333
|
+
"backgroundColor",
|
|
1334
|
+
"selected"
|
|
1335
|
+
]
|
|
1336
|
+
},
|
|
1337
|
+
"status": {
|
|
1338
|
+
"progress": {
|
|
1339
|
+
"$description": "Background color to communicate that something is in progress (ex: status-progress-text).",
|
|
1340
|
+
"value": "#006fd0",
|
|
1341
|
+
"$type": "color",
|
|
1342
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1343
|
+
"isSource": true,
|
|
1344
|
+
"original": {
|
|
1345
|
+
"$description": "Background color to communicate that something is in progress (ex: status-progress-text).",
|
|
1346
|
+
"value": "{color.palette.blue.base}",
|
|
1347
|
+
"$type": "color"
|
|
1348
|
+
},
|
|
1349
|
+
"name": "ColorUiTailwindBackgroundColorStatusProgress",
|
|
1350
|
+
"attributes": {
|
|
1351
|
+
"category": "color",
|
|
1352
|
+
"type": "ui-tailwind",
|
|
1353
|
+
"item": "backgroundColor",
|
|
1354
|
+
"subitem": "status",
|
|
1355
|
+
"state": "progress"
|
|
1356
|
+
},
|
|
1357
|
+
"path": [
|
|
1358
|
+
"color",
|
|
1359
|
+
"ui-tailwind",
|
|
1360
|
+
"backgroundColor",
|
|
1361
|
+
"status",
|
|
1362
|
+
"progress"
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1365
|
+
"changed": {
|
|
1366
|
+
"$description": "Background color to communicate something has moved or changed.",
|
|
1367
|
+
"value": "#ffbe24",
|
|
1368
|
+
"$type": "color",
|
|
1369
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1370
|
+
"isSource": true,
|
|
1371
|
+
"original": {
|
|
1372
|
+
"$description": "Background color to communicate something has moved or changed.",
|
|
1373
|
+
"value": "{color.palette.yellow.base}",
|
|
1374
|
+
"$type": "color"
|
|
1375
|
+
},
|
|
1376
|
+
"name": "ColorUiTailwindBackgroundColorStatusChanged",
|
|
1377
|
+
"attributes": {
|
|
1378
|
+
"category": "color",
|
|
1379
|
+
"type": "ui-tailwind",
|
|
1380
|
+
"item": "backgroundColor",
|
|
1381
|
+
"subitem": "status",
|
|
1382
|
+
"state": "changed"
|
|
1383
|
+
},
|
|
1384
|
+
"path": [
|
|
1385
|
+
"color",
|
|
1386
|
+
"ui-tailwind",
|
|
1387
|
+
"backgroundColor",
|
|
1388
|
+
"status",
|
|
1389
|
+
"changed"
|
|
1390
|
+
]
|
|
1391
|
+
},
|
|
1392
|
+
"failed": {
|
|
1393
|
+
"$description": "Background color to communicate that an action or validation has failed on an item.",
|
|
1394
|
+
"value": "#e52222",
|
|
1395
|
+
"$type": "color",
|
|
1396
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1397
|
+
"isSource": true,
|
|
1398
|
+
"original": {
|
|
1399
|
+
"$description": "Background color to communicate that an action or validation has failed on an item.",
|
|
1400
|
+
"value": "{color.palette.red.base}",
|
|
1401
|
+
"$type": "color"
|
|
1402
|
+
},
|
|
1403
|
+
"name": "ColorUiTailwindBackgroundColorStatusFailed",
|
|
1404
|
+
"attributes": {
|
|
1405
|
+
"category": "color",
|
|
1406
|
+
"type": "ui-tailwind",
|
|
1407
|
+
"item": "backgroundColor",
|
|
1408
|
+
"subitem": "status",
|
|
1409
|
+
"state": "failed"
|
|
1410
|
+
},
|
|
1411
|
+
"path": [
|
|
1412
|
+
"color",
|
|
1413
|
+
"ui-tailwind",
|
|
1414
|
+
"backgroundColor",
|
|
1415
|
+
"status",
|
|
1416
|
+
"failed"
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
"complete": {
|
|
1420
|
+
"$description": "Background color to communicate that an action has completed, or something has been added.",
|
|
1421
|
+
"value": "#228b22",
|
|
1422
|
+
"$type": "color",
|
|
1423
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1424
|
+
"isSource": true,
|
|
1425
|
+
"original": {
|
|
1426
|
+
"$description": "Background color to communicate that an action has completed, or something has been added.",
|
|
1427
|
+
"value": "{color.palette.green.base}",
|
|
1428
|
+
"$type": "color"
|
|
1429
|
+
},
|
|
1430
|
+
"name": "ColorUiTailwindBackgroundColorStatusComplete",
|
|
1431
|
+
"attributes": {
|
|
1432
|
+
"category": "color",
|
|
1433
|
+
"type": "ui-tailwind",
|
|
1434
|
+
"item": "backgroundColor",
|
|
1435
|
+
"subitem": "status",
|
|
1436
|
+
"state": "complete"
|
|
1437
|
+
},
|
|
1438
|
+
"path": [
|
|
1439
|
+
"color",
|
|
1440
|
+
"ui-tailwind",
|
|
1441
|
+
"backgroundColor",
|
|
1442
|
+
"status",
|
|
1443
|
+
"complete"
|
|
1444
|
+
]
|
|
1445
|
+
},
|
|
1446
|
+
"neutral": {
|
|
1447
|
+
"DEFAULT": {
|
|
1448
|
+
"$description": "Text color to communicate neutral or unknown status.",
|
|
1449
|
+
"value": "#595959",
|
|
1450
|
+
"$type": "color",
|
|
1451
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1452
|
+
"isSource": true,
|
|
1453
|
+
"original": {
|
|
1454
|
+
"$description": "Text color to communicate neutral or unknown status.",
|
|
1455
|
+
"value": "{color.palette.neutral.dark-1}",
|
|
1456
|
+
"$type": "color"
|
|
1457
|
+
},
|
|
1458
|
+
"name": "ColorUiTailwindBackgroundColorStatusNeutralDefault",
|
|
1459
|
+
"attributes": {
|
|
1460
|
+
"category": "color",
|
|
1461
|
+
"type": "ui-tailwind",
|
|
1462
|
+
"item": "backgroundColor",
|
|
1463
|
+
"subitem": "status",
|
|
1464
|
+
"state": "neutral"
|
|
1465
|
+
},
|
|
1466
|
+
"path": [
|
|
1467
|
+
"color",
|
|
1468
|
+
"ui-tailwind",
|
|
1469
|
+
"backgroundColor",
|
|
1470
|
+
"status",
|
|
1471
|
+
"neutral",
|
|
1472
|
+
"DEFAULT"
|
|
1473
|
+
]
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"surface": {
|
|
1478
|
+
"DEFAULT": {
|
|
1479
|
+
"$description": "Default color used for backgrounds.",
|
|
1480
|
+
"value": "#ffffff",
|
|
1481
|
+
"themeable": true,
|
|
1482
|
+
"$type": "color",
|
|
1483
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1484
|
+
"isSource": true,
|
|
1485
|
+
"original": {
|
|
1486
|
+
"$description": "Default color used for backgrounds.",
|
|
1487
|
+
"value": "{color.palette.white}",
|
|
1488
|
+
"themeable": true,
|
|
1489
|
+
"$type": "color"
|
|
1490
|
+
},
|
|
1491
|
+
"name": "ColorUiTailwindBackgroundColorSurfaceDefault",
|
|
1492
|
+
"attributes": {
|
|
1493
|
+
"category": "color",
|
|
1494
|
+
"type": "ui-tailwind",
|
|
1495
|
+
"item": "backgroundColor",
|
|
1496
|
+
"subitem": "surface",
|
|
1497
|
+
"state": "DEFAULT"
|
|
1498
|
+
},
|
|
1499
|
+
"path": [
|
|
1500
|
+
"color",
|
|
1501
|
+
"ui-tailwind",
|
|
1502
|
+
"backgroundColor",
|
|
1503
|
+
"surface",
|
|
1504
|
+
"DEFAULT"
|
|
1505
|
+
]
|
|
1506
|
+
},
|
|
1507
|
+
"light": {
|
|
1508
|
+
"$description": "Lightest background color that is discernible on normal monitors.",
|
|
1509
|
+
"value": "#f5f5f5",
|
|
1510
|
+
"themeable": true,
|
|
1511
|
+
"$type": "color",
|
|
1512
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1513
|
+
"isSource": true,
|
|
1514
|
+
"original": {
|
|
1515
|
+
"$description": "Lightest background color that is discernible on normal monitors.",
|
|
1516
|
+
"value": "{color.palette.neutral.light-4}",
|
|
1517
|
+
"themeable": true,
|
|
1518
|
+
"$type": "color"
|
|
1519
|
+
},
|
|
1520
|
+
"name": "ColorUiTailwindBackgroundColorSurfaceLight",
|
|
1521
|
+
"attributes": {
|
|
1522
|
+
"category": "color",
|
|
1523
|
+
"type": "ui-tailwind",
|
|
1524
|
+
"item": "backgroundColor",
|
|
1525
|
+
"subitem": "surface",
|
|
1526
|
+
"state": "light"
|
|
1527
|
+
},
|
|
1528
|
+
"path": [
|
|
1529
|
+
"color",
|
|
1530
|
+
"ui-tailwind",
|
|
1531
|
+
"backgroundColor",
|
|
1532
|
+
"surface",
|
|
1533
|
+
"light"
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1536
|
+
"medium": {
|
|
1537
|
+
"$description": "Medium background color for boxes etc.",
|
|
1538
|
+
"value": "#ebe9e9",
|
|
1539
|
+
"themeable": true,
|
|
1540
|
+
"$type": "color",
|
|
1541
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1542
|
+
"isSource": true,
|
|
1543
|
+
"original": {
|
|
1544
|
+
"$description": "Medium background color for boxes etc.",
|
|
1545
|
+
"value": "{color.palette.neutral.light-3}",
|
|
1546
|
+
"themeable": true,
|
|
1547
|
+
"$type": "color"
|
|
1548
|
+
},
|
|
1549
|
+
"name": "ColorUiTailwindBackgroundColorSurfaceMedium",
|
|
1550
|
+
"attributes": {
|
|
1551
|
+
"category": "color",
|
|
1552
|
+
"type": "ui-tailwind",
|
|
1553
|
+
"item": "backgroundColor",
|
|
1554
|
+
"subitem": "surface",
|
|
1555
|
+
"state": "medium"
|
|
1556
|
+
},
|
|
1557
|
+
"path": [
|
|
1558
|
+
"color",
|
|
1559
|
+
"ui-tailwind",
|
|
1560
|
+
"backgroundColor",
|
|
1561
|
+
"surface",
|
|
1562
|
+
"medium"
|
|
1563
|
+
]
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
"text": {
|
|
1567
|
+
"deleted": {
|
|
1568
|
+
"$description": "Background color for deleted (del) text.",
|
|
1569
|
+
"value": "#ffe5a7",
|
|
1570
|
+
"$type": "color",
|
|
1571
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1572
|
+
"isSource": true,
|
|
1573
|
+
"original": {
|
|
1574
|
+
"$description": "Background color for deleted (del) text.",
|
|
1575
|
+
"value": "{color.palette.yellow.light-2}",
|
|
1576
|
+
"$type": "color"
|
|
1577
|
+
},
|
|
1578
|
+
"name": "ColorUiTailwindBackgroundColorTextDeleted",
|
|
1579
|
+
"attributes": {
|
|
1580
|
+
"category": "color",
|
|
1581
|
+
"type": "ui-tailwind",
|
|
1582
|
+
"item": "backgroundColor",
|
|
1583
|
+
"subitem": "text",
|
|
1584
|
+
"state": "deleted"
|
|
1585
|
+
},
|
|
1586
|
+
"path": [
|
|
1587
|
+
"color",
|
|
1588
|
+
"ui-tailwind",
|
|
1589
|
+
"backgroundColor",
|
|
1590
|
+
"text",
|
|
1591
|
+
"deleted"
|
|
1592
|
+
]
|
|
1593
|
+
},
|
|
1594
|
+
"deleted-muted": {
|
|
1595
|
+
"$description": "Background color for deleted (del) areas of text.",
|
|
1596
|
+
"value": "#ffefca",
|
|
1597
|
+
"$type": "color",
|
|
1598
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1599
|
+
"isSource": true,
|
|
1600
|
+
"original": {
|
|
1601
|
+
"$description": "Background color for deleted (del) areas of text.",
|
|
1602
|
+
"value": "{color.palette.yellow.light-3}",
|
|
1603
|
+
"$type": "color"
|
|
1604
|
+
},
|
|
1605
|
+
"name": "ColorUiTailwindBackgroundColorTextDeletedMuted",
|
|
1606
|
+
"attributes": {
|
|
1607
|
+
"category": "color",
|
|
1608
|
+
"type": "ui-tailwind",
|
|
1609
|
+
"item": "backgroundColor",
|
|
1610
|
+
"subitem": "text",
|
|
1611
|
+
"state": "deleted-muted"
|
|
1612
|
+
},
|
|
1613
|
+
"path": [
|
|
1614
|
+
"color",
|
|
1615
|
+
"ui-tailwind",
|
|
1616
|
+
"backgroundColor",
|
|
1617
|
+
"text",
|
|
1618
|
+
"deleted-muted"
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
"inserted": {
|
|
1622
|
+
"$description": "Background color for inserted (ins) text.",
|
|
1623
|
+
"value": "#cee6fb",
|
|
1624
|
+
"$type": "color",
|
|
1625
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1626
|
+
"isSource": true,
|
|
1627
|
+
"original": {
|
|
1628
|
+
"$description": "Background color for inserted (ins) text.",
|
|
1629
|
+
"value": "{color.palette.blue.light-3}",
|
|
1630
|
+
"$type": "color"
|
|
1631
|
+
},
|
|
1632
|
+
"name": "ColorUiTailwindBackgroundColorTextInserted",
|
|
1633
|
+
"attributes": {
|
|
1634
|
+
"category": "color",
|
|
1635
|
+
"type": "ui-tailwind",
|
|
1636
|
+
"item": "backgroundColor",
|
|
1637
|
+
"subitem": "text",
|
|
1638
|
+
"state": "inserted"
|
|
1639
|
+
},
|
|
1640
|
+
"path": [
|
|
1641
|
+
"color",
|
|
1642
|
+
"ui-tailwind",
|
|
1643
|
+
"backgroundColor",
|
|
1644
|
+
"text",
|
|
1645
|
+
"inserted"
|
|
1646
|
+
]
|
|
1647
|
+
},
|
|
1648
|
+
"inserted-muted": {
|
|
1649
|
+
"$description": "Background color for highlighting portions of text, that is discernible from 'bg-text-marked'",
|
|
1650
|
+
"value": "#ebf5ff",
|
|
1651
|
+
"$type": "color",
|
|
1652
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1653
|
+
"isSource": true,
|
|
1654
|
+
"original": {
|
|
1655
|
+
"$description": "Background color for highlighting portions of text, that is discernible from 'bg-text-marked'",
|
|
1656
|
+
"value": "{color.palette.blue.light-4}",
|
|
1657
|
+
"$type": "color"
|
|
1658
|
+
},
|
|
1659
|
+
"name": "ColorUiTailwindBackgroundColorTextInsertedMuted",
|
|
1660
|
+
"attributes": {
|
|
1661
|
+
"category": "color",
|
|
1662
|
+
"type": "ui-tailwind",
|
|
1663
|
+
"item": "backgroundColor",
|
|
1664
|
+
"subitem": "text",
|
|
1665
|
+
"state": "inserted-muted"
|
|
1666
|
+
},
|
|
1667
|
+
"path": [
|
|
1668
|
+
"color",
|
|
1669
|
+
"ui-tailwind",
|
|
1670
|
+
"backgroundColor",
|
|
1671
|
+
"text",
|
|
1672
|
+
"inserted-muted"
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
|
+
"marked": {
|
|
1676
|
+
"$description": "Background color for highlighting portions of text.",
|
|
1677
|
+
"value": "#cee6fb",
|
|
1678
|
+
"$type": "color",
|
|
1679
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1680
|
+
"isSource": true,
|
|
1681
|
+
"original": {
|
|
1682
|
+
"$description": "Background color for highlighting portions of text.",
|
|
1683
|
+
"value": "{color.palette.blue.light-3}",
|
|
1684
|
+
"$type": "color"
|
|
1685
|
+
},
|
|
1686
|
+
"name": "ColorUiTailwindBackgroundColorTextMarked",
|
|
1687
|
+
"attributes": {
|
|
1688
|
+
"category": "color",
|
|
1689
|
+
"type": "ui-tailwind",
|
|
1690
|
+
"item": "backgroundColor",
|
|
1691
|
+
"subitem": "text",
|
|
1692
|
+
"state": "marked"
|
|
1693
|
+
},
|
|
1694
|
+
"path": [
|
|
1695
|
+
"color",
|
|
1696
|
+
"ui-tailwind",
|
|
1697
|
+
"backgroundColor",
|
|
1698
|
+
"text",
|
|
1699
|
+
"marked"
|
|
1700
|
+
]
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"borderColor": {
|
|
1705
|
+
"message": {
|
|
1706
|
+
"info": {
|
|
1707
|
+
"$description": "Border color to communicate uncritical information within system feedback components.",
|
|
1708
|
+
"value": "#44a8ff",
|
|
1709
|
+
"$type": "color",
|
|
1710
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1711
|
+
"isSource": true,
|
|
1712
|
+
"original": {
|
|
1713
|
+
"$description": "Border color to communicate uncritical information within system feedback components.",
|
|
1714
|
+
"value": "{color.palette.blue.light-1}",
|
|
1715
|
+
"$type": "color"
|
|
1716
|
+
},
|
|
1717
|
+
"name": "ColorUiTailwindBorderColorMessageInfo",
|
|
1718
|
+
"attributes": {
|
|
1719
|
+
"category": "color",
|
|
1720
|
+
"type": "ui-tailwind",
|
|
1721
|
+
"item": "borderColor",
|
|
1722
|
+
"subitem": "message",
|
|
1723
|
+
"state": "info"
|
|
1724
|
+
},
|
|
1725
|
+
"path": [
|
|
1726
|
+
"color",
|
|
1727
|
+
"ui-tailwind",
|
|
1728
|
+
"borderColor",
|
|
1729
|
+
"message",
|
|
1730
|
+
"info"
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
"warning": {
|
|
1734
|
+
"$description": "Border color to noticeably communicate uncritical information within system feedback components.",
|
|
1735
|
+
"value": "#ffbe24",
|
|
1736
|
+
"$type": "color",
|
|
1737
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1738
|
+
"isSource": true,
|
|
1739
|
+
"original": {
|
|
1740
|
+
"$description": "Border color to noticeably communicate uncritical information within system feedback components.",
|
|
1741
|
+
"value": "{color.palette.yellow.base}",
|
|
1742
|
+
"$type": "color"
|
|
1743
|
+
},
|
|
1744
|
+
"name": "ColorUiTailwindBorderColorMessageWarning",
|
|
1745
|
+
"attributes": {
|
|
1746
|
+
"category": "color",
|
|
1747
|
+
"type": "ui-tailwind",
|
|
1748
|
+
"item": "borderColor",
|
|
1749
|
+
"subitem": "message",
|
|
1750
|
+
"state": "warning"
|
|
1751
|
+
},
|
|
1752
|
+
"path": [
|
|
1753
|
+
"color",
|
|
1754
|
+
"ui-tailwind",
|
|
1755
|
+
"borderColor",
|
|
1756
|
+
"message",
|
|
1757
|
+
"warning"
|
|
1758
|
+
]
|
|
1759
|
+
},
|
|
1760
|
+
"severe": {
|
|
1761
|
+
"$description": "Border color to communicate importance, danger, and immediate action within system feedback components.",
|
|
1762
|
+
"value": "#fc5e5e",
|
|
1763
|
+
"$type": "color",
|
|
1764
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1765
|
+
"isSource": true,
|
|
1766
|
+
"original": {
|
|
1767
|
+
"$description": "Border color to communicate importance, danger, and immediate action within system feedback components.",
|
|
1768
|
+
"value": "{color.palette.red.light-1}",
|
|
1769
|
+
"$type": "color"
|
|
1770
|
+
},
|
|
1771
|
+
"name": "ColorUiTailwindBorderColorMessageSevere",
|
|
1772
|
+
"attributes": {
|
|
1773
|
+
"category": "color",
|
|
1774
|
+
"type": "ui-tailwind",
|
|
1775
|
+
"item": "borderColor",
|
|
1776
|
+
"subitem": "message",
|
|
1777
|
+
"state": "severe"
|
|
1778
|
+
},
|
|
1779
|
+
"path": [
|
|
1780
|
+
"color",
|
|
1781
|
+
"ui-tailwind",
|
|
1782
|
+
"borderColor",
|
|
1783
|
+
"message",
|
|
1784
|
+
"severe"
|
|
1785
|
+
]
|
|
1786
|
+
},
|
|
1787
|
+
"success": {
|
|
1788
|
+
"$description": "Border color to communicate successful state change within system feedback components.",
|
|
1789
|
+
"value": "#5cba5c",
|
|
1790
|
+
"$type": "color",
|
|
1791
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1792
|
+
"isSource": true,
|
|
1793
|
+
"original": {
|
|
1794
|
+
"$description": "Border color to communicate successful state change within system feedback components.",
|
|
1795
|
+
"value": "{color.palette.green.light-1}",
|
|
1796
|
+
"$type": "color"
|
|
1797
|
+
},
|
|
1798
|
+
"name": "ColorUiTailwindBorderColorMessageSuccess",
|
|
1799
|
+
"attributes": {
|
|
1800
|
+
"category": "color",
|
|
1801
|
+
"type": "ui-tailwind",
|
|
1802
|
+
"item": "borderColor",
|
|
1803
|
+
"subitem": "message",
|
|
1804
|
+
"state": "success"
|
|
1805
|
+
},
|
|
1806
|
+
"path": [
|
|
1807
|
+
"color",
|
|
1808
|
+
"ui-tailwind",
|
|
1809
|
+
"borderColor",
|
|
1810
|
+
"message",
|
|
1811
|
+
"success"
|
|
1812
|
+
]
|
|
1813
|
+
},
|
|
1814
|
+
"debug": {
|
|
1815
|
+
"$description": "Border color to communicate information for debugging purposes within system feedback components.",
|
|
1816
|
+
"value": "#a572cd",
|
|
1817
|
+
"$type": "color",
|
|
1818
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1819
|
+
"isSource": true,
|
|
1820
|
+
"original": {
|
|
1821
|
+
"$description": "Border color to communicate information for debugging purposes within system feedback components.",
|
|
1822
|
+
"value": "{color.palette.purple.light-1}",
|
|
1823
|
+
"$type": "color"
|
|
1824
|
+
},
|
|
1825
|
+
"name": "ColorUiTailwindBorderColorMessageDebug",
|
|
1826
|
+
"attributes": {
|
|
1827
|
+
"category": "color",
|
|
1828
|
+
"type": "ui-tailwind",
|
|
1829
|
+
"item": "borderColor",
|
|
1830
|
+
"subitem": "message",
|
|
1831
|
+
"state": "debug"
|
|
1832
|
+
},
|
|
1833
|
+
"path": [
|
|
1834
|
+
"color",
|
|
1835
|
+
"ui-tailwind",
|
|
1836
|
+
"borderColor",
|
|
1837
|
+
"message",
|
|
1838
|
+
"debug"
|
|
1839
|
+
]
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
"neutral": {
|
|
1843
|
+
"$description": "Default color used for borders within the application.",
|
|
1844
|
+
"value": "#d3d3d3",
|
|
1845
|
+
"$type": "color",
|
|
1846
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1847
|
+
"isSource": true,
|
|
1848
|
+
"original": {
|
|
1849
|
+
"$description": "Default color used for borders within the application.",
|
|
1850
|
+
"value": "{color.palette.neutral.light-2}",
|
|
1851
|
+
"$type": "color"
|
|
1852
|
+
},
|
|
1853
|
+
"name": "ColorUiTailwindBorderColorNeutral",
|
|
1854
|
+
"attributes": {
|
|
1855
|
+
"category": "color",
|
|
1856
|
+
"type": "ui-tailwind",
|
|
1857
|
+
"item": "borderColor",
|
|
1858
|
+
"subitem": "neutral"
|
|
1859
|
+
},
|
|
1860
|
+
"path": [
|
|
1861
|
+
"color",
|
|
1862
|
+
"ui-tailwind",
|
|
1863
|
+
"borderColor",
|
|
1864
|
+
"neutral"
|
|
1865
|
+
]
|
|
1866
|
+
},
|
|
1867
|
+
"status": {
|
|
1868
|
+
"failed": {
|
|
1869
|
+
"$description": "Border color to communicate that an action or validation has failed on an item.",
|
|
1870
|
+
"value": "#e52222",
|
|
1871
|
+
"$type": "color",
|
|
1872
|
+
"filePath": "tokens/src/color/color.ui-tailwind.json",
|
|
1873
|
+
"isSource": true,
|
|
1874
|
+
"original": {
|
|
1875
|
+
"$description": "Border color to communicate that an action or validation has failed on an item.",
|
|
1876
|
+
"value": "{color.palette.red.base}",
|
|
1877
|
+
"$type": "color"
|
|
1878
|
+
},
|
|
1879
|
+
"name": "ColorUiTailwindBorderColorStatusFailed",
|
|
1880
|
+
"attributes": {
|
|
1881
|
+
"category": "color",
|
|
1882
|
+
"type": "ui-tailwind",
|
|
1883
|
+
"item": "borderColor",
|
|
1884
|
+
"subitem": "status",
|
|
1885
|
+
"state": "failed"
|
|
1886
|
+
},
|
|
1887
|
+
"path": [
|
|
1888
|
+
"color",
|
|
1889
|
+
"ui-tailwind",
|
|
1890
|
+
"borderColor",
|
|
1891
|
+
"status",
|
|
1892
|
+
"failed"
|
|
1893
|
+
]
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
8
1898
|
"ui": {
|
|
9
1899
|
"interactive": {
|
|
10
1900
|
"default": {
|
|
11
1901
|
"$description": "Default state.",
|
|
12
1902
|
"value": "#006fd0",
|
|
13
1903
|
"themeable": true,
|
|
1904
|
+
"$type": "color",
|
|
14
1905
|
"filePath": "tokens/src/color/color.ui.json",
|
|
15
1906
|
"isSource": true,
|
|
16
1907
|
"original": {
|
|
17
1908
|
"$description": "Default state.",
|
|
18
1909
|
"value": "{color.palette.blue.base}",
|
|
19
|
-
"themeable": true
|
|
1910
|
+
"themeable": true,
|
|
1911
|
+
"$type": "color"
|
|
20
1912
|
},
|
|
21
1913
|
"name": "ColorUiInteractiveDefault",
|
|
22
1914
|
"attributes": {
|
|
@@ -36,12 +1928,14 @@ module.exports = {
|
|
|
36
1928
|
"$description": "Hover state.",
|
|
37
1929
|
"value": "#005eb1",
|
|
38
1930
|
"themeable": true,
|
|
1931
|
+
"$type": "color",
|
|
39
1932
|
"filePath": "tokens/src/color/color.ui.json",
|
|
40
1933
|
"isSource": true,
|
|
41
1934
|
"original": {
|
|
42
1935
|
"$description": "Hover state.",
|
|
43
1936
|
"value": "{color.palette.blue.dark-1}",
|
|
44
|
-
"themeable": true
|
|
1937
|
+
"themeable": true,
|
|
1938
|
+
"$type": "color"
|
|
45
1939
|
},
|
|
46
1940
|
"name": "ColorUiInteractiveHover",
|
|
47
1941
|
"attributes": {
|
|
@@ -61,12 +1955,14 @@ module.exports = {
|
|
|
61
1955
|
"$description": "Use as background to visualize hover state for bigger areas or buttons.",
|
|
62
1956
|
"value": "#f5f5f5",
|
|
63
1957
|
"themeable": true,
|
|
1958
|
+
"$type": "color",
|
|
64
1959
|
"filePath": "tokens/src/color/color.ui.json",
|
|
65
1960
|
"isSource": true,
|
|
66
1961
|
"original": {
|
|
67
1962
|
"$description": "Use as background to visualize hover state for bigger areas or buttons.",
|
|
68
1963
|
"value": "{color.palette.neutral.light-4}",
|
|
69
|
-
"themeable": true
|
|
1964
|
+
"themeable": true,
|
|
1965
|
+
"$type": "color"
|
|
70
1966
|
},
|
|
71
1967
|
"name": "ColorUiInteractiveSubtleHover",
|
|
72
1968
|
"attributes": {
|
|
@@ -86,12 +1982,14 @@ module.exports = {
|
|
|
86
1982
|
"$description": "Use as background to visualize active state for bigger areas or buttons.",
|
|
87
1983
|
"value": "#ebe9e9",
|
|
88
1984
|
"themeable": true,
|
|
1985
|
+
"$type": "color",
|
|
89
1986
|
"filePath": "tokens/src/color/color.ui.json",
|
|
90
1987
|
"isSource": true,
|
|
91
1988
|
"original": {
|
|
92
1989
|
"$description": "Use as background to visualize active state for bigger areas or buttons.",
|
|
93
1990
|
"value": "{color.palette.neutral.light-3}",
|
|
94
|
-
"themeable": true
|
|
1991
|
+
"themeable": true,
|
|
1992
|
+
"$type": "color"
|
|
95
1993
|
},
|
|
96
1994
|
"name": "ColorUiInteractiveSubtleActive",
|
|
97
1995
|
"attributes": {
|
|
@@ -111,12 +2009,14 @@ module.exports = {
|
|
|
111
2009
|
"$description": "Active/pressed state.",
|
|
112
2010
|
"value": "#004078",
|
|
113
2011
|
"themeable": true,
|
|
2012
|
+
"$type": "color",
|
|
114
2013
|
"filePath": "tokens/src/color/color.ui.json",
|
|
115
2014
|
"isSource": true,
|
|
116
2015
|
"original": {
|
|
117
2016
|
"$description": "Active/pressed state.",
|
|
118
2017
|
"value": "{color.palette.blue.dark-2}",
|
|
119
|
-
"themeable": true
|
|
2018
|
+
"themeable": true,
|
|
2019
|
+
"$type": "color"
|
|
120
2020
|
},
|
|
121
2021
|
"name": "ColorUiInteractiveActive",
|
|
122
2022
|
"attributes": {
|
|
@@ -136,12 +2036,14 @@ module.exports = {
|
|
|
136
2036
|
"$description": "Use for interactive elements that reveal their base state on:hover of a parent element, eg. in a table row. Note that this is not to be conflated with the disabled state, which is communicated via opacity.",
|
|
137
2037
|
"value": "#aeaeae",
|
|
138
2038
|
"themeable": true,
|
|
2039
|
+
"$type": "color",
|
|
139
2040
|
"filePath": "tokens/src/color/color.ui.json",
|
|
140
2041
|
"isSource": true,
|
|
141
2042
|
"original": {
|
|
142
2043
|
"$description": "Use for interactive elements that reveal their base state on:hover of a parent element, eg. in a table row. Note that this is not to be conflated with the disabled state, which is communicated via opacity.",
|
|
143
2044
|
"value": "{color.palette.neutral.light-1}",
|
|
144
|
-
"themeable": true
|
|
2045
|
+
"themeable": true,
|
|
2046
|
+
"$type": "color"
|
|
145
2047
|
},
|
|
146
2048
|
"name": "ColorUiInteractiveMuted",
|
|
147
2049
|
"attributes": {
|
|
@@ -163,11 +2065,13 @@ module.exports = {
|
|
|
163
2065
|
"bg": {
|
|
164
2066
|
"value": "#cee6fb",
|
|
165
2067
|
"themeable": true,
|
|
2068
|
+
"$type": "color",
|
|
166
2069
|
"filePath": "tokens/src/color/color.ui.json",
|
|
167
2070
|
"isSource": true,
|
|
168
2071
|
"original": {
|
|
169
2072
|
"value": "{color.palette.blue.light-3}",
|
|
170
|
-
"themeable": true
|
|
2073
|
+
"themeable": true,
|
|
2074
|
+
"$type": "color"
|
|
171
2075
|
},
|
|
172
2076
|
"name": "ColorUiMessageInfoBg",
|
|
173
2077
|
"attributes": {
|
|
@@ -188,11 +2092,13 @@ module.exports = {
|
|
|
188
2092
|
"border": {
|
|
189
2093
|
"value": "#44a8ff",
|
|
190
2094
|
"themeable": true,
|
|
2095
|
+
"$type": "color",
|
|
191
2096
|
"filePath": "tokens/src/color/color.ui.json",
|
|
192
2097
|
"isSource": true,
|
|
193
2098
|
"original": {
|
|
194
2099
|
"value": "{color.palette.blue.light-1}",
|
|
195
|
-
"themeable": true
|
|
2100
|
+
"themeable": true,
|
|
2101
|
+
"$type": "color"
|
|
196
2102
|
},
|
|
197
2103
|
"name": "ColorUiMessageInfoBorder",
|
|
198
2104
|
"attributes": {
|
|
@@ -213,11 +2119,13 @@ module.exports = {
|
|
|
213
2119
|
"fill": {
|
|
214
2120
|
"value": "#005eb1",
|
|
215
2121
|
"themeable": true,
|
|
2122
|
+
"$type": "color",
|
|
216
2123
|
"filePath": "tokens/src/color/color.ui.json",
|
|
217
2124
|
"isSource": true,
|
|
218
2125
|
"original": {
|
|
219
2126
|
"value": "{color.palette.blue.dark-1}",
|
|
220
|
-
"themeable": true
|
|
2127
|
+
"themeable": true,
|
|
2128
|
+
"$type": "color"
|
|
221
2129
|
},
|
|
222
2130
|
"name": "ColorUiMessageInfoFill",
|
|
223
2131
|
"attributes": {
|
|
@@ -238,11 +2146,13 @@ module.exports = {
|
|
|
238
2146
|
"interactive": {
|
|
239
2147
|
"value": "#006fd0",
|
|
240
2148
|
"themeable": true,
|
|
2149
|
+
"$type": "color",
|
|
241
2150
|
"filePath": "tokens/src/color/color.ui.json",
|
|
242
2151
|
"isSource": true,
|
|
243
2152
|
"original": {
|
|
244
2153
|
"value": "{color.palette.blue.base}",
|
|
245
|
-
"themeable": true
|
|
2154
|
+
"themeable": true,
|
|
2155
|
+
"$type": "color"
|
|
246
2156
|
},
|
|
247
2157
|
"name": "ColorUiMessageInfoInteractive",
|
|
248
2158
|
"attributes": {
|
|
@@ -263,11 +2173,13 @@ module.exports = {
|
|
|
263
2173
|
"text": {
|
|
264
2174
|
"value": "#004078",
|
|
265
2175
|
"themeable": true,
|
|
2176
|
+
"$type": "color",
|
|
266
2177
|
"filePath": "tokens/src/color/color.ui.json",
|
|
267
2178
|
"isSource": true,
|
|
268
2179
|
"original": {
|
|
269
2180
|
"value": "{color.palette.blue.dark-2}",
|
|
270
|
-
"themeable": true
|
|
2181
|
+
"themeable": true,
|
|
2182
|
+
"$type": "color"
|
|
271
2183
|
},
|
|
272
2184
|
"name": "ColorUiMessageInfoText",
|
|
273
2185
|
"attributes": {
|
|
@@ -290,11 +2202,13 @@ module.exports = {
|
|
|
290
2202
|
"bg": {
|
|
291
2203
|
"value": "#ffefca",
|
|
292
2204
|
"themeable": true,
|
|
2205
|
+
"$type": "color",
|
|
293
2206
|
"filePath": "tokens/src/color/color.ui.json",
|
|
294
2207
|
"isSource": true,
|
|
295
2208
|
"original": {
|
|
296
2209
|
"value": "{color.palette.yellow.light-3}",
|
|
297
|
-
"themeable": true
|
|
2210
|
+
"themeable": true,
|
|
2211
|
+
"$type": "color"
|
|
298
2212
|
},
|
|
299
2213
|
"name": "ColorUiMessageWarningBg",
|
|
300
2214
|
"attributes": {
|
|
@@ -315,11 +2229,13 @@ module.exports = {
|
|
|
315
2229
|
"border": {
|
|
316
2230
|
"value": "#ffbe24",
|
|
317
2231
|
"themeable": true,
|
|
2232
|
+
"$type": "color",
|
|
318
2233
|
"filePath": "tokens/src/color/color.ui.json",
|
|
319
2234
|
"isSource": true,
|
|
320
2235
|
"original": {
|
|
321
2236
|
"value": "{color.palette.yellow.base}",
|
|
322
|
-
"themeable": true
|
|
2237
|
+
"themeable": true,
|
|
2238
|
+
"$type": "color"
|
|
323
2239
|
},
|
|
324
2240
|
"name": "ColorUiMessageWarningBorder",
|
|
325
2241
|
"attributes": {
|
|
@@ -340,11 +2256,13 @@ module.exports = {
|
|
|
340
2256
|
"fill": {
|
|
341
2257
|
"value": "#845d01",
|
|
342
2258
|
"themeable": true,
|
|
2259
|
+
"$type": "color",
|
|
343
2260
|
"filePath": "tokens/src/color/color.ui.json",
|
|
344
2261
|
"isSource": true,
|
|
345
2262
|
"original": {
|
|
346
2263
|
"value": "{color.palette.yellow.dark-2}",
|
|
347
|
-
"themeable": true
|
|
2264
|
+
"themeable": true,
|
|
2265
|
+
"$type": "color"
|
|
348
2266
|
},
|
|
349
2267
|
"name": "ColorUiMessageWarningFill",
|
|
350
2268
|
"attributes": {
|
|
@@ -365,11 +2283,13 @@ module.exports = {
|
|
|
365
2283
|
"interactive": {
|
|
366
2284
|
"value": "#845d01",
|
|
367
2285
|
"themeable": true,
|
|
2286
|
+
"$type": "color",
|
|
368
2287
|
"filePath": "tokens/src/color/color.ui.json",
|
|
369
2288
|
"isSource": true,
|
|
370
2289
|
"original": {
|
|
371
2290
|
"value": "{color.palette.yellow.dark-2}",
|
|
372
|
-
"themeable": true
|
|
2291
|
+
"themeable": true,
|
|
2292
|
+
"$type": "color"
|
|
373
2293
|
},
|
|
374
2294
|
"name": "ColorUiMessageWarningInteractive",
|
|
375
2295
|
"attributes": {
|
|
@@ -390,11 +2310,13 @@ module.exports = {
|
|
|
390
2310
|
"text": {
|
|
391
2311
|
"value": "#845d01",
|
|
392
2312
|
"themeable": true,
|
|
2313
|
+
"$type": "color",
|
|
393
2314
|
"filePath": "tokens/src/color/color.ui.json",
|
|
394
2315
|
"isSource": true,
|
|
395
2316
|
"original": {
|
|
396
2317
|
"value": "{color.palette.yellow.dark-2}",
|
|
397
|
-
"themeable": true
|
|
2318
|
+
"themeable": true,
|
|
2319
|
+
"$type": "color"
|
|
398
2320
|
},
|
|
399
2321
|
"name": "ColorUiMessageWarningText",
|
|
400
2322
|
"attributes": {
|
|
@@ -417,11 +2339,13 @@ module.exports = {
|
|
|
417
2339
|
"bg": {
|
|
418
2340
|
"value": "#fcdddd",
|
|
419
2341
|
"themeable": true,
|
|
2342
|
+
"$type": "color",
|
|
420
2343
|
"filePath": "tokens/src/color/color.ui.json",
|
|
421
2344
|
"isSource": true,
|
|
422
2345
|
"original": {
|
|
423
2346
|
"value": "{color.palette.red.light-3}",
|
|
424
|
-
"themeable": true
|
|
2347
|
+
"themeable": true,
|
|
2348
|
+
"$type": "color"
|
|
425
2349
|
},
|
|
426
2350
|
"name": "ColorUiMessageSevereBg",
|
|
427
2351
|
"attributes": {
|
|
@@ -442,11 +2366,13 @@ module.exports = {
|
|
|
442
2366
|
"border": {
|
|
443
2367
|
"value": "#fc5e5e",
|
|
444
2368
|
"themeable": true,
|
|
2369
|
+
"$type": "color",
|
|
445
2370
|
"filePath": "tokens/src/color/color.ui.json",
|
|
446
2371
|
"isSource": true,
|
|
447
2372
|
"original": {
|
|
448
2373
|
"value": "{color.palette.red.light-1}",
|
|
449
|
-
"themeable": true
|
|
2374
|
+
"themeable": true,
|
|
2375
|
+
"$type": "color"
|
|
450
2376
|
},
|
|
451
2377
|
"name": "ColorUiMessageSevereBorder",
|
|
452
2378
|
"attributes": {
|
|
@@ -467,11 +2393,13 @@ module.exports = {
|
|
|
467
2393
|
"fill": {
|
|
468
2394
|
"value": "#b20000",
|
|
469
2395
|
"themeable": true,
|
|
2396
|
+
"$type": "color",
|
|
470
2397
|
"filePath": "tokens/src/color/color.ui.json",
|
|
471
2398
|
"isSource": true,
|
|
472
2399
|
"original": {
|
|
473
2400
|
"value": "{color.palette.red.dark-1}",
|
|
474
|
-
"themeable": true
|
|
2401
|
+
"themeable": true,
|
|
2402
|
+
"$type": "color"
|
|
475
2403
|
},
|
|
476
2404
|
"name": "ColorUiMessageSevereFill",
|
|
477
2405
|
"attributes": {
|
|
@@ -492,11 +2420,13 @@ module.exports = {
|
|
|
492
2420
|
"interactive": {
|
|
493
2421
|
"value": "#b20000",
|
|
494
2422
|
"themeable": true,
|
|
2423
|
+
"$type": "color",
|
|
495
2424
|
"filePath": "tokens/src/color/color.ui.json",
|
|
496
2425
|
"isSource": true,
|
|
497
2426
|
"original": {
|
|
498
2427
|
"value": "{color.palette.red.dark-1}",
|
|
499
|
-
"themeable": true
|
|
2428
|
+
"themeable": true,
|
|
2429
|
+
"$type": "color"
|
|
500
2430
|
},
|
|
501
2431
|
"name": "ColorUiMessageSevereInteractive",
|
|
502
2432
|
"attributes": {
|
|
@@ -517,11 +2447,13 @@ module.exports = {
|
|
|
517
2447
|
"text": {
|
|
518
2448
|
"value": "#820000",
|
|
519
2449
|
"themeable": true,
|
|
2450
|
+
"$type": "color",
|
|
520
2451
|
"filePath": "tokens/src/color/color.ui.json",
|
|
521
2452
|
"isSource": true,
|
|
522
2453
|
"original": {
|
|
523
2454
|
"value": "{color.palette.red.dark-2}",
|
|
524
|
-
"themeable": true
|
|
2455
|
+
"themeable": true,
|
|
2456
|
+
"$type": "color"
|
|
525
2457
|
},
|
|
526
2458
|
"name": "ColorUiMessageSevereText",
|
|
527
2459
|
"attributes": {
|
|
@@ -544,11 +2476,13 @@ module.exports = {
|
|
|
544
2476
|
"bg": {
|
|
545
2477
|
"value": "#def7de",
|
|
546
2478
|
"themeable": true,
|
|
2479
|
+
"$type": "color",
|
|
547
2480
|
"filePath": "tokens/src/color/color.ui.json",
|
|
548
2481
|
"isSource": true,
|
|
549
2482
|
"original": {
|
|
550
2483
|
"value": "{color.palette.green.light-3}",
|
|
551
|
-
"themeable": true
|
|
2484
|
+
"themeable": true,
|
|
2485
|
+
"$type": "color"
|
|
552
2486
|
},
|
|
553
2487
|
"name": "ColorUiMessageSuccessBg",
|
|
554
2488
|
"attributes": {
|
|
@@ -569,11 +2503,13 @@ module.exports = {
|
|
|
569
2503
|
"border": {
|
|
570
2504
|
"value": "#5cba5c",
|
|
571
2505
|
"themeable": true,
|
|
2506
|
+
"$type": "color",
|
|
572
2507
|
"filePath": "tokens/src/color/color.ui.json",
|
|
573
2508
|
"isSource": true,
|
|
574
2509
|
"original": {
|
|
575
2510
|
"value": "{color.palette.green.light-1}",
|
|
576
|
-
"themeable": true
|
|
2511
|
+
"themeable": true,
|
|
2512
|
+
"$type": "color"
|
|
577
2513
|
},
|
|
578
2514
|
"name": "ColorUiMessageSuccessBorder",
|
|
579
2515
|
"attributes": {
|
|
@@ -594,11 +2530,13 @@ module.exports = {
|
|
|
594
2530
|
"fill": {
|
|
595
2531
|
"value": "#186218",
|
|
596
2532
|
"themeable": true,
|
|
2533
|
+
"$type": "color",
|
|
597
2534
|
"filePath": "tokens/src/color/color.ui.json",
|
|
598
2535
|
"isSource": true,
|
|
599
2536
|
"original": {
|
|
600
2537
|
"value": "{color.palette.green.dark-1}",
|
|
601
|
-
"themeable": true
|
|
2538
|
+
"themeable": true,
|
|
2539
|
+
"$type": "color"
|
|
602
2540
|
},
|
|
603
2541
|
"name": "ColorUiMessageSuccessFill",
|
|
604
2542
|
"attributes": {
|
|
@@ -619,11 +2557,13 @@ module.exports = {
|
|
|
619
2557
|
"interactive": {
|
|
620
2558
|
"value": "#228b22",
|
|
621
2559
|
"themeable": true,
|
|
2560
|
+
"$type": "color",
|
|
622
2561
|
"filePath": "tokens/src/color/color.ui.json",
|
|
623
2562
|
"isSource": true,
|
|
624
2563
|
"original": {
|
|
625
2564
|
"value": "{color.palette.green.base}",
|
|
626
|
-
"themeable": true
|
|
2565
|
+
"themeable": true,
|
|
2566
|
+
"$type": "color"
|
|
627
2567
|
},
|
|
628
2568
|
"name": "ColorUiMessageSuccessInteractive",
|
|
629
2569
|
"attributes": {
|
|
@@ -644,11 +2584,13 @@ module.exports = {
|
|
|
644
2584
|
"text": {
|
|
645
2585
|
"value": "#064006",
|
|
646
2586
|
"themeable": true,
|
|
2587
|
+
"$type": "color",
|
|
647
2588
|
"filePath": "tokens/src/color/color.ui.json",
|
|
648
2589
|
"isSource": true,
|
|
649
2590
|
"original": {
|
|
650
2591
|
"value": "{color.palette.green.dark-2}",
|
|
651
|
-
"themeable": true
|
|
2592
|
+
"themeable": true,
|
|
2593
|
+
"$type": "color"
|
|
652
2594
|
},
|
|
653
2595
|
"name": "ColorUiMessageSuccessText",
|
|
654
2596
|
"attributes": {
|
|
@@ -671,11 +2613,13 @@ module.exports = {
|
|
|
671
2613
|
"bg": {
|
|
672
2614
|
"value": "#dfcced",
|
|
673
2615
|
"themeable": true,
|
|
2616
|
+
"$type": "color",
|
|
674
2617
|
"filePath": "tokens/src/color/color.ui.json",
|
|
675
2618
|
"isSource": true,
|
|
676
2619
|
"original": {
|
|
677
2620
|
"value": "{color.palette.purple.light-3}",
|
|
678
|
-
"themeable": true
|
|
2621
|
+
"themeable": true,
|
|
2622
|
+
"$type": "color"
|
|
679
2623
|
},
|
|
680
2624
|
"name": "ColorUiMessageDebugBg",
|
|
681
2625
|
"attributes": {
|
|
@@ -696,11 +2640,13 @@ module.exports = {
|
|
|
696
2640
|
"border": {
|
|
697
2641
|
"value": "#a572cd",
|
|
698
2642
|
"themeable": true,
|
|
2643
|
+
"$type": "color",
|
|
699
2644
|
"filePath": "tokens/src/color/color.ui.json",
|
|
700
2645
|
"isSource": true,
|
|
701
2646
|
"original": {
|
|
702
2647
|
"value": "{color.palette.purple.light-1}",
|
|
703
|
-
"themeable": true
|
|
2648
|
+
"themeable": true,
|
|
2649
|
+
"$type": "color"
|
|
704
2650
|
},
|
|
705
2651
|
"name": "ColorUiMessageDebugBorder",
|
|
706
2652
|
"attributes": {
|
|
@@ -721,11 +2667,13 @@ module.exports = {
|
|
|
721
2667
|
"fill": {
|
|
722
2668
|
"value": "#5e00a6",
|
|
723
2669
|
"themeable": true,
|
|
2670
|
+
"$type": "color",
|
|
724
2671
|
"filePath": "tokens/src/color/color.ui.json",
|
|
725
2672
|
"isSource": true,
|
|
726
2673
|
"original": {
|
|
727
2674
|
"value": "{color.palette.purple.dark-1}",
|
|
728
|
-
"themeable": true
|
|
2675
|
+
"themeable": true,
|
|
2676
|
+
"$type": "color"
|
|
729
2677
|
},
|
|
730
2678
|
"name": "ColorUiMessageDebugFill",
|
|
731
2679
|
"attributes": {
|
|
@@ -746,11 +2694,13 @@ module.exports = {
|
|
|
746
2694
|
"interactive": {
|
|
747
2695
|
"value": "#5e00a6",
|
|
748
2696
|
"themeable": true,
|
|
2697
|
+
"$type": "color",
|
|
749
2698
|
"filePath": "tokens/src/color/color.ui.json",
|
|
750
2699
|
"isSource": true,
|
|
751
2700
|
"original": {
|
|
752
2701
|
"value": "{color.palette.purple.dark-1}",
|
|
753
|
-
"themeable": true
|
|
2702
|
+
"themeable": true,
|
|
2703
|
+
"$type": "color"
|
|
754
2704
|
},
|
|
755
2705
|
"name": "ColorUiMessageDebugInteractive",
|
|
756
2706
|
"attributes": {
|
|
@@ -771,11 +2721,13 @@ module.exports = {
|
|
|
771
2721
|
"text": {
|
|
772
2722
|
"value": "#4b0085",
|
|
773
2723
|
"themeable": true,
|
|
2724
|
+
"$type": "color",
|
|
774
2725
|
"filePath": "tokens/src/color/color.ui.json",
|
|
775
2726
|
"isSource": true,
|
|
776
2727
|
"original": {
|
|
777
2728
|
"value": "{color.palette.purple.dark-2}",
|
|
778
|
-
"themeable": true
|
|
2729
|
+
"themeable": true,
|
|
2730
|
+
"$type": "color"
|
|
779
2731
|
},
|
|
780
2732
|
"name": "ColorUiMessageDebugText",
|
|
781
2733
|
"attributes": {
|
|
@@ -800,11 +2752,13 @@ module.exports = {
|
|
|
800
2752
|
"fill": {
|
|
801
2753
|
"value": "#006fd0",
|
|
802
2754
|
"themeable": true,
|
|
2755
|
+
"$type": "color",
|
|
803
2756
|
"filePath": "tokens/src/color/color.ui.json",
|
|
804
2757
|
"isSource": true,
|
|
805
2758
|
"original": {
|
|
806
2759
|
"value": "{color.palette.blue.base}",
|
|
807
|
-
"themeable": true
|
|
2760
|
+
"themeable": true,
|
|
2761
|
+
"$type": "color"
|
|
808
2762
|
},
|
|
809
2763
|
"name": "ColorUiStatusProgressFill",
|
|
810
2764
|
"attributes": {
|
|
@@ -825,11 +2779,13 @@ module.exports = {
|
|
|
825
2779
|
"text": {
|
|
826
2780
|
"value": "#005eb1",
|
|
827
2781
|
"themeable": true,
|
|
2782
|
+
"$type": "color",
|
|
828
2783
|
"filePath": "tokens/src/color/color.ui.json",
|
|
829
2784
|
"isSource": true,
|
|
830
2785
|
"original": {
|
|
831
2786
|
"value": "{color.palette.blue.dark-1}",
|
|
832
|
-
"themeable": true
|
|
2787
|
+
"themeable": true,
|
|
2788
|
+
"$type": "color"
|
|
833
2789
|
},
|
|
834
2790
|
"name": "ColorUiStatusProgressText",
|
|
835
2791
|
"attributes": {
|
|
@@ -852,11 +2808,13 @@ module.exports = {
|
|
|
852
2808
|
"fill": {
|
|
853
2809
|
"value": "#d09200",
|
|
854
2810
|
"themeable": true,
|
|
2811
|
+
"$type": "color",
|
|
855
2812
|
"filePath": "tokens/src/color/color.ui.json",
|
|
856
2813
|
"isSource": true,
|
|
857
2814
|
"original": {
|
|
858
2815
|
"value": "{color.palette.yellow.dark-1}",
|
|
859
|
-
"themeable": true
|
|
2816
|
+
"themeable": true,
|
|
2817
|
+
"$type": "color"
|
|
860
2818
|
},
|
|
861
2819
|
"name": "ColorUiStatusChangedFill",
|
|
862
2820
|
"attributes": {
|
|
@@ -877,11 +2835,13 @@ module.exports = {
|
|
|
877
2835
|
"text": {
|
|
878
2836
|
"value": "#845d01",
|
|
879
2837
|
"themeable": true,
|
|
2838
|
+
"$type": "color",
|
|
880
2839
|
"filePath": "tokens/src/color/color.ui.json",
|
|
881
2840
|
"isSource": true,
|
|
882
2841
|
"original": {
|
|
883
2842
|
"value": "{color.palette.yellow.dark-2}",
|
|
884
|
-
"themeable": true
|
|
2843
|
+
"themeable": true,
|
|
2844
|
+
"$type": "color"
|
|
885
2845
|
},
|
|
886
2846
|
"name": "ColorUiStatusChangedText",
|
|
887
2847
|
"attributes": {
|
|
@@ -904,11 +2864,13 @@ module.exports = {
|
|
|
904
2864
|
"border": {
|
|
905
2865
|
"value": "#e52222",
|
|
906
2866
|
"themeable": true,
|
|
2867
|
+
"$type": "color",
|
|
907
2868
|
"filePath": "tokens/src/color/color.ui.json",
|
|
908
2869
|
"isSource": true,
|
|
909
2870
|
"original": {
|
|
910
2871
|
"value": "{color.palette.red.base}",
|
|
911
|
-
"themeable": true
|
|
2872
|
+
"themeable": true,
|
|
2873
|
+
"$type": "color"
|
|
912
2874
|
},
|
|
913
2875
|
"name": "ColorUiStatusFailedBorder",
|
|
914
2876
|
"attributes": {
|
|
@@ -929,11 +2891,13 @@ module.exports = {
|
|
|
929
2891
|
"fill": {
|
|
930
2892
|
"value": "#e52222",
|
|
931
2893
|
"themeable": true,
|
|
2894
|
+
"$type": "color",
|
|
932
2895
|
"filePath": "tokens/src/color/color.ui.json",
|
|
933
2896
|
"isSource": true,
|
|
934
2897
|
"original": {
|
|
935
2898
|
"value": "{color.palette.red.base}",
|
|
936
|
-
"themeable": true
|
|
2899
|
+
"themeable": true,
|
|
2900
|
+
"$type": "color"
|
|
937
2901
|
},
|
|
938
2902
|
"name": "ColorUiStatusFailedFill",
|
|
939
2903
|
"attributes": {
|
|
@@ -954,11 +2918,13 @@ module.exports = {
|
|
|
954
2918
|
"text": {
|
|
955
2919
|
"value": "#b20000",
|
|
956
2920
|
"themeable": true,
|
|
2921
|
+
"$type": "color",
|
|
957
2922
|
"filePath": "tokens/src/color/color.ui.json",
|
|
958
2923
|
"isSource": true,
|
|
959
2924
|
"original": {
|
|
960
2925
|
"value": "{color.palette.red.dark-1}",
|
|
961
|
-
"themeable": true
|
|
2926
|
+
"themeable": true,
|
|
2927
|
+
"$type": "color"
|
|
962
2928
|
},
|
|
963
2929
|
"name": "ColorUiStatusFailedText",
|
|
964
2930
|
"attributes": {
|
|
@@ -981,11 +2947,13 @@ module.exports = {
|
|
|
981
2947
|
"fill": {
|
|
982
2948
|
"value": "#228b22",
|
|
983
2949
|
"themeable": true,
|
|
2950
|
+
"$type": "color",
|
|
984
2951
|
"filePath": "tokens/src/color/color.ui.json",
|
|
985
2952
|
"isSource": true,
|
|
986
2953
|
"original": {
|
|
987
2954
|
"value": "{color.palette.green.base}",
|
|
988
|
-
"themeable": true
|
|
2955
|
+
"themeable": true,
|
|
2956
|
+
"$type": "color"
|
|
989
2957
|
},
|
|
990
2958
|
"name": "ColorUiStatusCompleteFill",
|
|
991
2959
|
"attributes": {
|
|
@@ -1006,11 +2974,13 @@ module.exports = {
|
|
|
1006
2974
|
"text": {
|
|
1007
2975
|
"value": "#186218",
|
|
1008
2976
|
"themeable": true,
|
|
2977
|
+
"$type": "color",
|
|
1009
2978
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1010
2979
|
"isSource": true,
|
|
1011
2980
|
"original": {
|
|
1012
2981
|
"value": "{color.palette.green.dark-1}",
|
|
1013
|
-
"themeable": true
|
|
2982
|
+
"themeable": true,
|
|
2983
|
+
"$type": "color"
|
|
1014
2984
|
},
|
|
1015
2985
|
"name": "ColorUiStatusCompleteText",
|
|
1016
2986
|
"attributes": {
|
|
@@ -1033,11 +3003,13 @@ module.exports = {
|
|
|
1033
3003
|
"fill": {
|
|
1034
3004
|
"value": "#757575",
|
|
1035
3005
|
"themeable": true,
|
|
3006
|
+
"$type": "color",
|
|
1036
3007
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1037
3008
|
"isSource": true,
|
|
1038
3009
|
"original": {
|
|
1039
3010
|
"value": "{color.palette.neutral.base}",
|
|
1040
|
-
"themeable": true
|
|
3011
|
+
"themeable": true,
|
|
3012
|
+
"$type": "color"
|
|
1041
3013
|
},
|
|
1042
3014
|
"name": "ColorUiStatusNeutralFill",
|
|
1043
3015
|
"attributes": {
|
|
@@ -1058,11 +3030,13 @@ module.exports = {
|
|
|
1058
3030
|
"text": {
|
|
1059
3031
|
"value": "#595959",
|
|
1060
3032
|
"themeable": true,
|
|
3033
|
+
"$type": "color",
|
|
1061
3034
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1062
3035
|
"isSource": true,
|
|
1063
3036
|
"original": {
|
|
1064
3037
|
"value": "{color.palette.neutral.dark-1}",
|
|
1065
|
-
"themeable": true
|
|
3038
|
+
"themeable": true,
|
|
3039
|
+
"$type": "color"
|
|
1066
3040
|
},
|
|
1067
3041
|
"name": "ColorUiStatusNeutralText",
|
|
1068
3042
|
"attributes": {
|
|
@@ -1087,12 +3061,14 @@ module.exports = {
|
|
|
1087
3061
|
"$description": "Default color for text that should be readable.",
|
|
1088
3062
|
"value": "#333333",
|
|
1089
3063
|
"themeable": true,
|
|
3064
|
+
"$type": "color",
|
|
1090
3065
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1091
3066
|
"isSource": true,
|
|
1092
3067
|
"original": {
|
|
1093
3068
|
"$description": "Default color for text that should be readable.",
|
|
1094
3069
|
"value": "{color.palette.neutral.dark-2}",
|
|
1095
|
-
"themeable": true
|
|
3070
|
+
"themeable": true,
|
|
3071
|
+
"$type": "color"
|
|
1096
3072
|
},
|
|
1097
3073
|
"name": "ColorUiTextDefault",
|
|
1098
3074
|
"attributes": {
|
|
@@ -1112,12 +3088,14 @@ module.exports = {
|
|
|
1112
3088
|
"$description": "Default color for text that should stand out a little less. Has sufficient contrast on white.",
|
|
1113
3089
|
"value": "#757575",
|
|
1114
3090
|
"themeable": true,
|
|
3091
|
+
"$type": "color",
|
|
1115
3092
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1116
3093
|
"isSource": true,
|
|
1117
3094
|
"original": {
|
|
1118
3095
|
"$description": "Default color for text that should stand out a little less. Has sufficient contrast on white.",
|
|
1119
3096
|
"value": "{color.palette.neutral.base}",
|
|
1120
|
-
"themeable": true
|
|
3097
|
+
"themeable": true,
|
|
3098
|
+
"$type": "color"
|
|
1121
3099
|
},
|
|
1122
3100
|
"name": "ColorUiTextMuted",
|
|
1123
3101
|
"attributes": {
|
|
@@ -1137,12 +3115,14 @@ module.exports = {
|
|
|
1137
3115
|
"$description": "Default color for text that has sufficient contrast on dark backgrounds.",
|
|
1138
3116
|
"value": "#ffffff",
|
|
1139
3117
|
"themeable": true,
|
|
3118
|
+
"$type": "color",
|
|
1140
3119
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1141
3120
|
"isSource": true,
|
|
1142
3121
|
"original": {
|
|
1143
3122
|
"$description": "Default color for text that has sufficient contrast on dark backgrounds.",
|
|
1144
3123
|
"value": "{color.palette.white}",
|
|
1145
|
-
"themeable": true
|
|
3124
|
+
"themeable": true,
|
|
3125
|
+
"$type": "color"
|
|
1146
3126
|
},
|
|
1147
3127
|
"name": "ColorUiTextOnDark",
|
|
1148
3128
|
"attributes": {
|
|
@@ -1162,12 +3142,14 @@ module.exports = {
|
|
|
1162
3142
|
"$description": "Color for highlighting portions of text.",
|
|
1163
3143
|
"value": "#004078",
|
|
1164
3144
|
"themeable": true,
|
|
3145
|
+
"$type": "color",
|
|
1165
3146
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1166
3147
|
"isSource": true,
|
|
1167
3148
|
"original": {
|
|
1168
3149
|
"$description": "Color for highlighting portions of text.",
|
|
1169
3150
|
"value": "{color.palette.blue.dark-2}",
|
|
1170
|
-
"themeable": true
|
|
3151
|
+
"themeable": true,
|
|
3152
|
+
"$type": "color"
|
|
1171
3153
|
},
|
|
1172
3154
|
"name": "ColorUiTextMarked",
|
|
1173
3155
|
"attributes": {
|
|
@@ -1187,12 +3169,14 @@ module.exports = {
|
|
|
1187
3169
|
"$description": "Background color for highlighting portions of text.",
|
|
1188
3170
|
"value": "#cee6fb",
|
|
1189
3171
|
"themeable": true,
|
|
3172
|
+
"$type": "color",
|
|
1190
3173
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1191
3174
|
"isSource": true,
|
|
1192
3175
|
"original": {
|
|
1193
3176
|
"$description": "Background color for highlighting portions of text.",
|
|
1194
3177
|
"value": "{color.palette.blue.light-3}",
|
|
1195
|
-
"themeable": true
|
|
3178
|
+
"themeable": true,
|
|
3179
|
+
"$type": "color"
|
|
1196
3180
|
},
|
|
1197
3181
|
"name": "ColorUiTextMarkedBg",
|
|
1198
3182
|
"attributes": {
|
|
@@ -1212,12 +3196,14 @@ module.exports = {
|
|
|
1212
3196
|
"$description": "Background color for inserted (ins) text.",
|
|
1213
3197
|
"value": "#cee6fb",
|
|
1214
3198
|
"themeable": true,
|
|
3199
|
+
"$type": "color",
|
|
1215
3200
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1216
3201
|
"isSource": true,
|
|
1217
3202
|
"original": {
|
|
1218
3203
|
"$description": "Background color for inserted (ins) text.",
|
|
1219
3204
|
"value": "{color.palette.blue.light-3}",
|
|
1220
|
-
"themeable": true
|
|
3205
|
+
"themeable": true,
|
|
3206
|
+
"$type": "color"
|
|
1221
3207
|
},
|
|
1222
3208
|
"name": "ColorUiTextInsertedBg",
|
|
1223
3209
|
"attributes": {
|
|
@@ -1237,12 +3223,14 @@ module.exports = {
|
|
|
1237
3223
|
"$description": "Background color for highlighting portions of text, that is discernible from 'marked-bg'",
|
|
1238
3224
|
"value": "#ebf5ff",
|
|
1239
3225
|
"themeable": true,
|
|
3226
|
+
"$type": "color",
|
|
1240
3227
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1241
3228
|
"isSource": true,
|
|
1242
3229
|
"original": {
|
|
1243
3230
|
"$description": "Background color for highlighting portions of text, that is discernible from 'marked-bg'",
|
|
1244
3231
|
"value": "{color.palette.blue.light-4}",
|
|
1245
|
-
"themeable": true
|
|
3232
|
+
"themeable": true,
|
|
3233
|
+
"$type": "color"
|
|
1246
3234
|
},
|
|
1247
3235
|
"name": "ColorUiTextInsertedBgMuted",
|
|
1248
3236
|
"attributes": {
|
|
@@ -1262,12 +3250,14 @@ module.exports = {
|
|
|
1262
3250
|
"$description": "Background color for deleted (del) text.",
|
|
1263
3251
|
"value": "#ffe5a7",
|
|
1264
3252
|
"themeable": true,
|
|
3253
|
+
"$type": "color",
|
|
1265
3254
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1266
3255
|
"isSource": true,
|
|
1267
3256
|
"original": {
|
|
1268
3257
|
"$description": "Background color for deleted (del) text.",
|
|
1269
3258
|
"value": "{color.palette.yellow.light-2}",
|
|
1270
|
-
"themeable": true
|
|
3259
|
+
"themeable": true,
|
|
3260
|
+
"$type": "color"
|
|
1271
3261
|
},
|
|
1272
3262
|
"name": "ColorUiTextDeletedBg",
|
|
1273
3263
|
"attributes": {
|
|
@@ -1287,12 +3277,14 @@ module.exports = {
|
|
|
1287
3277
|
"$description": "Background color for deleted (del) text.",
|
|
1288
3278
|
"value": "#ffefca",
|
|
1289
3279
|
"themeable": true,
|
|
3280
|
+
"$type": "color",
|
|
1290
3281
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1291
3282
|
"isSource": true,
|
|
1292
3283
|
"original": {
|
|
1293
3284
|
"$description": "Background color for deleted (del) text.",
|
|
1294
3285
|
"value": "{color.palette.yellow.light-3}",
|
|
1295
|
-
"themeable": true
|
|
3286
|
+
"themeable": true,
|
|
3287
|
+
"$type": "color"
|
|
1296
3288
|
},
|
|
1297
3289
|
"name": "ColorUiTextDeletedBgMuted",
|
|
1298
3290
|
"attributes": {
|
|
@@ -1311,13 +3303,17 @@ module.exports = {
|
|
|
1311
3303
|
},
|
|
1312
3304
|
"selection": {
|
|
1313
3305
|
"text": {
|
|
3306
|
+
"$description": "Color used to visualize selected elements.",
|
|
1314
3307
|
"value": "#005eb1",
|
|
1315
3308
|
"themeable": true,
|
|
3309
|
+
"$type": "color",
|
|
1316
3310
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1317
3311
|
"isSource": true,
|
|
1318
3312
|
"original": {
|
|
3313
|
+
"$description": "Color used to visualize selected elements.",
|
|
1319
3314
|
"value": "{color.palette.blue.dark-1}",
|
|
1320
|
-
"themeable": true
|
|
3315
|
+
"themeable": true,
|
|
3316
|
+
"$type": "color"
|
|
1321
3317
|
},
|
|
1322
3318
|
"name": "ColorUiSelectionText",
|
|
1323
3319
|
"attributes": {
|
|
@@ -1334,13 +3330,17 @@ module.exports = {
|
|
|
1334
3330
|
]
|
|
1335
3331
|
},
|
|
1336
3332
|
"bg": {
|
|
3333
|
+
"$description": "Background Color used to visualize selected elements.",
|
|
1337
3334
|
"value": "#cee6fb",
|
|
1338
3335
|
"themeable": true,
|
|
3336
|
+
"$type": "color",
|
|
1339
3337
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1340
3338
|
"isSource": true,
|
|
1341
3339
|
"original": {
|
|
3340
|
+
"$description": "Background Color used to visualize selected elements.",
|
|
1342
3341
|
"value": "{color.palette.blue.light-3}",
|
|
1343
|
-
"themeable": true
|
|
3342
|
+
"themeable": true,
|
|
3343
|
+
"$type": "color"
|
|
1344
3344
|
},
|
|
1345
3345
|
"name": "ColorUiSelectionBg",
|
|
1346
3346
|
"attributes": {
|
|
@@ -1389,12 +3389,14 @@ module.exports = {
|
|
|
1389
3389
|
"$description": "Default color used for backgrounds.",
|
|
1390
3390
|
"value": "#ffffff",
|
|
1391
3391
|
"themeable": true,
|
|
3392
|
+
"$type": "color",
|
|
1392
3393
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1393
3394
|
"isSource": true,
|
|
1394
3395
|
"original": {
|
|
1395
3396
|
"$description": "Default color used for backgrounds.",
|
|
1396
3397
|
"value": "{color.palette.white}",
|
|
1397
|
-
"themeable": true
|
|
3398
|
+
"themeable": true,
|
|
3399
|
+
"$type": "color"
|
|
1398
3400
|
},
|
|
1399
3401
|
"name": "ColorUiBackgroundDefault",
|
|
1400
3402
|
"attributes": {
|
|
@@ -1414,12 +3416,14 @@ module.exports = {
|
|
|
1414
3416
|
"$description": "Lightest background color that is discernible on normal monitors.",
|
|
1415
3417
|
"value": "#f5f5f5",
|
|
1416
3418
|
"themeable": true,
|
|
3419
|
+
"$type": "color",
|
|
1417
3420
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1418
3421
|
"isSource": true,
|
|
1419
3422
|
"original": {
|
|
1420
3423
|
"$description": "Lightest background color that is discernible on normal monitors.",
|
|
1421
3424
|
"value": "{color.palette.neutral.light-4}",
|
|
1422
|
-
"themeable": true
|
|
3425
|
+
"themeable": true,
|
|
3426
|
+
"$type": "color"
|
|
1423
3427
|
},
|
|
1424
3428
|
"name": "ColorUiBackgroundLight",
|
|
1425
3429
|
"attributes": {
|
|
@@ -1439,12 +3443,14 @@ module.exports = {
|
|
|
1439
3443
|
"$description": "Medium background color for boxes etc.",
|
|
1440
3444
|
"value": "#ebe9e9",
|
|
1441
3445
|
"themeable": true,
|
|
3446
|
+
"$type": "color",
|
|
1442
3447
|
"filePath": "tokens/src/color/color.ui.json",
|
|
1443
3448
|
"isSource": true,
|
|
1444
3449
|
"original": {
|
|
1445
3450
|
"$description": "Medium background color for boxes etc.",
|
|
1446
3451
|
"value": "{color.palette.neutral.light-3}",
|
|
1447
|
-
"themeable": true
|
|
3452
|
+
"themeable": true,
|
|
3453
|
+
"$type": "color"
|
|
1448
3454
|
},
|
|
1449
3455
|
"name": "ColorUiBackgroundMedium",
|
|
1450
3456
|
"attributes": {
|