@granto-umbrella/umbrella-components 3.0.76 → 3.0.78
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/{umbrella-components.umd.js → cjs/index.js} +760 -789
- package/dist/{umbrella-components.es.js → esm/index.js} +26832 -27462
- package/dist/types/components/atoms/Badge/Badge.d.ts +4 -0
- package/dist/types/components/atoms/Badge/Badge.styles.d.ts +22 -0
- package/dist/types/components/atoms/Badge/Badge.types.d.ts +9 -0
- package/dist/types/components/atoms/Breadcrumb/Breadcrumb.d.ts +4 -0
- package/dist/types/components/atoms/Breadcrumb/Breadcrumb.styles.d.ts +5 -0
- package/dist/types/components/atoms/Breadcrumb/Breadcrumb.types.d.ts +10 -0
- package/dist/types/components/atoms/Button/Button.d.ts +4 -0
- package/dist/types/components/atoms/Button/Button.styles.d.ts +31 -0
- package/dist/types/components/atoms/Button/Button.types.d.ts +13 -0
- package/dist/types/components/atoms/Checkbox/Checkbox.d.ts +3 -0
- package/dist/types/components/atoms/Checkbox/Checkbox.styles.d.ts +11 -0
- package/dist/types/components/atoms/Checkbox/Checkbox.types.d.ts +16 -0
- package/dist/types/components/atoms/Checkbox/CheckboxGroup.d.ts +3 -0
- package/dist/types/components/atoms/Checkbox/CheckboxSelectAll.d.ts +3 -0
- package/dist/types/components/atoms/CodeInput/CodeInput.d.ts +4 -0
- package/dist/types/components/atoms/CodeInput/CodeInput.styles.d.ts +1 -0
- package/dist/types/components/atoms/CodeInput/CodeInput.types.d.ts +2 -0
- package/dist/types/components/atoms/DatePickerInput/DatePicker.styles.d.ts +3 -0
- package/dist/types/components/atoms/DatePickerInput/DatePickerInput.d.ts +11 -0
- package/dist/types/components/atoms/DropDownMenu/DropdownMenu.d.ts +4 -0
- package/dist/types/components/atoms/DropDownMenu/DropdownMenu.styles.d.ts +13 -0
- package/dist/types/components/atoms/DropDownMenu/DropdownMenu.types.d.ts +12 -0
- package/dist/types/components/atoms/DropDownMenu/index.d.ts +2 -0
- package/dist/types/components/atoms/EditIcon/EditIcon.d.ts +3 -0
- package/dist/types/components/atoms/EditIcon/EditIcon.styles.d.ts +1 -0
- package/dist/types/components/atoms/EditIcon/EditIcon.types.d.ts +6 -0
- package/dist/types/components/atoms/EditIcon/index.d.ts +1 -0
- package/dist/types/components/atoms/EditableDurationSelect/EditableDurationSelect.d.ts +2 -0
- package/dist/types/components/atoms/EditableDurationSelect/EditableDurationSelect.styles.d.ts +15 -0
- package/dist/types/components/atoms/EditableDurationSelect/EditableDurationSelect.types.d.ts +18 -0
- package/dist/types/components/atoms/ErrorMessage/ErrorMessage.d.ts +4 -0
- package/dist/types/components/atoms/ErrorMessage/ErrorMessage.styles.d.ts +3 -0
- package/dist/types/components/atoms/ErrorMessage/ErrorMessage.types.d.ts +5 -0
- package/dist/types/components/atoms/Footer/Footer.d.ts +4 -0
- package/dist/types/components/atoms/Footer/Footer.styles.d.ts +1 -0
- package/dist/types/components/atoms/Footer/Footer.types.d.ts +4 -0
- package/dist/types/components/atoms/GenericContainer/GenericContainer.d.ts +3 -0
- package/dist/types/components/atoms/GenericContainer/GenericContainer.styles.d.ts +1 -0
- package/dist/types/components/atoms/GenericContainer/GenericContainer.types.d.ts +4 -0
- package/dist/types/components/atoms/Icon/Icon.d.ts +4 -0
- package/dist/types/components/atoms/Icon/Icon.styles.d.ts +8 -0
- package/{src/components/atoms/Icon/Icon.types.ts → dist/types/components/atoms/Icon/Icon.types.d.ts} +2 -3
- package/dist/types/components/atoms/Input/Input.d.ts +4 -0
- package/dist/types/components/atoms/Input/Input.styles.d.ts +21 -0
- package/dist/types/components/atoms/Input/Input.types.d.ts +19 -0
- package/dist/types/components/atoms/Label/Label.d.ts +6 -0
- package/dist/types/components/atoms/Label/Label.styles.d.ts +4 -0
- package/dist/types/components/atoms/Loading/Loading.d.ts +3 -0
- package/dist/types/components/atoms/Loading/Loading.styles.d.ts +1 -0
- package/dist/types/components/atoms/LogoContainer/LogoContainer.Types.d.ts +6 -0
- package/dist/types/components/atoms/LogoContainer/LogoContainer.d.ts +3 -0
- package/dist/types/components/atoms/LogoContainer/LogoContainer.styles.d.ts +4 -0
- package/dist/types/components/atoms/ModalAviso/ModalAviso.d.ts +3 -0
- package/dist/types/components/atoms/ModalAviso/ModalAviso.styles.d.ts +6 -0
- package/dist/types/components/atoms/ModalAviso/ModalAviso.types.d.ts +5 -0
- package/dist/types/components/atoms/MultiSelect/MultiSelect.d.ts +4 -0
- package/dist/types/components/atoms/MultiSelect/MultiSelect.styles.d.ts +15 -0
- package/dist/types/components/atoms/MultiSelect/MultiSelect.types.d.ts +32 -0
- package/dist/types/components/atoms/Pill/Pill.d.ts +4 -0
- package/dist/types/components/atoms/Pill/Pill.styles.d.ts +15 -0
- package/dist/types/components/atoms/Pill/Pill.types.d.ts +10 -0
- package/dist/types/components/atoms/RadioButton/RadioButton.d.ts +4 -0
- package/dist/types/components/atoms/RadioButton/RadioButton.styles.d.ts +3 -0
- package/dist/types/components/atoms/RadioButton/RadioButton.types.d.ts +9 -0
- package/dist/types/components/atoms/ResendLink/ResendLink.d.ts +3 -0
- package/dist/types/components/atoms/ResendLink/ResendLink.styles.d.ts +3 -0
- package/dist/types/components/atoms/ResendLink/ResendLink.types.d.ts +7 -0
- package/dist/types/components/atoms/Select/Select.d.ts +4 -0
- package/dist/types/components/atoms/Select/Select.styles.d.ts +15 -0
- package/dist/types/components/atoms/Select/Select.types.d.ts +24 -0
- package/dist/types/components/atoms/Skeleton/Skeleton.d.ts +3 -0
- package/dist/types/components/atoms/Skeleton/Skeleton.styles.d.ts +5 -0
- package/dist/types/components/atoms/Skeleton/Skeleton.types.d.ts +12 -0
- package/dist/types/components/atoms/Subtitle/Subtitle.d.ts +3 -0
- package/dist/types/components/atoms/Subtitle/Subtitle.styles.d.ts +1 -0
- package/dist/types/components/atoms/Subtitle/Subtitle.types.d.ts +4 -0
- package/dist/types/components/atoms/Switch/Switch.d.ts +8 -0
- package/dist/types/components/atoms/Switch/Switch.styles.d.ts +5 -0
- package/dist/types/components/atoms/Switch/Switch.types.d.ts +7 -0
- package/dist/types/components/atoms/TabBar/TabBar.d.ts +3 -0
- package/dist/types/components/atoms/TabBar/TabBar.styles.d.ts +5 -0
- package/dist/types/components/atoms/TabBar/TabBar.types.d.ts +10 -0
- package/dist/types/components/atoms/Text/Text.d.ts +4 -0
- package/dist/types/components/atoms/Text/Text.styles.d.ts +6 -0
- package/dist/types/components/atoms/Text/Text.types.d.ts +8 -0
- package/dist/types/components/atoms/Textarea/Textarea.d.ts +4 -0
- package/dist/types/components/atoms/Textarea/Textarea.styles.d.ts +4 -0
- package/{src/components/atoms/Textarea/Textarea.types.ts → dist/types/components/atoms/Textarea/Textarea.types.d.ts} +4 -4
- package/dist/types/components/atoms/TimelineEventIndicator/TimelineEventIndicator.d.ts +1 -0
- package/dist/types/components/atoms/TimelineEventIndicator/TimelineExpandButton.d.ts +7 -0
- package/dist/types/components/atoms/Title/Title.d.ts +3 -0
- package/dist/types/components/atoms/Title/Title.styles.d.ts +1 -0
- package/dist/types/components/atoms/Title/Title.types.d.ts +4 -0
- package/dist/types/components/atoms/Tooltip/Tooltip.d.ts +4 -0
- package/dist/types/components/atoms/Tooltip/Tootip.styles.d.ts +9 -0
- package/dist/types/components/atoms/Tooltip/tooltip.types.d.ts +7 -0
- package/dist/types/components/molecules/AvatarGroup/AvatarGroup.d.ts +4 -0
- package/dist/types/components/molecules/AvatarGroup/AvatarGroup.styles.d.ts +6 -0
- package/dist/types/components/molecules/AvatarGroup/AvatarGroup.types.d.ts +13 -0
- package/dist/types/components/molecules/BannerAjuda/BannerAjuda.d.ts +4 -0
- package/dist/types/components/molecules/BannerAjuda/BannerAjuda.styles.d.ts +1 -0
- package/dist/types/components/molecules/BannerAjuda/BannerAjuda.types.d.ts +5 -0
- package/dist/types/components/molecules/ButtonGroup/ButtonGroup.d.ts +4 -0
- package/dist/types/components/molecules/ButtonGroup/ButtonGroup.styles.d.ts +3 -0
- package/dist/types/components/molecules/ButtonGroup/ButtonGroup.types.d.ts +11 -0
- package/dist/types/components/molecules/Calendar/Calendar.d.ts +8 -0
- package/dist/types/components/molecules/Calendar/Calendar.styles.d.ts +2 -0
- package/dist/types/components/molecules/CodeInputContainer/CodeInputContainer.d.ts +4 -0
- package/dist/types/components/molecules/CodeInputContainer/CodeInputContainer.styles.d.ts +1 -0
- package/dist/types/components/molecules/CodeInputContainer/CodeInputContainer.types.d.ts +9 -0
- package/dist/types/components/molecules/ExcludeModal/ExcludeModal.d.ts +4 -0
- package/dist/types/components/molecules/ExcludeModal/ExcludeModal.styles.d.ts +17 -0
- package/dist/types/components/molecules/ExcludeModal/ExcludeModal.types.d.ts +12 -0
- package/dist/types/components/molecules/FieldSelector/FieldSelector.d.ts +10 -0
- package/dist/types/components/molecules/FieldSelector/FieldSelector.styles.d.ts +8 -0
- package/dist/types/components/molecules/HighlightsCard/HighlightsCard.d.ts +4 -0
- package/dist/types/components/molecules/HighlightsCard/HighlightsCard.styles.d.ts +8 -0
- package/dist/types/components/molecules/HighlightsCard/HighlightsCard.types.d.ts +9 -0
- package/dist/types/components/molecules/InsuranceCard/InsuranceCard.d.ts +3 -0
- package/dist/types/components/molecules/InsuranceCard/InsuranceCard.styles.d.ts +49 -0
- package/dist/types/components/molecules/InsuranceCard/InsuranceCard.types.d.ts +38 -0
- package/dist/types/components/molecules/PieChartComponent/PieChartComponent.d.ts +3 -0
- package/dist/types/components/molecules/PieChartComponent/PieChartComponent.styles.d.ts +1 -0
- package/dist/types/components/molecules/PieChartComponent/PieChartComponent.types.d.ts +9 -0
- package/dist/types/components/molecules/Popover/Popover.d.ts +6 -0
- package/dist/types/components/molecules/Popover/Popover.styles.d.ts +4 -0
- package/dist/types/components/molecules/RadioBoxGroup/RadioBoxGroup.d.ts +15 -0
- package/dist/types/components/molecules/RadioBoxGroup/RadioBoxGroup.styles.d.ts +3 -0
- package/dist/types/components/molecules/RadioGroupField/RadioGroupField.d.ts +4 -0
- package/dist/types/components/molecules/RadioGroupField/RadioGroupField.styles.d.ts +6 -0
- package/dist/types/components/molecules/RadioGroupField/RadioGroupField.types.d.ts +15 -0
- package/dist/types/components/molecules/RefuseModal/RefuseModal.d.ts +2 -0
- package/dist/types/components/molecules/RefuseModal/RefuseModal.styles.d.ts +21 -0
- package/dist/types/components/molecules/RefuseModal/RefuseModal.types.d.ts +8 -0
- package/dist/types/components/molecules/ResultsChart/ResultsChart.d.ts +3 -0
- package/dist/types/components/molecules/ResultsChart/ResultsChart.styles.d.ts +3 -0
- package/{src/components/molecules/ResultsChart/ResultsChart.types.ts → dist/types/components/molecules/ResultsChart/ResultsChart.types.d.ts} +1 -1
- package/dist/types/components/molecules/TabToggle/TabToggle.d.ts +10 -0
- package/dist/types/components/molecules/TabToggle/TabToggle.styles.d.ts +8 -0
- package/dist/types/components/molecules/TimeLine/TimeLine.d.ts +3 -0
- package/dist/types/components/molecules/TimeLine/TimeLine.mapper.d.ts +2 -0
- package/dist/types/components/molecules/TimeLine/TimeLine.registry.d.ts +8 -0
- package/dist/types/components/molecules/TimeLine/TimeLine.styles.d.ts +18 -0
- package/dist/types/components/molecules/TimeLine/TimeLine.types.d.ts +68 -0
- package/dist/types/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.d.ts +2 -0
- package/{src/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.types.ts → dist/types/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.types.d.ts} +4 -4
- package/dist/types/components/molecules/TimeLineEvent/TimelineEvent.d.ts +6 -0
- package/dist/types/components/molecules/TimeLineEvent/TimelineEvent.styles.d.ts +6 -0
- package/dist/types/components/organisms/AlertDialog/AlertDialog.d.ts +4 -0
- package/dist/types/components/organisms/AlertDialog/AlertDialog.styles.d.ts +5 -0
- package/dist/types/components/organisms/AlertDialog/AlertDialog.types.d.ts +14 -0
- package/dist/types/components/organisms/Dialog/Dialog.d.ts +12 -0
- package/dist/types/components/organisms/Dialog/Dialog.styles.d.ts +18 -0
- package/dist/types/components/organisms/DonutEmissionsChart/DonutEmissionsChart.d.ts +4 -0
- package/dist/types/components/organisms/DonutEmissionsChart/DonutEmissionsChart.styles.d.ts +10 -0
- package/dist/types/components/organisms/DonutEmissionsChart/DonutEmissionsChart.types.d.ts +8 -0
- package/dist/types/components/organisms/DonutEmissionsChart/index.d.ts +2 -0
- package/dist/types/components/organisms/ExportExcelModal/ExportExcelModal.d.ts +13 -0
- package/dist/types/components/organisms/ExportExcelModal/ExportExcelModal.styles.d.ts +13 -0
- package/dist/types/components/organisms/Form/Form.d.ts +22 -0
- package/dist/types/components/organisms/Form/Form.styles.d.ts +7 -0
- package/dist/types/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.d.ts +4 -0
- package/dist/types/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.styles.d.ts +13 -0
- package/dist/types/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.types.d.ts +15 -0
- package/dist/types/components/organisms/Navbar/Navbar.d.ts +3 -0
- package/dist/types/components/organisms/Navbar/Navbar.styles.d.ts +15 -0
- package/dist/types/components/organisms/Navbar/Navbar.types.d.ts +32 -0
- package/dist/types/components/organisms/PermissionCard/PermissionCard.d.ts +3 -0
- package/dist/types/components/organisms/PermissionCard/PermissionCard.styles.d.ts +3 -0
- package/dist/types/components/organisms/PermissionCard/PermissionCard.types.d.ts +11 -0
- package/dist/types/components/organisms/TimelineModal/TimelineModal.d.ts +11 -0
- package/dist/types/components/organisms/TimelineModal/TimelineModal.styles.d.ts +15 -0
- package/dist/types/components/templates/PermissionMatrix/PermissionMatrix.d.ts +3 -0
- package/dist/types/components/templates/PermissionMatrix/PermissionMatrix.styles.d.ts +1 -0
- package/dist/types/components/templates/PermissionMatrix/PermissionMatrix.types.d.ts +11 -0
- package/dist/types/components/templates/PermissionMatrix/index.d.ts +1 -0
- package/dist/types/index.d.ts +75 -0
- package/dist/types/lib/utils.d.ts +2 -0
- package/dist/types/styles/tokens/borders.d.ts +16 -0
- package/dist/types/styles/tokens/colors.d.ts +599 -0
- package/dist/types/styles/tokens/radius.d.ts +21 -0
- package/dist/types/styles/tokens/shadows.d.ts +18 -0
- package/dist/types/styles/tokens/sizes.d.ts +59 -0
- package/dist/types/styles/tokens/typography.d.ts +160 -0
- package/dist/types/types/colors.types.d.ts +20 -0
- package/dist/types/types/sizes.types.d.ts +4 -0
- package/package.json +16 -10
- package/src/assets/_banner_contato.png +0 -0
- package/src/assets/_barra.svg +0 -3
- package/src/assets/_effecti.svg +0 -9
- package/src/assets/_granto_corp_navbar.svg +0 -9
- package/src/assets/_logoUmbrella.svg +0 -34
- package/src/assets/avatar1.png +0 -0
- package/src/assets/avatar2.jpg +0 -0
- package/src/assets/avatar3.jpg +0 -0
- package/src/assets/avatar4.jpg +0 -0
- package/src/assets/info.png +0 -0
- package/src/assets/linhaTempo.png +0 -0
- package/src/assets/pen.png +0 -0
- package/src/assets/react.svg +0 -1
- package/src/assets.d.ts +0 -19
- package/src/components/atoms/Badge/Badge.styles.ts +0 -96
- package/src/components/atoms/Badge/Badge.tsx +0 -50
- package/src/components/atoms/Badge/Badge.types.ts +0 -16
- package/src/components/atoms/Breadcrumb/Breadcrumb.styles.ts +0 -43
- package/src/components/atoms/Breadcrumb/Breadcrumb.tsx +0 -46
- package/src/components/atoms/Breadcrumb/Breadcrumb.types.ts +0 -12
- package/src/components/atoms/Button/Button.styles.ts +0 -279
- package/src/components/atoms/Button/Button.tsx +0 -76
- package/src/components/atoms/Button/Button.types.ts +0 -27
- package/src/components/atoms/Checkbox/Checkbox.styles.ts +0 -88
- package/src/components/atoms/Checkbox/Checkbox.tsx +0 -42
- package/src/components/atoms/Checkbox/Checkbox.types.ts +0 -14
- package/src/components/atoms/Checkbox/CheckboxGroup.tsx +0 -37
- package/src/components/atoms/Checkbox/CheckboxSelectAll.tsx +0 -32
- package/src/components/atoms/CodeInput/CodeInput.styles.tsx +0 -38
- package/src/components/atoms/CodeInput/CodeInput.tsx +0 -13
- package/src/components/atoms/CodeInput/CodeInput.types.ts +0 -3
- package/src/components/atoms/DatePickerInput/DatePicker.styles.ts +0 -75
- package/src/components/atoms/DatePickerInput/DatePickerInput.tsx +0 -154
- package/src/components/atoms/DropDownMenu/DropdownMenu.styles.tsx +0 -106
- package/src/components/atoms/DropDownMenu/DropdownMenu.tsx +0 -48
- package/src/components/atoms/DropDownMenu/DropdownMenu.types.ts +0 -15
- package/src/components/atoms/DropDownMenu/index.tsx +0 -5
- package/src/components/atoms/EditIcon/EditIcon.styles.ts +0 -39
- package/src/components/atoms/EditIcon/EditIcon.tsx +0 -21
- package/src/components/atoms/EditIcon/EditIcon.types.ts +0 -7
- package/src/components/atoms/EditIcon/index.ts +0 -0
- package/src/components/atoms/EditableDurationSelect/EditableDurationSelect.styles.ts +0 -150
- package/src/components/atoms/EditableDurationSelect/EditableDurationSelect.tsx +0 -138
- package/src/components/atoms/EditableDurationSelect/EditableDurationSelect.types.ts +0 -19
- package/src/components/atoms/ErrorMessage/ErrorMessage.styles.tsx +0 -28
- package/src/components/atoms/ErrorMessage/ErrorMessage.tsx +0 -12
- package/src/components/atoms/ErrorMessage/ErrorMessage.types.ts +0 -6
- package/src/components/atoms/Footer/Footer.styles.tsx +0 -22
- package/src/components/atoms/Footer/Footer.tsx +0 -9
- package/src/components/atoms/Footer/Footer.types.tsx +0 -5
- package/src/components/atoms/GenericContainer/GenericContainer.styles.tsx +0 -21
- package/src/components/atoms/GenericContainer/GenericContainer.tsx +0 -9
- package/src/components/atoms/GenericContainer/GenericContainer.types.ts +0 -5
- package/src/components/atoms/Icon/Icon.styles.ts +0 -11
- package/src/components/atoms/Icon/Icon.tsx +0 -22
- package/src/components/atoms/Input/Input.styles.ts +0 -106
- package/src/components/atoms/Input/Input.tsx +0 -80
- package/src/components/atoms/Input/Input.types.ts +0 -21
- package/src/components/atoms/Label/Label.styles.ts +0 -16
- package/src/components/atoms/Label/Label.tsx +0 -16
- package/src/components/atoms/Loading/Loading.styles.tsx +0 -25
- package/src/components/atoms/Loading/Loading.tsx +0 -8
- package/src/components/atoms/LogoContainer/LogoContainer.Types.tsx +0 -6
- package/src/components/atoms/LogoContainer/LogoContainer.styles.tsx +0 -11
- package/src/components/atoms/LogoContainer/LogoContainer.tsx +0 -14
- package/src/components/atoms/ModalAviso/ModalAviso.styles.tsx +0 -56
- package/src/components/atoms/ModalAviso/ModalAviso.tsx +0 -43
- package/src/components/atoms/ModalAviso/ModalAviso.types.ts +0 -5
- package/src/components/atoms/MultiSelect/MultiSelect.styles.tsx +0 -100
- package/src/components/atoms/MultiSelect/MultiSelect.tsx +0 -346
- package/src/components/atoms/MultiSelect/MultiSelect.types.ts +0 -38
- package/src/components/atoms/Pill/Pill.styles.ts +0 -46
- package/src/components/atoms/Pill/Pill.tsx +0 -35
- package/src/components/atoms/Pill/Pill.types.ts +0 -14
- package/src/components/atoms/RadioButton/RadioButton.styles.ts +0 -44
- package/src/components/atoms/RadioButton/RadioButton.tsx +0 -31
- package/src/components/atoms/RadioButton/RadioButton.types.ts +0 -9
- package/src/components/atoms/ResendLink/ResendLink.styles.tsx +0 -19
- package/src/components/atoms/ResendLink/ResendLink.tsx +0 -21
- package/src/components/atoms/ResendLink/ResendLink.types.ts +0 -8
- package/src/components/atoms/Select/Select.styles.ts +0 -153
- package/src/components/atoms/Select/Select.tsx +0 -52
- package/src/components/atoms/Select/Select.types.ts +0 -19
- package/src/components/atoms/Skeleton/Skeleton.styles.ts +0 -32
- package/src/components/atoms/Skeleton/Skeleton.tsx +0 -43
- package/src/components/atoms/Skeleton/Skeleton.types.ts +0 -13
- package/src/components/atoms/Subtitle/Subtitle.styles.tsx +0 -21
- package/src/components/atoms/Subtitle/Subtitle.tsx +0 -7
- package/src/components/atoms/Subtitle/Subtitle.types.ts +0 -5
- package/src/components/atoms/Switch/Switch.styles.ts +0 -59
- package/src/components/atoms/Switch/Switch.tsx +0 -25
- package/src/components/atoms/Switch/Switch.types.ts +0 -7
- package/src/components/atoms/TabBar/TabBar.styles.tsx +0 -64
- package/src/components/atoms/TabBar/TabBar.tsx +0 -24
- package/src/components/atoms/TabBar/TabBar.types.ts +0 -11
- package/src/components/atoms/Text/Text.styles.tsx +0 -35
- package/src/components/atoms/Text/Text.tsx +0 -32
- package/src/components/atoms/Text/Text.types.ts +0 -8
- package/src/components/atoms/Textarea/Textarea.styles.ts +0 -52
- package/src/components/atoms/Textarea/Textarea.tsx +0 -31
- package/src/components/atoms/TimelineEventIndicator/TimelineEventIndicator.tsx +0 -12
- package/src/components/atoms/TimelineEventIndicator/TimelineExpandButton.tsx +0 -55
- package/src/components/atoms/Title/Title.styles.tsx +0 -17
- package/src/components/atoms/Title/Title.tsx +0 -7
- package/src/components/atoms/Title/Title.types.ts +0 -5
- package/src/components/atoms/Tooltip/Tooltip.tsx +0 -59
- package/src/components/atoms/Tooltip/Tootip.styles.ts +0 -153
- package/src/components/atoms/Tooltip/tooltip.types.ts +0 -8
- package/src/components/molecules/AvatarGroup/AvatarGroup.styles.ts +0 -43
- package/src/components/molecules/AvatarGroup/AvatarGroup.tsx +0 -39
- package/src/components/molecules/AvatarGroup/AvatarGroup.types.ts +0 -16
- package/src/components/molecules/BannerAjuda/BannerAjuda.styles.tsx +0 -9
- package/src/components/molecules/BannerAjuda/BannerAjuda.tsx +0 -18
- package/src/components/molecules/BannerAjuda/BannerAjuda.types.ts +0 -5
- package/src/components/molecules/ButtonGroup/ButtonGroup.styles.ts +0 -10
- package/src/components/molecules/ButtonGroup/ButtonGroup.tsx +0 -28
- package/src/components/molecules/ButtonGroup/ButtonGroup.types.ts +0 -23
- package/src/components/molecules/Calendar/Calendar.styles.ts +0 -143
- package/src/components/molecules/Calendar/Calendar.tsx +0 -31
- package/src/components/molecules/CodeInputContainer/CodeInputContainer.styles.tsx +0 -7
- package/src/components/molecules/CodeInputContainer/CodeInputContainer.tsx +0 -32
- package/src/components/molecules/CodeInputContainer/CodeInputContainer.types.ts +0 -13
- package/src/components/molecules/ExcludeModal/ExcludeModal.styles.tsx +0 -123
- package/src/components/molecules/ExcludeModal/ExcludeModal.tsx +0 -50
- package/src/components/molecules/ExcludeModal/ExcludeModal.types.ts +0 -12
- package/src/components/molecules/FieldSelector/FieldSelector.styles.ts +0 -63
- package/src/components/molecules/FieldSelector/FieldSelector.tsx +0 -167
- package/src/components/molecules/HighlightsCard/HighlightsCard.styles.tsx +0 -67
- package/src/components/molecules/HighlightsCard/HighlightsCard.tsx +0 -35
- package/src/components/molecules/HighlightsCard/HighlightsCard.types.ts +0 -10
- package/src/components/molecules/InsuranceCard/InsuranceCard.styles.tsx +0 -237
- package/src/components/molecules/InsuranceCard/InsuranceCard.tsx +0 -455
- package/src/components/molecules/InsuranceCard/InsuranceCard.types.ts +0 -41
- package/src/components/molecules/PieChartComponent/PieChartComponent.styles.tsx +0 -7
- package/src/components/molecules/PieChartComponent/PieChartComponent.tsx +0 -70
- package/src/components/molecules/PieChartComponent/PieChartComponent.types.ts +0 -11
- package/src/components/molecules/Popover/Popover.styles.ts +0 -66
- package/src/components/molecules/Popover/Popover.tsx +0 -23
- package/src/components/molecules/RadioBoxGroup/RadioBoxGroup.styles.ts +0 -11
- package/src/components/molecules/RadioBoxGroup/RadioBoxGroup.tsx +0 -43
- package/src/components/molecules/RadioGroupField/RadioGroupField.styles.tsx +0 -65
- package/src/components/molecules/RadioGroupField/RadioGroupField.tsx +0 -69
- package/src/components/molecules/RadioGroupField/RadioGroupField.types.ts +0 -17
- package/src/components/molecules/RefuseModal/RefuseModal.styles.tsx +0 -139
- package/src/components/molecules/RefuseModal/RefuseModal.tsx +0 -92
- package/src/components/molecules/RefuseModal/RefuseModal.types.ts +0 -15
- package/src/components/molecules/ResultsChart/ResultsChart.styles.tsx +0 -26
- package/src/components/molecules/ResultsChart/ResultsChart.tsx +0 -23
- package/src/components/molecules/TabToggle/TabToggle.styles.ts +0 -54
- package/src/components/molecules/TabToggle/TabToggle.tsx +0 -35
- package/src/components/molecules/TimeLine/TimeLine.mapper.ts +0 -112
- package/src/components/molecules/TimeLine/TimeLine.registry.ts +0 -41
- package/src/components/molecules/TimeLine/TimeLine.styles.ts +0 -221
- package/src/components/molecules/TimeLine/TimeLine.tsx +0 -80
- package/src/components/molecules/TimeLine/TimeLine.types.ts +0 -92
- package/src/components/molecules/TimeLine/TimelineComparisonTable/TimelineComparisonTable.tsx +0 -94
- package/src/components/molecules/TimeLineEvent/TimelineEvent.styles.ts +0 -62
- package/src/components/molecules/TimeLineEvent/TimelineEvent.tsx +0 -58
- package/src/components/organisms/AlertDialog/AlertDialog.styles.tsx +0 -61
- package/src/components/organisms/AlertDialog/AlertDialog.tsx +0 -70
- package/src/components/organisms/AlertDialog/AlertDialog.types.ts +0 -14
- package/src/components/organisms/Dialog/Dialog.styles.ts +0 -107
- package/src/components/organisms/Dialog/Dialog.tsx +0 -69
- package/src/components/organisms/DonutEmissionsChart/DonutEmissionsChart.styles.tsx +0 -113
- package/src/components/organisms/DonutEmissionsChart/DonutEmissionsChart.tsx +0 -75
- package/src/components/organisms/DonutEmissionsChart/DonutEmissionsChart.types.ts +0 -9
- package/src/components/organisms/DonutEmissionsChart/index.tsx +0 -5
- package/src/components/organisms/ExportExcelModal/ExportExcelModal.styles.ts +0 -59
- package/src/components/organisms/ExportExcelModal/ExportExcelModal.tsx +0 -89
- package/src/components/organisms/Form/Form.styles.ts +0 -35
- package/src/components/organisms/Form/Form.tsx +0 -160
- package/src/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.styles.tsx +0 -115
- package/src/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.tsx +0 -89
- package/src/components/organisms/ListagemUltimasEmissoes/ListagemUltimasEmissoes.types.ts +0 -16
- package/src/components/organisms/Navbar/Navbar.styles.tsx +0 -243
- package/src/components/organisms/Navbar/Navbar.tsx +0 -118
- package/src/components/organisms/Navbar/Navbar.types.ts +0 -34
- package/src/components/organisms/PermissionCard/PermissionCard.styles.ts +0 -37
- package/src/components/organisms/PermissionCard/PermissionCard.tsx +0 -58
- package/src/components/organisms/PermissionCard/PermissionCard.types.ts +0 -12
- package/src/components/organisms/TimelineModal/TimelineModal.styles.ts +0 -109
- package/src/components/organisms/TimelineModal/TimelineModal.tsx +0 -67
- package/src/components/templates/PermissionMatrix/PermissionMatrix.styles.ts +0 -19
- package/src/components/templates/PermissionMatrix/PermissionMatrix.tsx +0 -24
- package/src/components/templates/PermissionMatrix/PermissionMatrix.types.ts +0 -13
- package/src/components/templates/PermissionMatrix/index.ts +0 -0
- package/src/global.d.ts +0 -16
- package/src/index.ts +0 -200
- package/src/lib/utils.ts +0 -6
- package/src/styles/tokens/borders.ts +0 -17
- package/src/styles/tokens/colors.ts +0 -601
- package/src/styles/tokens/radius.ts +0 -22
- package/src/styles/tokens/shadows.ts +0 -22
- package/src/styles/tokens/sizes.ts +0 -60
- package/src/styles/tokens/typography.ts +0 -161
- package/src/types/colors.types.ts +0 -21
- package/src/types/sizes.types.ts +0 -4
- package/src/utils/renderHighlightsCard.tsx +0 -21
- /package/{src/components/atoms/Button/index.ts → dist/types/components/atoms/Button/index.d.ts} +0 -0
- /package/{src/components/atoms/CodeInput/index.tsx → dist/types/components/atoms/CodeInput/index.d.ts} +0 -0
- /package/{src/components/atoms/EditableDurationSelect/index.tsx → dist/types/components/atoms/EditableDurationSelect/index.d.ts} +0 -0
- /package/{src/components/atoms/ErrorMessage/index.tsx → dist/types/components/atoms/ErrorMessage/index.d.ts} +0 -0
- /package/{src/components/atoms/Footer/index.tsx → dist/types/components/atoms/Footer/index.d.ts} +0 -0
- /package/{src/components/atoms/GenericContainer/index.tsx → dist/types/components/atoms/GenericContainer/index.d.ts} +0 -0
- /package/{src/components/atoms/Icon/index.ts → dist/types/components/atoms/Icon/index.d.ts} +0 -0
- /package/{src/components/atoms/Input/index.ts → dist/types/components/atoms/Input/index.d.ts} +0 -0
- /package/{src/components/atoms/Loading/index.tsx → dist/types/components/atoms/Loading/index.d.ts} +0 -0
- /package/{src/components/atoms/LogoContainer/index.tsx → dist/types/components/atoms/LogoContainer/index.d.ts} +0 -0
- /package/{src/components/atoms/ModalAviso/index.tsx → dist/types/components/atoms/ModalAviso/index.d.ts} +0 -0
- /package/{src/components/atoms/MultiSelect/index.tsx → dist/types/components/atoms/MultiSelect/index.d.ts} +0 -0
- /package/{src/components/atoms/ResendLink/index.tsx → dist/types/components/atoms/ResendLink/index.d.ts} +0 -0
- /package/{src/components/atoms/Select/index.tsx → dist/types/components/atoms/Select/index.d.ts} +0 -0
- /package/{src/components/atoms/Subtitle/index.tsx → dist/types/components/atoms/Subtitle/index.d.ts} +0 -0
- /package/{src/components/atoms/TabBar/index.tsx → dist/types/components/atoms/TabBar/index.d.ts} +0 -0
- /package/{src/components/atoms/Text/index.ts → dist/types/components/atoms/Text/index.d.ts} +0 -0
- /package/{src/components/atoms/TimelineEventIndicator/index.tsx → dist/types/components/atoms/TimelineEventIndicator/index.d.ts} +0 -0
- /package/{src/components/atoms/Title/index.tsx → dist/types/components/atoms/Title/index.d.ts} +0 -0
- /package/{src/components/molecules/AvatarGroup/index.ts → dist/types/components/molecules/AvatarGroup/index.d.ts} +0 -0
- /package/{src/components/molecules/BannerAjuda/index.tsx → dist/types/components/molecules/BannerAjuda/index.d.ts} +0 -0
- /package/{src/components/molecules/CodeInputContainer/index.tsx → dist/types/components/molecules/CodeInputContainer/index.d.ts} +0 -0
- /package/{src/components/molecules/ExcludeModal/index.tsx → dist/types/components/molecules/ExcludeModal/index.d.ts} +0 -0
- /package/{src/components/molecules/HighlightsCard/index.tsx → dist/types/components/molecules/HighlightsCard/index.d.ts} +0 -0
- /package/{src/components/molecules/InsuranceCard/index.tsx → dist/types/components/molecules/InsuranceCard/index.d.ts} +0 -0
- /package/{src/components/molecules/PieChartComponent/index.tsx → dist/types/components/molecules/PieChartComponent/index.d.ts} +0 -0
- /package/{src/components/molecules/RadioGroupField/index.tsx → dist/types/components/molecules/RadioGroupField/index.d.ts} +0 -0
- /package/{src/components/molecules/RefuseModal/index.tsx → dist/types/components/molecules/RefuseModal/index.d.ts} +0 -0
- /package/{src/components/molecules/ResultsChart/index.tsx → dist/types/components/molecules/ResultsChart/index.d.ts} +0 -0
- /package/{src/components/molecules/TimeLineEvent/index.ts → dist/types/components/molecules/TimeLineEvent/index.d.ts} +0 -0
- /package/{src/components/organisms/ListagemUltimasEmissoes/index.tsx → dist/types/components/organisms/ListagemUltimasEmissoes/index.d.ts} +0 -0
- /package/{src/components/organisms/PermissionCard/index.ts → dist/types/components/organisms/PermissionCard/index.d.ts} +0 -0
- /package/{src/styles/tokens/index.tsx → dist/types/styles/tokens/index.d.ts} +0 -0
- /package/{src/types/radius.types.ts → dist/types/types/radius.types.d.ts} +0 -0
- /package/{src/types/shadows.types.ts → dist/types/types/shadows.types.d.ts} +0 -0
|
@@ -0,0 +1,599 @@
|
|
|
1
|
+
export declare const primitiveColors: {
|
|
2
|
+
base: {
|
|
3
|
+
white: string;
|
|
4
|
+
black: string;
|
|
5
|
+
};
|
|
6
|
+
gray: {
|
|
7
|
+
100: string;
|
|
8
|
+
200: string;
|
|
9
|
+
300: string;
|
|
10
|
+
400: string;
|
|
11
|
+
500: string;
|
|
12
|
+
600: string;
|
|
13
|
+
700: string;
|
|
14
|
+
800: string;
|
|
15
|
+
900: string;
|
|
16
|
+
1000: string;
|
|
17
|
+
1100: string;
|
|
18
|
+
1200: string;
|
|
19
|
+
1300: string;
|
|
20
|
+
};
|
|
21
|
+
purple: {
|
|
22
|
+
100: string;
|
|
23
|
+
200: string;
|
|
24
|
+
300: string;
|
|
25
|
+
400: string;
|
|
26
|
+
500: string;
|
|
27
|
+
600: string;
|
|
28
|
+
700: string;
|
|
29
|
+
800: string;
|
|
30
|
+
900: string;
|
|
31
|
+
1000: string;
|
|
32
|
+
1100: string;
|
|
33
|
+
1200: string;
|
|
34
|
+
1300: string;
|
|
35
|
+
};
|
|
36
|
+
green: {
|
|
37
|
+
100: string;
|
|
38
|
+
200: string;
|
|
39
|
+
300: string;
|
|
40
|
+
400: string;
|
|
41
|
+
500: string;
|
|
42
|
+
600: string;
|
|
43
|
+
700: string;
|
|
44
|
+
800: string;
|
|
45
|
+
900: string;
|
|
46
|
+
1000: string;
|
|
47
|
+
1100: string;
|
|
48
|
+
1200: string;
|
|
49
|
+
1300: string;
|
|
50
|
+
};
|
|
51
|
+
red: {
|
|
52
|
+
100: string;
|
|
53
|
+
200: string;
|
|
54
|
+
300: string;
|
|
55
|
+
400: string;
|
|
56
|
+
500: string;
|
|
57
|
+
600: string;
|
|
58
|
+
700: string;
|
|
59
|
+
800: string;
|
|
60
|
+
900: string;
|
|
61
|
+
1000: string;
|
|
62
|
+
1100: string;
|
|
63
|
+
1200: string;
|
|
64
|
+
1300: string;
|
|
65
|
+
};
|
|
66
|
+
blue: {
|
|
67
|
+
100: string;
|
|
68
|
+
200: string;
|
|
69
|
+
300: string;
|
|
70
|
+
400: string;
|
|
71
|
+
500: string;
|
|
72
|
+
600: string;
|
|
73
|
+
700: string;
|
|
74
|
+
800: string;
|
|
75
|
+
900: string;
|
|
76
|
+
1000: string;
|
|
77
|
+
1100: string;
|
|
78
|
+
1200: string;
|
|
79
|
+
1300: string;
|
|
80
|
+
};
|
|
81
|
+
orange: {
|
|
82
|
+
100: string;
|
|
83
|
+
200: string;
|
|
84
|
+
300: string;
|
|
85
|
+
400: string;
|
|
86
|
+
500: string;
|
|
87
|
+
600: string;
|
|
88
|
+
700: string;
|
|
89
|
+
800: string;
|
|
90
|
+
900: string;
|
|
91
|
+
1000: string;
|
|
92
|
+
1100: string;
|
|
93
|
+
1200: string;
|
|
94
|
+
1300: string;
|
|
95
|
+
};
|
|
96
|
+
yellow: {
|
|
97
|
+
100: string;
|
|
98
|
+
200: string;
|
|
99
|
+
300: string;
|
|
100
|
+
400: string;
|
|
101
|
+
500: string;
|
|
102
|
+
600: string;
|
|
103
|
+
700: string;
|
|
104
|
+
800: string;
|
|
105
|
+
900: string;
|
|
106
|
+
1000: string;
|
|
107
|
+
1100: string;
|
|
108
|
+
1200: string;
|
|
109
|
+
1300: string;
|
|
110
|
+
};
|
|
111
|
+
coral: {
|
|
112
|
+
100: string;
|
|
113
|
+
200: string;
|
|
114
|
+
300: string;
|
|
115
|
+
400: string;
|
|
116
|
+
500: string;
|
|
117
|
+
600: string;
|
|
118
|
+
700: string;
|
|
119
|
+
800: string;
|
|
120
|
+
900: string;
|
|
121
|
+
1000: string;
|
|
122
|
+
1100: string;
|
|
123
|
+
1200: string;
|
|
124
|
+
1300: string;
|
|
125
|
+
};
|
|
126
|
+
tangerine: {
|
|
127
|
+
100: string;
|
|
128
|
+
200: string;
|
|
129
|
+
300: string;
|
|
130
|
+
400: string;
|
|
131
|
+
500: string;
|
|
132
|
+
600: string;
|
|
133
|
+
700: string;
|
|
134
|
+
800: string;
|
|
135
|
+
900: string;
|
|
136
|
+
1000: string;
|
|
137
|
+
1100: string;
|
|
138
|
+
1200: string;
|
|
139
|
+
1300: string;
|
|
140
|
+
};
|
|
141
|
+
amber: {
|
|
142
|
+
100: string;
|
|
143
|
+
200: string;
|
|
144
|
+
300: string;
|
|
145
|
+
400: string;
|
|
146
|
+
500: string;
|
|
147
|
+
600: string;
|
|
148
|
+
700: string;
|
|
149
|
+
800: string;
|
|
150
|
+
900: string;
|
|
151
|
+
1000: string;
|
|
152
|
+
1100: string;
|
|
153
|
+
1200: string;
|
|
154
|
+
1300: string;
|
|
155
|
+
};
|
|
156
|
+
gold: {
|
|
157
|
+
100: string;
|
|
158
|
+
200: string;
|
|
159
|
+
300: string;
|
|
160
|
+
400: string;
|
|
161
|
+
500: string;
|
|
162
|
+
600: string;
|
|
163
|
+
700: string;
|
|
164
|
+
800: string;
|
|
165
|
+
900: string;
|
|
166
|
+
1000: string;
|
|
167
|
+
1100: string;
|
|
168
|
+
1200: string;
|
|
169
|
+
1300: string;
|
|
170
|
+
};
|
|
171
|
+
lime: {
|
|
172
|
+
100: string;
|
|
173
|
+
200: string;
|
|
174
|
+
300: string;
|
|
175
|
+
400: string;
|
|
176
|
+
500: string;
|
|
177
|
+
600: string;
|
|
178
|
+
700: string;
|
|
179
|
+
800: string;
|
|
180
|
+
900: string;
|
|
181
|
+
1000: string;
|
|
182
|
+
1100: string;
|
|
183
|
+
1200: string;
|
|
184
|
+
1300: string;
|
|
185
|
+
};
|
|
186
|
+
mint: {
|
|
187
|
+
100: string;
|
|
188
|
+
200: string;
|
|
189
|
+
300: string;
|
|
190
|
+
400: string;
|
|
191
|
+
500: string;
|
|
192
|
+
600: string;
|
|
193
|
+
700: string;
|
|
194
|
+
800: string;
|
|
195
|
+
900: string;
|
|
196
|
+
1000: string;
|
|
197
|
+
1100: string;
|
|
198
|
+
1200: string;
|
|
199
|
+
1300: string;
|
|
200
|
+
};
|
|
201
|
+
emerald: {
|
|
202
|
+
100: string;
|
|
203
|
+
200: string;
|
|
204
|
+
300: string;
|
|
205
|
+
400: string;
|
|
206
|
+
500: string;
|
|
207
|
+
600: string;
|
|
208
|
+
700: string;
|
|
209
|
+
800: string;
|
|
210
|
+
900: string;
|
|
211
|
+
1000: string;
|
|
212
|
+
1100: string;
|
|
213
|
+
1200: string;
|
|
214
|
+
1300: string;
|
|
215
|
+
};
|
|
216
|
+
teal: {
|
|
217
|
+
100: string;
|
|
218
|
+
200: string;
|
|
219
|
+
300: string;
|
|
220
|
+
400: string;
|
|
221
|
+
500: string;
|
|
222
|
+
600: string;
|
|
223
|
+
700: string;
|
|
224
|
+
800: string;
|
|
225
|
+
900: string;
|
|
226
|
+
1000: string;
|
|
227
|
+
1100: string;
|
|
228
|
+
1200: string;
|
|
229
|
+
1300: string;
|
|
230
|
+
};
|
|
231
|
+
cyan: {
|
|
232
|
+
100: string;
|
|
233
|
+
200: string;
|
|
234
|
+
300: string;
|
|
235
|
+
400: string;
|
|
236
|
+
500: string;
|
|
237
|
+
600: string;
|
|
238
|
+
700: string;
|
|
239
|
+
800: string;
|
|
240
|
+
900: string;
|
|
241
|
+
1000: string;
|
|
242
|
+
1100: string;
|
|
243
|
+
1200: string;
|
|
244
|
+
1300: string;
|
|
245
|
+
};
|
|
246
|
+
aqua: {
|
|
247
|
+
100: string;
|
|
248
|
+
200: string;
|
|
249
|
+
300: string;
|
|
250
|
+
400: string;
|
|
251
|
+
500: string;
|
|
252
|
+
600: string;
|
|
253
|
+
700: string;
|
|
254
|
+
800: string;
|
|
255
|
+
900: string;
|
|
256
|
+
1000: string;
|
|
257
|
+
1100: string;
|
|
258
|
+
1200: string;
|
|
259
|
+
1300: string;
|
|
260
|
+
};
|
|
261
|
+
crimson: {
|
|
262
|
+
100: string;
|
|
263
|
+
200: string;
|
|
264
|
+
300: string;
|
|
265
|
+
400: string;
|
|
266
|
+
500: string;
|
|
267
|
+
600: string;
|
|
268
|
+
700: string;
|
|
269
|
+
800: string;
|
|
270
|
+
900: string;
|
|
271
|
+
1000: string;
|
|
272
|
+
1100: string;
|
|
273
|
+
1200: string;
|
|
274
|
+
1300: string;
|
|
275
|
+
};
|
|
276
|
+
forest: {
|
|
277
|
+
100: string;
|
|
278
|
+
200: string;
|
|
279
|
+
300: string;
|
|
280
|
+
400: string;
|
|
281
|
+
500: string;
|
|
282
|
+
600: string;
|
|
283
|
+
700: string;
|
|
284
|
+
800: string;
|
|
285
|
+
900: string;
|
|
286
|
+
1000: string;
|
|
287
|
+
1100: string;
|
|
288
|
+
1200: string;
|
|
289
|
+
1300: string;
|
|
290
|
+
};
|
|
291
|
+
navy: {
|
|
292
|
+
100: string;
|
|
293
|
+
200: string;
|
|
294
|
+
300: string;
|
|
295
|
+
400: string;
|
|
296
|
+
500: string;
|
|
297
|
+
600: string;
|
|
298
|
+
700: string;
|
|
299
|
+
800: string;
|
|
300
|
+
900: string;
|
|
301
|
+
1000: string;
|
|
302
|
+
1100: string;
|
|
303
|
+
1200: string;
|
|
304
|
+
1300: string;
|
|
305
|
+
};
|
|
306
|
+
rust: {
|
|
307
|
+
100: string;
|
|
308
|
+
200: string;
|
|
309
|
+
300: string;
|
|
310
|
+
400: string;
|
|
311
|
+
500: string;
|
|
312
|
+
600: string;
|
|
313
|
+
700: string;
|
|
314
|
+
800: string;
|
|
315
|
+
900: string;
|
|
316
|
+
1000: string;
|
|
317
|
+
1100: string;
|
|
318
|
+
1200: string;
|
|
319
|
+
1300: string;
|
|
320
|
+
};
|
|
321
|
+
olive: {
|
|
322
|
+
100: string;
|
|
323
|
+
200: string;
|
|
324
|
+
300: string;
|
|
325
|
+
400: string;
|
|
326
|
+
500: string;
|
|
327
|
+
600: string;
|
|
328
|
+
700: string;
|
|
329
|
+
800: string;
|
|
330
|
+
900: string;
|
|
331
|
+
1000: string;
|
|
332
|
+
1100: string;
|
|
333
|
+
1200: string;
|
|
334
|
+
1300: string;
|
|
335
|
+
};
|
|
336
|
+
grape: {
|
|
337
|
+
100: string;
|
|
338
|
+
200: string;
|
|
339
|
+
300: string;
|
|
340
|
+
400: string;
|
|
341
|
+
500: string;
|
|
342
|
+
600: string;
|
|
343
|
+
700: string;
|
|
344
|
+
800: string;
|
|
345
|
+
900: string;
|
|
346
|
+
1000: string;
|
|
347
|
+
1100: string;
|
|
348
|
+
1200: string;
|
|
349
|
+
1300: string;
|
|
350
|
+
};
|
|
351
|
+
magenta: {
|
|
352
|
+
100: string;
|
|
353
|
+
200: string;
|
|
354
|
+
300: string;
|
|
355
|
+
400: string;
|
|
356
|
+
500: string;
|
|
357
|
+
600: string;
|
|
358
|
+
700: string;
|
|
359
|
+
800: string;
|
|
360
|
+
900: string;
|
|
361
|
+
1000: string;
|
|
362
|
+
1100: string;
|
|
363
|
+
1200: string;
|
|
364
|
+
1300: string;
|
|
365
|
+
};
|
|
366
|
+
ruby: {
|
|
367
|
+
100: string;
|
|
368
|
+
200: string;
|
|
369
|
+
300: string;
|
|
370
|
+
400: string;
|
|
371
|
+
500: string;
|
|
372
|
+
600: string;
|
|
373
|
+
700: string;
|
|
374
|
+
800: string;
|
|
375
|
+
900: string;
|
|
376
|
+
1000: string;
|
|
377
|
+
1100: string;
|
|
378
|
+
1200: string;
|
|
379
|
+
1300: string;
|
|
380
|
+
};
|
|
381
|
+
ocean: {
|
|
382
|
+
100: string;
|
|
383
|
+
200: string;
|
|
384
|
+
300: string;
|
|
385
|
+
400: string;
|
|
386
|
+
500: string;
|
|
387
|
+
600: string;
|
|
388
|
+
700: string;
|
|
389
|
+
800: string;
|
|
390
|
+
900: string;
|
|
391
|
+
1000: string;
|
|
392
|
+
1100: string;
|
|
393
|
+
1200: string;
|
|
394
|
+
1300: string;
|
|
395
|
+
};
|
|
396
|
+
};
|
|
397
|
+
export declare const semanticColors: {
|
|
398
|
+
base: {
|
|
399
|
+
background: string;
|
|
400
|
+
text: string;
|
|
401
|
+
};
|
|
402
|
+
neutral: {
|
|
403
|
+
100: string;
|
|
404
|
+
200: string;
|
|
405
|
+
300: string;
|
|
406
|
+
400: string;
|
|
407
|
+
500: string;
|
|
408
|
+
600: string;
|
|
409
|
+
700: string;
|
|
410
|
+
};
|
|
411
|
+
branding: {
|
|
412
|
+
surface: {
|
|
413
|
+
disabled: string;
|
|
414
|
+
enabled: string;
|
|
415
|
+
hover: string;
|
|
416
|
+
pressed: string;
|
|
417
|
+
};
|
|
418
|
+
border: {
|
|
419
|
+
disabled: string;
|
|
420
|
+
enabled: string;
|
|
421
|
+
hover: string;
|
|
422
|
+
pressed: string;
|
|
423
|
+
};
|
|
424
|
+
text: {
|
|
425
|
+
accent: {
|
|
426
|
+
disabled: string;
|
|
427
|
+
enabled: string;
|
|
428
|
+
hover: string;
|
|
429
|
+
pressed: string;
|
|
430
|
+
};
|
|
431
|
+
onSurfaceAccent: {
|
|
432
|
+
enabled: string;
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
success: {
|
|
437
|
+
surface: {
|
|
438
|
+
feedback: string;
|
|
439
|
+
};
|
|
440
|
+
text: {
|
|
441
|
+
feedback: {
|
|
442
|
+
strong: string;
|
|
443
|
+
accent: string;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
danger: {
|
|
448
|
+
surface: {
|
|
449
|
+
enabled: string;
|
|
450
|
+
hover: string;
|
|
451
|
+
pressed: string;
|
|
452
|
+
disabled: string;
|
|
453
|
+
};
|
|
454
|
+
text: {
|
|
455
|
+
enabled: string;
|
|
456
|
+
hover: string;
|
|
457
|
+
pressed: string;
|
|
458
|
+
disabled: string;
|
|
459
|
+
onSurface: string;
|
|
460
|
+
feedback: {
|
|
461
|
+
strong: string;
|
|
462
|
+
accent: string;
|
|
463
|
+
};
|
|
464
|
+
};
|
|
465
|
+
border: {
|
|
466
|
+
enabled: string;
|
|
467
|
+
hover: string;
|
|
468
|
+
pressed: string;
|
|
469
|
+
disabled: string;
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
warning: {
|
|
473
|
+
surface: {
|
|
474
|
+
feedback: string;
|
|
475
|
+
pills: {
|
|
476
|
+
supply: string;
|
|
477
|
+
};
|
|
478
|
+
};
|
|
479
|
+
text: {
|
|
480
|
+
feedback: {
|
|
481
|
+
strong: string;
|
|
482
|
+
};
|
|
483
|
+
pills: {
|
|
484
|
+
supply: string;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
border: {
|
|
489
|
+
feedback: string;
|
|
490
|
+
};
|
|
491
|
+
info: {
|
|
492
|
+
surface: {
|
|
493
|
+
feedback: string;
|
|
494
|
+
pills: {
|
|
495
|
+
tradicional: string;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
text: {
|
|
499
|
+
feedback: {
|
|
500
|
+
strong: string;
|
|
501
|
+
};
|
|
502
|
+
pills: {
|
|
503
|
+
tradicional: string;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
border: {
|
|
507
|
+
feedback: string;
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
global: {
|
|
511
|
+
foreground: {
|
|
512
|
+
default: string;
|
|
513
|
+
};
|
|
514
|
+
surface: {
|
|
515
|
+
default: string;
|
|
516
|
+
overlay: string;
|
|
517
|
+
disabled: string;
|
|
518
|
+
danger: {
|
|
519
|
+
enabled: string;
|
|
520
|
+
hover: string;
|
|
521
|
+
pressed: string;
|
|
522
|
+
disabled: string;
|
|
523
|
+
};
|
|
524
|
+
status: {
|
|
525
|
+
online: string;
|
|
526
|
+
notification: string;
|
|
527
|
+
offline: string;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
530
|
+
status: {
|
|
531
|
+
online: string;
|
|
532
|
+
notification: string;
|
|
533
|
+
offline: string;
|
|
534
|
+
};
|
|
535
|
+
text: {
|
|
536
|
+
default: {
|
|
537
|
+
enabled: string;
|
|
538
|
+
};
|
|
539
|
+
onSurface: {
|
|
540
|
+
subtitle: string;
|
|
541
|
+
enabled: string;
|
|
542
|
+
};
|
|
543
|
+
subtitle: {
|
|
544
|
+
enabled: string;
|
|
545
|
+
};
|
|
546
|
+
feedback: {
|
|
547
|
+
error: string;
|
|
548
|
+
info: string;
|
|
549
|
+
success: string;
|
|
550
|
+
warning: string;
|
|
551
|
+
strong: {
|
|
552
|
+
error: string;
|
|
553
|
+
info: string;
|
|
554
|
+
success: string;
|
|
555
|
+
warning: string;
|
|
556
|
+
};
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
border: {
|
|
560
|
+
default: string;
|
|
561
|
+
medium: string;
|
|
562
|
+
strong: string;
|
|
563
|
+
disabled: string;
|
|
564
|
+
feedback: {
|
|
565
|
+
error: string;
|
|
566
|
+
info: string;
|
|
567
|
+
success: string;
|
|
568
|
+
warning: string;
|
|
569
|
+
};
|
|
570
|
+
danger: {
|
|
571
|
+
enabled: string;
|
|
572
|
+
hover: string;
|
|
573
|
+
pressed: string;
|
|
574
|
+
disabled: string;
|
|
575
|
+
};
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
category: {
|
|
579
|
+
coral: string;
|
|
580
|
+
tangerine: string;
|
|
581
|
+
amber: string;
|
|
582
|
+
gold: string;
|
|
583
|
+
lime: string;
|
|
584
|
+
mint: string;
|
|
585
|
+
emerald: string;
|
|
586
|
+
teal: string;
|
|
587
|
+
cyan: string;
|
|
588
|
+
aqua: string;
|
|
589
|
+
crimson: string;
|
|
590
|
+
forest: string;
|
|
591
|
+
navy: string;
|
|
592
|
+
rust: string;
|
|
593
|
+
olive: string;
|
|
594
|
+
grape: string;
|
|
595
|
+
magenta: string;
|
|
596
|
+
ruby: string;
|
|
597
|
+
ocean: string;
|
|
598
|
+
};
|
|
599
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const primitiveRadius: {
|
|
2
|
+
radius: {
|
|
3
|
+
half: string;
|
|
4
|
+
x1: string;
|
|
5
|
+
x2: string;
|
|
6
|
+
x3: string;
|
|
7
|
+
x4: string;
|
|
8
|
+
x1000: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare const semanticRadius: {
|
|
12
|
+
global: {
|
|
13
|
+
radius: {
|
|
14
|
+
sm: string;
|
|
15
|
+
md: string;
|
|
16
|
+
md2: string;
|
|
17
|
+
lg: string;
|
|
18
|
+
full: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const primitiveShadows: {
|
|
2
|
+
shadow: {
|
|
3
|
+
primary: string;
|
|
4
|
+
danger: string;
|
|
5
|
+
none: string;
|
|
6
|
+
default: string;
|
|
7
|
+
md: string;
|
|
8
|
+
lg: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare const semanticShadows: {
|
|
12
|
+
shadow: {
|
|
13
|
+
none: string;
|
|
14
|
+
default: string;
|
|
15
|
+
md: string;
|
|
16
|
+
lg: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export declare const primitiveSizes: {
|
|
2
|
+
size: {
|
|
3
|
+
quarter: string;
|
|
4
|
+
half: string;
|
|
5
|
+
x1: string;
|
|
6
|
+
x2: string;
|
|
7
|
+
x3: string;
|
|
8
|
+
x4: string;
|
|
9
|
+
x5: string;
|
|
10
|
+
x6: string;
|
|
11
|
+
x7: string;
|
|
12
|
+
x8: string;
|
|
13
|
+
x9: string;
|
|
14
|
+
x10: string;
|
|
15
|
+
x11: string;
|
|
16
|
+
x12: string;
|
|
17
|
+
x13: string;
|
|
18
|
+
x14: string;
|
|
19
|
+
x15: string;
|
|
20
|
+
x16: string;
|
|
21
|
+
x28: string;
|
|
22
|
+
x44: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export declare const semanticSizes: {
|
|
26
|
+
readonly global: {
|
|
27
|
+
readonly gap: {
|
|
28
|
+
readonly xs: string;
|
|
29
|
+
readonly sm: string;
|
|
30
|
+
readonly md: string;
|
|
31
|
+
readonly lg: string;
|
|
32
|
+
readonly xl: string;
|
|
33
|
+
readonly '2xl': string;
|
|
34
|
+
readonly '3xl': string;
|
|
35
|
+
readonly '4xl': string;
|
|
36
|
+
readonly '5xl': string;
|
|
37
|
+
readonly '6xl': string;
|
|
38
|
+
};
|
|
39
|
+
readonly padding: {
|
|
40
|
+
readonly '2xs': string;
|
|
41
|
+
readonly xs: string;
|
|
42
|
+
readonly sm: string;
|
|
43
|
+
readonly md: string;
|
|
44
|
+
readonly lg: string;
|
|
45
|
+
readonly xl: string;
|
|
46
|
+
readonly '2xl': string;
|
|
47
|
+
readonly '3xl': string;
|
|
48
|
+
readonly '4xl': string;
|
|
49
|
+
readonly '5xl': string;
|
|
50
|
+
readonly '6xl': string;
|
|
51
|
+
};
|
|
52
|
+
readonly spacings: {
|
|
53
|
+
readonly sm: string;
|
|
54
|
+
readonly md: string;
|
|
55
|
+
readonly lg: string;
|
|
56
|
+
};
|
|
57
|
+
readonly full: "100%";
|
|
58
|
+
};
|
|
59
|
+
};
|