@wordpress/boot 0.17.1-next.v.202607070741.0 → 0.18.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/build-module/components/canvas/back-button.mjs +11 -24
  3. package/build-module/components/canvas/back-button.mjs.map +3 -3
  4. package/build-module/components/navigation/navigation-item/index.mjs +3 -3
  5. package/build-module/components/navigation/navigation-item/index.mjs.map +2 -2
  6. package/build-module/index.mjs +3 -3
  7. package/build-module/index.mjs.map +2 -2
  8. package/build-style/style-rtl.css +0 -415
  9. package/build-style/style.css +0 -415
  10. package/build-types/components/app/index.d.ts +2 -2
  11. package/build-types/components/app/index.d.ts.map +1 -1
  12. package/build-types/components/app/router.d.ts +1 -1
  13. package/build-types/components/app/router.d.ts.map +1 -1
  14. package/build-types/components/canvas/back-button.d.ts +0 -4
  15. package/build-types/components/canvas/back-button.d.ts.map +1 -1
  16. package/build-types/components/canvas-renderer/index.d.ts +1 -1
  17. package/build-types/components/canvas-renderer/index.d.ts.map +1 -1
  18. package/build-types/components/navigation/drilldown-item/index.d.ts +2 -2
  19. package/build-types/components/navigation/drilldown-item/index.d.ts.map +1 -1
  20. package/build-types/components/navigation/dropdown-item/index.d.ts +1 -1
  21. package/build-types/components/navigation/dropdown-item/index.d.ts.map +1 -1
  22. package/build-types/components/navigation/navigation-item/index.d.ts +1 -1
  23. package/build-types/components/navigation/navigation-item/index.d.ts.map +1 -1
  24. package/build-types/components/navigation/navigation-screen/index.d.ts +2 -2
  25. package/build-types/components/navigation/navigation-screen/index.d.ts.map +1 -1
  26. package/build-types/components/save-panel/use-save-shortcut.d.ts +1 -1
  27. package/build-types/components/save-panel/use-save-shortcut.d.ts.map +1 -1
  28. package/package.json +28 -28
  29. package/src/components/canvas/back-button.tsx +7 -17
  30. package/src/components/navigation/navigation-item/style.scss +2 -2
  31. package/src/style.scss +0 -1
  32. package/src/components/canvas/back-button.scss +0 -59
@@ -1,418 +1,3 @@
1
- @charset "UTF-8";
2
- /* -------------------------------------------
3
- * Autogenerated by ⛋ Terrazzo. DO NOT EDIT!
4
- * ------------------------------------------- */
5
- :root {
6
- /* Buttons and other elements nested inside controls. */
7
- --wpds-border-radius-xs: 1px;
8
- /* Standalone buttons, inputs, and compact controls. */
9
- --wpds-border-radius-sm: 2px;
10
- /* Menus, popovers, and other small portaled overlays. */
11
- --wpds-border-radius-md: 4px;
12
- /* Cards, dialogs, notices, and other larger content containers. */
13
- --wpds-border-radius-lg: 8px;
14
- /* Page and app shell surfaces. */
15
- --wpds-border-radius-xl: 12px;
16
- /* Extra small width */
17
- --wpds-border-width-xs: 1px;
18
- /* Small width */
19
- --wpds-border-width-sm: 2px;
20
- /* Medium width */
21
- --wpds-border-width-md: 4px;
22
- /* Large width */
23
- --wpds-border-width-lg: 8px;
24
- /* Border width for focus ring */
25
- --wpds-border-width-focus: 2px;
26
- /* Background color for surfaces with normal emphasis. */
27
- --wpds-color-background-surface-neutral: #fcfcfc;
28
- /* Background color for surfaces with strong emphasis. */
29
- --wpds-color-background-surface-neutral-strong: #fff;
30
- /* Background color for surfaces with weak emphasis. */
31
- --wpds-color-background-surface-neutral-weak: #f4f4f4;
32
- /* Background color for surfaces with brand tone and normal emphasis. */
33
- --wpds-color-background-surface-brand: #ecf0fa;
34
- /* Background color for surfaces with success tone and normal emphasis. */
35
- --wpds-color-background-surface-success: #c6f7cd;
36
- /* Background color for surfaces with success tone and weak emphasis. */
37
- --wpds-color-background-surface-success-weak: #ebffed;
38
- /* Background color for surfaces with info tone and normal emphasis. */
39
- --wpds-color-background-surface-info: #deebfa;
40
- /* Background color for surfaces with info tone and weak emphasis. */
41
- --wpds-color-background-surface-info-weak: #f3f9ff;
42
- /* Background color for surfaces with warning tone and normal emphasis. */
43
- --wpds-color-background-surface-warning: #fde6be;
44
- /* Background color for surfaces with warning tone and weak emphasis. */
45
- --wpds-color-background-surface-warning-weak: #fff7e1;
46
- /* Background color for surfaces with caution tone and normal emphasis. */
47
- --wpds-color-background-surface-caution: #fee995;
48
- /* Background color for surfaces with caution tone and weak emphasis. */
49
- --wpds-color-background-surface-caution-weak: #fff9ca;
50
- /* Background color for surfaces with error tone and normal emphasis. */
51
- --wpds-color-background-surface-error: #f6e6e3;
52
- /* Background color for surfaces with error tone and weak emphasis. */
53
- --wpds-color-background-surface-error-weak: #fff6f5;
54
- /* Background color for interactive elements with neutral tone and strong emphasis. */
55
- --wpds-color-background-interactive-neutral-strong: #2d2d2d;
56
- /* Background color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active. */
57
- --wpds-color-background-interactive-neutral-strong-active: #1e1e1e;
58
- /* Background color for interactive elements with neutral tone and strong emphasis, in their disabled state. */
59
- --wpds-color-background-interactive-neutral-strong-disabled: #e6e6e6;
60
- /* Background color for interactive elements with neutral tone and weak emphasis. */
61
- --wpds-color-background-interactive-neutral-weak: #0000;
62
- /* Background color for interactive elements with neutral tone and weak emphasis that are hovered, focused, or active. */
63
- --wpds-color-background-interactive-neutral-weak-active: #ededed;
64
- /* Background color for interactive elements with neutral tone and weak emphasis, in their disabled state. */
65
- --wpds-color-background-interactive-neutral-weak-disabled: #0000;
66
- /* Background color for interactive elements with brand tone and strong emphasis. */
67
- --wpds-color-background-interactive-brand-strong: #3858e9;
68
- /* Background color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active. */
69
- --wpds-color-background-interactive-brand-strong-active: #2e49d9;
70
- /* Background color for interactive elements with brand tone and strong emphasis, in their disabled state. */
71
- --wpds-color-background-interactive-brand-strong-disabled: #e6e6e6;
72
- /* Background color for interactive elements with brand tone and weak emphasis. */
73
- --wpds-color-background-interactive-brand-weak: #0000;
74
- /* Background color for interactive elements with brand tone and weak emphasis that are hovered, focused, or active. */
75
- --wpds-color-background-interactive-brand-weak-active: #e6eaf4;
76
- /* Background color for interactive elements with brand tone and weak emphasis, in their disabled state. */
77
- --wpds-color-background-interactive-brand-weak-disabled: #0000;
78
- /* Background color for interactive elements with error tone and normal emphasis. */
79
- --wpds-color-background-interactive-error: #0000;
80
- /* Background color for interactive elements with error tone and normal emphasis that are hovered, focused, or active. */
81
- --wpds-color-background-interactive-error-active: #fff6f5;
82
- /* Background color for interactive elements with error tone and normal emphasis, in their disabled state. */
83
- --wpds-color-background-interactive-error-disabled: #0000;
84
- /* Background color for interactive elements with error tone and strong emphasis. */
85
- --wpds-color-background-interactive-error-strong: #cc1818;
86
- /* Background color for interactive elements with error tone and strong emphasis that are hovered, focused, or active. */
87
- --wpds-color-background-interactive-error-strong-active: #b90000;
88
- /* Background color for interactive elements with error tone and strong emphasis, in their disabled state. */
89
- --wpds-color-background-interactive-error-strong-disabled: #e6e6e6;
90
- /* Background color for interactive elements with error tone and weak emphasis. */
91
- --wpds-color-background-interactive-error-weak: #0000;
92
- /* Background color for interactive elements with error tone and weak emphasis that are hovered, focused, or active. */
93
- --wpds-color-background-interactive-error-weak-active: #f6e6e3;
94
- /* Background color for interactive elements with error tone and weak emphasis, in their disabled state. */
95
- --wpds-color-background-interactive-error-weak-disabled: #0000;
96
- /* Background color for tracks with a neutral tone and weak emphasis (eg. scrollbar track). */
97
- --wpds-color-background-track-neutral-weak: #f0f0f0;
98
- /* Background color for tracks with a neutral tone and normal emphasis (eg. slider or progressbar track). */
99
- --wpds-color-background-track-neutral: #dbdbdb;
100
- /* Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb). */
101
- --wpds-color-background-thumb-neutral-weak: #8d8d8d;
102
- /* Background color for thumbs with a neutral tone and weak emphasis (eg. scrollbar thumb) that are hovered, focused, or active. */
103
- --wpds-color-background-thumb-neutral-weak-active: #6e6e6e;
104
- /* Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track). */
105
- --wpds-color-background-thumb-brand: #3858e9;
106
- /* Background color for thumbs with a brand tone and normal emphasis (eg. slider thumb and filled track) that are hovered, focused, or active. */
107
- --wpds-color-background-thumb-brand-active: #3858e9;
108
- /* Background color for thumbs with normal emphasis (eg. slider thumb and filled track), in their disabled state, regardless of the tone. */
109
- --wpds-color-background-thumb-neutral-disabled: #dbdbdb;
110
- /* Foreground color for content like text with normal emphasis. */
111
- --wpds-color-foreground-content-neutral: #1e1e1e;
112
- /* Foreground color for content like text with weak emphasis. */
113
- --wpds-color-foreground-content-neutral-weak: #707070;
114
- /* Foreground color for content like text with success tone and normal emphasis. */
115
- --wpds-color-foreground-content-success: #002900;
116
- /* Foreground color for content like text with success tone and weak emphasis. */
117
- --wpds-color-foreground-content-success-weak: #008030;
118
- /* Foreground color for content like text with info tone and normal emphasis. */
119
- --wpds-color-foreground-content-info: #001b4f;
120
- /* Foreground color for content like text with info tone and weak emphasis. */
121
- --wpds-color-foreground-content-info-weak: #006bd7;
122
- /* Foreground color for content like text with warning tone and normal emphasis. */
123
- --wpds-color-foreground-content-warning: #2e1900;
124
- /* Foreground color for content like text with warning tone and weak emphasis. */
125
- --wpds-color-foreground-content-warning-weak: #926300;
126
- /* Foreground color for content like text with caution tone and normal emphasis. */
127
- --wpds-color-foreground-content-caution: #281d00;
128
- /* Foreground color for content like text with caution tone and weak emphasis. */
129
- --wpds-color-foreground-content-caution-weak: #826a00;
130
- /* Foreground color for content like text with error tone and normal emphasis. */
131
- --wpds-color-foreground-content-error: #470000;
132
- /* Foreground color for content like text with error tone and weak emphasis. */
133
- --wpds-color-foreground-content-error-weak: #cc1818;
134
- /* Foreground color for interactive elements with neutral tone and normal emphasis. */
135
- --wpds-color-foreground-interactive-neutral: #1e1e1e;
136
- /* Foreground color for interactive elements with neutral tone and normal emphasis that are hovered, focused, or active. */
137
- --wpds-color-foreground-interactive-neutral-active: #1e1e1e;
138
- /* Foreground color for interactive elements with neutral tone and normal emphasis, in their disabled state. */
139
- --wpds-color-foreground-interactive-neutral-disabled: #8d8d8d;
140
- /* Foreground color for interactive elements with neutral tone and strong emphasis. */
141
- --wpds-color-foreground-interactive-neutral-strong: #f0f0f0;
142
- /* Foreground color for interactive elements with neutral tone and strong emphasis that are hovered, focused, or active. */
143
- --wpds-color-foreground-interactive-neutral-strong-active: #f0f0f0;
144
- /* Foreground color for interactive elements with neutral tone and strong emphasis, in their disabled state. */
145
- --wpds-color-foreground-interactive-neutral-strong-disabled: #8d8d8d;
146
- /* Foreground color for interactive elements with neutral tone and weak emphasis. */
147
- --wpds-color-foreground-interactive-neutral-weak: #707070;
148
- /* Foreground color for interactive elements with neutral tone and weak emphasis, in their disabled state. */
149
- --wpds-color-foreground-interactive-neutral-weak-disabled: #8d8d8d;
150
- /* Foreground color for interactive elements with brand tone and normal emphasis. */
151
- --wpds-color-foreground-interactive-brand: #3858e9;
152
- /* Foreground color for interactive elements with brand tone and normal emphasis that are hovered, focused, or active. */
153
- --wpds-color-foreground-interactive-brand-active: #0b0070;
154
- /* Foreground color for interactive elements with brand tone and normal emphasis, in their disabled state. */
155
- --wpds-color-foreground-interactive-brand-disabled: #8d8d8d;
156
- /* Foreground color for interactive elements with brand tone and strong emphasis. */
157
- --wpds-color-foreground-interactive-brand-strong: #eff0f2;
158
- /* Foreground color for interactive elements with brand tone and strong emphasis that are hovered, focused, or active. */
159
- --wpds-color-foreground-interactive-brand-strong-active: #eff0f2;
160
- /* Foreground color for interactive elements with brand tone and strong emphasis, in their disabled state. */
161
- --wpds-color-foreground-interactive-brand-strong-disabled: #8d8d8d;
162
- /* Foreground color for interactive elements with error tone and normal emphasis. */
163
- --wpds-color-foreground-interactive-error: #cc1818;
164
- /* Foreground color for interactive elements with error tone and normal emphasis that are hovered, focused, or active. */
165
- --wpds-color-foreground-interactive-error-active: #470000;
166
- /* Foreground color for interactive elements with error tone and normal emphasis, in their disabled state. */
167
- --wpds-color-foreground-interactive-error-disabled: #8d8d8d;
168
- /* Foreground color for interactive elements with error tone and strong emphasis. */
169
- --wpds-color-foreground-interactive-error-strong: #f2efef;
170
- /* Foreground color for interactive elements with error tone and strong emphasis that are hovered, focused, or active. */
171
- --wpds-color-foreground-interactive-error-strong-active: #f2efef;
172
- /* Foreground color for interactive elements with error tone and strong emphasis, in their disabled state. */
173
- --wpds-color-foreground-interactive-error-strong-disabled: #8d8d8d;
174
- /* Decorative stroke color used to define neutrally-toned surface boundaries with normal emphasis. */
175
- --wpds-color-stroke-surface-neutral: #dbdbdb;
176
- /* Decorative stroke color used to define neutrally-toned surface boundaries with weak emphasis. */
177
- --wpds-color-stroke-surface-neutral-weak: #f0f0f0;
178
- /* Decorative stroke color used to define neutrally-toned surface boundaries with strong emphasis. */
179
- --wpds-color-stroke-surface-neutral-strong: #8d8d8d;
180
- /* Decorative stroke color used to define brand-toned surface boundaries with normal emphasis. */
181
- --wpds-color-stroke-surface-brand: #b0bbd6;
182
- /* Decorative stroke color used to define brand-toned surface boundaries with strong emphasis. */
183
- --wpds-color-stroke-surface-brand-strong: #3858e9;
184
- /* Decorative stroke color used to define success-toned surface boundaries with normal emphasis. */
185
- --wpds-color-stroke-surface-success: #94d29e;
186
- /* Decorative stroke color used to define success-toned surface boundaries with strong emphasis. */
187
- --wpds-color-stroke-surface-success-strong: #008030;
188
- /* Decorative stroke color used to define info-toned surface boundaries with normal emphasis. */
189
- --wpds-color-stroke-surface-info: #a9c6e7;
190
- /* Decorative stroke color used to define info-toned surface boundaries with strong emphasis. */
191
- --wpds-color-stroke-surface-info-strong: #006bd7;
192
- /* Decorative stroke color used to define warning-toned surface boundaries with normal emphasis. */
193
- --wpds-color-stroke-surface-warning: #e1bc7c;
194
- /* Decorative stroke color used to define warning-toned surface boundaries with strong emphasis. */
195
- --wpds-color-stroke-surface-warning-strong: #926300;
196
- /* Decorative stroke color used to define caution-toned surface boundaries with normal emphasis. */
197
- --wpds-color-stroke-surface-caution: #cfc28d;
198
- /* Decorative stroke color used to define caution-toned surface boundaries with strong emphasis. */
199
- --wpds-color-stroke-surface-caution-strong: #826a00;
200
- /* Decorative stroke color used to define error-toned surface boundaries with normal emphasis. */
201
- --wpds-color-stroke-surface-error: #dab1aa;
202
- /* Decorative stroke color used to define error-toned surface boundaries with strong emphasis. */
203
- --wpds-color-stroke-surface-error-strong: #cc1818;
204
- /* Accessible stroke color used for interactive neutrally-toned elements with normal emphasis. */
205
- --wpds-color-stroke-interactive-neutral: #8d8d8d;
206
- /* Accessible stroke color used for interactive neutrally-toned elements with normal emphasis that are hovered, focused, or active. */
207
- --wpds-color-stroke-interactive-neutral-active: #6e6e6e;
208
- /* Accessible stroke color used for interactive neutrally-toned elements with normal emphasis, in their disabled state. */
209
- --wpds-color-stroke-interactive-neutral-disabled: #dbdbdb;
210
- /* Accessible stroke color used for interactive neutrally-toned elements with strong emphasis. */
211
- --wpds-color-stroke-interactive-neutral-strong: #6e6e6e;
212
- /* Accessible stroke color used for interactive brand-toned elements with normal emphasis. */
213
- --wpds-color-stroke-interactive-brand: #3858e9;
214
- /* Accessible stroke color used for interactive brand-toned elements with normal emphasis that are hovered, focused, or active. */
215
- --wpds-color-stroke-interactive-brand-active: #2337c8;
216
- /* Accessible stroke color used for interactive brand-toned elements with normal emphasis, in their disabled state. */
217
- --wpds-color-stroke-interactive-brand-disabled: #dbdbdb;
218
- /* Accessible stroke color used for interactive error-toned elements with normal emphasis. */
219
- --wpds-color-stroke-interactive-error: #cc1818;
220
- /* Accessible stroke color used for interactive error-toned elements with normal emphasis that are hovered, focused, or active. */
221
- --wpds-color-stroke-interactive-error-active: #9d0000;
222
- /* Accessible stroke color used for interactive error-toned elements with normal emphasis, in their disabled state. */
223
- --wpds-color-stroke-interactive-error-disabled: #dbdbdb;
224
- /* Accessible stroke color used for interactive error-toned elements with strong emphasis. */
225
- --wpds-color-stroke-interactive-error-strong: #cc1818;
226
- /* Accessible stroke color applied to focus rings. */
227
- --wpds-color-stroke-focus: #3858e9;
228
- /* Cursor style for interactive controls that are not links (e.g. buttons, checkboxes, and toggles). */
229
- --wpds-cursor-control: pointer;
230
- /* Extra small padding */
231
- --wpds-dimension-padding-xs: 4px;
232
- /* Small padding */
233
- --wpds-dimension-padding-sm: 8px;
234
- /* Medium padding */
235
- --wpds-dimension-padding-md: 12px;
236
- /* Large padding */
237
- --wpds-dimension-padding-lg: 16px;
238
- /* Extra large padding */
239
- --wpds-dimension-padding-xl: 20px;
240
- /* 2x extra large padding */
241
- --wpds-dimension-padding-2xl: 24px;
242
- /* 3x extra large padding */
243
- --wpds-dimension-padding-3xl: 32px;
244
- /* Extra small gap */
245
- --wpds-dimension-gap-xs: 4px;
246
- /* Small gap */
247
- --wpds-dimension-gap-sm: 8px;
248
- /* Medium gap */
249
- --wpds-dimension-gap-md: 12px;
250
- /* Large gap */
251
- --wpds-dimension-gap-lg: 16px;
252
- /* Extra large gap */
253
- --wpds-dimension-gap-xl: 24px;
254
- /* 2x extra large gap */
255
- --wpds-dimension-gap-2xl: 32px;
256
- /* 3x extra large gap */
257
- --wpds-dimension-gap-3xl: 40px;
258
- /* Notification indicators */
259
- --wpds-dimension-size-5xs: 4px;
260
- /* Visual size for small interactive elements like resize handles */
261
- --wpds-dimension-size-4xs: 8px;
262
- /* Small markers */
263
- --wpds-dimension-size-3xs: 12px;
264
- /* For small controls like checkboxes and radios, or small decorative icons */
265
- --wpds-dimension-size-2xs: 16px;
266
- /* For medium sized icons */
267
- --wpds-dimension-size-xs: 20px;
268
- /* For icons and small buttons */
269
- --wpds-dimension-size-sm: 24px;
270
- /* For medium-sized buttons and inputs */
271
- --wpds-dimension-size-md: 32px;
272
- /* Default size for buttons and inputs */
273
- --wpds-dimension-size-lg: 40px;
274
- /* Extra small surface width */
275
- --wpds-dimension-surface-width-xs: 240px;
276
- /* Small surface width */
277
- --wpds-dimension-surface-width-sm: 320px;
278
- /* Medium surface width */
279
- --wpds-dimension-surface-width-md: 400px;
280
- /* Large surface width */
281
- --wpds-dimension-surface-width-lg: 560px;
282
- /* Extra large surface width */
283
- --wpds-dimension-surface-width-xl: 720px;
284
- /* 2x extra large surface width */
285
- --wpds-dimension-surface-width-2xl: 960px;
286
- /* For sections and containers that group related content and controls, which may overlap other content. Example: Preview Frame. */
287
- --wpds-elevation-xs: 0px 1px 1px 0px #00000008, 0px 1px 2px 0px #00000005,
288
- 0px 3px 3px 0px #00000005, 0px 4px 4px 0px #00000003;
289
- /* For components that provide contextual feedback without being intrusive. Generally non-interruptive. Example: Tooltips, Snackbar. */
290
- --wpds-elevation-sm: 0px 1px 2px 0px #0000000d, 0px 2px 3px 0px #0000000a,
291
- 0px 6px 6px 0px #00000008, 0px 8px 8px 0px #00000005;
292
- /* For components that offer additional actions. Example: Menus, Command Palette */
293
- --wpds-elevation-md: 0px 2px 3px 0px #0000000d, 0px 4px 5px 0px #0000000a,
294
- 0px 12px 12px 0px #00000008, 0px 16px 16px 0px #00000005;
295
- /* For components that confirm decisions or handle necessary interruptions. Example: Modals. */
296
- --wpds-elevation-lg: 0px 5px 15px 0px #00000014, 0px 15px 27px 0px #00000012,
297
- 0px 30px 36px 0px #0000000a, 0px 50px 43px 0px #00000005;
298
- /* Micro-delays and transition offsets */
299
- --wpds-motion-duration-xs: 50ms;
300
- /* Micro-interactions like focus rings and state changes */
301
- --wpds-motion-duration-sm: 100ms;
302
- /* Standard transitions like menus and popovers */
303
- --wpds-motion-duration-md: 200ms;
304
- /* Deliberate animations like slides and reveals */
305
- --wpds-motion-duration-lg: 300ms;
306
- /* Extended animations like complex or multi-step transitions */
307
- --wpds-motion-duration-xl: 400ms;
308
- /* Nearly imperceptible easing for hover, color, and background transitions */
309
- --wpds-motion-easing-subtle: cubic-bezier( 0.15, 0, 0.15, 1 );
310
- /* General-purpose easing for on-screen movement like resizing, morphing, and layout shifts */
311
- --wpds-motion-easing-balanced: cubic-bezier( 0.4, 0, 0.2, 1 );
312
- /* Noticeable easing for enter/exit and spatial transitions like menus, popovers, dialogs, and drawers */
313
- --wpds-motion-easing-expressive: cubic-bezier( 0.25, 0, 0, 1 );
314
- /* Headings font family */
315
- --wpds-typography-font-family-heading: -apple-system, system-ui, 'Segoe UI',
316
- 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue',
317
- sans-serif;
318
- /* Body font family */
319
- --wpds-typography-font-family-body: -apple-system, system-ui, 'Segoe UI',
320
- 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue',
321
- sans-serif;
322
- /* Monospace font family */
323
- --wpds-typography-font-family-mono: 'Menlo', 'Consolas', monaco, monospace;
324
- /* Extra small font size */
325
- --wpds-typography-font-size-xs: 11px;
326
- /* Small font size */
327
- --wpds-typography-font-size-sm: 12px;
328
- /* Medium font size */
329
- --wpds-typography-font-size-md: 13px;
330
- /* Large font size */
331
- --wpds-typography-font-size-lg: 15px;
332
- /* Extra large font size */
333
- --wpds-typography-font-size-xl: 20px;
334
- /* 2X large font size */
335
- --wpds-typography-font-size-2xl: 32px;
336
- /* Extra small line height */
337
- --wpds-typography-line-height-xs: 16px;
338
- /* Small line height */
339
- --wpds-typography-line-height-sm: 20px;
340
- /* Medium line height */
341
- --wpds-typography-line-height-md: 24px;
342
- /* Large line height */
343
- --wpds-typography-line-height-lg: 28px;
344
- /* Extra large line height */
345
- --wpds-typography-line-height-xl: 32px;
346
- /* 2X large line height */
347
- --wpds-typography-line-height-2xl: 40px;
348
- /* Regular font weight for body text */
349
- --wpds-typography-font-weight-regular: 400;
350
- /* Medium font weight for emphasis and headings */
351
- --wpds-typography-font-weight-medium: 499;
352
- }
353
-
354
- @media (min-resolution: 192dpi) {
355
- :root {
356
- /* Border width for focus ring */
357
- --wpds-border-width-focus: 1.5px;
358
- }
359
- }
360
- [data-wpds-corner-radius=none],
361
- :root:has([data-wpds-root-provider=true][data-wpds-corner-radius=none]) {
362
- /* Buttons and other elements nested inside controls. */
363
- --wpds-border-radius-xs: 0px;
364
- /* Standalone buttons, inputs, and compact controls. */
365
- --wpds-border-radius-sm: 0px;
366
- /* Menus, popovers, and other small portaled overlays. */
367
- --wpds-border-radius-md: 0px;
368
- /* Cards, dialogs, notices, and other larger content containers. */
369
- --wpds-border-radius-lg: 0px;
370
- /* Page and app shell surfaces. */
371
- --wpds-border-radius-xl: 0px;
372
- }
373
-
374
- [data-wpds-corner-radius=subtle],
375
- :root:has([data-wpds-root-provider=true][data-wpds-corner-radius=subtle]) {
376
- /* Buttons and other elements nested inside controls. */
377
- --wpds-border-radius-xs: 1px;
378
- /* Standalone buttons, inputs, and compact controls. */
379
- --wpds-border-radius-sm: 2px;
380
- /* Menus, popovers, and other small portaled overlays. */
381
- --wpds-border-radius-md: 4px;
382
- /* Cards, dialogs, notices, and other larger content containers. */
383
- --wpds-border-radius-lg: 8px;
384
- /* Page and app shell surfaces. */
385
- --wpds-border-radius-xl: 12px;
386
- }
387
-
388
- [data-wpds-corner-radius=moderate],
389
- :root:has([data-wpds-root-provider=true][data-wpds-corner-radius=moderate]) {
390
- /* Buttons and other elements nested inside controls. */
391
- --wpds-border-radius-xs: 6px;
392
- /* Standalone buttons, inputs, and compact controls. */
393
- --wpds-border-radius-sm: 8px;
394
- /* Menus, popovers, and other small portaled overlays. */
395
- --wpds-border-radius-md: 12px;
396
- /* Cards, dialogs, notices, and other larger content containers. */
397
- --wpds-border-radius-lg: 16px;
398
- /* Page and app shell surfaces. */
399
- --wpds-border-radius-xl: 20px;
400
- }
401
-
402
- [data-wpds-corner-radius=pronounced],
403
- :root:has([data-wpds-root-provider=true][data-wpds-corner-radius=pronounced]) {
404
- /* Buttons and other elements nested inside controls. */
405
- --wpds-border-radius-xs: 18px;
406
- /* Standalone buttons, inputs, and compact controls. */
407
- --wpds-border-radius-sm: 20px;
408
- /* Menus, popovers, and other small portaled overlays. */
409
- --wpds-border-radius-md: 22px;
410
- /* Cards, dialogs, notices, and other larger content containers. */
411
- --wpds-border-radius-lg: 24px;
412
- /* Page and app shell surfaces. */
413
- --wpds-border-radius-xl: 26px;
414
- }
415
-
416
1
  /**
417
2
  * Typography
418
3
  */
@@ -6,12 +6,12 @@ interface InitProps {
6
6
  initModules?: string[];
7
7
  dashboardLink?: string;
8
8
  }
9
- export declare function init({ mountId, menuItems, routes, initModules, dashboardLink }: InitProps): Promise<void>;
9
+ export declare function init({ mountId, menuItems, routes, initModules, dashboardLink, }: InitProps): Promise<void>;
10
10
  interface InitSinglePageProps {
11
11
  mountId: string;
12
12
  routes?: Route[];
13
13
  initModules?: string[];
14
14
  }
15
- export declare function initSinglePage({ mountId, routes, initModules }: InitSinglePageProps): Promise<void>;
15
+ export declare function initSinglePage({ mountId, routes, initModules, }: InitSinglePageProps): Promise<void>;
16
16
  export {};
17
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/app/index.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAwBzD,UAAU,SAAS;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wBAAsB,IAAI,CAAE,EAC3B,OAAO,EACP,SAAS,EACT,MAAM,EACN,WAAW,EACX,aAAa,EACb,EAAE,SAAS,iBAyBX;AAED,UAAU,mBAAmB;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,wBAAsB,cAAc,CAAE,EACrC,OAAO,EACP,MAAM,EACN,WAAW,EACX,EAAE,mBAAmB,iBAiBrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/app/index.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAwBzD,UAAU,SAAS;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,wBAAsB,IAAI,CAAE,EAC3B,OAAO,EACP,SAAS,EACT,MAAM,EACN,WAAW,EACX,aAAa,GACb,EAAE,SAAS,iBAyBX;AAED,UAAU,mBAAmB;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,wBAAsB,cAAc,CAAE,EACrC,OAAO,EACP,MAAM,EACN,WAAW,GACX,EAAE,mBAAmB,iBAiBrB"}
@@ -7,6 +7,6 @@ interface RouterProps {
7
7
  routes: Route[];
8
8
  rootComponent?: ComponentType;
9
9
  }
10
- export default function Router({ routes, rootComponent }: RouterProps): import("react").JSX.Element;
10
+ export default function Router({ routes, rootComponent, }: RouterProps): import("react").JSX.Element;
11
11
  export {};
12
12
  //# sourceMappingURL=router.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/components/app/router.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAmB3C,OAAO,KAAK,EAAE,KAAK,EAAmC,MAAM,mBAAmB,CAAC;AA4KhF,UAAU,WAAW;IACpB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAE,EAC/B,MAAM,EACN,aAAoB,EACpB,EAAE,WAAW,+BAiCb"}
1
+ {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/components/app/router.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAmB3C,OAAO,KAAK,EAAE,KAAK,EAAmC,MAAM,mBAAmB,CAAC;AA4KhF,UAAU,WAAW;IACpB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,CAAC;CAC9B;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAE,EAC/B,MAAM,EACN,aAAoB,GACpB,EAAE,WAAW,+BAiCb"}
@@ -1,7 +1,3 @@
1
- /**
2
- * Internal dependencies
3
- */
4
- import './back-button.scss';
5
1
  /**
6
2
  * Back button component that appears in full-screen canvas mode.
7
3
  *
@@ -1 +1 @@
1
- {"version":3,"file":"back-button.d.ts","sourceRoot":"","sources":["../../../src/components/canvas/back-button.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,OAAO,oBAAoB,CAAC;AAE5B;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAE,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,sCAuBrE"}
1
+ {"version":3,"file":"back-button.d.ts","sourceRoot":"","sources":["../../../src/components/canvas/back-button.tsx"],"names":[],"mappings":"AAOA;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAE,EAAE,MAAM,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,sCAkBrE"}
@@ -22,6 +22,6 @@ interface CanvasRendererProps {
22
22
  * @param props.routeContentModule Path to content module for custom canvas
23
23
  * @return Canvas renderer
24
24
  */
25
- export default function CanvasRenderer({ canvas, routeContentModule }: CanvasRendererProps): import("react").JSX.Element | null;
25
+ export default function CanvasRenderer({ canvas, routeContentModule, }: CanvasRendererProps): import("react").JSX.Element | null;
26
26
  export {};
27
27
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/canvas-renderer/index.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,mBAAmB;IAC5B,MAAM,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAE,EACvC,MAAM,EACN,kBAAkB,EAClB,EAAE,mBAAmB,sCAiCrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/canvas-renderer/index.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,mBAAmB;IAC5B,MAAM,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAE,EACvC,MAAM,EACN,kBAAkB,GAClB,EAAE,mBAAmB,sCAiCrB"}
@@ -24,11 +24,11 @@ interface DrilldownItemProps {
24
24
  /**
25
25
  * Function to handle sidebar navigation when the item is clicked.
26
26
  */
27
- onNavigate: ({ id, direction }: {
27
+ onNavigate: ({ id, direction, }: {
28
28
  id?: string;
29
29
  direction: 'forward' | 'backward';
30
30
  }) => void;
31
31
  }
32
- export default function DrilldownItem({ className, id, icon, shouldShowPlaceholder, children, onNavigate }: DrilldownItemProps): import("react").JSX.Element;
32
+ export default function DrilldownItem({ className, id, icon, shouldShowPlaceholder, children, onNavigate, }: DrilldownItemProps): import("react").JSX.Element;
33
33
  export {};
34
34
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/drilldown-item/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAmBvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,UAAU,kBAAkB;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,CAAE,EACb,EAAE,EACF,SAAS,EACT,EAAE;QACF,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC;KAClC,KAAM,IAAI,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAE,EACtC,SAAS,EACT,EAAE,EACF,IAAI,EACJ,qBAA4B,EAC5B,QAAQ,EACR,UAAU,EACV,EAAE,kBAAkB,+BAwBpB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/drilldown-item/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAmBvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,UAAU,kBAAkB;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,CAAE,EACb,EAAE,EACF,SAAS,GACT,EAAE;QACF,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC;KAClC,KAAM,IAAI,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAE,EACtC,SAAS,EACT,EAAE,EACF,IAAI,EACJ,qBAA4B,EAC5B,QAAQ,EACR,UAAU,GACV,EAAE,kBAAkB,+BAwBpB"}
@@ -31,6 +31,6 @@ interface DropdownItemProps {
31
31
  */
32
32
  onToggle: () => void;
33
33
  }
34
- export default function DropdownItem({ className, id, icon, children, isExpanded, onToggle }: DropdownItemProps): import("react").JSX.Element;
34
+ export default function DropdownItem({ className, id, icon, children, isExpanded, onToggle, }: DropdownItemProps): import("react").JSX.Element;
35
35
  export {};
36
36
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/dropdown-item/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAwBvC,OAAO,KAAK,EAAE,QAAQ,EAAY,MAAM,sBAAsB,CAAC;AAC/D,OAAO,cAAc,CAAC;AAItB,UAAU,iBAAiB;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAE,EACrC,SAAS,EACT,EAAE,EACF,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,EAAE,iBAAiB,+BA8DnB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/dropdown-item/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAwBvC,OAAO,KAAK,EAAE,QAAQ,EAAY,MAAM,sBAAsB,CAAC;AAC/D,OAAO,cAAc,CAAC;AAItB,UAAU,iBAAiB;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAE,EACrC,SAAS,EACT,EAAE,EACF,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,QAAQ,GACR,EAAE,iBAAiB,+BA8DnB"}
@@ -23,6 +23,6 @@ interface NavigationItemProps {
23
23
  */
24
24
  to: string;
25
25
  }
26
- export default function NavigationItem({ className, icon, shouldShowPlaceholder, children, to }: NavigationItemProps): import("react").JSX.Element;
26
+ export default function NavigationItem({ className, icon, shouldShowPlaceholder, children, to, }: NavigationItemProps): import("react").JSX.Element;
27
27
  export {};
28
28
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/navigation-item/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAiBvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,cAAc,CAAC;AAEtB,UAAU,mBAAmB;IAC5B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACX;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAE,EACvC,SAAS,EACT,IAAI,EACJ,qBAA4B,EAC5B,QAAQ,EACR,EAAE,EACF,EAAE,mBAAmB,+BAkCrB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/navigation-item/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAiBvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,cAAc,CAAC;AAEtB,UAAU,mBAAmB;IAC5B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACX;AAED,MAAM,CAAC,OAAO,UAAU,cAAc,CAAE,EACvC,SAAS,EACT,IAAI,EACJ,qBAA4B,EAC5B,QAAQ,EACR,EAAE,GACF,EAAE,mBAAmB,+BAkCrB"}
@@ -6,7 +6,7 @@ import type { ReactNode, RefObject } from 'react';
6
6
  * Internal dependencies
7
7
  */
8
8
  import './style.scss';
9
- export default function NavigationScreen({ isRoot, title, actions, content, description, animationDirection, backMenuItem, backButtonRef, navigationKey, onNavigate }: {
9
+ export default function NavigationScreen({ isRoot, title, actions, content, description, animationDirection, backMenuItem, backButtonRef, navigationKey, onNavigate, }: {
10
10
  isRoot?: boolean;
11
11
  title: string;
12
12
  actions?: ReactNode;
@@ -16,7 +16,7 @@ export default function NavigationScreen({ isRoot, title, actions, content, desc
16
16
  backButtonRef?: RefObject<HTMLButtonElement | null>;
17
17
  animationDirection?: 'forward' | 'backward';
18
18
  navigationKey?: string;
19
- onNavigate: ({ id, direction }: {
19
+ onNavigate: ({ id, direction, }: {
20
20
  id?: string;
21
21
  direction: 'forward' | 'backward';
22
22
  }) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/navigation-screen/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAgBlD;;GAEG;AACH,OAAO,cAAc,CAAC;AAkBtB,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAE,EACzC,MAAM,EACN,KAAK,EACL,OAAO,EACP,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,YAAY,EACZ,aAAa,EACb,aAAa,EACb,UAAU,EACV,EAAE;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,SAAS,CAAC;IACnB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAE,iBAAiB,GAAG,IAAI,CAAE,CAAC;IACtD,kBAAkB,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,CAAE,EACb,EAAE,EACF,SAAS,EACT,EAAE;QACF,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC;KAClC,KAAM,IAAI,CAAC;CACZ,+BA8EA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/navigation-screen/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAgBlD;;GAEG;AACH,OAAO,cAAc,CAAC;AAkBtB,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAE,EACzC,MAAM,EACN,KAAK,EACL,OAAO,EACP,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,YAAY,EACZ,aAAa,EACb,aAAa,EACb,UAAU,GACV,EAAE;IACF,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,EAAE,SAAS,CAAC;IACnB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,SAAS,CAAE,iBAAiB,GAAG,IAAI,CAAE,CAAC;IACtD,kBAAkB,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IAC5C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,CAAE,EACb,EAAE,EACF,SAAS,GACT,EAAE;QACF,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC;KAClC,KAAM,IAAI,CAAC;CACZ,+BA8EA"}
@@ -4,7 +4,7 @@
4
4
  * @param param0 Object containing the function to open the save panel.
5
5
  * @param param0.openSavePanel Function to open the save panel.
6
6
  */
7
- export default function useSaveShortcut({ openSavePanel }: {
7
+ export default function useSaveShortcut({ openSavePanel, }: {
8
8
  openSavePanel: () => void;
9
9
  }): void;
10
10
  //# sourceMappingURL=use-save-shortcut.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"use-save-shortcut.d.ts","sourceRoot":"","sources":["../../../src/components/save-panel/use-save-shortcut.ts"],"names":[],"mappings":"AAeA;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAE,EACxC,aAAa,EACb,EAAE;IACF,aAAa,EAAE,MAAM,IAAI,CAAC;CAC1B,QAwCA"}
1
+ {"version":3,"file":"use-save-shortcut.d.ts","sourceRoot":"","sources":["../../../src/components/save-panel/use-save-shortcut.ts"],"names":[],"mappings":"AAeA;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAE,EACxC,aAAa,GACb,EAAE;IACF,aAAa,EAAE,MAAM,IAAI,CAAC;CAC1B,QAwCA"}