nogbase-ui 1.0.0
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/LICENSE +661 -0
- package/README.md +61 -0
- package/dist/AllIcons-BpT9PGHQ.js +7953 -0
- package/dist/AllIcons-Ccrgjdr_.cjs +1 -0
- package/dist/AppTooltip-BGyiynP0.js +150 -0
- package/dist/AppTooltip-BSOOys5a.cjs +1 -0
- package/dist/Checkmark-BMk88h_C.cjs +1 -0
- package/dist/Checkmark-nXZm8BnM.js +377 -0
- package/dist/ColorSample-BWfzelYk.cjs +1 -0
- package/dist/ColorSample-tgmSZ-F7.js +120 -0
- package/dist/DefaultThemeColorFallback-DbqJIVcx.js +4 -0
- package/dist/DefaultThemeColorFallback-yakKib_c.cjs +1 -0
- package/dist/GrayScaleDark-Cuc4HWDV.cjs +1 -0
- package/dist/GrayScaleDark-DLZkJnfs.js +17 -0
- package/dist/IconTypography-D1m71DlC.cjs +1 -0
- package/dist/IconTypography-D6-z1Irl.js +17 -0
- package/dist/Loader-CVqckhmU.js +36 -0
- package/dist/Loader-DvDr98P8.cjs +1 -0
- package/dist/MainColorNames-I8OTbUOe.cjs +1 -0
- package/dist/MainColorNames-syigy4-h.js +52 -0
- package/dist/OverflowingTextWithTooltip-BY3bdsCV.js +72 -0
- package/dist/OverflowingTextWithTooltip-Bx--oslz.cjs +1 -0
- package/dist/Pill-CzxYmDQR.js +17 -0
- package/dist/Pill-fgWKgFIn.cjs +1 -0
- package/dist/Tag-C0ieQE9o.cjs +1 -0
- package/dist/Tag-DOSiXPZl.js +65 -0
- package/dist/ThemeProvider-CLAfdrfV.cjs +1 -0
- package/dist/ThemeProvider-CpY05Gd2.js +40 -0
- package/dist/TintedIconTile-C6Ogk0pF.cjs +1 -0
- package/dist/TintedIconTile-D6h1yGXu.js +76 -0
- package/dist/Toggle-Cw3Dds-m.cjs +1 -0
- package/dist/Toggle-DFCRkcpJ.js +195 -0
- package/dist/VisibilityHidden-Bk1yWahA.cjs +1 -0
- package/dist/VisibilityHidden-DrhO-pBI.js +12 -0
- package/dist/VisibilityHiddenInput-BOx7Yl7-.js +9 -0
- package/dist/VisibilityHiddenInput-CexbykfV.cjs +1 -0
- package/dist/accessibility/components/VisibilityHidden.d.ts +4 -0
- package/dist/accessibility/components/VisibilityHidden.d.ts.map +1 -0
- package/dist/accessibility/components/VisibilityHiddenInput.d.ts +2 -0
- package/dist/accessibility/components/VisibilityHiddenInput.d.ts.map +1 -0
- package/dist/accessibility/index.d.ts +4 -0
- package/dist/accessibility/index.d.ts.map +1 -0
- package/dist/accessibility/utils/visibility-hidden.d.ts +2 -0
- package/dist/accessibility/utils/visibility-hidden.d.ts.map +1 -0
- package/dist/accessibility.cjs +11 -0
- package/dist/accessibility.mjs +18 -0
- package/dist/assets/index.d.ts +1 -0
- package/dist/assets/index.d.ts.map +1 -0
- package/dist/assets.cjs +1 -0
- package/dist/assets.mjs +1 -0
- package/dist/components/Pill/Pill.d.ts +10 -0
- package/dist/components/Pill/Pill.d.ts.map +1 -0
- package/dist/components/avatar-or-icon/AvatarOrIcon.d.ts +17 -0
- package/dist/components/avatar-or-icon/AvatarOrIcon.d.ts.map +1 -0
- package/dist/components/chip/Chip.d.ts +38 -0
- package/dist/components/chip/Chip.d.ts.map +1 -0
- package/dist/components/chip/LinkChip.d.ts +13 -0
- package/dist/components/chip/LinkChip.d.ts.map +1 -0
- package/dist/components/chip/constants/LinkChipClickOutsideId.d.ts +2 -0
- package/dist/components/chip/constants/LinkChipClickOutsideId.d.ts.map +1 -0
- package/dist/components/index.d.ts +11 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/tag/Tag.d.ts +20 -0
- package/dist/components/tag/Tag.d.ts.map +1 -0
- package/dist/components.cjs +1 -0
- package/dist/components.mjs +173 -0
- package/dist/config-BQRGC1lM.js +22 -0
- package/dist/config-rVY5Wtrt.cjs +1 -0
- package/dist/constants-BcwxurOJ.cjs +1 -0
- package/dist/constants-CDXq37n6.js +4 -0
- package/dist/createReactComponent-Cb6Pzf10.js +48 -0
- package/dist/createReactComponent-w5VMPsZQ.cjs +1 -0
- package/dist/display/avatar/components/Avatar.d.ts +21 -0
- package/dist/display/avatar/components/Avatar.d.ts.map +1 -0
- package/dist/display/avatar/components/AvatarGroup.d.ts +7 -0
- package/dist/display/avatar/components/AvatarGroup.d.ts.map +1 -0
- package/dist/display/avatar/components/states/invalidAvatarUrlsAtomV2.d.ts +4 -0
- package/dist/display/avatar/components/states/invalidAvatarUrlsAtomV2.d.ts.map +1 -0
- package/dist/display/avatar/constants/AvatarPropertiesBySize.d.ts +23 -0
- package/dist/display/avatar/constants/AvatarPropertiesBySize.d.ts.map +1 -0
- package/dist/display/avatar/types/AvatarSize.d.ts +2 -0
- package/dist/display/avatar/types/AvatarSize.d.ts.map +1 -0
- package/dist/display/avatar/types/AvatarType.d.ts +2 -0
- package/dist/display/avatar/types/AvatarType.d.ts.map +1 -0
- package/dist/display/banner/components/Banner.d.ts +11 -0
- package/dist/display/banner/components/Banner.d.ts.map +1 -0
- package/dist/display/banner/components/InlineBanner.d.ts +16 -0
- package/dist/display/banner/components/InlineBanner.d.ts.map +1 -0
- package/dist/display/banner/components/SidePanelInformationBanner.d.ts +8 -0
- package/dist/display/banner/components/SidePanelInformationBanner.d.ts.map +1 -0
- package/dist/display/callout/Callout.d.ts +17 -0
- package/dist/display/callout/Callout.d.ts.map +1 -0
- package/dist/display/checkmark/components/AnimatedCheckmark.d.ts +10 -0
- package/dist/display/checkmark/components/AnimatedCheckmark.d.ts.map +1 -0
- package/dist/display/checkmark/components/Checkmark.d.ts +7 -0
- package/dist/display/checkmark/components/Checkmark.d.ts.map +1 -0
- package/dist/display/color/components/ColorSample.d.ts +14 -0
- package/dist/display/color/components/ColorSample.d.ts.map +1 -0
- package/dist/display/command-block/components/CommandBlock.d.ts +9 -0
- package/dist/display/command-block/components/CommandBlock.d.ts.map +1 -0
- package/dist/display/components/LinkifiedText.d.ts +6 -0
- package/dist/display/components/LinkifiedText.d.ts.map +1 -0
- package/dist/display/icon/components/Icon.d.ts +7 -0
- package/dist/display/icon/components/Icon.d.ts.map +1 -0
- package/dist/display/icon/components/IconAddressBook.d.ts +6 -0
- package/dist/display/icon/components/IconAddressBook.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandAnthropic.d.ts +6 -0
- package/dist/display/icon/components/IconBrandAnthropic.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandGemini.d.ts +6 -0
- package/dist/display/icon/components/IconBrandGemini.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandGroq.d.ts +6 -0
- package/dist/display/icon/components/IconBrandGroq.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandMistral.d.ts +6 -0
- package/dist/display/icon/components/IconBrandMistral.d.ts.map +1 -0
- package/dist/display/icon/components/IconBrandXai.d.ts +6 -0
- package/dist/display/icon/components/IconBrandXai.d.ts.map +1 -0
- package/dist/display/icon/components/IconChartBarHorizontal.d.ts +6 -0
- package/dist/display/icon/components/IconChartBarHorizontal.d.ts.map +1 -0
- package/dist/display/icon/components/IconGmail.d.ts +6 -0
- package/dist/display/icon/components/IconGmail.d.ts.map +1 -0
- package/dist/display/icon/components/IconGoogle.d.ts +6 -0
- package/dist/display/icon/components/IconGoogle.d.ts.map +1 -0
- package/dist/display/icon/components/IconGoogleCalendar.d.ts +6 -0
- package/dist/display/icon/components/IconGoogleCalendar.d.ts.map +1 -0
- package/dist/display/icon/components/IconLock.d.ts +6 -0
- package/dist/display/icon/components/IconLock.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoft.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoft.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoftCalendar.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoftCalendar.d.ts.map +1 -0
- package/dist/display/icon/components/IconMicrosoftOutlook.d.ts +6 -0
- package/dist/display/icon/components/IconMicrosoftOutlook.d.ts.map +1 -0
- package/dist/display/icon/components/IconModelClaude.d.ts +6 -0
- package/dist/display/icon/components/IconModelClaude.d.ts.map +1 -0
- package/dist/display/icon/components/IconNogbaseStar.d.ts +6 -0
- package/dist/display/icon/components/IconNogbaseStar.d.ts.map +1 -0
- package/dist/display/icon/components/IconNogbaseStarFilled.d.ts +6 -0
- package/dist/display/icon/components/IconNogbaseStarFilled.d.ts.map +1 -0
- package/dist/display/icon/components/IconProviderOpenai.d.ts +6 -0
- package/dist/display/icon/components/IconProviderOpenai.d.ts.map +1 -0
- package/dist/display/icon/components/IconRelationManyToOne.d.ts +6 -0
- package/dist/display/icon/components/IconRelationManyToOne.d.ts.map +1 -0
- package/dist/display/icon/components/IconTrashXOff.d.ts +6 -0
- package/dist/display/icon/components/IconTrashXOff.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconArray.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconArray.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCalendarEvent.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCalendarEvent.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCalendarTime.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCalendarTime.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconCurrency.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconCurrency.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconFile.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconFile.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconJson.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconJson.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconLink.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconLink.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconMail.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconMail.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconManyToMany.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconManyToMany.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconMap.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconMap.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconNumbers.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconNumbers.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconOneToMany.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconOneToMany.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconOneToOne.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconOneToOne.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconPhone.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconPhone.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconSetting.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconSetting.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconStar.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconStar.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconTag.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconTag.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconTags.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconTags.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconText.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconText.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconToggle.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconToggle.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconUid.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconUid.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconUser.d.ts +6 -0
- package/dist/display/icon/components/IllustrationIconUser.d.ts.map +1 -0
- package/dist/display/icon/components/IllustrationIconWrapper.d.ts +2 -0
- package/dist/display/icon/components/IllustrationIconWrapper.d.ts.map +1 -0
- package/dist/display/icon/components/TablerIcons.d.ts +3 -0
- package/dist/display/icon/components/TablerIcons.d.ts.map +1 -0
- package/dist/display/icon/components/ThinkingOrbitLoaderIcon.d.ts +6 -0
- package/dist/display/icon/components/ThinkingOrbitLoaderIcon.d.ts.map +1 -0
- package/dist/display/icon/hooks/useIcons.d.ts +5 -0
- package/dist/display/icon/hooks/useIcons.d.ts.map +1 -0
- package/dist/display/icon/providers/IconsProvider.d.ts +6 -0
- package/dist/display/icon/providers/IconsProvider.d.ts.map +1 -0
- package/dist/display/icon/providers/internal/AllIcons.d.ts +4185 -0
- package/dist/display/icon/providers/internal/AllIcons.d.ts.map +1 -0
- package/dist/display/icon/states/iconsState.d.ts +6 -0
- package/dist/display/icon/states/iconsState.d.ts.map +1 -0
- package/dist/display/icon/types/IconComponent.d.ts +11 -0
- package/dist/display/icon/types/IconComponent.d.ts.map +1 -0
- package/dist/display/index.d.ts +95 -0
- package/dist/display/index.d.ts.map +1 -0
- package/dist/display/info/components/Info.d.ts +12 -0
- package/dist/display/info/components/Info.d.ts.map +1 -0
- package/dist/display/status/components/Status.d.ts +13 -0
- package/dist/display/status/components/Status.d.ts.map +1 -0
- package/dist/display/text/components/HorizontalSeparator.d.ts +11 -0
- package/dist/display/text/components/HorizontalSeparator.d.ts.map +1 -0
- package/dist/display/text/components/SeparatorLineText.d.ts +4 -0
- package/dist/display/text/components/SeparatorLineText.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/components/StyledTintedIconTileContainer.d.ts +6 -0
- package/dist/display/tinted-icon-tile/components/StyledTintedIconTileContainer.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/components/TintedIconTile.d.ts +10 -0
- package/dist/display/tinted-icon-tile/components/TintedIconTile.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/internal/constants/tintedIconTileColorShades.constant.d.ts +6 -0
- package/dist/display/tinted-icon-tile/internal/constants/tintedIconTileColorShades.constant.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/internal/utils/getColorFromTheme.d.ts +4 -0
- package/dist/display/tinted-icon-tile/internal/utils/getColorFromTheme.d.ts.map +1 -0
- package/dist/display/tinted-icon-tile/utils/getIconTileColorShades.d.ts +7 -0
- package/dist/display/tinted-icon-tile/utils/getIconTileColorShades.d.ts.map +1 -0
- package/dist/display/tooltip/AppTooltip.d.ts +31 -0
- package/dist/display/tooltip/AppTooltip.d.ts.map +1 -0
- package/dist/display/tooltip/OverflowingTextWithTooltip.d.ts +19 -0
- package/dist/display/tooltip/OverflowingTextWithTooltip.d.ts.map +1 -0
- package/dist/display/typography/components/H1Title.d.ts +15 -0
- package/dist/display/typography/components/H1Title.d.ts.map +1 -0
- package/dist/display/typography/components/H2Title.d.ts +9 -0
- package/dist/display/typography/components/H2Title.d.ts.map +1 -0
- package/dist/display/typography/components/H3Title.d.ts +10 -0
- package/dist/display/typography/components/H3Title.d.ts.map +1 -0
- package/dist/display/typography/components/Label.d.ts +9 -0
- package/dist/display/typography/components/Label.d.ts.map +1 -0
- package/dist/display/typography/components/StyledText.d.ts +14 -0
- package/dist/display/typography/components/StyledText.d.ts.map +1 -0
- package/dist/display.cjs +1 -0
- package/dist/display.mjs +1926 -0
- package/dist/feedback/index.d.ts +6 -0
- package/dist/feedback/index.d.ts.map +1 -0
- package/dist/feedback/loader/components/Loader.d.ts +8 -0
- package/dist/feedback/loader/components/Loader.d.ts.map +1 -0
- package/dist/feedback/progress-bar/components/CircularProgressBar.d.ts +8 -0
- package/dist/feedback/progress-bar/components/CircularProgressBar.d.ts.map +1 -0
- package/dist/feedback/progress-bar/components/ProgressBar.d.ts +14 -0
- package/dist/feedback/progress-bar/components/ProgressBar.d.ts.map +1 -0
- package/dist/feedback/progress-bar/hooks/useProgressAnimation.d.ts +13 -0
- package/dist/feedback/progress-bar/hooks/useProgressAnimation.d.ts.map +1 -0
- package/dist/feedback.cjs +1 -0
- package/dist/feedback.mjs +128 -0
- package/dist/getDisplayValueByUrlType-B64lHVXJ.cjs +1 -0
- package/dist/getDisplayValueByUrlType-DsRKFto7.js +25 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +4 -0
- package/dist/individual-entry.d.ts +12 -0
- package/dist/individual-entry.d.ts.map +1 -0
- package/dist/input/button/components/AnimatedButton.d.ts +10 -0
- package/dist/input/button/components/AnimatedButton.d.ts.map +1 -0
- package/dist/input/button/components/AnimatedLightIconButton.d.ts +19 -0
- package/dist/input/button/components/AnimatedLightIconButton.d.ts.map +1 -0
- package/dist/input/button/components/Button/Button.d.ts +33 -0
- package/dist/input/button/components/Button/Button.d.ts.map +1 -0
- package/dist/input/button/components/Button/constant.d.ts +2 -0
- package/dist/input/button/components/Button/constant.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonHotKeys.d.ts +9 -0
- package/dist/input/button/components/Button/internal/ButtonHotKeys.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonIcon.d.ts +7 -0
- package/dist/input/button/components/Button/internal/ButtonIcon.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonSoon.d.ts +6 -0
- package/dist/input/button/components/Button/internal/ButtonSoon.d.ts.map +1 -0
- package/dist/input/button/components/Button/internal/ButtonText.d.ts +6 -0
- package/dist/input/button/components/Button/internal/ButtonText.d.ts.map +1 -0
- package/dist/input/button/components/ButtonGroup.d.ts +9 -0
- package/dist/input/button/components/ButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/ColorPickerButton.d.ts +9 -0
- package/dist/input/button/components/ColorPickerButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingButton.d.ts +18 -0
- package/dist/input/button/components/FloatingButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingButtonGroup.d.ts +9 -0
- package/dist/input/button/components/FloatingButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/FloatingIconButton.d.ts +19 -0
- package/dist/input/button/components/FloatingIconButton.d.ts.map +1 -0
- package/dist/input/button/components/FloatingIconButtonGroup.d.ts +13 -0
- package/dist/input/button/components/FloatingIconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/IconButton.d.ts +23 -0
- package/dist/input/button/components/IconButton.d.ts.map +1 -0
- package/dist/input/button/components/IconButtonGroup.d.ts +13 -0
- package/dist/input/button/components/IconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/InsideButton.d.ts +11 -0
- package/dist/input/button/components/InsideButton.d.ts.map +1 -0
- package/dist/input/button/components/LightButton.d.ts +17 -0
- package/dist/input/button/components/LightButton.d.ts.map +1 -0
- package/dist/input/button/components/LightIconButton.d.ts +19 -0
- package/dist/input/button/components/LightIconButton.d.ts.map +1 -0
- package/dist/input/button/components/LightIconButtonGroup.d.ts +19 -0
- package/dist/input/button/components/LightIconButtonGroup.d.ts.map +1 -0
- package/dist/input/button/components/MainButton.d.ts +19 -0
- package/dist/input/button/components/MainButton.d.ts.map +1 -0
- package/dist/input/button/components/RoundedIconButton.d.ts +10 -0
- package/dist/input/button/components/RoundedIconButton.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/TabButton.d.ts +22 -0
- package/dist/input/button/components/TabButton/TabButton.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/internals/components/StyledTabBase.d.ts +13 -0
- package/dist/input/button/components/TabButton/internals/components/StyledTabBase.d.ts.map +1 -0
- package/dist/input/button/components/TabButton/internals/components/TabContent.d.ts +17 -0
- package/dist/input/button/components/TabButton/internals/components/TabContent.d.ts.map +1 -0
- package/dist/input/code-editor/components/CodeEditor.d.ts +15 -0
- package/dist/input/code-editor/components/CodeEditor.d.ts.map +1 -0
- package/dist/input/code-editor/components/CodeEditorHeader.d.ts +7 -0
- package/dist/input/code-editor/components/CodeEditorHeader.d.ts.map +1 -0
- package/dist/input/code-editor/constants/BaseCodeEditorThemeId.d.ts +2 -0
- package/dist/input/code-editor/constants/BaseCodeEditorThemeId.d.ts.map +1 -0
- package/dist/input/code-editor/index.d.ts +4 -0
- package/dist/input/code-editor/index.d.ts.map +1 -0
- package/dist/input/code-editor/theme/utils/getBaseCodeEditorTheme.d.ts +5 -0
- package/dist/input/code-editor/theme/utils/getBaseCodeEditorTheme.d.ts.map +1 -0
- package/dist/input/color-scheme/components/ColorSchemeCard.d.ts +15 -0
- package/dist/input/color-scheme/components/ColorSchemeCard.d.ts.map +1 -0
- package/dist/input/color-scheme/components/ColorSchemePicker.d.ts +12 -0
- package/dist/input/color-scheme/components/ColorSchemePicker.d.ts.map +1 -0
- package/dist/input/components/CardPicker.d.ts +10 -0
- package/dist/input/components/CardPicker.d.ts.map +1 -0
- package/dist/input/components/Checkbox.d.ts +34 -0
- package/dist/input/components/Checkbox.d.ts.map +1 -0
- package/dist/input/components/IconListViewGrip.d.ts +6 -0
- package/dist/input/components/IconListViewGrip.d.ts.map +1 -0
- package/dist/input/components/Radio.d.ts +33 -0
- package/dist/input/components/Radio.d.ts.map +1 -0
- package/dist/input/components/RadioGroup.d.ts +10 -0
- package/dist/input/components/RadioGroup.d.ts.map +1 -0
- package/dist/input/components/SearchInput.d.ts +13 -0
- package/dist/input/components/SearchInput.d.ts.map +1 -0
- package/dist/input/components/Toggle.d.ts +13 -0
- package/dist/input/components/Toggle.d.ts.map +1 -0
- package/dist/input/index.d.ts +60 -0
- package/dist/input/index.d.ts.map +1 -0
- package/dist/input/types/ColorScheme.d.ts +2 -0
- package/dist/input/types/ColorScheme.d.ts.map +1 -0
- package/dist/input/types/SelectOption.d.ts +14 -0
- package/dist/input/types/SelectOption.d.ts.map +1 -0
- package/dist/input.cjs +5 -0
- package/dist/input.mjs +1380 -0
- package/dist/json-visualizer/components/JsonArrayNode.d.ts +11 -0
- package/dist/json-visualizer/components/JsonArrayNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonNestedNode.d.ts +19 -0
- package/dist/json-visualizer/components/JsonNestedNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonNode.d.ts +9 -0
- package/dist/json-visualizer/components/JsonNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonObjectNode.d.ts +11 -0
- package/dist/json-visualizer/components/JsonObjectNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonTree.d.ts +16 -0
- package/dist/json-visualizer/components/JsonTree.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonTreeContextProvider.d.ts +7 -0
- package/dist/json-visualizer/components/JsonTreeContextProvider.d.ts.map +1 -0
- package/dist/json-visualizer/components/JsonValueNode.d.ts +16 -0
- package/dist/json-visualizer/components/JsonValueNode.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonArrow.d.ts +6 -0
- package/dist/json-visualizer/components/internal/JsonArrow.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonList.d.ts +5 -0
- package/dist/json-visualizer/components/internal/JsonList.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonListItem.d.ts +3 -0
- package/dist/json-visualizer/components/internal/JsonListItem.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonNodeLabel.d.ts +9 -0
- package/dist/json-visualizer/components/internal/JsonNodeLabel.d.ts.map +1 -0
- package/dist/json-visualizer/components/internal/JsonNodeValue.d.ts +7 -0
- package/dist/json-visualizer/components/internal/JsonNodeValue.d.ts.map +1 -0
- package/dist/json-visualizer/contexts/JsonTreeContext.d.ts +18 -0
- package/dist/json-visualizer/contexts/JsonTreeContext.d.ts.map +1 -0
- package/dist/json-visualizer/hooks/useJsonTreeContextOrThrow.d.ts +2 -0
- package/dist/json-visualizer/hooks/useJsonTreeContextOrThrow.d.ts.map +1 -0
- package/dist/json-visualizer/index.d.ts +15 -0
- package/dist/json-visualizer/index.d.ts.map +1 -0
- package/dist/json-visualizer/types/GetJsonNodeHighlighting.d.ts +4 -0
- package/dist/json-visualizer/types/GetJsonNodeHighlighting.d.ts.map +1 -0
- package/dist/json-visualizer/types/JsonNodeHighlighting.d.ts +4 -0
- package/dist/json-visualizer/types/JsonNodeHighlighting.d.ts.map +1 -0
- package/dist/json-visualizer/utils/isArray.d.ts +2 -0
- package/dist/json-visualizer/utils/isArray.d.ts.map +1 -0
- package/dist/json-visualizer/utils/isTwoFirstDepths.d.ts +4 -0
- package/dist/json-visualizer/utils/isTwoFirstDepths.d.ts.map +1 -0
- package/dist/json-visualizer.cjs +7 -0
- package/dist/json-visualizer.mjs +344 -0
- package/dist/jsx-runtime-CycUbF8Y.cjs +9 -0
- package/dist/jsx-runtime-R4VT8aVc.js +600 -0
- package/dist/layout/animated-expandable-container/components/AnimatedExpandableContainer.d.ts +17 -0
- package/dist/layout/animated-expandable-container/components/AnimatedExpandableContainer.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDimension.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationDimension.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurationObject.d.ts +5 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurationObject.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurations.d.ts +4 -0
- package/dist/layout/animated-expandable-container/types/AnimationDurations.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationMode.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationMode.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/types/AnimationSize.d.ts +2 -0
- package/dist/layout/animated-expandable-container/types/AnimationSize.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getCommonStyles.d.ts +16 -0
- package/dist/layout/animated-expandable-container/utils/getCommonStyles.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getExpandableAnimationConfig.d.ts +45 -0
- package/dist/layout/animated-expandable-container/utils/getExpandableAnimationConfig.d.ts.map +1 -0
- package/dist/layout/animated-expandable-container/utils/getTransitionValues.d.ts +15 -0
- package/dist/layout/animated-expandable-container/utils/getTransitionValues.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/AnimatedPlaceholder.d.ts +10 -0
- package/dist/layout/animated-placeholder/components/AnimatedPlaceholder.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/EmptyPlaceholderStyled.d.ts +25 -0
- package/dist/layout/animated-placeholder/components/EmptyPlaceholderStyled.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/components/ErrorPlaceholderStyled.d.ts +5 -0
- package/dist/layout/animated-placeholder/components/ErrorPlaceholderStyled.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/Background.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/Background.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/DarkBackground.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/DarkBackground.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/DarkMovingImage.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/DarkMovingImage.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/constants/MovingImage.d.ts +2 -0
- package/dist/layout/animated-placeholder/constants/MovingImage.d.ts.map +1 -0
- package/dist/layout/animated-placeholder/index.d.ts +8 -0
- package/dist/layout/animated-placeholder/index.d.ts.map +1 -0
- package/dist/layout/card/components/Card.d.ts +10 -0
- package/dist/layout/card/components/Card.d.ts.map +1 -0
- package/dist/layout/card/components/CardContent.d.ts +294 -0
- package/dist/layout/card/components/CardContent.d.ts.map +1 -0
- package/dist/layout/card/components/CardFooter.d.ts +8 -0
- package/dist/layout/card/components/CardFooter.d.ts.map +1 -0
- package/dist/layout/card/components/CardHeader.d.ts +6 -0
- package/dist/layout/card/components/CardHeader.d.ts.map +1 -0
- package/dist/layout/index.d.ts +37 -0
- package/dist/layout/index.d.ts.map +1 -0
- package/dist/layout/modal/components/Modal.d.ts +4 -0
- package/dist/layout/modal/components/Modal.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalBackdrop.d.ts +8 -0
- package/dist/layout/modal/components/ModalBackdrop.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalContent.d.ts +12 -0
- package/dist/layout/modal/components/ModalContent.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalFooter.d.ts +10 -0
- package/dist/layout/modal/components/ModalFooter.d.ts.map +1 -0
- package/dist/layout/modal/components/ModalHeader.d.ts +11 -0
- package/dist/layout/modal/components/ModalHeader.d.ts.map +1 -0
- package/dist/layout/modal/index.d.ts +13 -0
- package/dist/layout/modal/index.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalOverlay.d.ts +2 -0
- package/dist/layout/modal/types/ModalOverlay.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalPadding.d.ts +2 -0
- package/dist/layout/modal/types/ModalPadding.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalProps.d.ts +26 -0
- package/dist/layout/modal/types/ModalProps.d.ts.map +1 -0
- package/dist/layout/modal/types/ModalSize.d.ts +2 -0
- package/dist/layout/modal/types/ModalSize.d.ts.map +1 -0
- package/dist/layout/resize-handle/components/ResizeHandle.d.ts +11 -0
- package/dist/layout/resize-handle/components/ResizeHandle.d.ts.map +1 -0
- package/dist/layout/resize-handle/hooks/useResizeHandle.d.ts +12 -0
- package/dist/layout/resize-handle/hooks/useResizeHandle.d.ts.map +1 -0
- package/dist/layout/section/components/Section.d.ts +21 -0
- package/dist/layout/section/components/Section.d.ts.map +1 -0
- package/dist/layout.cjs +1 -0
- package/dist/layout.mjs +599 -0
- package/dist/linkifyText-DZevSX0n.cjs +1 -0
- package/dist/linkifyText-isyikTlq.js +12 -0
- package/dist/navigation/index.d.ts +50 -0
- package/dist/navigation/index.d.ts.map +1 -0
- package/dist/navigation/link/components/AdvancedSettingsToggle.d.ts +8 -0
- package/dist/navigation/link/components/AdvancedSettingsToggle.d.ts.map +1 -0
- package/dist/navigation/link/components/ClickToActionLink.d.ts +8 -0
- package/dist/navigation/link/components/ClickToActionLink.d.ts.map +1 -0
- package/dist/navigation/link/components/ContactLink.d.ts +10 -0
- package/dist/navigation/link/components/ContactLink.d.ts.map +1 -0
- package/dist/navigation/link/components/GithubVersionLink.d.ts +6 -0
- package/dist/navigation/link/components/GithubVersionLink.d.ts.map +1 -0
- package/dist/navigation/link/components/RawLink.d.ts +10 -0
- package/dist/navigation/link/components/RawLink.d.ts.map +1 -0
- package/dist/navigation/link/components/RoundedLink.d.ts +9 -0
- package/dist/navigation/link/components/RoundedLink.d.ts.map +1 -0
- package/dist/navigation/link/components/SocialLink.d.ts +16 -0
- package/dist/navigation/link/components/SocialLink.d.ts.map +1 -0
- package/dist/navigation/link/components/UndecoratedLink.d.ts +12 -0
- package/dist/navigation/link/components/UndecoratedLink.d.ts.map +1 -0
- package/dist/navigation/link/components/index.d.ts +9 -0
- package/dist/navigation/link/components/index.d.ts.map +1 -0
- package/dist/navigation/link/constants/Cal.d.ts +2 -0
- package/dist/navigation/link/constants/Cal.d.ts.map +1 -0
- package/dist/navigation/link/constants/GithubLink.d.ts +2 -0
- package/dist/navigation/link/constants/GithubLink.d.ts.map +1 -0
- package/dist/navigation/link/constants/NogbasePricingLink.d.ts +2 -0
- package/dist/navigation/link/constants/NogbasePricingLink.d.ts.map +1 -0
- package/dist/navigation/link/index.d.ts +4 -0
- package/dist/navigation/link/index.d.ts.map +1 -0
- package/dist/navigation/menu/components/MenuPicker.d.ts +18 -0
- package/dist/navigation/menu/components/MenuPicker.d.ts.map +1 -0
- package/dist/navigation/menu/components/index.d.ts +2 -0
- package/dist/navigation/menu/components/index.d.ts.map +1 -0
- package/dist/navigation/menu/index.d.ts +3 -0
- package/dist/navigation/menu/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItem.d.ts +46 -0
- package/dist/navigation/menu/menu-item/components/MenuItem.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemAvatar.d.ts +22 -0
- package/dist/navigation/menu/menu-item/components/MenuItemAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemDraggable.d.ts +23 -0
- package/dist/navigation/menu/menu-item/components/MenuItemDraggable.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemHotKeys.d.ts +6 -0
- package/dist/navigation/menu/menu-item/components/MenuItemHotKeys.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelect.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelect.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectAvatar.d.ts +14 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectTag.d.ts +15 -0
- package/dist/navigation/menu/menu-item/components/MenuItemMultiSelectTag.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemNavigate.d.ts +11 -0
- package/dist/navigation/menu/menu-item/components/MenuItemNavigate.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelect.d.ts +27 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelect.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectAvatar.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectAvatar.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectColor.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectColor.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectTag.d.ts +17 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSelectTag.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSuggestion.d.ts +15 -0
- package/dist/navigation/menu/menu-item/components/MenuItemSuggestion.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/MenuItemToggle.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/MenuItemToggle.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/components/index.d.ts +16 -0
- package/dist/navigation/menu/menu-item/components/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/constants/DefaultColorLabels.d.ts +5 -0
- package/dist/navigation/menu/menu-item/constants/DefaultColorLabels.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/index.d.ts +5 -0
- package/dist/navigation/menu/menu-item/index.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIcon.d.ts +11 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIcon.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconBoxContainer.d.ts +9 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconBoxContainer.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconWithGripSwap.d.ts +11 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemIconWithGripSwap.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemLeftContent.d.ts +21 -0
- package/dist/navigation/menu/menu-item/internals/components/MenuItemLeftContent.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/internals/components/StyledMenuItemBase.d.ts +27 -0
- package/dist/navigation/menu/menu-item/internals/components/StyledMenuItemBase.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/types/MenuItemAccent.d.ts +2 -0
- package/dist/navigation/menu/menu-item/types/MenuItemAccent.d.ts.map +1 -0
- package/dist/navigation/menu/menu-item/types/MenuItemDraggableGripMode.d.ts +2 -0
- package/dist/navigation/menu/menu-item/types/MenuItemDraggableGripMode.d.ts.map +1 -0
- package/dist/navigation/navigation-bar/components/NavigationBar.d.ts +13 -0
- package/dist/navigation/navigation-bar/components/NavigationBar.d.ts.map +1 -0
- package/dist/navigation/navigation-bar/components/NavigationBarItem.d.ts +10 -0
- package/dist/navigation/navigation-bar/components/NavigationBarItem.d.ts.map +1 -0
- package/dist/navigation/notification-counter/components/NotificationCounter.d.ts +8 -0
- package/dist/navigation/notification-counter/components/NotificationCounter.d.ts.map +1 -0
- package/dist/navigation.cjs +1 -0
- package/dist/navigation.mjs +954 -0
- package/dist/parseThemeColor-B2R6aB0f.js +13 -0
- package/dist/parseThemeColor-D4ynze2R.cjs +1 -0
- package/dist/style.css +1 -0
- package/dist/testing/ComponentStorybookLayout.d.ts +9 -0
- package/dist/testing/ComponentStorybookLayout.d.ts.map +1 -0
- package/dist/testing/decorators/CatalogDecorator.d.ts +18 -0
- package/dist/testing/decorators/CatalogDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/ComponentDecorator.d.ts +4 -0
- package/dist/testing/decorators/ComponentDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/ComponentWithRouterDecorator.d.ts +11 -0
- package/dist/testing/decorators/ComponentWithRouterDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/JotaiRootDecorator.d.ts +4 -0
- package/dist/testing/decorators/JotaiRootDecorator.d.ts.map +1 -0
- package/dist/testing/decorators/RouterDecorator.d.ts +4 -0
- package/dist/testing/decorators/RouterDecorator.d.ts.map +1 -0
- package/dist/testing/index.d.ts +11 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/mocks/avatarUrlMock.d.ts +2 -0
- package/dist/testing/mocks/avatarUrlMock.d.ts.map +1 -0
- package/dist/testing/types/CatalogStory.d.ts +18 -0
- package/dist/testing/types/CatalogStory.d.ts.map +1 -0
- package/dist/testing.cjs +3 -0
- package/dist/testing.mjs +172 -0
- package/dist/theme/constants/AccentDark.d.ts +21 -0
- package/dist/theme/constants/AccentDark.d.ts.map +1 -0
- package/dist/theme/constants/AccentLight.d.ts +21 -0
- package/dist/theme/constants/AccentLight.d.ts.map +1 -0
- package/dist/theme/constants/Animation.d.ts +10 -0
- package/dist/theme/constants/Animation.d.ts.map +1 -0
- package/dist/theme/constants/BackgroundDark.d.ts +30 -0
- package/dist/theme/constants/BackgroundDark.d.ts.map +1 -0
- package/dist/theme/constants/BackgroundLight.d.ts +30 -0
- package/dist/theme/constants/BackgroundLight.d.ts.map +1 -0
- package/dist/theme/constants/BlurDark.d.ts +6 -0
- package/dist/theme/constants/BlurDark.d.ts.map +1 -0
- package/dist/theme/constants/BlurLight.d.ts +6 -0
- package/dist/theme/constants/BlurLight.d.ts.map +1 -0
- package/dist/theme/constants/BorderCommon.d.ts +12 -0
- package/dist/theme/constants/BorderCommon.d.ts.map +1 -0
- package/dist/theme/constants/BorderDark.d.ts +22 -0
- package/dist/theme/constants/BorderDark.d.ts.map +1 -0
- package/dist/theme/constants/BorderLight.d.ts +22 -0
- package/dist/theme/constants/BorderLight.d.ts.map +1 -0
- package/dist/theme/constants/BoxShadowDark.d.ts +8 -0
- package/dist/theme/constants/BoxShadowDark.d.ts.map +1 -0
- package/dist/theme/constants/BoxShadowLight.d.ts +8 -0
- package/dist/theme/constants/BoxShadowLight.d.ts.map +1 -0
- package/dist/theme/constants/CodeDark.d.ts +13 -0
- package/dist/theme/constants/CodeDark.d.ts.map +1 -0
- package/dist/theme/constants/CodeLight.d.ts +13 -0
- package/dist/theme/constants/CodeLight.d.ts.map +1 -0
- package/dist/theme/constants/ColorsDark.d.ts +750 -0
- package/dist/theme/constants/ColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/ColorsLight.d.ts +750 -0
- package/dist/theme/constants/ColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/DefaultThemeColorFallback.d.ts +4 -0
- package/dist/theme/constants/DefaultThemeColorFallback.d.ts.map +1 -0
- package/dist/theme/constants/FontCommon.d.ts +18 -0
- package/dist/theme/constants/FontCommon.d.ts.map +1 -0
- package/dist/theme/constants/FontDark.d.ts +27 -0
- package/dist/theme/constants/FontDark.d.ts.map +1 -0
- package/dist/theme/constants/FontLight.d.ts +27 -0
- package/dist/theme/constants/FontLight.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleDark.d.ts +15 -0
- package/dist/theme/constants/GrayScaleDark.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleDarkAlpha.d.ts +15 -0
- package/dist/theme/constants/GrayScaleDarkAlpha.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleLight.d.ts +15 -0
- package/dist/theme/constants/GrayScaleLight.d.ts.map +1 -0
- package/dist/theme/constants/GrayScaleLightAlpha.d.ts +15 -0
- package/dist/theme/constants/GrayScaleLightAlpha.d.ts.map +1 -0
- package/dist/theme/constants/Icon.d.ts +14 -0
- package/dist/theme/constants/Icon.d.ts.map +1 -0
- package/dist/theme/constants/IllustrationIconDark.d.ts +11 -0
- package/dist/theme/constants/IllustrationIconDark.d.ts.map +1 -0
- package/dist/theme/constants/IllustrationIconLight.d.ts +11 -0
- package/dist/theme/constants/IllustrationIconLight.d.ts.map +1 -0
- package/dist/theme/constants/MainColorNames.d.ts +5 -0
- package/dist/theme/constants/MainColorNames.d.ts.map +1 -0
- package/dist/theme/constants/MainColorsDark.d.ts +28 -0
- package/dist/theme/constants/MainColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/MainColorsLight.d.ts +28 -0
- package/dist/theme/constants/MainColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/Modal.d.ts +9 -0
- package/dist/theme/constants/Modal.d.ts.map +1 -0
- package/dist/theme/constants/Rgba.d.ts +2 -0
- package/dist/theme/constants/Rgba.d.ts.map +1 -0
- package/dist/theme/constants/SecondaryColorsDark.d.ts +363 -0
- package/dist/theme/constants/SecondaryColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/SecondaryColorsLight.d.ts +363 -0
- package/dist/theme/constants/SecondaryColorsLight.d.ts.map +1 -0
- package/dist/theme/constants/SnackBarDark.d.ts +23 -0
- package/dist/theme/constants/SnackBarDark.d.ts.map +1 -0
- package/dist/theme/constants/SnackBarLight.d.ts +23 -0
- package/dist/theme/constants/SnackBarLight.d.ts.map +1 -0
- package/dist/theme/constants/TagDark.d.ts +67 -0
- package/dist/theme/constants/TagDark.d.ts.map +1 -0
- package/dist/theme/constants/TagLight.d.ts +67 -0
- package/dist/theme/constants/TagLight.d.ts.map +1 -0
- package/dist/theme/constants/Text.d.ts +12 -0
- package/dist/theme/constants/Text.d.ts.map +1 -0
- package/dist/theme/constants/ThemeCommon.d.ts +57 -0
- package/dist/theme/constants/ThemeCommon.d.ts.map +1 -0
- package/dist/theme/constants/ThemeDark.d.ts +4 -0
- package/dist/theme/constants/ThemeDark.d.ts.map +1 -0
- package/dist/theme/constants/ThemeLight.d.ts +1039 -0
- package/dist/theme/constants/ThemeLight.d.ts.map +1 -0
- package/dist/theme/constants/TransparentColorsDark.d.ts +363 -0
- package/dist/theme/constants/TransparentColorsDark.d.ts.map +1 -0
- package/dist/theme/constants/TransparentColorsLight.d.ts +363 -0
- package/dist/theme/constants/TransparentColorsLight.d.ts.map +1 -0
- package/dist/theme/index.d.ts +47 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme-constants/ThemeProvider.d.ts +56 -0
- package/dist/theme-constants/ThemeProvider.d.ts.map +1 -0
- package/dist/theme-constants/constants.d.ts +2 -0
- package/dist/theme-constants/constants.d.ts.map +1 -0
- package/dist/theme-constants/getNextThemeColor.d.ts +4 -0
- package/dist/theme-constants/getNextThemeColor.d.ts.map +1 -0
- package/dist/theme-constants/index.d.ts +6 -0
- package/dist/theme-constants/index.d.ts.map +1 -0
- package/dist/theme-constants/themeCssVariables.d.ts +1088 -0
- package/dist/theme-constants/themeCssVariables.d.ts.map +1 -0
- package/dist/theme-constants.cjs +1 -0
- package/dist/theme-constants.mjs +18 -0
- package/dist/theme-dark.css +1007 -0
- package/dist/theme-light.css +1008 -0
- package/dist/theme.cjs +1 -0
- package/dist/theme.mjs +2064 -0
- package/dist/themeCssVariables-CBmoYPJ3.js +1090 -0
- package/dist/themeCssVariables-DswYV7vR.cjs +1 -0
- package/dist/useIsMobile-BhDUpJrC.cjs +1 -0
- package/dist/useIsMobile-CVMKHNZ4.js +11 -0
- package/dist/useMouseDownNavigation-BC4MjafL.js +35 -0
- package/dist/useMouseDownNavigation-CJhNSdDB.cjs +1 -0
- package/dist/useResizeHandle-BL0vTx8N.js +42 -0
- package/dist/useResizeHandle-CTxFjJ7o.cjs +1 -0
- package/dist/utilities/animation/components/AnimatedCircleLoading.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedCircleLoading.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedContainer.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedContainer.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedEaseIn.d.ts +9 -0
- package/dist/utilities/animation/components/AnimatedEaseIn.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedEaseInOut.d.ts +13 -0
- package/dist/utilities/animation/components/AnimatedEaseInOut.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedFadeOut.d.ts +12 -0
- package/dist/utilities/animation/components/AnimatedFadeOut.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedIconCrossfade.d.ts +11 -0
- package/dist/utilities/animation/components/AnimatedIconCrossfade.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedRotate.d.ts +10 -0
- package/dist/utilities/animation/components/AnimatedRotate.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedTextWord.d.ts +9 -0
- package/dist/utilities/animation/components/AnimatedTextWord.d.ts.map +1 -0
- package/dist/utilities/animation/components/AnimatedTranslation.d.ts +6 -0
- package/dist/utilities/animation/components/AnimatedTranslation.d.ts.map +1 -0
- package/dist/utilities/animation/index.d.ts +9 -0
- package/dist/utilities/animation/index.d.ts.map +1 -0
- package/dist/utilities/color/utils/getMainColorNameFromPaletteColorName.d.ts +4 -0
- package/dist/utilities/color/utils/getMainColorNameFromPaletteColorName.d.ts.map +1 -0
- package/dist/utilities/color/utils/parseThemeColor.d.ts +4 -0
- package/dist/utilities/color/utils/parseThemeColor.d.ts.map +1 -0
- package/dist/utilities/color/utils/stringToThemeColorP3String.d.ts +10 -0
- package/dist/utilities/color/utils/stringToThemeColorP3String.d.ts.map +1 -0
- package/dist/utilities/color/utils/themeColorSchema.d.ts +30 -0
- package/dist/utilities/color/utils/themeColorSchema.d.ts.map +1 -0
- package/dist/utilities/config.d.ts +2 -0
- package/dist/utilities/config.d.ts.map +1 -0
- package/dist/utilities/device/getOsControlSymbol.d.ts +2 -0
- package/dist/utilities/device/getOsControlSymbol.d.ts.map +1 -0
- package/dist/utilities/device/getOsShortcutSeparator.d.ts +2 -0
- package/dist/utilities/device/getOsShortcutSeparator.d.ts.map +1 -0
- package/dist/utilities/device/getUserDevice.d.ts +2 -0
- package/dist/utilities/device/getUserDevice.d.ts.map +1 -0
- package/dist/utilities/dimensions/components/AutogrowWrapper.d.ts +10 -0
- package/dist/utilities/dimensions/components/AutogrowWrapper.d.ts.map +1 -0
- package/dist/utilities/index.d.ts +31 -0
- package/dist/utilities/index.d.ts.map +1 -0
- package/dist/utilities/navigation/hooks/useMouseDownNavigation.d.ts +17 -0
- package/dist/utilities/navigation/hooks/useMouseDownNavigation.d.ts.map +1 -0
- package/dist/utilities/navigation/hooks/useResetLocationHash.d.ts +4 -0
- package/dist/utilities/navigation/hooks/useResetLocationHash.d.ts.map +1 -0
- package/dist/utilities/navigation/isNavigationModifierPressed.d.ts +4 -0
- package/dist/utilities/navigation/isNavigationModifierPressed.d.ts.map +1 -0
- package/dist/utilities/navigation/types/trigger-event.type.d.ts +2 -0
- package/dist/utilities/navigation/types/trigger-event.type.d.ts.map +1 -0
- package/dist/utilities/responsive/hooks/useIsMobile.d.ts +2 -0
- package/dist/utilities/responsive/hooks/useIsMobile.d.ts.map +1 -0
- package/dist/utilities/screen-size/hooks/useScreenSize.d.ts +5 -0
- package/dist/utilities/screen-size/hooks/useScreenSize.d.ts.map +1 -0
- package/dist/utilities/state/utils/createState.d.ts +7 -0
- package/dist/utilities/state/utils/createState.d.ts.map +1 -0
- package/dist/utilities/types/ClickOutsideAttributes.d.ts +5 -0
- package/dist/utilities/types/ClickOutsideAttributes.d.ts.map +1 -0
- package/dist/utilities/types/Nullable.d.ts +2 -0
- package/dist/utilities/types/Nullable.d.ts.map +1 -0
- package/dist/utilities/utils/getDisplayValueByUrlType.d.ts +9 -0
- package/dist/utilities/utils/getDisplayValueByUrlType.d.ts.map +1 -0
- package/dist/utilities/utils/linkifyText.d.ts +6 -0
- package/dist/utilities/utils/linkifyText.d.ts.map +1 -0
- package/dist/utilities.cjs +1 -0
- package/dist/utilities.mjs +317 -0
- package/dist/utils-BsFkjDy5.js +5738 -0
- package/dist/utils-DOUsOuwI.cjs +25 -0
- package/package.json +233 -0
|
@@ -0,0 +1,1008 @@
|
|
|
1
|
+
/* This file is generated from packages/nogbase-ui/src/theme/constants/.
|
|
2
|
+
Do not edit manually — regenerate by running the generation script. */
|
|
3
|
+
|
|
4
|
+
.light {
|
|
5
|
+
--t-icon-size-sm: 14;
|
|
6
|
+
--t-icon-size-md: 16;
|
|
7
|
+
--t-icon-size-lg: 20;
|
|
8
|
+
--t-icon-size-xl: 24;
|
|
9
|
+
--t-icon-stroke-sm: 1.6;
|
|
10
|
+
--t-icon-stroke-md: 2;
|
|
11
|
+
--t-icon-stroke-lg: 2.5;
|
|
12
|
+
--t-modal-size-sm-width: 300px;
|
|
13
|
+
--t-modal-size-md-width: 400px;
|
|
14
|
+
--t-modal-size-lg-width: 53%;
|
|
15
|
+
--t-modal-size-xl-width: 1200px;
|
|
16
|
+
--t-modal-size-xl-height: 800px;
|
|
17
|
+
--t-modal-size-fullscreen-width: 100dvw;
|
|
18
|
+
--t-modal-size-fullscreen-height: 100dvh;
|
|
19
|
+
--t-text-line-height-lg: 1.5;
|
|
20
|
+
--t-text-line-height-md: 1.1;
|
|
21
|
+
--t-text-icon-size-medium: 16;
|
|
22
|
+
--t-text-icon-size-small: 14;
|
|
23
|
+
--t-text-icon-strike-light: 1.6;
|
|
24
|
+
--t-text-icon-strike-medium: 2;
|
|
25
|
+
--t-text-icon-strike-bold: 2.5;
|
|
26
|
+
--t-animation-duration-instant: 0.075;
|
|
27
|
+
--t-animation-duration-fast: 0.15;
|
|
28
|
+
--t-animation-duration-normal: 0.3;
|
|
29
|
+
--t-animation-duration-slow: 1.5;
|
|
30
|
+
--t-spacing-multiplicator: 4;
|
|
31
|
+
--t-spacing-0: 0px;
|
|
32
|
+
--t-spacing-1: 4px;
|
|
33
|
+
--t-spacing-2: 8px;
|
|
34
|
+
--t-spacing-3: 12px;
|
|
35
|
+
--t-spacing-4: 16px;
|
|
36
|
+
--t-spacing-5: 20px;
|
|
37
|
+
--t-spacing-6: 24px;
|
|
38
|
+
--t-spacing-7: 28px;
|
|
39
|
+
--t-spacing-8: 32px;
|
|
40
|
+
--t-spacing-9: 36px;
|
|
41
|
+
--t-spacing-10: 40px;
|
|
42
|
+
--t-spacing-11: 44px;
|
|
43
|
+
--t-spacing-12: 48px;
|
|
44
|
+
--t-spacing-13: 52px;
|
|
45
|
+
--t-spacing-14: 56px;
|
|
46
|
+
--t-spacing-15: 60px;
|
|
47
|
+
--t-spacing-16: 64px;
|
|
48
|
+
--t-spacing-17: 68px;
|
|
49
|
+
--t-spacing-18: 72px;
|
|
50
|
+
--t-spacing-19: 76px;
|
|
51
|
+
--t-spacing-20: 80px;
|
|
52
|
+
--t-spacing-21: 84px;
|
|
53
|
+
--t-spacing-22: 88px;
|
|
54
|
+
--t-spacing-23: 92px;
|
|
55
|
+
--t-spacing-24: 96px;
|
|
56
|
+
--t-spacing-25: 100px;
|
|
57
|
+
--t-spacing-26: 104px;
|
|
58
|
+
--t-spacing-27: 108px;
|
|
59
|
+
--t-spacing-28: 112px;
|
|
60
|
+
--t-spacing-29: 116px;
|
|
61
|
+
--t-spacing-30: 120px;
|
|
62
|
+
--t-spacing-31: 124px;
|
|
63
|
+
--t-spacing-32: 128px;
|
|
64
|
+
--t-spacing-0_5: 2px;
|
|
65
|
+
--t-spacing-1_5: 6px;
|
|
66
|
+
--t-between-siblings-gap: 2px;
|
|
67
|
+
--t-table-horizontal-cell-margin: 8px;
|
|
68
|
+
--t-table-checkbox-column-width: 32px;
|
|
69
|
+
--t-table-horizontal-cell-padding: 8px;
|
|
70
|
+
--t-side-panel-width: 500px;
|
|
71
|
+
--t-clickable-element-background-transition: background 0.1s ease;
|
|
72
|
+
--t-last-layer-z-index: 2147483647;
|
|
73
|
+
--t-buttons-secondary-text-color: color(display-p3 0.63 0.69 1);
|
|
74
|
+
--t-accent-primary: color(display-p3 0.831 0.87 1);
|
|
75
|
+
--t-accent-secondary: color(display-p3 0.831 0.87 1);
|
|
76
|
+
--t-accent-tertiary: color(display-p3 0.933 0.948 0.992);
|
|
77
|
+
--t-accent-quaternary: color(display-p3 0.971 0.977 0.998);
|
|
78
|
+
--t-accent-accent3570: color(display-p3 0.569 0.639 0.916);
|
|
79
|
+
--t-accent-accent4060: color(display-p3 0.569 0.639 0.916);
|
|
80
|
+
--t-accent-accent1: color(display-p3 0.992 0.992 0.996);
|
|
81
|
+
--t-accent-accent2: color(display-p3 0.971 0.977 0.998);
|
|
82
|
+
--t-accent-accent3: color(display-p3 0.933 0.948 0.992);
|
|
83
|
+
--t-accent-accent4: color(display-p3 0.885 0.914 1);
|
|
84
|
+
--t-accent-accent5: color(display-p3 0.831 0.87 1);
|
|
85
|
+
--t-accent-accent6: color(display-p3 0.767 0.814 0.995);
|
|
86
|
+
--t-accent-accent7: color(display-p3 0.685 0.74 0.957);
|
|
87
|
+
--t-accent-accent8: color(display-p3 0.569 0.639 0.916);
|
|
88
|
+
--t-accent-accent9: color(display-p3 0.276 0.384 0.837);
|
|
89
|
+
--t-accent-accent10: color(display-p3 0.234 0.343 0.801);
|
|
90
|
+
--t-accent-accent11: color(display-p3 0.256 0.354 0.755);
|
|
91
|
+
--t-accent-accent12: color(display-p3 0.133 0.175 0.348);
|
|
92
|
+
--t-background-noisy: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAABQCAIAAABTfJr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuOWNjYzRkZTkzLCAyMDIyLzAzLzE0LTE0OjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuMyAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjMtMDctMThUMTI6MjY6MzQrMDI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIzLTA3LTE4VDEyOjI4OjMyKzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTA3LTE4VDEyOjI4OjMyKzAyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphZWU5ZDg2OC04OWRmLTRiMDAtYWQ5ZS0zZDQyMTJjZjNhM2UiIHhtcE1NOkRvY3VtZW50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);
|
|
93
|
+
--t-background-primary: color(display-p3 1 1 1);
|
|
94
|
+
--t-background-secondary: color(display-p3 0.988 0.988 0.988);
|
|
95
|
+
--t-background-tertiary: color(display-p3 0.945 0.945 0.945);
|
|
96
|
+
--t-background-quaternary: color(display-p3 0.922 0.922 0.922);
|
|
97
|
+
--t-background-inverted-primary: color(display-p3 0.2 0.2 0.2);
|
|
98
|
+
--t-background-inverted-secondary: color(display-p3 0.4 0.4 0.4);
|
|
99
|
+
--t-background-danger: color(display-p3 0.985 0.925 0.925);
|
|
100
|
+
--t-background-transparent-primary: color(display-p3 1 1 1 / 0.5);
|
|
101
|
+
--t-background-transparent-secondary: color(display-p3 1 1 1 / 0.4);
|
|
102
|
+
--t-background-transparent-strong: color(display-p3 0 0 0 / 0.161);
|
|
103
|
+
--t-background-transparent-medium: color(display-p3 0 0 0 / 0.078);
|
|
104
|
+
--t-background-transparent-light: color(display-p3 0 0 0 / 0.039);
|
|
105
|
+
--t-background-transparent-lighter: color(display-p3 0 0 0 / 0.02);
|
|
106
|
+
--t-background-transparent-danger: #f3000d14;
|
|
107
|
+
--t-background-transparent-blue: #0047f112;
|
|
108
|
+
--t-background-transparent-orange: #ff9c0029;
|
|
109
|
+
--t-background-transparent-success: #00a43319;
|
|
110
|
+
--t-background-overlay-primary: color(display-p3 0 0 0 / 0.722);
|
|
111
|
+
--t-background-overlay-secondary: color(display-p3 0 0 0 / 0.361);
|
|
112
|
+
--t-background-overlay-tertiary: color(display-p3 0 0 0 / 0.071);
|
|
113
|
+
--t-background-radial-gradient: radial-gradient(
|
|
114
|
+
50% 62.62% at 50% 0%,
|
|
115
|
+
color(display-p3 0.6 0.6 0.6) 0%,
|
|
116
|
+
color(display-p3 0.514 0.514 0.514) 100%
|
|
117
|
+
);
|
|
118
|
+
--t-background-radial-gradient-hover: radial-gradient(
|
|
119
|
+
76.32% 95.59% at 50% 0%,
|
|
120
|
+
color(display-p3 0.514 0.514 0.514) 0%,
|
|
121
|
+
color(display-p3 0.4 0.4 0.4) 100%
|
|
122
|
+
);
|
|
123
|
+
--t-background-primary-inverted: color(display-p3 0.2 0.2 0.2);
|
|
124
|
+
--t-background-primary-inverted-hover: color(display-p3 0.4 0.4 0.4);
|
|
125
|
+
--t-blur-light: blur(6px) saturate(200%) contrast(50%) brightness(130%);
|
|
126
|
+
--t-blur-medium: blur(12px) saturate(200%) contrast(50%) brightness(130%);
|
|
127
|
+
--t-blur-strong: blur(20px) saturate(200%) contrast(50%) brightness(130%);
|
|
128
|
+
--t-border-color-strong: color(display-p3 0.839 0.839 0.839);
|
|
129
|
+
--t-border-color-medium: color(display-p3 0.922 0.922 0.922);
|
|
130
|
+
--t-border-color-light: color(display-p3 0.945 0.945 0.945);
|
|
131
|
+
--t-border-color-secondary-inverted: color(display-p3 0.4 0.4 0.4);
|
|
132
|
+
--t-border-color-inverted: color(display-p3 0.2 0.2 0.2);
|
|
133
|
+
--t-border-color-danger: color(display-p3 0.984 0.812 0.811);
|
|
134
|
+
--t-border-color-blue: color(display-p3 0.685 0.74 0.957);
|
|
135
|
+
--t-border-color-transparent-strong: color(display-p3 0 0 0 / 0.071);
|
|
136
|
+
--t-border-radius-xs: 2px;
|
|
137
|
+
--t-border-radius-sm: 4px;
|
|
138
|
+
--t-border-radius-md: 8px;
|
|
139
|
+
--t-border-radius-xl: 20px;
|
|
140
|
+
--t-border-radius-xxl: 40px;
|
|
141
|
+
--t-border-radius-pill: 999px;
|
|
142
|
+
--t-border-radius-rounded: 100%;
|
|
143
|
+
--t-box-shadow-color: color(display-p3 0 0 0 / 0.039);
|
|
144
|
+
--t-box-shadow-light: 0px 2px 4px 0px color(display-p3 0 0 0 / 0.039),
|
|
145
|
+
0px 0px 4px 0px color(display-p3 0 0 0 / 0.078);
|
|
146
|
+
--t-box-shadow-strong: 2px 4px 16px 0px color(display-p3 0 0 0 / 0.161),
|
|
147
|
+
0px 2px 4px 0px color(display-p3 0 0 0 / 0.078);
|
|
148
|
+
--t-box-shadow-underline: 0px 1px 0px 0px color(display-p3 0 0 0 / 0.361);
|
|
149
|
+
--t-box-shadow-super-heavy: 0px 0px 8px 0px color(display-p3 0 0 0 / 0.161),
|
|
150
|
+
0px 8px 64px -16px color(display-p3 0 0 0 / 0.478),
|
|
151
|
+
0px 24px 56px -16px color(display-p3 0 0 0 / 0.078);
|
|
152
|
+
--t-font-color-primary: color(display-p3 0.2 0.2 0.2);
|
|
153
|
+
--t-font-color-secondary: color(display-p3 0.4 0.4 0.4);
|
|
154
|
+
--t-font-color-tertiary: color(display-p3 0.6 0.6 0.6);
|
|
155
|
+
--t-font-color-light: color(display-p3 0.702 0.702 0.702);
|
|
156
|
+
--t-font-color-extra-light: color(display-p3 0.8 0.8 0.8);
|
|
157
|
+
--t-font-color-inverted: color(display-p3 1 1 1);
|
|
158
|
+
--t-font-color-danger: color(display-p3 0.83 0.329 0.324);
|
|
159
|
+
--t-font-size-xxs: 0.625rem;
|
|
160
|
+
--t-font-size-xs: 0.85rem;
|
|
161
|
+
--t-font-size-sm: 0.92rem;
|
|
162
|
+
--t-font-size-md: 1rem;
|
|
163
|
+
--t-font-size-lg: 1.23rem;
|
|
164
|
+
--t-font-size-xl: 1.54rem;
|
|
165
|
+
--t-font-size-xxl: 1.85rem;
|
|
166
|
+
--t-font-weight-regular: 400;
|
|
167
|
+
--t-font-weight-medium: 500;
|
|
168
|
+
--t-font-weight-semi-bold: 600;
|
|
169
|
+
--t-font-family: Inter, sans-serif;
|
|
170
|
+
--t-name: light;
|
|
171
|
+
--t-snack-bar-success-color: color(display-p3 0.297 0.637 0.581);
|
|
172
|
+
--t-snack-bar-success-background-color: #00a43319;
|
|
173
|
+
--t-snack-bar-error-color: color(display-p3 0.83 0.329 0.324);
|
|
174
|
+
--t-snack-bar-error-background-color: #f3000d14;
|
|
175
|
+
--t-snack-bar-warning-color: color(display-p3 0.9 0.45 0.2);
|
|
176
|
+
--t-snack-bar-warning-background-color: #ff9c0029;
|
|
177
|
+
--t-snack-bar-info-color: color(display-p3 0.276 0.384 0.837);
|
|
178
|
+
--t-snack-bar-info-background-color: #0047f112;
|
|
179
|
+
--t-snack-bar-default-color: color(display-p3 0.2 0.2 0.2);
|
|
180
|
+
--t-snack-bar-default-background-color: color(display-p3 0 0 0 / 0.039);
|
|
181
|
+
--t-tag-text-gray: color(display-p3 0.4 0.4 0.4);
|
|
182
|
+
--t-tag-text-mauve: color(display-p3 0.395 0.388 0.424);
|
|
183
|
+
--t-tag-text-slate: color(display-p3 0.379 0.392 0.421);
|
|
184
|
+
--t-tag-text-sage: color(display-p3 0.377 0.395 0.389);
|
|
185
|
+
--t-tag-text-olive: color(display-p3 0.38 0.395 0.374);
|
|
186
|
+
--t-tag-text-sand: color(display-p3 0.388 0.388 0.37);
|
|
187
|
+
--t-tag-text-tomato: color(display-p3 0.755 0.259 0.152);
|
|
188
|
+
--t-tag-text-red: color(display-p3 0.744 0.234 0.222);
|
|
189
|
+
--t-tag-text-ruby: color(display-p3 0.728 0.211 0.311);
|
|
190
|
+
--t-tag-text-crimson: color(display-p3 0.731 0.195 0.388);
|
|
191
|
+
--t-tag-text-pink: color(display-p3 0.698 0.219 0.528);
|
|
192
|
+
--t-tag-text-plum: color(display-p3 0.543 0.263 0.619);
|
|
193
|
+
--t-tag-text-purple: color(display-p3 0.473 0.281 0.687);
|
|
194
|
+
--t-tag-text-violet: color(display-p3 0.383 0.317 0.702);
|
|
195
|
+
--t-tag-text-iris: color(display-p3 0.337 0.326 0.748);
|
|
196
|
+
--t-tag-text-cyan: color(display-p3 0.08 0.48 0.63);
|
|
197
|
+
--t-tag-text-turquoise: color(display-p3 0.08 0.5 0.43);
|
|
198
|
+
--t-tag-text-sky: color(display-p3 0.193 0.448 0.605);
|
|
199
|
+
--t-tag-text-blue: color(display-p3 0.256 0.354 0.755);
|
|
200
|
+
--t-tag-text-jade: color(display-p3 0.15 0.5 0.37);
|
|
201
|
+
--t-tag-text-green: color(display-p3 0.19 0.5 0.32);
|
|
202
|
+
--t-tag-text-grass: color(display-p3 0.263 0.488 0.261);
|
|
203
|
+
--t-tag-text-mint: color(display-p3 0.203 0.463 0.397);
|
|
204
|
+
--t-tag-text-lime: color(display-p3 0.386 0.482 0.227);
|
|
205
|
+
--t-tag-text-bronze: color(display-p3 0.471 0.373 0.336);
|
|
206
|
+
--t-tag-text-gold: color(display-p3 0.433 0.386 0.305);
|
|
207
|
+
--t-tag-text-brown: color(display-p3 0.485 0.374 0.288);
|
|
208
|
+
--t-tag-text-orange: color(display-p3 0.76 0.34 0);
|
|
209
|
+
--t-tag-text-amber: color(display-p3 0.64 0.4 0);
|
|
210
|
+
--t-tag-text-yellow: color(display-p3 0.6 0.44 0);
|
|
211
|
+
--t-tag-background-gray: color(display-p3 0.976 0.976 0.976);
|
|
212
|
+
--t-tag-background-mauve: color(display-p3 0.946 0.938 0.952);
|
|
213
|
+
--t-tag-background-slate: color(display-p3 0.94 0.941 0.953);
|
|
214
|
+
--t-tag-background-sage: color(display-p3 0.935 0.944 0.94);
|
|
215
|
+
--t-tag-background-olive: color(display-p3 0.939 0.945 0.937);
|
|
216
|
+
--t-tag-background-sand: color(display-p3 0.943 0.942 0.936);
|
|
217
|
+
--t-tag-background-tomato: color(display-p3 0.985 0.924 0.909);
|
|
218
|
+
--t-tag-background-red: color(display-p3 0.985 0.925 0.925);
|
|
219
|
+
--t-tag-background-ruby: color(display-p3 0.983 0.92 0.928);
|
|
220
|
+
--t-tag-background-crimson: color(display-p3 0.987 0.917 0.941);
|
|
221
|
+
--t-tag-background-pink: color(display-p3 0.981 0.917 0.96);
|
|
222
|
+
--t-tag-background-plum: color(display-p3 0.973 0.923 0.98);
|
|
223
|
+
--t-tag-background-purple: color(display-p3 0.963 0.931 0.989);
|
|
224
|
+
--t-tag-background-violet: color(display-p3 0.953 0.943 0.993);
|
|
225
|
+
--t-tag-background-iris: color(display-p3 0.943 0.945 0.992);
|
|
226
|
+
--t-tag-background-cyan: color(display-p3 0.888 0.965 0.975);
|
|
227
|
+
--t-tag-background-turquoise: color(display-p3 0.895 0.971 0.952);
|
|
228
|
+
--t-tag-background-sky: color(display-p3 0.899 0.963 0.989);
|
|
229
|
+
--t-tag-background-blue: color(display-p3 0.933 0.948 0.992);
|
|
230
|
+
--t-tag-background-jade: color(display-p3 0.912 0.965 0.932);
|
|
231
|
+
--t-tag-background-green: color(display-p3 0.913 0.964 0.925);
|
|
232
|
+
--t-tag-background-grass: color(display-p3 0.923 0.965 0.917);
|
|
233
|
+
--t-tag-background-mint: color(display-p3 0.888 0.972 0.95);
|
|
234
|
+
--t-tag-background-lime: color(display-p3 0.939 0.965 0.851);
|
|
235
|
+
--t-tag-background-bronze: color(display-p3 0.958 0.932 0.919);
|
|
236
|
+
--t-tag-background-gold: color(display-p3 0.947 0.94 0.909);
|
|
237
|
+
--t-tag-background-brown: color(display-p3 0.959 0.936 0.909);
|
|
238
|
+
--t-tag-background-orange: color(display-p3 0.989 0.938 0.85);
|
|
239
|
+
--t-tag-background-amber: color(display-p3 0.994 0.969 0.782);
|
|
240
|
+
--t-tag-background-yellow: color(display-p3 0.997 0.982 0.749);
|
|
241
|
+
--t-code-text-gray: color(display-p3 0.514 0.514 0.514);
|
|
242
|
+
--t-code-text-sky: color(display-p3 0.555 0.845 0.959);
|
|
243
|
+
--t-code-text-pink: color(display-p3 0.748 0.27 0.581);
|
|
244
|
+
--t-code-text-orange: color(display-p3 0.877 0.597 0.379);
|
|
245
|
+
--t-code-text-green: color(display-p3 0.585 0.707 0.378);
|
|
246
|
+
--t-code-font-family: DM Mono;
|
|
247
|
+
--t--illustration-icon-color-blue: color(display-p3 0.569 0.639 0.916);
|
|
248
|
+
--t--illustration-icon-color-gray: color(display-p3 0.6 0.6 0.6);
|
|
249
|
+
--t--illustration-icon-fill-blue: color(display-p3 0.831 0.87 1);
|
|
250
|
+
--t--illustration-icon-fill-gray: color(display-p3 0.922 0.922 0.922);
|
|
251
|
+
--t-gray-scale-gray1: color(display-p3 1 1 1);
|
|
252
|
+
--t-gray-scale-gray2: color(display-p3 0.988 0.988 0.988);
|
|
253
|
+
--t-gray-scale-gray3: color(display-p3 0.976 0.976 0.976);
|
|
254
|
+
--t-gray-scale-gray4: color(display-p3 0.945 0.945 0.945);
|
|
255
|
+
--t-gray-scale-gray5: color(display-p3 0.922 0.922 0.922);
|
|
256
|
+
--t-gray-scale-gray6: color(display-p3 0.839 0.839 0.839);
|
|
257
|
+
--t-gray-scale-gray7: color(display-p3 0.8 0.8 0.8);
|
|
258
|
+
--t-gray-scale-gray8: color(display-p3 0.702 0.702 0.702);
|
|
259
|
+
--t-gray-scale-gray9: color(display-p3 0.6 0.6 0.6);
|
|
260
|
+
--t-gray-scale-gray10: color(display-p3 0.514 0.514 0.514);
|
|
261
|
+
--t-gray-scale-gray11: color(display-p3 0.4 0.4 0.4);
|
|
262
|
+
--t-gray-scale-gray12: color(display-p3 0.2 0.2 0.2);
|
|
263
|
+
--t-color-red: color(display-p3 0.83 0.329 0.324);
|
|
264
|
+
--t-color-ruby: color(display-p3 0.83 0.323 0.408);
|
|
265
|
+
--t-color-crimson: color(display-p3 0.843 0.298 0.507);
|
|
266
|
+
--t-color-tomato: color(display-p3 0.831 0.345 0.231);
|
|
267
|
+
--t-color-orange: color(display-p3 0.9 0.45 0.2);
|
|
268
|
+
--t-color-amber: color(display-p3 1 0.77 0.26);
|
|
269
|
+
--t-color-yellow: color(display-p3 1 0.92 0.22);
|
|
270
|
+
--t-color-lime: color(display-p3 0.78 0.928 0.466);
|
|
271
|
+
--t-color-grass: color(display-p3 0.38 0.647 0.378);
|
|
272
|
+
--t-color-green: color(display-p3 0.332 0.634 0.442);
|
|
273
|
+
--t-color-jade: color(display-p3 0.319 0.63 0.521);
|
|
274
|
+
--t-color-mint: color(display-p3 0.62 0.908 0.834);
|
|
275
|
+
--t-color-turquoise: color(display-p3 0.297 0.637 0.581);
|
|
276
|
+
--t-color-cyan: color(display-p3 0.282 0.627 0.765);
|
|
277
|
+
--t-color-sky: color(display-p3 0.585 0.877 0.983);
|
|
278
|
+
--t-color-blue: color(display-p3 0.276 0.384 0.837);
|
|
279
|
+
--t-color-iris: color(display-p3 0.357 0.357 0.81);
|
|
280
|
+
--t-color-violet: color(display-p3 0.417 0.341 0.784);
|
|
281
|
+
--t-color-purple: color(display-p3 0.523 0.318 0.751);
|
|
282
|
+
--t-color-plum: color(display-p3 0.624 0.313 0.708);
|
|
283
|
+
--t-color-pink: color(display-p3 0.775 0.297 0.61);
|
|
284
|
+
--t-color-bronze: color(display-p3 0.611 0.507 0.455);
|
|
285
|
+
--t-color-gold: color(display-p3 0.579 0.517 0.41);
|
|
286
|
+
--t-color-brown: color(display-p3 0.651 0.505 0.368);
|
|
287
|
+
--t-color-gray: color(display-p3 0.6 0.6 0.6);
|
|
288
|
+
--t-color-yellow1: color(display-p3 0.992 0.992 0.978);
|
|
289
|
+
--t-color-yellow2: color(display-p3 0.995 0.99 0.922);
|
|
290
|
+
--t-color-yellow3: color(display-p3 0.997 0.982 0.749);
|
|
291
|
+
--t-color-yellow4: color(display-p3 0.992 0.953 0.627);
|
|
292
|
+
--t-color-yellow5: color(display-p3 0.984 0.91 0.51);
|
|
293
|
+
--t-color-yellow6: color(display-p3 0.934 0.847 0.474);
|
|
294
|
+
--t-color-yellow7: color(display-p3 0.876 0.785 0.46);
|
|
295
|
+
--t-color-yellow8: color(display-p3 0.811 0.689 0.313);
|
|
296
|
+
--t-color-yellow9: color(display-p3 1 0.92 0.22);
|
|
297
|
+
--t-color-yellow10: color(display-p3 0.977 0.868 0.291);
|
|
298
|
+
--t-color-yellow11: color(display-p3 0.6 0.44 0);
|
|
299
|
+
--t-color-yellow12: color(display-p3 0.271 0.233 0.137);
|
|
300
|
+
--t-color-green1: color(display-p3 0.986 0.996 0.989);
|
|
301
|
+
--t-color-green2: color(display-p3 0.963 0.983 0.967);
|
|
302
|
+
--t-color-green3: color(display-p3 0.913 0.964 0.925);
|
|
303
|
+
--t-color-green4: color(display-p3 0.859 0.94 0.879);
|
|
304
|
+
--t-color-green5: color(display-p3 0.796 0.907 0.826);
|
|
305
|
+
--t-color-green6: color(display-p3 0.718 0.863 0.761);
|
|
306
|
+
--t-color-green7: color(display-p3 0.61 0.801 0.675);
|
|
307
|
+
--t-color-green8: color(display-p3 0.451 0.715 0.559);
|
|
308
|
+
--t-color-green9: color(display-p3 0.332 0.634 0.442);
|
|
309
|
+
--t-color-green10: color(display-p3 0.308 0.595 0.417);
|
|
310
|
+
--t-color-green11: color(display-p3 0.19 0.5 0.32);
|
|
311
|
+
--t-color-green12: color(display-p3 0.132 0.228 0.18);
|
|
312
|
+
--t-color-turquoise1: color(display-p3 0.983 0.996 0.992);
|
|
313
|
+
--t-color-turquoise2: color(display-p3 0.958 0.983 0.976);
|
|
314
|
+
--t-color-turquoise3: color(display-p3 0.895 0.971 0.952);
|
|
315
|
+
--t-color-turquoise4: color(display-p3 0.831 0.949 0.92);
|
|
316
|
+
--t-color-turquoise5: color(display-p3 0.761 0.914 0.878);
|
|
317
|
+
--t-color-turquoise6: color(display-p3 0.682 0.864 0.825);
|
|
318
|
+
--t-color-turquoise7: color(display-p3 0.581 0.798 0.756);
|
|
319
|
+
--t-color-turquoise8: color(display-p3 0.433 0.716 0.671);
|
|
320
|
+
--t-color-turquoise9: color(display-p3 0.297 0.637 0.581);
|
|
321
|
+
--t-color-turquoise10: color(display-p3 0.275 0.599 0.542);
|
|
322
|
+
--t-color-turquoise11: color(display-p3 0.08 0.5 0.43);
|
|
323
|
+
--t-color-turquoise12: color(display-p3 0.11 0.235 0.219);
|
|
324
|
+
--t-color-sky1: color(display-p3 0.98 0.995 0.999);
|
|
325
|
+
--t-color-sky2: color(display-p3 0.953 0.98 0.99);
|
|
326
|
+
--t-color-sky3: color(display-p3 0.899 0.963 0.989);
|
|
327
|
+
--t-color-sky4: color(display-p3 0.842 0.937 0.977);
|
|
328
|
+
--t-color-sky5: color(display-p3 0.777 0.9 0.954);
|
|
329
|
+
--t-color-sky6: color(display-p3 0.701 0.851 0.921);
|
|
330
|
+
--t-color-sky7: color(display-p3 0.604 0.785 0.879);
|
|
331
|
+
--t-color-sky8: color(display-p3 0.457 0.696 0.829);
|
|
332
|
+
--t-color-sky9: color(display-p3 0.585 0.877 0.983);
|
|
333
|
+
--t-color-sky10: color(display-p3 0.555 0.845 0.959);
|
|
334
|
+
--t-color-sky11: color(display-p3 0.193 0.448 0.605);
|
|
335
|
+
--t-color-sky12: color(display-p3 0.145 0.241 0.329);
|
|
336
|
+
--t-color-blue1: color(display-p3 0.992 0.992 0.996);
|
|
337
|
+
--t-color-blue2: color(display-p3 0.971 0.977 0.998);
|
|
338
|
+
--t-color-blue3: color(display-p3 0.933 0.948 0.992);
|
|
339
|
+
--t-color-blue4: color(display-p3 0.885 0.914 1);
|
|
340
|
+
--t-color-blue5: color(display-p3 0.831 0.87 1);
|
|
341
|
+
--t-color-blue6: color(display-p3 0.767 0.814 0.995);
|
|
342
|
+
--t-color-blue7: color(display-p3 0.685 0.74 0.957);
|
|
343
|
+
--t-color-blue8: color(display-p3 0.569 0.639 0.916);
|
|
344
|
+
--t-color-blue9: color(display-p3 0.276 0.384 0.837);
|
|
345
|
+
--t-color-blue10: color(display-p3 0.234 0.343 0.801);
|
|
346
|
+
--t-color-blue11: color(display-p3 0.256 0.354 0.755);
|
|
347
|
+
--t-color-blue12: color(display-p3 0.133 0.175 0.348);
|
|
348
|
+
--t-color-purple1: color(display-p3 0.995 0.988 0.996);
|
|
349
|
+
--t-color-purple2: color(display-p3 0.983 0.971 0.993);
|
|
350
|
+
--t-color-purple3: color(display-p3 0.963 0.931 0.989);
|
|
351
|
+
--t-color-purple4: color(display-p3 0.937 0.888 0.981);
|
|
352
|
+
--t-color-purple5: color(display-p3 0.904 0.837 0.966);
|
|
353
|
+
--t-color-purple6: color(display-p3 0.86 0.774 0.942);
|
|
354
|
+
--t-color-purple7: color(display-p3 0.799 0.69 0.91);
|
|
355
|
+
--t-color-purple8: color(display-p3 0.719 0.583 0.874);
|
|
356
|
+
--t-color-purple9: color(display-p3 0.523 0.318 0.751);
|
|
357
|
+
--t-color-purple10: color(display-p3 0.483 0.289 0.7);
|
|
358
|
+
--t-color-purple11: color(display-p3 0.473 0.281 0.687);
|
|
359
|
+
--t-color-purple12: color(display-p3 0.234 0.132 0.363);
|
|
360
|
+
--t-color-pink1: color(display-p3 0.998 0.989 0.996);
|
|
361
|
+
--t-color-pink2: color(display-p3 0.992 0.97 0.985);
|
|
362
|
+
--t-color-pink3: color(display-p3 0.981 0.917 0.96);
|
|
363
|
+
--t-color-pink4: color(display-p3 0.963 0.867 0.932);
|
|
364
|
+
--t-color-pink5: color(display-p3 0.939 0.815 0.899);
|
|
365
|
+
--t-color-pink6: color(display-p3 0.907 0.756 0.859);
|
|
366
|
+
--t-color-pink7: color(display-p3 0.869 0.683 0.81);
|
|
367
|
+
--t-color-pink8: color(display-p3 0.825 0.59 0.751);
|
|
368
|
+
--t-color-pink9: color(display-p3 0.775 0.297 0.61);
|
|
369
|
+
--t-color-pink10: color(display-p3 0.748 0.27 0.581);
|
|
370
|
+
--t-color-pink11: color(display-p3 0.698 0.219 0.528);
|
|
371
|
+
--t-color-pink12: color(display-p3 0.363 0.101 0.279);
|
|
372
|
+
--t-color-red1: color(display-p3 0.998 0.989 0.988);
|
|
373
|
+
--t-color-red2: color(display-p3 0.995 0.971 0.971);
|
|
374
|
+
--t-color-red3: color(display-p3 0.985 0.925 0.925);
|
|
375
|
+
--t-color-red4: color(display-p3 0.999 0.866 0.866);
|
|
376
|
+
--t-color-red5: color(display-p3 0.984 0.812 0.811);
|
|
377
|
+
--t-color-red6: color(display-p3 0.955 0.751 0.749);
|
|
378
|
+
--t-color-red7: color(display-p3 0.915 0.675 0.672);
|
|
379
|
+
--t-color-red8: color(display-p3 0.872 0.575 0.572);
|
|
380
|
+
--t-color-red9: color(display-p3 0.83 0.329 0.324);
|
|
381
|
+
--t-color-red10: color(display-p3 0.798 0.294 0.285);
|
|
382
|
+
--t-color-red11: color(display-p3 0.744 0.234 0.222);
|
|
383
|
+
--t-color-red12: color(display-p3 0.36 0.115 0.143);
|
|
384
|
+
--t-color-orange1: color(display-p3 0.995 0.988 0.985);
|
|
385
|
+
--t-color-orange2: color(display-p3 0.994 0.968 0.934);
|
|
386
|
+
--t-color-orange3: color(display-p3 0.989 0.938 0.85);
|
|
387
|
+
--t-color-orange4: color(display-p3 1 0.874 0.687);
|
|
388
|
+
--t-color-orange5: color(display-p3 1 0.821 0.583);
|
|
389
|
+
--t-color-orange6: color(display-p3 0.975 0.767 0.545);
|
|
390
|
+
--t-color-orange7: color(display-p3 0.919 0.693 0.486);
|
|
391
|
+
--t-color-orange8: color(display-p3 0.877 0.597 0.379);
|
|
392
|
+
--t-color-orange9: color(display-p3 0.9 0.45 0.2);
|
|
393
|
+
--t-color-orange10: color(display-p3 0.87 0.409 0.164);
|
|
394
|
+
--t-color-orange11: color(display-p3 0.76 0.34 0);
|
|
395
|
+
--t-color-orange12: color(display-p3 0.323 0.185 0.127);
|
|
396
|
+
--t-color-gray1: color(display-p3 1 1 1);
|
|
397
|
+
--t-color-gray2: color(display-p3 0.988 0.988 0.988);
|
|
398
|
+
--t-color-gray3: color(display-p3 0.976 0.976 0.976);
|
|
399
|
+
--t-color-gray4: color(display-p3 0.945 0.945 0.945);
|
|
400
|
+
--t-color-gray5: color(display-p3 0.922 0.922 0.922);
|
|
401
|
+
--t-color-gray6: color(display-p3 0.839 0.839 0.839);
|
|
402
|
+
--t-color-gray7: color(display-p3 0.8 0.8 0.8);
|
|
403
|
+
--t-color-gray8: color(display-p3 0.702 0.702 0.702);
|
|
404
|
+
--t-color-gray9: color(display-p3 0.6 0.6 0.6);
|
|
405
|
+
--t-color-gray10: color(display-p3 0.514 0.514 0.514);
|
|
406
|
+
--t-color-gray11: color(display-p3 0.4 0.4 0.4);
|
|
407
|
+
--t-color-gray12: color(display-p3 0.2 0.2 0.2);
|
|
408
|
+
--t-color-mauve1: color(display-p3 0.991 0.988 0.992);
|
|
409
|
+
--t-color-mauve2: color(display-p3 0.98 0.976 0.984);
|
|
410
|
+
--t-color-mauve3: color(display-p3 0.946 0.938 0.952);
|
|
411
|
+
--t-color-mauve4: color(display-p3 0.915 0.906 0.925);
|
|
412
|
+
--t-color-mauve5: color(display-p3 0.886 0.876 0.901);
|
|
413
|
+
--t-color-mauve6: color(display-p3 0.856 0.846 0.875);
|
|
414
|
+
--t-color-mauve7: color(display-p3 0.814 0.804 0.84);
|
|
415
|
+
--t-color-mauve8: color(display-p3 0.735 0.728 0.777);
|
|
416
|
+
--t-color-mauve9: color(display-p3 0.555 0.549 0.596);
|
|
417
|
+
--t-color-mauve10: color(display-p3 0.514 0.508 0.552);
|
|
418
|
+
--t-color-mauve11: color(display-p3 0.395 0.388 0.424);
|
|
419
|
+
--t-color-mauve12: color(display-p3 0.128 0.122 0.147);
|
|
420
|
+
--t-color-slate1: color(display-p3 0.988 0.988 0.992);
|
|
421
|
+
--t-color-slate2: color(display-p3 0.976 0.976 0.984);
|
|
422
|
+
--t-color-slate3: color(display-p3 0.94 0.941 0.953);
|
|
423
|
+
--t-color-slate4: color(display-p3 0.908 0.909 0.925);
|
|
424
|
+
--t-color-slate5: color(display-p3 0.88 0.881 0.901);
|
|
425
|
+
--t-color-slate6: color(display-p3 0.85 0.852 0.876);
|
|
426
|
+
--t-color-slate7: color(display-p3 0.805 0.808 0.838);
|
|
427
|
+
--t-color-slate8: color(display-p3 0.727 0.733 0.773);
|
|
428
|
+
--t-color-slate9: color(display-p3 0.547 0.553 0.592);
|
|
429
|
+
--t-color-slate10: color(display-p3 0.503 0.512 0.549);
|
|
430
|
+
--t-color-slate11: color(display-p3 0.379 0.392 0.421);
|
|
431
|
+
--t-color-slate12: color(display-p3 0.113 0.125 0.14);
|
|
432
|
+
--t-color-sage1: color(display-p3 0.986 0.992 0.988);
|
|
433
|
+
--t-color-sage2: color(display-p3 0.97 0.977 0.974);
|
|
434
|
+
--t-color-sage3: color(display-p3 0.935 0.944 0.94);
|
|
435
|
+
--t-color-sage4: color(display-p3 0.904 0.913 0.909);
|
|
436
|
+
--t-color-sage5: color(display-p3 0.875 0.885 0.88);
|
|
437
|
+
--t-color-sage6: color(display-p3 0.844 0.854 0.849);
|
|
438
|
+
--t-color-sage7: color(display-p3 0.8 0.811 0.806);
|
|
439
|
+
--t-color-sage8: color(display-p3 0.725 0.738 0.732);
|
|
440
|
+
--t-color-sage9: color(display-p3 0.531 0.556 0.546);
|
|
441
|
+
--t-color-sage10: color(display-p3 0.492 0.515 0.506);
|
|
442
|
+
--t-color-sage11: color(display-p3 0.377 0.395 0.389);
|
|
443
|
+
--t-color-sage12: color(display-p3 0.107 0.129 0.118);
|
|
444
|
+
--t-color-olive1: color(display-p3 0.989 0.992 0.989);
|
|
445
|
+
--t-color-olive2: color(display-p3 0.974 0.98 0.973);
|
|
446
|
+
--t-color-olive3: color(display-p3 0.939 0.945 0.937);
|
|
447
|
+
--t-color-olive4: color(display-p3 0.907 0.914 0.905);
|
|
448
|
+
--t-color-olive5: color(display-p3 0.878 0.885 0.875);
|
|
449
|
+
--t-color-olive6: color(display-p3 0.846 0.855 0.843);
|
|
450
|
+
--t-color-olive7: color(display-p3 0.803 0.812 0.8);
|
|
451
|
+
--t-color-olive8: color(display-p3 0.727 0.738 0.723);
|
|
452
|
+
--t-color-olive9: color(display-p3 0.541 0.556 0.532);
|
|
453
|
+
--t-color-olive10: color(display-p3 0.5 0.515 0.491);
|
|
454
|
+
--t-color-olive11: color(display-p3 0.38 0.395 0.374);
|
|
455
|
+
--t-color-olive12: color(display-p3 0.117 0.129 0.111);
|
|
456
|
+
--t-color-sand1: color(display-p3 0.992 0.992 0.989);
|
|
457
|
+
--t-color-sand2: color(display-p3 0.977 0.977 0.973);
|
|
458
|
+
--t-color-sand3: color(display-p3 0.943 0.942 0.936);
|
|
459
|
+
--t-color-sand4: color(display-p3 0.913 0.912 0.903);
|
|
460
|
+
--t-color-sand5: color(display-p3 0.885 0.883 0.873);
|
|
461
|
+
--t-color-sand6: color(display-p3 0.854 0.852 0.839);
|
|
462
|
+
--t-color-sand7: color(display-p3 0.813 0.81 0.794);
|
|
463
|
+
--t-color-sand8: color(display-p3 0.738 0.734 0.713);
|
|
464
|
+
--t-color-sand9: color(display-p3 0.553 0.553 0.528);
|
|
465
|
+
--t-color-sand10: color(display-p3 0.511 0.511 0.488);
|
|
466
|
+
--t-color-sand11: color(display-p3 0.388 0.388 0.37);
|
|
467
|
+
--t-color-sand12: color(display-p3 0.129 0.126 0.111);
|
|
468
|
+
--t-color-tomato1: color(display-p3 0.998 0.989 0.988);
|
|
469
|
+
--t-color-tomato2: color(display-p3 0.994 0.974 0.969);
|
|
470
|
+
--t-color-tomato3: color(display-p3 0.985 0.924 0.909);
|
|
471
|
+
--t-color-tomato4: color(display-p3 0.996 0.868 0.835);
|
|
472
|
+
--t-color-tomato5: color(display-p3 0.98 0.812 0.77);
|
|
473
|
+
--t-color-tomato6: color(display-p3 0.953 0.75 0.698);
|
|
474
|
+
--t-color-tomato7: color(display-p3 0.917 0.673 0.611);
|
|
475
|
+
--t-color-tomato8: color(display-p3 0.875 0.575 0.502);
|
|
476
|
+
--t-color-tomato9: color(display-p3 0.831 0.345 0.231);
|
|
477
|
+
--t-color-tomato10: color(display-p3 0.802 0.313 0.2);
|
|
478
|
+
--t-color-tomato11: color(display-p3 0.755 0.259 0.152);
|
|
479
|
+
--t-color-tomato12: color(display-p3 0.335 0.165 0.132);
|
|
480
|
+
--t-color-ruby1: color(display-p3 0.998 0.989 0.992);
|
|
481
|
+
--t-color-ruby2: color(display-p3 0.995 0.971 0.974);
|
|
482
|
+
--t-color-ruby3: color(display-p3 0.983 0.92 0.928);
|
|
483
|
+
--t-color-ruby4: color(display-p3 0.987 0.869 0.885);
|
|
484
|
+
--t-color-ruby5: color(display-p3 0.968 0.817 0.839);
|
|
485
|
+
--t-color-ruby6: color(display-p3 0.937 0.758 0.786);
|
|
486
|
+
--t-color-ruby7: color(display-p3 0.897 0.685 0.721);
|
|
487
|
+
--t-color-ruby8: color(display-p3 0.851 0.588 0.639);
|
|
488
|
+
--t-color-ruby9: color(display-p3 0.83 0.323 0.408);
|
|
489
|
+
--t-color-ruby10: color(display-p3 0.795 0.286 0.375);
|
|
490
|
+
--t-color-ruby11: color(display-p3 0.728 0.211 0.311);
|
|
491
|
+
--t-color-ruby12: color(display-p3 0.36 0.115 0.171);
|
|
492
|
+
--t-color-crimson1: color(display-p3 0.998 0.989 0.992);
|
|
493
|
+
--t-color-crimson2: color(display-p3 0.991 0.969 0.976);
|
|
494
|
+
--t-color-crimson3: color(display-p3 0.987 0.917 0.941);
|
|
495
|
+
--t-color-crimson4: color(display-p3 0.975 0.866 0.904);
|
|
496
|
+
--t-color-crimson5: color(display-p3 0.953 0.813 0.864);
|
|
497
|
+
--t-color-crimson6: color(display-p3 0.921 0.755 0.817);
|
|
498
|
+
--t-color-crimson7: color(display-p3 0.88 0.683 0.761);
|
|
499
|
+
--t-color-crimson8: color(display-p3 0.834 0.592 0.694);
|
|
500
|
+
--t-color-crimson9: color(display-p3 0.843 0.298 0.507);
|
|
501
|
+
--t-color-crimson10: color(display-p3 0.807 0.266 0.468);
|
|
502
|
+
--t-color-crimson11: color(display-p3 0.731 0.195 0.388);
|
|
503
|
+
--t-color-crimson12: color(display-p3 0.352 0.111 0.221);
|
|
504
|
+
--t-color-plum1: color(display-p3 0.995 0.988 0.999);
|
|
505
|
+
--t-color-plum2: color(display-p3 0.988 0.971 0.99);
|
|
506
|
+
--t-color-plum3: color(display-p3 0.973 0.923 0.98);
|
|
507
|
+
--t-color-plum4: color(display-p3 0.953 0.875 0.966);
|
|
508
|
+
--t-color-plum5: color(display-p3 0.926 0.825 0.945);
|
|
509
|
+
--t-color-plum6: color(display-p3 0.89 0.765 0.916);
|
|
510
|
+
--t-color-plum7: color(display-p3 0.84 0.686 0.877);
|
|
511
|
+
--t-color-plum8: color(display-p3 0.775 0.58 0.832);
|
|
512
|
+
--t-color-plum9: color(display-p3 0.624 0.313 0.708);
|
|
513
|
+
--t-color-plum10: color(display-p3 0.587 0.29 0.667);
|
|
514
|
+
--t-color-plum11: color(display-p3 0.543 0.263 0.619);
|
|
515
|
+
--t-color-plum12: color(display-p3 0.299 0.114 0.352);
|
|
516
|
+
--t-color-violet1: color(display-p3 0.991 0.988 0.995);
|
|
517
|
+
--t-color-violet2: color(display-p3 0.978 0.974 0.998);
|
|
518
|
+
--t-color-violet3: color(display-p3 0.953 0.943 0.993);
|
|
519
|
+
--t-color-violet4: color(display-p3 0.916 0.897 1);
|
|
520
|
+
--t-color-violet5: color(display-p3 0.876 0.851 1);
|
|
521
|
+
--t-color-violet6: color(display-p3 0.825 0.793 0.981);
|
|
522
|
+
--t-color-violet7: color(display-p3 0.752 0.712 0.943);
|
|
523
|
+
--t-color-violet8: color(display-p3 0.654 0.602 0.902);
|
|
524
|
+
--t-color-violet9: color(display-p3 0.417 0.341 0.784);
|
|
525
|
+
--t-color-violet10: color(display-p3 0.381 0.306 0.741);
|
|
526
|
+
--t-color-violet11: color(display-p3 0.383 0.317 0.702);
|
|
527
|
+
--t-color-violet12: color(display-p3 0.179 0.15 0.359);
|
|
528
|
+
--t-color-iris1: color(display-p3 0.992 0.992 0.999);
|
|
529
|
+
--t-color-iris2: color(display-p3 0.972 0.973 0.998);
|
|
530
|
+
--t-color-iris3: color(display-p3 0.943 0.945 0.992);
|
|
531
|
+
--t-color-iris4: color(display-p3 0.902 0.906 1);
|
|
532
|
+
--t-color-iris5: color(display-p3 0.857 0.861 1);
|
|
533
|
+
--t-color-iris6: color(display-p3 0.799 0.805 0.987);
|
|
534
|
+
--t-color-iris7: color(display-p3 0.721 0.727 0.955);
|
|
535
|
+
--t-color-iris8: color(display-p3 0.61 0.619 0.918);
|
|
536
|
+
--t-color-iris9: color(display-p3 0.357 0.357 0.81);
|
|
537
|
+
--t-color-iris10: color(display-p3 0.318 0.318 0.774);
|
|
538
|
+
--t-color-iris11: color(display-p3 0.337 0.326 0.748);
|
|
539
|
+
--t-color-iris12: color(display-p3 0.154 0.161 0.371);
|
|
540
|
+
--t-color-cyan1: color(display-p3 0.982 0.992 0.996);
|
|
541
|
+
--t-color-cyan2: color(display-p3 0.955 0.981 0.984);
|
|
542
|
+
--t-color-cyan3: color(display-p3 0.888 0.965 0.975);
|
|
543
|
+
--t-color-cyan4: color(display-p3 0.821 0.941 0.959);
|
|
544
|
+
--t-color-cyan5: color(display-p3 0.751 0.907 0.935);
|
|
545
|
+
--t-color-cyan6: color(display-p3 0.671 0.862 0.9);
|
|
546
|
+
--t-color-cyan7: color(display-p3 0.564 0.8 0.854);
|
|
547
|
+
--t-color-cyan8: color(display-p3 0.388 0.715 0.798);
|
|
548
|
+
--t-color-cyan9: color(display-p3 0.282 0.627 0.765);
|
|
549
|
+
--t-color-cyan10: color(display-p3 0.264 0.583 0.71);
|
|
550
|
+
--t-color-cyan11: color(display-p3 0.08 0.48 0.63);
|
|
551
|
+
--t-color-cyan12: color(display-p3 0.108 0.232 0.277);
|
|
552
|
+
--t-color-jade1: color(display-p3 0.986 0.996 0.992);
|
|
553
|
+
--t-color-jade2: color(display-p3 0.962 0.983 0.969);
|
|
554
|
+
--t-color-jade3: color(display-p3 0.912 0.965 0.932);
|
|
555
|
+
--t-color-jade4: color(display-p3 0.858 0.941 0.893);
|
|
556
|
+
--t-color-jade5: color(display-p3 0.795 0.909 0.847);
|
|
557
|
+
--t-color-jade6: color(display-p3 0.715 0.864 0.791);
|
|
558
|
+
--t-color-jade7: color(display-p3 0.603 0.802 0.718);
|
|
559
|
+
--t-color-jade8: color(display-p3 0.44 0.72 0.629);
|
|
560
|
+
--t-color-jade9: color(display-p3 0.319 0.63 0.521);
|
|
561
|
+
--t-color-jade10: color(display-p3 0.299 0.592 0.488);
|
|
562
|
+
--t-color-jade11: color(display-p3 0.15 0.5 0.37);
|
|
563
|
+
--t-color-jade12: color(display-p3 0.142 0.229 0.194);
|
|
564
|
+
--t-color-grass1: color(display-p3 0.986 0.996 0.985);
|
|
565
|
+
--t-color-grass2: color(display-p3 0.966 0.983 0.964);
|
|
566
|
+
--t-color-grass3: color(display-p3 0.923 0.965 0.917);
|
|
567
|
+
--t-color-grass4: color(display-p3 0.872 0.94 0.865);
|
|
568
|
+
--t-color-grass5: color(display-p3 0.811 0.908 0.802);
|
|
569
|
+
--t-color-grass6: color(display-p3 0.733 0.864 0.724);
|
|
570
|
+
--t-color-grass7: color(display-p3 0.628 0.803 0.622);
|
|
571
|
+
--t-color-grass8: color(display-p3 0.477 0.72 0.482);
|
|
572
|
+
--t-color-grass9: color(display-p3 0.38 0.647 0.378);
|
|
573
|
+
--t-color-grass10: color(display-p3 0.344 0.598 0.342);
|
|
574
|
+
--t-color-grass11: color(display-p3 0.263 0.488 0.261);
|
|
575
|
+
--t-color-grass12: color(display-p3 0.151 0.233 0.153);
|
|
576
|
+
--t-color-mint1: color(display-p3 0.98 0.995 0.992);
|
|
577
|
+
--t-color-mint2: color(display-p3 0.957 0.985 0.977);
|
|
578
|
+
--t-color-mint3: color(display-p3 0.888 0.972 0.95);
|
|
579
|
+
--t-color-mint4: color(display-p3 0.819 0.951 0.916);
|
|
580
|
+
--t-color-mint5: color(display-p3 0.747 0.918 0.873);
|
|
581
|
+
--t-color-mint6: color(display-p3 0.668 0.87 0.818);
|
|
582
|
+
--t-color-mint7: color(display-p3 0.567 0.805 0.744);
|
|
583
|
+
--t-color-mint8: color(display-p3 0.42 0.724 0.649);
|
|
584
|
+
--t-color-mint9: color(display-p3 0.62 0.908 0.834);
|
|
585
|
+
--t-color-mint10: color(display-p3 0.585 0.871 0.797);
|
|
586
|
+
--t-color-mint11: color(display-p3 0.203 0.463 0.397);
|
|
587
|
+
--t-color-mint12: color(display-p3 0.136 0.259 0.236);
|
|
588
|
+
--t-color-lime1: color(display-p3 0.989 0.992 0.981);
|
|
589
|
+
--t-color-lime2: color(display-p3 0.975 0.98 0.954);
|
|
590
|
+
--t-color-lime3: color(display-p3 0.939 0.965 0.851);
|
|
591
|
+
--t-color-lime4: color(display-p3 0.896 0.94 0.76);
|
|
592
|
+
--t-color-lime5: color(display-p3 0.843 0.903 0.678);
|
|
593
|
+
--t-color-lime6: color(display-p3 0.778 0.852 0.599);
|
|
594
|
+
--t-color-lime7: color(display-p3 0.694 0.784 0.508);
|
|
595
|
+
--t-color-lime8: color(display-p3 0.585 0.707 0.378);
|
|
596
|
+
--t-color-lime9: color(display-p3 0.78 0.928 0.466);
|
|
597
|
+
--t-color-lime10: color(display-p3 0.734 0.896 0.397);
|
|
598
|
+
--t-color-lime11: color(display-p3 0.386 0.482 0.227);
|
|
599
|
+
--t-color-lime12: color(display-p3 0.222 0.25 0.128);
|
|
600
|
+
--t-color-bronze1: color(display-p3 0.991 0.988 0.988);
|
|
601
|
+
--t-color-bronze2: color(display-p3 0.989 0.97 0.961);
|
|
602
|
+
--t-color-bronze3: color(display-p3 0.958 0.932 0.919);
|
|
603
|
+
--t-color-bronze4: color(display-p3 0.929 0.894 0.877);
|
|
604
|
+
--t-color-bronze5: color(display-p3 0.898 0.853 0.832);
|
|
605
|
+
--t-color-bronze6: color(display-p3 0.861 0.805 0.778);
|
|
606
|
+
--t-color-bronze7: color(display-p3 0.812 0.739 0.706);
|
|
607
|
+
--t-color-bronze8: color(display-p3 0.741 0.647 0.606);
|
|
608
|
+
--t-color-bronze9: color(display-p3 0.611 0.507 0.455);
|
|
609
|
+
--t-color-bronze10: color(display-p3 0.563 0.461 0.414);
|
|
610
|
+
--t-color-bronze11: color(display-p3 0.471 0.373 0.336);
|
|
611
|
+
--t-color-bronze12: color(display-p3 0.251 0.191 0.172);
|
|
612
|
+
--t-color-gold1: color(display-p3 0.992 0.992 0.989);
|
|
613
|
+
--t-color-gold2: color(display-p3 0.98 0.976 0.953);
|
|
614
|
+
--t-color-gold3: color(display-p3 0.947 0.94 0.909);
|
|
615
|
+
--t-color-gold4: color(display-p3 0.914 0.904 0.865);
|
|
616
|
+
--t-color-gold5: color(display-p3 0.88 0.865 0.816);
|
|
617
|
+
--t-color-gold6: color(display-p3 0.84 0.818 0.756);
|
|
618
|
+
--t-color-gold7: color(display-p3 0.788 0.753 0.677);
|
|
619
|
+
--t-color-gold8: color(display-p3 0.715 0.66 0.565);
|
|
620
|
+
--t-color-gold9: color(display-p3 0.579 0.517 0.41);
|
|
621
|
+
--t-color-gold10: color(display-p3 0.538 0.479 0.38);
|
|
622
|
+
--t-color-gold11: color(display-p3 0.433 0.386 0.305);
|
|
623
|
+
--t-color-gold12: color(display-p3 0.227 0.209 0.173);
|
|
624
|
+
--t-color-brown1: color(display-p3 0.995 0.992 0.989);
|
|
625
|
+
--t-color-brown2: color(display-p3 0.987 0.976 0.964);
|
|
626
|
+
--t-color-brown3: color(display-p3 0.959 0.936 0.909);
|
|
627
|
+
--t-color-brown4: color(display-p3 0.934 0.897 0.855);
|
|
628
|
+
--t-color-brown5: color(display-p3 0.909 0.856 0.798);
|
|
629
|
+
--t-color-brown6: color(display-p3 0.88 0.808 0.73);
|
|
630
|
+
--t-color-brown7: color(display-p3 0.841 0.742 0.639);
|
|
631
|
+
--t-color-brown8: color(display-p3 0.782 0.647 0.514);
|
|
632
|
+
--t-color-brown9: color(display-p3 0.651 0.505 0.368);
|
|
633
|
+
--t-color-brown10: color(display-p3 0.601 0.465 0.344);
|
|
634
|
+
--t-color-brown11: color(display-p3 0.485 0.374 0.288);
|
|
635
|
+
--t-color-brown12: color(display-p3 0.236 0.202 0.183);
|
|
636
|
+
--t-color-amber1: color(display-p3 0.995 0.992 0.985);
|
|
637
|
+
--t-color-amber2: color(display-p3 0.994 0.986 0.921);
|
|
638
|
+
--t-color-amber3: color(display-p3 0.994 0.969 0.782);
|
|
639
|
+
--t-color-amber4: color(display-p3 0.989 0.937 0.65);
|
|
640
|
+
--t-color-amber5: color(display-p3 0.97 0.902 0.527);
|
|
641
|
+
--t-color-amber6: color(display-p3 0.936 0.844 0.506);
|
|
642
|
+
--t-color-amber7: color(display-p3 0.89 0.762 0.443);
|
|
643
|
+
--t-color-amber8: color(display-p3 0.85 0.65 0.3);
|
|
644
|
+
--t-color-amber9: color(display-p3 1 0.77 0.26);
|
|
645
|
+
--t-color-amber10: color(display-p3 0.959 0.741 0.274);
|
|
646
|
+
--t-color-amber11: color(display-p3 0.64 0.4 0);
|
|
647
|
+
--t-color-amber12: color(display-p3 0.294 0.208 0.145);
|
|
648
|
+
--t-color-transparent-green1: #00c04004;
|
|
649
|
+
--t-color-transparent-green2: #00a32f0b;
|
|
650
|
+
--t-color-transparent-green3: #00a43319;
|
|
651
|
+
--t-color-transparent-green4: #00a83829;
|
|
652
|
+
--t-color-transparent-green5: #019c393b;
|
|
653
|
+
--t-color-transparent-green6: #00963c52;
|
|
654
|
+
--t-color-transparent-green7: #00914071;
|
|
655
|
+
--t-color-transparent-green8: #00924ba4;
|
|
656
|
+
--t-color-transparent-green9: #008f4acf;
|
|
657
|
+
--t-color-transparent-green10: #008647d4;
|
|
658
|
+
--t-color-transparent-green11: #00713fde;
|
|
659
|
+
--t-color-transparent-green12: #002616e6;
|
|
660
|
+
--t-color-transparent-turquoise1: #00cc9905;
|
|
661
|
+
--t-color-transparent-turquoise2: #00aa800c;
|
|
662
|
+
--t-color-transparent-turquoise3: #00c69d1f;
|
|
663
|
+
--t-color-transparent-turquoise4: #00c39633;
|
|
664
|
+
--t-color-transparent-turquoise5: #00b49047;
|
|
665
|
+
--t-color-transparent-turquoise6: #00a6855e;
|
|
666
|
+
--t-color-transparent-turquoise7: #0099807c;
|
|
667
|
+
--t-color-transparent-turquoise8: #009783ac;
|
|
668
|
+
--t-color-transparent-turquoise9: #009e8ced;
|
|
669
|
+
--t-color-transparent-turquoise10: #009684f2;
|
|
670
|
+
--t-color-transparent-turquoise11: #008573;
|
|
671
|
+
--t-color-transparent-turquoise12: #00332df2;
|
|
672
|
+
--t-color-transparent-sky1: #00d5ff06;
|
|
673
|
+
--t-color-transparent-sky2: #00a4db0e;
|
|
674
|
+
--t-color-transparent-sky3: #00b3ee1e;
|
|
675
|
+
--t-color-transparent-sky4: #00ace42e;
|
|
676
|
+
--t-color-transparent-sky5: #00a1d841;
|
|
677
|
+
--t-color-transparent-sky6: #0092ca56;
|
|
678
|
+
--t-color-transparent-sky7: #0089c172;
|
|
679
|
+
--t-color-transparent-sky8: #0085bf9f;
|
|
680
|
+
--t-color-transparent-sky9: #00c7fe83;
|
|
681
|
+
--t-color-transparent-sky10: #00bcf38b;
|
|
682
|
+
--t-color-transparent-sky11: #00749e;
|
|
683
|
+
--t-color-transparent-sky12: #002540e2;
|
|
684
|
+
--t-color-transparent-blue1: #00008002;
|
|
685
|
+
--t-color-transparent-blue2: #0040ff08;
|
|
686
|
+
--t-color-transparent-blue3: #0047f112;
|
|
687
|
+
--t-color-transparent-blue4: #0044ff1e;
|
|
688
|
+
--t-color-transparent-blue5: #0044ff2d;
|
|
689
|
+
--t-color-transparent-blue6: #003eff3e;
|
|
690
|
+
--t-color-transparent-blue7: #0037ed54;
|
|
691
|
+
--t-color-transparent-blue8: #0034dc72;
|
|
692
|
+
--t-color-transparent-blue9: #0031d2c1;
|
|
693
|
+
--t-color-transparent-blue10: #002ec9cc;
|
|
694
|
+
--t-color-transparent-blue11: #002bb7c5;
|
|
695
|
+
--t-color-transparent-blue12: #001046e0;
|
|
696
|
+
--t-color-transparent-purple1: #aa00aa03;
|
|
697
|
+
--t-color-transparent-purple2: #8000e008;
|
|
698
|
+
--t-color-transparent-purple3: #8e00f112;
|
|
699
|
+
--t-color-transparent-purple4: #8d00e51d;
|
|
700
|
+
--t-color-transparent-purple5: #8000db2a;
|
|
701
|
+
--t-color-transparent-purple6: #7a01d03b;
|
|
702
|
+
--t-color-transparent-purple7: #6d00c350;
|
|
703
|
+
--t-color-transparent-purple8: #6600c06c;
|
|
704
|
+
--t-color-transparent-purple9: #5c00adb1;
|
|
705
|
+
--t-color-transparent-purple10: #53009eb8;
|
|
706
|
+
--t-color-transparent-purple11: #52009aba;
|
|
707
|
+
--t-color-transparent-purple12: #250049df;
|
|
708
|
+
--t-color-transparent-pink1: #ff00aa03;
|
|
709
|
+
--t-color-transparent-pink2: #e0008008;
|
|
710
|
+
--t-color-transparent-pink3: #f4008c16;
|
|
711
|
+
--t-color-transparent-pink4: #e2008b23;
|
|
712
|
+
--t-color-transparent-pink5: #d1008331;
|
|
713
|
+
--t-color-transparent-pink6: #c0007840;
|
|
714
|
+
--t-color-transparent-pink7: #b6006f53;
|
|
715
|
+
--t-color-transparent-pink8: #af006f6c;
|
|
716
|
+
--t-color-transparent-pink9: #c8007fbf;
|
|
717
|
+
--t-color-transparent-pink10: #c2007ac7;
|
|
718
|
+
--t-color-transparent-pink11: #b60074d6;
|
|
719
|
+
--t-color-transparent-pink12: #59003bed;
|
|
720
|
+
--t-color-transparent-red1: #ff000003;
|
|
721
|
+
--t-color-transparent-red2: #ff000008;
|
|
722
|
+
--t-color-transparent-red3: #f3000d14;
|
|
723
|
+
--t-color-transparent-red4: #ff000824;
|
|
724
|
+
--t-color-transparent-red5: #ff000632;
|
|
725
|
+
--t-color-transparent-red6: #f8000442;
|
|
726
|
+
--t-color-transparent-red7: #df000356;
|
|
727
|
+
--t-color-transparent-red8: #d2000571;
|
|
728
|
+
--t-color-transparent-red9: #db0007b7;
|
|
729
|
+
--t-color-transparent-red10: #d10005c1;
|
|
730
|
+
--t-color-transparent-red11: #c40006d3;
|
|
731
|
+
--t-color-transparent-red12: #55000de8;
|
|
732
|
+
--t-color-transparent-orange1: #c0400004;
|
|
733
|
+
--t-color-transparent-orange2: #ff8e0012;
|
|
734
|
+
--t-color-transparent-orange3: #ff9c0029;
|
|
735
|
+
--t-color-transparent-orange4: #ff91014a;
|
|
736
|
+
--t-color-transparent-orange5: #ff8b0065;
|
|
737
|
+
--t-color-transparent-orange6: #ff81007d;
|
|
738
|
+
--t-color-transparent-orange7: #ed6c008c;
|
|
739
|
+
--t-color-transparent-orange8: #e35f00aa;
|
|
740
|
+
--t-color-transparent-orange9: #f65e00ea;
|
|
741
|
+
--t-color-transparent-orange10: #ef5f00;
|
|
742
|
+
--t-color-transparent-orange11: #cc4e00;
|
|
743
|
+
--t-color-transparent-orange12: #431200e2;
|
|
744
|
+
--t-color-transparent-yellow1: #aaaa0006;
|
|
745
|
+
--t-color-transparent-yellow2: #f4dd0016;
|
|
746
|
+
--t-color-transparent-yellow3: #ffee0047;
|
|
747
|
+
--t-color-transparent-yellow4: #ffe3016b;
|
|
748
|
+
--t-color-transparent-yellow5: #ffd5008f;
|
|
749
|
+
--t-color-transparent-yellow6: #ebbc0097;
|
|
750
|
+
--t-color-transparent-yellow7: #d2a10098;
|
|
751
|
+
--t-color-transparent-yellow8: #c99700c6;
|
|
752
|
+
--t-color-transparent-yellow9: #ffe100d6;
|
|
753
|
+
--t-color-transparent-yellow10: #ffdc00;
|
|
754
|
+
--t-color-transparent-yellow11: #9e6c00;
|
|
755
|
+
--t-color-transparent-yellow12: #2e2000e0;
|
|
756
|
+
--t-color-transparent-gray1: color(display-p3 0 0 0 / 0.02);
|
|
757
|
+
--t-color-transparent-gray2: color(display-p3 0 0 0 / 0.039);
|
|
758
|
+
--t-color-transparent-gray3: color(display-p3 0 0 0 / 0.047);
|
|
759
|
+
--t-color-transparent-gray4: color(display-p3 0 0 0 / 0.071);
|
|
760
|
+
--t-color-transparent-gray5: color(display-p3 0 0 0 / 0.078);
|
|
761
|
+
--t-color-transparent-gray6: color(display-p3 0 0 0 / 0.114);
|
|
762
|
+
--t-color-transparent-gray7: color(display-p3 0 0 0 / 0.161);
|
|
763
|
+
--t-color-transparent-gray8: color(display-p3 0 0 0 / 0.22);
|
|
764
|
+
--t-color-transparent-gray9: color(display-p3 0 0 0 / 0.361);
|
|
765
|
+
--t-color-transparent-gray10: color(display-p3 0 0 0 / 0.478);
|
|
766
|
+
--t-color-transparent-gray11: color(display-p3 0 0 0 / 0.722);
|
|
767
|
+
--t-color-transparent-gray12: color(display-p3 0 0 0 / 0.91);
|
|
768
|
+
--t-color-transparent-mauve1: #55005503;
|
|
769
|
+
--t-color-transparent-mauve2: #2b005506;
|
|
770
|
+
--t-color-transparent-mauve3: #30004010;
|
|
771
|
+
--t-color-transparent-mauve4: #20003618;
|
|
772
|
+
--t-color-transparent-mauve5: #20003820;
|
|
773
|
+
--t-color-transparent-mauve6: #14003527;
|
|
774
|
+
--t-color-transparent-mauve7: #10003332;
|
|
775
|
+
--t-color-transparent-mauve8: #08003145;
|
|
776
|
+
--t-color-transparent-mauve9: #05001d73;
|
|
777
|
+
--t-color-transparent-mauve10: #0500197d;
|
|
778
|
+
--t-color-transparent-mauve11: #0400119c;
|
|
779
|
+
--t-color-transparent-mauve12: #020008e0;
|
|
780
|
+
--t-color-transparent-slate1: #00005503;
|
|
781
|
+
--t-color-transparent-slate2: #00005506;
|
|
782
|
+
--t-color-transparent-slate3: #0000330f;
|
|
783
|
+
--t-color-transparent-slate4: #00002d17;
|
|
784
|
+
--t-color-transparent-slate5: #0009321f;
|
|
785
|
+
--t-color-transparent-slate6: #00002f26;
|
|
786
|
+
--t-color-transparent-slate7: #00062e32;
|
|
787
|
+
--t-color-transparent-slate8: #00083046;
|
|
788
|
+
--t-color-transparent-slate9: #00051d74;
|
|
789
|
+
--t-color-transparent-slate10: #00071b7f;
|
|
790
|
+
--t-color-transparent-slate11: #0007149f;
|
|
791
|
+
--t-color-transparent-slate12: #000509e3;
|
|
792
|
+
--t-color-transparent-sage1: #00804004;
|
|
793
|
+
--t-color-transparent-sage2: #00402008;
|
|
794
|
+
--t-color-transparent-sage3: #002d1e11;
|
|
795
|
+
--t-color-transparent-sage4: #001f1519;
|
|
796
|
+
--t-color-transparent-sage5: #00180820;
|
|
797
|
+
--t-color-transparent-sage6: #00140d28;
|
|
798
|
+
--t-color-transparent-sage7: #00140a34;
|
|
799
|
+
--t-color-transparent-sage8: #000f0847;
|
|
800
|
+
--t-color-transparent-sage9: #00110b79;
|
|
801
|
+
--t-color-transparent-sage10: #00100a83;
|
|
802
|
+
--t-color-transparent-sage11: #000a07a0;
|
|
803
|
+
--t-color-transparent-sage12: #000805e5;
|
|
804
|
+
--t-color-transparent-olive1: #00550003;
|
|
805
|
+
--t-color-transparent-olive2: #00490007;
|
|
806
|
+
--t-color-transparent-olive3: #00200010;
|
|
807
|
+
--t-color-transparent-olive4: #00160018;
|
|
808
|
+
--t-color-transparent-olive5: #00180020;
|
|
809
|
+
--t-color-transparent-olive6: #00140028;
|
|
810
|
+
--t-color-transparent-olive7: #000f0033;
|
|
811
|
+
--t-color-transparent-olive8: #040f0047;
|
|
812
|
+
--t-color-transparent-olive9: #050f0078;
|
|
813
|
+
--t-color-transparent-olive10: #040e0082;
|
|
814
|
+
--t-color-transparent-olive11: #020a00a0;
|
|
815
|
+
--t-color-transparent-olive12: #010600e3;
|
|
816
|
+
--t-color-transparent-sand1: #55550003;
|
|
817
|
+
--t-color-transparent-sand2: #25250007;
|
|
818
|
+
--t-color-transparent-sand3: #20100010;
|
|
819
|
+
--t-color-transparent-sand4: #1f150019;
|
|
820
|
+
--t-color-transparent-sand5: #1f180021;
|
|
821
|
+
--t-color-transparent-sand6: #19130029;
|
|
822
|
+
--t-color-transparent-sand7: #19140035;
|
|
823
|
+
--t-color-transparent-sand8: #1915014a;
|
|
824
|
+
--t-color-transparent-sand9: #0f0f0079;
|
|
825
|
+
--t-color-transparent-sand10: #0c0c0083;
|
|
826
|
+
--t-color-transparent-sand11: #080800a1;
|
|
827
|
+
--t-color-transparent-sand12: #060500e3;
|
|
828
|
+
--t-color-transparent-tomato1: #ff000003;
|
|
829
|
+
--t-color-transparent-tomato2: #ff200008;
|
|
830
|
+
--t-color-transparent-tomato3: #f52b0018;
|
|
831
|
+
--t-color-transparent-tomato4: #ff35002c;
|
|
832
|
+
--t-color-transparent-tomato5: #ff2e003d;
|
|
833
|
+
--t-color-transparent-tomato6: #f92d0050;
|
|
834
|
+
--t-color-transparent-tomato7: #e7280067;
|
|
835
|
+
--t-color-transparent-tomato8: #db250084;
|
|
836
|
+
--t-color-transparent-tomato9: #df2600d1;
|
|
837
|
+
--t-color-transparent-tomato10: #d72400da;
|
|
838
|
+
--t-color-transparent-tomato11: #cd2200ea;
|
|
839
|
+
--t-color-transparent-tomato12: #460900e0;
|
|
840
|
+
--t-color-transparent-ruby1: #ff005503;
|
|
841
|
+
--t-color-transparent-ruby2: #ff002008;
|
|
842
|
+
--t-color-transparent-ruby3: #f3002515;
|
|
843
|
+
--t-color-transparent-ruby4: #ff002523;
|
|
844
|
+
--t-color-transparent-ruby5: #ff002a31;
|
|
845
|
+
--t-color-transparent-ruby6: #e4002440;
|
|
846
|
+
--t-color-transparent-ruby7: #ce002553;
|
|
847
|
+
--t-color-transparent-ruby8: #c300286d;
|
|
848
|
+
--t-color-transparent-ruby9: #db002cb9;
|
|
849
|
+
--t-color-transparent-ruby10: #d2002cc4;
|
|
850
|
+
--t-color-transparent-ruby11: #c10030db;
|
|
851
|
+
--t-color-transparent-ruby12: #550016e8;
|
|
852
|
+
--t-color-transparent-crimson1: #ff005503;
|
|
853
|
+
--t-color-transparent-crimson2: #e0004008;
|
|
854
|
+
--t-color-transparent-crimson3: #ff005216;
|
|
855
|
+
--t-color-transparent-crimson4: #f8005123;
|
|
856
|
+
--t-color-transparent-crimson5: #e5004f31;
|
|
857
|
+
--t-color-transparent-crimson6: #d0004b41;
|
|
858
|
+
--t-color-transparent-crimson7: #bf004753;
|
|
859
|
+
--t-color-transparent-crimson8: #b6004a6c;
|
|
860
|
+
--t-color-transparent-crimson9: #e2005bc2;
|
|
861
|
+
--t-color-transparent-crimson10: #d70056cb;
|
|
862
|
+
--t-color-transparent-crimson11: #c4004fe2;
|
|
863
|
+
--t-color-transparent-crimson12: #530026e9;
|
|
864
|
+
--t-color-transparent-plum1: #aa00ff03;
|
|
865
|
+
--t-color-transparent-plum2: #c000c008;
|
|
866
|
+
--t-color-transparent-plum3: #cc00cc14;
|
|
867
|
+
--t-color-transparent-plum4: #c200c921;
|
|
868
|
+
--t-color-transparent-plum5: #b700bd2e;
|
|
869
|
+
--t-color-transparent-plum6: #a400b03d;
|
|
870
|
+
--t-color-transparent-plum7: #9900a852;
|
|
871
|
+
--t-color-transparent-plum8: #9000a56e;
|
|
872
|
+
--t-color-transparent-plum9: #89009eb5;
|
|
873
|
+
--t-color-transparent-plum10: #7f0092bb;
|
|
874
|
+
--t-color-transparent-plum11: #730086c1;
|
|
875
|
+
--t-color-transparent-plum12: #40004be6;
|
|
876
|
+
--t-color-transparent-violet1: #5500aa03;
|
|
877
|
+
--t-color-transparent-violet2: #4900ff07;
|
|
878
|
+
--t-color-transparent-violet3: #4400ee0f;
|
|
879
|
+
--t-color-transparent-violet4: #4300ff1b;
|
|
880
|
+
--t-color-transparent-violet5: #3600ff26;
|
|
881
|
+
--t-color-transparent-violet6: #3100fb35;
|
|
882
|
+
--t-color-transparent-violet7: #2d01dd4a;
|
|
883
|
+
--t-color-transparent-violet8: #2b00d066;
|
|
884
|
+
--t-color-transparent-violet9: #2400b7a9;
|
|
885
|
+
--t-color-transparent-violet10: #2300abb2;
|
|
886
|
+
--t-color-transparent-violet11: #1f0099af;
|
|
887
|
+
--t-color-transparent-violet12: #0b0043d9;
|
|
888
|
+
--t-color-transparent-iris1: #0000ff02;
|
|
889
|
+
--t-color-transparent-iris2: #0000ff07;
|
|
890
|
+
--t-color-transparent-iris3: #0011ee0f;
|
|
891
|
+
--t-color-transparent-iris4: #000bff19;
|
|
892
|
+
--t-color-transparent-iris5: #000eff25;
|
|
893
|
+
--t-color-transparent-iris6: #000aff34;
|
|
894
|
+
--t-color-transparent-iris7: #0008e647;
|
|
895
|
+
--t-color-transparent-iris8: #0008d964;
|
|
896
|
+
--t-color-transparent-iris9: #0000c0a4;
|
|
897
|
+
--t-color-transparent-iris10: #0000b6ae;
|
|
898
|
+
--t-color-transparent-iris11: #0600abac;
|
|
899
|
+
--t-color-transparent-iris12: #000246d8;
|
|
900
|
+
--t-color-transparent-cyan1: #0099cc05;
|
|
901
|
+
--t-color-transparent-cyan2: #009db10d;
|
|
902
|
+
--t-color-transparent-cyan3: #00c2d121;
|
|
903
|
+
--t-color-transparent-cyan4: #00bcd435;
|
|
904
|
+
--t-color-transparent-cyan5: #01b4cc4a;
|
|
905
|
+
--t-color-transparent-cyan6: #00a7c162;
|
|
906
|
+
--t-color-transparent-cyan7: #009fbb82;
|
|
907
|
+
--t-color-transparent-cyan8: #00a3c0c2;
|
|
908
|
+
--t-color-transparent-cyan9: #00a2c7;
|
|
909
|
+
--t-color-transparent-cyan10: #0094b7f8;
|
|
910
|
+
--t-color-transparent-cyan11: #007491ef;
|
|
911
|
+
--t-color-transparent-cyan12: #00323ef2;
|
|
912
|
+
--t-color-transparent-jade1: #00c08004;
|
|
913
|
+
--t-color-transparent-jade2: #00a3460b;
|
|
914
|
+
--t-color-transparent-jade3: #00ae4819;
|
|
915
|
+
--t-color-transparent-jade4: #00a85129;
|
|
916
|
+
--t-color-transparent-jade5: #00a2553c;
|
|
917
|
+
--t-color-transparent-jade6: #009a5753;
|
|
918
|
+
--t-color-transparent-jade7: #00945f74;
|
|
919
|
+
--t-color-transparent-jade8: #00976ea9;
|
|
920
|
+
--t-color-transparent-jade9: #00916bd6;
|
|
921
|
+
--t-color-transparent-jade10: #008764d9;
|
|
922
|
+
--t-color-transparent-jade11: #007152df;
|
|
923
|
+
--t-color-transparent-jade12: #002217e2;
|
|
924
|
+
--t-color-transparent-grass1: #00c00004;
|
|
925
|
+
--t-color-transparent-grass2: #0099000a;
|
|
926
|
+
--t-color-transparent-grass3: #00970016;
|
|
927
|
+
--t-color-transparent-grass4: #009f0725;
|
|
928
|
+
--t-color-transparent-grass5: #00930536;
|
|
929
|
+
--t-color-transparent-grass6: #008f0a4d;
|
|
930
|
+
--t-color-transparent-grass7: #018b0f6b;
|
|
931
|
+
--t-color-transparent-grass8: #008d199a;
|
|
932
|
+
--t-color-transparent-grass9: #008619b9;
|
|
933
|
+
--t-color-transparent-grass10: #007b17c1;
|
|
934
|
+
--t-color-transparent-grass11: #006514d5;
|
|
935
|
+
--t-color-transparent-grass12: #002006df;
|
|
936
|
+
--t-color-transparent-mint1: #00d5aa06;
|
|
937
|
+
--t-color-transparent-mint2: #00b18a0d;
|
|
938
|
+
--t-color-transparent-mint3: #00d29e22;
|
|
939
|
+
--t-color-transparent-mint4: #00cc9937;
|
|
940
|
+
--t-color-transparent-mint5: #00c0914c;
|
|
941
|
+
--t-color-transparent-mint6: #00b08663;
|
|
942
|
+
--t-color-transparent-mint7: #00a17d81;
|
|
943
|
+
--t-color-transparent-mint8: #009e7fb3;
|
|
944
|
+
--t-color-transparent-mint9: #00d3a579;
|
|
945
|
+
--t-color-transparent-mint10: #00c39982;
|
|
946
|
+
--t-color-transparent-mint11: #007763fd;
|
|
947
|
+
--t-color-transparent-mint12: #00312ae9;
|
|
948
|
+
--t-color-transparent-lime1: #66990005;
|
|
949
|
+
--t-color-transparent-lime2: #6b95000c;
|
|
950
|
+
--t-color-transparent-lime3: #96c80029;
|
|
951
|
+
--t-color-transparent-lime4: #8fc60042;
|
|
952
|
+
--t-color-transparent-lime5: #81bb0059;
|
|
953
|
+
--t-color-transparent-lime6: #72aa006e;
|
|
954
|
+
--t-color-transparent-lime7: #61990087;
|
|
955
|
+
--t-color-transparent-lime8: #559200ab;
|
|
956
|
+
--t-color-transparent-lime9: #93e4009c;
|
|
957
|
+
--t-color-transparent-lime10: #8fdc00b3;
|
|
958
|
+
--t-color-transparent-lime11: #375f00d0;
|
|
959
|
+
--t-color-transparent-lime12: #1e2900e3;
|
|
960
|
+
--t-color-transparent-bronze1: #55000003;
|
|
961
|
+
--t-color-transparent-bronze2: #cc33000a;
|
|
962
|
+
--t-color-transparent-bronze3: #92250015;
|
|
963
|
+
--t-color-transparent-bronze4: #80280020;
|
|
964
|
+
--t-color-transparent-bronze5: #7423002c;
|
|
965
|
+
--t-color-transparent-bronze6: #7324003a;
|
|
966
|
+
--t-color-transparent-bronze7: #6c1f004c;
|
|
967
|
+
--t-color-transparent-bronze8: #671c0066;
|
|
968
|
+
--t-color-transparent-bronze9: #551a008d;
|
|
969
|
+
--t-color-transparent-bronze10: #4c150097;
|
|
970
|
+
--t-color-transparent-bronze11: #3d0f00ab;
|
|
971
|
+
--t-color-transparent-bronze12: #1d0600d4;
|
|
972
|
+
--t-color-transparent-gold1: #55550003;
|
|
973
|
+
--t-color-transparent-gold2: #9d8a000d;
|
|
974
|
+
--t-color-transparent-gold3: #75600018;
|
|
975
|
+
--t-color-transparent-gold4: #6b4e0024;
|
|
976
|
+
--t-color-transparent-gold5: #60460030;
|
|
977
|
+
--t-color-transparent-gold6: #64440040;
|
|
978
|
+
--t-color-transparent-gold7: #63420055;
|
|
979
|
+
--t-color-transparent-gold8: #633d0072;
|
|
980
|
+
--t-color-transparent-gold9: #5332009a;
|
|
981
|
+
--t-color-transparent-gold10: #492d00a1;
|
|
982
|
+
--t-color-transparent-gold11: #362100b4;
|
|
983
|
+
--t-color-transparent-gold12: #130c00d4;
|
|
984
|
+
--t-color-transparent-brown1: #aa550003;
|
|
985
|
+
--t-color-transparent-brown2: #aa550009;
|
|
986
|
+
--t-color-transparent-brown3: #a04b0018;
|
|
987
|
+
--t-color-transparent-brown4: #9b4a0026;
|
|
988
|
+
--t-color-transparent-brown5: #9f4d0035;
|
|
989
|
+
--t-color-transparent-brown6: #a04e0048;
|
|
990
|
+
--t-color-transparent-brown7: #a34e0060;
|
|
991
|
+
--t-color-transparent-brown8: #9f4a0081;
|
|
992
|
+
--t-color-transparent-brown9: #823c00a7;
|
|
993
|
+
--t-color-transparent-brown10: #723300ac;
|
|
994
|
+
--t-color-transparent-brown11: #522100b9;
|
|
995
|
+
--t-color-transparent-brown12: #140600d1;
|
|
996
|
+
--t-color-transparent-amber1: #c0800004;
|
|
997
|
+
--t-color-transparent-amber2: #f4d10016;
|
|
998
|
+
--t-color-transparent-amber3: #ffde003d;
|
|
999
|
+
--t-color-transparent-amber4: #ffd40063;
|
|
1000
|
+
--t-color-transparent-amber5: #f8cf0088;
|
|
1001
|
+
--t-color-transparent-amber6: #eab5008c;
|
|
1002
|
+
--t-color-transparent-amber7: #dc9b009d;
|
|
1003
|
+
--t-color-transparent-amber8: #da8a00c9;
|
|
1004
|
+
--t-color-transparent-amber9: #ffb300c2;
|
|
1005
|
+
--t-color-transparent-amber10: #ffb300e7;
|
|
1006
|
+
--t-color-transparent-amber11: #ab6400;
|
|
1007
|
+
--t-color-transparent-amber12: #341500dd;
|
|
1008
|
+
}
|