@oxyhq/bloom 0.26.0 → 0.27.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/lib/commonjs/avatar/Avatar.js +67 -96
- package/lib/commonjs/avatar/Avatar.js.map +1 -1
- package/lib/commonjs/avatar/AvatarRing.js +183 -0
- package/lib/commonjs/avatar/AvatarRing.js.map +1 -0
- package/lib/commonjs/avatar/index.js.map +1 -1
- package/lib/commonjs/avatar/squircle-path.js +14 -0
- package/lib/commonjs/avatar/squircle-path.js.map +1 -0
- package/lib/commonjs/avatar/svg-module.js +15 -0
- package/lib/commonjs/avatar/svg-module.js.map +1 -0
- package/lib/module/avatar/Avatar.js +66 -96
- package/lib/module/avatar/Avatar.js.map +1 -1
- package/lib/module/avatar/AvatarRing.js +177 -0
- package/lib/module/avatar/AvatarRing.js.map +1 -0
- package/lib/module/avatar/index.js.map +1 -1
- package/lib/module/avatar/squircle-path.js +10 -0
- package/lib/module/avatar/squircle-path.js.map +1 -0
- package/lib/module/avatar/svg-module.js +11 -0
- package/lib/module/avatar/svg-module.js.map +1 -0
- package/lib/typescript/commonjs/accordion/Accordion.d.ts +7 -0
- package/lib/typescript/commonjs/accordion/Accordion.d.ts.map +1 -0
- package/lib/typescript/commonjs/accordion/index.d.ts +3 -0
- package/lib/typescript/commonjs/accordion/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/accordion/types.d.ts +38 -0
- package/lib/typescript/commonjs/accordion/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/admonition/index.d.ts +56 -0
- package/lib/typescript/commonjs/admonition/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts +22 -0
- package/lib/typescript/commonjs/alert-dialog/AlertDialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts +15 -0
- package/lib/typescript/commonjs/alert-dialog/AlertDialogHost.d.ts.map +1 -0
- package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts +31 -0
- package/lib/typescript/commonjs/alert-dialog/confirm-store.d.ts.map +1 -0
- package/lib/typescript/commonjs/alert-dialog/index.d.ts +8 -0
- package/lib/typescript/commonjs/alert-dialog/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/alert-dialog/index.web.d.ts +8 -0
- package/lib/typescript/commonjs/alert-dialog/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/alert-dialog/types.d.ts +44 -0
- package/lib/typescript/commonjs/alert-dialog/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/Avatar.d.ts +4 -0
- package/lib/typescript/commonjs/avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/AvatarRing.d.ts +27 -0
- package/lib/typescript/commonjs/avatar/AvatarRing.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/LiveBadge.d.ts +15 -0
- package/lib/typescript/commonjs/avatar/LiveBadge.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts +5 -0
- package/lib/typescript/commonjs/avatar/default-avatar.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/index.d.ts +9 -0
- package/lib/typescript/commonjs/avatar/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/placeholder-context.d.ts +8 -0
- package/lib/typescript/commonjs/avatar/placeholder-context.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/squircle-path.d.ts +8 -0
- package/lib/typescript/commonjs/avatar/squircle-path.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/svg-module.d.ts +8 -0
- package/lib/typescript/commonjs/avatar/svg-module.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar/types.d.ts +101 -0
- package/lib/typescript/commonjs/avatar/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroup.d.ts +4 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroup.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroup.web.d.ts +4 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroup.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts +16 -0
- package/lib/typescript/commonjs/avatar-group/AvatarGroupBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar-group/index.d.ts +3 -0
- package/lib/typescript/commonjs/avatar-group/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar-group/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/avatar-group/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/avatar-group/types.d.ts +76 -0
- package/lib/typescript/commonjs/avatar-group/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/badge/Badge.d.ts +4 -0
- package/lib/typescript/commonjs/badge/Badge.d.ts.map +1 -0
- package/lib/typescript/commonjs/badge/index.d.ts +3 -0
- package/lib/typescript/commonjs/badge/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/badge/types.d.ts +29 -0
- package/lib/typescript/commonjs/badge/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/benefit-list/index.d.ts +6 -0
- package/lib/typescript/commonjs/benefit-list/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/benefit-list/types.d.ts +35 -0
- package/lib/typescript/commonjs/benefit-list/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/bottom-sheet/index.d.ts +95 -0
- package/lib/typescript/commonjs/bottom-sheet/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/button/Button.d.ts +14 -0
- package/lib/typescript/commonjs/button/Button.d.ts.map +1 -0
- package/lib/typescript/commonjs/button/Button.web.d.ts +14 -0
- package/lib/typescript/commonjs/button/Button.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/button/index.d.ts +3 -0
- package/lib/typescript/commonjs/button/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/button/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/button/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/button/types.d.ts +107 -0
- package/lib/typescript/commonjs/button/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/card/Card.d.ts +9 -0
- package/lib/typescript/commonjs/card/Card.d.ts.map +1 -0
- package/lib/typescript/commonjs/card/index.d.ts +3 -0
- package/lib/typescript/commonjs/card/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/card/types.d.ts +34 -0
- package/lib/typescript/commonjs/card/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/checkbox/Checkbox.d.ts +4 -0
- package/lib/typescript/commonjs/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/commonjs/checkbox/index.d.ts +3 -0
- package/lib/typescript/commonjs/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/checkbox/types.d.ts +25 -0
- package/lib/typescript/commonjs/checkbox/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/chip/Chip.d.ts +4 -0
- package/lib/typescript/commonjs/chip/Chip.d.ts.map +1 -0
- package/lib/typescript/commonjs/chip/index.d.ts +3 -0
- package/lib/typescript/commonjs/chip/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/chip/types.d.ts +31 -0
- package/lib/typescript/commonjs/chip/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/code/Code.d.ts +7 -0
- package/lib/typescript/commonjs/code/Code.d.ts.map +1 -0
- package/lib/typescript/commonjs/code/Pre.d.ts +8 -0
- package/lib/typescript/commonjs/code/Pre.d.ts.map +1 -0
- package/lib/typescript/commonjs/code/index.d.ts +5 -0
- package/lib/typescript/commonjs/code/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/collapsible/Collapsible.d.ts +4 -0
- package/lib/typescript/commonjs/collapsible/Collapsible.d.ts.map +1 -0
- package/lib/typescript/commonjs/collapsible/index.d.ts +3 -0
- package/lib/typescript/commonjs/collapsible/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/collapsible/types.d.ts +18 -0
- package/lib/typescript/commonjs/collapsible/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/combobox/Combobox.d.ts +33 -0
- package/lib/typescript/commonjs/combobox/Combobox.d.ts.map +1 -0
- package/lib/typescript/commonjs/combobox/index.d.ts +6 -0
- package/lib/typescript/commonjs/combobox/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/combobox/index.web.d.ts +6 -0
- package/lib/typescript/commonjs/combobox/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/combobox/types.d.ts +40 -0
- package/lib/typescript/commonjs/combobox/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/command/Command.d.ts +22 -0
- package/lib/typescript/commonjs/command/Command.d.ts.map +1 -0
- package/lib/typescript/commonjs/command/index.d.ts +6 -0
- package/lib/typescript/commonjs/command/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/command/index.web.d.ts +6 -0
- package/lib/typescript/commonjs/command/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/command/types.d.ts +46 -0
- package/lib/typescript/commonjs/command/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.d.ts +4 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts +14 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts +18 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/index.d.ts +3 -0
- package/lib/typescript/commonjs/connection-dots/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/connection-dots/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/types.d.ts +41 -0
- package/lib/typescript/commonjs/connection-dots/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/index.d.ts +59 -0
- package/lib/typescript/commonjs/content-panel/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/index.web.d.ts +68 -0
- package/lib/typescript/commonjs/content-panel/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/nesting-context.d.ts +24 -0
- package/lib/typescript/commonjs/content-panel/nesting-context.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/context.d.ts +11 -0
- package/lib/typescript/commonjs/context-menu/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/index.d.ts +21 -0
- package/lib/typescript/commonjs/context-menu/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/index.web.d.ts +19 -0
- package/lib/typescript/commonjs/context-menu/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/context-menu/types.d.ts +53 -0
- package/lib/typescript/commonjs/context-menu/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/color-roles.d.ts +102 -0
- package/lib/typescript/commonjs/design-tokens/color-roles.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/index.d.ts +28 -0
- package/lib/typescript/commonjs/design-tokens/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/scales.d.ts +152 -0
- package/lib/typescript/commonjs/design-tokens/scales.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts +34 -0
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts +19 -0
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/tailwind-preset.d.ts +59 -0
- package/lib/typescript/commonjs/design-tokens/tailwind-preset.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/theme-css.d.ts +39 -0
- package/lib/typescript/commonjs/design-tokens/theme-css.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts +27 -0
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts +15 -0
- package/lib/typescript/commonjs/dialog/BloomDialogProvider.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/Dialog.d.ts +40 -0
- package/lib/typescript/commonjs/dialog/Dialog.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/Dialog.web.d.ts +55 -0
- package/lib/typescript/commonjs/dialog/Dialog.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/DialogBottomSheet.d.ts +29 -0
- package/lib/typescript/commonjs/dialog/DialogBottomSheet.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/DialogContent.d.ts +32 -0
- package/lib/typescript/commonjs/dialog/DialogContent.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/SheetShell.d.ts +31 -0
- package/lib/typescript/commonjs/dialog/SheetShell.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/alert-store.d.ts +70 -0
- package/lib/typescript/commonjs/dialog/alert-store.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/alert.d.ts +27 -0
- package/lib/typescript/commonjs/dialog/alert.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/context.d.ts +12 -0
- package/lib/typescript/commonjs/dialog/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/index.d.ts +7 -0
- package/lib/typescript/commonjs/dialog/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/index.web.d.ts +7 -0
- package/lib/typescript/commonjs/dialog/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/placement.d.ts +81 -0
- package/lib/typescript/commonjs/dialog/placement.d.ts.map +1 -0
- package/lib/typescript/commonjs/dialog/types.d.ts +165 -0
- package/lib/typescript/commonjs/dialog/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/divider/Divider.d.ts +4 -0
- package/lib/typescript/commonjs/divider/Divider.d.ts.map +1 -0
- package/lib/typescript/commonjs/divider/index.d.ts +3 -0
- package/lib/typescript/commonjs/divider/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/divider/types.d.ts +15 -0
- package/lib/typescript/commonjs/divider/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/error-boundary/ErrorBoundary.d.ts +18 -0
- package/lib/typescript/commonjs/error-boundary/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/commonjs/error-boundary/index.d.ts +3 -0
- package/lib/typescript/commonjs/error-boundary/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/error-boundary/types.d.ts +55 -0
- package/lib/typescript/commonjs/error-boundary/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/fab/Fab.d.ts +5 -0
- package/lib/typescript/commonjs/fab/Fab.d.ts.map +1 -0
- package/lib/typescript/commonjs/fab/Fab.web.d.ts +5 -0
- package/lib/typescript/commonjs/fab/Fab.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/fab/index.d.ts +3 -0
- package/lib/typescript/commonjs/fab/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/fab/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/fab/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/fab/types.d.ts +113 -0
- package/lib/typescript/commonjs/fab/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/field/Field.d.ts +4 -0
- package/lib/typescript/commonjs/field/Field.d.ts.map +1 -0
- package/lib/typescript/commonjs/field/index.d.ts +3 -0
- package/lib/typescript/commonjs/field/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/field/types.d.ts +26 -0
- package/lib/typescript/commonjs/field/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/fill/index.d.ts +7 -0
- package/lib/typescript/commonjs/fill/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/FontLoader.d.ts +28 -0
- package/lib/typescript/commonjs/fonts/FontLoader.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/FontLoader.native.d.ts +32 -0
- package/lib/typescript/commonjs/fonts/FontLoader.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/apply-font-faces.d.ts +2 -0
- package/lib/typescript/commonjs/fonts/apply-font-faces.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/apply-font-faces.web.d.ts +19 -0
- package/lib/typescript/commonjs/fonts/apply-font-faces.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/font-assets.d.ts +7 -0
- package/lib/typescript/commonjs/fonts/font-assets.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/font-data.web.d.ts +5 -0
- package/lib/typescript/commonjs/fonts/font-data.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/index.d.ts +7 -0
- package/lib/typescript/commonjs/fonts/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/index.web.d.ts +7 -0
- package/lib/typescript/commonjs/fonts/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/fonts/tokens.d.ts +21 -0
- package/lib/typescript/commonjs/fonts/tokens.d.ts.map +1 -0
- package/lib/typescript/commonjs/grid/index.d.ts +13 -0
- package/lib/typescript/commonjs/grid/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts +12 -0
- package/lib/typescript/commonjs/grouped-buttons/GroupedButtons.d.ts.map +1 -0
- package/lib/typescript/commonjs/grouped-buttons/index.d.ts +3 -0
- package/lib/typescript/commonjs/grouped-buttons/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/grouped-buttons/types.d.ts +15 -0
- package/lib/typescript/commonjs/grouped-buttons/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/index.d.ts +6 -0
- package/lib/typescript/commonjs/hooks/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/mergeRefs.d.ts +17 -0
- package/lib/typescript/commonjs/hooks/mergeRefs.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/useControllableState.d.ts +19 -0
- package/lib/typescript/commonjs/hooks/useControllableState.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts +6 -0
- package/lib/typescript/commonjs/hooks/useDelayedLoading.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/useInteractionState.d.ts +29 -0
- package/lib/typescript/commonjs/hooks/useInteractionState.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts +16 -0
- package/lib/typescript/commonjs/hooks/usePressAnimation.d.ts.map +1 -0
- package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts +5 -0
- package/lib/typescript/commonjs/hooks/useThrottledValue.d.ts.map +1 -0
- package/lib/typescript/commonjs/icon-circle/index.d.ts +10 -0
- package/lib/typescript/commonjs/icon-circle/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Accessibility.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Accessibility.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Alien.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Alien.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/AndroidLogo.d.ts +7 -0
- package/lib/typescript/commonjs/icons/AndroidLogo.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Apple.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Apple.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/AppleLogo.d.ts +7 -0
- package/lib/typescript/commonjs/icons/AppleLogo.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Arrow.d.ts +31 -0
- package/lib/typescript/commonjs/icons/Arrow.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowBoxLeft.d.ts +13 -0
- package/lib/typescript/commonjs/icons/ArrowBoxLeft.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowCornerDownRight.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ArrowCornerDownRight.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowOutOfBox.d.ts +13 -0
- package/lib/typescript/commonjs/icons/ArrowOutOfBox.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowRotate.d.ts +13 -0
- package/lib/typescript/commonjs/icons/ArrowRotate.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowShareRight.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ArrowShareRight.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowTopCircle.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ArrowTopCircle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowTriangle.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ArrowTriangle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ArrowsDiagonal.d.ts +25 -0
- package/lib/typescript/commonjs/icons/ArrowsDiagonal.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/AspectRatio.d.ts +19 -0
- package/lib/typescript/commonjs/icons/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/At.d.ts +13 -0
- package/lib/typescript/commonjs/icons/At.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Atom.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Atom.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Bars.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Bars.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Beaker.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Beaker.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Bell.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Bell.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Bell2.d.ts +25 -0
- package/lib/typescript/commonjs/icons/Bell2.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/BellPlus.d.ts +7 -0
- package/lib/typescript/commonjs/icons/BellPlus.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/BellRinging.d.ts +13 -0
- package/lib/typescript/commonjs/icons/BellRinging.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/BirthdayCake.d.ts +7 -0
- package/lib/typescript/commonjs/icons/BirthdayCake.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Bookmark.d.ts +19 -0
- package/lib/typescript/commonjs/icons/Bookmark.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Bot.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Bot.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/BroomSparkle.d.ts +7 -0
- package/lib/typescript/commonjs/icons/BroomSparkle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Bubble.d.ts +25 -0
- package/lib/typescript/commonjs/icons/Bubble.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/BubbleInfo.d.ts +7 -0
- package/lib/typescript/commonjs/icons/BubbleInfo.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/BulletList.d.ts +19 -0
- package/lib/typescript/commonjs/icons/BulletList.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CC.d.ts +13 -0
- package/lib/typescript/commonjs/icons/CC.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Calendar.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Calendar.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CalendarClock.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CalendarClock.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CalendarDays.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CalendarDays.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Camera.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Camera.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Car.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Car.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Celebrate.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Celebrate.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ChainLink.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ChainLink.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Check.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Check.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Chevron.d.ts +40 -0
- package/lib/typescript/commonjs/icons/Chevron.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Circle.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Circle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CircleAndSquare.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CircleAndSquare.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CircleBanSign.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CircleBanSign.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CircleCheck.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CircleCheck.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CircleInfo.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CircleInfo.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CirclePlus.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CirclePlus.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CircleQuestion.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CircleQuestion.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CircleX.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CircleX.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Clipboard.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Clipboard.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Clock.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Clock.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CodeBrackets.d.ts +13 -0
- package/lib/typescript/commonjs/icons/CodeBrackets.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/CodeLines.d.ts +7 -0
- package/lib/typescript/commonjs/icons/CodeLines.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ColorPalette.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ColorPalette.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Contacts.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Contacts.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Crop.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Crop.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/DotGrid.d.ts +13 -0
- package/lib/typescript/commonjs/icons/DotGrid.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Download.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Download.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/EditBig.d.ts +13 -0
- package/lib/typescript/commonjs/icons/EditBig.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Emoji.d.ts +25 -0
- package/lib/typescript/commonjs/icons/Emoji.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Envelope.d.ts +19 -0
- package/lib/typescript/commonjs/icons/Envelope.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/EnvelopeOpen.d.ts +7 -0
- package/lib/typescript/commonjs/icons/EnvelopeOpen.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Explosion.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Explosion.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Eye.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Eye.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/EyeSlash.d.ts +7 -0
- package/lib/typescript/commonjs/icons/EyeSlash.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Filter.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Filter.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/FilterTimeline.d.ts +7 -0
- package/lib/typescript/commonjs/icons/FilterTimeline.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Flag.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Flag.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Flame.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Flame.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/FlipImage.d.ts +13 -0
- package/lib/typescript/commonjs/icons/FlipImage.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/FloppyDisk.d.ts +7 -0
- package/lib/typescript/commonjs/icons/FloppyDisk.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Freeze.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Freeze.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/GameController.d.ts +7 -0
- package/lib/typescript/commonjs/icons/GameController.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Gif.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Gif.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Gift1.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Gift1.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Globe.d.ts +19 -0
- package/lib/typescript/commonjs/icons/Globe.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Group.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Group.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Growth.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Growth.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Haptic.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Haptic.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Hashtag.d.ts +19 -0
- package/lib/typescript/commonjs/icons/Hashtag.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Heart2.d.ts +25 -0
- package/lib/typescript/commonjs/icons/Heart2.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Home.d.ts +19 -0
- package/lib/typescript/commonjs/icons/Home.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/HomeOpen.d.ts +13 -0
- package/lib/typescript/commonjs/icons/HomeOpen.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Image.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Image.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Key.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Key.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Lab.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Lab.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Leaf.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Leaf.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ListMagnifyingGlass.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ListMagnifyingGlass.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ListPlus.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ListPlus.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/ListSparkle.d.ts +7 -0
- package/lib/typescript/commonjs/icons/ListSparkle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Live.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Live.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Loader.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Loader.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Lock.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Lock.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Logo.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Logo.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Macintosh.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Macintosh.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/MagnifyingGlass.d.ts +25 -0
- package/lib/typescript/commonjs/icons/MagnifyingGlass.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Menu.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Menu.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Message.d.ts +19 -0
- package/lib/typescript/commonjs/icons/Message.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Moon.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Moon.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/MusicNote.d.ts +7 -0
- package/lib/typescript/commonjs/icons/MusicNote.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Mute.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Mute.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/News2.d.ts +7 -0
- package/lib/typescript/commonjs/icons/News2.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Newskie.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Newskie.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Newspaper.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Newspaper.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/PageText.d.ts +7 -0
- package/lib/typescript/commonjs/icons/PageText.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/PageX.d.ts +7 -0
- package/lib/typescript/commonjs/icons/PageX.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/PaintRoller.d.ts +7 -0
- package/lib/typescript/commonjs/icons/PaintRoller.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/PaperPlane.d.ts +7 -0
- package/lib/typescript/commonjs/icons/PaperPlane.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Pause.d.ts +25 -0
- package/lib/typescript/commonjs/icons/Pause.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Pencil.d.ts +19 -0
- package/lib/typescript/commonjs/icons/Pencil.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/PeopleRemove2.d.ts +13 -0
- package/lib/typescript/commonjs/icons/PeopleRemove2.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Person.d.ts +61 -0
- package/lib/typescript/commonjs/icons/Person.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Phone.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Phone.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Pin.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Pin.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/PinLocation.d.ts +13 -0
- package/lib/typescript/commonjs/icons/PinLocation.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Pizza.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Pizza.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Play.d.ts +25 -0
- package/lib/typescript/commonjs/icons/Play.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Plus.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Plus.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/QrCode.d.ts +7 -0
- package/lib/typescript/commonjs/icons/QrCode.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Quote.d.ts +31 -0
- package/lib/typescript/commonjs/icons/Quote.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/RaisingHand.d.ts +13 -0
- package/lib/typescript/commonjs/icons/RaisingHand.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Reply.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Reply.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Repost.d.ts +25 -0
- package/lib/typescript/commonjs/icons/Repost.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Rose.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Rose.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/SettingsGear2.d.ts +13 -0
- package/lib/typescript/commonjs/icons/SettingsGear2.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/SettingsSlider.d.ts +7 -0
- package/lib/typescript/commonjs/icons/SettingsSlider.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Shaka.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Shaka.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Shapes.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Shapes.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Shield.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Shield.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Sparkle.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Sparkle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Speaker.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Speaker.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/SquareArrowTopRight.d.ts +7 -0
- package/lib/typescript/commonjs/icons/SquareArrowTopRight.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/SquareBehindSquare4.d.ts +7 -0
- package/lib/typescript/commonjs/icons/SquareBehindSquare4.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Star.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Star.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/StarterPack.d.ts +7 -0
- package/lib/typescript/commonjs/icons/StarterPack.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/StreamingLive.d.ts +7 -0
- package/lib/typescript/commonjs/icons/StreamingLive.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/TEMPLATE.d.ts +23 -0
- package/lib/typescript/commonjs/icons/TEMPLATE.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/TextSize.d.ts +7 -0
- package/lib/typescript/commonjs/icons/TextSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Ticket.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Ticket.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Times.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Times.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/TitleCase.d.ts +7 -0
- package/lib/typescript/commonjs/icons/TitleCase.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Trash.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Trash.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Tree.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Tree.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Trending.d.ts +13 -0
- package/lib/typescript/commonjs/icons/Trending.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/UFO.d.ts +7 -0
- package/lib/typescript/commonjs/icons/UFO.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/UserCircle.d.ts +13 -0
- package/lib/typescript/commonjs/icons/UserCircle.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Verified.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Verified.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/VerifiedCheck.d.ts +8 -0
- package/lib/typescript/commonjs/icons/VerifiedCheck.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/VerifierCheck.d.ts +8 -0
- package/lib/typescript/commonjs/icons/VerifierCheck.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/VideoClip.d.ts +13 -0
- package/lib/typescript/commonjs/icons/VideoClip.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Warning.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Warning.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Window.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Window.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Wrench.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Wrench.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/Zap.d.ts +7 -0
- package/lib/typescript/commonjs/icons/Zap.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/common.d.ts +393 -0
- package/lib/typescript/commonjs/icons/common.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/index.d.ts +155 -0
- package/lib/typescript/commonjs/icons/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/image-resolver/context.d.ts +15 -0
- package/lib/typescript/commonjs/image-resolver/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/image-resolver/index.d.ts +2 -0
- package/lib/typescript/commonjs/image-resolver/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts +83 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.web.d.ts +83 -0
- package/lib/typescript/commonjs/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/input-group/InputGroup.d.ts +9 -0
- package/lib/typescript/commonjs/input-group/InputGroup.d.ts.map +1 -0
- package/lib/typescript/commonjs/input-group/index.d.ts +3 -0
- package/lib/typescript/commonjs/input-group/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/input-group/types.d.ts +35 -0
- package/lib/typescript/commonjs/input-group/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/item/Item.d.ts +4 -0
- package/lib/typescript/commonjs/item/Item.d.ts.map +1 -0
- package/lib/typescript/commonjs/item/index.d.ts +3 -0
- package/lib/typescript/commonjs/item/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/item/types.d.ts +45 -0
- package/lib/typescript/commonjs/item/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/kbd/Kbd.d.ts +4 -0
- package/lib/typescript/commonjs/kbd/Kbd.d.ts.map +1 -0
- package/lib/typescript/commonjs/kbd/index.d.ts +3 -0
- package/lib/typescript/commonjs/kbd/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/kbd/types.d.ts +13 -0
- package/lib/typescript/commonjs/kbd/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/label/Label.d.ts +4 -0
- package/lib/typescript/commonjs/label/Label.d.ts.map +1 -0
- package/lib/typescript/commonjs/label/index.d.ts +3 -0
- package/lib/typescript/commonjs/label/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/label/types.d.ts +27 -0
- package/lib/typescript/commonjs/label/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts +24 -0
- package/lib/typescript/commonjs/link-preview/LinkPreviewCard.d.ts.map +1 -0
- package/lib/typescript/commonjs/link-preview/index.d.ts +3 -0
- package/lib/typescript/commonjs/link-preview/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/link-preview/types.d.ts +44 -0
- package/lib/typescript/commonjs/link-preview/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/list/index.d.ts +29 -0
- package/lib/typescript/commonjs/list/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/list/index.web.d.ts +45 -0
- package/lib/typescript/commonjs/list/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/list/types.d.ts +77 -0
- package/lib/typescript/commonjs/list/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/Loading.d.ts +4 -0
- package/lib/typescript/commonjs/loading/Loading.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/Loading.web.d.ts +4 -0
- package/lib/typescript/commonjs/loading/Loading.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts +16 -0
- package/lib/typescript/commonjs/loading/SpinnerIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/SpinnerIcon.web.d.ts +17 -0
- package/lib/typescript/commonjs/loading/SpinnerIcon.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/index.d.ts +4 -0
- package/lib/typescript/commonjs/loading/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/index.web.d.ts +4 -0
- package/lib/typescript/commonjs/loading/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/loading/types.d.ts +62 -0
- package/lib/typescript/commonjs/loading/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/menu/context.d.ts +6 -0
- package/lib/typescript/commonjs/menu/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/menu/index.d.ts +22 -0
- package/lib/typescript/commonjs/menu/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/menu/index.web.d.ts +26 -0
- package/lib/typescript/commonjs/menu/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/menu/types.d.ts +62 -0
- package/lib/typescript/commonjs/menu/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/popover/context.d.ts +15 -0
- package/lib/typescript/commonjs/popover/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/index.d.ts +14 -0
- package/lib/typescript/commonjs/popover/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/index.web.d.ts +14 -0
- package/lib/typescript/commonjs/popover/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/popover/types.d.ts +54 -0
- package/lib/typescript/commonjs/popover/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/portal/index.d.ts +15 -0
- package/lib/typescript/commonjs/portal/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/portal/index.web.d.ts +20 -0
- package/lib/typescript/commonjs/portal/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/Actions.d.ts +6 -0
- package/lib/typescript/commonjs/prompt-input/Actions.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/Attachments.d.ts +6 -0
- package/lib/typescript/commonjs/prompt-input/Attachments.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts +6 -0
- package/lib/typescript/commonjs/prompt-input/PromptInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/SubmitButton.d.ts +6 -0
- package/lib/typescript/commonjs/prompt-input/SubmitButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/Textarea.d.ts +6 -0
- package/lib/typescript/commonjs/prompt-input/Textarea.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/Textarea.web.d.ts +6 -0
- package/lib/typescript/commonjs/prompt-input/Textarea.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/context.d.ts +34 -0
- package/lib/typescript/commonjs/prompt-input/context.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/index.d.ts +8 -0
- package/lib/typescript/commonjs/prompt-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/prompt-input/types.d.ts +88 -0
- package/lib/typescript/commonjs/prompt-input/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio-indicator/RadioIndicator.d.ts +4 -0
- package/lib/typescript/commonjs/radio-indicator/RadioIndicator.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio-indicator/index.d.ts +3 -0
- package/lib/typescript/commonjs/radio-indicator/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/radio-indicator/types.d.ts +15 -0
- package/lib/typescript/commonjs/radio-indicator/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/index.d.ts +27 -0
- package/lib/typescript/commonjs/scroll/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/index.web.d.ts +26 -0
- package/lib/typescript/commonjs/scroll/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/scrollable.web.d.ts +29 -0
- package/lib/typescript/commonjs/scroll/scrollable.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/store.d.ts +46 -0
- package/lib/typescript/commonjs/scroll/store.d.ts.map +1 -0
- package/lib/typescript/commonjs/scroll/types.d.ts +46 -0
- package/lib/typescript/commonjs/scroll/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/search-input/index.d.ts +10 -0
- package/lib/typescript/commonjs/search-input/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/segmented-control/index.d.ts +45 -0
- package/lib/typescript/commonjs/segmented-control/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/common.d.ts +5 -0
- package/lib/typescript/commonjs/select/common.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/index.d.ts +14 -0
- package/lib/typescript/commonjs/select/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/index.web.d.ts +14 -0
- package/lib/typescript/commonjs/select/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/select/types.d.ts +84 -0
- package/lib/typescript/commonjs/select/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/settings-list/SettingsList.d.ts +6 -0
- package/lib/typescript/commonjs/settings-list/SettingsList.d.ts.map +1 -0
- package/lib/typescript/commonjs/settings-list/index.d.ts +3 -0
- package/lib/typescript/commonjs/settings-list/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/settings-list/types.d.ts +44 -0
- package/lib/typescript/commonjs/settings-list/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/skeleton/index.d.ts +64 -0
- package/lib/typescript/commonjs/skeleton/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/slider/Slider.d.ts +4 -0
- package/lib/typescript/commonjs/slider/Slider.d.ts.map +1 -0
- package/lib/typescript/commonjs/slider/index.d.ts +3 -0
- package/lib/typescript/commonjs/slider/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/slider/types.d.ts +30 -0
- package/lib/typescript/commonjs/slider/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/atoms.d.ts +464 -0
- package/lib/typescript/commonjs/styles/atoms.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/index.d.ts +7 -0
- package/lib/typescript/commonjs/styles/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/native-driver.d.ts +2 -0
- package/lib/typescript/commonjs/styles/native-driver.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/platform.d.ts +33 -0
- package/lib/typescript/commonjs/styles/platform.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/tokens.d.ts +96 -0
- package/lib/typescript/commonjs/styles/tokens.d.ts.map +1 -0
- package/lib/typescript/commonjs/styles/z-index.d.ts +49 -0
- package/lib/typescript/commonjs/styles/z-index.d.ts.map +1 -0
- package/lib/typescript/commonjs/switch/Switch.d.ts +4 -0
- package/lib/typescript/commonjs/switch/Switch.d.ts.map +1 -0
- package/lib/typescript/commonjs/switch/index.d.ts +3 -0
- package/lib/typescript/commonjs/switch/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/switch/types.d.ts +15 -0
- package/lib/typescript/commonjs/switch/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/tabs/Tabs.d.ts +6 -0
- package/lib/typescript/commonjs/tabs/Tabs.d.ts.map +1 -0
- package/lib/typescript/commonjs/tabs/index.d.ts +3 -0
- package/lib/typescript/commonjs/tabs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/tabs/types.d.ts +34 -0
- package/lib/typescript/commonjs/tabs/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/text-field/index.d.ts +50 -0
- package/lib/typescript/commonjs/text-field/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/BloomThemeProvider.d.ts +88 -0
- package/lib/typescript/commonjs/theme/BloomThemeProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts +3 -0
- package/lib/typescript/commonjs/theme/adaptive-colors.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/apply-dark-class.d.ts +21 -0
- package/lib/typescript/commonjs/theme/apply-dark-class.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/build-theme.d.ts +20 -0
- package/lib/typescript/commonjs/theme/build-theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-presets.d.ts +35 -0
- package/lib/typescript/commonjs/theme/color-presets.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/index.d.ts +33 -0
- package/lib/typescript/commonjs/theme/color-scope/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts +24 -0
- package/lib/typescript/commonjs/theme/color-scope/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-scope/style-builder.d.ts +53 -0
- package/lib/typescript/commonjs/theme/color-scope/style-builder.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/color-space.d.ts +28 -0
- package/lib/typescript/commonjs/theme/color-space.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/index.d.ts +18 -0
- package/lib/typescript/commonjs/theme/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/init-css-interop.d.ts +6 -0
- package/lib/typescript/commonjs/theme/init-css-interop.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/native-root-vars.d.ts +33 -0
- package/lib/typescript/commonjs/theme/native-root-vars.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/native-root-vars.native.d.ts +104 -0
- package/lib/typescript/commonjs/theme/native-root-vars.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/native-root-vars.web.d.ts +20 -0
- package/lib/typescript/commonjs/theme/native-root-vars.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/persistence.d.ts +50 -0
- package/lib/typescript/commonjs/theme/persistence.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/preset-vars.d.ts +28 -0
- package/lib/typescript/commonjs/theme/preset-vars.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/set-color-scheme-safe.d.ts +33 -0
- package/lib/typescript/commonjs/theme/set-color-scheme-safe.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/token-registry.d.ts +53 -0
- package/lib/typescript/commonjs/theme/token-registry.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/types.d.ts +43 -0
- package/lib/typescript/commonjs/theme/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/use-isomorphic-layout-effect.d.ts +8 -0
- package/lib/typescript/commonjs/theme/use-isomorphic-layout-effect.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/use-navigation-theme.d.ts +31 -0
- package/lib/typescript/commonjs/theme/use-navigation-theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/theme/use-theme.d.ts +5 -0
- package/lib/typescript/commonjs/theme/use-theme.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/Toast.d.ts +23 -0
- package/lib/typescript/commonjs/toast/Toast.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/const.d.ts +2 -0
- package/lib/typescript/commonjs/toast/const.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/index.d.ts +84 -0
- package/lib/typescript/commonjs/toast/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/index.web.d.ts +29 -0
- package/lib/typescript/commonjs/toast/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/sonner/index.d.ts +2 -0
- package/lib/typescript/commonjs/toast/sonner/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/sonner/index.web.d.ts +2 -0
- package/lib/typescript/commonjs/toast/sonner/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/toast/types.d.ts +10 -0
- package/lib/typescript/commonjs/toast/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/TextBubble.d.ts +9 -0
- package/lib/typescript/commonjs/tooltip/TextBubble.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/const.d.ts +5 -0
- package/lib/typescript/commonjs/tooltip/const.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/index.d.ts +29 -0
- package/lib/typescript/commonjs/tooltip/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/tooltip/index.web.d.ts +26 -0
- package/lib/typescript/commonjs/tooltip/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/typography/index.d.ts +18 -0
- package/lib/typescript/commonjs/typography/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/user-hover-card/UserHoverCard.d.ts +4 -0
- package/lib/typescript/commonjs/user-hover-card/UserHoverCard.d.ts.map +1 -0
- package/lib/typescript/commonjs/user-hover-card/index.d.ts +3 -0
- package/lib/typescript/commonjs/user-hover-card/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/user-hover-card/types.d.ts +45 -0
- package/lib/typescript/commonjs/user-hover-card/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/lazy-require.d.ts +15 -0
- package/lib/typescript/commonjs/utils/lazy-require.d.ts.map +1 -0
- package/lib/typescript/module/accordion/Accordion.d.ts +7 -0
- package/lib/typescript/module/accordion/Accordion.d.ts.map +1 -0
- package/lib/typescript/module/accordion/index.d.ts +3 -0
- package/lib/typescript/module/accordion/index.d.ts.map +1 -0
- package/lib/typescript/module/accordion/types.d.ts +38 -0
- package/lib/typescript/module/accordion/types.d.ts.map +1 -0
- package/lib/typescript/module/admonition/index.d.ts +56 -0
- package/lib/typescript/module/admonition/index.d.ts.map +1 -0
- package/lib/typescript/module/alert-dialog/AlertDialog.d.ts +22 -0
- package/lib/typescript/module/alert-dialog/AlertDialog.d.ts.map +1 -0
- package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts +15 -0
- package/lib/typescript/module/alert-dialog/AlertDialogHost.d.ts.map +1 -0
- package/lib/typescript/module/alert-dialog/confirm-store.d.ts +31 -0
- package/lib/typescript/module/alert-dialog/confirm-store.d.ts.map +1 -0
- package/lib/typescript/module/alert-dialog/index.d.ts +8 -0
- package/lib/typescript/module/alert-dialog/index.d.ts.map +1 -0
- package/lib/typescript/module/alert-dialog/index.web.d.ts +8 -0
- package/lib/typescript/module/alert-dialog/index.web.d.ts.map +1 -0
- package/lib/typescript/module/alert-dialog/types.d.ts +44 -0
- package/lib/typescript/module/alert-dialog/types.d.ts.map +1 -0
- package/lib/typescript/module/avatar/Avatar.d.ts +4 -0
- package/lib/typescript/module/avatar/Avatar.d.ts.map +1 -0
- package/lib/typescript/module/avatar/AvatarRing.d.ts +27 -0
- package/lib/typescript/module/avatar/AvatarRing.d.ts.map +1 -0
- package/lib/typescript/module/avatar/LiveBadge.d.ts +15 -0
- package/lib/typescript/module/avatar/LiveBadge.d.ts.map +1 -0
- package/lib/typescript/module/avatar/default-avatar.d.ts +5 -0
- package/lib/typescript/module/avatar/default-avatar.d.ts.map +1 -0
- package/lib/typescript/module/avatar/index.d.ts +9 -0
- package/lib/typescript/module/avatar/index.d.ts.map +1 -0
- package/lib/typescript/module/avatar/placeholder-context.d.ts +8 -0
- package/lib/typescript/module/avatar/placeholder-context.d.ts.map +1 -0
- package/lib/typescript/module/avatar/squircle-path.d.ts +8 -0
- package/lib/typescript/module/avatar/squircle-path.d.ts.map +1 -0
- package/lib/typescript/module/avatar/svg-module.d.ts +8 -0
- package/lib/typescript/module/avatar/svg-module.d.ts.map +1 -0
- package/lib/typescript/module/avatar/types.d.ts +101 -0
- package/lib/typescript/module/avatar/types.d.ts.map +1 -0
- package/lib/typescript/module/avatar-group/AvatarGroup.d.ts +4 -0
- package/lib/typescript/module/avatar-group/AvatarGroup.d.ts.map +1 -0
- package/lib/typescript/module/avatar-group/AvatarGroup.web.d.ts +4 -0
- package/lib/typescript/module/avatar-group/AvatarGroup.web.d.ts.map +1 -0
- package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts +16 -0
- package/lib/typescript/module/avatar-group/AvatarGroupBase.d.ts.map +1 -0
- package/lib/typescript/module/avatar-group/index.d.ts +3 -0
- package/lib/typescript/module/avatar-group/index.d.ts.map +1 -0
- package/lib/typescript/module/avatar-group/index.web.d.ts +3 -0
- package/lib/typescript/module/avatar-group/index.web.d.ts.map +1 -0
- package/lib/typescript/module/avatar-group/types.d.ts +76 -0
- package/lib/typescript/module/avatar-group/types.d.ts.map +1 -0
- package/lib/typescript/module/badge/Badge.d.ts +4 -0
- package/lib/typescript/module/badge/Badge.d.ts.map +1 -0
- package/lib/typescript/module/badge/index.d.ts +3 -0
- package/lib/typescript/module/badge/index.d.ts.map +1 -0
- package/lib/typescript/module/badge/types.d.ts +29 -0
- package/lib/typescript/module/badge/types.d.ts.map +1 -0
- package/lib/typescript/module/benefit-list/index.d.ts +6 -0
- package/lib/typescript/module/benefit-list/index.d.ts.map +1 -0
- package/lib/typescript/module/benefit-list/types.d.ts +35 -0
- package/lib/typescript/module/benefit-list/types.d.ts.map +1 -0
- package/lib/typescript/module/bottom-sheet/index.d.ts +95 -0
- package/lib/typescript/module/bottom-sheet/index.d.ts.map +1 -0
- package/lib/typescript/module/button/Button.d.ts +14 -0
- package/lib/typescript/module/button/Button.d.ts.map +1 -0
- package/lib/typescript/module/button/Button.web.d.ts +14 -0
- package/lib/typescript/module/button/Button.web.d.ts.map +1 -0
- package/lib/typescript/module/button/index.d.ts +3 -0
- package/lib/typescript/module/button/index.d.ts.map +1 -0
- package/lib/typescript/module/button/index.web.d.ts +3 -0
- package/lib/typescript/module/button/index.web.d.ts.map +1 -0
- package/lib/typescript/module/button/types.d.ts +107 -0
- package/lib/typescript/module/button/types.d.ts.map +1 -0
- package/lib/typescript/module/card/Card.d.ts +9 -0
- package/lib/typescript/module/card/Card.d.ts.map +1 -0
- package/lib/typescript/module/card/index.d.ts +3 -0
- package/lib/typescript/module/card/index.d.ts.map +1 -0
- package/lib/typescript/module/card/types.d.ts +34 -0
- package/lib/typescript/module/card/types.d.ts.map +1 -0
- package/lib/typescript/module/checkbox/Checkbox.d.ts +4 -0
- package/lib/typescript/module/checkbox/Checkbox.d.ts.map +1 -0
- package/lib/typescript/module/checkbox/index.d.ts +3 -0
- package/lib/typescript/module/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/module/checkbox/types.d.ts +25 -0
- package/lib/typescript/module/checkbox/types.d.ts.map +1 -0
- package/lib/typescript/module/chip/Chip.d.ts +4 -0
- package/lib/typescript/module/chip/Chip.d.ts.map +1 -0
- package/lib/typescript/module/chip/index.d.ts +3 -0
- package/lib/typescript/module/chip/index.d.ts.map +1 -0
- package/lib/typescript/module/chip/types.d.ts +31 -0
- package/lib/typescript/module/chip/types.d.ts.map +1 -0
- package/lib/typescript/module/code/Code.d.ts +7 -0
- package/lib/typescript/module/code/Code.d.ts.map +1 -0
- package/lib/typescript/module/code/Pre.d.ts +8 -0
- package/lib/typescript/module/code/Pre.d.ts.map +1 -0
- package/lib/typescript/module/code/index.d.ts +5 -0
- package/lib/typescript/module/code/index.d.ts.map +1 -0
- package/lib/typescript/module/collapsible/Collapsible.d.ts +4 -0
- package/lib/typescript/module/collapsible/Collapsible.d.ts.map +1 -0
- package/lib/typescript/module/collapsible/index.d.ts +3 -0
- package/lib/typescript/module/collapsible/index.d.ts.map +1 -0
- package/lib/typescript/module/collapsible/types.d.ts +18 -0
- package/lib/typescript/module/collapsible/types.d.ts.map +1 -0
- package/lib/typescript/module/combobox/Combobox.d.ts +33 -0
- package/lib/typescript/module/combobox/Combobox.d.ts.map +1 -0
- package/lib/typescript/module/combobox/index.d.ts +6 -0
- package/lib/typescript/module/combobox/index.d.ts.map +1 -0
- package/lib/typescript/module/combobox/index.web.d.ts +6 -0
- package/lib/typescript/module/combobox/index.web.d.ts.map +1 -0
- package/lib/typescript/module/combobox/types.d.ts +40 -0
- package/lib/typescript/module/combobox/types.d.ts.map +1 -0
- package/lib/typescript/module/command/Command.d.ts +22 -0
- package/lib/typescript/module/command/Command.d.ts.map +1 -0
- package/lib/typescript/module/command/index.d.ts +6 -0
- package/lib/typescript/module/command/index.d.ts.map +1 -0
- package/lib/typescript/module/command/index.web.d.ts +6 -0
- package/lib/typescript/module/command/index.web.d.ts.map +1 -0
- package/lib/typescript/module/command/types.d.ts +46 -0
- package/lib/typescript/module/command/types.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.d.ts +4 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts +14 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts +18 -0
- package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/index.d.ts +3 -0
- package/lib/typescript/module/connection-dots/index.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/index.web.d.ts +3 -0
- package/lib/typescript/module/connection-dots/index.web.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/types.d.ts +41 -0
- package/lib/typescript/module/connection-dots/types.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/index.d.ts +59 -0
- package/lib/typescript/module/content-panel/index.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/index.web.d.ts +68 -0
- package/lib/typescript/module/content-panel/index.web.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/nesting-context.d.ts +24 -0
- package/lib/typescript/module/content-panel/nesting-context.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/context.d.ts +11 -0
- package/lib/typescript/module/context-menu/context.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/index.d.ts +21 -0
- package/lib/typescript/module/context-menu/index.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/index.web.d.ts +19 -0
- package/lib/typescript/module/context-menu/index.web.d.ts.map +1 -0
- package/lib/typescript/module/context-menu/types.d.ts +53 -0
- package/lib/typescript/module/context-menu/types.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/color-roles.d.ts +102 -0
- package/lib/typescript/module/design-tokens/color-roles.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/index.d.ts +28 -0
- package/lib/typescript/module/design-tokens/index.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/scales.d.ts +152 -0
- package/lib/typescript/module/design-tokens/scales.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/shadows.d.ts +34 -0
- package/lib/typescript/module/design-tokens/shadows.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/shadows.native.d.ts +19 -0
- package/lib/typescript/module/design-tokens/shadows.native.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/tailwind-preset.d.ts +59 -0
- package/lib/typescript/module/design-tokens/tailwind-preset.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/theme-css.d.ts +39 -0
- package/lib/typescript/module/design-tokens/theme-css.d.ts.map +1 -0
- package/lib/typescript/module/dialog/BloomDialogProvider.d.ts +27 -0
- package/lib/typescript/module/dialog/BloomDialogProvider.d.ts.map +1 -0
- package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts +15 -0
- package/lib/typescript/module/dialog/BloomDialogProvider.web.d.ts.map +1 -0
- package/lib/typescript/module/dialog/Dialog.d.ts +40 -0
- package/lib/typescript/module/dialog/Dialog.d.ts.map +1 -0
- package/lib/typescript/module/dialog/Dialog.web.d.ts +55 -0
- package/lib/typescript/module/dialog/Dialog.web.d.ts.map +1 -0
- package/lib/typescript/module/dialog/DialogBottomSheet.d.ts +29 -0
- package/lib/typescript/module/dialog/DialogBottomSheet.d.ts.map +1 -0
- package/lib/typescript/module/dialog/DialogContent.d.ts +32 -0
- package/lib/typescript/module/dialog/DialogContent.d.ts.map +1 -0
- package/lib/typescript/module/dialog/SheetShell.d.ts +31 -0
- package/lib/typescript/module/dialog/SheetShell.d.ts.map +1 -0
- package/lib/typescript/module/dialog/alert-store.d.ts +70 -0
- package/lib/typescript/module/dialog/alert-store.d.ts.map +1 -0
- package/lib/typescript/module/dialog/alert.d.ts +27 -0
- package/lib/typescript/module/dialog/alert.d.ts.map +1 -0
- package/lib/typescript/module/dialog/context.d.ts +12 -0
- package/lib/typescript/module/dialog/context.d.ts.map +1 -0
- package/lib/typescript/module/dialog/index.d.ts +7 -0
- package/lib/typescript/module/dialog/index.d.ts.map +1 -0
- package/lib/typescript/module/dialog/index.web.d.ts +7 -0
- package/lib/typescript/module/dialog/index.web.d.ts.map +1 -0
- package/lib/typescript/module/dialog/placement.d.ts +81 -0
- package/lib/typescript/module/dialog/placement.d.ts.map +1 -0
- package/lib/typescript/module/dialog/types.d.ts +165 -0
- package/lib/typescript/module/dialog/types.d.ts.map +1 -0
- package/lib/typescript/module/divider/Divider.d.ts +4 -0
- package/lib/typescript/module/divider/Divider.d.ts.map +1 -0
- package/lib/typescript/module/divider/index.d.ts +3 -0
- package/lib/typescript/module/divider/index.d.ts.map +1 -0
- package/lib/typescript/module/divider/types.d.ts +15 -0
- package/lib/typescript/module/divider/types.d.ts.map +1 -0
- package/lib/typescript/module/error-boundary/ErrorBoundary.d.ts +18 -0
- package/lib/typescript/module/error-boundary/ErrorBoundary.d.ts.map +1 -0
- package/lib/typescript/module/error-boundary/index.d.ts +3 -0
- package/lib/typescript/module/error-boundary/index.d.ts.map +1 -0
- package/lib/typescript/module/error-boundary/types.d.ts +55 -0
- package/lib/typescript/module/error-boundary/types.d.ts.map +1 -0
- package/lib/typescript/module/fab/Fab.d.ts +5 -0
- package/lib/typescript/module/fab/Fab.d.ts.map +1 -0
- package/lib/typescript/module/fab/Fab.web.d.ts +5 -0
- package/lib/typescript/module/fab/Fab.web.d.ts.map +1 -0
- package/lib/typescript/module/fab/index.d.ts +3 -0
- package/lib/typescript/module/fab/index.d.ts.map +1 -0
- package/lib/typescript/module/fab/index.web.d.ts +3 -0
- package/lib/typescript/module/fab/index.web.d.ts.map +1 -0
- package/lib/typescript/module/fab/types.d.ts +113 -0
- package/lib/typescript/module/fab/types.d.ts.map +1 -0
- package/lib/typescript/module/field/Field.d.ts +4 -0
- package/lib/typescript/module/field/Field.d.ts.map +1 -0
- package/lib/typescript/module/field/index.d.ts +3 -0
- package/lib/typescript/module/field/index.d.ts.map +1 -0
- package/lib/typescript/module/field/types.d.ts +26 -0
- package/lib/typescript/module/field/types.d.ts.map +1 -0
- package/lib/typescript/module/fill/index.d.ts +7 -0
- package/lib/typescript/module/fill/index.d.ts.map +1 -0
- package/lib/typescript/module/fonts/FontLoader.d.ts +28 -0
- package/lib/typescript/module/fonts/FontLoader.d.ts.map +1 -0
- package/lib/typescript/module/fonts/FontLoader.native.d.ts +32 -0
- package/lib/typescript/module/fonts/FontLoader.native.d.ts.map +1 -0
- package/lib/typescript/module/fonts/apply-font-faces.d.ts +2 -0
- package/lib/typescript/module/fonts/apply-font-faces.d.ts.map +1 -0
- package/lib/typescript/module/fonts/apply-font-faces.web.d.ts +19 -0
- package/lib/typescript/module/fonts/apply-font-faces.web.d.ts.map +1 -0
- package/lib/typescript/module/fonts/font-assets.d.ts +7 -0
- package/lib/typescript/module/fonts/font-assets.d.ts.map +1 -0
- package/lib/typescript/module/fonts/font-data.web.d.ts +5 -0
- package/lib/typescript/module/fonts/font-data.web.d.ts.map +1 -0
- package/lib/typescript/module/fonts/index.d.ts +7 -0
- package/lib/typescript/module/fonts/index.d.ts.map +1 -0
- package/lib/typescript/module/fonts/index.web.d.ts +7 -0
- package/lib/typescript/module/fonts/index.web.d.ts.map +1 -0
- package/lib/typescript/module/fonts/tokens.d.ts +21 -0
- package/lib/typescript/module/fonts/tokens.d.ts.map +1 -0
- package/lib/typescript/module/grid/index.d.ts +13 -0
- package/lib/typescript/module/grid/index.d.ts.map +1 -0
- package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts +12 -0
- package/lib/typescript/module/grouped-buttons/GroupedButtons.d.ts.map +1 -0
- package/lib/typescript/module/grouped-buttons/index.d.ts +3 -0
- package/lib/typescript/module/grouped-buttons/index.d.ts.map +1 -0
- package/lib/typescript/module/grouped-buttons/types.d.ts +15 -0
- package/lib/typescript/module/grouped-buttons/types.d.ts.map +1 -0
- package/lib/typescript/module/hooks/index.d.ts +6 -0
- package/lib/typescript/module/hooks/index.d.ts.map +1 -0
- package/lib/typescript/module/hooks/mergeRefs.d.ts +17 -0
- package/lib/typescript/module/hooks/mergeRefs.d.ts.map +1 -0
- package/lib/typescript/module/hooks/useControllableState.d.ts +19 -0
- package/lib/typescript/module/hooks/useControllableState.d.ts.map +1 -0
- package/lib/typescript/module/hooks/useDelayedLoading.d.ts +6 -0
- package/lib/typescript/module/hooks/useDelayedLoading.d.ts.map +1 -0
- package/lib/typescript/module/hooks/useInteractionState.d.ts +29 -0
- package/lib/typescript/module/hooks/useInteractionState.d.ts.map +1 -0
- package/lib/typescript/module/hooks/usePressAnimation.d.ts +16 -0
- package/lib/typescript/module/hooks/usePressAnimation.d.ts.map +1 -0
- package/lib/typescript/module/hooks/useThrottledValue.d.ts +5 -0
- package/lib/typescript/module/hooks/useThrottledValue.d.ts.map +1 -0
- package/lib/typescript/module/icon-circle/index.d.ts +10 -0
- package/lib/typescript/module/icon-circle/index.d.ts.map +1 -0
- package/lib/typescript/module/icons/Accessibility.d.ts +7 -0
- package/lib/typescript/module/icons/Accessibility.d.ts.map +1 -0
- package/lib/typescript/module/icons/Alien.d.ts +7 -0
- package/lib/typescript/module/icons/Alien.d.ts.map +1 -0
- package/lib/typescript/module/icons/AndroidLogo.d.ts +7 -0
- package/lib/typescript/module/icons/AndroidLogo.d.ts.map +1 -0
- package/lib/typescript/module/icons/Apple.d.ts +7 -0
- package/lib/typescript/module/icons/Apple.d.ts.map +1 -0
- package/lib/typescript/module/icons/AppleLogo.d.ts +7 -0
- package/lib/typescript/module/icons/AppleLogo.d.ts.map +1 -0
- package/lib/typescript/module/icons/Arrow.d.ts +31 -0
- package/lib/typescript/module/icons/Arrow.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowBoxLeft.d.ts +13 -0
- package/lib/typescript/module/icons/ArrowBoxLeft.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowCornerDownRight.d.ts +7 -0
- package/lib/typescript/module/icons/ArrowCornerDownRight.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowOutOfBox.d.ts +13 -0
- package/lib/typescript/module/icons/ArrowOutOfBox.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowRotate.d.ts +13 -0
- package/lib/typescript/module/icons/ArrowRotate.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowShareRight.d.ts +7 -0
- package/lib/typescript/module/icons/ArrowShareRight.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowTopCircle.d.ts +7 -0
- package/lib/typescript/module/icons/ArrowTopCircle.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowTriangle.d.ts +7 -0
- package/lib/typescript/module/icons/ArrowTriangle.d.ts.map +1 -0
- package/lib/typescript/module/icons/ArrowsDiagonal.d.ts +25 -0
- package/lib/typescript/module/icons/ArrowsDiagonal.d.ts.map +1 -0
- package/lib/typescript/module/icons/AspectRatio.d.ts +19 -0
- package/lib/typescript/module/icons/AspectRatio.d.ts.map +1 -0
- package/lib/typescript/module/icons/At.d.ts +13 -0
- package/lib/typescript/module/icons/At.d.ts.map +1 -0
- package/lib/typescript/module/icons/Atom.d.ts +7 -0
- package/lib/typescript/module/icons/Atom.d.ts.map +1 -0
- package/lib/typescript/module/icons/Bars.d.ts +7 -0
- package/lib/typescript/module/icons/Bars.d.ts.map +1 -0
- package/lib/typescript/module/icons/Beaker.d.ts +7 -0
- package/lib/typescript/module/icons/Beaker.d.ts.map +1 -0
- package/lib/typescript/module/icons/Bell.d.ts +13 -0
- package/lib/typescript/module/icons/Bell.d.ts.map +1 -0
- package/lib/typescript/module/icons/Bell2.d.ts +25 -0
- package/lib/typescript/module/icons/Bell2.d.ts.map +1 -0
- package/lib/typescript/module/icons/BellPlus.d.ts +7 -0
- package/lib/typescript/module/icons/BellPlus.d.ts.map +1 -0
- package/lib/typescript/module/icons/BellRinging.d.ts +13 -0
- package/lib/typescript/module/icons/BellRinging.d.ts.map +1 -0
- package/lib/typescript/module/icons/BirthdayCake.d.ts +7 -0
- package/lib/typescript/module/icons/BirthdayCake.d.ts.map +1 -0
- package/lib/typescript/module/icons/Bookmark.d.ts +19 -0
- package/lib/typescript/module/icons/Bookmark.d.ts.map +1 -0
- package/lib/typescript/module/icons/Bot.d.ts +13 -0
- package/lib/typescript/module/icons/Bot.d.ts.map +1 -0
- package/lib/typescript/module/icons/BroomSparkle.d.ts +7 -0
- package/lib/typescript/module/icons/BroomSparkle.d.ts.map +1 -0
- package/lib/typescript/module/icons/Bubble.d.ts +25 -0
- package/lib/typescript/module/icons/Bubble.d.ts.map +1 -0
- package/lib/typescript/module/icons/BubbleInfo.d.ts +7 -0
- package/lib/typescript/module/icons/BubbleInfo.d.ts.map +1 -0
- package/lib/typescript/module/icons/BulletList.d.ts +19 -0
- package/lib/typescript/module/icons/BulletList.d.ts.map +1 -0
- package/lib/typescript/module/icons/CC.d.ts +13 -0
- package/lib/typescript/module/icons/CC.d.ts.map +1 -0
- package/lib/typescript/module/icons/Calendar.d.ts +7 -0
- package/lib/typescript/module/icons/Calendar.d.ts.map +1 -0
- package/lib/typescript/module/icons/CalendarClock.d.ts +7 -0
- package/lib/typescript/module/icons/CalendarClock.d.ts.map +1 -0
- package/lib/typescript/module/icons/CalendarDays.d.ts +7 -0
- package/lib/typescript/module/icons/CalendarDays.d.ts.map +1 -0
- package/lib/typescript/module/icons/Camera.d.ts +13 -0
- package/lib/typescript/module/icons/Camera.d.ts.map +1 -0
- package/lib/typescript/module/icons/Car.d.ts +7 -0
- package/lib/typescript/module/icons/Car.d.ts.map +1 -0
- package/lib/typescript/module/icons/Celebrate.d.ts +7 -0
- package/lib/typescript/module/icons/Celebrate.d.ts.map +1 -0
- package/lib/typescript/module/icons/ChainLink.d.ts +7 -0
- package/lib/typescript/module/icons/ChainLink.d.ts.map +1 -0
- package/lib/typescript/module/icons/Check.d.ts +13 -0
- package/lib/typescript/module/icons/Check.d.ts.map +1 -0
- package/lib/typescript/module/icons/Chevron.d.ts +40 -0
- package/lib/typescript/module/icons/Chevron.d.ts.map +1 -0
- package/lib/typescript/module/icons/Circle.d.ts +7 -0
- package/lib/typescript/module/icons/Circle.d.ts.map +1 -0
- package/lib/typescript/module/icons/CircleAndSquare.d.ts +7 -0
- package/lib/typescript/module/icons/CircleAndSquare.d.ts.map +1 -0
- package/lib/typescript/module/icons/CircleBanSign.d.ts +7 -0
- package/lib/typescript/module/icons/CircleBanSign.d.ts.map +1 -0
- package/lib/typescript/module/icons/CircleCheck.d.ts +7 -0
- package/lib/typescript/module/icons/CircleCheck.d.ts.map +1 -0
- package/lib/typescript/module/icons/CircleInfo.d.ts +7 -0
- package/lib/typescript/module/icons/CircleInfo.d.ts.map +1 -0
- package/lib/typescript/module/icons/CirclePlus.d.ts +7 -0
- package/lib/typescript/module/icons/CirclePlus.d.ts.map +1 -0
- package/lib/typescript/module/icons/CircleQuestion.d.ts +7 -0
- package/lib/typescript/module/icons/CircleQuestion.d.ts.map +1 -0
- package/lib/typescript/module/icons/CircleX.d.ts +7 -0
- package/lib/typescript/module/icons/CircleX.d.ts.map +1 -0
- package/lib/typescript/module/icons/Clipboard.d.ts +7 -0
- package/lib/typescript/module/icons/Clipboard.d.ts.map +1 -0
- package/lib/typescript/module/icons/Clock.d.ts +7 -0
- package/lib/typescript/module/icons/Clock.d.ts.map +1 -0
- package/lib/typescript/module/icons/CodeBrackets.d.ts +13 -0
- package/lib/typescript/module/icons/CodeBrackets.d.ts.map +1 -0
- package/lib/typescript/module/icons/CodeLines.d.ts +7 -0
- package/lib/typescript/module/icons/CodeLines.d.ts.map +1 -0
- package/lib/typescript/module/icons/ColorPalette.d.ts +7 -0
- package/lib/typescript/module/icons/ColorPalette.d.ts.map +1 -0
- package/lib/typescript/module/icons/Contacts.d.ts +13 -0
- package/lib/typescript/module/icons/Contacts.d.ts.map +1 -0
- package/lib/typescript/module/icons/Crop.d.ts +7 -0
- package/lib/typescript/module/icons/Crop.d.ts.map +1 -0
- package/lib/typescript/module/icons/DotGrid.d.ts +13 -0
- package/lib/typescript/module/icons/DotGrid.d.ts.map +1 -0
- package/lib/typescript/module/icons/Download.d.ts +7 -0
- package/lib/typescript/module/icons/Download.d.ts.map +1 -0
- package/lib/typescript/module/icons/EditBig.d.ts +13 -0
- package/lib/typescript/module/icons/EditBig.d.ts.map +1 -0
- package/lib/typescript/module/icons/Emoji.d.ts +25 -0
- package/lib/typescript/module/icons/Emoji.d.ts.map +1 -0
- package/lib/typescript/module/icons/Envelope.d.ts +19 -0
- package/lib/typescript/module/icons/Envelope.d.ts.map +1 -0
- package/lib/typescript/module/icons/EnvelopeOpen.d.ts +7 -0
- package/lib/typescript/module/icons/EnvelopeOpen.d.ts.map +1 -0
- package/lib/typescript/module/icons/Explosion.d.ts +7 -0
- package/lib/typescript/module/icons/Explosion.d.ts.map +1 -0
- package/lib/typescript/module/icons/Eye.d.ts +13 -0
- package/lib/typescript/module/icons/Eye.d.ts.map +1 -0
- package/lib/typescript/module/icons/EyeSlash.d.ts +7 -0
- package/lib/typescript/module/icons/EyeSlash.d.ts.map +1 -0
- package/lib/typescript/module/icons/Filter.d.ts +7 -0
- package/lib/typescript/module/icons/Filter.d.ts.map +1 -0
- package/lib/typescript/module/icons/FilterTimeline.d.ts +7 -0
- package/lib/typescript/module/icons/FilterTimeline.d.ts.map +1 -0
- package/lib/typescript/module/icons/Flag.d.ts +7 -0
- package/lib/typescript/module/icons/Flag.d.ts.map +1 -0
- package/lib/typescript/module/icons/Flame.d.ts +7 -0
- package/lib/typescript/module/icons/Flame.d.ts.map +1 -0
- package/lib/typescript/module/icons/FlipImage.d.ts +13 -0
- package/lib/typescript/module/icons/FlipImage.d.ts.map +1 -0
- package/lib/typescript/module/icons/FloppyDisk.d.ts +7 -0
- package/lib/typescript/module/icons/FloppyDisk.d.ts.map +1 -0
- package/lib/typescript/module/icons/Freeze.d.ts +7 -0
- package/lib/typescript/module/icons/Freeze.d.ts.map +1 -0
- package/lib/typescript/module/icons/GameController.d.ts +7 -0
- package/lib/typescript/module/icons/GameController.d.ts.map +1 -0
- package/lib/typescript/module/icons/Gif.d.ts +13 -0
- package/lib/typescript/module/icons/Gif.d.ts.map +1 -0
- package/lib/typescript/module/icons/Gift1.d.ts +13 -0
- package/lib/typescript/module/icons/Gift1.d.ts.map +1 -0
- package/lib/typescript/module/icons/Globe.d.ts +19 -0
- package/lib/typescript/module/icons/Globe.d.ts.map +1 -0
- package/lib/typescript/module/icons/Group.d.ts +7 -0
- package/lib/typescript/module/icons/Group.d.ts.map +1 -0
- package/lib/typescript/module/icons/Growth.d.ts +7 -0
- package/lib/typescript/module/icons/Growth.d.ts.map +1 -0
- package/lib/typescript/module/icons/Haptic.d.ts +7 -0
- package/lib/typescript/module/icons/Haptic.d.ts.map +1 -0
- package/lib/typescript/module/icons/Hashtag.d.ts +19 -0
- package/lib/typescript/module/icons/Hashtag.d.ts.map +1 -0
- package/lib/typescript/module/icons/Heart2.d.ts +25 -0
- package/lib/typescript/module/icons/Heart2.d.ts.map +1 -0
- package/lib/typescript/module/icons/Home.d.ts +19 -0
- package/lib/typescript/module/icons/Home.d.ts.map +1 -0
- package/lib/typescript/module/icons/HomeOpen.d.ts +13 -0
- package/lib/typescript/module/icons/HomeOpen.d.ts.map +1 -0
- package/lib/typescript/module/icons/Image.d.ts +13 -0
- package/lib/typescript/module/icons/Image.d.ts.map +1 -0
- package/lib/typescript/module/icons/Key.d.ts +7 -0
- package/lib/typescript/module/icons/Key.d.ts.map +1 -0
- package/lib/typescript/module/icons/Lab.d.ts +7 -0
- package/lib/typescript/module/icons/Lab.d.ts.map +1 -0
- package/lib/typescript/module/icons/Leaf.d.ts +7 -0
- package/lib/typescript/module/icons/Leaf.d.ts.map +1 -0
- package/lib/typescript/module/icons/ListMagnifyingGlass.d.ts +7 -0
- package/lib/typescript/module/icons/ListMagnifyingGlass.d.ts.map +1 -0
- package/lib/typescript/module/icons/ListPlus.d.ts +7 -0
- package/lib/typescript/module/icons/ListPlus.d.ts.map +1 -0
- package/lib/typescript/module/icons/ListSparkle.d.ts +7 -0
- package/lib/typescript/module/icons/ListSparkle.d.ts.map +1 -0
- package/lib/typescript/module/icons/Live.d.ts +7 -0
- package/lib/typescript/module/icons/Live.d.ts.map +1 -0
- package/lib/typescript/module/icons/Loader.d.ts +7 -0
- package/lib/typescript/module/icons/Loader.d.ts.map +1 -0
- package/lib/typescript/module/icons/Lock.d.ts +13 -0
- package/lib/typescript/module/icons/Lock.d.ts.map +1 -0
- package/lib/typescript/module/icons/Logo.d.ts +13 -0
- package/lib/typescript/module/icons/Logo.d.ts.map +1 -0
- package/lib/typescript/module/icons/Macintosh.d.ts +7 -0
- package/lib/typescript/module/icons/Macintosh.d.ts.map +1 -0
- package/lib/typescript/module/icons/MagnifyingGlass.d.ts +25 -0
- package/lib/typescript/module/icons/MagnifyingGlass.d.ts.map +1 -0
- package/lib/typescript/module/icons/Menu.d.ts +7 -0
- package/lib/typescript/module/icons/Menu.d.ts.map +1 -0
- package/lib/typescript/module/icons/Message.d.ts +19 -0
- package/lib/typescript/module/icons/Message.d.ts.map +1 -0
- package/lib/typescript/module/icons/Moon.d.ts +7 -0
- package/lib/typescript/module/icons/Moon.d.ts.map +1 -0
- package/lib/typescript/module/icons/MusicNote.d.ts +7 -0
- package/lib/typescript/module/icons/MusicNote.d.ts.map +1 -0
- package/lib/typescript/module/icons/Mute.d.ts +7 -0
- package/lib/typescript/module/icons/Mute.d.ts.map +1 -0
- package/lib/typescript/module/icons/News2.d.ts +7 -0
- package/lib/typescript/module/icons/News2.d.ts.map +1 -0
- package/lib/typescript/module/icons/Newskie.d.ts +7 -0
- package/lib/typescript/module/icons/Newskie.d.ts.map +1 -0
- package/lib/typescript/module/icons/Newspaper.d.ts +7 -0
- package/lib/typescript/module/icons/Newspaper.d.ts.map +1 -0
- package/lib/typescript/module/icons/PageText.d.ts +7 -0
- package/lib/typescript/module/icons/PageText.d.ts.map +1 -0
- package/lib/typescript/module/icons/PageX.d.ts +7 -0
- package/lib/typescript/module/icons/PageX.d.ts.map +1 -0
- package/lib/typescript/module/icons/PaintRoller.d.ts +7 -0
- package/lib/typescript/module/icons/PaintRoller.d.ts.map +1 -0
- package/lib/typescript/module/icons/PaperPlane.d.ts +7 -0
- package/lib/typescript/module/icons/PaperPlane.d.ts.map +1 -0
- package/lib/typescript/module/icons/Pause.d.ts +25 -0
- package/lib/typescript/module/icons/Pause.d.ts.map +1 -0
- package/lib/typescript/module/icons/Pencil.d.ts +19 -0
- package/lib/typescript/module/icons/Pencil.d.ts.map +1 -0
- package/lib/typescript/module/icons/PeopleRemove2.d.ts +13 -0
- package/lib/typescript/module/icons/PeopleRemove2.d.ts.map +1 -0
- package/lib/typescript/module/icons/Person.d.ts +61 -0
- package/lib/typescript/module/icons/Person.d.ts.map +1 -0
- package/lib/typescript/module/icons/Phone.d.ts +13 -0
- package/lib/typescript/module/icons/Phone.d.ts.map +1 -0
- package/lib/typescript/module/icons/Pin.d.ts +13 -0
- package/lib/typescript/module/icons/Pin.d.ts.map +1 -0
- package/lib/typescript/module/icons/PinLocation.d.ts +13 -0
- package/lib/typescript/module/icons/PinLocation.d.ts.map +1 -0
- package/lib/typescript/module/icons/Pizza.d.ts +7 -0
- package/lib/typescript/module/icons/Pizza.d.ts.map +1 -0
- package/lib/typescript/module/icons/Play.d.ts +25 -0
- package/lib/typescript/module/icons/Play.d.ts.map +1 -0
- package/lib/typescript/module/icons/Plus.d.ts +13 -0
- package/lib/typescript/module/icons/Plus.d.ts.map +1 -0
- package/lib/typescript/module/icons/QrCode.d.ts +7 -0
- package/lib/typescript/module/icons/QrCode.d.ts.map +1 -0
- package/lib/typescript/module/icons/Quote.d.ts +31 -0
- package/lib/typescript/module/icons/Quote.d.ts.map +1 -0
- package/lib/typescript/module/icons/RaisingHand.d.ts +13 -0
- package/lib/typescript/module/icons/RaisingHand.d.ts.map +1 -0
- package/lib/typescript/module/icons/Reply.d.ts +13 -0
- package/lib/typescript/module/icons/Reply.d.ts.map +1 -0
- package/lib/typescript/module/icons/Repost.d.ts +25 -0
- package/lib/typescript/module/icons/Repost.d.ts.map +1 -0
- package/lib/typescript/module/icons/Rose.d.ts +7 -0
- package/lib/typescript/module/icons/Rose.d.ts.map +1 -0
- package/lib/typescript/module/icons/SettingsGear2.d.ts +13 -0
- package/lib/typescript/module/icons/SettingsGear2.d.ts.map +1 -0
- package/lib/typescript/module/icons/SettingsSlider.d.ts +7 -0
- package/lib/typescript/module/icons/SettingsSlider.d.ts.map +1 -0
- package/lib/typescript/module/icons/Shaka.d.ts +7 -0
- package/lib/typescript/module/icons/Shaka.d.ts.map +1 -0
- package/lib/typescript/module/icons/Shapes.d.ts +7 -0
- package/lib/typescript/module/icons/Shapes.d.ts.map +1 -0
- package/lib/typescript/module/icons/Shield.d.ts +13 -0
- package/lib/typescript/module/icons/Shield.d.ts.map +1 -0
- package/lib/typescript/module/icons/Sparkle.d.ts +7 -0
- package/lib/typescript/module/icons/Sparkle.d.ts.map +1 -0
- package/lib/typescript/module/icons/Speaker.d.ts +7 -0
- package/lib/typescript/module/icons/Speaker.d.ts.map +1 -0
- package/lib/typescript/module/icons/SquareArrowTopRight.d.ts +7 -0
- package/lib/typescript/module/icons/SquareArrowTopRight.d.ts.map +1 -0
- package/lib/typescript/module/icons/SquareBehindSquare4.d.ts +7 -0
- package/lib/typescript/module/icons/SquareBehindSquare4.d.ts.map +1 -0
- package/lib/typescript/module/icons/Star.d.ts +13 -0
- package/lib/typescript/module/icons/Star.d.ts.map +1 -0
- package/lib/typescript/module/icons/StarterPack.d.ts +7 -0
- package/lib/typescript/module/icons/StarterPack.d.ts.map +1 -0
- package/lib/typescript/module/icons/StreamingLive.d.ts +7 -0
- package/lib/typescript/module/icons/StreamingLive.d.ts.map +1 -0
- package/lib/typescript/module/icons/TEMPLATE.d.ts +23 -0
- package/lib/typescript/module/icons/TEMPLATE.d.ts.map +1 -0
- package/lib/typescript/module/icons/TextSize.d.ts +7 -0
- package/lib/typescript/module/icons/TextSize.d.ts.map +1 -0
- package/lib/typescript/module/icons/Ticket.d.ts +7 -0
- package/lib/typescript/module/icons/Ticket.d.ts.map +1 -0
- package/lib/typescript/module/icons/Times.d.ts +7 -0
- package/lib/typescript/module/icons/Times.d.ts.map +1 -0
- package/lib/typescript/module/icons/TitleCase.d.ts +7 -0
- package/lib/typescript/module/icons/TitleCase.d.ts.map +1 -0
- package/lib/typescript/module/icons/Trash.d.ts +13 -0
- package/lib/typescript/module/icons/Trash.d.ts.map +1 -0
- package/lib/typescript/module/icons/Tree.d.ts +7 -0
- package/lib/typescript/module/icons/Tree.d.ts.map +1 -0
- package/lib/typescript/module/icons/Trending.d.ts +13 -0
- package/lib/typescript/module/icons/Trending.d.ts.map +1 -0
- package/lib/typescript/module/icons/UFO.d.ts +7 -0
- package/lib/typescript/module/icons/UFO.d.ts.map +1 -0
- package/lib/typescript/module/icons/UserCircle.d.ts +13 -0
- package/lib/typescript/module/icons/UserCircle.d.ts.map +1 -0
- package/lib/typescript/module/icons/Verified.d.ts +7 -0
- package/lib/typescript/module/icons/Verified.d.ts.map +1 -0
- package/lib/typescript/module/icons/VerifiedCheck.d.ts +8 -0
- package/lib/typescript/module/icons/VerifiedCheck.d.ts.map +1 -0
- package/lib/typescript/module/icons/VerifierCheck.d.ts +8 -0
- package/lib/typescript/module/icons/VerifierCheck.d.ts.map +1 -0
- package/lib/typescript/module/icons/VideoClip.d.ts +13 -0
- package/lib/typescript/module/icons/VideoClip.d.ts.map +1 -0
- package/lib/typescript/module/icons/Warning.d.ts +7 -0
- package/lib/typescript/module/icons/Warning.d.ts.map +1 -0
- package/lib/typescript/module/icons/Window.d.ts +7 -0
- package/lib/typescript/module/icons/Window.d.ts.map +1 -0
- package/lib/typescript/module/icons/Wrench.d.ts +7 -0
- package/lib/typescript/module/icons/Wrench.d.ts.map +1 -0
- package/lib/typescript/module/icons/Zap.d.ts +7 -0
- package/lib/typescript/module/icons/Zap.d.ts.map +1 -0
- package/lib/typescript/module/icons/common.d.ts +393 -0
- package/lib/typescript/module/icons/common.d.ts.map +1 -0
- package/lib/typescript/module/icons/index.d.ts +155 -0
- package/lib/typescript/module/icons/index.d.ts.map +1 -0
- package/lib/typescript/module/image-resolver/context.d.ts +15 -0
- package/lib/typescript/module/image-resolver/context.d.ts.map +1 -0
- package/lib/typescript/module/image-resolver/index.d.ts +2 -0
- package/lib/typescript/module/image-resolver/index.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +83 -0
- package/lib/typescript/module/index.d.ts.map +1 -0
- package/lib/typescript/module/index.web.d.ts +83 -0
- package/lib/typescript/module/index.web.d.ts.map +1 -0
- package/lib/typescript/module/input-group/InputGroup.d.ts +9 -0
- package/lib/typescript/module/input-group/InputGroup.d.ts.map +1 -0
- package/lib/typescript/module/input-group/index.d.ts +3 -0
- package/lib/typescript/module/input-group/index.d.ts.map +1 -0
- package/lib/typescript/module/input-group/types.d.ts +35 -0
- package/lib/typescript/module/input-group/types.d.ts.map +1 -0
- package/lib/typescript/module/item/Item.d.ts +4 -0
- package/lib/typescript/module/item/Item.d.ts.map +1 -0
- package/lib/typescript/module/item/index.d.ts +3 -0
- package/lib/typescript/module/item/index.d.ts.map +1 -0
- package/lib/typescript/module/item/types.d.ts +45 -0
- package/lib/typescript/module/item/types.d.ts.map +1 -0
- package/lib/typescript/module/kbd/Kbd.d.ts +4 -0
- package/lib/typescript/module/kbd/Kbd.d.ts.map +1 -0
- package/lib/typescript/module/kbd/index.d.ts +3 -0
- package/lib/typescript/module/kbd/index.d.ts.map +1 -0
- package/lib/typescript/module/kbd/types.d.ts +13 -0
- package/lib/typescript/module/kbd/types.d.ts.map +1 -0
- package/lib/typescript/module/label/Label.d.ts +4 -0
- package/lib/typescript/module/label/Label.d.ts.map +1 -0
- package/lib/typescript/module/label/index.d.ts +3 -0
- package/lib/typescript/module/label/index.d.ts.map +1 -0
- package/lib/typescript/module/label/types.d.ts +27 -0
- package/lib/typescript/module/label/types.d.ts.map +1 -0
- package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts +24 -0
- package/lib/typescript/module/link-preview/LinkPreviewCard.d.ts.map +1 -0
- package/lib/typescript/module/link-preview/index.d.ts +3 -0
- package/lib/typescript/module/link-preview/index.d.ts.map +1 -0
- package/lib/typescript/module/link-preview/types.d.ts +44 -0
- package/lib/typescript/module/link-preview/types.d.ts.map +1 -0
- package/lib/typescript/module/list/index.d.ts +29 -0
- package/lib/typescript/module/list/index.d.ts.map +1 -0
- package/lib/typescript/module/list/index.web.d.ts +45 -0
- package/lib/typescript/module/list/index.web.d.ts.map +1 -0
- package/lib/typescript/module/list/types.d.ts +77 -0
- package/lib/typescript/module/list/types.d.ts.map +1 -0
- package/lib/typescript/module/loading/Loading.d.ts +4 -0
- package/lib/typescript/module/loading/Loading.d.ts.map +1 -0
- package/lib/typescript/module/loading/Loading.web.d.ts +4 -0
- package/lib/typescript/module/loading/Loading.web.d.ts.map +1 -0
- package/lib/typescript/module/loading/SpinnerIcon.d.ts +16 -0
- package/lib/typescript/module/loading/SpinnerIcon.d.ts.map +1 -0
- package/lib/typescript/module/loading/SpinnerIcon.web.d.ts +17 -0
- package/lib/typescript/module/loading/SpinnerIcon.web.d.ts.map +1 -0
- package/lib/typescript/module/loading/index.d.ts +4 -0
- package/lib/typescript/module/loading/index.d.ts.map +1 -0
- package/lib/typescript/module/loading/index.web.d.ts +4 -0
- package/lib/typescript/module/loading/index.web.d.ts.map +1 -0
- package/lib/typescript/module/loading/types.d.ts +62 -0
- package/lib/typescript/module/loading/types.d.ts.map +1 -0
- package/lib/typescript/module/menu/context.d.ts +6 -0
- package/lib/typescript/module/menu/context.d.ts.map +1 -0
- package/lib/typescript/module/menu/index.d.ts +22 -0
- package/lib/typescript/module/menu/index.d.ts.map +1 -0
- package/lib/typescript/module/menu/index.web.d.ts +26 -0
- package/lib/typescript/module/menu/index.web.d.ts.map +1 -0
- package/lib/typescript/module/menu/types.d.ts +62 -0
- package/lib/typescript/module/menu/types.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/popover/context.d.ts +15 -0
- package/lib/typescript/module/popover/context.d.ts.map +1 -0
- package/lib/typescript/module/popover/index.d.ts +14 -0
- package/lib/typescript/module/popover/index.d.ts.map +1 -0
- package/lib/typescript/module/popover/index.web.d.ts +14 -0
- package/lib/typescript/module/popover/index.web.d.ts.map +1 -0
- package/lib/typescript/module/popover/types.d.ts +54 -0
- package/lib/typescript/module/popover/types.d.ts.map +1 -0
- package/lib/typescript/module/portal/index.d.ts +15 -0
- package/lib/typescript/module/portal/index.d.ts.map +1 -0
- package/lib/typescript/module/portal/index.web.d.ts +20 -0
- package/lib/typescript/module/portal/index.web.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/Actions.d.ts +6 -0
- package/lib/typescript/module/prompt-input/Actions.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/Attachments.d.ts +6 -0
- package/lib/typescript/module/prompt-input/Attachments.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/PromptInput.d.ts +6 -0
- package/lib/typescript/module/prompt-input/PromptInput.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/SubmitButton.d.ts +6 -0
- package/lib/typescript/module/prompt-input/SubmitButton.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/Textarea.d.ts +6 -0
- package/lib/typescript/module/prompt-input/Textarea.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/Textarea.web.d.ts +6 -0
- package/lib/typescript/module/prompt-input/Textarea.web.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/context.d.ts +34 -0
- package/lib/typescript/module/prompt-input/context.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/index.d.ts +8 -0
- package/lib/typescript/module/prompt-input/index.d.ts.map +1 -0
- package/lib/typescript/module/prompt-input/types.d.ts +88 -0
- package/lib/typescript/module/prompt-input/types.d.ts.map +1 -0
- package/lib/typescript/module/radio-indicator/RadioIndicator.d.ts +4 -0
- package/lib/typescript/module/radio-indicator/RadioIndicator.d.ts.map +1 -0
- package/lib/typescript/module/radio-indicator/index.d.ts +3 -0
- package/lib/typescript/module/radio-indicator/index.d.ts.map +1 -0
- package/lib/typescript/module/radio-indicator/types.d.ts +15 -0
- package/lib/typescript/module/radio-indicator/types.d.ts.map +1 -0
- package/lib/typescript/module/scroll/index.d.ts +27 -0
- package/lib/typescript/module/scroll/index.d.ts.map +1 -0
- package/lib/typescript/module/scroll/index.web.d.ts +26 -0
- package/lib/typescript/module/scroll/index.web.d.ts.map +1 -0
- package/lib/typescript/module/scroll/scrollable.web.d.ts +29 -0
- package/lib/typescript/module/scroll/scrollable.web.d.ts.map +1 -0
- package/lib/typescript/module/scroll/store.d.ts +46 -0
- package/lib/typescript/module/scroll/store.d.ts.map +1 -0
- package/lib/typescript/module/scroll/types.d.ts +46 -0
- package/lib/typescript/module/scroll/types.d.ts.map +1 -0
- package/lib/typescript/module/search-input/index.d.ts +10 -0
- package/lib/typescript/module/search-input/index.d.ts.map +1 -0
- package/lib/typescript/module/segmented-control/index.d.ts +45 -0
- package/lib/typescript/module/segmented-control/index.d.ts.map +1 -0
- package/lib/typescript/module/select/common.d.ts +5 -0
- package/lib/typescript/module/select/common.d.ts.map +1 -0
- package/lib/typescript/module/select/index.d.ts +14 -0
- package/lib/typescript/module/select/index.d.ts.map +1 -0
- package/lib/typescript/module/select/index.web.d.ts +14 -0
- package/lib/typescript/module/select/index.web.d.ts.map +1 -0
- package/lib/typescript/module/select/types.d.ts +84 -0
- package/lib/typescript/module/select/types.d.ts.map +1 -0
- package/lib/typescript/module/settings-list/SettingsList.d.ts +6 -0
- package/lib/typescript/module/settings-list/SettingsList.d.ts.map +1 -0
- package/lib/typescript/module/settings-list/index.d.ts +3 -0
- package/lib/typescript/module/settings-list/index.d.ts.map +1 -0
- package/lib/typescript/module/settings-list/types.d.ts +44 -0
- package/lib/typescript/module/settings-list/types.d.ts.map +1 -0
- package/lib/typescript/module/skeleton/index.d.ts +64 -0
- package/lib/typescript/module/skeleton/index.d.ts.map +1 -0
- package/lib/typescript/module/slider/Slider.d.ts +4 -0
- package/lib/typescript/module/slider/Slider.d.ts.map +1 -0
- package/lib/typescript/module/slider/index.d.ts +3 -0
- package/lib/typescript/module/slider/index.d.ts.map +1 -0
- package/lib/typescript/module/slider/types.d.ts +30 -0
- package/lib/typescript/module/slider/types.d.ts.map +1 -0
- package/lib/typescript/module/styles/atoms.d.ts +464 -0
- package/lib/typescript/module/styles/atoms.d.ts.map +1 -0
- package/lib/typescript/module/styles/index.d.ts +7 -0
- package/lib/typescript/module/styles/index.d.ts.map +1 -0
- package/lib/typescript/module/styles/native-driver.d.ts +2 -0
- package/lib/typescript/module/styles/native-driver.d.ts.map +1 -0
- package/lib/typescript/module/styles/platform.d.ts +33 -0
- package/lib/typescript/module/styles/platform.d.ts.map +1 -0
- package/lib/typescript/module/styles/tokens.d.ts +96 -0
- package/lib/typescript/module/styles/tokens.d.ts.map +1 -0
- package/lib/typescript/module/styles/z-index.d.ts +49 -0
- package/lib/typescript/module/styles/z-index.d.ts.map +1 -0
- package/lib/typescript/module/switch/Switch.d.ts +4 -0
- package/lib/typescript/module/switch/Switch.d.ts.map +1 -0
- package/lib/typescript/module/switch/index.d.ts +3 -0
- package/lib/typescript/module/switch/index.d.ts.map +1 -0
- package/lib/typescript/module/switch/types.d.ts +15 -0
- package/lib/typescript/module/switch/types.d.ts.map +1 -0
- package/lib/typescript/module/tabs/Tabs.d.ts +6 -0
- package/lib/typescript/module/tabs/Tabs.d.ts.map +1 -0
- package/lib/typescript/module/tabs/index.d.ts +3 -0
- package/lib/typescript/module/tabs/index.d.ts.map +1 -0
- package/lib/typescript/module/tabs/types.d.ts +34 -0
- package/lib/typescript/module/tabs/types.d.ts.map +1 -0
- package/lib/typescript/module/text-field/index.d.ts +50 -0
- package/lib/typescript/module/text-field/index.d.ts.map +1 -0
- package/lib/typescript/module/theme/BloomThemeProvider.d.ts +88 -0
- package/lib/typescript/module/theme/BloomThemeProvider.d.ts.map +1 -0
- package/lib/typescript/module/theme/adaptive-colors.d.ts +3 -0
- package/lib/typescript/module/theme/adaptive-colors.d.ts.map +1 -0
- package/lib/typescript/module/theme/apply-dark-class.d.ts +21 -0
- package/lib/typescript/module/theme/apply-dark-class.d.ts.map +1 -0
- package/lib/typescript/module/theme/build-theme.d.ts +20 -0
- package/lib/typescript/module/theme/build-theme.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-presets.d.ts +35 -0
- package/lib/typescript/module/theme/color-presets.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/index.d.ts +33 -0
- package/lib/typescript/module/theme/color-scope/index.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/index.web.d.ts +24 -0
- package/lib/typescript/module/theme/color-scope/index.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-scope/style-builder.d.ts +53 -0
- package/lib/typescript/module/theme/color-scope/style-builder.d.ts.map +1 -0
- package/lib/typescript/module/theme/color-space.d.ts +28 -0
- package/lib/typescript/module/theme/color-space.d.ts.map +1 -0
- package/lib/typescript/module/theme/index.d.ts +18 -0
- package/lib/typescript/module/theme/index.d.ts.map +1 -0
- package/lib/typescript/module/theme/init-css-interop.d.ts +6 -0
- package/lib/typescript/module/theme/init-css-interop.d.ts.map +1 -0
- package/lib/typescript/module/theme/native-root-vars.d.ts +33 -0
- package/lib/typescript/module/theme/native-root-vars.d.ts.map +1 -0
- package/lib/typescript/module/theme/native-root-vars.native.d.ts +104 -0
- package/lib/typescript/module/theme/native-root-vars.native.d.ts.map +1 -0
- package/lib/typescript/module/theme/native-root-vars.web.d.ts +20 -0
- package/lib/typescript/module/theme/native-root-vars.web.d.ts.map +1 -0
- package/lib/typescript/module/theme/persistence.d.ts +50 -0
- package/lib/typescript/module/theme/persistence.d.ts.map +1 -0
- package/lib/typescript/module/theme/preset-vars.d.ts +28 -0
- package/lib/typescript/module/theme/preset-vars.d.ts.map +1 -0
- package/lib/typescript/module/theme/set-color-scheme-safe.d.ts +33 -0
- package/lib/typescript/module/theme/set-color-scheme-safe.d.ts.map +1 -0
- package/lib/typescript/module/theme/token-registry.d.ts +53 -0
- package/lib/typescript/module/theme/token-registry.d.ts.map +1 -0
- package/lib/typescript/module/theme/types.d.ts +43 -0
- package/lib/typescript/module/theme/types.d.ts.map +1 -0
- package/lib/typescript/module/theme/use-isomorphic-layout-effect.d.ts +8 -0
- package/lib/typescript/module/theme/use-isomorphic-layout-effect.d.ts.map +1 -0
- package/lib/typescript/module/theme/use-navigation-theme.d.ts +31 -0
- package/lib/typescript/module/theme/use-navigation-theme.d.ts.map +1 -0
- package/lib/typescript/module/theme/use-theme.d.ts +5 -0
- package/lib/typescript/module/theme/use-theme.d.ts.map +1 -0
- package/lib/typescript/module/toast/Toast.d.ts +23 -0
- package/lib/typescript/module/toast/Toast.d.ts.map +1 -0
- package/lib/typescript/module/toast/const.d.ts +2 -0
- package/lib/typescript/module/toast/const.d.ts.map +1 -0
- package/lib/typescript/module/toast/index.d.ts +84 -0
- package/lib/typescript/module/toast/index.d.ts.map +1 -0
- package/lib/typescript/module/toast/index.web.d.ts +29 -0
- package/lib/typescript/module/toast/index.web.d.ts.map +1 -0
- package/lib/typescript/module/toast/sonner/index.d.ts +2 -0
- package/lib/typescript/module/toast/sonner/index.d.ts.map +1 -0
- package/lib/typescript/module/toast/sonner/index.web.d.ts +2 -0
- package/lib/typescript/module/toast/sonner/index.web.d.ts.map +1 -0
- package/lib/typescript/module/toast/types.d.ts +10 -0
- package/lib/typescript/module/toast/types.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/TextBubble.d.ts +9 -0
- package/lib/typescript/module/tooltip/TextBubble.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/const.d.ts +5 -0
- package/lib/typescript/module/tooltip/const.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/index.d.ts +29 -0
- package/lib/typescript/module/tooltip/index.d.ts.map +1 -0
- package/lib/typescript/module/tooltip/index.web.d.ts +26 -0
- package/lib/typescript/module/tooltip/index.web.d.ts.map +1 -0
- package/lib/typescript/module/typography/index.d.ts +18 -0
- package/lib/typescript/module/typography/index.d.ts.map +1 -0
- package/lib/typescript/module/user-hover-card/UserHoverCard.d.ts +4 -0
- package/lib/typescript/module/user-hover-card/UserHoverCard.d.ts.map +1 -0
- package/lib/typescript/module/user-hover-card/index.d.ts +3 -0
- package/lib/typescript/module/user-hover-card/index.d.ts.map +1 -0
- package/lib/typescript/module/user-hover-card/types.d.ts +45 -0
- package/lib/typescript/module/user-hover-card/types.d.ts.map +1 -0
- package/lib/typescript/module/utils/lazy-require.d.ts +15 -0
- package/lib/typescript/module/utils/lazy-require.d.ts.map +1 -0
- package/package.json +2 -1
- package/src/avatar/Avatar.stories.tsx +95 -0
- package/src/avatar/Avatar.tsx +61 -110
- package/src/avatar/AvatarRing.tsx +170 -0
- package/src/avatar/index.ts +6 -1
- package/src/avatar/squircle-path.ts +11 -0
- package/src/avatar/svg-module.ts +11 -0
- package/src/avatar/types.ts +32 -0
|
@@ -9,9 +9,11 @@ var _reactNative = require("react-native");
|
|
|
9
9
|
var _useTheme = require("../theme/use-theme.js");
|
|
10
10
|
var _context = require("../image-resolver/context.js");
|
|
11
11
|
var _zIndex = require("../styles/z-index.js");
|
|
12
|
-
var _lazyRequire = require("../utils/lazy-require.js");
|
|
13
12
|
var _placeholderContext = require("./placeholder-context.js");
|
|
14
13
|
var _LiveBadge = require("./LiveBadge.js");
|
|
14
|
+
var _AvatarRing = require("./AvatarRing.js");
|
|
15
|
+
var _svgModule = require("./svg-module.js");
|
|
16
|
+
var _squirclePath = require("./squircle-path.js");
|
|
15
17
|
var _defaultAvatar = _interopRequireDefault(require("./default-avatar.js"));
|
|
16
18
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
19
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -40,22 +42,7 @@ function getNameColor(name) {
|
|
|
40
42
|
// `.jpg` asset import (and no ambient `*.jpg` module declaration) is required for
|
|
41
43
|
// consumers compiling Bloom's source files directly.
|
|
42
44
|
|
|
43
|
-
// Squircle clip path normalized to 0–1 coordinate space (viewBox="0 0 1 1").
|
|
44
|
-
const SQUIRCLE_PATH = 'M0 0.5 L0.00122 0.31674 L0.00489 0.25123 L0.01103 0.20331 L0.01969 0.16478 L0.03097 0.13257 L0.04495 0.10518 L0.0618 0.08177 L0.08177 0.0618 L0.10518 0.04495 L0.13257 0.03097 L0.16478 0.01969 L0.20331 0.01103 L0.25123 0.00489 L0.31674 0.00122 L0.5 0' + ' L0.68895 0.0014 L0.7564 0.00561 L0.80559 0.01267 L0.84499 0.02264 L0.87771 0.03564 L0.9053 0.05181 L0.92862 0.07138 L0.94819 0.0947 L0.96436 0.12228 L0.97736 0.15501 L0.98733 0.19441 L0.99439 0.2436 L0.9986 0.31105 L1 0.5' + ' L0.9986 0.68895 L0.99439 0.7564 L0.98733 0.80559 L0.97736 0.84499 L0.96436 0.87771 L0.94819 0.9053 L0.92862 0.92862 L0.9053 0.94819 L0.87771 0.96436 L0.84499 0.97736 L0.80559 0.98733 L0.7564 0.99439 L0.68895 0.9986 L0.5 1' + ' L0.31105 0.9986 L0.2436 0.99439 L0.19441 0.98733 L0.15501 0.97736 L0.12228 0.96436 L0.0947 0.94819 L0.07138 0.92862 L0.05181 0.9053 L0.03564 0.87771 L0.02264 0.84499 L0.01267 0.80559 L0.00561 0.7564 L0.0014 0.68895 L0 0.5Z';
|
|
45
45
|
let clipIdCounter = 0;
|
|
46
|
-
|
|
47
|
-
// Lazy-loaded SVG components for squircle shape.
|
|
48
|
-
// Returns null if react-native-svg is not installed.
|
|
49
|
-
|
|
50
|
-
const getSvgModule = (0, _lazyRequire.lazyRequire)('react-native-svg');
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Live-ring drawing config passed down to shape renderers.
|
|
54
|
-
* - `color`: resolved ring color (theme `negative` or `liveColor` override).
|
|
55
|
-
* - `strokeWidth`: stroke width in the squircle's 0–1 path coordinate space.
|
|
56
|
-
* - `borderWidth`: ring border width in pixels for the circle fallback.
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
46
|
function SquircleImage({
|
|
60
47
|
uri,
|
|
61
48
|
fallbackSource,
|
|
@@ -63,24 +50,18 @@ function SquircleImage({
|
|
|
63
50
|
fallbackColor,
|
|
64
51
|
placeholderIcon,
|
|
65
52
|
name,
|
|
66
|
-
onError
|
|
67
|
-
liveRing
|
|
53
|
+
onError
|
|
68
54
|
}) {
|
|
69
|
-
const
|
|
55
|
+
const clipId = (0, _react.useMemo)(() => `bloom-sqc${clipIdCounter++}`, []);
|
|
56
|
+
const svg = (0, _svgModule.getSvgModule)();
|
|
70
57
|
if (!svg) {
|
|
71
|
-
// Fallback to circle if react-native-svg is not installed. The
|
|
72
|
-
//
|
|
73
|
-
return /*#__PURE__*/(0, _jsxRuntime.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
name: name
|
|
79
|
-
}), liveRing && /*#__PURE__*/(0, _jsxRuntime.jsx)(CircleLiveRing, {
|
|
80
|
-
radius: size / 2,
|
|
81
|
-
color: liveRing.color,
|
|
82
|
-
borderWidth: liveRing.borderWidth
|
|
83
|
-
})]
|
|
58
|
+
// Fallback to a circle if react-native-svg is not installed. The ring (if
|
|
59
|
+
// any) is drawn separately by AvatarRing, which also degrades to a circle.
|
|
60
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(CircleFallback, {
|
|
61
|
+
size: size,
|
|
62
|
+
fallbackColor: fallbackColor,
|
|
63
|
+
icon: placeholderIcon,
|
|
64
|
+
name: name
|
|
84
65
|
});
|
|
85
66
|
}
|
|
86
67
|
const {
|
|
@@ -90,22 +71,15 @@ function SquircleImage({
|
|
|
90
71
|
Path,
|
|
91
72
|
Image: SvgImage
|
|
92
73
|
} = svg;
|
|
93
|
-
const clipId = (0, _react.useMemo)(() => `bloom-sqc${clipIdCounter++}`, []);
|
|
94
74
|
const href = uri ? {
|
|
95
75
|
uri
|
|
96
76
|
} : fallbackSource;
|
|
97
77
|
if (!href) {
|
|
98
|
-
return /*#__PURE__*/(0, _jsxRuntime.
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
name: name
|
|
104
|
-
}), liveRing && /*#__PURE__*/(0, _jsxRuntime.jsx)(CircleLiveRing, {
|
|
105
|
-
radius: size / 2,
|
|
106
|
-
color: liveRing.color,
|
|
107
|
-
borderWidth: liveRing.borderWidth
|
|
108
|
-
})]
|
|
78
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(CircleFallback, {
|
|
79
|
+
size: size,
|
|
80
|
+
fallbackColor: fallbackColor,
|
|
81
|
+
icon: placeholderIcon,
|
|
82
|
+
name: name
|
|
109
83
|
});
|
|
110
84
|
}
|
|
111
85
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
@@ -123,7 +97,7 @@ function SquircleImage({
|
|
|
123
97
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(ClipPath, {
|
|
124
98
|
id: clipId,
|
|
125
99
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(Path, {
|
|
126
|
-
d: SQUIRCLE_PATH
|
|
100
|
+
d: _squirclePath.SQUIRCLE_PATH
|
|
127
101
|
})
|
|
128
102
|
})
|
|
129
103
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(SvgImage, {
|
|
@@ -132,11 +106,6 @@ function SquircleImage({
|
|
|
132
106
|
height: 1,
|
|
133
107
|
preserveAspectRatio: "xMidYMid slice",
|
|
134
108
|
clipPath: `url(#${clipId})`
|
|
135
|
-
}), liveRing && /*#__PURE__*/(0, _jsxRuntime.jsx)(Path, {
|
|
136
|
-
d: SQUIRCLE_PATH,
|
|
137
|
-
fill: "none",
|
|
138
|
-
stroke: liveRing.color,
|
|
139
|
-
strokeWidth: liveRing.strokeWidth
|
|
140
109
|
})]
|
|
141
110
|
})]
|
|
142
111
|
});
|
|
@@ -185,28 +154,6 @@ function CircleFallback({
|
|
|
185
154
|
}))
|
|
186
155
|
});
|
|
187
156
|
}
|
|
188
|
-
|
|
189
|
-
/**
|
|
190
|
-
* Solid live ring for circular avatars — an absolutely-positioned inset-0
|
|
191
|
-
* overlay whose border overlays the avatar edge (drawn on top of the image,
|
|
192
|
-
* never a border on the image itself). Also used as the fallback ring for a
|
|
193
|
-
* squircle avatar when react-native-svg is unavailable.
|
|
194
|
-
*/
|
|
195
|
-
function CircleLiveRing({
|
|
196
|
-
radius,
|
|
197
|
-
color,
|
|
198
|
-
borderWidth
|
|
199
|
-
}) {
|
|
200
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
201
|
-
style: [_reactNative.StyleSheet.absoluteFill, {
|
|
202
|
-
borderRadius: radius,
|
|
203
|
-
borderColor: color,
|
|
204
|
-
borderWidth,
|
|
205
|
-
zIndex: _zIndex.Z_INDEX.raised,
|
|
206
|
-
pointerEvents: 'none'
|
|
207
|
-
}]
|
|
208
|
-
});
|
|
209
|
-
}
|
|
210
157
|
const AvatarComponent = ({
|
|
211
158
|
source,
|
|
212
159
|
uri,
|
|
@@ -226,6 +173,7 @@ const AvatarComponent = ({
|
|
|
226
173
|
hideLiveBadge = false,
|
|
227
174
|
liveLabel = 'LIVE',
|
|
228
175
|
liveColor,
|
|
176
|
+
ring,
|
|
229
177
|
testID
|
|
230
178
|
}) => {
|
|
231
179
|
const [errored, setErrored] = (0, _react.useState)(false);
|
|
@@ -283,26 +231,40 @@ const AvatarComponent = ({
|
|
|
283
231
|
return fallbackSource;
|
|
284
232
|
}, [effectiveUri, resolvedImageSource, fallbackSource]);
|
|
285
233
|
|
|
286
|
-
//
|
|
287
|
-
//
|
|
288
|
-
//
|
|
289
|
-
//
|
|
290
|
-
|
|
291
|
-
const
|
|
292
|
-
const
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
strokeWidth: liveBorderWidth / size * 2,
|
|
297
|
-
borderWidth: liveBorderWidth
|
|
234
|
+
// Resolve a SINGLE ring config shared by `live` and the public `ring` prop.
|
|
235
|
+
// An explicit `ring` wins for geometry and colors; otherwise `live` derives a
|
|
236
|
+
// solid theme-`negative` ring (modeled on Bluesky's live indicator). The
|
|
237
|
+
// "LIVE" badge stays independently controlled by `live` / `hideLiveBadge` and
|
|
238
|
+
// uses the theme `negative` color regardless of the ring's colors.
|
|
239
|
+
const liveBadgeColor = liveColor ?? theme.colors.negative;
|
|
240
|
+
const resolvedRing = ring ? ring : live ? {
|
|
241
|
+
colors: liveBadgeColor,
|
|
242
|
+
width: size > 16 ? 2 : 1,
|
|
243
|
+
gap: 0
|
|
298
244
|
} : undefined;
|
|
245
|
+
const ringWidth = resolvedRing?.width ?? (size > 16 ? 2 : 1);
|
|
246
|
+
const ringGap = resolvedRing?.gap ?? 0;
|
|
247
|
+
// When gap > 0 the ring sits outside the avatar and the footprint grows so the
|
|
248
|
+
// avatar can be centered inside; gap 0 overlays the edge (footprint unchanged).
|
|
249
|
+
const outer = resolvedRing ? (0, _AvatarRing.getRingOuterSize)(size, ringWidth, ringGap) : size;
|
|
299
250
|
const showLiveBadge = live && size > 16 && !hideLiveBadge;
|
|
300
|
-
const
|
|
301
|
-
|
|
251
|
+
const ringElement = resolvedRing ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_AvatarRing.AvatarRing, {
|
|
252
|
+
size: size,
|
|
253
|
+
shape: shape,
|
|
254
|
+
colors: resolvedRing.colors,
|
|
255
|
+
width: ringWidth,
|
|
256
|
+
gap: ringGap,
|
|
257
|
+
gradientDirection: resolvedRing.gradientDirection ?? 'diagonal'
|
|
258
|
+
}) : null;
|
|
259
|
+
|
|
260
|
+
// The avatar box holds the image and the badges (which hug the avatar). When
|
|
261
|
+
// gap > 0 this box is centered inside the larger container; when gap is 0 it
|
|
262
|
+
// fills the container exactly.
|
|
263
|
+
const avatarBox = /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
264
|
+
style: [styles.avatarBox, {
|
|
302
265
|
width: size,
|
|
303
266
|
height: size
|
|
304
|
-
}
|
|
305
|
-
testID: testID,
|
|
267
|
+
}],
|
|
306
268
|
children: [shape === 'squircle' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(SquircleImage, {
|
|
307
269
|
uri: effectiveUri,
|
|
308
270
|
fallbackSource: fallbackSource,
|
|
@@ -310,8 +272,7 @@ const AvatarComponent = ({
|
|
|
310
272
|
fallbackColor: fallbackColor,
|
|
311
273
|
placeholderIcon: resolvedPlaceholderIcon,
|
|
312
274
|
name: name,
|
|
313
|
-
onError: () => setErrored(true)
|
|
314
|
-
liveRing: liveRing
|
|
275
|
+
onError: () => setErrored(true)
|
|
315
276
|
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
316
277
|
style: [styles.imageContainer, {
|
|
317
278
|
width: size,
|
|
@@ -331,11 +292,7 @@ const AvatarComponent = ({
|
|
|
331
292
|
icon: resolvedPlaceholderIcon,
|
|
332
293
|
name: name
|
|
333
294
|
})
|
|
334
|
-
}),
|
|
335
|
-
radius: radius,
|
|
336
|
-
color: liveRingColor,
|
|
337
|
-
borderWidth: liveBorderWidth
|
|
338
|
-
}), verified && verifiedIcon && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
295
|
+
}), ringGap === 0 ? ringElement : null, verified && verifiedIcon && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
339
296
|
style: [styles.verifiedBadge, {
|
|
340
297
|
width: size * 0.36,
|
|
341
298
|
height: size * 0.36
|
|
@@ -344,10 +301,18 @@ const AvatarComponent = ({
|
|
|
344
301
|
}), showLiveBadge && /*#__PURE__*/(0, _jsxRuntime.jsx)(_LiveBadge.LiveBadge, {
|
|
345
302
|
variant: size > 32 ? 'small' : 'tiny',
|
|
346
303
|
label: liveLabel,
|
|
347
|
-
backgroundColor:
|
|
304
|
+
backgroundColor: liveBadgeColor,
|
|
348
305
|
textColor: theme.colors.negativeForeground
|
|
349
306
|
})]
|
|
350
307
|
});
|
|
308
|
+
const content = /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
309
|
+
style: [styles.container, {
|
|
310
|
+
width: outer,
|
|
311
|
+
height: outer
|
|
312
|
+
}, style],
|
|
313
|
+
testID: testID,
|
|
314
|
+
children: [ringGap > 0 ? ringElement : null, avatarBox]
|
|
315
|
+
});
|
|
351
316
|
if (onPress) {
|
|
352
317
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
353
318
|
onPress: onPress,
|
|
@@ -363,6 +328,12 @@ const styles = _reactNative.StyleSheet.create({
|
|
|
363
328
|
justifyContent: 'center',
|
|
364
329
|
alignItems: 'center'
|
|
365
330
|
},
|
|
331
|
+
avatarBox: {
|
|
332
|
+
position: 'relative',
|
|
333
|
+
overflow: 'visible',
|
|
334
|
+
justifyContent: 'center',
|
|
335
|
+
alignItems: 'center'
|
|
336
|
+
},
|
|
366
337
|
imageContainer: {
|
|
367
338
|
overflow: 'hidden',
|
|
368
339
|
justifyContent: 'center',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useTheme","_context","_zIndex","_lazyRequire","_placeholderContext","_LiveBadge","_defaultAvatar","_interopRequireDefault","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NAME_AVATAR_COLORS","getInitial","name","trimmed","trim","firstCodePoint","toUpperCase","getNameColor","hash","length","charCodeAt","index","Math","abs","SQUIRCLE_PATH","clipIdCounter","getSvgModule","lazyRequire","SquircleImage","uri","fallbackSource","size","fallbackColor","placeholderIcon","onError","liveRing","svg","jsxs","Fragment","children","jsx","CircleFallback","icon","CircleLiveRing","radius","color","borderWidth","Svg","Defs","ClipPath","Path","Image","SvgImage","clipId","useMemo","href","source","style","styles","errorDetector","width","height","viewBox","id","d","preserveAspectRatio","clipPath","fill","stroke","strokeWidth","hasName","initialStyle","fontSize","round","fontWeight","lineHeight","textAlign","includeFontPadding","View","borderRadius","backgroundColor","justifyContent","alignItems","overflow","Text","allowFontScaling","numberOfLines","DEFAULT_AVATAR_IMAGE","resizeMode","StyleSheet","absoluteFill","borderColor","zIndex","Z_INDEX","raised","pointerEvents","AvatarComponent","variant","verified","verifiedIcon","shape","imageStyle","placeholderColor","onPress","live","hideLiveBadge","liveLabel","liveColor","testID","errored","setErrored","useState","theme","useTheme","placeholderConfig","useAvatarPlaceholder","colors","backgroundTertiary","resolvedPlaceholderIcon","undefined","prevSourceRef","useRef","prevUriRef","prevVariantRef","current","imageResolver","useImageResolver","resolvedUri","startsWith","resolvedImageSource","effectiveUri","imageSource","liveRingColor","negative","liveBorderWidth","showLiveBadge","content","container","imageContainer","verifiedBadge","LiveBadge","label","textColor","negativeForeground","TouchableOpacity","create","position","bottom","right","opacity","Avatar","exports","memo","displayName"],"sourceRoot":"../../../src","sources":["avatar/Avatar.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_useTheme","_context","_zIndex","_placeholderContext","_LiveBadge","_AvatarRing","_svgModule","_squirclePath","_defaultAvatar","_interopRequireDefault","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NAME_AVATAR_COLORS","getInitial","name","trimmed","trim","firstCodePoint","toUpperCase","getNameColor","hash","length","charCodeAt","index","Math","abs","clipIdCounter","SquircleImage","uri","fallbackSource","size","fallbackColor","placeholderIcon","onError","clipId","useMemo","svg","getSvgModule","jsx","CircleFallback","icon","Svg","Defs","ClipPath","Path","Image","SvgImage","href","jsxs","Fragment","children","source","style","styles","errorDetector","width","height","viewBox","id","d","SQUIRCLE_PATH","preserveAspectRatio","clipPath","radius","hasName","initialStyle","color","fontSize","round","fontWeight","lineHeight","textAlign","includeFontPadding","View","borderRadius","backgroundColor","justifyContent","alignItems","overflow","Text","allowFontScaling","numberOfLines","DEFAULT_AVATAR_IMAGE","resizeMode","AvatarComponent","variant","verified","verifiedIcon","shape","imageStyle","placeholderColor","onPress","live","hideLiveBadge","liveLabel","liveColor","ring","testID","errored","setErrored","useState","theme","useTheme","placeholderConfig","useAvatarPlaceholder","colors","backgroundTertiary","resolvedPlaceholderIcon","undefined","prevSourceRef","useRef","prevUriRef","prevVariantRef","current","imageResolver","useImageResolver","resolvedUri","startsWith","resolvedImageSource","effectiveUri","imageSource","liveBadgeColor","negative","resolvedRing","gap","ringWidth","ringGap","outer","getRingOuterSize","showLiveBadge","ringElement","AvatarRing","gradientDirection","avatarBox","imageContainer","StyleSheet","absoluteFill","verifiedBadge","LiveBadge","label","textColor","negativeForeground","content","container","TouchableOpacity","create","position","bottom","right","zIndex","Z_INDEX","raised","opacity","Avatar","exports","memo","displayName"],"sourceRoot":"../../../src","sources":["avatar/Avatar.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AvatarRing = void 0;
|
|
7
|
+
exports.getRingOuterSize = getRingOuterSize;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _reactNative = require("react-native");
|
|
10
|
+
var _zIndex = require("../styles/z-index.js");
|
|
11
|
+
var _svgModule = require("./svg-module.js");
|
|
12
|
+
var _squirclePath = require("./squircle-path.js");
|
|
13
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
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); }
|
|
15
|
+
// Module counter for unique gradient element ids — mirrors the `clipIdCounter`
|
|
16
|
+
// pattern in `Avatar.tsx`. Deterministic (no `Math.random()`) so ids are stable
|
|
17
|
+
// per mounted instance.
|
|
18
|
+
let ringGradientIdCounter = 0;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Size of the box the ring occupies. With `gap === 0` the ring overlays the
|
|
22
|
+
* avatar edge and the box equals the avatar size (footprint unchanged). With
|
|
23
|
+
* `gap > 0` the ring sits OUTSIDE the avatar, so the box grows and the avatar is
|
|
24
|
+
* centered inside it. Exported so `Avatar` reserves the same footprint with a
|
|
25
|
+
* single source for the geometry formula.
|
|
26
|
+
*/
|
|
27
|
+
function getRingOuterSize(size, width, gap) {
|
|
28
|
+
return gap > 0 ? size + 2 * (width + gap) : size;
|
|
29
|
+
}
|
|
30
|
+
function gradientCoords(direction) {
|
|
31
|
+
switch (direction) {
|
|
32
|
+
case 'horizontal':
|
|
33
|
+
return {
|
|
34
|
+
x1: '0',
|
|
35
|
+
y1: '0',
|
|
36
|
+
x2: '1',
|
|
37
|
+
y2: '0'
|
|
38
|
+
};
|
|
39
|
+
case 'vertical':
|
|
40
|
+
return {
|
|
41
|
+
x1: '0',
|
|
42
|
+
y1: '0',
|
|
43
|
+
x2: '0',
|
|
44
|
+
y2: '1'
|
|
45
|
+
};
|
|
46
|
+
case 'diagonal':
|
|
47
|
+
default:
|
|
48
|
+
return {
|
|
49
|
+
x1: '0',
|
|
50
|
+
y1: '0',
|
|
51
|
+
x2: '1',
|
|
52
|
+
y2: '1'
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Single ring primitive shared by the `live` indicator and the public `ring`
|
|
59
|
+
* prop. Renders either a solid or a gradient ring, for both `circle` and
|
|
60
|
+
* `squircle` avatars.
|
|
61
|
+
*
|
|
62
|
+
* - Solid circle → a plain bordered `<View>` (no `react-native-svg` needed).
|
|
63
|
+
* - Solid squircle → an SVG `<Path>` stroking the squircle outline.
|
|
64
|
+
* - Gradient (either shape) → an SVG `<LinearGradient>` stroke; degrades to a
|
|
65
|
+
* solid ring of the first color when `react-native-svg` is unavailable (a
|
|
66
|
+
* squircle then degrades to a circle border, matching the avatar's own no-SVG
|
|
67
|
+
* circle fallback).
|
|
68
|
+
*
|
|
69
|
+
* Internal to the avatar family — not exported from the package.
|
|
70
|
+
*/
|
|
71
|
+
const AvatarRingComponent = ({
|
|
72
|
+
size,
|
|
73
|
+
shape,
|
|
74
|
+
colors,
|
|
75
|
+
width,
|
|
76
|
+
gap,
|
|
77
|
+
gradientDirection
|
|
78
|
+
}) => {
|
|
79
|
+
const gradientId = (0, _react.useMemo)(() => `bloom-ring-grad${ringGradientIdCounter++}`, []);
|
|
80
|
+
const colorList = Array.isArray(colors) ? colors : [colors];
|
|
81
|
+
const wantsGradient = colorList.length >= 2;
|
|
82
|
+
const solidColor = colorList[0] ?? '#000000';
|
|
83
|
+
const outer = getRingOuterSize(size, width, gap);
|
|
84
|
+
// The ring's visible band is always the outermost `width` px inside the outer
|
|
85
|
+
// box; when it degrades to a circle border it is a full circle → radius
|
|
86
|
+
// `outer / 2`.
|
|
87
|
+
const ringRadius = outer / 2;
|
|
88
|
+
|
|
89
|
+
// `react-native-svg` is required for gradients (both shapes) and for the
|
|
90
|
+
// squircle outline. A solid circle ring is a plain border and never needs it.
|
|
91
|
+
const needsSvg = wantsGradient || shape === 'squircle';
|
|
92
|
+
const svg = needsSvg ? (0, _svgModule.getSvgModule)() : null;
|
|
93
|
+
|
|
94
|
+
// No SVG available (or a solid circle, which never needs SVG): draw a plain
|
|
95
|
+
// bordered View. A gradient degrades to its first color; a squircle degrades
|
|
96
|
+
// to a circle border.
|
|
97
|
+
if (!svg) {
|
|
98
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
99
|
+
pointerEvents: "none",
|
|
100
|
+
style: {
|
|
101
|
+
position: 'absolute',
|
|
102
|
+
top: 0,
|
|
103
|
+
left: 0,
|
|
104
|
+
width: outer,
|
|
105
|
+
height: outer,
|
|
106
|
+
borderRadius: ringRadius,
|
|
107
|
+
borderColor: solidColor,
|
|
108
|
+
borderWidth: width,
|
|
109
|
+
zIndex: gap > 0 ? _zIndex.Z_INDEX.base : _zIndex.Z_INDEX.raised
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
const {
|
|
114
|
+
default: Svg,
|
|
115
|
+
Defs,
|
|
116
|
+
LinearGradient,
|
|
117
|
+
Stop,
|
|
118
|
+
Circle,
|
|
119
|
+
Path
|
|
120
|
+
} = svg;
|
|
121
|
+
const stroke = wantsGradient ? `url(#${gradientId})` : solidColor;
|
|
122
|
+
const coords = gradientCoords(gradientDirection);
|
|
123
|
+
const gradientDefs = wantsGradient ? /*#__PURE__*/(0, _jsxRuntime.jsx)(Defs, {
|
|
124
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(LinearGradient, {
|
|
125
|
+
id: gradientId,
|
|
126
|
+
x1: coords.x1,
|
|
127
|
+
y1: coords.y1,
|
|
128
|
+
x2: coords.x2,
|
|
129
|
+
y2: coords.y2,
|
|
130
|
+
children: colorList.map((color, index) => /*#__PURE__*/(0, _jsxRuntime.jsx)(Stop, {
|
|
131
|
+
offset: colorList.length === 1 ? 0 : index / (colorList.length - 1),
|
|
132
|
+
stopColor: color
|
|
133
|
+
}, `${gradientId}-${index}`))
|
|
134
|
+
})
|
|
135
|
+
}) : null;
|
|
136
|
+
|
|
137
|
+
// The overlay fills its parent; the SVG within is sized to the ring box so a
|
|
138
|
+
// `gap === 0` ring overlays the avatar edge exactly and a `gap > 0` ring sits
|
|
139
|
+
// on the reserved outer perimeter.
|
|
140
|
+
const overlayStyle = [_reactNative.StyleSheet.absoluteFill, {
|
|
141
|
+
zIndex: gap > 0 ? _zIndex.Z_INDEX.base : _zIndex.Z_INDEX.raised
|
|
142
|
+
}];
|
|
143
|
+
if (shape === 'squircle') {
|
|
144
|
+
// The path lives in 0–1 space, so the stroke width is expressed in the same
|
|
145
|
+
// units; center-stroking it and letting the viewport clip the outer half
|
|
146
|
+
// yields a ~`width`-px band on the inner edge of the outer box.
|
|
147
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
148
|
+
pointerEvents: "none",
|
|
149
|
+
style: overlayStyle,
|
|
150
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(Svg, {
|
|
151
|
+
width: outer,
|
|
152
|
+
height: outer,
|
|
153
|
+
viewBox: "0 0 1 1",
|
|
154
|
+
children: [gradientDefs, /*#__PURE__*/(0, _jsxRuntime.jsx)(Path, {
|
|
155
|
+
d: _squirclePath.SQUIRCLE_PATH,
|
|
156
|
+
fill: "none",
|
|
157
|
+
stroke: stroke,
|
|
158
|
+
strokeWidth: width / outer * 2
|
|
159
|
+
})]
|
|
160
|
+
})
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
164
|
+
pointerEvents: "none",
|
|
165
|
+
style: overlayStyle,
|
|
166
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(Svg, {
|
|
167
|
+
width: outer,
|
|
168
|
+
height: outer,
|
|
169
|
+
viewBox: `0 0 ${outer} ${outer}`,
|
|
170
|
+
children: [gradientDefs, /*#__PURE__*/(0, _jsxRuntime.jsx)(Circle, {
|
|
171
|
+
cx: outer / 2,
|
|
172
|
+
cy: outer / 2,
|
|
173
|
+
r: (outer - width) / 2,
|
|
174
|
+
fill: "none",
|
|
175
|
+
stroke: stroke,
|
|
176
|
+
strokeWidth: width
|
|
177
|
+
})]
|
|
178
|
+
})
|
|
179
|
+
});
|
|
180
|
+
};
|
|
181
|
+
const AvatarRing = exports.AvatarRing = /*#__PURE__*/(0, _react.memo)(AvatarRingComponent);
|
|
182
|
+
AvatarRing.displayName = 'AvatarRing';
|
|
183
|
+
//# sourceMappingURL=AvatarRing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_zIndex","_svgModule","_squirclePath","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ringGradientIdCounter","getRingOuterSize","size","width","gap","gradientCoords","direction","x1","y1","x2","y2","AvatarRingComponent","shape","colors","gradientDirection","gradientId","useMemo","colorList","Array","isArray","wantsGradient","length","solidColor","outer","ringRadius","needsSvg","svg","getSvgModule","jsx","View","pointerEvents","style","position","top","left","height","borderRadius","borderColor","borderWidth","zIndex","Z_INDEX","base","raised","Svg","Defs","LinearGradient","Stop","Circle","Path","stroke","coords","gradientDefs","children","id","map","color","index","offset","stopColor","overlayStyle","StyleSheet","absoluteFill","jsxs","viewBox","d","SQUIRCLE_PATH","fill","strokeWidth","cx","cy","AvatarRing","exports","memo","displayName"],"sourceRoot":"../../../src","sources":["avatar/AvatarRing.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_Avatar","require","_placeholderContext","_defaultAvatar","_interopRequireDefault","e","__esModule","default","defaultAvatarSource","exports","defaultAvatar"],"sourceRoot":"../../../src","sources":["avatar/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAD,OAAA;
|
|
1
|
+
{"version":3,"names":["_Avatar","require","_placeholderContext","_defaultAvatar","_interopRequireDefault","e","__esModule","default","defaultAvatarSource","exports","defaultAvatar"],"sourceRoot":"../../../src","sources":["avatar/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAD,OAAA;AAWA,IAAAE,cAAA,GAAAC,sBAAA,CAAAH,OAAA;AAA6C,SAAAG,uBAAAC,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAF7C;AACA;;AAGA;AACO,MAAMG,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,GAAGE,sBAAa","ignoreList":[]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SQUIRCLE_PATH = void 0;
|
|
7
|
+
/**
|
|
8
|
+
* Squircle clip/outline path normalized to a 0–1 coordinate space
|
|
9
|
+
* (viewBox="0 0 1 1"). Shared by the squircle avatar image clip in `Avatar.tsx`
|
|
10
|
+
* and the squircle outline in `AvatarRing.tsx` so the geometry has a single
|
|
11
|
+
* source of truth.
|
|
12
|
+
*/
|
|
13
|
+
const SQUIRCLE_PATH = exports.SQUIRCLE_PATH = 'M0 0.5 L0.00122 0.31674 L0.00489 0.25123 L0.01103 0.20331 L0.01969 0.16478 L0.03097 0.13257 L0.04495 0.10518 L0.0618 0.08177 L0.08177 0.0618 L0.10518 0.04495 L0.13257 0.03097 L0.16478 0.01969 L0.20331 0.01103 L0.25123 0.00489 L0.31674 0.00122 L0.5 0' + ' L0.68895 0.0014 L0.7564 0.00561 L0.80559 0.01267 L0.84499 0.02264 L0.87771 0.03564 L0.9053 0.05181 L0.92862 0.07138 L0.94819 0.0947 L0.96436 0.12228 L0.97736 0.15501 L0.98733 0.19441 L0.99439 0.2436 L0.9986 0.31105 L1 0.5' + ' L0.9986 0.68895 L0.99439 0.7564 L0.98733 0.80559 L0.97736 0.84499 L0.96436 0.87771 L0.94819 0.9053 L0.92862 0.92862 L0.9053 0.94819 L0.87771 0.96436 L0.84499 0.97736 L0.80559 0.98733 L0.7564 0.99439 L0.68895 0.9986 L0.5 1' + ' L0.31105 0.9986 L0.2436 0.99439 L0.19441 0.98733 L0.15501 0.97736 L0.12228 0.96436 L0.0947 0.94819 L0.07138 0.92862 L0.05181 0.9053 L0.03564 0.87771 L0.02264 0.84499 L0.01267 0.80559 L0.00561 0.7564 L0.0014 0.68895 L0 0.5Z';
|
|
14
|
+
//# sourceMappingURL=squircle-path.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["SQUIRCLE_PATH","exports"],"sourceRoot":"../../../src","sources":["avatar/squircle-path.ts"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACO,MAAMA,aAAa,GAAAC,OAAA,CAAAD,aAAA,GACxB,2PAA2P,GAC3P,gOAAgO,GAChO,gOAAgO,GAChO,iOAAiO","ignoreList":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getSvgModule = void 0;
|
|
7
|
+
var _lazyRequire = require("../utils/lazy-require.js");
|
|
8
|
+
/**
|
|
9
|
+
* Lazily loads `react-native-svg`, returning `null` when it is not installed
|
|
10
|
+
* (e.g. a web bundle that does not ship the optional peer). Shared by the
|
|
11
|
+
* squircle avatar image clip in `Avatar.tsx` and the `AvatarRing` so there is a
|
|
12
|
+
* single loader rather than one per call site.
|
|
13
|
+
*/
|
|
14
|
+
const getSvgModule = exports.getSvgModule = (0, _lazyRequire.lazyRequire)('react-native-svg');
|
|
15
|
+
//# sourceMappingURL=svg-module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_lazyRequire","require","getSvgModule","exports","lazyRequire"],"sourceRoot":"../../../src","sources":["avatar/svg-module.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA;AACA;AACA;AACA;AACA;AACA;AACO,MAAMC,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG,IAAAE,wBAAW,EAAgB,kBAAkB,CAAC","ignoreList":[]}
|