@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
|
@@ -5,9 +5,11 @@ import { View, Image, StyleSheet, Text, TouchableOpacity } from 'react-native';
|
|
|
5
5
|
import { useTheme } from "../theme/use-theme.js";
|
|
6
6
|
import { useImageResolver } from "../image-resolver/context.js";
|
|
7
7
|
import { Z_INDEX } from "../styles/z-index.js";
|
|
8
|
-
import { lazyRequire } from "../utils/lazy-require.js";
|
|
9
8
|
import { useAvatarPlaceholder } from "./placeholder-context.js";
|
|
10
9
|
import { LiveBadge } from "./LiveBadge.js";
|
|
10
|
+
import { AvatarRing, getRingOuterSize } from "./AvatarRing.js";
|
|
11
|
+
import { getSvgModule } from "./svg-module.js";
|
|
12
|
+
import { SQUIRCLE_PATH } from "./squircle-path.js";
|
|
11
13
|
// Google Contacts-inspired palette used to pick a deterministic background
|
|
12
14
|
// color for name-based placeholder avatars.
|
|
13
15
|
const NAME_AVATAR_COLORS = ['#D93025', '#E8710A', '#F9AB00', '#1E8E3E', '#12B5CB', '#1A73E8', '#7627BB', '#C5221F', '#0B8043', '#A142F4'];
|
|
@@ -32,24 +34,8 @@ function getNameColor(name) {
|
|
|
32
34
|
// `.jpg` asset import (and no ambient `*.jpg` module declaration) is required for
|
|
33
35
|
// consumers compiling Bloom's source files directly.
|
|
34
36
|
import DEFAULT_AVATAR_IMAGE from "./default-avatar.js";
|
|
35
|
-
|
|
36
|
-
// Squircle clip path normalized to 0–1 coordinate space (viewBox="0 0 1 1").
|
|
37
|
-
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
38
|
-
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';
|
|
37
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
39
38
|
let clipIdCounter = 0;
|
|
40
|
-
|
|
41
|
-
// Lazy-loaded SVG components for squircle shape.
|
|
42
|
-
// Returns null if react-native-svg is not installed.
|
|
43
|
-
|
|
44
|
-
const getSvgModule = lazyRequire('react-native-svg');
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Live-ring drawing config passed down to shape renderers.
|
|
48
|
-
* - `color`: resolved ring color (theme `negative` or `liveColor` override).
|
|
49
|
-
* - `strokeWidth`: stroke width in the squircle's 0–1 path coordinate space.
|
|
50
|
-
* - `borderWidth`: ring border width in pixels for the circle fallback.
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
39
|
function SquircleImage({
|
|
54
40
|
uri,
|
|
55
41
|
fallbackSource,
|
|
@@ -57,24 +43,18 @@ function SquircleImage({
|
|
|
57
43
|
fallbackColor,
|
|
58
44
|
placeholderIcon,
|
|
59
45
|
name,
|
|
60
|
-
onError
|
|
61
|
-
liveRing
|
|
46
|
+
onError
|
|
62
47
|
}) {
|
|
48
|
+
const clipId = useMemo(() => `bloom-sqc${clipIdCounter++}`, []);
|
|
63
49
|
const svg = getSvgModule();
|
|
64
50
|
if (!svg) {
|
|
65
|
-
// Fallback to circle if react-native-svg is not installed. The
|
|
66
|
-
//
|
|
67
|
-
return /*#__PURE__*/
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
name: name
|
|
73
|
-
}), liveRing && /*#__PURE__*/_jsx(CircleLiveRing, {
|
|
74
|
-
radius: size / 2,
|
|
75
|
-
color: liveRing.color,
|
|
76
|
-
borderWidth: liveRing.borderWidth
|
|
77
|
-
})]
|
|
51
|
+
// Fallback to a circle if react-native-svg is not installed. The ring (if
|
|
52
|
+
// any) is drawn separately by AvatarRing, which also degrades to a circle.
|
|
53
|
+
return /*#__PURE__*/_jsx(CircleFallback, {
|
|
54
|
+
size: size,
|
|
55
|
+
fallbackColor: fallbackColor,
|
|
56
|
+
icon: placeholderIcon,
|
|
57
|
+
name: name
|
|
78
58
|
});
|
|
79
59
|
}
|
|
80
60
|
const {
|
|
@@ -84,22 +64,15 @@ function SquircleImage({
|
|
|
84
64
|
Path,
|
|
85
65
|
Image: SvgImage
|
|
86
66
|
} = svg;
|
|
87
|
-
const clipId = useMemo(() => `bloom-sqc${clipIdCounter++}`, []);
|
|
88
67
|
const href = uri ? {
|
|
89
68
|
uri
|
|
90
69
|
} : fallbackSource;
|
|
91
70
|
if (!href) {
|
|
92
|
-
return /*#__PURE__*/
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
name: name
|
|
98
|
-
}), liveRing && /*#__PURE__*/_jsx(CircleLiveRing, {
|
|
99
|
-
radius: size / 2,
|
|
100
|
-
color: liveRing.color,
|
|
101
|
-
borderWidth: liveRing.borderWidth
|
|
102
|
-
})]
|
|
71
|
+
return /*#__PURE__*/_jsx(CircleFallback, {
|
|
72
|
+
size: size,
|
|
73
|
+
fallbackColor: fallbackColor,
|
|
74
|
+
icon: placeholderIcon,
|
|
75
|
+
name: name
|
|
103
76
|
});
|
|
104
77
|
}
|
|
105
78
|
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
@@ -126,11 +99,6 @@ function SquircleImage({
|
|
|
126
99
|
height: 1,
|
|
127
100
|
preserveAspectRatio: "xMidYMid slice",
|
|
128
101
|
clipPath: `url(#${clipId})`
|
|
129
|
-
}), liveRing && /*#__PURE__*/_jsx(Path, {
|
|
130
|
-
d: SQUIRCLE_PATH,
|
|
131
|
-
fill: "none",
|
|
132
|
-
stroke: liveRing.color,
|
|
133
|
-
strokeWidth: liveRing.strokeWidth
|
|
134
102
|
})]
|
|
135
103
|
})]
|
|
136
104
|
});
|
|
@@ -179,28 +147,6 @@ function CircleFallback({
|
|
|
179
147
|
}))
|
|
180
148
|
});
|
|
181
149
|
}
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* Solid live ring for circular avatars — an absolutely-positioned inset-0
|
|
185
|
-
* overlay whose border overlays the avatar edge (drawn on top of the image,
|
|
186
|
-
* never a border on the image itself). Also used as the fallback ring for a
|
|
187
|
-
* squircle avatar when react-native-svg is unavailable.
|
|
188
|
-
*/
|
|
189
|
-
function CircleLiveRing({
|
|
190
|
-
radius,
|
|
191
|
-
color,
|
|
192
|
-
borderWidth
|
|
193
|
-
}) {
|
|
194
|
-
return /*#__PURE__*/_jsx(View, {
|
|
195
|
-
style: [StyleSheet.absoluteFill, {
|
|
196
|
-
borderRadius: radius,
|
|
197
|
-
borderColor: color,
|
|
198
|
-
borderWidth,
|
|
199
|
-
zIndex: Z_INDEX.raised,
|
|
200
|
-
pointerEvents: 'none'
|
|
201
|
-
}]
|
|
202
|
-
});
|
|
203
|
-
}
|
|
204
150
|
const AvatarComponent = ({
|
|
205
151
|
source,
|
|
206
152
|
uri,
|
|
@@ -220,6 +166,7 @@ const AvatarComponent = ({
|
|
|
220
166
|
hideLiveBadge = false,
|
|
221
167
|
liveLabel = 'LIVE',
|
|
222
168
|
liveColor,
|
|
169
|
+
ring,
|
|
223
170
|
testID
|
|
224
171
|
}) => {
|
|
225
172
|
const [errored, setErrored] = useState(false);
|
|
@@ -277,26 +224,40 @@ const AvatarComponent = ({
|
|
|
277
224
|
return fallbackSource;
|
|
278
225
|
}, [effectiveUri, resolvedImageSource, fallbackSource]);
|
|
279
226
|
|
|
280
|
-
//
|
|
281
|
-
//
|
|
282
|
-
//
|
|
283
|
-
//
|
|
284
|
-
|
|
285
|
-
const
|
|
286
|
-
const
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
strokeWidth: liveBorderWidth / size * 2,
|
|
291
|
-
borderWidth: liveBorderWidth
|
|
227
|
+
// Resolve a SINGLE ring config shared by `live` and the public `ring` prop.
|
|
228
|
+
// An explicit `ring` wins for geometry and colors; otherwise `live` derives a
|
|
229
|
+
// solid theme-`negative` ring (modeled on Bluesky's live indicator). The
|
|
230
|
+
// "LIVE" badge stays independently controlled by `live` / `hideLiveBadge` and
|
|
231
|
+
// uses the theme `negative` color regardless of the ring's colors.
|
|
232
|
+
const liveBadgeColor = liveColor ?? theme.colors.negative;
|
|
233
|
+
const resolvedRing = ring ? ring : live ? {
|
|
234
|
+
colors: liveBadgeColor,
|
|
235
|
+
width: size > 16 ? 2 : 1,
|
|
236
|
+
gap: 0
|
|
292
237
|
} : undefined;
|
|
238
|
+
const ringWidth = resolvedRing?.width ?? (size > 16 ? 2 : 1);
|
|
239
|
+
const ringGap = resolvedRing?.gap ?? 0;
|
|
240
|
+
// When gap > 0 the ring sits outside the avatar and the footprint grows so the
|
|
241
|
+
// avatar can be centered inside; gap 0 overlays the edge (footprint unchanged).
|
|
242
|
+
const outer = resolvedRing ? getRingOuterSize(size, ringWidth, ringGap) : size;
|
|
293
243
|
const showLiveBadge = live && size > 16 && !hideLiveBadge;
|
|
294
|
-
const
|
|
295
|
-
|
|
244
|
+
const ringElement = resolvedRing ? /*#__PURE__*/_jsx(AvatarRing, {
|
|
245
|
+
size: size,
|
|
246
|
+
shape: shape,
|
|
247
|
+
colors: resolvedRing.colors,
|
|
248
|
+
width: ringWidth,
|
|
249
|
+
gap: ringGap,
|
|
250
|
+
gradientDirection: resolvedRing.gradientDirection ?? 'diagonal'
|
|
251
|
+
}) : null;
|
|
252
|
+
|
|
253
|
+
// The avatar box holds the image and the badges (which hug the avatar). When
|
|
254
|
+
// gap > 0 this box is centered inside the larger container; when gap is 0 it
|
|
255
|
+
// fills the container exactly.
|
|
256
|
+
const avatarBox = /*#__PURE__*/_jsxs(View, {
|
|
257
|
+
style: [styles.avatarBox, {
|
|
296
258
|
width: size,
|
|
297
259
|
height: size
|
|
298
|
-
}
|
|
299
|
-
testID: testID,
|
|
260
|
+
}],
|
|
300
261
|
children: [shape === 'squircle' ? /*#__PURE__*/_jsx(SquircleImage, {
|
|
301
262
|
uri: effectiveUri,
|
|
302
263
|
fallbackSource: fallbackSource,
|
|
@@ -304,8 +265,7 @@ const AvatarComponent = ({
|
|
|
304
265
|
fallbackColor: fallbackColor,
|
|
305
266
|
placeholderIcon: resolvedPlaceholderIcon,
|
|
306
267
|
name: name,
|
|
307
|
-
onError: () => setErrored(true)
|
|
308
|
-
liveRing: liveRing
|
|
268
|
+
onError: () => setErrored(true)
|
|
309
269
|
}) : /*#__PURE__*/_jsx(View, {
|
|
310
270
|
style: [styles.imageContainer, {
|
|
311
271
|
width: size,
|
|
@@ -325,11 +285,7 @@ const AvatarComponent = ({
|
|
|
325
285
|
icon: resolvedPlaceholderIcon,
|
|
326
286
|
name: name
|
|
327
287
|
})
|
|
328
|
-
}),
|
|
329
|
-
radius: radius,
|
|
330
|
-
color: liveRingColor,
|
|
331
|
-
borderWidth: liveBorderWidth
|
|
332
|
-
}), verified && verifiedIcon && /*#__PURE__*/_jsx(View, {
|
|
288
|
+
}), ringGap === 0 ? ringElement : null, verified && verifiedIcon && /*#__PURE__*/_jsx(View, {
|
|
333
289
|
style: [styles.verifiedBadge, {
|
|
334
290
|
width: size * 0.36,
|
|
335
291
|
height: size * 0.36
|
|
@@ -338,10 +294,18 @@ const AvatarComponent = ({
|
|
|
338
294
|
}), showLiveBadge && /*#__PURE__*/_jsx(LiveBadge, {
|
|
339
295
|
variant: size > 32 ? 'small' : 'tiny',
|
|
340
296
|
label: liveLabel,
|
|
341
|
-
backgroundColor:
|
|
297
|
+
backgroundColor: liveBadgeColor,
|
|
342
298
|
textColor: theme.colors.negativeForeground
|
|
343
299
|
})]
|
|
344
300
|
});
|
|
301
|
+
const content = /*#__PURE__*/_jsxs(View, {
|
|
302
|
+
style: [styles.container, {
|
|
303
|
+
width: outer,
|
|
304
|
+
height: outer
|
|
305
|
+
}, style],
|
|
306
|
+
testID: testID,
|
|
307
|
+
children: [ringGap > 0 ? ringElement : null, avatarBox]
|
|
308
|
+
});
|
|
345
309
|
if (onPress) {
|
|
346
310
|
return /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
347
311
|
onPress: onPress,
|
|
@@ -357,6 +321,12 @@ const styles = StyleSheet.create({
|
|
|
357
321
|
justifyContent: 'center',
|
|
358
322
|
alignItems: 'center'
|
|
359
323
|
},
|
|
324
|
+
avatarBox: {
|
|
325
|
+
position: 'relative',
|
|
326
|
+
overflow: 'visible',
|
|
327
|
+
justifyContent: 'center',
|
|
328
|
+
alignItems: 'center'
|
|
329
|
+
},
|
|
360
330
|
imageContainer: {
|
|
361
331
|
overflow: 'hidden',
|
|
362
332
|
justifyContent: 'center',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","memo","useMemo","useRef","useState","View","Image","StyleSheet","Text","TouchableOpacity","useTheme","useImageResolver","Z_INDEX","lazyRequire","useAvatarPlaceholder","LiveBadge","NAME_AVATAR_COLORS","getInitial","name","trimmed","trim","firstCodePoint","toUpperCase","getNameColor","hash","i","length","charCodeAt","index","Math","abs","DEFAULT_AVATAR_IMAGE","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","SQUIRCLE_PATH","clipIdCounter","getSvgModule","SquircleImage","uri","fallbackSource","size","fallbackColor","placeholderIcon","onError","liveRing","svg","children","CircleFallback","icon","CircleLiveRing","radius","color","borderWidth","default","Svg","Defs","ClipPath","Path","SvgImage","clipId","href","source","style","styles","errorDetector","width","height","viewBox","id","d","preserveAspectRatio","clipPath","fill","stroke","strokeWidth","hasName","initialStyle","fontSize","round","fontWeight","lineHeight","textAlign","includeFontPadding","borderRadius","backgroundColor","justifyContent","alignItems","overflow","allowFontScaling","numberOfLines","resizeMode","absoluteFill","borderColor","zIndex","raised","pointerEvents","AvatarComponent","variant","verified","verifiedIcon","shape","imageStyle","placeholderColor","onPress","live","hideLiveBadge","liveLabel","liveColor","testID","errored","setErrored","theme","placeholderConfig","colors","backgroundTertiary","resolvedPlaceholderIcon","undefined","prevSourceRef","prevUriRef","prevVariantRef","current","imageResolver","resolvedUri","startsWith","resolvedImageSource","effectiveUri","imageSource","liveRingColor","negative","liveBorderWidth","showLiveBadge","content","container","imageContainer","verifiedBadge","label","textColor","negativeForeground","create","position","bottom","right","opacity","Avatar","displayName"],"sourceRoot":"../../../src","sources":["avatar/Avatar.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","memo","useMemo","useRef","useState","View","Image","StyleSheet","Text","TouchableOpacity","useTheme","useImageResolver","Z_INDEX","useAvatarPlaceholder","LiveBadge","AvatarRing","getRingOuterSize","getSvgModule","SQUIRCLE_PATH","NAME_AVATAR_COLORS","getInitial","name","trimmed","trim","firstCodePoint","toUpperCase","getNameColor","hash","i","length","charCodeAt","index","Math","abs","DEFAULT_AVATAR_IMAGE","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","clipIdCounter","SquircleImage","uri","fallbackSource","size","fallbackColor","placeholderIcon","onError","clipId","svg","CircleFallback","icon","default","Svg","Defs","ClipPath","Path","SvgImage","href","children","source","style","styles","errorDetector","width","height","viewBox","id","d","preserveAspectRatio","clipPath","radius","hasName","initialStyle","color","fontSize","round","fontWeight","lineHeight","textAlign","includeFontPadding","borderRadius","backgroundColor","justifyContent","alignItems","overflow","allowFontScaling","numberOfLines","resizeMode","AvatarComponent","variant","verified","verifiedIcon","shape","imageStyle","placeholderColor","onPress","live","hideLiveBadge","liveLabel","liveColor","ring","testID","errored","setErrored","theme","placeholderConfig","colors","backgroundTertiary","resolvedPlaceholderIcon","undefined","prevSourceRef","prevUriRef","prevVariantRef","current","imageResolver","resolvedUri","startsWith","resolvedImageSource","effectiveUri","imageSource","liveBadgeColor","negative","resolvedRing","gap","ringWidth","ringGap","outer","showLiveBadge","ringElement","gradientDirection","avatarBox","imageContainer","absoluteFill","verifiedBadge","label","textColor","negativeForeground","content","container","create","position","bottom","right","zIndex","raised","opacity","Avatar","displayName"],"sourceRoot":"../../../src","sources":["avatar/Avatar.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import React, { memo, useMemo } from 'react';
|
|
4
|
+
import { View, StyleSheet } from 'react-native';
|
|
5
|
+
import { Z_INDEX } from "../styles/z-index.js";
|
|
6
|
+
import { getSvgModule } from "./svg-module.js";
|
|
7
|
+
import { SQUIRCLE_PATH } from "./squircle-path.js";
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
// Module counter for unique gradient element ids — mirrors the `clipIdCounter`
|
|
10
|
+
// pattern in `Avatar.tsx`. Deterministic (no `Math.random()`) so ids are stable
|
|
11
|
+
// per mounted instance.
|
|
12
|
+
let ringGradientIdCounter = 0;
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Size of the box the ring occupies. With `gap === 0` the ring overlays the
|
|
16
|
+
* avatar edge and the box equals the avatar size (footprint unchanged). With
|
|
17
|
+
* `gap > 0` the ring sits OUTSIDE the avatar, so the box grows and the avatar is
|
|
18
|
+
* centered inside it. Exported so `Avatar` reserves the same footprint with a
|
|
19
|
+
* single source for the geometry formula.
|
|
20
|
+
*/
|
|
21
|
+
export function getRingOuterSize(size, width, gap) {
|
|
22
|
+
return gap > 0 ? size + 2 * (width + gap) : size;
|
|
23
|
+
}
|
|
24
|
+
function gradientCoords(direction) {
|
|
25
|
+
switch (direction) {
|
|
26
|
+
case 'horizontal':
|
|
27
|
+
return {
|
|
28
|
+
x1: '0',
|
|
29
|
+
y1: '0',
|
|
30
|
+
x2: '1',
|
|
31
|
+
y2: '0'
|
|
32
|
+
};
|
|
33
|
+
case 'vertical':
|
|
34
|
+
return {
|
|
35
|
+
x1: '0',
|
|
36
|
+
y1: '0',
|
|
37
|
+
x2: '0',
|
|
38
|
+
y2: '1'
|
|
39
|
+
};
|
|
40
|
+
case 'diagonal':
|
|
41
|
+
default:
|
|
42
|
+
return {
|
|
43
|
+
x1: '0',
|
|
44
|
+
y1: '0',
|
|
45
|
+
x2: '1',
|
|
46
|
+
y2: '1'
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Single ring primitive shared by the `live` indicator and the public `ring`
|
|
53
|
+
* prop. Renders either a solid or a gradient ring, for both `circle` and
|
|
54
|
+
* `squircle` avatars.
|
|
55
|
+
*
|
|
56
|
+
* - Solid circle → a plain bordered `<View>` (no `react-native-svg` needed).
|
|
57
|
+
* - Solid squircle → an SVG `<Path>` stroking the squircle outline.
|
|
58
|
+
* - Gradient (either shape) → an SVG `<LinearGradient>` stroke; degrades to a
|
|
59
|
+
* solid ring of the first color when `react-native-svg` is unavailable (a
|
|
60
|
+
* squircle then degrades to a circle border, matching the avatar's own no-SVG
|
|
61
|
+
* circle fallback).
|
|
62
|
+
*
|
|
63
|
+
* Internal to the avatar family — not exported from the package.
|
|
64
|
+
*/
|
|
65
|
+
const AvatarRingComponent = ({
|
|
66
|
+
size,
|
|
67
|
+
shape,
|
|
68
|
+
colors,
|
|
69
|
+
width,
|
|
70
|
+
gap,
|
|
71
|
+
gradientDirection
|
|
72
|
+
}) => {
|
|
73
|
+
const gradientId = useMemo(() => `bloom-ring-grad${ringGradientIdCounter++}`, []);
|
|
74
|
+
const colorList = Array.isArray(colors) ? colors : [colors];
|
|
75
|
+
const wantsGradient = colorList.length >= 2;
|
|
76
|
+
const solidColor = colorList[0] ?? '#000000';
|
|
77
|
+
const outer = getRingOuterSize(size, width, gap);
|
|
78
|
+
// The ring's visible band is always the outermost `width` px inside the outer
|
|
79
|
+
// box; when it degrades to a circle border it is a full circle → radius
|
|
80
|
+
// `outer / 2`.
|
|
81
|
+
const ringRadius = outer / 2;
|
|
82
|
+
|
|
83
|
+
// `react-native-svg` is required for gradients (both shapes) and for the
|
|
84
|
+
// squircle outline. A solid circle ring is a plain border and never needs it.
|
|
85
|
+
const needsSvg = wantsGradient || shape === 'squircle';
|
|
86
|
+
const svg = needsSvg ? getSvgModule() : null;
|
|
87
|
+
|
|
88
|
+
// No SVG available (or a solid circle, which never needs SVG): draw a plain
|
|
89
|
+
// bordered View. A gradient degrades to its first color; a squircle degrades
|
|
90
|
+
// to a circle border.
|
|
91
|
+
if (!svg) {
|
|
92
|
+
return /*#__PURE__*/_jsx(View, {
|
|
93
|
+
pointerEvents: "none",
|
|
94
|
+
style: {
|
|
95
|
+
position: 'absolute',
|
|
96
|
+
top: 0,
|
|
97
|
+
left: 0,
|
|
98
|
+
width: outer,
|
|
99
|
+
height: outer,
|
|
100
|
+
borderRadius: ringRadius,
|
|
101
|
+
borderColor: solidColor,
|
|
102
|
+
borderWidth: width,
|
|
103
|
+
zIndex: gap > 0 ? Z_INDEX.base : Z_INDEX.raised
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
const {
|
|
108
|
+
default: Svg,
|
|
109
|
+
Defs,
|
|
110
|
+
LinearGradient,
|
|
111
|
+
Stop,
|
|
112
|
+
Circle,
|
|
113
|
+
Path
|
|
114
|
+
} = svg;
|
|
115
|
+
const stroke = wantsGradient ? `url(#${gradientId})` : solidColor;
|
|
116
|
+
const coords = gradientCoords(gradientDirection);
|
|
117
|
+
const gradientDefs = wantsGradient ? /*#__PURE__*/_jsx(Defs, {
|
|
118
|
+
children: /*#__PURE__*/_jsx(LinearGradient, {
|
|
119
|
+
id: gradientId,
|
|
120
|
+
x1: coords.x1,
|
|
121
|
+
y1: coords.y1,
|
|
122
|
+
x2: coords.x2,
|
|
123
|
+
y2: coords.y2,
|
|
124
|
+
children: colorList.map((color, index) => /*#__PURE__*/_jsx(Stop, {
|
|
125
|
+
offset: colorList.length === 1 ? 0 : index / (colorList.length - 1),
|
|
126
|
+
stopColor: color
|
|
127
|
+
}, `${gradientId}-${index}`))
|
|
128
|
+
})
|
|
129
|
+
}) : null;
|
|
130
|
+
|
|
131
|
+
// The overlay fills its parent; the SVG within is sized to the ring box so a
|
|
132
|
+
// `gap === 0` ring overlays the avatar edge exactly and a `gap > 0` ring sits
|
|
133
|
+
// on the reserved outer perimeter.
|
|
134
|
+
const overlayStyle = [StyleSheet.absoluteFill, {
|
|
135
|
+
zIndex: gap > 0 ? Z_INDEX.base : Z_INDEX.raised
|
|
136
|
+
}];
|
|
137
|
+
if (shape === 'squircle') {
|
|
138
|
+
// The path lives in 0–1 space, so the stroke width is expressed in the same
|
|
139
|
+
// units; center-stroking it and letting the viewport clip the outer half
|
|
140
|
+
// yields a ~`width`-px band on the inner edge of the outer box.
|
|
141
|
+
return /*#__PURE__*/_jsx(View, {
|
|
142
|
+
pointerEvents: "none",
|
|
143
|
+
style: overlayStyle,
|
|
144
|
+
children: /*#__PURE__*/_jsxs(Svg, {
|
|
145
|
+
width: outer,
|
|
146
|
+
height: outer,
|
|
147
|
+
viewBox: "0 0 1 1",
|
|
148
|
+
children: [gradientDefs, /*#__PURE__*/_jsx(Path, {
|
|
149
|
+
d: SQUIRCLE_PATH,
|
|
150
|
+
fill: "none",
|
|
151
|
+
stroke: stroke,
|
|
152
|
+
strokeWidth: width / outer * 2
|
|
153
|
+
})]
|
|
154
|
+
})
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
return /*#__PURE__*/_jsx(View, {
|
|
158
|
+
pointerEvents: "none",
|
|
159
|
+
style: overlayStyle,
|
|
160
|
+
children: /*#__PURE__*/_jsxs(Svg, {
|
|
161
|
+
width: outer,
|
|
162
|
+
height: outer,
|
|
163
|
+
viewBox: `0 0 ${outer} ${outer}`,
|
|
164
|
+
children: [gradientDefs, /*#__PURE__*/_jsx(Circle, {
|
|
165
|
+
cx: outer / 2,
|
|
166
|
+
cy: outer / 2,
|
|
167
|
+
r: (outer - width) / 2,
|
|
168
|
+
fill: "none",
|
|
169
|
+
stroke: stroke,
|
|
170
|
+
strokeWidth: width
|
|
171
|
+
})]
|
|
172
|
+
})
|
|
173
|
+
});
|
|
174
|
+
};
|
|
175
|
+
export const AvatarRing = /*#__PURE__*/memo(AvatarRingComponent);
|
|
176
|
+
AvatarRing.displayName = 'AvatarRing';
|
|
177
|
+
//# sourceMappingURL=AvatarRing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","memo","useMemo","View","StyleSheet","Z_INDEX","getSvgModule","SQUIRCLE_PATH","jsx","_jsx","jsxs","_jsxs","ringGradientIdCounter","getRingOuterSize","size","width","gap","gradientCoords","direction","x1","y1","x2","y2","AvatarRingComponent","shape","colors","gradientDirection","gradientId","colorList","Array","isArray","wantsGradient","length","solidColor","outer","ringRadius","needsSvg","svg","pointerEvents","style","position","top","left","height","borderRadius","borderColor","borderWidth","zIndex","base","raised","default","Svg","Defs","LinearGradient","Stop","Circle","Path","stroke","coords","gradientDefs","children","id","map","color","index","offset","stopColor","overlayStyle","absoluteFill","viewBox","d","fill","strokeWidth","cx","cy","r","AvatarRing","displayName"],"sourceRoot":"../../../src","sources":["avatar/AvatarRing.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Avatar","AvatarPlaceholderProvider","defaultAvatar","defaultAvatarSource"],"sourceRoot":"../../../src","sources":["avatar/index.ts"],"mappings":";;AAAA,SAASA,MAAM,QAAQ,aAAU;AACjC,SAASC,yBAAyB,QAAQ,0BAAuB;
|
|
1
|
+
{"version":3,"names":["Avatar","AvatarPlaceholderProvider","defaultAvatar","defaultAvatarSource"],"sourceRoot":"../../../src","sources":["avatar/index.ts"],"mappings":";;AAAA,SAASA,MAAM,QAAQ,aAAU;AACjC,SAASC,yBAAyB,QAAQ,0BAAuB;AASjE;AACA;AACA,OAAOC,aAAa,MAAM,qBAAkB;;AAE5C;AACA,OAAO,MAAMC,mBAAmB,GAAGD,aAAa","ignoreList":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Squircle clip/outline path normalized to a 0–1 coordinate space
|
|
5
|
+
* (viewBox="0 0 1 1"). Shared by the squircle avatar image clip in `Avatar.tsx`
|
|
6
|
+
* and the squircle outline in `AvatarRing.tsx` so the geometry has a single
|
|
7
|
+
* source of truth.
|
|
8
|
+
*/
|
|
9
|
+
export 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';
|
|
10
|
+
//# sourceMappingURL=squircle-path.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["SQUIRCLE_PATH"],"sourceRoot":"../../../src","sources":["avatar/squircle-path.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,aAAa,GACxB,2PAA2P,GAC3P,gOAAgO,GAChO,gOAAgO,GAChO,iOAAiO","ignoreList":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { lazyRequire } from "../utils/lazy-require.js";
|
|
4
|
+
/**
|
|
5
|
+
* Lazily loads `react-native-svg`, returning `null` when it is not installed
|
|
6
|
+
* (e.g. a web bundle that does not ship the optional peer). Shared by the
|
|
7
|
+
* squircle avatar image clip in `Avatar.tsx` and the `AvatarRing` so there is a
|
|
8
|
+
* single loader rather than one per call site.
|
|
9
|
+
*/
|
|
10
|
+
export const getSvgModule = lazyRequire('react-native-svg');
|
|
11
|
+
//# sourceMappingURL=svg-module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["lazyRequire","getSvgModule"],"sourceRoot":"../../../src","sources":["avatar/svg-module.ts"],"mappings":";;AAAA,SAASA,WAAW,QAAQ,0BAAuB;AAInD;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,YAAY,GAAGD,WAAW,CAAgB,kBAAkB,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { AccordionProps, AccordionItemProps, AccordionTriggerProps, AccordionContentProps } from './types';
|
|
3
|
+
export declare const Accordion: React.NamedExoticComponent<AccordionProps>;
|
|
4
|
+
export declare const AccordionItem: React.NamedExoticComponent<AccordionItemProps>;
|
|
5
|
+
export declare const AccordionTrigger: React.NamedExoticComponent<AccordionTriggerProps>;
|
|
6
|
+
export declare const AccordionContent: React.NamedExoticComponent<AccordionContentProps>;
|
|
7
|
+
//# sourceMappingURL=Accordion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.d.ts","sourceRoot":"","sources":["../../../../src/accordion/Accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmF,MAAM,OAAO,CAAC;AAOxG,OAAO,KAAK,EACV,cAAc,EACd,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EAEtB,MAAM,SAAS,CAAC;AAsPjB,eAAO,MAAM,SAAS,4CAA2B,CAAC;AAGlD,eAAO,MAAM,aAAa,gDAA+B,CAAC;AAG1D,eAAO,MAAM,gBAAgB,mDAAkC,CAAC;AAGhE,eAAO,MAAM,gBAAgB,mDAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC3F,YAAY,EACV,cAAc,EACd,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,aAAa,GACd,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { StyleProp, ViewStyle, TextStyle } from 'react-native';
|
|
2
|
+
export type AccordionType = 'single' | 'multiple';
|
|
3
|
+
export interface AccordionProps {
|
|
4
|
+
/** Controls which items are expanded. For 'single' type, pass a string or undefined.
|
|
5
|
+
* For 'multiple' type, pass an array of strings. */
|
|
6
|
+
value: string | string[] | undefined;
|
|
7
|
+
/** Called when expanded items change. */
|
|
8
|
+
onValueChange: (value: string | string[] | undefined) => void;
|
|
9
|
+
/** Whether only one item can be expanded at a time. */
|
|
10
|
+
type?: AccordionType;
|
|
11
|
+
/** Accordion items. */
|
|
12
|
+
children: React.ReactNode;
|
|
13
|
+
style?: StyleProp<ViewStyle>;
|
|
14
|
+
testID?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface AccordionItemProps {
|
|
17
|
+
/** Unique value identifying this item. */
|
|
18
|
+
value: string;
|
|
19
|
+
/** Item content: should be AccordionTrigger and AccordionContent. */
|
|
20
|
+
children: React.ReactNode;
|
|
21
|
+
/** Whether this item is disabled. */
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
style?: StyleProp<ViewStyle>;
|
|
24
|
+
}
|
|
25
|
+
export interface AccordionTriggerProps {
|
|
26
|
+
/** Trigger content (label text). */
|
|
27
|
+
children: React.ReactNode;
|
|
28
|
+
/** Icon to show on the left side. */
|
|
29
|
+
icon?: React.ReactNode;
|
|
30
|
+
style?: StyleProp<ViewStyle>;
|
|
31
|
+
textStyle?: StyleProp<TextStyle>;
|
|
32
|
+
}
|
|
33
|
+
export interface AccordionContentProps {
|
|
34
|
+
/** Content to show when expanded. */
|
|
35
|
+
children: React.ReactNode;
|
|
36
|
+
style?: StyleProp<ViewStyle>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/accordion/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpE,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,UAAU,CAAC;AAElD,MAAM,WAAW,cAAc;IAC7B;yDACqD;IACrD,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC;IACrC,yCAAyC;IACzC,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,KAAK,IAAI,CAAC;IAC9D,uDAAuD;IACvD,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,uBAAuB;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,kBAAkB;IACjC,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,qEAAqE;IACrE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,qBAAqB;IACpC,oCAAoC;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,qCAAqC;IACrC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,qBAAqB;IACpC,qCAAqC;IACrC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B"}
|