@kivid/native-components 1.0.0-alpha.4 → 1.0.0-alpha.6
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 +1 -57
- package/dist/commonjs/components/Avatar/assets/class-variants.js +24 -0
- package/dist/commonjs/components/Avatar/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/Avatar/images/girl.jpg +0 -0
- package/dist/commonjs/components/Avatar/index.js +115 -0
- package/dist/commonjs/components/Avatar/index.js.map +1 -0
- package/dist/commonjs/components/Avatar/types.js.map +1 -0
- package/dist/commonjs/components/Button/assets/class-variants.js +8 -7
- package/dist/commonjs/components/Button/assets/class-variants.js.map +1 -1
- package/dist/commonjs/components/Button/index.js +4 -3
- package/dist/commonjs/components/Button/index.js.map +1 -1
- package/dist/commonjs/components/ChatBubble/assets/class-variants.js +68 -0
- package/dist/commonjs/components/ChatBubble/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleContent/index.js +28 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleContent/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleContent/types.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleEar/index.js +48 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleEar/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleLoading/index.js +27 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleLoading/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleSeal/index.js +41 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleSeal/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleSeal/types.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleText/index.js +38 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleText/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleText/types.js +6 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleText/types.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleTime/index.js +37 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleTime/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleTime/types.js +6 -0
- package/dist/commonjs/components/ChatBubble/components/ChatBubbleTime/types.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/components/index.js +48 -0
- package/dist/commonjs/components/ChatBubble/components/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/context.js +17 -0
- package/dist/commonjs/components/ChatBubble/context.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/index.js +94 -0
- package/dist/commonjs/components/ChatBubble/index.js.map +1 -0
- package/dist/commonjs/components/ChatBubble/types.js +6 -0
- package/dist/commonjs/components/ChatBubble/types.js.map +1 -0
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/assets/class-variants.js +2 -2
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/assets/class-variants.js.map +1 -1
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/enums/checkbox-variant.js.map +1 -1
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/enums/index.js.map +1 -1
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/enums/select-variant.js.map +1 -1
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/icons/CheckIcon/index.js.map +1 -1
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/icons/IndeterminateIcon/index.js.map +1 -1
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/icons/index.js.map +1 -1
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/index.js +7 -5
- package/dist/commonjs/components/CheckboxInput/index.js.map +1 -0
- package/dist/commonjs/components/CheckboxInput/types.js +6 -0
- package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/types.js.map +1 -1
- package/dist/commonjs/components/Chip/enums/index.js +0 -11
- package/dist/commonjs/components/Chip/enums/index.js.map +1 -1
- package/dist/commonjs/components/Chip/index.js +4 -3
- package/dist/commonjs/components/Chip/index.js.map +1 -1
- package/dist/commonjs/components/InformationStatus/index.js +8 -7
- package/dist/commonjs/components/InformationStatus/index.js.map +1 -1
- package/dist/commonjs/components/ListButton/assets/class-variants.js +60 -0
- package/dist/commonjs/components/ListButton/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/ListButton/enums/icon-color.js +18 -0
- package/dist/commonjs/components/ListButton/enums/icon-color.js.map +1 -0
- package/dist/commonjs/components/ListButton/enums/index.js +28 -0
- package/dist/commonjs/components/ListButton/enums/index.js.map +1 -0
- package/dist/commonjs/components/ListButton/enums/variant.js +17 -0
- package/dist/commonjs/components/ListButton/enums/variant.js.map +1 -0
- package/dist/commonjs/components/ListButton/index.js +113 -0
- package/dist/commonjs/components/ListButton/index.js.map +1 -0
- package/dist/commonjs/components/ListButton/types.js +6 -0
- package/dist/commonjs/components/ListButton/types.js.map +1 -0
- package/dist/commonjs/components/LoadingDots/index.js.map +1 -1
- package/dist/commonjs/components/OtpInput/assets/class-variant.js +24 -0
- package/dist/commonjs/components/OtpInput/assets/class-variant.js.map +1 -0
- package/dist/commonjs/components/{InputOTP → OtpInput}/components/InformationStatus/index.js +5 -4
- package/dist/commonjs/components/OtpInput/components/InformationStatus/index.js.map +1 -0
- package/dist/commonjs/components/OtpInput/components/InformationStatus/types.js +6 -0
- package/dist/{module/components/InputOTP → commonjs/components/OtpInput}/components/InformationStatus/types.js.map +1 -1
- package/dist/commonjs/components/{InputOTP → OtpInput}/components/index.js.map +1 -1
- package/dist/commonjs/components/{InputOTP → OtpInput}/enums/index.js.map +1 -1
- package/dist/commonjs/components/{InputOTP → OtpInput}/index.js +10 -4
- package/dist/commonjs/components/OtpInput/index.js.map +1 -0
- package/dist/commonjs/components/OtpInput/types.js +6 -0
- package/dist/commonjs/components/{InputOTP → OtpInput}/types.js.map +1 -1
- package/dist/commonjs/components/RadioInput/assets/class-variants.js +101 -0
- package/dist/commonjs/components/RadioInput/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/RadioInput/enums/index.js +17 -0
- package/dist/commonjs/components/RadioInput/enums/index.js.map +1 -0
- package/dist/commonjs/components/RadioInput/index.js +41 -0
- package/dist/commonjs/components/RadioInput/index.js.map +1 -0
- package/dist/commonjs/components/RadioInput/types.js +6 -0
- package/dist/commonjs/components/RadioInput/types.js.map +1 -0
- package/dist/commonjs/components/Seal/assets/class-variants.js +3 -2
- package/dist/commonjs/components/Seal/assets/class-variants.js.map +1 -1
- package/dist/commonjs/components/Seal/components/AddIcon/index.js +4 -3
- package/dist/commonjs/components/Seal/components/AddIcon/index.js.map +1 -1
- package/dist/commonjs/components/Seal/components/AlertIcon/index.js +4 -3
- package/dist/commonjs/components/Seal/components/AlertIcon/index.js.map +1 -1
- package/dist/commonjs/components/Seal/components/ErrorIcon/index.js +4 -3
- package/dist/commonjs/components/Seal/components/ErrorIcon/index.js.map +1 -1
- package/dist/commonjs/components/Seal/components/LeftIcon/index.js +4 -3
- package/dist/commonjs/components/Seal/components/LeftIcon/index.js.map +1 -1
- package/dist/commonjs/components/Seal/components/MinusIcon/index.js +4 -3
- package/dist/commonjs/components/Seal/components/MinusIcon/index.js.map +1 -1
- package/dist/commonjs/components/Seal/components/RightIcon/index.js +4 -3
- package/dist/commonjs/components/Seal/components/RightIcon/index.js.map +1 -1
- package/dist/commonjs/components/Seal/components/SuccessIcon/index.js +4 -3
- package/dist/commonjs/components/Seal/components/SuccessIcon/index.js.map +1 -1
- package/dist/commonjs/components/Seal/index.js +5 -2
- package/dist/commonjs/components/Seal/index.js.map +1 -1
- package/dist/commonjs/components/SelectButton/assets/class-variants.js +31 -0
- package/dist/commonjs/components/SelectButton/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/SelectButton/enums/index.js +12 -0
- package/dist/commonjs/components/SelectButton/enums/index.js.map +1 -0
- package/dist/commonjs/components/SelectButton/index.js +110 -0
- package/dist/commonjs/components/SelectButton/index.js.map +1 -0
- package/dist/commonjs/components/SelectButton/types.js +6 -0
- package/dist/commonjs/components/SelectButton/types.js.map +1 -0
- package/dist/commonjs/components/TextInput/assets/class-variants.js +71 -0
- package/dist/commonjs/components/TextInput/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/TextInput/enums.js +12 -0
- package/dist/commonjs/components/TextInput/enums.js.map +1 -0
- package/dist/commonjs/components/TextInput/index.js +124 -0
- package/dist/commonjs/components/TextInput/index.js.map +1 -0
- package/dist/commonjs/components/TextInput/types.js +6 -0
- package/dist/commonjs/components/TextInput/types.js.map +1 -0
- package/dist/commonjs/components/Title/components/icon/index.js +2 -1
- package/dist/commonjs/components/Title/components/icon/index.js.map +1 -1
- package/dist/commonjs/components/Title/components/icon/types.js.map +1 -1
- package/dist/commonjs/components/Title/components/marker/index.js +4 -3
- package/dist/commonjs/components/Title/components/marker/index.js.map +1 -1
- package/dist/commonjs/components/Title/components/marker/types.js +4 -0
- package/dist/commonjs/components/Title/index.js +8 -7
- package/dist/commonjs/components/Title/index.js.map +1 -1
- package/dist/commonjs/components/Toast/assets/class-variants.js +32 -0
- package/dist/commonjs/components/Toast/assets/class-variants.js.map +1 -0
- package/dist/commonjs/components/Toast/enums/index.js +28 -0
- package/dist/commonjs/components/Toast/enums/index.js.map +1 -0
- package/dist/commonjs/components/Toast/enums/position.js +12 -0
- package/dist/commonjs/components/Toast/enums/position.js.map +1 -0
- package/dist/commonjs/components/Toast/enums/variant.js +13 -0
- package/dist/commonjs/components/Toast/enums/variant.js.map +1 -0
- package/dist/commonjs/components/Toast/index.js +107 -0
- package/dist/commonjs/components/Toast/index.js.map +1 -0
- package/dist/commonjs/components/Toast/types.js +6 -0
- package/dist/commonjs/components/Toast/types.js.map +1 -0
- package/dist/commonjs/components/Tooltip/assets/class-variant.js +25 -0
- package/dist/commonjs/components/Tooltip/assets/class-variant.js.map +1 -0
- package/dist/commonjs/components/Tooltip/components/Content/index.js +83 -0
- package/dist/commonjs/components/Tooltip/components/Content/index.js.map +1 -0
- package/dist/commonjs/components/Tooltip/components/Content/types.js +6 -0
- package/dist/commonjs/components/Tooltip/components/Content/types.js.map +1 -0
- package/dist/commonjs/{hooks → components/Tooltip/components}/index.js +4 -4
- package/dist/commonjs/components/Tooltip/components/index.js.map +1 -0
- package/dist/commonjs/components/Tooltip/enum/index.js +18 -0
- package/dist/commonjs/components/Tooltip/enum/index.js.map +1 -0
- package/dist/commonjs/components/Tooltip/hooks/index.js +17 -0
- package/dist/commonjs/components/Tooltip/hooks/index.js.map +1 -0
- package/dist/commonjs/components/Tooltip/hooks/tooltip-position.js +66 -0
- package/dist/commonjs/components/Tooltip/hooks/tooltip-position.js.map +1 -0
- package/dist/commonjs/components/Tooltip/index.js +43 -0
- package/dist/commonjs/components/Tooltip/index.js.map +1 -0
- package/dist/commonjs/components/Tooltip/types.js +6 -0
- package/dist/commonjs/components/Tooltip/types.js.map +1 -0
- package/dist/commonjs/components/Typography/assets/class-variants.js +1 -1
- package/dist/commonjs/components/Typography/assets/class-variants.js.map +1 -1
- package/dist/commonjs/components/index.js +184 -41
- package/dist/commonjs/components/index.js.map +1 -1
- package/dist/commonjs/enums/corners.js +14 -0
- package/dist/commonjs/enums/corners.js.map +1 -0
- package/dist/commonjs/enums/index.js +28 -0
- package/dist/commonjs/enums/index.js.map +1 -0
- package/dist/commonjs/enums/size.js +18 -0
- package/dist/commonjs/enums/size.js.map +1 -0
- package/dist/commonjs/index.js +11 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/storybook-utils/components/CodeBlock/index.js +50 -0
- package/dist/commonjs/storybook-utils/components/CodeBlock/index.js.map +1 -0
- package/dist/commonjs/storybook-utils/components/CodeBlock/types.js +2 -0
- package/dist/commonjs/storybook-utils/components/CodeBlock/types.js.map +1 -0
- package/dist/commonjs/storybook-utils/components/index.js +13 -0
- package/dist/commonjs/storybook-utils/components/index.js.map +1 -0
- package/dist/commonjs/storybook-utils/index.js +17 -0
- package/dist/commonjs/storybook-utils/index.js.map +1 -0
- package/dist/commonjs/styles/index.js +17 -0
- package/dist/commonjs/styles/index.js.map +1 -0
- package/dist/commonjs/styles/mixins/index.js +17 -0
- package/dist/commonjs/styles/mixins/index.js.map +1 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-down-100.js +8 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-down-100.js.map +1 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-down-200.js +8 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-down-200.js.map +1 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-down-300.js +8 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-down-300.js.map +1 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-up-100.js +8 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-up-100.js.map +1 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-up-200.js +8 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-up-200.js.map +1 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-up-300.js +8 -0
- package/dist/commonjs/styles/mixins/shadows/elevation-up-300.js.map +1 -0
- package/dist/commonjs/styles/mixins/shadows/index.js +72 -0
- package/dist/commonjs/styles/mixins/shadows/index.js.map +1 -0
- package/dist/module/components/Avatar/assets/class-variants.js +21 -0
- package/dist/module/components/Avatar/assets/class-variants.js.map +1 -0
- package/dist/module/components/Avatar/images/girl.jpg +0 -0
- package/dist/module/components/Avatar/index.js +110 -0
- package/dist/module/components/Avatar/index.js.map +1 -0
- package/dist/module/components/Avatar/types.js.map +1 -0
- package/dist/module/components/Button/assets/class-variants.js +8 -7
- package/dist/module/components/Button/assets/class-variants.js.map +1 -1
- package/dist/module/components/Button/index.js +4 -3
- package/dist/module/components/Button/index.js.map +1 -1
- package/dist/module/components/ChatBubble/assets/class-variants.js +64 -0
- package/dist/module/components/ChatBubble/assets/class-variants.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleContent/index.js +22 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleContent/index.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleContent/types.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleEar/index.js +41 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleEar/index.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleLoading/index.js +22 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleLoading/index.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleSeal/index.js +35 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleSeal/index.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleSeal/types.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleText/index.js +32 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleText/index.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleText/types.js +4 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleText/types.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleTime/index.js +31 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleTime/index.js.map +1 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleTime/types.js +4 -0
- package/dist/module/components/ChatBubble/components/ChatBubbleTime/types.js.map +1 -0
- package/dist/module/components/ChatBubble/components/index.js +9 -0
- package/dist/module/components/ChatBubble/components/index.js.map +1 -0
- package/dist/module/components/ChatBubble/context.js +12 -0
- package/dist/module/components/ChatBubble/context.js.map +1 -0
- package/dist/module/components/ChatBubble/index.js +91 -0
- package/dist/module/components/ChatBubble/index.js.map +1 -0
- package/dist/module/components/ChatBubble/types.js +4 -0
- package/dist/module/components/ChatBubble/types.js.map +1 -0
- package/dist/module/components/{InputCheckbox → CheckboxInput}/assets/class-variants.js +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/assets/class-variants.js.map +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/enums/checkbox-variant.js.map +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/enums/index.js.map +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/enums/select-variant.js.map +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/icons/CheckIcon/index.js.map +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/icons/IndeterminateIcon/index.js.map +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/icons/index.js.map +1 -1
- package/dist/module/components/{InputCheckbox → CheckboxInput}/index.js +7 -5
- package/dist/module/components/CheckboxInput/index.js.map +1 -0
- package/dist/module/components/CheckboxInput/types.js +4 -0
- package/dist/module/components/{InputCheckbox → CheckboxInput}/types.js.map +1 -1
- package/dist/module/components/Chip/enums/index.js +0 -1
- package/dist/module/components/Chip/enums/index.js.map +1 -1
- package/dist/module/components/Chip/index.js +4 -3
- package/dist/module/components/Chip/index.js.map +1 -1
- package/dist/module/components/InformationStatus/index.js +8 -7
- package/dist/module/components/InformationStatus/index.js.map +1 -1
- package/dist/module/components/ListButton/assets/class-variants.js +57 -0
- package/dist/module/components/ListButton/assets/class-variants.js.map +1 -0
- package/dist/module/components/ListButton/enums/icon-color.js +14 -0
- package/dist/module/components/ListButton/enums/icon-color.js.map +1 -0
- package/dist/module/components/ListButton/enums/index.js +5 -0
- package/dist/module/components/ListButton/enums/index.js.map +1 -0
- package/dist/module/components/ListButton/enums/variant.js +13 -0
- package/dist/module/components/ListButton/enums/variant.js.map +1 -0
- package/dist/module/components/ListButton/index.js +109 -0
- package/dist/module/components/ListButton/index.js.map +1 -0
- package/dist/module/components/ListButton/types.js +4 -0
- package/dist/module/components/ListButton/types.js.map +1 -0
- package/dist/module/components/LoadingDots/index.js.map +1 -1
- package/dist/module/components/OtpInput/assets/class-variant.js +20 -0
- package/dist/module/components/OtpInput/assets/class-variant.js.map +1 -0
- package/dist/module/components/{InputOTP → OtpInput}/components/InformationStatus/index.js +5 -4
- package/dist/module/components/OtpInput/components/InformationStatus/index.js.map +1 -0
- package/dist/module/components/OtpInput/components/InformationStatus/types.js +4 -0
- package/dist/{commonjs/components/InputOTP → module/components/OtpInput}/components/InformationStatus/types.js.map +1 -1
- package/dist/module/components/{InputOTP → OtpInput}/components/index.js.map +1 -1
- package/dist/module/components/{InputOTP → OtpInput}/enums/index.js.map +1 -1
- package/dist/module/components/{InputOTP → OtpInput}/index.js +9 -3
- package/dist/module/components/OtpInput/index.js.map +1 -0
- package/dist/module/components/OtpInput/types.js +4 -0
- package/dist/module/components/{InputOTP → OtpInput}/types.js.map +1 -1
- package/dist/module/components/RadioInput/assets/class-variants.js +97 -0
- package/dist/module/components/RadioInput/assets/class-variants.js.map +1 -0
- package/dist/module/components/RadioInput/enums/index.js +13 -0
- package/dist/module/components/RadioInput/enums/index.js.map +1 -0
- package/dist/module/components/RadioInput/index.js +37 -0
- package/dist/module/components/RadioInput/index.js.map +1 -0
- package/dist/module/components/RadioInput/types.js +4 -0
- package/dist/module/components/RadioInput/types.js.map +1 -0
- package/dist/module/components/Seal/assets/class-variants.js +3 -2
- package/dist/module/components/Seal/assets/class-variants.js.map +1 -1
- package/dist/module/components/Seal/components/AddIcon/index.js +4 -3
- package/dist/module/components/Seal/components/AddIcon/index.js.map +1 -1
- package/dist/module/components/Seal/components/AlertIcon/index.js +4 -3
- package/dist/module/components/Seal/components/AlertIcon/index.js.map +1 -1
- package/dist/module/components/Seal/components/ErrorIcon/index.js +4 -3
- package/dist/module/components/Seal/components/ErrorIcon/index.js.map +1 -1
- package/dist/module/components/Seal/components/LeftIcon/index.js +4 -3
- package/dist/module/components/Seal/components/LeftIcon/index.js.map +1 -1
- package/dist/module/components/Seal/components/MinusIcon/index.js +4 -3
- package/dist/module/components/Seal/components/MinusIcon/index.js.map +1 -1
- package/dist/module/components/Seal/components/RightIcon/index.js +4 -3
- package/dist/module/components/Seal/components/RightIcon/index.js.map +1 -1
- package/dist/module/components/Seal/components/SuccessIcon/index.js +4 -3
- package/dist/module/components/Seal/components/SuccessIcon/index.js.map +1 -1
- package/dist/module/components/Seal/index.js +5 -2
- package/dist/module/components/Seal/index.js.map +1 -1
- package/dist/module/components/SelectButton/assets/class-variants.js +28 -0
- package/dist/module/components/SelectButton/assets/class-variants.js.map +1 -0
- package/dist/module/components/SelectButton/enums/index.js +8 -0
- package/dist/module/components/SelectButton/enums/index.js.map +1 -0
- package/dist/module/components/SelectButton/index.js +106 -0
- package/dist/module/components/SelectButton/index.js.map +1 -0
- package/dist/module/components/SelectButton/types.js +4 -0
- package/dist/module/components/SelectButton/types.js.map +1 -0
- package/dist/module/components/TextInput/assets/class-variants.js +67 -0
- package/dist/module/components/TextInput/assets/class-variants.js.map +1 -0
- package/dist/module/components/TextInput/enums.js +8 -0
- package/dist/module/components/TextInput/enums.js.map +1 -0
- package/dist/module/components/TextInput/index.js +118 -0
- package/dist/module/components/TextInput/index.js.map +1 -0
- package/dist/module/components/TextInput/types.js +4 -0
- package/dist/module/components/TextInput/types.js.map +1 -0
- package/dist/module/components/Title/components/icon/index.js +2 -1
- package/dist/module/components/Title/components/icon/index.js.map +1 -1
- package/dist/module/components/Title/components/icon/types.js.map +1 -1
- package/dist/module/components/Title/components/marker/index.js +4 -3
- package/dist/module/components/Title/components/marker/index.js.map +1 -1
- package/dist/module/components/Title/components/marker/types.js +2 -0
- package/dist/module/components/Title/index.js +8 -7
- package/dist/module/components/Title/index.js.map +1 -1
- package/dist/module/components/Toast/assets/class-variants.js +29 -0
- package/dist/module/components/Toast/assets/class-variants.js.map +1 -0
- package/dist/module/components/Toast/enums/index.js +5 -0
- package/dist/module/components/Toast/enums/index.js.map +1 -0
- package/dist/module/components/Toast/enums/position.js +8 -0
- package/dist/module/components/Toast/enums/position.js.map +1 -0
- package/dist/module/components/Toast/enums/variant.js +9 -0
- package/dist/module/components/Toast/enums/variant.js.map +1 -0
- package/dist/module/components/Toast/index.js +102 -0
- package/dist/module/components/Toast/index.js.map +1 -0
- package/dist/module/components/Toast/types.js +4 -0
- package/dist/module/components/Toast/types.js.map +1 -0
- package/dist/module/components/Tooltip/assets/class-variant.js +21 -0
- package/dist/module/components/Tooltip/assets/class-variant.js.map +1 -0
- package/dist/module/components/Tooltip/components/Content/index.js +78 -0
- package/dist/module/components/Tooltip/components/Content/index.js.map +1 -0
- package/dist/module/components/Tooltip/components/Content/types.js +4 -0
- package/dist/module/components/Tooltip/components/Content/types.js.map +1 -0
- package/dist/module/components/Tooltip/components/index.js +4 -0
- package/dist/module/components/Tooltip/components/index.js.map +1 -0
- package/dist/module/components/Tooltip/enum/index.js +14 -0
- package/dist/module/components/Tooltip/enum/index.js.map +1 -0
- package/dist/module/components/Tooltip/hooks/index.js +4 -0
- package/dist/module/components/Tooltip/hooks/index.js.map +1 -0
- package/dist/module/components/Tooltip/hooks/tooltip-position.js +62 -0
- package/dist/module/components/Tooltip/hooks/tooltip-position.js.map +1 -0
- package/dist/module/components/Tooltip/index.js +39 -0
- package/dist/module/components/Tooltip/index.js.map +1 -0
- package/dist/module/components/Tooltip/types.js +4 -0
- package/dist/module/components/Tooltip/types.js.map +1 -0
- package/dist/module/components/Typography/assets/class-variants.js +1 -1
- package/dist/module/components/Typography/assets/class-variants.js.map +1 -1
- package/dist/module/components/index.js +17 -4
- package/dist/module/components/index.js.map +1 -1
- package/dist/module/enums/corners.js +10 -0
- package/dist/module/enums/corners.js.map +1 -0
- package/dist/module/enums/index.js +5 -0
- package/dist/module/enums/index.js.map +1 -0
- package/dist/module/enums/size.js +14 -0
- package/dist/module/enums/size.js.map +1 -0
- package/dist/module/index.js +1 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/storybook-utils/components/CodeBlock/index.js +44 -0
- package/dist/module/storybook-utils/components/CodeBlock/index.js.map +1 -0
- package/dist/module/storybook-utils/components/CodeBlock/types.js +2 -0
- package/dist/module/storybook-utils/components/CodeBlock/types.js.map +1 -0
- package/dist/module/storybook-utils/components/index.js +14 -0
- package/dist/module/storybook-utils/components/index.js.map +1 -0
- package/dist/module/storybook-utils/index.js +11 -0
- package/dist/module/storybook-utils/index.js.map +1 -0
- package/dist/module/styles/index.js +4 -0
- package/dist/module/styles/index.js.map +1 -0
- package/dist/module/styles/mixins/index.js +4 -0
- package/dist/module/styles/mixins/index.js.map +1 -0
- package/dist/module/styles/mixins/shadows/elevation-down-100.js +4 -0
- package/dist/module/styles/mixins/shadows/elevation-down-100.js.map +1 -0
- package/dist/module/styles/mixins/shadows/elevation-down-200.js +4 -0
- package/dist/module/styles/mixins/shadows/elevation-down-200.js.map +1 -0
- package/dist/module/styles/mixins/shadows/elevation-down-300.js +4 -0
- package/dist/module/styles/mixins/shadows/elevation-down-300.js.map +1 -0
- package/dist/module/styles/mixins/shadows/elevation-up-100.js +4 -0
- package/dist/module/styles/mixins/shadows/elevation-up-100.js.map +1 -0
- package/dist/module/styles/mixins/shadows/elevation-up-200.js +4 -0
- package/dist/module/styles/mixins/shadows/elevation-up-200.js.map +1 -0
- package/dist/module/styles/mixins/shadows/elevation-up-300.js +4 -0
- package/dist/module/styles/mixins/shadows/elevation-up-300.js.map +1 -0
- package/dist/module/styles/mixins/shadows/index.js +9 -0
- package/dist/module/styles/mixins/shadows/index.js.map +1 -0
- package/dist/typescript/components/Avatar/assets/class-variants.d.ts +5 -0
- package/dist/typescript/components/Avatar/index.d.ts +2 -0
- package/dist/typescript/components/Avatar/types.d.ts +7 -0
- package/dist/typescript/components/Button/assets/class-variants.d.ts +3 -2
- package/dist/typescript/components/Button/index.d.ts +2 -1
- package/dist/typescript/components/Button/types.d.ts +3 -2
- package/dist/typescript/components/ChatBubble/assets/class-variants.d.ts +7 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleContent/index.d.ts +6 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleContent/types.d.ts +5 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleEar/index.d.ts +8 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleLoading/index.d.ts +9 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleSeal/index.d.ts +3 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleSeal/types.d.ts +4 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleText/index.d.ts +6 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleText/types.d.ts +4 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleTime/index.d.ts +6 -0
- package/dist/typescript/components/ChatBubble/components/ChatBubbleTime/types.d.ts +5 -0
- package/dist/typescript/components/ChatBubble/components/index.d.ts +6 -0
- package/dist/typescript/components/ChatBubble/context.d.ts +8 -0
- package/dist/typescript/components/ChatBubble/index.d.ts +12 -0
- package/dist/typescript/components/ChatBubble/types.d.ts +14 -0
- package/dist/typescript/components/{InputCheckbox → CheckboxInput}/assets/class-variants.d.ts +1 -1
- package/dist/typescript/components/{InputCheckbox → CheckboxInput}/icons/CheckIcon/index.d.ts +1 -1
- package/dist/typescript/components/{InputCheckbox → CheckboxInput}/icons/IndeterminateIcon/index.d.ts +1 -1
- package/dist/typescript/components/CheckboxInput/index.d.ts +2 -0
- package/dist/typescript/components/{InputCheckbox → CheckboxInput}/types.d.ts +3 -2
- package/dist/typescript/components/Chip/assets/class-variants.d.ts +1 -1
- package/dist/typescript/components/Chip/enums/index.d.ts +0 -1
- package/dist/typescript/components/Chip/index.d.ts +1 -1
- package/dist/typescript/components/Chip/types.d.ts +3 -2
- package/dist/typescript/components/HighlightedText/index.d.ts +1 -1
- package/dist/typescript/components/InformationStatus/components/GradientAdd/index.d.ts +1 -1
- package/dist/typescript/components/InformationStatus/components/GradientAlert/index.d.ts +1 -1
- package/dist/typescript/components/InformationStatus/components/GradientCheck/index.d.ts +1 -1
- package/dist/typescript/components/InformationStatus/components/GradientClose/index.d.ts +1 -1
- package/dist/typescript/components/InformationStatus/index.d.ts +1 -1
- package/dist/typescript/components/InformationStatus/types.d.ts +3 -1
- package/dist/typescript/components/ListButton/assets/class-variants.d.ts +14 -0
- package/dist/typescript/components/ListButton/enums/icon-color.d.ts +10 -0
- package/dist/typescript/components/ListButton/enums/index.d.ts +2 -0
- package/dist/typescript/components/ListButton/enums/variant.d.ts +9 -0
- package/dist/typescript/components/ListButton/index.d.ts +2 -0
- package/dist/typescript/components/ListButton/types.d.ts +17 -0
- package/dist/typescript/components/LoadingDots/index.d.ts +1 -1
- package/dist/typescript/components/OtpInput/assets/class-variant.d.ts +5 -0
- package/dist/typescript/components/{InputOTP → OtpInput}/components/InformationStatus/index.d.ts +1 -1
- package/dist/typescript/components/OtpInput/index.d.ts +3 -0
- package/dist/typescript/components/{InputOTP → OtpInput}/types.d.ts +2 -1
- package/dist/typescript/components/RadioInput/assets/class-variants.d.ts +6 -0
- package/dist/typescript/components/RadioInput/enums/index.d.ts +9 -0
- package/dist/typescript/components/RadioInput/index.d.ts +2 -0
- package/dist/typescript/components/RadioInput/types.d.ts +8 -0
- package/dist/typescript/components/Seal/assets/class-variants.d.ts +3 -2
- package/dist/typescript/components/Seal/components/AddIcon/index.d.ts +1 -1
- package/dist/typescript/components/Seal/components/AlertIcon/index.d.ts +1 -1
- package/dist/typescript/components/Seal/components/ErrorIcon/index.d.ts +1 -1
- package/dist/typescript/components/Seal/components/LeftIcon/index.d.ts +1 -1
- package/dist/typescript/components/Seal/components/MinusIcon/index.d.ts +1 -1
- package/dist/typescript/components/Seal/components/RightIcon/index.d.ts +1 -1
- package/dist/typescript/components/Seal/components/SuccessIcon/index.d.ts +1 -1
- package/dist/typescript/components/Seal/types.d.ts +3 -1
- package/dist/typescript/components/SelectButton/assets/class-variants.d.ts +7 -0
- package/dist/typescript/components/SelectButton/enums/index.d.ts +4 -0
- package/dist/typescript/components/SelectButton/index.d.ts +2 -0
- package/dist/typescript/components/SelectButton/types.d.ts +17 -0
- package/dist/typescript/components/TextInput/assets/class-variants.d.ts +15 -0
- package/dist/typescript/components/TextInput/enums.d.ts +4 -0
- package/dist/typescript/components/TextInput/index.d.ts +6 -0
- package/dist/typescript/components/TextInput/types.d.ts +18 -0
- package/dist/typescript/components/Title/components/icon/index.d.ts +1 -1
- package/dist/typescript/components/Title/components/icon/types.d.ts +3 -1
- package/dist/typescript/components/Title/components/marker/index.d.ts +1 -1
- package/dist/typescript/components/Title/components/marker/types.d.ts +3 -1
- package/dist/typescript/components/Title/index.d.ts +1 -1
- package/dist/typescript/components/Title/types.d.ts +3 -1
- package/dist/typescript/components/Toast/assets/class-variants.d.ts +8 -0
- package/dist/typescript/components/Toast/enums/index.d.ts +2 -0
- package/dist/typescript/components/Toast/enums/position.d.ts +4 -0
- package/dist/typescript/components/Toast/enums/variant.d.ts +5 -0
- package/dist/typescript/components/Toast/index.d.ts +2 -0
- package/dist/typescript/components/Toast/types.d.ts +11 -0
- package/dist/typescript/components/Toggle/index.d.ts +1 -1
- package/dist/typescript/components/Tooltip/assets/class-variant.d.ts +7 -0
- package/dist/typescript/components/Tooltip/components/Content/index.d.ts +2 -0
- package/dist/typescript/components/Tooltip/components/Content/types.d.ts +13 -0
- package/dist/typescript/components/Tooltip/components/index.d.ts +1 -0
- package/dist/typescript/components/Tooltip/enum/index.d.ts +9 -0
- package/dist/typescript/components/Tooltip/hooks/index.d.ts +1 -0
- package/dist/typescript/components/Tooltip/hooks/tooltip-position.d.ts +17 -0
- package/dist/typescript/components/Tooltip/index.d.ts +2 -0
- package/dist/typescript/components/Tooltip/types.d.ts +12 -0
- package/dist/typescript/components/index.d.ts +26 -6
- package/dist/typescript/enums/corners.d.ts +6 -0
- package/dist/typescript/enums/index.d.ts +2 -0
- package/dist/typescript/enums/size.d.ts +10 -0
- package/dist/typescript/iconography/Icons/index.d.ts +2 -1
- package/dist/typescript/index.d.ts +1 -0
- package/dist/typescript/storybook-utils/components/CodeBlock/index.d.ts +4 -0
- package/dist/typescript/storybook-utils/components/CodeBlock/types.d.ts +6 -0
- package/dist/typescript/storybook-utils/components/index.d.ts +11 -0
- package/dist/typescript/storybook-utils/index.d.ts +7 -0
- package/dist/typescript/styles/index.d.ts +1 -0
- package/dist/typescript/styles/mixins/index.d.ts +1 -0
- package/dist/typescript/styles/mixins/shadows/elevation-down-100.d.ts +1 -0
- package/dist/typescript/styles/mixins/shadows/elevation-down-200.d.ts +1 -0
- package/dist/typescript/styles/mixins/shadows/elevation-down-300.d.ts +1 -0
- package/dist/typescript/styles/mixins/shadows/elevation-up-100.d.ts +1 -0
- package/dist/typescript/styles/mixins/shadows/elevation-up-200.d.ts +1 -0
- package/dist/typescript/styles/mixins/shadows/elevation-up-300.d.ts +1 -0
- package/dist/typescript/styles/mixins/shadows/index.d.ts +6 -0
- package/package.json +38 -60
- package/src/components/Avatar/assets/class-variants.ts +23 -0
- package/src/components/Avatar/images/girl.jpg +0 -0
- package/src/components/Avatar/index.tsx +119 -0
- package/src/components/Avatar/types.ts +15 -0
- package/src/components/Button/assets/class-variants.ts +8 -7
- package/src/components/Button/index.tsx +8 -7
- package/src/components/Button/types.ts +3 -2
- package/src/components/ChatBubble/assets/class-variants.ts +75 -0
- package/src/components/ChatBubble/components/ChatBubbleContent/index.tsx +24 -0
- package/src/components/ChatBubble/components/ChatBubbleContent/types.ts +6 -0
- package/src/components/ChatBubble/components/ChatBubbleEar/index.tsx +40 -0
- package/src/components/ChatBubble/components/ChatBubbleLoading/index.tsx +25 -0
- package/src/components/ChatBubble/components/ChatBubbleSeal/index.tsx +36 -0
- package/src/components/ChatBubble/components/ChatBubbleSeal/types.ts +5 -0
- package/src/components/ChatBubble/components/ChatBubbleText/index.tsx +35 -0
- package/src/components/ChatBubble/components/ChatBubbleText/types.ts +6 -0
- package/src/components/ChatBubble/components/ChatBubbleTime/index.tsx +34 -0
- package/src/components/ChatBubble/components/ChatBubbleTime/types.ts +6 -0
- package/src/components/ChatBubble/components/index.ts +6 -0
- package/src/components/ChatBubble/context.tsx +26 -0
- package/src/components/ChatBubble/index.tsx +112 -0
- package/src/components/ChatBubble/types.ts +17 -0
- package/src/components/{InputCheckbox → CheckboxInput}/assets/class-variants.ts +1 -1
- package/src/components/{InputCheckbox → CheckboxInput}/index.tsx +10 -8
- package/src/components/{InputCheckbox → CheckboxInput}/types.ts +3 -2
- package/src/components/Chip/enums/index.ts +0 -1
- package/src/components/Chip/index.tsx +5 -3
- package/src/components/Chip/types.ts +3 -2
- package/src/components/InformationStatus/index.tsx +14 -7
- package/src/components/InformationStatus/types.ts +7 -1
- package/src/components/ListButton/assets/class-variants.ts +87 -0
- package/src/components/ListButton/enums/icon-color.ts +10 -0
- package/src/components/ListButton/enums/index.ts +2 -0
- package/src/components/ListButton/enums/variant.ts +9 -0
- package/src/components/ListButton/index.tsx +124 -0
- package/src/components/ListButton/types.ts +20 -0
- package/src/components/LoadingDots/index.tsx +0 -1
- package/src/components/OtpInput/assets/class-variant.ts +21 -0
- package/src/components/{InputOTP → OtpInput}/components/InformationStatus/index.tsx +5 -4
- package/src/components/{InputOTP → OtpInput}/index.tsx +7 -9
- package/src/components/{InputOTP → OtpInput}/types.ts +2 -1
- package/src/components/RadioInput/assets/class-variants.ts +112 -0
- package/src/components/RadioInput/enums/index.ts +9 -0
- package/src/components/RadioInput/index.tsx +36 -0
- package/src/components/RadioInput/types.ts +9 -0
- package/src/components/Seal/assets/class-variants.ts +3 -2
- package/src/components/Seal/components/AddIcon/index.tsx +7 -3
- package/src/components/Seal/components/AlertIcon/index.tsx +7 -3
- package/src/components/Seal/components/ErrorIcon/index.tsx +7 -3
- package/src/components/Seal/components/LeftIcon/index.tsx +7 -3
- package/src/components/Seal/components/MinusIcon/index.tsx +7 -3
- package/src/components/Seal/components/RightIcon/index.tsx +7 -3
- package/src/components/Seal/components/SuccessIcon/index.tsx +7 -3
- package/src/components/Seal/index.tsx +4 -1
- package/src/components/Seal/types.ts +4 -2
- package/src/components/SelectButton/assets/class-variants.ts +28 -0
- package/src/components/SelectButton/enums/index.ts +4 -0
- package/src/components/SelectButton/index.tsx +133 -0
- package/src/components/SelectButton/types.ts +20 -0
- package/src/components/TextInput/assets/class-variants.ts +74 -0
- package/src/components/TextInput/enums.ts +4 -0
- package/src/components/TextInput/index.tsx +145 -0
- package/src/components/TextInput/types.ts +24 -0
- package/src/components/Title/components/icon/index.tsx +2 -1
- package/src/components/Title/components/icon/types.ts +6 -1
- package/src/components/Title/components/marker/index.tsx +4 -3
- package/src/components/Title/components/marker/types.ts +5 -1
- package/src/components/Title/index.tsx +8 -7
- package/src/components/Title/types.ts +11 -1
- package/src/components/Toast/assets/class-variants.ts +32 -0
- package/src/components/Toast/enums/index.ts +2 -0
- package/src/components/Toast/enums/position.ts +4 -0
- package/src/components/Toast/enums/variant.ts +5 -0
- package/src/components/Toast/index.tsx +102 -0
- package/src/components/Toast/types.ts +12 -0
- package/src/components/Tooltip/assets/class-variant.ts +26 -0
- package/src/components/Tooltip/components/Content/index.tsx +93 -0
- package/src/components/Tooltip/components/Content/types.ts +14 -0
- package/src/components/Tooltip/components/index.ts +1 -0
- package/src/components/Tooltip/enum/index.ts +10 -0
- package/src/components/Tooltip/hooks/index.ts +1 -0
- package/src/components/Tooltip/hooks/tooltip-position.ts +85 -0
- package/src/components/Tooltip/index.tsx +38 -0
- package/src/components/Tooltip/types.ts +13 -0
- package/src/components/Typography/assets/class-variants.ts +1 -1
- package/src/components/index.ts +33 -6
- package/src/enums/corners.ts +6 -0
- package/src/enums/index.ts +2 -0
- package/src/enums/size.ts +10 -0
- package/src/index.ts +1 -0
- package/src/storybook-utils/components/CodeBlock/index.tsx +46 -0
- package/src/storybook-utils/components/CodeBlock/types.ts +6 -0
- package/src/storybook-utils/components/index.ts +12 -0
- package/src/storybook-utils/index.ts +8 -0
- package/src/styles/index.ts +1 -0
- package/src/styles/mixins/index.ts +1 -0
- package/src/styles/mixins/shadows/elevation-down-100.tsx +2 -0
- package/src/styles/mixins/shadows/elevation-down-200.tsx +2 -0
- package/src/styles/mixins/shadows/elevation-down-300.tsx +2 -0
- package/src/styles/mixins/shadows/elevation-up-100.tsx +2 -0
- package/src/styles/mixins/shadows/elevation-up-200.tsx +2 -0
- package/src/styles/mixins/shadows/elevation-up-300.tsx +2 -0
- package/src/styles/mixins/shadows/index.ts +6 -0
- package/dist/README.md +0 -57
- package/dist/commonjs/components/Chip/enums/chip-size.js +0 -12
- package/dist/commonjs/components/Chip/enums/chip-size.js.map +0 -1
- package/dist/commonjs/components/InputCheckbox/index.js.map +0 -1
- package/dist/commonjs/components/InputOTP/components/InformationStatus/index.js.map +0 -1
- package/dist/commonjs/components/InputOTP/index.js.map +0 -1
- package/dist/commonjs/hooks/index.js.map +0 -1
- package/dist/commonjs/hooks/use-fonts.js +0 -39
- package/dist/commonjs/hooks/use-fonts.js.map +0 -1
- package/dist/module/components/Chip/enums/chip-size.js +0 -8
- package/dist/module/components/Chip/enums/chip-size.js.map +0 -1
- package/dist/module/components/InputCheckbox/index.js.map +0 -1
- package/dist/module/components/InputOTP/components/InformationStatus/index.js.map +0 -1
- package/dist/module/components/InputOTP/index.js.map +0 -1
- package/dist/module/hooks/index.js +0 -4
- package/dist/module/hooks/index.js.map +0 -1
- package/dist/module/hooks/use-fonts.js +0 -35
- package/dist/module/hooks/use-fonts.js.map +0 -1
- package/dist/package.json +0 -56
- package/dist/typescript/components/Chip/enums/chip-size.d.ts +0 -4
- package/dist/typescript/components/InputCheckbox/index.d.ts +0 -2
- package/dist/typescript/components/InputOTP/index.d.ts +0 -3
- package/dist/typescript/hooks/index.d.ts +0 -1
- package/dist/typescript/hooks/use-fonts.d.ts +0 -10
- package/index.js +0 -6
- package/src/components/Button/index.stories.tsx +0 -407
- package/src/components/Chip/enums/chip-size.ts +0 -4
- package/src/components/Chip/index.stories.tsx +0 -95
- package/src/components/HighlightedText/index.stories.tsx +0 -209
- package/src/components/InformationStatus/index.stories.tsx +0 -112
- package/src/components/InputCheckbox/index.stories.tsx +0 -133
- package/src/components/InputOTP/index.stories.tsx +0 -256
- package/src/components/LoadingDots/index.stories.tsx +0 -74
- package/src/components/Seal/index.stories.tsx +0 -124
- package/src/components/Title/index.stories.tsx +0 -729
- package/src/components/Toggle/index.stories.tsx +0 -88
- package/src/components/Typography/index.stories.tsx +0 -218
- package/src/hooks/index.ts +0 -1
- package/src/hooks/use-fonts.ts +0 -30
- package/src/iconography/Icons/index.stories.tsx +0 -23
- /package/dist/commonjs/components/{InputCheckbox → Avatar}/types.js +0 -0
- /package/dist/commonjs/components/{InputOTP/components/InformationStatus → ChatBubble/components/ChatBubbleContent}/types.js +0 -0
- /package/dist/commonjs/components/{InputOTP → ChatBubble/components/ChatBubbleSeal}/types.js +0 -0
- /package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/enums/checkbox-variant.js +0 -0
- /package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/enums/index.js +0 -0
- /package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/enums/select-variant.js +0 -0
- /package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/icons/CheckIcon/index.js +0 -0
- /package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/icons/IndeterminateIcon/index.js +0 -0
- /package/dist/commonjs/components/{InputCheckbox → CheckboxInput}/icons/index.js +0 -0
- /package/dist/commonjs/components/{InputOTP → OtpInput}/components/index.js +0 -0
- /package/dist/commonjs/components/{InputOTP → OtpInput}/enums/index.js +0 -0
- /package/dist/module/components/{InputCheckbox → Avatar}/types.js +0 -0
- /package/dist/module/components/{InputOTP/components/InformationStatus → ChatBubble/components/ChatBubbleContent}/types.js +0 -0
- /package/dist/module/components/{InputOTP → ChatBubble/components/ChatBubbleSeal}/types.js +0 -0
- /package/dist/module/components/{InputCheckbox → CheckboxInput}/enums/checkbox-variant.js +0 -0
- /package/dist/module/components/{InputCheckbox → CheckboxInput}/enums/index.js +0 -0
- /package/dist/module/components/{InputCheckbox → CheckboxInput}/enums/select-variant.js +0 -0
- /package/dist/module/components/{InputCheckbox → CheckboxInput}/icons/CheckIcon/index.js +0 -0
- /package/dist/module/components/{InputCheckbox → CheckboxInput}/icons/IndeterminateIcon/index.js +0 -0
- /package/dist/module/components/{InputCheckbox → CheckboxInput}/icons/index.js +0 -0
- /package/dist/module/components/{InputOTP → OtpInput}/components/index.js +0 -0
- /package/dist/module/components/{InputOTP → OtpInput}/enums/index.js +0 -0
- /package/dist/typescript/components/{InputCheckbox → CheckboxInput}/enums/checkbox-variant.d.ts +0 -0
- /package/dist/typescript/components/{InputCheckbox → CheckboxInput}/enums/index.d.ts +0 -0
- /package/dist/typescript/components/{InputCheckbox → CheckboxInput}/enums/select-variant.d.ts +0 -0
- /package/dist/typescript/components/{InputCheckbox → CheckboxInput}/icons/index.d.ts +0 -0
- /package/dist/typescript/components/{InputOTP → OtpInput}/components/InformationStatus/types.d.ts +0 -0
- /package/dist/typescript/components/{InputOTP → OtpInput}/components/index.d.ts +0 -0
- /package/dist/typescript/components/{InputOTP → OtpInput}/enums/index.d.ts +0 -0
- /package/src/components/{InputCheckbox → CheckboxInput}/enums/checkbox-variant.ts +0 -0
- /package/src/components/{InputCheckbox → CheckboxInput}/enums/index.ts +0 -0
- /package/src/components/{InputCheckbox → CheckboxInput}/enums/select-variant.ts +0 -0
- /package/src/components/{InputCheckbox → CheckboxInput}/icons/CheckIcon/index.tsx +0 -0
- /package/src/components/{InputCheckbox → CheckboxInput}/icons/IndeterminateIcon/index.tsx +0 -0
- /package/src/components/{InputCheckbox → CheckboxInput}/icons/index.ts +0 -0
- /package/src/components/{InputOTP → OtpInput}/components/InformationStatus/types.ts +0 -0
- /package/src/components/{InputOTP → OtpInput}/components/index.ts +0 -0
- /package/src/components/{InputOTP → OtpInput}/enums/index.ts +0 -0
|
@@ -1,729 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react-native";
|
|
2
|
-
import { Title } from "./index";
|
|
3
|
-
import { GradientDocLab200BasicPink } from "@kivid/icons/native";
|
|
4
|
-
|
|
5
|
-
import { View } from "react-native";
|
|
6
|
-
import { HighlightedText } from "../HighlightedText";
|
|
7
|
-
import { IconVariants } from "./components/icon/types";
|
|
8
|
-
|
|
9
|
-
const meta = {
|
|
10
|
-
title: "Components/Title",
|
|
11
|
-
component: Title,
|
|
12
|
-
parameters: {
|
|
13
|
-
layout: "centered",
|
|
14
|
-
docs: {
|
|
15
|
-
description: {
|
|
16
|
-
component:
|
|
17
|
-
"Title component with multiple variants, sizes, and states matching the Figma design system.",
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
},
|
|
21
|
-
tags: ["autodocs"],
|
|
22
|
-
args: {
|
|
23
|
-
children: "Default Title",
|
|
24
|
-
head: <Title.Marker />,
|
|
25
|
-
},
|
|
26
|
-
} satisfies Meta<typeof Title>;
|
|
27
|
-
|
|
28
|
-
export default meta;
|
|
29
|
-
type Story = StoryObj<typeof meta>;
|
|
30
|
-
|
|
31
|
-
export const WithMarker: Story = {
|
|
32
|
-
render: () => (
|
|
33
|
-
<View className="flex items-center">
|
|
34
|
-
<Title head={<Title.Marker />}>
|
|
35
|
-
<HighlightedText text="Title" highlightText="with marker" />
|
|
36
|
-
</Title>
|
|
37
|
-
</View>
|
|
38
|
-
),
|
|
39
|
-
parameters: {
|
|
40
|
-
docs: {
|
|
41
|
-
description: {
|
|
42
|
-
story: "Title with Marker with default value.",
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
export const WithIcon: Story = {
|
|
49
|
-
render: () => (
|
|
50
|
-
<View className="flex items-center">
|
|
51
|
-
<Title head={<Title.Icon variants={IconVariants.WARNING} />}>
|
|
52
|
-
<HighlightedText text="Warning" highlightText="icon" />
|
|
53
|
-
</Title>
|
|
54
|
-
</View>
|
|
55
|
-
),
|
|
56
|
-
parameters: {
|
|
57
|
-
docs: {
|
|
58
|
-
description: {
|
|
59
|
-
story: "Title with Icon with default value.",
|
|
60
|
-
},
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export const WithCustomIcon: Story = {
|
|
66
|
-
render: () => {
|
|
67
|
-
return (
|
|
68
|
-
<View className="flex items-center">
|
|
69
|
-
<Title
|
|
70
|
-
head={
|
|
71
|
-
<Title.Icon
|
|
72
|
-
size="medium"
|
|
73
|
-
variants={IconVariants.CUSTOM}
|
|
74
|
-
customIcon={<GradientDocLab200BasicPink size={48} />}
|
|
75
|
-
/>
|
|
76
|
-
}
|
|
77
|
-
>
|
|
78
|
-
<HighlightedText
|
|
79
|
-
text="Custom"
|
|
80
|
-
highlightText="icon"
|
|
81
|
-
variant="headline_large"
|
|
82
|
-
weight="400"
|
|
83
|
-
highlightedTextProps={{
|
|
84
|
-
variant: "headline_large",
|
|
85
|
-
weight: "700",
|
|
86
|
-
}}
|
|
87
|
-
/>
|
|
88
|
-
</Title>
|
|
89
|
-
</View>
|
|
90
|
-
);
|
|
91
|
-
},
|
|
92
|
-
parameters: {
|
|
93
|
-
docs: {
|
|
94
|
-
description: {
|
|
95
|
-
story: "Title with Icon receives a config to render a custom icon.",
|
|
96
|
-
},
|
|
97
|
-
},
|
|
98
|
-
},
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export const Large2X: Story = {
|
|
102
|
-
render: () => {
|
|
103
|
-
function renderContent() {
|
|
104
|
-
return (
|
|
105
|
-
<>
|
|
106
|
-
<HighlightedText
|
|
107
|
-
text="Sub"
|
|
108
|
-
highlightText="highlight"
|
|
109
|
-
variant="headline_large"
|
|
110
|
-
weight="400"
|
|
111
|
-
highlightedTextProps={{
|
|
112
|
-
variant: "headline_large",
|
|
113
|
-
weight: "700",
|
|
114
|
-
}}
|
|
115
|
-
/>
|
|
116
|
-
<HighlightedText
|
|
117
|
-
text="Sub"
|
|
118
|
-
highlightText="highlight"
|
|
119
|
-
variant="headline_large"
|
|
120
|
-
weight="400"
|
|
121
|
-
highlightedTextProps={{
|
|
122
|
-
variant: "headline_large",
|
|
123
|
-
weight: "700",
|
|
124
|
-
}}
|
|
125
|
-
/>
|
|
126
|
-
<HighlightedText
|
|
127
|
-
text="Curabitur blandit tempus porttitor."
|
|
128
|
-
className="mt-400"
|
|
129
|
-
/>
|
|
130
|
-
<HighlightedText
|
|
131
|
-
text="Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis."
|
|
132
|
-
className="mt-400"
|
|
133
|
-
/>
|
|
134
|
-
</>
|
|
135
|
-
);
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
return (
|
|
139
|
-
<View className="flex items-center gap-700">
|
|
140
|
-
<Title
|
|
141
|
-
variant="2xlarge"
|
|
142
|
-
head={<Title.Icon size="large" variants={IconVariants.SUCCESS} />}
|
|
143
|
-
>
|
|
144
|
-
{renderContent()}
|
|
145
|
-
</Title>
|
|
146
|
-
|
|
147
|
-
<Title
|
|
148
|
-
variant="2xlarge"
|
|
149
|
-
head={<Title.Marker size="medium" color="chia" />}
|
|
150
|
-
>
|
|
151
|
-
{renderContent()}
|
|
152
|
-
</Title>
|
|
153
|
-
</View>
|
|
154
|
-
);
|
|
155
|
-
},
|
|
156
|
-
parameters: {
|
|
157
|
-
docs: {
|
|
158
|
-
description: {
|
|
159
|
-
story: "Title 2x large with Heading, subtitle and multiples texts",
|
|
160
|
-
},
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
};
|
|
164
|
-
|
|
165
|
-
export const LargeX: Story = {
|
|
166
|
-
render: () => {
|
|
167
|
-
function renderContent() {
|
|
168
|
-
return (
|
|
169
|
-
<>
|
|
170
|
-
<HighlightedText
|
|
171
|
-
text="Sub"
|
|
172
|
-
highlightText="highlight"
|
|
173
|
-
variant="headline_medium"
|
|
174
|
-
weight="400"
|
|
175
|
-
highlightedTextProps={{
|
|
176
|
-
variant: "headline_medium",
|
|
177
|
-
weight: "700",
|
|
178
|
-
}}
|
|
179
|
-
/>
|
|
180
|
-
<HighlightedText
|
|
181
|
-
text="Sub"
|
|
182
|
-
highlightText="highlight"
|
|
183
|
-
variant="headline_medium"
|
|
184
|
-
weight="400"
|
|
185
|
-
highlightedTextProps={{
|
|
186
|
-
variant: "headline_medium",
|
|
187
|
-
weight: "700",
|
|
188
|
-
}}
|
|
189
|
-
/>
|
|
190
|
-
<HighlightedText
|
|
191
|
-
text="Curabitur blandit tempus porttitor."
|
|
192
|
-
variant="body_medium"
|
|
193
|
-
weight="500"
|
|
194
|
-
className="mt-400"
|
|
195
|
-
/>
|
|
196
|
-
<HighlightedText
|
|
197
|
-
text="Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis."
|
|
198
|
-
variant="body_medium"
|
|
199
|
-
weight="500"
|
|
200
|
-
className="mt-400"
|
|
201
|
-
/>
|
|
202
|
-
</>
|
|
203
|
-
);
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
return (
|
|
207
|
-
<View className="flex items-center gap-700">
|
|
208
|
-
<Title
|
|
209
|
-
variant="xlarge"
|
|
210
|
-
head={<Title.Icon size="large" variants={IconVariants.SUCCESS} />}
|
|
211
|
-
>
|
|
212
|
-
{renderContent()}
|
|
213
|
-
</Title>
|
|
214
|
-
|
|
215
|
-
<Title
|
|
216
|
-
variant="xlarge"
|
|
217
|
-
head={<Title.Marker size="medium" color="chia" />}
|
|
218
|
-
>
|
|
219
|
-
{renderContent()}
|
|
220
|
-
</Title>
|
|
221
|
-
</View>
|
|
222
|
-
);
|
|
223
|
-
},
|
|
224
|
-
parameters: {
|
|
225
|
-
docs: {
|
|
226
|
-
description: {
|
|
227
|
-
story: "Title x large with Heading, subtitle and multiples texts",
|
|
228
|
-
},
|
|
229
|
-
},
|
|
230
|
-
},
|
|
231
|
-
};
|
|
232
|
-
|
|
233
|
-
export const Large: Story = {
|
|
234
|
-
render: () => {
|
|
235
|
-
function renderContent() {
|
|
236
|
-
return (
|
|
237
|
-
<>
|
|
238
|
-
<HighlightedText
|
|
239
|
-
text="Sub"
|
|
240
|
-
highlightText="highlight"
|
|
241
|
-
variant="headline_small"
|
|
242
|
-
weight="400"
|
|
243
|
-
highlightedTextProps={{
|
|
244
|
-
variant: "headline_small",
|
|
245
|
-
weight: "700",
|
|
246
|
-
}}
|
|
247
|
-
/>
|
|
248
|
-
<HighlightedText
|
|
249
|
-
text="Sub"
|
|
250
|
-
highlightText="highlight"
|
|
251
|
-
variant="headline_small"
|
|
252
|
-
weight="400"
|
|
253
|
-
highlightedTextProps={{
|
|
254
|
-
variant: "headline_small",
|
|
255
|
-
weight: "700",
|
|
256
|
-
}}
|
|
257
|
-
/>
|
|
258
|
-
<HighlightedText
|
|
259
|
-
text="Curabitur blandit tempus porttitor."
|
|
260
|
-
variant="body_medium"
|
|
261
|
-
weight="500"
|
|
262
|
-
className="mt-400"
|
|
263
|
-
/>
|
|
264
|
-
<HighlightedText
|
|
265
|
-
text="Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis."
|
|
266
|
-
variant="body_medium"
|
|
267
|
-
weight="500"
|
|
268
|
-
className="mt-400"
|
|
269
|
-
/>
|
|
270
|
-
</>
|
|
271
|
-
);
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
return (
|
|
275
|
-
<View className="flex items-center gap-700">
|
|
276
|
-
<Title
|
|
277
|
-
variant="large"
|
|
278
|
-
head={<Title.Icon variants={IconVariants.SUCCESS} />}
|
|
279
|
-
>
|
|
280
|
-
{renderContent()}
|
|
281
|
-
</Title>
|
|
282
|
-
|
|
283
|
-
<Title variant="large" head={<Title.Marker color="chia" />}>
|
|
284
|
-
{renderContent()}
|
|
285
|
-
</Title>
|
|
286
|
-
</View>
|
|
287
|
-
);
|
|
288
|
-
},
|
|
289
|
-
parameters: {
|
|
290
|
-
docs: {
|
|
291
|
-
description: {
|
|
292
|
-
story: "Title large with Heading, subtitle and multiples texts",
|
|
293
|
-
},
|
|
294
|
-
},
|
|
295
|
-
},
|
|
296
|
-
};
|
|
297
|
-
|
|
298
|
-
export const Medium: Story = {
|
|
299
|
-
render: () => {
|
|
300
|
-
function renderContent() {
|
|
301
|
-
return (
|
|
302
|
-
<>
|
|
303
|
-
<HighlightedText
|
|
304
|
-
text="Sub"
|
|
305
|
-
highlightText="highlight"
|
|
306
|
-
variant="title_large"
|
|
307
|
-
weight="400"
|
|
308
|
-
highlightedTextProps={{
|
|
309
|
-
variant: "title_large",
|
|
310
|
-
weight: "700",
|
|
311
|
-
}}
|
|
312
|
-
/>
|
|
313
|
-
<HighlightedText
|
|
314
|
-
text="Sub"
|
|
315
|
-
highlightText="highlight"
|
|
316
|
-
variant="title_large"
|
|
317
|
-
weight="400"
|
|
318
|
-
highlightedTextProps={{
|
|
319
|
-
variant: "title_large",
|
|
320
|
-
weight: "700",
|
|
321
|
-
}}
|
|
322
|
-
/>
|
|
323
|
-
<HighlightedText
|
|
324
|
-
text="Curabitur blandit tempus porttitor."
|
|
325
|
-
variant="body_medium"
|
|
326
|
-
weight="500"
|
|
327
|
-
className="mt-400"
|
|
328
|
-
/>
|
|
329
|
-
<HighlightedText
|
|
330
|
-
text="Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis."
|
|
331
|
-
variant="body_medium"
|
|
332
|
-
weight="500"
|
|
333
|
-
className="mt-400"
|
|
334
|
-
/>
|
|
335
|
-
</>
|
|
336
|
-
);
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
return (
|
|
340
|
-
<View className="flex items-center gap-700">
|
|
341
|
-
<Title
|
|
342
|
-
variant="medium"
|
|
343
|
-
head={<Title.Icon variants={IconVariants.SUCCESS} />}
|
|
344
|
-
>
|
|
345
|
-
{renderContent()}
|
|
346
|
-
</Title>
|
|
347
|
-
|
|
348
|
-
<Title variant="medium" head={<Title.Marker color="chia" />}>
|
|
349
|
-
{renderContent()}
|
|
350
|
-
</Title>
|
|
351
|
-
</View>
|
|
352
|
-
);
|
|
353
|
-
},
|
|
354
|
-
parameters: {
|
|
355
|
-
docs: {
|
|
356
|
-
description: {
|
|
357
|
-
story: "Title medium with Heading, subtitle and multiples texts",
|
|
358
|
-
},
|
|
359
|
-
},
|
|
360
|
-
},
|
|
361
|
-
};
|
|
362
|
-
|
|
363
|
-
export const Small: Story = {
|
|
364
|
-
render: () => {
|
|
365
|
-
function renderContent() {
|
|
366
|
-
return (
|
|
367
|
-
<>
|
|
368
|
-
<HighlightedText
|
|
369
|
-
text="Sub"
|
|
370
|
-
highlightText="highlight"
|
|
371
|
-
variant="title_medium"
|
|
372
|
-
weight="400"
|
|
373
|
-
highlightedTextProps={{
|
|
374
|
-
variant: "title_medium",
|
|
375
|
-
weight: "700",
|
|
376
|
-
}}
|
|
377
|
-
/>
|
|
378
|
-
<HighlightedText
|
|
379
|
-
text="Sub"
|
|
380
|
-
highlightText="highlight"
|
|
381
|
-
variant="title_medium"
|
|
382
|
-
weight="400"
|
|
383
|
-
highlightedTextProps={{
|
|
384
|
-
variant: "title_medium",
|
|
385
|
-
weight: "700",
|
|
386
|
-
}}
|
|
387
|
-
/>
|
|
388
|
-
<HighlightedText
|
|
389
|
-
text="Curabitur blandit tempus porttitor."
|
|
390
|
-
variant="body_small"
|
|
391
|
-
weight="500"
|
|
392
|
-
className="mt-400"
|
|
393
|
-
/>
|
|
394
|
-
<HighlightedText
|
|
395
|
-
text="Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis."
|
|
396
|
-
variant="body_small"
|
|
397
|
-
weight="500"
|
|
398
|
-
className="mt-400"
|
|
399
|
-
/>
|
|
400
|
-
</>
|
|
401
|
-
);
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
return (
|
|
405
|
-
<View className="flex items-center gap-700">
|
|
406
|
-
<Title
|
|
407
|
-
variant="small"
|
|
408
|
-
head={<Title.Icon size="small" variants={IconVariants.SUCCESS} />}
|
|
409
|
-
>
|
|
410
|
-
{renderContent()}
|
|
411
|
-
</Title>
|
|
412
|
-
|
|
413
|
-
<Title variant="small" head={<Title.Marker color="chia" />}>
|
|
414
|
-
{renderContent()}
|
|
415
|
-
</Title>
|
|
416
|
-
</View>
|
|
417
|
-
);
|
|
418
|
-
},
|
|
419
|
-
parameters: {
|
|
420
|
-
docs: {
|
|
421
|
-
description: {
|
|
422
|
-
story: "Title small with Heading, subtitle and multiples texts",
|
|
423
|
-
},
|
|
424
|
-
},
|
|
425
|
-
},
|
|
426
|
-
};
|
|
427
|
-
|
|
428
|
-
export const XSmall: Story = {
|
|
429
|
-
render: () => {
|
|
430
|
-
function renderContent() {
|
|
431
|
-
return (
|
|
432
|
-
<>
|
|
433
|
-
<HighlightedText
|
|
434
|
-
text="Sub"
|
|
435
|
-
highlightText="highlight"
|
|
436
|
-
variant="title_small"
|
|
437
|
-
weight="400"
|
|
438
|
-
highlightedTextProps={{
|
|
439
|
-
variant: "title_small",
|
|
440
|
-
weight: "700",
|
|
441
|
-
}}
|
|
442
|
-
/>
|
|
443
|
-
<HighlightedText
|
|
444
|
-
text="Sub"
|
|
445
|
-
highlightText="highlight"
|
|
446
|
-
variant="title_small"
|
|
447
|
-
weight="400"
|
|
448
|
-
highlightedTextProps={{
|
|
449
|
-
variant: "title_small",
|
|
450
|
-
weight: "700",
|
|
451
|
-
}}
|
|
452
|
-
/>
|
|
453
|
-
<HighlightedText
|
|
454
|
-
text="Curabitur blandit tempus porttitor."
|
|
455
|
-
variant="body_small"
|
|
456
|
-
weight="500"
|
|
457
|
-
className="mt-400"
|
|
458
|
-
/>
|
|
459
|
-
<HighlightedText
|
|
460
|
-
text="Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis."
|
|
461
|
-
variant="body_small"
|
|
462
|
-
weight="500"
|
|
463
|
-
className="mt-400"
|
|
464
|
-
/>
|
|
465
|
-
</>
|
|
466
|
-
);
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
return (
|
|
470
|
-
<View className="flex items-center gap-700">
|
|
471
|
-
<Title
|
|
472
|
-
variant="xsmall"
|
|
473
|
-
head={<Title.Icon size="small" variants={IconVariants.SUCCESS} />}
|
|
474
|
-
>
|
|
475
|
-
{renderContent()}
|
|
476
|
-
</Title>
|
|
477
|
-
|
|
478
|
-
<Title variant="xsmall" head={<Title.Marker color="chia" />}>
|
|
479
|
-
{renderContent()}
|
|
480
|
-
</Title>
|
|
481
|
-
</View>
|
|
482
|
-
);
|
|
483
|
-
},
|
|
484
|
-
parameters: {
|
|
485
|
-
docs: {
|
|
486
|
-
description: {
|
|
487
|
-
story: "Title x small with Heading, subtitle and multiples texts",
|
|
488
|
-
},
|
|
489
|
-
},
|
|
490
|
-
},
|
|
491
|
-
};
|
|
492
|
-
|
|
493
|
-
export const MarkerSizesAndVariants: Story = {
|
|
494
|
-
render: () => (
|
|
495
|
-
<>
|
|
496
|
-
<View className="flex flex-column gap-400 mb-700">
|
|
497
|
-
<HighlightedText
|
|
498
|
-
text="Small"
|
|
499
|
-
variant="label_small"
|
|
500
|
-
weight="700"
|
|
501
|
-
className="text-center"
|
|
502
|
-
/>
|
|
503
|
-
|
|
504
|
-
<View className="flex flex-row gap-300 justify-center">
|
|
505
|
-
<Title head={<Title.Marker color="blackberry" size="small" />}>
|
|
506
|
-
<HighlightedText
|
|
507
|
-
text="Blackberry"
|
|
508
|
-
variant="label_small"
|
|
509
|
-
weight="700"
|
|
510
|
-
/>
|
|
511
|
-
</Title>
|
|
512
|
-
<Title head={<Title.Marker color="chia" size="small" />}>
|
|
513
|
-
<HighlightedText text="Chia" variant="label_small" weight="700" />
|
|
514
|
-
</Title>
|
|
515
|
-
<Title head={<Title.Marker color="java" size="small" />}>
|
|
516
|
-
<HighlightedText text="Java" variant="label_small" weight="700" />
|
|
517
|
-
</Title>
|
|
518
|
-
<Title head={<Title.Marker color="grape" size="small" />}>
|
|
519
|
-
<HighlightedText text="Grape" variant="label_small" weight="700" />
|
|
520
|
-
</Title>
|
|
521
|
-
</View>
|
|
522
|
-
|
|
523
|
-
<View className="flex flex-row gap-300 justify-center">
|
|
524
|
-
<Title head={<Title.Marker color="mango" size="small" />}>
|
|
525
|
-
<HighlightedText text="Mango" variant="label_small" weight="700" />
|
|
526
|
-
</Title>
|
|
527
|
-
<Title head={<Title.Marker color="tangerine" size="small" />}>
|
|
528
|
-
<HighlightedText
|
|
529
|
-
text="Tangerine"
|
|
530
|
-
variant="label_small"
|
|
531
|
-
weight="700"
|
|
532
|
-
/>
|
|
533
|
-
</Title>
|
|
534
|
-
<Title head={<Title.Marker color="pear" size="small" />}>
|
|
535
|
-
<HighlightedText text="Pear" variant="label_small" weight="700" />
|
|
536
|
-
</Title>
|
|
537
|
-
<Title head={<Title.Marker color="ghost" size="small" />}>
|
|
538
|
-
<HighlightedText text="Ghost" variant="label_small" weight="700" />
|
|
539
|
-
</Title>
|
|
540
|
-
</View>
|
|
541
|
-
</View>
|
|
542
|
-
|
|
543
|
-
<View className="flex flex-column gap-400">
|
|
544
|
-
<HighlightedText
|
|
545
|
-
text="Medium"
|
|
546
|
-
variant="label_medium"
|
|
547
|
-
weight="700"
|
|
548
|
-
className="text-center"
|
|
549
|
-
/>
|
|
550
|
-
|
|
551
|
-
<View className="flex flex-row gap-300 justify-center">
|
|
552
|
-
<Title head={<Title.Marker color="blackberry" />}>
|
|
553
|
-
<HighlightedText
|
|
554
|
-
text="Blackberry"
|
|
555
|
-
variant="label_medium"
|
|
556
|
-
weight="700"
|
|
557
|
-
/>
|
|
558
|
-
</Title>
|
|
559
|
-
<Title head={<Title.Marker color="chia" />}>
|
|
560
|
-
<HighlightedText text="Chia" variant="label_medium" weight="700" />
|
|
561
|
-
</Title>
|
|
562
|
-
<Title head={<Title.Marker color="java" />}>
|
|
563
|
-
<HighlightedText text="Java" variant="label_medium" weight="700" />
|
|
564
|
-
</Title>
|
|
565
|
-
<Title head={<Title.Marker color="grape" />}>
|
|
566
|
-
<HighlightedText text="Grape" variant="label_medium" weight="700" />
|
|
567
|
-
</Title>
|
|
568
|
-
</View>
|
|
569
|
-
|
|
570
|
-
<View className="flex flex-row gap-300 justify-center">
|
|
571
|
-
<Title head={<Title.Marker color="mango" />}>
|
|
572
|
-
<HighlightedText text="Mango" variant="label_medium" weight="700" />
|
|
573
|
-
</Title>
|
|
574
|
-
<Title head={<Title.Marker color="tangerine" />}>
|
|
575
|
-
<HighlightedText
|
|
576
|
-
text="Tangerine"
|
|
577
|
-
variant="label_medium"
|
|
578
|
-
weight="700"
|
|
579
|
-
/>
|
|
580
|
-
</Title>
|
|
581
|
-
<Title head={<Title.Marker color="pear" />}>
|
|
582
|
-
<HighlightedText text="Pear" variant="label_medium" weight="700" />
|
|
583
|
-
</Title>
|
|
584
|
-
<Title head={<Title.Marker color="ghost" />}>
|
|
585
|
-
<HighlightedText text="Ghost" variant="label_medium" weight="700" />
|
|
586
|
-
</Title>
|
|
587
|
-
</View>
|
|
588
|
-
</View>
|
|
589
|
-
</>
|
|
590
|
-
),
|
|
591
|
-
parameters: {
|
|
592
|
-
docs: {
|
|
593
|
-
description: {
|
|
594
|
-
story:
|
|
595
|
-
"Complete showcase of the Title.Marker design system matching the Figma specifications with all variants, sizes, and states.",
|
|
596
|
-
},
|
|
597
|
-
},
|
|
598
|
-
},
|
|
599
|
-
};
|
|
600
|
-
|
|
601
|
-
export const IconSizesAndVariants: Story = {
|
|
602
|
-
render: () => (
|
|
603
|
-
<>
|
|
604
|
-
<View className="flex flex-column gap-300 mb-500">
|
|
605
|
-
<HighlightedText
|
|
606
|
-
text="Small"
|
|
607
|
-
variant="label_small"
|
|
608
|
-
weight="700"
|
|
609
|
-
className="text-center"
|
|
610
|
-
/>
|
|
611
|
-
|
|
612
|
-
<View className="flex flex-row gap-300">
|
|
613
|
-
<Title head={<Title.Icon size="small" variants={IconVariants.ADD} />}>
|
|
614
|
-
<HighlightedText text="add" variant="label_small" weight="700" />
|
|
615
|
-
</Title>
|
|
616
|
-
<Title
|
|
617
|
-
head={<Title.Icon size="small" variants={IconVariants.WARNING} />}
|
|
618
|
-
>
|
|
619
|
-
<HighlightedText
|
|
620
|
-
text="warning"
|
|
621
|
-
variant="label_small"
|
|
622
|
-
weight="700"
|
|
623
|
-
/>
|
|
624
|
-
</Title>
|
|
625
|
-
<Title
|
|
626
|
-
head={<Title.Icon size="small" variants={IconVariants.ERROR} />}
|
|
627
|
-
>
|
|
628
|
-
<HighlightedText text="error" variant="label_small" weight="700" />
|
|
629
|
-
</Title>
|
|
630
|
-
<Title
|
|
631
|
-
head={<Title.Icon size="small" variants={IconVariants.SUCCESS} />}
|
|
632
|
-
>
|
|
633
|
-
<HighlightedText
|
|
634
|
-
text="success"
|
|
635
|
-
variant="label_small"
|
|
636
|
-
weight="700"
|
|
637
|
-
/>
|
|
638
|
-
</Title>
|
|
639
|
-
</View>
|
|
640
|
-
</View>
|
|
641
|
-
|
|
642
|
-
<View className="flex flex-column gap-300 mb-500">
|
|
643
|
-
<HighlightedText
|
|
644
|
-
text="Medium"
|
|
645
|
-
variant="label_medium"
|
|
646
|
-
weight="700"
|
|
647
|
-
className="text-center"
|
|
648
|
-
/>
|
|
649
|
-
|
|
650
|
-
<View className="flex flex-row gap-300">
|
|
651
|
-
<Title
|
|
652
|
-
head={<Title.Icon size="medium" variants={IconVariants.ADD} />}
|
|
653
|
-
>
|
|
654
|
-
<HighlightedText text="add" variant="label_medium" weight="700" />
|
|
655
|
-
</Title>
|
|
656
|
-
<Title
|
|
657
|
-
head={<Title.Icon size="medium" variants={IconVariants.WARNING} />}
|
|
658
|
-
>
|
|
659
|
-
<HighlightedText
|
|
660
|
-
text="warning"
|
|
661
|
-
variant="label_medium"
|
|
662
|
-
weight="700"
|
|
663
|
-
/>
|
|
664
|
-
</Title>
|
|
665
|
-
<Title
|
|
666
|
-
head={<Title.Icon size="medium" variants={IconVariants.ERROR} />}
|
|
667
|
-
>
|
|
668
|
-
<HighlightedText text="error" variant="label_medium" weight="700" />
|
|
669
|
-
</Title>
|
|
670
|
-
<Title
|
|
671
|
-
head={<Title.Icon size="medium" variants={IconVariants.SUCCESS} />}
|
|
672
|
-
>
|
|
673
|
-
<HighlightedText
|
|
674
|
-
text="success"
|
|
675
|
-
variant="label_medium"
|
|
676
|
-
weight="700"
|
|
677
|
-
/>
|
|
678
|
-
</Title>
|
|
679
|
-
</View>
|
|
680
|
-
</View>
|
|
681
|
-
|
|
682
|
-
<View className="flex flex-column gap-300 mb-500">
|
|
683
|
-
<HighlightedText
|
|
684
|
-
text="Large"
|
|
685
|
-
variant="label_large"
|
|
686
|
-
weight="700"
|
|
687
|
-
className="text-center"
|
|
688
|
-
/>
|
|
689
|
-
|
|
690
|
-
<View className="flex flex-row gap-300">
|
|
691
|
-
<Title head={<Title.Icon size="large" variants={IconVariants.ADD} />}>
|
|
692
|
-
<HighlightedText text="add" variant="label_large" weight="700" />
|
|
693
|
-
</Title>
|
|
694
|
-
<Title
|
|
695
|
-
head={<Title.Icon size="large" variants={IconVariants.WARNING} />}
|
|
696
|
-
>
|
|
697
|
-
<HighlightedText
|
|
698
|
-
text="warning"
|
|
699
|
-
variant="label_large"
|
|
700
|
-
weight="700"
|
|
701
|
-
/>
|
|
702
|
-
</Title>
|
|
703
|
-
<Title
|
|
704
|
-
head={<Title.Icon size="large" variants={IconVariants.ERROR} />}
|
|
705
|
-
>
|
|
706
|
-
<HighlightedText text="error" variant="label_large" weight="700" />
|
|
707
|
-
</Title>
|
|
708
|
-
<Title
|
|
709
|
-
head={<Title.Icon size="large" variants={IconVariants.SUCCESS} />}
|
|
710
|
-
>
|
|
711
|
-
<HighlightedText
|
|
712
|
-
text="success"
|
|
713
|
-
variant="label_large"
|
|
714
|
-
weight="700"
|
|
715
|
-
/>
|
|
716
|
-
</Title>
|
|
717
|
-
</View>
|
|
718
|
-
</View>
|
|
719
|
-
</>
|
|
720
|
-
),
|
|
721
|
-
parameters: {
|
|
722
|
-
docs: {
|
|
723
|
-
description: {
|
|
724
|
-
story:
|
|
725
|
-
"Complete showcase of the Title.Marker design system matching the Figma specifications with all variants, sizes, and states.",
|
|
726
|
-
},
|
|
727
|
-
},
|
|
728
|
-
},
|
|
729
|
-
};
|