@dialpad/dialtone 9.74.2 → 9.75.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 +9 -9
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/tokens/tokens-base-dark.css +8 -8
- package/dist/css/tokens/tokens-base-light.css +8 -8
- package/dist/css/tokens/tokens-dp-dark.css +1 -1
- package/dist/css/tokens/tokens-dp-light.css +1 -1
- package/dist/css/tokens/tokens-expressive-dark.css +1 -1
- package/dist/css/tokens/tokens-expressive-light.css +1 -1
- package/dist/css/tokens/tokens-expressive-sm-dark.css +1 -1
- package/dist/css/tokens/tokens-expressive-sm-light.css +1 -1
- package/dist/css/tokens/tokens-tmo-dark.css +1 -1
- package/dist/css/tokens/tokens-tmo-light.css +1 -1
- package/dist/tokens/css/tokens-base-dark.css +8 -8
- package/dist/tokens/css/tokens-base-light.css +8 -8
- package/dist/tokens/css/tokens-dp-dark.css +1 -1
- package/dist/tokens/css/tokens-dp-light.css +1 -1
- package/dist/tokens/css/tokens-expressive-dark.css +1 -1
- package/dist/tokens/css/tokens-expressive-light.css +1 -1
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1 -1
- package/dist/tokens/css/tokens-expressive-sm-light.css +1 -1
- package/dist/tokens/css/tokens-tmo-dark.css +1 -1
- package/dist/tokens/css/tokens-tmo-light.css +1 -1
- package/dist/tokens/doc.json +6594 -6594
- package/dist/tokens/themes/chunks/tokens-base-dark-BspLyPe6.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-D9QWQ06G.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-B2jKQq80.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-CCF-uj56.js +1 -0
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +2 -2
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +2 -2
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +2 -2
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +2 -2
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +2 -2
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +2 -2
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +2 -2
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +2 -2
- package/package.json +2 -2
- package/dist/tokens/themes/chunks/tokens-base-dark-D3v4_NMT.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-dark-SlAAMLw5.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-BUcyLIIS.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-light-Dx0sRL2j.js +0 -1
|
@@ -8093,13 +8093,6 @@ body {
|
|
|
8093
8093
|
:root {
|
|
8094
8094
|
color-scheme: light;
|
|
8095
8095
|
--dt-shadow-focus-inset-type: innerShadow;
|
|
8096
|
-
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-offset-x) var(--dt-shadow-focus-inset-offset-y) var(--dt-shadow-focus-inset-blur) var(--dt-shadow-focus-inset-spread) var(--dt-shadow-focus-inset-color) inset;
|
|
8097
|
-
--dt-shadow-focus: var(--dt-shadow-focus-1-offset-x) var(--dt-shadow-focus-1-offset-y) var(--dt-shadow-focus-1-blur) var(--dt-shadow-focus-1-spread) var(--dt-shadow-focus-1-color), var(--dt-shadow-focus-2-offset-x) var(--dt-shadow-focus-2-offset-y) var(--dt-shadow-focus-2-blur) var(--dt-shadow-focus-2-spread) var(--dt-shadow-focus-2-color);
|
|
8098
|
-
--dt-shadow-card: var(--dt-shadow-card-1-offset-x) var(--dt-shadow-card-1-offset-y) var(--dt-shadow-card-1-blur) var(--dt-shadow-card-1-spread) var(--dt-shadow-card-1-color), var(--dt-shadow-card-2-offset-x) var(--dt-shadow-card-2-offset-y) var(--dt-shadow-card-2-blur) var(--dt-shadow-card-2-spread) var(--dt-shadow-card-2-color), var(--dt-shadow-card-3-offset-x) var(--dt-shadow-card-3-offset-y) var(--dt-shadow-card-3-blur) var(--dt-shadow-card-3-spread) var(--dt-shadow-card-3-color);
|
|
8099
|
-
--dt-shadow-extra-large: var(--dt-shadow-extra-large-offset-x) var(--dt-shadow-extra-large-offset-y) var(--dt-shadow-extra-large-blur) var(--dt-shadow-extra-large-spread) var(--dt-shadow-extra-large-color);
|
|
8100
|
-
--dt-shadow-large: var(--dt-shadow-large-offset-x) var(--dt-shadow-large-offset-y) var(--dt-shadow-large-blur) var(--dt-shadow-large-spread) var(--dt-shadow-large-color);
|
|
8101
|
-
--dt-shadow-medium: var(--dt-shadow-medium-offset-x) var(--dt-shadow-medium-offset-y) var(--dt-shadow-medium-blur) var(--dt-shadow-medium-spread) var(--dt-shadow-medium-color);
|
|
8102
|
-
--dt-shadow-small: var(--dt-shadow-small-offset-x) var(--dt-shadow-small-offset-y) var(--dt-shadow-small-blur) var(--dt-shadow-small-spread) var(--dt-shadow-small-color);
|
|
8103
8096
|
--dt-shadow-focus-2-type: dropShadow;
|
|
8104
8097
|
--dt-shadow-focus-1-type: dropShadow;
|
|
8105
8098
|
--dt-shadow-card-3-type: dropShadow;
|
|
@@ -8681,7 +8674,7 @@ body {
|
|
|
8681
8674
|
--dt-shadow-focus-2-color-hsl: var(--dt-shadow-focus-2-color-h) var(--dt-shadow-focus-2-color-s) var(--dt-shadow-focus-2-color-l);
|
|
8682
8675
|
--dt-shadow-focus-2-color-hsla: hsla(var(--dt-shadow-focus-2-color-h) var(--dt-shadow-focus-2-color-s) var(--dt-shadow-focus-2-color-l) / var(--alpha, 100%));
|
|
8683
8676
|
--dt-shadow-focus-2-color: #51A0FE;
|
|
8684
|
-
--dt-shadow-focus-2-spread: var(--dt-size-200) + var(--dt-size-100);
|
|
8677
|
+
--dt-shadow-focus-2-spread: calc(var(--dt-size-200) + var(--dt-size-100));
|
|
8685
8678
|
--dt-shadow-focus-2-blur: var(--dt-size-0);
|
|
8686
8679
|
--dt-shadow-focus-1-offset-y: var(--dt-size-0);
|
|
8687
8680
|
--dt-shadow-focus-1-offset-x: var(--dt-size-0);
|
|
@@ -8763,6 +8756,13 @@ body {
|
|
|
8763
8756
|
--dt-shadow-small-color: rgba(0, 0, 0, 0.15);
|
|
8764
8757
|
--dt-shadow-small-spread: var(--dt-size-0);
|
|
8765
8758
|
--dt-shadow-small-blur: var(--dt-size-300);
|
|
8759
|
+
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-offset-x) var(--dt-shadow-focus-inset-offset-y) var(--dt-shadow-focus-inset-blur) var(--dt-shadow-focus-inset-spread) var(--dt-shadow-focus-inset-color) inset;
|
|
8760
|
+
--dt-shadow-focus: var(--dt-shadow-focus-1-offset-x) var(--dt-shadow-focus-1-offset-y) var(--dt-shadow-focus-1-blur) var(--dt-shadow-focus-1-spread) var(--dt-shadow-focus-1-color), var(--dt-shadow-focus-2-offset-x) var(--dt-shadow-focus-2-offset-y) var(--dt-shadow-focus-2-blur) var(--dt-shadow-focus-2-spread) var(--dt-shadow-focus-2-color);
|
|
8761
|
+
--dt-shadow-card: var(--dt-shadow-card-1-offset-x) var(--dt-shadow-card-1-offset-y) var(--dt-shadow-card-1-blur) var(--dt-shadow-card-1-spread) var(--dt-shadow-card-1-color), var(--dt-shadow-card-2-offset-x) var(--dt-shadow-card-2-offset-y) var(--dt-shadow-card-2-blur) var(--dt-shadow-card-2-spread) var(--dt-shadow-card-2-color), var(--dt-shadow-card-3-offset-x) var(--dt-shadow-card-3-offset-y) var(--dt-shadow-card-3-blur) var(--dt-shadow-card-3-spread) var(--dt-shadow-card-3-color);
|
|
8762
|
+
--dt-shadow-extra-large: var(--dt-shadow-extra-large-offset-x) var(--dt-shadow-extra-large-offset-y) var(--dt-shadow-extra-large-blur) var(--dt-shadow-extra-large-spread) var(--dt-shadow-extra-large-color);
|
|
8763
|
+
--dt-shadow-large: var(--dt-shadow-large-offset-x) var(--dt-shadow-large-offset-y) var(--dt-shadow-large-blur) var(--dt-shadow-large-spread) var(--dt-shadow-large-color);
|
|
8764
|
+
--dt-shadow-medium: var(--dt-shadow-medium-offset-x) var(--dt-shadow-medium-offset-y) var(--dt-shadow-medium-blur) var(--dt-shadow-medium-spread) var(--dt-shadow-medium-color);
|
|
8765
|
+
--dt-shadow-small: var(--dt-shadow-small-offset-x) var(--dt-shadow-small-offset-y) var(--dt-shadow-small-blur) var(--dt-shadow-small-spread) var(--dt-shadow-small-color);
|
|
8766
8766
|
--dt-color-gradient-magenta-purple-h: 0;
|
|
8767
8767
|
--dt-color-gradient-magenta-purple-s: 0%;
|
|
8768
8768
|
--dt-color-gradient-magenta-purple-l: 0%;
|
|
@@ -21930,7 +21930,7 @@ body {
|
|
|
21930
21930
|
--dt-color-foreground-primary-hsl: var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l);
|
|
21931
21931
|
--dt-color-foreground-primary-hsla: hsla(var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l) / var(--alpha, 100%));
|
|
21932
21932
|
--dt-color-foreground-primary: var(--dt-color-black-900); /* Default text color throughout the UI. */
|
|
21933
|
-
--dt-size-border-focus: var(--dt-size-border-200) + var(--dt-size-border-100);
|
|
21933
|
+
--dt-size-border-focus: calc(var(--dt-size-border-200) + var(--dt-size-border-100));
|
|
21934
21934
|
--dt-radio-color-border-checked-h: 0;
|
|
21935
21935
|
--dt-radio-color-border-checked-s: 0%;
|
|
21936
21936
|
--dt-radio-color-border-checked-l: 0%;
|