@godxjp/ui 7.0.0 → 8.1.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 (157) hide show
  1. package/dist/app/index.d.ts +2 -2
  2. package/dist/{app.prop-IobwLwaM.d.ts → app.prop-DnIXFzLi.d.ts} +9 -9
  3. package/dist/{checkbox-CK2mYEpD.d.ts → checkbox-ChRsR7Nk.d.ts} +2 -2
  4. package/dist/{chunk-3UGU5TYP.js → chunk-25RYBC5T.js} +2 -2
  5. package/dist/{chunk-CQBADMFG.js → chunk-26CPAKUP.js} +3 -2
  6. package/dist/{chunk-TT2L7JM6.js → chunk-3TS3G4U3.js} +3 -3
  7. package/dist/{chunk-ZS6DTAM2.js → chunk-4MMIMZMK.js} +1 -1
  8. package/dist/{chunk-6TSU4IHV.js → chunk-4R7RQDXI.js} +23 -21
  9. package/dist/{chunk-OXKY5QMK.js → chunk-6QXQQAOQ.js} +6 -6
  10. package/dist/{chunk-JJCGMCTL.js → chunk-A22MCA3X.js} +6 -6
  11. package/dist/{chunk-VXXKR5U4.js → chunk-A7PKMT7Y.js} +4 -4
  12. package/dist/{chunk-HKQITNB3.js → chunk-AINW5WYN.js} +5 -4
  13. package/dist/{chunk-OGFWIXRO.js → chunk-C5H655GK.js} +218 -53
  14. package/dist/{chunk-ZLK5SPT6.js → chunk-EOTOCNT7.js} +1 -1
  15. package/dist/{chunk-ARDVPIF4.js → chunk-G2WYOCDL.js} +5 -5
  16. package/dist/{chunk-V6UWJKZF.js → chunk-HTEL5DQI.js} +1 -1
  17. package/dist/{chunk-ICM6XBST.js → chunk-IBK5D2Q6.js} +2 -1
  18. package/dist/{chunk-IK7I3ABN.js → chunk-IOGU3ZWF.js} +2 -2
  19. package/dist/chunk-KKMQLQ7F.js +137 -0
  20. package/dist/{chunk-HJEBRCXL.js → chunk-M4PZNAMV.js} +1 -0
  21. package/dist/{chunk-2QG3OVAD.js → chunk-N43OKOFT.js} +7 -5
  22. package/dist/{chunk-ZR2TIBPG.js → chunk-NG23LVTM.js} +4 -4
  23. package/dist/{chunk-E76QIYSY.js → chunk-O24Z3ULJ.js} +4 -4
  24. package/dist/{chunk-L6J44O74.js → chunk-OJZ6C2HM.js} +2 -2
  25. package/dist/{chunk-2HLWHQJA.js → chunk-P4HFJQID.js} +5 -4
  26. package/dist/{chunk-EXBWDW5E.js → chunk-RGIYKJPW.js} +7 -7
  27. package/dist/{chunk-ZKIAZDVU.js → chunk-RGPF3HU6.js} +4 -4
  28. package/dist/{chunk-FBHN6OO4.js → chunk-SKIRU7GC.js} +2 -2
  29. package/dist/{chunk-NTUHJ37K.js → chunk-SMWKD2HG.js} +9 -9
  30. package/dist/chunk-TILFZBTE.js +50 -0
  31. package/dist/{chunk-6UFKWOEW.js → chunk-TMDGV4CN.js} +15 -11
  32. package/dist/{chunk-7AMHT5Z5.js → chunk-UIYEAUWA.js} +30 -13
  33. package/dist/chunk-WFUIE252.js +61 -0
  34. package/dist/{chunk-25ZZ2W3M.js → chunk-WN52SCGE.js} +5 -5
  35. package/dist/{chunk-EQRQM6RF.js → chunk-WTVLZVBA.js} +28 -8
  36. package/dist/{chunk-Y3XBNUTD.js → chunk-XDUZ7JJL.js} +2 -2
  37. package/dist/{chunk-RVY4F7LK.js → chunk-XZM2GNAY.js} +7 -7
  38. package/dist/components/admin/index.d.ts +19 -19
  39. package/dist/components/admin/index.js +30 -30
  40. package/dist/components/data-display/badge.d.ts +7 -4
  41. package/dist/components/data-display/badge.js +2 -2
  42. package/dist/components/data-display/card.d.ts +2 -2
  43. package/dist/components/data-display/index.d.ts +18 -7
  44. package/dist/components/data-display/index.js +65 -12
  45. package/dist/components/data-display/table.js +2 -2
  46. package/dist/components/data-entry/autocomplete.d.ts +5 -5
  47. package/dist/components/data-entry/autocomplete.js +6 -6
  48. package/dist/components/data-entry/calendar.d.ts +5 -5
  49. package/dist/components/data-entry/calendar.js +3 -3
  50. package/dist/components/data-entry/cascader.d.ts +6 -6
  51. package/dist/components/data-entry/cascader.js +7 -7
  52. package/dist/components/data-entry/checkbox.d.ts +6 -6
  53. package/dist/components/data-entry/checkbox.js +2 -2
  54. package/dist/components/data-entry/color-picker.d.ts +6 -6
  55. package/dist/components/data-entry/color-picker.js +2 -2
  56. package/dist/components/data-entry/command.d.ts +11 -11
  57. package/dist/components/data-entry/command.js +2 -2
  58. package/dist/components/data-entry/date-picker.d.ts +6 -6
  59. package/dist/components/data-entry/date-picker.js +5 -5
  60. package/dist/components/data-entry/date-range-picker.d.ts +6 -6
  61. package/dist/components/data-entry/date-range-picker.js +5 -5
  62. package/dist/components/data-entry/index.d.ts +50 -22
  63. package/dist/components/data-entry/index.js +25 -83
  64. package/dist/components/data-entry/radio.d.ts +5 -5
  65. package/dist/components/data-entry/radio.js +2 -2
  66. package/dist/components/data-entry/select.d.ts +5 -5
  67. package/dist/components/data-entry/select.js +6 -6
  68. package/dist/components/data-entry/slider.d.ts +5 -5
  69. package/dist/components/data-entry/switch.d.ts +5 -5
  70. package/dist/components/data-entry/textarea.js +2 -2
  71. package/dist/components/data-entry/time-picker.d.ts +6 -6
  72. package/dist/components/data-entry/time-picker.js +3 -3
  73. package/dist/components/data-entry/transfer.d.ts +7 -7
  74. package/dist/components/data-entry/transfer.js +4 -4
  75. package/dist/components/data-entry/tree-select.d.ts +6 -6
  76. package/dist/components/data-entry/tree-select.js +7 -7
  77. package/dist/components/data-entry/upload.d.ts +7 -7
  78. package/dist/components/data-entry/upload.js +5 -5
  79. package/dist/components/feedback/alert.d.ts +7 -5
  80. package/dist/components/feedback/alert.js +3 -3
  81. package/dist/components/feedback/dialog.d.ts +9 -6
  82. package/dist/components/feedback/dialog.js +2 -2
  83. package/dist/components/feedback/index.d.ts +24 -8
  84. package/dist/components/feedback/index.js +7 -6
  85. package/dist/components/general/button.d.ts +4 -4
  86. package/dist/components/general/button.js +1 -1
  87. package/dist/components/general/index.d.ts +3 -3
  88. package/dist/components/general/index.js +1 -1
  89. package/dist/components/layout/index.d.ts +10 -9
  90. package/dist/components/layout/index.js +3 -3
  91. package/dist/components/navigation/index.d.ts +13 -13
  92. package/dist/components/navigation/index.js +9 -9
  93. package/dist/components/navigation/pagination.d.ts +5 -5
  94. package/dist/components/navigation/pagination.js +7 -7
  95. package/dist/components/navigation/steps.d.ts +6 -6
  96. package/dist/components/navigation/steps.js +2 -2
  97. package/dist/components/query/index.d.ts +12 -7
  98. package/dist/components/query/index.js +4 -4
  99. package/dist/components/ui/index.d.ts +12 -12
  100. package/dist/components/ui/index.js +30 -30
  101. package/dist/{data-display.prop-CXP9Jfdn.d.ts → data-display.prop-Cf2p9QC4.d.ts} +6 -5
  102. package/dist/{data-entry.prop-CpSx5dX6.d.ts → data-entry.prop-CDkOajPj.d.ts} +38 -28
  103. package/dist/{data-table-C5lcmAwE.d.ts → data-table-B_q7j992.d.ts} +4 -4
  104. package/dist/{data.prop-BmLaGLb7.d.ts → data.prop-DMYMNl6L.d.ts} +2 -2
  105. package/dist/{feedback.prop-BnBpUzNK.d.ts → feedback.prop-BR5JOpPl.d.ts} +8 -5
  106. package/dist/filter-bar-DvVXm_d1.d.ts +14 -0
  107. package/dist/form/index.d.ts +3 -3
  108. package/dist/{form.prop-BHgpuFFm.d.ts → form.prop-Bc6r6JJW.d.ts} +1 -1
  109. package/dist/{general.prop-D7brMPNL.d.ts → general.prop-DoHDCRmL.d.ts} +2 -2
  110. package/dist/index.d.ts +22 -22
  111. package/dist/index.js +43 -30
  112. package/dist/inline-DqfYlGKj.d.ts +18 -0
  113. package/dist/{interaction.prop-Cdn7wOtq.d.ts → interaction.prop-DSFizzP6.d.ts} +8 -6
  114. package/dist/{layout.prop-MwHm4-Zl.d.ts → layout.prop-Baq9muDN.d.ts} +27 -13
  115. package/dist/layout.prop-CXvl2rVR.d.ts +16 -0
  116. package/dist/{navigation.prop-DAH4ysXj.d.ts → navigation.prop-8DgElO0c.d.ts} +12 -8
  117. package/dist/{navigation.prop-Hu7s7MJa.d.ts → navigation.prop-BKlxd-j7.d.ts} +2 -5
  118. package/dist/props/components/index.d.ts +14 -14
  119. package/dist/props/index.d.ts +14 -14
  120. package/dist/props/index.js +1 -1
  121. package/dist/props/registry.d.ts +251 -56
  122. package/dist/props/registry.js +1 -1
  123. package/dist/props/vocabulary/index.d.ts +5 -5
  124. package/dist/{query.prop-hIPrk2zI.d.ts → query.prop-DuODxsiU.d.ts} +12 -8
  125. package/dist/{search-input-rR2XDrjv.d.ts → search-input-cezAxpgb.d.ts} +7 -2
  126. package/dist/{shared.prop-BNRJc9K0.d.ts → shared.prop-BsNSXeqD.d.ts} +9 -3
  127. package/dist/{skeleton-CqFO4dRc.d.ts → skeleton-uWAjSacg.d.ts} +4 -2
  128. package/dist/styles/alert-layout.css +38 -18
  129. package/dist/styles/badge-layout.css +2 -2
  130. package/dist/styles/card-layout.css +5 -5
  131. package/dist/styles/control.css +31 -0
  132. package/dist/styles/data-display-layout.css +25 -0
  133. package/dist/styles/density.css +10 -10
  134. package/dist/styles/dialog-layout.css +4 -4
  135. package/dist/styles/feedback-layout.css +17 -0
  136. package/dist/styles/index.css +6 -9
  137. package/dist/styles/layout.css +95 -14
  138. package/dist/styles/table-layout.css +3 -3
  139. package/dist/theme/example.service.css +0 -5
  140. package/dist/tokens/base.css +7 -7
  141. package/dist/tokens/components/badge.css +7 -0
  142. package/dist/tokens/{primitives → components}/card.css +2 -3
  143. package/dist/tokens/{primitives → components}/control.css +10 -0
  144. package/dist/tokens/components/feedback.css +17 -0
  145. package/dist/tokens/{primitives → components}/table.css +2 -2
  146. package/dist/tokens/foundation.css +7 -22
  147. package/package.json +10 -4
  148. package/scripts/ui-audit.mjs +22 -0
  149. package/dist/chunk-S66TJXJU.js +0 -33
  150. package/dist/filter-bar-zSKz7YCR.d.ts +0 -10
  151. package/dist/inline-CV3A46np.d.ts +0 -10
  152. package/dist/layout.prop-4TCNvyQZ.d.ts +0 -20
  153. package/dist/tokens/primitives/badge.css +0 -13
  154. package/dist/tokens/primitives/feedback.css +0 -17
  155. /package/dist/{chunk-LDSLS6HE.js → chunk-HKD6ERY7.js} +0 -0
  156. /package/dist/tokens/{primitives → components}/navigation.css +0 -0
  157. /package/dist/tokens/{primitives → semantic}/layout.css +0 -0
@@ -21,6 +21,11 @@ var VOCABULARY_REGISTRY = {
21
21
  category: "shared",
22
22
  description: "Dialog/Sheet/Popover open state"
23
23
  },
24
+ DefaultOpenProp: {
25
+ file: "vocabulary/shared.prop.ts",
26
+ category: "shared",
27
+ description: "Dialog/Sheet/Popover initial uncontrolled open state"
28
+ },
24
29
  OnOpenChangeProp: {
25
30
  file: "vocabulary/shared.prop.ts",
26
31
  category: "shared",
@@ -71,7 +76,21 @@ var VOCABULARY_REGISTRY = {
71
76
  category: "shared",
72
77
  description: "Form field name"
73
78
  },
74
- ValueProp: { file: "vocabulary/shared.prop.ts", category: "shared", description: "String value" },
79
+ ValueProp: {
80
+ file: "vocabulary/shared.prop.ts",
81
+ category: "shared",
82
+ description: "Abstract controlled value"
83
+ },
84
+ DefaultValueProp: {
85
+ file: "vocabulary/shared.prop.ts",
86
+ category: "shared",
87
+ description: "Abstract uncontrolled initial value"
88
+ },
89
+ OnValueChangeProp: {
90
+ file: "vocabulary/shared.prop.ts",
91
+ category: "shared",
92
+ description: "Abstract value change handler"
93
+ },
75
94
  OnChangeProp: {
76
95
  file: "vocabulary/shared.prop.ts",
77
96
  category: "shared",
@@ -149,20 +168,20 @@ var VOCABULARY_REGISTRY = {
149
168
  category: "layout",
150
169
  description: "Page padding / control scale"
151
170
  },
152
- PageContainerVariantProp: {
171
+ DensityProp: {
153
172
  file: "vocabulary/layout.prop.ts",
154
173
  category: "layout",
155
- description: "Page shell layout \u2014 default, narrow, flush, ghost"
174
+ description: "Canonical page/subtree density"
156
175
  },
157
- StackGapProp: {
176
+ PageContainerVariantProp: {
158
177
  file: "vocabulary/layout.prop.ts",
159
178
  category: "layout",
160
- description: "Vertical Stack gap"
179
+ description: "Page shell layout \u2014 default, narrow, flush, ghost"
161
180
  },
162
- InlineGapProp: {
181
+ GapProp: {
163
182
  file: "vocabulary/layout.prop.ts",
164
183
  category: "layout",
165
- description: "Horizontal Inline gap"
184
+ description: "Shared gap scale; components may document subsets"
166
185
  },
167
186
  TableDensityProp: {
168
187
  file: "vocabulary/layout.prop.ts",
@@ -178,17 +197,22 @@ var VOCABULARY_REGISTRY = {
178
197
  ButtonSizeProp: {
179
198
  file: "vocabulary/interaction.prop.ts",
180
199
  category: "interaction",
181
- description: "Button size preset"
200
+ description: "Button size preset; includes documented icon-only subset"
201
+ },
202
+ SizeProp: {
203
+ file: "vocabulary/interaction.prop.ts",
204
+ category: "interaction",
205
+ description: "Shared size names xs | sm | md | lg"
182
206
  },
183
207
  ConfirmVariantProp: {
184
208
  file: "vocabulary/interaction.prop.ts",
185
209
  category: "interaction",
186
210
  description: "Dialog confirm emphasis"
187
211
  },
188
- StatusToneProp: {
212
+ ToneProp: {
189
213
  file: "vocabulary/interaction.prop.ts",
190
214
  category: "interaction",
191
- description: "Badge color tone"
215
+ description: "Semantic status/color intent"
192
216
  },
193
217
  AlertVariantProp: {
194
218
  file: "vocabulary/interaction.prop.ts",
@@ -221,10 +245,25 @@ var VOCABULARY_REGISTRY = {
221
245
  category: "navigation",
222
246
  description: "Breadcrumb trail array"
223
247
  },
224
- PageTitleProp: {
225
- file: "vocabulary/navigation.prop.ts",
226
- category: "navigation",
227
- description: "Alias of TitleProp in page context"
248
+ ZodSchemaProp: {
249
+ file: "components/form.prop.ts",
250
+ category: "form",
251
+ description: "Zod 4 schema passed to form helpers"
252
+ },
253
+ UseZodFormOptionsProp: {
254
+ file: "components/form.prop.ts",
255
+ category: "form",
256
+ description: "react-hook-form options accepted by useZodForm"
257
+ },
258
+ UseZodFormReturnProp: {
259
+ file: "components/form.prop.ts",
260
+ category: "form",
261
+ description: "react-hook-form return object from useZodForm"
262
+ },
263
+ FieldErrorMessageProp: {
264
+ file: "components/form.prop.ts",
265
+ category: "form",
266
+ description: "Mapped field error message displayed through FormField"
228
267
  },
229
268
  // data.prop.ts
230
269
  GetRowIdProp: {
@@ -279,21 +318,41 @@ var VOCABULARY_REGISTRY = {
279
318
  }
280
319
  };
281
320
  var COMPONENT_PROP_REGISTRY = {
321
+ AppProviderProp: { group: "app", file: "components/app.prop.ts", vocabulary: ["ChildrenProp"] },
322
+ LocalePickerProp: { group: "app", file: "components/app.prop.ts", vocabulary: ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"] },
323
+ TimezonePickerProp: { group: "app", file: "components/app.prop.ts", vocabulary: ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"] },
324
+ TimeFormatPickerProp: { group: "app", file: "components/app.prop.ts", vocabulary: ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"] },
325
+ DateFormatPickerProp: { group: "app", file: "components/app.prop.ts", vocabulary: ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp", "ClassNameProp"] },
282
326
  PageContainerProp: {
283
327
  group: "layout",
284
328
  file: "components/layout.prop.ts",
285
329
  vocabulary: [
286
- "PageTitleProp",
330
+ "TitleProp",
287
331
  "SubtitleProp",
288
332
  "ExtraProp",
289
333
  "FooterProp",
290
334
  "BreadcrumbProp",
291
- "PageDensityProp",
335
+ "DensityProp",
292
336
  "PageContainerVariantProp"
293
337
  ]
294
338
  },
295
- StackProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["StackGapProp"] },
296
- InlineProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["InlineGapProp"] },
339
+ StackProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["GapProp"] },
340
+ InlineProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["GapProp"] },
341
+ FlexDirectionProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
342
+ FlexAlignProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
343
+ FlexJustifyProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
344
+ FlexProp: {
345
+ group: "layout",
346
+ file: "components/layout.prop.ts",
347
+ vocabulary: [
348
+ { field: "direction", local: true, reason: "Flex-specific axis control." },
349
+ "GapProp",
350
+ { field: "align", local: true, reason: "Flex-specific align-items keyword subset." },
351
+ { field: "justify", local: true, reason: "Flex-specific justify-content keyword subset." },
352
+ { field: "wrap", local: true, reason: "Flex-specific boolean shorthand for flex-wrap." }
353
+ ]
354
+ },
355
+ ResponsiveGridColumnsProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
297
356
  PageInsetProp: {
298
357
  group: "layout",
299
358
  file: "components/layout.prop.ts",
@@ -304,17 +363,17 @@ var COMPONENT_PROP_REGISTRY = {
304
363
  file: "components/layout.prop.ts",
305
364
  vocabulary: ["ChildrenProp"]
306
365
  },
307
- SidebarProductProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
308
- SidebarItemProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
309
- SidebarSectionProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
310
- SidebarProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
311
- TopbarProductProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
312
- TopbarProjectProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
313
- TopbarProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: [] },
366
+ SidebarProductProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["LabelProp"] },
367
+ SidebarItemProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["IdProp", "LabelProp", "DisabledProp", "ChildrenProp"] },
368
+ SidebarSectionProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["LabelProp"] },
369
+ SidebarProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["IdProp", "OnValueChangeProp", "ChildrenProp"] },
370
+ TopbarProductProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["LabelProp"] },
371
+ TopbarProjectProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["LabelProp"] },
372
+ TopbarProp: { group: "layout", file: "components/layout.prop.ts", vocabulary: ["ChildrenProp", "OnOpenChangeProp", "OnValueChangeProp"] },
314
373
  PageHeaderProp: {
315
374
  group: "layout",
316
375
  file: "components/layout.prop.ts",
317
- vocabulary: ["PageTitleProp", "SubtitleProp", "ExtraProp", "BreadcrumbProp"],
376
+ vocabulary: ["TitleProp", "SubtitleProp", "ExtraProp", "BreadcrumbProp"],
318
377
  deprecated: true
319
378
  },
320
379
  ButtonProp: {
@@ -322,7 +381,7 @@ var COMPONENT_PROP_REGISTRY = {
322
381
  file: "components/general.prop.ts",
323
382
  vocabulary: [
324
383
  "ButtonVariantProp",
325
- "ButtonSizeProp",
384
+ "SizeProp",
326
385
  "AsChildProp",
327
386
  "DisabledProp",
328
387
  "OnClickProp"
@@ -356,29 +415,49 @@ var COMPONENT_PROP_REGISTRY = {
356
415
  CheckboxGroupProp: {
357
416
  group: "data-entry",
358
417
  file: "components/data-entry.prop.ts",
359
- vocabulary: ["DisabledProp"]
418
+ vocabulary: ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"]
360
419
  },
361
- ChoiceOptionProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
420
+ ChoiceOptionProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: ["LabelProp", "ValueProp", "DisabledProp", "DescriptionProp"] },
362
421
  RadioProp: {
363
422
  group: "data-entry",
364
423
  file: "components/data-entry.prop.ts",
365
- vocabulary: ["DisabledProp"]
424
+ vocabulary: ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"]
366
425
  },
367
426
  RadioGroupProp: {
368
427
  group: "data-entry",
369
428
  file: "components/data-entry.prop.ts",
370
- vocabulary: ["DisabledProp"]
429
+ vocabulary: ["SizeProp", "DisabledProp"]
371
430
  },
372
431
  SwitchProp: {
373
432
  group: "data-entry",
374
433
  file: "components/data-entry.prop.ts",
375
434
  vocabulary: ["DisabledProp"]
376
435
  },
436
+ FieldProp: {
437
+ group: "data-entry",
438
+ file: "components/data-entry.prop.ts",
439
+ vocabulary: ["IdProp", "LabelProp", "DescriptionProp", "ClassNameProp", "ChildrenProp"]
440
+ },
377
441
  ChoiceFieldProp: {
378
442
  group: "data-entry",
379
443
  file: "components/data-entry.prop.ts",
380
444
  vocabulary: ["IdProp", "LabelProp", "ClassNameProp"]
381
445
  },
446
+ CountryOptionProp: {
447
+ group: "data-entry",
448
+ file: "components/data-entry.prop.ts",
449
+ vocabulary: ["LabelProp", "ValueProp"]
450
+ },
451
+ CountryOptionLabelProp: {
452
+ group: "data-entry",
453
+ file: "components/data-entry.prop.ts",
454
+ vocabulary: ["ClassNameProp"]
455
+ },
456
+ CountrySelectProp: {
457
+ group: "data-entry",
458
+ file: "components/data-entry.prop.ts",
459
+ vocabulary: ["IdProp", "NameProp", "DefaultValueProp", "RequiredProp", "PlaceholderProp"]
460
+ },
382
461
  SliderProp: {
383
462
  group: "data-entry",
384
463
  file: "components/data-entry.prop.ts",
@@ -388,22 +467,22 @@ var COMPONENT_PROP_REGISTRY = {
388
467
  DatePickerProp: {
389
468
  group: "data-entry",
390
469
  file: "components/data-entry.prop.ts",
391
- vocabulary: ["PlaceholderProp", "DisabledProp", "IdProp"]
470
+ vocabulary: ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "IdProp"]
392
471
  },
393
472
  DateRangePickerProp: {
394
473
  group: "data-entry",
395
474
  file: "components/data-entry.prop.ts",
396
- vocabulary: ["PlaceholderProp", "DisabledProp", "IdProp"]
475
+ vocabulary: ["ValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "IdProp"]
397
476
  },
398
477
  TimePickerProp: {
399
478
  group: "data-entry",
400
479
  file: "components/data-entry.prop.ts",
401
- vocabulary: ["DisabledProp"]
480
+ vocabulary: ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp"]
402
481
  },
403
482
  ColorPickerProp: {
404
483
  group: "data-entry",
405
484
  file: "components/data-entry.prop.ts",
406
- vocabulary: ["DisabledProp", "IdProp"]
485
+ vocabulary: ["ValueProp", "OnValueChangeProp", "DisabledProp", "IdProp"]
407
486
  },
408
487
  AutocompleteProp: {
409
488
  group: "data-entry",
@@ -411,6 +490,7 @@ var COMPONENT_PROP_REGISTRY = {
411
490
  vocabulary: [
412
491
  "PlaceholderProp",
413
492
  "ValueProp",
493
+ "OnValueChangeProp",
414
494
  "DisabledProp",
415
495
  "IdProp",
416
496
  "EmptyMessageProp",
@@ -418,11 +498,17 @@ var COMPONENT_PROP_REGISTRY = {
418
498
  ],
419
499
  note: "Deprecated \u2014 a thin wrapper over SearchSelect (static options)."
420
500
  },
501
+ AutocompleteOptionProp: {
502
+ group: "data-entry",
503
+ file: "components/data-entry.prop.ts",
504
+ vocabulary: ["ValueProp", "LabelProp"]
505
+ },
421
506
  SearchSelectProp: {
422
507
  group: "data-entry",
423
508
  file: "components/data-entry.prop.ts",
424
509
  vocabulary: [
425
510
  "ValueProp",
511
+ "OnValueChangeProp",
426
512
  "PlaceholderProp",
427
513
  "EmptyMessageProp",
428
514
  "DisabledProp",
@@ -437,6 +523,7 @@ var COMPONENT_PROP_REGISTRY = {
437
523
  file: "components/data-entry.prop.ts",
438
524
  vocabulary: [
439
525
  "ValueProp",
526
+ "OnValueChangeProp",
440
527
  "PlaceholderProp",
441
528
  "EmptyMessageProp",
442
529
  "DisabledProp",
@@ -449,7 +536,7 @@ var COMPONENT_PROP_REGISTRY = {
449
536
  SearchSelectOptionProp: {
450
537
  group: "data-entry",
451
538
  file: "components/data-entry.prop.ts",
452
- vocabulary: []
539
+ vocabulary: ["ValueProp", "LabelProp", "DisabledProp"]
453
540
  },
454
541
  SearchSelectLoadParamsProp: {
455
542
  group: "data-entry",
@@ -464,7 +551,7 @@ var COMPONENT_PROP_REGISTRY = {
464
551
  UploadProp: {
465
552
  group: "data-entry",
466
553
  file: "components/data-entry.prop.ts",
467
- vocabulary: ["DisabledProp", "ClassNameProp"]
554
+ vocabulary: ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "DisabledProp", "ClassNameProp"]
468
555
  },
469
556
  UploadFileItemProp: {
470
557
  group: "data-entry",
@@ -472,21 +559,25 @@ var COMPONENT_PROP_REGISTRY = {
472
559
  vocabulary: []
473
560
  },
474
561
  UploadVariantProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
475
- TreeOptionProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
562
+ TreeOptionProp: {
563
+ group: "data-entry",
564
+ file: "components/data-entry.prop.ts",
565
+ vocabulary: ["ValueProp", "LabelProp", "DisabledProp", "ChildrenProp"]
566
+ },
476
567
  TreeFieldNamesProp: {
477
568
  group: "data-entry",
478
569
  file: "components/data-entry.prop.ts",
479
- vocabulary: []
570
+ vocabulary: ["LabelProp", "ValueProp", "ChildrenProp"]
480
571
  },
481
572
  CascaderProp: {
482
573
  group: "data-entry",
483
574
  file: "components/data-entry.prop.ts",
484
- vocabulary: ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"]
575
+ vocabulary: ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"]
485
576
  },
486
577
  TreeSelectProp: {
487
578
  group: "data-entry",
488
579
  file: "components/data-entry.prop.ts",
489
- vocabulary: ["PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"]
580
+ vocabulary: ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "PlaceholderProp", "DisabledProp", "ClassNameProp", "IdProp"]
490
581
  },
491
582
  ShowCheckedStrategyProp: {
492
583
  group: "data-entry",
@@ -498,7 +589,11 @@ var COMPONENT_PROP_REGISTRY = {
498
589
  file: "components/data-entry.prop.ts",
499
590
  vocabulary: ["DisabledProp", "ClassNameProp"]
500
591
  },
501
- TransferItemProp: { group: "data-entry", file: "components/data-entry.prop.ts", vocabulary: [] },
592
+ TransferItemProp: {
593
+ group: "data-entry",
594
+ file: "components/data-entry.prop.ts",
595
+ vocabulary: ["TitleProp", "DescriptionProp", "DisabledProp"]
596
+ },
502
597
  EmptyStateProp: {
503
598
  group: "data-display",
504
599
  file: "components/data-display.prop.ts",
@@ -507,17 +602,22 @@ var COMPONENT_PROP_REGISTRY = {
507
602
  DescriptionsProp: {
508
603
  group: "data-display",
509
604
  file: "components/data-display.prop.ts",
510
- vocabulary: []
605
+ vocabulary: ["ClassNameProp"]
606
+ },
607
+ DescriptionsItemProp: {
608
+ group: "data-display",
609
+ file: "components/data-display.prop.ts",
610
+ vocabulary: ["LabelProp", "ValueProp"]
511
611
  },
512
612
  BadgeProp: {
513
613
  group: "data-display",
514
614
  file: "components/data-display.prop.ts",
515
- vocabulary: ["ChildrenProp", "ClassNameProp"]
615
+ vocabulary: ["ToneProp", "ChildrenProp", "ClassNameProp"]
516
616
  },
517
617
  DataTableProp: {
518
618
  group: "data-display",
519
619
  file: "components/data-display.prop.ts",
520
- vocabulary: ["ColumnDefProp", "TableDensityProp", "SortStateProp", "SelectedIdsProp"]
620
+ vocabulary: ["ColumnDefProp", "DensityProp", "SortStateProp", "SelectedIdsProp"]
521
621
  },
522
622
  DialogConfirmProp: {
523
623
  group: "feedback",
@@ -530,17 +630,57 @@ var COMPONENT_PROP_REGISTRY = {
530
630
  "ConfirmLabelProp",
531
631
  "CancelLabelProp",
532
632
  "ConfirmVariantProp",
633
+ "OnValueChangeProp",
634
+ "PendingProp"
635
+ ]
636
+ },
637
+ AlertDialogProp: {
638
+ group: "feedback",
639
+ file: "components/feedback.prop.ts",
640
+ vocabulary: [
641
+ "OpenProp",
642
+ "OnOpenChangeProp",
643
+ "TitleProp",
644
+ "DescriptionProp",
645
+ "ConfirmLabelProp",
646
+ "CancelLabelProp",
647
+ "ConfirmVariantProp",
648
+ { field: "confirmPhrase", local: true, reason: "Destructive-dialog type-to-confirm friction phrase." },
533
649
  "HandlerProp",
650
+ { field: "keepOpenOnConfirm", local: true, reason: "AlertDialog-specific async completion behavior." },
534
651
  "PendingProp"
535
652
  ]
536
653
  },
537
654
  DataStateProp: { group: "query", file: "components/query.prop.ts", vocabulary: ["HandlerProp"] },
655
+ AlertMutationFeedbackProp: {
656
+ group: "query",
657
+ file: "components/query.prop.ts",
658
+ vocabulary: [
659
+ { field: "mutation", local: true, reason: "TanStack mutation lifecycle object consumed by this helper." },
660
+ "HandlerProp",
661
+ { field: "showRetry", local: true, reason: "Query helper retry affordance toggle." },
662
+ { field: "pending", local: true, reason: "Inline pending ReactNode slot, not boolean PendingProp state." },
663
+ "ClassNameProp"
664
+ ]
665
+ },
538
666
  MutationFeedbackProp: {
539
667
  group: "query",
540
668
  file: "components/query.prop.ts",
541
- vocabulary: ["HandlerProp"]
669
+ vocabulary: ["OnValueChangeProp"]
670
+ },
671
+ ButtonRefetchProp: {
672
+ group: "query",
673
+ file: "components/query.prop.ts",
674
+ vocabulary: [
675
+ { field: "query", local: true, reason: "TanStack query refetch handle consumed by this helper." },
676
+ "LabelProp"
677
+ ]
678
+ },
679
+ QueryRefetchButtonProp: {
680
+ group: "query",
681
+ file: "components/query.prop.ts",
682
+ vocabulary: ["LabelProp", "ClassNameProp"]
542
683
  },
543
- QueryRefetchButtonProp: { group: "query", file: "components/query.prop.ts", vocabulary: [] },
544
684
  InfiniteQueryStateProp: {
545
685
  group: "query",
546
686
  file: "components/query.prop.ts",
@@ -555,7 +695,7 @@ var COMPONENT_PROP_REGISTRY = {
555
695
  AlertProp: {
556
696
  group: "feedback",
557
697
  file: "components/feedback.prop.ts",
558
- vocabulary: ["AlertVariantProp", "IconProp", "HandlerProp", "ClassNameProp", "ChildrenProp"]
698
+ vocabulary: ["AlertVariantProp", "ToneProp", "IconProp", "OnValueChangeProp", "ClassNameProp", "ChildrenProp"]
559
699
  },
560
700
  AlertTitleProp: {
561
701
  group: "feedback",
@@ -588,6 +728,16 @@ var COMPONENT_PROP_REGISTRY = {
588
728
  file: "components/navigation.prop.ts",
589
729
  vocabulary: ["LabelProp", "ChildrenProp"]
590
730
  },
731
+ ToolbarProp: {
732
+ group: "navigation",
733
+ file: "components/navigation.prop.ts",
734
+ vocabulary: ["OnClearFiltersProp", "HasActiveFiltersProp", "ClassNameProp", "ChildrenProp"]
735
+ },
736
+ ToolbarGroupProp: {
737
+ group: "navigation",
738
+ file: "components/navigation.prop.ts",
739
+ vocabulary: ["LabelProp", "ClassNameProp", "ChildrenProp"]
740
+ },
591
741
  PaginationProp: {
592
742
  group: "navigation",
593
743
  file: "components/navigation.prop.ts",
@@ -596,21 +746,36 @@ var COMPONENT_PROP_REGISTRY = {
596
746
  StepsProp: {
597
747
  group: "navigation",
598
748
  file: "components/navigation.prop.ts",
599
- vocabulary: ["ClassNameProp"]
749
+ vocabulary: ["SizeProp", "OnValueChangeProp", "ClassNameProp"]
600
750
  },
601
- StepItemProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: [] },
751
+ StepItemProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: ["TitleProp", "DescriptionProp", "IconProp", "DisabledProp"] },
602
752
  StepStatusProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: [] },
603
753
  TabsProp: {
604
754
  group: "navigation",
605
755
  file: "components/navigation.prop.ts",
606
- vocabulary: ["ClassNameProp"]
756
+ vocabulary: ["ValueProp", "DefaultValueProp", "OnValueChangeProp", "ClassNameProp"]
607
757
  },
608
- TabItemProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: [] },
758
+ TabItemProp: { group: "navigation", file: "components/navigation.prop.ts", vocabulary: ["ValueProp", "LabelProp", "ChildrenProp", "DisabledProp"] },
609
759
  FormRootProp: {
610
760
  group: "form",
611
761
  file: "components/form.prop.ts",
612
762
  vocabulary: ["UseZodFormReturnProp", "ZodSchemaProp"]
613
763
  },
764
+ ZodSchemaProp: {
765
+ group: "form",
766
+ file: "components/form.prop.ts",
767
+ vocabulary: ["ZodSchemaProp"]
768
+ },
769
+ UseZodFormReturnProp: {
770
+ group: "form",
771
+ file: "components/form.prop.ts",
772
+ vocabulary: ["UseZodFormReturnProp"]
773
+ },
774
+ FieldErrorMessageProp: {
775
+ group: "form",
776
+ file: "components/form.prop.ts",
777
+ vocabulary: ["FieldErrorMessageProp"]
778
+ },
614
779
  FormFieldControlProp: {
615
780
  group: "form",
616
781
  file: "components/form.prop.ts",
@@ -626,7 +791,7 @@ var PROP_ALIASES_FORBIDDEN = {
626
791
  description: "Use SubtitleProp (pages) or DescriptionProp (dialogs/empty states)",
627
792
  actions: "Use ExtraProp (page header) or ActionsProp (toolbars)",
628
793
  density: "Disambiguate: PageDensityProp vs TableDensityProp",
629
- gap: "Disambiguate: StackGapProp vs InlineGapProp",
794
+ gap: "Use GapProp; document any component-specific subset with a registry reason",
630
795
  onClear: "Use OnClearFiltersProp",
631
796
  pending: "Use PendingProp",
632
797
  loading: "Use PendingProp or DataStateProp (query group)"
@@ -1,4 +1,4 @@
1
- import { controlMultilineClass } from './chunk-ICM6XBST.js';
1
+ import { controlMultilineClass } from './chunk-IBK5D2Q6.js';
2
2
  import { cn } from './chunk-U7N2A7A3.js';
3
3
  import * as React from 'react';
4
4
  import { jsx } from 'react/jsx-runtime';
@@ -1,5 +1,5 @@
1
- import { SearchSelect } from './chunk-OXKY5QMK.js';
2
- import { controlTriggerClass } from './chunk-ICM6XBST.js';
1
+ import { SearchSelect } from './chunk-6QXQQAOQ.js';
2
+ import { controlTriggerClass } from './chunk-IBK5D2Q6.js';
3
3
  import { cn } from './chunk-U7N2A7A3.js';
4
4
  import * as React from 'react';
5
5
  import * as SelectPrimitive from '@radix-ui/react-select';
@@ -144,7 +144,7 @@ function DataSelect({
144
144
  loadOptions,
145
145
  showSearch,
146
146
  value = "",
147
- onChange,
147
+ onValueChange,
148
148
  renderOption,
149
149
  selectedLabel,
150
150
  placeholder,
@@ -165,7 +165,7 @@ function DataSelect({
165
165
  SearchSelect,
166
166
  {
167
167
  value,
168
- onChange,
168
+ onValueChange,
169
169
  options,
170
170
  loadOptions,
171
171
  renderOption,
@@ -200,7 +200,7 @@ function DataSelect({
200
200
  {
201
201
  "data-slot": "select",
202
202
  value: value || void 0,
203
- onValueChange: (next) => onChange?.(
203
+ onValueChange: (next) => onValueChange?.(
204
204
  next,
205
205
  options.find((option) => option.value === next)
206
206
  ),
@@ -1,4 +1,4 @@
1
- import { controlIconLeadingClass } from './chunk-ICM6XBST.js';
1
+ import { controlIconLeadingClass } from './chunk-IBK5D2Q6.js';
2
2
  import { cn } from './chunk-U7N2A7A3.js';
3
3
  import * as React from 'react';
4
4
  import { Command as Command$1 } from 'cmdk';
@@ -11,6 +11,7 @@ var toneSuccessClass = "border-success/30 bg-success/10 text-success";
11
11
  var toneWarningClass = "border-warning/30 bg-warning/10 text-warning-foreground";
12
12
  var toneInfoClass = "border-info/30 bg-info/10 text-info";
13
13
  var toneDestructiveClass = "border-destructive/30 bg-destructive/10 text-destructive";
14
+ var toneMutedClass = "border-border bg-muted text-muted-foreground";
14
15
  var toneNeutralClass = "border-border bg-muted text-muted-foreground";
15
16
 
16
- export { controlIconClass, controlIconLeadingClass, controlIconSmClass, controlMultilineClass, controlTriggerClass, tableCellPaddingClass, tableHeadHeightClass, tableRowHeightClass, toneDestructiveClass, toneInfoClass, toneNeutralClass, toneSuccessClass, toneWarningClass };
17
+ export { controlIconClass, controlIconLeadingClass, controlIconSmClass, controlMultilineClass, controlTriggerClass, tableCellPaddingClass, tableHeadHeightClass, tableRowHeightClass, toneDestructiveClass, toneInfoClass, toneMutedClass, toneNeutralClass, toneSuccessClass, toneWarningClass };
@@ -1,5 +1,5 @@
1
- import { controlIconSmClass } from './chunk-ICM6XBST.js';
2
- import { buttonVariants } from './chunk-HJEBRCXL.js';
1
+ import { buttonVariants } from './chunk-M4PZNAMV.js';
2
+ import { controlIconSmClass } from './chunk-IBK5D2Q6.js';
3
3
  import { cn } from './chunk-U7N2A7A3.js';
4
4
  import { ChevronLeft, ChevronRight } from 'lucide-react';
5
5
  import { DayPicker } from 'react-day-picker';