@pedidopago/ui 1.7.19 → 1.7.20
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 +31 -31
- package/dist/components/CheckboxInput/types.d.ts +27 -27
- 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 +25 -25
- 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 +296 -296
- 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 +288 -288
- 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/dash.d.ts.map +1 -1
- package/dist/components/Icon/data/dash.js +1 -1
- 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/types.d.ts.map +1 -1
- 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 +69 -69
- 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/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/RadioInput/components/ChoiceList/index.d.ts +5 -5
- 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 -30
- package/dist/components/RadioInput/types.d.ts +26 -26
- 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 +288 -288
- 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/index.d.ts.map +1 -1
- package/dist/components/Steps/components/StepIcon/index.js +39 -115
- package/dist/components/Steps/components/StepIcon/styles.d.ts +23 -0
- package/dist/components/Steps/components/StepIcon/styles.d.ts.map +1 -0
- package/dist/components/Steps/components/StepIcon/styles.js +42 -0
- package/dist/components/Steps/components/StepIcon/types.d.ts +16 -0
- package/dist/components/Steps/components/StepIcon/types.d.ts.map +1 -0
- package/dist/components/Steps/components/StepIcon/types.js +1 -0
- package/dist/components/Steps/components/StepIcon/utils.d.ts +5 -0
- package/dist/components/Steps/components/StepIcon/utils.d.ts.map +1 -0
- package/dist/components/Steps/components/StepIcon/utils.js +22 -0
- package/dist/components/Steps/components/StepIconMobile/index.d.ts +3 -3
- package/dist/components/Steps/index.d.ts +4 -4
- package/dist/components/Steps/index.d.ts.map +1 -1
- package/dist/components/Steps/index.js +16 -41
- package/dist/components/Steps/steps.test.d.ts +1 -1
- package/dist/components/Steps/styles.d.ts +47 -45
- package/dist/components/Steps/styles.d.ts.map +1 -1
- package/dist/components/Steps/styles.js +23 -12
- 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/index.d.ts +3 -3
- package/dist/components/Table/styles.d.ts +34 -34
- package/dist/components/Table/table.test.d.ts +1 -1
- package/dist/components/Table/types.d.ts +53 -53
- 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 +869 -869
- package/dist/components/Tag/tag.test.d.ts +1 -1
- package/dist/components/Tag/types.d.ts +9 -9
- 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 +28 -28
- 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 +20 -20
- 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 +65 -65
- 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 +25 -25
- 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/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 +284 -284
- package/dist/shared/theme/index.d.ts +7 -7
- package/dist/shared/theme/theme.d.ts +282 -282
- package/dist/shared/theme/theme.test.d.ts +1 -1
- package/dist/shared/theme/theme.types.d.ts +14 -14
- 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/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
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.OrderSvg = OrderSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function OrderSvg(_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.347C166.876 120.623 164.185 132.284 159.35 142.761C146.25 171.232 117.379 191.002 83.8765 191.002C50.3736 191.002 21.5031 171.232 8.40255 142.761C3.56836 132.284 0.876465 120.623 0.876465 108.347C0.876465 62.6972 38.0358 25.6924 83.8765 25.6924C129.717 25.6924 166.876 62.6972 166.876 108.347Z",
|
|
20
|
+
fill: "#EAEFED"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
|
22
|
+
id: "mask0_4899_15675",
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
x: "1",
|
|
25
|
+
y: "0",
|
|
26
|
+
width: "166",
|
|
27
|
+
height: "192",
|
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
29
|
+
d: "M167 45.2368C167 57.5122 164.308 132.282 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C3.69189 132.282 1 57.5122 1 45.2368C1 -0.413274 38.1593 0.000130822 84 0.000130822C129.841 0.000130822 167 -0.413274 167 45.2368Z",
|
|
30
|
+
fill: "#F0F1F2"
|
|
31
|
+
})
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
33
|
+
mask: "url(#mask0_4899_15675)",
|
|
34
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
35
|
+
filter: "url(#filter0_d_4899_15675)",
|
|
36
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M21 21.9183C21 20.9164 21.8143 20.1055 22.8204 20.1055H144.801C145.807 20.1055 146.622 20.9164 146.622 21.9183V189.689C146.622 190.691 145.807 191.502 144.801 191.502H22.8204C21.8143 191.502 21 190.691 21 189.689V21.9183Z",
|
|
38
|
+
fill: color
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
d: "M26.5 15L31.2631 21H21.7369L26.5 15Z",
|
|
41
|
+
fill: color
|
|
42
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
43
|
+
d: "M34.5 15L39.2631 21H29.7369L34.5 15Z",
|
|
44
|
+
fill: color
|
|
45
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
46
|
+
d: "M43 15L48.1962 21H37.8038L43 15Z",
|
|
47
|
+
fill: color
|
|
48
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
49
|
+
d: "M51.5 15L56.2631 21H46.7369L51.5 15Z",
|
|
50
|
+
fill: color
|
|
51
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
52
|
+
d: "M59.5 15L64.2631 21H54.7369L59.5 15Z",
|
|
53
|
+
fill: color
|
|
54
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
55
|
+
d: "M67.5 15L72.2631 21H62.7369L67.5 15Z",
|
|
56
|
+
fill: color
|
|
57
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
58
|
+
d: "M75.5 15L80.2631 21H70.7369L75.5 15Z",
|
|
59
|
+
fill: color
|
|
60
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
61
|
+
d: "M84 15L89.1962 21H78.8038L84 15Z",
|
|
62
|
+
fill: color
|
|
63
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
64
|
+
d: "M92.5 15L97.2631 21H87.7369L92.5 15Z",
|
|
65
|
+
fill: color
|
|
66
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
67
|
+
d: "M100.5 15L105.263 21H95.7369L100.5 15Z",
|
|
68
|
+
fill: color
|
|
69
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
70
|
+
d: "M108.5 15L113.263 21H103.737L108.5 15Z",
|
|
71
|
+
fill: color
|
|
72
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
73
|
+
d: "M116.5 15L121.263 21H111.737L116.5 15Z",
|
|
74
|
+
fill: color
|
|
75
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
76
|
+
d: "M125 15L130.196 21H119.804L125 15Z",
|
|
77
|
+
fill: color
|
|
78
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
79
|
+
d: "M133.5 15L138.263 21H128.737L133.5 15Z",
|
|
80
|
+
fill: color
|
|
81
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
82
|
+
d: "M141.5 15L146.263 21H136.737L141.5 15Z",
|
|
83
|
+
fill: color
|
|
84
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
85
|
+
d: "M21 20H146.627V23H21V20Z",
|
|
86
|
+
fill: color
|
|
87
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
88
|
+
d: "M21.0684 118.074H146.69V189.689C146.69 190.691 145.876 191.502 144.87 191.502H22.8888C21.8827 191.502 21.0684 190.691 21.0684 189.689V118.074Z",
|
|
89
|
+
fill: "white"
|
|
90
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
91
|
+
d: "M87.2436 130.684H35.649C34.4096 130.684 33.4058 131.684 33.4058 132.918C33.4058 134.152 34.4096 135.152 35.649 135.152H87.2436C88.483 135.152 89.4868 134.152 89.4868 132.918C89.4868 131.684 88.4819 130.684 87.2436 130.684Z",
|
|
92
|
+
fill: "#EAEFED"
|
|
93
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
94
|
+
d: "M72.6625 147.439H39.0139C35.9171 147.439 33.4058 149.94 33.4058 153.024C33.4058 156.107 35.9171 158.608 39.0139 158.608H72.6625C75.7593 158.608 78.2706 156.107 78.2706 153.024C78.2706 149.94 75.7593 147.439 72.6625 147.439Z",
|
|
95
|
+
fill: color
|
|
96
|
+
})]
|
|
97
|
+
})
|
|
98
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
99
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
100
|
+
id: "filter0_d_4899_15675",
|
|
101
|
+
x: "11",
|
|
102
|
+
y: "7",
|
|
103
|
+
width: "145.69",
|
|
104
|
+
height: "196.502",
|
|
105
|
+
filterUnits: "userSpaceOnUse",
|
|
106
|
+
colorInterpolationFilters: "sRGB",
|
|
107
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
108
|
+
floodOpacity: "0",
|
|
109
|
+
result: "BackgroundImageFix"
|
|
110
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
111
|
+
in: "SourceAlpha",
|
|
112
|
+
type: "matrix",
|
|
113
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
114
|
+
result: "hardAlpha"
|
|
115
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
116
|
+
dy: "2"
|
|
117
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
118
|
+
stdDeviation: "5"
|
|
119
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
120
|
+
type: "matrix",
|
|
121
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"
|
|
122
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
123
|
+
mode: "normal",
|
|
124
|
+
in2: "BackgroundImageFix",
|
|
125
|
+
result: "effect1_dropShadow_4899_15675"
|
|
126
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
127
|
+
mode: "normal",
|
|
128
|
+
in: "SourceGraphic",
|
|
129
|
+
in2: "effect1_dropShadow_4899_15675",
|
|
130
|
+
result: "shape"
|
|
131
|
+
})]
|
|
132
|
+
})
|
|
133
|
+
})]
|
|
134
|
+
});
|
|
135
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/PixSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA2ElD"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.PixSvg = PixSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function PixSvg(_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_3315_5614",
|
|
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_3315_5614)",
|
|
34
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
35
|
+
filter: "url(#filter0_d_3315_5614)",
|
|
36
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M9 63.2659C9 57.5962 13.5962 53 19.2659 53H148.873C154.543 53 159.139 57.5962 159.139 63.2659V153.734C159.139 159.404 154.543 164 148.873 164H19.2659C13.5962 164 9 159.404 9 153.734V63.2659Z",
|
|
38
|
+
fill: "white"
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
d: "M109.35 134.171C105.723 134.171 102.311 132.753 99.7463 130.177L85.8789 116.245C84.9052 115.264 83.2083 115.267 82.235 116.245L68.317 130.228C65.7519 132.803 62.3401 134.222 58.7128 134.222H55.98L73.5436 151.867C79.0286 157.378 87.9219 157.378 93.4073 151.867L111.021 134.171H109.35Z",
|
|
41
|
+
fill: "#32BCAD"
|
|
42
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
43
|
+
d: "M58.7121 84.7643C62.3394 84.7643 65.7512 86.1824 68.3164 88.7566L82.2347 102.733C83.237 103.74 84.8737 103.744 85.8786 102.732L99.7462 88.8076C102.311 86.2334 105.723 84.8153 109.35 84.8153H111.021L93.4075 67.1307C87.9216 61.6231 79.0281 61.6231 73.5431 67.1307L55.98 84.7644L58.7121 84.7643Z",
|
|
44
|
+
fill: "#32BCAD"
|
|
45
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
46
|
+
d: "M125.862 99.5956L115.156 88.981C114.92 89.0746 114.665 89.133 114.395 89.133H109.527C107.011 89.133 104.547 90.1451 102.769 91.9094L88.8201 105.739C87.5148 107.033 85.7995 107.68 84.0859 107.68C82.3707 107.68 80.6567 107.033 79.3518 105.74L65.3506 91.8588C63.5723 90.0941 61.1086 89.0825 58.592 89.0825H52.6064C52.3511 89.0825 52.1125 89.0228 51.8873 88.9387L41.1382 99.5956C35.6206 105.066 35.6206 113.934 41.1382 119.405L51.8868 130.061C52.1125 129.977 52.3511 129.917 52.6064 129.917H58.592C61.1086 129.917 63.5723 128.906 65.3506 127.141L79.3505 113.262C81.881 110.755 86.2921 110.754 88.8201 113.263L102.769 127.091C104.547 128.855 107.011 129.867 109.527 129.867H114.395C114.665 129.867 114.92 129.926 115.156 130.019L125.862 119.405C131.379 113.934 131.379 105.066 125.862 99.5955",
|
|
47
|
+
fill: "#32BCAD"
|
|
48
|
+
})]
|
|
49
|
+
})
|
|
50
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
51
|
+
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",
|
|
52
|
+
fill: color
|
|
53
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
54
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
55
|
+
id: "filter0_d_3315_5614",
|
|
56
|
+
x: "3",
|
|
57
|
+
y: "49",
|
|
58
|
+
width: "162.139",
|
|
59
|
+
height: "123",
|
|
60
|
+
filterUnits: "userSpaceOnUse",
|
|
61
|
+
colorInterpolationFilters: "sRGB",
|
|
62
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
63
|
+
floodOpacity: "0",
|
|
64
|
+
result: "BackgroundImageFix"
|
|
65
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
66
|
+
in: "SourceAlpha",
|
|
67
|
+
type: "matrix",
|
|
68
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
69
|
+
result: "hardAlpha"
|
|
70
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
71
|
+
dy: "2"
|
|
72
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
73
|
+
stdDeviation: "3"
|
|
74
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
75
|
+
in2: "hardAlpha",
|
|
76
|
+
operator: "out"
|
|
77
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
78
|
+
type: "matrix",
|
|
79
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
80
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
81
|
+
mode: "normal",
|
|
82
|
+
in2: "BackgroundImageFix",
|
|
83
|
+
result: "effect1_dropShadow_3315_5614"
|
|
84
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
85
|
+
mode: "normal",
|
|
86
|
+
in: "SourceGraphic",
|
|
87
|
+
in2: "effect1_dropShadow_3315_5614",
|
|
88
|
+
result: "shape"
|
|
89
|
+
})]
|
|
90
|
+
})
|
|
91
|
+
})]
|
|
92
|
+
});
|
|
93
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/PrescriptionSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAwE3D"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.PrescriptionSvg = PrescriptionSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function PrescriptionSvg(_ref) {
|
|
11
|
+
var color = _ref.color;
|
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
13
|
+
width: "166",
|
|
14
|
+
height: "191",
|
|
15
|
+
viewBox: "0 0 166 191",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M157 106C157 116.99 154.6 127.43 150.29 136.81C138.61 162.3 112.87 180 83 180C53.13 180 27.39 162.3 15.71 136.81C11.4 127.43 9 116.99 9 106C9 65.13 42.13 32 83 32C123.87 32 157 65.13 157 106Z",
|
|
20
|
+
fill: "#EAEFED"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
22
|
+
filter: "url(#filter0_d_3271_3493)",
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
d: "M148.012 50H20.359C18.512 50 17 51.8 17 54V158C17 160.2 18.512 162 20.36 162H148.012C149.86 162 151.372 160.2 151.372 158V54C151.372 51.8 149.86 50 148.012 50Z",
|
|
25
|
+
fill: "white"
|
|
26
|
+
})
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
+
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",
|
|
29
|
+
fill: color
|
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
31
|
+
d: "M36 69C36 67.3431 37.3431 66 39 66H105C106.657 66 108 67.3431 108 69V69C108 70.6569 106.657 72 105 72H39C37.3431 72 36 70.6569 36 69V69Z",
|
|
32
|
+
fill: "#EAEFED"
|
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
34
|
+
d: "M36 88C36 86.3431 37.3431 85 39 85H127C128.657 85 130 86.3431 130 88V88C130 89.6569 128.657 91 127 91H39C37.3431 91 36 89.6569 36 88V88Z",
|
|
35
|
+
fill: "#EAEFED"
|
|
36
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M36 109C36 107.343 37.3431 106 39 106H127C128.657 106 130 107.343 130 109V109C130 110.657 128.657 112 127 112H39C37.3431 112 36 110.657 36 109V109Z",
|
|
38
|
+
fill: "#EAEFED"
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M89.8572 138.217C89.5843 137.936 89.3692 137.604 89.2228 137.241C89.0755 136.875 89 136.484 89 136.09C89 135.696 89.0755 135.305 89.2228 134.94C89.3701 134.574 89.5869 134.24 89.8621 133.958L89.8692 133.951L89.8764 133.944C95.6402 128.268 98.9162 125.478 100.917 124.161C101.916 123.504 102.681 123.155 103.34 123.042C104.066 122.917 104.559 123.098 104.876 123.215L104.883 123.218L104.891 123.221C105.415 123.424 105.877 123.759 106.236 124.191C106.596 124.622 106.842 125.138 106.955 125.689L106.96 125.713L106.964 125.736C107.072 126.433 107.191 128.46 107.283 130.83C107.347 132.492 107.4 134.364 107.426 136.148L111.732 132.076C112.215 131.608 112.845 131.322 113.518 131.276L126.801 130.064C127.193 130.032 127.587 130.08 127.96 130.204C128.333 130.329 128.677 130.528 128.972 130.788C129.267 131.047 129.507 131.363 129.682 131.715C129.856 132.067 129.96 132.45 129.991 132.842C130.021 133.234 129.977 133.628 129.859 134.003C129.742 134.378 129.554 134.727 129.304 135.031C129.054 135.334 128.747 135.585 128.399 135.769C128.054 135.951 127.676 136.063 127.287 136.096L114.933 137.314L106.616 145.166C106.096 145.646 105.426 145.927 104.721 145.955C104.363 146.022 103.994 146.014 103.637 145.931L103.56 145.913L103.487 145.883C102.945 145.661 102.484 145.28 102.159 144.793C101.836 144.307 101.661 143.737 101.654 143.153C101.618 140.857 101.538 138.404 101.463 136.114C101.409 134.443 101.358 132.858 101.328 131.486C99.201 133.257 96.4615 135.836 94.0256 138.227C93.7586 138.504 93.4397 138.727 93.086 138.881C92.7261 139.037 92.3383 139.118 91.9458 139.118C91.5533 139.118 91.1655 139.037 90.8056 138.881C90.4479 138.726 90.1259 138.499 89.8572 138.217Z",
|
|
43
|
+
fill: "#709085"
|
|
44
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
45
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
46
|
+
id: "filter0_d_3271_3493",
|
|
47
|
+
x: "11",
|
|
48
|
+
y: "46",
|
|
49
|
+
width: "146.372",
|
|
50
|
+
height: "124",
|
|
51
|
+
filterUnits: "userSpaceOnUse",
|
|
52
|
+
colorInterpolationFilters: "sRGB",
|
|
53
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
54
|
+
floodOpacity: "0",
|
|
55
|
+
result: "BackgroundImageFix"
|
|
56
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
57
|
+
in: "SourceAlpha",
|
|
58
|
+
type: "matrix",
|
|
59
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
60
|
+
result: "hardAlpha"
|
|
61
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
62
|
+
dy: "2"
|
|
63
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
64
|
+
stdDeviation: "3"
|
|
65
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
66
|
+
type: "matrix",
|
|
67
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"
|
|
68
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
69
|
+
mode: "normal",
|
|
70
|
+
in2: "BackgroundImageFix",
|
|
71
|
+
result: "effect1_dropShadow_3271_3493"
|
|
72
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
73
|
+
mode: "normal",
|
|
74
|
+
in: "SourceGraphic",
|
|
75
|
+
in2: "effect1_dropShadow_3271_3493",
|
|
76
|
+
result: "shape"
|
|
77
|
+
})]
|
|
78
|
+
})
|
|
79
|
+
})]
|
|
80
|
+
});
|
|
81
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/TransportSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAsFxD"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.TransportSvg = TransportSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function TransportSvg(_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_3289_3457",
|
|
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_3289_3457)",
|
|
34
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
35
|
+
filter: "url(#filter0_d_3289_3457)",
|
|
36
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M-1.88232 52.1176C-1.88232 47.6344 1.75207 44 6.23532 44H87.4118C91.895 44 95.5294 47.6344 95.5294 52.1176V151.647H6.23532C1.75207 151.647 -1.88232 148.013 -1.88232 143.529V52.1176Z",
|
|
38
|
+
fill: "#FFAA64"
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
d: "M95.5293 89.5294H129.808C131.561 89.5294 133.215 90.3437 134.283 91.7334L152.594 115.536C153.353 116.524 153.765 117.734 153.765 118.98V140.353C153.765 146.591 148.708 151.647 142.47 151.647H95.5293V89.5294Z",
|
|
41
|
+
fill: "#18996E"
|
|
42
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
43
|
+
d: "M52.4708 150.235C52.4708 161.151 43.6219 170 32.7061 170C21.7904 170 12.9414 161.151 12.9414 150.235C12.9414 139.32 21.7904 130.471 32.7061 130.471C43.6219 130.471 52.4708 139.32 52.4708 150.235Z",
|
|
44
|
+
fill: "#42434D"
|
|
45
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
46
|
+
d: "M143.882 150.235C143.882 161.151 135.033 170 124.118 170C113.202 170 104.353 161.151 104.353 150.235C104.353 139.32 113.202 130.471 124.118 130.471C135.033 130.471 143.882 139.32 143.882 150.235Z",
|
|
47
|
+
fill: "#42434D"
|
|
48
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
49
|
+
opacity: "0.2",
|
|
50
|
+
d: "M95.5293 89.5294H101.176V151.647H95.5293V89.5294Z",
|
|
51
|
+
fill: "#42434D"
|
|
52
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
53
|
+
fillRule: "evenodd",
|
|
54
|
+
clipRule: "evenodd",
|
|
55
|
+
d: "M-1.88232 52.2941V52.1176C-1.88232 47.6344 1.75204 44 6.23532 44C6.26462 44 6.29374 44.0001 6.32304 44.0004C6.35251 44.0001 6.38215 44 6.41179 44H85.4706C90.0513 44 93.7647 47.7134 93.7647 52.2941C93.7647 56.8749 90.0513 60.5882 85.4706 60.5882H60.2353C34.8952 60.5882 14.353 81.1305 14.353 106.471V141.059C14.353 145.542 10.7186 149.176 6.23532 149.176C1.75204 149.176 -1.88232 145.542 -1.88232 141.059V52.2941Z",
|
|
56
|
+
fill: "#FFBD7B"
|
|
57
|
+
})]
|
|
58
|
+
})
|
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
60
|
+
d: "M167 154C167 158.01 166.124 161.819 164.552 165.241C160.29 174.542 150.899 181 140 181C129.101 181 119.71 174.542 115.448 165.241C113.876 161.819 113 158.01 113 154C113 139.088 125.088 127 140 127C154.912 127 167 139.088 167 154Z",
|
|
61
|
+
fill: color
|
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
63
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
64
|
+
id: "filter0_d_3289_3457",
|
|
65
|
+
x: "-5.88232",
|
|
66
|
+
y: "42",
|
|
67
|
+
width: "163.647",
|
|
68
|
+
height: "134",
|
|
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)("feComposite", {
|
|
84
|
+
in2: "hardAlpha",
|
|
85
|
+
operator: "out"
|
|
86
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
87
|
+
type: "matrix",
|
|
88
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
89
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
90
|
+
mode: "normal",
|
|
91
|
+
in2: "BackgroundImageFix",
|
|
92
|
+
result: "effect1_dropShadow_3289_3457"
|
|
93
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
94
|
+
mode: "normal",
|
|
95
|
+
in: "SourceGraphic",
|
|
96
|
+
in2: "effect1_dropShadow_3289_3457",
|
|
97
|
+
result: "shape"
|
|
98
|
+
})]
|
|
99
|
+
})
|
|
100
|
+
})]
|
|
101
|
+
});
|
|
102
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
2
2
|
//# sourceMappingURL=illustration.test.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { IllustrationProps } from './types';
|
|
3
|
-
declare const Illustration: FC<IllustrationProps>;
|
|
4
|
-
export default Illustration;
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IllustrationProps } from './types';
|
|
3
|
+
declare const Illustration: FC<IllustrationProps>;
|
|
4
|
+
export default Illustration;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IllustrationProps } from './types';
|
|
3
|
-
export declare const IllustrationContainer: import("@emotion/styled").StyledComponent<{
|
|
4
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
6
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
-
export declare const StatusBubbleContainer: import("@emotion/styled").StyledComponent<{
|
|
8
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
-
as?: import("react").ElementType<any> | undefined;
|
|
10
|
-
} & Partial<IllustrationProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IllustrationProps } from './types';
|
|
3
|
+
export declare const IllustrationContainer: import("@emotion/styled").StyledComponent<{
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
6
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
+
export declare const StatusBubbleContainer: import("@emotion/styled").StyledComponent<{
|
|
8
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
+
as?: import("react").ElementType<any> | undefined;
|
|
10
|
+
} & Partial<IllustrationProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
11
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { GlobalColorsProps } from '../../shared/theme';
|
|
2
|
-
import { IconName } from '../Icon/types';
|
|
3
|
-
export interface IllustrationProps {
|
|
4
|
-
iconName?: IconName;
|
|
5
|
-
name?: 'illust-order' | IconName;
|
|
6
|
-
color?: GlobalColorsProps | (string & {});
|
|
7
|
-
type?: 'default' | 'success' | 'warning' | 'error' | 'critical' | 'informative' | undefined;
|
|
8
|
-
bubblePosition?: 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'center' | undefined;
|
|
9
|
-
bubbleColor?: GlobalColorsProps | (string & {});
|
|
10
|
-
size?: number;
|
|
11
|
-
}
|
|
1
|
+
import { GlobalColorsProps } from '../../shared/theme';
|
|
2
|
+
import { IconName } from '../Icon/types';
|
|
3
|
+
export interface IllustrationProps {
|
|
4
|
+
iconName?: IconName;
|
|
5
|
+
name?: 'illust-order' | IconName;
|
|
6
|
+
color?: GlobalColorsProps | (string & {});
|
|
7
|
+
type?: 'default' | 'success' | 'warning' | 'error' | 'critical' | 'informative' | undefined;
|
|
8
|
+
bubblePosition?: 'bottom-left' | 'bottom-right' | 'top-left' | 'top-right' | 'center' | undefined;
|
|
9
|
+
bubbleColor?: GlobalColorsProps | (string & {});
|
|
10
|
+
size?: number;
|
|
11
|
+
}
|
|
12
12
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ImageFake: JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const ImageFake: JSX.Element;
|
|
3
3
|
//# sourceMappingURL=imageFake.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
2
|
-
import { IInputProps } from './types';
|
|
3
|
-
declare const ImageItem: FC<IInputProps>;
|
|
4
|
-
export default ImageItem;
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IInputProps } from './types';
|
|
3
|
+
declare const ImageItem: FC<IInputProps>;
|
|
4
|
+
export default ImageItem;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import '@testing-library/jest-dom/extend-expect';
|
|
1
|
+
import '@testing-library/jest-dom/extend-expect';
|
|
2
2
|
//# sourceMappingURL=input.test.d.ts.map
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { IStyleProps } from './types';
|
|
3
|
-
export declare const ImageItemWrapper: import("@emotion/styled").StyledComponent<{
|
|
4
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
-
as?: import("react").ElementType<any> | undefined;
|
|
6
|
-
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
-
export declare const ImageWrapper: import("@emotion/styled").StyledComponent<{
|
|
8
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
-
as?: import("react").ElementType<any> | undefined;
|
|
10
|
-
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
|
-
export declare const DescriptionWrapper: import("@emotion/styled").StyledComponent<{
|
|
12
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
-
as?: import("react").ElementType<any> | undefined;
|
|
14
|
-
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
15
|
-
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
16
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
17
|
-
as?: import("react").ElementType<any> | undefined;
|
|
18
|
-
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
19
|
-
export declare const Subtitle: import("@emotion/styled").StyledComponent<{
|
|
20
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
21
|
-
as?: import("react").ElementType<any> | undefined;
|
|
22
|
-
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
23
|
-
export declare const Description: import("@emotion/styled").StyledComponent<{
|
|
24
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
25
|
-
as?: import("react").ElementType<any> | undefined;
|
|
26
|
-
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IStyleProps } from './types';
|
|
3
|
+
export declare const ImageItemWrapper: import("@emotion/styled").StyledComponent<{
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any> | undefined;
|
|
6
|
+
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
7
|
+
export declare const ImageWrapper: import("@emotion/styled").StyledComponent<{
|
|
8
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
9
|
+
as?: import("react").ElementType<any> | undefined;
|
|
10
|
+
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
|
+
export declare const DescriptionWrapper: import("@emotion/styled").StyledComponent<{
|
|
12
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
13
|
+
as?: import("react").ElementType<any> | undefined;
|
|
14
|
+
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
15
|
+
export declare const Title: import("@emotion/styled").StyledComponent<{
|
|
16
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
17
|
+
as?: import("react").ElementType<any> | undefined;
|
|
18
|
+
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
19
|
+
export declare const Subtitle: import("@emotion/styled").StyledComponent<{
|
|
20
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
21
|
+
as?: import("react").ElementType<any> | undefined;
|
|
22
|
+
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
23
|
+
export declare const Description: import("@emotion/styled").StyledComponent<{
|
|
24
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
25
|
+
as?: import("react").ElementType<any> | undefined;
|
|
26
|
+
} & IStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
27
27
|
//# sourceMappingURL=styles.d.ts.map
|