@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.
- package/README.md +4 -6
- package/lib/commonjs/accordion/Accordion.js +24 -10
- package/lib/commonjs/accordion/Accordion.js.map +1 -1
- package/lib/commonjs/activity-heatmap/ActivityHeatmap.js +19 -3
- package/lib/commonjs/activity-heatmap/ActivityHeatmap.js.map +1 -1
- package/lib/commonjs/activity-heatmap/bucket-by-day.js +51 -0
- package/lib/commonjs/activity-heatmap/bucket-by-day.js.map +1 -0
- package/lib/commonjs/activity-heatmap/index.js +1 -1
- package/lib/commonjs/admonition/Admonition.js +170 -0
- package/lib/commonjs/admonition/Admonition.js.map +1 -0
- package/lib/commonjs/admonition/index.js +40 -161
- package/lib/commonjs/admonition/index.js.map +1 -1
- package/lib/commonjs/alert-dialog/AlertDialog.js +14 -17
- package/lib/commonjs/alert-dialog/AlertDialog.js.map +1 -1
- package/lib/commonjs/alert-dialog/index.js +6 -10
- package/lib/commonjs/alert-dialog/index.js.map +1 -1
- package/lib/commonjs/alert-dialog/index.web.js +2 -10
- package/lib/commonjs/alert-dialog/index.web.js.map +1 -1
- package/lib/commonjs/animated-check/AnimatedCheck.js +5 -3
- package/lib/commonjs/animated-check/AnimatedCheck.js.map +1 -1
- package/lib/commonjs/animated-check/types.js +2 -0
- package/lib/commonjs/animated-check/types.js.map +1 -0
- package/lib/commonjs/aspect-ratio/AspectRatio.js +70 -0
- package/lib/commonjs/aspect-ratio/AspectRatio.js.map +1 -0
- package/lib/commonjs/aspect-ratio/index.js +13 -0
- package/lib/commonjs/aspect-ratio/index.js.map +1 -0
- package/lib/commonjs/aspect-ratio/types.js.map +1 -0
- package/lib/commonjs/avatar/Avatar.js +20 -3
- package/lib/commonjs/avatar/Avatar.js.map +1 -1
- package/lib/commonjs/avatar/context.js +15 -0
- package/lib/commonjs/avatar/context.js.map +1 -0
- package/lib/commonjs/avatar/default-avatar.js +11 -3
- package/lib/commonjs/avatar/default-avatar.js.map +1 -1
- package/lib/commonjs/avatar/index.js +9 -10
- package/lib/commonjs/avatar/index.js.map +1 -1
- package/lib/commonjs/avatar-group/AvatarGroup.web.js +19 -12
- package/lib/commonjs/avatar-group/AvatarGroup.web.js.map +1 -1
- package/lib/commonjs/avatar-group/AvatarGroupBase.js +47 -3
- package/lib/commonjs/avatar-group/AvatarGroupBase.js.map +1 -1
- package/lib/commonjs/avatar-group/index.web.js.map +1 -1
- package/lib/commonjs/badge/Badge.js +9 -37
- package/lib/commonjs/badge/Badge.js.map +1 -1
- package/lib/commonjs/benefit-list/BenefitList.js +116 -0
- package/lib/commonjs/benefit-list/BenefitList.js.map +1 -0
- package/lib/commonjs/benefit-list/index.js +13 -113
- package/lib/commonjs/benefit-list/index.js.map +1 -1
- package/lib/commonjs/bottom-sheet/BottomSheet.js +126 -0
- package/lib/commonjs/bottom-sheet/BottomSheet.js.map +1 -0
- package/lib/commonjs/bottom-sheet/BottomSheet.web.js +72 -0
- package/lib/commonjs/bottom-sheet/BottomSheet.web.js.map +1 -0
- package/lib/commonjs/bottom-sheet/BottomSheetBase.js +2 -24
- package/lib/commonjs/bottom-sheet/BottomSheetBase.js.map +1 -1
- package/lib/commonjs/bottom-sheet/index.js +11 -114
- package/lib/commonjs/bottom-sheet/index.js.map +1 -1
- package/lib/commonjs/bottom-sheet/index.web.js +12 -63
- package/lib/commonjs/bottom-sheet/index.web.js.map +1 -1
- package/lib/commonjs/bottom-sheet/types.js.map +1 -0
- package/lib/commonjs/button/Button.js +158 -35
- package/lib/commonjs/button/Button.js.map +1 -1
- package/lib/commonjs/button/Button.web.js +158 -96
- package/lib/commonjs/button/Button.web.js.map +1 -1
- package/lib/commonjs/card/Card.js +74 -30
- package/lib/commonjs/card/Card.js.map +1 -1
- package/lib/commonjs/checkbox/Checkbox.js +183 -52
- package/lib/commonjs/checkbox/Checkbox.js.map +1 -1
- package/lib/commonjs/chip/Chip.js +158 -57
- package/lib/commonjs/chip/Chip.js.map +1 -1
- package/lib/commonjs/combobox/Combobox.js +25 -13
- package/lib/commonjs/combobox/Combobox.js.map +1 -1
- package/lib/commonjs/combobox/index.js +8 -3
- package/lib/commonjs/combobox/index.js.map +1 -1
- package/lib/commonjs/combobox/index.web.js +8 -3
- package/lib/commonjs/combobox/index.web.js.map +1 -1
- package/lib/commonjs/command/Command.js +3 -3
- package/lib/commonjs/connection-dots/ConnectionDots.web.js +3 -1
- package/lib/commonjs/connection-dots/ConnectionDots.web.js.map +1 -1
- package/lib/commonjs/connection-dots/ConnectionDotsBase.js +3 -4
- package/lib/commonjs/connection-dots/ConnectionDotsBase.js.map +1 -1
- package/lib/commonjs/connection-status/ConnectionStatusToasts.js +49 -0
- package/lib/commonjs/connection-status/ConnectionStatusToasts.js.map +1 -0
- package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js +36 -0
- package/lib/commonjs/connection-status/ConnectionStatusToasts.web.js.map +1 -0
- package/lib/commonjs/connection-status/index.js +7 -43
- package/lib/commonjs/connection-status/index.js.map +1 -1
- package/lib/commonjs/connection-status/index.web.js +7 -30
- package/lib/commonjs/connection-status/index.web.js.map +1 -1
- package/lib/commonjs/content-panel/ContentPanel.js +104 -0
- package/lib/commonjs/content-panel/ContentPanel.js.map +1 -0
- package/lib/commonjs/content-panel/ContentPanel.web.js +168 -0
- package/lib/commonjs/content-panel/ContentPanel.web.js.map +1 -0
- package/lib/commonjs/content-panel/context.js +39 -0
- package/lib/commonjs/content-panel/context.js.map +1 -0
- package/lib/commonjs/content-panel/index.js +25 -108
- package/lib/commonjs/content-panel/index.js.map +1 -1
- package/lib/commonjs/content-panel/index.web.js +24 -172
- package/lib/commonjs/content-panel/index.web.js.map +1 -1
- package/lib/commonjs/content-panel/types.js.map +1 -0
- package/lib/commonjs/context-menu/ContextMenu.js +124 -0
- package/lib/commonjs/context-menu/ContextMenu.js.map +1 -0
- package/lib/commonjs/context-menu/ContextMenu.web.js +165 -0
- package/lib/commonjs/context-menu/ContextMenu.web.js.map +1 -0
- package/lib/commonjs/context-menu/context.js +17 -34
- package/lib/commonjs/context-menu/context.js.map +1 -1
- package/lib/commonjs/context-menu/index.js +82 -279
- package/lib/commonjs/context-menu/index.js.map +1 -1
- package/lib/commonjs/context-menu/index.web.js +82 -379
- package/lib/commonjs/context-menu/index.web.js.map +1 -1
- package/lib/commonjs/design-tokens/scales.js +23 -3
- package/lib/commonjs/design-tokens/scales.js.map +1 -1
- package/lib/commonjs/design-tokens/shadows.js +24 -3
- package/lib/commonjs/design-tokens/shadows.js.map +1 -1
- package/lib/commonjs/design-tokens/shadows.native.js +38 -1
- package/lib/commonjs/design-tokens/shadows.native.js.map +1 -1
- package/lib/commonjs/design-tokens/theme.css +6 -0
- package/lib/commonjs/design-tokens/tokens.json +180 -162
- package/lib/commonjs/dialog/Dialog.js +19 -58
- package/lib/commonjs/dialog/Dialog.js.map +1 -1
- package/lib/commonjs/dialog/Dialog.web.js +5 -38
- package/lib/commonjs/dialog/Dialog.web.js.map +1 -1
- package/lib/commonjs/dialog/DialogBottomSheet.js +9 -8
- package/lib/commonjs/dialog/DialogBottomSheet.js.map +1 -1
- package/lib/commonjs/dialog/DialogContent.js +40 -15
- package/lib/commonjs/dialog/DialogContent.js.map +1 -1
- package/lib/commonjs/dialog/DialogHeader.js +40 -18
- package/lib/commonjs/dialog/DialogHeader.js.map +1 -1
- package/lib/commonjs/dialog/SheetShell.js +23 -1
- package/lib/commonjs/dialog/SheetShell.js.map +1 -1
- package/lib/commonjs/dialog/index.js +0 -20
- package/lib/commonjs/dialog/index.js.map +1 -1
- package/lib/commonjs/dialog/index.web.js +0 -20
- package/lib/commonjs/dialog/index.web.js.map +1 -1
- package/lib/commonjs/dot-grid-meter/DotGridMeter.js +17 -6
- package/lib/commonjs/dot-grid-meter/DotGridMeter.js.map +1 -1
- package/lib/commonjs/dropdown-menu/DropdownMenu.js +122 -0
- package/lib/commonjs/dropdown-menu/DropdownMenu.js.map +1 -0
- package/lib/commonjs/dropdown-menu/DropdownMenu.web.js +142 -0
- package/lib/commonjs/dropdown-menu/DropdownMenu.web.js.map +1 -0
- package/lib/commonjs/dropdown-menu/context.js +27 -0
- package/lib/commonjs/dropdown-menu/context.js.map +1 -0
- package/lib/commonjs/dropdown-menu/index.js +91 -0
- package/lib/commonjs/dropdown-menu/index.js.map +1 -0
- package/lib/commonjs/dropdown-menu/index.web.js +91 -0
- package/lib/commonjs/dropdown-menu/index.web.js.map +1 -0
- package/lib/commonjs/dropdown-menu/types.js +6 -0
- package/lib/commonjs/dropdown-menu/types.js.map +1 -0
- package/lib/commonjs/error-boundary/ErrorBoundary.js +18 -3
- package/lib/commonjs/error-boundary/ErrorBoundary.js.map +1 -1
- package/lib/commonjs/fab/Fab.js +86 -51
- package/lib/commonjs/fab/Fab.js.map +1 -1
- package/lib/commonjs/fab/Fab.web.js +48 -53
- package/lib/commonjs/fab/Fab.web.js.map +1 -1
- package/lib/commonjs/fill/Fill.js +31 -0
- package/lib/commonjs/fill/Fill.js.map +1 -0
- package/lib/commonjs/fill/index.js +5 -23
- package/lib/commonjs/fill/index.js.map +1 -1
- package/lib/commonjs/floating/FloatingPanel.js +383 -0
- package/lib/commonjs/floating/FloatingPanel.js.map +1 -0
- package/lib/commonjs/floating/TriggerSlot.js +106 -0
- package/lib/commonjs/floating/TriggerSlot.js.map +1 -0
- package/lib/commonjs/floating/constants.js +334 -0
- package/lib/commonjs/floating/constants.js.map +1 -0
- package/lib/commonjs/floating/context.js +55 -0
- package/lib/commonjs/floating/context.js.map +1 -0
- package/lib/commonjs/floating/index.js +110 -0
- package/lib/commonjs/floating/index.js.map +1 -0
- package/lib/commonjs/floating/menu-rows.js +313 -0
- package/lib/commonjs/floating/menu-rows.js.map +1 -0
- package/lib/commonjs/floating/menu-sub-flyout.js +419 -0
- package/lib/commonjs/floating/menu-sub-flyout.js.map +1 -0
- package/lib/commonjs/floating/menu-sub-inline.js +124 -0
- package/lib/commonjs/floating/menu-sub-inline.js.map +1 -0
- package/lib/commonjs/floating/shared.js +196 -0
- package/lib/commonjs/floating/shared.js.map +1 -0
- package/lib/commonjs/floating/types.js +6 -0
- package/lib/commonjs/floating/types.js.map +1 -0
- package/lib/commonjs/floating/use-anchor-rect.js +67 -0
- package/lib/commonjs/floating/use-anchor-rect.js.map +1 -0
- package/lib/commonjs/floating/use-sheet-open-bridge.js +55 -0
- package/lib/commonjs/floating/use-sheet-open-bridge.js.map +1 -0
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.js +97 -57
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.js.map +1 -1
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js +64 -60
- package/lib/commonjs/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
- package/lib/commonjs/glass/GlassSurface.js +148 -0
- package/lib/commonjs/glass/GlassSurface.js.map +1 -0
- package/lib/commonjs/glass/blur-target.js +171 -0
- package/lib/commonjs/glass/blur-target.js.map +1 -0
- package/lib/commonjs/glass/index.js +32 -0
- package/lib/commonjs/glass/index.js.map +1 -0
- package/lib/commonjs/glass/types.js +6 -0
- package/lib/commonjs/glass/types.js.map +1 -0
- package/lib/commonjs/grid/Grid.js +57 -0
- package/lib/commonjs/grid/Grid.js.map +1 -0
- package/lib/commonjs/grid/index.js +12 -50
- package/lib/commonjs/grid/index.js.map +1 -1
- package/lib/commonjs/hooks/index.js +21 -8
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/hooks/merge-refs.js +32 -0
- package/lib/commonjs/hooks/merge-refs.js.map +1 -0
- package/lib/commonjs/hooks/use-accessibility-focus.js +108 -0
- package/lib/commonjs/hooks/use-accessibility-focus.js.map +1 -0
- package/lib/commonjs/hooks/use-accessible-name-warning.js +83 -0
- package/lib/commonjs/hooks/use-accessible-name-warning.js.map +1 -0
- package/lib/commonjs/hooks/use-controllable-state.js +35 -0
- package/lib/commonjs/hooks/use-controllable-state.js.map +1 -0
- package/lib/commonjs/hooks/use-delayed-loading.js +23 -0
- package/lib/commonjs/hooks/use-delayed-loading.js.map +1 -0
- package/lib/commonjs/hooks/use-gutters.js +106 -0
- package/lib/commonjs/hooks/use-gutters.js.map +1 -0
- package/lib/commonjs/hooks/use-haptics.js +67 -0
- package/lib/commonjs/hooks/use-haptics.js.map +1 -0
- package/lib/commonjs/hooks/use-image-preload.js +52 -0
- package/lib/commonjs/hooks/use-image-preload.js.map +1 -0
- package/lib/commonjs/hooks/use-interaction-state.js +70 -0
- package/lib/commonjs/hooks/use-interaction-state.js.map +1 -0
- package/lib/commonjs/hooks/use-press-animation.js +81 -0
- package/lib/commonjs/hooks/use-press-animation.js.map +1 -0
- package/lib/commonjs/hooks/use-throttled-value.js +35 -0
- package/lib/commonjs/hooks/use-throttled-value.js.map +1 -0
- package/lib/commonjs/icon-circle/IconCircle.js +41 -0
- package/lib/commonjs/icon-circle/IconCircle.js.map +1 -0
- package/lib/commonjs/icon-circle/index.js +7 -34
- package/lib/commonjs/icon-circle/index.js.map +1 -1
- package/lib/commonjs/icons/Logo.js +2 -2
- package/lib/commonjs/icons/Logo.js.map +1 -1
- package/lib/commonjs/icons/TEMPLATE.js +3 -3
- package/lib/commonjs/icons/TEMPLATE.js.map +1 -1
- package/lib/commonjs/icons/VerifiedCheck.js +2 -2
- package/lib/commonjs/icons/VerifiedCheck.js.map +1 -1
- package/lib/commonjs/icons/VerifierCheck.js +2 -2
- package/lib/commonjs/icons/VerifierCheck.js.map +1 -1
- package/lib/commonjs/icons/index.js +3 -3
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/commonjs/icons/shared.js +79 -0
- package/lib/commonjs/icons/shared.js.map +1 -0
- package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js +82 -0
- package/lib/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
- package/lib/commonjs/image-aspect-ratio-cache/index.js +7 -7
- package/lib/commonjs/image-aspect-ratio-cache/index.js.map +1 -1
- package/lib/commonjs/index.js +288 -191
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/index.web.js +344 -247
- package/lib/commonjs/index.web.js.map +1 -1
- package/lib/commonjs/input-group/InputGroup.js +16 -13
- package/lib/commonjs/input-group/InputGroup.js.map +1 -1
- package/lib/commonjs/input-group/index.js +4 -4
- package/lib/commonjs/item/Item.js +54 -12
- package/lib/commonjs/item/Item.js.map +1 -1
- package/lib/commonjs/link-preview/LinkPreviewCard.js +91 -40
- package/lib/commonjs/link-preview/LinkPreviewCard.js.map +1 -1
- package/lib/commonjs/list/VirtualList.js +94 -0
- package/lib/commonjs/list/VirtualList.js.map +1 -0
- package/lib/commonjs/list/VirtualList.web.js +216 -0
- package/lib/commonjs/list/VirtualList.web.js.map +1 -0
- package/lib/commonjs/list/index.js +13 -87
- package/lib/commonjs/list/index.js.map +1 -1
- package/lib/commonjs/list/index.web.js +13 -209
- package/lib/commonjs/list/index.web.js.map +1 -1
- package/lib/commonjs/loading/Loading.js +0 -35
- package/lib/commonjs/loading/Loading.js.map +1 -1
- package/lib/commonjs/loading/Loading.web.js +0 -35
- package/lib/commonjs/loading/Loading.web.js.map +1 -1
- package/lib/commonjs/loading/SpinnerIcon.js +9 -4
- package/lib/commonjs/loading/SpinnerIcon.js.map +1 -1
- package/lib/commonjs/loading/SpinnerIcon.web.js +3 -4
- package/lib/commonjs/loading/SpinnerIcon.web.js.map +1 -1
- package/lib/commonjs/media-inset-border/MediaInsetBorder.js +5 -3
- package/lib/commonjs/media-inset-border/MediaInsetBorder.js.map +1 -1
- package/lib/commonjs/media-inset-border/types.js +6 -0
- package/lib/commonjs/media-inset-border/types.js.map +1 -0
- package/lib/commonjs/menubar/Menubar.js +167 -0
- package/lib/commonjs/menubar/Menubar.js.map +1 -0
- package/lib/commonjs/menubar/Menubar.web.js +192 -0
- package/lib/commonjs/menubar/Menubar.web.js.map +1 -0
- package/lib/commonjs/menubar/context.js +40 -0
- package/lib/commonjs/menubar/context.js.map +1 -0
- package/lib/commonjs/menubar/index.js +97 -0
- package/lib/commonjs/menubar/index.js.map +1 -0
- package/lib/commonjs/menubar/index.web.js +97 -0
- package/lib/commonjs/menubar/index.web.js.map +1 -0
- package/lib/commonjs/menubar/types.js +6 -0
- package/lib/commonjs/menubar/types.js.map +1 -0
- package/lib/commonjs/motion/ScreenTransition.js +0 -2
- package/lib/commonjs/motion/ScreenTransition.js.map +1 -1
- package/lib/commonjs/motion/types.js +6 -0
- package/lib/commonjs/motion/types.js.map +1 -0
- package/lib/commonjs/overlay/Overlay.js +400 -0
- package/lib/commonjs/overlay/Overlay.js.map +1 -0
- package/lib/commonjs/overlay/dropdown-placement.js +86 -16
- package/lib/commonjs/overlay/dropdown-placement.js.map +1 -1
- package/lib/commonjs/overlay/index.js +31 -363
- package/lib/commonjs/overlay/index.js.map +1 -1
- package/lib/commonjs/overlay/types.js +6 -0
- package/lib/commonjs/overlay/types.js.map +1 -0
- package/lib/commonjs/popover/Popover.js +94 -0
- package/lib/commonjs/popover/Popover.js.map +1 -0
- package/lib/commonjs/popover/Popover.web.js +119 -0
- package/lib/commonjs/popover/Popover.web.js.map +1 -0
- package/lib/commonjs/popover/context.js +18 -9
- package/lib/commonjs/popover/context.js.map +1 -1
- package/lib/commonjs/popover/index.js +11 -97
- package/lib/commonjs/popover/index.js.map +1 -1
- package/lib/commonjs/popover/index.web.js +12 -273
- package/lib/commonjs/popover/index.web.js.map +1 -1
- package/lib/commonjs/portal/Portal.js +115 -0
- package/lib/commonjs/portal/Portal.js.map +1 -0
- package/lib/commonjs/portal/Portal.web.js +92 -0
- package/lib/commonjs/portal/Portal.web.js.map +1 -0
- package/lib/commonjs/portal/index.js +15 -104
- package/lib/commonjs/portal/index.js.map +1 -1
- package/lib/commonjs/portal/index.web.js +17 -84
- package/lib/commonjs/portal/index.web.js.map +1 -1
- package/lib/commonjs/pressable-scale/PressableScale.js +22 -18
- package/lib/commonjs/pressable-scale/PressableScale.js.map +1 -1
- package/lib/commonjs/pressable-scale/types.js +6 -0
- package/lib/commonjs/pressable-scale/types.js.map +1 -0
- package/lib/commonjs/profile-card/ProfileCard.js +20 -18
- package/lib/commonjs/profile-card/ProfileCard.js.map +1 -1
- package/lib/commonjs/progressive-blur/ProgressiveBlur.js +79 -0
- package/lib/commonjs/progressive-blur/ProgressiveBlur.js.map +1 -0
- package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js +67 -0
- package/lib/commonjs/progressive-blur/ProgressiveBlur.web.js.map +1 -0
- package/lib/commonjs/progressive-blur/index.js +5 -71
- package/lib/commonjs/progressive-blur/index.js.map +1 -1
- package/lib/commonjs/progressive-blur/index.web.js +7 -61
- package/lib/commonjs/progressive-blur/index.web.js.map +1 -1
- package/lib/commonjs/progressive-blur/shared.js +1 -1
- package/lib/commonjs/prompt-input/Actions.js +2 -1
- package/lib/commonjs/prompt-input/Actions.js.map +1 -1
- package/lib/commonjs/prompt-input/Attachments.js.map +1 -1
- package/lib/commonjs/prompt-input/PromptInput.js +8 -223
- package/lib/commonjs/prompt-input/PromptInput.js.map +1 -1
- package/lib/commonjs/prompt-input/PromptInput.web.js +27 -0
- package/lib/commonjs/prompt-input/PromptInput.web.js.map +1 -0
- package/lib/commonjs/prompt-input/PromptInputBase.js +236 -0
- package/lib/commonjs/prompt-input/PromptInputBase.js.map +1 -0
- package/lib/commonjs/prompt-input/SubmitButton.js +47 -23
- package/lib/commonjs/prompt-input/SubmitButton.js.map +1 -1
- package/lib/commonjs/prompt-input/context.js +0 -4
- package/lib/commonjs/prompt-input/context.js.map +1 -1
- package/lib/commonjs/prompt-input/index.js +1 -7
- package/lib/commonjs/prompt-input/index.js.map +1 -1
- package/lib/commonjs/prompt-input/index.web.js +48 -0
- package/lib/commonjs/prompt-input/index.web.js.map +1 -0
- package/lib/commonjs/provider/BloomProvider.js +79 -0
- package/lib/commonjs/provider/BloomProvider.js.map +1 -0
- package/lib/commonjs/provider/index.js +7 -71
- package/lib/commonjs/provider/index.js.map +1 -1
- package/lib/commonjs/provider/types.js +6 -0
- package/lib/commonjs/provider/types.js.map +1 -0
- package/lib/commonjs/radio/Radio.js +198 -0
- package/lib/commonjs/radio/Radio.js.map +1 -0
- package/lib/commonjs/radio/index.js +19 -0
- package/lib/commonjs/radio/index.js.map +1 -0
- package/lib/commonjs/radio/types.js +6 -0
- package/lib/commonjs/radio/types.js.map +1 -0
- package/lib/commonjs/radio-indicator/RadioIndicator.js +9 -1
- package/lib/commonjs/radio-indicator/RadioIndicator.js.map +1 -1
- package/lib/commonjs/scroll/expo-router/expo-router-adapter.js +133 -0
- package/lib/commonjs/scroll/expo-router/expo-router-adapter.js.map +1 -0
- package/lib/commonjs/scroll/expo-router/index.js +6 -126
- package/lib/commonjs/scroll/expo-router/index.js.map +1 -1
- package/lib/commonjs/scroll/index.js +7 -90
- package/lib/commonjs/scroll/index.js.map +1 -1
- package/lib/commonjs/scroll/index.web.js +7 -323
- package/lib/commonjs/scroll/index.web.js.map +1 -1
- package/lib/commonjs/scroll/use-scroll-restoration.js +111 -0
- package/lib/commonjs/scroll/use-scroll-restoration.js.map +1 -0
- package/lib/commonjs/scroll/use-scroll-restoration.web.js +346 -0
- package/lib/commonjs/scroll/use-scroll-restoration.web.js.map +1 -0
- package/lib/commonjs/search/Search.js +78 -0
- package/lib/commonjs/search/Search.js.map +1 -0
- package/lib/commonjs/search/index.js +6 -71
- package/lib/commonjs/search/index.js.map +1 -1
- package/lib/commonjs/segmented-control/SegmentedControl.js +250 -0
- package/lib/commonjs/segmented-control/SegmentedControl.js.map +1 -0
- package/lib/commonjs/segmented-control/index.js +17 -257
- package/lib/commonjs/segmented-control/index.js.map +1 -1
- package/lib/commonjs/select/Select.js +395 -0
- package/lib/commonjs/select/Select.js.map +1 -0
- package/lib/commonjs/select/Select.web.js +391 -0
- package/lib/commonjs/select/Select.web.js.map +1 -0
- package/lib/commonjs/select/index.js +76 -390
- package/lib/commonjs/select/index.js.map +1 -1
- package/lib/commonjs/select/index.web.js +77 -447
- package/lib/commonjs/select/index.web.js.map +1 -1
- package/lib/commonjs/select/shared.js +166 -0
- package/lib/commonjs/select/shared.js.map +1 -0
- package/lib/commonjs/settings-list/SettingsList.js +29 -47
- package/lib/commonjs/settings-list/SettingsList.js.map +1 -1
- package/lib/commonjs/skeleton/Skeleton.js +177 -0
- package/lib/commonjs/skeleton/Skeleton.js.map +1 -0
- package/lib/commonjs/skeleton/index.js +35 -168
- package/lib/commonjs/skeleton/index.js.map +1 -1
- package/lib/commonjs/slider/Slider.js +2 -0
- package/lib/commonjs/slider/Slider.js.map +1 -1
- package/lib/commonjs/stat-bar/StatBar.js +10 -6
- package/lib/commonjs/stat-bar/StatBar.js.map +1 -1
- package/lib/commonjs/styles/index.js +0 -6
- package/lib/commonjs/styles/index.js.map +1 -1
- package/lib/commonjs/styles/interactive-web-css.js +118 -0
- package/lib/commonjs/styles/interactive-web-css.js.map +1 -0
- package/lib/commonjs/styles/pointer.js +36 -0
- package/lib/commonjs/styles/pointer.js.map +1 -0
- package/lib/commonjs/styles/styled-primitives.js +88 -0
- package/lib/commonjs/styles/styled-primitives.js.map +1 -0
- package/lib/commonjs/styles/tokens.js +60 -22
- package/lib/commonjs/styles/tokens.js.map +1 -1
- package/lib/commonjs/styles/z-index.js +1 -2
- package/lib/commonjs/styles/z-index.js.map +1 -1
- package/lib/commonjs/subtle-hover/SubtleHover.js +9 -12
- package/lib/commonjs/subtle-hover/SubtleHover.js.map +1 -1
- package/lib/commonjs/subtle-hover/types.js +6 -0
- package/lib/commonjs/subtle-hover/types.js.map +1 -0
- package/lib/commonjs/surfaces/SurfaceHost.js +17 -8
- package/lib/commonjs/surfaces/SurfaceHost.js.map +1 -1
- package/lib/commonjs/surfaces/api.js +21 -7
- package/lib/commonjs/surfaces/api.js.map +1 -1
- package/lib/commonjs/surfaces/index.js +7 -1
- package/lib/commonjs/surfaces/index.js.map +1 -1
- package/lib/commonjs/surfaces/index.web.js +7 -1
- package/lib/commonjs/surfaces/index.web.js.map +1 -1
- package/lib/commonjs/surfaces/prompts.js +131 -99
- package/lib/commonjs/surfaces/prompts.js.map +1 -1
- package/lib/commonjs/surfaces/surface-store.js +172 -0
- package/lib/commonjs/surfaces/surface-store.js.map +1 -0
- package/lib/commonjs/surfaces/use-surface.js +36 -0
- package/lib/commonjs/surfaces/use-surface.js.map +1 -0
- package/lib/commonjs/switch/Switch.js +12 -0
- package/lib/commonjs/switch/Switch.js.map +1 -1
- package/lib/commonjs/tab-bar/TabBarBase.js +8 -8
- package/lib/commonjs/tab-bar/TabBarBase.js.map +1 -1
- package/lib/commonjs/tab-bar/context.js +127 -0
- package/lib/commonjs/tab-bar/context.js.map +1 -0
- package/lib/commonjs/tab-bar/expo-router/RouterTabBar.js +2 -2
- package/lib/commonjs/tab-bar/expo-router/fading-tab-screen.js +1 -1
- package/lib/commonjs/tab-bar/glyph.js +1 -1
- package/lib/commonjs/tab-bar/glyph.native.js +1 -1
- package/lib/commonjs/tab-bar/index.js +8 -8
- package/lib/commonjs/tab-bar/index.js.map +1 -1
- package/lib/commonjs/tab-bar/index.web.js +8 -8
- package/lib/commonjs/tab-bar/index.web.js.map +1 -1
- package/lib/commonjs/tab-bar/shared.js +1 -1
- package/lib/commonjs/tab-bar/surface-solid.js +1 -1
- package/lib/commonjs/tab-bar/surface.native.js +1 -1
- package/lib/commonjs/tab-bar/surface.web.js +1 -1
- package/lib/commonjs/tabs/Tabs.js +49 -20
- package/lib/commonjs/tabs/Tabs.js.map +1 -1
- package/lib/commonjs/text-field/TextField.js +491 -0
- package/lib/commonjs/text-field/TextField.js.map +1 -0
- package/lib/commonjs/text-field/index.js +34 -466
- package/lib/commonjs/text-field/index.js.map +1 -1
- package/lib/commonjs/text-field/types.js +6 -0
- package/lib/commonjs/text-field/types.js.map +1 -0
- package/lib/commonjs/theme/BloomThemeProvider.js +1 -1
- package/lib/commonjs/theme/accent-colors.js +147 -0
- package/lib/commonjs/theme/accent-colors.js.map +1 -0
- package/lib/commonjs/theme/adaptive-colors.js +17 -0
- package/lib/commonjs/theme/adaptive-colors.js.map +1 -1
- package/lib/commonjs/theme/build-theme-from-seed.js +12 -1
- package/lib/commonjs/theme/build-theme-from-seed.js.map +1 -1
- package/lib/commonjs/theme/build-theme.js +31 -2
- package/lib/commonjs/theme/build-theme.js.map +1 -1
- package/lib/commonjs/theme/color-engine/color-utils.js +17 -0
- package/lib/commonjs/theme/color-engine/color-utils.js.map +1 -1
- package/lib/commonjs/theme/color-engine/generate-role-colors.js +40 -0
- package/lib/commonjs/theme/color-engine/generate-role-colors.js.map +1 -0
- package/lib/commonjs/theme/color-engine/index.js +9 -126
- package/lib/commonjs/theme/color-engine/index.js.map +1 -1
- package/lib/commonjs/theme/color-policy.js +75 -10
- package/lib/commonjs/theme/color-policy.js.map +1 -1
- package/lib/commonjs/theme/color-scope/ColorScope.js +109 -0
- package/lib/commonjs/theme/color-scope/ColorScope.js.map +1 -0
- package/lib/commonjs/theme/color-scope/ColorScope.web.js +113 -0
- package/lib/commonjs/theme/color-scope/ColorScope.web.js.map +1 -0
- package/lib/commonjs/theme/color-scope/index.js +11 -101
- package/lib/commonjs/theme/color-scope/index.js.map +1 -1
- package/lib/commonjs/theme/color-scope/index.web.js +11 -105
- package/lib/commonjs/theme/color-scope/index.web.js.map +1 -1
- package/lib/commonjs/theme/color-utils.js +47 -9
- package/lib/commonjs/theme/color-utils.js.map +1 -1
- package/lib/commonjs/theme/glass-colors.js +280 -0
- package/lib/commonjs/theme/glass-colors.js.map +1 -0
- package/lib/commonjs/theme/index.js +20 -63
- package/lib/commonjs/theme/index.js.map +1 -1
- package/lib/commonjs/theme/index.web.js +233 -0
- package/lib/commonjs/theme/index.web.js.map +1 -0
- package/lib/commonjs/theme/press-colors.js +98 -0
- package/lib/commonjs/theme/press-colors.js.map +1 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.js +94 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.js.map +1 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.web.js +93 -0
- package/lib/commonjs/theme/seed-scope/SeedScope.web.js.map +1 -0
- package/lib/commonjs/theme/seed-scope/index.js +6 -87
- package/lib/commonjs/theme/seed-scope/index.js.map +1 -1
- package/lib/commonjs/theme/seed-scope/index.web.js +6 -86
- package/lib/commonjs/theme/seed-scope/index.web.js.map +1 -1
- package/lib/commonjs/toast/Positioner.js +5 -5
- package/lib/commonjs/toast/Positioner.js.map +1 -1
- package/lib/commonjs/toast/ToastContent.js +10 -3
- package/lib/commonjs/toast/ToastContent.js.map +1 -1
- package/lib/commonjs/toast/ToastIcon.js +1 -1
- package/lib/commonjs/toast/ToastOutlet.js +38 -0
- package/lib/commonjs/toast/ToastOutlet.js.map +1 -0
- package/lib/commonjs/toast/ToastRow.js +3 -3
- package/lib/commonjs/toast/ToastRow.js.map +1 -1
- package/lib/commonjs/toast/ToastSwipeHandler.js +1 -1
- package/lib/commonjs/toast/Toaster.js +3 -3
- package/lib/commonjs/toast/Toaster.js.map +1 -1
- package/lib/commonjs/toast/animations.js +1 -1
- package/lib/commonjs/toast/constants.js +1 -1
- package/lib/commonjs/toast/container-geometry.js +147 -0
- package/lib/commonjs/toast/container-geometry.js.map +1 -0
- package/lib/commonjs/toast/context.js +1 -1
- package/lib/commonjs/toast/index.js +8 -32
- package/lib/commonjs/toast/index.js.map +1 -1
- package/lib/commonjs/toast/row-geometry.js +124 -0
- package/lib/commonjs/toast/row-geometry.js.map +1 -0
- package/lib/commonjs/toast/toast-comparator.js +1 -1
- package/lib/commonjs/toast/toast-fns.js +1 -1
- package/lib/commonjs/toast/toast-store.js +2 -2
- package/lib/commonjs/toast/toast-timers.js +1 -1
- package/lib/commonjs/toast/types.js +0 -1
- package/lib/commonjs/toast/types.js.map +1 -1
- package/lib/commonjs/toast/use-app-state.js +1 -1
- package/lib/commonjs/toast/use-toast-colors.js +8 -4
- package/lib/commonjs/toast/use-toast-colors.js.map +1 -1
- package/lib/commonjs/toast/use-toast-position.js +3 -3
- package/lib/commonjs/toast/use-toast-position.js.map +1 -1
- package/lib/commonjs/tooltip/Tooltip.js +289 -0
- package/lib/commonjs/tooltip/Tooltip.js.map +1 -0
- package/lib/commonjs/tooltip/Tooltip.web.js +132 -0
- package/lib/commonjs/tooltip/Tooltip.web.js.map +1 -0
- package/lib/commonjs/tooltip/constants.js +12 -0
- package/lib/commonjs/tooltip/constants.js.map +1 -0
- package/lib/commonjs/tooltip/index.js +21 -298
- package/lib/commonjs/tooltip/index.js.map +1 -1
- package/lib/commonjs/tooltip/index.web.js +22 -136
- package/lib/commonjs/tooltip/index.web.js.map +1 -1
- package/lib/commonjs/typography/Typography.js +423 -0
- package/lib/commonjs/typography/Typography.js.map +1 -0
- package/lib/commonjs/typography/index.js +86 -142
- package/lib/commonjs/typography/index.js.map +1 -1
- package/lib/commonjs/typography/types.js +6 -0
- package/lib/commonjs/typography/types.js.map +1 -0
- package/lib/commonjs/user-hover-card/UserHoverCard.js +27 -25
- package/lib/commonjs/user-hover-card/UserHoverCard.js.map +1 -1
- package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js +108 -53
- package/lib/commonjs/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
- package/lib/module/accordion/Accordion.js +25 -11
- package/lib/module/accordion/Accordion.js.map +1 -1
- package/lib/module/activity-heatmap/ActivityHeatmap.js +19 -3
- package/lib/module/activity-heatmap/ActivityHeatmap.js.map +1 -1
- package/lib/module/activity-heatmap/bucket-by-day.js +47 -0
- package/lib/module/activity-heatmap/bucket-by-day.js.map +1 -0
- package/lib/module/activity-heatmap/index.js +1 -1
- package/lib/module/activity-heatmap/index.js.map +1 -1
- package/lib/module/admonition/Admonition.js +159 -0
- package/lib/module/admonition/Admonition.js.map +1 -0
- package/lib/module/admonition/index.js +1 -156
- package/lib/module/admonition/index.js.map +1 -1
- package/lib/module/alert-dialog/AlertDialog.js +14 -17
- package/lib/module/alert-dialog/AlertDialog.js.map +1 -1
- package/lib/module/alert-dialog/index.js +6 -3
- package/lib/module/alert-dialog/index.js.map +1 -1
- package/lib/module/alert-dialog/index.web.js +2 -3
- package/lib/module/alert-dialog/index.web.js.map +1 -1
- package/lib/module/animated-check/AnimatedCheck.js +3 -3
- package/lib/module/animated-check/AnimatedCheck.js.map +1 -1
- package/lib/module/animated-check/types.js +2 -0
- package/lib/module/animated-check/types.js.map +1 -0
- package/lib/module/aspect-ratio/AspectRatio.js +64 -0
- package/lib/module/aspect-ratio/AspectRatio.js.map +1 -0
- package/lib/module/aspect-ratio/index.js +4 -0
- package/lib/module/aspect-ratio/index.js.map +1 -0
- package/lib/module/aspect-ratio/types.js.map +1 -0
- package/lib/module/avatar/Avatar.js +20 -3
- package/lib/module/avatar/Avatar.js.map +1 -1
- package/lib/module/avatar/context.js +10 -0
- package/lib/module/avatar/context.js.map +1 -0
- package/lib/module/avatar/default-avatar.js +10 -2
- package/lib/module/avatar/default-avatar.js.map +1 -1
- package/lib/module/avatar/index.js +2 -7
- package/lib/module/avatar/index.js.map +1 -1
- package/lib/module/avatar-group/AvatarGroup.web.js +19 -13
- package/lib/module/avatar-group/AvatarGroup.web.js.map +1 -1
- package/lib/module/avatar-group/AvatarGroupBase.js +47 -4
- package/lib/module/avatar-group/AvatarGroupBase.js.map +1 -1
- package/lib/module/avatar-group/index.web.js.map +1 -1
- package/lib/module/badge/Badge.js +9 -37
- package/lib/module/badge/Badge.js.map +1 -1
- package/lib/module/benefit-list/BenefitList.js +111 -0
- package/lib/module/benefit-list/BenefitList.js.map +1 -0
- package/lib/module/benefit-list/index.js +1 -111
- package/lib/module/benefit-list/index.js.map +1 -1
- package/lib/module/bottom-sheet/BottomSheet.js +123 -0
- package/lib/module/bottom-sheet/BottomSheet.js.map +1 -0
- package/lib/module/bottom-sheet/BottomSheet.web.js +69 -0
- package/lib/module/bottom-sheet/BottomSheet.web.js.map +1 -0
- package/lib/module/bottom-sheet/BottomSheetBase.js +1 -25
- package/lib/module/bottom-sheet/BottomSheetBase.js.map +1 -1
- package/lib/module/bottom-sheet/index.js +2 -118
- package/lib/module/bottom-sheet/index.js.map +1 -1
- package/lib/module/bottom-sheet/index.web.js +2 -67
- package/lib/module/bottom-sheet/index.web.js.map +1 -1
- package/lib/module/bottom-sheet/types.js.map +1 -0
- package/lib/module/button/Button.js +158 -35
- package/lib/module/button/Button.js.map +1 -1
- package/lib/module/button/Button.web.js +159 -97
- package/lib/module/button/Button.web.js.map +1 -1
- package/lib/module/card/Card.js +75 -32
- package/lib/module/card/Card.js.map +1 -1
- package/lib/module/checkbox/Checkbox.js +184 -53
- package/lib/module/checkbox/Checkbox.js.map +1 -1
- package/lib/module/chip/Chip.js +159 -58
- package/lib/module/chip/Chip.js.map +1 -1
- package/lib/module/combobox/Combobox.js +25 -13
- package/lib/module/combobox/Combobox.js.map +1 -1
- package/lib/module/combobox/index.js +8 -2
- package/lib/module/combobox/index.js.map +1 -1
- package/lib/module/combobox/index.web.js +8 -2
- package/lib/module/combobox/index.web.js.map +1 -1
- package/lib/module/command/Command.js +3 -3
- package/lib/module/command/Command.js.map +1 -1
- package/lib/module/connection-dots/ConnectionDots.web.js +3 -1
- package/lib/module/connection-dots/ConnectionDots.web.js.map +1 -1
- package/lib/module/connection-dots/ConnectionDotsBase.js +3 -4
- package/lib/module/connection-dots/ConnectionDotsBase.js.map +1 -1
- package/lib/module/connection-status/ConnectionStatusToasts.js +45 -0
- package/lib/module/connection-status/ConnectionStatusToasts.js.map +1 -0
- package/lib/module/connection-status/ConnectionStatusToasts.web.js +32 -0
- package/lib/module/connection-status/ConnectionStatusToasts.web.js.map +1 -0
- package/lib/module/connection-status/index.js +1 -41
- package/lib/module/connection-status/index.js.map +1 -1
- package/lib/module/connection-status/index.web.js +1 -28
- package/lib/module/connection-status/index.web.js.map +1 -1
- package/lib/module/content-panel/ContentPanel.js +98 -0
- package/lib/module/content-panel/ContentPanel.js.map +1 -0
- package/lib/module/content-panel/ContentPanel.web.js +162 -0
- package/lib/module/content-panel/ContentPanel.web.js.map +1 -0
- package/lib/module/content-panel/context.js +35 -0
- package/lib/module/content-panel/context.js.map +1 -0
- package/lib/module/content-panel/index.js +1 -106
- package/lib/module/content-panel/index.js.map +1 -1
- package/lib/module/content-panel/index.web.js +1 -171
- package/lib/module/content-panel/index.web.js.map +1 -1
- package/lib/module/content-panel/types.js.map +1 -0
- package/lib/module/context-menu/ContextMenu.js +114 -0
- package/lib/module/context-menu/ContextMenu.js.map +1 -0
- package/lib/module/context-menu/ContextMenu.web.js +155 -0
- package/lib/module/context-menu/ContextMenu.web.js.map +1 -0
- package/lib/module/context-menu/context.js +15 -31
- package/lib/module/context-menu/context.js.map +1 -1
- package/lib/module/context-menu/index.js +1 -272
- package/lib/module/context-menu/index.js.map +1 -1
- package/lib/module/context-menu/index.web.js +1 -372
- package/lib/module/context-menu/index.web.js.map +1 -1
- package/lib/module/design-tokens/scales.js +23 -3
- package/lib/module/design-tokens/scales.js.map +1 -1
- package/lib/module/design-tokens/shadows.js +24 -3
- package/lib/module/design-tokens/shadows.js.map +1 -1
- package/lib/module/design-tokens/shadows.native.js +38 -1
- package/lib/module/design-tokens/shadows.native.js.map +1 -1
- package/lib/module/design-tokens/theme.css +6 -0
- package/lib/module/design-tokens/tokens.json +180 -162
- package/lib/module/dialog/Dialog.js +19 -53
- package/lib/module/dialog/Dialog.js.map +1 -1
- package/lib/module/dialog/Dialog.web.js +5 -33
- package/lib/module/dialog/Dialog.web.js.map +1 -1
- package/lib/module/dialog/DialogBottomSheet.js +9 -8
- package/lib/module/dialog/DialogBottomSheet.js.map +1 -1
- package/lib/module/dialog/DialogContent.js +39 -14
- package/lib/module/dialog/DialogContent.js.map +1 -1
- package/lib/module/dialog/DialogHeader.js +41 -19
- package/lib/module/dialog/DialogHeader.js.map +1 -1
- package/lib/module/dialog/SheetShell.js +24 -2
- package/lib/module/dialog/SheetShell.js.map +1 -1
- package/lib/module/dialog/index.js +1 -3
- package/lib/module/dialog/index.js.map +1 -1
- package/lib/module/dialog/index.web.js +1 -3
- package/lib/module/dialog/index.web.js.map +1 -1
- package/lib/module/dot-grid-meter/DotGridMeter.js +17 -6
- package/lib/module/dot-grid-meter/DotGridMeter.js.map +1 -1
- package/lib/module/dropdown-menu/DropdownMenu.js +112 -0
- package/lib/module/dropdown-menu/DropdownMenu.js.map +1 -0
- package/lib/module/dropdown-menu/DropdownMenu.web.js +132 -0
- package/lib/module/dropdown-menu/DropdownMenu.web.js.map +1 -0
- package/lib/module/dropdown-menu/context.js +21 -0
- package/lib/module/dropdown-menu/context.js.map +1 -0
- package/lib/module/dropdown-menu/index.js +4 -0
- package/lib/module/dropdown-menu/index.js.map +1 -0
- package/lib/module/dropdown-menu/index.web.js +4 -0
- package/lib/module/dropdown-menu/index.web.js.map +1 -0
- package/lib/module/dropdown-menu/types.js +4 -0
- package/lib/module/dropdown-menu/types.js.map +1 -0
- package/lib/module/error-boundary/ErrorBoundary.js +19 -4
- package/lib/module/error-boundary/ErrorBoundary.js.map +1 -1
- package/lib/module/fab/Fab.js +86 -51
- package/lib/module/fab/Fab.js.map +1 -1
- package/lib/module/fab/Fab.web.js +49 -54
- package/lib/module/fab/Fab.web.js.map +1 -1
- package/lib/module/fill/Fill.js +26 -0
- package/lib/module/fill/Fill.js.map +1 -0
- package/lib/module/fill/index.js +1 -23
- package/lib/module/fill/index.js.map +1 -1
- package/lib/module/floating/FloatingPanel.js +377 -0
- package/lib/module/floating/FloatingPanel.js.map +1 -0
- package/lib/module/floating/TriggerSlot.js +100 -0
- package/lib/module/floating/TriggerSlot.js.map +1 -0
- package/lib/module/floating/constants.js +330 -0
- package/lib/module/floating/constants.js.map +1 -0
- package/lib/module/floating/context.js +47 -0
- package/lib/module/floating/context.js.map +1 -0
- package/lib/module/floating/index.js +26 -0
- package/lib/module/floating/index.js.map +1 -0
- package/lib/module/floating/menu-rows.js +307 -0
- package/lib/module/floating/menu-rows.js.map +1 -0
- package/lib/module/floating/menu-sub-flyout.js +413 -0
- package/lib/module/floating/menu-sub-flyout.js.map +1 -0
- package/lib/module/floating/menu-sub-inline.js +118 -0
- package/lib/module/floating/menu-sub-inline.js.map +1 -0
- package/lib/module/floating/shared.js +187 -0
- package/lib/module/floating/shared.js.map +1 -0
- package/lib/module/floating/types.js +4 -0
- package/lib/module/floating/types.js.map +1 -0
- package/lib/module/floating/use-anchor-rect.js +62 -0
- package/lib/module/floating/use-anchor-rect.js.map +1 -0
- package/lib/module/floating/use-sheet-open-bridge.js +50 -0
- package/lib/module/floating/use-sheet-open-bridge.js.map +1 -0
- package/lib/module/frosted-icon-button/FrostedIconButton.js +97 -57
- package/lib/module/frosted-icon-button/FrostedIconButton.js.map +1 -1
- package/lib/module/frosted-icon-button/FrostedIconButton.web.js +65 -61
- package/lib/module/frosted-icon-button/FrostedIconButton.web.js.map +1 -1
- package/lib/module/glass/GlassSurface.js +143 -0
- package/lib/module/glass/GlassSurface.js.map +1 -0
- package/lib/module/glass/blur-target.js +165 -0
- package/lib/module/glass/blur-target.js.map +1 -0
- package/lib/module/glass/index.js +5 -0
- package/lib/module/glass/index.js.map +1 -0
- package/lib/module/glass/types.js +4 -0
- package/lib/module/glass/types.js.map +1 -0
- package/lib/module/grid/Grid.js +52 -0
- package/lib/module/grid/Grid.js.map +1 -0
- package/lib/module/grid/index.js +1 -49
- package/lib/module/grid/index.js.map +1 -1
- package/lib/module/hooks/index.js +9 -8
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/merge-refs.js +28 -0
- package/lib/module/hooks/merge-refs.js.map +1 -0
- package/lib/module/hooks/use-accessibility-focus.js +103 -0
- package/lib/module/hooks/use-accessibility-focus.js.map +1 -0
- package/lib/module/hooks/use-accessible-name-warning.js +76 -0
- package/lib/module/hooks/use-accessible-name-warning.js.map +1 -0
- package/lib/module/hooks/use-controllable-state.js +31 -0
- package/lib/module/hooks/use-controllable-state.js.map +1 -0
- package/lib/module/hooks/use-delayed-loading.js +20 -0
- package/lib/module/hooks/use-delayed-loading.js.map +1 -0
- package/lib/module/hooks/use-gutters.js +103 -0
- package/lib/module/hooks/use-gutters.js.map +1 -0
- package/lib/module/hooks/use-haptics.js +61 -0
- package/lib/module/hooks/use-haptics.js.map +1 -0
- package/lib/module/hooks/use-image-preload.js +48 -0
- package/lib/module/hooks/use-image-preload.js.map +1 -0
- package/lib/module/hooks/use-interaction-state.js +66 -0
- package/lib/module/hooks/use-interaction-state.js.map +1 -0
- package/lib/module/hooks/use-press-animation.js +78 -0
- package/lib/module/hooks/use-press-animation.js.map +1 -0
- package/lib/module/hooks/use-throttled-value.js +32 -0
- package/lib/module/hooks/use-throttled-value.js.map +1 -0
- package/lib/module/icon-circle/IconCircle.js +36 -0
- package/lib/module/icon-circle/IconCircle.js.map +1 -0
- package/lib/module/icon-circle/index.js +1 -32
- package/lib/module/icon-circle/index.js.map +1 -1
- package/lib/module/icons/Logo.js +1 -1
- package/lib/module/icons/TEMPLATE.js +1 -1
- package/lib/module/icons/VerifiedCheck.js +1 -1
- package/lib/module/icons/VerifierCheck.js +1 -1
- package/lib/module/icons/index.js +1 -1
- package/lib/module/icons/shared.js +73 -0
- package/lib/module/icons/shared.js.map +1 -0
- package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js +73 -0
- package/lib/module/image-aspect-ratio-cache/aspect-ratio-cache.js.map +1 -0
- package/lib/module/image-aspect-ratio-cache/index.js +1 -1
- package/lib/module/image-aspect-ratio-cache/index.js.map +1 -1
- package/lib/module/index.js +69 -26
- package/lib/module/index.js.map +1 -1
- package/lib/module/index.web.js +69 -26
- package/lib/module/index.web.js.map +1 -1
- package/lib/module/input-group/InputGroup.js +15 -12
- package/lib/module/input-group/InputGroup.js.map +1 -1
- package/lib/module/input-group/index.js +1 -1
- package/lib/module/input-group/index.js.map +1 -1
- package/lib/module/item/Item.js +54 -12
- package/lib/module/item/Item.js.map +1 -1
- package/lib/module/link-preview/LinkPreviewCard.js +92 -41
- package/lib/module/link-preview/LinkPreviewCard.js.map +1 -1
- package/lib/module/list/VirtualList.js +89 -0
- package/lib/module/list/VirtualList.js.map +1 -0
- package/lib/module/list/VirtualList.web.js +211 -0
- package/lib/module/list/VirtualList.web.js.map +1 -0
- package/lib/module/list/index.js +2 -86
- package/lib/module/list/index.js.map +1 -1
- package/lib/module/list/index.web.js +2 -208
- package/lib/module/list/index.web.js.map +1 -1
- package/lib/module/loading/Loading.js +1 -36
- package/lib/module/loading/Loading.js.map +1 -1
- package/lib/module/loading/Loading.web.js +1 -36
- package/lib/module/loading/Loading.web.js.map +1 -1
- package/lib/module/loading/SpinnerIcon.js +9 -4
- package/lib/module/loading/SpinnerIcon.js.map +1 -1
- package/lib/module/loading/SpinnerIcon.web.js +3 -4
- package/lib/module/loading/SpinnerIcon.web.js.map +1 -1
- package/lib/module/media-inset-border/MediaInsetBorder.js +3 -3
- package/lib/module/media-inset-border/MediaInsetBorder.js.map +1 -1
- package/lib/module/media-inset-border/types.js +4 -0
- package/lib/module/media-inset-border/types.js.map +1 -0
- package/lib/module/menubar/Menubar.js +155 -0
- package/lib/module/menubar/Menubar.js.map +1 -0
- package/lib/module/menubar/Menubar.web.js +180 -0
- package/lib/module/menubar/Menubar.web.js.map +1 -0
- package/lib/module/menubar/context.js +33 -0
- package/lib/module/menubar/context.js.map +1 -0
- package/lib/module/menubar/index.js +4 -0
- package/lib/module/menubar/index.js.map +1 -0
- package/lib/module/menubar/index.web.js +4 -0
- package/lib/module/menubar/index.web.js.map +1 -0
- package/lib/module/menubar/types.js +4 -0
- package/lib/module/menubar/types.js.map +1 -0
- package/lib/module/motion/ScreenTransition.js +0 -2
- package/lib/module/motion/ScreenTransition.js.map +1 -1
- package/lib/module/motion/types.js +4 -0
- package/lib/module/motion/types.js.map +1 -0
- package/lib/module/overlay/Overlay.js +392 -0
- package/lib/module/overlay/Overlay.js.map +1 -0
- package/lib/module/overlay/dropdown-placement.js +86 -16
- package/lib/module/overlay/dropdown-placement.js.map +1 -1
- package/lib/module/overlay/index.js +1 -360
- package/lib/module/overlay/index.js.map +1 -1
- package/lib/module/overlay/types.js +4 -0
- package/lib/module/overlay/types.js.map +1 -0
- package/lib/module/popover/Popover.js +86 -0
- package/lib/module/popover/Popover.js.map +1 -0
- package/lib/module/popover/Popover.web.js +111 -0
- package/lib/module/popover/Popover.web.js.map +1 -0
- package/lib/module/popover/context.js +15 -7
- package/lib/module/popover/context.js.map +1 -1
- package/lib/module/popover/index.js +1 -92
- package/lib/module/popover/index.js.map +1 -1
- package/lib/module/popover/index.web.js +1 -271
- package/lib/module/popover/index.web.js.map +1 -1
- package/lib/module/portal/Portal.js +110 -0
- package/lib/module/portal/Portal.js.map +1 -0
- package/lib/module/portal/Portal.web.js +86 -0
- package/lib/module/portal/Portal.web.js.map +1 -0
- package/lib/module/portal/index.js +1 -106
- package/lib/module/portal/index.js.map +1 -1
- package/lib/module/portal/index.web.js +1 -83
- package/lib/module/portal/index.web.js.map +1 -1
- package/lib/module/pressable-scale/PressableScale.js +21 -19
- package/lib/module/pressable-scale/PressableScale.js.map +1 -1
- package/lib/module/pressable-scale/types.js +4 -0
- package/lib/module/pressable-scale/types.js.map +1 -0
- package/lib/module/profile-card/ProfileCard.js +9 -7
- package/lib/module/profile-card/ProfileCard.js.map +1 -1
- package/lib/module/progressive-blur/ProgressiveBlur.js +74 -0
- package/lib/module/progressive-blur/ProgressiveBlur.js.map +1 -0
- package/lib/module/progressive-blur/ProgressiveBlur.web.js +62 -0
- package/lib/module/progressive-blur/ProgressiveBlur.web.js.map +1 -0
- package/lib/module/progressive-blur/index.js +1 -71
- package/lib/module/progressive-blur/index.js.map +1 -1
- package/lib/module/progressive-blur/index.web.js +1 -59
- package/lib/module/progressive-blur/index.web.js.map +1 -1
- package/lib/module/progressive-blur/shared.js +1 -1
- package/lib/module/prompt-input/Actions.js +2 -1
- package/lib/module/prompt-input/Actions.js.map +1 -1
- package/lib/module/prompt-input/Attachments.js.map +1 -1
- package/lib/module/prompt-input/PromptInput.js +8 -223
- package/lib/module/prompt-input/PromptInput.js.map +1 -1
- package/lib/module/prompt-input/PromptInput.web.js +22 -0
- package/lib/module/prompt-input/PromptInput.web.js.map +1 -0
- package/lib/module/prompt-input/PromptInputBase.js +231 -0
- package/lib/module/prompt-input/PromptInputBase.js.map +1 -0
- package/lib/module/prompt-input/SubmitButton.js +48 -24
- package/lib/module/prompt-input/SubmitButton.js.map +1 -1
- package/lib/module/prompt-input/context.js +0 -3
- package/lib/module/prompt-input/context.js.map +1 -1
- package/lib/module/prompt-input/index.js +2 -2
- package/lib/module/prompt-input/index.js.map +1 -1
- package/lib/module/prompt-input/index.web.js +18 -0
- package/lib/module/prompt-input/index.web.js.map +1 -0
- package/lib/module/provider/BloomProvider.js +75 -0
- package/lib/module/provider/BloomProvider.js.map +1 -0
- package/lib/module/provider/index.js +1 -70
- package/lib/module/provider/index.js.map +1 -1
- package/lib/module/provider/types.js +4 -0
- package/lib/module/provider/types.js.map +1 -0
- package/lib/module/radio/Radio.js +193 -0
- package/lib/module/radio/Radio.js.map +1 -0
- package/lib/module/radio/index.js +4 -0
- package/lib/module/radio/index.js.map +1 -0
- package/lib/module/radio/types.js +4 -0
- package/lib/module/radio/types.js.map +1 -0
- package/lib/module/radio-indicator/RadioIndicator.js +9 -1
- package/lib/module/radio-indicator/RadioIndicator.js.map +1 -1
- package/lib/module/scroll/expo-router/expo-router-adapter.js +128 -0
- package/lib/module/scroll/expo-router/expo-router-adapter.js.map +1 -0
- package/lib/module/scroll/expo-router/index.js +4 -123
- package/lib/module/scroll/expo-router/index.js.map +1 -1
- package/lib/module/scroll/index.js +1 -89
- package/lib/module/scroll/index.js.map +1 -1
- package/lib/module/scroll/index.web.js +1 -322
- package/lib/module/scroll/index.web.js.map +1 -1
- package/lib/module/scroll/use-scroll-restoration.js +106 -0
- package/lib/module/scroll/use-scroll-restoration.js.map +1 -0
- package/lib/module/scroll/use-scroll-restoration.web.js +341 -0
- package/lib/module/scroll/use-scroll-restoration.web.js.map +1 -0
- package/lib/module/search/Search.js +74 -0
- package/lib/module/search/Search.js.map +1 -0
- package/lib/module/search/index.js +1 -73
- package/lib/module/search/index.js.map +1 -1
- package/lib/module/segmented-control/SegmentedControl.js +243 -0
- package/lib/module/segmented-control/SegmentedControl.js.map +1 -0
- package/lib/module/segmented-control/index.js +1 -255
- package/lib/module/segmented-control/index.js.map +1 -1
- package/lib/module/select/Select.js +377 -0
- package/lib/module/select/Select.js.map +1 -0
- package/lib/module/select/Select.web.js +373 -0
- package/lib/module/select/Select.web.js.map +1 -0
- package/lib/module/select/index.js +2 -386
- package/lib/module/select/index.js.map +1 -1
- package/lib/module/select/index.web.js +2 -441
- package/lib/module/select/index.web.js.map +1 -1
- package/lib/module/select/shared.js +153 -0
- package/lib/module/select/shared.js.map +1 -0
- package/lib/module/settings-list/SettingsList.js +29 -47
- package/lib/module/settings-list/SettingsList.js.map +1 -1
- package/lib/module/skeleton/Skeleton.js +167 -0
- package/lib/module/skeleton/Skeleton.js.map +1 -0
- package/lib/module/skeleton/index.js +1 -163
- package/lib/module/skeleton/index.js.map +1 -1
- package/lib/module/slider/Slider.js +2 -0
- package/lib/module/slider/Slider.js.map +1 -1
- package/lib/module/stat-bar/StatBar.js +10 -6
- package/lib/module/stat-bar/StatBar.js.map +1 -1
- package/lib/module/styles/index.js +1 -1
- package/lib/module/styles/index.js.map +1 -1
- package/lib/module/styles/interactive-web-css.js +112 -0
- package/lib/module/styles/interactive-web-css.js.map +1 -0
- package/lib/module/styles/pointer.js +31 -0
- package/lib/module/styles/pointer.js.map +1 -0
- package/lib/module/styles/styled-primitives.js +85 -0
- package/lib/module/styles/styled-primitives.js.map +1 -0
- package/lib/module/styles/tokens.js +61 -22
- package/lib/module/styles/tokens.js.map +1 -1
- package/lib/module/styles/z-index.js +0 -1
- package/lib/module/styles/z-index.js.map +1 -1
- package/lib/module/subtle-hover/SubtleHover.js +8 -13
- package/lib/module/subtle-hover/SubtleHover.js.map +1 -1
- package/lib/module/subtle-hover/types.js +4 -0
- package/lib/module/subtle-hover/types.js.map +1 -0
- package/lib/module/surfaces/SurfaceHost.js +17 -8
- package/lib/module/surfaces/SurfaceHost.js.map +1 -1
- package/lib/module/surfaces/api.js +17 -9
- package/lib/module/surfaces/api.js.map +1 -1
- package/lib/module/surfaces/index.js +2 -2
- package/lib/module/surfaces/index.js.map +1 -1
- package/lib/module/surfaces/index.web.js +2 -2
- package/lib/module/surfaces/index.web.js.map +1 -1
- package/lib/module/surfaces/prompts.js +132 -101
- package/lib/module/surfaces/prompts.js.map +1 -1
- package/lib/module/surfaces/surface-store.js +159 -0
- package/lib/module/surfaces/surface-store.js.map +1 -0
- package/lib/module/surfaces/use-surface.js +31 -0
- package/lib/module/surfaces/use-surface.js.map +1 -0
- package/lib/module/switch/Switch.js +12 -0
- package/lib/module/switch/Switch.js.map +1 -1
- package/lib/module/tab-bar/TabBarBase.js +3 -3
- package/lib/module/tab-bar/TabBarBase.js.map +1 -1
- package/lib/module/tab-bar/context.js +118 -0
- package/lib/module/tab-bar/context.js.map +1 -0
- package/lib/module/tab-bar/expo-router/RouterTabBar.js +2 -2
- package/lib/module/tab-bar/expo-router/RouterTabBar.js.map +1 -1
- package/lib/module/tab-bar/expo-router/fading-tab-screen.js +1 -1
- package/lib/module/tab-bar/expo-router/index.js +1 -1
- package/lib/module/tab-bar/glyph.js +1 -1
- package/lib/module/tab-bar/glyph.native.js +1 -1
- package/lib/module/tab-bar/index.js +2 -2
- package/lib/module/tab-bar/index.js.map +1 -1
- package/lib/module/tab-bar/index.web.js +2 -2
- package/lib/module/tab-bar/index.web.js.map +1 -1
- package/lib/module/tab-bar/shared.js +1 -1
- package/lib/module/tab-bar/surface-solid.js +1 -1
- package/lib/module/tab-bar/surface.js +1 -1
- package/lib/module/tab-bar/surface.native.js +1 -1
- package/lib/module/tab-bar/surface.web.js +1 -1
- package/lib/module/tabs/Tabs.js +50 -21
- package/lib/module/tabs/Tabs.js.map +1 -1
- package/lib/module/text-field/TextField.js +482 -0
- package/lib/module/text-field/TextField.js.map +1 -0
- package/lib/module/text-field/index.js +1 -462
- package/lib/module/text-field/index.js.map +1 -1
- package/lib/module/text-field/types.js +4 -0
- package/lib/module/text-field/types.js.map +1 -0
- package/lib/module/theme/BloomThemeProvider.js +1 -1
- package/lib/module/theme/BloomThemeProvider.js.map +1 -1
- package/lib/module/theme/accent-colors.js +143 -0
- package/lib/module/theme/accent-colors.js.map +1 -0
- package/lib/module/theme/adaptive-colors.js +18 -0
- package/lib/module/theme/adaptive-colors.js.map +1 -1
- package/lib/module/theme/build-theme-from-seed.js +12 -1
- package/lib/module/theme/build-theme-from-seed.js.map +1 -1
- package/lib/module/theme/build-theme.js +31 -2
- package/lib/module/theme/build-theme.js.map +1 -1
- package/lib/module/theme/color-engine/color-utils.js +15 -0
- package/lib/module/theme/color-engine/color-utils.js.map +1 -1
- package/lib/module/theme/color-engine/generate-role-colors.js +36 -0
- package/lib/module/theme/color-engine/generate-role-colors.js.map +1 -0
- package/lib/module/theme/color-engine/index.js +10 -51
- package/lib/module/theme/color-engine/index.js.map +1 -1
- package/lib/module/theme/color-policy.js +75 -10
- package/lib/module/theme/color-policy.js.map +1 -1
- package/lib/module/theme/color-scope/ColorScope.js +103 -0
- package/lib/module/theme/color-scope/ColorScope.js.map +1 -0
- package/lib/module/theme/color-scope/ColorScope.web.js +109 -0
- package/lib/module/theme/color-scope/ColorScope.web.js.map +1 -0
- package/lib/module/theme/color-scope/index.js +1 -100
- package/lib/module/theme/color-scope/index.js.map +1 -1
- package/lib/module/theme/color-scope/index.web.js +1 -106
- package/lib/module/theme/color-scope/index.web.js.map +1 -1
- package/lib/module/theme/color-utils.js +46 -9
- package/lib/module/theme/color-utils.js.map +1 -1
- package/lib/module/theme/glass-colors.js +274 -0
- package/lib/module/theme/glass-colors.js.map +1 -0
- package/lib/module/theme/index.js +30 -6
- package/lib/module/theme/index.js.map +1 -1
- package/lib/module/theme/index.web.js +53 -0
- package/lib/module/theme/index.web.js.map +1 -0
- package/lib/module/theme/press-colors.js +92 -0
- package/lib/module/theme/press-colors.js.map +1 -0
- package/lib/module/theme/seed-scope/SeedScope.js +89 -0
- package/lib/module/theme/seed-scope/SeedScope.js.map +1 -0
- package/lib/module/theme/seed-scope/SeedScope.web.js +88 -0
- package/lib/module/theme/seed-scope/SeedScope.web.js.map +1 -0
- package/lib/module/theme/seed-scope/index.js +1 -86
- package/lib/module/theme/seed-scope/index.js.map +1 -1
- package/lib/module/theme/seed-scope/index.web.js +1 -85
- package/lib/module/theme/seed-scope/index.web.js.map +1 -1
- package/lib/module/toast/Positioner.js +2 -2
- package/lib/module/toast/Positioner.js.map +1 -1
- package/lib/module/toast/ToastContent.js +10 -3
- package/lib/module/toast/ToastContent.js.map +1 -1
- package/lib/module/toast/ToastIcon.js +1 -1
- package/lib/module/toast/ToastOutlet.js +33 -0
- package/lib/module/toast/ToastOutlet.js.map +1 -0
- package/lib/module/toast/ToastRow.js +2 -2
- package/lib/module/toast/ToastRow.js.map +1 -1
- package/lib/module/toast/ToastSwipeHandler.js +1 -1
- package/lib/module/toast/Toaster.js +2 -2
- package/lib/module/toast/Toaster.js.map +1 -1
- package/lib/module/toast/animations.js +1 -1
- package/lib/module/toast/constants.js +1 -1
- package/lib/module/toast/container-geometry.js +140 -0
- package/lib/module/toast/container-geometry.js.map +1 -0
- package/lib/module/toast/context.js +1 -1
- package/lib/module/toast/index.js +1 -30
- package/lib/module/toast/index.js.map +1 -1
- package/lib/module/toast/row-geometry.js +116 -0
- package/lib/module/toast/row-geometry.js.map +1 -0
- package/lib/module/toast/toast-comparator.js +1 -1
- package/lib/module/toast/toast-fns.js +1 -1
- package/lib/module/toast/toast-store.js +2 -2
- package/lib/module/toast/toast-timers.js +1 -1
- package/lib/module/toast/types.js +0 -1
- package/lib/module/toast/types.js.map +1 -1
- package/lib/module/toast/use-app-state.js +1 -1
- package/lib/module/toast/use-toast-colors.js +8 -4
- package/lib/module/toast/use-toast-colors.js.map +1 -1
- package/lib/module/toast/use-toast-position.js +2 -2
- package/lib/module/toast/use-toast-position.js.map +1 -1
- package/lib/module/tooltip/Tooltip.js +283 -0
- package/lib/module/tooltip/Tooltip.js.map +1 -0
- package/lib/module/tooltip/Tooltip.web.js +125 -0
- package/lib/module/tooltip/Tooltip.web.js.map +1 -0
- package/lib/module/tooltip/constants.js +8 -0
- package/lib/module/tooltip/constants.js.map +1 -0
- package/lib/module/tooltip/index.js +1 -298
- package/lib/module/tooltip/index.js.map +1 -1
- package/lib/module/tooltip/index.web.js +1 -134
- package/lib/module/tooltip/index.web.js.map +1 -1
- package/lib/module/typography/Typography.js +408 -0
- package/lib/module/typography/Typography.js.map +1 -0
- package/lib/module/typography/index.js +1 -139
- package/lib/module/typography/index.js.map +1 -1
- package/lib/module/typography/types.js +4 -0
- package/lib/module/typography/types.js.map +1 -0
- package/lib/module/user-hover-card/UserHoverCard.js +30 -28
- package/lib/module/user-hover-card/UserHoverCard.js.map +1 -1
- package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js +95 -40
- package/lib/module/zoomable-image-gallery/ZoomableImageGallery.js.map +1 -1
- package/lib/typescript/commonjs/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/commonjs/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
- package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts +9 -0
- package/lib/typescript/commonjs/activity-heatmap/bucket-by-day.d.ts.map +1 -0
- package/lib/typescript/commonjs/activity-heatmap/index.d.ts +1 -1
- package/lib/typescript/commonjs/activity-heatmap/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/activity-heatmap/types.d.ts +13 -2
- package/lib/typescript/commonjs/activity-heatmap/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/admonition/Admonition.d.ts +56 -0
- package/lib/typescript/commonjs/admonition/Admonition.d.ts.map +1 -0
- package/lib/typescript/commonjs/admonition/index.d.ts +1 -55
- package/lib/typescript/commonjs/admonition/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts +7 -8
- package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/alert-dialog/index.d.ts +6 -6
- package/lib/typescript/commonjs/alert-dialog/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/alert-dialog/index.web.d.ts +2 -6
- package/lib/typescript/commonjs/alert-dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts +1 -10
- package/lib/typescript/commonjs/animated-check/AnimatedCheck.d.ts.map +1 -1
- package/lib/typescript/commonjs/animated-check/index.d.ts +1 -1
- package/lib/typescript/commonjs/animated-check/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/animated-check/types.d.ts +11 -0
- package/lib/typescript/commonjs/animated-check/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts +6 -0
- package/lib/typescript/commonjs/aspect-ratio/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/commonjs/aspect-ratio/index.d.ts +3 -0
- package/lib/typescript/commonjs/aspect-ratio/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/aspect-ratio/types.d.ts +19 -0
- package/lib/typescript/commonjs/aspect-ratio/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar/context.d.ts +8 -0
- package/lib/typescript/commonjs/avatar/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts +9 -2
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar/index.d.ts +3 -6
- package/lib/typescript/commonjs/avatar/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar/types.d.ts +1 -1
- package/lib/typescript/commonjs/avatar/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar-group/AvatarGroup.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts +6 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/avatar-group/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/badge/Badge.d.ts.map +1 -1
- package/lib/typescript/commonjs/badge/index.d.ts +1 -1
- package/lib/typescript/commonjs/badge/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/badge/types.d.ts +6 -6
- package/lib/typescript/commonjs/badge/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts +5 -0
- package/lib/typescript/commonjs/benefit-list/BenefitList.d.ts.map +1 -0
- package/lib/typescript/commonjs/benefit-list/index.d.ts +1 -4
- package/lib/typescript/commonjs/benefit-list/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts +7 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts +7 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts +1 -154
- package/lib/typescript/commonjs/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/index.d.ts +3 -6
- package/lib/typescript/commonjs/bottom-sheet/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts +3 -6
- package/lib/typescript/commonjs/bottom-sheet/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/bottom-sheet/types.d.ts +156 -0
- package/lib/typescript/commonjs/bottom-sheet/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/button/Button.d.ts.map +1 -1
- package/lib/typescript/commonjs/button/Button.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/button/types.d.ts +17 -1
- package/lib/typescript/commonjs/button/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/card/Card.d.ts +19 -0
- package/lib/typescript/commonjs/card/Card.d.ts.map +1 -1
- package/lib/typescript/commonjs/card/index.d.ts +1 -1
- package/lib/typescript/commonjs/card/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/card/types.d.ts +34 -1
- package/lib/typescript/commonjs/card/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/commonjs/chip/Chip.d.ts.map +1 -1
- package/lib/typescript/commonjs/chip/index.d.ts +1 -1
- package/lib/typescript/commonjs/chip/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/chip/types.d.ts +8 -5
- package/lib/typescript/commonjs/chip/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/combobox/Combobox.d.ts +2 -2
- package/lib/typescript/commonjs/combobox/Combobox.d.ts.map +1 -1
- package/lib/typescript/commonjs/combobox/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/combobox/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/command/types.d.ts +1 -1
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts +7 -0
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
- package/lib/typescript/commonjs/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-status/index.d.ts +1 -6
- package/lib/typescript/commonjs/connection-status/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/connection-status/index.web.d.ts +1 -6
- package/lib/typescript/commonjs/connection-status/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts +45 -0
- package/lib/typescript/commonjs/content-panel/ContentPanel.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts +63 -0
- package/lib/typescript/commonjs/content-panel/ContentPanel.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/context.d.ts +24 -0
- package/lib/typescript/commonjs/content-panel/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/index.d.ts +2 -89
- package/lib/typescript/commonjs/content-panel/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/content-panel/index.web.d.ts +2 -110
- package/lib/typescript/commonjs/content-panel/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/content-panel/types.d.ts +48 -0
- package/lib/typescript/commonjs/content-panel/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts +26 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts +25 -0
- package/lib/typescript/commonjs/context-menu/ContextMenu.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/context.d.ts +14 -10
- package/lib/typescript/commonjs/context-menu/context.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/index.d.ts +2 -20
- package/lib/typescript/commonjs/context-menu/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/index.web.d.ts +2 -18
- package/lib/typescript/commonjs/context-menu/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/context-menu/types.d.ts +36 -50
- package/lib/typescript/commonjs/context-menu/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/design-tokens/scales.d.ts +23 -3
- package/lib/typescript/commonjs/design-tokens/scales.d.ts.map +1 -1
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts +23 -3
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts.map +1 -1
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts +32 -1
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/Dialog.d.ts +1 -17
- package/lib/typescript/commonjs/dialog/Dialog.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/Dialog.web.d.ts +1 -14
- package/lib/typescript/commonjs/dialog/Dialog.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/DialogBottomSheet.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/DialogContent.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/DialogHeader.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/SheetShell.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/index.d.ts +1 -4
- package/lib/typescript/commonjs/dialog/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/index.web.d.ts +1 -4
- package/lib/typescript/commonjs/dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/dialog/types.d.ts +5 -1
- package/lib/typescript/commonjs/dialog/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
- package/lib/typescript/commonjs/dot-grid-meter/types.d.ts +12 -0
- package/lib/typescript/commonjs/dot-grid-meter/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts +31 -0
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts +25 -0
- package/lib/typescript/commonjs/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/context.d.ts +4 -0
- package/lib/typescript/commonjs/dropdown-menu/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/index.d.ts +3 -0
- package/lib/typescript/commonjs/dropdown-menu/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/dropdown-menu/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/dropdown-menu/types.d.ts +15 -0
- package/lib/typescript/commonjs/dropdown-menu/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/error-boundary/ErrorBoundary.d.ts.map +1 -1
- package/lib/typescript/commonjs/fab/Fab.d.ts.map +1 -1
- package/lib/typescript/commonjs/fab/Fab.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/fill/Fill.d.ts +7 -0
- package/lib/typescript/commonjs/fill/Fill.d.ts.map +1 -0
- package/lib/typescript/commonjs/fill/index.d.ts +1 -6
- package/lib/typescript/commonjs/fill/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/floating/FloatingPanel.d.ts +3 -0
- package/lib/typescript/commonjs/floating/FloatingPanel.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/TriggerSlot.d.ts +41 -0
- package/lib/typescript/commonjs/floating/TriggerSlot.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/constants.d.ts +266 -0
- package/lib/typescript/commonjs/floating/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/context.d.ts +26 -0
- package/lib/typescript/commonjs/floating/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/index.d.ts +24 -0
- package/lib/typescript/commonjs/floating/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/menu-rows.d.ts +14 -0
- package/lib/typescript/commonjs/floating/menu-rows.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts +4 -0
- package/lib/typescript/commonjs/floating/menu-sub-flyout.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts +4 -0
- package/lib/typescript/commonjs/floating/menu-sub-inline.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/shared.d.ts +130 -0
- package/lib/typescript/commonjs/floating/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/types.d.ts +330 -0
- package/lib/typescript/commonjs/floating/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts +9 -0
- package/lib/typescript/commonjs/floating/use-anchor-rect.d.ts.map +1 -0
- package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts +9 -0
- package/lib/typescript/commonjs/floating/use-sheet-open-bridge.d.ts.map +1 -0
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/glass/GlassSurface.d.ts +4 -0
- package/lib/typescript/commonjs/glass/GlassSurface.d.ts.map +1 -0
- package/lib/typescript/commonjs/glass/blur-target.d.ts +33 -0
- package/lib/typescript/commonjs/glass/blur-target.d.ts.map +1 -0
- package/lib/typescript/commonjs/glass/index.d.ts +4 -0
- package/lib/typescript/commonjs/glass/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/glass/types.d.ts +49 -0
- package/lib/typescript/commonjs/glass/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/grid/Grid.d.ts +13 -0
- package/lib/typescript/commonjs/grid/Grid.d.ts.map +1 -0
- package/lib/typescript/commonjs/grid/index.d.ts +1 -12
- package/lib/typescript/commonjs/grid/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/hooks/index.d.ts +11 -10
- package/lib/typescript/commonjs/hooks/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/hooks/merge-refs.d.ts +17 -0
- package/lib/typescript/commonjs/hooks/merge-refs.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts +17 -0
- package/lib/typescript/commonjs/hooks/use-accessibility-focus.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts +15 -0
- package/lib/typescript/commonjs/hooks/use-accessible-name-warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts +19 -0
- package/lib/typescript/commonjs/hooks/use-controllable-state.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts +6 -0
- package/lib/typescript/commonjs/hooks/use-delayed-loading.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-gutters.d.ts +32 -0
- package/lib/typescript/commonjs/hooks/use-gutters.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-haptics.d.ts +28 -0
- package/lib/typescript/commonjs/hooks/use-haptics.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-image-preload.d.ts +10 -0
- package/lib/typescript/commonjs/hooks/use-image-preload.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts +35 -0
- package/lib/typescript/commonjs/hooks/use-interaction-state.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-press-animation.d.ts +49 -0
- package/lib/typescript/commonjs/hooks/use-press-animation.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts +5 -0
- package/lib/typescript/commonjs/hooks/use-throttled-value.d.ts.map +1 -0
- package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts +10 -0
- package/lib/typescript/commonjs/icon-circle/IconCircle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icon-circle/index.d.ts +1 -9
- package/lib/typescript/commonjs/icon-circle/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/Accessibility.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Alien.d.ts +2 -2
- package/lib/typescript/commonjs/icons/AndroidLogo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Apple.d.ts +2 -2
- package/lib/typescript/commonjs/icons/AppleLogo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Arrow.d.ts +10 -10
- package/lib/typescript/commonjs/icons/ArrowBoxLeft.d.ts +4 -4
- package/lib/typescript/commonjs/icons/ArrowCornerDownRight.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowOutOfBox.d.ts +4 -4
- package/lib/typescript/commonjs/icons/ArrowRotate.d.ts +4 -4
- package/lib/typescript/commonjs/icons/ArrowShareRight.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowTopCircle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowTriangle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ArrowsDiagonal.d.ts +8 -8
- package/lib/typescript/commonjs/icons/AspectRatio.d.ts +6 -6
- package/lib/typescript/commonjs/icons/At.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Atom.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bars.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Beaker.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bell.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Bell2.d.ts +8 -8
- package/lib/typescript/commonjs/icons/BellPlus.d.ts +2 -2
- package/lib/typescript/commonjs/icons/BellRinging.d.ts +4 -4
- package/lib/typescript/commonjs/icons/BirthdayCake.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bookmark.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Bot.d.ts +4 -4
- package/lib/typescript/commonjs/icons/BroomSparkle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Bubble.d.ts +8 -8
- package/lib/typescript/commonjs/icons/BubbleInfo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/BulletList.d.ts +6 -6
- package/lib/typescript/commonjs/icons/CC.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Calendar.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CalendarClock.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CalendarDays.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Camera.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Car.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Celebrate.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ChainLink.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Check.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Chevron.d.ts +12 -12
- package/lib/typescript/commonjs/icons/Circle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleAndSquare.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleBanSign.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleCheck.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleInfo.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CirclePlus.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleQuestion.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CircleX.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Clipboard.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Clock.d.ts +2 -2
- package/lib/typescript/commonjs/icons/CodeBrackets.d.ts +4 -4
- package/lib/typescript/commonjs/icons/CodeLines.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ColorPalette.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Contacts.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Crop.d.ts +2 -2
- package/lib/typescript/commonjs/icons/DotGrid.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Download.d.ts +2 -2
- package/lib/typescript/commonjs/icons/EditBig.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Emoji.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Envelope.d.ts +6 -6
- package/lib/typescript/commonjs/icons/EnvelopeOpen.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Explosion.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Eye.d.ts +4 -4
- package/lib/typescript/commonjs/icons/EyeSlash.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Filter.d.ts +2 -2
- package/lib/typescript/commonjs/icons/FilterTimeline.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Flag.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Flame.d.ts +2 -2
- package/lib/typescript/commonjs/icons/FlipImage.d.ts +4 -4
- package/lib/typescript/commonjs/icons/FloppyDisk.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Freeze.d.ts +2 -2
- package/lib/typescript/commonjs/icons/GameController.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Gif.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Gift1.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Globe.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Group.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Growth.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Haptic.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Hashtag.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Heart2.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Home.d.ts +6 -6
- package/lib/typescript/commonjs/icons/HomeOpen.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Image.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Key.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Lab.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Leaf.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ListMagnifyingGlass.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ListPlus.d.ts +2 -2
- package/lib/typescript/commonjs/icons/ListSparkle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Live.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Loader.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Lock.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Logo.d.ts +3 -3
- package/lib/typescript/commonjs/icons/Macintosh.d.ts +2 -2
- package/lib/typescript/commonjs/icons/MagnifyingGlass.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Menu.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Message.d.ts +6 -6
- package/lib/typescript/commonjs/icons/Moon.d.ts +2 -2
- package/lib/typescript/commonjs/icons/MusicNote.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Mute.d.ts +2 -2
- package/lib/typescript/commonjs/icons/News2.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Newskie.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Newspaper.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PageText.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PageX.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PaintRoller.d.ts +2 -2
- package/lib/typescript/commonjs/icons/PaperPlane.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Pause.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Pencil.d.ts +6 -6
- package/lib/typescript/commonjs/icons/PeopleRemove2.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Person.d.ts +20 -20
- package/lib/typescript/commonjs/icons/Phone.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Pin.d.ts +4 -4
- package/lib/typescript/commonjs/icons/PinLocation.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Pizza.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Play.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Plus.d.ts +4 -4
- package/lib/typescript/commonjs/icons/QrCode.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Quote.d.ts +10 -10
- package/lib/typescript/commonjs/icons/RaisingHand.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Reply.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Repost.d.ts +8 -8
- package/lib/typescript/commonjs/icons/Rose.d.ts +2 -2
- package/lib/typescript/commonjs/icons/SettingsGear2.d.ts +4 -4
- package/lib/typescript/commonjs/icons/SettingsSlider.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Shaka.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Shapes.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Shield.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Sparkle.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Speaker.d.ts +2 -2
- package/lib/typescript/commonjs/icons/SquareArrowTopRight.d.ts +2 -2
- package/lib/typescript/commonjs/icons/SquareBehindSquare4.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Star.d.ts +4 -4
- package/lib/typescript/commonjs/icons/StarterPack.d.ts +2 -2
- package/lib/typescript/commonjs/icons/StreamingLive.d.ts +2 -2
- package/lib/typescript/commonjs/icons/TEMPLATE.d.ts +4 -4
- package/lib/typescript/commonjs/icons/TextSize.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Ticket.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Times.d.ts +2 -2
- package/lib/typescript/commonjs/icons/TitleCase.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Trash.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Tree.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Trending.d.ts +4 -4
- package/lib/typescript/commonjs/icons/UFO.d.ts +2 -2
- package/lib/typescript/commonjs/icons/UserCircle.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Verified.d.ts +2 -2
- package/lib/typescript/commonjs/icons/VerifiedCheck.d.ts +2 -2
- package/lib/typescript/commonjs/icons/VerifierCheck.d.ts +2 -2
- package/lib/typescript/commonjs/icons/VideoClip.d.ts +4 -4
- package/lib/typescript/commonjs/icons/Warning.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Window.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Wrench.d.ts +2 -2
- package/lib/typescript/commonjs/icons/Zap.d.ts +2 -2
- package/lib/typescript/commonjs/icons/index.d.ts +2 -2
- package/lib/typescript/commonjs/icons/shared.d.ts +394 -0
- package/lib/typescript/commonjs/icons/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
- package/lib/typescript/commonjs/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
- package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts +2 -2
- package/lib/typescript/commonjs/image-aspect-ratio-cache/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.d.ts +29 -22
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.web.d.ts +31 -24
- package/lib/typescript/commonjs/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/input-group/InputGroup.d.ts +2 -6
- package/lib/typescript/commonjs/input-group/InputGroup.d.ts.map +1 -1
- package/lib/typescript/commonjs/input-group/index.d.ts +1 -1
- package/lib/typescript/commonjs/input-group/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/input-group/types.d.ts +1 -1
- package/lib/typescript/commonjs/item/Item.d.ts +1 -1
- package/lib/typescript/commonjs/item/Item.d.ts.map +1 -1
- package/lib/typescript/commonjs/item/types.d.ts +12 -2
- package/lib/typescript/commonjs/item/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts +17 -6
- package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts.map +1 -1
- package/lib/typescript/commonjs/list/VirtualList.d.ts +28 -0
- package/lib/typescript/commonjs/list/VirtualList.d.ts.map +1 -0
- package/lib/typescript/commonjs/list/VirtualList.web.d.ts +44 -0
- package/lib/typescript/commonjs/list/VirtualList.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/list/index.d.ts +2 -27
- package/lib/typescript/commonjs/list/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/list/index.web.d.ts +2 -43
- package/lib/typescript/commonjs/list/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/Loading.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts +0 -12
- package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/SpinnerIcon.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/index.d.ts +1 -1
- package/lib/typescript/commonjs/loading/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/index.web.d.ts +1 -1
- package/lib/typescript/commonjs/loading/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/loading/types.d.ts +2 -11
- package/lib/typescript/commonjs/loading/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts +1 -16
- package/lib/typescript/commonjs/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
- package/lib/typescript/commonjs/media-inset-border/index.d.ts +1 -1
- package/lib/typescript/commonjs/media-inset-border/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/media-inset-border/types.d.ts +17 -0
- package/lib/typescript/commonjs/media-inset-border/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/Menubar.d.ts +26 -0
- package/lib/typescript/commonjs/menubar/Menubar.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/Menubar.web.d.ts +26 -0
- package/lib/typescript/commonjs/menubar/Menubar.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/context.d.ts +11 -0
- package/lib/typescript/commonjs/menubar/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/index.d.ts +3 -0
- package/lib/typescript/commonjs/menubar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/menubar/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/menubar/types.d.ts +37 -0
- package/lib/typescript/commonjs/menubar/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/motion/ScreenTransition.d.ts +1 -19
- package/lib/typescript/commonjs/motion/ScreenTransition.d.ts.map +1 -1
- package/lib/typescript/commonjs/motion/index.d.ts +1 -1
- package/lib/typescript/commonjs/motion/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/motion/index.web.d.ts +1 -1
- package/lib/typescript/commonjs/motion/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/motion/types.d.ts +20 -0
- package/lib/typescript/commonjs/motion/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/overlay/Overlay.d.ts +56 -0
- package/lib/typescript/commonjs/overlay/Overlay.d.ts.map +1 -0
- package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts +38 -10
- package/lib/typescript/commonjs/overlay/dropdown-placement.d.ts.map +1 -1
- package/lib/typescript/commonjs/overlay/index.d.ts +2 -151
- package/lib/typescript/commonjs/overlay/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/overlay/types.d.ts +66 -0
- package/lib/typescript/commonjs/overlay/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/Popover.d.ts +5 -0
- package/lib/typescript/commonjs/popover/Popover.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/Popover.web.d.ts +5 -0
- package/lib/typescript/commonjs/popover/Popover.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/context.d.ts +3 -14
- package/lib/typescript/commonjs/popover/context.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/index.d.ts +2 -13
- package/lib/typescript/commonjs/popover/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/index.web.d.ts +2 -13
- package/lib/typescript/commonjs/popover/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/popover/types.d.ts +4 -53
- package/lib/typescript/commonjs/popover/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/portal/Portal.d.ts +15 -0
- package/lib/typescript/commonjs/portal/Portal.d.ts.map +1 -0
- package/lib/typescript/commonjs/portal/Portal.web.d.ts +20 -0
- package/lib/typescript/commonjs/portal/Portal.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/portal/index.d.ts +1 -14
- package/lib/typescript/commonjs/portal/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/portal/index.web.d.ts +1 -19
- package/lib/typescript/commonjs/portal/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts +6 -11
- package/lib/typescript/commonjs/pressable-scale/PressableScale.d.ts.map +1 -1
- package/lib/typescript/commonjs/pressable-scale/index.d.ts +1 -1
- package/lib/typescript/commonjs/pressable-scale/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/pressable-scale/types.d.ts +13 -0
- package/lib/typescript/commonjs/pressable-scale/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/profile-card/ProfileCard.d.ts.map +1 -1
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts +22 -0
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
- package/lib/typescript/commonjs/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/progressive-blur/index.d.ts +1 -21
- package/lib/typescript/commonjs/progressive-blur/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/progressive-blur/index.web.d.ts +1 -28
- package/lib/typescript/commonjs/progressive-blur/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/progressive-blur/types.d.ts +1 -1
- package/lib/typescript/commonjs/prompt-input/Actions.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts +2 -1
- package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts +14 -0
- package/lib/typescript/commonjs/prompt-input/PromptInput.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts +18 -0
- package/lib/typescript/commonjs/prompt-input/PromptInputBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/SubmitButton.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/context.d.ts +4 -5
- package/lib/typescript/commonjs/prompt-input/context.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/index.d.ts +1 -1
- package/lib/typescript/commonjs/prompt-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/prompt-input/index.web.d.ts +8 -0
- package/lib/typescript/commonjs/prompt-input/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/types.d.ts +4 -4
- package/lib/typescript/commonjs/prompt-input/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/provider/BloomProvider.d.ts +6 -0
- package/lib/typescript/commonjs/provider/BloomProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/provider/index.d.ts +2 -52
- package/lib/typescript/commonjs/provider/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/provider/types.d.ts +15 -0
- package/lib/typescript/commonjs/provider/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio/Radio.d.ts +15 -0
- package/lib/typescript/commonjs/radio/Radio.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio/index.d.ts +3 -0
- package/lib/typescript/commonjs/radio/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio/types.d.ts +63 -0
- package/lib/typescript/commonjs/radio/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio-indicator/RadioIndicator.d.ts.map +1 -1
- package/lib/typescript/commonjs/radio-indicator/types.d.ts +9 -0
- package/lib/typescript/commonjs/radio-indicator/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts +7 -0
- package/lib/typescript/commonjs/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/expo-router/index.d.ts +4 -4
- package/lib/typescript/commonjs/scroll/expo-router/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/index.d.ts +1 -15
- package/lib/typescript/commonjs/scroll/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/index.web.d.ts +1 -21
- package/lib/typescript/commonjs/scroll/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/types.d.ts +18 -0
- package/lib/typescript/commonjs/scroll/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts +16 -0
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts +22 -0
- package/lib/typescript/commonjs/scroll/use-scroll-restoration.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/search/Search.d.ts +10 -0
- package/lib/typescript/commonjs/search/Search.d.ts.map +1 -0
- package/lib/typescript/commonjs/search/index.d.ts +1 -9
- package/lib/typescript/commonjs/search/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts +41 -0
- package/lib/typescript/commonjs/segmented-control/SegmentedControl.d.ts.map +1 -0
- package/lib/typescript/commonjs/segmented-control/index.d.ts +1 -44
- package/lib/typescript/commonjs/segmented-control/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/select/Select.d.ts +25 -0
- package/lib/typescript/commonjs/select/Select.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/Select.web.d.ts +22 -0
- package/lib/typescript/commonjs/select/Select.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/index.d.ts +3 -13
- package/lib/typescript/commonjs/select/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/select/index.web.d.ts +3 -13
- package/lib/typescript/commonjs/select/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/select/shared.d.ts +44 -0
- package/lib/typescript/commonjs/select/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/types.d.ts +50 -26
- package/lib/typescript/commonjs/select/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/settings-list/SettingsList.d.ts.map +1 -1
- package/lib/typescript/commonjs/skeleton/Skeleton.d.ts +64 -0
- package/lib/typescript/commonjs/skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/commonjs/skeleton/index.d.ts +1 -63
- package/lib/typescript/commonjs/skeleton/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/slider/Slider.d.ts.map +1 -1
- package/lib/typescript/commonjs/slider/types.d.ts +10 -0
- package/lib/typescript/commonjs/slider/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/stat-bar/StatBar.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/atoms.d.ts +1 -1
- package/lib/typescript/commonjs/styles/index.d.ts +1 -1
- package/lib/typescript/commonjs/styles/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/interactive-web-css.d.ts +69 -0
- package/lib/typescript/commonjs/styles/interactive-web-css.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/pointer.d.ts +11 -0
- package/lib/typescript/commonjs/styles/pointer.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/styled-primitives.d.ts +90 -0
- package/lib/typescript/commonjs/styles/styled-primitives.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/tokens.d.ts +41 -4
- package/lib/typescript/commonjs/styles/tokens.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/web-view-style.d.ts +11 -0
- package/lib/typescript/commonjs/styles/web-view-style.d.ts.map +1 -1
- package/lib/typescript/commonjs/styles/z-index.d.ts +0 -18
- package/lib/typescript/commonjs/styles/z-index.d.ts.map +1 -1
- package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts +1 -18
- package/lib/typescript/commonjs/subtle-hover/SubtleHover.d.ts.map +1 -1
- package/lib/typescript/commonjs/subtle-hover/index.d.ts +1 -1
- package/lib/typescript/commonjs/subtle-hover/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/subtle-hover/types.d.ts +19 -0
- package/lib/typescript/commonjs/subtle-hover/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/surfaces/SurfaceHost.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/api.d.ts +17 -9
- package/lib/typescript/commonjs/surfaces/api.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/index.d.ts +3 -3
- package/lib/typescript/commonjs/surfaces/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/index.web.d.ts +3 -3
- package/lib/typescript/commonjs/surfaces/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/prompts.d.ts +17 -1
- package/lib/typescript/commonjs/surfaces/prompts.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/surface-store.d.ts +51 -0
- package/lib/typescript/commonjs/surfaces/surface-store.d.ts.map +1 -0
- package/lib/typescript/commonjs/surfaces/types.d.ts +40 -3
- package/lib/typescript/commonjs/surfaces/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/surfaces/use-surface.d.ts +21 -0
- package/lib/typescript/commonjs/surfaces/use-surface.d.ts.map +1 -0
- package/lib/typescript/commonjs/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/commonjs/switch/types.d.ts +17 -0
- package/lib/typescript/commonjs/switch/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/tab-bar/TabBarBase.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/context.d.ts +51 -0
- package/lib/typescript/commonjs/tab-bar/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/expo-router/index.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/index.d.ts +2 -2
- package/lib/typescript/commonjs/tab-bar/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/tab-bar/index.web.d.ts +2 -2
- package/lib/typescript/commonjs/tab-bar/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/tab-bar/surface.d.ts +1 -1
- package/lib/typescript/commonjs/tab-bar/types.d.ts +1 -1
- package/lib/typescript/commonjs/tabs/Tabs.d.ts.map +1 -1
- package/lib/typescript/commonjs/text-field/TextField.d.ts +21 -0
- package/lib/typescript/commonjs/text-field/TextField.d.ts.map +1 -0
- package/lib/typescript/commonjs/text-field/index.d.ts +2 -50
- package/lib/typescript/commonjs/text-field/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/text-field/types.d.ts +28 -0
- package/lib/typescript/commonjs/text-field/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/accent-colors.d.ts +62 -0
- package/lib/typescript/commonjs/theme/accent-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts +35 -1
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts +4 -0
- package/lib/typescript/commonjs/theme/color-engine/color-utils.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts +34 -0
- package/lib/typescript/commonjs/theme/color-engine/generate-role-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-engine/index.d.ts +10 -47
- package/lib/typescript/commonjs/theme/color-engine/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts +33 -0
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts +24 -0
- package/lib/typescript/commonjs/theme/color-scope/ColorScope.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/index.d.ts +2 -32
- package/lib/typescript/commonjs/theme/color-scope/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts +2 -23
- package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/color-utils.d.ts +22 -3
- package/lib/typescript/commonjs/theme/color-utils.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/glass-colors.d.ts +195 -0
- package/lib/typescript/commonjs/theme/glass-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/index.d.ts +8 -8
- package/lib/typescript/commonjs/theme/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/index.web.d.ts +32 -0
- package/lib/typescript/commonjs/theme/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/press-colors.d.ts +25 -0
- package/lib/typescript/commonjs/theme/press-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts +45 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts +43 -0
- package/lib/typescript/commonjs/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/seed-scope/index.d.ts +2 -44
- package/lib/typescript/commonjs/theme/seed-scope/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts +2 -42
- package/lib/typescript/commonjs/theme/seed-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/theme/types.d.ts +20 -0
- package/lib/typescript/commonjs/theme/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/Positioner.d.ts +1 -1
- package/lib/typescript/commonjs/toast/ToastOutlet.d.ts +27 -0
- package/lib/typescript/commonjs/toast/ToastOutlet.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/ToastRow.d.ts +1 -1
- package/lib/typescript/commonjs/toast/ToastSwipeHandler.d.ts +1 -1
- package/lib/typescript/commonjs/toast/Toaster.d.ts +1 -1
- package/lib/typescript/commonjs/toast/container-geometry.d.ts +78 -0
- package/lib/typescript/commonjs/toast/container-geometry.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/context.d.ts +1 -1
- package/lib/typescript/commonjs/toast/index.d.ts +1 -26
- package/lib/typescript/commonjs/toast/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/row-geometry.d.ts +35 -0
- package/lib/typescript/commonjs/toast/row-geometry.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/toast-comparator.d.ts +1 -1
- package/lib/typescript/commonjs/toast/toast-store.d.ts +1 -1
- package/lib/typescript/commonjs/toast/types.d.ts +0 -1
- package/lib/typescript/commonjs/toast/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/use-toast-colors.d.ts.map +1 -1
- package/lib/typescript/commonjs/toast/use-toast-position.d.ts +1 -1
- package/lib/typescript/commonjs/tooltip/Tooltip.d.ts +17 -0
- package/lib/typescript/commonjs/tooltip/Tooltip.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts +17 -0
- package/lib/typescript/commonjs/tooltip/Tooltip.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/constants.d.ts +5 -0
- package/lib/typescript/commonjs/tooltip/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/index.d.ts +1 -28
- package/lib/typescript/commonjs/tooltip/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/tooltip/index.web.d.ts +1 -25
- package/lib/typescript/commonjs/tooltip/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/typography/Typography.d.ts +54 -0
- package/lib/typescript/commonjs/typography/Typography.d.ts.map +1 -0
- package/lib/typescript/commonjs/typography/index.d.ts +2 -19
- package/lib/typescript/commonjs/typography/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/typography/types.d.ts +13 -0
- package/lib/typescript/commonjs/typography/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/user-hover-card/UserHoverCard.d.ts.map +1 -1
- package/lib/typescript/commonjs/user-hover-card/types.d.ts +16 -0
- package/lib/typescript/commonjs/user-hover-card/types.d.ts.map +1 -1
- package/lib/typescript/commonjs/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
- package/lib/typescript/module/accordion/Accordion.d.ts.map +1 -1
- package/lib/typescript/module/activity-heatmap/ActivityHeatmap.d.ts.map +1 -1
- package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts +9 -0
- package/lib/typescript/module/activity-heatmap/bucket-by-day.d.ts.map +1 -0
- package/lib/typescript/module/activity-heatmap/index.d.ts +1 -1
- package/lib/typescript/module/activity-heatmap/index.d.ts.map +1 -1
- package/lib/typescript/module/activity-heatmap/types.d.ts +13 -2
- package/lib/typescript/module/activity-heatmap/types.d.ts.map +1 -1
- package/lib/typescript/module/admonition/Admonition.d.ts +56 -0
- package/lib/typescript/module/admonition/Admonition.d.ts.map +1 -0
- package/lib/typescript/module/admonition/index.d.ts +1 -55
- package/lib/typescript/module/admonition/index.d.ts.map +1 -1
- package/lib/typescript/module/alert-dialog/AlertDialog.d.ts +7 -8
- package/lib/typescript/module/alert-dialog/AlertDialog.d.ts.map +1 -1
- package/lib/typescript/module/alert-dialog/index.d.ts +6 -6
- package/lib/typescript/module/alert-dialog/index.d.ts.map +1 -1
- package/lib/typescript/module/alert-dialog/index.web.d.ts +2 -6
- package/lib/typescript/module/alert-dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/module/animated-check/AnimatedCheck.d.ts +1 -10
- package/lib/typescript/module/animated-check/AnimatedCheck.d.ts.map +1 -1
- package/lib/typescript/module/animated-check/index.d.ts +1 -1
- package/lib/typescript/module/animated-check/index.d.ts.map +1 -1
- package/lib/typescript/module/animated-check/types.d.ts +11 -0
- package/lib/typescript/module/animated-check/types.d.ts.map +1 -0
- package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts +6 -0
- package/lib/typescript/module/aspect-ratio/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/module/aspect-ratio/index.d.ts +3 -0
- package/lib/typescript/module/aspect-ratio/index.d.ts.map +1 -0
- package/lib/typescript/module/aspect-ratio/types.d.ts +19 -0
- package/lib/typescript/module/aspect-ratio/types.d.ts.map +1 -0
- package/lib/typescript/module/avatar/Avatar.d.ts.map +1 -1
- package/lib/typescript/module/avatar/context.d.ts +8 -0
- package/lib/typescript/module/avatar/context.d.ts.map +1 -0
- package/lib/typescript/module/avatar/default-avatar.d.ts +9 -2
- package/lib/typescript/module/avatar/default-avatar.d.ts.map +1 -1
- package/lib/typescript/module/avatar/index.d.ts +3 -6
- package/lib/typescript/module/avatar/index.d.ts.map +1 -1
- package/lib/typescript/module/avatar/types.d.ts +1 -1
- package/lib/typescript/module/avatar/types.d.ts.map +1 -1
- package/lib/typescript/module/avatar-group/AvatarGroup.web.d.ts.map +1 -1
- package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts +6 -0
- package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts.map +1 -1
- package/lib/typescript/module/avatar-group/index.web.d.ts.map +1 -1
- package/lib/typescript/module/badge/Badge.d.ts.map +1 -1
- package/lib/typescript/module/badge/index.d.ts +1 -1
- package/lib/typescript/module/badge/index.d.ts.map +1 -1
- package/lib/typescript/module/badge/types.d.ts +6 -6
- package/lib/typescript/module/badge/types.d.ts.map +1 -1
- package/lib/typescript/module/benefit-list/BenefitList.d.ts +5 -0
- package/lib/typescript/module/benefit-list/BenefitList.d.ts.map +1 -0
- package/lib/typescript/module/benefit-list/index.d.ts +1 -4
- package/lib/typescript/module/benefit-list/index.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts +7 -0
- package/lib/typescript/module/bottom-sheet/BottomSheet.d.ts.map +1 -0
- package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts +7 -0
- package/lib/typescript/module/bottom-sheet/BottomSheet.web.d.ts.map +1 -0
- package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts +1 -154
- package/lib/typescript/module/bottom-sheet/BottomSheetBase.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/index.d.ts +3 -6
- package/lib/typescript/module/bottom-sheet/index.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/index.web.d.ts +3 -6
- package/lib/typescript/module/bottom-sheet/index.web.d.ts.map +1 -1
- package/lib/typescript/module/bottom-sheet/types.d.ts +156 -0
- package/lib/typescript/module/bottom-sheet/types.d.ts.map +1 -0
- package/lib/typescript/module/button/Button.d.ts.map +1 -1
- package/lib/typescript/module/button/Button.web.d.ts.map +1 -1
- package/lib/typescript/module/button/types.d.ts +17 -1
- package/lib/typescript/module/button/types.d.ts.map +1 -1
- package/lib/typescript/module/card/Card.d.ts +19 -0
- package/lib/typescript/module/card/Card.d.ts.map +1 -1
- package/lib/typescript/module/card/index.d.ts +1 -1
- package/lib/typescript/module/card/index.d.ts.map +1 -1
- package/lib/typescript/module/card/types.d.ts +34 -1
- package/lib/typescript/module/card/types.d.ts.map +1 -1
- package/lib/typescript/module/checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/module/chip/Chip.d.ts.map +1 -1
- package/lib/typescript/module/chip/index.d.ts +1 -1
- package/lib/typescript/module/chip/index.d.ts.map +1 -1
- package/lib/typescript/module/chip/types.d.ts +8 -5
- package/lib/typescript/module/chip/types.d.ts.map +1 -1
- package/lib/typescript/module/combobox/Combobox.d.ts +2 -2
- package/lib/typescript/module/combobox/Combobox.d.ts.map +1 -1
- package/lib/typescript/module/combobox/index.d.ts.map +1 -1
- package/lib/typescript/module/combobox/index.web.d.ts.map +1 -1
- package/lib/typescript/module/command/types.d.ts +1 -1
- package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts.map +1 -1
- package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts.map +1 -1
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts +7 -0
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.d.ts.map +1 -0
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts +7 -0
- package/lib/typescript/module/connection-status/ConnectionStatusToasts.web.d.ts.map +1 -0
- package/lib/typescript/module/connection-status/index.d.ts +1 -6
- package/lib/typescript/module/connection-status/index.d.ts.map +1 -1
- package/lib/typescript/module/connection-status/index.web.d.ts +1 -6
- package/lib/typescript/module/connection-status/index.web.d.ts.map +1 -1
- package/lib/typescript/module/content-panel/ContentPanel.d.ts +45 -0
- package/lib/typescript/module/content-panel/ContentPanel.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/ContentPanel.web.d.ts +63 -0
- package/lib/typescript/module/content-panel/ContentPanel.web.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/context.d.ts +24 -0
- package/lib/typescript/module/content-panel/context.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/index.d.ts +2 -89
- package/lib/typescript/module/content-panel/index.d.ts.map +1 -1
- package/lib/typescript/module/content-panel/index.web.d.ts +2 -110
- package/lib/typescript/module/content-panel/index.web.d.ts.map +1 -1
- package/lib/typescript/module/content-panel/types.d.ts +48 -0
- package/lib/typescript/module/content-panel/types.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/ContextMenu.d.ts +26 -0
- package/lib/typescript/module/context-menu/ContextMenu.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/ContextMenu.web.d.ts +25 -0
- package/lib/typescript/module/context-menu/ContextMenu.web.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/context.d.ts +14 -10
- package/lib/typescript/module/context-menu/context.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/index.d.ts +2 -20
- package/lib/typescript/module/context-menu/index.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/index.web.d.ts +2 -18
- package/lib/typescript/module/context-menu/index.web.d.ts.map +1 -1
- package/lib/typescript/module/context-menu/types.d.ts +36 -50
- package/lib/typescript/module/context-menu/types.d.ts.map +1 -1
- package/lib/typescript/module/design-tokens/scales.d.ts +23 -3
- package/lib/typescript/module/design-tokens/scales.d.ts.map +1 -1
- package/lib/typescript/module/design-tokens/shadows.d.ts +23 -3
- package/lib/typescript/module/design-tokens/shadows.d.ts.map +1 -1
- package/lib/typescript/module/design-tokens/shadows.native.d.ts +32 -1
- package/lib/typescript/module/design-tokens/shadows.native.d.ts.map +1 -1
- package/lib/typescript/module/dialog/Dialog.d.ts +1 -17
- package/lib/typescript/module/dialog/Dialog.d.ts.map +1 -1
- package/lib/typescript/module/dialog/Dialog.web.d.ts +1 -14
- package/lib/typescript/module/dialog/Dialog.web.d.ts.map +1 -1
- package/lib/typescript/module/dialog/DialogBottomSheet.d.ts.map +1 -1
- package/lib/typescript/module/dialog/DialogContent.d.ts.map +1 -1
- package/lib/typescript/module/dialog/DialogHeader.d.ts.map +1 -1
- package/lib/typescript/module/dialog/SheetShell.d.ts.map +1 -1
- package/lib/typescript/module/dialog/index.d.ts +1 -4
- package/lib/typescript/module/dialog/index.d.ts.map +1 -1
- package/lib/typescript/module/dialog/index.web.d.ts +1 -4
- package/lib/typescript/module/dialog/index.web.d.ts.map +1 -1
- package/lib/typescript/module/dialog/types.d.ts +5 -1
- package/lib/typescript/module/dialog/types.d.ts.map +1 -1
- package/lib/typescript/module/dot-grid-meter/DotGridMeter.d.ts.map +1 -1
- package/lib/typescript/module/dot-grid-meter/types.d.ts +12 -0
- package/lib/typescript/module/dot-grid-meter/types.d.ts.map +1 -1
- package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts +31 -0
- package/lib/typescript/module/dropdown-menu/DropdownMenu.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts +25 -0
- package/lib/typescript/module/dropdown-menu/DropdownMenu.web.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/context.d.ts +4 -0
- package/lib/typescript/module/dropdown-menu/context.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/index.d.ts +3 -0
- package/lib/typescript/module/dropdown-menu/index.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/index.web.d.ts +3 -0
- package/lib/typescript/module/dropdown-menu/index.web.d.ts.map +1 -0
- package/lib/typescript/module/dropdown-menu/types.d.ts +15 -0
- package/lib/typescript/module/dropdown-menu/types.d.ts.map +1 -0
- package/lib/typescript/module/error-boundary/ErrorBoundary.d.ts.map +1 -1
- package/lib/typescript/module/fab/Fab.d.ts.map +1 -1
- package/lib/typescript/module/fab/Fab.web.d.ts.map +1 -1
- package/lib/typescript/module/fill/Fill.d.ts +7 -0
- package/lib/typescript/module/fill/Fill.d.ts.map +1 -0
- package/lib/typescript/module/fill/index.d.ts +1 -6
- package/lib/typescript/module/fill/index.d.ts.map +1 -1
- package/lib/typescript/module/floating/FloatingPanel.d.ts +3 -0
- package/lib/typescript/module/floating/FloatingPanel.d.ts.map +1 -0
- package/lib/typescript/module/floating/TriggerSlot.d.ts +41 -0
- package/lib/typescript/module/floating/TriggerSlot.d.ts.map +1 -0
- package/lib/typescript/module/floating/constants.d.ts +266 -0
- package/lib/typescript/module/floating/constants.d.ts.map +1 -0
- package/lib/typescript/module/floating/context.d.ts +26 -0
- package/lib/typescript/module/floating/context.d.ts.map +1 -0
- package/lib/typescript/module/floating/index.d.ts +24 -0
- package/lib/typescript/module/floating/index.d.ts.map +1 -0
- package/lib/typescript/module/floating/menu-rows.d.ts +14 -0
- package/lib/typescript/module/floating/menu-rows.d.ts.map +1 -0
- package/lib/typescript/module/floating/menu-sub-flyout.d.ts +4 -0
- package/lib/typescript/module/floating/menu-sub-flyout.d.ts.map +1 -0
- package/lib/typescript/module/floating/menu-sub-inline.d.ts +4 -0
- package/lib/typescript/module/floating/menu-sub-inline.d.ts.map +1 -0
- package/lib/typescript/module/floating/shared.d.ts +130 -0
- package/lib/typescript/module/floating/shared.d.ts.map +1 -0
- package/lib/typescript/module/floating/types.d.ts +330 -0
- package/lib/typescript/module/floating/types.d.ts.map +1 -0
- package/lib/typescript/module/floating/use-anchor-rect.d.ts +9 -0
- package/lib/typescript/module/floating/use-anchor-rect.d.ts.map +1 -0
- package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts +9 -0
- package/lib/typescript/module/floating/use-sheet-open-bridge.d.ts.map +1 -0
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.d.ts.map +1 -1
- package/lib/typescript/module/frosted-icon-button/FrostedIconButton.web.d.ts.map +1 -1
- package/lib/typescript/module/glass/GlassSurface.d.ts +4 -0
- package/lib/typescript/module/glass/GlassSurface.d.ts.map +1 -0
- package/lib/typescript/module/glass/blur-target.d.ts +33 -0
- package/lib/typescript/module/glass/blur-target.d.ts.map +1 -0
- package/lib/typescript/module/glass/index.d.ts +4 -0
- package/lib/typescript/module/glass/index.d.ts.map +1 -0
- package/lib/typescript/module/glass/types.d.ts +49 -0
- package/lib/typescript/module/glass/types.d.ts.map +1 -0
- package/lib/typescript/module/grid/Grid.d.ts +13 -0
- package/lib/typescript/module/grid/Grid.d.ts.map +1 -0
- package/lib/typescript/module/grid/index.d.ts +1 -12
- package/lib/typescript/module/grid/index.d.ts.map +1 -1
- package/lib/typescript/module/hooks/index.d.ts +11 -10
- package/lib/typescript/module/hooks/index.d.ts.map +1 -1
- package/lib/typescript/module/hooks/merge-refs.d.ts +17 -0
- package/lib/typescript/module/hooks/merge-refs.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-accessibility-focus.d.ts +17 -0
- package/lib/typescript/module/hooks/use-accessibility-focus.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts +15 -0
- package/lib/typescript/module/hooks/use-accessible-name-warning.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-controllable-state.d.ts +19 -0
- package/lib/typescript/module/hooks/use-controllable-state.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-delayed-loading.d.ts +6 -0
- package/lib/typescript/module/hooks/use-delayed-loading.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-gutters.d.ts +32 -0
- package/lib/typescript/module/hooks/use-gutters.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-haptics.d.ts +28 -0
- package/lib/typescript/module/hooks/use-haptics.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-image-preload.d.ts +10 -0
- package/lib/typescript/module/hooks/use-image-preload.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-interaction-state.d.ts +35 -0
- package/lib/typescript/module/hooks/use-interaction-state.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-press-animation.d.ts +49 -0
- package/lib/typescript/module/hooks/use-press-animation.d.ts.map +1 -0
- package/lib/typescript/module/hooks/use-throttled-value.d.ts +5 -0
- package/lib/typescript/module/hooks/use-throttled-value.d.ts.map +1 -0
- package/lib/typescript/module/icon-circle/IconCircle.d.ts +10 -0
- package/lib/typescript/module/icon-circle/IconCircle.d.ts.map +1 -0
- package/lib/typescript/module/icon-circle/index.d.ts +1 -9
- package/lib/typescript/module/icon-circle/index.d.ts.map +1 -1
- package/lib/typescript/module/icons/Accessibility.d.ts +2 -2
- package/lib/typescript/module/icons/Alien.d.ts +2 -2
- package/lib/typescript/module/icons/AndroidLogo.d.ts +2 -2
- package/lib/typescript/module/icons/Apple.d.ts +2 -2
- package/lib/typescript/module/icons/AppleLogo.d.ts +2 -2
- package/lib/typescript/module/icons/Arrow.d.ts +10 -10
- package/lib/typescript/module/icons/ArrowBoxLeft.d.ts +4 -4
- package/lib/typescript/module/icons/ArrowCornerDownRight.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowOutOfBox.d.ts +4 -4
- package/lib/typescript/module/icons/ArrowRotate.d.ts +4 -4
- package/lib/typescript/module/icons/ArrowShareRight.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowTopCircle.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowTriangle.d.ts +2 -2
- package/lib/typescript/module/icons/ArrowsDiagonal.d.ts +8 -8
- package/lib/typescript/module/icons/AspectRatio.d.ts +6 -6
- package/lib/typescript/module/icons/At.d.ts +4 -4
- package/lib/typescript/module/icons/Atom.d.ts +2 -2
- package/lib/typescript/module/icons/Bars.d.ts +2 -2
- package/lib/typescript/module/icons/Beaker.d.ts +2 -2
- package/lib/typescript/module/icons/Bell.d.ts +4 -4
- package/lib/typescript/module/icons/Bell2.d.ts +8 -8
- package/lib/typescript/module/icons/BellPlus.d.ts +2 -2
- package/lib/typescript/module/icons/BellRinging.d.ts +4 -4
- package/lib/typescript/module/icons/BirthdayCake.d.ts +2 -2
- package/lib/typescript/module/icons/Bookmark.d.ts +6 -6
- package/lib/typescript/module/icons/Bot.d.ts +4 -4
- package/lib/typescript/module/icons/BroomSparkle.d.ts +2 -2
- package/lib/typescript/module/icons/Bubble.d.ts +8 -8
- package/lib/typescript/module/icons/BubbleInfo.d.ts +2 -2
- package/lib/typescript/module/icons/BulletList.d.ts +6 -6
- package/lib/typescript/module/icons/CC.d.ts +4 -4
- package/lib/typescript/module/icons/Calendar.d.ts +2 -2
- package/lib/typescript/module/icons/CalendarClock.d.ts +2 -2
- package/lib/typescript/module/icons/CalendarDays.d.ts +2 -2
- package/lib/typescript/module/icons/Camera.d.ts +4 -4
- package/lib/typescript/module/icons/Car.d.ts +2 -2
- package/lib/typescript/module/icons/Celebrate.d.ts +2 -2
- package/lib/typescript/module/icons/ChainLink.d.ts +2 -2
- package/lib/typescript/module/icons/Check.d.ts +4 -4
- package/lib/typescript/module/icons/Chevron.d.ts +12 -12
- package/lib/typescript/module/icons/Circle.d.ts +2 -2
- package/lib/typescript/module/icons/CircleAndSquare.d.ts +2 -2
- package/lib/typescript/module/icons/CircleBanSign.d.ts +2 -2
- package/lib/typescript/module/icons/CircleCheck.d.ts +2 -2
- package/lib/typescript/module/icons/CircleInfo.d.ts +2 -2
- package/lib/typescript/module/icons/CirclePlus.d.ts +2 -2
- package/lib/typescript/module/icons/CircleQuestion.d.ts +2 -2
- package/lib/typescript/module/icons/CircleX.d.ts +2 -2
- package/lib/typescript/module/icons/Clipboard.d.ts +2 -2
- package/lib/typescript/module/icons/Clock.d.ts +2 -2
- package/lib/typescript/module/icons/CodeBrackets.d.ts +4 -4
- package/lib/typescript/module/icons/CodeLines.d.ts +2 -2
- package/lib/typescript/module/icons/ColorPalette.d.ts +2 -2
- package/lib/typescript/module/icons/Contacts.d.ts +4 -4
- package/lib/typescript/module/icons/Crop.d.ts +2 -2
- package/lib/typescript/module/icons/DotGrid.d.ts +4 -4
- package/lib/typescript/module/icons/Download.d.ts +2 -2
- package/lib/typescript/module/icons/EditBig.d.ts +4 -4
- package/lib/typescript/module/icons/Emoji.d.ts +8 -8
- package/lib/typescript/module/icons/Envelope.d.ts +6 -6
- package/lib/typescript/module/icons/EnvelopeOpen.d.ts +2 -2
- package/lib/typescript/module/icons/Explosion.d.ts +2 -2
- package/lib/typescript/module/icons/Eye.d.ts +4 -4
- package/lib/typescript/module/icons/EyeSlash.d.ts +2 -2
- package/lib/typescript/module/icons/Filter.d.ts +2 -2
- package/lib/typescript/module/icons/FilterTimeline.d.ts +2 -2
- package/lib/typescript/module/icons/Flag.d.ts +2 -2
- package/lib/typescript/module/icons/Flame.d.ts +2 -2
- package/lib/typescript/module/icons/FlipImage.d.ts +4 -4
- package/lib/typescript/module/icons/FloppyDisk.d.ts +2 -2
- package/lib/typescript/module/icons/Freeze.d.ts +2 -2
- package/lib/typescript/module/icons/GameController.d.ts +2 -2
- package/lib/typescript/module/icons/Gif.d.ts +4 -4
- package/lib/typescript/module/icons/Gift1.d.ts +4 -4
- package/lib/typescript/module/icons/Globe.d.ts +6 -6
- package/lib/typescript/module/icons/Group.d.ts +2 -2
- package/lib/typescript/module/icons/Growth.d.ts +2 -2
- package/lib/typescript/module/icons/Haptic.d.ts +2 -2
- package/lib/typescript/module/icons/Hashtag.d.ts +6 -6
- package/lib/typescript/module/icons/Heart2.d.ts +8 -8
- package/lib/typescript/module/icons/Home.d.ts +6 -6
- package/lib/typescript/module/icons/HomeOpen.d.ts +4 -4
- package/lib/typescript/module/icons/Image.d.ts +4 -4
- package/lib/typescript/module/icons/Key.d.ts +2 -2
- package/lib/typescript/module/icons/Lab.d.ts +2 -2
- package/lib/typescript/module/icons/Leaf.d.ts +2 -2
- package/lib/typescript/module/icons/ListMagnifyingGlass.d.ts +2 -2
- package/lib/typescript/module/icons/ListPlus.d.ts +2 -2
- package/lib/typescript/module/icons/ListSparkle.d.ts +2 -2
- package/lib/typescript/module/icons/Live.d.ts +2 -2
- package/lib/typescript/module/icons/Loader.d.ts +2 -2
- package/lib/typescript/module/icons/Lock.d.ts +4 -4
- package/lib/typescript/module/icons/Logo.d.ts +3 -3
- package/lib/typescript/module/icons/Macintosh.d.ts +2 -2
- package/lib/typescript/module/icons/MagnifyingGlass.d.ts +8 -8
- package/lib/typescript/module/icons/Menu.d.ts +2 -2
- package/lib/typescript/module/icons/Message.d.ts +6 -6
- package/lib/typescript/module/icons/Moon.d.ts +2 -2
- package/lib/typescript/module/icons/MusicNote.d.ts +2 -2
- package/lib/typescript/module/icons/Mute.d.ts +2 -2
- package/lib/typescript/module/icons/News2.d.ts +2 -2
- package/lib/typescript/module/icons/Newskie.d.ts +2 -2
- package/lib/typescript/module/icons/Newspaper.d.ts +2 -2
- package/lib/typescript/module/icons/PageText.d.ts +2 -2
- package/lib/typescript/module/icons/PageX.d.ts +2 -2
- package/lib/typescript/module/icons/PaintRoller.d.ts +2 -2
- package/lib/typescript/module/icons/PaperPlane.d.ts +2 -2
- package/lib/typescript/module/icons/Pause.d.ts +8 -8
- package/lib/typescript/module/icons/Pencil.d.ts +6 -6
- package/lib/typescript/module/icons/PeopleRemove2.d.ts +4 -4
- package/lib/typescript/module/icons/Person.d.ts +20 -20
- package/lib/typescript/module/icons/Phone.d.ts +4 -4
- package/lib/typescript/module/icons/Pin.d.ts +4 -4
- package/lib/typescript/module/icons/PinLocation.d.ts +4 -4
- package/lib/typescript/module/icons/Pizza.d.ts +2 -2
- package/lib/typescript/module/icons/Play.d.ts +8 -8
- package/lib/typescript/module/icons/Plus.d.ts +4 -4
- package/lib/typescript/module/icons/QrCode.d.ts +2 -2
- package/lib/typescript/module/icons/Quote.d.ts +10 -10
- package/lib/typescript/module/icons/RaisingHand.d.ts +4 -4
- package/lib/typescript/module/icons/Reply.d.ts +4 -4
- package/lib/typescript/module/icons/Repost.d.ts +8 -8
- package/lib/typescript/module/icons/Rose.d.ts +2 -2
- package/lib/typescript/module/icons/SettingsGear2.d.ts +4 -4
- package/lib/typescript/module/icons/SettingsSlider.d.ts +2 -2
- package/lib/typescript/module/icons/Shaka.d.ts +2 -2
- package/lib/typescript/module/icons/Shapes.d.ts +2 -2
- package/lib/typescript/module/icons/Shield.d.ts +4 -4
- package/lib/typescript/module/icons/Sparkle.d.ts +2 -2
- package/lib/typescript/module/icons/Speaker.d.ts +2 -2
- package/lib/typescript/module/icons/SquareArrowTopRight.d.ts +2 -2
- package/lib/typescript/module/icons/SquareBehindSquare4.d.ts +2 -2
- package/lib/typescript/module/icons/Star.d.ts +4 -4
- package/lib/typescript/module/icons/StarterPack.d.ts +2 -2
- package/lib/typescript/module/icons/StreamingLive.d.ts +2 -2
- package/lib/typescript/module/icons/TEMPLATE.d.ts +4 -4
- package/lib/typescript/module/icons/TextSize.d.ts +2 -2
- package/lib/typescript/module/icons/Ticket.d.ts +2 -2
- package/lib/typescript/module/icons/Times.d.ts +2 -2
- package/lib/typescript/module/icons/TitleCase.d.ts +2 -2
- package/lib/typescript/module/icons/Trash.d.ts +4 -4
- package/lib/typescript/module/icons/Tree.d.ts +2 -2
- package/lib/typescript/module/icons/Trending.d.ts +4 -4
- package/lib/typescript/module/icons/UFO.d.ts +2 -2
- package/lib/typescript/module/icons/UserCircle.d.ts +4 -4
- package/lib/typescript/module/icons/Verified.d.ts +2 -2
- package/lib/typescript/module/icons/VerifiedCheck.d.ts +2 -2
- package/lib/typescript/module/icons/VerifierCheck.d.ts +2 -2
- package/lib/typescript/module/icons/VideoClip.d.ts +4 -4
- package/lib/typescript/module/icons/Warning.d.ts +2 -2
- package/lib/typescript/module/icons/Window.d.ts +2 -2
- package/lib/typescript/module/icons/Wrench.d.ts +2 -2
- package/lib/typescript/module/icons/Zap.d.ts +2 -2
- package/lib/typescript/module/icons/index.d.ts +2 -2
- package/lib/typescript/module/icons/shared.d.ts +394 -0
- package/lib/typescript/module/icons/shared.d.ts.map +1 -0
- package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts +26 -0
- package/lib/typescript/module/image-aspect-ratio-cache/aspect-ratio-cache.d.ts.map +1 -0
- package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts +2 -2
- package/lib/typescript/module/image-aspect-ratio-cache/index.d.ts.map +1 -1
- package/lib/typescript/module/index.d.ts +29 -22
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/index.web.d.ts +31 -24
- package/lib/typescript/module/index.web.d.ts.map +1 -1
- package/lib/typescript/module/input-group/InputGroup.d.ts +2 -6
- package/lib/typescript/module/input-group/InputGroup.d.ts.map +1 -1
- package/lib/typescript/module/input-group/index.d.ts +1 -1
- package/lib/typescript/module/input-group/index.d.ts.map +1 -1
- package/lib/typescript/module/input-group/types.d.ts +1 -1
- package/lib/typescript/module/item/Item.d.ts +1 -1
- package/lib/typescript/module/item/Item.d.ts.map +1 -1
- package/lib/typescript/module/item/types.d.ts +12 -2
- package/lib/typescript/module/item/types.d.ts.map +1 -1
- package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts +17 -6
- package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts.map +1 -1
- package/lib/typescript/module/list/VirtualList.d.ts +28 -0
- package/lib/typescript/module/list/VirtualList.d.ts.map +1 -0
- package/lib/typescript/module/list/VirtualList.web.d.ts +44 -0
- package/lib/typescript/module/list/VirtualList.web.d.ts.map +1 -0
- package/lib/typescript/module/list/index.d.ts +2 -27
- package/lib/typescript/module/list/index.d.ts.map +1 -1
- package/lib/typescript/module/list/index.web.d.ts +2 -43
- package/lib/typescript/module/list/index.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/Loading.d.ts.map +1 -1
- package/lib/typescript/module/loading/Loading.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/SpinnerIcon.d.ts +0 -12
- package/lib/typescript/module/loading/SpinnerIcon.d.ts.map +1 -1
- package/lib/typescript/module/loading/SpinnerIcon.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/index.d.ts +1 -1
- package/lib/typescript/module/loading/index.d.ts.map +1 -1
- package/lib/typescript/module/loading/index.web.d.ts +1 -1
- package/lib/typescript/module/loading/index.web.d.ts.map +1 -1
- package/lib/typescript/module/loading/types.d.ts +2 -11
- package/lib/typescript/module/loading/types.d.ts.map +1 -1
- package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts +1 -16
- package/lib/typescript/module/media-inset-border/MediaInsetBorder.d.ts.map +1 -1
- package/lib/typescript/module/media-inset-border/index.d.ts +1 -1
- package/lib/typescript/module/media-inset-border/index.d.ts.map +1 -1
- package/lib/typescript/module/media-inset-border/types.d.ts +17 -0
- package/lib/typescript/module/media-inset-border/types.d.ts.map +1 -0
- package/lib/typescript/module/menubar/Menubar.d.ts +26 -0
- package/lib/typescript/module/menubar/Menubar.d.ts.map +1 -0
- package/lib/typescript/module/menubar/Menubar.web.d.ts +26 -0
- package/lib/typescript/module/menubar/Menubar.web.d.ts.map +1 -0
- package/lib/typescript/module/menubar/context.d.ts +11 -0
- package/lib/typescript/module/menubar/context.d.ts.map +1 -0
- package/lib/typescript/module/menubar/index.d.ts +3 -0
- package/lib/typescript/module/menubar/index.d.ts.map +1 -0
- package/lib/typescript/module/menubar/index.web.d.ts +3 -0
- package/lib/typescript/module/menubar/index.web.d.ts.map +1 -0
- package/lib/typescript/module/menubar/types.d.ts +37 -0
- package/lib/typescript/module/menubar/types.d.ts.map +1 -0
- package/lib/typescript/module/motion/ScreenTransition.d.ts +1 -19
- package/lib/typescript/module/motion/ScreenTransition.d.ts.map +1 -1
- package/lib/typescript/module/motion/index.d.ts +1 -1
- package/lib/typescript/module/motion/index.d.ts.map +1 -1
- package/lib/typescript/module/motion/index.web.d.ts +1 -1
- package/lib/typescript/module/motion/index.web.d.ts.map +1 -1
- package/lib/typescript/module/motion/types.d.ts +20 -0
- package/lib/typescript/module/motion/types.d.ts.map +1 -0
- package/lib/typescript/module/overlay/Overlay.d.ts +56 -0
- package/lib/typescript/module/overlay/Overlay.d.ts.map +1 -0
- package/lib/typescript/module/overlay/dropdown-placement.d.ts +38 -10
- package/lib/typescript/module/overlay/dropdown-placement.d.ts.map +1 -1
- package/lib/typescript/module/overlay/index.d.ts +2 -151
- package/lib/typescript/module/overlay/index.d.ts.map +1 -1
- package/lib/typescript/module/overlay/types.d.ts +66 -0
- package/lib/typescript/module/overlay/types.d.ts.map +1 -0
- package/lib/typescript/module/popover/Popover.d.ts +5 -0
- package/lib/typescript/module/popover/Popover.d.ts.map +1 -0
- package/lib/typescript/module/popover/Popover.web.d.ts +5 -0
- package/lib/typescript/module/popover/Popover.web.d.ts.map +1 -0
- package/lib/typescript/module/popover/context.d.ts +3 -14
- package/lib/typescript/module/popover/context.d.ts.map +1 -1
- package/lib/typescript/module/popover/index.d.ts +2 -13
- package/lib/typescript/module/popover/index.d.ts.map +1 -1
- package/lib/typescript/module/popover/index.web.d.ts +2 -13
- package/lib/typescript/module/popover/index.web.d.ts.map +1 -1
- package/lib/typescript/module/popover/types.d.ts +4 -53
- package/lib/typescript/module/popover/types.d.ts.map +1 -1
- package/lib/typescript/module/portal/Portal.d.ts +15 -0
- package/lib/typescript/module/portal/Portal.d.ts.map +1 -0
- package/lib/typescript/module/portal/Portal.web.d.ts +20 -0
- package/lib/typescript/module/portal/Portal.web.d.ts.map +1 -0
- package/lib/typescript/module/portal/index.d.ts +1 -14
- package/lib/typescript/module/portal/index.d.ts.map +1 -1
- package/lib/typescript/module/portal/index.web.d.ts +1 -19
- package/lib/typescript/module/portal/index.web.d.ts.map +1 -1
- package/lib/typescript/module/pressable-scale/PressableScale.d.ts +6 -11
- package/lib/typescript/module/pressable-scale/PressableScale.d.ts.map +1 -1
- package/lib/typescript/module/pressable-scale/index.d.ts +1 -1
- package/lib/typescript/module/pressable-scale/index.d.ts.map +1 -1
- package/lib/typescript/module/pressable-scale/types.d.ts +13 -0
- package/lib/typescript/module/pressable-scale/types.d.ts.map +1 -0
- package/lib/typescript/module/profile-card/ProfileCard.d.ts.map +1 -1
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts +22 -0
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.d.ts.map +1 -0
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts +29 -0
- package/lib/typescript/module/progressive-blur/ProgressiveBlur.web.d.ts.map +1 -0
- package/lib/typescript/module/progressive-blur/index.d.ts +1 -21
- package/lib/typescript/module/progressive-blur/index.d.ts.map +1 -1
- package/lib/typescript/module/progressive-blur/index.web.d.ts +1 -28
- package/lib/typescript/module/progressive-blur/index.web.d.ts.map +1 -1
- package/lib/typescript/module/progressive-blur/types.d.ts +1 -1
- package/lib/typescript/module/prompt-input/Actions.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/PromptInput.d.ts +2 -1
- package/lib/typescript/module/prompt-input/PromptInput.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/PromptInput.web.d.ts +14 -0
- package/lib/typescript/module/prompt-input/PromptInput.web.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/PromptInputBase.d.ts +18 -0
- package/lib/typescript/module/prompt-input/PromptInputBase.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/SubmitButton.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/context.d.ts +4 -5
- package/lib/typescript/module/prompt-input/context.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/index.d.ts +1 -1
- package/lib/typescript/module/prompt-input/index.d.ts.map +1 -1
- package/lib/typescript/module/prompt-input/index.web.d.ts +8 -0
- package/lib/typescript/module/prompt-input/index.web.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/types.d.ts +4 -4
- package/lib/typescript/module/prompt-input/types.d.ts.map +1 -1
- package/lib/typescript/module/provider/BloomProvider.d.ts +6 -0
- package/lib/typescript/module/provider/BloomProvider.d.ts.map +1 -0
- package/lib/typescript/module/provider/index.d.ts +2 -52
- package/lib/typescript/module/provider/index.d.ts.map +1 -1
- package/lib/typescript/module/provider/types.d.ts +15 -0
- package/lib/typescript/module/provider/types.d.ts.map +1 -0
- package/lib/typescript/module/radio/Radio.d.ts +15 -0
- package/lib/typescript/module/radio/Radio.d.ts.map +1 -0
- package/lib/typescript/module/radio/index.d.ts +3 -0
- package/lib/typescript/module/radio/index.d.ts.map +1 -0
- package/lib/typescript/module/radio/types.d.ts +63 -0
- package/lib/typescript/module/radio/types.d.ts.map +1 -0
- package/lib/typescript/module/radio-indicator/RadioIndicator.d.ts.map +1 -1
- package/lib/typescript/module/radio-indicator/types.d.ts +9 -0
- package/lib/typescript/module/radio-indicator/types.d.ts.map +1 -1
- package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts +7 -0
- package/lib/typescript/module/scroll/expo-router/expo-router-adapter.d.ts.map +1 -0
- package/lib/typescript/module/scroll/expo-router/index.d.ts +4 -4
- package/lib/typescript/module/scroll/expo-router/index.d.ts.map +1 -1
- package/lib/typescript/module/scroll/index.d.ts +1 -15
- package/lib/typescript/module/scroll/index.d.ts.map +1 -1
- package/lib/typescript/module/scroll/index.web.d.ts +1 -21
- package/lib/typescript/module/scroll/index.web.d.ts.map +1 -1
- package/lib/typescript/module/scroll/types.d.ts +18 -0
- package/lib/typescript/module/scroll/types.d.ts.map +1 -1
- package/lib/typescript/module/scroll/use-scroll-restoration.d.ts +16 -0
- package/lib/typescript/module/scroll/use-scroll-restoration.d.ts.map +1 -0
- package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts +22 -0
- package/lib/typescript/module/scroll/use-scroll-restoration.web.d.ts.map +1 -0
- package/lib/typescript/module/search/Search.d.ts +10 -0
- package/lib/typescript/module/search/Search.d.ts.map +1 -0
- package/lib/typescript/module/search/index.d.ts +1 -9
- package/lib/typescript/module/search/index.d.ts.map +1 -1
- package/lib/typescript/module/segmented-control/SegmentedControl.d.ts +41 -0
- package/lib/typescript/module/segmented-control/SegmentedControl.d.ts.map +1 -0
- package/lib/typescript/module/segmented-control/index.d.ts +1 -44
- package/lib/typescript/module/segmented-control/index.d.ts.map +1 -1
- package/lib/typescript/module/select/Select.d.ts +25 -0
- package/lib/typescript/module/select/Select.d.ts.map +1 -0
- package/lib/typescript/module/select/Select.web.d.ts +22 -0
- package/lib/typescript/module/select/Select.web.d.ts.map +1 -0
- package/lib/typescript/module/select/index.d.ts +3 -13
- package/lib/typescript/module/select/index.d.ts.map +1 -1
- package/lib/typescript/module/select/index.web.d.ts +3 -13
- package/lib/typescript/module/select/index.web.d.ts.map +1 -1
- package/lib/typescript/module/select/shared.d.ts +44 -0
- package/lib/typescript/module/select/shared.d.ts.map +1 -0
- package/lib/typescript/module/select/types.d.ts +50 -26
- package/lib/typescript/module/select/types.d.ts.map +1 -1
- package/lib/typescript/module/settings-list/SettingsList.d.ts.map +1 -1
- package/lib/typescript/module/skeleton/Skeleton.d.ts +64 -0
- package/lib/typescript/module/skeleton/Skeleton.d.ts.map +1 -0
- package/lib/typescript/module/skeleton/index.d.ts +1 -63
- package/lib/typescript/module/skeleton/index.d.ts.map +1 -1
- package/lib/typescript/module/slider/Slider.d.ts.map +1 -1
- package/lib/typescript/module/slider/types.d.ts +10 -0
- package/lib/typescript/module/slider/types.d.ts.map +1 -1
- package/lib/typescript/module/stat-bar/StatBar.d.ts.map +1 -1
- package/lib/typescript/module/styles/atoms.d.ts +1 -1
- package/lib/typescript/module/styles/index.d.ts +1 -1
- package/lib/typescript/module/styles/index.d.ts.map +1 -1
- package/lib/typescript/module/styles/interactive-web-css.d.ts +69 -0
- package/lib/typescript/module/styles/interactive-web-css.d.ts.map +1 -0
- package/lib/typescript/module/styles/pointer.d.ts +11 -0
- package/lib/typescript/module/styles/pointer.d.ts.map +1 -0
- package/lib/typescript/module/styles/styled-primitives.d.ts +90 -0
- package/lib/typescript/module/styles/styled-primitives.d.ts.map +1 -0
- package/lib/typescript/module/styles/tokens.d.ts +41 -4
- package/lib/typescript/module/styles/tokens.d.ts.map +1 -1
- package/lib/typescript/module/styles/web-view-style.d.ts +11 -0
- package/lib/typescript/module/styles/web-view-style.d.ts.map +1 -1
- package/lib/typescript/module/styles/z-index.d.ts +0 -18
- package/lib/typescript/module/styles/z-index.d.ts.map +1 -1
- package/lib/typescript/module/subtle-hover/SubtleHover.d.ts +1 -18
- package/lib/typescript/module/subtle-hover/SubtleHover.d.ts.map +1 -1
- package/lib/typescript/module/subtle-hover/index.d.ts +1 -1
- package/lib/typescript/module/subtle-hover/index.d.ts.map +1 -1
- package/lib/typescript/module/subtle-hover/types.d.ts +19 -0
- package/lib/typescript/module/subtle-hover/types.d.ts.map +1 -0
- package/lib/typescript/module/surfaces/SurfaceHost.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/api.d.ts +17 -9
- package/lib/typescript/module/surfaces/api.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/index.d.ts +3 -3
- package/lib/typescript/module/surfaces/index.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/index.web.d.ts +3 -3
- package/lib/typescript/module/surfaces/index.web.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/prompts.d.ts +17 -1
- package/lib/typescript/module/surfaces/prompts.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/surface-store.d.ts +51 -0
- package/lib/typescript/module/surfaces/surface-store.d.ts.map +1 -0
- package/lib/typescript/module/surfaces/types.d.ts +40 -3
- package/lib/typescript/module/surfaces/types.d.ts.map +1 -1
- package/lib/typescript/module/surfaces/use-surface.d.ts +21 -0
- package/lib/typescript/module/surfaces/use-surface.d.ts.map +1 -0
- package/lib/typescript/module/switch/Switch.d.ts.map +1 -1
- package/lib/typescript/module/switch/types.d.ts +17 -0
- package/lib/typescript/module/switch/types.d.ts.map +1 -1
- package/lib/typescript/module/tab-bar/TabBarBase.d.ts +1 -1
- package/lib/typescript/module/tab-bar/context.d.ts +51 -0
- package/lib/typescript/module/tab-bar/context.d.ts.map +1 -0
- package/lib/typescript/module/tab-bar/expo-router/RouterTabBar.d.ts +1 -1
- package/lib/typescript/module/tab-bar/expo-router/index.d.ts +1 -1
- package/lib/typescript/module/tab-bar/index.d.ts +2 -2
- package/lib/typescript/module/tab-bar/index.d.ts.map +1 -1
- package/lib/typescript/module/tab-bar/index.web.d.ts +2 -2
- package/lib/typescript/module/tab-bar/index.web.d.ts.map +1 -1
- package/lib/typescript/module/tab-bar/surface.d.ts +1 -1
- package/lib/typescript/module/tab-bar/types.d.ts +1 -1
- package/lib/typescript/module/tabs/Tabs.d.ts.map +1 -1
- package/lib/typescript/module/text-field/TextField.d.ts +21 -0
- package/lib/typescript/module/text-field/TextField.d.ts.map +1 -0
- package/lib/typescript/module/text-field/index.d.ts +2 -50
- package/lib/typescript/module/text-field/index.d.ts.map +1 -1
- package/lib/typescript/module/text-field/types.d.ts +28 -0
- package/lib/typescript/module/text-field/types.d.ts.map +1 -0
- package/lib/typescript/module/theme/accent-colors.d.ts +62 -0
- package/lib/typescript/module/theme/accent-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/adaptive-colors.d.ts +35 -1
- package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme-from-seed.d.ts.map +1 -1
- package/lib/typescript/module/theme/build-theme.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-engine/color-utils.d.ts +4 -0
- package/lib/typescript/module/theme/color-engine/color-utils.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts +34 -0
- package/lib/typescript/module/theme/color-engine/generate-role-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-engine/index.d.ts +10 -47
- package/lib/typescript/module/theme/color-engine/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-policy.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-scope/ColorScope.d.ts +33 -0
- package/lib/typescript/module/theme/color-scope/ColorScope.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts +24 -0
- package/lib/typescript/module/theme/color-scope/ColorScope.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/index.d.ts +2 -32
- package/lib/typescript/module/theme/color-scope/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-scope/index.web.d.ts +2 -23
- package/lib/typescript/module/theme/color-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/module/theme/color-utils.d.ts +22 -3
- package/lib/typescript/module/theme/color-utils.d.ts.map +1 -1
- package/lib/typescript/module/theme/glass-colors.d.ts +195 -0
- package/lib/typescript/module/theme/glass-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/index.d.ts +8 -8
- package/lib/typescript/module/theme/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/index.web.d.ts +32 -0
- package/lib/typescript/module/theme/index.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/press-colors.d.ts +25 -0
- package/lib/typescript/module/theme/press-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts +45 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.d.ts.map +1 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts +43 -0
- package/lib/typescript/module/theme/seed-scope/SeedScope.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/seed-scope/index.d.ts +2 -44
- package/lib/typescript/module/theme/seed-scope/index.d.ts.map +1 -1
- package/lib/typescript/module/theme/seed-scope/index.web.d.ts +2 -42
- package/lib/typescript/module/theme/seed-scope/index.web.d.ts.map +1 -1
- package/lib/typescript/module/theme/types.d.ts +20 -0
- package/lib/typescript/module/theme/types.d.ts.map +1 -1
- package/lib/typescript/module/toast/Positioner.d.ts +1 -1
- package/lib/typescript/module/toast/ToastOutlet.d.ts +27 -0
- package/lib/typescript/module/toast/ToastOutlet.d.ts.map +1 -0
- package/lib/typescript/module/toast/ToastRow.d.ts +1 -1
- package/lib/typescript/module/toast/ToastSwipeHandler.d.ts +1 -1
- package/lib/typescript/module/toast/Toaster.d.ts +1 -1
- package/lib/typescript/module/toast/container-geometry.d.ts +78 -0
- package/lib/typescript/module/toast/container-geometry.d.ts.map +1 -0
- package/lib/typescript/module/toast/context.d.ts +1 -1
- package/lib/typescript/module/toast/index.d.ts +1 -26
- package/lib/typescript/module/toast/index.d.ts.map +1 -1
- package/lib/typescript/module/toast/row-geometry.d.ts +35 -0
- package/lib/typescript/module/toast/row-geometry.d.ts.map +1 -0
- package/lib/typescript/module/toast/toast-comparator.d.ts +1 -1
- package/lib/typescript/module/toast/toast-store.d.ts +1 -1
- package/lib/typescript/module/toast/types.d.ts +0 -1
- package/lib/typescript/module/toast/types.d.ts.map +1 -1
- package/lib/typescript/module/toast/use-toast-colors.d.ts.map +1 -1
- package/lib/typescript/module/toast/use-toast-position.d.ts +1 -1
- package/lib/typescript/module/tooltip/Tooltip.d.ts +17 -0
- package/lib/typescript/module/tooltip/Tooltip.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/Tooltip.web.d.ts +17 -0
- package/lib/typescript/module/tooltip/Tooltip.web.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/constants.d.ts +5 -0
- package/lib/typescript/module/tooltip/constants.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/index.d.ts +1 -28
- package/lib/typescript/module/tooltip/index.d.ts.map +1 -1
- package/lib/typescript/module/tooltip/index.web.d.ts +1 -25
- package/lib/typescript/module/tooltip/index.web.d.ts.map +1 -1
- package/lib/typescript/module/typography/Typography.d.ts +54 -0
- package/lib/typescript/module/typography/Typography.d.ts.map +1 -0
- package/lib/typescript/module/typography/index.d.ts +2 -19
- package/lib/typescript/module/typography/index.d.ts.map +1 -1
- package/lib/typescript/module/typography/types.d.ts +13 -0
- package/lib/typescript/module/typography/types.d.ts.map +1 -0
- package/lib/typescript/module/user-hover-card/UserHoverCard.d.ts.map +1 -1
- package/lib/typescript/module/user-hover-card/types.d.ts +16 -0
- package/lib/typescript/module/user-hover-card/types.d.ts.map +1 -1
- package/lib/typescript/module/zoomable-image-gallery/ZoomableImageGallery.d.ts.map +1 -1
- package/package.json +95 -73
- package/src/accordion/Accordion.tsx +43 -15
- package/src/activity-heatmap/ActivityHeatmap.tsx +19 -3
- package/src/activity-heatmap/index.ts +1 -1
- package/src/activity-heatmap/types.ts +13 -2
- package/src/admonition/index.ts +9 -0
- package/src/alert-dialog/AlertDialog.tsx +14 -17
- package/src/alert-dialog/index.ts +6 -8
- package/src/alert-dialog/index.web.ts +2 -8
- package/src/animated-check/AnimatedCheck.tsx +1 -12
- package/src/animated-check/index.ts +1 -1
- package/src/animated-check/types.ts +11 -0
- package/src/aspect-ratio/AspectRatio.tsx +58 -0
- package/src/aspect-ratio/index.ts +2 -0
- package/src/aspect-ratio/types.ts +19 -0
- package/src/avatar/Avatar.tsx +22 -3
- package/src/avatar/default-avatar.ts +9 -2
- package/src/avatar/index.ts +3 -9
- package/src/avatar/types.ts +1 -1
- package/src/avatar-group/AvatarGroup.web.tsx +37 -16
- package/src/avatar-group/AvatarGroupBase.tsx +45 -6
- package/src/badge/Badge.tsx +10 -36
- package/src/badge/index.ts +1 -7
- package/src/badge/types.ts +7 -6
- package/src/benefit-list/BenefitList.tsx +126 -0
- package/src/benefit-list/index.ts +5 -0
- package/src/bottom-sheet/BottomSheet.tsx +118 -0
- package/src/bottom-sheet/BottomSheet.web.tsx +75 -0
- package/src/bottom-sheet/BottomSheetBase.tsx +13 -152
- package/src/bottom-sheet/index.ts +5 -0
- package/src/bottom-sheet/index.web.ts +5 -0
- package/src/bottom-sheet/types.ts +154 -0
- package/src/button/Button.tsx +146 -32
- package/src/button/Button.web.tsx +155 -86
- package/src/button/types.ts +17 -1
- package/src/card/Card.tsx +72 -31
- package/src/card/index.ts +3 -0
- package/src/card/types.ts +38 -1
- package/src/checkbox/Checkbox.tsx +174 -47
- package/src/chip/Chip.tsx +143 -47
- package/src/chip/index.ts +1 -1
- package/src/chip/types.ts +9 -5
- package/src/combobox/Combobox.tsx +61 -39
- package/src/combobox/index.ts +3 -2
- package/src/combobox/index.web.ts +3 -2
- package/src/command/Command.tsx +3 -3
- package/src/command/types.ts +1 -1
- package/src/connection-dots/ConnectionDots.web.tsx +10 -2
- package/src/connection-dots/ConnectionDotsBase.tsx +4 -3
- package/src/connection-status/ConnectionStatusToasts.tsx +46 -0
- package/src/connection-status/ConnectionStatusToasts.web.tsx +34 -0
- package/src/connection-status/index.ts +4 -0
- package/src/connection-status/index.web.ts +4 -0
- package/src/content-panel/ContentPanel.tsx +106 -0
- package/src/content-panel/ContentPanel.web.tsx +198 -0
- package/src/content-panel/index.ts +7 -0
- package/src/content-panel/index.web.ts +7 -0
- package/src/content-panel/types.ts +49 -0
- package/src/context-menu/ContextMenu.tsx +119 -0
- package/src/context-menu/ContextMenu.web.tsx +165 -0
- package/src/context-menu/context.ts +26 -34
- package/src/context-menu/index.ts +31 -0
- package/src/context-menu/index.web.ts +31 -0
- package/src/context-menu/types.ts +52 -65
- package/src/design-tokens/scales.ts +23 -3
- package/src/design-tokens/shadows.native.ts +36 -1
- package/src/design-tokens/shadows.ts +24 -3
- package/src/design-tokens/theme.css +6 -0
- package/src/design-tokens/tokens.json +180 -162
- package/src/dialog/Dialog.tsx +22 -55
- package/src/dialog/Dialog.web.tsx +5 -40
- package/src/dialog/DialogBottomSheet.tsx +8 -4
- package/src/dialog/DialogContent.tsx +40 -25
- package/src/dialog/DialogHeader.tsx +45 -20
- package/src/dialog/SheetShell.tsx +21 -1
- package/src/dialog/index.ts +1 -7
- package/src/dialog/index.web.ts +1 -7
- package/src/dialog/types.ts +5 -1
- package/src/dot-grid-meter/DotGridMeter.tsx +14 -1
- package/src/dot-grid-meter/types.ts +12 -0
- package/src/dropdown-menu/DropdownMenu.tsx +110 -0
- package/src/dropdown-menu/DropdownMenu.web.tsx +136 -0
- package/src/dropdown-menu/context.ts +23 -0
- package/src/dropdown-menu/index.ts +31 -0
- package/src/dropdown-menu/index.web.ts +31 -0
- package/src/dropdown-menu/types.ts +34 -0
- package/src/error-boundary/ErrorBoundary.tsx +16 -5
- package/src/fab/Fab.tsx +110 -52
- package/src/fab/Fab.web.tsx +51 -54
- package/src/fill/index.ts +3 -0
- package/src/floating/FloatingPanel.tsx +462 -0
- package/src/floating/TriggerSlot.tsx +128 -0
- package/src/floating/constants.ts +343 -0
- package/src/floating/context.ts +77 -0
- package/src/floating/index.ts +43 -0
- package/src/floating/menu-rows.tsx +316 -0
- package/src/floating/menu-sub-flyout.tsx +476 -0
- package/src/floating/menu-sub-inline.tsx +110 -0
- package/src/floating/shared.tsx +233 -0
- package/src/floating/types.ts +365 -0
- package/src/floating/use-anchor-rect.ts +65 -0
- package/src/floating/use-sheet-open-bridge.ts +60 -0
- package/src/frosted-icon-button/FrostedIconButton.tsx +124 -60
- package/src/frosted-icon-button/FrostedIconButton.web.tsx +68 -61
- package/src/glass/GlassSurface.tsx +161 -0
- package/src/glass/blur-target.tsx +160 -0
- package/src/glass/index.ts +11 -0
- package/src/glass/types.ts +51 -0
- package/src/grid/index.ts +4 -0
- package/src/hooks/index.ts +14 -10
- package/src/hooks/use-accessibility-focus.ts +106 -0
- package/src/hooks/use-accessible-name-warning.ts +80 -0
- package/src/hooks/use-press-animation.ts +74 -0
- package/src/icon-circle/IconCircle.tsx +40 -0
- package/src/icon-circle/index.ts +3 -0
- package/src/icons/Logo.tsx +1 -1
- package/src/icons/TEMPLATE.tsx +1 -1
- package/src/icons/VerifiedCheck.tsx +1 -1
- package/src/icons/VerifierCheck.tsx +1 -1
- package/src/icons/index.ts +2 -2
- package/src/image-aspect-ratio-cache/index.ts +2 -2
- package/src/index.ts +107 -35
- package/src/index.web.ts +110 -38
- package/src/input-group/InputGroup.tsx +14 -11
- package/src/input-group/index.ts +1 -1
- package/src/input-group/types.ts +1 -1
- package/src/item/Item.tsx +50 -15
- package/src/item/types.ts +12 -2
- package/src/link-preview/LinkPreviewCard.tsx +87 -52
- package/src/list/VirtualList.tsx +114 -0
- package/src/list/VirtualList.web.tsx +254 -0
- package/src/list/index.ts +11 -0
- package/src/list/index.web.ts +11 -0
- package/src/loading/Loading.tsx +0 -45
- package/src/loading/Loading.web.tsx +0 -45
- package/src/loading/SpinnerIcon.tsx +13 -8
- package/src/loading/SpinnerIcon.web.tsx +5 -3
- package/src/loading/index.ts +0 -1
- package/src/loading/index.web.ts +0 -1
- package/src/loading/types.ts +1 -12
- package/src/media-inset-border/MediaInsetBorder.tsx +1 -15
- package/src/media-inset-border/index.ts +1 -1
- package/src/media-inset-border/types.ts +18 -0
- package/src/menubar/Menubar.tsx +172 -0
- package/src/menubar/Menubar.web.tsx +210 -0
- package/src/menubar/context.ts +44 -0
- package/src/menubar/index.ts +33 -0
- package/src/menubar/index.web.ts +33 -0
- package/src/menubar/types.ts +54 -0
- package/src/motion/ScreenTransition.tsx +1 -19
- package/src/motion/index.ts +1 -1
- package/src/motion/index.web.ts +1 -1
- package/src/motion/types.ts +21 -0
- package/src/overlay/Overlay.tsx +418 -0
- package/src/overlay/dropdown-placement.ts +126 -22
- package/src/overlay/index.ts +17 -0
- package/src/overlay/types.ts +67 -0
- package/src/popover/Popover.tsx +72 -0
- package/src/popover/Popover.web.tsx +107 -0
- package/src/popover/context.ts +16 -19
- package/src/popover/index.ts +2 -0
- package/src/popover/index.web.ts +2 -0
- package/src/popover/types.ts +9 -60
- package/src/portal/Portal.tsx +132 -0
- package/src/portal/Portal.web.tsx +80 -0
- package/src/portal/index.ts +5 -0
- package/src/portal/index.web.ts +5 -0
- package/src/pressable-scale/PressableScale.tsx +26 -38
- package/src/pressable-scale/index.ts +1 -1
- package/src/pressable-scale/types.ts +13 -0
- package/src/profile-card/ProfileCard.tsx +12 -6
- package/src/progressive-blur/ProgressiveBlur.tsx +76 -0
- package/src/progressive-blur/ProgressiveBlur.web.tsx +64 -0
- package/src/progressive-blur/index.ts +4 -0
- package/src/progressive-blur/index.web.ts +4 -0
- package/src/progressive-blur/shared.ts +1 -1
- package/src/progressive-blur/types.ts +1 -1
- package/src/prompt-input/Actions.tsx +2 -1
- package/src/prompt-input/Attachments.tsx +3 -3
- package/src/prompt-input/PromptInput.tsx +5 -269
- package/src/prompt-input/PromptInput.web.tsx +18 -0
- package/src/prompt-input/PromptInputBase.tsx +288 -0
- package/src/prompt-input/SubmitButton.tsx +48 -15
- package/src/prompt-input/context.ts +4 -7
- package/src/prompt-input/index.ts +1 -2
- package/src/prompt-input/index.web.ts +26 -0
- package/src/prompt-input/types.ts +4 -4
- package/src/provider/BloomProvider.tsx +79 -0
- package/src/provider/index.ts +4 -0
- package/src/provider/types.ts +15 -0
- package/src/radio/Radio.tsx +180 -0
- package/src/radio/index.ts +2 -0
- package/src/radio/types.ts +66 -0
- package/src/radio-indicator/RadioIndicator.tsx +11 -1
- package/src/radio-indicator/types.ts +9 -0
- package/src/scroll/expo-router/expo-router-adapter.ts +140 -0
- package/src/scroll/expo-router/index.ts +4 -138
- package/src/scroll/index.ts +1 -103
- package/src/scroll/index.web.ts +12 -0
- package/src/scroll/types.ts +18 -0
- package/src/scroll/use-scroll-restoration.ts +120 -0
- package/src/scroll/use-scroll-restoration.web.ts +364 -0
- package/src/search/Search.tsx +74 -0
- package/src/search/index.ts +3 -0
- package/src/segmented-control/SegmentedControl.tsx +337 -0
- package/src/segmented-control/index.ts +5 -0
- package/src/select/Select.tsx +424 -0
- package/src/select/Select.web.tsx +424 -0
- package/src/select/index.ts +30 -0
- package/src/select/index.web.ts +30 -0
- package/src/select/shared.tsx +157 -0
- package/src/select/types.ts +53 -27
- package/src/settings-list/SettingsList.tsx +30 -52
- package/src/skeleton/Skeleton.tsx +229 -0
- package/src/skeleton/index.ts +8 -0
- package/src/slider/Slider.tsx +2 -0
- package/src/slider/types.ts +10 -0
- package/src/stat-bar/StatBar.tsx +8 -1
- package/src/styles/index.ts +1 -1
- package/src/styles/interactive-web-css.ts +166 -0
- package/src/styles/pointer.ts +33 -0
- package/src/styles/styled-primitives.ts +111 -0
- package/src/styles/tokens.ts +59 -22
- package/src/styles/web-view-style.ts +11 -0
- package/src/styles/z-index.ts +0 -1
- package/src/subtle-hover/SubtleHover.tsx +8 -37
- package/src/subtle-hover/index.ts +1 -1
- package/src/subtle-hover/types.ts +20 -0
- package/src/surfaces/SurfaceHost.tsx +18 -9
- package/src/surfaces/api.ts +17 -9
- package/src/surfaces/index.ts +4 -1
- package/src/surfaces/index.web.ts +4 -1
- package/src/surfaces/prompts.tsx +138 -121
- package/src/surfaces/types.ts +47 -3
- package/src/switch/Switch.tsx +11 -1
- package/src/switch/types.ts +17 -0
- package/src/tab-bar/TabBarBase.tsx +3 -3
- package/src/tab-bar/context.tsx +117 -0
- package/src/tab-bar/expo-router/RouterTabBar.tsx +1 -1
- package/src/tab-bar/expo-router/fading-tab-screen.tsx +1 -1
- package/src/tab-bar/expo-router/index.ts +1 -1
- package/src/tab-bar/glyph.native.tsx +1 -1
- package/src/tab-bar/glyph.tsx +1 -1
- package/src/tab-bar/index.ts +3 -3
- package/src/tab-bar/index.web.ts +35 -0
- package/src/tab-bar/shared.ts +1 -1
- package/src/tab-bar/surface-solid.tsx +1 -1
- package/src/tab-bar/surface.native.tsx +1 -1
- package/src/tab-bar/surface.tsx +1 -1
- package/src/tab-bar/surface.web.tsx +1 -1
- package/src/tab-bar/types.ts +1 -1
- package/src/tabs/Tabs.tsx +49 -21
- package/src/text-field/TextField.tsx +610 -0
- package/src/text-field/index.ts +9 -0
- package/src/text-field/types.ts +31 -0
- package/src/theme/BloomThemeProvider.tsx +1 -1
- package/src/theme/accent-colors.ts +166 -0
- package/src/theme/adaptive-colors.ts +31 -3
- package/src/theme/build-theme-from-seed.ts +13 -1
- package/src/theme/build-theme.ts +29 -2
- package/src/theme/color-engine/color-utils.ts +15 -0
- package/src/theme/color-engine/generate-role-colors.ts +67 -0
- package/src/theme/color-engine/index.ts +17 -87
- package/src/theme/color-policy.ts +64 -12
- package/src/theme/color-scope/index.ts +2 -0
- package/src/theme/color-scope/index.web.ts +2 -0
- package/src/theme/color-utils.ts +40 -9
- package/src/theme/glass-colors.ts +273 -0
- package/src/theme/index.ts +32 -21
- package/src/theme/index.web.ts +77 -0
- package/src/theme/press-colors.ts +100 -0
- package/src/theme/seed-scope/index.ts +2 -0
- package/src/theme/seed-scope/index.web.ts +2 -0
- package/src/theme/types.ts +21 -0
- package/src/toast/Positioner.tsx +2 -2
- package/src/toast/ToastContent.tsx +8 -2
- package/src/toast/ToastIcon.tsx +1 -1
- package/src/toast/ToastOutlet.tsx +31 -0
- package/src/toast/ToastRow.tsx +2 -2
- package/src/toast/ToastSwipeHandler.tsx +1 -1
- package/src/toast/Toaster.tsx +2 -2
- package/src/toast/animations.ts +1 -1
- package/src/toast/constants.ts +1 -1
- package/src/toast/container-geometry.ts +148 -0
- package/src/toast/context.tsx +1 -1
- package/src/toast/index.ts +26 -0
- package/src/toast/row-geometry.ts +158 -0
- package/src/toast/toast-comparator.ts +1 -1
- package/src/toast/toast-fns.ts +1 -1
- package/src/toast/toast-store.ts +2 -2
- package/src/toast/toast-timers.ts +1 -1
- package/src/toast/types.ts +0 -1
- package/src/toast/use-app-state.ts +1 -1
- package/src/toast/use-toast-colors.ts +8 -4
- package/src/toast/use-toast-position.ts +2 -2
- package/src/tooltip/Tooltip.tsx +379 -0
- package/src/tooltip/Tooltip.web.tsx +155 -0
- package/src/tooltip/index.ts +6 -0
- package/src/tooltip/index.web.ts +6 -0
- package/src/typography/Typography.tsx +311 -0
- package/src/typography/index.ts +18 -0
- package/src/typography/types.ts +19 -0
- package/src/user-hover-card/UserHoverCard.tsx +33 -27
- package/src/user-hover-card/types.ts +16 -0
- package/src/zoomable-image-gallery/ZoomableImageGallery.tsx +100 -38
- package/NOTICE +0 -92
- package/lib/commonjs/activity-heatmap/bucketByDay.js +0 -51
- package/lib/commonjs/activity-heatmap/bucketByDay.js.map +0 -1
- package/lib/commonjs/alert-dialog/AlertDialogHost.js +0 -50
- package/lib/commonjs/alert-dialog/AlertDialogHost.js.map +0 -1
- package/lib/commonjs/alert-dialog/confirm-store.js +0 -80
- package/lib/commonjs/alert-dialog/confirm-store.js.map +0 -1
- package/lib/commonjs/avatar/placeholder-context.js +0 -15
- package/lib/commonjs/avatar/placeholder-context.js.map +0 -1
- package/lib/commonjs/collapsible/Collapsible.js +0 -108
- package/lib/commonjs/collapsible/Collapsible.js.map +0 -1
- package/lib/commonjs/collapsible/index.js +0 -13
- package/lib/commonjs/collapsible/index.js.map +0 -1
- package/lib/commonjs/collapsible/types.js.map +0 -1
- package/lib/commonjs/content-panel/nesting-context.js +0 -39
- package/lib/commonjs/content-panel/nesting-context.js.map +0 -1
- package/lib/commonjs/dialog/BloomDialogProvider.js +0 -61
- package/lib/commonjs/dialog/BloomDialogProvider.js.map +0 -1
- package/lib/commonjs/dialog/BloomDialogProvider.web.js +0 -45
- package/lib/commonjs/dialog/BloomDialogProvider.web.js.map +0 -1
- package/lib/commonjs/dialog/alert-store.js +0 -116
- package/lib/commonjs/dialog/alert-store.js.map +0 -1
- package/lib/commonjs/dialog/alert.js +0 -38
- package/lib/commonjs/dialog/alert.js.map +0 -1
- package/lib/commonjs/grouped-buttons/GroupedButtons.js +0 -114
- package/lib/commonjs/grouped-buttons/GroupedButtons.js.map +0 -1
- package/lib/commonjs/grouped-buttons/index.js +0 -19
- package/lib/commonjs/grouped-buttons/index.js.map +0 -1
- package/lib/commonjs/grouped-buttons/types.js.map +0 -1
- package/lib/commonjs/hooks/mergeRefs.js +0 -32
- package/lib/commonjs/hooks/mergeRefs.js.map +0 -1
- package/lib/commonjs/hooks/useControllableState.js +0 -35
- package/lib/commonjs/hooks/useControllableState.js.map +0 -1
- package/lib/commonjs/hooks/useDelayedLoading.js +0 -23
- package/lib/commonjs/hooks/useDelayedLoading.js.map +0 -1
- package/lib/commonjs/hooks/useGutters.js +0 -106
- package/lib/commonjs/hooks/useGutters.js.map +0 -1
- package/lib/commonjs/hooks/useHaptics.js +0 -67
- package/lib/commonjs/hooks/useHaptics.js.map +0 -1
- package/lib/commonjs/hooks/useImagePreload.js +0 -52
- package/lib/commonjs/hooks/useImagePreload.js.map +0 -1
- package/lib/commonjs/hooks/useInteractionState.js +0 -70
- package/lib/commonjs/hooks/useInteractionState.js.map +0 -1
- package/lib/commonjs/hooks/usePressAnimation.js +0 -45
- package/lib/commonjs/hooks/usePressAnimation.js.map +0 -1
- package/lib/commonjs/hooks/useThrottledValue.js +0 -35
- package/lib/commonjs/hooks/useThrottledValue.js.map +0 -1
- package/lib/commonjs/icons/common.js +0 -79
- package/lib/commonjs/icons/common.js.map +0 -1
- package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -82
- package/lib/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
- package/lib/commonjs/menu/context.js +0 -28
- package/lib/commonjs/menu/context.js.map +0 -1
- package/lib/commonjs/menu/index.js +0 -237
- package/lib/commonjs/menu/index.js.map +0 -1
- package/lib/commonjs/menu/index.web.js +0 -384
- package/lib/commonjs/menu/index.web.js.map +0 -1
- package/lib/commonjs/menu/types.js.map +0 -1
- package/lib/commonjs/pressable-with-hover/PressableWithHover.js +0 -36
- package/lib/commonjs/pressable-with-hover/PressableWithHover.js.map +0 -1
- package/lib/commonjs/pressable-with-hover/index.js +0 -13
- package/lib/commonjs/pressable-with-hover/index.js.map +0 -1
- package/lib/commonjs/select/common.js +0 -39
- package/lib/commonjs/select/common.js.map +0 -1
- package/lib/commonjs/surfaces/surfaceStore.js +0 -172
- package/lib/commonjs/surfaces/surfaceStore.js.map +0 -1
- package/lib/commonjs/surfaces/useSurface.js +0 -36
- package/lib/commonjs/surfaces/useSurface.js.map +0 -1
- package/lib/commonjs/tab-bar/minimize-context.js +0 -127
- package/lib/commonjs/tab-bar/minimize-context.js.map +0 -1
- package/lib/commonjs/toast/position-utils.js +0 -120
- package/lib/commonjs/toast/position-utils.js.map +0 -1
- package/lib/commonjs/toast/positioner-utils.js +0 -141
- package/lib/commonjs/toast/positioner-utils.js.map +0 -1
- package/lib/commonjs/tooltip/const.js +0 -12
- package/lib/commonjs/tooltip/const.js.map +0 -1
- package/lib/commonjs/typography/styled-text.js +0 -29
- package/lib/commonjs/typography/styled-text.js.map +0 -1
- package/lib/module/activity-heatmap/bucketByDay.js +0 -47
- package/lib/module/activity-heatmap/bucketByDay.js.map +0 -1
- package/lib/module/alert-dialog/AlertDialogHost.js +0 -45
- package/lib/module/alert-dialog/AlertDialogHost.js.map +0 -1
- package/lib/module/alert-dialog/confirm-store.js +0 -73
- package/lib/module/alert-dialog/confirm-store.js.map +0 -1
- package/lib/module/avatar/placeholder-context.js +0 -10
- package/lib/module/avatar/placeholder-context.js.map +0 -1
- package/lib/module/collapsible/Collapsible.js +0 -103
- package/lib/module/collapsible/Collapsible.js.map +0 -1
- package/lib/module/collapsible/index.js +0 -4
- package/lib/module/collapsible/index.js.map +0 -1
- package/lib/module/collapsible/types.js.map +0 -1
- package/lib/module/content-panel/nesting-context.js +0 -35
- package/lib/module/content-panel/nesting-context.js.map +0 -1
- package/lib/module/dialog/BloomDialogProvider.js +0 -57
- package/lib/module/dialog/BloomDialogProvider.js.map +0 -1
- package/lib/module/dialog/BloomDialogProvider.web.js +0 -41
- package/lib/module/dialog/BloomDialogProvider.web.js.map +0 -1
- package/lib/module/dialog/alert-store.js +0 -107
- package/lib/module/dialog/alert-store.js.map +0 -1
- package/lib/module/dialog/alert.js +0 -35
- package/lib/module/dialog/alert.js.map +0 -1
- package/lib/module/grouped-buttons/GroupedButtons.js +0 -109
- package/lib/module/grouped-buttons/GroupedButtons.js.map +0 -1
- package/lib/module/grouped-buttons/index.js +0 -4
- package/lib/module/grouped-buttons/index.js.map +0 -1
- package/lib/module/grouped-buttons/types.js.map +0 -1
- package/lib/module/hooks/mergeRefs.js +0 -28
- package/lib/module/hooks/mergeRefs.js.map +0 -1
- package/lib/module/hooks/useControllableState.js +0 -31
- package/lib/module/hooks/useControllableState.js.map +0 -1
- package/lib/module/hooks/useDelayedLoading.js +0 -20
- package/lib/module/hooks/useDelayedLoading.js.map +0 -1
- package/lib/module/hooks/useGutters.js +0 -103
- package/lib/module/hooks/useGutters.js.map +0 -1
- package/lib/module/hooks/useHaptics.js +0 -61
- package/lib/module/hooks/useHaptics.js.map +0 -1
- package/lib/module/hooks/useImagePreload.js +0 -48
- package/lib/module/hooks/useImagePreload.js.map +0 -1
- package/lib/module/hooks/useInteractionState.js +0 -66
- package/lib/module/hooks/useInteractionState.js.map +0 -1
- package/lib/module/hooks/usePressAnimation.js +0 -42
- package/lib/module/hooks/usePressAnimation.js.map +0 -1
- package/lib/module/hooks/useThrottledValue.js +0 -32
- package/lib/module/hooks/useThrottledValue.js.map +0 -1
- package/lib/module/icons/common.js +0 -73
- package/lib/module/icons/common.js.map +0 -1
- package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js +0 -73
- package/lib/module/image-aspect-ratio-cache/imageAspectRatioCache.js.map +0 -1
- package/lib/module/menu/context.js +0 -22
- package/lib/module/menu/context.js.map +0 -1
- package/lib/module/menu/index.js +0 -215
- package/lib/module/menu/index.js.map +0 -1
- package/lib/module/menu/index.web.js +0 -366
- package/lib/module/menu/index.web.js.map +0 -1
- package/lib/module/menu/types.js.map +0 -1
- package/lib/module/pressable-with-hover/PressableWithHover.js +0 -31
- package/lib/module/pressable-with-hover/PressableWithHover.js.map +0 -1
- package/lib/module/pressable-with-hover/index.js +0 -4
- package/lib/module/pressable-with-hover/index.js.map +0 -1
- package/lib/module/select/common.js +0 -32
- package/lib/module/select/common.js.map +0 -1
- package/lib/module/surfaces/surfaceStore.js +0 -159
- package/lib/module/surfaces/surfaceStore.js.map +0 -1
- package/lib/module/surfaces/useSurface.js +0 -31
- package/lib/module/surfaces/useSurface.js.map +0 -1
- package/lib/module/tab-bar/minimize-context.js +0 -118
- package/lib/module/tab-bar/minimize-context.js.map +0 -1
- package/lib/module/toast/position-utils.js +0 -112
- package/lib/module/toast/position-utils.js.map +0 -1
- package/lib/module/toast/positioner-utils.js +0 -134
- package/lib/module/toast/positioner-utils.js.map +0 -1
- package/lib/module/tooltip/const.js +0 -8
- package/lib/module/tooltip/const.js.map +0 -1
- package/lib/module/typography/styled-text.js +0 -24
- package/lib/module/typography/styled-text.js.map +0 -1
- package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts +0 -9
- package/lib/typescript/commonjs/activity-heatmap/bucketByDay.d.ts.map +0 -1
- package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts +0 -15
- package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts.map +0 -1
- package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts +0 -31
- package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts.map +0 -1
- package/lib/typescript/commonjs/avatar/placeholder-context.d.ts +0 -8
- package/lib/typescript/commonjs/avatar/placeholder-context.d.ts.map +0 -1
- package/lib/typescript/commonjs/collapsible/Collapsible.d.ts +0 -4
- package/lib/typescript/commonjs/collapsible/Collapsible.d.ts.map +0 -1
- package/lib/typescript/commonjs/collapsible/index.d.ts +0 -3
- package/lib/typescript/commonjs/collapsible/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/collapsible/types.d.ts +0 -18
- package/lib/typescript/commonjs/collapsible/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/content-panel/nesting-context.d.ts +0 -24
- package/lib/typescript/commonjs/content-panel/nesting-context.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts +0 -27
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts +0 -15
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/alert-store.d.ts +0 -70
- package/lib/typescript/commonjs/dialog/alert-store.d.ts.map +0 -1
- package/lib/typescript/commonjs/dialog/alert.d.ts +0 -27
- package/lib/typescript/commonjs/dialog/alert.d.ts.map +0 -1
- package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts +0 -12
- package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts.map +0 -1
- package/lib/typescript/commonjs/grouped-buttons/index.d.ts +0 -3
- package/lib/typescript/commonjs/grouped-buttons/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/grouped-buttons/types.d.ts +0 -15
- package/lib/typescript/commonjs/grouped-buttons/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/mergeRefs.d.ts +0 -17
- package/lib/typescript/commonjs/hooks/mergeRefs.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useControllableState.d.ts +0 -19
- package/lib/typescript/commonjs/hooks/useControllableState.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts +0 -6
- package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useGutters.d.ts +0 -32
- package/lib/typescript/commonjs/hooks/useGutters.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useHaptics.d.ts +0 -28
- package/lib/typescript/commonjs/hooks/useHaptics.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useImagePreload.d.ts +0 -10
- package/lib/typescript/commonjs/hooks/useImagePreload.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useInteractionState.d.ts +0 -35
- package/lib/typescript/commonjs/hooks/useInteractionState.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts +0 -16
- package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts.map +0 -1
- package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts +0 -5
- package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/common.d.ts +0 -394
- package/lib/typescript/commonjs/icons/common.d.ts.map +0 -1
- package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
- package/lib/typescript/commonjs/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/context.d.ts +0 -6
- package/lib/typescript/commonjs/menu/context.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/index.d.ts +0 -22
- package/lib/typescript/commonjs/menu/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/index.web.d.ts +0 -26
- package/lib/typescript/commonjs/menu/index.web.d.ts.map +0 -1
- package/lib/typescript/commonjs/menu/types.d.ts +0 -62
- package/lib/typescript/commonjs/menu/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts +0 -18
- package/lib/typescript/commonjs/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
- package/lib/typescript/commonjs/pressable-with-hover/index.d.ts +0 -3
- package/lib/typescript/commonjs/pressable-with-hover/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/select/common.d.ts +0 -5
- package/lib/typescript/commonjs/select/common.d.ts.map +0 -1
- package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts +0 -51
- package/lib/typescript/commonjs/surfaces/surfaceStore.d.ts.map +0 -1
- package/lib/typescript/commonjs/surfaces/useSurface.d.ts +0 -21
- package/lib/typescript/commonjs/surfaces/useSurface.d.ts.map +0 -1
- package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts +0 -51
- package/lib/typescript/commonjs/tab-bar/minimize-context.d.ts.map +0 -1
- package/lib/typescript/commonjs/toast/position-utils.d.ts +0 -35
- package/lib/typescript/commonjs/toast/position-utils.d.ts.map +0 -1
- package/lib/typescript/commonjs/toast/positioner-utils.d.ts +0 -72
- package/lib/typescript/commonjs/toast/positioner-utils.d.ts.map +0 -1
- package/lib/typescript/commonjs/tooltip/const.d.ts +0 -5
- package/lib/typescript/commonjs/tooltip/const.d.ts.map +0 -1
- package/lib/typescript/commonjs/typography/styled-text.d.ts +0 -10
- package/lib/typescript/commonjs/typography/styled-text.d.ts.map +0 -1
- package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts +0 -9
- package/lib/typescript/module/activity-heatmap/bucketByDay.d.ts.map +0 -1
- package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts +0 -15
- package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts.map +0 -1
- package/lib/typescript/module/alert-dialog/confirm-store.d.ts +0 -31
- package/lib/typescript/module/alert-dialog/confirm-store.d.ts.map +0 -1
- package/lib/typescript/module/avatar/placeholder-context.d.ts +0 -8
- package/lib/typescript/module/avatar/placeholder-context.d.ts.map +0 -1
- package/lib/typescript/module/collapsible/Collapsible.d.ts +0 -4
- package/lib/typescript/module/collapsible/Collapsible.d.ts.map +0 -1
- package/lib/typescript/module/collapsible/index.d.ts +0 -3
- package/lib/typescript/module/collapsible/index.d.ts.map +0 -1
- package/lib/typescript/module/collapsible/types.d.ts +0 -18
- package/lib/typescript/module/collapsible/types.d.ts.map +0 -1
- package/lib/typescript/module/content-panel/nesting-context.d.ts +0 -24
- package/lib/typescript/module/content-panel/nesting-context.d.ts.map +0 -1
- package/lib/typescript/module/dialog/BloomDialogProvider.d.ts +0 -27
- package/lib/typescript/module/dialog/BloomDialogProvider.d.ts.map +0 -1
- package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts +0 -15
- package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts.map +0 -1
- package/lib/typescript/module/dialog/alert-store.d.ts +0 -70
- package/lib/typescript/module/dialog/alert-store.d.ts.map +0 -1
- package/lib/typescript/module/dialog/alert.d.ts +0 -27
- package/lib/typescript/module/dialog/alert.d.ts.map +0 -1
- package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts +0 -12
- package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts.map +0 -1
- package/lib/typescript/module/grouped-buttons/index.d.ts +0 -3
- package/lib/typescript/module/grouped-buttons/index.d.ts.map +0 -1
- package/lib/typescript/module/grouped-buttons/types.d.ts +0 -15
- package/lib/typescript/module/grouped-buttons/types.d.ts.map +0 -1
- package/lib/typescript/module/hooks/mergeRefs.d.ts +0 -17
- package/lib/typescript/module/hooks/mergeRefs.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useControllableState.d.ts +0 -19
- package/lib/typescript/module/hooks/useControllableState.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useDelayedLoading.d.ts +0 -6
- package/lib/typescript/module/hooks/useDelayedLoading.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useGutters.d.ts +0 -32
- package/lib/typescript/module/hooks/useGutters.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useHaptics.d.ts +0 -28
- package/lib/typescript/module/hooks/useHaptics.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useImagePreload.d.ts +0 -10
- package/lib/typescript/module/hooks/useImagePreload.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useInteractionState.d.ts +0 -35
- package/lib/typescript/module/hooks/useInteractionState.d.ts.map +0 -1
- package/lib/typescript/module/hooks/usePressAnimation.d.ts +0 -16
- package/lib/typescript/module/hooks/usePressAnimation.d.ts.map +0 -1
- package/lib/typescript/module/hooks/useThrottledValue.d.ts +0 -5
- package/lib/typescript/module/hooks/useThrottledValue.d.ts.map +0 -1
- package/lib/typescript/module/icons/common.d.ts +0 -394
- package/lib/typescript/module/icons/common.d.ts.map +0 -1
- package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts +0 -26
- package/lib/typescript/module/image-aspect-ratio-cache/imageAspectRatioCache.d.ts.map +0 -1
- package/lib/typescript/module/menu/context.d.ts +0 -6
- package/lib/typescript/module/menu/context.d.ts.map +0 -1
- package/lib/typescript/module/menu/index.d.ts +0 -22
- package/lib/typescript/module/menu/index.d.ts.map +0 -1
- package/lib/typescript/module/menu/index.web.d.ts +0 -26
- package/lib/typescript/module/menu/index.web.d.ts.map +0 -1
- package/lib/typescript/module/menu/types.d.ts +0 -62
- package/lib/typescript/module/menu/types.d.ts.map +0 -1
- package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts +0 -18
- package/lib/typescript/module/pressable-with-hover/PressableWithHover.d.ts.map +0 -1
- package/lib/typescript/module/pressable-with-hover/index.d.ts +0 -3
- package/lib/typescript/module/pressable-with-hover/index.d.ts.map +0 -1
- package/lib/typescript/module/select/common.d.ts +0 -5
- package/lib/typescript/module/select/common.d.ts.map +0 -1
- package/lib/typescript/module/surfaces/surfaceStore.d.ts +0 -51
- package/lib/typescript/module/surfaces/surfaceStore.d.ts.map +0 -1
- package/lib/typescript/module/surfaces/useSurface.d.ts +0 -21
- package/lib/typescript/module/surfaces/useSurface.d.ts.map +0 -1
- package/lib/typescript/module/tab-bar/minimize-context.d.ts +0 -51
- package/lib/typescript/module/tab-bar/minimize-context.d.ts.map +0 -1
- package/lib/typescript/module/toast/position-utils.d.ts +0 -35
- package/lib/typescript/module/toast/position-utils.d.ts.map +0 -1
- package/lib/typescript/module/toast/positioner-utils.d.ts +0 -72
- package/lib/typescript/module/toast/positioner-utils.d.ts.map +0 -1
- package/lib/typescript/module/tooltip/const.d.ts +0 -5
- package/lib/typescript/module/tooltip/const.d.ts.map +0 -1
- package/lib/typescript/module/typography/styled-text.d.ts +0 -10
- package/lib/typescript/module/typography/styled-text.d.ts.map +0 -1
- package/src/__tests__/AlertDialog.test.tsx +0 -284
- package/src/__tests__/AnimatedCheck.test.tsx +0 -31
- package/src/__tests__/Avatar.test.tsx +0 -87
- package/src/__tests__/AvatarGroupCluster.test.tsx +0 -224
- package/src/__tests__/BenefitList.test.tsx +0 -108
- package/src/__tests__/BloomColorScope.test.tsx +0 -244
- package/src/__tests__/BloomProvider.web.test.tsx +0 -107
- package/src/__tests__/BloomThemeProvider.fonts-web.test.tsx +0 -42
- package/src/__tests__/BloomThemeProvider.modes.test.tsx +0 -159
- package/src/__tests__/BloomThemeProvider.persistence.test.tsx +0 -321
- package/src/__tests__/BloomThemeProvider.test.tsx +0 -188
- package/src/__tests__/BottomSheet.test.tsx +0 -329
- package/src/__tests__/BottomSheetGesture.test.tsx +0 -135
- package/src/__tests__/BottomSheetWebFork.test.ts +0 -66
- package/src/__tests__/Button.test.tsx +0 -306
- package/src/__tests__/Button.web.test.tsx +0 -268
- package/src/__tests__/Code.test.tsx +0 -25
- package/src/__tests__/Command.test.tsx +0 -228
- package/src/__tests__/ConnectionDots.test.tsx +0 -86
- package/src/__tests__/ContentPanelNesting.test.tsx +0 -126
- package/src/__tests__/Dialog.test.tsx +0 -254
- package/src/__tests__/Dialog.web.test.tsx +0 -101
- package/src/__tests__/DialogBottomSheet.test.tsx +0 -284
- package/src/__tests__/DialogMorph.test.tsx +0 -230
- package/src/__tests__/DialogPlacement.test.tsx +0 -144
- package/src/__tests__/ErrorBoundary.test.tsx +0 -217
- package/src/__tests__/Fab.test.tsx +0 -93
- package/src/__tests__/Fab.web.test.tsx +0 -203
- package/src/__tests__/Field.test.tsx +0 -55
- package/src/__tests__/FontLoader.native.test.tsx +0 -146
- package/src/__tests__/FrostedIconButton.test.tsx +0 -137
- package/src/__tests__/FrostedIconButton.web.test.tsx +0 -246
- package/src/__tests__/InputGroup.test.tsx +0 -47
- package/src/__tests__/Item.test.tsx +0 -77
- package/src/__tests__/Kbd.test.tsx +0 -27
- package/src/__tests__/Label.test.tsx +0 -30
- package/src/__tests__/LinkPreviewCard.test.tsx +0 -88
- package/src/__tests__/MediaInsetBorder.test.tsx +0 -36
- package/src/__tests__/Motion.test.tsx +0 -86
- package/src/__tests__/MotionWebFork.test.ts +0 -140
- package/src/__tests__/Pre.test.tsx +0 -25
- package/src/__tests__/PressableScale.test.tsx +0 -38
- package/src/__tests__/PressableWithHover.test.tsx +0 -48
- package/src/__tests__/SelectItemLabel.test.tsx +0 -46
- package/src/__tests__/SettingsList.test.tsx +0 -76
- package/src/__tests__/SheetShell.test.tsx +0 -82
- package/src/__tests__/Skeleton.test.tsx +0 -63
- package/src/__tests__/Slider.test.tsx +0 -47
- package/src/__tests__/StatWidgets.test.tsx +0 -184
- package/src/__tests__/SubtleHover.test.tsx +0 -50
- package/src/__tests__/TabBar.test.tsx +0 -430
- package/src/__tests__/TabBarAnimatedShorthand.test.ts +0 -135
- package/src/__tests__/TabBarBlur.test.tsx +0 -159
- package/src/__tests__/TabBarFootprint.test.tsx +0 -172
- package/src/__tests__/TabBarGlassFallback.test.tsx +0 -234
- package/src/__tests__/TabBarLongPress.test.tsx +0 -258
- package/src/__tests__/TabBarMaxWidth.test.tsx +0 -413
- package/src/__tests__/TabBarNoSelection.test.tsx +0 -460
- package/src/__tests__/TabBarReanimatedDeps.test.ts +0 -154
- package/src/__tests__/TabBarWebFork.test.ts +0 -244
- package/src/__tests__/Tabs.test.tsx +0 -573
- package/src/__tests__/TextFieldFloatingLabel.test.tsx +0 -93
- package/src/__tests__/ToastContent.test.tsx +0 -192
- package/src/__tests__/ToastHostWebFork.test.ts +0 -173
- package/src/__tests__/Toaster.test.tsx +0 -1142
- package/src/__tests__/VirtualList.native.test.tsx +0 -67
- package/src/__tests__/VirtualList.web.test.tsx +0 -127
- package/src/__tests__/adopt-style-sheet.node.test.ts +0 -21
- package/src/__tests__/adopt-style-sheet.test.ts +0 -165
- package/src/__tests__/ambient-theme.test.tsx +0 -136
- package/src/__tests__/animated-style-deps.test.ts +0 -180
- package/src/__tests__/apply-dark-class.test.ts +0 -70
- package/src/__tests__/apply-font-faces.test.ts +0 -121
- package/src/__tests__/aria-state-web.test.tsx +0 -466
- package/src/__tests__/backdrop-fade-form.test.ts +0 -91
- package/src/__tests__/backdrop-nesting.test.tsx +0 -95
- package/src/__tests__/color-scope-nativewind.test.ts +0 -135
- package/src/__tests__/confirm-store.test.ts +0 -74
- package/src/__tests__/connection-status-netinfo.test.tsx +0 -203
- package/src/__tests__/design-tokens-json.test.ts +0 -112
- package/src/__tests__/design-tokens.test.ts +0 -343
- package/src/__tests__/dropdown-placement.test.ts +0 -90
- package/src/__tests__/exports-map-contract.test.ts +0 -116
- package/src/__tests__/icon-references.test.ts +0 -243
- package/src/__tests__/imageIntrinsicSize.test.ts +0 -47
- package/src/__tests__/init-css-interop.test.ts +0 -130
- package/src/__tests__/native-root-vars.test.ts +0 -158
- package/src/__tests__/optional-peer-imports.test.ts +0 -465
- package/src/__tests__/overlay-pointer-events.test.tsx +0 -238
- package/src/__tests__/overlay-stack-order.test.tsx +0 -270
- package/src/__tests__/persistence.test.ts +0 -155
- package/src/__tests__/pointer-events-style-form.test.ts +0 -94
- package/src/__tests__/preset-vars.test.ts +0 -140
- package/src/__tests__/public-api-contract.test.ts +0 -69
- package/src/__tests__/scroll-expo-router-adapter.test.tsx +0 -164
- package/src/__tests__/scroll-native.test.tsx +0 -465
- package/src/__tests__/scroll-store.test.ts +0 -109
- package/src/__tests__/scroll-web.test.tsx +0 -1023
- package/src/__tests__/support/constructed-style-sheets.ts +0 -68
- package/src/__tests__/surfaceStore.test.ts +0 -219
- package/src/__tests__/svg-required-peer.test.tsx +0 -75
- package/src/__tests__/theme-gradients.test.ts +0 -31
- package/src/__tests__/theme.test.ts +0 -183
- package/src/__tests__/toast-animations.test.ts +0 -98
- package/src/__tests__/toast-comparator.test.ts +0 -131
- package/src/__tests__/toast-enter-driver.test.ts +0 -147
- package/src/__tests__/toast-fns.test.ts +0 -240
- package/src/__tests__/toast-position-utils.test.ts +0 -303
- package/src/__tests__/toast-positioner-utils.test.ts +0 -214
- package/src/__tests__/toast-single-outlet-guard.test.tsx +0 -176
- package/src/__tests__/toast-stack-hover.test.ts +0 -92
- package/src/__tests__/toast-store.test.ts +0 -694
- package/src/__tests__/toast-timers.test.ts +0 -163
- package/src/__tests__/use-animated-target.test.tsx +0 -60
- package/src/__tests__/use-app-state.test.tsx +0 -127
- package/src/__tests__/use-toast-colors.test.tsx +0 -189
- package/src/__tests__/useGutters.test.ts +0 -58
- package/src/__tests__/useHaptics.test.tsx +0 -245
- package/src/__tests__/useInteractionState.test.ts +0 -27
- package/src/__tests__/useNavigationTheme.test.tsx +0 -227
- package/src/__tests__/web-css-style.test.ts +0 -139
- package/src/__tests__/web-position-fixed.test.ts +0 -70
- package/src/activity-heatmap/ActivityHeatmap.stories.tsx +0 -108
- package/src/alert-dialog/AlertDialog.stories.tsx +0 -61
- package/src/alert-dialog/AlertDialogHost.tsx +0 -51
- package/src/alert-dialog/confirm-store.ts +0 -77
- package/src/animated-check/AnimatedCheck.stories.tsx +0 -60
- package/src/avatar/Avatar.stories.tsx +0 -215
- package/src/avatar-group/AvatarGroup.stories.tsx +0 -218
- package/src/benefit-list/BenefitList.stories.tsx +0 -50
- package/src/benefit-list/index.tsx +0 -133
- package/src/bottom-sheet/BottomSheet.stories.tsx +0 -92
- package/src/bottom-sheet/index.tsx +0 -108
- package/src/bottom-sheet/index.web.tsx +0 -77
- package/src/button/Button.stories.tsx +0 -94
- package/src/collapsible/Collapsible.tsx +0 -109
- package/src/collapsible/index.ts +0 -2
- package/src/collapsible/types.ts +0 -18
- package/src/combobox/Combobox.stories.tsx +0 -40
- package/src/command/Command.stories.tsx +0 -60
- package/src/composition-bar/CompositionBar.stories.tsx +0 -70
- package/src/connection-dots/ConnectionDots.stories.tsx +0 -54
- package/src/connection-status/index.tsx +0 -48
- package/src/connection-status/index.web.tsx +0 -36
- package/src/content-panel/index.tsx +0 -157
- package/src/content-panel/index.web.tsx +0 -252
- package/src/context-menu/ContextMenu.stories.tsx +0 -79
- package/src/context-menu/index.tsx +0 -285
- package/src/context-menu/index.web.tsx +0 -418
- package/src/dialog/BloomDialogProvider.tsx +0 -61
- package/src/dialog/BloomDialogProvider.web.tsx +0 -46
- package/src/dialog/Dialog.stories.tsx +0 -149
- package/src/dialog/alert-store.ts +0 -126
- package/src/dialog/alert.ts +0 -42
- package/src/dot-grid-meter/DotGridMeter.stories.tsx +0 -47
- package/src/fab/Fab.stories.tsx +0 -80
- package/src/field/Field.stories.tsx +0 -54
- package/src/frosted-icon-button/FrostedIconButton.stories.tsx +0 -65
- package/src/grouped-buttons/GroupedButtons.tsx +0 -113
- package/src/grouped-buttons/index.ts +0 -2
- package/src/grouped-buttons/types.ts +0 -16
- package/src/hooks/usePressAnimation.ts +0 -38
- package/src/icon-circle/index.tsx +0 -39
- package/src/input-group/InputGroup.stories.tsx +0 -65
- package/src/item/Item.stories.tsx +0 -43
- package/src/kbd/Kbd.stories.tsx +0 -36
- package/src/label/Label.stories.tsx +0 -32
- package/src/list/index.tsx +0 -121
- package/src/list/index.web.tsx +0 -261
- package/src/loading/Loading.stories.tsx +0 -60
- package/src/media-inset-border/MediaInsetBorder.stories.tsx +0 -60
- package/src/menu/Menu.stories.tsx +0 -79
- package/src/menu/context.ts +0 -25
- package/src/menu/index.tsx +0 -275
- package/src/menu/index.web.tsx +0 -469
- package/src/menu/types.ts +0 -78
- package/src/motion/Motion.stories.tsx +0 -99
- package/src/overlay/OverlayStacking.stories.tsx +0 -207
- package/src/overlay/index.tsx +0 -446
- package/src/popover/Popover.stories.tsx +0 -61
- package/src/popover/index.tsx +0 -104
- package/src/popover/index.web.tsx +0 -334
- package/src/portal/index.tsx +0 -131
- package/src/portal/index.web.tsx +0 -80
- package/src/pressable-scale/PressableScale.stories.tsx +0 -92
- package/src/pressable-with-hover/PressableWithHover.stories.tsx +0 -43
- package/src/pressable-with-hover/PressableWithHover.tsx +0 -43
- package/src/pressable-with-hover/index.ts +0 -2
- package/src/profile-card/ProfileCard.stories.tsx +0 -210
- package/src/progressive-blur/index.tsx +0 -78
- package/src/progressive-blur/index.web.tsx +0 -66
- package/src/prompt-input/PromptInput.stories.tsx +0 -82
- package/src/provider/index.tsx +0 -77
- package/src/scroll/index.web.tsx +0 -356
- package/src/search/index.tsx +0 -76
- package/src/segmented-control/index.tsx +0 -348
- package/src/select/Select.stories.tsx +0 -93
- package/src/select/common.ts +0 -33
- package/src/select/index.tsx +0 -418
- package/src/select/index.web.tsx +0 -481
- package/src/settings-list/SettingsList.stories.tsx +0 -106
- package/src/skeleton/index.tsx +0 -228
- package/src/slider/Slider.stories.tsx +0 -46
- package/src/stat-bar/StatBar.stories.tsx +0 -61
- package/src/subtle-hover/SubtleHover.stories.tsx +0 -85
- package/src/tab-bar/TabBar.stories.tsx +0 -268
- package/src/tab-bar/index.web.tsx +0 -35
- package/src/tab-bar/minimize-context.tsx +0 -117
- package/src/text-field/TextField.stories.tsx +0 -136
- package/src/text-field/index.tsx +0 -619
- package/src/theme/__tests__/__fixtures__/golden-resolved-tokens.json +0 -2162
- package/src/theme/__tests__/__snapshots__/visual-gallery.test.tsx.snap +0 -1266
- package/src/theme/__tests__/build-theme-from-seed-parity.test.ts +0 -33
- package/src/theme/__tests__/color-engine-golden.test.ts +0 -81
- package/src/theme/__tests__/color-preset-gates.test.ts +0 -50
- package/src/theme/__tests__/color-space.test.ts +0 -28
- package/src/theme/__tests__/color-utils.test.ts +0 -40
- package/src/theme/__tests__/explicit-accents.test.ts +0 -129
- package/src/theme/__tests__/fixtures/color-engine-golden.json +0 -1
- package/src/theme/__tests__/golden-tokens.test.ts +0 -32
- package/src/theme/__tests__/policy-legibility.test.ts +0 -194
- package/src/theme/__tests__/runtime-contract.test.ts +0 -63
- package/src/theme/__tests__/seed-scope-parity.test.ts +0 -27
- package/src/theme/__tests__/theme-colors-parity.test.ts +0 -76
- package/src/theme/__tests__/token-registry.test.ts +0 -30
- package/src/theme/__tests__/visual-gallery.test.tsx +0 -10
- package/src/toast/Toast.stories.tsx +0 -346
- package/src/toast/index.tsx +0 -56
- package/src/toast/position-utils.ts +0 -154
- package/src/toast/positioner-utils.ts +0 -142
- package/src/tooltip/index.tsx +0 -400
- package/src/tooltip/index.web.tsx +0 -167
- package/src/typography/__tests__/defaults.test.ts +0 -57
- package/src/typography/index.tsx +0 -139
- package/src/typography/styled-text.ts +0 -24
- package/src/user-hover-card/UserHoverCard.stories.tsx +0 -113
- package/src/zoomable-image-gallery/ZoomableImageGallery.stories.tsx +0 -134
- /package/lib/commonjs/{collapsible → aspect-ratio}/types.js +0 -0
- /package/lib/commonjs/{grouped-buttons → bottom-sheet}/types.js +0 -0
- /package/lib/commonjs/{menu → content-panel}/types.js +0 -0
- /package/lib/module/{collapsible → aspect-ratio}/types.js +0 -0
- /package/lib/module/{grouped-buttons → bottom-sheet}/types.js +0 -0
- /package/lib/module/{menu → content-panel}/types.js +0 -0
- /package/src/activity-heatmap/{bucketByDay.ts → bucket-by-day.ts} +0 -0
- /package/src/admonition/{index.tsx → Admonition.tsx} +0 -0
- /package/src/avatar/{placeholder-context.ts → context.ts} +0 -0
- /package/src/avatar-group/{index.web.tsx → index.web.ts} +0 -0
- /package/src/content-panel/{nesting-context.ts → context.ts} +0 -0
- /package/src/fill/{index.tsx → Fill.tsx} +0 -0
- /package/src/grid/{index.tsx → Grid.tsx} +0 -0
- /package/src/hooks/{mergeRefs.ts → merge-refs.ts} +0 -0
- /package/src/hooks/{useControllableState.ts → use-controllable-state.ts} +0 -0
- /package/src/hooks/{useDelayedLoading.ts → use-delayed-loading.ts} +0 -0
- /package/src/hooks/{useGutters.ts → use-gutters.ts} +0 -0
- /package/src/hooks/{useHaptics.tsx → use-haptics.tsx} +0 -0
- /package/src/hooks/{useImagePreload.ts → use-image-preload.ts} +0 -0
- /package/src/hooks/{useInteractionState.ts → use-interaction-state.ts} +0 -0
- /package/src/hooks/{useThrottledValue.ts → use-throttled-value.ts} +0 -0
- /package/src/icons/{common.tsx → shared.tsx} +0 -0
- /package/src/image-aspect-ratio-cache/{imageAspectRatioCache.ts → aspect-ratio-cache.ts} +0 -0
- /package/src/surfaces/{surfaceStore.ts → surface-store.ts} +0 -0
- /package/src/surfaces/{useSurface.ts → use-surface.ts} +0 -0
- /package/src/theme/color-scope/{index.tsx → ColorScope.tsx} +0 -0
- /package/src/theme/color-scope/{index.web.tsx → ColorScope.web.tsx} +0 -0
- /package/src/theme/seed-scope/{index.tsx → SeedScope.tsx} +0 -0
- /package/src/theme/seed-scope/{index.web.tsx → SeedScope.web.tsx} +0 -0
- /package/src/tooltip/{const.ts → constants.ts} +0 -0
|
@@ -3,174 +3,41 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
function
|
|
39
|
-
|
|
40
|
-
style
|
|
41
|
-
}) {
|
|
42
|
-
const {
|
|
43
|
-
colors
|
|
44
|
-
} = (0, _useTheme.useTheme)();
|
|
45
|
-
const shimmer = useShimmer();
|
|
46
|
-
const flattened = _reactNative.StyleSheet.flatten(style);
|
|
47
|
-
const width = flattened?.width;
|
|
48
|
-
const lineHeight = flattened?.lineHeight || 14;
|
|
49
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
50
|
-
style: [styles.textOuter, {
|
|
51
|
-
maxWidth: width
|
|
52
|
-
}, {
|
|
53
|
-
paddingVertical: lineHeight * 0.15
|
|
54
|
-
}],
|
|
55
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Animated.View, {
|
|
56
|
-
style: [styles.textInner, {
|
|
57
|
-
backgroundColor: colors.contrast50,
|
|
58
|
-
height: lineHeight * 0.7,
|
|
59
|
-
opacity: _reactNative.Animated.multiply(shimmer, blend ? 0.6 : 1)
|
|
60
|
-
}]
|
|
61
|
-
})
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
Text.displayName = 'Skeleton.Text';
|
|
65
|
-
function Circle({
|
|
66
|
-
children,
|
|
67
|
-
size,
|
|
68
|
-
blend,
|
|
69
|
-
style
|
|
70
|
-
}) {
|
|
71
|
-
const {
|
|
72
|
-
colors
|
|
73
|
-
} = (0, _useTheme.useTheme)();
|
|
74
|
-
const shimmer = useShimmer();
|
|
75
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Animated.View, {
|
|
76
|
-
style: [styles.circle, {
|
|
77
|
-
backgroundColor: colors.contrast50,
|
|
78
|
-
width: size,
|
|
79
|
-
height: size,
|
|
80
|
-
opacity: _reactNative.Animated.multiply(shimmer, blend ? 0.6 : 1)
|
|
81
|
-
}, style],
|
|
82
|
-
children: children
|
|
83
|
-
});
|
|
84
|
-
}
|
|
85
|
-
Circle.displayName = 'Skeleton.Circle';
|
|
86
|
-
function Pill({
|
|
87
|
-
size,
|
|
88
|
-
blend,
|
|
89
|
-
style
|
|
90
|
-
}) {
|
|
91
|
-
const {
|
|
92
|
-
colors
|
|
93
|
-
} = (0, _useTheme.useTheme)();
|
|
94
|
-
const shimmer = useShimmer();
|
|
95
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Animated.View, {
|
|
96
|
-
style: [styles.pill, {
|
|
97
|
-
backgroundColor: colors.contrast50,
|
|
98
|
-
width: size * 1.618,
|
|
99
|
-
height: size,
|
|
100
|
-
opacity: _reactNative.Animated.multiply(shimmer, blend ? 0.6 : 1)
|
|
101
|
-
}, style]
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
Pill.displayName = 'Skeleton.Pill';
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* Generic rectangular shimmering placeholder. Use for image/card/banner
|
|
108
|
-
* placeholders where neither {@link Pill} (forced borderRadius: 999) nor
|
|
109
|
-
* {@link Circle} fit. Defaults to a small borderRadius (8). Pass `0` for
|
|
110
|
-
* sharp corners or any larger number / percentage string for custom shapes.
|
|
111
|
-
*/
|
|
112
|
-
function Box({
|
|
113
|
-
width,
|
|
114
|
-
height,
|
|
115
|
-
borderRadius = 8,
|
|
116
|
-
blend,
|
|
117
|
-
style
|
|
118
|
-
}) {
|
|
119
|
-
const {
|
|
120
|
-
colors
|
|
121
|
-
} = (0, _useTheme.useTheme)();
|
|
122
|
-
const shimmer = useShimmer();
|
|
123
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Animated.View, {
|
|
124
|
-
style: [{
|
|
125
|
-
backgroundColor: colors.contrast50,
|
|
126
|
-
width,
|
|
127
|
-
height,
|
|
128
|
-
borderRadius,
|
|
129
|
-
opacity: _reactNative.Animated.multiply(shimmer, blend ? 0.6 : 1)
|
|
130
|
-
}, style]
|
|
131
|
-
});
|
|
132
|
-
}
|
|
133
|
-
Box.displayName = 'Skeleton.Box';
|
|
134
|
-
function Col({
|
|
135
|
-
children,
|
|
136
|
-
style
|
|
137
|
-
}) {
|
|
138
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
139
|
-
style: [styles.col, style],
|
|
140
|
-
children: children
|
|
141
|
-
});
|
|
142
|
-
}
|
|
143
|
-
Col.displayName = 'Skeleton.Col';
|
|
144
|
-
function Row({
|
|
145
|
-
children,
|
|
146
|
-
style
|
|
147
|
-
}) {
|
|
148
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
149
|
-
style: [styles.row, style],
|
|
150
|
-
children: children
|
|
151
|
-
});
|
|
152
|
-
}
|
|
153
|
-
Row.displayName = 'Skeleton.Row';
|
|
154
|
-
const styles = _reactNative.StyleSheet.create({
|
|
155
|
-
textOuter: {
|
|
156
|
-
flex: 1
|
|
157
|
-
},
|
|
158
|
-
textInner: {
|
|
159
|
-
borderRadius: 8
|
|
160
|
-
},
|
|
161
|
-
circle: {
|
|
162
|
-
justifyContent: 'center',
|
|
163
|
-
alignItems: 'center',
|
|
164
|
-
borderRadius: 999
|
|
165
|
-
},
|
|
166
|
-
pill: {
|
|
167
|
-
borderRadius: 999
|
|
168
|
-
},
|
|
169
|
-
col: {
|
|
170
|
-
flex: 1
|
|
171
|
-
},
|
|
172
|
-
row: {
|
|
173
|
-
flexDirection: 'row'
|
|
6
|
+
Object.defineProperty(exports, "Box", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _Skeleton.Box;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "Circle", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return _Skeleton.Circle;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "Col", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _Skeleton.Col;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "Pill", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () {
|
|
27
|
+
return _Skeleton.Pill;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "Row", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return _Skeleton.Row;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "Text", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () {
|
|
39
|
+
return _Skeleton.Text;
|
|
174
40
|
}
|
|
175
41
|
});
|
|
42
|
+
var _Skeleton = require("./Skeleton.js");
|
|
176
43
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_Skeleton","require"],"sourceRoot":"../../../src","sources":["skeleton/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -9,6 +9,7 @@ var _reactNative = require("react-native");
|
|
|
9
9
|
var _useTheme = require("../theme/use-theme.js");
|
|
10
10
|
var _tokens = require("../styles/tokens.js");
|
|
11
11
|
var _shadows = require("../design-tokens/shadows");
|
|
12
|
+
var _useAccessibleNameWarning = require("../hooks/use-accessible-name-warning.js");
|
|
12
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
14
|
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); }
|
|
14
15
|
function clamp(v, min, max) {
|
|
@@ -50,6 +51,7 @@ const SliderComponent = function Slider({
|
|
|
50
51
|
testID
|
|
51
52
|
}) {
|
|
52
53
|
const theme = (0, _useTheme.useTheme)();
|
|
54
|
+
(0, _useAccessibleNameWarning.useAccessibleNameWarning)('Slider', accessibilityLabel);
|
|
53
55
|
const [trackWidth, setTrackWidth] = (0, _react.useState)(0);
|
|
54
56
|
const pressScale = (0, _react.useRef)(new _reactNative.Animated.Value(0)).current;
|
|
55
57
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useTheme","_tokens","_shadows","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","clamp","v","min","max","Math","quantize","raw","step","steps","round","snapped","decimals","String","split","length","rounded","Number","toFixed","SliderComponent","Slider","value","onValueChange","onSlidingComplete","disabled","trackHeight","thumbSize","minimumTrackTintColor","maximumTrackTintColor","thumbTintColor","style","accessibilityLabel","testID","theme","useTheme","trackWidth","setTrackWidth","useState","pressScale","useRef","Animated","Value","current","stateRef","callbacksRef","gestureStartValueRef","range","fraction","fillColor","colors","primary","restColor","border","thumbColor","valueFromX","useCallback","x","s","animatePress","to","spring","toValue","useNativeDriver","animation","snappy","start","panResponder","useMemo","PanResponder","create","onStartShouldSetPanResponder","onMoveShouldSetPanResponder","onPanResponderGrant","next","nativeEvent","locationX","onPanResponderMove","_e","g","startFraction","startX","dx","onPanResponderRelease","onPanResponderTerminate","onLayout","layout","width","onKeyStep","delta","toEdge","webKeyHandler","Platform","OS","tabIndex","onKeyDown","key","preventDefault","thumbScale","interpolate","inputRange","outputRange","thumbLeft","jsxs","View","accessibilityRole","undefined","styles","root","height","panHandlers","children","jsx","track","borderRadius","backgroundColor","fill","thumb","marginTop","left","transform","scale","StyleSheet","justifyContent","overflow","position","top","bloomShadowStyle","opacity","exports","memo","displayName"],"sourceRoot":"../../../src","sources":["slider/Slider.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useTheme","_tokens","_shadows","_useAccessibleNameWarning","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","clamp","v","min","max","Math","quantize","raw","step","steps","round","snapped","decimals","String","split","length","rounded","Number","toFixed","SliderComponent","Slider","value","onValueChange","onSlidingComplete","disabled","trackHeight","thumbSize","minimumTrackTintColor","maximumTrackTintColor","thumbTintColor","style","accessibilityLabel","testID","theme","useTheme","useAccessibleNameWarning","trackWidth","setTrackWidth","useState","pressScale","useRef","Animated","Value","current","stateRef","callbacksRef","gestureStartValueRef","range","fraction","fillColor","colors","primary","restColor","border","thumbColor","valueFromX","useCallback","x","s","animatePress","to","spring","toValue","useNativeDriver","animation","snappy","start","panResponder","useMemo","PanResponder","create","onStartShouldSetPanResponder","onMoveShouldSetPanResponder","onPanResponderGrant","next","nativeEvent","locationX","onPanResponderMove","_e","g","startFraction","startX","dx","onPanResponderRelease","onPanResponderTerminate","onLayout","layout","width","onKeyStep","delta","toEdge","webKeyHandler","Platform","OS","tabIndex","onKeyDown","key","preventDefault","thumbScale","interpolate","inputRange","outputRange","thumbLeft","jsxs","View","accessibilityRole","undefined","styles","root","height","panHandlers","children","jsx","track","borderRadius","backgroundColor","fill","thumb","marginTop","left","transform","scale","StyleSheet","justifyContent","overflow","position","top","bloomShadowStyle","opacity","exports","memo","displayName"],"sourceRoot":"../../../src","sources":["slider/Slider.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -135,12 +135,16 @@ const StatBarComponent = props => {
|
|
|
135
135
|
borderRadius: radius,
|
|
136
136
|
backgroundColor: track
|
|
137
137
|
}],
|
|
138
|
-
accessibilityRole: "progressbar"
|
|
139
|
-
accessibilityValue:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
138
|
+
accessibilityRole: "progressbar"
|
|
139
|
+
// The FLAT `aria-value*` props, not the `accessibilityValue` object:
|
|
140
|
+
// react-native-web has no handling for the latter at all, so the bar
|
|
141
|
+
// announced its role and no value whatsoever. React Native folds these
|
|
142
|
+
// three back into `accessibilityValue`, so native keeps what it had.
|
|
143
|
+
,
|
|
144
|
+
"aria-valuemin": 0,
|
|
145
|
+
"aria-valuemax": max,
|
|
146
|
+
"aria-valuenow": value,
|
|
147
|
+
accessibilityLabel: label,
|
|
144
148
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
145
149
|
style: {
|
|
146
150
|
width: `${ratio}%`,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useTheme","_index","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","clampPercent","value","Number","isNaN","Math","max","min","StatBarComponent","props","colors","useTheme","label","fillColor","trackColor","height","icon","style","testID","fill","primary","track","backgroundSecondary","radius","variant","percent","leftValue","rightValue","leftColor","rightColor","leftPercent","activeLeft","remainder","jsxs","View","styles","wrap","children","labelRow","jsx","Text","color","textSecondary","numberOfLines","text","round","borderRadius","backgroundColor","width","footerRow","footerValue","textTertiary","minLabel","maxLabel","ratio","hasFooter","accessibilityRole","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useTheme","_index","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","clampPercent","value","Number","isNaN","Math","max","min","StatBarComponent","props","colors","useTheme","label","fillColor","trackColor","height","icon","style","testID","fill","primary","track","backgroundSecondary","radius","variant","percent","leftValue","rightValue","leftColor","rightColor","leftPercent","activeLeft","remainder","jsxs","View","styles","wrap","children","labelRow","jsx","Text","color","textSecondary","numberOfLines","text","round","borderRadius","backgroundColor","width","footerRow","footerValue","textTertiary","minLabel","maxLabel","ratio","hasFooter","accessibilityRole","accessibilityLabel","StyleSheet","create","gap","flexDirection","alignItems","justifyContent","flexShrink","fontSize","fontWeight","letterSpacing","fontVariant","marginLeft","overflow","borderCurve","StatBar","exports","memo","displayName"],"sourceRoot":"../../../src","sources":["stat-bar/StatBar.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -70,12 +70,6 @@ Object.defineProperty(exports, "web", {
|
|
|
70
70
|
return _platform.web;
|
|
71
71
|
}
|
|
72
72
|
});
|
|
73
|
-
Object.defineProperty(exports, "zIndex", {
|
|
74
|
-
enumerable: true,
|
|
75
|
-
get: function () {
|
|
76
|
-
return _zIndex.zIndex;
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
73
|
var _atoms = require("./atoms.js");
|
|
80
74
|
var _tokens = _interopRequireWildcard(require("./tokens.js"));
|
|
81
75
|
exports.tokens = _tokens;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_atoms","require","_tokens","_interopRequireWildcard","exports","tokens","_breakpoints","_zIndex","_platform","_nativeDriver","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor"],"sourceRoot":"../../../src","sources":["styles/index.ts"],"mappings":"
|
|
1
|
+
{"version":3,"names":["_atoms","require","_tokens","_interopRequireWildcard","exports","tokens","_breakpoints","_zIndex","_platform","_nativeDriver","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor"],"sourceRoot":"../../../src","sources":["styles/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAyC,IAAAC,OAAA,GAAAC,uBAAA,CAAAF,OAAA;AAAAG,OAAA,CAAAC,MAAA,GAAAH,OAAA;AAGzC,IAAAI,YAAA,GAAAL,OAAA;AAEA,IAAAM,OAAA,GAAAN,OAAA;AACA,IAAAO,SAAA,GAAAP,OAAA;AACA,IAAAQ,aAAA,GAAAR,OAAA;AAAyD,SAAAE,wBAAAO,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAT,uBAAA,YAAAA,CAAAO,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","ignoreList":[]}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.NOT_DISABLED = void 0;
|
|
7
|
+
exports.interactiveWebCss = interactiveWebCss;
|
|
8
|
+
exports.useInteractiveWebCss = useInteractiveWebCss;
|
|
9
|
+
var _react = require("react");
|
|
10
|
+
var _adoptStyleSheet = require("./adopt-style-sheet.js");
|
|
11
|
+
/**
|
|
12
|
+
* The one recipe every raw-DOM Bloom control's stylesheet is built from.
|
|
13
|
+
*
|
|
14
|
+
* `Button.web`, `Fab.web` and `FrostedIconButton.web` each render a real
|
|
15
|
+
* `<button>` through react-dom, so their hover / focus / active / disabled
|
|
16
|
+
* behaviour cannot live in an inline `style` object — inline styles have no
|
|
17
|
+
* pseudo-classes. Each of them used to carry its own `STYLE_ID`, its own CSS
|
|
18
|
+
* blob and its own `use*Css()` hook for what is, rule for rule, the same
|
|
19
|
+
* stylesheet: the same reset, the same disabled block, the same
|
|
20
|
+
* `:not(:disabled):not([aria-disabled="true"])` interactive filter, the same
|
|
21
|
+
* press-scale `:active` transform and the same focus ring.
|
|
22
|
+
*
|
|
23
|
+
* What genuinely differs between them is small and is what this takes as
|
|
24
|
+
* arguments: the class name, the custom-property namespace, the family's own
|
|
25
|
+
* base declarations (layout, border, font), the transition list, WHICH property
|
|
26
|
+
* hover changes, and the focus ring's offset.
|
|
27
|
+
*
|
|
28
|
+
* TWO RULES THAT MUST SURVIVE ANY EDIT HERE:
|
|
29
|
+
*
|
|
30
|
+
* - **The keyboard focus ring is `:focus-visible`, never `:focus`.** An
|
|
31
|
+
* always-on ring fires on mouse press as well, so every click leaves a ring
|
|
32
|
+
* behind on the control the user just pressed; `:focus-visible` is the
|
|
33
|
+
* selector browsers resolve against their own keyboard-vs-pointer heuristic,
|
|
34
|
+
* which is the behaviour a keyboard user needs and a mouse user does not see.
|
|
35
|
+
* - **Injection goes through `adoptStyleSheet`, never a `<style>` element with
|
|
36
|
+
* text content.** A style element's contents are exactly what a page under
|
|
37
|
+
* `style-src 'self'` blocks, and it fails silently: the rules are dropped, the
|
|
38
|
+
* control renders with none of its CSS, nothing throws, and an id-based guard
|
|
39
|
+
* still finds the element and reports success.
|
|
40
|
+
*
|
|
41
|
+
* No react-native import — these forks render DOM and must not pull the RN
|
|
42
|
+
* runtime in behind a stylesheet.
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* The filter every interactive rule carries: a control that is disabled by
|
|
47
|
+
* either spelling reacts to nothing. Exported so a family-specific `extraRules`
|
|
48
|
+
* can compose it instead of restating it and drifting.
|
|
49
|
+
*/
|
|
50
|
+
const NOT_DISABLED = exports.NOT_DISABLED = ':not(:disabled):not([aria-disabled="true"])';
|
|
51
|
+
/** Indent a declaration block to two spaces, dropping blank lines. */
|
|
52
|
+
function block(declarations) {
|
|
53
|
+
return declarations.split('\n').map(line => line.trim()).filter(Boolean).map(line => ` ${line}`).join('\n');
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Build the stylesheet for one raw-DOM control family.
|
|
58
|
+
*
|
|
59
|
+
* Pure — the caller adopts the result, which is what makes it testable without
|
|
60
|
+
* a DOM.
|
|
61
|
+
*/
|
|
62
|
+
function interactiveWebCss({
|
|
63
|
+
selector,
|
|
64
|
+
varPrefix,
|
|
65
|
+
base,
|
|
66
|
+
transition,
|
|
67
|
+
hover,
|
|
68
|
+
pressDeclarations,
|
|
69
|
+
outlineOffset,
|
|
70
|
+
extraRules
|
|
71
|
+
}) {
|
|
72
|
+
const c = selector;
|
|
73
|
+
const interactive = `${c}${NOT_DISABLED}`;
|
|
74
|
+
return `
|
|
75
|
+
${c} {
|
|
76
|
+
appearance: none;
|
|
77
|
+
-webkit-appearance: none;
|
|
78
|
+
box-sizing: border-box;
|
|
79
|
+
display: inline-flex;
|
|
80
|
+
align-items: center;
|
|
81
|
+
justify-content: center;
|
|
82
|
+
margin: 0;
|
|
83
|
+
cursor: pointer;
|
|
84
|
+
user-select: none;
|
|
85
|
+
outline: none;
|
|
86
|
+
${block(base)}
|
|
87
|
+
transition: ${transition};
|
|
88
|
+
}
|
|
89
|
+
${c}:disabled,
|
|
90
|
+
${c}[aria-disabled="true"] {
|
|
91
|
+
cursor: default;
|
|
92
|
+
opacity: 0.5;
|
|
93
|
+
}
|
|
94
|
+
${interactive}${hover.filter ?? ''}:hover {
|
|
95
|
+
${block(hover.declarations)}
|
|
96
|
+
}
|
|
97
|
+
${interactive}:active {
|
|
98
|
+
transform: scale(var(--${varPrefix}-press-scale, 1));
|
|
99
|
+
${pressDeclarations ? `${block(pressDeclarations)}\n` : ''}}
|
|
100
|
+
${c}:focus-visible {
|
|
101
|
+
outline: 2px solid var(--${varPrefix}-ring, currentColor);
|
|
102
|
+
outline-offset: ${outlineOffset}px;
|
|
103
|
+
}
|
|
104
|
+
${extraRules ? `${extraRules.trim()}\n` : ''}`;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Adopt a control family's stylesheet once, on mount.
|
|
109
|
+
*
|
|
110
|
+
* `adoptStyleSheet` is idempotent and keyed by id, so every instance of a family
|
|
111
|
+
* calling this results in one adopted sheet.
|
|
112
|
+
*/
|
|
113
|
+
function useInteractiveWebCss(styleId, css) {
|
|
114
|
+
(0, _react.useEffect)(() => {
|
|
115
|
+
(0, _adoptStyleSheet.adoptStyleSheet)(styleId, css);
|
|
116
|
+
}, [styleId, css]);
|
|
117
|
+
}
|
|
118
|
+
//# sourceMappingURL=interactive-web-css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_adoptStyleSheet","NOT_DISABLED","exports","block","declarations","split","map","line","trim","filter","Boolean","join","interactiveWebCss","selector","varPrefix","base","transition","hover","pressDeclarations","outlineOffset","extraRules","c","interactive","useInteractiveWebCss","styleId","css","useEffect","adoptStyleSheet"],"sourceRoot":"../../../src","sources":["styles/interactive-web-css.ts"],"mappings":";;;;;;;;AAiCA,IAAAA,MAAA,GAAAC,OAAA;AAEA,IAAAC,gBAAA,GAAAD,OAAA;AAnCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAKA;AACA;AACA;AACA;AACA;AACO,MAAME,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG,6CAA6C;AAmDzE;AACA,SAASE,KAAKA,CAACC,YAAoB,EAAU;EAC3C,OAAOA,YAAY,CAChBC,KAAK,CAAC,IAAI,CAAC,CACXC,GAAG,CAAEC,IAAI,IAAKA,IAAI,CAACC,IAAI,CAAC,CAAC,CAAC,CAC1BC,MAAM,CAACC,OAAO,CAAC,CACfJ,GAAG,CAAEC,IAAI,IAAK,KAAKA,IAAI,EAAE,CAAC,CAC1BI,IAAI,CAAC,IAAI,CAAC;AACf;;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,SAASC,iBAAiBA,CAAC;EAChCC,QAAQ;EACRC,SAAS;EACTC,IAAI;EACJC,UAAU;EACVC,KAAK;EACLC,iBAAiB;EACjBC,aAAa;EACbC;AACwB,CAAC,EAAU;EACnC,MAAMC,CAAC,GAAGR,QAAQ;EAClB,MAAMS,WAAW,GAAG,GAAGD,CAAC,GAAGpB,YAAY,EAAE;EAEzC,OAAO;AACT,EAAEoB,CAAC;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,EAAElB,KAAK,CAACY,IAAI,CAAC;AACb,gBAAgBC,UAAU;AAC1B;AACA,EAAEK,CAAC;AACH,EAAEA,CAAC;AACH;AACA;AACA;AACA,EAAEC,WAAW,GAAGL,KAAK,CAACR,MAAM,IAAI,EAAE;AAClC,EAAEN,KAAK,CAACc,KAAK,CAACb,YAAY,CAAC;AAC3B;AACA,EAAEkB,WAAW;AACb,2BAA2BR,SAAS;AACpC,EAAEI,iBAAiB,GAAG,GAAGf,KAAK,CAACe,iBAAiB,CAAC,IAAI,GAAG,EAAE;AAC1D,EAAEG,CAAC;AACH,6BAA6BP,SAAS;AACtC,oBAAoBK,aAAa;AACjC;AACA,EAAEC,UAAU,GAAG,GAAGA,UAAU,CAACZ,IAAI,CAAC,CAAC,IAAI,GAAG,EAAE,EAAE;AAC9C;;AAEA;AACA;AACA;AACA;AACA;AACA;AACO,SAASe,oBAAoBA,CAACC,OAAe,EAAEC,GAAW,EAAQ;EACvE,IAAAC,gBAAS,EAAC,MAAM;IACd,IAAAC,gCAAe,EAACH,OAAO,EAAEC,GAAG,CAAC;EAC/B,CAAC,EAAE,CAACD,OAAO,EAAEC,GAAG,CAAC,CAAC;AACpB","ignoreList":[]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SUPPORTS_PRESS_SCALE = exports.IS_WEB_TOUCH_DEVICE = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
/**
|
|
9
|
+
* Whether the running target is a touch-capable WEB browser (coarse pointer).
|
|
10
|
+
*
|
|
11
|
+
* Two affordances key off it in opposite directions, which is why it is one
|
|
12
|
+
* constant rather than a rule stated twice:
|
|
13
|
+
*
|
|
14
|
+
* - A press-SCALE only makes sense where a finger obscures the element. With a
|
|
15
|
+
* mouse it reads as jitter, so it is suppressed on non-touch web
|
|
16
|
+
* (`usePressAnimation`, `PressableScale`).
|
|
17
|
+
* - A HOVER wash only makes sense with a hovering pointer, so it is suppressed
|
|
18
|
+
* ON touch web, matching native, which has no hover at all (`SubtleHover`).
|
|
19
|
+
*
|
|
20
|
+
* Resolved once at module load: a pointer type does not change under a running
|
|
21
|
+
* app in any way worth a subscription, and both consumers need the answer during
|
|
22
|
+
* render rather than after an effect.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
const IS_WEB_TOUCH_DEVICE = exports.IS_WEB_TOUCH_DEVICE = _reactNative.Platform.OS === 'web' && typeof window !== 'undefined' && typeof window.matchMedia === 'function' && window.matchMedia('(pointer: coarse)').matches;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Whether a press-scale affordance should run at all on this target. True on
|
|
29
|
+
* native always, and on web only with a coarse pointer.
|
|
30
|
+
*
|
|
31
|
+
* This is the POINTER half of the decision — the OS "reduce motion" setting is
|
|
32
|
+
* the other half and is read per-component (it is a subscription, not a
|
|
33
|
+
* constant). Both are applied together inside `usePressAnimation`.
|
|
34
|
+
*/
|
|
35
|
+
const SUPPORTS_PRESS_SCALE = exports.SUPPORTS_PRESS_SCALE = _reactNative.Platform.OS !== 'web' || IS_WEB_TOUCH_DEVICE;
|
|
36
|
+
//# sourceMappingURL=pointer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNative","require","IS_WEB_TOUCH_DEVICE","exports","Platform","OS","window","matchMedia","matches","SUPPORTS_PRESS_SCALE"],"sourceRoot":"../../../src","sources":["styles/pointer.ts"],"mappings":";;;;;;AAgBA,IAAAA,YAAA,GAAAC,OAAA;AAhBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGO,MAAMC,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,GAC9BE,qBAAQ,CAACC,EAAE,KAAK,KAAK,IACrB,OAAOC,MAAM,KAAK,WAAW,IAC7B,OAAOA,MAAM,CAACC,UAAU,KAAK,UAAU,IACvCD,MAAM,CAACC,UAAU,CAAC,mBAAmB,CAAC,CAACC,OAAO;;AAEhD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,MAAMC,oBAAoB,GAAAN,OAAA,CAAAM,oBAAA,GAAGL,qBAAQ,CAACC,EAAE,KAAK,KAAK,IAAIH,mBAAmB","ignoreList":[]}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.StyledView = exports.StyledText = exports.StyledPressable = exports.StyledImage = void 0;
|
|
7
|
+
var _reactNative = require("react-native");
|
|
8
|
+
var _reactNativeCss = require("react-native-css");
|
|
9
|
+
/**
|
|
10
|
+
* The react-native primitives wired for `className`, built ONCE at module scope.
|
|
11
|
+
*
|
|
12
|
+
* `className` is not a prop react-native understands. Under NativeWind v5 a
|
|
13
|
+
* consumer's babel/css-interop rewrites the `style` prop of JSX elements it sees
|
|
14
|
+
* in the CONSUMER's own source — which is why passing `className` as a bare prop
|
|
15
|
+
* (`{...({ className } as Record<string, string>)}`, the cast this module
|
|
16
|
+
* replaces) appeared to work: it works only under NW5, only for a primitive
|
|
17
|
+
* Bloom did not wrap, and it drops silently the moment either changes. Nothing
|
|
18
|
+
* errors; the class simply never resolves to a style.
|
|
19
|
+
*
|
|
20
|
+
* `styled()` from Bloom's own `react-native-css` dependency makes the mapping
|
|
21
|
+
* explicit and independent of the consumer's interop. Same reasoning, and the
|
|
22
|
+
* same silent failure if skipped, as `button/Button.tsx` and `Typography`.
|
|
23
|
+
*
|
|
24
|
+
* Built at module scope, not per render: an element type constructed during
|
|
25
|
+
* render is a new type every time, so React unmounts and remounts the whole
|
|
26
|
+
* subtree on each render.
|
|
27
|
+
*
|
|
28
|
+
* A component that also needs an animated value wraps ITS OWN
|
|
29
|
+
* `Animated.createAnimatedComponent(...)` around one of these — the shared
|
|
30
|
+
* versions stay unanimated so an element type is not created twice for the same
|
|
31
|
+
* primitive. `button/Button.tsx` is the reference.
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* `styled()` derives its mapping type from a dot-path union over the wrapped
|
|
36
|
+
* component's ENTIRE prop type, and the one over `PressableProps` overflows the
|
|
37
|
+
* checker (`TS2590: union type that is too complex to represent`). Narrowing is
|
|
38
|
+
* also honest: the function form of `style` is deliberately excluded, since
|
|
39
|
+
* NativeWind's css-interop swallows it and Bloom never uses it.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* The ARIA PROPERTIES react-native-web forwards to the DOM and React Native does
|
|
44
|
+
* not type at all.
|
|
45
|
+
*
|
|
46
|
+
* React Native types exactly five boolean `aria-*` STATES plus the four
|
|
47
|
+
* `aria-value*`, and folds them back into `accessibilityState`
|
|
48
|
+
* (`ViewAccessibility.d.ts` calls them "alias for accessibilityState"). A
|
|
49
|
+
* PROPERTY like `aria-haspopup` has no state to fold into and no native
|
|
50
|
+
* counterpart, so it is absent from RN's types — while react-native-web lists it
|
|
51
|
+
* in `forwardedProps` and `createDOMProps` writes it straight onto the element.
|
|
52
|
+
*
|
|
53
|
+
* Declared here rather than cast at the call site for the reason
|
|
54
|
+
* `styles/web-view-style.ts` spells out for its own RN/RNW gap: `as` only
|
|
55
|
+
* requires the two types to be COMPARABLE, so a cast accepts a typo'd attribute
|
|
56
|
+
* name and ships it as a prop nothing reads. An annotation keeps the key checked.
|
|
57
|
+
*
|
|
58
|
+
* Native ignores it — an unrecognised prop never reaches a native view config —
|
|
59
|
+
* so this needs no `Platform.OS` branch.
|
|
60
|
+
*/
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* `ref` is on the PUBLISHED type and deliberately not on the one handed to
|
|
64
|
+
* `styled()`: adding it to the argument widens that dot-path union past the
|
|
65
|
+
* checker's limit again, and the mapping only ever names `className`. The same
|
|
66
|
+
* goes for {@link WebAriaProps}.
|
|
67
|
+
*/
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* `styled()` is declared as returning `any`, so these annotations are the whole
|
|
71
|
+
* type contract — including `ref`, which under React 19 is an ordinary prop that
|
|
72
|
+
* `useCssElement` spreads onto the wrapped primitive. Leaving it out made a
|
|
73
|
+
* measured node (a flyout's scroll box, a select option) a compile error while
|
|
74
|
+
* the runtime forwarded it fine.
|
|
75
|
+
*/
|
|
76
|
+
const StyledView = exports.StyledView = (0, _reactNativeCss.styled)(_reactNative.View, {
|
|
77
|
+
className: 'style'
|
|
78
|
+
});
|
|
79
|
+
const StyledText = exports.StyledText = (0, _reactNativeCss.styled)(_reactNative.Text, {
|
|
80
|
+
className: 'style'
|
|
81
|
+
});
|
|
82
|
+
const StyledImage = exports.StyledImage = (0, _reactNativeCss.styled)(_reactNative.Image, {
|
|
83
|
+
className: 'style'
|
|
84
|
+
});
|
|
85
|
+
const StyledPressable = exports.StyledPressable = (0, _reactNativeCss.styled)(_reactNative.Pressable, {
|
|
86
|
+
className: 'style'
|
|
87
|
+
});
|
|
88
|
+
//# sourceMappingURL=styled-primitives.js.map
|