@momentum-design/tokens 0.0.38 → 0.0.39
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/dist/css/core/complete.css +30 -13
- package/dist/css/theme/aaos/day-complete.css +48 -0
- package/dist/css/theme/aaos/night-complete.css +48 -0
- package/dist/css/theme/webex/common-stable.css +2 -2
- package/dist/css/theme/webex/dark-complete.css +73 -69
- package/dist/css/theme/webex/dark-stable.css +3 -3
- package/dist/css/theme/webex/light-complete.css +74 -67
- package/dist/css/theme/webex/light-stable.css +4 -4
- package/dist/ios/core/complete.swift +30 -13
- package/dist/ios/theme/aaos/day-complete.swift +54 -0
- package/dist/ios/theme/aaos/night-complete.swift +54 -0
- package/dist/ios/theme/webex/common-stable.swift +2 -2
- package/dist/ios/theme/webex/dark-complete.swift +73 -69
- package/dist/ios/theme/webex/dark-stable.swift +3 -3
- package/dist/ios/theme/webex/light-complete.swift +74 -67
- package/dist/ios/theme/webex/light-stable.swift +4 -4
- package/dist/json/core/complete.json +661 -236
- package/dist/json/theme/aaos/day-complete.json +1231 -0
- package/dist/json/theme/aaos/night-complete.json +1231 -0
- package/dist/json/theme/webex/common-stable.json +69 -69
- package/dist/json/theme/webex/dark-complete.json +364 -243
- package/dist/json/theme/webex/dark-stable.json +356 -356
- package/dist/json/theme/webex/light-complete.json +453 -247
- package/dist/json/theme/webex/light-stable.json +360 -360
- package/dist/json-minimal/core/complete.json +36 -19
- package/dist/json-minimal/theme/aaos/day-complete.json +137 -0
- package/dist/json-minimal/theme/aaos/night-complete.json +137 -0
- package/dist/json-minimal/theme/webex/common-stable.json +1 -1
- package/dist/json-minimal/theme/webex/dark-complete.json +70 -60
- package/dist/json-minimal/theme/webex/dark-stable.json +2 -2
- package/dist/json-minimal/theme/webex/light-complete.json +77 -60
- package/dist/json-minimal/theme/webex/light-stable.json +3 -3
- package/dist/resources/core/complete.xml +30 -13
- package/dist/resources/theme/aaos/day-complete.xml +50 -0
- package/dist/resources/theme/aaos/night-complete.xml +50 -0
- package/dist/resources/theme/webex/common-stable.xml +2 -2
- package/dist/resources/theme/webex/dark-complete.xml +73 -69
- package/dist/resources/theme/webex/dark-stable.xml +3 -3
- package/dist/resources/theme/webex/light-complete.xml +74 -67
- package/dist/resources/theme/webex/light-stable.xml +4 -4
- package/dist/scss/core/complete.scss +30 -13
- package/dist/scss/theme/aaos/day-complete.scss +45 -0
- package/dist/scss/theme/aaos/night-complete.scss +45 -0
- package/dist/scss/theme/webex/common-stable.scss +2 -2
- package/dist/scss/theme/webex/dark-complete.scss +73 -69
- package/dist/scss/theme/webex/dark-stable.scss +3 -3
- package/dist/scss/theme/webex/light-complete.scss +75 -68
- package/dist/scss/theme/webex/light-stable.scss +4 -4
- package/package.json +1 -1
|
@@ -111,60 +111,60 @@
|
|
|
111
111
|
},
|
|
112
112
|
"surface": {
|
|
113
113
|
"neutral": {
|
|
114
|
-
"
|
|
114
|
+
"0": {
|
|
115
115
|
"default": {
|
|
116
116
|
"value": "#00000000",
|
|
117
117
|
"type": "color",
|
|
118
|
-
"description": "Core Token: core.black-alpha.
|
|
118
|
+
"description": "Core Token: core.black-alpha.0\nHEX: 000000 0%\n--------\nRest/ghost states of app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas. ",
|
|
119
119
|
"filePath": "src/theme/webex/light.json",
|
|
120
120
|
"isSource": true,
|
|
121
121
|
"original": {
|
|
122
|
-
"value": "{color.core.black-alpha.
|
|
122
|
+
"value": "{color.core.black-alpha.0}",
|
|
123
123
|
"type": "color",
|
|
124
|
-
"description": "Core Token: core.black-alpha.
|
|
124
|
+
"description": "Core Token: core.black-alpha.0\nHEX: 000000 0%\n--------\nRest/ghost states of app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas. "
|
|
125
125
|
},
|
|
126
|
-
"name": "mds-color-theme-surface-neutral-
|
|
126
|
+
"name": "mds-color-theme-surface-neutral-0-default",
|
|
127
127
|
"attributes": {
|
|
128
128
|
"category": "color",
|
|
129
129
|
"type": "theme",
|
|
130
130
|
"item": "surface",
|
|
131
131
|
"subitem": "neutral",
|
|
132
|
-
"state": "
|
|
132
|
+
"state": "0"
|
|
133
133
|
},
|
|
134
134
|
"path": [
|
|
135
135
|
"color",
|
|
136
136
|
"theme",
|
|
137
137
|
"surface",
|
|
138
138
|
"neutral",
|
|
139
|
-
"
|
|
139
|
+
"0",
|
|
140
140
|
"default"
|
|
141
141
|
]
|
|
142
142
|
},
|
|
143
143
|
"hover": {
|
|
144
|
-
"value": "#
|
|
144
|
+
"value": "#0000012",
|
|
145
145
|
"type": "color",
|
|
146
|
-
"description": "Core Token: core.black-alpha.
|
|
146
|
+
"description": "Core Token: core.black-alpha.7\nHEX: 000000 7%\n\n----\n\nUsed for hover state of \nall app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas",
|
|
147
147
|
"filePath": "src/theme/webex/light.json",
|
|
148
148
|
"isSource": true,
|
|
149
149
|
"original": {
|
|
150
|
-
"value": "{color.core.black-alpha.
|
|
150
|
+
"value": "{color.core.black-alpha.7}",
|
|
151
151
|
"type": "color",
|
|
152
|
-
"description": "Core Token: core.black-alpha.
|
|
152
|
+
"description": "Core Token: core.black-alpha.7\nHEX: 000000 7%\n\n----\n\nUsed for hover state of \nall app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas"
|
|
153
153
|
},
|
|
154
|
-
"name": "mds-color-theme-surface-neutral-
|
|
154
|
+
"name": "mds-color-theme-surface-neutral-0-hover",
|
|
155
155
|
"attributes": {
|
|
156
156
|
"category": "color",
|
|
157
157
|
"type": "theme",
|
|
158
158
|
"item": "surface",
|
|
159
159
|
"subitem": "neutral",
|
|
160
|
-
"state": "
|
|
160
|
+
"state": "0"
|
|
161
161
|
},
|
|
162
162
|
"path": [
|
|
163
163
|
"color",
|
|
164
164
|
"theme",
|
|
165
165
|
"surface",
|
|
166
166
|
"neutral",
|
|
167
|
-
"
|
|
167
|
+
"0",
|
|
168
168
|
"hover"
|
|
169
169
|
]
|
|
170
170
|
},
|
|
@@ -179,20 +179,20 @@
|
|
|
179
179
|
"type": "color",
|
|
180
180
|
"description": "Core Token: core.black-alpha.11\nHEX: 000000 11%\n\n---\nUsed for press/active state of surface-00. Used it for app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas"
|
|
181
181
|
},
|
|
182
|
-
"name": "mds-color-theme-surface-neutral-
|
|
182
|
+
"name": "mds-color-theme-surface-neutral-0-active",
|
|
183
183
|
"attributes": {
|
|
184
184
|
"category": "color",
|
|
185
185
|
"type": "theme",
|
|
186
186
|
"item": "surface",
|
|
187
187
|
"subitem": "neutral",
|
|
188
|
-
"state": "
|
|
188
|
+
"state": "0"
|
|
189
189
|
},
|
|
190
190
|
"path": [
|
|
191
191
|
"color",
|
|
192
192
|
"theme",
|
|
193
193
|
"surface",
|
|
194
194
|
"neutral",
|
|
195
|
-
"
|
|
195
|
+
"0",
|
|
196
196
|
"active"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
@@ -207,25 +207,25 @@
|
|
|
207
207
|
"type": "color",
|
|
208
208
|
"description": "Core Token: core.black-alpha-11\nHEX: 000000 11%\n\n---\nDisabled state of surface-00. Used it for app-header/footer, chips, list items, list-header, bitmoji, messaging components, personas"
|
|
209
209
|
},
|
|
210
|
-
"name": "mds-color-theme-surface-neutral-
|
|
210
|
+
"name": "mds-color-theme-surface-neutral-0-disabled",
|
|
211
211
|
"attributes": {
|
|
212
212
|
"category": "color",
|
|
213
213
|
"type": "theme",
|
|
214
214
|
"item": "surface",
|
|
215
215
|
"subitem": "neutral",
|
|
216
|
-
"state": "
|
|
216
|
+
"state": "0"
|
|
217
217
|
},
|
|
218
218
|
"path": [
|
|
219
219
|
"color",
|
|
220
220
|
"theme",
|
|
221
221
|
"surface",
|
|
222
222
|
"neutral",
|
|
223
|
-
"
|
|
223
|
+
"0",
|
|
224
224
|
"disabled"
|
|
225
225
|
]
|
|
226
226
|
}
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"1": {
|
|
229
229
|
"default": {
|
|
230
230
|
"value": "#0000001c",
|
|
231
231
|
"type": "color",
|
|
@@ -237,20 +237,20 @@
|
|
|
237
237
|
"type": "color",
|
|
238
238
|
"description": "Core Token: core.black-alpha.11\nHEX: 000000 11%\n-----\n\nRest state for meeting-content-cards, attachments, [ios] meeting-list"
|
|
239
239
|
},
|
|
240
|
-
"name": "mds-color-theme-surface-neutral-
|
|
240
|
+
"name": "mds-color-theme-surface-neutral-1-default",
|
|
241
241
|
"attributes": {
|
|
242
242
|
"category": "color",
|
|
243
243
|
"type": "theme",
|
|
244
244
|
"item": "surface",
|
|
245
245
|
"subitem": "neutral",
|
|
246
|
-
"state": "
|
|
246
|
+
"state": "1"
|
|
247
247
|
},
|
|
248
248
|
"path": [
|
|
249
249
|
"color",
|
|
250
250
|
"theme",
|
|
251
251
|
"surface",
|
|
252
252
|
"neutral",
|
|
253
|
-
"
|
|
253
|
+
"1",
|
|
254
254
|
"default"
|
|
255
255
|
]
|
|
256
256
|
},
|
|
@@ -265,135 +265,135 @@
|
|
|
265
265
|
"type": "color",
|
|
266
266
|
"description": "Core Token: core.black-alpha.20\nHEX: 000000 20%\n----\nHover state of surface-01.\n(prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list"
|
|
267
267
|
},
|
|
268
|
-
"name": "mds-color-theme-surface-neutral-
|
|
268
|
+
"name": "mds-color-theme-surface-neutral-1-hover",
|
|
269
269
|
"attributes": {
|
|
270
270
|
"category": "color",
|
|
271
271
|
"type": "theme",
|
|
272
272
|
"item": "surface",
|
|
273
273
|
"subitem": "neutral",
|
|
274
|
-
"state": "
|
|
274
|
+
"state": "1"
|
|
275
275
|
},
|
|
276
276
|
"path": [
|
|
277
277
|
"color",
|
|
278
278
|
"theme",
|
|
279
279
|
"surface",
|
|
280
280
|
"neutral",
|
|
281
|
-
"
|
|
281
|
+
"1",
|
|
282
282
|
"hover"
|
|
283
283
|
]
|
|
284
284
|
},
|
|
285
285
|
"active": {
|
|
286
286
|
"value": "#0000004d",
|
|
287
287
|
"type": "color",
|
|
288
|
-
"description": "Core Token: core.black-alpha.30\nHEX: 000000 30%\
|
|
288
|
+
"description": "Core Token: core.black-alpha.30\nHEX: 000000 30%\nUsed for press/active state of surface1. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list",
|
|
289
289
|
"filePath": "src/theme/webex/light.json",
|
|
290
290
|
"isSource": true,
|
|
291
291
|
"original": {
|
|
292
292
|
"value": "{color.core.black-alpha.30}",
|
|
293
293
|
"type": "color",
|
|
294
|
-
"description": "Core Token: core.black-alpha.30\nHEX: 000000 30%\
|
|
294
|
+
"description": "Core Token: core.black-alpha.30\nHEX: 000000 30%\nUsed for press/active state of surface1. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list"
|
|
295
295
|
},
|
|
296
|
-
"name": "mds-color-theme-surface-neutral-
|
|
296
|
+
"name": "mds-color-theme-surface-neutral-1-active",
|
|
297
297
|
"attributes": {
|
|
298
298
|
"category": "color",
|
|
299
299
|
"type": "theme",
|
|
300
300
|
"item": "surface",
|
|
301
301
|
"subitem": "neutral",
|
|
302
|
-
"state": "
|
|
302
|
+
"state": "1"
|
|
303
303
|
},
|
|
304
304
|
"path": [
|
|
305
305
|
"color",
|
|
306
306
|
"theme",
|
|
307
307
|
"surface",
|
|
308
308
|
"neutral",
|
|
309
|
-
"
|
|
309
|
+
"1",
|
|
310
310
|
"active"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"disabled": {
|
|
314
314
|
"value": "#00000000",
|
|
315
315
|
"type": "color",
|
|
316
|
-
"description": "Core Token: core.black-alpha.
|
|
316
|
+
"description": "Core Token: core.black-alpha.0\nHEX: 000000 00%\nDisabled state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list\n\n---\nDisabled state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list",
|
|
317
317
|
"filePath": "src/theme/webex/light.json",
|
|
318
318
|
"isSource": true,
|
|
319
319
|
"original": {
|
|
320
|
-
"value": "{color.core.black-alpha.
|
|
320
|
+
"value": "{color.core.black-alpha.0}",
|
|
321
321
|
"type": "color",
|
|
322
|
-
"description": "Core Token: core.black-alpha.
|
|
322
|
+
"description": "Core Token: core.black-alpha.0\nHEX: 000000 00%\nDisabled state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list\n\n---\nDisabled state of surface-01. (prev.BackgroundSecondary). Used it for meeting-content-cards, attachments, [ios] meeting-list"
|
|
323
323
|
},
|
|
324
|
-
"name": "mds-color-theme-surface-neutral-
|
|
324
|
+
"name": "mds-color-theme-surface-neutral-1-disabled",
|
|
325
325
|
"attributes": {
|
|
326
326
|
"category": "color",
|
|
327
327
|
"type": "theme",
|
|
328
328
|
"item": "surface",
|
|
329
329
|
"subitem": "neutral",
|
|
330
|
-
"state": "
|
|
330
|
+
"state": "1"
|
|
331
331
|
},
|
|
332
332
|
"path": [
|
|
333
333
|
"color",
|
|
334
334
|
"theme",
|
|
335
335
|
"surface",
|
|
336
336
|
"neutral",
|
|
337
|
-
"
|
|
337
|
+
"1",
|
|
338
338
|
"disabled"
|
|
339
339
|
]
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"value": "#
|
|
342
|
+
"2": {
|
|
343
|
+
"secondary": {
|
|
344
|
+
"value": "#f7f7f7",
|
|
345
345
|
"type": "color",
|
|
346
|
-
"description": "Core Token: core.gray.
|
|
346
|
+
"description": "Core Token: core.gray.05\nHEX: f7f7f7\n----------------\nMedium solid surface. Used this for input fields, mostly modals that are layering one to another. For details, find \"UI Layering\" : \nhttps://www.figma.com/file/GAPJbRR46eugOlrHzFJ7Fe/UI-Layering?node-id=3%3A22089",
|
|
347
347
|
"filePath": "src/theme/webex/light.json",
|
|
348
348
|
"isSource": true,
|
|
349
349
|
"original": {
|
|
350
|
-
"value": "{color.core.gray.
|
|
350
|
+
"value": "{color.core.gray.5}",
|
|
351
351
|
"type": "color",
|
|
352
|
-
"description": "Core Token: core.gray.
|
|
352
|
+
"description": "Core Token: core.gray.05\nHEX: f7f7f7\n----------------\nMedium solid surface. Used this for input fields, mostly modals that are layering one to another. For details, find \"UI Layering\" : \nhttps://www.figma.com/file/GAPJbRR46eugOlrHzFJ7Fe/UI-Layering?node-id=3%3A22089"
|
|
353
353
|
},
|
|
354
|
-
"name": "mds-color-theme-surface-neutral-
|
|
354
|
+
"name": "mds-color-theme-surface-neutral-2-secondary",
|
|
355
355
|
"attributes": {
|
|
356
356
|
"category": "color",
|
|
357
357
|
"type": "theme",
|
|
358
358
|
"item": "surface",
|
|
359
359
|
"subitem": "neutral",
|
|
360
|
-
"state": "
|
|
360
|
+
"state": "2"
|
|
361
361
|
},
|
|
362
362
|
"path": [
|
|
363
363
|
"color",
|
|
364
364
|
"theme",
|
|
365
365
|
"surface",
|
|
366
366
|
"neutral",
|
|
367
|
-
"
|
|
368
|
-
"
|
|
367
|
+
"2",
|
|
368
|
+
"secondary"
|
|
369
369
|
]
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"value": "#
|
|
371
|
+
"tertiary": {
|
|
372
|
+
"value": "#ededed",
|
|
373
373
|
"type": "color",
|
|
374
|
-
"description": "Core Token: core.gray.
|
|
374
|
+
"description": "Core Token: core.gray.10\nHEX: ededed\n----------------\nCore Token: core.gray.05\nHEX: f7f7f7\n----------------\nUsed for input fields, mostly modals that are layering one to another. For details, find \"UI Layering\" : \nhttps://www.figma.com/file/GAPJbRR46eugOlrHzFJ7Fe/UI-Layering?node-id=3%3A22089",
|
|
375
375
|
"filePath": "src/theme/webex/light.json",
|
|
376
376
|
"isSource": true,
|
|
377
377
|
"original": {
|
|
378
|
-
"value": "{color.core.gray.
|
|
378
|
+
"value": "{color.core.gray.10}",
|
|
379
379
|
"type": "color",
|
|
380
|
-
"description": "Core Token: core.gray.
|
|
380
|
+
"description": "Core Token: core.gray.10\nHEX: ededed\n----------------\nCore Token: core.gray.05\nHEX: f7f7f7\n----------------\nUsed for input fields, mostly modals that are layering one to another. For details, find \"UI Layering\" : \nhttps://www.figma.com/file/GAPJbRR46eugOlrHzFJ7Fe/UI-Layering?node-id=3%3A22089"
|
|
381
381
|
},
|
|
382
|
-
"name": "mds-color-theme-surface-neutral-
|
|
382
|
+
"name": "mds-color-theme-surface-neutral-2-tertiary",
|
|
383
383
|
"attributes": {
|
|
384
384
|
"category": "color",
|
|
385
385
|
"type": "theme",
|
|
386
386
|
"item": "surface",
|
|
387
387
|
"subitem": "neutral",
|
|
388
|
-
"state": "
|
|
388
|
+
"state": "2"
|
|
389
389
|
},
|
|
390
390
|
"path": [
|
|
391
391
|
"color",
|
|
392
392
|
"theme",
|
|
393
393
|
"surface",
|
|
394
394
|
"neutral",
|
|
395
|
-
"
|
|
396
|
-
"
|
|
395
|
+
"2",
|
|
396
|
+
"tertiary"
|
|
397
397
|
]
|
|
398
398
|
},
|
|
399
399
|
"primary": {
|
|
@@ -407,20 +407,20 @@
|
|
|
407
407
|
"type": "color",
|
|
408
408
|
"description": "Core Token: core.white-alpha.100\nHEX: FFFFFF\n----------------\nFull solid surface. Used this for background of calendar picker, input-filed, toasts, panel-rectangles. Can also be used when layering surfaces one to another. For details, find \"UI Layering\" : \nhttps://www.figma.com/file/GAPJbRR46eugOlrHzFJ7Fe/UI-Layering?node-id=3%3A22089"
|
|
409
409
|
},
|
|
410
|
-
"name": "mds-color-theme-surface-neutral-
|
|
410
|
+
"name": "mds-color-theme-surface-neutral-2-primary",
|
|
411
411
|
"attributes": {
|
|
412
412
|
"category": "color",
|
|
413
413
|
"type": "theme",
|
|
414
414
|
"item": "surface",
|
|
415
415
|
"subitem": "neutral",
|
|
416
|
-
"state": "
|
|
416
|
+
"state": "2"
|
|
417
417
|
},
|
|
418
418
|
"path": [
|
|
419
419
|
"color",
|
|
420
420
|
"theme",
|
|
421
421
|
"surface",
|
|
422
422
|
"neutral",
|
|
423
|
-
"
|
|
423
|
+
"2",
|
|
424
424
|
"primary"
|
|
425
425
|
]
|
|
426
426
|
}
|
|
@@ -653,6 +653,94 @@
|
|
|
653
653
|
]
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
|
+
},
|
|
657
|
+
"contrast": {
|
|
658
|
+
"neutral": {
|
|
659
|
+
"0": {
|
|
660
|
+
"value": "#000000",
|
|
661
|
+
"type": "color",
|
|
662
|
+
"description": "Core Token: core.blue.100\nHEX: #000000\nUsed for inverted component surface; tooltip",
|
|
663
|
+
"filePath": "src/theme/webex/light.json",
|
|
664
|
+
"isSource": true,
|
|
665
|
+
"original": {
|
|
666
|
+
"value": "{color.core.black-alpha.100}",
|
|
667
|
+
"type": "color",
|
|
668
|
+
"description": "Core Token: core.blue.100\nHEX: #000000\nUsed for inverted component surface; tooltip"
|
|
669
|
+
},
|
|
670
|
+
"name": "mds-color-theme-surface-contrast-neutral-0",
|
|
671
|
+
"attributes": {
|
|
672
|
+
"category": "color",
|
|
673
|
+
"type": "theme",
|
|
674
|
+
"item": "surface",
|
|
675
|
+
"subitem": "contrast",
|
|
676
|
+
"state": "neutral"
|
|
677
|
+
},
|
|
678
|
+
"path": [
|
|
679
|
+
"color",
|
|
680
|
+
"theme",
|
|
681
|
+
"surface",
|
|
682
|
+
"contrast",
|
|
683
|
+
"neutral",
|
|
684
|
+
"0"
|
|
685
|
+
]
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
"gradient": {
|
|
690
|
+
"0": {
|
|
691
|
+
"value": "linear-gradient(90deg, rgba(255, 255, 255, 0.72) 60.56%, rgba(255, 255, 255, 0) 92.59%);",
|
|
692
|
+
"type": "color",
|
|
693
|
+
"description": "Core: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 60.56%, rgba(255, 255, 255, 0) 92.59%);\nHEX: #ffffffb8 60.56%, #ffffff00 92.59%\nUsed for meeting reactions(meetings/reactions/feed)",
|
|
694
|
+
"filePath": "src/theme/webex/light.json",
|
|
695
|
+
"isSource": true,
|
|
696
|
+
"original": {
|
|
697
|
+
"value": "linear-gradient(90deg, rgba(255, 255, 255, 0.72) 60.56%, rgba(255, 255, 255, 0) 92.59%);",
|
|
698
|
+
"type": "color",
|
|
699
|
+
"description": "Core: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 60.56%, rgba(255, 255, 255, 0) 92.59%);\nHEX: #ffffffb8 60.56%, #ffffff00 92.59%\nUsed for meeting reactions(meetings/reactions/feed)"
|
|
700
|
+
},
|
|
701
|
+
"name": "mds-color-theme-surface-gradient-0",
|
|
702
|
+
"attributes": {
|
|
703
|
+
"category": "color",
|
|
704
|
+
"type": "theme",
|
|
705
|
+
"item": "surface",
|
|
706
|
+
"subitem": "gradient",
|
|
707
|
+
"state": "0"
|
|
708
|
+
},
|
|
709
|
+
"path": [
|
|
710
|
+
"color",
|
|
711
|
+
"theme",
|
|
712
|
+
"surface",
|
|
713
|
+
"gradient",
|
|
714
|
+
"0"
|
|
715
|
+
]
|
|
716
|
+
},
|
|
717
|
+
"1": {
|
|
718
|
+
"value": "linear-gradient(180deg, #f7f7f7e6 0%, #f7f7f700 100%)",
|
|
719
|
+
"type": "color",
|
|
720
|
+
"description": "Core: linear-gradient(180deg, #f7f7f7e6 0%, #f7f7f700 100%)\nHEX: #f7f7f7e6 0%, #f7f7f700 100%)\nUsed for meeting reactions (overlay background)",
|
|
721
|
+
"filePath": "src/theme/webex/light.json",
|
|
722
|
+
"isSource": true,
|
|
723
|
+
"original": {
|
|
724
|
+
"value": "linear-gradient(180deg, #f7f7f7e6 0%, #f7f7f700 100%)",
|
|
725
|
+
"type": "color",
|
|
726
|
+
"description": "Core: linear-gradient(180deg, #f7f7f7e6 0%, #f7f7f700 100%)\nHEX: #f7f7f7e6 0%, #f7f7f700 100%)\nUsed for meeting reactions (overlay background)"
|
|
727
|
+
},
|
|
728
|
+
"name": "mds-color-theme-surface-gradient-1",
|
|
729
|
+
"attributes": {
|
|
730
|
+
"category": "color",
|
|
731
|
+
"type": "theme",
|
|
732
|
+
"item": "surface",
|
|
733
|
+
"subitem": "gradient",
|
|
734
|
+
"state": "1"
|
|
735
|
+
},
|
|
736
|
+
"path": [
|
|
737
|
+
"color",
|
|
738
|
+
"theme",
|
|
739
|
+
"surface",
|
|
740
|
+
"gradient",
|
|
741
|
+
"1"
|
|
742
|
+
]
|
|
743
|
+
}
|
|
656
744
|
}
|
|
657
745
|
},
|
|
658
746
|
"content": {
|
|
@@ -892,6 +980,95 @@
|
|
|
892
980
|
"disabled"
|
|
893
981
|
]
|
|
894
982
|
}
|
|
983
|
+
},
|
|
984
|
+
"accent": {
|
|
985
|
+
"default": {
|
|
986
|
+
"value": "#0353a8",
|
|
987
|
+
"type": "color",
|
|
988
|
+
"description": "Core token: color.core.blue.70\nHEX: #0353a8\nUsed for inverse component text link; used in tooltip. ",
|
|
989
|
+
"filePath": "src/theme/webex/light.json",
|
|
990
|
+
"isSource": true,
|
|
991
|
+
"original": {
|
|
992
|
+
"value": "{color.core.blue.70}",
|
|
993
|
+
"type": "color",
|
|
994
|
+
"description": "Core token: color.core.blue.70\nHEX: #0353a8\nUsed for inverse component text link; used in tooltip. "
|
|
995
|
+
},
|
|
996
|
+
"name": "mds-color-theme-content-text-contrast-accent-default",
|
|
997
|
+
"attributes": {
|
|
998
|
+
"category": "color",
|
|
999
|
+
"type": "theme",
|
|
1000
|
+
"item": "content",
|
|
1001
|
+
"subitem": "text",
|
|
1002
|
+
"state": "contrast"
|
|
1003
|
+
},
|
|
1004
|
+
"path": [
|
|
1005
|
+
"color",
|
|
1006
|
+
"theme",
|
|
1007
|
+
"content",
|
|
1008
|
+
"text",
|
|
1009
|
+
"contrast",
|
|
1010
|
+
"accent",
|
|
1011
|
+
"default"
|
|
1012
|
+
]
|
|
1013
|
+
},
|
|
1014
|
+
"hover": {
|
|
1015
|
+
"value": "#0a274a",
|
|
1016
|
+
"type": "color",
|
|
1017
|
+
"description": "Core token: color.core.blue.90\nHEX: #0a274a\nUsed for hover state for inverse component text link; used in tooltip. ",
|
|
1018
|
+
"filePath": "src/theme/webex/light.json",
|
|
1019
|
+
"isSource": true,
|
|
1020
|
+
"original": {
|
|
1021
|
+
"value": "{color.core.blue.90}",
|
|
1022
|
+
"type": "color",
|
|
1023
|
+
"description": "Core token: color.core.blue.90\nHEX: #0a274a\nUsed for hover state for inverse component text link; used in tooltip. "
|
|
1024
|
+
},
|
|
1025
|
+
"name": "mds-color-theme-content-text-contrast-accent-hover",
|
|
1026
|
+
"attributes": {
|
|
1027
|
+
"category": "color",
|
|
1028
|
+
"type": "theme",
|
|
1029
|
+
"item": "content",
|
|
1030
|
+
"subitem": "text",
|
|
1031
|
+
"state": "contrast"
|
|
1032
|
+
},
|
|
1033
|
+
"path": [
|
|
1034
|
+
"color",
|
|
1035
|
+
"theme",
|
|
1036
|
+
"content",
|
|
1037
|
+
"text",
|
|
1038
|
+
"contrast",
|
|
1039
|
+
"accent",
|
|
1040
|
+
"hover"
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1043
|
+
"active": {
|
|
1044
|
+
"value": "#0a274a",
|
|
1045
|
+
"type": "color",
|
|
1046
|
+
"description": "Core token: color.core.blue.90\nHEX: #0a274a\nUsed for pressed/active state for inverse text; used in tooltip. ",
|
|
1047
|
+
"filePath": "src/theme/webex/light.json",
|
|
1048
|
+
"isSource": true,
|
|
1049
|
+
"original": {
|
|
1050
|
+
"value": "{color.core.blue.90}",
|
|
1051
|
+
"type": "color",
|
|
1052
|
+
"description": "Core token: color.core.blue.90\nHEX: #0a274a\nUsed for pressed/active state for inverse text; used in tooltip. "
|
|
1053
|
+
},
|
|
1054
|
+
"name": "mds-color-theme-content-text-contrast-accent-active",
|
|
1055
|
+
"attributes": {
|
|
1056
|
+
"category": "color",
|
|
1057
|
+
"type": "theme",
|
|
1058
|
+
"item": "content",
|
|
1059
|
+
"subitem": "text",
|
|
1060
|
+
"state": "contrast"
|
|
1061
|
+
},
|
|
1062
|
+
"path": [
|
|
1063
|
+
"color",
|
|
1064
|
+
"theme",
|
|
1065
|
+
"content",
|
|
1066
|
+
"text",
|
|
1067
|
+
"contrast",
|
|
1068
|
+
"accent",
|
|
1069
|
+
"active"
|
|
1070
|
+
]
|
|
1071
|
+
}
|
|
895
1072
|
}
|
|
896
1073
|
},
|
|
897
1074
|
"positive": {
|
|
@@ -1967,7 +2144,7 @@
|
|
|
1967
2144
|
"filePath": "src/theme/webex/light.json",
|
|
1968
2145
|
"isSource": true,
|
|
1969
2146
|
"original": {
|
|
1970
|
-
"value": "{color.core.black-alpha.
|
|
2147
|
+
"value": "{color.core.black-alpha.0}",
|
|
1971
2148
|
"type": "color",
|
|
1972
2149
|
"description": "Core Token: core.black-alpha.00\nHEX 000000 0%\n-----------------------------------\nRest/ghost state of Secondary buttons.\nUse with border.neutral.01"
|
|
1973
2150
|
},
|
|
@@ -1990,13 +2167,13 @@
|
|
|
1990
2167
|
]
|
|
1991
2168
|
},
|
|
1992
2169
|
"hover": {
|
|
1993
|
-
"value": "#
|
|
2170
|
+
"value": "#0000012",
|
|
1994
2171
|
"type": "color",
|
|
1995
2172
|
"description": "Core Token: core.black-alpha.07\nHEX 000000 7%\n-----------------------------------\nHover state of Secondary buttons. Used with border.neutral.01",
|
|
1996
2173
|
"filePath": "src/theme/webex/light.json",
|
|
1997
2174
|
"isSource": true,
|
|
1998
2175
|
"original": {
|
|
1999
|
-
"value": "{color.core.black-alpha.
|
|
2176
|
+
"value": "{color.core.black-alpha.7}",
|
|
2000
2177
|
"type": "color",
|
|
2001
2178
|
"description": "Core Token: core.black-alpha.07\nHEX 000000 7%\n-----------------------------------\nHover state of Secondary buttons. Used with border.neutral.01"
|
|
2002
2179
|
},
|
|
@@ -2054,7 +2231,7 @@
|
|
|
2054
2231
|
"filePath": "src/theme/webex/light.json",
|
|
2055
2232
|
"isSource": true,
|
|
2056
2233
|
"original": {
|
|
2057
|
-
"value": "{color.core.black-alpha.
|
|
2234
|
+
"value": "{color.core.black-alpha.0}",
|
|
2058
2235
|
"type": "color",
|
|
2059
2236
|
"description": "Core Token: core.black-alpha.00\nHEX FFFFFF 00%\n-----------------------------------\nDisabled state of secondary buttons. Used with border.neutral.01"
|
|
2060
2237
|
},
|
|
@@ -2522,7 +2699,7 @@
|
|
|
2522
2699
|
},
|
|
2523
2700
|
"indicator": {
|
|
2524
2701
|
"neutral": {
|
|
2525
|
-
"
|
|
2702
|
+
"0": {
|
|
2526
2703
|
"value": "#707070",
|
|
2527
2704
|
"type": "color",
|
|
2528
2705
|
"description": "Core Token: core.gray.60\nHEX: 707070\n\nUsed for presence (away, on-hold, on-device), meeting indicators(meeting-locked)",
|
|
@@ -2533,7 +2710,7 @@
|
|
|
2533
2710
|
"type": "color",
|
|
2534
2711
|
"description": "Core Token: core.gray.60\nHEX: 707070\n\nUsed for presence (away, on-hold, on-device), meeting indicators(meeting-locked)"
|
|
2535
2712
|
},
|
|
2536
|
-
"name": "mds-color-theme-content-indicator-neutral-
|
|
2713
|
+
"name": "mds-color-theme-content-indicator-neutral-0",
|
|
2537
2714
|
"attributes": {
|
|
2538
2715
|
"category": "color",
|
|
2539
2716
|
"type": "theme",
|
|
@@ -2547,10 +2724,10 @@
|
|
|
2547
2724
|
"content",
|
|
2548
2725
|
"indicator",
|
|
2549
2726
|
"neutral",
|
|
2550
|
-
"
|
|
2727
|
+
"0"
|
|
2551
2728
|
]
|
|
2552
2729
|
},
|
|
2553
|
-
"
|
|
2730
|
+
"1": {
|
|
2554
2731
|
"value": "#c9c9c9",
|
|
2555
2732
|
"type": "color",
|
|
2556
2733
|
"description": "Core Token: core.gray.30\nHEX: C9C9C9\n--------------------------\nUsed for active state of alert-badge",
|
|
@@ -2561,7 +2738,7 @@
|
|
|
2561
2738
|
"type": "color",
|
|
2562
2739
|
"description": "Core Token: core.gray.30\nHEX: C9C9C9\n--------------------------\nUsed for active state of alert-badge"
|
|
2563
2740
|
},
|
|
2564
|
-
"name": "mds-color-theme-content-indicator-neutral-
|
|
2741
|
+
"name": "mds-color-theme-content-indicator-neutral-1",
|
|
2565
2742
|
"attributes": {
|
|
2566
2743
|
"category": "color",
|
|
2567
2744
|
"type": "theme",
|
|
@@ -2575,10 +2752,10 @@
|
|
|
2575
2752
|
"content",
|
|
2576
2753
|
"indicator",
|
|
2577
2754
|
"neutral",
|
|
2578
|
-
"
|
|
2755
|
+
"1"
|
|
2579
2756
|
]
|
|
2580
2757
|
},
|
|
2581
|
-
"
|
|
2758
|
+
"2": {
|
|
2582
2759
|
"value": "#dedede",
|
|
2583
2760
|
"type": "color",
|
|
2584
2761
|
"description": "Core Token: core.gray.20\nHEX: DEDEDE\n--------------------------\nUsed for rest/hover state of alert-badge",
|
|
@@ -2589,7 +2766,7 @@
|
|
|
2589
2766
|
"type": "color",
|
|
2590
2767
|
"description": "Core Token: core.gray.20\nHEX: DEDEDE\n--------------------------\nUsed for rest/hover state of alert-badge"
|
|
2591
2768
|
},
|
|
2592
|
-
"name": "mds-color-theme-content-indicator-neutral-
|
|
2769
|
+
"name": "mds-color-theme-content-indicator-neutral-2",
|
|
2593
2770
|
"attributes": {
|
|
2594
2771
|
"category": "color",
|
|
2595
2772
|
"type": "theme",
|
|
@@ -2603,10 +2780,10 @@
|
|
|
2603
2780
|
"content",
|
|
2604
2781
|
"indicator",
|
|
2605
2782
|
"neutral",
|
|
2606
|
-
"
|
|
2783
|
+
"2"
|
|
2607
2784
|
]
|
|
2608
2785
|
},
|
|
2609
|
-
"
|
|
2786
|
+
"3": {
|
|
2610
2787
|
"value": "#ededed",
|
|
2611
2788
|
"type": "color",
|
|
2612
2789
|
"description": "Core Token: core.gray.10\nHEX: ededed\n\nUsed for pressed state of tags",
|
|
@@ -2617,7 +2794,7 @@
|
|
|
2617
2794
|
"type": "color",
|
|
2618
2795
|
"description": "Core Token: core.gray.10\nHEX: ededed\n\nUsed for pressed state of tags"
|
|
2619
2796
|
},
|
|
2620
|
-
"name": "mds-color-theme-content-indicator-neutral-
|
|
2797
|
+
"name": "mds-color-theme-content-indicator-neutral-3",
|
|
2621
2798
|
"attributes": {
|
|
2622
2799
|
"category": "color",
|
|
2623
2800
|
"type": "theme",
|
|
@@ -2631,21 +2808,21 @@
|
|
|
2631
2808
|
"content",
|
|
2632
2809
|
"indicator",
|
|
2633
2810
|
"neutral",
|
|
2634
|
-
"
|
|
2811
|
+
"3"
|
|
2635
2812
|
]
|
|
2636
2813
|
},
|
|
2637
|
-
"
|
|
2814
|
+
"4": {
|
|
2638
2815
|
"value": "#f7f7f7",
|
|
2639
2816
|
"type": "color",
|
|
2640
|
-
"description": "Core Token: core.gray.
|
|
2817
|
+
"description": "Core Token: core.gray.5\nHEX: F7F7F7\n--------------------\nUsed for hover state of tags, name-tag.",
|
|
2641
2818
|
"filePath": "src/theme/webex/light.json",
|
|
2642
2819
|
"isSource": true,
|
|
2643
2820
|
"original": {
|
|
2644
|
-
"value": "{color.core.gray.
|
|
2821
|
+
"value": "{color.core.gray.5}",
|
|
2645
2822
|
"type": "color",
|
|
2646
|
-
"description": "Core Token: core.gray.
|
|
2823
|
+
"description": "Core Token: core.gray.5\nHEX: F7F7F7\n--------------------\nUsed for hover state of tags, name-tag."
|
|
2647
2824
|
},
|
|
2648
|
-
"name": "mds-color-theme-content-indicator-neutral-
|
|
2825
|
+
"name": "mds-color-theme-content-indicator-neutral-4",
|
|
2649
2826
|
"attributes": {
|
|
2650
2827
|
"category": "color",
|
|
2651
2828
|
"type": "theme",
|
|
@@ -2659,10 +2836,10 @@
|
|
|
2659
2836
|
"content",
|
|
2660
2837
|
"indicator",
|
|
2661
2838
|
"neutral",
|
|
2662
|
-
"
|
|
2839
|
+
"4"
|
|
2663
2840
|
]
|
|
2664
2841
|
},
|
|
2665
|
-
"
|
|
2842
|
+
"5": {
|
|
2666
2843
|
"value": "#ffffff",
|
|
2667
2844
|
"type": "color",
|
|
2668
2845
|
"description": "Core Token: core.white-alpha.100\nHEX: FFFFFF\n--------------------\nUsed for rest state of tags",
|
|
@@ -2673,7 +2850,7 @@
|
|
|
2673
2850
|
"type": "color",
|
|
2674
2851
|
"description": "Core Token: core.white-alpha.100\nHEX: FFFFFF\n--------------------\nUsed for rest state of tags"
|
|
2675
2852
|
},
|
|
2676
|
-
"name": "mds-color-theme-content-indicator-neutral-
|
|
2853
|
+
"name": "mds-color-theme-content-indicator-neutral-5",
|
|
2677
2854
|
"attributes": {
|
|
2678
2855
|
"category": "color",
|
|
2679
2856
|
"type": "theme",
|
|
@@ -2687,12 +2864,12 @@
|
|
|
2687
2864
|
"content",
|
|
2688
2865
|
"indicator",
|
|
2689
2866
|
"neutral",
|
|
2690
|
-
"
|
|
2867
|
+
"5"
|
|
2691
2868
|
]
|
|
2692
2869
|
}
|
|
2693
2870
|
},
|
|
2694
2871
|
"positive": {
|
|
2695
|
-
"
|
|
2872
|
+
"0": {
|
|
2696
2873
|
"value": "#1d805f",
|
|
2697
2874
|
"type": "color",
|
|
2698
2875
|
"description": "Core Token: core.green.60\nHEX: 1D805F\n-----------\nUsed for Presence(active) and Meeting Indicators (Audio-video-on, Media-quality-good)",
|
|
@@ -2703,7 +2880,7 @@
|
|
|
2703
2880
|
"type": "color",
|
|
2704
2881
|
"description": "Core Token: core.green.60\nHEX: 1D805F\n-----------\nUsed for Presence(active) and Meeting Indicators (Audio-video-on, Media-quality-good)"
|
|
2705
2882
|
},
|
|
2706
|
-
"name": "mds-color-theme-content-indicator-positive-
|
|
2883
|
+
"name": "mds-color-theme-content-indicator-positive-0",
|
|
2707
2884
|
"attributes": {
|
|
2708
2885
|
"category": "color",
|
|
2709
2886
|
"type": "theme",
|
|
@@ -2717,12 +2894,12 @@
|
|
|
2717
2894
|
"content",
|
|
2718
2895
|
"indicator",
|
|
2719
2896
|
"positive",
|
|
2720
|
-
"
|
|
2897
|
+
"0"
|
|
2721
2898
|
]
|
|
2722
2899
|
}
|
|
2723
2900
|
},
|
|
2724
2901
|
"negative": {
|
|
2725
|
-
"
|
|
2902
|
+
"0": {
|
|
2726
2903
|
"value": "#db1f2e",
|
|
2727
2904
|
"type": "color",
|
|
2728
2905
|
"description": "Core Token: core.red.60\nHEX: DB1F2E\n\nUsed for badge : Presence(DoNotDisturb) and Meeting Indicators (Audio-video-off, Record-on, Poor-media-quality,Live)",
|
|
@@ -2733,7 +2910,7 @@
|
|
|
2733
2910
|
"type": "color",
|
|
2734
2911
|
"description": "Core Token: core.red.60\nHEX: DB1F2E\n\nUsed for badge : Presence(DoNotDisturb) and Meeting Indicators (Audio-video-off, Record-on, Poor-media-quality,Live)"
|
|
2735
2912
|
},
|
|
2736
|
-
"name": "mds-color-theme-content-indicator-negative-
|
|
2913
|
+
"name": "mds-color-theme-content-indicator-negative-0",
|
|
2737
2914
|
"attributes": {
|
|
2738
2915
|
"category": "color",
|
|
2739
2916
|
"type": "theme",
|
|
@@ -2747,10 +2924,10 @@
|
|
|
2747
2924
|
"content",
|
|
2748
2925
|
"indicator",
|
|
2749
2926
|
"negative",
|
|
2750
|
-
"
|
|
2927
|
+
"0"
|
|
2751
2928
|
]
|
|
2752
2929
|
},
|
|
2753
|
-
"
|
|
2930
|
+
"1": {
|
|
2754
2931
|
"value": "#ffd4da",
|
|
2755
2932
|
"type": "color",
|
|
2756
2933
|
"description": "Core Token: core.red.20\nHEX: FFD4DA\n--------------\nUsed for pressed state of alert-badge (important)",
|
|
@@ -2761,7 +2938,7 @@
|
|
|
2761
2938
|
"type": "color",
|
|
2762
2939
|
"description": "Core Token: core.red.20\nHEX: FFD4DA\n--------------\nUsed for pressed state of alert-badge (important)"
|
|
2763
2940
|
},
|
|
2764
|
-
"name": "mds-color-theme-content-indicator-negative-
|
|
2941
|
+
"name": "mds-color-theme-content-indicator-negative-1",
|
|
2765
2942
|
"attributes": {
|
|
2766
2943
|
"category": "color",
|
|
2767
2944
|
"type": "theme",
|
|
@@ -2775,10 +2952,10 @@
|
|
|
2775
2952
|
"content",
|
|
2776
2953
|
"indicator",
|
|
2777
2954
|
"negative",
|
|
2778
|
-
"
|
|
2955
|
+
"1"
|
|
2779
2956
|
]
|
|
2780
2957
|
},
|
|
2781
|
-
"
|
|
2958
|
+
"2": {
|
|
2782
2959
|
"value": "#ffe8ea",
|
|
2783
2960
|
"type": "color",
|
|
2784
2961
|
"description": "Core Token: core.red.10\nHEX: FFE8EA\n--------------\nUsed for rest/hover state of alert-badge ",
|
|
@@ -2789,7 +2966,7 @@
|
|
|
2789
2966
|
"type": "color",
|
|
2790
2967
|
"description": "Core Token: core.red.10\nHEX: FFE8EA\n--------------\nUsed for rest/hover state of alert-badge "
|
|
2791
2968
|
},
|
|
2792
|
-
"name": "mds-color-theme-content-indicator-negative-
|
|
2969
|
+
"name": "mds-color-theme-content-indicator-negative-2",
|
|
2793
2970
|
"attributes": {
|
|
2794
2971
|
"category": "color",
|
|
2795
2972
|
"type": "theme",
|
|
@@ -2803,12 +2980,12 @@
|
|
|
2803
2980
|
"content",
|
|
2804
2981
|
"indicator",
|
|
2805
2982
|
"negative",
|
|
2806
|
-
"
|
|
2983
|
+
"2"
|
|
2807
2984
|
]
|
|
2808
2985
|
}
|
|
2809
2986
|
},
|
|
2810
2987
|
"warning": {
|
|
2811
|
-
"
|
|
2988
|
+
"0": {
|
|
2812
2989
|
"value": "#a65e00",
|
|
2813
2990
|
"type": "color",
|
|
2814
2991
|
"description": "Core Token: core.yellow.60\nHEX: a65e00\n-----------------\nUsed for Meeting Indicators (Audio-error, Video-error)",
|
|
@@ -2819,7 +2996,7 @@
|
|
|
2819
2996
|
"type": "color",
|
|
2820
2997
|
"description": "Core Token: core.yellow.60\nHEX: a65e00\n-----------------\nUsed for Meeting Indicators (Audio-error, Video-error)"
|
|
2821
2998
|
},
|
|
2822
|
-
"name": "mds-color-theme-content-indicator-warning-
|
|
2999
|
+
"name": "mds-color-theme-content-indicator-warning-0",
|
|
2823
3000
|
"attributes": {
|
|
2824
3001
|
"category": "color",
|
|
2825
3002
|
"type": "theme",
|
|
@@ -2833,10 +3010,10 @@
|
|
|
2833
3010
|
"content",
|
|
2834
3011
|
"indicator",
|
|
2835
3012
|
"warning",
|
|
2836
|
-
"
|
|
3013
|
+
"0"
|
|
2837
3014
|
]
|
|
2838
3015
|
},
|
|
2839
|
-
"
|
|
3016
|
+
"1": {
|
|
2840
3017
|
"value": "#ffda94",
|
|
2841
3018
|
"type": "color",
|
|
2842
3019
|
"description": "Core Token: core.yellow.20\nHEX: FFDA94\n-----------------------\nUsed for pressed state of alert-badge",
|
|
@@ -2847,7 +3024,7 @@
|
|
|
2847
3024
|
"type": "color",
|
|
2848
3025
|
"description": "Core Token: core.yellow.20\nHEX: FFDA94\n-----------------------\nUsed for pressed state of alert-badge"
|
|
2849
3026
|
},
|
|
2850
|
-
"name": "mds-color-theme-content-indicator-warning-
|
|
3027
|
+
"name": "mds-color-theme-content-indicator-warning-1",
|
|
2851
3028
|
"attributes": {
|
|
2852
3029
|
"category": "color",
|
|
2853
3030
|
"type": "theme",
|
|
@@ -2861,10 +3038,10 @@
|
|
|
2861
3038
|
"content",
|
|
2862
3039
|
"indicator",
|
|
2863
3040
|
"warning",
|
|
2864
|
-
"
|
|
3041
|
+
"1"
|
|
2865
3042
|
]
|
|
2866
3043
|
},
|
|
2867
|
-
"
|
|
3044
|
+
"2": {
|
|
2868
3045
|
"value": "#ffebc2",
|
|
2869
3046
|
"type": "color",
|
|
2870
3047
|
"description": "Core Token: core.yellow.10\nHEX: FFEBC2\n-----------------------\nUsed for rest/hover state of alert-badge",
|
|
@@ -2875,7 +3052,7 @@
|
|
|
2875
3052
|
"type": "color",
|
|
2876
3053
|
"description": "Core Token: core.yellow.10\nHEX: FFEBC2\n-----------------------\nUsed for rest/hover state of alert-badge"
|
|
2877
3054
|
},
|
|
2878
|
-
"name": "mds-color-theme-content-indicator-warning-
|
|
3055
|
+
"name": "mds-color-theme-content-indicator-warning-2",
|
|
2879
3056
|
"attributes": {
|
|
2880
3057
|
"category": "color",
|
|
2881
3058
|
"type": "theme",
|
|
@@ -2889,12 +3066,12 @@
|
|
|
2889
3066
|
"content",
|
|
2890
3067
|
"indicator",
|
|
2891
3068
|
"warning",
|
|
2892
|
-
"
|
|
3069
|
+
"2"
|
|
2893
3070
|
]
|
|
2894
3071
|
}
|
|
2895
3072
|
},
|
|
2896
3073
|
"accent": {
|
|
2897
|
-
"
|
|
3074
|
+
"0": {
|
|
2898
3075
|
"value": "#1170cf",
|
|
2899
3076
|
"type": "color",
|
|
2900
3077
|
"description": "Core Token: core.blue.60 \nHEX: 1170CF\n---------------------\nUsed for meeting indicator (Encryption)",
|
|
@@ -2905,7 +3082,7 @@
|
|
|
2905
3082
|
"type": "color",
|
|
2906
3083
|
"description": "Core Token: core.blue.60 \nHEX: 1170CF\n---------------------\nUsed for meeting indicator (Encryption)"
|
|
2907
3084
|
},
|
|
2908
|
-
"name": "mds-color-theme-content-indicator-accent-
|
|
3085
|
+
"name": "mds-color-theme-content-indicator-accent-0",
|
|
2909
3086
|
"attributes": {
|
|
2910
3087
|
"category": "color",
|
|
2911
3088
|
"type": "theme",
|
|
@@ -2919,10 +3096,10 @@
|
|
|
2919
3096
|
"content",
|
|
2920
3097
|
"indicator",
|
|
2921
3098
|
"accent",
|
|
2922
|
-
"
|
|
3099
|
+
"0"
|
|
2923
3100
|
]
|
|
2924
3101
|
},
|
|
2925
|
-
"
|
|
3102
|
+
"1": {
|
|
2926
3103
|
"value": "#1170cf",
|
|
2927
3104
|
"type": "color",
|
|
2928
3105
|
"description": "Core Token: core.blue.60\nHEX: 1170CF\n---------------------------------\nUsed for basic badge [ioS] badge",
|
|
@@ -2933,7 +3110,7 @@
|
|
|
2933
3110
|
"type": "color",
|
|
2934
3111
|
"description": "Core Token: core.blue.60\nHEX: 1170CF\n---------------------------------\nUsed for basic badge [ioS] badge"
|
|
2935
3112
|
},
|
|
2936
|
-
"name": "mds-color-theme-content-indicator-accent-
|
|
3113
|
+
"name": "mds-color-theme-content-indicator-accent-1",
|
|
2937
3114
|
"attributes": {
|
|
2938
3115
|
"category": "color",
|
|
2939
3116
|
"type": "theme",
|
|
@@ -2947,10 +3124,10 @@
|
|
|
2947
3124
|
"content",
|
|
2948
3125
|
"indicator",
|
|
2949
3126
|
"accent",
|
|
2950
|
-
"
|
|
3127
|
+
"1"
|
|
2951
3128
|
]
|
|
2952
3129
|
},
|
|
2953
|
-
"
|
|
3130
|
+
"2": {
|
|
2954
3131
|
"value": "#bfe3ff",
|
|
2955
3132
|
"type": "color",
|
|
2956
3133
|
"description": "Core Token: core.blue.20\nHEX: BFE3FF\n-------------------------\nUsed for pressed state of alert-badge (chat-saved)",
|
|
@@ -2961,7 +3138,7 @@
|
|
|
2961
3138
|
"type": "color",
|
|
2962
3139
|
"description": "Core Token: core.blue.20\nHEX: BFE3FF\n-------------------------\nUsed for pressed state of alert-badge (chat-saved)"
|
|
2963
3140
|
},
|
|
2964
|
-
"name": "mds-color-theme-content-indicator-accent-
|
|
3141
|
+
"name": "mds-color-theme-content-indicator-accent-2",
|
|
2965
3142
|
"attributes": {
|
|
2966
3143
|
"category": "color",
|
|
2967
3144
|
"type": "theme",
|
|
@@ -2975,10 +3152,10 @@
|
|
|
2975
3152
|
"content",
|
|
2976
3153
|
"indicator",
|
|
2977
3154
|
"accent",
|
|
2978
|
-
"
|
|
3155
|
+
"2"
|
|
2979
3156
|
]
|
|
2980
3157
|
},
|
|
2981
|
-
"
|
|
3158
|
+
"3": {
|
|
2982
3159
|
"value": "#dbf0ff",
|
|
2983
3160
|
"type": "color",
|
|
2984
3161
|
"description": "Core Token: core.blue.10\nHEX: DBF0FF\n-------------------------\nUsed for rest/hover state of alert-badge ",
|
|
@@ -2989,7 +3166,7 @@
|
|
|
2989
3166
|
"type": "color",
|
|
2990
3167
|
"description": "Core Token: core.blue.10\nHEX: DBF0FF\n-------------------------\nUsed for rest/hover state of alert-badge "
|
|
2991
3168
|
},
|
|
2992
|
-
"name": "mds-color-theme-content-indicator-accent-
|
|
3169
|
+
"name": "mds-color-theme-content-indicator-accent-3",
|
|
2993
3170
|
"attributes": {
|
|
2994
3171
|
"category": "color",
|
|
2995
3172
|
"type": "theme",
|
|
@@ -3003,12 +3180,12 @@
|
|
|
3003
3180
|
"content",
|
|
3004
3181
|
"indicator",
|
|
3005
3182
|
"accent",
|
|
3006
|
-
"
|
|
3183
|
+
"3"
|
|
3007
3184
|
]
|
|
3008
3185
|
}
|
|
3009
3186
|
},
|
|
3010
3187
|
"notice": {
|
|
3011
|
-
"
|
|
3188
|
+
"0": {
|
|
3012
3189
|
"value": "#C94403",
|
|
3013
3190
|
"type": "color",
|
|
3014
3191
|
"description": "Core Token: core.orange.60\nHEX: C74F0E\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
|
|
@@ -3019,7 +3196,7 @@
|
|
|
3019
3196
|
"type": "color",
|
|
3020
3197
|
"description": "Core Token: core.orange.60\nHEX: C74F0E\n---------------------\nUsed for avatar presence (busy, meeting, call, device)"
|
|
3021
3198
|
},
|
|
3022
|
-
"name": "mds-color-theme-content-indicator-notice-
|
|
3199
|
+
"name": "mds-color-theme-content-indicator-notice-0",
|
|
3023
3200
|
"attributes": {
|
|
3024
3201
|
"category": "color",
|
|
3025
3202
|
"type": "theme",
|
|
@@ -3033,21 +3210,21 @@
|
|
|
3033
3210
|
"content",
|
|
3034
3211
|
"indicator",
|
|
3035
3212
|
"notice",
|
|
3036
|
-
"
|
|
3213
|
+
"0"
|
|
3037
3214
|
]
|
|
3038
3215
|
},
|
|
3039
|
-
"
|
|
3216
|
+
"1": {
|
|
3040
3217
|
"value": "#9C3202",
|
|
3041
3218
|
"type": "color",
|
|
3042
|
-
"description": "Core Token: core.orange.70\nHEX:
|
|
3219
|
+
"description": "Core Token: core.orange.70\nHEX: #9C3202\n---------------------\nUsed for avatar presence (busy, meeting, call, device)",
|
|
3043
3220
|
"filePath": "src/theme/webex/light.json",
|
|
3044
3221
|
"isSource": true,
|
|
3045
3222
|
"original": {
|
|
3046
3223
|
"value": "{color.core.orange.70}",
|
|
3047
3224
|
"type": "color",
|
|
3048
|
-
"description": "Core Token: core.orange.70\nHEX:
|
|
3225
|
+
"description": "Core Token: core.orange.70\nHEX: #9C3202\n---------------------\nUsed for avatar presence (busy, meeting, call, device)"
|
|
3049
3226
|
},
|
|
3050
|
-
"name": "mds-color-theme-content-indicator-notice-
|
|
3227
|
+
"name": "mds-color-theme-content-indicator-notice-1",
|
|
3051
3228
|
"attributes": {
|
|
3052
3229
|
"category": "color",
|
|
3053
3230
|
"type": "theme",
|
|
@@ -3061,21 +3238,21 @@
|
|
|
3061
3238
|
"content",
|
|
3062
3239
|
"indicator",
|
|
3063
3240
|
"notice",
|
|
3064
|
-
"
|
|
3241
|
+
"1"
|
|
3065
3242
|
]
|
|
3066
3243
|
},
|
|
3067
|
-
"
|
|
3244
|
+
"2": {
|
|
3068
3245
|
"value": "#FED5AC",
|
|
3069
3246
|
"type": "color",
|
|
3070
|
-
"description": "Core Token: core.orange.20\nHEX:
|
|
3247
|
+
"description": "Core Token: core.orange.20\nHEX: #FED5AC\n------------------------------\nUsed for pressed state of alert-badge",
|
|
3071
3248
|
"filePath": "src/theme/webex/light.json",
|
|
3072
3249
|
"isSource": true,
|
|
3073
3250
|
"original": {
|
|
3074
3251
|
"value": "{color.core.orange.20}",
|
|
3075
3252
|
"type": "color",
|
|
3076
|
-
"description": "Core Token: core.orange.20\nHEX:
|
|
3253
|
+
"description": "Core Token: core.orange.20\nHEX: #FED5AC\n------------------------------\nUsed for pressed state of alert-badge"
|
|
3077
3254
|
},
|
|
3078
|
-
"name": "mds-color-theme-content-indicator-notice-
|
|
3255
|
+
"name": "mds-color-theme-content-indicator-notice-2",
|
|
3079
3256
|
"attributes": {
|
|
3080
3257
|
"category": "color",
|
|
3081
3258
|
"type": "theme",
|
|
@@ -3089,21 +3266,21 @@
|
|
|
3089
3266
|
"content",
|
|
3090
3267
|
"indicator",
|
|
3091
3268
|
"notice",
|
|
3092
|
-
"
|
|
3269
|
+
"2"
|
|
3093
3270
|
]
|
|
3094
3271
|
},
|
|
3095
|
-
"
|
|
3272
|
+
"3": {
|
|
3096
3273
|
"value": "#FEEBD7",
|
|
3097
3274
|
"type": "color",
|
|
3098
|
-
"description": "Core Token: core.orange.10\nHEX:
|
|
3275
|
+
"description": "Core Token: core.orange.10\nHEX: #FEEBD7\n---------------------------------\nUsed for rest/hover state of alert-badge",
|
|
3099
3276
|
"filePath": "src/theme/webex/light.json",
|
|
3100
3277
|
"isSource": true,
|
|
3101
3278
|
"original": {
|
|
3102
3279
|
"value": "{color.core.orange.10}",
|
|
3103
3280
|
"type": "color",
|
|
3104
|
-
"description": "Core Token: core.orange.10\nHEX:
|
|
3281
|
+
"description": "Core Token: core.orange.10\nHEX: #FEEBD7\n---------------------------------\nUsed for rest/hover state of alert-badge"
|
|
3105
3282
|
},
|
|
3106
|
-
"name": "mds-color-theme-content-indicator-notice-
|
|
3283
|
+
"name": "mds-color-theme-content-indicator-notice-3",
|
|
3107
3284
|
"attributes": {
|
|
3108
3285
|
"category": "color",
|
|
3109
3286
|
"type": "theme",
|
|
@@ -3117,13 +3294,13 @@
|
|
|
3117
3294
|
"content",
|
|
3118
3295
|
"indicator",
|
|
3119
3296
|
"notice",
|
|
3120
|
-
"
|
|
3297
|
+
"3"
|
|
3121
3298
|
]
|
|
3122
3299
|
}
|
|
3123
3300
|
},
|
|
3124
3301
|
"decorative": {
|
|
3125
3302
|
"gold": {
|
|
3126
|
-
"
|
|
3303
|
+
"1": {
|
|
3127
3304
|
"value": "#f7f6dc",
|
|
3128
3305
|
"type": "color",
|
|
3129
3306
|
"description": "Core Token: core.decorative.gold.10\nHEX: F7F6DC\n--------------------------\nUsed for press state of tags, avatar",
|
|
@@ -3134,7 +3311,7 @@
|
|
|
3134
3311
|
"type": "color",
|
|
3135
3312
|
"description": "Core Token: core.decorative.gold.10\nHEX: F7F6DC\n--------------------------\nUsed for press state of tags, avatar"
|
|
3136
3313
|
},
|
|
3137
|
-
"name": "mds-color-theme-content-indicator-decorative-gold-
|
|
3314
|
+
"name": "mds-color-theme-content-indicator-decorative-gold-1",
|
|
3138
3315
|
"attributes": {
|
|
3139
3316
|
"category": "color",
|
|
3140
3317
|
"type": "theme",
|
|
@@ -3149,10 +3326,10 @@
|
|
|
3149
3326
|
"indicator",
|
|
3150
3327
|
"decorative",
|
|
3151
3328
|
"gold",
|
|
3152
|
-
"
|
|
3329
|
+
"1"
|
|
3153
3330
|
]
|
|
3154
3331
|
},
|
|
3155
|
-
"
|
|
3332
|
+
"2": {
|
|
3156
3333
|
"value": "#f5eaa2",
|
|
3157
3334
|
"type": "color",
|
|
3158
3335
|
"description": "Core Token: core.decorative.gold.20\nHEX: F5EAA2\n--------------------------\nUsed for hover state of tags",
|
|
@@ -3163,7 +3340,7 @@
|
|
|
3163
3340
|
"type": "color",
|
|
3164
3341
|
"description": "Core Token: core.decorative.gold.20\nHEX: F5EAA2\n--------------------------\nUsed for hover state of tags"
|
|
3165
3342
|
},
|
|
3166
|
-
"name": "mds-color-theme-content-indicator-decorative-gold-
|
|
3343
|
+
"name": "mds-color-theme-content-indicator-decorative-gold-2",
|
|
3167
3344
|
"attributes": {
|
|
3168
3345
|
"category": "color",
|
|
3169
3346
|
"type": "theme",
|
|
@@ -3178,10 +3355,10 @@
|
|
|
3178
3355
|
"indicator",
|
|
3179
3356
|
"decorative",
|
|
3180
3357
|
"gold",
|
|
3181
|
-
"
|
|
3358
|
+
"2"
|
|
3182
3359
|
]
|
|
3183
3360
|
},
|
|
3184
|
-
"
|
|
3361
|
+
"3": {
|
|
3185
3362
|
"value": "#ebd460",
|
|
3186
3363
|
"type": "color",
|
|
3187
3364
|
"description": "Core Token: core.decorative.gold.30\nHEX: EBD460\n--------------------------\nUsed for rest state of tags",
|
|
@@ -3192,7 +3369,7 @@
|
|
|
3192
3369
|
"type": "color",
|
|
3193
3370
|
"description": "Core Token: core.decorative.gold.30\nHEX: EBD460\n--------------------------\nUsed for rest state of tags"
|
|
3194
3371
|
},
|
|
3195
|
-
"name": "mds-color-theme-content-indicator-decorative-gold-
|
|
3372
|
+
"name": "mds-color-theme-content-indicator-decorative-gold-3",
|
|
3196
3373
|
"attributes": {
|
|
3197
3374
|
"category": "color",
|
|
3198
3375
|
"type": "theme",
|
|
@@ -3207,12 +3384,12 @@
|
|
|
3207
3384
|
"indicator",
|
|
3208
3385
|
"decorative",
|
|
3209
3386
|
"gold",
|
|
3210
|
-
"
|
|
3387
|
+
"3"
|
|
3211
3388
|
]
|
|
3212
3389
|
}
|
|
3213
3390
|
},
|
|
3214
3391
|
"lime": {
|
|
3215
|
-
"
|
|
3392
|
+
"1": {
|
|
3216
3393
|
"value": "#f3f7e9",
|
|
3217
3394
|
"type": "color",
|
|
3218
3395
|
"description": "Core Token: core.decorative.lime.10\nHEX: F3F7E9\n--------------------------\nUsed for pressed state of tags, avatar",
|
|
@@ -3223,7 +3400,7 @@
|
|
|
3223
3400
|
"type": "color",
|
|
3224
3401
|
"description": "Core Token: core.decorative.lime.10\nHEX: F3F7E9\n--------------------------\nUsed for pressed state of tags, avatar"
|
|
3225
3402
|
},
|
|
3226
|
-
"name": "mds-color-theme-content-indicator-decorative-lime-
|
|
3403
|
+
"name": "mds-color-theme-content-indicator-decorative-lime-1",
|
|
3227
3404
|
"attributes": {
|
|
3228
3405
|
"category": "color",
|
|
3229
3406
|
"type": "theme",
|
|
@@ -3238,10 +3415,10 @@
|
|
|
3238
3415
|
"indicator",
|
|
3239
3416
|
"decorative",
|
|
3240
3417
|
"lime",
|
|
3241
|
-
"
|
|
3418
|
+
"1"
|
|
3242
3419
|
]
|
|
3243
3420
|
},
|
|
3244
|
-
"
|
|
3421
|
+
"2": {
|
|
3245
3422
|
"value": "#ddf2ae",
|
|
3246
3423
|
"type": "color",
|
|
3247
3424
|
"description": "Core Token: core.decorative.lime.20\nHEX: DDF2AE\n--------------------------\nUsed for hover state of tags",
|
|
@@ -3252,7 +3429,7 @@
|
|
|
3252
3429
|
"type": "color",
|
|
3253
3430
|
"description": "Core Token: core.decorative.lime.20\nHEX: DDF2AE\n--------------------------\nUsed for hover state of tags"
|
|
3254
3431
|
},
|
|
3255
|
-
"name": "mds-color-theme-content-indicator-decorative-lime-
|
|
3432
|
+
"name": "mds-color-theme-content-indicator-decorative-lime-2",
|
|
3256
3433
|
"attributes": {
|
|
3257
3434
|
"category": "color",
|
|
3258
3435
|
"type": "theme",
|
|
@@ -3267,10 +3444,10 @@
|
|
|
3267
3444
|
"indicator",
|
|
3268
3445
|
"decorative",
|
|
3269
3446
|
"lime",
|
|
3270
|
-
"
|
|
3447
|
+
"2"
|
|
3271
3448
|
]
|
|
3272
3449
|
},
|
|
3273
|
-
"
|
|
3450
|
+
"3": {
|
|
3274
3451
|
"value": "#bce36f",
|
|
3275
3452
|
"type": "color",
|
|
3276
3453
|
"description": "Core Token: core.decorative.lime.30\nHEX: BCE36F\n--------------------------\nUsed for rest state of tags",
|
|
@@ -3281,7 +3458,7 @@
|
|
|
3281
3458
|
"type": "color",
|
|
3282
3459
|
"description": "Core Token: core.decorative.lime.30\nHEX: BCE36F\n--------------------------\nUsed for rest state of tags"
|
|
3283
3460
|
},
|
|
3284
|
-
"name": "mds-color-theme-content-indicator-decorative-lime-
|
|
3461
|
+
"name": "mds-color-theme-content-indicator-decorative-lime-3",
|
|
3285
3462
|
"attributes": {
|
|
3286
3463
|
"category": "color",
|
|
3287
3464
|
"type": "theme",
|
|
@@ -3296,12 +3473,12 @@
|
|
|
3296
3473
|
"indicator",
|
|
3297
3474
|
"decorative",
|
|
3298
3475
|
"lime",
|
|
3299
|
-
"
|
|
3476
|
+
"3"
|
|
3300
3477
|
]
|
|
3301
3478
|
}
|
|
3302
3479
|
},
|
|
3303
3480
|
"mint": {
|
|
3304
|
-
"
|
|
3481
|
+
"1": {
|
|
3305
3482
|
"value": "#e9f7f3",
|
|
3306
3483
|
"type": "color",
|
|
3307
3484
|
"description": "Core Token: core.decorative.mint.10\nHEX: E9F7F3\n--------------------------\nUsed for pressed state of tags, avatar",
|
|
@@ -3312,7 +3489,7 @@
|
|
|
3312
3489
|
"type": "color",
|
|
3313
3490
|
"description": "Core Token: core.decorative.mint.10\nHEX: E9F7F3\n--------------------------\nUsed for pressed state of tags, avatar"
|
|
3314
3491
|
},
|
|
3315
|
-
"name": "mds-color-theme-content-indicator-decorative-mint-
|
|
3492
|
+
"name": "mds-color-theme-content-indicator-decorative-mint-1",
|
|
3316
3493
|
"attributes": {
|
|
3317
3494
|
"category": "color",
|
|
3318
3495
|
"type": "theme",
|
|
@@ -3327,10 +3504,10 @@
|
|
|
3327
3504
|
"indicator",
|
|
3328
3505
|
"decorative",
|
|
3329
3506
|
"mint",
|
|
3330
|
-
"
|
|
3507
|
+
"1"
|
|
3331
3508
|
]
|
|
3332
3509
|
},
|
|
3333
|
-
"
|
|
3510
|
+
"2": {
|
|
3334
3511
|
"value": "#baf5e7",
|
|
3335
3512
|
"type": "color",
|
|
3336
3513
|
"description": "Core Token: core.decorative.mint.20\nHEX: BAF5E7\n--------------------------\nUsed for hover state of tags",
|
|
@@ -3341,7 +3518,7 @@
|
|
|
3341
3518
|
"type": "color",
|
|
3342
3519
|
"description": "Core Token: core.decorative.mint.20\nHEX: BAF5E7\n--------------------------\nUsed for hover state of tags"
|
|
3343
3520
|
},
|
|
3344
|
-
"name": "mds-color-theme-content-indicator-decorative-mint-
|
|
3521
|
+
"name": "mds-color-theme-content-indicator-decorative-mint-2",
|
|
3345
3522
|
"attributes": {
|
|
3346
3523
|
"category": "color",
|
|
3347
3524
|
"type": "theme",
|
|
@@ -3356,10 +3533,10 @@
|
|
|
3356
3533
|
"indicator",
|
|
3357
3534
|
"decorative",
|
|
3358
3535
|
"mint",
|
|
3359
|
-
"
|
|
3536
|
+
"2"
|
|
3360
3537
|
]
|
|
3361
3538
|
},
|
|
3362
|
-
"
|
|
3539
|
+
"3": {
|
|
3363
3540
|
"value": "#74e8d1",
|
|
3364
3541
|
"type": "color",
|
|
3365
3542
|
"description": "Core Token: core.decorative.mint.30\nHEX: 74E8D1\n--------------------------\nUsed for pressed state of tags",
|
|
@@ -3370,7 +3547,7 @@
|
|
|
3370
3547
|
"type": "color",
|
|
3371
3548
|
"description": "Core Token: core.decorative.mint.30\nHEX: 74E8D1\n--------------------------\nUsed for pressed state of tags"
|
|
3372
3549
|
},
|
|
3373
|
-
"name": "mds-color-theme-content-indicator-decorative-mint-
|
|
3550
|
+
"name": "mds-color-theme-content-indicator-decorative-mint-3",
|
|
3374
3551
|
"attributes": {
|
|
3375
3552
|
"category": "color",
|
|
3376
3553
|
"type": "theme",
|
|
@@ -3385,12 +3562,12 @@
|
|
|
3385
3562
|
"indicator",
|
|
3386
3563
|
"decorative",
|
|
3387
3564
|
"mint",
|
|
3388
|
-
"
|
|
3565
|
+
"3"
|
|
3389
3566
|
]
|
|
3390
3567
|
}
|
|
3391
3568
|
},
|
|
3392
3569
|
"cobalt": {
|
|
3393
|
-
"
|
|
3570
|
+
"1": {
|
|
3394
3571
|
"value": "#e5f8ff",
|
|
3395
3572
|
"type": "color",
|
|
3396
3573
|
"description": "Core Token: core.decorative.cobalt.10\nHEX: E5F8FF\n--------------------------\nUsed for pressed state of tags",
|
|
@@ -3401,7 +3578,7 @@
|
|
|
3401
3578
|
"type": "color",
|
|
3402
3579
|
"description": "Core Token: core.decorative.cobalt.10\nHEX: E5F8FF\n--------------------------\nUsed for pressed state of tags"
|
|
3403
3580
|
},
|
|
3404
|
-
"name": "mds-color-theme-content-indicator-decorative-cobalt-
|
|
3581
|
+
"name": "mds-color-theme-content-indicator-decorative-cobalt-1",
|
|
3405
3582
|
"attributes": {
|
|
3406
3583
|
"category": "color",
|
|
3407
3584
|
"type": "theme",
|
|
@@ -3416,10 +3593,10 @@
|
|
|
3416
3593
|
"indicator",
|
|
3417
3594
|
"decorative",
|
|
3418
3595
|
"cobalt",
|
|
3419
|
-
"
|
|
3596
|
+
"1"
|
|
3420
3597
|
]
|
|
3421
3598
|
},
|
|
3422
|
-
"
|
|
3599
|
+
"2": {
|
|
3423
3600
|
"value": "#c7eeff",
|
|
3424
3601
|
"type": "color",
|
|
3425
3602
|
"description": "Core Token: core.decorative.cobalt.20\nHEX: C7EEFF\n--------------------------\nUsed for hover state of tags",
|
|
@@ -3430,7 +3607,7 @@
|
|
|
3430
3607
|
"type": "color",
|
|
3431
3608
|
"description": "Core Token: core.decorative.cobalt.20\nHEX: C7EEFF\n--------------------------\nUsed for hover state of tags"
|
|
3432
3609
|
},
|
|
3433
|
-
"name": "mds-color-theme-content-indicator-decorative-cobalt-
|
|
3610
|
+
"name": "mds-color-theme-content-indicator-decorative-cobalt-2",
|
|
3434
3611
|
"attributes": {
|
|
3435
3612
|
"category": "color",
|
|
3436
3613
|
"type": "theme",
|
|
@@ -3445,10 +3622,10 @@
|
|
|
3445
3622
|
"indicator",
|
|
3446
3623
|
"decorative",
|
|
3447
3624
|
"cobalt",
|
|
3448
|
-
"
|
|
3625
|
+
"2"
|
|
3449
3626
|
]
|
|
3450
3627
|
},
|
|
3451
|
-
"
|
|
3628
|
+
"3": {
|
|
3452
3629
|
"value": "#99ddff",
|
|
3453
3630
|
"type": "color",
|
|
3454
3631
|
"description": "Core Token: core.decorative.cobalt.30\nHEX: 99DDFF\n--------------------------\nUsed for rest state of tags",
|
|
@@ -3459,7 +3636,7 @@
|
|
|
3459
3636
|
"type": "color",
|
|
3460
3637
|
"description": "Core Token: core.decorative.cobalt.30\nHEX: 99DDFF\n--------------------------\nUsed for rest state of tags"
|
|
3461
3638
|
},
|
|
3462
|
-
"name": "mds-color-theme-content-indicator-decorative-cobalt-
|
|
3639
|
+
"name": "mds-color-theme-content-indicator-decorative-cobalt-3",
|
|
3463
3640
|
"attributes": {
|
|
3464
3641
|
"category": "color",
|
|
3465
3642
|
"type": "theme",
|
|
@@ -3474,12 +3651,12 @@
|
|
|
3474
3651
|
"indicator",
|
|
3475
3652
|
"decorative",
|
|
3476
3653
|
"cobalt",
|
|
3477
|
-
"
|
|
3654
|
+
"3"
|
|
3478
3655
|
]
|
|
3479
3656
|
}
|
|
3480
3657
|
},
|
|
3481
3658
|
"slate": {
|
|
3482
|
-
"
|
|
3659
|
+
"1": {
|
|
3483
3660
|
"value": "#f2f4ff",
|
|
3484
3661
|
"type": "color",
|
|
3485
3662
|
"description": "Core Token: core.decorative.slate.10\nHEX: F2F4FF\n--------------------------\nUsed for pressed state of tags,avatar",
|
|
@@ -3490,7 +3667,7 @@
|
|
|
3490
3667
|
"type": "color",
|
|
3491
3668
|
"description": "Core Token: core.decorative.slate.10\nHEX: F2F4FF\n--------------------------\nUsed for pressed state of tags,avatar"
|
|
3492
3669
|
},
|
|
3493
|
-
"name": "mds-color-theme-content-indicator-decorative-slate-
|
|
3670
|
+
"name": "mds-color-theme-content-indicator-decorative-slate-1",
|
|
3494
3671
|
"attributes": {
|
|
3495
3672
|
"category": "color",
|
|
3496
3673
|
"type": "theme",
|
|
@@ -3505,10 +3682,10 @@
|
|
|
3505
3682
|
"indicator",
|
|
3506
3683
|
"decorative",
|
|
3507
3684
|
"slate",
|
|
3508
|
-
"
|
|
3685
|
+
"1"
|
|
3509
3686
|
]
|
|
3510
3687
|
},
|
|
3511
|
-
"
|
|
3688
|
+
"2": {
|
|
3512
3689
|
"value": "#e3e7fa",
|
|
3513
3690
|
"type": "color",
|
|
3514
3691
|
"description": "Core Token: core.decorative.slate.20\nHEX: E3E7FA\n--------------------------\nUsed for hover state of tags",
|
|
@@ -3519,7 +3696,7 @@
|
|
|
3519
3696
|
"type": "color",
|
|
3520
3697
|
"description": "Core Token: core.decorative.slate.20\nHEX: E3E7FA\n--------------------------\nUsed for hover state of tags"
|
|
3521
3698
|
},
|
|
3522
|
-
"name": "mds-color-theme-content-indicator-decorative-slate-
|
|
3699
|
+
"name": "mds-color-theme-content-indicator-decorative-slate-2",
|
|
3523
3700
|
"attributes": {
|
|
3524
3701
|
"category": "color",
|
|
3525
3702
|
"type": "theme",
|
|
@@ -3534,10 +3711,10 @@
|
|
|
3534
3711
|
"indicator",
|
|
3535
3712
|
"decorative",
|
|
3536
3713
|
"slate",
|
|
3537
|
-
"
|
|
3714
|
+
"2"
|
|
3538
3715
|
]
|
|
3539
3716
|
},
|
|
3540
|
-
"
|
|
3717
|
+
"3": {
|
|
3541
3718
|
"value": "#ced2ed",
|
|
3542
3719
|
"type": "color",
|
|
3543
3720
|
"description": "Core Token: core.decorative.slate.30\nHEX: CED2ED\n--------------------------\nUsed for rest state of tags",
|
|
@@ -3548,7 +3725,7 @@
|
|
|
3548
3725
|
"type": "color",
|
|
3549
3726
|
"description": "Core Token: core.decorative.slate.30\nHEX: CED2ED\n--------------------------\nUsed for rest state of tags"
|
|
3550
3727
|
},
|
|
3551
|
-
"name": "mds-color-theme-content-indicator-decorative-slate-
|
|
3728
|
+
"name": "mds-color-theme-content-indicator-decorative-slate-3",
|
|
3552
3729
|
"attributes": {
|
|
3553
3730
|
"category": "color",
|
|
3554
3731
|
"type": "theme",
|
|
@@ -3563,12 +3740,12 @@
|
|
|
3563
3740
|
"indicator",
|
|
3564
3741
|
"decorative",
|
|
3565
3742
|
"slate",
|
|
3566
|
-
"
|
|
3743
|
+
"3"
|
|
3567
3744
|
]
|
|
3568
3745
|
}
|
|
3569
3746
|
},
|
|
3570
3747
|
"violet": {
|
|
3571
|
-
"
|
|
3748
|
+
"1": {
|
|
3572
3749
|
"value": "#f8f2fc",
|
|
3573
3750
|
"type": "color",
|
|
3574
3751
|
"description": "Core Token: core.decorative.violet.10\nHEX: F8F2FC\n--------------------------\nUsed for pressed state of tags, avatar",
|
|
@@ -3579,7 +3756,7 @@
|
|
|
3579
3756
|
"type": "color",
|
|
3580
3757
|
"description": "Core Token: core.decorative.violet.10\nHEX: F8F2FC\n--------------------------\nUsed for pressed state of tags, avatar"
|
|
3581
3758
|
},
|
|
3582
|
-
"name": "mds-color-theme-content-indicator-decorative-violet-
|
|
3759
|
+
"name": "mds-color-theme-content-indicator-decorative-violet-1",
|
|
3583
3760
|
"attributes": {
|
|
3584
3761
|
"category": "color",
|
|
3585
3762
|
"type": "theme",
|
|
@@ -3594,10 +3771,10 @@
|
|
|
3594
3771
|
"indicator",
|
|
3595
3772
|
"decorative",
|
|
3596
3773
|
"violet",
|
|
3597
|
-
"
|
|
3774
|
+
"1"
|
|
3598
3775
|
]
|
|
3599
3776
|
},
|
|
3600
|
-
"
|
|
3777
|
+
"2": {
|
|
3601
3778
|
"value": "#f0e3fc",
|
|
3602
3779
|
"type": "color",
|
|
3603
3780
|
"description": "Core Token: core.decorative.violet.20\nHEX: F0E3FC\n--------------------------\nUsed for hover state of tags",
|
|
@@ -3608,7 +3785,7 @@
|
|
|
3608
3785
|
"type": "color",
|
|
3609
3786
|
"description": "Core Token: core.decorative.violet.20\nHEX: F0E3FC\n--------------------------\nUsed for hover state of tags"
|
|
3610
3787
|
},
|
|
3611
|
-
"name": "mds-color-theme-content-indicator-decorative-violet-
|
|
3788
|
+
"name": "mds-color-theme-content-indicator-decorative-violet-2",
|
|
3612
3789
|
"attributes": {
|
|
3613
3790
|
"category": "color",
|
|
3614
3791
|
"type": "theme",
|
|
@@ -3623,10 +3800,10 @@
|
|
|
3623
3800
|
"indicator",
|
|
3624
3801
|
"decorative",
|
|
3625
3802
|
"violet",
|
|
3626
|
-
"
|
|
3803
|
+
"2"
|
|
3627
3804
|
]
|
|
3628
3805
|
},
|
|
3629
|
-
"
|
|
3806
|
+
"3": {
|
|
3630
3807
|
"value": "#e2cafc",
|
|
3631
3808
|
"type": "color",
|
|
3632
3809
|
"description": "Core Token: core.decorative.violet.30\nHEX: E2CAFC\n--------------------------\nUsed for rest state of tags",
|
|
@@ -3637,7 +3814,7 @@
|
|
|
3637
3814
|
"type": "color",
|
|
3638
3815
|
"description": "Core Token: core.decorative.violet.30\nHEX: E2CAFC\n--------------------------\nUsed for rest state of tags"
|
|
3639
3816
|
},
|
|
3640
|
-
"name": "mds-color-theme-content-indicator-decorative-violet-
|
|
3817
|
+
"name": "mds-color-theme-content-indicator-decorative-violet-3",
|
|
3641
3818
|
"attributes": {
|
|
3642
3819
|
"category": "color",
|
|
3643
3820
|
"type": "theme",
|
|
@@ -3652,12 +3829,12 @@
|
|
|
3652
3829
|
"indicator",
|
|
3653
3830
|
"decorative",
|
|
3654
3831
|
"violet",
|
|
3655
|
-
"
|
|
3832
|
+
"3"
|
|
3656
3833
|
]
|
|
3657
3834
|
}
|
|
3658
3835
|
},
|
|
3659
3836
|
"purple": {
|
|
3660
|
-
"
|
|
3837
|
+
"1": {
|
|
3661
3838
|
"value": "#fcf2fc",
|
|
3662
3839
|
"type": "color",
|
|
3663
3840
|
"description": "Core Token: core.decorative.purple.10\nHEX: FCF2FC\n--------------------------\nUsed for active/pressed state of alert-badge (admin), tags",
|
|
@@ -3668,7 +3845,7 @@
|
|
|
3668
3845
|
"type": "color",
|
|
3669
3846
|
"description": "Core Token: core.decorative.purple.10\nHEX: FCF2FC\n--------------------------\nUsed for active/pressed state of alert-badge (admin), tags"
|
|
3670
3847
|
},
|
|
3671
|
-
"name": "mds-color-theme-content-indicator-decorative-purple-
|
|
3848
|
+
"name": "mds-color-theme-content-indicator-decorative-purple-1",
|
|
3672
3849
|
"attributes": {
|
|
3673
3850
|
"category": "color",
|
|
3674
3851
|
"type": "theme",
|
|
@@ -3683,10 +3860,10 @@
|
|
|
3683
3860
|
"indicator",
|
|
3684
3861
|
"decorative",
|
|
3685
3862
|
"purple",
|
|
3686
|
-
"
|
|
3863
|
+
"1"
|
|
3687
3864
|
]
|
|
3688
3865
|
},
|
|
3689
|
-
"
|
|
3866
|
+
"2": {
|
|
3690
3867
|
"value": "#fce1fc",
|
|
3691
3868
|
"type": "color",
|
|
3692
3869
|
"description": "Core Token: core.decorative.purple.20\nHEX: FCE1FC\n--------------------------\nUsed for hover state of alert-badge (admin), tags",
|
|
@@ -3697,7 +3874,7 @@
|
|
|
3697
3874
|
"type": "color",
|
|
3698
3875
|
"description": "Core Token: core.decorative.purple.20\nHEX: FCE1FC\n--------------------------\nUsed for hover state of alert-badge (admin), tags"
|
|
3699
3876
|
},
|
|
3700
|
-
"name": "mds-color-theme-content-indicator-decorative-purple-
|
|
3877
|
+
"name": "mds-color-theme-content-indicator-decorative-purple-2",
|
|
3701
3878
|
"attributes": {
|
|
3702
3879
|
"category": "color",
|
|
3703
3880
|
"type": "theme",
|
|
@@ -3712,10 +3889,10 @@
|
|
|
3712
3889
|
"indicator",
|
|
3713
3890
|
"decorative",
|
|
3714
3891
|
"purple",
|
|
3715
|
-
"
|
|
3892
|
+
"2"
|
|
3716
3893
|
]
|
|
3717
3894
|
},
|
|
3718
|
-
"
|
|
3895
|
+
"3": {
|
|
3719
3896
|
"value": "#fac3f8",
|
|
3720
3897
|
"type": "color",
|
|
3721
3898
|
"description": "Core Token: core.decorative.purple.30\nHEX: FAC3F8\n--------------------------\nUsed for rest state of alert-badge (admin), tags",
|
|
@@ -3726,7 +3903,7 @@
|
|
|
3726
3903
|
"type": "color",
|
|
3727
3904
|
"description": "Core Token: core.decorative.purple.30\nHEX: FAC3F8\n--------------------------\nUsed for rest state of alert-badge (admin), tags"
|
|
3728
3905
|
},
|
|
3729
|
-
"name": "mds-color-theme-content-indicator-decorative-purple-
|
|
3906
|
+
"name": "mds-color-theme-content-indicator-decorative-purple-3",
|
|
3730
3907
|
"attributes": {
|
|
3731
3908
|
"category": "color",
|
|
3732
3909
|
"type": "theme",
|
|
@@ -3741,12 +3918,12 @@
|
|
|
3741
3918
|
"indicator",
|
|
3742
3919
|
"decorative",
|
|
3743
3920
|
"purple",
|
|
3744
|
-
"
|
|
3921
|
+
"3"
|
|
3745
3922
|
]
|
|
3746
3923
|
}
|
|
3747
3924
|
},
|
|
3748
3925
|
"pink": {
|
|
3749
|
-
"
|
|
3926
|
+
"1": {
|
|
3750
3927
|
"value": "#fff2f5",
|
|
3751
3928
|
"type": "color",
|
|
3752
3929
|
"description": "Core Token: core.decorative.pink.10\nHEX: FFF2F5\n--------------------------\nUsed for pressed state of tags, avatar",
|
|
@@ -3757,7 +3934,7 @@
|
|
|
3757
3934
|
"type": "color",
|
|
3758
3935
|
"description": "Core Token: core.decorative.pink.10\nHEX: FFF2F5\n--------------------------\nUsed for pressed state of tags, avatar"
|
|
3759
3936
|
},
|
|
3760
|
-
"name": "mds-color-theme-content-indicator-decorative-pink-
|
|
3937
|
+
"name": "mds-color-theme-content-indicator-decorative-pink-1",
|
|
3761
3938
|
"attributes": {
|
|
3762
3939
|
"category": "color",
|
|
3763
3940
|
"type": "theme",
|
|
@@ -3772,10 +3949,10 @@
|
|
|
3772
3949
|
"indicator",
|
|
3773
3950
|
"decorative",
|
|
3774
3951
|
"pink",
|
|
3775
|
-
"
|
|
3952
|
+
"1"
|
|
3776
3953
|
]
|
|
3777
3954
|
},
|
|
3778
|
-
"
|
|
3955
|
+
"2": {
|
|
3779
3956
|
"value": "#ffe0e7",
|
|
3780
3957
|
"type": "color",
|
|
3781
3958
|
"description": "Core Token: core.decorative.pink.20\nHEX: ffe0e7\n--------------------------\nUsed for hover state of tags",
|
|
@@ -3786,7 +3963,7 @@
|
|
|
3786
3963
|
"type": "color",
|
|
3787
3964
|
"description": "Core Token: core.decorative.pink.20\nHEX: ffe0e7\n--------------------------\nUsed for hover state of tags"
|
|
3788
3965
|
},
|
|
3789
|
-
"name": "mds-color-theme-content-indicator-decorative-pink-
|
|
3966
|
+
"name": "mds-color-theme-content-indicator-decorative-pink-2",
|
|
3790
3967
|
"attributes": {
|
|
3791
3968
|
"category": "color",
|
|
3792
3969
|
"type": "theme",
|
|
@@ -3801,10 +3978,10 @@
|
|
|
3801
3978
|
"indicator",
|
|
3802
3979
|
"decorative",
|
|
3803
3980
|
"pink",
|
|
3804
|
-
"
|
|
3981
|
+
"2"
|
|
3805
3982
|
]
|
|
3806
3983
|
},
|
|
3807
|
-
"
|
|
3984
|
+
"3": {
|
|
3808
3985
|
"value": "#ffc7d2",
|
|
3809
3986
|
"type": "color",
|
|
3810
3987
|
"description": "Core Token: core.decorative.pink.30\nHEX: FFC7D2\n--------------------------\nUsed for rest state of tags",
|
|
@@ -3815,7 +3992,7 @@
|
|
|
3815
3992
|
"type": "color",
|
|
3816
3993
|
"description": "Core Token: core.decorative.pink.30\nHEX: FFC7D2\n--------------------------\nUsed for rest state of tags"
|
|
3817
3994
|
},
|
|
3818
|
-
"name": "mds-color-theme-content-indicator-decorative-pink-
|
|
3995
|
+
"name": "mds-color-theme-content-indicator-decorative-pink-3",
|
|
3819
3996
|
"attributes": {
|
|
3820
3997
|
"category": "color",
|
|
3821
3998
|
"type": "theme",
|
|
@@ -3830,7 +4007,7 @@
|
|
|
3830
4007
|
"indicator",
|
|
3831
4008
|
"decorative",
|
|
3832
4009
|
"pink",
|
|
3833
|
-
"
|
|
4010
|
+
"3"
|
|
3834
4011
|
]
|
|
3835
4012
|
}
|
|
3836
4013
|
}
|
|
@@ -4164,7 +4341,7 @@
|
|
|
4164
4341
|
"filePath": "src/theme/webex/light.json",
|
|
4165
4342
|
"isSource": true,
|
|
4166
4343
|
"original": {
|
|
4167
|
-
"value": "{color.core.black-alpha.
|
|
4344
|
+
"value": "{color.core.black-alpha.0}",
|
|
4168
4345
|
"type": "color",
|
|
4169
4346
|
"description": "Core Token: core.black-alpha-00\nHEX: 000000 0%\n-----------------------------\nghost state of scrollbar track and arrow background"
|
|
4170
4347
|
},
|
|
@@ -4275,7 +4452,7 @@
|
|
|
4275
4452
|
},
|
|
4276
4453
|
"border": {
|
|
4277
4454
|
"neutral": {
|
|
4278
|
-
"
|
|
4455
|
+
"0": {
|
|
4279
4456
|
"value": "#00000033",
|
|
4280
4457
|
"type": "color",
|
|
4281
4458
|
"description": "Core Token: core.black-alpha.20\nHEX: 000000 20%\n----------------------\n• Used for calendar- picker, modal-bgs, dialog, toasts, menu-list, grids \n[iOS] content-list, separator, bottom-tabs, content\n[AND] content-list, list-item, separator, toast, reaction-bar",
|
|
@@ -4286,23 +4463,23 @@
|
|
|
4286
4463
|
"type": "color",
|
|
4287
4464
|
"description": "Core Token: core.black-alpha.20\nHEX: 000000 20%\n----------------------\n• Used for calendar- picker, modal-bgs, dialog, toasts, menu-list, grids \n[iOS] content-list, separator, bottom-tabs, content\n[AND] content-list, list-item, separator, toast, reaction-bar"
|
|
4288
4465
|
},
|
|
4289
|
-
"name": "mds-color-theme-border-neutral-
|
|
4466
|
+
"name": "mds-color-theme-border-neutral-0",
|
|
4290
4467
|
"attributes": {
|
|
4291
4468
|
"category": "color",
|
|
4292
4469
|
"type": "theme",
|
|
4293
4470
|
"item": "border",
|
|
4294
4471
|
"subitem": "neutral",
|
|
4295
|
-
"state": "
|
|
4472
|
+
"state": "0"
|
|
4296
4473
|
},
|
|
4297
4474
|
"path": [
|
|
4298
4475
|
"color",
|
|
4299
4476
|
"theme",
|
|
4300
4477
|
"border",
|
|
4301
4478
|
"neutral",
|
|
4302
|
-
"
|
|
4479
|
+
"0"
|
|
4303
4480
|
]
|
|
4304
4481
|
},
|
|
4305
|
-
"
|
|
4482
|
+
"1": {
|
|
4306
4483
|
"value": "#0000004d",
|
|
4307
4484
|
"type": "color",
|
|
4308
4485
|
"description": "Core Token: core.black-alpha.30\nHEX: 000000 30%\n----------------------------------\n• Outline for rest, hover, pressed, active state of secondary-buttons\n• Use with btn.neutral.secondary\n• Do not use it for disabled buttons.",
|
|
@@ -4313,23 +4490,23 @@
|
|
|
4313
4490
|
"type": "color",
|
|
4314
4491
|
"description": "Core Token: core.black-alpha.30\nHEX: 000000 30%\n----------------------------------\n• Outline for rest, hover, pressed, active state of secondary-buttons\n• Use with btn.neutral.secondary\n• Do not use it for disabled buttons."
|
|
4315
4492
|
},
|
|
4316
|
-
"name": "mds-color-theme-border-neutral-
|
|
4493
|
+
"name": "mds-color-theme-border-neutral-1",
|
|
4317
4494
|
"attributes": {
|
|
4318
4495
|
"category": "color",
|
|
4319
4496
|
"type": "theme",
|
|
4320
4497
|
"item": "border",
|
|
4321
4498
|
"subitem": "neutral",
|
|
4322
|
-
"state": "
|
|
4499
|
+
"state": "1"
|
|
4323
4500
|
},
|
|
4324
4501
|
"path": [
|
|
4325
4502
|
"color",
|
|
4326
4503
|
"theme",
|
|
4327
4504
|
"border",
|
|
4328
4505
|
"neutral",
|
|
4329
|
-
"
|
|
4506
|
+
"1"
|
|
4330
4507
|
]
|
|
4331
4508
|
},
|
|
4332
|
-
"
|
|
4509
|
+
"2": {
|
|
4333
4510
|
"value": "#00000066",
|
|
4334
4511
|
"type": "color",
|
|
4335
4512
|
"description": "Core Token: core.black-alpha-40\nHEX: 000000 40%\n-----------------------\nUse it with surface.neutral.05\nUsed for\nchips, grids, panels, meeting-markers, input-fields, tags",
|
|
@@ -4340,23 +4517,23 @@
|
|
|
4340
4517
|
"type": "color",
|
|
4341
4518
|
"description": "Core Token: core.black-alpha-40\nHEX: 000000 40%\n-----------------------\nUse it with surface.neutral.05\nUsed for\nchips, grids, panels, meeting-markers, input-fields, tags"
|
|
4342
4519
|
},
|
|
4343
|
-
"name": "mds-color-theme-border-neutral-
|
|
4520
|
+
"name": "mds-color-theme-border-neutral-2",
|
|
4344
4521
|
"attributes": {
|
|
4345
4522
|
"category": "color",
|
|
4346
4523
|
"type": "theme",
|
|
4347
4524
|
"item": "border",
|
|
4348
4525
|
"subitem": "neutral",
|
|
4349
|
-
"state": "
|
|
4526
|
+
"state": "2"
|
|
4350
4527
|
},
|
|
4351
4528
|
"path": [
|
|
4352
4529
|
"color",
|
|
4353
4530
|
"theme",
|
|
4354
4531
|
"border",
|
|
4355
4532
|
"neutral",
|
|
4356
|
-
"
|
|
4533
|
+
"2"
|
|
4357
4534
|
]
|
|
4358
4535
|
},
|
|
4359
|
-
"
|
|
4536
|
+
"3": {
|
|
4360
4537
|
"value": "#00000080",
|
|
4361
4538
|
"type": "color",
|
|
4362
4539
|
"description": "Core Token: core.black.alpha-50\nHEX: 000000 50%\n-------------------------\nUsed for input-fields, sliders.",
|
|
@@ -4367,23 +4544,23 @@
|
|
|
4367
4544
|
"type": "color",
|
|
4368
4545
|
"description": "Core Token: core.black.alpha-50\nHEX: 000000 50%\n-------------------------\nUsed for input-fields, sliders."
|
|
4369
4546
|
},
|
|
4370
|
-
"name": "mds-color-theme-border-neutral-
|
|
4547
|
+
"name": "mds-color-theme-border-neutral-3",
|
|
4371
4548
|
"attributes": {
|
|
4372
4549
|
"category": "color",
|
|
4373
4550
|
"type": "theme",
|
|
4374
4551
|
"item": "border",
|
|
4375
4552
|
"subitem": "neutral",
|
|
4376
|
-
"state": "
|
|
4553
|
+
"state": "3"
|
|
4377
4554
|
},
|
|
4378
4555
|
"path": [
|
|
4379
4556
|
"color",
|
|
4380
4557
|
"theme",
|
|
4381
4558
|
"border",
|
|
4382
4559
|
"neutral",
|
|
4383
|
-
"
|
|
4560
|
+
"3"
|
|
4384
4561
|
]
|
|
4385
4562
|
},
|
|
4386
|
-
"
|
|
4563
|
+
"4": {
|
|
4387
4564
|
"value": "#000000e6",
|
|
4388
4565
|
"type": "color",
|
|
4389
4566
|
"description": "Core Token: core.black.alpha-90\nHEX: 000000 90%\n-------------------------\nOutline border for focus state input field. used for search-field, text-field, combo-box",
|
|
@@ -4394,25 +4571,25 @@
|
|
|
4394
4571
|
"type": "color",
|
|
4395
4572
|
"description": "Core Token: core.black.alpha-90\nHEX: 000000 90%\n-------------------------\nOutline border for focus state input field. used for search-field, text-field, combo-box"
|
|
4396
4573
|
},
|
|
4397
|
-
"name": "mds-color-theme-border-neutral-
|
|
4574
|
+
"name": "mds-color-theme-border-neutral-4",
|
|
4398
4575
|
"attributes": {
|
|
4399
4576
|
"category": "color",
|
|
4400
4577
|
"type": "theme",
|
|
4401
4578
|
"item": "border",
|
|
4402
4579
|
"subitem": "neutral",
|
|
4403
|
-
"state": "
|
|
4580
|
+
"state": "4"
|
|
4404
4581
|
},
|
|
4405
4582
|
"path": [
|
|
4406
4583
|
"color",
|
|
4407
4584
|
"theme",
|
|
4408
4585
|
"border",
|
|
4409
4586
|
"neutral",
|
|
4410
|
-
"
|
|
4587
|
+
"4"
|
|
4411
4588
|
]
|
|
4412
4589
|
}
|
|
4413
4590
|
},
|
|
4414
4591
|
"positive": {
|
|
4415
|
-
"
|
|
4592
|
+
"0": {
|
|
4416
4593
|
"value": "#185e46",
|
|
4417
4594
|
"type": "color",
|
|
4418
4595
|
"description": "Core Token: core.green.70\nHEX: 185E46\n---------------\nUsed for join/success buttons",
|
|
@@ -4423,25 +4600,25 @@
|
|
|
4423
4600
|
"type": "color",
|
|
4424
4601
|
"description": "Core Token: core.green.70\nHEX: 185E46\n---------------\nUsed for join/success buttons"
|
|
4425
4602
|
},
|
|
4426
|
-
"name": "mds-color-theme-border-positive-
|
|
4603
|
+
"name": "mds-color-theme-border-positive-0",
|
|
4427
4604
|
"attributes": {
|
|
4428
4605
|
"category": "color",
|
|
4429
4606
|
"type": "theme",
|
|
4430
4607
|
"item": "border",
|
|
4431
4608
|
"subitem": "positive",
|
|
4432
|
-
"state": "
|
|
4609
|
+
"state": "0"
|
|
4433
4610
|
},
|
|
4434
4611
|
"path": [
|
|
4435
4612
|
"color",
|
|
4436
4613
|
"theme",
|
|
4437
4614
|
"border",
|
|
4438
4615
|
"positive",
|
|
4439
|
-
"
|
|
4616
|
+
"0"
|
|
4440
4617
|
]
|
|
4441
4618
|
}
|
|
4442
4619
|
},
|
|
4443
4620
|
"negative": {
|
|
4444
|
-
"
|
|
4621
|
+
"0": {
|
|
4445
4622
|
"value": "#ab0a15",
|
|
4446
4623
|
"type": "color",
|
|
4447
4624
|
"description": "Core Token: core.red.70\nHEX: AB0A15\n---------------\nUsed for outline of error/cancel state of input, buttons.",
|
|
@@ -4452,25 +4629,25 @@
|
|
|
4452
4629
|
"type": "color",
|
|
4453
4630
|
"description": "Core Token: core.red.70\nHEX: AB0A15\n---------------\nUsed for outline of error/cancel state of input, buttons."
|
|
4454
4631
|
},
|
|
4455
|
-
"name": "mds-color-theme-border-negative-
|
|
4632
|
+
"name": "mds-color-theme-border-negative-0",
|
|
4456
4633
|
"attributes": {
|
|
4457
4634
|
"category": "color",
|
|
4458
4635
|
"type": "theme",
|
|
4459
4636
|
"item": "border",
|
|
4460
4637
|
"subitem": "negative",
|
|
4461
|
-
"state": "
|
|
4638
|
+
"state": "0"
|
|
4462
4639
|
},
|
|
4463
4640
|
"path": [
|
|
4464
4641
|
"color",
|
|
4465
4642
|
"theme",
|
|
4466
4643
|
"border",
|
|
4467
4644
|
"negative",
|
|
4468
|
-
"
|
|
4645
|
+
"0"
|
|
4469
4646
|
]
|
|
4470
4647
|
}
|
|
4471
4648
|
},
|
|
4472
4649
|
"accent": {
|
|
4473
|
-
"
|
|
4650
|
+
"0": {
|
|
4474
4651
|
"value": "#1170cf",
|
|
4475
4652
|
"type": "color",
|
|
4476
4653
|
"description": "Core Token: core.blue.60\nHEX: 1170CF\n-------------------------\nUsed for outline of secondary accent buttons, attachment/fileViewer-preview, messaging/new, chip, input fields",
|
|
@@ -4481,25 +4658,25 @@
|
|
|
4481
4658
|
"type": "color",
|
|
4482
4659
|
"description": "Core Token: core.blue.60\nHEX: 1170CF\n-------------------------\nUsed for outline of secondary accent buttons, attachment/fileViewer-preview, messaging/new, chip, input fields"
|
|
4483
4660
|
},
|
|
4484
|
-
"name": "mds-color-theme-border-accent-
|
|
4661
|
+
"name": "mds-color-theme-border-accent-0",
|
|
4485
4662
|
"attributes": {
|
|
4486
4663
|
"category": "color",
|
|
4487
4664
|
"type": "theme",
|
|
4488
4665
|
"item": "border",
|
|
4489
4666
|
"subitem": "accent",
|
|
4490
|
-
"state": "
|
|
4667
|
+
"state": "0"
|
|
4491
4668
|
},
|
|
4492
4669
|
"path": [
|
|
4493
4670
|
"color",
|
|
4494
4671
|
"theme",
|
|
4495
4672
|
"border",
|
|
4496
4673
|
"accent",
|
|
4497
|
-
"
|
|
4674
|
+
"0"
|
|
4498
4675
|
]
|
|
4499
4676
|
}
|
|
4500
4677
|
},
|
|
4501
4678
|
"notice": {
|
|
4502
|
-
"
|
|
4679
|
+
"0": {
|
|
4503
4680
|
"value": "#EC6400",
|
|
4504
4681
|
"type": "color",
|
|
4505
4682
|
"description": "Core Token: core.orange.50\nHEX: F26B1D\n-------------------------------\noutline for the orange tags",
|
|
@@ -4510,20 +4687,20 @@
|
|
|
4510
4687
|
"type": "color",
|
|
4511
4688
|
"description": "Core Token: core.orange.50\nHEX: F26B1D\n-------------------------------\noutline for the orange tags"
|
|
4512
4689
|
},
|
|
4513
|
-
"name": "mds-color-theme-border-notice-
|
|
4690
|
+
"name": "mds-color-theme-border-notice-0",
|
|
4514
4691
|
"attributes": {
|
|
4515
4692
|
"category": "color",
|
|
4516
4693
|
"type": "theme",
|
|
4517
4694
|
"item": "border",
|
|
4518
4695
|
"subitem": "notice",
|
|
4519
|
-
"state": "
|
|
4696
|
+
"state": "0"
|
|
4520
4697
|
},
|
|
4521
4698
|
"path": [
|
|
4522
4699
|
"color",
|
|
4523
4700
|
"theme",
|
|
4524
4701
|
"border",
|
|
4525
4702
|
"notice",
|
|
4526
|
-
"
|
|
4703
|
+
"0"
|
|
4527
4704
|
]
|
|
4528
4705
|
}
|
|
4529
4706
|
},
|
|
@@ -4565,7 +4742,7 @@
|
|
|
4565
4742
|
"filePath": "src/theme/webex/light.json",
|
|
4566
4743
|
"isSource": true,
|
|
4567
4744
|
"original": {
|
|
4568
|
-
"value": "linear-gradient(90deg, {color.core.black-alpha.
|
|
4745
|
+
"value": "linear-gradient(90deg, {color.core.black-alpha.0} 0%, {color.core.black-alpha.20} 22.4%, {color.core.black-alpha.20} 72.4%, {color.core.black-alpha.0} 100%)",
|
|
4569
4746
|
"type": "color",
|
|
4570
4747
|
"description": "Core Token: core.black-alpha.0, core.black-alpha.20, core.black-alpha.20, core.black-alpha.0\nHEX: 000000 0% 0%, 000000 20% 22.4%, 000000 20% 72.4%, 000000 0% 100%\n--------------------------------\nUsed for divider default on compose area in space. "
|
|
4571
4748
|
},
|
|
@@ -4594,7 +4771,7 @@
|
|
|
4594
4771
|
"filePath": "src/theme/webex/light.json",
|
|
4595
4772
|
"isSource": true,
|
|
4596
4773
|
"original": {
|
|
4597
|
-
"value": "linear-gradient(90deg, {color.core.black-alpha.
|
|
4774
|
+
"value": "linear-gradient(90deg, {color.core.black-alpha.0} 0%, {color.core.black-alpha.20} 22.4%, {color.core.black-alpha.20} 72.4%, {color.core.black-alpha.0} 100%)",
|
|
4598
4775
|
"type": "color",
|
|
4599
4776
|
"description": "Core Token: core.black-alpha.0, core.black-alpha.20, core.black-alpha.20, core.black-alpha.0\nHEX: 000000 0% 0%, 000000 20% 22.4%, 000000 20% 22.4%, 000000 0% 100%, \n--------------------------------\nUsed for hover state of divider default on compose area in space. "
|
|
4600
4777
|
},
|
|
@@ -4798,6 +4975,35 @@
|
|
|
4798
4975
|
}
|
|
4799
4976
|
}
|
|
4800
4977
|
}
|
|
4978
|
+
},
|
|
4979
|
+
"warning": {
|
|
4980
|
+
"0": {
|
|
4981
|
+
"value": "#a65e00",
|
|
4982
|
+
"type": "color",
|
|
4983
|
+
"description": "Core: color.core.yellow.60\nHEX:#a65e00\n4.97 on surface.neutral.02.primary (#ffffff)\nUsed for warning state of input fields border",
|
|
4984
|
+
"filePath": "src/theme/webex/light.json",
|
|
4985
|
+
"isSource": true,
|
|
4986
|
+
"original": {
|
|
4987
|
+
"value": "{color.core.yellow.60}",
|
|
4988
|
+
"type": "color",
|
|
4989
|
+
"description": "Core: color.core.yellow.60\nHEX:#a65e00\n4.97 on surface.neutral.02.primary (#ffffff)\nUsed for warning state of input fields border"
|
|
4990
|
+
},
|
|
4991
|
+
"name": "mds-color-theme-border-warning-0",
|
|
4992
|
+
"attributes": {
|
|
4993
|
+
"category": "color",
|
|
4994
|
+
"type": "theme",
|
|
4995
|
+
"item": "border",
|
|
4996
|
+
"subitem": "warning",
|
|
4997
|
+
"state": "0"
|
|
4998
|
+
},
|
|
4999
|
+
"path": [
|
|
5000
|
+
"color",
|
|
5001
|
+
"theme",
|
|
5002
|
+
"border",
|
|
5003
|
+
"warning",
|
|
5004
|
+
"0"
|
|
5005
|
+
]
|
|
5006
|
+
}
|
|
4801
5007
|
}
|
|
4802
5008
|
}
|
|
4803
5009
|
}
|