@dialpad/dialtone 9.87.0 → 9.89.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/tokens/tokens-base-deca-dark.css +1325 -0
- package/dist/css/tokens/tokens-base-deca-light.css +1085 -0
- package/dist/css/tokens/tokens-deca-dark.css +2131 -0
- package/dist/css/tokens/tokens-deca-light.css +2131 -0
- package/dist/css/tokens/tokens-tmo-dark.css +62 -17
- package/dist/css/tokens/tokens-tmo-light.css +45 -0
- package/dist/tokens/css/tokens-base-deca-dark.css +1325 -0
- package/dist/tokens/css/tokens-base-deca-light.css +1085 -0
- package/dist/tokens/css/tokens-deca-dark.css +2131 -0
- package/dist/tokens/css/tokens-deca-light.css +2131 -0
- package/dist/tokens/css/tokens-tmo-dark.css +62 -17
- package/dist/tokens/css/tokens-tmo-light.css +45 -0
- package/dist/tokens/doc.json +80567 -24962
- package/dist/tokens/less/tokens-base-deca-dark.less +535 -0
- package/dist/tokens/less/tokens-base-deca-light.less +415 -0
- package/dist/tokens/less/tokens-deca-dark.less +521 -0
- package/dist/tokens/less/tokens-deca-light.less +521 -0
- package/dist/tokens/less/tokens-tmo-dark.less +43 -3
- package/dist/tokens/less/tokens-tmo-light.less +40 -0
- package/dist/tokens/themes/dp-deca-dark.cjs +1 -0
- package/dist/tokens/themes/dp-deca-dark.js +13 -0
- package/dist/tokens/themes/dp-deca-light.cjs +1 -0
- package/dist/tokens/themes/dp-deca-light.js +13 -0
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +1 -1
- package/dist/tokens/tokens-base-deca-dark.json +534 -0
- package/dist/tokens/tokens-base-deca-light.json +414 -0
- package/dist/tokens/tokens-deca-dark.json +520 -0
- package/dist/tokens/tokens-deca-light.json +520 -0
- package/dist/tokens/tokens-tmo-dark.json +43 -3
- package/dist/tokens/tokens-tmo-light.json +40 -0
- package/dist/tokens/types/themes/dp-deca-dark.d.ts +13 -0
- package/dist/tokens/types/themes/dp-deca-dark.d.ts.map +1 -0
- package/dist/tokens/types/themes/dp-deca-light.d.ts +13 -0
- package/dist/tokens/types/themes/dp-deca-light.d.ts.map +1 -0
- package/dist/vue2/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +2 -12
- package/package.json +3 -3
|
@@ -290,6 +290,26 @@
|
|
|
290
290
|
@dt-typography-inputs-xl-font-weight: 400; // Text style for extra large inputs (e.g. input and textarea)
|
|
291
291
|
@dt-typography-inputs-xl-font-size: 27px; // Text style for extra large inputs (e.g. input and textarea)
|
|
292
292
|
@dt-typography-inputs-xl-line-height: 1.2; // Text style for extra large inputs (e.g. input and textarea)
|
|
293
|
+
@dt-typography-button-xs-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra small button
|
|
294
|
+
@dt-typography-button-xs-font-weight: 500; // Text style for extra small button
|
|
295
|
+
@dt-typography-button-xs-font-size: 12px; // Text style for extra small button
|
|
296
|
+
@dt-typography-button-xs-line-height: 1.2; // Text style for extra small button
|
|
297
|
+
@dt-typography-button-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for small button
|
|
298
|
+
@dt-typography-button-sm-font-weight: 500; // Text style for small button
|
|
299
|
+
@dt-typography-button-sm-font-size: 12px; // Text style for small button
|
|
300
|
+
@dt-typography-button-sm-line-height: 1.2; // Text style for small button
|
|
301
|
+
@dt-typography-button-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for medium button
|
|
302
|
+
@dt-typography-button-md-font-weight: 500; // Text style for medium button
|
|
303
|
+
@dt-typography-button-md-font-size: 15px; // Text style for medium button
|
|
304
|
+
@dt-typography-button-md-line-height: 1.2; // Text style for medium button
|
|
305
|
+
@dt-typography-button-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for large button
|
|
306
|
+
@dt-typography-button-lg-font-weight: 500; // Text style for large button
|
|
307
|
+
@dt-typography-button-lg-font-size: 19px; // Text style for large button
|
|
308
|
+
@dt-typography-button-lg-line-height: 1.2; // Text style for large button
|
|
309
|
+
@dt-typography-button-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra large button
|
|
310
|
+
@dt-typography-button-xl-font-weight: 400; // Text style for extra large button
|
|
311
|
+
@dt-typography-button-xl-font-size: 27px; // Text style for extra large button
|
|
312
|
+
@dt-typography-button-xl-line-height: 1.2; // Text style for extra large button
|
|
293
313
|
@dt-inputs-size-border-default: 0.15rem;
|
|
294
314
|
@dt-inputs-size-border-status: 0.2rem;
|
|
295
315
|
@dt-inputs-size-radius-xs: 0.4rem;
|
|
@@ -451,6 +471,26 @@
|
|
|
451
471
|
@dt-badge-color-foreground-bulletin-subtle: hsl(255 100% 26.4%);
|
|
452
472
|
@dt-badge-color-border-default: hsl(0 0% 0% / 0.1);
|
|
453
473
|
@dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / 0.5);
|
|
474
|
+
@dt-button-font-size-xs: 12px; // Extra small Button text size
|
|
475
|
+
@dt-button-font-size-sm: 12px; // Small Button text size
|
|
476
|
+
@dt-button-font-size-md: 15px; // Medium Button text size
|
|
477
|
+
@dt-button-font-size-lg: 19px; // Large Button text size
|
|
478
|
+
@dt-button-font-size-xl: 27px; // Extra large Button text size
|
|
479
|
+
@dt-button-font-weight-xs: 500; // Font weight for XS button
|
|
480
|
+
@dt-button-font-weight-sm: 500; // Font weight for SM button
|
|
481
|
+
@dt-button-font-weight-md: 500; // Font weight for MD button
|
|
482
|
+
@dt-button-font-weight-lg: 500; // Font weight for LG button
|
|
483
|
+
@dt-button-font-weight-xl: 400; // Font weight for XL button
|
|
484
|
+
@dt-button-line-height-xs: 1.2; // Line-height for XS button
|
|
485
|
+
@dt-button-line-height-sm: 1.2; // Line-height for SM button
|
|
486
|
+
@dt-button-line-height-md: 1.2; // Line-height for MD button
|
|
487
|
+
@dt-button-line-height-lg: 1.2; // Line-height for LG button
|
|
488
|
+
@dt-button-line-height-xl: 1.2; // Line-height for XL button
|
|
489
|
+
@dt-button-size-radius-xs: 0.4rem; // Border radius for extra small button
|
|
490
|
+
@dt-button-size-radius-sm: 0.8rem; // Border radius for small button
|
|
491
|
+
@dt-button-size-radius-md: 0.8rem; // Border radius for medium button.
|
|
492
|
+
@dt-button-size-radius-lg: 1.2rem; // Border radius for large button.
|
|
493
|
+
@dt-button-size-radius-xl: 1.6rem; // Border radius for extra large button.
|
|
454
494
|
@dt-checkbox-size-width: 1.6rem;
|
|
455
495
|
@dt-checkbox-size-height: 1.6rem;
|
|
456
496
|
@dt-checkbox-size-radius: 0.4rem;
|