@oxyhq/bloom 0.89.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3503) hide show
  1. package/README.md +19 -9
  2. package/docs/accordion.mdx +69 -0
  3. package/docs/activity-heatmap.mdx +71 -0
  4. package/docs/admonition.mdx +77 -0
  5. package/docs/alert-dialog.mdx +75 -0
  6. package/docs/alert.mdx +93 -0
  7. package/docs/animated-check.mdx +53 -0
  8. package/docs/aspect-ratio.mdx +45 -0
  9. package/docs/avatar-group.mdx +91 -0
  10. package/docs/avatar.mdx +126 -0
  11. package/docs/badge.mdx +74 -0
  12. package/docs/benefit-list.mdx +56 -0
  13. package/docs/bottom-sheet.mdx +103 -0
  14. package/docs/button.mdx +218 -0
  15. package/docs/card.mdx +106 -0
  16. package/docs/checkbox.mdx +59 -0
  17. package/docs/chip.mdx +53 -0
  18. package/docs/code.mdx +50 -0
  19. package/docs/combobox.mdx +64 -0
  20. package/docs/command.mdx +85 -0
  21. package/docs/composition-bar.mdx +63 -0
  22. package/docs/connection-dots.mdx +50 -0
  23. package/docs/connection-status.mdx +56 -0
  24. package/docs/content-panel.mdx +62 -0
  25. package/docs/context-menu.mdx +65 -0
  26. package/docs/design-tokens.mdx +254 -0
  27. package/docs/dialog.mdx +277 -0
  28. package/docs/divider.mdx +56 -0
  29. package/docs/dot-grid-meter.mdx +66 -0
  30. package/docs/dropdown-menu.mdx +161 -0
  31. package/docs/error-boundary.mdx +72 -0
  32. package/docs/fab.mdx +67 -0
  33. package/docs/field.mdx +70 -0
  34. package/docs/fill.mdx +58 -0
  35. package/docs/fonts.mdx +144 -0
  36. package/docs/frosted-icon-button.mdx +60 -0
  37. package/docs/getting-started.mdx +75 -0
  38. package/docs/grid.mdx +64 -0
  39. package/docs/hooks.mdx +81 -0
  40. package/docs/icon-circle.mdx +66 -0
  41. package/docs/icons.mdx +69 -0
  42. package/docs/image-aspect-ratio-cache.mdx +63 -0
  43. package/docs/image-resolver.mdx +66 -0
  44. package/docs/index.mdx +44 -0
  45. package/docs/input-group.mdx +58 -0
  46. package/docs/item.mdx +69 -0
  47. package/docs/kbd.mdx +57 -0
  48. package/docs/label.mdx +50 -0
  49. package/docs/link-preview.mdx +66 -0
  50. package/docs/list.mdx +72 -0
  51. package/docs/loading.mdx +129 -0
  52. package/docs/media-inset-border.mdx +52 -0
  53. package/docs/menubar.mdx +86 -0
  54. package/docs/migrating-to-1.0.mdx +434 -0
  55. package/docs/motion.mdx +83 -0
  56. package/docs/overlay.mdx +75 -0
  57. package/docs/popover.mdx +73 -0
  58. package/docs/portal.mdx +63 -0
  59. package/docs/pressable-scale.mdx +51 -0
  60. package/docs/profile-card.mdx +66 -0
  61. package/docs/progressive-blur.mdx +54 -0
  62. package/docs/prompt-input.mdx +183 -0
  63. package/docs/provider.mdx +64 -0
  64. package/docs/radio-indicator.mdx +60 -0
  65. package/docs/radio.mdx +65 -0
  66. package/docs/scroll.mdx +66 -0
  67. package/docs/search.mdx +67 -0
  68. package/docs/segmented-control.mdx +76 -0
  69. package/docs/select.mdx +93 -0
  70. package/docs/settings-list.mdx +186 -0
  71. package/docs/skeleton.mdx +66 -0
  72. package/docs/slider.mdx +73 -0
  73. package/docs/stat-bar.mdx +59 -0
  74. package/docs/stat-widgets.mdx +33 -0
  75. package/docs/styles.mdx +61 -0
  76. package/docs/subtle-hover.mdx +53 -0
  77. package/docs/surfaces.mdx +72 -0
  78. package/docs/switch.mdx +90 -0
  79. package/docs/tab-bar.mdx +386 -0
  80. package/docs/tabs.mdx +75 -0
  81. package/docs/text-field.mdx +187 -0
  82. package/docs/theme.mdx +67 -0
  83. package/docs/toast.mdx +285 -0
  84. package/docs/tooltip.mdx +67 -0
  85. package/docs/typography.mdx +88 -0
  86. package/docs/user-hover-card.mdx +140 -0
  87. package/docs/zoomable-image-gallery.mdx +66 -0
  88. package/lib/commonjs/accordion/Accordion.js +24 -10
  89. package/lib/commonjs/accordion/Accordion.js.map +1 -1
  90. package/lib/commonjs/activity-heatmap/ActivityHeatmap.js +19 -3
  91. package/lib/commonjs/activity-heatmap/ActivityHeatmap.js.map +1 -1
  92. package/lib/commonjs/activity-heatmap/bucket-by-day.js +51 -0
  93. package/lib/commonjs/activity-heatmap/bucket-by-day.js.map +1 -0
  94. package/lib/commonjs/activity-heatmap/index.js +1 -1
  95. package/lib/commonjs/admonition/Admonition.js +170 -0
  96. package/lib/commonjs/admonition/Admonition.js.map +1 -0
  97. package/lib/commonjs/admonition/index.js +40 -161
  98. package/lib/commonjs/admonition/index.js.map +1 -1
  99. package/lib/commonjs/alert-dialog/AlertDialog.js +14 -17
  100. package/lib/commonjs/alert-dialog/AlertDialog.js.map +1 -1
  101. package/lib/commonjs/alert-dialog/index.js +6 -10
  102. package/lib/commonjs/alert-dialog/index.js.map +1 -1
  103. package/lib/commonjs/alert-dialog/index.web.js +2 -10
  104. package/lib/commonjs/alert-dialog/index.web.js.map +1 -1
  105. package/lib/commonjs/animated-check/AnimatedCheck.js +5 -3
  106. package/lib/commonjs/animated-check/AnimatedCheck.js.map +1 -1
  107. package/lib/commonjs/animated-check/types.js +2 -0
  108. package/lib/commonjs/animated-check/types.js.map +1 -0
  109. package/lib/commonjs/aspect-ratio/AspectRatio.js +70 -0
  110. package/lib/commonjs/aspect-ratio/AspectRatio.js.map +1 -0
  111. package/lib/commonjs/aspect-ratio/index.js +13 -0
  112. package/lib/commonjs/aspect-ratio/index.js.map +1 -0
  113. package/lib/commonjs/aspect-ratio/types.js.map +1 -0
  114. package/lib/commonjs/avatar/Avatar.js +20 -3
  115. package/lib/commonjs/avatar/Avatar.js.map +1 -1
  116. package/lib/commonjs/avatar/context.js +15 -0
  117. package/lib/commonjs/avatar/context.js.map +1 -0
  118. package/lib/commonjs/avatar/default-avatar.js +11 -3
  119. package/lib/commonjs/avatar/default-avatar.js.map +1 -1
  120. package/lib/commonjs/avatar/index.js +9 -10
  121. package/lib/commonjs/avatar/index.js.map +1 -1
  122. package/lib/commonjs/avatar-group/AvatarGroup.web.js +19 -12
  123. package/lib/commonjs/avatar-group/AvatarGroup.web.js.map +1 -1
  124. package/lib/commonjs/avatar-group/AvatarGroupBase.js +47 -3
  125. package/lib/commonjs/avatar-group/AvatarGroupBase.js.map +1 -1
  126. package/lib/commonjs/avatar-group/index.web.js.map +1 -1
  127. package/lib/commonjs/badge/Badge.js +9 -37
  128. package/lib/commonjs/badge/Badge.js.map +1 -1
  129. package/lib/commonjs/benefit-list/BenefitList.js +116 -0
  130. package/lib/commonjs/benefit-list/BenefitList.js.map +1 -0
  131. package/lib/commonjs/benefit-list/index.js +13 -113
  132. package/lib/commonjs/benefit-list/index.js.map +1 -1
  133. package/lib/commonjs/bottom-sheet/BottomSheet.js +126 -0
  134. package/lib/commonjs/bottom-sheet/BottomSheet.js.map +1 -0
  135. package/lib/commonjs/bottom-sheet/BottomSheet.web.js +72 -0
  136. package/lib/commonjs/bottom-sheet/BottomSheet.web.js.map +1 -0
  137. package/lib/commonjs/bottom-sheet/BottomSheetBase.js +2 -24
  138. package/lib/commonjs/bottom-sheet/BottomSheetBase.js.map +1 -1
  139. package/lib/commonjs/bottom-sheet/index.js +11 -114
  140. package/lib/commonjs/bottom-sheet/index.js.map +1 -1
  141. package/lib/commonjs/bottom-sheet/index.web.js +12 -63
  142. package/lib/commonjs/bottom-sheet/index.web.js.map +1 -1
  143. package/lib/commonjs/bottom-sheet/types.js.map +1 -0
  144. package/lib/commonjs/button/Button.js +158 -35
  145. package/lib/commonjs/button/Button.js.map +1 -1
  146. package/lib/commonjs/button/Button.web.js +158 -96
  147. package/lib/commonjs/button/Button.web.js.map +1 -1
  148. package/lib/commonjs/card/Card.js +74 -30
  149. package/lib/commonjs/card/Card.js.map +1 -1
  150. package/lib/commonjs/checkbox/Checkbox.js +183 -52
  151. package/lib/commonjs/checkbox/Checkbox.js.map +1 -1
  152. package/lib/commonjs/chip/Chip.js +158 -57
  153. package/lib/commonjs/chip/Chip.js.map +1 -1
  154. package/lib/commonjs/combobox/Combobox.js +25 -13
  155. package/lib/commonjs/combobox/Combobox.js.map +1 -1
  156. package/lib/commonjs/combobox/index.js +8 -3
  157. package/lib/commonjs/combobox/index.js.map +1 -1
  158. package/lib/commonjs/combobox/index.web.js +8 -3
  159. package/lib/commonjs/combobox/index.web.js.map +1 -1
  160. package/lib/commonjs/command/Command.js +3 -3
  161. package/lib/commonjs/connection-dots/ConnectionDots.web.js +3 -1
  162. package/lib/commonjs/connection-dots/ConnectionDots.web.js.map +1 -1
  163. package/lib/commonjs/connection-dots/ConnectionDotsBase.js +3 -4
  164. package/lib/commonjs/connection-dots/ConnectionDotsBase.js.map +1 -1
  165. package/lib/commonjs/connection-status/ConnectionStatusToasts.js +49 -0
  166. package/lib/commonjs/connection-status/ConnectionStatusToasts.js.map +1 -0
  167. package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js +36 -0
  168. package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js.map +1 -0
  169. package/lib/commonjs/connection-status/index.js +7 -43
  170. package/lib/commonjs/connection-status/index.js.map +1 -1
  171. package/lib/commonjs/connection-status/index.web.js +7 -30
  172. package/lib/commonjs/connection-status/index.web.js.map +1 -1
  173. package/lib/commonjs/content-panel/ContentPanel.js +104 -0
  174. package/lib/commonjs/content-panel/ContentPanel.js.map +1 -0
  175. package/lib/commonjs/content-panel/ContentPanel.web.js +168 -0
  176. package/lib/commonjs/content-panel/ContentPanel.web.js.map +1 -0
  177. package/lib/commonjs/content-panel/context.js +39 -0
  178. package/lib/commonjs/content-panel/context.js.map +1 -0
  179. package/lib/commonjs/content-panel/index.js +25 -108
  180. package/lib/commonjs/content-panel/index.js.map +1 -1
  181. package/lib/commonjs/content-panel/index.web.js +24 -172
  182. package/lib/commonjs/content-panel/index.web.js.map +1 -1
  183. package/lib/commonjs/content-panel/types.js.map +1 -0
  184. package/lib/commonjs/context-menu/ContextMenu.js +124 -0
  185. package/lib/commonjs/context-menu/ContextMenu.js.map +1 -0
  186. package/lib/commonjs/context-menu/ContextMenu.web.js +165 -0
  187. package/lib/commonjs/context-menu/ContextMenu.web.js.map +1 -0
  188. package/lib/commonjs/context-menu/context.js +17 -34
  189. package/lib/commonjs/context-menu/context.js.map +1 -1
  190. package/lib/commonjs/context-menu/index.js +82 -279
  191. package/lib/commonjs/context-menu/index.js.map +1 -1
  192. package/lib/commonjs/context-menu/index.web.js +82 -379
  193. package/lib/commonjs/context-menu/index.web.js.map +1 -1
  194. package/lib/commonjs/design-tokens/scales.js +23 -3
  195. package/lib/commonjs/design-tokens/scales.js.map +1 -1
  196. package/lib/commonjs/design-tokens/shadows.js +24 -3
  197. package/lib/commonjs/design-tokens/shadows.js.map +1 -1
  198. package/lib/commonjs/design-tokens/shadows.native.js +38 -1
  199. package/lib/commonjs/design-tokens/shadows.native.js.map +1 -1
  200. package/lib/commonjs/design-tokens/theme.css +6 -0
  201. package/lib/commonjs/design-tokens/tokens-json.js +13 -4
  202. package/lib/commonjs/design-tokens/tokens-json.js.map +1 -1
  203. package/lib/commonjs/design-tokens/tokens.json +6314 -334
  204. package/lib/commonjs/dialog/Dialog.js +19 -58
  205. package/lib/commonjs/dialog/Dialog.js.map +1 -1
  206. package/lib/commonjs/dialog/Dialog.web.js +5 -38
  207. package/lib/commonjs/dialog/Dialog.web.js.map +1 -1
  208. package/lib/commonjs/dialog/DialogBottomSheet.js +9 -8
  209. package/lib/commonjs/dialog/DialogBottomSheet.js.map +1 -1
  210. package/lib/commonjs/dialog/DialogContent.js +40 -15
  211. package/lib/commonjs/dialog/DialogContent.js.map +1 -1
  212. package/lib/commonjs/dialog/DialogHeader.js +40 -18
  213. package/lib/commonjs/dialog/DialogHeader.js.map +1 -1
  214. package/lib/commonjs/dialog/SheetShell.js +23 -1
  215. package/lib/commonjs/dialog/SheetShell.js.map +1 -1
  216. package/lib/commonjs/dialog/index.js +0 -20
  217. package/lib/commonjs/dialog/index.js.map +1 -1
  218. package/lib/commonjs/dialog/index.web.js +0 -20
  219. package/lib/commonjs/dialog/index.web.js.map +1 -1
  220. package/lib/commonjs/dot-grid-meter/DotGridMeter.js +17 -6
  221. package/lib/commonjs/dot-grid-meter/DotGridMeter.js.map +1 -1
  222. package/lib/commonjs/dropdown-menu/DropdownMenu.js +122 -0
  223. package/lib/commonjs/dropdown-menu/DropdownMenu.js.map +1 -0
  224. package/lib/commonjs/dropdown-menu/DropdownMenu.web.js +142 -0
  225. package/lib/commonjs/dropdown-menu/DropdownMenu.web.js.map +1 -0
  226. package/lib/commonjs/dropdown-menu/context.js +27 -0
  227. package/lib/commonjs/dropdown-menu/context.js.map +1 -0
  228. package/lib/commonjs/dropdown-menu/index.js +91 -0
  229. package/lib/commonjs/dropdown-menu/index.js.map +1 -0
  230. package/lib/commonjs/dropdown-menu/index.web.js +91 -0
  231. package/lib/commonjs/dropdown-menu/index.web.js.map +1 -0
  232. package/lib/commonjs/dropdown-menu/types.js +6 -0
  233. package/lib/commonjs/dropdown-menu/types.js.map +1 -0
  234. package/lib/commonjs/error-boundary/ErrorBoundary.js +18 -3
  235. package/lib/commonjs/error-boundary/ErrorBoundary.js.map +1 -1
  236. package/lib/commonjs/fab/Fab.js +86 -51
  237. package/lib/commonjs/fab/Fab.js.map +1 -1
  238. package/lib/commonjs/fab/Fab.web.js +48 -53
  239. package/lib/commonjs/fab/Fab.web.js.map +1 -1
  240. package/lib/commonjs/fill/Fill.js +31 -0
  241. package/lib/commonjs/fill/Fill.js.map +1 -0
  242. package/lib/commonjs/fill/index.js +5 -23
  243. package/lib/commonjs/fill/index.js.map +1 -1
  244. package/lib/commonjs/floating/FloatingPanel.js +383 -0
  245. package/lib/commonjs/floating/FloatingPanel.js.map +1 -0
  246. package/lib/commonjs/floating/TriggerSlot.js +106 -0
  247. package/lib/commonjs/floating/TriggerSlot.js.map +1 -0
  248. package/lib/commonjs/floating/constants.js +334 -0
  249. package/lib/commonjs/floating/constants.js.map +1 -0
  250. package/lib/commonjs/floating/context.js +55 -0
  251. package/lib/commonjs/floating/context.js.map +1 -0
  252. package/lib/commonjs/floating/index.js +110 -0
  253. package/lib/commonjs/floating/index.js.map +1 -0
  254. package/lib/commonjs/floating/menu-rows.js +313 -0
  255. package/lib/commonjs/floating/menu-rows.js.map +1 -0
  256. package/lib/commonjs/floating/menu-sub-flyout.js +419 -0
  257. package/lib/commonjs/floating/menu-sub-flyout.js.map +1 -0
  258. package/lib/commonjs/floating/menu-sub-inline.js +124 -0
  259. package/lib/commonjs/floating/menu-sub-inline.js.map +1 -0
  260. package/lib/commonjs/floating/shared.js +196 -0
  261. package/lib/commonjs/floating/shared.js.map +1 -0
  262. package/lib/commonjs/floating/types.js +6 -0
  263. package/lib/commonjs/floating/types.js.map +1 -0
  264. package/lib/commonjs/floating/use-anchor-rect.js +67 -0
  265. package/lib/commonjs/floating/use-anchor-rect.js.map +1 -0
  266. package/lib/commonjs/floating/use-sheet-open-bridge.js +55 -0
  267. package/lib/commonjs/floating/use-sheet-open-bridge.js.map +1 -0
  268. package/lib/commonjs/frosted-icon-button/FrostedIconButton.js +97 -57
  269. package/lib/commonjs/frosted-icon-button/FrostedIconButton.js.map +1 -1
  270. package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js +64 -60
  271. package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
  272. package/lib/commonjs/glass/GlassSurface.js +148 -0
  273. package/lib/commonjs/glass/GlassSurface.js.map +1 -0
  274. package/lib/commonjs/glass/blur-target.js +171 -0
  275. package/lib/commonjs/glass/blur-target.js.map +1 -0
  276. package/lib/commonjs/glass/index.js +32 -0
  277. package/lib/commonjs/glass/index.js.map +1 -0
  278. package/lib/commonjs/glass/types.js +6 -0
  279. package/lib/commonjs/glass/types.js.map +1 -0
  280. package/lib/commonjs/grid/Grid.js +57 -0
  281. package/lib/commonjs/grid/Grid.js.map +1 -0
  282. package/lib/commonjs/grid/index.js +12 -50
  283. package/lib/commonjs/grid/index.js.map +1 -1
  284. package/lib/commonjs/hooks/index.js +21 -8
  285. package/lib/commonjs/hooks/index.js.map +1 -1
  286. package/lib/commonjs/hooks/merge-refs.js +32 -0
  287. package/lib/commonjs/hooks/merge-refs.js.map +1 -0
  288. package/lib/commonjs/hooks/use-accessibility-focus.js +108 -0
  289. package/lib/commonjs/hooks/use-accessibility-focus.js.map +1 -0
  290. package/lib/commonjs/hooks/use-accessible-name-warning.js +83 -0
  291. package/lib/commonjs/hooks/use-accessible-name-warning.js.map +1 -0
  292. package/lib/commonjs/hooks/use-controllable-state.js +35 -0
  293. package/lib/commonjs/hooks/use-controllable-state.js.map +1 -0
  294. package/lib/commonjs/hooks/use-delayed-loading.js +23 -0
  295. package/lib/commonjs/hooks/use-delayed-loading.js.map +1 -0
  296. package/lib/commonjs/hooks/use-gutters.js +106 -0
  297. package/lib/commonjs/hooks/use-gutters.js.map +1 -0
  298. package/lib/commonjs/hooks/use-haptics.js +67 -0
  299. package/lib/commonjs/hooks/use-haptics.js.map +1 -0
  300. package/lib/commonjs/hooks/use-image-preload.js +52 -0
  301. package/lib/commonjs/hooks/use-image-preload.js.map +1 -0
  302. package/lib/commonjs/hooks/use-interaction-state.js +70 -0
  303. package/lib/commonjs/hooks/use-interaction-state.js.map +1 -0
  304. package/lib/commonjs/hooks/use-press-animation.js +81 -0
  305. package/lib/commonjs/hooks/use-press-animation.js.map +1 -0
  306. package/lib/commonjs/hooks/use-throttled-value.js +35 -0
  307. package/lib/commonjs/hooks/use-throttled-value.js.map +1 -0
  308. package/lib/commonjs/icon-circle/IconCircle.js +41 -0
  309. package/lib/commonjs/icon-circle/IconCircle.js.map +1 -0
  310. package/lib/commonjs/icon-circle/index.js +7 -34
  311. package/lib/commonjs/icon-circle/index.js.map +1 -1
  312. package/lib/commonjs/icons/Logo.js +2 -2
  313. package/lib/commonjs/icons/Logo.js.map +1 -1
  314. package/lib/commonjs/icons/TEMPLATE.js +3 -3
  315. package/lib/commonjs/icons/TEMPLATE.js.map +1 -1
  316. package/lib/commonjs/icons/VerifiedCheck.js +2 -2
  317. package/lib/commonjs/icons/VerifiedCheck.js.map +1 -1
  318. package/lib/commonjs/icons/VerifierCheck.js +2 -2
  319. package/lib/commonjs/icons/VerifierCheck.js.map +1 -1
  320. package/lib/commonjs/icons/index.js +3 -3
  321. package/lib/commonjs/icons/index.js.map +1 -1
  322. package/lib/commonjs/icons/shared.js +79 -0
  323. package/lib/commonjs/icons/shared.js.map +1 -0
  324. package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js +82 -0
  325. package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
  326. package/lib/commonjs/image-aspect-ratio-cache/index.js +7 -7
  327. package/lib/commonjs/image-aspect-ratio-cache/index.js.map +1 -1
  328. package/lib/commonjs/index.js +288 -191
  329. package/lib/commonjs/index.js.map +1 -1
  330. package/lib/commonjs/index.web.js +344 -247
  331. package/lib/commonjs/index.web.js.map +1 -1
  332. package/lib/commonjs/input-group/InputGroup.js +16 -13
  333. package/lib/commonjs/input-group/InputGroup.js.map +1 -1
  334. package/lib/commonjs/input-group/index.js +4 -4
  335. package/lib/commonjs/item/Item.js +54 -12
  336. package/lib/commonjs/item/Item.js.map +1 -1
  337. package/lib/commonjs/link-preview/LinkPreviewCard.js +91 -40
  338. package/lib/commonjs/link-preview/LinkPreviewCard.js.map +1 -1
  339. package/lib/commonjs/list/VirtualList.js +94 -0
  340. package/lib/commonjs/list/VirtualList.js.map +1 -0
  341. package/lib/commonjs/list/VirtualList.web.js +216 -0
  342. package/lib/commonjs/list/VirtualList.web.js.map +1 -0
  343. package/lib/commonjs/list/index.js +13 -87
  344. package/lib/commonjs/list/index.js.map +1 -1
  345. package/lib/commonjs/list/index.web.js +13 -209
  346. package/lib/commonjs/list/index.web.js.map +1 -1
  347. package/lib/commonjs/loading/Loading.js +0 -35
  348. package/lib/commonjs/loading/Loading.js.map +1 -1
  349. package/lib/commonjs/loading/Loading.web.js +0 -35
  350. package/lib/commonjs/loading/Loading.web.js.map +1 -1
  351. package/lib/commonjs/loading/SpinnerIcon.js +9 -4
  352. package/lib/commonjs/loading/SpinnerIcon.js.map +1 -1
  353. package/lib/commonjs/loading/SpinnerIcon.web.js +3 -4
  354. package/lib/commonjs/loading/SpinnerIcon.web.js.map +1 -1
  355. package/lib/commonjs/media-inset-border/MediaInsetBorder.js +5 -3
  356. package/lib/commonjs/media-inset-border/MediaInsetBorder.js.map +1 -1
  357. package/lib/commonjs/media-inset-border/types.js +6 -0
  358. package/lib/commonjs/media-inset-border/types.js.map +1 -0
  359. package/lib/commonjs/menubar/Menubar.js +167 -0
  360. package/lib/commonjs/menubar/Menubar.js.map +1 -0
  361. package/lib/commonjs/menubar/Menubar.web.js +192 -0
  362. package/lib/commonjs/menubar/Menubar.web.js.map +1 -0
  363. package/lib/commonjs/menubar/context.js +40 -0
  364. package/lib/commonjs/menubar/context.js.map +1 -0
  365. package/lib/commonjs/menubar/index.js +97 -0
  366. package/lib/commonjs/menubar/index.js.map +1 -0
  367. package/lib/commonjs/menubar/index.web.js +97 -0
  368. package/lib/commonjs/menubar/index.web.js.map +1 -0
  369. package/lib/commonjs/menubar/types.js +6 -0
  370. package/lib/commonjs/menubar/types.js.map +1 -0
  371. package/lib/commonjs/motion/ScreenTransition.js +0 -2
  372. package/lib/commonjs/motion/ScreenTransition.js.map +1 -1
  373. package/lib/commonjs/motion/types.js +6 -0
  374. package/lib/commonjs/motion/types.js.map +1 -0
  375. package/lib/commonjs/overlay/Overlay.js +400 -0
  376. package/lib/commonjs/overlay/Overlay.js.map +1 -0
  377. package/lib/commonjs/overlay/dropdown-placement.js +86 -16
  378. package/lib/commonjs/overlay/dropdown-placement.js.map +1 -1
  379. package/lib/commonjs/overlay/index.js +31 -363
  380. package/lib/commonjs/overlay/index.js.map +1 -1
  381. package/lib/commonjs/overlay/types.js +6 -0
  382. package/lib/commonjs/overlay/types.js.map +1 -0
  383. package/lib/commonjs/popover/Popover.js +94 -0
  384. package/lib/commonjs/popover/Popover.js.map +1 -0
  385. package/lib/commonjs/popover/Popover.web.js +119 -0
  386. package/lib/commonjs/popover/Popover.web.js.map +1 -0
  387. package/lib/commonjs/popover/context.js +18 -9
  388. package/lib/commonjs/popover/context.js.map +1 -1
  389. package/lib/commonjs/popover/index.js +11 -97
  390. package/lib/commonjs/popover/index.js.map +1 -1
  391. package/lib/commonjs/popover/index.web.js +12 -273
  392. package/lib/commonjs/popover/index.web.js.map +1 -1
  393. package/lib/commonjs/portal/Portal.js +115 -0
  394. package/lib/commonjs/portal/Portal.js.map +1 -0
  395. package/lib/commonjs/portal/Portal.web.js +92 -0
  396. package/lib/commonjs/portal/Portal.web.js.map +1 -0
  397. package/lib/commonjs/portal/index.js +15 -104
  398. package/lib/commonjs/portal/index.js.map +1 -1
  399. package/lib/commonjs/portal/index.web.js +17 -84
  400. package/lib/commonjs/portal/index.web.js.map +1 -1
  401. package/lib/commonjs/pressable-scale/PressableScale.js +22 -18
  402. package/lib/commonjs/pressable-scale/PressableScale.js.map +1 -1
  403. package/lib/commonjs/pressable-scale/types.js +6 -0
  404. package/lib/commonjs/pressable-scale/types.js.map +1 -0
  405. package/lib/commonjs/profile-card/ProfileCard.js +20 -18
  406. package/lib/commonjs/profile-card/ProfileCard.js.map +1 -1
  407. package/lib/commonjs/progressive-blur/ProgressiveBlur.js +79 -0
  408. package/lib/commonjs/progressive-blur/ProgressiveBlur.js.map +1 -0
  409. package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js +67 -0
  410. package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js.map +1 -0
  411. package/lib/commonjs/progressive-blur/index.js +5 -71
  412. package/lib/commonjs/progressive-blur/index.js.map +1 -1
  413. package/lib/commonjs/progressive-blur/index.web.js +7 -61
  414. package/lib/commonjs/progressive-blur/index.web.js.map +1 -1
  415. package/lib/commonjs/progressive-blur/shared.js +1 -1
  416. package/lib/commonjs/prompt-input/Actions.js +2 -1
  417. package/lib/commonjs/prompt-input/Actions.js.map +1 -1
  418. package/lib/commonjs/prompt-input/Attachments.js.map +1 -1
  419. package/lib/commonjs/prompt-input/PromptInput.js +8 -223
  420. package/lib/commonjs/prompt-input/PromptInput.js.map +1 -1
  421. package/lib/commonjs/prompt-input/PromptInput.web.js +27 -0
  422. package/lib/commonjs/prompt-input/PromptInput.web.js.map +1 -0
  423. package/lib/commonjs/prompt-input/PromptInputBase.js +236 -0
  424. package/lib/commonjs/prompt-input/PromptInputBase.js.map +1 -0
  425. package/lib/commonjs/prompt-input/SubmitButton.js +47 -23
  426. package/lib/commonjs/prompt-input/SubmitButton.js.map +1 -1
  427. package/lib/commonjs/prompt-input/context.js +0 -4
  428. package/lib/commonjs/prompt-input/context.js.map +1 -1
  429. package/lib/commonjs/prompt-input/index.js +1 -7
  430. package/lib/commonjs/prompt-input/index.js.map +1 -1
  431. package/lib/commonjs/prompt-input/index.web.js +48 -0
  432. package/lib/commonjs/prompt-input/index.web.js.map +1 -0
  433. package/lib/commonjs/provider/BloomProvider.js +79 -0
  434. package/lib/commonjs/provider/BloomProvider.js.map +1 -0
  435. package/lib/commonjs/provider/index.js +7 -71
  436. package/lib/commonjs/provider/index.js.map +1 -1
  437. package/lib/commonjs/provider/types.js +6 -0
  438. package/lib/commonjs/provider/types.js.map +1 -0
  439. package/lib/commonjs/radio/Radio.js +198 -0
  440. package/lib/commonjs/radio/Radio.js.map +1 -0
  441. package/lib/commonjs/radio/index.js +19 -0
  442. package/lib/commonjs/radio/index.js.map +1 -0
  443. package/lib/commonjs/radio/types.js +6 -0
  444. package/lib/commonjs/radio/types.js.map +1 -0
  445. package/lib/commonjs/radio-indicator/RadioIndicator.js +9 -1
  446. package/lib/commonjs/radio-indicator/RadioIndicator.js.map +1 -1
  447. package/lib/commonjs/scroll/expo-router/expo-router-adapter.js +133 -0
  448. package/lib/commonjs/scroll/expo-router/expo-router-adapter.js.map +1 -0
  449. package/lib/commonjs/scroll/expo-router/index.js +6 -126
  450. package/lib/commonjs/scroll/expo-router/index.js.map +1 -1
  451. package/lib/commonjs/scroll/index.js +7 -90
  452. package/lib/commonjs/scroll/index.js.map +1 -1
  453. package/lib/commonjs/scroll/index.web.js +7 -323
  454. package/lib/commonjs/scroll/index.web.js.map +1 -1
  455. package/lib/commonjs/scroll/use-scroll-restoration.js +111 -0
  456. package/lib/commonjs/scroll/use-scroll-restoration.js.map +1 -0
  457. package/lib/commonjs/scroll/use-scroll-restoration.web.js +346 -0
  458. package/lib/commonjs/scroll/use-scroll-restoration.web.js.map +1 -0
  459. package/lib/commonjs/search/Search.js +78 -0
  460. package/lib/commonjs/search/Search.js.map +1 -0
  461. package/lib/commonjs/search/index.js +6 -71
  462. package/lib/commonjs/search/index.js.map +1 -1
  463. package/lib/commonjs/segmented-control/SegmentedControl.js +250 -0
  464. package/lib/commonjs/segmented-control/SegmentedControl.js.map +1 -0
  465. package/lib/commonjs/segmented-control/index.js +17 -257
  466. package/lib/commonjs/segmented-control/index.js.map +1 -1
  467. package/lib/commonjs/select/Select.js +395 -0
  468. package/lib/commonjs/select/Select.js.map +1 -0
  469. package/lib/commonjs/select/Select.web.js +391 -0
  470. package/lib/commonjs/select/Select.web.js.map +1 -0
  471. package/lib/commonjs/select/index.js +76 -390
  472. package/lib/commonjs/select/index.js.map +1 -1
  473. package/lib/commonjs/select/index.web.js +77 -447
  474. package/lib/commonjs/select/index.web.js.map +1 -1
  475. package/lib/commonjs/select/shared.js +166 -0
  476. package/lib/commonjs/select/shared.js.map +1 -0
  477. package/lib/commonjs/settings-list/SettingsList.js +29 -47
  478. package/lib/commonjs/settings-list/SettingsList.js.map +1 -1
  479. package/lib/commonjs/skeleton/Skeleton.js +177 -0
  480. package/lib/commonjs/skeleton/Skeleton.js.map +1 -0
  481. package/lib/commonjs/skeleton/index.js +35 -168
  482. package/lib/commonjs/skeleton/index.js.map +1 -1
  483. package/lib/commonjs/slider/Slider.js +2 -0
  484. package/lib/commonjs/slider/Slider.js.map +1 -1
  485. package/lib/commonjs/stat-bar/StatBar.js +10 -6
  486. package/lib/commonjs/stat-bar/StatBar.js.map +1 -1
  487. package/lib/commonjs/styles/index.js +0 -6
  488. package/lib/commonjs/styles/index.js.map +1 -1
  489. package/lib/commonjs/styles/interactive-web-css.js +118 -0
  490. package/lib/commonjs/styles/interactive-web-css.js.map +1 -0
  491. package/lib/commonjs/styles/pointer.js +36 -0
  492. package/lib/commonjs/styles/pointer.js.map +1 -0
  493. package/lib/commonjs/styles/styled-primitives.js +88 -0
  494. package/lib/commonjs/styles/styled-primitives.js.map +1 -0
  495. package/lib/commonjs/styles/tokens.js +60 -22
  496. package/lib/commonjs/styles/tokens.js.map +1 -1
  497. package/lib/commonjs/styles/z-index.js +1 -2
  498. package/lib/commonjs/styles/z-index.js.map +1 -1
  499. package/lib/commonjs/subtle-hover/SubtleHover.js +9 -12
  500. package/lib/commonjs/subtle-hover/SubtleHover.js.map +1 -1
  501. package/lib/commonjs/subtle-hover/types.js +6 -0
  502. package/lib/commonjs/subtle-hover/types.js.map +1 -0
  503. package/lib/commonjs/surfaces/SurfaceHost.js +17 -8
  504. package/lib/commonjs/surfaces/SurfaceHost.js.map +1 -1
  505. package/lib/commonjs/surfaces/api.js +21 -7
  506. package/lib/commonjs/surfaces/api.js.map +1 -1
  507. package/lib/commonjs/surfaces/index.js +7 -1
  508. package/lib/commonjs/surfaces/index.js.map +1 -1
  509. package/lib/commonjs/surfaces/index.web.js +7 -1
  510. package/lib/commonjs/surfaces/index.web.js.map +1 -1
  511. package/lib/commonjs/surfaces/prompts.js +131 -99
  512. package/lib/commonjs/surfaces/prompts.js.map +1 -1
  513. package/lib/commonjs/surfaces/surface-store.js +172 -0
  514. package/lib/commonjs/surfaces/surface-store.js.map +1 -0
  515. package/lib/commonjs/surfaces/use-surface.js +36 -0
  516. package/lib/commonjs/surfaces/use-surface.js.map +1 -0
  517. package/lib/commonjs/switch/Switch.js +12 -0
  518. package/lib/commonjs/switch/Switch.js.map +1 -1
  519. package/lib/commonjs/tab-bar/TabBarBase.js +8 -8
  520. package/lib/commonjs/tab-bar/TabBarBase.js.map +1 -1
  521. package/lib/commonjs/tab-bar/context.js +127 -0
  522. package/lib/commonjs/tab-bar/context.js.map +1 -0
  523. package/lib/commonjs/tab-bar/expo-router/RouterTabBar.js +2 -2
  524. package/lib/commonjs/tab-bar/expo-router/fading-tab-screen.js +1 -1
  525. package/lib/commonjs/tab-bar/glyph.js +1 -1
  526. package/lib/commonjs/tab-bar/glyph.native.js +1 -1
  527. package/lib/commonjs/tab-bar/index.js +8 -8
  528. package/lib/commonjs/tab-bar/index.js.map +1 -1
  529. package/lib/commonjs/tab-bar/index.web.js +8 -8
  530. package/lib/commonjs/tab-bar/index.web.js.map +1 -1
  531. package/lib/commonjs/tab-bar/shared.js +1 -1
  532. package/lib/commonjs/tab-bar/surface-solid.js +1 -1
  533. package/lib/commonjs/tab-bar/surface.native.js +1 -1
  534. package/lib/commonjs/tab-bar/surface.web.js +1 -1
  535. package/lib/commonjs/tabs/Tabs.js +49 -20
  536. package/lib/commonjs/tabs/Tabs.js.map +1 -1
  537. package/lib/commonjs/text-field/TextField.js +491 -0
  538. package/lib/commonjs/text-field/TextField.js.map +1 -0
  539. package/lib/commonjs/text-field/index.js +34 -466
  540. package/lib/commonjs/text-field/index.js.map +1 -1
  541. package/lib/commonjs/text-field/types.js +6 -0
  542. package/lib/commonjs/text-field/types.js.map +1 -0
  543. package/lib/commonjs/theme/BloomThemeProvider.js +1 -1
  544. package/lib/commonjs/theme/accent-colors.js +147 -0
  545. package/lib/commonjs/theme/accent-colors.js.map +1 -0
  546. package/lib/commonjs/theme/adaptive-colors.js +17 -0
  547. package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
  548. package/lib/commonjs/theme/ambient-store.js +16 -1
  549. package/lib/commonjs/theme/ambient-store.js.map +1 -1
  550. package/lib/commonjs/theme/build-theme-from-seed.js +12 -1
  551. package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
  552. package/lib/commonjs/theme/build-theme.js +31 -2
  553. package/lib/commonjs/theme/build-theme.js.map +1 -1
  554. package/lib/commonjs/theme/color-engine/color-utils.js +17 -0
  555. package/lib/commonjs/theme/color-engine/color-utils.js.map +1 -1
  556. package/lib/commonjs/theme/color-engine/generate-role-colors.js +40 -0
  557. package/lib/commonjs/theme/color-engine/generate-role-colors.js.map +1 -0
  558. package/lib/commonjs/theme/color-engine/index.js +9 -126
  559. package/lib/commonjs/theme/color-engine/index.js.map +1 -1
  560. package/lib/commonjs/theme/color-policy.js +101 -39
  561. package/lib/commonjs/theme/color-policy.js.map +1 -1
  562. package/lib/commonjs/theme/color-presets.js +413 -166
  563. package/lib/commonjs/theme/color-presets.js.map +1 -1
  564. package/lib/commonjs/theme/color-scope/ColorScope.js +109 -0
  565. package/lib/commonjs/theme/color-scope/ColorScope.js.map +1 -0
  566. package/lib/commonjs/theme/color-scope/ColorScope.web.js +113 -0
  567. package/lib/commonjs/theme/color-scope/ColorScope.web.js.map +1 -0
  568. package/lib/commonjs/theme/color-scope/index.js +11 -101
  569. package/lib/commonjs/theme/color-scope/index.js.map +1 -1
  570. package/lib/commonjs/theme/color-scope/index.web.js +11 -105
  571. package/lib/commonjs/theme/color-scope/index.web.js.map +1 -1
  572. package/lib/commonjs/theme/color-utils.js +47 -9
  573. package/lib/commonjs/theme/color-utils.js.map +1 -1
  574. package/lib/commonjs/theme/glass-colors.js +277 -0
  575. package/lib/commonjs/theme/glass-colors.js.map +1 -0
  576. package/lib/commonjs/theme/index.js +50 -63
  577. package/lib/commonjs/theme/index.js.map +1 -1
  578. package/lib/commonjs/theme/index.web.js +263 -0
  579. package/lib/commonjs/theme/index.web.js.map +1 -0
  580. package/lib/commonjs/theme/press-colors.js +98 -0
  581. package/lib/commonjs/theme/press-colors.js.map +1 -0
  582. package/lib/commonjs/theme/seed-scope/SeedScope.js +94 -0
  583. package/lib/commonjs/theme/seed-scope/SeedScope.js.map +1 -0
  584. package/lib/commonjs/theme/seed-scope/SeedScope.web.js +93 -0
  585. package/lib/commonjs/theme/seed-scope/SeedScope.web.js.map +1 -0
  586. package/lib/commonjs/theme/seed-scope/index.js +6 -87
  587. package/lib/commonjs/theme/seed-scope/index.js.map +1 -1
  588. package/lib/commonjs/theme/seed-scope/index.web.js +6 -86
  589. package/lib/commonjs/theme/seed-scope/index.web.js.map +1 -1
  590. package/lib/commonjs/toast/Positioner.js +5 -5
  591. package/lib/commonjs/toast/Positioner.js.map +1 -1
  592. package/lib/commonjs/toast/ToastContent.js +10 -3
  593. package/lib/commonjs/toast/ToastContent.js.map +1 -1
  594. package/lib/commonjs/toast/ToastIcon.js +1 -1
  595. package/lib/commonjs/toast/ToastOutlet.js +38 -0
  596. package/lib/commonjs/toast/ToastOutlet.js.map +1 -0
  597. package/lib/commonjs/toast/ToastRow.js +3 -3
  598. package/lib/commonjs/toast/ToastRow.js.map +1 -1
  599. package/lib/commonjs/toast/ToastSwipeHandler.js +1 -1
  600. package/lib/commonjs/toast/Toaster.js +3 -3
  601. package/lib/commonjs/toast/Toaster.js.map +1 -1
  602. package/lib/commonjs/toast/animations.js +1 -1
  603. package/lib/commonjs/toast/constants.js +1 -1
  604. package/lib/commonjs/toast/container-geometry.js +147 -0
  605. package/lib/commonjs/toast/container-geometry.js.map +1 -0
  606. package/lib/commonjs/toast/context.js +1 -1
  607. package/lib/commonjs/toast/index.js +8 -32
  608. package/lib/commonjs/toast/index.js.map +1 -1
  609. package/lib/commonjs/toast/row-geometry.js +124 -0
  610. package/lib/commonjs/toast/row-geometry.js.map +1 -0
  611. package/lib/commonjs/toast/toast-comparator.js +1 -1
  612. package/lib/commonjs/toast/toast-fns.js +1 -1
  613. package/lib/commonjs/toast/toast-store.js +2 -2
  614. package/lib/commonjs/toast/toast-timers.js +1 -1
  615. package/lib/commonjs/toast/types.js +0 -1
  616. package/lib/commonjs/toast/types.js.map +1 -1
  617. package/lib/commonjs/toast/use-app-state.js +1 -1
  618. package/lib/commonjs/toast/use-toast-colors.js +8 -4
  619. package/lib/commonjs/toast/use-toast-colors.js.map +1 -1
  620. package/lib/commonjs/toast/use-toast-position.js +3 -3
  621. package/lib/commonjs/toast/use-toast-position.js.map +1 -1
  622. package/lib/commonjs/tooltip/Tooltip.js +289 -0
  623. package/lib/commonjs/tooltip/Tooltip.js.map +1 -0
  624. package/lib/commonjs/tooltip/Tooltip.web.js +132 -0
  625. package/lib/commonjs/tooltip/Tooltip.web.js.map +1 -0
  626. package/lib/commonjs/tooltip/constants.js +12 -0
  627. package/lib/commonjs/tooltip/constants.js.map +1 -0
  628. package/lib/commonjs/tooltip/index.js +21 -298
  629. package/lib/commonjs/tooltip/index.js.map +1 -1
  630. package/lib/commonjs/tooltip/index.web.js +22 -136
  631. package/lib/commonjs/tooltip/index.web.js.map +1 -1
  632. package/lib/commonjs/typography/Typography.js +423 -0
  633. package/lib/commonjs/typography/Typography.js.map +1 -0
  634. package/lib/commonjs/typography/index.js +86 -142
  635. package/lib/commonjs/typography/index.js.map +1 -1
  636. package/lib/commonjs/typography/types.js +6 -0
  637. package/lib/commonjs/typography/types.js.map +1 -0
  638. package/lib/commonjs/user-hover-card/UserHoverCard.js +27 -25
  639. package/lib/commonjs/user-hover-card/UserHoverCard.js.map +1 -1
  640. package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js +108 -53
  641. package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
  642. package/lib/module/accordion/Accordion.js +25 -11
  643. package/lib/module/accordion/Accordion.js.map +1 -1
  644. package/lib/module/activity-heatmap/ActivityHeatmap.js +19 -3
  645. package/lib/module/activity-heatmap/ActivityHeatmap.js.map +1 -1
  646. package/lib/module/activity-heatmap/bucket-by-day.js +47 -0
  647. package/lib/module/activity-heatmap/bucket-by-day.js.map +1 -0
  648. package/lib/module/activity-heatmap/index.js +1 -1
  649. package/lib/module/activity-heatmap/index.js.map +1 -1
  650. package/lib/module/admonition/Admonition.js +159 -0
  651. package/lib/module/admonition/Admonition.js.map +1 -0
  652. package/lib/module/admonition/index.js +1 -156
  653. package/lib/module/admonition/index.js.map +1 -1
  654. package/lib/module/alert-dialog/AlertDialog.js +14 -17
  655. package/lib/module/alert-dialog/AlertDialog.js.map +1 -1
  656. package/lib/module/alert-dialog/index.js +6 -3
  657. package/lib/module/alert-dialog/index.js.map +1 -1
  658. package/lib/module/alert-dialog/index.web.js +2 -3
  659. package/lib/module/alert-dialog/index.web.js.map +1 -1
  660. package/lib/module/animated-check/AnimatedCheck.js +3 -3
  661. package/lib/module/animated-check/AnimatedCheck.js.map +1 -1
  662. package/lib/module/animated-check/types.js +2 -0
  663. package/lib/module/animated-check/types.js.map +1 -0
  664. package/lib/module/aspect-ratio/AspectRatio.js +64 -0
  665. package/lib/module/aspect-ratio/AspectRatio.js.map +1 -0
  666. package/lib/module/aspect-ratio/index.js +4 -0
  667. package/lib/module/aspect-ratio/index.js.map +1 -0
  668. package/lib/module/aspect-ratio/types.js.map +1 -0
  669. package/lib/module/avatar/Avatar.js +20 -3
  670. package/lib/module/avatar/Avatar.js.map +1 -1
  671. package/lib/module/avatar/context.js +10 -0
  672. package/lib/module/avatar/context.js.map +1 -0
  673. package/lib/module/avatar/default-avatar.js +10 -2
  674. package/lib/module/avatar/default-avatar.js.map +1 -1
  675. package/lib/module/avatar/index.js +2 -7
  676. package/lib/module/avatar/index.js.map +1 -1
  677. package/lib/module/avatar-group/AvatarGroup.web.js +19 -13
  678. package/lib/module/avatar-group/AvatarGroup.web.js.map +1 -1
  679. package/lib/module/avatar-group/AvatarGroupBase.js +47 -4
  680. package/lib/module/avatar-group/AvatarGroupBase.js.map +1 -1
  681. package/lib/module/avatar-group/index.web.js.map +1 -1
  682. package/lib/module/badge/Badge.js +9 -37
  683. package/lib/module/badge/Badge.js.map +1 -1
  684. package/lib/module/benefit-list/BenefitList.js +111 -0
  685. package/lib/module/benefit-list/BenefitList.js.map +1 -0
  686. package/lib/module/benefit-list/index.js +1 -111
  687. package/lib/module/benefit-list/index.js.map +1 -1
  688. package/lib/module/bottom-sheet/BottomSheet.js +123 -0
  689. package/lib/module/bottom-sheet/BottomSheet.js.map +1 -0
  690. package/lib/module/bottom-sheet/BottomSheet.web.js +69 -0
  691. package/lib/module/bottom-sheet/BottomSheet.web.js.map +1 -0
  692. package/lib/module/bottom-sheet/BottomSheetBase.js +1 -25
  693. package/lib/module/bottom-sheet/BottomSheetBase.js.map +1 -1
  694. package/lib/module/bottom-sheet/index.js +2 -118
  695. package/lib/module/bottom-sheet/index.js.map +1 -1
  696. package/lib/module/bottom-sheet/index.web.js +2 -67
  697. package/lib/module/bottom-sheet/index.web.js.map +1 -1
  698. package/lib/module/bottom-sheet/types.js.map +1 -0
  699. package/lib/module/button/Button.js +158 -35
  700. package/lib/module/button/Button.js.map +1 -1
  701. package/lib/module/button/Button.web.js +159 -97
  702. package/lib/module/button/Button.web.js.map +1 -1
  703. package/lib/module/card/Card.js +75 -32
  704. package/lib/module/card/Card.js.map +1 -1
  705. package/lib/module/checkbox/Checkbox.js +184 -53
  706. package/lib/module/checkbox/Checkbox.js.map +1 -1
  707. package/lib/module/chip/Chip.js +159 -58
  708. package/lib/module/chip/Chip.js.map +1 -1
  709. package/lib/module/combobox/Combobox.js +25 -13
  710. package/lib/module/combobox/Combobox.js.map +1 -1
  711. package/lib/module/combobox/index.js +8 -2
  712. package/lib/module/combobox/index.js.map +1 -1
  713. package/lib/module/combobox/index.web.js +8 -2
  714. package/lib/module/combobox/index.web.js.map +1 -1
  715. package/lib/module/command/Command.js +3 -3
  716. package/lib/module/command/Command.js.map +1 -1
  717. package/lib/module/connection-dots/ConnectionDots.web.js +3 -1
  718. package/lib/module/connection-dots/ConnectionDots.web.js.map +1 -1
  719. package/lib/module/connection-dots/ConnectionDotsBase.js +3 -4
  720. package/lib/module/connection-dots/ConnectionDotsBase.js.map +1 -1
  721. package/lib/module/connection-status/ConnectionStatusToasts.js +45 -0
  722. package/lib/module/connection-status/ConnectionStatusToasts.js.map +1 -0
  723. package/lib/module/connection-status/ConnectionStatusToasts.web.js +32 -0
  724. package/lib/module/connection-status/ConnectionStatusToasts.web.js.map +1 -0
  725. package/lib/module/connection-status/index.js +1 -41
  726. package/lib/module/connection-status/index.js.map +1 -1
  727. package/lib/module/connection-status/index.web.js +1 -28
  728. package/lib/module/connection-status/index.web.js.map +1 -1
  729. package/lib/module/content-panel/ContentPanel.js +98 -0
  730. package/lib/module/content-panel/ContentPanel.js.map +1 -0
  731. package/lib/module/content-panel/ContentPanel.web.js +162 -0
  732. package/lib/module/content-panel/ContentPanel.web.js.map +1 -0
  733. package/lib/module/content-panel/context.js +35 -0
  734. package/lib/module/content-panel/context.js.map +1 -0
  735. package/lib/module/content-panel/index.js +1 -106
  736. package/lib/module/content-panel/index.js.map +1 -1
  737. package/lib/module/content-panel/index.web.js +1 -171
  738. package/lib/module/content-panel/index.web.js.map +1 -1
  739. package/lib/module/content-panel/types.js.map +1 -0
  740. package/lib/module/context-menu/ContextMenu.js +114 -0
  741. package/lib/module/context-menu/ContextMenu.js.map +1 -0
  742. package/lib/module/context-menu/ContextMenu.web.js +155 -0
  743. package/lib/module/context-menu/ContextMenu.web.js.map +1 -0
  744. package/lib/module/context-menu/context.js +15 -31
  745. package/lib/module/context-menu/context.js.map +1 -1
  746. package/lib/module/context-menu/index.js +1 -272
  747. package/lib/module/context-menu/index.js.map +1 -1
  748. package/lib/module/context-menu/index.web.js +1 -372
  749. package/lib/module/context-menu/index.web.js.map +1 -1
  750. package/lib/module/design-tokens/scales.js +23 -3
  751. package/lib/module/design-tokens/scales.js.map +1 -1
  752. package/lib/module/design-tokens/shadows.js +24 -3
  753. package/lib/module/design-tokens/shadows.js.map +1 -1
  754. package/lib/module/design-tokens/shadows.native.js +38 -1
  755. package/lib/module/design-tokens/shadows.native.js.map +1 -1
  756. package/lib/module/design-tokens/theme.css +6 -0
  757. package/lib/module/design-tokens/tokens-json.js +14 -5
  758. package/lib/module/design-tokens/tokens-json.js.map +1 -1
  759. package/lib/module/design-tokens/tokens.json +6314 -334
  760. package/lib/module/dialog/Dialog.js +19 -53
  761. package/lib/module/dialog/Dialog.js.map +1 -1
  762. package/lib/module/dialog/Dialog.web.js +5 -33
  763. package/lib/module/dialog/Dialog.web.js.map +1 -1
  764. package/lib/module/dialog/DialogBottomSheet.js +9 -8
  765. package/lib/module/dialog/DialogBottomSheet.js.map +1 -1
  766. package/lib/module/dialog/DialogContent.js +39 -14
  767. package/lib/module/dialog/DialogContent.js.map +1 -1
  768. package/lib/module/dialog/DialogHeader.js +41 -19
  769. package/lib/module/dialog/DialogHeader.js.map +1 -1
  770. package/lib/module/dialog/SheetShell.js +24 -2
  771. package/lib/module/dialog/SheetShell.js.map +1 -1
  772. package/lib/module/dialog/index.js +1 -3
  773. package/lib/module/dialog/index.js.map +1 -1
  774. package/lib/module/dialog/index.web.js +1 -3
  775. package/lib/module/dialog/index.web.js.map +1 -1
  776. package/lib/module/dot-grid-meter/DotGridMeter.js +17 -6
  777. package/lib/module/dot-grid-meter/DotGridMeter.js.map +1 -1
  778. package/lib/module/dropdown-menu/DropdownMenu.js +112 -0
  779. package/lib/module/dropdown-menu/DropdownMenu.js.map +1 -0
  780. package/lib/module/dropdown-menu/DropdownMenu.web.js +132 -0
  781. package/lib/module/dropdown-menu/DropdownMenu.web.js.map +1 -0
  782. package/lib/module/dropdown-menu/context.js +21 -0
  783. package/lib/module/dropdown-menu/context.js.map +1 -0
  784. package/lib/module/dropdown-menu/index.js +4 -0
  785. package/lib/module/dropdown-menu/index.js.map +1 -0
  786. package/lib/module/dropdown-menu/index.web.js +4 -0
  787. package/lib/module/dropdown-menu/index.web.js.map +1 -0
  788. package/lib/module/dropdown-menu/types.js +4 -0
  789. package/lib/module/dropdown-menu/types.js.map +1 -0
  790. package/lib/module/error-boundary/ErrorBoundary.js +19 -4
  791. package/lib/module/error-boundary/ErrorBoundary.js.map +1 -1
  792. package/lib/module/fab/Fab.js +86 -51
  793. package/lib/module/fab/Fab.js.map +1 -1
  794. package/lib/module/fab/Fab.web.js +49 -54
  795. package/lib/module/fab/Fab.web.js.map +1 -1
  796. package/lib/module/fill/Fill.js +26 -0
  797. package/lib/module/fill/Fill.js.map +1 -0
  798. package/lib/module/fill/index.js +1 -23
  799. package/lib/module/fill/index.js.map +1 -1
  800. package/lib/module/floating/FloatingPanel.js +377 -0
  801. package/lib/module/floating/FloatingPanel.js.map +1 -0
  802. package/lib/module/floating/TriggerSlot.js +100 -0
  803. package/lib/module/floating/TriggerSlot.js.map +1 -0
  804. package/lib/module/floating/constants.js +330 -0
  805. package/lib/module/floating/constants.js.map +1 -0
  806. package/lib/module/floating/context.js +47 -0
  807. package/lib/module/floating/context.js.map +1 -0
  808. package/lib/module/floating/index.js +26 -0
  809. package/lib/module/floating/index.js.map +1 -0
  810. package/lib/module/floating/menu-rows.js +307 -0
  811. package/lib/module/floating/menu-rows.js.map +1 -0
  812. package/lib/module/floating/menu-sub-flyout.js +413 -0
  813. package/lib/module/floating/menu-sub-flyout.js.map +1 -0
  814. package/lib/module/floating/menu-sub-inline.js +118 -0
  815. package/lib/module/floating/menu-sub-inline.js.map +1 -0
  816. package/lib/module/floating/shared.js +187 -0
  817. package/lib/module/floating/shared.js.map +1 -0
  818. package/lib/module/floating/types.js +4 -0
  819. package/lib/module/floating/types.js.map +1 -0
  820. package/lib/module/floating/use-anchor-rect.js +62 -0
  821. package/lib/module/floating/use-anchor-rect.js.map +1 -0
  822. package/lib/module/floating/use-sheet-open-bridge.js +50 -0
  823. package/lib/module/floating/use-sheet-open-bridge.js.map +1 -0
  824. package/lib/module/frosted-icon-button/FrostedIconButton.js +97 -57
  825. package/lib/module/frosted-icon-button/FrostedIconButton.js.map +1 -1
  826. package/lib/module/frosted-icon-button/FrostedIconButton.web.js +65 -61
  827. package/lib/module/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
  828. package/lib/module/glass/GlassSurface.js +143 -0
  829. package/lib/module/glass/GlassSurface.js.map +1 -0
  830. package/lib/module/glass/blur-target.js +165 -0
  831. package/lib/module/glass/blur-target.js.map +1 -0
  832. package/lib/module/glass/index.js +5 -0
  833. package/lib/module/glass/index.js.map +1 -0
  834. package/lib/module/glass/types.js +4 -0
  835. package/lib/module/glass/types.js.map +1 -0
  836. package/lib/module/grid/Grid.js +52 -0
  837. package/lib/module/grid/Grid.js.map +1 -0
  838. package/lib/module/grid/index.js +1 -49
  839. package/lib/module/grid/index.js.map +1 -1
  840. package/lib/module/hooks/index.js +9 -8
  841. package/lib/module/hooks/index.js.map +1 -1
  842. package/lib/module/hooks/merge-refs.js +28 -0
  843. package/lib/module/hooks/merge-refs.js.map +1 -0
  844. package/lib/module/hooks/use-accessibility-focus.js +103 -0
  845. package/lib/module/hooks/use-accessibility-focus.js.map +1 -0
  846. package/lib/module/hooks/use-accessible-name-warning.js +76 -0
  847. package/lib/module/hooks/use-accessible-name-warning.js.map +1 -0
  848. package/lib/module/hooks/use-controllable-state.js +31 -0
  849. package/lib/module/hooks/use-controllable-state.js.map +1 -0
  850. package/lib/module/hooks/use-delayed-loading.js +20 -0
  851. package/lib/module/hooks/use-delayed-loading.js.map +1 -0
  852. package/lib/module/hooks/use-gutters.js +103 -0
  853. package/lib/module/hooks/use-gutters.js.map +1 -0
  854. package/lib/module/hooks/use-haptics.js +61 -0
  855. package/lib/module/hooks/use-haptics.js.map +1 -0
  856. package/lib/module/hooks/use-image-preload.js +48 -0
  857. package/lib/module/hooks/use-image-preload.js.map +1 -0
  858. package/lib/module/hooks/use-interaction-state.js +66 -0
  859. package/lib/module/hooks/use-interaction-state.js.map +1 -0
  860. package/lib/module/hooks/use-press-animation.js +78 -0
  861. package/lib/module/hooks/use-press-animation.js.map +1 -0
  862. package/lib/module/hooks/use-throttled-value.js +32 -0
  863. package/lib/module/hooks/use-throttled-value.js.map +1 -0
  864. package/lib/module/icon-circle/IconCircle.js +36 -0
  865. package/lib/module/icon-circle/IconCircle.js.map +1 -0
  866. package/lib/module/icon-circle/index.js +1 -32
  867. package/lib/module/icon-circle/index.js.map +1 -1
  868. package/lib/module/icons/Logo.js +1 -1
  869. package/lib/module/icons/TEMPLATE.js +1 -1
  870. package/lib/module/icons/VerifiedCheck.js +1 -1
  871. package/lib/module/icons/VerifierCheck.js +1 -1
  872. package/lib/module/icons/index.js +1 -1
  873. package/lib/module/icons/shared.js +73 -0
  874. package/lib/module/icons/shared.js.map +1 -0
  875. package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js +73 -0
  876. package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
  877. package/lib/module/image-aspect-ratio-cache/index.js +1 -1
  878. package/lib/module/image-aspect-ratio-cache/index.js.map +1 -1
  879. package/lib/module/index.js +69 -26
  880. package/lib/module/index.js.map +1 -1
  881. package/lib/module/index.web.js +69 -26
  882. package/lib/module/index.web.js.map +1 -1
  883. package/lib/module/input-group/InputGroup.js +15 -12
  884. package/lib/module/input-group/InputGroup.js.map +1 -1
  885. package/lib/module/input-group/index.js +1 -1
  886. package/lib/module/input-group/index.js.map +1 -1
  887. package/lib/module/item/Item.js +54 -12
  888. package/lib/module/item/Item.js.map +1 -1
  889. package/lib/module/link-preview/LinkPreviewCard.js +92 -41
  890. package/lib/module/link-preview/LinkPreviewCard.js.map +1 -1
  891. package/lib/module/list/VirtualList.js +89 -0
  892. package/lib/module/list/VirtualList.js.map +1 -0
  893. package/lib/module/list/VirtualList.web.js +211 -0
  894. package/lib/module/list/VirtualList.web.js.map +1 -0
  895. package/lib/module/list/index.js +2 -86
  896. package/lib/module/list/index.js.map +1 -1
  897. package/lib/module/list/index.web.js +2 -208
  898. package/lib/module/list/index.web.js.map +1 -1
  899. package/lib/module/loading/Loading.js +1 -36
  900. package/lib/module/loading/Loading.js.map +1 -1
  901. package/lib/module/loading/Loading.web.js +1 -36
  902. package/lib/module/loading/Loading.web.js.map +1 -1
  903. package/lib/module/loading/SpinnerIcon.js +9 -4
  904. package/lib/module/loading/SpinnerIcon.js.map +1 -1
  905. package/lib/module/loading/SpinnerIcon.web.js +3 -4
  906. package/lib/module/loading/SpinnerIcon.web.js.map +1 -1
  907. package/lib/module/media-inset-border/MediaInsetBorder.js +3 -3
  908. package/lib/module/media-inset-border/MediaInsetBorder.js.map +1 -1
  909. package/lib/module/media-inset-border/types.js +4 -0
  910. package/lib/module/media-inset-border/types.js.map +1 -0
  911. package/lib/module/menubar/Menubar.js +155 -0
  912. package/lib/module/menubar/Menubar.js.map +1 -0
  913. package/lib/module/menubar/Menubar.web.js +180 -0
  914. package/lib/module/menubar/Menubar.web.js.map +1 -0
  915. package/lib/module/menubar/context.js +33 -0
  916. package/lib/module/menubar/context.js.map +1 -0
  917. package/lib/module/menubar/index.js +4 -0
  918. package/lib/module/menubar/index.js.map +1 -0
  919. package/lib/module/menubar/index.web.js +4 -0
  920. package/lib/module/menubar/index.web.js.map +1 -0
  921. package/lib/module/menubar/types.js +4 -0
  922. package/lib/module/menubar/types.js.map +1 -0
  923. package/lib/module/motion/ScreenTransition.js +0 -2
  924. package/lib/module/motion/ScreenTransition.js.map +1 -1
  925. package/lib/module/motion/types.js +4 -0
  926. package/lib/module/motion/types.js.map +1 -0
  927. package/lib/module/overlay/Overlay.js +392 -0
  928. package/lib/module/overlay/Overlay.js.map +1 -0
  929. package/lib/module/overlay/dropdown-placement.js +86 -16
  930. package/lib/module/overlay/dropdown-placement.js.map +1 -1
  931. package/lib/module/overlay/index.js +1 -360
  932. package/lib/module/overlay/index.js.map +1 -1
  933. package/lib/module/overlay/types.js +4 -0
  934. package/lib/module/overlay/types.js.map +1 -0
  935. package/lib/module/popover/Popover.js +86 -0
  936. package/lib/module/popover/Popover.js.map +1 -0
  937. package/lib/module/popover/Popover.web.js +111 -0
  938. package/lib/module/popover/Popover.web.js.map +1 -0
  939. package/lib/module/popover/context.js +15 -7
  940. package/lib/module/popover/context.js.map +1 -1
  941. package/lib/module/popover/index.js +1 -92
  942. package/lib/module/popover/index.js.map +1 -1
  943. package/lib/module/popover/index.web.js +1 -271
  944. package/lib/module/popover/index.web.js.map +1 -1
  945. package/lib/module/portal/Portal.js +110 -0
  946. package/lib/module/portal/Portal.js.map +1 -0
  947. package/lib/module/portal/Portal.web.js +86 -0
  948. package/lib/module/portal/Portal.web.js.map +1 -0
  949. package/lib/module/portal/index.js +1 -106
  950. package/lib/module/portal/index.js.map +1 -1
  951. package/lib/module/portal/index.web.js +1 -83
  952. package/lib/module/portal/index.web.js.map +1 -1
  953. package/lib/module/pressable-scale/PressableScale.js +21 -19
  954. package/lib/module/pressable-scale/PressableScale.js.map +1 -1
  955. package/lib/module/pressable-scale/types.js +4 -0
  956. package/lib/module/pressable-scale/types.js.map +1 -0
  957. package/lib/module/profile-card/ProfileCard.js +9 -7
  958. package/lib/module/profile-card/ProfileCard.js.map +1 -1
  959. package/lib/module/progressive-blur/ProgressiveBlur.js +74 -0
  960. package/lib/module/progressive-blur/ProgressiveBlur.js.map +1 -0
  961. package/lib/module/progressive-blur/ProgressiveBlur.web.js +62 -0
  962. package/lib/module/progressive-blur/ProgressiveBlur.web.js.map +1 -0
  963. package/lib/module/progressive-blur/index.js +1 -71
  964. package/lib/module/progressive-blur/index.js.map +1 -1
  965. package/lib/module/progressive-blur/index.web.js +1 -59
  966. package/lib/module/progressive-blur/index.web.js.map +1 -1
  967. package/lib/module/progressive-blur/shared.js +1 -1
  968. package/lib/module/prompt-input/Actions.js +2 -1
  969. package/lib/module/prompt-input/Actions.js.map +1 -1
  970. package/lib/module/prompt-input/Attachments.js.map +1 -1
  971. package/lib/module/prompt-input/PromptInput.js +8 -223
  972. package/lib/module/prompt-input/PromptInput.js.map +1 -1
  973. package/lib/module/prompt-input/PromptInput.web.js +22 -0
  974. package/lib/module/prompt-input/PromptInput.web.js.map +1 -0
  975. package/lib/module/prompt-input/PromptInputBase.js +231 -0
  976. package/lib/module/prompt-input/PromptInputBase.js.map +1 -0
  977. package/lib/module/prompt-input/SubmitButton.js +48 -24
  978. package/lib/module/prompt-input/SubmitButton.js.map +1 -1
  979. package/lib/module/prompt-input/context.js +0 -3
  980. package/lib/module/prompt-input/context.js.map +1 -1
  981. package/lib/module/prompt-input/index.js +2 -2
  982. package/lib/module/prompt-input/index.js.map +1 -1
  983. package/lib/module/prompt-input/index.web.js +18 -0
  984. package/lib/module/prompt-input/index.web.js.map +1 -0
  985. package/lib/module/provider/BloomProvider.js +75 -0
  986. package/lib/module/provider/BloomProvider.js.map +1 -0
  987. package/lib/module/provider/index.js +1 -70
  988. package/lib/module/provider/index.js.map +1 -1
  989. package/lib/module/provider/types.js +4 -0
  990. package/lib/module/provider/types.js.map +1 -0
  991. package/lib/module/radio/Radio.js +193 -0
  992. package/lib/module/radio/Radio.js.map +1 -0
  993. package/lib/module/radio/index.js +4 -0
  994. package/lib/module/radio/index.js.map +1 -0
  995. package/lib/module/radio/types.js +4 -0
  996. package/lib/module/radio/types.js.map +1 -0
  997. package/lib/module/radio-indicator/RadioIndicator.js +9 -1
  998. package/lib/module/radio-indicator/RadioIndicator.js.map +1 -1
  999. package/lib/module/scroll/expo-router/expo-router-adapter.js +128 -0
  1000. package/lib/module/scroll/expo-router/expo-router-adapter.js.map +1 -0
  1001. package/lib/module/scroll/expo-router/index.js +4 -123
  1002. package/lib/module/scroll/expo-router/index.js.map +1 -1
  1003. package/lib/module/scroll/index.js +1 -89
  1004. package/lib/module/scroll/index.js.map +1 -1
  1005. package/lib/module/scroll/index.web.js +1 -322
  1006. package/lib/module/scroll/index.web.js.map +1 -1
  1007. package/lib/module/scroll/use-scroll-restoration.js +106 -0
  1008. package/lib/module/scroll/use-scroll-restoration.js.map +1 -0
  1009. package/lib/module/scroll/use-scroll-restoration.web.js +341 -0
  1010. package/lib/module/scroll/use-scroll-restoration.web.js.map +1 -0
  1011. package/lib/module/search/Search.js +74 -0
  1012. package/lib/module/search/Search.js.map +1 -0
  1013. package/lib/module/search/index.js +1 -73
  1014. package/lib/module/search/index.js.map +1 -1
  1015. package/lib/module/segmented-control/SegmentedControl.js +243 -0
  1016. package/lib/module/segmented-control/SegmentedControl.js.map +1 -0
  1017. package/lib/module/segmented-control/index.js +1 -255
  1018. package/lib/module/segmented-control/index.js.map +1 -1
  1019. package/lib/module/select/Select.js +377 -0
  1020. package/lib/module/select/Select.js.map +1 -0
  1021. package/lib/module/select/Select.web.js +373 -0
  1022. package/lib/module/select/Select.web.js.map +1 -0
  1023. package/lib/module/select/index.js +2 -386
  1024. package/lib/module/select/index.js.map +1 -1
  1025. package/lib/module/select/index.web.js +2 -441
  1026. package/lib/module/select/index.web.js.map +1 -1
  1027. package/lib/module/select/shared.js +153 -0
  1028. package/lib/module/select/shared.js.map +1 -0
  1029. package/lib/module/settings-list/SettingsList.js +29 -47
  1030. package/lib/module/settings-list/SettingsList.js.map +1 -1
  1031. package/lib/module/skeleton/Skeleton.js +167 -0
  1032. package/lib/module/skeleton/Skeleton.js.map +1 -0
  1033. package/lib/module/skeleton/index.js +1 -163
  1034. package/lib/module/skeleton/index.js.map +1 -1
  1035. package/lib/module/slider/Slider.js +2 -0
  1036. package/lib/module/slider/Slider.js.map +1 -1
  1037. package/lib/module/stat-bar/StatBar.js +10 -6
  1038. package/lib/module/stat-bar/StatBar.js.map +1 -1
  1039. package/lib/module/styles/index.js +1 -1
  1040. package/lib/module/styles/index.js.map +1 -1
  1041. package/lib/module/styles/interactive-web-css.js +112 -0
  1042. package/lib/module/styles/interactive-web-css.js.map +1 -0
  1043. package/lib/module/styles/pointer.js +31 -0
  1044. package/lib/module/styles/pointer.js.map +1 -0
  1045. package/lib/module/styles/styled-primitives.js +85 -0
  1046. package/lib/module/styles/styled-primitives.js.map +1 -0
  1047. package/lib/module/styles/tokens.js +61 -22
  1048. package/lib/module/styles/tokens.js.map +1 -1
  1049. package/lib/module/styles/z-index.js +0 -1
  1050. package/lib/module/styles/z-index.js.map +1 -1
  1051. package/lib/module/subtle-hover/SubtleHover.js +8 -13
  1052. package/lib/module/subtle-hover/SubtleHover.js.map +1 -1
  1053. package/lib/module/subtle-hover/types.js +4 -0
  1054. package/lib/module/subtle-hover/types.js.map +1 -0
  1055. package/lib/module/surfaces/SurfaceHost.js +17 -8
  1056. package/lib/module/surfaces/SurfaceHost.js.map +1 -1
  1057. package/lib/module/surfaces/api.js +17 -9
  1058. package/lib/module/surfaces/api.js.map +1 -1
  1059. package/lib/module/surfaces/index.js +2 -2
  1060. package/lib/module/surfaces/index.js.map +1 -1
  1061. package/lib/module/surfaces/index.web.js +2 -2
  1062. package/lib/module/surfaces/index.web.js.map +1 -1
  1063. package/lib/module/surfaces/prompts.js +132 -101
  1064. package/lib/module/surfaces/prompts.js.map +1 -1
  1065. package/lib/module/surfaces/surface-store.js +159 -0
  1066. package/lib/module/surfaces/surface-store.js.map +1 -0
  1067. package/lib/module/surfaces/use-surface.js +31 -0
  1068. package/lib/module/surfaces/use-surface.js.map +1 -0
  1069. package/lib/module/switch/Switch.js +12 -0
  1070. package/lib/module/switch/Switch.js.map +1 -1
  1071. package/lib/module/tab-bar/TabBarBase.js +3 -3
  1072. package/lib/module/tab-bar/TabBarBase.js.map +1 -1
  1073. package/lib/module/tab-bar/context.js +118 -0
  1074. package/lib/module/tab-bar/context.js.map +1 -0
  1075. package/lib/module/tab-bar/expo-router/RouterTabBar.js +2 -2
  1076. package/lib/module/tab-bar/expo-router/RouterTabBar.js.map +1 -1
  1077. package/lib/module/tab-bar/expo-router/fading-tab-screen.js +1 -1
  1078. package/lib/module/tab-bar/expo-router/index.js +1 -1
  1079. package/lib/module/tab-bar/glyph.js +1 -1
  1080. package/lib/module/tab-bar/glyph.native.js +1 -1
  1081. package/lib/module/tab-bar/index.js +2 -2
  1082. package/lib/module/tab-bar/index.js.map +1 -1
  1083. package/lib/module/tab-bar/index.web.js +2 -2
  1084. package/lib/module/tab-bar/index.web.js.map +1 -1
  1085. package/lib/module/tab-bar/shared.js +1 -1
  1086. package/lib/module/tab-bar/surface-solid.js +1 -1
  1087. package/lib/module/tab-bar/surface.js +1 -1
  1088. package/lib/module/tab-bar/surface.native.js +1 -1
  1089. package/lib/module/tab-bar/surface.web.js +1 -1
  1090. package/lib/module/tabs/Tabs.js +50 -21
  1091. package/lib/module/tabs/Tabs.js.map +1 -1
  1092. package/lib/module/text-field/TextField.js +482 -0
  1093. package/lib/module/text-field/TextField.js.map +1 -0
  1094. package/lib/module/text-field/index.js +1 -462
  1095. package/lib/module/text-field/index.js.map +1 -1
  1096. package/lib/module/text-field/types.js +4 -0
  1097. package/lib/module/text-field/types.js.map +1 -0
  1098. package/lib/module/theme/BloomThemeProvider.js +1 -1
  1099. package/lib/module/theme/BloomThemeProvider.js.map +1 -1
  1100. package/lib/module/theme/accent-colors.js +143 -0
  1101. package/lib/module/theme/accent-colors.js.map +1 -0
  1102. package/lib/module/theme/adaptive-colors.js +18 -0
  1103. package/lib/module/theme/adaptive-colors.js.map +1 -1
  1104. package/lib/module/theme/ambient-store.js +16 -1
  1105. package/lib/module/theme/ambient-store.js.map +1 -1
  1106. package/lib/module/theme/build-theme-from-seed.js +12 -1
  1107. package/lib/module/theme/build-theme-from-seed.js.map +1 -1
  1108. package/lib/module/theme/build-theme.js +31 -2
  1109. package/lib/module/theme/build-theme.js.map +1 -1
  1110. package/lib/module/theme/color-engine/color-utils.js +15 -0
  1111. package/lib/module/theme/color-engine/color-utils.js.map +1 -1
  1112. package/lib/module/theme/color-engine/generate-role-colors.js +36 -0
  1113. package/lib/module/theme/color-engine/generate-role-colors.js.map +1 -0
  1114. package/lib/module/theme/color-engine/index.js +10 -51
  1115. package/lib/module/theme/color-engine/index.js.map +1 -1
  1116. package/lib/module/theme/color-policy.js +101 -39
  1117. package/lib/module/theme/color-policy.js.map +1 -1
  1118. package/lib/module/theme/color-presets.js +412 -165
  1119. package/lib/module/theme/color-presets.js.map +1 -1
  1120. package/lib/module/theme/color-scope/ColorScope.js +103 -0
  1121. package/lib/module/theme/color-scope/ColorScope.js.map +1 -0
  1122. package/lib/module/theme/color-scope/ColorScope.web.js +109 -0
  1123. package/lib/module/theme/color-scope/ColorScope.web.js.map +1 -0
  1124. package/lib/module/theme/color-scope/index.js +1 -100
  1125. package/lib/module/theme/color-scope/index.js.map +1 -1
  1126. package/lib/module/theme/color-scope/index.web.js +1 -106
  1127. package/lib/module/theme/color-scope/index.web.js.map +1 -1
  1128. package/lib/module/theme/color-utils.js +46 -9
  1129. package/lib/module/theme/color-utils.js.map +1 -1
  1130. package/lib/module/theme/glass-colors.js +271 -0
  1131. package/lib/module/theme/glass-colors.js.map +1 -0
  1132. package/lib/module/theme/index.js +31 -7
  1133. package/lib/module/theme/index.js.map +1 -1
  1134. package/lib/module/theme/index.web.js +53 -0
  1135. package/lib/module/theme/index.web.js.map +1 -0
  1136. package/lib/module/theme/press-colors.js +92 -0
  1137. package/lib/module/theme/press-colors.js.map +1 -0
  1138. package/lib/module/theme/seed-scope/SeedScope.js +89 -0
  1139. package/lib/module/theme/seed-scope/SeedScope.js.map +1 -0
  1140. package/lib/module/theme/seed-scope/SeedScope.web.js +88 -0
  1141. package/lib/module/theme/seed-scope/SeedScope.web.js.map +1 -0
  1142. package/lib/module/theme/seed-scope/index.js +1 -86
  1143. package/lib/module/theme/seed-scope/index.js.map +1 -1
  1144. package/lib/module/theme/seed-scope/index.web.js +1 -85
  1145. package/lib/module/theme/seed-scope/index.web.js.map +1 -1
  1146. package/lib/module/toast/Positioner.js +2 -2
  1147. package/lib/module/toast/Positioner.js.map +1 -1
  1148. package/lib/module/toast/ToastContent.js +10 -3
  1149. package/lib/module/toast/ToastContent.js.map +1 -1
  1150. package/lib/module/toast/ToastIcon.js +1 -1
  1151. package/lib/module/toast/ToastOutlet.js +33 -0
  1152. package/lib/module/toast/ToastOutlet.js.map +1 -0
  1153. package/lib/module/toast/ToastRow.js +2 -2
  1154. package/lib/module/toast/ToastRow.js.map +1 -1
  1155. package/lib/module/toast/ToastSwipeHandler.js +1 -1
  1156. package/lib/module/toast/Toaster.js +2 -2
  1157. package/lib/module/toast/Toaster.js.map +1 -1
  1158. package/lib/module/toast/animations.js +1 -1
  1159. package/lib/module/toast/constants.js +1 -1
  1160. package/lib/module/toast/container-geometry.js +140 -0
  1161. package/lib/module/toast/container-geometry.js.map +1 -0
  1162. package/lib/module/toast/context.js +1 -1
  1163. package/lib/module/toast/index.js +1 -30
  1164. package/lib/module/toast/index.js.map +1 -1
  1165. package/lib/module/toast/row-geometry.js +116 -0
  1166. package/lib/module/toast/row-geometry.js.map +1 -0
  1167. package/lib/module/toast/toast-comparator.js +1 -1
  1168. package/lib/module/toast/toast-fns.js +1 -1
  1169. package/lib/module/toast/toast-store.js +2 -2
  1170. package/lib/module/toast/toast-timers.js +1 -1
  1171. package/lib/module/toast/types.js +0 -1
  1172. package/lib/module/toast/types.js.map +1 -1
  1173. package/lib/module/toast/use-app-state.js +1 -1
  1174. package/lib/module/toast/use-toast-colors.js +8 -4
  1175. package/lib/module/toast/use-toast-colors.js.map +1 -1
  1176. package/lib/module/toast/use-toast-position.js +2 -2
  1177. package/lib/module/toast/use-toast-position.js.map +1 -1
  1178. package/lib/module/tooltip/Tooltip.js +283 -0
  1179. package/lib/module/tooltip/Tooltip.js.map +1 -0
  1180. package/lib/module/tooltip/Tooltip.web.js +125 -0
  1181. package/lib/module/tooltip/Tooltip.web.js.map +1 -0
  1182. package/lib/module/tooltip/constants.js +8 -0
  1183. package/lib/module/tooltip/constants.js.map +1 -0
  1184. package/lib/module/tooltip/index.js +1 -298
  1185. package/lib/module/tooltip/index.js.map +1 -1
  1186. package/lib/module/tooltip/index.web.js +1 -134
  1187. package/lib/module/tooltip/index.web.js.map +1 -1
  1188. package/lib/module/typography/Typography.js +408 -0
  1189. package/lib/module/typography/Typography.js.map +1 -0
  1190. package/lib/module/typography/index.js +1 -139
  1191. package/lib/module/typography/index.js.map +1 -1
  1192. package/lib/module/typography/types.js +4 -0
  1193. package/lib/module/typography/types.js.map +1 -0
  1194. package/lib/module/user-hover-card/UserHoverCard.js +30 -28
  1195. package/lib/module/user-hover-card/UserHoverCard.js.map +1 -1
  1196. package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js +95 -40
  1197. package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
  1198. package/lib/typescript/commonjs/accordion/Accordion.d.ts.map +1 -1
  1199. package/lib/typescript/commonjs/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
  1200. package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts +9 -0
  1201. package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts.map +1 -0
  1202. package/lib/typescript/commonjs/activity-heatmap/index.d.ts +1 -1
  1203. package/lib/typescript/commonjs/activity-heatmap/index.d.ts.map +1 -1
  1204. package/lib/typescript/commonjs/activity-heatmap/types.d.ts +13 -2
  1205. package/lib/typescript/commonjs/activity-heatmap/types.d.ts.map +1 -1
  1206. package/lib/typescript/commonjs/admonition/Admonition.d.ts +56 -0
  1207. package/lib/typescript/commonjs/admonition/Admonition.d.ts.map +1 -0
  1208. package/lib/typescript/commonjs/admonition/index.d.ts +1 -55
  1209. package/lib/typescript/commonjs/admonition/index.d.ts.map +1 -1
  1210. package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts +7 -8
  1211. package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts.map +1 -1
  1212. package/lib/typescript/commonjs/alert-dialog/index.d.ts +6 -6
  1213. package/lib/typescript/commonjs/alert-dialog/index.d.ts.map +1 -1
  1214. package/lib/typescript/commonjs/alert-dialog/index.web.d.ts +2 -6
  1215. package/lib/typescript/commonjs/alert-dialog/index.web.d.ts.map +1 -1
  1216. package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts +1 -10
  1217. package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts.map +1 -1
  1218. package/lib/typescript/commonjs/animated-check/index.d.ts +1 -1
  1219. package/lib/typescript/commonjs/animated-check/index.d.ts.map +1 -1
  1220. package/lib/typescript/commonjs/animated-check/types.d.ts +11 -0
  1221. package/lib/typescript/commonjs/animated-check/types.d.ts.map +1 -0
  1222. package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts +6 -0
  1223. package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts.map +1 -0
  1224. package/lib/typescript/commonjs/aspect-ratio/index.d.ts +3 -0
  1225. package/lib/typescript/commonjs/aspect-ratio/index.d.ts.map +1 -0
  1226. package/lib/typescript/commonjs/aspect-ratio/types.d.ts +19 -0
  1227. package/lib/typescript/commonjs/aspect-ratio/types.d.ts.map +1 -0
  1228. package/lib/typescript/commonjs/avatar/Avatar.d.ts.map +1 -1
  1229. package/lib/typescript/commonjs/avatar/context.d.ts +8 -0
  1230. package/lib/typescript/commonjs/avatar/context.d.ts.map +1 -0
  1231. package/lib/typescript/commonjs/avatar/default-avatar.d.ts +9 -2
  1232. package/lib/typescript/commonjs/avatar/default-avatar.d.ts.map +1 -1
  1233. package/lib/typescript/commonjs/avatar/index.d.ts +3 -6
  1234. package/lib/typescript/commonjs/avatar/index.d.ts.map +1 -1
  1235. package/lib/typescript/commonjs/avatar/types.d.ts +1 -1
  1236. package/lib/typescript/commonjs/avatar/types.d.ts.map +1 -1
  1237. package/lib/typescript/commonjs/avatar-group/AvatarGroup.web.d.ts.map +1 -1
  1238. package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts +6 -0
  1239. package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts.map +1 -1
  1240. package/lib/typescript/commonjs/avatar-group/index.web.d.ts.map +1 -1
  1241. package/lib/typescript/commonjs/badge/Badge.d.ts.map +1 -1
  1242. package/lib/typescript/commonjs/badge/index.d.ts +1 -1
  1243. package/lib/typescript/commonjs/badge/index.d.ts.map +1 -1
  1244. package/lib/typescript/commonjs/badge/types.d.ts +6 -6
  1245. package/lib/typescript/commonjs/badge/types.d.ts.map +1 -1
  1246. package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts +5 -0
  1247. package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts.map +1 -0
  1248. package/lib/typescript/commonjs/benefit-list/index.d.ts +1 -4
  1249. package/lib/typescript/commonjs/benefit-list/index.d.ts.map +1 -1
  1250. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts +7 -0
  1251. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts.map +1 -0
  1252. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts +7 -0
  1253. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
  1254. package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts +1 -154
  1255. package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
  1256. package/lib/typescript/commonjs/bottom-sheet/index.d.ts +3 -6
  1257. package/lib/typescript/commonjs/bottom-sheet/index.d.ts.map +1 -1
  1258. package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts +3 -6
  1259. package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts.map +1 -1
  1260. package/lib/typescript/commonjs/bottom-sheet/types.d.ts +156 -0
  1261. package/lib/typescript/commonjs/bottom-sheet/types.d.ts.map +1 -0
  1262. package/lib/typescript/commonjs/button/Button.d.ts.map +1 -1
  1263. package/lib/typescript/commonjs/button/Button.web.d.ts.map +1 -1
  1264. package/lib/typescript/commonjs/button/types.d.ts +17 -1
  1265. package/lib/typescript/commonjs/button/types.d.ts.map +1 -1
  1266. package/lib/typescript/commonjs/card/Card.d.ts +19 -0
  1267. package/lib/typescript/commonjs/card/Card.d.ts.map +1 -1
  1268. package/lib/typescript/commonjs/card/index.d.ts +1 -1
  1269. package/lib/typescript/commonjs/card/index.d.ts.map +1 -1
  1270. package/lib/typescript/commonjs/card/types.d.ts +34 -1
  1271. package/lib/typescript/commonjs/card/types.d.ts.map +1 -1
  1272. package/lib/typescript/commonjs/checkbox/Checkbox.d.ts.map +1 -1
  1273. package/lib/typescript/commonjs/chip/Chip.d.ts.map +1 -1
  1274. package/lib/typescript/commonjs/chip/index.d.ts +1 -1
  1275. package/lib/typescript/commonjs/chip/index.d.ts.map +1 -1
  1276. package/lib/typescript/commonjs/chip/types.d.ts +8 -5
  1277. package/lib/typescript/commonjs/chip/types.d.ts.map +1 -1
  1278. package/lib/typescript/commonjs/combobox/Combobox.d.ts +2 -2
  1279. package/lib/typescript/commonjs/combobox/Combobox.d.ts.map +1 -1
  1280. package/lib/typescript/commonjs/combobox/index.d.ts.map +1 -1
  1281. package/lib/typescript/commonjs/combobox/index.web.d.ts.map +1 -1
  1282. package/lib/typescript/commonjs/command/types.d.ts +1 -1
  1283. package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts.map +1 -1
  1284. package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
  1285. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts +7 -0
  1286. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
  1287. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
  1288. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
  1289. package/lib/typescript/commonjs/connection-status/index.d.ts +1 -6
  1290. package/lib/typescript/commonjs/connection-status/index.d.ts.map +1 -1
  1291. package/lib/typescript/commonjs/connection-status/index.web.d.ts +1 -6
  1292. package/lib/typescript/commonjs/connection-status/index.web.d.ts.map +1 -1
  1293. package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts +45 -0
  1294. package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts.map +1 -0
  1295. package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts +63 -0
  1296. package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts.map +1 -0
  1297. package/lib/typescript/commonjs/content-panel/context.d.ts +24 -0
  1298. package/lib/typescript/commonjs/content-panel/context.d.ts.map +1 -0
  1299. package/lib/typescript/commonjs/content-panel/index.d.ts +2 -89
  1300. package/lib/typescript/commonjs/content-panel/index.d.ts.map +1 -1
  1301. package/lib/typescript/commonjs/content-panel/index.web.d.ts +2 -110
  1302. package/lib/typescript/commonjs/content-panel/index.web.d.ts.map +1 -1
  1303. package/lib/typescript/commonjs/content-panel/types.d.ts +48 -0
  1304. package/lib/typescript/commonjs/content-panel/types.d.ts.map +1 -0
  1305. package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts +26 -0
  1306. package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts.map +1 -0
  1307. package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts +25 -0
  1308. package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts.map +1 -0
  1309. package/lib/typescript/commonjs/context-menu/context.d.ts +14 -10
  1310. package/lib/typescript/commonjs/context-menu/context.d.ts.map +1 -1
  1311. package/lib/typescript/commonjs/context-menu/index.d.ts +2 -20
  1312. package/lib/typescript/commonjs/context-menu/index.d.ts.map +1 -1
  1313. package/lib/typescript/commonjs/context-menu/index.web.d.ts +2 -18
  1314. package/lib/typescript/commonjs/context-menu/index.web.d.ts.map +1 -1
  1315. package/lib/typescript/commonjs/context-menu/types.d.ts +36 -50
  1316. package/lib/typescript/commonjs/context-menu/types.d.ts.map +1 -1
  1317. package/lib/typescript/commonjs/design-tokens/scales.d.ts +23 -3
  1318. package/lib/typescript/commonjs/design-tokens/scales.d.ts.map +1 -1
  1319. package/lib/typescript/commonjs/design-tokens/shadows.d.ts +23 -3
  1320. package/lib/typescript/commonjs/design-tokens/shadows.d.ts.map +1 -1
  1321. package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts +32 -1
  1322. package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts.map +1 -1
  1323. package/lib/typescript/commonjs/design-tokens/tokens-json.d.ts +12 -3
  1324. package/lib/typescript/commonjs/design-tokens/tokens-json.d.ts.map +1 -1
  1325. package/lib/typescript/commonjs/dialog/Dialog.d.ts +1 -17
  1326. package/lib/typescript/commonjs/dialog/Dialog.d.ts.map +1 -1
  1327. package/lib/typescript/commonjs/dialog/Dialog.web.d.ts +1 -14
  1328. package/lib/typescript/commonjs/dialog/Dialog.web.d.ts.map +1 -1
  1329. package/lib/typescript/commonjs/dialog/DialogBottomSheet.d.ts.map +1 -1
  1330. package/lib/typescript/commonjs/dialog/DialogContent.d.ts.map +1 -1
  1331. package/lib/typescript/commonjs/dialog/DialogHeader.d.ts.map +1 -1
  1332. package/lib/typescript/commonjs/dialog/SheetShell.d.ts.map +1 -1
  1333. package/lib/typescript/commonjs/dialog/index.d.ts +1 -4
  1334. package/lib/typescript/commonjs/dialog/index.d.ts.map +1 -1
  1335. package/lib/typescript/commonjs/dialog/index.web.d.ts +1 -4
  1336. package/lib/typescript/commonjs/dialog/index.web.d.ts.map +1 -1
  1337. package/lib/typescript/commonjs/dialog/types.d.ts +5 -1
  1338. package/lib/typescript/commonjs/dialog/types.d.ts.map +1 -1
  1339. package/lib/typescript/commonjs/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
  1340. package/lib/typescript/commonjs/dot-grid-meter/types.d.ts +12 -0
  1341. package/lib/typescript/commonjs/dot-grid-meter/types.d.ts.map +1 -1
  1342. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts +31 -0
  1343. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts.map +1 -0
  1344. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts +25 -0
  1345. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
  1346. package/lib/typescript/commonjs/dropdown-menu/context.d.ts +4 -0
  1347. package/lib/typescript/commonjs/dropdown-menu/context.d.ts.map +1 -0
  1348. package/lib/typescript/commonjs/dropdown-menu/index.d.ts +3 -0
  1349. package/lib/typescript/commonjs/dropdown-menu/index.d.ts.map +1 -0
  1350. package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts +3 -0
  1351. package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts.map +1 -0
  1352. package/lib/typescript/commonjs/dropdown-menu/types.d.ts +15 -0
  1353. package/lib/typescript/commonjs/dropdown-menu/types.d.ts.map +1 -0
  1354. package/lib/typescript/commonjs/error-boundary/ErrorBoundary.d.ts.map +1 -1
  1355. package/lib/typescript/commonjs/fab/Fab.d.ts.map +1 -1
  1356. package/lib/typescript/commonjs/fab/Fab.web.d.ts.map +1 -1
  1357. package/lib/typescript/commonjs/fill/Fill.d.ts +7 -0
  1358. package/lib/typescript/commonjs/fill/Fill.d.ts.map +1 -0
  1359. package/lib/typescript/commonjs/fill/index.d.ts +1 -6
  1360. package/lib/typescript/commonjs/fill/index.d.ts.map +1 -1
  1361. package/lib/typescript/commonjs/floating/FloatingPanel.d.ts +3 -0
  1362. package/lib/typescript/commonjs/floating/FloatingPanel.d.ts.map +1 -0
  1363. package/lib/typescript/commonjs/floating/TriggerSlot.d.ts +41 -0
  1364. package/lib/typescript/commonjs/floating/TriggerSlot.d.ts.map +1 -0
  1365. package/lib/typescript/commonjs/floating/constants.d.ts +266 -0
  1366. package/lib/typescript/commonjs/floating/constants.d.ts.map +1 -0
  1367. package/lib/typescript/commonjs/floating/context.d.ts +26 -0
  1368. package/lib/typescript/commonjs/floating/context.d.ts.map +1 -0
  1369. package/lib/typescript/commonjs/floating/index.d.ts +24 -0
  1370. package/lib/typescript/commonjs/floating/index.d.ts.map +1 -0
  1371. package/lib/typescript/commonjs/floating/menu-rows.d.ts +14 -0
  1372. package/lib/typescript/commonjs/floating/menu-rows.d.ts.map +1 -0
  1373. package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts +4 -0
  1374. package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts.map +1 -0
  1375. package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts +4 -0
  1376. package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts.map +1 -0
  1377. package/lib/typescript/commonjs/floating/shared.d.ts +130 -0
  1378. package/lib/typescript/commonjs/floating/shared.d.ts.map +1 -0
  1379. package/lib/typescript/commonjs/floating/types.d.ts +330 -0
  1380. package/lib/typescript/commonjs/floating/types.d.ts.map +1 -0
  1381. package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts +9 -0
  1382. package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts.map +1 -0
  1383. package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts +9 -0
  1384. package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts.map +1 -0
  1385. package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
  1386. package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
  1387. package/lib/typescript/commonjs/glass/GlassSurface.d.ts +4 -0
  1388. package/lib/typescript/commonjs/glass/GlassSurface.d.ts.map +1 -0
  1389. package/lib/typescript/commonjs/glass/blur-target.d.ts +33 -0
  1390. package/lib/typescript/commonjs/glass/blur-target.d.ts.map +1 -0
  1391. package/lib/typescript/commonjs/glass/index.d.ts +4 -0
  1392. package/lib/typescript/commonjs/glass/index.d.ts.map +1 -0
  1393. package/lib/typescript/commonjs/glass/types.d.ts +49 -0
  1394. package/lib/typescript/commonjs/glass/types.d.ts.map +1 -0
  1395. package/lib/typescript/commonjs/grid/Grid.d.ts +13 -0
  1396. package/lib/typescript/commonjs/grid/Grid.d.ts.map +1 -0
  1397. package/lib/typescript/commonjs/grid/index.d.ts +1 -12
  1398. package/lib/typescript/commonjs/grid/index.d.ts.map +1 -1
  1399. package/lib/typescript/commonjs/hooks/index.d.ts +11 -10
  1400. package/lib/typescript/commonjs/hooks/index.d.ts.map +1 -1
  1401. package/lib/typescript/commonjs/hooks/merge-refs.d.ts +17 -0
  1402. package/lib/typescript/commonjs/hooks/merge-refs.d.ts.map +1 -0
  1403. package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts +17 -0
  1404. package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts.map +1 -0
  1405. package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts +15 -0
  1406. package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts.map +1 -0
  1407. package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts +19 -0
  1408. package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts.map +1 -0
  1409. package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts +6 -0
  1410. package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts.map +1 -0
  1411. package/lib/typescript/commonjs/hooks/use-gutters.d.ts +32 -0
  1412. package/lib/typescript/commonjs/hooks/use-gutters.d.ts.map +1 -0
  1413. package/lib/typescript/commonjs/hooks/use-haptics.d.ts +28 -0
  1414. package/lib/typescript/commonjs/hooks/use-haptics.d.ts.map +1 -0
  1415. package/lib/typescript/commonjs/hooks/use-image-preload.d.ts +10 -0
  1416. package/lib/typescript/commonjs/hooks/use-image-preload.d.ts.map +1 -0
  1417. package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts +35 -0
  1418. package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts.map +1 -0
  1419. package/lib/typescript/commonjs/hooks/use-press-animation.d.ts +49 -0
  1420. package/lib/typescript/commonjs/hooks/use-press-animation.d.ts.map +1 -0
  1421. package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts +5 -0
  1422. package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts.map +1 -0
  1423. package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts +10 -0
  1424. package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts.map +1 -0
  1425. package/lib/typescript/commonjs/icon-circle/index.d.ts +1 -9
  1426. package/lib/typescript/commonjs/icon-circle/index.d.ts.map +1 -1
  1427. package/lib/typescript/commonjs/icons/Accessibility.d.ts +2 -2
  1428. package/lib/typescript/commonjs/icons/Alien.d.ts +2 -2
  1429. package/lib/typescript/commonjs/icons/AndroidLogo.d.ts +2 -2
  1430. package/lib/typescript/commonjs/icons/Apple.d.ts +2 -2
  1431. package/lib/typescript/commonjs/icons/AppleLogo.d.ts +2 -2
  1432. package/lib/typescript/commonjs/icons/Arrow.d.ts +10 -10
  1433. package/lib/typescript/commonjs/icons/ArrowBoxLeft.d.ts +4 -4
  1434. package/lib/typescript/commonjs/icons/ArrowCornerDownRight.d.ts +2 -2
  1435. package/lib/typescript/commonjs/icons/ArrowOutOfBox.d.ts +4 -4
  1436. package/lib/typescript/commonjs/icons/ArrowRotate.d.ts +4 -4
  1437. package/lib/typescript/commonjs/icons/ArrowShareRight.d.ts +2 -2
  1438. package/lib/typescript/commonjs/icons/ArrowTopCircle.d.ts +2 -2
  1439. package/lib/typescript/commonjs/icons/ArrowTriangle.d.ts +2 -2
  1440. package/lib/typescript/commonjs/icons/ArrowsDiagonal.d.ts +8 -8
  1441. package/lib/typescript/commonjs/icons/AspectRatio.d.ts +6 -6
  1442. package/lib/typescript/commonjs/icons/At.d.ts +4 -4
  1443. package/lib/typescript/commonjs/icons/Atom.d.ts +2 -2
  1444. package/lib/typescript/commonjs/icons/Bars.d.ts +2 -2
  1445. package/lib/typescript/commonjs/icons/Beaker.d.ts +2 -2
  1446. package/lib/typescript/commonjs/icons/Bell.d.ts +4 -4
  1447. package/lib/typescript/commonjs/icons/Bell2.d.ts +8 -8
  1448. package/lib/typescript/commonjs/icons/BellPlus.d.ts +2 -2
  1449. package/lib/typescript/commonjs/icons/BellRinging.d.ts +4 -4
  1450. package/lib/typescript/commonjs/icons/BirthdayCake.d.ts +2 -2
  1451. package/lib/typescript/commonjs/icons/Bookmark.d.ts +6 -6
  1452. package/lib/typescript/commonjs/icons/Bot.d.ts +4 -4
  1453. package/lib/typescript/commonjs/icons/BroomSparkle.d.ts +2 -2
  1454. package/lib/typescript/commonjs/icons/Bubble.d.ts +8 -8
  1455. package/lib/typescript/commonjs/icons/BubbleInfo.d.ts +2 -2
  1456. package/lib/typescript/commonjs/icons/BulletList.d.ts +6 -6
  1457. package/lib/typescript/commonjs/icons/CC.d.ts +4 -4
  1458. package/lib/typescript/commonjs/icons/Calendar.d.ts +2 -2
  1459. package/lib/typescript/commonjs/icons/CalendarClock.d.ts +2 -2
  1460. package/lib/typescript/commonjs/icons/CalendarDays.d.ts +2 -2
  1461. package/lib/typescript/commonjs/icons/Camera.d.ts +4 -4
  1462. package/lib/typescript/commonjs/icons/Car.d.ts +2 -2
  1463. package/lib/typescript/commonjs/icons/Celebrate.d.ts +2 -2
  1464. package/lib/typescript/commonjs/icons/ChainLink.d.ts +2 -2
  1465. package/lib/typescript/commonjs/icons/Check.d.ts +4 -4
  1466. package/lib/typescript/commonjs/icons/Chevron.d.ts +12 -12
  1467. package/lib/typescript/commonjs/icons/Circle.d.ts +2 -2
  1468. package/lib/typescript/commonjs/icons/CircleAndSquare.d.ts +2 -2
  1469. package/lib/typescript/commonjs/icons/CircleBanSign.d.ts +2 -2
  1470. package/lib/typescript/commonjs/icons/CircleCheck.d.ts +2 -2
  1471. package/lib/typescript/commonjs/icons/CircleInfo.d.ts +2 -2
  1472. package/lib/typescript/commonjs/icons/CirclePlus.d.ts +2 -2
  1473. package/lib/typescript/commonjs/icons/CircleQuestion.d.ts +2 -2
  1474. package/lib/typescript/commonjs/icons/CircleX.d.ts +2 -2
  1475. package/lib/typescript/commonjs/icons/Clipboard.d.ts +2 -2
  1476. package/lib/typescript/commonjs/icons/Clock.d.ts +2 -2
  1477. package/lib/typescript/commonjs/icons/CodeBrackets.d.ts +4 -4
  1478. package/lib/typescript/commonjs/icons/CodeLines.d.ts +2 -2
  1479. package/lib/typescript/commonjs/icons/ColorPalette.d.ts +2 -2
  1480. package/lib/typescript/commonjs/icons/Contacts.d.ts +4 -4
  1481. package/lib/typescript/commonjs/icons/Crop.d.ts +2 -2
  1482. package/lib/typescript/commonjs/icons/DotGrid.d.ts +4 -4
  1483. package/lib/typescript/commonjs/icons/Download.d.ts +2 -2
  1484. package/lib/typescript/commonjs/icons/EditBig.d.ts +4 -4
  1485. package/lib/typescript/commonjs/icons/Emoji.d.ts +8 -8
  1486. package/lib/typescript/commonjs/icons/Envelope.d.ts +6 -6
  1487. package/lib/typescript/commonjs/icons/EnvelopeOpen.d.ts +2 -2
  1488. package/lib/typescript/commonjs/icons/Explosion.d.ts +2 -2
  1489. package/lib/typescript/commonjs/icons/Eye.d.ts +4 -4
  1490. package/lib/typescript/commonjs/icons/EyeSlash.d.ts +2 -2
  1491. package/lib/typescript/commonjs/icons/Filter.d.ts +2 -2
  1492. package/lib/typescript/commonjs/icons/FilterTimeline.d.ts +2 -2
  1493. package/lib/typescript/commonjs/icons/Flag.d.ts +2 -2
  1494. package/lib/typescript/commonjs/icons/Flame.d.ts +2 -2
  1495. package/lib/typescript/commonjs/icons/FlipImage.d.ts +4 -4
  1496. package/lib/typescript/commonjs/icons/FloppyDisk.d.ts +2 -2
  1497. package/lib/typescript/commonjs/icons/Freeze.d.ts +2 -2
  1498. package/lib/typescript/commonjs/icons/GameController.d.ts +2 -2
  1499. package/lib/typescript/commonjs/icons/Gif.d.ts +4 -4
  1500. package/lib/typescript/commonjs/icons/Gift1.d.ts +4 -4
  1501. package/lib/typescript/commonjs/icons/Globe.d.ts +6 -6
  1502. package/lib/typescript/commonjs/icons/Group.d.ts +2 -2
  1503. package/lib/typescript/commonjs/icons/Growth.d.ts +2 -2
  1504. package/lib/typescript/commonjs/icons/Haptic.d.ts +2 -2
  1505. package/lib/typescript/commonjs/icons/Hashtag.d.ts +6 -6
  1506. package/lib/typescript/commonjs/icons/Heart2.d.ts +8 -8
  1507. package/lib/typescript/commonjs/icons/Home.d.ts +6 -6
  1508. package/lib/typescript/commonjs/icons/HomeOpen.d.ts +4 -4
  1509. package/lib/typescript/commonjs/icons/Image.d.ts +4 -4
  1510. package/lib/typescript/commonjs/icons/Key.d.ts +2 -2
  1511. package/lib/typescript/commonjs/icons/Lab.d.ts +2 -2
  1512. package/lib/typescript/commonjs/icons/Leaf.d.ts +2 -2
  1513. package/lib/typescript/commonjs/icons/ListMagnifyingGlass.d.ts +2 -2
  1514. package/lib/typescript/commonjs/icons/ListPlus.d.ts +2 -2
  1515. package/lib/typescript/commonjs/icons/ListSparkle.d.ts +2 -2
  1516. package/lib/typescript/commonjs/icons/Live.d.ts +2 -2
  1517. package/lib/typescript/commonjs/icons/Loader.d.ts +2 -2
  1518. package/lib/typescript/commonjs/icons/Lock.d.ts +4 -4
  1519. package/lib/typescript/commonjs/icons/Logo.d.ts +3 -3
  1520. package/lib/typescript/commonjs/icons/Macintosh.d.ts +2 -2
  1521. package/lib/typescript/commonjs/icons/MagnifyingGlass.d.ts +8 -8
  1522. package/lib/typescript/commonjs/icons/Menu.d.ts +2 -2
  1523. package/lib/typescript/commonjs/icons/Message.d.ts +6 -6
  1524. package/lib/typescript/commonjs/icons/Moon.d.ts +2 -2
  1525. package/lib/typescript/commonjs/icons/MusicNote.d.ts +2 -2
  1526. package/lib/typescript/commonjs/icons/Mute.d.ts +2 -2
  1527. package/lib/typescript/commonjs/icons/News2.d.ts +2 -2
  1528. package/lib/typescript/commonjs/icons/Newskie.d.ts +2 -2
  1529. package/lib/typescript/commonjs/icons/Newspaper.d.ts +2 -2
  1530. package/lib/typescript/commonjs/icons/PageText.d.ts +2 -2
  1531. package/lib/typescript/commonjs/icons/PageX.d.ts +2 -2
  1532. package/lib/typescript/commonjs/icons/PaintRoller.d.ts +2 -2
  1533. package/lib/typescript/commonjs/icons/PaperPlane.d.ts +2 -2
  1534. package/lib/typescript/commonjs/icons/Pause.d.ts +8 -8
  1535. package/lib/typescript/commonjs/icons/Pencil.d.ts +6 -6
  1536. package/lib/typescript/commonjs/icons/PeopleRemove2.d.ts +4 -4
  1537. package/lib/typescript/commonjs/icons/Person.d.ts +20 -20
  1538. package/lib/typescript/commonjs/icons/Phone.d.ts +4 -4
  1539. package/lib/typescript/commonjs/icons/Pin.d.ts +4 -4
  1540. package/lib/typescript/commonjs/icons/PinLocation.d.ts +4 -4
  1541. package/lib/typescript/commonjs/icons/Pizza.d.ts +2 -2
  1542. package/lib/typescript/commonjs/icons/Play.d.ts +8 -8
  1543. package/lib/typescript/commonjs/icons/Plus.d.ts +4 -4
  1544. package/lib/typescript/commonjs/icons/QrCode.d.ts +2 -2
  1545. package/lib/typescript/commonjs/icons/Quote.d.ts +10 -10
  1546. package/lib/typescript/commonjs/icons/RaisingHand.d.ts +4 -4
  1547. package/lib/typescript/commonjs/icons/Reply.d.ts +4 -4
  1548. package/lib/typescript/commonjs/icons/Repost.d.ts +8 -8
  1549. package/lib/typescript/commonjs/icons/Rose.d.ts +2 -2
  1550. package/lib/typescript/commonjs/icons/SettingsGear2.d.ts +4 -4
  1551. package/lib/typescript/commonjs/icons/SettingsSlider.d.ts +2 -2
  1552. package/lib/typescript/commonjs/icons/Shaka.d.ts +2 -2
  1553. package/lib/typescript/commonjs/icons/Shapes.d.ts +2 -2
  1554. package/lib/typescript/commonjs/icons/Shield.d.ts +4 -4
  1555. package/lib/typescript/commonjs/icons/Sparkle.d.ts +2 -2
  1556. package/lib/typescript/commonjs/icons/Speaker.d.ts +2 -2
  1557. package/lib/typescript/commonjs/icons/SquareArrowTopRight.d.ts +2 -2
  1558. package/lib/typescript/commonjs/icons/SquareBehindSquare4.d.ts +2 -2
  1559. package/lib/typescript/commonjs/icons/Star.d.ts +4 -4
  1560. package/lib/typescript/commonjs/icons/StarterPack.d.ts +2 -2
  1561. package/lib/typescript/commonjs/icons/StreamingLive.d.ts +2 -2
  1562. package/lib/typescript/commonjs/icons/TEMPLATE.d.ts +4 -4
  1563. package/lib/typescript/commonjs/icons/TextSize.d.ts +2 -2
  1564. package/lib/typescript/commonjs/icons/Ticket.d.ts +2 -2
  1565. package/lib/typescript/commonjs/icons/Times.d.ts +2 -2
  1566. package/lib/typescript/commonjs/icons/TitleCase.d.ts +2 -2
  1567. package/lib/typescript/commonjs/icons/Trash.d.ts +4 -4
  1568. package/lib/typescript/commonjs/icons/Tree.d.ts +2 -2
  1569. package/lib/typescript/commonjs/icons/Trending.d.ts +4 -4
  1570. package/lib/typescript/commonjs/icons/UFO.d.ts +2 -2
  1571. package/lib/typescript/commonjs/icons/UserCircle.d.ts +4 -4
  1572. package/lib/typescript/commonjs/icons/Verified.d.ts +2 -2
  1573. package/lib/typescript/commonjs/icons/VerifiedCheck.d.ts +2 -2
  1574. package/lib/typescript/commonjs/icons/VerifierCheck.d.ts +2 -2
  1575. package/lib/typescript/commonjs/icons/VideoClip.d.ts +4 -4
  1576. package/lib/typescript/commonjs/icons/Warning.d.ts +2 -2
  1577. package/lib/typescript/commonjs/icons/Window.d.ts +2 -2
  1578. package/lib/typescript/commonjs/icons/Wrench.d.ts +2 -2
  1579. package/lib/typescript/commonjs/icons/Zap.d.ts +2 -2
  1580. package/lib/typescript/commonjs/icons/index.d.ts +2 -2
  1581. package/lib/typescript/commonjs/icons/shared.d.ts +394 -0
  1582. package/lib/typescript/commonjs/icons/shared.d.ts.map +1 -0
  1583. package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
  1584. package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
  1585. package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts +2 -2
  1586. package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts.map +1 -1
  1587. package/lib/typescript/commonjs/index.d.ts +29 -22
  1588. package/lib/typescript/commonjs/index.d.ts.map +1 -1
  1589. package/lib/typescript/commonjs/index.web.d.ts +31 -24
  1590. package/lib/typescript/commonjs/index.web.d.ts.map +1 -1
  1591. package/lib/typescript/commonjs/input-group/InputGroup.d.ts +2 -6
  1592. package/lib/typescript/commonjs/input-group/InputGroup.d.ts.map +1 -1
  1593. package/lib/typescript/commonjs/input-group/index.d.ts +1 -1
  1594. package/lib/typescript/commonjs/input-group/index.d.ts.map +1 -1
  1595. package/lib/typescript/commonjs/input-group/types.d.ts +1 -1
  1596. package/lib/typescript/commonjs/item/Item.d.ts +1 -1
  1597. package/lib/typescript/commonjs/item/Item.d.ts.map +1 -1
  1598. package/lib/typescript/commonjs/item/types.d.ts +12 -2
  1599. package/lib/typescript/commonjs/item/types.d.ts.map +1 -1
  1600. package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts +17 -6
  1601. package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts.map +1 -1
  1602. package/lib/typescript/commonjs/list/VirtualList.d.ts +28 -0
  1603. package/lib/typescript/commonjs/list/VirtualList.d.ts.map +1 -0
  1604. package/lib/typescript/commonjs/list/VirtualList.web.d.ts +44 -0
  1605. package/lib/typescript/commonjs/list/VirtualList.web.d.ts.map +1 -0
  1606. package/lib/typescript/commonjs/list/index.d.ts +2 -27
  1607. package/lib/typescript/commonjs/list/index.d.ts.map +1 -1
  1608. package/lib/typescript/commonjs/list/index.web.d.ts +2 -43
  1609. package/lib/typescript/commonjs/list/index.web.d.ts.map +1 -1
  1610. package/lib/typescript/commonjs/loading/Loading.d.ts.map +1 -1
  1611. package/lib/typescript/commonjs/loading/Loading.web.d.ts.map +1 -1
  1612. package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts +0 -12
  1613. package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts.map +1 -1
  1614. package/lib/typescript/commonjs/loading/SpinnerIcon.web.d.ts.map +1 -1
  1615. package/lib/typescript/commonjs/loading/index.d.ts +1 -1
  1616. package/lib/typescript/commonjs/loading/index.d.ts.map +1 -1
  1617. package/lib/typescript/commonjs/loading/index.web.d.ts +1 -1
  1618. package/lib/typescript/commonjs/loading/index.web.d.ts.map +1 -1
  1619. package/lib/typescript/commonjs/loading/types.d.ts +2 -11
  1620. package/lib/typescript/commonjs/loading/types.d.ts.map +1 -1
  1621. package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts +1 -16
  1622. package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
  1623. package/lib/typescript/commonjs/media-inset-border/index.d.ts +1 -1
  1624. package/lib/typescript/commonjs/media-inset-border/index.d.ts.map +1 -1
  1625. package/lib/typescript/commonjs/media-inset-border/types.d.ts +17 -0
  1626. package/lib/typescript/commonjs/media-inset-border/types.d.ts.map +1 -0
  1627. package/lib/typescript/commonjs/menubar/Menubar.d.ts +26 -0
  1628. package/lib/typescript/commonjs/menubar/Menubar.d.ts.map +1 -0
  1629. package/lib/typescript/commonjs/menubar/Menubar.web.d.ts +26 -0
  1630. package/lib/typescript/commonjs/menubar/Menubar.web.d.ts.map +1 -0
  1631. package/lib/typescript/commonjs/menubar/context.d.ts +11 -0
  1632. package/lib/typescript/commonjs/menubar/context.d.ts.map +1 -0
  1633. package/lib/typescript/commonjs/menubar/index.d.ts +3 -0
  1634. package/lib/typescript/commonjs/menubar/index.d.ts.map +1 -0
  1635. package/lib/typescript/commonjs/menubar/index.web.d.ts +3 -0
  1636. package/lib/typescript/commonjs/menubar/index.web.d.ts.map +1 -0
  1637. package/lib/typescript/commonjs/menubar/types.d.ts +37 -0
  1638. package/lib/typescript/commonjs/menubar/types.d.ts.map +1 -0
  1639. package/lib/typescript/commonjs/motion/ScreenTransition.d.ts +1 -19
  1640. package/lib/typescript/commonjs/motion/ScreenTransition.d.ts.map +1 -1
  1641. package/lib/typescript/commonjs/motion/index.d.ts +1 -1
  1642. package/lib/typescript/commonjs/motion/index.d.ts.map +1 -1
  1643. package/lib/typescript/commonjs/motion/index.web.d.ts +1 -1
  1644. package/lib/typescript/commonjs/motion/index.web.d.ts.map +1 -1
  1645. package/lib/typescript/commonjs/motion/types.d.ts +20 -0
  1646. package/lib/typescript/commonjs/motion/types.d.ts.map +1 -0
  1647. package/lib/typescript/commonjs/overlay/Overlay.d.ts +56 -0
  1648. package/lib/typescript/commonjs/overlay/Overlay.d.ts.map +1 -0
  1649. package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts +38 -10
  1650. package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts.map +1 -1
  1651. package/lib/typescript/commonjs/overlay/index.d.ts +2 -151
  1652. package/lib/typescript/commonjs/overlay/index.d.ts.map +1 -1
  1653. package/lib/typescript/commonjs/overlay/types.d.ts +66 -0
  1654. package/lib/typescript/commonjs/overlay/types.d.ts.map +1 -0
  1655. package/lib/typescript/commonjs/popover/Popover.d.ts +5 -0
  1656. package/lib/typescript/commonjs/popover/Popover.d.ts.map +1 -0
  1657. package/lib/typescript/commonjs/popover/Popover.web.d.ts +5 -0
  1658. package/lib/typescript/commonjs/popover/Popover.web.d.ts.map +1 -0
  1659. package/lib/typescript/commonjs/popover/context.d.ts +3 -14
  1660. package/lib/typescript/commonjs/popover/context.d.ts.map +1 -1
  1661. package/lib/typescript/commonjs/popover/index.d.ts +2 -13
  1662. package/lib/typescript/commonjs/popover/index.d.ts.map +1 -1
  1663. package/lib/typescript/commonjs/popover/index.web.d.ts +2 -13
  1664. package/lib/typescript/commonjs/popover/index.web.d.ts.map +1 -1
  1665. package/lib/typescript/commonjs/popover/types.d.ts +4 -53
  1666. package/lib/typescript/commonjs/popover/types.d.ts.map +1 -1
  1667. package/lib/typescript/commonjs/portal/Portal.d.ts +15 -0
  1668. package/lib/typescript/commonjs/portal/Portal.d.ts.map +1 -0
  1669. package/lib/typescript/commonjs/portal/Portal.web.d.ts +20 -0
  1670. package/lib/typescript/commonjs/portal/Portal.web.d.ts.map +1 -0
  1671. package/lib/typescript/commonjs/portal/index.d.ts +1 -14
  1672. package/lib/typescript/commonjs/portal/index.d.ts.map +1 -1
  1673. package/lib/typescript/commonjs/portal/index.web.d.ts +1 -19
  1674. package/lib/typescript/commonjs/portal/index.web.d.ts.map +1 -1
  1675. package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts +6 -11
  1676. package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts.map +1 -1
  1677. package/lib/typescript/commonjs/pressable-scale/index.d.ts +1 -1
  1678. package/lib/typescript/commonjs/pressable-scale/index.d.ts.map +1 -1
  1679. package/lib/typescript/commonjs/pressable-scale/types.d.ts +13 -0
  1680. package/lib/typescript/commonjs/pressable-scale/types.d.ts.map +1 -0
  1681. package/lib/typescript/commonjs/profile-card/ProfileCard.d.ts.map +1 -1
  1682. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts +22 -0
  1683. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
  1684. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
  1685. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
  1686. package/lib/typescript/commonjs/progressive-blur/index.d.ts +1 -21
  1687. package/lib/typescript/commonjs/progressive-blur/index.d.ts.map +1 -1
  1688. package/lib/typescript/commonjs/progressive-blur/index.web.d.ts +1 -28
  1689. package/lib/typescript/commonjs/progressive-blur/index.web.d.ts.map +1 -1
  1690. package/lib/typescript/commonjs/progressive-blur/types.d.ts +1 -1
  1691. package/lib/typescript/commonjs/prompt-input/Actions.d.ts.map +1 -1
  1692. package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts +2 -1
  1693. package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts.map +1 -1
  1694. package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts +14 -0
  1695. package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts.map +1 -0
  1696. package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts +18 -0
  1697. package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts.map +1 -0
  1698. package/lib/typescript/commonjs/prompt-input/SubmitButton.d.ts.map +1 -1
  1699. package/lib/typescript/commonjs/prompt-input/context.d.ts +4 -5
  1700. package/lib/typescript/commonjs/prompt-input/context.d.ts.map +1 -1
  1701. package/lib/typescript/commonjs/prompt-input/index.d.ts +1 -1
  1702. package/lib/typescript/commonjs/prompt-input/index.d.ts.map +1 -1
  1703. package/lib/typescript/commonjs/prompt-input/index.web.d.ts +8 -0
  1704. package/lib/typescript/commonjs/prompt-input/index.web.d.ts.map +1 -0
  1705. package/lib/typescript/commonjs/prompt-input/types.d.ts +4 -4
  1706. package/lib/typescript/commonjs/prompt-input/types.d.ts.map +1 -1
  1707. package/lib/typescript/commonjs/provider/BloomProvider.d.ts +6 -0
  1708. package/lib/typescript/commonjs/provider/BloomProvider.d.ts.map +1 -0
  1709. package/lib/typescript/commonjs/provider/index.d.ts +2 -52
  1710. package/lib/typescript/commonjs/provider/index.d.ts.map +1 -1
  1711. package/lib/typescript/commonjs/provider/types.d.ts +15 -0
  1712. package/lib/typescript/commonjs/provider/types.d.ts.map +1 -0
  1713. package/lib/typescript/commonjs/radio/Radio.d.ts +15 -0
  1714. package/lib/typescript/commonjs/radio/Radio.d.ts.map +1 -0
  1715. package/lib/typescript/commonjs/radio/index.d.ts +3 -0
  1716. package/lib/typescript/commonjs/radio/index.d.ts.map +1 -0
  1717. package/lib/typescript/commonjs/radio/types.d.ts +63 -0
  1718. package/lib/typescript/commonjs/radio/types.d.ts.map +1 -0
  1719. package/lib/typescript/commonjs/radio-indicator/RadioIndicator.d.ts.map +1 -1
  1720. package/lib/typescript/commonjs/radio-indicator/types.d.ts +9 -0
  1721. package/lib/typescript/commonjs/radio-indicator/types.d.ts.map +1 -1
  1722. package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts +7 -0
  1723. package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
  1724. package/lib/typescript/commonjs/scroll/expo-router/index.d.ts +4 -4
  1725. package/lib/typescript/commonjs/scroll/expo-router/index.d.ts.map +1 -1
  1726. package/lib/typescript/commonjs/scroll/index.d.ts +1 -15
  1727. package/lib/typescript/commonjs/scroll/index.d.ts.map +1 -1
  1728. package/lib/typescript/commonjs/scroll/index.web.d.ts +1 -21
  1729. package/lib/typescript/commonjs/scroll/index.web.d.ts.map +1 -1
  1730. package/lib/typescript/commonjs/scroll/types.d.ts +18 -0
  1731. package/lib/typescript/commonjs/scroll/types.d.ts.map +1 -1
  1732. package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts +16 -0
  1733. package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts.map +1 -0
  1734. package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts +22 -0
  1735. package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts.map +1 -0
  1736. package/lib/typescript/commonjs/search/Search.d.ts +10 -0
  1737. package/lib/typescript/commonjs/search/Search.d.ts.map +1 -0
  1738. package/lib/typescript/commonjs/search/index.d.ts +1 -9
  1739. package/lib/typescript/commonjs/search/index.d.ts.map +1 -1
  1740. package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts +41 -0
  1741. package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts.map +1 -0
  1742. package/lib/typescript/commonjs/segmented-control/index.d.ts +1 -44
  1743. package/lib/typescript/commonjs/segmented-control/index.d.ts.map +1 -1
  1744. package/lib/typescript/commonjs/select/Select.d.ts +25 -0
  1745. package/lib/typescript/commonjs/select/Select.d.ts.map +1 -0
  1746. package/lib/typescript/commonjs/select/Select.web.d.ts +22 -0
  1747. package/lib/typescript/commonjs/select/Select.web.d.ts.map +1 -0
  1748. package/lib/typescript/commonjs/select/index.d.ts +3 -13
  1749. package/lib/typescript/commonjs/select/index.d.ts.map +1 -1
  1750. package/lib/typescript/commonjs/select/index.web.d.ts +3 -13
  1751. package/lib/typescript/commonjs/select/index.web.d.ts.map +1 -1
  1752. package/lib/typescript/commonjs/select/shared.d.ts +44 -0
  1753. package/lib/typescript/commonjs/select/shared.d.ts.map +1 -0
  1754. package/lib/typescript/commonjs/select/types.d.ts +50 -26
  1755. package/lib/typescript/commonjs/select/types.d.ts.map +1 -1
  1756. package/lib/typescript/commonjs/settings-list/SettingsList.d.ts.map +1 -1
  1757. package/lib/typescript/commonjs/skeleton/Skeleton.d.ts +64 -0
  1758. package/lib/typescript/commonjs/skeleton/Skeleton.d.ts.map +1 -0
  1759. package/lib/typescript/commonjs/skeleton/index.d.ts +1 -63
  1760. package/lib/typescript/commonjs/skeleton/index.d.ts.map +1 -1
  1761. package/lib/typescript/commonjs/slider/Slider.d.ts.map +1 -1
  1762. package/lib/typescript/commonjs/slider/types.d.ts +10 -0
  1763. package/lib/typescript/commonjs/slider/types.d.ts.map +1 -1
  1764. package/lib/typescript/commonjs/stat-bar/StatBar.d.ts.map +1 -1
  1765. package/lib/typescript/commonjs/styles/atoms.d.ts +1 -1
  1766. package/lib/typescript/commonjs/styles/index.d.ts +1 -1
  1767. package/lib/typescript/commonjs/styles/index.d.ts.map +1 -1
  1768. package/lib/typescript/commonjs/styles/interactive-web-css.d.ts +69 -0
  1769. package/lib/typescript/commonjs/styles/interactive-web-css.d.ts.map +1 -0
  1770. package/lib/typescript/commonjs/styles/pointer.d.ts +11 -0
  1771. package/lib/typescript/commonjs/styles/pointer.d.ts.map +1 -0
  1772. package/lib/typescript/commonjs/styles/styled-primitives.d.ts +90 -0
  1773. package/lib/typescript/commonjs/styles/styled-primitives.d.ts.map +1 -0
  1774. package/lib/typescript/commonjs/styles/tokens.d.ts +41 -4
  1775. package/lib/typescript/commonjs/styles/tokens.d.ts.map +1 -1
  1776. package/lib/typescript/commonjs/styles/web-view-style.d.ts +11 -0
  1777. package/lib/typescript/commonjs/styles/web-view-style.d.ts.map +1 -1
  1778. package/lib/typescript/commonjs/styles/z-index.d.ts +0 -18
  1779. package/lib/typescript/commonjs/styles/z-index.d.ts.map +1 -1
  1780. package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts +1 -18
  1781. package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts.map +1 -1
  1782. package/lib/typescript/commonjs/subtle-hover/index.d.ts +1 -1
  1783. package/lib/typescript/commonjs/subtle-hover/index.d.ts.map +1 -1
  1784. package/lib/typescript/commonjs/subtle-hover/types.d.ts +19 -0
  1785. package/lib/typescript/commonjs/subtle-hover/types.d.ts.map +1 -0
  1786. package/lib/typescript/commonjs/surfaces/SurfaceHost.d.ts.map +1 -1
  1787. package/lib/typescript/commonjs/surfaces/api.d.ts +17 -9
  1788. package/lib/typescript/commonjs/surfaces/api.d.ts.map +1 -1
  1789. package/lib/typescript/commonjs/surfaces/index.d.ts +3 -3
  1790. package/lib/typescript/commonjs/surfaces/index.d.ts.map +1 -1
  1791. package/lib/typescript/commonjs/surfaces/index.web.d.ts +3 -3
  1792. package/lib/typescript/commonjs/surfaces/index.web.d.ts.map +1 -1
  1793. package/lib/typescript/commonjs/surfaces/prompts.d.ts +17 -1
  1794. package/lib/typescript/commonjs/surfaces/prompts.d.ts.map +1 -1
  1795. package/lib/typescript/commonjs/surfaces/surface-store.d.ts +51 -0
  1796. package/lib/typescript/commonjs/surfaces/surface-store.d.ts.map +1 -0
  1797. package/lib/typescript/commonjs/surfaces/types.d.ts +40 -3
  1798. package/lib/typescript/commonjs/surfaces/types.d.ts.map +1 -1
  1799. package/lib/typescript/commonjs/surfaces/use-surface.d.ts +21 -0
  1800. package/lib/typescript/commonjs/surfaces/use-surface.d.ts.map +1 -0
  1801. package/lib/typescript/commonjs/switch/Switch.d.ts.map +1 -1
  1802. package/lib/typescript/commonjs/switch/types.d.ts +17 -0
  1803. package/lib/typescript/commonjs/switch/types.d.ts.map +1 -1
  1804. package/lib/typescript/commonjs/tab-bar/TabBarBase.d.ts +1 -1
  1805. package/lib/typescript/commonjs/tab-bar/context.d.ts +51 -0
  1806. package/lib/typescript/commonjs/tab-bar/context.d.ts.map +1 -0
  1807. package/lib/typescript/commonjs/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
  1808. package/lib/typescript/commonjs/tab-bar/expo-router/index.d.ts +1 -1
  1809. package/lib/typescript/commonjs/tab-bar/index.d.ts +2 -2
  1810. package/lib/typescript/commonjs/tab-bar/index.d.ts.map +1 -1
  1811. package/lib/typescript/commonjs/tab-bar/index.web.d.ts +2 -2
  1812. package/lib/typescript/commonjs/tab-bar/index.web.d.ts.map +1 -1
  1813. package/lib/typescript/commonjs/tab-bar/surface.d.ts +1 -1
  1814. package/lib/typescript/commonjs/tab-bar/types.d.ts +1 -1
  1815. package/lib/typescript/commonjs/tabs/Tabs.d.ts.map +1 -1
  1816. package/lib/typescript/commonjs/text-field/TextField.d.ts +21 -0
  1817. package/lib/typescript/commonjs/text-field/TextField.d.ts.map +1 -0
  1818. package/lib/typescript/commonjs/text-field/index.d.ts +2 -50
  1819. package/lib/typescript/commonjs/text-field/index.d.ts.map +1 -1
  1820. package/lib/typescript/commonjs/text-field/types.d.ts +28 -0
  1821. package/lib/typescript/commonjs/text-field/types.d.ts.map +1 -0
  1822. package/lib/typescript/commonjs/theme/accent-colors.d.ts +62 -0
  1823. package/lib/typescript/commonjs/theme/accent-colors.d.ts.map +1 -0
  1824. package/lib/typescript/commonjs/theme/adaptive-colors.d.ts +35 -1
  1825. package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
  1826. package/lib/typescript/commonjs/theme/ambient-store.d.ts.map +1 -1
  1827. package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
  1828. package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
  1829. package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts +4 -0
  1830. package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts.map +1 -1
  1831. package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts +34 -0
  1832. package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts.map +1 -0
  1833. package/lib/typescript/commonjs/theme/color-engine/index.d.ts +10 -47
  1834. package/lib/typescript/commonjs/theme/color-engine/index.d.ts.map +1 -1
  1835. package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -1
  1836. package/lib/typescript/commonjs/theme/color-presets.d.ts +386 -62
  1837. package/lib/typescript/commonjs/theme/color-presets.d.ts.map +1 -1
  1838. package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts +33 -0
  1839. package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts.map +1 -0
  1840. package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts +24 -0
  1841. package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts.map +1 -0
  1842. package/lib/typescript/commonjs/theme/color-scope/index.d.ts +2 -32
  1843. package/lib/typescript/commonjs/theme/color-scope/index.d.ts.map +1 -1
  1844. package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts +2 -23
  1845. package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts.map +1 -1
  1846. package/lib/typescript/commonjs/theme/color-utils.d.ts +22 -3
  1847. package/lib/typescript/commonjs/theme/color-utils.d.ts.map +1 -1
  1848. package/lib/typescript/commonjs/theme/glass-colors.d.ts +192 -0
  1849. package/lib/typescript/commonjs/theme/glass-colors.d.ts.map +1 -0
  1850. package/lib/typescript/commonjs/theme/index.d.ts +10 -10
  1851. package/lib/typescript/commonjs/theme/index.d.ts.map +1 -1
  1852. package/lib/typescript/commonjs/theme/index.web.d.ts +32 -0
  1853. package/lib/typescript/commonjs/theme/index.web.d.ts.map +1 -0
  1854. package/lib/typescript/commonjs/theme/press-colors.d.ts +25 -0
  1855. package/lib/typescript/commonjs/theme/press-colors.d.ts.map +1 -0
  1856. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts +45 -0
  1857. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts.map +1 -0
  1858. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts +43 -0
  1859. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
  1860. package/lib/typescript/commonjs/theme/seed-scope/index.d.ts +2 -44
  1861. package/lib/typescript/commonjs/theme/seed-scope/index.d.ts.map +1 -1
  1862. package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts +2 -42
  1863. package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts.map +1 -1
  1864. package/lib/typescript/commonjs/theme/types.d.ts +20 -0
  1865. package/lib/typescript/commonjs/theme/types.d.ts.map +1 -1
  1866. package/lib/typescript/commonjs/toast/Positioner.d.ts +1 -1
  1867. package/lib/typescript/commonjs/toast/ToastOutlet.d.ts +27 -0
  1868. package/lib/typescript/commonjs/toast/ToastOutlet.d.ts.map +1 -0
  1869. package/lib/typescript/commonjs/toast/ToastRow.d.ts +1 -1
  1870. package/lib/typescript/commonjs/toast/ToastSwipeHandler.d.ts +1 -1
  1871. package/lib/typescript/commonjs/toast/Toaster.d.ts +1 -1
  1872. package/lib/typescript/commonjs/toast/container-geometry.d.ts +78 -0
  1873. package/lib/typescript/commonjs/toast/container-geometry.d.ts.map +1 -0
  1874. package/lib/typescript/commonjs/toast/context.d.ts +1 -1
  1875. package/lib/typescript/commonjs/toast/index.d.ts +1 -26
  1876. package/lib/typescript/commonjs/toast/index.d.ts.map +1 -1
  1877. package/lib/typescript/commonjs/toast/row-geometry.d.ts +35 -0
  1878. package/lib/typescript/commonjs/toast/row-geometry.d.ts.map +1 -0
  1879. package/lib/typescript/commonjs/toast/toast-comparator.d.ts +1 -1
  1880. package/lib/typescript/commonjs/toast/toast-store.d.ts +1 -1
  1881. package/lib/typescript/commonjs/toast/types.d.ts +0 -1
  1882. package/lib/typescript/commonjs/toast/types.d.ts.map +1 -1
  1883. package/lib/typescript/commonjs/toast/use-toast-colors.d.ts.map +1 -1
  1884. package/lib/typescript/commonjs/toast/use-toast-position.d.ts +1 -1
  1885. package/lib/typescript/commonjs/tooltip/Tooltip.d.ts +17 -0
  1886. package/lib/typescript/commonjs/tooltip/Tooltip.d.ts.map +1 -0
  1887. package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts +17 -0
  1888. package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts.map +1 -0
  1889. package/lib/typescript/commonjs/tooltip/constants.d.ts +5 -0
  1890. package/lib/typescript/commonjs/tooltip/constants.d.ts.map +1 -0
  1891. package/lib/typescript/commonjs/tooltip/index.d.ts +1 -28
  1892. package/lib/typescript/commonjs/tooltip/index.d.ts.map +1 -1
  1893. package/lib/typescript/commonjs/tooltip/index.web.d.ts +1 -25
  1894. package/lib/typescript/commonjs/tooltip/index.web.d.ts.map +1 -1
  1895. package/lib/typescript/commonjs/typography/Typography.d.ts +54 -0
  1896. package/lib/typescript/commonjs/typography/Typography.d.ts.map +1 -0
  1897. package/lib/typescript/commonjs/typography/index.d.ts +2 -19
  1898. package/lib/typescript/commonjs/typography/index.d.ts.map +1 -1
  1899. package/lib/typescript/commonjs/typography/types.d.ts +13 -0
  1900. package/lib/typescript/commonjs/typography/types.d.ts.map +1 -0
  1901. package/lib/typescript/commonjs/user-hover-card/UserHoverCard.d.ts.map +1 -1
  1902. package/lib/typescript/commonjs/user-hover-card/types.d.ts +16 -0
  1903. package/lib/typescript/commonjs/user-hover-card/types.d.ts.map +1 -1
  1904. package/lib/typescript/commonjs/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
  1905. package/lib/typescript/module/accordion/Accordion.d.ts.map +1 -1
  1906. package/lib/typescript/module/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
  1907. package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts +9 -0
  1908. package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts.map +1 -0
  1909. package/lib/typescript/module/activity-heatmap/index.d.ts +1 -1
  1910. package/lib/typescript/module/activity-heatmap/index.d.ts.map +1 -1
  1911. package/lib/typescript/module/activity-heatmap/types.d.ts +13 -2
  1912. package/lib/typescript/module/activity-heatmap/types.d.ts.map +1 -1
  1913. package/lib/typescript/module/admonition/Admonition.d.ts +56 -0
  1914. package/lib/typescript/module/admonition/Admonition.d.ts.map +1 -0
  1915. package/lib/typescript/module/admonition/index.d.ts +1 -55
  1916. package/lib/typescript/module/admonition/index.d.ts.map +1 -1
  1917. package/lib/typescript/module/alert-dialog/AlertDialog.d.ts +7 -8
  1918. package/lib/typescript/module/alert-dialog/AlertDialog.d.ts.map +1 -1
  1919. package/lib/typescript/module/alert-dialog/index.d.ts +6 -6
  1920. package/lib/typescript/module/alert-dialog/index.d.ts.map +1 -1
  1921. package/lib/typescript/module/alert-dialog/index.web.d.ts +2 -6
  1922. package/lib/typescript/module/alert-dialog/index.web.d.ts.map +1 -1
  1923. package/lib/typescript/module/animated-check/AnimatedCheck.d.ts +1 -10
  1924. package/lib/typescript/module/animated-check/AnimatedCheck.d.ts.map +1 -1
  1925. package/lib/typescript/module/animated-check/index.d.ts +1 -1
  1926. package/lib/typescript/module/animated-check/index.d.ts.map +1 -1
  1927. package/lib/typescript/module/animated-check/types.d.ts +11 -0
  1928. package/lib/typescript/module/animated-check/types.d.ts.map +1 -0
  1929. package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts +6 -0
  1930. package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts.map +1 -0
  1931. package/lib/typescript/module/aspect-ratio/index.d.ts +3 -0
  1932. package/lib/typescript/module/aspect-ratio/index.d.ts.map +1 -0
  1933. package/lib/typescript/module/aspect-ratio/types.d.ts +19 -0
  1934. package/lib/typescript/module/aspect-ratio/types.d.ts.map +1 -0
  1935. package/lib/typescript/module/avatar/Avatar.d.ts.map +1 -1
  1936. package/lib/typescript/module/avatar/context.d.ts +8 -0
  1937. package/lib/typescript/module/avatar/context.d.ts.map +1 -0
  1938. package/lib/typescript/module/avatar/default-avatar.d.ts +9 -2
  1939. package/lib/typescript/module/avatar/default-avatar.d.ts.map +1 -1
  1940. package/lib/typescript/module/avatar/index.d.ts +3 -6
  1941. package/lib/typescript/module/avatar/index.d.ts.map +1 -1
  1942. package/lib/typescript/module/avatar/types.d.ts +1 -1
  1943. package/lib/typescript/module/avatar/types.d.ts.map +1 -1
  1944. package/lib/typescript/module/avatar-group/AvatarGroup.web.d.ts.map +1 -1
  1945. package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts +6 -0
  1946. package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts.map +1 -1
  1947. package/lib/typescript/module/avatar-group/index.web.d.ts.map +1 -1
  1948. package/lib/typescript/module/badge/Badge.d.ts.map +1 -1
  1949. package/lib/typescript/module/badge/index.d.ts +1 -1
  1950. package/lib/typescript/module/badge/index.d.ts.map +1 -1
  1951. package/lib/typescript/module/badge/types.d.ts +6 -6
  1952. package/lib/typescript/module/badge/types.d.ts.map +1 -1
  1953. package/lib/typescript/module/benefit-list/BenefitList.d.ts +5 -0
  1954. package/lib/typescript/module/benefit-list/BenefitList.d.ts.map +1 -0
  1955. package/lib/typescript/module/benefit-list/index.d.ts +1 -4
  1956. package/lib/typescript/module/benefit-list/index.d.ts.map +1 -1
  1957. package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts +7 -0
  1958. package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts.map +1 -0
  1959. package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts +7 -0
  1960. package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
  1961. package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts +1 -154
  1962. package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
  1963. package/lib/typescript/module/bottom-sheet/index.d.ts +3 -6
  1964. package/lib/typescript/module/bottom-sheet/index.d.ts.map +1 -1
  1965. package/lib/typescript/module/bottom-sheet/index.web.d.ts +3 -6
  1966. package/lib/typescript/module/bottom-sheet/index.web.d.ts.map +1 -1
  1967. package/lib/typescript/module/bottom-sheet/types.d.ts +156 -0
  1968. package/lib/typescript/module/bottom-sheet/types.d.ts.map +1 -0
  1969. package/lib/typescript/module/button/Button.d.ts.map +1 -1
  1970. package/lib/typescript/module/button/Button.web.d.ts.map +1 -1
  1971. package/lib/typescript/module/button/types.d.ts +17 -1
  1972. package/lib/typescript/module/button/types.d.ts.map +1 -1
  1973. package/lib/typescript/module/card/Card.d.ts +19 -0
  1974. package/lib/typescript/module/card/Card.d.ts.map +1 -1
  1975. package/lib/typescript/module/card/index.d.ts +1 -1
  1976. package/lib/typescript/module/card/index.d.ts.map +1 -1
  1977. package/lib/typescript/module/card/types.d.ts +34 -1
  1978. package/lib/typescript/module/card/types.d.ts.map +1 -1
  1979. package/lib/typescript/module/checkbox/Checkbox.d.ts.map +1 -1
  1980. package/lib/typescript/module/chip/Chip.d.ts.map +1 -1
  1981. package/lib/typescript/module/chip/index.d.ts +1 -1
  1982. package/lib/typescript/module/chip/index.d.ts.map +1 -1
  1983. package/lib/typescript/module/chip/types.d.ts +8 -5
  1984. package/lib/typescript/module/chip/types.d.ts.map +1 -1
  1985. package/lib/typescript/module/combobox/Combobox.d.ts +2 -2
  1986. package/lib/typescript/module/combobox/Combobox.d.ts.map +1 -1
  1987. package/lib/typescript/module/combobox/index.d.ts.map +1 -1
  1988. package/lib/typescript/module/combobox/index.web.d.ts.map +1 -1
  1989. package/lib/typescript/module/command/types.d.ts +1 -1
  1990. package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts.map +1 -1
  1991. package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
  1992. package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts +7 -0
  1993. package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
  1994. package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
  1995. package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
  1996. package/lib/typescript/module/connection-status/index.d.ts +1 -6
  1997. package/lib/typescript/module/connection-status/index.d.ts.map +1 -1
  1998. package/lib/typescript/module/connection-status/index.web.d.ts +1 -6
  1999. package/lib/typescript/module/connection-status/index.web.d.ts.map +1 -1
  2000. package/lib/typescript/module/content-panel/ContentPanel.d.ts +45 -0
  2001. package/lib/typescript/module/content-panel/ContentPanel.d.ts.map +1 -0
  2002. package/lib/typescript/module/content-panel/ContentPanel.web.d.ts +63 -0
  2003. package/lib/typescript/module/content-panel/ContentPanel.web.d.ts.map +1 -0
  2004. package/lib/typescript/module/content-panel/context.d.ts +24 -0
  2005. package/lib/typescript/module/content-panel/context.d.ts.map +1 -0
  2006. package/lib/typescript/module/content-panel/index.d.ts +2 -89
  2007. package/lib/typescript/module/content-panel/index.d.ts.map +1 -1
  2008. package/lib/typescript/module/content-panel/index.web.d.ts +2 -110
  2009. package/lib/typescript/module/content-panel/index.web.d.ts.map +1 -1
  2010. package/lib/typescript/module/content-panel/types.d.ts +48 -0
  2011. package/lib/typescript/module/content-panel/types.d.ts.map +1 -0
  2012. package/lib/typescript/module/context-menu/ContextMenu.d.ts +26 -0
  2013. package/lib/typescript/module/context-menu/ContextMenu.d.ts.map +1 -0
  2014. package/lib/typescript/module/context-menu/ContextMenu.web.d.ts +25 -0
  2015. package/lib/typescript/module/context-menu/ContextMenu.web.d.ts.map +1 -0
  2016. package/lib/typescript/module/context-menu/context.d.ts +14 -10
  2017. package/lib/typescript/module/context-menu/context.d.ts.map +1 -1
  2018. package/lib/typescript/module/context-menu/index.d.ts +2 -20
  2019. package/lib/typescript/module/context-menu/index.d.ts.map +1 -1
  2020. package/lib/typescript/module/context-menu/index.web.d.ts +2 -18
  2021. package/lib/typescript/module/context-menu/index.web.d.ts.map +1 -1
  2022. package/lib/typescript/module/context-menu/types.d.ts +36 -50
  2023. package/lib/typescript/module/context-menu/types.d.ts.map +1 -1
  2024. package/lib/typescript/module/design-tokens/scales.d.ts +23 -3
  2025. package/lib/typescript/module/design-tokens/scales.d.ts.map +1 -1
  2026. package/lib/typescript/module/design-tokens/shadows.d.ts +23 -3
  2027. package/lib/typescript/module/design-tokens/shadows.d.ts.map +1 -1
  2028. package/lib/typescript/module/design-tokens/shadows.native.d.ts +32 -1
  2029. package/lib/typescript/module/design-tokens/shadows.native.d.ts.map +1 -1
  2030. package/lib/typescript/module/design-tokens/tokens-json.d.ts +12 -3
  2031. package/lib/typescript/module/design-tokens/tokens-json.d.ts.map +1 -1
  2032. package/lib/typescript/module/dialog/Dialog.d.ts +1 -17
  2033. package/lib/typescript/module/dialog/Dialog.d.ts.map +1 -1
  2034. package/lib/typescript/module/dialog/Dialog.web.d.ts +1 -14
  2035. package/lib/typescript/module/dialog/Dialog.web.d.ts.map +1 -1
  2036. package/lib/typescript/module/dialog/DialogBottomSheet.d.ts.map +1 -1
  2037. package/lib/typescript/module/dialog/DialogContent.d.ts.map +1 -1
  2038. package/lib/typescript/module/dialog/DialogHeader.d.ts.map +1 -1
  2039. package/lib/typescript/module/dialog/SheetShell.d.ts.map +1 -1
  2040. package/lib/typescript/module/dialog/index.d.ts +1 -4
  2041. package/lib/typescript/module/dialog/index.d.ts.map +1 -1
  2042. package/lib/typescript/module/dialog/index.web.d.ts +1 -4
  2043. package/lib/typescript/module/dialog/index.web.d.ts.map +1 -1
  2044. package/lib/typescript/module/dialog/types.d.ts +5 -1
  2045. package/lib/typescript/module/dialog/types.d.ts.map +1 -1
  2046. package/lib/typescript/module/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
  2047. package/lib/typescript/module/dot-grid-meter/types.d.ts +12 -0
  2048. package/lib/typescript/module/dot-grid-meter/types.d.ts.map +1 -1
  2049. package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts +31 -0
  2050. package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts.map +1 -0
  2051. package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts +25 -0
  2052. package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
  2053. package/lib/typescript/module/dropdown-menu/context.d.ts +4 -0
  2054. package/lib/typescript/module/dropdown-menu/context.d.ts.map +1 -0
  2055. package/lib/typescript/module/dropdown-menu/index.d.ts +3 -0
  2056. package/lib/typescript/module/dropdown-menu/index.d.ts.map +1 -0
  2057. package/lib/typescript/module/dropdown-menu/index.web.d.ts +3 -0
  2058. package/lib/typescript/module/dropdown-menu/index.web.d.ts.map +1 -0
  2059. package/lib/typescript/module/dropdown-menu/types.d.ts +15 -0
  2060. package/lib/typescript/module/dropdown-menu/types.d.ts.map +1 -0
  2061. package/lib/typescript/module/error-boundary/ErrorBoundary.d.ts.map +1 -1
  2062. package/lib/typescript/module/fab/Fab.d.ts.map +1 -1
  2063. package/lib/typescript/module/fab/Fab.web.d.ts.map +1 -1
  2064. package/lib/typescript/module/fill/Fill.d.ts +7 -0
  2065. package/lib/typescript/module/fill/Fill.d.ts.map +1 -0
  2066. package/lib/typescript/module/fill/index.d.ts +1 -6
  2067. package/lib/typescript/module/fill/index.d.ts.map +1 -1
  2068. package/lib/typescript/module/floating/FloatingPanel.d.ts +3 -0
  2069. package/lib/typescript/module/floating/FloatingPanel.d.ts.map +1 -0
  2070. package/lib/typescript/module/floating/TriggerSlot.d.ts +41 -0
  2071. package/lib/typescript/module/floating/TriggerSlot.d.ts.map +1 -0
  2072. package/lib/typescript/module/floating/constants.d.ts +266 -0
  2073. package/lib/typescript/module/floating/constants.d.ts.map +1 -0
  2074. package/lib/typescript/module/floating/context.d.ts +26 -0
  2075. package/lib/typescript/module/floating/context.d.ts.map +1 -0
  2076. package/lib/typescript/module/floating/index.d.ts +24 -0
  2077. package/lib/typescript/module/floating/index.d.ts.map +1 -0
  2078. package/lib/typescript/module/floating/menu-rows.d.ts +14 -0
  2079. package/lib/typescript/module/floating/menu-rows.d.ts.map +1 -0
  2080. package/lib/typescript/module/floating/menu-sub-flyout.d.ts +4 -0
  2081. package/lib/typescript/module/floating/menu-sub-flyout.d.ts.map +1 -0
  2082. package/lib/typescript/module/floating/menu-sub-inline.d.ts +4 -0
  2083. package/lib/typescript/module/floating/menu-sub-inline.d.ts.map +1 -0
  2084. package/lib/typescript/module/floating/shared.d.ts +130 -0
  2085. package/lib/typescript/module/floating/shared.d.ts.map +1 -0
  2086. package/lib/typescript/module/floating/types.d.ts +330 -0
  2087. package/lib/typescript/module/floating/types.d.ts.map +1 -0
  2088. package/lib/typescript/module/floating/use-anchor-rect.d.ts +9 -0
  2089. package/lib/typescript/module/floating/use-anchor-rect.d.ts.map +1 -0
  2090. package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts +9 -0
  2091. package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts.map +1 -0
  2092. package/lib/typescript/module/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
  2093. package/lib/typescript/module/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
  2094. package/lib/typescript/module/glass/GlassSurface.d.ts +4 -0
  2095. package/lib/typescript/module/glass/GlassSurface.d.ts.map +1 -0
  2096. package/lib/typescript/module/glass/blur-target.d.ts +33 -0
  2097. package/lib/typescript/module/glass/blur-target.d.ts.map +1 -0
  2098. package/lib/typescript/module/glass/index.d.ts +4 -0
  2099. package/lib/typescript/module/glass/index.d.ts.map +1 -0
  2100. package/lib/typescript/module/glass/types.d.ts +49 -0
  2101. package/lib/typescript/module/glass/types.d.ts.map +1 -0
  2102. package/lib/typescript/module/grid/Grid.d.ts +13 -0
  2103. package/lib/typescript/module/grid/Grid.d.ts.map +1 -0
  2104. package/lib/typescript/module/grid/index.d.ts +1 -12
  2105. package/lib/typescript/module/grid/index.d.ts.map +1 -1
  2106. package/lib/typescript/module/hooks/index.d.ts +11 -10
  2107. package/lib/typescript/module/hooks/index.d.ts.map +1 -1
  2108. package/lib/typescript/module/hooks/merge-refs.d.ts +17 -0
  2109. package/lib/typescript/module/hooks/merge-refs.d.ts.map +1 -0
  2110. package/lib/typescript/module/hooks/use-accessibility-focus.d.ts +17 -0
  2111. package/lib/typescript/module/hooks/use-accessibility-focus.d.ts.map +1 -0
  2112. package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts +15 -0
  2113. package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts.map +1 -0
  2114. package/lib/typescript/module/hooks/use-controllable-state.d.ts +19 -0
  2115. package/lib/typescript/module/hooks/use-controllable-state.d.ts.map +1 -0
  2116. package/lib/typescript/module/hooks/use-delayed-loading.d.ts +6 -0
  2117. package/lib/typescript/module/hooks/use-delayed-loading.d.ts.map +1 -0
  2118. package/lib/typescript/module/hooks/use-gutters.d.ts +32 -0
  2119. package/lib/typescript/module/hooks/use-gutters.d.ts.map +1 -0
  2120. package/lib/typescript/module/hooks/use-haptics.d.ts +28 -0
  2121. package/lib/typescript/module/hooks/use-haptics.d.ts.map +1 -0
  2122. package/lib/typescript/module/hooks/use-image-preload.d.ts +10 -0
  2123. package/lib/typescript/module/hooks/use-image-preload.d.ts.map +1 -0
  2124. package/lib/typescript/module/hooks/use-interaction-state.d.ts +35 -0
  2125. package/lib/typescript/module/hooks/use-interaction-state.d.ts.map +1 -0
  2126. package/lib/typescript/module/hooks/use-press-animation.d.ts +49 -0
  2127. package/lib/typescript/module/hooks/use-press-animation.d.ts.map +1 -0
  2128. package/lib/typescript/module/hooks/use-throttled-value.d.ts +5 -0
  2129. package/lib/typescript/module/hooks/use-throttled-value.d.ts.map +1 -0
  2130. package/lib/typescript/module/icon-circle/IconCircle.d.ts +10 -0
  2131. package/lib/typescript/module/icon-circle/IconCircle.d.ts.map +1 -0
  2132. package/lib/typescript/module/icon-circle/index.d.ts +1 -9
  2133. package/lib/typescript/module/icon-circle/index.d.ts.map +1 -1
  2134. package/lib/typescript/module/icons/Accessibility.d.ts +2 -2
  2135. package/lib/typescript/module/icons/Alien.d.ts +2 -2
  2136. package/lib/typescript/module/icons/AndroidLogo.d.ts +2 -2
  2137. package/lib/typescript/module/icons/Apple.d.ts +2 -2
  2138. package/lib/typescript/module/icons/AppleLogo.d.ts +2 -2
  2139. package/lib/typescript/module/icons/Arrow.d.ts +10 -10
  2140. package/lib/typescript/module/icons/ArrowBoxLeft.d.ts +4 -4
  2141. package/lib/typescript/module/icons/ArrowCornerDownRight.d.ts +2 -2
  2142. package/lib/typescript/module/icons/ArrowOutOfBox.d.ts +4 -4
  2143. package/lib/typescript/module/icons/ArrowRotate.d.ts +4 -4
  2144. package/lib/typescript/module/icons/ArrowShareRight.d.ts +2 -2
  2145. package/lib/typescript/module/icons/ArrowTopCircle.d.ts +2 -2
  2146. package/lib/typescript/module/icons/ArrowTriangle.d.ts +2 -2
  2147. package/lib/typescript/module/icons/ArrowsDiagonal.d.ts +8 -8
  2148. package/lib/typescript/module/icons/AspectRatio.d.ts +6 -6
  2149. package/lib/typescript/module/icons/At.d.ts +4 -4
  2150. package/lib/typescript/module/icons/Atom.d.ts +2 -2
  2151. package/lib/typescript/module/icons/Bars.d.ts +2 -2
  2152. package/lib/typescript/module/icons/Beaker.d.ts +2 -2
  2153. package/lib/typescript/module/icons/Bell.d.ts +4 -4
  2154. package/lib/typescript/module/icons/Bell2.d.ts +8 -8
  2155. package/lib/typescript/module/icons/BellPlus.d.ts +2 -2
  2156. package/lib/typescript/module/icons/BellRinging.d.ts +4 -4
  2157. package/lib/typescript/module/icons/BirthdayCake.d.ts +2 -2
  2158. package/lib/typescript/module/icons/Bookmark.d.ts +6 -6
  2159. package/lib/typescript/module/icons/Bot.d.ts +4 -4
  2160. package/lib/typescript/module/icons/BroomSparkle.d.ts +2 -2
  2161. package/lib/typescript/module/icons/Bubble.d.ts +8 -8
  2162. package/lib/typescript/module/icons/BubbleInfo.d.ts +2 -2
  2163. package/lib/typescript/module/icons/BulletList.d.ts +6 -6
  2164. package/lib/typescript/module/icons/CC.d.ts +4 -4
  2165. package/lib/typescript/module/icons/Calendar.d.ts +2 -2
  2166. package/lib/typescript/module/icons/CalendarClock.d.ts +2 -2
  2167. package/lib/typescript/module/icons/CalendarDays.d.ts +2 -2
  2168. package/lib/typescript/module/icons/Camera.d.ts +4 -4
  2169. package/lib/typescript/module/icons/Car.d.ts +2 -2
  2170. package/lib/typescript/module/icons/Celebrate.d.ts +2 -2
  2171. package/lib/typescript/module/icons/ChainLink.d.ts +2 -2
  2172. package/lib/typescript/module/icons/Check.d.ts +4 -4
  2173. package/lib/typescript/module/icons/Chevron.d.ts +12 -12
  2174. package/lib/typescript/module/icons/Circle.d.ts +2 -2
  2175. package/lib/typescript/module/icons/CircleAndSquare.d.ts +2 -2
  2176. package/lib/typescript/module/icons/CircleBanSign.d.ts +2 -2
  2177. package/lib/typescript/module/icons/CircleCheck.d.ts +2 -2
  2178. package/lib/typescript/module/icons/CircleInfo.d.ts +2 -2
  2179. package/lib/typescript/module/icons/CirclePlus.d.ts +2 -2
  2180. package/lib/typescript/module/icons/CircleQuestion.d.ts +2 -2
  2181. package/lib/typescript/module/icons/CircleX.d.ts +2 -2
  2182. package/lib/typescript/module/icons/Clipboard.d.ts +2 -2
  2183. package/lib/typescript/module/icons/Clock.d.ts +2 -2
  2184. package/lib/typescript/module/icons/CodeBrackets.d.ts +4 -4
  2185. package/lib/typescript/module/icons/CodeLines.d.ts +2 -2
  2186. package/lib/typescript/module/icons/ColorPalette.d.ts +2 -2
  2187. package/lib/typescript/module/icons/Contacts.d.ts +4 -4
  2188. package/lib/typescript/module/icons/Crop.d.ts +2 -2
  2189. package/lib/typescript/module/icons/DotGrid.d.ts +4 -4
  2190. package/lib/typescript/module/icons/Download.d.ts +2 -2
  2191. package/lib/typescript/module/icons/EditBig.d.ts +4 -4
  2192. package/lib/typescript/module/icons/Emoji.d.ts +8 -8
  2193. package/lib/typescript/module/icons/Envelope.d.ts +6 -6
  2194. package/lib/typescript/module/icons/EnvelopeOpen.d.ts +2 -2
  2195. package/lib/typescript/module/icons/Explosion.d.ts +2 -2
  2196. package/lib/typescript/module/icons/Eye.d.ts +4 -4
  2197. package/lib/typescript/module/icons/EyeSlash.d.ts +2 -2
  2198. package/lib/typescript/module/icons/Filter.d.ts +2 -2
  2199. package/lib/typescript/module/icons/FilterTimeline.d.ts +2 -2
  2200. package/lib/typescript/module/icons/Flag.d.ts +2 -2
  2201. package/lib/typescript/module/icons/Flame.d.ts +2 -2
  2202. package/lib/typescript/module/icons/FlipImage.d.ts +4 -4
  2203. package/lib/typescript/module/icons/FloppyDisk.d.ts +2 -2
  2204. package/lib/typescript/module/icons/Freeze.d.ts +2 -2
  2205. package/lib/typescript/module/icons/GameController.d.ts +2 -2
  2206. package/lib/typescript/module/icons/Gif.d.ts +4 -4
  2207. package/lib/typescript/module/icons/Gift1.d.ts +4 -4
  2208. package/lib/typescript/module/icons/Globe.d.ts +6 -6
  2209. package/lib/typescript/module/icons/Group.d.ts +2 -2
  2210. package/lib/typescript/module/icons/Growth.d.ts +2 -2
  2211. package/lib/typescript/module/icons/Haptic.d.ts +2 -2
  2212. package/lib/typescript/module/icons/Hashtag.d.ts +6 -6
  2213. package/lib/typescript/module/icons/Heart2.d.ts +8 -8
  2214. package/lib/typescript/module/icons/Home.d.ts +6 -6
  2215. package/lib/typescript/module/icons/HomeOpen.d.ts +4 -4
  2216. package/lib/typescript/module/icons/Image.d.ts +4 -4
  2217. package/lib/typescript/module/icons/Key.d.ts +2 -2
  2218. package/lib/typescript/module/icons/Lab.d.ts +2 -2
  2219. package/lib/typescript/module/icons/Leaf.d.ts +2 -2
  2220. package/lib/typescript/module/icons/ListMagnifyingGlass.d.ts +2 -2
  2221. package/lib/typescript/module/icons/ListPlus.d.ts +2 -2
  2222. package/lib/typescript/module/icons/ListSparkle.d.ts +2 -2
  2223. package/lib/typescript/module/icons/Live.d.ts +2 -2
  2224. package/lib/typescript/module/icons/Loader.d.ts +2 -2
  2225. package/lib/typescript/module/icons/Lock.d.ts +4 -4
  2226. package/lib/typescript/module/icons/Logo.d.ts +3 -3
  2227. package/lib/typescript/module/icons/Macintosh.d.ts +2 -2
  2228. package/lib/typescript/module/icons/MagnifyingGlass.d.ts +8 -8
  2229. package/lib/typescript/module/icons/Menu.d.ts +2 -2
  2230. package/lib/typescript/module/icons/Message.d.ts +6 -6
  2231. package/lib/typescript/module/icons/Moon.d.ts +2 -2
  2232. package/lib/typescript/module/icons/MusicNote.d.ts +2 -2
  2233. package/lib/typescript/module/icons/Mute.d.ts +2 -2
  2234. package/lib/typescript/module/icons/News2.d.ts +2 -2
  2235. package/lib/typescript/module/icons/Newskie.d.ts +2 -2
  2236. package/lib/typescript/module/icons/Newspaper.d.ts +2 -2
  2237. package/lib/typescript/module/icons/PageText.d.ts +2 -2
  2238. package/lib/typescript/module/icons/PageX.d.ts +2 -2
  2239. package/lib/typescript/module/icons/PaintRoller.d.ts +2 -2
  2240. package/lib/typescript/module/icons/PaperPlane.d.ts +2 -2
  2241. package/lib/typescript/module/icons/Pause.d.ts +8 -8
  2242. package/lib/typescript/module/icons/Pencil.d.ts +6 -6
  2243. package/lib/typescript/module/icons/PeopleRemove2.d.ts +4 -4
  2244. package/lib/typescript/module/icons/Person.d.ts +20 -20
  2245. package/lib/typescript/module/icons/Phone.d.ts +4 -4
  2246. package/lib/typescript/module/icons/Pin.d.ts +4 -4
  2247. package/lib/typescript/module/icons/PinLocation.d.ts +4 -4
  2248. package/lib/typescript/module/icons/Pizza.d.ts +2 -2
  2249. package/lib/typescript/module/icons/Play.d.ts +8 -8
  2250. package/lib/typescript/module/icons/Plus.d.ts +4 -4
  2251. package/lib/typescript/module/icons/QrCode.d.ts +2 -2
  2252. package/lib/typescript/module/icons/Quote.d.ts +10 -10
  2253. package/lib/typescript/module/icons/RaisingHand.d.ts +4 -4
  2254. package/lib/typescript/module/icons/Reply.d.ts +4 -4
  2255. package/lib/typescript/module/icons/Repost.d.ts +8 -8
  2256. package/lib/typescript/module/icons/Rose.d.ts +2 -2
  2257. package/lib/typescript/module/icons/SettingsGear2.d.ts +4 -4
  2258. package/lib/typescript/module/icons/SettingsSlider.d.ts +2 -2
  2259. package/lib/typescript/module/icons/Shaka.d.ts +2 -2
  2260. package/lib/typescript/module/icons/Shapes.d.ts +2 -2
  2261. package/lib/typescript/module/icons/Shield.d.ts +4 -4
  2262. package/lib/typescript/module/icons/Sparkle.d.ts +2 -2
  2263. package/lib/typescript/module/icons/Speaker.d.ts +2 -2
  2264. package/lib/typescript/module/icons/SquareArrowTopRight.d.ts +2 -2
  2265. package/lib/typescript/module/icons/SquareBehindSquare4.d.ts +2 -2
  2266. package/lib/typescript/module/icons/Star.d.ts +4 -4
  2267. package/lib/typescript/module/icons/StarterPack.d.ts +2 -2
  2268. package/lib/typescript/module/icons/StreamingLive.d.ts +2 -2
  2269. package/lib/typescript/module/icons/TEMPLATE.d.ts +4 -4
  2270. package/lib/typescript/module/icons/TextSize.d.ts +2 -2
  2271. package/lib/typescript/module/icons/Ticket.d.ts +2 -2
  2272. package/lib/typescript/module/icons/Times.d.ts +2 -2
  2273. package/lib/typescript/module/icons/TitleCase.d.ts +2 -2
  2274. package/lib/typescript/module/icons/Trash.d.ts +4 -4
  2275. package/lib/typescript/module/icons/Tree.d.ts +2 -2
  2276. package/lib/typescript/module/icons/Trending.d.ts +4 -4
  2277. package/lib/typescript/module/icons/UFO.d.ts +2 -2
  2278. package/lib/typescript/module/icons/UserCircle.d.ts +4 -4
  2279. package/lib/typescript/module/icons/Verified.d.ts +2 -2
  2280. package/lib/typescript/module/icons/VerifiedCheck.d.ts +2 -2
  2281. package/lib/typescript/module/icons/VerifierCheck.d.ts +2 -2
  2282. package/lib/typescript/module/icons/VideoClip.d.ts +4 -4
  2283. package/lib/typescript/module/icons/Warning.d.ts +2 -2
  2284. package/lib/typescript/module/icons/Window.d.ts +2 -2
  2285. package/lib/typescript/module/icons/Wrench.d.ts +2 -2
  2286. package/lib/typescript/module/icons/Zap.d.ts +2 -2
  2287. package/lib/typescript/module/icons/index.d.ts +2 -2
  2288. package/lib/typescript/module/icons/shared.d.ts +394 -0
  2289. package/lib/typescript/module/icons/shared.d.ts.map +1 -0
  2290. package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
  2291. package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
  2292. package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts +2 -2
  2293. package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts.map +1 -1
  2294. package/lib/typescript/module/index.d.ts +29 -22
  2295. package/lib/typescript/module/index.d.ts.map +1 -1
  2296. package/lib/typescript/module/index.web.d.ts +31 -24
  2297. package/lib/typescript/module/index.web.d.ts.map +1 -1
  2298. package/lib/typescript/module/input-group/InputGroup.d.ts +2 -6
  2299. package/lib/typescript/module/input-group/InputGroup.d.ts.map +1 -1
  2300. package/lib/typescript/module/input-group/index.d.ts +1 -1
  2301. package/lib/typescript/module/input-group/index.d.ts.map +1 -1
  2302. package/lib/typescript/module/input-group/types.d.ts +1 -1
  2303. package/lib/typescript/module/item/Item.d.ts +1 -1
  2304. package/lib/typescript/module/item/Item.d.ts.map +1 -1
  2305. package/lib/typescript/module/item/types.d.ts +12 -2
  2306. package/lib/typescript/module/item/types.d.ts.map +1 -1
  2307. package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts +17 -6
  2308. package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts.map +1 -1
  2309. package/lib/typescript/module/list/VirtualList.d.ts +28 -0
  2310. package/lib/typescript/module/list/VirtualList.d.ts.map +1 -0
  2311. package/lib/typescript/module/list/VirtualList.web.d.ts +44 -0
  2312. package/lib/typescript/module/list/VirtualList.web.d.ts.map +1 -0
  2313. package/lib/typescript/module/list/index.d.ts +2 -27
  2314. package/lib/typescript/module/list/index.d.ts.map +1 -1
  2315. package/lib/typescript/module/list/index.web.d.ts +2 -43
  2316. package/lib/typescript/module/list/index.web.d.ts.map +1 -1
  2317. package/lib/typescript/module/loading/Loading.d.ts.map +1 -1
  2318. package/lib/typescript/module/loading/Loading.web.d.ts.map +1 -1
  2319. package/lib/typescript/module/loading/SpinnerIcon.d.ts +0 -12
  2320. package/lib/typescript/module/loading/SpinnerIcon.d.ts.map +1 -1
  2321. package/lib/typescript/module/loading/SpinnerIcon.web.d.ts.map +1 -1
  2322. package/lib/typescript/module/loading/index.d.ts +1 -1
  2323. package/lib/typescript/module/loading/index.d.ts.map +1 -1
  2324. package/lib/typescript/module/loading/index.web.d.ts +1 -1
  2325. package/lib/typescript/module/loading/index.web.d.ts.map +1 -1
  2326. package/lib/typescript/module/loading/types.d.ts +2 -11
  2327. package/lib/typescript/module/loading/types.d.ts.map +1 -1
  2328. package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts +1 -16
  2329. package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
  2330. package/lib/typescript/module/media-inset-border/index.d.ts +1 -1
  2331. package/lib/typescript/module/media-inset-border/index.d.ts.map +1 -1
  2332. package/lib/typescript/module/media-inset-border/types.d.ts +17 -0
  2333. package/lib/typescript/module/media-inset-border/types.d.ts.map +1 -0
  2334. package/lib/typescript/module/menubar/Menubar.d.ts +26 -0
  2335. package/lib/typescript/module/menubar/Menubar.d.ts.map +1 -0
  2336. package/lib/typescript/module/menubar/Menubar.web.d.ts +26 -0
  2337. package/lib/typescript/module/menubar/Menubar.web.d.ts.map +1 -0
  2338. package/lib/typescript/module/menubar/context.d.ts +11 -0
  2339. package/lib/typescript/module/menubar/context.d.ts.map +1 -0
  2340. package/lib/typescript/module/menubar/index.d.ts +3 -0
  2341. package/lib/typescript/module/menubar/index.d.ts.map +1 -0
  2342. package/lib/typescript/module/menubar/index.web.d.ts +3 -0
  2343. package/lib/typescript/module/menubar/index.web.d.ts.map +1 -0
  2344. package/lib/typescript/module/menubar/types.d.ts +37 -0
  2345. package/lib/typescript/module/menubar/types.d.ts.map +1 -0
  2346. package/lib/typescript/module/motion/ScreenTransition.d.ts +1 -19
  2347. package/lib/typescript/module/motion/ScreenTransition.d.ts.map +1 -1
  2348. package/lib/typescript/module/motion/index.d.ts +1 -1
  2349. package/lib/typescript/module/motion/index.d.ts.map +1 -1
  2350. package/lib/typescript/module/motion/index.web.d.ts +1 -1
  2351. package/lib/typescript/module/motion/index.web.d.ts.map +1 -1
  2352. package/lib/typescript/module/motion/types.d.ts +20 -0
  2353. package/lib/typescript/module/motion/types.d.ts.map +1 -0
  2354. package/lib/typescript/module/overlay/Overlay.d.ts +56 -0
  2355. package/lib/typescript/module/overlay/Overlay.d.ts.map +1 -0
  2356. package/lib/typescript/module/overlay/dropdown-placement.d.ts +38 -10
  2357. package/lib/typescript/module/overlay/dropdown-placement.d.ts.map +1 -1
  2358. package/lib/typescript/module/overlay/index.d.ts +2 -151
  2359. package/lib/typescript/module/overlay/index.d.ts.map +1 -1
  2360. package/lib/typescript/module/overlay/types.d.ts +66 -0
  2361. package/lib/typescript/module/overlay/types.d.ts.map +1 -0
  2362. package/lib/typescript/module/popover/Popover.d.ts +5 -0
  2363. package/lib/typescript/module/popover/Popover.d.ts.map +1 -0
  2364. package/lib/typescript/module/popover/Popover.web.d.ts +5 -0
  2365. package/lib/typescript/module/popover/Popover.web.d.ts.map +1 -0
  2366. package/lib/typescript/module/popover/context.d.ts +3 -14
  2367. package/lib/typescript/module/popover/context.d.ts.map +1 -1
  2368. package/lib/typescript/module/popover/index.d.ts +2 -13
  2369. package/lib/typescript/module/popover/index.d.ts.map +1 -1
  2370. package/lib/typescript/module/popover/index.web.d.ts +2 -13
  2371. package/lib/typescript/module/popover/index.web.d.ts.map +1 -1
  2372. package/lib/typescript/module/popover/types.d.ts +4 -53
  2373. package/lib/typescript/module/popover/types.d.ts.map +1 -1
  2374. package/lib/typescript/module/portal/Portal.d.ts +15 -0
  2375. package/lib/typescript/module/portal/Portal.d.ts.map +1 -0
  2376. package/lib/typescript/module/portal/Portal.web.d.ts +20 -0
  2377. package/lib/typescript/module/portal/Portal.web.d.ts.map +1 -0
  2378. package/lib/typescript/module/portal/index.d.ts +1 -14
  2379. package/lib/typescript/module/portal/index.d.ts.map +1 -1
  2380. package/lib/typescript/module/portal/index.web.d.ts +1 -19
  2381. package/lib/typescript/module/portal/index.web.d.ts.map +1 -1
  2382. package/lib/typescript/module/pressable-scale/PressableScale.d.ts +6 -11
  2383. package/lib/typescript/module/pressable-scale/PressableScale.d.ts.map +1 -1
  2384. package/lib/typescript/module/pressable-scale/index.d.ts +1 -1
  2385. package/lib/typescript/module/pressable-scale/index.d.ts.map +1 -1
  2386. package/lib/typescript/module/pressable-scale/types.d.ts +13 -0
  2387. package/lib/typescript/module/pressable-scale/types.d.ts.map +1 -0
  2388. package/lib/typescript/module/profile-card/ProfileCard.d.ts.map +1 -1
  2389. package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts +22 -0
  2390. package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
  2391. package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
  2392. package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
  2393. package/lib/typescript/module/progressive-blur/index.d.ts +1 -21
  2394. package/lib/typescript/module/progressive-blur/index.d.ts.map +1 -1
  2395. package/lib/typescript/module/progressive-blur/index.web.d.ts +1 -28
  2396. package/lib/typescript/module/progressive-blur/index.web.d.ts.map +1 -1
  2397. package/lib/typescript/module/progressive-blur/types.d.ts +1 -1
  2398. package/lib/typescript/module/prompt-input/Actions.d.ts.map +1 -1
  2399. package/lib/typescript/module/prompt-input/PromptInput.d.ts +2 -1
  2400. package/lib/typescript/module/prompt-input/PromptInput.d.ts.map +1 -1
  2401. package/lib/typescript/module/prompt-input/PromptInput.web.d.ts +14 -0
  2402. package/lib/typescript/module/prompt-input/PromptInput.web.d.ts.map +1 -0
  2403. package/lib/typescript/module/prompt-input/PromptInputBase.d.ts +18 -0
  2404. package/lib/typescript/module/prompt-input/PromptInputBase.d.ts.map +1 -0
  2405. package/lib/typescript/module/prompt-input/SubmitButton.d.ts.map +1 -1
  2406. package/lib/typescript/module/prompt-input/context.d.ts +4 -5
  2407. package/lib/typescript/module/prompt-input/context.d.ts.map +1 -1
  2408. package/lib/typescript/module/prompt-input/index.d.ts +1 -1
  2409. package/lib/typescript/module/prompt-input/index.d.ts.map +1 -1
  2410. package/lib/typescript/module/prompt-input/index.web.d.ts +8 -0
  2411. package/lib/typescript/module/prompt-input/index.web.d.ts.map +1 -0
  2412. package/lib/typescript/module/prompt-input/types.d.ts +4 -4
  2413. package/lib/typescript/module/prompt-input/types.d.ts.map +1 -1
  2414. package/lib/typescript/module/provider/BloomProvider.d.ts +6 -0
  2415. package/lib/typescript/module/provider/BloomProvider.d.ts.map +1 -0
  2416. package/lib/typescript/module/provider/index.d.ts +2 -52
  2417. package/lib/typescript/module/provider/index.d.ts.map +1 -1
  2418. package/lib/typescript/module/provider/types.d.ts +15 -0
  2419. package/lib/typescript/module/provider/types.d.ts.map +1 -0
  2420. package/lib/typescript/module/radio/Radio.d.ts +15 -0
  2421. package/lib/typescript/module/radio/Radio.d.ts.map +1 -0
  2422. package/lib/typescript/module/radio/index.d.ts +3 -0
  2423. package/lib/typescript/module/radio/index.d.ts.map +1 -0
  2424. package/lib/typescript/module/radio/types.d.ts +63 -0
  2425. package/lib/typescript/module/radio/types.d.ts.map +1 -0
  2426. package/lib/typescript/module/radio-indicator/RadioIndicator.d.ts.map +1 -1
  2427. package/lib/typescript/module/radio-indicator/types.d.ts +9 -0
  2428. package/lib/typescript/module/radio-indicator/types.d.ts.map +1 -1
  2429. package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts +7 -0
  2430. package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
  2431. package/lib/typescript/module/scroll/expo-router/index.d.ts +4 -4
  2432. package/lib/typescript/module/scroll/expo-router/index.d.ts.map +1 -1
  2433. package/lib/typescript/module/scroll/index.d.ts +1 -15
  2434. package/lib/typescript/module/scroll/index.d.ts.map +1 -1
  2435. package/lib/typescript/module/scroll/index.web.d.ts +1 -21
  2436. package/lib/typescript/module/scroll/index.web.d.ts.map +1 -1
  2437. package/lib/typescript/module/scroll/types.d.ts +18 -0
  2438. package/lib/typescript/module/scroll/types.d.ts.map +1 -1
  2439. package/lib/typescript/module/scroll/use-scroll-restoration.d.ts +16 -0
  2440. package/lib/typescript/module/scroll/use-scroll-restoration.d.ts.map +1 -0
  2441. package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts +22 -0
  2442. package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts.map +1 -0
  2443. package/lib/typescript/module/search/Search.d.ts +10 -0
  2444. package/lib/typescript/module/search/Search.d.ts.map +1 -0
  2445. package/lib/typescript/module/search/index.d.ts +1 -9
  2446. package/lib/typescript/module/search/index.d.ts.map +1 -1
  2447. package/lib/typescript/module/segmented-control/SegmentedControl.d.ts +41 -0
  2448. package/lib/typescript/module/segmented-control/SegmentedControl.d.ts.map +1 -0
  2449. package/lib/typescript/module/segmented-control/index.d.ts +1 -44
  2450. package/lib/typescript/module/segmented-control/index.d.ts.map +1 -1
  2451. package/lib/typescript/module/select/Select.d.ts +25 -0
  2452. package/lib/typescript/module/select/Select.d.ts.map +1 -0
  2453. package/lib/typescript/module/select/Select.web.d.ts +22 -0
  2454. package/lib/typescript/module/select/Select.web.d.ts.map +1 -0
  2455. package/lib/typescript/module/select/index.d.ts +3 -13
  2456. package/lib/typescript/module/select/index.d.ts.map +1 -1
  2457. package/lib/typescript/module/select/index.web.d.ts +3 -13
  2458. package/lib/typescript/module/select/index.web.d.ts.map +1 -1
  2459. package/lib/typescript/module/select/shared.d.ts +44 -0
  2460. package/lib/typescript/module/select/shared.d.ts.map +1 -0
  2461. package/lib/typescript/module/select/types.d.ts +50 -26
  2462. package/lib/typescript/module/select/types.d.ts.map +1 -1
  2463. package/lib/typescript/module/settings-list/SettingsList.d.ts.map +1 -1
  2464. package/lib/typescript/module/skeleton/Skeleton.d.ts +64 -0
  2465. package/lib/typescript/module/skeleton/Skeleton.d.ts.map +1 -0
  2466. package/lib/typescript/module/skeleton/index.d.ts +1 -63
  2467. package/lib/typescript/module/skeleton/index.d.ts.map +1 -1
  2468. package/lib/typescript/module/slider/Slider.d.ts.map +1 -1
  2469. package/lib/typescript/module/slider/types.d.ts +10 -0
  2470. package/lib/typescript/module/slider/types.d.ts.map +1 -1
  2471. package/lib/typescript/module/stat-bar/StatBar.d.ts.map +1 -1
  2472. package/lib/typescript/module/styles/atoms.d.ts +1 -1
  2473. package/lib/typescript/module/styles/index.d.ts +1 -1
  2474. package/lib/typescript/module/styles/index.d.ts.map +1 -1
  2475. package/lib/typescript/module/styles/interactive-web-css.d.ts +69 -0
  2476. package/lib/typescript/module/styles/interactive-web-css.d.ts.map +1 -0
  2477. package/lib/typescript/module/styles/pointer.d.ts +11 -0
  2478. package/lib/typescript/module/styles/pointer.d.ts.map +1 -0
  2479. package/lib/typescript/module/styles/styled-primitives.d.ts +90 -0
  2480. package/lib/typescript/module/styles/styled-primitives.d.ts.map +1 -0
  2481. package/lib/typescript/module/styles/tokens.d.ts +41 -4
  2482. package/lib/typescript/module/styles/tokens.d.ts.map +1 -1
  2483. package/lib/typescript/module/styles/web-view-style.d.ts +11 -0
  2484. package/lib/typescript/module/styles/web-view-style.d.ts.map +1 -1
  2485. package/lib/typescript/module/styles/z-index.d.ts +0 -18
  2486. package/lib/typescript/module/styles/z-index.d.ts.map +1 -1
  2487. package/lib/typescript/module/subtle-hover/SubtleHover.d.ts +1 -18
  2488. package/lib/typescript/module/subtle-hover/SubtleHover.d.ts.map +1 -1
  2489. package/lib/typescript/module/subtle-hover/index.d.ts +1 -1
  2490. package/lib/typescript/module/subtle-hover/index.d.ts.map +1 -1
  2491. package/lib/typescript/module/subtle-hover/types.d.ts +19 -0
  2492. package/lib/typescript/module/subtle-hover/types.d.ts.map +1 -0
  2493. package/lib/typescript/module/surfaces/SurfaceHost.d.ts.map +1 -1
  2494. package/lib/typescript/module/surfaces/api.d.ts +17 -9
  2495. package/lib/typescript/module/surfaces/api.d.ts.map +1 -1
  2496. package/lib/typescript/module/surfaces/index.d.ts +3 -3
  2497. package/lib/typescript/module/surfaces/index.d.ts.map +1 -1
  2498. package/lib/typescript/module/surfaces/index.web.d.ts +3 -3
  2499. package/lib/typescript/module/surfaces/index.web.d.ts.map +1 -1
  2500. package/lib/typescript/module/surfaces/prompts.d.ts +17 -1
  2501. package/lib/typescript/module/surfaces/prompts.d.ts.map +1 -1
  2502. package/lib/typescript/module/surfaces/surface-store.d.ts +51 -0
  2503. package/lib/typescript/module/surfaces/surface-store.d.ts.map +1 -0
  2504. package/lib/typescript/module/surfaces/types.d.ts +40 -3
  2505. package/lib/typescript/module/surfaces/types.d.ts.map +1 -1
  2506. package/lib/typescript/module/surfaces/use-surface.d.ts +21 -0
  2507. package/lib/typescript/module/surfaces/use-surface.d.ts.map +1 -0
  2508. package/lib/typescript/module/switch/Switch.d.ts.map +1 -1
  2509. package/lib/typescript/module/switch/types.d.ts +17 -0
  2510. package/lib/typescript/module/switch/types.d.ts.map +1 -1
  2511. package/lib/typescript/module/tab-bar/TabBarBase.d.ts +1 -1
  2512. package/lib/typescript/module/tab-bar/context.d.ts +51 -0
  2513. package/lib/typescript/module/tab-bar/context.d.ts.map +1 -0
  2514. package/lib/typescript/module/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
  2515. package/lib/typescript/module/tab-bar/expo-router/index.d.ts +1 -1
  2516. package/lib/typescript/module/tab-bar/index.d.ts +2 -2
  2517. package/lib/typescript/module/tab-bar/index.d.ts.map +1 -1
  2518. package/lib/typescript/module/tab-bar/index.web.d.ts +2 -2
  2519. package/lib/typescript/module/tab-bar/index.web.d.ts.map +1 -1
  2520. package/lib/typescript/module/tab-bar/surface.d.ts +1 -1
  2521. package/lib/typescript/module/tab-bar/types.d.ts +1 -1
  2522. package/lib/typescript/module/tabs/Tabs.d.ts.map +1 -1
  2523. package/lib/typescript/module/text-field/TextField.d.ts +21 -0
  2524. package/lib/typescript/module/text-field/TextField.d.ts.map +1 -0
  2525. package/lib/typescript/module/text-field/index.d.ts +2 -50
  2526. package/lib/typescript/module/text-field/index.d.ts.map +1 -1
  2527. package/lib/typescript/module/text-field/types.d.ts +28 -0
  2528. package/lib/typescript/module/text-field/types.d.ts.map +1 -0
  2529. package/lib/typescript/module/theme/accent-colors.d.ts +62 -0
  2530. package/lib/typescript/module/theme/accent-colors.d.ts.map +1 -0
  2531. package/lib/typescript/module/theme/adaptive-colors.d.ts +35 -1
  2532. package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
  2533. package/lib/typescript/module/theme/ambient-store.d.ts.map +1 -1
  2534. package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
  2535. package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
  2536. package/lib/typescript/module/theme/color-engine/color-utils.d.ts +4 -0
  2537. package/lib/typescript/module/theme/color-engine/color-utils.d.ts.map +1 -1
  2538. package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts +34 -0
  2539. package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts.map +1 -0
  2540. package/lib/typescript/module/theme/color-engine/index.d.ts +10 -47
  2541. package/lib/typescript/module/theme/color-engine/index.d.ts.map +1 -1
  2542. package/lib/typescript/module/theme/color-policy.d.ts.map +1 -1
  2543. package/lib/typescript/module/theme/color-presets.d.ts +386 -62
  2544. package/lib/typescript/module/theme/color-presets.d.ts.map +1 -1
  2545. package/lib/typescript/module/theme/color-scope/ColorScope.d.ts +33 -0
  2546. package/lib/typescript/module/theme/color-scope/ColorScope.d.ts.map +1 -0
  2547. package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts +24 -0
  2548. package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts.map +1 -0
  2549. package/lib/typescript/module/theme/color-scope/index.d.ts +2 -32
  2550. package/lib/typescript/module/theme/color-scope/index.d.ts.map +1 -1
  2551. package/lib/typescript/module/theme/color-scope/index.web.d.ts +2 -23
  2552. package/lib/typescript/module/theme/color-scope/index.web.d.ts.map +1 -1
  2553. package/lib/typescript/module/theme/color-utils.d.ts +22 -3
  2554. package/lib/typescript/module/theme/color-utils.d.ts.map +1 -1
  2555. package/lib/typescript/module/theme/glass-colors.d.ts +192 -0
  2556. package/lib/typescript/module/theme/glass-colors.d.ts.map +1 -0
  2557. package/lib/typescript/module/theme/index.d.ts +10 -10
  2558. package/lib/typescript/module/theme/index.d.ts.map +1 -1
  2559. package/lib/typescript/module/theme/index.web.d.ts +32 -0
  2560. package/lib/typescript/module/theme/index.web.d.ts.map +1 -0
  2561. package/lib/typescript/module/theme/press-colors.d.ts +25 -0
  2562. package/lib/typescript/module/theme/press-colors.d.ts.map +1 -0
  2563. package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts +45 -0
  2564. package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts.map +1 -0
  2565. package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts +43 -0
  2566. package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
  2567. package/lib/typescript/module/theme/seed-scope/index.d.ts +2 -44
  2568. package/lib/typescript/module/theme/seed-scope/index.d.ts.map +1 -1
  2569. package/lib/typescript/module/theme/seed-scope/index.web.d.ts +2 -42
  2570. package/lib/typescript/module/theme/seed-scope/index.web.d.ts.map +1 -1
  2571. package/lib/typescript/module/theme/types.d.ts +20 -0
  2572. package/lib/typescript/module/theme/types.d.ts.map +1 -1
  2573. package/lib/typescript/module/toast/Positioner.d.ts +1 -1
  2574. package/lib/typescript/module/toast/ToastOutlet.d.ts +27 -0
  2575. package/lib/typescript/module/toast/ToastOutlet.d.ts.map +1 -0
  2576. package/lib/typescript/module/toast/ToastRow.d.ts +1 -1
  2577. package/lib/typescript/module/toast/ToastSwipeHandler.d.ts +1 -1
  2578. package/lib/typescript/module/toast/Toaster.d.ts +1 -1
  2579. package/lib/typescript/module/toast/container-geometry.d.ts +78 -0
  2580. package/lib/typescript/module/toast/container-geometry.d.ts.map +1 -0
  2581. package/lib/typescript/module/toast/context.d.ts +1 -1
  2582. package/lib/typescript/module/toast/index.d.ts +1 -26
  2583. package/lib/typescript/module/toast/index.d.ts.map +1 -1
  2584. package/lib/typescript/module/toast/row-geometry.d.ts +35 -0
  2585. package/lib/typescript/module/toast/row-geometry.d.ts.map +1 -0
  2586. package/lib/typescript/module/toast/toast-comparator.d.ts +1 -1
  2587. package/lib/typescript/module/toast/toast-store.d.ts +1 -1
  2588. package/lib/typescript/module/toast/types.d.ts +0 -1
  2589. package/lib/typescript/module/toast/types.d.ts.map +1 -1
  2590. package/lib/typescript/module/toast/use-toast-colors.d.ts.map +1 -1
  2591. package/lib/typescript/module/toast/use-toast-position.d.ts +1 -1
  2592. package/lib/typescript/module/tooltip/Tooltip.d.ts +17 -0
  2593. package/lib/typescript/module/tooltip/Tooltip.d.ts.map +1 -0
  2594. package/lib/typescript/module/tooltip/Tooltip.web.d.ts +17 -0
  2595. package/lib/typescript/module/tooltip/Tooltip.web.d.ts.map +1 -0
  2596. package/lib/typescript/module/tooltip/constants.d.ts +5 -0
  2597. package/lib/typescript/module/tooltip/constants.d.ts.map +1 -0
  2598. package/lib/typescript/module/tooltip/index.d.ts +1 -28
  2599. package/lib/typescript/module/tooltip/index.d.ts.map +1 -1
  2600. package/lib/typescript/module/tooltip/index.web.d.ts +1 -25
  2601. package/lib/typescript/module/tooltip/index.web.d.ts.map +1 -1
  2602. package/lib/typescript/module/typography/Typography.d.ts +54 -0
  2603. package/lib/typescript/module/typography/Typography.d.ts.map +1 -0
  2604. package/lib/typescript/module/typography/index.d.ts +2 -19
  2605. package/lib/typescript/module/typography/index.d.ts.map +1 -1
  2606. package/lib/typescript/module/typography/types.d.ts +13 -0
  2607. package/lib/typescript/module/typography/types.d.ts.map +1 -0
  2608. package/lib/typescript/module/user-hover-card/UserHoverCard.d.ts.map +1 -1
  2609. package/lib/typescript/module/user-hover-card/types.d.ts +16 -0
  2610. package/lib/typescript/module/user-hover-card/types.d.ts.map +1 -1
  2611. package/lib/typescript/module/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
  2612. package/package.json +99 -74
  2613. package/src/__tests__/support/collision-fixture-barrel.ts +20 -0
  2614. package/src/__tests__/support/press-host.ts +30 -0
  2615. package/src/__tests__/support/rendered-style.ts +99 -0
  2616. package/src/__tests__/support/unread-hook-fixture.ts +33 -0
  2617. package/src/accordion/Accordion.tsx +43 -15
  2618. package/src/activity-heatmap/ActivityHeatmap.tsx +19 -3
  2619. package/src/activity-heatmap/index.ts +1 -1
  2620. package/src/activity-heatmap/types.ts +13 -2
  2621. package/src/admonition/index.ts +9 -0
  2622. package/src/alert-dialog/AlertDialog.tsx +14 -17
  2623. package/src/alert-dialog/index.ts +6 -8
  2624. package/src/alert-dialog/index.web.ts +2 -8
  2625. package/src/animated-check/AnimatedCheck.tsx +1 -12
  2626. package/src/animated-check/index.ts +1 -1
  2627. package/src/animated-check/types.ts +11 -0
  2628. package/src/aspect-ratio/AspectRatio.tsx +58 -0
  2629. package/src/aspect-ratio/index.ts +2 -0
  2630. package/src/aspect-ratio/types.ts +19 -0
  2631. package/src/avatar/Avatar.tsx +22 -3
  2632. package/src/avatar/default-avatar.ts +9 -2
  2633. package/src/avatar/index.ts +3 -9
  2634. package/src/avatar/types.ts +1 -1
  2635. package/src/avatar-group/AvatarGroup.web.tsx +37 -16
  2636. package/src/avatar-group/AvatarGroupBase.tsx +45 -6
  2637. package/src/badge/Badge.tsx +10 -36
  2638. package/src/badge/index.ts +1 -7
  2639. package/src/badge/types.ts +7 -6
  2640. package/src/benefit-list/BenefitList.tsx +126 -0
  2641. package/src/benefit-list/index.ts +5 -0
  2642. package/src/bottom-sheet/BottomSheet.tsx +118 -0
  2643. package/src/bottom-sheet/BottomSheet.web.tsx +75 -0
  2644. package/src/bottom-sheet/BottomSheetBase.tsx +13 -152
  2645. package/src/bottom-sheet/index.ts +5 -0
  2646. package/src/bottom-sheet/index.web.ts +5 -0
  2647. package/src/bottom-sheet/types.ts +154 -0
  2648. package/src/button/Button.tsx +146 -32
  2649. package/src/button/Button.web.tsx +155 -86
  2650. package/src/button/types.ts +17 -1
  2651. package/src/card/Card.tsx +72 -31
  2652. package/src/card/index.ts +3 -0
  2653. package/src/card/types.ts +38 -1
  2654. package/src/checkbox/Checkbox.tsx +174 -47
  2655. package/src/chip/Chip.tsx +143 -47
  2656. package/src/chip/index.ts +1 -1
  2657. package/src/chip/types.ts +9 -5
  2658. package/src/combobox/Combobox.tsx +61 -39
  2659. package/src/combobox/index.ts +3 -2
  2660. package/src/combobox/index.web.ts +3 -2
  2661. package/src/command/Command.tsx +3 -3
  2662. package/src/command/types.ts +1 -1
  2663. package/src/connection-dots/ConnectionDots.web.tsx +10 -2
  2664. package/src/connection-dots/ConnectionDotsBase.tsx +4 -3
  2665. package/src/connection-status/ConnectionStatusToasts.tsx +46 -0
  2666. package/src/connection-status/ConnectionStatusToasts.web.tsx +34 -0
  2667. package/src/connection-status/index.ts +4 -0
  2668. package/src/connection-status/index.web.ts +4 -0
  2669. package/src/content-panel/ContentPanel.tsx +106 -0
  2670. package/src/content-panel/ContentPanel.web.tsx +198 -0
  2671. package/src/content-panel/index.ts +7 -0
  2672. package/src/content-panel/index.web.ts +7 -0
  2673. package/src/content-panel/types.ts +49 -0
  2674. package/src/context-menu/ContextMenu.tsx +119 -0
  2675. package/src/context-menu/ContextMenu.web.tsx +165 -0
  2676. package/src/context-menu/context.ts +26 -34
  2677. package/src/context-menu/index.ts +31 -0
  2678. package/src/context-menu/index.web.ts +31 -0
  2679. package/src/context-menu/types.ts +52 -65
  2680. package/src/design-tokens/scales.ts +23 -3
  2681. package/src/design-tokens/shadows.native.ts +36 -1
  2682. package/src/design-tokens/shadows.ts +24 -3
  2683. package/src/design-tokens/theme.css +6 -0
  2684. package/src/design-tokens/tokens-json.ts +29 -9
  2685. package/src/design-tokens/tokens.json +6314 -334
  2686. package/src/dialog/Dialog.tsx +22 -55
  2687. package/src/dialog/Dialog.web.tsx +5 -40
  2688. package/src/dialog/DialogBottomSheet.tsx +8 -4
  2689. package/src/dialog/DialogContent.tsx +40 -25
  2690. package/src/dialog/DialogHeader.tsx +45 -20
  2691. package/src/dialog/SheetShell.tsx +21 -1
  2692. package/src/dialog/index.ts +1 -7
  2693. package/src/dialog/index.web.ts +1 -7
  2694. package/src/dialog/types.ts +5 -1
  2695. package/src/dot-grid-meter/DotGridMeter.tsx +14 -1
  2696. package/src/dot-grid-meter/types.ts +12 -0
  2697. package/src/dropdown-menu/DropdownMenu.tsx +110 -0
  2698. package/src/dropdown-menu/DropdownMenu.web.tsx +136 -0
  2699. package/src/dropdown-menu/context.ts +23 -0
  2700. package/src/dropdown-menu/index.ts +31 -0
  2701. package/src/dropdown-menu/index.web.ts +31 -0
  2702. package/src/dropdown-menu/types.ts +34 -0
  2703. package/src/error-boundary/ErrorBoundary.tsx +16 -5
  2704. package/src/fab/Fab.tsx +110 -52
  2705. package/src/fab/Fab.web.tsx +51 -54
  2706. package/src/fill/index.ts +3 -0
  2707. package/src/floating/FloatingPanel.tsx +462 -0
  2708. package/src/floating/TriggerSlot.tsx +128 -0
  2709. package/src/floating/constants.ts +343 -0
  2710. package/src/floating/context.ts +77 -0
  2711. package/src/floating/index.ts +43 -0
  2712. package/src/floating/menu-rows.tsx +316 -0
  2713. package/src/floating/menu-sub-flyout.tsx +476 -0
  2714. package/src/floating/menu-sub-inline.tsx +110 -0
  2715. package/src/floating/shared.tsx +233 -0
  2716. package/src/floating/types.ts +365 -0
  2717. package/src/floating/use-anchor-rect.ts +65 -0
  2718. package/src/floating/use-sheet-open-bridge.ts +60 -0
  2719. package/src/frosted-icon-button/FrostedIconButton.tsx +124 -60
  2720. package/src/frosted-icon-button/FrostedIconButton.web.tsx +68 -61
  2721. package/src/glass/GlassSurface.tsx +161 -0
  2722. package/src/glass/blur-target.tsx +160 -0
  2723. package/src/glass/index.ts +11 -0
  2724. package/src/glass/types.ts +51 -0
  2725. package/src/grid/index.ts +4 -0
  2726. package/src/hooks/index.ts +14 -10
  2727. package/src/hooks/use-accessibility-focus.ts +106 -0
  2728. package/src/hooks/use-accessible-name-warning.ts +80 -0
  2729. package/src/hooks/use-press-animation.ts +74 -0
  2730. package/src/icon-circle/IconCircle.tsx +40 -0
  2731. package/src/icon-circle/index.ts +3 -0
  2732. package/src/icons/Logo.tsx +1 -1
  2733. package/src/icons/TEMPLATE.tsx +1 -1
  2734. package/src/icons/VerifiedCheck.tsx +1 -1
  2735. package/src/icons/VerifierCheck.tsx +1 -1
  2736. package/src/icons/index.ts +2 -2
  2737. package/src/image-aspect-ratio-cache/index.ts +2 -2
  2738. package/src/index.ts +107 -35
  2739. package/src/index.web.ts +110 -38
  2740. package/src/input-group/InputGroup.tsx +14 -11
  2741. package/src/input-group/index.ts +1 -1
  2742. package/src/input-group/types.ts +1 -1
  2743. package/src/item/Item.tsx +50 -15
  2744. package/src/item/types.ts +12 -2
  2745. package/src/link-preview/LinkPreviewCard.tsx +87 -52
  2746. package/src/list/VirtualList.tsx +114 -0
  2747. package/src/list/VirtualList.web.tsx +254 -0
  2748. package/src/list/index.ts +11 -0
  2749. package/src/list/index.web.ts +11 -0
  2750. package/src/loading/Loading.tsx +0 -45
  2751. package/src/loading/Loading.web.tsx +0 -45
  2752. package/src/loading/SpinnerIcon.tsx +13 -8
  2753. package/src/loading/SpinnerIcon.web.tsx +5 -3
  2754. package/src/loading/index.ts +0 -1
  2755. package/src/loading/index.web.ts +0 -1
  2756. package/src/loading/types.ts +1 -12
  2757. package/src/media-inset-border/MediaInsetBorder.tsx +1 -15
  2758. package/src/media-inset-border/index.ts +1 -1
  2759. package/src/media-inset-border/types.ts +18 -0
  2760. package/src/menubar/Menubar.tsx +172 -0
  2761. package/src/menubar/Menubar.web.tsx +210 -0
  2762. package/src/menubar/context.ts +44 -0
  2763. package/src/menubar/index.ts +33 -0
  2764. package/src/menubar/index.web.ts +33 -0
  2765. package/src/menubar/types.ts +54 -0
  2766. package/src/motion/ScreenTransition.tsx +1 -19
  2767. package/src/motion/index.ts +1 -1
  2768. package/src/motion/index.web.ts +1 -1
  2769. package/src/motion/types.ts +21 -0
  2770. package/src/overlay/Overlay.tsx +418 -0
  2771. package/src/overlay/dropdown-placement.ts +126 -22
  2772. package/src/overlay/index.ts +17 -0
  2773. package/src/overlay/types.ts +67 -0
  2774. package/src/popover/Popover.tsx +72 -0
  2775. package/src/popover/Popover.web.tsx +107 -0
  2776. package/src/popover/context.ts +16 -19
  2777. package/src/popover/index.ts +2 -0
  2778. package/src/popover/index.web.ts +2 -0
  2779. package/src/popover/types.ts +9 -60
  2780. package/src/portal/Portal.tsx +132 -0
  2781. package/src/portal/Portal.web.tsx +80 -0
  2782. package/src/portal/index.ts +5 -0
  2783. package/src/portal/index.web.ts +5 -0
  2784. package/src/pressable-scale/PressableScale.tsx +26 -38
  2785. package/src/pressable-scale/index.ts +1 -1
  2786. package/src/pressable-scale/types.ts +13 -0
  2787. package/src/profile-card/ProfileCard.tsx +12 -6
  2788. package/src/progressive-blur/ProgressiveBlur.tsx +76 -0
  2789. package/src/progressive-blur/ProgressiveBlur.web.tsx +64 -0
  2790. package/src/progressive-blur/index.ts +4 -0
  2791. package/src/progressive-blur/index.web.ts +4 -0
  2792. package/src/progressive-blur/shared.ts +1 -1
  2793. package/src/progressive-blur/types.ts +1 -1
  2794. package/src/prompt-input/Actions.tsx +2 -1
  2795. package/src/prompt-input/Attachments.tsx +3 -3
  2796. package/src/prompt-input/PromptInput.tsx +5 -269
  2797. package/src/prompt-input/PromptInput.web.tsx +18 -0
  2798. package/src/prompt-input/PromptInputBase.tsx +288 -0
  2799. package/src/prompt-input/SubmitButton.tsx +48 -15
  2800. package/src/prompt-input/context.ts +4 -7
  2801. package/src/prompt-input/index.ts +1 -2
  2802. package/src/prompt-input/index.web.ts +26 -0
  2803. package/src/prompt-input/types.ts +4 -4
  2804. package/src/provider/BloomProvider.tsx +79 -0
  2805. package/src/provider/index.ts +4 -0
  2806. package/src/provider/types.ts +15 -0
  2807. package/src/radio/Radio.tsx +180 -0
  2808. package/src/radio/index.ts +2 -0
  2809. package/src/radio/types.ts +66 -0
  2810. package/src/radio-indicator/RadioIndicator.tsx +11 -1
  2811. package/src/radio-indicator/types.ts +9 -0
  2812. package/src/scroll/expo-router/expo-router-adapter.ts +140 -0
  2813. package/src/scroll/expo-router/index.ts +4 -138
  2814. package/src/scroll/index.ts +1 -103
  2815. package/src/scroll/index.web.ts +12 -0
  2816. package/src/scroll/types.ts +18 -0
  2817. package/src/scroll/use-scroll-restoration.ts +120 -0
  2818. package/src/scroll/use-scroll-restoration.web.ts +364 -0
  2819. package/src/search/Search.tsx +74 -0
  2820. package/src/search/index.ts +3 -0
  2821. package/src/segmented-control/SegmentedControl.tsx +337 -0
  2822. package/src/segmented-control/index.ts +5 -0
  2823. package/src/select/Select.tsx +424 -0
  2824. package/src/select/Select.web.tsx +424 -0
  2825. package/src/select/index.ts +30 -0
  2826. package/src/select/index.web.ts +30 -0
  2827. package/src/select/shared.tsx +157 -0
  2828. package/src/select/types.ts +53 -27
  2829. package/src/settings-list/SettingsList.tsx +30 -52
  2830. package/src/skeleton/Skeleton.tsx +229 -0
  2831. package/src/skeleton/index.ts +8 -0
  2832. package/src/slider/Slider.tsx +2 -0
  2833. package/src/slider/types.ts +10 -0
  2834. package/src/stat-bar/StatBar.tsx +8 -1
  2835. package/src/styles/index.ts +1 -1
  2836. package/src/styles/interactive-web-css.ts +166 -0
  2837. package/src/styles/pointer.ts +33 -0
  2838. package/src/styles/styled-primitives.ts +111 -0
  2839. package/src/styles/tokens.ts +59 -22
  2840. package/src/styles/web-view-style.ts +11 -0
  2841. package/src/styles/z-index.ts +0 -1
  2842. package/src/subtle-hover/SubtleHover.tsx +8 -37
  2843. package/src/subtle-hover/index.ts +1 -1
  2844. package/src/subtle-hover/types.ts +20 -0
  2845. package/src/surfaces/SurfaceHost.tsx +18 -9
  2846. package/src/surfaces/api.ts +17 -9
  2847. package/src/surfaces/index.ts +4 -1
  2848. package/src/surfaces/index.web.ts +4 -1
  2849. package/src/surfaces/prompts.tsx +138 -121
  2850. package/src/surfaces/types.ts +47 -3
  2851. package/src/switch/Switch.tsx +11 -1
  2852. package/src/switch/types.ts +17 -0
  2853. package/src/tab-bar/TabBarBase.tsx +3 -3
  2854. package/src/tab-bar/context.tsx +117 -0
  2855. package/src/tab-bar/expo-router/RouterTabBar.tsx +1 -1
  2856. package/src/tab-bar/expo-router/fading-tab-screen.tsx +1 -1
  2857. package/src/tab-bar/expo-router/index.ts +1 -1
  2858. package/src/tab-bar/glyph.native.tsx +1 -1
  2859. package/src/tab-bar/glyph.tsx +1 -1
  2860. package/src/tab-bar/index.ts +3 -3
  2861. package/src/tab-bar/index.web.ts +35 -0
  2862. package/src/tab-bar/shared.ts +1 -1
  2863. package/src/tab-bar/surface-solid.tsx +1 -1
  2864. package/src/tab-bar/surface.native.tsx +1 -1
  2865. package/src/tab-bar/surface.tsx +1 -1
  2866. package/src/tab-bar/surface.web.tsx +1 -1
  2867. package/src/tab-bar/types.ts +1 -1
  2868. package/src/tabs/Tabs.tsx +49 -21
  2869. package/src/text-field/TextField.tsx +610 -0
  2870. package/src/text-field/index.ts +9 -0
  2871. package/src/text-field/types.ts +31 -0
  2872. package/src/theme/BloomThemeProvider.tsx +1 -1
  2873. package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +2179 -259
  2874. package/src/theme/accent-colors.ts +166 -0
  2875. package/src/theme/adaptive-colors.ts +31 -3
  2876. package/src/theme/ambient-store.ts +21 -1
  2877. package/src/theme/build-theme-from-seed.ts +13 -1
  2878. package/src/theme/build-theme.ts +29 -2
  2879. package/src/theme/color-engine/color-utils.ts +15 -0
  2880. package/src/theme/color-engine/generate-role-colors.ts +67 -0
  2881. package/src/theme/color-engine/index.ts +17 -87
  2882. package/src/theme/color-policy.ts +93 -46
  2883. package/src/theme/color-presets.ts +473 -146
  2884. package/src/theme/color-scope/index.ts +2 -0
  2885. package/src/theme/color-scope/index.web.ts +2 -0
  2886. package/src/theme/color-utils.ts +40 -9
  2887. package/src/theme/glass-colors.ts +270 -0
  2888. package/src/theme/index.ts +48 -22
  2889. package/src/theme/index.web.ts +92 -0
  2890. package/src/theme/press-colors.ts +100 -0
  2891. package/src/theme/seed-scope/index.ts +2 -0
  2892. package/src/theme/seed-scope/index.web.ts +2 -0
  2893. package/src/theme/types.ts +21 -0
  2894. package/src/toast/Positioner.tsx +2 -2
  2895. package/src/toast/ToastContent.tsx +8 -2
  2896. package/src/toast/ToastIcon.tsx +1 -1
  2897. package/src/toast/ToastOutlet.tsx +31 -0
  2898. package/src/toast/ToastRow.tsx +2 -2
  2899. package/src/toast/ToastSwipeHandler.tsx +1 -1
  2900. package/src/toast/Toaster.tsx +2 -2
  2901. package/src/toast/animations.ts +1 -1
  2902. package/src/toast/constants.ts +1 -1
  2903. package/src/toast/container-geometry.ts +148 -0
  2904. package/src/toast/context.tsx +1 -1
  2905. package/src/toast/index.ts +26 -0
  2906. package/src/toast/row-geometry.ts +158 -0
  2907. package/src/toast/toast-comparator.ts +1 -1
  2908. package/src/toast/toast-fns.ts +1 -1
  2909. package/src/toast/toast-store.ts +2 -2
  2910. package/src/toast/toast-timers.ts +1 -1
  2911. package/src/toast/types.ts +0 -1
  2912. package/src/toast/use-app-state.ts +1 -1
  2913. package/src/toast/use-toast-colors.ts +8 -4
  2914. package/src/toast/use-toast-position.ts +2 -2
  2915. package/src/tooltip/Tooltip.tsx +379 -0
  2916. package/src/tooltip/Tooltip.web.tsx +155 -0
  2917. package/src/tooltip/index.ts +6 -0
  2918. package/src/tooltip/index.web.ts +6 -0
  2919. package/src/typography/Typography.tsx +311 -0
  2920. package/src/typography/index.ts +18 -0
  2921. package/src/typography/types.ts +19 -0
  2922. package/src/user-hover-card/UserHoverCard.tsx +33 -27
  2923. package/src/user-hover-card/types.ts +16 -0
  2924. package/src/zoomable-image-gallery/ZoomableImageGallery.tsx +100 -38
  2925. package/NOTICE +0 -92
  2926. package/lib/commonjs/activity-heatmap/bucketByDay.js +0 -51
  2927. package/lib/commonjs/activity-heatmap/bucketByDay.js.map +0 -1
  2928. package/lib/commonjs/alert-dialog/AlertDialogHost.js +0 -50
  2929. package/lib/commonjs/alert-dialog/AlertDialogHost.js.map +0 -1
  2930. package/lib/commonjs/alert-dialog/confirm-store.js +0 -80
  2931. package/lib/commonjs/alert-dialog/confirm-store.js.map +0 -1
  2932. package/lib/commonjs/avatar/placeholder-context.js +0 -15
  2933. package/lib/commonjs/avatar/placeholder-context.js.map +0 -1
  2934. package/lib/commonjs/collapsible/Collapsible.js +0 -108
  2935. package/lib/commonjs/collapsible/Collapsible.js.map +0 -1
  2936. package/lib/commonjs/collapsible/index.js +0 -13
  2937. package/lib/commonjs/collapsible/index.js.map +0 -1
  2938. package/lib/commonjs/collapsible/types.js.map +0 -1
  2939. package/lib/commonjs/content-panel/nesting-context.js +0 -39
  2940. package/lib/commonjs/content-panel/nesting-context.js.map +0 -1
  2941. package/lib/commonjs/dialog/BloomDialogProvider.js +0 -61
  2942. package/lib/commonjs/dialog/BloomDialogProvider.js.map +0 -1
  2943. package/lib/commonjs/dialog/BloomDialogProvider.web.js +0 -45
  2944. package/lib/commonjs/dialog/BloomDialogProvider.web.js.map +0 -1
  2945. package/lib/commonjs/dialog/alert-store.js +0 -116
  2946. package/lib/commonjs/dialog/alert-store.js.map +0 -1
  2947. package/lib/commonjs/dialog/alert.js +0 -38
  2948. package/lib/commonjs/dialog/alert.js.map +0 -1
  2949. package/lib/commonjs/grouped-buttons/GroupedButtons.js +0 -114
  2950. package/lib/commonjs/grouped-buttons/GroupedButtons.js.map +0 -1
  2951. package/lib/commonjs/grouped-buttons/index.js +0 -19
  2952. package/lib/commonjs/grouped-buttons/index.js.map +0 -1
  2953. package/lib/commonjs/grouped-buttons/types.js.map +0 -1
  2954. package/lib/commonjs/hooks/mergeRefs.js +0 -32
  2955. package/lib/commonjs/hooks/mergeRefs.js.map +0 -1
  2956. package/lib/commonjs/hooks/useControllableState.js +0 -35
  2957. package/lib/commonjs/hooks/useControllableState.js.map +0 -1
  2958. package/lib/commonjs/hooks/useDelayedLoading.js +0 -23
  2959. package/lib/commonjs/hooks/useDelayedLoading.js.map +0 -1
  2960. package/lib/commonjs/hooks/useGutters.js +0 -106
  2961. package/lib/commonjs/hooks/useGutters.js.map +0 -1
  2962. package/lib/commonjs/hooks/useHaptics.js +0 -67
  2963. package/lib/commonjs/hooks/useHaptics.js.map +0 -1
  2964. package/lib/commonjs/hooks/useImagePreload.js +0 -52
  2965. package/lib/commonjs/hooks/useImagePreload.js.map +0 -1
  2966. package/lib/commonjs/hooks/useInteractionState.js +0 -70
  2967. package/lib/commonjs/hooks/useInteractionState.js.map +0 -1
  2968. package/lib/commonjs/hooks/usePressAnimation.js +0 -45
  2969. package/lib/commonjs/hooks/usePressAnimation.js.map +0 -1
  2970. package/lib/commonjs/hooks/useThrottledValue.js +0 -35
  2971. package/lib/commonjs/hooks/useThrottledValue.js.map +0 -1
  2972. package/lib/commonjs/icons/common.js +0 -79
  2973. package/lib/commonjs/icons/common.js.map +0 -1
  2974. package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -82
  2975. package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
  2976. package/lib/commonjs/menu/context.js +0 -28
  2977. package/lib/commonjs/menu/context.js.map +0 -1
  2978. package/lib/commonjs/menu/index.js +0 -237
  2979. package/lib/commonjs/menu/index.js.map +0 -1
  2980. package/lib/commonjs/menu/index.web.js +0 -384
  2981. package/lib/commonjs/menu/index.web.js.map +0 -1
  2982. package/lib/commonjs/menu/types.js.map +0 -1
  2983. package/lib/commonjs/pressable-with-hover/PressableWithHover.js +0 -36
  2984. package/lib/commonjs/pressable-with-hover/PressableWithHover.js.map +0 -1
  2985. package/lib/commonjs/pressable-with-hover/index.js +0 -13
  2986. package/lib/commonjs/pressable-with-hover/index.js.map +0 -1
  2987. package/lib/commonjs/select/common.js +0 -39
  2988. package/lib/commonjs/select/common.js.map +0 -1
  2989. package/lib/commonjs/surfaces/surfaceStore.js +0 -172
  2990. package/lib/commonjs/surfaces/surfaceStore.js.map +0 -1
  2991. package/lib/commonjs/surfaces/useSurface.js +0 -36
  2992. package/lib/commonjs/surfaces/useSurface.js.map +0 -1
  2993. package/lib/commonjs/tab-bar/minimize-context.js +0 -127
  2994. package/lib/commonjs/tab-bar/minimize-context.js.map +0 -1
  2995. package/lib/commonjs/toast/position-utils.js +0 -120
  2996. package/lib/commonjs/toast/position-utils.js.map +0 -1
  2997. package/lib/commonjs/toast/positioner-utils.js +0 -141
  2998. package/lib/commonjs/toast/positioner-utils.js.map +0 -1
  2999. package/lib/commonjs/tooltip/const.js +0 -12
  3000. package/lib/commonjs/tooltip/const.js.map +0 -1
  3001. package/lib/commonjs/typography/styled-text.js +0 -29
  3002. package/lib/commonjs/typography/styled-text.js.map +0 -1
  3003. package/lib/module/activity-heatmap/bucketByDay.js +0 -47
  3004. package/lib/module/activity-heatmap/bucketByDay.js.map +0 -1
  3005. package/lib/module/alert-dialog/AlertDialogHost.js +0 -45
  3006. package/lib/module/alert-dialog/AlertDialogHost.js.map +0 -1
  3007. package/lib/module/alert-dialog/confirm-store.js +0 -73
  3008. package/lib/module/alert-dialog/confirm-store.js.map +0 -1
  3009. package/lib/module/avatar/placeholder-context.js +0 -10
  3010. package/lib/module/avatar/placeholder-context.js.map +0 -1
  3011. package/lib/module/collapsible/Collapsible.js +0 -103
  3012. package/lib/module/collapsible/Collapsible.js.map +0 -1
  3013. package/lib/module/collapsible/index.js +0 -4
  3014. package/lib/module/collapsible/index.js.map +0 -1
  3015. package/lib/module/collapsible/types.js.map +0 -1
  3016. package/lib/module/content-panel/nesting-context.js +0 -35
  3017. package/lib/module/content-panel/nesting-context.js.map +0 -1
  3018. package/lib/module/dialog/BloomDialogProvider.js +0 -57
  3019. package/lib/module/dialog/BloomDialogProvider.js.map +0 -1
  3020. package/lib/module/dialog/BloomDialogProvider.web.js +0 -41
  3021. package/lib/module/dialog/BloomDialogProvider.web.js.map +0 -1
  3022. package/lib/module/dialog/alert-store.js +0 -107
  3023. package/lib/module/dialog/alert-store.js.map +0 -1
  3024. package/lib/module/dialog/alert.js +0 -35
  3025. package/lib/module/dialog/alert.js.map +0 -1
  3026. package/lib/module/grouped-buttons/GroupedButtons.js +0 -109
  3027. package/lib/module/grouped-buttons/GroupedButtons.js.map +0 -1
  3028. package/lib/module/grouped-buttons/index.js +0 -4
  3029. package/lib/module/grouped-buttons/index.js.map +0 -1
  3030. package/lib/module/grouped-buttons/types.js.map +0 -1
  3031. package/lib/module/hooks/mergeRefs.js +0 -28
  3032. package/lib/module/hooks/mergeRefs.js.map +0 -1
  3033. package/lib/module/hooks/useControllableState.js +0 -31
  3034. package/lib/module/hooks/useControllableState.js.map +0 -1
  3035. package/lib/module/hooks/useDelayedLoading.js +0 -20
  3036. package/lib/module/hooks/useDelayedLoading.js.map +0 -1
  3037. package/lib/module/hooks/useGutters.js +0 -103
  3038. package/lib/module/hooks/useGutters.js.map +0 -1
  3039. package/lib/module/hooks/useHaptics.js +0 -61
  3040. package/lib/module/hooks/useHaptics.js.map +0 -1
  3041. package/lib/module/hooks/useImagePreload.js +0 -48
  3042. package/lib/module/hooks/useImagePreload.js.map +0 -1
  3043. package/lib/module/hooks/useInteractionState.js +0 -66
  3044. package/lib/module/hooks/useInteractionState.js.map +0 -1
  3045. package/lib/module/hooks/usePressAnimation.js +0 -42
  3046. package/lib/module/hooks/usePressAnimation.js.map +0 -1
  3047. package/lib/module/hooks/useThrottledValue.js +0 -32
  3048. package/lib/module/hooks/useThrottledValue.js.map +0 -1
  3049. package/lib/module/icons/common.js +0 -73
  3050. package/lib/module/icons/common.js.map +0 -1
  3051. package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -73
  3052. package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
  3053. package/lib/module/menu/context.js +0 -22
  3054. package/lib/module/menu/context.js.map +0 -1
  3055. package/lib/module/menu/index.js +0 -215
  3056. package/lib/module/menu/index.js.map +0 -1
  3057. package/lib/module/menu/index.web.js +0 -366
  3058. package/lib/module/menu/index.web.js.map +0 -1
  3059. package/lib/module/menu/types.js.map +0 -1
  3060. package/lib/module/pressable-with-hover/PressableWithHover.js +0 -31
  3061. package/lib/module/pressable-with-hover/PressableWithHover.js.map +0 -1
  3062. package/lib/module/pressable-with-hover/index.js +0 -4
  3063. package/lib/module/pressable-with-hover/index.js.map +0 -1
  3064. package/lib/module/select/common.js +0 -32
  3065. package/lib/module/select/common.js.map +0 -1
  3066. package/lib/module/surfaces/surfaceStore.js +0 -159
  3067. package/lib/module/surfaces/surfaceStore.js.map +0 -1
  3068. package/lib/module/surfaces/useSurface.js +0 -31
  3069. package/lib/module/surfaces/useSurface.js.map +0 -1
  3070. package/lib/module/tab-bar/minimize-context.js +0 -118
  3071. package/lib/module/tab-bar/minimize-context.js.map +0 -1
  3072. package/lib/module/toast/position-utils.js +0 -112
  3073. package/lib/module/toast/position-utils.js.map +0 -1
  3074. package/lib/module/toast/positioner-utils.js +0 -134
  3075. package/lib/module/toast/positioner-utils.js.map +0 -1
  3076. package/lib/module/tooltip/const.js +0 -8
  3077. package/lib/module/tooltip/const.js.map +0 -1
  3078. package/lib/module/typography/styled-text.js +0 -24
  3079. package/lib/module/typography/styled-text.js.map +0 -1
  3080. package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts +0 -9
  3081. package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts.map +0 -1
  3082. package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts +0 -15
  3083. package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts.map +0 -1
  3084. package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts +0 -31
  3085. package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts.map +0 -1
  3086. package/lib/typescript/commonjs/avatar/placeholder-context.d.ts +0 -8
  3087. package/lib/typescript/commonjs/avatar/placeholder-context.d.ts.map +0 -1
  3088. package/lib/typescript/commonjs/collapsible/Collapsible.d.ts +0 -4
  3089. package/lib/typescript/commonjs/collapsible/Collapsible.d.ts.map +0 -1
  3090. package/lib/typescript/commonjs/collapsible/index.d.ts +0 -3
  3091. package/lib/typescript/commonjs/collapsible/index.d.ts.map +0 -1
  3092. package/lib/typescript/commonjs/collapsible/types.d.ts +0 -18
  3093. package/lib/typescript/commonjs/collapsible/types.d.ts.map +0 -1
  3094. package/lib/typescript/commonjs/content-panel/nesting-context.d.ts +0 -24
  3095. package/lib/typescript/commonjs/content-panel/nesting-context.d.ts.map +0 -1
  3096. package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts +0 -27
  3097. package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts.map +0 -1
  3098. package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts +0 -15
  3099. package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts.map +0 -1
  3100. package/lib/typescript/commonjs/dialog/alert-store.d.ts +0 -70
  3101. package/lib/typescript/commonjs/dialog/alert-store.d.ts.map +0 -1
  3102. package/lib/typescript/commonjs/dialog/alert.d.ts +0 -27
  3103. package/lib/typescript/commonjs/dialog/alert.d.ts.map +0 -1
  3104. package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts +0 -12
  3105. package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts.map +0 -1
  3106. package/lib/typescript/commonjs/grouped-buttons/index.d.ts +0 -3
  3107. package/lib/typescript/commonjs/grouped-buttons/index.d.ts.map +0 -1
  3108. package/lib/typescript/commonjs/grouped-buttons/types.d.ts +0 -15
  3109. package/lib/typescript/commonjs/grouped-buttons/types.d.ts.map +0 -1
  3110. package/lib/typescript/commonjs/hooks/mergeRefs.d.ts +0 -17
  3111. package/lib/typescript/commonjs/hooks/mergeRefs.d.ts.map +0 -1
  3112. package/lib/typescript/commonjs/hooks/useControllableState.d.ts +0 -19
  3113. package/lib/typescript/commonjs/hooks/useControllableState.d.ts.map +0 -1
  3114. package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts +0 -6
  3115. package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts.map +0 -1
  3116. package/lib/typescript/commonjs/hooks/useGutters.d.ts +0 -32
  3117. package/lib/typescript/commonjs/hooks/useGutters.d.ts.map +0 -1
  3118. package/lib/typescript/commonjs/hooks/useHaptics.d.ts +0 -28
  3119. package/lib/typescript/commonjs/hooks/useHaptics.d.ts.map +0 -1
  3120. package/lib/typescript/commonjs/hooks/useImagePreload.d.ts +0 -10
  3121. package/lib/typescript/commonjs/hooks/useImagePreload.d.ts.map +0 -1
  3122. package/lib/typescript/commonjs/hooks/useInteractionState.d.ts +0 -35
  3123. package/lib/typescript/commonjs/hooks/useInteractionState.d.ts.map +0 -1
  3124. package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts +0 -16
  3125. package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts.map +0 -1
  3126. package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts +0 -5
  3127. package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts.map +0 -1
  3128. package/lib/typescript/commonjs/icons/common.d.ts +0 -394
  3129. package/lib/typescript/commonjs/icons/common.d.ts.map +0 -1
  3130. package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
  3131. package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
  3132. package/lib/typescript/commonjs/menu/context.d.ts +0 -6
  3133. package/lib/typescript/commonjs/menu/context.d.ts.map +0 -1
  3134. package/lib/typescript/commonjs/menu/index.d.ts +0 -22
  3135. package/lib/typescript/commonjs/menu/index.d.ts.map +0 -1
  3136. package/lib/typescript/commonjs/menu/index.web.d.ts +0 -26
  3137. package/lib/typescript/commonjs/menu/index.web.d.ts.map +0 -1
  3138. package/lib/typescript/commonjs/menu/types.d.ts +0 -62
  3139. package/lib/typescript/commonjs/menu/types.d.ts.map +0 -1
  3140. package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts +0 -18
  3141. package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
  3142. package/lib/typescript/commonjs/pressable-with-hover/index.d.ts +0 -3
  3143. package/lib/typescript/commonjs/pressable-with-hover/index.d.ts.map +0 -1
  3144. package/lib/typescript/commonjs/select/common.d.ts +0 -5
  3145. package/lib/typescript/commonjs/select/common.d.ts.map +0 -1
  3146. package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts +0 -51
  3147. package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts.map +0 -1
  3148. package/lib/typescript/commonjs/surfaces/useSurface.d.ts +0 -21
  3149. package/lib/typescript/commonjs/surfaces/useSurface.d.ts.map +0 -1
  3150. package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts +0 -51
  3151. package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts.map +0 -1
  3152. package/lib/typescript/commonjs/toast/position-utils.d.ts +0 -35
  3153. package/lib/typescript/commonjs/toast/position-utils.d.ts.map +0 -1
  3154. package/lib/typescript/commonjs/toast/positioner-utils.d.ts +0 -72
  3155. package/lib/typescript/commonjs/toast/positioner-utils.d.ts.map +0 -1
  3156. package/lib/typescript/commonjs/tooltip/const.d.ts +0 -5
  3157. package/lib/typescript/commonjs/tooltip/const.d.ts.map +0 -1
  3158. package/lib/typescript/commonjs/typography/styled-text.d.ts +0 -10
  3159. package/lib/typescript/commonjs/typography/styled-text.d.ts.map +0 -1
  3160. package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts +0 -9
  3161. package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts.map +0 -1
  3162. package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts +0 -15
  3163. package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts.map +0 -1
  3164. package/lib/typescript/module/alert-dialog/confirm-store.d.ts +0 -31
  3165. package/lib/typescript/module/alert-dialog/confirm-store.d.ts.map +0 -1
  3166. package/lib/typescript/module/avatar/placeholder-context.d.ts +0 -8
  3167. package/lib/typescript/module/avatar/placeholder-context.d.ts.map +0 -1
  3168. package/lib/typescript/module/collapsible/Collapsible.d.ts +0 -4
  3169. package/lib/typescript/module/collapsible/Collapsible.d.ts.map +0 -1
  3170. package/lib/typescript/module/collapsible/index.d.ts +0 -3
  3171. package/lib/typescript/module/collapsible/index.d.ts.map +0 -1
  3172. package/lib/typescript/module/collapsible/types.d.ts +0 -18
  3173. package/lib/typescript/module/collapsible/types.d.ts.map +0 -1
  3174. package/lib/typescript/module/content-panel/nesting-context.d.ts +0 -24
  3175. package/lib/typescript/module/content-panel/nesting-context.d.ts.map +0 -1
  3176. package/lib/typescript/module/dialog/BloomDialogProvider.d.ts +0 -27
  3177. package/lib/typescript/module/dialog/BloomDialogProvider.d.ts.map +0 -1
  3178. package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts +0 -15
  3179. package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts.map +0 -1
  3180. package/lib/typescript/module/dialog/alert-store.d.ts +0 -70
  3181. package/lib/typescript/module/dialog/alert-store.d.ts.map +0 -1
  3182. package/lib/typescript/module/dialog/alert.d.ts +0 -27
  3183. package/lib/typescript/module/dialog/alert.d.ts.map +0 -1
  3184. package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts +0 -12
  3185. package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts.map +0 -1
  3186. package/lib/typescript/module/grouped-buttons/index.d.ts +0 -3
  3187. package/lib/typescript/module/grouped-buttons/index.d.ts.map +0 -1
  3188. package/lib/typescript/module/grouped-buttons/types.d.ts +0 -15
  3189. package/lib/typescript/module/grouped-buttons/types.d.ts.map +0 -1
  3190. package/lib/typescript/module/hooks/mergeRefs.d.ts +0 -17
  3191. package/lib/typescript/module/hooks/mergeRefs.d.ts.map +0 -1
  3192. package/lib/typescript/module/hooks/useControllableState.d.ts +0 -19
  3193. package/lib/typescript/module/hooks/useControllableState.d.ts.map +0 -1
  3194. package/lib/typescript/module/hooks/useDelayedLoading.d.ts +0 -6
  3195. package/lib/typescript/module/hooks/useDelayedLoading.d.ts.map +0 -1
  3196. package/lib/typescript/module/hooks/useGutters.d.ts +0 -32
  3197. package/lib/typescript/module/hooks/useGutters.d.ts.map +0 -1
  3198. package/lib/typescript/module/hooks/useHaptics.d.ts +0 -28
  3199. package/lib/typescript/module/hooks/useHaptics.d.ts.map +0 -1
  3200. package/lib/typescript/module/hooks/useImagePreload.d.ts +0 -10
  3201. package/lib/typescript/module/hooks/useImagePreload.d.ts.map +0 -1
  3202. package/lib/typescript/module/hooks/useInteractionState.d.ts +0 -35
  3203. package/lib/typescript/module/hooks/useInteractionState.d.ts.map +0 -1
  3204. package/lib/typescript/module/hooks/usePressAnimation.d.ts +0 -16
  3205. package/lib/typescript/module/hooks/usePressAnimation.d.ts.map +0 -1
  3206. package/lib/typescript/module/hooks/useThrottledValue.d.ts +0 -5
  3207. package/lib/typescript/module/hooks/useThrottledValue.d.ts.map +0 -1
  3208. package/lib/typescript/module/icons/common.d.ts +0 -394
  3209. package/lib/typescript/module/icons/common.d.ts.map +0 -1
  3210. package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
  3211. package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
  3212. package/lib/typescript/module/menu/context.d.ts +0 -6
  3213. package/lib/typescript/module/menu/context.d.ts.map +0 -1
  3214. package/lib/typescript/module/menu/index.d.ts +0 -22
  3215. package/lib/typescript/module/menu/index.d.ts.map +0 -1
  3216. package/lib/typescript/module/menu/index.web.d.ts +0 -26
  3217. package/lib/typescript/module/menu/index.web.d.ts.map +0 -1
  3218. package/lib/typescript/module/menu/types.d.ts +0 -62
  3219. package/lib/typescript/module/menu/types.d.ts.map +0 -1
  3220. package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts +0 -18
  3221. package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
  3222. package/lib/typescript/module/pressable-with-hover/index.d.ts +0 -3
  3223. package/lib/typescript/module/pressable-with-hover/index.d.ts.map +0 -1
  3224. package/lib/typescript/module/select/common.d.ts +0 -5
  3225. package/lib/typescript/module/select/common.d.ts.map +0 -1
  3226. package/lib/typescript/module/surfaces/surfaceStore.d.ts +0 -51
  3227. package/lib/typescript/module/surfaces/surfaceStore.d.ts.map +0 -1
  3228. package/lib/typescript/module/surfaces/useSurface.d.ts +0 -21
  3229. package/lib/typescript/module/surfaces/useSurface.d.ts.map +0 -1
  3230. package/lib/typescript/module/tab-bar/minimize-context.d.ts +0 -51
  3231. package/lib/typescript/module/tab-bar/minimize-context.d.ts.map +0 -1
  3232. package/lib/typescript/module/toast/position-utils.d.ts +0 -35
  3233. package/lib/typescript/module/toast/position-utils.d.ts.map +0 -1
  3234. package/lib/typescript/module/toast/positioner-utils.d.ts +0 -72
  3235. package/lib/typescript/module/toast/positioner-utils.d.ts.map +0 -1
  3236. package/lib/typescript/module/tooltip/const.d.ts +0 -5
  3237. package/lib/typescript/module/tooltip/const.d.ts.map +0 -1
  3238. package/lib/typescript/module/typography/styled-text.d.ts +0 -10
  3239. package/lib/typescript/module/typography/styled-text.d.ts.map +0 -1
  3240. package/src/__tests__/AlertDialog.test.tsx +0 -284
  3241. package/src/__tests__/AnimatedCheck.test.tsx +0 -31
  3242. package/src/__tests__/Avatar.test.tsx +0 -87
  3243. package/src/__tests__/AvatarGroupCluster.test.tsx +0 -224
  3244. package/src/__tests__/BenefitList.test.tsx +0 -108
  3245. package/src/__tests__/BloomColorScope.test.tsx +0 -244
  3246. package/src/__tests__/BloomProvider.web.test.tsx +0 -107
  3247. package/src/__tests__/BloomThemeProvider.fonts-web.test.tsx +0 -42
  3248. package/src/__tests__/BloomThemeProvider.modes.test.tsx +0 -159
  3249. package/src/__tests__/BloomThemeProvider.persistence.test.tsx +0 -321
  3250. package/src/__tests__/BloomThemeProvider.test.tsx +0 -188
  3251. package/src/__tests__/BottomSheet.test.tsx +0 -329
  3252. package/src/__tests__/BottomSheetGesture.test.tsx +0 -135
  3253. package/src/__tests__/BottomSheetWebFork.test.ts +0 -66
  3254. package/src/__tests__/Button.test.tsx +0 -306
  3255. package/src/__tests__/Button.web.test.tsx +0 -268
  3256. package/src/__tests__/Code.test.tsx +0 -25
  3257. package/src/__tests__/Command.test.tsx +0 -228
  3258. package/src/__tests__/ConnectionDots.test.tsx +0 -86
  3259. package/src/__tests__/ContentPanelNesting.test.tsx +0 -126
  3260. package/src/__tests__/Dialog.test.tsx +0 -254
  3261. package/src/__tests__/Dialog.web.test.tsx +0 -101
  3262. package/src/__tests__/DialogBottomSheet.test.tsx +0 -284
  3263. package/src/__tests__/DialogMorph.test.tsx +0 -230
  3264. package/src/__tests__/DialogPlacement.test.tsx +0 -144
  3265. package/src/__tests__/ErrorBoundary.test.tsx +0 -217
  3266. package/src/__tests__/Fab.test.tsx +0 -93
  3267. package/src/__tests__/Fab.web.test.tsx +0 -203
  3268. package/src/__tests__/Field.test.tsx +0 -55
  3269. package/src/__tests__/FontLoader.native.test.tsx +0 -146
  3270. package/src/__tests__/FrostedIconButton.test.tsx +0 -137
  3271. package/src/__tests__/FrostedIconButton.web.test.tsx +0 -246
  3272. package/src/__tests__/InputGroup.test.tsx +0 -47
  3273. package/src/__tests__/Item.test.tsx +0 -77
  3274. package/src/__tests__/Kbd.test.tsx +0 -27
  3275. package/src/__tests__/Label.test.tsx +0 -30
  3276. package/src/__tests__/LinkPreviewCard.test.tsx +0 -88
  3277. package/src/__tests__/MediaInsetBorder.test.tsx +0 -36
  3278. package/src/__tests__/Motion.test.tsx +0 -86
  3279. package/src/__tests__/MotionWebFork.test.ts +0 -140
  3280. package/src/__tests__/Pre.test.tsx +0 -25
  3281. package/src/__tests__/PressableScale.test.tsx +0 -38
  3282. package/src/__tests__/PressableWithHover.test.tsx +0 -48
  3283. package/src/__tests__/SelectItemLabel.test.tsx +0 -46
  3284. package/src/__tests__/SettingsList.test.tsx +0 -76
  3285. package/src/__tests__/SheetShell.test.tsx +0 -82
  3286. package/src/__tests__/Skeleton.test.tsx +0 -63
  3287. package/src/__tests__/Slider.test.tsx +0 -47
  3288. package/src/__tests__/StatWidgets.test.tsx +0 -184
  3289. package/src/__tests__/SubtleHover.test.tsx +0 -50
  3290. package/src/__tests__/TabBar.test.tsx +0 -430
  3291. package/src/__tests__/TabBarAnimatedShorthand.test.ts +0 -135
  3292. package/src/__tests__/TabBarBlur.test.tsx +0 -159
  3293. package/src/__tests__/TabBarFootprint.test.tsx +0 -172
  3294. package/src/__tests__/TabBarGlassFallback.test.tsx +0 -234
  3295. package/src/__tests__/TabBarLongPress.test.tsx +0 -258
  3296. package/src/__tests__/TabBarMaxWidth.test.tsx +0 -413
  3297. package/src/__tests__/TabBarNoSelection.test.tsx +0 -460
  3298. package/src/__tests__/TabBarReanimatedDeps.test.ts +0 -154
  3299. package/src/__tests__/TabBarWebFork.test.ts +0 -244
  3300. package/src/__tests__/Tabs.test.tsx +0 -573
  3301. package/src/__tests__/TextFieldFloatingLabel.test.tsx +0 -93
  3302. package/src/__tests__/ToastContent.test.tsx +0 -192
  3303. package/src/__tests__/ToastHostWebFork.test.ts +0 -173
  3304. package/src/__tests__/Toaster.test.tsx +0 -1142
  3305. package/src/__tests__/VirtualList.native.test.tsx +0 -67
  3306. package/src/__tests__/VirtualList.web.test.tsx +0 -127
  3307. package/src/__tests__/adopt-style-sheet.node.test.ts +0 -21
  3308. package/src/__tests__/adopt-style-sheet.test.ts +0 -165
  3309. package/src/__tests__/ambient-theme.test.tsx +0 -136
  3310. package/src/__tests__/animated-style-deps.test.ts +0 -180
  3311. package/src/__tests__/apply-dark-class.test.ts +0 -70
  3312. package/src/__tests__/apply-font-faces.test.ts +0 -121
  3313. package/src/__tests__/aria-state-web.test.tsx +0 -466
  3314. package/src/__tests__/backdrop-fade-form.test.ts +0 -91
  3315. package/src/__tests__/backdrop-nesting.test.tsx +0 -95
  3316. package/src/__tests__/color-scope-nativewind.test.ts +0 -135
  3317. package/src/__tests__/confirm-store.test.ts +0 -74
  3318. package/src/__tests__/connection-status-netinfo.test.tsx +0 -203
  3319. package/src/__tests__/design-tokens-json.test.ts +0 -112
  3320. package/src/__tests__/design-tokens.test.ts +0 -343
  3321. package/src/__tests__/dropdown-placement.test.ts +0 -90
  3322. package/src/__tests__/exports-map-contract.test.ts +0 -116
  3323. package/src/__tests__/icon-references.test.ts +0 -243
  3324. package/src/__tests__/imageIntrinsicSize.test.ts +0 -47
  3325. package/src/__tests__/init-css-interop.test.ts +0 -130
  3326. package/src/__tests__/native-root-vars.test.ts +0 -158
  3327. package/src/__tests__/optional-peer-imports.test.ts +0 -465
  3328. package/src/__tests__/overlay-pointer-events.test.tsx +0 -238
  3329. package/src/__tests__/overlay-stack-order.test.tsx +0 -270
  3330. package/src/__tests__/persistence.test.ts +0 -155
  3331. package/src/__tests__/pointer-events-style-form.test.ts +0 -94
  3332. package/src/__tests__/preset-vars.test.ts +0 -140
  3333. package/src/__tests__/public-api-contract.test.ts +0 -69
  3334. package/src/__tests__/scroll-expo-router-adapter.test.tsx +0 -164
  3335. package/src/__tests__/scroll-native.test.tsx +0 -465
  3336. package/src/__tests__/scroll-store.test.ts +0 -109
  3337. package/src/__tests__/scroll-web.test.tsx +0 -1023
  3338. package/src/__tests__/surfaceStore.test.ts +0 -219
  3339. package/src/__tests__/svg-required-peer.test.tsx +0 -75
  3340. package/src/__tests__/theme-gradients.test.ts +0 -31
  3341. package/src/__tests__/theme.test.ts +0 -183
  3342. package/src/__tests__/toast-animations.test.ts +0 -98
  3343. package/src/__tests__/toast-comparator.test.ts +0 -131
  3344. package/src/__tests__/toast-enter-driver.test.ts +0 -147
  3345. package/src/__tests__/toast-fns.test.ts +0 -240
  3346. package/src/__tests__/toast-position-utils.test.ts +0 -303
  3347. package/src/__tests__/toast-positioner-utils.test.ts +0 -214
  3348. package/src/__tests__/toast-single-outlet-guard.test.tsx +0 -176
  3349. package/src/__tests__/toast-stack-hover.test.ts +0 -92
  3350. package/src/__tests__/toast-store.test.ts +0 -694
  3351. package/src/__tests__/toast-timers.test.ts +0 -163
  3352. package/src/__tests__/use-animated-target.test.tsx +0 -60
  3353. package/src/__tests__/use-app-state.test.tsx +0 -127
  3354. package/src/__tests__/use-toast-colors.test.tsx +0 -189
  3355. package/src/__tests__/useGutters.test.ts +0 -58
  3356. package/src/__tests__/useHaptics.test.tsx +0 -245
  3357. package/src/__tests__/useInteractionState.test.ts +0 -27
  3358. package/src/__tests__/useNavigationTheme.test.tsx +0 -227
  3359. package/src/__tests__/web-css-style.test.ts +0 -139
  3360. package/src/__tests__/web-position-fixed.test.ts +0 -70
  3361. package/src/activity-heatmap/ActivityHeatmap.stories.tsx +0 -108
  3362. package/src/alert-dialog/AlertDialog.stories.tsx +0 -61
  3363. package/src/alert-dialog/AlertDialogHost.tsx +0 -51
  3364. package/src/alert-dialog/confirm-store.ts +0 -77
  3365. package/src/animated-check/AnimatedCheck.stories.tsx +0 -60
  3366. package/src/avatar/Avatar.stories.tsx +0 -215
  3367. package/src/avatar-group/AvatarGroup.stories.tsx +0 -218
  3368. package/src/benefit-list/BenefitList.stories.tsx +0 -50
  3369. package/src/benefit-list/index.tsx +0 -133
  3370. package/src/bottom-sheet/BottomSheet.stories.tsx +0 -92
  3371. package/src/bottom-sheet/index.tsx +0 -108
  3372. package/src/bottom-sheet/index.web.tsx +0 -77
  3373. package/src/button/Button.stories.tsx +0 -94
  3374. package/src/collapsible/Collapsible.tsx +0 -109
  3375. package/src/collapsible/index.ts +0 -2
  3376. package/src/collapsible/types.ts +0 -18
  3377. package/src/combobox/Combobox.stories.tsx +0 -40
  3378. package/src/command/Command.stories.tsx +0 -60
  3379. package/src/composition-bar/CompositionBar.stories.tsx +0 -70
  3380. package/src/connection-dots/ConnectionDots.stories.tsx +0 -54
  3381. package/src/connection-status/index.tsx +0 -48
  3382. package/src/connection-status/index.web.tsx +0 -36
  3383. package/src/content-panel/index.tsx +0 -157
  3384. package/src/content-panel/index.web.tsx +0 -252
  3385. package/src/context-menu/ContextMenu.stories.tsx +0 -79
  3386. package/src/context-menu/index.tsx +0 -285
  3387. package/src/context-menu/index.web.tsx +0 -418
  3388. package/src/dialog/BloomDialogProvider.tsx +0 -61
  3389. package/src/dialog/BloomDialogProvider.web.tsx +0 -46
  3390. package/src/dialog/Dialog.stories.tsx +0 -149
  3391. package/src/dialog/alert-store.ts +0 -126
  3392. package/src/dialog/alert.ts +0 -42
  3393. package/src/dot-grid-meter/DotGridMeter.stories.tsx +0 -47
  3394. package/src/fab/Fab.stories.tsx +0 -80
  3395. package/src/field/Field.stories.tsx +0 -54
  3396. package/src/frosted-icon-button/FrostedIconButton.stories.tsx +0 -65
  3397. package/src/grouped-buttons/GroupedButtons.tsx +0 -113
  3398. package/src/grouped-buttons/index.ts +0 -2
  3399. package/src/grouped-buttons/types.ts +0 -16
  3400. package/src/hooks/usePressAnimation.ts +0 -38
  3401. package/src/icon-circle/index.tsx +0 -39
  3402. package/src/input-group/InputGroup.stories.tsx +0 -65
  3403. package/src/item/Item.stories.tsx +0 -43
  3404. package/src/kbd/Kbd.stories.tsx +0 -36
  3405. package/src/label/Label.stories.tsx +0 -32
  3406. package/src/list/index.tsx +0 -121
  3407. package/src/list/index.web.tsx +0 -261
  3408. package/src/loading/Loading.stories.tsx +0 -60
  3409. package/src/media-inset-border/MediaInsetBorder.stories.tsx +0 -60
  3410. package/src/menu/Menu.stories.tsx +0 -79
  3411. package/src/menu/context.ts +0 -25
  3412. package/src/menu/index.tsx +0 -275
  3413. package/src/menu/index.web.tsx +0 -469
  3414. package/src/menu/types.ts +0 -78
  3415. package/src/motion/Motion.stories.tsx +0 -99
  3416. package/src/overlay/OverlayStacking.stories.tsx +0 -207
  3417. package/src/overlay/index.tsx +0 -446
  3418. package/src/popover/Popover.stories.tsx +0 -61
  3419. package/src/popover/index.tsx +0 -104
  3420. package/src/popover/index.web.tsx +0 -334
  3421. package/src/portal/index.tsx +0 -131
  3422. package/src/portal/index.web.tsx +0 -80
  3423. package/src/pressable-scale/PressableScale.stories.tsx +0 -92
  3424. package/src/pressable-with-hover/PressableWithHover.stories.tsx +0 -43
  3425. package/src/pressable-with-hover/PressableWithHover.tsx +0 -43
  3426. package/src/pressable-with-hover/index.ts +0 -2
  3427. package/src/profile-card/ProfileCard.stories.tsx +0 -210
  3428. package/src/progressive-blur/index.tsx +0 -78
  3429. package/src/progressive-blur/index.web.tsx +0 -66
  3430. package/src/prompt-input/PromptInput.stories.tsx +0 -82
  3431. package/src/provider/index.tsx +0 -77
  3432. package/src/scroll/index.web.tsx +0 -356
  3433. package/src/search/index.tsx +0 -76
  3434. package/src/segmented-control/index.tsx +0 -348
  3435. package/src/select/Select.stories.tsx +0 -93
  3436. package/src/select/common.ts +0 -33
  3437. package/src/select/index.tsx +0 -418
  3438. package/src/select/index.web.tsx +0 -481
  3439. package/src/settings-list/SettingsList.stories.tsx +0 -106
  3440. package/src/skeleton/index.tsx +0 -228
  3441. package/src/slider/Slider.stories.tsx +0 -46
  3442. package/src/stat-bar/StatBar.stories.tsx +0 -61
  3443. package/src/subtle-hover/SubtleHover.stories.tsx +0 -85
  3444. package/src/tab-bar/TabBar.stories.tsx +0 -268
  3445. package/src/tab-bar/index.web.tsx +0 -35
  3446. package/src/tab-bar/minimize-context.tsx +0 -117
  3447. package/src/text-field/TextField.stories.tsx +0 -136
  3448. package/src/text-field/index.tsx +0 -619
  3449. package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +0 -1266
  3450. package/src/theme/__tests__/build-theme-from-seed-parity.test.ts +0 -33
  3451. package/src/theme/__tests__/color-engine-golden.test.ts +0 -81
  3452. package/src/theme/__tests__/color-preset-gates.test.ts +0 -50
  3453. package/src/theme/__tests__/color-space.test.ts +0 -28
  3454. package/src/theme/__tests__/color-utils.test.ts +0 -40
  3455. package/src/theme/__tests__/explicit-accents.test.ts +0 -129
  3456. package/src/theme/__tests__/golden-tokens.test.ts +0 -32
  3457. package/src/theme/__tests__/policy-legibility.test.ts +0 -194
  3458. package/src/theme/__tests__/runtime-contract.test.ts +0 -63
  3459. package/src/theme/__tests__/seed-scope-parity.test.ts +0 -27
  3460. package/src/theme/__tests__/theme-colors-parity.test.ts +0 -76
  3461. package/src/theme/__tests__/token-registry.test.ts +0 -30
  3462. package/src/theme/__tests__/visual-gallery.test.tsx +0 -10
  3463. package/src/toast/Toast.stories.tsx +0 -346
  3464. package/src/toast/index.tsx +0 -56
  3465. package/src/toast/position-utils.ts +0 -154
  3466. package/src/toast/positioner-utils.ts +0 -142
  3467. package/src/tooltip/index.tsx +0 -400
  3468. package/src/tooltip/index.web.tsx +0 -167
  3469. package/src/typography/__tests__/defaults.test.ts +0 -57
  3470. package/src/typography/index.tsx +0 -139
  3471. package/src/typography/styled-text.ts +0 -24
  3472. package/src/user-hover-card/UserHoverCard.stories.tsx +0 -113
  3473. package/src/zoomable-image-gallery/ZoomableImageGallery.stories.tsx +0 -134
  3474. /package/lib/commonjs/{collapsible → aspect-ratio}/types.js +0 -0
  3475. /package/lib/commonjs/{grouped-buttons → bottom-sheet}/types.js +0 -0
  3476. /package/lib/commonjs/{menu → content-panel}/types.js +0 -0
  3477. /package/lib/module/{collapsible → aspect-ratio}/types.js +0 -0
  3478. /package/lib/module/{grouped-buttons → bottom-sheet}/types.js +0 -0
  3479. /package/lib/module/{menu → content-panel}/types.js +0 -0
  3480. /package/src/activity-heatmap/{bucketByDay.ts → bucket-by-day.ts} +0 -0
  3481. /package/src/admonition/{index.tsx → Admonition.tsx} +0 -0
  3482. /package/src/avatar/{placeholder-context.ts → context.ts} +0 -0
  3483. /package/src/avatar-group/{index.web.tsx → index.web.ts} +0 -0
  3484. /package/src/content-panel/{nesting-context.ts → context.ts} +0 -0
  3485. /package/src/fill/{index.tsx → Fill.tsx} +0 -0
  3486. /package/src/grid/{index.tsx → Grid.tsx} +0 -0
  3487. /package/src/hooks/{mergeRefs.ts → merge-refs.ts} +0 -0
  3488. /package/src/hooks/{useControllableState.ts → use-controllable-state.ts} +0 -0
  3489. /package/src/hooks/{useDelayedLoading.ts → use-delayed-loading.ts} +0 -0
  3490. /package/src/hooks/{useGutters.ts → use-gutters.ts} +0 -0
  3491. /package/src/hooks/{useHaptics.tsx → use-haptics.tsx} +0 -0
  3492. /package/src/hooks/{useImagePreload.ts → use-image-preload.ts} +0 -0
  3493. /package/src/hooks/{useInteractionState.ts → use-interaction-state.ts} +0 -0
  3494. /package/src/hooks/{useThrottledValue.ts → use-throttled-value.ts} +0 -0
  3495. /package/src/icons/{common.tsx → shared.tsx} +0 -0
  3496. /package/src/image-aspect-ratio-cache/{imageAspectRatioCache.ts → aspect-ratio-cache.ts} +0 -0
  3497. /package/src/surfaces/{surfaceStore.ts → surface-store.ts} +0 -0
  3498. /package/src/surfaces/{useSurface.ts → use-surface.ts} +0 -0
  3499. /package/src/theme/color-scope/{index.tsx → ColorScope.tsx} +0 -0
  3500. /package/src/theme/color-scope/{index.web.tsx → ColorScope.web.tsx} +0 -0
  3501. /package/src/theme/seed-scope/{index.tsx → SeedScope.tsx} +0 -0
  3502. /package/src/theme/seed-scope/{index.web.tsx → SeedScope.web.tsx} +0 -0
  3503. /package/src/tooltip/{const.ts → constants.ts} +0 -0
@@ -7,7 +7,6 @@ var _exportNames = {
7
7
  atoms: true,
8
8
  flatten: true,
9
9
  Z_INDEX: true,
10
- zIndex: true,
11
10
  tokens: true,
12
11
  web: true,
13
12
  native: true,
@@ -28,25 +27,33 @@ var _exportNames = {
28
27
  FONT_FAMILY_VARS: true,
29
28
  SHADOW_BOX: true,
30
29
  bloomShadowStyle: true,
31
- useInteractionState: true,
32
- useDelayedLoading: true,
33
- useThrottledValue: true,
34
- useHaptics: true,
35
- BloomHapticsProvider: true,
36
- useGutters: true,
37
- useImagePreload: true,
38
- preloadImage: true,
39
30
  Icons: true,
40
31
  iconSizes: true,
41
32
  useCommonSVGProps: true,
33
+ ImageResolverProvider: true,
34
+ useImageResolver: true,
35
+ ImageAspectRatio: true,
36
+ ScrollRestorationProvider: true,
37
+ useScrollRestoration: true,
38
+ ConnectionStatusToasts: true,
39
+ OverlayRoot: true,
40
+ Backdrop: true,
41
+ useOverlayLayer: true,
42
+ useOverlayLayerContext: true,
43
+ layerForRank: true,
44
+ BACKDROP_BLUR_INTENSITY: true,
45
+ BACKDROP_DIM_OPACITY: true,
46
+ OVERLAY_STACK_BAND: true,
47
+ OVERLAY_STACK_BASE: true,
48
+ OVERLAY_STACK_MAX_RANK: true,
49
+ TOAST_LAYER_Z: true,
42
50
  Dialog: true,
43
- DIALOG_SHEET_BACKDROP_TESTID: true,
44
- BloomDialogProvider: true,
45
- alert: true,
46
51
  useDialogContext: true,
47
52
  useDialogControl: true,
48
53
  useDialogHeader: true,
49
54
  surfaces: true,
55
+ alert: true,
56
+ confirm: true,
50
57
  SurfaceProvider: true,
51
58
  SurfaceHost: true,
52
59
  useSurface: true,
@@ -66,8 +73,13 @@ var _exportNames = {
66
73
  ConnectionDots: true,
67
74
  BenefitRow: true,
68
75
  BenefitList: true,
76
+ ContentPanel: true,
77
+ GUTTER_MASK_SPREAD: true,
78
+ PANEL_TOP_INSET: true,
79
+ PANEL_BOTTOM_INSET: true,
80
+ ProgressiveBlur: true,
81
+ VirtualList: true,
69
82
  PressableScale: true,
70
- PressableWithHover: true,
71
83
  SubtleHover: true,
72
84
  ScaleAndFadeIn: true,
73
85
  ScaleAndFadeOut: true,
@@ -78,6 +90,7 @@ var _exportNames = {
78
90
  Label: true,
79
91
  Field: true,
80
92
  InputGroup: true,
93
+ InputGroupAddon: true,
81
94
  Slider: true,
82
95
  Combobox: true,
83
96
  BottomSheet: true,
@@ -91,8 +104,6 @@ var _exportNames = {
91
104
  Item: true,
92
105
  Kbd: true,
93
106
  AlertDialog: true,
94
- AlertDialogHost: true,
95
- confirm: true,
96
107
  Command: true,
97
108
  Code: true,
98
109
  Fonts: true
@@ -100,146 +111,152 @@ var _exportNames = {
100
111
  Object.defineProperty(exports, "ActivityHeatmap", {
101
112
  enumerable: true,
102
113
  get: function () {
103
- return _index41.ActivityHeatmap;
114
+ return _index42.ActivityHeatmap;
104
115
  }
105
116
  });
106
117
  Object.defineProperty(exports, "AlertDialog", {
107
118
  enumerable: true,
108
119
  get: function () {
109
- return _indexWeb16.AlertDialog;
120
+ return _indexWeb24.AlertDialog;
110
121
  }
111
122
  });
112
- Object.defineProperty(exports, "AlertDialogHost", {
123
+ Object.defineProperty(exports, "AnimatedCheck", {
113
124
  enumerable: true,
114
125
  get: function () {
115
- return _indexWeb16.AlertDialogHost;
126
+ return _index22.AnimatedCheck;
116
127
  }
117
128
  });
118
- Object.defineProperty(exports, "AnimatedCheck", {
129
+ Object.defineProperty(exports, "AvatarGroup", {
119
130
  enumerable: true,
120
131
  get: function () {
121
- return _index23.AnimatedCheck;
132
+ return _indexWeb0.AvatarGroup;
122
133
  }
123
134
  });
124
- Object.defineProperty(exports, "AvatarGroup", {
135
+ Object.defineProperty(exports, "BACKDROP_BLUR_INTENSITY", {
125
136
  enumerable: true,
126
137
  get: function () {
127
- return _indexWeb7.AvatarGroup;
138
+ return _index7.BACKDROP_BLUR_INTENSITY;
128
139
  }
129
140
  });
130
- Object.defineProperty(exports, "BORDER_ROLES", {
141
+ Object.defineProperty(exports, "BACKDROP_DIM_OPACITY", {
131
142
  enumerable: true,
132
143
  get: function () {
133
- return _index3.BORDER_ROLES;
144
+ return _index7.BACKDROP_DIM_OPACITY;
134
145
  }
135
146
  });
136
- Object.defineProperty(exports, "BORDER_WIDTH", {
147
+ Object.defineProperty(exports, "BORDER_ROLES", {
137
148
  enumerable: true,
138
149
  get: function () {
139
- return _index3.BORDER_WIDTH;
150
+ return _index2.BORDER_ROLES;
140
151
  }
141
152
  });
142
- Object.defineProperty(exports, "BenefitList", {
153
+ Object.defineProperty(exports, "BORDER_WIDTH", {
143
154
  enumerable: true,
144
155
  get: function () {
145
- return _index19.BenefitList;
156
+ return _index2.BORDER_WIDTH;
146
157
  }
147
158
  });
148
- Object.defineProperty(exports, "BenefitRow", {
159
+ Object.defineProperty(exports, "Backdrop", {
149
160
  enumerable: true,
150
161
  get: function () {
151
- return _index19.BenefitRow;
162
+ return _index7.Backdrop;
152
163
  }
153
164
  });
154
- Object.defineProperty(exports, "BloomDialogProvider", {
165
+ Object.defineProperty(exports, "BenefitList", {
155
166
  enumerable: true,
156
167
  get: function () {
157
- return _indexWeb2.BloomDialogProvider;
168
+ return _index19.BenefitList;
158
169
  }
159
170
  });
160
- Object.defineProperty(exports, "BloomHapticsProvider", {
171
+ Object.defineProperty(exports, "BenefitRow", {
161
172
  enumerable: true,
162
173
  get: function () {
163
- return _useHaptics.BloomHapticsProvider;
174
+ return _index19.BenefitRow;
164
175
  }
165
176
  });
166
177
  Object.defineProperty(exports, "BottomSheet", {
167
178
  enumerable: true,
168
179
  get: function () {
169
- return _indexWeb10.BottomSheet;
180
+ return _indexWeb17.BottomSheet;
170
181
  }
171
182
  });
172
183
  exports.Code = void 0;
173
184
  Object.defineProperty(exports, "Combobox", {
174
185
  enumerable: true,
175
186
  get: function () {
176
- return _indexWeb1.Combobox;
187
+ return _indexWeb16.Combobox;
177
188
  }
178
189
  });
179
190
  Object.defineProperty(exports, "Command", {
180
191
  enumerable: true,
181
192
  get: function () {
182
- return _indexWeb17.Command;
193
+ return _indexWeb25.Command;
183
194
  }
184
195
  });
185
196
  Object.defineProperty(exports, "CompositionBar", {
186
197
  enumerable: true,
187
198
  get: function () {
188
- return _index38.CompositionBar;
199
+ return _index39.CompositionBar;
189
200
  }
190
201
  });
191
202
  Object.defineProperty(exports, "ConnectionDots", {
192
203
  enumerable: true,
193
204
  get: function () {
194
- return _indexWeb9.ConnectionDots;
205
+ return _indexWeb11.ConnectionDots;
195
206
  }
196
207
  });
197
- Object.defineProperty(exports, "DIALOG_SHEET_BACKDROP_TESTID", {
208
+ Object.defineProperty(exports, "ConnectionStatusToasts", {
198
209
  enumerable: true,
199
210
  get: function () {
200
- return _indexWeb2.DIALOG_SHEET_BACKDROP_TESTID;
211
+ return _indexWeb3.ConnectionStatusToasts;
212
+ }
213
+ });
214
+ Object.defineProperty(exports, "ContentPanel", {
215
+ enumerable: true,
216
+ get: function () {
217
+ return _indexWeb12.ContentPanel;
201
218
  }
202
219
  });
203
220
  Object.defineProperty(exports, "Dialog", {
204
221
  enumerable: true,
205
222
  get: function () {
206
- return _indexWeb2.Dialog;
223
+ return _indexWeb5.Dialog;
207
224
  }
208
225
  });
209
226
  Object.defineProperty(exports, "DotGridMeter", {
210
227
  enumerable: true,
211
228
  get: function () {
212
- return _index39.DotGridMeter;
229
+ return _index40.DotGridMeter;
213
230
  }
214
231
  });
215
232
  Object.defineProperty(exports, "ErrorBoundary", {
216
233
  enumerable: true,
217
234
  get: function () {
218
- return _index9.ErrorBoundary;
235
+ return _index0.ErrorBoundary;
219
236
  }
220
237
  });
221
238
  Object.defineProperty(exports, "FILL_ROLES", {
222
239
  enumerable: true,
223
240
  get: function () {
224
- return _index3.FILL_ROLES;
241
+ return _index2.FILL_ROLES;
225
242
  }
226
243
  });
227
244
  Object.defineProperty(exports, "FONT_FAMILY_VARS", {
228
245
  enumerable: true,
229
246
  get: function () {
230
- return _index3.FONT_FAMILY_VARS;
247
+ return _index2.FONT_FAMILY_VARS;
231
248
  }
232
249
  });
233
250
  Object.defineProperty(exports, "Fab", {
234
251
  enumerable: true,
235
252
  get: function () {
236
- return _indexWeb5.Fab;
253
+ return _indexWeb8.Fab;
237
254
  }
238
255
  });
239
256
  Object.defineProperty(exports, "Field", {
240
257
  enumerable: true,
241
258
  get: function () {
242
- return _index28.Field;
259
+ return _index27.Field;
243
260
  }
244
261
  });
245
262
  Object.defineProperty(exports, "Fill", {
@@ -252,7 +269,13 @@ exports.Fonts = void 0;
252
269
  Object.defineProperty(exports, "FrostedIconButton", {
253
270
  enumerable: true,
254
271
  get: function () {
255
- return _indexWeb6.FrostedIconButton;
272
+ return _indexWeb9.FrostedIconButton;
273
+ }
274
+ });
275
+ Object.defineProperty(exports, "GUTTER_MASK_SPREAD", {
276
+ enumerable: true,
277
+ get: function () {
278
+ return _indexWeb12.GUTTER_MASK_SPREAD;
256
279
  }
257
280
  });
258
281
  exports.Grid = void 0;
@@ -262,35 +285,47 @@ Object.defineProperty(exports, "IconCircle", {
262
285
  return _index18.IconCircle;
263
286
  }
264
287
  });
265
- exports.Icons = void 0;
288
+ exports.ImageAspectRatio = exports.Icons = void 0;
289
+ Object.defineProperty(exports, "ImageResolverProvider", {
290
+ enumerable: true,
291
+ get: function () {
292
+ return _index5.ImageResolverProvider;
293
+ }
294
+ });
266
295
  Object.defineProperty(exports, "InputGroup", {
267
296
  enumerable: true,
268
297
  get: function () {
269
- return _index29.InputGroup;
298
+ return _index28.InputGroup;
299
+ }
300
+ });
301
+ Object.defineProperty(exports, "InputGroupAddon", {
302
+ enumerable: true,
303
+ get: function () {
304
+ return _index28.InputGroupAddon;
270
305
  }
271
306
  });
272
307
  Object.defineProperty(exports, "Item", {
273
308
  enumerable: true,
274
309
  get: function () {
275
- return _index44.Item;
310
+ return _index45.Item;
276
311
  }
277
312
  });
278
313
  Object.defineProperty(exports, "Kbd", {
279
314
  enumerable: true,
280
315
  get: function () {
281
- return _index45.Kbd;
316
+ return _index46.Kbd;
282
317
  }
283
318
  });
284
319
  Object.defineProperty(exports, "Label", {
285
320
  enumerable: true,
286
321
  get: function () {
287
- return _index27.Label;
322
+ return _index26.Label;
288
323
  }
289
324
  });
290
325
  Object.defineProperty(exports, "LinkPreviewCard", {
291
326
  enumerable: true,
292
327
  get: function () {
293
- return _index37.LinkPreviewCard;
328
+ return _index38.LinkPreviewCard;
294
329
  }
295
330
  });
296
331
  Object.defineProperty(exports, "MediaInsetBorder", {
@@ -299,113 +334,161 @@ Object.defineProperty(exports, "MediaInsetBorder", {
299
334
  return _index17.MediaInsetBorder;
300
335
  }
301
336
  });
337
+ Object.defineProperty(exports, "OVERLAY_STACK_BAND", {
338
+ enumerable: true,
339
+ get: function () {
340
+ return _index7.OVERLAY_STACK_BAND;
341
+ }
342
+ });
343
+ Object.defineProperty(exports, "OVERLAY_STACK_BASE", {
344
+ enumerable: true,
345
+ get: function () {
346
+ return _index7.OVERLAY_STACK_BASE;
347
+ }
348
+ });
349
+ Object.defineProperty(exports, "OVERLAY_STACK_MAX_RANK", {
350
+ enumerable: true,
351
+ get: function () {
352
+ return _index7.OVERLAY_STACK_MAX_RANK;
353
+ }
354
+ });
355
+ Object.defineProperty(exports, "OverlayRoot", {
356
+ enumerable: true,
357
+ get: function () {
358
+ return _index7.OverlayRoot;
359
+ }
360
+ });
361
+ Object.defineProperty(exports, "PANEL_BOTTOM_INSET", {
362
+ enumerable: true,
363
+ get: function () {
364
+ return _indexWeb12.PANEL_BOTTOM_INSET;
365
+ }
366
+ });
367
+ Object.defineProperty(exports, "PANEL_TOP_INSET", {
368
+ enumerable: true,
369
+ get: function () {
370
+ return _indexWeb12.PANEL_TOP_INSET;
371
+ }
372
+ });
302
373
  Object.defineProperty(exports, "PressableScale", {
303
374
  enumerable: true,
304
375
  get: function () {
305
376
  return _index20.PressableScale;
306
377
  }
307
378
  });
308
- Object.defineProperty(exports, "PressableWithHover", {
379
+ Object.defineProperty(exports, "ProfileCard", {
309
380
  enumerable: true,
310
381
  get: function () {
311
- return _index21.PressableWithHover;
382
+ return _index43.ProfileCard;
312
383
  }
313
384
  });
314
- Object.defineProperty(exports, "ProfileCard", {
385
+ Object.defineProperty(exports, "ProgressiveBlur", {
315
386
  enumerable: true,
316
387
  get: function () {
317
- return _index42.ProfileCard;
388
+ return _indexWeb13.ProgressiveBlur;
318
389
  }
319
390
  });
320
391
  Object.defineProperty(exports, "RADIUS", {
321
392
  enumerable: true,
322
393
  get: function () {
323
- return _index3.RADIUS;
394
+ return _index2.RADIUS;
324
395
  }
325
396
  });
326
397
  Object.defineProperty(exports, "SHADOW_BOX", {
327
398
  enumerable: true,
328
399
  get: function () {
329
- return _index3.SHADOW_BOX;
400
+ return _index2.SHADOW_BOX;
330
401
  }
331
402
  });
332
403
  Object.defineProperty(exports, "SPACING", {
333
404
  enumerable: true,
334
405
  get: function () {
335
- return _index3.SPACING;
406
+ return _index2.SPACING;
336
407
  }
337
408
  });
338
409
  Object.defineProperty(exports, "ScaleAndFadeIn", {
339
410
  enumerable: true,
340
411
  get: function () {
341
- return _indexWeb0.ScaleAndFadeIn;
412
+ return _indexWeb15.ScaleAndFadeIn;
342
413
  }
343
414
  });
344
415
  Object.defineProperty(exports, "ScaleAndFadeOut", {
345
416
  enumerable: true,
346
417
  get: function () {
347
- return _indexWeb0.ScaleAndFadeOut;
418
+ return _indexWeb15.ScaleAndFadeOut;
348
419
  }
349
420
  });
350
421
  Object.defineProperty(exports, "ScreenTransition", {
351
422
  enumerable: true,
352
423
  get: function () {
353
- return _indexWeb0.ScreenTransition;
424
+ return _indexWeb15.ScreenTransition;
425
+ }
426
+ });
427
+ Object.defineProperty(exports, "ScrollRestorationProvider", {
428
+ enumerable: true,
429
+ get: function () {
430
+ return _indexWeb2.ScrollRestorationProvider;
354
431
  }
355
432
  });
356
433
  Object.defineProperty(exports, "Search", {
357
434
  enumerable: true,
358
435
  get: function () {
359
- return _index26.Search;
436
+ return _index25.Search;
360
437
  }
361
438
  });
362
439
  Object.defineProperty(exports, "ShrinkAndPop", {
363
440
  enumerable: true,
364
441
  get: function () {
365
- return _indexWeb0.ShrinkAndPop;
442
+ return _indexWeb15.ShrinkAndPop;
366
443
  }
367
444
  });
368
445
  exports.Skeleton = void 0;
369
446
  Object.defineProperty(exports, "Slider", {
370
447
  enumerable: true,
371
448
  get: function () {
372
- return _index30.Slider;
449
+ return _index29.Slider;
373
450
  }
374
451
  });
375
452
  Object.defineProperty(exports, "StatBar", {
376
453
  enumerable: true,
377
454
  get: function () {
378
- return _index40.StatBar;
455
+ return _index41.StatBar;
379
456
  }
380
457
  });
381
458
  Object.defineProperty(exports, "SubtleHover", {
382
459
  enumerable: true,
383
460
  get: function () {
384
- return _index22.SubtleHover;
461
+ return _index21.SubtleHover;
385
462
  }
386
463
  });
387
464
  Object.defineProperty(exports, "SurfaceHost", {
388
465
  enumerable: true,
389
466
  get: function () {
390
- return _indexWeb3.SurfaceHost;
467
+ return _indexWeb6.SurfaceHost;
391
468
  }
392
469
  });
393
470
  Object.defineProperty(exports, "SurfaceProvider", {
394
471
  enumerable: true,
395
472
  get: function () {
396
- return _indexWeb3.SurfaceProvider;
473
+ return _indexWeb6.SurfaceProvider;
397
474
  }
398
475
  });
399
476
  Object.defineProperty(exports, "TEXT_ROLES", {
400
477
  enumerable: true,
401
478
  get: function () {
402
- return _index3.TEXT_ROLES;
479
+ return _index2.TEXT_ROLES;
480
+ }
481
+ });
482
+ Object.defineProperty(exports, "TOAST_LAYER_Z", {
483
+ enumerable: true,
484
+ get: function () {
485
+ return _index7.TOAST_LAYER_Z;
403
486
  }
404
487
  });
405
488
  Object.defineProperty(exports, "TYPOGRAPHY", {
406
489
  enumerable: true,
407
490
  get: function () {
408
- return _index3.TYPOGRAPHY;
491
+ return _index2.TYPOGRAPHY;
409
492
  }
410
493
  });
411
494
  Object.defineProperty(exports, "ToastOutlet", {
@@ -418,19 +501,25 @@ exports.Typography = void 0;
418
501
  Object.defineProperty(exports, "UserHoverCard", {
419
502
  enumerable: true,
420
503
  get: function () {
421
- return _index1.UserHoverCard;
504
+ return _index10.UserHoverCard;
505
+ }
506
+ });
507
+ Object.defineProperty(exports, "VirtualList", {
508
+ enumerable: true,
509
+ get: function () {
510
+ return _indexWeb14.VirtualList;
422
511
  }
423
512
  });
424
513
  Object.defineProperty(exports, "Z_INDEX", {
425
514
  enumerable: true,
426
515
  get: function () {
427
- return _index2.Z_INDEX;
516
+ return _index.Z_INDEX;
428
517
  }
429
518
  });
430
519
  Object.defineProperty(exports, "alert", {
431
520
  enumerable: true,
432
521
  get: function () {
433
- return _indexWeb2.alert;
522
+ return _indexWeb6.alert;
434
523
  }
435
524
  });
436
525
  Object.defineProperty(exports, "android", {
@@ -442,55 +531,55 @@ Object.defineProperty(exports, "android", {
442
531
  Object.defineProperty(exports, "atoms", {
443
532
  enumerable: true,
444
533
  get: function () {
445
- return _index2.atoms;
534
+ return _index.atoms;
446
535
  }
447
536
  });
448
537
  Object.defineProperty(exports, "bloomShadowStyle", {
449
538
  enumerable: true,
450
539
  get: function () {
451
- return _index3.bloomShadowStyle;
540
+ return _index2.bloomShadowStyle;
452
541
  }
453
542
  });
454
543
  Object.defineProperty(exports, "bloomTailwindPreset", {
455
544
  enumerable: true,
456
545
  get: function () {
457
- return _index3.bloomTailwindPreset;
546
+ return _index2.bloomTailwindPreset;
458
547
  }
459
548
  });
460
549
  Object.defineProperty(exports, "bloomThemeBlock", {
461
550
  enumerable: true,
462
551
  get: function () {
463
- return _index3.bloomThemeBlock;
552
+ return _index2.bloomThemeBlock;
464
553
  }
465
554
  });
466
555
  Object.defineProperty(exports, "bloomThemeCss", {
467
556
  enumerable: true,
468
557
  get: function () {
469
- return _index3.bloomThemeCss;
558
+ return _index2.bloomThemeCss;
470
559
  }
471
560
  });
472
561
  Object.defineProperty(exports, "bucketByDay", {
473
562
  enumerable: true,
474
563
  get: function () {
475
- return _index41.bucketByDay;
564
+ return _index42.bucketByDay;
476
565
  }
477
566
  });
478
567
  Object.defineProperty(exports, "confirm", {
479
568
  enumerable: true,
480
569
  get: function () {
481
- return _indexWeb16.confirm;
570
+ return _indexWeb6.confirm;
482
571
  }
483
572
  });
484
573
  Object.defineProperty(exports, "flatten", {
485
574
  enumerable: true,
486
575
  get: function () {
487
- return _index2.flatten;
576
+ return _index.flatten;
488
577
  }
489
578
  });
490
579
  Object.defineProperty(exports, "iconSizes", {
491
580
  enumerable: true,
492
581
  get: function () {
493
- return _common.sizes;
582
+ return _shared.sizes;
494
583
  }
495
584
  });
496
585
  Object.defineProperty(exports, "ios", {
@@ -499,22 +588,22 @@ Object.defineProperty(exports, "ios", {
499
588
  return _platform.ios;
500
589
  }
501
590
  });
502
- Object.defineProperty(exports, "native", {
591
+ Object.defineProperty(exports, "layerForRank", {
503
592
  enumerable: true,
504
593
  get: function () {
505
- return _platform.native;
594
+ return _index7.layerForRank;
506
595
  }
507
596
  });
508
- Object.defineProperty(exports, "platform", {
597
+ Object.defineProperty(exports, "native", {
509
598
  enumerable: true,
510
599
  get: function () {
511
- return _platform.platform;
600
+ return _platform.native;
512
601
  }
513
602
  });
514
- Object.defineProperty(exports, "preloadImage", {
603
+ Object.defineProperty(exports, "platform", {
515
604
  enumerable: true,
516
605
  get: function () {
517
- return _useImagePreload.preloadImage;
606
+ return _platform.platform;
518
607
  }
519
608
  });
520
609
  Object.defineProperty(exports, "select", {
@@ -526,7 +615,7 @@ Object.defineProperty(exports, "select", {
526
615
  Object.defineProperty(exports, "surfaces", {
527
616
  enumerable: true,
528
617
  get: function () {
529
- return _indexWeb3.surfaces;
618
+ return _indexWeb6.surfaces;
530
619
  }
531
620
  });
532
621
  Object.defineProperty(exports, "toast", {
@@ -539,67 +628,55 @@ exports.tokens = void 0;
539
628
  Object.defineProperty(exports, "useCommonSVGProps", {
540
629
  enumerable: true,
541
630
  get: function () {
542
- return _common.useCommonSVGProps;
543
- }
544
- });
545
- Object.defineProperty(exports, "useDelayedLoading", {
546
- enumerable: true,
547
- get: function () {
548
- return _useDelayedLoading.useDelayedLoading;
631
+ return _shared.useCommonSVGProps;
549
632
  }
550
633
  });
551
634
  Object.defineProperty(exports, "useDialogContext", {
552
635
  enumerable: true,
553
636
  get: function () {
554
- return _indexWeb2.useDialogContext;
637
+ return _indexWeb5.useDialogContext;
555
638
  }
556
639
  });
557
640
  Object.defineProperty(exports, "useDialogControl", {
558
641
  enumerable: true,
559
642
  get: function () {
560
- return _indexWeb2.useDialogControl;
643
+ return _indexWeb5.useDialogControl;
561
644
  }
562
645
  });
563
646
  Object.defineProperty(exports, "useDialogHeader", {
564
647
  enumerable: true,
565
648
  get: function () {
566
- return _indexWeb2.useDialogHeader;
649
+ return _indexWeb5.useDialogHeader;
567
650
  }
568
651
  });
569
- Object.defineProperty(exports, "useGutters", {
652
+ Object.defineProperty(exports, "useImageResolver", {
570
653
  enumerable: true,
571
654
  get: function () {
572
- return _useGutters.useGutters;
655
+ return _index5.useImageResolver;
573
656
  }
574
657
  });
575
- Object.defineProperty(exports, "useHaptics", {
658
+ Object.defineProperty(exports, "useOverlayLayer", {
576
659
  enumerable: true,
577
660
  get: function () {
578
- return _useHaptics.useHaptics;
661
+ return _index7.useOverlayLayer;
579
662
  }
580
663
  });
581
- Object.defineProperty(exports, "useImagePreload", {
664
+ Object.defineProperty(exports, "useOverlayLayerContext", {
582
665
  enumerable: true,
583
666
  get: function () {
584
- return _useImagePreload.useImagePreload;
667
+ return _index7.useOverlayLayerContext;
585
668
  }
586
669
  });
587
- Object.defineProperty(exports, "useInteractionState", {
670
+ Object.defineProperty(exports, "useScrollRestoration", {
588
671
  enumerable: true,
589
672
  get: function () {
590
- return _useInteractionState.useInteractionState;
673
+ return _indexWeb2.useScrollRestoration;
591
674
  }
592
675
  });
593
676
  Object.defineProperty(exports, "useSurface", {
594
677
  enumerable: true,
595
678
  get: function () {
596
- return _indexWeb3.useSurface;
597
- }
598
- });
599
- Object.defineProperty(exports, "useThrottledValue", {
600
- enumerable: true,
601
- get: function () {
602
- return _useThrottledValue.useThrottledValue;
679
+ return _indexWeb6.useSurface;
603
680
  }
604
681
  });
605
682
  Object.defineProperty(exports, "web", {
@@ -608,53 +685,44 @@ Object.defineProperty(exports, "web", {
608
685
  return _platform.web;
609
686
  }
610
687
  });
611
- Object.defineProperty(exports, "zIndex", {
612
- enumerable: true,
613
- get: function () {
614
- return _index2.zIndex;
615
- }
616
- });
617
- var _index = require("./theme/index.js");
618
- Object.keys(_index).forEach(function (key) {
688
+ var _indexWeb = require("./theme/index.web.js");
689
+ Object.keys(_indexWeb).forEach(function (key) {
619
690
  if (key === "default" || key === "__esModule") return;
620
691
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
621
- if (key in exports && exports[key] === _index[key]) return;
692
+ if (key in exports && exports[key] === _indexWeb[key]) return;
622
693
  Object.defineProperty(exports, key, {
623
694
  enumerable: true,
624
695
  get: function () {
625
- return _index[key];
696
+ return _indexWeb[key];
626
697
  }
627
698
  });
628
699
  });
629
- var _index2 = require("./styles/index.js");
700
+ var _index = require("./styles/index.js");
630
701
  var _tokens = _interopRequireWildcard(require("./styles/tokens.js"));
631
702
  exports.tokens = _tokens;
632
703
  var _platform = require("./styles/platform.js");
633
- var _index3 = require("./design-tokens/index.js");
634
- var _useInteractionState = require("./hooks/useInteractionState.js");
635
- var _useDelayedLoading = require("./hooks/useDelayedLoading.js");
636
- var _useThrottledValue = require("./hooks/useThrottledValue.js");
637
- var _useHaptics = require("./hooks/useHaptics.js");
638
- var _useGutters = require("./hooks/useGutters.js");
639
- var _useImagePreload = require("./hooks/useImagePreload.js");
640
- var _Icons = _interopRequireWildcard(require("./icons/index.js"));
641
- exports.Icons = _Icons;
642
- var _common = require("./icons/common.js");
643
- var _indexWeb = require("./portal/index.web.js");
644
- Object.keys(_indexWeb).forEach(function (key) {
704
+ var _index2 = require("./design-tokens/index.js");
705
+ var _index3 = require("./hooks/index.js");
706
+ Object.keys(_index3).forEach(function (key) {
645
707
  if (key === "default" || key === "__esModule") return;
646
708
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
647
- if (key in exports && exports[key] === _indexWeb[key]) return;
709
+ if (key in exports && exports[key] === _index3[key]) return;
648
710
  Object.defineProperty(exports, key, {
649
711
  enumerable: true,
650
712
  get: function () {
651
- return _indexWeb[key];
713
+ return _index3[key];
652
714
  }
653
715
  });
654
716
  });
655
- var _indexWeb2 = require("./dialog/index.web.js");
656
- var _indexWeb3 = require("./surfaces/index.web.js");
657
- var _indexWeb4 = require("./button/index.web.js");
717
+ var _Icons = _interopRequireWildcard(require("./icons/index.js"));
718
+ exports.Icons = _Icons;
719
+ var _shared = require("./icons/shared.js");
720
+ var _index5 = require("./image-resolver/index.js");
721
+ var _ImageAspectRatio = _interopRequireWildcard(require("./image-aspect-ratio-cache/index.js"));
722
+ exports.ImageAspectRatio = _ImageAspectRatio;
723
+ var _indexWeb2 = require("./scroll/index.web.js");
724
+ var _indexWeb3 = require("./connection-status/index.web.js");
725
+ var _indexWeb4 = require("./portal/index.web.js");
658
726
  Object.keys(_indexWeb4).forEach(function (key) {
659
727
  if (key === "default" || key === "__esModule") return;
660
728
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -666,92 +734,83 @@ Object.keys(_indexWeb4).forEach(function (key) {
666
734
  }
667
735
  });
668
736
  });
669
- var _indexWeb5 = require("./fab/index.web.js");
670
- var _indexWeb6 = require("./frosted-icon-button/index.web.js");
671
- var _index5 = require("./grouped-buttons/index.js");
672
- Object.keys(_index5).forEach(function (key) {
737
+ var _index7 = require("./overlay/index.js");
738
+ var _indexWeb5 = require("./dialog/index.web.js");
739
+ var _indexWeb6 = require("./surfaces/index.web.js");
740
+ var _indexWeb7 = require("./button/index.web.js");
741
+ Object.keys(_indexWeb7).forEach(function (key) {
673
742
  if (key === "default" || key === "__esModule") return;
674
743
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
675
- if (key in exports && exports[key] === _index5[key]) return;
744
+ if (key in exports && exports[key] === _indexWeb7[key]) return;
676
745
  Object.defineProperty(exports, key, {
677
746
  enumerable: true,
678
747
  get: function () {
679
- return _index5[key];
748
+ return _indexWeb7[key];
680
749
  }
681
750
  });
682
751
  });
683
- var _index6 = require("./divider/index.js");
684
- Object.keys(_index6).forEach(function (key) {
685
- if (key === "default" || key === "__esModule") return;
686
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
687
- if (key in exports && exports[key] === _index6[key]) return;
688
- Object.defineProperty(exports, key, {
689
- enumerable: true,
690
- get: function () {
691
- return _index6[key];
692
- }
693
- });
694
- });
695
- var _index7 = require("./radio-indicator/index.js");
696
- Object.keys(_index7).forEach(function (key) {
752
+ var _indexWeb8 = require("./fab/index.web.js");
753
+ var _indexWeb9 = require("./frosted-icon-button/index.web.js");
754
+ var _index8 = require("./divider/index.js");
755
+ Object.keys(_index8).forEach(function (key) {
697
756
  if (key === "default" || key === "__esModule") return;
698
757
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
699
- if (key in exports && exports[key] === _index7[key]) return;
758
+ if (key in exports && exports[key] === _index8[key]) return;
700
759
  Object.defineProperty(exports, key, {
701
760
  enumerable: true,
702
761
  get: function () {
703
- return _index7[key];
762
+ return _index8[key];
704
763
  }
705
764
  });
706
765
  });
707
- var _index8 = require("./collapsible/index.js");
708
- Object.keys(_index8).forEach(function (key) {
766
+ var _index9 = require("./radio-indicator/index.js");
767
+ Object.keys(_index9).forEach(function (key) {
709
768
  if (key === "default" || key === "__esModule") return;
710
769
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
711
- if (key in exports && exports[key] === _index8[key]) return;
770
+ if (key in exports && exports[key] === _index9[key]) return;
712
771
  Object.defineProperty(exports, key, {
713
772
  enumerable: true,
714
773
  get: function () {
715
- return _index8[key];
774
+ return _index9[key];
716
775
  }
717
776
  });
718
777
  });
719
- var _index9 = require("./error-boundary/index.js");
720
- var _index0 = require("./avatar/index.js");
721
- Object.keys(_index0).forEach(function (key) {
778
+ var _index0 = require("./error-boundary/index.js");
779
+ var _index1 = require("./avatar/index.js");
780
+ Object.keys(_index1).forEach(function (key) {
722
781
  if (key === "default" || key === "__esModule") return;
723
782
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
724
- if (key in exports && exports[key] === _index0[key]) return;
783
+ if (key in exports && exports[key] === _index1[key]) return;
725
784
  Object.defineProperty(exports, key, {
726
785
  enumerable: true,
727
786
  get: function () {
728
- return _index0[key];
787
+ return _index1[key];
729
788
  }
730
789
  });
731
790
  });
732
- var _indexWeb7 = require("./avatar-group/index.web.js");
733
- var _index1 = require("./user-hover-card/index.js");
734
- var _indexWeb8 = require("./loading/index.web.js");
735
- Object.keys(_indexWeb8).forEach(function (key) {
791
+ var _indexWeb0 = require("./avatar-group/index.web.js");
792
+ var _index10 = require("./user-hover-card/index.js");
793
+ var _indexWeb1 = require("./loading/index.web.js");
794
+ Object.keys(_indexWeb1).forEach(function (key) {
736
795
  if (key === "default" || key === "__esModule") return;
737
796
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
738
- if (key in exports && exports[key] === _indexWeb8[key]) return;
797
+ if (key in exports && exports[key] === _indexWeb1[key]) return;
739
798
  Object.defineProperty(exports, key, {
740
799
  enumerable: true,
741
800
  get: function () {
742
- return _indexWeb8[key];
801
+ return _indexWeb1[key];
743
802
  }
744
803
  });
745
804
  });
746
- var _index10 = require("./prompt-input/index.js");
747
- Object.keys(_index10).forEach(function (key) {
805
+ var _indexWeb10 = require("./prompt-input/index.web.js");
806
+ Object.keys(_indexWeb10).forEach(function (key) {
748
807
  if (key === "default" || key === "__esModule") return;
749
808
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
750
- if (key in exports && exports[key] === _index10[key]) return;
809
+ if (key in exports && exports[key] === _indexWeb10[key]) return;
751
810
  Object.defineProperty(exports, key, {
752
811
  enumerable: true,
753
812
  get: function () {
754
- return _index10[key];
813
+ return _indexWeb10[key];
755
814
  }
756
815
  });
757
816
  });
@@ -777,14 +836,28 @@ exports.Grid = _Grid;
777
836
  var _index16 = require("./fill/index.js");
778
837
  var _index17 = require("./media-inset-border/index.js");
779
838
  var _index18 = require("./icon-circle/index.js");
780
- var _indexWeb9 = require("./connection-dots/index.web.js");
839
+ var _indexWeb11 = require("./connection-dots/index.web.js");
781
840
  var _index19 = require("./benefit-list/index.js");
841
+ var _indexWeb12 = require("./content-panel/index.web.js");
842
+ var _indexWeb13 = require("./progressive-blur/index.web.js");
843
+ var _indexWeb14 = require("./list/index.web.js");
782
844
  var _index20 = require("./pressable-scale/index.js");
783
- var _index21 = require("./pressable-with-hover/index.js");
784
- var _index22 = require("./subtle-hover/index.js");
785
- var _indexWeb0 = require("./motion/index.web.js");
786
- var _index23 = require("./animated-check/index.js");
787
- var _index24 = require("./text-field/index.js");
845
+ var _index21 = require("./subtle-hover/index.js");
846
+ var _indexWeb15 = require("./motion/index.web.js");
847
+ var _index22 = require("./animated-check/index.js");
848
+ var _index23 = require("./text-field/index.js");
849
+ Object.keys(_index23).forEach(function (key) {
850
+ if (key === "default" || key === "__esModule") return;
851
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
852
+ if (key in exports && exports[key] === _index23[key]) return;
853
+ Object.defineProperty(exports, key, {
854
+ enumerable: true,
855
+ get: function () {
856
+ return _index23[key];
857
+ }
858
+ });
859
+ });
860
+ var _index24 = require("./segmented-control/index.js");
788
861
  Object.keys(_index24).forEach(function (key) {
789
862
  if (key === "default" || key === "__esModule") return;
790
863
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -796,26 +869,26 @@ Object.keys(_index24).forEach(function (key) {
796
869
  }
797
870
  });
798
871
  });
799
- var _index25 = require("./segmented-control/index.js");
800
- Object.keys(_index25).forEach(function (key) {
872
+ var _index25 = require("./search/index.js");
873
+ var _index26 = require("./label/index.js");
874
+ var _index27 = require("./field/index.js");
875
+ var _index28 = require("./input-group/index.js");
876
+ var _index29 = require("./slider/index.js");
877
+ var _indexWeb16 = require("./combobox/index.web.js");
878
+ var _indexWeb17 = require("./bottom-sheet/index.web.js");
879
+ var _index30 = require("./card/index.js");
880
+ Object.keys(_index30).forEach(function (key) {
801
881
  if (key === "default" || key === "__esModule") return;
802
882
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
803
- if (key in exports && exports[key] === _index25[key]) return;
883
+ if (key in exports && exports[key] === _index30[key]) return;
804
884
  Object.defineProperty(exports, key, {
805
885
  enumerable: true,
806
886
  get: function () {
807
- return _index25[key];
887
+ return _index30[key];
808
888
  }
809
889
  });
810
890
  });
811
- var _index26 = require("./search/index.js");
812
- var _index27 = require("./label/index.js");
813
- var _index28 = require("./field/index.js");
814
- var _index29 = require("./input-group/index.js");
815
- var _index30 = require("./slider/index.js");
816
- var _indexWeb1 = require("./combobox/index.web.js");
817
- var _indexWeb10 = require("./bottom-sheet/index.web.js");
818
- var _index31 = require("./card/index.js");
891
+ var _index31 = require("./badge/index.js");
819
892
  Object.keys(_index31).forEach(function (key) {
820
893
  if (key === "default" || key === "__esModule") return;
821
894
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -827,7 +900,7 @@ Object.keys(_index31).forEach(function (key) {
827
900
  }
828
901
  });
829
902
  });
830
- var _index32 = require("./badge/index.js");
903
+ var _index32 = require("./chip/index.js");
831
904
  Object.keys(_index32).forEach(function (key) {
832
905
  if (key === "default" || key === "__esModule") return;
833
906
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -839,7 +912,7 @@ Object.keys(_index32).forEach(function (key) {
839
912
  }
840
913
  });
841
914
  });
842
- var _index33 = require("./chip/index.js");
915
+ var _index33 = require("./aspect-ratio/index.js");
843
916
  Object.keys(_index33).forEach(function (key) {
844
917
  if (key === "default" || key === "__esModule") return;
845
918
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -875,7 +948,7 @@ Object.keys(_index35).forEach(function (key) {
875
948
  }
876
949
  });
877
950
  });
878
- var _index36 = require("./accordion/index.js");
951
+ var _index36 = require("./radio/index.js");
879
952
  Object.keys(_index36).forEach(function (key) {
880
953
  if (key === "default" || key === "__esModule") return;
881
954
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -887,100 +960,124 @@ Object.keys(_index36).forEach(function (key) {
887
960
  }
888
961
  });
889
962
  });
890
- var _index37 = require("./link-preview/index.js");
891
- var _index38 = require("./composition-bar/index.js");
892
- var _index39 = require("./dot-grid-meter/index.js");
893
- var _index40 = require("./stat-bar/index.js");
894
- var _index41 = require("./activity-heatmap/index.js");
895
- var _index42 = require("./profile-card/index.js");
896
- var _index43 = require("./settings-list/index.js");
897
- Object.keys(_index43).forEach(function (key) {
963
+ var _index37 = require("./accordion/index.js");
964
+ Object.keys(_index37).forEach(function (key) {
965
+ if (key === "default" || key === "__esModule") return;
966
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
967
+ if (key in exports && exports[key] === _index37[key]) return;
968
+ Object.defineProperty(exports, key, {
969
+ enumerable: true,
970
+ get: function () {
971
+ return _index37[key];
972
+ }
973
+ });
974
+ });
975
+ var _index38 = require("./link-preview/index.js");
976
+ var _index39 = require("./composition-bar/index.js");
977
+ var _index40 = require("./dot-grid-meter/index.js");
978
+ var _index41 = require("./stat-bar/index.js");
979
+ var _index42 = require("./activity-heatmap/index.js");
980
+ var _index43 = require("./profile-card/index.js");
981
+ var _index44 = require("./settings-list/index.js");
982
+ Object.keys(_index44).forEach(function (key) {
983
+ if (key === "default" || key === "__esModule") return;
984
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
985
+ if (key in exports && exports[key] === _index44[key]) return;
986
+ Object.defineProperty(exports, key, {
987
+ enumerable: true,
988
+ get: function () {
989
+ return _index44[key];
990
+ }
991
+ });
992
+ });
993
+ var _index45 = require("./item/index.js");
994
+ var _index46 = require("./kbd/index.js");
995
+ var _index47 = require("./admonition/index.js");
996
+ Object.keys(_index47).forEach(function (key) {
898
997
  if (key === "default" || key === "__esModule") return;
899
998
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
900
- if (key in exports && exports[key] === _index43[key]) return;
999
+ if (key in exports && exports[key] === _index47[key]) return;
901
1000
  Object.defineProperty(exports, key, {
902
1001
  enumerable: true,
903
1002
  get: function () {
904
- return _index43[key];
1003
+ return _index47[key];
905
1004
  }
906
1005
  });
907
1006
  });
908
- var _index44 = require("./item/index.js");
909
- var _index45 = require("./kbd/index.js");
910
- var _index46 = require("./admonition/index.js");
911
- Object.keys(_index46).forEach(function (key) {
1007
+ var _indexWeb18 = require("./dropdown-menu/index.web.js");
1008
+ Object.keys(_indexWeb18).forEach(function (key) {
912
1009
  if (key === "default" || key === "__esModule") return;
913
1010
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
914
- if (key in exports && exports[key] === _index46[key]) return;
1011
+ if (key in exports && exports[key] === _indexWeb18[key]) return;
915
1012
  Object.defineProperty(exports, key, {
916
1013
  enumerable: true,
917
1014
  get: function () {
918
- return _index46[key];
1015
+ return _indexWeb18[key];
919
1016
  }
920
1017
  });
921
1018
  });
922
- var _indexWeb11 = require("./menu/index.web.js");
923
- Object.keys(_indexWeb11).forEach(function (key) {
1019
+ var _indexWeb19 = require("./tooltip/index.web.js");
1020
+ Object.keys(_indexWeb19).forEach(function (key) {
924
1021
  if (key === "default" || key === "__esModule") return;
925
1022
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
926
- if (key in exports && exports[key] === _indexWeb11[key]) return;
1023
+ if (key in exports && exports[key] === _indexWeb19[key]) return;
927
1024
  Object.defineProperty(exports, key, {
928
1025
  enumerable: true,
929
1026
  get: function () {
930
- return _indexWeb11[key];
1027
+ return _indexWeb19[key];
931
1028
  }
932
1029
  });
933
1030
  });
934
- var _indexWeb12 = require("./tooltip/index.web.js");
935
- Object.keys(_indexWeb12).forEach(function (key) {
1031
+ var _indexWeb20 = require("./select/index.web.js");
1032
+ Object.keys(_indexWeb20).forEach(function (key) {
936
1033
  if (key === "default" || key === "__esModule") return;
937
1034
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
938
- if (key in exports && exports[key] === _indexWeb12[key]) return;
1035
+ if (key in exports && exports[key] === _indexWeb20[key]) return;
939
1036
  Object.defineProperty(exports, key, {
940
1037
  enumerable: true,
941
1038
  get: function () {
942
- return _indexWeb12[key];
1039
+ return _indexWeb20[key];
943
1040
  }
944
1041
  });
945
1042
  });
946
- var _indexWeb13 = require("./select/index.web.js");
947
- Object.keys(_indexWeb13).forEach(function (key) {
1043
+ var _indexWeb21 = require("./context-menu/index.web.js");
1044
+ Object.keys(_indexWeb21).forEach(function (key) {
948
1045
  if (key === "default" || key === "__esModule") return;
949
1046
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
950
- if (key in exports && exports[key] === _indexWeb13[key]) return;
1047
+ if (key in exports && exports[key] === _indexWeb21[key]) return;
951
1048
  Object.defineProperty(exports, key, {
952
1049
  enumerable: true,
953
1050
  get: function () {
954
- return _indexWeb13[key];
1051
+ return _indexWeb21[key];
955
1052
  }
956
1053
  });
957
1054
  });
958
- var _indexWeb14 = require("./context-menu/index.web.js");
959
- Object.keys(_indexWeb14).forEach(function (key) {
1055
+ var _indexWeb22 = require("./menubar/index.web.js");
1056
+ Object.keys(_indexWeb22).forEach(function (key) {
960
1057
  if (key === "default" || key === "__esModule") return;
961
1058
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
962
- if (key in exports && exports[key] === _indexWeb14[key]) return;
1059
+ if (key in exports && exports[key] === _indexWeb22[key]) return;
963
1060
  Object.defineProperty(exports, key, {
964
1061
  enumerable: true,
965
1062
  get: function () {
966
- return _indexWeb14[key];
1063
+ return _indexWeb22[key];
967
1064
  }
968
1065
  });
969
1066
  });
970
- var _indexWeb15 = require("./popover/index.web.js");
971
- Object.keys(_indexWeb15).forEach(function (key) {
1067
+ var _indexWeb23 = require("./popover/index.web.js");
1068
+ Object.keys(_indexWeb23).forEach(function (key) {
972
1069
  if (key === "default" || key === "__esModule") return;
973
1070
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
974
- if (key in exports && exports[key] === _indexWeb15[key]) return;
1071
+ if (key in exports && exports[key] === _indexWeb23[key]) return;
975
1072
  Object.defineProperty(exports, key, {
976
1073
  enumerable: true,
977
1074
  get: function () {
978
- return _indexWeb15[key];
1075
+ return _indexWeb23[key];
979
1076
  }
980
1077
  });
981
1078
  });
982
- var _indexWeb16 = require("./alert-dialog/index.web.js");
983
- var _indexWeb17 = require("./command/index.web.js");
1079
+ var _indexWeb24 = require("./alert-dialog/index.web.js");
1080
+ var _indexWeb25 = require("./command/index.web.js");
984
1081
  var _Code = _interopRequireWildcard(require("./code/index.js"));
985
1082
  exports.Code = _Code;
986
1083
  var _Fonts = _interopRequireWildcard(require("./fonts/index.web.js"));