@kivid/native-components 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +57 -0
- package/assets/adaptive-icon.png +0 -0
- package/assets/favicon.png +0 -0
- package/assets/fonts/Nunito-Bold.ttf +0 -0
- package/assets/fonts/Nunito-BoldItalic.ttf +0 -0
- package/assets/fonts/Nunito-Italic.ttf +0 -0
- package/assets/fonts/Nunito-Medium.ttf +0 -0
- package/assets/fonts/Nunito-MediumItalic.ttf +0 -0
- package/assets/fonts/Nunito-Regular.ttf +0 -0
- package/assets/fonts/Nunito-SemiBold.ttf +0 -0
- package/assets/fonts/Nunito-SemiBoldItalic.ttf +0 -0
- package/assets/icon.png +0 -0
- package/assets/splash.png +0 -0
- package/dist/README.md +57 -0
- package/dist/commonjs/components/Button/assets/class-variants.js +91 -0
- package/dist/commonjs/components/Button/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/Button/assets/design-system-showcase.js +1455 -0
- package/dist/commonjs/components/Button/assets/design-system-showcase.js.map +1 -0
- package/dist/commonjs/components/Button/index.js +116 -0
- package/dist/commonjs/components/Button/index.js.map +1 -0
- package/dist/commonjs/components/Button/types.js +6 -0
- package/dist/commonjs/components/Button/types.js.map +1 -0
- package/dist/commonjs/components/Chip/assets/class-variants.js +63 -0
- package/dist/commonjs/components/Chip/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/Chip/enums/chip-size.js +12 -0
- package/dist/commonjs/components/Chip/enums/chip-size.js.map +1 -0
- package/dist/commonjs/components/Chip/enums/chip-variant.js +13 -0
- package/dist/commonjs/components/Chip/enums/chip-variant.js.map +1 -0
- package/dist/commonjs/components/Chip/enums/index.js +28 -0
- package/dist/commonjs/components/Chip/enums/index.js.map +1 -0
- package/dist/commonjs/components/Chip/index.js +38 -0
- package/dist/commonjs/components/Chip/index.js.map +1 -0
- package/dist/commonjs/components/Chip/types.js +6 -0
- package/dist/commonjs/components/Chip/types.js.map +1 -0
- package/dist/commonjs/components/HighlightedText/index.js +46 -0
- package/dist/commonjs/components/HighlightedText/index.js.map +1 -0
- package/dist/commonjs/components/HighlightedText/types.js +6 -0
- package/dist/commonjs/components/HighlightedText/types.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAdd/index.js +74 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAdd/index.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAdd/types.js +6 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAdd/types.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAlert/index.js +79 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAlert/index.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAlert/types.js +6 -0
- package/dist/commonjs/components/InformationStatus/components/GradientAlert/types.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientCheck/index.js +74 -0
- package/dist/commonjs/components/InformationStatus/components/GradientCheck/index.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientCheck/types.js +6 -0
- package/dist/commonjs/components/InformationStatus/components/GradientCheck/types.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientClose/index.js +72 -0
- package/dist/commonjs/components/InformationStatus/components/GradientClose/index.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/GradientClose/types.js +6 -0
- package/dist/commonjs/components/InformationStatus/components/GradientClose/types.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/components/index.js +50 -0
- package/dist/commonjs/components/InformationStatus/components/index.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/enums.js +14 -0
- package/dist/commonjs/components/InformationStatus/enums.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/index.js +75 -0
- package/dist/commonjs/components/InformationStatus/index.js.map +1 -0
- package/dist/commonjs/components/InformationStatus/types.js +6 -0
- package/dist/commonjs/components/InformationStatus/types.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/assets/class-variants.js +64 -0
- package/dist/commonjs/components/InputCheckbox/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/enums/checkbox-variant.js +17 -0
- package/dist/commonjs/components/InputCheckbox/enums/checkbox-variant.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/enums/index.js +28 -0
- package/dist/commonjs/components/InputCheckbox/enums/index.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/enums/select-variant.js +12 -0
- package/dist/commonjs/components/InputCheckbox/enums/select-variant.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/icons/CheckIcon/index.js +28 -0
- package/dist/commonjs/components/InputCheckbox/icons/CheckIcon/index.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/icons/IndeterminateIcon/index.js +28 -0
- package/dist/commonjs/components/InputCheckbox/icons/IndeterminateIcon/index.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/icons/index.js +20 -0
- package/dist/commonjs/components/InputCheckbox/icons/index.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/index.js +53 -0
- package/dist/commonjs/components/InputCheckbox/index.js.map +1 -0
- package/dist/commonjs/components/InputCheckbox/types.js +6 -0
- package/dist/commonjs/components/InputCheckbox/types.js.map +1 -0
- package/dist/commonjs/components/InputOTP/components/InformationStatus/index.js +93 -0
- package/dist/commonjs/components/InputOTP/components/InformationStatus/index.js.map +1 -0
- package/dist/commonjs/components/InputOTP/components/InformationStatus/types.js +6 -0
- package/dist/commonjs/components/InputOTP/components/InformationStatus/types.js.map +1 -0
- package/dist/commonjs/components/InputOTP/components/index.js +17 -0
- package/dist/commonjs/components/InputOTP/components/index.js.map +1 -0
- package/dist/commonjs/components/InputOTP/enums/index.js +17 -0
- package/dist/commonjs/components/InputOTP/enums/index.js.map +1 -0
- package/dist/commonjs/components/InputOTP/enums/information-status.js +15 -0
- package/dist/commonjs/components/InputOTP/enums/information-status.js.map +1 -0
- package/dist/commonjs/components/InputOTP/index.js +135 -0
- package/dist/commonjs/components/InputOTP/index.js.map +1 -0
- package/dist/commonjs/components/InputOTP/types.js +6 -0
- package/dist/commonjs/components/InputOTP/types.js.map +1 -0
- package/dist/commonjs/components/LoadingDots/assets/loading-button-dark.json +1 -0
- package/dist/commonjs/components/LoadingDots/assets/loading-button-grape.json +1 -0
- package/dist/commonjs/components/LoadingDots/assets/loading-button-light.json +1 -0
- package/dist/commonjs/components/LoadingDots/index.js +45 -0
- package/dist/commonjs/components/LoadingDots/index.js.map +1 -0
- package/dist/commonjs/components/LoadingDots/types.js +6 -0
- package/dist/commonjs/components/LoadingDots/types.js.map +1 -0
- package/dist/commonjs/components/Seal/assets/class-variants.js +64 -0
- package/dist/commonjs/components/Seal/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/Seal/components/AddIcon/index.js +32 -0
- package/dist/commonjs/components/Seal/components/AddIcon/index.js.map +1 -0
- package/dist/commonjs/components/Seal/components/AlertIcon/index.js +32 -0
- package/dist/commonjs/components/Seal/components/AlertIcon/index.js.map +1 -0
- package/dist/commonjs/components/Seal/components/ErrorIcon/index.js +32 -0
- package/dist/commonjs/components/Seal/components/ErrorIcon/index.js.map +1 -0
- package/dist/commonjs/components/Seal/components/LeftIcon/index.js +32 -0
- package/dist/commonjs/components/Seal/components/LeftIcon/index.js.map +1 -0
- package/dist/commonjs/components/Seal/components/MinusIcon/index.js +30 -0
- package/dist/commonjs/components/Seal/components/MinusIcon/index.js.map +1 -0
- package/dist/commonjs/components/Seal/components/RightIcon/index.js +32 -0
- package/dist/commonjs/components/Seal/components/RightIcon/index.js.map +1 -0
- package/dist/commonjs/components/Seal/components/SuccessIcon/index.js +32 -0
- package/dist/commonjs/components/Seal/components/SuccessIcon/index.js.map +1 -0
- package/dist/commonjs/components/Seal/components/index.js +55 -0
- package/dist/commonjs/components/Seal/components/index.js.map +1 -0
- package/dist/commonjs/components/Seal/enums/index.js +17 -0
- package/dist/commonjs/components/Seal/enums/index.js.map +1 -0
- package/dist/commonjs/components/Seal/enums/seal-variant.js +17 -0
- package/dist/commonjs/components/Seal/enums/seal-variant.js.map +1 -0
- package/dist/commonjs/components/Seal/index.js +52 -0
- package/dist/commonjs/components/Seal/index.js.map +1 -0
- package/dist/commonjs/components/Seal/types.js +6 -0
- package/dist/commonjs/components/Seal/types.js.map +1 -0
- package/dist/commonjs/components/Title/components/icon/index.js +49 -0
- package/dist/commonjs/components/Title/components/icon/index.js.map +1 -0
- package/dist/commonjs/components/Title/components/icon/types.js +15 -0
- package/dist/commonjs/components/Title/components/icon/types.js.map +1 -0
- package/dist/commonjs/components/Title/components/index.js +28 -0
- package/dist/commonjs/components/Title/components/index.js.map +1 -0
- package/dist/commonjs/components/Title/components/marker/index.js +33 -0
- package/dist/commonjs/components/Title/components/marker/index.js.map +1 -0
- package/dist/commonjs/components/Title/components/marker/types.js +2 -0
- package/dist/commonjs/components/Title/components/marker/types.js.map +1 -0
- package/dist/commonjs/components/Title/index.js +44 -0
- package/dist/commonjs/components/Title/index.js.map +1 -0
- package/dist/commonjs/components/Title/types.js +6 -0
- package/dist/commonjs/components/Title/types.js.map +1 -0
- package/dist/commonjs/components/Toggle/assets/class-variants.js +37 -0
- package/dist/commonjs/components/Toggle/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/Toggle/enums/index.js +17 -0
- package/dist/commonjs/components/Toggle/enums/index.js.map +1 -0
- package/dist/commonjs/components/Toggle/enums/variant.js +15 -0
- package/dist/commonjs/components/Toggle/enums/variant.js.map +1 -0
- package/dist/commonjs/components/Toggle/index.js +41 -0
- package/dist/commonjs/components/Toggle/index.js.map +1 -0
- package/dist/commonjs/components/Toggle/types.js +6 -0
- package/dist/commonjs/components/Toggle/types.js.map +1 -0
- package/dist/commonjs/components/Typography/index.js +52 -0
- package/dist/commonjs/components/Typography/index.js.map +1 -0
- package/dist/commonjs/components/Typography/types.js +6 -0
- package/dist/commonjs/components/Typography/types.js.map +1 -0
- package/dist/commonjs/components/index.js +127 -0
- package/dist/commonjs/components/index.js.map +1 -0
- package/dist/commonjs/hooks/index.js +17 -0
- package/dist/commonjs/hooks/index.js.map +1 -0
- package/dist/commonjs/hooks/use-fonts.js +31 -0
- package/dist/commonjs/hooks/use-fonts.js.map +1 -0
- package/dist/commonjs/iconography/Icons/index.js +97 -0
- package/dist/commonjs/iconography/Icons/index.js.map +1 -0
- package/dist/commonjs/iconography/Icons/types.js +6 -0
- package/dist/commonjs/iconography/Icons/types.js.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/nativewind-env.d.js +3 -0
- package/dist/commonjs/nativewind-env.d.js.map +1 -0
- package/dist/commonjs/package.json +1 -0
- package/dist/commonjs/welcome.mdx +3 -0
- package/dist/module/components/Button/assets/class-variants.js +88 -0
- package/dist/module/components/Button/assets/class-variants.js.map +1 -0
- package/dist/module/components/Button/assets/design-system-showcase.js +1451 -0
- package/dist/module/components/Button/assets/design-system-showcase.js.map +1 -0
- package/dist/module/components/Button/index.js +110 -0
- package/dist/module/components/Button/index.js.map +1 -0
- package/dist/module/components/Button/types.js +4 -0
- package/dist/module/components/Button/types.js.map +1 -0
- package/dist/module/components/Chip/assets/class-variants.js +59 -0
- package/dist/module/components/Chip/assets/class-variants.js.map +1 -0
- package/dist/module/components/Chip/enums/chip-size.js +8 -0
- package/dist/module/components/Chip/enums/chip-size.js.map +1 -0
- package/dist/module/components/Chip/enums/chip-variant.js +9 -0
- package/dist/module/components/Chip/enums/chip-variant.js.map +1 -0
- package/dist/module/components/Chip/enums/index.js +5 -0
- package/dist/module/components/Chip/enums/index.js.map +1 -0
- package/dist/module/components/Chip/index.js +34 -0
- package/dist/module/components/Chip/index.js.map +1 -0
- package/dist/module/components/Chip/types.js +4 -0
- package/dist/module/components/Chip/types.js.map +1 -0
- package/dist/module/components/HighlightedText/index.js +41 -0
- package/dist/module/components/HighlightedText/index.js.map +1 -0
- package/dist/module/components/HighlightedText/types.js +4 -0
- package/dist/module/components/HighlightedText/types.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientAdd/index.js +69 -0
- package/dist/module/components/InformationStatus/components/GradientAdd/index.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientAdd/types.js +4 -0
- package/dist/module/components/InformationStatus/components/GradientAdd/types.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientAlert/index.js +74 -0
- package/dist/module/components/InformationStatus/components/GradientAlert/index.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientAlert/types.js +4 -0
- package/dist/module/components/InformationStatus/components/GradientAlert/types.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientCheck/index.js +69 -0
- package/dist/module/components/InformationStatus/components/GradientCheck/index.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientCheck/types.js +4 -0
- package/dist/module/components/InformationStatus/components/GradientCheck/types.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientClose/index.js +67 -0
- package/dist/module/components/InformationStatus/components/GradientClose/index.js.map +1 -0
- package/dist/module/components/InformationStatus/components/GradientClose/types.js +4 -0
- package/dist/module/components/InformationStatus/components/GradientClose/types.js.map +1 -0
- package/dist/module/components/InformationStatus/components/index.js +7 -0
- package/dist/module/components/InformationStatus/components/index.js.map +1 -0
- package/dist/module/components/InformationStatus/enums.js +10 -0
- package/dist/module/components/InformationStatus/enums.js.map +1 -0
- package/dist/module/components/InformationStatus/index.js +71 -0
- package/dist/module/components/InformationStatus/index.js.map +1 -0
- package/dist/module/components/InformationStatus/types.js +4 -0
- package/dist/module/components/InformationStatus/types.js.map +1 -0
- package/dist/module/components/InputCheckbox/assets/class-variants.js +60 -0
- package/dist/module/components/InputCheckbox/assets/class-variants.js.map +1 -0
- package/dist/module/components/InputCheckbox/enums/checkbox-variant.js +13 -0
- package/dist/module/components/InputCheckbox/enums/checkbox-variant.js.map +1 -0
- package/dist/module/components/InputCheckbox/enums/index.js +5 -0
- package/dist/module/components/InputCheckbox/enums/index.js.map +1 -0
- package/dist/module/components/InputCheckbox/enums/select-variant.js +8 -0
- package/dist/module/components/InputCheckbox/enums/select-variant.js.map +1 -0
- package/dist/module/components/InputCheckbox/icons/CheckIcon/index.js +22 -0
- package/dist/module/components/InputCheckbox/icons/CheckIcon/index.js.map +1 -0
- package/dist/module/components/InputCheckbox/icons/IndeterminateIcon/index.js +22 -0
- package/dist/module/components/InputCheckbox/icons/IndeterminateIcon/index.js.map +1 -0
- package/dist/module/components/InputCheckbox/icons/index.js +5 -0
- package/dist/module/components/InputCheckbox/icons/index.js.map +1 -0
- package/dist/module/components/InputCheckbox/index.js +49 -0
- package/dist/module/components/InputCheckbox/index.js.map +1 -0
- package/dist/module/components/InputCheckbox/types.js +4 -0
- package/dist/module/components/InputCheckbox/types.js.map +1 -0
- package/dist/module/components/InputOTP/components/InformationStatus/index.js +87 -0
- package/dist/module/components/InputOTP/components/InformationStatus/index.js.map +1 -0
- package/dist/module/components/InputOTP/components/InformationStatus/types.js +4 -0
- package/dist/module/components/InputOTP/components/InformationStatus/types.js.map +1 -0
- package/dist/module/components/InputOTP/components/index.js +4 -0
- package/dist/module/components/InputOTP/components/index.js.map +1 -0
- package/dist/module/components/InputOTP/enums/index.js +4 -0
- package/dist/module/components/InputOTP/enums/index.js.map +1 -0
- package/dist/module/components/InputOTP/enums/information-status.js +11 -0
- package/dist/module/components/InputOTP/enums/information-status.js.map +1 -0
- package/dist/module/components/InputOTP/index.js +130 -0
- package/dist/module/components/InputOTP/index.js.map +1 -0
- package/dist/module/components/InputOTP/types.js +4 -0
- package/dist/module/components/InputOTP/types.js.map +1 -0
- package/dist/module/components/LoadingDots/assets/loading-button-dark.json +1 -0
- package/dist/module/components/LoadingDots/assets/loading-button-grape.json +1 -0
- package/dist/module/components/LoadingDots/assets/loading-button-light.json +1 -0
- package/dist/module/components/LoadingDots/index.js +39 -0
- package/dist/module/components/LoadingDots/index.js.map +1 -0
- package/dist/module/components/LoadingDots/types.js +4 -0
- package/dist/module/components/LoadingDots/types.js.map +1 -0
- package/dist/module/components/Seal/assets/class-variants.js +60 -0
- package/dist/module/components/Seal/assets/class-variants.js.map +1 -0
- package/dist/module/components/Seal/components/AddIcon/index.js +27 -0
- package/dist/module/components/Seal/components/AddIcon/index.js.map +1 -0
- package/dist/module/components/Seal/components/AlertIcon/index.js +27 -0
- package/dist/module/components/Seal/components/AlertIcon/index.js.map +1 -0
- package/dist/module/components/Seal/components/ErrorIcon/index.js +27 -0
- package/dist/module/components/Seal/components/ErrorIcon/index.js.map +1 -0
- package/dist/module/components/Seal/components/LeftIcon/index.js +27 -0
- package/dist/module/components/Seal/components/LeftIcon/index.js.map +1 -0
- package/dist/module/components/Seal/components/MinusIcon/index.js +25 -0
- package/dist/module/components/Seal/components/MinusIcon/index.js.map +1 -0
- package/dist/module/components/Seal/components/RightIcon/index.js +27 -0
- package/dist/module/components/Seal/components/RightIcon/index.js.map +1 -0
- package/dist/module/components/Seal/components/SuccessIcon/index.js +27 -0
- package/dist/module/components/Seal/components/SuccessIcon/index.js.map +1 -0
- package/dist/module/components/Seal/components/index.js +10 -0
- package/dist/module/components/Seal/components/index.js.map +1 -0
- package/dist/module/components/Seal/enums/index.js +4 -0
- package/dist/module/components/Seal/enums/index.js.map +1 -0
- package/dist/module/components/Seal/enums/seal-variant.js +13 -0
- package/dist/module/components/Seal/enums/seal-variant.js.map +1 -0
- package/dist/module/components/Seal/index.js +46 -0
- package/dist/module/components/Seal/index.js.map +1 -0
- package/dist/module/components/Seal/types.js +4 -0
- package/dist/module/components/Seal/types.js.map +1 -0
- package/dist/module/components/Title/components/icon/index.js +45 -0
- package/dist/module/components/Title/components/icon/index.js.map +1 -0
- package/dist/module/components/Title/components/icon/types.js +11 -0
- package/dist/module/components/Title/components/icon/types.js.map +1 -0
- package/dist/module/components/Title/components/index.js +5 -0
- package/dist/module/components/Title/components/index.js.map +1 -0
- package/dist/module/components/Title/components/marker/index.js +29 -0
- package/dist/module/components/Title/components/marker/index.js.map +1 -0
- package/dist/module/components/Title/components/marker/types.js +2 -0
- package/dist/module/components/Title/components/marker/types.js.map +1 -0
- package/dist/module/components/Title/index.js +41 -0
- package/dist/module/components/Title/index.js.map +1 -0
- package/dist/module/components/Title/types.js +4 -0
- package/dist/module/components/Title/types.js.map +1 -0
- package/dist/module/components/Toggle/assets/class-variants.js +34 -0
- package/dist/module/components/Toggle/assets/class-variants.js.map +1 -0
- package/dist/module/components/Toggle/enums/index.js +4 -0
- package/dist/module/components/Toggle/enums/index.js.map +1 -0
- package/dist/module/components/Toggle/enums/variant.js +11 -0
- package/dist/module/components/Toggle/enums/variant.js.map +1 -0
- package/dist/module/components/Toggle/index.js +37 -0
- package/dist/module/components/Toggle/index.js.map +1 -0
- package/dist/module/components/Toggle/types.js +4 -0
- package/dist/module/components/Toggle/types.js.map +1 -0
- package/dist/module/components/Typography/index.js +47 -0
- package/dist/module/components/Typography/index.js.map +1 -0
- package/dist/module/components/Typography/types.js +4 -0
- package/dist/module/components/Typography/types.js.map +1 -0
- package/dist/module/components/index.js +14 -0
- package/dist/module/components/index.js.map +1 -0
- package/dist/module/hooks/index.js +4 -0
- package/dist/module/hooks/index.js.map +1 -0
- package/dist/module/hooks/use-fonts.js +27 -0
- package/dist/module/hooks/use-fonts.js.map +1 -0
- package/dist/module/iconography/Icons/index.js +92 -0
- package/dist/module/iconography/Icons/index.js.map +1 -0
- package/dist/module/iconography/Icons/types.js +4 -0
- package/dist/module/iconography/Icons/types.js.map +1 -0
- package/dist/module/index.js +4 -0
- package/dist/module/index.js.map +1 -0
- package/dist/module/nativewind-env.d.js +3 -0
- package/dist/module/nativewind-env.d.js.map +1 -0
- package/dist/module/package.json +1 -0
- package/dist/module/welcome.mdx +3 -0
- package/dist/package.json +57 -0
- package/dist/typescript/components/Button/assets/class-variants.d.ts +16 -0
- package/dist/typescript/components/Button/assets/design-system-showcase.d.ts +1448 -0
- package/dist/typescript/components/Button/index.d.ts +6 -0
- package/dist/typescript/components/Button/types.d.ts +16 -0
- package/dist/typescript/components/Chip/assets/class-variants.d.ts +5 -0
- package/dist/typescript/components/Chip/enums/chip-size.d.ts +4 -0
- package/dist/typescript/components/Chip/enums/chip-variant.d.ts +5 -0
- package/dist/typescript/components/Chip/enums/index.d.ts +2 -0
- package/dist/typescript/components/Chip/index.d.ts +2 -0
- package/dist/typescript/components/Chip/types.d.ts +11 -0
- package/dist/typescript/components/HighlightedText/index.d.ts +6 -0
- package/dist/typescript/components/HighlightedText/types.d.ts +9 -0
- package/dist/typescript/components/InformationStatus/components/GradientAdd/index.d.ts +3 -0
- package/dist/typescript/components/InformationStatus/components/GradientAdd/types.d.ts +5 -0
- package/dist/typescript/components/InformationStatus/components/GradientAlert/index.d.ts +3 -0
- package/dist/typescript/components/InformationStatus/components/GradientAlert/types.d.ts +5 -0
- package/dist/typescript/components/InformationStatus/components/GradientCheck/index.d.ts +3 -0
- package/dist/typescript/components/InformationStatus/components/GradientCheck/types.d.ts +5 -0
- package/dist/typescript/components/InformationStatus/components/GradientClose/index.d.ts +3 -0
- package/dist/typescript/components/InformationStatus/components/GradientClose/types.d.ts +5 -0
- package/dist/typescript/components/InformationStatus/components/index.d.ts +4 -0
- package/dist/typescript/components/InformationStatus/enums.d.ts +6 -0
- package/dist/typescript/components/InformationStatus/index.d.ts +2 -0
- package/dist/typescript/components/InformationStatus/types.d.ts +14 -0
- package/dist/typescript/components/InputCheckbox/assets/class-variants.d.ts +6 -0
- package/dist/typescript/components/InputCheckbox/enums/checkbox-variant.d.ts +9 -0
- package/dist/typescript/components/InputCheckbox/enums/index.d.ts +2 -0
- package/dist/typescript/components/InputCheckbox/enums/select-variant.d.ts +4 -0
- package/dist/typescript/components/InputCheckbox/icons/CheckIcon/index.d.ts +2 -0
- package/dist/typescript/components/InputCheckbox/icons/IndeterminateIcon/index.d.ts +2 -0
- package/dist/typescript/components/InputCheckbox/icons/index.d.ts +2 -0
- package/dist/typescript/components/InputCheckbox/index.d.ts +2 -0
- package/dist/typescript/components/InputCheckbox/types.d.ts +10 -0
- package/dist/typescript/components/InputOTP/components/InformationStatus/index.d.ts +3 -0
- package/dist/typescript/components/InputOTP/components/InformationStatus/types.d.ts +6 -0
- package/dist/typescript/components/InputOTP/components/index.d.ts +1 -0
- package/dist/typescript/components/InputOTP/enums/index.d.ts +1 -0
- package/dist/typescript/components/InputOTP/enums/information-status.d.ts +7 -0
- package/dist/typescript/components/InputOTP/index.d.ts +3 -0
- package/dist/typescript/components/InputOTP/types.d.ts +11 -0
- package/dist/typescript/components/LoadingDots/index.d.ts +3 -0
- package/dist/typescript/components/LoadingDots/types.d.ts +9 -0
- package/dist/typescript/components/Seal/assets/class-variants.d.ts +5 -0
- package/dist/typescript/components/Seal/components/AddIcon/index.d.ts +2 -0
- package/dist/typescript/components/Seal/components/AlertIcon/index.d.ts +2 -0
- package/dist/typescript/components/Seal/components/ErrorIcon/index.d.ts +2 -0
- package/dist/typescript/components/Seal/components/LeftIcon/index.d.ts +2 -0
- package/dist/typescript/components/Seal/components/MinusIcon/index.d.ts +2 -0
- package/dist/typescript/components/Seal/components/RightIcon/index.d.ts +2 -0
- package/dist/typescript/components/Seal/components/SuccessIcon/index.d.ts +2 -0
- package/dist/typescript/components/Seal/components/index.d.ts +7 -0
- package/dist/typescript/components/Seal/enums/index.d.ts +1 -0
- package/dist/typescript/components/Seal/enums/seal-variant.d.ts +9 -0
- package/dist/typescript/components/Seal/index.d.ts +3 -0
- package/dist/typescript/components/Seal/types.d.ts +14 -0
- package/dist/typescript/components/Title/components/icon/index.d.ts +2 -0
- package/dist/typescript/components/Title/components/icon/types.d.ts +12 -0
- package/dist/typescript/components/Title/components/index.d.ts +2 -0
- package/dist/typescript/components/Title/components/marker/index.d.ts +2 -0
- package/dist/typescript/components/Title/components/marker/types.d.ts +4 -0
- package/dist/typescript/components/Title/index.d.ts +7 -0
- package/dist/typescript/components/Title/types.d.ts +7 -0
- package/dist/typescript/components/Toggle/assets/class-variants.d.ts +6 -0
- package/dist/typescript/components/Toggle/enums/index.d.ts +1 -0
- package/dist/typescript/components/Toggle/enums/variant.d.ts +7 -0
- package/dist/typescript/components/Toggle/index.d.ts +2 -0
- package/dist/typescript/components/Toggle/types.d.ts +7 -0
- package/dist/typescript/components/Typography/index.d.ts +27 -0
- package/dist/typescript/components/Typography/types.d.ts +7 -0
- package/dist/typescript/components/index.d.ts +11 -0
- package/dist/typescript/hooks/index.d.ts +1 -0
- package/dist/typescript/hooks/use-fonts.d.ts +10 -0
- package/dist/typescript/iconography/Icons/index.d.ts +2 -0
- package/dist/typescript/iconography/Icons/types.d.ts +11 -0
- package/dist/typescript/index.d.ts +1 -0
- package/index.js +6 -0
- package/package.json +128 -0
- package/src/components/Button/assets/class-variants.ts +111 -0
- package/src/components/Button/assets/design-system-showcase.ts +1745 -0
- package/src/components/Button/index.stories.tsx +407 -0
- package/src/components/Button/index.tsx +137 -0
- package/src/components/Button/types.ts +31 -0
- package/src/components/Chip/assets/class-variants.ts +68 -0
- package/src/components/Chip/enums/chip-size.ts +4 -0
- package/src/components/Chip/enums/chip-variant.ts +5 -0
- package/src/components/Chip/enums/index.ts +2 -0
- package/src/components/Chip/index.stories.tsx +95 -0
- package/src/components/Chip/index.tsx +35 -0
- package/src/components/Chip/types.ts +13 -0
- package/src/components/HighlightedText/index.stories.tsx +110 -0
- package/src/components/HighlightedText/index.tsx +38 -0
- package/src/components/HighlightedText/types.ts +10 -0
- package/src/components/InformationStatus/components/GradientAdd/index.tsx +74 -0
- package/src/components/InformationStatus/components/GradientAdd/types.ts +6 -0
- package/src/components/InformationStatus/components/GradientAlert/index.tsx +81 -0
- package/src/components/InformationStatus/components/GradientAlert/types.ts +6 -0
- package/src/components/InformationStatus/components/GradientCheck/index.tsx +75 -0
- package/src/components/InformationStatus/components/GradientCheck/types.ts +6 -0
- package/src/components/InformationStatus/components/GradientClose/index.tsx +73 -0
- package/src/components/InformationStatus/components/GradientClose/types.ts +6 -0
- package/src/components/InformationStatus/components/index.ts +4 -0
- package/src/components/InformationStatus/enums.ts +6 -0
- package/src/components/InformationStatus/index.stories.tsx +112 -0
- package/src/components/InformationStatus/index.tsx +76 -0
- package/src/components/InformationStatus/types.ts +16 -0
- package/src/components/InputCheckbox/assets/class-variants.ts +90 -0
- package/src/components/InputCheckbox/enums/checkbox-variant.ts +9 -0
- package/src/components/InputCheckbox/enums/index.ts +2 -0
- package/src/components/InputCheckbox/enums/select-variant.ts +4 -0
- package/src/components/InputCheckbox/icons/CheckIcon/index.tsx +23 -0
- package/src/components/InputCheckbox/icons/IndeterminateIcon/index.tsx +23 -0
- package/src/components/InputCheckbox/icons/index.ts +2 -0
- package/src/components/InputCheckbox/index.stories.tsx +133 -0
- package/src/components/InputCheckbox/index.tsx +53 -0
- package/src/components/InputCheckbox/types.ts +13 -0
- package/src/components/InputOTP/components/InformationStatus/index.tsx +105 -0
- package/src/components/InputOTP/components/InformationStatus/types.ts +6 -0
- package/src/components/InputOTP/components/index.ts +1 -0
- package/src/components/InputOTP/enums/index.ts +1 -0
- package/src/components/InputOTP/enums/information-status.ts +7 -0
- package/src/components/InputOTP/index.stories.tsx +247 -0
- package/src/components/InputOTP/index.tsx +177 -0
- package/src/components/InputOTP/types.ts +12 -0
- package/src/components/LoadingDots/assets/loading-button-dark.json +1 -0
- package/src/components/LoadingDots/assets/loading-button-grape.json +1 -0
- package/src/components/LoadingDots/assets/loading-button-light.json +1 -0
- package/src/components/LoadingDots/index.stories.tsx +74 -0
- package/src/components/LoadingDots/index.tsx +37 -0
- package/src/components/LoadingDots/types.ts +10 -0
- package/src/components/Seal/assets/class-variants.ts +70 -0
- package/src/components/Seal/components/AddIcon/index.tsx +26 -0
- package/src/components/Seal/components/AlertIcon/index.tsx +26 -0
- package/src/components/Seal/components/ErrorIcon/index.tsx +26 -0
- package/src/components/Seal/components/LeftIcon/index.tsx +26 -0
- package/src/components/Seal/components/MinusIcon/index.tsx +24 -0
- package/src/components/Seal/components/RightIcon/index.tsx +26 -0
- package/src/components/Seal/components/SuccessIcon/index.tsx +26 -0
- package/src/components/Seal/components/index.ts +7 -0
- package/src/components/Seal/enums/index.ts +1 -0
- package/src/components/Seal/enums/seal-variant.ts +9 -0
- package/src/components/Seal/index.stories.tsx +124 -0
- package/src/components/Seal/index.tsx +53 -0
- package/src/components/Seal/types.ts +18 -0
- package/src/components/Title/components/icon/index.tsx +51 -0
- package/src/components/Title/components/icon/types.ts +12 -0
- package/src/components/Title/components/index.ts +2 -0
- package/src/components/Title/components/marker/index.tsx +25 -0
- package/src/components/Title/components/marker/types.ts +13 -0
- package/src/components/Title/index.stories.tsx +619 -0
- package/src/components/Title/index.tsx +36 -0
- package/src/components/Title/types.ts +7 -0
- package/src/components/Toggle/assets/class-variants.ts +40 -0
- package/src/components/Toggle/enums/index.ts +1 -0
- package/src/components/Toggle/enums/variant.ts +7 -0
- package/src/components/Toggle/index.stories.tsx +88 -0
- package/src/components/Toggle/index.tsx +42 -0
- package/src/components/Toggle/types.ts +8 -0
- package/src/components/Typography/index.stories.tsx +260 -0
- package/src/components/Typography/index.tsx +46 -0
- package/src/components/Typography/types.ts +8 -0
- package/src/components/index.ts +11 -0
- package/src/hooks/index.ts +1 -0
- package/src/hooks/use-fonts.ts +22 -0
- package/src/iconography/Icons/index.stories.tsx +23 -0
- package/src/iconography/Icons/index.tsx +89 -0
- package/src/iconography/Icons/types.ts +12 -0
- package/src/index.ts +1 -0
- package/src/nativewind-env.d.ts +1 -0
- package/src/welcome.mdx +3 -0
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.sealVariants = void 0;
|
|
7
|
+
var _classVarianceAuthority = require("class-variance-authority");
|
|
8
|
+
const sealVariants = exports.sealVariants = (0, _classVarianceAuthority.cva)("flex items-center justify-center transition ease-in-out pointer-events-none w-fit stroke-none", {
|
|
9
|
+
variants: {
|
|
10
|
+
size: {
|
|
11
|
+
small: "w-600 h-600 rounded-300",
|
|
12
|
+
medium: "w-700 h-700 rounded-500"
|
|
13
|
+
},
|
|
14
|
+
variant: {
|
|
15
|
+
add: "bg-grape-500",
|
|
16
|
+
success: "bg-pear-500",
|
|
17
|
+
error: "bg-blackberry-500",
|
|
18
|
+
alert: "bg-tangerine-500",
|
|
19
|
+
minus: "bg-chia-600",
|
|
20
|
+
right: "bg-chia-600",
|
|
21
|
+
left: "bg-chia-600"
|
|
22
|
+
},
|
|
23
|
+
inverted: {
|
|
24
|
+
true: "",
|
|
25
|
+
false: ""
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
compoundVariants: [{
|
|
29
|
+
inverted: false,
|
|
30
|
+
className: " text-chia-200"
|
|
31
|
+
}, {
|
|
32
|
+
inverted: true,
|
|
33
|
+
variant: "add",
|
|
34
|
+
className: " text-grape-500 bg-chia-200"
|
|
35
|
+
}, {
|
|
36
|
+
inverted: true,
|
|
37
|
+
variant: "success",
|
|
38
|
+
className: "text-pear-500 bg-chia-200"
|
|
39
|
+
}, {
|
|
40
|
+
inverted: true,
|
|
41
|
+
variant: "error",
|
|
42
|
+
className: "text-blackberry-500 bg-chia-200"
|
|
43
|
+
}, {
|
|
44
|
+
inverted: true,
|
|
45
|
+
variant: "alert",
|
|
46
|
+
className: "text-tangerine-500 bg-chia-200"
|
|
47
|
+
}, {
|
|
48
|
+
inverted: true,
|
|
49
|
+
variant: "minus",
|
|
50
|
+
className: "text-chia-600 bg-chia-200"
|
|
51
|
+
}, {
|
|
52
|
+
inverted: true,
|
|
53
|
+
variant: "right",
|
|
54
|
+
className: "text-chia-600 bg-chia-200"
|
|
55
|
+
}, {
|
|
56
|
+
inverted: true,
|
|
57
|
+
variant: "left",
|
|
58
|
+
className: "text-chia-600 bg-chia-200"
|
|
59
|
+
}],
|
|
60
|
+
defaultVariants: {
|
|
61
|
+
inverted: false
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
//# sourceMappingURL=class-variants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_classVarianceAuthority","require","sealVariants","exports","cva","variants","size","small","medium","variant","add","success","error","alert","minus","right","left","inverted","true","false","compoundVariants","className","defaultVariants"],"sourceRoot":"../../../../../src","sources":["components/Seal/assets/class-variants.ts"],"mappings":";;;;;;AAAA,IAAAA,uBAAA,GAAAC,OAAA;AAEO,MAAMC,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG,IAAAE,2BAAG,EAC7B,+FAA+F,EAC/F;EACEC,QAAQ,EAAE;IACRC,IAAI,EAAE;MACJC,KAAK,EAAE,yBAAyB;MAChCC,MAAM,EAAE;IACV,CAAC;IACDC,OAAO,EAAE;MACPC,GAAG,EAAE,cAAc;MACnBC,OAAO,EAAE,aAAa;MACtBC,KAAK,EAAE,mBAAmB;MAC1BC,KAAK,EAAE,kBAAkB;MACzBC,KAAK,EAAE,aAAa;MACpBC,KAAK,EAAE,aAAa;MACpBC,IAAI,EAAE;IACR,CAAC;IACDC,QAAQ,EAAE;MACRC,IAAI,EAAE,EAAE;MACRC,KAAK,EAAE;IACT;EACF,CAAC;EACDC,gBAAgB,EAAE,CAChB;IACEH,QAAQ,EAAE,KAAK;IACfI,SAAS,EAAE;EACb,CAAC,EACD;IACEJ,QAAQ,EAAE,IAAI;IACdR,OAAO,EAAE,KAAK;IACdY,SAAS,EAAE;EACb,CAAC,EACD;IACEJ,QAAQ,EAAE,IAAI;IACdR,OAAO,EAAE,SAAS;IAClBY,SAAS,EAAE;EACb,CAAC,EACD;IACEJ,QAAQ,EAAE,IAAI;IACdR,OAAO,EAAE,OAAO;IAChBY,SAAS,EAAE;EACb,CAAC,EACD;IACEJ,QAAQ,EAAE,IAAI;IACdR,OAAO,EAAE,OAAO;IAChBY,SAAS,EAAE;EACb,CAAC,EACD;IACEJ,QAAQ,EAAE,IAAI;IACdR,OAAO,EAAE,OAAO;IAChBY,SAAS,EAAE;EACb,CAAC,EACD;IACEJ,QAAQ,EAAE,IAAI;IACdR,OAAO,EAAE,OAAO;IAChBY,SAAS,EAAE;EACb,CAAC,EACD;IACEJ,QAAQ,EAAE,IAAI;IACdR,OAAO,EAAE,MAAM;IACfY,SAAS,EAAE;EACb,CAAC,CACF;EACDC,eAAe,EAAE;IACfL,QAAQ,EAAE;EACZ;AACF,CACF,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AddIcon = void 0;
|
|
7
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
const AddIcon = ({
|
|
10
|
+
size = "medium",
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const sizes = {
|
|
14
|
+
small: 16,
|
|
15
|
+
medium: 24
|
|
16
|
+
};
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
|
|
18
|
+
width: sizes[size],
|
|
19
|
+
height: sizes[size],
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
...props,
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M12 4.75C12.6904 4.75 13.25 5.30964 13.25 6V10.75H18C18.6904 10.75 19.25 11.3096 19.25 12C19.25 12.6904 18.6904 13.25 18 13.25H13.25V18C13.25 18.6904 12.6904 19.25 12 19.25C11.3096 19.25 10.75 18.6904 10.75 18V13.25H6C5.30964 13.25 4.75 12.6904 4.75 12C4.75 11.3096 5.30964 10.75 6 10.75H10.75V6C10.75 5.30964 11.3096 4.75 12 4.75Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
exports.AddIcon = AddIcon;
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeSvg","require","_jsxRuntime","AddIcon","size","props","sizes","small","medium","jsx","Svg","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/Seal/components/AddIcon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,eAAA,GAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAEtC,MAAME,OAAO,GAAGA,CAAC;EAAEC,IAAI,GAAG,QAAQ;EAAE,GAAGC;AAAqB,CAAC,KAAK;EACvE,MAAMC,KAAK,GAAG;IACZC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;IACFC,KAAK,EAAEL,KAAK,CAACF,IAAI,CAAE;IACnBQ,MAAM,EAAEN,KAAK,CAACF,IAAI,CAAE;IACpBS,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IAAA,GACPT,KAAK;IAAAU,QAAA,eAET,IAAAb,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAgB,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,6UAA6U;MAC/UL,IAAI,EAAC;IAAc,CACpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACM,OAAA,CAAAjB,OAAA,GAAAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AlertIcon = void 0;
|
|
7
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
const AlertIcon = ({
|
|
10
|
+
size = "medium",
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const sizes = {
|
|
14
|
+
small: 16,
|
|
15
|
+
medium: 24
|
|
16
|
+
};
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
|
|
18
|
+
width: sizes[size],
|
|
19
|
+
height: sizes[size],
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
...props,
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M12 18.25C11.3096 18.25 10.75 17.6904 10.75 17L10.75 16.3421C10.75 15.6518 11.3096 15.0921 12 15.0921C12.6904 15.0921 13.25 15.6518 13.25 16.3421L13.25 17C13.25 17.6904 12.6904 18.25 12 18.25ZM12 13.75C11.3096 13.75 10.75 13.1904 10.75 12.5L10.75 7C10.75 6.30964 11.3096 5.75 12 5.75C12.6904 5.75 13.25 6.30964 13.25 7L13.25 12.5C13.25 13.1904 12.6904 13.75 12 13.75Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
exports.AlertIcon = AlertIcon;
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeSvg","require","_jsxRuntime","AlertIcon","size","props","sizes","small","medium","jsx","Svg","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/Seal/components/AlertIcon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,eAAA,GAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAEtC,MAAME,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,QAAQ;EAAE,GAAGC;AAAqB,CAAC,KAAK;EACzE,MAAMC,KAAK,GAAG;IACZC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;IACFC,KAAK,EAAEL,KAAK,CAACF,IAAI,CAAE;IACnBQ,MAAM,EAAEN,KAAK,CAACF,IAAI,CAAE;IACpBS,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IAAA,GACPT,KAAK;IAAAU,QAAA,eAET,IAAAb,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAgB,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,iXAAiX;MACnXL,IAAI,EAAC;IAAc,CACpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACM,OAAA,CAAAjB,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ErrorIcon = void 0;
|
|
7
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
const ErrorIcon = ({
|
|
10
|
+
size = "medium",
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const sizes = {
|
|
14
|
+
small: 16,
|
|
15
|
+
medium: 24
|
|
16
|
+
};
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
|
|
18
|
+
width: sizes[size],
|
|
19
|
+
height: sizes[size],
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
...props,
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M7.11612 7.11612C7.60427 6.62796 8.39573 6.62796 8.88388 7.11612L12 10.2322L15.1161 7.11612C15.6043 6.62796 16.3957 6.62796 16.8839 7.11612C17.372 7.60427 17.372 8.39573 16.8839 8.88388L13.7678 12L16.8839 15.1161C17.372 15.6043 17.372 16.3957 16.8839 16.8839C16.3957 17.372 15.6043 17.372 15.1161 16.8839L12 13.7678L8.88388 16.8839C8.39573 17.372 7.60427 17.372 7.11612 16.8839C6.62796 16.3957 6.62796 15.6043 7.11612 15.1161L10.2322 12L7.11612 8.88388C6.62796 8.39573 6.62796 7.60427 7.11612 7.11612Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
exports.ErrorIcon = ErrorIcon;
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeSvg","require","_jsxRuntime","ErrorIcon","size","props","sizes","small","medium","jsx","Svg","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/Seal/components/ErrorIcon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,eAAA,GAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAEtC,MAAME,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,QAAQ;EAAE,GAAGC;AAAqB,CAAC,KAAK;EACzE,MAAMC,KAAK,GAAG;IACZC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;IACFC,KAAK,EAAEL,KAAK,CAACF,IAAI,CAAE;IACnBQ,MAAM,EAAEN,KAAK,CAACF,IAAI,CAAE;IACpBS,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IAAA,GACPT,KAAK;IAAAU,QAAA,eAET,IAAAb,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAgB,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,ufAAuf;MACzfL,IAAI,EAAC;IAAc,CACpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACM,OAAA,CAAAjB,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.LeftIcon = void 0;
|
|
7
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
const LeftIcon = ({
|
|
10
|
+
size = "medium",
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const sizes = {
|
|
14
|
+
small: 16,
|
|
15
|
+
medium: 24
|
|
16
|
+
};
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
|
|
18
|
+
width: sizes[size],
|
|
19
|
+
height: sizes[size],
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
...props,
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M10.4971 15.9342C9.98114 16.3929 9.19105 16.3464 8.7324 15.8304L6.06574 12.8304C5.64475 12.3568 5.64475 11.6431 6.06574 11.1695L8.7324 8.16953C9.19105 7.65355 9.98114 7.60708 10.4971 8.06573C11.0131 8.52437 11.0596 9.31446 10.6009 9.83044L9.78355 10.75L17 10.75C17.6904 10.75 18.25 11.3096 18.25 12C18.25 12.6903 17.6904 13.25 17 13.25L9.78355 13.25L10.6009 14.1695C11.0596 14.6855 11.0131 15.4756 10.4971 15.9342Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
exports.LeftIcon = LeftIcon;
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeSvg","require","_jsxRuntime","LeftIcon","size","props","sizes","small","medium","jsx","Svg","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/Seal/components/LeftIcon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,eAAA,GAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAEtC,MAAME,QAAQ,GAAGA,CAAC;EAAEC,IAAI,GAAG,QAAQ;EAAE,GAAGC;AAAqB,CAAC,KAAK;EACxE,MAAMC,KAAK,GAAG;IACZC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;IACFC,KAAK,EAAEL,KAAK,CAACF,IAAI,CAAE;IACnBQ,MAAM,EAAEN,KAAK,CAACF,IAAI,CAAE;IACpBS,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IAAA,GACPT,KAAK;IAAAU,QAAA,eAET,IAAAb,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAgB,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,gaAAga;MAClaL,IAAI,EAAC;IAAc,CACpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACM,OAAA,CAAAjB,QAAA,GAAAA,QAAA","ignoreList":[]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MinusIcon = void 0;
|
|
7
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
const MinusIcon = ({
|
|
10
|
+
size = "medium",
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const sizes = {
|
|
14
|
+
small: 16,
|
|
15
|
+
medium: 24
|
|
16
|
+
};
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
|
|
18
|
+
width: sizes[size],
|
|
19
|
+
height: sizes[size],
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
...props,
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
d: "M3.83331 8.00008C3.83331 7.53984 4.20641 7.16675 4.66665 7.16675H11.3333C11.7936 7.16675 12.1666 7.53984 12.1666 8.00008C12.1666 8.46032 11.7936 8.83341 11.3333 8.83341H4.66665C4.20641 8.83341 3.83331 8.46032 3.83331 8.00008Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
})
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
exports.MinusIcon = MinusIcon;
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeSvg","require","_jsxRuntime","MinusIcon","size","props","sizes","small","medium","jsx","Svg","width","height","viewBox","fill","children","Path","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/Seal/components/MinusIcon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,eAAA,GAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAEtC,MAAME,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,QAAQ;EAAE,GAAGC;AAAqB,CAAC,KAAK;EACzE,MAAMC,KAAK,GAAG;IACZC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;IACFC,KAAK,EAAEL,KAAK,CAACF,IAAI,CAAE;IACnBQ,MAAM,EAAEN,KAAK,CAACF,IAAI,CAAE;IACpBS,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IAAA,GACPT,KAAK;IAAAU,QAAA,eAET,IAAAb,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAgB,IAAI;MACHC,CAAC,EAAC,mOAAmO;MACrOH,IAAI,EAAC;IAAc,CACpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACI,OAAA,CAAAf,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.RightIcon = void 0;
|
|
7
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
const RightIcon = ({
|
|
10
|
+
size = "medium",
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const sizes = {
|
|
14
|
+
small: 16,
|
|
15
|
+
medium: 24
|
|
16
|
+
};
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
|
|
18
|
+
width: sizes[size],
|
|
19
|
+
height: sizes[size],
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
...props,
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M13.5029 8.06575C14.0189 7.6071 14.8089 7.65358 15.2676 8.16956L17.9343 11.1696C18.3552 11.6432 18.3552 12.3569 17.9343 12.8305L15.2676 15.8305C14.8089 16.3464 14.0189 16.3929 13.5029 15.9343C12.9869 15.4756 12.9404 14.6855 13.3991 14.1696L14.2164 13.25H7C6.30964 13.25 5.75 12.6904 5.75 12C5.75 11.3097 6.30964 10.75 7 10.75H14.2164L13.3991 9.83047C12.9404 9.31449 12.9869 8.5244 13.5029 8.06575Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
exports.RightIcon = RightIcon;
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeSvg","require","_jsxRuntime","RightIcon","size","props","sizes","small","medium","jsx","Svg","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/Seal/components/RightIcon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,eAAA,GAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAEtC,MAAME,SAAS,GAAGA,CAAC;EAAEC,IAAI,GAAG,QAAQ;EAAE,GAAGC;AAAqB,CAAC,KAAK;EACzE,MAAMC,KAAK,GAAG;IACZC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;IACFC,KAAK,EAAEL,KAAK,CAACF,IAAI,CAAE;IACnBQ,MAAM,EAAEN,KAAK,CAACF,IAAI,CAAE;IACpBS,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IAAA,GACPT,KAAK;IAAAU,QAAA,eAET,IAAAb,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAgB,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,+YAA+Y;MACjZL,IAAI,EAAC;IAAc,CACpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACM,OAAA,CAAAjB,SAAA,GAAAA,SAAA","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SuccessIcon = void 0;
|
|
7
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
const SuccessIcon = ({
|
|
10
|
+
size = "medium",
|
|
11
|
+
...props
|
|
12
|
+
}) => {
|
|
13
|
+
const sizes = {
|
|
14
|
+
small: 16,
|
|
15
|
+
medium: 24
|
|
16
|
+
};
|
|
17
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Svg, {
|
|
18
|
+
width: sizes[size],
|
|
19
|
+
height: sizes[size],
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
...props,
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
|
|
24
|
+
fillRule: "evenodd",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
d: "M18.1537 8.38643C18.6307 8.88555 18.6127 9.6768 18.1136 10.1537L11.8345 16.1537C11.3572 16.6098 10.6076 16.6161 10.1227 16.1682L6.40178 12.7307C5.8947 12.2622 5.86339 11.4714 6.33185 10.9643C6.80031 10.4572 7.59114 10.4259 8.09823 10.8943L10.9565 13.5349L16.3864 8.34626C16.8856 7.86933 17.6768 7.88731 18.1537 8.38643Z",
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
};
|
|
31
|
+
exports.SuccessIcon = SuccessIcon;
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNativeSvg","require","_jsxRuntime","SuccessIcon","size","props","sizes","small","medium","jsx","Svg","width","height","viewBox","fill","children","Path","fillRule","clipRule","d","exports"],"sourceRoot":"../../../../../../src","sources":["components/Seal/components/SuccessIcon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,eAAA,GAAAC,OAAA;AAA6C,IAAAC,WAAA,GAAAD,OAAA;AAEtC,MAAME,WAAW,GAAGA,CAAC;EAAEC,IAAI,GAAG,QAAQ;EAAE,GAAGC;AAAqB,CAAC,KAAK;EAC3E,MAAMC,KAAK,GAAG;IACZC,KAAK,EAAE,EAAE;IACTC,MAAM,EAAE;EACV,CAAC;EAED,oBACE,IAAAN,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAU,GAAG;IACFC,KAAK,EAAEL,KAAK,CAACF,IAAI,CAAE;IACnBQ,MAAM,EAAEN,KAAK,CAACF,IAAI,CAAE;IACpBS,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,MAAM;IAAA,GACPT,KAAK;IAAAU,QAAA,eAET,IAAAb,WAAA,CAAAO,GAAA,EAACT,eAAA,CAAAgB,IAAI;MACHC,QAAQ,EAAC,SAAS;MAClBC,QAAQ,EAAC,SAAS;MAClBC,CAAC,EAAC,iUAAiU;MACnUL,IAAI,EAAC;IAAc,CACpB;EAAC,CACC,CAAC;AAEV,CAAC;AAACM,OAAA,CAAAjB,WAAA,GAAAA,WAAA","ignoreList":[]}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "AddIcon", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _index.AddIcon;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "AlertIcon", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () {
|
|
15
|
+
return _index4.AlertIcon;
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
Object.defineProperty(exports, "ErrorIcon", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function () {
|
|
21
|
+
return _index3.ErrorIcon;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "LeftIcon", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () {
|
|
27
|
+
return _index7.LeftIcon;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "MinusIcon", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return _index5.MinusIcon;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "RightIcon", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () {
|
|
39
|
+
return _index6.RightIcon;
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
Object.defineProperty(exports, "SuccessIcon", {
|
|
43
|
+
enumerable: true,
|
|
44
|
+
get: function () {
|
|
45
|
+
return _index2.SuccessIcon;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
var _index = require("./AddIcon/index.js");
|
|
49
|
+
var _index2 = require("./SuccessIcon/index.js");
|
|
50
|
+
var _index3 = require("./ErrorIcon/index.js");
|
|
51
|
+
var _index4 = require("./AlertIcon/index.js");
|
|
52
|
+
var _index5 = require("./MinusIcon/index.js");
|
|
53
|
+
var _index6 = require("./RightIcon/index.js");
|
|
54
|
+
var _index7 = require("./LeftIcon/index.js");
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_index2","_index3","_index4","_index5","_index6","_index7"],"sourceRoot":"../../../../../src","sources":["components/Seal/components/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AACA,IAAAK,OAAA,GAAAL,OAAA;AACA,IAAAM,OAAA,GAAAN,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _sealVariant = require("./seal-variant.js");
|
|
7
|
+
Object.keys(_sealVariant).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _sealVariant[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _sealVariant[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_sealVariant","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../../../src","sources":["components/Seal/enums/index.ts"],"mappings":";;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,YAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,YAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,YAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.SealVariantEnum = void 0;
|
|
7
|
+
let SealVariantEnum = exports.SealVariantEnum = /*#__PURE__*/function (SealVariantEnum) {
|
|
8
|
+
SealVariantEnum["ADD"] = "add";
|
|
9
|
+
SealVariantEnum["SUCCESS"] = "success";
|
|
10
|
+
SealVariantEnum["ERROR"] = "error";
|
|
11
|
+
SealVariantEnum["ALERT"] = "alert";
|
|
12
|
+
SealVariantEnum["MINUS"] = "minus";
|
|
13
|
+
SealVariantEnum["LEFT"] = "left";
|
|
14
|
+
SealVariantEnum["RIGHT"] = "right";
|
|
15
|
+
return SealVariantEnum;
|
|
16
|
+
}({});
|
|
17
|
+
//# sourceMappingURL=seal-variant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["SealVariantEnum","exports"],"sourceRoot":"../../../../../src","sources":["components/Seal/enums/seal-variant.ts"],"mappings":";;;;;;IAAYA,eAAe,GAAAC,OAAA,CAAAD,eAAA,0BAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAfA,eAAe;EAAA,OAAfA,eAAe;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Seal = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
9
|
+
var _index = require("./components/index.js");
|
|
10
|
+
var _tailwindPreset = require("@butterfly/tailwind-preset");
|
|
11
|
+
var _classVariants = require("./assets/class-variants.js");
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
+
const Seal = ({
|
|
15
|
+
variant,
|
|
16
|
+
size = "medium",
|
|
17
|
+
inverted = false,
|
|
18
|
+
className = ""
|
|
19
|
+
}) => {
|
|
20
|
+
const mappedColorByVariant = {
|
|
21
|
+
add: inverted ? "#7A50D9" : "#F2F7F7",
|
|
22
|
+
success: inverted ? "#3DCC78" : "#F2F7F7",
|
|
23
|
+
error: inverted ? "#E65245" : "#F2F7F7",
|
|
24
|
+
alert: inverted ? "#FF8B59" : "#F2F7F7",
|
|
25
|
+
minus: inverted ? "#B6C2C2" : "#F2F7F7",
|
|
26
|
+
right: inverted ? "#B6C2C2" : "#F2F7F7",
|
|
27
|
+
left: inverted ? "#B6C2C2" : "#F2F7F7"
|
|
28
|
+
};
|
|
29
|
+
const iconMap = {
|
|
30
|
+
success: _index.SuccessIcon,
|
|
31
|
+
add: _index.AddIcon,
|
|
32
|
+
error: _index.ErrorIcon,
|
|
33
|
+
right: _index.RightIcon,
|
|
34
|
+
left: _index.LeftIcon,
|
|
35
|
+
minus: _index.MinusIcon,
|
|
36
|
+
alert: _index.AlertIcon
|
|
37
|
+
};
|
|
38
|
+
const Icon = iconMap[variant];
|
|
39
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
40
|
+
className: (0, _tailwindPreset.merge)((0, _classVariants.sealVariants)({
|
|
41
|
+
size,
|
|
42
|
+
variant,
|
|
43
|
+
inverted
|
|
44
|
+
}), className),
|
|
45
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(Icon, {
|
|
46
|
+
size: size,
|
|
47
|
+
color: mappedColorByVariant[variant]
|
|
48
|
+
})
|
|
49
|
+
});
|
|
50
|
+
};
|
|
51
|
+
exports.Seal = Seal;
|
|
52
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_index","_tailwindPreset","_classVariants","_jsxRuntime","e","__esModule","default","Seal","variant","size","inverted","className","mappedColorByVariant","add","success","error","alert","minus","right","left","iconMap","SuccessIcon","AddIcon","ErrorIcon","RightIcon","LeftIcon","MinusIcon","AlertIcon","Icon","jsx","View","merge","sealVariants","children","color","exports"],"sourceRoot":"../../../../src","sources":["components/Seal/index.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAIA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AASA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,cAAA,GAAAJ,OAAA;AAAuD,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEhD,MAAMG,IAAyB,GAAGA,CAAC;EACxCC,OAAO;EACPC,IAAI,GAAG,QAAQ;EACfC,QAAQ,GAAG,KAAK;EAChBC,SAAS,GAAG;AACd,CAAC,KAAK;EACJ,MAAMC,oBAAoB,GAAG;IAC3BC,GAAG,EAAEH,QAAQ,GAAG,SAAS,GAAG,SAAS;IACrCI,OAAO,EAAEJ,QAAQ,GAAG,SAAS,GAAG,SAAS;IACzCK,KAAK,EAAEL,QAAQ,GAAG,SAAS,GAAG,SAAS;IACvCM,KAAK,EAAEN,QAAQ,GAAG,SAAS,GAAG,SAAS;IACvCO,KAAK,EAAEP,QAAQ,GAAG,SAAS,GAAG,SAAS;IACvCQ,KAAK,EAAER,QAAQ,GAAG,SAAS,GAAG,SAAS;IACvCS,IAAI,EAAET,QAAQ,GAAG,SAAS,GAAG;EAC/B,CAAC;EAED,MAAMU,OAAO,GAAG;IACdN,OAAO,EAAEO,kBAAW;IACpBR,GAAG,EAAES,cAAO;IACZP,KAAK,EAAEQ,gBAAS;IAChBL,KAAK,EAAEM,gBAAS;IAChBL,IAAI,EAAEM,eAAQ;IACdR,KAAK,EAAES,gBAAS;IAChBV,KAAK,EAAEW;EACT,CAAC;EAED,MAAMC,IAAI,GAAGR,OAAO,CAACZ,OAAO,CAAC;EAE7B,oBACE,IAAAL,WAAA,CAAA0B,GAAA,EAAC9B,YAAA,CAAA+B,IAAI;IACHnB,SAAS,EAAE,IAAAoB,qBAAK,EAAC,IAAAC,2BAAY,EAAC;MAAEvB,IAAI;MAAED,OAAO;MAAEE;IAAS,CAAC,CAAC,EAAEC,SAAS,CAAE;IAAAsB,QAAA,eAEvE,IAAA9B,WAAA,CAAA0B,GAAA,EAACD,IAAI;MAACnB,IAAI,EAAEA,IAAK;MAACyB,KAAK,EAAEtB,oBAAoB,CAACJ,OAAO;IAAE,CAAE;EAAC,CACtD,CAAC;AAEX,CAAC;AAAC2B,OAAA,CAAA5B,IAAA,GAAAA,IAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/Seal/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Icon = Icon;
|
|
7
|
+
var _index = require("../../../InformationStatus/index.js");
|
|
8
|
+
var _enums = require("../../../InformationStatus/enums.js");
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function Icon(props) {
|
|
11
|
+
const {
|
|
12
|
+
variants,
|
|
13
|
+
customIcon,
|
|
14
|
+
size = "medium"
|
|
15
|
+
} = props;
|
|
16
|
+
function renderIcon() {
|
|
17
|
+
if (variants === "success") {
|
|
18
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.InformationStatus, {
|
|
19
|
+
status: _enums.InformationStatusOptionsEnum.SUCCESS,
|
|
20
|
+
size: size
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
if (variants === "error") {
|
|
24
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.InformationStatus, {
|
|
25
|
+
status: _enums.InformationStatusOptionsEnum.ERROR,
|
|
26
|
+
size: size
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
if (variants === "warning") {
|
|
30
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.InformationStatus, {
|
|
31
|
+
status: _enums.InformationStatusOptionsEnum.WARNING,
|
|
32
|
+
size: size
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
if (variants === "add") {
|
|
36
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.InformationStatus, {
|
|
37
|
+
status: _enums.InformationStatusOptionsEnum.ADD,
|
|
38
|
+
size: size
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
if (variants === "custom" && customIcon) {
|
|
42
|
+
return customIcon;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
|
|
46
|
+
children: renderIcon()
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","_enums","_jsxRuntime","Icon","props","variants","customIcon","size","renderIcon","jsx","InformationStatus","status","InformationStatusOptionsEnum","SUCCESS","ERROR","WARNING","ADD","Fragment","children"],"sourceRoot":"../../../../../../src","sources":["components/Title/components/icon/index.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAAgF,IAAAE,WAAA,GAAAF,OAAA;AAEzE,SAASG,IAAIA,CAACC,KAAgB,EAAE;EACrC,MAAM;IAAEC,QAAQ;IAAEC,UAAU;IAAEC,IAAI,GAAG;EAAS,CAAC,GAAGH,KAAK;EAEvD,SAASI,UAAUA,CAAA,EAAG;IACpB,IAAIH,QAAQ,KAAK,SAAS,EAAE;MAC1B,oBACE,IAAAH,WAAA,CAAAO,GAAA,EAACV,MAAA,CAAAW,iBAAiB;QAChBC,MAAM,EAAEC,mCAA4B,CAACC,OAAQ;QAC7CN,IAAI,EAAEA;MAAK,CACZ,CAAC;IAEN;IAEA,IAAIF,QAAQ,KAAK,OAAO,EAAE;MACxB,oBACE,IAAAH,WAAA,CAAAO,GAAA,EAACV,MAAA,CAAAW,iBAAiB;QAChBC,MAAM,EAAEC,mCAA4B,CAACE,KAAM;QAC3CP,IAAI,EAAEA;MAAK,CACZ,CAAC;IAEN;IAEA,IAAIF,QAAQ,KAAK,SAAS,EAAE;MAC1B,oBACE,IAAAH,WAAA,CAAAO,GAAA,EAACV,MAAA,CAAAW,iBAAiB;QAChBC,MAAM,EAAEC,mCAA4B,CAACG,OAAQ;QAC7CR,IAAI,EAAEA;MAAK,CACZ,CAAC;IAEN;IAEA,IAAIF,QAAQ,KAAK,KAAK,EAAE;MACtB,oBACE,IAAAH,WAAA,CAAAO,GAAA,EAACV,MAAA,CAAAW,iBAAiB;QAChBC,MAAM,EAAEC,mCAA4B,CAACI,GAAI;QACzCT,IAAI,EAAEA;MAAK,CACZ,CAAC;IAEN;IAEA,IAAIF,QAAQ,KAAK,QAAQ,IAAIC,UAAU,EAAE;MACvC,OAAOA,UAAU;IACnB;EACF;EAEA,oBAAO,IAAAJ,WAAA,CAAAO,GAAA,EAAAP,WAAA,CAAAe,QAAA;IAAAC,QAAA,EAAGV,UAAU,CAAC;EAAC,CAAG,CAAC;AAC5B","ignoreList":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.IconVariants = void 0;
|
|
7
|
+
let IconVariants = exports.IconVariants = /*#__PURE__*/function (IconVariants) {
|
|
8
|
+
IconVariants["SUCCESS"] = "success";
|
|
9
|
+
IconVariants["ERROR"] = "error";
|
|
10
|
+
IconVariants["WARNING"] = "warning";
|
|
11
|
+
IconVariants["ADD"] = "add";
|
|
12
|
+
IconVariants["CUSTOM"] = "custom";
|
|
13
|
+
return IconVariants;
|
|
14
|
+
}({});
|
|
15
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["IconVariants","exports"],"sourceRoot":"../../../../../../src","sources":["components/Title/components/icon/types.ts"],"mappings":";;;;;;IAAYA,YAAY,GAAAC,OAAA,CAAAD,YAAA,0BAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAZA,YAAY;EAAA,OAAZA,YAAY;AAAA","ignoreList":[]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _index = require("./icon/index.js");
|
|
7
|
+
Object.keys(_index).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _index[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () {
|
|
13
|
+
return _index[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
var _index2 = require("./marker/index.js");
|
|
18
|
+
Object.keys(_index2).forEach(function (key) {
|
|
19
|
+
if (key === "default" || key === "__esModule") return;
|
|
20
|
+
if (key in exports && exports[key] === _index2[key]) return;
|
|
21
|
+
Object.defineProperty(exports, key, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () {
|
|
24
|
+
return _index2[key];
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
});
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_index","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_index2"],"sourceRoot":"../../../../../src","sources":["components/Title/components/index.ts"],"mappings":";;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,OAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,OAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,OAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,OAAA,CAAAL,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|