@dialpad/dialtone 9.74.1 → 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 +9204 -9204
- 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/vue2/components/tooltip/tooltip.vue.cjs +3 -3
- package/dist/vue2/components/tooltip/tooltip.vue.cjs.map +1 -1
- package/dist/vue2/components/tooltip/tooltip.vue.js +3 -3
- package/dist/vue2/components/tooltip/tooltip.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/dist/vue3/components/tooltip/tooltip.vue.cjs +3 -3
- package/dist/vue3/components/tooltip/tooltip.vue.cjs.map +1 -1
- package/dist/vue3/components/tooltip/tooltip.vue.js +3 -3
- package/dist/vue3/components/tooltip/tooltip.vue.js.map +1 -1
- package/package.json +3 -3
- 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
package/dist/css/dialtone.css
CHANGED
|
@@ -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
|
}
|