@universal-material/web 3.8.0 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (429) hide show
  1. package/.claude-plugin/plugin.json +12 -0
  2. package/README.md +12 -0
  3. package/app-bar/top-app-bar.d.ts +7 -6
  4. package/app-bar/top-app-bar.d.ts.map +1 -1
  5. package/app-bar/top-app-bar.js +71 -35
  6. package/app-bar/top-app-bar.js.map +1 -1
  7. package/app-bar/top-app-bar.styles.d.ts.map +1 -1
  8. package/app-bar/top-app-bar.styles.js +18 -1
  9. package/app-bar/top-app-bar.styles.js.map +1 -1
  10. package/badge/badge.d.ts +2 -2
  11. package/badge/badge.d.ts.map +1 -1
  12. package/badge/badge.js +6 -6
  13. package/badge/badge.js.map +1 -1
  14. package/badge/badge.styles.d.ts.map +1 -1
  15. package/badge/badge.styles.js +1 -0
  16. package/badge/badge.styles.js.map +1 -1
  17. package/bundle.min.js +4469 -1277
  18. package/button/button-base.d.ts +2 -2
  19. package/button/button-base.d.ts.map +1 -1
  20. package/button/button-base.js +5 -5
  21. package/button/button-base.js.map +1 -1
  22. package/button/button-set.d.ts +3 -3
  23. package/button/button-set.d.ts.map +1 -1
  24. package/button/button-set.js +7 -7
  25. package/button/button-set.js.map +1 -1
  26. package/button/button.d.ts +7 -7
  27. package/button/button.d.ts.map +1 -1
  28. package/button/button.js +14 -14
  29. package/button/button.js.map +1 -1
  30. package/button/fab-menu-color-context.d.ts +2 -2
  31. package/button/fab-menu-color-context.d.ts.map +1 -1
  32. package/button/fab-menu-color-context.js.map +1 -1
  33. package/button/fab-menu-item.d.ts +3 -3
  34. package/button/fab-menu-item.d.ts.map +1 -1
  35. package/button/fab-menu-item.js +11 -11
  36. package/button/fab-menu-item.js.map +1 -1
  37. package/button/fab-menu.d.ts +20 -5
  38. package/button/fab-menu.d.ts.map +1 -1
  39. package/button/fab-menu.js +48 -11
  40. package/button/fab-menu.js.map +1 -1
  41. package/button/fab.d.ts +22 -7
  42. package/button/fab.d.ts.map +1 -1
  43. package/button/fab.js +49 -11
  44. package/button/fab.js.map +1 -1
  45. package/button/icon-button.d.ts +7 -7
  46. package/button/icon-button.d.ts.map +1 -1
  47. package/button/icon-button.js +8 -8
  48. package/button/icon-button.js.map +1 -1
  49. package/button/toggle-button.d.ts +6 -6
  50. package/button/toggle-button.d.ts.map +1 -1
  51. package/button/toggle-button.js +10 -10
  52. package/button/toggle-button.js.map +1 -1
  53. package/button-field/button-field.d.ts +3 -3
  54. package/button-field/button-field.d.ts.map +1 -1
  55. package/button-field/button-field.js +9 -9
  56. package/button-field/button-field.js.map +1 -1
  57. package/calendar/calendar-base.d.ts +1 -1
  58. package/calendar/calendar-base.d.ts.map +1 -1
  59. package/calendar/calendar-base.js +10 -10
  60. package/calendar/calendar-base.js.map +1 -1
  61. package/calendar/calendar.d.ts +2 -2
  62. package/calendar/calendar.d.ts.map +1 -1
  63. package/calendar/calendar.js +8 -8
  64. package/calendar/calendar.js.map +1 -1
  65. package/calendar/range-calendar.d.ts +2 -2
  66. package/calendar/range-calendar.d.ts.map +1 -1
  67. package/calendar/range-calendar.js +9 -9
  68. package/calendar/range-calendar.js.map +1 -1
  69. package/card/card-content.d.ts +2 -2
  70. package/card/card-content.d.ts.map +1 -1
  71. package/card/card-content.js +5 -5
  72. package/card/card-content.js.map +1 -1
  73. package/card/card-media.d.ts +2 -2
  74. package/card/card-media.d.ts.map +1 -1
  75. package/card/card-media.js +5 -5
  76. package/card/card-media.js.map +1 -1
  77. package/card/card.d.ts +4 -4
  78. package/card/card.d.ts.map +1 -1
  79. package/card/card.js +5 -5
  80. package/card/card.js.map +1 -1
  81. package/checkbox/checkbox-list-item.d.ts +4 -4
  82. package/checkbox/checkbox-list-item.d.ts.map +1 -1
  83. package/checkbox/checkbox-list-item.js +5 -5
  84. package/checkbox/checkbox-list-item.js.map +1 -1
  85. package/checkbox/checkbox.d.ts +3 -3
  86. package/checkbox/checkbox.d.ts.map +1 -1
  87. package/checkbox/checkbox.js +7 -7
  88. package/checkbox/checkbox.js.map +1 -1
  89. package/chip/chip-set.d.ts +3 -3
  90. package/chip/chip-set.d.ts.map +1 -1
  91. package/chip/chip-set.js +6 -6
  92. package/chip/chip-set.js.map +1 -1
  93. package/chip/chip.d.ts +5 -5
  94. package/chip/chip.d.ts.map +1 -1
  95. package/chip/chip.js +20 -20
  96. package/chip/chip.js.map +1 -1
  97. package/chip-field/chip-field.d.ts +3 -3
  98. package/chip-field/chip-field.d.ts.map +1 -1
  99. package/chip-field/chip-field.js +9 -9
  100. package/chip-field/chip-field.js.map +1 -1
  101. package/collapse/collapse.d.ts +26 -0
  102. package/collapse/collapse.d.ts.map +1 -0
  103. package/collapse/collapse.js +62 -0
  104. package/collapse/collapse.js.map +1 -0
  105. package/collapse/collapse.styles.d.ts +2 -0
  106. package/collapse/collapse.styles.d.ts.map +1 -0
  107. package/collapse/collapse.styles.js +8 -0
  108. package/collapse/collapse.styles.js.map +1 -0
  109. package/config.js.map +1 -1
  110. package/css/universal-material.css +2 -1
  111. package/css/universal-material.min.css +2 -1
  112. package/custom-elements.json +16615 -12152
  113. package/datepicker/datepicker.d.ts +6 -4
  114. package/datepicker/datepicker.d.ts.map +1 -1
  115. package/datepicker/datepicker.js +33 -19
  116. package/datepicker/datepicker.js.map +1 -1
  117. package/datepicker/datepicker.styles.d.ts.map +1 -1
  118. package/datepicker/datepicker.styles.js +25 -0
  119. package/datepicker/datepicker.styles.js.map +1 -1
  120. package/datepicker/range-datepicker.d.ts +6 -4
  121. package/datepicker/range-datepicker.d.ts.map +1 -1
  122. package/datepicker/range-datepicker.js +33 -19
  123. package/datepicker/range-datepicker.js.map +1 -1
  124. package/dialog/confirm-dialog-builder.d.ts +3 -3
  125. package/dialog/confirm-dialog-builder.d.ts.map +1 -1
  126. package/dialog/confirm-dialog-builder.js.map +1 -1
  127. package/dialog/dialog-builder.d.ts +5 -4
  128. package/dialog/dialog-builder.d.ts.map +1 -1
  129. package/dialog/dialog-builder.js +10 -3
  130. package/dialog/dialog-builder.js.map +1 -1
  131. package/dialog/dialog-button-def.d.ts +3 -3
  132. package/dialog/dialog-button-def.d.ts.map +1 -1
  133. package/dialog/dialog-button-def.js.map +1 -1
  134. package/dialog/dialog.d.ts +2 -2
  135. package/dialog/dialog.d.ts.map +1 -1
  136. package/dialog/dialog.js +14 -14
  137. package/dialog/dialog.js.map +1 -1
  138. package/dialog/message-dialog-builder.d.ts +2 -2
  139. package/dialog/message-dialog-builder.d.ts.map +1 -1
  140. package/dialog/message-dialog-builder.js.map +1 -1
  141. package/elevation/elevation.d.ts +2 -2
  142. package/elevation/elevation.d.ts.map +1 -1
  143. package/elevation/elevation.js +4 -4
  144. package/elevation/elevation.js.map +1 -1
  145. package/expansion-panel/expansion-panel-container.d.ts +24 -0
  146. package/expansion-panel/expansion-panel-container.d.ts.map +1 -0
  147. package/expansion-panel/expansion-panel-container.js +54 -0
  148. package/expansion-panel/expansion-panel-container.js.map +1 -0
  149. package/expansion-panel/expansion-panel-container.styles.d.ts +2 -0
  150. package/expansion-panel/expansion-panel-container.styles.d.ts.map +1 -0
  151. package/expansion-panel/expansion-panel-container.styles.js +9 -0
  152. package/expansion-panel/expansion-panel-container.styles.js.map +1 -0
  153. package/expansion-panel/expansion-panel.d.ts +37 -0
  154. package/expansion-panel/expansion-panel.d.ts.map +1 -0
  155. package/expansion-panel/expansion-panel.js +89 -0
  156. package/expansion-panel/expansion-panel.js.map +1 -0
  157. package/expansion-panel/expansion-panel.styles.d.ts +2 -0
  158. package/expansion-panel/expansion-panel.styles.d.ts.map +1 -0
  159. package/expansion-panel/expansion-panel.styles.js +66 -0
  160. package/expansion-panel/expansion-panel.styles.js.map +1 -0
  161. package/field/field-base.d.ts +3 -3
  162. package/field/field-base.d.ts.map +1 -1
  163. package/field/field-base.js +20 -20
  164. package/field/field-base.js.map +1 -1
  165. package/field/field-defaults-context.d.ts +2 -2
  166. package/field/field-defaults-context.d.ts.map +1 -1
  167. package/field/field-defaults-context.js.map +1 -1
  168. package/field/field-defaults.d.ts +3 -3
  169. package/field/field-defaults.d.ts.map +1 -1
  170. package/field/field-defaults.js.map +1 -1
  171. package/field/field-variant.d.ts +1 -1
  172. package/field/field-variant.d.ts.map +1 -1
  173. package/field/field-variant.js.map +1 -1
  174. package/field/field.d.ts +3 -3
  175. package/field/field.d.ts.map +1 -1
  176. package/field/field.js +6 -6
  177. package/field/field.js.map +1 -1
  178. package/icon/icon.d.ts +2 -2
  179. package/icon/icon.d.ts.map +1 -1
  180. package/icon/icon.js +4 -4
  181. package/icon/icon.js.map +1 -1
  182. package/index.d.ts +24 -1
  183. package/index.d.ts.map +1 -1
  184. package/index.js +24 -1
  185. package/index.js.map +1 -1
  186. package/list/list-item.d.ts +16 -2
  187. package/list/list-item.d.ts.map +1 -1
  188. package/list/list-item.js +26 -6
  189. package/list/list-item.js.map +1 -1
  190. package/list/list-item.styles.d.ts.map +1 -1
  191. package/list/list-item.styles.js +13 -0
  192. package/list/list-item.styles.js.map +1 -1
  193. package/list/list.d.ts +2 -2
  194. package/list/list.d.ts.map +1 -1
  195. package/list/list.js +4 -4
  196. package/list/list.js.map +1 -1
  197. package/menu/menu-item.d.ts +3 -3
  198. package/menu/menu-item.d.ts.map +1 -1
  199. package/menu/menu-item.js +10 -10
  200. package/menu/menu-item.js.map +1 -1
  201. package/menu/menu.d.ts +2 -2
  202. package/menu/menu.d.ts.map +1 -1
  203. package/menu/menu.js +13 -13
  204. package/menu/menu.js.map +1 -1
  205. package/navigation/drawer-headline.d.ts +2 -2
  206. package/navigation/drawer-headline.d.ts.map +1 -1
  207. package/navigation/drawer-headline.js +6 -6
  208. package/navigation/drawer-headline.js.map +1 -1
  209. package/navigation/drawer-item.d.ts +3 -3
  210. package/navigation/drawer-item.d.ts.map +1 -1
  211. package/navigation/drawer-item.js +17 -12
  212. package/navigation/drawer-item.js.map +1 -1
  213. package/navigation/drawer.d.ts +2 -2
  214. package/navigation/drawer.d.ts.map +1 -1
  215. package/navigation/drawer.js +4 -4
  216. package/navigation/drawer.js.map +1 -1
  217. package/navigation/side-navigation.d.ts +9 -2
  218. package/navigation/side-navigation.d.ts.map +1 -1
  219. package/navigation/side-navigation.js +15 -8
  220. package/navigation/side-navigation.js.map +1 -1
  221. package/navigation-bar/navigation-bar-item.d.ts +40 -0
  222. package/navigation-bar/navigation-bar-item.d.ts.map +1 -0
  223. package/navigation-bar/navigation-bar-item.js +113 -0
  224. package/navigation-bar/navigation-bar-item.js.map +1 -0
  225. package/navigation-bar/navigation-bar-item.styles.d.ts +2 -0
  226. package/navigation-bar/navigation-bar-item.styles.d.ts.map +1 -0
  227. package/navigation-bar/navigation-bar-item.styles.js +101 -0
  228. package/navigation-bar/navigation-bar-item.styles.js.map +1 -0
  229. package/navigation-bar/navigation-bar.d.ts +40 -0
  230. package/navigation-bar/navigation-bar.d.ts.map +1 -0
  231. package/navigation-bar/navigation-bar.js +85 -0
  232. package/navigation-bar/navigation-bar.js.map +1 -0
  233. package/navigation-bar/navigation-bar.styles.d.ts +2 -0
  234. package/navigation-bar/navigation-bar.styles.d.ts.map +1 -0
  235. package/navigation-bar/navigation-bar.styles.js +44 -0
  236. package/navigation-bar/navigation-bar.styles.js.map +1 -0
  237. package/navigation-rail/navigation-rail-headline.d.ts +23 -0
  238. package/navigation-rail/navigation-rail-headline.d.ts.map +1 -0
  239. package/navigation-rail/navigation-rail-headline.js +28 -0
  240. package/navigation-rail/navigation-rail-headline.js.map +1 -0
  241. package/navigation-rail/navigation-rail-headline.styles.d.ts +2 -0
  242. package/navigation-rail/navigation-rail-headline.styles.d.ts.map +1 -0
  243. package/navigation-rail/navigation-rail-headline.styles.js +19 -0
  244. package/navigation-rail/navigation-rail-headline.styles.js.map +1 -0
  245. package/navigation-rail/navigation-rail-item.d.ts +58 -0
  246. package/navigation-rail/navigation-rail-item.d.ts.map +1 -0
  247. package/navigation-rail/navigation-rail-item.js +160 -0
  248. package/navigation-rail/navigation-rail-item.js.map +1 -0
  249. package/navigation-rail/navigation-rail-item.styles.d.ts +2 -0
  250. package/navigation-rail/navigation-rail-item.styles.d.ts.map +1 -0
  251. package/navigation-rail/navigation-rail-item.styles.js +182 -0
  252. package/navigation-rail/navigation-rail-item.styles.js.map +1 -0
  253. package/navigation-rail/navigation-rail.d.ts +66 -0
  254. package/navigation-rail/navigation-rail.d.ts.map +1 -0
  255. package/navigation-rail/navigation-rail.js +223 -0
  256. package/navigation-rail/navigation-rail.js.map +1 -0
  257. package/navigation-rail/navigation-rail.styles.d.ts +2 -0
  258. package/navigation-rail/navigation-rail.styles.d.ts.map +1 -0
  259. package/navigation-rail/navigation-rail.styles.js +220 -0
  260. package/navigation-rail/navigation-rail.styles.js.map +1 -0
  261. package/overflow-menu/overflow-menu.d.ts +8 -2
  262. package/overflow-menu/overflow-menu.d.ts.map +1 -1
  263. package/overflow-menu/overflow-menu.js +10 -1
  264. package/overflow-menu/overflow-menu.js.map +1 -1
  265. package/package.json +19 -3
  266. package/progress/circular-progress.d.ts +2 -2
  267. package/progress/circular-progress.d.ts.map +1 -1
  268. package/progress/circular-progress.js +6 -6
  269. package/progress/circular-progress.js.map +1 -1
  270. package/progress/progress-bar.d.ts +2 -2
  271. package/progress/progress-bar.d.ts.map +1 -1
  272. package/progress/progress-bar.js +6 -6
  273. package/progress/progress-bar.js.map +1 -1
  274. package/radio/radio-list-item.d.ts +4 -4
  275. package/radio/radio-list-item.d.ts.map +1 -1
  276. package/radio/radio-list-item.js +5 -5
  277. package/radio/radio-list-item.js.map +1 -1
  278. package/radio/radio.d.ts +3 -3
  279. package/radio/radio.d.ts.map +1 -1
  280. package/radio/radio.js +6 -6
  281. package/radio/radio.js.map +1 -1
  282. package/ripple/ripple.d.ts +2 -2
  283. package/ripple/ripple.d.ts.map +1 -1
  284. package/ripple/ripple.js +9 -9
  285. package/ripple/ripple.js.map +1 -1
  286. package/scaffold/pane.d.ts +127 -0
  287. package/scaffold/pane.d.ts.map +1 -0
  288. package/scaffold/pane.js +220 -0
  289. package/scaffold/pane.js.map +1 -0
  290. package/scaffold/pane.styles.d.ts +2 -0
  291. package/scaffold/pane.styles.d.ts.map +1 -0
  292. package/scaffold/pane.styles.js +1909 -0
  293. package/scaffold/pane.styles.js.map +1 -0
  294. package/scaffold/scaffold.d.ts +45 -0
  295. package/scaffold/scaffold.d.ts.map +1 -0
  296. package/scaffold/scaffold.js +170 -0
  297. package/scaffold/scaffold.js.map +1 -0
  298. package/scaffold/scaffold.styles.d.ts +2 -0
  299. package/scaffold/scaffold.styles.d.ts.map +1 -0
  300. package/scaffold/scaffold.styles.js +69 -0
  301. package/scaffold/scaffold.styles.js.map +1 -0
  302. package/scaffold/scroll-container-context.d.ts +4 -0
  303. package/scaffold/scroll-container-context.d.ts.map +1 -0
  304. package/scaffold/scroll-container-context.js +3 -0
  305. package/scaffold/scroll-container-context.js.map +1 -0
  306. package/scss/utilities/_divider.scss +4 -0
  307. package/search/search.d.ts +3 -3
  308. package/search/search.d.ts.map +1 -1
  309. package/search/search.js +7 -7
  310. package/search/search.js.map +1 -1
  311. package/search/search.styles.d.ts.map +1 -1
  312. package/search/search.styles.js +7 -2
  313. package/search/search.styles.js.map +1 -1
  314. package/select/option.d.ts +3 -3
  315. package/select/option.d.ts.map +1 -1
  316. package/select/option.js +8 -8
  317. package/select/option.js.map +1 -1
  318. package/select/select-navigation-controller.d.ts +4 -4
  319. package/select/select-navigation-controller.d.ts.map +1 -1
  320. package/select/select-navigation-controller.js.map +1 -1
  321. package/select/select.d.ts +18 -12
  322. package/select/select.d.ts.map +1 -1
  323. package/select/select.js +77 -31
  324. package/select/select.js.map +1 -1
  325. package/shared/button-wrapper.d.ts +1 -1
  326. package/shared/button-wrapper.d.ts.map +1 -1
  327. package/shared/button-wrapper.js +8 -8
  328. package/shared/button-wrapper.js.map +1 -1
  329. package/shared/char-count-text-field/native-text-field-wrapper.d.ts +2 -2
  330. package/shared/char-count-text-field/native-text-field-wrapper.d.ts.map +1 -1
  331. package/shared/char-count-text-field/native-text-field-wrapper.js +6 -6
  332. package/shared/char-count-text-field/native-text-field-wrapper.js.map +1 -1
  333. package/shared/menu-field/menu-field-navigation-controller.d.ts +3 -3
  334. package/shared/menu-field/menu-field-navigation-controller.d.ts.map +1 -1
  335. package/shared/menu-field/menu-field-navigation-controller.js.map +1 -1
  336. package/shared/menu-field/menu-field.d.ts +5 -5
  337. package/shared/menu-field/menu-field.d.ts.map +1 -1
  338. package/shared/menu-field/menu-field.js.map +1 -1
  339. package/shared/selection-control/selection-control-list-item.d.ts +2 -2
  340. package/shared/selection-control/selection-control-list-item.d.ts.map +1 -1
  341. package/shared/selection-control/selection-control-list-item.js +10 -1
  342. package/shared/selection-control/selection-control-list-item.js.map +1 -1
  343. package/shared/selection-control/selection-control.d.ts +1 -1
  344. package/shared/selection-control/selection-control.d.ts.map +1 -1
  345. package/shared/selection-control/selection-control.js +15 -7
  346. package/shared/selection-control/selection-control.js.map +1 -1
  347. package/shared/sets/set-base.d.ts +1 -1
  348. package/shared/sets/set-base.d.ts.map +1 -1
  349. package/shared/sets/set-base.js +2 -2
  350. package/shared/sets/set-base.js.map +1 -1
  351. package/shared/text-field-base/text-field-base.d.ts +34 -2
  352. package/shared/text-field-base/text-field-base.d.ts.map +1 -1
  353. package/shared/text-field-base/text-field-base.js +63 -4
  354. package/shared/text-field-base/text-field-base.js.map +1 -1
  355. package/skills/badge/SKILL.md +43 -0
  356. package/skills/buttons/SKILL.md +115 -0
  357. package/skills/card/SKILL.md +162 -0
  358. package/skills/chips/SKILL.md +95 -0
  359. package/skills/collapse/SKILL.md +37 -0
  360. package/skills/datepicker/SKILL.md +110 -0
  361. package/skills/dialog/SKILL.md +92 -0
  362. package/skills/drawer/SKILL.md +94 -0
  363. package/skills/expansion-panel/SKILL.md +65 -0
  364. package/skills/fab/SKILL.md +79 -0
  365. package/skills/list/SKILL.md +105 -0
  366. package/skills/menu/SKILL.md +120 -0
  367. package/skills/navigation-bar/SKILL.md +87 -0
  368. package/skills/navigation-rail/SKILL.md +127 -0
  369. package/skills/overview/SKILL.md +44 -0
  370. package/skills/progress/SKILL.md +63 -0
  371. package/skills/scaffold/SKILL.md +392 -0
  372. package/skills/search/SKILL.md +65 -0
  373. package/skills/select/SKILL.md +120 -0
  374. package/skills/selection-controls/SKILL.md +88 -0
  375. package/skills/setup/SKILL.md +58 -0
  376. package/skills/slider/SKILL.md +119 -0
  377. package/skills/snackbar/SKILL.md +70 -0
  378. package/skills/tab-bar/SKILL.md +55 -0
  379. package/skills/text-field/SKILL.md +114 -0
  380. package/skills/theming/SKILL.md +80 -0
  381. package/skills/top-app-bar/SKILL.md +64 -0
  382. package/skills/typeahead/SKILL.md +113 -0
  383. package/slider/slider.d.ts +73 -0
  384. package/slider/slider.d.ts.map +1 -0
  385. package/slider/slider.js +506 -0
  386. package/slider/slider.js.map +1 -0
  387. package/slider/slider.styles.d.ts +2 -0
  388. package/slider/slider.styles.d.ts.map +1 -0
  389. package/slider/slider.styles.js +292 -0
  390. package/slider/slider.styles.js.map +1 -0
  391. package/snackbar/snackbar.d.ts +4 -4
  392. package/snackbar/snackbar.d.ts.map +1 -1
  393. package/snackbar/snackbar.js +28 -28
  394. package/snackbar/snackbar.js.map +1 -1
  395. package/snackbar/snackbar.styles.js +1 -1
  396. package/snackbar/snackbar.styles.js.map +1 -1
  397. package/switch/switch-list-item.d.ts +4 -4
  398. package/switch/switch-list-item.d.ts.map +1 -1
  399. package/switch/switch-list-item.js +5 -5
  400. package/switch/switch-list-item.js.map +1 -1
  401. package/switch/switch.d.ts +3 -3
  402. package/switch/switch.d.ts.map +1 -1
  403. package/switch/switch.js +5 -5
  404. package/switch/switch.js.map +1 -1
  405. package/tab-bar/tab-bar.d.ts +6 -6
  406. package/tab-bar/tab-bar.d.ts.map +1 -1
  407. package/tab-bar/tab-bar.js +40 -23
  408. package/tab-bar/tab-bar.js.map +1 -1
  409. package/tab-bar/tab.d.ts +5 -5
  410. package/tab-bar/tab.d.ts.map +1 -1
  411. package/tab-bar/tab.js +9 -9
  412. package/tab-bar/tab.js.map +1 -1
  413. package/text-area/text-area.d.ts +3 -3
  414. package/text-area/text-area.d.ts.map +1 -1
  415. package/text-area/text-area.js +9 -9
  416. package/text-area/text-area.js.map +1 -1
  417. package/text-field/text-field.d.ts +15 -3
  418. package/text-field/text-field.d.ts.map +1 -1
  419. package/text-field/text-field.js +46 -13
  420. package/text-field/text-field.js.map +1 -1
  421. package/typeahead/highlight.d.ts +2 -2
  422. package/typeahead/highlight.d.ts.map +1 -1
  423. package/typeahead/highlight.js +7 -7
  424. package/typeahead/highlight.js.map +1 -1
  425. package/typeahead/typeahead.d.ts +7 -7
  426. package/typeahead/typeahead.d.ts.map +1 -1
  427. package/typeahead/typeahead.js +22 -18
  428. package/typeahead/typeahead.js.map +1 -1
  429. package/vscode.html-custom-data.json +870 -481
@@ -43,7 +43,7 @@
43
43
  },
44
44
  {
45
45
  "name": "scrollContainer",
46
- "description": "The element to listen for scroll on to collapse the extended content.\nAccepts an `HTMLElement`, the id of an element, `'window'` to use the\nwindow scroll, or `'none'` to disable scroll handling. Defaults to\n`'window'` when no value is provided.",
46
+ "description": "The element to listen for scroll on to collapse the extended content.\nAccepts an `HTMLElement`, the id of an element, `'window'` to use the\nwindow scroll, or `'none'` to disable scroll handling. When unset, the\napp bar consumes the scroll container provided by an ancestor\n`u-scaffold`; if there's no scaffold, it falls back to `'window'`.",
47
47
  "values": [
48
48
  {
49
49
  "name": "none"
@@ -69,8 +69,48 @@
69
69
  "references": []
70
70
  },
71
71
  {
72
- "name": "u-button-field",
72
+ "name": "u-card-content",
73
+ "description": "\n---\n",
74
+ "attributes": [
75
+ {
76
+ "name": "has-content",
77
+ "description": "Whether the default slot has assigned content\n\n_Note:_ Readonly",
78
+ "values": []
79
+ }
80
+ ],
81
+ "references": []
82
+ },
83
+ {
84
+ "name": "u-card-media",
85
+ "description": "\n---\n",
86
+ "attributes": [
87
+ {
88
+ "name": "wide",
89
+ "description": "Whether the media block uses the wide aspect ratio variant",
90
+ "values": []
91
+ }
92
+ ],
93
+ "references": []
94
+ },
95
+ {
96
+ "name": "u-card",
73
97
  "description": "\n---\n",
98
+ "attributes": [
99
+ {
100
+ "name": "variant",
101
+ "description": "The Card variant to render.",
102
+ "values": [
103
+ {
104
+ "name": "CardVariant"
105
+ }
106
+ ]
107
+ }
108
+ ],
109
+ "references": []
110
+ },
111
+ {
112
+ "name": "u-button-field",
113
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
74
114
  "attributes": [
75
115
  {
76
116
  "name": "value",
@@ -82,6 +122,11 @@
82
122
  "description": "The placeholder text shown when the field is empty",
83
123
  "values": []
84
124
  },
125
+ {
126
+ "name": "required",
127
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
128
+ "values": []
129
+ },
85
130
  {
86
131
  "name": "variant",
87
132
  "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
@@ -188,19 +233,7 @@
188
233
  "description": "The Button variant to render",
189
234
  "values": [
190
235
  {
191
- "name": "filled"
192
- },
193
- {
194
- "name": "tonal"
195
- },
196
- {
197
- "name": "elevated"
198
- },
199
- {
200
- "name": "outlined"
201
- },
202
- {
203
- "name": "text"
236
+ "name": "ButtonVariant"
204
237
  }
205
238
  ]
206
239
  },
@@ -209,16 +242,7 @@
209
242
  "description": "The Button color",
210
243
  "values": [
211
244
  {
212
- "name": "primary"
213
- },
214
- {
215
- "name": "secondary"
216
- },
217
- {
218
- "name": "tertiary"
219
- },
220
- {
221
- "name": "error"
245
+ "name": "ButtonColor"
222
246
  }
223
247
  ]
224
248
  },
@@ -247,10 +271,7 @@
247
271
  "description": "Sets the shape of the button",
248
272
  "values": [
249
273
  {
250
- "name": "round"
251
- },
252
- {
253
- "name": "square"
274
+ "name": "ButtonShape"
254
275
  }
255
276
  ]
256
277
  },
@@ -259,19 +280,7 @@
259
280
  "description": "Sets the size of the button",
260
281
  "values": [
261
282
  {
262
- "name": "extra-small"
263
- },
264
- {
265
- "name": "small"
266
- },
267
- {
268
- "name": "medium"
269
- },
270
- {
271
- "name": "large"
272
- },
273
- {
274
- "name": "extra-large"
283
+ "name": "ButtonSize"
275
284
  }
276
285
  ]
277
286
  },
@@ -364,19 +373,7 @@
364
373
  "description": "The FAB color variant to render.",
365
374
  "values": [
366
375
  {
367
- "name": "primary"
368
- },
369
- {
370
- "name": "secondary"
371
- },
372
- {
373
- "name": "tertiary"
374
- },
375
- {
376
- "name": "surface"
377
- },
378
- {
379
- "name": "branded"
376
+ "name": "FabColor"
380
377
  }
381
378
  ]
382
379
  },
@@ -385,13 +382,7 @@
385
382
  "description": "The size of the FAB.",
386
383
  "values": [
387
384
  {
388
- "name": "small"
389
- },
390
- {
391
- "name": "medium"
392
- },
393
- {
394
- "name": "large"
385
+ "name": "FabSize"
395
386
  }
396
387
  ]
397
388
  },
@@ -399,6 +390,21 @@
399
390
  "name": "lowered",
400
391
  "description": "Lowers the FAB's elevation.",
401
392
  "values": []
393
+ },
394
+ {
395
+ "name": "scroll-container",
396
+ "description": "The element the FAB menu will observe for scroll. Accepts an\n`HTMLElement`, the id of an element, `'window'` to use the window\nscroll, or `'none'` to disable. When unset, the FAB menu consumes the\nscroll container provided by an ancestor `u-scaffold` via context,\nfalling back to `'window'`. Reserved for future scroll-driven behaviors.",
397
+ "values": [
398
+ {
399
+ "name": "none"
400
+ },
401
+ {
402
+ "name": "window"
403
+ },
404
+ {
405
+ "name": "HTMLElement"
406
+ }
407
+ ]
402
408
  }
403
409
  ],
404
410
  "references": []
@@ -412,19 +418,7 @@
412
418
  "description": "The FAB color variant to render.",
413
419
  "values": [
414
420
  {
415
- "name": "primary"
416
- },
417
- {
418
- "name": "secondary"
419
- },
420
- {
421
- "name": "tertiary"
422
- },
423
- {
424
- "name": "surface"
425
- },
426
- {
427
- "name": "branded"
421
+ "name": "FabColor"
428
422
  }
429
423
  ]
430
424
  },
@@ -433,13 +427,7 @@
433
427
  "description": "The size of the FAB.",
434
428
  "values": [
435
429
  {
436
- "name": "small"
437
- },
438
- {
439
- "name": "medium"
440
- },
441
- {
442
- "name": "large"
430
+ "name": "FabSize"
443
431
  }
444
432
  ]
445
433
  },
@@ -453,6 +441,21 @@
453
441
  "description": "Lowers the FAB's elevation.",
454
442
  "values": []
455
443
  },
444
+ {
445
+ "name": "scroll-container",
446
+ "description": "The element the FAB will observe for scroll. Accepts an `HTMLElement`,\nthe id of an element, `'window'` to use the window scroll, or `'none'`\nto disable. When unset, the FAB consumes the scroll container provided\nby an ancestor `u-scaffold` via context, falling back to `'window'`.\nReserved for future scroll-driven behaviors (e.g. shrink on scroll).",
447
+ "values": [
448
+ {
449
+ "name": "none"
450
+ },
451
+ {
452
+ "name": "window"
453
+ },
454
+ {
455
+ "name": "HTMLElement"
456
+ }
457
+ ]
458
+ },
456
459
  {
457
460
  "name": "type",
458
461
  "description": "The button behavior. Mirrors the native `type` attribute and accepts\nvalues like `submit`, `reset` or `button`.",
@@ -495,16 +498,7 @@
495
498
  "description": "The Icon Button variant to render",
496
499
  "values": [
497
500
  {
498
- "name": "filled"
499
- },
500
- {
501
- "name": "tonal"
502
- },
503
- {
504
- "name": "outlined"
505
- },
506
- {
507
- "name": "standard"
501
+ "name": "IconButtonVariant"
508
502
  }
509
503
  ]
510
504
  },
@@ -513,13 +507,7 @@
513
507
  "description": "The width of the Icon Button",
514
508
  "values": [
515
509
  {
516
- "name": "default"
517
- },
518
- {
519
- "name": "narrow"
520
- },
521
- {
522
- "name": "wide"
510
+ "name": "IconButtonWidth"
523
511
  }
524
512
  ]
525
513
  },
@@ -543,10 +531,7 @@
543
531
  "description": "Sets the shape of the button",
544
532
  "values": [
545
533
  {
546
- "name": "round"
547
- },
548
- {
549
- "name": "square"
534
+ "name": "ButtonShape"
550
535
  }
551
536
  ]
552
537
  },
@@ -555,19 +540,7 @@
555
540
  "description": "Sets the size of the button",
556
541
  "values": [
557
542
  {
558
- "name": "extra-small"
559
- },
560
- {
561
- "name": "small"
562
- },
563
- {
564
- "name": "medium"
565
- },
566
- {
567
- "name": "large"
568
- },
569
- {
570
- "name": "extra-large"
543
+ "name": "ButtonSize"
571
544
  }
572
545
  ]
573
546
  },
@@ -663,49 +636,181 @@
663
636
  "references": []
664
637
  },
665
638
  {
666
- "name": "u-card-content",
639
+ "name": "u-checkbox-list-item",
667
640
  "description": "\n---\n",
668
641
  "attributes": [
669
642
  {
670
- "name": "has-content",
671
- "description": "Whether the default slot has assigned content\n\n_Note:_ Readonly",
643
+ "name": "leading",
644
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
645
+ "values": []
646
+ },
647
+ {
648
+ "name": "no-inset",
649
+ "description": "Pull the row flush with surrounding content (negative inline margin equal\nto the inline padding) so it aligns with adjacent labels / section headings.\nForwarded to the inner `u-list-item`.",
650
+ "values": []
651
+ },
652
+ {
653
+ "name": "hide-state-layer",
654
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
655
+ "values": []
656
+ },
657
+ {
658
+ "name": "indeterminate",
659
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
660
+ "values": []
661
+ },
662
+ {
663
+ "name": "name",
664
+ "description": "The form field name used when submitting the control's value",
665
+ "values": []
666
+ },
667
+ {
668
+ "name": "disabled",
669
+ "description": "Whether the control is disabled and prevents user interaction",
670
+ "values": []
671
+ },
672
+ {
673
+ "name": "value",
674
+ "description": "The element value to use in form submission when checked.",
675
+ "values": []
676
+ },
677
+ {
678
+ "name": "checked",
679
+ "description": "Whether the control is checked",
672
680
  "values": []
673
681
  }
674
682
  ],
675
683
  "references": []
676
684
  },
677
685
  {
678
- "name": "u-card-media",
686
+ "name": "u-checkbox",
679
687
  "description": "\n---\n",
680
688
  "attributes": [
681
689
  {
682
- "name": "wide",
683
- "description": "Whether the media block uses the wide aspect ratio variant",
690
+ "name": "hide-state-layer",
691
+ "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
692
+ "values": []
693
+ },
694
+ {
695
+ "name": "indeterminate",
696
+ "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
697
+ "values": []
698
+ },
699
+ {
700
+ "name": "name",
701
+ "description": "The form field name used when submitting the control's value",
702
+ "values": []
703
+ },
704
+ {
705
+ "name": "disabled",
706
+ "description": "Whether the control is disabled and prevents user interaction",
707
+ "values": []
708
+ },
709
+ {
710
+ "name": "value",
711
+ "description": "The element value to use in form submission when checked.",
712
+ "values": []
713
+ },
714
+ {
715
+ "name": "checked",
716
+ "description": "Whether the control is checked",
684
717
  "values": []
685
718
  }
686
719
  ],
687
720
  "references": []
688
721
  },
689
722
  {
690
- "name": "u-card",
691
- "description": "\n---\n",
723
+ "name": "u-chip-field",
724
+ "description": "\n---\n\n\n### **Events:**\n - **change**\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
692
725
  "attributes": [
726
+ {
727
+ "name": "name",
728
+ "description": "The form field name used when submitting each chip value as form data",
729
+ "values": []
730
+ },
731
+ {
732
+ "name": "manual",
733
+ "description": "If true, ignore enter key input",
734
+ "values": []
735
+ },
736
+ {
737
+ "name": "placeholder",
738
+ "description": "The placeholder text shown when the field is empty",
739
+ "values": []
740
+ },
741
+ {
742
+ "name": "required",
743
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
744
+ "values": []
745
+ },
693
746
  {
694
747
  "name": "variant",
695
- "description": "The Card variant to render.",
748
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
696
749
  "values": [
697
750
  {
698
751
  "name": "filled"
699
752
  },
700
- {
701
- "name": "elevated"
702
- },
703
753
  {
704
754
  "name": "outlined"
705
755
  }
706
756
  ]
707
- }
708
- ],
757
+ },
758
+ {
759
+ "name": "label",
760
+ "description": "The floating label for the field",
761
+ "values": []
762
+ },
763
+ {
764
+ "name": "counter",
765
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
766
+ "values": []
767
+ },
768
+ {
769
+ "name": "hide-counter",
770
+ "description": "Whether to hide the counter from the supporting text line",
771
+ "values": []
772
+ },
773
+ {
774
+ "name": "supporting-text",
775
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
776
+ "values": []
777
+ },
778
+ {
779
+ "name": "error-text",
780
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
781
+ "values": []
782
+ },
783
+ {
784
+ "name": "empty",
785
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
786
+ "values": []
787
+ },
788
+ {
789
+ "name": "disabled",
790
+ "description": "Whether the field is disabled",
791
+ "values": []
792
+ },
793
+ {
794
+ "name": "invalid",
795
+ "description": "Get or sets where or not the field is in a visually invalid state.",
796
+ "values": []
797
+ },
798
+ {
799
+ "name": "has-leading-icon",
800
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
801
+ "values": []
802
+ },
803
+ {
804
+ "name": "has-trailing-icon",
805
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
806
+ "values": []
807
+ },
808
+ {
809
+ "name": "has-error-text",
810
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
811
+ "values": []
812
+ }
813
+ ],
709
814
  "references": []
710
815
  },
711
816
  {
@@ -787,9 +892,21 @@
787
892
  ],
788
893
  "references": []
789
894
  },
895
+ {
896
+ "name": "u-collapse",
897
+ "description": "\n---\n\n\n### **Slots:**\n - _default_ - Default slot for the collapsible content.\n\n### **CSS Parts:**\n - **content** - The wrapper around the slotted content used to measure its natural height.",
898
+ "attributes": [
899
+ {
900
+ "name": "open",
901
+ "description": "Whether the collapse is open. Animates `max-height` between `0` and the\nmeasured content height when toggled.",
902
+ "values": []
903
+ }
904
+ ],
905
+ "references": []
906
+ },
790
907
  {
791
908
  "name": "u-datepicker",
792
- "description": "\n---\n\n\n### **Events:**\n - **input**",
909
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
793
910
  "attributes": [
794
911
  {
795
912
  "name": "locale",
@@ -859,6 +976,11 @@
859
976
  "description": "The placeholder text shown when the field is empty",
860
977
  "values": []
861
978
  },
979
+ {
980
+ "name": "required",
981
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
982
+ "values": []
983
+ },
862
984
  {
863
985
  "name": "variant",
864
986
  "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
@@ -931,7 +1053,7 @@
931
1053
  },
932
1054
  {
933
1055
  "name": "u-range-datepicker",
934
- "description": "\n---\n\n\n### **Events:**\n - **input**",
1056
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
935
1057
  "attributes": [
936
1058
  {
937
1059
  "name": "locale",
@@ -1001,6 +1123,11 @@
1001
1123
  "description": "The placeholder text shown when the field is empty",
1002
1124
  "values": []
1003
1125
  },
1126
+ {
1127
+ "name": "required",
1128
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
1129
+ "values": []
1130
+ },
1004
1131
  {
1005
1132
  "name": "variant",
1006
1133
  "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
@@ -1072,101 +1199,52 @@
1072
1199
  "references": []
1073
1200
  },
1074
1201
  {
1075
- "name": "u-checkbox-list-item",
1202
+ "name": "u-elevation",
1076
1203
  "description": "\n---\n",
1204
+ "attributes": [],
1205
+ "references": []
1206
+ },
1207
+ {
1208
+ "name": "u-expansion-panel-container",
1209
+ "description": "Coordinates a group of `<u-expansion-panel>` children. When `multi` is `false`\n(default), opening one panel closes the others.\n---\n\n\n### **Slots:**\n - _default_ - Default slot for `<u-expansion-panel>` children.",
1077
1210
  "attributes": [
1078
1211
  {
1079
- "name": "leading",
1080
- "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1081
- "values": []
1082
- },
1083
- {
1084
- "name": "hide-state-layer",
1085
- "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
1086
- "values": []
1087
- },
1088
- {
1089
- "name": "indeterminate",
1090
- "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
1091
- "values": []
1092
- },
1093
- {
1094
- "name": "name",
1095
- "description": "The form field name used when submitting the control's value",
1096
- "values": []
1097
- },
1098
- {
1099
- "name": "disabled",
1100
- "description": "Whether the control is disabled and prevents user interaction",
1101
- "values": []
1102
- },
1103
- {
1104
- "name": "value",
1105
- "description": "The element value to use in form submission when checked.",
1106
- "values": []
1107
- },
1108
- {
1109
- "name": "checked",
1110
- "description": "Whether the control is checked",
1212
+ "name": "multi",
1213
+ "description": "When `true`, multiple panels may be expanded simultaneously.",
1111
1214
  "values": []
1112
1215
  }
1113
1216
  ],
1114
1217
  "references": []
1115
1218
  },
1116
1219
  {
1117
- "name": "u-checkbox",
1118
- "description": "\n---\n",
1220
+ "name": "u-expansion-panel",
1221
+ "description": "\n---\n\n\n### **Events:**\n - **change** - Dispatched when the `expanded` state toggles.\n\n### **Methods:**\n - **toggle(): _void_** - Toggles `expanded`. No-op when `disabled`.\n\n### **Slots:**\n - **header** - Content shown in the clickable header row.\n- _default_ - Default slot for the panel body (animated via `u-collapse`).\n\n### **CSS Parts:**\n - **header** - The header row container.\n- **chevron** - The default chevron icon (rotates on expand).\n- **content** - The collapsible body wrapper.",
1119
1222
  "attributes": [
1120
1223
  {
1121
- "name": "hide-state-layer",
1122
- "description": "Whether to hide the hover/focus state layer behind the checkbox indicator",
1123
- "values": []
1124
- },
1125
- {
1126
- "name": "indeterminate",
1127
- "description": "Whether the checkbox is in the indeterminate (mixed) state.\nSetting `checked` resets this to `false`.",
1128
- "values": []
1129
- },
1130
- {
1131
- "name": "name",
1132
- "description": "The form field name used when submitting the control's value",
1224
+ "name": "expanded",
1225
+ "description": "Whether the panel body is expanded.",
1133
1226
  "values": []
1134
1227
  },
1135
1228
  {
1136
1229
  "name": "disabled",
1137
- "description": "Whether the control is disabled and prevents user interaction",
1138
- "values": []
1139
- },
1140
- {
1141
- "name": "value",
1142
- "description": "The element value to use in form submission when checked.",
1230
+ "description": "Disables toggling the panel via header click.",
1143
1231
  "values": []
1144
1232
  },
1145
1233
  {
1146
- "name": "checked",
1147
- "description": "Whether the control is checked",
1234
+ "name": "hide-toggle",
1235
+ "description": "Hides the default chevron toggle icon.",
1148
1236
  "values": []
1149
1237
  }
1150
1238
  ],
1151
1239
  "references": []
1152
1240
  },
1153
1241
  {
1154
- "name": "u-chip-field",
1155
- "description": "\n---\n\n\n### **Events:**\n - **change**",
1242
+ "name": "u-field",
1243
+ "description": "\n---\n",
1156
1244
  "attributes": [
1157
1245
  {
1158
- "name": "name",
1159
- "description": "The form field name used when submitting each chip value as form data",
1160
- "values": []
1161
- },
1162
- {
1163
- "name": "manual",
1164
- "description": "If true, ignore enter key input",
1165
- "values": []
1166
- },
1167
- {
1168
- "name": "placeholder",
1169
- "description": "The placeholder text shown when the field is empty",
1246
+ "name": "autoEmpty",
1247
+ "description": "Whether the field should automatically derive its `empty` state from\nthe slotted native input's value",
1170
1248
  "values": []
1171
1249
  },
1172
1250
  {
@@ -1271,155 +1349,102 @@
1271
1349
  "references": []
1272
1350
  },
1273
1351
  {
1274
- "name": "u-field",
1352
+ "name": "u-icon",
1353
+ "description": "\n---\n",
1354
+ "attributes": [],
1355
+ "references": []
1356
+ },
1357
+ {
1358
+ "name": "u-list-item",
1275
1359
  "description": "\n---\n",
1276
1360
  "attributes": [
1277
1361
  {
1278
- "name": "autoEmpty",
1279
- "description": "Whether the field should automatically derive its `empty` state from\nthe slotted native input's value",
1280
- "values": []
1281
- },
1282
- {
1283
- "name": "variant",
1284
- "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
1285
- "values": [
1286
- {
1287
- "name": "filled"
1288
- },
1289
- {
1290
- "name": "outlined"
1291
- }
1292
- ]
1293
- },
1294
- {
1295
- "name": "label",
1296
- "description": "The floating label for the field",
1297
- "values": []
1298
- },
1299
- {
1300
- "name": "counter",
1301
- "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
1362
+ "name": "selectable",
1363
+ "description": "Whether the list item is interactive and renders a ripple on click",
1302
1364
  "values": []
1303
1365
  },
1304
1366
  {
1305
- "name": "hide-counter",
1306
- "description": "Whether to hide the counter from the supporting text line",
1367
+ "name": "selected",
1368
+ "description": "Whether the row is in the selected (active) state. Paints the M3 selected\ncontainer (`secondary-container` / `on-secondary-container`) so the row\nreads as the current choice in a list-detail or navigation list. Purely\nvisual — pair it with your own click handling (and `selectable` for the\nripple/hover state layer).",
1307
1369
  "values": []
1308
1370
  },
1309
1371
  {
1310
- "name": "supporting-text",
1311
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
1372
+ "name": "no-inset",
1373
+ "description": "Pull the row flush with surrounding content: cancels the inline padding with\nan equal negative inline margin, so the content lines up with adjacent labels\nor section headings (the row's state layer bleeds to the container edges).",
1312
1374
  "values": []
1313
- },
1375
+ }
1376
+ ],
1377
+ "references": []
1378
+ },
1379
+ {
1380
+ "name": "u-list",
1381
+ "description": "\n---\n",
1382
+ "attributes": [],
1383
+ "references": []
1384
+ },
1385
+ {
1386
+ "name": "u-drawer-headline",
1387
+ "description": "\n---\n",
1388
+ "attributes": [],
1389
+ "references": []
1390
+ },
1391
+ {
1392
+ "name": "u-drawer-item",
1393
+ "description": "\n---\n",
1394
+ "attributes": [
1314
1395
  {
1315
- "name": "error-text",
1316
- "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
1396
+ "name": "active",
1397
+ "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1317
1398
  "values": []
1318
1399
  },
1319
1400
  {
1320
- "name": "empty",
1321
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
1401
+ "name": "keep-drawer-open",
1402
+ "description": "If true, it will not attempt to close de navigation drawer on click",
1322
1403
  "values": []
1323
1404
  },
1324
1405
  {
1325
1406
  "name": "disabled",
1326
- "description": "Whether the field is disabled",
1327
- "values": []
1328
- },
1329
- {
1330
- "name": "invalid",
1331
- "description": "Get or sets where or not the field is in a visually invalid state.",
1407
+ "description": "Whether the button is disabled or not.",
1332
1408
  "values": []
1333
1409
  },
1334
1410
  {
1335
- "name": "has-leading-icon",
1336
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1411
+ "name": "href",
1412
+ "description": "The URL that the link button points to.",
1337
1413
  "values": []
1338
1414
  },
1339
1415
  {
1340
- "name": "has-trailing-icon",
1341
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1416
+ "name": "target",
1417
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1342
1418
  "values": []
1343
1419
  },
1344
1420
  {
1345
- "name": "has-error-text",
1346
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1421
+ "name": "name",
1422
+ "description": "The form field name associated with the button when submitting a form",
1347
1423
  "values": []
1348
1424
  }
1349
1425
  ],
1350
1426
  "references": []
1351
1427
  },
1352
1428
  {
1353
- "name": "u-elevation",
1354
- "description": "\n---\n",
1355
- "attributes": [],
1356
- "references": []
1357
- },
1358
- {
1359
- "name": "u-icon",
1429
+ "name": "u-drawer",
1360
1430
  "description": "\n---\n",
1361
1431
  "attributes": [],
1362
1432
  "references": []
1363
1433
  },
1364
1434
  {
1365
- "name": "u-list-item",
1366
- "description": "\n---\n",
1435
+ "name": "u-side-navigation",
1436
+ "description": "@deprecated Use `<u-scaffold>` and place a `<u-drawer>` or `<u-navigation-rail>` directly as a body sibling (for a permanent sidebar) or wrap it in `<u-pane mode=\"sidebar\" mode-lg=\"fixed\">` for a sidebar that collapses to an overlay below `lg`. Standalone usage outside of a scaffold remains supported.\n\n\n---\n",
1367
1437
  "attributes": [
1368
1438
  {
1369
- "name": "selectable",
1370
- "description": "Whether the list item is interactive and renders a ripple on click",
1439
+ "name": "toggle-drawer",
1440
+ "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
1371
1441
  "values": []
1372
1442
  }
1373
1443
  ],
1374
1444
  "references": []
1375
1445
  },
1376
1446
  {
1377
- "name": "u-list",
1378
- "description": "\n---\n",
1379
- "attributes": [],
1380
- "references": []
1381
- },
1382
- {
1383
- "name": "u-overflow-menu-item",
1384
- "description": "\n---\n",
1385
- "attributes": [
1386
- {
1387
- "name": "label",
1388
- "description": "The accessible label for the action, used as the icon button's title",
1389
- "values": []
1390
- },
1391
- {
1392
- "name": "collapse",
1393
- "description": "Controls how the item behaves when space is limited.\n`'auto'` allows the item to be moved into the overflow menu;\n`'always'` keeps it permanently hidden behind the overflow trigger.",
1394
- "values": [
1395
- {
1396
- "name": "auto"
1397
- },
1398
- {
1399
- "name": "always"
1400
- }
1401
- ]
1402
- }
1403
- ],
1404
- "references": []
1405
- },
1406
- {
1407
- "name": "u-overflow-menu",
1408
- "description": "\n---\n",
1409
- "attributes": [
1410
- {
1411
- "name": "anchor",
1412
- "values": [
1413
- {
1414
- "name": "HTMLElement"
1415
- }
1416
- ]
1417
- }
1418
- ],
1419
- "references": []
1420
- },
1421
- {
1422
- "name": "u-menu-item",
1447
+ "name": "u-menu-item",
1423
1448
  "description": "\n---\n",
1424
1449
  "attributes": [
1425
1450
  {
@@ -1541,24 +1566,106 @@
1541
1566
  "references": []
1542
1567
  },
1543
1568
  {
1544
- "name": "u-drawer-headline",
1545
- "description": "\n---\n",
1569
+ "name": "u-navigation-bar-item",
1570
+ "description": "A destination inside a `u-navigation-bar`. Renders an M3 active indicator\npill around the icon (vertical) or around icon + label (horizontal), with\nthe destination label.\n\nSlots:\n - default: the destination label.\n - `icon`: the destination icon (24dp).\n - `badge`: an optional `u-badge` placed at the top-right of the icon.\n---\n",
1571
+ "attributes": [
1572
+ {
1573
+ "name": "active",
1574
+ "description": "Whether the navigation item is active (selected) or not.",
1575
+ "values": []
1576
+ },
1577
+ {
1578
+ "name": "variant",
1579
+ "description": "Layout variant. `'vertical'` (default) stacks the icon over the label\nwith a 56×32dp active indicator pill around the icon. `'horizontal'`\nplaces icon and label side-by-side inside a 40dp-high pill.",
1580
+ "values": [
1581
+ {
1582
+ "name": "NavBarItemVariant"
1583
+ }
1584
+ ]
1585
+ },
1586
+ {
1587
+ "name": "disabled",
1588
+ "description": "Whether the button is disabled or not.",
1589
+ "values": []
1590
+ },
1591
+ {
1592
+ "name": "href",
1593
+ "description": "The URL that the link button points to.",
1594
+ "values": []
1595
+ },
1596
+ {
1597
+ "name": "target",
1598
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
1599
+ "values": []
1600
+ },
1601
+ {
1602
+ "name": "name",
1603
+ "description": "The form field name associated with the button when submitting a form",
1604
+ "values": []
1605
+ }
1606
+ ],
1607
+ "references": []
1608
+ },
1609
+ {
1610
+ "name": "u-navigation-bar",
1611
+ "description": "Material 3 navigation bar — a persistent bar pinned to the bottom of the\napplication that hosts top-level destinations (typically 3–5 icon buttons\nor navigation-bar items). Mirrors `u-top-app-bar`'s positioning model: an\ninternal `.spacing` filler reserves the bar's height inside the surrounding\nflow so content under it does not get obscured.\n\nSlots:\n - default: destination items (e.g. `u-icon-button`s).\n---\n",
1612
+ "attributes": [
1613
+ {
1614
+ "name": "position",
1615
+ "description": "The positioning strategy of the navigation bar.",
1616
+ "values": [
1617
+ {
1618
+ "name": "fixed"
1619
+ },
1620
+ {
1621
+ "name": "absolute"
1622
+ },
1623
+ {
1624
+ "name": "static"
1625
+ }
1626
+ ]
1627
+ },
1628
+ {
1629
+ "name": "scroll-container",
1630
+ "description": "The element the bar will observe for scroll. Accepts an `HTMLElement`,\nthe id of an element, `'window'` to use the window scroll, or `'none'`\nto disable. When unset, the bar consumes the scroll container provided\nby an ancestor `u-scaffold` via context, falling back to `'window'`.\nReserved for future scroll-driven behaviors (e.g. hide on scroll).",
1631
+ "values": [
1632
+ {
1633
+ "name": "none"
1634
+ },
1635
+ {
1636
+ "name": "window"
1637
+ },
1638
+ {
1639
+ "name": "HTMLElement"
1640
+ }
1641
+ ]
1642
+ }
1643
+ ],
1644
+ "references": []
1645
+ },
1646
+ {
1647
+ "name": "u-navigation-rail-headline",
1648
+ "description": "Section header for grouping destinations inside the expanded navigation\nrail. Slot it into `u-navigation-rail slot=\"expanded\"` between groups of\n`u-navigation-rail-item`s.\n\nThe headline is only visible while the rail is in its expanded state —\nwhen collapsed (or hidden) the rail switches to its primary `slot=\"rail\"`\ndestinations, so headlines never appear in narrow layouts.\n\nSlots:\n - default: the headline text.\n---\n",
1546
1649
  "attributes": [],
1547
1650
  "references": []
1548
1651
  },
1549
1652
  {
1550
- "name": "u-drawer-item",
1551
- "description": "\n---\n",
1653
+ "name": "u-navigation-rail-item",
1654
+ "description": "A destination inside a `u-navigation-rail`. Renders two layouts depending\non `variant`:\n\n- `collapsed` (default): vertical — a 56×32dp pill around the 24dp icon\n with the label stacked below in label-medium type.\n- `expanded`: horizontal — a full-width pill wraps icon + label inline\n (icon at the leading edge, label-large to its right), 56dp tall.\n\nHover/focus/pressed feedback (state layer + ripple) is confined to the\nactive-indicator pill, never the full square. The click target itself\nstays the full container — clicks anywhere on the item still navigate\nand emit a ripple inside the pill.\n\nThe parent `u-navigation-rail` sets `variant` automatically based on the\nbreakpoint and toggle state — consumers don't usually need to set it.\n\nSlots:\n - default: the destination label.\n - `icon`: the destination icon (24dp).\n - `badge`: an optional `u-badge` placed at the top-right of the icon.\n---\n",
1552
1655
  "attributes": [
1553
1656
  {
1554
1657
  "name": "active",
1555
- "description": "Whether the drawer item is active or not\n\n_Note:_ Readonly",
1658
+ "description": "Whether the rail item is active (selected) or not.",
1556
1659
  "values": []
1557
1660
  },
1558
1661
  {
1559
- "name": "keep-drawer-open",
1560
- "description": "If true, it will not attempt to close de navigation drawer on click",
1561
- "values": []
1662
+ "name": "variant",
1663
+ "description": "Layout variant. `collapsed` (default) stacks icon over label with a\n56×32dp pill around the icon. `expanded` lays icon + label side-by-side\ninside a content-sized 56dp pill aligned to the rail's leading edge.\n\nSet automatically by `u-navigation-rail` based on which slot the item\nis placed into (`slot=\"rail\"` → collapsed, `slot=\"expanded\"` → expanded).",
1664
+ "values": [
1665
+ {
1666
+ "name": "NavRailItemVariant"
1667
+ }
1668
+ ]
1562
1669
  },
1563
1670
  {
1564
1671
  "name": "disabled",
@@ -1584,19 +1691,64 @@
1584
1691
  "references": []
1585
1692
  },
1586
1693
  {
1587
- "name": "u-drawer",
1588
- "description": "\n---\n",
1589
- "attributes": [],
1694
+ "name": "u-navigation-rail",
1695
+ "description": "Material 3 navigation rail — a responsive primary navigation surface that\nadapts to the viewport with two independently configurable destination\nsets:\n\n- **Mobile (< 840px)**: rail is hidden. `toggleDrawer` slides the\n expanded rail in from the left as a **modal** over the content (with\n scrim).\n- **Medium (840–1199px)**: a permanent 96dp **collapsed** sidebar shows\n `slot=\"rail\"` items. `toggleDrawer` slides the expanded rail in over\n it as a **modal** (with scrim).\n- **Large (≥ 1200px)**: the expanded rail is permanent (no modal,\n no scrim). `toggleDrawer` slides it back off the leading edge,\n revealing the collapsed bar underneath.\n\nThe expanded panel animates exactly like the side-navigation drawer:\n`inset-inline-start` transitions 375ms with the project's awesome cubic\nbezier easing.\n\nSlots:\n - `rail`: primary destinations shown in the permanent collapsed bar\n (`u-navigation-rail-item`s, no headlines).\n - `expanded`: full destination list shown in the expanded panel —\n `u-navigation-rail-item`s grouped by optional\n `u-navigation-rail-headline`s.\n - `top`: optional area pinned to the top of the rail (menu button,\n brand mark, etc.).\n - `bottom`: optional area pinned to the bottom of the rail (FAB,\n secondary action, etc.).\n - default: page content.\n---\n",
1696
+ "attributes": [
1697
+ {
1698
+ "name": "toggle-drawer",
1699
+ "description": "Toggle the rail's secondary state:\n\n- On mobile/medium: slides the expanded rail in from the left as a\n modal overlay (with scrim). Click on the scrim to close.\n- On large: slides the expanded rail off, revealing the collapsed\n 96dp bar underneath.",
1700
+ "values": []
1701
+ }
1702
+ ],
1590
1703
  "references": []
1591
1704
  },
1592
1705
  {
1593
- "name": "u-side-navigation",
1706
+ "name": "u-overflow-menu-item",
1594
1707
  "description": "\n---\n",
1595
1708
  "attributes": [
1596
1709
  {
1597
- "name": "toggle-drawer",
1598
- "description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
1710
+ "name": "label",
1711
+ "description": "The accessible label for the action, used as the icon button's title",
1599
1712
  "values": []
1713
+ },
1714
+ {
1715
+ "name": "collapse",
1716
+ "description": "Controls how the item behaves when space is limited.\n`'auto'` allows the item to be moved into the overflow menu;\n`'always'` keeps it permanently hidden behind the overflow trigger.",
1717
+ "values": [
1718
+ {
1719
+ "name": "auto"
1720
+ },
1721
+ {
1722
+ "name": "always"
1723
+ }
1724
+ ]
1725
+ }
1726
+ ],
1727
+ "references": []
1728
+ },
1729
+ {
1730
+ "name": "u-overflow-menu",
1731
+ "description": "\n---\n",
1732
+ "attributes": [
1733
+ {
1734
+ "name": "menuPositioning",
1735
+ "description": "The positioning strategy used by the collapsed-items popover. Use\n`'fixed'` when the overflow menu is rendered inside a clipped/scrollable\ncontainer so the popover can escape its bounds.",
1736
+ "values": [
1737
+ {
1738
+ "name": "relative"
1739
+ },
1740
+ {
1741
+ "name": "fixed"
1742
+ }
1743
+ ]
1744
+ },
1745
+ {
1746
+ "name": "anchor",
1747
+ "values": [
1748
+ {
1749
+ "name": "HTMLElement"
1750
+ }
1751
+ ]
1600
1752
  }
1601
1753
  ],
1602
1754
  "references": []
@@ -1644,6 +1796,11 @@
1644
1796
  "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1645
1797
  "values": []
1646
1798
  },
1799
+ {
1800
+ "name": "no-inset",
1801
+ "description": "Pull the row flush with surrounding content (negative inline margin equal\nto the inline padding) so it aligns with adjacent labels / section headings.\nForwarded to the inner `u-list-item`.",
1802
+ "values": []
1803
+ },
1647
1804
  {
1648
1805
  "name": "hide-state-layer",
1649
1806
  "description": "Whether to hide the hover/focus state layer behind the radio indicator",
@@ -1687,30 +1844,282 @@
1687
1844
  "values": []
1688
1845
  },
1689
1846
  {
1690
- "name": "disabled",
1691
- "description": "Whether the control is disabled and prevents user interaction",
1847
+ "name": "disabled",
1848
+ "description": "Whether the control is disabled and prevents user interaction",
1849
+ "values": []
1850
+ },
1851
+ {
1852
+ "name": "value",
1853
+ "description": "The element value to use in form submission when checked.",
1854
+ "values": []
1855
+ },
1856
+ {
1857
+ "name": "checked",
1858
+ "description": "Whether the control is checked",
1859
+ "values": []
1860
+ }
1861
+ ],
1862
+ "references": []
1863
+ },
1864
+ {
1865
+ "name": "u-ripple",
1866
+ "description": "\n---\n",
1867
+ "attributes": [
1868
+ {
1869
+ "name": "disabled",
1870
+ "description": "Disables the ripple.",
1871
+ "values": []
1872
+ }
1873
+ ],
1874
+ "references": []
1875
+ },
1876
+ {
1877
+ "name": "u-pane",
1878
+ "description": "A region declared as a light-DOM child of `u-scaffold`. The pane is a\nflex item in the scaffold's body row; its behaviour is driven by `mode`:\n\n- `fixed` (default): always visible as a flex item. `open` is ignored.\n- `collapsible`: a flex item while `open=true`; removed from the flow\n when `open=false` (animated via `transition-behavior: allow-discrete`).\n- `sidebar`: a modal drawer overlay anchored to the scaffold. Slides in\n from the leading or trailing edge (the scaffold tags each pane with\n `data-align=\"start|end\"` based on its DOM position relative to the\n body content) and shows a scrim. Closed by default.\n- `fullscreen`: same overlay semantics as `sidebar` but full-width,\n sits above the top app bar, no scrim. Closed by default.\n\nModes can vary per Material 3 breakpoint via the `mode-sm`, `mode-md`,\n`mode-lg` and `mode-xl` attributes — the larger breakpoint wins via\nsource order in the stylesheet. The `query-context` attribute switches\nthe breakpoint source between the viewport (`media`, default) and the\nscaffold's container (`container`). All breakpoint handling is CSS —\nthe pane does not subscribe to any `matchMedia`/`ResizeObserver`.\n\nThe `open` property defaults to `true` for `fixed` / `collapsible`\npanes and `false` for `sidebar` / `fullscreen` panes. The default is\nrecomputed whenever `mode` changes — until the consumer writes to\n`open` explicitly, the default tracks the active `mode`.\n---\n\n\n### **Events:**\n - **open** - When the pane opens. Bubbles, composed.\n- **close** - When the pane closes. Bubbles, composed.\n\n### **Methods:**\n - **show(): _void_** - Opens the pane. Equivalent to `open = true`.\n- **close(): _void_** - Closes the pane. Equivalent to `open = false`.\n- **toggle(): _void_** - Toggles `open`.\n\n### **Slots:**\n - **header** - Title row / actions. Sticks to the top of the pane.\n- _default_ - The pane content. Scrolls if it overflows.\n\n### **CSS Parts:**\n - **container** - The visual surface.\n- **header** - undefined\n- **content** - undefined\n- **scrim** - The modal scrim (sidebar mode only).",
1879
+ "attributes": [
1880
+ {
1881
+ "name": "variant",
1882
+ "description": "Background treatment. `filled` gives the pane its own card chrome\n(`surface-container-low` + `--u-pane-filled-shape-corner`, default\n`medium` / 12dp). `transparent` blends with the scaffold background.\nOverride the surface tone via `--u-pane-filled-bg-color`.",
1883
+ "values": [
1884
+ {
1885
+ "name": "PaneVariant"
1886
+ }
1887
+ ]
1888
+ },
1889
+ {
1890
+ "name": "mode",
1891
+ "description": "Behaviour at the base (no-breakpoint-qualifier) level. `fixed` keeps\nthe pane in the scaffold flex row at all times; `collapsible` makes\nit disappear from the row when `open=false`; `sidebar` and\n`fullscreen` render the pane as a modal overlay against the\nscaffold when `open=true`.",
1892
+ "values": [
1893
+ {
1894
+ "name": "PaneMode"
1895
+ }
1896
+ ]
1897
+ },
1898
+ {
1899
+ "name": "mode-sm",
1900
+ "description": "Mode override applied from the `sm` breakpoint (≥ 600px) upward.\nFalls back to `mode` when unset. Resolved purely in CSS.",
1901
+ "values": [
1902
+ {
1903
+ "name": "PaneMode"
1904
+ }
1905
+ ]
1906
+ },
1907
+ {
1908
+ "name": "mode-md",
1909
+ "description": "Mode override applied from `md` (≥ 840px) upward.",
1910
+ "values": [
1911
+ {
1912
+ "name": "PaneMode"
1913
+ }
1914
+ ]
1915
+ },
1916
+ {
1917
+ "name": "mode-lg",
1918
+ "description": "Mode override applied from `lg` (≥ 1200px) upward.",
1919
+ "values": [
1920
+ {
1921
+ "name": "PaneMode"
1922
+ }
1923
+ ]
1924
+ },
1925
+ {
1926
+ "name": "mode-xl",
1927
+ "description": "Mode override applied from `xl` (≥ 1600px) upward.",
1928
+ "values": [
1929
+ {
1930
+ "name": "PaneMode"
1931
+ }
1932
+ ]
1933
+ },
1934
+ {
1935
+ "name": "query-context",
1936
+ "description": "Whether the breakpoint overrides query the viewport (`media`,\ndefault) or the nearest container with `container-type` set\n(`container`). Switching to `container` lets the pane react to its\nscaffold's own size when the scaffold lives in a constrained layout\n— see `u-scaffold` which sets `container-type: inline-size`.",
1937
+ "values": [
1938
+ {
1939
+ "name": "PaneQueryContext"
1940
+ }
1941
+ ]
1942
+ },
1943
+ {
1944
+ "name": "animation",
1945
+ "description": "How the pane animates in/out when `open` toggles (modal modes) or\nwhen it enters/leaves the flex flow (`collapsible`). `none` disables\nthe transition entirely; `exit` (default) slides the modal off-screen\nand infers the direction from the scaffold-assigned `data-align`\n(`start` → leading edge, `end` → trailing edge); `exit-start` and\n`exit-end` force a side regardless of `data-align`; `fade` swaps\nthe slide for an opacity transition (modal stays in place and fades\nthrough).",
1946
+ "values": [
1947
+ {
1948
+ "name": "PaneAnimation"
1949
+ }
1950
+ ]
1951
+ },
1952
+ {
1953
+ "name": "animation-sm",
1954
+ "description": "Animation override applied from the `sm` breakpoint (≥ 600px) upward.\nFalls back to `animation` when unset. Resolved purely in CSS.",
1955
+ "values": [
1956
+ {
1957
+ "name": "PaneAnimation"
1958
+ }
1959
+ ]
1960
+ },
1961
+ {
1962
+ "name": "animation-md",
1963
+ "description": "Animation override applied from `md` (≥ 840px) upward.",
1964
+ "values": [
1965
+ {
1966
+ "name": "PaneAnimation"
1967
+ }
1968
+ ]
1969
+ },
1970
+ {
1971
+ "name": "animation-lg",
1972
+ "description": "Animation override applied from `lg` (≥ 1200px) upward.",
1973
+ "values": [
1974
+ {
1975
+ "name": "PaneAnimation"
1976
+ }
1977
+ ]
1978
+ },
1979
+ {
1980
+ "name": "animation-xl",
1981
+ "description": "Animation override applied from `xl` (≥ 1600px) upward.",
1982
+ "values": [
1983
+ {
1984
+ "name": "PaneAnimation"
1985
+ }
1986
+ ]
1987
+ },
1988
+ {
1989
+ "name": "open",
1990
+ "description": "Programmatic open state. Default is computed from `mode`:\n`true` for `fixed` / `collapsible`, `false` for `sidebar` /\n`fullscreen`. Once the consumer sets this explicitly (attribute,\nproperty or `show()` / `close()`), the explicit value sticks.\n\nIn `fixed` mode the pane is visible regardless of `open`.",
1991
+ "values": []
1992
+ }
1993
+ ],
1994
+ "references": []
1995
+ },
1996
+ {
1997
+ "name": "u-scaffold",
1998
+ "description": "Layout container that hosts the top app bar, navigation bar, a\nflex-row body that accepts plain content and any number of\n`u-pane` children, and a floating FAB. Panes auto-arrange via\n`display: flex` + `gap` on the body row; their behaviour (fixed,\ncollapsible, sidebar, fullscreen) is owned by `u-pane` itself.\n\nThe scaffold has one piece of pane-aware bookkeeping: it watches the\nchildren and writes `data-align=\"start|end\"` on each `u-pane`\ndepending on whether the pane appears before (`start`) or after\n(`end`) the first non-pane child in the light DOM. The pane reads\nthat attribute to pick the slide direction in `sidebar` / `fullscreen`\nmodes. When there is no non-pane content, every pane defaults to\n`start`.\n\nThe scaffold establishes a `container-type: inline-size` named\ncontainer (`u-scaffold`) so panes with `query-context=\"container\"`\ncan react to the scaffold's own size rather than the viewport.\n---\n\n\n### **Slots:**\n - **top-bar** - the top app bar.\n- _default_ - panes (`u-pane`) and the page content as siblings. Non-pane children act as the body and flex to fill the remaining space.\n- **bottom-bar** - the navigation bar (or any bottom-anchored bar).\n- **fab** - floating action button area, anchored above the bottom bar.\n\n### **CSS Parts:**\n - **top-bar** - undefined\n- **bottom-bar** - undefined\n- **fab** - undefined\n- **body-row** - undefined",
1999
+ "attributes": [],
2000
+ "references": []
2001
+ },
2002
+ {
2003
+ "name": "u-search",
2004
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
2005
+ "attributes": [
2006
+ {
2007
+ "name": "position",
2008
+ "description": "The positioning strategy of the search bar",
2009
+ "values": [
2010
+ {
2011
+ "name": "fixed"
2012
+ },
2013
+ {
2014
+ "name": "absolute"
2015
+ },
2016
+ {
2017
+ "name": "static"
2018
+ }
2019
+ ]
2020
+ },
2021
+ {
2022
+ "name": "value",
2023
+ "description": "The current text value of the field, submitted with the associated form",
2024
+ "values": []
2025
+ },
2026
+ {
2027
+ "name": "autocomplete",
2028
+ "description": "Mirrors the native `autocomplete` attribute on the underlying input",
2029
+ "values": [
2030
+ {
2031
+ "name": "on"
2032
+ },
2033
+ {
2034
+ "name": "off"
2035
+ }
2036
+ ]
2037
+ },
2038
+ {
2039
+ "name": "maxlength",
2040
+ "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
2041
+ "values": []
2042
+ },
2043
+ {
2044
+ "name": "role",
2045
+ "description": "The ARIA role applied to the inner input element",
2046
+ "values": []
2047
+ },
2048
+ {
2049
+ "name": "placeholder",
2050
+ "description": "The placeholder text shown when the field is empty",
2051
+ "values": []
2052
+ },
2053
+ {
2054
+ "name": "required",
2055
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
2056
+ "values": []
2057
+ },
2058
+ {
2059
+ "name": "variant",
2060
+ "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
2061
+ "values": [
2062
+ {
2063
+ "name": "filled"
2064
+ },
2065
+ {
2066
+ "name": "outlined"
2067
+ }
2068
+ ]
2069
+ },
2070
+ {
2071
+ "name": "label",
2072
+ "description": "The floating label for the field",
2073
+ "values": []
2074
+ },
2075
+ {
2076
+ "name": "counter",
2077
+ "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
2078
+ "values": []
2079
+ },
2080
+ {
2081
+ "name": "hide-counter",
2082
+ "description": "Whether to hide the counter from the supporting text line",
2083
+ "values": []
2084
+ },
2085
+ {
2086
+ "name": "supporting-text",
2087
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
2088
+ "values": []
2089
+ },
2090
+ {
2091
+ "name": "error-text",
2092
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
2093
+ "values": []
2094
+ },
2095
+ {
2096
+ "name": "empty",
2097
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
2098
+ "values": []
2099
+ },
2100
+ {
2101
+ "name": "disabled",
2102
+ "description": "Whether the field is disabled",
2103
+ "values": []
2104
+ },
2105
+ {
2106
+ "name": "invalid",
2107
+ "description": "Get or sets where or not the field is in a visually invalid state.",
2108
+ "values": []
2109
+ },
2110
+ {
2111
+ "name": "has-leading-icon",
2112
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
1692
2113
  "values": []
1693
2114
  },
1694
2115
  {
1695
- "name": "value",
1696
- "description": "The element value to use in form submission when checked.",
2116
+ "name": "has-trailing-icon",
2117
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
1697
2118
  "values": []
1698
2119
  },
1699
2120
  {
1700
- "name": "checked",
1701
- "description": "Whether the control is checked",
1702
- "values": []
1703
- }
1704
- ],
1705
- "references": []
1706
- },
1707
- {
1708
- "name": "u-ripple",
1709
- "description": "\n---\n",
1710
- "attributes": [
1711
- {
1712
- "name": "disabled",
1713
- "description": "Disables the ripple.",
2121
+ "name": "has-error-text",
2122
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
1714
2123
  "values": []
1715
2124
  }
1716
2125
  ],
@@ -1765,7 +2174,7 @@
1765
2174
  },
1766
2175
  {
1767
2176
  "name": "u-select",
1768
- "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n\n### **Methods:**\n - **_renderOptionRelatedElements(): _void_** - Re-renderiza display e listbox a11y quando o textContent de uma option muda.",
2177
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**\n\n### **Methods:**\n \n- **_renderOptionRelatedElements(): _void_** - Re-renderiza display e listbox a11y quando o textContent de uma option muda.\n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
1769
2178
  "attributes": [
1770
2179
  {
1771
2180
  "name": "menu-positioning",
@@ -1784,6 +2193,11 @@
1784
2193
  "description": "The placeholder text shown when the field is empty",
1785
2194
  "values": []
1786
2195
  },
2196
+ {
2197
+ "name": "required",
2198
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
2199
+ "values": []
2200
+ },
1787
2201
  {
1788
2202
  "name": "variant",
1789
2203
  "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
@@ -1855,202 +2269,157 @@
1855
2269
  "references": []
1856
2270
  },
1857
2271
  {
1858
- "name": "u-switch-list-item",
1859
- "description": "\n---\n",
2272
+ "name": "u-slider",
2273
+ "description": "Material 3 expressive slider. Single-thumb by default; becomes a range slider\nwhen both `value-start` and `value-end` are set (or `range` is forced).\n---\n\n\n### **Events:**\n - **input** - Dispatched continuously while dragging.\n- **change** - Dispatched when the user commits a value change.\n\n### **CSS Parts:**\n - **track** - The track container.\n- **track-inactive-start** - The inactive segment before the start handle (range mode only).\n- **track-active** - The highlighted segment between (or up to) the thumbs.\n- **track-inactive-end** - The inactive segment after the end handle.\n- **thumb** - The thumb indicator (or the start thumb in range mode).\n- **thumb-end** - The end thumb in range mode.\n- **value-indicator** - The floating value indicator shown in `discrete` mode while dragging.\n- **stop-indicator** - The dot at each end of the slider.",
1860
2274
  "attributes": [
1861
2275
  {
1862
- "name": "leading",
1863
- "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
2276
+ "name": "min",
2277
+ "description": "Minimum value.",
1864
2278
  "values": []
1865
2279
  },
1866
2280
  {
1867
- "name": "name",
1868
- "description": "The form field name used when submitting the control's value",
2281
+ "name": "max",
2282
+ "description": "Maximum value.",
1869
2283
  "values": []
1870
2284
  },
1871
2285
  {
1872
- "name": "disabled",
1873
- "description": "Whether the control is disabled and prevents user interaction",
2286
+ "name": "step",
2287
+ "description": "Step increment. Use `0` for fully continuous values.",
1874
2288
  "values": []
1875
2289
  },
1876
2290
  {
1877
2291
  "name": "value",
1878
- "description": "The element value to use in form submission when checked.",
1879
- "values": []
1880
- },
1881
- {
1882
- "name": "checked",
1883
- "description": "Whether the control is checked",
1884
- "values": []
1885
- }
1886
- ],
1887
- "references": []
1888
- },
1889
- {
1890
- "name": "u-switch",
1891
- "description": "\n---\n",
1892
- "attributes": [
1893
- {
1894
- "name": "name",
1895
- "description": "The form field name used when submitting the control's value",
2292
+ "description": "Current value (single-thumb mode).",
1896
2293
  "values": []
1897
2294
  },
1898
2295
  {
1899
- "name": "disabled",
1900
- "description": "Whether the control is disabled and prevents user interaction",
2296
+ "name": "value-start",
2297
+ "description": "Start value (range mode).",
1901
2298
  "values": []
1902
2299
  },
1903
2300
  {
1904
- "name": "value",
1905
- "description": "The element value to use in form submission when checked.",
2301
+ "name": "value-end",
2302
+ "description": "End value (range mode).",
1906
2303
  "values": []
1907
2304
  },
1908
2305
  {
1909
- "name": "checked",
1910
- "description": "Whether the control is checked",
2306
+ "name": "range",
2307
+ "description": "Forces range mode. Auto-enabled when both `value-start` and `value-end`\nare provided.",
1911
2308
  "values": []
1912
- }
1913
- ],
1914
- "references": []
1915
- },
1916
- {
1917
- "name": "u-search",
1918
- "description": "\n---\n",
1919
- "attributes": [
1920
- {
1921
- "name": "position",
1922
- "description": "The positioning strategy of the search bar",
1923
- "values": [
1924
- {
1925
- "name": "fixed"
1926
- },
1927
- {
1928
- "name": "absolute"
1929
- },
1930
- {
1931
- "name": "static"
1932
- }
1933
- ]
1934
2309
  },
1935
2310
  {
1936
- "name": "value",
1937
- "description": "The current text value of the field, submitted with the associated form",
2311
+ "name": "discrete",
2312
+ "description": "Shows tick marks and a floating value indicator while dragging.",
1938
2313
  "values": []
1939
2314
  },
1940
2315
  {
1941
- "name": "autocomplete",
1942
- "description": "Mirrors the native `autocomplete` attribute on the underlying input",
1943
- "values": [
1944
- {
1945
- "name": "on"
1946
- },
1947
- {
1948
- "name": "off"
1949
- }
1950
- ]
1951
- },
1952
- {
1953
- "name": "maxlength",
1954
- "description": "Maximum number of characters the field accepts. When set, drives the\nautomatic character counter shown in the supporting text.",
2316
+ "name": "ticks",
2317
+ "description": "Shows tick marks without enabling the floating value indicator.",
1955
2318
  "values": []
1956
2319
  },
1957
2320
  {
1958
- "name": "role",
1959
- "description": "The ARIA role applied to the inner input element",
2321
+ "name": "disabled",
2322
+ "description": "Disables the slider.",
1960
2323
  "values": []
1961
2324
  },
1962
2325
  {
1963
- "name": "placeholder",
1964
- "description": "The placeholder text shown when the field is empty",
2326
+ "name": "name",
2327
+ "description": "Form-association name.",
1965
2328
  "values": []
1966
2329
  },
1967
2330
  {
1968
- "name": "variant",
1969
- "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
2331
+ "name": "size",
2332
+ "description": "Visual size variant.",
1970
2333
  "values": [
1971
2334
  {
1972
- "name": "filled"
1973
- },
1974
- {
1975
- "name": "outlined"
2335
+ "name": "SliderSize"
1976
2336
  }
1977
2337
  ]
1978
- },
2338
+ }
2339
+ ],
2340
+ "references": []
2341
+ },
2342
+ {
2343
+ "name": "u-snackbar",
2344
+ "description": "\n---\n",
2345
+ "attributes": [
1979
2346
  {
1980
- "name": "label",
1981
- "description": "The floating label for the field",
2347
+ "name": "message",
2348
+ "description": "The message displayed inside the snackbar",
1982
2349
  "values": []
1983
2350
  },
1984
2351
  {
1985
- "name": "counter",
1986
- "description": "Custom counter text shown in the supporting line, overriding the\nautomatic character-count counter",
2352
+ "name": "action",
2353
+ "description": "The label of the optional action button. When empty, no action button is rendered.",
1987
2354
  "values": []
1988
2355
  },
1989
2356
  {
1990
- "name": "hide-counter",
1991
- "description": "Whether to hide the counter from the supporting text line",
2357
+ "name": "show-close",
2358
+ "description": "Whether to render the close (dismiss) button next to the message",
1992
2359
  "values": []
1993
- },
2360
+ }
2361
+ ],
2362
+ "references": []
2363
+ },
2364
+ {
2365
+ "name": "u-switch-list-item",
2366
+ "description": "\n---\n",
2367
+ "attributes": [
1994
2368
  {
1995
- "name": "supporting-text",
1996
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
2369
+ "name": "leading",
2370
+ "description": "Whether to render the selection control before the label.\nDefaults to a trailing position.",
1997
2371
  "values": []
1998
2372
  },
1999
2373
  {
2000
- "name": "error-text",
2001
- "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
2374
+ "name": "no-inset",
2375
+ "description": "Pull the row flush with surrounding content (negative inline margin equal\nto the inline padding) so it aligns with adjacent labels / section headings.\nForwarded to the inner `u-list-item`.",
2002
2376
  "values": []
2003
2377
  },
2004
2378
  {
2005
- "name": "empty",
2006
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
2379
+ "name": "name",
2380
+ "description": "The form field name used when submitting the control's value",
2007
2381
  "values": []
2008
2382
  },
2009
2383
  {
2010
2384
  "name": "disabled",
2011
- "description": "Whether the field is disabled",
2012
- "values": []
2013
- },
2014
- {
2015
- "name": "invalid",
2016
- "description": "Get or sets where or not the field is in a visually invalid state.",
2017
- "values": []
2018
- },
2019
- {
2020
- "name": "has-leading-icon",
2021
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
2385
+ "description": "Whether the control is disabled and prevents user interaction",
2022
2386
  "values": []
2023
2387
  },
2024
2388
  {
2025
- "name": "has-trailing-icon",
2026
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
2389
+ "name": "value",
2390
+ "description": "The element value to use in form submission when checked.",
2027
2391
  "values": []
2028
2392
  },
2029
2393
  {
2030
- "name": "has-error-text",
2031
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
2394
+ "name": "checked",
2395
+ "description": "Whether the control is checked",
2032
2396
  "values": []
2033
2397
  }
2034
2398
  ],
2035
2399
  "references": []
2036
2400
  },
2037
2401
  {
2038
- "name": "u-snackbar",
2402
+ "name": "u-switch",
2039
2403
  "description": "\n---\n",
2040
2404
  "attributes": [
2041
2405
  {
2042
- "name": "message",
2043
- "description": "The message displayed inside the snackbar",
2406
+ "name": "name",
2407
+ "description": "The form field name used when submitting the control's value",
2044
2408
  "values": []
2045
2409
  },
2046
2410
  {
2047
- "name": "action",
2048
- "description": "The label of the optional action button. When empty, no action button is rendered.",
2411
+ "name": "disabled",
2412
+ "description": "Whether the control is disabled and prevents user interaction",
2049
2413
  "values": []
2050
2414
  },
2051
2415
  {
2052
- "name": "show-close",
2053
- "description": "Whether to render the close (dismiss) button next to the message",
2416
+ "name": "value",
2417
+ "description": "The element value to use in form submission when checked.",
2418
+ "values": []
2419
+ },
2420
+ {
2421
+ "name": "checked",
2422
+ "description": "Whether the control is checked",
2054
2423
  "values": []
2055
2424
  }
2056
2425
  ],
@@ -2108,32 +2477,12 @@
2108
2477
  "references": []
2109
2478
  },
2110
2479
  {
2111
- "name": "u-text-field",
2112
- "description": "\n---\n",
2480
+ "name": "u-text-area",
2481
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
2113
2482
  "attributes": [
2114
2483
  {
2115
- "name": "type",
2116
- "description": "The input type. Mirrors the native `input` element's `type` attribute\n(e.g. `text`, `email`, `password`, `number`).",
2117
- "values": []
2118
- },
2119
- {
2120
- "name": "prefix-text",
2121
- "description": "Text rendered in the default `prefix` slot, shown before the input",
2122
- "values": []
2123
- },
2124
- {
2125
- "name": "suffix-text",
2126
- "description": "Text rendered in the default `suffix` slot, shown after the input",
2127
- "values": []
2128
- },
2129
- {
2130
- "name": "readOnly",
2131
- "description": "Whether the field's value is read-only",
2132
- "values": []
2133
- },
2134
- {
2135
- "name": "autocapitalize",
2136
- "description": "Mirrors the native `autocapitalize` attribute on the underlying input",
2484
+ "name": "rows",
2485
+ "description": "The minimum number of visible text rows",
2137
2486
  "values": []
2138
2487
  },
2139
2488
  {
@@ -2168,6 +2517,11 @@
2168
2517
  "description": "The placeholder text shown when the field is empty",
2169
2518
  "values": []
2170
2519
  },
2520
+ {
2521
+ "name": "required",
2522
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
2523
+ "values": []
2524
+ },
2171
2525
  {
2172
2526
  "name": "variant",
2173
2527
  "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",
@@ -2239,12 +2593,42 @@
2239
2593
  "references": []
2240
2594
  },
2241
2595
  {
2242
- "name": "u-text-area",
2243
- "description": "\n---\n",
2596
+ "name": "u-text-field",
2597
+ "description": "\n---\n\n\n### **Methods:**\n \n\n- **checkValidity(): _boolean_** - Returns whether the field is valid (fires an `invalid` event if not).\n- **reportValidity(): _boolean_** - Like `checkValidity()`, but also surfaces the native validation bubble and\nreflects the result onto the visual `invalid` state.",
2244
2598
  "attributes": [
2245
2599
  {
2246
- "name": "rows",
2247
- "description": "The minimum number of visible text rows",
2600
+ "name": "type",
2601
+ "description": "The input type. Mirrors the native `input` element's `type` attribute\n(e.g. `text`, `email`, `password`, `number`).",
2602
+ "values": []
2603
+ },
2604
+ {
2605
+ "name": "prefix-text",
2606
+ "description": "Text rendered in the default `prefix` slot, shown before the input",
2607
+ "values": []
2608
+ },
2609
+ {
2610
+ "name": "suffix-text",
2611
+ "description": "Text rendered in the default `suffix` slot, shown after the input",
2612
+ "values": []
2613
+ },
2614
+ {
2615
+ "name": "readOnly",
2616
+ "description": "Whether the field's value is read-only",
2617
+ "values": []
2618
+ },
2619
+ {
2620
+ "name": "pattern",
2621
+ "description": "A regular expression the value must match for constraint validation\n(mirrors the native `input` `pattern` attribute)",
2622
+ "values": []
2623
+ },
2624
+ {
2625
+ "name": "minlength",
2626
+ "description": "Minimum number of characters required for constraint validation\n(mirrors the native `input` `minlength` attribute)",
2627
+ "values": []
2628
+ },
2629
+ {
2630
+ "name": "autocapitalize",
2631
+ "description": "Mirrors the native `autocapitalize` attribute on the underlying input",
2248
2632
  "values": []
2249
2633
  },
2250
2634
  {
@@ -2279,6 +2663,11 @@
2279
2663
  "description": "The placeholder text shown when the field is empty",
2280
2664
  "values": []
2281
2665
  },
2666
+ {
2667
+ "name": "required",
2668
+ "description": "Whether the field must have a value to satisfy constraint validation.\nDrives `checkValidity()`/`reportValidity()` and blocks native form submit.",
2669
+ "values": []
2670
+ },
2282
2671
  {
2283
2672
  "name": "variant",
2284
2673
  "description": "The Field variant to render. When omitted, falls back to the variant\nprovided by the surrounding `fieldDefaultsContext` (or `'filled'`).",