@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
|
@@ -71,8 +71,7 @@ const FormField = forwardRef((props, ref) => {
|
|
|
71
71
|
const styledLabel = (_jsxs(Label, Object.assign({ as: labelAs, htmlFor: labelAs === 'label' ? id : undefined, labelHidden: labelHidden, onClick: (e) => {
|
|
72
72
|
if (readOnly)
|
|
73
73
|
e.preventDefault();
|
|
74
|
-
}, inline: inline }, { children: [status && !labelHidden && (_jsx(StyledStatusIcon, { status: status, name: statusIconMap[status] }, void 0)),
|
|
75
|
-
label] }), void 0));
|
|
74
|
+
}, inline: inline }, { children: [status && !labelHidden && (_jsx(StyledStatusIcon, { status: status, name: statusIconMap[status] }, void 0)), label] }), void 0));
|
|
76
75
|
/*
|
|
77
76
|
We have to use an internal state and an effect to set the text value of info after the DOM element is rendered.
|
|
78
77
|
This is to ensure screen readers will announce info on errors when role is set to alert.
|
|
@@ -93,8 +92,7 @@ const FormField = forwardRef((props, ref) => {
|
|
|
93
92
|
'aria-describedby': info && `${id}-info`
|
|
94
93
|
});
|
|
95
94
|
if (actions) {
|
|
96
|
-
content = (_jsxs(Flex, Object.assign({ container: { alignItems: 'center', gap: 0.5 } }, { children: [content,
|
|
97
|
-
_jsx(Actions, { items: actions, menuAt: 3 }, void 0)] }), void 0));
|
|
95
|
+
content = (_jsxs(Flex, Object.assign({ container: { alignItems: 'center', gap: 0.5 } }, { children: [content, _jsx(Actions, { items: actions, menuAt: 3 }, void 0)] }), void 0));
|
|
98
96
|
}
|
|
99
97
|
let infoContent = info ? (
|
|
100
98
|
/*
|
|
@@ -104,8 +102,7 @@ const FormField = forwardRef((props, ref) => {
|
|
|
104
102
|
*/
|
|
105
103
|
_jsx(StyledFormFieldInfo, Object.assign({ status: status, role: status === 'error' || status === 'warning' ? 'alert' : undefined, id: `${id}-info` }, { children: liveRegionInfo }), void 0)) : undefined;
|
|
106
104
|
if (charLimitDisplay) {
|
|
107
|
-
infoContent = (_jsxs(Flex, Object.assign({ container: { justify: infoContent ? 'between' : 'end', gap: 1 } }, { children: [infoContent,
|
|
108
|
-
_jsx(Flex, Object.assign({ item: { shrink: 0 } }, { children: charLimitDisplay }), void 0)] }), void 0));
|
|
105
|
+
infoContent = (_jsxs(Flex, Object.assign({ container: { justify: infoContent ? 'between' : 'end', gap: 1 } }, { children: [infoContent, _jsx(Flex, Object.assign({ item: { shrink: 0 } }, { children: charLimitDisplay }), void 0)] }), void 0));
|
|
109
106
|
}
|
|
110
107
|
return (_jsxs(Flex, Object.assign({}, restProps, { container: {
|
|
111
108
|
direction: inline ? 'row' : 'column',
|
|
@@ -113,11 +110,9 @@ const FormField = forwardRef((props, ref) => {
|
|
|
113
110
|
...container
|
|
114
111
|
}, as: StyledFormField, id: `${id}-field`, forwardedAs: as, required: required, disabled: disabled, readOnly: readOnly, labelOrder: labelOrder, "aria-describedby": labelAsLegend && info ? `${id}-info` : undefined, ref: ref }, { children: [
|
|
115
112
|
/* fieldset legend needs to be first child of fieldset */
|
|
116
|
-
labelAsLegend && styledLabel,
|
|
117
|
-
content,
|
|
113
|
+
labelAsLegend && styledLabel, content,
|
|
118
114
|
/* id associated label, this can follow control as it is bound by for/id */
|
|
119
|
-
!labelAsLegend && styledLabel,
|
|
120
|
-
infoContent] }), void 0));
|
|
115
|
+
!labelAsLegend && styledLabel, infoContent] }), void 0));
|
|
121
116
|
});
|
|
122
117
|
export default FormField;
|
|
123
118
|
//# sourceMappingURL=FormField.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormField.js","sourceRoot":"","sources":["../../../src/components/FormField/FormField.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n FC,\n ReactNode,\n ComponentType,\n cloneElement,\n ReactElement,\n useEffect,\n useState,\n PropsWithoutRef,\n forwardRef,\n Ref\n} from 'react';\nimport styled, { css } from 'styled-components';\n\nimport { defaultThemeProp } from '../../theme';\nimport { Action, ForwardProps, OmitStrict } from '../../types';\nimport Flex, { FlexProps } from '../Flex';\nimport Actions from '../Actions';\nimport { FormControlProps } from '../FormControl';\nimport { useUID } from '../../hooks';\nimport Label, { LabelProps, StyledLabel } from '../Label';\nimport { calculateFontSize } from '../../styles';\nimport Icon from '../Icon';\n\nexport interface FormFieldProps\n extends OmitStrict<FormControlProps, 'placeholder' | 'value' | 'defaultValue'> {\n /** Pass a single form control component i.e. Input | TextArea | Select | etc.. */\n children: ReactElement | ReactElement[];\n /**\n * An id is required to connect a FormField's wrapping element, control element and info(aria-describedby) live region.\n * A random id will be generated if none is provided.\n * Since MOST FormControls should possess an id(excl. i.e RadioCheckGroup and others) this can be used.\n * The id prop will be used to generate the following:\n * - FormControl <-> Label association via a Label's htmlFor prop.\n * - FormField's wrapping element id {id}-field.\n * - FormField info element id ${id}-info.\n */\n id?: string;\n /**\n * Determines how the wrapping label should be rendered.\n * @default \"label\"\n */\n labelAs?: LabelProps['as'];\n /**\n * Visually hides the label region.\n * @default false\n */\n labelHidden?: boolean;\n /**\n * Wrapping HTML element tag. Renders as a fieldset for grouped elements i.e. RadioButtons/CheckboxGroup\n * @default \"div\"\n */\n as?: 'div' | 'fieldset' | ComponentType<any>;\n /**\n * Flex ordering for the FormField Label.\n * Default DOM renders Label after the form control element.\n * Passing -1 will reverse the order in presentation (Label before the form control element).\n * @default -1\n */\n labelOrder?: -1 | 0 | 1;\n /**\n * Layout field elements inline in a row.\n * @default false\n */\n inline?: boolean;\n /** Optionally utilized by Input or Select. */\n actions?: Action[];\n /** Enables Flex container prop pass through. */\n container?: Exclude<FlexProps['container'], boolean>;\n /** Character remaining count. Typically used on Textareas only */\n charLimitDisplay?: ReactNode;\n}\n\nconst StyledStatusIcon = styled(Icon)<{ status: NonNullable<FormFieldProps['status']> }>(\n ({ theme, status }) => {\n return css`\n height: 1em;\n width: 1em;\n color: ${theme.components['form-field'][status]['status-color']};\n vertical-align: baseline;\n margin-inline-end: 0.5ch;\n `;\n }\n);\n\nStyledStatusIcon.defaultProps = defaultThemeProp;\n\nexport const StyledFormFieldInfo = styled.div<Pick<FormControlProps, 'status'>>(\n ({\n status,\n theme: {\n base: { 'font-size': fontSize, 'font-scale': fontScale, spacing },\n components: { 'form-field': formField }\n }\n }) => {\n const { xxs: infoFontSize } = calculateFontSize(fontSize, fontScale);\n\n return css`\n max-width: max-content;\n margin-top: calc(0.25 * ${spacing});\n font-size: ${infoFontSize};\n word-break: break-word;\n ${status &&\n formField[status] &&\n css`\n color: ${formField[status]['status-color']};\n `}\n `;\n }\n);\n\nStyledFormFieldInfo.defaultProps = defaultThemeProp;\n\nexport const StyledFormField = styled.div<FormFieldProps>(props => {\n const {\n disabled,\n required,\n labelOrder,\n theme: {\n base: {\n palette: { urgent },\n 'disabled-opacity': disabledOpacity,\n spacing\n }\n }\n } = props;\n\n return css`\n ${disabled &&\n css`\n opacity: ${disabledOpacity};\n -webkit-user-select: none;\n user-select: none;\n `}\n position: relative;\n border: 0;\n\n > ${StyledLabel} {\n order: ${labelOrder};\n margin-bottom: calc(0.25 * ${spacing});\n ${disabled &&\n css`\n cursor: not-allowed;\n `}\n\n &::after {\n display: ${required ? 'inline' : 'none'};\n content: '\\\\00a0*';\n vertical-align: top;\n color: ${urgent};\n }\n }\n `;\n});\n\nStyledFormField.defaultProps = defaultThemeProp;\n\nconst statusIconMap = { error: 'warn-solid', warning: 'warn', success: 'check' };\n\nconst FormField: FC<FormFieldProps & ForwardProps> = forwardRef(\n (props: PropsWithoutRef<FormFieldProps>, ref: Ref<HTMLElement>) => {\n const uid = useUID();\n const {\n children: controlElement,\n id = uid,\n as = 'div',\n label,\n labelAs = 'label',\n labelOrder = -1,\n labelHidden = false,\n info,\n status,\n charLimitDisplay,\n required = false,\n disabled = false,\n readOnly = false,\n inline = false,\n actions,\n container,\n ...restProps\n } = props;\n\n const labelAsLegend: boolean = labelAs === 'legend';\n\n const styledLabel = (\n <Label\n as={labelAs}\n htmlFor={labelAs === 'label' ? id : undefined}\n labelHidden={labelHidden}\n onClick={(e: MouseEvent) => {\n if (readOnly) e.preventDefault();\n }}\n inline={inline}\n >\n {status && !labelHidden && (\n <StyledStatusIcon status={status} name={statusIconMap[status]} />\n )}\n {label}\n </Label>\n );\n\n /*\n We have to use an internal state and an effect to set the text value of info after the DOM element is rendered.\n This is to ensure screen readers will announce info on errors when role is set to alert.\n Needs testing to confirm. Currently the expected sequence would be:\n - FormField renders with no error and no info\n - user input triggers an error status\n - props passed set error status and provide info text\n - effect runs and sets live region state which renders and is announced\n */\n const [liveRegionInfo, setLiveRegionInfo] = useState<ReactNode>(null);\n\n useEffect(() => {\n setLiveRegionInfo(info);\n }, [info]);\n\n // fieldset or single form control element\n let content: FormFieldProps['children'] = labelAsLegend\n ? controlElement\n : cloneElement(controlElement as ReactElement, {\n 'aria-describedby': info && `${id}-info`\n });\n\n if (actions) {\n content = (\n <Flex container={{ alignItems: 'center', gap: 0.5 }}>\n {content}\n <Actions items={actions} menuAt={3} />\n </Flex>\n );\n }\n\n let infoContent = info ? (\n /*\n Region for additional info, help or error message.\n Withholding aria-live=\"assertive\" to avoid iOS issue. See below.\n https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions#Preferring_specialized_live_region_roles\n */\n <StyledFormFieldInfo\n status={status}\n role={status === 'error' || status === 'warning' ? 'alert' : undefined}\n id={`${id}-info`}\n >\n {liveRegionInfo}\n </StyledFormFieldInfo>\n ) : undefined;\n\n if (charLimitDisplay) {\n infoContent = (\n <Flex container={{ justify: infoContent ? 'between' : 'end', gap: 1 }}>\n {infoContent}\n <Flex item={{ shrink: 0 }}>{charLimitDisplay}</Flex>\n </Flex>\n );\n }\n\n return (\n <Flex\n {...restProps}\n container={{\n direction: inline ? 'row' : 'column',\n alignItems: inline ? 'center' : undefined,\n ...container\n }}\n as={StyledFormField}\n id={`${id}-field`}\n forwardedAs={as}\n required={required}\n disabled={disabled}\n readOnly={readOnly}\n labelOrder={labelOrder}\n aria-describedby={labelAsLegend && info ? `${id}-info` : undefined}\n ref={ref}\n >\n {\n /* fieldset legend needs to be first child of fieldset */\n labelAsLegend && styledLabel\n }\n {content}\n {\n /* id associated label, this can follow control as it is bound by for/id */\n !labelAsLegend && styledLabel\n }\n {infoContent}\n </Flex>\n );\n }\n);\n\nexport default FormField;\n"]}
|
|
1
|
+
{"version":3,"file":"FormField.js","sourceRoot":"","sources":["../../../src/components/FormField/FormField.tsx"],"names":[],"mappings":"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","sourcesContent":["import {\n FC,\n ReactNode,\n ComponentType,\n cloneElement,\n ReactElement,\n useEffect,\n useState,\n PropsWithoutRef,\n forwardRef,\n Ref\n} from 'react';\nimport styled, { css } from 'styled-components';\n\nimport { defaultThemeProp } from '../../theme';\nimport { Action, ForwardProps, OmitStrict } from '../../types';\nimport Flex, { FlexProps } from '../Flex';\nimport Actions from '../Actions';\nimport { FormControlProps } from '../FormControl';\nimport { useUID } from '../../hooks';\nimport Label, { LabelProps, StyledLabel } from '../Label';\nimport { calculateFontSize } from '../../styles';\nimport Icon from '../Icon';\n\nexport interface FormFieldProps\n extends OmitStrict<FormControlProps, 'placeholder' | 'value' | 'defaultValue'> {\n /** Pass a single form control component i.e. Input | TextArea | Select | etc.. */\n children: ReactElement | ReactElement[];\n /**\n * An id is required to connect a FormField's wrapping element, control element and info(aria-describedby) live region.\n * A random id will be generated if none is provided.\n * Since MOST FormControls should possess an id(excl. i.e RadioCheckGroup and others) this can be used.\n * The id prop will be used to generate the following:\n * - FormControl <-> Label association via a Label's htmlFor prop.\n * - FormField's wrapping element id {id}-field.\n * - FormField info element id ${id}-info.\n */\n id?: string;\n /**\n * Determines how the wrapping label should be rendered.\n * @default \"label\"\n */\n labelAs?: LabelProps['as'];\n /**\n * Visually hides the label region.\n * @default false\n */\n labelHidden?: boolean;\n /**\n * Wrapping HTML element tag. Renders as a fieldset for grouped elements i.e. RadioButtons/CheckboxGroup\n * @default \"div\"\n */\n as?: 'div' | 'fieldset' | ComponentType<any>;\n /**\n * Flex ordering for the FormField Label.\n * Default DOM renders Label after the form control element.\n * Passing -1 will reverse the order in presentation (Label before the form control element).\n * @default -1\n */\n labelOrder?: -1 | 0 | 1;\n /**\n * Layout field elements inline in a row.\n * @default false\n */\n inline?: boolean;\n /** Optionally utilized by Input or Select. */\n actions?: Action[];\n /** Enables Flex container prop pass through. */\n container?: Exclude<FlexProps['container'], boolean>;\n /** Character remaining count. Typically used on Textareas only */\n charLimitDisplay?: ReactNode;\n}\n\nconst StyledStatusIcon = styled(Icon)<{ status: NonNullable<FormFieldProps['status']> }>(\n ({ theme, status }) => {\n return css`\n height: 1em;\n width: 1em;\n color: ${theme.components['form-field'][status]['status-color']};\n vertical-align: baseline;\n margin-inline-end: 0.5ch;\n `;\n }\n);\n\nStyledStatusIcon.defaultProps = defaultThemeProp;\n\nexport const StyledFormFieldInfo = styled.div<Pick<FormControlProps, 'status'>>(\n ({\n status,\n theme: {\n base: { 'font-size': fontSize, 'font-scale': fontScale, spacing },\n components: { 'form-field': formField }\n }\n }) => {\n const { xxs: infoFontSize } = calculateFontSize(fontSize, fontScale);\n\n return css`\n max-width: max-content;\n margin-top: calc(0.25 * ${spacing});\n font-size: ${infoFontSize};\n word-break: break-word;\n ${status &&\n formField[status] &&\n css`\n color: ${formField[status]['status-color']};\n `}\n `;\n }\n);\n\nStyledFormFieldInfo.defaultProps = defaultThemeProp;\n\nexport const StyledFormField = styled.div<FormFieldProps>(props => {\n const {\n disabled,\n required,\n labelOrder,\n theme: {\n base: {\n palette: { urgent },\n 'disabled-opacity': disabledOpacity,\n spacing\n }\n }\n } = props;\n\n return css`\n ${disabled &&\n css`\n opacity: ${disabledOpacity};\n -webkit-user-select: none;\n user-select: none;\n `}\n position: relative;\n border: 0;\n\n > ${StyledLabel} {\n order: ${labelOrder};\n margin-bottom: calc(0.25 * ${spacing});\n ${disabled &&\n css`\n cursor: not-allowed;\n `}\n\n &::after {\n display: ${required ? 'inline' : 'none'};\n content: '\\\\00a0*';\n vertical-align: top;\n color: ${urgent};\n }\n }\n `;\n});\n\nStyledFormField.defaultProps = defaultThemeProp;\n\nconst statusIconMap = { error: 'warn-solid', warning: 'warn', success: 'check' };\n\nconst FormField: FC<FormFieldProps & ForwardProps> = forwardRef(\n (props: PropsWithoutRef<FormFieldProps>, ref: Ref<HTMLElement>) => {\n const uid = useUID();\n const {\n children: controlElement,\n id = uid,\n as = 'div',\n label,\n labelAs = 'label',\n labelOrder = -1,\n labelHidden = false,\n info,\n status,\n charLimitDisplay,\n required = false,\n disabled = false,\n readOnly = false,\n inline = false,\n actions,\n container,\n ...restProps\n } = props;\n\n const labelAsLegend: boolean = labelAs === 'legend';\n\n const styledLabel = (\n <Label\n as={labelAs}\n htmlFor={labelAs === 'label' ? id : undefined}\n labelHidden={labelHidden}\n onClick={(e: MouseEvent) => {\n if (readOnly) e.preventDefault();\n }}\n inline={inline}\n >\n {status && !labelHidden && (\n <StyledStatusIcon status={status} name={statusIconMap[status]} />\n )}\n {label}\n </Label>\n );\n\n /*\n We have to use an internal state and an effect to set the text value of info after the DOM element is rendered.\n This is to ensure screen readers will announce info on errors when role is set to alert.\n Needs testing to confirm. Currently the expected sequence would be:\n - FormField renders with no error and no info\n - user input triggers an error status\n - props passed set error status and provide info text\n - effect runs and sets live region state which renders and is announced\n */\n const [liveRegionInfo, setLiveRegionInfo] = useState<ReactNode>(null);\n\n useEffect(() => {\n setLiveRegionInfo(info);\n }, [info]);\n\n // fieldset or single form control element\n let content: FormFieldProps['children'] = labelAsLegend\n ? controlElement\n : cloneElement(controlElement as ReactElement, {\n 'aria-describedby': info && `${id}-info`\n });\n\n if (actions) {\n content = (\n <Flex container={{ alignItems: 'center', gap: 0.5 }}>\n {content}\n <Actions items={actions} menuAt={3} />\n </Flex>\n );\n }\n\n let infoContent = info ? (\n /*\n Region for additional info, help or error message.\n Withholding aria-live=\"assertive\" to avoid iOS issue. See below.\n https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions#Preferring_specialized_live_region_roles\n */\n <StyledFormFieldInfo\n status={status}\n role={status === 'error' || status === 'warning' ? 'alert' : undefined}\n id={`${id}-info`}\n >\n {liveRegionInfo}\n </StyledFormFieldInfo>\n ) : undefined;\n\n if (charLimitDisplay) {\n infoContent = (\n <Flex container={{ justify: infoContent ? 'between' : 'end', gap: 1 }}>\n {infoContent}\n <Flex item={{ shrink: 0 }}>{charLimitDisplay}</Flex>\n </Flex>\n );\n }\n\n return (\n <Flex\n {...restProps}\n container={{\n direction: inline ? 'row' : 'column',\n alignItems: inline ? 'center' : undefined,\n ...container\n }}\n as={StyledFormField}\n id={`${id}-field`}\n forwardedAs={as}\n required={required}\n disabled={disabled}\n readOnly={readOnly}\n labelOrder={labelOrder}\n aria-describedby={labelAsLegend && info ? `${id}-info` : undefined}\n ref={ref}\n >\n {\n /* fieldset legend needs to be first child of fieldset */\n labelAsLegend && styledLabel\n }\n {content}\n {\n /* id associated label, this can follow control as it is bound by for/id */\n !labelAsLegend && styledLabel\n }\n {infoContent}\n </Flex>\n );\n }\n);\n\nexport default FormField;\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FunctionComponent } from 'react';
|
|
2
2
|
import { ForwardProps } from '../../types';
|
|
3
3
|
import GridProps from './Grid.types';
|
|
4
|
-
export declare const StyledGrid: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme,
|
|
4
|
+
export declare const StyledGrid: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../../types").OmitStrict<GridProps, never> & Required<Pick<GridProps, never>>, never>;
|
|
5
5
|
declare const Grid: FunctionComponent<GridProps & ForwardProps>;
|
|
6
6
|
export default Grid;
|
|
7
7
|
//# sourceMappingURL=Grid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,iBAAiB,EAAmB,MAAM,OAAO,CAAC;AAGvE,OAAO,EAAE,YAAY,EAAqB,MAAM,aAAa,CAAC;AAG9D,OAAO,SAAS,MAAM,cAAc,CAAC;AA2LrC,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,iBAAiB,EAAmB,MAAM,OAAO,CAAC;AAGvE,OAAO,EAAE,YAAY,EAAqB,MAAM,aAAa,CAAC;AAG9D,OAAO,SAAS,MAAM,cAAc,CAAC;AA2LrC,eAAO,MAAM,UAAU,4LAqCrB,CAAC;AAIH,QAAA,MAAM,IAAI,EAAE,iBAAiB,CAAC,SAAS,GAAG,YAAY,CAIrD,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -163,16 +163,13 @@ export const StyledGrid = styled.div(props => {
|
|
|
163
163
|
${getContainerStyles(container)}
|
|
164
164
|
${getItemStyles(item)}
|
|
165
165
|
|
|
166
|
-
${breakpointOrder.map(breakpoint =>
|
|
167
|
-
|
|
168
|
-
return breakpoints[breakpoint] &&
|
|
169
|
-
css `
|
|
166
|
+
${breakpointOrder.map(breakpoint => breakpoints[breakpoint] &&
|
|
167
|
+
css `
|
|
170
168
|
@media screen and (min-width: ${themeBreakpoints[breakpoint]}) {
|
|
171
|
-
${getContainerStyles(
|
|
172
|
-
${getItemStyles(
|
|
169
|
+
${getContainerStyles(breakpoints[breakpoint]?.container)}
|
|
170
|
+
${getItemStyles(breakpoints[breakpoint]?.item)}
|
|
173
171
|
}
|
|
174
|
-
|
|
175
|
-
})}
|
|
172
|
+
`)}
|
|
176
173
|
`;
|
|
177
174
|
});
|
|
178
175
|
StyledGrid.defaultProps = defaultThemeProp;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.js","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Grid.js","sourceRoot":"","sources":["../../../src/components/Grid/Grid.tsx"],"names":[],"mappings":"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","sourcesContent":["import { forwardRef, FunctionComponent, PropsWithoutRef } from 'react';\nimport styled, { css } from 'styled-components';\n\nimport { ForwardProps, PropsWithDefaults } from '../../types';\nimport { defaultThemeProp } from '../../theme';\n\nimport GridProps from './Grid.types';\n\nconst prefix = (value: string) => {\n if (['between', 'around', 'evenly'].includes(value)) return `space-${value}`;\n return value;\n};\n\nconst getContainerStyles = (gridProps: GridProps['container']) => {\n if (!gridProps) return;\n\n if (gridProps === true) {\n return css`\n display: grid;\n `;\n }\n\n const {\n inline,\n pad,\n cols,\n autoCols,\n rows,\n autoRows,\n autoFlow,\n areas,\n template,\n colGap,\n rowGap,\n gap,\n justifyItems,\n justifyContent,\n alignItems,\n alignContent\n } = gridProps;\n\n return css`\n display: ${inline ? 'inline-grid' : 'grid'};\n\n ${typeof pad !== 'undefined' &&\n css`\n /* stylelint-disable function-name-case, function-whitespace-after */\n padding: ${({\n theme: {\n base: { spacing }\n }\n }) => (Array.isArray(pad) ? pad : [pad]).map(p => `calc(${p} * ${spacing})`).join(' ')};\n\n /* stylelint-enable function-name-case, function-whitespace-after */\n `}\n\n ${cols &&\n css`\n grid-template-columns: ${cols};\n `}\n\n ${autoCols &&\n css`\n grid-auto-columns: ${autoCols};\n `}\n\n ${rows &&\n css`\n grid-template-rows: ${rows};\n `}\n\n ${autoRows &&\n css`\n grid-auto-rows: ${autoRows};\n `}\n\n ${autoFlow &&\n css`\n grid-auto-flow: ${autoFlow};\n `}\n\n ${areas &&\n css`\n grid-template-areas: ${areas};\n `}\n\n ${template &&\n css`\n grid-template: ${template};\n `}\n\n ${typeof gap !== 'undefined' &&\n css`\n gap: calc(${gap} * ${props => props.theme.base.spacing});\n `}\n\n ${typeof colGap !== 'undefined' &&\n css`\n column-gap: calc(${colGap} * ${props => props.theme.base.spacing});\n `}\n\n ${typeof rowGap !== 'undefined' &&\n css`\n row-gap: calc(${rowGap} * ${props => props.theme.base.spacing});\n `}\n\n ${justifyItems &&\n css`\n justify-items: ${justifyItems};\n `}\n\n ${justifyContent &&\n css`\n justify-content: ${prefix(justifyContent)};\n `}\n\n ${alignItems &&\n css`\n align-items: ${alignItems};\n `}\n\n ${alignContent &&\n css`\n align-content: ${prefix(alignContent)};\n `}\n `;\n};\n\nconst getItemStyles = (props: GridProps['item']) => {\n if (!props) return;\n\n const {\n colStart,\n colEnd,\n colStartEnd,\n rowStart,\n rowEnd,\n rowStartEnd,\n area,\n justifySelf,\n alignSelf\n } = props;\n\n return css`\n ${colStart &&\n css`\n grid-column-start: ${colStart};\n `}\n\n ${colEnd &&\n css`\n grid-column-end: ${colEnd};\n `}\n\n ${colStartEnd &&\n css`\n grid-column: ${colStartEnd};\n `}\n\n ${rowStart &&\n css`\n grid-row-start: ${rowStart};\n `}\n\n ${rowEnd &&\n css`\n grid-row-end: ${rowEnd};\n `}\n\n ${rowStartEnd &&\n css`\n grid-row: ${rowStartEnd};\n `}\n\n ${area &&\n css`\n grid-area: ${area};\n `}\n\n ${justifySelf &&\n css`\n justify-self: ${justifySelf};\n `}\n\n ${alignSelf &&\n css`\n align-self: ${alignSelf};\n `}\n `;\n};\n\nconst breakpointOrder = ['xs', 'sm', 'md', 'lg', 'xl'] as const;\n\nexport const StyledGrid = styled.div<PropsWithDefaults<GridProps>>(props => {\n const {\n container,\n item,\n theme: {\n base: { breakpoints: themeBreakpoints }\n },\n xs,\n sm,\n md,\n lg,\n xl\n } = props;\n\n const breakpoints = {\n xs,\n sm,\n md,\n lg,\n xl\n };\n\n return css`\n ${getContainerStyles(container)}\n ${getItemStyles(item)}\n\n ${breakpointOrder.map(\n breakpoint =>\n breakpoints[breakpoint] &&\n css`\n @media screen and (min-width: ${themeBreakpoints[breakpoint]}) {\n ${getContainerStyles(breakpoints[breakpoint]?.container)}\n ${getItemStyles(breakpoints[breakpoint]?.item)}\n }\n `\n )}\n `;\n});\n\nStyledGrid.defaultProps = defaultThemeProp;\n\nconst Grid: FunctionComponent<GridProps & ForwardProps> = forwardRef(\n (props: PropsWithoutRef<GridProps>, ref: GridProps['ref']) => {\n return <StyledGrid {...props} ref={ref} />;\n }\n);\n\nexport default Grid;\n"]}
|
|
@@ -22,8 +22,7 @@ export const StyledIcon = styled.svg `
|
|
|
22
22
|
`;
|
|
23
23
|
const emptyIconDefinition = Object.freeze({ Component: () => null });
|
|
24
24
|
const Icon = forwardRef(({ name, ...restProps }, ref) => {
|
|
25
|
-
|
|
26
|
-
const [iconDef, setIconDef] = useState((_a = iconRegistry.get(name)) !== null && _a !== void 0 ? _a : emptyIconDefinition);
|
|
25
|
+
const [iconDef, setIconDef] = useState(iconRegistry.get(name) ?? emptyIconDefinition);
|
|
27
26
|
useEffect(() => {
|
|
28
27
|
if (iconRegistry.has(name)) {
|
|
29
28
|
setIconDef(iconRegistry.get(name));
|
|
@@ -32,12 +31,11 @@ const Icon = forwardRef(({ name, ...restProps }, ref) => {
|
|
|
32
31
|
const controller = new AbortController();
|
|
33
32
|
import(`./icons/${encodeURIComponent(name)}.icon`)
|
|
34
33
|
.then((module) => {
|
|
35
|
-
var _a;
|
|
36
34
|
if (!module.name || !module.Component)
|
|
37
35
|
throw new Error('Malformed icon definition');
|
|
38
36
|
registerIcon(module);
|
|
39
37
|
if (!controller.signal.aborted)
|
|
40
|
-
setIconDef(
|
|
38
|
+
setIconDef(iconRegistry.get(module.name) ?? emptyIconDefinition);
|
|
41
39
|
})
|
|
42
40
|
.catch(() => {
|
|
43
41
|
if (!controller.signal.aborted)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,UAAU,EACV,QAAQ,EACR,SAAS,EAKV,MAAM,OAAO,CAAC;AACf,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAoBvC,MAAM,YAAY,GAAG,IAAI,GAAG,EAA0B,CAAC;AAEvD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,GAAG,KAAmB,EAAE,EAAE;IACrD,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,EAAE,EAAE;QACrC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC;YAAE,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,GAAG,KAAmB,EAAE,EAAE;IAC1D,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,EAAE,EAAE;QACrC,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAClC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;CAMnC,CAAC;AAEF,MAAM,mBAAmB,GAA6B,MAAM,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC;AAE/F,MAAM,IAAI,GAAgD,UAAU,CAClE,CAAC,EAAE,IAAI,EAAE,GAAG,SAAS,EAA8B,EAAE,GAAqB,EAAE,EAAE
|
|
1
|
+
{"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,UAAU,EACV,QAAQ,EACR,SAAS,EAKV,MAAM,OAAO,CAAC;AACf,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAoBvC,MAAM,YAAY,GAAG,IAAI,GAAG,EAA0B,CAAC;AAEvD,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,GAAG,KAAmB,EAAE,EAAE;IACrD,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,EAAE,EAAE;QACrC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC;YAAE,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,GAAG,KAAmB,EAAE,EAAE;IAC1D,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,EAAE,EAAE;QACrC,YAAY,CAAC,GAAG,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAClC,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,GAAG,CAAA;;;;;;CAMnC,CAAC;AAEF,MAAM,mBAAmB,GAA6B,MAAM,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC;AAE/F,MAAM,IAAI,GAAgD,UAAU,CAClE,CAAC,EAAE,IAAI,EAAE,GAAG,SAAS,EAA8B,EAAE,GAAqB,EAAE,EAAE;IAC5E,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC,CAAC;IAEtF,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;YAC1B,UAAU,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAE,CAAC,CAAC;YACpC,OAAO;SACR;QAED,MAAM,UAAU,GAAG,IAAI,eAAe,EAAE,CAAC;QACzC,MAAM,CAAC,WAAW,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC;aAC/C,IAAI,CAAC,CAAC,MAAkB,EAAE,EAAE;YAC3B,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,MAAM,CAAC,SAAS;gBAAE,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;YAEpF,YAAY,CAAC,MAAM,CAAC,CAAC;YACrB,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO;gBAC5B,UAAU,CAAC,YAAY,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,mBAAmB,CAAC,CAAC;QACrE,CAAC,CAAC;aACD,KAAK,CAAC,GAAG,EAAE;YACV,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO;gBAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;QAClE,CAAC,CAAC,CAAC;QAEL,OAAO,GAAG,EAAE;YACV,UAAU,CAAC,KAAK,EAAE,CAAC;QACrB,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;IAEX,OAAO,CACL,KAAC,UAAU,oBACL,SAAS,IACb,IAAI,EAAC,KAAK,EACV,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,OAAO,CAAC,OAAO,gBAExB,KAAC,OAAO,CAAC,SAAS,aAAG,YACV,CACd,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,eAAe,IAAI,CAAC","sourcesContent":["import {\n forwardRef,\n useState,\n useEffect,\n FunctionComponent,\n Ref,\n PropsWithoutRef,\n ComponentType\n} from 'react';\nimport styled from 'styled-components';\n\nimport { BaseProps, ForwardProps, NoChildrenProp } from '../../types';\n\nexport interface IconDefinition {\n Component: ComponentType;\n viewBox?: string;\n}\n\nexport interface IconModule extends IconDefinition {\n name: string;\n}\n\nexport interface IconProps extends BaseProps, NoChildrenProp {\n /** The name indicating the Cosmos Icon. Reference the catalog above for the available names. */\n name: string;\n /** Ref for the wrapping element. */\n ref?: Ref<SVGSVGElement>;\n}\n\nconst iconRegistry = new Map<string, IconDefinition>();\n\nexport const registerIcon = (...icons: IconModule[]) => {\n icons.forEach(({ name, ...iconDef }) => {\n if (!iconRegistry.has(name)) iconRegistry.set(name, iconDef);\n });\n};\n\nexport const forceRegisterIcon = (...icons: IconModule[]) => {\n icons.forEach(({ name, ...iconDef }) => {\n iconRegistry.set(name, iconDef);\n });\n};\n\nexport const StyledIcon = styled.svg`\n display: inline-block;\n fill: currentColor;\n height: 1.125rem;\n width: 1.125rem;\n vertical-align: middle;\n`;\n\nconst emptyIconDefinition: Readonly<IconDefinition> = Object.freeze({ Component: () => null });\n\nconst Icon: FunctionComponent<IconProps & ForwardProps> = forwardRef(\n ({ name, ...restProps }: PropsWithoutRef<IconProps>, ref: IconProps['ref']) => {\n const [iconDef, setIconDef] = useState(iconRegistry.get(name) ?? emptyIconDefinition);\n\n useEffect(() => {\n if (iconRegistry.has(name)) {\n setIconDef(iconRegistry.get(name)!);\n return;\n }\n\n const controller = new AbortController();\n import(`./icons/${encodeURIComponent(name)}.icon`)\n .then((module: IconModule) => {\n if (!module.name || !module.Component) throw new Error('Malformed icon definition');\n\n registerIcon(module);\n if (!controller.signal.aborted)\n setIconDef(iconRegistry.get(module.name) ?? emptyIconDefinition);\n })\n .catch(() => {\n if (!controller.signal.aborted) setIconDef(emptyIconDefinition);\n });\n\n return () => {\n controller.abort();\n };\n }, [name]);\n\n return (\n <StyledIcon\n {...restProps}\n role='img'\n ref={ref}\n xmlns='http://www.w3.org/2000/svg'\n viewBox={iconDef.viewBox}\n >\n <iconDef.Component />\n </StyledIcon>\n );\n }\n);\n\nexport default Icon;\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 = 'compass-solid';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M20.9296875,3.5921875 C18.5351562,1.19765625 15.6617188,0 12.2609375,0 C8.86015625,0 5.98671875,1.19765625 3.5921875,3.5921875 C1.19765625,5.98671875 0,8.86015625 0,12.2609375 C0,15.6617188 1.19765625,18.5351563 3.5921875,20.9296875 C5.98671875,23.3242188 8.86015625,24.521875 12.2609375,24.521875 C15.6617188,24.521875 18.5351563,23.3242188 20.9296875,20.9296875 C23.3242188,18.5351563 24.521875,15.6617188 24.521875,12.2609375 C24.521875,8.86015625 23.3242188,5.98671875 20.9296875,3.5921875 Z M2.92265625,12.2601562 C2.92265625,12.5953125 2.77890625,12.7390625 2.44375,12.7390625 C2.10859375,12.7390625 1.96484375,12.5953125 1.96484375,12.2601562 C1.96484375,11.925 2.10859375,11.78125 2.44375,11.78125 C2.77890625,11.78125 2.92265625,11.925 2.92265625,12.2601562 L2.92265625,12.2601562 Z M11.7820312,2.4421875 C11.7820312,2.10703125 11.9257812,1.96328125 12.2609375,1.96328125 C12.5960937,1.96328125 12.7398437,2.10703125 12.7398437,2.4421875 C12.7398437,2.77734375 12.5960937,2.92109375 12.2609375,2.92109375 C11.9257812,2.92109375 11.7820312,2.77734375 11.7820312,2.4421875 L11.7820312,2.4421875 Z M12.740625,22.0789063 C12.740625,22.4140625 12.596875,22.5578125 12.2617188,22.5578125 C11.9265625,22.5578125 11.7828125,22.4140625 11.7828125,22.0789063 C11.7828125,21.74375 11.9265625,21.6 12.2617188,21.6 C12.596875,21.6 12.740625,21.74375 12.740625,22.0789063 Z M19.5414062,4.98125 C19.5414062,4.98125 16.0929687,16.0921875 16.0929687,16.0921875 C16.0929687,16.0921875 4.98203125,19.540625 4.98203125,19.540625 C4.98203125,19.540625 8.43046875,8.4296875 8.43046875,8.4296875 C8.43046875,8.4296875 19.5414062,4.98125 19.5414062,4.98125 Z M22.5585937,12.2601562 C22.5585937,12.5953125 22.4148437,12.7390625 22.0796875,12.7390625 C21.7445312,12.7390625 21.6007812,12.5953125 21.6007812,12.2601562 C21.6007812,11.925 21.7445312,11.78125 22.0796875,11.78125 C22.4148437,11.78125 22.5585937,11.925 22.5585937,12.2601562 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M10.5375,13.984375 C11.0164062,14.4632813 11.5914062,14.703125 12.2617187,14.703125 C12.9320312,14.703125 13.5070312,14.4640625 13.9859375,13.984375 C14.4648437,13.5054688 14.7046875,12.9304688 14.7046875,12.2601563 C14.7046875,11.5898438 14.465625,11.0148438 13.9859375,10.5359375 C13.5070312,10.0570313 12.9320312,9.8171875 12.2617187,9.8171875 C11.5914062,9.8171875 11.0164062,10.05625 10.5375,10.5359375 C10.0585937,11.0148438 9.81875,11.5898438 9.81875,12.2601563 C9.81875,12.9304688 10.0578125,13.5054688 10.5375,13.984375 L10.5375,13.984375 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M20.9296875,3.5921875 C18.5351562,1.19765625 15.6617188,0 12.2609375,0 C8.86015625,0 5.98671875,1.19765625 3.5921875,3.5921875 C1.19765625,5.98671875 0,8.86015625 0,12.2609375 C0,15.6617188 1.19765625,18.5351563 3.5921875,20.9296875 C5.98671875,23.3242188 8.86015625,24.521875 12.2609375,24.521875 C15.6617188,24.521875 18.5351563,23.3242188 20.9296875,20.9296875 C23.3242188,18.5351563 24.521875,15.6617188 24.521875,12.2609375 C24.521875,8.86015625 23.3242188,5.98671875 20.9296875,3.5921875 Z M2.92265625,12.2601562 C2.92265625,12.5953125 2.77890625,12.7390625 2.44375,12.7390625 C2.10859375,12.7390625 1.96484375,12.5953125 1.96484375,12.2601562 C1.96484375,11.925 2.10859375,11.78125 2.44375,11.78125 C2.77890625,11.78125 2.92265625,11.925 2.92265625,12.2601562 L2.92265625,12.2601562 Z M11.7820312,2.4421875 C11.7820312,2.10703125 11.9257812,1.96328125 12.2609375,1.96328125 C12.5960937,1.96328125 12.7398437,2.10703125 12.7398437,2.4421875 C12.7398437,2.77734375 12.5960937,2.92109375 12.2609375,2.92109375 C11.9257812,2.92109375 11.7820312,2.77734375 11.7820312,2.4421875 L11.7820312,2.4421875 Z M12.740625,22.0789063 C12.740625,22.4140625 12.596875,22.5578125 12.2617188,22.5578125 C11.9265625,22.5578125 11.7828125,22.4140625 11.7828125,22.0789063 C11.7828125,21.74375 11.9265625,21.6 12.2617188,21.6 C12.596875,21.6 12.740625,21.74375 12.740625,22.0789063 Z M19.5414062,4.98125 C19.5414062,4.98125 16.0929687,16.0921875 16.0929687,16.0921875 C16.0929687,16.0921875 4.98203125,19.540625 4.98203125,19.540625 C4.98203125,19.540625 8.43046875,8.4296875 8.43046875,8.4296875 C8.43046875,8.4296875 19.5414062,4.98125 19.5414062,4.98125 Z M22.5585937,12.2601562 C22.5585937,12.5953125 22.4148437,12.7390625 22.0796875,12.7390625 C21.7445312,12.7390625 21.6007812,12.5953125 21.6007812,12.2601562 C21.6007812,11.925 21.7445312,11.78125 22.0796875,11.78125 C22.4148437,11.78125 22.5585937,11.925 22.5585937,12.2601562 Z' }, void 0), _jsx("path", { d: 'M10.5375,13.984375 C11.0164062,14.4632813 11.5914062,14.703125 12.2617187,14.703125 C12.9320312,14.703125 13.5070312,14.4640625 13.9859375,13.984375 C14.4648437,13.5054688 14.7046875,12.9304688 14.7046875,12.2601563 C14.7046875,11.5898438 14.465625,11.0148438 13.9859375,10.5359375 C13.5070312,10.0570313 12.9320312,9.8171875 12.2617187,9.8171875 C11.5914062,9.8171875 11.0164062,10.05625 10.5375,10.5359375 C10.0585937,11.0148438 9.81875,11.5898438 9.81875,12.2601563 C9.81875,12.9304688 10.0578125,13.5054688 10.5375,13.984375 L10.5375,13.984375 Z' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=compass-solid.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compass-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/compass-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,o4DAAo4D,WAAG
|
|
1
|
+
{"version":3,"file":"compass-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/compass-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,o4DAAo4D,WAAG,EAC/4D,eAAM,CAAC,EAAC,uiBAAuiB,WAAG,YACjjB,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'compass-solid';\n\nexport const Component = () => (\n <>\n <path d='M20.9296875,3.5921875 C18.5351562,1.19765625 15.6617188,0 12.2609375,0 C8.86015625,0 5.98671875,1.19765625 3.5921875,3.5921875 C1.19765625,5.98671875 0,8.86015625 0,12.2609375 C0,15.6617188 1.19765625,18.5351563 3.5921875,20.9296875 C5.98671875,23.3242188 8.86015625,24.521875 12.2609375,24.521875 C15.6617188,24.521875 18.5351563,23.3242188 20.9296875,20.9296875 C23.3242188,18.5351563 24.521875,15.6617188 24.521875,12.2609375 C24.521875,8.86015625 23.3242188,5.98671875 20.9296875,3.5921875 Z M2.92265625,12.2601562 C2.92265625,12.5953125 2.77890625,12.7390625 2.44375,12.7390625 C2.10859375,12.7390625 1.96484375,12.5953125 1.96484375,12.2601562 C1.96484375,11.925 2.10859375,11.78125 2.44375,11.78125 C2.77890625,11.78125 2.92265625,11.925 2.92265625,12.2601562 L2.92265625,12.2601562 Z M11.7820312,2.4421875 C11.7820312,2.10703125 11.9257812,1.96328125 12.2609375,1.96328125 C12.5960937,1.96328125 12.7398437,2.10703125 12.7398437,2.4421875 C12.7398437,2.77734375 12.5960937,2.92109375 12.2609375,2.92109375 C11.9257812,2.92109375 11.7820312,2.77734375 11.7820312,2.4421875 L11.7820312,2.4421875 Z M12.740625,22.0789063 C12.740625,22.4140625 12.596875,22.5578125 12.2617188,22.5578125 C11.9265625,22.5578125 11.7828125,22.4140625 11.7828125,22.0789063 C11.7828125,21.74375 11.9265625,21.6 12.2617188,21.6 C12.596875,21.6 12.740625,21.74375 12.740625,22.0789063 Z M19.5414062,4.98125 C19.5414062,4.98125 16.0929687,16.0921875 16.0929687,16.0921875 C16.0929687,16.0921875 4.98203125,19.540625 4.98203125,19.540625 C4.98203125,19.540625 8.43046875,8.4296875 8.43046875,8.4296875 C8.43046875,8.4296875 19.5414062,4.98125 19.5414062,4.98125 Z M22.5585937,12.2601562 C22.5585937,12.5953125 22.4148437,12.7390625 22.0796875,12.7390625 C21.7445312,12.7390625 21.6007812,12.5953125 21.6007812,12.2601562 C21.6007812,11.925 21.7445312,11.78125 22.0796875,11.78125 C22.4148437,11.78125 22.5585937,11.925 22.5585937,12.2601562 Z' />\n <path d='M10.5375,13.984375 C11.0164062,14.4632813 11.5914062,14.703125 12.2617187,14.703125 C12.9320312,14.703125 13.5070312,14.4640625 13.9859375,13.984375 C14.4648437,13.5054688 14.7046875,12.9304688 14.7046875,12.2601563 C14.7046875,11.5898438 14.465625,11.0148438 13.9859375,10.5359375 C13.5070312,10.0570313 12.9320312,9.8171875 12.2617187,9.8171875 C11.5914062,9.8171875 11.0164062,10.05625 10.5375,10.5359375 C10.0585937,11.0148438 9.81875,11.5898438 9.81875,12.2601563 C9.81875,12.9304688 10.0578125,13.5054688 10.5375,13.984375 L10.5375,13.984375 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,9 +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 = 'dataviz-table-with-bars';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { width: '12', height: '3', x: '10', y: '6' }, void 0),
|
|
5
|
-
_jsx("rect", { width: '12', height: '3', x: '10', y: '12' }, void 0),
|
|
6
|
-
_jsx("rect", { width: '12', height: '3', x: '10', y: '18' }, void 0),
|
|
7
|
-
_jsx("path", { d: 'M1,2 L1,23 L24,23 L24,2 L1,2 Z M2,5 L8,5 L8,10 L2,10 L2,5 Z M2,11 L8,11 L8,16 L2,16 L2,11 Z M2,17 L8,17 L8,22 L2,22 L2,17 Z M23,22 L9,22 L9,17 L23,17 L23,22 Z M23,16 L9,16 L9,11 L23,11 L23,16 Z M21,10 L9,10 L9,5 L23,5 L23,10 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { width: '12', height: '3', x: '10', y: '6' }, void 0), _jsx("rect", { width: '12', height: '3', x: '10', y: '12' }, void 0), _jsx("rect", { width: '12', height: '3', x: '10', y: '18' }, void 0), _jsx("path", { d: 'M1,2 L1,23 L24,23 L24,2 L1,2 Z M2,5 L8,5 L8,10 L2,10 L2,5 Z M2,11 L8,11 L8,16 L2,16 L2,11 Z M2,17 L8,17 L8,22 L2,22 L2,17 Z M23,22 L9,22 L9,17 L23,17 L23,22 Z M23,16 L9,16 L9,11 L23,11 L23,16 Z M21,10 L9,10 L9,5 L23,5 L23,10 Z' }, void 0)] }, void 0));
|
|
8
5
|
export const viewBox = '0 0 25 25';
|
|
9
6
|
//# sourceMappingURL=dataviz-table-with-bars.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataviz-table-with-bars.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-bars.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,yBAAyB,CAAC;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,WAAG
|
|
1
|
+
{"version":3,"file":"dataviz-table-with-bars.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-bars.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,yBAAyB,CAAC;AAE9C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,WAAG,EAC3C,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,WAAG,EAC5C,eAAM,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,EAAC,CAAC,EAAC,IAAI,WAAG,EAC5C,eAAM,CAAC,EAAC,oOAAoO,WAAG,YAC9O,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-table-with-bars';\n\nexport const Component = () => (\n <>\n <rect width='12' height='3' x='10' y='6' />\n <rect width='12' height='3' x='10' y='12' />\n <rect width='12' height='3' x='10' y='18' />\n <path d='M1,2 L1,23 L24,23 L24,2 L1,2 Z M2,5 L8,5 L8,10 L2,10 L2,5 Z M2,11 L8,11 L8,16 L2,16 L2,11 Z M2,17 L8,17 L8,22 L2,22 L2,17 Z M23,22 L9,22 L9,17 L23,17 L23,22 Z M23,16 L9,16 L9,11 L23,11 L23,16 Z M21,10 L9,10 L9,5 L23,5 L23,10 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 = 'dataviz-table-with-cross';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M0,2 L0,23 L24,23 L24,2 L0,2 Z M7.5,16.5 L1,16.5 L1,11.5 L7.5,11.5 L7.5,16.5 Z M1,10.5 L1,5.5 L7.5,5.5 L7.5,10.5 L1,10.5 Z M8.5,5.5 L15.25,5.5 L15.25,10.5 L8.5,10.5 L8.5,5.5 Z M16.25,5.5 L23,5.5 L23,10.5 L16.25,10.5 L16.25,5.5 Z M1,17.5 L7.5,17.5 L7.5,22 L1,22 L1,17.5 Z M8.5,22 L8.5,11.5 L23,11.5 L23,22 L8.5,22 Z' }, void 0),
|
|
5
|
-
_jsx("polygon", { points: '19.28 13.95 17.25 13.95 15.97 16.04 14.7 13.95 12.67 13.95 14.78 17.15 12.56 20.5 14.59 20.5 15.97 18.26 17.35 20.5 19.38 20.5 17.15 17.15' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M0,2 L0,23 L24,23 L24,2 L0,2 Z M7.5,16.5 L1,16.5 L1,11.5 L7.5,11.5 L7.5,16.5 Z M1,10.5 L1,5.5 L7.5,5.5 L7.5,10.5 L1,10.5 Z M8.5,5.5 L15.25,5.5 L15.25,10.5 L8.5,10.5 L8.5,5.5 Z M16.25,5.5 L23,5.5 L23,10.5 L16.25,10.5 L16.25,5.5 Z M1,17.5 L7.5,17.5 L7.5,22 L1,22 L1,17.5 Z M8.5,22 L8.5,11.5 L23,11.5 L23,22 L8.5,22 Z' }, void 0), _jsx("polygon", { points: '19.28 13.95 17.25 13.95 15.97 16.04 14.7 13.95 12.67 13.95 14.78 17.15 12.56 20.5 14.59 20.5 15.97 18.26 17.35 20.5 19.38 20.5 17.15 17.15' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=dataviz-table-with-cross.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataviz-table-with-cross.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-cross.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,0BAA0B,CAAC;AAE/C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,4TAA4T,WAAG
|
|
1
|
+
{"version":3,"file":"dataviz-table-with-cross.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-table-with-cross.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,0BAA0B,CAAC;AAE/C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,4TAA4T,WAAG,EACvU,kBAAS,MAAM,EAAC,4IAA4I,WAAG,YAC9J,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-table-with-cross';\n\nexport const Component = () => (\n <>\n <path d='M0,2 L0,23 L24,23 L24,2 L0,2 Z M7.5,16.5 L1,16.5 L1,11.5 L7.5,11.5 L7.5,16.5 Z M1,10.5 L1,5.5 L7.5,5.5 L7.5,10.5 L1,10.5 Z M8.5,5.5 L15.25,5.5 L15.25,10.5 L8.5,10.5 L8.5,5.5 Z M16.25,5.5 L23,5.5 L23,10.5 L16.25,10.5 L16.25,5.5 Z M1,17.5 L7.5,17.5 L7.5,22 L1,22 L1,17.5 Z M8.5,22 L8.5,11.5 L23,11.5 L23,22 L8.5,22 Z' />\n <polygon points='19.28 13.95 17.25 13.95 15.97 16.04 14.7 13.95 12.67 13.95 14.78 17.15 12.56 20.5 14.59 20.5 15.97 18.26 17.35 20.5 19.38 20.5 17.15 17.15' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -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 = 'dataviz-waterfall';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '10 10 14 10 14 17 10 17' }, void 0),
|
|
5
|
-
_jsx("polygon", { points: '15 2 19 2 19 17 15 17' }, void 0),
|
|
6
|
-
_jsx("polygon", { points: '20 2 24 2 24 23 20 23' }, void 0),
|
|
7
|
-
_jsx("polygon", { points: '5 2 9 2 9 12 5 12' }, void 0),
|
|
8
|
-
_jsx("polygon", { points: '0 2 4 2 4 23 0 23' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("polygon", { points: '10 10 14 10 14 17 10 17' }, void 0), _jsx("polygon", { points: '15 2 19 2 19 17 15 17' }, void 0), _jsx("polygon", { points: '20 2 24 2 24 23 20 23' }, void 0), _jsx("polygon", { points: '5 2 9 2 9 12 5 12' }, void 0), _jsx("polygon", { points: '0 2 4 2 4 23 0 23' }, void 0)] }, void 0));
|
|
9
5
|
export const viewBox = '0 0 25 25';
|
|
10
6
|
//# sourceMappingURL=dataviz-waterfall.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataviz-waterfall.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-waterfall.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,mBAAmB,CAAC;AAExC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,yBAAyB,WAAG
|
|
1
|
+
{"version":3,"file":"dataviz-waterfall.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/dataviz-waterfall.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,mBAAmB,CAAC;AAExC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,kBAAS,MAAM,EAAC,yBAAyB,WAAG,EAC5C,kBAAS,MAAM,EAAC,uBAAuB,WAAG,EAC1C,kBAAS,MAAM,EAAC,uBAAuB,WAAG,EAC1C,kBAAS,MAAM,EAAC,mBAAmB,WAAG,EACtC,kBAAS,MAAM,EAAC,mBAAmB,WAAG,YACrC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'dataviz-waterfall';\n\nexport const Component = () => (\n <>\n <polygon points='10 10 14 10 14 17 10 17' />\n <polygon points='15 2 19 2 19 17 15 17' />\n <polygon points='20 2 24 2 24 23 20 23' />\n <polygon points='5 2 9 2 9 12 5 12' />\n <polygon points='0 2 4 2 4 23 0 23' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|
|
@@ -1,9 +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 = 'filetype-text';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '4' }, void 0),
|
|
5
|
-
_jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '9' }, void 0),
|
|
6
|
-
_jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '14' }, void 0),
|
|
7
|
-
_jsx("rect", { height: '2', rx: '1', width: '15', x: '2', y: '19' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '4' }, void 0), _jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '9' }, void 0), _jsx("rect", { height: '2', rx: '1', width: '20', x: '2', y: '14' }, void 0), _jsx("rect", { height: '2', rx: '1', width: '15', x: '2', y: '19' }, void 0)] }, void 0));
|
|
8
5
|
export const viewBox = '0 0 25 25';
|
|
9
6
|
//# sourceMappingURL=filetype-text.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filetype-text.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/filetype-text.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,WAAG
|
|
1
|
+
{"version":3,"file":"filetype-text.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/filetype-text.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,WAAG,EACjD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,WAAG,EACjD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,WAAG,EAClD,eAAM,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,KAAK,EAAC,IAAI,EAAC,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,IAAI,WAAG,YACjD,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'filetype-text';\n\nexport const Component = () => (\n <>\n <rect height='2' rx='1' width='20' x='2' y='4' />\n <rect height='2' rx='1' width='20' x='2' y='9' />\n <rect height='2' rx='1' width='20' x='2' y='14' />\n <rect height='2' rx='1' width='15' x='2' y='19' />\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 = 'folder-dollar';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M9.09921875,2 L9.23711143,2.00589195 C9.67711777,2.04505424 9.92201705,2.27826705 10.009375,2.6703125 C10.009375,2.6703125 10.7757812,4.96953125 10.7757812,4.96953125 L10.7757812,4.96953125 L23.5632812,4.96953125 L23.5632812,4.96953125 L23.6826497,4.97753545 C23.8809462,5.00421007 24.0740885,5.09752604 24.2335937,5.25703125 C24.425,5.4484375 24.5210937,5.68828125 24.5210937,5.92734375 L24.5210937,5.92734375 L24.5210937,22.6421875 L24.5210937,22.6421875 L24.5130896,22.761556 C24.4864149,22.9598524 24.393099,23.1529948 24.2335937,23.3125 C24.0421875,23.5039062 23.8023437,23.6 23.5632812,23.6 L23.5632812,23.6 L0.9578125,23.6 L0.9578125,23.6 L0.83844401,23.5919958 C0.640147569,23.5653212 0.447005208,23.4720052 0.2875,23.3125 C0.09609375,23.1210938 0,22.88125 0,22.6421875 L0,22.6421875 L0,3.00625 L0,3.00625 L0.0080041956,2.886386 C0.0346788194,2.68669705 0.127994792,2.48736979 0.2875,2.2875 C0.47890625,2.09609375 0.71875,2 0.9578125,2 L0.9578125,2 L9.09921875,2 L9.09921875,2 Z M9.14140625,3 L1,3 L1,3 L1,22.6359375 L1,22.6359375 L23.6054688,22.6359375 L23.6054688,22.6359375 L23.6054688,5.92109375 L23.6054688,5.92109375 L10.8179688,5.92109375 L10.8179688,5.92109375 L10.6915719,5.91396875 C10.3216016,5.87135938 10.0371875,5.63890625 9.9078125,5.25078125 C9.9078125,5.25078125 9.14140625,3 9.14140625,3 L9.14140625,3 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M12.988325,8 C13.3234813,8 13.4672313,8.19140625 13.4672313,8.5265625 L13.4672313,8.5265625 L13.4672313,9.484375 L13.4672313,9.484375 L13.5148875,9.484375 L13.5148875,9.484375 L13.797102,9.49149091 C14.5357594,9.52943673 15.1645403,9.71909722 15.7180125,10.059375 L15.7180125,10.059375 L15.8049638,10.1249035 C16.0131514,10.3040702 16.0319014,10.5171875 15.8617625,10.7296875 L15.8617625,10.7296875 L15.81038,10.8167042 C15.6642895,11.0254147 15.4470056,11.0488715 15.19145,10.9210938 L15.19145,10.9210938 L15.0074504,10.8200195 C14.5680491,10.5999023 14.0597117,10.4898438 13.5148875,10.4898438 L13.5148875,10.4898438 L13.4672313,10.4898438 L13.4672313,10.4898438 L13.4672313,14.0335938 L13.4672313,14.0335938 L13.7435125,14.1148063 C14.0976375,14.2174063 14.3967625,14.3014063 14.6648875,14.4164063 C14.9516063,14.5601563 15.2391063,14.8476563 15.5266063,15.2304688 C15.7656688,15.6140625 15.9094188,16.0929688 15.9094188,16.6195313 L15.9094188,16.6195313 L15.9006289,16.8235254 C15.8539211,17.3580247 15.6224396,17.8166667 15.2391063,18.2 C14.8078563,18.6789063 14.1859813,19.0140625 13.4672313,19.1578125 L13.4672313,19.1578125 L13.4672313,20.259375 L13.4672313,20.259375 L13.4618418,20.3657043 C13.4329238,20.6347029 13.2862417,20.7859375 12.988325,20.7859375 C12.6531688,20.7859375 12.5094188,20.5945313 12.5094188,20.259375 L12.5094188,20.259375 L12.5094188,19.3015625 L12.5094188,19.3015625 L12.4617625,19.3015625 L12.4617625,19.3015625 L12.179548,19.2944466 C11.4408906,19.2565008 10.8121097,19.0668403 10.2586375,18.7265625 L10.2586375,18.7265625 L10.1716862,18.661034 C9.96349861,18.4818673 9.94474861,18.26875 10.1148875,18.05625 L10.1148875,18.05625 L10.16627,17.9692333 C10.3123605,17.7605228 10.5296444,17.737066 10.7852,17.8648438 L10.7852,17.8648438 L10.9691996,17.965918 C11.4086009,18.1860352 11.9169383,18.2960938 12.4617625,18.2960938 L12.4617625,18.2960938 L12.5094188,18.2960938 L12.5094188,18.2960938 L12.5094188,14.753125 C12.0305125,14.609375 11.6477,14.465625 11.3602,14.321875 C11.0250438,14.178125 10.7375438,13.9382813 10.4984813,13.5554688 C10.2109813,13.171875 10.0672313,12.6929688 10.0672313,12.1664063 L10.0672313,12.1664063 L10.0760211,11.9623468 C10.1227289,11.4273245 10.3542104,10.9639757 10.7375438,10.5382813 C11.1687938,10.1070313 11.7906688,9.771875 12.5094188,9.628125 L12.5094188,9.628125 L12.5094188,8.5265625 L12.5094188,8.5265625 L12.5148082,8.4202332 C12.5437262,8.15123457 12.6904083,8 12.988325,8 Z M13.5555125,15.0398438 L13.5555125,18.153125 C14.5609813,17.8179688 15.0398875,17.3390625 15.0398875,16.6203125 L15.0398875,16.6203125 L15.0342637,16.4794218 C14.9779673,15.7890198 14.4981395,15.309375 13.5555125,15.0398438 L13.5555125,15.0398438 Z M12.4578563,10.6335938 L12.2637692,10.7025701 C11.3906618,11.0336701 10.9734813,11.4955729 10.9734813,12.1664063 L10.9734813,12.1664063 L10.9791051,12.3072969 C11.0354014,12.997699 11.5152293,13.4773438 12.4578563,13.746875 L12.4578563,13.746875 L12.4578563,10.6335938 L12.4578563,10.6335938 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M9.09921875,2 L9.23711143,2.00589195 C9.67711777,2.04505424 9.92201705,2.27826705 10.009375,2.6703125 C10.009375,2.6703125 10.7757812,4.96953125 10.7757812,4.96953125 L10.7757812,4.96953125 L23.5632812,4.96953125 L23.5632812,4.96953125 L23.6826497,4.97753545 C23.8809462,5.00421007 24.0740885,5.09752604 24.2335937,5.25703125 C24.425,5.4484375 24.5210937,5.68828125 24.5210937,5.92734375 L24.5210937,5.92734375 L24.5210937,22.6421875 L24.5210937,22.6421875 L24.5130896,22.761556 C24.4864149,22.9598524 24.393099,23.1529948 24.2335937,23.3125 C24.0421875,23.5039062 23.8023437,23.6 23.5632812,23.6 L23.5632812,23.6 L0.9578125,23.6 L0.9578125,23.6 L0.83844401,23.5919958 C0.640147569,23.5653212 0.447005208,23.4720052 0.2875,23.3125 C0.09609375,23.1210938 0,22.88125 0,22.6421875 L0,22.6421875 L0,3.00625 L0,3.00625 L0.0080041956,2.886386 C0.0346788194,2.68669705 0.127994792,2.48736979 0.2875,2.2875 C0.47890625,2.09609375 0.71875,2 0.9578125,2 L0.9578125,2 L9.09921875,2 L9.09921875,2 Z M9.14140625,3 L1,3 L1,3 L1,22.6359375 L1,22.6359375 L23.6054688,22.6359375 L23.6054688,22.6359375 L23.6054688,5.92109375 L23.6054688,5.92109375 L10.8179688,5.92109375 L10.8179688,5.92109375 L10.6915719,5.91396875 C10.3216016,5.87135938 10.0371875,5.63890625 9.9078125,5.25078125 C9.9078125,5.25078125 9.14140625,3 9.14140625,3 L9.14140625,3 Z' }, void 0), _jsx("path", { d: 'M12.988325,8 C13.3234813,8 13.4672313,8.19140625 13.4672313,8.5265625 L13.4672313,8.5265625 L13.4672313,9.484375 L13.4672313,9.484375 L13.5148875,9.484375 L13.5148875,9.484375 L13.797102,9.49149091 C14.5357594,9.52943673 15.1645403,9.71909722 15.7180125,10.059375 L15.7180125,10.059375 L15.8049638,10.1249035 C16.0131514,10.3040702 16.0319014,10.5171875 15.8617625,10.7296875 L15.8617625,10.7296875 L15.81038,10.8167042 C15.6642895,11.0254147 15.4470056,11.0488715 15.19145,10.9210938 L15.19145,10.9210938 L15.0074504,10.8200195 C14.5680491,10.5999023 14.0597117,10.4898438 13.5148875,10.4898438 L13.5148875,10.4898438 L13.4672313,10.4898438 L13.4672313,10.4898438 L13.4672313,14.0335938 L13.4672313,14.0335938 L13.7435125,14.1148063 C14.0976375,14.2174063 14.3967625,14.3014063 14.6648875,14.4164063 C14.9516063,14.5601563 15.2391063,14.8476563 15.5266063,15.2304688 C15.7656688,15.6140625 15.9094188,16.0929688 15.9094188,16.6195313 L15.9094188,16.6195313 L15.9006289,16.8235254 C15.8539211,17.3580247 15.6224396,17.8166667 15.2391063,18.2 C14.8078563,18.6789063 14.1859813,19.0140625 13.4672313,19.1578125 L13.4672313,19.1578125 L13.4672313,20.259375 L13.4672313,20.259375 L13.4618418,20.3657043 C13.4329238,20.6347029 13.2862417,20.7859375 12.988325,20.7859375 C12.6531688,20.7859375 12.5094188,20.5945313 12.5094188,20.259375 L12.5094188,20.259375 L12.5094188,19.3015625 L12.5094188,19.3015625 L12.4617625,19.3015625 L12.4617625,19.3015625 L12.179548,19.2944466 C11.4408906,19.2565008 10.8121097,19.0668403 10.2586375,18.7265625 L10.2586375,18.7265625 L10.1716862,18.661034 C9.96349861,18.4818673 9.94474861,18.26875 10.1148875,18.05625 L10.1148875,18.05625 L10.16627,17.9692333 C10.3123605,17.7605228 10.5296444,17.737066 10.7852,17.8648438 L10.7852,17.8648438 L10.9691996,17.965918 C11.4086009,18.1860352 11.9169383,18.2960938 12.4617625,18.2960938 L12.4617625,18.2960938 L12.5094188,18.2960938 L12.5094188,18.2960938 L12.5094188,14.753125 C12.0305125,14.609375 11.6477,14.465625 11.3602,14.321875 C11.0250438,14.178125 10.7375438,13.9382813 10.4984813,13.5554688 C10.2109813,13.171875 10.0672313,12.6929688 10.0672313,12.1664063 L10.0672313,12.1664063 L10.0760211,11.9623468 C10.1227289,11.4273245 10.3542104,10.9639757 10.7375438,10.5382813 C11.1687938,10.1070313 11.7906688,9.771875 12.5094188,9.628125 L12.5094188,9.628125 L12.5094188,8.5265625 L12.5094188,8.5265625 L12.5148082,8.4202332 C12.5437262,8.15123457 12.6904083,8 12.988325,8 Z M13.5555125,15.0398438 L13.5555125,18.153125 C14.5609813,17.8179688 15.0398875,17.3390625 15.0398875,16.6203125 L15.0398875,16.6203125 L15.0342637,16.4794218 C14.9779673,15.7890198 14.4981395,15.309375 13.5555125,15.0398438 L13.5555125,15.0398438 Z M12.4578563,10.6335938 L12.2637692,10.7025701 C11.3906618,11.0336701 10.9734813,11.4955729 10.9734813,12.1664063 L10.9734813,12.1664063 L10.9791051,12.3072969 C11.0354014,12.997699 11.5152293,13.4773438 12.4578563,13.746875 L12.4578563,13.746875 L12.4578563,10.6335938 L12.4578563,10.6335938 Z' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=folder-dollar.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"folder-dollar.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/folder-dollar.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,mzCAAmzC,WAAG
|
|
1
|
+
{"version":3,"file":"folder-dollar.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/folder-dollar.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,mzCAAmzC,WAAG,EAC9zC,eAAM,CAAC,EAAC,k7FAAk7F,WAAG,YAC57F,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'folder-dollar';\n\nexport const Component = () => (\n <>\n <path d='M9.09921875,2 L9.23711143,2.00589195 C9.67711777,2.04505424 9.92201705,2.27826705 10.009375,2.6703125 C10.009375,2.6703125 10.7757812,4.96953125 10.7757812,4.96953125 L10.7757812,4.96953125 L23.5632812,4.96953125 L23.5632812,4.96953125 L23.6826497,4.97753545 C23.8809462,5.00421007 24.0740885,5.09752604 24.2335937,5.25703125 C24.425,5.4484375 24.5210937,5.68828125 24.5210937,5.92734375 L24.5210937,5.92734375 L24.5210937,22.6421875 L24.5210937,22.6421875 L24.5130896,22.761556 C24.4864149,22.9598524 24.393099,23.1529948 24.2335937,23.3125 C24.0421875,23.5039062 23.8023437,23.6 23.5632812,23.6 L23.5632812,23.6 L0.9578125,23.6 L0.9578125,23.6 L0.83844401,23.5919958 C0.640147569,23.5653212 0.447005208,23.4720052 0.2875,23.3125 C0.09609375,23.1210938 0,22.88125 0,22.6421875 L0,22.6421875 L0,3.00625 L0,3.00625 L0.0080041956,2.886386 C0.0346788194,2.68669705 0.127994792,2.48736979 0.2875,2.2875 C0.47890625,2.09609375 0.71875,2 0.9578125,2 L0.9578125,2 L9.09921875,2 L9.09921875,2 Z M9.14140625,3 L1,3 L1,3 L1,22.6359375 L1,22.6359375 L23.6054688,22.6359375 L23.6054688,22.6359375 L23.6054688,5.92109375 L23.6054688,5.92109375 L10.8179688,5.92109375 L10.8179688,5.92109375 L10.6915719,5.91396875 C10.3216016,5.87135938 10.0371875,5.63890625 9.9078125,5.25078125 C9.9078125,5.25078125 9.14140625,3 9.14140625,3 L9.14140625,3 Z' />\n <path d='M12.988325,8 C13.3234813,8 13.4672313,8.19140625 13.4672313,8.5265625 L13.4672313,8.5265625 L13.4672313,9.484375 L13.4672313,9.484375 L13.5148875,9.484375 L13.5148875,9.484375 L13.797102,9.49149091 C14.5357594,9.52943673 15.1645403,9.71909722 15.7180125,10.059375 L15.7180125,10.059375 L15.8049638,10.1249035 C16.0131514,10.3040702 16.0319014,10.5171875 15.8617625,10.7296875 L15.8617625,10.7296875 L15.81038,10.8167042 C15.6642895,11.0254147 15.4470056,11.0488715 15.19145,10.9210938 L15.19145,10.9210938 L15.0074504,10.8200195 C14.5680491,10.5999023 14.0597117,10.4898438 13.5148875,10.4898438 L13.5148875,10.4898438 L13.4672313,10.4898438 L13.4672313,10.4898438 L13.4672313,14.0335938 L13.4672313,14.0335938 L13.7435125,14.1148063 C14.0976375,14.2174063 14.3967625,14.3014063 14.6648875,14.4164063 C14.9516063,14.5601563 15.2391063,14.8476563 15.5266063,15.2304688 C15.7656688,15.6140625 15.9094188,16.0929688 15.9094188,16.6195313 L15.9094188,16.6195313 L15.9006289,16.8235254 C15.8539211,17.3580247 15.6224396,17.8166667 15.2391063,18.2 C14.8078563,18.6789063 14.1859813,19.0140625 13.4672313,19.1578125 L13.4672313,19.1578125 L13.4672313,20.259375 L13.4672313,20.259375 L13.4618418,20.3657043 C13.4329238,20.6347029 13.2862417,20.7859375 12.988325,20.7859375 C12.6531688,20.7859375 12.5094188,20.5945313 12.5094188,20.259375 L12.5094188,20.259375 L12.5094188,19.3015625 L12.5094188,19.3015625 L12.4617625,19.3015625 L12.4617625,19.3015625 L12.179548,19.2944466 C11.4408906,19.2565008 10.8121097,19.0668403 10.2586375,18.7265625 L10.2586375,18.7265625 L10.1716862,18.661034 C9.96349861,18.4818673 9.94474861,18.26875 10.1148875,18.05625 L10.1148875,18.05625 L10.16627,17.9692333 C10.3123605,17.7605228 10.5296444,17.737066 10.7852,17.8648438 L10.7852,17.8648438 L10.9691996,17.965918 C11.4086009,18.1860352 11.9169383,18.2960938 12.4617625,18.2960938 L12.4617625,18.2960938 L12.5094188,18.2960938 L12.5094188,18.2960938 L12.5094188,14.753125 C12.0305125,14.609375 11.6477,14.465625 11.3602,14.321875 C11.0250438,14.178125 10.7375438,13.9382813 10.4984813,13.5554688 C10.2109813,13.171875 10.0672313,12.6929688 10.0672313,12.1664063 L10.0672313,12.1664063 L10.0760211,11.9623468 C10.1227289,11.4273245 10.3542104,10.9639757 10.7375438,10.5382813 C11.1687938,10.1070313 11.7906688,9.771875 12.5094188,9.628125 L12.5094188,9.628125 L12.5094188,8.5265625 L12.5094188,8.5265625 L12.5148082,8.4202332 C12.5437262,8.15123457 12.6904083,8 12.988325,8 Z M13.5555125,15.0398438 L13.5555125,18.153125 C14.5609813,17.8179688 15.0398875,17.3390625 15.0398875,16.6203125 L15.0398875,16.6203125 L15.0342637,16.4794218 C14.9779673,15.7890198 14.4981395,15.309375 13.5555125,15.0398438 L13.5555125,15.0398438 Z M12.4578563,10.6335938 L12.2637692,10.7025701 C11.3906618,11.0336701 10.9734813,11.4955729 10.9734813,12.1664063 L10.9734813,12.1664063 L10.9791051,12.3072969 C11.0354014,12.997699 11.5152293,13.4773438 12.4578563,13.746875 L12.4578563,13.746875 L12.4578563,10.6335938 L12.4578563,10.6335938 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 = 'freeze-column';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm8 16.5c.24545989 0 .44960837.1768752.49194433.4101244l.00805567.0898756v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm7 0c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .24545989-.17687516.44960837-.41012437.49194433l-.08987563.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'm22 16.5c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.2454599.1768752-.4496084.4101244-.4919443l.0898756-.0080557zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.2454599 0-.4496084-.17687516-.4919443-.41012437l-.0080557-.08987563v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm8 16.5c.24545989 0 .44960837.1768752.49194433.4101244l.00805567.0898756v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm7 0c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .24545989-.17687516.44960837-.41012437.49194433l-.08987563.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567z' }, void 0), _jsx("path", { d: 'm22 16.5c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.2454599.1768752-.4496084.4101244-.4919443l.0898756-.0080557zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.2454599 0-.4496084-.17687516-.4919443-.41012437l-.0080557-.08987563v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4z' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=freeze-column.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"freeze-column.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/freeze-column.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,krDAAkrD,WAAG
|
|
1
|
+
{"version":3,"file":"freeze-column.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/freeze-column.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,eAAe,CAAC;AAEpC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,krDAAkrD,WAAG,EAC7rD,eAAM,CAAC,EAAC,w2BAAw2B,WAAG,YACl3B,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'freeze-column';\n\nexport const Component = () => (\n <>\n <path d='m8 16.5c.24545989 0 .44960837.1768752.49194433.4101244l.00805567.0898756v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm7 0c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.2454599.17687516-.4496084.41012437-.4919443l.08987563-.0080557zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .2454599-.17687516.4496084-.41012437.4919443l-.08987563.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.24545989 0-.44960837-.1768752-.49194433-.4101244l-.00805567-.0898756v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm-7-7c.24545989 0 .44960837.17687516.49194433.41012437l.00805567.08987563v5c0 .24545989-.17687516.44960837-.41012437.49194433l-.08987563.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567zm7 0c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.24545989 0-.44960837-.17687516-.49194433-.41012437l-.00805567-.08987563v-5c0-.24545989.17687516-.44960837.41012437-.49194433l.08987563-.00805567z' />\n <path d='m22 16.5c.2454599 0 .4496084.1768752.4919443.4101244l.0080557.0898756v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.2454599.1768752-.4496084.4101244-.4919443l.0898756-.0080557zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .2454599-.1768752.4496084-.4101244.4919443l-.0898756.0080557h-5c-.2454599 0-.4496084-.1768752-.4919443-.4101244l-.0080557-.0898756v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4zm.5-8c.2454599 0 .4496084.17687516.4919443.41012437l.0080557.08987563v5c0 .24545989-.1768752.44960837-.4101244.49194433l-.0898756.00805567h-5c-.2454599 0-.4496084-.17687516-.4919443-.41012437l-.0080557-.08987563v-5c0-.24545989.1768752-.44960837.4101244-.49194433l.0898756-.00805567zm-.5 1h-4v4h4z' />\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 = 'galaxy';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm4.80000105 11.8c.6627417 0 1.2.5372583 1.2 1.2s-.5372583 1.2-1.2 1.2-1.2-.5372583-1.2-1.2c.04774248-.6419276.55807244-1.1522575 1.2-1.2m0-1.6c-1.5463973 0-2.80000053 1.2536027-2.80000053 2.8-.00092921 1.5633724 1.2375576 2.8460909 2.80000053 2.9.76912782 0 1.50675416-.3055348 2.05060966-.8493903s.84939091-1.2814819.84939091-2.0506097c.00048445-.7602615-.30820203-1.4880368-.85513537-2.0161104-.54693333-.5280736-1.28508859-.811042-2.0448652-.7838896z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'm17.66 3.3-1.16 3.2-3.3 1.16c-.2204773.08758911-.2640869.56244263 0 .67l3.300001 1.17 1.159999 3.3c.1.3.5430182.3.67 0l1.17-3.3c1.9814718-.70080811 3.0814718-1.09080811 3.3-1.17.3277924-.11878784.2046539-.59780701 0-.67-.136436-.04812866-1.236436-.43479533-3.3-1.16l-1.17-3.2c-.1871928-.41454773-.5224791-.37723999-.67 0z' }, void 0),
|
|
6
|
-
_jsx("circle", { cx: '15.5', cy: '20.5', r: '1.5' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'm4.80000105 11.8c.6627417 0 1.2.5372583 1.2 1.2s-.5372583 1.2-1.2 1.2-1.2-.5372583-1.2-1.2c.04774248-.6419276.55807244-1.1522575 1.2-1.2m0-1.6c-1.5463973 0-2.80000053 1.2536027-2.80000053 2.8-.00092921 1.5633724 1.2375576 2.8460909 2.80000053 2.9.76912782 0 1.50675416-.3055348 2.05060966-.8493903s.84939091-1.2814819.84939091-2.0506097c.00048445-.7602615-.30820203-1.4880368-.85513537-2.0161104-.54693333-.5280736-1.28508859-.811042-2.0448652-.7838896z' }, void 0), _jsx("path", { d: 'm17.66 3.3-1.16 3.2-3.3 1.16c-.2204773.08758911-.2640869.56244263 0 .67l3.300001 1.17 1.159999 3.3c.1.3.5430182.3.67 0l1.17-3.3c1.9814718-.70080811 3.0814718-1.09080811 3.3-1.17.3277924-.11878784.2046539-.59780701 0-.67-.136436-.04812866-1.236436-.43479533-3.3-1.16l-1.17-3.2c-.1871928-.41454773-.5224791-.37723999-.67 0z' }, void 0), _jsx("circle", { cx: '15.5', cy: '20.5', r: '1.5' }, void 0)] }, void 0));
|
|
7
5
|
export const viewBox = '0 0 25 25';
|
|
8
6
|
//# sourceMappingURL=galaxy.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"galaxy.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/galaxy.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,ucAAuc,WAAG
|
|
1
|
+
{"version":3,"file":"galaxy.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/galaxy.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,ucAAuc,WAAG,EACld,eAAM,CAAC,EAAC,mUAAmU,WAAG,EAC9U,iBAAQ,EAAE,EAAC,MAAM,EAAC,EAAE,EAAC,MAAM,EAAC,CAAC,EAAC,KAAK,WAAG,YACrC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'galaxy';\n\nexport const Component = () => (\n <>\n <path d='m4.80000105 11.8c.6627417 0 1.2.5372583 1.2 1.2s-.5372583 1.2-1.2 1.2-1.2-.5372583-1.2-1.2c.04774248-.6419276.55807244-1.1522575 1.2-1.2m0-1.6c-1.5463973 0-2.80000053 1.2536027-2.80000053 2.8-.00092921 1.5633724 1.2375576 2.8460909 2.80000053 2.9.76912782 0 1.50675416-.3055348 2.05060966-.8493903s.84939091-1.2814819.84939091-2.0506097c.00048445-.7602615-.30820203-1.4880368-.85513537-2.0161104-.54693333-.5280736-1.28508859-.811042-2.0448652-.7838896z' />\n <path d='m17.66 3.3-1.16 3.2-3.3 1.16c-.2204773.08758911-.2640869.56244263 0 .67l3.300001 1.17 1.159999 3.3c.1.3.5430182.3.67 0l1.17-3.3c1.9814718-.70080811 3.0814718-1.09080811 3.3-1.17.3277924-.11878784.2046539-.59780701 0-.67-.136436-.04812866-1.236436-.43479533-3.3-1.16l-1.17-3.2c-.1871928-.41454773-.5224791-.37723999-.67 0z' />\n <circle cx='15.5' cy='20.5' r='1.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 = 'grad-solid';
|
|
4
|
-
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M13.3625,10.1726562 C13.3625,10.1726562 13.3625,10.1726562 13.3625,10.1726562 C13.3625,10.1726562 20.115625,11.6570312 20.115625,11.6570312 C20.115625,11.6570312 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 0,9.88515625 0,9.88515625 C0,9.88515625 12.2609375,5 12.2609375,5 C12.2609375,5 24.5210937,9.88515625 24.5210937,9.88515625 C24.5210937,9.88515625 21.5039062,11.1304687 21.5039062,11.1304687 C21.45625,11.0828125 21.3601562,10.9867188 21.2164062,10.8914062 C21.2164062,10.8914062 21.2164062,10.8914062 21.2164062,10.8914062 C21.2164062,10.8914062 14.3679687,9.35859375 14.3679687,9.35859375 C14.0804687,9.07109375 13.4578125,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.5,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.3085937,8.92734375 12.3085937,8.92734375 C12.3085937,8.92734375 12.1648437,8.92734375 12.1648437,8.92734375 C11.0632812,8.975 10.5367187,9.21484375 10.5367187,9.55 C10.5367187,9.55 10.5367187,9.55 10.5367187,9.55 C10.5367187,9.98125 11.2070312,10.2203125 12.5,10.2203125 C12.5,10.2203125 12.5,10.2203125 12.5,10.2203125 C12.93125,10.2203125 13.21875,10.2203125 13.3617187,10.1726563 L13.3625,10.1726562 Z M12.2617188,15.8242188 C12.2617188,15.8242188 18.63125,13.2859375 18.63125,13.2859375 C18.63125,13.2859375 18.63125,16.2554687 18.63125,16.2554687 C18.63125,16.2554687 5.8921875,16.2554687 5.8921875,16.2554687 C5.8921875,16.2554687 5.8921875,13.2859375 5.8921875,13.2859375 C5.8921875,13.2859375 12.2617188,15.8242188 12.2617188,15.8242188 Z M5.89140625,16.2546875 C5.89140625,16.2546875 6.84921875,16.2546875 6.84921875,16.2546875 C6.84921875,16.2546875 18.6304687,16.2546875 18.6304687,16.2546875 C18.6304687,16.9734375 18.0078125,17.5476562 16.8109375,18.0265625 C15.565625,18.5054687 14.0328125,18.7453125 12.2609375,18.7453125 C10.4890625,18.7453125 8.95625,18.50625 7.759375,18.0265625 C6.5140625,17.5476562 5.89140625,16.9726562 5.89140625,16.2546875 C5.89140625,16.2546875 5.89140625,16.2546875 5.89140625,16.2546875 Z M21.6007812,15.7757813 C21.6007812,15.7757813 20.5953125,15.7757813 20.5953125,15.7757813 C20.5953125,15.7757813 20.5953125,16.2546875 20.5953125,16.2546875 C20.5953125,16.2546875 21.6007812,16.2546875 21.6007812,16.2546875 C21.6007812,16.2546875 21.6007812,15.7757813 21.6007812,15.7757813 Z' }, void 0),
|
|
5
|
-
_jsx("path", { d: 'M21.0742188,11.8492187 L21.1805481,11.8562425 C21.4495467,11.8935282 21.6007813,12.0778646 21.6007813,12.3757812 L21.6007813,12.3757812 L21.6007188,14.8172187 L21.7193685,14.8259729 C21.9176649,14.8526476 22.1108073,14.9459635 22.2703125,15.1054688 C22.4298177,15.264974 22.5231337,15.4581163 22.5498083,15.6564128 L22.5578125,15.7757813 L22.5578125,15.7757813 L22.5578125,17.2601563 L22.5578125,17.2601563 C22.5578125,17.5580729 22.4442323,17.704755 22.1836013,17.7336731 L22.0789063,17.7390625 L22.0789063,17.7390625 L20.115625,17.7390625 L20.115625,17.7390625 C19.8177083,17.7390625 19.6710262,17.6254823 19.6421082,17.3648513 L19.6367188,17.2601563 L19.6367188,17.2601563 L19.6367188,15.7757813 L19.6367188,15.7757813 C19.6367188,15.5367188 19.7328125,15.296875 19.9242188,15.1054688 C20.083724,14.9459635 20.2768663,14.8526476 20.4751628,14.8259729 L20.5945313,14.8179688 L20.5945313,14.8179688 L20.5947188,14.8172187 L20.5953125,12.3757812 L20.5953125,12.3757812 L20.6007019,12.2694519 C20.62962,12.0004533 20.7763021,11.8492187 21.0742188,11.8492187 L21.0742188,11.8492187 Z' }, void 0)] }, void 0));
|
|
4
|
+
export const Component = () => (_jsxs(_Fragment, { children: [_jsx("path", { d: 'M13.3625,10.1726562 C13.3625,10.1726562 13.3625,10.1726562 13.3625,10.1726562 C13.3625,10.1726562 20.115625,11.6570312 20.115625,11.6570312 C20.115625,11.6570312 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 0,9.88515625 0,9.88515625 C0,9.88515625 12.2609375,5 12.2609375,5 C12.2609375,5 24.5210937,9.88515625 24.5210937,9.88515625 C24.5210937,9.88515625 21.5039062,11.1304687 21.5039062,11.1304687 C21.45625,11.0828125 21.3601562,10.9867188 21.2164062,10.8914062 C21.2164062,10.8914062 21.2164062,10.8914062 21.2164062,10.8914062 C21.2164062,10.8914062 14.3679687,9.35859375 14.3679687,9.35859375 C14.0804687,9.07109375 13.4578125,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.5,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.3085937,8.92734375 12.3085937,8.92734375 C12.3085937,8.92734375 12.1648437,8.92734375 12.1648437,8.92734375 C11.0632812,8.975 10.5367187,9.21484375 10.5367187,9.55 C10.5367187,9.55 10.5367187,9.55 10.5367187,9.55 C10.5367187,9.98125 11.2070312,10.2203125 12.5,10.2203125 C12.5,10.2203125 12.5,10.2203125 12.5,10.2203125 C12.93125,10.2203125 13.21875,10.2203125 13.3617187,10.1726563 L13.3625,10.1726562 Z M12.2617188,15.8242188 C12.2617188,15.8242188 18.63125,13.2859375 18.63125,13.2859375 C18.63125,13.2859375 18.63125,16.2554687 18.63125,16.2554687 C18.63125,16.2554687 5.8921875,16.2554687 5.8921875,16.2554687 C5.8921875,16.2554687 5.8921875,13.2859375 5.8921875,13.2859375 C5.8921875,13.2859375 12.2617188,15.8242188 12.2617188,15.8242188 Z M5.89140625,16.2546875 C5.89140625,16.2546875 6.84921875,16.2546875 6.84921875,16.2546875 C6.84921875,16.2546875 18.6304687,16.2546875 18.6304687,16.2546875 C18.6304687,16.9734375 18.0078125,17.5476562 16.8109375,18.0265625 C15.565625,18.5054687 14.0328125,18.7453125 12.2609375,18.7453125 C10.4890625,18.7453125 8.95625,18.50625 7.759375,18.0265625 C6.5140625,17.5476562 5.89140625,16.9726562 5.89140625,16.2546875 C5.89140625,16.2546875 5.89140625,16.2546875 5.89140625,16.2546875 Z M21.6007812,15.7757813 C21.6007812,15.7757813 20.5953125,15.7757813 20.5953125,15.7757813 C20.5953125,15.7757813 20.5953125,16.2546875 20.5953125,16.2546875 C20.5953125,16.2546875 21.6007812,16.2546875 21.6007812,16.2546875 C21.6007812,16.2546875 21.6007812,15.7757813 21.6007812,15.7757813 Z' }, void 0), _jsx("path", { d: 'M21.0742188,11.8492187 L21.1805481,11.8562425 C21.4495467,11.8935282 21.6007813,12.0778646 21.6007813,12.3757812 L21.6007813,12.3757812 L21.6007188,14.8172187 L21.7193685,14.8259729 C21.9176649,14.8526476 22.1108073,14.9459635 22.2703125,15.1054688 C22.4298177,15.264974 22.5231337,15.4581163 22.5498083,15.6564128 L22.5578125,15.7757813 L22.5578125,15.7757813 L22.5578125,17.2601563 L22.5578125,17.2601563 C22.5578125,17.5580729 22.4442323,17.704755 22.1836013,17.7336731 L22.0789063,17.7390625 L22.0789063,17.7390625 L20.115625,17.7390625 L20.115625,17.7390625 C19.8177083,17.7390625 19.6710262,17.6254823 19.6421082,17.3648513 L19.6367188,17.2601563 L19.6367188,17.2601563 L19.6367188,15.7757813 L19.6367188,15.7757813 C19.6367188,15.5367188 19.7328125,15.296875 19.9242188,15.1054688 C20.083724,14.9459635 20.2768663,14.8526476 20.4751628,14.8259729 L20.5945313,14.8179688 L20.5945313,14.8179688 L20.5947188,14.8172187 L20.5953125,12.3757812 L20.5953125,12.3757812 L20.6007019,12.2694519 C20.62962,12.0004533 20.7763021,11.8492187 21.0742188,11.8492187 L21.0742188,11.8492187 Z' }, void 0)] }, void 0));
|
|
6
5
|
export const viewBox = '0 0 25 25';
|
|
7
6
|
//# sourceMappingURL=grad-solid.icon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grad-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,YAAY,CAAC;AAEjC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,muEAAmuE,WAAG
|
|
1
|
+
{"version":3,"file":"grad-solid.icon.js","sourceRoot":"","sources":["../../../../src/components/Icon/icons/grad-solid.icon.tsx"],"names":[],"mappings":";AAAA,+DAA+D;AAC/D,MAAM,CAAC,MAAM,IAAI,GAAG,YAAY,CAAC;AAEjC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,EAAE,CAAC,CAC7B,8BACE,eAAM,CAAC,EAAC,muEAAmuE,WAAG,EAC9uE,eAAM,CAAC,EAAC,2jCAA2jC,WAAG,YACrkC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,WAAW,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport const name = 'grad-solid';\n\nexport const Component = () => (\n <>\n <path d='M13.3625,10.1726562 C13.3625,10.1726562 13.3625,10.1726562 13.3625,10.1726562 C13.3625,10.1726562 20.115625,11.6570312 20.115625,11.6570312 C20.115625,11.6570312 12.2609375,14.8179688 12.2609375,14.8179688 C12.2609375,14.8179688 0,9.88515625 0,9.88515625 C0,9.88515625 12.2609375,5 12.2609375,5 C12.2609375,5 24.5210937,9.88515625 24.5210937,9.88515625 C24.5210937,9.88515625 21.5039062,11.1304687 21.5039062,11.1304687 C21.45625,11.0828125 21.3601562,10.9867188 21.2164062,10.8914062 C21.2164062,10.8914062 21.2164062,10.8914062 21.2164062,10.8914062 C21.2164062,10.8914062 14.3679687,9.35859375 14.3679687,9.35859375 C14.0804687,9.07109375 13.4578125,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.5,8.92734375 12.5,8.92734375 C12.5,8.92734375 12.3085937,8.92734375 12.3085937,8.92734375 C12.3085937,8.92734375 12.1648437,8.92734375 12.1648437,8.92734375 C11.0632812,8.975 10.5367187,9.21484375 10.5367187,9.55 C10.5367187,9.55 10.5367187,9.55 10.5367187,9.55 C10.5367187,9.98125 11.2070312,10.2203125 12.5,10.2203125 C12.5,10.2203125 12.5,10.2203125 12.5,10.2203125 C12.93125,10.2203125 13.21875,10.2203125 13.3617187,10.1726563 L13.3625,10.1726562 Z M12.2617188,15.8242188 C12.2617188,15.8242188 18.63125,13.2859375 18.63125,13.2859375 C18.63125,13.2859375 18.63125,16.2554687 18.63125,16.2554687 C18.63125,16.2554687 5.8921875,16.2554687 5.8921875,16.2554687 C5.8921875,16.2554687 5.8921875,13.2859375 5.8921875,13.2859375 C5.8921875,13.2859375 12.2617188,15.8242188 12.2617188,15.8242188 Z M5.89140625,16.2546875 C5.89140625,16.2546875 6.84921875,16.2546875 6.84921875,16.2546875 C6.84921875,16.2546875 18.6304687,16.2546875 18.6304687,16.2546875 C18.6304687,16.9734375 18.0078125,17.5476562 16.8109375,18.0265625 C15.565625,18.5054687 14.0328125,18.7453125 12.2609375,18.7453125 C10.4890625,18.7453125 8.95625,18.50625 7.759375,18.0265625 C6.5140625,17.5476562 5.89140625,16.9726562 5.89140625,16.2546875 C5.89140625,16.2546875 5.89140625,16.2546875 5.89140625,16.2546875 Z M21.6007812,15.7757813 C21.6007812,15.7757813 20.5953125,15.7757813 20.5953125,15.7757813 C20.5953125,15.7757813 20.5953125,16.2546875 20.5953125,16.2546875 C20.5953125,16.2546875 21.6007812,16.2546875 21.6007812,16.2546875 C21.6007812,16.2546875 21.6007812,15.7757813 21.6007812,15.7757813 Z' />\n <path d='M21.0742188,11.8492187 L21.1805481,11.8562425 C21.4495467,11.8935282 21.6007813,12.0778646 21.6007813,12.3757812 L21.6007813,12.3757812 L21.6007188,14.8172187 L21.7193685,14.8259729 C21.9176649,14.8526476 22.1108073,14.9459635 22.2703125,15.1054688 C22.4298177,15.264974 22.5231337,15.4581163 22.5498083,15.6564128 L22.5578125,15.7757813 L22.5578125,15.7757813 L22.5578125,17.2601563 L22.5578125,17.2601563 C22.5578125,17.5580729 22.4442323,17.704755 22.1836013,17.7336731 L22.0789063,17.7390625 L22.0789063,17.7390625 L20.115625,17.7390625 L20.115625,17.7390625 C19.8177083,17.7390625 19.6710262,17.6254823 19.6421082,17.3648513 L19.6367188,17.2601563 L19.6367188,17.2601563 L19.6367188,15.7757813 L19.6367188,15.7757813 C19.6367188,15.5367188 19.7328125,15.296875 19.9242188,15.1054688 C20.083724,14.9459635 20.2768663,14.8526476 20.4751628,14.8259729 L20.5945313,14.8179688 L20.5945313,14.8179688 L20.5947188,14.8172187 L20.5953125,12.3757812 L20.5953125,12.3757812 L20.6007019,12.2694519 C20.62962,12.0004533 20.7763021,11.8492187 21.0742188,11.8492187 L21.0742188,11.8492187 Z' />\n </>\n);\n\nexport const viewBox = '0 0 25 25';\n"]}
|