@warp-ds/elements 2.3.2 → 2.4.0-next.10

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 (446) hide show
  1. package/dist/api.js.map +2 -2
  2. package/dist/custom-elements.json +4016 -385
  3. package/dist/index.d.ts +3526 -746
  4. package/dist/packages/affix/{index.js → affix.js} +1 -1
  5. package/dist/packages/affix/{index.js.map → affix.js.map} +1 -1
  6. package/dist/packages/affix/affix.react.stories.d.ts +1 -1
  7. package/dist/packages/affix/affix.stories.d.ts +2 -2
  8. package/dist/packages/affix/affix.stories.js +1 -1
  9. package/dist/packages/affix/affix.test.d.ts +1 -1
  10. package/dist/packages/affix/affix.test.js +1 -1
  11. package/dist/packages/affix/react.d.ts +1 -1
  12. package/dist/packages/alert/{index.js → alert.js} +1 -1
  13. package/dist/packages/alert/{index.js.map → alert.js.map} +1 -1
  14. package/dist/packages/alert/alert.react.stories.d.ts +1 -1
  15. package/dist/packages/alert/alert.stories.d.ts +2 -2
  16. package/dist/packages/alert/alert.stories.js +1 -1
  17. package/dist/packages/alert/alert.test.d.ts +1 -1
  18. package/dist/packages/alert/alert.test.js +1 -1
  19. package/dist/packages/alert/react.d.ts +1 -1
  20. package/dist/packages/alert/react.js +1 -1
  21. package/dist/packages/attention/{index.d.ts → attention.d.ts} +1 -1
  22. package/dist/packages/attention/{index.js → attention.js} +15 -15
  23. package/dist/packages/attention/{index.js.map → attention.js.map} +4 -4
  24. package/dist/packages/attention/attention.react.stories.d.ts +1 -1
  25. package/dist/packages/attention/attention.stories.d.ts +3 -3
  26. package/dist/packages/attention/attention.stories.js +2 -2
  27. package/dist/packages/attention/attention.test.d.ts +1 -1
  28. package/dist/packages/attention/attention.test.js +1 -1
  29. package/dist/packages/attention/react.d.ts +1 -1
  30. package/dist/packages/attention/react.js +1 -1
  31. package/dist/packages/badge/{index.js → badge.js} +1 -1
  32. package/dist/packages/badge/{index.js.map → badge.js.map} +1 -1
  33. package/dist/packages/badge/badge.react.stories.d.ts +3 -3
  34. package/dist/packages/badge/badge.stories.d.ts +2 -2
  35. package/dist/packages/badge/badge.stories.js +1 -1
  36. package/dist/packages/badge/badge.test.d.ts +1 -1
  37. package/dist/packages/badge/badge.test.js +1 -1
  38. package/dist/packages/badge/react.d.ts +1 -1
  39. package/dist/packages/badge/react.js +1 -1
  40. package/dist/packages/box/{index.js → box.js} +1 -1
  41. package/dist/packages/box/{index.js.map → box.js.map} +1 -1
  42. package/dist/packages/box/box.react.stories.d.ts +3 -3
  43. package/dist/packages/box/box.stories.d.ts +2 -2
  44. package/dist/packages/box/box.stories.js +1 -1
  45. package/dist/packages/box/box.test.d.ts +1 -1
  46. package/dist/packages/box/box.test.js +1 -1
  47. package/dist/packages/box/react.d.ts +1 -1
  48. package/dist/packages/box/react.js +1 -1
  49. package/dist/packages/box/slot.test.d.ts +1 -1
  50. package/dist/packages/box/slot.test.js +1 -1
  51. package/dist/packages/breadcrumbs/{index.js → breadcrumbs.js} +1 -1
  52. package/dist/packages/breadcrumbs/{index.js.map → breadcrumbs.js.map} +1 -1
  53. package/dist/packages/breadcrumbs/breadcrumbs.react.stories.d.ts +3 -3
  54. package/dist/packages/breadcrumbs/breadcrumbs.stories.d.ts +2 -2
  55. package/dist/packages/breadcrumbs/breadcrumbs.stories.js +1 -1
  56. package/dist/packages/breadcrumbs/breadcrumbs.test.d.ts +1 -1
  57. package/dist/packages/breadcrumbs/breadcrumbs.test.js +1 -1
  58. package/dist/packages/breadcrumbs/react.d.ts +1 -1
  59. package/dist/packages/breadcrumbs/react.js +1 -1
  60. package/dist/packages/button/{index.d.ts → button.d.ts} +1 -1
  61. package/dist/packages/button/{index.js → button.js} +12 -12
  62. package/dist/packages/button/button.js.map +7 -0
  63. package/dist/packages/button/button.react.stories.d.ts +3 -3
  64. package/dist/packages/button/button.stories.d.ts +2 -2
  65. package/dist/packages/button/button.stories.js +1 -1
  66. package/dist/packages/button/button.test.d.ts +1 -1
  67. package/dist/packages/button/button.test.js +1 -1
  68. package/dist/packages/button/react.d.ts +1 -1
  69. package/dist/packages/button/react.js +1 -1
  70. package/dist/packages/card/{index.js → card.js} +1 -1
  71. package/dist/packages/card/{index.js.map → card.js.map} +1 -1
  72. package/dist/packages/card/card.react.stories.d.ts +3 -3
  73. package/dist/packages/card/card.stories.d.ts +2 -2
  74. package/dist/packages/card/card.stories.js +1 -1
  75. package/dist/packages/card/card.test.d.ts +1 -1
  76. package/dist/packages/card/card.test.js +1 -1
  77. package/dist/packages/card/react.d.ts +1 -1
  78. package/dist/packages/card/react.js +1 -1
  79. package/dist/packages/checkbox/checkbox.d.ts +66 -0
  80. package/dist/packages/checkbox/checkbox.js +2591 -0
  81. package/dist/packages/checkbox/checkbox.js.map +7 -0
  82. package/dist/packages/checkbox/checkbox.react.stories.d.ts +12 -0
  83. package/dist/packages/checkbox/checkbox.react.stories.js +10 -0
  84. package/dist/packages/checkbox/checkbox.stories.d.ts +12 -0
  85. package/dist/packages/checkbox/checkbox.stories.js +26 -0
  86. package/dist/packages/checkbox/react.d.ts +5 -0
  87. package/dist/packages/checkbox/react.js +15 -0
  88. package/dist/packages/checkbox/styles.d.ts +0 -0
  89. package/dist/packages/checkbox/styles.js +0 -0
  90. package/dist/packages/checkbox-group/checkbox-group.d.ts +10 -0
  91. package/dist/packages/checkbox-group/checkbox-group.js +7 -0
  92. package/dist/packages/checkbox-group/checkbox-group.js.map +7 -0
  93. package/dist/packages/checkbox-group/react.d.ts +2 -0
  94. package/dist/packages/checkbox-group/react.js +11 -0
  95. package/dist/packages/combobox/combobox.d.ts +89 -0
  96. package/dist/packages/combobox/combobox.js +2494 -0
  97. package/dist/packages/combobox/combobox.js.map +7 -0
  98. package/dist/packages/combobox/combobox.react.stories.d.ts +28 -0
  99. package/dist/packages/combobox/combobox.react.stories.js +90 -0
  100. package/dist/packages/combobox/combobox.stories.d.ts +19 -0
  101. package/dist/packages/combobox/combobox.stories.js +143 -0
  102. package/dist/packages/combobox/combobox.test.d.ts +2 -0
  103. package/dist/packages/combobox/combobox.test.js +21 -0
  104. package/dist/packages/combobox/locales/da/messages.d.mts +1 -0
  105. package/dist/packages/combobox/locales/da/messages.mjs +1 -0
  106. package/dist/packages/combobox/locales/en/messages.d.mts +1 -0
  107. package/dist/packages/combobox/locales/en/messages.mjs +1 -0
  108. package/dist/packages/combobox/locales/fi/messages.d.mts +1 -0
  109. package/dist/packages/combobox/locales/fi/messages.mjs +1 -0
  110. package/dist/packages/combobox/locales/nb/messages.d.mts +1 -0
  111. package/dist/packages/combobox/locales/nb/messages.mjs +1 -0
  112. package/dist/packages/combobox/locales/sv/messages.d.mts +1 -0
  113. package/dist/packages/combobox/locales/sv/messages.mjs +1 -0
  114. package/dist/packages/combobox/react.d.ts +7 -0
  115. package/dist/packages/combobox/react.js +17 -0
  116. package/dist/packages/combobox/styles.d.ts +1 -0
  117. package/dist/packages/combobox/styles.js +3 -0
  118. package/dist/packages/datepicker/DatePicker.test.d.ts +2 -2
  119. package/dist/packages/datepicker/DatePicker.test.js +2 -2
  120. package/dist/packages/datepicker/datepicker.react.stories.d.ts +2 -2
  121. package/dist/packages/datepicker/datepicker.stories.d.ts +3 -3
  122. package/dist/packages/datepicker/datepicker.stories.js +2 -2
  123. package/dist/packages/datepicker/datepicker.test.d.ts +2 -2
  124. package/dist/packages/datepicker/datepicker.test.js +2 -2
  125. package/dist/packages/datepicker/react.js +1 -1
  126. package/dist/packages/dead-toggle/dead-toggle.d.ts +17 -0
  127. package/dist/packages/dead-toggle/dead-toggle.js +2547 -0
  128. package/dist/packages/dead-toggle/dead-toggle.js.map +7 -0
  129. package/dist/packages/dead-toggle/dead-toggle.react.stories.d.ts +15 -0
  130. package/dist/packages/dead-toggle/dead-toggle.react.stories.js +34 -0
  131. package/dist/packages/dead-toggle/dead-toggle.stories.d.ts +14 -0
  132. package/dist/packages/dead-toggle/dead-toggle.stories.js +45 -0
  133. package/dist/packages/dead-toggle/dead-toggle.test.d.ts +1 -0
  134. package/dist/packages/dead-toggle/dead-toggle.test.js +9 -0
  135. package/dist/packages/dead-toggle/react.d.ts +2 -0
  136. package/dist/packages/dead-toggle/react.js +11 -0
  137. package/dist/packages/expandable/{index.js → expandable.js} +1 -1
  138. package/dist/packages/expandable/{index.js.map → expandable.js.map} +1 -1
  139. package/dist/packages/expandable/expandable.react.stories.d.ts +3 -3
  140. package/dist/packages/expandable/expandable.stories.d.ts +2 -2
  141. package/dist/packages/expandable/expandable.stories.js +1 -1
  142. package/dist/packages/expandable/expandable.test.d.ts +1 -1
  143. package/dist/packages/expandable/expandable.test.js +1 -1
  144. package/dist/packages/expandable/react.d.ts +1 -1
  145. package/dist/packages/expandable/react.js +1 -1
  146. package/dist/packages/icon/icon.d.ts +27 -0
  147. package/dist/packages/icon/icon.js +101 -0
  148. package/dist/packages/icon/icon.react.stories.d.ts +28 -0
  149. package/dist/packages/icon/icon.react.stories.js +37 -0
  150. package/dist/packages/icon/icon.stories.d.ts +39 -0
  151. package/dist/packages/icon/icon.stories.js +43 -0
  152. package/dist/packages/icon/react.d.ts +2 -0
  153. package/dist/packages/icon/react.js +11 -0
  154. package/dist/packages/icon/style.d.ts +1 -0
  155. package/dist/packages/icon/style.js +27 -0
  156. package/dist/packages/link/{index.js → link.js} +3 -3
  157. package/dist/packages/link/link.js.map +7 -0
  158. package/dist/packages/link/link.react.stories.d.ts +3 -3
  159. package/dist/packages/link/link.stories.d.ts +2 -2
  160. package/dist/packages/link/link.stories.js +1 -1
  161. package/dist/packages/link/link.test.d.ts +1 -1
  162. package/dist/packages/link/link.test.js +1 -1
  163. package/dist/packages/link/react.d.ts +1 -1
  164. package/dist/packages/link/react.js +1 -1
  165. package/dist/packages/link/styles.js +2 -2
  166. package/dist/packages/modal/index.d.ts +6 -3
  167. package/dist/packages/modal/index.js +10 -2717
  168. package/dist/packages/modal/{modal-main.js → modal.js} +1 -1
  169. package/dist/packages/modal/{modal-main.js.map → modal.js.map} +1 -1
  170. package/dist/packages/modal/modal.react.stories.d.ts +1 -1
  171. package/dist/packages/modal/modal.stories.d.ts +6 -3
  172. package/dist/packages/modal/modal.stories.js +3 -1
  173. package/dist/packages/modal/react.d.ts +3 -6
  174. package/dist/packages/modal/react.js +4 -15
  175. package/dist/packages/{modal → modal-footer}/modal-footer.d.ts +2 -2
  176. package/dist/packages/{modal → modal-footer}/modal-footer.js +4 -4
  177. package/dist/packages/modal-footer/modal-footer.js.map +7 -0
  178. package/dist/packages/modal-footer/react.d.ts +2 -0
  179. package/dist/packages/modal-footer/react.js +11 -0
  180. package/dist/packages/{modal → modal-header}/modal-header.d.ts +1 -1
  181. package/dist/packages/{modal → modal-header}/modal-header.js +4 -4
  182. package/dist/packages/modal-header/modal-header.js.map +7 -0
  183. package/dist/packages/modal-header/react.d.ts +5 -0
  184. package/dist/packages/modal-header/react.js +15 -0
  185. package/dist/packages/page-indicator/page-indicator.d.ts +10 -0
  186. package/dist/packages/page-indicator/page-indicator.js +32 -0
  187. package/dist/packages/page-indicator/page-indicator.js.map +7 -0
  188. package/dist/packages/page-indicator/page-indicator.react.stories.d.ts +19 -0
  189. package/dist/packages/page-indicator/page-indicator.react.stories.js +20 -0
  190. package/dist/packages/page-indicator/page-indicator.stories.d.ts +32 -0
  191. package/dist/packages/page-indicator/page-indicator.stories.js +71 -0
  192. package/dist/packages/page-indicator/react.d.ts +2 -0
  193. package/dist/packages/page-indicator/react.js +11 -0
  194. package/dist/packages/page-indicator/style.d.ts +1 -0
  195. package/dist/packages/page-indicator/style.js +26 -0
  196. package/dist/packages/pagination/locales/da/messages.d.mts +1 -0
  197. package/dist/packages/pagination/locales/da/messages.mjs +1 -0
  198. package/dist/packages/pagination/locales/en/messages.d.mts +1 -0
  199. package/dist/packages/pagination/locales/en/messages.mjs +1 -0
  200. package/dist/packages/pagination/locales/fi/messages.d.mts +1 -0
  201. package/dist/packages/pagination/locales/fi/messages.mjs +1 -0
  202. package/dist/packages/pagination/locales/nb/messages.d.mts +1 -0
  203. package/dist/packages/pagination/locales/nb/messages.mjs +1 -0
  204. package/dist/packages/pagination/locales/sv/messages.d.mts +1 -0
  205. package/dist/packages/pagination/locales/sv/messages.mjs +1 -0
  206. package/dist/packages/pagination/pagination.d.ts +32 -0
  207. package/dist/packages/pagination/pagination.js +2500 -0
  208. package/dist/packages/pagination/pagination.js.map +7 -0
  209. package/dist/packages/pagination/pagination.react.stories.d.ts +21 -0
  210. package/dist/packages/pagination/pagination.react.stories.js +45 -0
  211. package/dist/packages/pagination/pagination.stories.d.ts +14 -0
  212. package/dist/packages/pagination/pagination.stories.js +56 -0
  213. package/dist/packages/pagination/pagination.test.d.ts +1 -0
  214. package/dist/packages/pagination/pagination.test.js +76 -0
  215. package/dist/packages/pagination/react.d.ts +5 -0
  216. package/dist/packages/pagination/react.js +15 -0
  217. package/dist/packages/pagination/styles.d.ts +1 -0
  218. package/dist/packages/pagination/styles.js +2 -0
  219. package/dist/packages/pill/{index.js → pill.js} +1 -1
  220. package/dist/packages/pill/{index.js.map → pill.js.map} +1 -1
  221. package/dist/packages/pill/pill.react.stories.d.ts +4 -4
  222. package/dist/packages/pill/pill.stories.d.ts +2 -2
  223. package/dist/packages/pill/pill.stories.js +1 -1
  224. package/dist/packages/pill/pill.test.d.ts +1 -1
  225. package/dist/packages/pill/pill.test.js +1 -1
  226. package/dist/packages/pill/react.d.ts +1 -1
  227. package/dist/packages/pill/react.js +1 -1
  228. package/dist/packages/radio/base-element.d.ts +46 -0
  229. package/dist/packages/radio/base-element.js +100 -0
  230. package/dist/packages/radio/custom-error-validator.d.ts +6 -0
  231. package/dist/packages/radio/custom-error-validator.js +22 -0
  232. package/dist/packages/radio/form-associated-element.d.ts +103 -0
  233. package/dist/packages/radio/form-associated-element.js +282 -0
  234. package/dist/packages/radio/host-styles.d.ts +1 -0
  235. package/dist/packages/radio/host-styles.js +12 -0
  236. package/dist/packages/radio/invalid.d.ts +8 -0
  237. package/dist/packages/radio/invalid.js +5 -0
  238. package/dist/packages/radio/math.d.ts +1 -0
  239. package/dist/packages/radio/math.js +4 -0
  240. package/dist/packages/radio/radio-styles.d.ts +0 -0
  241. package/dist/packages/radio/radio-styles.js +0 -0
  242. package/dist/packages/radio/radio.d.ts +38 -0
  243. package/dist/packages/radio/radio.js +2562 -0
  244. package/dist/packages/radio/radio.js.map +7 -0
  245. package/dist/packages/radio/radio.react.stories.d.ts +9 -0
  246. package/dist/packages/radio/radio.react.stories.js +10 -0
  247. package/dist/packages/radio/radio.stories.d.ts +15 -0
  248. package/dist/packages/radio/radio.stories.js +61 -0
  249. package/dist/packages/radio/react.d.ts +2 -0
  250. package/dist/packages/radio/react.js +11 -0
  251. package/dist/packages/radio/required-validator.d.ts +11 -0
  252. package/dist/packages/radio/required-validator.js +34 -0
  253. package/dist/packages/radio/slot.d.ts +20 -0
  254. package/dist/packages/radio/slot.js +71 -0
  255. package/dist/packages/radio/watch.d.ts +26 -0
  256. package/dist/packages/radio/watch.js +39 -0
  257. package/dist/packages/radio-group/radio-group-styles.d.ts +1 -0
  258. package/dist/packages/radio-group/radio-group-styles.js +59 -0
  259. package/dist/packages/radio-group/radio-group.d.ts +72 -0
  260. package/dist/packages/radio-group/radio-group.js +2648 -0
  261. package/dist/packages/radio-group/radio-group.js.map +7 -0
  262. package/dist/packages/radio-group/react.d.ts +7 -0
  263. package/dist/packages/radio-group/react.js +17 -0
  264. package/dist/packages/select/react.d.ts +1 -1
  265. package/dist/packages/select/react.js +1 -1
  266. package/dist/packages/select/{index.js → select.js} +3 -3
  267. package/dist/packages/select/select.js.map +7 -0
  268. package/dist/packages/select/select.react.stories.d.ts +4 -4
  269. package/dist/packages/select/select.react.stories.js +1 -1
  270. package/dist/packages/select/select.stories.d.ts +2 -2
  271. package/dist/packages/select/select.stories.js +1 -1
  272. package/dist/packages/select/select.test.d.ts +1 -1
  273. package/dist/packages/select/select.test.js +1 -1
  274. package/dist/packages/slider/Slider.d.ts +2 -0
  275. package/dist/packages/slider/Slider.js +8 -0
  276. package/dist/packages/slider/index.d.ts +2 -0
  277. package/dist/packages/slider/index.js +2 -0
  278. package/dist/packages/slider/locales/da/messages.d.mts +1 -0
  279. package/dist/packages/slider/locales/da/messages.mjs +1 -0
  280. package/dist/packages/slider/locales/en/messages.d.mts +1 -0
  281. package/dist/packages/slider/locales/en/messages.mjs +1 -0
  282. package/dist/packages/slider/locales/fi/messages.d.mts +1 -0
  283. package/dist/packages/slider/locales/fi/messages.mjs +1 -0
  284. package/dist/packages/slider/locales/nb/messages.d.mts +1 -0
  285. package/dist/packages/slider/locales/nb/messages.mjs +1 -0
  286. package/dist/packages/slider/locales/sv/messages.d.mts +1 -0
  287. package/dist/packages/slider/locales/sv/messages.mjs +1 -0
  288. package/dist/packages/slider/react.d.ts +3 -0
  289. package/dist/packages/slider/react.js +13 -0
  290. package/dist/packages/slider/slider.d.ts +55 -0
  291. package/dist/packages/slider/slider.js +2632 -0
  292. package/dist/packages/slider/slider.js.map +7 -0
  293. package/dist/packages/slider/slider.react.stories.d.ts +19 -0
  294. package/dist/packages/slider/slider.react.stories.js +140 -0
  295. package/dist/packages/slider/slider.stories.d.ts +22 -0
  296. package/dist/packages/slider/slider.stories.js +405 -0
  297. package/dist/packages/slider/slider.test.d.ts +5 -0
  298. package/dist/packages/slider/slider.test.js +112 -0
  299. package/dist/packages/slider/styles/w-slider.styles.d.ts +1 -0
  300. package/dist/packages/slider/styles/w-slider.styles.js +148 -0
  301. package/dist/packages/slider/styles.d.ts +1 -0
  302. package/dist/packages/slider/styles.js +2 -0
  303. package/dist/packages/slider-thumb/SliderThumb.d.ts +2 -0
  304. package/dist/packages/slider-thumb/SliderThumb.js +8 -0
  305. package/dist/packages/slider-thumb/oddbird-css-anchor-positioning.d.ts +2 -0
  306. package/dist/packages/slider-thumb/oddbird-css-anchor-positioning.js +3 -0
  307. package/dist/packages/slider-thumb/react.d.ts +6 -0
  308. package/dist/packages/slider-thumb/react.js +15 -0
  309. package/dist/packages/slider-thumb/slider-thumb.d.ts +63 -0
  310. package/dist/packages/slider-thumb/slider-thumb.js +2748 -0
  311. package/dist/packages/slider-thumb/slider-thumb.js.map +7 -0
  312. package/dist/packages/slider-thumb/styles/w-slider-thumb.styles.d.ts +1 -0
  313. package/dist/packages/slider-thumb/styles/w-slider-thumb.styles.js +175 -0
  314. package/dist/packages/step/react.d.ts +2 -0
  315. package/dist/packages/step/react.js +11 -0
  316. package/dist/packages/step/step.d.ts +22 -0
  317. package/dist/packages/step/step.js +2461 -0
  318. package/dist/packages/step/step.js.map +7 -0
  319. package/dist/packages/step-indicator/index.d.ts +2 -0
  320. package/dist/packages/step-indicator/index.js +2 -0
  321. package/dist/packages/step-indicator/locales/da/messages.d.mts +1 -0
  322. package/dist/packages/step-indicator/locales/da/messages.mjs +1 -0
  323. package/dist/packages/step-indicator/locales/en/messages.d.mts +1 -0
  324. package/dist/packages/step-indicator/locales/en/messages.mjs +1 -0
  325. package/dist/packages/step-indicator/locales/fi/messages.d.mts +1 -0
  326. package/dist/packages/step-indicator/locales/fi/messages.mjs +1 -0
  327. package/dist/packages/step-indicator/locales/nb/messages.d.mts +1 -0
  328. package/dist/packages/step-indicator/locales/nb/messages.mjs +1 -0
  329. package/dist/packages/step-indicator/locales/sv/messages.d.mts +1 -0
  330. package/dist/packages/step-indicator/locales/sv/messages.mjs +1 -0
  331. package/dist/packages/step-indicator/react.d.ts +3 -0
  332. package/dist/packages/step-indicator/react.js +13 -0
  333. package/dist/packages/step-indicator/step-indicator.d.ts +15 -0
  334. package/dist/packages/step-indicator/step-indicator.js +2454 -0
  335. package/dist/packages/step-indicator/step-indicator.js.map +7 -0
  336. package/dist/packages/step-indicator/stepindicator.react.stories.d.ts +15 -0
  337. package/dist/packages/step-indicator/stepindicator.react.stories.js +112 -0
  338. package/dist/packages/step-indicator/stepindicator.stories.d.ts +13 -0
  339. package/dist/packages/step-indicator/stepindicator.stories.js +173 -0
  340. package/dist/packages/step-indicator/styles.d.ts +1 -0
  341. package/dist/packages/step-indicator/styles.js +2 -0
  342. package/dist/packages/switch/react.d.ts +5 -0
  343. package/dist/packages/switch/react.js +15 -0
  344. package/dist/packages/switch/styles.d.ts +1 -0
  345. package/dist/packages/switch/styles.js +2 -0
  346. package/dist/packages/switch/switch.d.ts +23 -0
  347. package/dist/packages/switch/switch.js +2456 -0
  348. package/dist/packages/switch/switch.js.map +7 -0
  349. package/dist/packages/switch/switch.react.stories.d.ts +15 -0
  350. package/dist/packages/switch/switch.react.stories.js +29 -0
  351. package/dist/packages/switch/switch.stories.d.ts +9 -0
  352. package/dist/packages/switch/switch.stories.js +35 -0
  353. package/dist/packages/switch/switch.test.d.ts +1 -0
  354. package/dist/packages/switch/switch.test.js +40 -0
  355. package/dist/packages/tab/react.d.ts +7 -0
  356. package/dist/packages/tab/react.js +17 -0
  357. package/dist/packages/tab/tab.d.ts +15 -0
  358. package/dist/packages/tab/tab.js +2464 -0
  359. package/dist/packages/tab/tab.js.map +7 -0
  360. package/dist/packages/tab-panel/react.d.ts +2 -0
  361. package/dist/packages/tab-panel/react.js +11 -0
  362. package/dist/packages/tab-panel/tab-panel.d.ts +20 -0
  363. package/dist/packages/tab-panel/tab-panel.js +2441 -0
  364. package/dist/packages/tab-panel/tab-panel.js.map +7 -0
  365. package/dist/packages/tabs/index.d.ts +3 -0
  366. package/dist/packages/tabs/index.js +4 -0
  367. package/dist/packages/tabs/react.d.ts +7 -0
  368. package/dist/packages/tabs/react.js +18 -0
  369. package/dist/packages/tabs/styles.d.ts +1 -0
  370. package/dist/packages/tabs/styles.js +2 -0
  371. package/dist/packages/tabs/tabs.d.ts +37 -0
  372. package/dist/packages/tabs/tabs.js +2450 -0
  373. package/dist/packages/tabs/tabs.js.map +7 -0
  374. package/dist/packages/tabs/tabs.react.stories.d.ts +28 -0
  375. package/dist/packages/tabs/tabs.react.stories.js +71 -0
  376. package/dist/packages/tabs/tabs.stories.d.ts +12 -0
  377. package/dist/packages/tabs/tabs.stories.js +117 -0
  378. package/dist/packages/textarea/locales/da/messages.d.mts +1 -0
  379. package/dist/packages/textarea/locales/da/messages.mjs +1 -0
  380. package/dist/packages/textarea/locales/en/messages.d.mts +1 -0
  381. package/dist/packages/textarea/locales/en/messages.mjs +1 -0
  382. package/dist/packages/textarea/locales/fi/messages.d.mts +1 -0
  383. package/dist/packages/textarea/locales/fi/messages.mjs +1 -0
  384. package/dist/packages/textarea/locales/nb/messages.d.mts +1 -0
  385. package/dist/packages/textarea/locales/nb/messages.mjs +1 -0
  386. package/dist/packages/textarea/locales/sv/messages.d.mts +1 -0
  387. package/dist/packages/textarea/locales/sv/messages.mjs +1 -0
  388. package/dist/packages/textarea/react.d.ts +11 -0
  389. package/dist/packages/textarea/react.js +21 -0
  390. package/dist/packages/textarea/styles.d.ts +1 -0
  391. package/dist/packages/textarea/styles.js +2 -0
  392. package/dist/packages/textarea/textarea.d.ts +49 -0
  393. package/dist/packages/textarea/textarea.js +2475 -0
  394. package/dist/packages/textarea/textarea.js.map +7 -0
  395. package/dist/packages/textarea/textarea.react.stories.d.ts +33 -0
  396. package/dist/packages/textarea/textarea.react.stories.js +41 -0
  397. package/dist/packages/textarea/textarea.stories.d.ts +19 -0
  398. package/dist/packages/textarea/textarea.stories.js +85 -0
  399. package/dist/packages/textarea/textarea.test.d.ts +1 -0
  400. package/dist/packages/textarea/textarea.test.js +68 -0
  401. package/dist/packages/textfield/react.d.ts +1 -1
  402. package/dist/packages/textfield/react.js +1 -1
  403. package/dist/packages/textfield/{index.d.ts → textfield.d.ts} +1 -0
  404. package/dist/packages/textfield/{index.js → textfield.js} +19 -18
  405. package/dist/packages/textfield/textfield.js.map +7 -0
  406. package/dist/packages/textfield/textfield.react.stories.d.ts +4 -4
  407. package/dist/packages/textfield/textfield.stories.d.ts +2 -2
  408. package/dist/packages/textfield/textfield.stories.js +1 -1
  409. package/dist/packages/textfield/textfield.test.d.ts +2 -2
  410. package/dist/packages/textfield/textfield.test.js +11 -2
  411. package/dist/packages/toast/index.d.ts +5 -3
  412. package/dist/packages/toast/index.js +7 -2483
  413. package/dist/packages/toast/toast.stories.d.ts +4 -3
  414. package/dist/packages/toast/toast.stories.js +3 -2
  415. package/dist/packages/{toast → toast-container}/toast-container.d.ts +1 -1
  416. package/dist/packages/toast-container/toast-container.js.map +7 -0
  417. package/dist/packages/toggle-styles.d.ts +1 -0
  418. package/dist/packages/toggle-styles.js +108 -0
  419. package/dist/setup-tests.d.ts +1 -0
  420. package/dist/setup-tests.js +1 -0
  421. package/dist/web-types.json +1018 -39
  422. package/package.json +174 -32
  423. package/dist/packages/button/index.js.map +0 -7
  424. package/dist/packages/datepicker/index.d.ts +0 -1
  425. package/dist/packages/datepicker/index.js +0 -2785
  426. package/dist/packages/datepicker/index.js.map +0 -7
  427. package/dist/packages/link/index.js.map +0 -7
  428. package/dist/packages/modal/index.js.map +0 -7
  429. package/dist/packages/modal/modal-footer.js.map +0 -7
  430. package/dist/packages/modal/modal-header.js.map +0 -7
  431. package/dist/packages/select/index.js.map +0 -7
  432. package/dist/packages/textfield/index.js.map +0 -7
  433. package/dist/packages/toast/index.js.map +0 -7
  434. package/dist/packages/toast/toast-container.js.map +0 -7
  435. /package/dist/packages/affix/{index.d.ts → affix.d.ts} +0 -0
  436. /package/dist/packages/alert/{index.d.ts → alert.d.ts} +0 -0
  437. /package/dist/packages/badge/{index.d.ts → badge.d.ts} +0 -0
  438. /package/dist/packages/box/{index.d.ts → box.d.ts} +0 -0
  439. /package/dist/packages/breadcrumbs/{index.d.ts → breadcrumbs.d.ts} +0 -0
  440. /package/dist/packages/card/{index.d.ts → card.d.ts} +0 -0
  441. /package/dist/packages/expandable/{index.d.ts → expandable.d.ts} +0 -0
  442. /package/dist/packages/link/{index.d.ts → link.d.ts} +0 -0
  443. /package/dist/packages/modal/{modal-main.d.ts → modal.d.ts} +0 -0
  444. /package/dist/packages/pill/{index.d.ts → pill.d.ts} +0 -0
  445. /package/dist/packages/select/{index.d.ts → select.d.ts} +0 -0
  446. /package/dist/packages/{toast → toast-container}/toast-container.js +0 -0
@@ -1,7 +1,7 @@
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.3.1",
4
+ "version": "2.4.0-next.9",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -603,7 +603,11 @@
603
603
  },
604
604
  { "name": "value", "value": { "type": "string" } },
605
605
  { "name": "name", "value": { "type": "string" } },
606
- { "name": "step", "value": { "type": "number" } }
606
+ { "name": "step", "value": { "type": "number" } },
607
+ {
608
+ "name": "autocomplete",
609
+ "value": { "type": "string | undefined" }
610
+ }
607
611
  ],
608
612
  "events": [],
609
613
  "js": {
@@ -627,6 +631,7 @@
627
631
  { "name": "value", "type": "string" },
628
632
  { "name": "name", "type": "string" },
629
633
  { "name": "step", "type": "number" },
634
+ { "name": "autocomplete", "type": "string | undefined" },
630
635
  {
631
636
  "name": "formatter",
632
637
  "description": "Function to format value when the input field.\n\nOnly active when the input field does not have focus,\nsimilar to the accessible input masking example from Filament Group\n\nhttps://css-tricks.com/input-masking/\nhttps://filamentgroup.github.io/politespace/demo/demo.html",
@@ -636,43 +641,6 @@
636
641
  "events": []
637
642
  }
638
643
  },
639
- {
640
- "name": "w-modal-footer",
641
- "description": "The footer section of a modal, typically where you place actions.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/overlays-modal--docs)\n---\n",
642
- "doc-url": "",
643
- "attributes": [],
644
- "events": [],
645
- "js": { "properties": [], "events": [] }
646
- },
647
- {
648
- "name": "w-modal-header",
649
- "description": "The header section of a modal, typically where you place the title and a close button.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/overlays-modal--docs)\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.",
650
- "doc-url": "",
651
- "attributes": [
652
- { "name": "title", "value": { "type": "string" } },
653
- { "name": "back", "value": { "type": "boolean" } },
654
- { "name": "no-close", "value": { "type": "boolean" } }
655
- ],
656
- "slots": [
657
- {
658
- "name": "top",
659
- "description": "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."
660
- }
661
- ],
662
- "events": [{ "name": "backClicked", "type": "CustomEvent" }],
663
- "js": {
664
- "properties": [
665
- { "name": "title", "type": "string" },
666
- { "name": "back", "type": "boolean" },
667
- { "name": "noClose", "type": "boolean" },
668
- { "name": "titleEl", "type": "HTMLElement" },
669
- { "name": "titleClasses" },
670
- { "name": "backButton" },
671
- { "name": "closeButton" }
672
- ],
673
- "events": [{ "name": "backClicked", "type": "CustomEvent" }]
674
- }
675
- },
676
644
  {
677
645
  "name": "w-modal",
678
646
  "description": "Modals (or dialogs) display important information that users need to acknowledge.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/overlays-modal--docs)\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.",
@@ -715,6 +683,43 @@
715
683
  ]
716
684
  }
717
685
  },
686
+ {
687
+ "name": "w-modal-header",
688
+ "description": "The header section of a modal, typically where you place the title and a close button.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/overlays-modal--docs)\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.",
689
+ "doc-url": "",
690
+ "attributes": [
691
+ { "name": "title", "value": { "type": "string" } },
692
+ { "name": "back", "value": { "type": "boolean" } },
693
+ { "name": "no-close", "value": { "type": "boolean" } }
694
+ ],
695
+ "slots": [
696
+ {
697
+ "name": "top",
698
+ "description": "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."
699
+ }
700
+ ],
701
+ "events": [{ "name": "backClicked", "type": "CustomEvent" }],
702
+ "js": {
703
+ "properties": [
704
+ { "name": "title", "type": "string" },
705
+ { "name": "back", "type": "boolean" },
706
+ { "name": "noClose", "type": "boolean" },
707
+ { "name": "titleEl", "type": "HTMLElement" },
708
+ { "name": "titleClasses" },
709
+ { "name": "backButton" },
710
+ { "name": "closeButton" }
711
+ ],
712
+ "events": [{ "name": "backClicked", "type": "CustomEvent" }]
713
+ }
714
+ },
715
+ {
716
+ "name": "w-modal-footer",
717
+ "description": "The footer section of a modal, typically where you place actions.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/overlays-modal--docs)\n---\n",
718
+ "doc-url": "",
719
+ "attributes": [],
720
+ "events": [],
721
+ "js": { "properties": [], "events": [] }
722
+ },
718
723
  {
719
724
  "name": "w-toast-container",
720
725
  "description": "\n---\n",
@@ -802,6 +807,980 @@
802
807
  ],
803
808
  "events": []
804
809
  }
810
+ },
811
+ {
812
+ "name": "w-switch",
813
+ "description": "\n---\n\n\n### **Events:**\n - **change**",
814
+ "doc-url": "",
815
+ "attributes": [
816
+ { "name": "name", "value": { "type": "string", "default": "''" } },
817
+ { "name": "value", "value": { "type": "string", "default": "''" } },
818
+ {
819
+ "name": "checked",
820
+ "value": { "type": "boolean", "default": "false" }
821
+ },
822
+ {
823
+ "name": "disabled",
824
+ "value": { "type": "boolean", "default": "false" }
825
+ }
826
+ ],
827
+ "events": [{ "name": "change", "type": "CustomEvent" }],
828
+ "js": {
829
+ "properties": [
830
+ { "name": "name", "type": "string" },
831
+ { "name": "value", "type": "string" },
832
+ { "name": "checked", "type": "boolean" },
833
+ { "name": "disabled", "type": "boolean" }
834
+ ],
835
+ "events": [{ "name": "change", "type": "CustomEvent" }]
836
+ }
837
+ },
838
+ {
839
+ "name": "w-combobox",
840
+ "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",
841
+ "doc-url": "",
842
+ "attributes": [
843
+ {
844
+ "name": "options",
845
+ "description": "The available options to select from",
846
+ "value": { "type": "ComboboxOption[]", "default": "[]" }
847
+ },
848
+ {
849
+ "name": "label",
850
+ "description": "Label above input",
851
+ "value": { "type": "string | undefined" }
852
+ },
853
+ {
854
+ "name": "placeholder",
855
+ "description": "Input placeholder",
856
+ "value": { "type": "string | undefined" }
857
+ },
858
+ {
859
+ "name": "value",
860
+ "description": "The input value",
861
+ "value": { "type": "string", "default": "''" }
862
+ },
863
+ {
864
+ "name": "open-on-focus",
865
+ "description": "Whether the popover opens when focus is on the text field",
866
+ "value": { "type": "boolean", "default": "false" }
867
+ },
868
+ {
869
+ "name": "select-on-blur",
870
+ "description": "Select active option on blur",
871
+ "value": { "type": "boolean", "default": "true" }
872
+ },
873
+ {
874
+ "name": "match-text-segments",
875
+ "description": "Whether the matching text segments in the options should be highlighted",
876
+ "value": { "type": "boolean", "default": "false" }
877
+ },
878
+ {
879
+ "name": "disable-static-filtering",
880
+ "description": "Disable client-side static filtering",
881
+ "value": { "type": "boolean", "default": "false" }
882
+ },
883
+ {
884
+ "name": "invalid",
885
+ "description": "Renders the input field in an invalid state",
886
+ "value": { "type": "boolean", "default": "false" }
887
+ },
888
+ {
889
+ "name": "help-text",
890
+ "description": "The content to display as the help text",
891
+ "value": { "type": "string | undefined" }
892
+ },
893
+ {
894
+ "name": "disabled",
895
+ "description": "Whether the element is disabled",
896
+ "value": { "type": "boolean", "default": "false" }
897
+ },
898
+ {
899
+ "name": "required",
900
+ "description": "Whether the element is required",
901
+ "value": { "type": "boolean", "default": "false" }
902
+ },
903
+ {
904
+ "name": "optional",
905
+ "description": "Whether to show optional text",
906
+ "value": { "type": "boolean", "default": "false" }
907
+ },
908
+ {
909
+ "name": "name",
910
+ "description": "Name attribute for form submission",
911
+ "value": { "type": "string | undefined" }
912
+ },
913
+ {
914
+ "name": "autocomplete",
915
+ "description": "Autocomplete attribute for the input field",
916
+ "value": { "type": "string | undefined", "default": "'off'" }
917
+ }
918
+ ],
919
+ "events": [],
920
+ "js": {
921
+ "properties": [
922
+ {
923
+ "name": "options",
924
+ "description": "The available options to select from",
925
+ "type": "ComboboxOption[]"
926
+ },
927
+ {
928
+ "name": "label",
929
+ "description": "Label above input",
930
+ "type": "string | undefined"
931
+ },
932
+ {
933
+ "name": "placeholder",
934
+ "description": "Input placeholder",
935
+ "type": "string | undefined"
936
+ },
937
+ {
938
+ "name": "value",
939
+ "description": "The input value",
940
+ "type": "string"
941
+ },
942
+ {
943
+ "name": "openOnFocus",
944
+ "description": "Whether the popover opens when focus is on the text field",
945
+ "type": "boolean"
946
+ },
947
+ {
948
+ "name": "selectOnBlur",
949
+ "description": "Select active option on blur",
950
+ "type": "boolean"
951
+ },
952
+ {
953
+ "name": "matchTextSegments",
954
+ "description": "Whether the matching text segments in the options should be highlighted",
955
+ "type": "boolean"
956
+ },
957
+ {
958
+ "name": "disableStaticFiltering",
959
+ "description": "Disable client-side static filtering",
960
+ "type": "boolean"
961
+ },
962
+ {
963
+ "name": "invalid",
964
+ "description": "Renders the input field in an invalid state",
965
+ "type": "boolean"
966
+ },
967
+ {
968
+ "name": "helpText",
969
+ "description": "The content to display as the help text",
970
+ "type": "string | undefined"
971
+ },
972
+ {
973
+ "name": "disabled",
974
+ "description": "Whether the element is disabled",
975
+ "type": "boolean"
976
+ },
977
+ {
978
+ "name": "required",
979
+ "description": "Whether the element is required",
980
+ "type": "boolean"
981
+ },
982
+ {
983
+ "name": "optional",
984
+ "description": "Whether to show optional text",
985
+ "type": "boolean"
986
+ },
987
+ {
988
+ "name": "name",
989
+ "description": "Name attribute for form submission",
990
+ "type": "string | undefined"
991
+ },
992
+ {
993
+ "name": "autocomplete",
994
+ "description": "Autocomplete attribute for the input field",
995
+ "type": "string | undefined"
996
+ }
997
+ ],
998
+ "events": []
999
+ }
1000
+ },
1001
+ {
1002
+ "name": "w-dead-toggle",
1003
+ "description": "Dead toggle can be used where the appearance of a checkbox or radio is needed - but for accessibility purposes an actual input element should not be present.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-dead-toggle--docs)\n---\n",
1004
+ "doc-url": "",
1005
+ "attributes": [
1006
+ {
1007
+ "name": "type",
1008
+ "value": { "type": "'radio' | 'checkbox'", "default": "'radio'" }
1009
+ },
1010
+ {
1011
+ "name": "checked",
1012
+ "value": { "type": "boolean", "default": "false" }
1013
+ },
1014
+ {
1015
+ "name": "indeterminate",
1016
+ "value": { "type": "boolean", "default": "false" }
1017
+ },
1018
+ {
1019
+ "name": "invalid",
1020
+ "value": { "type": "boolean", "default": "false" }
1021
+ },
1022
+ {
1023
+ "name": "disabled",
1024
+ "value": { "type": "boolean", "default": "false" }
1025
+ }
1026
+ ],
1027
+ "events": [],
1028
+ "js": {
1029
+ "properties": [
1030
+ { "name": "type", "type": "'radio' | 'checkbox'" },
1031
+ { "name": "checked", "type": "boolean" },
1032
+ { "name": "indeterminate", "type": "boolean" },
1033
+ { "name": "invalid", "type": "boolean" },
1034
+ { "name": "disabled", "type": "boolean" }
1035
+ ],
1036
+ "events": []
1037
+ }
1038
+ },
1039
+ {
1040
+ "name": "w-page-indicator",
1041
+ "description": "\n---\n",
1042
+ "doc-url": "",
1043
+ "attributes": [
1044
+ {
1045
+ "name": "selected-page",
1046
+ "description": "Currently selected page (1-based index)",
1047
+ "value": { "type": "number", "default": "1" }
1048
+ },
1049
+ {
1050
+ "name": "page-count",
1051
+ "description": "Total number of pages",
1052
+ "value": { "type": "number", "default": "1" }
1053
+ }
1054
+ ],
1055
+ "events": [],
1056
+ "js": {
1057
+ "properties": [
1058
+ {
1059
+ "name": "selectedPage",
1060
+ "description": "Currently selected page (1-based index)",
1061
+ "type": "number"
1062
+ },
1063
+ {
1064
+ "name": "pageCount",
1065
+ "description": "Total number of pages",
1066
+ "type": "number"
1067
+ }
1068
+ ],
1069
+ "events": []
1070
+ }
1071
+ },
1072
+ {
1073
+ "name": "w-pagination",
1074
+ "description": "Pagination allows users to navigate through multiple pages of content by providing navigation controls with page numbers and directional arrows.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/navigation-pagination--docs)\n---\n\n\n### **Events:**\n - **page-click** - Triggered when a link button in the pagination is clicked. Contains the page number in `string` form.",
1075
+ "doc-url": "",
1076
+ "attributes": [
1077
+ { "name": "base-url", "value": { "type": "string" } },
1078
+ { "name": "pages", "value": { "type": "number" } },
1079
+ {
1080
+ "name": "current-page",
1081
+ "value": { "type": "number", "default": "1" }
1082
+ },
1083
+ {
1084
+ "name": "visible-pages",
1085
+ "value": { "type": "number", "default": "7" }
1086
+ }
1087
+ ],
1088
+ "events": [
1089
+ {
1090
+ "name": "page-click",
1091
+ "type": "CustomEvent",
1092
+ "description": "Triggered when a link button in the pagination is clicked. Contains the page number in `string` form."
1093
+ }
1094
+ ],
1095
+ "js": {
1096
+ "properties": [
1097
+ { "name": "baseUrl", "type": "string" },
1098
+ { "name": "pages", "type": "number" },
1099
+ { "name": "currentPageNumber", "type": "number" },
1100
+ { "name": "visiblePages", "type": "number" }
1101
+ ],
1102
+ "events": [
1103
+ {
1104
+ "name": "page-click",
1105
+ "type": "CustomEvent",
1106
+ "description": "Triggered when a link button in the pagination is clicked. Contains the page number in `string` form."
1107
+ }
1108
+ ]
1109
+ }
1110
+ },
1111
+ {
1112
+ "name": "w-radio",
1113
+ "description": "\n---\n",
1114
+ "doc-url": "",
1115
+ "attributes": [
1116
+ {
1117
+ "name": "form",
1118
+ "description": "The string pointing to a form's id.",
1119
+ "value": { "type": "string | null", "default": "null" }
1120
+ },
1121
+ {
1122
+ "name": "value",
1123
+ "description": "The radio's value. When selected, the radio group will receive this value.",
1124
+ "value": { "type": "string" }
1125
+ },
1126
+ {
1127
+ "name": "appearance",
1128
+ "description": "The radio's value. When selected, the radio group will receive this value.",
1129
+ "value": {
1130
+ "type": "'default' | 'button' | 'clickable'",
1131
+ "default": "'default'"
1132
+ }
1133
+ },
1134
+ {
1135
+ "name": "size",
1136
+ "description": "The radio's size. When used inside a radio group, the size will be determined by the radio group's size so this\nattribute can typically be omitted.",
1137
+ "value": {
1138
+ "type": "'small' | 'medium' | 'large'",
1139
+ "default": "'medium'"
1140
+ }
1141
+ },
1142
+ {
1143
+ "name": "disabled",
1144
+ "description": "Disables the radio.",
1145
+ "value": { "type": "boolean", "default": "false" }
1146
+ }
1147
+ ],
1148
+ "events": [],
1149
+ "js": {
1150
+ "properties": [
1151
+ { "name": "checked", "type": "boolean" },
1152
+ {
1153
+ "name": "form",
1154
+ "description": "The string pointing to a form's id.",
1155
+ "type": "string | null"
1156
+ },
1157
+ {
1158
+ "name": "value",
1159
+ "description": "The radio's value. When selected, the radio group will receive this value.",
1160
+ "type": "string"
1161
+ },
1162
+ {
1163
+ "name": "appearance",
1164
+ "description": "The radio's value. When selected, the radio group will receive this value.",
1165
+ "type": "'default' | 'button' | 'clickable'"
1166
+ },
1167
+ {
1168
+ "name": "size",
1169
+ "description": "The radio's size. When used inside a radio group, the size will be determined by the radio group's size so this\nattribute can typically be omitted.",
1170
+ "type": "'small' | 'medium' | 'large'"
1171
+ },
1172
+ {
1173
+ "name": "disabled",
1174
+ "description": "Disables the radio.",
1175
+ "type": "boolean"
1176
+ }
1177
+ ],
1178
+ "events": []
1179
+ }
1180
+ },
1181
+ {
1182
+ "name": "w-radio-group",
1183
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the radio group.\n\n### **Slots:**\n - **label** - Alternative to the `label` attribute should you need custom HTML.",
1184
+ "doc-url": "",
1185
+ "attributes": [
1186
+ {
1187
+ "name": "label",
1188
+ "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
1189
+ "value": { "type": "string", "default": "''" }
1190
+ },
1191
+ {
1192
+ "name": "hint",
1193
+ "description": "The radio groups's hint. If you need to display HTML, use the `hint` slot instead.",
1194
+ "value": { "type": "string", "default": "''" }
1195
+ },
1196
+ {
1197
+ "name": "name",
1198
+ "description": "The name of the radio group, submitted as a name/value pair with form data.",
1199
+ "value": { "type": "string | null", "default": "null" }
1200
+ },
1201
+ {
1202
+ "name": "disabled",
1203
+ "description": "Disables the radio group and all child radios.",
1204
+ "value": { "type": "boolean", "default": "false" }
1205
+ },
1206
+ {
1207
+ "name": "orientation",
1208
+ "description": "The orientation in which to show radio items.",
1209
+ "value": {
1210
+ "type": "'horizontal' | 'vertical'",
1211
+ "default": "'vertical'"
1212
+ }
1213
+ },
1214
+ {
1215
+ "name": "value",
1216
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
1217
+ "value": { "type": "string | null" }
1218
+ },
1219
+ {
1220
+ "name": "size",
1221
+ "description": "The radio group's size. This size will be applied to all child radios and radio buttons, except when explicitly overridden.",
1222
+ "value": {
1223
+ "type": "'small' | 'medium' | 'large'",
1224
+ "default": "'medium'"
1225
+ }
1226
+ },
1227
+ {
1228
+ "name": "required",
1229
+ "description": "Ensures a child radio is checked before allowing the containing form to submit.",
1230
+ "value": { "type": "boolean", "default": "false" }
1231
+ },
1232
+ {
1233
+ "name": "with-label",
1234
+ "description": "Used for SSR. if true, will show slotted label on initial render.",
1235
+ "value": { "type": "boolean", "default": "false" }
1236
+ },
1237
+ {
1238
+ "name": "with-hint",
1239
+ "description": "Used for SSR. if true, will show slotted hint on initial render.",
1240
+ "value": { "type": "boolean", "default": "false" }
1241
+ }
1242
+ ],
1243
+ "slots": [
1244
+ {
1245
+ "name": "label",
1246
+ "description": "Alternative to the `label` attribute should you need custom HTML."
1247
+ }
1248
+ ],
1249
+ "events": [
1250
+ { "name": "input", "type": "InputEvent" },
1251
+ { "name": "change", "type": "Event" }
1252
+ ],
1253
+ "js": {
1254
+ "properties": [
1255
+ { "name": "hasRadioButtons", "type": "boolean" },
1256
+ { "name": "defaultSlot", "type": "HTMLSlotElement" },
1257
+ {
1258
+ "name": "label",
1259
+ "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
1260
+ "type": "string"
1261
+ },
1262
+ {
1263
+ "name": "hint",
1264
+ "description": "The radio groups's hint. If you need to display HTML, use the `hint` slot instead.",
1265
+ "type": "string"
1266
+ },
1267
+ {
1268
+ "name": "name",
1269
+ "description": "The name of the radio group, submitted as a name/value pair with form data.",
1270
+ "type": "string | null"
1271
+ },
1272
+ {
1273
+ "name": "disabled",
1274
+ "description": "Disables the radio group and all child radios.",
1275
+ "type": "boolean"
1276
+ },
1277
+ {
1278
+ "name": "orientation",
1279
+ "description": "The orientation in which to show radio items.",
1280
+ "type": "'horizontal' | 'vertical'"
1281
+ },
1282
+ {
1283
+ "name": "value",
1284
+ "description": "The current value of the radio group, submitted as a name/value pair with form data."
1285
+ },
1286
+ {
1287
+ "name": "defaultValue",
1288
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
1289
+ "type": "string | null"
1290
+ },
1291
+ {
1292
+ "name": "size",
1293
+ "description": "The radio group's size. This size will be applied to all child radios and radio buttons, except when explicitly overridden.",
1294
+ "type": "'small' | 'medium' | 'large'"
1295
+ },
1296
+ {
1297
+ "name": "required",
1298
+ "description": "Ensures a child radio is checked before allowing the containing form to submit.",
1299
+ "type": "boolean"
1300
+ },
1301
+ {
1302
+ "name": "withLabel",
1303
+ "description": "Used for SSR. if true, will show slotted label on initial render.",
1304
+ "type": "boolean"
1305
+ },
1306
+ {
1307
+ "name": "withHint",
1308
+ "description": "Used for SSR. if true, will show slotted hint on initial render.",
1309
+ "type": "boolean"
1310
+ },
1311
+ {
1312
+ "name": "validationTarget",
1313
+ "description": "We use the first available radio as the validationTarget similar to native HTML that shows the validation popup on\nthe first radio element."
1314
+ }
1315
+ ],
1316
+ "events": [
1317
+ { "name": "input", "type": "InputEvent" },
1318
+ { "name": "change", "type": "Event" }
1319
+ ]
1320
+ }
1321
+ },
1322
+ {
1323
+ "name": "w-checkbox",
1324
+ "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Methods:**\n - **click()** - Simulates a click on the checkbox.\n- **focus(options: _FocusOptions_)** - Sets focus on the checkbox.\n- **blur()** - Removes focus from the checkbox.",
1325
+ "doc-url": "",
1326
+ "attributes": [
1327
+ { "name": "title", "value": { "type": "string", "default": "''" } },
1328
+ {
1329
+ "name": "name",
1330
+ "description": "The name of the checkbox, submitted as a name/value pair with form data.",
1331
+ "value": { "type": "string", "default": "''" }
1332
+ },
1333
+ {
1334
+ "name": "value",
1335
+ "description": "The value of the checkbox, submitted as a name/value pair with form data.",
1336
+ "value": { "type": "string | null" }
1337
+ },
1338
+ {
1339
+ "name": "size",
1340
+ "description": "The checkbox's size.",
1341
+ "value": {
1342
+ "type": "'small' | 'medium' | 'large'",
1343
+ "default": "'medium'"
1344
+ }
1345
+ },
1346
+ {
1347
+ "name": "disabled",
1348
+ "description": "Disables the checkbox.",
1349
+ "value": { "type": "boolean", "default": "false" }
1350
+ },
1351
+ {
1352
+ "name": "indeterminate",
1353
+ "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
1354
+ "value": { "type": "boolean", "default": "false" }
1355
+ },
1356
+ {
1357
+ "name": "checked",
1358
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
1359
+ "value": { "type": "boolean" }
1360
+ },
1361
+ {
1362
+ "name": "form",
1363
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
1364
+ "value": { "type": "null", "default": "null" }
1365
+ },
1366
+ {
1367
+ "name": "required",
1368
+ "description": "Makes the checkbox a required field.",
1369
+ "value": { "type": "boolean", "default": "false" }
1370
+ },
1371
+ {
1372
+ "name": "hint",
1373
+ "description": "The checkbox's hint. If you need to display HTML, use the `hint` slot instead.",
1374
+ "value": { "type": "string", "default": "''" }
1375
+ }
1376
+ ],
1377
+ "events": [{ "name": "change", "type": "Event" }],
1378
+ "js": {
1379
+ "properties": [
1380
+ { "name": "input", "type": "HTMLInputElement" },
1381
+ { "name": "title", "type": "string" },
1382
+ {
1383
+ "name": "name",
1384
+ "description": "The name of the checkbox, submitted as a name/value pair with form data.",
1385
+ "type": "string"
1386
+ },
1387
+ {
1388
+ "name": "value",
1389
+ "description": "The value of the checkbox, submitted as a name/value pair with form data.",
1390
+ "type": "string | null"
1391
+ },
1392
+ {
1393
+ "name": "size",
1394
+ "description": "The checkbox's size.",
1395
+ "type": "'small' | 'medium' | 'large'"
1396
+ },
1397
+ {
1398
+ "name": "disabled",
1399
+ "description": "Disables the checkbox.",
1400
+ "type": "boolean"
1401
+ },
1402
+ {
1403
+ "name": "indeterminate",
1404
+ "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
1405
+ "type": "boolean"
1406
+ },
1407
+ {
1408
+ "name": "checked",
1409
+ "description": "Draws the checkbox in a checked state.",
1410
+ "type": "boolean"
1411
+ },
1412
+ {
1413
+ "name": "defaultChecked",
1414
+ "description": "The default value of the form control. Primarily used for resetting the form control.",
1415
+ "type": "boolean"
1416
+ },
1417
+ {
1418
+ "name": "form",
1419
+ "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
1420
+ "type": "null"
1421
+ },
1422
+ {
1423
+ "name": "required",
1424
+ "description": "Makes the checkbox a required field.",
1425
+ "type": "boolean"
1426
+ },
1427
+ {
1428
+ "name": "hint",
1429
+ "description": "The checkbox's hint. If you need to display HTML, use the `hint` slot instead.",
1430
+ "type": "string"
1431
+ }
1432
+ ],
1433
+ "events": [{ "name": "change", "type": "Event" }]
1434
+ }
1435
+ },
1436
+ {
1437
+ "name": "w-checkbox-group",
1438
+ "description": "\n---\n",
1439
+ "doc-url": "",
1440
+ "attributes": [],
1441
+ "events": [],
1442
+ "js": { "properties": [], "events": [] }
1443
+ },
1444
+ {
1445
+ "name": "w-slider-thumb",
1446
+ "description": "Component to place inside a `<w-slider>`.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-slider-and-range-slider--docs)\n---\n\n\n### **Events:**\n - **slidervalidity**",
1447
+ "doc-url": "",
1448
+ "attributes": [
1449
+ { "name": "aria-label", "value": { "type": "string" } },
1450
+ { "name": "aria-description", "value": { "type": "string" } },
1451
+ { "name": "label", "value": { "type": "string" } },
1452
+ { "name": "name", "value": { "type": "string" } },
1453
+ { "name": "value", "value": { "type": "string" } },
1454
+ { "name": "disabled", "value": { "type": "boolean" } },
1455
+ {
1456
+ "name": "invalid",
1457
+ "value": { "type": "boolean", "default": "false" }
1458
+ }
1459
+ ],
1460
+ "events": [{ "name": "slidervalidity", "type": "CustomEvent" }],
1461
+ "js": {
1462
+ "properties": [
1463
+ { "name": "ariaLabel", "type": "string" },
1464
+ { "name": "ariaDescription", "type": "string" },
1465
+ { "name": "label", "type": "string" },
1466
+ { "name": "name", "type": "string" },
1467
+ { "name": "value", "type": "string" },
1468
+ { "name": "disabled", "type": "boolean" },
1469
+ { "name": "invalid", "type": "boolean" },
1470
+ {
1471
+ "name": "allowValuesOutsideRange",
1472
+ "description": "Set by `<w-slider>`",
1473
+ "type": "boolean"
1474
+ },
1475
+ {
1476
+ "name": "markers",
1477
+ "description": "Set by `<w-slider>`",
1478
+ "type": "string"
1479
+ },
1480
+ {
1481
+ "name": "required",
1482
+ "description": "Set by `<w-slider>`",
1483
+ "type": "boolean"
1484
+ },
1485
+ {
1486
+ "name": "step",
1487
+ "description": "Set by `<w-slider>`",
1488
+ "type": "number"
1489
+ },
1490
+ {
1491
+ "name": "min",
1492
+ "description": "Set by `<w-slider>`",
1493
+ "type": "string"
1494
+ },
1495
+ {
1496
+ "name": "max",
1497
+ "description": "Set by `<w-slider>`",
1498
+ "type": "string"
1499
+ },
1500
+ {
1501
+ "name": "suffix",
1502
+ "description": "Set by `<w-slider>`",
1503
+ "type": "string"
1504
+ },
1505
+ {
1506
+ "name": "formatter",
1507
+ "description": "JS hook to help you format the numeric value how you want.",
1508
+ "type": "(value: string, type: 'from' | 'to') => string"
1509
+ },
1510
+ { "name": "range", "type": "HTMLInputElement" },
1511
+ { "name": "textfield", "type": "WarpTextField" },
1512
+ { "name": "boundaryValue", "type": "string" },
1513
+ {
1514
+ "name": "textFieldDisplayValue",
1515
+ "description": "Value to display in the textfield (shows boundary when focused on empty value)"
1516
+ },
1517
+ {
1518
+ "name": "tooltipDisplayValue",
1519
+ "description": "Value to display in the tooltip",
1520
+ "type": "string | number"
1521
+ }
1522
+ ],
1523
+ "events": [{ "name": "slidervalidity", "type": "CustomEvent" }]
1524
+ }
1525
+ },
1526
+ {
1527
+ "name": "w-slider",
1528
+ "description": "Parent component for sliders (both single and range sliders). Used in combination with a `<w-slider-thumb>`.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-slider-and-range-slider--docs)\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.",
1529
+ "doc-url": "",
1530
+ "attributes": [
1531
+ {
1532
+ "name": "label",
1533
+ "description": "The slider fieldset label. Required for proper accessibility.\n\nIf you need to display HTML, use the `label` slot instead.",
1534
+ "value": { "type": "string" }
1535
+ },
1536
+ {
1537
+ "name": "disabled",
1538
+ "value": { "type": "boolean", "default": "false" }
1539
+ },
1540
+ {
1541
+ "name": "allow-values-outside-range",
1542
+ "value": { "type": "boolean", "default": "false" }
1543
+ },
1544
+ { "name": "error", "value": { "type": "string", "default": "''" } },
1545
+ {
1546
+ "name": "help-text",
1547
+ "value": { "type": "string", "default": "''" }
1548
+ },
1549
+ {
1550
+ "name": "invalid",
1551
+ "value": { "type": "boolean", "default": "false" }
1552
+ },
1553
+ {
1554
+ "name": "required",
1555
+ "description": "Ensures a child slider thumb has a value before allowing the containing form to submit.",
1556
+ "value": { "type": "boolean", "default": "false" }
1557
+ },
1558
+ { "name": "min", "value": { "type": "string" } },
1559
+ { "name": "max", "value": { "type": "string" } },
1560
+ {
1561
+ "name": "markers",
1562
+ "description": "Pass a value similar to step to create visual markers at that interval",
1563
+ "value": { "type": "number" }
1564
+ },
1565
+ { "name": "step", "value": { "type": "number" } },
1566
+ {
1567
+ "name": "suffix",
1568
+ "description": "Suffix used in text input fields and for the min and max values of the slider.",
1569
+ "value": { "type": "string", "default": "''" }
1570
+ }
1571
+ ],
1572
+ "slots": [
1573
+ {
1574
+ "name": "",
1575
+ "description": "For single sliders place a `<w-slider-thumb>` in the default slot."
1576
+ },
1577
+ {
1578
+ "name": "label",
1579
+ "description": "Label for the slider or range slider as a whole."
1580
+ },
1581
+ {
1582
+ "name": "description",
1583
+ "description": "Optional description between the label and slider."
1584
+ },
1585
+ {
1586
+ "name": "from",
1587
+ "description": "Range sliders need to place a `<w-slider-thumb>` in the from and to slots."
1588
+ },
1589
+ {
1590
+ "name": "to",
1591
+ "description": "Range sliders need to place a `<w-slider-thumb>` in the from and to slots."
1592
+ }
1593
+ ],
1594
+ "events": [],
1595
+ "js": {
1596
+ "properties": [
1597
+ {
1598
+ "name": "label",
1599
+ "description": "The slider fieldset label. Required for proper accessibility.\n\nIf you need to display HTML, use the `label` slot instead.",
1600
+ "type": "string"
1601
+ },
1602
+ { "name": "disabled", "type": "boolean" },
1603
+ { "name": "allowValuesOutsideRange", "type": "boolean" },
1604
+ { "name": "error", "type": "string" },
1605
+ { "name": "helpText", "type": "string" },
1606
+ { "name": "invalid", "type": "boolean" },
1607
+ {
1608
+ "name": "required",
1609
+ "description": "Ensures a child slider thumb has a value before allowing the containing form to submit.",
1610
+ "type": "boolean"
1611
+ },
1612
+ { "name": "min", "type": "string" },
1613
+ { "name": "max", "type": "string" },
1614
+ {
1615
+ "name": "markers",
1616
+ "description": "Pass a value similar to step to create visual markers at that interval",
1617
+ "type": "number"
1618
+ },
1619
+ { "name": "step", "type": "number" },
1620
+ {
1621
+ "name": "suffix",
1622
+ "description": "Suffix used in text input fields and for the min and max values of the slider.",
1623
+ "type": "string"
1624
+ },
1625
+ {
1626
+ "name": "formatter",
1627
+ "description": "Function to format the to- and from labels and value in the slider thumb tooltip.",
1628
+ "type": "(value: string, type: 'to' | 'from') => string"
1629
+ },
1630
+ { "name": "_invalidMessage", "type": "string" },
1631
+ { "name": "_hasInternalError", "type": "boolean" },
1632
+ { "name": "edgeMin" },
1633
+ { "name": "edgeMax" },
1634
+ { "name": "componentHasError", "type": "boolean" },
1635
+ { "name": "errorText", "type": "string" }
1636
+ ],
1637
+ "events": []
1638
+ }
1639
+ },
1640
+ {
1641
+ "name": "w-step",
1642
+ "description": "Individual step component that shows a single step in a process\n---\n",
1643
+ "doc-url": "",
1644
+ "attributes": [
1645
+ {
1646
+ "name": "active",
1647
+ "value": { "type": "boolean", "default": "false" }
1648
+ },
1649
+ {
1650
+ "name": "completed",
1651
+ "value": { "type": "boolean", "default": "false" }
1652
+ }
1653
+ ],
1654
+ "events": [],
1655
+ "js": {
1656
+ "properties": [
1657
+ { "name": "active", "type": "boolean" },
1658
+ { "name": "completed", "type": "boolean" }
1659
+ ],
1660
+ "events": []
1661
+ }
1662
+ },
1663
+ {
1664
+ "name": "w-step-indicator",
1665
+ "description": "Steps are used to show progress through a process or to guide users through a multi-step task.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/components-steps--docs)\n---\n",
1666
+ "doc-url": "",
1667
+ "attributes": [
1668
+ {
1669
+ "name": "horizontal",
1670
+ "value": { "type": "boolean", "default": "false" }
1671
+ },
1672
+ {
1673
+ "name": "right",
1674
+ "value": { "type": "boolean", "default": "false" }
1675
+ }
1676
+ ],
1677
+ "events": [],
1678
+ "js": {
1679
+ "properties": [
1680
+ { "name": "horizontal", "type": "boolean" },
1681
+ { "name": "right", "type": "boolean" }
1682
+ ],
1683
+ "events": []
1684
+ }
1685
+ },
1686
+ {
1687
+ "name": "w-tab",
1688
+ "description": "Individual tab component used within w-tabs container.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/tabs--docs)\n---\n",
1689
+ "doc-url": "",
1690
+ "attributes": [
1691
+ { "name": "for", "value": { "type": "string", "default": "''" } },
1692
+ {
1693
+ "name": "active",
1694
+ "value": { "type": "boolean", "default": "false" }
1695
+ },
1696
+ {
1697
+ "name": "over",
1698
+ "value": { "type": "boolean", "default": "false" }
1699
+ }
1700
+ ],
1701
+ "events": [],
1702
+ "js": {
1703
+ "properties": [
1704
+ { "name": "for", "type": "string" },
1705
+ { "name": "active", "type": "boolean" },
1706
+ { "name": "over", "type": "boolean" }
1707
+ ],
1708
+ "events": []
1709
+ }
1710
+ },
1711
+ {
1712
+ "name": "w-tab-panel",
1713
+ "description": "Tab panel component that holds content for individual tabs.\nEach tab panel should have a name that matches a corresponding tab.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/tabs--docs)\n---\n",
1714
+ "doc-url": "",
1715
+ "attributes": [
1716
+ {
1717
+ "name": "hidden",
1718
+ "value": { "type": "boolean", "default": "true" }
1719
+ }
1720
+ ],
1721
+ "events": [],
1722
+ "js": {
1723
+ "properties": [{ "name": "hidden", "type": "boolean" }],
1724
+ "events": []
1725
+ }
1726
+ },
1727
+ {
1728
+ "name": "w-tabs",
1729
+ "description": "Tabs are used to organize content by grouping similar information on the same page.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/tabs--docs)\n---\n\n\n### **Events:**\n - **change**",
1730
+ "doc-url": "",
1731
+ "attributes": [
1732
+ { "name": "active", "value": { "type": "string", "default": "''" } }
1733
+ ],
1734
+ "events": [{ "name": "change", "type": "CustomEvent" }],
1735
+ "js": {
1736
+ "properties": [
1737
+ { "name": "active", "type": "string" },
1738
+ { "name": "tabs" },
1739
+ { "name": "activeTab" }
1740
+ ],
1741
+ "events": [{ "name": "change", "type": "CustomEvent" }]
1742
+ }
1743
+ },
1744
+ {
1745
+ "name": "w-textarea",
1746
+ "description": "A single line text input element.\n\n[See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-textfield--docs)\n---\n",
1747
+ "doc-url": "",
1748
+ "attributes": [
1749
+ { "name": "disabled", "value": { "type": "boolean" } },
1750
+ { "name": "invalid", "value": { "type": "boolean" } },
1751
+ { "name": "label", "value": { "type": "string" } },
1752
+ { "name": "help-text", "value": { "type": "string" } },
1753
+ { "name": "maximum-rows", "value": { "type": "number" } },
1754
+ { "name": "minimum-rows", "value": { "type": "number" } },
1755
+ { "name": "name", "value": { "type": "string" } },
1756
+ { "name": "placeholder", "value": { "type": "string" } },
1757
+ { "name": "read-only", "value": { "type": "boolean" } },
1758
+ { "name": "readonly", "value": { "type": "boolean" } },
1759
+ { "name": "required", "value": { "type": "boolean" } },
1760
+ { "name": "value", "value": { "type": "string" } },
1761
+ { "name": "optional", "value": { "type": "boolean" } }
1762
+ ],
1763
+ "events": [],
1764
+ "js": {
1765
+ "properties": [
1766
+ { "name": "disabled", "type": "boolean" },
1767
+ { "name": "invalid", "type": "boolean" },
1768
+ { "name": "label", "type": "string" },
1769
+ { "name": "helpText", "type": "string" },
1770
+ { "name": "maxRows", "type": "number" },
1771
+ { "name": "minRows", "type": "number" },
1772
+ { "name": "name", "type": "string" },
1773
+ { "name": "placeholder", "type": "string" },
1774
+ { "name": "readOnly", "type": "boolean" },
1775
+ { "name": "readonly", "type": "boolean" },
1776
+ { "name": "required", "type": "boolean" },
1777
+ { "name": "value", "type": "string" },
1778
+ { "name": "optional", "type": "boolean" },
1779
+ { "name": "minHeight" },
1780
+ { "name": "maxHeight" }
1781
+ ],
1782
+ "events": []
1783
+ }
805
1784
  }
806
1785
  ]
807
1786
  },