@warp-ds/elements 2.10.0 → 2.10.1-next.1

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 (249) hide show
  1. package/dist/custom-elements.json +51 -46
  2. package/dist/docs/affix/affix.md +1 -9
  3. package/dist/docs/alert/alert.md +1 -1
  4. package/dist/docs/attention/attention.md +3 -1
  5. package/dist/docs/box/box.md +2 -0
  6. package/dist/docs/breadcrumb-item/breadcrumb-item.md +2 -0
  7. package/dist/docs/breadcrumbs/breadcrumbs.md +3 -0
  8. package/dist/docs/button/button.md +3 -0
  9. package/dist/docs/card/card.md +2 -0
  10. package/dist/docs/checkbox/api.md +0 -9
  11. package/dist/docs/checkbox/checkbox.md +5 -10
  12. package/dist/docs/checkbox-group/checkbox-group.md +3 -10
  13. package/dist/docs/combobox/combobox.md +2 -0
  14. package/dist/docs/datepicker/datepicker.md +2 -2
  15. package/dist/docs/expandable/expandable.md +2 -0
  16. package/dist/docs/icon/icon.md +1 -1
  17. package/dist/docs/index.md +35 -35
  18. package/dist/docs/link/link.md +3 -1
  19. package/dist/docs/modal/modal.md +2 -0
  20. package/dist/docs/modal-footer/modal-footer.md +2 -0
  21. package/dist/docs/modal-header/modal-header.md +2 -0
  22. package/dist/docs/page-indicator/page-indicator.md +2 -0
  23. package/dist/docs/pagination/pagination.md +2 -0
  24. package/dist/docs/pill/pill.md +2 -0
  25. package/dist/docs/radio/radio.md +5 -1
  26. package/dist/docs/radio-group/radio-group.md +3 -1
  27. package/dist/docs/select/select.md +2 -0
  28. package/dist/docs/slider/slider.md +2 -0
  29. package/dist/docs/snackbar/snackbar.md +2 -0
  30. package/dist/docs/snackbar-item/snackbar-item.md +2 -0
  31. package/dist/docs/step/step.md +3 -1
  32. package/dist/docs/step-indicator/step-indicator.md +2 -0
  33. package/dist/docs/switch/switch.md +2 -0
  34. package/dist/docs/tab/tab.md +2 -0
  35. package/dist/docs/tab-panel/tab-panel.md +3 -0
  36. package/dist/docs/tabs/api.md +1 -1
  37. package/dist/docs/tabs/tabs.md +3 -1
  38. package/dist/docs/textarea/textarea.md +1 -5
  39. package/dist/docs/textfield/textfield.md +2 -0
  40. package/dist/entrypoint-react.d.ts +38 -0
  41. package/dist/entrypoint-react.js +39 -0
  42. package/dist/index.d.ts +150 -118
  43. package/dist/packages/affix/affix.d.ts +6 -11
  44. package/dist/packages/affix/affix.js +9 -9
  45. package/dist/packages/affix/affix.js.map +2 -2
  46. package/dist/packages/affix/affix.react.stories.d.ts +1 -1
  47. package/dist/packages/affix/react.d.ts +7 -2
  48. package/dist/packages/affix/react.js +5 -0
  49. package/dist/packages/alert/alert.d.ts +6 -3
  50. package/dist/packages/alert/alert.js +3 -3
  51. package/dist/packages/alert/alert.js.map +2 -2
  52. package/dist/packages/alert/react.d.ts +8 -1
  53. package/dist/packages/alert/react.js +7 -0
  54. package/dist/packages/attention/attention.d.ts +3 -1
  55. package/dist/packages/attention/attention.js +12 -12
  56. package/dist/packages/attention/attention.js.map +2 -2
  57. package/dist/packages/attention/react.d.ts +13 -3
  58. package/dist/packages/attention/react.js +9 -0
  59. package/dist/packages/badge/badge.d.ts +5 -0
  60. package/dist/packages/badge/badge.js.map +2 -2
  61. package/dist/packages/badge/react.d.ts +6 -1
  62. package/dist/packages/badge/react.js +5 -0
  63. package/dist/packages/box/box.d.ts +6 -1
  64. package/dist/packages/box/box.js +3 -3
  65. package/dist/packages/box/box.js.map +2 -2
  66. package/dist/packages/box/box.react.stories.d.ts +1 -1
  67. package/dist/packages/box/react.d.ts +6 -1
  68. package/dist/packages/box/react.js +5 -0
  69. package/dist/packages/breadcrumb-item/breadcrumb-item.d.ts +6 -1
  70. package/dist/packages/breadcrumb-item/breadcrumb-item.js +2 -2
  71. package/dist/packages/breadcrumb-item/breadcrumb-item.js.map +2 -2
  72. package/dist/packages/breadcrumb-item/react.d.ts +7 -1
  73. package/dist/packages/breadcrumb-item/react.js +6 -0
  74. package/dist/packages/breadcrumbs/breadcrumbs.d.ts +7 -1
  75. package/dist/packages/breadcrumbs/breadcrumbs.js +3 -3
  76. package/dist/packages/breadcrumbs/breadcrumbs.js.map +2 -2
  77. package/dist/packages/breadcrumbs/react.d.ts +8 -1
  78. package/dist/packages/breadcrumbs/react.js +7 -0
  79. package/dist/packages/button/button.d.ts +2 -1
  80. package/dist/packages/button/button.js.map +2 -2
  81. package/dist/packages/button/button.react.stories.d.ts +2 -2
  82. package/dist/packages/button/react.d.ts +9 -2
  83. package/dist/packages/button/react.js +7 -0
  84. package/dist/packages/card/card.d.ts +6 -1
  85. package/dist/packages/card/card.js +2 -2
  86. package/dist/packages/card/card.js.map +2 -2
  87. package/dist/packages/card/card.react.stories.d.ts +1 -1
  88. package/dist/packages/card/react.d.ts +6 -1
  89. package/dist/packages/card/react.js +5 -0
  90. package/dist/packages/checkbox/checkbox.d.ts +6 -0
  91. package/dist/packages/checkbox/checkbox.js +1 -1
  92. package/dist/packages/checkbox/checkbox.js.map +2 -2
  93. package/dist/packages/checkbox/checkbox.react.stories.d.ts +2 -2
  94. package/dist/packages/checkbox/react.d.ts +12 -3
  95. package/dist/packages/checkbox/react.js +7 -0
  96. package/dist/packages/checkbox-group/checkbox-group.d.ts +3 -10
  97. package/dist/packages/checkbox-group/checkbox-group.js.map +2 -2
  98. package/dist/packages/checkbox-group/react.d.ts +9 -2
  99. package/dist/packages/checkbox-group/react.js +7 -0
  100. package/dist/packages/combobox/combobox.d.ts +6 -1
  101. package/dist/packages/combobox/combobox.js +3 -3
  102. package/dist/packages/combobox/combobox.js.map +2 -2
  103. package/dist/packages/combobox/combobox.react.stories.d.ts +18 -2
  104. package/dist/packages/combobox/react.d.ts +15 -2
  105. package/dist/packages/combobox/react.js +9 -0
  106. package/dist/packages/datepicker/datepicker.d.ts +7 -4
  107. package/dist/packages/datepicker/datepicker.js +3 -3
  108. package/dist/packages/datepicker/datepicker.js.map +2 -2
  109. package/dist/packages/datepicker/datepicker.react.stories.d.ts +14 -14
  110. package/dist/packages/datepicker/react.d.ts +14 -8
  111. package/dist/packages/datepicker/react.js +5 -0
  112. package/dist/packages/expandable/expandable.d.ts +7 -0
  113. package/dist/packages/expandable/expandable.js +4 -4
  114. package/dist/packages/expandable/expandable.js.map +2 -2
  115. package/dist/packages/expandable/react.d.ts +6 -1
  116. package/dist/packages/expandable/react.js +5 -0
  117. package/dist/packages/icon/icon.d.ts +3 -0
  118. package/dist/packages/icon/icon.js.map +2 -2
  119. package/dist/packages/icon/react.d.ts +4 -1
  120. package/dist/packages/icon/react.js +3 -0
  121. package/dist/packages/link/link.d.ts +7 -2
  122. package/dist/packages/link/link.js +5 -5
  123. package/dist/packages/link/link.js.map +2 -2
  124. package/dist/packages/link/link.react.stories.d.ts +2 -2
  125. package/dist/packages/link/react.d.ts +7 -2
  126. package/dist/packages/link/react.js +5 -0
  127. package/dist/packages/modal/modal.d.ts +7 -0
  128. package/dist/packages/modal/modal.js +4 -4
  129. package/dist/packages/modal/modal.js.map +2 -2
  130. package/dist/packages/modal/react.d.ts +3 -1
  131. package/dist/packages/modal/react.js +2 -0
  132. package/dist/packages/modal-footer/modal-footer.d.ts +7 -0
  133. package/dist/packages/modal-footer/modal-footer.js +1 -1
  134. package/dist/packages/modal-footer/modal-footer.js.map +2 -2
  135. package/dist/packages/modal-footer/react.d.ts +6 -1
  136. package/dist/packages/modal-footer/react.js +5 -0
  137. package/dist/packages/modal-header/modal-header.d.ts +7 -0
  138. package/dist/packages/modal-header/modal-header.js +5 -5
  139. package/dist/packages/modal-header/modal-header.js.map +2 -2
  140. package/dist/packages/modal-header/react.d.ts +8 -3
  141. package/dist/packages/modal-header/react.js +5 -0
  142. package/dist/packages/page-indicator/page-indicator.d.ts +7 -0
  143. package/dist/packages/page-indicator/page-indicator.js +4 -4
  144. package/dist/packages/page-indicator/page-indicator.js.map +2 -2
  145. package/dist/packages/page-indicator/react.d.ts +8 -1
  146. package/dist/packages/page-indicator/react.js +7 -0
  147. package/dist/packages/pagination/pagination.d.ts +7 -0
  148. package/dist/packages/pagination/pagination.js +5 -5
  149. package/dist/packages/pagination/pagination.js.map +2 -2
  150. package/dist/packages/pagination/pagination.react.stories.d.ts +12 -4
  151. package/dist/packages/pagination/react.d.ts +12 -3
  152. package/dist/packages/pagination/react.js +5 -0
  153. package/dist/packages/pill/pill.d.ts +7 -0
  154. package/dist/packages/pill/pill.js.map +2 -2
  155. package/dist/packages/pill/pill.react.stories.d.ts +12 -8
  156. package/dist/packages/pill/pill.react.stories.js +4 -0
  157. package/dist/packages/pill/react.d.ts +10 -5
  158. package/dist/packages/pill/react.js +7 -2
  159. package/dist/packages/radio/radio.d.ts +6 -0
  160. package/dist/packages/radio/radio.js.map +2 -2
  161. package/dist/packages/radio/react.d.ts +8 -1
  162. package/dist/packages/radio/react.js +7 -0
  163. package/dist/packages/radio-group/radio-group.d.ts +3 -10
  164. package/dist/packages/radio-group/radio-group.js.map +2 -2
  165. package/dist/packages/radio-group/react.d.ts +11 -4
  166. package/dist/packages/radio-group/react.js +8 -0
  167. package/dist/packages/select/react.d.ts +10 -4
  168. package/dist/packages/select/react.js +5 -0
  169. package/dist/packages/select/select.d.ts +8 -2
  170. package/dist/packages/select/select.js +5 -5
  171. package/dist/packages/select/select.js.map +2 -2
  172. package/dist/packages/select/select.react.stories.d.ts +6 -6
  173. package/dist/packages/select/select.react.stories.js +4 -4
  174. package/dist/packages/slider/react.d.ts +7 -2
  175. package/dist/packages/slider/react.js +5 -0
  176. package/dist/packages/slider/slider.d.ts +7 -0
  177. package/dist/packages/slider/slider.js +6 -6
  178. package/dist/packages/slider/slider.js.map +2 -2
  179. package/dist/packages/slider/slider.react.stories.d.ts +1 -1
  180. package/dist/packages/slider-thumb/react.d.ts +15 -4
  181. package/dist/packages/slider-thumb/react.js +5 -0
  182. package/dist/packages/slider-thumb/slider-thumb.d.ts +5 -0
  183. package/dist/packages/slider-thumb/slider-thumb.js +4 -4
  184. package/dist/packages/slider-thumb/slider-thumb.js.map +2 -2
  185. package/dist/packages/snackbar/react.d.ts +40 -1
  186. package/dist/packages/snackbar/react.js +39 -0
  187. package/dist/packages/snackbar/snackbar.d.ts +2 -0
  188. package/dist/packages/snackbar/snackbar.js.map +2 -2
  189. package/dist/packages/snackbar-item/react.d.ts +8 -1
  190. package/dist/packages/snackbar-item/react.js +7 -0
  191. package/dist/packages/snackbar-item/snackbar-item.d.ts +2 -0
  192. package/dist/packages/snackbar-item/snackbar-item.js.map +2 -2
  193. package/dist/packages/step/react.d.ts +6 -1
  194. package/dist/packages/step/react.js +5 -0
  195. package/dist/packages/step/step.d.ts +8 -1
  196. package/dist/packages/step/step.js +7 -7
  197. package/dist/packages/step/step.js.map +2 -2
  198. package/dist/packages/step-indicator/react.d.ts +6 -1
  199. package/dist/packages/step-indicator/react.js +5 -0
  200. package/dist/packages/step-indicator/step-indicator.d.ts +7 -0
  201. package/dist/packages/step-indicator/step-indicator.js +2 -2
  202. package/dist/packages/step-indicator/step-indicator.js.map +2 -2
  203. package/dist/packages/switch/react.d.ts +9 -3
  204. package/dist/packages/switch/react.js +5 -0
  205. package/dist/packages/switch/switch.d.ts +7 -0
  206. package/dist/packages/switch/switch.js +3 -3
  207. package/dist/packages/switch/switch.js.map +2 -2
  208. package/dist/packages/switch/switch.react.stories.d.ts +2 -2
  209. package/dist/packages/tab/react.d.ts +9 -6
  210. package/dist/packages/tab/react.js +5 -2
  211. package/dist/packages/tab/tab.d.ts +7 -0
  212. package/dist/packages/tab/tab.js.map +2 -2
  213. package/dist/packages/tab-panel/react.d.ts +8 -1
  214. package/dist/packages/tab-panel/react.js +7 -0
  215. package/dist/packages/tab-panel/tab-panel.d.ts +3 -0
  216. package/dist/packages/tab-panel/tab-panel.js.map +2 -2
  217. package/dist/packages/tabs/react.d.ts +7 -3
  218. package/dist/packages/tabs/react.js +6 -2
  219. package/dist/packages/tabs/tabs.d.ts +3 -1
  220. package/dist/packages/tabs/tabs.js.map +2 -2
  221. package/dist/packages/textarea/react.d.ts +16 -10
  222. package/dist/packages/textarea/react.js +5 -0
  223. package/dist/packages/textarea/textarea.d.ts +6 -5
  224. package/dist/packages/textarea/textarea.js +5 -5
  225. package/dist/packages/textarea/textarea.js.map +2 -2
  226. package/dist/packages/textarea/textarea.react.stories.d.ts +18 -18
  227. package/dist/packages/textfield/react.d.ts +16 -10
  228. package/dist/packages/textfield/react.js +5 -0
  229. package/dist/packages/textfield/react.test.d.ts +1 -0
  230. package/dist/packages/textfield/react.test.js +20 -0
  231. package/dist/packages/textfield/textfield.d.ts +7 -5
  232. package/dist/packages/textfield/textfield.js +8 -8
  233. package/dist/packages/textfield/textfield.js.map +3 -3
  234. package/dist/packages/textfield/textfield.react.stories.d.ts +18 -18
  235. package/dist/packages/toast/toast.d.ts +5 -0
  236. package/dist/packages/toast/toast.js +4 -4
  237. package/dist/packages/toast/toast.js.map +2 -2
  238. package/dist/packages/toast-container/toast-container.d.ts +6 -1
  239. package/dist/packages/toast-container/toast-container.js +3 -3
  240. package/dist/packages/toast-container/toast-container.js.map +2 -2
  241. package/dist/packages/types.d.ts +16 -0
  242. package/dist/packages/types.js +1 -0
  243. package/dist/web-types.json +42 -42
  244. package/eik/index.js +13 -13
  245. package/package.json +4 -112
  246. package/dist/packages/slider/Slider.d.ts +0 -2
  247. package/dist/packages/slider/Slider.js +0 -8
  248. package/dist/packages/slider-thumb/SliderThumb.d.ts +0 -2
  249. package/dist/packages/slider-thumb/SliderThumb.js +0 -8
package/dist/index.d.ts CHANGED
@@ -929,9 +929,6 @@ When set, the card becomes keyboard focusable and Enter or Space triggers a clic
929
929
  textContent?: string | number;
930
930
  };
931
931
 
932
- /** `WarpCheckbox` component event */
933
- export type WarpCheckboxElementEvent<E = Event> = TypedEvent<WarpCheckbox, E>;
934
-
935
932
  export type WarpCheckboxProps = {
936
933
  /** The name of the checkbox.
937
934
 
@@ -963,9 +960,6 @@ Use this to show an externally managed validation error. Required validation als
963
960
  invalid?: WarpCheckbox["invalid"];
964
961
  /** */
965
962
  input?: WarpCheckbox["input"];
966
-
967
- /** */
968
- onchange?: (e: WarpCheckboxElementEvent) => void;
969
963
  };
970
964
 
971
965
  export type WarpCheckboxSolidJsProps = {
@@ -999,8 +993,6 @@ Use this to show an externally managed validation error. Required validation als
999
993
  "prop:invalid"?: WarpCheckbox["invalid"];
1000
994
  /** */
1001
995
  "prop:input"?: WarpCheckbox["input"];
1002
- /** */
1003
- "on:change"?: (e: WarpCheckboxElementEvent) => void;
1004
996
 
1005
997
  /** Set the innerHTML of the element */
1006
998
  innerHTML?: string;
@@ -2204,14 +2196,14 @@ export type WarpTabsProps = {
2204
2196
  /** The `id` of the panel that should be active. */
2205
2197
  active?: WarpTabs["active"];
2206
2198
 
2207
- /** Includes `details.panelId` with the now active tab's ID */
2199
+ /** Includes `details.panelId` with the now active tab panel's ID */
2208
2200
  onchange?: (e: WarpTabsChangeElementEvent) => void;
2209
2201
  };
2210
2202
 
2211
2203
  export type WarpTabsSolidJsProps = {
2212
2204
  /** The `id` of the panel that should be active. */
2213
2205
  "prop:active"?: WarpTabs["active"];
2214
- /** Includes `details.panelId` with the now active tab's ID */
2206
+ /** Includes `details.panelId` with the now active tab panel's ID */
2215
2207
  "on:change"?: (e: WarpTabsChangeElementEvent) => void;
2216
2208
 
2217
2209
  /** Set the innerHTML of the element */
@@ -2323,6 +2315,8 @@ export type CustomElements = {
2323
2315
  /**
2324
2316
  * A single-line input component used for entering and editing textual or numeric data.
2325
2317
  *
2318
+ * [Warp component reference](https://warp-ds.github.io/docs/components/text-area/frameworks/elements)
2319
+ *
2326
2320
  * ## Attributes & Properties
2327
2321
  *
2328
2322
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -2369,7 +2363,7 @@ export type CustomElements = {
2369
2363
  * Areas where markup can be added to the component.
2370
2364
  *
2371
2365
  * - `suffix`: Use with `<w-affix>` to include a suffix, for example the unit for a number (e. g. km or sek).
2372
- * - `prefix`: Use with `<w-affix>` to include a prefix, for example a search icon. ## Accessibility Note for Affixes Due to shadow DOM boundaries, affix content cannot be connected to the input via ARIA references. For non-interactive affixes (text labels like currency symbols), consider including that information in the main label or placeholder text instead for better screen reader support.
2366
+ * - `prefix`: Use with `<w-affix>` to include a prefix, for example a search icon.
2373
2367
  *
2374
2368
  * ## Methods
2375
2369
  *
@@ -2385,7 +2379,7 @@ export type CustomElements = {
2385
2379
  >;
2386
2380
 
2387
2381
  /**
2388
- *
2382
+ * [Warp component reference](https://warp-ds.github.io/docs/components/icons/frameworks/elements)
2389
2383
  *
2390
2384
  * ## Attributes & Properties
2391
2385
  *
@@ -2402,17 +2396,7 @@ export type CustomElements = {
2402
2396
  /**
2403
2397
  * This component is usually used in other components like form elements to show a prefix or suffix. See for example `w-textfield`.
2404
2398
  *
2405
- * ## Accessibility Note
2406
- * Due to shadow DOM encapsulation, ARIA attributes (like `aria-describedby`, `aria-labelledby`)
2407
- * cannot reference elements across shadow boundaries. This means:
2408
- * - Non-interactive affixes (text labels, icons) cannot be connected to the parent input via ARIA
2409
- * - Interactive affixes (buttons) must have their own `aria-label` (already implemented)
2410
- * - Do NOT attempt to reference affix content from parent components via ARIA ID references - it won't work
2411
- *
2412
- * For non-interactive labels (e.g., currency symbols), consider including the information in the
2413
- * main label or placeholder instead of relying on ARIA to announce affix content.
2414
- *
2415
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-affix--docs)
2399
+ * [Warp component reference](https://warp-ds.github.io/docs/components/text-field/frameworks/elements#prefix-label)
2416
2400
  *
2417
2401
  * ## Attributes & Properties
2418
2402
  *
@@ -2432,9 +2416,7 @@ export type CustomElements = {
2432
2416
  /**
2433
2417
  * Alert is an inline component used for displaying different types of messages.
2434
2418
  *
2435
- * For accessibility reasons, alert should appear close to the element that triggered it.
2436
- *
2437
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)
2419
+ * [Warp component reference](https://warp-ds.github.io/docs/components/alert/frameworks/elements)
2438
2420
  *
2439
2421
  * ## Attributes & Properties
2440
2422
  *
@@ -2447,9 +2429,9 @@ export type CustomElements = {
2447
2429
  "w-alert": Partial<WarpAlertProps & BaseProps<WarpAlert> & BaseEvents>;
2448
2430
 
2449
2431
  /**
2450
- * Buttons are used to perform actions, with different visuals for different needs.
2432
+ * Link component to use when creating links that look like buttons.
2451
2433
  *
2452
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-link--docs)
2434
+ * [Warp component reference](https://warp-ds.github.io/docs/components/link/frameworks/elements)
2453
2435
  *
2454
2436
  * ## Attributes & Properties
2455
2437
  *
@@ -2472,9 +2454,10 @@ export type CustomElements = {
2472
2454
 
2473
2455
  /**
2474
2456
  * Performs an action or renders a link with button styling.
2457
+ *
2475
2458
  * Use button variants to match action priority, risk, and context.
2476
2459
  *
2477
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-button--docs)
2460
+ * [Warp component reference](https://warp-ds.github.io/docs/components/button/frameworks/elements)
2478
2461
  *
2479
2462
  * ## Attributes & Properties
2480
2463
  *
@@ -2522,11 +2505,13 @@ export type CustomElements = {
2522
2505
  "w-button": Partial<WarpButtonProps & BaseProps<WarpButton> & BaseEvents>;
2523
2506
 
2524
2507
  /**
2508
+ * Note: attention will soon be split into multiple components (tooltip, callout, popover, highlight) at which time this component will be deprecated. For now, use the `tooltip`, `callout`, `popover`, and `highlight` boolean properties to achieve the desired style and behavior.
2509
+ *
2525
2510
  * Attention is a versatile component for displaying contextual information and messages. It can be used for a wide range of purposes, such as tooltips, callouts, popovers, and highlights.
2526
2511
  *
2527
2512
  * The component is designed to be anchored to a trigger element, providing contextual information related to that element. It supports various placements and styling options to accommodate different use cases and design needs.
2528
2513
  *
2529
- * Note: attention will soon be split into multiple components (tooltip, callout, popover, highlight) at which time this component will be deprecated. For now, use the `tooltip`, `callout`, `popover`, and `highlight` boolean properties to achieve the desired style and behavior.
2514
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tooltip/frameworks/elements)
2530
2515
  *
2531
2516
  * ## Attributes & Properties
2532
2517
  *
@@ -2601,7 +2586,7 @@ export type CustomElements = {
2601
2586
  /**
2602
2587
  * Box is a layout component used for separating content areas on a page.
2603
2588
  *
2604
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/layout-box--docs)
2589
+ * [Warp component reference](https://warp-ds.github.io/docs/components/box/frameworks/elements)
2605
2590
  *
2606
2591
  * ## Attributes & Properties
2607
2592
  *
@@ -2622,9 +2607,10 @@ export type CustomElements = {
2622
2607
 
2623
2608
  /**
2624
2609
  * Shows the navigation structure for the current page.
2610
+ *
2625
2611
  * Renders direct child links and non-link elements as a breadcrumb trail, inserts separators between items, and exposes the trail as navigation.
2626
2612
  *
2627
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)
2613
+ * [Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements)
2628
2614
  *
2629
2615
  * ## Attributes & Properties
2630
2616
  *
@@ -2641,7 +2627,7 @@ export type CustomElements = {
2641
2627
  * Represents one item in a `w-breadcrumbs` trail.
2642
2628
  * Renders the slotted label as a link when `href` is set, or as text when it is not, and adds a separator after non-current items.
2643
2629
  *
2644
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)
2630
+ * [Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements)
2645
2631
  *
2646
2632
  * ## Attributes & Properties
2647
2633
  *
@@ -2665,7 +2651,7 @@ export type CustomElements = {
2665
2651
  /**
2666
2652
  * Card is a layout component used for separating content areas on a page.
2667
2653
  *
2668
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-card--docs)
2654
+ * [Warp component reference](https://warp-ds.github.io/docs/components/card/frameworks/elements)
2669
2655
  *
2670
2656
  * ## Attributes & Properties
2671
2657
  *
@@ -2691,7 +2677,11 @@ export type CustomElements = {
2691
2677
  "w-card": Partial<WarpCardProps & BaseProps<WarpCard> & BaseEvents>;
2692
2678
 
2693
2679
  /**
2680
+ * Checkboxes allow users to select one or more options from a number of choices.
2694
2681
  *
2682
+ * Wrap individual checkboxes in a checkbox group.
2683
+ *
2684
+ * [Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements)
2695
2685
  *
2696
2686
  * ## Attributes & Properties
2697
2687
  *
@@ -2723,12 +2713,6 @@ export type CustomElements = {
2723
2713
  * - `validationMessage`: Returns the validation message if the checkbox is invalid, otherwise an empty string (property only) (readonly)
2724
2714
  * - `validity`: Returns the validity state of the checkbox (property only) (readonly)
2725
2715
  *
2726
- * ## Events
2727
- *
2728
- * Events that will be emitted by the component.
2729
- *
2730
- * - `change`: undefined
2731
- *
2732
2716
  * ## Methods
2733
2717
  *
2734
2718
  * Methods that can be called to access component functionality.
@@ -2745,18 +2729,11 @@ export type CustomElements = {
2745
2729
  >;
2746
2730
 
2747
2731
  /**
2748
- * Checkboxes allow users to select multiple options from a list of choices.
2732
+ * Checkboxes allow users to select one or more options from a number of choices.
2749
2733
  *
2750
- * Use with `w-checkbox`.
2734
+ * Wrap individual checkboxes in a checkbox group.
2751
2735
  *
2752
- * ## Architecture Note
2753
- * This component uses a <div> wrapper instead of the more semantic <fieldset> element.
2754
- * Note that w-radio-group uses <fieldset>, which provides better accessibility and follows
2755
- * HTML best practices. This inconsistency exists for historical reasons and may be addressed
2756
- * in a future major version to align both on the more semantic approach.
2757
- *
2758
- * TODO: Align w-checkbox-group to use <fieldset> in a future major version after assessing
2759
- * backwards compatibility implications (CSS selectors, etc.).
2736
+ * [Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements)
2760
2737
  *
2761
2738
  * ## Attributes & Properties
2762
2739
  *
@@ -2796,7 +2773,7 @@ export type CustomElements = {
2796
2773
  /**
2797
2774
  * A combobox element for text input with selectable options.
2798
2775
  *
2799
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-combobox--docs)
2776
+ * [Warp component reference](https://warp-ds.github.io/docs/components/combo-box/frameworks/elements)
2800
2777
  *
2801
2778
  * ## Attributes & Properties
2802
2779
  *
@@ -2859,11 +2836,9 @@ export type CustomElements = {
2859
2836
  >;
2860
2837
 
2861
2838
  /**
2862
- * An input for dates.
2863
- *
2864
- * Uses the `lang` attribute on either the element or on `<html>` to determine the locale options.
2839
+ * A date picker allows the user to select a specific calendar date.
2865
2840
  *
2866
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-datepicker--docs)
2841
+ * [Warp component reference](https://warp-ds.github.io/docs/components/date-picker/frameworks/elements)
2867
2842
  *
2868
2843
  * ## Attributes & Properties
2869
2844
  *
@@ -2923,6 +2898,8 @@ export type CustomElements = {
2923
2898
  /**
2924
2899
  * Expandable is a layout component used for creating expandable content areas on a page.
2925
2900
  *
2901
+ * [Warp component reference](https://warp-ds.github.io/docs/components/expandable/frameworks/elements)
2902
+ *
2926
2903
  * ## Attributes & Properties
2927
2904
  *
2928
2905
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -2952,6 +2929,8 @@ export type CustomElements = {
2952
2929
  /**
2953
2930
  * Modals (or dialogs) display important information that users need to acknowledge.
2954
2931
  *
2932
+ * [Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)
2933
+ *
2955
2934
  * ## Attributes & Properties
2956
2935
  *
2957
2936
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3011,6 +2990,8 @@ export type CustomElements = {
3011
2990
  /**
3012
2991
  * The footer section of a modal, typically where you place actions.
3013
2992
  *
2993
+ * [Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)
2994
+ *
3014
2995
  * ## CSS Custom Properties
3015
2996
  *
3016
2997
  * CSS variables available for styling the component.
@@ -3030,6 +3011,8 @@ export type CustomElements = {
3030
3011
  /**
3031
3012
  * The header section of a modal, typically where you place the title and a close button.
3032
3013
  *
3014
+ * [Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)
3015
+ *
3033
3016
  * ## Attributes & Properties
3034
3017
  *
3035
3018
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3077,6 +3060,8 @@ export type CustomElements = {
3077
3060
  *
3078
3061
  * One dot is highlighted to indicate the currently selected page.
3079
3062
  *
3063
+ * [Warp component reference](https://warp-ds.github.io/docs/components/page-indicator/frameworks/elements)
3064
+ *
3080
3065
  * ## Attributes & Properties
3081
3066
  *
3082
3067
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3091,6 +3076,8 @@ export type CustomElements = {
3091
3076
  /**
3092
3077
  * Pagination allows users to navigate through multiple pages of content by providing navigation controls with page numbers and directional arrows.
3093
3078
  *
3079
+ * [Warp component reference](https://warp-ds.github.io/docs/components/pagination/frameworks/elements)
3080
+ *
3094
3081
  * ## Attributes & Properties
3095
3082
  *
3096
3083
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3115,6 +3102,8 @@ export type CustomElements = {
3115
3102
  /**
3116
3103
  * Pill is a type of button that is often used as a filter, but can also be used as a rounded button for overlays, etc.
3117
3104
  *
3105
+ * [Warp component reference](https://warp-ds.github.io/docs/components/pill/frameworks/elements)
3106
+ *
3118
3107
  * ## Attributes & Properties
3119
3108
  *
3120
3109
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3136,7 +3125,11 @@ export type CustomElements = {
3136
3125
  "w-pill": Partial<WarpPillProps & BaseProps<WarpPill> & BaseEvents>;
3137
3126
 
3138
3127
  /**
3128
+ * Radios allow users to select a single option from a list of choices.
3129
+ *
3130
+ * Wrap individual radio components in a radio group.
3139
3131
  *
3132
+ * [Warp component reference](https://warp-ds.github.io/docs/components/radio/frameworks/elements)
3140
3133
  *
3141
3134
  * ## Attributes & Properties
3142
3135
  *
@@ -3154,7 +3147,9 @@ export type CustomElements = {
3154
3147
  /**
3155
3148
  * Radios allow users to select a single option from a list of choices.
3156
3149
  *
3157
- * Use with `w-radio`.
3150
+ * Wrap individual radio components in a radio group.
3151
+ *
3152
+ * [Warp component reference](https://warp-ds.github.io/docs/components/radio/frameworks/elements)
3158
3153
  *
3159
3154
  * ## Attributes & Properties
3160
3155
  *
@@ -3175,7 +3170,7 @@ export type CustomElements = {
3175
3170
  * Areas where markup can be added to the component.
3176
3171
  *
3177
3172
  * - `label`: Alternative to the `label` attribute should you need custom HTML.
3178
- * - `help-text`: Alternative to the `help-text` attribute should you need custom HTML. ## Architecture Note This component uses semantic <fieldset> element for grouping radio controls, which provides better accessibility and follows HTML best practices. Note that w-checkbox-group currently uses <div> instead - this inconsistency exists for historical reasons and may be addressed in a future major version to align both on the more semantic approach. TODO: Align w-checkbox-group to also use <fieldset> in a future major version after assessing backwards compatibility implications (CSS selectors, etc.).
3173
+ * - `help-text`: Alternative to the `help-text` attribute should you need custom HTML.
3179
3174
  */
3180
3175
  "w-radio-group": Partial<
3181
3176
  WarpRadioGroupProps & BaseProps<WarpRadioGroup> & BaseEvents
@@ -3184,6 +3179,8 @@ export type CustomElements = {
3184
3179
  /**
3185
3180
  * A dropdown component for selecting a single value.
3186
3181
  *
3182
+ * [Warp component reference](https://warp-ds.github.io/docs/components/select/frameworks/elements)
3183
+ *
3187
3184
  * ## Attributes & Properties
3188
3185
  *
3189
3186
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3248,6 +3245,8 @@ export type CustomElements = {
3248
3245
  /**
3249
3246
  * Parent component for sliders (both single and range sliders). Used in combination with a `<w-slider-thumb>`.
3250
3247
  *
3248
+ * [Warp component reference](https://warp-ds.github.io/docs/components/slider/frameworks/elements)
3249
+ *
3251
3250
  * ## Attributes & Properties
3252
3251
  *
3253
3252
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3292,6 +3291,8 @@ export type CustomElements = {
3292
3291
  *
3293
3292
  * See the `create` function on `w-snackbar` for a convenience API which helps you make snackbar items.
3294
3293
  *
3294
+ * [Warp component reference](https://warp-ds.github.io/docs/components/snackbar/frameworks/elements)
3295
+ *
3295
3296
  * ## Attributes & Properties
3296
3297
  *
3297
3298
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3349,6 +3350,8 @@ export type CustomElements = {
3349
3350
  *
3350
3351
  * Include one `<w-snackbar></w-snackbar>` in the document `<body>`. Use the `create` function to create messages.
3351
3352
  *
3353
+ * [Warp component reference](https://warp-ds.github.io/docs/components/snackbar/frameworks/elements)
3354
+ *
3352
3355
  * ## Slots
3353
3356
  *
3354
3357
  * Areas where markup can be added to the component.
@@ -3394,7 +3397,9 @@ export type CustomElements = {
3394
3397
  >;
3395
3398
 
3396
3399
  /**
3397
- * Individual step component that shows a single step in a process
3400
+ * Individual step component that shows a single step in a process.
3401
+ *
3402
+ * [Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements)
3398
3403
  *
3399
3404
  * ## Attributes & Properties
3400
3405
  *
@@ -3419,6 +3424,8 @@ export type CustomElements = {
3419
3424
  /**
3420
3425
  * Steps are used to show progress through a process or to guide users through a multi-step task.
3421
3426
  *
3427
+ * [Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements)
3428
+ *
3422
3429
  * ## Attributes & Properties
3423
3430
  *
3424
3431
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3433,6 +3440,8 @@ export type CustomElements = {
3433
3440
  /**
3434
3441
  * The Switch component allows users to toggle between two states.
3435
3442
  *
3443
+ * [Warp component reference](https://warp-ds.github.io/docs/components/switch/frameworks/elements)
3444
+ *
3436
3445
  * ## Attributes & Properties
3437
3446
  *
3438
3447
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3461,6 +3470,8 @@ export type CustomElements = {
3461
3470
  /**
3462
3471
  * Individual tab component used within w-tabs container.
3463
3472
  *
3473
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)
3474
+ *
3464
3475
  * ## Attributes & Properties
3465
3476
  *
3466
3477
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3472,8 +3483,11 @@ export type CustomElements = {
3472
3483
 
3473
3484
  /**
3474
3485
  * Tab panel component that holds content for individual tabs.
3486
+ *
3475
3487
  * Each tab panel should have a name that matches a corresponding tab.
3476
3488
  *
3489
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)
3490
+ *
3477
3491
  * ## Attributes & Properties
3478
3492
  *
3479
3493
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3487,6 +3501,8 @@ export type CustomElements = {
3487
3501
  /**
3488
3502
  * Tabs are used to organize content by grouping similar information on the same page.
3489
3503
  *
3504
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)
3505
+ *
3490
3506
  * ## Attributes & Properties
3491
3507
  *
3492
3508
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3497,18 +3513,14 @@ export type CustomElements = {
3497
3513
  *
3498
3514
  * Events that will be emitted by the component.
3499
3515
  *
3500
- * - `change`: Includes `details.panelId` with the now active tab's ID
3516
+ * - `change`: Includes `details.panelId` with the now active tab panel's ID
3501
3517
  */
3502
3518
  "w-tabs": Partial<WarpTabsProps & BaseProps<WarpTabs> & BaseEvents>;
3503
3519
 
3504
3520
  /**
3505
3521
  * A multi-line text input with built-in form validation, auto-resizing, and styling support.
3506
3522
  *
3507
- * The component automatically handles:
3508
- * - Form integration
3509
- * - Auto-resizing based on content and row constraints
3510
- * - Built-in validation with customizable error messages
3511
- * - Accessibility attributes and labeling
3523
+ * [Warp component reference](https://warp-ds.github.io/docs/components/text-area/frameworks/elements)
3512
3524
  *
3513
3525
  * ## Attributes & Properties
3514
3526
  *
@@ -3664,6 +3676,8 @@ export type CustomElementsSolidJs = {
3664
3676
  /**
3665
3677
  * A single-line input component used for entering and editing textual or numeric data.
3666
3678
  *
3679
+ * [Warp component reference](https://warp-ds.github.io/docs/components/text-area/frameworks/elements)
3680
+ *
3667
3681
  * ## Attributes & Properties
3668
3682
  *
3669
3683
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -3710,7 +3724,7 @@ export type CustomElementsSolidJs = {
3710
3724
  * Areas where markup can be added to the component.
3711
3725
  *
3712
3726
  * - `suffix`: Use with `<w-affix>` to include a suffix, for example the unit for a number (e. g. km or sek).
3713
- * - `prefix`: Use with `<w-affix>` to include a prefix, for example a search icon. ## Accessibility Note for Affixes Due to shadow DOM boundaries, affix content cannot be connected to the input via ARIA references. For non-interactive affixes (text labels like currency symbols), consider including that information in the main label or placeholder text instead for better screen reader support.
3727
+ * - `prefix`: Use with `<w-affix>` to include a prefix, for example a search icon.
3714
3728
  *
3715
3729
  * ## Methods
3716
3730
  *
@@ -3729,7 +3743,7 @@ export type CustomElementsSolidJs = {
3729
3743
  >;
3730
3744
 
3731
3745
  /**
3732
- *
3746
+ * [Warp component reference](https://warp-ds.github.io/docs/components/icons/frameworks/elements)
3733
3747
  *
3734
3748
  * ## Attributes & Properties
3735
3749
  *
@@ -3748,17 +3762,7 @@ export type CustomElementsSolidJs = {
3748
3762
  /**
3749
3763
  * This component is usually used in other components like form elements to show a prefix or suffix. See for example `w-textfield`.
3750
3764
  *
3751
- * ## Accessibility Note
3752
- * Due to shadow DOM encapsulation, ARIA attributes (like `aria-describedby`, `aria-labelledby`)
3753
- * cannot reference elements across shadow boundaries. This means:
3754
- * - Non-interactive affixes (text labels, icons) cannot be connected to the parent input via ARIA
3755
- * - Interactive affixes (buttons) must have their own `aria-label` (already implemented)
3756
- * - Do NOT attempt to reference affix content from parent components via ARIA ID references - it won't work
3757
- *
3758
- * For non-interactive labels (e.g., currency symbols), consider including the information in the
3759
- * main label or placeholder instead of relying on ARIA to announce affix content.
3760
- *
3761
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-affix--docs)
3765
+ * [Warp component reference](https://warp-ds.github.io/docs/components/text-field/frameworks/elements#prefix-label)
3762
3766
  *
3763
3767
  * ## Attributes & Properties
3764
3768
  *
@@ -3780,9 +3784,7 @@ export type CustomElementsSolidJs = {
3780
3784
  /**
3781
3785
  * Alert is an inline component used for displaying different types of messages.
3782
3786
  *
3783
- * For accessibility reasons, alert should appear close to the element that triggered it.
3784
- *
3785
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)
3787
+ * [Warp component reference](https://warp-ds.github.io/docs/components/alert/frameworks/elements)
3786
3788
  *
3787
3789
  * ## Attributes & Properties
3788
3790
  *
@@ -3797,9 +3799,9 @@ export type CustomElementsSolidJs = {
3797
3799
  >;
3798
3800
 
3799
3801
  /**
3800
- * Buttons are used to perform actions, with different visuals for different needs.
3802
+ * Link component to use when creating links that look like buttons.
3801
3803
  *
3802
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-link--docs)
3804
+ * [Warp component reference](https://warp-ds.github.io/docs/components/link/frameworks/elements)
3803
3805
  *
3804
3806
  * ## Attributes & Properties
3805
3807
  *
@@ -3824,9 +3826,10 @@ export type CustomElementsSolidJs = {
3824
3826
 
3825
3827
  /**
3826
3828
  * Performs an action or renders a link with button styling.
3829
+ *
3827
3830
  * Use button variants to match action priority, risk, and context.
3828
3831
  *
3829
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-button--docs)
3832
+ * [Warp component reference](https://warp-ds.github.io/docs/components/button/frameworks/elements)
3830
3833
  *
3831
3834
  * ## Attributes & Properties
3832
3835
  *
@@ -3879,11 +3882,13 @@ export type CustomElementsSolidJs = {
3879
3882
  >;
3880
3883
 
3881
3884
  /**
3885
+ * Note: attention will soon be split into multiple components (tooltip, callout, popover, highlight) at which time this component will be deprecated. For now, use the `tooltip`, `callout`, `popover`, and `highlight` boolean properties to achieve the desired style and behavior.
3886
+ *
3882
3887
  * Attention is a versatile component for displaying contextual information and messages. It can be used for a wide range of purposes, such as tooltips, callouts, popovers, and highlights.
3883
3888
  *
3884
3889
  * The component is designed to be anchored to a trigger element, providing contextual information related to that element. It supports various placements and styling options to accommodate different use cases and design needs.
3885
3890
  *
3886
- * Note: attention will soon be split into multiple components (tooltip, callout, popover, highlight) at which time this component will be deprecated. For now, use the `tooltip`, `callout`, `popover`, and `highlight` boolean properties to achieve the desired style and behavior.
3891
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tooltip/frameworks/elements)
3887
3892
  *
3888
3893
  * ## Attributes & Properties
3889
3894
  *
@@ -3963,7 +3968,7 @@ export type CustomElementsSolidJs = {
3963
3968
  /**
3964
3969
  * Box is a layout component used for separating content areas on a page.
3965
3970
  *
3966
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/layout-box--docs)
3971
+ * [Warp component reference](https://warp-ds.github.io/docs/components/box/frameworks/elements)
3967
3972
  *
3968
3973
  * ## Attributes & Properties
3969
3974
  *
@@ -3986,9 +3991,10 @@ export type CustomElementsSolidJs = {
3986
3991
 
3987
3992
  /**
3988
3993
  * Shows the navigation structure for the current page.
3994
+ *
3989
3995
  * Renders direct child links and non-link elements as a breadcrumb trail, inserts separators between items, and exposes the trail as navigation.
3990
3996
  *
3991
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)
3997
+ * [Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements)
3992
3998
  *
3993
3999
  * ## Attributes & Properties
3994
4000
  *
@@ -4008,7 +4014,7 @@ export type CustomElementsSolidJs = {
4008
4014
  * Represents one item in a `w-breadcrumbs` trail.
4009
4015
  * Renders the slotted label as a link when `href` is set, or as text when it is not, and adds a separator after non-current items.
4010
4016
  *
4011
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)
4017
+ * [Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements)
4012
4018
  *
4013
4019
  * ## Attributes & Properties
4014
4020
  *
@@ -4035,7 +4041,7 @@ export type CustomElementsSolidJs = {
4035
4041
  /**
4036
4042
  * Card is a layout component used for separating content areas on a page.
4037
4043
  *
4038
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-card--docs)
4044
+ * [Warp component reference](https://warp-ds.github.io/docs/components/card/frameworks/elements)
4039
4045
  *
4040
4046
  * ## Attributes & Properties
4041
4047
  *
@@ -4063,7 +4069,11 @@ export type CustomElementsSolidJs = {
4063
4069
  >;
4064
4070
 
4065
4071
  /**
4072
+ * Checkboxes allow users to select one or more options from a number of choices.
4073
+ *
4074
+ * Wrap individual checkboxes in a checkbox group.
4066
4075
  *
4076
+ * [Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements)
4067
4077
  *
4068
4078
  * ## Attributes & Properties
4069
4079
  *
@@ -4095,12 +4105,6 @@ export type CustomElementsSolidJs = {
4095
4105
  * - `validationMessage`: Returns the validation message if the checkbox is invalid, otherwise an empty string (property only) (readonly)
4096
4106
  * - `validity`: Returns the validity state of the checkbox (property only) (readonly)
4097
4107
  *
4098
- * ## Events
4099
- *
4100
- * Events that will be emitted by the component.
4101
- *
4102
- * - `change`: undefined
4103
- *
4104
4108
  * ## Methods
4105
4109
  *
4106
4110
  * Methods that can be called to access component functionality.
@@ -4120,18 +4124,11 @@ export type CustomElementsSolidJs = {
4120
4124
  >;
4121
4125
 
4122
4126
  /**
4123
- * Checkboxes allow users to select multiple options from a list of choices.
4127
+ * Checkboxes allow users to select one or more options from a number of choices.
4124
4128
  *
4125
- * Use with `w-checkbox`.
4129
+ * Wrap individual checkboxes in a checkbox group.
4126
4130
  *
4127
- * ## Architecture Note
4128
- * This component uses a <div> wrapper instead of the more semantic <fieldset> element.
4129
- * Note that w-radio-group uses <fieldset>, which provides better accessibility and follows
4130
- * HTML best practices. This inconsistency exists for historical reasons and may be addressed
4131
- * in a future major version to align both on the more semantic approach.
4132
- *
4133
- * TODO: Align w-checkbox-group to use <fieldset> in a future major version after assessing
4134
- * backwards compatibility implications (CSS selectors, etc.).
4131
+ * [Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements)
4135
4132
  *
4136
4133
  * ## Attributes & Properties
4137
4134
  *
@@ -4174,7 +4171,7 @@ export type CustomElementsSolidJs = {
4174
4171
  /**
4175
4172
  * A combobox element for text input with selectable options.
4176
4173
  *
4177
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-combobox--docs)
4174
+ * [Warp component reference](https://warp-ds.github.io/docs/components/combo-box/frameworks/elements)
4178
4175
  *
4179
4176
  * ## Attributes & Properties
4180
4177
  *
@@ -4240,11 +4237,9 @@ export type CustomElementsSolidJs = {
4240
4237
  >;
4241
4238
 
4242
4239
  /**
4243
- * An input for dates.
4244
- *
4245
- * Uses the `lang` attribute on either the element or on `<html>` to determine the locale options.
4240
+ * A date picker allows the user to select a specific calendar date.
4246
4241
  *
4247
- * [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-datepicker--docs)
4242
+ * [Warp component reference](https://warp-ds.github.io/docs/components/date-picker/frameworks/elements)
4248
4243
  *
4249
4244
  * ## Attributes & Properties
4250
4245
  *
@@ -4307,6 +4302,8 @@ export type CustomElementsSolidJs = {
4307
4302
  /**
4308
4303
  * Expandable is a layout component used for creating expandable content areas on a page.
4309
4304
  *
4305
+ * [Warp component reference](https://warp-ds.github.io/docs/components/expandable/frameworks/elements)
4306
+ *
4310
4307
  * ## Attributes & Properties
4311
4308
  *
4312
4309
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4339,6 +4336,8 @@ export type CustomElementsSolidJs = {
4339
4336
  /**
4340
4337
  * Modals (or dialogs) display important information that users need to acknowledge.
4341
4338
  *
4339
+ * [Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)
4340
+ *
4342
4341
  * ## Attributes & Properties
4343
4342
  *
4344
4343
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4400,6 +4399,8 @@ export type CustomElementsSolidJs = {
4400
4399
  /**
4401
4400
  * The footer section of a modal, typically where you place actions.
4402
4401
  *
4402
+ * [Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)
4403
+ *
4403
4404
  * ## CSS Custom Properties
4404
4405
  *
4405
4406
  * CSS variables available for styling the component.
@@ -4422,6 +4423,8 @@ export type CustomElementsSolidJs = {
4422
4423
  /**
4423
4424
  * The header section of a modal, typically where you place the title and a close button.
4424
4425
  *
4426
+ * [Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)
4427
+ *
4425
4428
  * ## Attributes & Properties
4426
4429
  *
4427
4430
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4472,6 +4475,8 @@ export type CustomElementsSolidJs = {
4472
4475
  *
4473
4476
  * One dot is highlighted to indicate the currently selected page.
4474
4477
  *
4478
+ * [Warp component reference](https://warp-ds.github.io/docs/components/page-indicator/frameworks/elements)
4479
+ *
4475
4480
  * ## Attributes & Properties
4476
4481
  *
4477
4482
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4489,6 +4494,8 @@ export type CustomElementsSolidJs = {
4489
4494
  /**
4490
4495
  * Pagination allows users to navigate through multiple pages of content by providing navigation controls with page numbers and directional arrows.
4491
4496
  *
4497
+ * [Warp component reference](https://warp-ds.github.io/docs/components/pagination/frameworks/elements)
4498
+ *
4492
4499
  * ## Attributes & Properties
4493
4500
  *
4494
4501
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4516,6 +4523,8 @@ export type CustomElementsSolidJs = {
4516
4523
  /**
4517
4524
  * Pill is a type of button that is often used as a filter, but can also be used as a rounded button for overlays, etc.
4518
4525
  *
4526
+ * [Warp component reference](https://warp-ds.github.io/docs/components/pill/frameworks/elements)
4527
+ *
4519
4528
  * ## Attributes & Properties
4520
4529
  *
4521
4530
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4539,7 +4548,11 @@ export type CustomElementsSolidJs = {
4539
4548
  >;
4540
4549
 
4541
4550
  /**
4551
+ * Radios allow users to select a single option from a list of choices.
4552
+ *
4553
+ * Wrap individual radio components in a radio group.
4542
4554
  *
4555
+ * [Warp component reference](https://warp-ds.github.io/docs/components/radio/frameworks/elements)
4543
4556
  *
4544
4557
  * ## Attributes & Properties
4545
4558
  *
@@ -4559,7 +4572,9 @@ export type CustomElementsSolidJs = {
4559
4572
  /**
4560
4573
  * Radios allow users to select a single option from a list of choices.
4561
4574
  *
4562
- * Use with `w-radio`.
4575
+ * Wrap individual radio components in a radio group.
4576
+ *
4577
+ * [Warp component reference](https://warp-ds.github.io/docs/components/radio/frameworks/elements)
4563
4578
  *
4564
4579
  * ## Attributes & Properties
4565
4580
  *
@@ -4580,7 +4595,7 @@ export type CustomElementsSolidJs = {
4580
4595
  * Areas where markup can be added to the component.
4581
4596
  *
4582
4597
  * - `label`: Alternative to the `label` attribute should you need custom HTML.
4583
- * - `help-text`: Alternative to the `help-text` attribute should you need custom HTML. ## Architecture Note This component uses semantic <fieldset> element for grouping radio controls, which provides better accessibility and follows HTML best practices. Note that w-checkbox-group currently uses <div> instead - this inconsistency exists for historical reasons and may be addressed in a future major version to align both on the more semantic approach. TODO: Align w-checkbox-group to also use <fieldset> in a future major version after assessing backwards compatibility implications (CSS selectors, etc.).
4598
+ * - `help-text`: Alternative to the `help-text` attribute should you need custom HTML.
4584
4599
  */
4585
4600
  "w-radio-group": Partial<
4586
4601
  WarpRadioGroupProps &
@@ -4592,6 +4607,8 @@ export type CustomElementsSolidJs = {
4592
4607
  /**
4593
4608
  * A dropdown component for selecting a single value.
4594
4609
  *
4610
+ * [Warp component reference](https://warp-ds.github.io/docs/components/select/frameworks/elements)
4611
+ *
4595
4612
  * ## Attributes & Properties
4596
4613
  *
4597
4614
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4664,6 +4681,8 @@ export type CustomElementsSolidJs = {
4664
4681
  /**
4665
4682
  * Parent component for sliders (both single and range sliders). Used in combination with a `<w-slider-thumb>`.
4666
4683
  *
4684
+ * [Warp component reference](https://warp-ds.github.io/docs/components/slider/frameworks/elements)
4685
+ *
4667
4686
  * ## Attributes & Properties
4668
4687
  *
4669
4688
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4713,6 +4732,8 @@ export type CustomElementsSolidJs = {
4713
4732
  *
4714
4733
  * See the `create` function on `w-snackbar` for a convenience API which helps you make snackbar items.
4715
4734
  *
4735
+ * [Warp component reference](https://warp-ds.github.io/docs/components/snackbar/frameworks/elements)
4736
+ *
4716
4737
  * ## Attributes & Properties
4717
4738
  *
4718
4739
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4773,6 +4794,8 @@ export type CustomElementsSolidJs = {
4773
4794
  *
4774
4795
  * Include one `<w-snackbar></w-snackbar>` in the document `<body>`. Use the `create` function to create messages.
4775
4796
  *
4797
+ * [Warp component reference](https://warp-ds.github.io/docs/components/snackbar/frameworks/elements)
4798
+ *
4776
4799
  * ## Slots
4777
4800
  *
4778
4801
  * Areas where markup can be added to the component.
@@ -4821,7 +4844,9 @@ export type CustomElementsSolidJs = {
4821
4844
  >;
4822
4845
 
4823
4846
  /**
4824
- * Individual step component that shows a single step in a process
4847
+ * Individual step component that shows a single step in a process.
4848
+ *
4849
+ * [Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements)
4825
4850
  *
4826
4851
  * ## Attributes & Properties
4827
4852
  *
@@ -4848,6 +4873,8 @@ export type CustomElementsSolidJs = {
4848
4873
  /**
4849
4874
  * Steps are used to show progress through a process or to guide users through a multi-step task.
4850
4875
  *
4876
+ * [Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements)
4877
+ *
4851
4878
  * ## Attributes & Properties
4852
4879
  *
4853
4880
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4865,6 +4892,8 @@ export type CustomElementsSolidJs = {
4865
4892
  /**
4866
4893
  * The Switch component allows users to toggle between two states.
4867
4894
  *
4895
+ * [Warp component reference](https://warp-ds.github.io/docs/components/switch/frameworks/elements)
4896
+ *
4868
4897
  * ## Attributes & Properties
4869
4898
  *
4870
4899
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4898,6 +4927,8 @@ export type CustomElementsSolidJs = {
4898
4927
  /**
4899
4928
  * Individual tab component used within w-tabs container.
4900
4929
  *
4930
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)
4931
+ *
4901
4932
  * ## Attributes & Properties
4902
4933
  *
4903
4934
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4911,8 +4942,11 @@ export type CustomElementsSolidJs = {
4911
4942
 
4912
4943
  /**
4913
4944
  * Tab panel component that holds content for individual tabs.
4945
+ *
4914
4946
  * Each tab panel should have a name that matches a corresponding tab.
4915
4947
  *
4948
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)
4949
+ *
4916
4950
  * ## Attributes & Properties
4917
4951
  *
4918
4952
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4929,6 +4963,8 @@ export type CustomElementsSolidJs = {
4929
4963
  /**
4930
4964
  * Tabs are used to organize content by grouping similar information on the same page.
4931
4965
  *
4966
+ * [Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)
4967
+ *
4932
4968
  * ## Attributes & Properties
4933
4969
  *
4934
4970
  * Component attributes and properties that can be applied to the element or by using JavaScript.
@@ -4939,7 +4975,7 @@ export type CustomElementsSolidJs = {
4939
4975
  *
4940
4976
  * Events that will be emitted by the component.
4941
4977
  *
4942
- * - `change`: Includes `details.panelId` with the now active tab's ID
4978
+ * - `change`: Includes `details.panelId` with the now active tab panel's ID
4943
4979
  */
4944
4980
  "w-tabs": Partial<
4945
4981
  WarpTabsProps & WarpTabsSolidJsProps & BaseProps<WarpTabs> & BaseEvents
@@ -4948,11 +4984,7 @@ export type CustomElementsSolidJs = {
4948
4984
  /**
4949
4985
  * A multi-line text input with built-in form validation, auto-resizing, and styling support.
4950
4986
  *
4951
- * The component automatically handles:
4952
- * - Form integration
4953
- * - Auto-resizing based on content and row constraints
4954
- * - Built-in validation with customizable error messages
4955
- * - Accessibility attributes and labeling
4987
+ * [Warp component reference](https://warp-ds.github.io/docs/components/text-area/frameworks/elements)
4956
4988
  *
4957
4989
  * ## Attributes & Properties
4958
4990
  *