@dialpad/dialtone 9.99.0-beta.1 → 9.99.1-beta.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 +7 -5
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +7 -5
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +20188 -20188
- package/dist/vue2/components/list_item/list_item.vue.cjs +1 -1
- package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -1
- package/dist/vue2/components/list_item/list_item.vue.js +1 -1
- package/dist/vue2/components/list_item/list_item.vue.js.map +1 -1
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue3/components/button/button.vue.cjs +1 -2
- package/dist/vue3/components/button/button.vue.cjs.map +1 -1
- package/dist/vue3/components/button/button.vue.js +1 -2
- package/dist/vue3/components/button/button.vue.js.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -850,7 +850,7 @@ template {
|
|
|
850
850
|
.d-item-layout--custom {
|
|
851
851
|
display: grid;
|
|
852
852
|
}
|
|
853
|
-
.d-item-layout--custom
|
|
853
|
+
.d-item-layout--custom .d-item-layout__content {
|
|
854
854
|
display: grid;
|
|
855
855
|
grid-auto-rows: auto;
|
|
856
856
|
}
|
|
@@ -3025,6 +3025,7 @@ legend .d-label--md {
|
|
|
3025
3025
|
}
|
|
3026
3026
|
.d-list-item__wrapper {
|
|
3027
3027
|
gap: var(--dt-space-400);
|
|
3028
|
+
min-height: calc(var(--dt-size-550) + var(--dt-size-300));
|
|
3028
3029
|
padding: var(--dt-space-300) var(--dt-space-400);
|
|
3029
3030
|
line-height: var(--dt-font-line-height-300);
|
|
3030
3031
|
}
|
|
@@ -3034,8 +3035,7 @@ legend .d-label--md {
|
|
|
3034
3035
|
display: grid;
|
|
3035
3036
|
place-content: center;
|
|
3036
3037
|
}
|
|
3037
|
-
.d-list-
|
|
3038
|
-
display: grid;
|
|
3038
|
+
.d-list-item__content {
|
|
3039
3039
|
align-content: center;
|
|
3040
3040
|
}
|
|
3041
3041
|
.d-list-item__subtitle {
|
|
@@ -8363,7 +8363,7 @@ ul {
|
|
|
8363
8363
|
position: relative;
|
|
8364
8364
|
display: block;
|
|
8365
8365
|
}
|
|
8366
|
-
.d-recipe-combobox-multi-select__list .d-list-
|
|
8366
|
+
.d-recipe-combobox-multi-select__list .d-list-item__content {
|
|
8367
8367
|
min-height: calc(var(--dt-size-550) + var(--dt-size-300));
|
|
8368
8368
|
}
|
|
8369
8369
|
.d-recipe-combobox-multi-select__list--loading {
|
|
@@ -8371,7 +8371,7 @@ ul {
|
|
|
8371
8371
|
padding-bottom: var(--dt-space-500);
|
|
8372
8372
|
text-align: center;
|
|
8373
8373
|
}
|
|
8374
|
-
.d-recipe-combobox-with-popover__list .d-list-
|
|
8374
|
+
.d-recipe-combobox-with-popover__list .d-list-item__content {
|
|
8375
8375
|
min-height: calc(var(--dt-size-550) + var(--dt-size-300));
|
|
8376
8376
|
}
|
|
8377
8377
|
.d-recipe-contact-info {
|
|
@@ -8643,7 +8643,9 @@ ul {
|
|
|
8643
8643
|
text-align: end;
|
|
8644
8644
|
}
|
|
8645
8645
|
.d-recipe-feed-item-row .d-list-item__wrapper {
|
|
8646
|
+
min-height: auto;
|
|
8646
8647
|
padding: 0;
|
|
8648
|
+
font: var(--dt-typography-body-md-compact);
|
|
8647
8649
|
}
|
|
8648
8650
|
.d-recipe-feed-item-row .d-list-item__bottom {
|
|
8649
8651
|
margin-top: 0;
|