@oxyhq/bloom 0.89.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3390) hide show
  1. package/README.md +4 -6
  2. package/lib/commonjs/accordion/Accordion.js +24 -10
  3. package/lib/commonjs/accordion/Accordion.js.map +1 -1
  4. package/lib/commonjs/activity-heatmap/ActivityHeatmap.js +19 -3
  5. package/lib/commonjs/activity-heatmap/ActivityHeatmap.js.map +1 -1
  6. package/lib/commonjs/activity-heatmap/bucket-by-day.js +51 -0
  7. package/lib/commonjs/activity-heatmap/bucket-by-day.js.map +1 -0
  8. package/lib/commonjs/activity-heatmap/index.js +1 -1
  9. package/lib/commonjs/admonition/Admonition.js +170 -0
  10. package/lib/commonjs/admonition/Admonition.js.map +1 -0
  11. package/lib/commonjs/admonition/index.js +40 -161
  12. package/lib/commonjs/admonition/index.js.map +1 -1
  13. package/lib/commonjs/alert-dialog/AlertDialog.js +14 -17
  14. package/lib/commonjs/alert-dialog/AlertDialog.js.map +1 -1
  15. package/lib/commonjs/alert-dialog/index.js +6 -10
  16. package/lib/commonjs/alert-dialog/index.js.map +1 -1
  17. package/lib/commonjs/alert-dialog/index.web.js +2 -10
  18. package/lib/commonjs/alert-dialog/index.web.js.map +1 -1
  19. package/lib/commonjs/animated-check/AnimatedCheck.js +5 -3
  20. package/lib/commonjs/animated-check/AnimatedCheck.js.map +1 -1
  21. package/lib/commonjs/animated-check/types.js +2 -0
  22. package/lib/commonjs/animated-check/types.js.map +1 -0
  23. package/lib/commonjs/aspect-ratio/AspectRatio.js +70 -0
  24. package/lib/commonjs/aspect-ratio/AspectRatio.js.map +1 -0
  25. package/lib/commonjs/aspect-ratio/index.js +13 -0
  26. package/lib/commonjs/aspect-ratio/index.js.map +1 -0
  27. package/lib/commonjs/aspect-ratio/types.js.map +1 -0
  28. package/lib/commonjs/avatar/Avatar.js +20 -3
  29. package/lib/commonjs/avatar/Avatar.js.map +1 -1
  30. package/lib/commonjs/avatar/context.js +15 -0
  31. package/lib/commonjs/avatar/context.js.map +1 -0
  32. package/lib/commonjs/avatar/default-avatar.js +11 -3
  33. package/lib/commonjs/avatar/default-avatar.js.map +1 -1
  34. package/lib/commonjs/avatar/index.js +9 -10
  35. package/lib/commonjs/avatar/index.js.map +1 -1
  36. package/lib/commonjs/avatar-group/AvatarGroup.web.js +19 -12
  37. package/lib/commonjs/avatar-group/AvatarGroup.web.js.map +1 -1
  38. package/lib/commonjs/avatar-group/AvatarGroupBase.js +47 -3
  39. package/lib/commonjs/avatar-group/AvatarGroupBase.js.map +1 -1
  40. package/lib/commonjs/avatar-group/index.web.js.map +1 -1
  41. package/lib/commonjs/badge/Badge.js +9 -37
  42. package/lib/commonjs/badge/Badge.js.map +1 -1
  43. package/lib/commonjs/benefit-list/BenefitList.js +116 -0
  44. package/lib/commonjs/benefit-list/BenefitList.js.map +1 -0
  45. package/lib/commonjs/benefit-list/index.js +13 -113
  46. package/lib/commonjs/benefit-list/index.js.map +1 -1
  47. package/lib/commonjs/bottom-sheet/BottomSheet.js +126 -0
  48. package/lib/commonjs/bottom-sheet/BottomSheet.js.map +1 -0
  49. package/lib/commonjs/bottom-sheet/BottomSheet.web.js +72 -0
  50. package/lib/commonjs/bottom-sheet/BottomSheet.web.js.map +1 -0
  51. package/lib/commonjs/bottom-sheet/BottomSheetBase.js +2 -24
  52. package/lib/commonjs/bottom-sheet/BottomSheetBase.js.map +1 -1
  53. package/lib/commonjs/bottom-sheet/index.js +11 -114
  54. package/lib/commonjs/bottom-sheet/index.js.map +1 -1
  55. package/lib/commonjs/bottom-sheet/index.web.js +12 -63
  56. package/lib/commonjs/bottom-sheet/index.web.js.map +1 -1
  57. package/lib/commonjs/bottom-sheet/types.js.map +1 -0
  58. package/lib/commonjs/button/Button.js +158 -35
  59. package/lib/commonjs/button/Button.js.map +1 -1
  60. package/lib/commonjs/button/Button.web.js +158 -96
  61. package/lib/commonjs/button/Button.web.js.map +1 -1
  62. package/lib/commonjs/card/Card.js +74 -30
  63. package/lib/commonjs/card/Card.js.map +1 -1
  64. package/lib/commonjs/checkbox/Checkbox.js +183 -52
  65. package/lib/commonjs/checkbox/Checkbox.js.map +1 -1
  66. package/lib/commonjs/chip/Chip.js +158 -57
  67. package/lib/commonjs/chip/Chip.js.map +1 -1
  68. package/lib/commonjs/combobox/Combobox.js +25 -13
  69. package/lib/commonjs/combobox/Combobox.js.map +1 -1
  70. package/lib/commonjs/combobox/index.js +8 -3
  71. package/lib/commonjs/combobox/index.js.map +1 -1
  72. package/lib/commonjs/combobox/index.web.js +8 -3
  73. package/lib/commonjs/combobox/index.web.js.map +1 -1
  74. package/lib/commonjs/command/Command.js +3 -3
  75. package/lib/commonjs/connection-dots/ConnectionDots.web.js +3 -1
  76. package/lib/commonjs/connection-dots/ConnectionDots.web.js.map +1 -1
  77. package/lib/commonjs/connection-dots/ConnectionDotsBase.js +3 -4
  78. package/lib/commonjs/connection-dots/ConnectionDotsBase.js.map +1 -1
  79. package/lib/commonjs/connection-status/ConnectionStatusToasts.js +49 -0
  80. package/lib/commonjs/connection-status/ConnectionStatusToasts.js.map +1 -0
  81. package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js +36 -0
  82. package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js.map +1 -0
  83. package/lib/commonjs/connection-status/index.js +7 -43
  84. package/lib/commonjs/connection-status/index.js.map +1 -1
  85. package/lib/commonjs/connection-status/index.web.js +7 -30
  86. package/lib/commonjs/connection-status/index.web.js.map +1 -1
  87. package/lib/commonjs/content-panel/ContentPanel.js +104 -0
  88. package/lib/commonjs/content-panel/ContentPanel.js.map +1 -0
  89. package/lib/commonjs/content-panel/ContentPanel.web.js +168 -0
  90. package/lib/commonjs/content-panel/ContentPanel.web.js.map +1 -0
  91. package/lib/commonjs/content-panel/context.js +39 -0
  92. package/lib/commonjs/content-panel/context.js.map +1 -0
  93. package/lib/commonjs/content-panel/index.js +25 -108
  94. package/lib/commonjs/content-panel/index.js.map +1 -1
  95. package/lib/commonjs/content-panel/index.web.js +24 -172
  96. package/lib/commonjs/content-panel/index.web.js.map +1 -1
  97. package/lib/commonjs/content-panel/types.js.map +1 -0
  98. package/lib/commonjs/context-menu/ContextMenu.js +124 -0
  99. package/lib/commonjs/context-menu/ContextMenu.js.map +1 -0
  100. package/lib/commonjs/context-menu/ContextMenu.web.js +165 -0
  101. package/lib/commonjs/context-menu/ContextMenu.web.js.map +1 -0
  102. package/lib/commonjs/context-menu/context.js +17 -34
  103. package/lib/commonjs/context-menu/context.js.map +1 -1
  104. package/lib/commonjs/context-menu/index.js +82 -279
  105. package/lib/commonjs/context-menu/index.js.map +1 -1
  106. package/lib/commonjs/context-menu/index.web.js +82 -379
  107. package/lib/commonjs/context-menu/index.web.js.map +1 -1
  108. package/lib/commonjs/design-tokens/scales.js +23 -3
  109. package/lib/commonjs/design-tokens/scales.js.map +1 -1
  110. package/lib/commonjs/design-tokens/shadows.js +24 -3
  111. package/lib/commonjs/design-tokens/shadows.js.map +1 -1
  112. package/lib/commonjs/design-tokens/shadows.native.js +38 -1
  113. package/lib/commonjs/design-tokens/shadows.native.js.map +1 -1
  114. package/lib/commonjs/design-tokens/theme.css +6 -0
  115. package/lib/commonjs/design-tokens/tokens.json +180 -162
  116. package/lib/commonjs/dialog/Dialog.js +19 -58
  117. package/lib/commonjs/dialog/Dialog.js.map +1 -1
  118. package/lib/commonjs/dialog/Dialog.web.js +5 -38
  119. package/lib/commonjs/dialog/Dialog.web.js.map +1 -1
  120. package/lib/commonjs/dialog/DialogBottomSheet.js +9 -8
  121. package/lib/commonjs/dialog/DialogBottomSheet.js.map +1 -1
  122. package/lib/commonjs/dialog/DialogContent.js +40 -15
  123. package/lib/commonjs/dialog/DialogContent.js.map +1 -1
  124. package/lib/commonjs/dialog/DialogHeader.js +40 -18
  125. package/lib/commonjs/dialog/DialogHeader.js.map +1 -1
  126. package/lib/commonjs/dialog/SheetShell.js +23 -1
  127. package/lib/commonjs/dialog/SheetShell.js.map +1 -1
  128. package/lib/commonjs/dialog/index.js +0 -20
  129. package/lib/commonjs/dialog/index.js.map +1 -1
  130. package/lib/commonjs/dialog/index.web.js +0 -20
  131. package/lib/commonjs/dialog/index.web.js.map +1 -1
  132. package/lib/commonjs/dot-grid-meter/DotGridMeter.js +17 -6
  133. package/lib/commonjs/dot-grid-meter/DotGridMeter.js.map +1 -1
  134. package/lib/commonjs/dropdown-menu/DropdownMenu.js +122 -0
  135. package/lib/commonjs/dropdown-menu/DropdownMenu.js.map +1 -0
  136. package/lib/commonjs/dropdown-menu/DropdownMenu.web.js +142 -0
  137. package/lib/commonjs/dropdown-menu/DropdownMenu.web.js.map +1 -0
  138. package/lib/commonjs/dropdown-menu/context.js +27 -0
  139. package/lib/commonjs/dropdown-menu/context.js.map +1 -0
  140. package/lib/commonjs/dropdown-menu/index.js +91 -0
  141. package/lib/commonjs/dropdown-menu/index.js.map +1 -0
  142. package/lib/commonjs/dropdown-menu/index.web.js +91 -0
  143. package/lib/commonjs/dropdown-menu/index.web.js.map +1 -0
  144. package/lib/commonjs/dropdown-menu/types.js +6 -0
  145. package/lib/commonjs/dropdown-menu/types.js.map +1 -0
  146. package/lib/commonjs/error-boundary/ErrorBoundary.js +18 -3
  147. package/lib/commonjs/error-boundary/ErrorBoundary.js.map +1 -1
  148. package/lib/commonjs/fab/Fab.js +86 -51
  149. package/lib/commonjs/fab/Fab.js.map +1 -1
  150. package/lib/commonjs/fab/Fab.web.js +48 -53
  151. package/lib/commonjs/fab/Fab.web.js.map +1 -1
  152. package/lib/commonjs/fill/Fill.js +31 -0
  153. package/lib/commonjs/fill/Fill.js.map +1 -0
  154. package/lib/commonjs/fill/index.js +5 -23
  155. package/lib/commonjs/fill/index.js.map +1 -1
  156. package/lib/commonjs/floating/FloatingPanel.js +383 -0
  157. package/lib/commonjs/floating/FloatingPanel.js.map +1 -0
  158. package/lib/commonjs/floating/TriggerSlot.js +106 -0
  159. package/lib/commonjs/floating/TriggerSlot.js.map +1 -0
  160. package/lib/commonjs/floating/constants.js +334 -0
  161. package/lib/commonjs/floating/constants.js.map +1 -0
  162. package/lib/commonjs/floating/context.js +55 -0
  163. package/lib/commonjs/floating/context.js.map +1 -0
  164. package/lib/commonjs/floating/index.js +110 -0
  165. package/lib/commonjs/floating/index.js.map +1 -0
  166. package/lib/commonjs/floating/menu-rows.js +313 -0
  167. package/lib/commonjs/floating/menu-rows.js.map +1 -0
  168. package/lib/commonjs/floating/menu-sub-flyout.js +419 -0
  169. package/lib/commonjs/floating/menu-sub-flyout.js.map +1 -0
  170. package/lib/commonjs/floating/menu-sub-inline.js +124 -0
  171. package/lib/commonjs/floating/menu-sub-inline.js.map +1 -0
  172. package/lib/commonjs/floating/shared.js +196 -0
  173. package/lib/commonjs/floating/shared.js.map +1 -0
  174. package/lib/commonjs/floating/types.js +6 -0
  175. package/lib/commonjs/floating/types.js.map +1 -0
  176. package/lib/commonjs/floating/use-anchor-rect.js +67 -0
  177. package/lib/commonjs/floating/use-anchor-rect.js.map +1 -0
  178. package/lib/commonjs/floating/use-sheet-open-bridge.js +55 -0
  179. package/lib/commonjs/floating/use-sheet-open-bridge.js.map +1 -0
  180. package/lib/commonjs/frosted-icon-button/FrostedIconButton.js +97 -57
  181. package/lib/commonjs/frosted-icon-button/FrostedIconButton.js.map +1 -1
  182. package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js +64 -60
  183. package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
  184. package/lib/commonjs/glass/GlassSurface.js +148 -0
  185. package/lib/commonjs/glass/GlassSurface.js.map +1 -0
  186. package/lib/commonjs/glass/blur-target.js +171 -0
  187. package/lib/commonjs/glass/blur-target.js.map +1 -0
  188. package/lib/commonjs/glass/index.js +32 -0
  189. package/lib/commonjs/glass/index.js.map +1 -0
  190. package/lib/commonjs/glass/types.js +6 -0
  191. package/lib/commonjs/glass/types.js.map +1 -0
  192. package/lib/commonjs/grid/Grid.js +57 -0
  193. package/lib/commonjs/grid/Grid.js.map +1 -0
  194. package/lib/commonjs/grid/index.js +12 -50
  195. package/lib/commonjs/grid/index.js.map +1 -1
  196. package/lib/commonjs/hooks/index.js +21 -8
  197. package/lib/commonjs/hooks/index.js.map +1 -1
  198. package/lib/commonjs/hooks/merge-refs.js +32 -0
  199. package/lib/commonjs/hooks/merge-refs.js.map +1 -0
  200. package/lib/commonjs/hooks/use-accessibility-focus.js +108 -0
  201. package/lib/commonjs/hooks/use-accessibility-focus.js.map +1 -0
  202. package/lib/commonjs/hooks/use-accessible-name-warning.js +83 -0
  203. package/lib/commonjs/hooks/use-accessible-name-warning.js.map +1 -0
  204. package/lib/commonjs/hooks/use-controllable-state.js +35 -0
  205. package/lib/commonjs/hooks/use-controllable-state.js.map +1 -0
  206. package/lib/commonjs/hooks/use-delayed-loading.js +23 -0
  207. package/lib/commonjs/hooks/use-delayed-loading.js.map +1 -0
  208. package/lib/commonjs/hooks/use-gutters.js +106 -0
  209. package/lib/commonjs/hooks/use-gutters.js.map +1 -0
  210. package/lib/commonjs/hooks/use-haptics.js +67 -0
  211. package/lib/commonjs/hooks/use-haptics.js.map +1 -0
  212. package/lib/commonjs/hooks/use-image-preload.js +52 -0
  213. package/lib/commonjs/hooks/use-image-preload.js.map +1 -0
  214. package/lib/commonjs/hooks/use-interaction-state.js +70 -0
  215. package/lib/commonjs/hooks/use-interaction-state.js.map +1 -0
  216. package/lib/commonjs/hooks/use-press-animation.js +81 -0
  217. package/lib/commonjs/hooks/use-press-animation.js.map +1 -0
  218. package/lib/commonjs/hooks/use-throttled-value.js +35 -0
  219. package/lib/commonjs/hooks/use-throttled-value.js.map +1 -0
  220. package/lib/commonjs/icon-circle/IconCircle.js +41 -0
  221. package/lib/commonjs/icon-circle/IconCircle.js.map +1 -0
  222. package/lib/commonjs/icon-circle/index.js +7 -34
  223. package/lib/commonjs/icon-circle/index.js.map +1 -1
  224. package/lib/commonjs/icons/Logo.js +2 -2
  225. package/lib/commonjs/icons/Logo.js.map +1 -1
  226. package/lib/commonjs/icons/TEMPLATE.js +3 -3
  227. package/lib/commonjs/icons/TEMPLATE.js.map +1 -1
  228. package/lib/commonjs/icons/VerifiedCheck.js +2 -2
  229. package/lib/commonjs/icons/VerifiedCheck.js.map +1 -1
  230. package/lib/commonjs/icons/VerifierCheck.js +2 -2
  231. package/lib/commonjs/icons/VerifierCheck.js.map +1 -1
  232. package/lib/commonjs/icons/index.js +3 -3
  233. package/lib/commonjs/icons/index.js.map +1 -1
  234. package/lib/commonjs/icons/shared.js +79 -0
  235. package/lib/commonjs/icons/shared.js.map +1 -0
  236. package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js +82 -0
  237. package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
  238. package/lib/commonjs/image-aspect-ratio-cache/index.js +7 -7
  239. package/lib/commonjs/image-aspect-ratio-cache/index.js.map +1 -1
  240. package/lib/commonjs/index.js +288 -191
  241. package/lib/commonjs/index.js.map +1 -1
  242. package/lib/commonjs/index.web.js +344 -247
  243. package/lib/commonjs/index.web.js.map +1 -1
  244. package/lib/commonjs/input-group/InputGroup.js +16 -13
  245. package/lib/commonjs/input-group/InputGroup.js.map +1 -1
  246. package/lib/commonjs/input-group/index.js +4 -4
  247. package/lib/commonjs/item/Item.js +54 -12
  248. package/lib/commonjs/item/Item.js.map +1 -1
  249. package/lib/commonjs/link-preview/LinkPreviewCard.js +91 -40
  250. package/lib/commonjs/link-preview/LinkPreviewCard.js.map +1 -1
  251. package/lib/commonjs/list/VirtualList.js +94 -0
  252. package/lib/commonjs/list/VirtualList.js.map +1 -0
  253. package/lib/commonjs/list/VirtualList.web.js +216 -0
  254. package/lib/commonjs/list/VirtualList.web.js.map +1 -0
  255. package/lib/commonjs/list/index.js +13 -87
  256. package/lib/commonjs/list/index.js.map +1 -1
  257. package/lib/commonjs/list/index.web.js +13 -209
  258. package/lib/commonjs/list/index.web.js.map +1 -1
  259. package/lib/commonjs/loading/Loading.js +0 -35
  260. package/lib/commonjs/loading/Loading.js.map +1 -1
  261. package/lib/commonjs/loading/Loading.web.js +0 -35
  262. package/lib/commonjs/loading/Loading.web.js.map +1 -1
  263. package/lib/commonjs/loading/SpinnerIcon.js +9 -4
  264. package/lib/commonjs/loading/SpinnerIcon.js.map +1 -1
  265. package/lib/commonjs/loading/SpinnerIcon.web.js +3 -4
  266. package/lib/commonjs/loading/SpinnerIcon.web.js.map +1 -1
  267. package/lib/commonjs/media-inset-border/MediaInsetBorder.js +5 -3
  268. package/lib/commonjs/media-inset-border/MediaInsetBorder.js.map +1 -1
  269. package/lib/commonjs/media-inset-border/types.js +6 -0
  270. package/lib/commonjs/media-inset-border/types.js.map +1 -0
  271. package/lib/commonjs/menubar/Menubar.js +167 -0
  272. package/lib/commonjs/menubar/Menubar.js.map +1 -0
  273. package/lib/commonjs/menubar/Menubar.web.js +192 -0
  274. package/lib/commonjs/menubar/Menubar.web.js.map +1 -0
  275. package/lib/commonjs/menubar/context.js +40 -0
  276. package/lib/commonjs/menubar/context.js.map +1 -0
  277. package/lib/commonjs/menubar/index.js +97 -0
  278. package/lib/commonjs/menubar/index.js.map +1 -0
  279. package/lib/commonjs/menubar/index.web.js +97 -0
  280. package/lib/commonjs/menubar/index.web.js.map +1 -0
  281. package/lib/commonjs/menubar/types.js +6 -0
  282. package/lib/commonjs/menubar/types.js.map +1 -0
  283. package/lib/commonjs/motion/ScreenTransition.js +0 -2
  284. package/lib/commonjs/motion/ScreenTransition.js.map +1 -1
  285. package/lib/commonjs/motion/types.js +6 -0
  286. package/lib/commonjs/motion/types.js.map +1 -0
  287. package/lib/commonjs/overlay/Overlay.js +400 -0
  288. package/lib/commonjs/overlay/Overlay.js.map +1 -0
  289. package/lib/commonjs/overlay/dropdown-placement.js +86 -16
  290. package/lib/commonjs/overlay/dropdown-placement.js.map +1 -1
  291. package/lib/commonjs/overlay/index.js +31 -363
  292. package/lib/commonjs/overlay/index.js.map +1 -1
  293. package/lib/commonjs/overlay/types.js +6 -0
  294. package/lib/commonjs/overlay/types.js.map +1 -0
  295. package/lib/commonjs/popover/Popover.js +94 -0
  296. package/lib/commonjs/popover/Popover.js.map +1 -0
  297. package/lib/commonjs/popover/Popover.web.js +119 -0
  298. package/lib/commonjs/popover/Popover.web.js.map +1 -0
  299. package/lib/commonjs/popover/context.js +18 -9
  300. package/lib/commonjs/popover/context.js.map +1 -1
  301. package/lib/commonjs/popover/index.js +11 -97
  302. package/lib/commonjs/popover/index.js.map +1 -1
  303. package/lib/commonjs/popover/index.web.js +12 -273
  304. package/lib/commonjs/popover/index.web.js.map +1 -1
  305. package/lib/commonjs/portal/Portal.js +115 -0
  306. package/lib/commonjs/portal/Portal.js.map +1 -0
  307. package/lib/commonjs/portal/Portal.web.js +92 -0
  308. package/lib/commonjs/portal/Portal.web.js.map +1 -0
  309. package/lib/commonjs/portal/index.js +15 -104
  310. package/lib/commonjs/portal/index.js.map +1 -1
  311. package/lib/commonjs/portal/index.web.js +17 -84
  312. package/lib/commonjs/portal/index.web.js.map +1 -1
  313. package/lib/commonjs/pressable-scale/PressableScale.js +22 -18
  314. package/lib/commonjs/pressable-scale/PressableScale.js.map +1 -1
  315. package/lib/commonjs/pressable-scale/types.js +6 -0
  316. package/lib/commonjs/pressable-scale/types.js.map +1 -0
  317. package/lib/commonjs/profile-card/ProfileCard.js +20 -18
  318. package/lib/commonjs/profile-card/ProfileCard.js.map +1 -1
  319. package/lib/commonjs/progressive-blur/ProgressiveBlur.js +79 -0
  320. package/lib/commonjs/progressive-blur/ProgressiveBlur.js.map +1 -0
  321. package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js +67 -0
  322. package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js.map +1 -0
  323. package/lib/commonjs/progressive-blur/index.js +5 -71
  324. package/lib/commonjs/progressive-blur/index.js.map +1 -1
  325. package/lib/commonjs/progressive-blur/index.web.js +7 -61
  326. package/lib/commonjs/progressive-blur/index.web.js.map +1 -1
  327. package/lib/commonjs/progressive-blur/shared.js +1 -1
  328. package/lib/commonjs/prompt-input/Actions.js +2 -1
  329. package/lib/commonjs/prompt-input/Actions.js.map +1 -1
  330. package/lib/commonjs/prompt-input/Attachments.js.map +1 -1
  331. package/lib/commonjs/prompt-input/PromptInput.js +8 -223
  332. package/lib/commonjs/prompt-input/PromptInput.js.map +1 -1
  333. package/lib/commonjs/prompt-input/PromptInput.web.js +27 -0
  334. package/lib/commonjs/prompt-input/PromptInput.web.js.map +1 -0
  335. package/lib/commonjs/prompt-input/PromptInputBase.js +236 -0
  336. package/lib/commonjs/prompt-input/PromptInputBase.js.map +1 -0
  337. package/lib/commonjs/prompt-input/SubmitButton.js +47 -23
  338. package/lib/commonjs/prompt-input/SubmitButton.js.map +1 -1
  339. package/lib/commonjs/prompt-input/context.js +0 -4
  340. package/lib/commonjs/prompt-input/context.js.map +1 -1
  341. package/lib/commonjs/prompt-input/index.js +1 -7
  342. package/lib/commonjs/prompt-input/index.js.map +1 -1
  343. package/lib/commonjs/prompt-input/index.web.js +48 -0
  344. package/lib/commonjs/prompt-input/index.web.js.map +1 -0
  345. package/lib/commonjs/provider/BloomProvider.js +79 -0
  346. package/lib/commonjs/provider/BloomProvider.js.map +1 -0
  347. package/lib/commonjs/provider/index.js +7 -71
  348. package/lib/commonjs/provider/index.js.map +1 -1
  349. package/lib/commonjs/provider/types.js +6 -0
  350. package/lib/commonjs/provider/types.js.map +1 -0
  351. package/lib/commonjs/radio/Radio.js +198 -0
  352. package/lib/commonjs/radio/Radio.js.map +1 -0
  353. package/lib/commonjs/radio/index.js +19 -0
  354. package/lib/commonjs/radio/index.js.map +1 -0
  355. package/lib/commonjs/radio/types.js +6 -0
  356. package/lib/commonjs/radio/types.js.map +1 -0
  357. package/lib/commonjs/radio-indicator/RadioIndicator.js +9 -1
  358. package/lib/commonjs/radio-indicator/RadioIndicator.js.map +1 -1
  359. package/lib/commonjs/scroll/expo-router/expo-router-adapter.js +133 -0
  360. package/lib/commonjs/scroll/expo-router/expo-router-adapter.js.map +1 -0
  361. package/lib/commonjs/scroll/expo-router/index.js +6 -126
  362. package/lib/commonjs/scroll/expo-router/index.js.map +1 -1
  363. package/lib/commonjs/scroll/index.js +7 -90
  364. package/lib/commonjs/scroll/index.js.map +1 -1
  365. package/lib/commonjs/scroll/index.web.js +7 -323
  366. package/lib/commonjs/scroll/index.web.js.map +1 -1
  367. package/lib/commonjs/scroll/use-scroll-restoration.js +111 -0
  368. package/lib/commonjs/scroll/use-scroll-restoration.js.map +1 -0
  369. package/lib/commonjs/scroll/use-scroll-restoration.web.js +346 -0
  370. package/lib/commonjs/scroll/use-scroll-restoration.web.js.map +1 -0
  371. package/lib/commonjs/search/Search.js +78 -0
  372. package/lib/commonjs/search/Search.js.map +1 -0
  373. package/lib/commonjs/search/index.js +6 -71
  374. package/lib/commonjs/search/index.js.map +1 -1
  375. package/lib/commonjs/segmented-control/SegmentedControl.js +250 -0
  376. package/lib/commonjs/segmented-control/SegmentedControl.js.map +1 -0
  377. package/lib/commonjs/segmented-control/index.js +17 -257
  378. package/lib/commonjs/segmented-control/index.js.map +1 -1
  379. package/lib/commonjs/select/Select.js +395 -0
  380. package/lib/commonjs/select/Select.js.map +1 -0
  381. package/lib/commonjs/select/Select.web.js +391 -0
  382. package/lib/commonjs/select/Select.web.js.map +1 -0
  383. package/lib/commonjs/select/index.js +76 -390
  384. package/lib/commonjs/select/index.js.map +1 -1
  385. package/lib/commonjs/select/index.web.js +77 -447
  386. package/lib/commonjs/select/index.web.js.map +1 -1
  387. package/lib/commonjs/select/shared.js +166 -0
  388. package/lib/commonjs/select/shared.js.map +1 -0
  389. package/lib/commonjs/settings-list/SettingsList.js +29 -47
  390. package/lib/commonjs/settings-list/SettingsList.js.map +1 -1
  391. package/lib/commonjs/skeleton/Skeleton.js +177 -0
  392. package/lib/commonjs/skeleton/Skeleton.js.map +1 -0
  393. package/lib/commonjs/skeleton/index.js +35 -168
  394. package/lib/commonjs/skeleton/index.js.map +1 -1
  395. package/lib/commonjs/slider/Slider.js +2 -0
  396. package/lib/commonjs/slider/Slider.js.map +1 -1
  397. package/lib/commonjs/stat-bar/StatBar.js +10 -6
  398. package/lib/commonjs/stat-bar/StatBar.js.map +1 -1
  399. package/lib/commonjs/styles/index.js +0 -6
  400. package/lib/commonjs/styles/index.js.map +1 -1
  401. package/lib/commonjs/styles/interactive-web-css.js +118 -0
  402. package/lib/commonjs/styles/interactive-web-css.js.map +1 -0
  403. package/lib/commonjs/styles/pointer.js +36 -0
  404. package/lib/commonjs/styles/pointer.js.map +1 -0
  405. package/lib/commonjs/styles/styled-primitives.js +88 -0
  406. package/lib/commonjs/styles/styled-primitives.js.map +1 -0
  407. package/lib/commonjs/styles/tokens.js +60 -22
  408. package/lib/commonjs/styles/tokens.js.map +1 -1
  409. package/lib/commonjs/styles/z-index.js +1 -2
  410. package/lib/commonjs/styles/z-index.js.map +1 -1
  411. package/lib/commonjs/subtle-hover/SubtleHover.js +9 -12
  412. package/lib/commonjs/subtle-hover/SubtleHover.js.map +1 -1
  413. package/lib/commonjs/subtle-hover/types.js +6 -0
  414. package/lib/commonjs/subtle-hover/types.js.map +1 -0
  415. package/lib/commonjs/surfaces/SurfaceHost.js +17 -8
  416. package/lib/commonjs/surfaces/SurfaceHost.js.map +1 -1
  417. package/lib/commonjs/surfaces/api.js +21 -7
  418. package/lib/commonjs/surfaces/api.js.map +1 -1
  419. package/lib/commonjs/surfaces/index.js +7 -1
  420. package/lib/commonjs/surfaces/index.js.map +1 -1
  421. package/lib/commonjs/surfaces/index.web.js +7 -1
  422. package/lib/commonjs/surfaces/index.web.js.map +1 -1
  423. package/lib/commonjs/surfaces/prompts.js +131 -99
  424. package/lib/commonjs/surfaces/prompts.js.map +1 -1
  425. package/lib/commonjs/surfaces/surface-store.js +172 -0
  426. package/lib/commonjs/surfaces/surface-store.js.map +1 -0
  427. package/lib/commonjs/surfaces/use-surface.js +36 -0
  428. package/lib/commonjs/surfaces/use-surface.js.map +1 -0
  429. package/lib/commonjs/switch/Switch.js +12 -0
  430. package/lib/commonjs/switch/Switch.js.map +1 -1
  431. package/lib/commonjs/tab-bar/TabBarBase.js +8 -8
  432. package/lib/commonjs/tab-bar/TabBarBase.js.map +1 -1
  433. package/lib/commonjs/tab-bar/context.js +127 -0
  434. package/lib/commonjs/tab-bar/context.js.map +1 -0
  435. package/lib/commonjs/tab-bar/expo-router/RouterTabBar.js +2 -2
  436. package/lib/commonjs/tab-bar/expo-router/fading-tab-screen.js +1 -1
  437. package/lib/commonjs/tab-bar/glyph.js +1 -1
  438. package/lib/commonjs/tab-bar/glyph.native.js +1 -1
  439. package/lib/commonjs/tab-bar/index.js +8 -8
  440. package/lib/commonjs/tab-bar/index.js.map +1 -1
  441. package/lib/commonjs/tab-bar/index.web.js +8 -8
  442. package/lib/commonjs/tab-bar/index.web.js.map +1 -1
  443. package/lib/commonjs/tab-bar/shared.js +1 -1
  444. package/lib/commonjs/tab-bar/surface-solid.js +1 -1
  445. package/lib/commonjs/tab-bar/surface.native.js +1 -1
  446. package/lib/commonjs/tab-bar/surface.web.js +1 -1
  447. package/lib/commonjs/tabs/Tabs.js +49 -20
  448. package/lib/commonjs/tabs/Tabs.js.map +1 -1
  449. package/lib/commonjs/text-field/TextField.js +491 -0
  450. package/lib/commonjs/text-field/TextField.js.map +1 -0
  451. package/lib/commonjs/text-field/index.js +34 -466
  452. package/lib/commonjs/text-field/index.js.map +1 -1
  453. package/lib/commonjs/text-field/types.js +6 -0
  454. package/lib/commonjs/text-field/types.js.map +1 -0
  455. package/lib/commonjs/theme/BloomThemeProvider.js +1 -1
  456. package/lib/commonjs/theme/accent-colors.js +147 -0
  457. package/lib/commonjs/theme/accent-colors.js.map +1 -0
  458. package/lib/commonjs/theme/adaptive-colors.js +17 -0
  459. package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
  460. package/lib/commonjs/theme/build-theme-from-seed.js +12 -1
  461. package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
  462. package/lib/commonjs/theme/build-theme.js +31 -2
  463. package/lib/commonjs/theme/build-theme.js.map +1 -1
  464. package/lib/commonjs/theme/color-engine/color-utils.js +17 -0
  465. package/lib/commonjs/theme/color-engine/color-utils.js.map +1 -1
  466. package/lib/commonjs/theme/color-engine/generate-role-colors.js +40 -0
  467. package/lib/commonjs/theme/color-engine/generate-role-colors.js.map +1 -0
  468. package/lib/commonjs/theme/color-engine/index.js +9 -126
  469. package/lib/commonjs/theme/color-engine/index.js.map +1 -1
  470. package/lib/commonjs/theme/color-policy.js +75 -10
  471. package/lib/commonjs/theme/color-policy.js.map +1 -1
  472. package/lib/commonjs/theme/color-scope/ColorScope.js +109 -0
  473. package/lib/commonjs/theme/color-scope/ColorScope.js.map +1 -0
  474. package/lib/commonjs/theme/color-scope/ColorScope.web.js +113 -0
  475. package/lib/commonjs/theme/color-scope/ColorScope.web.js.map +1 -0
  476. package/lib/commonjs/theme/color-scope/index.js +11 -101
  477. package/lib/commonjs/theme/color-scope/index.js.map +1 -1
  478. package/lib/commonjs/theme/color-scope/index.web.js +11 -105
  479. package/lib/commonjs/theme/color-scope/index.web.js.map +1 -1
  480. package/lib/commonjs/theme/color-utils.js +47 -9
  481. package/lib/commonjs/theme/color-utils.js.map +1 -1
  482. package/lib/commonjs/theme/glass-colors.js +280 -0
  483. package/lib/commonjs/theme/glass-colors.js.map +1 -0
  484. package/lib/commonjs/theme/index.js +20 -63
  485. package/lib/commonjs/theme/index.js.map +1 -1
  486. package/lib/commonjs/theme/index.web.js +233 -0
  487. package/lib/commonjs/theme/index.web.js.map +1 -0
  488. package/lib/commonjs/theme/press-colors.js +98 -0
  489. package/lib/commonjs/theme/press-colors.js.map +1 -0
  490. package/lib/commonjs/theme/seed-scope/SeedScope.js +94 -0
  491. package/lib/commonjs/theme/seed-scope/SeedScope.js.map +1 -0
  492. package/lib/commonjs/theme/seed-scope/SeedScope.web.js +93 -0
  493. package/lib/commonjs/theme/seed-scope/SeedScope.web.js.map +1 -0
  494. package/lib/commonjs/theme/seed-scope/index.js +6 -87
  495. package/lib/commonjs/theme/seed-scope/index.js.map +1 -1
  496. package/lib/commonjs/theme/seed-scope/index.web.js +6 -86
  497. package/lib/commonjs/theme/seed-scope/index.web.js.map +1 -1
  498. package/lib/commonjs/toast/Positioner.js +5 -5
  499. package/lib/commonjs/toast/Positioner.js.map +1 -1
  500. package/lib/commonjs/toast/ToastContent.js +10 -3
  501. package/lib/commonjs/toast/ToastContent.js.map +1 -1
  502. package/lib/commonjs/toast/ToastIcon.js +1 -1
  503. package/lib/commonjs/toast/ToastOutlet.js +38 -0
  504. package/lib/commonjs/toast/ToastOutlet.js.map +1 -0
  505. package/lib/commonjs/toast/ToastRow.js +3 -3
  506. package/lib/commonjs/toast/ToastRow.js.map +1 -1
  507. package/lib/commonjs/toast/ToastSwipeHandler.js +1 -1
  508. package/lib/commonjs/toast/Toaster.js +3 -3
  509. package/lib/commonjs/toast/Toaster.js.map +1 -1
  510. package/lib/commonjs/toast/animations.js +1 -1
  511. package/lib/commonjs/toast/constants.js +1 -1
  512. package/lib/commonjs/toast/container-geometry.js +147 -0
  513. package/lib/commonjs/toast/container-geometry.js.map +1 -0
  514. package/lib/commonjs/toast/context.js +1 -1
  515. package/lib/commonjs/toast/index.js +8 -32
  516. package/lib/commonjs/toast/index.js.map +1 -1
  517. package/lib/commonjs/toast/row-geometry.js +124 -0
  518. package/lib/commonjs/toast/row-geometry.js.map +1 -0
  519. package/lib/commonjs/toast/toast-comparator.js +1 -1
  520. package/lib/commonjs/toast/toast-fns.js +1 -1
  521. package/lib/commonjs/toast/toast-store.js +2 -2
  522. package/lib/commonjs/toast/toast-timers.js +1 -1
  523. package/lib/commonjs/toast/types.js +0 -1
  524. package/lib/commonjs/toast/types.js.map +1 -1
  525. package/lib/commonjs/toast/use-app-state.js +1 -1
  526. package/lib/commonjs/toast/use-toast-colors.js +8 -4
  527. package/lib/commonjs/toast/use-toast-colors.js.map +1 -1
  528. package/lib/commonjs/toast/use-toast-position.js +3 -3
  529. package/lib/commonjs/toast/use-toast-position.js.map +1 -1
  530. package/lib/commonjs/tooltip/Tooltip.js +289 -0
  531. package/lib/commonjs/tooltip/Tooltip.js.map +1 -0
  532. package/lib/commonjs/tooltip/Tooltip.web.js +132 -0
  533. package/lib/commonjs/tooltip/Tooltip.web.js.map +1 -0
  534. package/lib/commonjs/tooltip/constants.js +12 -0
  535. package/lib/commonjs/tooltip/constants.js.map +1 -0
  536. package/lib/commonjs/tooltip/index.js +21 -298
  537. package/lib/commonjs/tooltip/index.js.map +1 -1
  538. package/lib/commonjs/tooltip/index.web.js +22 -136
  539. package/lib/commonjs/tooltip/index.web.js.map +1 -1
  540. package/lib/commonjs/typography/Typography.js +423 -0
  541. package/lib/commonjs/typography/Typography.js.map +1 -0
  542. package/lib/commonjs/typography/index.js +86 -142
  543. package/lib/commonjs/typography/index.js.map +1 -1
  544. package/lib/commonjs/typography/types.js +6 -0
  545. package/lib/commonjs/typography/types.js.map +1 -0
  546. package/lib/commonjs/user-hover-card/UserHoverCard.js +27 -25
  547. package/lib/commonjs/user-hover-card/UserHoverCard.js.map +1 -1
  548. package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js +108 -53
  549. package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
  550. package/lib/module/accordion/Accordion.js +25 -11
  551. package/lib/module/accordion/Accordion.js.map +1 -1
  552. package/lib/module/activity-heatmap/ActivityHeatmap.js +19 -3
  553. package/lib/module/activity-heatmap/ActivityHeatmap.js.map +1 -1
  554. package/lib/module/activity-heatmap/bucket-by-day.js +47 -0
  555. package/lib/module/activity-heatmap/bucket-by-day.js.map +1 -0
  556. package/lib/module/activity-heatmap/index.js +1 -1
  557. package/lib/module/activity-heatmap/index.js.map +1 -1
  558. package/lib/module/admonition/Admonition.js +159 -0
  559. package/lib/module/admonition/Admonition.js.map +1 -0
  560. package/lib/module/admonition/index.js +1 -156
  561. package/lib/module/admonition/index.js.map +1 -1
  562. package/lib/module/alert-dialog/AlertDialog.js +14 -17
  563. package/lib/module/alert-dialog/AlertDialog.js.map +1 -1
  564. package/lib/module/alert-dialog/index.js +6 -3
  565. package/lib/module/alert-dialog/index.js.map +1 -1
  566. package/lib/module/alert-dialog/index.web.js +2 -3
  567. package/lib/module/alert-dialog/index.web.js.map +1 -1
  568. package/lib/module/animated-check/AnimatedCheck.js +3 -3
  569. package/lib/module/animated-check/AnimatedCheck.js.map +1 -1
  570. package/lib/module/animated-check/types.js +2 -0
  571. package/lib/module/animated-check/types.js.map +1 -0
  572. package/lib/module/aspect-ratio/AspectRatio.js +64 -0
  573. package/lib/module/aspect-ratio/AspectRatio.js.map +1 -0
  574. package/lib/module/aspect-ratio/index.js +4 -0
  575. package/lib/module/aspect-ratio/index.js.map +1 -0
  576. package/lib/module/aspect-ratio/types.js.map +1 -0
  577. package/lib/module/avatar/Avatar.js +20 -3
  578. package/lib/module/avatar/Avatar.js.map +1 -1
  579. package/lib/module/avatar/context.js +10 -0
  580. package/lib/module/avatar/context.js.map +1 -0
  581. package/lib/module/avatar/default-avatar.js +10 -2
  582. package/lib/module/avatar/default-avatar.js.map +1 -1
  583. package/lib/module/avatar/index.js +2 -7
  584. package/lib/module/avatar/index.js.map +1 -1
  585. package/lib/module/avatar-group/AvatarGroup.web.js +19 -13
  586. package/lib/module/avatar-group/AvatarGroup.web.js.map +1 -1
  587. package/lib/module/avatar-group/AvatarGroupBase.js +47 -4
  588. package/lib/module/avatar-group/AvatarGroupBase.js.map +1 -1
  589. package/lib/module/avatar-group/index.web.js.map +1 -1
  590. package/lib/module/badge/Badge.js +9 -37
  591. package/lib/module/badge/Badge.js.map +1 -1
  592. package/lib/module/benefit-list/BenefitList.js +111 -0
  593. package/lib/module/benefit-list/BenefitList.js.map +1 -0
  594. package/lib/module/benefit-list/index.js +1 -111
  595. package/lib/module/benefit-list/index.js.map +1 -1
  596. package/lib/module/bottom-sheet/BottomSheet.js +123 -0
  597. package/lib/module/bottom-sheet/BottomSheet.js.map +1 -0
  598. package/lib/module/bottom-sheet/BottomSheet.web.js +69 -0
  599. package/lib/module/bottom-sheet/BottomSheet.web.js.map +1 -0
  600. package/lib/module/bottom-sheet/BottomSheetBase.js +1 -25
  601. package/lib/module/bottom-sheet/BottomSheetBase.js.map +1 -1
  602. package/lib/module/bottom-sheet/index.js +2 -118
  603. package/lib/module/bottom-sheet/index.js.map +1 -1
  604. package/lib/module/bottom-sheet/index.web.js +2 -67
  605. package/lib/module/bottom-sheet/index.web.js.map +1 -1
  606. package/lib/module/bottom-sheet/types.js.map +1 -0
  607. package/lib/module/button/Button.js +158 -35
  608. package/lib/module/button/Button.js.map +1 -1
  609. package/lib/module/button/Button.web.js +159 -97
  610. package/lib/module/button/Button.web.js.map +1 -1
  611. package/lib/module/card/Card.js +75 -32
  612. package/lib/module/card/Card.js.map +1 -1
  613. package/lib/module/checkbox/Checkbox.js +184 -53
  614. package/lib/module/checkbox/Checkbox.js.map +1 -1
  615. package/lib/module/chip/Chip.js +159 -58
  616. package/lib/module/chip/Chip.js.map +1 -1
  617. package/lib/module/combobox/Combobox.js +25 -13
  618. package/lib/module/combobox/Combobox.js.map +1 -1
  619. package/lib/module/combobox/index.js +8 -2
  620. package/lib/module/combobox/index.js.map +1 -1
  621. package/lib/module/combobox/index.web.js +8 -2
  622. package/lib/module/combobox/index.web.js.map +1 -1
  623. package/lib/module/command/Command.js +3 -3
  624. package/lib/module/command/Command.js.map +1 -1
  625. package/lib/module/connection-dots/ConnectionDots.web.js +3 -1
  626. package/lib/module/connection-dots/ConnectionDots.web.js.map +1 -1
  627. package/lib/module/connection-dots/ConnectionDotsBase.js +3 -4
  628. package/lib/module/connection-dots/ConnectionDotsBase.js.map +1 -1
  629. package/lib/module/connection-status/ConnectionStatusToasts.js +45 -0
  630. package/lib/module/connection-status/ConnectionStatusToasts.js.map +1 -0
  631. package/lib/module/connection-status/ConnectionStatusToasts.web.js +32 -0
  632. package/lib/module/connection-status/ConnectionStatusToasts.web.js.map +1 -0
  633. package/lib/module/connection-status/index.js +1 -41
  634. package/lib/module/connection-status/index.js.map +1 -1
  635. package/lib/module/connection-status/index.web.js +1 -28
  636. package/lib/module/connection-status/index.web.js.map +1 -1
  637. package/lib/module/content-panel/ContentPanel.js +98 -0
  638. package/lib/module/content-panel/ContentPanel.js.map +1 -0
  639. package/lib/module/content-panel/ContentPanel.web.js +162 -0
  640. package/lib/module/content-panel/ContentPanel.web.js.map +1 -0
  641. package/lib/module/content-panel/context.js +35 -0
  642. package/lib/module/content-panel/context.js.map +1 -0
  643. package/lib/module/content-panel/index.js +1 -106
  644. package/lib/module/content-panel/index.js.map +1 -1
  645. package/lib/module/content-panel/index.web.js +1 -171
  646. package/lib/module/content-panel/index.web.js.map +1 -1
  647. package/lib/module/content-panel/types.js.map +1 -0
  648. package/lib/module/context-menu/ContextMenu.js +114 -0
  649. package/lib/module/context-menu/ContextMenu.js.map +1 -0
  650. package/lib/module/context-menu/ContextMenu.web.js +155 -0
  651. package/lib/module/context-menu/ContextMenu.web.js.map +1 -0
  652. package/lib/module/context-menu/context.js +15 -31
  653. package/lib/module/context-menu/context.js.map +1 -1
  654. package/lib/module/context-menu/index.js +1 -272
  655. package/lib/module/context-menu/index.js.map +1 -1
  656. package/lib/module/context-menu/index.web.js +1 -372
  657. package/lib/module/context-menu/index.web.js.map +1 -1
  658. package/lib/module/design-tokens/scales.js +23 -3
  659. package/lib/module/design-tokens/scales.js.map +1 -1
  660. package/lib/module/design-tokens/shadows.js +24 -3
  661. package/lib/module/design-tokens/shadows.js.map +1 -1
  662. package/lib/module/design-tokens/shadows.native.js +38 -1
  663. package/lib/module/design-tokens/shadows.native.js.map +1 -1
  664. package/lib/module/design-tokens/theme.css +6 -0
  665. package/lib/module/design-tokens/tokens.json +180 -162
  666. package/lib/module/dialog/Dialog.js +19 -53
  667. package/lib/module/dialog/Dialog.js.map +1 -1
  668. package/lib/module/dialog/Dialog.web.js +5 -33
  669. package/lib/module/dialog/Dialog.web.js.map +1 -1
  670. package/lib/module/dialog/DialogBottomSheet.js +9 -8
  671. package/lib/module/dialog/DialogBottomSheet.js.map +1 -1
  672. package/lib/module/dialog/DialogContent.js +39 -14
  673. package/lib/module/dialog/DialogContent.js.map +1 -1
  674. package/lib/module/dialog/DialogHeader.js +41 -19
  675. package/lib/module/dialog/DialogHeader.js.map +1 -1
  676. package/lib/module/dialog/SheetShell.js +24 -2
  677. package/lib/module/dialog/SheetShell.js.map +1 -1
  678. package/lib/module/dialog/index.js +1 -3
  679. package/lib/module/dialog/index.js.map +1 -1
  680. package/lib/module/dialog/index.web.js +1 -3
  681. package/lib/module/dialog/index.web.js.map +1 -1
  682. package/lib/module/dot-grid-meter/DotGridMeter.js +17 -6
  683. package/lib/module/dot-grid-meter/DotGridMeter.js.map +1 -1
  684. package/lib/module/dropdown-menu/DropdownMenu.js +112 -0
  685. package/lib/module/dropdown-menu/DropdownMenu.js.map +1 -0
  686. package/lib/module/dropdown-menu/DropdownMenu.web.js +132 -0
  687. package/lib/module/dropdown-menu/DropdownMenu.web.js.map +1 -0
  688. package/lib/module/dropdown-menu/context.js +21 -0
  689. package/lib/module/dropdown-menu/context.js.map +1 -0
  690. package/lib/module/dropdown-menu/index.js +4 -0
  691. package/lib/module/dropdown-menu/index.js.map +1 -0
  692. package/lib/module/dropdown-menu/index.web.js +4 -0
  693. package/lib/module/dropdown-menu/index.web.js.map +1 -0
  694. package/lib/module/dropdown-menu/types.js +4 -0
  695. package/lib/module/dropdown-menu/types.js.map +1 -0
  696. package/lib/module/error-boundary/ErrorBoundary.js +19 -4
  697. package/lib/module/error-boundary/ErrorBoundary.js.map +1 -1
  698. package/lib/module/fab/Fab.js +86 -51
  699. package/lib/module/fab/Fab.js.map +1 -1
  700. package/lib/module/fab/Fab.web.js +49 -54
  701. package/lib/module/fab/Fab.web.js.map +1 -1
  702. package/lib/module/fill/Fill.js +26 -0
  703. package/lib/module/fill/Fill.js.map +1 -0
  704. package/lib/module/fill/index.js +1 -23
  705. package/lib/module/fill/index.js.map +1 -1
  706. package/lib/module/floating/FloatingPanel.js +377 -0
  707. package/lib/module/floating/FloatingPanel.js.map +1 -0
  708. package/lib/module/floating/TriggerSlot.js +100 -0
  709. package/lib/module/floating/TriggerSlot.js.map +1 -0
  710. package/lib/module/floating/constants.js +330 -0
  711. package/lib/module/floating/constants.js.map +1 -0
  712. package/lib/module/floating/context.js +47 -0
  713. package/lib/module/floating/context.js.map +1 -0
  714. package/lib/module/floating/index.js +26 -0
  715. package/lib/module/floating/index.js.map +1 -0
  716. package/lib/module/floating/menu-rows.js +307 -0
  717. package/lib/module/floating/menu-rows.js.map +1 -0
  718. package/lib/module/floating/menu-sub-flyout.js +413 -0
  719. package/lib/module/floating/menu-sub-flyout.js.map +1 -0
  720. package/lib/module/floating/menu-sub-inline.js +118 -0
  721. package/lib/module/floating/menu-sub-inline.js.map +1 -0
  722. package/lib/module/floating/shared.js +187 -0
  723. package/lib/module/floating/shared.js.map +1 -0
  724. package/lib/module/floating/types.js +4 -0
  725. package/lib/module/floating/types.js.map +1 -0
  726. package/lib/module/floating/use-anchor-rect.js +62 -0
  727. package/lib/module/floating/use-anchor-rect.js.map +1 -0
  728. package/lib/module/floating/use-sheet-open-bridge.js +50 -0
  729. package/lib/module/floating/use-sheet-open-bridge.js.map +1 -0
  730. package/lib/module/frosted-icon-button/FrostedIconButton.js +97 -57
  731. package/lib/module/frosted-icon-button/FrostedIconButton.js.map +1 -1
  732. package/lib/module/frosted-icon-button/FrostedIconButton.web.js +65 -61
  733. package/lib/module/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
  734. package/lib/module/glass/GlassSurface.js +143 -0
  735. package/lib/module/glass/GlassSurface.js.map +1 -0
  736. package/lib/module/glass/blur-target.js +165 -0
  737. package/lib/module/glass/blur-target.js.map +1 -0
  738. package/lib/module/glass/index.js +5 -0
  739. package/lib/module/glass/index.js.map +1 -0
  740. package/lib/module/glass/types.js +4 -0
  741. package/lib/module/glass/types.js.map +1 -0
  742. package/lib/module/grid/Grid.js +52 -0
  743. package/lib/module/grid/Grid.js.map +1 -0
  744. package/lib/module/grid/index.js +1 -49
  745. package/lib/module/grid/index.js.map +1 -1
  746. package/lib/module/hooks/index.js +9 -8
  747. package/lib/module/hooks/index.js.map +1 -1
  748. package/lib/module/hooks/merge-refs.js +28 -0
  749. package/lib/module/hooks/merge-refs.js.map +1 -0
  750. package/lib/module/hooks/use-accessibility-focus.js +103 -0
  751. package/lib/module/hooks/use-accessibility-focus.js.map +1 -0
  752. package/lib/module/hooks/use-accessible-name-warning.js +76 -0
  753. package/lib/module/hooks/use-accessible-name-warning.js.map +1 -0
  754. package/lib/module/hooks/use-controllable-state.js +31 -0
  755. package/lib/module/hooks/use-controllable-state.js.map +1 -0
  756. package/lib/module/hooks/use-delayed-loading.js +20 -0
  757. package/lib/module/hooks/use-delayed-loading.js.map +1 -0
  758. package/lib/module/hooks/use-gutters.js +103 -0
  759. package/lib/module/hooks/use-gutters.js.map +1 -0
  760. package/lib/module/hooks/use-haptics.js +61 -0
  761. package/lib/module/hooks/use-haptics.js.map +1 -0
  762. package/lib/module/hooks/use-image-preload.js +48 -0
  763. package/lib/module/hooks/use-image-preload.js.map +1 -0
  764. package/lib/module/hooks/use-interaction-state.js +66 -0
  765. package/lib/module/hooks/use-interaction-state.js.map +1 -0
  766. package/lib/module/hooks/use-press-animation.js +78 -0
  767. package/lib/module/hooks/use-press-animation.js.map +1 -0
  768. package/lib/module/hooks/use-throttled-value.js +32 -0
  769. package/lib/module/hooks/use-throttled-value.js.map +1 -0
  770. package/lib/module/icon-circle/IconCircle.js +36 -0
  771. package/lib/module/icon-circle/IconCircle.js.map +1 -0
  772. package/lib/module/icon-circle/index.js +1 -32
  773. package/lib/module/icon-circle/index.js.map +1 -1
  774. package/lib/module/icons/Logo.js +1 -1
  775. package/lib/module/icons/TEMPLATE.js +1 -1
  776. package/lib/module/icons/VerifiedCheck.js +1 -1
  777. package/lib/module/icons/VerifierCheck.js +1 -1
  778. package/lib/module/icons/index.js +1 -1
  779. package/lib/module/icons/shared.js +73 -0
  780. package/lib/module/icons/shared.js.map +1 -0
  781. package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js +73 -0
  782. package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
  783. package/lib/module/image-aspect-ratio-cache/index.js +1 -1
  784. package/lib/module/image-aspect-ratio-cache/index.js.map +1 -1
  785. package/lib/module/index.js +69 -26
  786. package/lib/module/index.js.map +1 -1
  787. package/lib/module/index.web.js +69 -26
  788. package/lib/module/index.web.js.map +1 -1
  789. package/lib/module/input-group/InputGroup.js +15 -12
  790. package/lib/module/input-group/InputGroup.js.map +1 -1
  791. package/lib/module/input-group/index.js +1 -1
  792. package/lib/module/input-group/index.js.map +1 -1
  793. package/lib/module/item/Item.js +54 -12
  794. package/lib/module/item/Item.js.map +1 -1
  795. package/lib/module/link-preview/LinkPreviewCard.js +92 -41
  796. package/lib/module/link-preview/LinkPreviewCard.js.map +1 -1
  797. package/lib/module/list/VirtualList.js +89 -0
  798. package/lib/module/list/VirtualList.js.map +1 -0
  799. package/lib/module/list/VirtualList.web.js +211 -0
  800. package/lib/module/list/VirtualList.web.js.map +1 -0
  801. package/lib/module/list/index.js +2 -86
  802. package/lib/module/list/index.js.map +1 -1
  803. package/lib/module/list/index.web.js +2 -208
  804. package/lib/module/list/index.web.js.map +1 -1
  805. package/lib/module/loading/Loading.js +1 -36
  806. package/lib/module/loading/Loading.js.map +1 -1
  807. package/lib/module/loading/Loading.web.js +1 -36
  808. package/lib/module/loading/Loading.web.js.map +1 -1
  809. package/lib/module/loading/SpinnerIcon.js +9 -4
  810. package/lib/module/loading/SpinnerIcon.js.map +1 -1
  811. package/lib/module/loading/SpinnerIcon.web.js +3 -4
  812. package/lib/module/loading/SpinnerIcon.web.js.map +1 -1
  813. package/lib/module/media-inset-border/MediaInsetBorder.js +3 -3
  814. package/lib/module/media-inset-border/MediaInsetBorder.js.map +1 -1
  815. package/lib/module/media-inset-border/types.js +4 -0
  816. package/lib/module/media-inset-border/types.js.map +1 -0
  817. package/lib/module/menubar/Menubar.js +155 -0
  818. package/lib/module/menubar/Menubar.js.map +1 -0
  819. package/lib/module/menubar/Menubar.web.js +180 -0
  820. package/lib/module/menubar/Menubar.web.js.map +1 -0
  821. package/lib/module/menubar/context.js +33 -0
  822. package/lib/module/menubar/context.js.map +1 -0
  823. package/lib/module/menubar/index.js +4 -0
  824. package/lib/module/menubar/index.js.map +1 -0
  825. package/lib/module/menubar/index.web.js +4 -0
  826. package/lib/module/menubar/index.web.js.map +1 -0
  827. package/lib/module/menubar/types.js +4 -0
  828. package/lib/module/menubar/types.js.map +1 -0
  829. package/lib/module/motion/ScreenTransition.js +0 -2
  830. package/lib/module/motion/ScreenTransition.js.map +1 -1
  831. package/lib/module/motion/types.js +4 -0
  832. package/lib/module/motion/types.js.map +1 -0
  833. package/lib/module/overlay/Overlay.js +392 -0
  834. package/lib/module/overlay/Overlay.js.map +1 -0
  835. package/lib/module/overlay/dropdown-placement.js +86 -16
  836. package/lib/module/overlay/dropdown-placement.js.map +1 -1
  837. package/lib/module/overlay/index.js +1 -360
  838. package/lib/module/overlay/index.js.map +1 -1
  839. package/lib/module/overlay/types.js +4 -0
  840. package/lib/module/overlay/types.js.map +1 -0
  841. package/lib/module/popover/Popover.js +86 -0
  842. package/lib/module/popover/Popover.js.map +1 -0
  843. package/lib/module/popover/Popover.web.js +111 -0
  844. package/lib/module/popover/Popover.web.js.map +1 -0
  845. package/lib/module/popover/context.js +15 -7
  846. package/lib/module/popover/context.js.map +1 -1
  847. package/lib/module/popover/index.js +1 -92
  848. package/lib/module/popover/index.js.map +1 -1
  849. package/lib/module/popover/index.web.js +1 -271
  850. package/lib/module/popover/index.web.js.map +1 -1
  851. package/lib/module/portal/Portal.js +110 -0
  852. package/lib/module/portal/Portal.js.map +1 -0
  853. package/lib/module/portal/Portal.web.js +86 -0
  854. package/lib/module/portal/Portal.web.js.map +1 -0
  855. package/lib/module/portal/index.js +1 -106
  856. package/lib/module/portal/index.js.map +1 -1
  857. package/lib/module/portal/index.web.js +1 -83
  858. package/lib/module/portal/index.web.js.map +1 -1
  859. package/lib/module/pressable-scale/PressableScale.js +21 -19
  860. package/lib/module/pressable-scale/PressableScale.js.map +1 -1
  861. package/lib/module/pressable-scale/types.js +4 -0
  862. package/lib/module/pressable-scale/types.js.map +1 -0
  863. package/lib/module/profile-card/ProfileCard.js +9 -7
  864. package/lib/module/profile-card/ProfileCard.js.map +1 -1
  865. package/lib/module/progressive-blur/ProgressiveBlur.js +74 -0
  866. package/lib/module/progressive-blur/ProgressiveBlur.js.map +1 -0
  867. package/lib/module/progressive-blur/ProgressiveBlur.web.js +62 -0
  868. package/lib/module/progressive-blur/ProgressiveBlur.web.js.map +1 -0
  869. package/lib/module/progressive-blur/index.js +1 -71
  870. package/lib/module/progressive-blur/index.js.map +1 -1
  871. package/lib/module/progressive-blur/index.web.js +1 -59
  872. package/lib/module/progressive-blur/index.web.js.map +1 -1
  873. package/lib/module/progressive-blur/shared.js +1 -1
  874. package/lib/module/prompt-input/Actions.js +2 -1
  875. package/lib/module/prompt-input/Actions.js.map +1 -1
  876. package/lib/module/prompt-input/Attachments.js.map +1 -1
  877. package/lib/module/prompt-input/PromptInput.js +8 -223
  878. package/lib/module/prompt-input/PromptInput.js.map +1 -1
  879. package/lib/module/prompt-input/PromptInput.web.js +22 -0
  880. package/lib/module/prompt-input/PromptInput.web.js.map +1 -0
  881. package/lib/module/prompt-input/PromptInputBase.js +231 -0
  882. package/lib/module/prompt-input/PromptInputBase.js.map +1 -0
  883. package/lib/module/prompt-input/SubmitButton.js +48 -24
  884. package/lib/module/prompt-input/SubmitButton.js.map +1 -1
  885. package/lib/module/prompt-input/context.js +0 -3
  886. package/lib/module/prompt-input/context.js.map +1 -1
  887. package/lib/module/prompt-input/index.js +2 -2
  888. package/lib/module/prompt-input/index.js.map +1 -1
  889. package/lib/module/prompt-input/index.web.js +18 -0
  890. package/lib/module/prompt-input/index.web.js.map +1 -0
  891. package/lib/module/provider/BloomProvider.js +75 -0
  892. package/lib/module/provider/BloomProvider.js.map +1 -0
  893. package/lib/module/provider/index.js +1 -70
  894. package/lib/module/provider/index.js.map +1 -1
  895. package/lib/module/provider/types.js +4 -0
  896. package/lib/module/provider/types.js.map +1 -0
  897. package/lib/module/radio/Radio.js +193 -0
  898. package/lib/module/radio/Radio.js.map +1 -0
  899. package/lib/module/radio/index.js +4 -0
  900. package/lib/module/radio/index.js.map +1 -0
  901. package/lib/module/radio/types.js +4 -0
  902. package/lib/module/radio/types.js.map +1 -0
  903. package/lib/module/radio-indicator/RadioIndicator.js +9 -1
  904. package/lib/module/radio-indicator/RadioIndicator.js.map +1 -1
  905. package/lib/module/scroll/expo-router/expo-router-adapter.js +128 -0
  906. package/lib/module/scroll/expo-router/expo-router-adapter.js.map +1 -0
  907. package/lib/module/scroll/expo-router/index.js +4 -123
  908. package/lib/module/scroll/expo-router/index.js.map +1 -1
  909. package/lib/module/scroll/index.js +1 -89
  910. package/lib/module/scroll/index.js.map +1 -1
  911. package/lib/module/scroll/index.web.js +1 -322
  912. package/lib/module/scroll/index.web.js.map +1 -1
  913. package/lib/module/scroll/use-scroll-restoration.js +106 -0
  914. package/lib/module/scroll/use-scroll-restoration.js.map +1 -0
  915. package/lib/module/scroll/use-scroll-restoration.web.js +341 -0
  916. package/lib/module/scroll/use-scroll-restoration.web.js.map +1 -0
  917. package/lib/module/search/Search.js +74 -0
  918. package/lib/module/search/Search.js.map +1 -0
  919. package/lib/module/search/index.js +1 -73
  920. package/lib/module/search/index.js.map +1 -1
  921. package/lib/module/segmented-control/SegmentedControl.js +243 -0
  922. package/lib/module/segmented-control/SegmentedControl.js.map +1 -0
  923. package/lib/module/segmented-control/index.js +1 -255
  924. package/lib/module/segmented-control/index.js.map +1 -1
  925. package/lib/module/select/Select.js +377 -0
  926. package/lib/module/select/Select.js.map +1 -0
  927. package/lib/module/select/Select.web.js +373 -0
  928. package/lib/module/select/Select.web.js.map +1 -0
  929. package/lib/module/select/index.js +2 -386
  930. package/lib/module/select/index.js.map +1 -1
  931. package/lib/module/select/index.web.js +2 -441
  932. package/lib/module/select/index.web.js.map +1 -1
  933. package/lib/module/select/shared.js +153 -0
  934. package/lib/module/select/shared.js.map +1 -0
  935. package/lib/module/settings-list/SettingsList.js +29 -47
  936. package/lib/module/settings-list/SettingsList.js.map +1 -1
  937. package/lib/module/skeleton/Skeleton.js +167 -0
  938. package/lib/module/skeleton/Skeleton.js.map +1 -0
  939. package/lib/module/skeleton/index.js +1 -163
  940. package/lib/module/skeleton/index.js.map +1 -1
  941. package/lib/module/slider/Slider.js +2 -0
  942. package/lib/module/slider/Slider.js.map +1 -1
  943. package/lib/module/stat-bar/StatBar.js +10 -6
  944. package/lib/module/stat-bar/StatBar.js.map +1 -1
  945. package/lib/module/styles/index.js +1 -1
  946. package/lib/module/styles/index.js.map +1 -1
  947. package/lib/module/styles/interactive-web-css.js +112 -0
  948. package/lib/module/styles/interactive-web-css.js.map +1 -0
  949. package/lib/module/styles/pointer.js +31 -0
  950. package/lib/module/styles/pointer.js.map +1 -0
  951. package/lib/module/styles/styled-primitives.js +85 -0
  952. package/lib/module/styles/styled-primitives.js.map +1 -0
  953. package/lib/module/styles/tokens.js +61 -22
  954. package/lib/module/styles/tokens.js.map +1 -1
  955. package/lib/module/styles/z-index.js +0 -1
  956. package/lib/module/styles/z-index.js.map +1 -1
  957. package/lib/module/subtle-hover/SubtleHover.js +8 -13
  958. package/lib/module/subtle-hover/SubtleHover.js.map +1 -1
  959. package/lib/module/subtle-hover/types.js +4 -0
  960. package/lib/module/subtle-hover/types.js.map +1 -0
  961. package/lib/module/surfaces/SurfaceHost.js +17 -8
  962. package/lib/module/surfaces/SurfaceHost.js.map +1 -1
  963. package/lib/module/surfaces/api.js +17 -9
  964. package/lib/module/surfaces/api.js.map +1 -1
  965. package/lib/module/surfaces/index.js +2 -2
  966. package/lib/module/surfaces/index.js.map +1 -1
  967. package/lib/module/surfaces/index.web.js +2 -2
  968. package/lib/module/surfaces/index.web.js.map +1 -1
  969. package/lib/module/surfaces/prompts.js +132 -101
  970. package/lib/module/surfaces/prompts.js.map +1 -1
  971. package/lib/module/surfaces/surface-store.js +159 -0
  972. package/lib/module/surfaces/surface-store.js.map +1 -0
  973. package/lib/module/surfaces/use-surface.js +31 -0
  974. package/lib/module/surfaces/use-surface.js.map +1 -0
  975. package/lib/module/switch/Switch.js +12 -0
  976. package/lib/module/switch/Switch.js.map +1 -1
  977. package/lib/module/tab-bar/TabBarBase.js +3 -3
  978. package/lib/module/tab-bar/TabBarBase.js.map +1 -1
  979. package/lib/module/tab-bar/context.js +118 -0
  980. package/lib/module/tab-bar/context.js.map +1 -0
  981. package/lib/module/tab-bar/expo-router/RouterTabBar.js +2 -2
  982. package/lib/module/tab-bar/expo-router/RouterTabBar.js.map +1 -1
  983. package/lib/module/tab-bar/expo-router/fading-tab-screen.js +1 -1
  984. package/lib/module/tab-bar/expo-router/index.js +1 -1
  985. package/lib/module/tab-bar/glyph.js +1 -1
  986. package/lib/module/tab-bar/glyph.native.js +1 -1
  987. package/lib/module/tab-bar/index.js +2 -2
  988. package/lib/module/tab-bar/index.js.map +1 -1
  989. package/lib/module/tab-bar/index.web.js +2 -2
  990. package/lib/module/tab-bar/index.web.js.map +1 -1
  991. package/lib/module/tab-bar/shared.js +1 -1
  992. package/lib/module/tab-bar/surface-solid.js +1 -1
  993. package/lib/module/tab-bar/surface.js +1 -1
  994. package/lib/module/tab-bar/surface.native.js +1 -1
  995. package/lib/module/tab-bar/surface.web.js +1 -1
  996. package/lib/module/tabs/Tabs.js +50 -21
  997. package/lib/module/tabs/Tabs.js.map +1 -1
  998. package/lib/module/text-field/TextField.js +482 -0
  999. package/lib/module/text-field/TextField.js.map +1 -0
  1000. package/lib/module/text-field/index.js +1 -462
  1001. package/lib/module/text-field/index.js.map +1 -1
  1002. package/lib/module/text-field/types.js +4 -0
  1003. package/lib/module/text-field/types.js.map +1 -0
  1004. package/lib/module/theme/BloomThemeProvider.js +1 -1
  1005. package/lib/module/theme/BloomThemeProvider.js.map +1 -1
  1006. package/lib/module/theme/accent-colors.js +143 -0
  1007. package/lib/module/theme/accent-colors.js.map +1 -0
  1008. package/lib/module/theme/adaptive-colors.js +18 -0
  1009. package/lib/module/theme/adaptive-colors.js.map +1 -1
  1010. package/lib/module/theme/build-theme-from-seed.js +12 -1
  1011. package/lib/module/theme/build-theme-from-seed.js.map +1 -1
  1012. package/lib/module/theme/build-theme.js +31 -2
  1013. package/lib/module/theme/build-theme.js.map +1 -1
  1014. package/lib/module/theme/color-engine/color-utils.js +15 -0
  1015. package/lib/module/theme/color-engine/color-utils.js.map +1 -1
  1016. package/lib/module/theme/color-engine/generate-role-colors.js +36 -0
  1017. package/lib/module/theme/color-engine/generate-role-colors.js.map +1 -0
  1018. package/lib/module/theme/color-engine/index.js +10 -51
  1019. package/lib/module/theme/color-engine/index.js.map +1 -1
  1020. package/lib/module/theme/color-policy.js +75 -10
  1021. package/lib/module/theme/color-policy.js.map +1 -1
  1022. package/lib/module/theme/color-scope/ColorScope.js +103 -0
  1023. package/lib/module/theme/color-scope/ColorScope.js.map +1 -0
  1024. package/lib/module/theme/color-scope/ColorScope.web.js +109 -0
  1025. package/lib/module/theme/color-scope/ColorScope.web.js.map +1 -0
  1026. package/lib/module/theme/color-scope/index.js +1 -100
  1027. package/lib/module/theme/color-scope/index.js.map +1 -1
  1028. package/lib/module/theme/color-scope/index.web.js +1 -106
  1029. package/lib/module/theme/color-scope/index.web.js.map +1 -1
  1030. package/lib/module/theme/color-utils.js +46 -9
  1031. package/lib/module/theme/color-utils.js.map +1 -1
  1032. package/lib/module/theme/glass-colors.js +274 -0
  1033. package/lib/module/theme/glass-colors.js.map +1 -0
  1034. package/lib/module/theme/index.js +30 -6
  1035. package/lib/module/theme/index.js.map +1 -1
  1036. package/lib/module/theme/index.web.js +53 -0
  1037. package/lib/module/theme/index.web.js.map +1 -0
  1038. package/lib/module/theme/press-colors.js +92 -0
  1039. package/lib/module/theme/press-colors.js.map +1 -0
  1040. package/lib/module/theme/seed-scope/SeedScope.js +89 -0
  1041. package/lib/module/theme/seed-scope/SeedScope.js.map +1 -0
  1042. package/lib/module/theme/seed-scope/SeedScope.web.js +88 -0
  1043. package/lib/module/theme/seed-scope/SeedScope.web.js.map +1 -0
  1044. package/lib/module/theme/seed-scope/index.js +1 -86
  1045. package/lib/module/theme/seed-scope/index.js.map +1 -1
  1046. package/lib/module/theme/seed-scope/index.web.js +1 -85
  1047. package/lib/module/theme/seed-scope/index.web.js.map +1 -1
  1048. package/lib/module/toast/Positioner.js +2 -2
  1049. package/lib/module/toast/Positioner.js.map +1 -1
  1050. package/lib/module/toast/ToastContent.js +10 -3
  1051. package/lib/module/toast/ToastContent.js.map +1 -1
  1052. package/lib/module/toast/ToastIcon.js +1 -1
  1053. package/lib/module/toast/ToastOutlet.js +33 -0
  1054. package/lib/module/toast/ToastOutlet.js.map +1 -0
  1055. package/lib/module/toast/ToastRow.js +2 -2
  1056. package/lib/module/toast/ToastRow.js.map +1 -1
  1057. package/lib/module/toast/ToastSwipeHandler.js +1 -1
  1058. package/lib/module/toast/Toaster.js +2 -2
  1059. package/lib/module/toast/Toaster.js.map +1 -1
  1060. package/lib/module/toast/animations.js +1 -1
  1061. package/lib/module/toast/constants.js +1 -1
  1062. package/lib/module/toast/container-geometry.js +140 -0
  1063. package/lib/module/toast/container-geometry.js.map +1 -0
  1064. package/lib/module/toast/context.js +1 -1
  1065. package/lib/module/toast/index.js +1 -30
  1066. package/lib/module/toast/index.js.map +1 -1
  1067. package/lib/module/toast/row-geometry.js +116 -0
  1068. package/lib/module/toast/row-geometry.js.map +1 -0
  1069. package/lib/module/toast/toast-comparator.js +1 -1
  1070. package/lib/module/toast/toast-fns.js +1 -1
  1071. package/lib/module/toast/toast-store.js +2 -2
  1072. package/lib/module/toast/toast-timers.js +1 -1
  1073. package/lib/module/toast/types.js +0 -1
  1074. package/lib/module/toast/types.js.map +1 -1
  1075. package/lib/module/toast/use-app-state.js +1 -1
  1076. package/lib/module/toast/use-toast-colors.js +8 -4
  1077. package/lib/module/toast/use-toast-colors.js.map +1 -1
  1078. package/lib/module/toast/use-toast-position.js +2 -2
  1079. package/lib/module/toast/use-toast-position.js.map +1 -1
  1080. package/lib/module/tooltip/Tooltip.js +283 -0
  1081. package/lib/module/tooltip/Tooltip.js.map +1 -0
  1082. package/lib/module/tooltip/Tooltip.web.js +125 -0
  1083. package/lib/module/tooltip/Tooltip.web.js.map +1 -0
  1084. package/lib/module/tooltip/constants.js +8 -0
  1085. package/lib/module/tooltip/constants.js.map +1 -0
  1086. package/lib/module/tooltip/index.js +1 -298
  1087. package/lib/module/tooltip/index.js.map +1 -1
  1088. package/lib/module/tooltip/index.web.js +1 -134
  1089. package/lib/module/tooltip/index.web.js.map +1 -1
  1090. package/lib/module/typography/Typography.js +408 -0
  1091. package/lib/module/typography/Typography.js.map +1 -0
  1092. package/lib/module/typography/index.js +1 -139
  1093. package/lib/module/typography/index.js.map +1 -1
  1094. package/lib/module/typography/types.js +4 -0
  1095. package/lib/module/typography/types.js.map +1 -0
  1096. package/lib/module/user-hover-card/UserHoverCard.js +30 -28
  1097. package/lib/module/user-hover-card/UserHoverCard.js.map +1 -1
  1098. package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js +95 -40
  1099. package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
  1100. package/lib/typescript/commonjs/accordion/Accordion.d.ts.map +1 -1
  1101. package/lib/typescript/commonjs/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
  1102. package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts +9 -0
  1103. package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts.map +1 -0
  1104. package/lib/typescript/commonjs/activity-heatmap/index.d.ts +1 -1
  1105. package/lib/typescript/commonjs/activity-heatmap/index.d.ts.map +1 -1
  1106. package/lib/typescript/commonjs/activity-heatmap/types.d.ts +13 -2
  1107. package/lib/typescript/commonjs/activity-heatmap/types.d.ts.map +1 -1
  1108. package/lib/typescript/commonjs/admonition/Admonition.d.ts +56 -0
  1109. package/lib/typescript/commonjs/admonition/Admonition.d.ts.map +1 -0
  1110. package/lib/typescript/commonjs/admonition/index.d.ts +1 -55
  1111. package/lib/typescript/commonjs/admonition/index.d.ts.map +1 -1
  1112. package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts +7 -8
  1113. package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts.map +1 -1
  1114. package/lib/typescript/commonjs/alert-dialog/index.d.ts +6 -6
  1115. package/lib/typescript/commonjs/alert-dialog/index.d.ts.map +1 -1
  1116. package/lib/typescript/commonjs/alert-dialog/index.web.d.ts +2 -6
  1117. package/lib/typescript/commonjs/alert-dialog/index.web.d.ts.map +1 -1
  1118. package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts +1 -10
  1119. package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts.map +1 -1
  1120. package/lib/typescript/commonjs/animated-check/index.d.ts +1 -1
  1121. package/lib/typescript/commonjs/animated-check/index.d.ts.map +1 -1
  1122. package/lib/typescript/commonjs/animated-check/types.d.ts +11 -0
  1123. package/lib/typescript/commonjs/animated-check/types.d.ts.map +1 -0
  1124. package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts +6 -0
  1125. package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts.map +1 -0
  1126. package/lib/typescript/commonjs/aspect-ratio/index.d.ts +3 -0
  1127. package/lib/typescript/commonjs/aspect-ratio/index.d.ts.map +1 -0
  1128. package/lib/typescript/commonjs/aspect-ratio/types.d.ts +19 -0
  1129. package/lib/typescript/commonjs/aspect-ratio/types.d.ts.map +1 -0
  1130. package/lib/typescript/commonjs/avatar/Avatar.d.ts.map +1 -1
  1131. package/lib/typescript/commonjs/avatar/context.d.ts +8 -0
  1132. package/lib/typescript/commonjs/avatar/context.d.ts.map +1 -0
  1133. package/lib/typescript/commonjs/avatar/default-avatar.d.ts +9 -2
  1134. package/lib/typescript/commonjs/avatar/default-avatar.d.ts.map +1 -1
  1135. package/lib/typescript/commonjs/avatar/index.d.ts +3 -6
  1136. package/lib/typescript/commonjs/avatar/index.d.ts.map +1 -1
  1137. package/lib/typescript/commonjs/avatar/types.d.ts +1 -1
  1138. package/lib/typescript/commonjs/avatar/types.d.ts.map +1 -1
  1139. package/lib/typescript/commonjs/avatar-group/AvatarGroup.web.d.ts.map +1 -1
  1140. package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts +6 -0
  1141. package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts.map +1 -1
  1142. package/lib/typescript/commonjs/avatar-group/index.web.d.ts.map +1 -1
  1143. package/lib/typescript/commonjs/badge/Badge.d.ts.map +1 -1
  1144. package/lib/typescript/commonjs/badge/index.d.ts +1 -1
  1145. package/lib/typescript/commonjs/badge/index.d.ts.map +1 -1
  1146. package/lib/typescript/commonjs/badge/types.d.ts +6 -6
  1147. package/lib/typescript/commonjs/badge/types.d.ts.map +1 -1
  1148. package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts +5 -0
  1149. package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts.map +1 -0
  1150. package/lib/typescript/commonjs/benefit-list/index.d.ts +1 -4
  1151. package/lib/typescript/commonjs/benefit-list/index.d.ts.map +1 -1
  1152. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts +7 -0
  1153. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts.map +1 -0
  1154. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts +7 -0
  1155. package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
  1156. package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts +1 -154
  1157. package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
  1158. package/lib/typescript/commonjs/bottom-sheet/index.d.ts +3 -6
  1159. package/lib/typescript/commonjs/bottom-sheet/index.d.ts.map +1 -1
  1160. package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts +3 -6
  1161. package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts.map +1 -1
  1162. package/lib/typescript/commonjs/bottom-sheet/types.d.ts +156 -0
  1163. package/lib/typescript/commonjs/bottom-sheet/types.d.ts.map +1 -0
  1164. package/lib/typescript/commonjs/button/Button.d.ts.map +1 -1
  1165. package/lib/typescript/commonjs/button/Button.web.d.ts.map +1 -1
  1166. package/lib/typescript/commonjs/button/types.d.ts +17 -1
  1167. package/lib/typescript/commonjs/button/types.d.ts.map +1 -1
  1168. package/lib/typescript/commonjs/card/Card.d.ts +19 -0
  1169. package/lib/typescript/commonjs/card/Card.d.ts.map +1 -1
  1170. package/lib/typescript/commonjs/card/index.d.ts +1 -1
  1171. package/lib/typescript/commonjs/card/index.d.ts.map +1 -1
  1172. package/lib/typescript/commonjs/card/types.d.ts +34 -1
  1173. package/lib/typescript/commonjs/card/types.d.ts.map +1 -1
  1174. package/lib/typescript/commonjs/checkbox/Checkbox.d.ts.map +1 -1
  1175. package/lib/typescript/commonjs/chip/Chip.d.ts.map +1 -1
  1176. package/lib/typescript/commonjs/chip/index.d.ts +1 -1
  1177. package/lib/typescript/commonjs/chip/index.d.ts.map +1 -1
  1178. package/lib/typescript/commonjs/chip/types.d.ts +8 -5
  1179. package/lib/typescript/commonjs/chip/types.d.ts.map +1 -1
  1180. package/lib/typescript/commonjs/combobox/Combobox.d.ts +2 -2
  1181. package/lib/typescript/commonjs/combobox/Combobox.d.ts.map +1 -1
  1182. package/lib/typescript/commonjs/combobox/index.d.ts.map +1 -1
  1183. package/lib/typescript/commonjs/combobox/index.web.d.ts.map +1 -1
  1184. package/lib/typescript/commonjs/command/types.d.ts +1 -1
  1185. package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts.map +1 -1
  1186. package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
  1187. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts +7 -0
  1188. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
  1189. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
  1190. package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
  1191. package/lib/typescript/commonjs/connection-status/index.d.ts +1 -6
  1192. package/lib/typescript/commonjs/connection-status/index.d.ts.map +1 -1
  1193. package/lib/typescript/commonjs/connection-status/index.web.d.ts +1 -6
  1194. package/lib/typescript/commonjs/connection-status/index.web.d.ts.map +1 -1
  1195. package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts +45 -0
  1196. package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts.map +1 -0
  1197. package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts +63 -0
  1198. package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts.map +1 -0
  1199. package/lib/typescript/commonjs/content-panel/context.d.ts +24 -0
  1200. package/lib/typescript/commonjs/content-panel/context.d.ts.map +1 -0
  1201. package/lib/typescript/commonjs/content-panel/index.d.ts +2 -89
  1202. package/lib/typescript/commonjs/content-panel/index.d.ts.map +1 -1
  1203. package/lib/typescript/commonjs/content-panel/index.web.d.ts +2 -110
  1204. package/lib/typescript/commonjs/content-panel/index.web.d.ts.map +1 -1
  1205. package/lib/typescript/commonjs/content-panel/types.d.ts +48 -0
  1206. package/lib/typescript/commonjs/content-panel/types.d.ts.map +1 -0
  1207. package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts +26 -0
  1208. package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts.map +1 -0
  1209. package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts +25 -0
  1210. package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts.map +1 -0
  1211. package/lib/typescript/commonjs/context-menu/context.d.ts +14 -10
  1212. package/lib/typescript/commonjs/context-menu/context.d.ts.map +1 -1
  1213. package/lib/typescript/commonjs/context-menu/index.d.ts +2 -20
  1214. package/lib/typescript/commonjs/context-menu/index.d.ts.map +1 -1
  1215. package/lib/typescript/commonjs/context-menu/index.web.d.ts +2 -18
  1216. package/lib/typescript/commonjs/context-menu/index.web.d.ts.map +1 -1
  1217. package/lib/typescript/commonjs/context-menu/types.d.ts +36 -50
  1218. package/lib/typescript/commonjs/context-menu/types.d.ts.map +1 -1
  1219. package/lib/typescript/commonjs/design-tokens/scales.d.ts +23 -3
  1220. package/lib/typescript/commonjs/design-tokens/scales.d.ts.map +1 -1
  1221. package/lib/typescript/commonjs/design-tokens/shadows.d.ts +23 -3
  1222. package/lib/typescript/commonjs/design-tokens/shadows.d.ts.map +1 -1
  1223. package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts +32 -1
  1224. package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts.map +1 -1
  1225. package/lib/typescript/commonjs/dialog/Dialog.d.ts +1 -17
  1226. package/lib/typescript/commonjs/dialog/Dialog.d.ts.map +1 -1
  1227. package/lib/typescript/commonjs/dialog/Dialog.web.d.ts +1 -14
  1228. package/lib/typescript/commonjs/dialog/Dialog.web.d.ts.map +1 -1
  1229. package/lib/typescript/commonjs/dialog/DialogBottomSheet.d.ts.map +1 -1
  1230. package/lib/typescript/commonjs/dialog/DialogContent.d.ts.map +1 -1
  1231. package/lib/typescript/commonjs/dialog/DialogHeader.d.ts.map +1 -1
  1232. package/lib/typescript/commonjs/dialog/SheetShell.d.ts.map +1 -1
  1233. package/lib/typescript/commonjs/dialog/index.d.ts +1 -4
  1234. package/lib/typescript/commonjs/dialog/index.d.ts.map +1 -1
  1235. package/lib/typescript/commonjs/dialog/index.web.d.ts +1 -4
  1236. package/lib/typescript/commonjs/dialog/index.web.d.ts.map +1 -1
  1237. package/lib/typescript/commonjs/dialog/types.d.ts +5 -1
  1238. package/lib/typescript/commonjs/dialog/types.d.ts.map +1 -1
  1239. package/lib/typescript/commonjs/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
  1240. package/lib/typescript/commonjs/dot-grid-meter/types.d.ts +12 -0
  1241. package/lib/typescript/commonjs/dot-grid-meter/types.d.ts.map +1 -1
  1242. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts +31 -0
  1243. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts.map +1 -0
  1244. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts +25 -0
  1245. package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
  1246. package/lib/typescript/commonjs/dropdown-menu/context.d.ts +4 -0
  1247. package/lib/typescript/commonjs/dropdown-menu/context.d.ts.map +1 -0
  1248. package/lib/typescript/commonjs/dropdown-menu/index.d.ts +3 -0
  1249. package/lib/typescript/commonjs/dropdown-menu/index.d.ts.map +1 -0
  1250. package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts +3 -0
  1251. package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts.map +1 -0
  1252. package/lib/typescript/commonjs/dropdown-menu/types.d.ts +15 -0
  1253. package/lib/typescript/commonjs/dropdown-menu/types.d.ts.map +1 -0
  1254. package/lib/typescript/commonjs/error-boundary/ErrorBoundary.d.ts.map +1 -1
  1255. package/lib/typescript/commonjs/fab/Fab.d.ts.map +1 -1
  1256. package/lib/typescript/commonjs/fab/Fab.web.d.ts.map +1 -1
  1257. package/lib/typescript/commonjs/fill/Fill.d.ts +7 -0
  1258. package/lib/typescript/commonjs/fill/Fill.d.ts.map +1 -0
  1259. package/lib/typescript/commonjs/fill/index.d.ts +1 -6
  1260. package/lib/typescript/commonjs/fill/index.d.ts.map +1 -1
  1261. package/lib/typescript/commonjs/floating/FloatingPanel.d.ts +3 -0
  1262. package/lib/typescript/commonjs/floating/FloatingPanel.d.ts.map +1 -0
  1263. package/lib/typescript/commonjs/floating/TriggerSlot.d.ts +41 -0
  1264. package/lib/typescript/commonjs/floating/TriggerSlot.d.ts.map +1 -0
  1265. package/lib/typescript/commonjs/floating/constants.d.ts +266 -0
  1266. package/lib/typescript/commonjs/floating/constants.d.ts.map +1 -0
  1267. package/lib/typescript/commonjs/floating/context.d.ts +26 -0
  1268. package/lib/typescript/commonjs/floating/context.d.ts.map +1 -0
  1269. package/lib/typescript/commonjs/floating/index.d.ts +24 -0
  1270. package/lib/typescript/commonjs/floating/index.d.ts.map +1 -0
  1271. package/lib/typescript/commonjs/floating/menu-rows.d.ts +14 -0
  1272. package/lib/typescript/commonjs/floating/menu-rows.d.ts.map +1 -0
  1273. package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts +4 -0
  1274. package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts.map +1 -0
  1275. package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts +4 -0
  1276. package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts.map +1 -0
  1277. package/lib/typescript/commonjs/floating/shared.d.ts +130 -0
  1278. package/lib/typescript/commonjs/floating/shared.d.ts.map +1 -0
  1279. package/lib/typescript/commonjs/floating/types.d.ts +330 -0
  1280. package/lib/typescript/commonjs/floating/types.d.ts.map +1 -0
  1281. package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts +9 -0
  1282. package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts.map +1 -0
  1283. package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts +9 -0
  1284. package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts.map +1 -0
  1285. package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
  1286. package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
  1287. package/lib/typescript/commonjs/glass/GlassSurface.d.ts +4 -0
  1288. package/lib/typescript/commonjs/glass/GlassSurface.d.ts.map +1 -0
  1289. package/lib/typescript/commonjs/glass/blur-target.d.ts +33 -0
  1290. package/lib/typescript/commonjs/glass/blur-target.d.ts.map +1 -0
  1291. package/lib/typescript/commonjs/glass/index.d.ts +4 -0
  1292. package/lib/typescript/commonjs/glass/index.d.ts.map +1 -0
  1293. package/lib/typescript/commonjs/glass/types.d.ts +49 -0
  1294. package/lib/typescript/commonjs/glass/types.d.ts.map +1 -0
  1295. package/lib/typescript/commonjs/grid/Grid.d.ts +13 -0
  1296. package/lib/typescript/commonjs/grid/Grid.d.ts.map +1 -0
  1297. package/lib/typescript/commonjs/grid/index.d.ts +1 -12
  1298. package/lib/typescript/commonjs/grid/index.d.ts.map +1 -1
  1299. package/lib/typescript/commonjs/hooks/index.d.ts +11 -10
  1300. package/lib/typescript/commonjs/hooks/index.d.ts.map +1 -1
  1301. package/lib/typescript/commonjs/hooks/merge-refs.d.ts +17 -0
  1302. package/lib/typescript/commonjs/hooks/merge-refs.d.ts.map +1 -0
  1303. package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts +17 -0
  1304. package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts.map +1 -0
  1305. package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts +15 -0
  1306. package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts.map +1 -0
  1307. package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts +19 -0
  1308. package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts.map +1 -0
  1309. package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts +6 -0
  1310. package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts.map +1 -0
  1311. package/lib/typescript/commonjs/hooks/use-gutters.d.ts +32 -0
  1312. package/lib/typescript/commonjs/hooks/use-gutters.d.ts.map +1 -0
  1313. package/lib/typescript/commonjs/hooks/use-haptics.d.ts +28 -0
  1314. package/lib/typescript/commonjs/hooks/use-haptics.d.ts.map +1 -0
  1315. package/lib/typescript/commonjs/hooks/use-image-preload.d.ts +10 -0
  1316. package/lib/typescript/commonjs/hooks/use-image-preload.d.ts.map +1 -0
  1317. package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts +35 -0
  1318. package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts.map +1 -0
  1319. package/lib/typescript/commonjs/hooks/use-press-animation.d.ts +49 -0
  1320. package/lib/typescript/commonjs/hooks/use-press-animation.d.ts.map +1 -0
  1321. package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts +5 -0
  1322. package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts.map +1 -0
  1323. package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts +10 -0
  1324. package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts.map +1 -0
  1325. package/lib/typescript/commonjs/icon-circle/index.d.ts +1 -9
  1326. package/lib/typescript/commonjs/icon-circle/index.d.ts.map +1 -1
  1327. package/lib/typescript/commonjs/icons/Accessibility.d.ts +2 -2
  1328. package/lib/typescript/commonjs/icons/Alien.d.ts +2 -2
  1329. package/lib/typescript/commonjs/icons/AndroidLogo.d.ts +2 -2
  1330. package/lib/typescript/commonjs/icons/Apple.d.ts +2 -2
  1331. package/lib/typescript/commonjs/icons/AppleLogo.d.ts +2 -2
  1332. package/lib/typescript/commonjs/icons/Arrow.d.ts +10 -10
  1333. package/lib/typescript/commonjs/icons/ArrowBoxLeft.d.ts +4 -4
  1334. package/lib/typescript/commonjs/icons/ArrowCornerDownRight.d.ts +2 -2
  1335. package/lib/typescript/commonjs/icons/ArrowOutOfBox.d.ts +4 -4
  1336. package/lib/typescript/commonjs/icons/ArrowRotate.d.ts +4 -4
  1337. package/lib/typescript/commonjs/icons/ArrowShareRight.d.ts +2 -2
  1338. package/lib/typescript/commonjs/icons/ArrowTopCircle.d.ts +2 -2
  1339. package/lib/typescript/commonjs/icons/ArrowTriangle.d.ts +2 -2
  1340. package/lib/typescript/commonjs/icons/ArrowsDiagonal.d.ts +8 -8
  1341. package/lib/typescript/commonjs/icons/AspectRatio.d.ts +6 -6
  1342. package/lib/typescript/commonjs/icons/At.d.ts +4 -4
  1343. package/lib/typescript/commonjs/icons/Atom.d.ts +2 -2
  1344. package/lib/typescript/commonjs/icons/Bars.d.ts +2 -2
  1345. package/lib/typescript/commonjs/icons/Beaker.d.ts +2 -2
  1346. package/lib/typescript/commonjs/icons/Bell.d.ts +4 -4
  1347. package/lib/typescript/commonjs/icons/Bell2.d.ts +8 -8
  1348. package/lib/typescript/commonjs/icons/BellPlus.d.ts +2 -2
  1349. package/lib/typescript/commonjs/icons/BellRinging.d.ts +4 -4
  1350. package/lib/typescript/commonjs/icons/BirthdayCake.d.ts +2 -2
  1351. package/lib/typescript/commonjs/icons/Bookmark.d.ts +6 -6
  1352. package/lib/typescript/commonjs/icons/Bot.d.ts +4 -4
  1353. package/lib/typescript/commonjs/icons/BroomSparkle.d.ts +2 -2
  1354. package/lib/typescript/commonjs/icons/Bubble.d.ts +8 -8
  1355. package/lib/typescript/commonjs/icons/BubbleInfo.d.ts +2 -2
  1356. package/lib/typescript/commonjs/icons/BulletList.d.ts +6 -6
  1357. package/lib/typescript/commonjs/icons/CC.d.ts +4 -4
  1358. package/lib/typescript/commonjs/icons/Calendar.d.ts +2 -2
  1359. package/lib/typescript/commonjs/icons/CalendarClock.d.ts +2 -2
  1360. package/lib/typescript/commonjs/icons/CalendarDays.d.ts +2 -2
  1361. package/lib/typescript/commonjs/icons/Camera.d.ts +4 -4
  1362. package/lib/typescript/commonjs/icons/Car.d.ts +2 -2
  1363. package/lib/typescript/commonjs/icons/Celebrate.d.ts +2 -2
  1364. package/lib/typescript/commonjs/icons/ChainLink.d.ts +2 -2
  1365. package/lib/typescript/commonjs/icons/Check.d.ts +4 -4
  1366. package/lib/typescript/commonjs/icons/Chevron.d.ts +12 -12
  1367. package/lib/typescript/commonjs/icons/Circle.d.ts +2 -2
  1368. package/lib/typescript/commonjs/icons/CircleAndSquare.d.ts +2 -2
  1369. package/lib/typescript/commonjs/icons/CircleBanSign.d.ts +2 -2
  1370. package/lib/typescript/commonjs/icons/CircleCheck.d.ts +2 -2
  1371. package/lib/typescript/commonjs/icons/CircleInfo.d.ts +2 -2
  1372. package/lib/typescript/commonjs/icons/CirclePlus.d.ts +2 -2
  1373. package/lib/typescript/commonjs/icons/CircleQuestion.d.ts +2 -2
  1374. package/lib/typescript/commonjs/icons/CircleX.d.ts +2 -2
  1375. package/lib/typescript/commonjs/icons/Clipboard.d.ts +2 -2
  1376. package/lib/typescript/commonjs/icons/Clock.d.ts +2 -2
  1377. package/lib/typescript/commonjs/icons/CodeBrackets.d.ts +4 -4
  1378. package/lib/typescript/commonjs/icons/CodeLines.d.ts +2 -2
  1379. package/lib/typescript/commonjs/icons/ColorPalette.d.ts +2 -2
  1380. package/lib/typescript/commonjs/icons/Contacts.d.ts +4 -4
  1381. package/lib/typescript/commonjs/icons/Crop.d.ts +2 -2
  1382. package/lib/typescript/commonjs/icons/DotGrid.d.ts +4 -4
  1383. package/lib/typescript/commonjs/icons/Download.d.ts +2 -2
  1384. package/lib/typescript/commonjs/icons/EditBig.d.ts +4 -4
  1385. package/lib/typescript/commonjs/icons/Emoji.d.ts +8 -8
  1386. package/lib/typescript/commonjs/icons/Envelope.d.ts +6 -6
  1387. package/lib/typescript/commonjs/icons/EnvelopeOpen.d.ts +2 -2
  1388. package/lib/typescript/commonjs/icons/Explosion.d.ts +2 -2
  1389. package/lib/typescript/commonjs/icons/Eye.d.ts +4 -4
  1390. package/lib/typescript/commonjs/icons/EyeSlash.d.ts +2 -2
  1391. package/lib/typescript/commonjs/icons/Filter.d.ts +2 -2
  1392. package/lib/typescript/commonjs/icons/FilterTimeline.d.ts +2 -2
  1393. package/lib/typescript/commonjs/icons/Flag.d.ts +2 -2
  1394. package/lib/typescript/commonjs/icons/Flame.d.ts +2 -2
  1395. package/lib/typescript/commonjs/icons/FlipImage.d.ts +4 -4
  1396. package/lib/typescript/commonjs/icons/FloppyDisk.d.ts +2 -2
  1397. package/lib/typescript/commonjs/icons/Freeze.d.ts +2 -2
  1398. package/lib/typescript/commonjs/icons/GameController.d.ts +2 -2
  1399. package/lib/typescript/commonjs/icons/Gif.d.ts +4 -4
  1400. package/lib/typescript/commonjs/icons/Gift1.d.ts +4 -4
  1401. package/lib/typescript/commonjs/icons/Globe.d.ts +6 -6
  1402. package/lib/typescript/commonjs/icons/Group.d.ts +2 -2
  1403. package/lib/typescript/commonjs/icons/Growth.d.ts +2 -2
  1404. package/lib/typescript/commonjs/icons/Haptic.d.ts +2 -2
  1405. package/lib/typescript/commonjs/icons/Hashtag.d.ts +6 -6
  1406. package/lib/typescript/commonjs/icons/Heart2.d.ts +8 -8
  1407. package/lib/typescript/commonjs/icons/Home.d.ts +6 -6
  1408. package/lib/typescript/commonjs/icons/HomeOpen.d.ts +4 -4
  1409. package/lib/typescript/commonjs/icons/Image.d.ts +4 -4
  1410. package/lib/typescript/commonjs/icons/Key.d.ts +2 -2
  1411. package/lib/typescript/commonjs/icons/Lab.d.ts +2 -2
  1412. package/lib/typescript/commonjs/icons/Leaf.d.ts +2 -2
  1413. package/lib/typescript/commonjs/icons/ListMagnifyingGlass.d.ts +2 -2
  1414. package/lib/typescript/commonjs/icons/ListPlus.d.ts +2 -2
  1415. package/lib/typescript/commonjs/icons/ListSparkle.d.ts +2 -2
  1416. package/lib/typescript/commonjs/icons/Live.d.ts +2 -2
  1417. package/lib/typescript/commonjs/icons/Loader.d.ts +2 -2
  1418. package/lib/typescript/commonjs/icons/Lock.d.ts +4 -4
  1419. package/lib/typescript/commonjs/icons/Logo.d.ts +3 -3
  1420. package/lib/typescript/commonjs/icons/Macintosh.d.ts +2 -2
  1421. package/lib/typescript/commonjs/icons/MagnifyingGlass.d.ts +8 -8
  1422. package/lib/typescript/commonjs/icons/Menu.d.ts +2 -2
  1423. package/lib/typescript/commonjs/icons/Message.d.ts +6 -6
  1424. package/lib/typescript/commonjs/icons/Moon.d.ts +2 -2
  1425. package/lib/typescript/commonjs/icons/MusicNote.d.ts +2 -2
  1426. package/lib/typescript/commonjs/icons/Mute.d.ts +2 -2
  1427. package/lib/typescript/commonjs/icons/News2.d.ts +2 -2
  1428. package/lib/typescript/commonjs/icons/Newskie.d.ts +2 -2
  1429. package/lib/typescript/commonjs/icons/Newspaper.d.ts +2 -2
  1430. package/lib/typescript/commonjs/icons/PageText.d.ts +2 -2
  1431. package/lib/typescript/commonjs/icons/PageX.d.ts +2 -2
  1432. package/lib/typescript/commonjs/icons/PaintRoller.d.ts +2 -2
  1433. package/lib/typescript/commonjs/icons/PaperPlane.d.ts +2 -2
  1434. package/lib/typescript/commonjs/icons/Pause.d.ts +8 -8
  1435. package/lib/typescript/commonjs/icons/Pencil.d.ts +6 -6
  1436. package/lib/typescript/commonjs/icons/PeopleRemove2.d.ts +4 -4
  1437. package/lib/typescript/commonjs/icons/Person.d.ts +20 -20
  1438. package/lib/typescript/commonjs/icons/Phone.d.ts +4 -4
  1439. package/lib/typescript/commonjs/icons/Pin.d.ts +4 -4
  1440. package/lib/typescript/commonjs/icons/PinLocation.d.ts +4 -4
  1441. package/lib/typescript/commonjs/icons/Pizza.d.ts +2 -2
  1442. package/lib/typescript/commonjs/icons/Play.d.ts +8 -8
  1443. package/lib/typescript/commonjs/icons/Plus.d.ts +4 -4
  1444. package/lib/typescript/commonjs/icons/QrCode.d.ts +2 -2
  1445. package/lib/typescript/commonjs/icons/Quote.d.ts +10 -10
  1446. package/lib/typescript/commonjs/icons/RaisingHand.d.ts +4 -4
  1447. package/lib/typescript/commonjs/icons/Reply.d.ts +4 -4
  1448. package/lib/typescript/commonjs/icons/Repost.d.ts +8 -8
  1449. package/lib/typescript/commonjs/icons/Rose.d.ts +2 -2
  1450. package/lib/typescript/commonjs/icons/SettingsGear2.d.ts +4 -4
  1451. package/lib/typescript/commonjs/icons/SettingsSlider.d.ts +2 -2
  1452. package/lib/typescript/commonjs/icons/Shaka.d.ts +2 -2
  1453. package/lib/typescript/commonjs/icons/Shapes.d.ts +2 -2
  1454. package/lib/typescript/commonjs/icons/Shield.d.ts +4 -4
  1455. package/lib/typescript/commonjs/icons/Sparkle.d.ts +2 -2
  1456. package/lib/typescript/commonjs/icons/Speaker.d.ts +2 -2
  1457. package/lib/typescript/commonjs/icons/SquareArrowTopRight.d.ts +2 -2
  1458. package/lib/typescript/commonjs/icons/SquareBehindSquare4.d.ts +2 -2
  1459. package/lib/typescript/commonjs/icons/Star.d.ts +4 -4
  1460. package/lib/typescript/commonjs/icons/StarterPack.d.ts +2 -2
  1461. package/lib/typescript/commonjs/icons/StreamingLive.d.ts +2 -2
  1462. package/lib/typescript/commonjs/icons/TEMPLATE.d.ts +4 -4
  1463. package/lib/typescript/commonjs/icons/TextSize.d.ts +2 -2
  1464. package/lib/typescript/commonjs/icons/Ticket.d.ts +2 -2
  1465. package/lib/typescript/commonjs/icons/Times.d.ts +2 -2
  1466. package/lib/typescript/commonjs/icons/TitleCase.d.ts +2 -2
  1467. package/lib/typescript/commonjs/icons/Trash.d.ts +4 -4
  1468. package/lib/typescript/commonjs/icons/Tree.d.ts +2 -2
  1469. package/lib/typescript/commonjs/icons/Trending.d.ts +4 -4
  1470. package/lib/typescript/commonjs/icons/UFO.d.ts +2 -2
  1471. package/lib/typescript/commonjs/icons/UserCircle.d.ts +4 -4
  1472. package/lib/typescript/commonjs/icons/Verified.d.ts +2 -2
  1473. package/lib/typescript/commonjs/icons/VerifiedCheck.d.ts +2 -2
  1474. package/lib/typescript/commonjs/icons/VerifierCheck.d.ts +2 -2
  1475. package/lib/typescript/commonjs/icons/VideoClip.d.ts +4 -4
  1476. package/lib/typescript/commonjs/icons/Warning.d.ts +2 -2
  1477. package/lib/typescript/commonjs/icons/Window.d.ts +2 -2
  1478. package/lib/typescript/commonjs/icons/Wrench.d.ts +2 -2
  1479. package/lib/typescript/commonjs/icons/Zap.d.ts +2 -2
  1480. package/lib/typescript/commonjs/icons/index.d.ts +2 -2
  1481. package/lib/typescript/commonjs/icons/shared.d.ts +394 -0
  1482. package/lib/typescript/commonjs/icons/shared.d.ts.map +1 -0
  1483. package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
  1484. package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
  1485. package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts +2 -2
  1486. package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts.map +1 -1
  1487. package/lib/typescript/commonjs/index.d.ts +29 -22
  1488. package/lib/typescript/commonjs/index.d.ts.map +1 -1
  1489. package/lib/typescript/commonjs/index.web.d.ts +31 -24
  1490. package/lib/typescript/commonjs/index.web.d.ts.map +1 -1
  1491. package/lib/typescript/commonjs/input-group/InputGroup.d.ts +2 -6
  1492. package/lib/typescript/commonjs/input-group/InputGroup.d.ts.map +1 -1
  1493. package/lib/typescript/commonjs/input-group/index.d.ts +1 -1
  1494. package/lib/typescript/commonjs/input-group/index.d.ts.map +1 -1
  1495. package/lib/typescript/commonjs/input-group/types.d.ts +1 -1
  1496. package/lib/typescript/commonjs/item/Item.d.ts +1 -1
  1497. package/lib/typescript/commonjs/item/Item.d.ts.map +1 -1
  1498. package/lib/typescript/commonjs/item/types.d.ts +12 -2
  1499. package/lib/typescript/commonjs/item/types.d.ts.map +1 -1
  1500. package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts +17 -6
  1501. package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts.map +1 -1
  1502. package/lib/typescript/commonjs/list/VirtualList.d.ts +28 -0
  1503. package/lib/typescript/commonjs/list/VirtualList.d.ts.map +1 -0
  1504. package/lib/typescript/commonjs/list/VirtualList.web.d.ts +44 -0
  1505. package/lib/typescript/commonjs/list/VirtualList.web.d.ts.map +1 -0
  1506. package/lib/typescript/commonjs/list/index.d.ts +2 -27
  1507. package/lib/typescript/commonjs/list/index.d.ts.map +1 -1
  1508. package/lib/typescript/commonjs/list/index.web.d.ts +2 -43
  1509. package/lib/typescript/commonjs/list/index.web.d.ts.map +1 -1
  1510. package/lib/typescript/commonjs/loading/Loading.d.ts.map +1 -1
  1511. package/lib/typescript/commonjs/loading/Loading.web.d.ts.map +1 -1
  1512. package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts +0 -12
  1513. package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts.map +1 -1
  1514. package/lib/typescript/commonjs/loading/SpinnerIcon.web.d.ts.map +1 -1
  1515. package/lib/typescript/commonjs/loading/index.d.ts +1 -1
  1516. package/lib/typescript/commonjs/loading/index.d.ts.map +1 -1
  1517. package/lib/typescript/commonjs/loading/index.web.d.ts +1 -1
  1518. package/lib/typescript/commonjs/loading/index.web.d.ts.map +1 -1
  1519. package/lib/typescript/commonjs/loading/types.d.ts +2 -11
  1520. package/lib/typescript/commonjs/loading/types.d.ts.map +1 -1
  1521. package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts +1 -16
  1522. package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
  1523. package/lib/typescript/commonjs/media-inset-border/index.d.ts +1 -1
  1524. package/lib/typescript/commonjs/media-inset-border/index.d.ts.map +1 -1
  1525. package/lib/typescript/commonjs/media-inset-border/types.d.ts +17 -0
  1526. package/lib/typescript/commonjs/media-inset-border/types.d.ts.map +1 -0
  1527. package/lib/typescript/commonjs/menubar/Menubar.d.ts +26 -0
  1528. package/lib/typescript/commonjs/menubar/Menubar.d.ts.map +1 -0
  1529. package/lib/typescript/commonjs/menubar/Menubar.web.d.ts +26 -0
  1530. package/lib/typescript/commonjs/menubar/Menubar.web.d.ts.map +1 -0
  1531. package/lib/typescript/commonjs/menubar/context.d.ts +11 -0
  1532. package/lib/typescript/commonjs/menubar/context.d.ts.map +1 -0
  1533. package/lib/typescript/commonjs/menubar/index.d.ts +3 -0
  1534. package/lib/typescript/commonjs/menubar/index.d.ts.map +1 -0
  1535. package/lib/typescript/commonjs/menubar/index.web.d.ts +3 -0
  1536. package/lib/typescript/commonjs/menubar/index.web.d.ts.map +1 -0
  1537. package/lib/typescript/commonjs/menubar/types.d.ts +37 -0
  1538. package/lib/typescript/commonjs/menubar/types.d.ts.map +1 -0
  1539. package/lib/typescript/commonjs/motion/ScreenTransition.d.ts +1 -19
  1540. package/lib/typescript/commonjs/motion/ScreenTransition.d.ts.map +1 -1
  1541. package/lib/typescript/commonjs/motion/index.d.ts +1 -1
  1542. package/lib/typescript/commonjs/motion/index.d.ts.map +1 -1
  1543. package/lib/typescript/commonjs/motion/index.web.d.ts +1 -1
  1544. package/lib/typescript/commonjs/motion/index.web.d.ts.map +1 -1
  1545. package/lib/typescript/commonjs/motion/types.d.ts +20 -0
  1546. package/lib/typescript/commonjs/motion/types.d.ts.map +1 -0
  1547. package/lib/typescript/commonjs/overlay/Overlay.d.ts +56 -0
  1548. package/lib/typescript/commonjs/overlay/Overlay.d.ts.map +1 -0
  1549. package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts +38 -10
  1550. package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts.map +1 -1
  1551. package/lib/typescript/commonjs/overlay/index.d.ts +2 -151
  1552. package/lib/typescript/commonjs/overlay/index.d.ts.map +1 -1
  1553. package/lib/typescript/commonjs/overlay/types.d.ts +66 -0
  1554. package/lib/typescript/commonjs/overlay/types.d.ts.map +1 -0
  1555. package/lib/typescript/commonjs/popover/Popover.d.ts +5 -0
  1556. package/lib/typescript/commonjs/popover/Popover.d.ts.map +1 -0
  1557. package/lib/typescript/commonjs/popover/Popover.web.d.ts +5 -0
  1558. package/lib/typescript/commonjs/popover/Popover.web.d.ts.map +1 -0
  1559. package/lib/typescript/commonjs/popover/context.d.ts +3 -14
  1560. package/lib/typescript/commonjs/popover/context.d.ts.map +1 -1
  1561. package/lib/typescript/commonjs/popover/index.d.ts +2 -13
  1562. package/lib/typescript/commonjs/popover/index.d.ts.map +1 -1
  1563. package/lib/typescript/commonjs/popover/index.web.d.ts +2 -13
  1564. package/lib/typescript/commonjs/popover/index.web.d.ts.map +1 -1
  1565. package/lib/typescript/commonjs/popover/types.d.ts +4 -53
  1566. package/lib/typescript/commonjs/popover/types.d.ts.map +1 -1
  1567. package/lib/typescript/commonjs/portal/Portal.d.ts +15 -0
  1568. package/lib/typescript/commonjs/portal/Portal.d.ts.map +1 -0
  1569. package/lib/typescript/commonjs/portal/Portal.web.d.ts +20 -0
  1570. package/lib/typescript/commonjs/portal/Portal.web.d.ts.map +1 -0
  1571. package/lib/typescript/commonjs/portal/index.d.ts +1 -14
  1572. package/lib/typescript/commonjs/portal/index.d.ts.map +1 -1
  1573. package/lib/typescript/commonjs/portal/index.web.d.ts +1 -19
  1574. package/lib/typescript/commonjs/portal/index.web.d.ts.map +1 -1
  1575. package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts +6 -11
  1576. package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts.map +1 -1
  1577. package/lib/typescript/commonjs/pressable-scale/index.d.ts +1 -1
  1578. package/lib/typescript/commonjs/pressable-scale/index.d.ts.map +1 -1
  1579. package/lib/typescript/commonjs/pressable-scale/types.d.ts +13 -0
  1580. package/lib/typescript/commonjs/pressable-scale/types.d.ts.map +1 -0
  1581. package/lib/typescript/commonjs/profile-card/ProfileCard.d.ts.map +1 -1
  1582. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts +22 -0
  1583. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
  1584. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
  1585. package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
  1586. package/lib/typescript/commonjs/progressive-blur/index.d.ts +1 -21
  1587. package/lib/typescript/commonjs/progressive-blur/index.d.ts.map +1 -1
  1588. package/lib/typescript/commonjs/progressive-blur/index.web.d.ts +1 -28
  1589. package/lib/typescript/commonjs/progressive-blur/index.web.d.ts.map +1 -1
  1590. package/lib/typescript/commonjs/progressive-blur/types.d.ts +1 -1
  1591. package/lib/typescript/commonjs/prompt-input/Actions.d.ts.map +1 -1
  1592. package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts +2 -1
  1593. package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts.map +1 -1
  1594. package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts +14 -0
  1595. package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts.map +1 -0
  1596. package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts +18 -0
  1597. package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts.map +1 -0
  1598. package/lib/typescript/commonjs/prompt-input/SubmitButton.d.ts.map +1 -1
  1599. package/lib/typescript/commonjs/prompt-input/context.d.ts +4 -5
  1600. package/lib/typescript/commonjs/prompt-input/context.d.ts.map +1 -1
  1601. package/lib/typescript/commonjs/prompt-input/index.d.ts +1 -1
  1602. package/lib/typescript/commonjs/prompt-input/index.d.ts.map +1 -1
  1603. package/lib/typescript/commonjs/prompt-input/index.web.d.ts +8 -0
  1604. package/lib/typescript/commonjs/prompt-input/index.web.d.ts.map +1 -0
  1605. package/lib/typescript/commonjs/prompt-input/types.d.ts +4 -4
  1606. package/lib/typescript/commonjs/prompt-input/types.d.ts.map +1 -1
  1607. package/lib/typescript/commonjs/provider/BloomProvider.d.ts +6 -0
  1608. package/lib/typescript/commonjs/provider/BloomProvider.d.ts.map +1 -0
  1609. package/lib/typescript/commonjs/provider/index.d.ts +2 -52
  1610. package/lib/typescript/commonjs/provider/index.d.ts.map +1 -1
  1611. package/lib/typescript/commonjs/provider/types.d.ts +15 -0
  1612. package/lib/typescript/commonjs/provider/types.d.ts.map +1 -0
  1613. package/lib/typescript/commonjs/radio/Radio.d.ts +15 -0
  1614. package/lib/typescript/commonjs/radio/Radio.d.ts.map +1 -0
  1615. package/lib/typescript/commonjs/radio/index.d.ts +3 -0
  1616. package/lib/typescript/commonjs/radio/index.d.ts.map +1 -0
  1617. package/lib/typescript/commonjs/radio/types.d.ts +63 -0
  1618. package/lib/typescript/commonjs/radio/types.d.ts.map +1 -0
  1619. package/lib/typescript/commonjs/radio-indicator/RadioIndicator.d.ts.map +1 -1
  1620. package/lib/typescript/commonjs/radio-indicator/types.d.ts +9 -0
  1621. package/lib/typescript/commonjs/radio-indicator/types.d.ts.map +1 -1
  1622. package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts +7 -0
  1623. package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
  1624. package/lib/typescript/commonjs/scroll/expo-router/index.d.ts +4 -4
  1625. package/lib/typescript/commonjs/scroll/expo-router/index.d.ts.map +1 -1
  1626. package/lib/typescript/commonjs/scroll/index.d.ts +1 -15
  1627. package/lib/typescript/commonjs/scroll/index.d.ts.map +1 -1
  1628. package/lib/typescript/commonjs/scroll/index.web.d.ts +1 -21
  1629. package/lib/typescript/commonjs/scroll/index.web.d.ts.map +1 -1
  1630. package/lib/typescript/commonjs/scroll/types.d.ts +18 -0
  1631. package/lib/typescript/commonjs/scroll/types.d.ts.map +1 -1
  1632. package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts +16 -0
  1633. package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts.map +1 -0
  1634. package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts +22 -0
  1635. package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts.map +1 -0
  1636. package/lib/typescript/commonjs/search/Search.d.ts +10 -0
  1637. package/lib/typescript/commonjs/search/Search.d.ts.map +1 -0
  1638. package/lib/typescript/commonjs/search/index.d.ts +1 -9
  1639. package/lib/typescript/commonjs/search/index.d.ts.map +1 -1
  1640. package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts +41 -0
  1641. package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts.map +1 -0
  1642. package/lib/typescript/commonjs/segmented-control/index.d.ts +1 -44
  1643. package/lib/typescript/commonjs/segmented-control/index.d.ts.map +1 -1
  1644. package/lib/typescript/commonjs/select/Select.d.ts +25 -0
  1645. package/lib/typescript/commonjs/select/Select.d.ts.map +1 -0
  1646. package/lib/typescript/commonjs/select/Select.web.d.ts +22 -0
  1647. package/lib/typescript/commonjs/select/Select.web.d.ts.map +1 -0
  1648. package/lib/typescript/commonjs/select/index.d.ts +3 -13
  1649. package/lib/typescript/commonjs/select/index.d.ts.map +1 -1
  1650. package/lib/typescript/commonjs/select/index.web.d.ts +3 -13
  1651. package/lib/typescript/commonjs/select/index.web.d.ts.map +1 -1
  1652. package/lib/typescript/commonjs/select/shared.d.ts +44 -0
  1653. package/lib/typescript/commonjs/select/shared.d.ts.map +1 -0
  1654. package/lib/typescript/commonjs/select/types.d.ts +50 -26
  1655. package/lib/typescript/commonjs/select/types.d.ts.map +1 -1
  1656. package/lib/typescript/commonjs/settings-list/SettingsList.d.ts.map +1 -1
  1657. package/lib/typescript/commonjs/skeleton/Skeleton.d.ts +64 -0
  1658. package/lib/typescript/commonjs/skeleton/Skeleton.d.ts.map +1 -0
  1659. package/lib/typescript/commonjs/skeleton/index.d.ts +1 -63
  1660. package/lib/typescript/commonjs/skeleton/index.d.ts.map +1 -1
  1661. package/lib/typescript/commonjs/slider/Slider.d.ts.map +1 -1
  1662. package/lib/typescript/commonjs/slider/types.d.ts +10 -0
  1663. package/lib/typescript/commonjs/slider/types.d.ts.map +1 -1
  1664. package/lib/typescript/commonjs/stat-bar/StatBar.d.ts.map +1 -1
  1665. package/lib/typescript/commonjs/styles/atoms.d.ts +1 -1
  1666. package/lib/typescript/commonjs/styles/index.d.ts +1 -1
  1667. package/lib/typescript/commonjs/styles/index.d.ts.map +1 -1
  1668. package/lib/typescript/commonjs/styles/interactive-web-css.d.ts +69 -0
  1669. package/lib/typescript/commonjs/styles/interactive-web-css.d.ts.map +1 -0
  1670. package/lib/typescript/commonjs/styles/pointer.d.ts +11 -0
  1671. package/lib/typescript/commonjs/styles/pointer.d.ts.map +1 -0
  1672. package/lib/typescript/commonjs/styles/styled-primitives.d.ts +90 -0
  1673. package/lib/typescript/commonjs/styles/styled-primitives.d.ts.map +1 -0
  1674. package/lib/typescript/commonjs/styles/tokens.d.ts +41 -4
  1675. package/lib/typescript/commonjs/styles/tokens.d.ts.map +1 -1
  1676. package/lib/typescript/commonjs/styles/web-view-style.d.ts +11 -0
  1677. package/lib/typescript/commonjs/styles/web-view-style.d.ts.map +1 -1
  1678. package/lib/typescript/commonjs/styles/z-index.d.ts +0 -18
  1679. package/lib/typescript/commonjs/styles/z-index.d.ts.map +1 -1
  1680. package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts +1 -18
  1681. package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts.map +1 -1
  1682. package/lib/typescript/commonjs/subtle-hover/index.d.ts +1 -1
  1683. package/lib/typescript/commonjs/subtle-hover/index.d.ts.map +1 -1
  1684. package/lib/typescript/commonjs/subtle-hover/types.d.ts +19 -0
  1685. package/lib/typescript/commonjs/subtle-hover/types.d.ts.map +1 -0
  1686. package/lib/typescript/commonjs/surfaces/SurfaceHost.d.ts.map +1 -1
  1687. package/lib/typescript/commonjs/surfaces/api.d.ts +17 -9
  1688. package/lib/typescript/commonjs/surfaces/api.d.ts.map +1 -1
  1689. package/lib/typescript/commonjs/surfaces/index.d.ts +3 -3
  1690. package/lib/typescript/commonjs/surfaces/index.d.ts.map +1 -1
  1691. package/lib/typescript/commonjs/surfaces/index.web.d.ts +3 -3
  1692. package/lib/typescript/commonjs/surfaces/index.web.d.ts.map +1 -1
  1693. package/lib/typescript/commonjs/surfaces/prompts.d.ts +17 -1
  1694. package/lib/typescript/commonjs/surfaces/prompts.d.ts.map +1 -1
  1695. package/lib/typescript/commonjs/surfaces/surface-store.d.ts +51 -0
  1696. package/lib/typescript/commonjs/surfaces/surface-store.d.ts.map +1 -0
  1697. package/lib/typescript/commonjs/surfaces/types.d.ts +40 -3
  1698. package/lib/typescript/commonjs/surfaces/types.d.ts.map +1 -1
  1699. package/lib/typescript/commonjs/surfaces/use-surface.d.ts +21 -0
  1700. package/lib/typescript/commonjs/surfaces/use-surface.d.ts.map +1 -0
  1701. package/lib/typescript/commonjs/switch/Switch.d.ts.map +1 -1
  1702. package/lib/typescript/commonjs/switch/types.d.ts +17 -0
  1703. package/lib/typescript/commonjs/switch/types.d.ts.map +1 -1
  1704. package/lib/typescript/commonjs/tab-bar/TabBarBase.d.ts +1 -1
  1705. package/lib/typescript/commonjs/tab-bar/context.d.ts +51 -0
  1706. package/lib/typescript/commonjs/tab-bar/context.d.ts.map +1 -0
  1707. package/lib/typescript/commonjs/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
  1708. package/lib/typescript/commonjs/tab-bar/expo-router/index.d.ts +1 -1
  1709. package/lib/typescript/commonjs/tab-bar/index.d.ts +2 -2
  1710. package/lib/typescript/commonjs/tab-bar/index.d.ts.map +1 -1
  1711. package/lib/typescript/commonjs/tab-bar/index.web.d.ts +2 -2
  1712. package/lib/typescript/commonjs/tab-bar/index.web.d.ts.map +1 -1
  1713. package/lib/typescript/commonjs/tab-bar/surface.d.ts +1 -1
  1714. package/lib/typescript/commonjs/tab-bar/types.d.ts +1 -1
  1715. package/lib/typescript/commonjs/tabs/Tabs.d.ts.map +1 -1
  1716. package/lib/typescript/commonjs/text-field/TextField.d.ts +21 -0
  1717. package/lib/typescript/commonjs/text-field/TextField.d.ts.map +1 -0
  1718. package/lib/typescript/commonjs/text-field/index.d.ts +2 -50
  1719. package/lib/typescript/commonjs/text-field/index.d.ts.map +1 -1
  1720. package/lib/typescript/commonjs/text-field/types.d.ts +28 -0
  1721. package/lib/typescript/commonjs/text-field/types.d.ts.map +1 -0
  1722. package/lib/typescript/commonjs/theme/accent-colors.d.ts +62 -0
  1723. package/lib/typescript/commonjs/theme/accent-colors.d.ts.map +1 -0
  1724. package/lib/typescript/commonjs/theme/adaptive-colors.d.ts +35 -1
  1725. package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
  1726. package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
  1727. package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
  1728. package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts +4 -0
  1729. package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts.map +1 -1
  1730. package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts +34 -0
  1731. package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts.map +1 -0
  1732. package/lib/typescript/commonjs/theme/color-engine/index.d.ts +10 -47
  1733. package/lib/typescript/commonjs/theme/color-engine/index.d.ts.map +1 -1
  1734. package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -1
  1735. package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts +33 -0
  1736. package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts.map +1 -0
  1737. package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts +24 -0
  1738. package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts.map +1 -0
  1739. package/lib/typescript/commonjs/theme/color-scope/index.d.ts +2 -32
  1740. package/lib/typescript/commonjs/theme/color-scope/index.d.ts.map +1 -1
  1741. package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts +2 -23
  1742. package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts.map +1 -1
  1743. package/lib/typescript/commonjs/theme/color-utils.d.ts +22 -3
  1744. package/lib/typescript/commonjs/theme/color-utils.d.ts.map +1 -1
  1745. package/lib/typescript/commonjs/theme/glass-colors.d.ts +195 -0
  1746. package/lib/typescript/commonjs/theme/glass-colors.d.ts.map +1 -0
  1747. package/lib/typescript/commonjs/theme/index.d.ts +8 -8
  1748. package/lib/typescript/commonjs/theme/index.d.ts.map +1 -1
  1749. package/lib/typescript/commonjs/theme/index.web.d.ts +32 -0
  1750. package/lib/typescript/commonjs/theme/index.web.d.ts.map +1 -0
  1751. package/lib/typescript/commonjs/theme/press-colors.d.ts +25 -0
  1752. package/lib/typescript/commonjs/theme/press-colors.d.ts.map +1 -0
  1753. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts +45 -0
  1754. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts.map +1 -0
  1755. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts +43 -0
  1756. package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
  1757. package/lib/typescript/commonjs/theme/seed-scope/index.d.ts +2 -44
  1758. package/lib/typescript/commonjs/theme/seed-scope/index.d.ts.map +1 -1
  1759. package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts +2 -42
  1760. package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts.map +1 -1
  1761. package/lib/typescript/commonjs/theme/types.d.ts +20 -0
  1762. package/lib/typescript/commonjs/theme/types.d.ts.map +1 -1
  1763. package/lib/typescript/commonjs/toast/Positioner.d.ts +1 -1
  1764. package/lib/typescript/commonjs/toast/ToastOutlet.d.ts +27 -0
  1765. package/lib/typescript/commonjs/toast/ToastOutlet.d.ts.map +1 -0
  1766. package/lib/typescript/commonjs/toast/ToastRow.d.ts +1 -1
  1767. package/lib/typescript/commonjs/toast/ToastSwipeHandler.d.ts +1 -1
  1768. package/lib/typescript/commonjs/toast/Toaster.d.ts +1 -1
  1769. package/lib/typescript/commonjs/toast/container-geometry.d.ts +78 -0
  1770. package/lib/typescript/commonjs/toast/container-geometry.d.ts.map +1 -0
  1771. package/lib/typescript/commonjs/toast/context.d.ts +1 -1
  1772. package/lib/typescript/commonjs/toast/index.d.ts +1 -26
  1773. package/lib/typescript/commonjs/toast/index.d.ts.map +1 -1
  1774. package/lib/typescript/commonjs/toast/row-geometry.d.ts +35 -0
  1775. package/lib/typescript/commonjs/toast/row-geometry.d.ts.map +1 -0
  1776. package/lib/typescript/commonjs/toast/toast-comparator.d.ts +1 -1
  1777. package/lib/typescript/commonjs/toast/toast-store.d.ts +1 -1
  1778. package/lib/typescript/commonjs/toast/types.d.ts +0 -1
  1779. package/lib/typescript/commonjs/toast/types.d.ts.map +1 -1
  1780. package/lib/typescript/commonjs/toast/use-toast-colors.d.ts.map +1 -1
  1781. package/lib/typescript/commonjs/toast/use-toast-position.d.ts +1 -1
  1782. package/lib/typescript/commonjs/tooltip/Tooltip.d.ts +17 -0
  1783. package/lib/typescript/commonjs/tooltip/Tooltip.d.ts.map +1 -0
  1784. package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts +17 -0
  1785. package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts.map +1 -0
  1786. package/lib/typescript/commonjs/tooltip/constants.d.ts +5 -0
  1787. package/lib/typescript/commonjs/tooltip/constants.d.ts.map +1 -0
  1788. package/lib/typescript/commonjs/tooltip/index.d.ts +1 -28
  1789. package/lib/typescript/commonjs/tooltip/index.d.ts.map +1 -1
  1790. package/lib/typescript/commonjs/tooltip/index.web.d.ts +1 -25
  1791. package/lib/typescript/commonjs/tooltip/index.web.d.ts.map +1 -1
  1792. package/lib/typescript/commonjs/typography/Typography.d.ts +54 -0
  1793. package/lib/typescript/commonjs/typography/Typography.d.ts.map +1 -0
  1794. package/lib/typescript/commonjs/typography/index.d.ts +2 -19
  1795. package/lib/typescript/commonjs/typography/index.d.ts.map +1 -1
  1796. package/lib/typescript/commonjs/typography/types.d.ts +13 -0
  1797. package/lib/typescript/commonjs/typography/types.d.ts.map +1 -0
  1798. package/lib/typescript/commonjs/user-hover-card/UserHoverCard.d.ts.map +1 -1
  1799. package/lib/typescript/commonjs/user-hover-card/types.d.ts +16 -0
  1800. package/lib/typescript/commonjs/user-hover-card/types.d.ts.map +1 -1
  1801. package/lib/typescript/commonjs/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
  1802. package/lib/typescript/module/accordion/Accordion.d.ts.map +1 -1
  1803. package/lib/typescript/module/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
  1804. package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts +9 -0
  1805. package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts.map +1 -0
  1806. package/lib/typescript/module/activity-heatmap/index.d.ts +1 -1
  1807. package/lib/typescript/module/activity-heatmap/index.d.ts.map +1 -1
  1808. package/lib/typescript/module/activity-heatmap/types.d.ts +13 -2
  1809. package/lib/typescript/module/activity-heatmap/types.d.ts.map +1 -1
  1810. package/lib/typescript/module/admonition/Admonition.d.ts +56 -0
  1811. package/lib/typescript/module/admonition/Admonition.d.ts.map +1 -0
  1812. package/lib/typescript/module/admonition/index.d.ts +1 -55
  1813. package/lib/typescript/module/admonition/index.d.ts.map +1 -1
  1814. package/lib/typescript/module/alert-dialog/AlertDialog.d.ts +7 -8
  1815. package/lib/typescript/module/alert-dialog/AlertDialog.d.ts.map +1 -1
  1816. package/lib/typescript/module/alert-dialog/index.d.ts +6 -6
  1817. package/lib/typescript/module/alert-dialog/index.d.ts.map +1 -1
  1818. package/lib/typescript/module/alert-dialog/index.web.d.ts +2 -6
  1819. package/lib/typescript/module/alert-dialog/index.web.d.ts.map +1 -1
  1820. package/lib/typescript/module/animated-check/AnimatedCheck.d.ts +1 -10
  1821. package/lib/typescript/module/animated-check/AnimatedCheck.d.ts.map +1 -1
  1822. package/lib/typescript/module/animated-check/index.d.ts +1 -1
  1823. package/lib/typescript/module/animated-check/index.d.ts.map +1 -1
  1824. package/lib/typescript/module/animated-check/types.d.ts +11 -0
  1825. package/lib/typescript/module/animated-check/types.d.ts.map +1 -0
  1826. package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts +6 -0
  1827. package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts.map +1 -0
  1828. package/lib/typescript/module/aspect-ratio/index.d.ts +3 -0
  1829. package/lib/typescript/module/aspect-ratio/index.d.ts.map +1 -0
  1830. package/lib/typescript/module/aspect-ratio/types.d.ts +19 -0
  1831. package/lib/typescript/module/aspect-ratio/types.d.ts.map +1 -0
  1832. package/lib/typescript/module/avatar/Avatar.d.ts.map +1 -1
  1833. package/lib/typescript/module/avatar/context.d.ts +8 -0
  1834. package/lib/typescript/module/avatar/context.d.ts.map +1 -0
  1835. package/lib/typescript/module/avatar/default-avatar.d.ts +9 -2
  1836. package/lib/typescript/module/avatar/default-avatar.d.ts.map +1 -1
  1837. package/lib/typescript/module/avatar/index.d.ts +3 -6
  1838. package/lib/typescript/module/avatar/index.d.ts.map +1 -1
  1839. package/lib/typescript/module/avatar/types.d.ts +1 -1
  1840. package/lib/typescript/module/avatar/types.d.ts.map +1 -1
  1841. package/lib/typescript/module/avatar-group/AvatarGroup.web.d.ts.map +1 -1
  1842. package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts +6 -0
  1843. package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts.map +1 -1
  1844. package/lib/typescript/module/avatar-group/index.web.d.ts.map +1 -1
  1845. package/lib/typescript/module/badge/Badge.d.ts.map +1 -1
  1846. package/lib/typescript/module/badge/index.d.ts +1 -1
  1847. package/lib/typescript/module/badge/index.d.ts.map +1 -1
  1848. package/lib/typescript/module/badge/types.d.ts +6 -6
  1849. package/lib/typescript/module/badge/types.d.ts.map +1 -1
  1850. package/lib/typescript/module/benefit-list/BenefitList.d.ts +5 -0
  1851. package/lib/typescript/module/benefit-list/BenefitList.d.ts.map +1 -0
  1852. package/lib/typescript/module/benefit-list/index.d.ts +1 -4
  1853. package/lib/typescript/module/benefit-list/index.d.ts.map +1 -1
  1854. package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts +7 -0
  1855. package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts.map +1 -0
  1856. package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts +7 -0
  1857. package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
  1858. package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts +1 -154
  1859. package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
  1860. package/lib/typescript/module/bottom-sheet/index.d.ts +3 -6
  1861. package/lib/typescript/module/bottom-sheet/index.d.ts.map +1 -1
  1862. package/lib/typescript/module/bottom-sheet/index.web.d.ts +3 -6
  1863. package/lib/typescript/module/bottom-sheet/index.web.d.ts.map +1 -1
  1864. package/lib/typescript/module/bottom-sheet/types.d.ts +156 -0
  1865. package/lib/typescript/module/bottom-sheet/types.d.ts.map +1 -0
  1866. package/lib/typescript/module/button/Button.d.ts.map +1 -1
  1867. package/lib/typescript/module/button/Button.web.d.ts.map +1 -1
  1868. package/lib/typescript/module/button/types.d.ts +17 -1
  1869. package/lib/typescript/module/button/types.d.ts.map +1 -1
  1870. package/lib/typescript/module/card/Card.d.ts +19 -0
  1871. package/lib/typescript/module/card/Card.d.ts.map +1 -1
  1872. package/lib/typescript/module/card/index.d.ts +1 -1
  1873. package/lib/typescript/module/card/index.d.ts.map +1 -1
  1874. package/lib/typescript/module/card/types.d.ts +34 -1
  1875. package/lib/typescript/module/card/types.d.ts.map +1 -1
  1876. package/lib/typescript/module/checkbox/Checkbox.d.ts.map +1 -1
  1877. package/lib/typescript/module/chip/Chip.d.ts.map +1 -1
  1878. package/lib/typescript/module/chip/index.d.ts +1 -1
  1879. package/lib/typescript/module/chip/index.d.ts.map +1 -1
  1880. package/lib/typescript/module/chip/types.d.ts +8 -5
  1881. package/lib/typescript/module/chip/types.d.ts.map +1 -1
  1882. package/lib/typescript/module/combobox/Combobox.d.ts +2 -2
  1883. package/lib/typescript/module/combobox/Combobox.d.ts.map +1 -1
  1884. package/lib/typescript/module/combobox/index.d.ts.map +1 -1
  1885. package/lib/typescript/module/combobox/index.web.d.ts.map +1 -1
  1886. package/lib/typescript/module/command/types.d.ts +1 -1
  1887. package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts.map +1 -1
  1888. package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
  1889. package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts +7 -0
  1890. package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
  1891. package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
  1892. package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
  1893. package/lib/typescript/module/connection-status/index.d.ts +1 -6
  1894. package/lib/typescript/module/connection-status/index.d.ts.map +1 -1
  1895. package/lib/typescript/module/connection-status/index.web.d.ts +1 -6
  1896. package/lib/typescript/module/connection-status/index.web.d.ts.map +1 -1
  1897. package/lib/typescript/module/content-panel/ContentPanel.d.ts +45 -0
  1898. package/lib/typescript/module/content-panel/ContentPanel.d.ts.map +1 -0
  1899. package/lib/typescript/module/content-panel/ContentPanel.web.d.ts +63 -0
  1900. package/lib/typescript/module/content-panel/ContentPanel.web.d.ts.map +1 -0
  1901. package/lib/typescript/module/content-panel/context.d.ts +24 -0
  1902. package/lib/typescript/module/content-panel/context.d.ts.map +1 -0
  1903. package/lib/typescript/module/content-panel/index.d.ts +2 -89
  1904. package/lib/typescript/module/content-panel/index.d.ts.map +1 -1
  1905. package/lib/typescript/module/content-panel/index.web.d.ts +2 -110
  1906. package/lib/typescript/module/content-panel/index.web.d.ts.map +1 -1
  1907. package/lib/typescript/module/content-panel/types.d.ts +48 -0
  1908. package/lib/typescript/module/content-panel/types.d.ts.map +1 -0
  1909. package/lib/typescript/module/context-menu/ContextMenu.d.ts +26 -0
  1910. package/lib/typescript/module/context-menu/ContextMenu.d.ts.map +1 -0
  1911. package/lib/typescript/module/context-menu/ContextMenu.web.d.ts +25 -0
  1912. package/lib/typescript/module/context-menu/ContextMenu.web.d.ts.map +1 -0
  1913. package/lib/typescript/module/context-menu/context.d.ts +14 -10
  1914. package/lib/typescript/module/context-menu/context.d.ts.map +1 -1
  1915. package/lib/typescript/module/context-menu/index.d.ts +2 -20
  1916. package/lib/typescript/module/context-menu/index.d.ts.map +1 -1
  1917. package/lib/typescript/module/context-menu/index.web.d.ts +2 -18
  1918. package/lib/typescript/module/context-menu/index.web.d.ts.map +1 -1
  1919. package/lib/typescript/module/context-menu/types.d.ts +36 -50
  1920. package/lib/typescript/module/context-menu/types.d.ts.map +1 -1
  1921. package/lib/typescript/module/design-tokens/scales.d.ts +23 -3
  1922. package/lib/typescript/module/design-tokens/scales.d.ts.map +1 -1
  1923. package/lib/typescript/module/design-tokens/shadows.d.ts +23 -3
  1924. package/lib/typescript/module/design-tokens/shadows.d.ts.map +1 -1
  1925. package/lib/typescript/module/design-tokens/shadows.native.d.ts +32 -1
  1926. package/lib/typescript/module/design-tokens/shadows.native.d.ts.map +1 -1
  1927. package/lib/typescript/module/dialog/Dialog.d.ts +1 -17
  1928. package/lib/typescript/module/dialog/Dialog.d.ts.map +1 -1
  1929. package/lib/typescript/module/dialog/Dialog.web.d.ts +1 -14
  1930. package/lib/typescript/module/dialog/Dialog.web.d.ts.map +1 -1
  1931. package/lib/typescript/module/dialog/DialogBottomSheet.d.ts.map +1 -1
  1932. package/lib/typescript/module/dialog/DialogContent.d.ts.map +1 -1
  1933. package/lib/typescript/module/dialog/DialogHeader.d.ts.map +1 -1
  1934. package/lib/typescript/module/dialog/SheetShell.d.ts.map +1 -1
  1935. package/lib/typescript/module/dialog/index.d.ts +1 -4
  1936. package/lib/typescript/module/dialog/index.d.ts.map +1 -1
  1937. package/lib/typescript/module/dialog/index.web.d.ts +1 -4
  1938. package/lib/typescript/module/dialog/index.web.d.ts.map +1 -1
  1939. package/lib/typescript/module/dialog/types.d.ts +5 -1
  1940. package/lib/typescript/module/dialog/types.d.ts.map +1 -1
  1941. package/lib/typescript/module/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
  1942. package/lib/typescript/module/dot-grid-meter/types.d.ts +12 -0
  1943. package/lib/typescript/module/dot-grid-meter/types.d.ts.map +1 -1
  1944. package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts +31 -0
  1945. package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts.map +1 -0
  1946. package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts +25 -0
  1947. package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
  1948. package/lib/typescript/module/dropdown-menu/context.d.ts +4 -0
  1949. package/lib/typescript/module/dropdown-menu/context.d.ts.map +1 -0
  1950. package/lib/typescript/module/dropdown-menu/index.d.ts +3 -0
  1951. package/lib/typescript/module/dropdown-menu/index.d.ts.map +1 -0
  1952. package/lib/typescript/module/dropdown-menu/index.web.d.ts +3 -0
  1953. package/lib/typescript/module/dropdown-menu/index.web.d.ts.map +1 -0
  1954. package/lib/typescript/module/dropdown-menu/types.d.ts +15 -0
  1955. package/lib/typescript/module/dropdown-menu/types.d.ts.map +1 -0
  1956. package/lib/typescript/module/error-boundary/ErrorBoundary.d.ts.map +1 -1
  1957. package/lib/typescript/module/fab/Fab.d.ts.map +1 -1
  1958. package/lib/typescript/module/fab/Fab.web.d.ts.map +1 -1
  1959. package/lib/typescript/module/fill/Fill.d.ts +7 -0
  1960. package/lib/typescript/module/fill/Fill.d.ts.map +1 -0
  1961. package/lib/typescript/module/fill/index.d.ts +1 -6
  1962. package/lib/typescript/module/fill/index.d.ts.map +1 -1
  1963. package/lib/typescript/module/floating/FloatingPanel.d.ts +3 -0
  1964. package/lib/typescript/module/floating/FloatingPanel.d.ts.map +1 -0
  1965. package/lib/typescript/module/floating/TriggerSlot.d.ts +41 -0
  1966. package/lib/typescript/module/floating/TriggerSlot.d.ts.map +1 -0
  1967. package/lib/typescript/module/floating/constants.d.ts +266 -0
  1968. package/lib/typescript/module/floating/constants.d.ts.map +1 -0
  1969. package/lib/typescript/module/floating/context.d.ts +26 -0
  1970. package/lib/typescript/module/floating/context.d.ts.map +1 -0
  1971. package/lib/typescript/module/floating/index.d.ts +24 -0
  1972. package/lib/typescript/module/floating/index.d.ts.map +1 -0
  1973. package/lib/typescript/module/floating/menu-rows.d.ts +14 -0
  1974. package/lib/typescript/module/floating/menu-rows.d.ts.map +1 -0
  1975. package/lib/typescript/module/floating/menu-sub-flyout.d.ts +4 -0
  1976. package/lib/typescript/module/floating/menu-sub-flyout.d.ts.map +1 -0
  1977. package/lib/typescript/module/floating/menu-sub-inline.d.ts +4 -0
  1978. package/lib/typescript/module/floating/menu-sub-inline.d.ts.map +1 -0
  1979. package/lib/typescript/module/floating/shared.d.ts +130 -0
  1980. package/lib/typescript/module/floating/shared.d.ts.map +1 -0
  1981. package/lib/typescript/module/floating/types.d.ts +330 -0
  1982. package/lib/typescript/module/floating/types.d.ts.map +1 -0
  1983. package/lib/typescript/module/floating/use-anchor-rect.d.ts +9 -0
  1984. package/lib/typescript/module/floating/use-anchor-rect.d.ts.map +1 -0
  1985. package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts +9 -0
  1986. package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts.map +1 -0
  1987. package/lib/typescript/module/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
  1988. package/lib/typescript/module/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
  1989. package/lib/typescript/module/glass/GlassSurface.d.ts +4 -0
  1990. package/lib/typescript/module/glass/GlassSurface.d.ts.map +1 -0
  1991. package/lib/typescript/module/glass/blur-target.d.ts +33 -0
  1992. package/lib/typescript/module/glass/blur-target.d.ts.map +1 -0
  1993. package/lib/typescript/module/glass/index.d.ts +4 -0
  1994. package/lib/typescript/module/glass/index.d.ts.map +1 -0
  1995. package/lib/typescript/module/glass/types.d.ts +49 -0
  1996. package/lib/typescript/module/glass/types.d.ts.map +1 -0
  1997. package/lib/typescript/module/grid/Grid.d.ts +13 -0
  1998. package/lib/typescript/module/grid/Grid.d.ts.map +1 -0
  1999. package/lib/typescript/module/grid/index.d.ts +1 -12
  2000. package/lib/typescript/module/grid/index.d.ts.map +1 -1
  2001. package/lib/typescript/module/hooks/index.d.ts +11 -10
  2002. package/lib/typescript/module/hooks/index.d.ts.map +1 -1
  2003. package/lib/typescript/module/hooks/merge-refs.d.ts +17 -0
  2004. package/lib/typescript/module/hooks/merge-refs.d.ts.map +1 -0
  2005. package/lib/typescript/module/hooks/use-accessibility-focus.d.ts +17 -0
  2006. package/lib/typescript/module/hooks/use-accessibility-focus.d.ts.map +1 -0
  2007. package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts +15 -0
  2008. package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts.map +1 -0
  2009. package/lib/typescript/module/hooks/use-controllable-state.d.ts +19 -0
  2010. package/lib/typescript/module/hooks/use-controllable-state.d.ts.map +1 -0
  2011. package/lib/typescript/module/hooks/use-delayed-loading.d.ts +6 -0
  2012. package/lib/typescript/module/hooks/use-delayed-loading.d.ts.map +1 -0
  2013. package/lib/typescript/module/hooks/use-gutters.d.ts +32 -0
  2014. package/lib/typescript/module/hooks/use-gutters.d.ts.map +1 -0
  2015. package/lib/typescript/module/hooks/use-haptics.d.ts +28 -0
  2016. package/lib/typescript/module/hooks/use-haptics.d.ts.map +1 -0
  2017. package/lib/typescript/module/hooks/use-image-preload.d.ts +10 -0
  2018. package/lib/typescript/module/hooks/use-image-preload.d.ts.map +1 -0
  2019. package/lib/typescript/module/hooks/use-interaction-state.d.ts +35 -0
  2020. package/lib/typescript/module/hooks/use-interaction-state.d.ts.map +1 -0
  2021. package/lib/typescript/module/hooks/use-press-animation.d.ts +49 -0
  2022. package/lib/typescript/module/hooks/use-press-animation.d.ts.map +1 -0
  2023. package/lib/typescript/module/hooks/use-throttled-value.d.ts +5 -0
  2024. package/lib/typescript/module/hooks/use-throttled-value.d.ts.map +1 -0
  2025. package/lib/typescript/module/icon-circle/IconCircle.d.ts +10 -0
  2026. package/lib/typescript/module/icon-circle/IconCircle.d.ts.map +1 -0
  2027. package/lib/typescript/module/icon-circle/index.d.ts +1 -9
  2028. package/lib/typescript/module/icon-circle/index.d.ts.map +1 -1
  2029. package/lib/typescript/module/icons/Accessibility.d.ts +2 -2
  2030. package/lib/typescript/module/icons/Alien.d.ts +2 -2
  2031. package/lib/typescript/module/icons/AndroidLogo.d.ts +2 -2
  2032. package/lib/typescript/module/icons/Apple.d.ts +2 -2
  2033. package/lib/typescript/module/icons/AppleLogo.d.ts +2 -2
  2034. package/lib/typescript/module/icons/Arrow.d.ts +10 -10
  2035. package/lib/typescript/module/icons/ArrowBoxLeft.d.ts +4 -4
  2036. package/lib/typescript/module/icons/ArrowCornerDownRight.d.ts +2 -2
  2037. package/lib/typescript/module/icons/ArrowOutOfBox.d.ts +4 -4
  2038. package/lib/typescript/module/icons/ArrowRotate.d.ts +4 -4
  2039. package/lib/typescript/module/icons/ArrowShareRight.d.ts +2 -2
  2040. package/lib/typescript/module/icons/ArrowTopCircle.d.ts +2 -2
  2041. package/lib/typescript/module/icons/ArrowTriangle.d.ts +2 -2
  2042. package/lib/typescript/module/icons/ArrowsDiagonal.d.ts +8 -8
  2043. package/lib/typescript/module/icons/AspectRatio.d.ts +6 -6
  2044. package/lib/typescript/module/icons/At.d.ts +4 -4
  2045. package/lib/typescript/module/icons/Atom.d.ts +2 -2
  2046. package/lib/typescript/module/icons/Bars.d.ts +2 -2
  2047. package/lib/typescript/module/icons/Beaker.d.ts +2 -2
  2048. package/lib/typescript/module/icons/Bell.d.ts +4 -4
  2049. package/lib/typescript/module/icons/Bell2.d.ts +8 -8
  2050. package/lib/typescript/module/icons/BellPlus.d.ts +2 -2
  2051. package/lib/typescript/module/icons/BellRinging.d.ts +4 -4
  2052. package/lib/typescript/module/icons/BirthdayCake.d.ts +2 -2
  2053. package/lib/typescript/module/icons/Bookmark.d.ts +6 -6
  2054. package/lib/typescript/module/icons/Bot.d.ts +4 -4
  2055. package/lib/typescript/module/icons/BroomSparkle.d.ts +2 -2
  2056. package/lib/typescript/module/icons/Bubble.d.ts +8 -8
  2057. package/lib/typescript/module/icons/BubbleInfo.d.ts +2 -2
  2058. package/lib/typescript/module/icons/BulletList.d.ts +6 -6
  2059. package/lib/typescript/module/icons/CC.d.ts +4 -4
  2060. package/lib/typescript/module/icons/Calendar.d.ts +2 -2
  2061. package/lib/typescript/module/icons/CalendarClock.d.ts +2 -2
  2062. package/lib/typescript/module/icons/CalendarDays.d.ts +2 -2
  2063. package/lib/typescript/module/icons/Camera.d.ts +4 -4
  2064. package/lib/typescript/module/icons/Car.d.ts +2 -2
  2065. package/lib/typescript/module/icons/Celebrate.d.ts +2 -2
  2066. package/lib/typescript/module/icons/ChainLink.d.ts +2 -2
  2067. package/lib/typescript/module/icons/Check.d.ts +4 -4
  2068. package/lib/typescript/module/icons/Chevron.d.ts +12 -12
  2069. package/lib/typescript/module/icons/Circle.d.ts +2 -2
  2070. package/lib/typescript/module/icons/CircleAndSquare.d.ts +2 -2
  2071. package/lib/typescript/module/icons/CircleBanSign.d.ts +2 -2
  2072. package/lib/typescript/module/icons/CircleCheck.d.ts +2 -2
  2073. package/lib/typescript/module/icons/CircleInfo.d.ts +2 -2
  2074. package/lib/typescript/module/icons/CirclePlus.d.ts +2 -2
  2075. package/lib/typescript/module/icons/CircleQuestion.d.ts +2 -2
  2076. package/lib/typescript/module/icons/CircleX.d.ts +2 -2
  2077. package/lib/typescript/module/icons/Clipboard.d.ts +2 -2
  2078. package/lib/typescript/module/icons/Clock.d.ts +2 -2
  2079. package/lib/typescript/module/icons/CodeBrackets.d.ts +4 -4
  2080. package/lib/typescript/module/icons/CodeLines.d.ts +2 -2
  2081. package/lib/typescript/module/icons/ColorPalette.d.ts +2 -2
  2082. package/lib/typescript/module/icons/Contacts.d.ts +4 -4
  2083. package/lib/typescript/module/icons/Crop.d.ts +2 -2
  2084. package/lib/typescript/module/icons/DotGrid.d.ts +4 -4
  2085. package/lib/typescript/module/icons/Download.d.ts +2 -2
  2086. package/lib/typescript/module/icons/EditBig.d.ts +4 -4
  2087. package/lib/typescript/module/icons/Emoji.d.ts +8 -8
  2088. package/lib/typescript/module/icons/Envelope.d.ts +6 -6
  2089. package/lib/typescript/module/icons/EnvelopeOpen.d.ts +2 -2
  2090. package/lib/typescript/module/icons/Explosion.d.ts +2 -2
  2091. package/lib/typescript/module/icons/Eye.d.ts +4 -4
  2092. package/lib/typescript/module/icons/EyeSlash.d.ts +2 -2
  2093. package/lib/typescript/module/icons/Filter.d.ts +2 -2
  2094. package/lib/typescript/module/icons/FilterTimeline.d.ts +2 -2
  2095. package/lib/typescript/module/icons/Flag.d.ts +2 -2
  2096. package/lib/typescript/module/icons/Flame.d.ts +2 -2
  2097. package/lib/typescript/module/icons/FlipImage.d.ts +4 -4
  2098. package/lib/typescript/module/icons/FloppyDisk.d.ts +2 -2
  2099. package/lib/typescript/module/icons/Freeze.d.ts +2 -2
  2100. package/lib/typescript/module/icons/GameController.d.ts +2 -2
  2101. package/lib/typescript/module/icons/Gif.d.ts +4 -4
  2102. package/lib/typescript/module/icons/Gift1.d.ts +4 -4
  2103. package/lib/typescript/module/icons/Globe.d.ts +6 -6
  2104. package/lib/typescript/module/icons/Group.d.ts +2 -2
  2105. package/lib/typescript/module/icons/Growth.d.ts +2 -2
  2106. package/lib/typescript/module/icons/Haptic.d.ts +2 -2
  2107. package/lib/typescript/module/icons/Hashtag.d.ts +6 -6
  2108. package/lib/typescript/module/icons/Heart2.d.ts +8 -8
  2109. package/lib/typescript/module/icons/Home.d.ts +6 -6
  2110. package/lib/typescript/module/icons/HomeOpen.d.ts +4 -4
  2111. package/lib/typescript/module/icons/Image.d.ts +4 -4
  2112. package/lib/typescript/module/icons/Key.d.ts +2 -2
  2113. package/lib/typescript/module/icons/Lab.d.ts +2 -2
  2114. package/lib/typescript/module/icons/Leaf.d.ts +2 -2
  2115. package/lib/typescript/module/icons/ListMagnifyingGlass.d.ts +2 -2
  2116. package/lib/typescript/module/icons/ListPlus.d.ts +2 -2
  2117. package/lib/typescript/module/icons/ListSparkle.d.ts +2 -2
  2118. package/lib/typescript/module/icons/Live.d.ts +2 -2
  2119. package/lib/typescript/module/icons/Loader.d.ts +2 -2
  2120. package/lib/typescript/module/icons/Lock.d.ts +4 -4
  2121. package/lib/typescript/module/icons/Logo.d.ts +3 -3
  2122. package/lib/typescript/module/icons/Macintosh.d.ts +2 -2
  2123. package/lib/typescript/module/icons/MagnifyingGlass.d.ts +8 -8
  2124. package/lib/typescript/module/icons/Menu.d.ts +2 -2
  2125. package/lib/typescript/module/icons/Message.d.ts +6 -6
  2126. package/lib/typescript/module/icons/Moon.d.ts +2 -2
  2127. package/lib/typescript/module/icons/MusicNote.d.ts +2 -2
  2128. package/lib/typescript/module/icons/Mute.d.ts +2 -2
  2129. package/lib/typescript/module/icons/News2.d.ts +2 -2
  2130. package/lib/typescript/module/icons/Newskie.d.ts +2 -2
  2131. package/lib/typescript/module/icons/Newspaper.d.ts +2 -2
  2132. package/lib/typescript/module/icons/PageText.d.ts +2 -2
  2133. package/lib/typescript/module/icons/PageX.d.ts +2 -2
  2134. package/lib/typescript/module/icons/PaintRoller.d.ts +2 -2
  2135. package/lib/typescript/module/icons/PaperPlane.d.ts +2 -2
  2136. package/lib/typescript/module/icons/Pause.d.ts +8 -8
  2137. package/lib/typescript/module/icons/Pencil.d.ts +6 -6
  2138. package/lib/typescript/module/icons/PeopleRemove2.d.ts +4 -4
  2139. package/lib/typescript/module/icons/Person.d.ts +20 -20
  2140. package/lib/typescript/module/icons/Phone.d.ts +4 -4
  2141. package/lib/typescript/module/icons/Pin.d.ts +4 -4
  2142. package/lib/typescript/module/icons/PinLocation.d.ts +4 -4
  2143. package/lib/typescript/module/icons/Pizza.d.ts +2 -2
  2144. package/lib/typescript/module/icons/Play.d.ts +8 -8
  2145. package/lib/typescript/module/icons/Plus.d.ts +4 -4
  2146. package/lib/typescript/module/icons/QrCode.d.ts +2 -2
  2147. package/lib/typescript/module/icons/Quote.d.ts +10 -10
  2148. package/lib/typescript/module/icons/RaisingHand.d.ts +4 -4
  2149. package/lib/typescript/module/icons/Reply.d.ts +4 -4
  2150. package/lib/typescript/module/icons/Repost.d.ts +8 -8
  2151. package/lib/typescript/module/icons/Rose.d.ts +2 -2
  2152. package/lib/typescript/module/icons/SettingsGear2.d.ts +4 -4
  2153. package/lib/typescript/module/icons/SettingsSlider.d.ts +2 -2
  2154. package/lib/typescript/module/icons/Shaka.d.ts +2 -2
  2155. package/lib/typescript/module/icons/Shapes.d.ts +2 -2
  2156. package/lib/typescript/module/icons/Shield.d.ts +4 -4
  2157. package/lib/typescript/module/icons/Sparkle.d.ts +2 -2
  2158. package/lib/typescript/module/icons/Speaker.d.ts +2 -2
  2159. package/lib/typescript/module/icons/SquareArrowTopRight.d.ts +2 -2
  2160. package/lib/typescript/module/icons/SquareBehindSquare4.d.ts +2 -2
  2161. package/lib/typescript/module/icons/Star.d.ts +4 -4
  2162. package/lib/typescript/module/icons/StarterPack.d.ts +2 -2
  2163. package/lib/typescript/module/icons/StreamingLive.d.ts +2 -2
  2164. package/lib/typescript/module/icons/TEMPLATE.d.ts +4 -4
  2165. package/lib/typescript/module/icons/TextSize.d.ts +2 -2
  2166. package/lib/typescript/module/icons/Ticket.d.ts +2 -2
  2167. package/lib/typescript/module/icons/Times.d.ts +2 -2
  2168. package/lib/typescript/module/icons/TitleCase.d.ts +2 -2
  2169. package/lib/typescript/module/icons/Trash.d.ts +4 -4
  2170. package/lib/typescript/module/icons/Tree.d.ts +2 -2
  2171. package/lib/typescript/module/icons/Trending.d.ts +4 -4
  2172. package/lib/typescript/module/icons/UFO.d.ts +2 -2
  2173. package/lib/typescript/module/icons/UserCircle.d.ts +4 -4
  2174. package/lib/typescript/module/icons/Verified.d.ts +2 -2
  2175. package/lib/typescript/module/icons/VerifiedCheck.d.ts +2 -2
  2176. package/lib/typescript/module/icons/VerifierCheck.d.ts +2 -2
  2177. package/lib/typescript/module/icons/VideoClip.d.ts +4 -4
  2178. package/lib/typescript/module/icons/Warning.d.ts +2 -2
  2179. package/lib/typescript/module/icons/Window.d.ts +2 -2
  2180. package/lib/typescript/module/icons/Wrench.d.ts +2 -2
  2181. package/lib/typescript/module/icons/Zap.d.ts +2 -2
  2182. package/lib/typescript/module/icons/index.d.ts +2 -2
  2183. package/lib/typescript/module/icons/shared.d.ts +394 -0
  2184. package/lib/typescript/module/icons/shared.d.ts.map +1 -0
  2185. package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
  2186. package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
  2187. package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts +2 -2
  2188. package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts.map +1 -1
  2189. package/lib/typescript/module/index.d.ts +29 -22
  2190. package/lib/typescript/module/index.d.ts.map +1 -1
  2191. package/lib/typescript/module/index.web.d.ts +31 -24
  2192. package/lib/typescript/module/index.web.d.ts.map +1 -1
  2193. package/lib/typescript/module/input-group/InputGroup.d.ts +2 -6
  2194. package/lib/typescript/module/input-group/InputGroup.d.ts.map +1 -1
  2195. package/lib/typescript/module/input-group/index.d.ts +1 -1
  2196. package/lib/typescript/module/input-group/index.d.ts.map +1 -1
  2197. package/lib/typescript/module/input-group/types.d.ts +1 -1
  2198. package/lib/typescript/module/item/Item.d.ts +1 -1
  2199. package/lib/typescript/module/item/Item.d.ts.map +1 -1
  2200. package/lib/typescript/module/item/types.d.ts +12 -2
  2201. package/lib/typescript/module/item/types.d.ts.map +1 -1
  2202. package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts +17 -6
  2203. package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts.map +1 -1
  2204. package/lib/typescript/module/list/VirtualList.d.ts +28 -0
  2205. package/lib/typescript/module/list/VirtualList.d.ts.map +1 -0
  2206. package/lib/typescript/module/list/VirtualList.web.d.ts +44 -0
  2207. package/lib/typescript/module/list/VirtualList.web.d.ts.map +1 -0
  2208. package/lib/typescript/module/list/index.d.ts +2 -27
  2209. package/lib/typescript/module/list/index.d.ts.map +1 -1
  2210. package/lib/typescript/module/list/index.web.d.ts +2 -43
  2211. package/lib/typescript/module/list/index.web.d.ts.map +1 -1
  2212. package/lib/typescript/module/loading/Loading.d.ts.map +1 -1
  2213. package/lib/typescript/module/loading/Loading.web.d.ts.map +1 -1
  2214. package/lib/typescript/module/loading/SpinnerIcon.d.ts +0 -12
  2215. package/lib/typescript/module/loading/SpinnerIcon.d.ts.map +1 -1
  2216. package/lib/typescript/module/loading/SpinnerIcon.web.d.ts.map +1 -1
  2217. package/lib/typescript/module/loading/index.d.ts +1 -1
  2218. package/lib/typescript/module/loading/index.d.ts.map +1 -1
  2219. package/lib/typescript/module/loading/index.web.d.ts +1 -1
  2220. package/lib/typescript/module/loading/index.web.d.ts.map +1 -1
  2221. package/lib/typescript/module/loading/types.d.ts +2 -11
  2222. package/lib/typescript/module/loading/types.d.ts.map +1 -1
  2223. package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts +1 -16
  2224. package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
  2225. package/lib/typescript/module/media-inset-border/index.d.ts +1 -1
  2226. package/lib/typescript/module/media-inset-border/index.d.ts.map +1 -1
  2227. package/lib/typescript/module/media-inset-border/types.d.ts +17 -0
  2228. package/lib/typescript/module/media-inset-border/types.d.ts.map +1 -0
  2229. package/lib/typescript/module/menubar/Menubar.d.ts +26 -0
  2230. package/lib/typescript/module/menubar/Menubar.d.ts.map +1 -0
  2231. package/lib/typescript/module/menubar/Menubar.web.d.ts +26 -0
  2232. package/lib/typescript/module/menubar/Menubar.web.d.ts.map +1 -0
  2233. package/lib/typescript/module/menubar/context.d.ts +11 -0
  2234. package/lib/typescript/module/menubar/context.d.ts.map +1 -0
  2235. package/lib/typescript/module/menubar/index.d.ts +3 -0
  2236. package/lib/typescript/module/menubar/index.d.ts.map +1 -0
  2237. package/lib/typescript/module/menubar/index.web.d.ts +3 -0
  2238. package/lib/typescript/module/menubar/index.web.d.ts.map +1 -0
  2239. package/lib/typescript/module/menubar/types.d.ts +37 -0
  2240. package/lib/typescript/module/menubar/types.d.ts.map +1 -0
  2241. package/lib/typescript/module/motion/ScreenTransition.d.ts +1 -19
  2242. package/lib/typescript/module/motion/ScreenTransition.d.ts.map +1 -1
  2243. package/lib/typescript/module/motion/index.d.ts +1 -1
  2244. package/lib/typescript/module/motion/index.d.ts.map +1 -1
  2245. package/lib/typescript/module/motion/index.web.d.ts +1 -1
  2246. package/lib/typescript/module/motion/index.web.d.ts.map +1 -1
  2247. package/lib/typescript/module/motion/types.d.ts +20 -0
  2248. package/lib/typescript/module/motion/types.d.ts.map +1 -0
  2249. package/lib/typescript/module/overlay/Overlay.d.ts +56 -0
  2250. package/lib/typescript/module/overlay/Overlay.d.ts.map +1 -0
  2251. package/lib/typescript/module/overlay/dropdown-placement.d.ts +38 -10
  2252. package/lib/typescript/module/overlay/dropdown-placement.d.ts.map +1 -1
  2253. package/lib/typescript/module/overlay/index.d.ts +2 -151
  2254. package/lib/typescript/module/overlay/index.d.ts.map +1 -1
  2255. package/lib/typescript/module/overlay/types.d.ts +66 -0
  2256. package/lib/typescript/module/overlay/types.d.ts.map +1 -0
  2257. package/lib/typescript/module/popover/Popover.d.ts +5 -0
  2258. package/lib/typescript/module/popover/Popover.d.ts.map +1 -0
  2259. package/lib/typescript/module/popover/Popover.web.d.ts +5 -0
  2260. package/lib/typescript/module/popover/Popover.web.d.ts.map +1 -0
  2261. package/lib/typescript/module/popover/context.d.ts +3 -14
  2262. package/lib/typescript/module/popover/context.d.ts.map +1 -1
  2263. package/lib/typescript/module/popover/index.d.ts +2 -13
  2264. package/lib/typescript/module/popover/index.d.ts.map +1 -1
  2265. package/lib/typescript/module/popover/index.web.d.ts +2 -13
  2266. package/lib/typescript/module/popover/index.web.d.ts.map +1 -1
  2267. package/lib/typescript/module/popover/types.d.ts +4 -53
  2268. package/lib/typescript/module/popover/types.d.ts.map +1 -1
  2269. package/lib/typescript/module/portal/Portal.d.ts +15 -0
  2270. package/lib/typescript/module/portal/Portal.d.ts.map +1 -0
  2271. package/lib/typescript/module/portal/Portal.web.d.ts +20 -0
  2272. package/lib/typescript/module/portal/Portal.web.d.ts.map +1 -0
  2273. package/lib/typescript/module/portal/index.d.ts +1 -14
  2274. package/lib/typescript/module/portal/index.d.ts.map +1 -1
  2275. package/lib/typescript/module/portal/index.web.d.ts +1 -19
  2276. package/lib/typescript/module/portal/index.web.d.ts.map +1 -1
  2277. package/lib/typescript/module/pressable-scale/PressableScale.d.ts +6 -11
  2278. package/lib/typescript/module/pressable-scale/PressableScale.d.ts.map +1 -1
  2279. package/lib/typescript/module/pressable-scale/index.d.ts +1 -1
  2280. package/lib/typescript/module/pressable-scale/index.d.ts.map +1 -1
  2281. package/lib/typescript/module/pressable-scale/types.d.ts +13 -0
  2282. package/lib/typescript/module/pressable-scale/types.d.ts.map +1 -0
  2283. package/lib/typescript/module/profile-card/ProfileCard.d.ts.map +1 -1
  2284. package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts +22 -0
  2285. package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
  2286. package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
  2287. package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
  2288. package/lib/typescript/module/progressive-blur/index.d.ts +1 -21
  2289. package/lib/typescript/module/progressive-blur/index.d.ts.map +1 -1
  2290. package/lib/typescript/module/progressive-blur/index.web.d.ts +1 -28
  2291. package/lib/typescript/module/progressive-blur/index.web.d.ts.map +1 -1
  2292. package/lib/typescript/module/progressive-blur/types.d.ts +1 -1
  2293. package/lib/typescript/module/prompt-input/Actions.d.ts.map +1 -1
  2294. package/lib/typescript/module/prompt-input/PromptInput.d.ts +2 -1
  2295. package/lib/typescript/module/prompt-input/PromptInput.d.ts.map +1 -1
  2296. package/lib/typescript/module/prompt-input/PromptInput.web.d.ts +14 -0
  2297. package/lib/typescript/module/prompt-input/PromptInput.web.d.ts.map +1 -0
  2298. package/lib/typescript/module/prompt-input/PromptInputBase.d.ts +18 -0
  2299. package/lib/typescript/module/prompt-input/PromptInputBase.d.ts.map +1 -0
  2300. package/lib/typescript/module/prompt-input/SubmitButton.d.ts.map +1 -1
  2301. package/lib/typescript/module/prompt-input/context.d.ts +4 -5
  2302. package/lib/typescript/module/prompt-input/context.d.ts.map +1 -1
  2303. package/lib/typescript/module/prompt-input/index.d.ts +1 -1
  2304. package/lib/typescript/module/prompt-input/index.d.ts.map +1 -1
  2305. package/lib/typescript/module/prompt-input/index.web.d.ts +8 -0
  2306. package/lib/typescript/module/prompt-input/index.web.d.ts.map +1 -0
  2307. package/lib/typescript/module/prompt-input/types.d.ts +4 -4
  2308. package/lib/typescript/module/prompt-input/types.d.ts.map +1 -1
  2309. package/lib/typescript/module/provider/BloomProvider.d.ts +6 -0
  2310. package/lib/typescript/module/provider/BloomProvider.d.ts.map +1 -0
  2311. package/lib/typescript/module/provider/index.d.ts +2 -52
  2312. package/lib/typescript/module/provider/index.d.ts.map +1 -1
  2313. package/lib/typescript/module/provider/types.d.ts +15 -0
  2314. package/lib/typescript/module/provider/types.d.ts.map +1 -0
  2315. package/lib/typescript/module/radio/Radio.d.ts +15 -0
  2316. package/lib/typescript/module/radio/Radio.d.ts.map +1 -0
  2317. package/lib/typescript/module/radio/index.d.ts +3 -0
  2318. package/lib/typescript/module/radio/index.d.ts.map +1 -0
  2319. package/lib/typescript/module/radio/types.d.ts +63 -0
  2320. package/lib/typescript/module/radio/types.d.ts.map +1 -0
  2321. package/lib/typescript/module/radio-indicator/RadioIndicator.d.ts.map +1 -1
  2322. package/lib/typescript/module/radio-indicator/types.d.ts +9 -0
  2323. package/lib/typescript/module/radio-indicator/types.d.ts.map +1 -1
  2324. package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts +7 -0
  2325. package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
  2326. package/lib/typescript/module/scroll/expo-router/index.d.ts +4 -4
  2327. package/lib/typescript/module/scroll/expo-router/index.d.ts.map +1 -1
  2328. package/lib/typescript/module/scroll/index.d.ts +1 -15
  2329. package/lib/typescript/module/scroll/index.d.ts.map +1 -1
  2330. package/lib/typescript/module/scroll/index.web.d.ts +1 -21
  2331. package/lib/typescript/module/scroll/index.web.d.ts.map +1 -1
  2332. package/lib/typescript/module/scroll/types.d.ts +18 -0
  2333. package/lib/typescript/module/scroll/types.d.ts.map +1 -1
  2334. package/lib/typescript/module/scroll/use-scroll-restoration.d.ts +16 -0
  2335. package/lib/typescript/module/scroll/use-scroll-restoration.d.ts.map +1 -0
  2336. package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts +22 -0
  2337. package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts.map +1 -0
  2338. package/lib/typescript/module/search/Search.d.ts +10 -0
  2339. package/lib/typescript/module/search/Search.d.ts.map +1 -0
  2340. package/lib/typescript/module/search/index.d.ts +1 -9
  2341. package/lib/typescript/module/search/index.d.ts.map +1 -1
  2342. package/lib/typescript/module/segmented-control/SegmentedControl.d.ts +41 -0
  2343. package/lib/typescript/module/segmented-control/SegmentedControl.d.ts.map +1 -0
  2344. package/lib/typescript/module/segmented-control/index.d.ts +1 -44
  2345. package/lib/typescript/module/segmented-control/index.d.ts.map +1 -1
  2346. package/lib/typescript/module/select/Select.d.ts +25 -0
  2347. package/lib/typescript/module/select/Select.d.ts.map +1 -0
  2348. package/lib/typescript/module/select/Select.web.d.ts +22 -0
  2349. package/lib/typescript/module/select/Select.web.d.ts.map +1 -0
  2350. package/lib/typescript/module/select/index.d.ts +3 -13
  2351. package/lib/typescript/module/select/index.d.ts.map +1 -1
  2352. package/lib/typescript/module/select/index.web.d.ts +3 -13
  2353. package/lib/typescript/module/select/index.web.d.ts.map +1 -1
  2354. package/lib/typescript/module/select/shared.d.ts +44 -0
  2355. package/lib/typescript/module/select/shared.d.ts.map +1 -0
  2356. package/lib/typescript/module/select/types.d.ts +50 -26
  2357. package/lib/typescript/module/select/types.d.ts.map +1 -1
  2358. package/lib/typescript/module/settings-list/SettingsList.d.ts.map +1 -1
  2359. package/lib/typescript/module/skeleton/Skeleton.d.ts +64 -0
  2360. package/lib/typescript/module/skeleton/Skeleton.d.ts.map +1 -0
  2361. package/lib/typescript/module/skeleton/index.d.ts +1 -63
  2362. package/lib/typescript/module/skeleton/index.d.ts.map +1 -1
  2363. package/lib/typescript/module/slider/Slider.d.ts.map +1 -1
  2364. package/lib/typescript/module/slider/types.d.ts +10 -0
  2365. package/lib/typescript/module/slider/types.d.ts.map +1 -1
  2366. package/lib/typescript/module/stat-bar/StatBar.d.ts.map +1 -1
  2367. package/lib/typescript/module/styles/atoms.d.ts +1 -1
  2368. package/lib/typescript/module/styles/index.d.ts +1 -1
  2369. package/lib/typescript/module/styles/index.d.ts.map +1 -1
  2370. package/lib/typescript/module/styles/interactive-web-css.d.ts +69 -0
  2371. package/lib/typescript/module/styles/interactive-web-css.d.ts.map +1 -0
  2372. package/lib/typescript/module/styles/pointer.d.ts +11 -0
  2373. package/lib/typescript/module/styles/pointer.d.ts.map +1 -0
  2374. package/lib/typescript/module/styles/styled-primitives.d.ts +90 -0
  2375. package/lib/typescript/module/styles/styled-primitives.d.ts.map +1 -0
  2376. package/lib/typescript/module/styles/tokens.d.ts +41 -4
  2377. package/lib/typescript/module/styles/tokens.d.ts.map +1 -1
  2378. package/lib/typescript/module/styles/web-view-style.d.ts +11 -0
  2379. package/lib/typescript/module/styles/web-view-style.d.ts.map +1 -1
  2380. package/lib/typescript/module/styles/z-index.d.ts +0 -18
  2381. package/lib/typescript/module/styles/z-index.d.ts.map +1 -1
  2382. package/lib/typescript/module/subtle-hover/SubtleHover.d.ts +1 -18
  2383. package/lib/typescript/module/subtle-hover/SubtleHover.d.ts.map +1 -1
  2384. package/lib/typescript/module/subtle-hover/index.d.ts +1 -1
  2385. package/lib/typescript/module/subtle-hover/index.d.ts.map +1 -1
  2386. package/lib/typescript/module/subtle-hover/types.d.ts +19 -0
  2387. package/lib/typescript/module/subtle-hover/types.d.ts.map +1 -0
  2388. package/lib/typescript/module/surfaces/SurfaceHost.d.ts.map +1 -1
  2389. package/lib/typescript/module/surfaces/api.d.ts +17 -9
  2390. package/lib/typescript/module/surfaces/api.d.ts.map +1 -1
  2391. package/lib/typescript/module/surfaces/index.d.ts +3 -3
  2392. package/lib/typescript/module/surfaces/index.d.ts.map +1 -1
  2393. package/lib/typescript/module/surfaces/index.web.d.ts +3 -3
  2394. package/lib/typescript/module/surfaces/index.web.d.ts.map +1 -1
  2395. package/lib/typescript/module/surfaces/prompts.d.ts +17 -1
  2396. package/lib/typescript/module/surfaces/prompts.d.ts.map +1 -1
  2397. package/lib/typescript/module/surfaces/surface-store.d.ts +51 -0
  2398. package/lib/typescript/module/surfaces/surface-store.d.ts.map +1 -0
  2399. package/lib/typescript/module/surfaces/types.d.ts +40 -3
  2400. package/lib/typescript/module/surfaces/types.d.ts.map +1 -1
  2401. package/lib/typescript/module/surfaces/use-surface.d.ts +21 -0
  2402. package/lib/typescript/module/surfaces/use-surface.d.ts.map +1 -0
  2403. package/lib/typescript/module/switch/Switch.d.ts.map +1 -1
  2404. package/lib/typescript/module/switch/types.d.ts +17 -0
  2405. package/lib/typescript/module/switch/types.d.ts.map +1 -1
  2406. package/lib/typescript/module/tab-bar/TabBarBase.d.ts +1 -1
  2407. package/lib/typescript/module/tab-bar/context.d.ts +51 -0
  2408. package/lib/typescript/module/tab-bar/context.d.ts.map +1 -0
  2409. package/lib/typescript/module/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
  2410. package/lib/typescript/module/tab-bar/expo-router/index.d.ts +1 -1
  2411. package/lib/typescript/module/tab-bar/index.d.ts +2 -2
  2412. package/lib/typescript/module/tab-bar/index.d.ts.map +1 -1
  2413. package/lib/typescript/module/tab-bar/index.web.d.ts +2 -2
  2414. package/lib/typescript/module/tab-bar/index.web.d.ts.map +1 -1
  2415. package/lib/typescript/module/tab-bar/surface.d.ts +1 -1
  2416. package/lib/typescript/module/tab-bar/types.d.ts +1 -1
  2417. package/lib/typescript/module/tabs/Tabs.d.ts.map +1 -1
  2418. package/lib/typescript/module/text-field/TextField.d.ts +21 -0
  2419. package/lib/typescript/module/text-field/TextField.d.ts.map +1 -0
  2420. package/lib/typescript/module/text-field/index.d.ts +2 -50
  2421. package/lib/typescript/module/text-field/index.d.ts.map +1 -1
  2422. package/lib/typescript/module/text-field/types.d.ts +28 -0
  2423. package/lib/typescript/module/text-field/types.d.ts.map +1 -0
  2424. package/lib/typescript/module/theme/accent-colors.d.ts +62 -0
  2425. package/lib/typescript/module/theme/accent-colors.d.ts.map +1 -0
  2426. package/lib/typescript/module/theme/adaptive-colors.d.ts +35 -1
  2427. package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
  2428. package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
  2429. package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
  2430. package/lib/typescript/module/theme/color-engine/color-utils.d.ts +4 -0
  2431. package/lib/typescript/module/theme/color-engine/color-utils.d.ts.map +1 -1
  2432. package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts +34 -0
  2433. package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts.map +1 -0
  2434. package/lib/typescript/module/theme/color-engine/index.d.ts +10 -47
  2435. package/lib/typescript/module/theme/color-engine/index.d.ts.map +1 -1
  2436. package/lib/typescript/module/theme/color-policy.d.ts.map +1 -1
  2437. package/lib/typescript/module/theme/color-scope/ColorScope.d.ts +33 -0
  2438. package/lib/typescript/module/theme/color-scope/ColorScope.d.ts.map +1 -0
  2439. package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts +24 -0
  2440. package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts.map +1 -0
  2441. package/lib/typescript/module/theme/color-scope/index.d.ts +2 -32
  2442. package/lib/typescript/module/theme/color-scope/index.d.ts.map +1 -1
  2443. package/lib/typescript/module/theme/color-scope/index.web.d.ts +2 -23
  2444. package/lib/typescript/module/theme/color-scope/index.web.d.ts.map +1 -1
  2445. package/lib/typescript/module/theme/color-utils.d.ts +22 -3
  2446. package/lib/typescript/module/theme/color-utils.d.ts.map +1 -1
  2447. package/lib/typescript/module/theme/glass-colors.d.ts +195 -0
  2448. package/lib/typescript/module/theme/glass-colors.d.ts.map +1 -0
  2449. package/lib/typescript/module/theme/index.d.ts +8 -8
  2450. package/lib/typescript/module/theme/index.d.ts.map +1 -1
  2451. package/lib/typescript/module/theme/index.web.d.ts +32 -0
  2452. package/lib/typescript/module/theme/index.web.d.ts.map +1 -0
  2453. package/lib/typescript/module/theme/press-colors.d.ts +25 -0
  2454. package/lib/typescript/module/theme/press-colors.d.ts.map +1 -0
  2455. package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts +45 -0
  2456. package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts.map +1 -0
  2457. package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts +43 -0
  2458. package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
  2459. package/lib/typescript/module/theme/seed-scope/index.d.ts +2 -44
  2460. package/lib/typescript/module/theme/seed-scope/index.d.ts.map +1 -1
  2461. package/lib/typescript/module/theme/seed-scope/index.web.d.ts +2 -42
  2462. package/lib/typescript/module/theme/seed-scope/index.web.d.ts.map +1 -1
  2463. package/lib/typescript/module/theme/types.d.ts +20 -0
  2464. package/lib/typescript/module/theme/types.d.ts.map +1 -1
  2465. package/lib/typescript/module/toast/Positioner.d.ts +1 -1
  2466. package/lib/typescript/module/toast/ToastOutlet.d.ts +27 -0
  2467. package/lib/typescript/module/toast/ToastOutlet.d.ts.map +1 -0
  2468. package/lib/typescript/module/toast/ToastRow.d.ts +1 -1
  2469. package/lib/typescript/module/toast/ToastSwipeHandler.d.ts +1 -1
  2470. package/lib/typescript/module/toast/Toaster.d.ts +1 -1
  2471. package/lib/typescript/module/toast/container-geometry.d.ts +78 -0
  2472. package/lib/typescript/module/toast/container-geometry.d.ts.map +1 -0
  2473. package/lib/typescript/module/toast/context.d.ts +1 -1
  2474. package/lib/typescript/module/toast/index.d.ts +1 -26
  2475. package/lib/typescript/module/toast/index.d.ts.map +1 -1
  2476. package/lib/typescript/module/toast/row-geometry.d.ts +35 -0
  2477. package/lib/typescript/module/toast/row-geometry.d.ts.map +1 -0
  2478. package/lib/typescript/module/toast/toast-comparator.d.ts +1 -1
  2479. package/lib/typescript/module/toast/toast-store.d.ts +1 -1
  2480. package/lib/typescript/module/toast/types.d.ts +0 -1
  2481. package/lib/typescript/module/toast/types.d.ts.map +1 -1
  2482. package/lib/typescript/module/toast/use-toast-colors.d.ts.map +1 -1
  2483. package/lib/typescript/module/toast/use-toast-position.d.ts +1 -1
  2484. package/lib/typescript/module/tooltip/Tooltip.d.ts +17 -0
  2485. package/lib/typescript/module/tooltip/Tooltip.d.ts.map +1 -0
  2486. package/lib/typescript/module/tooltip/Tooltip.web.d.ts +17 -0
  2487. package/lib/typescript/module/tooltip/Tooltip.web.d.ts.map +1 -0
  2488. package/lib/typescript/module/tooltip/constants.d.ts +5 -0
  2489. package/lib/typescript/module/tooltip/constants.d.ts.map +1 -0
  2490. package/lib/typescript/module/tooltip/index.d.ts +1 -28
  2491. package/lib/typescript/module/tooltip/index.d.ts.map +1 -1
  2492. package/lib/typescript/module/tooltip/index.web.d.ts +1 -25
  2493. package/lib/typescript/module/tooltip/index.web.d.ts.map +1 -1
  2494. package/lib/typescript/module/typography/Typography.d.ts +54 -0
  2495. package/lib/typescript/module/typography/Typography.d.ts.map +1 -0
  2496. package/lib/typescript/module/typography/index.d.ts +2 -19
  2497. package/lib/typescript/module/typography/index.d.ts.map +1 -1
  2498. package/lib/typescript/module/typography/types.d.ts +13 -0
  2499. package/lib/typescript/module/typography/types.d.ts.map +1 -0
  2500. package/lib/typescript/module/user-hover-card/UserHoverCard.d.ts.map +1 -1
  2501. package/lib/typescript/module/user-hover-card/types.d.ts +16 -0
  2502. package/lib/typescript/module/user-hover-card/types.d.ts.map +1 -1
  2503. package/lib/typescript/module/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
  2504. package/package.json +95 -73
  2505. package/src/accordion/Accordion.tsx +43 -15
  2506. package/src/activity-heatmap/ActivityHeatmap.tsx +19 -3
  2507. package/src/activity-heatmap/index.ts +1 -1
  2508. package/src/activity-heatmap/types.ts +13 -2
  2509. package/src/admonition/index.ts +9 -0
  2510. package/src/alert-dialog/AlertDialog.tsx +14 -17
  2511. package/src/alert-dialog/index.ts +6 -8
  2512. package/src/alert-dialog/index.web.ts +2 -8
  2513. package/src/animated-check/AnimatedCheck.tsx +1 -12
  2514. package/src/animated-check/index.ts +1 -1
  2515. package/src/animated-check/types.ts +11 -0
  2516. package/src/aspect-ratio/AspectRatio.tsx +58 -0
  2517. package/src/aspect-ratio/index.ts +2 -0
  2518. package/src/aspect-ratio/types.ts +19 -0
  2519. package/src/avatar/Avatar.tsx +22 -3
  2520. package/src/avatar/default-avatar.ts +9 -2
  2521. package/src/avatar/index.ts +3 -9
  2522. package/src/avatar/types.ts +1 -1
  2523. package/src/avatar-group/AvatarGroup.web.tsx +37 -16
  2524. package/src/avatar-group/AvatarGroupBase.tsx +45 -6
  2525. package/src/badge/Badge.tsx +10 -36
  2526. package/src/badge/index.ts +1 -7
  2527. package/src/badge/types.ts +7 -6
  2528. package/src/benefit-list/BenefitList.tsx +126 -0
  2529. package/src/benefit-list/index.ts +5 -0
  2530. package/src/bottom-sheet/BottomSheet.tsx +118 -0
  2531. package/src/bottom-sheet/BottomSheet.web.tsx +75 -0
  2532. package/src/bottom-sheet/BottomSheetBase.tsx +13 -152
  2533. package/src/bottom-sheet/index.ts +5 -0
  2534. package/src/bottom-sheet/index.web.ts +5 -0
  2535. package/src/bottom-sheet/types.ts +154 -0
  2536. package/src/button/Button.tsx +146 -32
  2537. package/src/button/Button.web.tsx +155 -86
  2538. package/src/button/types.ts +17 -1
  2539. package/src/card/Card.tsx +72 -31
  2540. package/src/card/index.ts +3 -0
  2541. package/src/card/types.ts +38 -1
  2542. package/src/checkbox/Checkbox.tsx +174 -47
  2543. package/src/chip/Chip.tsx +143 -47
  2544. package/src/chip/index.ts +1 -1
  2545. package/src/chip/types.ts +9 -5
  2546. package/src/combobox/Combobox.tsx +61 -39
  2547. package/src/combobox/index.ts +3 -2
  2548. package/src/combobox/index.web.ts +3 -2
  2549. package/src/command/Command.tsx +3 -3
  2550. package/src/command/types.ts +1 -1
  2551. package/src/connection-dots/ConnectionDots.web.tsx +10 -2
  2552. package/src/connection-dots/ConnectionDotsBase.tsx +4 -3
  2553. package/src/connection-status/ConnectionStatusToasts.tsx +46 -0
  2554. package/src/connection-status/ConnectionStatusToasts.web.tsx +34 -0
  2555. package/src/connection-status/index.ts +4 -0
  2556. package/src/connection-status/index.web.ts +4 -0
  2557. package/src/content-panel/ContentPanel.tsx +106 -0
  2558. package/src/content-panel/ContentPanel.web.tsx +198 -0
  2559. package/src/content-panel/index.ts +7 -0
  2560. package/src/content-panel/index.web.ts +7 -0
  2561. package/src/content-panel/types.ts +49 -0
  2562. package/src/context-menu/ContextMenu.tsx +119 -0
  2563. package/src/context-menu/ContextMenu.web.tsx +165 -0
  2564. package/src/context-menu/context.ts +26 -34
  2565. package/src/context-menu/index.ts +31 -0
  2566. package/src/context-menu/index.web.ts +31 -0
  2567. package/src/context-menu/types.ts +52 -65
  2568. package/src/design-tokens/scales.ts +23 -3
  2569. package/src/design-tokens/shadows.native.ts +36 -1
  2570. package/src/design-tokens/shadows.ts +24 -3
  2571. package/src/design-tokens/theme.css +6 -0
  2572. package/src/design-tokens/tokens.json +180 -162
  2573. package/src/dialog/Dialog.tsx +22 -55
  2574. package/src/dialog/Dialog.web.tsx +5 -40
  2575. package/src/dialog/DialogBottomSheet.tsx +8 -4
  2576. package/src/dialog/DialogContent.tsx +40 -25
  2577. package/src/dialog/DialogHeader.tsx +45 -20
  2578. package/src/dialog/SheetShell.tsx +21 -1
  2579. package/src/dialog/index.ts +1 -7
  2580. package/src/dialog/index.web.ts +1 -7
  2581. package/src/dialog/types.ts +5 -1
  2582. package/src/dot-grid-meter/DotGridMeter.tsx +14 -1
  2583. package/src/dot-grid-meter/types.ts +12 -0
  2584. package/src/dropdown-menu/DropdownMenu.tsx +110 -0
  2585. package/src/dropdown-menu/DropdownMenu.web.tsx +136 -0
  2586. package/src/dropdown-menu/context.ts +23 -0
  2587. package/src/dropdown-menu/index.ts +31 -0
  2588. package/src/dropdown-menu/index.web.ts +31 -0
  2589. package/src/dropdown-menu/types.ts +34 -0
  2590. package/src/error-boundary/ErrorBoundary.tsx +16 -5
  2591. package/src/fab/Fab.tsx +110 -52
  2592. package/src/fab/Fab.web.tsx +51 -54
  2593. package/src/fill/index.ts +3 -0
  2594. package/src/floating/FloatingPanel.tsx +462 -0
  2595. package/src/floating/TriggerSlot.tsx +128 -0
  2596. package/src/floating/constants.ts +343 -0
  2597. package/src/floating/context.ts +77 -0
  2598. package/src/floating/index.ts +43 -0
  2599. package/src/floating/menu-rows.tsx +316 -0
  2600. package/src/floating/menu-sub-flyout.tsx +476 -0
  2601. package/src/floating/menu-sub-inline.tsx +110 -0
  2602. package/src/floating/shared.tsx +233 -0
  2603. package/src/floating/types.ts +365 -0
  2604. package/src/floating/use-anchor-rect.ts +65 -0
  2605. package/src/floating/use-sheet-open-bridge.ts +60 -0
  2606. package/src/frosted-icon-button/FrostedIconButton.tsx +124 -60
  2607. package/src/frosted-icon-button/FrostedIconButton.web.tsx +68 -61
  2608. package/src/glass/GlassSurface.tsx +161 -0
  2609. package/src/glass/blur-target.tsx +160 -0
  2610. package/src/glass/index.ts +11 -0
  2611. package/src/glass/types.ts +51 -0
  2612. package/src/grid/index.ts +4 -0
  2613. package/src/hooks/index.ts +14 -10
  2614. package/src/hooks/use-accessibility-focus.ts +106 -0
  2615. package/src/hooks/use-accessible-name-warning.ts +80 -0
  2616. package/src/hooks/use-press-animation.ts +74 -0
  2617. package/src/icon-circle/IconCircle.tsx +40 -0
  2618. package/src/icon-circle/index.ts +3 -0
  2619. package/src/icons/Logo.tsx +1 -1
  2620. package/src/icons/TEMPLATE.tsx +1 -1
  2621. package/src/icons/VerifiedCheck.tsx +1 -1
  2622. package/src/icons/VerifierCheck.tsx +1 -1
  2623. package/src/icons/index.ts +2 -2
  2624. package/src/image-aspect-ratio-cache/index.ts +2 -2
  2625. package/src/index.ts +107 -35
  2626. package/src/index.web.ts +110 -38
  2627. package/src/input-group/InputGroup.tsx +14 -11
  2628. package/src/input-group/index.ts +1 -1
  2629. package/src/input-group/types.ts +1 -1
  2630. package/src/item/Item.tsx +50 -15
  2631. package/src/item/types.ts +12 -2
  2632. package/src/link-preview/LinkPreviewCard.tsx +87 -52
  2633. package/src/list/VirtualList.tsx +114 -0
  2634. package/src/list/VirtualList.web.tsx +254 -0
  2635. package/src/list/index.ts +11 -0
  2636. package/src/list/index.web.ts +11 -0
  2637. package/src/loading/Loading.tsx +0 -45
  2638. package/src/loading/Loading.web.tsx +0 -45
  2639. package/src/loading/SpinnerIcon.tsx +13 -8
  2640. package/src/loading/SpinnerIcon.web.tsx +5 -3
  2641. package/src/loading/index.ts +0 -1
  2642. package/src/loading/index.web.ts +0 -1
  2643. package/src/loading/types.ts +1 -12
  2644. package/src/media-inset-border/MediaInsetBorder.tsx +1 -15
  2645. package/src/media-inset-border/index.ts +1 -1
  2646. package/src/media-inset-border/types.ts +18 -0
  2647. package/src/menubar/Menubar.tsx +172 -0
  2648. package/src/menubar/Menubar.web.tsx +210 -0
  2649. package/src/menubar/context.ts +44 -0
  2650. package/src/menubar/index.ts +33 -0
  2651. package/src/menubar/index.web.ts +33 -0
  2652. package/src/menubar/types.ts +54 -0
  2653. package/src/motion/ScreenTransition.tsx +1 -19
  2654. package/src/motion/index.ts +1 -1
  2655. package/src/motion/index.web.ts +1 -1
  2656. package/src/motion/types.ts +21 -0
  2657. package/src/overlay/Overlay.tsx +418 -0
  2658. package/src/overlay/dropdown-placement.ts +126 -22
  2659. package/src/overlay/index.ts +17 -0
  2660. package/src/overlay/types.ts +67 -0
  2661. package/src/popover/Popover.tsx +72 -0
  2662. package/src/popover/Popover.web.tsx +107 -0
  2663. package/src/popover/context.ts +16 -19
  2664. package/src/popover/index.ts +2 -0
  2665. package/src/popover/index.web.ts +2 -0
  2666. package/src/popover/types.ts +9 -60
  2667. package/src/portal/Portal.tsx +132 -0
  2668. package/src/portal/Portal.web.tsx +80 -0
  2669. package/src/portal/index.ts +5 -0
  2670. package/src/portal/index.web.ts +5 -0
  2671. package/src/pressable-scale/PressableScale.tsx +26 -38
  2672. package/src/pressable-scale/index.ts +1 -1
  2673. package/src/pressable-scale/types.ts +13 -0
  2674. package/src/profile-card/ProfileCard.tsx +12 -6
  2675. package/src/progressive-blur/ProgressiveBlur.tsx +76 -0
  2676. package/src/progressive-blur/ProgressiveBlur.web.tsx +64 -0
  2677. package/src/progressive-blur/index.ts +4 -0
  2678. package/src/progressive-blur/index.web.ts +4 -0
  2679. package/src/progressive-blur/shared.ts +1 -1
  2680. package/src/progressive-blur/types.ts +1 -1
  2681. package/src/prompt-input/Actions.tsx +2 -1
  2682. package/src/prompt-input/Attachments.tsx +3 -3
  2683. package/src/prompt-input/PromptInput.tsx +5 -269
  2684. package/src/prompt-input/PromptInput.web.tsx +18 -0
  2685. package/src/prompt-input/PromptInputBase.tsx +288 -0
  2686. package/src/prompt-input/SubmitButton.tsx +48 -15
  2687. package/src/prompt-input/context.ts +4 -7
  2688. package/src/prompt-input/index.ts +1 -2
  2689. package/src/prompt-input/index.web.ts +26 -0
  2690. package/src/prompt-input/types.ts +4 -4
  2691. package/src/provider/BloomProvider.tsx +79 -0
  2692. package/src/provider/index.ts +4 -0
  2693. package/src/provider/types.ts +15 -0
  2694. package/src/radio/Radio.tsx +180 -0
  2695. package/src/radio/index.ts +2 -0
  2696. package/src/radio/types.ts +66 -0
  2697. package/src/radio-indicator/RadioIndicator.tsx +11 -1
  2698. package/src/radio-indicator/types.ts +9 -0
  2699. package/src/scroll/expo-router/expo-router-adapter.ts +140 -0
  2700. package/src/scroll/expo-router/index.ts +4 -138
  2701. package/src/scroll/index.ts +1 -103
  2702. package/src/scroll/index.web.ts +12 -0
  2703. package/src/scroll/types.ts +18 -0
  2704. package/src/scroll/use-scroll-restoration.ts +120 -0
  2705. package/src/scroll/use-scroll-restoration.web.ts +364 -0
  2706. package/src/search/Search.tsx +74 -0
  2707. package/src/search/index.ts +3 -0
  2708. package/src/segmented-control/SegmentedControl.tsx +337 -0
  2709. package/src/segmented-control/index.ts +5 -0
  2710. package/src/select/Select.tsx +424 -0
  2711. package/src/select/Select.web.tsx +424 -0
  2712. package/src/select/index.ts +30 -0
  2713. package/src/select/index.web.ts +30 -0
  2714. package/src/select/shared.tsx +157 -0
  2715. package/src/select/types.ts +53 -27
  2716. package/src/settings-list/SettingsList.tsx +30 -52
  2717. package/src/skeleton/Skeleton.tsx +229 -0
  2718. package/src/skeleton/index.ts +8 -0
  2719. package/src/slider/Slider.tsx +2 -0
  2720. package/src/slider/types.ts +10 -0
  2721. package/src/stat-bar/StatBar.tsx +8 -1
  2722. package/src/styles/index.ts +1 -1
  2723. package/src/styles/interactive-web-css.ts +166 -0
  2724. package/src/styles/pointer.ts +33 -0
  2725. package/src/styles/styled-primitives.ts +111 -0
  2726. package/src/styles/tokens.ts +59 -22
  2727. package/src/styles/web-view-style.ts +11 -0
  2728. package/src/styles/z-index.ts +0 -1
  2729. package/src/subtle-hover/SubtleHover.tsx +8 -37
  2730. package/src/subtle-hover/index.ts +1 -1
  2731. package/src/subtle-hover/types.ts +20 -0
  2732. package/src/surfaces/SurfaceHost.tsx +18 -9
  2733. package/src/surfaces/api.ts +17 -9
  2734. package/src/surfaces/index.ts +4 -1
  2735. package/src/surfaces/index.web.ts +4 -1
  2736. package/src/surfaces/prompts.tsx +138 -121
  2737. package/src/surfaces/types.ts +47 -3
  2738. package/src/switch/Switch.tsx +11 -1
  2739. package/src/switch/types.ts +17 -0
  2740. package/src/tab-bar/TabBarBase.tsx +3 -3
  2741. package/src/tab-bar/context.tsx +117 -0
  2742. package/src/tab-bar/expo-router/RouterTabBar.tsx +1 -1
  2743. package/src/tab-bar/expo-router/fading-tab-screen.tsx +1 -1
  2744. package/src/tab-bar/expo-router/index.ts +1 -1
  2745. package/src/tab-bar/glyph.native.tsx +1 -1
  2746. package/src/tab-bar/glyph.tsx +1 -1
  2747. package/src/tab-bar/index.ts +3 -3
  2748. package/src/tab-bar/index.web.ts +35 -0
  2749. package/src/tab-bar/shared.ts +1 -1
  2750. package/src/tab-bar/surface-solid.tsx +1 -1
  2751. package/src/tab-bar/surface.native.tsx +1 -1
  2752. package/src/tab-bar/surface.tsx +1 -1
  2753. package/src/tab-bar/surface.web.tsx +1 -1
  2754. package/src/tab-bar/types.ts +1 -1
  2755. package/src/tabs/Tabs.tsx +49 -21
  2756. package/src/text-field/TextField.tsx +610 -0
  2757. package/src/text-field/index.ts +9 -0
  2758. package/src/text-field/types.ts +31 -0
  2759. package/src/theme/BloomThemeProvider.tsx +1 -1
  2760. package/src/theme/accent-colors.ts +166 -0
  2761. package/src/theme/adaptive-colors.ts +31 -3
  2762. package/src/theme/build-theme-from-seed.ts +13 -1
  2763. package/src/theme/build-theme.ts +29 -2
  2764. package/src/theme/color-engine/color-utils.ts +15 -0
  2765. package/src/theme/color-engine/generate-role-colors.ts +67 -0
  2766. package/src/theme/color-engine/index.ts +17 -87
  2767. package/src/theme/color-policy.ts +64 -12
  2768. package/src/theme/color-scope/index.ts +2 -0
  2769. package/src/theme/color-scope/index.web.ts +2 -0
  2770. package/src/theme/color-utils.ts +40 -9
  2771. package/src/theme/glass-colors.ts +273 -0
  2772. package/src/theme/index.ts +32 -21
  2773. package/src/theme/index.web.ts +77 -0
  2774. package/src/theme/press-colors.ts +100 -0
  2775. package/src/theme/seed-scope/index.ts +2 -0
  2776. package/src/theme/seed-scope/index.web.ts +2 -0
  2777. package/src/theme/types.ts +21 -0
  2778. package/src/toast/Positioner.tsx +2 -2
  2779. package/src/toast/ToastContent.tsx +8 -2
  2780. package/src/toast/ToastIcon.tsx +1 -1
  2781. package/src/toast/ToastOutlet.tsx +31 -0
  2782. package/src/toast/ToastRow.tsx +2 -2
  2783. package/src/toast/ToastSwipeHandler.tsx +1 -1
  2784. package/src/toast/Toaster.tsx +2 -2
  2785. package/src/toast/animations.ts +1 -1
  2786. package/src/toast/constants.ts +1 -1
  2787. package/src/toast/container-geometry.ts +148 -0
  2788. package/src/toast/context.tsx +1 -1
  2789. package/src/toast/index.ts +26 -0
  2790. package/src/toast/row-geometry.ts +158 -0
  2791. package/src/toast/toast-comparator.ts +1 -1
  2792. package/src/toast/toast-fns.ts +1 -1
  2793. package/src/toast/toast-store.ts +2 -2
  2794. package/src/toast/toast-timers.ts +1 -1
  2795. package/src/toast/types.ts +0 -1
  2796. package/src/toast/use-app-state.ts +1 -1
  2797. package/src/toast/use-toast-colors.ts +8 -4
  2798. package/src/toast/use-toast-position.ts +2 -2
  2799. package/src/tooltip/Tooltip.tsx +379 -0
  2800. package/src/tooltip/Tooltip.web.tsx +155 -0
  2801. package/src/tooltip/index.ts +6 -0
  2802. package/src/tooltip/index.web.ts +6 -0
  2803. package/src/typography/Typography.tsx +311 -0
  2804. package/src/typography/index.ts +18 -0
  2805. package/src/typography/types.ts +19 -0
  2806. package/src/user-hover-card/UserHoverCard.tsx +33 -27
  2807. package/src/user-hover-card/types.ts +16 -0
  2808. package/src/zoomable-image-gallery/ZoomableImageGallery.tsx +100 -38
  2809. package/NOTICE +0 -92
  2810. package/lib/commonjs/activity-heatmap/bucketByDay.js +0 -51
  2811. package/lib/commonjs/activity-heatmap/bucketByDay.js.map +0 -1
  2812. package/lib/commonjs/alert-dialog/AlertDialogHost.js +0 -50
  2813. package/lib/commonjs/alert-dialog/AlertDialogHost.js.map +0 -1
  2814. package/lib/commonjs/alert-dialog/confirm-store.js +0 -80
  2815. package/lib/commonjs/alert-dialog/confirm-store.js.map +0 -1
  2816. package/lib/commonjs/avatar/placeholder-context.js +0 -15
  2817. package/lib/commonjs/avatar/placeholder-context.js.map +0 -1
  2818. package/lib/commonjs/collapsible/Collapsible.js +0 -108
  2819. package/lib/commonjs/collapsible/Collapsible.js.map +0 -1
  2820. package/lib/commonjs/collapsible/index.js +0 -13
  2821. package/lib/commonjs/collapsible/index.js.map +0 -1
  2822. package/lib/commonjs/collapsible/types.js.map +0 -1
  2823. package/lib/commonjs/content-panel/nesting-context.js +0 -39
  2824. package/lib/commonjs/content-panel/nesting-context.js.map +0 -1
  2825. package/lib/commonjs/dialog/BloomDialogProvider.js +0 -61
  2826. package/lib/commonjs/dialog/BloomDialogProvider.js.map +0 -1
  2827. package/lib/commonjs/dialog/BloomDialogProvider.web.js +0 -45
  2828. package/lib/commonjs/dialog/BloomDialogProvider.web.js.map +0 -1
  2829. package/lib/commonjs/dialog/alert-store.js +0 -116
  2830. package/lib/commonjs/dialog/alert-store.js.map +0 -1
  2831. package/lib/commonjs/dialog/alert.js +0 -38
  2832. package/lib/commonjs/dialog/alert.js.map +0 -1
  2833. package/lib/commonjs/grouped-buttons/GroupedButtons.js +0 -114
  2834. package/lib/commonjs/grouped-buttons/GroupedButtons.js.map +0 -1
  2835. package/lib/commonjs/grouped-buttons/index.js +0 -19
  2836. package/lib/commonjs/grouped-buttons/index.js.map +0 -1
  2837. package/lib/commonjs/grouped-buttons/types.js.map +0 -1
  2838. package/lib/commonjs/hooks/mergeRefs.js +0 -32
  2839. package/lib/commonjs/hooks/mergeRefs.js.map +0 -1
  2840. package/lib/commonjs/hooks/useControllableState.js +0 -35
  2841. package/lib/commonjs/hooks/useControllableState.js.map +0 -1
  2842. package/lib/commonjs/hooks/useDelayedLoading.js +0 -23
  2843. package/lib/commonjs/hooks/useDelayedLoading.js.map +0 -1
  2844. package/lib/commonjs/hooks/useGutters.js +0 -106
  2845. package/lib/commonjs/hooks/useGutters.js.map +0 -1
  2846. package/lib/commonjs/hooks/useHaptics.js +0 -67
  2847. package/lib/commonjs/hooks/useHaptics.js.map +0 -1
  2848. package/lib/commonjs/hooks/useImagePreload.js +0 -52
  2849. package/lib/commonjs/hooks/useImagePreload.js.map +0 -1
  2850. package/lib/commonjs/hooks/useInteractionState.js +0 -70
  2851. package/lib/commonjs/hooks/useInteractionState.js.map +0 -1
  2852. package/lib/commonjs/hooks/usePressAnimation.js +0 -45
  2853. package/lib/commonjs/hooks/usePressAnimation.js.map +0 -1
  2854. package/lib/commonjs/hooks/useThrottledValue.js +0 -35
  2855. package/lib/commonjs/hooks/useThrottledValue.js.map +0 -1
  2856. package/lib/commonjs/icons/common.js +0 -79
  2857. package/lib/commonjs/icons/common.js.map +0 -1
  2858. package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -82
  2859. package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
  2860. package/lib/commonjs/menu/context.js +0 -28
  2861. package/lib/commonjs/menu/context.js.map +0 -1
  2862. package/lib/commonjs/menu/index.js +0 -237
  2863. package/lib/commonjs/menu/index.js.map +0 -1
  2864. package/lib/commonjs/menu/index.web.js +0 -384
  2865. package/lib/commonjs/menu/index.web.js.map +0 -1
  2866. package/lib/commonjs/menu/types.js.map +0 -1
  2867. package/lib/commonjs/pressable-with-hover/PressableWithHover.js +0 -36
  2868. package/lib/commonjs/pressable-with-hover/PressableWithHover.js.map +0 -1
  2869. package/lib/commonjs/pressable-with-hover/index.js +0 -13
  2870. package/lib/commonjs/pressable-with-hover/index.js.map +0 -1
  2871. package/lib/commonjs/select/common.js +0 -39
  2872. package/lib/commonjs/select/common.js.map +0 -1
  2873. package/lib/commonjs/surfaces/surfaceStore.js +0 -172
  2874. package/lib/commonjs/surfaces/surfaceStore.js.map +0 -1
  2875. package/lib/commonjs/surfaces/useSurface.js +0 -36
  2876. package/lib/commonjs/surfaces/useSurface.js.map +0 -1
  2877. package/lib/commonjs/tab-bar/minimize-context.js +0 -127
  2878. package/lib/commonjs/tab-bar/minimize-context.js.map +0 -1
  2879. package/lib/commonjs/toast/position-utils.js +0 -120
  2880. package/lib/commonjs/toast/position-utils.js.map +0 -1
  2881. package/lib/commonjs/toast/positioner-utils.js +0 -141
  2882. package/lib/commonjs/toast/positioner-utils.js.map +0 -1
  2883. package/lib/commonjs/tooltip/const.js +0 -12
  2884. package/lib/commonjs/tooltip/const.js.map +0 -1
  2885. package/lib/commonjs/typography/styled-text.js +0 -29
  2886. package/lib/commonjs/typography/styled-text.js.map +0 -1
  2887. package/lib/module/activity-heatmap/bucketByDay.js +0 -47
  2888. package/lib/module/activity-heatmap/bucketByDay.js.map +0 -1
  2889. package/lib/module/alert-dialog/AlertDialogHost.js +0 -45
  2890. package/lib/module/alert-dialog/AlertDialogHost.js.map +0 -1
  2891. package/lib/module/alert-dialog/confirm-store.js +0 -73
  2892. package/lib/module/alert-dialog/confirm-store.js.map +0 -1
  2893. package/lib/module/avatar/placeholder-context.js +0 -10
  2894. package/lib/module/avatar/placeholder-context.js.map +0 -1
  2895. package/lib/module/collapsible/Collapsible.js +0 -103
  2896. package/lib/module/collapsible/Collapsible.js.map +0 -1
  2897. package/lib/module/collapsible/index.js +0 -4
  2898. package/lib/module/collapsible/index.js.map +0 -1
  2899. package/lib/module/collapsible/types.js.map +0 -1
  2900. package/lib/module/content-panel/nesting-context.js +0 -35
  2901. package/lib/module/content-panel/nesting-context.js.map +0 -1
  2902. package/lib/module/dialog/BloomDialogProvider.js +0 -57
  2903. package/lib/module/dialog/BloomDialogProvider.js.map +0 -1
  2904. package/lib/module/dialog/BloomDialogProvider.web.js +0 -41
  2905. package/lib/module/dialog/BloomDialogProvider.web.js.map +0 -1
  2906. package/lib/module/dialog/alert-store.js +0 -107
  2907. package/lib/module/dialog/alert-store.js.map +0 -1
  2908. package/lib/module/dialog/alert.js +0 -35
  2909. package/lib/module/dialog/alert.js.map +0 -1
  2910. package/lib/module/grouped-buttons/GroupedButtons.js +0 -109
  2911. package/lib/module/grouped-buttons/GroupedButtons.js.map +0 -1
  2912. package/lib/module/grouped-buttons/index.js +0 -4
  2913. package/lib/module/grouped-buttons/index.js.map +0 -1
  2914. package/lib/module/grouped-buttons/types.js.map +0 -1
  2915. package/lib/module/hooks/mergeRefs.js +0 -28
  2916. package/lib/module/hooks/mergeRefs.js.map +0 -1
  2917. package/lib/module/hooks/useControllableState.js +0 -31
  2918. package/lib/module/hooks/useControllableState.js.map +0 -1
  2919. package/lib/module/hooks/useDelayedLoading.js +0 -20
  2920. package/lib/module/hooks/useDelayedLoading.js.map +0 -1
  2921. package/lib/module/hooks/useGutters.js +0 -103
  2922. package/lib/module/hooks/useGutters.js.map +0 -1
  2923. package/lib/module/hooks/useHaptics.js +0 -61
  2924. package/lib/module/hooks/useHaptics.js.map +0 -1
  2925. package/lib/module/hooks/useImagePreload.js +0 -48
  2926. package/lib/module/hooks/useImagePreload.js.map +0 -1
  2927. package/lib/module/hooks/useInteractionState.js +0 -66
  2928. package/lib/module/hooks/useInteractionState.js.map +0 -1
  2929. package/lib/module/hooks/usePressAnimation.js +0 -42
  2930. package/lib/module/hooks/usePressAnimation.js.map +0 -1
  2931. package/lib/module/hooks/useThrottledValue.js +0 -32
  2932. package/lib/module/hooks/useThrottledValue.js.map +0 -1
  2933. package/lib/module/icons/common.js +0 -73
  2934. package/lib/module/icons/common.js.map +0 -1
  2935. package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -73
  2936. package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
  2937. package/lib/module/menu/context.js +0 -22
  2938. package/lib/module/menu/context.js.map +0 -1
  2939. package/lib/module/menu/index.js +0 -215
  2940. package/lib/module/menu/index.js.map +0 -1
  2941. package/lib/module/menu/index.web.js +0 -366
  2942. package/lib/module/menu/index.web.js.map +0 -1
  2943. package/lib/module/menu/types.js.map +0 -1
  2944. package/lib/module/pressable-with-hover/PressableWithHover.js +0 -31
  2945. package/lib/module/pressable-with-hover/PressableWithHover.js.map +0 -1
  2946. package/lib/module/pressable-with-hover/index.js +0 -4
  2947. package/lib/module/pressable-with-hover/index.js.map +0 -1
  2948. package/lib/module/select/common.js +0 -32
  2949. package/lib/module/select/common.js.map +0 -1
  2950. package/lib/module/surfaces/surfaceStore.js +0 -159
  2951. package/lib/module/surfaces/surfaceStore.js.map +0 -1
  2952. package/lib/module/surfaces/useSurface.js +0 -31
  2953. package/lib/module/surfaces/useSurface.js.map +0 -1
  2954. package/lib/module/tab-bar/minimize-context.js +0 -118
  2955. package/lib/module/tab-bar/minimize-context.js.map +0 -1
  2956. package/lib/module/toast/position-utils.js +0 -112
  2957. package/lib/module/toast/position-utils.js.map +0 -1
  2958. package/lib/module/toast/positioner-utils.js +0 -134
  2959. package/lib/module/toast/positioner-utils.js.map +0 -1
  2960. package/lib/module/tooltip/const.js +0 -8
  2961. package/lib/module/tooltip/const.js.map +0 -1
  2962. package/lib/module/typography/styled-text.js +0 -24
  2963. package/lib/module/typography/styled-text.js.map +0 -1
  2964. package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts +0 -9
  2965. package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts.map +0 -1
  2966. package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts +0 -15
  2967. package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts.map +0 -1
  2968. package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts +0 -31
  2969. package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts.map +0 -1
  2970. package/lib/typescript/commonjs/avatar/placeholder-context.d.ts +0 -8
  2971. package/lib/typescript/commonjs/avatar/placeholder-context.d.ts.map +0 -1
  2972. package/lib/typescript/commonjs/collapsible/Collapsible.d.ts +0 -4
  2973. package/lib/typescript/commonjs/collapsible/Collapsible.d.ts.map +0 -1
  2974. package/lib/typescript/commonjs/collapsible/index.d.ts +0 -3
  2975. package/lib/typescript/commonjs/collapsible/index.d.ts.map +0 -1
  2976. package/lib/typescript/commonjs/collapsible/types.d.ts +0 -18
  2977. package/lib/typescript/commonjs/collapsible/types.d.ts.map +0 -1
  2978. package/lib/typescript/commonjs/content-panel/nesting-context.d.ts +0 -24
  2979. package/lib/typescript/commonjs/content-panel/nesting-context.d.ts.map +0 -1
  2980. package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts +0 -27
  2981. package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts.map +0 -1
  2982. package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts +0 -15
  2983. package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts.map +0 -1
  2984. package/lib/typescript/commonjs/dialog/alert-store.d.ts +0 -70
  2985. package/lib/typescript/commonjs/dialog/alert-store.d.ts.map +0 -1
  2986. package/lib/typescript/commonjs/dialog/alert.d.ts +0 -27
  2987. package/lib/typescript/commonjs/dialog/alert.d.ts.map +0 -1
  2988. package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts +0 -12
  2989. package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts.map +0 -1
  2990. package/lib/typescript/commonjs/grouped-buttons/index.d.ts +0 -3
  2991. package/lib/typescript/commonjs/grouped-buttons/index.d.ts.map +0 -1
  2992. package/lib/typescript/commonjs/grouped-buttons/types.d.ts +0 -15
  2993. package/lib/typescript/commonjs/grouped-buttons/types.d.ts.map +0 -1
  2994. package/lib/typescript/commonjs/hooks/mergeRefs.d.ts +0 -17
  2995. package/lib/typescript/commonjs/hooks/mergeRefs.d.ts.map +0 -1
  2996. package/lib/typescript/commonjs/hooks/useControllableState.d.ts +0 -19
  2997. package/lib/typescript/commonjs/hooks/useControllableState.d.ts.map +0 -1
  2998. package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts +0 -6
  2999. package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts.map +0 -1
  3000. package/lib/typescript/commonjs/hooks/useGutters.d.ts +0 -32
  3001. package/lib/typescript/commonjs/hooks/useGutters.d.ts.map +0 -1
  3002. package/lib/typescript/commonjs/hooks/useHaptics.d.ts +0 -28
  3003. package/lib/typescript/commonjs/hooks/useHaptics.d.ts.map +0 -1
  3004. package/lib/typescript/commonjs/hooks/useImagePreload.d.ts +0 -10
  3005. package/lib/typescript/commonjs/hooks/useImagePreload.d.ts.map +0 -1
  3006. package/lib/typescript/commonjs/hooks/useInteractionState.d.ts +0 -35
  3007. package/lib/typescript/commonjs/hooks/useInteractionState.d.ts.map +0 -1
  3008. package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts +0 -16
  3009. package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts.map +0 -1
  3010. package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts +0 -5
  3011. package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts.map +0 -1
  3012. package/lib/typescript/commonjs/icons/common.d.ts +0 -394
  3013. package/lib/typescript/commonjs/icons/common.d.ts.map +0 -1
  3014. package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
  3015. package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
  3016. package/lib/typescript/commonjs/menu/context.d.ts +0 -6
  3017. package/lib/typescript/commonjs/menu/context.d.ts.map +0 -1
  3018. package/lib/typescript/commonjs/menu/index.d.ts +0 -22
  3019. package/lib/typescript/commonjs/menu/index.d.ts.map +0 -1
  3020. package/lib/typescript/commonjs/menu/index.web.d.ts +0 -26
  3021. package/lib/typescript/commonjs/menu/index.web.d.ts.map +0 -1
  3022. package/lib/typescript/commonjs/menu/types.d.ts +0 -62
  3023. package/lib/typescript/commonjs/menu/types.d.ts.map +0 -1
  3024. package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts +0 -18
  3025. package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
  3026. package/lib/typescript/commonjs/pressable-with-hover/index.d.ts +0 -3
  3027. package/lib/typescript/commonjs/pressable-with-hover/index.d.ts.map +0 -1
  3028. package/lib/typescript/commonjs/select/common.d.ts +0 -5
  3029. package/lib/typescript/commonjs/select/common.d.ts.map +0 -1
  3030. package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts +0 -51
  3031. package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts.map +0 -1
  3032. package/lib/typescript/commonjs/surfaces/useSurface.d.ts +0 -21
  3033. package/lib/typescript/commonjs/surfaces/useSurface.d.ts.map +0 -1
  3034. package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts +0 -51
  3035. package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts.map +0 -1
  3036. package/lib/typescript/commonjs/toast/position-utils.d.ts +0 -35
  3037. package/lib/typescript/commonjs/toast/position-utils.d.ts.map +0 -1
  3038. package/lib/typescript/commonjs/toast/positioner-utils.d.ts +0 -72
  3039. package/lib/typescript/commonjs/toast/positioner-utils.d.ts.map +0 -1
  3040. package/lib/typescript/commonjs/tooltip/const.d.ts +0 -5
  3041. package/lib/typescript/commonjs/tooltip/const.d.ts.map +0 -1
  3042. package/lib/typescript/commonjs/typography/styled-text.d.ts +0 -10
  3043. package/lib/typescript/commonjs/typography/styled-text.d.ts.map +0 -1
  3044. package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts +0 -9
  3045. package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts.map +0 -1
  3046. package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts +0 -15
  3047. package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts.map +0 -1
  3048. package/lib/typescript/module/alert-dialog/confirm-store.d.ts +0 -31
  3049. package/lib/typescript/module/alert-dialog/confirm-store.d.ts.map +0 -1
  3050. package/lib/typescript/module/avatar/placeholder-context.d.ts +0 -8
  3051. package/lib/typescript/module/avatar/placeholder-context.d.ts.map +0 -1
  3052. package/lib/typescript/module/collapsible/Collapsible.d.ts +0 -4
  3053. package/lib/typescript/module/collapsible/Collapsible.d.ts.map +0 -1
  3054. package/lib/typescript/module/collapsible/index.d.ts +0 -3
  3055. package/lib/typescript/module/collapsible/index.d.ts.map +0 -1
  3056. package/lib/typescript/module/collapsible/types.d.ts +0 -18
  3057. package/lib/typescript/module/collapsible/types.d.ts.map +0 -1
  3058. package/lib/typescript/module/content-panel/nesting-context.d.ts +0 -24
  3059. package/lib/typescript/module/content-panel/nesting-context.d.ts.map +0 -1
  3060. package/lib/typescript/module/dialog/BloomDialogProvider.d.ts +0 -27
  3061. package/lib/typescript/module/dialog/BloomDialogProvider.d.ts.map +0 -1
  3062. package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts +0 -15
  3063. package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts.map +0 -1
  3064. package/lib/typescript/module/dialog/alert-store.d.ts +0 -70
  3065. package/lib/typescript/module/dialog/alert-store.d.ts.map +0 -1
  3066. package/lib/typescript/module/dialog/alert.d.ts +0 -27
  3067. package/lib/typescript/module/dialog/alert.d.ts.map +0 -1
  3068. package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts +0 -12
  3069. package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts.map +0 -1
  3070. package/lib/typescript/module/grouped-buttons/index.d.ts +0 -3
  3071. package/lib/typescript/module/grouped-buttons/index.d.ts.map +0 -1
  3072. package/lib/typescript/module/grouped-buttons/types.d.ts +0 -15
  3073. package/lib/typescript/module/grouped-buttons/types.d.ts.map +0 -1
  3074. package/lib/typescript/module/hooks/mergeRefs.d.ts +0 -17
  3075. package/lib/typescript/module/hooks/mergeRefs.d.ts.map +0 -1
  3076. package/lib/typescript/module/hooks/useControllableState.d.ts +0 -19
  3077. package/lib/typescript/module/hooks/useControllableState.d.ts.map +0 -1
  3078. package/lib/typescript/module/hooks/useDelayedLoading.d.ts +0 -6
  3079. package/lib/typescript/module/hooks/useDelayedLoading.d.ts.map +0 -1
  3080. package/lib/typescript/module/hooks/useGutters.d.ts +0 -32
  3081. package/lib/typescript/module/hooks/useGutters.d.ts.map +0 -1
  3082. package/lib/typescript/module/hooks/useHaptics.d.ts +0 -28
  3083. package/lib/typescript/module/hooks/useHaptics.d.ts.map +0 -1
  3084. package/lib/typescript/module/hooks/useImagePreload.d.ts +0 -10
  3085. package/lib/typescript/module/hooks/useImagePreload.d.ts.map +0 -1
  3086. package/lib/typescript/module/hooks/useInteractionState.d.ts +0 -35
  3087. package/lib/typescript/module/hooks/useInteractionState.d.ts.map +0 -1
  3088. package/lib/typescript/module/hooks/usePressAnimation.d.ts +0 -16
  3089. package/lib/typescript/module/hooks/usePressAnimation.d.ts.map +0 -1
  3090. package/lib/typescript/module/hooks/useThrottledValue.d.ts +0 -5
  3091. package/lib/typescript/module/hooks/useThrottledValue.d.ts.map +0 -1
  3092. package/lib/typescript/module/icons/common.d.ts +0 -394
  3093. package/lib/typescript/module/icons/common.d.ts.map +0 -1
  3094. package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
  3095. package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
  3096. package/lib/typescript/module/menu/context.d.ts +0 -6
  3097. package/lib/typescript/module/menu/context.d.ts.map +0 -1
  3098. package/lib/typescript/module/menu/index.d.ts +0 -22
  3099. package/lib/typescript/module/menu/index.d.ts.map +0 -1
  3100. package/lib/typescript/module/menu/index.web.d.ts +0 -26
  3101. package/lib/typescript/module/menu/index.web.d.ts.map +0 -1
  3102. package/lib/typescript/module/menu/types.d.ts +0 -62
  3103. package/lib/typescript/module/menu/types.d.ts.map +0 -1
  3104. package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts +0 -18
  3105. package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
  3106. package/lib/typescript/module/pressable-with-hover/index.d.ts +0 -3
  3107. package/lib/typescript/module/pressable-with-hover/index.d.ts.map +0 -1
  3108. package/lib/typescript/module/select/common.d.ts +0 -5
  3109. package/lib/typescript/module/select/common.d.ts.map +0 -1
  3110. package/lib/typescript/module/surfaces/surfaceStore.d.ts +0 -51
  3111. package/lib/typescript/module/surfaces/surfaceStore.d.ts.map +0 -1
  3112. package/lib/typescript/module/surfaces/useSurface.d.ts +0 -21
  3113. package/lib/typescript/module/surfaces/useSurface.d.ts.map +0 -1
  3114. package/lib/typescript/module/tab-bar/minimize-context.d.ts +0 -51
  3115. package/lib/typescript/module/tab-bar/minimize-context.d.ts.map +0 -1
  3116. package/lib/typescript/module/toast/position-utils.d.ts +0 -35
  3117. package/lib/typescript/module/toast/position-utils.d.ts.map +0 -1
  3118. package/lib/typescript/module/toast/positioner-utils.d.ts +0 -72
  3119. package/lib/typescript/module/toast/positioner-utils.d.ts.map +0 -1
  3120. package/lib/typescript/module/tooltip/const.d.ts +0 -5
  3121. package/lib/typescript/module/tooltip/const.d.ts.map +0 -1
  3122. package/lib/typescript/module/typography/styled-text.d.ts +0 -10
  3123. package/lib/typescript/module/typography/styled-text.d.ts.map +0 -1
  3124. package/src/__tests__/AlertDialog.test.tsx +0 -284
  3125. package/src/__tests__/AnimatedCheck.test.tsx +0 -31
  3126. package/src/__tests__/Avatar.test.tsx +0 -87
  3127. package/src/__tests__/AvatarGroupCluster.test.tsx +0 -224
  3128. package/src/__tests__/BenefitList.test.tsx +0 -108
  3129. package/src/__tests__/BloomColorScope.test.tsx +0 -244
  3130. package/src/__tests__/BloomProvider.web.test.tsx +0 -107
  3131. package/src/__tests__/BloomThemeProvider.fonts-web.test.tsx +0 -42
  3132. package/src/__tests__/BloomThemeProvider.modes.test.tsx +0 -159
  3133. package/src/__tests__/BloomThemeProvider.persistence.test.tsx +0 -321
  3134. package/src/__tests__/BloomThemeProvider.test.tsx +0 -188
  3135. package/src/__tests__/BottomSheet.test.tsx +0 -329
  3136. package/src/__tests__/BottomSheetGesture.test.tsx +0 -135
  3137. package/src/__tests__/BottomSheetWebFork.test.ts +0 -66
  3138. package/src/__tests__/Button.test.tsx +0 -306
  3139. package/src/__tests__/Button.web.test.tsx +0 -268
  3140. package/src/__tests__/Code.test.tsx +0 -25
  3141. package/src/__tests__/Command.test.tsx +0 -228
  3142. package/src/__tests__/ConnectionDots.test.tsx +0 -86
  3143. package/src/__tests__/ContentPanelNesting.test.tsx +0 -126
  3144. package/src/__tests__/Dialog.test.tsx +0 -254
  3145. package/src/__tests__/Dialog.web.test.tsx +0 -101
  3146. package/src/__tests__/DialogBottomSheet.test.tsx +0 -284
  3147. package/src/__tests__/DialogMorph.test.tsx +0 -230
  3148. package/src/__tests__/DialogPlacement.test.tsx +0 -144
  3149. package/src/__tests__/ErrorBoundary.test.tsx +0 -217
  3150. package/src/__tests__/Fab.test.tsx +0 -93
  3151. package/src/__tests__/Fab.web.test.tsx +0 -203
  3152. package/src/__tests__/Field.test.tsx +0 -55
  3153. package/src/__tests__/FontLoader.native.test.tsx +0 -146
  3154. package/src/__tests__/FrostedIconButton.test.tsx +0 -137
  3155. package/src/__tests__/FrostedIconButton.web.test.tsx +0 -246
  3156. package/src/__tests__/InputGroup.test.tsx +0 -47
  3157. package/src/__tests__/Item.test.tsx +0 -77
  3158. package/src/__tests__/Kbd.test.tsx +0 -27
  3159. package/src/__tests__/Label.test.tsx +0 -30
  3160. package/src/__tests__/LinkPreviewCard.test.tsx +0 -88
  3161. package/src/__tests__/MediaInsetBorder.test.tsx +0 -36
  3162. package/src/__tests__/Motion.test.tsx +0 -86
  3163. package/src/__tests__/MotionWebFork.test.ts +0 -140
  3164. package/src/__tests__/Pre.test.tsx +0 -25
  3165. package/src/__tests__/PressableScale.test.tsx +0 -38
  3166. package/src/__tests__/PressableWithHover.test.tsx +0 -48
  3167. package/src/__tests__/SelectItemLabel.test.tsx +0 -46
  3168. package/src/__tests__/SettingsList.test.tsx +0 -76
  3169. package/src/__tests__/SheetShell.test.tsx +0 -82
  3170. package/src/__tests__/Skeleton.test.tsx +0 -63
  3171. package/src/__tests__/Slider.test.tsx +0 -47
  3172. package/src/__tests__/StatWidgets.test.tsx +0 -184
  3173. package/src/__tests__/SubtleHover.test.tsx +0 -50
  3174. package/src/__tests__/TabBar.test.tsx +0 -430
  3175. package/src/__tests__/TabBarAnimatedShorthand.test.ts +0 -135
  3176. package/src/__tests__/TabBarBlur.test.tsx +0 -159
  3177. package/src/__tests__/TabBarFootprint.test.tsx +0 -172
  3178. package/src/__tests__/TabBarGlassFallback.test.tsx +0 -234
  3179. package/src/__tests__/TabBarLongPress.test.tsx +0 -258
  3180. package/src/__tests__/TabBarMaxWidth.test.tsx +0 -413
  3181. package/src/__tests__/TabBarNoSelection.test.tsx +0 -460
  3182. package/src/__tests__/TabBarReanimatedDeps.test.ts +0 -154
  3183. package/src/__tests__/TabBarWebFork.test.ts +0 -244
  3184. package/src/__tests__/Tabs.test.tsx +0 -573
  3185. package/src/__tests__/TextFieldFloatingLabel.test.tsx +0 -93
  3186. package/src/__tests__/ToastContent.test.tsx +0 -192
  3187. package/src/__tests__/ToastHostWebFork.test.ts +0 -173
  3188. package/src/__tests__/Toaster.test.tsx +0 -1142
  3189. package/src/__tests__/VirtualList.native.test.tsx +0 -67
  3190. package/src/__tests__/VirtualList.web.test.tsx +0 -127
  3191. package/src/__tests__/adopt-style-sheet.node.test.ts +0 -21
  3192. package/src/__tests__/adopt-style-sheet.test.ts +0 -165
  3193. package/src/__tests__/ambient-theme.test.tsx +0 -136
  3194. package/src/__tests__/animated-style-deps.test.ts +0 -180
  3195. package/src/__tests__/apply-dark-class.test.ts +0 -70
  3196. package/src/__tests__/apply-font-faces.test.ts +0 -121
  3197. package/src/__tests__/aria-state-web.test.tsx +0 -466
  3198. package/src/__tests__/backdrop-fade-form.test.ts +0 -91
  3199. package/src/__tests__/backdrop-nesting.test.tsx +0 -95
  3200. package/src/__tests__/color-scope-nativewind.test.ts +0 -135
  3201. package/src/__tests__/confirm-store.test.ts +0 -74
  3202. package/src/__tests__/connection-status-netinfo.test.tsx +0 -203
  3203. package/src/__tests__/design-tokens-json.test.ts +0 -112
  3204. package/src/__tests__/design-tokens.test.ts +0 -343
  3205. package/src/__tests__/dropdown-placement.test.ts +0 -90
  3206. package/src/__tests__/exports-map-contract.test.ts +0 -116
  3207. package/src/__tests__/icon-references.test.ts +0 -243
  3208. package/src/__tests__/imageIntrinsicSize.test.ts +0 -47
  3209. package/src/__tests__/init-css-interop.test.ts +0 -130
  3210. package/src/__tests__/native-root-vars.test.ts +0 -158
  3211. package/src/__tests__/optional-peer-imports.test.ts +0 -465
  3212. package/src/__tests__/overlay-pointer-events.test.tsx +0 -238
  3213. package/src/__tests__/overlay-stack-order.test.tsx +0 -270
  3214. package/src/__tests__/persistence.test.ts +0 -155
  3215. package/src/__tests__/pointer-events-style-form.test.ts +0 -94
  3216. package/src/__tests__/preset-vars.test.ts +0 -140
  3217. package/src/__tests__/public-api-contract.test.ts +0 -69
  3218. package/src/__tests__/scroll-expo-router-adapter.test.tsx +0 -164
  3219. package/src/__tests__/scroll-native.test.tsx +0 -465
  3220. package/src/__tests__/scroll-store.test.ts +0 -109
  3221. package/src/__tests__/scroll-web.test.tsx +0 -1023
  3222. package/src/__tests__/support/constructed-style-sheets.ts +0 -68
  3223. package/src/__tests__/surfaceStore.test.ts +0 -219
  3224. package/src/__tests__/svg-required-peer.test.tsx +0 -75
  3225. package/src/__tests__/theme-gradients.test.ts +0 -31
  3226. package/src/__tests__/theme.test.ts +0 -183
  3227. package/src/__tests__/toast-animations.test.ts +0 -98
  3228. package/src/__tests__/toast-comparator.test.ts +0 -131
  3229. package/src/__tests__/toast-enter-driver.test.ts +0 -147
  3230. package/src/__tests__/toast-fns.test.ts +0 -240
  3231. package/src/__tests__/toast-position-utils.test.ts +0 -303
  3232. package/src/__tests__/toast-positioner-utils.test.ts +0 -214
  3233. package/src/__tests__/toast-single-outlet-guard.test.tsx +0 -176
  3234. package/src/__tests__/toast-stack-hover.test.ts +0 -92
  3235. package/src/__tests__/toast-store.test.ts +0 -694
  3236. package/src/__tests__/toast-timers.test.ts +0 -163
  3237. package/src/__tests__/use-animated-target.test.tsx +0 -60
  3238. package/src/__tests__/use-app-state.test.tsx +0 -127
  3239. package/src/__tests__/use-toast-colors.test.tsx +0 -189
  3240. package/src/__tests__/useGutters.test.ts +0 -58
  3241. package/src/__tests__/useHaptics.test.tsx +0 -245
  3242. package/src/__tests__/useInteractionState.test.ts +0 -27
  3243. package/src/__tests__/useNavigationTheme.test.tsx +0 -227
  3244. package/src/__tests__/web-css-style.test.ts +0 -139
  3245. package/src/__tests__/web-position-fixed.test.ts +0 -70
  3246. package/src/activity-heatmap/ActivityHeatmap.stories.tsx +0 -108
  3247. package/src/alert-dialog/AlertDialog.stories.tsx +0 -61
  3248. package/src/alert-dialog/AlertDialogHost.tsx +0 -51
  3249. package/src/alert-dialog/confirm-store.ts +0 -77
  3250. package/src/animated-check/AnimatedCheck.stories.tsx +0 -60
  3251. package/src/avatar/Avatar.stories.tsx +0 -215
  3252. package/src/avatar-group/AvatarGroup.stories.tsx +0 -218
  3253. package/src/benefit-list/BenefitList.stories.tsx +0 -50
  3254. package/src/benefit-list/index.tsx +0 -133
  3255. package/src/bottom-sheet/BottomSheet.stories.tsx +0 -92
  3256. package/src/bottom-sheet/index.tsx +0 -108
  3257. package/src/bottom-sheet/index.web.tsx +0 -77
  3258. package/src/button/Button.stories.tsx +0 -94
  3259. package/src/collapsible/Collapsible.tsx +0 -109
  3260. package/src/collapsible/index.ts +0 -2
  3261. package/src/collapsible/types.ts +0 -18
  3262. package/src/combobox/Combobox.stories.tsx +0 -40
  3263. package/src/command/Command.stories.tsx +0 -60
  3264. package/src/composition-bar/CompositionBar.stories.tsx +0 -70
  3265. package/src/connection-dots/ConnectionDots.stories.tsx +0 -54
  3266. package/src/connection-status/index.tsx +0 -48
  3267. package/src/connection-status/index.web.tsx +0 -36
  3268. package/src/content-panel/index.tsx +0 -157
  3269. package/src/content-panel/index.web.tsx +0 -252
  3270. package/src/context-menu/ContextMenu.stories.tsx +0 -79
  3271. package/src/context-menu/index.tsx +0 -285
  3272. package/src/context-menu/index.web.tsx +0 -418
  3273. package/src/dialog/BloomDialogProvider.tsx +0 -61
  3274. package/src/dialog/BloomDialogProvider.web.tsx +0 -46
  3275. package/src/dialog/Dialog.stories.tsx +0 -149
  3276. package/src/dialog/alert-store.ts +0 -126
  3277. package/src/dialog/alert.ts +0 -42
  3278. package/src/dot-grid-meter/DotGridMeter.stories.tsx +0 -47
  3279. package/src/fab/Fab.stories.tsx +0 -80
  3280. package/src/field/Field.stories.tsx +0 -54
  3281. package/src/frosted-icon-button/FrostedIconButton.stories.tsx +0 -65
  3282. package/src/grouped-buttons/GroupedButtons.tsx +0 -113
  3283. package/src/grouped-buttons/index.ts +0 -2
  3284. package/src/grouped-buttons/types.ts +0 -16
  3285. package/src/hooks/usePressAnimation.ts +0 -38
  3286. package/src/icon-circle/index.tsx +0 -39
  3287. package/src/input-group/InputGroup.stories.tsx +0 -65
  3288. package/src/item/Item.stories.tsx +0 -43
  3289. package/src/kbd/Kbd.stories.tsx +0 -36
  3290. package/src/label/Label.stories.tsx +0 -32
  3291. package/src/list/index.tsx +0 -121
  3292. package/src/list/index.web.tsx +0 -261
  3293. package/src/loading/Loading.stories.tsx +0 -60
  3294. package/src/media-inset-border/MediaInsetBorder.stories.tsx +0 -60
  3295. package/src/menu/Menu.stories.tsx +0 -79
  3296. package/src/menu/context.ts +0 -25
  3297. package/src/menu/index.tsx +0 -275
  3298. package/src/menu/index.web.tsx +0 -469
  3299. package/src/menu/types.ts +0 -78
  3300. package/src/motion/Motion.stories.tsx +0 -99
  3301. package/src/overlay/OverlayStacking.stories.tsx +0 -207
  3302. package/src/overlay/index.tsx +0 -446
  3303. package/src/popover/Popover.stories.tsx +0 -61
  3304. package/src/popover/index.tsx +0 -104
  3305. package/src/popover/index.web.tsx +0 -334
  3306. package/src/portal/index.tsx +0 -131
  3307. package/src/portal/index.web.tsx +0 -80
  3308. package/src/pressable-scale/PressableScale.stories.tsx +0 -92
  3309. package/src/pressable-with-hover/PressableWithHover.stories.tsx +0 -43
  3310. package/src/pressable-with-hover/PressableWithHover.tsx +0 -43
  3311. package/src/pressable-with-hover/index.ts +0 -2
  3312. package/src/profile-card/ProfileCard.stories.tsx +0 -210
  3313. package/src/progressive-blur/index.tsx +0 -78
  3314. package/src/progressive-blur/index.web.tsx +0 -66
  3315. package/src/prompt-input/PromptInput.stories.tsx +0 -82
  3316. package/src/provider/index.tsx +0 -77
  3317. package/src/scroll/index.web.tsx +0 -356
  3318. package/src/search/index.tsx +0 -76
  3319. package/src/segmented-control/index.tsx +0 -348
  3320. package/src/select/Select.stories.tsx +0 -93
  3321. package/src/select/common.ts +0 -33
  3322. package/src/select/index.tsx +0 -418
  3323. package/src/select/index.web.tsx +0 -481
  3324. package/src/settings-list/SettingsList.stories.tsx +0 -106
  3325. package/src/skeleton/index.tsx +0 -228
  3326. package/src/slider/Slider.stories.tsx +0 -46
  3327. package/src/stat-bar/StatBar.stories.tsx +0 -61
  3328. package/src/subtle-hover/SubtleHover.stories.tsx +0 -85
  3329. package/src/tab-bar/TabBar.stories.tsx +0 -268
  3330. package/src/tab-bar/index.web.tsx +0 -35
  3331. package/src/tab-bar/minimize-context.tsx +0 -117
  3332. package/src/text-field/TextField.stories.tsx +0 -136
  3333. package/src/text-field/index.tsx +0 -619
  3334. package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +0 -2162
  3335. package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +0 -1266
  3336. package/src/theme/__tests__/build-theme-from-seed-parity.test.ts +0 -33
  3337. package/src/theme/__tests__/color-engine-golden.test.ts +0 -81
  3338. package/src/theme/__tests__/color-preset-gates.test.ts +0 -50
  3339. package/src/theme/__tests__/color-space.test.ts +0 -28
  3340. package/src/theme/__tests__/color-utils.test.ts +0 -40
  3341. package/src/theme/__tests__/explicit-accents.test.ts +0 -129
  3342. package/src/theme/__tests__/fixtures/color-engine-golden.json +0 -1
  3343. package/src/theme/__tests__/golden-tokens.test.ts +0 -32
  3344. package/src/theme/__tests__/policy-legibility.test.ts +0 -194
  3345. package/src/theme/__tests__/runtime-contract.test.ts +0 -63
  3346. package/src/theme/__tests__/seed-scope-parity.test.ts +0 -27
  3347. package/src/theme/__tests__/theme-colors-parity.test.ts +0 -76
  3348. package/src/theme/__tests__/token-registry.test.ts +0 -30
  3349. package/src/theme/__tests__/visual-gallery.test.tsx +0 -10
  3350. package/src/toast/Toast.stories.tsx +0 -346
  3351. package/src/toast/index.tsx +0 -56
  3352. package/src/toast/position-utils.ts +0 -154
  3353. package/src/toast/positioner-utils.ts +0 -142
  3354. package/src/tooltip/index.tsx +0 -400
  3355. package/src/tooltip/index.web.tsx +0 -167
  3356. package/src/typography/__tests__/defaults.test.ts +0 -57
  3357. package/src/typography/index.tsx +0 -139
  3358. package/src/typography/styled-text.ts +0 -24
  3359. package/src/user-hover-card/UserHoverCard.stories.tsx +0 -113
  3360. package/src/zoomable-image-gallery/ZoomableImageGallery.stories.tsx +0 -134
  3361. /package/lib/commonjs/{collapsible → aspect-ratio}/types.js +0 -0
  3362. /package/lib/commonjs/{grouped-buttons → bottom-sheet}/types.js +0 -0
  3363. /package/lib/commonjs/{menu → content-panel}/types.js +0 -0
  3364. /package/lib/module/{collapsible → aspect-ratio}/types.js +0 -0
  3365. /package/lib/module/{grouped-buttons → bottom-sheet}/types.js +0 -0
  3366. /package/lib/module/{menu → content-panel}/types.js +0 -0
  3367. /package/src/activity-heatmap/{bucketByDay.ts → bucket-by-day.ts} +0 -0
  3368. /package/src/admonition/{index.tsx → Admonition.tsx} +0 -0
  3369. /package/src/avatar/{placeholder-context.ts → context.ts} +0 -0
  3370. /package/src/avatar-group/{index.web.tsx → index.web.ts} +0 -0
  3371. /package/src/content-panel/{nesting-context.ts → context.ts} +0 -0
  3372. /package/src/fill/{index.tsx → Fill.tsx} +0 -0
  3373. /package/src/grid/{index.tsx → Grid.tsx} +0 -0
  3374. /package/src/hooks/{mergeRefs.ts → merge-refs.ts} +0 -0
  3375. /package/src/hooks/{useControllableState.ts → use-controllable-state.ts} +0 -0
  3376. /package/src/hooks/{useDelayedLoading.ts → use-delayed-loading.ts} +0 -0
  3377. /package/src/hooks/{useGutters.ts → use-gutters.ts} +0 -0
  3378. /package/src/hooks/{useHaptics.tsx → use-haptics.tsx} +0 -0
  3379. /package/src/hooks/{useImagePreload.ts → use-image-preload.ts} +0 -0
  3380. /package/src/hooks/{useInteractionState.ts → use-interaction-state.ts} +0 -0
  3381. /package/src/hooks/{useThrottledValue.ts → use-throttled-value.ts} +0 -0
  3382. /package/src/icons/{common.tsx → shared.tsx} +0 -0
  3383. /package/src/image-aspect-ratio-cache/{imageAspectRatioCache.ts → aspect-ratio-cache.ts} +0 -0
  3384. /package/src/surfaces/{surfaceStore.ts → surface-store.ts} +0 -0
  3385. /package/src/surfaces/{useSurface.ts → use-surface.ts} +0 -0
  3386. /package/src/theme/color-scope/{index.tsx → ColorScope.tsx} +0 -0
  3387. /package/src/theme/color-scope/{index.web.tsx → ColorScope.web.tsx} +0 -0
  3388. /package/src/theme/seed-scope/{index.tsx → SeedScope.tsx} +0 -0
  3389. /package/src/theme/seed-scope/{index.web.tsx → SeedScope.web.tsx} +0 -0
  3390. /package/src/tooltip/{const.ts → constants.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_reactNativeReanimated","_animations","_constants","_context","_positionUtils","_useStackHover","_useAnimatedTarget","_ToastContent","_ToastSwipeHandler","_toastStore","_useToastPosition","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","WIGGLE_SCALE","WIGGLE_DURATION","WIGGLE_REPEATS","mergeToastStyles","toastOptions","perToast","variantStyle","toastContainer","toastContainerStyle","toast","style","toastContent","toastContentStyle","textContainer","textContainerStyle","title","titleStyle","description","descriptionStyle","buttons","buttonsStyle","closeButton","closeButtonStyle","closeButtonIcon","closeButtonIconStyle","ToastRow","exports","forwardRef","id","jsx","icon","duration","variant","action","cancel","close","onDismiss","dismissible","toastDefaults","closeButtonProp","actionButtonStyle","actionButtonTextStyle","cancelButtonStyle","cancelButtonTextStyle","styles","styleOverrides","promiseOptions","position","positionProp","animation","unstyled","unstyledProp","important","richColors","richColorsProp","onPress","allowFontScaling","allowFontScalingProp","maxFontSizeMultiplier","maxFontSizeMultiplierProp","backgroundComponent","backgroundComponentProp","numberOfToasts","index","orderedToastIds","ref","closeButtonCtx","icons","richColorsCtx","allowFontScalingCtx","maxFontSizeMultiplierCtx","enableStacking","gap","positionCtx","visibleToasts","unstyledCtx","useToastContext","toastHeights","isExpanded","toggleExpand","useDynamicToastContext","stackGap","mergedStyles","useMemo","undefined","distanceFromFront","isHiddenByLimit","entering","exiting","enterTranslateY","useToastLayoutAnimations","yPosition","useToastPosition","allToastHeights","width","screenWidth","useWindowDimensions","rowWidth","Math","min","TOAST_MAX_ROW_WIDTH","stackScaleX","useAnimatedTarget","calculateStackScaleX","STACKING_ANIMATION_DURATION","easing","easeOutQuartFn","stackTransformStyle","useAnimatedStyle","transform","translateY","value","scaleX","enterProgress","ENTERING_ANIMATION_DURATION","from","enterDistance","wiggleScale","useSharedValue","rowStyle","opacity","scale","wiggle","useCallback","withRepeat","withTiming","handleWiggle","Infinity","useImperativeHandle","measuredRef","useRef","useLayoutEffect","node","current","getBoundingClientRect","toastStore","setToastHeight","height","stale","measureInWindow","_x","_y","_width","handleLayout","nativeEvent","layout","onRemove","onSwipeBegin","pauseTimer","onSwipeFinalize","resumeTimer","onSwipePress","x","inCloseStrip","CLOSE_BUTTON_HIT_AREA","isStackHovered","stackZIndex","View","anchor","anchorFor","zIndex","children","ToastSwipeHandler","onBegin","onFinalize","enabled","onLayout","ToastContent","StyleSheet","create","anchorTop","top","anchorBottom","bottom","anchorCenter"],"sourceRoot":"../../../src","sources":["toast/ToastRow.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","_interopRequireWildcard","require","_reactNative","_reactNativeReanimated","_animations","_constants","_context","_rowGeometry","_useStackHover","_useAnimatedTarget","_ToastContent","_ToastSwipeHandler","_toastStore","_useToastPosition","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","WIGGLE_SCALE","WIGGLE_DURATION","WIGGLE_REPEATS","mergeToastStyles","toastOptions","perToast","variantStyle","toastContainer","toastContainerStyle","toast","style","toastContent","toastContentStyle","textContainer","textContainerStyle","title","titleStyle","description","descriptionStyle","buttons","buttonsStyle","closeButton","closeButtonStyle","closeButtonIcon","closeButtonIconStyle","ToastRow","exports","forwardRef","id","jsx","icon","duration","variant","action","cancel","close","onDismiss","dismissible","toastDefaults","closeButtonProp","actionButtonStyle","actionButtonTextStyle","cancelButtonStyle","cancelButtonTextStyle","styles","styleOverrides","promiseOptions","position","positionProp","animation","unstyled","unstyledProp","important","richColors","richColorsProp","onPress","allowFontScaling","allowFontScalingProp","maxFontSizeMultiplier","maxFontSizeMultiplierProp","backgroundComponent","backgroundComponentProp","numberOfToasts","index","orderedToastIds","ref","closeButtonCtx","icons","richColorsCtx","allowFontScalingCtx","maxFontSizeMultiplierCtx","enableStacking","gap","positionCtx","visibleToasts","unstyledCtx","useToastContext","toastHeights","isExpanded","toggleExpand","useDynamicToastContext","stackGap","mergedStyles","useMemo","undefined","distanceFromFront","isHiddenByLimit","entering","exiting","enterTranslateY","useToastLayoutAnimations","yPosition","useToastPosition","allToastHeights","width","screenWidth","useWindowDimensions","rowWidth","Math","min","TOAST_MAX_ROW_WIDTH","stackScaleX","useAnimatedTarget","calculateStackScaleX","STACKING_ANIMATION_DURATION","easing","easeOutQuartFn","stackTransformStyle","useAnimatedStyle","transform","translateY","value","scaleX","enterProgress","ENTERING_ANIMATION_DURATION","from","enterDistance","wiggleScale","useSharedValue","rowStyle","opacity","scale","wiggle","useCallback","withRepeat","withTiming","handleWiggle","Infinity","useImperativeHandle","measuredRef","useRef","useLayoutEffect","node","current","getBoundingClientRect","toastStore","setToastHeight","height","stale","measureInWindow","_x","_y","_width","handleLayout","nativeEvent","layout","onRemove","onSwipeBegin","pauseTimer","onSwipeFinalize","resumeTimer","onSwipePress","x","inCloseStrip","CLOSE_BUTTON_HIT_AREA","isStackHovered","stackZIndex","View","anchor","anchorFor","zIndex","children","ToastSwipeHandler","onBegin","onFinalize","enabled","onLayout","ToastContent","StyleSheet","create","anchorTop","top","anchorBottom","bottom","anchorCenter"],"sourceRoot":"../../../src","sources":["toast/ToastRow.tsx"],"mappings":"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","ignoreList":[]}
@@ -16,7 +16,7 @@ var _jsxRuntime = require("react/jsx-runtime");
16
16
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
17
17
  /**
18
18
  * Derived from sonner-native v0.26.4 — src/gestures.tsx
19
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
19
+ * (MIT © Gunnar Torfi Steinarsson).
20
20
  *
21
21
  * W2 — the animated style reads `translate`, `direction`, `position`, `rowWidth`
22
22
  * and `isAndroid`; ALL of them are in the dependency array. On web without the
@@ -7,7 +7,7 @@ exports.Toaster = void 0;
7
7
  var React = _interopRequireWildcard(require("react"));
8
8
  var _constants = require("./constants.js");
9
9
  var _context = require("./context.js");
10
- var _positionUtils = require("./position-utils.js");
10
+ var _rowGeometry = require("./row-geometry.js");
11
11
  var _Positioner = require("./Positioner.js");
12
12
  var _ToastHost = require("./ToastHost");
13
13
  var _ToastRow = require("./ToastRow.js");
@@ -18,7 +18,7 @@ var _jsxRuntime = require("react/jsx-runtime");
18
18
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
19
19
  /**
20
20
  * Derived from sonner-native v0.26.4 — src/toaster.tsx
21
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
21
+ * (MIT © Gunnar Torfi Steinarsson).
22
22
  *
23
23
  * Subscribes to the store, resolves the outlet configuration once, groups rows by
24
24
  * position and renders each group through `Positioner` inside the platform
@@ -179,7 +179,7 @@ const Toaster = ({
179
179
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_context.DynamicToastContext.Provider, {
180
180
  value: dynamicValue,
181
181
  children: Array.from(toastsByPosition, ([currentPosition, toastsForPosition]) => {
182
- const orderedToastIds = (0, _positionUtils.getOrderedToastIds)(toastsForPosition, currentPosition, enableStacking);
182
+ const orderedToastIds = (0, _rowGeometry.getOrderedToastIds)(toastsForPosition, currentPosition, enableStacking);
183
183
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Positioner.Positioner, {
184
184
  position: currentPosition,
185
185
  style: positionerStyle,
@@ -1 +1 @@
1
- {"version":3,"names":["React","_interopRequireWildcard","require","_constants","_context","_positionUtils","_Positioner","_ToastHost","_ToastRow","_toastStore","_useAppState","_useSingleOutletGuard","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ALL_POSITIONS","EMPTY_TOAST_OPTIONS","EMPTY_ICONS","EMPTY_ANIMATION","orderToastsFromPosition","toasts","position","slice","reverse","Toaster","ToasterOverlayWrapper","ToastWrapper","duration","toastDefaults","offset","visibleToasts","swipeToDismissDirection","closeButton","gap","theme","invert","richColors","enableStacking","autoWiggleOnUpdate","pauseWhenPageIsHidden","allowFontScaling","maxFontSizeMultiplier","toastOptions","icons","animation","unstyled","positionerStyle","style","styles","styleOverrides","useSingleOutletGuard","shouldShowOverlay","toastHeights","isExpanded","useSyncExternalStore","toastStore","subscribe","getSnapshot","useEffect","setConfig","onBackground","useCallback","pauseAllTimers","onForeground","resumeAllTimers","useAppStateChange","stableValue","useMemo","dynamicValue","expand","collapse","toggleExpand","toastsByPosition","groups","Map","candidate","group","filter","toast","length","onDismiss","id","dismissToast","jsx","ToastHost","children","ToastContext","Provider","value","DynamicToastContext","Array","from","currentPosition","toastsForPosition","orderedToastIds","getOrderedToastIds","Positioner","map","index","row","ToastRow","numberOfToasts","ref","getToastRef","toastId","exports","displayName"],"sourceRoot":"../../../src","sources":["toast/Toaster.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","_interopRequireWildcard","require","_constants","_context","_rowGeometry","_Positioner","_ToastHost","_ToastRow","_toastStore","_useAppState","_useSingleOutletGuard","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ALL_POSITIONS","EMPTY_TOAST_OPTIONS","EMPTY_ICONS","EMPTY_ANIMATION","orderToastsFromPosition","toasts","position","slice","reverse","Toaster","ToasterOverlayWrapper","ToastWrapper","duration","toastDefaults","offset","visibleToasts","swipeToDismissDirection","closeButton","gap","theme","invert","richColors","enableStacking","autoWiggleOnUpdate","pauseWhenPageIsHidden","allowFontScaling","maxFontSizeMultiplier","toastOptions","icons","animation","unstyled","positionerStyle","style","styles","styleOverrides","useSingleOutletGuard","shouldShowOverlay","toastHeights","isExpanded","useSyncExternalStore","toastStore","subscribe","getSnapshot","useEffect","setConfig","onBackground","useCallback","pauseAllTimers","onForeground","resumeAllTimers","useAppStateChange","stableValue","useMemo","dynamicValue","expand","collapse","toggleExpand","toastsByPosition","groups","Map","candidate","group","filter","toast","length","onDismiss","id","dismissToast","jsx","ToastHost","children","ToastContext","Provider","value","DynamicToastContext","Array","from","currentPosition","toastsForPosition","orderedToastIds","getOrderedToastIds","Positioner","map","index","row","ToastRow","numberOfToasts","ref","getToastRef","toastId","exports","displayName"],"sourceRoot":"../../../src","sources":["toast/Toaster.tsx"],"mappings":"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","ignoreList":[]}
@@ -16,7 +16,7 @@ var _constants = require("./constants.js");
16
16
  var _context = require("./context.js");
17
17
  /**
18
18
  * Derived from sonner-native v0.26.4 — src/animations.ts, src/animation-utils.ts
19
- * and src/easings.ts (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
19
+ * and src/easings.ts (MIT © Gunnar Torfi Steinarsson).
20
20
  *
21
21
  * W1 — THE EXIT DEFAULT IS A `Keyframe` INSTANCE, NOT A WORKLET BUILDER.
22
22
  *
@@ -7,7 +7,7 @@ exports.toastDefaults = exports.TOAST_MAX_ROW_WIDTH = exports.STACKING_ANIMATION
7
7
  var _tokens = require("../styles/tokens.js");
8
8
  /**
9
9
  * Derived from sonner-native v0.26.4 — src/constants.ts and src/animations.ts
10
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
10
+ * (MIT © Gunnar Torfi Steinarsson).
11
11
  *
12
12
  * The two animation durations live HERE rather than in `animations.ts` so
13
13
  * `toast-store.ts` never has to import a Reanimated-dependent module: the store
@@ -0,0 +1,147 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.getInsetValues = exports.getContainerStyle = exports.calculateOutsidePressableArea = void 0;
7
+ var _constants = require("./constants.js");
8
+ /**
9
+ * Derived from sonner-native v0.26.4 — src/positioner-utils.ts
10
+ * (MIT © Gunnar Torfi Steinarsson).
11
+ *
12
+ * Named for what it computes — the per-position CONTAINER's box — rather than
13
+ * carried over as `positioner-utils.ts`, which sat one letter from its sibling
14
+ * `position-utils.ts` (now `row-geometry.ts`). Two modules a character apart is
15
+ * the same hazard as `const.ts` beside `constants.ts`: an import that resolves,
16
+ * type-checks and computes the wrong geometry.
17
+ *
18
+ * Pure geometry for the per-position container: `position: 'absolute'` is correct
19
+ * here because the toast host provides a viewport-sized containing block (see
20
+ * `ToastHost`), which is what keeps this module platform-agnostic.
21
+ *
22
+ * INVARIANT: a row must never be laid out outside its container's box. See
23
+ * `getContainerStyle`.
24
+ */
25
+
26
+ /**
27
+ * ALL FOUR EDGES ARE PINNED, for every position. `Positioner` then overrides the
28
+ * one anchored edge with `getInsetValues`, so the container still spans the host in
29
+ * the other direction and always has a REAL HEIGHT.
30
+ *
31
+ * That is the whole point. This used to be `{position:'absolute', width:'100%'}`
32
+ * plus an inset of only `{bottom: N}` — and since every row inside is ITSELF
33
+ * `position:'absolute'`, the container had no in-flow content and measured ZERO
34
+ * HEIGHT, so every row was laid out entirely OUTSIDE its parent's box. Measured on
35
+ * web: a bottom-center container was a 0-height line at y=884 with its rows at
36
+ * y=784 and y=838, i.e. at NEGATIVE offsets (`top: -46px`) from a zero-height
37
+ * parent. The DOM does not clip, so web rendered it anyway; Android does not
38
+ * tolerate it, and `bottom-center` — the DEFAULT position — painted nothing at all.
39
+ *
40
+ * Two things that look like they would work here and do NOT:
41
+ * - `justifyContent` cannot place the rows. They are absolutely positioned, so it
42
+ * has no effect on them; the row's own anchor (`top: 0` / `bottom: 0` /
43
+ * `top: '50%'`) does the placing.
44
+ * - PADDING cannot supply the edge offset. In CSS an absolutely positioned child
45
+ * resolves against its ancestor's PADDING BOX, so padding does not inset it —
46
+ * while Yoga DOES inset it. Padding would have moved the rows on native and left
47
+ * them at the screen edge on web. The offset therefore stays an inset on the
48
+ * container itself, which behaves identically on both.
49
+ */
50
+ const getContainerStyle = () => ({
51
+ position: 'absolute',
52
+ top: 0,
53
+ right: 0,
54
+ bottom: 0,
55
+ left: 0,
56
+ alignItems: 'center',
57
+ // Enter and exit animations translate a row past the container edge on purpose.
58
+ overflow: 'visible'
59
+ });
60
+
61
+ /**
62
+ * How far the stack sits from its screen edge. A falsy `offset` means "derive from
63
+ * the safe area": `inset + 8`, or 16 when there is no inset.
64
+ *
65
+ * `Positioner` applies this over ONE of `getContainerStyle`'s four pinned edges;
66
+ * `calculateOutsidePressableArea` reads the same numbers as a plain edge distance.
67
+ */
68
+ exports.getContainerStyle = getContainerStyle;
69
+ const getInsetValues = ({
70
+ position,
71
+ offset,
72
+ safeAreaInsets
73
+ }) => {
74
+ const {
75
+ top = 0,
76
+ bottom = 0
77
+ } = safeAreaInsets || {};
78
+ if (position === 'bottom-center') {
79
+ if (offset) return {
80
+ bottom: offset
81
+ };
82
+ return {
83
+ bottom: bottom > 0 ? bottom + 8 : 16
84
+ };
85
+ }
86
+ if (position === 'top-center') {
87
+ if (offset) return {
88
+ top: offset
89
+ };
90
+ return {
91
+ top: top > 0 ? top + 8 : 16
92
+ };
93
+ }
94
+ return {};
95
+ };
96
+
97
+ /**
98
+ * The area OUTSIDE the toast stack, used to collapse an expanded stack on press.
99
+ * It deliberately stops short of the stack itself so a press on a toast still
100
+ * reaches the toast.
101
+ */
102
+ exports.getInsetValues = getInsetValues;
103
+ const calculateOutsidePressableArea = ({
104
+ position,
105
+ toastHeights,
106
+ gap,
107
+ visibleToasts,
108
+ insetValues
109
+ }) => {
110
+ const measuredHeights = Object.values(toastHeights);
111
+ const hasMeasurements = measuredHeights.length > 0;
112
+
113
+ // Upstream counts `min(measured.length, visibleToasts)` rows and only THEN
114
+ // falls back to the estimate — which makes the fallback multiply by zero, so
115
+ // an unmeasured stack reserved nothing and the press area ran underneath it.
116
+ // Reserve a full stack instead: this area is only rendered while the stack is
117
+ // expanded, so over-reserving is the safe direction.
118
+ const rowCount = hasMeasurements ? Math.min(measuredHeights.length, visibleToasts) : visibleToasts;
119
+ const totalToastHeight = hasMeasurements ? measuredHeights.slice(0, rowCount).reduce((sum, height) => sum + height, 0) : _constants.ESTIMATED_TOAST_HEIGHT * rowCount;
120
+ const gapHeight = gap * Math.max(0, rowCount - 1);
121
+ const stackHeight = totalToastHeight + gapHeight + _constants.OUTSIDE_PRESS_PADDING;
122
+ if (position === 'top-center') {
123
+ const topOffset = (insetValues.top || 40) + stackHeight;
124
+ return {
125
+ position: 'absolute',
126
+ top: topOffset,
127
+ bottom: 0,
128
+ left: 0,
129
+ right: 0
130
+ };
131
+ }
132
+ if (position === 'bottom-center') {
133
+ const bottomOffset = (insetValues.bottom || 40) + stackHeight;
134
+ return {
135
+ position: 'absolute',
136
+ top: 0,
137
+ bottom: bottomOffset,
138
+ left: 0,
139
+ right: 0
140
+ };
141
+ }
142
+ return {
143
+ display: 'none'
144
+ };
145
+ };
146
+ exports.calculateOutsidePressableArea = calculateOutsidePressableArea;
147
+ //# sourceMappingURL=container-geometry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_constants","require","getContainerStyle","position","top","right","bottom","left","alignItems","overflow","exports","getInsetValues","offset","safeAreaInsets","calculateOutsidePressableArea","toastHeights","gap","visibleToasts","insetValues","measuredHeights","Object","values","hasMeasurements","length","rowCount","Math","min","totalToastHeight","slice","reduce","sum","height","ESTIMATED_TOAST_HEIGHT","gapHeight","max","stackHeight","OUTSIDE_PRESS_PADDING","topOffset","bottomOffset","display"],"sourceRoot":"../../../src","sources":["toast/container-geometry.ts"],"mappings":"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","ignoreList":[]}
@@ -8,7 +8,7 @@ var React = _interopRequireWildcard(require("react"));
8
8
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
9
9
  /**
10
10
  * Derived from sonner-native v0.26.4 — src/context.tsx
11
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
11
+ * (MIT © Gunnar Torfi Steinarsson).
12
12
  *
13
13
  * Two contexts, split by change frequency: the resolved `Toaster` configuration
14
14
  * (stable for the lifetime of the outlet) and the live stack state (changes on
@@ -3,7 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.ToastOutlet = ToastOutlet;
6
+ Object.defineProperty(exports, "ToastOutlet", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _ToastOutlet.ToastOutlet;
10
+ }
11
+ });
7
12
  Object.defineProperty(exports, "Toaster", {
8
13
  enumerable: true,
9
14
  get: function () {
@@ -22,37 +27,8 @@ Object.defineProperty(exports, "toastDefaults", {
22
27
  return _constants.toastDefaults;
23
28
  }
24
29
  });
25
- var React = _interopRequireWildcard(require("react"));
26
- var _Toaster = require("./Toaster.js");
27
- var _jsxRuntime = require("react/jsx-runtime");
28
30
  var _toastFns = require("./toast-fns.js");
31
+ var _Toaster = require("./Toaster.js");
29
32
  var _constants = require("./constants.js");
30
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
31
- /**
32
- * The toast stack. Mount this ONCE near the app root — `OxyProvider` already
33
- * does, so most apps never write it themselves.
34
- *
35
- * Every default (position, swipe direction, offset, gap, `visibleToasts`,
36
- * duration, pause-when-hidden) comes from `toastDefaults`, which `Toaster`
37
- * applies; passing a prop here overrides exactly that one.
38
- *
39
- * ```tsx
40
- * <ToastOutlet />
41
- * <ToastOutlet position="top-center" visibleToasts={5} />
42
- * ```
43
- *
44
- * On iOS a toast that must appear above a native modal needs the overlay host
45
- * injected — Bloom does not depend on `react-native-screens` itself:
46
- *
47
- * ```tsx
48
- * import { FullWindowOverlay } from 'react-native-screens';
49
- * <ToastOutlet ToasterOverlayWrapper={FullWindowOverlay} />
50
- * ```
51
- */
52
- function ToastOutlet(props) {
53
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Toaster.Toaster, {
54
- ...props
55
- });
56
- }
57
- ToastOutlet.displayName = 'ToastOutlet';
33
+ var _ToastOutlet = require("./ToastOutlet.js");
58
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","_interopRequireWildcard","require","_Toaster","_jsxRuntime","_toastFns","_constants","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ToastOutlet","props","jsx","Toaster","displayName"],"sourceRoot":"../../../src","sources":["toast/index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,KAAA,GAAAC,uBAAA,CAAAC,OAAA;AAEA,IAAAC,QAAA,GAAAD,OAAA;AAAoC,IAAAE,WAAA,GAAAF,OAAA;AAGpC,IAAAG,SAAA,GAAAH,OAAA;AAEA,IAAAI,UAAA,GAAAJ,OAAA;AAA4C,SAAAD,wBAAAM,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAR,uBAAA,YAAAA,CAAAM,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAuB5C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASkB,WAAWA,CAACC,KAAmB,EAAE;EAC/C,oBAAO,IAAAvB,WAAA,CAAAwB,GAAA,EAACzB,QAAA,CAAA0B,OAAO;IAAA,GAAKF;EAAK,CAAG,CAAC;AAC/B;AAEAD,WAAW,CAACI,WAAW,GAAG,aAAa","ignoreList":[]}
1
+ {"version":3,"names":["_toastFns","require","_Toaster","_constants","_ToastOutlet"],"sourceRoot":"../../../src","sources":["toast/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AAqBA,IAAAG,YAAA,GAAAH,OAAA","ignoreList":[]}
@@ -0,0 +1,124 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.getOrderedToastIds = exports.calculateToastPosition = exports.calculateStackScaleX = void 0;
7
+ var _constants = require("./constants.js");
8
+ /**
9
+ * Derived from sonner-native v0.26.4 — src/position-utils.ts
10
+ * (MIT © Gunnar Torfi Steinarsson).
11
+ *
12
+ * Named for what it computes — the per-ROW offset, ordering and stack scale —
13
+ * rather than carried over as `position-utils.ts`, one letter from its sibling
14
+ * `positioner-utils.ts` (now `container-geometry.ts`).
15
+ *
16
+ * PURE geometry, called from plain JS. Upstream runs `calculateToastPosition`
17
+ * inside a Reanimated mapper (hence its `'worklet'` directive); Bloom computes the
18
+ * target in React and drives the shared value imperatively instead, because an
19
+ * animation returned from a mapper never ticks on web — see `use-animated-target.ts`.
20
+ * That also makes every function here directly unit-testable.
21
+ *
22
+ * Upstream's non-null assertions on the ordered id lookups are replaced with real
23
+ * guards: an id can genuinely be missing for a frame while the store's ordering
24
+ * and the rendered rows converge.
25
+ */
26
+
27
+ const getOrderedToastIds = (toasts, position, enableStacking) => {
28
+ if (enableStacking) {
29
+ // Already in rendering order — the Toaster reverses top-center up front.
30
+ return toasts.map(t => t.id);
31
+ }
32
+ return position === 'top-center' ? toasts.map(t => t.id).reverse() : toasts.map(t => t.id);
33
+ };
34
+
35
+ /**
36
+ * How much a buried row is squeezed horizontally, so the stack reads as depth.
37
+ *
38
+ * Scale rather than width: changing the real width would rewrap the text. Returns
39
+ * 1 (no squeeze) for a single row, an expanded stack, stacking turned off, or
40
+ * before the row width is known.
41
+ *
42
+ * `rowWidth` is the row's OWN width, not the window's. Upstream can use the
43
+ * screen width because its row is always full-bleed; Bloom's is capped at
44
+ * `TOAST_MAX_ROW_WIDTH`, and dividing a fixed `stackGap` inset by a 1280px window
45
+ * would shrink a buried row by 4 visible pixels instead of the intended 16.
46
+ */
47
+ exports.getOrderedToastIds = getOrderedToastIds;
48
+ const calculateStackScaleX = ({
49
+ index,
50
+ numberOfToasts,
51
+ enableStacking,
52
+ position,
53
+ isExpanded,
54
+ stackGap,
55
+ rowWidth
56
+ }) => {
57
+ if (!enableStacking || numberOfToasts <= 1 || isExpanded || rowWidth <= 0) {
58
+ return 1;
59
+ }
60
+ const distanceFromFront = position === 'top-center' ? index : numberOfToasts - index - 1;
61
+ const narrowAmount = stackGap * distanceFromFront * 2;
62
+ return Math.max(_constants.MIN_STACK_SCALE_X, 1 - narrowAmount / rowWidth);
63
+ };
64
+ exports.calculateStackScaleX = calculateStackScaleX;
65
+ const heightOf = (allToastHeights, id) => {
66
+ if (id === undefined) {
67
+ return _constants.ESTIMATED_TOAST_HEIGHT;
68
+ }
69
+ // A measured 0 is not a real height — treat it as "not measured yet".
70
+ return allToastHeights[id] || _constants.ESTIMATED_TOAST_HEIGHT;
71
+ };
72
+ const calculateToastPosition = ({
73
+ index,
74
+ numberOfToasts,
75
+ enableStacking,
76
+ position,
77
+ allToastHeights,
78
+ gap,
79
+ orderedToastIds,
80
+ isExpanded,
81
+ stackGap
82
+ }) => {
83
+ const effectiveEnableStacking = enableStacking && !isExpanded;
84
+
85
+ // Center anchors at top:50% of the screen (top edge of toast = center line).
86
+ // Shift by -frontHeight/2 so the front toast is visually centered on the line.
87
+ const centerShift = position === 'center' ? -(heightOf(allToastHeights, orderedToastIds[numberOfToasts - 1]) / 2) : 0;
88
+ if (effectiveEnableStacking) {
89
+ const currentHeight = heightOf(allToastHeights, orderedToastIds[index]);
90
+ if (position === 'top-center') {
91
+ const frontHeight = heightOf(allToastHeights, orderedToastIds[0]);
92
+ return frontHeight + index * stackGap - currentHeight;
93
+ }
94
+ // bottom-center and center
95
+ const frontHeight = heightOf(allToastHeights, orderedToastIds[numberOfToasts - 1]);
96
+ const distFromFront = numberOfToasts - 1 - index;
97
+ return centerShift - (frontHeight + distFromFront * stackGap - currentHeight);
98
+ }
99
+ const effectiveGap = isExpanded ? stackGap : gap;
100
+ if (position === 'top-center') {
101
+ let totalOffset = 0;
102
+ for (let i = 0; i < index; i++) {
103
+ const toastId = orderedToastIds[i];
104
+ if (toastId === undefined) {
105
+ continue;
106
+ }
107
+ totalOffset += heightOf(allToastHeights, toastId) + effectiveGap;
108
+ }
109
+ return totalOffset;
110
+ }
111
+
112
+ // bottom-center and center
113
+ let totalOffset = 0;
114
+ for (let i = numberOfToasts - 1; i > index; i--) {
115
+ const toastId = orderedToastIds[i];
116
+ if (toastId === undefined) {
117
+ continue;
118
+ }
119
+ totalOffset += heightOf(allToastHeights, toastId) + effectiveGap;
120
+ }
121
+ return centerShift - totalOffset;
122
+ };
123
+ exports.calculateToastPosition = calculateToastPosition;
124
+ //# sourceMappingURL=row-geometry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_constants","require","getOrderedToastIds","toasts","position","enableStacking","map","t","id","reverse","exports","calculateStackScaleX","index","numberOfToasts","isExpanded","stackGap","rowWidth","distanceFromFront","narrowAmount","Math","max","MIN_STACK_SCALE_X","heightOf","allToastHeights","undefined","ESTIMATED_TOAST_HEIGHT","calculateToastPosition","gap","orderedToastIds","effectiveEnableStacking","centerShift","currentHeight","frontHeight","distFromFront","effectiveGap","totalOffset","i","toastId"],"sourceRoot":"../../../src","sources":["toast/row-geometry.ts"],"mappings":"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","ignoreList":[]}
@@ -7,7 +7,7 @@ exports.areToastsEqual = void 0;
7
7
  var _types = require("./types.js");
8
8
  /**
9
9
  * Derived from sonner-native v0.26.4 — src/toast-comparator.ts
10
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
10
+ * (MIT © Gunnar Torfi Steinarsson).
11
11
  *
12
12
  * Drives `autoWiggleOnUpdate: 'toast-change'`: an update-by-id only wiggles the
13
13
  * row when something a user can actually see changed. `description` is
@@ -8,7 +8,7 @@ var _react = require("react");
8
8
  var _toastStore = require("./toast-store.js");
9
9
  /**
10
10
  * Derived from sonner-native v0.26.4 — src/toast-fns.ts
11
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
11
+ * (MIT © Gunnar Torfi Steinarsson).
12
12
  *
13
13
  * This module is the ONLY translation layer between the public API and the
14
14
  * engine:
@@ -11,7 +11,7 @@ var _toastTimers = require("./toast-timers.js");
11
11
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
12
12
  /**
13
13
  * Derived from sonner-native v0.26.4 — src/toast-store.ts
14
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
14
+ * (MIT © Gunnar Torfi Steinarsson).
15
15
  *
16
16
  * The auto-close timers were lifted out into `toast-timers.ts`. Everything this
17
17
  * module touches is pure JavaScript — `react` (for `createRef`), `./constants`,
@@ -267,7 +267,7 @@ class ToastStore {
267
267
  /**
268
268
  * An expanded stack collapses itself once a single row is left, because
269
269
  * "expanded" then means nothing visually — a lone row resolves to the SAME
270
- * offset and scale either way (`toast-position-utils.test.ts` pins that) — while
270
+ * offset and scale either way (`toast-row-geometry.test.ts` pins that) — while
271
271
  * `isExpanded` keeps every timer paused, so staying expanded would leave that
272
272
  * last toast on screen forever with no visible reason. Inherited from
273
273
  * sonner-native and kept deliberately: on native it is invisible and it is the
@@ -7,7 +7,7 @@ exports.ToastTimerRegistry = void 0;
7
7
  var _constants = require("./constants.js");
8
8
  /**
9
9
  * Derived from sonner-native v0.26.4 — src/toast-store.ts:78-154
10
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
10
+ * (MIT © Gunnar Torfi Steinarsson).
11
11
  *
12
12
  * Upstream keeps auto-close timers inside the store's React state even though no
13
13
  * renderer ever reads them. Extracting them keeps the store's snapshot free of
@@ -7,7 +7,6 @@ exports.isToastAction = isToastAction;
7
7
  /**
8
8
  * Derived from sonner-native v0.26.4 — src/types.ts
9
9
  * (MIT © Gunnar Torfi Steinarsson), absorbed into Bloom's own toast API.
10
- * See the top-level NOTICE for full attribution.
11
10
  */
12
11
 
13
12
  /**
@@ -1 +1 @@
1
- {"version":3,"names":["isToastAction","action","label","onClick"],"sourceRoot":"../../../src","sources":["toast/types.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;;AAaA;AACA;AACA;AACA;AACA;;AAGA;;AASA;AACA;AACA;AACA;;AAwCA;AACA;AACA;AACA;AACA;AACA;AACA;;AAqDA;;AAqGA;;AAyDO,SAASA,aAAaA,CAC3BC,MAAqC,EACd;EACvB,IAAI,OAAOA,MAAM,KAAK,QAAQ,IAAIA,MAAM,KAAK,IAAI,EAAE;IACjD,OAAO,KAAK;EACd;EACA,OACE,OAAO,IAAIA,MAAM,IACjB,SAAS,IAAIA,MAAM,IACnB,OAAOA,MAAM,CAACC,KAAK,KAAK,QAAQ,IAChC,OAAOD,MAAM,CAACE,OAAO,KAAK,UAAU;AAExC","ignoreList":[]}
1
+ {"version":3,"names":["isToastAction","action","label","onClick"],"sourceRoot":"../../../src","sources":["toast/types.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;;AAaA;AACA;AACA;AACA;AACA;;AAGA;;AASA;AACA;AACA;AACA;;AAwCA;AACA;AACA;AACA;AACA;AACA;AACA;;AAqDA;;AAqGA;;AAyDO,SAASA,aAAaA,CAC3BC,MAAqC,EACd;EACvB,IAAI,OAAOA,MAAM,KAAK,QAAQ,IAAIA,MAAM,KAAK,IAAI,EAAE;IACjD,OAAO,KAAK;EACd;EACA,OACE,OAAO,IAAIA,MAAM,IACjB,SAAS,IAAIA,MAAM,IACnB,OAAOA,MAAM,CAACC,KAAK,KAAK,QAAQ,IAChC,OAAOD,MAAM,CAACE,OAAO,KAAK,UAAU;AAExC","ignoreList":[]}
@@ -9,7 +9,7 @@ var _react = require("react");
9
9
  var _reactNative = require("react-native");
10
10
  /**
11
11
  * Derived from sonner-native v0.26.4 — src/use-app-state.ts
12
- * (MIT © Gunnar Torfi Steinarsson). See the top-level NOTICE.
12
+ * (MIT © Gunnar Torfi Steinarsson).
13
13
  *
14
14
  * Owns the whole "did the app go away" concern in one place so callers never
15
15
  * have to guard the platform themselves (W4). Two upstream problems are fixed