@warp-ds/elements 2.10.0 → 2.11.0-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 (255) hide show
  1. package/dist/custom-elements.json +59 -50
  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/api.md +0 -8
  10. package/dist/docs/card/card.md +58 -11
  11. package/dist/docs/card/styling.md +51 -0
  12. package/dist/docs/card/usage.md +4 -2
  13. package/dist/docs/checkbox/api.md +0 -9
  14. package/dist/docs/checkbox/checkbox.md +5 -10
  15. package/dist/docs/checkbox-group/checkbox-group.md +3 -10
  16. package/dist/docs/combobox/combobox.md +2 -0
  17. package/dist/docs/datepicker/datepicker.md +2 -2
  18. package/dist/docs/expandable/expandable.md +2 -0
  19. package/dist/docs/icon/icon.md +1 -1
  20. package/dist/docs/index.md +35 -35
  21. package/dist/docs/link/link.md +3 -1
  22. package/dist/docs/modal/modal.md +2 -0
  23. package/dist/docs/modal-footer/modal-footer.md +2 -0
  24. package/dist/docs/modal-header/modal-header.md +2 -0
  25. package/dist/docs/page-indicator/page-indicator.md +2 -0
  26. package/dist/docs/pagination/pagination.md +2 -0
  27. package/dist/docs/pill/pill.md +2 -0
  28. package/dist/docs/radio/radio.md +5 -1
  29. package/dist/docs/radio-group/radio-group.md +3 -1
  30. package/dist/docs/select/select.md +2 -0
  31. package/dist/docs/slider/slider.md +2 -0
  32. package/dist/docs/snackbar/snackbar.md +2 -0
  33. package/dist/docs/snackbar-item/snackbar-item.md +2 -0
  34. package/dist/docs/step/step.md +3 -1
  35. package/dist/docs/step-indicator/step-indicator.md +2 -0
  36. package/dist/docs/switch/switch.md +2 -0
  37. package/dist/docs/tab/tab.md +2 -0
  38. package/dist/docs/tab-panel/tab-panel.md +3 -0
  39. package/dist/docs/tabs/api.md +1 -1
  40. package/dist/docs/tabs/tabs.md +3 -1
  41. package/dist/docs/textarea/textarea.md +1 -5
  42. package/dist/docs/textfield/textfield.md +2 -0
  43. package/dist/entrypoint-react.d.ts +38 -0
  44. package/dist/entrypoint-react.js +39 -0
  45. package/dist/index.d.ts +152 -126
  46. package/dist/packages/affix/affix.d.ts +6 -11
  47. package/dist/packages/affix/affix.js +9 -9
  48. package/dist/packages/affix/affix.js.map +2 -2
  49. package/dist/packages/affix/affix.react.stories.d.ts +1 -1
  50. package/dist/packages/affix/react.d.ts +7 -2
  51. package/dist/packages/affix/react.js +5 -0
  52. package/dist/packages/alert/alert.d.ts +6 -3
  53. package/dist/packages/alert/alert.js +3 -3
  54. package/dist/packages/alert/alert.js.map +2 -2
  55. package/dist/packages/alert/react.d.ts +8 -1
  56. package/dist/packages/alert/react.js +7 -0
  57. package/dist/packages/attention/attention.d.ts +3 -1
  58. package/dist/packages/attention/attention.js +12 -12
  59. package/dist/packages/attention/attention.js.map +2 -2
  60. package/dist/packages/attention/react.d.ts +13 -3
  61. package/dist/packages/attention/react.js +9 -0
  62. package/dist/packages/badge/badge.d.ts +5 -0
  63. package/dist/packages/badge/badge.js.map +2 -2
  64. package/dist/packages/badge/react.d.ts +6 -1
  65. package/dist/packages/badge/react.js +5 -0
  66. package/dist/packages/box/box.d.ts +6 -1
  67. package/dist/packages/box/box.js +3 -3
  68. package/dist/packages/box/box.js.map +2 -2
  69. package/dist/packages/box/box.react.stories.d.ts +1 -1
  70. package/dist/packages/box/react.d.ts +6 -1
  71. package/dist/packages/box/react.js +5 -0
  72. package/dist/packages/breadcrumb-item/breadcrumb-item.d.ts +6 -1
  73. package/dist/packages/breadcrumb-item/breadcrumb-item.js +2 -2
  74. package/dist/packages/breadcrumb-item/breadcrumb-item.js.map +2 -2
  75. package/dist/packages/breadcrumb-item/react.d.ts +7 -1
  76. package/dist/packages/breadcrumb-item/react.js +6 -0
  77. package/dist/packages/breadcrumbs/breadcrumbs.d.ts +7 -1
  78. package/dist/packages/breadcrumbs/breadcrumbs.js +3 -3
  79. package/dist/packages/breadcrumbs/breadcrumbs.js.map +2 -2
  80. package/dist/packages/breadcrumbs/react.d.ts +8 -1
  81. package/dist/packages/breadcrumbs/react.js +7 -0
  82. package/dist/packages/button/button.d.ts +2 -1
  83. package/dist/packages/button/button.js.map +2 -2
  84. package/dist/packages/button/button.react.stories.d.ts +2 -2
  85. package/dist/packages/button/react.d.ts +9 -2
  86. package/dist/packages/button/react.js +7 -0
  87. package/dist/packages/card/card.d.ts +8 -10
  88. package/dist/packages/card/card.js +151 -20
  89. package/dist/packages/card/card.js.map +4 -4
  90. package/dist/packages/card/card.react.stories.d.ts +1 -1
  91. package/dist/packages/card/card.stories.d.ts +1 -0
  92. package/dist/packages/card/card.stories.js +44 -1
  93. package/dist/packages/card/react.d.ts +6 -1
  94. package/dist/packages/card/react.js +5 -0
  95. package/dist/packages/card/styles.js +132 -2
  96. package/dist/packages/checkbox/checkbox.d.ts +6 -0
  97. package/dist/packages/checkbox/checkbox.js +1 -1
  98. package/dist/packages/checkbox/checkbox.js.map +2 -2
  99. package/dist/packages/checkbox/checkbox.react.stories.d.ts +2 -2
  100. package/dist/packages/checkbox/react.d.ts +12 -3
  101. package/dist/packages/checkbox/react.js +7 -0
  102. package/dist/packages/checkbox-group/checkbox-group.d.ts +3 -10
  103. package/dist/packages/checkbox-group/checkbox-group.js.map +2 -2
  104. package/dist/packages/checkbox-group/react.d.ts +9 -2
  105. package/dist/packages/checkbox-group/react.js +7 -0
  106. package/dist/packages/combobox/combobox.d.ts +6 -1
  107. package/dist/packages/combobox/combobox.js +3 -3
  108. package/dist/packages/combobox/combobox.js.map +2 -2
  109. package/dist/packages/combobox/combobox.react.stories.d.ts +18 -2
  110. package/dist/packages/combobox/react.d.ts +15 -2
  111. package/dist/packages/combobox/react.js +9 -0
  112. package/dist/packages/datepicker/datepicker.d.ts +7 -4
  113. package/dist/packages/datepicker/datepicker.js +3 -3
  114. package/dist/packages/datepicker/datepicker.js.map +2 -2
  115. package/dist/packages/datepicker/datepicker.react.stories.d.ts +14 -14
  116. package/dist/packages/datepicker/react.d.ts +14 -8
  117. package/dist/packages/datepicker/react.js +5 -0
  118. package/dist/packages/expandable/expandable.d.ts +7 -0
  119. package/dist/packages/expandable/expandable.js +4 -4
  120. package/dist/packages/expandable/expandable.js.map +2 -2
  121. package/dist/packages/expandable/react.d.ts +6 -1
  122. package/dist/packages/expandable/react.js +5 -0
  123. package/dist/packages/icon/icon.d.ts +3 -0
  124. package/dist/packages/icon/icon.js.map +2 -2
  125. package/dist/packages/icon/react.d.ts +4 -1
  126. package/dist/packages/icon/react.js +3 -0
  127. package/dist/packages/link/link.d.ts +7 -2
  128. package/dist/packages/link/link.js +5 -5
  129. package/dist/packages/link/link.js.map +2 -2
  130. package/dist/packages/link/link.react.stories.d.ts +2 -2
  131. package/dist/packages/link/react.d.ts +7 -2
  132. package/dist/packages/link/react.js +5 -0
  133. package/dist/packages/modal/modal.d.ts +7 -0
  134. package/dist/packages/modal/modal.js +4 -4
  135. package/dist/packages/modal/modal.js.map +2 -2
  136. package/dist/packages/modal/react.d.ts +3 -1
  137. package/dist/packages/modal/react.js +2 -0
  138. package/dist/packages/modal-footer/modal-footer.d.ts +7 -0
  139. package/dist/packages/modal-footer/modal-footer.js +1 -1
  140. package/dist/packages/modal-footer/modal-footer.js.map +2 -2
  141. package/dist/packages/modal-footer/react.d.ts +6 -1
  142. package/dist/packages/modal-footer/react.js +5 -0
  143. package/dist/packages/modal-header/modal-header.d.ts +7 -0
  144. package/dist/packages/modal-header/modal-header.js +5 -5
  145. package/dist/packages/modal-header/modal-header.js.map +2 -2
  146. package/dist/packages/modal-header/react.d.ts +8 -3
  147. package/dist/packages/modal-header/react.js +5 -0
  148. package/dist/packages/page-indicator/page-indicator.d.ts +7 -0
  149. package/dist/packages/page-indicator/page-indicator.js +4 -4
  150. package/dist/packages/page-indicator/page-indicator.js.map +2 -2
  151. package/dist/packages/page-indicator/react.d.ts +8 -1
  152. package/dist/packages/page-indicator/react.js +7 -0
  153. package/dist/packages/pagination/pagination.d.ts +7 -0
  154. package/dist/packages/pagination/pagination.js +5 -5
  155. package/dist/packages/pagination/pagination.js.map +2 -2
  156. package/dist/packages/pagination/pagination.react.stories.d.ts +12 -4
  157. package/dist/packages/pagination/react.d.ts +12 -3
  158. package/dist/packages/pagination/react.js +5 -0
  159. package/dist/packages/pill/pill.d.ts +7 -0
  160. package/dist/packages/pill/pill.js.map +2 -2
  161. package/dist/packages/pill/pill.react.stories.d.ts +12 -8
  162. package/dist/packages/pill/pill.react.stories.js +4 -0
  163. package/dist/packages/pill/react.d.ts +10 -5
  164. package/dist/packages/pill/react.js +7 -2
  165. package/dist/packages/radio/radio.d.ts +6 -0
  166. package/dist/packages/radio/radio.js.map +2 -2
  167. package/dist/packages/radio/react.d.ts +8 -1
  168. package/dist/packages/radio/react.js +7 -0
  169. package/dist/packages/radio-group/radio-group.d.ts +3 -10
  170. package/dist/packages/radio-group/radio-group.js.map +2 -2
  171. package/dist/packages/radio-group/react.d.ts +11 -4
  172. package/dist/packages/radio-group/react.js +8 -0
  173. package/dist/packages/select/react.d.ts +10 -4
  174. package/dist/packages/select/react.js +5 -0
  175. package/dist/packages/select/select.d.ts +8 -2
  176. package/dist/packages/select/select.js +5 -5
  177. package/dist/packages/select/select.js.map +2 -2
  178. package/dist/packages/select/select.react.stories.d.ts +6 -6
  179. package/dist/packages/select/select.react.stories.js +4 -4
  180. package/dist/packages/slider/react.d.ts +7 -2
  181. package/dist/packages/slider/react.js +5 -0
  182. package/dist/packages/slider/slider.d.ts +7 -0
  183. package/dist/packages/slider/slider.js +6 -6
  184. package/dist/packages/slider/slider.js.map +2 -2
  185. package/dist/packages/slider/slider.react.stories.d.ts +1 -1
  186. package/dist/packages/slider-thumb/react.d.ts +15 -4
  187. package/dist/packages/slider-thumb/react.js +5 -0
  188. package/dist/packages/slider-thumb/slider-thumb.d.ts +5 -0
  189. package/dist/packages/slider-thumb/slider-thumb.js +4 -4
  190. package/dist/packages/slider-thumb/slider-thumb.js.map +2 -2
  191. package/dist/packages/snackbar/react.d.ts +40 -1
  192. package/dist/packages/snackbar/react.js +39 -0
  193. package/dist/packages/snackbar/snackbar.d.ts +2 -0
  194. package/dist/packages/snackbar/snackbar.js.map +2 -2
  195. package/dist/packages/snackbar-item/react.d.ts +8 -1
  196. package/dist/packages/snackbar-item/react.js +7 -0
  197. package/dist/packages/snackbar-item/snackbar-item.d.ts +2 -0
  198. package/dist/packages/snackbar-item/snackbar-item.js.map +2 -2
  199. package/dist/packages/step/react.d.ts +6 -1
  200. package/dist/packages/step/react.js +5 -0
  201. package/dist/packages/step/step.d.ts +8 -1
  202. package/dist/packages/step/step.js +7 -7
  203. package/dist/packages/step/step.js.map +2 -2
  204. package/dist/packages/step-indicator/react.d.ts +6 -1
  205. package/dist/packages/step-indicator/react.js +5 -0
  206. package/dist/packages/step-indicator/step-indicator.d.ts +7 -0
  207. package/dist/packages/step-indicator/step-indicator.js +2 -2
  208. package/dist/packages/step-indicator/step-indicator.js.map +2 -2
  209. package/dist/packages/switch/react.d.ts +9 -3
  210. package/dist/packages/switch/react.js +5 -0
  211. package/dist/packages/switch/switch.d.ts +7 -0
  212. package/dist/packages/switch/switch.js +3 -3
  213. package/dist/packages/switch/switch.js.map +2 -2
  214. package/dist/packages/switch/switch.react.stories.d.ts +2 -2
  215. package/dist/packages/tab/react.d.ts +9 -6
  216. package/dist/packages/tab/react.js +5 -2
  217. package/dist/packages/tab/tab.d.ts +7 -0
  218. package/dist/packages/tab/tab.js.map +2 -2
  219. package/dist/packages/tab-panel/react.d.ts +8 -1
  220. package/dist/packages/tab-panel/react.js +7 -0
  221. package/dist/packages/tab-panel/tab-panel.d.ts +3 -0
  222. package/dist/packages/tab-panel/tab-panel.js.map +2 -2
  223. package/dist/packages/tabs/react.d.ts +7 -3
  224. package/dist/packages/tabs/react.js +6 -2
  225. package/dist/packages/tabs/tabs.d.ts +3 -1
  226. package/dist/packages/tabs/tabs.js.map +2 -2
  227. package/dist/packages/textarea/react.d.ts +16 -10
  228. package/dist/packages/textarea/react.js +5 -0
  229. package/dist/packages/textarea/textarea.d.ts +6 -5
  230. package/dist/packages/textarea/textarea.js +5 -5
  231. package/dist/packages/textarea/textarea.js.map +2 -2
  232. package/dist/packages/textarea/textarea.react.stories.d.ts +18 -18
  233. package/dist/packages/textfield/react.d.ts +16 -10
  234. package/dist/packages/textfield/react.js +5 -0
  235. package/dist/packages/textfield/react.test.d.ts +1 -0
  236. package/dist/packages/textfield/react.test.js +20 -0
  237. package/dist/packages/textfield/textfield.d.ts +7 -5
  238. package/dist/packages/textfield/textfield.js +8 -8
  239. package/dist/packages/textfield/textfield.js.map +3 -3
  240. package/dist/packages/textfield/textfield.react.stories.d.ts +18 -18
  241. package/dist/packages/toast/toast.d.ts +5 -0
  242. package/dist/packages/toast/toast.js +4 -4
  243. package/dist/packages/toast/toast.js.map +2 -2
  244. package/dist/packages/toast-container/toast-container.d.ts +6 -1
  245. package/dist/packages/toast-container/toast-container.js +3 -3
  246. package/dist/packages/toast-container/toast-container.js.map +2 -2
  247. package/dist/packages/types.d.ts +16 -0
  248. package/dist/packages/types.js +1 -0
  249. package/dist/web-types.json +43 -44
  250. package/eik/index.js +14 -14
  251. package/package.json +4 -112
  252. package/dist/packages/slider/Slider.d.ts +0 -2
  253. package/dist/packages/slider/Slider.js +0 -8
  254. package/dist/packages/slider-thumb/SliderThumb.d.ts +0 -2
  255. package/dist/packages/slider-thumb/SliderThumb.js +0 -8
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@warp-ds/elements",
4
- "version": "2.10.0-next.24",
4
+ "version": "2.10.1-next.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
9
  {
10
10
  "name": "w-textfield",
11
- "description": "A single-line input component used for entering and editing textual or numeric data.\n---\n\n\n### **Slots:**\n - **suffix** - Use with `<w-affix>` to include a suffix, for example the unit for a number (e. g. km or sek).\n- **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.",
11
+ "description": "A single-line input component used for entering and editing textual or numeric data.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/text-area/frameworks/elements)\n---\n\n\n### **Slots:**\n - **suffix** - Use with `<w-affix>` to include a suffix, for example the unit for a number (e. g. km or sek).\n- **prefix** - Use with `<w-affix>` to include a prefix, for example a search icon.",
12
12
  "doc-url": "",
13
13
  "attributes": [
14
14
  {
@@ -122,7 +122,7 @@
122
122
  },
123
123
  {
124
124
  "name": "prefix",
125
- "description": "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."
125
+ "description": "Use with `<w-affix>` to include a prefix, for example a search icon."
126
126
  }
127
127
  ],
128
128
  "events": [],
@@ -237,7 +237,7 @@
237
237
  },
238
238
  {
239
239
  "name": "w-icon",
240
- "description": "\n---\n",
240
+ "description": "[Warp component reference](https://warp-ds.github.io/docs/components/icons/frameworks/elements)\n---\n",
241
241
  "doc-url": "",
242
242
  "attributes": [
243
243
  {
@@ -283,7 +283,7 @@
283
283
  },
284
284
  {
285
285
  "name": "w-affix",
286
- "description": "This component is usually used in other components like form elements to show a prefix or suffix. See for example `w-textfield`.\n\n## Accessibility Note\nDue to shadow DOM encapsulation, ARIA attributes (like `aria-describedby`, `aria-labelledby`)\ncannot reference elements across shadow boundaries. This means:\n- Non-interactive affixes (text labels, icons) cannot be connected to the parent input via ARIA\n- Interactive affixes (buttons) must have their own `aria-label` (already implemented)\n- Do NOT attempt to reference affix content from parent components via ARIA ID references - it won't work\n\nFor non-interactive labels (e.g., currency symbols), consider including the information in the\nmain label or placeholder instead of relying on ARIA to announce affix content.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-affix--docs)\n---\n",
286
+ "description": "This component is usually used in other components like form elements to show a prefix or suffix. See for example `w-textfield`.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/text-field/frameworks/elements#prefix-label)\n---\n",
287
287
  "doc-url": "",
288
288
  "attributes": [
289
289
  {
@@ -332,7 +332,7 @@
332
332
  },
333
333
  {
334
334
  "name": "w-alert",
335
- "description": "Alert is an inline component used for displaying different types of messages.\n\nFor accessibility reasons, alert should appear close to the element that triggered it.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/feedback-alert--docs)\n---\n",
335
+ "description": "Alert is an inline component used for displaying different types of messages.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/alert/frameworks/elements)\n---\n",
336
336
  "doc-url": "",
337
337
  "attributes": [
338
338
  {
@@ -366,7 +366,7 @@
366
366
  },
367
367
  {
368
368
  "name": "w-link",
369
- "description": "Buttons are used to perform actions, with different visuals for different needs.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-link--docs)\n---\n",
369
+ "description": "Link component to use when creating links that look like buttons.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/link/frameworks/elements)\n---\n",
370
370
  "doc-url": "",
371
371
  "attributes": [
372
372
  {
@@ -461,7 +461,7 @@
461
461
  },
462
462
  {
463
463
  "name": "w-button",
464
- "description": "Performs an action or renders a link with button styling.\nUse button variants to match action priority, risk, and context.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/buttons-button--docs)\n---\n",
464
+ "description": "Performs an action or renders a link with button styling.\n\nUse button variants to match action priority, risk, and context.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/button/frameworks/elements)\n---\n",
465
465
  "doc-url": "",
466
466
  "attributes": [
467
467
  {
@@ -646,7 +646,7 @@
646
646
  },
647
647
  {
648
648
  "name": "w-attention",
649
- "description": "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.\n\nThe 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.\n\nNote: 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.\n---\n",
649
+ "description": "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.\n\nAttention 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.\n\nThe 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.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/tooltip/frameworks/elements)\n---\n",
650
650
  "doc-url": "",
651
651
  "attributes": [
652
652
  {
@@ -837,7 +837,7 @@
837
837
  },
838
838
  {
839
839
  "name": "w-box",
840
- "description": "Box is a layout component used for separating content areas on a page.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/layout-box--docs)\n---\n",
840
+ "description": "Box is a layout component used for separating content areas on a page.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/box/frameworks/elements)\n---\n",
841
841
  "doc-url": "",
842
842
  "attributes": [
843
843
  {
@@ -900,7 +900,7 @@
900
900
  },
901
901
  {
902
902
  "name": "w-breadcrumbs",
903
- "description": "Shows the navigation structure for the current page.\nRenders direct child links and non-link elements as a breadcrumb trail, inserts separators between items, and exposes the trail as navigation.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)\n---\n",
903
+ "description": "Shows the navigation structure for the current page.\n\nRenders direct child links and non-link elements as a breadcrumb trail, inserts separators between items, and exposes the trail as navigation.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements)\n---\n",
904
904
  "doc-url": "",
905
905
  "attributes": [],
906
906
  "events": [],
@@ -917,7 +917,7 @@
917
917
  },
918
918
  {
919
919
  "name": "w-breadcrumb-item",
920
- "description": "Represents one item in a `w-breadcrumbs` trail.\nRenders 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.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-breadcrumbs--docs)\n---\n\n\n### **Slots:**\n - _default_ - The breadcrumb label content.",
920
+ "description": "Represents one item in a `w-breadcrumbs` trail.\nRenders 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.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/breadcrumbs/frameworks/elements)\n---\n\n\n### **Slots:**\n - _default_ - The breadcrumb label content.",
921
921
  "doc-url": "",
922
922
  "attributes": [
923
923
  {
@@ -953,7 +953,7 @@
953
953
  },
954
954
  {
955
955
  "name": "w-card",
956
- "description": "Card is a layout component used for separating content areas on a page.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-card--docs)\n---\n",
956
+ "description": "Card is a layout component used for grouping interactive content areas on a page.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/card/frameworks/elements)\n---\n",
957
957
  "doc-url": "",
958
958
  "attributes": [
959
959
  {
@@ -989,15 +989,14 @@
989
989
  "name": "clickable",
990
990
  "description": "Whether the whole card is interactive.\n\nWhen set, the card becomes keyboard focusable and Enter or Space triggers a click on the card. Use this only when the whole card has one action or represents one selectable choice.",
991
991
  "type": "boolean"
992
- },
993
- { "name": "buttonText" }
992
+ }
994
993
  ],
995
994
  "events": []
996
995
  }
997
996
  },
998
997
  {
999
998
  "name": "w-checkbox",
1000
- "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks whether the checkbox passes constraint validation\n- **reportValidity(): _boolean_** - Checks validity and shows the browser's validation message if invalid",
999
+ "description": "Checkboxes allow users to select one or more options from a number of choices.\n\nWrap individual checkboxes in a checkbox group.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements)\n---\n\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks whether the checkbox passes constraint validation\n- **reportValidity(): _boolean_** - Checks validity and shows the browser's validation message if invalid",
1001
1000
  "doc-url": "",
1002
1001
  "attributes": [
1003
1002
  {
@@ -1036,7 +1035,7 @@
1036
1035
  "value": { "type": "boolean", "default": "false" }
1037
1036
  }
1038
1037
  ],
1039
- "events": [{ "name": "change", "type": "Event" }],
1038
+ "events": [],
1040
1039
  "js": {
1041
1040
  "properties": [
1042
1041
  { "name": "input", "type": "HTMLInputElement" },
@@ -1091,12 +1090,12 @@
1091
1090
  "type": "ValidityState"
1092
1091
  }
1093
1092
  ],
1094
- "events": [{ "name": "change", "type": "Event" }]
1093
+ "events": []
1095
1094
  }
1096
1095
  },
1097
1096
  {
1098
1097
  "name": "w-checkbox-group",
1099
- "description": "Checkboxes allow users to select multiple options from a list of choices.\n\nUse with `w-checkbox`.\n\n## Architecture Note\nThis component uses a <div> wrapper instead of the more semantic <fieldset> element.\nNote that w-radio-group uses <fieldset>, which provides better accessibility and follows\nHTML best practices. This inconsistency exists for historical reasons and may be addressed\nin a future major version to align both on the more semantic approach.\n\nTODO: Align w-checkbox-group to use <fieldset> in a future major version after assessing\nbackwards compatibility implications (CSS selectors, etc.).\n---\n\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks whether the group passes constraint validation\n- **reportValidity(): _boolean_** - Checks validity and shows the validation message if invalid\n- **focus(options: _FocusOptions_)** - Sets focus on the checkbox group.",
1098
+ "description": "Checkboxes allow users to select one or more options from a number of choices.\n\nWrap individual checkboxes in a checkbox group.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/checkbox/frameworks/elements)\n---\n\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks whether the group passes constraint validation\n- **reportValidity(): _boolean_** - Checks validity and shows the validation message if invalid\n- **focus(options: _FocusOptions_)** - Sets focus on the checkbox group.",
1100
1099
  "doc-url": "",
1101
1100
  "attributes": [
1102
1101
  {
@@ -1169,7 +1168,7 @@
1169
1168
  },
1170
1169
  {
1171
1170
  "name": "w-combobox",
1172
- "description": "A combobox element for text input with selectable options.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-combobox--docs)\n---\n",
1171
+ "description": "A combobox element for text input with selectable options.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/combo-box/frameworks/elements)\n---\n",
1173
1172
  "doc-url": "",
1174
1173
  "attributes": [
1175
1174
  {
@@ -1332,7 +1331,7 @@
1332
1331
  },
1333
1332
  {
1334
1333
  "name": "w-datepicker",
1335
- "description": "An input for dates.\n\nUses the `lang` attribute on either the element or on `<html>` to determine the locale options.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-datepicker--docs)\n---\n",
1334
+ "description": "A date picker allows the user to select a specific calendar date.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/date-picker/frameworks/elements)\n---\n",
1336
1335
  "doc-url": "",
1337
1336
  "attributes": [
1338
1337
  {
@@ -1436,7 +1435,7 @@
1436
1435
  },
1437
1436
  {
1438
1437
  "name": "w-expandable",
1439
- "description": "Expandable is a layout component used for creating expandable content areas on a page.\n---\n\n\n### **Slots:**\n - **title** - Alternative to the `title` attribute should you need to provide some additional markup.",
1438
+ "description": "Expandable is a layout component used for creating expandable content areas on a page.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/expandable/frameworks/elements)\n---\n\n\n### **Slots:**\n - **title** - Alternative to the `title` attribute should you need to provide some additional markup.",
1440
1439
  "doc-url": "",
1441
1440
  "attributes": [
1442
1441
  {
@@ -1543,7 +1542,7 @@
1543
1542
  },
1544
1543
  {
1545
1544
  "name": "w-modal",
1546
- "description": "Modals (or dialogs) display important information that users need to acknowledge.\n---\n\n\n### **Events:**\n - **shown**\n- **hidden**\n\n### **Slots:**\n - **header** - Typically where you would use the `w-modal-header` component.\n- **content** - The main content of the modal.\n- **footer** - Typically where you would use the `w-modal-footer` component, for things like actions.\n\n### **CSS Properties:**\n - **--w-c-modal-backdrop-color** - undefined _(default: undefined)_\n- **--w-c-modal-bg** - undefined _(default: undefined)_\n- **--w-c-modal-box-shadow** - undefined _(default: undefined)_\n- **--w-c-modal-color** - undefined _(default: undefined)_\n- **--w-c-modal-height** - undefined _(default: undefined)_\n- **--w-c-modal-max-height** - undefined _(default: undefined)_\n- **--w-c-modal-min-height** - undefined _(default: undefined)_\n- **--w-c-modal-translate-distance** - undefined _(default: undefined)_\n- **--w-c-modal-width** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **dialog** - the root element inside the component (`<dialog>` element).\n- **wrapper** - container for all elements, direct child of `<dialog>`.\n- **content** - the container for the `content` slot items (children).",
1545
+ "description": "Modals (or dialogs) display important information that users need to acknowledge.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)\n---\n\n\n### **Events:**\n - **shown**\n- **hidden**\n\n### **Slots:**\n - **header** - Typically where you would use the `w-modal-header` component.\n- **content** - The main content of the modal.\n- **footer** - Typically where you would use the `w-modal-footer` component, for things like actions.\n\n### **CSS Properties:**\n - **--w-c-modal-backdrop-color** - undefined _(default: undefined)_\n- **--w-c-modal-bg** - undefined _(default: undefined)_\n- **--w-c-modal-box-shadow** - undefined _(default: undefined)_\n- **--w-c-modal-color** - undefined _(default: undefined)_\n- **--w-c-modal-height** - undefined _(default: undefined)_\n- **--w-c-modal-max-height** - undefined _(default: undefined)_\n- **--w-c-modal-min-height** - undefined _(default: undefined)_\n- **--w-c-modal-translate-distance** - undefined _(default: undefined)_\n- **--w-c-modal-width** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **dialog** - the root element inside the component (`<dialog>` element).\n- **wrapper** - container for all elements, direct child of `<dialog>`.\n- **content** - the container for the `content` slot items (children).",
1547
1546
  "doc-url": "",
1548
1547
  "attributes": [
1549
1548
  {
@@ -1598,7 +1597,7 @@
1598
1597
  },
1599
1598
  {
1600
1599
  "name": "w-modal-footer",
1601
- "description": "The footer section of a modal, typically where you place actions.\n---\n\n\n### **CSS Properties:**\n - **--w-c-modal-footer-gap** - adjusts the flex gap between actions in the footer. _(default: undefined)_\n\n### **CSS Parts:**\n - **footer** - the container for slotted items (children).",
1600
+ "description": "The footer section of a modal, typically where you place actions.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)\n---\n\n\n### **CSS Properties:**\n - **--w-c-modal-footer-gap** - adjusts the flex gap between actions in the footer. _(default: undefined)_\n\n### **CSS Parts:**\n - **footer** - the container for slotted items (children).",
1602
1601
  "doc-url": "",
1603
1602
  "attributes": [],
1604
1603
  "events": [],
@@ -1606,7 +1605,7 @@
1606
1605
  },
1607
1606
  {
1608
1607
  "name": "w-modal-header",
1609
- "description": "The header section of a modal, typically where you place the title and a close button.\n---\n\n\n### **Events:**\n - **backClicked**\n\n### **Slots:**\n - **top** - Customize the title bar, for example to have a header image that reaches the modal's edges. See the With Image story for an example.\n\n### **CSS Properties:**\n - **--w-c-modal-header-font-size** - undefined _(default: undefined)_\n- **--w-c-modal-header-line-height** - undefined _(default: undefined)_\n- **--w-c-modal-header-margin-bottom** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **header** - the root element inside the component.\n- **top** - the container for the image (`top` slot).\n- **back** - the back button, if visible.\n- **title** - the title element.\n- **close** - the close button, if visible.",
1608
+ "description": "The header section of a modal, typically where you place the title and a close button.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/modal/frameworks/elements)\n---\n\n\n### **Events:**\n - **backClicked**\n\n### **Slots:**\n - **top** - Customize the title bar, for example to have a header image that reaches the modal's edges. See the With Image story for an example.\n\n### **CSS Properties:**\n - **--w-c-modal-header-font-size** - undefined _(default: undefined)_\n- **--w-c-modal-header-line-height** - undefined _(default: undefined)_\n- **--w-c-modal-header-margin-bottom** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **header** - the root element inside the component.\n- **top** - the container for the image (`top` slot).\n- **back** - the back button, if visible.\n- **title** - the title element.\n- **close** - the close button, if visible.",
1610
1609
  "doc-url": "",
1611
1610
  "attributes": [
1612
1611
  {
@@ -1655,7 +1654,7 @@
1655
1654
  },
1656
1655
  {
1657
1656
  "name": "w-page-indicator",
1658
- "description": "A page indicator component that displays a series of dots representing pages.\n\nOne dot is highlighted to indicate the currently selected page.\n---\n",
1657
+ "description": "A page indicator component that displays a series of dots representing pages.\n\nOne dot is highlighted to indicate the currently selected page.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/page-indicator/frameworks/elements)\n---\n",
1659
1658
  "doc-url": "",
1660
1659
  "attributes": [
1661
1660
  {
@@ -1688,7 +1687,7 @@
1688
1687
  },
1689
1688
  {
1690
1689
  "name": "w-pagination",
1691
- "description": "Pagination allows users to navigate through multiple pages of content by providing navigation controls with page numbers and directional arrows.\n---\n\n\n### **Events:**\n - **page-click** - Triggered when a link in the pagination is clicked. Contains the page number in `string` form.",
1690
+ "description": "Pagination allows users to navigate through multiple pages of content by providing navigation controls with page numbers and directional arrows.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/pagination/frameworks/elements)\n---\n\n\n### **Events:**\n - **page-click** - Triggered when a link in the pagination is clicked. Contains the page number in `string` form.",
1692
1691
  "doc-url": "",
1693
1692
  "attributes": [
1694
1693
  {
@@ -1753,7 +1752,7 @@
1753
1752
  },
1754
1753
  {
1755
1754
  "name": "w-pill",
1756
- "description": "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.\n---\n\n\n### **Events:**\n - **w-pill-click** - Fires when the pill itself is clicked.\n- **w-pill-close** - Fires when the pill's close button is clicked.",
1755
+ "description": "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.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/pill/frameworks/elements)\n---\n\n\n### **Events:**\n - **w-pill-click** - Fires when the pill itself is clicked.\n- **w-pill-close** - Fires when the pill's close button is clicked.",
1757
1756
  "doc-url": "",
1758
1757
  "attributes": [
1759
1758
  {
@@ -1838,7 +1837,7 @@
1838
1837
  },
1839
1838
  {
1840
1839
  "name": "w-radio",
1841
- "description": "\n---\n",
1840
+ "description": "Radios allow users to select a single option from a list of choices.\n\nWrap individual radio components in a radio group.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/radio/frameworks/elements)\n---\n",
1842
1841
  "doc-url": "",
1843
1842
  "attributes": [
1844
1843
  {
@@ -1911,7 +1910,7 @@
1911
1910
  },
1912
1911
  {
1913
1912
  "name": "w-radio-group",
1914
- "description": "Radios allow users to select a single option from a list of choices.\n\nUse with `w-radio`.\n---\n\n\n### **Slots:**\n - **label** - Alternative to the `label` attribute should you need custom HTML.\n- **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.).",
1913
+ "description": "Radios allow users to select a single option from a list of choices.\n\nWrap individual radio components in a radio group.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/radio/frameworks/elements)\n---\n\n\n### **Slots:**\n - **label** - Alternative to the `label` attribute should you need custom HTML.\n- **help-text** - Alternative to the `help-text` attribute should you need custom HTML.",
1915
1914
  "doc-url": "",
1916
1915
  "attributes": [
1917
1916
  {
@@ -1957,7 +1956,7 @@
1957
1956
  },
1958
1957
  {
1959
1958
  "name": "help-text",
1960
- "description": "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.)."
1959
+ "description": "Alternative to the `help-text` attribute should you need custom HTML."
1961
1960
  }
1962
1961
  ],
1963
1962
  "events": [],
@@ -2004,7 +2003,7 @@
2004
2003
  },
2005
2004
  {
2006
2005
  "name": "w-select",
2007
- "description": "A dropdown component for selecting a single value.\n---\n\n\n### **Events:**\n - **change**",
2006
+ "description": "A dropdown component for selecting a single value.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/select/frameworks/elements)\n---\n\n\n### **Events:**\n - **change**",
2008
2007
  "doc-url": "",
2009
2008
  "attributes": [
2010
2009
  {
@@ -2232,7 +2231,7 @@
2232
2231
  },
2233
2232
  {
2234
2233
  "name": "w-slider",
2235
- "description": "Parent component for sliders (both single and range sliders). Used in combination with a `<w-slider-thumb>`.\n---\n\n\n### **Slots:**\n - _default_ - For single sliders place a `<w-slider-thumb>` in the default slot.\n- **label** - Label for the slider or range slider as a whole.\n- **description** - Optional description between the label and slider.\n- **from** - Range sliders need to place a `<w-slider-thumb>` in the from and to slots.\n- **to** - Range sliders need to place a `<w-slider-thumb>` in the from and to slots.",
2234
+ "description": "Parent component for sliders (both single and range sliders). Used in combination with a `<w-slider-thumb>`.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/slider/frameworks/elements)\n---\n\n\n### **Slots:**\n - _default_ - For single sliders place a `<w-slider-thumb>` in the default slot.\n- **label** - Label for the slider or range slider as a whole.\n- **description** - Optional description between the label and slider.\n- **from** - Range sliders need to place a `<w-slider-thumb>` in the from and to slots.\n- **to** - Range sliders need to place a `<w-slider-thumb>` in the from and to slots.",
2236
2235
  "doc-url": "",
2237
2236
  "attributes": [
2238
2237
  {
@@ -2418,7 +2417,7 @@
2418
2417
  },
2419
2418
  {
2420
2419
  "name": "w-snackbar-item",
2421
- "description": "An item to show in a `w-snackbar`.\n\nSee the `create` function on `w-snackbar` for a convenience API which helps you make snackbar items.\n---\n\n\n### **Methods:**\n - **close(): _void_** - Remove the snackbar item from the document.\n\nMoves focus to the last focused element outside of the snackbar item, if available.\n\n### **Slots:**\n - **default** - the snackbar message.\n- **icon** - icon preceeding the message.\n- **action** - action following the message.\n\n### **CSS Properties:**\n - **--w-c-snackbar-item-radius** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-max-width** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-min-width** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-padding** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-bg** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-bg-active** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-bg-hover** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-color** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-color-active** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-color-hover** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-box-shadow** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **item** - the container wrapping the message, icon and actions.\n- **icon** - the icon for the variant.\n- **message** - the default slot, body of the snackbar item.\n- **action** - close and action button.",
2420
+ "description": "An item to show in a `w-snackbar`.\n\nSee the `create` function on `w-snackbar` for a convenience API which helps you make snackbar items.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/snackbar/frameworks/elements)\n---\n\n\n### **Methods:**\n - **close(): _void_** - Remove the snackbar item from the document.\n\nMoves focus to the last focused element outside of the snackbar item, if available.\n\n### **Slots:**\n - **default** - the snackbar message.\n- **icon** - icon preceeding the message.\n- **action** - action following the message.\n\n### **CSS Properties:**\n - **--w-c-snackbar-item-radius** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-max-width** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-min-width** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-padding** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-bg** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-bg-active** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-bg-hover** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-color** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-color-active** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-action-color-hover** - undefined _(default: undefined)_\n- **--w-c-snackbar-item-box-shadow** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **item** - the container wrapping the message, icon and actions.\n- **icon** - the icon for the variant.\n- **message** - the default slot, body of the snackbar item.\n- **action** - close and action button.",
2422
2421
  "doc-url": "",
2423
2422
  "attributes": [
2424
2423
  {
@@ -2456,7 +2455,7 @@
2456
2455
  },
2457
2456
  {
2458
2457
  "name": "w-snackbar",
2459
- "description": "A Snackbar shows brief user feedback messages that overlay content, with an optional action such as Undo.\n\nInclude one `<w-snackbar></w-snackbar>` in the document `<body>`. Use the `create` function to create messages.\n---\n\n\n### **Methods:**\n - **create(message: _string_, options: _CreateSnackbarOptions_): __** - Creates a snackbar item and immediately adds it to the snackbar.\n\nBy default the snackbar item automatically closes after 4 seconds (`SnackbarDuration.Short`).\n\nIf you include an `action` in the options the default `duration` is\nset to 10 seconds (`SnackbarDuration.Long`) and can not be made shorter.\n\nA `duration` of 10 seconds or longer forces the close button to be visible.\n\nThe default `variant` is `neutral` which does not have an icon.\n\nSet `duration` to `SnackbarDuration.Infinite` if you want a persistent message.\n\n### **Slots:**\n - **default** - `w-snackbar-item` gets placed inside the default slot by the `create` function.\n\n### **CSS Properties:**\n - **--w-c-snackbar-container-gap** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-bottom** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-left** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-right** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-top** - undefined _(default: undefined)_\n- **--w-c-snackbar-z-index** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **container** - the live region that positions messages on the screen.",
2458
+ "description": "A Snackbar shows brief user feedback messages that overlay content, with an optional action such as Undo.\n\nInclude one `<w-snackbar></w-snackbar>` in the document `<body>`. Use the `create` function to create messages.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/snackbar/frameworks/elements)\n---\n\n\n### **Methods:**\n - **create(message: _string_, options: _CreateSnackbarOptions_): __** - Creates a snackbar item and immediately adds it to the snackbar.\n\nBy default the snackbar item automatically closes after 4 seconds (`SnackbarDuration.Short`).\n\nIf you include an `action` in the options the default `duration` is\nset to 10 seconds (`SnackbarDuration.Long`) and can not be made shorter.\n\nA `duration` of 10 seconds or longer forces the close button to be visible.\n\nThe default `variant` is `neutral` which does not have an icon.\n\nSet `duration` to `SnackbarDuration.Infinite` if you want a persistent message.\n\n### **Slots:**\n - **default** - `w-snackbar-item` gets placed inside the default slot by the `create` function.\n\n### **CSS Properties:**\n - **--w-c-snackbar-container-gap** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-bottom** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-left** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-right** - undefined _(default: undefined)_\n- **--w-c-snackbar-position-top** - undefined _(default: undefined)_\n- **--w-c-snackbar-z-index** - undefined _(default: undefined)_\n\n### **CSS Parts:**\n - **container** - the live region that positions messages on the screen.",
2460
2459
  "doc-url": "",
2461
2460
  "attributes": [],
2462
2461
  "slots": [
@@ -2470,7 +2469,7 @@
2470
2469
  },
2471
2470
  {
2472
2471
  "name": "w-step",
2473
- "description": "Individual step component that shows a single step in a process\n---\n",
2472
+ "description": "Individual step component that shows a single step in a process.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements)\n---\n",
2474
2473
  "doc-url": "",
2475
2474
  "attributes": [
2476
2475
  {
@@ -2503,7 +2502,7 @@
2503
2502
  },
2504
2503
  {
2505
2504
  "name": "w-step-indicator",
2506
- "description": "Steps are used to show progress through a process or to guide users through a multi-step task.\n---\n",
2505
+ "description": "Steps are used to show progress through a process or to guide users through a multi-step task.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/steps/frameworks/elements)\n---\n",
2507
2506
  "doc-url": "",
2508
2507
  "attributes": [
2509
2508
  {
@@ -2536,7 +2535,7 @@
2536
2535
  },
2537
2536
  {
2538
2537
  "name": "w-switch",
2539
- "description": "The Switch component allows users to toggle between two states.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the switch toggles. Includes boolean `checked` and string/null `value` on `details`.",
2538
+ "description": "The Switch component allows users to toggle between two states.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/switch/frameworks/elements)\n---\n\n\n### **Events:**\n - **change** - Dispatched when the switch toggles. Includes boolean `checked` and string/null `value` on `details`.",
2540
2539
  "doc-url": "",
2541
2540
  "attributes": [
2542
2541
  {
@@ -2601,7 +2600,7 @@
2601
2600
  },
2602
2601
  {
2603
2602
  "name": "w-tab",
2604
- "description": "Individual tab component used within w-tabs container.\n---\n",
2603
+ "description": "Individual tab component used within w-tabs container.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)\n---\n",
2605
2604
  "doc-url": "",
2606
2605
  "attributes": [
2607
2606
  {
@@ -2634,7 +2633,7 @@
2634
2633
  },
2635
2634
  {
2636
2635
  "name": "w-tab-panel",
2637
- "description": "Tab panel component that holds content for individual tabs.\nEach tab panel should have a name that matches a corresponding tab.\n---\n",
2636
+ "description": "Tab panel component that holds content for individual tabs.\n\nEach tab panel should have a name that matches a corresponding tab.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)\n---\n",
2638
2637
  "doc-url": "",
2639
2638
  "attributes": [
2640
2639
  {
@@ -2657,7 +2656,7 @@
2657
2656
  },
2658
2657
  {
2659
2658
  "name": "w-tabs",
2660
- "description": "Tabs are used to organize content by grouping similar information on the same page.\n---\n\n\n### **Events:**\n - **change** - Includes `details.panelId` with the now active tab's ID",
2659
+ "description": "Tabs are used to organize content by grouping similar information on the same page.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/tabs/frameworks/elements)\n---\n\n\n### **Events:**\n - **change** - Includes `details.panelId` with the now active tab panel's ID",
2661
2660
  "doc-url": "",
2662
2661
  "attributes": [
2663
2662
  {
@@ -2673,7 +2672,7 @@
2673
2672
  {
2674
2673
  "name": "change",
2675
2674
  "type": "WarpTabsChangeEvent",
2676
- "description": "Includes `details.panelId` with the now active tab's ID"
2675
+ "description": "Includes `details.panelId` with the now active tab panel's ID"
2677
2676
  }
2678
2677
  ],
2679
2678
  "js": {
@@ -2688,14 +2687,14 @@
2688
2687
  {
2689
2688
  "name": "change",
2690
2689
  "type": "WarpTabsChangeEvent",
2691
- "description": "Includes `details.panelId` with the now active tab's ID"
2690
+ "description": "Includes `details.panelId` with the now active tab panel's ID"
2692
2691
  }
2693
2692
  ]
2694
2693
  }
2695
2694
  },
2696
2695
  {
2697
2696
  "name": "w-textarea",
2698
- "description": "A multi-line text input with built-in form validation, auto-resizing, and styling support.\n\nThe component automatically handles:\n - Form integration\n - Auto-resizing based on content and row constraints\n - Built-in validation with customizable error messages\n - Accessibility attributes and labeling\n---\n\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks whether the textarea passes constraint validation\n- **reportValidity(): _boolean_** - Checks validity and shows the browser's validation message if invalid\n- **setCustomValidity(message: _string_): _void_** - Sets a custom validation message. Pass an empty string to clear.",
2697
+ "description": "A multi-line text input with built-in form validation, auto-resizing, and styling support.\n\n[Warp component reference](https://warp-ds.github.io/docs/components/text-area/frameworks/elements)\n---\n\n\n### **Methods:**\n - **checkValidity(): _boolean_** - Checks whether the textarea passes constraint validation\n- **reportValidity(): _boolean_** - Checks validity and shows the browser's validation message if invalid\n- **setCustomValidity(message: _string_): _void_** - Sets a custom validation message. Pass an empty string to clear.",
2699
2698
  "doc-url": "",
2700
2699
  "attributes": [
2701
2700
  {