@wordpress/element 6.45.0 → 6.45.1-next.v.202605131032.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/build-types/create-interpolate-element.d.ts.map +1 -1
- package/build-types/platform.d.ts +1 -1
- package/build-types/platform.d.ts.map +1 -1
- package/build-types/raw-html.d.ts +107 -107
- package/build-types/serialize.d.ts.map +1 -1
- package/build-types/utils.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-interpolate-element.d.ts","sourceRoot":"","sources":["../src/create-interpolate-element.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAKN,KAAK,OAAO,IAAI,YAAY,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EACX,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,MAAM,SAAS,CAAC;AA4FjB;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,iBAAS,wBAAwB,CAAE,KAAK,SAAS,kBAAkB,EAClE,kBAAkB,EAAE,KAAK,EACzB,aAAa,EAAE,aAAa,CAAE,mBAAmB,CAAE,KAAK,CAAE,CAAE,GAC1D,YAAY,CAiBd;
|
|
1
|
+
{"version":3,"file":"create-interpolate-element.d.ts","sourceRoot":"","sources":["../src/create-interpolate-element.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAKN,KAAK,OAAO,IAAI,YAAY,EAC5B,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EACX,aAAa,EACb,kBAAkB,EAClB,mBAAmB,EACnB,MAAM,SAAS,CAAC;AA4FjB;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,iBAAS,wBAAwB,CAAE,KAAK,SAAS,kBAAkB,EAClE,kBAAkB,EAAE,KAAK,EACzB,aAAa,EAAE,aAAa,CAAE,mBAAmB,CAAE,KAAK,CAAE,CAAE,GAC1D,YAAY,CAiBd;eAwOc,wBAAwB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;GAEG;AACH,KAAK,kBAAkB,CAAE,CAAC,IAAK;IAC9B,GAAG,CAAC,EAAE,CAAC,CAAC;IACR,OAAO,CAAC,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,QAAA,MAAM,QAAQ;IACb,kEAAkE
|
|
1
|
+
{"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;GAEG;AACH,KAAK,kBAAkB,CAAE,CAAC,IAAK;IAC9B,GAAG,CAAC,EAAE,CAAC,CAAC;IACR,OAAO,CAAC,EAAE,CAAC,CAAC;CACZ,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,QAAA,MAAM,QAAQ;IACb,kEAAkE;IAClE,EAAE,EAAE,KAAK;IAET;;;;;;OAMG;IACH,MAAM,CAAE,CAAC,QAAU,kBAAkB,CAAE,CAAC,CAAE,GAAI,CAAC,GAAG,SAAS;IAI3D,kCAAkC;IAClC,KAAK;CACL,CAAC;eAEa,QAAQ"}
|
|
@@ -26,114 +26,7 @@ export type RawHTMLProps = {
|
|
|
26
26
|
* @return Dangerously-rendering component.
|
|
27
27
|
*/
|
|
28
28
|
export default function RawHTML({ children, ...props }: RawHTMLProps): import("react").DetailedReactHTMLElement<{
|
|
29
|
-
slot?: string | undefined;
|
|
30
|
-
style?: import("react").CSSProperties | undefined;
|
|
31
|
-
title?: string | undefined;
|
|
32
29
|
key?: import("react").Key | null | undefined;
|
|
33
|
-
defaultChecked?: boolean | undefined;
|
|
34
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
35
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
36
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
37
|
-
accessKey?: string | undefined;
|
|
38
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
39
|
-
autoFocus?: boolean | undefined;
|
|
40
|
-
className?: string | undefined;
|
|
41
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
42
|
-
contextMenu?: string | undefined;
|
|
43
|
-
dir?: string | undefined;
|
|
44
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
45
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
46
|
-
hidden?: boolean | undefined;
|
|
47
|
-
id?: string | undefined;
|
|
48
|
-
lang?: string | undefined;
|
|
49
|
-
nonce?: string | undefined;
|
|
50
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
51
|
-
tabIndex?: number | undefined;
|
|
52
|
-
translate?: "yes" | "no" | undefined;
|
|
53
|
-
radioGroup?: string | undefined;
|
|
54
|
-
role?: import("react").AriaRole | undefined;
|
|
55
|
-
about?: string | undefined;
|
|
56
|
-
content?: string | undefined;
|
|
57
|
-
datatype?: string | undefined;
|
|
58
|
-
inlist?: any;
|
|
59
|
-
prefix?: string | undefined;
|
|
60
|
-
property?: string | undefined;
|
|
61
|
-
rel?: string | undefined;
|
|
62
|
-
resource?: string | undefined;
|
|
63
|
-
rev?: string | undefined;
|
|
64
|
-
typeof?: string | undefined;
|
|
65
|
-
vocab?: string | undefined;
|
|
66
|
-
autoCorrect?: string | undefined;
|
|
67
|
-
autoSave?: string | undefined;
|
|
68
|
-
color?: string | undefined;
|
|
69
|
-
itemProp?: string | undefined;
|
|
70
|
-
itemScope?: boolean | undefined;
|
|
71
|
-
itemType?: string | undefined;
|
|
72
|
-
itemID?: string | undefined;
|
|
73
|
-
itemRef?: string | undefined;
|
|
74
|
-
results?: number | undefined;
|
|
75
|
-
security?: string | undefined;
|
|
76
|
-
unselectable?: "on" | "off" | undefined;
|
|
77
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
78
|
-
is?: string | undefined;
|
|
79
|
-
exportparts?: string | undefined;
|
|
80
|
-
part?: string | undefined;
|
|
81
|
-
"aria-activedescendant"?: string | undefined;
|
|
82
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
83
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
84
|
-
"aria-braillelabel"?: string | undefined;
|
|
85
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
86
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
88
|
-
"aria-colcount"?: number | undefined;
|
|
89
|
-
"aria-colindex"?: number | undefined;
|
|
90
|
-
"aria-colindextext"?: string | undefined;
|
|
91
|
-
"aria-colspan"?: number | undefined;
|
|
92
|
-
"aria-controls"?: string | undefined;
|
|
93
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
94
|
-
"aria-describedby"?: string | undefined;
|
|
95
|
-
"aria-description"?: string | undefined;
|
|
96
|
-
"aria-details"?: string | undefined;
|
|
97
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
98
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
99
|
-
"aria-errormessage"?: string | undefined;
|
|
100
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
101
|
-
"aria-flowto"?: string | undefined;
|
|
102
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
103
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
104
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
105
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
106
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
107
|
-
"aria-label"?: string | undefined;
|
|
108
|
-
"aria-labelledby"?: string | undefined;
|
|
109
|
-
"aria-level"?: number | undefined;
|
|
110
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
111
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
112
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
113
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
114
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
115
|
-
"aria-owns"?: string | undefined;
|
|
116
|
-
"aria-placeholder"?: string | undefined;
|
|
117
|
-
"aria-posinset"?: number | undefined;
|
|
118
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
119
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
120
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
121
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
122
|
-
"aria-roledescription"?: string | undefined;
|
|
123
|
-
"aria-rowcount"?: number | undefined;
|
|
124
|
-
"aria-rowindex"?: number | undefined;
|
|
125
|
-
"aria-rowindextext"?: string | undefined;
|
|
126
|
-
"aria-rowspan"?: number | undefined;
|
|
127
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
128
|
-
"aria-setsize"?: number | undefined;
|
|
129
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
130
|
-
"aria-valuemax"?: number | undefined;
|
|
131
|
-
"aria-valuemin"?: number | undefined;
|
|
132
|
-
"aria-valuenow"?: number | undefined;
|
|
133
|
-
"aria-valuetext"?: string | undefined;
|
|
134
|
-
dangerouslySetInnerHTML: {
|
|
135
|
-
__html: string | TrustedHTML;
|
|
136
|
-
} | undefined;
|
|
137
30
|
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
138
31
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
139
32
|
onCut?: import("react").ClipboardEventHandler<HTMLDivElement>;
|
|
@@ -292,5 +185,112 @@ export default function RawHTML({ children, ...props }: RawHTMLProps): import("r
|
|
|
292
185
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
|
|
293
186
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement>;
|
|
294
187
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement>;
|
|
188
|
+
"aria-activedescendant"?: string | undefined;
|
|
189
|
+
"aria-atomic"?: ("false" | "true" | boolean) | undefined;
|
|
190
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
191
|
+
"aria-braillelabel"?: string | undefined;
|
|
192
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
193
|
+
"aria-busy"?: ("false" | "true" | boolean) | undefined;
|
|
194
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
195
|
+
"aria-colcount"?: number | undefined;
|
|
196
|
+
"aria-colindex"?: number | undefined;
|
|
197
|
+
"aria-colindextext"?: string | undefined;
|
|
198
|
+
"aria-colspan"?: number | undefined;
|
|
199
|
+
"aria-controls"?: string | undefined;
|
|
200
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
201
|
+
"aria-describedby"?: string | undefined;
|
|
202
|
+
"aria-description"?: string | undefined;
|
|
203
|
+
"aria-details"?: string | undefined;
|
|
204
|
+
"aria-disabled"?: ("false" | "true" | boolean) | undefined;
|
|
205
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
206
|
+
"aria-errormessage"?: string | undefined;
|
|
207
|
+
"aria-expanded"?: ("false" | "true" | boolean) | undefined;
|
|
208
|
+
"aria-flowto"?: string | undefined;
|
|
209
|
+
"aria-grabbed"?: ("false" | "true" | boolean) | undefined;
|
|
210
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
211
|
+
"aria-hidden"?: ("false" | "true" | boolean) | undefined;
|
|
212
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
213
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
214
|
+
"aria-label"?: string | undefined;
|
|
215
|
+
"aria-labelledby"?: string | undefined;
|
|
216
|
+
"aria-level"?: number | undefined;
|
|
217
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
218
|
+
"aria-modal"?: ("false" | "true" | boolean) | undefined;
|
|
219
|
+
"aria-multiline"?: ("false" | "true" | boolean) | undefined;
|
|
220
|
+
"aria-multiselectable"?: ("false" | "true" | boolean) | undefined;
|
|
221
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
222
|
+
"aria-owns"?: string | undefined;
|
|
223
|
+
"aria-placeholder"?: string | undefined;
|
|
224
|
+
"aria-posinset"?: number | undefined;
|
|
225
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
226
|
+
"aria-readonly"?: ("false" | "true" | boolean) | undefined;
|
|
227
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
228
|
+
"aria-required"?: ("false" | "true" | boolean) | undefined;
|
|
229
|
+
"aria-roledescription"?: string | undefined;
|
|
230
|
+
"aria-rowcount"?: number | undefined;
|
|
231
|
+
"aria-rowindex"?: number | undefined;
|
|
232
|
+
"aria-rowindextext"?: string | undefined;
|
|
233
|
+
"aria-rowspan"?: number | undefined;
|
|
234
|
+
"aria-selected"?: ("false" | "true" | boolean) | undefined;
|
|
235
|
+
"aria-setsize"?: number | undefined;
|
|
236
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
237
|
+
"aria-valuemax"?: number | undefined;
|
|
238
|
+
"aria-valuemin"?: number | undefined;
|
|
239
|
+
"aria-valuenow"?: number | undefined;
|
|
240
|
+
"aria-valuetext"?: string | undefined;
|
|
241
|
+
defaultChecked?: boolean | undefined;
|
|
242
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
243
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
244
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
245
|
+
accessKey?: string | undefined;
|
|
246
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
247
|
+
autoFocus?: boolean | undefined;
|
|
248
|
+
className?: string | undefined;
|
|
249
|
+
contentEditable?: ("false" | "true" | boolean) | "inherit" | "plaintext-only" | undefined;
|
|
250
|
+
contextMenu?: string | undefined;
|
|
251
|
+
dir?: string | undefined;
|
|
252
|
+
draggable?: ("false" | "true" | boolean) | undefined;
|
|
253
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
254
|
+
hidden?: boolean | undefined;
|
|
255
|
+
id?: string | undefined;
|
|
256
|
+
lang?: string | undefined;
|
|
257
|
+
nonce?: string | undefined;
|
|
258
|
+
slot?: string | undefined;
|
|
259
|
+
spellCheck?: ("false" | "true" | boolean) | undefined;
|
|
260
|
+
style?: import("react").CSSProperties | undefined;
|
|
261
|
+
tabIndex?: number | undefined;
|
|
262
|
+
title?: string | undefined;
|
|
263
|
+
translate?: "yes" | "no" | undefined;
|
|
264
|
+
radioGroup?: string | undefined;
|
|
265
|
+
role?: import("react").AriaRole | undefined;
|
|
266
|
+
about?: string | undefined;
|
|
267
|
+
content?: string | undefined;
|
|
268
|
+
datatype?: string | undefined;
|
|
269
|
+
inlist?: any;
|
|
270
|
+
prefix?: string | undefined;
|
|
271
|
+
property?: string | undefined;
|
|
272
|
+
rel?: string | undefined;
|
|
273
|
+
resource?: string | undefined;
|
|
274
|
+
rev?: string | undefined;
|
|
275
|
+
typeof?: string | undefined;
|
|
276
|
+
vocab?: string | undefined;
|
|
277
|
+
autoCorrect?: string | undefined;
|
|
278
|
+
autoSave?: string | undefined;
|
|
279
|
+
color?: string | undefined;
|
|
280
|
+
itemProp?: string | undefined;
|
|
281
|
+
itemScope?: boolean | undefined;
|
|
282
|
+
itemType?: string | undefined;
|
|
283
|
+
itemID?: string | undefined;
|
|
284
|
+
itemRef?: string | undefined;
|
|
285
|
+
results?: number | undefined;
|
|
286
|
+
security?: string | undefined;
|
|
287
|
+
unselectable?: "on" | "off" | undefined;
|
|
288
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
289
|
+
is?: string | undefined;
|
|
290
|
+
exportparts?: string | undefined;
|
|
291
|
+
part?: string | undefined;
|
|
292
|
+
dangerouslySetInnerHTML: {
|
|
293
|
+
__html: string | TrustedHTML;
|
|
294
|
+
};
|
|
295
295
|
}, HTMLElement>;
|
|
296
296
|
//# sourceMappingURL=raw-html.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serialize.d.ts","sourceRoot":"","sources":["../src/serialize.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAsCH,UAAU,WAAW;IACpB,CAAE,QAAQ,EAAE,MAAM,GAAI,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzD;AAED,UAAU,SAAS;IAClB,uBAAuB,CAAC,EAAE;QACzB,MAAM,EAAE,MAAM,CAAC;KACf,CAAC;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,KAAK,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,CAAE,GAAG,EAAE,MAAM,GAAI,GAAG,CAAC;CACrB;AAmLD;;;;;GAKG;AACH,wBAAgB,SAAS,CAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAI,OAAO,CAEvE;AAgSD;;;;;GAKG;AACH,wBAAgB,aAAa,CAC5B,OAAO,EAAE,KAAK,CAAC,SAAS,EACxB,OAAO,CAAC,EAAE,GAAG,EACb,aAAa,GAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAO,GACvC,MAAM,CAgFR;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CACpC,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,KAAK,EAAE,SAAS,EAChB,OAAO,CAAC,EAAE,GAAG,EACb,aAAa,GAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAO,GACvC,MAAM,CA8BR;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAC9B,SAAS,EAAE,KAAK,CAAC,cAAc,EAC/B,KAAK,EAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAE,EAC5B,OAAO,CAAC,EAAE,GAAG,EACb,aAAa,GAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAO,GACvC,MAAM,CAUR;AA0BD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAE,KAAK,EAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAE,GAAI,MAAM,CAsDvE;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAE,KAAK,EAAE,WAAW,GAAG,MAAM,GAAI,MAAM,GAAG,SAAS,CA2B7E;
|
|
1
|
+
{"version":3,"file":"serialize.d.ts","sourceRoot":"","sources":["../src/serialize.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAsCH,UAAU,WAAW;IACpB,CAAE,QAAQ,EAAE,MAAM,GAAI,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzD;AAED,UAAU,SAAS;IAClB,uBAAuB,CAAC,EAAE;QACzB,MAAM,EAAE,MAAM,CAAC;KACf,CAAC;IACF,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,KAAK,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,CAAE,GAAG,EAAE,MAAM,GAAI,GAAG,CAAC;CACrB;AAmLD;;;;;GAKG;AACH,wBAAgB,SAAS,CAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAI,OAAO,CAEvE;AAgSD;;;;;GAKG;AACH,wBAAgB,aAAa,CAC5B,OAAO,EAAE,KAAK,CAAC,SAAS,EACxB,OAAO,CAAC,EAAE,GAAG,EACb,aAAa,GAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAO,GACvC,MAAM,CAgFR;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CACpC,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,KAAK,EAAE,SAAS,EAChB,OAAO,CAAC,EAAE,GAAG,EACb,aAAa,GAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAO,GACvC,MAAM,CA8BR;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAC9B,SAAS,EAAE,KAAK,CAAC,cAAc,EAC/B,KAAK,EAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAE,EAC5B,OAAO,CAAC,EAAE,GAAG,EACb,aAAa,GAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAO,GACvC,MAAM,CAUR;AA0BD;;;GAGG;AACH,wBAAgB,gBAAgB,CAAE,KAAK,EAAE,MAAM,CAAE,MAAM,EAAE,GAAG,CAAE,GAAI,MAAM,CAsDvE;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAE,KAAK,EAAE,WAAW,GAAG,MAAM,GAAI,MAAM,GAAG,SAAS,CA2B7E;eAEc,aAAa"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,cAAc,YAAc,OAAO,KAAI,OAUnD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/element",
|
|
3
|
-
"version": "6.45.0",
|
|
3
|
+
"version": "6.45.1-next.v.202605131032.0+f6d6e7149",
|
|
4
4
|
"description": "Element React module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@types/react": "^18.3.27",
|
|
49
49
|
"@types/react-dom": "^18.3.1",
|
|
50
|
-
"@wordpress/escape-html": "^3.45.0",
|
|
50
|
+
"@wordpress/escape-html": "^3.45.1-next.v.202605131032.0+f6d6e7149",
|
|
51
51
|
"change-case": "^4.1.2",
|
|
52
52
|
"is-plain-object": "^5.0.0",
|
|
53
53
|
"react": "^18.3.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "0e198c7ac7ca634e73ded9220ce048c0302174dd"
|
|
60
60
|
}
|