@dialpad/dialtone 9.101.1 → 9.101.2-alpha.1
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 +0 -3
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +0 -3
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +11286 -11286
- package/dist/vue2/components/tab/tab_panel.vue.cjs.map +1 -1
- package/dist/vue2/components/tab/tab_panel.vue.js.map +1 -1
- package/package.json +2 -2
|
@@ -4297,9 +4297,6 @@ legend .d-label--md {
|
|
|
4297
4297
|
.d-table--striped.d-table--inverted tr:nth-child(even) {
|
|
4298
4298
|
background-color: hsla(var(--bgc-primary-hsl) / 0.1);
|
|
4299
4299
|
}
|
|
4300
|
-
.d-tab-panel--hidden {
|
|
4301
|
-
display: none;
|
|
4302
|
-
}
|
|
4303
4300
|
.d-tablist {
|
|
4304
4301
|
--tab-color-background: var(--dt-action-color-background-base-default);
|
|
4305
4302
|
--tab-color-text: var(--dt-action-color-foreground-muted-default);
|