@eightshift/ui-components 7.1.0 → 7.2.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/assets/fonts/geist-latin-400-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-latin-500-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-latin-700-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-latin-ext-400-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-latin-ext-500-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-latin-ext-700-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-mono-latin-400-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-mono-latin-500-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-mono-latin-700-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-mono-latin-ext-400-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-mono-latin-ext-500-normal.woff2 +0 -0
- package/dist/assets/fonts/geist-mono-latin-ext-700-normal.woff2 +0 -0
- package/dist/assets/fonts/google-sans-flex-latin-ext-full-normal.woff2 +0 -0
- package/dist/assets/fonts/google-sans-flex-latin-full-normal.woff2 +0 -0
- package/dist/assets/fonts/google-sans-flex-symbols-full-normal.woff2 +0 -0
- package/dist/assets/style-admin.css +3 -12528
- package/dist/assets/style-editor.css +3 -12492
- package/dist/assets/style.css +3 -12498
- package/dist/assets/wp-overrides/allow-full-width-blocks.css +1 -5
- package/dist/assets/wp-overrides/fix-label-text-case.css +1 -28
- package/dist/assets/wp-overrides/increase-sidebar-width.css +1 -3
- package/dist/assets/wp-overrides/make-block-messages-nicer.css +1 -154
- package/dist/assets/wp-overrides/replace-fonts.css +1 -7
- package/dist/assets/wp-overrides/restyle-tooltips.css +1 -193
- package/dist/assets/wp-overrides/round-corners.css +1 -199
- package/dist/assets/wp-overrides/unify-button-sizes.css +1 -4
- package/dist/{button-COTeluL8.js → button-D9cbyHeZ.js} +2 -2
- package/dist/{checkbox-D0AWkLhp.js → checkbox-BO5RZmO8.js} +1 -1
- package/dist/{color-swatch-CBYsO_Zs.js → color-swatch-D2ZBkuTt.js} +1 -1
- package/dist/components/base-control/container.js +1 -1
- package/dist/components/button/button.js +1 -2
- package/dist/components/checkbox/checkbox.js +1 -1
- package/dist/components/color-pickers/color-picker.js +2 -2
- package/dist/components/color-pickers/color-swatch.js +1 -2
- package/dist/components/color-pickers/gradient-editor.js +1 -3
- package/dist/components/color-pickers/solid-color-picker.js +1 -2
- package/dist/components/component-toggle/component-toggle.js +4 -4
- package/dist/components/container-panel/container-panel.js +2 -3
- package/dist/components/draggable/draggable-handle.js +1 -1
- package/dist/components/draggable/draggable.js +1 -2
- package/dist/components/draggable-list/draggable-list-item.js +1 -1
- package/dist/components/draggable-list/draggable-list.js +2 -2
- package/dist/components/expandable/expandable.js +2 -2
- package/dist/components/index.js +14 -16
- package/dist/components/input-field/input-field.js +1 -1
- package/dist/components/item-collection/item-collection.js +1 -1
- package/dist/components/link-input/link-input.js +1 -2
- package/dist/components/matrix-align/matrix-align.js +1 -1
- package/dist/components/menu/menu.js +2 -2
- package/dist/components/modal/modal.js +1 -2
- package/dist/components/number-picker/number-picker.js +1 -2
- package/dist/components/option-select/option-select.js +3 -3
- package/dist/components/placeholders/file-picker-shell.js +1 -2
- package/dist/components/placeholders/file-placeholder.js +1 -1
- package/dist/components/popover/popover.js +2 -2
- package/dist/components/radio/radio.js +1 -1
- package/dist/components/repeater/repeater-item.js +2 -2
- package/dist/components/repeater/repeater.js +3 -3
- package/dist/components/responsive/mini-responsive.js +2 -2
- package/dist/components/responsive/responsive-legacy.js +3 -3
- package/dist/components/responsive/responsive.js +3 -3
- package/dist/components/responsive-preview/responsive-preview.js +1 -1
- package/dist/components/select/async-multi-select.js +2 -2
- package/dist/components/select/async-select.js +2 -2
- package/dist/components/select/multi-select.js +2 -2
- package/dist/components/select/shared.js +1 -2
- package/dist/components/select/single-select.js +2 -2
- package/dist/components/select/styles.js +1 -1
- package/dist/components/slider/column-config-slider.js +1 -1
- package/dist/components/slider/slider.js +1 -2
- package/dist/components/slider/utils.js +1 -1
- package/dist/components/smart-image/smart-image.js +1 -2
- package/dist/components/tabs/tabs.js +1 -2
- package/dist/components/toggle/switch.js +1 -1
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggle-button/toggle-button.js +1 -1
- package/dist/{draggable-CYQyD9gG.js → draggable-CTDVJ4zd.js} +1 -1
- package/dist/gradient-editor-xfxA_s9a.js +1583 -0
- package/dist/icons/index.js +1 -1
- package/dist/icons/jsx-svg.js +1 -1
- package/dist/index.js +14 -16
- package/dist/{input-field-UCZL5bqv.js → input-field-_OCWbftf.js} +1 -1
- package/dist/{link-input-D7iDRpOM.js → link-input-Bh8G7Urm.js} +2 -2
- package/dist/{modal-DbVLYMkH.js → modal-snrElwty.js} +2 -2
- package/dist/{number-picker-CkA1iJNZ.js → number-picker-Dhtx4409.js} +3 -2
- package/dist/{shared-D_OXizRt.js → shared-BiWZjrGF.js} +1 -1
- package/dist/{smart-image-CbSsEASF.js → smart-image-CBNbxJ57.js} +1 -1
- package/dist/{solid-color-picker-DbT-aoVx.js → solid-color-picker-DukArNH-.js} +2 -2
- package/dist/{switch-L8dFSQWQ.js → switch-DmsvyQPa.js} +1 -1
- package/dist/{tabs-BrdyBER5.js → tabs-DaIUEc0g.js} +2 -2
- package/dist/{toggle-button-DJ8jNQ-9.js → toggle-button-BlzUGfGy.js} +1 -1
- package/dist/utilities/general.js +25 -2
- package/dist/utilities/index.js +3 -3
- package/package.json +4 -7
- package/dist/general-BKOvs-AO.js +0 -4276
- package/dist/gradient-editor-BAd_Gzx4.js +0 -604
- package/dist/workers/image-analysis.worker.js +0 -60
- /package/dist/{List-CMK5qsNF.js → List-DWlgW2Ex.js} +0 -0
- /package/dist/{build-module-sxK3nxOK.js → build-module-Bsx62nlm.js} +0 -0
- /package/dist/{dist-DIK9pFxO.js → dist-2gkv7_1U.js} +0 -0
- /package/dist/{jsx-svg-OBADs_Qs.js → jsx-svg-BRJ4n3pD.js} +0 -0
- /package/dist/{utilities-CPFDXC3B.js → utilities-lwX686oD.js} +0 -0
|
@@ -1,6 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.is-root-container.is-layout-flow.wp-block-post-content.block-editor-block-list__layout
|
|
3
|
-
max-width: -moz-available !important;
|
|
4
|
-
max-width: -webkit-fill-available !important;
|
|
5
|
-
max-width: stretch !important;
|
|
6
|
-
}
|
|
2
|
+
.is-root-container.is-layout-flow.wp-block-post-content.block-editor-block-list__layout>.wp-block:not(.editor-post-title,.block-list-appender){max-width:-moz-available!important;max-width:-webkit-fill-available!important;max-width:stretch!important}
|
|
@@ -1,29 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@layer properties {
|
|
3
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
-
*, :before, :after, ::backdrop {
|
|
5
|
-
--es-uic-tw-font-weight: initial;
|
|
6
|
-
--es-uic-tw-tracking: initial;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.components-base-control__label, .components-input-control__label, .components-custom-select-control__label {
|
|
12
|
-
font-size: var(--es-text-13, .8125rem) !important;
|
|
13
|
-
line-height: var(--es-uic-tw-leading, var(--es-text-13--line-height, 1.15)) !important;
|
|
14
|
-
--es-uic-tw-font-weight: var(--es-font-weight-normal, 400) !important;
|
|
15
|
-
font-weight: var(--es-font-weight-normal, 400) !important;
|
|
16
|
-
--es-uic-tw-tracking: var(--es-tracking-normal, 0em) !important;
|
|
17
|
-
letter-spacing: var(--es-tracking-normal, 0em) !important;
|
|
18
|
-
text-transform: none !important;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@property --es-uic-tw-font-weight {
|
|
22
|
-
syntax: "*";
|
|
23
|
-
inherits: false
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@property --es-uic-tw-tracking {
|
|
27
|
-
syntax: "*";
|
|
28
|
-
inherits: false
|
|
29
|
-
}
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--es-uic-tw-font-weight:initial;--es-uic-tw-tracking:initial}}}.components-base-control__label,.components-input-control__label,.components-custom-select-control__label{font-size:var(--es-text-13,.8125rem)!important;line-height:var(--es-uic-tw-leading,var(--es-text-13--line-height,1.15))!important;--es-uic-tw-font-weight:var(--es-font-weight-normal,400)!important;font-weight:var(--es-font-weight-normal,400)!important;--es-uic-tw-tracking:var(--es-tracking-normal,0em)!important;letter-spacing:var(--es-tracking-normal,0em)!important;text-transform:none!important}@property --es-uic-tw-font-weight{syntax:"*";inherits:false}@property --es-uic-tw-tracking{syntax:"*";inherits:false}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.edit-post-sidebar
|
|
3
|
-
width: calc(var(--es-spacing, .25rem) * 86) !important;
|
|
4
|
-
}
|
|
2
|
+
.edit-post-sidebar,.interface-interface-skeleton__sidebar:not(:empty)>.interface-complementary-area__fill[style="width: 280px;"],.interface-complementary-area.editor-sidebar{width:calc(var(--es-spacing,.25rem) * 86)!important}
|
|
@@ -1,155 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@layer properties {
|
|
3
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
-
*, :before, :after, ::backdrop {
|
|
5
|
-
--es-uic-tw-shadow: 0 0 #0000;
|
|
6
|
-
--es-uic-tw-shadow-color: initial;
|
|
7
|
-
--es-uic-tw-shadow-alpha: 100%;
|
|
8
|
-
--es-uic-tw-inset-shadow: 0 0 #0000;
|
|
9
|
-
--es-uic-tw-inset-shadow-color: initial;
|
|
10
|
-
--es-uic-tw-inset-shadow-alpha: 100%;
|
|
11
|
-
--es-uic-tw-ring-color: initial;
|
|
12
|
-
--es-uic-tw-ring-shadow: 0 0 #0000;
|
|
13
|
-
--es-uic-tw-inset-ring-color: initial;
|
|
14
|
-
--es-uic-tw-inset-ring-shadow: 0 0 #0000;
|
|
15
|
-
--es-uic-tw-ring-inset: initial;
|
|
16
|
-
--es-uic-tw-ring-offset-width: 0px;
|
|
17
|
-
--es-uic-tw-ring-offset-color: #fff;
|
|
18
|
-
--es-uic-tw-ring-offset-shadow: 0 0 #0000;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.block-editor-block-list__block-crash-warning {
|
|
24
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
25
|
-
border-color: var(--es-color-red-700, oklch(50.5% .213 27.518)) !important;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
29
|
-
.block-editor-block-list__block-crash-warning {
|
|
30
|
-
border-color: color-mix(in oklab, var(--es-color-red-700, oklch(50.5% .213 27.518)) 15%, transparent) !important;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.block-editor-block-list__block-crash-warning {
|
|
35
|
-
--es-uic-tw-shadow: 0 1px 3px 0 var(--es-uic-tw-shadow-color, #0000001a), 0 1px 2px -1px var(--es-uic-tw-shadow-color, #0000001a) !important;
|
|
36
|
-
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow) !important;
|
|
37
|
-
--es-uic-tw-shadow-color: var(--es-color-red-700, oklch(50.5% .213 27.518)) !important;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
41
|
-
.block-editor-block-list__block-crash-warning {
|
|
42
|
-
--es-uic-tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-red-700, oklch(50.5% .213 27.518)) 10%, transparent) var(--es-uic-tw-shadow-alpha), transparent) !important;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.block-editor-block-list__block-crash-warning .block-editor-warning__message {
|
|
47
|
-
color: var(--es-color-red-950, oklch(25.8% .092 26.042)) !important;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.wp-block-missing div.block-editor-warning {
|
|
51
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
52
|
-
border-color: var(--es-color-secondary-300, var(--es-color-mist-300)) !important;
|
|
53
|
-
background-color: var(--es-color-secondary-50, var(--es-color-mist-50)) !important;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
57
|
-
.wp-block-missing div.block-editor-warning {
|
|
58
|
-
background-color: color-mix(in oklab, var(--es-color-secondary-50, var(--es-color-mist-50)) 75%, transparent) !important;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.wp-block-missing div.block-editor-warning {
|
|
63
|
-
--es-uic-tw-shadow: 0 1px 3px 0 var(--es-uic-tw-shadow-color, #0000001a), 0 1px 2px -1px var(--es-uic-tw-shadow-color, #0000001a) !important;
|
|
64
|
-
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow) !important;
|
|
65
|
-
--es-uic-tw-shadow-color: var(--es-color-secondary-700, var(--es-color-mist-700)) !important;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
69
|
-
.wp-block-missing div.block-editor-warning {
|
|
70
|
-
--es-uic-tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--es-color-secondary-700, var(--es-color-mist-700)) 20%, transparent) var(--es-uic-tw-shadow-alpha), transparent) !important;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.wp-block-missing div.block-editor-warning .block-editor-warning__message {
|
|
75
|
-
color: var(--es-color-secondary-950, var(--es-color-mist-950)) !important;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@property --es-uic-tw-shadow {
|
|
79
|
-
syntax: "*";
|
|
80
|
-
inherits: false;
|
|
81
|
-
initial-value: 0 0 #0000;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
@property --es-uic-tw-shadow-color {
|
|
85
|
-
syntax: "*";
|
|
86
|
-
inherits: false
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@property --es-uic-tw-shadow-alpha {
|
|
90
|
-
syntax: "<percentage>";
|
|
91
|
-
inherits: false;
|
|
92
|
-
initial-value: 100%;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@property --es-uic-tw-inset-shadow {
|
|
96
|
-
syntax: "*";
|
|
97
|
-
inherits: false;
|
|
98
|
-
initial-value: 0 0 #0000;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@property --es-uic-tw-inset-shadow-color {
|
|
102
|
-
syntax: "*";
|
|
103
|
-
inherits: false
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@property --es-uic-tw-inset-shadow-alpha {
|
|
107
|
-
syntax: "<percentage>";
|
|
108
|
-
inherits: false;
|
|
109
|
-
initial-value: 100%;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
@property --es-uic-tw-ring-color {
|
|
113
|
-
syntax: "*";
|
|
114
|
-
inherits: false
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
@property --es-uic-tw-ring-shadow {
|
|
118
|
-
syntax: "*";
|
|
119
|
-
inherits: false;
|
|
120
|
-
initial-value: 0 0 #0000;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
@property --es-uic-tw-inset-ring-color {
|
|
124
|
-
syntax: "*";
|
|
125
|
-
inherits: false
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
@property --es-uic-tw-inset-ring-shadow {
|
|
129
|
-
syntax: "*";
|
|
130
|
-
inherits: false;
|
|
131
|
-
initial-value: 0 0 #0000;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
@property --es-uic-tw-ring-inset {
|
|
135
|
-
syntax: "*";
|
|
136
|
-
inherits: false
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
@property --es-uic-tw-ring-offset-width {
|
|
140
|
-
syntax: "<length>";
|
|
141
|
-
inherits: false;
|
|
142
|
-
initial-value: 0;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
@property --es-uic-tw-ring-offset-color {
|
|
146
|
-
syntax: "*";
|
|
147
|
-
inherits: false;
|
|
148
|
-
initial-value: #fff;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
@property --es-uic-tw-ring-offset-shadow {
|
|
152
|
-
syntax: "*";
|
|
153
|
-
inherits: false;
|
|
154
|
-
initial-value: 0 0 #0000;
|
|
155
|
-
}
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--es-uic-tw-shadow:0 0 #0000;--es-uic-tw-shadow-color:initial;--es-uic-tw-shadow-alpha:100%;--es-uic-tw-inset-shadow:0 0 #0000;--es-uic-tw-inset-shadow-color:initial;--es-uic-tw-inset-shadow-alpha:100%;--es-uic-tw-ring-color:initial;--es-uic-tw-ring-shadow:0 0 #0000;--es-uic-tw-inset-ring-color:initial;--es-uic-tw-inset-ring-shadow:0 0 #0000;--es-uic-tw-ring-inset:initial;--es-uic-tw-ring-offset-width:0px;--es-uic-tw-ring-offset-color:#fff;--es-uic-tw-ring-offset-shadow:0 0 #0000}}}.block-editor-block-list__block-crash-warning{border-radius:var(--es-radius-lg,.5rem)!important;border-color:var(--es-color-red-700,oklch(50.5% .213 27.518))!important}@supports (color:color-mix(in lab, red, red)){.block-editor-block-list__block-crash-warning{border-color:color-mix(in oklab, var(--es-color-red-700,oklch(50.5% .213 27.518)) 15%, transparent)!important}}.block-editor-block-list__block-crash-warning{--es-uic-tw-shadow:0 1px 3px 0 var(--es-uic-tw-shadow-color,#0000001a), 0 1px 2px -1px var(--es-uic-tw-shadow-color,#0000001a)!important;box-shadow:var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow)!important;--es-uic-tw-shadow-color:var(--es-color-red-700,oklch(50.5% .213 27.518))!important}@supports (color:color-mix(in lab, red, red)){.block-editor-block-list__block-crash-warning{--es-uic-tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--es-color-red-700,oklch(50.5% .213 27.518)) 10%, transparent) var(--es-uic-tw-shadow-alpha), transparent)!important}}.block-editor-block-list__block-crash-warning .block-editor-warning__message{color:var(--es-color-red-950,oklch(25.8% .092 26.042))!important}.wp-block-missing div.block-editor-warning{border-radius:var(--es-radius-lg,.5rem)!important;border-color:var(--es-color-secondary-300,var(--es-color-mist-300))!important;background-color:var(--es-color-secondary-50,var(--es-color-mist-50))!important}@supports (color:color-mix(in lab, red, red)){.wp-block-missing div.block-editor-warning{background-color:color-mix(in oklab, var(--es-color-secondary-50,var(--es-color-mist-50)) 75%, transparent)!important}}.wp-block-missing div.block-editor-warning{--es-uic-tw-shadow:0 1px 3px 0 var(--es-uic-tw-shadow-color,#0000001a), 0 1px 2px -1px var(--es-uic-tw-shadow-color,#0000001a)!important;box-shadow:var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow)!important;--es-uic-tw-shadow-color:var(--es-color-secondary-700,var(--es-color-mist-700))!important}@supports (color:color-mix(in lab, red, red)){.wp-block-missing div.block-editor-warning{--es-uic-tw-shadow-color:color-mix(in oklab, color-mix(in oklab, var(--es-color-secondary-700,var(--es-color-mist-700)) 20%, transparent) var(--es-uic-tw-shadow-alpha), transparent)!important}}.wp-block-missing div.block-editor-warning .block-editor-warning__message{color:var(--es-color-secondary-950,var(--es-color-mist-950))!important}@property --es-uic-tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-shadow-color{syntax:"*";inherits:false}@property --es-uic-tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --es-uic-tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-inset-shadow-color{syntax:"*";inherits:false}@property --es-uic-tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --es-uic-tw-ring-color{syntax:"*";inherits:false}@property --es-uic-tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-inset-ring-color{syntax:"*";inherits:false}@property --es-uic-tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-ring-inset{syntax:"*";inherits:false}@property --es-uic-tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --es-uic-tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --es-uic-tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
|
|
@@ -1,8 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.edit-post-header
|
|
3
|
-
font-family: var(--es-font-sans, "Google Sans Flex Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
body.wp-admin:not(.block-editor-page), #adminmenumain, #wpadminbar, .edit-post-layout__metaboxes, .interface-interface-skeleton__content .components-notice-list, .components-popover__fallback-container {
|
|
7
|
-
font-family: var(--es-font-sans-alt, "Geist Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
8
|
-
}
|
|
2
|
+
.edit-post-header,.components-popover,.edit-post-sidebar,.wp-block-post-title,.components-select-control__input,.components-base-control__field,.components-base-control__label,.components-combobox-control__suggestions-container,.components-input-control__label,.components-input-control__input,.components-checkbox-control__label,.components-menu-group__label,.components-menu-item__button,.components-notice .components-notice__content,.components-tooltip,.components-modal__header,.preferences-modal__section-title,.preferences-modal__section-description,.block-editor-inserter__tabs,.editor-list-view-sidebar,.edit-post-layout__footer,.components-snackbar,.components-text-control__input,body:where(.wp-admin.block-editor-page){font-family:var(--es-font-sans,"Google Sans Flex Variable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji")}body.wp-admin:not(.block-editor-page),#adminmenumain,#wpadminbar,.edit-post-layout__metaboxes,.interface-interface-skeleton__content .components-notice-list,.components-popover__fallback-container{font-family:var(--es-font-sans-alt,"Geist", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji")}
|
|
@@ -1,194 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@layer properties {
|
|
3
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
-
*, :before, :after, ::backdrop {
|
|
5
|
-
--es-uic-tw-border-style: solid;
|
|
6
|
-
--es-uic-tw-shadow: 0 0 #0000;
|
|
7
|
-
--es-uic-tw-shadow-color: initial;
|
|
8
|
-
--es-uic-tw-shadow-alpha: 100%;
|
|
9
|
-
--es-uic-tw-inset-shadow: 0 0 #0000;
|
|
10
|
-
--es-uic-tw-inset-shadow-color: initial;
|
|
11
|
-
--es-uic-tw-inset-shadow-alpha: 100%;
|
|
12
|
-
--es-uic-tw-ring-color: initial;
|
|
13
|
-
--es-uic-tw-ring-shadow: 0 0 #0000;
|
|
14
|
-
--es-uic-tw-inset-ring-color: initial;
|
|
15
|
-
--es-uic-tw-inset-ring-shadow: 0 0 #0000;
|
|
16
|
-
--es-uic-tw-ring-inset: initial;
|
|
17
|
-
--es-uic-tw-ring-offset-width: 0px;
|
|
18
|
-
--es-uic-tw-ring-offset-color: #fff;
|
|
19
|
-
--es-uic-tw-ring-offset-shadow: 0 0 #0000;
|
|
20
|
-
--es-uic-tw-backdrop-blur: initial;
|
|
21
|
-
--es-uic-tw-backdrop-brightness: initial;
|
|
22
|
-
--es-uic-tw-backdrop-contrast: initial;
|
|
23
|
-
--es-uic-tw-backdrop-grayscale: initial;
|
|
24
|
-
--es-uic-tw-backdrop-hue-rotate: initial;
|
|
25
|
-
--es-uic-tw-backdrop-invert: initial;
|
|
26
|
-
--es-uic-tw-backdrop-opacity: initial;
|
|
27
|
-
--es-uic-tw-backdrop-saturate: initial;
|
|
28
|
-
--es-uic-tw-backdrop-sepia: initial;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.components-tooltip {
|
|
34
|
-
border-style: var(--es-uic-tw-border-style);
|
|
35
|
-
border-width: 1px;
|
|
36
|
-
border-color: var(--es-color-gray-800, oklch(27.8% .033 256.848));
|
|
37
|
-
background-color: color-mix(in oklab, var(--es-color-gray-950, oklch(13% .028 261.692)) 70%, transparent);
|
|
38
|
-
padding-inline: calc(var(--es-spacing, .25rem) * 1);
|
|
39
|
-
padding-block: calc(var(--es-spacing, .25rem) * .5);
|
|
40
|
-
color: var(--es-color-white, #fff);
|
|
41
|
-
--es-uic-tw-shadow: 0 4px 6px -1px var(--es-uic-tw-shadow-color, #0000001a), 0 2px 4px -2px var(--es-uic-tw-shadow-color, #0000001a);
|
|
42
|
-
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
43
|
-
--es-uic-tw-backdrop-blur: blur(var(--es-blur-xl, 24px));
|
|
44
|
-
--es-uic-tw-backdrop-brightness: brightness(105%);
|
|
45
|
-
--es-uic-tw-backdrop-saturate: saturate(150%);
|
|
46
|
-
-webkit-backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
47
|
-
backdrop-filter: var(--es-uic-tw-backdrop-blur, ) var(--es-uic-tw-backdrop-brightness, ) var(--es-uic-tw-backdrop-contrast, ) var(--es-uic-tw-backdrop-grayscale, ) var(--es-uic-tw-backdrop-hue-rotate, ) var(--es-uic-tw-backdrop-invert, ) var(--es-uic-tw-backdrop-opacity, ) var(--es-uic-tw-backdrop-saturate, ) var(--es-uic-tw-backdrop-sepia, );
|
|
48
|
-
border-radius: var(--es-radius-md, .375rem) !important;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.components-tooltip:has( > :first-child) {
|
|
52
|
-
border-color: var(--es-color-gray-200, oklch(92.8% .006 264.531));
|
|
53
|
-
background-color: var(--es-color-white, #fff);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
57
|
-
.components-tooltip:has( > :first-child) {
|
|
58
|
-
background-color: color-mix(in oklab, var(--es-color-white, #fff) 80%, transparent);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.components-tooltip:has( > :first-child) {
|
|
63
|
-
color: var(--es-color-gray-700, oklch(37.3% .034 259.733));
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
@property --es-uic-tw-border-style {
|
|
67
|
-
syntax: "*";
|
|
68
|
-
inherits: false;
|
|
69
|
-
initial-value: solid;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@property --es-uic-tw-shadow {
|
|
73
|
-
syntax: "*";
|
|
74
|
-
inherits: false;
|
|
75
|
-
initial-value: 0 0 #0000;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@property --es-uic-tw-shadow-color {
|
|
79
|
-
syntax: "*";
|
|
80
|
-
inherits: false
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@property --es-uic-tw-shadow-alpha {
|
|
84
|
-
syntax: "<percentage>";
|
|
85
|
-
inherits: false;
|
|
86
|
-
initial-value: 100%;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@property --es-uic-tw-inset-shadow {
|
|
90
|
-
syntax: "*";
|
|
91
|
-
inherits: false;
|
|
92
|
-
initial-value: 0 0 #0000;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
@property --es-uic-tw-inset-shadow-color {
|
|
96
|
-
syntax: "*";
|
|
97
|
-
inherits: false
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
@property --es-uic-tw-inset-shadow-alpha {
|
|
101
|
-
syntax: "<percentage>";
|
|
102
|
-
inherits: false;
|
|
103
|
-
initial-value: 100%;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@property --es-uic-tw-ring-color {
|
|
107
|
-
syntax: "*";
|
|
108
|
-
inherits: false
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
@property --es-uic-tw-ring-shadow {
|
|
112
|
-
syntax: "*";
|
|
113
|
-
inherits: false;
|
|
114
|
-
initial-value: 0 0 #0000;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
@property --es-uic-tw-inset-ring-color {
|
|
118
|
-
syntax: "*";
|
|
119
|
-
inherits: false
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@property --es-uic-tw-inset-ring-shadow {
|
|
123
|
-
syntax: "*";
|
|
124
|
-
inherits: false;
|
|
125
|
-
initial-value: 0 0 #0000;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
@property --es-uic-tw-ring-inset {
|
|
129
|
-
syntax: "*";
|
|
130
|
-
inherits: false
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
@property --es-uic-tw-ring-offset-width {
|
|
134
|
-
syntax: "<length>";
|
|
135
|
-
inherits: false;
|
|
136
|
-
initial-value: 0;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
@property --es-uic-tw-ring-offset-color {
|
|
140
|
-
syntax: "*";
|
|
141
|
-
inherits: false;
|
|
142
|
-
initial-value: #fff;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
@property --es-uic-tw-ring-offset-shadow {
|
|
146
|
-
syntax: "*";
|
|
147
|
-
inherits: false;
|
|
148
|
-
initial-value: 0 0 #0000;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
@property --es-uic-tw-backdrop-blur {
|
|
152
|
-
syntax: "*";
|
|
153
|
-
inherits: false
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
@property --es-uic-tw-backdrop-brightness {
|
|
157
|
-
syntax: "*";
|
|
158
|
-
inherits: false
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
@property --es-uic-tw-backdrop-contrast {
|
|
162
|
-
syntax: "*";
|
|
163
|
-
inherits: false
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
@property --es-uic-tw-backdrop-grayscale {
|
|
167
|
-
syntax: "*";
|
|
168
|
-
inherits: false
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
@property --es-uic-tw-backdrop-hue-rotate {
|
|
172
|
-
syntax: "*";
|
|
173
|
-
inherits: false
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
@property --es-uic-tw-backdrop-invert {
|
|
177
|
-
syntax: "*";
|
|
178
|
-
inherits: false
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
@property --es-uic-tw-backdrop-opacity {
|
|
182
|
-
syntax: "*";
|
|
183
|
-
inherits: false
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
@property --es-uic-tw-backdrop-saturate {
|
|
187
|
-
syntax: "*";
|
|
188
|
-
inherits: false
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
@property --es-uic-tw-backdrop-sepia {
|
|
192
|
-
syntax: "*";
|
|
193
|
-
inherits: false
|
|
194
|
-
}
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--es-uic-tw-border-style:solid;--es-uic-tw-shadow:0 0 #0000;--es-uic-tw-shadow-color:initial;--es-uic-tw-shadow-alpha:100%;--es-uic-tw-inset-shadow:0 0 #0000;--es-uic-tw-inset-shadow-color:initial;--es-uic-tw-inset-shadow-alpha:100%;--es-uic-tw-ring-color:initial;--es-uic-tw-ring-shadow:0 0 #0000;--es-uic-tw-inset-ring-color:initial;--es-uic-tw-inset-ring-shadow:0 0 #0000;--es-uic-tw-ring-inset:initial;--es-uic-tw-ring-offset-width:0px;--es-uic-tw-ring-offset-color:#fff;--es-uic-tw-ring-offset-shadow:0 0 #0000;--es-uic-tw-backdrop-blur:initial;--es-uic-tw-backdrop-brightness:initial;--es-uic-tw-backdrop-contrast:initial;--es-uic-tw-backdrop-grayscale:initial;--es-uic-tw-backdrop-hue-rotate:initial;--es-uic-tw-backdrop-invert:initial;--es-uic-tw-backdrop-opacity:initial;--es-uic-tw-backdrop-saturate:initial;--es-uic-tw-backdrop-sepia:initial}}}.components-tooltip{border-style:var(--es-uic-tw-border-style);border-width:1px;border-color:var(--es-color-gray-800,oklch(27.8% .033 256.848));background-color:color-mix(in oklab, var(--es-color-gray-950,oklch(13% .028 261.692)) 70%, transparent);padding-inline:calc(var(--es-spacing,.25rem) * 1);padding-block:calc(var(--es-spacing,.25rem) * .5);color:var(--es-color-white,#fff);--es-uic-tw-shadow:0 4px 6px -1px var(--es-uic-tw-shadow-color,#0000001a), 0 2px 4px -2px var(--es-uic-tw-shadow-color,#0000001a);box-shadow:var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);--es-uic-tw-backdrop-blur:blur(var(--es-blur-xl,24px));--es-uic-tw-backdrop-brightness:brightness(105%);--es-uic-tw-backdrop-saturate:saturate(150%);-webkit-backdrop-filter:var(--es-uic-tw-backdrop-blur,) var(--es-uic-tw-backdrop-brightness,) var(--es-uic-tw-backdrop-contrast,) var(--es-uic-tw-backdrop-grayscale,) var(--es-uic-tw-backdrop-hue-rotate,) var(--es-uic-tw-backdrop-invert,) var(--es-uic-tw-backdrop-opacity,) var(--es-uic-tw-backdrop-saturate,) var(--es-uic-tw-backdrop-sepia,);backdrop-filter:var(--es-uic-tw-backdrop-blur,) var(--es-uic-tw-backdrop-brightness,) var(--es-uic-tw-backdrop-contrast,) var(--es-uic-tw-backdrop-grayscale,) var(--es-uic-tw-backdrop-hue-rotate,) var(--es-uic-tw-backdrop-invert,) var(--es-uic-tw-backdrop-opacity,) var(--es-uic-tw-backdrop-saturate,) var(--es-uic-tw-backdrop-sepia,);border-radius:var(--es-radius-md,.375rem)!important}.components-tooltip:has(>:first-child){border-color:var(--es-color-gray-200,oklch(92.8% .006 264.531));background-color:var(--es-color-white,#fff)}@supports (color:color-mix(in lab, red, red)){.components-tooltip:has(>:first-child){background-color:color-mix(in oklab, var(--es-color-white,#fff) 80%, transparent)}}.components-tooltip:has(>:first-child){color:var(--es-color-gray-700,oklch(37.3% .034 259.733))}@property --es-uic-tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --es-uic-tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-shadow-color{syntax:"*";inherits:false}@property --es-uic-tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --es-uic-tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-inset-shadow-color{syntax:"*";inherits:false}@property --es-uic-tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --es-uic-tw-ring-color{syntax:"*";inherits:false}@property --es-uic-tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-inset-ring-color{syntax:"*";inherits:false}@property --es-uic-tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-ring-inset{syntax:"*";inherits:false}@property --es-uic-tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --es-uic-tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --es-uic-tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-backdrop-blur{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-brightness{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-contrast{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-grayscale{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-invert{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-opacity{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-saturate{syntax:"*";inherits:false}@property --es-uic-tw-backdrop-sepia{syntax:"*";inherits:false}
|
|
@@ -1,200 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
@layer properties {
|
|
3
|
-
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
-
*, :before, :after, ::backdrop {
|
|
5
|
-
--es-uic-tw-shadow: 0 0 #0000;
|
|
6
|
-
--es-uic-tw-shadow-color: initial;
|
|
7
|
-
--es-uic-tw-shadow-alpha: 100%;
|
|
8
|
-
--es-uic-tw-inset-shadow: 0 0 #0000;
|
|
9
|
-
--es-uic-tw-inset-shadow-color: initial;
|
|
10
|
-
--es-uic-tw-inset-shadow-alpha: 100%;
|
|
11
|
-
--es-uic-tw-ring-color: initial;
|
|
12
|
-
--es-uic-tw-ring-shadow: 0 0 #0000;
|
|
13
|
-
--es-uic-tw-inset-ring-color: initial;
|
|
14
|
-
--es-uic-tw-inset-ring-shadow: 0 0 #0000;
|
|
15
|
-
--es-uic-tw-ring-inset: initial;
|
|
16
|
-
--es-uic-tw-ring-offset-width: 0px;
|
|
17
|
-
--es-uic-tw-ring-offset-color: #fff;
|
|
18
|
-
--es-uic-tw-ring-offset-shadow: 0 0 #0000;
|
|
19
|
-
--es-uic-tw-content: "";
|
|
20
|
-
--es-uic-tw-scale-x: 1;
|
|
21
|
-
--es-uic-tw-scale-y: 1;
|
|
22
|
-
--es-uic-tw-scale-z: 1;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.edit-post-header__toolbar .components-button, .edit-post-header__settings .components-button, .editor-document-tools__left .components-button, .editor-header__center .components-button, .editor-header__settings .components-button, .edit-post-sidebar .components-button:not(.components-panel__body-toggle, .editor-post-last-revision__title), .components-snackbar, .components-toggle-group-control, .editor-post-publish-panel .components-button, .edit-post-text-editor__toolbar .components-button, .edit-post-text-editor__body .components-textarea-control__input, .media-modal-content, .media-modal-content .components-button, .components-guide__container .components-button, .components-notice__content .components-button, .editor-post-featured-image__toggle.components-button, .editor-post-trash, .components-input-control__container, .components-combobox-control__suggestions-container, .components-checkbox-control__input, button.components-toggle-group-control-option-base, .editor-post-visibility__password-input, .editor-post-summary .components-button {
|
|
28
|
-
border-radius: var(--es-radius-md, .375rem) !important;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.components-button-group .components-button:first-child {
|
|
32
|
-
border-top-left-radius: var(--es-radius-md, .375rem) !important;
|
|
33
|
-
border-bottom-left-radius: var(--es-radius-md, .375rem) !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.components-button-group .components-button:last-child {
|
|
37
|
-
border-top-right-radius: var(--es-radius-md, .375rem) !important;
|
|
38
|
-
border-bottom-right-radius: var(--es-radius-md, .375rem) !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.components-popover__content, .components-guide {
|
|
42
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.block-editor-inserter__search {
|
|
46
|
-
border-top-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
47
|
-
border-top-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.media-menu-item.active {
|
|
51
|
-
border-top-left-radius: var(--es-radius-md, .375rem) !important;
|
|
52
|
-
border-top-right-radius: var(--es-radius-md, .375rem) !important;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.block-editor-block-contextual-toolbar, .block-editor-block-parent-selector__button {
|
|
56
|
-
--es-uic-tw-shadow: 0 1px 3px 0 var(--es-uic-tw-shadow-color, #0000001a), 0 1px 2px -1px var(--es-uic-tw-shadow-color, #0000001a);
|
|
57
|
-
box-shadow: var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);
|
|
58
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.block-editor-block-types-list .block-editor-block-types-list__item {
|
|
62
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.block-editor-block-types-list .block-editor-block-types-list__item:after {
|
|
66
|
-
content: var(--es-uic-tw-content);
|
|
67
|
-
border-radius: var(--es-radius-lg, .5rem) !important;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.block-editor-block-types-list .block-editor-block-types-list__item svg {
|
|
71
|
-
--es-uic-tw-scale-x: 125%;
|
|
72
|
-
--es-uic-tw-scale-y: 125%;
|
|
73
|
-
--es-uic-tw-scale-z: 125%;
|
|
74
|
-
scale: var(--es-uic-tw-scale-x) var(--es-uic-tw-scale-y);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.block-editor-list-view-tree .block-editor-block-icon {
|
|
78
|
-
border-radius: .25rem !important;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.block-editor-list-view-tree .block-editor-list-view-leaf > :first-child {
|
|
82
|
-
border-top-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
83
|
-
border-bottom-left-radius: var(--es-radius-lg, .5rem) !important;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.block-editor-list-view-tree .block-editor-list-view-leaf > :last-child {
|
|
87
|
-
border-top-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
88
|
-
border-bottom-right-radius: var(--es-radius-lg, .5rem) !important;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.block-editor-block-inspector .block-editor-block-card .block-editor-block-icon {
|
|
92
|
-
border-radius: .25rem !important;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.block-editor-inserter__toggle {
|
|
96
|
-
border-radius: var(--es-radius-md, .375rem) !important;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@property --es-uic-tw-shadow {
|
|
100
|
-
syntax: "*";
|
|
101
|
-
inherits: false;
|
|
102
|
-
initial-value: 0 0 #0000;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
@property --es-uic-tw-shadow-color {
|
|
106
|
-
syntax: "*";
|
|
107
|
-
inherits: false
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@property --es-uic-tw-shadow-alpha {
|
|
111
|
-
syntax: "<percentage>";
|
|
112
|
-
inherits: false;
|
|
113
|
-
initial-value: 100%;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
@property --es-uic-tw-inset-shadow {
|
|
117
|
-
syntax: "*";
|
|
118
|
-
inherits: false;
|
|
119
|
-
initial-value: 0 0 #0000;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@property --es-uic-tw-inset-shadow-color {
|
|
123
|
-
syntax: "*";
|
|
124
|
-
inherits: false
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
@property --es-uic-tw-inset-shadow-alpha {
|
|
128
|
-
syntax: "<percentage>";
|
|
129
|
-
inherits: false;
|
|
130
|
-
initial-value: 100%;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
@property --es-uic-tw-ring-color {
|
|
134
|
-
syntax: "*";
|
|
135
|
-
inherits: false
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
@property --es-uic-tw-ring-shadow {
|
|
139
|
-
syntax: "*";
|
|
140
|
-
inherits: false;
|
|
141
|
-
initial-value: 0 0 #0000;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
@property --es-uic-tw-inset-ring-color {
|
|
145
|
-
syntax: "*";
|
|
146
|
-
inherits: false
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
@property --es-uic-tw-inset-ring-shadow {
|
|
150
|
-
syntax: "*";
|
|
151
|
-
inherits: false;
|
|
152
|
-
initial-value: 0 0 #0000;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
@property --es-uic-tw-ring-inset {
|
|
156
|
-
syntax: "*";
|
|
157
|
-
inherits: false
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
@property --es-uic-tw-ring-offset-width {
|
|
161
|
-
syntax: "<length>";
|
|
162
|
-
inherits: false;
|
|
163
|
-
initial-value: 0;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
@property --es-uic-tw-ring-offset-color {
|
|
167
|
-
syntax: "*";
|
|
168
|
-
inherits: false;
|
|
169
|
-
initial-value: #fff;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
@property --es-uic-tw-ring-offset-shadow {
|
|
173
|
-
syntax: "*";
|
|
174
|
-
inherits: false;
|
|
175
|
-
initial-value: 0 0 #0000;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
@property --es-uic-tw-content {
|
|
179
|
-
syntax: "*";
|
|
180
|
-
inherits: false;
|
|
181
|
-
initial-value: "";
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
@property --es-uic-tw-scale-x {
|
|
185
|
-
syntax: "*";
|
|
186
|
-
inherits: false;
|
|
187
|
-
initial-value: 1;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
@property --es-uic-tw-scale-y {
|
|
191
|
-
syntax: "*";
|
|
192
|
-
inherits: false;
|
|
193
|
-
initial-value: 1;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
@property --es-uic-tw-scale-z {
|
|
197
|
-
syntax: "*";
|
|
198
|
-
inherits: false;
|
|
199
|
-
initial-value: 1;
|
|
200
|
-
}
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--es-uic-tw-shadow:0 0 #0000;--es-uic-tw-shadow-color:initial;--es-uic-tw-shadow-alpha:100%;--es-uic-tw-inset-shadow:0 0 #0000;--es-uic-tw-inset-shadow-color:initial;--es-uic-tw-inset-shadow-alpha:100%;--es-uic-tw-ring-color:initial;--es-uic-tw-ring-shadow:0 0 #0000;--es-uic-tw-inset-ring-color:initial;--es-uic-tw-inset-ring-shadow:0 0 #0000;--es-uic-tw-ring-inset:initial;--es-uic-tw-ring-offset-width:0px;--es-uic-tw-ring-offset-color:#fff;--es-uic-tw-ring-offset-shadow:0 0 #0000;--es-uic-tw-content:"";--es-uic-tw-scale-x:1;--es-uic-tw-scale-y:1;--es-uic-tw-scale-z:1}}}.edit-post-header__toolbar .components-button,.edit-post-header__settings .components-button,.editor-document-tools__left .components-button,.editor-header__center .components-button,.editor-header__settings .components-button,.edit-post-sidebar .components-button:not(.components-panel__body-toggle,.editor-post-last-revision__title),.components-snackbar,.components-toggle-group-control,.editor-post-publish-panel .components-button,.edit-post-text-editor__toolbar .components-button,.edit-post-text-editor__body .components-textarea-control__input,.media-modal-content,.media-modal-content .components-button,.components-guide__container .components-button,.components-notice__content .components-button,.editor-post-featured-image__toggle.components-button,.editor-post-trash,.components-input-control__container,.components-combobox-control__suggestions-container,.components-checkbox-control__input,button.components-toggle-group-control-option-base,.editor-post-visibility__password-input,.editor-post-summary .components-button{border-radius:var(--es-radius-md,.375rem)!important}.components-button-group .components-button:first-child{border-top-left-radius:var(--es-radius-md,.375rem)!important;border-bottom-left-radius:var(--es-radius-md,.375rem)!important}.components-button-group .components-button:last-child{border-top-right-radius:var(--es-radius-md,.375rem)!important;border-bottom-right-radius:var(--es-radius-md,.375rem)!important}.components-popover__content,.components-guide{border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-inserter__search{border-top-left-radius:var(--es-radius-lg,.5rem)!important;border-top-right-radius:var(--es-radius-lg,.5rem)!important}.media-menu-item.active{border-top-left-radius:var(--es-radius-md,.375rem)!important;border-top-right-radius:var(--es-radius-md,.375rem)!important}.block-editor-block-contextual-toolbar,.block-editor-block-parent-selector__button{--es-uic-tw-shadow:0 1px 3px 0 var(--es-uic-tw-shadow-color,#0000001a), 0 1px 2px -1px var(--es-uic-tw-shadow-color,#0000001a);box-shadow:var(--es-uic-tw-inset-shadow), var(--es-uic-tw-inset-ring-shadow), var(--es-uic-tw-ring-offset-shadow), var(--es-uic-tw-ring-shadow), var(--es-uic-tw-shadow);border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-types-list .block-editor-block-types-list__item{border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-types-list .block-editor-block-types-list__item:after{content:var(--es-uic-tw-content);border-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-types-list .block-editor-block-types-list__item svg{--es-uic-tw-scale-x:125%;--es-uic-tw-scale-y:125%;--es-uic-tw-scale-z:125%;scale:var(--es-uic-tw-scale-x) var(--es-uic-tw-scale-y)}.block-editor-list-view-tree .block-editor-block-icon{border-radius:.25rem!important}.block-editor-list-view-tree .block-editor-list-view-leaf>:first-child{border-top-left-radius:var(--es-radius-lg,.5rem)!important;border-bottom-left-radius:var(--es-radius-lg,.5rem)!important}.block-editor-list-view-tree .block-editor-list-view-leaf>:last-child{border-top-right-radius:var(--es-radius-lg,.5rem)!important;border-bottom-right-radius:var(--es-radius-lg,.5rem)!important}.block-editor-block-inspector .block-editor-block-card .block-editor-block-icon{border-radius:.25rem!important}.block-editor-inserter__toggle{border-radius:var(--es-radius-md,.375rem)!important}@property --es-uic-tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-shadow-color{syntax:"*";inherits:false}@property --es-uic-tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --es-uic-tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-inset-shadow-color{syntax:"*";inherits:false}@property --es-uic-tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --es-uic-tw-ring-color{syntax:"*";inherits:false}@property --es-uic-tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-inset-ring-color{syntax:"*";inherits:false}@property --es-uic-tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-ring-inset{syntax:"*";inherits:false}@property --es-uic-tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --es-uic-tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --es-uic-tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --es-uic-tw-content{syntax:"*";inherits:false;initial-value:""}@property --es-uic-tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --es-uic-tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --es-uic-tw-scale-z{syntax:"*";inherits:false;initial-value:1}
|
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
|
-
:is(.edit-post-header__toolbar
|
|
3
|
-
min-height: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
4
|
-
min-width: calc(var(--es-spacing, .25rem) * 9) !important;
|
|
5
|
-
}
|
|
2
|
+
:is(.edit-post-header__toolbar,.edit-post-header__settings,.editor-document-tools__left,.editor-header__center,.editor-header__settings) .components-button{min-height:calc(var(--es-spacing,.25rem) * 9)!important;min-width:calc(var(--es-spacing,.25rem) * 9)!important}
|
|
@@ -6,8 +6,8 @@ import { t as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps
|
|
|
6
6
|
import { n as $d2b4bc8c273e7be6$export$353f5b6fc5456de1, r as $0393f8ab869a0f1a$export$c17561cb55d4db30 } from "./Button-h6xF_WrP.js";
|
|
7
7
|
import { t as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./context-C-XNeJ_l.js";
|
|
8
8
|
import { n as Tooltip } from "./tooltip-BzJzYlcc.js";
|
|
9
|
-
import { t as cva } from "./dist-
|
|
10
|
-
import { t as __ } from "./build-module-
|
|
9
|
+
import { t as cva } from "./dist-2gkv7_1U.js";
|
|
10
|
+
import { t as __ } from "./build-module-Bsx62nlm.js";
|
|
11
11
|
import React, { createContext, forwardRef, useRef, useState } from "react";
|
|
12
12
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
13
13
|
//#region node_modules/@react-aria/toolbar/dist/useToolbar.mjs
|
|
@@ -13,7 +13,7 @@ import { t as $3017fa7ffdddec74$export$8042c6c013fd5226 } from "./useToggleState
|
|
|
13
13
|
import { n as $01b77f81d0f07f68$export$b04be29aa201d4f5 } from "./Label-DFXXxMKY.js";
|
|
14
14
|
import { t as $d3e0e05bdfcf66bd$export$c24727297075ec6a } from "./Form-DTMkbrQY.js";
|
|
15
15
|
import { RichLabel } from "./components/rich-label/rich-label.js";
|
|
16
|
-
import { t as cva } from "./dist-
|
|
16
|
+
import { t as cva } from "./dist-2gkv7_1U.js";
|
|
17
17
|
import { check } from "./icons/ui-icons/check.js";
|
|
18
18
|
import React, { createContext, forwardRef, useContext, useEffect, useMemo, useRef } from "react";
|
|
19
19
|
import { jsx, jsxs } from "react/jsx-runtime";
|