@godxjp/ui 6.12.0 → 8.0.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 (179) hide show
  1. package/README.md +5 -0
  2. package/dist/app/index.d.ts +2 -2
  3. package/dist/{app.prop-IobwLwaM.d.ts → app.prop-DnIXFzLi.d.ts} +9 -9
  4. package/dist/aspect-ratio-DGoYrOry.d.ts +6 -0
  5. package/dist/avatar-D9MdXzfF.d.ts +8 -0
  6. package/dist/{checkbox-9w-eF8sM.d.ts → checkbox-ChRsR7Nk.d.ts} +2 -2
  7. package/dist/{chunk-3UGU5TYP.js → chunk-25RYBC5T.js} +2 -2
  8. package/dist/{chunk-CQBADMFG.js → chunk-26CPAKUP.js} +3 -2
  9. package/dist/{chunk-ZTYEH3UW.js → chunk-3TS3G4U3.js} +3 -3
  10. package/dist/{chunk-ZS6DTAM2.js → chunk-4MMIMZMK.js} +1 -1
  11. package/dist/{chunk-T2S3IGZG.js → chunk-4R7RQDXI.js} +23 -21
  12. package/dist/{chunk-Y7AV7QJO.js → chunk-6QXQQAOQ.js} +5 -5
  13. package/dist/{chunk-JJCGMCTL.js → chunk-A22MCA3X.js} +6 -6
  14. package/dist/{chunk-TW4IRRAX.js → chunk-A7PKMT7Y.js} +8 -49
  15. package/dist/chunk-AINW5WYN.js +57 -0
  16. package/dist/chunk-B3WX53JQ.js +40 -0
  17. package/dist/{chunk-BM5LIDCS.js → chunk-C5H655GK.js} +223 -67
  18. package/dist/{chunk-ZLK5SPT6.js → chunk-EOTOCNT7.js} +1 -1
  19. package/dist/chunk-FRU44GA2.js +18 -0
  20. package/dist/chunk-FYM3MJSK.js +59 -0
  21. package/dist/{chunk-EE3B3TEQ.js → chunk-G2WYOCDL.js} +5 -5
  22. package/dist/chunk-HKD6ERY7.js +1 -0
  23. package/dist/{chunk-V6UWJKZF.js → chunk-HTEL5DQI.js} +1 -1
  24. package/dist/{chunk-ICM6XBST.js → chunk-IBK5D2Q6.js} +2 -1
  25. package/dist/{chunk-IK7I3ABN.js → chunk-IOGU3ZWF.js} +2 -2
  26. package/dist/{chunk-HJEBRCXL.js → chunk-M4PZNAMV.js} +1 -0
  27. package/dist/{chunk-2QG3OVAD.js → chunk-N43OKOFT.js} +7 -5
  28. package/dist/{chunk-YVBZ37ZE.js → chunk-NG23LVTM.js} +5 -5
  29. package/dist/{chunk-E76QIYSY.js → chunk-O24Z3ULJ.js} +4 -4
  30. package/dist/{chunk-GXHZAJUA.js → chunk-O2OUNXV4.js} +10 -10
  31. package/dist/{chunk-L6J44O74.js → chunk-OJZ6C2HM.js} +2 -2
  32. package/dist/{chunk-2HLWHQJA.js → chunk-P4HFJQID.js} +5 -4
  33. package/dist/chunk-R2W2FX5Q.js +48 -0
  34. package/dist/{chunk-AZS7553U.js → chunk-RGIYKJPW.js} +6 -6
  35. package/dist/{chunk-GH7E5N6F.js → chunk-RGPF3HU6.js} +3 -3
  36. package/dist/chunk-SEG2YBXF.js +29 -0
  37. package/dist/{chunk-JBEIL3VD.js → chunk-SKIRU7GC.js} +2 -2
  38. package/dist/chunk-TILFZBTE.js +50 -0
  39. package/dist/{chunk-6UFKWOEW.js → chunk-TMDGV4CN.js} +15 -11
  40. package/dist/chunk-UIYEAUWA.js +78 -0
  41. package/dist/{chunk-XG7XDYIM.js → chunk-V3N266PT.js} +48 -2
  42. package/dist/{chunk-I3272Y2C.js → chunk-WN52SCGE.js} +4 -4
  43. package/dist/{chunk-T4UT3B3K.js → chunk-WTVLZVBA.js} +153 -188
  44. package/dist/{chunk-SWGQX3AP.js → chunk-XDUZ7JJL.js} +2 -2
  45. package/dist/chunk-XMBCNMJI.js +61 -0
  46. package/dist/{chunk-RVY4F7LK.js → chunk-XZM2GNAY.js} +7 -7
  47. package/dist/{chunk-K27I23OA.js → chunk-Z6HNY2PL.js} +9 -9
  48. package/dist/components/admin/index.d.ts +24 -22
  49. package/dist/components/admin/index.js +33 -32
  50. package/dist/components/data-display/badge.d.ts +15 -4
  51. package/dist/components/data-display/badge.js +4 -2
  52. package/dist/components/data-display/card.d.ts +3 -3
  53. package/dist/components/data-display/card.js +1 -1
  54. package/dist/components/data-display/index.d.ts +14 -26
  55. package/dist/components/data-display/index.js +28 -37
  56. package/dist/components/data-display/table.js +2 -2
  57. package/dist/components/data-entry/autocomplete.d.ts +5 -5
  58. package/dist/components/data-entry/autocomplete.js +5 -5
  59. package/dist/components/data-entry/calendar.d.ts +5 -5
  60. package/dist/components/data-entry/calendar.js +3 -3
  61. package/dist/components/data-entry/cascader.d.ts +6 -6
  62. package/dist/components/data-entry/cascader.js +7 -7
  63. package/dist/components/data-entry/checkbox.d.ts +6 -6
  64. package/dist/components/data-entry/checkbox.js +2 -2
  65. package/dist/components/data-entry/color-picker.d.ts +6 -6
  66. package/dist/components/data-entry/color-picker.js +2 -2
  67. package/dist/components/data-entry/command.d.ts +11 -11
  68. package/dist/components/data-entry/command.js +2 -2
  69. package/dist/components/data-entry/date-picker.d.ts +6 -6
  70. package/dist/components/data-entry/date-picker.js +4 -4
  71. package/dist/components/data-entry/date-range-picker.d.ts +6 -6
  72. package/dist/components/data-entry/date-range-picker.js +4 -4
  73. package/dist/components/data-entry/index.d.ts +13 -19
  74. package/dist/components/data-entry/index.js +27 -145
  75. package/dist/components/data-entry/radio.d.ts +5 -5
  76. package/dist/components/data-entry/radio.js +2 -2
  77. package/dist/components/data-entry/select.d.ts +5 -5
  78. package/dist/components/data-entry/select.js +5 -5
  79. package/dist/components/data-entry/slider.d.ts +5 -5
  80. package/dist/components/data-entry/switch.d.ts +5 -5
  81. package/dist/components/data-entry/switch.js +1 -1
  82. package/dist/components/data-entry/textarea.js +2 -2
  83. package/dist/components/data-entry/time-picker.d.ts +6 -6
  84. package/dist/components/data-entry/time-picker.js +2 -2
  85. package/dist/components/data-entry/transfer.d.ts +7 -7
  86. package/dist/components/data-entry/transfer.js +5 -5
  87. package/dist/components/data-entry/tree-select.d.ts +6 -6
  88. package/dist/components/data-entry/tree-select.js +7 -7
  89. package/dist/components/data-entry/upload.d.ts +7 -7
  90. package/dist/components/data-entry/upload.js +5 -5
  91. package/dist/components/feedback/alert.d.ts +7 -5
  92. package/dist/components/feedback/alert.js +3 -3
  93. package/dist/components/feedback/dialog.d.ts +9 -6
  94. package/dist/components/feedback/dialog.js +2 -2
  95. package/dist/components/feedback/index.d.ts +7 -6
  96. package/dist/components/feedback/index.js +9 -7
  97. package/dist/components/general/button.d.ts +4 -4
  98. package/dist/components/general/button.js +1 -1
  99. package/dist/components/general/index.d.ts +3 -3
  100. package/dist/components/general/index.js +1 -1
  101. package/dist/components/layout/index.d.ts +19 -45
  102. package/dist/components/layout/index.js +4 -5
  103. package/dist/components/navigation/index.d.ts +13 -14
  104. package/dist/components/navigation/index.js +9 -10
  105. package/dist/components/navigation/pagination.d.ts +5 -5
  106. package/dist/components/navigation/pagination.js +6 -6
  107. package/dist/components/navigation/steps.d.ts +6 -6
  108. package/dist/components/navigation/steps.js +2 -2
  109. package/dist/components/navigation/tabs.d.ts +14 -2
  110. package/dist/components/navigation/tabs.js +1 -1
  111. package/dist/components/query/index.d.ts +12 -7
  112. package/dist/components/query/index.js +4 -4
  113. package/dist/components/ui/index.d.ts +21 -14
  114. package/dist/components/ui/index.js +32 -29
  115. package/dist/{data-display.prop-i0iaSwMV.d.ts → data-display.prop-Cf2p9QC4.d.ts} +18 -17
  116. package/dist/{data-entry.prop-Cjidhei7.d.ts → data-entry.prop-CDkOajPj.d.ts} +34 -40
  117. package/dist/{data-table-Bg7fPpXy.d.ts → data-table-B_q7j992.d.ts} +10 -33
  118. package/dist/{data.prop-BmLaGLb7.d.ts → data.prop-DMYMNl6L.d.ts} +2 -2
  119. package/dist/{feedback.prop-BnBpUzNK.d.ts → feedback.prop-BR5JOpPl.d.ts} +8 -5
  120. package/dist/filter-bar-DvVXm_d1.d.ts +14 -0
  121. package/dist/form/index.d.ts +3 -3
  122. package/dist/{form.prop-BHgpuFFm.d.ts → form.prop-Bc6r6JJW.d.ts} +1 -1
  123. package/dist/{general.prop-D7brMPNL.d.ts → general.prop-DoHDCRmL.d.ts} +2 -2
  124. package/dist/index.d.ts +27 -25
  125. package/dist/index.js +46 -32
  126. package/dist/inline-DqfYlGKj.d.ts +18 -0
  127. package/dist/{interaction.prop-Cdn7wOtq.d.ts → interaction.prop-DSFizzP6.d.ts} +8 -6
  128. package/dist/{layout.prop-MwHm4-Zl.d.ts → layout.prop-Baq9muDN.d.ts} +27 -13
  129. package/dist/layout.prop-CXvl2rVR.d.ts +16 -0
  130. package/dist/{navigation.prop-Ck5_gSfs.d.ts → navigation.prop-8DgElO0c.d.ts} +17 -14
  131. package/dist/{navigation.prop-Hu7s7MJa.d.ts → navigation.prop-BKlxd-j7.d.ts} +2 -5
  132. package/dist/props/components/index.d.ts +14 -14
  133. package/dist/props/index.d.ts +14 -14
  134. package/dist/props/index.js +2 -2
  135. package/dist/props/registry.d.ts +254 -64
  136. package/dist/props/registry.js +1 -1
  137. package/dist/props/vocabulary/index.d.ts +5 -5
  138. package/dist/{query.prop-hIPrk2zI.d.ts → query.prop-DuODxsiU.d.ts} +12 -8
  139. package/dist/{search-input-mAZy3Den.d.ts → search-input-cezAxpgb.d.ts} +7 -2
  140. package/dist/{shared.prop-BNRJc9K0.d.ts → shared.prop-BsNSXeqD.d.ts} +9 -3
  141. package/dist/skeleton-uWAjSacg.d.ts +22 -0
  142. package/dist/styles/alert-layout.css +38 -18
  143. package/dist/styles/badge-layout.css +4 -4
  144. package/dist/styles/card-layout.css +24 -24
  145. package/dist/styles/control.css +68 -0
  146. package/dist/styles/data-display-layout.css +23 -81
  147. package/dist/styles/density.css +10 -10
  148. package/dist/styles/dialog-layout.css +4 -4
  149. package/dist/styles/index.css +6 -9
  150. package/dist/styles/layout.css +114 -85
  151. package/dist/styles/table-layout.css +3 -3
  152. package/dist/theme/example.service.css +0 -5
  153. package/dist/toggle-group-BulJgKh3.d.ts +26 -0
  154. package/dist/tokens/base.css +7 -7
  155. package/dist/tokens/components/badge.css +7 -0
  156. package/dist/tokens/{primitives → components}/card.css +11 -12
  157. package/dist/tokens/{primitives → components}/control.css +10 -0
  158. package/dist/tokens/components/feedback.css +17 -0
  159. package/dist/tokens/{primitives → components}/table.css +2 -2
  160. package/dist/tokens/foundation.css +7 -22
  161. package/dist/use-toast-Dsw3yE2S.d.ts +19 -0
  162. package/package.json +13 -7
  163. package/scripts/ui-audit.mjs +22 -0
  164. package/dist/chunk-BPSKQUL2.js +0 -68
  165. package/dist/chunk-M64MVRLS.js +0 -92
  166. package/dist/chunk-PIIRNAXA.js +0 -26
  167. package/dist/chunk-S66TJXJU.js +0 -33
  168. package/dist/chunk-WXW43RK5.js +0 -24
  169. package/dist/components/navigation/tabs-items.d.ts +0 -12
  170. package/dist/components/navigation/tabs-items.js +0 -3
  171. package/dist/filter-bar-BpUvE_yO.d.ts +0 -10
  172. package/dist/inline-CV3A46np.d.ts +0 -10
  173. package/dist/layout.prop-4TCNvyQZ.d.ts +0 -20
  174. package/dist/tokens/primitives/badge.css +0 -13
  175. package/dist/tokens/primitives/feedback.css +0 -17
  176. package/dist/use-toast-Dol5bdY3.d.ts +0 -34
  177. /package/dist/{chunk-LDSLS6HE.js → chunk-2H65B4JA.js} +0 -0
  178. /package/dist/tokens/{primitives → components}/navigation.css +0 -0
  179. /package/dist/tokens/{primitives → semantic}/layout.css +0 -0
@@ -24,6 +24,11 @@ declare const VOCABULARY_REGISTRY: {
24
24
  readonly category: "shared";
25
25
  readonly description: "Dialog/Sheet/Popover open state";
26
26
  };
27
+ readonly DefaultOpenProp: {
28
+ readonly file: "vocabulary/shared.prop.ts";
29
+ readonly category: "shared";
30
+ readonly description: "Dialog/Sheet/Popover initial uncontrolled open state";
31
+ };
27
32
  readonly OnOpenChangeProp: {
28
33
  readonly file: "vocabulary/shared.prop.ts";
29
34
  readonly category: "shared";
@@ -77,7 +82,17 @@ declare const VOCABULARY_REGISTRY: {
77
82
  readonly ValueProp: {
78
83
  readonly file: "vocabulary/shared.prop.ts";
79
84
  readonly category: "shared";
80
- readonly description: "String value";
85
+ readonly description: "Abstract controlled value";
86
+ };
87
+ readonly DefaultValueProp: {
88
+ readonly file: "vocabulary/shared.prop.ts";
89
+ readonly category: "shared";
90
+ readonly description: "Abstract uncontrolled initial value";
91
+ };
92
+ readonly OnValueChangeProp: {
93
+ readonly file: "vocabulary/shared.prop.ts";
94
+ readonly category: "shared";
95
+ readonly description: "Abstract value change handler";
81
96
  };
82
97
  readonly OnChangeProp: {
83
98
  readonly file: "vocabulary/shared.prop.ts";
@@ -154,20 +169,20 @@ declare const VOCABULARY_REGISTRY: {
154
169
  readonly category: "layout";
155
170
  readonly description: "Page padding / control scale";
156
171
  };
157
- readonly PageContainerVariantProp: {
172
+ readonly DensityProp: {
158
173
  readonly file: "vocabulary/layout.prop.ts";
159
174
  readonly category: "layout";
160
- readonly description: "Page shell layout — default, narrow, flush, ghost";
175
+ readonly description: "Canonical page/subtree density";
161
176
  };
162
- readonly StackGapProp: {
177
+ readonly PageContainerVariantProp: {
163
178
  readonly file: "vocabulary/layout.prop.ts";
164
179
  readonly category: "layout";
165
- readonly description: "Vertical Stack gap";
180
+ readonly description: "Page shell layout — default, narrow, flush, ghost";
166
181
  };
167
- readonly InlineGapProp: {
182
+ readonly GapProp: {
168
183
  readonly file: "vocabulary/layout.prop.ts";
169
184
  readonly category: "layout";
170
- readonly description: "Horizontal Inline gap";
185
+ readonly description: "Shared gap scale; components may document subsets";
171
186
  };
172
187
  readonly TableDensityProp: {
173
188
  readonly file: "vocabulary/layout.prop.ts";
@@ -182,17 +197,22 @@ declare const VOCABULARY_REGISTRY: {
182
197
  readonly ButtonSizeProp: {
183
198
  readonly file: "vocabulary/interaction.prop.ts";
184
199
  readonly category: "interaction";
185
- readonly description: "Button size preset";
200
+ readonly description: "Button size preset; includes documented icon-only subset";
201
+ };
202
+ readonly SizeProp: {
203
+ readonly file: "vocabulary/interaction.prop.ts";
204
+ readonly category: "interaction";
205
+ readonly description: "Shared size names xs | sm | md | lg";
186
206
  };
187
207
  readonly ConfirmVariantProp: {
188
208
  readonly file: "vocabulary/interaction.prop.ts";
189
209
  readonly category: "interaction";
190
210
  readonly description: "Dialog confirm emphasis";
191
211
  };
192
- readonly StatusToneProp: {
212
+ readonly ToneProp: {
193
213
  readonly file: "vocabulary/interaction.prop.ts";
194
214
  readonly category: "interaction";
195
- readonly description: "StatusBadge color tone";
215
+ readonly description: "Semantic status/color intent";
196
216
  };
197
217
  readonly AlertVariantProp: {
198
218
  readonly file: "vocabulary/interaction.prop.ts";
@@ -224,10 +244,25 @@ declare const VOCABULARY_REGISTRY: {
224
244
  readonly category: "navigation";
225
245
  readonly description: "Breadcrumb trail array";
226
246
  };
227
- readonly PageTitleProp: {
228
- readonly file: "vocabulary/navigation.prop.ts";
229
- readonly category: "navigation";
230
- readonly description: "Alias of TitleProp in page context";
247
+ readonly ZodSchemaProp: {
248
+ readonly file: "components/form.prop.ts";
249
+ readonly category: "form";
250
+ readonly description: "Zod 4 schema passed to form helpers";
251
+ };
252
+ readonly UseZodFormOptionsProp: {
253
+ readonly file: "components/form.prop.ts";
254
+ readonly category: "form";
255
+ readonly description: "react-hook-form options accepted by useZodForm";
256
+ };
257
+ readonly UseZodFormReturnProp: {
258
+ readonly file: "components/form.prop.ts";
259
+ readonly category: "form";
260
+ readonly description: "react-hook-form return object from useZodForm";
261
+ };
262
+ readonly FieldErrorMessageProp: {
263
+ readonly file: "components/form.prop.ts";
264
+ readonly category: "form";
265
+ readonly description: "Mapped field error message displayed through FormField";
231
266
  };
232
267
  readonly GetRowIdProp: {
233
268
  readonly file: "vocabulary/data.prop.ts";
@@ -282,20 +317,86 @@ declare const VOCABULARY_REGISTRY: {
282
317
  };
283
318
  type VocabularyPropName = keyof typeof VOCABULARY_REGISTRY;
284
319
  declare const COMPONENT_PROP_REGISTRY: {
320
+ readonly AppProviderProp: {
321
+ readonly group: "app";
322
+ readonly file: "components/app.prop.ts";
323
+ readonly vocabulary: readonly ["ChildrenProp"];
324
+ };
325
+ readonly LocalePickerProp: {
326
+ readonly group: "app";
327
+ readonly file: "components/app.prop.ts";
328
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
329
+ };
330
+ readonly TimezonePickerProp: {
331
+ readonly group: "app";
332
+ readonly file: "components/app.prop.ts";
333
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
334
+ };
335
+ readonly TimeFormatPickerProp: {
336
+ readonly group: "app";
337
+ readonly file: "components/app.prop.ts";
338
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
339
+ };
340
+ readonly DateFormatPickerProp: {
341
+ readonly group: "app";
342
+ readonly file: "components/app.prop.ts";
343
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"];
344
+ };
285
345
  readonly PageContainerProp: {
286
346
  readonly group: "layout";
287
347
  readonly file: "components/layout.prop.ts";
288
- readonly vocabulary: readonly ["PageTitleProp", "SubtitleProp", "ExtraProp", "FooterProp", "BreadcrumbProp", "PageDensityProp", "PageContainerVariantProp"];
348
+ readonly vocabulary: readonly ["TitleProp", "SubtitleProp", "ExtraProp", "FooterProp", "BreadcrumbProp", "DensityProp", "PageContainerVariantProp"];
289
349
  };
290
350
  readonly StackProp: {
291
351
  readonly group: "layout";
292
352
  readonly file: "components/layout.prop.ts";
293
- readonly vocabulary: readonly ["StackGapProp"];
353
+ readonly vocabulary: readonly ["GapProp"];
294
354
  };
295
355
  readonly InlineProp: {
296
356
  readonly group: "layout";
297
357
  readonly file: "components/layout.prop.ts";
298
- readonly vocabulary: readonly ["InlineGapProp"];
358
+ readonly vocabulary: readonly ["GapProp"];
359
+ };
360
+ readonly FlexDirectionProp: {
361
+ readonly group: "layout";
362
+ readonly file: "components/layout.prop.ts";
363
+ readonly vocabulary: readonly [];
364
+ };
365
+ readonly FlexAlignProp: {
366
+ readonly group: "layout";
367
+ readonly file: "components/layout.prop.ts";
368
+ readonly vocabulary: readonly [];
369
+ };
370
+ readonly FlexJustifyProp: {
371
+ readonly group: "layout";
372
+ readonly file: "components/layout.prop.ts";
373
+ readonly vocabulary: readonly [];
374
+ };
375
+ readonly FlexProp: {
376
+ readonly group: "layout";
377
+ readonly file: "components/layout.prop.ts";
378
+ readonly vocabulary: readonly [{
379
+ readonly field: "direction";
380
+ readonly local: true;
381
+ readonly reason: "Flex-specific axis control.";
382
+ }, "GapProp", {
383
+ readonly field: "align";
384
+ readonly local: true;
385
+ readonly reason: "Flex-specific align-items keyword subset.";
386
+ }, {
387
+ readonly field: "justify";
388
+ readonly local: true;
389
+ readonly reason: "Flex-specific justify-content keyword subset.";
390
+ }, {
391
+ readonly field: "wrap";
392
+ readonly local: true;
393
+ readonly reason: "Flex-specific boolean shorthand for flex-wrap.";
394
+ }];
395
+ };
396
+ readonly ResponsiveGridColumnsProp: {
397
+ readonly group: "layout";
398
+ readonly file: "components/layout.prop.ts";
399
+ readonly vocabulary: readonly [];
299
400
  };
300
401
  readonly PageInsetProp: {
301
402
  readonly group: "layout";
@@ -310,48 +411,48 @@ declare const COMPONENT_PROP_REGISTRY: {
310
411
  readonly SidebarProductProp: {
311
412
  readonly group: "layout";
312
413
  readonly file: "components/layout.prop.ts";
313
- readonly vocabulary: readonly [];
414
+ readonly vocabulary: readonly ["LabelProp"];
314
415
  };
315
416
  readonly SidebarItemProp: {
316
417
  readonly group: "layout";
317
418
  readonly file: "components/layout.prop.ts";
318
- readonly vocabulary: readonly [];
419
+ readonly vocabulary: readonly ["IdProp", "LabelProp", "DisabledProp", "ChildrenProp"];
319
420
  };
320
421
  readonly SidebarSectionProp: {
321
422
  readonly group: "layout";
322
423
  readonly file: "components/layout.prop.ts";
323
- readonly vocabulary: readonly [];
424
+ readonly vocabulary: readonly ["LabelProp"];
324
425
  };
325
426
  readonly SidebarProp: {
326
427
  readonly group: "layout";
327
428
  readonly file: "components/layout.prop.ts";
328
- readonly vocabulary: readonly [];
429
+ readonly vocabulary: readonly ["IdProp", "OnValueChangeProp", "ChildrenProp"];
329
430
  };
330
431
  readonly TopbarProductProp: {
331
432
  readonly group: "layout";
332
433
  readonly file: "components/layout.prop.ts";
333
- readonly vocabulary: readonly [];
434
+ readonly vocabulary: readonly ["LabelProp"];
334
435
  };
335
436
  readonly TopbarProjectProp: {
336
437
  readonly group: "layout";
337
438
  readonly file: "components/layout.prop.ts";
338
- readonly vocabulary: readonly [];
439
+ readonly vocabulary: readonly ["LabelProp"];
339
440
  };
340
441
  readonly TopbarProp: {
341
442
  readonly group: "layout";
342
443
  readonly file: "components/layout.prop.ts";
343
- readonly vocabulary: readonly [];
444
+ readonly vocabulary: readonly ["ChildrenProp", "OnOpenChangeProp", "OnValueChangeProp"];
344
445
  };
345
446
  readonly PageHeaderProp: {
346
447
  readonly group: "layout";
347
448
  readonly file: "components/layout.prop.ts";
348
- readonly vocabulary: readonly ["PageTitleProp", "SubtitleProp", "ExtraProp", "BreadcrumbProp"];
449
+ readonly vocabulary: readonly ["TitleProp", "SubtitleProp", "ExtraProp", "BreadcrumbProp"];
349
450
  readonly deprecated: true;
350
451
  };
351
452
  readonly ButtonProp: {
352
453
  readonly group: "general";
353
454
  readonly file: "components/general.prop.ts";
354
- readonly vocabulary: readonly ["ButtonVariantProp", "ButtonSizeProp", "AsChildProp", "DisabledProp", "OnClickProp"];
455
+ readonly vocabulary: readonly ["ButtonVariantProp", "SizeProp", "AsChildProp", "DisabledProp", "OnClickProp"];
355
456
  };
356
457
  readonly InputProp: {
357
458
  readonly group: "data-entry";
@@ -381,32 +482,52 @@ declare const COMPONENT_PROP_REGISTRY: {
381
482
  readonly CheckboxGroupProp: {
382
483
  readonly group: "data-entry";
383
484
  readonly file: "components/data-entry.prop.ts";
384
- readonly vocabulary: readonly ["DisabledProp"];
485
+ readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"];
385
486
  };
386
487
  readonly ChoiceOptionProp: {
387
488
  readonly group: "data-entry";
388
489
  readonly file: "components/data-entry.prop.ts";
389
- readonly vocabulary: readonly [];
490
+ readonly vocabulary: readonly ["LabelProp", "ValueProp", "DisabledProp", "DescriptionProp"];
390
491
  };
391
492
  readonly RadioProp: {
392
493
  readonly group: "data-entry";
393
494
  readonly file: "components/data-entry.prop.ts";
394
- readonly vocabulary: readonly ["DisabledProp"];
495
+ readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"];
395
496
  };
396
497
  readonly RadioGroupProp: {
397
498
  readonly group: "data-entry";
398
499
  readonly file: "components/data-entry.prop.ts";
399
- readonly vocabulary: readonly ["DisabledProp"];
500
+ readonly vocabulary: readonly ["SizeProp", "DisabledProp"];
400
501
  };
401
502
  readonly SwitchProp: {
402
503
  readonly group: "data-entry";
403
504
  readonly file: "components/data-entry.prop.ts";
404
505
  readonly vocabulary: readonly ["DisabledProp"];
405
506
  };
406
- readonly SwitchFieldProp: {
507
+ readonly FieldProp: {
407
508
  readonly group: "data-entry";
408
509
  readonly file: "components/data-entry.prop.ts";
409
- readonly vocabulary: readonly ["IdProp", "LabelProp", "RequiredProp", "HelperProp", "ErrorProp", "DisabledProp", "ClassNameProp"];
510
+ readonly vocabulary: readonly ["IdProp", "LabelProp", "DescriptionProp", "ClassNameProp", "ChildrenProp"];
511
+ };
512
+ readonly ChoiceFieldProp: {
513
+ readonly group: "data-entry";
514
+ readonly file: "components/data-entry.prop.ts";
515
+ readonly vocabulary: readonly ["IdProp", "LabelProp", "ClassNameProp"];
516
+ };
517
+ readonly CountryOptionProp: {
518
+ readonly group: "data-entry";
519
+ readonly file: "components/data-entry.prop.ts";
520
+ readonly vocabulary: readonly ["LabelProp", "ValueProp"];
521
+ };
522
+ readonly CountryOptionLabelProp: {
523
+ readonly group: "data-entry";
524
+ readonly file: "components/data-entry.prop.ts";
525
+ readonly vocabulary: readonly ["ClassNameProp"];
526
+ };
527
+ readonly CountrySelectProp: {
528
+ readonly group: "data-entry";
529
+ readonly file: "components/data-entry.prop.ts";
530
+ readonly vocabulary: readonly ["IdProp", "NameProp", "DefaultValueProp", "RequiredProp", "PlaceholderProp"];
410
531
  };
411
532
  readonly SliderProp: {
412
533
  readonly group: "data-entry";
@@ -421,45 +542,50 @@ declare const COMPONENT_PROP_REGISTRY: {
421
542
  readonly DatePickerProp: {
422
543
  readonly group: "data-entry";
423
544
  readonly file: "components/data-entry.prop.ts";
424
- readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "IdProp"];
545
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "IdProp"];
425
546
  };
426
547
  readonly DateRangePickerProp: {
427
548
  readonly group: "data-entry";
428
549
  readonly file: "components/data-entry.prop.ts";
429
- readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "IdProp"];
550
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "IdProp"];
430
551
  };
431
552
  readonly TimePickerProp: {
432
553
  readonly group: "data-entry";
433
554
  readonly file: "components/data-entry.prop.ts";
434
- readonly vocabulary: readonly ["DisabledProp"];
555
+ readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"];
435
556
  };
436
557
  readonly ColorPickerProp: {
437
558
  readonly group: "data-entry";
438
559
  readonly file: "components/data-entry.prop.ts";
439
- readonly vocabulary: readonly ["DisabledProp", "IdProp"];
560
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp"];
440
561
  };
441
562
  readonly AutocompleteProp: {
442
563
  readonly group: "data-entry";
443
564
  readonly file: "components/data-entry.prop.ts";
444
- readonly vocabulary: readonly ["PlaceholderProp", "ValueProp", "DisabledProp", "IdProp", "EmptyMessageProp", "ClassNameProp"];
565
+ readonly vocabulary: readonly ["PlaceholderProp", "ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "EmptyMessageProp", "ClassNameProp"];
445
566
  readonly note: "Deprecated — a thin wrapper over SearchSelect (static options).";
446
567
  };
568
+ readonly AutocompleteOptionProp: {
569
+ readonly group: "data-entry";
570
+ readonly file: "components/data-entry.prop.ts";
571
+ readonly vocabulary: readonly ["ValueProp", "LabelProp"];
572
+ };
447
573
  readonly SearchSelectProp: {
448
574
  readonly group: "data-entry";
449
575
  readonly file: "components/data-entry.prop.ts";
450
- readonly vocabulary: readonly ["ValueProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
576
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
451
577
  readonly note: "Deprecated — the searchable engine behind `<Select options showSearch>`; prefer Select.";
452
578
  };
453
579
  readonly SelectDataProp: {
454
580
  readonly group: "data-entry";
455
581
  readonly file: "components/data-entry.prop.ts";
456
- readonly vocabulary: readonly ["ValueProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
582
+ readonly vocabulary: readonly ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "EmptyMessageProp", "DisabledProp", "NameProp", "IdProp", "ClassNameProp"];
457
583
  readonly note: "Ant-style data-driven form of Select (options|loadOptions + showSearch). One Select for all single-selects.";
458
584
  };
459
585
  readonly SearchSelectOptionProp: {
460
586
  readonly group: "data-entry";
461
587
  readonly file: "components/data-entry.prop.ts";
462
- readonly vocabulary: readonly [];
588
+ readonly vocabulary: readonly ["ValueProp", "LabelProp", "DisabledProp"];
463
589
  };
464
590
  readonly SearchSelectLoadParamsProp: {
465
591
  readonly group: "data-entry";
@@ -474,7 +600,7 @@ declare const COMPONENT_PROP_REGISTRY: {
474
600
  readonly UploadProp: {
475
601
  readonly group: "data-entry";
476
602
  readonly file: "components/data-entry.prop.ts";
477
- readonly vocabulary: readonly ["DisabledProp", "ClassNameProp"];
603
+ readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp", "ClassNameProp"];
478
604
  };
479
605
  readonly UploadFileItemProp: {
480
606
  readonly group: "data-entry";
@@ -489,22 +615,22 @@ declare const COMPONENT_PROP_REGISTRY: {
489
615
  readonly TreeOptionProp: {
490
616
  readonly group: "data-entry";
491
617
  readonly file: "components/data-entry.prop.ts";
492
- readonly vocabulary: readonly [];
618
+ readonly vocabulary: readonly ["ValueProp", "LabelProp", "DisabledProp", "ChildrenProp"];
493
619
  };
494
620
  readonly TreeFieldNamesProp: {
495
621
  readonly group: "data-entry";
496
622
  readonly file: "components/data-entry.prop.ts";
497
- readonly vocabulary: readonly [];
623
+ readonly vocabulary: readonly ["LabelProp", "ValueProp", "ChildrenProp"];
498
624
  };
499
625
  readonly CascaderProp: {
500
626
  readonly group: "data-entry";
501
627
  readonly file: "components/data-entry.prop.ts";
502
- readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
628
+ readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
503
629
  };
504
630
  readonly TreeSelectProp: {
505
631
  readonly group: "data-entry";
506
632
  readonly file: "components/data-entry.prop.ts";
507
- readonly vocabulary: readonly ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
633
+ readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"];
508
634
  };
509
635
  readonly ShowCheckedStrategyProp: {
510
636
  readonly group: "data-entry";
@@ -519,52 +645,91 @@ declare const COMPONENT_PROP_REGISTRY: {
519
645
  readonly TransferItemProp: {
520
646
  readonly group: "data-entry";
521
647
  readonly file: "components/data-entry.prop.ts";
522
- readonly vocabulary: readonly [];
648
+ readonly vocabulary: readonly ["TitleProp", "DescriptionProp", "DisabledProp"];
523
649
  };
524
650
  readonly EmptyStateProp: {
525
651
  readonly group: "data-display";
526
652
  readonly file: "components/data-display.prop.ts";
527
653
  readonly vocabulary: readonly ["IconProp", "TitleProp", "DescriptionProp", "ActionProp"];
528
654
  };
529
- readonly KeyValueGridProp: {
655
+ readonly DescriptionsProp: {
530
656
  readonly group: "data-display";
531
657
  readonly file: "components/data-display.prop.ts";
532
- readonly vocabulary: readonly [];
658
+ readonly vocabulary: readonly ["ClassNameProp"];
533
659
  };
534
- readonly StatusBadgeProp: {
660
+ readonly DescriptionsItemProp: {
535
661
  readonly group: "data-display";
536
662
  readonly file: "components/data-display.prop.ts";
537
- readonly vocabulary: readonly ["StatusToneProp"];
663
+ readonly vocabulary: readonly ["LabelProp", "ValueProp"];
538
664
  };
539
- readonly DataTableProp: {
665
+ readonly BadgeProp: {
540
666
  readonly group: "data-display";
541
667
  readonly file: "components/data-display.prop.ts";
542
- readonly vocabulary: readonly ["ColumnDefProp", "TableDensityProp", "SortStateProp", "SelectedIdsProp"];
668
+ readonly vocabulary: readonly ["ToneProp", "ChildrenProp", "ClassNameProp"];
543
669
  };
544
- readonly BadgeProp: {
670
+ readonly DataTableProp: {
545
671
  readonly group: "data-display";
546
672
  readonly file: "components/data-display.prop.ts";
547
- readonly vocabulary: readonly [];
673
+ readonly vocabulary: readonly ["ColumnDefProp", "DensityProp", "SortStateProp", "SelectedIdsProp"];
548
674
  };
549
675
  readonly DialogConfirmProp: {
550
676
  readonly group: "feedback";
551
677
  readonly file: "components/feedback.prop.ts";
552
- readonly vocabulary: readonly ["OpenProp", "OnOpenChangeProp", "TitleProp", "DescriptionProp", "ConfirmLabelProp", "CancelLabelProp", "ConfirmVariantProp", "HandlerProp", "PendingProp"];
678
+ readonly vocabulary: readonly ["OpenProp", "OnOpenChangeProp", "TitleProp", "DescriptionProp", "ConfirmLabelProp", "CancelLabelProp", "ConfirmVariantProp", "OnValueChangeProp", "PendingProp"];
679
+ };
680
+ readonly AlertDialogProp: {
681
+ readonly group: "feedback";
682
+ readonly file: "components/feedback.prop.ts";
683
+ readonly vocabulary: readonly ["OpenProp", "OnOpenChangeProp", "TitleProp", "DescriptionProp", "ConfirmLabelProp", "CancelLabelProp", "ConfirmVariantProp", {
684
+ readonly field: "confirmPhrase";
685
+ readonly local: true;
686
+ readonly reason: "Destructive-dialog type-to-confirm friction phrase.";
687
+ }, "HandlerProp", {
688
+ readonly field: "keepOpenOnConfirm";
689
+ readonly local: true;
690
+ readonly reason: "AlertDialog-specific async completion behavior.";
691
+ }, "PendingProp"];
553
692
  };
554
693
  readonly DataStateProp: {
555
694
  readonly group: "query";
556
695
  readonly file: "components/query.prop.ts";
557
696
  readonly vocabulary: readonly ["HandlerProp"];
558
697
  };
698
+ readonly AlertMutationFeedbackProp: {
699
+ readonly group: "query";
700
+ readonly file: "components/query.prop.ts";
701
+ readonly vocabulary: readonly [{
702
+ readonly field: "mutation";
703
+ readonly local: true;
704
+ readonly reason: "TanStack mutation lifecycle object consumed by this helper.";
705
+ }, "HandlerProp", {
706
+ readonly field: "showRetry";
707
+ readonly local: true;
708
+ readonly reason: "Query helper retry affordance toggle.";
709
+ }, {
710
+ readonly field: "pending";
711
+ readonly local: true;
712
+ readonly reason: "Inline pending ReactNode slot, not boolean PendingProp state.";
713
+ }, "ClassNameProp"];
714
+ };
559
715
  readonly MutationFeedbackProp: {
560
716
  readonly group: "query";
561
717
  readonly file: "components/query.prop.ts";
562
- readonly vocabulary: readonly ["HandlerProp"];
718
+ readonly vocabulary: readonly ["OnValueChangeProp"];
719
+ };
720
+ readonly ButtonRefetchProp: {
721
+ readonly group: "query";
722
+ readonly file: "components/query.prop.ts";
723
+ readonly vocabulary: readonly [{
724
+ readonly field: "query";
725
+ readonly local: true;
726
+ readonly reason: "TanStack query refetch handle consumed by this helper.";
727
+ }, "LabelProp"];
563
728
  };
564
729
  readonly QueryRefetchButtonProp: {
565
730
  readonly group: "query";
566
731
  readonly file: "components/query.prop.ts";
567
- readonly vocabulary: readonly [];
732
+ readonly vocabulary: readonly ["LabelProp", "ClassNameProp"];
568
733
  };
569
734
  readonly InfiniteQueryStateProp: {
570
735
  readonly group: "query";
@@ -584,7 +749,7 @@ declare const COMPONENT_PROP_REGISTRY: {
584
749
  readonly AlertProp: {
585
750
  readonly group: "feedback";
586
751
  readonly file: "components/feedback.prop.ts";
587
- readonly vocabulary: readonly ["AlertVariantProp", "IconProp", "HandlerProp", "ClassNameProp", "ChildrenProp"];
752
+ readonly vocabulary: readonly ["AlertVariantProp", "ToneProp", "IconProp", "OnValueChangeProp", "ClassNameProp", "ChildrenProp"];
588
753
  };
589
754
  readonly AlertTitleProp: {
590
755
  readonly group: "feedback";
@@ -621,6 +786,16 @@ declare const COMPONENT_PROP_REGISTRY: {
621
786
  readonly file: "components/navigation.prop.ts";
622
787
  readonly vocabulary: readonly ["LabelProp", "ChildrenProp"];
623
788
  };
789
+ readonly ToolbarProp: {
790
+ readonly group: "navigation";
791
+ readonly file: "components/navigation.prop.ts";
792
+ readonly vocabulary: readonly ["OnClearFiltersProp", "HasActiveFiltersProp", "ClassNameProp", "ChildrenProp"];
793
+ };
794
+ readonly ToolbarGroupProp: {
795
+ readonly group: "navigation";
796
+ readonly file: "components/navigation.prop.ts";
797
+ readonly vocabulary: readonly ["LabelProp", "ClassNameProp", "ChildrenProp"];
798
+ };
624
799
  readonly PaginationProp: {
625
800
  readonly group: "navigation";
626
801
  readonly file: "components/navigation.prop.ts";
@@ -629,33 +804,48 @@ declare const COMPONENT_PROP_REGISTRY: {
629
804
  readonly StepsProp: {
630
805
  readonly group: "navigation";
631
806
  readonly file: "components/navigation.prop.ts";
632
- readonly vocabulary: readonly ["ClassNameProp"];
807
+ readonly vocabulary: readonly ["SizeProp", "OnValueChangeProp", "ClassNameProp"];
633
808
  };
634
809
  readonly StepItemProp: {
635
810
  readonly group: "navigation";
636
811
  readonly file: "components/navigation.prop.ts";
637
- readonly vocabulary: readonly [];
812
+ readonly vocabulary: readonly ["TitleProp", "DescriptionProp", "IconProp", "DisabledProp"];
638
813
  };
639
814
  readonly StepStatusProp: {
640
815
  readonly group: "navigation";
641
816
  readonly file: "components/navigation.prop.ts";
642
817
  readonly vocabulary: readonly [];
643
818
  };
644
- readonly TabsItemsProp: {
819
+ readonly TabsProp: {
645
820
  readonly group: "navigation";
646
821
  readonly file: "components/navigation.prop.ts";
647
- readonly vocabulary: readonly ["ClassNameProp"];
822
+ readonly vocabulary: readonly ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "ClassNameProp"];
648
823
  };
649
824
  readonly TabItemProp: {
650
825
  readonly group: "navigation";
651
826
  readonly file: "components/navigation.prop.ts";
652
- readonly vocabulary: readonly [];
827
+ readonly vocabulary: readonly ["ValueProp", "LabelProp", "ChildrenProp", "DisabledProp"];
653
828
  };
654
829
  readonly FormRootProp: {
655
830
  readonly group: "form";
656
831
  readonly file: "components/form.prop.ts";
657
832
  readonly vocabulary: readonly ["UseZodFormReturnProp", "ZodSchemaProp"];
658
833
  };
834
+ readonly ZodSchemaProp: {
835
+ readonly group: "form";
836
+ readonly file: "components/form.prop.ts";
837
+ readonly vocabulary: readonly ["ZodSchemaProp"];
838
+ };
839
+ readonly UseZodFormReturnProp: {
840
+ readonly group: "form";
841
+ readonly file: "components/form.prop.ts";
842
+ readonly vocabulary: readonly ["UseZodFormReturnProp"];
843
+ };
844
+ readonly FieldErrorMessageProp: {
845
+ readonly group: "form";
846
+ readonly file: "components/form.prop.ts";
847
+ readonly vocabulary: readonly ["FieldErrorMessageProp"];
848
+ };
659
849
  readonly FormFieldControlProp: {
660
850
  readonly group: "form";
661
851
  readonly file: "components/form.prop.ts";
@@ -673,7 +863,7 @@ declare const PROP_ALIASES_FORBIDDEN: {
673
863
  readonly description: "Use SubtitleProp (pages) or DescriptionProp (dialogs/empty states)";
674
864
  readonly actions: "Use ExtraProp (page header) or ActionsProp (toolbars)";
675
865
  readonly density: "Disambiguate: PageDensityProp vs TableDensityProp";
676
- readonly gap: "Disambiguate: StackGapProp vs InlineGapProp";
866
+ readonly gap: "Use GapProp; document any component-specific subset with a registry reason";
677
867
  readonly onClear: "Use OnClearFiltersProp";
678
868
  readonly pending: "Use PendingProp";
679
869
  readonly loading: "Use PendingProp or DataStateProp (query group)";
@@ -1 +1 @@
1
- export { COMPONENT_PROP_REGISTRY, PROP_ALIASES_FORBIDDEN, VOCABULARY_REGISTRY } from '../chunk-BM5LIDCS.js';
1
+ export { COMPONENT_PROP_REGISTRY, PROP_ALIASES_FORBIDDEN, VOCABULARY_REGISTRY } from '../chunk-C5H655GK.js';
@@ -1,7 +1,7 @@
1
- export { A as AsChildProp, C as ChildrenProp, a as ClassNameProp, D as DisabledProp, E as ErrorProp, H as HandlerProp, b as HelperProp, I as IdProp, L as LabelProp, N as NameProp, O as OnChangeProp, c as OnClickProp, d as OnOpenChangeProp, e as OpenProp, P as PendingProp, f as PlaceholderProp, R as RequiredProp, V as ValueProp } from '../../shared.prop-BNRJc9K0.js';
1
+ export { A as AsChildProp, C as ChildrenProp, a as ClassNameProp, D as DefaultOpenProp, b as DefaultValueProp, c as DisabledProp, E as ErrorProp, H as HandlerProp, d as HelperProp, I as IdProp, L as LabelProp, N as NameProp, O as OnChangeProp, e as OnClickProp, f as OnOpenChangeProp, g as OnValueChangeProp, h as OpenProp, P as PendingProp, i as PlaceholderProp, R as RequiredProp, V as ValueProp } from '../../shared.prop-BsNSXeqD.js';
2
2
  export { A as ActionProp, a as ActionsProp, C as CancelLabelProp, b as ConfirmLabelProp, D as DescriptionProp, E as EmptyMessageProp, c as ExtraProp, F as FooterProp, I as IconProp, S as SubtitleProp, T as TitleProp } from '../../content.prop-DrV_zDy-.js';
3
- export { D as DensityProp, G as GapProp, I as InlineGapProp, P as PageContainerVariantProp, a as PageDensityProp, S as StackGapProp, T as TableDensityProp } from '../../layout.prop-4TCNvyQZ.js';
4
- export { A as AlertVariantProp, B as ButtonSizeProp, a as ButtonVariantProp, C as ColumnAlignProp, b as ConfirmVariantProp, S as SortDirectionProp, c as SortStateProp, d as StatusToneProp } from '../../interaction.prop-Cdn7wOtq.js';
5
- export { B as BreadcrumbItemProp, a as BreadcrumbProp, P as PageTitleProp } from '../../navigation.prop-Hu7s7MJa.js';
6
- export { C as ColumnDefProp, G as GetRowIdProp, H as HasActiveFiltersProp, O as OnClearFiltersProp, a as OnRowClickProp, b as OnSearchChangeProp, c as OnSelectChangeProp, d as OnSortChangeProp, e as OnTableDensityChangeProp, S as SelectedIdsProp } from '../../data.prop-BmLaGLb7.js';
3
+ export { D as DensityProp, G as GapProp, P as PageContainerVariantProp, a as PageDensityProp, T as TableDensityProp } from '../../layout.prop-CXvl2rVR.js';
4
+ export { A as AlertVariantProp, B as ButtonSizeProp, a as ButtonVariantProp, C as ColumnAlignProp, b as ConfirmVariantProp, S as SizeProp, c as SortDirectionProp, d as SortStateProp, T as ToneProp } from '../../interaction.prop-DSFizzP6.js';
5
+ export { B as BreadcrumbItemProp, a as BreadcrumbProp } from '../../navigation.prop-BKlxd-j7.js';
6
+ export { C as ColumnDefProp, G as GetRowIdProp, H as HasActiveFiltersProp, O as OnClearFiltersProp, a as OnRowClickProp, b as OnSearchChangeProp, c as OnSelectChangeProp, d as OnSortChangeProp, e as OnTableDensityChangeProp, S as SelectedIdsProp } from '../../data.prop-DMYMNl6L.js';
7
7
  import 'react';