welcome-ui 1.0.0-beta.3 → 1.0.0-beta.4
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/dist/AXB53BZF-BxNazDnS.mjs +25 -0
- package/dist/AXB53BZF-KWM2jKTz.js +1 -0
- package/dist/Accordion.js +16 -30
- package/dist/Accordion.mjs +27 -515
- package/dist/Alert.js +37 -1
- package/dist/Alert.mjs +118 -5
- package/dist/AspectRatio.mjs +7 -7
- package/dist/Avatar.js +3 -3
- package/dist/Avatar.mjs +16 -15
- package/dist/BYC7LY2E-BAjGN7k_.mjs +1074 -0
- package/dist/BYC7LY2E-BkAEL2VD.js +1 -0
- package/dist/Badge.js +3 -3
- package/dist/Badge.mjs +10 -10
- package/dist/Breadcrumb.js +1 -54
- package/dist/Breadcrumb.mjs +7 -437
- package/dist/Button.js +78 -0
- package/dist/Button.mjs +136 -0
- package/dist/ButtonGroup.js +32 -0
- package/dist/ButtonGroup.mjs +51 -0
- package/dist/Card.js +17 -0
- package/dist/Card.mjs +29 -0
- package/dist/Checkbox.js +1 -0
- package/dist/Checkbox.mjs +6 -0
- package/dist/ClearButton.js +14 -0
- package/dist/ClearButton.mjs +26 -0
- package/dist/CloseButton.js +6 -0
- package/dist/CloseButton.mjs +15 -0
- package/dist/CustomInput-9aCUiD6o.js +1070 -0
- package/dist/CustomInput-CenfXh_H.mjs +7825 -0
- package/dist/DatePicker.js +1 -0
- package/dist/DatePicker.mjs +108 -0
- package/dist/DateTimePicker.js +38 -0
- package/dist/DateTimePicker.mjs +109 -0
- package/dist/DateTimePickerCommon.js +1 -0
- package/dist/DateTimePickerCommon.mjs +14 -0
- package/dist/Drawer.js +64 -0
- package/dist/Drawer.mjs +267 -0
- package/dist/DropdownMenu.js +45 -0
- package/dist/DropdownMenu.mjs +776 -0
- package/dist/Field.js +72 -0
- package/dist/Field.mjs +177 -0
- package/dist/FieldGroup.js +13 -0
- package/dist/FieldGroup.mjs +26 -0
- package/dist/FileDrop.js +46 -0
- package/dist/FileDrop.mjs +2325 -0
- package/dist/FileUpload.js +3 -0
- package/dist/FileUpload.mjs +88 -0
- package/dist/Grid.js +1 -0
- package/dist/Grid.mjs +57 -0
- package/dist/Hint.js +8 -0
- package/dist/Hint.mjs +22 -0
- package/dist/ITI7HKP4-BPa8qpnl.js +1 -0
- package/dist/ITI7HKP4-Couz1Z73.mjs +473 -0
- package/dist/Icon.js +17 -0
- package/dist/Icon.mjs +51 -0
- package/dist/IconFont.js +17 -0
- package/dist/IconFont.mjs +348 -0
- package/dist/InputText.js +8 -0
- package/dist/InputText.mjs +81 -0
- package/dist/JC64G2H7-CQsqXPS_.mjs +965 -0
- package/dist/JC64G2H7-YkBMNrtl.js +1 -0
- package/dist/KUU7WJ55-DN8gk6_R.js +1 -0
- package/dist/KUU7WJ55-bC4FU_j7.mjs +61 -0
- package/dist/LVA2YJMS-B2HZjIhJ.js +14 -0
- package/dist/LVA2YJMS-Dm5ieEMw.mjs +1479 -0
- package/dist/Label.js +35 -0
- package/dist/Label.mjs +78 -0
- package/dist/Link.js +43 -0
- package/dist/Link.mjs +77 -0
- package/dist/Loader.js +30 -0
- package/dist/Loader.mjs +48 -0
- package/dist/Logo.js +1 -0
- package/dist/Logo.mjs +8 -0
- package/dist/MTZPJQMC-5Xg78Uyy.js +1 -0
- package/dist/MTZPJQMC-DZ3zg4be.mjs +13 -0
- package/dist/Modal.js +181 -0
- package/dist/Modal.mjs +365 -0
- package/dist/NLEBE274-DvH3XTTw.js +1 -0
- package/dist/NLEBE274-FThuwZH_.mjs +84 -0
- package/dist/P2CTZE2T-5jxBu6ix.mjs +297 -0
- package/dist/P2CTZE2T-q8vyaGc0.js +1 -0
- package/dist/P4IRICAX-DF0_vmod.mjs +37 -0
- package/dist/P4IRICAX-nhgZ26A1.js +1 -0
- package/dist/Pagination.js +46 -0
- package/dist/Pagination.mjs +158 -0
- package/dist/PasswordInput.js +1 -0
- package/dist/PasswordInput.mjs +54 -0
- package/dist/Picker.js +8 -0
- package/dist/Picker.mjs +50 -0
- package/dist/Popover.js +1 -0
- package/dist/Popover.mjs +8 -0
- package/dist/QYJ6MIDR-CRK3satR.js +1 -0
- package/dist/QYJ6MIDR-Cy39pEs2.mjs +97 -0
- package/dist/Radio.js +60 -0
- package/dist/Radio.mjs +118 -0
- package/dist/RadioGroup.js +8 -0
- package/dist/RadioGroup.mjs +68 -0
- package/dist/RadioTab.js +61 -0
- package/dist/RadioTab.mjs +104 -0
- package/dist/SYRFVSLH-BpAfr7UE.js +1 -0
- package/dist/SYRFVSLH-DyepaZf7.mjs +48 -0
- package/dist/Search.js +70 -0
- package/dist/Search.mjs +225 -0
- package/dist/Select.js +122 -0
- package/dist/Select.mjs +1071 -0
- package/dist/Shape.js +23 -0
- package/dist/Shape.mjs +37 -0
- package/dist/Slider.js +190 -0
- package/dist/Slider.mjs +531 -0
- package/dist/Stack.js +1 -0
- package/dist/Stack.mjs +32 -0
- package/dist/Swiper.js +141 -0
- package/dist/Swiper.mjs +448 -0
- package/dist/System.js +1 -1
- package/dist/System.mjs +5 -5
- package/dist/Table.js +55 -0
- package/dist/Table.mjs +75 -0
- package/dist/Tabs.js +82 -0
- package/dist/Tabs.mjs +539 -0
- package/dist/Tag.js +78 -0
- package/dist/Tag.mjs +135 -0
- package/dist/Text.js +46 -0
- package/dist/Text.mjs +97 -0
- package/dist/Textarea.js +6 -0
- package/dist/Textarea.mjs +55 -0
- package/dist/TimePicker.js +4 -0
- package/dist/TimePicker.mjs +88 -0
- package/dist/Toast.js +42 -0
- package/dist/Toast.mjs +264 -0
- package/dist/Toggle.js +75 -0
- package/dist/Toggle.mjs +93 -0
- package/dist/Tooltip.js +68 -0
- package/dist/Tooltip.mjs +303 -0
- package/dist/UniversalLink.js +4 -0
- package/dist/UniversalLink.mjs +25 -0
- package/dist/VEVQD5MH-De4r89YE.mjs +20 -0
- package/dist/VEVQD5MH-mN1wMozH.js +1 -0
- package/dist/VGCJ63VH-BNLwLOaC.js +1 -0
- package/dist/VGCJ63VH-fv0YLRh8.mjs +186 -0
- package/dist/VariantIcon.js +8 -0
- package/dist/VariantIcon.mjs +32 -0
- package/dist/Welcome-BNr4uu5n.mjs +48 -0
- package/dist/Welcome-Dw9OaREs.js +3 -0
- package/dist/WelcomeLoader.js +11 -0
- package/dist/WelcomeLoader.mjs +9453 -0
- package/dist/X5NMLKT6-BzhcQu_I.js +1 -0
- package/dist/X5NMLKT6-DGZEtYXj.mjs +25 -0
- package/dist/YV4JVR4I-1ezWeCCz.mjs +341 -0
- package/dist/YV4JVR4I-DIthYWMj.js +15 -0
- package/dist/_commonjsHelpers-CXJ7dpIk.mjs +9 -0
- package/dist/_commonjsHelpers-DvH0V_XJ.js +1 -0
- package/dist/create-event-YSlay9Ef.js +1 -0
- package/dist/create-event-rXDe5aCQ.mjs +8 -0
- package/dist/downshift.esm-DAo-GJwH.js +1 -0
- package/dist/downshift.esm-K4YLLQXl.mjs +1085 -0
- package/dist/field-styles-CeV7pnOp.mjs +86 -0
- package/dist/field-styles-D_gf6ypV.js +63 -0
- package/dist/get-max-width-height-CDLBnp_J.js +1 -0
- package/dist/get-max-width-height-DoUro2T7.mjs +8 -0
- package/dist/hide-focus-rings-root-BNyva1yb.mjs +14 -0
- package/dist/hide-focus-rings-root-DGU4Klq5.js +5 -0
- package/dist/index-1C9Z0d5Q.mjs +446 -0
- package/dist/index-BHi0wohR.js +142 -0
- package/dist/index-BLom3M2B.js +2 -0
- package/dist/{index-WmqrMIzg.mjs → index-BYdkhqH4.mjs} +6344 -6386
- package/dist/index-C_r0bVmL.js +56 -0
- package/dist/index-CgT8GWHS.js +1 -0
- package/dist/index-ColyClKR.mjs +239 -0
- package/dist/index-CrhKWaM2.js +54 -0
- package/dist/index-Cs1IZBks.js +17 -0
- package/dist/index-DCOLdphy.mjs +184 -0
- package/dist/index-DHOW43M6.mjs +132 -0
- package/dist/index-SbQUT2mU.mjs +639 -0
- package/dist/index.js +5 -147
- package/dist/index.mjs +1448 -537
- package/dist/overflow-ellipsis-C2ESrF8C.js +5 -0
- package/dist/overflow-ellipsis-DGV5Kgt-.mjs +10 -0
- package/dist/radio-group-29lMl-2M.mjs +51 -0
- package/dist/radio-group-BpImAAmy.js +1 -0
- package/dist/throttle-BB1Y3bfD.js +1 -0
- package/dist/throttle-BDBzFeFj.mjs +13 -0
- package/dist/types/components/Alert/Title.d.ts +1 -1
- package/dist/types/components/Alert/index.d.ts +3 -3
- package/dist/types/components/Alert/styles.d.ts +2 -2
- package/dist/types/components/Avatar/index.d.ts +1 -1
- package/dist/types/components/Avatar/styles.d.ts +2 -2
- package/dist/types/components/Badge/styles.d.ts +2 -2
- package/dist/types/components/Card/Cover.d.ts +1 -1
- package/dist/types/components/Card/Cover.styles.d.ts +1 -1
- package/dist/types/components/Checkbox/index.d.ts +13 -0
- package/dist/types/components/Checkbox/styles.d.ts +3 -0
- package/dist/types/components/Checkbox/theme.d.ts +8 -0
- package/dist/types/components/ClearButton/styles.d.ts +1 -1
- package/dist/types/components/CloseButton/styles.d.ts +1 -1
- package/dist/types/components/DatePicker/index.d.ts +15 -0
- package/dist/types/components/DateTimePicker/index.d.ts +5 -0
- package/dist/types/components/DateTimePicker/styles.d.ts +1 -0
- package/dist/types/components/DateTimePickerCommon/CustomHeader.d.ts +18 -0
- package/dist/types/components/DateTimePickerCommon/CustomInput.d.ts +17 -0
- package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +4 -0
- package/dist/types/components/DateTimePickerCommon/datePickerStyles.d.ts +1 -0
- package/dist/types/components/DateTimePickerCommon/index.d.ts +5 -0
- package/dist/types/components/DateTimePickerCommon/styles.d.ts +9 -0
- package/dist/types/components/DateTimePickerCommon/theme.d.ts +9 -0
- package/dist/types/components/DateTimePickerCommon/utils.d.ts +6 -0
- package/dist/types/components/Drawer/AssetDrawer/Header.d.ts +31 -0
- package/dist/types/components/Drawer/AssetDrawer/index.d.ts +4 -0
- package/dist/types/components/Drawer/AssetDrawer/styles.d.ts +3 -0
- package/dist/types/components/Drawer/Close.d.ts +5 -0
- package/dist/types/components/Drawer/Content.d.ts +4 -0
- package/dist/types/components/Drawer/Footer.d.ts +4 -0
- package/dist/types/components/Drawer/Title.d.ts +3 -0
- package/dist/types/components/Drawer/index.d.ts +52 -0
- package/dist/types/components/Drawer/styles.d.ts +10 -0
- package/dist/types/components/Drawer/theme.d.ts +17 -0
- package/dist/types/components/DropdownMenu/Arrow.d.ts +4 -0
- package/dist/types/components/DropdownMenu/Arrow.styled.d.ts +4 -0
- package/dist/types/components/DropdownMenu/Item.d.ts +4 -0
- package/dist/types/components/DropdownMenu/Item.styled.d.ts +1 -0
- package/dist/types/components/DropdownMenu/Separator.d.ts +4 -0
- package/dist/types/components/DropdownMenu/Separator.styled.d.ts +1 -0
- package/dist/types/components/DropdownMenu/index.d.ts +25 -0
- package/dist/types/components/DropdownMenu/styles.d.ts +1 -0
- package/dist/types/components/DropdownMenu/theme.d.ts +8 -0
- package/dist/types/components/Field/index.d.ts +26 -0
- package/dist/types/components/Field/styles.d.ts +21 -0
- package/dist/types/components/Field/utils.d.ts +5 -0
- package/dist/types/components/FieldGroup/index.d.ts +11 -0
- package/dist/types/components/FieldGroup/styles.d.ts +1 -0
- package/dist/types/components/FileDrop/FilePreview.d.ts +9 -0
- package/dist/types/components/FileDrop/Message.d.ts +7 -0
- package/dist/types/components/FileDrop/Preview.d.ts +3 -0
- package/dist/types/components/FileDrop/index.d.ts +52 -0
- package/dist/types/components/FileDrop/styles.d.ts +9 -0
- package/dist/types/components/FileDrop/theme.d.ts +9 -0
- package/dist/types/components/FileDrop/utils.d.ts +3 -0
- package/dist/types/components/FileUpload/index.d.ts +35 -0
- package/dist/types/components/FileUpload/styles.d.ts +1 -0
- package/dist/types/components/Files/index.d.ts +8 -0
- package/dist/types/components/Files/types.d.ts +72 -0
- package/dist/types/components/Grid/Item.d.ts +14 -0
- package/dist/types/components/Grid/index.d.ts +31 -0
- package/dist/types/components/Hint/index.d.ts +10 -0
- package/dist/types/components/Hint/styles.d.ts +4 -0
- package/dist/types/components/Hint/theme.d.ts +9 -0
- package/dist/types/components/Icon/index.d.ts +26 -0
- package/dist/types/components/Icon/styles.d.ts +9 -0
- package/dist/types/components/Icon/theme.d.ts +10 -0
- package/dist/types/components/IconFont/index.d.ts +311 -0
- package/dist/types/components/IconFont/styles.d.ts +7 -0
- package/dist/types/components/IconFont/unicode.json.d.ts +303 -0
- package/dist/types/components/InputText/index.d.ts +21 -0
- package/dist/types/components/InputText/styles.d.ts +3 -0
- package/dist/types/components/Label/index.d.ts +16 -0
- package/dist/types/components/Label/styles.d.ts +5 -0
- package/dist/types/components/Label/theme.d.ts +4 -0
- package/dist/types/components/Link/index.d.ts +15 -0
- package/dist/types/components/Link/styles.d.ts +2 -0
- package/dist/types/components/Link/theme.d.ts +16 -0
- package/dist/types/components/Link/utils.d.ts +1 -0
- package/dist/types/components/Loader/index.d.ts +11 -0
- package/dist/types/components/Loader/styles.d.ts +6 -0
- package/dist/types/components/Loader/theme.d.ts +8 -0
- package/dist/types/components/Logo/Solutions.d.ts +3 -0
- package/dist/types/components/Logo/Symbol.d.ts +3 -0
- package/dist/types/components/Logo/Welcome.d.ts +3 -0
- package/dist/types/components/Logo/Wui.d.ts +3 -0
- package/dist/types/components/Logo/index.d.ts +7 -0
- package/dist/types/components/Logo/styles.d.ts +1 -0
- package/dist/types/components/Modal/Assets/AssetWithTitle.d.ts +9 -0
- package/dist/types/components/Modal/Assets/Backdrop.d.ts +4 -0
- package/dist/types/components/Modal/Assets/Iframe.d.ts +5 -0
- package/dist/types/components/Modal/Assets/index.d.ts +17 -0
- package/dist/types/components/Modal/Assets/styles.d.ts +7 -0
- package/dist/types/components/Modal/Close.d.ts +6 -0
- package/dist/types/components/Modal/Content.d.ts +16 -0
- package/dist/types/components/Modal/Footer.d.ts +12 -0
- package/dist/types/components/Modal/Header.d.ts +12 -0
- package/dist/types/components/Modal/index.d.ts +53 -0
- package/dist/types/components/Modal/styles.d.ts +11 -0
- package/dist/types/components/Modal/theme.d.ts +17 -0
- package/dist/types/components/Pagination/index.d.ts +14 -0
- package/dist/types/components/Pagination/styles.d.ts +7 -0
- package/dist/types/components/Pagination/theme.d.ts +9 -0
- package/dist/types/components/Pagination/utils.d.ts +7 -0
- package/dist/types/components/PasswordInput/ToggleButton.d.ts +9 -0
- package/dist/types/components/PasswordInput/index.d.ts +5 -0
- package/dist/types/components/Picker/index.d.ts +17 -0
- package/dist/types/components/Picker/styles.d.ts +2 -0
- package/dist/types/components/Popover/Arrow.d.ts +6 -0
- package/dist/types/components/Popover/Content.d.ts +9 -0
- package/dist/types/components/Popover/Popover.d.ts +14 -0
- package/dist/types/components/Popover/PopoverHover.d.ts +14 -0
- package/dist/types/components/Popover/Trigger.d.ts +10 -0
- package/dist/types/components/Popover/index.d.ts +3 -0
- package/dist/types/components/Popover/styles.d.ts +12 -0
- package/dist/types/components/Popover/theme.d.ts +8 -0
- package/dist/types/components/Popover/usePopover.d.ts +15 -0
- package/dist/types/components/Radio/index.d.ts +12 -0
- package/dist/types/components/Radio/styles.d.ts +7 -0
- package/dist/types/components/Radio/theme.d.ts +11 -0
- package/dist/types/components/RadioGroup/index.d.ts +17 -0
- package/dist/types/components/RadioGroup/styles.d.ts +4 -0
- package/dist/types/components/RadioTab/index.d.ts +14 -0
- package/dist/types/components/RadioTab/styles.d.ts +18 -0
- package/dist/types/components/RadioTab/theme.d.ts +7 -0
- package/dist/types/components/Search/index.d.ts +29 -0
- package/dist/types/components/Search/styles.d.ts +15 -0
- package/dist/types/components/Select/index.d.ts +54 -0
- package/dist/types/components/Select/multipleSelections.d.ts +3 -0
- package/dist/types/components/Select/styles.d.ts +32 -0
- package/dist/types/components/Select/utils.d.ts +18 -0
- package/dist/types/components/Shape/index.d.ts +6 -0
- package/dist/types/components/Shape/styles.d.ts +2 -0
- package/dist/types/components/Slider/Range.d.ts +17 -0
- package/dist/types/components/Slider/index.d.ts +27 -0
- package/dist/types/components/Slider/styles.d.ts +19 -0
- package/dist/types/components/Slider/theme.d.ts +11 -0
- package/dist/types/components/Stack/index.d.ts +7 -0
- package/dist/types/components/Swiper/index.d.ts +80 -0
- package/dist/types/components/Swiper/styles.d.ts +138 -0
- package/dist/types/components/Swiper/theme.d.ts +11 -0
- package/dist/types/components/Swiper/use-interval.d.ts +1 -0
- package/dist/types/components/Table/index.d.ts +18 -0
- package/dist/types/components/Table/styles.d.ts +13 -0
- package/dist/types/components/Table/theme.d.ts +15 -0
- package/dist/types/components/Tabs/ActiveBar.d.ts +13 -0
- package/dist/types/components/Tabs/TabList.d.ts +13 -0
- package/dist/types/components/Tabs/TabPanel.d.ts +11 -0
- package/dist/types/components/Tabs/index.d.ts +18 -0
- package/dist/types/components/Tabs/styles.d.ts +9 -0
- package/dist/types/components/Tabs/theme.d.ts +28 -0
- package/dist/types/components/Tabs/utils.d.ts +1 -0
- package/dist/types/components/Tag/index.d.ts +17 -0
- package/dist/types/components/Tag/styles.d.ts +15 -0
- package/dist/types/components/Tag/theme.d.ts +14 -0
- package/dist/types/components/Text/index.d.ts +25 -0
- package/dist/types/components/Text/styles.d.ts +2 -0
- package/dist/types/components/Textarea/index.d.ts +18 -0
- package/dist/types/components/Textarea/styles.d.ts +2 -0
- package/dist/types/components/Textarea/theme.d.ts +4 -0
- package/dist/types/components/TimePicker/index.d.ts +13 -0
- package/dist/types/components/TimePicker/styles.d.ts +1 -0
- package/dist/types/components/Toast/Growl.d.ts +12 -0
- package/dist/types/components/Toast/Snackbar.d.ts +18 -0
- package/dist/types/components/Toast/ToastWrapper.d.ts +16 -0
- package/dist/types/components/Toast/index.d.ts +27 -0
- package/dist/types/components/Toast/styles.d.ts +19 -0
- package/dist/types/components/Toast/theme.d.ts +22 -0
- package/dist/types/components/Toast/utils.d.ts +26 -0
- package/dist/types/components/Toggle/index.d.ts +11 -0
- package/dist/types/components/Toggle/styles.d.ts +12 -0
- package/dist/types/components/Toggle/theme.d.ts +10 -0
- package/dist/types/components/Tooltip/index.d.ts +11 -0
- package/dist/types/components/Tooltip/styles.d.ts +10 -0
- package/dist/types/components/Tooltip/theme.d.ts +4 -0
- package/dist/types/components/UniversalLink/index.d.ts +7 -0
- package/dist/types/components/UniversalLink/styles.d.ts +1 -0
- package/dist/types/components/VariantIcon/index.d.ts +11 -0
- package/dist/types/components/VariantIcon/styles.d.ts +4 -0
- package/dist/types/components/VariantIcon/theme.d.ts +10 -0
- package/dist/types/components/WelcomeLoader/index.d.ts +2 -0
- package/dist/types/components/WelcomeLoader/loader.json.d.ts +3 -0
- package/dist/types/components/index.d.ts +43 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/theme/defaultFields.d.ts +39 -0
- package/dist/types/theme/index.d.ts +52 -2
- package/dist/types/theme/typography.d.ts +2 -2
- package/dist/types/utils/clamp.d.ts +1 -0
- package/dist/types/utils/create-event.d.ts +8 -0
- package/dist/types/utils/field-styles.d.ts +21 -0
- package/dist/types/utils/format-bytes.d.ts +1 -0
- package/dist/types/utils/get-max-width-height.d.ts +1 -0
- package/dist/types/utils/hex-to-rgb.d.ts +1 -0
- package/dist/types/utils/hex-to-rgba.d.ts +1 -0
- package/dist/types/utils/hide-focus-rings-root.d.ts +8 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/overflow-ellipsis.d.ts +1 -0
- package/dist/types/utils/throttle.d.ts +5 -0
- package/dist/types/utils/use-copy-text.d.ts +5 -0
- package/dist/types/utils/use-create-portal.d.ts +4 -0
- package/dist/types/utils/use-fork-ref.d.ts +3 -0
- package/dist/types/utils/use-isomorphic-layout-effect.d.ts +2 -0
- package/dist/types/utils/use-viewport.d.ts +6 -0
- package/dist/types/utils/wrap-children.d.ts +1 -0
- package/dist/use-isomorphic-layout-effect-C1_Gy5Nu.js +1 -0
- package/dist/use-isomorphic-layout-effect-Izr-e2pi.mjs +6 -0
- package/dist/use-viewport-BDDjd1nl.js +1 -0
- package/dist/use-viewport-m3glsbna.mjs +16 -0
- package/dist/usePopover-CZsYHcTW.js +31 -0
- package/dist/usePopover-CcsC9Y-s.mjs +143 -0
- package/dist/wrap-children-BLDjJiiy.js +1 -0
- package/dist/wrap-children-aq69jtFP.mjs +12 -0
- package/package.json +56 -4
- package/dist/X5NMLKT6-BC1Q56kB.mjs +0 -1258
- package/dist/X5NMLKT6-vrNG8i_R.js +0 -14
- package/dist/index-0MPAX4B5.mjs +0 -320
- package/dist/index-BNA_A0oa.js +0 -155
- package/dist/index-BXJQXgy9.js +0 -13
- package/dist/index-Bwrtxit1.mjs +0 -84
- package/dist/index-Ct2FOeyM.js +0 -17
- package/dist/index-DRNn5iIc.js +0 -142
- package/dist/index-Du8Nrf16.mjs +0 -128
- package/dist/index-MifIgNHW.mjs +0 -47
- package/dist/index-V28zHt_Z.js +0 -68
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { WuiProps } from '../System';
|
|
2
|
+
import { TagOptions } from './index';
|
|
3
|
+
export interface StyledTagProps {
|
|
4
|
+
hasClickAction: boolean;
|
|
5
|
+
hasLink: boolean;
|
|
6
|
+
hasRemoveAction: boolean;
|
|
7
|
+
length: number;
|
|
8
|
+
size: TagOptions['size'];
|
|
9
|
+
variant: TagOptions['variant'];
|
|
10
|
+
}
|
|
11
|
+
export declare const Tag: import('styled-components').StyledComponent<string, import('@xstyled/system').Theme, StyledTagProps & WuiProps, never>;
|
|
12
|
+
export declare const ActionIcon: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & {
|
|
13
|
+
size: TagOptions["size"];
|
|
14
|
+
}, never>;
|
|
15
|
+
export declare const Button: import('styled-components').StyledComponent<"button", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, never>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CSSObject } from '@xstyled/styled-components';
|
|
2
|
+
import { ThemeValues } from '../../theme';
|
|
3
|
+
import { ThemeSecondaryColors } from '../../theme/colors';
|
|
4
|
+
export type Size = 'xs' | 'sm' | 'md';
|
|
5
|
+
export type Variant = ThemeSecondaryColors | 'default' | 'danger' | 'info' | 'success' | 'warning' | 'primary';
|
|
6
|
+
export type ThemeTags = {
|
|
7
|
+
default: CSSObject;
|
|
8
|
+
hover: Record<Variant, CSSObject>;
|
|
9
|
+
icon: Record<Size, string>;
|
|
10
|
+
shape: Record<Size, CSSObject>;
|
|
11
|
+
sizes: Record<Size, CSSObject>;
|
|
12
|
+
variants: Record<Variant, CSSObject>;
|
|
13
|
+
};
|
|
14
|
+
export declare const getTags: (theme: ThemeValues) => ThemeTags;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { CreateWuiProps } from '../System';
|
|
2
|
+
declare const TAG_NAMES: {
|
|
3
|
+
h0: string;
|
|
4
|
+
h1: string;
|
|
5
|
+
h2: string;
|
|
6
|
+
h3: string;
|
|
7
|
+
h4: string;
|
|
8
|
+
h5: string;
|
|
9
|
+
h6: string;
|
|
10
|
+
lg: string;
|
|
11
|
+
md: string;
|
|
12
|
+
sm: string;
|
|
13
|
+
xs: string;
|
|
14
|
+
'subtitle-md': string;
|
|
15
|
+
'subtitle-sm': string;
|
|
16
|
+
};
|
|
17
|
+
type Variant = keyof typeof TAG_NAMES;
|
|
18
|
+
export interface TextOptions {
|
|
19
|
+
lines?: number;
|
|
20
|
+
variant?: Variant;
|
|
21
|
+
withDash?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export type TextProps = CreateWuiProps<'p', TextOptions>;
|
|
24
|
+
export declare const Text: import('../System').CreateWuiComponent<"p", TextProps>;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CreateWuiProps } from '../System';
|
|
3
|
+
import { DefaultFieldStylesProps } from '../../utils/field-styles';
|
|
4
|
+
export interface TextareaOptions extends DefaultFieldStylesProps {
|
|
5
|
+
autoFocus?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
maxLength?: number;
|
|
8
|
+
minRows?: number;
|
|
9
|
+
name?: string;
|
|
10
|
+
onBlur?: (event: React.FocusEvent<HTMLTextAreaElement>) => void;
|
|
11
|
+
onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
12
|
+
onFocus?: (event: React.FocusEvent<HTMLTextAreaElement>) => void;
|
|
13
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
value?: string;
|
|
16
|
+
}
|
|
17
|
+
export type TextareaProps = CreateWuiProps<'textarea', TextareaOptions>;
|
|
18
|
+
export declare const Textarea: import('../System').CreateWuiComponent<"textarea", TextareaProps>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactDatePickerProps } from 'react-datepicker';
|
|
2
|
+
import { CustomInputOptions, StyledTimePicker } from '../DateTimePickerCommon';
|
|
3
|
+
import { CreateWuiProps } from '../System';
|
|
4
|
+
export interface TimePickerOptions {
|
|
5
|
+
onBlur?: CustomInputOptions['handleBlur'];
|
|
6
|
+
onChange?: (date?: Date) => void;
|
|
7
|
+
onFocus?: CustomInputOptions['handleFocus'];
|
|
8
|
+
placeholder?: ReactDatePickerProps['placeholderText'];
|
|
9
|
+
transparent?: boolean;
|
|
10
|
+
value: string | Date;
|
|
11
|
+
}
|
|
12
|
+
export type TimePickerProps = CreateWuiProps<typeof StyledTimePicker, Omit<ReactDatePickerProps, keyof TimePickerOptions> & Pick<CustomInputOptions, 'size' | 'icon' | 'iconPlacement'> & TimePickerOptions>;
|
|
13
|
+
export declare const TimePicker: import('../System').CreateWuiComponent<"input", TimePickerProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Wrapper: import('styled-components').StyledComponent<string, import('@xstyled/system').Theme, {}, never>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { CreateWuiProps } from '../System';
|
|
2
|
+
export interface GrowlOptions {
|
|
3
|
+
hasCloseButton?: boolean;
|
|
4
|
+
icon?: JSX.Element | null;
|
|
5
|
+
onClose?: () => void;
|
|
6
|
+
variant?: 'default' | 'info' | 'success' | 'danger' | 'warning';
|
|
7
|
+
}
|
|
8
|
+
export type GrowlProps = CreateWuiProps<'div', GrowlOptions>;
|
|
9
|
+
/**
|
|
10
|
+
* @name Toast.Growl
|
|
11
|
+
*/
|
|
12
|
+
export declare const Growl: import('../System').CreateWuiComponent<"div", GrowlProps>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ButtonProps } from '../Button';
|
|
2
|
+
import { CreateWuiProps } from '../System';
|
|
3
|
+
export interface SnackbarOptions {
|
|
4
|
+
/** add correct separator for call to action
|
|
5
|
+
* use SnackbarAction
|
|
6
|
+
*/
|
|
7
|
+
cta?: JSX.Element;
|
|
8
|
+
hasCloseButton?: boolean;
|
|
9
|
+
icon?: JSX.Element | null;
|
|
10
|
+
onClose?: () => void;
|
|
11
|
+
variant?: 'default' | 'info' | 'success' | 'danger' | 'warning';
|
|
12
|
+
}
|
|
13
|
+
export type SnackbarProps = CreateWuiProps<'div', SnackbarOptions>;
|
|
14
|
+
/**
|
|
15
|
+
* @name Toast.Snackbar
|
|
16
|
+
*/
|
|
17
|
+
export declare const Snackbar: import('../System').CreateWuiComponent<"div", SnackbarProps>;
|
|
18
|
+
export declare const SnackbarAction: import('../System').CreateWuiComponent<"button", ButtonProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { Toast, ToastPosition } from 'react-hot-toast/headless';
|
|
3
|
+
type ToastWrapperProps = {
|
|
4
|
+
calculateOffset: (toast: Toast, opts?: {
|
|
5
|
+
defaultPosition?: ToastPosition;
|
|
6
|
+
gutter?: number;
|
|
7
|
+
reverseOrder?: boolean;
|
|
8
|
+
}) => number;
|
|
9
|
+
toast: Toast & CustomToastOptions;
|
|
10
|
+
updateHeight: (toastId: string, height: number) => void;
|
|
11
|
+
};
|
|
12
|
+
type CustomToastOptions = {
|
|
13
|
+
onClose?: () => void;
|
|
14
|
+
};
|
|
15
|
+
export declare const ToastWrapper: React.FC<ToastWrapperProps>;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ToastPosition } from 'react-hot-toast/headless';
|
|
3
|
+
import { TextProps } from '../Text';
|
|
4
|
+
type NotificationsProps = {
|
|
5
|
+
pauseOnHover?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export type ToastOptions = {
|
|
8
|
+
duration?: number;
|
|
9
|
+
id?: string;
|
|
10
|
+
onClose?: () => void;
|
|
11
|
+
position?: ToastPosition;
|
|
12
|
+
};
|
|
13
|
+
export declare const Notifications: React.FC<NotificationsProps>;
|
|
14
|
+
export declare const toast: (component: JSX.Element, options?: ToastOptions) => string;
|
|
15
|
+
export declare const remove: (id?: string) => void;
|
|
16
|
+
export declare const dismiss: (id?: string) => void;
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated use directly `toast` function instead
|
|
19
|
+
*/
|
|
20
|
+
export declare const useToast: () => (component: JSX.Element, options?: ToastOptions) => string;
|
|
21
|
+
export declare const Toast: {
|
|
22
|
+
Title: React.FC<TextProps>;
|
|
23
|
+
Growl: import('../System').CreateWuiComponent<"div", import('./Growl').GrowlProps>;
|
|
24
|
+
Snackbar: import('../System').CreateWuiComponent<"div", import('./Snackbar').SnackbarProps>;
|
|
25
|
+
SnackbarAction: import('../System').CreateWuiComponent<"button", import('..').ButtonProps>;
|
|
26
|
+
};
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GrowlOptions } from './Growl';
|
|
2
|
+
import { SnackbarProps } from './Snackbar';
|
|
3
|
+
export declare const ToastWrapper: import('styled-components').StyledComponent<import('../System').CreateWuiComponent<"div", import('../Box').BoxProps>, import('@xstyled/system').Theme, {
|
|
4
|
+
isBottom: boolean;
|
|
5
|
+
}, never>;
|
|
6
|
+
export declare const Growl: import('styled-components').StyledComponent<import('../System').CreateWuiComponent<"div", import('../Alert').AlertProps> & {
|
|
7
|
+
Title: import('react').FC<import('../Alert/Title').AlertTitleProps>;
|
|
8
|
+
Button: import('../System').CreateWuiComponent<"button", Omit<import('..').ButtonProps, "size" | "variant">>;
|
|
9
|
+
SecondaryButton: import('../System').CreateWuiComponent<"button", Omit<import('..').ButtonProps, "size" | "variant">>;
|
|
10
|
+
}, import('@xstyled/system').Theme, GrowlOptions, never>;
|
|
11
|
+
export declare const Title: import('styled-components').StyledComponent<import('../System').CreateWuiComponent<"div", import('../Box').BoxProps>, import('@xstyled/system').Theme, {}, never>;
|
|
12
|
+
export declare const Snackbar: import('styled-components').StyledComponent<import('../System').CreateWuiComponent<"div", import('../Alert').AlertProps> & {
|
|
13
|
+
Title: import('react').FC<import('../Alert/Title').AlertTitleProps>;
|
|
14
|
+
Button: import('../System').CreateWuiComponent<"button", Omit<import('..').ButtonProps, "size" | "variant">>;
|
|
15
|
+
SecondaryButton: import('../System').CreateWuiComponent<"button", Omit<import('..').ButtonProps, "size" | "variant">>;
|
|
16
|
+
}, import('@xstyled/system').Theme, {}, never>;
|
|
17
|
+
export declare const SnackbarSeparator: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & {
|
|
18
|
+
variant: SnackbarProps["variant"];
|
|
19
|
+
}, never>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { CSSObject } from '@xstyled/styled-components';
|
|
2
|
+
import { ThemeValues } from '../../theme';
|
|
3
|
+
export type ThemeToasts = {
|
|
4
|
+
bottom: CSSObject;
|
|
5
|
+
default: CSSObject;
|
|
6
|
+
growls: {
|
|
7
|
+
default: CSSObject;
|
|
8
|
+
title: CSSObject;
|
|
9
|
+
};
|
|
10
|
+
snackbar: {
|
|
11
|
+
default: CSSObject;
|
|
12
|
+
separator: {
|
|
13
|
+
danger: CSSObject;
|
|
14
|
+
default: CSSObject;
|
|
15
|
+
info: CSSObject;
|
|
16
|
+
success: CSSObject;
|
|
17
|
+
warning: CSSObject;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
top: CSSObject;
|
|
21
|
+
};
|
|
22
|
+
export declare const getToasts: (theme: ThemeValues) => ThemeToasts;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const POSITION_STYLE: {
|
|
2
|
+
'top-left': {
|
|
3
|
+
top: number;
|
|
4
|
+
left: number;
|
|
5
|
+
};
|
|
6
|
+
'top-center': {
|
|
7
|
+
top: number;
|
|
8
|
+
left: string;
|
|
9
|
+
};
|
|
10
|
+
'top-right': {
|
|
11
|
+
top: number;
|
|
12
|
+
right: number;
|
|
13
|
+
};
|
|
14
|
+
'bottom-left': {
|
|
15
|
+
bottom: number;
|
|
16
|
+
left: number;
|
|
17
|
+
};
|
|
18
|
+
'bottom-center': {
|
|
19
|
+
bottom: number;
|
|
20
|
+
left: string;
|
|
21
|
+
};
|
|
22
|
+
'bottom-right': {
|
|
23
|
+
bottom: number;
|
|
24
|
+
right: number;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CheckboxProps } from '../Checkbox';
|
|
2
|
+
import { CreateWuiProps } from '../System';
|
|
3
|
+
type Size = 'xs' | 'sm' | 'md';
|
|
4
|
+
export type ToggleOptions = Omit<CheckboxProps, 'Component' | 'iconPlacement' | 'indeterminate' | 'hasIcon' | 'transparent' | 'isClearable'> & {
|
|
5
|
+
checkedIcon?: JSX.Element;
|
|
6
|
+
size?: Size;
|
|
7
|
+
uncheckedIcon?: JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export type ToggleProps = CreateWuiProps<'input', ToggleOptions>;
|
|
10
|
+
export declare const Toggle: import('../System').CreateWuiComponent<"input", ToggleProps>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ToggleOptions } from './index';
|
|
2
|
+
import * as Ariakit from '@ariakit/react';
|
|
3
|
+
type Size = 'xs' | 'sm' | 'md';
|
|
4
|
+
export declare const Toggle: import('styled-components').StyledComponent<(props: Ariakit.CheckboxProps) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>, import('@xstyled/system').Theme, ToggleOptions, never>;
|
|
5
|
+
export declare const Wrapper: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & {
|
|
6
|
+
onClick: React.MouseEventHandler<HTMLInputElement>;
|
|
7
|
+
}, never>;
|
|
8
|
+
export declare const IconWrapper: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & {
|
|
9
|
+
checked: boolean;
|
|
10
|
+
size: Size;
|
|
11
|
+
}, never>;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CSSObject } from '@xstyled/styled-components';
|
|
2
|
+
import { ThemeValues } from '../../theme';
|
|
3
|
+
type State = 'default' | 'checked' | 'disabled' | 'sizes';
|
|
4
|
+
export type ThemeToggles = {
|
|
5
|
+
after: Record<State, CSSObject>;
|
|
6
|
+
icon: Record<'sizes' | 'position', CSSObject>;
|
|
7
|
+
item: Record<State, CSSObject>;
|
|
8
|
+
};
|
|
9
|
+
export declare const getToggles: (theme: ThemeValues) => ThemeToggles;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CreateWuiProps } from '../System';
|
|
3
|
+
import * as Ariakit from '@ariakit/react';
|
|
4
|
+
export type TooltipOptions = {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
content: string | JSX.Element;
|
|
7
|
+
fixed?: boolean;
|
|
8
|
+
withArrow?: boolean;
|
|
9
|
+
} & Pick<Ariakit.TooltipStoreProps, 'placement'> & Pick<Ariakit.TooltipOptions, 'gutter'>;
|
|
10
|
+
export type TooltipProps = CreateWuiProps<'div', TooltipOptions>;
|
|
11
|
+
export declare const Tooltip: import('../System').CreateWuiComponent<"div", TooltipProps>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { TooltipProps } from './index';
|
|
2
|
+
type FadeIn = {
|
|
3
|
+
fixed?: boolean;
|
|
4
|
+
placement?: TooltipProps['placement'];
|
|
5
|
+
popoverHeight: number;
|
|
6
|
+
withArrow?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const FadeIn: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & FadeIn, never>;
|
|
9
|
+
export declare const ChildItem: import('styled-components').StyledComponent<string, import('@xstyled/system').Theme, {}, never>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CreateWuiProps } from '../System';
|
|
3
|
+
export interface UniversalLinkOptions {
|
|
4
|
+
target?: React.HTMLAttributeAnchorTarget;
|
|
5
|
+
}
|
|
6
|
+
export type UniversalLinkProps = CreateWuiProps<'a', UniversalLinkOptions>;
|
|
7
|
+
export declare const UniversalLink: import('../System').CreateWuiComponent<"a", UniversalLinkProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const UniversalLink: import('styled-components').StyledComponent<"a", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme>, never>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CreateWuiProps } from '../System';
|
|
2
|
+
type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
3
|
+
type Variant = 'danger' | 'warning' | 'success' | 'info' | 'default';
|
|
4
|
+
export interface VariantIconOptions {
|
|
5
|
+
icon?: JSX.Element;
|
|
6
|
+
size?: Size;
|
|
7
|
+
variant?: Variant;
|
|
8
|
+
}
|
|
9
|
+
export type VariantIconProps = CreateWuiProps<'div', VariantIconOptions>;
|
|
10
|
+
export declare const VariantIcon: import('../System').CreateWuiComponent<"div", VariantIconProps>;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { VariantIconOptions } from '.';
|
|
2
|
+
export declare const VariantIcon: import('styled-components').StyledComponent<"div", import('@xstyled/system').Theme, import('@xstyled/system').SystemProps<import('@xstyled/system').Theme> & {
|
|
3
|
+
variant: VariantIconOptions["variant"] | string;
|
|
4
|
+
}, never>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CSSObject } from '@xstyled/styled-components';
|
|
2
|
+
import { ThemeValues } from '../../theme';
|
|
3
|
+
export type ThemeVariantIcon = {
|
|
4
|
+
danger: CSSObject;
|
|
5
|
+
default: CSSObject;
|
|
6
|
+
info: CSSObject;
|
|
7
|
+
success: CSSObject;
|
|
8
|
+
warning: CSSObject;
|
|
9
|
+
};
|
|
10
|
+
export declare const getVariantIcon: (theme: ThemeValues) => ThemeVariantIcon;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: {"v":"5.7.6","fr":30,"ip":0,"op":80,"w":300,"h":300,"nm":"Loader_Wttj","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"LOGO SYMBOL NULL","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[426,218,0],"ix":2,"l":2},"a":{"a":0,"k":[50,50,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0,0,0],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0.167,0.167,5.083]},"t":0,"s":[150,150,100]},{"i":{"x":[0.836,0.836,0.836],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":26,"s":[96,96,100]},{"t":37,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"ip":0,"op":74,"st":-28,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"CIRCLE","parent":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50.008,50,0],"ix":2,"l":2},"a":{"a":0,"k":[-297.641,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":15,"s":[{"i":[[51.047,0],[0,-51.047],[-51.047,0],[0,51.048]],"o":[[-51.047,0],[0,51.048],[51.047,0],[0,-51.047]],"v":[[-297.641,-92.578],[-390.218,0],[-297.641,92.578],[-205.063,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"t":60,"s":[{"i":[[51.047,0],[0,-51.047],[-51.047,0],[0,51.048]],"o":[[-51.047,0],[0,51.048],[51.047,0],[0,-51.047]],"v":[[-297.641,-92.578],[-390.218,0],[-297.641,92.578],[-205.063,0]],"c":true}]},{"t":73,"s":[{"i":[[0.689,0],[0,-0.689],[-0.689,0],[0,0.689]],"o":[[-0.689,0],[0,0.689],[0.689,0],[0,-0.689]],"v":[[-297.641,-1.25],[-298.891,0],[-297.641,1.25],[-296.391,0]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":1,"k":[{"i":{"x":0.01,"y":1},"o":{"x":0.167,"y":0.167},"t":1,"s":[{"i":[[51.524,0],[0,51.524],[-51.524,0],[0,-51.524]],"o":[[-51.524,0],[0,-51.524],[51.524,0],[0,51.524]],"v":[[-297.641,93.442],[-391.083,0],[-297.641,-93.442],[-204.199,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":15,"s":[{"i":[[55.817,0],[0,55.817],[-55.817,0],[0,-55.817]],"o":[[-55.817,0],[0,-55.817],[55.817,0],[0,55.817]],"v":[[-297.641,101.228],[-398.869,0],[-297.641,-101.228],[-196.413,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"t":60,"s":[{"i":[[55.817,0],[0,55.817],[-55.817,0],[0,-55.817]],"o":[[-55.817,0],[0,-55.817],[55.817,0],[0,55.817]],"v":[[-297.641,101.228],[-398.869,0],[-297.641,-101.228],[-196.413,0]],"c":true}]},{"t":73,"s":[{"i":[[1.93,0],[0,1.93],[-1.93,0],[0,-1.93]],"o":[[-1.93,0],[0,-1.93],[1.93,0],[0,1.93]],"v":[[-297.641,3.5],[-301.141,0],[-297.641,-3.5],[-294.141,0]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.803921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformer "}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":1,"op":74,"st":-31,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"MASK","parent":2,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-297.641,0,0],"ix":2,"l":2},"a":{"a":0,"k":[-297.641,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.01,"y":1},"o":{"x":0.167,"y":0.167},"t":1,"s":[{"i":[[51.524,0],[0,51.524],[-51.524,0],[0,-51.524]],"o":[[-51.524,0],[0,-51.524],[51.524,0],[0,51.524]],"v":[[-297.641,93.442],[-391.083,0],[-297.641,-93.442],[-204.199,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":15,"s":[{"i":[[55.817,0],[0,55.817],[-55.817,0],[0,-55.817]],"o":[[-55.817,0],[0,-55.817],[55.817,0],[0,55.817]],"v":[[-297.641,101.228],[-398.869,0],[-297.641,-101.228],[-196.413,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"t":60,"s":[{"i":[[55.817,0],[0,55.817],[-55.817,0],[0,-55.817]],"o":[[-55.817,0],[0,-55.817],[55.817,0],[0,55.817]],"v":[[-297.641,101.228],[-398.869,0],[-297.641,-101.228],[-196.413,0]],"c":true}]},{"t":73,"s":[{"i":[[1.93,0],[0,1.93],[-1.93,0],[0,-1.93]],"o":[[-1.93,0],[0,-1.93],[1.93,0],[0,1.93]],"v":[[-297.641,3.5],[-301.141,0],[-297.641,-3.5],[-294.141,0]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformer "}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":74,"st":-28,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"shape 06","parent":1,"tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[960,540,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":1920,"h":1080,"ip":1,"op":74,"st":1,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"MASK 7","parent":2,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[-297.641,0,0],"ix":2,"l":2},"a":{"a":0,"k":[-297.641,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0},"t":15,"s":[{"i":[[51.047,0],[0,-51.047],[-51.047,0],[0,51.048]],"o":[[-51.047,0],[0,51.048],[51.047,0],[0,-51.047]],"v":[[-297.641,-92.578],[-390.218,0],[-297.641,92.578],[-205.063,0]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":1,"y":0},"t":60,"s":[{"i":[[51.047,0],[0,-51.047],[-51.047,0],[0,51.048]],"o":[[-51.047,0],[0,51.048],[51.047,0],[0,-51.047]],"v":[[-297.641,-92.578],[-390.218,0],[-297.641,92.578],[-205.063,0]],"c":true}]},{"t":73,"s":[{"i":[[0.689,0],[0,-0.689],[-0.689,0],[0,0.689]],"o":[[-0.689,0],[0,0.689],[0.689,0],[0,-0.689]],"v":[[-297.641,-1.25],[-298.891,0],[-297.641,1.25],[-296.391,0]],"c":true}]}],"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformer "}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":74,"st":-28,"bm":0},{"ddd":0,"ind":6,"ty":0,"nm":"shape 06","parent":1,"tt":1,"refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":180,"ix":10},"p":{"a":0,"k":[50,50,0],"ix":2,"l":2},"a":{"a":0,"k":[960,540,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":1920,"h":1080,"ip":1,"op":74,"st":1,"bm":0}]},{"id":"comp_1","layers":[{"ddd":0,"ind":1,"ty":4,"nm":"shape 01","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"t":2,"s":[959.994,382.752,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.39,"y":1},"o":{"x":0.61,"y":0},"t":10,"s":[959.994,465.647,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.28,"y":1},"o":{"x":0.61,"y":0},"t":30,"s":[959.994,452.915,0],"to":[0,0,0],"ti":[0,0,0]},{"t":49,"s":[959.994,478.752,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"t":7,"s":[{"i":[[12.082,-0.041],[0,0],[2.831,24.134],[3.126,-1.163],[-0.475,-4.54],[-16.959,-0.02],[0,0],[-5.68,23.24],[0,0],[3.029,1.09],[0.376,-5.674]],"o":[[0,0],[-12.082,-0.041],[-0.505,-6.674],[-2.703,1.006],[5.68,23.24],[0,0],[16.959,-0.02],[0,0],[0.845,-8.54],[-2.829,-1.018],[-2.831,24.134]],"v":[[0.005,22.774],[-0.005,22.774],[-22.684,-28.515],[-32.136,-40.778],[-40.215,-22.149],[-0.005,28.515],[0.005,28.515],[40.215,-22.149],[40.215,-22.149],[31.512,-41.12],[22.684,-28.515]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.61,"y":0},"t":14,"s":[{"i":[[34.816,-0.027],[0,0],[1.883,16.056],[2.08,-0.774],[-0.316,-3.021],[-37.722,-0.014],[0,0],[-3.779,15.461],[0,0],[2.015,0.725],[0.25,-3.775]],"o":[[0,0],[-35.314,-0.027],[-0.336,-4.44],[-1.798,0.669],[3.779,15.461],[0,0],[37.893,-0.014],[0,0],[0.562,-5.682],[-1.882,-0.677],[-1.883,16.056]],"v":[[0.005,21.519],[-0.005,21.519],[-46.677,-12.817],[-53.652,-21.733],[-61.697,-5.196],[-0.005,28.515],[0.005,28.515],[62.49,-5.196],[62.49,-5.196],[53.753,-22.075],[47.47,-12.817]],"c":true}]},{"i":{"x":0.28,"y":1},"o":{"x":0.61,"y":0},"t":28,"s":[{"i":[[12.082,-0.041],[0,0],[2.831,24.134],[3.126,-1.163],[2.577,-1.245],[-16.959,-0.02],[0,0],[-5.68,23.24],[0,0],[3.029,1.09],[2.95,0.743]],"o":[[0,0],[-12.082,-0.041],[-3.276,0.825],[-2.703,1.006],[5.68,23.24],[0,0],[16.959,-0.02],[0,0],[-2.873,-1.388],[-2.829,-1.018],[-2.831,24.134]],"v":[[0.004,20.274],[-0.006,20.274],[-15.434,-38.515],[-24.987,-35.778],[-32.965,-27.149],[-0.005,28.515],[0.005,28.515],[33.215,-27.149],[33.215,-27.149],[24.411,-36.12],[15.684,-38.515]],"c":true}]},{"t":51,"s":[{"i":[[12.082,-0.041],[0,0],[2.831,24.134],[3.126,-1.163],[-0.475,-4.54],[-16.959,-0.02],[0,0],[-5.68,23.24],[0,0],[3.029,1.09],[0.376,-5.674]],"o":[[0,0],[-12.082,-0.041],[-0.505,-6.674],[-2.703,1.006],[5.68,23.24],[0,0],[16.959,-0.02],[0,0],[0.845,-8.54],[-2.829,-1.018],[-2.831,24.134]],"v":[[0.005,22.774],[-0.005,22.774],[-22.684,-28.515],[-32.136,-40.778],[-40.215,-22.149],[-0.005,28.515],[0.005,28.515],[40.215,-22.149],[40.215,-22.149],[31.512,-41.12],[22.684,-28.515]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.803921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformer "}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":512,"st":-43,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"shape 02","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"t":1,"s":[960.008,401.942,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.39,"y":1},"o":{"x":0.61,"y":0},"t":10,"s":[960.008,489.836,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.28,"y":1},"o":{"x":0.61,"y":0},"t":29,"s":[960.008,468.105,0],"to":[0,0,0],"ti":[0,0,0]},{"t":48,"s":[960.008,492.942,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"t":6,"s":[{"i":[[-28.707,0],[-12.409,18.456],[0,0],[2.182,1.952],[5.667,-4.564],[0,0],[24.737,-0.682],[8.917,21.011],[0,0],[2.124,-1.811],[-4.021,-8.297],[0,0]],"o":[[28.707,0],[0,0],[3.11,-7.331],[-2.634,-2.357],[0,0],[-8.917,21.011],[-24.747,-0.682],[0,0],[-7.549,-6.562],[-2.784,2.373],[0,0],[12.409,18.456]],"v":[[-0.008,28.567],[67.92,-15.786],[67.937,-15.798],[67.214,-34.703],[53.38,-28.565],[53.364,-28.551],[-0.008,22.856],[-53.38,-28.561],[-53.404,-28.567],[-69.484,-33.674],[-67.932,-15.832],[-67.937,-15.796]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.61,"y":0},"t":13,"s":[{"i":[[-51.566,0],[-8.255,12.278],[0,0],[1.452,1.299],[3.77,-3.036],[0,0],[46.08,-0.454],[5.933,13.978],[0,0],[1.413,-1.205],[-2.675,-5.52],[0,0]],"o":[[53.407,0],[0,0],[2.069,-4.877],[-1.752,-1.568],[0,0],[-5.933,13.978],[-47.09,-0.454],[0,0],[-5.022,-4.365],[-1.852,1.579],[0,0],[8.255,12.278]],"v":[[-0.008,28.567],[83.584,-0.977],[83.601,-0.989],[81.037,-16.129],[69.044,-13.004],[69.028,-12.99],[-0.009,21.567],[-69.119,-13],[-69.143,-13.005],[-82.042,-15.937],[-83.671,-1.023],[-83.676,-0.988]],"c":true}]},{"i":{"x":0.28,"y":1},"o":{"x":0.61,"y":0},"t":27,"s":[{"i":[[-28.707,0],[-12.409,18.456],[0,0],[2.182,1.952],[2.893,2.047],[0,0],[24.737,-0.682],[8.917,21.011],[0,0],[2.124,-1.811],[2.486,-2.683],[0,0]],"o":[[28.707,0],[0,0],[-1.989,-2.149],[-2.634,-2.357],[0,0],[-8.917,21.011],[-24.747,-0.682],[0,0],[-2.285,1.616],[-2.784,2.373],[0,0],[12.409,18.456]],"v":[[-0.008,28.567],[60.42,-21.286],[60.437,-21.298],[54.214,-31.203],[45.88,-34.065],[45.863,-34.051],[-0.009,19.356],[-45.63,-34.061],[-45.654,-34.067],[-52.234,-32.674],[-60.182,-21.332],[-60.187,-21.296]],"c":true}]},{"t":50,"s":[{"i":[[-28.707,0],[-12.409,18.456],[0,0],[2.182,1.952],[5.667,-4.564],[0,0],[24.737,-0.682],[8.917,21.011],[0,0],[2.124,-1.811],[-4.021,-8.297],[0,0]],"o":[[28.707,0],[0,0],[3.11,-7.331],[-2.634,-2.357],[0,0],[-8.917,21.011],[-24.747,-0.682],[0,0],[-7.549,-6.562],[-2.784,2.373],[0,0],[12.409,18.456]],"v":[[-0.008,28.567],[67.92,-15.786],[67.937,-15.798],[67.214,-34.703],[53.38,-28.565],[53.364,-28.551],[-0.008,22.856],[-53.38,-28.561],[-53.404,-28.567],[-69.484,-33.674],[-67.932,-15.832],[-67.937,-15.796]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.803921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformer "}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":512,"st":-43,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"shape 03","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"t":0,"s":[959.997,421.305,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.39,"y":1},"o":{"x":0.61,"y":0},"t":10,"s":[959.997,517.199,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.28,"y":1},"o":{"x":0.61,"y":0},"t":28,"s":[959.997,494.493,0],"to":[0,0,0],"ti":[0,0,0]},{"t":46,"s":[959.997,512.305,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.39,"y":1},"o":{"x":0.167,"y":0.167},"t":5,"s":[{"i":[[-33.461,0],[-20.929,17.438],[0,0],[1.417,2.791],[1.967,2.966],[0,0],[36.535,0],[13.111,16.898],[0,0],[1.566,-3.047],[1.189,-3.088],[0,0]],"o":[[33.44,0],[0,0],[-1.134,-2.946],[-1.62,-3.192],[0,0],[-13.111,16.888],[-36.545,0],[0,0],[-1.883,2.84],[-1.5,2.918],[0,0],[20.929,17.448]],"v":[[0.002,23.404],[86.407,-5.536],[86.415,-5.539],[84.835,-16.399],[77.198,-23.392],[77.174,-23.392],[0.002,17.775],[-77.18,-23.402],[-77.196,-23.404],[-84.627,-16.069],[-86.415,-5.556],[-86.413,-5.547]],"c":true}]},{"i":{"x":0.39,"y":1},"o":{"x":0.61,"y":0},"t":12,"s":[{"i":[[-54.226,0],[-13.924,11.601],[0,0],[1.417,2.791],[1.967,2.966],[0,0],[52.925,0],[8.723,11.242],[0,0],[1.566,-3.047],[1.189,-3.088],[0,0]],"o":[[52.205,0],[0,0],[-1.134,-2.946],[-1.62,-3.192],[0,0],[-8.723,11.235],[-53.935,0],[0,0],[-1.883,2.84],[-1.5,2.918],[0,0],[13.924,11.608]],"v":[[0.002,23.404],[95.588,4.37],[95.596,4.367],[94.016,-4.066],[87.216,-11.059],[87.192,-11.059],[0.002,16.219],[-88.083,-11.069],[-88.099,-11.071],[-94.692,-3.736],[-96.481,4.351],[-96.479,4.36]],"c":true}]},{"i":{"x":0.28,"y":1},"o":{"x":0.61,"y":0},"t":26,"s":[{"i":[[-33.46,0],[-20.929,17.438],[0,0],[1.417,2.791],[1.967,2.966],[0,0],[36.535,0],[13.111,16.898],[0,0],[1.566,-3.047],[1.189,-3.088],[0,0]],"o":[[33.44,0],[0,0],[-1.134,-2.946],[-1.62,-3.192],[0,0],[-13.111,16.888],[-36.545,0],[0,0],[-1.883,2.84],[-1.5,2.918],[0,0],[20.929,17.448]],"v":[[0.002,23.404],[78.407,-18.286],[78.415,-18.289],[76.835,-29.149],[69.198,-36.142],[69.174,-36.142],[0.001,13.275],[-68.68,-36.152],[-68.696,-36.154],[-76.127,-28.819],[-77.915,-18.306],[-77.913,-18.297]],"c":true}]},{"t":48,"s":[{"i":[[-33.461,0],[-20.929,17.438],[0,0],[1.417,2.791],[1.967,2.966],[0,0],[36.535,0],[13.111,16.898],[0,0],[1.566,-3.047],[1.189,-3.088],[0,0]],"o":[[33.44,0],[0,0],[-1.134,-2.946],[-1.62,-3.192],[0,0],[-13.111,16.888],[-36.545,0],[0,0],[-1.883,2.84],[-1.5,2.918],[0,0],[20.929,17.448]],"v":[[0.002,23.404],[86.407,-5.536],[86.415,-5.539],[84.835,-16.399],[77.198,-23.392],[77.174,-23.392],[0.002,17.775],[-77.18,-23.402],[-77.196,-23.404],[-84.627,-16.069],[-86.415,-5.556],[-86.413,-5.547]],"c":true}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.803921568627,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transformer "}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":512,"st":-43,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"LOGO ANIMATION_FINAL","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[145,150,0],"ix":2,"l":2},"a":{"a":0,"k":[420.5,219,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":841,"h":438,"ip":0,"op":80,"st":0,"bm":0}],"markers":[]};
|
|
2
|
+
|
|
3
|
+
export default _default;
|
|
@@ -8,8 +8,50 @@ export * from './Breadcrumb';
|
|
|
8
8
|
export * from './Button';
|
|
9
9
|
export * from './ButtonGroup';
|
|
10
10
|
export * from './Card';
|
|
11
|
+
export * from './Checkbox';
|
|
11
12
|
export * from './ClearButton';
|
|
12
13
|
export * from './CloseButton';
|
|
14
|
+
export * from './DatePicker';
|
|
15
|
+
export * from './DateTimePicker';
|
|
16
|
+
export * from './Drawer';
|
|
17
|
+
export * from './DropdownMenu';
|
|
18
|
+
export * from './Field';
|
|
19
|
+
export * from './FieldGroup';
|
|
20
|
+
export * from './FileDrop';
|
|
21
|
+
export * from './Files';
|
|
22
|
+
export * from './FileUpload';
|
|
13
23
|
export * from './Flex';
|
|
14
|
-
export * from './
|
|
24
|
+
export * from './Grid';
|
|
25
|
+
export * from './Hint';
|
|
26
|
+
export * from './Icon';
|
|
27
|
+
export * from './InputText';
|
|
28
|
+
export * from './Label';
|
|
29
|
+
export * from './Link';
|
|
30
|
+
export * from './Loader';
|
|
31
|
+
export * from './Logo';
|
|
32
|
+
export * from './Modal';
|
|
33
|
+
export * from './Pagination';
|
|
34
|
+
export * from './PasswordInput';
|
|
35
|
+
export * from './Picker';
|
|
36
|
+
export * from './Popover';
|
|
37
|
+
export * from './Radio';
|
|
38
|
+
export * from './RadioGroup';
|
|
39
|
+
export * from './RadioTab';
|
|
40
|
+
export * from './Search';
|
|
41
|
+
export * from './Select';
|
|
42
|
+
export * from './Shape';
|
|
43
|
+
export * from './Slider';
|
|
44
|
+
export * from './Stack';
|
|
45
|
+
export * from './Swiper';
|
|
46
|
+
export * from './Table';
|
|
47
|
+
export * from './Tabs';
|
|
48
|
+
export * from './Tag';
|
|
49
|
+
export * from './Text';
|
|
50
|
+
export * from './Textarea';
|
|
51
|
+
export * from './TimePicker';
|
|
52
|
+
export * from './Toast';
|
|
53
|
+
export * from './Toggle';
|
|
54
|
+
export * from './Tooltip';
|
|
55
|
+
export * from './VariantIcon';
|
|
56
|
+
export * from './WelcomeLoader';
|
|
15
57
|
export * from './WuiProvider';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { CSSObject } from '@xstyled/styled-components';
|
|
2
|
+
import { Size } from '../utils/field-styles';
|
|
3
|
+
import { ThemeValues } from '.';
|
|
4
|
+
type VariantsTheme = {
|
|
5
|
+
danger: CSSObject;
|
|
6
|
+
success: CSSObject;
|
|
7
|
+
warning: CSSObject;
|
|
8
|
+
};
|
|
9
|
+
export type ThemeDefaultFields = {
|
|
10
|
+
checkableField: {
|
|
11
|
+
checked: CSSObject;
|
|
12
|
+
disabled: CSSObject;
|
|
13
|
+
};
|
|
14
|
+
checkablelabel: {
|
|
15
|
+
checked: CSSObject;
|
|
16
|
+
default: CSSObject;
|
|
17
|
+
};
|
|
18
|
+
default: CSSObject;
|
|
19
|
+
disabled: CSSObject;
|
|
20
|
+
fieldset: CSSObject;
|
|
21
|
+
focused: VariantsTheme & {
|
|
22
|
+
default: CSSObject;
|
|
23
|
+
};
|
|
24
|
+
hover: CSSObject;
|
|
25
|
+
iconPlacement: Record<Size, CSSObject>;
|
|
26
|
+
placeholder: CSSObject;
|
|
27
|
+
select: {
|
|
28
|
+
default: CSSObject;
|
|
29
|
+
disabled: CSSObject;
|
|
30
|
+
existing: CSSObject;
|
|
31
|
+
highlighted: CSSObject;
|
|
32
|
+
selected: CSSObject;
|
|
33
|
+
selectedAndHighlighted: CSSObject;
|
|
34
|
+
};
|
|
35
|
+
sizes: Record<Size, CSSObject>;
|
|
36
|
+
variants: VariantsTheme;
|
|
37
|
+
};
|
|
38
|
+
export declare const getDefaultFields: (theme: ThemeValues) => ThemeDefaultFields;
|
|
39
|
+
export {};
|