@expcat/tigercat-core 2.1.1 → 2.1.3

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 (76) hide show
  1. package/dist/{data-export-BtjseC7G.d.ts → data-export-D01yjggE.d.ts} +18 -7
  2. package/dist/datepicker-locales/ar-SA.d.ts +2 -1
  3. package/dist/datepicker-locales/ar-SA.js +8 -1
  4. package/dist/datepicker-locales/de-DE.d.ts +2 -1
  5. package/dist/datepicker-locales/de-DE.js +8 -1
  6. package/dist/datepicker-locales/en-US.d.ts +2 -1
  7. package/dist/datepicker-locales/en-US.js +3 -1
  8. package/dist/datepicker-locales/es-ES.d.ts +2 -1
  9. package/dist/datepicker-locales/es-ES.js +8 -1
  10. package/dist/datepicker-locales/fr-FR.d.ts +2 -1
  11. package/dist/datepicker-locales/fr-FR.js +8 -1
  12. package/dist/datepicker-locales/id-ID.d.ts +2 -1
  13. package/dist/datepicker-locales/id-ID.js +8 -1
  14. package/dist/datepicker-locales/ja-JP.d.ts +2 -1
  15. package/dist/datepicker-locales/ja-JP.js +8 -1
  16. package/dist/datepicker-locales/ko-KR.d.ts +2 -1
  17. package/dist/datepicker-locales/ko-KR.js +8 -1
  18. package/dist/datepicker-locales/pt-BR.d.ts +2 -1
  19. package/dist/datepicker-locales/pt-BR.js +8 -1
  20. package/dist/datepicker-locales/registry.d.ts +2 -1
  21. package/dist/datepicker-locales/registry.js +94 -13
  22. package/dist/datepicker-locales/th-TH.d.ts +2 -1
  23. package/dist/datepicker-locales/th-TH.js +8 -1
  24. package/dist/datepicker-locales/vi-VN.d.ts +2 -1
  25. package/dist/datepicker-locales/vi-VN.js +8 -1
  26. package/dist/datepicker-locales/zh-CN.d.ts +2 -1
  27. package/dist/datepicker-locales/zh-CN.js +3 -1
  28. package/dist/datepicker-locales/zh-TW.d.ts +2 -1
  29. package/dist/datepicker-locales/zh-TW.js +8 -1
  30. package/dist/icons/common.d.ts +2 -2
  31. package/dist/icons/common.js +14 -8
  32. package/dist/index.d.ts +10251 -5344
  33. package/dist/index.js +31073 -16382
  34. package/dist/locale-qoiGEqe_.d.ts +1507 -0
  35. package/dist/locales/ar-SA.d.ts +2 -2
  36. package/dist/locales/ar-SA.js +459 -399
  37. package/dist/locales/de-DE.d.ts +2 -2
  38. package/dist/locales/de-DE.js +466 -406
  39. package/dist/locales/en-US.d.ts +2 -2
  40. package/dist/locales/en-US.js +300 -61
  41. package/dist/locales/es-ES.d.ts +2 -2
  42. package/dist/locales/es-ES.js +460 -400
  43. package/dist/locales/fr-FR.d.ts +2 -2
  44. package/dist/locales/fr-FR.js +463 -403
  45. package/dist/locales/id-ID.d.ts +3 -3
  46. package/dist/locales/id-ID.js +480 -403
  47. package/dist/locales/ja-JP.d.ts +3 -3
  48. package/dist/locales/ja-JP.js +476 -399
  49. package/dist/locales/ko-KR.d.ts +3 -3
  50. package/dist/locales/ko-KR.js +476 -399
  51. package/dist/locales/pt-BR.d.ts +2 -2
  52. package/dist/locales/pt-BR.js +462 -402
  53. package/dist/locales/th-TH.d.ts +3 -3
  54. package/dist/locales/th-TH.js +478 -401
  55. package/dist/locales/vi-VN.d.ts +3 -3
  56. package/dist/locales/vi-VN.js +477 -400
  57. package/dist/locales/zh-CN.d.ts +2 -2
  58. package/dist/locales/zh-CN.js +298 -59
  59. package/dist/locales/zh-TW.d.ts +3 -3
  60. package/dist/locales/zh-TW.js +478 -401
  61. package/dist/{table-D_1D4Euk.d.ts → table-R9Yp1aVa.d.ts} +77 -54
  62. package/dist/tailwind/modern.js +1364 -150
  63. package/dist/{tailwind-entry-nnuviNxx.d.ts → tailwind-entry-C26Y3TZG.d.ts} +13 -10
  64. package/dist/tailwind.d.ts +1 -1
  65. package/dist/tailwind.js +1406 -136
  66. package/dist/utils/data-export.d.ts +19 -5
  67. package/dist/utils/data-export.js +138 -13
  68. package/dist/utils/table-export.d.ts +21 -12
  69. package/dist/utils/table-export.js +75 -46
  70. package/package.json +1 -1
  71. package/tokens/figma-variables.json +223 -147
  72. package/tokens/tokens.css +224 -57
  73. package/tokens/tokens.json +205 -31
  74. package/dist/datepicker-Digy7Stt.d.ts +0 -201
  75. package/dist/locale-CGl5S1-B.d.ts +0 -572
  76. package/tokens/tailwind-tokens.js +0 -145
@@ -1,5 +1,5 @@
1
- import { T as TigerLocale } from '../locale-CGl5S1-B.js';
2
- import '../datepicker-Digy7Stt.js';
1
+ import { T as TigerLocale } from '../locale-qoiGEqe_.js';
2
+ import '@floating-ui/dom';
3
3
 
4
4
  /**
5
5
  * English (en-US) — default locale for Tigercat UI.
@@ -1,34 +1,3 @@
1
- // src/utils/locale-utils.ts
2
- var DEFAULT_TIME_PICKER_LABELS = {
3
- hour: "Hour",
4
- minute: "Min",
5
- second: "Sec",
6
- now: "Now",
7
- ok: "OK",
8
- start: "Start",
9
- end: "End",
10
- clear: "Clear time",
11
- toggle: "Toggle time picker",
12
- dialog: "Time picker",
13
- selectTime: "Select time",
14
- selectTimeRange: "Select time range"
15
- };
16
- var DEFAULT_UPLOAD_LABELS = {
17
- dragAreaAriaLabel: "Upload file by clicking or dragging",
18
- buttonAriaLabel: "Upload file",
19
- clickToUploadText: "Click to upload",
20
- dragAndDropText: "or drag and drop",
21
- acceptInfoText: "Accepted: {accept}",
22
- maxSizeInfoText: "Max size: {maxSize}",
23
- selectFileText: "Select File",
24
- uploadedFilesAriaLabel: "Uploaded files",
25
- successAriaLabel: "Success",
26
- errorAriaLabel: "Error",
27
- uploadingAriaLabel: "Uploading",
28
- removeFileAriaLabel: "Remove {fileName}",
29
- previewFileAriaLabel: "Preview {fileName}"
30
- };
31
-
32
1
  // src/utils/i18n/datepicker-locales/en-US.ts
33
2
  var EN_US_DATEPICKER_LOCALE = {
34
3
  locale: "en-US",
@@ -44,7 +13,9 @@ var EN_US_DATEPICKER_LOCALE = {
44
13
  nextMonth: "Next month",
45
14
  year: "Year",
46
15
  month: "Month",
47
- day: "Day"
16
+ day: "Day",
17
+ start: "Start",
18
+ end: "End"
48
19
  }
49
20
  };
50
21
 
@@ -60,7 +31,12 @@ var enUS = {
60
31
  emptyText: "No data",
61
32
  noMoreText: "No more data",
62
33
  searchPlaceholder: "Search",
63
- clearText: "Clear"
34
+ clearText: "Clear",
35
+ closeMessageAriaLabel: "Close message",
36
+ closeNotificationAriaLabel: "Close notification",
37
+ sidebarAriaLabel: "Sidebar",
38
+ moreOptionsText: "More options",
39
+ confirmTitle: "Are you sure you want to continue?"
64
40
  },
65
41
  empty: {
66
42
  noData: "No data",
@@ -71,10 +47,15 @@ var enUS = {
71
47
  modal: {
72
48
  closeAriaLabel: "Close",
73
49
  okText: "OK",
74
- cancelText: "Cancel"
50
+ cancelText: "Cancel",
51
+ dialogAriaLabel: "Dialog"
75
52
  },
76
53
  drawer: {
77
- closeAriaLabel: "Close"
54
+ closeAriaLabel: "Close",
55
+ dialogAriaLabel: "Drawer"
56
+ },
57
+ alert: {
58
+ closeAriaLabel: "Close alert"
78
59
  },
79
60
  qrcode: {
80
61
  ariaLabel: "QR Code",
@@ -82,10 +63,57 @@ var enUS = {
82
63
  refreshText: "Refresh",
83
64
  loadingText: "Loading..."
84
65
  },
66
+ marquee: {
67
+ ariaLabel: "Scrolling content"
68
+ },
69
+ image: {
70
+ previewAriaLabel: "Preview {alt}",
71
+ previewFallbackAlt: "image",
72
+ groupAriaLabel: "Image group"
73
+ },
74
+ imageCompare: {
75
+ ariaLabel: "Image comparison"
76
+ },
77
+ descriptions: {
78
+ colon: ":"
79
+ },
80
+ list: {
81
+ avatarAlt: "Avatar",
82
+ dragHandleAriaLabel: "Reorder"
83
+ },
84
+ scrollArea: {
85
+ ariaLabel: "Scrollable region"
86
+ },
87
+ printLayout: {
88
+ pageBreak: "Page Break"
89
+ },
85
90
  timeline: {
86
91
  pendingText: "Loading..."
87
92
  },
88
- upload: DEFAULT_UPLOAD_LABELS,
93
+ progress: {
94
+ ariaLabel: "Progress"
95
+ },
96
+ splitter: {
97
+ gutterAriaLabel: "Resize panes {index}"
98
+ },
99
+ resizable: {
100
+ handleAriaLabel: "Resize {handle}"
101
+ },
102
+ upload: {
103
+ dragAreaAriaLabel: "Upload file by clicking or dragging",
104
+ buttonAriaLabel: "Upload file",
105
+ clickToUploadText: "Click to upload",
106
+ dragAndDropText: "or drag and drop",
107
+ acceptInfoText: "Accepted: {accept}",
108
+ maxSizeInfoText: "Max size: {maxSize}",
109
+ selectFileText: "Select File",
110
+ uploadedFilesAriaLabel: "Uploaded files",
111
+ successAriaLabel: "Success",
112
+ errorAriaLabel: "Error",
113
+ uploadingAriaLabel: "Uploading",
114
+ removeFileAriaLabel: "Remove {fileName}",
115
+ previewFileAriaLabel: "Preview {fileName}"
116
+ },
89
117
  pagination: {
90
118
  totalText: "Total {total} items",
91
119
  itemsPerPageText: "/ page",
@@ -94,7 +122,9 @@ var enUS = {
94
122
  prevPageAriaLabel: "Previous page",
95
123
  nextPageAriaLabel: "Next page",
96
124
  pageAriaLabel: "Page {page}",
97
- pageIndicatorText: "Page {current} of {total}"
125
+ pageIndicatorText: "Page {current} of {total}",
126
+ paginationAriaLabel: "Pagination",
127
+ pageSizeAriaLabel: "Items per page"
98
128
  },
99
129
  table: {
100
130
  emptyText: "No data",
@@ -121,39 +151,62 @@ var enUS = {
121
151
  exportCsvAriaLabel: "Export to CSV",
122
152
  exportExcelAriaLabel: "Export to Excel",
123
153
  expandRowAriaLabel: "Expand row",
124
- collapseRowAriaLabel: "Collapse row"
154
+ collapseRowAriaLabel: "Collapse row",
155
+ sortMenuAriaLabel: "Sort",
156
+ filterColumnAriaLabel: "Filter {column}",
157
+ groupHeaderText: "{key} ({count})"
125
158
  },
126
159
  dataExport: {
127
160
  triggerText: "Export",
128
161
  triggerAriaLabel: "Export data",
129
162
  xlsxText: "Export Excel",
130
163
  markdownText: "Export Markdown",
131
- exportingText: "Exporting..."
164
+ csvText: "Export CSV",
165
+ exportingText: "Exporting...",
166
+ errorText: "Export failed"
132
167
  },
133
168
  datePicker: EN_US_DATEPICKER_LOCALE,
134
- timePicker: DEFAULT_TIME_PICKER_LABELS,
169
+ timePicker: {
170
+ hour: "Hour",
171
+ minute: "Min",
172
+ second: "Sec",
173
+ period: "Period",
174
+ now: "Now",
175
+ ok: "OK",
176
+ start: "Start",
177
+ end: "End",
178
+ clear: "Clear time",
179
+ toggle: "Toggle time picker",
180
+ dialog: "Time picker",
181
+ selectTime: "Select time",
182
+ selectTimeRange: "Select time range"
183
+ },
135
184
  formWizard: {
136
185
  prevText: "Previous",
137
186
  nextText: "Next",
138
- finishText: "Finish"
187
+ finishText: "Finish",
188
+ ariaLabel: "Form wizard",
189
+ skippedText: "Skipped"
139
190
  },
140
191
  tour: {
141
192
  prevText: "Previous",
142
193
  nextText: "Next",
143
194
  finishText: "Finish",
144
- closeAriaLabel: "Close tour"
195
+ closeAriaLabel: "Close tour",
196
+ dialogAriaLabel: "Tour"
145
197
  },
146
198
  calendar: {
147
199
  previousMonth: "Previous month",
148
200
  nextMonth: "Next month",
149
201
  previousYear: "Previous year",
150
- nextYear: "Next year",
151
- yearSelectAriaLabel: "Year",
152
- monthSelectAriaLabel: "Month",
153
- daySelectAriaLabel: "Day"
202
+ nextYear: "Next year"
154
203
  },
155
204
  fileManager: {
156
- rootText: "Root"
205
+ rootText: "Root",
206
+ pathAriaLabel: "File path",
207
+ listboxAriaLabel: "Files",
208
+ searchAriaLabel: "Search files",
209
+ emptyText: "Empty folder"
157
210
  },
158
211
  imageViewer: {
159
212
  dialogAriaLabel: "Image viewer",
@@ -166,7 +219,8 @@ var enUS = {
166
219
  resetAriaLabel: "Reset",
167
220
  zoomInAriaLabel: "Zoom in",
168
221
  rotateLeftAriaLabel: "Rotate left",
169
- rotateRightAriaLabel: "Rotate right"
222
+ rotateRightAriaLabel: "Rotate right",
223
+ previewImageAriaLabel: "Image {index} of {total}"
170
224
  },
171
225
  imageEditor: {
172
226
  selectImageText: "Select image",
@@ -178,11 +232,26 @@ var enUS = {
178
232
  imageToCropAriaLabel: "Image to crop",
179
233
  moveCropAreaAriaLabel: "Move crop area",
180
234
  resizeCropAreaAriaLabel: "Resize crop area {handle}",
235
+ resizeHandleNw: "top-left",
236
+ resizeHandleN: "top",
237
+ resizeHandleNe: "top-right",
238
+ resizeHandleE: "right",
239
+ resizeHandleSe: "bottom-right",
240
+ resizeHandleS: "bottom",
241
+ resizeHandleSw: "bottom-left",
242
+ resizeHandleW: "left",
181
243
  loadingCropImageAriaLabel: "Loading image for cropping",
244
+ loadErrorAriaLabel: "Failed to load image for cropping",
245
+ fileTooLargeText: "File size exceeds {maxSize}",
246
+ fileTypeRejectedText: "This file type is not accepted",
182
247
  annotationToolbarAriaLabel: "Annotation tools",
183
248
  annotationEditorAriaLabel: "Image annotation editor",
184
249
  annotationCanvasAriaLabel: "Image annotation canvas",
185
250
  loadingAnnotationImageAriaLabel: "Loading image for annotation",
251
+ loadAnnotationErrorAriaLabel: "Failed to load image for annotation",
252
+ defaultAnnotationAlt: "Image to annotate",
253
+ annotationShapeAriaLabel: "{type} annotation",
254
+ annotationLabeledShapeAriaLabel: "{label}, {type} annotation",
186
255
  selectToolText: "Select",
187
256
  rectangleToolText: "Rectangle",
188
257
  ellipseToolText: "Ellipse",
@@ -193,12 +262,15 @@ var enUS = {
193
262
  status: {
194
263
  tagCloseAriaLabel: "Close tag",
195
264
  badgeLabel: "notification",
196
- badgeCountLabel: "{count} notifications"
265
+ badgeCountLabel: "{count} notification{plural}"
197
266
  },
198
267
  taskBoard: {
199
268
  emptyColumnText: "No tasks",
200
269
  addCardText: "Add task",
201
270
  addColumnText: "Add column",
271
+ newCardTitle: "New task",
272
+ newColumnTitle: "New column",
273
+ unassignedSwimlaneText: "Unassigned",
202
274
  wipLimitText: "WIP limit: {limit}",
203
275
  dragHintText: "Drag to move",
204
276
  boardAriaLabel: "Task Board"
@@ -209,7 +281,8 @@ var enUS = {
209
281
  placeholder: "Type a message",
210
282
  sendingText: "Sending",
211
283
  sentText: "Delivered",
212
- failedText: "Failed to send"
284
+ failedText: "Failed to send",
285
+ messageListAriaLabel: "Message list"
213
286
  },
214
287
  code: {
215
288
  copyLabel: "Copy",
@@ -227,11 +300,17 @@ var enUS = {
227
300
  moreText: "More",
228
301
  loadMoreText: "Load more",
229
302
  collapseRepliesText: "\u25BE Collapse replies",
230
- expandRepliesText: "\u25B8 Expand {count} replies"
303
+ expandRepliesText: "\u25B8 Expand {count} replies",
304
+ listAriaLabel: "Comment thread",
305
+ replySubmitText: "Send reply",
306
+ remainingRepliesText: "Show remaining {count}",
307
+ maxDepthReachedText: "Maximum reply depth reached"
231
308
  },
232
309
  activityFeed: {
233
310
  emptyText: "No activity",
234
- loadingText: "Loading..."
311
+ loadingText: "Loading...",
312
+ listAriaLabel: "Activity",
313
+ otherGroupTitle: "Other"
235
314
  },
236
315
  notificationCenter: {
237
316
  title: "Notifications",
@@ -242,28 +321,65 @@ var enUS = {
242
321
  readLabel: "Read",
243
322
  markAllReadText: "Mark all as read",
244
323
  markReadText: "Mark as read",
245
- markUnreadText: "Mark as unread"
324
+ markUnreadText: "Mark as unread",
325
+ defaultGroupTitle: "Default",
326
+ unreadCountText: "{count} unread"
246
327
  },
247
328
  select: {
248
- doneText: "Done"
329
+ doneText: "Done",
330
+ placeholder: "Select an option",
331
+ emptyText: "No options found",
332
+ searchPlaceholder: "Search",
333
+ clearAriaLabel: "Clear selection",
334
+ createOptionLabel: 'Create "{label}"',
335
+ moreCountText: "+{count} more",
336
+ loadingText: "Loading...",
337
+ levelLabel: "Level {level}",
338
+ backText: "Back",
339
+ expandAriaLabel: "Expand",
340
+ collapseAriaLabel: "Collapse"
341
+ },
342
+ colorPicker: {
343
+ trigger: "Pick color",
344
+ panelTitle: "Color",
345
+ clear: "Clear",
346
+ hue: "Hue",
347
+ saturation: "Saturation",
348
+ brightness: "Brightness",
349
+ alpha: "Alpha",
350
+ value: "Color value",
351
+ preview: "Color preview",
352
+ selectPreset: "Select {color}",
353
+ done: "Done",
354
+ formatHex: "HEX",
355
+ formatRgb: "RGB",
356
+ formatHsl: "HSL",
357
+ swatches: "Color swatches",
358
+ primaryGroup: "Primary",
359
+ accentGroup: "Accent"
249
360
  },
250
361
  tabs: {
251
362
  addTabAriaLabel: "Add tab",
252
- closeTabAriaLabel: "Close {label}"
363
+ closeTabAriaLabel: "Close {label}",
364
+ tablistAriaLabel: "Tabs"
253
365
  },
254
366
  rate: {
255
367
  ariaLabel: "Rating",
256
- valueText: "{value} star{plural}"
368
+ valueText: "{value} stars"
257
369
  },
258
370
  avatarGroup: {
259
371
  ariaLabel: "Avatar group",
260
372
  overflowAriaLabel: "{count} more"
261
373
  },
262
374
  carousel: {
263
- ariaLabel: "Image carousel",
375
+ ariaLabel: "Carousel",
376
+ roleDescription: "carousel",
377
+ slideRoleDescription: "slide",
264
378
  navigationAriaLabel: "Carousel navigation",
265
379
  previousSlideAriaLabel: "Previous slide",
266
380
  nextSlideAriaLabel: "Next slide",
381
+ pauseAriaLabel: "Pause autoplay",
382
+ playAriaLabel: "Play autoplay",
267
383
  goToSlideAriaLabel: "Go to slide {index}",
268
384
  slideAriaLabel: "Slide {index} of {total}"
269
385
  },
@@ -273,11 +389,25 @@ var enUS = {
273
389
  searchAriaLabel: "Search {title}",
274
390
  itemsAriaLabel: "{title} items",
275
391
  moveToTargetAriaLabel: "Move selected to target",
276
- moveToSourceAriaLabel: "Move selected to source"
392
+ moveToSourceAriaLabel: "Move selected to source",
393
+ selectAllAriaLabel: "Select all in {title}"
277
394
  },
278
395
  chart: {
279
396
  legendAriaLabel: "Chart legend",
280
- pointAriaLabel: "Point {index}: ({x}, {y})"
397
+ pointAriaLabel: "Point {index}: ({x}, {y})",
398
+ seriesName: "Series {index}",
399
+ sliceName: "Slice {index}",
400
+ sliceAriaLabel: "{label}: {value} ({percent}%)",
401
+ stageName: "Stage {index}",
402
+ heatmapTooltip: "{x} \xD7 {y}: {value}",
403
+ treemapTooltip: "{label}: {value} ({percent}%)",
404
+ sunburstTooltip: "{label}: {value} ({percent}%)",
405
+ orgChartAriaLabel: "Organization chart",
406
+ ganttAriaLabel: "Gantt chart",
407
+ ganttTaskAriaLabel: "{label}, {start} to {end}{progress}"
408
+ },
409
+ codeEditor: {
410
+ editorAriaLabel: "Code editor"
281
411
  },
282
412
  markdownEditor: {
283
413
  formattingToolbarAriaLabel: "Markdown formatting",
@@ -286,11 +416,53 @@ var enUS = {
286
416
  previewAriaLabel: "Markdown preview",
287
417
  editModeLabel: "Edit",
288
418
  splitModeLabel: "Split",
289
- previewModeLabel: "Preview"
419
+ previewModeLabel: "Preview",
420
+ bold: "Bold",
421
+ italic: "Italic",
422
+ strikethrough: "Strikethrough",
423
+ heading: "Heading",
424
+ blockquote: "Blockquote",
425
+ unorderedList: "Bulleted list",
426
+ orderedList: "Numbered list",
427
+ inlineCode: "Inline code",
428
+ codeBlock: "Code block",
429
+ link: "Link",
430
+ image: "Image",
431
+ table: "Table",
432
+ horizontalRule: "Horizontal rule",
433
+ placeholderStrong: "strong text",
434
+ placeholderEmphasis: "emphasis",
435
+ placeholderDeleted: "deleted text",
436
+ placeholderCode: "code",
437
+ placeholderHeading: "Heading",
438
+ placeholderQuote: "Quote",
439
+ placeholderListItem: "List item",
440
+ placeholderLinkText: "link text",
441
+ placeholderImageAlt: "alt text",
442
+ placeholderTable: "| Column | Value |\n| --- | --- |\n| Name | Tigercat |"
290
443
  },
291
444
  richTextEditor: {
292
445
  formattingToolbarAriaLabel: "Text formatting",
293
- editorAriaLabel: "Rich text editor"
446
+ editorAriaLabel: "Rich text editor",
447
+ bold: "Bold",
448
+ italic: "Italic",
449
+ underline: "Underline",
450
+ strikethrough: "Strikethrough",
451
+ heading1: "H1",
452
+ heading2: "H2",
453
+ heading3: "H3",
454
+ bulletList: "Bullet List",
455
+ orderedList: "Ordered List",
456
+ blockquote: "Blockquote",
457
+ codeBlock: "Code",
458
+ link: "Link",
459
+ image: "Image",
460
+ horizontalRule: "HR",
461
+ undo: "Undo",
462
+ redo: "Redo",
463
+ clear: "Clear",
464
+ linkPrompt: "Enter URL",
465
+ imagePrompt: "Enter image URL"
294
466
  },
295
467
  cronEditor: {
296
468
  ariaLabel: "Cron editor",
@@ -355,6 +527,73 @@ var enUS = {
355
527
  tagsInput: {
356
528
  removeTagLabel: "Remove {tag}",
357
529
  clearAllLabel: "Clear all tags"
530
+ },
531
+ input: {
532
+ clearAriaLabel: "Clear input",
533
+ showPasswordAriaLabel: "Show password",
534
+ hidePasswordAriaLabel: "Hide password"
535
+ },
536
+ inputNumber: {
537
+ incrementAriaLabel: "Increase",
538
+ decrementAriaLabel: "Decrease",
539
+ emptyAriaValueText: "Empty"
540
+ },
541
+ slider: {
542
+ ariaLabel: "Slider",
543
+ minAriaLabel: "Minimum value",
544
+ maxAriaLabel: "Maximum value"
545
+ },
546
+ stepper: {
547
+ ariaLabel: "Stepper",
548
+ valueAriaLabel: "Value",
549
+ incrementAriaLabel: "Increase",
550
+ decrementAriaLabel: "Decrease"
551
+ },
552
+ signature: {
553
+ ariaLabel: "Signature pad",
554
+ undoText: "Undo"
555
+ },
556
+ numberKeyboard: {
557
+ ariaLabel: "Number keyboard",
558
+ deleteText: "Delete",
559
+ decimalAriaLabel: "Decimal",
560
+ idCardXAriaLabel: "ID card X"
561
+ },
562
+ breadcrumb: {
563
+ ariaLabel: "Breadcrumb",
564
+ expandAriaLabel: "Show collapsed breadcrumb items"
565
+ },
566
+ pageHeader: {
567
+ backAriaLabel: "Back"
568
+ },
569
+ backTop: {
570
+ ariaLabel: "Back to top"
571
+ },
572
+ anchor: {
573
+ ariaLabel: "On this page"
574
+ },
575
+ floatButton: {
576
+ ariaLabel: "Add"
577
+ },
578
+ spotlight: {
579
+ title: "Spotlight",
580
+ placeholder: "Search"
581
+ },
582
+ scrollSpy: {
583
+ ariaLabel: "Section navigation"
584
+ },
585
+ steps: {
586
+ ariaLabel: "Steps",
587
+ waitStatus: "Pending",
588
+ processStatus: "Current",
589
+ finishStatus: "Completed",
590
+ errorStatus: "Error"
591
+ },
592
+ tree: {
593
+ ariaLabel: "Tree",
594
+ selectNode: "Select {label}",
595
+ expand: "Expand",
596
+ collapse: "Collapse"
358
597
  }
359
598
  };
360
599
  export {
@@ -1,5 +1,5 @@
1
- import { T as TigerLocale } from '../locale-CGl5S1-B.js';
2
- import '../datepicker-Digy7Stt.js';
1
+ import { T as TigerLocale } from '../locale-qoiGEqe_.js';
2
+ import '@floating-ui/dom';
3
3
 
4
4
  /**
5
5
  * Spanish (Spain) (es-ES).