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
package/dist/Icon.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react"),m=require("./System.js"),o=require("@xstyled/styled-components"),u=o.css`
|
|
2
|
+
g,
|
|
3
|
+
path {
|
|
4
|
+
stroke: inherit;
|
|
5
|
+
fill: none;
|
|
6
|
+
}
|
|
7
|
+
`,g=o.css`
|
|
8
|
+
g,
|
|
9
|
+
path {
|
|
10
|
+
stroke: none;
|
|
11
|
+
}
|
|
12
|
+
`,r=o("svg")(({isFlag:e,size:s="md",stroked:n,theme:c})=>{const t=c.icons[s]||s;return o.css`
|
|
13
|
+
${!e&&(n?u:g)};
|
|
14
|
+
width: ${t};
|
|
15
|
+
height: ${t};
|
|
16
|
+
${o.system};
|
|
17
|
+
`}),i=m.forwardRef(({content:e,dataTestId:s,size:n="md",title:c,...t},l)=>{const a=t.className||"";return e?d.createElement(r,{alt:c,dangerouslySetInnerHTML:{__html:e.block},"data-testid":s&&`icon-${s}`,isFlag:e.isFlag,ref:l,role:"img",size:n,stroked:e.stroked,title:c,viewBox:e.viewBox||"0 0 100 100",...t,className:`${a} wui-icon`}):null});i.displayName="Icon";const S=r;exports.Icon=i;exports.StyledIcon=S;
|
package/dist/Icon.mjs
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { forwardRef as m } from "./System.mjs";
|
|
4
|
+
import d, { css as l, system as f } from "@xstyled/styled-components";
|
|
5
|
+
const g = l`
|
|
6
|
+
g,
|
|
7
|
+
path {
|
|
8
|
+
stroke: inherit;
|
|
9
|
+
fill: none;
|
|
10
|
+
}
|
|
11
|
+
`, u = l`
|
|
12
|
+
g,
|
|
13
|
+
path {
|
|
14
|
+
stroke: none;
|
|
15
|
+
}
|
|
16
|
+
`, i = d("svg")(({ isFlag: e, size: o = "md", stroked: r, theme: s }) => {
|
|
17
|
+
const t = s.icons[o] || o;
|
|
18
|
+
return l`
|
|
19
|
+
${!e && (r ? g : u)};
|
|
20
|
+
width: ${t};
|
|
21
|
+
height: ${t};
|
|
22
|
+
${f};
|
|
23
|
+
`;
|
|
24
|
+
}), S = m(
|
|
25
|
+
({ content: e, dataTestId: o, size: r = "md", title: s, ...t }, n) => {
|
|
26
|
+
const a = t.className || "";
|
|
27
|
+
return e ? /* @__PURE__ */ c.createElement(
|
|
28
|
+
i,
|
|
29
|
+
{
|
|
30
|
+
alt: s,
|
|
31
|
+
dangerouslySetInnerHTML: { __html: e.block },
|
|
32
|
+
"data-testid": o && `icon-${o}`,
|
|
33
|
+
isFlag: e.isFlag,
|
|
34
|
+
ref: n,
|
|
35
|
+
role: "img",
|
|
36
|
+
size: r,
|
|
37
|
+
stroked: e.stroked,
|
|
38
|
+
title: s,
|
|
39
|
+
viewBox: e.viewBox || "0 0 100 100",
|
|
40
|
+
...t,
|
|
41
|
+
className: `${a} wui-icon`
|
|
42
|
+
}
|
|
43
|
+
) : null;
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
S.displayName = "Icon";
|
|
47
|
+
const k = i;
|
|
48
|
+
export {
|
|
49
|
+
S as Icon,
|
|
50
|
+
k as StyledIcon
|
|
51
|
+
};
|
package/dist/IconFont.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const F=require("react"),e=require("@xstyled/styled-components"),i="0xF101",x="0xF102",l="0xF103",_="0xF104",d="0xF105",u="0xF106",m="0xF107",p="0xF108",h="0xF109",f="0xF10A",b="0xF10B",g="0xF10C",v="0xF10D",w="0xF10E",y="0xF10F",k="0xF110",C="0xF111",A="0xF112",B="0xF113",E="0xF114",D="0xF115",z="0xF116",q="0xF117",j="0xF118",$="0xF119",I="0xF11A",N="0xF11B",T="0xF11C",M="0xF11D",O="0xF11E",P="0xF11F",S="0xF120",U="0xF121",J="0xF122",K="0xF123",R="0xF124",G="0xF125",H="0xF126",L="0xF127",Q="0xF128",V="0xF129",W="0xF12A",X="0xF12B",Y="0xF12C",Z="0xF12D",tt="0xF12E",ot="0xF12F",nt="0xF130",et="0xF131",ct="0xF132",st="0xF133",at="0xF134",rt="0xF135",Ft="0xF136",it="0xF137",xt="0xF138",lt="0xF139",_t="0xF13A",dt="0xF13B",ut="0xF13C",mt="0xF13D",pt="0xF13E",ht="0xF13F",ft="0xF140",bt="0xF141",gt="0xF142",vt="0xF143",wt="0xF144",yt="0xF145",kt="0xF146",Ct="0xF147",At="0xF148",Bt="0xF149",Et="0xF14A",Dt="0xF14B",zt="0xF14C",qt="0xF14D",jt="0xF14E",$t="0xF14F",It="0xF150",Nt="0xF151",Tt="0xF152",Mt="0xF153",Ot="0xF154",Pt="0xF155",St="0xF156",Ut="0xF157",Jt="0xF158",Kt="0xF159",Rt="0xF15A",Gt="0xF15B",Ht="0xF15C",Lt="0xF15D",Qt="0xF15E",Vt="0xF15F",Wt="0xF160",Xt="0xF161",Yt="0xF162",Zt="0xF163",to="0xF164",oo="0xF165",no="0xF166",eo="0xF167",co="0xF168",so="0xF169",ao="0xF16A",ro="0xF16B",Fo="0xF16C",io="0xF16D",xo="0xF16E",lo="0xF16F",_o="0xF170",uo="0xF171",mo="0xF172",po="0xF173",ho="0xF174",fo="0xF175",bo="0xF176",go="0xF177",vo="0xF178",wo="0xF179",yo="0xF17A",ko="0xF17B",Co="0xF17C",Ao="0xF17D",Bo="0xF17E",Eo="0xF17F",Do="0xF180",zo="0xF181",qo="0xF182",jo="0xF183",$o="0xF184",Io="0xF185",No="0xF186",To="0xF187",Mo="0xF188",Oo="0xF189",Po="0xF18A",So="0xF18B",Uo="0xF18C",Jo="0xF18D",Ko="0xF18E",Ro="0xF18F",Go="0xF190",Ho="0xF191",Lo="0xF192",Qo="0xF193",Vo="0xF194",Wo="0xF195",Xo="0xF196",Yo="0xF197",Zo="0xF198",tn="0xF199",on="0xF19A",nn="0xF19B",en="0xF19C",cn="0xF19D",sn="0xF19E",an="0xF19F",rn="0xF1A0",Fn="0xF1A1",xn="0xF1A2",ln="0xF1A3",_n="0xF1A4",dn="0xF1A5",un="0xF1A6",mn="0xF1A7",pn="0xF1A8",hn="0xF1A9",fn="0xF1AA",bn="0xF1AB",gn="0xF1AC",vn="0xF1AD",wn="0xF1AE",yn="0xF1AF",kn="0xF1B0",Cn="0xF1B1",An="0xF1B2",Bn="0xF1B3",En="0xF1B4",Dn="0xF1B5",zn="0xF1B6",qn="0xF1B7",jn="0xF1B8",$n="0xF1B9",In="0xF1BA",Nn="0xF1BB",Tn="0xF1BC",Mn="0xF1BD",On="0xF1BE",Pn="0xF1BF",Sn="0xF1C0",Un="0xF1C1",Jn="0xF1C2",Kn="0xF1C3",Rn="0xF1C4",Gn="0xF1C5",Hn="0xF1C6",Ln="0xF1C7",Qn="0xF1C8",Vn="0xF1C9",Wn="0xF1CA",Xn="0xF1CB",Yn="0xF1CC",Zn="0xF1CD",te="0xF1CE",oe="0xF1CF",ne="0xF1D0",ee="0xF1D1",ce="0xF1D2",se="0xF1D3",ae="0xF1D4",re="0xF1D5",Fe="0xF1D6",ie="0xF1D7",xe="0xF1D8",le="0xF1D9",_e="0xF1DA",de="0xF1DB",ue="0xF1DC",me="0xF1DD",pe="0xF1DE",he="0xF1DF",fe="0xF1E0",be="0xF1E1",ge="0xF1E2",ve="0xF1E3",we="0xF1E4",ye="0xF1E5",ke="0xF1E6",Ce="0xF1E7",Ae="0xF1E8",Be="0xF1E9",Ee="0xF1EA",De="0xF1EB",ze="0xF1EC",qe="0xF1ED",je="0xF1EE",$e="0xF1EF",Ie="0xF1F0",Ne="0xF1F1",Te="0xF1F2",Me="0xF1F3",Oe="0xF1F4",Pe="0xF1F5",Se="0xF1F6",Ue="0xF1F7",Je="0xF1F8",Ke="0xF1F9",Re="0xF1FA",Ge="0xF1FB",He="0xF1FC",Le="0xF1FD",Qe="0xF1FE",Ve="0xF1FF",We="0xF200",Xe="0xF201",Ye="0xF202",Ze="0xF203",tc="0xF204",oc="0xF205",nc="0xF206",ec="0xF207",cc="0xF208",sc="0xF209",ac="0xF20A",rc="0xF20B",Fc="0xF20C",ic="0xF20D",xc="0xF20E",lc="0xF20F",_c="0xF210",dc="0xF211",uc="0xF212",mc="0xF213",pc="0xF214",hc="0xF215",fc="0xF216",bc="0xF217",gc="0xF218",vc="0xF219",wc="0xF21A",yc="0xF21B",kc="0xF21C",Cc="0xF21D",Ac="0xF21E",Bc="0xF21F",Ec="0xF220",Dc="0xF221",zc="0xF222",qc="0xF223",jc="0xF224",$c="0xF226",Ic="0xF227",Nc="0xF228",Tc="0xF229",Mc="0xF22A",Oc="0xF22B",Pc="0xF22C",s={actions:i,activity:x,add:l,address:_,airplay:d,alert:u,alert_outline:m,analytics:p,anniversary:h,archive:f,arrow_down:b,arrow_left:g,arrow_right:v,arrow_up:w,aspect_ratio_fill:y,aspect_ratio_fit:k,attachment:C,avatar:A,avatar_accessory:B,avatar_body:E,avatar_bottom:D,avatar_costume:z,avatar_head:q,avatar_top:j,bar_chart:$,basketball:I,behance:N,birthday:T,bold:M,book:O,book_2:P,bookmark:S,bookmark_outline:U,bulb:J,bulk:K,buoy:R,burn:G,caddy:H,calcul:L,camera:Q,camera_off:V,camera_on:W,candidate_status:X,card_view:Y,cast:Z,cast_connected:tt,cast_unavailable:ot,celebrate:nt,check:et,clipboard:ct,clock:st,code:at,code_block:rt,coffee:Ft,collapse:it,comment:xt,comment_outline:lt,common_area:_t,compass:dt,computer:ut,contract:mt,control_backward:pt,control_forward:ht,control_pause:ft,control_stop:bt,copy:gt,cover_letter:vt,create:wt,credit_card:yt,crescent_moon:kt,crescent_moon_outline:Ct,cross:At,cross_target:Bt,crown:Et,csv:Dt,date:zt,department:qt,details:jt,diamond:$t,dish:It,doc:Nt,docx:Tt,down:Mt,download:Ot,drag_and_drop:Pt,dribbble:St,earth:Ut,edit:Jt,education_level:Kt,email:Rt,email_outline:Gt,eot:Ht,equal:Lt,expand:Qt,expand_text:Vt,external_link:Wt,facebook:Xt,factory:Yt,female:Zt,filters:to,fingerprint:oo,flag:no,flag_outline:eo,flag_pointed:co,folder:so,fullscreen_off:ao,fullscreen_on:ro,gear:Fo,gif:io,github:xo,google:lo,handshake:_o,hard_hat:uo,hashtag:mo,heading:po,heading_1:ho,heading_2:fo,heading_3:bo,heading_4:go,heading_5:vo,heading_6:wo,headset:yo,heart:ko,heart_outline:Co,heart_shiny:Ao,hide:Bo,home:Eo,house:Do,in_progress_candidate:zo,information:qo,information_outline:jo,instagram:$o,italic:Io,jpeg:No,jpg:To,justice_hammer:Mo,kanban:Oo,key:Po,language:So,leaf:Uo,left:Jo,line_chart:Ko,link:Ro,linkedin:Go,location:Ho,lock:Lo,lock_rounded:Qo,log_out:Vo,male:Wo,map:Xo,masonry:Yo,meeting_room:Zo,megaphone:tn,mention:on,menu:nn,mic:en,microphone_off:cn,microphone_on:sn,microship:an,money:rn,more:Fn,more_android:xn,mountain:ln,music:_n,negative:dn,negative_outline:un,negative_straight:mn,new_candidate:pn,notification:hn,npm:fn,offer_status:bn,office:gn,ordered_list:vn,origine:wn,paperplane:yn,pdf:kn,pencil:Cn,phone:An,phone_outline:Bn,pictures:En,piechart:Dn,pin:zn,pinterest:qn,pizza:jn,play:$n,play_outline:In,playlist:Nn,png:Tn,podcast:Mn,positive:On,positive_outline:Pn,positive_straight:Sn,ppt:Un,print:Jn,promote:Kn,puzzle:Rn,puzzle_outline:Gn,question:Hn,questions:Ln,quote:Qn,refresh:Vn,refuse_candidate:Wn,remote:Xn,remove:Yn,reset:Zn,resume:te,review:oe,review_outline:ne,right:ee,salary:ce,save:se,screenshare_off:ae,screenshare_on:re,search:Fe,search_people:ie,settings:xe,share1:le,share2:_e,shield:de,show:ue,slack:me,sound_off:pe,sound_on:he,source:fe,spanner:be,square_alert:ge,stackoverflow:ve,stackserver:we,star:ye,star_outline:ke,strikethrough:Ce,subtitle:Ae,success:Be,suitcase:Ee,sun:De,svg:ze,table:qe,table_column_add_after:je,table_column_add_before:$e,table_column_remove:Ie,table_delete:Ne,table_divide:Te,table_merge_cells:Me,table_row_add_above:Oe,table_row_add_below:Pe,table_row_remove:Se,tag:Ue,target:Je,teepee:Ke,thumb_down:Re,thumb_up:Ge,trash:He,tree:Le,trophy:Qe,ttf:Ve,twitch:We,twitter:Xe,txt:Ye,type:Ze,unavailable:tc,underline:oc,unordered_list:nc,up:ec,update:cc,upload:sc,user:ac,user_outline:rc,video:Fc,video_camera:ic,video_camera_2:xc,watch_later:lc,woff:_c,woff2:dc,write:uc,wttj:mc,xing:pc,xls:hc,xlsx:fc,youtube:bc,zapier:gc,zip:vc,move:wc,tiktok:yc,flag_us:kc,euro_currency:Cc,x:Ac,sparkles:Bc,mobile:Ec,tablet:Dc,certified:zc,masonry_2:qc,connection:jc,arrow_line_left:$c,arrow_line_right:Ic,arrow_line_down:Nc,arrow_line_up:Tc,symbol:Mc,thunderclock:Oc,extend:Pc};function Sc(t){const o=s[t];return o?o.replace("0x","\\"):(console.warn(`Invalid icon name '${t}'`),null)}const a=e.i(({name:t,size:o="md"})=>e.css`
|
|
2
|
+
display: inline-block;
|
|
3
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
4
|
+
font-family: icons;
|
|
5
|
+
font-size: ${e.th(`icons.${o}`)};
|
|
6
|
+
${e.system};
|
|
7
|
+
&::before {
|
|
8
|
+
content: '${Sc(t)}';
|
|
9
|
+
display: block;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-variant: normal;
|
|
12
|
+
text-transform: none;
|
|
13
|
+
line-height: 1;
|
|
14
|
+
-webkit-font-smoothing: antialiased;
|
|
15
|
+
-moz-osx-font-smoothing: grayscale;
|
|
16
|
+
}
|
|
17
|
+
`),Uc=a,Jc={...s},Kc=t=>t.replace(/_(\w)/g,(o,c)=>c.toUpperCase()),Rc=t=>{const o=Kc(t);return`${o.charAt(0).toUpperCase()}${o.substr(1)}`},Gc=Object.keys(Jc),Hc=Gc.reduce((t,o)=>{const c=Rc(o);return t[c]=n=>{const r=n.className||"";return F.createElement(a,{...n,className:`${r} wui-icon-font`,"data-testid":n.dataTestId&&`icon-font-${n.dataTestId}`,name:o})},t},{});exports.IconFont=Uc;exports.Icons=Hc;
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import r from "react";
|
|
3
|
+
import F, { css as i, th as x, system as l } from "@xstyled/styled-components";
|
|
4
|
+
const _ = "0xF101", d = "0xF102", u = "0xF103", m = "0xF104", p = "0xF105", h = "0xF106", f = "0xF107", b = "0xF108", g = "0xF109", v = "0xF10A", w = "0xF10B", y = "0xF10C", k = "0xF10D", C = "0xF10E", A = "0xF10F", B = "0xF110", E = "0xF111", D = "0xF112", z = "0xF113", q = "0xF114", $ = "0xF115", j = "0xF116", I = "0xF117", N = "0xF118", T = "0xF119", U = "0xF11A", J = "0xF11B", K = "0xF11C", M = "0xF11D", O = "0xF11E", P = "0xF11F", R = "0xF120", G = "0xF121", H = "0xF122", L = "0xF123", Q = "0xF124", S = "0xF125", V = "0xF126", W = "0xF127", X = "0xF128", Y = "0xF129", Z = "0xF12A", tt = "0xF12B", ot = "0xF12C", nt = "0xF12D", et = "0xF12E", ct = "0xF12F", st = "0xF130", at = "0xF131", rt = "0xF132", Ft = "0xF133", it = "0xF134", xt = "0xF135", lt = "0xF136", _t = "0xF137", dt = "0xF138", ut = "0xF139", mt = "0xF13A", pt = "0xF13B", ht = "0xF13C", ft = "0xF13D", bt = "0xF13E", gt = "0xF13F", vt = "0xF140", wt = "0xF141", yt = "0xF142", kt = "0xF143", Ct = "0xF144", At = "0xF145", Bt = "0xF146", Et = "0xF147", Dt = "0xF148", zt = "0xF149", qt = "0xF14A", $t = "0xF14B", jt = "0xF14C", It = "0xF14D", Nt = "0xF14E", Tt = "0xF14F", Ut = "0xF150", Jt = "0xF151", Kt = "0xF152", Mt = "0xF153", Ot = "0xF154", Pt = "0xF155", Rt = "0xF156", Gt = "0xF157", Ht = "0xF158", Lt = "0xF159", Qt = "0xF15A", St = "0xF15B", Vt = "0xF15C", Wt = "0xF15D", Xt = "0xF15E", Yt = "0xF15F", Zt = "0xF160", to = "0xF161", oo = "0xF162", no = "0xF163", eo = "0xF164", co = "0xF165", so = "0xF166", ao = "0xF167", ro = "0xF168", Fo = "0xF169", io = "0xF16A", xo = "0xF16B", lo = "0xF16C", _o = "0xF16D", uo = "0xF16E", mo = "0xF16F", po = "0xF170", ho = "0xF171", fo = "0xF172", bo = "0xF173", go = "0xF174", vo = "0xF175", wo = "0xF176", yo = "0xF177", ko = "0xF178", Co = "0xF179", Ao = "0xF17A", Bo = "0xF17B", Eo = "0xF17C", Do = "0xF17D", zo = "0xF17E", qo = "0xF17F", $o = "0xF180", jo = "0xF181", Io = "0xF182", No = "0xF183", To = "0xF184", Uo = "0xF185", Jo = "0xF186", Ko = "0xF187", Mo = "0xF188", Oo = "0xF189", Po = "0xF18A", Ro = "0xF18B", Go = "0xF18C", Ho = "0xF18D", Lo = "0xF18E", Qo = "0xF18F", So = "0xF190", Vo = "0xF191", Wo = "0xF192", Xo = "0xF193", Yo = "0xF194", Zo = "0xF195", tn = "0xF196", on = "0xF197", nn = "0xF198", en = "0xF199", cn = "0xF19A", sn = "0xF19B", an = "0xF19C", rn = "0xF19D", Fn = "0xF19E", xn = "0xF19F", ln = "0xF1A0", _n = "0xF1A1", dn = "0xF1A2", un = "0xF1A3", mn = "0xF1A4", pn = "0xF1A5", hn = "0xF1A6", fn = "0xF1A7", bn = "0xF1A8", gn = "0xF1A9", vn = "0xF1AA", wn = "0xF1AB", yn = "0xF1AC", kn = "0xF1AD", Cn = "0xF1AE", An = "0xF1AF", Bn = "0xF1B0", En = "0xF1B1", Dn = "0xF1B2", zn = "0xF1B3", qn = "0xF1B4", $n = "0xF1B5", jn = "0xF1B6", In = "0xF1B7", Nn = "0xF1B8", Tn = "0xF1B9", Un = "0xF1BA", Jn = "0xF1BB", Kn = "0xF1BC", Mn = "0xF1BD", On = "0xF1BE", Pn = "0xF1BF", Rn = "0xF1C0", Gn = "0xF1C1", Hn = "0xF1C2", Ln = "0xF1C3", Qn = "0xF1C4", Sn = "0xF1C5", Vn = "0xF1C6", Wn = "0xF1C7", Xn = "0xF1C8", Yn = "0xF1C9", Zn = "0xF1CA", te = "0xF1CB", oe = "0xF1CC", ne = "0xF1CD", ee = "0xF1CE", ce = "0xF1CF", se = "0xF1D0", ae = "0xF1D1", re = "0xF1D2", Fe = "0xF1D3", ie = "0xF1D4", xe = "0xF1D5", le = "0xF1D6", _e = "0xF1D7", de = "0xF1D8", ue = "0xF1D9", me = "0xF1DA", pe = "0xF1DB", he = "0xF1DC", fe = "0xF1DD", be = "0xF1DE", ge = "0xF1DF", ve = "0xF1E0", we = "0xF1E1", ye = "0xF1E2", ke = "0xF1E3", Ce = "0xF1E4", Ae = "0xF1E5", Be = "0xF1E6", Ee = "0xF1E7", De = "0xF1E8", ze = "0xF1E9", qe = "0xF1EA", $e = "0xF1EB", je = "0xF1EC", Ie = "0xF1ED", Ne = "0xF1EE", Te = "0xF1EF", Ue = "0xF1F0", Je = "0xF1F1", Ke = "0xF1F2", Me = "0xF1F3", Oe = "0xF1F4", Pe = "0xF1F5", Re = "0xF1F6", Ge = "0xF1F7", He = "0xF1F8", Le = "0xF1F9", Qe = "0xF1FA", Se = "0xF1FB", Ve = "0xF1FC", We = "0xF1FD", Xe = "0xF1FE", Ye = "0xF1FF", Ze = "0xF200", tc = "0xF201", oc = "0xF202", nc = "0xF203", ec = "0xF204", cc = "0xF205", sc = "0xF206", ac = "0xF207", rc = "0xF208", Fc = "0xF209", ic = "0xF20A", xc = "0xF20B", lc = "0xF20C", _c = "0xF20D", dc = "0xF20E", uc = "0xF20F", mc = "0xF210", pc = "0xF211", hc = "0xF212", fc = "0xF213", bc = "0xF214", gc = "0xF215", vc = "0xF216", wc = "0xF217", yc = "0xF218", kc = "0xF219", Cc = "0xF21A", Ac = "0xF21B", Bc = "0xF21C", Ec = "0xF21D", Dc = "0xF21E", zc = "0xF21F", qc = "0xF220", $c = "0xF221", jc = "0xF222", Ic = "0xF223", Nc = "0xF224", Tc = "0xF226", Uc = "0xF227", Jc = "0xF228", Kc = "0xF229", Mc = "0xF22A", Oc = "0xF22B", Pc = "0xF22C", c = {
|
|
5
|
+
actions: _,
|
|
6
|
+
activity: d,
|
|
7
|
+
add: u,
|
|
8
|
+
address: m,
|
|
9
|
+
airplay: p,
|
|
10
|
+
alert: h,
|
|
11
|
+
alert_outline: f,
|
|
12
|
+
analytics: b,
|
|
13
|
+
anniversary: g,
|
|
14
|
+
archive: v,
|
|
15
|
+
arrow_down: w,
|
|
16
|
+
arrow_left: y,
|
|
17
|
+
arrow_right: k,
|
|
18
|
+
arrow_up: C,
|
|
19
|
+
aspect_ratio_fill: A,
|
|
20
|
+
aspect_ratio_fit: B,
|
|
21
|
+
attachment: E,
|
|
22
|
+
avatar: D,
|
|
23
|
+
avatar_accessory: z,
|
|
24
|
+
avatar_body: q,
|
|
25
|
+
avatar_bottom: $,
|
|
26
|
+
avatar_costume: j,
|
|
27
|
+
avatar_head: I,
|
|
28
|
+
avatar_top: N,
|
|
29
|
+
bar_chart: T,
|
|
30
|
+
basketball: U,
|
|
31
|
+
behance: J,
|
|
32
|
+
birthday: K,
|
|
33
|
+
bold: M,
|
|
34
|
+
book: O,
|
|
35
|
+
book_2: P,
|
|
36
|
+
bookmark: R,
|
|
37
|
+
bookmark_outline: G,
|
|
38
|
+
bulb: H,
|
|
39
|
+
bulk: L,
|
|
40
|
+
buoy: Q,
|
|
41
|
+
burn: S,
|
|
42
|
+
caddy: V,
|
|
43
|
+
calcul: W,
|
|
44
|
+
camera: X,
|
|
45
|
+
camera_off: Y,
|
|
46
|
+
camera_on: Z,
|
|
47
|
+
candidate_status: tt,
|
|
48
|
+
card_view: ot,
|
|
49
|
+
cast: nt,
|
|
50
|
+
cast_connected: et,
|
|
51
|
+
cast_unavailable: ct,
|
|
52
|
+
celebrate: st,
|
|
53
|
+
check: at,
|
|
54
|
+
clipboard: rt,
|
|
55
|
+
clock: Ft,
|
|
56
|
+
code: it,
|
|
57
|
+
code_block: xt,
|
|
58
|
+
coffee: lt,
|
|
59
|
+
collapse: _t,
|
|
60
|
+
comment: dt,
|
|
61
|
+
comment_outline: ut,
|
|
62
|
+
common_area: mt,
|
|
63
|
+
compass: pt,
|
|
64
|
+
computer: ht,
|
|
65
|
+
contract: ft,
|
|
66
|
+
control_backward: bt,
|
|
67
|
+
control_forward: gt,
|
|
68
|
+
control_pause: vt,
|
|
69
|
+
control_stop: wt,
|
|
70
|
+
copy: yt,
|
|
71
|
+
cover_letter: kt,
|
|
72
|
+
create: Ct,
|
|
73
|
+
credit_card: At,
|
|
74
|
+
crescent_moon: Bt,
|
|
75
|
+
crescent_moon_outline: Et,
|
|
76
|
+
cross: Dt,
|
|
77
|
+
cross_target: zt,
|
|
78
|
+
crown: qt,
|
|
79
|
+
csv: $t,
|
|
80
|
+
date: jt,
|
|
81
|
+
department: It,
|
|
82
|
+
details: Nt,
|
|
83
|
+
diamond: Tt,
|
|
84
|
+
dish: Ut,
|
|
85
|
+
doc: Jt,
|
|
86
|
+
docx: Kt,
|
|
87
|
+
down: Mt,
|
|
88
|
+
download: Ot,
|
|
89
|
+
drag_and_drop: Pt,
|
|
90
|
+
dribbble: Rt,
|
|
91
|
+
earth: Gt,
|
|
92
|
+
edit: Ht,
|
|
93
|
+
education_level: Lt,
|
|
94
|
+
email: Qt,
|
|
95
|
+
email_outline: St,
|
|
96
|
+
eot: Vt,
|
|
97
|
+
equal: Wt,
|
|
98
|
+
expand: Xt,
|
|
99
|
+
expand_text: Yt,
|
|
100
|
+
external_link: Zt,
|
|
101
|
+
facebook: to,
|
|
102
|
+
factory: oo,
|
|
103
|
+
female: no,
|
|
104
|
+
filters: eo,
|
|
105
|
+
fingerprint: co,
|
|
106
|
+
flag: so,
|
|
107
|
+
flag_outline: ao,
|
|
108
|
+
flag_pointed: ro,
|
|
109
|
+
folder: Fo,
|
|
110
|
+
fullscreen_off: io,
|
|
111
|
+
fullscreen_on: xo,
|
|
112
|
+
gear: lo,
|
|
113
|
+
gif: _o,
|
|
114
|
+
github: uo,
|
|
115
|
+
google: mo,
|
|
116
|
+
handshake: po,
|
|
117
|
+
hard_hat: ho,
|
|
118
|
+
hashtag: fo,
|
|
119
|
+
heading: bo,
|
|
120
|
+
heading_1: go,
|
|
121
|
+
heading_2: vo,
|
|
122
|
+
heading_3: wo,
|
|
123
|
+
heading_4: yo,
|
|
124
|
+
heading_5: ko,
|
|
125
|
+
heading_6: Co,
|
|
126
|
+
headset: Ao,
|
|
127
|
+
heart: Bo,
|
|
128
|
+
heart_outline: Eo,
|
|
129
|
+
heart_shiny: Do,
|
|
130
|
+
hide: zo,
|
|
131
|
+
home: qo,
|
|
132
|
+
house: $o,
|
|
133
|
+
in_progress_candidate: jo,
|
|
134
|
+
information: Io,
|
|
135
|
+
information_outline: No,
|
|
136
|
+
instagram: To,
|
|
137
|
+
italic: Uo,
|
|
138
|
+
jpeg: Jo,
|
|
139
|
+
jpg: Ko,
|
|
140
|
+
justice_hammer: Mo,
|
|
141
|
+
kanban: Oo,
|
|
142
|
+
key: Po,
|
|
143
|
+
language: Ro,
|
|
144
|
+
leaf: Go,
|
|
145
|
+
left: Ho,
|
|
146
|
+
line_chart: Lo,
|
|
147
|
+
link: Qo,
|
|
148
|
+
linkedin: So,
|
|
149
|
+
location: Vo,
|
|
150
|
+
lock: Wo,
|
|
151
|
+
lock_rounded: Xo,
|
|
152
|
+
log_out: Yo,
|
|
153
|
+
male: Zo,
|
|
154
|
+
map: tn,
|
|
155
|
+
masonry: on,
|
|
156
|
+
meeting_room: nn,
|
|
157
|
+
megaphone: en,
|
|
158
|
+
mention: cn,
|
|
159
|
+
menu: sn,
|
|
160
|
+
mic: an,
|
|
161
|
+
microphone_off: rn,
|
|
162
|
+
microphone_on: Fn,
|
|
163
|
+
microship: xn,
|
|
164
|
+
money: ln,
|
|
165
|
+
more: _n,
|
|
166
|
+
more_android: dn,
|
|
167
|
+
mountain: un,
|
|
168
|
+
music: mn,
|
|
169
|
+
negative: pn,
|
|
170
|
+
negative_outline: hn,
|
|
171
|
+
negative_straight: fn,
|
|
172
|
+
new_candidate: bn,
|
|
173
|
+
notification: gn,
|
|
174
|
+
npm: vn,
|
|
175
|
+
offer_status: wn,
|
|
176
|
+
office: yn,
|
|
177
|
+
ordered_list: kn,
|
|
178
|
+
origine: Cn,
|
|
179
|
+
paperplane: An,
|
|
180
|
+
pdf: Bn,
|
|
181
|
+
pencil: En,
|
|
182
|
+
phone: Dn,
|
|
183
|
+
phone_outline: zn,
|
|
184
|
+
pictures: qn,
|
|
185
|
+
piechart: $n,
|
|
186
|
+
pin: jn,
|
|
187
|
+
pinterest: In,
|
|
188
|
+
pizza: Nn,
|
|
189
|
+
play: Tn,
|
|
190
|
+
play_outline: Un,
|
|
191
|
+
playlist: Jn,
|
|
192
|
+
png: Kn,
|
|
193
|
+
podcast: Mn,
|
|
194
|
+
positive: On,
|
|
195
|
+
positive_outline: Pn,
|
|
196
|
+
positive_straight: Rn,
|
|
197
|
+
ppt: Gn,
|
|
198
|
+
print: Hn,
|
|
199
|
+
promote: Ln,
|
|
200
|
+
puzzle: Qn,
|
|
201
|
+
puzzle_outline: Sn,
|
|
202
|
+
question: Vn,
|
|
203
|
+
questions: Wn,
|
|
204
|
+
quote: Xn,
|
|
205
|
+
refresh: Yn,
|
|
206
|
+
refuse_candidate: Zn,
|
|
207
|
+
remote: te,
|
|
208
|
+
remove: oe,
|
|
209
|
+
reset: ne,
|
|
210
|
+
resume: ee,
|
|
211
|
+
review: ce,
|
|
212
|
+
review_outline: se,
|
|
213
|
+
right: ae,
|
|
214
|
+
salary: re,
|
|
215
|
+
save: Fe,
|
|
216
|
+
screenshare_off: ie,
|
|
217
|
+
screenshare_on: xe,
|
|
218
|
+
search: le,
|
|
219
|
+
search_people: _e,
|
|
220
|
+
settings: de,
|
|
221
|
+
share1: ue,
|
|
222
|
+
share2: me,
|
|
223
|
+
shield: pe,
|
|
224
|
+
show: he,
|
|
225
|
+
slack: fe,
|
|
226
|
+
sound_off: be,
|
|
227
|
+
sound_on: ge,
|
|
228
|
+
source: ve,
|
|
229
|
+
spanner: we,
|
|
230
|
+
square_alert: ye,
|
|
231
|
+
stackoverflow: ke,
|
|
232
|
+
stackserver: Ce,
|
|
233
|
+
star: Ae,
|
|
234
|
+
star_outline: Be,
|
|
235
|
+
strikethrough: Ee,
|
|
236
|
+
subtitle: De,
|
|
237
|
+
success: ze,
|
|
238
|
+
suitcase: qe,
|
|
239
|
+
sun: $e,
|
|
240
|
+
svg: je,
|
|
241
|
+
table: Ie,
|
|
242
|
+
table_column_add_after: Ne,
|
|
243
|
+
table_column_add_before: Te,
|
|
244
|
+
table_column_remove: Ue,
|
|
245
|
+
table_delete: Je,
|
|
246
|
+
table_divide: Ke,
|
|
247
|
+
table_merge_cells: Me,
|
|
248
|
+
table_row_add_above: Oe,
|
|
249
|
+
table_row_add_below: Pe,
|
|
250
|
+
table_row_remove: Re,
|
|
251
|
+
tag: Ge,
|
|
252
|
+
target: He,
|
|
253
|
+
teepee: Le,
|
|
254
|
+
thumb_down: Qe,
|
|
255
|
+
thumb_up: Se,
|
|
256
|
+
trash: Ve,
|
|
257
|
+
tree: We,
|
|
258
|
+
trophy: Xe,
|
|
259
|
+
ttf: Ye,
|
|
260
|
+
twitch: Ze,
|
|
261
|
+
twitter: tc,
|
|
262
|
+
txt: oc,
|
|
263
|
+
type: nc,
|
|
264
|
+
unavailable: ec,
|
|
265
|
+
underline: cc,
|
|
266
|
+
unordered_list: sc,
|
|
267
|
+
up: ac,
|
|
268
|
+
update: rc,
|
|
269
|
+
upload: Fc,
|
|
270
|
+
user: ic,
|
|
271
|
+
user_outline: xc,
|
|
272
|
+
video: lc,
|
|
273
|
+
video_camera: _c,
|
|
274
|
+
video_camera_2: dc,
|
|
275
|
+
watch_later: uc,
|
|
276
|
+
woff: mc,
|
|
277
|
+
woff2: pc,
|
|
278
|
+
write: hc,
|
|
279
|
+
wttj: fc,
|
|
280
|
+
xing: bc,
|
|
281
|
+
xls: gc,
|
|
282
|
+
xlsx: vc,
|
|
283
|
+
youtube: wc,
|
|
284
|
+
zapier: yc,
|
|
285
|
+
zip: kc,
|
|
286
|
+
move: Cc,
|
|
287
|
+
tiktok: Ac,
|
|
288
|
+
flag_us: Bc,
|
|
289
|
+
euro_currency: Ec,
|
|
290
|
+
x: Dc,
|
|
291
|
+
sparkles: zc,
|
|
292
|
+
mobile: qc,
|
|
293
|
+
tablet: $c,
|
|
294
|
+
certified: jc,
|
|
295
|
+
masonry_2: Ic,
|
|
296
|
+
connection: Nc,
|
|
297
|
+
arrow_line_left: Tc,
|
|
298
|
+
arrow_line_right: Uc,
|
|
299
|
+
arrow_line_down: Jc,
|
|
300
|
+
arrow_line_up: Kc,
|
|
301
|
+
symbol: Mc,
|
|
302
|
+
thunderclock: Oc,
|
|
303
|
+
extend: Pc
|
|
304
|
+
};
|
|
305
|
+
function Rc(t) {
|
|
306
|
+
const o = c[t];
|
|
307
|
+
return o ? o.replace("0x", "\\") : (console.warn(`Invalid icon name '${t}'`), null);
|
|
308
|
+
}
|
|
309
|
+
const s = F.i(
|
|
310
|
+
({ name: t, size: o = "md" }) => i`
|
|
311
|
+
display: inline-block;
|
|
312
|
+
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
|
|
313
|
+
font-family: icons;
|
|
314
|
+
font-size: ${x(`icons.${o}`)};
|
|
315
|
+
${l};
|
|
316
|
+
&::before {
|
|
317
|
+
content: '${Rc(t)}';
|
|
318
|
+
display: block;
|
|
319
|
+
font-style: normal;
|
|
320
|
+
font-variant: normal;
|
|
321
|
+
text-transform: none;
|
|
322
|
+
line-height: 1;
|
|
323
|
+
-webkit-font-smoothing: antialiased;
|
|
324
|
+
-moz-osx-font-smoothing: grayscale;
|
|
325
|
+
}
|
|
326
|
+
`
|
|
327
|
+
), Wc = s, Gc = { ...c }, Hc = (t) => t.replace(/_(\w)/g, (o, e) => e.toUpperCase()), Lc = (t) => {
|
|
328
|
+
const o = Hc(t);
|
|
329
|
+
return `${o.charAt(0).toUpperCase()}${o.substr(1)}`;
|
|
330
|
+
}, Qc = Object.keys(Gc), Xc = Qc.reduce((t, o) => {
|
|
331
|
+
const e = Lc(o);
|
|
332
|
+
return t[e] = (n) => {
|
|
333
|
+
const a = n.className || "";
|
|
334
|
+
return /* @__PURE__ */ r.createElement(
|
|
335
|
+
s,
|
|
336
|
+
{
|
|
337
|
+
...n,
|
|
338
|
+
className: `${a} wui-icon-font`,
|
|
339
|
+
"data-testid": n.dataTestId && `icon-font-${n.dataTestId}`,
|
|
340
|
+
name: o
|
|
341
|
+
}
|
|
342
|
+
);
|
|
343
|
+
}, t;
|
|
344
|
+
}, {});
|
|
345
|
+
export {
|
|
346
|
+
Wc as IconFont,
|
|
347
|
+
Xc as Icons
|
|
348
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),I=require("./System.js"),W=require("./ClearButton.js"),E=require("./Field.js"),f=require("./field-styles-D_gf6ypV.js"),$=require("./create-event-YSlay9Ef.js"),o=require("@xstyled/styled-components"),C=o("input").withConfig({shouldForwardProp:I.shouldForwardProp})(({iconPlacement:n,isClearable:l,size:i,transparent:e,variant:t})=>o.css`
|
|
2
|
+
${f.defaultFieldStyles({size:i,variant:t,transparent:e,isClearable:l,iconPlacement:n})};
|
|
3
|
+
text-overflow: ellipsis;
|
|
4
|
+
|
|
5
|
+
${o.system};
|
|
6
|
+
`),N=o.div`
|
|
7
|
+
position: relative;
|
|
8
|
+
`,y=I.forwardRef(({autoFocus:n,dataTestId:l,disabled:i,icon:e,iconPlacement:t="left",isClearable:u,name:c,onBlur:h,onChange:p,onFocus:m,onKeyDown:q,placeholder:v,size:d="md",transparent:S,type:x="text",value:a,variant:w,...F},T)=>{const g=u&&t==="right",z=e&&t,s=f.FIELD_ICON_SIZE[d],R=()=>{const B=$.createEvent({name:c,value:""});p&&p(B)};return r.createElement(N,null,r.createElement(C,{autoFocus:n,"data-testid":l,disabled:i,iconPlacement:!!e&&t,id:c,isClearable:u,name:c,onBlur:h,onChange:p,onFocus:m,onKeyDown:q,placeholder:v,ref:T,size:d,transparent:S,type:x,value:a,variant:w,...F}),z&&!g&&r.createElement(E.IconWrapper,{iconPlacement:t,size:s},r.cloneElement(e,{...e.props,size:s})),u&&r.createElement(E.IconGroupWrapper,{size:s},a&&r.createElement(W.ClearButton,{onClick:R}),t==="right"&&r.cloneElement(e,{...e.props,size:s})))});y.displayName="InputText";exports.InputText=y;
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import r from "react";
|
|
3
|
+
import { shouldForwardProp as S, forwardRef as T } from "./System.mjs";
|
|
4
|
+
import { ClearButton as W } from "./ClearButton.mjs";
|
|
5
|
+
import { IconWrapper as $, IconGroupWrapper as g } from "./Field.mjs";
|
|
6
|
+
import { d as B, F as N } from "./field-styles-CeV7pnOp.mjs";
|
|
7
|
+
import { c as k } from "./create-event-rXDe5aCQ.mjs";
|
|
8
|
+
import c, { css as A, system as C } from "@xstyled/styled-components";
|
|
9
|
+
const D = c("input").withConfig({ shouldForwardProp: S })(
|
|
10
|
+
({ iconPlacement: s, isClearable: p, size: l, transparent: t, variant: e }) => A`
|
|
11
|
+
${B({
|
|
12
|
+
size: l,
|
|
13
|
+
variant: e,
|
|
14
|
+
transparent: t,
|
|
15
|
+
isClearable: p,
|
|
16
|
+
iconPlacement: s
|
|
17
|
+
})};
|
|
18
|
+
text-overflow: ellipsis;
|
|
19
|
+
|
|
20
|
+
${C};
|
|
21
|
+
`
|
|
22
|
+
), G = c.div`
|
|
23
|
+
position: relative;
|
|
24
|
+
`, L = T(
|
|
25
|
+
({
|
|
26
|
+
autoFocus: s,
|
|
27
|
+
dataTestId: p,
|
|
28
|
+
disabled: l,
|
|
29
|
+
icon: t,
|
|
30
|
+
iconPlacement: e = "left",
|
|
31
|
+
isClearable: n,
|
|
32
|
+
name: i,
|
|
33
|
+
onBlur: f,
|
|
34
|
+
onChange: m,
|
|
35
|
+
onFocus: u,
|
|
36
|
+
onKeyDown: E,
|
|
37
|
+
placeholder: I,
|
|
38
|
+
size: a = "md",
|
|
39
|
+
transparent: h,
|
|
40
|
+
type: x = "text",
|
|
41
|
+
value: d,
|
|
42
|
+
variant: _,
|
|
43
|
+
...v
|
|
44
|
+
}, w) => {
|
|
45
|
+
const y = n && e === "right", z = t && e, o = N[a], F = () => {
|
|
46
|
+
const R = k({
|
|
47
|
+
name: i,
|
|
48
|
+
value: ""
|
|
49
|
+
});
|
|
50
|
+
m && m(R);
|
|
51
|
+
};
|
|
52
|
+
return /* @__PURE__ */ r.createElement(G, null, /* @__PURE__ */ r.createElement(
|
|
53
|
+
D,
|
|
54
|
+
{
|
|
55
|
+
autoFocus: s,
|
|
56
|
+
"data-testid": p,
|
|
57
|
+
disabled: l,
|
|
58
|
+
iconPlacement: !!t && e,
|
|
59
|
+
id: i,
|
|
60
|
+
isClearable: n,
|
|
61
|
+
name: i,
|
|
62
|
+
onBlur: f,
|
|
63
|
+
onChange: m,
|
|
64
|
+
onFocus: u,
|
|
65
|
+
onKeyDown: E,
|
|
66
|
+
placeholder: I,
|
|
67
|
+
ref: w,
|
|
68
|
+
size: a,
|
|
69
|
+
transparent: h,
|
|
70
|
+
type: x,
|
|
71
|
+
value: d,
|
|
72
|
+
variant: _,
|
|
73
|
+
...v
|
|
74
|
+
}
|
|
75
|
+
), z && !y && /* @__PURE__ */ r.createElement($, { iconPlacement: e, size: o }, r.cloneElement(t, { ...t.props, size: o })), n && /* @__PURE__ */ r.createElement(g, { size: o }, d && /* @__PURE__ */ r.createElement(W, { onClick: F }), e === "right" && r.cloneElement(t, { ...t.props, size: o })));
|
|
76
|
+
}
|
|
77
|
+
);
|
|
78
|
+
L.displayName = "InputText";
|
|
79
|
+
export {
|
|
80
|
+
L as InputText
|
|
81
|
+
};
|