@pedidopago/ui 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@types/index.d.ts +6 -6
- package/dist/components/Alert/alert.test.d.ts +1 -1
- package/dist/components/Alert/index.d.ts +4 -4
- package/dist/components/Alert/styles.d.ts +10 -10
- package/dist/components/Alert/types.d.ts +42 -42
- package/dist/components/Avatar/avatar.test.d.ts +1 -1
- package/dist/components/Avatar/index.d.ts +4 -4
- package/dist/components/Avatar/styles.d.ts +25 -25
- package/dist/components/Avatar/types.d.ts +15 -15
- package/dist/components/Badge/badge.test.d.ts +1 -1
- package/dist/components/Badge/index.d.ts +4 -4
- package/dist/components/Badge/styles.d.ts +16 -16
- package/dist/components/Badge/types.d.ts +12 -12
- package/dist/components/Button/Button.test.d.ts +1 -1
- package/dist/components/Button/index.d.ts +3 -3
- package/dist/components/Button/styles.d.ts +14 -14
- package/dist/components/Button/types.d.ts +92 -92
- package/dist/components/Card/card.test.d.ts +1 -1
- package/dist/components/Card/index.d.ts +3 -3
- package/dist/components/Card/styles.d.ts +6 -6
- package/dist/components/Card/types.d.ts +17 -17
- package/dist/components/CheckboxInput/checkbox-input.test.d.ts +1 -1
- package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts +4 -4
- package/dist/components/CheckboxInput/index.d.ts +4 -4
- package/dist/components/CheckboxInput/styles.d.ts +30 -30
- package/dist/components/CheckboxInput/types.d.ts +27 -27
- package/dist/components/ChoiceList/index.d.ts +5 -5
- package/dist/components/ChoiceList/styles.d.ts +21 -21
- package/dist/components/ChoiceList/types.d.ts +23 -23
- package/dist/components/CollapseCard/ExpandButton/index.d.ts +3 -3
- package/dist/components/CollapseCard/ExpandButton/styles.d.ts +269 -269
- package/dist/components/CollapseCard/ExpandButton/types.d.ts +5 -5
- package/dist/components/CollapseCard/expand-button.test.d.ts +1 -1
- package/dist/components/CollapseCard/index.d.ts +3 -3
- package/dist/components/CollapseCard/styles.d.ts +268 -268
- package/dist/components/CollapseCard/types.d.ts +12 -12
- package/dist/components/ColorPicker/colorpicker.test.d.ts +1 -1
- package/dist/components/ColorPicker/components/ColorHue.d.ts +4 -4
- package/dist/components/ColorPicker/components/ColorInput.d.ts +4 -4
- package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
- package/dist/components/ColorPicker/components/ColorPointer.d.ts +4 -4
- package/dist/components/ColorPicker/components/ColorSelector.d.ts +4 -4
- package/dist/components/ColorPicker/hooks/useCachedCallback.d.ts +1 -1
- package/dist/components/ColorPicker/hooks/useHsva.d.ts +2 -2
- package/dist/components/ColorPicker/index.d.ts +4 -4
- package/dist/components/ColorPicker/styles.d.ts +44 -44
- package/dist/components/ColorPicker/types.d.ts +73 -73
- package/dist/components/ColorPicker/utils/checkers.d.ts +7 -7
- package/dist/components/ColorPicker/utils/conversors.d.ts +60 -60
- package/dist/components/ColorPicker/utils/parsers.d.ts +27 -27
- package/dist/components/ComposeIcon/index.d.ts +4 -4
- package/dist/components/ComposeIcon/styles.d.ts +10 -10
- package/dist/components/ComposeIcon/types.d.ts +11 -11
- package/dist/components/DateInput/DateInput-example.d.ts +5 -5
- package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
- package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +268 -268
- package/dist/components/DateInput/components/ModalWrapper/types.d.ts +15 -15
- package/dist/components/DateInput/dateInput.test.d.ts +1 -1
- package/dist/components/DateInput/index.d.ts +3 -3
- package/dist/components/DateInput/styles.d.ts +10 -10
- package/dist/components/DateInput/types.d.ts +18 -18
- package/dist/components/DatePicker/components/DatePickerContent.d.ts +3 -3
- package/dist/components/DatePicker/components/DateYearPicker.d.ts +3 -3
- package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts +4 -4
- package/dist/components/DatePicker/styles.d.ts +77 -77
- package/dist/components/DatePicker/types.d.ts +69 -69
- package/dist/components/DatePicker/utils/getMonthName.d.ts +1 -1
- package/dist/components/Dialog/dialog-example.d.ts +3 -3
- package/dist/components/Dialog/dialog.test.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts +3 -3
- package/dist/components/Dialog/styles.d.ts +23 -23
- package/dist/components/Dialog/types.d.ts +30 -30
- package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
- package/dist/components/Dropzone/index.d.ts +4 -4
- package/dist/components/Dropzone/styles.d.ts +55 -55
- package/dist/components/Dropzone/types.d.ts +27 -27
- package/dist/components/Dropzone/utils/accepts.d.ts +10 -10
- package/dist/components/EmojiPicker/Emote/index.d.ts +3 -3
- package/dist/components/EmojiPicker/Emote/styles.d.ts +12 -12
- package/dist/components/EmojiPicker/Emote/types.d.ts +31 -31
- package/dist/components/EmojiPicker/EmotePickerData/constants.d.ts +9 -9
- package/dist/components/EmojiPicker/EmotePickerData/index.d.ts +3 -3
- package/dist/components/EmojiPicker/EmotePickerData/styles.d.ts +17 -17
- package/dist/components/EmojiPicker/EmotePickerData/types.d.ts +9 -9
- package/dist/components/EmojiPicker/EmotePickerData/utils.d.ts +4 -4
- package/dist/components/EmojiPicker/Example/EmotePickerExample.d.ts +3 -3
- package/dist/components/EmojiPicker/animation.d.ts +3 -3
- package/dist/components/EmojiPicker/index.d.ts +3 -3
- package/dist/components/EmojiPicker/styles.d.ts +517 -517
- package/dist/components/EmojiPicker/types.d.ts +20 -20
- package/dist/components/Flex/flex.test.d.ts +1 -1
- package/dist/components/Flex/index.d.ts +4 -4
- package/dist/components/Flex/styles.d.ts +464 -464
- package/dist/components/Flex/types.d.ts +175 -175
- package/dist/components/Grid/grid.test.d.ts +1 -1
- package/dist/components/Grid/index.d.ts +4 -4
- package/dist/components/Grid/styles.d.ts +456 -456
- package/dist/components/Grid/types.d.ts +88 -88
- package/dist/components/Icon/data/beauty.d.ts +8 -8
- package/dist/components/Icon/data/dash.d.ts +8 -8
- package/dist/components/Icon/data/ecommerce.d.ts +8 -8
- package/dist/components/Icon/data/form.d.ts +8 -8
- package/dist/components/Icon/data/health.d.ts +8 -8
- package/dist/components/Icon/data/illustrations.d.ts +8 -8
- package/dist/components/Icon/data/men.d.ts +8 -8
- package/dist/components/Icon/data/payment.d.ts +8 -8
- package/dist/components/Icon/data/pedidoPago.d.ts +8 -8
- package/dist/components/Icon/data/physicalPerfomance.d.ts +8 -8
- package/dist/components/Icon/data/social.d.ts +8 -8
- package/dist/components/Icon/data/status.d.ts +8 -8
- package/dist/components/Icon/data/summer.d.ts +8 -8
- package/dist/components/Icon/data/woman.d.ts +8 -8
- package/dist/components/Icon/icon.test.d.ts +1 -1
- package/dist/components/Icon/index.d.ts +4 -4
- package/dist/components/Icon/scripts/build.d.ts +5 -5
- package/dist/components/Icon/scripts/extractor.d.ts +15 -15
- package/dist/components/Icon/scripts/run-build.d.ts +1 -1
- package/dist/components/Icon/scripts/writers.d.ts +22 -22
- package/dist/components/Icon/styles.d.ts +13 -13
- package/dist/components/Icon/types.d.ts +8 -8
- package/dist/components/Icon/utils/allIcons.d.ts +8 -8
- package/dist/components/Icon/utils/iconExists.d.ts +4 -4
- package/dist/components/IconItem/IconItem.test.d.ts +1 -1
- package/dist/components/IconItem/index.d.ts +4 -4
- package/dist/components/IconItem/styles.d.ts +18 -18
- package/dist/components/IconItem/types.d.ts +22 -22
- package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +5 -0
- package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/AlternativeOrderSvg/index.js +107 -0
- package/dist/components/Illustration/BoletoSvg/index.d.ts +5 -0
- package/dist/components/Illustration/BoletoSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/BoletoSvg/index.js +168 -0
- package/dist/components/Illustration/BoxClosedSvg/index.d.ts +5 -0
- package/dist/components/Illustration/BoxClosedSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/BoxClosedSvg/index.js +99 -0
- package/dist/components/Illustration/BoxDeliverySvg/index.d.ts +5 -0
- package/dist/components/Illustration/BoxDeliverySvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/BoxDeliverySvg/index.js +111 -0
- package/dist/components/Illustration/BoxOpenSvg/index.d.ts +5 -0
- package/dist/components/Illustration/BoxOpenSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/BoxOpenSvg/index.js +108 -0
- package/dist/components/Illustration/CalendarSvg/index.d.ts +5 -0
- package/dist/components/Illustration/CalendarSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/CalendarSvg/index.js +109 -0
- package/dist/components/Illustration/CardSvg/index.d.ts +5 -0
- package/dist/components/Illustration/CardSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/CardSvg/index.js +110 -0
- package/dist/components/Illustration/CollaboratorSvg/index.d.ts +5 -0
- package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/CollaboratorSvg/index.js +99 -0
- package/dist/components/Illustration/InquirySvg/index.d.ts +5 -0
- package/dist/components/Illustration/InquirySvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/InquirySvg/index.js +219 -0
- package/dist/components/Illustration/OrderSvg/index.d.ts +5 -0
- package/dist/components/Illustration/OrderSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/OrderSvg/index.js +135 -0
- package/dist/components/Illustration/PixSvg/index.d.ts +5 -0
- package/dist/components/Illustration/PixSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/PixSvg/index.js +93 -0
- package/dist/components/Illustration/PrescriptionSvg/index.d.ts +5 -0
- package/dist/components/Illustration/PrescriptionSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/PrescriptionSvg/index.js +81 -0
- package/dist/components/Illustration/TransportSvg/index.d.ts +5 -0
- package/dist/components/Illustration/TransportSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/TransportSvg/index.js +102 -0
- package/dist/components/Illustration/illustration.test.d.ts +1 -1
- package/dist/components/Illustration/index.d.ts +4 -4
- package/dist/components/Illustration/styles.d.ts +10 -10
- package/dist/components/Illustration/types.d.ts +11 -11
- package/dist/components/ImageItem/imageFake.d.ts +2 -2
- package/dist/components/ImageItem/index.d.ts +4 -4
- package/dist/components/ImageItem/input.test.d.ts +1 -1
- package/dist/components/ImageItem/styles.d.ts +26 -26
- package/dist/components/ImageItem/types.d.ts +25 -25
- package/dist/components/Input/index.d.ts +4 -4
- package/dist/components/Input/input.test.d.ts +1 -1
- package/dist/components/Input/styles.d.ts +65 -65
- package/dist/components/Input/types.d.ts +30 -30
- package/dist/components/Label/index.d.ts +3 -3
- package/dist/components/Label/label.test.d.ts +1 -1
- package/dist/components/Label/styles.d.ts +6 -6
- package/dist/components/Label/types.d.ts +17 -17
- package/dist/components/LegacyRadio/index.d.ts +4 -4
- package/dist/components/LegacyRadio/legacy-radio.test.d.ts +1 -1
- package/dist/components/LegacyRadio/styles.d.ts +33 -33
- package/dist/components/LegacyRadio/types.d.ts +27 -27
- package/dist/components/List/index.d.ts +4 -4
- package/dist/components/List/list.test.d.ts +1 -1
- package/dist/components/List/styles.d.ts +15 -15
- package/dist/components/List/types.d.ts +8 -8
- package/dist/components/Modal/ModalExample.d.ts +7 -7
- package/dist/components/Modal/index.d.ts +3 -3
- package/dist/components/Modal/modal.test.d.ts +1 -1
- package/dist/components/Modal/styles.d.ts +538 -538
- package/dist/components/Modal/types.d.ts +37 -37
- package/dist/components/MultipleSelect/MultipleSelect.test.d.ts +1 -1
- package/dist/components/MultipleSelect/animations.d.ts +2 -2
- package/dist/components/MultipleSelect/components/InputWrapper/index.d.ts +10 -10
- package/dist/components/MultipleSelect/components/InputWrapper/types.d.ts +4 -4
- package/dist/components/MultipleSelect/components/OptionsArea/index.d.ts +3 -3
- package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +275 -275
- package/dist/components/MultipleSelect/components/OptionsArea/types.d.ts +20 -20
- package/dist/components/MultipleSelect/components/SelectArea/ButtonsArea.d.ts +13 -13
- package/dist/components/MultipleSelect/components/SelectArea/SelectAreaWrapper.d.ts +6 -6
- package/dist/components/MultipleSelect/components/SelectArea/SelectedOptionsArea.d.ts +21 -21
- package/dist/components/MultipleSelect/components/SelectArea/index.d.ts +3 -3
- package/dist/components/MultipleSelect/components/SelectArea/styles.d.ts +18 -18
- package/dist/components/MultipleSelect/components/SelectArea/types.d.ts +22 -22
- package/dist/components/MultipleSelect/components/index.d.ts +3 -3
- package/dist/components/MultipleSelect/index.d.ts +5 -5
- package/dist/components/MultipleSelect/types.d.ts +44 -44
- package/dist/components/NewSelect/Examples/constants.d.ts +4 -4
- package/dist/components/NewSelect/Examples/index.d.ts +4 -4
- package/dist/components/NewSelect/components/Chip/index.d.ts +3 -3
- package/dist/components/NewSelect/components/Chip/styles.d.ts +5 -5
- package/dist/components/NewSelect/components/Chip/types.d.ts +4 -4
- package/dist/components/NewSelect/components/OptionsSelect/index.d.ts +4 -0
- package/dist/components/NewSelect/components/OptionsSelect/index.d.ts.map +1 -0
- package/dist/components/NewSelect/components/OptionsSelect/index.js +56 -0
- package/dist/components/NewSelect/components/OptionsSelect/styles.d.ts +260 -260
- package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +22 -22
- package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +3 -3
- package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
- package/dist/components/NewSelect/components/SelectItem/index.d.ts +3 -3
- package/dist/components/NewSelect/components/SelectItem/styles.d.ts +8 -8
- package/dist/components/NewSelect/components/SelectItem/types.d.ts +2 -2
- package/dist/components/NewSelect/index.d.ts +3 -3
- package/dist/components/NewSelect/multiple/index.d.ts +3 -3
- package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
- package/dist/components/NewSelect/single/index.d.ts +3 -3
- package/dist/components/NewSelect/styles.d.ts +24 -24
- package/dist/components/NewSelect/types.d.ts +44 -44
- package/dist/components/Observer/index.d.ts +6 -6
- package/dist/components/Observer/observer.test.d.ts +1 -1
- package/dist/components/Observer/types.d.ts +6 -6
- package/dist/components/Pagination/hooks/usePagination.d.ts +3 -3
- package/dist/components/Pagination/index.d.ts +3 -3
- package/dist/components/Pagination/pagination.test.d.ts +1 -1
- package/dist/components/Pagination/styles.d.ts +34 -34
- package/dist/components/Pagination/types.d.ts +28 -28
- package/dist/components/Progress/Circle/index.d.ts +3 -3
- package/dist/components/Progress/Circle/styles.d.ts +27 -27
- package/dist/components/Progress/Circle/types.d.ts +18 -18
- package/dist/components/Progress/Linear/index.d.ts +3 -3
- package/dist/components/Progress/Linear/styles.d.ts +15 -15
- package/dist/components/Progress/Linear/types.d.ts +13 -13
- package/dist/components/Progress/getSteps.d.ts +1 -1
- package/dist/components/Progress/index.d.ts +4 -4
- package/dist/components/Progress/progress.test.d.ts +1 -1
- package/dist/components/Progress/types.d.ts +27 -27
- package/dist/components/Radio/components/RadioGroup/index.d.ts +4 -4
- package/dist/components/Radio/components/RadioGroup/styles.d.ts +18 -18
- package/dist/components/Radio/components/RadioGroup/types.d.ts +16 -16
- package/dist/components/Radio/index.d.ts +4 -4
- package/dist/components/Radio/styles.d.ts +9 -9
- package/dist/components/Radio/types.d.ts +5 -5
- package/dist/components/RadioInput/components/ChoiceList/index.d.ts +5 -5
- package/dist/components/RadioInput/components/ChoiceList/index.d.ts.map +1 -1
- package/dist/components/RadioInput/components/ChoiceList/index.js +2 -3
- package/dist/components/RadioInput/index.d.ts +4 -4
- package/dist/components/RadioInput/radio-input.test.d.ts +1 -1
- package/dist/components/RadioInput/styles.d.ts +30 -33
- package/dist/components/RadioInput/styles.d.ts.map +1 -1
- package/dist/components/RadioInput/styles.js +5 -16
- package/dist/components/RadioInput/types.d.ts +26 -27
- package/dist/components/RadioInput/types.d.ts.map +1 -1
- package/dist/components/RadioInput/utils/get-colors-props.d.ts +11 -11
- package/dist/components/Rating/index.d.ts +3 -3
- package/dist/components/Rating/rating.test.d.ts +1 -1
- package/dist/components/Rating/styles.d.ts +18 -18
- package/dist/components/Rating/types.d.ts +19 -19
- package/dist/components/ReactPortal/index.d.ts +7 -7
- package/dist/components/ReactPortal/reactPortal.test.d.ts +1 -1
- package/dist/components/ReactPortal/utils/createWrapperAndApprendToBody.d.ts +1 -1
- package/dist/components/Select/components/OptionsSelect/index.d.ts +3 -3
- package/dist/components/Select/components/OptionsSelect/styles.d.ts +268 -268
- package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
- package/dist/components/Select/index.d.ts +4 -4
- package/dist/components/Select/select.test.d.ts +1 -1
- package/dist/components/Select/styles.d.ts +20 -20
- package/dist/components/Select/types.d.ts +26 -26
- package/dist/components/Skeleton/index.d.ts +4 -4
- package/dist/components/Skeleton/skeleton.test.d.ts +1 -1
- package/dist/components/Skeleton/styles.d.ts +7 -7
- package/dist/components/Skeleton/types.d.ts +40 -40
- package/dist/components/Slider/SliderExample.d.ts +3 -3
- package/dist/components/Slider/components/SliderPointer.d.ts +3 -3
- package/dist/components/Slider/components/SliderRail.d.ts +3 -3
- package/dist/components/Slider/components/SliderSelector.d.ts +17 -17
- package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
- package/dist/components/Slider/index.d.ts +19 -19
- package/dist/components/Slider/slider.test.d.ts +1 -1
- package/dist/components/Slider/styles.d.ts +65 -65
- package/dist/components/Slider/types.d.ts +40 -40
- package/dist/components/Spinner/index.d.ts +4 -4
- package/dist/components/Spinner/spinner.test.d.ts +1 -1
- package/dist/components/Spinner/styles.d.ts +456 -456
- package/dist/components/Spinner/types.d.ts +11 -11
- package/dist/components/Steps/components/StepIcon/index.d.ts +3 -3
- package/dist/components/Steps/components/StepIcon/styles.d.ts +22 -22
- package/dist/components/Steps/components/StepIcon/types.d.ts +15 -15
- package/dist/components/Steps/components/StepIcon/utils.d.ts +4 -4
- package/dist/components/Steps/components/StepIconMobile/index.d.ts +4 -0
- package/dist/components/Steps/components/StepIconMobile/index.d.ts.map +1 -0
- package/dist/components/Steps/components/StepIconMobile/index.js +126 -0
- package/dist/components/Steps/index.d.ts +4 -4
- package/dist/components/Steps/steps.test.d.ts +1 -1
- package/dist/components/Steps/styles.d.ts +47 -47
- package/dist/components/Steps/types.d.ts +20 -20
- package/dist/components/Steps/utils.d.ts +8 -8
- package/dist/components/Switch/index.d.ts +4 -4
- package/dist/components/Switch/styles.d.ts +18 -18
- package/dist/components/Switch/switch.test.d.ts +1 -1
- package/dist/components/Switch/types.d.ts +14 -14
- package/dist/components/Table/components/MenuItem.d.ts +3 -3
- package/dist/components/Table/components/TableSkeleton.d.ts +3 -3
- package/dist/components/Table/components/animations.d.ts +2 -2
- package/dist/components/Table/index.d.ts +3 -3
- package/dist/components/Table/styles.d.ts +33 -33
- package/dist/components/Table/table.test.d.ts +1 -1
- package/dist/components/Table/types.d.ts +55 -55
- package/dist/components/Tabs/TabsExample.d.ts +3 -3
- package/dist/components/Tabs/components/Tab.d.ts +3 -3
- package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
- package/dist/components/Tabs/components/Tabs.d.ts +4 -4
- package/dist/components/Tabs/index.d.ts +3 -3
- package/dist/components/Tabs/styles.d.ts +41 -41
- package/dist/components/Tabs/tabs.test.d.ts +1 -1
- package/dist/components/Tabs/types.d.ts +50 -50
- package/dist/components/Tag/index.d.ts +4 -4
- package/dist/components/Tag/styles.d.ts +1374 -1374
- package/dist/components/Tag/tag.test.d.ts +1 -1
- package/dist/components/Tag/types.d.ts +10 -10
- package/dist/components/TextAreaInput/index.d.ts +4 -4
- package/dist/components/TextAreaInput/styles.d.ts +18 -18
- package/dist/components/TextAreaInput/text-area-input.test.d.ts +1 -1
- package/dist/components/TextAreaInput/types.d.ts +26 -26
- package/dist/components/Thumbnail/index.d.ts +3 -3
- package/dist/components/Thumbnail/styles.d.ts +38 -38
- package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
- package/dist/components/Thumbnail/types.d.ts +20 -20
- package/dist/components/Thumbnail/utils/index.d.ts +2 -2
- package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
- package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
- package/dist/components/TimeInput/constants.d.ts +4 -4
- package/dist/components/TimeInput/index.d.ts +4 -4
- package/dist/components/TimeInput/styles.d.ts +16 -16
- package/dist/components/TimeInput/types.d.ts +4 -4
- package/dist/components/TimeInput/utils.d.ts +9 -9
- package/dist/components/Timeline/components/Timeline.d.ts +3 -3
- package/dist/components/Timeline/components/TimelineContent.d.ts +3 -3
- package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
- package/dist/components/Timeline/components/TimelineSeparator.d.ts +3 -3
- package/dist/components/Timeline/index.d.ts +4 -4
- package/dist/components/Timeline/styles.d.ts +31 -31
- package/dist/components/Timeline/timeline.test.d.ts +1 -1
- package/dist/components/Timeline/types.d.ts +19 -19
- package/dist/components/Toast/button-example.d.ts +6 -6
- package/dist/components/Toast/components/Toast.d.ts +4 -4
- package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
- package/dist/components/Toast/hooks/useToast.d.ts +2 -2
- package/dist/components/Toast/index.d.ts +3 -3
- package/dist/components/Toast/styles.d.ts +22 -22
- package/dist/components/Toast/toast.test.d.ts +1 -1
- package/dist/components/Toast/types.d.ts +29 -29
- package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
- package/dist/components/Tooltip/example.d.ts +2 -2
- package/dist/components/Tooltip/index.d.ts +4 -4
- package/dist/components/Tooltip/styles.d.ts +13 -13
- package/dist/components/Tooltip/types.d.ts +26 -26
- package/dist/components/Typography/index.d.ts +4 -4
- package/dist/components/Typography/styles.d.ts +21 -21
- package/dist/components/Typography/types.d.ts +16 -16
- package/dist/components/Typography/typography.test.d.ts +1 -1
- package/dist/index.d.ts +70 -70
- package/dist/shared/animations/opacityAnimation.d.ts +2 -2
- package/dist/shared/assets/emotes.d.ts +5007 -5007
- package/dist/shared/components/FocusLock/index.d.ts +7 -7
- package/dist/shared/formatters/format-number.d.ts +5 -5
- package/dist/shared/formatters/types.d.ts +5 -5
- package/dist/shared/hooks/devices.d.ts +8 -8
- package/dist/shared/hooks/useBreakpoints.d.ts +17 -25
- package/dist/shared/hooks/useBreakpoints.d.ts.map +1 -1
- package/dist/shared/hooks/useBreakpoints.js +1 -1
- package/dist/shared/hooks/useDebounce.d.ts +1 -1
- package/dist/shared/hooks/useDevices.d.ts +8 -8
- package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
- package/dist/shared/hooks/useDraggableScroll/index.d.ts +9 -9
- package/dist/shared/hooks/useDraggableScroll/types.d.ts +5 -5
- package/dist/shared/hooks/useKeyPress.d.ts +1 -1
- package/dist/shared/hooks/useObserver.d.ts +10 -10
- package/dist/shared/hooks/useOnClickOutside.d.ts +2 -2
- package/dist/shared/hooks/useReposition/index.d.ts +3 -3
- package/dist/shared/hooks/useReposition/types.d.ts +29 -29
- package/dist/shared/hooks/useSystemTheme.d.ts +4 -4
- package/dist/shared/hooks/useWindowSize.d.ts +8 -8
- package/dist/shared/tests/test-utils.d.ts +4 -4
- package/dist/shared/tests/types.d.ts +4 -4
- package/dist/shared/theme/button-example.d.ts +2 -2
- package/dist/shared/theme/contexts/ThemeContext.d.ts +15 -15
- package/dist/shared/theme/hooks/useColorMode.d.ts +4 -4
- package/dist/shared/theme/hooks/useColorModeValue.d.ts +1 -1
- package/dist/shared/theme/hooks/useTheme.d.ts +452 -452
- package/dist/shared/theme/index.d.ts +7 -7
- package/dist/shared/theme/objects/breakpoints.d.ts +8 -8
- package/dist/shared/theme/objects/colors.d.ts +170 -170
- package/dist/shared/theme/objects/shadows.d.ts +12 -12
- package/dist/shared/theme/objects/sizes.d.ts +22 -22
- package/dist/shared/theme/objects/spaces.d.ts +130 -130
- package/dist/shared/theme/objects/transitions.d.ts +3 -3
- package/dist/shared/theme/objects/typography.d.ts +13 -13
- package/dist/shared/theme/objects/z-indexes.d.ts +13 -13
- package/dist/shared/theme/theme.d.ts +450 -450
- package/dist/shared/theme/theme.test.d.ts +1 -1
- package/dist/shared/theme/theme.types.d.ts +22 -22
- package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
- package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
- package/dist/shared/types/credit-card.d.ts +5 -5
- package/dist/shared/types/file.d.ts +11 -11
- package/dist/shared/types/name.d.ts +3 -3
- package/dist/shared/types/phone.d.ts +7 -7
- package/dist/utils/GenerateKey.d.ts +10 -10
- package/dist/utils/brightnessColorChange.d.ts +8 -8
- package/dist/utils/colorCheck.d.ts +40 -40
- package/dist/utils/colorFunctions.d.ts +2 -2
- package/dist/utils/colorToGray.d.ts +5 -5
- package/dist/utils/customColorMode.d.ts +1 -1
- package/dist/utils/file.d.ts +26 -26
- package/dist/utils/formatters/bytes.d.ts +7 -7
- package/dist/utils/formatters/capitalize.d.ts +6 -6
- package/dist/utils/formatters/cep.d.ts +12 -12
- package/dist/utils/formatters/cnpj.d.ts +18 -18
- package/dist/utils/formatters/color.d.ts +15 -15
- package/dist/utils/formatters/cpf.d.ts +18 -18
- package/dist/utils/formatters/credit-card.d.ts +26 -26
- package/dist/utils/formatters/email.d.ts +1 -1
- package/dist/utils/formatters/index.d.ts +15 -15
- package/dist/utils/formatters/name.d.ts +20 -20
- package/dist/utils/formatters/number.d.ts +6 -6
- package/dist/utils/formatters/passport.d.ts +24 -24
- package/dist/utils/formatters/phone.d.ts +71 -71
- package/dist/utils/formatters/price.d.ts +11 -11
- package/dist/utils/formatters/rg.d.ts +12 -12
- package/dist/utils/formatters/strings.d.ts +19 -19
- package/dist/utils/fuctionsColors.d.ts +2 -2
- package/dist/utils/generateUUID.d.ts +1 -1
- package/dist/utils/getColorValue.d.ts +12 -12
- package/dist/utils/getSvg.d.ts +10 -10
- package/dist/utils/getValuesBySize.d.ts +6 -6
- package/dist/utils/invertColor.d.ts +7 -7
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { GlobalColorsProps } from '../../shared/theme';
|
|
2
|
-
export type IconName = 'activity' | 'adjustments-horizontal' | 'ai' | 'airplay' | 'alert-circle' | 'alert-octagon' | 'alert-triangle' | 'align-center' | 'align-justify' | 'align-left' | 'align-right' | 'anchor' | 'aperture' | 'archive' | 'arrow-down-circle' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-circle' | 'arrow-left' | 'arrow-right-circle' | 'arrow-right' | 'arrow-up-circle' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up' | 'at-sign' | 'award' | 'bank' | 'bar-chart-2' | 'bar-chart' | 'barcode' | 'barcode1' | 'battery-charging' | 'battery' | 'bell-off' | 'bell' | 'billet' | 'bluetooth' | 'bold' | 'book-open' | 'book' | 'bookmark' | 'box' | 'briefcase' | 'bug' | 'bunny' | 'calendar' | 'camera-off' | 'camera' | 'capsules' | 'card-and-code' | 'card' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'champion' | 'check-circle-outlined' | 'check-circle' | 'check-outlined' | 'check-square' | 'check' | 'cheque' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-left' | 'chevrons-right' | 'chevrons-up' | 'chrome' | 'circle' | 'clipboard' | 'clock' | 'cloud-drizzle' | 'cloud-off' | 'cloud-snow' | 'cloud' | 'code' | 'codepen' | 'codesandbox' | 'coffee' | 'coin' | 'cold' | 'color' | 'columns' | 'command' | 'compass' | 'connect' | 'copy' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'crop' | 'crosshair' | 'csv' | 'database' | 'delete' | 'desktop' | 'disc' | 'dislike' | 'dna' | 'dollar-sign' | 'double-check' | 'download-cloud' | 'download' | 'droplet' | 'duplicate' | 'edit-3' | 'edit' | 'editor-align-center' | 'editor-align-justify' | 'editor-align-left' | 'editor-align-right' | 'editor-blockquotes' | 'editor-bold' | 'editor-clear-marks' | 'editor-clear-nodes' | 'editor-code-block' | 'editor-h1' | 'editor-h2' | 'editor-h3' | 'editor-h4' | 'editor-h5' | 'editor-h6' | 'editor-hard-break' | 'editor-horizontal-rule' | 'editor-italic' | 'editor-ordered-list' | 'editor-paragraph' | 'editor-redo' | 'editor-strike' | 'editor-underline' | 'editor-undo' | 'editor-unordered-list' | 'equal' | 'expand' | 'external-link' | 'external' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | 'fi_youtube' | 'flag' | 'flask' | 'folder-minus' | 'folder-plus' | 'folder' | 'framer' | 'frown' | 'fruit' | 'genre' | 'gift' | 'git-branch' | 'git-commit' | 'git-pull-request' | 'github' | 'gitlab' | 'globe' | 'grid' | 'hard-drive' | 'hash' | 'headphones' | 'headset' | 'heart-filled' | 'heart' | 'help-circle' | 'hexagon' | 'home' | 'ia' | 'id' | 'image' | 'inbox' | 'inf' | 'info' | 'instagram' | 'internal' | 'italic' | 'key' | 'layers' | 'layout' | 'life-buoy' | 'light' | 'like' | 'link-2' | 'link' | 'linkedin' | 'list-2' | 'list' | 'listagem' | 'loader' | 'lock' | 'log-in' | 'log-out' | 'machine-money' | 'magnet' | 'mail' | 'map-pin' | 'map' | 'maximize-2' | 'maximize' | 'medical' | 'meh' | 'menu' | 'message-report' | 'message-square' | 'mic-off' | 'mic' | 'minimize-2' | 'minimize' | 'minus-circle' | 'minus-square' | 'minus' | 'money-up' | 'money' | 'moneylist' | 'monitor' | 'moon' | 'more-horizontal' | 'more-vertical' | 'mouse-pointer' | 'move' | 'music' | 'navigation-2' | 'navigation' | 'octagon' | 'ordenation' | 'others' | 'package' | 'paperclip' | 'pause-2' | 'pause-circle' | 'pause' | 'pdf' | 'pen-tool' | 'pencil' | 'pennant' | 'percent' | 'phone-call' | 'phone-incoming' | 'phone-msg' | 'phone-off' | 'phone-outgoing' | 'pie-chart' | 'pin' | 'pix' | 'play-circle' | 'play' | 'plug' | 'plus-circle' | 'plus-square' | 'plus' | 'pocket' | 'power' | 'pp-extended' | 'pp' | 'printer' | 'qrcode' | 'radio' | 'real' | 'refresh-ccw' | 'refresh-cw' | 'repeat' | 'revenue-plus' | 'revenue' | 'rewind' | 'robot-off' | 'robot' | 'rotate-ccw' | 'rotate-cw' | 'rotate' | 'rss' | 'save' | 'scissors' | 'search' | 'send' | 'server' | 'settings' | 'share-2' | 'share' | 'shield-off' | 'shield' | 'shop' | 'shopping-bag' | 'shopping-cart' | 'shuffle' | 'sidebar' | 'skip-back' | 'skip-forward' | 'slack' | 'slash' | 'sliders' | 'smartphone' | 'smile' | 'speaker' | 'square' | 'star' | 'stop-circle' | 'sun' | 'sunrise' | 'sunset' | 'sync' | 'tablet' | 'tag' | 'target' | 'terminal' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'to-move' | 'toggle-left' | 'toggle-right' | 'tool' | 'transfer' | 'trash-2' | 'trash' | 'trello' | 'trending-down' | 'trending-up' | 'triangle' | 'truck' | 'tv' | 'twitch' | 'twitter' | 'type' | 'umbrella' | 'underline' | 'unlock' | 'upload-cloud' | 'upload' | 'user-check' | 'user-group' | 'user-minus' | 'user-plus' | 'user-x' | 'user' | 'user2-out' | 'users' | 'video-off' | 'video' | 'vigora' | 'voicemail' | 'volume-1' | 'volume-2' | 'volume-x' | 'volume' | 'weight' | 'whatsapp' | 'wifi-off' | 'wifi' | 'wifi2' | 'wind' | 'x-circle' | 'x-octagon' | 'x-square' | 'x' | 'xls' | 'zap-off' | 'zap' | 'zoom-in' | 'zoom-out' | 'zoom' | 'ecc-budget' | 'ecc-card' | 'ecc-cart' | 'ecc-client' | 'ecc-logout' | 'ecc-loock' | 'ecc-medical' | 'ecc-star' | 'ecc-table' | 'ecc-truck' | 'ecc-user' | 'ecc-www' | 'scl-facebook' | 'scl-google' | 'pmt-amex' | 'pmt-aura' | 'pmt-billet' | 'pmt-dinersclub' | 'pmt-discover' | 'pmt-elo' | 'pmt-hipercard' | 'pmt-jcb' | 'pmt-mastercard' | 'pmt-paypal' | 'pmt-pix' | 'pmt-visa' | 'illust-ad' | 'illust-alternative-order' | 'illust-banking-billet' | 'illust-boleto' | 'illust-box-closed' | 'illust-box-delivery' | 'illust-box-open' | 'illust-budget-analysis' | 'illust-budget-available' | 'illust-budget-error' | 'illust-budget-incomplete' | 'illust-calendar' | 'illust-card' | 'illust-check-prescription' | 'illust-collaborator' | 'illust-date' | 'illust-error-prescription' | 'illust-flask' | 'illust-formula' | 'illust-inclusion-order' | 'illust-incomplete-prescription' | 'illust-inquiry' | 'illust-model' | 'illust-order-canceled' | 'illust-order-error' | 'illust-order-success' | 'illust-order-withdrawal' | 'illust-order' | 'illust-payment-billet' | 'illust-payment-card' | 'illust-payment-cheque' | 'illust-payment-deposit' | 'illust-payment-money' | 'illust-payment-other' | 'illust-payment-pix' | 'illust-payment-tefpos' | 'illust-pix' | 'illust-preparation-order' | 'illust-prescription' | 'illust-retention-prescription' | 'illust-sent-order' | 'illust-success-prescription' | 'illust-transport' | 'illust-trash' | 'bty-baldness' | 'bty-beard' | 'bty-beauty' | 'bty-blue-light' | 'bty-breasts-and-ass' | 'bty-dandruff' | 'bty-deodorants' | 'bty-eyebags-darkcircles' | 'bty-eyebrows-lashes' | 'bty-filler' | 'bty-hair-growth' | 'bty-hair-loss' | 'bty-hair-strengthener' | 'bty-hand-sanitizer' | 'bty-illuminator' | 'bty-moisturizer' | 'bty-mycosis-chilblains' | 'bty-nail-strengthener' | 'bty-neck-arms' | 'bty-pimples' | 'bty-repellent' | 'bty-sunscreen' | 'bty-varicose-veins' | 'bty-warts' | 'bty-white-hair' | 'bty-whitening' | 'bty-wound-healing' | 'bty-wrinkles' | 'hlt-ansiety-stress' | 'hlt-antiemetic' | 'hlt-bach-florals' | 'hlt-bacillus-lacto' | 'hlt-bad-breath' | 'hlt-builder-vase' | 'hlt-cholesterol' | 'hlt-depression' | 'hlt-diabetes' | 'hlt-digestion-reflux' | 'hlt-diuretics' | 'hlt-gases' | 'hlt-gastric-protector' | 'hlt-hangover' | 'hlt-health' | 'hlt-heart-health' | 'hlt-high-pressure' | 'hlt-homeopathy' | 'hlt-immunity' | 'hlt-intestinal-health' | 'hlt-intimate-hygiene' | 'hlt-libido' | 'hlt-live-protector' | 'hlt-longevity' | 'hlt-memory' | 'hlt-menopause' | 'hlt-nutritional-supplement' | 'hlt-pms-cramps' | 'hlt-prostate' | 'hlt-roast' | 'hlt-sexual-health' | 'hlt-sleep-well' | 'hlt-stress' | 'hlt-urinary-tract' | 'hlt-vitamins-minerals' | 'men-baldness' | 'men-beard' | 'men-dough' | 'men-gynecomastia' | 'men-libido' | 'men-men' | 'wmn-breasts-and-ass' | 'wmn-cellulite' | 'wmn-eyelashes-brows' | 'wmn-filler' | 'wmn-hair-growth' | 'wmn-hair-strengthener' | 'wmn-menopause' | 'wmn-pms-cramps' | 'wmn-whitening' | 'wmn-woman' | 'smr-dry-belly' | 'smr-hair' | 'smr-moisturizer' | 'smr-summer' | 'smr-sunscreen' | 'smr-tanning' | 'sts-budget-analysis' | 'sts-budget-available' | 'sts-budget-expired' | 'sts-budget-incomplete' | 'sts-inclusion-order' | 'sts-medication-performed' | 'sts-order-canceled' | 'sts-order-preparation' | 'sts-order-sent' | 'sts-order-withdrawal' | 'sts-revenue-check' | 'sts-revenue-retention' | 'sts-waiting-billet' | 'sts-waiting-card' | 'sts-waiting-repeat-date' | 'ppe-accelerate-metabolism' | 'ppe-articulations' | 'ppe-binge-eating' | 'ppe-bones' | 'ppe-bruises' | 'ppe-candy-will' | 'ppe-carbohydrate-blocker' | 'ppe-carbohydrate-blocker2' | 'ppe-cellulite-stretch-marks' | 'ppe-cellulite' | 'ppe-conductive-vessel' | 'ppe-detox' | 'ppe-dough' | 'ppe-dry-belly' | 'ppe-energy' | 'ppe-fatty-acids' | 'ppe-fibers' | 'ppe-gh' | 'ppe-gynecomastia' | 'ppe-increase-satiety' | 'ppe-increased-appetite' | 'ppe-inhibit-appetite' | 'ppe-laxative' | 'ppe-lipolitical-action' | 'ppe-localized-fat' | 'ppe-muscle-definition' | 'ppe-pain' | 'ppe-physical-perfomance' | 'ppe-post-workout' | 'ppe-pre-workout' | 'ppe-pro-hormonal' | 'ppe-reduction-measures' | 'ppe-slimming-chocolates' | 'ppe-slimming-gums' | 'ppe-slimming' | 'ppe-strength' | 'ppe-tcp' | 'ppe-thermogenic' | 'ppe-vasodilation' | 'form-bar' | 'form-capsule' | 'form-chocolate' | 'form-cookie' | 'form-cream' | 'form-enamel' | 'form-eyedrop' | 'form-eyeliner' | 'form-floral' | 'form-foam' | 'form-gel' | 'form-gum' | 'form-homeopathy' | 'form-lipstick' | 'form-lollipop' | 'form-lotion' | 'form-oil' | 'form-oralfilm' | 'form-oralpaste' | 'form-others' | 'form-patch' | 'form-pomade' | 'form-pot' | 'form-sachet' | 'form-serum' | 'form-shampoo' | 'form-soapshampoo' | 'form-spray' | 'form-sublingual' | 'form-sunscreen' | 'form-syringe' | 'form-syrup' | 'form-tablet' | 'form-units' | 'pp-clipboard' | 'pp-colored-extended' | 'pp-colored' | 'pp-ecommerce' | 'pp-medicines';
|
|
3
|
-
export type IIconComponentProps = {
|
|
4
|
-
name: IconName;
|
|
5
|
-
size?: number | string;
|
|
6
|
-
color?: GlobalColorsProps | (string & {});
|
|
7
|
-
secondColor?: GlobalColorsProps | (string & {});
|
|
8
|
-
};
|
|
1
|
+
import { GlobalColorsProps } from '../../shared/theme';
|
|
2
|
+
export type IconName = 'activity' | 'adjustments-horizontal' | 'ai' | 'airplay' | 'alert-circle' | 'alert-octagon' | 'alert-triangle' | 'align-center' | 'align-justify' | 'align-left' | 'align-right' | 'anchor' | 'aperture' | 'archive' | 'arrow-down-circle' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-down' | 'arrow-left-circle' | 'arrow-left' | 'arrow-right-circle' | 'arrow-right' | 'arrow-up-circle' | 'arrow-up-left' | 'arrow-up-right' | 'arrow-up' | 'at-sign' | 'award' | 'bank' | 'bar-chart-2' | 'bar-chart' | 'barcode' | 'barcode1' | 'battery-charging' | 'battery' | 'bell-off' | 'bell' | 'billet' | 'bluetooth' | 'bold' | 'book-open' | 'book' | 'bookmark' | 'box' | 'briefcase' | 'bug' | 'bunny' | 'calendar' | 'camera-off' | 'camera' | 'capsules' | 'card-and-code' | 'card' | 'card1' | 'card2' | 'cardcredit' | 'cash' | 'cast' | 'champion' | 'check-circle-outlined' | 'check-circle' | 'check-outlined' | 'check-square' | 'check' | 'cheque' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'chevrons-down' | 'chevrons-left' | 'chevrons-right' | 'chevrons-up' | 'chrome' | 'circle' | 'clipboard' | 'clock' | 'cloud-drizzle' | 'cloud-off' | 'cloud-snow' | 'cloud' | 'code' | 'codepen' | 'codesandbox' | 'coffee' | 'coin' | 'cold' | 'color' | 'columns' | 'command' | 'compass' | 'connect' | 'copy' | 'corner-down-left' | 'corner-down-right' | 'corner-left-down' | 'corner-left-up' | 'corner-right-down' | 'corner-right-up' | 'corner-up-left' | 'corner-up-right' | 'cpu' | 'crop' | 'crosshair' | 'csv' | 'database' | 'delete' | 'desktop' | 'disc' | 'dislike' | 'dna' | 'dollar-sign' | 'double-check' | 'download-cloud' | 'download' | 'droplet' | 'duplicate' | 'edit-3' | 'edit' | 'editor-align-center' | 'editor-align-justify' | 'editor-align-left' | 'editor-align-right' | 'editor-blockquotes' | 'editor-bold' | 'editor-clear-marks' | 'editor-clear-nodes' | 'editor-code-block' | 'editor-h1' | 'editor-h2' | 'editor-h3' | 'editor-h4' | 'editor-h5' | 'editor-h6' | 'editor-hard-break' | 'editor-horizontal-rule' | 'editor-italic' | 'editor-ordered-list' | 'editor-paragraph' | 'editor-redo' | 'editor-strike' | 'editor-underline' | 'editor-undo' | 'editor-unordered-list' | 'equal' | 'expand' | 'external-link' | 'external' | 'eye-off' | 'eye' | 'facebook' | 'fast-forward' | 'feather' | 'figma' | 'file-plus' | 'file-text' | 'file' | 'film' | 'filter' | 'fi_youtube' | 'flag' | 'flask' | 'folder-minus' | 'folder-plus' | 'folder' | 'framer' | 'frown' | 'fruit' | 'genre' | 'gift' | 'git-branch' | 'git-commit' | 'git-pull-request' | 'github' | 'gitlab' | 'globe' | 'grid' | 'hard-drive' | 'hash' | 'headphones' | 'headset' | 'heart-filled' | 'heart' | 'help-circle' | 'hexagon' | 'home' | 'ia' | 'id' | 'image' | 'inbox' | 'inf' | 'info' | 'instagram' | 'internal' | 'italic' | 'key' | 'layers' | 'layout' | 'life-buoy' | 'light' | 'like' | 'link-2' | 'link' | 'linkedin' | 'list-2' | 'list' | 'listagem' | 'loader' | 'lock' | 'log-in' | 'log-out' | 'machine-money' | 'magnet' | 'mail' | 'map-pin' | 'map' | 'maximize-2' | 'maximize' | 'medical' | 'meh' | 'menu' | 'message-report' | 'message-square' | 'mic-off' | 'mic' | 'minimize-2' | 'minimize' | 'minus-circle' | 'minus-square' | 'minus' | 'money-up' | 'money' | 'moneylist' | 'monitor' | 'moon' | 'more-horizontal' | 'more-vertical' | 'mouse-pointer' | 'move' | 'music' | 'navigation-2' | 'navigation' | 'octagon' | 'ordenation' | 'others' | 'package' | 'paperclip' | 'pause-2' | 'pause-circle' | 'pause' | 'pdf' | 'pen-tool' | 'pencil' | 'pennant' | 'percent' | 'phone-call' | 'phone-incoming' | 'phone-msg' | 'phone-off' | 'phone-outgoing' | 'pie-chart' | 'pin' | 'pix' | 'play-circle' | 'play' | 'plug' | 'plus-circle' | 'plus-square' | 'plus' | 'pocket' | 'power' | 'pp-extended' | 'pp' | 'printer' | 'qrcode' | 'radio' | 'real' | 'refresh-ccw' | 'refresh-cw' | 'repeat' | 'revenue-plus' | 'revenue' | 'rewind' | 'robot-off' | 'robot' | 'rotate-ccw' | 'rotate-cw' | 'rotate' | 'rss' | 'save' | 'scissors' | 'search' | 'send' | 'server' | 'settings' | 'share-2' | 'share' | 'shield-off' | 'shield' | 'shop' | 'shopping-bag' | 'shopping-cart' | 'shuffle' | 'sidebar' | 'skip-back' | 'skip-forward' | 'slack' | 'slash' | 'sliders' | 'smartphone' | 'smile' | 'speaker' | 'square' | 'star' | 'stop-circle' | 'sun' | 'sunrise' | 'sunset' | 'sync' | 'tablet' | 'tag' | 'target' | 'terminal' | 'thermometer' | 'thumbs-down' | 'thumbs-up' | 'to-move' | 'toggle-left' | 'toggle-right' | 'tool' | 'transfer' | 'trash-2' | 'trash' | 'trello' | 'trending-down' | 'trending-up' | 'triangle' | 'truck' | 'tv' | 'twitch' | 'twitter' | 'type' | 'umbrella' | 'underline' | 'unlock' | 'upload-cloud' | 'upload' | 'user-check' | 'user-group' | 'user-minus' | 'user-plus' | 'user-x' | 'user' | 'user2-out' | 'users' | 'video-off' | 'video' | 'vigora' | 'voicemail' | 'volume-1' | 'volume-2' | 'volume-x' | 'volume' | 'weight' | 'whatsapp' | 'wifi-off' | 'wifi' | 'wifi2' | 'wind' | 'x-circle' | 'x-octagon' | 'x-square' | 'x' | 'xls' | 'zap-off' | 'zap' | 'zoom-in' | 'zoom-out' | 'zoom' | 'ecc-budget' | 'ecc-card' | 'ecc-cart' | 'ecc-client' | 'ecc-logout' | 'ecc-loock' | 'ecc-medical' | 'ecc-star' | 'ecc-table' | 'ecc-truck' | 'ecc-user' | 'ecc-www' | 'scl-facebook' | 'scl-google' | 'pmt-amex' | 'pmt-aura' | 'pmt-billet' | 'pmt-dinersclub' | 'pmt-discover' | 'pmt-elo' | 'pmt-hipercard' | 'pmt-jcb' | 'pmt-mastercard' | 'pmt-paypal' | 'pmt-pix' | 'pmt-visa' | 'illust-ad' | 'illust-alternative-order' | 'illust-banking-billet' | 'illust-boleto' | 'illust-box-closed' | 'illust-box-delivery' | 'illust-box-open' | 'illust-budget-analysis' | 'illust-budget-available' | 'illust-budget-error' | 'illust-budget-incomplete' | 'illust-calendar' | 'illust-card' | 'illust-check-prescription' | 'illust-collaborator' | 'illust-date' | 'illust-error-prescription' | 'illust-flask' | 'illust-formula' | 'illust-inclusion-order' | 'illust-incomplete-prescription' | 'illust-inquiry' | 'illust-model' | 'illust-order-canceled' | 'illust-order-error' | 'illust-order-success' | 'illust-order-withdrawal' | 'illust-order' | 'illust-payment-billet' | 'illust-payment-card' | 'illust-payment-cheque' | 'illust-payment-deposit' | 'illust-payment-money' | 'illust-payment-other' | 'illust-payment-pix' | 'illust-payment-tefpos' | 'illust-pix' | 'illust-preparation-order' | 'illust-prescription' | 'illust-retention-prescription' | 'illust-sent-order' | 'illust-success-prescription' | 'illust-transport' | 'illust-trash' | 'bty-baldness' | 'bty-beard' | 'bty-beauty' | 'bty-blue-light' | 'bty-breasts-and-ass' | 'bty-dandruff' | 'bty-deodorants' | 'bty-eyebags-darkcircles' | 'bty-eyebrows-lashes' | 'bty-filler' | 'bty-hair-growth' | 'bty-hair-loss' | 'bty-hair-strengthener' | 'bty-hand-sanitizer' | 'bty-illuminator' | 'bty-moisturizer' | 'bty-mycosis-chilblains' | 'bty-nail-strengthener' | 'bty-neck-arms' | 'bty-pimples' | 'bty-repellent' | 'bty-sunscreen' | 'bty-varicose-veins' | 'bty-warts' | 'bty-white-hair' | 'bty-whitening' | 'bty-wound-healing' | 'bty-wrinkles' | 'hlt-ansiety-stress' | 'hlt-antiemetic' | 'hlt-bach-florals' | 'hlt-bacillus-lacto' | 'hlt-bad-breath' | 'hlt-builder-vase' | 'hlt-cholesterol' | 'hlt-depression' | 'hlt-diabetes' | 'hlt-digestion-reflux' | 'hlt-diuretics' | 'hlt-gases' | 'hlt-gastric-protector' | 'hlt-hangover' | 'hlt-health' | 'hlt-heart-health' | 'hlt-high-pressure' | 'hlt-homeopathy' | 'hlt-immunity' | 'hlt-intestinal-health' | 'hlt-intimate-hygiene' | 'hlt-libido' | 'hlt-live-protector' | 'hlt-longevity' | 'hlt-memory' | 'hlt-menopause' | 'hlt-nutritional-supplement' | 'hlt-pms-cramps' | 'hlt-prostate' | 'hlt-roast' | 'hlt-sexual-health' | 'hlt-sleep-well' | 'hlt-stress' | 'hlt-urinary-tract' | 'hlt-vitamins-minerals' | 'men-baldness' | 'men-beard' | 'men-dough' | 'men-gynecomastia' | 'men-libido' | 'men-men' | 'wmn-breasts-and-ass' | 'wmn-cellulite' | 'wmn-eyelashes-brows' | 'wmn-filler' | 'wmn-hair-growth' | 'wmn-hair-strengthener' | 'wmn-menopause' | 'wmn-pms-cramps' | 'wmn-whitening' | 'wmn-woman' | 'smr-dry-belly' | 'smr-hair' | 'smr-moisturizer' | 'smr-summer' | 'smr-sunscreen' | 'smr-tanning' | 'sts-budget-analysis' | 'sts-budget-available' | 'sts-budget-expired' | 'sts-budget-incomplete' | 'sts-inclusion-order' | 'sts-medication-performed' | 'sts-order-canceled' | 'sts-order-preparation' | 'sts-order-sent' | 'sts-order-withdrawal' | 'sts-revenue-check' | 'sts-revenue-retention' | 'sts-waiting-billet' | 'sts-waiting-card' | 'sts-waiting-repeat-date' | 'ppe-accelerate-metabolism' | 'ppe-articulations' | 'ppe-binge-eating' | 'ppe-bones' | 'ppe-bruises' | 'ppe-candy-will' | 'ppe-carbohydrate-blocker' | 'ppe-carbohydrate-blocker2' | 'ppe-cellulite-stretch-marks' | 'ppe-cellulite' | 'ppe-conductive-vessel' | 'ppe-detox' | 'ppe-dough' | 'ppe-dry-belly' | 'ppe-energy' | 'ppe-fatty-acids' | 'ppe-fibers' | 'ppe-gh' | 'ppe-gynecomastia' | 'ppe-increase-satiety' | 'ppe-increased-appetite' | 'ppe-inhibit-appetite' | 'ppe-laxative' | 'ppe-lipolitical-action' | 'ppe-localized-fat' | 'ppe-muscle-definition' | 'ppe-pain' | 'ppe-physical-perfomance' | 'ppe-post-workout' | 'ppe-pre-workout' | 'ppe-pro-hormonal' | 'ppe-reduction-measures' | 'ppe-slimming-chocolates' | 'ppe-slimming-gums' | 'ppe-slimming' | 'ppe-strength' | 'ppe-tcp' | 'ppe-thermogenic' | 'ppe-vasodilation' | 'form-bar' | 'form-capsule' | 'form-chocolate' | 'form-cookie' | 'form-cream' | 'form-enamel' | 'form-eyedrop' | 'form-eyeliner' | 'form-floral' | 'form-foam' | 'form-gel' | 'form-gum' | 'form-homeopathy' | 'form-lipstick' | 'form-lollipop' | 'form-lotion' | 'form-oil' | 'form-oralfilm' | 'form-oralpaste' | 'form-others' | 'form-patch' | 'form-pomade' | 'form-pot' | 'form-sachet' | 'form-serum' | 'form-shampoo' | 'form-soapshampoo' | 'form-spray' | 'form-sublingual' | 'form-sunscreen' | 'form-syringe' | 'form-syrup' | 'form-tablet' | 'form-units' | 'pp-clipboard' | 'pp-colored-extended' | 'pp-colored' | 'pp-ecommerce' | 'pp-medicines';
|
|
3
|
+
export type IIconComponentProps = {
|
|
4
|
+
name: IconName;
|
|
5
|
+
size?: number | string;
|
|
6
|
+
color?: GlobalColorsProps | (string & {});
|
|
7
|
+
secondColor?: GlobalColorsProps | (string & {});
|
|
8
|
+
};
|
|
9
9
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const allIcons: {
|
|
2
|
-
name: string;
|
|
3
|
-
width: number;
|
|
4
|
-
height: number;
|
|
5
|
-
viewBox: string;
|
|
6
|
-
html: string;
|
|
7
|
-
xmlns: string;
|
|
8
|
-
}[];
|
|
1
|
+
export declare const allIcons: {
|
|
2
|
+
name: string;
|
|
3
|
+
width: number;
|
|
4
|
+
height: number;
|
|
5
|
+
viewBox: string;
|
|
6
|
+
html: string;
|
|
7
|
+
xmlns: string;
|
|
8
|
+
}[];
|
|
9
9
|
//# sourceMappingURL=allIcons.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IconName } from '../types';
|
|
2
|
-
type IconProp = IconName | (string & {});
|
|
3
|
-
export declare function iconExists(iconName: IconProp): boolean;
|
|
4
|
-
export {};
|
|
1
|
+
import { IconName } from '../types';
|
|
2
|
+
type IconProp = IconName | (string & {});
|
|
3
|
+
export declare function iconExists(iconName: IconProp): boolean;
|
|
4
|
+
export {};
|
|
5
5
|
//# sourceMappingURL=iconExists.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
2
2
|
//# sourceMappingURL=IconItem.test.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { IconItemProps } from './types';
|
|
3
|
-
declare const IconItem: FC<IconItemProps>;
|
|
4
|
-
export default IconItem;
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IconItemProps } from './types';
|
|
3
|
+
declare const IconItem: FC<IconItemProps>;
|
|
4
|
+
export default IconItem;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { StyledItemIcon, StyledSkeletonItemIcon } from './types';
|
|
3
|
-
export declare const IconItemSkeleton: import("@emotion/styled").StyledComponent<{
|
|
4
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
6
|
-
} & StyledSkeletonItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
-
export declare const IconItemContainer: import("@emotion/styled").StyledComponent<{
|
|
8
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
-
as?: import("react").ElementType<any> | undefined;
|
|
10
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
|
-
export declare const IconItemIcon: import("@emotion/styled").StyledComponent<{
|
|
12
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
-
as?: import("react").ElementType<any> | undefined;
|
|
14
|
-
} & StyledItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
15
|
-
export declare const IconItemTexts: import("@emotion/styled").StyledComponent<{
|
|
16
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
17
|
-
as?: import("react").ElementType<any> | undefined;
|
|
18
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { StyledItemIcon, StyledSkeletonItemIcon } from './types';
|
|
3
|
+
export declare const IconItemSkeleton: import("@emotion/styled").StyledComponent<{
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
6
|
+
} & StyledSkeletonItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
+
export declare const IconItemContainer: import("@emotion/styled").StyledComponent<{
|
|
8
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
+
as?: import("react").ElementType<any> | undefined;
|
|
10
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
|
+
export declare const IconItemIcon: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
+
as?: import("react").ElementType<any> | undefined;
|
|
14
|
+
} & StyledItemIcon, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
15
|
+
export declare const IconItemTexts: import("@emotion/styled").StyledComponent<{
|
|
16
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
17
|
+
as?: import("react").ElementType<any> | undefined;
|
|
18
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
19
19
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ExtendThemeProps, GlobalColorsProps } from 'src';
|
|
2
|
-
import { IconName } from '../Icon/types';
|
|
3
|
-
export type IconItemProps = {
|
|
4
|
-
icon: IconName;
|
|
5
|
-
title?: string;
|
|
6
|
-
description?: string;
|
|
7
|
-
size?: 'sm' | 'md' | 'lg';
|
|
8
|
-
color?: GlobalColorsProps | (string & {});
|
|
9
|
-
isLoading?: boolean;
|
|
10
|
-
};
|
|
11
|
-
export type StyledItemIcon = {
|
|
12
|
-
boxSize?: 'sm' | 'md' | 'lg';
|
|
13
|
-
colorText?: GlobalColorsProps | (string & {});
|
|
14
|
-
haveText?: boolean;
|
|
15
|
-
theme?: ExtendThemeProps;
|
|
16
|
-
};
|
|
17
|
-
export type StyledSkeletonItemIcon = {
|
|
18
|
-
circle?: boolean;
|
|
19
|
-
theme?: ExtendThemeProps;
|
|
20
|
-
haveText?: boolean;
|
|
21
|
-
description?: boolean;
|
|
22
|
-
};
|
|
1
|
+
import { ExtendThemeProps, GlobalColorsProps } from 'src';
|
|
2
|
+
import { IconName } from '../Icon/types';
|
|
3
|
+
export type IconItemProps = {
|
|
4
|
+
icon: IconName;
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
size?: 'sm' | 'md' | 'lg';
|
|
8
|
+
color?: GlobalColorsProps | (string & {});
|
|
9
|
+
isLoading?: boolean;
|
|
10
|
+
};
|
|
11
|
+
export type StyledItemIcon = {
|
|
12
|
+
boxSize?: 'sm' | 'md' | 'lg';
|
|
13
|
+
colorText?: GlobalColorsProps | (string & {});
|
|
14
|
+
haveText?: boolean;
|
|
15
|
+
theme?: ExtendThemeProps;
|
|
16
|
+
};
|
|
17
|
+
export type StyledSkeletonItemIcon = {
|
|
18
|
+
circle?: boolean;
|
|
19
|
+
theme?: ExtendThemeProps;
|
|
20
|
+
haveText?: boolean;
|
|
21
|
+
description?: boolean;
|
|
22
|
+
};
|
|
23
23
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/AlternativeOrderSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,mBAAmB,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA8E/D"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.AlternativeOrderSvg = AlternativeOrderSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function AlternativeOrderSvg(_ref) {
|
|
11
|
+
var color = _ref.color;
|
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
13
|
+
width: "168",
|
|
14
|
+
height: "167",
|
|
15
|
+
viewBox: "0 0 168 167",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M167.066 83.1856C167.066 95.5397 164.356 107.276 159.491 117.82C146.307 146.474 117.251 166.371 83.5328 166.371C49.8149 166.371 20.759 146.474 7.57439 117.82C2.70917 107.276 0 95.5397 0 83.1856C0 37.2424 37.3979 0 83.5328 0C129.668 0 167.066 37.2424 167.066 83.1856Z",
|
|
20
|
+
fill: "#EAEFED"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
22
|
+
filter: "url(#filter0_d_3_37)",
|
|
23
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
d: "M8.1759 37.5051C8.1759 31.799 12.8016 27.1733 18.5077 27.1733H148.947C154.653 27.1733 159.278 31.799 159.278 37.5051V128.554C159.278 134.26 154.653 138.886 148.947 138.886H18.5077C12.8016 138.886 8.1759 134.26 8.1759 128.554V37.5051Z",
|
|
25
|
+
fill: "white"
|
|
26
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
27
|
+
cx: "84.1606",
|
|
28
|
+
cy: "83.0296",
|
|
29
|
+
rx: "39.7536",
|
|
30
|
+
ry: "39.7536",
|
|
31
|
+
fill: "#0FB075"
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
33
|
+
cx: "87.1798",
|
|
34
|
+
cy: "84.5392",
|
|
35
|
+
rx: "37.7407",
|
|
36
|
+
ry: "38.2439",
|
|
37
|
+
fill: "url(#paint0_linear_3_37)"
|
|
38
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M86.8013 68.9429C88.3337 68.9008 89.8497 69.2712 91.1905 70.0159C92.5466 70.7691 93.6725 71.8768 94.4474 73.2207C95.2341 74.585 94.7659 76.3287 93.4016 77.1154C92.0373 77.9021 90.2936 77.4339 89.5069 76.0696C89.2487 75.6219 88.8735 75.2526 88.4214 75.0015C87.9693 74.7504 87.4573 74.627 86.9403 74.6444C86.9084 74.6454 86.8764 74.646 86.8444 74.646H81.1414C80.3848 74.646 79.6594 74.9464 79.1247 75.481C78.5901 76.0155 78.2898 76.7403 78.2898 77.4959C78.2898 78.2515 78.5901 78.9763 79.1247 79.5108C79.6594 80.0453 80.3848 80.3458 81.1414 80.3458H86.8444C89.113 80.3458 91.2887 81.2467 92.8931 82.8506C94.4975 84.4545 95.399 86.6301 95.399 88.8987C95.399 91.1674 94.4975 93.3429 92.8931 94.9469C91.2887 96.5508 89.113 97.4517 86.8444 97.4517H81.1845C79.6521 97.4938 78.1361 97.1234 76.7953 96.3788C75.4391 95.6256 74.3133 94.5178 73.5384 93.1739C72.7517 91.8096 73.2199 90.0659 74.5842 89.2792C75.9484 88.4925 77.6922 88.9607 78.4789 90.325C78.737 90.7727 79.1122 91.142 79.5643 91.3931C80.0165 91.6442 80.5284 91.7677 81.0454 91.7503C81.0774 91.7492 81.1094 91.7486 81.1414 91.7486H86.8444C87.6009 91.7486 88.3263 91.4482 88.861 90.9136C89.3957 90.3791 89.6959 89.6543 89.6959 88.8987C89.6959 88.1432 89.3957 87.4184 88.861 86.8838C88.3263 86.3493 87.6009 86.0488 86.8444 86.0488H81.1414C78.8728 86.0488 76.697 85.1479 75.0927 83.544C73.4883 81.9401 72.5868 79.7645 72.5868 77.4959C72.5868 75.2272 73.4883 73.0517 75.0927 71.4477C76.697 69.8438 78.8728 68.9429 81.1414 68.9429H86.8013Z",
|
|
42
|
+
fill: "white"
|
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
+
fillRule: "evenodd",
|
|
45
|
+
clipRule: "evenodd",
|
|
46
|
+
d: "M83.9929 60.3851C85.5678 60.3851 86.8445 61.6617 86.8445 63.2366V69.8901C86.8445 71.465 85.5678 72.7417 83.9929 72.7417C82.4181 72.7417 81.1414 71.465 81.1414 69.8901V63.2366C81.1414 61.6617 82.4181 60.3851 83.9929 60.3851ZM83.9929 93.6528C85.5678 93.6528 86.8445 94.9295 86.8445 96.5043V103.158C86.8445 104.733 85.5678 106.009 83.9929 106.009C82.4181 106.009 81.1414 104.733 81.1414 103.158V96.5043C81.1414 94.9295 82.4181 93.6528 83.9929 93.6528Z",
|
|
47
|
+
fill: "white"
|
|
48
|
+
})]
|
|
49
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
|
50
|
+
cx: "30.5001",
|
|
51
|
+
cy: "135.203",
|
|
52
|
+
r: "30.3756",
|
|
53
|
+
fill: color
|
|
54
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
|
55
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
56
|
+
id: "filter0_d_3_37",
|
|
57
|
+
x: "2.1759",
|
|
58
|
+
y: "23.1733",
|
|
59
|
+
width: "163.103",
|
|
60
|
+
height: "123.713",
|
|
61
|
+
filterUnits: "userSpaceOnUse",
|
|
62
|
+
colorInterpolationFilters: "sRGB",
|
|
63
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
64
|
+
floodOpacity: "0",
|
|
65
|
+
result: "BackgroundImageFix"
|
|
66
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
67
|
+
in: "SourceAlpha",
|
|
68
|
+
type: "matrix",
|
|
69
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
70
|
+
result: "hardAlpha"
|
|
71
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
72
|
+
dy: "2"
|
|
73
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
74
|
+
stdDeviation: "3"
|
|
75
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
76
|
+
in2: "hardAlpha",
|
|
77
|
+
operator: "out"
|
|
78
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
79
|
+
type: "matrix",
|
|
80
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
81
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
82
|
+
mode: "normal",
|
|
83
|
+
in2: "BackgroundImageFix",
|
|
84
|
+
result: "effect1_dropShadow_3_37"
|
|
85
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
86
|
+
mode: "normal",
|
|
87
|
+
in: "SourceGraphic",
|
|
88
|
+
in2: "effect1_dropShadow_3_37",
|
|
89
|
+
result: "shape"
|
|
90
|
+
})]
|
|
91
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
|
92
|
+
id: "paint0_linear_3_37",
|
|
93
|
+
x1: "59.9492",
|
|
94
|
+
y1: "55.009",
|
|
95
|
+
x2: "119.169",
|
|
96
|
+
y2: "127.341",
|
|
97
|
+
gradientUnits: "userSpaceOnUse",
|
|
98
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
99
|
+
stopColor: "#10C281"
|
|
100
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
101
|
+
offset: "1",
|
|
102
|
+
stopColor: "#34D399"
|
|
103
|
+
})]
|
|
104
|
+
})]
|
|
105
|
+
})]
|
|
106
|
+
});
|
|
107
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoletoSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,SAAS,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA+JrD"}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BoletoSvg = BoletoSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function BoletoSvg(_ref) {
|
|
11
|
+
var color = _ref.color;
|
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
13
|
+
width: "167",
|
|
14
|
+
height: "192",
|
|
15
|
+
viewBox: "0 0 167 192",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M166.876 108.655C166.876 120.93 164.185 132.591 159.35 143.068C146.25 171.54 117.379 191.31 83.8765 191.31C50.3736 191.31 21.5031 171.54 8.40255 143.068C3.56836 132.591 0.876465 120.93 0.876465 108.655C0.876465 63.0049 38.0358 26 83.8765 26C129.717 26 166.876 63.0049 166.876 108.655Z",
|
|
20
|
+
fill: "#EAEFED"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
|
22
|
+
id: "mask0_3288_3250",
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
x: "1",
|
|
25
|
+
y: "11",
|
|
26
|
+
width: "166",
|
|
27
|
+
height: "180",
|
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
29
|
+
d: "M1 11H167V108.5C167 154.063 129.563 191 84 191V191C38.4365 191 1 154.063 1 108.5V11Z",
|
|
30
|
+
fill: "#C4C4C4"
|
|
31
|
+
})
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
33
|
+
mask: "url(#mask0_3288_3250)",
|
|
34
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
35
|
+
filter: "url(#filter0_d_3288_3250)",
|
|
36
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M7.25977 63.5434C7.25977 57.7204 11.9802 53 17.8031 53H150.913C156.736 53 161.456 57.7204 161.456 63.5434V156.457C161.456 162.28 156.736 167 150.913 167H17.8031C11.9802 167 7.25977 162.28 7.25977 156.457V63.5434Z",
|
|
38
|
+
fill: "#CAD6D1"
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
40
|
+
x: "25.0498",
|
|
41
|
+
y: "68.9745",
|
|
42
|
+
width: "8.83147",
|
|
43
|
+
height: "81.6911",
|
|
44
|
+
rx: "4.41573",
|
|
45
|
+
fill: "#709085"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
47
|
+
x: "135.154",
|
|
48
|
+
y: "68.9745",
|
|
49
|
+
width: "8.83147",
|
|
50
|
+
height: "81.6911",
|
|
51
|
+
rx: "4.41573",
|
|
52
|
+
fill: "#709085"
|
|
53
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
54
|
+
x: "46.7798",
|
|
55
|
+
y: "68.9745",
|
|
56
|
+
width: "8.83147",
|
|
57
|
+
height: "67.34",
|
|
58
|
+
rx: "4.41573",
|
|
59
|
+
fill: "#709085"
|
|
60
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
61
|
+
x: "83.2393",
|
|
62
|
+
y: "68.9745",
|
|
63
|
+
width: "8.83147",
|
|
64
|
+
height: "67.34",
|
|
65
|
+
rx: "4.41573",
|
|
66
|
+
fill: "#709085"
|
|
67
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
68
|
+
x: "46.7798",
|
|
69
|
+
y: "141.834",
|
|
70
|
+
width: "8.83147",
|
|
71
|
+
height: "8.83147",
|
|
72
|
+
rx: "4.41573",
|
|
73
|
+
fill: "#709085"
|
|
74
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
75
|
+
x: "83.2393",
|
|
76
|
+
y: "141.834",
|
|
77
|
+
width: "8.83147",
|
|
78
|
+
height: "8.83147",
|
|
79
|
+
rx: "4.41573",
|
|
80
|
+
fill: "#709085"
|
|
81
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
82
|
+
x: "62.2354",
|
|
83
|
+
y: "68.9745",
|
|
84
|
+
width: "8.83147",
|
|
85
|
+
height: "67.34",
|
|
86
|
+
rx: "4.41573",
|
|
87
|
+
fill: "#709085"
|
|
88
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
89
|
+
x: "98.6943",
|
|
90
|
+
y: "68.9745",
|
|
91
|
+
width: "8.83147",
|
|
92
|
+
height: "67.34",
|
|
93
|
+
rx: "4.41573",
|
|
94
|
+
fill: "#709085"
|
|
95
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
96
|
+
x: "119.699",
|
|
97
|
+
y: "68.9745",
|
|
98
|
+
width: "8.83147",
|
|
99
|
+
height: "67.34",
|
|
100
|
+
rx: "4.41573",
|
|
101
|
+
fill: "#709085"
|
|
102
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
103
|
+
x: "62.2354",
|
|
104
|
+
y: "141.834",
|
|
105
|
+
width: "8.83147",
|
|
106
|
+
height: "8.83147",
|
|
107
|
+
rx: "4.41573",
|
|
108
|
+
fill: "#709085"
|
|
109
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
110
|
+
x: "98.6943",
|
|
111
|
+
y: "141.834",
|
|
112
|
+
width: "8.83147",
|
|
113
|
+
height: "8.83147",
|
|
114
|
+
rx: "4.41573",
|
|
115
|
+
fill: "#709085"
|
|
116
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
117
|
+
x: "119.699",
|
|
118
|
+
y: "141.834",
|
|
119
|
+
width: "8.83147",
|
|
120
|
+
height: "8.83147",
|
|
121
|
+
rx: "4.41573",
|
|
122
|
+
fill: "#709085"
|
|
123
|
+
})]
|
|
124
|
+
})
|
|
125
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
126
|
+
d: "M55 154C55 158.01 54.1243 161.819 52.5518 165.241C48.2901 174.542 38.8985 181 28 181C17.1015 181 7.70986 174.542 3.44824 165.241C1.87568 161.819 1 158.01 1 154C1 139.088 13.088 127 28 127C42.912 127 55 139.088 55 154Z",
|
|
127
|
+
fill: color
|
|
128
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
129
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
130
|
+
id: "filter0_d_3288_3250",
|
|
131
|
+
x: "1.25977",
|
|
132
|
+
y: "49",
|
|
133
|
+
width: "166.196",
|
|
134
|
+
height: "126",
|
|
135
|
+
filterUnits: "userSpaceOnUse",
|
|
136
|
+
colorInterpolationFilters: "sRGB",
|
|
137
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
138
|
+
floodOpacity: "0",
|
|
139
|
+
result: "BackgroundImageFix"
|
|
140
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
141
|
+
in: "SourceAlpha",
|
|
142
|
+
type: "matrix",
|
|
143
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
144
|
+
result: "hardAlpha"
|
|
145
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
146
|
+
dy: "2"
|
|
147
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
148
|
+
stdDeviation: "3"
|
|
149
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
150
|
+
in2: "hardAlpha",
|
|
151
|
+
operator: "out"
|
|
152
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
153
|
+
type: "matrix",
|
|
154
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
155
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
156
|
+
mode: "normal",
|
|
157
|
+
in2: "BackgroundImageFix",
|
|
158
|
+
result: "effect1_dropShadow_3288_3250"
|
|
159
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
160
|
+
mode: "normal",
|
|
161
|
+
in: "SourceGraphic",
|
|
162
|
+
in2: "effect1_dropShadow_3288_3250",
|
|
163
|
+
result: "shape"
|
|
164
|
+
})]
|
|
165
|
+
})
|
|
166
|
+
})]
|
|
167
|
+
});
|
|
168
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoxClosedSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAsFxD"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BoxClosedSvg = BoxClosedSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function BoxClosedSvg(_ref) {
|
|
11
|
+
var color = _ref.color;
|
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
13
|
+
width: "176",
|
|
14
|
+
height: "192",
|
|
15
|
+
viewBox: "0 0 176 192",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M175.876 108.347C175.876 120.623 173.185 132.284 168.35 142.761C155.25 171.232 126.379 191.002 92.8765 191.002C59.3736 191.002 30.5031 171.232 17.4025 142.761C12.5684 132.284 9.87646 120.623 9.87646 108.347C9.87646 62.6972 47.0358 25.6924 92.8765 25.6924C138.717 25.6924 175.876 62.6972 175.876 108.347Z",
|
|
20
|
+
fill: "#EAEFED"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
|
22
|
+
id: "mask0_3287_4118",
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
x: "10",
|
|
25
|
+
y: "11",
|
|
26
|
+
width: "166",
|
|
27
|
+
height: "180",
|
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
29
|
+
d: "M10 11H176V108.5C176 154.063 138.563 191 93 191V191C47.4365 191 10 154.063 10 108.5V11Z",
|
|
30
|
+
fill: "#C4C4C4"
|
|
31
|
+
})
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
33
|
+
mask: "url(#mask0_3287_4118)",
|
|
34
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
35
|
+
filter: "url(#filter0_d_3287_4118)",
|
|
36
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M22.5713 81.1386C22.5689 80.4619 22.9572 79.8447 23.5682 79.5539L91.6033 47.1697C92.0778 46.9439 92.6287 46.9434 93.1036 47.1685L161.431 79.5565C162.041 79.8458 162.43 80.4608 162.43 81.1363V161.678C162.43 162.353 162.042 162.967 161.433 163.257L93.3959 195.642C92.9206 195.868 92.3685 195.868 91.8932 195.642L23.8518 163.255C23.2448 162.966 22.8573 162.355 22.8549 161.683L22.5713 81.1386Z",
|
|
38
|
+
fill: "#FFE17D"
|
|
39
|
+
})
|
|
40
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
41
|
+
d: "M92.5 114.413L161.59 80.1561C161.977 79.9641 162.431 80.2459 162.431 80.6782V161.677C162.431 162.352 162.043 162.967 161.433 163.257L92.5 196V114.413Z",
|
|
42
|
+
fill: "#FFD164"
|
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
+
d: "M92.5 114.366L23.4029 81.3038C23.016 81.1187 22.5686 81.4006 22.5686 81.8295V161.437C22.5686 162.11 22.955 162.724 23.5622 163.014L92.5 196V114.366Z",
|
|
45
|
+
fill: "#FFC350"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
47
|
+
d: "M120.181 101.301L138.829 92.2683V119.071C138.829 119.965 138.318 120.78 137.514 121.169L122.691 128.349C121.53 128.911 120.181 128.066 120.181 126.776V101.301Z",
|
|
48
|
+
fill: "#FB923C"
|
|
49
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
50
|
+
d: "M68.6067 58.1766L138.83 92.2682L120.181 101.301L50.104 67.2094L68.6067 58.1766Z",
|
|
51
|
+
fill: "#FBAE6E"
|
|
52
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
53
|
+
d: "M99.0316 169.141C98.4619 167.987 98.9359 166.589 100.09 166.019L120.327 156.032C121.481 155.462 122.879 155.936 123.449 157.09V157.09C124.019 158.245 123.545 159.643 122.39 160.212L102.154 170.2C100.999 170.77 99.6014 170.296 99.0316 169.141V169.141Z",
|
|
54
|
+
fill: "#FFF6D8"
|
|
55
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
56
|
+
d: "M99.0316 180.354C98.4619 179.2 98.9359 177.802 100.09 177.233L110.628 172.032C111.783 171.462 113.181 171.936 113.75 173.09V173.09C114.32 174.245 113.846 175.643 112.692 176.212L102.154 181.413C100.999 181.983 99.6014 181.509 99.0316 180.354V180.354Z",
|
|
57
|
+
fill: "#FFE17D"
|
|
58
|
+
})]
|
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
60
|
+
d: "M54 154C54 158.01 53.1243 161.819 51.5518 165.241C47.2901 174.542 37.8985 181 27 181C16.1015 181 6.70986 174.542 2.44824 165.241C0.875676 161.819 0 158.01 0 154C0 139.088 12.088 127 27 127C41.912 127 54 139.088 54 154Z",
|
|
61
|
+
fill: color
|
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
63
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
64
|
+
id: "filter0_d_3287_4118",
|
|
65
|
+
x: "18.5713",
|
|
66
|
+
y: "45",
|
|
67
|
+
width: "147.859",
|
|
68
|
+
height: "156.812",
|
|
69
|
+
filterUnits: "userSpaceOnUse",
|
|
70
|
+
colorInterpolationFilters: "sRGB",
|
|
71
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
72
|
+
floodOpacity: "0",
|
|
73
|
+
result: "BackgroundImageFix"
|
|
74
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
75
|
+
in: "SourceAlpha",
|
|
76
|
+
type: "matrix",
|
|
77
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
78
|
+
result: "hardAlpha"
|
|
79
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
80
|
+
dy: "2"
|
|
81
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
82
|
+
stdDeviation: "2"
|
|
83
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
84
|
+
type: "matrix",
|
|
85
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
86
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
87
|
+
mode: "normal",
|
|
88
|
+
in2: "BackgroundImageFix",
|
|
89
|
+
result: "effect1_dropShadow_3287_4118"
|
|
90
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
91
|
+
mode: "normal",
|
|
92
|
+
in: "SourceGraphic",
|
|
93
|
+
in2: "effect1_dropShadow_3287_4118",
|
|
94
|
+
result: "shape"
|
|
95
|
+
})]
|
|
96
|
+
})
|
|
97
|
+
})]
|
|
98
|
+
});
|
|
99
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoxDeliverySvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAmG1D"}
|