@dialpad/dialtone 9.63.0 → 9.64.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 +96 -17
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +84 -17
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-dp-dark.css +12 -0
- package/dist/css/tokens/tokens-dp-light.css +12 -0
- package/dist/css/tokens/tokens-expressive-dark.css +12 -0
- package/dist/css/tokens/tokens-expressive-light.css +12 -0
- package/dist/css/tokens/tokens-expressive-sm-dark.css +12 -0
- package/dist/css/tokens/tokens-expressive-sm-light.css +12 -0
- package/dist/css/tokens/tokens-tmo-dark.css +12 -0
- package/dist/css/tokens/tokens-tmo-light.css +12 -0
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +1 -1
- package/dist/themes/dp-light.cjs +1 -1
- package/dist/themes/dp-light.js +1 -1
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +1 -1
- package/dist/themes/expressive-light.cjs +1 -1
- package/dist/themes/expressive-light.js +1 -1
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +1 -1
- package/dist/themes/expressive-sm-light.cjs +1 -1
- package/dist/themes/expressive-sm-light.js +1 -1
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +1 -1
- package/dist/themes/tmo-light.cjs +1 -1
- package/dist/themes/tmo-light.js +1 -1
- package/dist/tokens/css/tokens-dp-dark.css +12 -0
- package/dist/tokens/css/tokens-dp-light.css +12 -0
- package/dist/tokens/css/tokens-expressive-dark.css +12 -0
- package/dist/tokens/css/tokens-expressive-light.css +12 -0
- package/dist/tokens/css/tokens-expressive-sm-dark.css +12 -0
- package/dist/tokens/css/tokens-expressive-sm-light.css +12 -0
- package/dist/tokens/css/tokens-tmo-dark.css +12 -0
- package/dist/tokens/css/tokens-tmo-light.css +12 -0
- package/dist/tokens/doc.json +8274 -7922
- package/dist/tokens/less/tokens-dp-dark.less +2 -0
- package/dist/tokens/less/tokens-dp-light.less +2 -0
- package/dist/tokens/less/tokens-expressive-dark.less +2 -0
- package/dist/tokens/less/tokens-expressive-light.less +2 -0
- package/dist/tokens/less/tokens-expressive-sm-dark.less +2 -0
- package/dist/tokens/less/tokens-expressive-sm-light.less +2 -0
- package/dist/tokens/less/tokens-tmo-dark.less +2 -0
- package/dist/tokens/less/tokens-tmo-light.less +2 -0
- package/dist/tokens/tokens-dp-dark.json +2 -0
- package/dist/tokens/tokens-dp-light.json +2 -0
- package/dist/tokens/tokens-expressive-dark.json +2 -0
- package/dist/tokens/tokens-expressive-light.json +2 -0
- package/dist/tokens/tokens-expressive-sm-dark.json +2 -0
- package/dist/tokens/tokens-expressive-sm-light.json +2 -0
- package/dist/tokens/tokens-tmo-dark.json +2 -0
- package/dist/tokens/tokens-tmo-light.json +2 -0
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +3 -0
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +3 -0
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/lib/button.cjs +2 -8
- package/dist/vue2/lib/button.cjs.map +1 -1
- package/dist/vue2/lib/button.js +2 -8
- package/dist/vue2/lib/button.js.map +1 -1
- package/dist/vue2/lib/general-row.cjs +2 -2
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +2 -2
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +1 -9
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +1 -9
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/split-button.cjs +512 -0
- package/dist/vue2/lib/split-button.cjs.map +1 -0
- package/dist/vue2/lib/split-button.js +512 -0
- package/dist/vue2/lib/split-button.js.map +1 -0
- package/dist/vue2/style.css +65 -65
- package/dist/vue2/types/components/button/button.vue.d.ts +2 -14
- package/dist/vue2/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/split_button/index.d.ts +3 -0
- package/dist/vue2/types/components/split_button/index.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
- package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +136 -0
- package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button.vue.d.ts +347 -0
- package/dist/vue2/types/components/split_button/split_button.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/split_button/split_button_constants.d.ts +12 -0
- package/dist/vue2/types/components/split_button/split_button_constants.d.ts.map +1 -0
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +3 -0
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +3 -0
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/lib/button.cjs +3 -9
- package/dist/vue3/lib/button.cjs.map +1 -1
- package/dist/vue3/lib/button.js +3 -9
- package/dist/vue3/lib/button.js.map +1 -1
- package/dist/vue3/lib/general-row.cjs +3 -3
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +3 -3
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +1 -9
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +1 -9
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/split-button.cjs +544 -0
- package/dist/vue3/lib/split-button.cjs.map +1 -0
- package/dist/vue3/lib/split-button.js +544 -0
- package/dist/vue3/lib/split-button.js.map +1 -0
- package/dist/vue3/style.css +65 -65
- package/dist/vue3/types/components/button/button.vue.d.ts +4 -16
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/index.d.ts +3 -0
- package/dist/vue3/types/components/split_button/index.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +183 -0
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +136 -0
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +348 -0
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/split_button/split_button_constants.d.ts +12 -0
- package/dist/vue3/types/components/split_button/split_button_constants.d.ts.map +1 -0
- package/dist/vue3/types/index.d.ts +1 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1500,12 +1500,24 @@
|
|
|
1500
1500
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1501
1501
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1502
1502
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1503
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1504
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1505
|
+
--dt-theme-mention-color-foreground-strong-l: 0%;
|
|
1506
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1507
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1508
|
+
--dt-theme-mention-color-foreground-strong: #000000;
|
|
1503
1509
|
--dt-theme-mention-color-background-h: 254.5664739884393;
|
|
1504
1510
|
--dt-theme-mention-color-background-s: 100%;
|
|
1505
1511
|
--dt-theme-mention-color-background-l: 66.07843137254902%;
|
|
1506
1512
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1507
1513
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1508
1514
|
--dt-theme-mention-color-background: #7C52FF;
|
|
1515
|
+
--dt-theme-mention-color-background-strong-h: 260.35714285714283;
|
|
1516
|
+
--dt-theme-mention-color-background-strong-s: 100%;
|
|
1517
|
+
--dt-theme-mention-color-background-strong-l: 89.01960784313725%;
|
|
1518
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1519
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1520
|
+
--dt-theme-mention-color-background-strong: #DAC7FF;
|
|
1509
1521
|
--dt-avatar-color-foreground-h: 0;
|
|
1510
1522
|
--dt-avatar-color-foreground-s: 0%;
|
|
1511
1523
|
--dt-avatar-color-foreground-l: 0%;
|
|
@@ -1500,12 +1500,24 @@
|
|
|
1500
1500
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1501
1501
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1502
1502
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1503
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1504
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1505
|
+
--dt-theme-mention-color-foreground-strong-l: 100%;
|
|
1506
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1507
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1508
|
+
--dt-theme-mention-color-foreground-strong: #ffffff;
|
|
1503
1509
|
--dt-theme-mention-color-background-h: 254.5664739884393;
|
|
1504
1510
|
--dt-theme-mention-color-background-s: 100%;
|
|
1505
1511
|
--dt-theme-mention-color-background-l: 66.07843137254902%;
|
|
1506
1512
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1507
1513
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1508
1514
|
--dt-theme-mention-color-background: #7C52FF;
|
|
1515
|
+
--dt-theme-mention-color-background-strong-h: 254.49999999999997;
|
|
1516
|
+
--dt-theme-mention-color-background-strong-s: 67.41573033707866%;
|
|
1517
|
+
--dt-theme-mention-color-background-strong-l: 34.90196078431373%;
|
|
1518
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1519
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1520
|
+
--dt-theme-mention-color-background-strong: #3A1D95;
|
|
1509
1521
|
--dt-avatar-color-foreground-h: 0;
|
|
1510
1522
|
--dt-avatar-color-foreground-s: 0%;
|
|
1511
1523
|
--dt-avatar-color-foreground-l: 0%;
|
|
@@ -1506,12 +1506,24 @@
|
|
|
1506
1506
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1507
1507
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1508
1508
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1509
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1510
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1511
|
+
--dt-theme-mention-color-foreground-strong-l: 0%;
|
|
1512
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1513
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1514
|
+
--dt-theme-mention-color-foreground-strong: #000000;
|
|
1509
1515
|
--dt-theme-mention-color-background-h: 254.5664739884393;
|
|
1510
1516
|
--dt-theme-mention-color-background-s: 100%;
|
|
1511
1517
|
--dt-theme-mention-color-background-l: 66.07843137254902%;
|
|
1512
1518
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1513
1519
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1514
1520
|
--dt-theme-mention-color-background: #7C52FF;
|
|
1521
|
+
--dt-theme-mention-color-background-strong-h: 260.35714285714283;
|
|
1522
|
+
--dt-theme-mention-color-background-strong-s: 100%;
|
|
1523
|
+
--dt-theme-mention-color-background-strong-l: 89.01960784313725%;
|
|
1524
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1525
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1526
|
+
--dt-theme-mention-color-background-strong: #DAC7FF;
|
|
1515
1527
|
--dt-avatar-color-foreground-h: 0;
|
|
1516
1528
|
--dt-avatar-color-foreground-s: 0%;
|
|
1517
1529
|
--dt-avatar-color-foreground-l: 0%;
|
|
@@ -1506,12 +1506,24 @@
|
|
|
1506
1506
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1507
1507
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1508
1508
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1509
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1510
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1511
|
+
--dt-theme-mention-color-foreground-strong-l: 100%;
|
|
1512
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1513
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1514
|
+
--dt-theme-mention-color-foreground-strong: #ffffff;
|
|
1509
1515
|
--dt-theme-mention-color-background-h: 254.5664739884393;
|
|
1510
1516
|
--dt-theme-mention-color-background-s: 100%;
|
|
1511
1517
|
--dt-theme-mention-color-background-l: 66.07843137254902%;
|
|
1512
1518
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1513
1519
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1514
1520
|
--dt-theme-mention-color-background: #7C52FF;
|
|
1521
|
+
--dt-theme-mention-color-background-strong-h: 254.49999999999997;
|
|
1522
|
+
--dt-theme-mention-color-background-strong-s: 67.41573033707866%;
|
|
1523
|
+
--dt-theme-mention-color-background-strong-l: 34.90196078431373%;
|
|
1524
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1525
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1526
|
+
--dt-theme-mention-color-background-strong: #3A1D95;
|
|
1515
1527
|
--dt-avatar-color-foreground-h: 0;
|
|
1516
1528
|
--dt-avatar-color-foreground-s: 0%;
|
|
1517
1529
|
--dt-avatar-color-foreground-l: 0%;
|
|
@@ -1506,12 +1506,24 @@
|
|
|
1506
1506
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1507
1507
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1508
1508
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1509
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1510
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1511
|
+
--dt-theme-mention-color-foreground-strong-l: 0%;
|
|
1512
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1513
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1514
|
+
--dt-theme-mention-color-foreground-strong: #000000;
|
|
1509
1515
|
--dt-theme-mention-color-background-h: 254.5664739884393;
|
|
1510
1516
|
--dt-theme-mention-color-background-s: 100%;
|
|
1511
1517
|
--dt-theme-mention-color-background-l: 66.07843137254902%;
|
|
1512
1518
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1513
1519
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1514
1520
|
--dt-theme-mention-color-background: #7C52FF;
|
|
1521
|
+
--dt-theme-mention-color-background-strong-h: 260.35714285714283;
|
|
1522
|
+
--dt-theme-mention-color-background-strong-s: 100%;
|
|
1523
|
+
--dt-theme-mention-color-background-strong-l: 89.01960784313725%;
|
|
1524
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1525
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1526
|
+
--dt-theme-mention-color-background-strong: #DAC7FF;
|
|
1515
1527
|
--dt-avatar-color-foreground-h: 0;
|
|
1516
1528
|
--dt-avatar-color-foreground-s: 0%;
|
|
1517
1529
|
--dt-avatar-color-foreground-l: 0%;
|
|
@@ -1506,12 +1506,24 @@
|
|
|
1506
1506
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1507
1507
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1508
1508
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1509
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1510
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1511
|
+
--dt-theme-mention-color-foreground-strong-l: 100%;
|
|
1512
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1513
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1514
|
+
--dt-theme-mention-color-foreground-strong: #ffffff;
|
|
1509
1515
|
--dt-theme-mention-color-background-h: 254.5664739884393;
|
|
1510
1516
|
--dt-theme-mention-color-background-s: 100%;
|
|
1511
1517
|
--dt-theme-mention-color-background-l: 66.07843137254902%;
|
|
1512
1518
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1513
1519
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1514
1520
|
--dt-theme-mention-color-background: #7C52FF;
|
|
1521
|
+
--dt-theme-mention-color-background-strong-h: 254.49999999999997;
|
|
1522
|
+
--dt-theme-mention-color-background-strong-s: 67.41573033707866%;
|
|
1523
|
+
--dt-theme-mention-color-background-strong-l: 34.90196078431373%;
|
|
1524
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1525
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1526
|
+
--dt-theme-mention-color-background-strong: #3A1D95;
|
|
1515
1527
|
--dt-avatar-color-foreground-h: 0;
|
|
1516
1528
|
--dt-avatar-color-foreground-s: 0%;
|
|
1517
1529
|
--dt-avatar-color-foreground-l: 0%;
|
|
@@ -1500,12 +1500,24 @@
|
|
|
1500
1500
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1501
1501
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1502
1502
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1503
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1504
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1505
|
+
--dt-theme-mention-color-foreground-strong-l: 0%;
|
|
1506
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1507
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1508
|
+
--dt-theme-mention-color-foreground-strong: #000000;
|
|
1503
1509
|
--dt-theme-mention-color-background-h: 329.20353982300884;
|
|
1504
1510
|
--dt-theme-mention-color-background-s: 100%;
|
|
1505
1511
|
--dt-theme-mention-color-background-l: 44.31372549019608%;
|
|
1506
1512
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1507
1513
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1508
1514
|
--dt-theme-mention-color-background: #E20074;
|
|
1515
|
+
--dt-theme-mention-color-background-strong-h: 329.3877551020408;
|
|
1516
|
+
--dt-theme-mention-color-background-strong-s: 100%;
|
|
1517
|
+
--dt-theme-mention-color-background-strong-l: 90.3921568627451%;
|
|
1518
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1519
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1520
|
+
--dt-theme-mention-color-background-strong: #FFCEE7;
|
|
1509
1521
|
--dt-avatar-color-foreground-h: 0;
|
|
1510
1522
|
--dt-avatar-color-foreground-s: 0%;
|
|
1511
1523
|
--dt-avatar-color-foreground-l: 0%;
|
|
@@ -1500,12 +1500,24 @@
|
|
|
1500
1500
|
--dt-theme-mention-color-foreground-hsl: var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l);
|
|
1501
1501
|
--dt-theme-mention-color-foreground-hsla: hsla(var(--dt-theme-mention-color-foreground-h) var(--dt-theme-mention-color-foreground-s) var(--dt-theme-mention-color-foreground-l) / var(--alpha, 100%));
|
|
1502
1502
|
--dt-theme-mention-color-foreground: #ffffff;
|
|
1503
|
+
--dt-theme-mention-color-foreground-strong-h: 0;
|
|
1504
|
+
--dt-theme-mention-color-foreground-strong-s: 0%;
|
|
1505
|
+
--dt-theme-mention-color-foreground-strong-l: 100%;
|
|
1506
|
+
--dt-theme-mention-color-foreground-strong-hsl: var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l);
|
|
1507
|
+
--dt-theme-mention-color-foreground-strong-hsla: hsla(var(--dt-theme-mention-color-foreground-strong-h) var(--dt-theme-mention-color-foreground-strong-s) var(--dt-theme-mention-color-foreground-strong-l) / var(--alpha, 100%));
|
|
1508
|
+
--dt-theme-mention-color-foreground-strong: #ffffff;
|
|
1503
1509
|
--dt-theme-mention-color-background-h: 329.20353982300884;
|
|
1504
1510
|
--dt-theme-mention-color-background-s: 100%;
|
|
1505
1511
|
--dt-theme-mention-color-background-l: 44.31372549019608%;
|
|
1506
1512
|
--dt-theme-mention-color-background-hsl: var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l);
|
|
1507
1513
|
--dt-theme-mention-color-background-hsla: hsla(var(--dt-theme-mention-color-background-h) var(--dt-theme-mention-color-background-s) var(--dt-theme-mention-color-background-l) / var(--alpha, 100%));
|
|
1508
1514
|
--dt-theme-mention-color-background: #E20074;
|
|
1515
|
+
--dt-theme-mention-color-background-strong-h: 327.45762711864404;
|
|
1516
|
+
--dt-theme-mention-color-background-strong-s: 98.33333333333334%;
|
|
1517
|
+
--dt-theme-mention-color-background-strong-l: 23.52941176470588%;
|
|
1518
|
+
--dt-theme-mention-color-background-strong-hsl: var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l);
|
|
1519
|
+
--dt-theme-mention-color-background-strong-hsla: hsla(var(--dt-theme-mention-color-background-strong-h) var(--dt-theme-mention-color-background-strong-s) var(--dt-theme-mention-color-background-strong-l) / var(--alpha, 100%));
|
|
1520
|
+
--dt-theme-mention-color-background-strong: #770141;
|
|
1509
1521
|
--dt-avatar-color-foreground-h: 0;
|
|
1510
1522
|
--dt-avatar-color-foreground-s: 0%;
|
|
1511
1523
|
--dt-avatar-color-foreground-l: 0%;
|