@dialpad/dialtone 9.96.0 → 9.98.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone-default-theme.css +45 -1
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +45 -1
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-deca-dark.css +293 -391
- package/dist/css/tokens/tokens-base-deca-light.css +284 -382
- package/dist/css/tokens/tokens-deca-dark.css +1001 -966
- package/dist/css/tokens/tokens-deca-light.css +731 -696
- package/dist/tokens/css/tokens-base-deca-dark.css +293 -391
- package/dist/tokens/css/tokens-base-deca-light.css +284 -382
- package/dist/tokens/css/tokens-deca-dark.css +1001 -966
- package/dist/tokens/css/tokens-deca-light.css +731 -696
- package/dist/tokens/doc.json +31965 -32211
- package/dist/tokens/less/tokens-base-deca-dark.less +77 -91
- package/dist/tokens/less/tokens-base-deca-light.less +75 -89
- package/dist/tokens/less/tokens-deca-dark.less +225 -220
- package/dist/tokens/less/tokens-deca-light.less +229 -224
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
- package/dist/tokens/themes/dp-deca-dark.js +1 -1
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +1 -1
- package/dist/tokens/tokens-base-deca-dark.json +77 -91
- package/dist/tokens/tokens-base-deca-light.json +75 -89
- package/dist/tokens/tokens-deca-dark.json +224 -219
- package/dist/tokens/tokens-deca-light.json +229 -224
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +2 -2
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +2 -2
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -1
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -1
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +160 -17
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +161 -18
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +1 -1
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.cjs +87 -0
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.js +87 -0
- package/dist/vue2/recipes/conversation_view/message_input/last_active_nodes.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +229 -46
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +229 -46
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.cjs +58 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.js +58 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_button.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.cjs +108 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.js +108 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_link.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.cjs +106 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.js +106 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input_topbar.vue.js.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +37 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/last_active_nodes.d.ts +3 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/last_active_nodes.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +183 -60
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +48 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +38 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +87 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -0
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +2 -2
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +2 -2
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -1
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +223 -21
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +225 -23
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.cjs +87 -0
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.js +87 -0
- package/dist/vue3/recipes/conversation_view/message_input/last_active_nodes.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +279 -65
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +280 -66
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.cjs +81 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.js +81 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_button.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.cjs +193 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.js +193 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_link.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.cjs +223 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.js +223 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input_topbar.vue.js.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +42 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/last_active_nodes.d.ts +3 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/last_active_nodes.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +185 -61
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +50 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +42 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +89 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -0
- package/package.json +7 -4
|
@@ -244,99 +244,85 @@
|
|
|
244
244
|
"dtColorNeutralWhite": "#ffffff",
|
|
245
245
|
"dtColorNeutralBlack": "#000000",
|
|
246
246
|
"dtColorNeutralTransparent": "transparent",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"dtColorGreen500": "#EBFFE6",
|
|
318
|
-
"dtColorGreen1000": "#F6FFF0",
|
|
319
|
-
"dtColorRed50": "#410001",
|
|
320
|
-
"dtColorRed100": "#54000C",
|
|
321
|
-
"dtColorRed125": "#680012",
|
|
322
|
-
"dtColorRed175": "#92001D",
|
|
323
|
-
"dtColorRed200": "#A80023",
|
|
324
|
-
"dtColorRed275": "#BF002A",
|
|
325
|
-
"dtColorRed300": "#ED0937",
|
|
326
|
-
"dtColorRed350": "#FF525C",
|
|
327
|
-
"dtColorRed400": "#FF8888",
|
|
328
|
-
"dtColorRed450": "#FFB3B1",
|
|
329
|
-
"dtColorRed500": "#FFEDEB",
|
|
330
|
-
"dtColorRed1000": "#FFF8F7",
|
|
247
|
+
"dtColorBlack100": "#171717",
|
|
248
|
+
"dtColorBlack200": "#1f1f1f",
|
|
249
|
+
"dtColorBlack300": "#3d3d3d",
|
|
250
|
+
"dtColorBlack400": "#555555",
|
|
251
|
+
"dtColorBlack500": "#808080",
|
|
252
|
+
"dtColorBlack600": "#B0B0B0",
|
|
253
|
+
"dtColorBlack700": "#c7c7c7",
|
|
254
|
+
"dtColorBlack800": "#D4D4D4",
|
|
255
|
+
"dtColorBlack900": "#E6E6E6",
|
|
256
|
+
"dtColorBlack1000": "#F9F9F9",
|
|
257
|
+
"dtColorPurple100": "#17033F",
|
|
258
|
+
"dtColorPurple200": "#260764",
|
|
259
|
+
"dtColorPurple300": "#3A1D95",
|
|
260
|
+
"dtColorPurple350": "#5023DD",
|
|
261
|
+
"dtColorPurple400": "#6538F1",
|
|
262
|
+
"dtColorPurple425": "#7C52FF",
|
|
263
|
+
"dtColorPurple475": "#9568FF",
|
|
264
|
+
"dtColorPurple500": "#AB7EFF",
|
|
265
|
+
"dtColorPurple600": "#DAC7FF",
|
|
266
|
+
"dtColorPurple1000": "#F5F0FF",
|
|
267
|
+
"dtColorBlue100": "#001E3D",
|
|
268
|
+
"dtColorBlue125": "#003165",
|
|
269
|
+
"dtColorBlue175": "#1768C6",
|
|
270
|
+
"dtColorBlue200": "#1B89EB",
|
|
271
|
+
"dtColorBlue300": "#2B99EF",
|
|
272
|
+
"dtColorBlue325": "#3CA8F3",
|
|
273
|
+
"dtColorBlue375": "#5FC4F9",
|
|
274
|
+
"dtColorBlue400": "#98DCFF",
|
|
275
|
+
"dtColorBlue500": "#BDE8FF",
|
|
276
|
+
"dtColorBlue1000": "#EAF2FA",
|
|
277
|
+
"dtColorMagenta100": "#310C26",
|
|
278
|
+
"dtColorMagenta125": "#662251",
|
|
279
|
+
"dtColorMagenta175": "#9A006A",
|
|
280
|
+
"dtColorMagenta200": "#BA007C",
|
|
281
|
+
"dtColorMagenta300": "#DA008D",
|
|
282
|
+
"dtColorMagenta325": "#FF1BA4",
|
|
283
|
+
"dtColorMagenta375": "#FC5EA0",
|
|
284
|
+
"dtColorMagenta400": "#FE87B7",
|
|
285
|
+
"dtColorMagenta500": "#FFB1CF",
|
|
286
|
+
"dtColorMagenta1000": "#FFE0F2",
|
|
287
|
+
"dtColorGold100": "#362102",
|
|
288
|
+
"dtColorGold150": "#533204",
|
|
289
|
+
"dtColorGold200": "#815008",
|
|
290
|
+
"dtColorGold250": "#D57F00",
|
|
291
|
+
"dtColorGold300": "#F19000",
|
|
292
|
+
"dtColorGold350": "#FF9E0E",
|
|
293
|
+
"dtColorGold400": "#FFC047",
|
|
294
|
+
"dtColorGold500": "#FFDB80",
|
|
295
|
+
"dtColorGold600": "#FFE89C",
|
|
296
|
+
"dtColorGold1000": "#FFF4CC",
|
|
297
|
+
"dtColorGreen100": "#03301C",
|
|
298
|
+
"dtColorGreen150": "#004F2E",
|
|
299
|
+
"dtColorGreen200": "#008E52",
|
|
300
|
+
"dtColorGreen250": "#04BF08",
|
|
301
|
+
"dtColorGreen300": "#3CD707",
|
|
302
|
+
"dtColorGreen325": "#84EE0B",
|
|
303
|
+
"dtColorGreen375": "#AEFB3C",
|
|
304
|
+
"dtColorGreen400": "#D1FF76",
|
|
305
|
+
"dtColorGreen500": "#DBFFA9",
|
|
306
|
+
"dtColorGreen1000": "#EDF9EB",
|
|
307
|
+
"dtColorRed100": "#2D010E",
|
|
308
|
+
"dtColorRed150": "#640823",
|
|
309
|
+
"dtColorRed200": "#93173A",
|
|
310
|
+
"dtColorRed250": "#AF0032",
|
|
311
|
+
"dtColorRed300": "#E10040",
|
|
312
|
+
"dtColorRed350": "#FF1356",
|
|
313
|
+
"dtColorRed400": "#FF415B",
|
|
314
|
+
"dtColorRed450": "#FF716F",
|
|
315
|
+
"dtColorRed500": "#FFABA4",
|
|
316
|
+
"dtColorRed1000": "#FFE5E6",
|
|
331
317
|
"dtColorTan100": "#121212",
|
|
332
318
|
"dtColorTan200": "#3F3D3C",
|
|
333
319
|
"dtColorTan300": "#87807B",
|
|
334
320
|
"dtColorTan400": "#CEC8C4",
|
|
335
321
|
"dtColorTan500": "#F2F0EE",
|
|
336
|
-
"dtColorGradientMagentaPurple": "linear-gradient(135deg, #
|
|
337
|
-
"dtColorBrandPurple": "#
|
|
338
|
-
"dtColorBrandMagenta": "#
|
|
339
|
-
"dtColorBrandGold": "#
|
|
322
|
+
"dtColorGradientMagentaPurple": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
323
|
+
"dtColorBrandPurple": "#7C52FF",
|
|
324
|
+
"dtColorBrandMagenta": "#FF1BA4",
|
|
325
|
+
"dtColorBrandGold": "#FF9E0E",
|
|
340
326
|
"dtOpacity0": "0",
|
|
341
327
|
"dtOpacity100": ".05",
|
|
342
328
|
"dtOpacity200": ".1",
|
|
@@ -515,19 +501,19 @@
|
|
|
515
501
|
"dtShadowCard7OffsetY": "-0.0313rem",
|
|
516
502
|
"dtShadowFocus1Blur": "0rem",
|
|
517
503
|
"dtShadowFocus1Spread": "0.0625rem",
|
|
518
|
-
"dtShadowFocus1Color": "#
|
|
504
|
+
"dtShadowFocus1Color": "#171717",
|
|
519
505
|
"dtShadowFocus1Type": "dropShadow",
|
|
520
506
|
"dtShadowFocus1OffsetX": "0rem",
|
|
521
507
|
"dtShadowFocus1OffsetY": "0rem",
|
|
522
508
|
"dtShadowFocus2Blur": "0rem",
|
|
523
509
|
"dtShadowFocus2Spread": "0.1875rem",
|
|
524
|
-
"dtShadowFocus2Color": "#
|
|
510
|
+
"dtShadowFocus2Color": "#2B99EF",
|
|
525
511
|
"dtShadowFocus2Type": "dropShadow",
|
|
526
512
|
"dtShadowFocus2OffsetX": "0rem",
|
|
527
513
|
"dtShadowFocus2OffsetY": "0rem",
|
|
528
514
|
"dtShadowFocusInsetBlur": "0rem",
|
|
529
515
|
"dtShadowFocusInsetSpread": "0.125rem",
|
|
530
|
-
"dtShadowFocusInsetColor": "#
|
|
516
|
+
"dtShadowFocusInsetColor": "#2B99EF",
|
|
531
517
|
"dtShadowFocusInsetType": "innerShadow",
|
|
532
518
|
"dtShadowFocusInsetOffsetX": "0rem",
|
|
533
519
|
"dtShadowFocusInsetOffsetY": "0rem"
|
|
@@ -244,99 +244,85 @@
|
|
|
244
244
|
"dtColorNeutralWhite": "#ffffff",
|
|
245
245
|
"dtColorNeutralBlack": "#000000",
|
|
246
246
|
"dtColorNeutralTransparent": "transparent",
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"dtColorBlack500": "#787878",
|
|
247
|
+
"dtColorBlack100": "#F9F9F9",
|
|
248
|
+
"dtColorBlack200": "#E9E9E9",
|
|
249
|
+
"dtColorBlack300": "#D2D2D2",
|
|
250
|
+
"dtColorBlack400": "#AAAAAA",
|
|
251
|
+
"dtColorBlack500": "#808080",
|
|
253
252
|
"dtColorBlack600": "#535353",
|
|
254
|
-
"dtColorBlack700": "#
|
|
255
|
-
"dtColorBlack800": "#
|
|
256
|
-
"
|
|
257
|
-
"dtColorBlack900": "#111111",
|
|
253
|
+
"dtColorBlack700": "#3A3A3A",
|
|
254
|
+
"dtColorBlack800": "#252525",
|
|
255
|
+
"dtColorBlack900": "#1C1C1C",
|
|
258
256
|
"dtColorBlack1000": "#000000",
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"dtColorRed50": "#FFF8F7",
|
|
320
|
-
"dtColorRed100": "#FFEDEB",
|
|
321
|
-
"dtColorRed125": "#FFB3B1",
|
|
322
|
-
"dtColorRed175": "#FF8888",
|
|
323
|
-
"dtColorRed200": "#FF525C",
|
|
324
|
-
"dtColorRed275": "#ED0937",
|
|
325
|
-
"dtColorRed300": "#BF002A",
|
|
326
|
-
"dtColorRed350": "#A80023",
|
|
327
|
-
"dtColorRed400": "#92001D",
|
|
328
|
-
"dtColorRed450": "#680012",
|
|
329
|
-
"dtColorRed500": "#54000C",
|
|
330
|
-
"dtColorRed1000": "#410001",
|
|
257
|
+
"dtColorPurple100": "#F5F0FF",
|
|
258
|
+
"dtColorPurple200": "#DAC7FF",
|
|
259
|
+
"dtColorPurple300": "#AB7EFF",
|
|
260
|
+
"dtColorPurple350": "#9568FF",
|
|
261
|
+
"dtColorPurple400": "#7C52FF",
|
|
262
|
+
"dtColorPurple425": "#6538F1",
|
|
263
|
+
"dtColorPurple475": "#5023DD",
|
|
264
|
+
"dtColorPurple500": "#3A1D95",
|
|
265
|
+
"dtColorPurple600": "#1D0155",
|
|
266
|
+
"dtColorPurple1000": "#10022C",
|
|
267
|
+
"dtColorBlue100": "#EAF2FA",
|
|
268
|
+
"dtColorBlue125": "#BDE8FF",
|
|
269
|
+
"dtColorBlue175": "#98DCFF",
|
|
270
|
+
"dtColorBlue200": "#5FC4F9",
|
|
271
|
+
"dtColorBlue300": "#3CA8F3",
|
|
272
|
+
"dtColorBlue325": "#2B99EF",
|
|
273
|
+
"dtColorBlue375": "#1B89EB",
|
|
274
|
+
"dtColorBlue400": "#1768C6",
|
|
275
|
+
"dtColorBlue500": "#003165",
|
|
276
|
+
"dtColorBlue1000": "#001429",
|
|
277
|
+
"dtColorMagenta100": "#FFE0F2",
|
|
278
|
+
"dtColorMagenta125": "#FFB1CF",
|
|
279
|
+
"dtColorMagenta175": "#FE87B7",
|
|
280
|
+
"dtColorMagenta200": "#FC5EA0",
|
|
281
|
+
"dtColorMagenta300": "#FF1BA4",
|
|
282
|
+
"dtColorMagenta325": "#DA008D",
|
|
283
|
+
"dtColorMagenta375": "#BA007C",
|
|
284
|
+
"dtColorMagenta400": "#9A006A",
|
|
285
|
+
"dtColorMagenta500": "#662251",
|
|
286
|
+
"dtColorMagenta1000": "#210819",
|
|
287
|
+
"dtColorGold100": "#FFF4CC",
|
|
288
|
+
"dtColorGold150": "#FFE89C",
|
|
289
|
+
"dtColorGold200": "#FFDB80",
|
|
290
|
+
"dtColorGold250": "#FFC047",
|
|
291
|
+
"dtColorGold300": "#FF9E0E",
|
|
292
|
+
"dtColorGold350": "#F19000",
|
|
293
|
+
"dtColorGold400": "#D57F00",
|
|
294
|
+
"dtColorGold500": "#815008",
|
|
295
|
+
"dtColorGold600": "#533204",
|
|
296
|
+
"dtColorGold1000": "#231501",
|
|
297
|
+
"dtColorGreen100": "#EDF9EB",
|
|
298
|
+
"dtColorGreen150": "#DBFFA9",
|
|
299
|
+
"dtColorGreen200": "#D1FF76",
|
|
300
|
+
"dtColorGreen250": "#AEFB3C",
|
|
301
|
+
"dtColorGreen300": "#84EE0B",
|
|
302
|
+
"dtColorGreen325": "#3CD707",
|
|
303
|
+
"dtColorGreen375": "#04BF08",
|
|
304
|
+
"dtColorGreen400": "#008E52",
|
|
305
|
+
"dtColorGreen500": "#004F2E",
|
|
306
|
+
"dtColorGreen1000": "#021D11",
|
|
307
|
+
"dtColorRed100": "#FFE5E6",
|
|
308
|
+
"dtColorRed150": "#FFABA4",
|
|
309
|
+
"dtColorRed200": "#FF716F",
|
|
310
|
+
"dtColorRed250": "#FF415B",
|
|
311
|
+
"dtColorRed300": "#FF1356",
|
|
312
|
+
"dtColorRed350": "#E10040",
|
|
313
|
+
"dtColorRed400": "#AF0032",
|
|
314
|
+
"dtColorRed450": "#93173A",
|
|
315
|
+
"dtColorRed500": "#640823",
|
|
316
|
+
"dtColorRed1000": "#2D010E",
|
|
331
317
|
"dtColorTan100": "#F2F0EE",
|
|
332
318
|
"dtColorTan200": "#CEC8C4",
|
|
333
319
|
"dtColorTan300": "#87807B",
|
|
334
320
|
"dtColorTan400": "#3F3D3C",
|
|
335
321
|
"dtColorTan500": "#121212",
|
|
336
|
-
"dtColorGradientMagentaPurple": "linear-gradient(135deg, #
|
|
337
|
-
"dtColorBrandPurple": "#
|
|
338
|
-
"dtColorBrandMagenta": "#
|
|
339
|
-
"dtColorBrandGold": "#
|
|
322
|
+
"dtColorGradientMagentaPurple": "linear-gradient(135deg, #FF1BA4 10%, #7C52FF 90%)",
|
|
323
|
+
"dtColorBrandPurple": "#7C52FF",
|
|
324
|
+
"dtColorBrandMagenta": "#FF1BA4",
|
|
325
|
+
"dtColorBrandGold": "#FF9E0E",
|
|
340
326
|
"dtOpacity0": "0",
|
|
341
327
|
"dtOpacity100": ".05",
|
|
342
328
|
"dtOpacity200": ".1",
|
|
@@ -395,19 +381,19 @@
|
|
|
395
381
|
"dtShadowCard3OffsetY": "0.125rem",
|
|
396
382
|
"dtShadowFocus1Blur": "0rem",
|
|
397
383
|
"dtShadowFocus1Spread": "0.0625rem",
|
|
398
|
-
"dtShadowFocus1Color": "#
|
|
384
|
+
"dtShadowFocus1Color": "#F9F9F9",
|
|
399
385
|
"dtShadowFocus1Type": "dropShadow",
|
|
400
386
|
"dtShadowFocus1OffsetX": "0rem",
|
|
401
387
|
"dtShadowFocus1OffsetY": "0rem",
|
|
402
388
|
"dtShadowFocus2Blur": "0rem",
|
|
403
389
|
"dtShadowFocus2Spread": "0.1875rem",
|
|
404
|
-
"dtShadowFocus2Color": "#
|
|
390
|
+
"dtShadowFocus2Color": "#3CA8F3",
|
|
405
391
|
"dtShadowFocus2Type": "dropShadow",
|
|
406
392
|
"dtShadowFocus2OffsetX": "0rem",
|
|
407
393
|
"dtShadowFocus2OffsetY": "0rem",
|
|
408
394
|
"dtShadowFocusInsetBlur": "0rem",
|
|
409
395
|
"dtShadowFocusInsetSpread": "0.125rem",
|
|
410
|
-
"dtShadowFocusInsetColor": "#
|
|
396
|
+
"dtShadowFocusInsetColor": "#3CA8F3",
|
|
411
397
|
"dtShadowFocusInsetType": "innerShadow",
|
|
412
398
|
"dtShadowFocusInsetOffsetX": "0rem",
|
|
413
399
|
"dtShadowFocusInsetOffsetY": "0rem"
|