@wordpress/edit-site 6.19.3 → 6.21.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/CHANGELOG.md +4 -0
- package/build/components/editor/site-preview.js +0 -2
- package/build/components/editor/site-preview.js.map +1 -1
- package/build/components/global-styles/shadows-panel.js +19 -23
- package/build/components/global-styles/shadows-panel.js.map +1 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/more-menu.js +28 -30
- package/build/components/sidebar-navigation-screen-navigation-menu/more-menu.js.map +1 -1
- package/build-module/components/editor/site-preview.js +0 -2
- package/build-module/components/editor/site-preview.js.map +1 -1
- package/build-module/components/global-styles/shadows-panel.js +20 -24
- package/build-module/components/global-styles/shadows-panel.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/more-menu.js +28 -30
- package/build-module/components/sidebar-navigation-screen-navigation-menu/more-menu.js.map +1 -1
- package/build-style/posts-rtl.css +9 -4
- package/build-style/posts.css +9 -4
- package/build-style/style-rtl.css +9 -9
- package/build-style/style.css +9 -9
- package/package.json +42 -42
- package/src/components/editor/site-preview.js +0 -1
- package/src/components/global-styles/font-library-modal/style.scss +0 -5
- package/src/components/global-styles/shadows-panel.js +25 -31
- package/src/components/global-styles/style.scss +0 -1
- package/src/components/sidebar-navigation-screen-navigation-menu/more-menu.js +38 -40
- package/tsconfig.tsbuildinfo +1 -1
package/build-style/posts.css
CHANGED
|
@@ -812,6 +812,11 @@
|
|
|
812
812
|
left: 8px;
|
|
813
813
|
z-index: 1;
|
|
814
814
|
}
|
|
815
|
+
@media (hover: none) {
|
|
816
|
+
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
817
|
+
top: 8px;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
815
820
|
|
|
816
821
|
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
|
|
817
822
|
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
|
|
@@ -1582,7 +1587,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1582
1587
|
contain: content;
|
|
1583
1588
|
}
|
|
1584
1589
|
|
|
1585
|
-
@keyframes
|
|
1590
|
+
@keyframes _w6icl_slide-from-right {
|
|
1586
1591
|
from {
|
|
1587
1592
|
transform: translateX(50px);
|
|
1588
1593
|
opacity: 0;
|
|
@@ -1592,7 +1597,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1592
1597
|
opacity: 1;
|
|
1593
1598
|
}
|
|
1594
1599
|
}
|
|
1595
|
-
@keyframes
|
|
1600
|
+
@keyframes _w6icl_slide-from-left {
|
|
1596
1601
|
from {
|
|
1597
1602
|
transform: translateX(-50px);
|
|
1598
1603
|
opacity: 0;
|
|
@@ -1648,10 +1653,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1648
1653
|
}
|
|
1649
1654
|
}
|
|
1650
1655
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
1651
|
-
animation-name:
|
|
1656
|
+
animation-name: _w6icl_slide-from-left;
|
|
1652
1657
|
}
|
|
1653
1658
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
1654
|
-
animation-name:
|
|
1659
|
+
animation-name: _w6icl_slide-from-right;
|
|
1655
1660
|
}
|
|
1656
1661
|
|
|
1657
1662
|
.edit-site-site-hub {
|
|
@@ -812,6 +812,11 @@
|
|
|
812
812
|
right: 8px;
|
|
813
813
|
z-index: 1;
|
|
814
814
|
}
|
|
815
|
+
@media (hover: none) {
|
|
816
|
+
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
817
|
+
top: 8px;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
815
820
|
|
|
816
821
|
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
|
|
817
822
|
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
|
|
@@ -1723,7 +1728,6 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
1723
1728
|
flex-shrink: 0;
|
|
1724
1729
|
}
|
|
1725
1730
|
|
|
1726
|
-
.edit-site-global-styles__shadows-panel__title,
|
|
1727
1731
|
.edit-site-global-styles__shadows-panel__options-container {
|
|
1728
1732
|
height: 24px;
|
|
1729
1733
|
}
|
|
@@ -2767,7 +2771,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2767
2771
|
contain: content;
|
|
2768
2772
|
}
|
|
2769
2773
|
|
|
2770
|
-
@keyframes
|
|
2774
|
+
@keyframes _9vcwy_slide-from-right {
|
|
2771
2775
|
from {
|
|
2772
2776
|
transform: translateX(-50px);
|
|
2773
2777
|
opacity: 0;
|
|
@@ -2777,7 +2781,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2777
2781
|
opacity: 1;
|
|
2778
2782
|
}
|
|
2779
2783
|
}
|
|
2780
|
-
@keyframes
|
|
2784
|
+
@keyframes _9vcwy_slide-from-left {
|
|
2781
2785
|
from {
|
|
2782
2786
|
transform: translateX(50px);
|
|
2783
2787
|
opacity: 0;
|
|
@@ -2833,10 +2837,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2833
2837
|
}
|
|
2834
2838
|
}
|
|
2835
2839
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2836
|
-
animation-name:
|
|
2840
|
+
animation-name: _9vcwy_slide-from-left;
|
|
2837
2841
|
}
|
|
2838
2842
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2839
|
-
animation-name:
|
|
2843
|
+
animation-name: _9vcwy_slide-from-right;
|
|
2840
2844
|
}
|
|
2841
2845
|
|
|
2842
2846
|
.edit-site-sidebar-button {
|
|
@@ -3507,10 +3511,6 @@ body:has(.edit-site-resizable-frame__inner.is-resizing) {
|
|
|
3507
3511
|
}
|
|
3508
3512
|
}
|
|
3509
3513
|
|
|
3510
|
-
.font-library-modal__tabpanel-layout .components-base-control__field {
|
|
3511
|
-
margin-bottom: 0;
|
|
3512
|
-
}
|
|
3513
|
-
|
|
3514
3514
|
.font-library-modal__fonts-title {
|
|
3515
3515
|
text-transform: uppercase;
|
|
3516
3516
|
font-size: 11px;
|
package/build-style/style.css
CHANGED
|
@@ -812,6 +812,11 @@
|
|
|
812
812
|
left: 8px;
|
|
813
813
|
z-index: 1;
|
|
814
814
|
}
|
|
815
|
+
@media (hover: none) {
|
|
816
|
+
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
817
|
+
top: 8px;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
815
820
|
|
|
816
821
|
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
|
|
817
822
|
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
|
|
@@ -1723,7 +1728,6 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
1723
1728
|
flex-shrink: 0;
|
|
1724
1729
|
}
|
|
1725
1730
|
|
|
1726
|
-
.edit-site-global-styles__shadows-panel__title,
|
|
1727
1731
|
.edit-site-global-styles__shadows-panel__options-container {
|
|
1728
1732
|
height: 24px;
|
|
1729
1733
|
}
|
|
@@ -2768,7 +2772,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2768
2772
|
contain: content;
|
|
2769
2773
|
}
|
|
2770
2774
|
|
|
2771
|
-
@keyframes
|
|
2775
|
+
@keyframes _9vcwy_slide-from-right {
|
|
2772
2776
|
from {
|
|
2773
2777
|
transform: translateX(50px);
|
|
2774
2778
|
opacity: 0;
|
|
@@ -2778,7 +2782,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2778
2782
|
opacity: 1;
|
|
2779
2783
|
}
|
|
2780
2784
|
}
|
|
2781
|
-
@keyframes
|
|
2785
|
+
@keyframes _9vcwy_slide-from-left {
|
|
2782
2786
|
from {
|
|
2783
2787
|
transform: translateX(-50px);
|
|
2784
2788
|
opacity: 0;
|
|
@@ -2834,10 +2838,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2834
2838
|
}
|
|
2835
2839
|
}
|
|
2836
2840
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2837
|
-
animation-name:
|
|
2841
|
+
animation-name: _9vcwy_slide-from-left;
|
|
2838
2842
|
}
|
|
2839
2843
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2840
|
-
animation-name:
|
|
2844
|
+
animation-name: _9vcwy_slide-from-right;
|
|
2841
2845
|
}
|
|
2842
2846
|
|
|
2843
2847
|
.edit-site-sidebar-button {
|
|
@@ -3508,10 +3512,6 @@ body:has(.edit-site-resizable-frame__inner.is-resizing) {
|
|
|
3508
3512
|
}
|
|
3509
3513
|
}
|
|
3510
3514
|
|
|
3511
|
-
.font-library-modal__tabpanel-layout .components-base-control__field {
|
|
3512
|
-
margin-bottom: 0;
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
3515
|
.font-library-modal__fonts-title {
|
|
3516
3516
|
text-transform: uppercase;
|
|
3517
3517
|
font-size: 11px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-site",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.21.0",
|
|
4
4
|
"description": "Edit Site Page module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -30,46 +30,46 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "7.25.7",
|
|
32
32
|
"@react-spring/web": "^9.4.5",
|
|
33
|
-
"@wordpress/a11y": "^4.
|
|
34
|
-
"@wordpress/api-fetch": "^7.
|
|
35
|
-
"@wordpress/blob": "^4.
|
|
36
|
-
"@wordpress/block-editor": "^14.
|
|
37
|
-
"@wordpress/block-library": "^9.
|
|
38
|
-
"@wordpress/blocks": "^14.
|
|
39
|
-
"@wordpress/commands": "^1.
|
|
40
|
-
"@wordpress/components": "^29.
|
|
41
|
-
"@wordpress/compose": "^7.
|
|
42
|
-
"@wordpress/core-commands": "^1.
|
|
43
|
-
"@wordpress/core-data": "^7.
|
|
44
|
-
"@wordpress/data": "^10.
|
|
45
|
-
"@wordpress/dataviews": "^4.
|
|
46
|
-
"@wordpress/date": "^5.
|
|
47
|
-
"@wordpress/deprecated": "^4.
|
|
48
|
-
"@wordpress/dom": "^4.
|
|
49
|
-
"@wordpress/editor": "^14.
|
|
50
|
-
"@wordpress/element": "^6.
|
|
51
|
-
"@wordpress/escape-html": "^3.
|
|
52
|
-
"@wordpress/fields": "^0.
|
|
53
|
-
"@wordpress/hooks": "^4.
|
|
54
|
-
"@wordpress/html-entities": "^4.
|
|
55
|
-
"@wordpress/i18n": "^5.
|
|
56
|
-
"@wordpress/icons": "^10.
|
|
57
|
-
"@wordpress/keyboard-shortcuts": "^5.
|
|
58
|
-
"@wordpress/keycodes": "^4.
|
|
59
|
-
"@wordpress/media-utils": "^5.
|
|
60
|
-
"@wordpress/notices": "^5.
|
|
61
|
-
"@wordpress/patterns": "^2.
|
|
62
|
-
"@wordpress/plugins": "^7.
|
|
63
|
-
"@wordpress/preferences": "^4.
|
|
64
|
-
"@wordpress/primitives": "^4.
|
|
65
|
-
"@wordpress/private-apis": "^1.
|
|
66
|
-
"@wordpress/reusable-blocks": "^5.
|
|
67
|
-
"@wordpress/router": "^1.
|
|
68
|
-
"@wordpress/style-engine": "^2.
|
|
69
|
-
"@wordpress/url": "^4.
|
|
70
|
-
"@wordpress/viewport": "^6.
|
|
71
|
-
"@wordpress/widgets": "^4.
|
|
72
|
-
"@wordpress/wordcount": "^4.
|
|
33
|
+
"@wordpress/a11y": "^4.21.0",
|
|
34
|
+
"@wordpress/api-fetch": "^7.21.0",
|
|
35
|
+
"@wordpress/blob": "^4.21.0",
|
|
36
|
+
"@wordpress/block-editor": "^14.16.0",
|
|
37
|
+
"@wordpress/block-library": "^9.21.0",
|
|
38
|
+
"@wordpress/blocks": "^14.10.0",
|
|
39
|
+
"@wordpress/commands": "^1.21.0",
|
|
40
|
+
"@wordpress/components": "^29.7.0",
|
|
41
|
+
"@wordpress/compose": "^7.21.0",
|
|
42
|
+
"@wordpress/core-commands": "^1.21.0",
|
|
43
|
+
"@wordpress/core-data": "^7.21.0",
|
|
44
|
+
"@wordpress/data": "^10.21.0",
|
|
45
|
+
"@wordpress/dataviews": "^4.17.0",
|
|
46
|
+
"@wordpress/date": "^5.21.0",
|
|
47
|
+
"@wordpress/deprecated": "^4.21.0",
|
|
48
|
+
"@wordpress/dom": "^4.21.0",
|
|
49
|
+
"@wordpress/editor": "^14.21.0",
|
|
50
|
+
"@wordpress/element": "^6.21.0",
|
|
51
|
+
"@wordpress/escape-html": "^3.21.0",
|
|
52
|
+
"@wordpress/fields": "^0.13.0",
|
|
53
|
+
"@wordpress/hooks": "^4.21.0",
|
|
54
|
+
"@wordpress/html-entities": "^4.21.0",
|
|
55
|
+
"@wordpress/i18n": "^5.21.0",
|
|
56
|
+
"@wordpress/icons": "^10.21.0",
|
|
57
|
+
"@wordpress/keyboard-shortcuts": "^5.21.0",
|
|
58
|
+
"@wordpress/keycodes": "^4.21.0",
|
|
59
|
+
"@wordpress/media-utils": "^5.21.0",
|
|
60
|
+
"@wordpress/notices": "^5.21.0",
|
|
61
|
+
"@wordpress/patterns": "^2.21.0",
|
|
62
|
+
"@wordpress/plugins": "^7.21.0",
|
|
63
|
+
"@wordpress/preferences": "^4.21.0",
|
|
64
|
+
"@wordpress/primitives": "^4.21.0",
|
|
65
|
+
"@wordpress/private-apis": "^1.21.0",
|
|
66
|
+
"@wordpress/reusable-blocks": "^5.21.0",
|
|
67
|
+
"@wordpress/router": "^1.21.0",
|
|
68
|
+
"@wordpress/style-engine": "^2.21.0",
|
|
69
|
+
"@wordpress/url": "^4.21.0",
|
|
70
|
+
"@wordpress/viewport": "^6.21.0",
|
|
71
|
+
"@wordpress/widgets": "^4.21.0",
|
|
72
|
+
"@wordpress/wordcount": "^4.21.0",
|
|
73
73
|
"change-case": "^4.1.2",
|
|
74
74
|
"clsx": "^2.1.1",
|
|
75
75
|
"colord": "^2.9.2",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "104af00f9abcd7a4d36b87e648f148c72cc4ea5f"
|
|
88
88
|
}
|
|
@@ -75,11 +75,6 @@ $footer-height: 70px;
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
// TODO: See if this can be removed after https://github.com/WordPress/gutenberg/issues/38730
|
|
79
|
-
.font-library-modal__tabpanel-layout .components-base-control__field {
|
|
80
|
-
margin-bottom: 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
78
|
.font-library-modal__fonts-title {
|
|
84
79
|
text-transform: uppercase;
|
|
85
80
|
font-size: 11px;
|
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
__experimentalVStack as VStack,
|
|
7
7
|
__experimentalItemGroup as ItemGroup,
|
|
8
8
|
Button,
|
|
9
|
-
Flex,
|
|
10
9
|
FlexItem,
|
|
11
10
|
privateApis as componentsPrivateApis,
|
|
12
11
|
} from '@wordpress/components';
|
|
@@ -134,14 +133,9 @@ function ShadowList( {
|
|
|
134
133
|
return (
|
|
135
134
|
<VStack spacing={ 2 }>
|
|
136
135
|
<HStack justify="space-between">
|
|
137
|
-
<
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
>
|
|
141
|
-
<Subtitle level={ 3 }>{ label }</Subtitle>
|
|
142
|
-
</Flex>
|
|
143
|
-
{ canCreate && (
|
|
144
|
-
<FlexItem className="edit-site-global-styles__shadows-panel__options-container">
|
|
136
|
+
<Subtitle level={ 3 }>{ label }</Subtitle>
|
|
137
|
+
<FlexItem className="edit-site-global-styles__shadows-panel__options-container">
|
|
138
|
+
{ canCreate && (
|
|
145
139
|
<Button
|
|
146
140
|
size="small"
|
|
147
141
|
icon={ plus }
|
|
@@ -150,28 +144,28 @@ function ShadowList( {
|
|
|
150
144
|
handleAddShadow();
|
|
151
145
|
} }
|
|
152
146
|
/>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
</Menu.
|
|
171
|
-
</Menu.
|
|
172
|
-
</Menu
|
|
173
|
-
|
|
174
|
-
|
|
147
|
+
) }
|
|
148
|
+
{ !! shadows?.length && category === 'custom' && (
|
|
149
|
+
<Menu>
|
|
150
|
+
<Menu.TriggerButton
|
|
151
|
+
render={
|
|
152
|
+
<Button
|
|
153
|
+
size="small"
|
|
154
|
+
icon={ moreVertical }
|
|
155
|
+
label={ __( 'Shadow options' ) }
|
|
156
|
+
/>
|
|
157
|
+
}
|
|
158
|
+
/>
|
|
159
|
+
<Menu.Popover>
|
|
160
|
+
<Menu.Item onClick={ onReset }>
|
|
161
|
+
<Menu.ItemLabel>
|
|
162
|
+
{ __( 'Remove all custom shadows' ) }
|
|
163
|
+
</Menu.ItemLabel>
|
|
164
|
+
</Menu.Item>
|
|
165
|
+
</Menu.Popover>
|
|
166
|
+
</Menu>
|
|
167
|
+
) }
|
|
168
|
+
</FlexItem>
|
|
175
169
|
</HStack>
|
|
176
170
|
{ shadows.length > 0 && (
|
|
177
171
|
<ItemGroup isBordered isSeparated>
|
|
@@ -45,47 +45,45 @@ export default function ScreenNavigationMoreMenu( props ) {
|
|
|
45
45
|
popoverProps={ POPOVER_PROPS }
|
|
46
46
|
>
|
|
47
47
|
{ ( { onClose } ) => (
|
|
48
|
-
<
|
|
49
|
-
<
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
openDeleteConfirmDialog();
|
|
48
|
+
<MenuGroup>
|
|
49
|
+
<MenuItem
|
|
50
|
+
onClick={ () => {
|
|
51
|
+
openRenameModal();
|
|
52
|
+
// Close the dropdown after opening the modal.
|
|
53
|
+
onClose();
|
|
54
|
+
} }
|
|
55
|
+
>
|
|
56
|
+
{ __( 'Rename' ) }
|
|
57
|
+
</MenuItem>
|
|
58
|
+
<MenuItem
|
|
59
|
+
onClick={ () => {
|
|
60
|
+
history.navigate(
|
|
61
|
+
`/wp_navigation/${ menuId }?canvas=edit`
|
|
62
|
+
);
|
|
63
|
+
} }
|
|
64
|
+
>
|
|
65
|
+
{ __( 'Edit' ) }
|
|
66
|
+
</MenuItem>
|
|
67
|
+
<MenuItem
|
|
68
|
+
onClick={ () => {
|
|
69
|
+
onDuplicate();
|
|
70
|
+
onClose();
|
|
71
|
+
} }
|
|
72
|
+
>
|
|
73
|
+
{ __( 'Duplicate' ) }
|
|
74
|
+
</MenuItem>
|
|
75
|
+
<MenuItem
|
|
76
|
+
isDestructive
|
|
77
|
+
onClick={ () => {
|
|
78
|
+
openDeleteConfirmDialog();
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</div>
|
|
80
|
+
// Close the dropdown after opening the modal.
|
|
81
|
+
onClose();
|
|
82
|
+
} }
|
|
83
|
+
>
|
|
84
|
+
{ __( 'Delete' ) }
|
|
85
|
+
</MenuItem>
|
|
86
|
+
</MenuGroup>
|
|
89
87
|
) }
|
|
90
88
|
</DropdownMenu>
|
|
91
89
|
{ deleteConfirmDialogOpen && (
|