@vaadin/react-components 24.4.0-alpha10

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 (496) hide show
  1. package/Accordion.d.ts +2 -0
  2. package/Accordion.d.ts.map +1 -0
  3. package/Accordion.js +2 -0
  4. package/Accordion.js.map +7 -0
  5. package/AccordionHeading.d.ts +2 -0
  6. package/AccordionHeading.d.ts.map +1 -0
  7. package/AccordionHeading.js +2 -0
  8. package/AccordionHeading.js.map +7 -0
  9. package/AccordionPanel.d.ts +2 -0
  10. package/AccordionPanel.d.ts.map +1 -0
  11. package/AccordionPanel.js +2 -0
  12. package/AccordionPanel.js.map +7 -0
  13. package/AppLayout.d.ts +2 -0
  14. package/AppLayout.d.ts.map +1 -0
  15. package/AppLayout.js +2 -0
  16. package/AppLayout.js.map +7 -0
  17. package/Avatar.d.ts +2 -0
  18. package/Avatar.d.ts.map +1 -0
  19. package/Avatar.js +2 -0
  20. package/Avatar.js.map +7 -0
  21. package/AvatarGroup.d.ts +2 -0
  22. package/AvatarGroup.d.ts.map +1 -0
  23. package/AvatarGroup.js +2 -0
  24. package/AvatarGroup.js.map +7 -0
  25. package/Button.d.ts +2 -0
  26. package/Button.d.ts.map +1 -0
  27. package/Button.js +2 -0
  28. package/Button.js.map +7 -0
  29. package/Checkbox.d.ts +2 -0
  30. package/Checkbox.d.ts.map +1 -0
  31. package/Checkbox.js +2 -0
  32. package/Checkbox.js.map +7 -0
  33. package/CheckboxGroup.d.ts +2 -0
  34. package/CheckboxGroup.d.ts.map +1 -0
  35. package/CheckboxGroup.js +2 -0
  36. package/CheckboxGroup.js.map +7 -0
  37. package/ComboBox.d.ts +26 -0
  38. package/ComboBox.d.ts.map +1 -0
  39. package/ComboBox.js +2 -0
  40. package/ComboBox.js.map +7 -0
  41. package/ComboBoxLight.d.ts +25 -0
  42. package/ComboBoxLight.d.ts.map +1 -0
  43. package/ComboBoxLight.js +2 -0
  44. package/ComboBoxLight.js.map +7 -0
  45. package/ConfirmDialog.d.ts +7 -0
  46. package/ConfirmDialog.d.ts.map +1 -0
  47. package/ConfirmDialog.js +2 -0
  48. package/ConfirmDialog.js.map +7 -0
  49. package/ContextMenu.d.ts +30 -0
  50. package/ContextMenu.d.ts.map +1 -0
  51. package/ContextMenu.js +2 -0
  52. package/ContextMenu.js.map +7 -0
  53. package/CustomField.d.ts +2 -0
  54. package/CustomField.d.ts.map +1 -0
  55. package/CustomField.js +2 -0
  56. package/CustomField.js.map +7 -0
  57. package/DatePicker.d.ts +2 -0
  58. package/DatePicker.d.ts.map +1 -0
  59. package/DatePicker.js +2 -0
  60. package/DatePicker.js.map +7 -0
  61. package/DatePickerLight.d.ts +2 -0
  62. package/DatePickerLight.d.ts.map +1 -0
  63. package/DatePickerLight.js +2 -0
  64. package/DatePickerLight.js.map +7 -0
  65. package/DateTimePicker.d.ts +10 -0
  66. package/DateTimePicker.d.ts.map +1 -0
  67. package/DateTimePicker.js +2 -0
  68. package/DateTimePicker.js.map +7 -0
  69. package/Details.d.ts +2 -0
  70. package/Details.d.ts.map +1 -0
  71. package/Details.js +2 -0
  72. package/Details.js.map +7 -0
  73. package/DetailsSummary.d.ts +2 -0
  74. package/DetailsSummary.d.ts.map +1 -0
  75. package/DetailsSummary.js +2 -0
  76. package/DetailsSummary.js.map +7 -0
  77. package/Dialog.d.ts +32 -0
  78. package/Dialog.d.ts.map +1 -0
  79. package/Dialog.js +2 -0
  80. package/Dialog.js.map +7 -0
  81. package/DrawerToggle.d.ts +2 -0
  82. package/DrawerToggle.d.ts.map +1 -0
  83. package/DrawerToggle.js +2 -0
  84. package/DrawerToggle.js.map +7 -0
  85. package/EmailField.d.ts +2 -0
  86. package/EmailField.d.ts.map +1 -0
  87. package/EmailField.js +2 -0
  88. package/EmailField.js.map +7 -0
  89. package/FormItem.d.ts +2 -0
  90. package/FormItem.d.ts.map +1 -0
  91. package/FormItem.js +2 -0
  92. package/FormItem.js.map +7 -0
  93. package/FormLayout.d.ts +2 -0
  94. package/FormLayout.d.ts.map +1 -0
  95. package/FormLayout.js +2 -0
  96. package/FormLayout.js.map +7 -0
  97. package/Grid.d.ts +30 -0
  98. package/Grid.d.ts.map +1 -0
  99. package/Grid.js +2 -0
  100. package/Grid.js.map +7 -0
  101. package/GridColumn.d.ts +49 -0
  102. package/GridColumn.d.ts.map +1 -0
  103. package/GridColumn.js +2 -0
  104. package/GridColumn.js.map +7 -0
  105. package/GridColumnGroup.d.ts +20 -0
  106. package/GridColumnGroup.d.ts.map +1 -0
  107. package/GridColumnGroup.js +2 -0
  108. package/GridColumnGroup.js.map +7 -0
  109. package/GridFilter.d.ts +2 -0
  110. package/GridFilter.d.ts.map +1 -0
  111. package/GridFilter.js +2 -0
  112. package/GridFilter.js.map +7 -0
  113. package/GridFilterColumn.d.ts +37 -0
  114. package/GridFilterColumn.d.ts.map +1 -0
  115. package/GridFilterColumn.js +2 -0
  116. package/GridFilterColumn.js.map +7 -0
  117. package/GridSelectionColumn.d.ts +51 -0
  118. package/GridSelectionColumn.d.ts.map +1 -0
  119. package/GridSelectionColumn.js +2 -0
  120. package/GridSelectionColumn.js.map +7 -0
  121. package/GridSortColumn.d.ts +39 -0
  122. package/GridSortColumn.d.ts.map +1 -0
  123. package/GridSortColumn.js +2 -0
  124. package/GridSortColumn.js.map +7 -0
  125. package/GridSorter.d.ts +2 -0
  126. package/GridSorter.d.ts.map +1 -0
  127. package/GridSorter.js +2 -0
  128. package/GridSorter.js.map +7 -0
  129. package/GridTreeColumn.d.ts +37 -0
  130. package/GridTreeColumn.d.ts.map +1 -0
  131. package/GridTreeColumn.js +2 -0
  132. package/GridTreeColumn.js.map +7 -0
  133. package/GridTreeToggle.d.ts +2 -0
  134. package/GridTreeToggle.d.ts.map +1 -0
  135. package/GridTreeToggle.js +2 -0
  136. package/GridTreeToggle.js.map +7 -0
  137. package/HorizontalLayout.d.ts +2 -0
  138. package/HorizontalLayout.d.ts.map +1 -0
  139. package/HorizontalLayout.js +2 -0
  140. package/HorizontalLayout.js.map +7 -0
  141. package/Icon.d.ts +2 -0
  142. package/Icon.d.ts.map +1 -0
  143. package/Icon.js +2 -0
  144. package/Icon.js.map +7 -0
  145. package/Iconset.d.ts +2 -0
  146. package/Iconset.d.ts.map +1 -0
  147. package/Iconset.js +2 -0
  148. package/Iconset.js.map +7 -0
  149. package/IntegerField.d.ts +2 -0
  150. package/IntegerField.d.ts.map +1 -0
  151. package/IntegerField.js +2 -0
  152. package/IntegerField.js.map +7 -0
  153. package/Item.d.ts +2 -0
  154. package/Item.d.ts.map +1 -0
  155. package/Item.js +2 -0
  156. package/Item.js.map +7 -0
  157. package/LICENSE +201 -0
  158. package/ListBox.d.ts +2 -0
  159. package/ListBox.d.ts.map +1 -0
  160. package/ListBox.js +2 -0
  161. package/ListBox.js.map +7 -0
  162. package/LoginForm.d.ts +2 -0
  163. package/LoginForm.d.ts.map +1 -0
  164. package/LoginForm.js +2 -0
  165. package/LoginForm.js.map +7 -0
  166. package/LoginOverlay.d.ts +7 -0
  167. package/LoginOverlay.d.ts.map +1 -0
  168. package/LoginOverlay.js +2 -0
  169. package/LoginOverlay.js.map +7 -0
  170. package/MenuBar.d.ts +26 -0
  171. package/MenuBar.d.ts.map +1 -0
  172. package/MenuBar.js +2 -0
  173. package/MenuBar.js.map +7 -0
  174. package/Message.d.ts +2 -0
  175. package/Message.d.ts.map +1 -0
  176. package/Message.js +2 -0
  177. package/Message.js.map +7 -0
  178. package/MessageInput.d.ts +2 -0
  179. package/MessageInput.d.ts.map +1 -0
  180. package/MessageInput.js +2 -0
  181. package/MessageInput.js.map +7 -0
  182. package/MessageList.d.ts +2 -0
  183. package/MessageList.d.ts.map +1 -0
  184. package/MessageList.js +2 -0
  185. package/MessageList.js.map +7 -0
  186. package/MultiSelectComboBox.d.ts +24 -0
  187. package/MultiSelectComboBox.d.ts.map +1 -0
  188. package/MultiSelectComboBox.js +2 -0
  189. package/MultiSelectComboBox.js.map +7 -0
  190. package/Notification.d.ts +16 -0
  191. package/Notification.d.ts.map +1 -0
  192. package/Notification.js +2 -0
  193. package/Notification.js.map +7 -0
  194. package/NumberField.d.ts +2 -0
  195. package/NumberField.d.ts.map +1 -0
  196. package/NumberField.js +2 -0
  197. package/NumberField.js.map +7 -0
  198. package/PasswordField.d.ts +2 -0
  199. package/PasswordField.d.ts.map +1 -0
  200. package/PasswordField.js +2 -0
  201. package/PasswordField.js.map +7 -0
  202. package/ProgressBar.d.ts +2 -0
  203. package/ProgressBar.d.ts.map +1 -0
  204. package/ProgressBar.js +2 -0
  205. package/ProgressBar.js.map +7 -0
  206. package/README.md +3 -0
  207. package/RadioButton.d.ts +2 -0
  208. package/RadioButton.d.ts.map +1 -0
  209. package/RadioButton.js +2 -0
  210. package/RadioButton.js.map +7 -0
  211. package/RadioGroup.d.ts +2 -0
  212. package/RadioGroup.d.ts.map +1 -0
  213. package/RadioGroup.js +2 -0
  214. package/RadioGroup.js.map +7 -0
  215. package/Scroller.d.ts +2 -0
  216. package/Scroller.d.ts.map +1 -0
  217. package/Scroller.js +2 -0
  218. package/Scroller.js.map +7 -0
  219. package/Select.d.ts +22 -0
  220. package/Select.d.ts.map +1 -0
  221. package/Select.js +2 -0
  222. package/Select.js.map +7 -0
  223. package/SideNav.d.ts +2 -0
  224. package/SideNav.d.ts.map +1 -0
  225. package/SideNav.js +2 -0
  226. package/SideNav.js.map +7 -0
  227. package/SideNavItem.d.ts +2 -0
  228. package/SideNavItem.d.ts.map +1 -0
  229. package/SideNavItem.js +2 -0
  230. package/SideNavItem.js.map +7 -0
  231. package/SplitLayout.d.ts +2 -0
  232. package/SplitLayout.d.ts.map +1 -0
  233. package/SplitLayout.js +2 -0
  234. package/SplitLayout.js.map +7 -0
  235. package/Tab.d.ts +2 -0
  236. package/Tab.d.ts.map +1 -0
  237. package/Tab.js +2 -0
  238. package/Tab.js.map +7 -0
  239. package/TabSheet.d.ts +61 -0
  240. package/TabSheet.d.ts.map +1 -0
  241. package/TabSheet.js +2 -0
  242. package/TabSheet.js.map +7 -0
  243. package/Tabs.d.ts +2 -0
  244. package/Tabs.d.ts.map +1 -0
  245. package/Tabs.js +2 -0
  246. package/Tabs.js.map +7 -0
  247. package/TextArea.d.ts +2 -0
  248. package/TextArea.d.ts.map +1 -0
  249. package/TextArea.js +2 -0
  250. package/TextArea.js.map +7 -0
  251. package/TextField.d.ts +2 -0
  252. package/TextField.d.ts.map +1 -0
  253. package/TextField.js +2 -0
  254. package/TextField.js.map +7 -0
  255. package/TimePicker.d.ts +12 -0
  256. package/TimePicker.d.ts.map +1 -0
  257. package/TimePicker.js +2 -0
  258. package/TimePicker.js.map +7 -0
  259. package/Tooltip.d.ts +2 -0
  260. package/Tooltip.d.ts.map +1 -0
  261. package/Tooltip.js +2 -0
  262. package/Tooltip.js.map +7 -0
  263. package/Upload.d.ts +2 -0
  264. package/Upload.d.ts.map +1 -0
  265. package/Upload.js +2 -0
  266. package/Upload.js.map +7 -0
  267. package/VerticalLayout.d.ts +2 -0
  268. package/VerticalLayout.d.ts.map +1 -0
  269. package/VerticalLayout.js +2 -0
  270. package/VerticalLayout.js.map +7 -0
  271. package/VirtualList.d.ts +23 -0
  272. package/VirtualList.d.ts.map +1 -0
  273. package/VirtualList.js +2 -0
  274. package/VirtualList.js.map +7 -0
  275. package/css/Lumo.css +15 -0
  276. package/css/Material.css +13 -0
  277. package/css/lumo/Badge.css +165 -0
  278. package/css/lumo/Color.css +119 -0
  279. package/css/lumo/ColorBase.css +87 -0
  280. package/css/lumo/Font.css +22 -0
  281. package/css/lumo/FontIcons.css +55 -0
  282. package/css/lumo/Globals.css +79 -0
  283. package/css/lumo/Sizing.css +17 -0
  284. package/css/lumo/Spacing.css +25 -0
  285. package/css/lumo/Style.css +21 -0
  286. package/css/lumo/Typography.css +96 -0
  287. package/css/lumo/UserColors.css +22 -0
  288. package/css/lumo/Utility.module.css +47 -0
  289. package/css/lumo/mixins/FieldButton.css +29 -0
  290. package/css/lumo/mixins/MenuOverlay.css +66 -0
  291. package/css/lumo/mixins/MenuOverlayCore.css +32 -0
  292. package/css/lumo/mixins/Overlay.css +65 -0
  293. package/css/lumo/mixins/RequiredField.css +114 -0
  294. package/css/lumo/utilities/Accessibility.module.css +15 -0
  295. package/css/lumo/utilities/Background.module.css +150 -0
  296. package/css/lumo/utilities/Border.module.css +141 -0
  297. package/css/lumo/utilities/Filter.module.css +28 -0
  298. package/css/lumo/utilities/FlexboxAndGrid.module.css +535 -0
  299. package/css/lumo/utilities/FlexboxGrid.module.css +3 -0
  300. package/css/lumo/utilities/Layout.module.css +492 -0
  301. package/css/lumo/utilities/Shadows.module.css +19 -0
  302. package/css/lumo/utilities/Sizing.module.css +115 -0
  303. package/css/lumo/utilities/Spacing.module.css +536 -0
  304. package/css/lumo/utilities/Transition.module.css +26 -0
  305. package/css/lumo/utilities/Typography.module.css +338 -0
  306. package/css/material/Color.css +7 -0
  307. package/css/material/ColorBase.css +26 -0
  308. package/css/material/ColorDark.css +47 -0
  309. package/css/material/ColorLight.css +96 -0
  310. package/css/material/Font.css +22 -0
  311. package/css/material/FontIcons.css +28 -0
  312. package/css/material/Shadow.css +15 -0
  313. package/css/material/Typography.css +80 -0
  314. package/css/material/UserColors.css +22 -0
  315. package/css/material/mixins/FieldButton.css +34 -0
  316. package/css/material/mixins/Overlay.css +36 -0
  317. package/css/material/mixins/RequiredField.css +60 -0
  318. package/generated/Accordion.d.ts +16 -0
  319. package/generated/Accordion.d.ts.map +1 -0
  320. package/generated/AccordionHeading.d.ts +9 -0
  321. package/generated/AccordionHeading.d.ts.map +1 -0
  322. package/generated/AccordionPanel.d.ts +14 -0
  323. package/generated/AccordionPanel.d.ts.map +1 -0
  324. package/generated/AppLayout.d.ts +18 -0
  325. package/generated/AppLayout.d.ts.map +1 -0
  326. package/generated/Avatar.d.ts +9 -0
  327. package/generated/Avatar.d.ts.map +1 -0
  328. package/generated/AvatarGroup.d.ts +9 -0
  329. package/generated/AvatarGroup.d.ts.map +1 -0
  330. package/generated/Button.d.ts +9 -0
  331. package/generated/Button.d.ts.map +1 -0
  332. package/generated/Checkbox.d.ts +18 -0
  333. package/generated/Checkbox.d.ts.map +1 -0
  334. package/generated/CheckboxGroup.d.ts +18 -0
  335. package/generated/CheckboxGroup.d.ts.map +1 -0
  336. package/generated/ComboBox.d.ts +30 -0
  337. package/generated/ComboBox.d.ts.map +1 -0
  338. package/generated/ComboBoxLight.d.ts +28 -0
  339. package/generated/ComboBoxLight.d.ts.map +1 -0
  340. package/generated/ConfirmDialog.d.ts +20 -0
  341. package/generated/ConfirmDialog.d.ts.map +1 -0
  342. package/generated/ContextMenu.d.ts +16 -0
  343. package/generated/ContextMenu.d.ts.map +1 -0
  344. package/generated/CustomField.d.ts +20 -0
  345. package/generated/CustomField.d.ts.map +1 -0
  346. package/generated/DatePicker.d.ts +24 -0
  347. package/generated/DatePicker.d.ts.map +1 -0
  348. package/generated/DatePickerLight.d.ts +22 -0
  349. package/generated/DatePickerLight.d.ts.map +1 -0
  350. package/generated/DateTimePicker.d.ts +20 -0
  351. package/generated/DateTimePicker.d.ts.map +1 -0
  352. package/generated/Details.d.ts +14 -0
  353. package/generated/Details.d.ts.map +1 -0
  354. package/generated/DetailsSummary.d.ts +9 -0
  355. package/generated/DetailsSummary.d.ts.map +1 -0
  356. package/generated/Dialog.d.ts +14 -0
  357. package/generated/Dialog.d.ts.map +1 -0
  358. package/generated/DrawerToggle.d.ts +9 -0
  359. package/generated/DrawerToggle.d.ts.map +1 -0
  360. package/generated/EmailField.d.ts +22 -0
  361. package/generated/EmailField.d.ts.map +1 -0
  362. package/generated/FormItem.d.ts +9 -0
  363. package/generated/FormItem.d.ts.map +1 -0
  364. package/generated/FormLayout.d.ts +9 -0
  365. package/generated/FormLayout.d.ts.map +1 -0
  366. package/generated/Grid.d.ts +38 -0
  367. package/generated/Grid.d.ts.map +1 -0
  368. package/generated/GridColumn.d.ts +11 -0
  369. package/generated/GridColumn.d.ts.map +1 -0
  370. package/generated/GridColumnGroup.d.ts +11 -0
  371. package/generated/GridColumnGroup.d.ts.map +1 -0
  372. package/generated/GridFilter.d.ts +14 -0
  373. package/generated/GridFilter.d.ts.map +1 -0
  374. package/generated/GridFilterColumn.d.ts +11 -0
  375. package/generated/GridFilterColumn.d.ts.map +1 -0
  376. package/generated/GridSelectionColumn.d.ts +16 -0
  377. package/generated/GridSelectionColumn.d.ts.map +1 -0
  378. package/generated/GridSortColumn.d.ts +16 -0
  379. package/generated/GridSortColumn.d.ts.map +1 -0
  380. package/generated/GridSorter.d.ts +14 -0
  381. package/generated/GridSorter.d.ts.map +1 -0
  382. package/generated/GridTreeColumn.d.ts +11 -0
  383. package/generated/GridTreeColumn.d.ts.map +1 -0
  384. package/generated/GridTreeToggle.d.ts +14 -0
  385. package/generated/GridTreeToggle.d.ts.map +1 -0
  386. package/generated/HorizontalLayout.d.ts +9 -0
  387. package/generated/HorizontalLayout.d.ts.map +1 -0
  388. package/generated/Icon.d.ts +9 -0
  389. package/generated/Icon.d.ts.map +1 -0
  390. package/generated/Iconset.d.ts +11 -0
  391. package/generated/Iconset.d.ts.map +1 -0
  392. package/generated/IntegerField.d.ts +22 -0
  393. package/generated/IntegerField.d.ts.map +1 -0
  394. package/generated/Item.d.ts +9 -0
  395. package/generated/Item.d.ts.map +1 -0
  396. package/generated/ListBox.d.ts +18 -0
  397. package/generated/ListBox.d.ts.map +1 -0
  398. package/generated/LoginForm.d.ts +20 -0
  399. package/generated/LoginForm.d.ts.map +1 -0
  400. package/generated/LoginOverlay.d.ts +22 -0
  401. package/generated/LoginOverlay.d.ts.map +1 -0
  402. package/generated/MenuBar.d.ts +14 -0
  403. package/generated/MenuBar.d.ts.map +1 -0
  404. package/generated/Message.d.ts +9 -0
  405. package/generated/Message.d.ts.map +1 -0
  406. package/generated/MessageInput.d.ts +14 -0
  407. package/generated/MessageInput.d.ts.map +1 -0
  408. package/generated/MessageList.d.ts +9 -0
  409. package/generated/MessageList.d.ts.map +1 -0
  410. package/generated/MultiSelectComboBox.d.ts +26 -0
  411. package/generated/MultiSelectComboBox.d.ts.map +1 -0
  412. package/generated/Notification.d.ts +14 -0
  413. package/generated/Notification.d.ts.map +1 -0
  414. package/generated/NumberField.d.ts +22 -0
  415. package/generated/NumberField.d.ts.map +1 -0
  416. package/generated/PasswordField.d.ts +22 -0
  417. package/generated/PasswordField.d.ts.map +1 -0
  418. package/generated/ProgressBar.d.ts +9 -0
  419. package/generated/ProgressBar.d.ts.map +1 -0
  420. package/generated/RadioButton.d.ts +14 -0
  421. package/generated/RadioButton.d.ts.map +1 -0
  422. package/generated/RadioGroup.d.ts +18 -0
  423. package/generated/RadioGroup.d.ts.map +1 -0
  424. package/generated/Scroller.d.ts +9 -0
  425. package/generated/Scroller.d.ts.map +1 -0
  426. package/generated/Select.d.ts +22 -0
  427. package/generated/Select.d.ts.map +1 -0
  428. package/generated/SideNav.d.ts +14 -0
  429. package/generated/SideNav.d.ts.map +1 -0
  430. package/generated/SideNavItem.d.ts +14 -0
  431. package/generated/SideNavItem.d.ts.map +1 -0
  432. package/generated/SplitLayout.d.ts +14 -0
  433. package/generated/SplitLayout.d.ts.map +1 -0
  434. package/generated/Tab.d.ts +9 -0
  435. package/generated/Tab.d.ts.map +1 -0
  436. package/generated/TabSheet.d.ts +16 -0
  437. package/generated/TabSheet.d.ts.map +1 -0
  438. package/generated/Tabs.d.ts +16 -0
  439. package/generated/Tabs.d.ts.map +1 -0
  440. package/generated/TextArea.d.ts +22 -0
  441. package/generated/TextArea.d.ts.map +1 -0
  442. package/generated/TextField.d.ts +22 -0
  443. package/generated/TextField.d.ts.map +1 -0
  444. package/generated/TimePicker.d.ts +24 -0
  445. package/generated/TimePicker.d.ts.map +1 -0
  446. package/generated/Tooltip.d.ts +9 -0
  447. package/generated/Tooltip.d.ts.map +1 -0
  448. package/generated/Upload.d.ts +36 -0
  449. package/generated/Upload.d.ts.map +1 -0
  450. package/generated/VerticalLayout.d.ts +9 -0
  451. package/generated/VerticalLayout.d.ts.map +1 -0
  452. package/generated/VirtualList.d.ts +9 -0
  453. package/generated/VirtualList.d.ts.map +1 -0
  454. package/index.d.ts +68 -0
  455. package/index.js +68 -0
  456. package/package.json +525 -0
  457. package/renderers/combobox.d.ts +8 -0
  458. package/renderers/grid.d.ts +18 -0
  459. package/renderers/multiSelectCombobox.d.ts +9 -0
  460. package/renderers/renderer.d.ts +7 -0
  461. package/renderers/useContextRenderer.d.ts +11 -0
  462. package/renderers/useContextRenderer.d.ts.map +1 -0
  463. package/renderers/useContextRenderer.js +2 -0
  464. package/renderers/useContextRenderer.js.map +7 -0
  465. package/renderers/useModelRenderer.d.ts +15 -0
  466. package/renderers/useModelRenderer.d.ts.map +1 -0
  467. package/renderers/useModelRenderer.js +2 -0
  468. package/renderers/useModelRenderer.js.map +7 -0
  469. package/renderers/useRenderer.d.ts +12 -0
  470. package/renderers/useRenderer.d.ts.map +1 -0
  471. package/renderers/useRenderer.js +2 -0
  472. package/renderers/useRenderer.js.map +7 -0
  473. package/renderers/useSimpleOrChildrenRenderer.d.ts +5 -0
  474. package/renderers/useSimpleOrChildrenRenderer.d.ts.map +1 -0
  475. package/renderers/useSimpleOrChildrenRenderer.js +2 -0
  476. package/renderers/useSimpleOrChildrenRenderer.js.map +7 -0
  477. package/renderers/useSimpleRenderer.d.ts +8 -0
  478. package/renderers/useSimpleRenderer.d.ts.map +1 -0
  479. package/renderers/useSimpleRenderer.js +2 -0
  480. package/renderers/useSimpleRenderer.js.map +7 -0
  481. package/utils/createComponent.d.ts +52 -0
  482. package/utils/createComponent.d.ts.map +1 -0
  483. package/utils/createComponent.js +2 -0
  484. package/utils/createComponent.js.map +7 -0
  485. package/utils/createComponentWithOrderedProps.d.ts +3 -0
  486. package/utils/createComponentWithOrderedProps.d.ts.map +1 -0
  487. package/utils/createComponentWithOrderedProps.js +2 -0
  488. package/utils/createComponentWithOrderedProps.js.map +7 -0
  489. package/utils/mapItemsWithComponents.d.ts +27 -0
  490. package/utils/mapItemsWithComponents.d.ts.map +1 -0
  491. package/utils/mapItemsWithComponents.js +2 -0
  492. package/utils/mapItemsWithComponents.js.map +7 -0
  493. package/utils/useMergedRefs.d.ts +3 -0
  494. package/utils/useMergedRefs.d.ts.map +1 -0
  495. package/utils/useMergedRefs.js +2 -0
  496. package/utils/useMergedRefs.js.map +7 -0
@@ -0,0 +1,66 @@
1
+ /* Generated file, do not edit */
2
+
3
+ @import url(./MenuOverlayCore.css);
4
+
5
+
6
+ /* Small viewport (bottom sheet) styles */
7
+ /* Use direct media queries instead of the state attributes ([phone] and [fullscreen]) provided by the elements */
8
+ @media (max-width: 420px), (max-height: 420px) {
9
+ html {
10
+ top: 0 !important;
11
+ right: 0 !important;
12
+ bottom: var(--vaadin-overlay-viewport-bottom, 0) !important;
13
+ left: 0 !important;
14
+ align-items: stretch !important;
15
+ justify-content: flex-end !important;
16
+ }
17
+
18
+ [part='overlay'] {
19
+ max-height: 50vh;
20
+ width: 100vw;
21
+ border-radius: 0;
22
+ box-shadow: var(--lumo-box-shadow-xl);
23
+ }
24
+
25
+ /* The content part scrolls instead of the overlay part, because of the gradient fade-out */
26
+ [part='content'] {
27
+ padding: 30px var(--lumo-space-m);
28
+ max-height: inherit;
29
+ box-sizing: border-box;
30
+ -webkit-overflow-scrolling: touch;
31
+ overflow: auto;
32
+ -webkit-mask-image: linear-gradient(transparent, #000 40px, #000 calc(100% - 40px), transparent);
33
+ mask-image: linear-gradient(transparent, #000 40px, #000 calc(100% - 40px), transparent);
34
+ }
35
+
36
+ [part='backdrop'] {
37
+ display: block;
38
+ }
39
+
40
+ /* Animations */
41
+
42
+ :host([opening]) [part='overlay'] {
43
+ animation: 0.2s lumo-mobile-menu-overlay-enter cubic-bezier(0.215, 0.61, 0.355, 1) both;
44
+ }
45
+
46
+ :host([closing]),
47
+ :host([closing]) [part='backdrop'] {
48
+ animation-delay: 0.14s;
49
+ }
50
+
51
+ :host([closing]) [part='overlay'] {
52
+ animation: 0.14s 0.14s lumo-mobile-menu-overlay-exit cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
53
+ }
54
+ }
55
+
56
+ @keyframes lumo-mobile-menu-overlay-enter {
57
+ 0% {
58
+ transform: translateY(150%);
59
+ }
60
+ }
61
+
62
+ @keyframes lumo-mobile-menu-overlay-exit {
63
+ 100% {
64
+ transform: translateY(150%);
65
+ }
66
+ }
@@ -0,0 +1,32 @@
1
+ /* Generated file, do not edit */
2
+
3
+
4
+ html([opening]),
5
+ :host([closing]) {
6
+ animation: 0.14s lumo-overlay-dummy-animation;
7
+ }
8
+
9
+ [part='overlay'] {
10
+ will-change: opacity, transform;
11
+ }
12
+
13
+ :host([opening]) [part='overlay'] {
14
+ animation: 0.1s lumo-menu-overlay-enter ease-out both;
15
+ }
16
+
17
+ @keyframes lumo-menu-overlay-enter {
18
+ 0% {
19
+ opacity: 0;
20
+ transform: translateY(-4px);
21
+ }
22
+ }
23
+
24
+ :host([closing]) [part='overlay'] {
25
+ animation: 0.1s lumo-menu-overlay-exit both;
26
+ }
27
+
28
+ @keyframes lumo-menu-overlay-exit {
29
+ 100% {
30
+ opacity: 0;
31
+ }
32
+ }
@@ -0,0 +1,65 @@
1
+ /* Generated file, do not edit */
2
+
3
+
4
+ html {
5
+ top: var(--lumo-space-m);
6
+ right: var(--lumo-space-m);
7
+ bottom: var(--lumo-space-m);
8
+ left: var(--lumo-space-m);
9
+ /* Workaround for Edge issue (only on Surface), where an overflowing vaadin-list-box inside vaadin-select-overlay makes the overlay transparent */
10
+ /* stylelint-disable-next-line */
11
+ outline: 0px solid transparent;
12
+ }
13
+
14
+ [part='overlay'] {
15
+ background-color: var(--lumo-base-color);
16
+ background-image: linear-gradient(var(--lumo-tint-5pct), var(--lumo-tint-5pct));
17
+ border-radius: var(--lumo-border-radius-m);
18
+ box-shadow: 0 0 0 1px var(--lumo-shade-5pct), var(--lumo-box-shadow-m);
19
+ color: var(--lumo-body-text-color);
20
+ font-family: var(--lumo-font-family);
21
+ font-size: var(--lumo-font-size-m);
22
+ font-weight: 400;
23
+ line-height: var(--lumo-line-height-m);
24
+ letter-spacing: 0;
25
+ text-transform: none;
26
+ -webkit-text-size-adjust: 100%;
27
+ -webkit-font-smoothing: antialiased;
28
+ -moz-osx-font-smoothing: grayscale;
29
+ }
30
+
31
+ [part='content'] {
32
+ padding: var(--lumo-space-xs);
33
+ }
34
+
35
+ [part='backdrop'] {
36
+ background-color: var(--lumo-shade-20pct);
37
+ animation: 0.2s lumo-overlay-backdrop-enter both;
38
+ will-change: opacity;
39
+ }
40
+
41
+ @keyframes lumo-overlay-backdrop-enter {
42
+ 0% {
43
+ opacity: 0;
44
+ }
45
+ }
46
+
47
+ :host([closing]) [part='backdrop'] {
48
+ animation: 0.2s lumo-overlay-backdrop-exit both;
49
+ }
50
+
51
+ @keyframes lumo-overlay-backdrop-exit {
52
+ 100% {
53
+ opacity: 0;
54
+ }
55
+ }
56
+
57
+ @keyframes lumo-overlay-dummy-animation {
58
+ 0% {
59
+ opacity: 1;
60
+ }
61
+
62
+ 100% {
63
+ opacity: 1;
64
+ }
65
+ }
@@ -0,0 +1,114 @@
1
+ /* Generated file, do not edit */
2
+
3
+
4
+ [part='label'] {
5
+ align-self: flex-start;
6
+ color: var(--vaadin-input-field-label-color, var(--lumo-secondary-text-color));
7
+ font-weight: var(--vaadin-input-field-label-font-weight, 500);
8
+ font-size: var(--vaadin-input-field-label-font-size, var(--lumo-font-size-s));
9
+ margin-left: calc(var(--lumo-border-radius-m) / 4);
10
+ transition: color 0.2s;
11
+ line-height: 1;
12
+ padding-right: 1em;
13
+ padding-bottom: 0.5em;
14
+ /* As a workaround for diacritics being cut off, add a top padding and a
15
+ negative margin to compensate */
16
+ padding-top: 0.25em;
17
+ margin-top: -0.25em;
18
+ overflow: hidden;
19
+ white-space: nowrap;
20
+ text-overflow: ellipsis;
21
+ position: relative;
22
+ max-width: 100%;
23
+ box-sizing: border-box;
24
+ }
25
+
26
+ html([focused]:not([readonly])) [part='label'] {
27
+ color: var(--vaadin-input-field-focused-label-color, var(--lumo-primary-text-color));
28
+ }
29
+
30
+ :host(:hover:not([readonly]):not([focused])) [part='label'] {
31
+ color: var(--vaadin-input-field-hovered-label-color, var(--lumo-body-text-color));
32
+ }
33
+
34
+ /* Touch device adjustment */
35
+ @media (pointer: coarse) {
36
+ :host(:hover:not([readonly]):not([focused])) [part='label'] {
37
+ color: var(--vaadin-input-field-label-color, var(--lumo-secondary-text-color));
38
+ }
39
+ }
40
+
41
+ :host([has-label])::before {
42
+ margin-top: calc(var(--lumo-font-size-s) * 1.5);
43
+ }
44
+
45
+ :host([has-label][theme~='small'])::before {
46
+ margin-top: calc(var(--lumo-font-size-xs) * 1.5);
47
+ }
48
+
49
+ :host([has-label]) {
50
+ padding-top: var(--lumo-space-m);
51
+ }
52
+
53
+ :host([has-label]) ::slotted([slot='tooltip']) {
54
+ --vaadin-tooltip-offset-bottom: calc((var(--lumo-space-m) - var(--lumo-space-xs)) * -1);
55
+ }
56
+
57
+ :host([required]) [part='required-indicator']::after {
58
+ content: var(--lumo-required-field-indicator, '\\2022');
59
+ transition: opacity 0.2s;
60
+ color: var(--lumo-required-field-indicator-color, var(--lumo-primary-text-color));
61
+ position: absolute;
62
+ right: 0;
63
+ width: 1em;
64
+ text-align: center;
65
+ }
66
+
67
+ :host([invalid]) [part='required-indicator']::after {
68
+ color: var(--lumo-required-field-indicator-color, var(--lumo-error-text-color));
69
+ }
70
+
71
+ [part='error-message'] {
72
+ margin-left: calc(var(--lumo-border-radius-m) / 4);
73
+ font-size: var(--vaadin-input-field-error-font-size, var(--lumo-font-size-xs));
74
+ line-height: var(--lumo-line-height-xs);
75
+ font-weight: var(--vaadin-input-field-error-font-weight, 400);
76
+ color: var(--vaadin-input-field-error-color, var(--lumo-error-text-color));
77
+ will-change: max-height;
78
+ transition: 0.4s max-height;
79
+ max-height: 5em;
80
+ }
81
+
82
+ :host([has-error-message]) [part='error-message']::before,
83
+ :host([has-error-message]) [part='error-message']::after {
84
+ content: '';
85
+ display: block;
86
+ height: 0.4em;
87
+ }
88
+
89
+ :host(:not([invalid])) [part='error-message'] {
90
+ max-height: 0;
91
+ overflow: hidden;
92
+ }
93
+
94
+ /* RTL specific styles */
95
+
96
+ :host([dir='rtl']) [part='label'] {
97
+ margin-left: 0;
98
+ margin-right: calc(var(--lumo-border-radius-m) / 4);
99
+ }
100
+
101
+ :host([dir='rtl']) [part='label'] {
102
+ padding-left: 1em;
103
+ padding-right: 0;
104
+ }
105
+
106
+ :host([dir='rtl']) [part='required-indicator']::after {
107
+ right: auto;
108
+ left: 0;
109
+ }
110
+
111
+ :host([dir='rtl']) [part='error-message'] {
112
+ margin-left: 0;
113
+ margin-right: calc(var(--lumo-border-radius-m) / 4);
114
+ }
@@ -0,0 +1,15 @@
1
+ /* Generated file, do not edit */
2
+
3
+
4
+ /* === Screen readers === */
5
+ .sr-only {
6
+ border-width: 0;
7
+ clip: rect(0, 0, 0, 0);
8
+ height: 1px;
9
+ margin: -1px;
10
+ overflow: hidden;
11
+ padding: 0;
12
+ position: absolute;
13
+ white-space: nowrap;
14
+ width: 1px;
15
+ }
@@ -0,0 +1,150 @@
1
+ /* Generated file, do not edit */
2
+
3
+
4
+ /* === Background color === */
5
+ .bg-base {
6
+ background-color: var(--lumo-base-color);
7
+ }
8
+
9
+ .bg-transparent {
10
+ background-color: transparent;
11
+ }
12
+
13
+ .bg-tint-5 {
14
+ background-color: var(--lumo-tint-5pct);
15
+ }
16
+ .bg-tint-10 {
17
+ background-color: var(--lumo-tint-10pct);
18
+ }
19
+ .bg-tint-20 {
20
+ background-color: var(--lumo-tint-20pct);
21
+ }
22
+ .bg-tint-30 {
23
+ background-color: var(--lumo-tint-30pct);
24
+ }
25
+ .bg-tint-40 {
26
+ background-color: var(--lumo-tint-40pct);
27
+ }
28
+ .bg-tint-50 {
29
+ background-color: var(--lumo-tint-50pct);
30
+ }
31
+ .bg-tint-60 {
32
+ background-color: var(--lumo-tint-60pct);
33
+ }
34
+ .bg-tint-70 {
35
+ background-color: var(--lumo-tint-70pct);
36
+ }
37
+ .bg-tint-80 {
38
+ background-color: var(--lumo-tint-80pct);
39
+ }
40
+ .bg-tint-90 {
41
+ background-color: var(--lumo-tint-90pct);
42
+ }
43
+ .bg-tint {
44
+ background-color: var(--lumo-tint);
45
+ }
46
+
47
+ .bg-shade-5 {
48
+ background-color: var(--lumo-shade-5pct);
49
+ }
50
+ .bg-shade-10 {
51
+ background-color: var(--lumo-shade-10pct);
52
+ }
53
+ .bg-shade-20 {
54
+ background-color: var(--lumo-shade-20pct);
55
+ }
56
+ .bg-shade-30 {
57
+ background-color: var(--lumo-shade-30pct);
58
+ }
59
+ .bg-shade-40 {
60
+ background-color: var(--lumo-shade-40pct);
61
+ }
62
+ .bg-shade-50 {
63
+ background-color: var(--lumo-shade-50pct);
64
+ }
65
+ .bg-shade-60 {
66
+ background-color: var(--lumo-shade-60pct);
67
+ }
68
+ .bg-shade-70 {
69
+ background-color: var(--lumo-shade-70pct);
70
+ }
71
+ .bg-shade-80 {
72
+ background-color: var(--lumo-shade-80pct);
73
+ }
74
+ .bg-shade-90 {
75
+ background-color: var(--lumo-shade-90pct);
76
+ }
77
+ .bg-shade {
78
+ background-color: var(--lumo-shade);
79
+ }
80
+
81
+ .bg-contrast-5 {
82
+ background-color: var(--lumo-contrast-5pct);
83
+ }
84
+ .bg-contrast-10 {
85
+ background-color: var(--lumo-contrast-10pct);
86
+ }
87
+ .bg-contrast-20 {
88
+ background-color: var(--lumo-contrast-20pct);
89
+ }
90
+ .bg-contrast-30 {
91
+ background-color: var(--lumo-contrast-30pct);
92
+ }
93
+ .bg-contrast-40 {
94
+ background-color: var(--lumo-contrast-40pct);
95
+ }
96
+ .bg-contrast-50 {
97
+ background-color: var(--lumo-contrast-50pct);
98
+ }
99
+ .bg-contrast-60 {
100
+ background-color: var(--lumo-contrast-60pct);
101
+ }
102
+ .bg-contrast-70 {
103
+ background-color: var(--lumo-contrast-70pct);
104
+ }
105
+ .bg-contrast-80 {
106
+ background-color: var(--lumo-contrast-80pct);
107
+ }
108
+ .bg-contrast-90 {
109
+ background-color: var(--lumo-contrast-90pct);
110
+ }
111
+ .bg-contrast {
112
+ background-color: var(--lumo-contrast);
113
+ }
114
+
115
+ .bg-primary {
116
+ background-color: var(--lumo-primary-color);
117
+ }
118
+ .bg-primary-50 {
119
+ background-color: var(--lumo-primary-color-50pct);
120
+ }
121
+ .bg-primary-10 {
122
+ background-color: var(--lumo-primary-color-10pct);
123
+ }
124
+
125
+ .bg-error {
126
+ background-color: var(--lumo-error-color);
127
+ }
128
+ .bg-error-50 {
129
+ background-color: var(--lumo-error-color-50pct);
130
+ }
131
+ .bg-error-10 {
132
+ background-color: var(--lumo-error-color-10pct);
133
+ }
134
+
135
+ .bg-success {
136
+ background-color: var(--lumo-success-color);
137
+ }
138
+ .bg-success-50 {
139
+ background-color: var(--lumo-success-color-50pct);
140
+ }
141
+ .bg-success-10 {
142
+ background-color: var(--lumo-success-color-10pct);
143
+ }
144
+
145
+ .bg-warning {
146
+ background-color: var(--lumo-warning-color);
147
+ }
148
+ .bg-warning-10 {
149
+ background-color: var(--lumo-warning-color-10pct);
150
+ }
@@ -0,0 +1,141 @@
1
+ /* Generated file, do not edit */
2
+
3
+
4
+ /* === Border === */
5
+ .border-0 {
6
+ border: none;
7
+ }
8
+ .border {
9
+ border: 1px var(--lumo-utility-border-style, solid) var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
10
+ }
11
+ .border-b {
12
+ border-bottom: 1px var(--lumo-utility-border-style, solid)
13
+ var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
14
+ }
15
+ .border-e {
16
+ border-inline-end: 1px var(--lumo-utility-border-style, solid)
17
+ var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
18
+ }
19
+ .border-l {
20
+ border-left: 1px var(--lumo-utility-border-style, solid)
21
+ var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
22
+ }
23
+ .border-r {
24
+ border-right: 1px var(--lumo-utility-border-style, solid)
25
+ var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
26
+ }
27
+ .border-s {
28
+ border-inline-start: 1px var(--lumo-utility-border-style, solid)
29
+ var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
30
+ }
31
+ .border-t {
32
+ border-top: 1px var(--lumo-utility-border-style, solid) var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
33
+ }
34
+ .border-dashed {
35
+ --lumo-utility-border-style: dashed;
36
+ }
37
+ .border-dotted {
38
+ --lumo-utility-border-style: dotted;
39
+ }
40
+
41
+ /* === Border color === */
42
+ .border-contrast-5 {
43
+ --lumo-utility-border-color: var(--lumo-contrast-5pct);
44
+ }
45
+ .border-contrast-10 {
46
+ --lumo-utility-border-color: var(--lumo-contrast-10pct);
47
+ }
48
+ .border-contrast-20 {
49
+ --lumo-utility-border-color: var(--lumo-contrast-20pct);
50
+ }
51
+ .border-contrast-30 {
52
+ --lumo-utility-border-color: var(--lumo-contrast-30pct);
53
+ }
54
+ .border-contrast-40 {
55
+ --lumo-utility-border-color: var(--lumo-contrast-40pct);
56
+ }
57
+ .border-contrast-50 {
58
+ --lumo-utility-border-color: var(--lumo-contrast-50pct);
59
+ }
60
+ .border-contrast-60 {
61
+ --lumo-utility-border-color: var(--lumo-contrast-60pct);
62
+ }
63
+ .border-contrast-70 {
64
+ --lumo-utility-border-color: var(--lumo-contrast-70pct);
65
+ }
66
+ .border-contrast-80 {
67
+ --lumo-utility-border-color: var(--lumo-contrast-80pct);
68
+ }
69
+ .border-contrast-90 {
70
+ --lumo-utility-border-color: var(--lumo-contrast-90pct);
71
+ }
72
+ .border-contrast {
73
+ --lumo-utility-border-color: var(--lumo-contrast);
74
+ }
75
+
76
+ .border-primary {
77
+ --lumo-utility-border-color: var(--lumo-primary-color);
78
+ }
79
+ .border-primary-50 {
80
+ --lumo-utility-border-color: var(--lumo-primary-color-50pct);
81
+ }
82
+ .border-primary-10 {
83
+ --lumo-utility-border-color: var(--lumo-primary-color-10pct);
84
+ }
85
+
86
+ .border-error {
87
+ --lumo-utility-border-color: var(--lumo-error-color);
88
+ }
89
+ .border-error-50 {
90
+ --lumo-utility-border-color: var(--lumo-error-color-50pct);
91
+ }
92
+ .border-error-10 {
93
+ --lumo-utility-border-color: var(--lumo-error-color-10pct);
94
+ }
95
+
96
+ .border-success {
97
+ --lumo-utility-border-color: var(--lumo-success-color);
98
+ }
99
+ .border-success-50 {
100
+ --lumo-utility-border-color: var(--lumo-success-color-50pct);
101
+ }
102
+ .border-success-10 {
103
+ --lumo-utility-border-color: var(--lumo-success-color-10pct);
104
+ }
105
+
106
+ .border-warning {
107
+ --lumo-utility-border-color: var(--lumo-warning-color);
108
+ }
109
+ .border-warning-10 {
110
+ --lumo-utility-border-color: var(--lumo-warning-color-10pct);
111
+ }
112
+ .border-warning-strong {
113
+ --lumo-utility-border-color: var(--lumo-warning-text-color);
114
+ }
115
+
116
+ /* === Border radius === */
117
+ .rounded-none {
118
+ border-radius: 0;
119
+ }
120
+ .rounded-s {
121
+ border-radius: var(--lumo-border-radius-s);
122
+ }
123
+ .rounded-m {
124
+ border-radius: var(--lumo-border-radius-m);
125
+ }
126
+ .rounded-l {
127
+ border-radius: var(--lumo-border-radius-l);
128
+ }
129
+ .rounded-full {
130
+ border-radius: 9999px;
131
+ }
132
+
133
+ /* === Divide === */
134
+ .divide-x > * + * {
135
+ border-inline-start: 1px var(--lumo-utility-border-style, solid)
136
+ var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
137
+ }
138
+ .divide-y > * + * {
139
+ border-block-start: 1px var(--lumo-utility-border-style, solid)
140
+ var(--lumo-utility-border-color, var(--lumo-contrast-10pct));
141
+ }
@@ -0,0 +1,28 @@
1
+ /* Generated file, do not edit */
2
+
3
+
4
+ /* === Backdrop filter === */
5
+ .backdrop-blur-none {
6
+ backdrop-filter: blur(0);
7
+ }
8
+ .backdrop-blur-sm {
9
+ backdrop-filter: blur(4px);
10
+ }
11
+ .backdrop-blur {
12
+ backdrop-filter: blur(8px);
13
+ }
14
+ .backdrop-blur-md {
15
+ backdrop-filter: blur(12px);
16
+ }
17
+ .backdrop-blur-lg {
18
+ backdrop-filter: blur(16px);
19
+ }
20
+ .backdrop-blur-xl {
21
+ backdrop-filter: blur(24px);
22
+ }
23
+ .backdrop-blur-2xl {
24
+ backdrop-filter: blur(40px);
25
+ }
26
+ .backdrop-blur-3xl {
27
+ backdrop-filter: blur(64px);
28
+ }