@sats-group/ui-lib 80.3.0 → 81.0.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/package.json +6 -2
- package/react/add-bem-modifiers.d.ts +10 -0
- package/react/add-bem-modifiers.js +2 -0
- package/react/add-bem-modifiers.js.map +7 -0
- package/react/badge/badge.d.ts +7 -0
- package/react/badge/badge.js +2 -0
- package/react/badge/badge.js.map +7 -0
- package/react/badge/badge.types.d.ts +29 -0
- package/react/badge/badge.types.js +2 -0
- package/react/badge/badge.types.js.map +7 -0
- package/react/badge/index.js +2 -0
- package/react/badge/index.js.map +7 -0
- package/react/banner/banner.d.ts +4 -0
- package/react/banner/banner.js +2 -0
- package/react/banner/banner.js.map +7 -0
- package/react/banner/banner.types.d.ts +13 -0
- package/react/banner/banner.types.js +1 -0
- package/react/banner/banner.types.js.map +7 -0
- package/react/banner/index.js +2 -0
- package/react/banner/index.js.map +7 -0
- package/react/bomb/bomb.d.ts +4 -0
- package/react/bomb/bomb.js +2 -0
- package/react/bomb/bomb.js.map +7 -0
- package/react/bomb/bomb.types.d.ts +4 -0
- package/react/bomb/bomb.types.js +1 -0
- package/react/bomb/bomb.types.js.map +7 -0
- package/react/bomb/index.js +2 -0
- package/react/bomb/index.js.map +7 -0
- package/react/button/button.d.ts +9 -0
- package/react/button/button.js +2 -0
- package/react/button/button.js.map +7 -0
- package/react/button/{button.types.ts → button.types.d.ts} +0 -1
- package/react/button/button.types.js +1 -0
- package/react/button/button.types.js.map +7 -0
- package/react/button/index.js +2 -0
- package/react/button/index.js.map +7 -0
- package/react/checkbox/checkbox.d.ts +20 -0
- package/react/checkbox/checkbox.js +2 -0
- package/react/checkbox/checkbox.js.map +7 -0
- package/react/checkbox/checkbox.types.d.ts +17 -0
- package/react/checkbox/checkbox.types.js +2 -0
- package/react/checkbox/checkbox.types.js.map +7 -0
- package/react/checkbox/index.js +2 -0
- package/react/checkbox/index.js.map +7 -0
- package/react/chip/chip.d.ts +4 -0
- package/react/chip/chip.js +2 -0
- package/react/chip/chip.js.map +7 -0
- package/react/chip/chip.types.d.ts +18 -0
- package/react/chip/chip.types.js +1 -0
- package/react/chip/chip.types.js.map +7 -0
- package/react/chip/index.js +2 -0
- package/react/chip/index.js.map +7 -0
- package/react/chip/remove.d.ts +3 -0
- package/react/chip/remove.js +2 -0
- package/react/chip/remove.js.map +7 -0
- package/react/chip-selected/chip-selected.d.ts +4 -0
- package/react/chip-selected/chip-selected.js +2 -0
- package/react/chip-selected/chip-selected.js.map +7 -0
- package/react/chip-selected/chip-selected.types.d.ts +10 -0
- package/react/chip-selected/chip-selected.types.js +1 -0
- package/react/chip-selected/chip-selected.types.js.map +7 -0
- package/react/chip-selected/index.js +2 -0
- package/react/chip-selected/index.js.map +7 -0
- package/react/collapse/collapse.d.ts +1134 -0
- package/react/collapse/collapse.js +2 -0
- package/react/collapse/collapse.js.map +7 -0
- package/react/collapse/collapse.types.d.ts +13 -0
- package/react/collapse/collapse.types.js +1 -0
- package/react/collapse/collapse.types.js.map +7 -0
- package/react/collapse/index.js +2 -0
- package/react/collapse/index.js.map +7 -0
- package/react/components.d.ts +2 -0
- package/react/components.js +2 -0
- package/react/components.js.map +7 -0
- package/react/confirmation/confirmation.d.ts +4 -0
- package/react/confirmation/confirmation.js +2 -0
- package/react/confirmation/confirmation.js.map +7 -0
- package/react/confirmation/confirmation.types.d.ts +22 -0
- package/react/confirmation/confirmation.types.js +1 -0
- package/react/confirmation/confirmation.types.js.map +7 -0
- package/react/confirmation/index.js +2 -0
- package/react/confirmation/index.js.map +7 -0
- package/react/context-menu/context-menu.d.ts +7 -0
- package/react/context-menu/context-menu.js +2 -0
- package/react/context-menu/context-menu.js.map +7 -0
- package/react/context-menu/context-menu.types.d.ts +64 -0
- package/react/context-menu/context-menu.types.js +2 -0
- package/react/context-menu/context-menu.types.js.map +7 -0
- package/react/context-menu/index.js +2 -0
- package/react/context-menu/index.js.map +7 -0
- package/react/cropped-image/cropped-image.d.ts +7 -0
- package/react/cropped-image/cropped-image.js +2 -0
- package/react/cropped-image/cropped-image.js.map +7 -0
- package/react/cropped-image/cropped-image.types.d.ts +23 -0
- package/react/cropped-image/cropped-image.types.js +2 -0
- package/react/cropped-image/cropped-image.types.js.map +7 -0
- package/react/cropped-image/index.js +2 -0
- package/react/cropped-image/index.js.map +7 -0
- package/react/div-button/div-button.d.ts +8 -0
- package/react/div-button/div-button.js +2 -0
- package/react/div-button/div-button.js.map +7 -0
- package/react/div-button/{div-button.types.ts → div-button.types.d.ts} +0 -1
- package/react/div-button/div-button.types.js +1 -0
- package/react/div-button/div-button.types.js.map +7 -0
- package/react/div-button/index.js +2 -0
- package/react/div-button/index.js.map +7 -0
- package/react/dropdown-list/dropdown-list.d.ts +6 -0
- package/react/dropdown-list/dropdown-list.js +2 -0
- package/react/dropdown-list/dropdown-list.js.map +7 -0
- package/react/dropdown-list/dropdown-list.types.d.ts +15 -0
- package/react/dropdown-list/dropdown-list.types.js +2 -0
- package/react/dropdown-list/dropdown-list.types.js.map +7 -0
- package/react/dropdown-list/index.js +2 -0
- package/react/dropdown-list/index.js.map +7 -0
- package/react/expander/expander.d.ts +6 -0
- package/react/expander/expander.js +2 -0
- package/react/expander/expander.js.map +7 -0
- package/react/expander/expander.types.d.ts +30 -0
- package/react/expander/expander.types.js +2 -0
- package/react/expander/expander.types.js.map +7 -0
- package/react/expander/index.js +2 -0
- package/react/expander/index.js.map +7 -0
- package/react/filter/filter.d.ts +4 -0
- package/react/filter/filter.js +2 -0
- package/react/filter/filter.js.map +7 -0
- package/react/filter/filter.types.d.ts +9 -0
- package/react/filter/filter.types.js +1 -0
- package/react/filter/filter.types.js.map +7 -0
- package/react/filter/index.js +2 -0
- package/react/filter/index.js.map +7 -0
- package/react/filter-wrapper/filter-wrapper.d.ts +4 -0
- package/react/filter-wrapper/filter-wrapper.js +2 -0
- package/react/filter-wrapper/filter-wrapper.js.map +7 -0
- package/react/filter-wrapper/filter-wrapper.types.d.ts +8 -0
- package/react/filter-wrapper/filter-wrapper.types.js +2 -0
- package/react/filter-wrapper/filter-wrapper.types.js.map +7 -0
- package/react/filter-wrapper/index.js +2 -0
- package/react/filter-wrapper/index.js.map +7 -0
- package/react/flag/flag.d.ts +7 -0
- package/react/flag/flag.js +2 -0
- package/react/flag/flag.js.map +7 -0
- package/react/flag/flag.types.d.ts +14 -0
- package/react/flag/flag.types.js +2 -0
- package/react/flag/flag.types.js.map +7 -0
- package/react/flag/index.js +2 -0
- package/react/flag/index.js.map +7 -0
- package/react/form-content/checkbox-category.d.ts +4 -0
- package/react/form-content/checkbox-category.js +2 -0
- package/react/form-content/checkbox-category.js.map +7 -0
- package/react/form-content/form-content.checkbox-list.d.ts +4 -0
- package/react/form-content/form-content.checkbox-list.js +2 -0
- package/react/form-content/form-content.checkbox-list.js.map +7 -0
- package/react/form-content/form-content.checkbox-list.types.d.ts +35 -0
- package/react/form-content/form-content.checkbox-list.types.js +1 -0
- package/react/form-content/form-content.checkbox-list.types.js.map +7 -0
- package/react/form-content/form-content.d.ts +4 -0
- package/react/form-content/form-content.js +2 -0
- package/react/form-content/form-content.js.map +7 -0
- package/react/form-content/form-content.radio-list.d.ts +4 -0
- package/react/form-content/form-content.radio-list.js +2 -0
- package/react/form-content/form-content.radio-list.js.map +7 -0
- package/react/form-content/form-content.range.d.ts +4 -0
- package/react/form-content/form-content.range.js +2 -0
- package/react/form-content/form-content.range.js.map +7 -0
- package/react/form-content/{form-content.range.types.ts → form-content.range.types.d.ts} +7 -8
- package/react/form-content/form-content.range.types.js +1 -0
- package/react/form-content/form-content.range.types.js.map +7 -0
- package/react/form-content/form-content.search.d.ts +4 -0
- package/react/form-content/form-content.search.js +2 -0
- package/react/form-content/form-content.search.js.map +7 -0
- package/react/form-content/form-content.types.d.ts +49 -0
- package/react/form-content/form-content.types.js +2 -0
- package/react/form-content/form-content.types.js.map +7 -0
- package/react/form-content/index.js +2 -0
- package/react/form-content/index.js.map +7 -0
- package/react/hidden-input/{hidden-input.tsx → hidden-input.d.ts} +1 -6
- package/react/hidden-input/hidden-input.js +2 -0
- package/react/hidden-input/hidden-input.js.map +7 -0
- package/react/hidden-input/{hidden-input.types.ts → hidden-input.types.d.ts} +2 -3
- package/react/hidden-input/hidden-input.types.js +1 -0
- package/react/hidden-input/hidden-input.types.js.map +7 -0
- package/react/hidden-input/index.js +2 -0
- package/react/hidden-input/index.js.map +7 -0
- package/react/hooks/focus-previous-element.d.ts +3 -0
- package/react/hooks/focus-previous-element.js +2 -0
- package/react/hooks/focus-previous-element.js.map +7 -0
- package/react/hooks/is-running-on-client.d.ts +2 -0
- package/react/hooks/is-running-on-client.js +2 -0
- package/react/hooks/is-running-on-client.js.map +7 -0
- package/react/hooks/use-click-outside.d.ts +4 -0
- package/react/hooks/use-click-outside.js +2 -0
- package/react/hooks/use-click-outside.js.map +7 -0
- package/react/hooks/use-escape.d.ts +2 -0
- package/react/hooks/use-escape.js +2 -0
- package/react/hooks/use-escape.js.map +7 -0
- package/react/hooks/use-event.d.ts +2 -0
- package/react/hooks/use-event.js +2 -0
- package/react/hooks/use-event.js.map +7 -0
- package/react/hooks/use-is-mounted.d.ts +1 -0
- package/react/hooks/use-is-mounted.js +2 -0
- package/react/hooks/use-is-mounted.js.map +7 -0
- package/react/hooks/use-toggle.d.ts +2 -0
- package/react/hooks/use-toggle.js +2 -0
- package/react/hooks/use-toggle.js.map +7 -0
- package/react/icons/16/add.d.ts +3 -0
- package/react/icons/16/add.js +2 -0
- package/react/icons/16/add.js.map +7 -0
- package/react/icons/16/close.d.ts +3 -0
- package/react/icons/16/close.js +2 -0
- package/react/icons/16/close.js.map +7 -0
- package/react/icons/16/error.d.ts +3 -0
- package/react/icons/16/error.js +2 -0
- package/react/icons/16/error.js.map +7 -0
- package/react/icons/16/fistbump.d.ts +3 -0
- package/react/icons/16/fistbump.js +2 -0
- package/react/icons/16/fistbump.js.map +7 -0
- package/react/icons/16/info.d.ts +3 -0
- package/react/icons/16/info.js +2 -0
- package/react/icons/16/info.js.map +7 -0
- package/react/icons/16/send.d.ts +3 -0
- package/react/icons/16/send.js +2 -0
- package/react/icons/16/send.js.map +7 -0
- package/react/icons/18/arrow-down.d.ts +3 -0
- package/react/icons/18/arrow-down.js +2 -0
- package/react/icons/18/arrow-down.js.map +7 -0
- package/react/icons/18/close.d.ts +3 -0
- package/react/icons/18/close.js +2 -0
- package/react/icons/18/close.js.map +7 -0
- package/react/icons/18/confirm.d.ts +3 -0
- package/react/icons/18/confirm.js +2 -0
- package/react/icons/18/confirm.js.map +7 -0
- package/react/icons/18/error.d.ts +3 -0
- package/react/icons/18/error.js +2 -0
- package/react/icons/18/error.js.map +7 -0
- package/react/icons/18/info.d.ts +3 -0
- package/react/icons/18/info.js +2 -0
- package/react/icons/18/info.js.map +7 -0
- package/react/icons/18/warning-sign.d.ts +3 -0
- package/react/icons/18/warning-sign.js +2 -0
- package/react/icons/18/warning-sign.js.map +7 -0
- package/react/icons/24/arrow-down.d.ts +3 -0
- package/react/icons/24/arrow-down.js +2 -0
- package/react/icons/24/arrow-down.js.map +7 -0
- package/react/icons/24/arrow-right.d.ts +3 -0
- package/react/icons/24/arrow-right.js +2 -0
- package/react/icons/24/arrow-right.js.map +7 -0
- package/react/icons/24/arrow-up.d.ts +3 -0
- package/react/icons/24/arrow-up.js +2 -0
- package/react/icons/24/arrow-up.js.map +7 -0
- package/react/icons/24/close.d.ts +3 -0
- package/react/icons/24/close.js +2 -0
- package/react/icons/24/close.js.map +7 -0
- package/react/icons/24/remove.d.ts +3 -0
- package/react/icons/24/remove.js +2 -0
- package/react/icons/24/remove.js.map +7 -0
- package/react/icons/24/search.d.ts +3 -0
- package/react/icons/24/search.js +2 -0
- package/react/icons/24/search.js.map +7 -0
- package/react/indexed-access-type.js +1 -0
- package/react/indexed-access-type.js.map +7 -0
- package/react/link/index.js +2 -0
- package/react/link/index.js.map +7 -0
- package/react/link/link.d.ts +9 -0
- package/react/link/link.js +2 -0
- package/react/link/link.js.map +7 -0
- package/react/link/link.types.d.ts +29 -0
- package/react/link/link.types.js +2 -0
- package/react/link/link.types.js.map +7 -0
- package/react/link-button/index.js +2 -0
- package/react/link-button/index.js.map +7 -0
- package/react/link-button/link-button.d.ts +8 -0
- package/react/link-button/link-button.js +2 -0
- package/react/link-button/link-button.js.map +7 -0
- package/react/link-button/{link-button.types.ts → link-button.types.d.ts} +0 -1
- package/react/link-button/link-button.types.js +1 -0
- package/react/link-button/link-button.types.js.map +7 -0
- package/react/link-card/index.js +2 -0
- package/react/link-card/index.js.map +7 -0
- package/react/link-card/link-card.d.ts +4 -0
- package/react/link-card/link-card.js +2 -0
- package/react/link-card/link-card.js.map +7 -0
- package/react/link-card/link-card.types.d.ts +5 -0
- package/react/link-card/link-card.types.js +1 -0
- package/react/link-card/link-card.types.js.map +7 -0
- package/react/logos/e-avatar.d.ts +3 -0
- package/react/logos/e-avatar.js +2 -0
- package/react/logos/e-avatar.js.map +7 -0
- package/react/logos/elixia-anniversary-light.d.ts +3 -0
- package/react/logos/elixia-anniversary-light.js +2 -0
- package/react/logos/elixia-anniversary-light.js.map +7 -0
- package/react/logos/elixia-letter.d.ts +3 -0
- package/react/logos/elixia-letter.js +2 -0
- package/react/logos/elixia-letter.js.map +7 -0
- package/react/logos/elixia-pride-dark.d.ts +3 -0
- package/react/logos/elixia-pride-dark.js +2 -0
- package/react/logos/elixia-pride-dark.js.map +7 -0
- package/react/logos/elixia-pride-light.d.ts +3 -0
- package/react/logos/elixia-pride-light.js +2 -0
- package/react/logos/elixia-pride-light.js.map +7 -0
- package/react/logos/elixia-small.d.ts +3 -0
- package/react/logos/elixia-small.js +2 -0
- package/react/logos/elixia-small.js.map +7 -0
- package/react/logos/elixia.d.ts +3 -0
- package/react/logos/elixia.js +2 -0
- package/react/logos/elixia.js.map +7 -0
- package/react/logos/index.js +2 -0
- package/react/logos/index.js.map +7 -0
- package/react/logos/s-avatar.d.ts +3 -0
- package/react/logos/s-avatar.js +2 -0
- package/react/logos/s-avatar.js.map +7 -0
- package/react/logos/sats-anniversary-light.d.ts +3 -0
- package/react/logos/sats-anniversary-light.js +2 -0
- package/react/logos/sats-anniversary-light.js.map +7 -0
- package/react/logos/sats-letter.d.ts +3 -0
- package/react/logos/sats-letter.js +2 -0
- package/react/logos/sats-letter.js.map +7 -0
- package/react/logos/sats-pride-dark.d.ts +3 -0
- package/react/logos/sats-pride-dark.js +2 -0
- package/react/logos/sats-pride-dark.js.map +7 -0
- package/react/logos/sats-pride-light.d.ts +3 -0
- package/react/logos/sats-pride-light.js +2 -0
- package/react/logos/sats-pride-light.js.map +7 -0
- package/react/logos/sats-small.d.ts +3 -0
- package/react/logos/sats-small.js +2 -0
- package/react/logos/sats-small.js.map +7 -0
- package/react/logos/sats.d.ts +3 -0
- package/react/logos/sats.js +2 -0
- package/react/logos/sats.js.map +7 -0
- package/react/message/hook/use-message.d.ts +3 -0
- package/react/message/hook/use-message.js +2 -0
- package/react/message/hook/use-message.js.map +7 -0
- package/react/message/index.js +2 -0
- package/react/message/index.js.map +7 -0
- package/react/message/message.d.ts +6 -0
- package/react/message/message.js +2 -0
- package/react/message/message.js.map +7 -0
- package/react/message/message.types.d.ts +23 -0
- package/react/message/message.types.js +2 -0
- package/react/message/message.types.js.map +7 -0
- package/react/message/publish.d.ts +3 -0
- package/react/message/publish.js +2 -0
- package/react/message/publish.js.map +7 -0
- package/react/message-field/index.js +2 -0
- package/react/message-field/index.js.map +7 -0
- package/react/message-field/message-field.d.ts +7 -0
- package/react/message-field/message-field.js +2 -0
- package/react/message-field/message-field.js.map +7 -0
- package/react/message-field/message-field.types.d.ts +21 -0
- package/react/message-field/message-field.types.js +2 -0
- package/react/message-field/message-field.types.js.map +7 -0
- package/react/modal/index.js +2 -0
- package/react/modal/index.js.map +7 -0
- package/react/modal/modal.d.ts +6 -0
- package/react/modal/modal.js +2 -0
- package/react/modal/modal.js.map +7 -0
- package/react/modal/modal.types.d.ts +32 -0
- package/react/modal/modal.types.js +2 -0
- package/react/modal/modal.types.js.map +7 -0
- package/react/modal/tab-trapper.d.ts +6 -0
- package/react/modal/tab-trapper.js +2 -0
- package/react/modal/tab-trapper.js.map +7 -0
- package/react/progress-bar/index.js +2 -0
- package/react/progress-bar/index.js.map +7 -0
- package/react/progress-bar/progress-bar.d.ts +9 -0
- package/react/progress-bar/progress-bar.js +2 -0
- package/react/progress-bar/progress-bar.js.map +7 -0
- package/react/progress-bar/progress-bar.types.d.ts +30 -0
- package/react/progress-bar/progress-bar.types.js +2 -0
- package/react/progress-bar/progress-bar.types.js.map +7 -0
- package/react/radio/index.js +2 -0
- package/react/radio/index.js.map +7 -0
- package/react/radio/radio.d.ts +17 -0
- package/react/radio/radio.js +2 -0
- package/react/radio/radio.js.map +7 -0
- package/react/radio/radio.types.d.ts +13 -0
- package/react/radio/radio.types.js +2 -0
- package/react/radio/radio.types.js.map +7 -0
- package/react/scale-bar/index.js +2 -0
- package/react/scale-bar/index.js.map +7 -0
- package/react/scale-bar/scale-bar.d.ts +4 -0
- package/react/scale-bar/scale-bar.js +2 -0
- package/react/scale-bar/scale-bar.js.map +7 -0
- package/react/scale-bar/scale-bar.types.d.ts +4 -0
- package/react/scale-bar/scale-bar.types.js +1 -0
- package/react/scale-bar/scale-bar.types.js.map +7 -0
- package/react/search/index.js +2 -0
- package/react/search/index.js.map +7 -0
- package/react/search/search.d.ts +28 -0
- package/react/search/search.js +2 -0
- package/react/search/search.js.map +7 -0
- package/react/search/search.types.d.ts +39 -0
- package/react/search/search.types.js +2 -0
- package/react/search/search.types.js.map +7 -0
- package/react/select/index.js +2 -0
- package/react/select/index.js.map +7 -0
- package/react/select/select.d.ts +10 -0
- package/react/select/select.js +2 -0
- package/react/select/select.js.map +7 -0
- package/react/select/select.scss +14 -0
- package/react/select/select.types.d.ts +21 -0
- package/react/select/select.types.js +2 -0
- package/react/select/select.types.js.map +7 -0
- package/react/select-option/index.js +2 -0
- package/react/select-option/index.js.map +7 -0
- package/react/select-option/{select-option.tsx → select-option.d.ts} +1 -12
- package/react/select-option/select-option.js +2 -0
- package/react/select-option/select-option.js.map +7 -0
- package/react/select-option/select-option.types.d.ts +6 -0
- package/react/select-option/select-option.types.js +1 -0
- package/react/select-option/select-option.types.js.map +7 -0
- package/react/tag/index.js +2 -0
- package/react/tag/index.js.map +7 -0
- package/react/tag/tag.d.ts +7 -0
- package/react/tag/tag.js +2 -0
- package/react/tag/tag.js.map +7 -0
- package/react/tag/tag.types.d.ts +26 -0
- package/react/tag/tag.types.js +2 -0
- package/react/tag/tag.types.js.map +7 -0
- package/react/text/index.js +2 -0
- package/react/text/index.js.map +7 -0
- package/react/text/text.d.ts +7 -0
- package/react/text/text.js +2 -0
- package/react/text/text.js.map +7 -0
- package/react/text/text.types.d.ts +27 -0
- package/react/text/text.types.js +2 -0
- package/react/text/text.types.js.map +7 -0
- package/react/text-area/index.js +2 -0
- package/react/text-area/index.js.map +7 -0
- package/react/text-area/text-area.d.ts +20 -0
- package/react/text-area/text-area.js +2 -0
- package/react/text-area/text-area.js.map +7 -0
- package/react/text-area/text-area.types.d.ts +21 -0
- package/react/text-area/text-area.types.js +2 -0
- package/react/text-area/text-area.types.js.map +7 -0
- package/react/text-input/index.js +2 -0
- package/react/text-input/index.js.map +7 -0
- package/react/text-input/text-input.d.ts +18 -0
- package/react/text-input/text-input.js +2 -0
- package/react/text-input/text-input.js.map +7 -0
- package/react/text-input/text-input.types.d.ts +21 -0
- package/react/text-input/text-input.types.js +2 -0
- package/react/text-input/text-input.types.js.map +7 -0
- package/react/toggle/index.js +2 -0
- package/react/toggle/index.js.map +7 -0
- package/react/toggle/toggle.d.ts +13 -0
- package/react/toggle/toggle.js +2 -0
- package/react/toggle/toggle.js.map +7 -0
- package/react/toggle/toggle.types.d.ts +10 -0
- package/react/toggle/toggle.types.js +1 -0
- package/react/toggle/toggle.types.js.map +7 -0
- package/react/toolbox/index.js +2 -0
- package/react/toolbox/index.js.map +7 -0
- package/react/toolbox/toolbox.d.ts +4 -0
- package/react/toolbox/toolbox.js +2 -0
- package/react/toolbox/toolbox.js.map +7 -0
- package/react/toolbox/toolbox.types.d.ts +34 -0
- package/react/toolbox/toolbox.types.js +2 -0
- package/react/toolbox/toolbox.types.js.map +7 -0
- package/react/ts/debounce.d.ts +1 -0
- package/react/ts/debounce.js +2 -0
- package/react/ts/debounce.js.map +7 -0
- package/react/{types.ts → types.d.ts} +4 -19
- package/react/types.js +1 -0
- package/react/types.js.map +7 -0
- package/react/use-input-validation.d.ts +4 -0
- package/react/use-input-validation.js +2 -0
- package/react/use-input-validation.js.map +7 -0
- package/react/use-input-validation.types.d.ts +13 -0
- package/react/use-input-validation.types.js +1 -0
- package/react/use-input-validation.types.js.map +7 -0
- package/react/visually-button/index.js +2 -0
- package/react/visually-button/index.js.map +7 -0
- package/react/visually-button/maps.d.ts +6 -0
- package/react/visually-button/maps.js +2 -0
- package/react/visually-button/maps.js.map +7 -0
- package/react/visually-button/visually-button.d.ts +8 -0
- package/react/visually-button/visually-button.js +2 -0
- package/react/visually-button/visually-button.js.map +7 -0
- package/react/visually-button/visually-button.types.d.ts +46 -0
- package/react/visually-button/visually-button.types.js +2 -0
- package/react/visually-button/visually-button.types.js.map +7 -0
- package/react/visually-hidden/index.js +2 -0
- package/react/visually-hidden/index.js.map +7 -0
- package/react/visually-hidden/visually-hidden.d.ts +3 -0
- package/react/visually-hidden/visually-hidden.js +2 -0
- package/react/visually-hidden/visually-hidden.js.map +7 -0
- package/.nvmrc +0 -1
- package/catalog-info.yaml +0 -14
- package/eslint.config.mjs +0 -93
- package/react/add-bem-modifiers.ts +0 -51
- package/react/badge/badge.tsx +0 -28
- package/react/badge/badge.types.ts +0 -34
- package/react/banner/banner.tsx +0 -93
- package/react/banner/banner.types.ts +0 -10
- package/react/bomb/bomb.tsx +0 -19
- package/react/bomb/bomb.types.ts +0 -1
- package/react/button/button.tsx +0 -23
- package/react/checkbox/checkbox.tsx +0 -176
- package/react/checkbox/checkbox.types.ts +0 -19
- package/react/chip/chip.tsx +0 -37
- package/react/chip/chip.types.ts +0 -18
- package/react/chip/remove.tsx +0 -14
- package/react/chip-selected/chip-selected.tsx +0 -102
- package/react/chip-selected/chip-selected.types.ts +0 -11
- package/react/collapse/collapse.tsx +0 -179
- package/react/collapse/collapse.types.ts +0 -13
- package/react/components.ts +0 -83
- package/react/confirmation/confirmation.tsx +0 -90
- package/react/confirmation/confirmation.types.ts +0 -25
- package/react/context-menu/context-menu.tsx +0 -201
- package/react/context-menu/context-menu.types.ts +0 -71
- package/react/cropped-image/cropped-image.tsx +0 -36
- package/react/cropped-image/cropped-image.types.ts +0 -26
- package/react/div-button/div-button.tsx +0 -15
- package/react/dropdown-list/dropdown-list.tsx +0 -116
- package/react/dropdown-list/dropdown-list.types.ts +0 -17
- package/react/expander/expander.tsx +0 -170
- package/react/expander/expander.types.ts +0 -33
- package/react/filter/filter.tsx +0 -99
- package/react/filter/filter.types.ts +0 -8
- package/react/filter-wrapper/filter-wrapper.tsx +0 -24
- package/react/filter-wrapper/filter-wrapper.types.ts +0 -10
- package/react/flag/flag.tsx +0 -27
- package/react/flag/flag.types.ts +0 -17
- package/react/form-content/checkbox-category.tsx +0 -183
- package/react/form-content/form-content.checkbox-list.tsx +0 -126
- package/react/form-content/form-content.checkbox-list.types.ts +0 -36
- package/react/form-content/form-content.radio-list.tsx +0 -58
- package/react/form-content/form-content.range.tsx +0 -20
- package/react/form-content/form-content.search.tsx +0 -47
- package/react/form-content/form-content.tsx +0 -96
- package/react/form-content/form-content.types.ts +0 -55
- package/react/hooks/focus-previous-element.ts +0 -30
- package/react/hooks/is-running-on-client.ts +0 -1
- package/react/hooks/use-click-outside.ts +0 -23
- package/react/hooks/use-escape.ts +0 -18
- package/react/hooks/use-event.ts +0 -29
- package/react/hooks/use-is-mounted.ts +0 -11
- package/react/hooks/use-toggle.ts +0 -19
- package/react/icons/16/add.tsx +0 -13
- package/react/icons/16/close.tsx +0 -12
- package/react/icons/16/error.tsx +0 -23
- package/react/icons/16/fistbump.tsx +0 -13
- package/react/icons/16/info.tsx +0 -17
- package/react/icons/16/send.tsx +0 -13
- package/react/icons/18/arrow-down.tsx +0 -13
- package/react/icons/18/close.tsx +0 -18
- package/react/icons/18/confirm.tsx +0 -19
- package/react/icons/18/error.tsx +0 -23
- package/react/icons/18/info.tsx +0 -17
- package/react/icons/18/warning-sign.tsx +0 -23
- package/react/icons/24/arrow-down.tsx +0 -14
- package/react/icons/24/arrow-right.tsx +0 -14
- package/react/icons/24/arrow-up.tsx +0 -14
- package/react/icons/24/close.tsx +0 -12
- package/react/icons/24/remove.tsx +0 -12
- package/react/icons/24/search.tsx +0 -10
- package/react/icons/icons.md +0 -3
- package/react/link/link.tsx +0 -62
- package/react/link/link.types.ts +0 -37
- package/react/link-button/link-button.tsx +0 -17
- package/react/link-card/link-card.tsx +0 -24
- package/react/link-card/link-card.types.ts +0 -5
- package/react/logos/e-avatar.tsx +0 -12
- package/react/logos/elixia-anniversary-light.tsx +0 -70
- package/react/logos/elixia-letter.tsx +0 -12
- package/react/logos/elixia-pride-dark.tsx +0 -102
- package/react/logos/elixia-pride-light.tsx +0 -102
- package/react/logos/elixia-small.tsx +0 -12
- package/react/logos/elixia.tsx +0 -12
- package/react/logos/s-avatar.tsx +0 -12
- package/react/logos/sats-anniversary-light.tsx +0 -76
- package/react/logos/sats-letter.tsx +0 -12
- package/react/logos/sats-pride-dark.tsx +0 -102
- package/react/logos/sats-pride-light.tsx +0 -102
- package/react/logos/sats-small.tsx +0 -12
- package/react/logos/sats.tsx +0 -12
- package/react/message/hook/use-message.ts +0 -22
- package/react/message/message.tsx +0 -60
- package/react/message/message.types.ts +0 -39
- package/react/message/publish.ts +0 -19
- package/react/message-field/message-field.tsx +0 -70
- package/react/message-field/message-field.types.ts +0 -24
- package/react/modal/modal.tsx +0 -131
- package/react/modal/modal.types.ts +0 -36
- package/react/modal/tab-trapper.tsx +0 -68
- package/react/progress-bar/progress-bar.tsx +0 -81
- package/react/progress-bar/progress-bar.types.ts +0 -35
- package/react/radio/radio.tsx +0 -87
- package/react/radio/radio.types.ts +0 -15
- package/react/scale-bar/scale-bar.tsx +0 -29
- package/react/scale-bar/scale-bar.types.ts +0 -4
- package/react/search/search.tsx +0 -267
- package/react/search/search.types.ts +0 -44
- package/react/select/select.tsx +0 -127
- package/react/select/select.types.ts +0 -25
- package/react/select-option/select-option.types.ts +0 -8
- package/react/tag/tag.tsx +0 -26
- package/react/tag/tag.types.ts +0 -30
- package/react/text/text.tsx +0 -40
- package/react/text/text.types.ts +0 -29
- package/react/text-area/text-area.tsx +0 -153
- package/react/text-area/text-area.types.ts +0 -24
- package/react/text-input/text-input.tsx +0 -160
- package/react/text-input/text-input.types.ts +0 -24
- package/react/toggle/toggle.tsx +0 -85
- package/react/toggle/toggle.types.ts +0 -11
- package/react/toolbox/toolbox.tsx +0 -43
- package/react/toolbox/toolbox.types.ts +0 -39
- package/react/ts/debounce.ts +0 -12
- package/react/use-input-validation.ts +0 -60
- package/react/use-input-validation.types.ts +0 -13
- package/react/visually-button/maps.ts +0 -36
- package/react/visually-button/visually-button.tsx +0 -111
- package/react/visually-button/visually-button.types.ts +0 -59
- package/react/visually-hidden/visually-hidden.tsx +0 -10
- /package/react/badge/{index.ts → index.d.ts} +0 -0
- /package/react/banner/{index.ts → index.d.ts} +0 -0
- /package/react/bomb/{index.ts → index.d.ts} +0 -0
- /package/react/button/{index.ts → index.d.ts} +0 -0
- /package/react/checkbox/{index.ts → index.d.ts} +0 -0
- /package/react/chip/{index.ts → index.d.ts} +0 -0
- /package/react/chip-selected/{index.ts → index.d.ts} +0 -0
- /package/react/collapse/{index.ts → index.d.ts} +0 -0
- /package/react/confirmation/{index.ts → index.d.ts} +0 -0
- /package/react/context-menu/{index.ts → index.d.ts} +0 -0
- /package/react/cropped-image/{index.ts → index.d.ts} +0 -0
- /package/react/div-button/{index.ts → index.d.ts} +0 -0
- /package/react/dropdown-list/{index.ts → index.d.ts} +0 -0
- /package/react/expander/{index.ts → index.d.ts} +0 -0
- /package/react/filter/{index.ts → index.d.ts} +0 -0
- /package/react/filter-wrapper/{index.ts → index.d.ts} +0 -0
- /package/react/flag/{index.ts → index.d.ts} +0 -0
- /package/react/form-content/{index.ts → index.d.ts} +0 -0
- /package/react/hidden-input/{index.ts → index.d.ts} +0 -0
- /package/react/{indexed-access-type.ts → indexed-access-type.d.ts} +0 -0
- /package/react/link/{index.ts → index.d.ts} +0 -0
- /package/react/link-button/{index.ts → index.d.ts} +0 -0
- /package/react/link-card/{index.ts → index.d.ts} +0 -0
- /package/react/logos/{index.ts → index.d.ts} +0 -0
- /package/react/message/{index.ts → index.d.ts} +0 -0
- /package/react/message-field/{index.ts → index.d.ts} +0 -0
- /package/react/modal/{index.ts → index.d.ts} +0 -0
- /package/react/progress-bar/{index.ts → index.d.ts} +0 -0
- /package/react/radio/{index.ts → index.d.ts} +0 -0
- /package/react/scale-bar/{index.ts → index.d.ts} +0 -0
- /package/react/search/{index.ts → index.d.ts} +0 -0
- /package/react/select/{index.ts → index.d.ts} +0 -0
- /package/react/select-option/{index.ts → index.d.ts} +0 -0
- /package/react/tag/{index.ts → index.d.ts} +0 -0
- /package/react/text/{index.ts → index.d.ts} +0 -0
- /package/react/text-area/{index.ts → index.d.ts} +0 -0
- /package/react/text-input/{index.ts → index.d.ts} +0 -0
- /package/react/toggle/{index.ts → index.d.ts} +0 -0
- /package/react/toolbox/{index.ts → index.d.ts} +0 -0
- /package/react/visually-button/{index.ts → index.d.ts} +0 -0
- /package/react/visually-hidden/{index.ts → index.d.ts} +0 -0
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import classNames from 'classnames';
|
|
3
|
-
|
|
4
|
-
import Button from '../button';
|
|
5
|
-
import Close from '../icons/24/close';
|
|
6
|
-
import Text from '../text';
|
|
7
|
-
|
|
8
|
-
import CheckboxList from './form-content.checkbox-list';
|
|
9
|
-
import RadioList from './form-content.radio-list';
|
|
10
|
-
import Range from './form-content.range';
|
|
11
|
-
|
|
12
|
-
import { FormContent as Props } from './form-content.types';
|
|
13
|
-
|
|
14
|
-
import { ContentKeys } from '../form-content/form-content.types';
|
|
15
|
-
import TabTrapper from '../modal/tab-trapper';
|
|
16
|
-
|
|
17
|
-
const Content = (content: Props['content']) => {
|
|
18
|
-
switch (content.key) {
|
|
19
|
-
case ContentKeys.Checkbox: {
|
|
20
|
-
return <CheckboxList {...content} />;
|
|
21
|
-
}
|
|
22
|
-
case ContentKeys.Range: {
|
|
23
|
-
return <Range {...content} />;
|
|
24
|
-
}
|
|
25
|
-
case ContentKeys.Radio: {
|
|
26
|
-
return <RadioList {...content} />;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
const FormContent: React.FC<Props> = ({
|
|
32
|
-
content,
|
|
33
|
-
closeLabel,
|
|
34
|
-
isOpen = false,
|
|
35
|
-
close,
|
|
36
|
-
onSubmit,
|
|
37
|
-
submitLabel,
|
|
38
|
-
title,
|
|
39
|
-
}) => (
|
|
40
|
-
<div className="form-content">
|
|
41
|
-
{isOpen ? <div className="form-content__background-overlay"></div> : null}
|
|
42
|
-
<TabTrapper isActive={isOpen}>
|
|
43
|
-
<div
|
|
44
|
-
className={classNames('form-content__modal', {
|
|
45
|
-
'form-content__modal--open': isOpen,
|
|
46
|
-
})}
|
|
47
|
-
data-test-modal
|
|
48
|
-
>
|
|
49
|
-
<div className="form-content__modal-header">
|
|
50
|
-
<Text
|
|
51
|
-
elementName="span"
|
|
52
|
-
theme={Text.themes.emphasis}
|
|
53
|
-
size={Text.sizes.headline3}
|
|
54
|
-
className="form-content__modal-title"
|
|
55
|
-
>
|
|
56
|
-
{title}
|
|
57
|
-
</Text>
|
|
58
|
-
<div className="form-content__modal-close-small">
|
|
59
|
-
<Button
|
|
60
|
-
iconOnly
|
|
61
|
-
leadingIcon={<Close />}
|
|
62
|
-
onClick={close}
|
|
63
|
-
size={Button.sizes.small}
|
|
64
|
-
text={closeLabel}
|
|
65
|
-
variant={Button.variants.secondary}
|
|
66
|
-
/>
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
69
|
-
<div className="form-content__modal-content">{Content(content)}</div>
|
|
70
|
-
<div className="form-content__modal-action-wrapper">
|
|
71
|
-
<div className="form-content__modal-actions">
|
|
72
|
-
<div className="form-content__modal-close-large">
|
|
73
|
-
<Button
|
|
74
|
-
data-testid="close-form-content-modal"
|
|
75
|
-
variant={Button.variants.secondary}
|
|
76
|
-
size={Button.sizes.basic}
|
|
77
|
-
text={closeLabel}
|
|
78
|
-
onClick={close}
|
|
79
|
-
/>
|
|
80
|
-
</div>
|
|
81
|
-
<Button
|
|
82
|
-
className="form-content__submit"
|
|
83
|
-
variant={Button.variants.primary}
|
|
84
|
-
size={Button.sizes.basic}
|
|
85
|
-
type="submit"
|
|
86
|
-
text={submitLabel}
|
|
87
|
-
onClick={onSubmit}
|
|
88
|
-
/>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
</div>
|
|
92
|
-
</TabTrapper>
|
|
93
|
-
</div>
|
|
94
|
-
);
|
|
95
|
-
|
|
96
|
-
export default FormContent;
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import type { Radio } from '../radio/radio.types';
|
|
2
|
-
import type { Range } from './form-content.range.types';
|
|
3
|
-
import type { Search as SearchProps } from '../search/search.types';
|
|
4
|
-
import type { CheckboxList } from './form-content.checkbox-list.types';
|
|
5
|
-
|
|
6
|
-
export enum ContentKeys {
|
|
7
|
-
Radio = 'radio',
|
|
8
|
-
Range = 'range',
|
|
9
|
-
Checkbox = 'checkbox',
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export type SearchItem = { key: string; label: string };
|
|
13
|
-
|
|
14
|
-
export type Search = {
|
|
15
|
-
searchKeys: string[];
|
|
16
|
-
searchDataset: SearchItem[];
|
|
17
|
-
searchInput: SearchProps;
|
|
18
|
-
searchTerm?: (arg: string) => void;
|
|
19
|
-
searchResult?: (arg: SearchItem[]) => void;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
type RadioListBase = {
|
|
23
|
-
key: ContentKeys.Radio;
|
|
24
|
-
categories: {
|
|
25
|
-
header?: string;
|
|
26
|
-
options: Radio[];
|
|
27
|
-
id: string;
|
|
28
|
-
}[];
|
|
29
|
-
setSelectedValue?: (id: string, value: string) => void;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
type RadioListSearch = RadioListBase & {
|
|
33
|
-
searchProps: Search;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
export type RadioList = RadioListBase | RadioListSearch;
|
|
37
|
-
|
|
38
|
-
type FormContentBase = {
|
|
39
|
-
closeLabel: string;
|
|
40
|
-
isOpen?: boolean;
|
|
41
|
-
close?: () => void;
|
|
42
|
-
onSubmit?: () => void;
|
|
43
|
-
submitLabel: string;
|
|
44
|
-
title: string;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export type FormContentDropdownList = FormContentBase & {
|
|
48
|
-
content: RadioList;
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
export type FormContentFilter = FormContentBase & {
|
|
52
|
-
content: Range | CheckboxList | RadioList;
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
export type FormContent = FormContentDropdownList | FormContentFilter;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { RefObject, useEffect, useRef } from 'react';
|
|
2
|
-
|
|
3
|
-
const focusRef = (ref: React.RefObject<HTMLElement | null>): void => {
|
|
4
|
-
ref?.current?.focus();
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
const focusPreviousElement = (
|
|
8
|
-
modal: RefObject<HTMLElement | null>,
|
|
9
|
-
isActive?: boolean,
|
|
10
|
-
) => {
|
|
11
|
-
const previouslyFocusedElement = useRef<HTMLElement | null>(null);
|
|
12
|
-
|
|
13
|
-
const focusContent = () => focusRef(modal);
|
|
14
|
-
useEffect(() => {
|
|
15
|
-
if (modal.current && isActive) {
|
|
16
|
-
previouslyFocusedElement.current = document.activeElement as HTMLElement;
|
|
17
|
-
focusContent();
|
|
18
|
-
return;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
if (!isActive) {
|
|
22
|
-
focusRef(previouslyFocusedElement);
|
|
23
|
-
}
|
|
24
|
-
}, [isActive]);
|
|
25
|
-
|
|
26
|
-
// NOTE: This happens on unmount only
|
|
27
|
-
useEffect(() => () => focusRef(previouslyFocusedElement), []);
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
export default focusPreviousElement;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default typeof window !== 'undefined';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
import useEvent from './use-event';
|
|
4
|
-
|
|
5
|
-
/** Executes the provided callback when a click event occurs outside of the provided ref */
|
|
6
|
-
const useClickOutside = (
|
|
7
|
-
ref: React.RefObject<Element | null>,
|
|
8
|
-
callback: () => void = () => {},
|
|
9
|
-
): void => {
|
|
10
|
-
useEvent<MouseEvent>('mousedown', e => {
|
|
11
|
-
if (
|
|
12
|
-
ref.current &&
|
|
13
|
-
ref?.current !== e.target &&
|
|
14
|
-
// NOTE: Because of react typings we need to cast this, more info: https://stackoverflow.com/a/61164277
|
|
15
|
-
!ref.current.contains(e.target as Node) &&
|
|
16
|
-
e.clientX < document.body.scrollWidth
|
|
17
|
-
) {
|
|
18
|
-
callback();
|
|
19
|
-
}
|
|
20
|
-
});
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
export default useClickOutside;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { useCallback } from 'react';
|
|
2
|
-
|
|
3
|
-
import useEvent from './use-event';
|
|
4
|
-
|
|
5
|
-
const useEscape = (callback: () => void) => {
|
|
6
|
-
const handleKeyDown = useCallback(
|
|
7
|
-
(event: KeyboardEvent) => {
|
|
8
|
-
if (event.code === 'Escape') {
|
|
9
|
-
callback();
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
[callback],
|
|
13
|
-
);
|
|
14
|
-
|
|
15
|
-
useEvent('keydown', handleKeyDown);
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export default useEscape;
|
package/react/hooks/use-event.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { useEffect } from 'react';
|
|
2
|
-
|
|
3
|
-
import isRunningOnClient from './is-running-on-client';
|
|
4
|
-
|
|
5
|
-
const defaultTarget = isRunningOnClient ? window : null;
|
|
6
|
-
|
|
7
|
-
const useEvent = <T extends Event = Event>(
|
|
8
|
-
name: string,
|
|
9
|
-
handler: (event: T) => void,
|
|
10
|
-
target: EventTarget | null = defaultTarget,
|
|
11
|
-
) => {
|
|
12
|
-
useEffect(() => {
|
|
13
|
-
if (!name) {
|
|
14
|
-
return;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
if (!target) {
|
|
18
|
-
return;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
target.addEventListener(name, handler);
|
|
22
|
-
|
|
23
|
-
return () => {
|
|
24
|
-
target.removeEventListener(name, handler);
|
|
25
|
-
};
|
|
26
|
-
}, [name, handler, target]);
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export default useEvent;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { useState } from 'react';
|
|
2
|
-
|
|
3
|
-
const useToggle = (
|
|
4
|
-
initialState: boolean,
|
|
5
|
-
): [
|
|
6
|
-
state: boolean,
|
|
7
|
-
toggle: () => void,
|
|
8
|
-
turnOn: () => void,
|
|
9
|
-
turnOff: () => void,
|
|
10
|
-
] => {
|
|
11
|
-
const [state, setState] = useState(!!initialState);
|
|
12
|
-
const toggle = () => setState(!state);
|
|
13
|
-
const turnOn = () => setState(true);
|
|
14
|
-
const turnOff = () => setState(false);
|
|
15
|
-
|
|
16
|
-
return [state, toggle, turnOn, turnOff];
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export default useToggle;
|
package/react/icons/16/add.tsx
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgAdd = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 16, height: 16, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M8 2.833a.5.5 0 0 1 .5.5V7.5h4.167a.5.5 0 0 1 0 1H8.5v4.167a.5.5 0 0 1-1 0V8.5H3.333a.5.5 0 0 1 0-1H7.5V3.333a.5.5 0 0 1 .5-.5',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
);
|
|
13
|
-
export default SvgAdd;
|
package/react/icons/16/close.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgClose = () => (
|
|
3
|
-
<svg width={16} height={16} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
fillRule="evenodd"
|
|
6
|
-
clipRule="evenodd"
|
|
7
|
-
d="M3.646 3.947a.5.5 0 0 1 .708 0L8 7.594l3.646-3.647a.5.5 0 0 1 .708.708L8.707 8.3l3.647 3.646a.5.5 0 0 1-.708.708L8 9.008l-3.646 3.647a.5.5 0 0 1-.708-.707L7.293 8.3 3.646 4.655a.5.5 0 0 1 0-.708Z"
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
/>
|
|
10
|
-
</svg>
|
|
11
|
-
);
|
|
12
|
-
export default SvgClose;
|
package/react/icons/16/error.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgError = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 16, height: 16, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M4.885.98A.5.5 0 0 1 5.24.833h5.522a.5.5 0 0 1 .354.147l3.905 3.905a.5.5 0 0 1 .147.354v5.522a.5.5 0 0 1-.147.354l-3.905 3.905a.5.5 0 0 1-.354.147H5.24a.5.5 0 0 1-.354-.147L.98 11.115a.5.5 0 0 1-.147-.354V5.24a.5.5 0 0 1 .147-.354zm.561.853L1.834 5.447v5.108l3.612 3.613h5.108l3.613-3.613V5.446l-3.613-3.612z',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
13
|
-
fill: 'currentColor',
|
|
14
|
-
fillRule: 'evenodd',
|
|
15
|
-
d: 'M8.007 4.5c.507.005.9.444.848.948l-.33 3.16a.528.528 0 0 1-1.05 0l-.328-3.16a.86.86 0 0 1 .86-.947',
|
|
16
|
-
clipRule: 'evenodd',
|
|
17
|
-
}),
|
|
18
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
19
|
-
fill: 'currentColor',
|
|
20
|
-
d: 'M8 11.637a.606.606 0 1 0 0-1.213.606.606 0 0 0 0 1.213',
|
|
21
|
-
}),
|
|
22
|
-
);
|
|
23
|
-
export default SvgError;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgFistbump = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 16, height: 16, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M2.29 2.934a2.7 2.7 0 0 1 1.892-.767h7.636c.708 0 1.389.274 1.893.767A2.6 2.6 0 0 1 14.5 4.8v6.933c0 .561-.228 1.096-.63 1.49a2.15 2.15 0 0 1-1.506.61H9.09a2.7 2.7 0 0 1-1.892-.767 2.6 2.6 0 0 1-.79-1.866v-.047a1.88 1.88 0 0 1-1.21-.654 2.15 2.15 0 0 1-1.563.668 2.16 2.16 0 0 1-1.506-.611 2.08 2.08 0 0 1-.63-1.49V4.8c0-.702.285-1.373.79-1.866m3.483 6.141v.258c0 .218.088.428.249.586a.88.88 0 0 0 .948.183.9.9 0 0 0 .281-.183.83.83 0 0 0 .249-.586v-2.32a.5.5 0 0 1 1 0v2.32c0 .218.088.428.249.586a.88.88 0 0 0 .615.248.88.88 0 0 0 .614-.248.82.82 0 0 0 .25-.586v-2.4a.5.5 0 1 1 1 0v2.134c0 .288.116.566.328.774.212.207.503.326.808.326s.595-.119.807-.326.329-.486.329-.774V4.8c0-.43-.174-.844-.489-1.151a1.7 1.7 0 0 0-1.193-.482H4.182c-.45 0-.879.174-1.193.482A1.6 1.6 0 0 0 2.5 4.8v4.267c0 .288.117.566.329.774.212.207.502.326.807.326s.596-.119.808-.326c.21-.206.327-.483.329-.769V6.933a.5.5 0 1 1 1 0v2.142m7.727 1.77a2.164 2.164 0 0 1-2.698-.346q-.059.07-.125.135a1.88 1.88 0 0 1-1.313.533A1.88 1.88 0 0 1 8 10.583a1.9 1.9 0 0 1-.59.419v.198c0 .43.173.844.488 1.151.314.308.743.482 1.193.482h3.273c.305 0 .595-.118.807-.326.212-.207.329-.486.329-.774z',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
);
|
|
13
|
-
export default SvgFistbump;
|
package/react/icons/16/info.tsx
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgInfo = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 16, height: 16, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M1.926 8a6.074 6.074 0 1 0 12.148 0A6.074 6.074 0 0 0 1.926 8M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
13
|
-
fill: 'currentColor',
|
|
14
|
-
d: 'M8.523 11.038v-3.61a.588.588 0 1 0-1.176 0v3.61a.588.588 0 0 0 1.176 0M7.935 5.854a.74.74 0 1 0 0-1.48.74.74 0 0 0 0 1.48',
|
|
15
|
-
}),
|
|
16
|
-
);
|
|
17
|
-
export default SvgInfo;
|
package/react/icons/16/send.tsx
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgSend = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 16, height: 16, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M13.834 2.107c.13.108.19.279.157.445L11.776 13.63a.46.46 0 0 1-.73.279L7.37 11.15l-1.784 2.13a.462.462 0 0 1-.816-.295V9.2L2.185 7.262a.462.462 0 0 1 .105-.798l11.077-4.431a.46.46 0 0 1 .467.074M5.692 9.892v1.822l.937-1.119zm.382-.868 6.763-5.41-1.823 9.116zm4.744-4.977L5.311 8.452 3.395 7.016z',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
);
|
|
13
|
-
export default SvgSend;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgArrowDown = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 18, height: 18, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M4.826 6.7a.6.6 0 0 1 .848 0L9 10.028 12.326 6.7a.6.6 0 1 1 .848.848l-3.75 3.75a.6.6 0 0 1-.848 0l-3.75-3.75a.6.6 0 0 1 0-.848',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
);
|
|
13
|
-
export default SvgArrowDown;
|
package/react/icons/18/close.tsx
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgClose = () => (
|
|
3
|
-
<svg width={18} height={18} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
fillRule="evenodd"
|
|
6
|
-
clipRule="evenodd"
|
|
7
|
-
d="M14.424 3.877a.6.6 0 0 1 0 .848l-9 9a.6.6 0 1 1-.848-.848l9-9a.6.6 0 0 1 .848 0Z"
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
/>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
clipRule="evenodd"
|
|
13
|
-
d="M4.576 3.877a.6.6 0 0 1 .848 0l9 9a.6.6 0 0 1-.848.848l-9-9a.6.6 0 0 1 0-.848Z"
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
export default SvgClose;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgConfirm = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 18, height: 18, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M12.712 6.682a.525.525 0 0 1 0 .743L7.886 12.25 5.288 9.652a.525.525 0 0 1 .742-.742l1.856 1.856 4.084-4.084a.525.525 0 0 1 .742 0',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
13
|
-
fill: 'currentColor',
|
|
14
|
-
fillRule: 'evenodd',
|
|
15
|
-
d: 'M2.926 9a6.074 6.074 0 1 0 12.148 0A6.074 6.074 0 0 0 2.926 9M9 2a7 7 0 1 0 0 14A7 7 0 0 0 9 2',
|
|
16
|
-
clipRule: 'evenodd',
|
|
17
|
-
}),
|
|
18
|
-
);
|
|
19
|
-
export default SvgConfirm;
|
package/react/icons/18/error.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgError = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 18, height: 18, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M5.496 1.102a.56.56 0 0 1 .398-.165h6.212c.15 0 .293.06.398.165l4.394 4.394a.56.56 0 0 1 .165.398v6.212c0 .15-.06.293-.165.398l-4.394 4.394a.56.56 0 0 1-.398.165H5.894a.56.56 0 0 1-.398-.165l-4.394-4.394a.56.56 0 0 1-.165-.398V5.894c0-.15.06-.293.165-.398zm.63.96L2.063 6.128v5.746l4.065 4.065h5.746l4.065-4.065V6.127l-4.065-4.064z',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
13
|
-
fill: 'currentColor',
|
|
14
|
-
fillRule: 'evenodd',
|
|
15
|
-
d: 'M9.008 5.063a.966.966 0 0 1 .953 1.066l-.37 3.556a.594.594 0 0 1-1.182 0L8.04 6.129a.966.966 0 0 1 .968-1.066',
|
|
16
|
-
clipRule: 'evenodd',
|
|
17
|
-
}),
|
|
18
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
19
|
-
fill: 'currentColor',
|
|
20
|
-
d: 'M9 13.09a.682.682 0 1 0 0-1.363.682.682 0 0 0 0 1.364',
|
|
21
|
-
}),
|
|
22
|
-
);
|
|
23
|
-
export default SvgError;
|
package/react/icons/18/info.tsx
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgInfo = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 18, height: 18, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
fillRule: 'evenodd',
|
|
9
|
-
d: 'M2.059 9A6.941 6.941 0 1 0 15.94 9 6.941 6.941 0 0 0 2.06 9M9 1a8 8 0 1 0 0 16A8 8 0 0 0 9 1',
|
|
10
|
-
clipRule: 'evenodd',
|
|
11
|
-
}),
|
|
12
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
13
|
-
fill: 'currentColor',
|
|
14
|
-
d: 'M9.598 12.472V8.347a.672.672 0 0 0-1.344 0v4.125a.672.672 0 0 0 1.344 0M8.926 6.547a.846.846 0 1 0 0-1.691.846.846 0 0 0 0 1.691',
|
|
15
|
-
}),
|
|
16
|
-
);
|
|
17
|
-
export default SvgInfo;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgWarningSign = () =>
|
|
3
|
-
/* @__PURE__ */ React.createElement(
|
|
4
|
-
'svg',
|
|
5
|
-
{ width: 18, height: 18, fill: 'none' },
|
|
6
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
7
|
-
fill: 'currentColor',
|
|
8
|
-
d: 'M9.002 13.896c.377 0 .682-.32.682-.714 0-.395-.305-.715-.682-.715s-.682.32-.682.715.305.714.682.714',
|
|
9
|
-
}),
|
|
10
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
11
|
-
fill: 'currentColor',
|
|
12
|
-
fillRule: 'evenodd',
|
|
13
|
-
d: 'M9.247 6.565a.75.75 0 0 1 .74.828l-.394 3.792a.594.594 0 0 1-1.182 0l-.394-3.796a.75.75 0 0 1 .752-.827z',
|
|
14
|
-
clipRule: 'evenodd',
|
|
15
|
-
}),
|
|
16
|
-
/* @__PURE__ */ React.createElement('path', {
|
|
17
|
-
fill: 'currentColor',
|
|
18
|
-
fillRule: 'evenodd',
|
|
19
|
-
d: 'M15.513 17.041c.263.002.522-.068.75-.202.23-.134.422-.328.559-.563a1.65 1.65 0 0 0 .046-1.568L10.355 1.812a1.6 1.6 0 0 0-.564-.623 1.48 1.48 0 0 0-1.578 0c-.239.15-.434.366-.564.623L1.136 14.708a1.65 1.65 0 0 0 .045 1.567c.137.235.328.429.557.563s.487.204.75.203zM2.141 15.213a.53.53 0 0 0 .014.498.43.43 0 0 0 .152.157.34.34 0 0 0 .175.048h13.039a.34.34 0 0 0 .175-.048.43.43 0 0 0 .153-.157.52.52 0 0 0 .014-.497v-.001L9.35 2.319a.45.45 0 0 0-.159-.179.35.35 0 0 0-.189-.056.35.35 0 0 0-.19.056.45.45 0 0 0-.158.18z',
|
|
20
|
-
clipRule: 'evenodd',
|
|
21
|
-
}),
|
|
22
|
-
);
|
|
23
|
-
export default SvgWarningSign;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgArrowDown = () => (
|
|
3
|
-
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
d="m17 9.5-5 5-5-5"
|
|
6
|
-
stroke="currentColor"
|
|
7
|
-
strokeWidth={1.5}
|
|
8
|
-
strokeMiterlimit={10}
|
|
9
|
-
strokeLinecap="round"
|
|
10
|
-
strokeLinejoin="round"
|
|
11
|
-
/>
|
|
12
|
-
</svg>
|
|
13
|
-
);
|
|
14
|
-
export default SvgArrowDown;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgArrowRight = () => (
|
|
3
|
-
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
d="m9.5 7 5 5-5 5"
|
|
6
|
-
stroke="currentColor"
|
|
7
|
-
strokeWidth={1.5}
|
|
8
|
-
strokeMiterlimit={10}
|
|
9
|
-
strokeLinecap="round"
|
|
10
|
-
strokeLinejoin="round"
|
|
11
|
-
/>
|
|
12
|
-
</svg>
|
|
13
|
-
);
|
|
14
|
-
export default SvgArrowRight;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgArrowUp = () => (
|
|
3
|
-
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
d="m7 14.5 5-5 5 5"
|
|
6
|
-
stroke="currentColor"
|
|
7
|
-
strokeWidth={1.5}
|
|
8
|
-
strokeMiterlimit={10}
|
|
9
|
-
strokeLinecap="round"
|
|
10
|
-
strokeLinejoin="round"
|
|
11
|
-
/>
|
|
12
|
-
</svg>
|
|
13
|
-
);
|
|
14
|
-
export default SvgArrowUp;
|
package/react/icons/24/close.tsx
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgClose = () => (
|
|
3
|
-
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
fillRule="evenodd"
|
|
6
|
-
clipRule="evenodd"
|
|
7
|
-
d="M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z"
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
/>
|
|
10
|
-
</svg>
|
|
11
|
-
);
|
|
12
|
-
export default SvgClose;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgRemove = () => (
|
|
3
|
-
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
fillRule="evenodd"
|
|
6
|
-
clipRule="evenodd"
|
|
7
|
-
d="M12 2.75a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5ZM1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12Zm6.583-4.167a.75.75 0 0 1 1.061 0L12 10.94l3.106-3.106a.75.75 0 0 1 1.06 1.061L13.062 12l3.106 3.106a.75.75 0 0 1-1.061 1.06L12 13.062l-3.106 3.106a.75.75 0 1 1-1.06-1.061L10.938 12 7.833 8.894a.75.75 0 0 1 0-1.06Z"
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
/>
|
|
10
|
-
</svg>
|
|
11
|
-
);
|
|
12
|
-
export default SvgRemove;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
const SvgSearch = () => (
|
|
3
|
-
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
d="m20.47 21.53.53.53L22.06 21l-.53-.53-1.06 1.06Zm-4.65-6.77a.75.75 0 1 0-1.06 1.06l1.06-1.06Zm5.71 5.71-5.71-5.71-1.06 1.06 5.71 5.71 1.06-1.06ZM16.65 10.2a6.45 6.45 0 0 1-6.45 6.45v1.5a7.95 7.95 0 0 0 7.95-7.95h-1.5Zm-6.45 6.45a6.45 6.45 0 0 1-6.45-6.45h-1.5a7.95 7.95 0 0 0 7.95 7.95v-1.5ZM3.75 10.2a6.45 6.45 0 0 1 6.45-6.45v-1.5a7.95 7.95 0 0 0-7.95 7.95h1.5Zm6.45-6.45a6.45 6.45 0 0 1 6.45 6.45h1.5a7.95 7.95 0 0 0-7.95-7.95v1.5Z"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
/>
|
|
8
|
-
</svg>
|
|
9
|
-
);
|
|
10
|
-
export default SvgSearch;
|
package/react/icons/icons.md
DELETED