@pedidopago/ui 1.7.19-2 → 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/illustrations.js +4 -4
- 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/index.js +1 -0
- 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/index.js +1 -0
- 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/multiple/index.js +1 -0
- package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
- package/dist/components/NewSelect/single/index.d.ts +3 -3
- package/dist/components/NewSelect/single/index.js +1 -0
- 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/index.d.ts.map +1 -1
- package/dist/components/RadioInput/index.js +6 -15
- 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 -32
- 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/index.d.ts.map +1 -1
- package/dist/components/ReactPortal/index.js +6 -4
- 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/index.js +1 -0
- 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/index.js +1 -0
- 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/index.js +1 -0
- 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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/BoxOpenSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAkGtD"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BoxOpenSvg = BoxOpenSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function BoxOpenSvg(_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_3287_4119",
|
|
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.jsxs)("g", {
|
|
33
|
+
mask: "url(#mask0_3287_4119)",
|
|
34
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
35
|
+
filter: "url(#filter0_d_3287_4119)",
|
|
36
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M19.7197 89.5752C19.7175 88.9526 20.0748 88.3846 20.637 88.117L83.2407 58.3181C83.6773 58.1103 84.1843 58.1099 84.6212 58.317L147.494 88.1194C148.055 88.3856 148.413 88.9515 148.413 89.5731V163.685C148.413 164.306 148.056 164.871 147.496 165.138L84.8902 194.938C84.4528 195.146 83.9448 195.146 83.5074 194.938L20.898 165.136C20.3395 164.87 19.9829 164.308 19.9807 163.689L19.7197 89.5752Z",
|
|
38
|
+
fill: "#FFC350"
|
|
39
|
+
})
|
|
40
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
41
|
+
d: "M84.0659 120.193L147.64 88.6712C147.997 88.4945 148.415 88.7538 148.415 89.1517V163.684C148.415 164.305 148.057 164.871 147.496 165.137L84.0659 195.267V120.193Z",
|
|
42
|
+
fill: "#FFD164"
|
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
+
d: "M84.0659 120.15L20.485 89.7271C20.1291 89.5568 19.7173 89.8163 19.7173 90.2108V163.463C19.7173 164.083 20.0729 164.647 20.6317 164.914L84.0659 195.267V120.15Z",
|
|
45
|
+
fill: "#FFC350"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
47
|
+
d: "M90.0758 170.552C89.5515 169.49 89.9876 168.204 91.0499 167.679L109.671 158.489C110.733 157.965 112.019 158.401 112.544 159.464V159.464C113.068 160.526 112.632 161.812 111.57 162.336L92.9485 171.526C91.8862 172.051 90.6 171.615 90.0758 170.552V170.552Z",
|
|
48
|
+
fill: "#FFF6D8"
|
|
49
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
50
|
+
d: "M90.0758 180.87C89.5515 179.808 89.9876 178.522 91.0499 177.998L100.747 173.212C101.809 172.688 103.095 173.124 103.619 174.186V174.186C104.144 175.248 103.708 176.535 102.645 177.059L92.9485 181.845C91.8862 182.369 90.6 181.933 90.0758 180.87V180.87Z",
|
|
51
|
+
fill: "#FFE17D"
|
|
52
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
53
|
+
d: "M19.6538 88.5275L83.6054 58.162L84.0655 120.273L19.6538 89.9077V88.5275Z",
|
|
54
|
+
fill: "#EBB34A"
|
|
55
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
56
|
+
d: "M84.0659 120.273L148.018 88.5275L156.123 101.888C161.107 110.103 157.777 120.826 149.017 124.774L113.426 140.814C106.184 144.078 97.643 141.534 93.3673 134.838L84.0659 120.273Z",
|
|
57
|
+
fill: "#FFE17D"
|
|
58
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
59
|
+
d: "M148.019 88.5269L83.6058 58.162L93.3888 45.0076C97.8597 38.9959 105.904 36.8915 112.746 39.9436L148.257 55.7846C157.692 59.9932 160.724 71.9065 154.45 80.1139L148.019 88.5269Z",
|
|
60
|
+
fill: "#FFE17D"
|
|
61
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
62
|
+
d: "M83.6057 58.1623L19.6542 88.5275L13.4017 80.0857C7.30352 71.8522 10.4077 60.0884 19.7744 55.9358L55.0406 40.3007C61.9515 37.2368 70.0639 39.4279 74.4925 45.5546L83.6057 58.1623Z",
|
|
63
|
+
fill: "#FFE17D"
|
|
64
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
65
|
+
d: "M84.0658 120.273L19.6541 88.5275L12.4212 98.9577C6.68441 107.231 9.92201 118.683 19.1411 122.727L55.2417 138.565C62.137 141.591 70.2086 139.399 74.6265 133.301L84.0658 120.273Z",
|
|
66
|
+
fill: "#FFE17D"
|
|
67
|
+
})]
|
|
68
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
69
|
+
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",
|
|
70
|
+
fill: color
|
|
71
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
72
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
73
|
+
id: "filter0_d_3287_4119",
|
|
74
|
+
x: "15.7197",
|
|
75
|
+
y: "56.162",
|
|
76
|
+
width: "136.694",
|
|
77
|
+
height: "144.932",
|
|
78
|
+
filterUnits: "userSpaceOnUse",
|
|
79
|
+
colorInterpolationFilters: "sRGB",
|
|
80
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
81
|
+
floodOpacity: "0",
|
|
82
|
+
result: "BackgroundImageFix"
|
|
83
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
84
|
+
in: "SourceAlpha",
|
|
85
|
+
type: "matrix",
|
|
86
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
87
|
+
result: "hardAlpha"
|
|
88
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
89
|
+
dy: "2"
|
|
90
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
91
|
+
stdDeviation: "2"
|
|
92
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
93
|
+
type: "matrix",
|
|
94
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
95
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
96
|
+
mode: "normal",
|
|
97
|
+
in2: "BackgroundImageFix",
|
|
98
|
+
result: "effect1_dropShadow_3287_4119"
|
|
99
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
100
|
+
mode: "normal",
|
|
101
|
+
in: "SourceGraphic",
|
|
102
|
+
in2: "effect1_dropShadow_3287_4119",
|
|
103
|
+
result: "shape"
|
|
104
|
+
})]
|
|
105
|
+
})
|
|
106
|
+
})]
|
|
107
|
+
});
|
|
108
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/CalendarSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA0FvD"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CalendarSvg = CalendarSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function CalendarSvg(_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: "M176 108.347C176 120.623 173.308 132.284 168.474 142.761C155.373 171.232 126.503 191.002 93 191.002C59.4972 191.002 30.6266 171.232 17.5261 142.761C12.6919 132.284 10 120.623 10 108.347C10 62.6972 47.1593 25.6924 93 25.6924C138.841 25.6924 176 62.6972 176 108.347Z",
|
|
20
|
+
fill: "#EAEFED"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
|
22
|
+
id: "mask0_3278_3356",
|
|
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_3278_3356)",
|
|
34
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
35
|
+
filter: "url(#filter0_d_3278_3356)",
|
|
36
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M26.4277 54.8691C26.4277 51.1821 29.4166 48.1932 33.1036 48.1932H151.448C155.135 48.1932 158.124 51.1821 158.124 54.8691V113.131H26.4277V54.8691Z",
|
|
38
|
+
fill: "#3B82F6"
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
d: "M26.2762 113.131H157.972L169.46 163.521C170.414 167.704 167.23 171.689 162.939 171.68L21.4173 171.409C17.1404 171.401 13.9742 167.429 14.9193 163.258L26.2762 113.131Z",
|
|
41
|
+
fill: "url(#paint0_linear_3278_3356)"
|
|
42
|
+
})]
|
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
+
d: "M55.8618 111.213C55.8618 101.638 57.4734 94.1664 60.6966 88.7978C63.9753 83.3739 69.5881 80.662 77.535 80.662C85.4818 80.662 91.0668 83.3739 94.29 88.7978C97.5687 94.1664 99.2081 101.638 99.2081 111.213C99.2081 120.898 97.5687 128.481 94.29 133.96C91.0668 139.384 85.4818 142.096 77.535 142.096C69.5881 142.096 63.9753 139.384 60.6966 133.96C57.4734 128.481 55.8618 120.898 55.8618 111.213ZM89.872 111.213C89.872 106.73 89.5663 102.939 88.955 99.8393C88.3993 96.7399 87.2323 94.2217 85.454 92.2846C83.6757 90.2922 81.036 89.2959 77.535 89.2959C74.0339 89.2959 71.3942 90.2922 69.6159 92.2846C67.8376 94.2217 66.6428 96.7399 66.0315 99.8393C65.4758 102.939 65.1979 106.73 65.1979 111.213C65.1979 115.862 65.4758 119.764 66.0315 122.918C66.5872 126.073 67.7543 128.619 69.5326 130.556C71.3664 132.493 74.0339 133.462 77.535 133.462C81.036 133.462 83.6757 132.493 85.454 130.556C87.2879 128.619 88.4827 126.073 89.0384 122.918C89.5941 119.764 89.872 115.862 89.872 111.213Z",
|
|
45
|
+
fill: "white"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
47
|
+
d: "M108.013 90.3752V81.7412H125.351V142.262H115.765V90.3752H108.013Z",
|
|
48
|
+
fill: "white"
|
|
49
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
50
|
+
d: "M66.0273 45.4621C66.0273 42.4454 68.4728 40 71.4894 40V40C74.506 40 76.9515 42.4454 76.9515 45.4621V55.1724C76.9515 58.189 74.506 60.6344 71.4894 60.6344V60.6344C68.4728 60.6344 66.0273 58.189 66.0273 55.1724V45.4621Z",
|
|
51
|
+
fill: "#CAD6D1"
|
|
52
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
53
|
+
d: "M107.297 45.4621C107.297 42.4454 109.742 40 112.759 40V40C115.776 40 118.221 42.4454 118.221 45.4621V55.1724C118.221 58.189 115.776 60.6344 112.759 60.6344V60.6344C109.742 60.6344 107.297 58.189 107.297 55.1724V45.4621Z",
|
|
54
|
+
fill: "#CAD6D1"
|
|
55
|
+
})]
|
|
56
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
57
|
+
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",
|
|
58
|
+
fill: color
|
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
|
60
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
61
|
+
id: "filter0_d_3278_3356",
|
|
62
|
+
x: "10.7515",
|
|
63
|
+
y: "46.1932",
|
|
64
|
+
width: "162.878",
|
|
65
|
+
height: "131.487",
|
|
66
|
+
filterUnits: "userSpaceOnUse",
|
|
67
|
+
colorInterpolationFilters: "sRGB",
|
|
68
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
69
|
+
floodOpacity: "0",
|
|
70
|
+
result: "BackgroundImageFix"
|
|
71
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
72
|
+
in: "SourceAlpha",
|
|
73
|
+
type: "matrix",
|
|
74
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
75
|
+
result: "hardAlpha"
|
|
76
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
77
|
+
dy: "2"
|
|
78
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
79
|
+
stdDeviation: "2"
|
|
80
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
81
|
+
type: "matrix",
|
|
82
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
83
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
84
|
+
mode: "normal",
|
|
85
|
+
in2: "BackgroundImageFix",
|
|
86
|
+
result: "effect1_dropShadow_3278_3356"
|
|
87
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
88
|
+
mode: "normal",
|
|
89
|
+
in: "SourceGraphic",
|
|
90
|
+
in2: "effect1_dropShadow_3278_3356",
|
|
91
|
+
result: "shape"
|
|
92
|
+
})]
|
|
93
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
|
94
|
+
id: "paint0_linear_3278_3356",
|
|
95
|
+
x1: "97",
|
|
96
|
+
y1: "109",
|
|
97
|
+
x2: "120.5",
|
|
98
|
+
y2: "155",
|
|
99
|
+
gradientUnits: "userSpaceOnUse",
|
|
100
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
101
|
+
stopColor: "#3574DB"
|
|
102
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
103
|
+
offset: "1",
|
|
104
|
+
stopColor: "#3B82F6"
|
|
105
|
+
})]
|
|
106
|
+
})]
|
|
107
|
+
})]
|
|
108
|
+
});
|
|
109
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/CardSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eA0FnD"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CardSvg = CardSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function CardSvg(_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_3287_4121",
|
|
23
|
+
maskUnits: "userSpaceOnUse",
|
|
24
|
+
x: "1",
|
|
25
|
+
y: "0",
|
|
26
|
+
width: "166",
|
|
27
|
+
height: "191",
|
|
28
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
29
|
+
d: "M167 45.2368C167 57.5122 164.308 132.281 159.474 142.759C146.373 171.23 117.503 191 84 191C50.4972 191 21.6266 171.23 8.52608 142.759C-6.4998 106.5 7 102.5 1 45.2368C1 -0.413273 38.1593 0.000130831 84 0.000130831C129.841 0.000130831 167 -0.413273 167 45.2368Z",
|
|
30
|
+
fill: "#F0F1F2"
|
|
31
|
+
})
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
33
|
+
mask: "url(#mask0_3287_4121)",
|
|
34
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
35
|
+
filter: "url(#filter0_d_3287_4121)",
|
|
36
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
37
|
+
d: "M8.93018 63.2659C8.93018 57.5962 13.5264 53 19.1961 53H148.803C154.473 53 159.069 57.5962 159.069 63.2659V153.734C159.069 159.404 154.473 164 148.803 164H19.1961C13.5264 164 8.93018 159.404 8.93018 153.734V63.2659Z",
|
|
38
|
+
fill: "url(#paint0_linear_3287_4121)"
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M134 87.2808C132.607 85.8887 130.351 85.8887 128.958 87.2808C127.566 88.6728 127.566 90.9298 128.958 92.3218C133.21 96.5733 135.599 102.34 135.599 108.352C135.599 114.365 133.21 120.131 128.958 124.383C127.566 125.775 127.566 128.032 128.958 129.424C130.351 130.816 132.607 130.816 134 129.424C139.588 123.835 142.728 116.256 142.728 108.352C142.728 100.449 139.588 92.8693 134 87.2808ZM125.884 95.3967C124.492 94.0047 122.235 94.0047 120.843 95.3967C119.451 96.7888 119.451 99.0457 120.843 100.438C122.942 102.537 124.121 105.384 124.121 108.352C124.121 111.321 122.942 114.168 120.843 116.267C119.451 117.659 119.451 119.916 120.843 121.308C122.235 122.7 124.492 122.7 125.884 121.308C129.32 117.872 131.25 113.211 131.25 108.352C131.25 103.493 129.32 98.8327 125.884 95.3967Z",
|
|
43
|
+
fill: "white"
|
|
44
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
45
|
+
d: "M24.9707 99.4927C24.9707 96.4923 27.403 94.0599 30.4035 94.0599H57.5672C60.5677 94.0599 63 96.4923 63 99.4927V117.756C63 120.756 60.5677 123.189 57.5672 123.189H30.4035C27.403 123.189 24.9707 120.756 24.9707 117.756V99.4927Z",
|
|
46
|
+
fill: "#FFD064"
|
|
47
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M30.4035 94.0599C27.403 94.0599 24.9707 96.4923 24.9707 99.4927V117.828C24.9707 120.829 27.403 123.261 30.4035 123.261H35.3835C35.6135 123.261 35.8401 123.247 36.0626 123.219C33.3827 122.885 31.3089 120.599 31.3089 117.828V99.4927C31.3089 96.7222 33.3827 94.4361 36.0626 94.102C35.8401 94.0742 35.6135 94.0599 35.3835 94.0599H30.4035Z",
|
|
51
|
+
fill: "#FFC250"
|
|
52
|
+
})]
|
|
53
|
+
})
|
|
54
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
55
|
+
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",
|
|
56
|
+
fill: color
|
|
57
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("defs", {
|
|
58
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
59
|
+
id: "filter0_d_3287_4121",
|
|
60
|
+
x: "2.93018",
|
|
61
|
+
y: "49",
|
|
62
|
+
width: "162.139",
|
|
63
|
+
height: "123",
|
|
64
|
+
filterUnits: "userSpaceOnUse",
|
|
65
|
+
colorInterpolationFilters: "sRGB",
|
|
66
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("feFlood", {
|
|
67
|
+
floodOpacity: "0",
|
|
68
|
+
result: "BackgroundImageFix"
|
|
69
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
70
|
+
in: "SourceAlpha",
|
|
71
|
+
type: "matrix",
|
|
72
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
73
|
+
result: "hardAlpha"
|
|
74
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feOffset", {
|
|
75
|
+
dy: "2"
|
|
76
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
77
|
+
stdDeviation: "3"
|
|
78
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feComposite", {
|
|
79
|
+
in2: "hardAlpha",
|
|
80
|
+
operator: "out"
|
|
81
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feColorMatrix", {
|
|
82
|
+
type: "matrix",
|
|
83
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
84
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
85
|
+
mode: "normal",
|
|
86
|
+
in2: "BackgroundImageFix",
|
|
87
|
+
result: "effect1_dropShadow_3287_4121"
|
|
88
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
89
|
+
mode: "normal",
|
|
90
|
+
in: "SourceGraphic",
|
|
91
|
+
in2: "effect1_dropShadow_3287_4121",
|
|
92
|
+
result: "shape"
|
|
93
|
+
})]
|
|
94
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("linearGradient", {
|
|
95
|
+
id: "paint0_linear_3287_4121",
|
|
96
|
+
x1: "88.6616",
|
|
97
|
+
y1: "45.1683",
|
|
98
|
+
x2: "143.646",
|
|
99
|
+
y2: "100.202",
|
|
100
|
+
gradientUnits: "userSpaceOnUse",
|
|
101
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
102
|
+
stopColor: "#3574DB"
|
|
103
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("stop", {
|
|
104
|
+
offset: "1",
|
|
105
|
+
stopColor: "#3B82F6"
|
|
106
|
+
})]
|
|
107
|
+
})]
|
|
108
|
+
})]
|
|
109
|
+
});
|
|
110
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/CollaboratorSvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,eAAe,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAwF3D"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.CollaboratorSvg = CollaboratorSvg;
|
|
7
|
+
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
|
|
10
|
+
function CollaboratorSvg(_ref) {
|
|
11
|
+
var color = _ref.color;
|
|
12
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
13
|
+
width: "148",
|
|
14
|
+
height: "148",
|
|
15
|
+
viewBox: "0 0 148 148",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
19
|
+
d: "M143.639 74C143.639 114.9 111.514 148 71.8195 148C32.1247 148 0 114.9 0 74C0 33.1 32.1247 0 71.8195 0C111.514 0 143.639 33.1 143.639 74Z",
|
|
20
|
+
fill: "#EAEFED"
|
|
21
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
22
|
+
filter: "url(#filter0_d_0_4)",
|
|
23
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
24
|
+
d: "M140.739 18H16.8475C15.0549 18 13.5875 19.8 13.5875 22V126C13.5875 128.2 15.0549 130 16.8485 130H140.739C142.533 130 144 128.2 144 126V22C144 19.8 142.533 18 140.739 18Z",
|
|
25
|
+
fill: "white"
|
|
26
|
+
})
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
+
d: "M16.8602 18C14.725 18 12.9781 19.8 12.9781 22V126C12.9781 128.2 14.725 130 16.8602 130H90.6208V18H16.8602Z",
|
|
29
|
+
fill: "".concat(color, "45")
|
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
31
|
+
d: "M12.9781 81.488V22C12.9781 19.8 14.725 18 16.8602 18H90.6208V84.799C81.0775 94.678 67.8676 100.793 53.2717 100.793C37.1084 100.793 22.6436 93.293 12.9781 81.488Z",
|
|
32
|
+
fill: "".concat(color, "55")
|
|
33
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd",
|
|
36
|
+
d: "M32.0831 104.589L45.3959 110.108L57.3966 117.372L59.029 89.608C59.029 89.608 73.7239 93.483 75.9813 89.353C77.8564 85.926 75.4242 83.745 76.6277 83.165C77.3401 82.821 78.5329 80.433 77.0547 79.243C78.1369 78.745 77.9632 76.958 77.771 76.407C77.4876 75.6 76.7519 75.887 77.2644 74.537C77.6555 73.509 79.482 73.505 79.417 71.451C79.3539 69.397 73.8015 64.102 72.9601 62.219C72.4263 61.028 72.0895 55.468 71.0258 53.152C69.173 49.118 65.9887 46.236 62.6928 44.573C61.0285 43.729 59.238 43.1806 57.3966 42.951C55.5351 42.73 53.5076 42.569 51.6413 42.681C47.0982 42.958 42.7813 45.144 39.2738 48.088C36.2904 50.597 33.7068 53.768 32.4597 57.55C30.9088 62.25 31.6008 67.635 34.0446 71.898C35.7197 74.82 44.5506 78.069 45.3891 81.363L32.0831 104.589Z",
|
|
37
|
+
fill: "#975D48"
|
|
38
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M18.8013 130H69.269C69.269 130 56.1668 91 35.7856 97.5L18.8013 130Z",
|
|
42
|
+
fill: "#465953"
|
|
43
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
44
|
+
fillRule: "evenodd",
|
|
45
|
+
clipRule: "evenodd",
|
|
46
|
+
d: "M23.6537 91.5C29.9622 95.5 36.7802 100.378 55.4737 100.378V84.064C55.4737 80.301 51.873 74.838 50.7607 72.515C50.1183 71.169 49.6369 69.541 50.3143 68.216C50.6569 67.55 51.247 67.058 51.838 66.607C55.1379 64.092 58.9297 62.184 61.7385 59.099C64.5258 56.035 66.1398 51.886 66.2291 47.704C71.2283 50.828 72.2969 58.37 72.3085 58.405C73.5799 57.251 75.0726 55.961 75.0726 53.322C75.0726 43.47 52.4174 29.132 34.0443 44.638C15.8681 59.976 23.6537 91.5 23.6537 91.5Z",
|
|
47
|
+
fill: "#EAEFED"
|
|
48
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
49
|
+
d: "M133.324 70H100.326C99.2584 70 98.3849 69.1 98.3849 68C98.3849 66.9 99.2584 66 100.326 66H133.324C134.392 66 135.265 66.9 135.265 68C135.265 69.1 134.392 70 133.324 70ZM133.324 60H100.326C99.2584 60 98.3849 59.1 98.3849 58C98.3849 56.9 99.2584 56 100.326 56H133.324C134.392 56 135.265 56.9 135.265 58C135.265 59.1 134.392 60 133.324 60Z",
|
|
50
|
+
fill: "#CAD6D1"
|
|
51
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
52
|
+
d: "M122.648 88H103.238C100.52 88 98.3849 85.8 98.3849 83C98.3849 80.2 100.52 78 103.238 78H122.648C125.366 78 127.501 80.2 127.501 83C127.501 85.8 125.366 88 122.648 88Z",
|
|
53
|
+
fill: "".concat(color, "95")
|
|
54
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
55
|
+
d: "M129.816 40C130.799 41.9575 131.697 43.9596 132.506 46H101.297C99.6466 46 98.3849 44.7 98.3849 43C98.3849 41.3 99.6466 40 101.297 40H129.816Z",
|
|
56
|
+
fill: "#CAD6D1"
|
|
57
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
|
58
|
+
cx: "116.5",
|
|
59
|
+
cy: "122.5",
|
|
60
|
+
r: "22.5",
|
|
61
|
+
fill: color
|
|
62
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
63
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("filter", {
|
|
64
|
+
id: "filter0_d_0_4",
|
|
65
|
+
x: "8.58747",
|
|
66
|
+
y: "14",
|
|
67
|
+
width: "140.413",
|
|
68
|
+
height: "122",
|
|
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: "1"
|
|
81
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feGaussianBlur", {
|
|
82
|
+
stdDeviation: "2.5"
|
|
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.3 0"
|
|
86
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
87
|
+
mode: "normal",
|
|
88
|
+
in2: "BackgroundImageFix",
|
|
89
|
+
result: "effect1_dropShadow_0_4"
|
|
90
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("feBlend", {
|
|
91
|
+
mode: "normal",
|
|
92
|
+
in: "SourceGraphic",
|
|
93
|
+
in2: "effect1_dropShadow_0_4",
|
|
94
|
+
result: "shape"
|
|
95
|
+
})]
|
|
96
|
+
})
|
|
97
|
+
})]
|
|
98
|
+
});
|
|
99
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Illustration/InquirySvg/index.tsx"],"names":[],"mappings":";AAAA,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,eAiQtD"}
|