@dialpad/dialtone 9.74.2 → 9.74.3
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 -21
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +0 -12
- package/dist/css/dialtone.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 +2423 -2423
- 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/dist/vue2/components/modal/modal.vue.cjs +2 -2
- package/dist/vue2/components/modal/modal.vue.cjs.map +1 -1
- package/dist/vue2/components/modal/modal.vue.js +2 -2
- package/dist/vue2/components/modal/modal.vue.js.map +1 -1
- package/dist/vue3/components/modal/modal.vue.cjs +25 -20
- package/dist/vue3/components/modal/modal.vue.cjs.map +1 -1
- package/dist/vue3/components/modal/modal.vue.js +26 -21
- package/dist/vue3/components/modal/modal.vue.js.map +1 -1
- package/package.json +1 -1
- 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
|
@@ -3006,7 +3006,6 @@ legend .d-label--md {
|
|
|
3006
3006
|
border-top-right-radius: 0;
|
|
3007
3007
|
}
|
|
3008
3008
|
.d-modal--full {
|
|
3009
|
-
--modal-dialog-padding: 0;
|
|
3010
3009
|
padding: 0;
|
|
3011
3010
|
overflow: hidden scroll;
|
|
3012
3011
|
-webkit-transform: unset !important;
|
|
@@ -3021,16 +3020,8 @@ legend .d-label--md {
|
|
|
3021
3020
|
-webkit-transform: unset !important;
|
|
3022
3021
|
transform: unset !important;
|
|
3023
3022
|
}
|
|
3024
|
-
.d-modal--full .d-modal__header {
|
|
3025
|
-
padding: var(--dt-space-600) var(--dt-space-600) 0;
|
|
3026
|
-
}
|
|
3027
|
-
.d-modal--full .d-modal__content {
|
|
3028
|
-
padding-right: 0;
|
|
3029
|
-
padding-left: var(--dt-space-600);
|
|
3030
|
-
}
|
|
3031
3023
|
.d-modal--full .d-modal__footer {
|
|
3032
3024
|
margin-top: auto !important;
|
|
3033
|
-
padding: 0 var(--dt-space-550) var(--dt-space-600) var(--dt-space-600);
|
|
3034
3025
|
}
|
|
3035
3026
|
.d-modal--full .d-modal__banner {
|
|
3036
3027
|
max-width: unset;
|
|
@@ -3042,9 +3033,6 @@ legend .d-label--md {
|
|
|
3042
3033
|
flex-direction: column;
|
|
3043
3034
|
overflow: hidden;
|
|
3044
3035
|
}
|
|
3045
|
-
.d-modal__dialog--scrollable .d-modal__content {
|
|
3046
|
-
overflow-y: auto;
|
|
3047
|
-
}
|
|
3048
3036
|
.d-modal--danger {
|
|
3049
3037
|
--modal-header-color-text: var(--dt-color-foreground-primary);
|
|
3050
3038
|
}
|
|
@@ -8093,13 +8081,6 @@ body {
|
|
|
8093
8081
|
:root {
|
|
8094
8082
|
color-scheme: light;
|
|
8095
8083
|
--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
8084
|
--dt-shadow-focus-2-type: dropShadow;
|
|
8104
8085
|
--dt-shadow-focus-1-type: dropShadow;
|
|
8105
8086
|
--dt-shadow-card-3-type: dropShadow;
|
|
@@ -8681,7 +8662,7 @@ body {
|
|
|
8681
8662
|
--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
8663
|
--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
8664
|
--dt-shadow-focus-2-color: #51A0FE;
|
|
8684
|
-
--dt-shadow-focus-2-spread: var(--dt-size-200) + var(--dt-size-100);
|
|
8665
|
+
--dt-shadow-focus-2-spread: calc(var(--dt-size-200) + var(--dt-size-100));
|
|
8685
8666
|
--dt-shadow-focus-2-blur: var(--dt-size-0);
|
|
8686
8667
|
--dt-shadow-focus-1-offset-y: var(--dt-size-0);
|
|
8687
8668
|
--dt-shadow-focus-1-offset-x: var(--dt-size-0);
|
|
@@ -8763,6 +8744,13 @@ body {
|
|
|
8763
8744
|
--dt-shadow-small-color: rgba(0, 0, 0, 0.15);
|
|
8764
8745
|
--dt-shadow-small-spread: var(--dt-size-0);
|
|
8765
8746
|
--dt-shadow-small-blur: var(--dt-size-300);
|
|
8747
|
+
--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;
|
|
8748
|
+
--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);
|
|
8749
|
+
--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);
|
|
8750
|
+
--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);
|
|
8751
|
+
--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);
|
|
8752
|
+
--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);
|
|
8753
|
+
--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
8754
|
--dt-color-gradient-magenta-purple-h: 0;
|
|
8767
8755
|
--dt-color-gradient-magenta-purple-s: 0%;
|
|
8768
8756
|
--dt-color-gradient-magenta-purple-l: 0%;
|
|
@@ -21930,7 +21918,7 @@ body {
|
|
|
21930
21918
|
--dt-color-foreground-primary-hsl: var(--dt-color-foreground-primary-h) var(--dt-color-foreground-primary-s) var(--dt-color-foreground-primary-l);
|
|
21931
21919
|
--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
21920
|
--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);
|
|
21921
|
+
--dt-size-border-focus: calc(var(--dt-size-border-200) + var(--dt-size-border-100));
|
|
21934
21922
|
--dt-radio-color-border-checked-h: 0;
|
|
21935
21923
|
--dt-radio-color-border-checked-s: 0%;
|
|
21936
21924
|
--dt-radio-color-border-checked-l: 0%;
|