@dialpad/dialtone 9.99.0 → 9.100.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 +94 -85
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +94 -85
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +11964 -11964
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/item_layout/item_layout.vue.cjs +63 -1
- package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -1
- package/dist/vue2/components/item_layout/item_layout.vue.js +63 -1
- package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -1
- package/dist/vue2/components/list_item/list_item.vue.cjs +12 -13
- package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -1
- package/dist/vue2/components/list_item/list_item.vue.js +12 -13
- package/dist/vue2/components/list_item/list_item.vue.js.map +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -0
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +2 -1
- package/dist/vue2/lib/ivr-node.cjs +1 -0
- package/dist/vue2/lib/ivr-node.cjs.map +1 -1
- package/dist/vue2/lib/ivr-node.js +2 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +3 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +5 -3
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs +6 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js +6 -1
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +5 -1
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -1
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +5 -1
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +10 -10
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +10 -10
- package/dist/vue2/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +2 -4
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +2 -4
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +4 -4
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +4 -4
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts +66 -1
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +1 -22
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/index.d.ts +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/item_layout/item_layout.vue.cjs +102 -44
- package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -1
- package/dist/vue3/components/item_layout/item_layout.vue.js +103 -45
- package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -1
- package/dist/vue3/components/list_item/list_item.vue.cjs +24 -17
- package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -1
- package/dist/vue3/components/list_item/list_item.vue.js +24 -17
- package/dist/vue3/components/list_item/list_item.vue.js.map +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -0
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +2 -1
- package/dist/vue3/lib/ivr-node.cjs +1 -0
- package/dist/vue3/lib/ivr-node.cjs.map +1 -1
- package/dist/vue3/lib/ivr-node.js +2 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +3 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +5 -3
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs +6 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js +6 -1
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +5 -1
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -1
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +5 -1
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs +51 -21
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js +52 -22
- package/dist/vue3/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +2 -4
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +2 -4
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +16 -4
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +16 -4
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts +64 -0
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +1 -24
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/index.d.ts +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +6 -0
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/package.json +6 -2
|
@@ -811,71 +811,48 @@ template {
|
|
|
811
811
|
font-size: var(--dt-font-size-200);
|
|
812
812
|
line-height: var(--dt-font-line-height-300);
|
|
813
813
|
}
|
|
814
|
-
.d-item-layout > .d-item-
|
|
814
|
+
.d-item-layout > .d-item-layout__content {
|
|
815
815
|
display: flex;
|
|
816
816
|
flex-direction: column;
|
|
817
817
|
flex-grow: 1;
|
|
818
818
|
justify-content: center;
|
|
819
819
|
min-width: var(--dt-size-0);
|
|
820
820
|
}
|
|
821
|
-
.d-item-layout > .d-item-
|
|
821
|
+
.d-item-layout > .d-item-layout__content > .d-item-layout__subtitle {
|
|
822
822
|
color: var(--dt-color-foreground-tertiary);
|
|
823
823
|
font-size: var(--dt-font-size-100);
|
|
824
824
|
}
|
|
825
|
-
.d-item-layout > .d-item-
|
|
825
|
+
.d-item-layout > .d-item-layout__content > .d-item-layout__subtitle-with-title {
|
|
826
826
|
margin-top: var(--dt-space-200-negative);
|
|
827
827
|
}
|
|
828
|
-
.d-item-layout > .d-item-
|
|
828
|
+
.d-item-layout > .d-item-layout__content > .d-item-layout__bottom {
|
|
829
829
|
margin-top: var(--dt-space-200);
|
|
830
830
|
}
|
|
831
|
-
.d-item-layout > .d-item-
|
|
832
|
-
.d-item-layout > .d-item-
|
|
831
|
+
.d-item-layout > .d-item-layout__right,
|
|
832
|
+
.d-item-layout > .d-item-layout__left {
|
|
833
833
|
display: flex;
|
|
834
834
|
align-items: center;
|
|
835
835
|
min-width: var(--dt-size-600);
|
|
836
836
|
min-height: inherit;
|
|
837
837
|
}
|
|
838
|
-
.d-item-layout > .d-item-
|
|
838
|
+
.d-item-layout > .d-item-layout__right {
|
|
839
839
|
flex-shrink: 0;
|
|
840
840
|
padding-left: var(--dt-space-400);
|
|
841
841
|
}
|
|
842
|
-
.d-item-layout > .d-item-
|
|
842
|
+
.d-item-layout > .d-item-layout__left {
|
|
843
843
|
justify-content: flex-end;
|
|
844
844
|
padding-right: var(--dt-space-400);
|
|
845
845
|
}
|
|
846
|
-
.d-item-layout > .d-item-
|
|
846
|
+
.d-item-layout > .d-item-layout__selected {
|
|
847
847
|
display: flex;
|
|
848
848
|
align-items: center;
|
|
849
849
|
}
|
|
850
850
|
.d-item-layout--custom {
|
|
851
851
|
display: grid;
|
|
852
|
-
grid-template-areas: 'left content right selected';
|
|
853
|
-
grid-template-columns: minmax(0, -webkit-max-content) 1fr minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
|
|
854
|
-
grid-template-columns: minmax(0, max-content) 1fr minmax(0, max-content) minmax(0, max-content);
|
|
855
852
|
}
|
|
856
|
-
.d-item-layout--custom
|
|
857
|
-
grid-area: left;
|
|
858
|
-
}
|
|
859
|
-
.d-item-layout--custom > .d-item-layout--right {
|
|
860
|
-
grid-area: right;
|
|
861
|
-
}
|
|
862
|
-
.d-item-layout--custom > .d-item-layout--content {
|
|
853
|
+
.d-item-layout--custom .d-item-layout__content {
|
|
863
854
|
display: grid;
|
|
864
|
-
grid-
|
|
865
|
-
grid-template-areas: 'title' 'subtitle' 'bottom';
|
|
866
|
-
grid-template-rows: repeat(auto-fit, minmax(0, auto));
|
|
867
|
-
}
|
|
868
|
-
.d-item-layout--custom > .d-item-layout--content > .d-item-layout--title {
|
|
869
|
-
grid-area: title;
|
|
870
|
-
}
|
|
871
|
-
.d-item-layout--custom > .d-item-layout--content > .d-item-layout--subtitle {
|
|
872
|
-
grid-area: subtitle;
|
|
873
|
-
}
|
|
874
|
-
.d-item-layout--custom > .d-item-layout--content > .d-item-layout--bottom {
|
|
875
|
-
grid-area: bottom;
|
|
876
|
-
}
|
|
877
|
-
.d-item-layout--custom > .d-item-layout--selected {
|
|
878
|
-
grid-area: selected;
|
|
855
|
+
grid-auto-rows: auto;
|
|
879
856
|
}
|
|
880
857
|
.d-avatar {
|
|
881
858
|
--avatar-color-background: var(--dt-avatar-color-background-000);
|
|
@@ -3034,9 +3011,6 @@ legend .d-label--md {
|
|
|
3034
3011
|
.d-list-item--highlighted:active {
|
|
3035
3012
|
background-color: var(--dt-action-color-background-muted-active);
|
|
3036
3013
|
}
|
|
3037
|
-
.d-list-item--selected-icon {
|
|
3038
|
-
margin-left: var(--dt-space-400);
|
|
3039
|
-
}
|
|
3040
3014
|
.d-list-item[role="menuitem"] {
|
|
3041
3015
|
border-radius: var(--dt-size-300);
|
|
3042
3016
|
}
|
|
@@ -3049,6 +3023,29 @@ legend .d-label--md {
|
|
|
3049
3023
|
outline: none;
|
|
3050
3024
|
box-shadow: var(--dt-shadow-focus);
|
|
3051
3025
|
}
|
|
3026
|
+
.d-list-item__wrapper {
|
|
3027
|
+
gap: var(--dt-space-400);
|
|
3028
|
+
min-height: calc(var(--dt-size-550) + var(--dt-size-300));
|
|
3029
|
+
padding: var(--dt-space-300) var(--dt-space-400);
|
|
3030
|
+
line-height: var(--dt-font-line-height-300);
|
|
3031
|
+
}
|
|
3032
|
+
.d-list-item__left,
|
|
3033
|
+
.d-list-item__right,
|
|
3034
|
+
.d-list-item__selected {
|
|
3035
|
+
display: grid;
|
|
3036
|
+
place-content: center;
|
|
3037
|
+
}
|
|
3038
|
+
.d-list-item__content {
|
|
3039
|
+
align-content: center;
|
|
3040
|
+
}
|
|
3041
|
+
.d-list-item__subtitle {
|
|
3042
|
+
margin-top: var(--dt-space-200-negative);
|
|
3043
|
+
color: var(--dt-color-foreground-tertiary);
|
|
3044
|
+
font-size: var(--dt-font-size-100);
|
|
3045
|
+
}
|
|
3046
|
+
.d-list-item__bottom {
|
|
3047
|
+
margin-top: var(--dt-space-200);
|
|
3048
|
+
}
|
|
3052
3049
|
.d-modal {
|
|
3053
3050
|
--modal-backdrop-color-background: var(--dt-color-surface-backdrop);
|
|
3054
3051
|
--modal-dialog-padding: var(--dt-space-600);
|
|
@@ -8366,46 +8363,53 @@ ul {
|
|
|
8366
8363
|
position: relative;
|
|
8367
8364
|
display: block;
|
|
8368
8365
|
}
|
|
8366
|
+
.d-recipe-combobox-multi-select__list .d-list-item__content {
|
|
8367
|
+
min-height: calc(var(--dt-size-550) + var(--dt-size-300));
|
|
8368
|
+
}
|
|
8369
8369
|
.d-recipe-combobox-multi-select__list--loading {
|
|
8370
8370
|
padding-top: var(--dt-space-500);
|
|
8371
8371
|
padding-bottom: var(--dt-space-500);
|
|
8372
8372
|
text-align: center;
|
|
8373
8373
|
}
|
|
8374
|
+
.d-recipe-combobox-with-popover__list .d-list-item__content {
|
|
8375
|
+
min-height: calc(var(--dt-size-550) + var(--dt-size-300));
|
|
8376
|
+
}
|
|
8374
8377
|
.d-recipe-contact-info {
|
|
8375
8378
|
--contact-info-avatar-border-color: var(--dt-color-surface-primary);
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
}
|
|
8381
|
-
.d-recipe-contact-info .d-item-layout--content {
|
|
8382
|
-
/*
|
|
8383
|
-
DP-74536: Add `min-width` to make the width of "contact info" adjustable.
|
|
8384
|
-
*/
|
|
8385
|
-
min-width: var(--dt-space-825);
|
|
8379
|
+
padding: var(--dt-space-300) var(--dt-space-400);
|
|
8380
|
+
-webkit-column-gap: var(--dt-space-400);
|
|
8381
|
+
-moz-column-gap: var(--dt-space-400);
|
|
8382
|
+
column-gap: var(--dt-space-400);
|
|
8386
8383
|
}
|
|
8387
|
-
.d-recipe-contact-
|
|
8384
|
+
.d-recipe-contact-info__left {
|
|
8385
|
+
position: relative;
|
|
8386
|
+
display: flex;
|
|
8388
8387
|
align-items: center;
|
|
8389
8388
|
justify-content: flex-start;
|
|
8390
|
-
/*
|
|
8391
|
-
DP-74536: To make 'Avatar' in fixed position when resizing the window.
|
|
8392
|
-
*/
|
|
8393
8389
|
min-width: var(--dt-space-650);
|
|
8394
|
-
|
|
8395
|
-
.d-recipe-contact-info .d-item-layout--right {
|
|
8396
|
-
align-items: center;
|
|
8397
|
-
/*
|
|
8398
|
-
DP-74536: Remove `min-width` which cause extra unused empty space on the right of "contact info".
|
|
8399
|
-
*/
|
|
8400
|
-
min-width: 0;
|
|
8401
|
-
}
|
|
8402
|
-
.d-recipe-contact-info__left {
|
|
8403
|
-
position: relative;
|
|
8390
|
+
height: var(--dt-size-100-percent);
|
|
8404
8391
|
background-color: transparent;
|
|
8405
8392
|
background-image: none;
|
|
8406
8393
|
border-width: 0;
|
|
8407
8394
|
cursor: pointer;
|
|
8408
8395
|
}
|
|
8396
|
+
.d-recipe-contact-info__content {
|
|
8397
|
+
align-content: center;
|
|
8398
|
+
line-height: var(--dt-font-line-height-300);
|
|
8399
|
+
}
|
|
8400
|
+
.d-recipe-contact-info__subtitle {
|
|
8401
|
+
margin-top: var(--dt-space-200-negative);
|
|
8402
|
+
color: var(--dt-color-foreground-tertiary);
|
|
8403
|
+
font-size: var(--dt-font-size-100);
|
|
8404
|
+
}
|
|
8405
|
+
.d-recipe-contact-info__bottom {
|
|
8406
|
+
margin-top: var(--dt-space-200);
|
|
8407
|
+
}
|
|
8408
|
+
.d-recipe-contact-info__right {
|
|
8409
|
+
display: grid;
|
|
8410
|
+
align-content: center;
|
|
8411
|
+
min-width: 0;
|
|
8412
|
+
}
|
|
8409
8413
|
.d-recipe-contact-info__avatars {
|
|
8410
8414
|
display: flex;
|
|
8411
8415
|
flex-direction: row;
|
|
@@ -8551,13 +8555,13 @@ ul {
|
|
|
8551
8555
|
gap: var(--dt-space-300);
|
|
8552
8556
|
width: var(--dt-size-100-percent);
|
|
8553
8557
|
padding: var(--dt-space-400);
|
|
8554
|
-
|
|
8555
|
-
.d-recipe-feed-item-pill__layout > .d-item-layout--left {
|
|
8556
|
-
justify-content: center;
|
|
8557
|
-
padding-right: var(--dt-space-0);
|
|
8558
|
+
line-height: var(--dt-font-line-height-300);
|
|
8558
8559
|
}
|
|
8559
8560
|
.d-recipe-feed-item-pill__icon {
|
|
8560
|
-
display:
|
|
8561
|
+
display: grid;
|
|
8562
|
+
place-content: center;
|
|
8563
|
+
min-width: var(--dt-size-600);
|
|
8564
|
+
height: var(--dt-size-100-percent);
|
|
8561
8565
|
}
|
|
8562
8566
|
.d-recipe-feed-item-pill__icon svg {
|
|
8563
8567
|
-webkit-animation: d-recipe-feed-item-pill-fade 0.15s ease-in;
|
|
@@ -8568,8 +8572,25 @@ ul {
|
|
|
8568
8572
|
justify-content: center;
|
|
8569
8573
|
}
|
|
8570
8574
|
.d-recipe-feed-item-pill__title {
|
|
8575
|
+
display: grid;
|
|
8576
|
+
align-content: center;
|
|
8577
|
+
height: var(--dt-size-100-percent);
|
|
8571
8578
|
font-weight: var(--dt-font-weight-bold);
|
|
8572
8579
|
}
|
|
8580
|
+
.d-recipe-feed-item-pill__subtitle {
|
|
8581
|
+
margin-top: var(--dt-space-200-negative);
|
|
8582
|
+
color: var(--dt-color-foreground-tertiary);
|
|
8583
|
+
font-size: var(--dt-font-size-100);
|
|
8584
|
+
}
|
|
8585
|
+
.d-recipe-feed-item-pill__bottom {
|
|
8586
|
+
margin-top: var(--dt-space-200);
|
|
8587
|
+
}
|
|
8588
|
+
.d-recipe-feed-item-pill__right {
|
|
8589
|
+
display: grid;
|
|
8590
|
+
place-content: center;
|
|
8591
|
+
min-width: var(--dt-size-600);
|
|
8592
|
+
height: var(--dt-size-100-percent);
|
|
8593
|
+
}
|
|
8573
8594
|
.d-recipe-feed-item-pill__border {
|
|
8574
8595
|
overflow: hidden;
|
|
8575
8596
|
background-clip: content-box, border-box;
|
|
@@ -8615,26 +8636,18 @@ ul {
|
|
|
8615
8636
|
.d-recipe-feed-item-row:focus-visible {
|
|
8616
8637
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
8617
8638
|
}
|
|
8618
|
-
.d-recipe-feed-item-row
|
|
8619
|
-
min-height: initial;
|
|
8620
|
-
padding: 0;
|
|
8621
|
-
font: var(--dt-typography-body-md-compact);
|
|
8622
|
-
}
|
|
8623
|
-
.d-recipe-feed-item-row > .d-item-layout > .d-item-layout--left {
|
|
8639
|
+
.d-recipe-feed-item-row .d-list-item__left {
|
|
8624
8640
|
display: block;
|
|
8625
|
-
align-
|
|
8626
|
-
min-width:
|
|
8627
|
-
padding-right: var(--dt-space-300);
|
|
8628
|
-
padding-left: var(--dt-space-0);
|
|
8641
|
+
align-content: flex-start;
|
|
8642
|
+
min-width: var(--dt-size-600);
|
|
8629
8643
|
text-align: end;
|
|
8630
8644
|
}
|
|
8631
|
-
.d-recipe-feed-item-row
|
|
8632
|
-
min-
|
|
8645
|
+
.d-recipe-feed-item-row .d-list-item__wrapper {
|
|
8646
|
+
min-height: auto;
|
|
8633
8647
|
padding: 0;
|
|
8648
|
+
font: var(--dt-typography-body-md-compact);
|
|
8634
8649
|
}
|
|
8635
|
-
.d-recipe-feed-item-row
|
|
8636
|
-
display: flex;
|
|
8637
|
-
flex-direction: column;
|
|
8650
|
+
.d-recipe-feed-item-row .d-list-item__bottom {
|
|
8638
8651
|
margin-top: 0;
|
|
8639
8652
|
}
|
|
8640
8653
|
.d-recipe-feed-item-row__state--searched {
|
|
@@ -8653,9 +8666,6 @@ ul {
|
|
|
8653
8666
|
padding-top: var(--dt-space-300);
|
|
8654
8667
|
padding-bottom: var(--dt-space-300);
|
|
8655
8668
|
}
|
|
8656
|
-
.d-recipe-feed-item-row__content {
|
|
8657
|
-
padding-left: var(--dt-space-300);
|
|
8658
|
-
}
|
|
8659
8669
|
.d-recipe-feed-item-row__attachment {
|
|
8660
8670
|
padding-top: var(--dt-space-200);
|
|
8661
8671
|
padding-bottom: var(--dt-space-300);
|
|
@@ -8694,7 +8704,6 @@ ul {
|
|
|
8694
8704
|
flex-wrap: wrap;
|
|
8695
8705
|
padding-top: var(--dt-space-200);
|
|
8696
8706
|
padding-bottom: var(--dt-space-200);
|
|
8697
|
-
padding-left: var(--dt-space-300);
|
|
8698
8707
|
}
|
|
8699
8708
|
.d-recipe-feed-item-row__threading {
|
|
8700
8709
|
padding-top: var(--dt-space-200);
|