@pega/cosmos-react-core 2.0.0-dev.11.0 → 2.0.0-dev.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/lib/components/Actions/Actions.js +1 -1
- package/lib/components/Actions/Actions.js.map +1 -1
- package/lib/components/AppShell/AppHeader.d.ts.map +1 -1
- package/lib/components/AppShell/AppHeader.js +1 -6
- package/lib/components/AppShell/AppHeader.js.map +1 -1
- package/lib/components/AppShell/AppShell.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.js +14 -32
- package/lib/components/AppShell/AppShell.js.map +1 -1
- package/lib/components/AppShell/AppShell.styles.d.ts +3 -2
- package/lib/components/AppShell/AppShell.styles.d.ts.map +1 -1
- package/lib/components/AppShell/AppShell.styles.js +36 -24
- package/lib/components/AppShell/AppShell.styles.js.map +1 -1
- package/lib/components/AppShell/AppShellList.js +10 -13
- package/lib/components/AppShell/AppShellList.js.map +1 -1
- package/lib/components/AppShell/Drawer.js +3 -6
- package/lib/components/AppShell/Drawer.js.map +1 -1
- package/lib/components/AppShell/Operator.js +1 -3
- package/lib/components/AppShell/Operator.js.map +1 -1
- package/lib/components/AppShell/SkipNavigation.js +2 -2
- package/lib/components/AppShell/SkipNavigation.js.map +1 -1
- package/lib/components/Avatar/Avatar.js +3 -4
- package/lib/components/Avatar/Avatar.js.map +1 -1
- package/lib/components/Backdrop/Backdrop.d.ts +1 -1
- package/lib/components/Backdrop/Backdrop.d.ts.map +1 -1
- package/lib/components/Backdrop/Backdrop.js +6 -5
- package/lib/components/Backdrop/Backdrop.js.map +1 -1
- package/lib/components/Badges/Selection.js +7 -8
- package/lib/components/Badges/Selection.js.map +1 -1
- package/lib/components/Banner/Banner.js +2 -6
- package/lib/components/Banner/Banner.js.map +1 -1
- package/lib/components/Boolean/BooleanDisplay.js +1 -2
- package/lib/components/Boolean/BooleanDisplay.js.map +1 -1
- package/lib/components/Breadcrumbs/Breadcrumbs.js +2 -5
- package/lib/components/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/components/Button/Button.d.ts +5 -0
- package/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js +16 -9
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/Card/Card.d.ts.map +1 -1
- package/lib/components/Card/Card.js +2 -1
- package/lib/components/Card/Card.js.map +1 -1
- package/lib/components/Card/CardContent.d.ts.map +1 -1
- package/lib/components/Card/CardContent.js +4 -3
- package/lib/components/Card/CardContent.js.map +1 -1
- package/lib/components/Card/CardFooter.d.ts.map +1 -1
- package/lib/components/Card/CardFooter.js +3 -2
- package/lib/components/Card/CardFooter.js.map +1 -1
- package/lib/components/Card/CardHeader.d.ts.map +1 -1
- package/lib/components/Card/CardHeader.js +5 -5
- package/lib/components/Card/CardHeader.js.map +1 -1
- package/lib/components/Card/CollapsibleCard.js +2 -6
- package/lib/components/Card/CollapsibleCard.js.map +1 -1
- package/lib/components/ColorPicker/ColorPicker.js +6 -9
- package/lib/components/ColorPicker/ColorPicker.js.map +1 -1
- package/lib/components/ComboBox/ComboBox.d.ts +1 -1
- package/lib/components/ComboBox/ComboBox.d.ts.map +1 -1
- package/lib/components/ComboBox/ComboBox.js +14 -20
- package/lib/components/ComboBox/ComboBox.js.map +1 -1
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.d.ts.map +1 -1
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js +11 -19
- package/lib/components/ComboBox/MultiSelectInput/MultiSelectInput.js.map +1 -1
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.d.ts.map +1 -1
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js +3 -3
- package/lib/components/ComboBox/SingleSelectInput/SingleSelectInput.js.map +1 -1
- package/lib/components/Configuration/Configuration.js +8 -10
- package/lib/components/Configuration/Configuration.js.map +1 -1
- package/lib/components/Currency/CurrencyInput.js +2 -2
- package/lib/components/Currency/CurrencyInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateInput.js +18 -23
- package/lib/components/DateTime/Input/DateInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateRangeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateRangeInput.js +10 -16
- package/lib/components/DateTime/Input/DateRangeInput.js.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DateTimeInput.js +27 -37
- package/lib/components/DateTime/Input/DateTimeInput.js.map +1 -1
- package/lib/components/DateTime/Input/DayOfWeekInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/DayOfWeekInput.js +6 -4
- package/lib/components/DateTime/Input/DayOfWeekInput.js.map +1 -1
- package/lib/components/DateTime/Input/Duration/DurationInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/Duration/DurationInput.js +2 -2
- package/lib/components/DateTime/Input/Duration/DurationInput.js.map +1 -1
- package/lib/components/DateTime/Input/Duration/NumberUnit.js +3 -4
- package/lib/components/DateTime/Input/Duration/NumberUnit.js.map +1 -1
- package/lib/components/DateTime/Input/Duration/Time.js +7 -10
- package/lib/components/DateTime/Input/Duration/Time.js.map +1 -1
- package/lib/components/DateTime/Input/MonthInput.js +9 -13
- package/lib/components/DateTime/Input/MonthInput.js.map +1 -1
- package/lib/components/DateTime/Input/PartInput.js +2 -3
- package/lib/components/DateTime/Input/PartInput.js.map +1 -1
- package/lib/components/DateTime/Input/TimeInput.js +16 -23
- package/lib/components/DateTime/Input/TimeInput.js.map +1 -1
- package/lib/components/DateTime/Input/WeekInput.d.ts.map +1 -1
- package/lib/components/DateTime/Input/WeekInput.js +16 -20
- package/lib/components/DateTime/Input/WeekInput.js.map +1 -1
- package/lib/components/DateTime/Input/useAutoFocusNextInput.js +4 -7
- package/lib/components/DateTime/Input/useAutoFocusNextInput.js.map +1 -1
- package/lib/components/DateTime/Input/usePickerButton.js +4 -4
- package/lib/components/DateTime/Input/usePickerButton.js.map +1 -1
- package/lib/components/DateTime/Input/utils.d.ts +2 -0
- package/lib/components/DateTime/Input/utils.d.ts.map +1 -1
- package/lib/components/DateTime/Input/utils.js +38 -10
- package/lib/components/DateTime/Input/utils.js.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.d.ts.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.js +24 -30
- package/lib/components/DateTime/Picker/Calendar.js.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.styles.d.ts +2 -2
- package/lib/components/DateTime/Picker/Calendar.styles.d.ts.map +1 -1
- package/lib/components/DateTime/Picker/Calendar.styles.js +2 -2
- package/lib/components/DateTime/Picker/Calendar.styles.js.map +1 -1
- package/lib/components/DateTime/Picker/DatePicker.js +5 -10
- package/lib/components/DateTime/Picker/DatePicker.js.map +1 -1
- package/lib/components/DateTime/Picker/DateRangePicker.js +5 -10
- package/lib/components/DateTime/Picker/DateRangePicker.js.map +1 -1
- package/lib/components/DateTime/Picker/TimePicker.js +5 -6
- package/lib/components/DateTime/Picker/TimePicker.js.map +1 -1
- package/lib/components/DateTime/Picker/Weeks.js +7 -9
- package/lib/components/DateTime/Picker/Weeks.js.map +1 -1
- package/lib/components/Drawer/Drawer.js +5 -5
- package/lib/components/Drawer/Drawer.js.map +1 -1
- package/lib/components/EmojiPicker/EmojiDisplay.d.ts.map +1 -1
- package/lib/components/EmojiPicker/EmojiDisplay.js +1 -1
- package/lib/components/EmojiPicker/EmojiDisplay.js.map +1 -1
- package/lib/components/EmojiPicker/EmojiPicker.js +2 -3
- package/lib/components/EmojiPicker/EmojiPicker.js.map +1 -1
- package/lib/components/EmptyState/EmptyState.d.ts +14 -0
- package/lib/components/EmptyState/EmptyState.d.ts.map +1 -0
- package/lib/components/{NoItems/NoItems.js → EmptyState/EmptyState.js} +6 -7
- package/lib/components/EmptyState/EmptyState.js.map +1 -0
- package/lib/components/EmptyState/index.d.ts +4 -0
- package/lib/components/EmptyState/index.d.ts.map +1 -0
- package/lib/components/EmptyState/index.js +3 -0
- package/lib/components/EmptyState/index.js.map +1 -0
- package/lib/components/ErrorState/ErrorState.d.ts +2 -0
- package/lib/components/ErrorState/ErrorState.d.ts.map +1 -1
- package/lib/components/ErrorState/ErrorState.js +3 -3
- package/lib/components/ErrorState/ErrorState.js.map +1 -1
- package/lib/components/ExpandCollapse/ExpandCollapse.js +4 -4
- package/lib/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroup.js +2 -5
- package/lib/components/FieldGroup/FieldGroup.js.map +1 -1
- package/lib/components/FieldGroup/FieldGroupList.js +1 -2
- package/lib/components/FieldGroup/FieldGroupList.js.map +1 -1
- package/lib/components/FieldValueList/FieldValueList.js +2 -4
- package/lib/components/FieldValueList/FieldValueList.js.map +1 -1
- package/lib/components/File/FileDisplay.d.ts +4 -1
- package/lib/components/File/FileDisplay.d.ts.map +1 -1
- package/lib/components/File/FileDisplay.js.map +1 -1
- package/lib/components/File/FileInput.d.ts +1 -1
- package/lib/components/File/FileInput.d.ts.map +1 -1
- package/lib/components/File/FileInput.js +7 -12
- package/lib/components/File/FileInput.js.map +1 -1
- package/lib/components/File/FileItem.js +2 -3
- package/lib/components/File/FileItem.js.map +1 -1
- package/lib/components/File/FileUploadItem.js +3 -3
- package/lib/components/File/FileUploadItem.js.map +1 -1
- package/lib/components/File/FileVisual.js +2 -4
- package/lib/components/File/FileVisual.js.map +1 -1
- package/lib/components/File/utils.js +1 -2
- package/lib/components/File/utils.js.map +1 -1
- package/lib/components/Flex/Flex.d.ts +2 -2
- package/lib/components/Flex/Flex.d.ts.map +1 -1
- package/lib/components/Flex/Flex.js.map +1 -1
- package/lib/components/Form/Form.js +1 -3
- package/lib/components/Form/Form.js.map +1 -1
- package/lib/components/FormControl/FormControl.d.ts +1 -1
- package/lib/components/FormControl/FormControl.d.ts.map +1 -1
- package/lib/components/FormField/FormField.js +5 -10
- package/lib/components/FormField/FormField.js.map +1 -1
- package/lib/components/Grid/Grid.d.ts +1 -1
- package/lib/components/Grid/Grid.d.ts.map +1 -1
- package/lib/components/Grid/Grid.js +5 -8
- package/lib/components/Grid/Grid.js.map +1 -1
- package/lib/components/Icon/Icon.js +2 -4
- package/lib/components/Icon/Icon.js.map +1 -1
- package/lib/components/Icon/icons/compass-solid.icon.js +1 -2
- package/lib/components/Icon/icons/compass-solid.icon.js.map +1 -1
- package/lib/components/Icon/icons/dataviz-table-with-bars.icon.js +1 -4
- package/lib/components/Icon/icons/dataviz-table-with-bars.icon.js.map +1 -1
- package/lib/components/Icon/icons/dataviz-table-with-cross.icon.js +1 -2
- package/lib/components/Icon/icons/dataviz-table-with-cross.icon.js.map +1 -1
- package/lib/components/Icon/icons/dataviz-waterfall.icon.js +1 -5
- package/lib/components/Icon/icons/dataviz-waterfall.icon.js.map +1 -1
- package/lib/components/Icon/icons/filetype-text.icon.js +1 -4
- package/lib/components/Icon/icons/filetype-text.icon.js.map +1 -1
- package/lib/components/Icon/icons/folder-dollar.icon.js +1 -2
- package/lib/components/Icon/icons/folder-dollar.icon.js.map +1 -1
- package/lib/components/Icon/icons/freeze-column.icon.js +1 -2
- package/lib/components/Icon/icons/freeze-column.icon.js.map +1 -1
- package/lib/components/Icon/icons/galaxy.icon.js +1 -3
- package/lib/components/Icon/icons/galaxy.icon.js.map +1 -1
- package/lib/components/Icon/icons/grad-solid.icon.js +1 -2
- package/lib/components/Icon/icons/grad-solid.icon.js.map +1 -1
- package/lib/components/Icon/icons/grad.icon.js +1 -5
- package/lib/components/Icon/icons/grad.icon.js.map +1 -1
- package/lib/components/Icon/icons/list-number.icon.js +1 -6
- package/lib/components/Icon/icons/list-number.icon.js.map +1 -1
- package/lib/components/Icon/icons/list.icon.js +1 -6
- package/lib/components/Icon/icons/list.icon.js.map +1 -1
- package/lib/components/Icon/icons/pin.icon.js +1 -2
- package/lib/components/Icon/icons/pin.icon.js.map +1 -1
- package/lib/components/Icon/icons/search-solid.icon.js +1 -2
- package/lib/components/Icon/icons/search-solid.icon.js.map +1 -1
- package/lib/components/Icon/icons/tracer.icon.js +1 -2
- package/lib/components/Icon/icons/tracer.icon.js.map +1 -1
- package/lib/components/Icon/icons/tribox-solid.icon.js +1 -3
- package/lib/components/Icon/icons/tribox-solid.icon.js.map +1 -1
- package/lib/components/Icon/icons/tribox.icon.js +1 -3
- package/lib/components/Icon/icons/tribox.icon.js.map +1 -1
- package/lib/components/Input/Input.js +2 -2
- package/lib/components/Input/Input.js.map +1 -1
- package/lib/components/Input/Input.styles.js +2 -2
- package/lib/components/Input/Input.styles.js.map +1 -1
- package/lib/components/Link/Link.js +5 -8
- package/lib/components/Link/Link.js.map +1 -1
- package/lib/components/Location/CurrentLocationButton.js +4 -6
- package/lib/components/Location/CurrentLocationButton.js.map +1 -1
- package/lib/components/Location/LocationDisplay.js +2 -3
- package/lib/components/Location/LocationDisplay.js.map +1 -1
- package/lib/components/Location/LocationInput.js +8 -9
- package/lib/components/Location/LocationInput.js.map +1 -1
- package/lib/components/Location/LocationView.js +8 -13
- package/lib/components/Location/LocationView.js.map +1 -1
- package/lib/components/Location/utils.js +11 -15
- package/lib/components/Location/utils.js.map +1 -1
- package/lib/components/Menu/FlyoutMenuList.d.ts.map +1 -1
- package/lib/components/Menu/FlyoutMenuList.js +11 -14
- package/lib/components/Menu/FlyoutMenuList.js.map +1 -1
- package/lib/components/Menu/Menu.js +18 -20
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.styles.d.ts +10 -0
- package/lib/components/Menu/Menu.styles.d.ts.map +1 -1
- package/lib/components/Menu/Menu.styles.js +198 -3
- package/lib/components/Menu/Menu.styles.js.map +1 -1
- package/lib/components/Menu/Menu.types.d.ts +17 -8
- package/lib/components/Menu/Menu.types.d.ts.map +1 -1
- package/lib/components/Menu/Menu.types.js.map +1 -1
- package/lib/components/Menu/MenuGroup.d.ts +6 -0
- package/lib/components/Menu/MenuGroup.d.ts.map +1 -0
- package/lib/components/Menu/MenuGroup.js +17 -0
- package/lib/components/Menu/MenuGroup.js.map +1 -0
- package/lib/components/Menu/MenuItem.d.ts +0 -3
- package/lib/components/Menu/MenuItem.d.ts.map +1 -1
- package/lib/components/Menu/MenuItem.js +35 -151
- package/lib/components/Menu/MenuItem.js.map +1 -1
- package/lib/components/Menu/MenuList.d.ts.map +1 -1
- package/lib/components/Menu/MenuList.js +19 -23
- package/lib/components/Menu/MenuList.js.map +1 -1
- package/lib/components/Menu/MenuListHeader.d.ts +0 -1
- package/lib/components/Menu/MenuListHeader.d.ts.map +1 -1
- package/lib/components/Menu/MenuListHeader.js +5 -55
- package/lib/components/Menu/MenuListHeader.js.map +1 -1
- package/lib/components/Menu/NavItemsList.d.ts.map +1 -1
- package/lib/components/Menu/NavItemsList.js +2 -3
- package/lib/components/Menu/NavItemsList.js.map +1 -1
- package/lib/components/Menu/helpers.d.ts +13 -12
- package/lib/components/Menu/helpers.d.ts.map +1 -1
- package/lib/components/Menu/helpers.js +40 -36
- package/lib/components/Menu/helpers.js.map +1 -1
- package/lib/components/Menu/index.d.ts +2 -3
- package/lib/components/Menu/index.d.ts.map +1 -1
- package/lib/components/Menu/index.js +1 -2
- package/lib/components/Menu/index.js.map +1 -1
- package/lib/components/MenuButton/MenuButton.js +6 -10
- package/lib/components/MenuButton/MenuButton.js.map +1 -1
- package/lib/components/Modal/MinimizedModal.js +10 -13
- package/lib/components/Modal/MinimizedModal.js.map +1 -1
- package/lib/components/Modal/Modal.d.ts +1 -6
- package/lib/components/Modal/Modal.d.ts.map +1 -1
- package/lib/components/Modal/Modal.js +40 -137
- package/lib/components/Modal/Modal.js.map +1 -1
- package/lib/components/Modal/Modal.styles.d.ts +9 -0
- package/lib/components/Modal/Modal.styles.d.ts.map +1 -0
- package/lib/components/Modal/Modal.styles.js +133 -0
- package/lib/components/Modal/Modal.styles.js.map +1 -0
- package/lib/components/Modal/Modal.types.d.ts +19 -4
- package/lib/components/Modal/Modal.types.d.ts.map +1 -1
- package/lib/components/Modal/Modal.types.js.map +1 -1
- package/lib/components/Modal/ModalManager.js +12 -21
- package/lib/components/Modal/ModalManager.js.map +1 -1
- package/lib/components/MultiStep/MultiStep.js +3 -6
- package/lib/components/MultiStep/MultiStep.js.map +1 -1
- package/lib/components/MultiStep/MultiStep.styles.js +1 -1
- package/lib/components/MultiStep/MultiStep.styles.js.map +1 -1
- package/lib/components/Number/NumberInput.js +13 -19
- package/lib/components/Number/NumberInput.js.map +1 -1
- package/lib/components/Number/NumberInput.styles.d.ts +2 -2
- package/lib/components/Number/NumberInput.styles.d.ts.map +1 -1
- package/lib/components/Number/utils.js +2 -3
- package/lib/components/Number/utils.js.map +1 -1
- package/lib/components/PageTemplates/CategorySubPage.d.ts +1 -1
- package/lib/components/PageTemplates/CategorySubPage.d.ts.map +1 -1
- package/lib/components/PageTemplates/CategorySubPage.js +6 -16
- package/lib/components/PageTemplates/CategorySubPage.js.map +1 -1
- package/lib/components/PageTemplates/DashboardPage.js +3 -8
- package/lib/components/PageTemplates/DashboardPage.js.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.d.ts +2 -0
- package/lib/components/PageTemplates/PageTemplates.d.ts.map +1 -1
- package/lib/components/PageTemplates/PageTemplates.js +22 -32
- package/lib/components/PageTemplates/PageTemplates.js.map +1 -1
- package/lib/components/Pagination/Pagination.js +2 -4
- package/lib/components/Pagination/Pagination.js.map +1 -1
- package/lib/components/Phone/PhoneDisplay.js +1 -2
- package/lib/components/Phone/PhoneDisplay.js.map +1 -1
- package/lib/components/Phone/PhoneInput.d.ts.map +1 -1
- package/lib/components/Phone/PhoneInput.js +12 -10
- package/lib/components/Phone/PhoneInput.js.map +1 -1
- package/lib/components/Phone/utils.js +2 -3
- package/lib/components/Phone/utils.js.map +1 -1
- package/lib/components/Popover/Popover.js +4 -7
- package/lib/components/Popover/Popover.js.map +1 -1
- package/lib/components/Progress/Bar.js +1 -1
- package/lib/components/Progress/Bar.js.map +1 -1
- package/lib/components/Progress/Ellipsis.js +1 -3
- package/lib/components/Progress/Ellipsis.js.map +1 -1
- package/lib/components/Progress/Progress.js +2 -3
- package/lib/components/Progress/Progress.js.map +1 -1
- package/lib/components/Progress/Ring.js +2 -3
- package/lib/components/Progress/Ring.js.map +1 -1
- package/lib/components/RadioCheck/RadioCheck.js +6 -7
- package/lib/components/RadioCheck/RadioCheck.js.map +1 -1
- package/lib/components/RadioCheckGroup/RadioCheckGroup.js +7 -6
- package/lib/components/RadioCheckGroup/RadioCheckGroup.js.map +1 -1
- package/lib/components/Rating/Rating.js +2 -6
- package/lib/components/Rating/Rating.js.map +1 -1
- package/lib/components/SearchInput/SearchInput.js +10 -12
- package/lib/components/SearchInput/SearchInput.js.map +1 -1
- package/lib/components/Select/Select.js +2 -2
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Sentiment/Sentiment.js +1 -2
- package/lib/components/Sentiment/Sentiment.js.map +1 -1
- package/lib/components/Slider/Slider.js +7 -13
- package/lib/components/Slider/Slider.js.map +1 -1
- package/lib/components/Slider/Slider.styles.d.ts +1 -1
- package/lib/components/Slider/Slider.styles.js +1 -1
- package/lib/components/Slider/Slider.styles.js.map +1 -1
- package/lib/components/Slider/SliderTicks.js +1 -2
- package/lib/components/Slider/SliderTicks.js.map +1 -1
- package/lib/components/Slider/utils.d.ts +0 -10
- package/lib/components/Slider/utils.d.ts.map +1 -1
- package/lib/components/Slider/utils.js +3 -15
- package/lib/components/Slider/utils.js.map +1 -1
- package/lib/components/SummaryItem/SummaryItem.js +1 -4
- package/lib/components/SummaryItem/SummaryItem.js.map +1 -1
- package/lib/components/SummaryList/SummaryList.d.ts +8 -2
- package/lib/components/SummaryList/SummaryList.d.ts.map +1 -1
- package/lib/components/SummaryList/SummaryList.js +9 -10
- package/lib/components/SummaryList/SummaryList.js.map +1 -1
- package/lib/components/SummaryList/ViewAll.d.ts +1 -1
- package/lib/components/SummaryList/ViewAll.d.ts.map +1 -1
- package/lib/components/SummaryList/ViewAll.js +7 -10
- package/lib/components/SummaryList/ViewAll.js.map +1 -1
- package/lib/components/Switch/Switch.d.ts.map +1 -1
- package/lib/components/Switch/Switch.js +39 -30
- package/lib/components/Switch/Switch.js.map +1 -1
- package/lib/components/Table/Table.js +3 -7
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Tabs/Tab.js +3 -6
- package/lib/components/Tabs/Tab.js.map +1 -1
- package/lib/components/Tabs/TabPanel.d.ts +10 -2
- package/lib/components/Tabs/TabPanel.d.ts.map +1 -1
- package/lib/components/Tabs/TabPanel.js +21 -8
- package/lib/components/Tabs/TabPanel.js.map +1 -1
- package/lib/components/Tabs/Tabs.js +7 -8
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Text/Text.d.ts +1 -1
- package/lib/components/Text/Text.d.ts.map +1 -1
- package/lib/components/Text/Text.js +1 -1
- package/lib/components/Text/Text.js.map +1 -1
- package/lib/components/TextArea/TextArea.js +3 -3
- package/lib/components/TextArea/TextArea.js.map +1 -1
- package/lib/components/Toaster/Toaster.js +6 -10
- package/lib/components/Toaster/Toaster.js.map +1 -1
- package/lib/components/Tree/StandardTree.d.ts.map +1 -1
- package/lib/components/Tree/StandardTree.js +10 -17
- package/lib/components/Tree/StandardTree.js.map +1 -1
- package/lib/components/Tree/StandardTree.styles.d.ts +1 -1
- package/lib/components/Tree/StandardTree.styles.d.ts.map +1 -1
- package/lib/components/Tree/StandardTree.styles.js +16 -11
- package/lib/components/Tree/StandardTree.styles.js.map +1 -1
- package/lib/components/Tree/Tree.d.ts +6 -0
- package/lib/components/Tree/Tree.d.ts.map +1 -1
- package/lib/components/Tree/Tree.js +3 -3
- package/lib/components/Tree/Tree.js.map +1 -1
- package/lib/components/Tree/helpers.js +4 -7
- package/lib/components/Tree/helpers.js.map +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/index.d.ts.map +1 -1
- package/lib/hooks/index.js +1 -0
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useActiveDescendant.d.ts.map +1 -1
- package/lib/hooks/useActiveDescendant.js +28 -32
- package/lib/hooks/useActiveDescendant.js.map +1 -1
- package/lib/hooks/useBreakpoint.js +2 -4
- package/lib/hooks/useBreakpoint.js.map +1 -1
- package/lib/hooks/useFocusWithin.js +9 -9
- package/lib/hooks/useFocusWithin.js.map +1 -1
- package/lib/hooks/useI18n.d.ts +57 -1
- package/lib/hooks/useI18n.d.ts.map +1 -1
- package/lib/hooks/useLongPress.d.ts +16 -0
- package/lib/hooks/useLongPress.d.ts.map +1 -0
- package/lib/hooks/useLongPress.js +57 -0
- package/lib/hooks/useLongPress.js.map +1 -0
- package/lib/hooks/useOuterEvent.js +1 -1
- package/lib/hooks/useOuterEvent.js.map +1 -1
- package/lib/hooks/useOverride.js +1 -1
- package/lib/hooks/useOverride.js.map +1 -1
- package/lib/hooks/useScrollStick.js +14 -3
- package/lib/hooks/useScrollStick.js.map +1 -1
- package/lib/i18n/default.json +59 -3
- package/lib/i18n/i18n.d.ts +114 -2
- package/lib/i18n/i18n.d.ts.map +1 -1
- package/lib/i18n/index.d.ts +1 -0
- package/lib/i18n/index.d.ts.map +1 -1
- package/lib/i18n/index.js.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/styles/GlobalStyle.d.ts.map +1 -1
- package/lib/styles/GlobalStyle.js +2 -26
- package/lib/styles/GlobalStyle.js.map +1 -1
- package/lib/theme/ThemeMachine.js +7 -1
- package/lib/theme/ThemeMachine.js.map +1 -1
- package/lib/theme/index.d.ts +1 -0
- package/lib/theme/index.d.ts.map +1 -1
- package/lib/theme/index.js +1 -0
- package/lib/theme/index.js.map +1 -1
- package/lib/theme/theme.d.ts +75 -45
- package/lib/theme/theme.d.ts.map +1 -1
- package/lib/theme/themeDefinition.json +50 -30
- package/lib/theme/themeOverrides.schema.json +15 -3
- package/lib/theme/themes/buildTheme.json +2 -39
- package/lib/theme/themes/legacyBuildTheme.json +50 -0
- package/lib/types/types.d.ts +4 -1
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/lib/utils/utils.d.ts +24 -0
- package/lib/utils/utils.d.ts.map +1 -1
- package/lib/utils/utils.js +36 -1
- package/lib/utils/utils.js.map +1 -1
- package/package.json +10 -10
- package/lib/components/DateTime/Input/useButtonAriaLabel.d.ts +0 -3
- package/lib/components/DateTime/Input/useButtonAriaLabel.d.ts.map +0 -1
- package/lib/components/DateTime/Input/useButtonAriaLabel.js +0 -33
- package/lib/components/DateTime/Input/useButtonAriaLabel.js.map +0 -1
- package/lib/components/NoItems/NoItems.d.ts +0 -14
- package/lib/components/NoItems/NoItems.d.ts.map +0 -1
- package/lib/components/NoItems/NoItems.js.map +0 -1
- package/lib/components/NoItems/index.d.ts +0 -4
- package/lib/components/NoItems/index.d.ts.map +0 -1
- package/lib/components/NoItems/index.js +0 -3
- package/lib/components/NoItems/index.js.map +0 -1
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'grad';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M12.2609375,5 C12.2609375,5 24.521875,9.88515625 24.521875,9.88515625 C24.521875,9.88515625 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 -2.48689958e-13,9.88515625 -2.48689958e-13,9.88515625 C-2.48689958e-13,9.88515625 12.2609375,5 12.2609375,5 Z M12.2609375,6.05390625 C12.2609375,6.05390625 2.634375,9.88515625 2.634375,9.88515625 C2.634375,9.88515625 12.2609375,13.7648438 12.2609375,13.7648438 C12.2609375,13.7648438 21.8875,9.88515625 21.8875,9.88515625 C21.8875,9.88515625 12.2609375,6.05390625 12.2609375,6.05390625 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M6.8484375 11.8484375C6.8484375 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 16.2546875 5.890625 16.2546875 5.890625 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 11.8484375 6.8484375 11.8484375zM18.6304687 11.8484375C18.6304687 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 16.2546875 17.6726562 16.2546875 17.6726562 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 11.8484375 18.6304687 11.8484375zM14.990625 17.4523438C14.1289062 17.64375 13.21875 17.7398437 12.2609375 17.7398437 11.303125 17.7398437 10.3929688 17.64375 9.53125 17.4523438 8.66953125 17.3085938 7.9984375 17.1171875 7.56796875 16.8773437 7.0890625 16.6382812 6.84921875 16.4460937 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 5.89140625 16.2546875 5.89140625 16.2546875 5.89140625 16.9734375 6.5140625 17.5476562 7.759375 18.0265625 8.95703125 18.5054687 10.4890625 18.7453125 12.2609375 18.7453125 14.0328125 18.7453125 15.565625 18.50625 16.8109375 18.0265625 18.0085938 17.5476562 18.6304687 16.9726562 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 17.6726563 16.2546875 17.6726563 16.2546875 17.6726563 16.4460937 17.4335938 16.6375 17.0023438 16.8773437 16.5234375 17.1164063 15.853125 17.3085938 14.990625 17.4523438zM12.1648437 9.88515625C12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 20.9773438 11.8484375 20.9773438 11.8484375 21.3125 11.8960937 21.5039062 11.8007812 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.6960938 11.1304687 21.5523437 10.9390625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 12.3570312 8.92734375 12.3570312 8.92734375 12.021875 8.8796875 11.8304687 8.975 11.7820312 9.31015625 11.7335937 9.6453125 11.8296875 9.83671875 12.1648437 9.88515625L12.1648437 9.88515625z' }, void 0),
|
|
6
|
-
_jsx("path", { d: 'M21.6 15.296875C21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 11.3695312 21.6 11.3695312 21.6 11.034375 21.4085938 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 20.7382813 10.890625 20.5945312 11.034375 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 15.296875 20.5945312 15.296875 20.5945312 15.6320313 20.7382813 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.4085938 15.7757813 21.6 15.6320313 21.6 15.296875zM21.6 15.7757813C21.6 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 16.2546875 20.5945312 16.2546875 20.5945312 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 15.7757813 21.6 15.7757813z' }, void 0),
|
|
7
|
-
_jsx("path", { d: 'M20.59375 14.8179688C20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 21.5992187 14.8179688 21.5992187 14.8179688 21.8382812 14.8179688 22.078125 14.9140625 22.2695312 15.1054688 22.4609375 15.296875 22.5570312 15.5367187 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 16.2546875 22.5570312 16.2546875 22.5570312 16.5421875 22.4609375 16.78125 22.2695312 16.9734375 22.078125 17.165625 21.8382812 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 20.59375 17.2609375 20.59375 17.2609375 20.3546875 17.2609375 20.1148437 17.1648437 19.9234375 16.9734375 19.7320312 16.7820313 19.6359375 16.5421875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 15.7757812 19.6359375 15.7757812 19.6359375 15.5367187 19.7320312 15.296875 19.9234375 15.1054688 20.1148437 14.9140625 20.3546875 14.8179688 20.59375 14.8179688zM14.4632812 9.55C14.4632812 9.55 14.4632812 9.55 14.4632812 9.55 14.4632812 9.3109375 14.271875 9.07109375 13.8882813 8.8796875 13.5046875 8.68828125 13.0265625 8.5921875 12.4992188 8.5921875 11.9726562 8.5921875 11.49375 8.68828125 11.1101563 8.8796875 10.7265625 9.07109375 10.5351562 9.3109375 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.8375 10.7265625 10.0765625 11.1101563 10.26875 11.49375 10.4609375 11.971875 10.55625 12.4992188 10.55625 13.0257813 10.55625 13.5046875 10.4601563 13.8882813 10.26875 14.271875 10.0773437 14.4632812 9.8375 14.4632812 9.55z' }, void 0),
|
|
8
|
-
_jsx("path", { d: 'M20.1148437,15.7757812 C20.1148437,15.7757812 20.1148437,15.7757812 20.1148437,15.7757812 C20.1148437,15.7757812 22.078125,15.7757812 22.078125,15.7757812 C22.4132812,15.7757812 22.5570312,15.9195313 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,16.2546875 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,17.2601562 22.5570312,17.2601562 C22.5570312,17.5953125 22.4132812,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 22.078125,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 20.1148437,17.7390625 20.1148437,17.7390625 C19.7796875,17.7390625 19.6359375,17.5953125 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,17.2601562 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,16.2546875 19.6359375,16.2546875 C19.6359375,15.9195313 19.7796875,15.7757812 20.1148437,15.7757812 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M12.2609375,5 C12.2609375,5 24.521875,9.88515625 24.521875,9.88515625 C24.521875,9.88515625 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 -2.48689958e-13,9.88515625 -2.48689958e-13,9.88515625 C-2.48689958e-13,9.88515625 12.2609375,5 12.2609375,5 Z M12.2609375,6.05390625 C12.2609375,6.05390625 2.634375,9.88515625 2.634375,9.88515625 C2.634375,9.88515625 12.2609375,13.7648438 12.2609375,13.7648438 C12.2609375,13.7648438 21.8875,9.88515625 21.8875,9.88515625 C21.8875,9.88515625 12.2609375,6.05390625 12.2609375,6.05390625 Z' }, void 0), _jsx("path", { d: 'M6.8484375 11.8484375C6.8484375 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 16.2546875 5.890625 16.2546875 5.890625 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 11.8484375 6.8484375 11.8484375zM18.6304687 11.8484375C18.6304687 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 16.2546875 17.6726562 16.2546875 17.6726562 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 11.8484375 18.6304687 11.8484375zM14.990625 17.4523438C14.1289062 17.64375 13.21875 17.7398437 12.2609375 17.7398437 11.303125 17.7398437 10.3929688 17.64375 9.53125 17.4523438 8.66953125 17.3085938 7.9984375 17.1171875 7.56796875 16.8773437 7.0890625 16.6382812 6.84921875 16.4460937 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 5.89140625 16.2546875 5.89140625 16.2546875 5.89140625 16.9734375 6.5140625 17.5476562 7.759375 18.0265625 8.95703125 18.5054687 10.4890625 18.7453125 12.2609375 18.7453125 14.0328125 18.7453125 15.565625 18.50625 16.8109375 18.0265625 18.0085938 17.5476562 18.6304687 16.9726562 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 17.6726563 16.2546875 17.6726563 16.2546875 17.6726563 16.4460937 17.4335938 16.6375 17.0023438 16.8773437 16.5234375 17.1164063 15.853125 17.3085938 14.990625 17.4523438zM12.1648437 9.88515625C12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 20.9773438 11.8484375 20.9773438 11.8484375 21.3125 11.8960937 21.5039062 11.8007812 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.6960938 11.1304687 21.5523437 10.9390625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 12.3570312 8.92734375 12.3570312 8.92734375 12.021875 8.8796875 11.8304687 8.975 11.7820312 9.31015625 11.7335937 9.6453125 11.8296875 9.83671875 12.1648437 9.88515625L12.1648437 9.88515625z' }, void 0), _jsx("path", { d: 'M21.6 15.296875C21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 11.3695312 21.6 11.3695312 21.6 11.034375 21.4085938 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 20.7382813 10.890625 20.5945312 11.034375 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 15.296875 20.5945312 15.296875 20.5945312 15.6320313 20.7382813 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.4085938 15.7757813 21.6 15.6320313 21.6 15.296875zM21.6 15.7757813C21.6 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 16.2546875 20.5945312 16.2546875 20.5945312 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 15.7757813 21.6 15.7757813z' }, void 0), _jsx("path", { d: 'M20.59375 14.8179688C20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 21.5992187 14.8179688 21.5992187 14.8179688 21.8382812 14.8179688 22.078125 14.9140625 22.2695312 15.1054688 22.4609375 15.296875 22.5570312 15.5367187 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 16.2546875 22.5570312 16.2546875 22.5570312 16.5421875 22.4609375 16.78125 22.2695312 16.9734375 22.078125 17.165625 21.8382812 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 20.59375 17.2609375 20.59375 17.2609375 20.3546875 17.2609375 20.1148437 17.1648437 19.9234375 16.9734375 19.7320312 16.7820313 19.6359375 16.5421875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 15.7757812 19.6359375 15.7757812 19.6359375 15.5367187 19.7320312 15.296875 19.9234375 15.1054688 20.1148437 14.9140625 20.3546875 14.8179688 20.59375 14.8179688zM14.4632812 9.55C14.4632812 9.55 14.4632812 9.55 14.4632812 9.55 14.4632812 9.3109375 14.271875 9.07109375 13.8882813 8.8796875 13.5046875 8.68828125 13.0265625 8.5921875 12.4992188 8.5921875 11.9726562 8.5921875 11.49375 8.68828125 11.1101563 8.8796875 10.7265625 9.07109375 10.5351562 9.3109375 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.8375 10.7265625 10.0765625 11.1101563 10.26875 11.49375 10.4609375 11.971875 10.55625 12.4992188 10.55625 13.0257813 10.55625 13.5046875 10.4601563 13.8882813 10.26875 14.271875 10.0773437 14.4632812 9.8375 14.4632812 9.55z' }, void 0), _jsx("path", { d: 'M20.1148437,15.7757812 C20.1148437,15.7757812 20.1148437,15.7757812 20.1148437,15.7757812 C20.1148437,15.7757812 22.078125,15.7757812 22.078125,15.7757812 C22.4132812,15.7757812 22.5570312,15.9195313 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,16.2546875 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,17.2601562 22.5570312,17.2601562 C22.5570312,17.5953125 22.4132812,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 22.078125,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 20.1148437,17.7390625 20.1148437,17.7390625 C19.7796875,17.7390625 19.6359375,17.5953125 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,17.2601562 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,16.2546875 19.6359375,16.2546875 C19.6359375,15.9195313 19.7796875,15.7757812 20.1148437,15.7757812 Z' }, void 0)] }, void 0));
|
|
9
5
|
export const viewBox = '0 0 25 25';
|
|
10
6
|
//# sourceMappingURL=grad.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grad.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,oiBAAoiB,WAAG
|
|
1
|
+
{"version":3,"file":"grad.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,oiBAAoiB,WAAG,EAC/iB,eAAM,CAAC,EAAC,mjEAAmjE,WAAG,EAC9jE,eAAM,CAAC,EAAC,s1BAAs1B,WAAG,EACj2B,eAAM,CAAC,EAAC,unDAAunD,WAAG,EACloD,eAAM,CAAC,EAAC,uzBAAuzB,WAAG,YACj0B,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'grad';\n\nexport const Component = () => (\n <>\n <path d='M12.2609375,5 C12.2609375,5 24.521875,9.88515625 24.521875,9.88515625 C24.521875,9.88515625 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 -2.48689958e-13,9.88515625 -2.48689958e-13,9.88515625 C-2.48689958e-13,9.88515625 12.2609375,5 12.2609375,5 Z M12.2609375,6.05390625 C12.2609375,6.05390625 2.634375,9.88515625 2.634375,9.88515625 C2.634375,9.88515625 12.2609375,13.7648438 12.2609375,13.7648438 C12.2609375,13.7648438 21.8875,9.88515625 21.8875,9.88515625 C21.8875,9.88515625 12.2609375,6.05390625 12.2609375,6.05390625 Z' />\n <path d='M6.8484375 11.8484375C6.8484375 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 11.8484375 5.890625 16.2546875 5.890625 16.2546875 5.890625 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 16.2546875 6.8484375 11.8484375 6.8484375 11.8484375zM18.6304687 11.8484375C18.6304687 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 11.8484375 17.6726562 16.2546875 17.6726562 16.2546875 17.6726562 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 11.8484375 18.6304687 11.8484375zM14.990625 17.4523438C14.1289062 17.64375 13.21875 17.7398437 12.2609375 17.7398437 11.303125 17.7398437 10.3929688 17.64375 9.53125 17.4523438 8.66953125 17.3085938 7.9984375 17.1171875 7.56796875 16.8773437 7.0890625 16.6382812 6.84921875 16.4460937 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 6.84921875 16.2546875 5.89140625 16.2546875 5.89140625 16.2546875 5.89140625 16.9734375 6.5140625 17.5476562 7.759375 18.0265625 8.95703125 18.5054687 10.4890625 18.7453125 12.2609375 18.7453125 14.0328125 18.7453125 15.565625 18.50625 16.8109375 18.0265625 18.0085938 17.5476562 18.6304687 16.9726562 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 18.6304687 16.2546875 17.6726563 16.2546875 17.6726563 16.2546875 17.6726563 16.4460937 17.4335938 16.6375 17.0023438 16.8773437 16.5234375 17.1164063 15.853125 17.3085938 14.990625 17.4523438zM12.1648437 9.88515625C12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 12.1648437 9.88515625 20.9773438 11.8484375 20.9773438 11.8484375 21.3125 11.8960937 21.5039062 11.8007812 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.5523437 11.465625 21.6960938 11.1304687 21.5523437 10.9390625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 21.2171875 10.890625 12.3570312 8.92734375 12.3570312 8.92734375 12.021875 8.8796875 11.8304687 8.975 11.7820312 9.31015625 11.7335937 9.6453125 11.8296875 9.83671875 12.1648437 9.88515625L12.1648437 9.88515625z' />\n <path d='M21.6 15.296875C21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 15.296875 21.6 11.3695312 21.6 11.3695312 21.6 11.034375 21.4085938 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 21.0734375 10.890625 20.7382813 10.890625 20.5945312 11.034375 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 11.3695312 20.5945312 15.296875 20.5945312 15.296875 20.5945312 15.6320313 20.7382813 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.0734375 15.7757813 21.4085938 15.7757813 21.6 15.6320313 21.6 15.296875zM21.6 15.7757813C21.6 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 15.7757813 20.5945312 16.2546875 20.5945312 16.2546875 20.5945312 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 16.2546875 21.6 15.7757813 21.6 15.7757813z' />\n <path d='M20.59375 14.8179688C20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 20.59375 14.8179688 21.5992187 14.8179688 21.5992187 14.8179688 21.8382812 14.8179688 22.078125 14.9140625 22.2695312 15.1054688 22.4609375 15.296875 22.5570312 15.5367187 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 15.7757812 22.5570312 16.2546875 22.5570312 16.2546875 22.5570312 16.5421875 22.4609375 16.78125 22.2695312 16.9734375 22.078125 17.165625 21.8382812 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 21.5992187 17.2609375 20.59375 17.2609375 20.59375 17.2609375 20.3546875 17.2609375 20.1148437 17.1648437 19.9234375 16.9734375 19.7320312 16.7820313 19.6359375 16.5421875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 16.2546875 19.6359375 15.7757812 19.6359375 15.7757812 19.6359375 15.5367187 19.7320312 15.296875 19.9234375 15.1054688 20.1148437 14.9140625 20.3546875 14.8179688 20.59375 14.8179688zM14.4632812 9.55C14.4632812 9.55 14.4632812 9.55 14.4632812 9.55 14.4632812 9.3109375 14.271875 9.07109375 13.8882813 8.8796875 13.5046875 8.68828125 13.0265625 8.5921875 12.4992188 8.5921875 11.9726562 8.5921875 11.49375 8.68828125 11.1101563 8.8796875 10.7265625 9.07109375 10.5351562 9.3109375 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.55 10.5351562 9.8375 10.7265625 10.0765625 11.1101563 10.26875 11.49375 10.4609375 11.971875 10.55625 12.4992188 10.55625 13.0257813 10.55625 13.5046875 10.4601563 13.8882813 10.26875 14.271875 10.0773437 14.4632812 9.8375 14.4632812 9.55z' />\n <path d='M20.1148437,15.7757812 C20.1148437,15.7757812 20.1148437,15.7757812 20.1148437,15.7757812 C20.1148437,15.7757812 22.078125,15.7757812 22.078125,15.7757812 C22.4132812,15.7757812 22.5570312,15.9195313 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,16.2546875 22.5570312,16.2546875 C22.5570312,16.2546875 22.5570312,17.2601562 22.5570312,17.2601562 C22.5570312,17.5953125 22.4132812,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 22.078125,17.7390625 22.078125,17.7390625 C22.078125,17.7390625 20.1148437,17.7390625 20.1148437,17.7390625 C19.7796875,17.7390625 19.6359375,17.5953125 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,17.2601562 19.6359375,17.2601562 C19.6359375,17.2601562 19.6359375,16.2546875 19.6359375,16.2546875 C19.6359375,15.9195313 19.7796875,15.7757812 20.1148437,15.7757812 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'list-number';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '23.024 12 23.024 13 8.024 13 8.024 12 23.024 12' }, void 0),
|
|
5
|
-
_jsx("polygon", { points: '23.024 19 23.024 20 8.024 20 8.024 19 23.024 19' }, void 0),
|
|
6
|
-
_jsx("polygon", { points: '23.024 5 23.024 6 8.024 6 8.024 5 23.024 5' }, void 0),
|
|
7
|
-
_jsx("path", { d: 'M3.4039,22a2.346,2.346,0,0,0,1.4537-.3909,1.2992,1.2992,0,0,0,.509-1.0928,1.0018,1.0018,0,0,0-.3027-.7668,1.5491,1.5491,0,0,0-.8916-.3576h0v-.02a1.43,1.43,0,0,0,.7751-.4391,1.1444,1.1444,0,0,0,.2762-.7751.9816.9816,0,0,0-.4375-.8516A2.0484,2.0484,0,0,0,3.5935,17a2.6435,2.6435,0,0,0-1.5868.479h0l.4757.7086a2.3813,2.3813,0,0,1,.5505-.2761,1.5848,1.5848,0,0,1,.4874-.08q.6919,0,.6919.5522a.5346.5346,0,0,1-.2611.5073,1.7481,1.7481,0,0,1-.8267.1481H2.7485v.7884h.3693a2.0685,2.0685,0,0,1,.8915.143.5019.5019,0,0,1,.28.4857.6349.6349,0,0,1-.2429.5556,1.3069,1.3069,0,0,1-.7518.173,2.6169,2.6169,0,0,1-.672-.09A3.172,3.172,0,0,1,2,20.8623H2v.8749A3.53,3.53,0,0,0,3.4039,22Z' }, void 0),
|
|
8
|
-
_jsx("path", { d: 'M5.4592,15v-.8766H3.3115v-.0472l.6339-.5968a9.0717,9.0717,0,0,0,.885-.8934,2.4521,2.4521,0,0,0,.3709-.612,1.7,1.7,0,0,0,.12-.6389,1.2536,1.2536,0,0,0-.1956-.6945,1.3012,1.3012,0,0,0-.55-.472A1.8767,1.8767,0,0,0,3.76,10a2.6764,2.6764,0,0,0-.6338.0691,2.213,2.213,0,0,0-.5226.1973A3.6952,3.6952,0,0,0,2,10.7047H2l.5664.6709a2.8769,2.8769,0,0,1,.5631-.3743,1.256,1.256,0,0,1,.5563-.1314.6343.6343,0,0,1,.4366.1449.56.56,0,0,1,.1635.4417,1.0253,1.0253,0,0,1-.0742.3844,1.7149,1.7149,0,0,1-.2427.4029q-.1686.2173-.7182.7805h0L2.0135,14.2751V15Z' }, void 0),
|
|
9
|
-
_jsx("path", { d: 'M4.48,8V3H3.6108L2,4.2825l.51.6361.5745-.4617q.1026-.0821.366-.3454h0l-.0171.52-.01.4754V8Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '23.024 12 23.024 13 8.024 13 8.024 12 23.024 12' }, void 0), _jsx("polygon", { points: '23.024 19 23.024 20 8.024 20 8.024 19 23.024 19' }, void 0), _jsx("polygon", { points: '23.024 5 23.024 6 8.024 6 8.024 5 23.024 5' }, void 0), _jsx("path", { d: 'M3.4039,22a2.346,2.346,0,0,0,1.4537-.3909,1.2992,1.2992,0,0,0,.509-1.0928,1.0018,1.0018,0,0,0-.3027-.7668,1.5491,1.5491,0,0,0-.8916-.3576h0v-.02a1.43,1.43,0,0,0,.7751-.4391,1.1444,1.1444,0,0,0,.2762-.7751.9816.9816,0,0,0-.4375-.8516A2.0484,2.0484,0,0,0,3.5935,17a2.6435,2.6435,0,0,0-1.5868.479h0l.4757.7086a2.3813,2.3813,0,0,1,.5505-.2761,1.5848,1.5848,0,0,1,.4874-.08q.6919,0,.6919.5522a.5346.5346,0,0,1-.2611.5073,1.7481,1.7481,0,0,1-.8267.1481H2.7485v.7884h.3693a2.0685,2.0685,0,0,1,.8915.143.5019.5019,0,0,1,.28.4857.6349.6349,0,0,1-.2429.5556,1.3069,1.3069,0,0,1-.7518.173,2.6169,2.6169,0,0,1-.672-.09A3.172,3.172,0,0,1,2,20.8623H2v.8749A3.53,3.53,0,0,0,3.4039,22Z' }, void 0), _jsx("path", { d: 'M5.4592,15v-.8766H3.3115v-.0472l.6339-.5968a9.0717,9.0717,0,0,0,.885-.8934,2.4521,2.4521,0,0,0,.3709-.612,1.7,1.7,0,0,0,.12-.6389,1.2536,1.2536,0,0,0-.1956-.6945,1.3012,1.3012,0,0,0-.55-.472A1.8767,1.8767,0,0,0,3.76,10a2.6764,2.6764,0,0,0-.6338.0691,2.213,2.213,0,0,0-.5226.1973A3.6952,3.6952,0,0,0,2,10.7047H2l.5664.6709a2.8769,2.8769,0,0,1,.5631-.3743,1.256,1.256,0,0,1,.5563-.1314.6343.6343,0,0,1,.4366.1449.56.56,0,0,1,.1635.4417,1.0253,1.0253,0,0,1-.0742.3844,1.7149,1.7149,0,0,1-.2427.4029q-.1686.2173-.7182.7805h0L2.0135,14.2751V15Z' }, void 0), _jsx("path", { d: 'M4.48,8V3H3.6108L2,4.2825l.51.6361.5745-.4617q.1026-.0821.366-.3454h0l-.0171.52-.01.4754V8Z' }, void 0)] }, void 0));
|
|
10
5
|
export const viewBox = '0 0 25 25';
|
|
11
6
|
//# sourceMappingURL=list-number.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-number.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list-number.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,aAAa,CAAC;AAElC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,iDAAiD,WAAG
|
|
1
|
+
{"version":3,"file":"list-number.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list-number.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,aAAa,CAAC;AAElC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,4CAA4C,WAAG,EAC/D,eAAM,CAAC,EAAC,+pBAA+pB,WAAG,EAC1qB,eAAM,CAAC,EAAC,6hBAA6hB,WAAG,EACxiB,eAAM,CAAC,EAAC,6FAA6F,WAAG,YACvG,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'list-number';\n\nexport const Component = () => (\n <>\n <polygon points='23.024 12 23.024 13 8.024 13 8.024 12 23.024 12' />\n <polygon points='23.024 19 23.024 20 8.024 20 8.024 19 23.024 19' />\n <polygon points='23.024 5 23.024 6 8.024 6 8.024 5 23.024 5' />\n <path d='M3.4039,22a2.346,2.346,0,0,0,1.4537-.3909,1.2992,1.2992,0,0,0,.509-1.0928,1.0018,1.0018,0,0,0-.3027-.7668,1.5491,1.5491,0,0,0-.8916-.3576h0v-.02a1.43,1.43,0,0,0,.7751-.4391,1.1444,1.1444,0,0,0,.2762-.7751.9816.9816,0,0,0-.4375-.8516A2.0484,2.0484,0,0,0,3.5935,17a2.6435,2.6435,0,0,0-1.5868.479h0l.4757.7086a2.3813,2.3813,0,0,1,.5505-.2761,1.5848,1.5848,0,0,1,.4874-.08q.6919,0,.6919.5522a.5346.5346,0,0,1-.2611.5073,1.7481,1.7481,0,0,1-.8267.1481H2.7485v.7884h.3693a2.0685,2.0685,0,0,1,.8915.143.5019.5019,0,0,1,.28.4857.6349.6349,0,0,1-.2429.5556,1.3069,1.3069,0,0,1-.7518.173,2.6169,2.6169,0,0,1-.672-.09A3.172,3.172,0,0,1,2,20.8623H2v.8749A3.53,3.53,0,0,0,3.4039,22Z' />\n <path d='M5.4592,15v-.8766H3.3115v-.0472l.6339-.5968a9.0717,9.0717,0,0,0,.885-.8934,2.4521,2.4521,0,0,0,.3709-.612,1.7,1.7,0,0,0,.12-.6389,1.2536,1.2536,0,0,0-.1956-.6945,1.3012,1.3012,0,0,0-.55-.472A1.8767,1.8767,0,0,0,3.76,10a2.6764,2.6764,0,0,0-.6338.0691,2.213,2.213,0,0,0-.5226.1973A3.6952,3.6952,0,0,0,2,10.7047H2l.5664.6709a2.8769,2.8769,0,0,1,.5631-.3743,1.256,1.256,0,0,1,.5563-.1314.6343.6343,0,0,1,.4366.1449.56.56,0,0,1,.1635.4417,1.0253,1.0253,0,0,1-.0742.3844,1.7149,1.7149,0,0,1-.2427.4029q-.1686.2173-.7182.7805h0L2.0135,14.2751V15Z' />\n <path d='M4.48,8V3H3.6108L2,4.2825l.51.6361.5745-.4617q.1026-.0821.366-.3454h0l-.0171.52-.01.4754V8Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'list';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("circle", { cx: '3.5', cy: '5.5', r: '1.5' }, void 0),
|
|
5
|
-
_jsx("circle", { cx: '3.5', cy: '12.5', r: '1.5' }, void 0),
|
|
6
|
-
_jsx("circle", { cx: '3.5', cy: '19.5', r: '1.5' }, void 0),
|
|
7
|
-
_jsx("polygon", { points: '23.024 12 23.024 13 7.024 13 7.024 12 23.024 12' }, void 0),
|
|
8
|
-
_jsx("polygon", { points: '23.024 19 23.024 20 7.024 20 7.024 19 23.024 19' }, void 0),
|
|
9
|
-
_jsx("polygon", { points: '23.024 5 23.024 6 7.024 6 7.024 5 23.024 5' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("circle", { cx: '3.5', cy: '5.5', r: '1.5' }, void 0), _jsx("circle", { cx: '3.5', cy: '12.5', r: '1.5' }, void 0), _jsx("circle", { cx: '3.5', cy: '19.5', r: '1.5' }, void 0), _jsx("polygon", { points: '23.024 12 23.024 13 7.024 13 7.024 12 23.024 12' }, void 0), _jsx("polygon", { points: '23.024 19 23.024 20 7.024 20 7.024 19 23.024 19' }, void 0), _jsx("polygon", { points: '23.024 5 23.024 6 7.024 6 7.024 5 23.024 5' }, void 0)] }, void 0));
|
|
10
5
|
export const viewBox = '0 0 25 25';
|
|
11
6
|
//# sourceMappingURL=list.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,WAAG
|
|
1
|
+
{"version":3,"file":"list.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/list.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAE3B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,KAAK,EAAC,CAAC,EAAC,KAAK,WAAG,EACpC,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG,EACrC,iBAAQ,EAAE,EAAC,KAAK,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG,EACrC,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,iDAAiD,WAAG,EACpE,kBAAS,MAAM,EAAC,4CAA4C,WAAG,YAC9D,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'list';\n\nexport const Component = () => (\n <>\n <circle cx='3.5' cy='5.5' r='1.5' />\n <circle cx='3.5' cy='12.5' r='1.5' />\n <circle cx='3.5' cy='19.5' r='1.5' />\n <polygon points='23.024 12 23.024 13 7.024 13 7.024 12 23.024 12' />\n <polygon points='23.024 19 23.024 20 7.024 20 7.024 19 23.024 19' />\n <polygon points='23.024 5 23.024 6 7.024 6 7.024 5 23.024 5' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'pin';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M11.6382812,2.346875 C11.6382812,2.346875 11.6382812,0 11.6382812,0 C11.6382812,0 0,11.6859375 0,11.6859375 C0,11.6859375 2.346875,11.6859375 2.346875,11.6859375 C2.346875,11.6859375 12.8351563,22.1742187 12.8351563,22.1742187 C12.8351563,22.1742187 12.8351563,24.5210937 12.8351563,24.5210937 C12.8351563,24.5210937 17.5289062,19.8757812 17.5289062,19.8757812 C17.5289062,19.8757812 24.5210937,24.5210937 24.5210937,24.5210937 C24.5210937,24.5210937 19.8757812,17.5289062 19.8757812,17.5289062 C19.8757812,17.5289062 24.5210937,12.8351562 24.5210937,12.8351562 C24.5210937,12.8351562 22.1742187,12.8351562 22.1742187,12.8351562 C22.1742187,12.8351562 11.6375,2.346875 11.6375,2.346875 L11.6382812,2.346875 Z M2.346875,10.728125 C2.346875,10.728125 10.6804688,2.39453125 10.6804688,2.39453125 C10.6804688,2.39453125 10.6804688,2.77734375 10.6804688,2.77734375 C10.6804688,2.77734375 10.9679688,3.06484375 10.9679688,3.06484375 C10.9679688,3.06484375 21.45625,13.5054687 21.45625,13.5054687 C21.45625,13.5054687 21.74375,13.7929687 21.74375,13.7929687 C21.74375,13.7929687 22.175,13.7929687 22.175,13.7929687 C22.175,13.7929687 19.1578125,16.8101562 19.1578125,16.8101562 C19.1578125,16.8101562 18.63125,17.3851562 18.63125,17.3851562 C18.63125,17.3851562 19.0625,18.0554687 19.0625,18.0554687 C19.0625,18.0554687 21.0257813,21.025 21.0257813,21.025 C21.0257813,21.025 18.05625,19.0617188 18.05625,19.0617188 C18.05625,19.0617188 17.3859375,18.6304687 17.3859375,18.6304687 C17.3859375,18.6304687 16.8109375,19.1570312 16.8109375,19.1570312 C16.8109375,19.1570312 13.79375,22.1742188 13.79375,22.1742188 C13.79375,22.1742188 13.79375,21.7429687 13.79375,21.7429687 C13.79375,21.7429687 13.50625,21.4554687 13.50625,21.4554687 C13.50625,21.4554687 3.065625,11.0148438 3.065625,11.0148438 C3.065625,11.0148438 2.778125,10.7273438 2.778125,10.7273438 C2.778125,10.7273438 2.346875,10.7273438 2.346875,10.7273438 L2.346875,10.728125 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M19.4921875,10.153125 C19.4921875,10.153125 10.153125,19.4921875 10.153125,19.4921875 C10.153125,19.4921875 9.4828125,18.821875 9.4828125,18.821875 C9.4828125,18.821875 18.821875,9.4828125 18.821875,9.4828125 C18.821875,9.4828125 19.4921875,10.153125 19.4921875,10.153125 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M11.6382812,2.346875 C11.6382812,2.346875 11.6382812,0 11.6382812,0 C11.6382812,0 0,11.6859375 0,11.6859375 C0,11.6859375 2.346875,11.6859375 2.346875,11.6859375 C2.346875,11.6859375 12.8351563,22.1742187 12.8351563,22.1742187 C12.8351563,22.1742187 12.8351563,24.5210937 12.8351563,24.5210937 C12.8351563,24.5210937 17.5289062,19.8757812 17.5289062,19.8757812 C17.5289062,19.8757812 24.5210937,24.5210937 24.5210937,24.5210937 C24.5210937,24.5210937 19.8757812,17.5289062 19.8757812,17.5289062 C19.8757812,17.5289062 24.5210937,12.8351562 24.5210937,12.8351562 C24.5210937,12.8351562 22.1742187,12.8351562 22.1742187,12.8351562 C22.1742187,12.8351562 11.6375,2.346875 11.6375,2.346875 L11.6382812,2.346875 Z M2.346875,10.728125 C2.346875,10.728125 10.6804688,2.39453125 10.6804688,2.39453125 C10.6804688,2.39453125 10.6804688,2.77734375 10.6804688,2.77734375 C10.6804688,2.77734375 10.9679688,3.06484375 10.9679688,3.06484375 C10.9679688,3.06484375 21.45625,13.5054687 21.45625,13.5054687 C21.45625,13.5054687 21.74375,13.7929687 21.74375,13.7929687 C21.74375,13.7929687 22.175,13.7929687 22.175,13.7929687 C22.175,13.7929687 19.1578125,16.8101562 19.1578125,16.8101562 C19.1578125,16.8101562 18.63125,17.3851562 18.63125,17.3851562 C18.63125,17.3851562 19.0625,18.0554687 19.0625,18.0554687 C19.0625,18.0554687 21.0257813,21.025 21.0257813,21.025 C21.0257813,21.025 18.05625,19.0617188 18.05625,19.0617188 C18.05625,19.0617188 17.3859375,18.6304687 17.3859375,18.6304687 C17.3859375,18.6304687 16.8109375,19.1570312 16.8109375,19.1570312 C16.8109375,19.1570312 13.79375,22.1742188 13.79375,22.1742188 C13.79375,22.1742188 13.79375,21.7429687 13.79375,21.7429687 C13.79375,21.7429687 13.50625,21.4554687 13.50625,21.4554687 C13.50625,21.4554687 3.065625,11.0148438 3.065625,11.0148438 C3.065625,11.0148438 2.778125,10.7273438 2.778125,10.7273438 C2.778125,10.7273438 2.346875,10.7273438 2.346875,10.7273438 L2.346875,10.728125 Z' }, void 0), _jsx("path", { d: 'M19.4921875,10.153125 C19.4921875,10.153125 10.153125,19.4921875 10.153125,19.4921875 C10.153125,19.4921875 9.4828125,18.821875 9.4828125,18.821875 C9.4828125,18.821875 18.821875,9.4828125 18.821875,9.4828125 C18.821875,9.4828125 19.4921875,10.153125 19.4921875,10.153125 Z' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=pin.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pin.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/pin.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,24DAA24D,WAAG
|
|
1
|
+
{"version":3,"file":"pin.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/pin.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,24DAA24D,WAAG,EACt5D,eAAM,CAAC,EAAC,mRAAmR,WAAG,YAC7R,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'pin';\n\nexport const Component = () => (\n <>\n <path d='M11.6382812,2.346875 C11.6382812,2.346875 11.6382812,0 11.6382812,0 C11.6382812,0 0,11.6859375 0,11.6859375 C0,11.6859375 2.346875,11.6859375 2.346875,11.6859375 C2.346875,11.6859375 12.8351563,22.1742187 12.8351563,22.1742187 C12.8351563,22.1742187 12.8351563,24.5210937 12.8351563,24.5210937 C12.8351563,24.5210937 17.5289062,19.8757812 17.5289062,19.8757812 C17.5289062,19.8757812 24.5210937,24.5210937 24.5210937,24.5210937 C24.5210937,24.5210937 19.8757812,17.5289062 19.8757812,17.5289062 C19.8757812,17.5289062 24.5210937,12.8351562 24.5210937,12.8351562 C24.5210937,12.8351562 22.1742187,12.8351562 22.1742187,12.8351562 C22.1742187,12.8351562 11.6375,2.346875 11.6375,2.346875 L11.6382812,2.346875 Z M2.346875,10.728125 C2.346875,10.728125 10.6804688,2.39453125 10.6804688,2.39453125 C10.6804688,2.39453125 10.6804688,2.77734375 10.6804688,2.77734375 C10.6804688,2.77734375 10.9679688,3.06484375 10.9679688,3.06484375 C10.9679688,3.06484375 21.45625,13.5054687 21.45625,13.5054687 C21.45625,13.5054687 21.74375,13.7929687 21.74375,13.7929687 C21.74375,13.7929687 22.175,13.7929687 22.175,13.7929687 C22.175,13.7929687 19.1578125,16.8101562 19.1578125,16.8101562 C19.1578125,16.8101562 18.63125,17.3851562 18.63125,17.3851562 C18.63125,17.3851562 19.0625,18.0554687 19.0625,18.0554687 C19.0625,18.0554687 21.0257813,21.025 21.0257813,21.025 C21.0257813,21.025 18.05625,19.0617188 18.05625,19.0617188 C18.05625,19.0617188 17.3859375,18.6304687 17.3859375,18.6304687 C17.3859375,18.6304687 16.8109375,19.1570312 16.8109375,19.1570312 C16.8109375,19.1570312 13.79375,22.1742188 13.79375,22.1742188 C13.79375,22.1742188 13.79375,21.7429687 13.79375,21.7429687 C13.79375,21.7429687 13.50625,21.4554687 13.50625,21.4554687 C13.50625,21.4554687 3.065625,11.0148438 3.065625,11.0148438 C3.065625,11.0148438 2.778125,10.7273438 2.778125,10.7273438 C2.778125,10.7273438 2.346875,10.7273438 2.346875,10.7273438 L2.346875,10.728125 Z' />\n <path d='M19.4921875,10.153125 C19.4921875,10.153125 10.153125,19.4921875 10.153125,19.4921875 C10.153125,19.4921875 9.4828125,18.821875 9.4828125,18.821875 C9.4828125,18.821875 18.821875,9.4828125 18.821875,9.4828125 C18.821875,9.4828125 19.4921875,10.153125 19.4921875,10.153125 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'search-solid';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M10.009375,0 C10.009375,0 10.009375,0 10.009375,0 C7.2796875,0 4.9328125,0.9578125 2.96953125,2.92109375 C1.00625,4.884375 0,7.2796875 0,10.009375 C0,10.009375 0,10.009375 0,10.009375 C0,12.7875 1.00546875,15.1335938 2.96953125,17.0976562 C4.93359375,19.0617188 7.2796875,20.0671875 10.009375,20.0671875 C10.009375,20.0671875 10.009375,20.0671875 10.009375,20.0671875 C12.7875,20.0671875 15.1335938,19.0617188 17.0976562,17.0976562 C19.0617188,15.1335937 20.01875,12.7875 20.01875,10.009375 C20.01875,10.009375 20.01875,10.009375 20.01875,10.009375 C20.01875,7.2796875 19.0609375,4.88515625 17.0976562,2.92109375 C15.134375,0.95703125 12.7875,0 10.009375,0 Z M10.009375,0.9578125 C10.009375,0.9578125 10.009375,0.9578125 10.009375,0.9578125 C12.5476563,0.9578125 14.6546875,1.81953125 16.4273437,3.5921875 C18.2,5.36484375 19.0617188,7.51953125 19.0617188,10.0101563 C19.0617188,10.0101563 19.0617188,10.0101563 19.0617188,10.0101563 C19.0617188,12.5484375 18.2,14.6554688 16.4273437,16.428125 C14.6546875,18.2007812 12.5476563,19.0625 10.009375,19.0625 C10.009375,19.0625 10.009375,19.0625 10.009375,19.0625 C7.51875,19.0625 5.41171875,18.2007812 3.63984375,16.428125 C1.86796875,14.6554688 0.9578125,12.5484375 0.9578125,10.0101563 C0.9578125,10.0101563 0.9578125,10.0101563 0.9578125,10.0101563 C0.9578125,7.51953125 1.86796875,5.36484375 3.63984375,3.5921875 C5.41171875,1.81953125 7.51953125,0.9578125 10.009375,0.9578125 Z M15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 C15.8046875,11.590625 15.2296875,12.93125 14.128125,14.0328125 C13.0265625,15.1820312 11.6375,15.7570313 10.0570312,15.7570313 C10.0570312,15.7570313 10.0570312,15.7570313 10.0570312,15.7570313 C8.4765625,15.7570313 7.1359375,15.1820312 6.034375,14.0328125 C4.9328125,12.93125 4.3578125,11.590625 4.3578125,10.0101562 C4.3578125,8.4296875 4.9328125,7.0890625 6.034375,5.9390625 C7.1359375,4.8375 8.4765625,4.2625 10.0570312,4.2625 C10.0570312,4.2625 10.0570312,4.2625 10.0570312,4.2625 C11.6375,4.2625 13.0265625,4.8375 14.128125,5.9390625 C15.2296875,7.08828125 15.8046875,8.4296875 15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 L15.8046875,10.0101562 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M23.9460937,24.4257812 C23.9460937,24.4257812 23.9460937,24.4257812 23.9460937,24.4257812 C23.8023437,24.4257812 23.6585938,24.378125 23.5632813,24.2820312 C23.5632813,24.2820312 23.5632813,24.2820312 23.5632813,24.2820312 C23.5632813,24.2820312 16.61875,17.3375 16.61875,17.3375 C16.3796875,17.0984375 16.3796875,16.8585938 16.61875,16.61875 C16.8578125,16.3789062 17.0976562,16.3796875 17.3375,16.61875 C17.3375,16.61875 17.3375,16.61875 17.3375,16.61875 C17.3375,16.61875 24.2820313,23.5632812 24.2820313,23.5632812 C24.5210938,23.8023437 24.5210938,24.0421875 24.2820313,24.2820312 C24.2820313,24.2820312 24.2820313,24.2820312 24.2820313,24.2820312 C24.1859375,24.378125 24.090625,24.4257812 23.946875,24.4257812 L23.9460937,24.4257812 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M10.009375,0 C10.009375,0 10.009375,0 10.009375,0 C7.2796875,0 4.9328125,0.9578125 2.96953125,2.92109375 C1.00625,4.884375 0,7.2796875 0,10.009375 C0,10.009375 0,10.009375 0,10.009375 C0,12.7875 1.00546875,15.1335938 2.96953125,17.0976562 C4.93359375,19.0617188 7.2796875,20.0671875 10.009375,20.0671875 C10.009375,20.0671875 10.009375,20.0671875 10.009375,20.0671875 C12.7875,20.0671875 15.1335938,19.0617188 17.0976562,17.0976562 C19.0617188,15.1335937 20.01875,12.7875 20.01875,10.009375 C20.01875,10.009375 20.01875,10.009375 20.01875,10.009375 C20.01875,7.2796875 19.0609375,4.88515625 17.0976562,2.92109375 C15.134375,0.95703125 12.7875,0 10.009375,0 Z M10.009375,0.9578125 C10.009375,0.9578125 10.009375,0.9578125 10.009375,0.9578125 C12.5476563,0.9578125 14.6546875,1.81953125 16.4273437,3.5921875 C18.2,5.36484375 19.0617188,7.51953125 19.0617188,10.0101563 C19.0617188,10.0101563 19.0617188,10.0101563 19.0617188,10.0101563 C19.0617188,12.5484375 18.2,14.6554688 16.4273437,16.428125 C14.6546875,18.2007812 12.5476563,19.0625 10.009375,19.0625 C10.009375,19.0625 10.009375,19.0625 10.009375,19.0625 C7.51875,19.0625 5.41171875,18.2007812 3.63984375,16.428125 C1.86796875,14.6554688 0.9578125,12.5484375 0.9578125,10.0101563 C0.9578125,10.0101563 0.9578125,10.0101563 0.9578125,10.0101563 C0.9578125,7.51953125 1.86796875,5.36484375 3.63984375,3.5921875 C5.41171875,1.81953125 7.51953125,0.9578125 10.009375,0.9578125 Z M15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 C15.8046875,11.590625 15.2296875,12.93125 14.128125,14.0328125 C13.0265625,15.1820312 11.6375,15.7570313 10.0570312,15.7570313 C10.0570312,15.7570313 10.0570312,15.7570313 10.0570312,15.7570313 C8.4765625,15.7570313 7.1359375,15.1820312 6.034375,14.0328125 C4.9328125,12.93125 4.3578125,11.590625 4.3578125,10.0101562 C4.3578125,8.4296875 4.9328125,7.0890625 6.034375,5.9390625 C7.1359375,4.8375 8.4765625,4.2625 10.0570312,4.2625 C10.0570312,4.2625 10.0570312,4.2625 10.0570312,4.2625 C11.6375,4.2625 13.0265625,4.8375 14.128125,5.9390625 C15.2296875,7.08828125 15.8046875,8.4296875 15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 L15.8046875,10.0101562 Z' }, void 0), _jsx("path", { d: 'M23.9460937,24.4257812 C23.9460937,24.4257812 23.9460937,24.4257812 23.9460937,24.4257812 C23.8023437,24.4257812 23.6585938,24.378125 23.5632813,24.2820312 C23.5632813,24.2820312 23.5632813,24.2820312 23.5632813,24.2820312 C23.5632813,24.2820312 16.61875,17.3375 16.61875,17.3375 C16.3796875,17.0984375 16.3796875,16.8585938 16.61875,16.61875 C16.8578125,16.3789062 17.0976562,16.3796875 17.3375,16.61875 C17.3375,16.61875 17.3375,16.61875 17.3375,16.61875 C17.3375,16.61875 24.2820313,23.5632812 24.2820313,23.5632812 C24.5210938,23.8023437 24.5210938,24.0421875 24.2820313,24.2820312 C24.2820313,24.2820312 24.2820313,24.2820312 24.2820313,24.2820312 C24.1859375,24.378125 24.090625,24.4257812 23.946875,24.4257812 L23.9460937,24.4257812 Z' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=search-solid.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/search-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,cAAc,CAAC;AAEnC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,0qEAA0qE,WAAG
|
|
1
|
+
{"version":3,"file":"search-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/search-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,cAAc,CAAC;AAEnC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,0qEAA0qE,WAAG,EACrrE,eAAM,CAAC,EAAC,uuBAAuuB,WAAG,YACjvB,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'search-solid';\n\nexport const Component = () => (\n <>\n <path d='M10.009375,0 C10.009375,0 10.009375,0 10.009375,0 C7.2796875,0 4.9328125,0.9578125 2.96953125,2.92109375 C1.00625,4.884375 0,7.2796875 0,10.009375 C0,10.009375 0,10.009375 0,10.009375 C0,12.7875 1.00546875,15.1335938 2.96953125,17.0976562 C4.93359375,19.0617188 7.2796875,20.0671875 10.009375,20.0671875 C10.009375,20.0671875 10.009375,20.0671875 10.009375,20.0671875 C12.7875,20.0671875 15.1335938,19.0617188 17.0976562,17.0976562 C19.0617188,15.1335937 20.01875,12.7875 20.01875,10.009375 C20.01875,10.009375 20.01875,10.009375 20.01875,10.009375 C20.01875,7.2796875 19.0609375,4.88515625 17.0976562,2.92109375 C15.134375,0.95703125 12.7875,0 10.009375,0 Z M10.009375,0.9578125 C10.009375,0.9578125 10.009375,0.9578125 10.009375,0.9578125 C12.5476563,0.9578125 14.6546875,1.81953125 16.4273437,3.5921875 C18.2,5.36484375 19.0617188,7.51953125 19.0617188,10.0101563 C19.0617188,10.0101563 19.0617188,10.0101563 19.0617188,10.0101563 C19.0617188,12.5484375 18.2,14.6554688 16.4273437,16.428125 C14.6546875,18.2007812 12.5476563,19.0625 10.009375,19.0625 C10.009375,19.0625 10.009375,19.0625 10.009375,19.0625 C7.51875,19.0625 5.41171875,18.2007812 3.63984375,16.428125 C1.86796875,14.6554688 0.9578125,12.5484375 0.9578125,10.0101563 C0.9578125,10.0101563 0.9578125,10.0101563 0.9578125,10.0101563 C0.9578125,7.51953125 1.86796875,5.36484375 3.63984375,3.5921875 C5.41171875,1.81953125 7.51953125,0.9578125 10.009375,0.9578125 Z M15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 C15.8046875,11.590625 15.2296875,12.93125 14.128125,14.0328125 C13.0265625,15.1820312 11.6375,15.7570313 10.0570312,15.7570313 C10.0570312,15.7570313 10.0570312,15.7570313 10.0570312,15.7570313 C8.4765625,15.7570313 7.1359375,15.1820312 6.034375,14.0328125 C4.9328125,12.93125 4.3578125,11.590625 4.3578125,10.0101562 C4.3578125,8.4296875 4.9328125,7.0890625 6.034375,5.9390625 C7.1359375,4.8375 8.4765625,4.2625 10.0570312,4.2625 C10.0570312,4.2625 10.0570312,4.2625 10.0570312,4.2625 C11.6375,4.2625 13.0265625,4.8375 14.128125,5.9390625 C15.2296875,7.08828125 15.8046875,8.4296875 15.8046875,10.0101562 C15.8046875,10.0101562 15.8046875,10.0101562 15.8046875,10.0101562 L15.8046875,10.0101562 Z' />\n <path d='M23.9460937,24.4257812 C23.9460937,24.4257812 23.9460937,24.4257812 23.9460937,24.4257812 C23.8023437,24.4257812 23.6585938,24.378125 23.5632813,24.2820312 C23.5632813,24.2820312 23.5632813,24.2820312 23.5632813,24.2820312 C23.5632813,24.2820312 16.61875,17.3375 16.61875,17.3375 C16.3796875,17.0984375 16.3796875,16.8585938 16.61875,16.61875 C16.8578125,16.3789062 17.0976562,16.3796875 17.3375,16.61875 C17.3375,16.61875 17.3375,16.61875 17.3375,16.61875 C17.3375,16.61875 24.2820313,23.5632812 24.2820313,23.5632812 C24.5210938,23.8023437 24.5210938,24.0421875 24.2820313,24.2820312 C24.2820313,24.2820312 24.2820313,24.2820312 24.2820313,24.2820312 C24.1859375,24.378125 24.090625,24.4257812 23.946875,24.4257812 L23.9460937,24.4257812 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'tracer';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M18.0554687,9.51875 C18.678125,8.89609375 19.3960938,8.60859375 20.30625,8.60859375 C21.2164063,8.60859375 21.9828125,8.89609375 22.6054688,9.51875 C23.228125,10.1414063 23.5632813,10.9078125 23.5632813,11.8179687 C23.5632813,12.728125 23.228125,13.4945312 22.6054688,14.1171875 C21.9828125,14.7398438 21.2164063,15.075 20.30625,15.075 C19.3960937,15.075 18.678125,14.7398438 18.0554687,14.1171875 C17.4328125,13.4945312 17.0976562,12.728125 17.0976562,11.8179687 C17.0976562,10.9078125 17.4328125,10.1414063 18.0554687,9.51875 Z M20.30625,7.65078125 C20.30625,7.65078125 20.30625,7.65078125 20.30625,7.65078125 C19.1570312,7.65078125 18.1507812,8.03359375 17.3367187,8.8484375 C16.5226563,9.66328125 16.0914062,10.6679688 16.0914062,11.8179687 C16.0914062,11.8179687 16.0914062,11.8179687 16.0914062,11.8179687 C16.0914062,13.015625 16.5226562,13.9734375 17.3367187,14.7875 C18.1507813,15.6015625 19.15625,16.0328125 20.30625,16.0328125 C20.30625,16.0328125 20.30625,16.0328125 20.30625,16.0328125 C21.5039063,16.0328125 22.509375,15.6015625 23.3234375,14.7875 C24.1375,13.9734375 24.5210938,13.015625 24.5210938,11.8179687 C24.5210938,11.8179687 24.5210938,11.8179687 24.5210938,11.8179687 C24.5210938,10.66875 24.1382813,9.6625 23.3234375,8.8484375 C22.5085938,8.034375 21.5039063,7.65078125 20.30625,7.65078125 L20.30625,7.65078125 Z M2.203125,15.0265625 C2.96953125,14.2601562 3.92734375,13.8773437 5.02890625,13.8773437 C6.13046875,13.8773437 7.08828125,14.2601562 7.90234375,15.0265625 C8.66875,15.840625 9.0515625,16.7984375 9.0515625,17.9 C9.0515625,17.9 9.0515625,17.9 9.0515625,17.9 C9.0515625,19.0015625 8.66875,19.9117187 7.90234375,20.7257812 C7.08828125,21.5398437 6.13046875,21.9234375 5.02890625,21.9234375 C3.92734375,21.9234375 2.96953125,21.540625 2.15546875,20.7257812 C1.34140625,19.959375 0.9578125,19.0015625 0.9578125,17.9 C0.9578125,17.9 0.9578125,17.9 0.9578125,17.9 C1.00546875,16.7984375 1.3890625,15.840625 2.203125,15.0265625 Z M8.57265625,14.3554688 C7.5671875,13.35 6.4171875,12.8710938 5.02890625,12.8710938 C3.640625,12.8710938 2.490625,13.35 1.48515625,14.3078125 C0.4796875,15.3132812 0.00078125,16.5109375 0.00078125,17.9 C0.00078125,17.9 0.00078125,17.9 0.00078125,17.9 C0.00078125,19.2890625 0.4796875,20.4382813 1.48515625,21.3960937 C2.490625,22.4015625 3.640625,22.8804687 5.02890625,22.8804687 C6.4171875,22.8804687 7.5671875,22.4015625 8.57265625,21.3960937 C9.53046875,20.4382813 10.009375,19.2890625 10.009375,17.9 C10.009375,16.5109375 9.53046875,15.3617187 8.57265625,14.35625 L8.57265625,14.3554688 Z M3.40078125,2.95703125 C3.40078125,2.95703125 3.40078125,2.95703125 3.40078125,2.95703125 C4.07109375,3.0046875 4.64609375,3.24453125 5.125,3.67578125 C5.55625,4.1546875 5.7953125,4.7296875 5.7953125,5.4 C5.7953125,6.0703125 5.55625,6.6453125 5.125,7.0765625 C4.64609375,7.55546875 4.07109375,7.7953125 3.40078125,7.7953125 C2.73046875,7.7953125 2.15546875,7.55625 1.72421875,7.0765625 C1.2453125,6.6453125 1.00546875,6.07109375 0.9578125,5.4 C0.9578125,5.4 0.9578125,5.4 0.9578125,5.4 C1.00546875,4.7296875 1.2453125,4.1546875 1.72421875,3.67578125 C2.15546875,3.24453125 2.7296875,3.00546875 3.40078125,2.95703125 Z M5.7953125,3.00546875 C5.125,2.33515625 4.3109375,2 3.40078125,2 C2.490625,2 1.6765625,2.33515625 1.05390625,3.00546875 C0.38359375,3.67578125 0.0484375,4.48984375 0,5.4 C0,5.4 0,5.4 0,5.4 C0.04765625,6.31015625 0.3828125,7.12421875 1.05390625,7.746875 C1.6765625,8.4171875 2.490625,8.75234375 3.40078125,8.80078125 C3.40078125,8.80078125 3.40078125,8.80078125 3.40078125,8.80078125 C4.3109375,8.753125 5.125,8.41796875 5.7953125,7.746875 C6.41796875,7.12421875 6.753125,6.31015625 6.80078125,5.4 C6.80078125,5.4 6.80078125,5.4 6.80078125,5.4 C6.753125,4.48984375 6.41796875,3.67578125 5.7953125,3.00546875 L5.7953125,3.00546875 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M9.24296875 17.0859375C9.24296875 17.0859375 8.86015625 16.1757812 8.86015625 16.1757812 8.86015625 16.1757812 17.1453125 12.6320312 17.1453125 12.6320312 17.1453125 12.6320312 17.528125 13.5421875 17.528125 13.5421875 17.528125 13.5421875 9.24296875 17.0859375 9.24296875 17.0859375zM17.0015625 11.3382812C17.0015625 11.3382812 5.69921875 6.453125 5.69921875 6.453125 5.69921875 6.453125 6.08203125 5.54296875 6.08203125 5.54296875 6.08203125 5.54296875 17.384375 10.428125 17.384375 10.428125 17.384375 10.428125 17.0015625 11.3382812 17.0015625 11.3382812L17.0015625 11.3382812z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M18.0554687,9.51875 C18.678125,8.89609375 19.3960938,8.60859375 20.30625,8.60859375 C21.2164063,8.60859375 21.9828125,8.89609375 22.6054688,9.51875 C23.228125,10.1414063 23.5632813,10.9078125 23.5632813,11.8179687 C23.5632813,12.728125 23.228125,13.4945312 22.6054688,14.1171875 C21.9828125,14.7398438 21.2164063,15.075 20.30625,15.075 C19.3960937,15.075 18.678125,14.7398438 18.0554687,14.1171875 C17.4328125,13.4945312 17.0976562,12.728125 17.0976562,11.8179687 C17.0976562,10.9078125 17.4328125,10.1414063 18.0554687,9.51875 Z M20.30625,7.65078125 C20.30625,7.65078125 20.30625,7.65078125 20.30625,7.65078125 C19.1570312,7.65078125 18.1507812,8.03359375 17.3367187,8.8484375 C16.5226563,9.66328125 16.0914062,10.6679688 16.0914062,11.8179687 C16.0914062,11.8179687 16.0914062,11.8179687 16.0914062,11.8179687 C16.0914062,13.015625 16.5226562,13.9734375 17.3367187,14.7875 C18.1507813,15.6015625 19.15625,16.0328125 20.30625,16.0328125 C20.30625,16.0328125 20.30625,16.0328125 20.30625,16.0328125 C21.5039063,16.0328125 22.509375,15.6015625 23.3234375,14.7875 C24.1375,13.9734375 24.5210938,13.015625 24.5210938,11.8179687 C24.5210938,11.8179687 24.5210938,11.8179687 24.5210938,11.8179687 C24.5210938,10.66875 24.1382813,9.6625 23.3234375,8.8484375 C22.5085938,8.034375 21.5039063,7.65078125 20.30625,7.65078125 L20.30625,7.65078125 Z M2.203125,15.0265625 C2.96953125,14.2601562 3.92734375,13.8773437 5.02890625,13.8773437 C6.13046875,13.8773437 7.08828125,14.2601562 7.90234375,15.0265625 C8.66875,15.840625 9.0515625,16.7984375 9.0515625,17.9 C9.0515625,17.9 9.0515625,17.9 9.0515625,17.9 C9.0515625,19.0015625 8.66875,19.9117187 7.90234375,20.7257812 C7.08828125,21.5398437 6.13046875,21.9234375 5.02890625,21.9234375 C3.92734375,21.9234375 2.96953125,21.540625 2.15546875,20.7257812 C1.34140625,19.959375 0.9578125,19.0015625 0.9578125,17.9 C0.9578125,17.9 0.9578125,17.9 0.9578125,17.9 C1.00546875,16.7984375 1.3890625,15.840625 2.203125,15.0265625 Z M8.57265625,14.3554688 C7.5671875,13.35 6.4171875,12.8710938 5.02890625,12.8710938 C3.640625,12.8710938 2.490625,13.35 1.48515625,14.3078125 C0.4796875,15.3132812 0.00078125,16.5109375 0.00078125,17.9 C0.00078125,17.9 0.00078125,17.9 0.00078125,17.9 C0.00078125,19.2890625 0.4796875,20.4382813 1.48515625,21.3960937 C2.490625,22.4015625 3.640625,22.8804687 5.02890625,22.8804687 C6.4171875,22.8804687 7.5671875,22.4015625 8.57265625,21.3960937 C9.53046875,20.4382813 10.009375,19.2890625 10.009375,17.9 C10.009375,16.5109375 9.53046875,15.3617187 8.57265625,14.35625 L8.57265625,14.3554688 Z M3.40078125,2.95703125 C3.40078125,2.95703125 3.40078125,2.95703125 3.40078125,2.95703125 C4.07109375,3.0046875 4.64609375,3.24453125 5.125,3.67578125 C5.55625,4.1546875 5.7953125,4.7296875 5.7953125,5.4 C5.7953125,6.0703125 5.55625,6.6453125 5.125,7.0765625 C4.64609375,7.55546875 4.07109375,7.7953125 3.40078125,7.7953125 C2.73046875,7.7953125 2.15546875,7.55625 1.72421875,7.0765625 C1.2453125,6.6453125 1.00546875,6.07109375 0.9578125,5.4 C0.9578125,5.4 0.9578125,5.4 0.9578125,5.4 C1.00546875,4.7296875 1.2453125,4.1546875 1.72421875,3.67578125 C2.15546875,3.24453125 2.7296875,3.00546875 3.40078125,2.95703125 Z M5.7953125,3.00546875 C5.125,2.33515625 4.3109375,2 3.40078125,2 C2.490625,2 1.6765625,2.33515625 1.05390625,3.00546875 C0.38359375,3.67578125 0.0484375,4.48984375 0,5.4 C0,5.4 0,5.4 0,5.4 C0.04765625,6.31015625 0.3828125,7.12421875 1.05390625,7.746875 C1.6765625,8.4171875 2.490625,8.75234375 3.40078125,8.80078125 C3.40078125,8.80078125 3.40078125,8.80078125 3.40078125,8.80078125 C4.3109375,8.753125 5.125,8.41796875 5.7953125,7.746875 C6.41796875,7.12421875 6.753125,6.31015625 6.80078125,5.4 C6.80078125,5.4 6.80078125,5.4 6.80078125,5.4 C6.753125,4.48984375 6.41796875,3.67578125 5.7953125,3.00546875 L5.7953125,3.00546875 Z' }, void 0), _jsx("path", { d: 'M9.24296875 17.0859375C9.24296875 17.0859375 8.86015625 16.1757812 8.86015625 16.1757812 8.86015625 16.1757812 17.1453125 12.6320312 17.1453125 12.6320312 17.1453125 12.6320312 17.528125 13.5421875 17.528125 13.5421875 17.528125 13.5421875 9.24296875 17.0859375 9.24296875 17.0859375zM17.0015625 11.3382812C17.0015625 11.3382812 5.69921875 6.453125 5.69921875 6.453125 5.69921875 6.453125 6.08203125 5.54296875 6.08203125 5.54296875 6.08203125 5.54296875 17.384375 10.428125 17.384375 10.428125 17.384375 10.428125 17.0015625 11.3382812 17.0015625 11.3382812L17.0015625 11.3382812z' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=tracer.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tracer.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/tracer.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAC;AAE7B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,ytHAAytH,WAAG
|
|
1
|
+
{"version":3,"file":"tracer.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/tracer.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAC;AAE7B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,ytHAAytH,WAAG,EACpuH,eAAM,CAAC,EAAC,ukBAAukB,WAAG,YACjlB,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'tracer';\n\nexport const Component = () => (\n <>\n <path d='M18.0554687,9.51875 C18.678125,8.89609375 19.3960938,8.60859375 20.30625,8.60859375 C21.2164063,8.60859375 21.9828125,8.89609375 22.6054688,9.51875 C23.228125,10.1414063 23.5632813,10.9078125 23.5632813,11.8179687 C23.5632813,12.728125 23.228125,13.4945312 22.6054688,14.1171875 C21.9828125,14.7398438 21.2164063,15.075 20.30625,15.075 C19.3960937,15.075 18.678125,14.7398438 18.0554687,14.1171875 C17.4328125,13.4945312 17.0976562,12.728125 17.0976562,11.8179687 C17.0976562,10.9078125 17.4328125,10.1414063 18.0554687,9.51875 Z M20.30625,7.65078125 C20.30625,7.65078125 20.30625,7.65078125 20.30625,7.65078125 C19.1570312,7.65078125 18.1507812,8.03359375 17.3367187,8.8484375 C16.5226563,9.66328125 16.0914062,10.6679688 16.0914062,11.8179687 C16.0914062,11.8179687 16.0914062,11.8179687 16.0914062,11.8179687 C16.0914062,13.015625 16.5226562,13.9734375 17.3367187,14.7875 C18.1507813,15.6015625 19.15625,16.0328125 20.30625,16.0328125 C20.30625,16.0328125 20.30625,16.0328125 20.30625,16.0328125 C21.5039063,16.0328125 22.509375,15.6015625 23.3234375,14.7875 C24.1375,13.9734375 24.5210938,13.015625 24.5210938,11.8179687 C24.5210938,11.8179687 24.5210938,11.8179687 24.5210938,11.8179687 C24.5210938,10.66875 24.1382813,9.6625 23.3234375,8.8484375 C22.5085938,8.034375 21.5039063,7.65078125 20.30625,7.65078125 L20.30625,7.65078125 Z M2.203125,15.0265625 C2.96953125,14.2601562 3.92734375,13.8773437 5.02890625,13.8773437 C6.13046875,13.8773437 7.08828125,14.2601562 7.90234375,15.0265625 C8.66875,15.840625 9.0515625,16.7984375 9.0515625,17.9 C9.0515625,17.9 9.0515625,17.9 9.0515625,17.9 C9.0515625,19.0015625 8.66875,19.9117187 7.90234375,20.7257812 C7.08828125,21.5398437 6.13046875,21.9234375 5.02890625,21.9234375 C3.92734375,21.9234375 2.96953125,21.540625 2.15546875,20.7257812 C1.34140625,19.959375 0.9578125,19.0015625 0.9578125,17.9 C0.9578125,17.9 0.9578125,17.9 0.9578125,17.9 C1.00546875,16.7984375 1.3890625,15.840625 2.203125,15.0265625 Z M8.57265625,14.3554688 C7.5671875,13.35 6.4171875,12.8710938 5.02890625,12.8710938 C3.640625,12.8710938 2.490625,13.35 1.48515625,14.3078125 C0.4796875,15.3132812 0.00078125,16.5109375 0.00078125,17.9 C0.00078125,17.9 0.00078125,17.9 0.00078125,17.9 C0.00078125,19.2890625 0.4796875,20.4382813 1.48515625,21.3960937 C2.490625,22.4015625 3.640625,22.8804687 5.02890625,22.8804687 C6.4171875,22.8804687 7.5671875,22.4015625 8.57265625,21.3960937 C9.53046875,20.4382813 10.009375,19.2890625 10.009375,17.9 C10.009375,16.5109375 9.53046875,15.3617187 8.57265625,14.35625 L8.57265625,14.3554688 Z M3.40078125,2.95703125 C3.40078125,2.95703125 3.40078125,2.95703125 3.40078125,2.95703125 C4.07109375,3.0046875 4.64609375,3.24453125 5.125,3.67578125 C5.55625,4.1546875 5.7953125,4.7296875 5.7953125,5.4 C5.7953125,6.0703125 5.55625,6.6453125 5.125,7.0765625 C4.64609375,7.55546875 4.07109375,7.7953125 3.40078125,7.7953125 C2.73046875,7.7953125 2.15546875,7.55625 1.72421875,7.0765625 C1.2453125,6.6453125 1.00546875,6.07109375 0.9578125,5.4 C0.9578125,5.4 0.9578125,5.4 0.9578125,5.4 C1.00546875,4.7296875 1.2453125,4.1546875 1.72421875,3.67578125 C2.15546875,3.24453125 2.7296875,3.00546875 3.40078125,2.95703125 Z M5.7953125,3.00546875 C5.125,2.33515625 4.3109375,2 3.40078125,2 C2.490625,2 1.6765625,2.33515625 1.05390625,3.00546875 C0.38359375,3.67578125 0.0484375,4.48984375 0,5.4 C0,5.4 0,5.4 0,5.4 C0.04765625,6.31015625 0.3828125,7.12421875 1.05390625,7.746875 C1.6765625,8.4171875 2.490625,8.75234375 3.40078125,8.80078125 C3.40078125,8.80078125 3.40078125,8.80078125 3.40078125,8.80078125 C4.3109375,8.753125 5.125,8.41796875 5.7953125,7.746875 C6.41796875,7.12421875 6.753125,6.31015625 6.80078125,5.4 C6.80078125,5.4 6.80078125,5.4 6.80078125,5.4 C6.753125,4.48984375 6.41796875,3.67578125 5.7953125,3.00546875 L5.7953125,3.00546875 Z' />\n <path d='M9.24296875 17.0859375C9.24296875 17.0859375 8.86015625 16.1757812 8.86015625 16.1757812 8.86015625 16.1757812 17.1453125 12.6320312 17.1453125 12.6320312 17.1453125 12.6320312 17.528125 13.5421875 17.528125 13.5421875 17.528125 13.5421875 9.24296875 17.0859375 9.24296875 17.0859375zM17.0015625 11.3382812C17.0015625 11.3382812 5.69921875 6.453125 5.69921875 6.453125 5.69921875 6.453125 6.08203125 5.54296875 6.08203125 5.54296875 6.08203125 5.54296875 17.384375 10.428125 17.384375 10.428125 17.384375 10.428125 17.0015625 11.3382812 17.0015625 11.3382812L17.0015625 11.3382812z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'tribox-solid';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M8.8125,16.709375 C8.8125,16.709375 8.8125,7.896875 8.8125,7.896875 C8.8125,7.896875 0,7.896875 0,7.896875 C0,7.896875 0,16.709375 0,16.709375 C0,16.709375 8.8125,16.709375 8.8125,16.709375 Z M24.5210937,9.86015625 C24.5210937,9.86015625 24.5210937,1 24.5210937,1 C24.5210937,1 15.7085937,1 15.7085937,1 C15.7085937,1 15.7085937,9.86015625 15.7085937,9.86015625 C15.7085937,9.86015625 24.5210937,9.86015625 24.5210937,9.86015625 Z M24.5210937,23.6054688 C24.5210937,23.6054688 24.5210937,14.7453125 24.5210937,14.7453125 C24.5210937,14.7453125 15.7085937,14.7453125 15.7085937,14.7453125 C15.7085937,14.7453125 15.7085937,23.6054688 15.7085937,23.6054688 C15.7085937,23.6054688 24.5210937,23.6054688 24.5210937,23.6054688 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M8.8125,12.4945312 C8.8125,12.4945312 8.1421875,11.8242187 8.1421875,11.8242187 C8.1421875,11.8242187 15.709375,4.25703125 15.709375,4.25703125 C15.709375,4.25703125 16.3796875,4.92734375 16.3796875,4.92734375 C16.3796875,4.92734375 8.8125,12.4945312 8.8125,12.4945312 Z' }, void 0),
|
|
6
|
-
_jsx("path", { d: 'M15.7085938,20.3492187 C15.7085938,20.3492187 8.14140625,12.7820312 8.14140625,12.7820312 C8.14140625,12.7820312 8.81171875,12.1117187 8.81171875,12.1117187 C8.81171875,12.1117187 16.3789063,19.6789062 16.3789063,19.6789062 C16.3789063,19.6789062 15.7085938,20.3492187 15.7085938,20.3492187 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M8.8125,16.709375 C8.8125,16.709375 8.8125,7.896875 8.8125,7.896875 C8.8125,7.896875 0,7.896875 0,7.896875 C0,7.896875 0,16.709375 0,16.709375 C0,16.709375 8.8125,16.709375 8.8125,16.709375 Z M24.5210937,9.86015625 C24.5210937,9.86015625 24.5210937,1 24.5210937,1 C24.5210937,1 15.7085937,1 15.7085937,1 C15.7085937,1 15.7085937,9.86015625 15.7085937,9.86015625 C15.7085937,9.86015625 24.5210937,9.86015625 24.5210937,9.86015625 Z M24.5210937,23.6054688 C24.5210937,23.6054688 24.5210937,14.7453125 24.5210937,14.7453125 C24.5210937,14.7453125 15.7085937,14.7453125 15.7085937,14.7453125 C15.7085937,14.7453125 15.7085937,23.6054688 15.7085937,23.6054688 C15.7085937,23.6054688 24.5210937,23.6054688 24.5210937,23.6054688 Z' }, void 0), _jsx("path", { d: 'M8.8125,12.4945312 C8.8125,12.4945312 8.1421875,11.8242187 8.1421875,11.8242187 C8.1421875,11.8242187 15.709375,4.25703125 15.709375,4.25703125 C15.709375,4.25703125 16.3796875,4.92734375 16.3796875,4.92734375 C16.3796875,4.92734375 8.8125,12.4945312 8.8125,12.4945312 Z' }, void 0), _jsx("path", { d: 'M15.7085938,20.3492187 C15.7085938,20.3492187 8.14140625,12.7820312 8.14140625,12.7820312 C8.14140625,12.7820312 8.81171875,12.1117187 8.81171875,12.1117187 C8.81171875,12.1117187 16.3789063,19.6789062 16.3789063,19.6789062 C16.3789063,19.6789062 15.7085938,20.3492187 15.7085938,20.3492187 Z' }, void 0)] }, void 0));
|
|
7
5
|
export const viewBox = '0 0 25 25';
|
|
8
6
|
//# sourceMappingURL=tribox-solid.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tribox-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/tribox-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,cAAc,CAAC;AAEnC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,qtBAAqtB,WAAG
|
|
1
|
+
{"version":3,"file":"tribox-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/tribox-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,cAAc,CAAC;AAEnC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,qtBAAqtB,WAAG,EAChuB,eAAM,CAAC,EAAC,gRAAgR,WAAG,EAC3R,eAAM,CAAC,EAAC,sSAAsS,WAAG,YAChT,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'tribox-solid';\n\nexport const Component = () => (\n <>\n <path d='M8.8125,16.709375 C8.8125,16.709375 8.8125,7.896875 8.8125,7.896875 C8.8125,7.896875 0,7.896875 0,7.896875 C0,7.896875 0,16.709375 0,16.709375 C0,16.709375 8.8125,16.709375 8.8125,16.709375 Z M24.5210937,9.86015625 C24.5210937,9.86015625 24.5210937,1 24.5210937,1 C24.5210937,1 15.7085937,1 15.7085937,1 C15.7085937,1 15.7085937,9.86015625 15.7085937,9.86015625 C15.7085937,9.86015625 24.5210937,9.86015625 24.5210937,9.86015625 Z M24.5210937,23.6054688 C24.5210937,23.6054688 24.5210937,14.7453125 24.5210937,14.7453125 C24.5210937,14.7453125 15.7085937,14.7453125 15.7085937,14.7453125 C15.7085937,14.7453125 15.7085937,23.6054688 15.7085937,23.6054688 C15.7085937,23.6054688 24.5210937,23.6054688 24.5210937,23.6054688 Z' />\n <path d='M8.8125,12.4945312 C8.8125,12.4945312 8.1421875,11.8242187 8.1421875,11.8242187 C8.1421875,11.8242187 15.709375,4.25703125 15.709375,4.25703125 C15.709375,4.25703125 16.3796875,4.92734375 16.3796875,4.92734375 C16.3796875,4.92734375 8.8125,12.4945312 8.8125,12.4945312 Z' />\n <path d='M15.7085938,20.3492187 C15.7085938,20.3492187 8.14140625,12.7820312 8.14140625,12.7820312 C8.14140625,12.7820312 8.81171875,12.1117187 8.81171875,12.1117187 C8.81171875,12.1117187 16.3789063,19.6789062 16.3789063,19.6789062 C16.3789063,19.6789062 15.7085938,20.3492187 15.7085938,20.3492187 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// This file is autogenerated. Any changes will be overwritten.
|
|
3
3
|
export const name = 'tribox';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M0.9578125,8.8546875 C0.9578125,8.8546875 7.8546875,8.8546875 7.8546875,8.8546875 C7.8546875,8.8546875 7.8546875,15.7515625 7.8546875,15.7515625 C7.8546875,15.7515625 0.9578125,15.7515625 0.9578125,15.7515625 C0.9578125,15.7515625 0.9578125,8.8546875 0.9578125,8.8546875 Z M8.8125,16.709375 C8.8125,16.709375 8.8125,7.896875 8.8125,7.896875 C8.8125,7.896875 0,7.896875 0,7.896875 C0,7.896875 0,16.709375 0,16.709375 C0,16.709375 8.8125,16.709375 8.8125,16.709375 Z M16.6664063,2.00625 C16.6664063,2.00625 23.5632813,2.00625 23.5632813,2.00625 C23.5632813,2.00625 23.5632813,8.8546875 23.5632813,8.8546875 C23.5632813,8.8546875 16.6664063,8.8546875 16.6664063,8.8546875 C16.6664063,8.8546875 16.6664063,2.00625 16.6664063,2.00625 Z M24.5210937,9.86015625 C24.5210937,9.86015625 24.5210937,1 24.5210937,1 C24.5210937,1 15.7085937,1 15.7085937,1 C15.7085937,1 15.7085937,9.86015625 15.7085937,9.86015625 C15.7085937,9.86015625 24.5210937,9.86015625 24.5210937,9.86015625 Z M16.6664063,15.7515625 C16.6664063,15.7515625 23.5632813,15.7515625 23.5632813,15.7515625 C23.5632813,15.7515625 23.5632813,22.6 23.5632813,22.6 C23.5632813,22.6 16.6664063,22.6 16.6664063,22.6 C16.6664063,22.6 16.6664063,15.7515625 16.6664063,15.7515625 L16.6664063,15.7515625 Z M24.5210937,23.6054688 C24.5210937,23.6054688 24.5210937,14.7453125 24.5210937,14.7453125 C24.5210937,14.7453125 15.7085937,14.7453125 15.7085937,14.7453125 C15.7085937,14.7453125 15.7085937,23.6054688 15.7085937,23.6054688 C15.7085937,23.6054688 24.5210937,23.6054688 24.5210937,23.6054688 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M8.8125,12.4945312 C8.8125,12.4945312 8.1421875,11.8242187 8.1421875,11.8242187 C8.1421875,11.8242187 15.709375,4.25703125 15.709375,4.25703125 C15.709375,4.25703125 16.3796875,4.92734375 16.3796875,4.92734375 C16.3796875,4.92734375 8.8125,12.4945312 8.8125,12.4945312 Z' }, void 0),
|
|
6
|
-
_jsx("path", { d: 'M15.7085938,20.3492187 C15.7085938,20.3492187 8.14140625,12.7820312 8.14140625,12.7820312 C8.14140625,12.7820312 8.81171875,12.1117187 8.81171875,12.1117187 C8.81171875,12.1117187 16.3789063,19.6789062 16.3789063,19.6789062 C16.3789063,19.6789062 15.7085938,20.3492187 15.7085938,20.3492187 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M0.9578125,8.8546875 C0.9578125,8.8546875 7.8546875,8.8546875 7.8546875,8.8546875 C7.8546875,8.8546875 7.8546875,15.7515625 7.8546875,15.7515625 C7.8546875,15.7515625 0.9578125,15.7515625 0.9578125,15.7515625 C0.9578125,15.7515625 0.9578125,8.8546875 0.9578125,8.8546875 Z M8.8125,16.709375 C8.8125,16.709375 8.8125,7.896875 8.8125,7.896875 C8.8125,7.896875 0,7.896875 0,7.896875 C0,7.896875 0,16.709375 0,16.709375 C0,16.709375 8.8125,16.709375 8.8125,16.709375 Z M16.6664063,2.00625 C16.6664063,2.00625 23.5632813,2.00625 23.5632813,2.00625 C23.5632813,2.00625 23.5632813,8.8546875 23.5632813,8.8546875 C23.5632813,8.8546875 16.6664063,8.8546875 16.6664063,8.8546875 C16.6664063,8.8546875 16.6664063,2.00625 16.6664063,2.00625 Z M24.5210937,9.86015625 C24.5210937,9.86015625 24.5210937,1 24.5210937,1 C24.5210937,1 15.7085937,1 15.7085937,1 C15.7085937,1 15.7085937,9.86015625 15.7085937,9.86015625 C15.7085937,9.86015625 24.5210937,9.86015625 24.5210937,9.86015625 Z M16.6664063,15.7515625 C16.6664063,15.7515625 23.5632813,15.7515625 23.5632813,15.7515625 C23.5632813,15.7515625 23.5632813,22.6 23.5632813,22.6 C23.5632813,22.6 16.6664063,22.6 16.6664063,22.6 C16.6664063,22.6 16.6664063,15.7515625 16.6664063,15.7515625 L16.6664063,15.7515625 Z M24.5210937,23.6054688 C24.5210937,23.6054688 24.5210937,14.7453125 24.5210937,14.7453125 C24.5210937,14.7453125 15.7085937,14.7453125 15.7085937,14.7453125 C15.7085937,14.7453125 15.7085937,23.6054688 15.7085937,23.6054688 C15.7085937,23.6054688 24.5210937,23.6054688 24.5210937,23.6054688 Z' }, void 0), _jsx("path", { d: 'M8.8125,12.4945312 C8.8125,12.4945312 8.1421875,11.8242187 8.1421875,11.8242187 C8.1421875,11.8242187 15.709375,4.25703125 15.709375,4.25703125 C15.709375,4.25703125 16.3796875,4.92734375 16.3796875,4.92734375 C16.3796875,4.92734375 8.8125,12.4945312 8.8125,12.4945312 Z' }, void 0), _jsx("path", { d: 'M15.7085938,20.3492187 C15.7085938,20.3492187 8.14140625,12.7820312 8.14140625,12.7820312 C8.14140625,12.7820312 8.81171875,12.1117187 8.81171875,12.1117187 C8.81171875,12.1117187 16.3789063,19.6789062 16.3789063,19.6789062 C16.3789063,19.6789062 15.7085938,20.3492187 15.7085938,20.3492187 Z' }, void 0)] }, void 0));
|
|
7
5
|
export const viewBox = '0 0 25 25';
|
|
8
6
|
//# sourceMappingURL=tribox.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tribox.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/tribox.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAC;AAE7B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,wgDAAwgD,WAAG
|
|
1
|
+
{"version":3,"file":"tribox.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/tribox.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,QAAQ,CAAC;AAE7B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,wgDAAwgD,WAAG,EACnhD,eAAM,CAAC,EAAC,gRAAgR,WAAG,EAC3R,eAAM,CAAC,EAAC,sSAAsS,WAAG,YAChT,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'tribox';\n\nexport const Component = () => (\n <>\n <path d='M0.9578125,8.8546875 C0.9578125,8.8546875 7.8546875,8.8546875 7.8546875,8.8546875 C7.8546875,8.8546875 7.8546875,15.7515625 7.8546875,15.7515625 C7.8546875,15.7515625 0.9578125,15.7515625 0.9578125,15.7515625 C0.9578125,15.7515625 0.9578125,8.8546875 0.9578125,8.8546875 Z M8.8125,16.709375 C8.8125,16.709375 8.8125,7.896875 8.8125,7.896875 C8.8125,7.896875 0,7.896875 0,7.896875 C0,7.896875 0,16.709375 0,16.709375 C0,16.709375 8.8125,16.709375 8.8125,16.709375 Z M16.6664063,2.00625 C16.6664063,2.00625 23.5632813,2.00625 23.5632813,2.00625 C23.5632813,2.00625 23.5632813,8.8546875 23.5632813,8.8546875 C23.5632813,8.8546875 16.6664063,8.8546875 16.6664063,8.8546875 C16.6664063,8.8546875 16.6664063,2.00625 16.6664063,2.00625 Z M24.5210937,9.86015625 C24.5210937,9.86015625 24.5210937,1 24.5210937,1 C24.5210937,1 15.7085937,1 15.7085937,1 C15.7085937,1 15.7085937,9.86015625 15.7085937,9.86015625 C15.7085937,9.86015625 24.5210937,9.86015625 24.5210937,9.86015625 Z M16.6664063,15.7515625 C16.6664063,15.7515625 23.5632813,15.7515625 23.5632813,15.7515625 C23.5632813,15.7515625 23.5632813,22.6 23.5632813,22.6 C23.5632813,22.6 16.6664063,22.6 16.6664063,22.6 C16.6664063,22.6 16.6664063,15.7515625 16.6664063,15.7515625 L16.6664063,15.7515625 Z M24.5210937,23.6054688 C24.5210937,23.6054688 24.5210937,14.7453125 24.5210937,14.7453125 C24.5210937,14.7453125 15.7085937,14.7453125 15.7085937,14.7453125 C15.7085937,14.7453125 15.7085937,23.6054688 15.7085937,23.6054688 C15.7085937,23.6054688 24.5210937,23.6054688 24.5210937,23.6054688 Z' />\n <path d='M8.8125,12.4945312 C8.8125,12.4945312 8.1421875,11.8242187 8.1421875,11.8242187 C8.1421875,11.8242187 15.709375,4.25703125 15.709375,4.25703125 C15.709375,4.25703125 16.3796875,4.92734375 16.3796875,4.92734375 C16.3796875,4.92734375 8.8125,12.4945312 8.8125,12.4945312 Z' />\n <path d='M15.7085938,20.3492187 C15.7085938,20.3492187 8.14140625,12.7820312 8.14140625,12.7820312 C8.14140625,12.7820312 8.81171875,12.1117187 8.81171875,12.1117187 C8.81171875,12.1117187 16.3789063,19.6789062 16.3789063,19.6789062 C16.3789063,19.6789062 15.7085938,20.3492187 15.7085938,20.3492187 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -11,10 +11,10 @@ const Input = forwardRef((props, ref) => {
|
|
|
11
11
|
const controlProp = {};
|
|
12
12
|
// Conditionally render component as controlled/uncontrolled
|
|
13
13
|
if (hasProp(props, 'value')) {
|
|
14
|
-
controlProp.value = value
|
|
14
|
+
controlProp.value = value ?? '';
|
|
15
15
|
}
|
|
16
16
|
else if (hasProp(props, 'defaultValue')) {
|
|
17
|
-
controlProp.defaultValue = defaultValue
|
|
17
|
+
controlProp.defaultValue = defaultValue ?? '';
|
|
18
18
|
}
|
|
19
19
|
const Comp = (_jsx(StyledFormControl, Object.assign({}, {
|
|
20
20
|
ref,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAW,UAAU,EAAmB,MAAM,OAAO,CAAC;AAG7D,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,EAAoB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAErC,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAyBzC,MAAM,KAAK,GAAkC,UAAU,CACrD,CAAC,KAAkC,EAAE,GAA0B,EAAE,EAAE;IACjE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,MAAM,EACJ,EAAE,GAAG,GAAG,EACR,KAAK,EACL,YAAY,EACZ,QAAQ,GAAG,KAAK,EAChB,QAAQ,GAAG,KAAK,EAChB,KAAK,EACL,WAAW,EACX,IAAI,EACJ,MAAM,EACN,OAAO,EACP,GAAG,SAAS,EACb,GAAG,KAAK,CAAC;IAEV,MAAM,WAAW,GAGb,EAAE,CAAC;IAEP,4DAA4D;IAC5D,IAAI,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,EAAE;QAC3B,WAAW,CAAC,KAAK,GAAG,KAAK,
|
|
1
|
+
{"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../src/components/Input/Input.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAW,UAAU,EAAmB,MAAM,OAAO,CAAC;AAG7D,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,EAAoB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAErC,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAyBzC,MAAM,KAAK,GAAkC,UAAU,CACrD,CAAC,KAAkC,EAAE,GAA0B,EAAE,EAAE;IACjE,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;IACrB,MAAM,EACJ,EAAE,GAAG,GAAG,EACR,KAAK,EACL,YAAY,EACZ,QAAQ,GAAG,KAAK,EAChB,QAAQ,GAAG,KAAK,EAChB,KAAK,EACL,WAAW,EACX,IAAI,EACJ,MAAM,EACN,OAAO,EACP,GAAG,SAAS,EACb,GAAG,KAAK,CAAC;IAEV,MAAM,WAAW,GAGb,EAAE,CAAC;IAEP,4DAA4D;IAC5D,IAAI,OAAO,CAAC,KAAK,EAAE,OAAO,CAAC,EAAE;QAC3B,WAAW,CAAC,KAAK,GAAG,KAAK,IAAI,EAAE,CAAC;KACjC;SAAM,IAAI,OAAO,CAAC,KAAK,EAAE,cAAc,CAAC,EAAE;QACzC,WAAW,CAAC,YAAY,GAAG,YAAY,IAAI,EAAE,CAAC;KAC/C;IAED,MAAM,IAAI,GAAG,CACX,KAAC,iBAAiB,oBACZ;QACF,GAAG;QACH,EAAE;QACF,QAAQ;QACR,QAAQ;QACR,MAAM;QACN,GAAG,WAAW;QACd,GAAG,SAAS;QACZ,EAAE,EAAE,WAAW;KAChB,UACD,CACH,CAAC;IAEF,OAAO,KAAK,CAAC,CAAC,CAAC,CACb,KAAC,SAAS,oBAAK,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,cACjF,IAAI,YACK,CACb,CAAC,CAAC,CAAC,CACF,IAAI,CACL,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,eAAe,KAAK,CAAC","sourcesContent":["import { FC, Ref, forwardRef, PropsWithoutRef } from 'react';\n\nimport { Action, BaseProps, ForwardProps } from '../../types';\nimport FormField from '../FormField';\nimport { FormControlProps, StyledFormControl } from '../FormControl';\nimport { hasProp } from '../../utils';\nimport { useUID } from '../../hooks';\n\nimport StyledInput from './Input.styles';\n\nexport interface InputProps extends FormControlProps, BaseProps {\n /**\n * Specifies the type of input to be used.\n * @default \"text\"\n */\n type?:\n | 'text'\n | 'password'\n | 'number'\n | 'email'\n | 'url'\n | 'search'\n | 'tel'\n | 'date'\n | 'datetime-local'\n | 'time'\n | 'week'\n | 'month'\n | 'color';\n /** Pass an array of Action objects to append button(s) inline with the Input. */\n actions?: Action[];\n}\n\nconst Input: FC<InputProps & ForwardProps> = forwardRef(\n (props: PropsWithoutRef<InputProps>, ref: Ref<HTMLInputElement>) => {\n const uid = useUID();\n const {\n id = uid,\n value,\n defaultValue,\n required = false,\n disabled = false,\n label,\n labelHidden,\n info,\n status,\n actions,\n ...restProps\n } = props;\n\n const controlProp: {\n value?: string;\n defaultValue?: string;\n } = {};\n\n // Conditionally render component as controlled/uncontrolled\n if (hasProp(props, 'value')) {\n controlProp.value = value ?? '';\n } else if (hasProp(props, 'defaultValue')) {\n controlProp.defaultValue = defaultValue ?? '';\n }\n\n const Comp = (\n <StyledFormControl\n {...{\n ref,\n id,\n required,\n disabled,\n status,\n ...controlProp,\n ...restProps,\n as: StyledInput\n }}\n />\n );\n\n return label ? (\n <FormField {...{ label, labelHidden, id, info, status, required, disabled, actions }}>\n {Comp}\n </FormField>\n ) : (\n Comp\n );\n }\n);\n\nexport default Input;\n"]}
|
|
@@ -4,14 +4,14 @@ const StyledInput = styled.input(({ theme: { base, components } }) => {
|
|
|
4
4
|
return css `
|
|
5
5
|
width: 100%;
|
|
6
6
|
height: ${components.input.height};
|
|
7
|
-
min-height: ${base
|
|
7
|
+
min-height: ${base['hit-area']['mouse-min']};
|
|
8
8
|
padding: 0 ${components.input.padding};
|
|
9
9
|
appearance: none;
|
|
10
10
|
-webkit-appearance: none;
|
|
11
11
|
text-align: inherit;
|
|
12
12
|
|
|
13
13
|
@media (pointer: coarse) {
|
|
14
|
-
min-height: ${base
|
|
14
|
+
min-height: ${base['hit-area']['finger-min']};
|
|
15
15
|
}
|
|
16
16
|
`;
|
|
17
17
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.styles.js","sourceRoot":"","sources":["../../../src/components/Input/Input.styles.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE,EAAE,EAAE;IACnE,OAAO,GAAG,CAAA;;cAEE,UAAU,CAAC,KAAK,CAAC,MAAM;kBACnB,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"Input.styles.js","sourceRoot":"","sources":["../../../src/components/Input/Input.styles.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE,EAAE,EAAE;IACnE,OAAO,GAAG,CAAA;;cAEE,UAAU,CAAC,KAAK,CAAC,MAAM;kBACnB,IAAI,CAAC,UAAU,CAAC,CAAC,WAAW,CAAC;iBAC9B,UAAU,CAAC,KAAK,CAAC,OAAO;;;;;;oBAMrB,IAAI,CAAC,UAAU,CAAC,CAAC,YAAY,CAAC;;GAE/C,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,WAAW,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAE5C,eAAe,WAAW,CAAC","sourcesContent":["import styled, { css } from 'styled-components';\n\nimport { defaultThemeProp } from '../../theme';\n\nconst StyledInput = styled.input(({ theme: { base, components } }) => {\n return css`\n width: 100%;\n height: ${components.input.height};\n min-height: ${base['hit-area']['mouse-min']};\n padding: 0 ${components.input.padding};\n appearance: none;\n -webkit-appearance: none;\n text-align: inherit;\n\n @media (pointer: coarse) {\n min-height: ${base['hit-area']['finger-min']};\n }\n `;\n});\n\nStyledInput.defaultProps = defaultThemeProp;\n\nexport default StyledInput;\n"]}
|
|
@@ -78,19 +78,18 @@ const Link = forwardRef(({ href, variant = 'link', previewable, onPreview, ...re
|
|
|
78
78
|
setPopover(false);
|
|
79
79
|
};
|
|
80
80
|
const onKeyUp = (event) => {
|
|
81
|
-
var _a, _b, _c;
|
|
82
81
|
if (event.keyCode === 27) {
|
|
83
82
|
closePopover();
|
|
84
83
|
}
|
|
85
84
|
if (event.keyCode === 38 || event.keyCode === 40) {
|
|
86
|
-
|
|
85
|
+
previewBtnRef?.current?.focus();
|
|
87
86
|
}
|
|
88
87
|
if (event.keyCode === 37 || event.keyCode === 39) {
|
|
89
88
|
if (previewBtnRef.current === document.activeElement) {
|
|
90
|
-
|
|
89
|
+
openInTabBtnRef?.current?.focus();
|
|
91
90
|
}
|
|
92
91
|
else {
|
|
93
|
-
|
|
92
|
+
previewBtnRef?.current?.focus();
|
|
94
93
|
}
|
|
95
94
|
}
|
|
96
95
|
};
|
|
@@ -99,11 +98,9 @@ const Link = forwardRef(({ href, variant = 'link', previewable, onPreview, ...re
|
|
|
99
98
|
openPopover();
|
|
100
99
|
};
|
|
101
100
|
const onPreviewClick = () => {
|
|
102
|
-
onPreview
|
|
101
|
+
onPreview?.({ href });
|
|
103
102
|
};
|
|
104
|
-
return (_jsxs(_Fragment, { children: [_jsx(StyledLink, Object.assign({ href: href, variant: variant, ref: linkRef }, restProps, { onMouseEnter: onEnterLink, onMouseLeave: closePopover, onFocus: onEnterLink, onKeyUp: onKeyUp, onBlur: closePopover }), void 0),
|
|
105
|
-
_jsxs(Popover, Object.assign({ show: popover, groupId: 'link_preview', showDelay: 'short', hideDelay: 'short', placement: 'bottom', target: linkRef.current, onMouseEnter: openPopover, onMouseLeave: closePopover, as: StyledLinkPopover, arrow: true }, { children: [_jsx(StyledLinkPopoverBtn, Object.assign({ preview: true, type: 'button', ref: previewBtnRef, onClick: onPreviewClick, tabIndex: 0, onFocus: openPopover, onKeyUp: onKeyUp }, { children: t('link_preview') }), void 0),
|
|
106
|
-
_jsx(StyledLinkPopoverBtn, Object.assign({ forwardedAs: 'a', href: href, ref: openInTabBtnRef, target: '_blank', rel: 'noreferrer', onBlur: closePopover, onKeyUp: onKeyUp }, { children: t('link_open_in_tab') }), void 0)] }), void 0)] }, void 0));
|
|
103
|
+
return (_jsxs(_Fragment, { children: [_jsx(StyledLink, Object.assign({ href: href, variant: variant, ref: linkRef }, restProps, { onMouseEnter: onEnterLink, onMouseLeave: closePopover, onFocus: onEnterLink, onKeyUp: onKeyUp, onBlur: closePopover }), void 0), _jsxs(Popover, Object.assign({ show: popover, groupId: 'link_preview', showDelay: 'short', hideDelay: 'short', placement: 'bottom', target: linkRef.current, onMouseEnter: openPopover, onMouseLeave: closePopover, as: StyledLinkPopover, arrow: true }, { children: [_jsx(StyledLinkPopoverBtn, Object.assign({ preview: true, type: 'button', ref: previewBtnRef, onClick: onPreviewClick, tabIndex: 0, onFocus: openPopover, onKeyUp: onKeyUp }, { children: t('link_preview') }), void 0), _jsx(StyledLinkPopoverBtn, Object.assign({ forwardedAs: 'a', href: href, ref: openInTabBtnRef, target: '_blank', rel: 'noreferrer', onBlur: closePopover, onKeyUp: onKeyUp }, { children: t('link_open_in_tab') }), void 0)] }), void 0)] }, void 0));
|
|
107
104
|
});
|
|
108
105
|
export default Link;
|
|
109
106
|
//# sourceMappingURL=Link.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.js","sourceRoot":"","sources":["../../../src/components/Link/Link.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,UAAU,EAKV,QAAQ,EACR,MAAM,EAEP,MAAM,OAAO,CAAC;AACf,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,OAAO,MAAuB,MAAM,WAAW,CAAC;AAChD,OAAO,OAAO,MAAM,YAAY,CAAC;AACjC,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AA2BjD,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAA;sBACrB,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,kBAAkB,CAAC;CAChF,CAAC;AAEF,iBAAiB,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAElD,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;IACnE,MAAM,aAAa,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;IACpF,MAAM,QAAQ,GAAG,iBAAiB,CAAC,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC;IAEtF,OAAO,GAAG,CAAA;;;;;iBAKK,KAAK,CAAC,IAAI,CAAC,OAAO;;;aAGtB,aAAa;iBACT,QAAQ,CAAC,EAAE;;;;;;;;;;;;;;;0BAeF,aAAa;iBACtB,KAAK,CAAC,IAAI,CAAC,YAAY,CAAC,eAAe,CAAC;;;;;;;;;;;;;;0CAcf,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK;iCACjC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW;;GAE5D,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,oBAAoB,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAErD,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC,CAAA,EAAE,CAAC;AAE3C,UAAU,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAE3C,MAAM,IAAI,GAAgD,UAAU,CAClE,CACE,EAAE,IAAI,EAAE,OAAO,GAAG,MAAM,EAAE,WAAW,EAAE,SAAS,EAAE,GAAG,SAAS,EAA8B,EAC5F,GAAqB,EACrB,EAAE;IACF,MAAM,OAAO,GAAG,kBAAkB,CAAC,GAAG,CAAC,CAAC;IACxC,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC9C,MAAM,aAAa,GAAG,MAAM,CAAoB,IAAI,CAAC,CAAC;IACtD,MAAM,eAAe,GAAG,MAAM,CAAoB,IAAI,CAAC,CAAC;IACxD,MAAM,cAAc,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IAC3C,MAAM,CAAC,GAAG,OAAO,EAAE,CAAC;IAEpB,MAAM,WAAW,GAAG,GAAG,EAAE;QACvB,IAAI,cAAc;YAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,GAAG,EAAE;QACxB,UAAU,CAAC,KAAK,CAAC,CAAC;IACpB,CAAC,CAAC;IAEF,MAAM,OAAO,GAAG,CAAC,KAAoB,EAAE,EAAE
|
|
1
|
+
{"version":3,"file":"Link.js","sourceRoot":"","sources":["../../../src/components/Link/Link.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n forwardRef,\n ReactNode,\n FunctionComponent,\n Ref,\n PropsWithoutRef,\n useState,\n useRef,\n KeyboardEvent\n} from 'react';\nimport styled, { css } from 'styled-components';\nimport { readableColor } from 'polished';\n\nimport Button, { ButtonProps } from '../Button';\nimport Popover from '../Popover';\nimport BareButton from '../Button/BareButton';\nimport { BaseProps, ForwardProps } from '../../types';\nimport { defaultThemeProp } from '../../theme';\nimport { useBreakpoint, useConsolidatedRef, useI18n } from '../../hooks';\nimport { tryCatch } from '../../utils';\nimport { calculateFontSize } from '../../styles';\n\nexport interface LinkProps extends BaseProps {\n /** Text or content for the Link. */\n children: ReactNode;\n /** URL or DOM id to navigate to. */\n href: string;\n /**\n * Controls the styling of the Link.\n * @default \"link\"\n */\n variant?: ButtonProps['variant'];\n /**\n * Set the Icon prop to `true` if you're using just an Icon in your Link. Make sure to pass an Icon as children if `true`.\n * @default false\n */\n icon?: ButtonProps['icon'];\n /** Determines if the Link should render a popover when focused or hovered over. */\n previewable?: boolean;\n /** Callback function that is run when the preview popover is interacted with. */\n onPreview?: (e: { href: string }) => void;\n /** Specifies where to open the link href. */\n target?: string;\n /** Ref for the wrapping element. */\n ref?: Ref<HTMLAnchorElement>;\n}\n\nexport const StyledLinkPopover = styled.div`\n background-color: ${props => props.theme.components.tooltip['background-color']};\n`;\n\nStyledLinkPopover.defaultProps = defaultThemeProp;\n\nexport const StyledLinkPopoverBtn = styled(BareButton)(({ theme }) => {\n const contrastColor = tryCatch(() => readableColor(theme.base.palette.interactive));\n const fontSize = calculateFontSize(theme.base['font-size'], theme.base['font-scale']);\n\n return css`\n position: relative;\n display: inline-flex;\n align-items: center;\n z-index: 1;\n padding: 0 ${theme.base.spacing};\n min-height: 1.5rem;\n line-height: 1;\n color: ${contrastColor};\n font-size: ${fontSize.xs};\n text-decoration: none;\n\n /* FIXME: Button selector specificity... */\n & + & {\n margin: 0;\n }\n\n &:nth-child(2)::after {\n content: '';\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n width: 1px; /* stylelint-disable-line unit-allowed-list */\n background-color: ${contrastColor};\n opacity: ${theme.base.transparency['transparent-3']};\n }\n\n &:nth-child(2) {\n /* stylelint-disable-next-line unit-allowed-list */\n margin-inline-start: -1px;\n }\n\n &:hover,\n &:active {\n text-decoration: underline;\n }\n\n &:focus {\n box-shadow: inset 0 0 0 0.0625rem ${theme.base.palette.light},\n 0 0 0.125rem 0.0625rem ${theme.base.palette.interactive};\n }\n `;\n});\n\nStyledLinkPopoverBtn.defaultProps = defaultThemeProp;\n\nexport const StyledLink = styled(Button)``;\n\nStyledLink.defaultProps = defaultThemeProp;\n\nconst Link: FunctionComponent<LinkProps & ForwardProps> = forwardRef(\n (\n { href, variant = 'link', previewable, onPreview, ...restProps }: PropsWithoutRef<LinkProps>,\n ref: LinkProps['ref']\n ) => {\n const linkRef = useConsolidatedRef(ref);\n const [popover, setPopover] = useState(false);\n const previewBtnRef = useRef<HTMLButtonElement>(null);\n const openInTabBtnRef = useRef<HTMLAnchorElement>(null);\n const isSmallOrAbove = useBreakpoint('sm');\n const t = useI18n();\n\n const openPopover = () => {\n if (isSmallOrAbove) setPopover(true);\n };\n\n const closePopover = () => {\n setPopover(false);\n };\n\n const onKeyUp = (event: KeyboardEvent) => {\n if (event.keyCode === 27) {\n closePopover();\n }\n\n if (event.keyCode === 38 || event.keyCode === 40) {\n previewBtnRef?.current?.focus();\n }\n\n if (event.keyCode === 37 || event.keyCode === 39) {\n if (previewBtnRef.current === document.activeElement) {\n openInTabBtnRef?.current?.focus();\n } else {\n previewBtnRef?.current?.focus();\n }\n }\n };\n\n const onEnterLink = () => {\n if (previewable) openPopover();\n };\n\n const onPreviewClick = () => {\n onPreview?.({ href });\n };\n\n return (\n <>\n <StyledLink\n href={href}\n variant={variant}\n ref={linkRef as any}\n {...restProps}\n onMouseEnter={onEnterLink}\n onMouseLeave={closePopover}\n onFocus={onEnterLink}\n onKeyUp={onKeyUp}\n onBlur={closePopover}\n />\n\n <Popover\n show={popover}\n groupId='link_preview'\n showDelay='short'\n hideDelay='short'\n placement='bottom'\n target={linkRef.current}\n onMouseEnter={openPopover}\n onMouseLeave={closePopover}\n as={StyledLinkPopover}\n arrow\n >\n <StyledLinkPopoverBtn\n preview\n type='button'\n ref={previewBtnRef}\n onClick={onPreviewClick}\n tabIndex={0}\n onFocus={openPopover}\n onKeyUp={onKeyUp}\n >\n {t('link_preview')}\n </StyledLinkPopoverBtn>\n <StyledLinkPopoverBtn\n forwardedAs='a'\n href={href}\n ref={openInTabBtnRef}\n target='_blank'\n rel='noreferrer'\n onBlur={closePopover}\n onKeyUp={onKeyUp}\n >\n {t('link_open_in_tab')}\n </StyledLinkPopoverBtn>\n </Popover>\n </>\n );\n }\n);\n\nexport default Link;\n"]}
|
|
@@ -28,12 +28,11 @@ const CurrentLocationButton = ({ onChange, onError, defaultToCurrentLocation })
|
|
|
28
28
|
throw error;
|
|
29
29
|
})
|
|
30
30
|
.then(getAddress)
|
|
31
|
-
.then(address => onChange
|
|
32
|
-
.catch(error => onError
|
|
31
|
+
.then(address => onChange?.(address))
|
|
32
|
+
.catch(error => onError?.(error));
|
|
33
33
|
}, [onChange, onError]);
|
|
34
34
|
useEffect(() => {
|
|
35
|
-
|
|
36
|
-
(_a = navigator.permissions) === null || _a === void 0 ? void 0 : _a.query({ name: 'geolocation' }).then(result => {
|
|
35
|
+
navigator.permissions?.query({ name: 'geolocation' }).then(result => {
|
|
37
36
|
if (result.state === 'denied') {
|
|
38
37
|
setCurrentLocationDisabled(true);
|
|
39
38
|
}
|
|
@@ -42,8 +41,7 @@ const CurrentLocationButton = ({ onChange, onError, defaultToCurrentLocation })
|
|
|
42
41
|
loadMapsAPI(name, providerOpts).then(getCurrentLocation);
|
|
43
42
|
}
|
|
44
43
|
}, []);
|
|
45
|
-
return (_jsxs(_Fragment, { children: [_jsx(Button, Object.assign({ ref: setEl, as: StyledCurrentLocationButton, variant: 'simple', icon: true, onClick: getCurrentLocation, "aria-label": t('my_current_location_button_a11y'), currentLocationDisabled: currentLocationDisabled }, { children: _jsx(Icon, { name: 'location' }, void 0) }), void 0),
|
|
46
|
-
el && currentLocationDisabled && (_jsx(Tooltip, Object.assign({ shown: true, target: el }, { children: t('allow_location_permissions_text') }), void 0))] }, void 0));
|
|
44
|
+
return (_jsxs(_Fragment, { children: [_jsx(Button, Object.assign({ ref: setEl, as: StyledCurrentLocationButton, variant: 'simple', icon: true, onClick: getCurrentLocation, "aria-label": t('my_current_location_button_a11y'), currentLocationDisabled: currentLocationDisabled }, { children: _jsx(Icon, { name: 'location' }, void 0) }), void 0), el && currentLocationDisabled && (_jsx(Tooltip, Object.assign({ shown: true, target: el }, { children: t('allow_location_permissions_text') }), void 0))] }, void 0));
|
|
47
45
|
};
|
|
48
46
|
export default CurrentLocationButton;
|
|
49
47
|
//# sourceMappingURL=CurrentLocationButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CurrentLocationButton.js","sourceRoot":"","sources":["../../../src/components/Location/CurrentLocationButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAM,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,OAAO,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,IAAI,MAAM,SAAS,CAAC;AAC3B,OAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,OAAO,WAAW,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,oBAAoB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAgBxE,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC,MAAM,CAAC,CACvD,CAAC,EACC,uBAAuB,EACvB,KAAK,EAAE,EACL,IAAI,EAAE,EAAE,kBAAkB,EAAE,eAAe,EAAE,EAC9C,EACF,EAAE,EAAE,CAAC,GAAG,CAAA;MACL,uBAAuB;IACzB,GAAG,CAAA;iBACU,eAAe;;KAE3B;GACF,CACF,CAAC;AAEF,2BAA2B,CAAC,YAAY,GAAG,gBAAgB,CAAC;AAE5D,MAAM,qBAAqB,GAAmC,CAAC,EAC7D,QAAQ,EACR,OAAO,EACP,wBAAwB,EACG,EAAE,EAAE;IAC/B,MAAM,CAAC,GAAG,OAAO,EAAE,CAAC;IACpB,MAAM,EAAE,IAAI,EAAE,GAAG,YAAY,EAAE,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;IAC1D,MAAM,CAAC,uBAAuB,EAAE,0BAA0B,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC9E,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,GAAG,UAAU,EAAE,CAAC;IAEjC,MAAM,kBAAkB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC1C,oBAAoB,EAAE;aACnB,KAAK,CAAC,KAAK,CAAC,EAAE;YACb,0BAA0B,CAAC,IAAI,CAAC,CAAC;YACjC,MAAM,KAAK,CAAC;QACd,CAAC,CAAC;aACD,IAAI,CAAC,UAAU,CAAC;aAChB,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"CurrentLocationButton.js","sourceRoot":"","sources":["../../../src/components/Location/CurrentLocationButton.tsx"],"names":[],"mappings":"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","sourcesContent":["import { FC, useCallback, useContext, useEffect, useState } from 'react';\nimport styled, { css } from 'styled-components';\n\nimport Tooltip from '../Tooltip';\nimport { useElement, useI18n } from '../../hooks';\nimport Icon from '../Icon';\nimport Button from '../Button';\nimport { defaultThemeProp } from '../../theme';\n\nimport MapsContext from './MapsContext';\nimport { getNavigatorPosition, getAddress, loadMapsAPI } from './utils';\n\nexport type CurrentLocationButtonProps = {\n /** Callback fired after click on my current location button if location was found. */\n onChange?: (value: {\n name: string;\n address?: string;\n latitude?: number;\n longitude?: number;\n }) => void;\n /** Callback fired when an error occurs. */\n onError?: (error: Error) => void;\n /** Get current location on component first render */\n defaultToCurrentLocation?: boolean;\n};\n\nexport const StyledCurrentLocationButton = styled(Button)<{ currentLocationDisabled: boolean }>(\n ({\n currentLocationDisabled,\n theme: {\n base: { 'disabled-opacity': disabledOpacity }\n }\n }) => css`\n ${currentLocationDisabled &&\n css`\n opacity: ${disabledOpacity};\n cursor: auto;\n `}\n `\n);\n\nStyledCurrentLocationButton.defaultProps = defaultThemeProp;\n\nconst CurrentLocationButton: FC<CurrentLocationButtonProps> = ({\n onChange,\n onError,\n defaultToCurrentLocation\n}: CurrentLocationButtonProps) => {\n const t = useI18n();\n const { name, ...providerOpts } = useContext(MapsContext);\n const [currentLocationDisabled, setCurrentLocationDisabled] = useState(false);\n const [el, setEl] = useElement();\n\n const getCurrentLocation = useCallback(() => {\n getNavigatorPosition()\n .catch(error => {\n setCurrentLocationDisabled(true);\n throw error;\n })\n .then(getAddress)\n .then(address => onChange?.(address))\n .catch(error => onError?.(error));\n }, [onChange, onError]);\n\n useEffect(() => {\n navigator.permissions?.query({ name: 'geolocation' }).then(result => {\n if (result.state === 'denied') {\n setCurrentLocationDisabled(true);\n }\n });\n if (defaultToCurrentLocation) {\n loadMapsAPI(name, providerOpts).then(getCurrentLocation);\n }\n }, []);\n\n return (\n <>\n <Button\n ref={setEl}\n as={StyledCurrentLocationButton}\n variant='simple'\n icon\n onClick={getCurrentLocation}\n aria-label={t('my_current_location_button_a11y')}\n currentLocationDisabled={currentLocationDisabled}\n >\n <Icon name='location' />\n </Button>\n {el && currentLocationDisabled && (\n <Tooltip shown target={el}>\n {t('allow_location_permissions_text')}\n </Tooltip>\n )}\n </>\n );\n};\nexport default CurrentLocationButton;\n"]}
|
|
@@ -6,10 +6,9 @@ import LocationView from './LocationView';
|
|
|
6
6
|
import MapsContext from './MapsContext';
|
|
7
7
|
const LocationDisplay = forwardRef(({ value = '', displayText, variant = 'text-map', height = '25rem', zoomLevel = 13, ...restProps }, ref) => {
|
|
8
8
|
const { name } = useContext(MapsContext);
|
|
9
|
-
const valueString = typeof value === 'string' ? value : `${value
|
|
9
|
+
const valueString = typeof value === 'string' ? value : `${value?.latitude}, ${value?.longitude}`;
|
|
10
10
|
return !value ? (_jsx(Text, Object.assign({ ref: ref }, restProps, { "aria-hidden": 'true' }, { children: _jsx("span", Object.assign({ "aria-hidden": 'true' }, { children: "\u2013\u2013" }), void 0) }), void 0)) : (_jsxs(_Fragment, { children: [(variant === 'text' || variant === 'text-map') &&
|
|
11
|
-
(name === 'google' ? (_jsx(Link, Object.assign({ ref: ref }, restProps, { target: '_blank', rel: 'noopener noreferrer', href: `https://www.google.com/maps/search/?api=1&query=${encodeURIComponent(typeof value === 'string' ? value : `${value
|
|
12
|
-
(variant === 'text-map' || variant === 'map') && (_jsx(LocationView, Object.assign({}, {
|
|
11
|
+
(name === 'google' ? (_jsx(Link, Object.assign({ ref: ref }, restProps, { target: '_blank', rel: 'noopener noreferrer', href: `https://www.google.com/maps/search/?api=1&query=${encodeURIComponent(typeof value === 'string' ? value : `${value?.latitude}, ${value?.longitude}`)}` }, { children: displayText || valueString }), void 0)) : (_jsx(Text, Object.assign({ ref: ref }, restProps, { children: displayText || valueString }), void 0))), (variant === 'text-map' || variant === 'map') && (_jsx(LocationView, Object.assign({}, {
|
|
13
12
|
location: value,
|
|
14
13
|
centerMapOnChange: true,
|
|
15
14
|
height,
|