@urbicon-ui/blocks 6.40.3 → 6.40.4
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/components/Calendar/calendar.variants.d.ts +63 -63
- package/dist/components/CopyButton/copy-button.variants.d.ts +4 -4
- package/dist/components/FileUpload/FileUpload.svelte +8 -5
- package/dist/i18n/index.d.ts +2 -398
- package/dist/primitives/Alert/alert.variants.d.ts +8 -8
- package/dist/primitives/JourneyTimeline/journey-timeline.variants.d.ts +22 -22
- package/dist/primitives/Spinner/spinner.variants.d.ts +16 -16
- package/dist/primitives/Stepper/stepper.variants.d.ts +11 -11
- package/dist/primitives/Toast/Toaster.svelte +6 -9
- package/dist/primitives/Toast/toast.variants.d.ts +12 -12
- package/dist/primitives/Tooltip/tooltip.variants.d.ts +3 -3
- package/dist/style/themes/index.css +8 -2
- package/dist/utils/guide.svelte.js +16 -4
- package/package.json +3 -3
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { type SlotNames, type VariantProps } from '../../utils/variants.js';
|
|
2
2
|
export declare const copyButtonVariants: ((props?: {
|
|
3
3
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | undefined;
|
|
4
|
-
state?: "
|
|
4
|
+
state?: "error" | "idle" | "copied" | undefined;
|
|
5
5
|
} | undefined) => {
|
|
6
6
|
base: (props?: ({
|
|
7
7
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | undefined;
|
|
8
|
-
state?: "
|
|
8
|
+
state?: "error" | "idle" | "copied" | undefined;
|
|
9
9
|
} & {
|
|
10
10
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
11
11
|
}) | undefined) => string;
|
|
12
12
|
icon: (props?: ({
|
|
13
13
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | undefined;
|
|
14
|
-
state?: "
|
|
14
|
+
state?: "error" | "idle" | "copied" | undefined;
|
|
15
15
|
} & {
|
|
16
16
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
17
17
|
}) | undefined) => string;
|
|
18
18
|
label: (props?: ({
|
|
19
19
|
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | undefined;
|
|
20
|
-
state?: "
|
|
20
|
+
state?: "error" | "idle" | "copied" | undefined;
|
|
21
21
|
} & {
|
|
22
22
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
23
23
|
}) | undefined) => string;
|
|
@@ -441,11 +441,14 @@
|
|
|
441
441
|
Deliberate a11y delta: the old Spinner emitted role="status" +
|
|
442
442
|
aria-live + an sr-only "Loading..." inside the file list's own
|
|
443
443
|
aria-live="polite" region (nested live regions); the core emits
|
|
444
|
-
no semantics — the list region owns announcements.
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
444
|
+
no semantics — the list region owns announcements. The spinner
|
|
445
|
+
stays `text-primary` deliberately: uploading is the IN-PROGRESS
|
|
446
|
+
state, so it matches the always-primary progress bar above
|
|
447
|
+
(Progress resolves fileUpload's primary|neutral intent to primary
|
|
448
|
+
either way); the sibling text-success/text-danger icons mark the
|
|
449
|
+
TERMINAL states. It wins the duel against the core's
|
|
450
|
+
`text-current` by stylesheet order (theme colors sort after
|
|
451
|
+
keyword colors).
|
|
449
452
|
-->
|
|
450
453
|
<CoreSpinner size="xs" class="text-primary" />
|
|
451
454
|
{:else if entry.status === 'complete'}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -52,205 +52,7 @@ import enTranslations from '../translations/en.js';
|
|
|
52
52
|
* This keeps the `de` catalog out of English-only client bundles (the whole point
|
|
53
53
|
* of the split) while making it eagerly present wherever it is actually rendered.
|
|
54
54
|
*/
|
|
55
|
-
export declare const blocksI18n: import("@urbicon-ui/i18n").PackageI18n<
|
|
56
|
-
readonly accessibility: {
|
|
57
|
-
readonly avatar: "Avatar";
|
|
58
|
-
readonly avatarGroup: "User avatars";
|
|
59
|
-
readonly breadcrumb: "Breadcrumb";
|
|
60
|
-
readonly breadcrumbExpand: "Show all breadcrumb items";
|
|
61
|
-
readonly clearInput: "Clear input";
|
|
62
|
-
readonly clearSearch: "Clear search";
|
|
63
|
-
readonly clearSelection: "Clear selection";
|
|
64
|
-
readonly closeDialog: "Close dialog";
|
|
65
|
-
readonly closeDrawer: "Close drawer";
|
|
66
|
-
readonly copied: "Copied";
|
|
67
|
-
readonly copy: "Copy";
|
|
68
|
-
readonly copyFailed: "Copy failed";
|
|
69
|
-
readonly dismiss: "Dismiss";
|
|
70
|
-
readonly fileUpload: "File upload";
|
|
71
|
-
readonly loading: "Loading";
|
|
72
|
-
readonly maximum: "Maximum";
|
|
73
|
-
readonly minimum: "Minimum";
|
|
74
|
-
readonly pagination: "Page navigation";
|
|
75
|
-
readonly pinInputCell: "Character {{index}} of {{total}}";
|
|
76
|
-
readonly progress: "Progress";
|
|
77
|
-
readonly qrCode: "QR code";
|
|
78
|
-
readonly slider: "Slider";
|
|
79
|
-
readonly timeHours: "Hours";
|
|
80
|
-
readonly timeMinutes: "Minutes";
|
|
81
|
-
readonly timeSeconds: "Seconds";
|
|
82
|
-
readonly timeMeridiem: "AM or PM";
|
|
83
|
-
readonly toggle: "Toggle";
|
|
84
|
-
readonly toggleOptions: "Toggle options";
|
|
85
|
-
readonly removableBadge: "Removable badge";
|
|
86
|
-
readonly removeBadge: "Remove badge";
|
|
87
|
-
readonly removeFile: "Remove {{name}}";
|
|
88
|
-
readonly removeTag: "Remove {{label}}";
|
|
89
|
-
};
|
|
90
|
-
readonly button: {
|
|
91
|
-
readonly close: "Close";
|
|
92
|
-
readonly apply: "Apply";
|
|
93
|
-
readonly cancel: "Cancel";
|
|
94
|
-
readonly confirm: "Confirm";
|
|
95
|
-
};
|
|
96
|
-
readonly menu: {
|
|
97
|
-
readonly placeholder: "Select an option...";
|
|
98
|
-
};
|
|
99
|
-
readonly common: {
|
|
100
|
-
readonly loading: "Loading...";
|
|
101
|
-
};
|
|
102
|
-
readonly languages: {
|
|
103
|
-
readonly de: "Deutsch";
|
|
104
|
-
readonly en: "English";
|
|
105
|
-
readonly es: "Español";
|
|
106
|
-
readonly fr: "Français";
|
|
107
|
-
readonly it: "Italiano";
|
|
108
|
-
readonly nl: "Nederlands";
|
|
109
|
-
};
|
|
110
|
-
readonly localeSwitcher: {
|
|
111
|
-
readonly ariaLabel: "Language selection";
|
|
112
|
-
readonly placeholder: "Select language...";
|
|
113
|
-
};
|
|
114
|
-
readonly pagination: {
|
|
115
|
-
readonly next: "Next";
|
|
116
|
-
readonly first: "First";
|
|
117
|
-
readonly last: "Last";
|
|
118
|
-
readonly page: "Page";
|
|
119
|
-
readonly previous: "Previous";
|
|
120
|
-
readonly pageInfo: "{{label}} {{current}} of {{total}}";
|
|
121
|
-
readonly rangeInfo: "{{start}}–{{end}} of {{total}}";
|
|
122
|
-
};
|
|
123
|
-
readonly calendar: {
|
|
124
|
-
readonly recurring: "Recurring event";
|
|
125
|
-
readonly previousMonth: "Previous month";
|
|
126
|
-
readonly nextMonth: "Next month";
|
|
127
|
-
readonly previousWeek: "Previous week";
|
|
128
|
-
readonly nextWeek: "Next week";
|
|
129
|
-
readonly previousDay: "Previous day";
|
|
130
|
-
readonly nextDay: "Next day";
|
|
131
|
-
readonly previousYear: "Previous year";
|
|
132
|
-
readonly nextYear: "Next year";
|
|
133
|
-
readonly today: "Today";
|
|
134
|
-
readonly calendarGrid: "Calendar";
|
|
135
|
-
readonly weekdays: "Weekdays";
|
|
136
|
-
readonly weekNumber: "Week number";
|
|
137
|
-
readonly events: "Events";
|
|
138
|
-
readonly noEvents: "No events";
|
|
139
|
-
readonly showMore: "{{count}} more";
|
|
140
|
-
readonly legend: "Legend";
|
|
141
|
-
readonly yearView: "Year overview";
|
|
142
|
-
readonly weekView: "Week view";
|
|
143
|
-
readonly viewMonth: "Month";
|
|
144
|
-
readonly viewYear: "Year";
|
|
145
|
-
readonly viewWeek: "Week";
|
|
146
|
-
readonly viewDay: "Day";
|
|
147
|
-
readonly multiDayLabel: "Day {{current}} of {{total}}";
|
|
148
|
-
readonly agendaView: "Agenda view";
|
|
149
|
-
readonly viewAgenda: "Agenda";
|
|
150
|
-
readonly viewSwitcher: "View mode";
|
|
151
|
-
};
|
|
152
|
-
readonly planner: {
|
|
153
|
-
readonly previousWeek: "Previous week";
|
|
154
|
-
readonly nextWeek: "Next week";
|
|
155
|
-
readonly previousMonth: "Previous month";
|
|
156
|
-
readonly nextMonth: "Next month";
|
|
157
|
-
readonly previousRange: "Previous range";
|
|
158
|
-
readonly nextRange: "Next range";
|
|
159
|
-
readonly today: "Today";
|
|
160
|
-
readonly grid: "Planner";
|
|
161
|
-
readonly itemCount: "{{count}} items";
|
|
162
|
-
};
|
|
163
|
-
readonly commandPalette: {
|
|
164
|
-
readonly noResults: "No results found.";
|
|
165
|
-
readonly search: "Search...";
|
|
166
|
-
readonly hints: {
|
|
167
|
-
readonly navigate: "Navigate";
|
|
168
|
-
readonly select: "Select";
|
|
169
|
-
readonly close: "Close";
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
readonly compositionBar: {
|
|
173
|
-
readonly total: "Total";
|
|
174
|
-
readonly summary: "Composition: {{total}} ({{count}} shares) — {{parts}}";
|
|
175
|
-
readonly share: "Share";
|
|
176
|
-
readonly value: "Value";
|
|
177
|
-
readonly percent: "Percent";
|
|
178
|
-
readonly remaining: "remaining";
|
|
179
|
-
};
|
|
180
|
-
readonly guide: {
|
|
181
|
-
readonly next: "Next";
|
|
182
|
-
readonly previous: "Back";
|
|
183
|
-
readonly skip: "Skip tour";
|
|
184
|
-
readonly done: "Done";
|
|
185
|
-
readonly step: "Step {{current}} of {{total}}";
|
|
186
|
-
readonly tour: "Guided tour";
|
|
187
|
-
readonly close: "Close";
|
|
188
|
-
readonly openHelp: "Help";
|
|
189
|
-
readonly backToList: "All topics";
|
|
190
|
-
readonly info: "More information";
|
|
191
|
-
readonly infoAbout: "More information about {{label}}";
|
|
192
|
-
readonly dismiss: "Dismiss hint";
|
|
193
|
-
readonly startTour: "Start the guided tour";
|
|
194
|
-
readonly actionRequired: "Complete the highlighted action to continue";
|
|
195
|
-
readonly filterPlaceholder: "Filter topics…";
|
|
196
|
-
readonly noResults: "No matching topics";
|
|
197
|
-
};
|
|
198
|
-
readonly journeyTimeline: {
|
|
199
|
-
readonly label: "Journey";
|
|
200
|
-
readonly status: {
|
|
201
|
-
readonly complete: "Completed";
|
|
202
|
-
readonly active: "In progress";
|
|
203
|
-
readonly pending: "Pending";
|
|
204
|
-
readonly attention: "Needs attention";
|
|
205
|
-
readonly blocked: "Blocked";
|
|
206
|
-
readonly skipped: "Skipped";
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
readonly datepicker: {
|
|
210
|
-
readonly placeholder: "Select a date...";
|
|
211
|
-
readonly rangePlaceholder: "Select a date range...";
|
|
212
|
-
readonly openCalendar: "Open calendar";
|
|
213
|
-
readonly invalidDate: "Invalid date";
|
|
214
|
-
readonly outOfRange: "Date is outside the allowed range";
|
|
215
|
-
readonly invalidRange: "Invalid date range";
|
|
216
|
-
};
|
|
217
|
-
readonly fileUpload: {
|
|
218
|
-
readonly exists: "File already added";
|
|
219
|
-
readonly invalidType: "File type {{type}} is not allowed";
|
|
220
|
-
readonly tooLarge: "File exceeds {{size}} limit";
|
|
221
|
-
readonly tooMany: "Maximum {{count}} files allowed";
|
|
222
|
-
readonly tooSmall: "File must be at least {{size}}";
|
|
223
|
-
};
|
|
224
|
-
readonly sankey: {
|
|
225
|
-
readonly summary: "Sankey diagram: {{nodes}} nodes, {{links}} links — {{flows}}";
|
|
226
|
-
readonly source: "Source";
|
|
227
|
-
readonly target: "Target";
|
|
228
|
-
readonly value: "Value";
|
|
229
|
-
};
|
|
230
|
-
readonly slider: {
|
|
231
|
-
readonly rangeStatus: {
|
|
232
|
-
readonly insideRecommended: "In recommended range";
|
|
233
|
-
readonly insideValid: "In valid range";
|
|
234
|
-
readonly insideValidOnly: "Outside recommended range, but valid";
|
|
235
|
-
readonly outsideValid: "Outside valid range";
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
readonly themeSwitcher: {
|
|
239
|
-
readonly lightMode: "Light mode";
|
|
240
|
-
readonly darkMode: "Dark mode";
|
|
241
|
-
readonly systemTheme: "System theme";
|
|
242
|
-
};
|
|
243
|
-
readonly chart: {
|
|
244
|
-
readonly category: "Category";
|
|
245
|
-
readonly series: "Series {{index}}";
|
|
246
|
-
readonly segment: "Segment";
|
|
247
|
-
readonly value: "Value";
|
|
248
|
-
readonly share: "Share";
|
|
249
|
-
};
|
|
250
|
-
readonly stepper: {
|
|
251
|
-
readonly optional: "Optional";
|
|
252
|
-
};
|
|
253
|
-
}>;
|
|
55
|
+
export declare const blocksI18n: import("@urbicon-ui/i18n").PackageI18n<Translations>;
|
|
254
56
|
/**
|
|
255
57
|
* Context-scoped translation hook for the blocks package. Call during component
|
|
256
58
|
* initialisation, then use the returned `t` (conventionally aliased `bt`):
|
|
@@ -265,205 +67,7 @@ export declare const blocksI18n: import("@urbicon-ui/i18n").PackageI18n<{
|
|
|
265
67
|
* locale (`de`) that isn't loaded yet, resolution falls back to the base locale
|
|
266
68
|
* (`en`); see the module docblock and `registerBlocksLocale` for the SSR path.
|
|
267
69
|
*/
|
|
268
|
-
export declare const useBlocksI18n:
|
|
269
|
-
readonly accessibility: {
|
|
270
|
-
readonly avatar: "Avatar";
|
|
271
|
-
readonly avatarGroup: "User avatars";
|
|
272
|
-
readonly breadcrumb: "Breadcrumb";
|
|
273
|
-
readonly breadcrumbExpand: "Show all breadcrumb items";
|
|
274
|
-
readonly clearInput: "Clear input";
|
|
275
|
-
readonly clearSearch: "Clear search";
|
|
276
|
-
readonly clearSelection: "Clear selection";
|
|
277
|
-
readonly closeDialog: "Close dialog";
|
|
278
|
-
readonly closeDrawer: "Close drawer";
|
|
279
|
-
readonly copied: "Copied";
|
|
280
|
-
readonly copy: "Copy";
|
|
281
|
-
readonly copyFailed: "Copy failed";
|
|
282
|
-
readonly dismiss: "Dismiss";
|
|
283
|
-
readonly fileUpload: "File upload";
|
|
284
|
-
readonly loading: "Loading";
|
|
285
|
-
readonly maximum: "Maximum";
|
|
286
|
-
readonly minimum: "Minimum";
|
|
287
|
-
readonly pagination: "Page navigation";
|
|
288
|
-
readonly pinInputCell: "Character {{index}} of {{total}}";
|
|
289
|
-
readonly progress: "Progress";
|
|
290
|
-
readonly qrCode: "QR code";
|
|
291
|
-
readonly slider: "Slider";
|
|
292
|
-
readonly timeHours: "Hours";
|
|
293
|
-
readonly timeMinutes: "Minutes";
|
|
294
|
-
readonly timeSeconds: "Seconds";
|
|
295
|
-
readonly timeMeridiem: "AM or PM";
|
|
296
|
-
readonly toggle: "Toggle";
|
|
297
|
-
readonly toggleOptions: "Toggle options";
|
|
298
|
-
readonly removableBadge: "Removable badge";
|
|
299
|
-
readonly removeBadge: "Remove badge";
|
|
300
|
-
readonly removeFile: "Remove {{name}}";
|
|
301
|
-
readonly removeTag: "Remove {{label}}";
|
|
302
|
-
};
|
|
303
|
-
readonly button: {
|
|
304
|
-
readonly close: "Close";
|
|
305
|
-
readonly apply: "Apply";
|
|
306
|
-
readonly cancel: "Cancel";
|
|
307
|
-
readonly confirm: "Confirm";
|
|
308
|
-
};
|
|
309
|
-
readonly menu: {
|
|
310
|
-
readonly placeholder: "Select an option...";
|
|
311
|
-
};
|
|
312
|
-
readonly common: {
|
|
313
|
-
readonly loading: "Loading...";
|
|
314
|
-
};
|
|
315
|
-
readonly languages: {
|
|
316
|
-
readonly de: "Deutsch";
|
|
317
|
-
readonly en: "English";
|
|
318
|
-
readonly es: "Español";
|
|
319
|
-
readonly fr: "Français";
|
|
320
|
-
readonly it: "Italiano";
|
|
321
|
-
readonly nl: "Nederlands";
|
|
322
|
-
};
|
|
323
|
-
readonly localeSwitcher: {
|
|
324
|
-
readonly ariaLabel: "Language selection";
|
|
325
|
-
readonly placeholder: "Select language...";
|
|
326
|
-
};
|
|
327
|
-
readonly pagination: {
|
|
328
|
-
readonly next: "Next";
|
|
329
|
-
readonly first: "First";
|
|
330
|
-
readonly last: "Last";
|
|
331
|
-
readonly page: "Page";
|
|
332
|
-
readonly previous: "Previous";
|
|
333
|
-
readonly pageInfo: "{{label}} {{current}} of {{total}}";
|
|
334
|
-
readonly rangeInfo: "{{start}}–{{end}} of {{total}}";
|
|
335
|
-
};
|
|
336
|
-
readonly calendar: {
|
|
337
|
-
readonly recurring: "Recurring event";
|
|
338
|
-
readonly previousMonth: "Previous month";
|
|
339
|
-
readonly nextMonth: "Next month";
|
|
340
|
-
readonly previousWeek: "Previous week";
|
|
341
|
-
readonly nextWeek: "Next week";
|
|
342
|
-
readonly previousDay: "Previous day";
|
|
343
|
-
readonly nextDay: "Next day";
|
|
344
|
-
readonly previousYear: "Previous year";
|
|
345
|
-
readonly nextYear: "Next year";
|
|
346
|
-
readonly today: "Today";
|
|
347
|
-
readonly calendarGrid: "Calendar";
|
|
348
|
-
readonly weekdays: "Weekdays";
|
|
349
|
-
readonly weekNumber: "Week number";
|
|
350
|
-
readonly events: "Events";
|
|
351
|
-
readonly noEvents: "No events";
|
|
352
|
-
readonly showMore: "{{count}} more";
|
|
353
|
-
readonly legend: "Legend";
|
|
354
|
-
readonly yearView: "Year overview";
|
|
355
|
-
readonly weekView: "Week view";
|
|
356
|
-
readonly viewMonth: "Month";
|
|
357
|
-
readonly viewYear: "Year";
|
|
358
|
-
readonly viewWeek: "Week";
|
|
359
|
-
readonly viewDay: "Day";
|
|
360
|
-
readonly multiDayLabel: "Day {{current}} of {{total}}";
|
|
361
|
-
readonly agendaView: "Agenda view";
|
|
362
|
-
readonly viewAgenda: "Agenda";
|
|
363
|
-
readonly viewSwitcher: "View mode";
|
|
364
|
-
};
|
|
365
|
-
readonly planner: {
|
|
366
|
-
readonly previousWeek: "Previous week";
|
|
367
|
-
readonly nextWeek: "Next week";
|
|
368
|
-
readonly previousMonth: "Previous month";
|
|
369
|
-
readonly nextMonth: "Next month";
|
|
370
|
-
readonly previousRange: "Previous range";
|
|
371
|
-
readonly nextRange: "Next range";
|
|
372
|
-
readonly today: "Today";
|
|
373
|
-
readonly grid: "Planner";
|
|
374
|
-
readonly itemCount: "{{count}} items";
|
|
375
|
-
};
|
|
376
|
-
readonly commandPalette: {
|
|
377
|
-
readonly noResults: "No results found.";
|
|
378
|
-
readonly search: "Search...";
|
|
379
|
-
readonly hints: {
|
|
380
|
-
readonly navigate: "Navigate";
|
|
381
|
-
readonly select: "Select";
|
|
382
|
-
readonly close: "Close";
|
|
383
|
-
};
|
|
384
|
-
};
|
|
385
|
-
readonly compositionBar: {
|
|
386
|
-
readonly total: "Total";
|
|
387
|
-
readonly summary: "Composition: {{total}} ({{count}} shares) — {{parts}}";
|
|
388
|
-
readonly share: "Share";
|
|
389
|
-
readonly value: "Value";
|
|
390
|
-
readonly percent: "Percent";
|
|
391
|
-
readonly remaining: "remaining";
|
|
392
|
-
};
|
|
393
|
-
readonly guide: {
|
|
394
|
-
readonly next: "Next";
|
|
395
|
-
readonly previous: "Back";
|
|
396
|
-
readonly skip: "Skip tour";
|
|
397
|
-
readonly done: "Done";
|
|
398
|
-
readonly step: "Step {{current}} of {{total}}";
|
|
399
|
-
readonly tour: "Guided tour";
|
|
400
|
-
readonly close: "Close";
|
|
401
|
-
readonly openHelp: "Help";
|
|
402
|
-
readonly backToList: "All topics";
|
|
403
|
-
readonly info: "More information";
|
|
404
|
-
readonly infoAbout: "More information about {{label}}";
|
|
405
|
-
readonly dismiss: "Dismiss hint";
|
|
406
|
-
readonly startTour: "Start the guided tour";
|
|
407
|
-
readonly actionRequired: "Complete the highlighted action to continue";
|
|
408
|
-
readonly filterPlaceholder: "Filter topics…";
|
|
409
|
-
readonly noResults: "No matching topics";
|
|
410
|
-
};
|
|
411
|
-
readonly journeyTimeline: {
|
|
412
|
-
readonly label: "Journey";
|
|
413
|
-
readonly status: {
|
|
414
|
-
readonly complete: "Completed";
|
|
415
|
-
readonly active: "In progress";
|
|
416
|
-
readonly pending: "Pending";
|
|
417
|
-
readonly attention: "Needs attention";
|
|
418
|
-
readonly blocked: "Blocked";
|
|
419
|
-
readonly skipped: "Skipped";
|
|
420
|
-
};
|
|
421
|
-
};
|
|
422
|
-
readonly datepicker: {
|
|
423
|
-
readonly placeholder: "Select a date...";
|
|
424
|
-
readonly rangePlaceholder: "Select a date range...";
|
|
425
|
-
readonly openCalendar: "Open calendar";
|
|
426
|
-
readonly invalidDate: "Invalid date";
|
|
427
|
-
readonly outOfRange: "Date is outside the allowed range";
|
|
428
|
-
readonly invalidRange: "Invalid date range";
|
|
429
|
-
};
|
|
430
|
-
readonly fileUpload: {
|
|
431
|
-
readonly exists: "File already added";
|
|
432
|
-
readonly invalidType: "File type {{type}} is not allowed";
|
|
433
|
-
readonly tooLarge: "File exceeds {{size}} limit";
|
|
434
|
-
readonly tooMany: "Maximum {{count}} files allowed";
|
|
435
|
-
readonly tooSmall: "File must be at least {{size}}";
|
|
436
|
-
};
|
|
437
|
-
readonly sankey: {
|
|
438
|
-
readonly summary: "Sankey diagram: {{nodes}} nodes, {{links}} links — {{flows}}";
|
|
439
|
-
readonly source: "Source";
|
|
440
|
-
readonly target: "Target";
|
|
441
|
-
readonly value: "Value";
|
|
442
|
-
};
|
|
443
|
-
readonly slider: {
|
|
444
|
-
readonly rangeStatus: {
|
|
445
|
-
readonly insideRecommended: "In recommended range";
|
|
446
|
-
readonly insideValid: "In valid range";
|
|
447
|
-
readonly insideValidOnly: "Outside recommended range, but valid";
|
|
448
|
-
readonly outsideValid: "Outside valid range";
|
|
449
|
-
};
|
|
450
|
-
};
|
|
451
|
-
readonly themeSwitcher: {
|
|
452
|
-
readonly lightMode: "Light mode";
|
|
453
|
-
readonly darkMode: "Dark mode";
|
|
454
|
-
readonly systemTheme: "System theme";
|
|
455
|
-
};
|
|
456
|
-
readonly chart: {
|
|
457
|
-
readonly category: "Category";
|
|
458
|
-
readonly series: "Series {{index}}";
|
|
459
|
-
readonly segment: "Segment";
|
|
460
|
-
readonly value: "Value";
|
|
461
|
-
readonly share: "Share";
|
|
462
|
-
};
|
|
463
|
-
readonly stepper: {
|
|
464
|
-
readonly optional: "Optional";
|
|
465
|
-
};
|
|
466
|
-
}>;
|
|
70
|
+
export declare const useBlocksI18n: any;
|
|
467
71
|
/**
|
|
468
72
|
* Eagerly register the blocks bundle for a lazy locale (currently `de`) so it is
|
|
469
73
|
* present for SSR / the first render, instead of loading client-side on mount.
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
import { type SlotNames, type VariantProps } from '../../utils/variants.js';
|
|
2
2
|
export declare const alertVariants: ((props?: {
|
|
3
|
-
intent?: "
|
|
3
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
4
4
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
5
5
|
size?: "sm" | "md" | "lg" | undefined;
|
|
6
6
|
} | undefined) => {
|
|
7
7
|
base: (props?: ({
|
|
8
|
-
intent?: "
|
|
8
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
9
9
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
10
10
|
size?: "sm" | "md" | "lg" | undefined;
|
|
11
11
|
} & {
|
|
12
12
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
13
13
|
}) | undefined) => string;
|
|
14
14
|
icon: (props?: ({
|
|
15
|
-
intent?: "
|
|
15
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
16
16
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
17
17
|
size?: "sm" | "md" | "lg" | undefined;
|
|
18
18
|
} & {
|
|
19
19
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
20
20
|
}) | undefined) => string;
|
|
21
21
|
content: (props?: ({
|
|
22
|
-
intent?: "
|
|
22
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
23
23
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
24
24
|
size?: "sm" | "md" | "lg" | undefined;
|
|
25
25
|
} & {
|
|
26
26
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
27
27
|
}) | undefined) => string;
|
|
28
28
|
title: (props?: ({
|
|
29
|
-
intent?: "
|
|
29
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
30
30
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
31
31
|
size?: "sm" | "md" | "lg" | undefined;
|
|
32
32
|
} & {
|
|
33
33
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
34
34
|
}) | undefined) => string;
|
|
35
35
|
description: (props?: ({
|
|
36
|
-
intent?: "
|
|
36
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
37
37
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
38
38
|
size?: "sm" | "md" | "lg" | undefined;
|
|
39
39
|
} & {
|
|
40
40
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
41
41
|
}) | undefined) => string;
|
|
42
42
|
actions: (props?: ({
|
|
43
|
-
intent?: "
|
|
43
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
44
44
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
45
45
|
size?: "sm" | "md" | "lg" | undefined;
|
|
46
46
|
} & {
|
|
47
47
|
class?: string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | (string | number | false | /*elided*/ any | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined)[] | Record<string, boolean | null | undefined> | null | undefined;
|
|
48
48
|
}) | undefined) => string;
|
|
49
49
|
dismissButton: (props?: ({
|
|
50
|
-
intent?: "
|
|
50
|
+
intent?: "primary" | "success" | "warning" | "danger" | "neutral" | "info" | undefined;
|
|
51
51
|
variant?: "inline" | "filled" | "soft" | undefined;
|
|
52
52
|
size?: "sm" | "md" | "lg" | undefined;
|
|
53
53
|
} & {
|