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,311 @@
|
|
|
1
|
+
import { IconProps } from '../Icon';
|
|
2
|
+
import { StyledIconProps } from './styles';
|
|
3
|
+
export type IconFontProps = StyledIconProps;
|
|
4
|
+
export declare const IconFont: import('styled-components').StyledComponent<string, import('@xstyled/system').Theme, StyledIconProps, never>;
|
|
5
|
+
type FormatIconJSX<S extends string> = S extends `${infer F}${infer R}` ? F extends '_' ? FormatIconJSX<Capitalize<R>> : `${F}${FormatIconJSX<R>}` : '';
|
|
6
|
+
declare const unicodeMap: {
|
|
7
|
+
actions: string;
|
|
8
|
+
activity: string;
|
|
9
|
+
add: string;
|
|
10
|
+
address: string;
|
|
11
|
+
airplay: string;
|
|
12
|
+
alert: string;
|
|
13
|
+
alert_outline: string;
|
|
14
|
+
analytics: string;
|
|
15
|
+
anniversary: string;
|
|
16
|
+
archive: string;
|
|
17
|
+
arrow_down: string;
|
|
18
|
+
arrow_left: string;
|
|
19
|
+
arrow_right: string;
|
|
20
|
+
arrow_up: string;
|
|
21
|
+
aspect_ratio_fill: string;
|
|
22
|
+
aspect_ratio_fit: string;
|
|
23
|
+
attachment: string;
|
|
24
|
+
avatar: string;
|
|
25
|
+
avatar_accessory: string;
|
|
26
|
+
avatar_body: string;
|
|
27
|
+
avatar_bottom: string;
|
|
28
|
+
avatar_costume: string;
|
|
29
|
+
avatar_head: string;
|
|
30
|
+
avatar_top: string;
|
|
31
|
+
bar_chart: string;
|
|
32
|
+
basketball: string;
|
|
33
|
+
behance: string;
|
|
34
|
+
birthday: string;
|
|
35
|
+
bold: string;
|
|
36
|
+
book: string;
|
|
37
|
+
book_2: string;
|
|
38
|
+
bookmark: string;
|
|
39
|
+
bookmark_outline: string;
|
|
40
|
+
bulb: string;
|
|
41
|
+
bulk: string;
|
|
42
|
+
buoy: string;
|
|
43
|
+
burn: string;
|
|
44
|
+
caddy: string;
|
|
45
|
+
calcul: string;
|
|
46
|
+
camera: string;
|
|
47
|
+
camera_off: string;
|
|
48
|
+
camera_on: string;
|
|
49
|
+
candidate_status: string;
|
|
50
|
+
card_view: string;
|
|
51
|
+
cast: string;
|
|
52
|
+
cast_connected: string;
|
|
53
|
+
cast_unavailable: string;
|
|
54
|
+
celebrate: string;
|
|
55
|
+
check: string;
|
|
56
|
+
clipboard: string;
|
|
57
|
+
clock: string;
|
|
58
|
+
code: string;
|
|
59
|
+
code_block: string;
|
|
60
|
+
coffee: string;
|
|
61
|
+
collapse: string;
|
|
62
|
+
comment: string;
|
|
63
|
+
comment_outline: string;
|
|
64
|
+
common_area: string;
|
|
65
|
+
compass: string;
|
|
66
|
+
computer: string;
|
|
67
|
+
contract: string;
|
|
68
|
+
control_backward: string;
|
|
69
|
+
control_forward: string;
|
|
70
|
+
control_pause: string;
|
|
71
|
+
control_stop: string;
|
|
72
|
+
copy: string;
|
|
73
|
+
cover_letter: string;
|
|
74
|
+
create: string;
|
|
75
|
+
credit_card: string;
|
|
76
|
+
crescent_moon: string;
|
|
77
|
+
crescent_moon_outline: string;
|
|
78
|
+
cross: string;
|
|
79
|
+
cross_target: string;
|
|
80
|
+
crown: string;
|
|
81
|
+
csv: string;
|
|
82
|
+
date: string;
|
|
83
|
+
department: string;
|
|
84
|
+
details: string;
|
|
85
|
+
diamond: string;
|
|
86
|
+
dish: string;
|
|
87
|
+
doc: string;
|
|
88
|
+
docx: string;
|
|
89
|
+
down: string;
|
|
90
|
+
download: string;
|
|
91
|
+
drag_and_drop: string;
|
|
92
|
+
dribbble: string;
|
|
93
|
+
earth: string;
|
|
94
|
+
edit: string;
|
|
95
|
+
education_level: string;
|
|
96
|
+
email: string;
|
|
97
|
+
email_outline: string;
|
|
98
|
+
eot: string;
|
|
99
|
+
equal: string;
|
|
100
|
+
expand: string;
|
|
101
|
+
expand_text: string;
|
|
102
|
+
external_link: string;
|
|
103
|
+
facebook: string;
|
|
104
|
+
factory: string;
|
|
105
|
+
female: string;
|
|
106
|
+
filters: string;
|
|
107
|
+
fingerprint: string;
|
|
108
|
+
flag: string;
|
|
109
|
+
flag_outline: string;
|
|
110
|
+
flag_pointed: string;
|
|
111
|
+
folder: string;
|
|
112
|
+
fullscreen_off: string;
|
|
113
|
+
fullscreen_on: string;
|
|
114
|
+
gear: string;
|
|
115
|
+
gif: string;
|
|
116
|
+
github: string;
|
|
117
|
+
google: string;
|
|
118
|
+
handshake: string;
|
|
119
|
+
hard_hat: string;
|
|
120
|
+
hashtag: string;
|
|
121
|
+
heading: string;
|
|
122
|
+
heading_1: string;
|
|
123
|
+
heading_2: string;
|
|
124
|
+
heading_3: string;
|
|
125
|
+
heading_4: string;
|
|
126
|
+
heading_5: string;
|
|
127
|
+
heading_6: string;
|
|
128
|
+
headset: string;
|
|
129
|
+
heart: string;
|
|
130
|
+
heart_outline: string;
|
|
131
|
+
heart_shiny: string;
|
|
132
|
+
hide: string;
|
|
133
|
+
home: string;
|
|
134
|
+
house: string;
|
|
135
|
+
in_progress_candidate: string;
|
|
136
|
+
information: string;
|
|
137
|
+
information_outline: string;
|
|
138
|
+
instagram: string;
|
|
139
|
+
italic: string;
|
|
140
|
+
jpeg: string;
|
|
141
|
+
jpg: string;
|
|
142
|
+
justice_hammer: string;
|
|
143
|
+
kanban: string;
|
|
144
|
+
key: string;
|
|
145
|
+
language: string;
|
|
146
|
+
leaf: string;
|
|
147
|
+
left: string;
|
|
148
|
+
line_chart: string;
|
|
149
|
+
link: string;
|
|
150
|
+
linkedin: string;
|
|
151
|
+
location: string;
|
|
152
|
+
lock: string;
|
|
153
|
+
lock_rounded: string;
|
|
154
|
+
log_out: string;
|
|
155
|
+
male: string;
|
|
156
|
+
map: string;
|
|
157
|
+
masonry: string;
|
|
158
|
+
meeting_room: string;
|
|
159
|
+
megaphone: string;
|
|
160
|
+
mention: string;
|
|
161
|
+
menu: string;
|
|
162
|
+
mic: string;
|
|
163
|
+
microphone_off: string;
|
|
164
|
+
microphone_on: string;
|
|
165
|
+
microship: string;
|
|
166
|
+
money: string;
|
|
167
|
+
more: string;
|
|
168
|
+
more_android: string;
|
|
169
|
+
mountain: string;
|
|
170
|
+
music: string;
|
|
171
|
+
negative: string;
|
|
172
|
+
negative_outline: string;
|
|
173
|
+
negative_straight: string;
|
|
174
|
+
new_candidate: string;
|
|
175
|
+
notification: string;
|
|
176
|
+
npm: string;
|
|
177
|
+
offer_status: string;
|
|
178
|
+
office: string;
|
|
179
|
+
ordered_list: string;
|
|
180
|
+
origine: string;
|
|
181
|
+
paperplane: string;
|
|
182
|
+
pdf: string;
|
|
183
|
+
pencil: string;
|
|
184
|
+
phone: string;
|
|
185
|
+
phone_outline: string;
|
|
186
|
+
pictures: string;
|
|
187
|
+
piechart: string;
|
|
188
|
+
pin: string;
|
|
189
|
+
pinterest: string;
|
|
190
|
+
pizza: string;
|
|
191
|
+
play: string;
|
|
192
|
+
play_outline: string;
|
|
193
|
+
playlist: string;
|
|
194
|
+
png: string;
|
|
195
|
+
podcast: string;
|
|
196
|
+
positive: string;
|
|
197
|
+
positive_outline: string;
|
|
198
|
+
positive_straight: string;
|
|
199
|
+
ppt: string;
|
|
200
|
+
print: string;
|
|
201
|
+
promote: string;
|
|
202
|
+
puzzle: string;
|
|
203
|
+
puzzle_outline: string;
|
|
204
|
+
question: string;
|
|
205
|
+
questions: string;
|
|
206
|
+
quote: string;
|
|
207
|
+
refresh: string;
|
|
208
|
+
refuse_candidate: string;
|
|
209
|
+
remote: string;
|
|
210
|
+
remove: string;
|
|
211
|
+
reset: string;
|
|
212
|
+
resume: string;
|
|
213
|
+
review: string;
|
|
214
|
+
review_outline: string;
|
|
215
|
+
right: string;
|
|
216
|
+
salary: string;
|
|
217
|
+
save: string;
|
|
218
|
+
screenshare_off: string;
|
|
219
|
+
screenshare_on: string;
|
|
220
|
+
search: string;
|
|
221
|
+
search_people: string;
|
|
222
|
+
settings: string;
|
|
223
|
+
share1: string;
|
|
224
|
+
share2: string;
|
|
225
|
+
shield: string;
|
|
226
|
+
show: string;
|
|
227
|
+
slack: string;
|
|
228
|
+
sound_off: string;
|
|
229
|
+
sound_on: string;
|
|
230
|
+
source: string;
|
|
231
|
+
spanner: string;
|
|
232
|
+
square_alert: string;
|
|
233
|
+
stackoverflow: string;
|
|
234
|
+
stackserver: string;
|
|
235
|
+
star: string;
|
|
236
|
+
star_outline: string;
|
|
237
|
+
strikethrough: string;
|
|
238
|
+
subtitle: string;
|
|
239
|
+
success: string;
|
|
240
|
+
suitcase: string;
|
|
241
|
+
sun: string;
|
|
242
|
+
svg: string;
|
|
243
|
+
table: string;
|
|
244
|
+
table_column_add_after: string;
|
|
245
|
+
table_column_add_before: string;
|
|
246
|
+
table_column_remove: string;
|
|
247
|
+
table_delete: string;
|
|
248
|
+
table_divide: string;
|
|
249
|
+
table_merge_cells: string;
|
|
250
|
+
table_row_add_above: string;
|
|
251
|
+
table_row_add_below: string;
|
|
252
|
+
table_row_remove: string;
|
|
253
|
+
tag: string;
|
|
254
|
+
target: string;
|
|
255
|
+
teepee: string;
|
|
256
|
+
thumb_down: string;
|
|
257
|
+
thumb_up: string;
|
|
258
|
+
trash: string;
|
|
259
|
+
tree: string;
|
|
260
|
+
trophy: string;
|
|
261
|
+
ttf: string;
|
|
262
|
+
twitch: string;
|
|
263
|
+
twitter: string;
|
|
264
|
+
txt: string;
|
|
265
|
+
type: string;
|
|
266
|
+
unavailable: string;
|
|
267
|
+
underline: string;
|
|
268
|
+
unordered_list: string;
|
|
269
|
+
up: string;
|
|
270
|
+
update: string;
|
|
271
|
+
upload: string;
|
|
272
|
+
user: string;
|
|
273
|
+
user_outline: string;
|
|
274
|
+
video: string;
|
|
275
|
+
video_camera: string;
|
|
276
|
+
video_camera_2: string;
|
|
277
|
+
watch_later: string;
|
|
278
|
+
woff: string;
|
|
279
|
+
woff2: string;
|
|
280
|
+
write: string;
|
|
281
|
+
wttj: string;
|
|
282
|
+
xing: string;
|
|
283
|
+
xls: string;
|
|
284
|
+
xlsx: string;
|
|
285
|
+
youtube: string;
|
|
286
|
+
zapier: string;
|
|
287
|
+
zip: string;
|
|
288
|
+
move: string;
|
|
289
|
+
tiktok: string;
|
|
290
|
+
flag_us: string;
|
|
291
|
+
euro_currency: string;
|
|
292
|
+
x: string;
|
|
293
|
+
sparkles: string;
|
|
294
|
+
mobile: string;
|
|
295
|
+
tablet: string;
|
|
296
|
+
certified: string;
|
|
297
|
+
masonry_2: string;
|
|
298
|
+
connection: string;
|
|
299
|
+
arrow_line_left: string;
|
|
300
|
+
arrow_line_right: string;
|
|
301
|
+
arrow_line_down: string;
|
|
302
|
+
arrow_line_up: string;
|
|
303
|
+
symbol: string;
|
|
304
|
+
thunderclock: string;
|
|
305
|
+
extend: string;
|
|
306
|
+
};
|
|
307
|
+
export type IconKey = keyof typeof unicodeMap;
|
|
308
|
+
export type IconKeyFormatted = FormatIconJSX<Capitalize<IconKey>>;
|
|
309
|
+
export type IconsType = Record<IconKeyFormatted, (props: IconProps) => JSX.Element>;
|
|
310
|
+
export declare const Icons: IconsType;
|
|
311
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IconOptions } from '../Icon';
|
|
2
|
+
import { default as unicodeMap } from './unicode.json';
|
|
3
|
+
export type StyledIconProps = {
|
|
4
|
+
name: keyof typeof unicodeMap;
|
|
5
|
+
size: IconOptions['size'];
|
|
6
|
+
};
|
|
7
|
+
export declare const Icon: import('styled-components').StyledComponent<string, import('@xstyled/system').Theme, StyledIconProps, never>;
|
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"actions": "0xF101",
|
|
3
|
+
"activity": "0xF102",
|
|
4
|
+
"add": "0xF103",
|
|
5
|
+
"address": "0xF104",
|
|
6
|
+
"airplay": "0xF105",
|
|
7
|
+
"alert": "0xF106",
|
|
8
|
+
"alert_outline": "0xF107",
|
|
9
|
+
"analytics": "0xF108",
|
|
10
|
+
"anniversary": "0xF109",
|
|
11
|
+
"archive": "0xF10A",
|
|
12
|
+
"arrow_down": "0xF10B",
|
|
13
|
+
"arrow_left": "0xF10C",
|
|
14
|
+
"arrow_right": "0xF10D",
|
|
15
|
+
"arrow_up": "0xF10E",
|
|
16
|
+
"aspect_ratio_fill": "0xF10F",
|
|
17
|
+
"aspect_ratio_fit": "0xF110",
|
|
18
|
+
"attachment": "0xF111",
|
|
19
|
+
"avatar": "0xF112",
|
|
20
|
+
"avatar_accessory": "0xF113",
|
|
21
|
+
"avatar_body": "0xF114",
|
|
22
|
+
"avatar_bottom": "0xF115",
|
|
23
|
+
"avatar_costume": "0xF116",
|
|
24
|
+
"avatar_head": "0xF117",
|
|
25
|
+
"avatar_top": "0xF118",
|
|
26
|
+
"bar_chart": "0xF119",
|
|
27
|
+
"basketball": "0xF11A",
|
|
28
|
+
"behance": "0xF11B",
|
|
29
|
+
"birthday": "0xF11C",
|
|
30
|
+
"bold": "0xF11D",
|
|
31
|
+
"book": "0xF11E",
|
|
32
|
+
"book_2": "0xF11F",
|
|
33
|
+
"bookmark": "0xF120",
|
|
34
|
+
"bookmark_outline": "0xF121",
|
|
35
|
+
"bulb": "0xF122",
|
|
36
|
+
"bulk": "0xF123",
|
|
37
|
+
"buoy": "0xF124",
|
|
38
|
+
"burn": "0xF125",
|
|
39
|
+
"caddy": "0xF126",
|
|
40
|
+
"calcul": "0xF127",
|
|
41
|
+
"camera": "0xF128",
|
|
42
|
+
"camera_off": "0xF129",
|
|
43
|
+
"camera_on": "0xF12A",
|
|
44
|
+
"candidate_status": "0xF12B",
|
|
45
|
+
"card_view": "0xF12C",
|
|
46
|
+
"cast": "0xF12D",
|
|
47
|
+
"cast_connected": "0xF12E",
|
|
48
|
+
"cast_unavailable": "0xF12F",
|
|
49
|
+
"celebrate": "0xF130",
|
|
50
|
+
"check": "0xF131",
|
|
51
|
+
"clipboard": "0xF132",
|
|
52
|
+
"clock": "0xF133",
|
|
53
|
+
"code": "0xF134",
|
|
54
|
+
"code_block": "0xF135",
|
|
55
|
+
"coffee": "0xF136",
|
|
56
|
+
"collapse": "0xF137",
|
|
57
|
+
"comment": "0xF138",
|
|
58
|
+
"comment_outline": "0xF139",
|
|
59
|
+
"common_area": "0xF13A",
|
|
60
|
+
"compass": "0xF13B",
|
|
61
|
+
"computer": "0xF13C",
|
|
62
|
+
"contract": "0xF13D",
|
|
63
|
+
"control_backward": "0xF13E",
|
|
64
|
+
"control_forward": "0xF13F",
|
|
65
|
+
"control_pause": "0xF140",
|
|
66
|
+
"control_stop": "0xF141",
|
|
67
|
+
"copy": "0xF142",
|
|
68
|
+
"cover_letter": "0xF143",
|
|
69
|
+
"create": "0xF144",
|
|
70
|
+
"credit_card": "0xF145",
|
|
71
|
+
"crescent_moon": "0xF146",
|
|
72
|
+
"crescent_moon_outline": "0xF147",
|
|
73
|
+
"cross": "0xF148",
|
|
74
|
+
"cross_target": "0xF149",
|
|
75
|
+
"crown": "0xF14A",
|
|
76
|
+
"csv": "0xF14B",
|
|
77
|
+
"date": "0xF14C",
|
|
78
|
+
"department": "0xF14D",
|
|
79
|
+
"details": "0xF14E",
|
|
80
|
+
"diamond": "0xF14F",
|
|
81
|
+
"dish": "0xF150",
|
|
82
|
+
"doc": "0xF151",
|
|
83
|
+
"docx": "0xF152",
|
|
84
|
+
"down": "0xF153",
|
|
85
|
+
"download": "0xF154",
|
|
86
|
+
"drag_and_drop": "0xF155",
|
|
87
|
+
"dribbble": "0xF156",
|
|
88
|
+
"earth": "0xF157",
|
|
89
|
+
"edit": "0xF158",
|
|
90
|
+
"education_level": "0xF159",
|
|
91
|
+
"email": "0xF15A",
|
|
92
|
+
"email_outline": "0xF15B",
|
|
93
|
+
"eot": "0xF15C",
|
|
94
|
+
"equal": "0xF15D",
|
|
95
|
+
"expand": "0xF15E",
|
|
96
|
+
"expand_text": "0xF15F",
|
|
97
|
+
"external_link": "0xF160",
|
|
98
|
+
"facebook": "0xF161",
|
|
99
|
+
"factory": "0xF162",
|
|
100
|
+
"female": "0xF163",
|
|
101
|
+
"filters": "0xF164",
|
|
102
|
+
"fingerprint": "0xF165",
|
|
103
|
+
"flag": "0xF166",
|
|
104
|
+
"flag_outline": "0xF167",
|
|
105
|
+
"flag_pointed": "0xF168",
|
|
106
|
+
"folder": "0xF169",
|
|
107
|
+
"fullscreen_off": "0xF16A",
|
|
108
|
+
"fullscreen_on": "0xF16B",
|
|
109
|
+
"gear": "0xF16C",
|
|
110
|
+
"gif": "0xF16D",
|
|
111
|
+
"github": "0xF16E",
|
|
112
|
+
"google": "0xF16F",
|
|
113
|
+
"handshake": "0xF170",
|
|
114
|
+
"hard_hat": "0xF171",
|
|
115
|
+
"hashtag": "0xF172",
|
|
116
|
+
"heading": "0xF173",
|
|
117
|
+
"heading_1": "0xF174",
|
|
118
|
+
"heading_2": "0xF175",
|
|
119
|
+
"heading_3": "0xF176",
|
|
120
|
+
"heading_4": "0xF177",
|
|
121
|
+
"heading_5": "0xF178",
|
|
122
|
+
"heading_6": "0xF179",
|
|
123
|
+
"headset": "0xF17A",
|
|
124
|
+
"heart": "0xF17B",
|
|
125
|
+
"heart_outline": "0xF17C",
|
|
126
|
+
"heart_shiny": "0xF17D",
|
|
127
|
+
"hide": "0xF17E",
|
|
128
|
+
"home": "0xF17F",
|
|
129
|
+
"house": "0xF180",
|
|
130
|
+
"in_progress_candidate": "0xF181",
|
|
131
|
+
"information": "0xF182",
|
|
132
|
+
"information_outline": "0xF183",
|
|
133
|
+
"instagram": "0xF184",
|
|
134
|
+
"italic": "0xF185",
|
|
135
|
+
"jpeg": "0xF186",
|
|
136
|
+
"jpg": "0xF187",
|
|
137
|
+
"justice_hammer": "0xF188",
|
|
138
|
+
"kanban": "0xF189",
|
|
139
|
+
"key": "0xF18A",
|
|
140
|
+
"language": "0xF18B",
|
|
141
|
+
"leaf": "0xF18C",
|
|
142
|
+
"left": "0xF18D",
|
|
143
|
+
"line_chart": "0xF18E",
|
|
144
|
+
"link": "0xF18F",
|
|
145
|
+
"linkedin": "0xF190",
|
|
146
|
+
"location": "0xF191",
|
|
147
|
+
"lock": "0xF192",
|
|
148
|
+
"lock_rounded": "0xF193",
|
|
149
|
+
"log_out": "0xF194",
|
|
150
|
+
"male": "0xF195",
|
|
151
|
+
"map": "0xF196",
|
|
152
|
+
"masonry": "0xF197",
|
|
153
|
+
"meeting_room": "0xF198",
|
|
154
|
+
"megaphone": "0xF199",
|
|
155
|
+
"mention": "0xF19A",
|
|
156
|
+
"menu": "0xF19B",
|
|
157
|
+
"mic": "0xF19C",
|
|
158
|
+
"microphone_off": "0xF19D",
|
|
159
|
+
"microphone_on": "0xF19E",
|
|
160
|
+
"microship": "0xF19F",
|
|
161
|
+
"money": "0xF1A0",
|
|
162
|
+
"more": "0xF1A1",
|
|
163
|
+
"more_android": "0xF1A2",
|
|
164
|
+
"mountain": "0xF1A3",
|
|
165
|
+
"music": "0xF1A4",
|
|
166
|
+
"negative": "0xF1A5",
|
|
167
|
+
"negative_outline": "0xF1A6",
|
|
168
|
+
"negative_straight": "0xF1A7",
|
|
169
|
+
"new_candidate": "0xF1A8",
|
|
170
|
+
"notification": "0xF1A9",
|
|
171
|
+
"npm": "0xF1AA",
|
|
172
|
+
"offer_status": "0xF1AB",
|
|
173
|
+
"office": "0xF1AC",
|
|
174
|
+
"ordered_list": "0xF1AD",
|
|
175
|
+
"origine": "0xF1AE",
|
|
176
|
+
"paperplane": "0xF1AF",
|
|
177
|
+
"pdf": "0xF1B0",
|
|
178
|
+
"pencil": "0xF1B1",
|
|
179
|
+
"phone": "0xF1B2",
|
|
180
|
+
"phone_outline": "0xF1B3",
|
|
181
|
+
"pictures": "0xF1B4",
|
|
182
|
+
"piechart": "0xF1B5",
|
|
183
|
+
"pin": "0xF1B6",
|
|
184
|
+
"pinterest": "0xF1B7",
|
|
185
|
+
"pizza": "0xF1B8",
|
|
186
|
+
"play": "0xF1B9",
|
|
187
|
+
"play_outline": "0xF1BA",
|
|
188
|
+
"playlist": "0xF1BB",
|
|
189
|
+
"png": "0xF1BC",
|
|
190
|
+
"podcast": "0xF1BD",
|
|
191
|
+
"positive": "0xF1BE",
|
|
192
|
+
"positive_outline": "0xF1BF",
|
|
193
|
+
"positive_straight": "0xF1C0",
|
|
194
|
+
"ppt": "0xF1C1",
|
|
195
|
+
"print": "0xF1C2",
|
|
196
|
+
"promote": "0xF1C3",
|
|
197
|
+
"puzzle": "0xF1C4",
|
|
198
|
+
"puzzle_outline": "0xF1C5",
|
|
199
|
+
"question": "0xF1C6",
|
|
200
|
+
"questions": "0xF1C7",
|
|
201
|
+
"quote": "0xF1C8",
|
|
202
|
+
"refresh": "0xF1C9",
|
|
203
|
+
"refuse_candidate": "0xF1CA",
|
|
204
|
+
"remote": "0xF1CB",
|
|
205
|
+
"remove": "0xF1CC",
|
|
206
|
+
"reset": "0xF1CD",
|
|
207
|
+
"resume": "0xF1CE",
|
|
208
|
+
"review": "0xF1CF",
|
|
209
|
+
"review_outline": "0xF1D0",
|
|
210
|
+
"right": "0xF1D1",
|
|
211
|
+
"salary": "0xF1D2",
|
|
212
|
+
"save": "0xF1D3",
|
|
213
|
+
"screenshare_off": "0xF1D4",
|
|
214
|
+
"screenshare_on": "0xF1D5",
|
|
215
|
+
"search": "0xF1D6",
|
|
216
|
+
"search_people": "0xF1D7",
|
|
217
|
+
"settings": "0xF1D8",
|
|
218
|
+
"share1": "0xF1D9",
|
|
219
|
+
"share2": "0xF1DA",
|
|
220
|
+
"shield": "0xF1DB",
|
|
221
|
+
"show": "0xF1DC",
|
|
222
|
+
"slack": "0xF1DD",
|
|
223
|
+
"sound_off": "0xF1DE",
|
|
224
|
+
"sound_on": "0xF1DF",
|
|
225
|
+
"source": "0xF1E0",
|
|
226
|
+
"spanner": "0xF1E1",
|
|
227
|
+
"square_alert": "0xF1E2",
|
|
228
|
+
"stackoverflow": "0xF1E3",
|
|
229
|
+
"stackserver": "0xF1E4",
|
|
230
|
+
"star": "0xF1E5",
|
|
231
|
+
"star_outline": "0xF1E6",
|
|
232
|
+
"strikethrough": "0xF1E7",
|
|
233
|
+
"subtitle": "0xF1E8",
|
|
234
|
+
"success": "0xF1E9",
|
|
235
|
+
"suitcase": "0xF1EA",
|
|
236
|
+
"sun": "0xF1EB",
|
|
237
|
+
"svg": "0xF1EC",
|
|
238
|
+
"table": "0xF1ED",
|
|
239
|
+
"table_column_add_after": "0xF1EE",
|
|
240
|
+
"table_column_add_before": "0xF1EF",
|
|
241
|
+
"table_column_remove": "0xF1F0",
|
|
242
|
+
"table_delete": "0xF1F1",
|
|
243
|
+
"table_divide": "0xF1F2",
|
|
244
|
+
"table_merge_cells": "0xF1F3",
|
|
245
|
+
"table_row_add_above": "0xF1F4",
|
|
246
|
+
"table_row_add_below": "0xF1F5",
|
|
247
|
+
"table_row_remove": "0xF1F6",
|
|
248
|
+
"tag": "0xF1F7",
|
|
249
|
+
"target": "0xF1F8",
|
|
250
|
+
"teepee": "0xF1F9",
|
|
251
|
+
"thumb_down": "0xF1FA",
|
|
252
|
+
"thumb_up": "0xF1FB",
|
|
253
|
+
"trash": "0xF1FC",
|
|
254
|
+
"tree": "0xF1FD",
|
|
255
|
+
"trophy": "0xF1FE",
|
|
256
|
+
"ttf": "0xF1FF",
|
|
257
|
+
"twitch": "0xF200",
|
|
258
|
+
"twitter": "0xF201",
|
|
259
|
+
"txt": "0xF202",
|
|
260
|
+
"type": "0xF203",
|
|
261
|
+
"unavailable": "0xF204",
|
|
262
|
+
"underline": "0xF205",
|
|
263
|
+
"unordered_list": "0xF206",
|
|
264
|
+
"up": "0xF207",
|
|
265
|
+
"update": "0xF208",
|
|
266
|
+
"upload": "0xF209",
|
|
267
|
+
"user": "0xF20A",
|
|
268
|
+
"user_outline": "0xF20B",
|
|
269
|
+
"video": "0xF20C",
|
|
270
|
+
"video_camera": "0xF20D",
|
|
271
|
+
"video_camera_2": "0xF20E",
|
|
272
|
+
"watch_later": "0xF20F",
|
|
273
|
+
"woff": "0xF210",
|
|
274
|
+
"woff2": "0xF211",
|
|
275
|
+
"write": "0xF212",
|
|
276
|
+
"wttj": "0xF213",
|
|
277
|
+
"xing": "0xF214",
|
|
278
|
+
"xls": "0xF215",
|
|
279
|
+
"xlsx": "0xF216",
|
|
280
|
+
"youtube": "0xF217",
|
|
281
|
+
"zapier": "0xF218",
|
|
282
|
+
"zip": "0xF219",
|
|
283
|
+
"move": "0xF21A",
|
|
284
|
+
"tiktok": "0xF21B",
|
|
285
|
+
"flag_us": "0xF21C",
|
|
286
|
+
"euro_currency": "0xF21D",
|
|
287
|
+
"x": "0xF21E",
|
|
288
|
+
"sparkles": "0xF21F",
|
|
289
|
+
"mobile": "0xF220",
|
|
290
|
+
"tablet": "0xF221",
|
|
291
|
+
"certified": "0xF222",
|
|
292
|
+
"masonry_2": "0xF223",
|
|
293
|
+
"connection": "0xF224",
|
|
294
|
+
"arrow_line_left": "0xF226",
|
|
295
|
+
"arrow_line_right": "0xF227",
|
|
296
|
+
"arrow_line_down": "0xF228",
|
|
297
|
+
"arrow_line_up": "0xF229",
|
|
298
|
+
"symbol": "0xF22A",
|
|
299
|
+
"thunderclock": "0xF22B",
|
|
300
|
+
"extend": "0xF22C"
|
|
301
|
+
};
|
|
302
|
+
|
|
303
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CreateWuiProps } from '../System';
|
|
3
|
+
import { DefaultFieldStylesProps } from '../../utils/field-styles';
|
|
4
|
+
export interface InputTextOptions extends DefaultFieldStylesProps {
|
|
5
|
+
autoFocus?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
icon?: JSX.Element;
|
|
8
|
+
iconPlacement?: 'left' | 'right';
|
|
9
|
+
isClearable?: boolean;
|
|
10
|
+
name?: string;
|
|
11
|
+
onBlur?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
|
12
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
13
|
+
onFocus?: (event: React.FocusEvent<HTMLInputElement>) => void;
|
|
14
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
15
|
+
placeholder?: string;
|
|
16
|
+
transparent?: boolean;
|
|
17
|
+
type?: string;
|
|
18
|
+
value?: string;
|
|
19
|
+
}
|
|
20
|
+
export type InputTextProps = CreateWuiProps<'input', InputTextOptions>;
|
|
21
|
+
export declare const InputText: import('../System').CreateWuiComponent<"input", InputTextProps>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { InputTextOptions } from './index';
|
|
2
|
+
export declare const InputText: import('styled-components').StyledComponent<"input", import('@xstyled/system').Theme, Pick<InputTextOptions, "transparent" | "size" | "variant" | "iconPlacement" | "isClearable">, never>;
|
|
3
|
+
export declare const Wrapper: import('styled-components').StyledComponent<string, import('@xstyled/system').Theme, {}, never>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { CreateWuiProps } from '../System';
|
|
2
|
+
export interface LabelOptions {
|
|
3
|
+
checkableField?: boolean;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
disabledIcon?: JSX.Element;
|
|
6
|
+
htmlFor?: string;
|
|
7
|
+
icon?: JSX.Element;
|
|
8
|
+
required?: boolean;
|
|
9
|
+
variant?: 'success' | 'danger' | 'warning';
|
|
10
|
+
withDisabledIcon?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export type LabelProps = CreateWuiProps<'label', LabelOptions>;
|
|
13
|
+
export declare const Label: import('../System').CreateWuiComponent<"label", LabelProps>;
|
|
14
|
+
export declare const StyledLabel: import('styled-components').StyledComponent<"label", import('@xstyled/system').Theme, {
|
|
15
|
+
required: boolean;
|
|
16
|
+
}, never>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const Label: import('styled-components').StyledComponent<"label", import('@xstyled/system').Theme, {
|
|
2
|
+
required: boolean;
|
|
3
|
+
}, never>;
|
|
4
|
+
export declare const requiredStyles: import('styled-components').FlattenSimpleInterpolation;
|
|
5
|
+
export declare const Disabled: import('styled-components').StyledComponent<string, import('@xstyled/system').Theme, {}, never>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { UniversalLinkOptions } from '../UniversalLink';
|
|
3
|
+
import { CreateWuiProps } from '../System';
|
|
4
|
+
type Variant = 'primary' | 'secondary';
|
|
5
|
+
export interface LinkOptions {
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
isExternal?: boolean;
|
|
8
|
+
variant?: Variant;
|
|
9
|
+
}
|
|
10
|
+
export type LinkProps = CreateWuiProps<'a', LinkOptions & UniversalLinkOptions>;
|
|
11
|
+
export type WrapWithTextProps = Pick<LinkOptions, 'isExternal'> & {
|
|
12
|
+
children: React.ReactNode | JSX.Element;
|
|
13
|
+
};
|
|
14
|
+
export declare const Link: import('../System').CreateWuiComponent<"a", LinkProps>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { LinkOptions } from './index';
|
|
2
|
+
export declare const Link: import('styled-components').StyledComponent<import('../System').CreateWuiComponent<"a", import('../UniversalLink').UniversalLinkProps>, import('@xstyled/system').Theme, Pick<LinkOptions, "variant" | "isExternal">, never>;
|