@pedidopago/ui 1.13.9 → 1.13.11
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/CHANGELOG.md +0 -0
- 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 +3 -3
- package/dist/components/Alert/styles.d.ts +10 -10
- package/dist/components/Alert/types.d.ts +43 -43
- 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 +2 -2
- package/dist/components/Card/styles.d.ts +6 -6
- package/dist/components/Card/types.d.ts +17 -17
- package/dist/components/Carousel/Examples/index.d.ts +5 -5
- package/dist/components/Carousel/Examples/styles.d.ts +26 -26
- package/dist/components/Carousel/carousel-control-container.d.ts +4 -4
- package/dist/components/Carousel/carousel-control-item.d.ts +4 -4
- package/dist/components/Carousel/carousel-root.d.ts +7 -7
- package/dist/components/Carousel/carousel-slide-container.d.ts +2 -2
- package/dist/components/Carousel/carousel-slide-item.d.ts +2 -2
- package/dist/components/Carousel/contexts/carousel-context/constants.d.ts +1 -1
- package/dist/components/Carousel/contexts/carousel-context/index.d.ts +4 -4
- package/dist/components/Carousel/contexts/carousel-context/types.d.ts +25 -25
- package/dist/components/Carousel/index.d.ts +6 -6
- package/dist/components/Carousel/styles.d.ts +9 -9
- package/dist/components/Carousel/types.d.ts +18 -18
- package/dist/components/CheckboxInput/checkbox-input.test.d.ts +1 -1
- package/dist/components/CheckboxInput/components/MultipleCheckbox.d.ts +4 -4
- package/dist/components/CheckboxInput/index.d.ts +4 -4
- package/dist/components/CheckboxInput/styles.d.ts +30 -30
- package/dist/components/CheckboxInput/types.d.ts +27 -27
- package/dist/components/ChoiceList/index.d.ts +5 -5
- package/dist/components/ChoiceList/styles.d.ts +21 -21
- package/dist/components/ChoiceList/types.d.ts +23 -23
- package/dist/components/CollapseCard/ExpandButton/index.d.ts +2 -2
- package/dist/components/CollapseCard/ExpandButton/styles.d.ts +276 -276
- 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 +275 -275
- 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 +3 -3
- package/dist/components/ColorPicker/components/ColorPickerBox.d.ts +4 -4
- package/dist/components/ColorPicker/components/ColorPointer.d.ts +3 -3
- 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 +3 -3
- 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/Combobox/ComboboxLoading/index.d.ts +1 -1
- package/dist/components/Combobox/ComboboxLoading/types.d.ts +5 -5
- package/dist/components/Combobox/ComboboxNoResult/index.d.ts +2 -2
- package/dist/components/Combobox/ComboboxOption/index.d.ts +3 -3
- package/dist/components/Combobox/ComboboxOption/styles.d.ts +7 -7
- package/dist/components/Combobox/ComboboxOption/types.d.ts +5 -5
- package/dist/components/Combobox/Examples/constants.d.ts +4 -4
- package/dist/components/Combobox/Examples/index.d.ts +2 -2
- package/dist/components/Combobox/index.d.ts +2 -2
- package/dist/components/Combobox/styles.d.ts +5 -5
- package/dist/components/Combobox/types.d.ts +32 -32
- package/dist/components/Combobox/utils.d.ts +32 -32
- 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 +4 -4
- package/dist/components/DateInput/components/ModalWrapper/index.d.ts +3 -3
- package/dist/components/DateInput/components/ModalWrapper/styles.d.ts +275 -275
- 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 +2 -2
- package/dist/components/DateInput/styles.d.ts +10 -10
- package/dist/components/DateInput/types.d.ts +19 -19
- package/dist/components/DatePicker/components/DatePickerContent.d.ts +2 -2
- package/dist/components/DatePicker/components/DateYearPicker.d.ts +2 -2
- package/dist/components/DatePicker/datepicker.test.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts +3 -3
- 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 +2 -2
- package/dist/components/Dialog/dialog.test.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts +2 -2
- package/dist/components/Dialog/styles.d.ts +23 -23
- package/dist/components/Dialog/types.d.ts +30 -30
- package/dist/components/Dropzone/dropzone.test.d.ts +1 -1
- package/dist/components/Dropzone/index.d.ts +3 -3
- 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/Dropzone/utils/covert-blob.d.ts +1 -1
- package/dist/components/EmojiPicker/Emote/index.d.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +529 -529
- package/dist/components/EmojiPicker/types.d.ts +20 -20
- package/dist/components/Flex/flex.test.d.ts +1 -1
- package/dist/components/Flex/index.d.ts +4 -4
- package/dist/components/Flex/styles.d.ts +464 -464
- package/dist/components/Flex/types.d.ts +175 -175
- package/dist/components/ForwardedModal/ForwardedModalExample.d.ts +6 -6
- package/dist/components/ForwardedModal/forwardedModal.test.d.ts +1 -1
- package/dist/components/ForwardedModal/index.d.ts +5 -5
- package/dist/components/ForwardedModal/types.d.ts +8 -8
- package/dist/components/Grid/grid.test.d.ts +1 -1
- package/dist/components/Grid/index.d.ts +4 -4
- package/dist/components/Grid/styles.d.ts +456 -456
- package/dist/components/Grid/types.d.ts +88 -88
- package/dist/components/Icon/data/beauty.d.ts +8 -8
- package/dist/components/Icon/data/dash.d.ts +8 -8
- package/dist/components/Icon/data/dash.js +1 -1
- package/dist/components/Icon/data/ecommerce.d.ts +8 -8
- package/dist/components/Icon/data/filled.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/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/IllustrationCard/index.d.ts +2 -2
- package/dist/components/IllustrationCard/styles.d.ts +5 -5
- package/dist/components/IllustrationCard/types.d.ts +14 -14
- package/dist/components/ImageItem/imageFake.d.ts +1 -1
- package/dist/components/ImageItem/index.d.ts +4 -4
- package/dist/components/ImageItem/input.test.d.ts +1 -1
- package/dist/components/ImageItem/styles.d.ts +26 -26
- package/dist/components/ImageItem/types.d.ts +25 -25
- package/dist/components/Input/index.d.ts +4 -4
- package/dist/components/Input/input.test.d.ts +1 -1
- package/dist/components/Input/styles.d.ts +65 -65
- package/dist/components/Input/types.d.ts +32 -32
- package/dist/components/Label/index.d.ts +2 -2
- package/dist/components/Label/label.test.d.ts +1 -1
- package/dist/components/Label/styles.d.ts +6 -6
- package/dist/components/Label/types.d.ts +17 -17
- package/dist/components/LegacyRadio/index.d.ts +4 -4
- package/dist/components/LegacyRadio/legacy-radio.test.d.ts +1 -1
- package/dist/components/LegacyRadio/styles.d.ts +33 -33
- package/dist/components/LegacyRadio/types.d.ts +27 -27
- package/dist/components/List/index.d.ts +4 -4
- package/dist/components/List/list.test.d.ts +1 -1
- package/dist/components/List/styles.d.ts +15 -15
- package/dist/components/List/types.d.ts +8 -8
- package/dist/components/Modal/ModalExample.d.ts +6 -6
- 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 +550 -550
- package/dist/components/Modal/types.d.ts +38 -38
- 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 +2 -2
- package/dist/components/MultipleSelect/components/OptionsArea/styles.d.ts +282 -282
- 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 +9 -9
- package/dist/components/MultipleSelect/types.d.ts +44 -44
- package/dist/components/NewDropzone/DropzoneButton/index.d.ts +2 -2
- package/dist/components/NewDropzone/DropzoneButton/styles.d.ts +5 -5
- package/dist/components/NewDropzone/DropzoneButton/types.d.ts +26 -26
- package/dist/components/NewDropzone/DropzoneButton/utils/convertFile.d.ts +7 -7
- package/dist/components/NewDropzone/DropzoneButton/utils/formatAcceptObject/constants.d.ts +4 -4
- package/dist/components/NewDropzone/DropzoneButton/utils/formatAcceptObject/index.d.ts +2 -2
- package/dist/components/NewDropzone/DropzoneButtonIcon/index.d.ts +2 -2
- package/dist/components/NewDropzone/DropzoneButtonIcon/styles.d.ts +5 -5
- package/dist/components/NewDropzone/DropzoneButtonText/index.d.ts +2 -2
- package/dist/components/NewDropzone/Examples/BasicUse/index.d.ts +1 -1
- package/dist/components/NewDropzone/Examples/Controlled/index.d.ts +1 -1
- package/dist/components/NewDropzone/Examples/Controlled/mocks.d.ts +1 -1
- package/dist/components/NewDropzone/Examples/DropzoneButton/index.d.ts +1 -1
- package/dist/components/NewDropzone/Examples/index.d.ts +3 -3
- package/dist/components/NewDropzone/MultipleDropzone/index.d.ts +2 -2
- package/dist/components/NewDropzone/MultiplePreview/index.d.ts +2 -2
- package/dist/components/NewDropzone/MultiplePreview/styles.d.ts +5 -5
- package/dist/components/NewDropzone/MultiplePreview/types.d.ts +9 -9
- package/dist/components/NewDropzone/MultiplePreviewItem/animations.d.ts +3 -3
- package/dist/components/NewDropzone/MultiplePreviewItem/index.d.ts +2 -2
- package/dist/components/NewDropzone/MultiplePreviewItem/styles.d.ts +5 -5
- package/dist/components/NewDropzone/MultiplePreviewItem/types.d.ts +9 -9
- package/dist/components/NewDropzone/Preview/content/index.d.ts +2 -2
- package/dist/components/NewDropzone/Preview/content/index.js +1 -1
- package/dist/components/NewDropzone/Preview/content/types.d.ts +5 -5
- package/dist/components/NewDropzone/Preview/index.d.ts +2 -2
- package/dist/components/NewDropzone/Preview/styles.d.ts +280 -280
- package/dist/components/NewDropzone/Preview/types.d.ts +8 -8
- package/dist/components/NewDropzone/SingleDropzone/index.d.ts +2 -2
- package/dist/components/NewDropzone/constants.d.ts +6 -6
- package/dist/components/NewDropzone/index.d.ts +2 -2
- package/dist/components/NewDropzone/styles.d.ts +5 -5
- package/dist/components/NewDropzone/types.d.ts +35 -35
- package/dist/components/NewDropzone/utils.d.ts +5 -5
- package/dist/components/NewSelect/Examples/constants.d.ts +8 -8
- package/dist/components/NewSelect/Examples/index.d.ts +5 -5
- package/dist/components/NewSelect/Multiple/Examples/index.d.ts +5 -5
- package/dist/components/NewSelect/Multiple/index.d.ts +2 -2
- package/dist/components/NewSelect/Single/Examples/index.d.ts +5 -5
- package/dist/components/NewSelect/Single/index.d.ts +2 -2
- package/dist/components/NewSelect/components/Chip/index.d.ts +2 -2
- 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/styles.d.ts +267 -267
- package/dist/components/NewSelect/components/OptionsSelect/types.d.ts +22 -22
- package/dist/components/NewSelect/components/SelectInputSearch/index.d.ts +2 -2
- package/dist/components/NewSelect/components/SelectInputSearch/types.d.ts +3 -3
- package/dist/components/NewSelect/components/SelectItem/index.d.ts +5 -5
- package/dist/components/NewSelect/components/SelectItem/styles.d.ts +9 -9
- package/dist/components/NewSelect/components/SelectItem/types.d.ts +5 -5
- package/dist/components/NewSelect/index.d.ts +2 -2
- package/dist/components/NewSelect/newSelect.test.d.ts +1 -1
- package/dist/components/NewSelect/styles.d.ts +24 -24
- package/dist/components/NewSelect/types.d.ts +48 -48
- package/dist/components/NewSelect/utils.ts/index.d.ts +9 -9
- package/dist/components/Observer/index.d.ts +5 -5
- 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 +2 -2
- 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 +29 -29
- package/dist/components/PdfPreview/index.d.ts +3 -3
- package/dist/components/PdfPreview/styles.d.ts +5 -5
- package/dist/components/PdfPreview/types.d.ts +3 -3
- package/dist/components/Popover/Popover.d.ts +5 -5
- package/dist/components/Popover/PopoverContent.d.ts +2 -2
- package/dist/components/Popover/PopoverTrigger.d.ts +3 -3
- package/dist/components/Popover/context/usePopoverContext.d.ts +54 -54
- package/dist/components/Popover/examples/index.d.ts +2 -2
- package/dist/components/Popover/hooks/usePopover.d.ts +50 -50
- package/dist/components/Popover/index.d.ts +3 -3
- package/dist/components/Popover/popover.test.d.ts +1 -1
- package/dist/components/Popover/types.d.ts +18 -18
- package/dist/components/Progress/Circle/index.d.ts +2 -2
- 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 +2 -2
- 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 +3 -3
- package/dist/components/Progress/progress.test.d.ts +1 -1
- package/dist/components/Progress/types.d.ts +27 -27
- package/dist/components/Radio/components/RadioGroup/index.d.ts +4 -4
- package/dist/components/Radio/components/RadioGroup/styles.d.ts +18 -18
- package/dist/components/Radio/components/RadioGroup/types.d.ts +23 -23
- package/dist/components/Radio/components/RadioGroup/utils.d.ts +3 -3
- package/dist/components/Radio/index.d.ts +4 -4
- package/dist/components/Radio/styles.d.ts +9 -9
- package/dist/components/Radio/types.d.ts +5 -5
- package/dist/components/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 +14 -14
- package/dist/components/Select/components/OptionsSelect/types.d.ts +17 -17
- package/dist/components/Select/index.d.ts +9 -9
- 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 +3 -3
- 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 +2 -2
- package/dist/components/Slider/components/SliderPointer.d.ts +2 -2
- package/dist/components/Slider/components/SliderRail.d.ts +3 -3
- package/dist/components/Slider/components/SliderSelector.d.ts +19 -19
- package/dist/components/Slider/hooks/useEventCallback.d.ts +2 -2
- package/dist/components/Slider/index.d.ts +21 -21
- package/dist/components/Slider/slider.test.d.ts +1 -1
- package/dist/components/Slider/styles.d.ts +77 -77
- package/dist/components/Slider/types.d.ts +43 -43
- package/dist/components/Spinner/index.d.ts +4 -4
- package/dist/components/Spinner/spinner.test.d.ts +1 -1
- package/dist/components/Spinner/styles.d.ts +456 -456
- package/dist/components/Spinner/types.d.ts +11 -11
- package/dist/components/Steps/components/StepIcon/index.d.ts +2 -2
- package/dist/components/Steps/components/StepIcon/styles.d.ts +22 -22
- package/dist/components/Steps/components/StepIcon/types.d.ts +15 -15
- package/dist/components/Steps/components/StepIcon/utils.d.ts +4 -4
- package/dist/components/Steps/index.d.ts +3 -3
- package/dist/components/Steps/steps.test.d.ts +1 -1
- package/dist/components/Steps/styles.d.ts +47 -47
- package/dist/components/Steps/types.d.ts +20 -20
- package/dist/components/Steps/utils.d.ts +8 -8
- package/dist/components/Switch/index.d.ts +4 -4
- package/dist/components/Switch/styles.d.ts +18 -18
- package/dist/components/Switch/switch.test.d.ts +1 -1
- package/dist/components/Switch/types.d.ts +15 -15
- package/dist/components/Table/components/MenuItem.d.ts +2 -2
- package/dist/components/Table/components/TableMenuPopover.d.ts +2 -2
- package/dist/components/Table/components/TableSkeleton.d.ts +2 -2
- package/dist/components/Table/components/animations.d.ts +2 -2
- package/dist/components/Table/index.d.ts +3 -3
- package/dist/components/Table/styles.d.ts +36 -36
- package/dist/components/Table/table.test.d.ts +1 -1
- package/dist/components/Table/types.d.ts +65 -65
- package/dist/components/Tabs/TabsExample.d.ts +2 -2
- package/dist/components/Tabs/components/Tab.d.ts +2 -2
- package/dist/components/Tabs/components/TabPanel.d.ts +3 -3
- package/dist/components/Tabs/components/Tabs.d.ts +4 -4
- package/dist/components/Tabs/index.d.ts +3 -3
- package/dist/components/Tabs/styles.d.ts +41 -41
- package/dist/components/Tabs/tabs.test.d.ts +1 -1
- package/dist/components/Tabs/types.d.ts +50 -50
- package/dist/components/Tag/index.d.ts +4 -4
- package/dist/components/Tag/styles.d.ts +1374 -1374
- package/dist/components/Tag/tag.test.d.ts +1 -1
- package/dist/components/Tag/types.d.ts +14 -14
- 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 +2 -2
- package/dist/components/Thumbnail/styles.d.ts +38 -38
- package/dist/components/Thumbnail/thumbnail.test.d.ts +1 -1
- package/dist/components/Thumbnail/types.d.ts +20 -20
- package/dist/components/Thumbnail/utils/index.d.ts +2 -2
- package/dist/components/Thumbnail/utils/validate-file-size.d.ts +1 -1
- package/dist/components/Thumbnail/utils/validate-file-type.d.ts +1 -1
- package/dist/components/TimeInput/constants.d.ts +8 -8
- 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 +5 -5
- package/dist/components/TimeInput/utils.d.ts +10 -10
- package/dist/components/Timeline/components/Timeline.d.ts +3 -3
- package/dist/components/Timeline/components/TimelineContent.d.ts +2 -2
- package/dist/components/Timeline/components/TimelineItem.d.ts +2 -2
- package/dist/components/Timeline/components/TimelineSeparator.d.ts +2 -2
- package/dist/components/Timeline/index.d.ts +4 -4
- package/dist/components/Timeline/styles.d.ts +31 -31
- package/dist/components/Timeline/timeline.test.d.ts +1 -1
- package/dist/components/Timeline/types.d.ts +19 -19
- package/dist/components/Toast/EventManager/index.d.ts +2 -2
- package/dist/components/Toast/EventManager/types.d.ts +17 -17
- package/dist/components/Toast/Example/index.d.ts +3 -3
- package/dist/components/Toast/ToastContainer/index.d.ts +2 -2
- package/dist/components/Toast/ToastContainer/styles.d.ts +5 -5
- package/dist/components/Toast/ToastItem/animations.d.ts +11 -11
- package/dist/components/Toast/ToastItem/index.d.ts +2 -2
- package/dist/components/Toast/ToastItem/styles.d.ts +11 -11
- package/dist/components/Toast/ToastItem/types.d.ts +6 -6
- package/dist/components/Toast/ToastItem/utils.d.ts +3 -3
- package/dist/components/Toast/contexts/ToastProvider.d.ts +5 -5
- package/dist/components/Toast/hooks/useToast.d.ts +12 -12
- package/dist/components/Toast/index.d.ts +5 -5
- package/dist/components/Toast/toast-handler.d.ts +10 -10
- package/dist/components/Toast/types.d.ts +42 -42
- package/dist/components/Tooltip/components/TooltipLabel.d.ts +12 -12
- package/dist/components/Tooltip/example.d.ts +1 -1
- 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 +31 -31
- package/dist/components/Tooltip/utils.d.ts +3 -3
- package/dist/components/Typography/index.d.ts +3 -3
- 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 +82 -82
- package/dist/shared/animations/opacityAnimation.d.ts +2 -2
- package/dist/shared/animations/widthAnimations.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 +6 -6
- package/dist/shared/formatters/types.d.ts +5 -5
- package/dist/shared/hooks/devices.d.ts +8 -8
- package/dist/shared/hooks/interval.d.ts +1 -1
- package/dist/shared/hooks/useBreakpoints.d.ts +17 -17
- 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 +10 -10
- package/dist/shared/hooks/useReposition/index.d.ts +3 -3
- package/dist/shared/hooks/useReposition/types.d.ts +29 -29
- package/dist/shared/hooks/useSystemTheme.d.ts +4 -4
- package/dist/shared/hooks/useWindowSize.d.ts +8 -8
- package/dist/shared/tests/test-utils.d.ts +4 -4
- package/dist/shared/tests/types.d.ts +4 -4
- package/dist/shared/theme/button-example.d.ts +1 -1
- package/dist/shared/theme/contexts/ThemeContext.d.ts +16 -16
- 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 +9 -9
- package/dist/shared/theme/index.d.ts +7 -7
- package/dist/shared/theme/objects/breakpoints.d.ts +8 -8
- package/dist/shared/theme/objects/colors.d.ts +170 -170
- package/dist/shared/theme/objects/shadows.d.ts +12 -12
- package/dist/shared/theme/objects/sizes.d.ts +22 -22
- package/dist/shared/theme/objects/spaces.d.ts +130 -130
- package/dist/shared/theme/objects/transitions.d.ts +3 -3
- package/dist/shared/theme/objects/typography.d.ts +13 -13
- package/dist/shared/theme/objects/z-indexes.d.ts +13 -13
- package/dist/shared/theme/theme.d.ts +450 -450
- package/dist/shared/theme/theme.test.d.ts +1 -1
- package/dist/shared/theme/theme.types.d.ts +34 -34
- package/dist/shared/theme/utils/extendTheme.d.ts +2 -2
- package/dist/shared/theme/utils/localStorageController.d.ts +6 -6
- package/dist/shared/theme/utils/tests/extendTheme.test.d.ts +1 -1
- package/dist/shared/types/credit-card.d.ts +5 -5
- package/dist/shared/types/file.d.ts +11 -11
- package/dist/shared/types/generics.d.ts +8 -8
- package/dist/shared/types/motion.d.ts +3 -3
- 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/arrays.d.ts +1 -1
- package/dist/utils/brightnessColorChange.d.ts +8 -8
- package/dist/utils/colorCheck.d.ts +40 -40
- package/dist/utils/colorFunctions.d.ts +2 -2
- package/dist/utils/colorToGray.d.ts +5 -5
- package/dist/utils/customColorMode.d.ts +5 -5
- package/dist/utils/file.d.ts +27 -27
- package/dist/utils/findDifferentKeys.d.ts +2 -2
- 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/document.d.ts +7 -7
- package/dist/utils/formatters/email.d.ts +1 -1
- package/dist/utils/formatters/getNumbersFromString.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 +4 -4
- 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 +43 -43
- package/dist/utils/fuctionsColors.d.ts +2 -2
- package/dist/utils/generateUUID.d.ts +1 -1
- package/dist/utils/get-primitive-value.d.ts +2 -2
- package/dist/utils/getColorByScheme.d.ts +2 -2
- 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/dist/utils/isValidUrl.d.ts +1 -1
- package/package.json +6 -10
- package/bin/create-snippet +0 -2
- package/dist/components/Icon/constants.d.ts +0 -4
- package/dist/components/Icon/constants.d.ts.map +0 -1
- package/dist/components/Icon/constants.js +0 -1
- package/dist/index.js.map +0 -1
- package/dist/utils/array.d.ts +0 -2
- package/dist/utils/array.d.ts.map +0 -1
- package/dist/utils/array.js +0 -1
- package/dist/utils/formatters/cases.d.ts +0 -3
- package/dist/utils/formatters/cases.d.ts.map +0 -1
- package/dist/utils/formatters/cases.js +0 -1
|
@@ -1,457 +1,457 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const GridComponent: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
|
-
} & import("./types").IGridProps & {
|
|
6
|
-
theme?: {
|
|
7
|
-
fontSizes: {
|
|
8
|
-
tiny: string;
|
|
9
|
-
xxxs: string;
|
|
10
|
-
xxs: string;
|
|
11
|
-
xs: string;
|
|
12
|
-
sm: string;
|
|
13
|
-
md: string;
|
|
14
|
-
lg: string;
|
|
15
|
-
xl: string;
|
|
16
|
-
xxl: string;
|
|
17
|
-
xxxl: string;
|
|
18
|
-
display: string;
|
|
19
|
-
giant: string;
|
|
20
|
-
};
|
|
21
|
-
fontWeight: {
|
|
22
|
-
normal: string;
|
|
23
|
-
bold: string;
|
|
24
|
-
'100': string;
|
|
25
|
-
'200': string;
|
|
26
|
-
'300': string;
|
|
27
|
-
'400': string;
|
|
28
|
-
'500': string;
|
|
29
|
-
'600': string;
|
|
30
|
-
'700': string;
|
|
31
|
-
'800': string;
|
|
32
|
-
'900': string;
|
|
33
|
-
};
|
|
34
|
-
breakpoints: {
|
|
35
|
-
base: string;
|
|
36
|
-
sm: string;
|
|
37
|
-
md: string;
|
|
38
|
-
lg: string;
|
|
39
|
-
xl: string;
|
|
40
|
-
xxl: string;
|
|
41
|
-
};
|
|
42
|
-
colors: {
|
|
43
|
-
body: {
|
|
44
|
-
light: string;
|
|
45
|
-
dark: string;
|
|
46
|
-
};
|
|
47
|
-
primary: {
|
|
48
|
-
alert: string;
|
|
49
|
-
disabled: string;
|
|
50
|
-
default: string;
|
|
51
|
-
hover: string;
|
|
52
|
-
focus: string;
|
|
53
|
-
transparent: string;
|
|
54
|
-
};
|
|
55
|
-
secondary: {
|
|
56
|
-
disabled: string;
|
|
57
|
-
default: string;
|
|
58
|
-
hover: string;
|
|
59
|
-
focus: string;
|
|
60
|
-
};
|
|
61
|
-
tertiary: {
|
|
62
|
-
disabled: string;
|
|
63
|
-
default: string;
|
|
64
|
-
hover: string;
|
|
65
|
-
focus: string;
|
|
66
|
-
};
|
|
67
|
-
neutral: {
|
|
68
|
-
white: string;
|
|
69
|
-
neutral1: string;
|
|
70
|
-
neutral2: string;
|
|
71
|
-
neutral3: string;
|
|
72
|
-
neutral4: string;
|
|
73
|
-
neutral5: string;
|
|
74
|
-
neutral6: string;
|
|
75
|
-
black: string;
|
|
76
|
-
};
|
|
77
|
-
background: {
|
|
78
|
-
linear1: string;
|
|
79
|
-
linear2: string;
|
|
80
|
-
linear3: string;
|
|
81
|
-
light: string;
|
|
82
|
-
};
|
|
83
|
-
informative: {
|
|
84
|
-
default: string;
|
|
85
|
-
blurred: string;
|
|
86
|
-
dark: string;
|
|
87
|
-
gradient: string;
|
|
88
|
-
};
|
|
89
|
-
success: {
|
|
90
|
-
default: string;
|
|
91
|
-
blurred: string;
|
|
92
|
-
dark: string;
|
|
93
|
-
gradient: string;
|
|
94
|
-
};
|
|
95
|
-
success_secondary: {
|
|
96
|
-
default: string;
|
|
97
|
-
blurred: string;
|
|
98
|
-
dark: string;
|
|
99
|
-
gradient: string;
|
|
100
|
-
};
|
|
101
|
-
warning: {
|
|
102
|
-
default: string;
|
|
103
|
-
blurred: string;
|
|
104
|
-
dark: string;
|
|
105
|
-
gradient: string;
|
|
106
|
-
};
|
|
107
|
-
warning_secondary: {
|
|
108
|
-
default: string;
|
|
109
|
-
blurred: string;
|
|
110
|
-
dark: string;
|
|
111
|
-
gradient: string;
|
|
112
|
-
};
|
|
113
|
-
error: {
|
|
114
|
-
default: string;
|
|
115
|
-
blurred: string;
|
|
116
|
-
dark: string;
|
|
117
|
-
gradient: string;
|
|
118
|
-
};
|
|
119
|
-
critical: {
|
|
120
|
-
default: string;
|
|
121
|
-
blurred: string;
|
|
122
|
-
dark: string;
|
|
123
|
-
gradient: string;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
lightColors: {
|
|
127
|
-
body: {
|
|
128
|
-
light: string;
|
|
129
|
-
dark: string;
|
|
130
|
-
};
|
|
131
|
-
primary: {
|
|
132
|
-
alert: string;
|
|
133
|
-
disabled: string;
|
|
134
|
-
default: string;
|
|
135
|
-
hover: string;
|
|
136
|
-
focus: string;
|
|
137
|
-
transparent: string;
|
|
138
|
-
};
|
|
139
|
-
secondary: {
|
|
140
|
-
disabled: string;
|
|
141
|
-
default: string;
|
|
142
|
-
hover: string;
|
|
143
|
-
focus: string;
|
|
144
|
-
};
|
|
145
|
-
tertiary: {
|
|
146
|
-
disabled: string;
|
|
147
|
-
default: string;
|
|
148
|
-
hover: string;
|
|
149
|
-
focus: string;
|
|
150
|
-
};
|
|
151
|
-
neutral: {
|
|
152
|
-
white: string;
|
|
153
|
-
neutral1: string;
|
|
154
|
-
neutral2: string;
|
|
155
|
-
neutral3: string;
|
|
156
|
-
neutral4: string;
|
|
157
|
-
neutral5: string;
|
|
158
|
-
neutral6: string;
|
|
159
|
-
black: string;
|
|
160
|
-
};
|
|
161
|
-
background: {
|
|
162
|
-
linear1: string;
|
|
163
|
-
linear2: string;
|
|
164
|
-
linear3: string;
|
|
165
|
-
light: string;
|
|
166
|
-
};
|
|
167
|
-
informative: {
|
|
168
|
-
default: string;
|
|
169
|
-
blurred: string;
|
|
170
|
-
dark: string;
|
|
171
|
-
gradient: string;
|
|
172
|
-
};
|
|
173
|
-
success: {
|
|
174
|
-
default: string;
|
|
175
|
-
blurred: string;
|
|
176
|
-
dark: string;
|
|
177
|
-
gradient: string;
|
|
178
|
-
};
|
|
179
|
-
success_secondary: {
|
|
180
|
-
default: string;
|
|
181
|
-
blurred: string;
|
|
182
|
-
dark: string;
|
|
183
|
-
gradient: string;
|
|
184
|
-
};
|
|
185
|
-
warning: {
|
|
186
|
-
default: string;
|
|
187
|
-
blurred: string;
|
|
188
|
-
dark: string;
|
|
189
|
-
gradient: string;
|
|
190
|
-
};
|
|
191
|
-
warning_secondary: {
|
|
192
|
-
default: string;
|
|
193
|
-
blurred: string;
|
|
194
|
-
dark: string;
|
|
195
|
-
gradient: string;
|
|
196
|
-
};
|
|
197
|
-
error: {
|
|
198
|
-
default: string;
|
|
199
|
-
blurred: string;
|
|
200
|
-
dark: string;
|
|
201
|
-
gradient: string;
|
|
202
|
-
};
|
|
203
|
-
critical: {
|
|
204
|
-
default: string;
|
|
205
|
-
blurred: string;
|
|
206
|
-
dark: string;
|
|
207
|
-
gradient: string;
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
|
-
darkColors: {
|
|
211
|
-
body: {
|
|
212
|
-
light: string;
|
|
213
|
-
dark: string;
|
|
214
|
-
};
|
|
215
|
-
primary: {
|
|
216
|
-
alert: string;
|
|
217
|
-
disabled: string;
|
|
218
|
-
default: string;
|
|
219
|
-
hover: string;
|
|
220
|
-
focus: string;
|
|
221
|
-
transparent: string;
|
|
222
|
-
};
|
|
223
|
-
secondary: {
|
|
224
|
-
disabled: string;
|
|
225
|
-
default: string;
|
|
226
|
-
hover: string;
|
|
227
|
-
focus: string;
|
|
228
|
-
};
|
|
229
|
-
tertiary: {
|
|
230
|
-
disabled: string;
|
|
231
|
-
default: string;
|
|
232
|
-
hover: string;
|
|
233
|
-
focus: string;
|
|
234
|
-
};
|
|
235
|
-
neutral: {
|
|
236
|
-
white: string;
|
|
237
|
-
neutral1: string;
|
|
238
|
-
neutral2: string;
|
|
239
|
-
neutral3: string;
|
|
240
|
-
neutral4: string;
|
|
241
|
-
neutral5: string;
|
|
242
|
-
neutral6: string;
|
|
243
|
-
black: string;
|
|
244
|
-
};
|
|
245
|
-
background: {
|
|
246
|
-
linear1: string;
|
|
247
|
-
linear2: string;
|
|
248
|
-
linear3: string;
|
|
249
|
-
light: string;
|
|
250
|
-
};
|
|
251
|
-
informative: {
|
|
252
|
-
default: string;
|
|
253
|
-
blurred: string;
|
|
254
|
-
dark: string;
|
|
255
|
-
gradient: string;
|
|
256
|
-
};
|
|
257
|
-
success: {
|
|
258
|
-
default: string;
|
|
259
|
-
blurred: string;
|
|
260
|
-
dark: string;
|
|
261
|
-
gradient: string;
|
|
262
|
-
};
|
|
263
|
-
success_secondary: {
|
|
264
|
-
default: string;
|
|
265
|
-
blurred: string;
|
|
266
|
-
dark: string;
|
|
267
|
-
gradient: string;
|
|
268
|
-
};
|
|
269
|
-
warning: {
|
|
270
|
-
default: string;
|
|
271
|
-
blurred: string;
|
|
272
|
-
dark: string;
|
|
273
|
-
gradient: string;
|
|
274
|
-
};
|
|
275
|
-
warning_secondary: {
|
|
276
|
-
default: string;
|
|
277
|
-
blurred: string;
|
|
278
|
-
dark: string;
|
|
279
|
-
gradient: string;
|
|
280
|
-
};
|
|
281
|
-
error: {
|
|
282
|
-
default: string;
|
|
283
|
-
blurred: string;
|
|
284
|
-
dark: string;
|
|
285
|
-
gradient: string;
|
|
286
|
-
};
|
|
287
|
-
critical: {
|
|
288
|
-
default: string;
|
|
289
|
-
blurred: string;
|
|
290
|
-
dark: string;
|
|
291
|
-
gradient: string;
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
space: {
|
|
295
|
-
px: string;
|
|
296
|
-
0.5: string;
|
|
297
|
-
1: string;
|
|
298
|
-
1.5: string;
|
|
299
|
-
2: string;
|
|
300
|
-
2.5: string;
|
|
301
|
-
3: string;
|
|
302
|
-
3.5: string;
|
|
303
|
-
4: string;
|
|
304
|
-
5: string;
|
|
305
|
-
6: string;
|
|
306
|
-
7: string;
|
|
307
|
-
8: string;
|
|
308
|
-
9: string;
|
|
309
|
-
10: string;
|
|
310
|
-
12: string;
|
|
311
|
-
14: string;
|
|
312
|
-
16: string;
|
|
313
|
-
20: string;
|
|
314
|
-
24: string;
|
|
315
|
-
28: string;
|
|
316
|
-
32: string;
|
|
317
|
-
36: string;
|
|
318
|
-
40: string;
|
|
319
|
-
44: string;
|
|
320
|
-
48: string;
|
|
321
|
-
52: string;
|
|
322
|
-
56: string;
|
|
323
|
-
60: string;
|
|
324
|
-
64: string;
|
|
325
|
-
72: string;
|
|
326
|
-
80: string;
|
|
327
|
-
96: string;
|
|
328
|
-
112: string;
|
|
329
|
-
128: string;
|
|
330
|
-
};
|
|
331
|
-
spacing: {
|
|
332
|
-
quarck: string;
|
|
333
|
-
nano: string;
|
|
334
|
-
xxxs: string;
|
|
335
|
-
xxs: string;
|
|
336
|
-
xs: string;
|
|
337
|
-
sm: string;
|
|
338
|
-
md: string;
|
|
339
|
-
lg: string;
|
|
340
|
-
xl: string;
|
|
341
|
-
xxl: string;
|
|
342
|
-
xxxl: string;
|
|
343
|
-
huge: string;
|
|
344
|
-
giant: string;
|
|
345
|
-
px: string;
|
|
346
|
-
0.5: string;
|
|
347
|
-
1: string;
|
|
348
|
-
1.5: string;
|
|
349
|
-
2: string;
|
|
350
|
-
2.5: string;
|
|
351
|
-
3: string;
|
|
352
|
-
3.5: string;
|
|
353
|
-
4: string;
|
|
354
|
-
5: string;
|
|
355
|
-
6: string;
|
|
356
|
-
7: string;
|
|
357
|
-
8: string;
|
|
358
|
-
9: string;
|
|
359
|
-
10: string;
|
|
360
|
-
12: string;
|
|
361
|
-
14: string;
|
|
362
|
-
16: string;
|
|
363
|
-
20: string;
|
|
364
|
-
24: string;
|
|
365
|
-
28: string;
|
|
366
|
-
32: string;
|
|
367
|
-
36: string;
|
|
368
|
-
40: string;
|
|
369
|
-
44: string;
|
|
370
|
-
48: string;
|
|
371
|
-
52: string;
|
|
372
|
-
56: string;
|
|
373
|
-
60: string;
|
|
374
|
-
64: string;
|
|
375
|
-
72: string;
|
|
376
|
-
80: string;
|
|
377
|
-
96: string;
|
|
378
|
-
112: string;
|
|
379
|
-
128: string;
|
|
380
|
-
};
|
|
381
|
-
spacingest: {
|
|
382
|
-
quarck: string;
|
|
383
|
-
nano: string;
|
|
384
|
-
xs: string;
|
|
385
|
-
sm: string;
|
|
386
|
-
md: string;
|
|
387
|
-
lg: string;
|
|
388
|
-
px: string;
|
|
389
|
-
0.5: string;
|
|
390
|
-
1: string;
|
|
391
|
-
1.5: string;
|
|
392
|
-
2: string;
|
|
393
|
-
2.5: string;
|
|
394
|
-
3: string;
|
|
395
|
-
3.5: string;
|
|
396
|
-
4: string;
|
|
397
|
-
5: string;
|
|
398
|
-
6: string;
|
|
399
|
-
7: string;
|
|
400
|
-
8: string;
|
|
401
|
-
9: string;
|
|
402
|
-
10: string;
|
|
403
|
-
12: string;
|
|
404
|
-
14: string;
|
|
405
|
-
16: string;
|
|
406
|
-
20: string;
|
|
407
|
-
24: string;
|
|
408
|
-
28: string;
|
|
409
|
-
32: string;
|
|
410
|
-
36: string;
|
|
411
|
-
40: string;
|
|
412
|
-
44: string;
|
|
413
|
-
48: string;
|
|
414
|
-
52: string;
|
|
415
|
-
56: string;
|
|
416
|
-
60: string;
|
|
417
|
-
64: string;
|
|
418
|
-
72: string;
|
|
419
|
-
80: string;
|
|
420
|
-
96: string;
|
|
421
|
-
112: string;
|
|
422
|
-
128: string;
|
|
423
|
-
};
|
|
424
|
-
borderRadius: {
|
|
425
|
-
default: string;
|
|
426
|
-
};
|
|
427
|
-
shadow: {
|
|
428
|
-
level1: string;
|
|
429
|
-
level2: string;
|
|
430
|
-
level3: string;
|
|
431
|
-
};
|
|
432
|
-
buttonSize: {
|
|
433
|
-
xs: string;
|
|
434
|
-
sm: string;
|
|
435
|
-
md: string;
|
|
436
|
-
lg: string;
|
|
437
|
-
xl: string;
|
|
438
|
-
};
|
|
439
|
-
transition: {
|
|
440
|
-
speed: string;
|
|
441
|
-
};
|
|
442
|
-
zIndex: {
|
|
443
|
-
default: string;
|
|
444
|
-
level1: string;
|
|
445
|
-
level2: string;
|
|
446
|
-
level3: string;
|
|
447
|
-
level4: string;
|
|
448
|
-
level6: string;
|
|
449
|
-
level8: string;
|
|
450
|
-
level12: string;
|
|
451
|
-
level16: string;
|
|
452
|
-
level24: string;
|
|
453
|
-
level48: string;
|
|
454
|
-
};
|
|
455
|
-
} | undefined;
|
|
456
|
-
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const GridComponent: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
|
+
} & import("./types").IGridProps & {
|
|
6
|
+
theme?: {
|
|
7
|
+
fontSizes: {
|
|
8
|
+
tiny: string;
|
|
9
|
+
xxxs: string;
|
|
10
|
+
xxs: string;
|
|
11
|
+
xs: string;
|
|
12
|
+
sm: string;
|
|
13
|
+
md: string;
|
|
14
|
+
lg: string;
|
|
15
|
+
xl: string;
|
|
16
|
+
xxl: string;
|
|
17
|
+
xxxl: string;
|
|
18
|
+
display: string;
|
|
19
|
+
giant: string;
|
|
20
|
+
};
|
|
21
|
+
fontWeight: {
|
|
22
|
+
normal: string;
|
|
23
|
+
bold: string;
|
|
24
|
+
'100': string;
|
|
25
|
+
'200': string;
|
|
26
|
+
'300': string;
|
|
27
|
+
'400': string;
|
|
28
|
+
'500': string;
|
|
29
|
+
'600': string;
|
|
30
|
+
'700': string;
|
|
31
|
+
'800': string;
|
|
32
|
+
'900': string;
|
|
33
|
+
};
|
|
34
|
+
breakpoints: {
|
|
35
|
+
base: string;
|
|
36
|
+
sm: string;
|
|
37
|
+
md: string;
|
|
38
|
+
lg: string;
|
|
39
|
+
xl: string;
|
|
40
|
+
xxl: string;
|
|
41
|
+
};
|
|
42
|
+
colors: {
|
|
43
|
+
body: {
|
|
44
|
+
light: string;
|
|
45
|
+
dark: string;
|
|
46
|
+
};
|
|
47
|
+
primary: {
|
|
48
|
+
alert: string;
|
|
49
|
+
disabled: string;
|
|
50
|
+
default: string;
|
|
51
|
+
hover: string;
|
|
52
|
+
focus: string;
|
|
53
|
+
transparent: string;
|
|
54
|
+
};
|
|
55
|
+
secondary: {
|
|
56
|
+
disabled: string;
|
|
57
|
+
default: string;
|
|
58
|
+
hover: string;
|
|
59
|
+
focus: string;
|
|
60
|
+
};
|
|
61
|
+
tertiary: {
|
|
62
|
+
disabled: string;
|
|
63
|
+
default: string;
|
|
64
|
+
hover: string;
|
|
65
|
+
focus: string;
|
|
66
|
+
};
|
|
67
|
+
neutral: {
|
|
68
|
+
white: string;
|
|
69
|
+
neutral1: string;
|
|
70
|
+
neutral2: string;
|
|
71
|
+
neutral3: string;
|
|
72
|
+
neutral4: string;
|
|
73
|
+
neutral5: string;
|
|
74
|
+
neutral6: string;
|
|
75
|
+
black: string;
|
|
76
|
+
};
|
|
77
|
+
background: {
|
|
78
|
+
linear1: string;
|
|
79
|
+
linear2: string;
|
|
80
|
+
linear3: string;
|
|
81
|
+
light: string;
|
|
82
|
+
};
|
|
83
|
+
informative: {
|
|
84
|
+
default: string;
|
|
85
|
+
blurred: string;
|
|
86
|
+
dark: string;
|
|
87
|
+
gradient: string;
|
|
88
|
+
};
|
|
89
|
+
success: {
|
|
90
|
+
default: string;
|
|
91
|
+
blurred: string;
|
|
92
|
+
dark: string;
|
|
93
|
+
gradient: string;
|
|
94
|
+
};
|
|
95
|
+
success_secondary: {
|
|
96
|
+
default: string;
|
|
97
|
+
blurred: string;
|
|
98
|
+
dark: string;
|
|
99
|
+
gradient: string;
|
|
100
|
+
};
|
|
101
|
+
warning: {
|
|
102
|
+
default: string;
|
|
103
|
+
blurred: string;
|
|
104
|
+
dark: string;
|
|
105
|
+
gradient: string;
|
|
106
|
+
};
|
|
107
|
+
warning_secondary: {
|
|
108
|
+
default: string;
|
|
109
|
+
blurred: string;
|
|
110
|
+
dark: string;
|
|
111
|
+
gradient: string;
|
|
112
|
+
};
|
|
113
|
+
error: {
|
|
114
|
+
default: string;
|
|
115
|
+
blurred: string;
|
|
116
|
+
dark: string;
|
|
117
|
+
gradient: string;
|
|
118
|
+
};
|
|
119
|
+
critical: {
|
|
120
|
+
default: string;
|
|
121
|
+
blurred: string;
|
|
122
|
+
dark: string;
|
|
123
|
+
gradient: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
lightColors: {
|
|
127
|
+
body: {
|
|
128
|
+
light: string;
|
|
129
|
+
dark: string;
|
|
130
|
+
};
|
|
131
|
+
primary: {
|
|
132
|
+
alert: string;
|
|
133
|
+
disabled: string;
|
|
134
|
+
default: string;
|
|
135
|
+
hover: string;
|
|
136
|
+
focus: string;
|
|
137
|
+
transparent: string;
|
|
138
|
+
};
|
|
139
|
+
secondary: {
|
|
140
|
+
disabled: string;
|
|
141
|
+
default: string;
|
|
142
|
+
hover: string;
|
|
143
|
+
focus: string;
|
|
144
|
+
};
|
|
145
|
+
tertiary: {
|
|
146
|
+
disabled: string;
|
|
147
|
+
default: string;
|
|
148
|
+
hover: string;
|
|
149
|
+
focus: string;
|
|
150
|
+
};
|
|
151
|
+
neutral: {
|
|
152
|
+
white: string;
|
|
153
|
+
neutral1: string;
|
|
154
|
+
neutral2: string;
|
|
155
|
+
neutral3: string;
|
|
156
|
+
neutral4: string;
|
|
157
|
+
neutral5: string;
|
|
158
|
+
neutral6: string;
|
|
159
|
+
black: string;
|
|
160
|
+
};
|
|
161
|
+
background: {
|
|
162
|
+
linear1: string;
|
|
163
|
+
linear2: string;
|
|
164
|
+
linear3: string;
|
|
165
|
+
light: string;
|
|
166
|
+
};
|
|
167
|
+
informative: {
|
|
168
|
+
default: string;
|
|
169
|
+
blurred: string;
|
|
170
|
+
dark: string;
|
|
171
|
+
gradient: string;
|
|
172
|
+
};
|
|
173
|
+
success: {
|
|
174
|
+
default: string;
|
|
175
|
+
blurred: string;
|
|
176
|
+
dark: string;
|
|
177
|
+
gradient: string;
|
|
178
|
+
};
|
|
179
|
+
success_secondary: {
|
|
180
|
+
default: string;
|
|
181
|
+
blurred: string;
|
|
182
|
+
dark: string;
|
|
183
|
+
gradient: string;
|
|
184
|
+
};
|
|
185
|
+
warning: {
|
|
186
|
+
default: string;
|
|
187
|
+
blurred: string;
|
|
188
|
+
dark: string;
|
|
189
|
+
gradient: string;
|
|
190
|
+
};
|
|
191
|
+
warning_secondary: {
|
|
192
|
+
default: string;
|
|
193
|
+
blurred: string;
|
|
194
|
+
dark: string;
|
|
195
|
+
gradient: string;
|
|
196
|
+
};
|
|
197
|
+
error: {
|
|
198
|
+
default: string;
|
|
199
|
+
blurred: string;
|
|
200
|
+
dark: string;
|
|
201
|
+
gradient: string;
|
|
202
|
+
};
|
|
203
|
+
critical: {
|
|
204
|
+
default: string;
|
|
205
|
+
blurred: string;
|
|
206
|
+
dark: string;
|
|
207
|
+
gradient: string;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
darkColors: {
|
|
211
|
+
body: {
|
|
212
|
+
light: string;
|
|
213
|
+
dark: string;
|
|
214
|
+
};
|
|
215
|
+
primary: {
|
|
216
|
+
alert: string;
|
|
217
|
+
disabled: string;
|
|
218
|
+
default: string;
|
|
219
|
+
hover: string;
|
|
220
|
+
focus: string;
|
|
221
|
+
transparent: string;
|
|
222
|
+
};
|
|
223
|
+
secondary: {
|
|
224
|
+
disabled: string;
|
|
225
|
+
default: string;
|
|
226
|
+
hover: string;
|
|
227
|
+
focus: string;
|
|
228
|
+
};
|
|
229
|
+
tertiary: {
|
|
230
|
+
disabled: string;
|
|
231
|
+
default: string;
|
|
232
|
+
hover: string;
|
|
233
|
+
focus: string;
|
|
234
|
+
};
|
|
235
|
+
neutral: {
|
|
236
|
+
white: string;
|
|
237
|
+
neutral1: string;
|
|
238
|
+
neutral2: string;
|
|
239
|
+
neutral3: string;
|
|
240
|
+
neutral4: string;
|
|
241
|
+
neutral5: string;
|
|
242
|
+
neutral6: string;
|
|
243
|
+
black: string;
|
|
244
|
+
};
|
|
245
|
+
background: {
|
|
246
|
+
linear1: string;
|
|
247
|
+
linear2: string;
|
|
248
|
+
linear3: string;
|
|
249
|
+
light: string;
|
|
250
|
+
};
|
|
251
|
+
informative: {
|
|
252
|
+
default: string;
|
|
253
|
+
blurred: string;
|
|
254
|
+
dark: string;
|
|
255
|
+
gradient: string;
|
|
256
|
+
};
|
|
257
|
+
success: {
|
|
258
|
+
default: string;
|
|
259
|
+
blurred: string;
|
|
260
|
+
dark: string;
|
|
261
|
+
gradient: string;
|
|
262
|
+
};
|
|
263
|
+
success_secondary: {
|
|
264
|
+
default: string;
|
|
265
|
+
blurred: string;
|
|
266
|
+
dark: string;
|
|
267
|
+
gradient: string;
|
|
268
|
+
};
|
|
269
|
+
warning: {
|
|
270
|
+
default: string;
|
|
271
|
+
blurred: string;
|
|
272
|
+
dark: string;
|
|
273
|
+
gradient: string;
|
|
274
|
+
};
|
|
275
|
+
warning_secondary: {
|
|
276
|
+
default: string;
|
|
277
|
+
blurred: string;
|
|
278
|
+
dark: string;
|
|
279
|
+
gradient: string;
|
|
280
|
+
};
|
|
281
|
+
error: {
|
|
282
|
+
default: string;
|
|
283
|
+
blurred: string;
|
|
284
|
+
dark: string;
|
|
285
|
+
gradient: string;
|
|
286
|
+
};
|
|
287
|
+
critical: {
|
|
288
|
+
default: string;
|
|
289
|
+
blurred: string;
|
|
290
|
+
dark: string;
|
|
291
|
+
gradient: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
space: {
|
|
295
|
+
px: string;
|
|
296
|
+
0.5: string;
|
|
297
|
+
1: string;
|
|
298
|
+
1.5: string;
|
|
299
|
+
2: string;
|
|
300
|
+
2.5: string;
|
|
301
|
+
3: string;
|
|
302
|
+
3.5: string;
|
|
303
|
+
4: string;
|
|
304
|
+
5: string;
|
|
305
|
+
6: string;
|
|
306
|
+
7: string;
|
|
307
|
+
8: string;
|
|
308
|
+
9: string;
|
|
309
|
+
10: string;
|
|
310
|
+
12: string;
|
|
311
|
+
14: string;
|
|
312
|
+
16: string;
|
|
313
|
+
20: string;
|
|
314
|
+
24: string;
|
|
315
|
+
28: string;
|
|
316
|
+
32: string;
|
|
317
|
+
36: string;
|
|
318
|
+
40: string;
|
|
319
|
+
44: string;
|
|
320
|
+
48: string;
|
|
321
|
+
52: string;
|
|
322
|
+
56: string;
|
|
323
|
+
60: string;
|
|
324
|
+
64: string;
|
|
325
|
+
72: string;
|
|
326
|
+
80: string;
|
|
327
|
+
96: string;
|
|
328
|
+
112: string;
|
|
329
|
+
128: string;
|
|
330
|
+
};
|
|
331
|
+
spacing: {
|
|
332
|
+
quarck: string;
|
|
333
|
+
nano: string;
|
|
334
|
+
xxxs: string;
|
|
335
|
+
xxs: string;
|
|
336
|
+
xs: string;
|
|
337
|
+
sm: string;
|
|
338
|
+
md: string;
|
|
339
|
+
lg: string;
|
|
340
|
+
xl: string;
|
|
341
|
+
xxl: string;
|
|
342
|
+
xxxl: string;
|
|
343
|
+
huge: string;
|
|
344
|
+
giant: string;
|
|
345
|
+
px: string;
|
|
346
|
+
0.5: string;
|
|
347
|
+
1: string;
|
|
348
|
+
1.5: string;
|
|
349
|
+
2: string;
|
|
350
|
+
2.5: string;
|
|
351
|
+
3: string;
|
|
352
|
+
3.5: string;
|
|
353
|
+
4: string;
|
|
354
|
+
5: string;
|
|
355
|
+
6: string;
|
|
356
|
+
7: string;
|
|
357
|
+
8: string;
|
|
358
|
+
9: string;
|
|
359
|
+
10: string;
|
|
360
|
+
12: string;
|
|
361
|
+
14: string;
|
|
362
|
+
16: string;
|
|
363
|
+
20: string;
|
|
364
|
+
24: string;
|
|
365
|
+
28: string;
|
|
366
|
+
32: string;
|
|
367
|
+
36: string;
|
|
368
|
+
40: string;
|
|
369
|
+
44: string;
|
|
370
|
+
48: string;
|
|
371
|
+
52: string;
|
|
372
|
+
56: string;
|
|
373
|
+
60: string;
|
|
374
|
+
64: string;
|
|
375
|
+
72: string;
|
|
376
|
+
80: string;
|
|
377
|
+
96: string;
|
|
378
|
+
112: string;
|
|
379
|
+
128: string;
|
|
380
|
+
};
|
|
381
|
+
spacingest: {
|
|
382
|
+
quarck: string;
|
|
383
|
+
nano: string;
|
|
384
|
+
xs: string;
|
|
385
|
+
sm: string;
|
|
386
|
+
md: string;
|
|
387
|
+
lg: string;
|
|
388
|
+
px: string;
|
|
389
|
+
0.5: string;
|
|
390
|
+
1: string;
|
|
391
|
+
1.5: string;
|
|
392
|
+
2: string;
|
|
393
|
+
2.5: string;
|
|
394
|
+
3: string;
|
|
395
|
+
3.5: string;
|
|
396
|
+
4: string;
|
|
397
|
+
5: string;
|
|
398
|
+
6: string;
|
|
399
|
+
7: string;
|
|
400
|
+
8: string;
|
|
401
|
+
9: string;
|
|
402
|
+
10: string;
|
|
403
|
+
12: string;
|
|
404
|
+
14: string;
|
|
405
|
+
16: string;
|
|
406
|
+
20: string;
|
|
407
|
+
24: string;
|
|
408
|
+
28: string;
|
|
409
|
+
32: string;
|
|
410
|
+
36: string;
|
|
411
|
+
40: string;
|
|
412
|
+
44: string;
|
|
413
|
+
48: string;
|
|
414
|
+
52: string;
|
|
415
|
+
56: string;
|
|
416
|
+
60: string;
|
|
417
|
+
64: string;
|
|
418
|
+
72: string;
|
|
419
|
+
80: string;
|
|
420
|
+
96: string;
|
|
421
|
+
112: string;
|
|
422
|
+
128: string;
|
|
423
|
+
};
|
|
424
|
+
borderRadius: {
|
|
425
|
+
default: string;
|
|
426
|
+
};
|
|
427
|
+
shadow: {
|
|
428
|
+
level1: string;
|
|
429
|
+
level2: string;
|
|
430
|
+
level3: string;
|
|
431
|
+
};
|
|
432
|
+
buttonSize: {
|
|
433
|
+
xs: string;
|
|
434
|
+
sm: string;
|
|
435
|
+
md: string;
|
|
436
|
+
lg: string;
|
|
437
|
+
xl: string;
|
|
438
|
+
};
|
|
439
|
+
transition: {
|
|
440
|
+
speed: string;
|
|
441
|
+
};
|
|
442
|
+
zIndex: {
|
|
443
|
+
default: string;
|
|
444
|
+
level1: string;
|
|
445
|
+
level2: string;
|
|
446
|
+
level3: string;
|
|
447
|
+
level4: string;
|
|
448
|
+
level6: string;
|
|
449
|
+
level8: string;
|
|
450
|
+
level12: string;
|
|
451
|
+
level16: string;
|
|
452
|
+
level24: string;
|
|
453
|
+
level48: string;
|
|
454
|
+
};
|
|
455
|
+
} | undefined;
|
|
456
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
457
457
|
//# sourceMappingURL=styles.d.ts.map
|