@clickhouse/click-ui 0.5.0 → 0.6.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/click-ui.css +2259 -176
- package/dist/cjs/components/Assets/Flags/Australia.cjs +2 -2
- package/dist/cjs/components/Assets/Flags/Australia.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/Brazil.cjs +3 -3
- package/dist/cjs/components/Assets/Flags/Brazil.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/Germany.cjs +1 -1
- package/dist/cjs/components/Assets/Flags/Germany.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/Japan.cjs +1 -1
- package/dist/cjs/components/Assets/Flags/Japan.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/Malaysia.cjs +19 -0
- package/dist/cjs/components/Assets/Flags/Malaysia.cjs.map +1 -0
- package/dist/cjs/components/Assets/Flags/South-Korea.cjs +1 -1
- package/dist/cjs/components/Assets/Flags/South-Korea.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/Switzerland.cjs +1 -1
- package/dist/cjs/components/Assets/Flags/Switzerland.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/Taiwan.cjs +21 -0
- package/dist/cjs/components/Assets/Flags/Taiwan.cjs.map +1 -0
- package/dist/cjs/components/Assets/Flags/United-Arab-Emirates.cjs +1 -1
- package/dist/cjs/components/Assets/Flags/United-Arab-Emirates.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/United-States.cjs +7 -4
- package/dist/cjs/components/Assets/Flags/United-States.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/system/Flag.cjs +1 -1
- package/dist/cjs/components/Assets/Flags/system/Flag.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/system/FlagsDark.cjs +4 -0
- package/dist/cjs/components/Assets/Flags/system/FlagsDark.cjs.map +1 -1
- package/dist/cjs/components/Assets/Flags/system/FlagsLight.cjs +4 -0
- package/dist/cjs/components/Assets/Flags/system/FlagsLight.cjs.map +1 -1
- package/dist/cjs/components/Assets/Icons/Check.cjs +1 -1
- package/dist/cjs/components/Assets/Icons/Check.cjs.map +1 -1
- package/dist/cjs/components/Assets/Icons/Popin.cjs +10 -0
- package/dist/cjs/components/Assets/Icons/Popin.cjs.map +1 -0
- package/dist/cjs/components/Assets/Icons/system/IconsLight.cjs +2 -0
- package/dist/cjs/components/Assets/Icons/system/IconsLight.cjs.map +1 -1
- package/dist/cjs/components/Assets/Logos/system/Logo.cjs +1 -1
- package/dist/cjs/components/Assets/Logos/system/Logo.cjs.map +1 -1
- package/dist/cjs/components/Assets/Payments/system/Payment.cjs +1 -1
- package/dist/cjs/components/Assets/Payments/system/Payment.cjs.map +1 -1
- package/dist/cjs/components/Assets/config.cjs +1 -0
- package/dist/cjs/components/Assets/config.cjs.map +1 -1
- package/dist/cjs/components/Avatar/Avatar.css +61 -0
- package/dist/cjs/components/Avatar/Avatar.module.css.cjs +24 -0
- package/dist/cjs/components/Avatar/Avatar.module.css.cjs.map +1 -0
- package/dist/cjs/components/Avatar/index.cjs +21 -26
- package/dist/cjs/components/Avatar/index.cjs.map +1 -1
- package/dist/cjs/components/Badge/Badge.css +232 -0
- package/dist/cjs/components/Badge/Badge.module.css.cjs +83 -0
- package/dist/cjs/components/Badge/Badge.module.css.cjs.map +1 -0
- package/dist/cjs/components/Badge/index.cjs +81 -51
- package/dist/cjs/components/Badge/index.cjs.map +1 -1
- package/dist/cjs/components/Button/Button.css +31 -20
- package/dist/cjs/components/Button/Button.module.css.cjs +5 -5
- package/dist/cjs/components/Button/index.cjs +1 -1
- package/dist/cjs/components/Button/index.cjs.map +1 -1
- package/dist/cjs/components/ButtonGroup/ButtonGroup.css +85 -0
- package/dist/cjs/components/ButtonGroup/ButtonGroup.module.css.cjs +33 -0
- package/dist/cjs/components/ButtonGroup/ButtonGroup.module.css.cjs.map +1 -0
- package/dist/cjs/components/ButtonGroup/index.cjs +46 -71
- package/dist/cjs/components/ButtonGroup/index.cjs.map +1 -1
- package/dist/cjs/components/CardHorizontal/CardHorizontal.css +216 -0
- package/dist/cjs/components/CardHorizontal/CardHorizontal.module.css.cjs +72 -0
- package/dist/cjs/components/CardHorizontal/CardHorizontal.module.css.cjs.map +1 -0
- package/dist/cjs/components/CardHorizontal/index.cjs +78 -101
- package/dist/cjs/components/CardHorizontal/index.cjs.map +1 -1
- package/dist/cjs/components/CardPrimary/CardPrimary.css +182 -0
- package/dist/cjs/components/CardPrimary/CardPrimary.module.css.cjs +81 -0
- package/dist/cjs/components/CardPrimary/CardPrimary.module.css.cjs.map +1 -0
- package/dist/cjs/components/CardPrimary/CardPrimaryTopBadge.cjs +12 -12
- package/dist/cjs/components/CardPrimary/CardPrimaryTopBadge.cjs.map +1 -1
- package/dist/cjs/components/CardPrimary/index.cjs +80 -79
- package/dist/cjs/components/CardPrimary/index.cjs.map +1 -1
- package/dist/cjs/components/CardPrimary/withTopBadge.cjs +1 -1
- package/dist/cjs/components/CardPrimary/withTopBadge.cjs.map +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.css +116 -0
- package/dist/cjs/components/Checkbox/Checkbox.module.css.cjs +39 -0
- package/dist/cjs/components/Checkbox/Checkbox.module.css.cjs.map +1 -0
- package/dist/cjs/components/Checkbox/index.cjs +36 -49
- package/dist/cjs/components/Checkbox/index.cjs.map +1 -1
- package/dist/cjs/components/Container/Container.css +174 -0
- package/dist/cjs/components/Container/Container.module.css.cjs +90 -0
- package/dist/cjs/components/Container/Container.module.css.cjs.map +1 -0
- package/dist/cjs/components/Container/index.cjs +91 -55
- package/dist/cjs/components/Container/index.cjs.map +1 -1
- package/dist/cjs/components/DateDetails/index.cjs +2 -2
- package/dist/cjs/components/DateDetails/index.cjs.map +1 -1
- package/dist/cjs/components/EllipsisContent/index.cjs.map +1 -1
- package/dist/cjs/components/GenericLabel/GenericLabel.css +31 -0
- package/dist/cjs/components/GenericLabel/GenericLabel.module.css.cjs +11 -0
- package/dist/cjs/components/GenericLabel/GenericLabel.module.css.cjs.map +1 -0
- package/dist/cjs/components/GenericLabel/index.cjs +14 -25
- package/dist/cjs/components/GenericLabel/index.cjs.map +1 -1
- package/dist/cjs/components/GridContainer/index.cjs.map +1 -1
- package/dist/cjs/components/Icon/Icon.css +134 -0
- package/dist/cjs/components/Icon/Icon.module.css.cjs +27 -0
- package/dist/cjs/components/Icon/Icon.module.css.cjs.map +1 -0
- package/dist/cjs/components/Icon/Icon.stories.css +36 -0
- package/dist/cjs/components/Icon/SvgImageElement.cjs +30 -12
- package/dist/cjs/components/Icon/SvgImageElement.cjs.map +1 -1
- package/dist/cjs/components/Icon/index.cjs +43 -34
- package/dist/cjs/components/Icon/index.cjs.map +1 -1
- package/dist/cjs/components/IconButton/IconButton.css +145 -0
- package/dist/cjs/components/IconButton/IconButton.module.css.cjs +33 -0
- package/dist/cjs/components/IconButton/IconButton.module.css.cjs.map +1 -0
- package/dist/cjs/components/IconButton/index.cjs +30 -41
- package/dist/cjs/components/IconButton/index.cjs.map +1 -1
- package/dist/cjs/components/Label/Label.css +32 -0
- package/dist/cjs/components/Label/Label.module.css.cjs +18 -0
- package/dist/cjs/components/Label/Label.module.css.cjs.map +1 -0
- package/dist/cjs/components/Label/index.cjs +24 -27
- package/dist/cjs/components/Label/index.cjs.map +1 -1
- package/dist/cjs/components/Link/Link.css +135 -0
- package/dist/cjs/components/Link/Link.module.css.cjs +43 -0
- package/dist/cjs/components/Link/Link.module.css.cjs.map +1 -0
- package/dist/cjs/components/Link/index.cjs +51 -18
- package/dist/cjs/components/Link/index.cjs.map +1 -1
- package/dist/cjs/components/ProgressBar/ProgressBar.css +124 -0
- package/dist/cjs/components/ProgressBar/ProgressBar.module.css.cjs +42 -0
- package/dist/cjs/components/ProgressBar/ProgressBar.module.css.cjs.map +1 -0
- package/dist/cjs/components/ProgressBar/index.cjs +44 -66
- package/dist/cjs/components/ProgressBar/index.cjs.map +1 -1
- package/dist/cjs/components/Separator/Separator.css +81 -0
- package/dist/cjs/components/Separator/Separator.module.css.cjs +24 -0
- package/dist/cjs/components/Separator/Separator.module.css.cjs.map +1 -0
- package/dist/cjs/components/Separator/index.cjs +26 -18
- package/dist/cjs/components/Separator/index.cjs.map +1 -1
- package/dist/cjs/components/Spacer/Spacer.css +28 -0
- package/dist/cjs/components/Spacer/Spacer.module.css.cjs +30 -0
- package/dist/cjs/components/Spacer/Spacer.module.css.cjs.map +1 -0
- package/dist/cjs/components/Spacer/index.cjs +22 -8
- package/dist/cjs/components/Spacer/index.cjs.map +1 -1
- package/dist/cjs/components/Switch/Switch.css +65 -0
- package/dist/cjs/components/Switch/Switch.module.css.cjs +16 -0
- package/dist/cjs/components/Switch/Switch.module.css.cjs.map +1 -0
- package/dist/cjs/components/Switch/index.cjs +7 -70
- package/dist/cjs/components/Switch/index.cjs.map +1 -1
- package/dist/cjs/components/Text/Text.css +125 -0
- package/dist/cjs/components/Text/Text.module.css.cjs +57 -0
- package/dist/cjs/components/Text/Text.module.css.cjs.map +1 -0
- package/dist/cjs/components/Text/index.cjs +133 -16
- package/dist/cjs/components/Text/index.cjs.map +1 -1
- package/dist/cjs/components/Title/Title.css +99 -0
- package/dist/cjs/components/Title/Title.module.css.cjs +37 -0
- package/dist/cjs/components/Title/Title.module.css.cjs.map +1 -0
- package/dist/cjs/components/Title/index.cjs +85 -19
- package/dist/cjs/components/Title/index.cjs.map +1 -1
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/{components/Link/common.cjs → styles/linkStyles.cjs} +1 -1
- package/dist/cjs/styles/linkStyles.cjs.map +1 -0
- package/dist/cjs/theme/styles/tokens-dark.css +3 -0
- package/dist/cjs/theme/styles/tokens-light.css +4 -0
- package/dist/cjs/theme/tokens/variables.dark.cjs +4 -2
- package/dist/cjs/theme/tokens/variables.dark.cjs.map +1 -1
- package/dist/cjs/theme/tokens/variables.light.cjs +6 -1
- package/dist/cjs/theme/tokens/variables.light.cjs.map +1 -1
- package/dist/esm/click-ui.css +2259 -176
- package/dist/esm/components/Assets/Flags/Australia.js +2 -2
- package/dist/esm/components/Assets/Flags/Australia.js.map +1 -1
- package/dist/esm/components/Assets/Flags/Brazil.js +3 -3
- package/dist/esm/components/Assets/Flags/Brazil.js.map +1 -1
- package/dist/esm/components/Assets/Flags/Germany.js +1 -1
- package/dist/esm/components/Assets/Flags/Germany.js.map +1 -1
- package/dist/esm/components/Assets/Flags/Japan.js +1 -1
- package/dist/esm/components/Assets/Flags/Japan.js.map +1 -1
- package/dist/esm/components/Assets/Flags/Malaysia.js +15 -0
- package/dist/esm/components/Assets/Flags/Malaysia.js.map +1 -0
- package/dist/esm/components/Assets/Flags/South-Korea.js +1 -1
- package/dist/esm/components/Assets/Flags/South-Korea.js.map +1 -1
- package/dist/esm/components/Assets/Flags/Switzerland.js +1 -1
- package/dist/esm/components/Assets/Flags/Switzerland.js.map +1 -1
- package/dist/esm/components/Assets/Flags/Taiwan.js +17 -0
- package/dist/esm/components/Assets/Flags/Taiwan.js.map +1 -0
- package/dist/esm/components/Assets/Flags/United-Arab-Emirates.js +1 -1
- package/dist/esm/components/Assets/Flags/United-Arab-Emirates.js.map +1 -1
- package/dist/esm/components/Assets/Flags/United-States.js +7 -4
- package/dist/esm/components/Assets/Flags/United-States.js.map +1 -1
- package/dist/esm/components/Assets/Flags/system/Flag.js +1 -1
- package/dist/esm/components/Assets/Flags/system/Flag.js.map +1 -1
- package/dist/esm/components/Assets/Flags/system/FlagsDark.js +4 -0
- package/dist/esm/components/Assets/Flags/system/FlagsDark.js.map +1 -1
- package/dist/esm/components/Assets/Flags/system/FlagsLight.js +4 -0
- package/dist/esm/components/Assets/Flags/system/FlagsLight.js.map +1 -1
- package/dist/esm/components/Assets/Icons/Check.js +1 -1
- package/dist/esm/components/Assets/Icons/Check.js.map +1 -1
- package/dist/esm/components/Assets/Icons/Popin.js +6 -0
- package/dist/esm/components/Assets/Icons/Popin.js.map +1 -0
- package/dist/esm/components/Assets/Icons/system/IconsLight.js +2 -0
- package/dist/esm/components/Assets/Icons/system/IconsLight.js.map +1 -1
- package/dist/esm/components/Assets/Logos/system/Logo.js +1 -1
- package/dist/esm/components/Assets/Logos/system/Logo.js.map +1 -1
- package/dist/esm/components/Assets/Payments/system/Payment.js +1 -1
- package/dist/esm/components/Assets/Payments/system/Payment.js.map +1 -1
- package/dist/esm/components/Assets/config.js +1 -0
- package/dist/esm/components/Assets/config.js.map +1 -1
- package/dist/esm/components/Avatar/Avatar.css +61 -0
- package/dist/esm/components/Avatar/Avatar.module.css.js +15 -0
- package/dist/esm/components/Avatar/Avatar.module.css.js.map +1 -0
- package/dist/esm/components/Avatar/index.js +21 -26
- package/dist/esm/components/Avatar/index.js.map +1 -1
- package/dist/esm/components/Badge/Badge.css +232 -0
- package/dist/esm/components/Badge/Badge.module.css.js +59 -0
- package/dist/esm/components/Badge/Badge.module.css.js.map +1 -0
- package/dist/esm/components/Badge/index.js +81 -51
- package/dist/esm/components/Badge/index.js.map +1 -1
- package/dist/esm/components/Button/Button.css +31 -20
- package/dist/esm/components/Button/Button.module.css.js +5 -5
- package/dist/esm/components/Button/index.js +1 -1
- package/dist/esm/components/Button/index.js.map +1 -1
- package/dist/esm/components/ButtonGroup/ButtonGroup.css +85 -0
- package/dist/esm/components/ButtonGroup/ButtonGroup.module.css.js +21 -0
- package/dist/esm/components/ButtonGroup/ButtonGroup.module.css.js.map +1 -0
- package/dist/esm/components/ButtonGroup/index.js +47 -72
- package/dist/esm/components/ButtonGroup/index.js.map +1 -1
- package/dist/esm/components/CardHorizontal/CardHorizontal.css +216 -0
- package/dist/esm/components/CardHorizontal/CardHorizontal.module.css.js +47 -0
- package/dist/esm/components/CardHorizontal/CardHorizontal.module.css.js.map +1 -0
- package/dist/esm/components/CardHorizontal/index.js +78 -101
- package/dist/esm/components/CardHorizontal/index.js.map +1 -1
- package/dist/esm/components/CardPrimary/CardPrimary.css +182 -0
- package/dist/esm/components/CardPrimary/CardPrimary.module.css.js +53 -0
- package/dist/esm/components/CardPrimary/CardPrimary.module.css.js.map +1 -0
- package/dist/esm/components/CardPrimary/CardPrimaryTopBadge.js +12 -12
- package/dist/esm/components/CardPrimary/CardPrimaryTopBadge.js.map +1 -1
- package/dist/esm/components/CardPrimary/index.js +80 -79
- package/dist/esm/components/CardPrimary/index.js.map +1 -1
- package/dist/esm/components/CardPrimary/withTopBadge.js +1 -1
- package/dist/esm/components/CardPrimary/withTopBadge.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.css +116 -0
- package/dist/esm/components/Checkbox/Checkbox.module.css.js +25 -0
- package/dist/esm/components/Checkbox/Checkbox.module.css.js.map +1 -0
- package/dist/esm/components/Checkbox/index.js +36 -49
- package/dist/esm/components/Checkbox/index.js.map +1 -1
- package/dist/esm/components/Container/Container.css +174 -0
- package/dist/esm/components/Container/Container.module.css.js +64 -0
- package/dist/esm/components/Container/Container.module.css.js.map +1 -0
- package/dist/esm/components/Container/index.js +92 -56
- package/dist/esm/components/Container/index.js.map +1 -1
- package/dist/esm/components/DateDetails/index.js +1 -1
- package/dist/esm/components/DateDetails/index.js.map +1 -1
- package/dist/esm/components/EllipsisContent/index.js.map +1 -1
- package/dist/esm/components/GenericLabel/GenericLabel.css +31 -0
- package/dist/esm/components/GenericLabel/GenericLabel.module.css.js +7 -0
- package/dist/esm/components/GenericLabel/GenericLabel.module.css.js.map +1 -0
- package/dist/esm/components/GenericLabel/index.js +14 -25
- package/dist/esm/components/GenericLabel/index.js.map +1 -1
- package/dist/esm/components/GridContainer/index.js.map +1 -1
- package/dist/esm/components/Icon/Icon.css +134 -0
- package/dist/esm/components/Icon/Icon.module.css.js +23 -0
- package/dist/esm/components/Icon/Icon.module.css.js.map +1 -0
- package/dist/esm/components/Icon/Icon.stories.css +36 -0
- package/dist/esm/components/Icon/SvgImageElement.js +30 -12
- package/dist/esm/components/Icon/SvgImageElement.js.map +1 -1
- package/dist/esm/components/Icon/index.js +43 -34
- package/dist/esm/components/Icon/index.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.css +145 -0
- package/dist/esm/components/IconButton/IconButton.module.css.js +21 -0
- package/dist/esm/components/IconButton/IconButton.module.css.js.map +1 -0
- package/dist/esm/components/IconButton/index.js +29 -40
- package/dist/esm/components/IconButton/index.js.map +1 -1
- package/dist/esm/components/Label/Label.css +32 -0
- package/dist/esm/components/Label/Label.module.css.js +11 -0
- package/dist/esm/components/Label/Label.module.css.js.map +1 -0
- package/dist/esm/components/Label/index.js +24 -27
- package/dist/esm/components/Label/index.js.map +1 -1
- package/dist/esm/components/Link/Link.css +135 -0
- package/dist/esm/components/Link/Link.module.css.js +29 -0
- package/dist/esm/components/Link/Link.module.css.js.map +1 -0
- package/dist/esm/components/Link/index.js +51 -18
- package/dist/esm/components/Link/index.js.map +1 -1
- package/dist/esm/components/ProgressBar/ProgressBar.css +124 -0
- package/dist/esm/components/ProgressBar/ProgressBar.module.css.js +27 -0
- package/dist/esm/components/ProgressBar/ProgressBar.module.css.js.map +1 -0
- package/dist/esm/components/ProgressBar/index.js +44 -66
- package/dist/esm/components/ProgressBar/index.js.map +1 -1
- package/dist/esm/components/Separator/Separator.css +81 -0
- package/dist/esm/components/Separator/Separator.module.css.js +19 -0
- package/dist/esm/components/Separator/Separator.module.css.js.map +1 -0
- package/dist/esm/components/Separator/index.js +26 -18
- package/dist/esm/components/Separator/index.js.map +1 -1
- package/dist/esm/components/Spacer/Spacer.css +28 -0
- package/dist/esm/components/Spacer/Spacer.module.css.js +19 -0
- package/dist/esm/components/Spacer/Spacer.module.css.js.map +1 -0
- package/dist/esm/components/Spacer/index.js +22 -8
- package/dist/esm/components/Spacer/index.js.map +1 -1
- package/dist/esm/components/Switch/Switch.css +65 -0
- package/dist/esm/components/Switch/Switch.module.css.js +10 -0
- package/dist/esm/components/Switch/Switch.module.css.js.map +1 -0
- package/dist/esm/components/Switch/index.js +7 -70
- package/dist/esm/components/Switch/index.js.map +1 -1
- package/dist/esm/components/Text/Text.css +125 -0
- package/dist/esm/components/Text/Text.module.css.js +44 -0
- package/dist/esm/components/Text/Text.module.css.js.map +1 -0
- package/dist/esm/components/Text/index.js +133 -16
- package/dist/esm/components/Text/index.js.map +1 -1
- package/dist/esm/components/Title/Title.css +99 -0
- package/dist/esm/components/Title/Title.module.css.js +27 -0
- package/dist/esm/components/Title/Title.module.css.js.map +1 -0
- package/dist/esm/components/Title/index.js +85 -19
- package/dist/esm/components/Title/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{components/Link/common.js → styles/linkStyles.js} +1 -1
- package/dist/esm/styles/linkStyles.js.map +1 -0
- package/dist/esm/theme/styles/tokens-dark.css +3 -0
- package/dist/esm/theme/styles/tokens-light.css +4 -0
- package/dist/esm/theme/tokens/variables.dark.js +4 -2
- package/dist/esm/theme/tokens/variables.dark.js.map +1 -1
- package/dist/esm/theme/tokens/variables.light.js +6 -1
- package/dist/esm/theme/tokens/variables.light.js.map +1 -1
- package/dist/types/components/Assets/Flags/Malaysia.d.ts +3 -0
- package/dist/types/components/Assets/Flags/Taiwan.d.ts +3 -0
- package/dist/types/components/Assets/Flags/system/types.d.ts +1 -1
- package/dist/types/components/Assets/Icons/Popin.d.ts +3 -0
- package/dist/types/components/Assets/Icons/system/types.d.ts +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +1 -1
- package/dist/types/components/Badge/Badge.d.ts +1 -1
- package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/types/components/ButtonGroup/ButtonGroup.types.d.ts +2 -2
- package/dist/types/components/CardHorizontal/CardHorizontal.d.ts +1 -1
- package/dist/types/components/CardPrimary/CardPrimaryTopBadge.d.ts +10 -4
- package/dist/types/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/components/Container/Container.d.ts +1 -1
- package/dist/types/components/EllipsisContent/EllipsisContent.d.ts +1 -1
- package/dist/types/components/GenericLabel/GenericLabel.d.ts +1 -1
- package/dist/types/components/GridContainer/GridContainer.d.ts +1 -1
- package/dist/types/components/Icon/SvgImageElement.d.ts +6 -3
- package/dist/types/components/IconWrapper/IconWrapper.types.d.ts +2 -2
- package/dist/types/components/Label/Label.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +2 -40
- package/dist/types/components/Separator/Separator.d.ts +1 -1
- package/dist/types/components/Text/Text.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/{components/Link/common.d.ts → styles/linkStyles.d.ts} +1 -1
- package/dist/types/theme/theme.core.d.ts +7 -0
- package/dist/types/theme/tokens/variables.dark.d.ts +2 -0
- package/dist/types/theme/tokens/variables.light.d.ts +5 -0
- package/package.json +3 -3
- package/dist/cjs/components/Link/common.cjs.map +0 -1
- package/dist/esm/components/Link/common.js.map +0 -1
package/dist/esm/click-ui.css
CHANGED
|
@@ -1,264 +1,2340 @@
|
|
|
1
|
+
.svg-wrapper__fkBYp {
|
|
2
|
+
display: flex;
|
|
3
|
+
padding: 0;
|
|
4
|
+
align-items: center;
|
|
5
|
+
border-radius: var(--border-radii-full);
|
|
6
|
+
background: var(--click-icon-color-background-default);
|
|
7
|
+
color: var(--svg-icon-color, currentcolor);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.svg-wrapper__fkBYp svg {
|
|
11
|
+
width: var(--svg-width, var(--click-image-md-size-width));
|
|
12
|
+
height: var(--svg-height, var(--click-image-md-size-height));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.svg-wrapper__fkBYp :is(path[stroke], svg[stroke]:not([stroke='none']), rect[stroke], circle[fill]) {
|
|
16
|
+
stroke: var(--svg-icon-color, currentcolor);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.svg-wrapper__fkBYp :is(path[fill], svg[fill]:not([fill='none']), rect[fill], circle[fill]) {
|
|
20
|
+
fill: var(--svg-icon-color, currentcolor);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.svg-wrapper_size_xs__iu6Dh {
|
|
24
|
+
--svg-state-padding: var(--click-icon-space-xs-all);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.svg-wrapper_size_xs__iu6Dh svg {
|
|
28
|
+
width: var(--svg-width, var(--click-image-xs-size-width));
|
|
29
|
+
height: var(--svg-height, var(--click-image-xs-size-height));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.svg-wrapper_size_sm__vPYwD {
|
|
33
|
+
--svg-state-padding: var(--click-icon-space-sm-all);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.svg-wrapper_size_sm__vPYwD svg {
|
|
37
|
+
width: var(--svg-width, var(--click-image-sm-size-width));
|
|
38
|
+
height: var(--svg-height, var(--click-image-sm-size-height));
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.svg-wrapper_size_md__XKE27 {
|
|
42
|
+
--svg-state-padding: var(--click-icon-space-md-all);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.svg-wrapper_size_md__XKE27 svg {
|
|
46
|
+
width: var(--svg-width, var(--click-image-md-size-width));
|
|
47
|
+
height: var(--svg-height, var(--click-image-md-size-height));
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.svg-wrapper_size_lg__71xI0 {
|
|
51
|
+
--svg-state-padding: var(--click-icon-space-lg-all);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.svg-wrapper_size_lg__71xI0 svg {
|
|
55
|
+
width: var(--svg-width, var(--click-image-lg-size-width));
|
|
56
|
+
height: var(--svg-height, var(--click-image-lg-size-height));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.svg-wrapper_size_xl__tOVHR {
|
|
60
|
+
--svg-state-padding: var(--click-icon-space-xl-all);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.svg-wrapper_size_xl__tOVHR svg {
|
|
64
|
+
width: var(--svg-width, var(--click-image-xl-size-width));
|
|
65
|
+
height: var(--svg-height, var(--click-image-xl-size-height));
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.svg-wrapper_size_xxl__pKrjr {
|
|
69
|
+
--svg-state-padding: var(--click-icon-space-xxl-all);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.svg-wrapper_size_xxl__pKrjr svg {
|
|
73
|
+
width: var(--svg-width, var(--click-image-xxl-size-width));
|
|
74
|
+
height: var(--svg-height, var(--click-image-xxl-size-height));
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.svg-wrapper_state_success__SG0rW {
|
|
78
|
+
padding: var(--svg-state-padding, var(--click-icon-space-md-all));
|
|
79
|
+
background: var(--click-icon-color-background-success);
|
|
80
|
+
color: var(--click-icon-color-text-success);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.svg-wrapper_state_warning__hzZtU {
|
|
84
|
+
padding: var(--svg-state-padding, var(--click-icon-space-md-all));
|
|
85
|
+
background: var(--click-icon-color-background-warning);
|
|
86
|
+
color: var(--click-icon-color-text-warning);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.svg-wrapper_state_danger__eGGpB {
|
|
90
|
+
padding: var(--svg-state-padding, var(--click-icon-space-md-all));
|
|
91
|
+
background: var(--click-icon-color-background-danger);
|
|
92
|
+
color: var(--click-icon-color-text-danger);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.svg-wrapper_state_info__VNIFj {
|
|
96
|
+
padding: var(--svg-state-padding, var(--click-icon-space-md-all));
|
|
97
|
+
background: var(--click-icon-color-background-info);
|
|
98
|
+
color: var(--click-icon-color-text-info);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.svg-image__X4D5L {
|
|
102
|
+
display: flex;
|
|
103
|
+
align-items: center;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.svg-image_size_xs__3cjNj {
|
|
107
|
+
width: var(--click-image-xs-size-width);
|
|
108
|
+
height: var(--click-image-xs-size-height);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.svg-image_size_sm__2nj5- {
|
|
112
|
+
width: var(--click-image-sm-size-width);
|
|
113
|
+
height: var(--click-image-sm-size-height);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.svg-image_size_md__VlGV0 {
|
|
117
|
+
width: var(--click-image-md-size-width);
|
|
118
|
+
height: var(--click-image-md-size-height);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.svg-image_size_lg__AwS66 {
|
|
122
|
+
width: var(--click-image-lg-size-width);
|
|
123
|
+
height: var(--click-image-lg-size-height);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.svg-image_size_xl__cAmRV {
|
|
127
|
+
width: var(--click-image-xl-size-width);
|
|
128
|
+
height: var(--click-image-xl-size-height);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.svg-image_size_xxl__oaQUY {
|
|
132
|
+
width: var(--click-image-xxl-size-width);
|
|
133
|
+
height: var(--click-image-xxl-size-height);
|
|
134
|
+
}
|
|
135
|
+
.label__RaRvM {
|
|
136
|
+
color: var(--click-field-color-label-default);
|
|
137
|
+
font: var(--click-field-typography-label-default);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/* Hover/focus rules only apply when neither disabled nor error is set, matching
|
|
141
|
+
the original styled-components behavior (which simply didn't emit them in
|
|
142
|
+
those states). The :not() chain also raises specificity above 0-1-0 so these
|
|
143
|
+
rules win over InputWrapper's `labelColor` override (a 0-1-0 single-class
|
|
144
|
+
styled-components selector injected later in the cascade). The .label_error
|
|
145
|
+
and .label_disabled modifiers below stay at 0-1-0 on purpose, so labelColor
|
|
146
|
+
continues to override them. */
|
|
147
|
+
.label__RaRvM:not(.label_error__k6yT0, .label_disabled__8BGcG):hover {
|
|
148
|
+
color: var(--click-field-color-label-hover);
|
|
149
|
+
font: var(--click-field-typography-label-hover);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.label__RaRvM:not(.label_error__k6yT0, .label_disabled__8BGcG):focus,
|
|
153
|
+
.label__RaRvM:not(.label_error__k6yT0, .label_disabled__8BGcG):focus-within {
|
|
154
|
+
color: var(--click-field-color-label-active);
|
|
155
|
+
font: var(--click-field-typography-label-active);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.label_error__k6yT0 {
|
|
159
|
+
color: var(--click-field-color-label-error);
|
|
160
|
+
font: var(--click-field-typography-label-error);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.label_disabled__8BGcG {
|
|
164
|
+
color: var(--click-field-color-label-disabled);
|
|
165
|
+
font: var(--click-field-typography-label-disabled);
|
|
166
|
+
}
|
|
167
|
+
.container__JMoiT {
|
|
168
|
+
display: var(--container-display, flex);
|
|
169
|
+
width: var(--container-width, 100%);
|
|
170
|
+
min-width: var(--container-min-width, auto);
|
|
171
|
+
max-width: var(--container-max-width, none);
|
|
172
|
+
height: var(--container-height);
|
|
173
|
+
min-height: var(--container-min-height);
|
|
174
|
+
max-height: var(--container-max-height);
|
|
175
|
+
padding: var(--container-padding);
|
|
176
|
+
overflow: var(--container-overflow);
|
|
177
|
+
flex: var(--container-grow);
|
|
178
|
+
flex-shrink: var(--container-shrink);
|
|
179
|
+
/* stylelint-disable declaration-block-no-redundant-longhand-properties -- flex-direction and flex-wrap are overridden independently by modifier classes, so the flex-flow shorthand can't be used */
|
|
180
|
+
flex-direction: row;
|
|
181
|
+
flex-wrap: nowrap;
|
|
182
|
+
/* stylelint-enable declaration-block-no-redundant-longhand-properties */
|
|
183
|
+
justify-content: start;
|
|
184
|
+
align-items: center;
|
|
185
|
+
gap: var(--container-gap);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.container_gap_none__bxc76 {
|
|
189
|
+
--container-gap: var(--click-container-gap-none);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.container_gap_xxs__HkKAF {
|
|
193
|
+
--container-gap: var(--click-container-gap-xxs);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.container_gap_xs__zrSVC {
|
|
197
|
+
--container-gap: var(--click-container-gap-xs);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.container_gap_sm__lVcQZ {
|
|
201
|
+
--container-gap: var(--click-container-gap-sm);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.container_gap_md__Vq3bB {
|
|
205
|
+
--container-gap: var(--click-container-gap-md);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.container_gap_lg__Zei2b {
|
|
209
|
+
--container-gap: var(--click-container-gap-lg);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.container_gap_xl__Tuq6H {
|
|
213
|
+
--container-gap: var(--click-container-gap-xl);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.container_gap_xxl__PuJSf {
|
|
217
|
+
--container-gap: var(--click-container-gap-xxl);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.container_padding_none__R5RME {
|
|
221
|
+
--container-padding: var(--click-container-space-none);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.container_padding_xxs__DLsuv {
|
|
225
|
+
--container-padding: var(--click-container-space-xxs);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.container_padding_xs__m6NTF {
|
|
229
|
+
--container-padding: var(--click-container-space-xs);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.container_padding_sm__d92oN {
|
|
233
|
+
--container-padding: var(--click-container-space-sm);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.container_padding_md__R9Z7f {
|
|
237
|
+
--container-padding: var(--click-container-space-md);
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.container_padding_lg__MTjzd {
|
|
241
|
+
--container-padding: var(--click-container-space-lg);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.container_padding_xl__Q-MuJ {
|
|
245
|
+
--container-padding: var(--click-container-space-xl);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.container_padding_xxl__yoxF6 {
|
|
249
|
+
--container-padding: var(--click-container-space-xxl);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.container_orientation_horizontal__COuvp {
|
|
253
|
+
flex-direction: row;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.container_orientation_vertical__ozeKX {
|
|
257
|
+
flex-direction: column;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.container_wrap_nowrap__sQdYT {
|
|
261
|
+
flex-wrap: nowrap;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.container_wrap_wrap__m1DNy {
|
|
265
|
+
flex-wrap: wrap;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.container_wrap_wrap-reverse__XhrY7 {
|
|
269
|
+
flex-wrap: wrap-reverse;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.container_align-items_start__sLi-i {
|
|
273
|
+
align-items: start;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.container_align-items_center__tkH9z {
|
|
277
|
+
align-items: center;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.container_align-items_end__AGbnX {
|
|
281
|
+
align-items: end;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.container_align-items_stretch__UjUJL {
|
|
285
|
+
align-items: stretch;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.container_justify-content_start__X4TLa {
|
|
289
|
+
justify-content: start;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.container_justify-content_center__7BRVR {
|
|
293
|
+
justify-content: center;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.container_justify-content_space-between__7nJKC {
|
|
297
|
+
justify-content: space-between;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.container_justify-content_space-around__VeJeX {
|
|
301
|
+
justify-content: space-around;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.container_justify-content_space-evenly__0gIEO {
|
|
305
|
+
justify-content: space-evenly;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.container_justify-content_end__LWD4b {
|
|
309
|
+
justify-content: end;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.container_justify-content_left__MGZLQ {
|
|
313
|
+
justify-content: left;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.container_justify-content_right__RT5XP {
|
|
317
|
+
justify-content: right;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
/* The source emitted invalid values (`max-width: auto`, `flex-direction: auto`)
|
|
321
|
+
in the non-responsive branches; browsers ignore them, so only `width` changes
|
|
322
|
+
below the breakpoint when isResponsive is false. The responsive branch is the
|
|
323
|
+
only one that overrides max-width and flex-direction. */
|
|
324
|
+
/* stylelint-disable-next-line media-feature-range-notation -- prefix notation
|
|
325
|
+
required for browser compatibility per .browserslistrc */
|
|
326
|
+
@media (max-width: 768px) {
|
|
327
|
+
.container_responsive__gaWH0 {
|
|
328
|
+
width: 100%;
|
|
329
|
+
max-width: none;
|
|
330
|
+
flex-direction: column;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.container_non-responsive_fill__n-5dw {
|
|
334
|
+
width: 100%;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.container_non-responsive_hug__TRqoP {
|
|
338
|
+
width: auto;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
.text__78lq0 {
|
|
342
|
+
margin: 0;
|
|
343
|
+
color: var(--click-global-color-text-default);
|
|
344
|
+
font: var(--typography-styles-product-text-normal-md);
|
|
345
|
+
text-align: left;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.text_fill-width__zRuxC {
|
|
349
|
+
width: 100%;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
/* font shorthand depends on both size and weight; one class per pairing
|
|
353
|
+
mirrors the single `font:` declaration emitted by styled-components. */
|
|
354
|
+
|
|
355
|
+
.text_font_normal-xs__78uM- {
|
|
356
|
+
font: var(--typography-styles-product-text-normal-xs);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.text_font_normal-sm__nFGGC {
|
|
360
|
+
font: var(--typography-styles-product-text-normal-sm);
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.text_font_normal-md__In-T2 {
|
|
364
|
+
font: var(--typography-styles-product-text-normal-md);
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.text_font_normal-lg__WHd7I {
|
|
368
|
+
font: var(--typography-styles-product-text-normal-lg);
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.text_font_medium-xs__KhN9o {
|
|
372
|
+
font: var(--typography-styles-product-text-medium-xs);
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.text_font_medium-sm__zOR0K {
|
|
376
|
+
font: var(--typography-styles-product-text-medium-sm);
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.text_font_medium-md__-svhL {
|
|
380
|
+
font: var(--typography-styles-product-text-medium-md);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.text_font_medium-lg__G8YvP {
|
|
384
|
+
font: var(--typography-styles-product-text-medium-lg);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.text_font_semibold-xs__MM2zu {
|
|
388
|
+
font: var(--typography-styles-product-text-semibold-xs);
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.text_font_semibold-sm__2-9t1 {
|
|
392
|
+
font: var(--typography-styles-product-text-semibold-sm);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.text_font_semibold-md__o-5L5 {
|
|
396
|
+
font: var(--typography-styles-product-text-semibold-md);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.text_font_semibold-lg__0Tcyn {
|
|
400
|
+
font: var(--typography-styles-product-text-semibold-lg);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.text_font_bold-xs__WGk3B {
|
|
404
|
+
font: var(--typography-styles-product-text-bold-xs);
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.text_font_bold-sm__-h2Ak {
|
|
408
|
+
font: var(--typography-styles-product-text-bold-sm);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.text_font_bold-md__IdFMh {
|
|
412
|
+
font: var(--typography-styles-product-text-bold-md);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.text_font_bold-lg__TAnMH {
|
|
416
|
+
font: var(--typography-styles-product-text-bold-lg);
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.text_font_mono-xs__h2Ng9 {
|
|
420
|
+
font: var(--typography-styles-product-text-mono-xs);
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.text_font_mono-sm__-TW-0 {
|
|
424
|
+
font: var(--typography-styles-product-text-mono-sm);
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.text_font_mono-md__8WvNk {
|
|
428
|
+
font: var(--typography-styles-product-text-mono-md);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.text_font_mono-lg__1npTu {
|
|
432
|
+
font: var(--typography-styles-product-text-mono-lg);
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.text_color_default__225Wd {
|
|
436
|
+
color: var(--click-global-color-text-default);
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.text_color_muted__DpcbG {
|
|
440
|
+
color: var(--click-global-color-text-muted);
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.text_color_danger__hphaQ {
|
|
444
|
+
color: var(--click-global-color-text-danger);
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.text_color_disabled__noB1s {
|
|
448
|
+
color: var(--click-global-color-text-disabled);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.text_color_warning__OosOF {
|
|
452
|
+
color: var(--click-global-color-text-warning);
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.text_align_left__W0fKP {
|
|
456
|
+
text-align: left;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.text_align_center__TjmiH {
|
|
460
|
+
text-align: center;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.text_align_right__azLA3 {
|
|
464
|
+
text-align: right;
|
|
465
|
+
}
|
|
466
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. iconButton) */
|
|
467
|
+
|
|
468
|
+
.iconbutton__G-cEu {
|
|
469
|
+
padding: var(--click-button-iconButton-default-space-y)
|
|
470
|
+
var(--click-button-iconButton-default-space-x);
|
|
471
|
+
border: var(--click-button-stroke) solid;
|
|
472
|
+
border-radius: var(--click-button-iconButton-radii-all);
|
|
473
|
+
cursor: pointer;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.iconbutton_size_sm__tT3BV {
|
|
477
|
+
padding: var(--click-button-iconButton-sm-space-y)
|
|
478
|
+
var(--click-button-iconButton-sm-space-x);
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.iconbutton_size_xs__CxWtP {
|
|
482
|
+
padding: var(--click-button-iconButton-xs-space-y)
|
|
483
|
+
var(--click-button-iconButton-xs-space-x);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.iconbutton_type_primary__QEfNk {
|
|
487
|
+
border-color: var(--click-button-iconButton-color-primary-stroke-default);
|
|
488
|
+
background-color: var(--click-button-iconButton-color-primary-background-default);
|
|
489
|
+
color: var(--click-button-iconButton-color-primary-text-default);
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.iconbutton_type_primary__QEfNk:visited {
|
|
493
|
+
background-color: var(--click-button-iconButton-color-primary-background-default);
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.iconbutton_type_primary__QEfNk:not([disabled]):hover {
|
|
497
|
+
border-color: var(--click-button-iconButton-color-primary-stroke-hover);
|
|
498
|
+
background-color: var(--click-button-iconButton-color-primary-background-hover);
|
|
499
|
+
color: var(--click-button-iconButton-color-primary-text-hover);
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.iconbutton_type_primary__QEfNk:not([disabled]):focus,
|
|
503
|
+
.iconbutton_type_primary__QEfNk:not([disabled]):active,
|
|
504
|
+
.iconbutton_type_primary__QEfNk:not([disabled]):focus-within {
|
|
505
|
+
border-color: var(--click-button-iconButton-color-primary-stroke-active);
|
|
506
|
+
background-color: var(--click-button-iconButton-color-primary-background-active);
|
|
507
|
+
color: var(--click-button-iconButton-color-primary-text-active);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.iconbutton_type_secondary__qeL8h {
|
|
511
|
+
border-color: var(--click-button-iconButton-color-secondary-stroke-default);
|
|
512
|
+
background-color: var(--click-button-iconButton-color-secondary-background-default);
|
|
513
|
+
color: var(--click-button-iconButton-color-secondary-text-default);
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.iconbutton_type_secondary__qeL8h:visited {
|
|
517
|
+
background-color: var(--click-button-iconButton-color-secondary-background-default);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.iconbutton_type_secondary__qeL8h:not([disabled]):hover {
|
|
521
|
+
border-color: var(--click-button-iconButton-color-secondary-stroke-hover);
|
|
522
|
+
background-color: var(--click-button-iconButton-color-secondary-background-hover);
|
|
523
|
+
color: var(--click-button-iconButton-color-secondary-text-hover);
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.iconbutton_type_secondary__qeL8h:not([disabled]):focus,
|
|
527
|
+
.iconbutton_type_secondary__qeL8h:not([disabled]):active,
|
|
528
|
+
.iconbutton_type_secondary__qeL8h:not([disabled]):focus-within {
|
|
529
|
+
border-color: var(--click-button-iconButton-color-secondary-stroke-active);
|
|
530
|
+
background-color: var(--click-button-iconButton-color-secondary-background-active);
|
|
531
|
+
color: var(--click-button-iconButton-color-secondary-text-active);
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.iconbutton_type_ghost__nLh8i {
|
|
535
|
+
border-color: var(--click-button-iconButton-color-ghost-stroke-default);
|
|
536
|
+
background-color: var(--click-button-iconButton-color-ghost-background-default);
|
|
537
|
+
color: var(--click-button-iconButton-color-ghost-text-default);
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.iconbutton_type_ghost__nLh8i:visited {
|
|
541
|
+
background-color: var(--click-button-iconButton-color-ghost-background-default);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.iconbutton_type_ghost__nLh8i:not([disabled]):hover {
|
|
545
|
+
border-color: var(--click-button-iconButton-color-ghost-stroke-hover);
|
|
546
|
+
background-color: var(--click-button-iconButton-color-ghost-background-hover);
|
|
547
|
+
color: var(--click-button-iconButton-color-ghost-text-hover);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.iconbutton_type_ghost__nLh8i:not([disabled]):focus,
|
|
551
|
+
.iconbutton_type_ghost__nLh8i:not([disabled]):active,
|
|
552
|
+
.iconbutton_type_ghost__nLh8i:not([disabled]):focus-within {
|
|
553
|
+
border-color: var(--click-button-iconButton-color-ghost-stroke-active);
|
|
554
|
+
background-color: var(--click-button-iconButton-color-ghost-background-active);
|
|
555
|
+
color: var(--click-button-iconButton-color-ghost-text-active);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.iconbutton_type_danger__CjQg- {
|
|
559
|
+
border-color: var(--click-button-iconButton-color-danger-stroke-default);
|
|
560
|
+
background-color: var(--click-button-iconButton-color-danger-background-default);
|
|
561
|
+
color: var(--click-button-iconButton-color-danger-text-default);
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
.iconbutton_type_danger__CjQg-:visited {
|
|
565
|
+
background-color: var(--click-button-iconButton-color-danger-background-default);
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.iconbutton_type_danger__CjQg-:not([disabled]):hover {
|
|
569
|
+
border-color: var(--click-button-iconButton-color-danger-stroke-hover);
|
|
570
|
+
background-color: var(--click-button-iconButton-color-danger-background-hover);
|
|
571
|
+
color: var(--click-button-iconButton-color-danger-text-hover);
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.iconbutton_type_danger__CjQg-:not([disabled]):focus,
|
|
575
|
+
.iconbutton_type_danger__CjQg-:not([disabled]):active,
|
|
576
|
+
.iconbutton_type_danger__CjQg-:not([disabled]):focus-within {
|
|
577
|
+
border-color: var(--click-button-iconButton-color-danger-stroke-active);
|
|
578
|
+
background-color: var(--click-button-iconButton-color-danger-background-active);
|
|
579
|
+
color: var(--click-button-iconButton-color-danger-text-active);
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.iconbutton_type_info__Ue7wb {
|
|
583
|
+
border-color: var(--click-button-iconButton-color-info-stroke-default);
|
|
584
|
+
background-color: var(--click-button-iconButton-color-info-background-default);
|
|
585
|
+
color: var(--click-button-iconButton-color-info-text-default);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.iconbutton_type_info__Ue7wb:visited {
|
|
589
|
+
background-color: var(--click-button-iconButton-color-info-background-default);
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.iconbutton_type_info__Ue7wb:not([disabled]):hover {
|
|
593
|
+
border-color: var(--click-button-iconButton-color-info-stroke-hover);
|
|
594
|
+
background-color: var(--click-button-iconButton-color-info-background-hover);
|
|
595
|
+
color: var(--click-button-iconButton-color-info-text-hover);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.iconbutton_type_info__Ue7wb:not([disabled]):focus,
|
|
599
|
+
.iconbutton_type_info__Ue7wb:not([disabled]):active,
|
|
600
|
+
.iconbutton_type_info__Ue7wb:not([disabled]):focus-within {
|
|
601
|
+
border-color: var(--click-button-iconButton-color-info-stroke-active);
|
|
602
|
+
background-color: var(--click-button-iconButton-color-info-background-active);
|
|
603
|
+
color: var(--click-button-iconButton-color-info-text-active);
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.iconbutton__G-cEu[disabled] {
|
|
607
|
+
background-color: var(--click-button-iconButton-color-disabled-background-default);
|
|
608
|
+
color: var(--click-button-iconButton-color-disabled-text-default);
|
|
609
|
+
cursor: not-allowed;
|
|
610
|
+
}
|
|
611
|
+
.buttongroup__9IkOe {
|
|
612
|
+
display: inline-flex;
|
|
613
|
+
box-sizing: border-box;
|
|
614
|
+
flex-direction: row;
|
|
615
|
+
justify-content: center;
|
|
616
|
+
align-items: center;
|
|
617
|
+
border-radius: var(--click-button-group-radii-panel-all);
|
|
618
|
+
background: var(--click-button-group-color-background-panel);
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.buttongroup_type_default__D1bYD {
|
|
622
|
+
padding: var(--click-button-group-space-panel-default-x)
|
|
623
|
+
var(--click-button-group-space-panel-default-y);
|
|
624
|
+
gap: var(--click-button-group-space-panel-default-gap);
|
|
625
|
+
border: 1px solid var(--click-button-group-color-panel-stroke-default);
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.buttongroup_type_borderless__cAhx7 {
|
|
629
|
+
padding: var(--click-button-group-space-panel-borderless-x)
|
|
630
|
+
var(--click-button-group-space-panel-borderless-y);
|
|
631
|
+
gap: var(--click-button-group-space-panel-borderless-gap);
|
|
632
|
+
border: none;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.buttongroup_fillwidth__WzJlu {
|
|
636
|
+
width: 100%;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.button__w1Is2 {
|
|
640
|
+
display: flex;
|
|
641
|
+
box-sizing: border-box;
|
|
642
|
+
flex-direction: row;
|
|
643
|
+
justify-content: center;
|
|
644
|
+
align-items: center;
|
|
645
|
+
border: none;
|
|
646
|
+
background: var(--click-button-group-color-background-default);
|
|
647
|
+
color: var(--click-button-group-color-text-default);
|
|
648
|
+
font: var(--click-button-group-typography-label-default);
|
|
649
|
+
cursor: pointer;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.button_type_default__G9UA1 {
|
|
653
|
+
padding: var(--click-button-group-space-button-default-y)
|
|
654
|
+
var(--click-button-group-space-button-default-x);
|
|
655
|
+
border-radius: var(--click-button-group-radii-button-default-all);
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.button_type_borderless__PydeS {
|
|
659
|
+
padding: var(--click-button-group-space-button-borderless-y)
|
|
660
|
+
var(--click-button-group-space-button-borderless-x);
|
|
661
|
+
border-radius: var(--click-button-group-radii-button-borderless-all);
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.button_fillwidth__lqIVG {
|
|
665
|
+
flex: 1;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.button__w1Is2[aria-pressed='true'] {
|
|
669
|
+
background: var(--click-button-group-color-background-active);
|
|
670
|
+
color: var(--click-button-group-color-text-active);
|
|
671
|
+
font: var(--click-button-group-typography-label-active);
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.button__w1Is2:hover {
|
|
675
|
+
background: var(--click-button-group-color-background-hover);
|
|
676
|
+
color: var(--click-button-group-color-text-hover);
|
|
677
|
+
font: var(--click-button-group-typography-label-hover);
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.button__w1Is2:disabled {
|
|
681
|
+
background: var(--click-button-group-color-background-disabled);
|
|
682
|
+
color: var(--click-button-group-color-text-disabled);
|
|
683
|
+
font: var(--click-button-group-typography-label-disabled);
|
|
684
|
+
cursor: not-allowed;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.button__w1Is2:disabled:active,
|
|
688
|
+
.button__w1Is2:disabled:focus,
|
|
689
|
+
.button__w1Is2:disabled[aria-pressed='true'] {
|
|
690
|
+
color: var(--click-button-group-color-text-disabled);
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.button__w1Is2[aria-pressed='true']:disabled {
|
|
694
|
+
background: var(--click-button-group-color-background-disabled-active);
|
|
695
|
+
}
|
|
1
696
|
.button__2ZuB7 {
|
|
2
697
|
display: flex;
|
|
3
|
-
position: relative;
|
|
4
|
-
padding: var(--click-button-basic-space-y) var(--click-button-basic-space-x);
|
|
5
|
-
overflow: hidden;
|
|
698
|
+
position: relative;
|
|
699
|
+
padding: var(--click-button-basic-space-y) var(--click-button-basic-space-x);
|
|
700
|
+
overflow: hidden;
|
|
701
|
+
flex-shrink: 0;
|
|
702
|
+
justify-content: center;
|
|
703
|
+
align-items: center;
|
|
704
|
+
gap: var(--click-button-basic-space-gap);
|
|
705
|
+
border: 1px solid transparent;
|
|
706
|
+
border-radius: var(--click-button-radii-all);
|
|
707
|
+
background: transparent;
|
|
708
|
+
color: inherit;
|
|
709
|
+
font: var(--click-button-basic-typography-label-default);
|
|
710
|
+
white-space: nowrap;
|
|
711
|
+
cursor: pointer;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.button_align-center__RdEYc {
|
|
715
|
+
justify-content: center;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.button_align-left__AmFEH {
|
|
719
|
+
justify-content: flex-start;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.button_fill_width__npU6- {
|
|
723
|
+
width: 100%;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.button_primary__5V6PJ {
|
|
727
|
+
border-color: var(--click-button-basic-color-primary-stroke-default);
|
|
728
|
+
background-color: var(--click-button-basic-color-primary-background-default);
|
|
729
|
+
color: var(--click-button-basic-color-primary-text-default);
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.button_primary__5V6PJ:disabled:not(.button_loading__n2tCt) {
|
|
733
|
+
border-color: var(--click-button-basic-color-primary-stroke-disabled);
|
|
734
|
+
background-color: var(--click-button-basic-color-primary-background-disabled);
|
|
735
|
+
color: var(--click-button-basic-color-primary-text-disabled);
|
|
736
|
+
font: var(--click-button-basic-typography-label-disabled);
|
|
737
|
+
cursor: not-allowed;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
.button_primary__5V6PJ:hover:not(:disabled) {
|
|
741
|
+
border-color: var(--click-button-basic-color-primary-stroke-hover);
|
|
742
|
+
background-color: var(--click-button-basic-color-primary-background-hover);
|
|
743
|
+
font: var(--click-button-basic-typography-label-hover);
|
|
744
|
+
transition: var(--click-transition-default);
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.button_primary__5V6PJ:focus-visible:not(:disabled) {
|
|
748
|
+
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
749
|
+
background-color: var(--click-button-basic-color-primary-background-active);
|
|
750
|
+
font: var(--click-button-basic-typography-label-active);
|
|
751
|
+
outline: 2px solid var(--click-button-basic-color-primary-stroke-active);
|
|
752
|
+
outline-offset: 2px;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.button_primary__5V6PJ:active:not(:disabled),
|
|
756
|
+
.button_primary__5V6PJ:focus:not(:focus-visible, :disabled) {
|
|
757
|
+
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
758
|
+
background-color: var(--click-button-basic-color-primary-background-active);
|
|
759
|
+
font: var(--click-button-basic-typography-label-active);
|
|
760
|
+
outline: none;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.button_secondary__PXw0N {
|
|
764
|
+
border-color: var(--click-button-basic-color-secondary-stroke-default);
|
|
765
|
+
background-color: var(--click-button-basic-color-secondary-background-default);
|
|
766
|
+
color: var(--click-button-basic-color-secondary-text-default);
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.button_secondary__PXw0N:disabled:not(.button_loading__n2tCt) {
|
|
770
|
+
border-color: var(--click-button-basic-color-secondary-stroke-disabled);
|
|
771
|
+
background-color: var(--click-button-basic-color-secondary-background-disabled);
|
|
772
|
+
color: var(--click-button-basic-color-secondary-text-disabled);
|
|
773
|
+
font: var(--click-button-basic-typography-label-disabled);
|
|
774
|
+
cursor: not-allowed;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.button_secondary__PXw0N:hover:not(:disabled) {
|
|
778
|
+
border-color: var(--click-button-basic-color-secondary-stroke-hover);
|
|
779
|
+
background-color: var(--click-button-basic-color-secondary-background-hover);
|
|
780
|
+
font: var(--click-button-basic-typography-label-hover);
|
|
781
|
+
transition: var(--click-transition-default);
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.button_secondary__PXw0N:focus-visible:not(:disabled) {
|
|
785
|
+
border-color: var(--click-button-basic-color-secondary-stroke-active);
|
|
786
|
+
background-color: var(--click-button-basic-color-secondary-background-active);
|
|
787
|
+
font: var(--click-button-basic-typography-label-active);
|
|
788
|
+
outline: 2px solid var(--click-button-basic-color-secondary-stroke-active);
|
|
789
|
+
outline-offset: 2px;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.button_secondary__PXw0N:active:not(:disabled),
|
|
793
|
+
.button_secondary__PXw0N:focus:not(:focus-visible, :disabled) {
|
|
794
|
+
border-color: var(--click-button-basic-color-secondary-stroke-active);
|
|
795
|
+
background-color: var(--click-button-basic-color-secondary-background-active);
|
|
796
|
+
font: var(--click-button-basic-typography-label-active);
|
|
797
|
+
outline: none;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.button_empty__GZ9s7 {
|
|
801
|
+
border-color: var(--click-button-basic-color-empty-stroke-default);
|
|
802
|
+
background-color: var(--click-button-basic-color-empty-background-default);
|
|
803
|
+
color: var(--click-button-basic-color-empty-text-default);
|
|
804
|
+
}
|
|
805
|
+
|
|
806
|
+
.button_empty__GZ9s7:disabled:not(.button_loading__n2tCt) {
|
|
807
|
+
border-color: var(--click-button-basic-color-empty-stroke-disabled);
|
|
808
|
+
background-color: var(--click-button-basic-color-empty-background-disabled);
|
|
809
|
+
color: var(--click-button-basic-color-empty-text-disabled);
|
|
810
|
+
font: var(--click-button-basic-typography-label-disabled);
|
|
811
|
+
cursor: not-allowed;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.button_empty__GZ9s7:hover:not(:disabled) {
|
|
815
|
+
border-color: var(--click-button-basic-color-empty-stroke-hover);
|
|
816
|
+
background-color: var(--click-button-basic-color-empty-background-hover);
|
|
817
|
+
font: var(--click-button-basic-typography-label-hover);
|
|
818
|
+
transition: var(--click-transition-default);
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.button_empty__GZ9s7:focus-visible:not(:disabled) {
|
|
822
|
+
border-color: var(--click-button-basic-color-empty-stroke-active);
|
|
823
|
+
background-color: var(--click-button-basic-color-empty-background-active);
|
|
824
|
+
font: var(--click-button-basic-typography-label-active);
|
|
825
|
+
outline: 2px solid var(--click-button-basic-color-empty-stroke-active);
|
|
826
|
+
outline-offset: 2px;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.button_empty__GZ9s7:active:not(:disabled),
|
|
830
|
+
.button_empty__GZ9s7:focus:not(:focus-visible, :disabled) {
|
|
831
|
+
border-color: var(--click-button-basic-color-empty-stroke-active);
|
|
832
|
+
background-color: var(--click-button-basic-color-empty-background-active);
|
|
833
|
+
font: var(--click-button-basic-typography-label-active);
|
|
834
|
+
outline: none;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.button_danger__0DN8k {
|
|
838
|
+
border-color: var(--click-button-basic-color-danger-stroke-default);
|
|
839
|
+
background-color: var(--click-button-basic-color-danger-background-default);
|
|
840
|
+
color: var(--click-button-basic-color-danger-text-default);
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.button_danger__0DN8k:disabled:not(.button_loading__n2tCt) {
|
|
844
|
+
border-color: var(--click-button-basic-color-danger-stroke-disabled);
|
|
845
|
+
background-color: var(--click-button-basic-color-danger-background-disabled);
|
|
846
|
+
color: var(--click-button-basic-color-danger-text-disabled);
|
|
847
|
+
font: var(--click-button-basic-typography-label-disabled);
|
|
848
|
+
cursor: not-allowed;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.button_danger__0DN8k:hover:not(:disabled) {
|
|
852
|
+
border-color: var(--click-button-basic-color-danger-stroke-hover);
|
|
853
|
+
background-color: var(--click-button-basic-color-danger-background-hover);
|
|
854
|
+
font: var(--click-button-basic-typography-label-hover);
|
|
855
|
+
transition: var(--click-transition-default);
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
.button_danger__0DN8k:focus-visible:not(:disabled) {
|
|
859
|
+
border-color: var(--click-button-basic-color-danger-stroke-active);
|
|
860
|
+
background-color: var(--click-button-basic-color-danger-background-active);
|
|
861
|
+
font: var(--click-button-basic-typography-label-active);
|
|
862
|
+
outline: 2px solid var(--click-button-basic-color-danger-stroke-active);
|
|
863
|
+
outline-offset: 2px;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
.button_danger__0DN8k:active:not(:disabled),
|
|
867
|
+
.button_danger__0DN8k:focus:not(:focus-visible, :disabled) {
|
|
868
|
+
border-color: var(--click-button-basic-color-danger-stroke-active);
|
|
869
|
+
background-color: var(--click-button-basic-color-danger-background-active);
|
|
870
|
+
font: var(--click-button-basic-typography-label-active);
|
|
871
|
+
outline: none;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
.button_loading__n2tCt {
|
|
875
|
+
cursor: not-allowed;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.button_loading__n2tCt::before {
|
|
879
|
+
content: '';
|
|
880
|
+
position: absolute;
|
|
881
|
+
inset: 0;
|
|
882
|
+
background-size: 200px 100%;
|
|
883
|
+
background-repeat: no-repeat;
|
|
884
|
+
pointer-events: none;
|
|
885
|
+
animation: shimmer-fixed-width__lwKzt 1.5s ease-in-out infinite;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.button_fill_width__npU6-.button_loading__n2tCt::before {
|
|
889
|
+
background-size: 200% 100%;
|
|
890
|
+
background-repeat: repeat;
|
|
891
|
+
animation: shimmer-fill-width__jTIzk 1.5s ease-in-out infinite;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
.button_primary__5V6PJ.button_loading__n2tCt,
|
|
895
|
+
.button_secondary__PXw0N.button_loading__n2tCt,
|
|
896
|
+
.button_danger__0DN8k.button_loading__n2tCt {
|
|
897
|
+
opacity: 0.7;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.button_empty__GZ9s7.button_loading__n2tCt {
|
|
901
|
+
opacity: 0.9;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.button_loading__n2tCt > * {
|
|
905
|
+
opacity: 0.7;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
@keyframes shimmer-fixed-width__lwKzt {
|
|
909
|
+
0% {
|
|
910
|
+
background-position: -200px 0;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
100% {
|
|
914
|
+
background-position: 200px 0;
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
@keyframes shimmer-fill-width__jTIzk {
|
|
919
|
+
0% {
|
|
920
|
+
background-position: 100% 0;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
100% {
|
|
924
|
+
background-position: -100% 0;
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.button_primary__5V6PJ.button_loading__n2tCt::before {
|
|
929
|
+
background-image: var(--click-button-basic-color-primary-background-loading);
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.button_secondary__PXw0N.button_loading__n2tCt::before {
|
|
933
|
+
background-image: var(--click-button-basic-color-secondary-background-loading);
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.button_empty__GZ9s7.button_loading__n2tCt::before {
|
|
937
|
+
background-image: var(--click-button-basic-color-empty-background-loading);
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.button_danger__0DN8k.button_loading__n2tCt::before {
|
|
941
|
+
background-image: var(--click-button-basic-color-danger-background-loading);
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.button__icon__e6c-f {
|
|
945
|
+
display: flex;
|
|
946
|
+
width: var(--click-button-basic-size-icon-all);
|
|
947
|
+
height: var(--click-button-basic-size-icon-all);
|
|
948
|
+
justify-content: center;
|
|
949
|
+
align-items: center;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
.button__icon__e6c-f svg {
|
|
953
|
+
width: var(--click-button-basic-size-icon-all);
|
|
954
|
+
height: var(--click-button-basic-size-icon-all);
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.button__label__tlatE {
|
|
958
|
+
display: inline-flex;
|
|
959
|
+
align-items: center;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
@media (prefers-reduced-motion: reduce) {
|
|
963
|
+
.button_loading__n2tCt::before,
|
|
964
|
+
.button_fill_width__npU6-.button_loading__n2tCt::before {
|
|
965
|
+
animation: none;
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
.spacer__okdOd {
|
|
969
|
+
display: flex;
|
|
970
|
+
background: transparent;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
.spacer_size_xs__-oP-2 {
|
|
974
|
+
padding: var(--click-spacer-horizontal-space-y-xs) var(--click-spacer-horizontal-space-x-all);
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
.spacer_size_sm__k6iFW {
|
|
978
|
+
padding: var(--click-spacer-horizontal-space-y-sm) var(--click-spacer-horizontal-space-x-all);
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.spacer_size_md__rX0x5 {
|
|
982
|
+
padding: var(--click-spacer-horizontal-space-y-md) var(--click-spacer-horizontal-space-x-all);
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.spacer_size_lg__PWKa0 {
|
|
986
|
+
padding: var(--click-spacer-horizontal-space-y-lg) var(--click-spacer-horizontal-space-x-all);
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.spacer_size_xl__IrjcH {
|
|
990
|
+
padding: var(--click-spacer-horizontal-space-y-xl) var(--click-spacer-horizontal-space-x-all);
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.spacer_size_xxl__upvXv {
|
|
994
|
+
padding: var(--click-spacer-horizontal-space-y-xxl) var(--click-spacer-horizontal-space-x-all);
|
|
995
|
+
}
|
|
996
|
+
.separator__mz39H[data-orientation='horizontal'] {
|
|
997
|
+
width: 100%;
|
|
998
|
+
border-top: 0.0625rem solid var(--click-separator-color-stroke-default);
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.separator__mz39H[data-orientation='vertical'] {
|
|
1002
|
+
height: 100%;
|
|
1003
|
+
border-right: 0.0625rem solid var(--click-separator-color-stroke-default);
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
.separator_variant_horizontal-xs__SVTMS {
|
|
1007
|
+
margin:
|
|
1008
|
+
var(--click-separator-horizontal-space-y-xs)
|
|
1009
|
+
var(--click-separator-horizontal-space-x-all);
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.separator_variant_horizontal-sm__aKMwO {
|
|
1013
|
+
margin:
|
|
1014
|
+
var(--click-separator-horizontal-space-y-sm)
|
|
1015
|
+
var(--click-separator-horizontal-space-x-all);
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.separator_variant_horizontal-md__HRIoB {
|
|
1019
|
+
margin:
|
|
1020
|
+
var(--click-separator-horizontal-space-y-md)
|
|
1021
|
+
var(--click-separator-horizontal-space-x-all);
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.separator_variant_horizontal-lg__phB0U {
|
|
1025
|
+
margin:
|
|
1026
|
+
var(--click-separator-horizontal-space-y-lg)
|
|
1027
|
+
var(--click-separator-horizontal-space-x-all);
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.separator_variant_horizontal-xl__z08Bu {
|
|
1031
|
+
margin:
|
|
1032
|
+
var(--click-separator-horizontal-space-y-xl)
|
|
1033
|
+
var(--click-separator-horizontal-space-x-all);
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.separator_variant_horizontal-xxl__5sqqd {
|
|
1037
|
+
margin:
|
|
1038
|
+
var(--click-separator-horizontal-space-y-xxl)
|
|
1039
|
+
var(--click-separator-horizontal-space-x-all);
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.separator_variant_vertical-xs__XN-Os {
|
|
1043
|
+
margin:
|
|
1044
|
+
var(--click-separator-vertical-space-y-all)
|
|
1045
|
+
var(--click-separator-vertical-space-x-xs);
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.separator_variant_vertical-sm__ddV3R {
|
|
1049
|
+
margin:
|
|
1050
|
+
var(--click-separator-vertical-space-y-all)
|
|
1051
|
+
var(--click-separator-vertical-space-x-sm);
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.separator_variant_vertical-md__DlYM0 {
|
|
1055
|
+
margin:
|
|
1056
|
+
var(--click-separator-vertical-space-y-all)
|
|
1057
|
+
var(--click-separator-vertical-space-x-md);
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.separator_variant_vertical-lg__00SOr {
|
|
1061
|
+
margin:
|
|
1062
|
+
var(--click-separator-vertical-space-y-all)
|
|
1063
|
+
var(--click-separator-vertical-space-x-lg);
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
.separator_variant_vertical-xl__0c4Od {
|
|
1067
|
+
margin:
|
|
1068
|
+
var(--click-separator-vertical-space-y-all)
|
|
1069
|
+
var(--click-separator-vertical-space-x-xl);
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.separator_variant_vertical-xxl__H-EOx {
|
|
1073
|
+
margin:
|
|
1074
|
+
var(--click-separator-vertical-space-y-all)
|
|
1075
|
+
var(--click-separator-vertical-space-x-xxl);
|
|
1076
|
+
}
|
|
1077
|
+
.avatar__3xMuZ {
|
|
1078
|
+
display: inline-flex;
|
|
1079
|
+
width: var(--click-avatar-size-width);
|
|
1080
|
+
height: var(--click-avatar-size-height);
|
|
1081
|
+
overflow: hidden;
|
|
1082
|
+
justify-content: center;
|
|
1083
|
+
align-items: center;
|
|
1084
|
+
border-radius: var(--click-avatar-radii-all);
|
|
1085
|
+
background-color: var(--click-avatar-color-background-default);
|
|
1086
|
+
color: var(--click-avatar-color-text-default);
|
|
1087
|
+
user-select: none;
|
|
1088
|
+
vertical-align: middle;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.avatar__3xMuZ:active {
|
|
1092
|
+
background-color: var(--click-avatar-color-background-active);
|
|
1093
|
+
color: var(--click-avatar-color-text-active);
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
.avatar__3xMuZ:hover {
|
|
1097
|
+
background-color: var(--click-avatar-color-background-hover);
|
|
1098
|
+
color: var(--click-avatar-color-text-hover);
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
.avatar__image__-VNuI {
|
|
1102
|
+
width: 100%;
|
|
1103
|
+
height: 100%;
|
|
1104
|
+
border-radius: inherit;
|
|
1105
|
+
object-fit: cover;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.avatar__fallback__gr7YV {
|
|
1109
|
+
display: inline-flex;
|
|
1110
|
+
width: var(--click-avatar-size-label-width);
|
|
1111
|
+
justify-content: center;
|
|
1112
|
+
align-items: center;
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1115
|
+
.avatar__fallback_size_sm__7qjM2 {
|
|
1116
|
+
font: var(--click-avatar-typography-label-sm-default);
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.avatar__fallback_size_sm__7qjM2:active {
|
|
1120
|
+
font: var(--click-avatar-typography-label-sm-active);
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
.avatar__fallback_size_sm__7qjM2:hover {
|
|
1124
|
+
font: var(--click-avatar-typography-label-sm-hover);
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.avatar__fallback_size_md__21Kuk {
|
|
1128
|
+
font: var(--click-avatar-typography-label-md-default);
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
.avatar__fallback_size_md__21Kuk:active {
|
|
1132
|
+
font: var(--click-avatar-typography-label-md-active);
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.avatar__fallback_size_md__21Kuk:hover {
|
|
1136
|
+
font: var(--click-avatar-typography-label-md-hover);
|
|
1137
|
+
}
|
|
1138
|
+
.wrapper__DxhQK {
|
|
1139
|
+
display: inline-flex;
|
|
1140
|
+
padding: var(--click-badge-space-md-y) var(--click-badge-space-md-x);
|
|
1141
|
+
border: var(--click-badge-stroke) solid var(--click-badge-opaque-color-stroke-default);
|
|
1142
|
+
border-radius: var(--click-badge-radii-all);
|
|
1143
|
+
background-color: var(--click-badge-opaque-color-background-default);
|
|
1144
|
+
color: var(--click-badge-opaque-color-text-default);
|
|
1145
|
+
font: var(--click-badge-typography-label-md-default);
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
/* Opaque type — colors per state */
|
|
1149
|
+
|
|
1150
|
+
.wrapper_typestate_opaque-default__aI5-w {
|
|
1151
|
+
border-color: var(--click-badge-opaque-color-stroke-default);
|
|
1152
|
+
background-color: var(--click-badge-opaque-color-background-default);
|
|
1153
|
+
color: var(--click-badge-opaque-color-text-default);
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.wrapper_typestate_opaque-success__A7jFR {
|
|
1157
|
+
border-color: var(--click-badge-opaque-color-stroke-success);
|
|
1158
|
+
background-color: var(--click-badge-opaque-color-background-success);
|
|
1159
|
+
color: var(--click-badge-opaque-color-text-success);
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.wrapper_typestate_opaque-neutral__M-2Ek {
|
|
1163
|
+
border-color: var(--click-badge-opaque-color-stroke-neutral);
|
|
1164
|
+
background-color: var(--click-badge-opaque-color-background-neutral);
|
|
1165
|
+
color: var(--click-badge-opaque-color-text-neutral);
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.wrapper_typestate_opaque-danger__1FP9Q {
|
|
1169
|
+
border-color: var(--click-badge-opaque-color-stroke-danger);
|
|
1170
|
+
background-color: var(--click-badge-opaque-color-background-danger);
|
|
1171
|
+
color: var(--click-badge-opaque-color-text-danger);
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.wrapper_typestate_opaque-disabled__rOnZR {
|
|
1175
|
+
border-color: var(--click-badge-opaque-color-stroke-disabled);
|
|
1176
|
+
background-color: var(--click-badge-opaque-color-background-disabled);
|
|
1177
|
+
color: var(--click-badge-opaque-color-text-disabled);
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.wrapper_typestate_opaque-warning__LFMbO {
|
|
1181
|
+
border-color: var(--click-badge-opaque-color-stroke-warning);
|
|
1182
|
+
background-color: var(--click-badge-opaque-color-background-warning);
|
|
1183
|
+
color: var(--click-badge-opaque-color-text-warning);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.wrapper_typestate_opaque-info__x6Bg3 {
|
|
1187
|
+
border-color: var(--click-badge-opaque-color-stroke-info);
|
|
1188
|
+
background-color: var(--click-badge-opaque-color-background-info);
|
|
1189
|
+
color: var(--click-badge-opaque-color-text-info);
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
/* Solid type — colors per state */
|
|
1193
|
+
|
|
1194
|
+
.wrapper_typestate_solid-default__xjCXm {
|
|
1195
|
+
border-color: var(--click-badge-solid-color-stroke-default);
|
|
1196
|
+
background-color: var(--click-badge-solid-color-background-default);
|
|
1197
|
+
color: var(--click-badge-solid-color-text-default);
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.wrapper_typestate_solid-success__NbCJo {
|
|
1201
|
+
border-color: var(--click-badge-solid-color-stroke-success);
|
|
1202
|
+
background-color: var(--click-badge-solid-color-background-success);
|
|
1203
|
+
color: var(--click-badge-solid-color-text-success);
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.wrapper_typestate_solid-neutral__dFOPR {
|
|
1207
|
+
border-color: var(--click-badge-solid-color-stroke-neutral);
|
|
1208
|
+
background-color: var(--click-badge-solid-color-background-neutral);
|
|
1209
|
+
color: var(--click-badge-solid-color-text-neutral);
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.wrapper_typestate_solid-danger__zCzPE {
|
|
1213
|
+
border-color: var(--click-badge-solid-color-stroke-danger);
|
|
1214
|
+
background-color: var(--click-badge-solid-color-background-danger);
|
|
1215
|
+
color: var(--click-badge-solid-color-text-danger);
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.wrapper_typestate_solid-disabled__sscAh {
|
|
1219
|
+
border-color: var(--click-badge-solid-color-stroke-disabled);
|
|
1220
|
+
background-color: var(--click-badge-solid-color-background-disabled);
|
|
1221
|
+
color: var(--click-badge-solid-color-text-disabled);
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.wrapper_typestate_solid-warning__48ZTU {
|
|
1225
|
+
border-color: var(--click-badge-solid-color-stroke-warning);
|
|
1226
|
+
background-color: var(--click-badge-solid-color-background-warning);
|
|
1227
|
+
color: var(--click-badge-solid-color-text-warning);
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.wrapper_typestate_solid-info__5fv-r {
|
|
1231
|
+
border-color: var(--click-badge-solid-color-stroke-info);
|
|
1232
|
+
background-color: var(--click-badge-solid-color-background-info);
|
|
1233
|
+
color: var(--click-badge-solid-color-text-info);
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
/* Sizes */
|
|
1237
|
+
|
|
1238
|
+
.wrapper_size_sm__zQIOE {
|
|
1239
|
+
padding: var(--click-badge-space-sm-y) var(--click-badge-space-sm-x);
|
|
1240
|
+
font: var(--click-badge-typography-label-sm-default);
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.wrapper_size_md__1Uvni {
|
|
1244
|
+
padding: var(--click-badge-space-md-y) var(--click-badge-space-md-x);
|
|
1245
|
+
font: var(--click-badge-typography-label-md-default);
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
/* Content row — mirrors the inner Content styled component. The original
|
|
1249
|
+
`Content` was never passed `$size`, so its `gap` always defaulted to the
|
|
1250
|
+
md token regardless of the badge's actual `size`. Preserved verbatim. */
|
|
1251
|
+
|
|
1252
|
+
.content__8D6nB {
|
|
1253
|
+
display: inline-flex;
|
|
1254
|
+
max-width: 100%;
|
|
1255
|
+
justify-content: flex-start;
|
|
1256
|
+
align-items: center;
|
|
1257
|
+
gap: var(--click-badge-space-md-gap);
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
/* BadgeContent — wraps the IconWrapper. The original styled(IconWrapper) set
|
|
1261
|
+
`width: auto; overflow: hidden;` on the IconWrapper's rendered root and
|
|
1262
|
+
styled the descendant <svg> with color, height, width, and `gap: inherit`.
|
|
1263
|
+
|
|
1264
|
+
The styled-components version only forwarded `$state` to BadgeContent;
|
|
1265
|
+
`$type` and `$size` were NOT passed and defaulted to `'opaque'` and `'md'`
|
|
1266
|
+
inside the styled rule. To preserve that behavior verbatim, the descendant
|
|
1267
|
+
<svg> rules below key off `state` only — color always comes from the
|
|
1268
|
+
opaque-text-* tokens, and dimensions are always md, regardless of the
|
|
1269
|
+
badge's actual `type`/`size`.
|
|
1270
|
+
|
|
1271
|
+
The doubled-class selectors below (e.g. `.badgecontent.badgecontent svg`)
|
|
1272
|
+
raise specificity to (0,2,1) so these rules win over the Icon component's
|
|
1273
|
+
own runtime-injected styled-components rule `.<sc-class> svg { width: ... }`
|
|
1274
|
+
(specificity 0,1,1). styled-components used to inject the BadgeContent
|
|
1275
|
+
stylesheet AFTER Icon's stylesheet at render time, so source order let
|
|
1276
|
+
BadgeContent win at equal specificity; CSS Modules now bundle Badge's
|
|
1277
|
+
stylesheet earlier than the runtime SC stylesheet, so we need the bump. */
|
|
1278
|
+
|
|
1279
|
+
/* stylelint-disable no-descending-specificity -- doubled-class selectors below
|
|
1280
|
+
raise specificity so they win over the Icon component's runtime-injected
|
|
1281
|
+
styled-components `& svg` rule. */
|
|
1282
|
+
|
|
1283
|
+
.badgecontent__MlQs8 {
|
|
1284
|
+
width: auto;
|
|
1285
|
+
overflow: hidden;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.badgecontent__MlQs8.badgecontent__MlQs8 svg {
|
|
1289
|
+
width: var(--click-badge-icon-md-size-width);
|
|
1290
|
+
height: var(--click-badge-icon-md-size-height);
|
|
1291
|
+
gap: inherit;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
.badgecontent_state_default__xvx1m.badgecontent_state_default__xvx1m svg {
|
|
1295
|
+
color: var(--click-badge-opaque-color-text-default);
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
.badgecontent_state_success__NuTD7.badgecontent_state_success__NuTD7 svg {
|
|
1299
|
+
color: var(--click-badge-opaque-color-text-success);
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
.badgecontent_state_neutral__Q0zQx.badgecontent_state_neutral__Q0zQx svg {
|
|
1303
|
+
color: var(--click-badge-opaque-color-text-neutral);
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.badgecontent_state_danger__cLB2G.badgecontent_state_danger__cLB2G svg {
|
|
1307
|
+
color: var(--click-badge-opaque-color-text-danger);
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.badgecontent_state_disabled__UDS4K.badgecontent_state_disabled__UDS4K svg {
|
|
1311
|
+
color: var(--click-badge-opaque-color-text-disabled);
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
.badgecontent_state_warning__GtYY1.badgecontent_state_warning__GtYY1 svg {
|
|
1315
|
+
color: var(--click-badge-opaque-color-text-warning);
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.badgecontent_state_info__XgrAY.badgecontent_state_info__XgrAY svg {
|
|
1319
|
+
color: var(--click-badge-opaque-color-text-info);
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
/* stylelint-enable no-descending-specificity */
|
|
1323
|
+
|
|
1324
|
+
/* Close icon — mirrors the SvgContainer styled.svg with as={Icon}. The
|
|
1325
|
+
styled-components version only passed $state (size and type defaulted),
|
|
1326
|
+
so width/height come from the default md/opaque tokens, and color from
|
|
1327
|
+
the opaque-text-<state> token.
|
|
1328
|
+
|
|
1329
|
+
The state classes below use doubled-class specificity (0,2,1) so they
|
|
1330
|
+
always win over Icon's internal `SvgWrapper` styled-component rule that
|
|
1331
|
+
sets `color: currentColor` on the same element at single-class specificity.
|
|
1332
|
+
Without the bump, stylesheet-order would decide and CSS Modules bundle
|
|
1333
|
+
before runtime SC styles, so the close icon would inherit the wrapper's
|
|
1334
|
+
color (e.g. opaque-text-info for an info badge, but solid-text-info for
|
|
1335
|
+
a solid info badge). Doubled class keeps the close icon on opaque-text-*
|
|
1336
|
+
regardless. */
|
|
1337
|
+
|
|
1338
|
+
.closeicon__p-7mr {
|
|
1339
|
+
width: var(--click-badge-icon-md-size-width);
|
|
1340
|
+
height: var(--click-badge-icon-md-size-height);
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.closeicon_state_default__i3VsI.closeicon_state_default__i3VsI {
|
|
1344
|
+
color: var(--click-badge-opaque-color-text-default);
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.closeicon_state_success__NRfHo.closeicon_state_success__NRfHo {
|
|
1348
|
+
color: var(--click-badge-opaque-color-text-success);
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.closeicon_state_neutral__MFG4R.closeicon_state_neutral__MFG4R {
|
|
1352
|
+
color: var(--click-badge-opaque-color-text-neutral);
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
.closeicon_state_danger__1SPLo.closeicon_state_danger__1SPLo {
|
|
1356
|
+
color: var(--click-badge-opaque-color-text-danger);
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.closeicon_state_disabled__kagep.closeicon_state_disabled__kagep {
|
|
1360
|
+
color: var(--click-badge-opaque-color-text-disabled);
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.closeicon_state_warning__HyEx3.closeicon_state_warning__HyEx3 {
|
|
1364
|
+
color: var(--click-badge-opaque-color-text-warning);
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.closeicon_state_info__qNJkh.closeicon_state_info__qNJkh {
|
|
1368
|
+
color: var(--click-badge-opaque-color-text-info);
|
|
1369
|
+
}
|
|
1370
|
+
.header__Cn2aH {
|
|
1371
|
+
max-width: 100%;
|
|
1372
|
+
gap: inherit;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
.description__4EWfD {
|
|
1376
|
+
display: flex;
|
|
1377
|
+
width: 100%;
|
|
1378
|
+
flex: 1;
|
|
1379
|
+
flex-direction: column;
|
|
1380
|
+
align-self: start;
|
|
1381
|
+
gap: var(--click-card-horizontal-space-md-gap);
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
.cardicon__VX2fX {
|
|
1385
|
+
width: var(--click-card-horizontal-icon-size-all);
|
|
1386
|
+
height: var(--click-card-horizontal-icon-size-all);
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
.contentwrapper__u9SOr {
|
|
1390
|
+
display: flex;
|
|
1391
|
+
width: 100%;
|
|
1392
|
+
flex-direction: row;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.contentwrapper_size_md__lNQPZ {
|
|
1396
|
+
gap: var(--click-card-horizontal-space-md-gap);
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
.contentwrapper_size_sm__GDVYr {
|
|
1400
|
+
gap: var(--click-card-horizontal-space-sm-gap);
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
/* stylelint-disable-next-line media-feature-range-notation -- prefix notation
|
|
1404
|
+
required for browser compatibility per .browserslistrc */
|
|
1405
|
+
@media (max-width: 768px) {
|
|
1406
|
+
.contentwrapper__u9SOr {
|
|
1407
|
+
flex-direction: column;
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.icontextcontentwrapper__D6gbe {
|
|
1412
|
+
display: flex;
|
|
1413
|
+
width: 100%;
|
|
1414
|
+
flex-direction: row;
|
|
1415
|
+
align-items: center;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.icontextcontentwrapper_alignment_top__rsOIa {
|
|
1419
|
+
align-items: flex-start;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.icontextcontentwrapper_alignment_center__GiQqi {
|
|
1423
|
+
align-items: center;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.icontextcontentwrapper_size_md__vl0h- {
|
|
1427
|
+
gap: var(--click-card-horizontal-space-md-gap);
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.icontextcontentwrapper_size_sm__VNsIL {
|
|
1431
|
+
gap: var(--click-card-horizontal-space-sm-gap);
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.wrapper__gPLR5 {
|
|
1435
|
+
display: inline-flex;
|
|
1436
|
+
width: 100%;
|
|
1437
|
+
max-width: 100%;
|
|
1438
|
+
justify-content: flex-start;
|
|
1439
|
+
align-items: center;
|
|
1440
|
+
align-self: auto;
|
|
1441
|
+
border: 1px solid var(--card-stroke-default);
|
|
1442
|
+
border-radius: var(--click-card-horizontal-radii-all);
|
|
1443
|
+
background: var(--card-bg-default);
|
|
1444
|
+
color: var(--card-title-default);
|
|
1445
|
+
font: var(--click-card-horizontal-typography-title-default);
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.wrapper_color_default__cSCG8 {
|
|
1449
|
+
--card-bg-default: var(--click-card-horizontal-default-color-background-default);
|
|
1450
|
+
--card-bg-hover: var(--click-card-horizontal-default-color-background-hover);
|
|
1451
|
+
--card-bg-active: var(--click-card-horizontal-default-color-background-active);
|
|
1452
|
+
--card-bg-disabled: var(--click-card-horizontal-default-color-background-disabled);
|
|
1453
|
+
--card-title-default: var(--click-card-horizontal-default-color-title-default);
|
|
1454
|
+
--card-title-hover: var(--click-card-horizontal-default-color-title-hover);
|
|
1455
|
+
--card-title-active: var(--click-card-horizontal-default-color-title-active);
|
|
1456
|
+
--card-title-disabled: var(--click-card-horizontal-default-color-title-disabled);
|
|
1457
|
+
--card-stroke-default: var(--click-card-horizontal-default-color-stroke-default);
|
|
1458
|
+
--card-stroke-hover: var(--click-card-horizontal-default-color-stroke-hover);
|
|
1459
|
+
--card-stroke-active: var(--click-card-horizontal-default-color-stroke-active);
|
|
1460
|
+
--card-stroke-disabled: var(--click-card-horizontal-default-color-stroke-disabled);
|
|
1461
|
+
--card-desc-default: var(--click-card-horizontal-default-color-description-default);
|
|
1462
|
+
--card-desc-hover: var(--click-card-horizontal-default-color-description-hover);
|
|
1463
|
+
--card-desc-active: var(--click-card-horizontal-default-color-description-active);
|
|
1464
|
+
--card-desc-disabled: var(--click-card-horizontal-default-color-description-disabled);
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.wrapper_color_muted__DFlsG {
|
|
1468
|
+
--card-bg-default: var(--click-card-horizontal-muted-color-background-default);
|
|
1469
|
+
--card-bg-hover: var(--click-card-horizontal-muted-color-background-hover);
|
|
1470
|
+
--card-bg-active: var(--click-card-horizontal-muted-color-background-active);
|
|
1471
|
+
--card-bg-disabled: var(--click-card-horizontal-muted-color-background-disabled);
|
|
1472
|
+
--card-title-default: var(--click-card-horizontal-muted-color-title-default);
|
|
1473
|
+
--card-title-hover: var(--click-card-horizontal-muted-color-title-hover);
|
|
1474
|
+
--card-title-active: var(--click-card-horizontal-muted-color-title-active);
|
|
1475
|
+
--card-title-disabled: var(--click-card-horizontal-muted-color-title-disabled);
|
|
1476
|
+
--card-stroke-default: var(--click-card-horizontal-muted-color-stroke-default);
|
|
1477
|
+
--card-stroke-hover: var(--click-card-horizontal-muted-color-stroke-hover);
|
|
1478
|
+
--card-stroke-active: var(--click-card-horizontal-muted-color-stroke-active);
|
|
1479
|
+
--card-stroke-disabled: var(--click-card-horizontal-muted-color-stroke-disabled);
|
|
1480
|
+
--card-desc-default: var(--click-card-horizontal-muted-color-description-default);
|
|
1481
|
+
--card-desc-hover: var(--click-card-horizontal-muted-color-description-hover);
|
|
1482
|
+
--card-desc-active: var(--click-card-horizontal-muted-color-description-active);
|
|
1483
|
+
--card-desc-disabled: var(--click-card-horizontal-muted-color-description-disabled);
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.wrapper_alignment_top__QcYt3 {
|
|
1487
|
+
align-items: flex-start;
|
|
1488
|
+
align-self: stretch;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.wrapper_alignment_center__X8Sjf {
|
|
1492
|
+
align-items: center;
|
|
1493
|
+
align-self: auto;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
.wrapper_size_md__cIFpL {
|
|
1497
|
+
padding: var(--click-card-horizontal-space-md-y) var(--click-card-horizontal-space-md-x);
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.wrapper_size_sm__alRqs {
|
|
1501
|
+
padding: var(--click-card-horizontal-space-sm-y) var(--click-card-horizontal-space-sm-x);
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.wrapper__gPLR5 .description__4EWfD {
|
|
1505
|
+
color: var(--card-desc-default);
|
|
1506
|
+
font: var(--click-card-horizontal-typography-description-default);
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3 {
|
|
1510
|
+
border-color: var(--card-stroke-hover);
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3.wrapper_selected__FUouc {
|
|
1514
|
+
border-color: var(--card-stroke-active);
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.wrapper__gPLR5:hover {
|
|
1518
|
+
font: var(--click-card-horizontal-typography-title-hover);
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:hover {
|
|
1522
|
+
border-color: var(--card-stroke-default);
|
|
1523
|
+
background-color: var(--card-bg-hover);
|
|
1524
|
+
color: var(--card-title-hover);
|
|
1525
|
+
cursor: pointer;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3.wrapper_selected__FUouc:hover {
|
|
1529
|
+
border-color: var(--card-stroke-active);
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:hover .description__4EWfD {
|
|
1533
|
+
color: var(--card-desc-hover);
|
|
1534
|
+
font: var(--click-card-horizontal-typography-description-hover);
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:active,
|
|
1538
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:focus,
|
|
1539
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:focus-within {
|
|
1540
|
+
border-color: var(--card-stroke-active);
|
|
1541
|
+
background-color: var(--card-bg-active);
|
|
1542
|
+
color: var(--card-title-active);
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:active .description__4EWfD,
|
|
1546
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:focus .description__4EWfD,
|
|
1547
|
+
.wrapper__gPLR5.wrapper_selectable__shWc3:focus-within .description__4EWfD {
|
|
1548
|
+
color: var(--card-desc-active);
|
|
1549
|
+
font: var(--click-card-horizontal-typography-description-active);
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
1553
|
+
defined after hover/active to mirror the source cascade order;
|
|
1554
|
+
pointer-events:none plus tabIndex=-1 prevent hover/focus/active from firing. */
|
|
1555
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8,
|
|
1556
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8:hover,
|
|
1557
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8:active,
|
|
1558
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8:focus,
|
|
1559
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8:focus-within {
|
|
1560
|
+
border: 1px solid var(--card-stroke-disabled);
|
|
1561
|
+
background-color: var(--card-bg-disabled);
|
|
1562
|
+
color: var(--card-title-disabled);
|
|
1563
|
+
cursor: not-allowed;
|
|
1564
|
+
pointer-events: none;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc,
|
|
1568
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:hover,
|
|
1569
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:active,
|
|
1570
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:focus,
|
|
1571
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8.wrapper_selected__FUouc:focus-within {
|
|
1572
|
+
border-color: var(--card-stroke-active);
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8 .description__4EWfD {
|
|
1576
|
+
color: var(--card-desc-disabled);
|
|
1577
|
+
font: var(--click-card-horizontal-typography-description-disabled);
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8:active,
|
|
1581
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8:focus,
|
|
1582
|
+
.wrapper__gPLR5.wrapper_disabled__QRVx8:focus-within {
|
|
1583
|
+
border: 1px solid var(--card-stroke-active);
|
|
1584
|
+
}
|
|
1585
|
+
/* stylelint-enable no-descending-specificity */
|
|
1586
|
+
.wrapper__zCfLE {
|
|
1587
|
+
display: flex;
|
|
1588
|
+
width: 100%;
|
|
1589
|
+
max-width: 100%;
|
|
1590
|
+
flex-direction: column;
|
|
1591
|
+
border: 1px solid var(--click-card-primary-color-stroke-default);
|
|
1592
|
+
border-radius: var(--click-card-primary-radii-all);
|
|
1593
|
+
background-color: var(--click-card-primary-color-background-default);
|
|
1594
|
+
text-align: center;
|
|
1595
|
+
}
|
|
1596
|
+
|
|
1597
|
+
.wrapper_align_start__37pdg {
|
|
1598
|
+
text-align: left;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.wrapper_align_center__37eoU {
|
|
1602
|
+
text-align: center;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
.wrapper_align_end__xbC8w {
|
|
1606
|
+
text-align: right;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
.wrapper_size_md__tu4Nx {
|
|
1610
|
+
padding: var(--click-card-primary-space-md-x) var(--click-card-primary-space-md-y);
|
|
1611
|
+
gap: var(--click-card-primary-space-md-gap);
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
.wrapper_size_sm__8H2nS {
|
|
1615
|
+
padding: var(--click-card-primary-space-sm-x) var(--click-card-primary-space-sm-y);
|
|
1616
|
+
gap: var(--click-card-primary-space-sm-gap);
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
.wrapper_shadow__6Yg0s {
|
|
1620
|
+
box-shadow: var(--shadow-1);
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
.wrapper_selected__eO9y0 {
|
|
1624
|
+
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
.wrapper__zCfLE:hover,
|
|
1628
|
+
.wrapper__zCfLE:focus {
|
|
1629
|
+
background-color: var(--click-card-secondary-color-background-hover);
|
|
1630
|
+
cursor: pointer;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
.wrapper__zCfLE:hover button,
|
|
1634
|
+
.wrapper__zCfLE:focus button {
|
|
1635
|
+
border-color: var(--click-button-basic-color-primary-stroke-hover);
|
|
1636
|
+
background-color: var(--click-button-basic-color-primary-background-hover);
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
.wrapper__zCfLE:hover button:active,
|
|
1640
|
+
.wrapper__zCfLE:focus button:active {
|
|
1641
|
+
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
1642
|
+
background-color: var(--click-button-basic-color-primary-background-active);
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
.wrapper__zCfLE:active {
|
|
1646
|
+
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
1650
|
+
defined after hover/active to mirror the source cascade order;
|
|
1651
|
+
pointer-events:none prevents the hover/active rules from applying when disabled. */
|
|
1652
|
+
.wrapper__zCfLE[aria-disabled='true'],
|
|
1653
|
+
.wrapper__zCfLE[aria-disabled='true']:hover,
|
|
1654
|
+
.wrapper__zCfLE[aria-disabled='true']:focus,
|
|
1655
|
+
.wrapper__zCfLE[aria-disabled='true']:active {
|
|
1656
|
+
border: 1px solid var(--click-card-primary-color-stroke-disabled);
|
|
1657
|
+
background-color: var(--click-card-primary-color-background-disabled);
|
|
1658
|
+
color: var(--click-card-primary-color-title-disabled);
|
|
1659
|
+
cursor: not-allowed;
|
|
1660
|
+
pointer-events: none;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
.wrapper__zCfLE[aria-disabled='true'] button,
|
|
1664
|
+
.wrapper__zCfLE[aria-disabled='true']:hover button,
|
|
1665
|
+
.wrapper__zCfLE[aria-disabled='true']:focus button,
|
|
1666
|
+
.wrapper__zCfLE[aria-disabled='true']:active button,
|
|
1667
|
+
.wrapper__zCfLE[aria-disabled='true'] button:active,
|
|
1668
|
+
.wrapper__zCfLE[aria-disabled='true']:hover button:active,
|
|
1669
|
+
.wrapper__zCfLE[aria-disabled='true']:focus button:active,
|
|
1670
|
+
.wrapper__zCfLE[aria-disabled='true']:active button:active {
|
|
1671
|
+
border-color: var(--click-button-basic-color-primary-stroke-disabled);
|
|
1672
|
+
background-color: var(--click-button-basic-color-primary-background-disabled);
|
|
1673
|
+
}
|
|
1674
|
+
/* stylelint-enable no-descending-specificity */
|
|
1675
|
+
|
|
1676
|
+
.header__8rODG {
|
|
1677
|
+
display: flex;
|
|
1678
|
+
flex-direction: column;
|
|
1679
|
+
align-items: center;
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
.header_align_start__M1I-O {
|
|
1683
|
+
align-items: flex-start;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
.header_align_center__BztmN {
|
|
1687
|
+
align-items: center;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.header_align_end__3XI7U {
|
|
1691
|
+
align-items: flex-end;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
.header_size_md__VoWrw {
|
|
1695
|
+
gap: var(--click-card-primary-space-md-gap);
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.header__8rODG.header_size_md__VoWrw svg,
|
|
1699
|
+
.header__8rODG.header_size_md__VoWrw img {
|
|
1700
|
+
width: var(--click-card-primary-size-icon-md-all);
|
|
1701
|
+
height: var(--click-card-primary-size-icon-md-all);
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.header_size_sm__voZ7g {
|
|
1705
|
+
gap: var(--click-card-primary-space-sm-gap);
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.header__8rODG.header_size_sm__voZ7g svg,
|
|
1709
|
+
.header__8rODG.header_size_sm__voZ7g img {
|
|
1710
|
+
width: var(--click-card-primary-size-icon-sm-all);
|
|
1711
|
+
height: var(--click-card-primary-size-icon-sm-all);
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
.header__8rODG.header__8rODG h3 {
|
|
1715
|
+
color: var(--click-global-color-text-default);
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.header__8rODG.header_disabled__SJxQn h3 {
|
|
1719
|
+
color: var(--click-global-color-text-muted);
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.content__zhXwY {
|
|
1723
|
+
display: flex;
|
|
1724
|
+
width: 100%;
|
|
1725
|
+
flex: 1;
|
|
1726
|
+
flex-direction: column;
|
|
1727
|
+
align-self: center;
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.content_align_start__T730K {
|
|
1731
|
+
align-self: flex-start;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.content_align_center__zIpiO {
|
|
1735
|
+
align-self: center;
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.content_align_end__L62bf {
|
|
1739
|
+
align-self: flex-end;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.content_size_md__MrRdD {
|
|
1743
|
+
gap: var(--click-card-primary-space-md-gap);
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
.content_size_sm__fy4p3 {
|
|
1747
|
+
gap: var(--click-card-primary-space-sm-gap);
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
.topbadgewrapper__uA9pl {
|
|
1751
|
+
position: relative;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
.topbadge__E79OZ {
|
|
1755
|
+
position: absolute;
|
|
1756
|
+
top: 0;
|
|
1757
|
+
left: 50%;
|
|
1758
|
+
transform: translate(-50%, -50%);
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.topbadge_selected__zrz5r {
|
|
1762
|
+
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
div:active + .topbadge__E79OZ {
|
|
1766
|
+
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
1767
|
+
}
|
|
1768
|
+
.title__t68i9 {
|
|
1769
|
+
/* anchors inherit the title color via this local alias; the color
|
|
1770
|
+
modifiers below redefine it so links track the chosen title color. */
|
|
1771
|
+
--title-link-color: var(--click-global-color-title-default);
|
|
1772
|
+
|
|
1773
|
+
margin: 0;
|
|
1774
|
+
padding: 0;
|
|
1775
|
+
color: var(--click-global-color-title-default);
|
|
1776
|
+
font: var(--typography-styles-product-titles-md);
|
|
1777
|
+
font-style: inherit;
|
|
1778
|
+
text-align: left;
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
.title__t68i9 a,
|
|
1782
|
+
.title__t68i9 a:visited {
|
|
1783
|
+
color: var(--title-link-color);
|
|
1784
|
+
cursor: pointer;
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
.title__t68i9 a:hover {
|
|
1788
|
+
color: var(--click-global-color-title-muted);
|
|
1789
|
+
}
|
|
1790
|
+
|
|
1791
|
+
/* font shorthand depends on both family and size; one class per pairing
|
|
1792
|
+
mirrors the single `font:` declaration emitted by styled-components. */
|
|
1793
|
+
|
|
1794
|
+
.title_font_product-xs__IdFu4 {
|
|
1795
|
+
font: var(--typography-styles-product-titles-xs);
|
|
1796
|
+
font-style: inherit;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.title_font_product-sm__9RMAB {
|
|
1800
|
+
font: var(--typography-styles-product-titles-sm);
|
|
1801
|
+
font-style: inherit;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
.title_font_product-md__uDEhW {
|
|
1805
|
+
font: var(--typography-styles-product-titles-md);
|
|
1806
|
+
font-style: inherit;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.title_font_product-lg__BtA0P {
|
|
1810
|
+
font: var(--typography-styles-product-titles-lg);
|
|
1811
|
+
font-style: inherit;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
.title_font_product-xl__VFvtd {
|
|
1815
|
+
font: var(--typography-styles-product-titles-xl);
|
|
1816
|
+
font-style: inherit;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
.title_font_brand-xs__8A0De {
|
|
1820
|
+
font: var(--typography-styles-brand-titles-xs);
|
|
1821
|
+
font-style: inherit;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.title_font_brand-sm__6QsrH {
|
|
1825
|
+
font: var(--typography-styles-brand-titles-sm);
|
|
1826
|
+
font-style: inherit;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.title_font_brand-md__YOk4n {
|
|
1830
|
+
font: var(--typography-styles-brand-titles-md);
|
|
1831
|
+
font-style: inherit;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.title_font_brand-lg__90bGM {
|
|
1835
|
+
font: var(--typography-styles-brand-titles-lg);
|
|
1836
|
+
font-style: inherit;
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
.title_font_brand-xl__aDCet {
|
|
1840
|
+
font: var(--typography-styles-brand-titles-xl);
|
|
1841
|
+
font-style: inherit;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.title_color_default__4FO-y {
|
|
1845
|
+
--title-link-color: var(--click-global-color-title-default);
|
|
1846
|
+
|
|
1847
|
+
color: var(--click-global-color-title-default);
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.title_color_muted__sJNEb {
|
|
1851
|
+
--title-link-color: var(--click-global-color-title-muted);
|
|
1852
|
+
|
|
1853
|
+
color: var(--click-global-color-title-muted);
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
.title_align_left__-s5o9 {
|
|
1857
|
+
text-align: left;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
.title_align_center__33VmS {
|
|
1861
|
+
text-align: center;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.title_align_right__483BF {
|
|
1865
|
+
text-align: right;
|
|
1866
|
+
}
|
|
1867
|
+
/* The wrapper class is applied alongside FormRoot's styled-components class.
|
|
1868
|
+
The .wrapper.wrapper double-class boost matches the specificity behavior of
|
|
1869
|
+
the original `styled(FormRoot)` chain so these overrides reliably beat
|
|
1870
|
+
FormRoot's `align-items: flex-start` regardless of stylesheet insertion
|
|
1871
|
+
order between CSS Modules and the runtime-injected styled-components. */
|
|
1872
|
+
.wrapper__rpthW.wrapper__rpthW {
|
|
1873
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
1874
|
+
keyword on `max-width` is widely supported on evergreen browsers; the original
|
|
1875
|
+
styled-components rule used the same value. */
|
|
1876
|
+
max-width: fit-content;
|
|
1877
|
+
align-items: center;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
.checkinput__oErG6 {
|
|
1881
|
+
display: flex;
|
|
1882
|
+
width: var(--click-checkbox-size-all);
|
|
1883
|
+
height: var(--click-checkbox-size-all);
|
|
6
1884
|
flex-shrink: 0;
|
|
7
1885
|
justify-content: center;
|
|
8
1886
|
align-items: center;
|
|
9
|
-
|
|
10
|
-
border:
|
|
11
|
-
|
|
12
|
-
background: transparent;
|
|
13
|
-
color: inherit;
|
|
14
|
-
font: var(--click-button-basic-typography-label-default);
|
|
15
|
-
white-space: nowrap;
|
|
1887
|
+
border: 1px solid var(--checkbox-stroke-default);
|
|
1888
|
+
border-radius: var(--click-checkbox-radii-all);
|
|
1889
|
+
background: var(--checkbox-bg-default);
|
|
16
1890
|
cursor: pointer;
|
|
17
1891
|
}
|
|
18
1892
|
|
|
19
|
-
.
|
|
20
|
-
|
|
1893
|
+
.checkinput_variant_default__7KgZ1 {
|
|
1894
|
+
--checkbox-bg-default: var(--click-checkbox-color-variations-default-background-default);
|
|
1895
|
+
--checkbox-bg-hover: var(--click-checkbox-color-variations-default-background-hover);
|
|
1896
|
+
--checkbox-bg-active: var(--click-checkbox-color-variations-default-background-active);
|
|
1897
|
+
--checkbox-stroke-default: var(--click-checkbox-color-variations-default-stroke-default);
|
|
1898
|
+
--checkbox-stroke-active: var(--click-checkbox-color-variations-default-stroke-active);
|
|
21
1899
|
}
|
|
22
1900
|
|
|
23
|
-
.
|
|
24
|
-
|
|
1901
|
+
.checkinput_variant_var1__dF7nF {
|
|
1902
|
+
--checkbox-bg-default: var(--click-checkbox-color-variations-var1-background-default);
|
|
1903
|
+
--checkbox-bg-hover: var(--click-checkbox-color-variations-var1-background-hover);
|
|
1904
|
+
--checkbox-bg-active: var(--click-checkbox-color-variations-var1-background-active);
|
|
1905
|
+
--checkbox-stroke-default: var(--click-checkbox-color-variations-var1-stroke-default);
|
|
1906
|
+
--checkbox-stroke-active: var(--click-checkbox-color-variations-var1-stroke-active);
|
|
25
1907
|
}
|
|
26
1908
|
|
|
27
|
-
.
|
|
28
|
-
|
|
1909
|
+
.checkinput_variant_var2__pHifP {
|
|
1910
|
+
--checkbox-bg-default: var(--click-checkbox-color-variations-var2-background-default);
|
|
1911
|
+
--checkbox-bg-hover: var(--click-checkbox-color-variations-var2-background-hover);
|
|
1912
|
+
--checkbox-bg-active: var(--click-checkbox-color-variations-var2-background-active);
|
|
1913
|
+
--checkbox-stroke-default: var(--click-checkbox-color-variations-var2-stroke-default);
|
|
1914
|
+
--checkbox-stroke-active: var(--click-checkbox-color-variations-var2-stroke-active);
|
|
29
1915
|
}
|
|
30
1916
|
|
|
31
|
-
.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
1917
|
+
.checkinput_variant_var3__8KFg4 {
|
|
1918
|
+
--checkbox-bg-default: var(--click-checkbox-color-variations-var3-background-default);
|
|
1919
|
+
--checkbox-bg-hover: var(--click-checkbox-color-variations-var3-background-hover);
|
|
1920
|
+
--checkbox-bg-active: var(--click-checkbox-color-variations-var3-background-active);
|
|
1921
|
+
--checkbox-stroke-default: var(--click-checkbox-color-variations-var3-stroke-default);
|
|
1922
|
+
--checkbox-stroke-active: var(--click-checkbox-color-variations-var3-stroke-active);
|
|
35
1923
|
}
|
|
36
1924
|
|
|
37
|
-
.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
1925
|
+
.checkinput_variant_var4__-C02i {
|
|
1926
|
+
--checkbox-bg-default: var(--click-checkbox-color-variations-var4-background-default);
|
|
1927
|
+
--checkbox-bg-hover: var(--click-checkbox-color-variations-var4-background-hover);
|
|
1928
|
+
--checkbox-bg-active: var(--click-checkbox-color-variations-var4-background-active);
|
|
1929
|
+
--checkbox-stroke-default: var(--click-checkbox-color-variations-var4-stroke-default);
|
|
1930
|
+
--checkbox-stroke-active: var(--click-checkbox-color-variations-var4-stroke-active);
|
|
43
1931
|
}
|
|
44
1932
|
|
|
45
|
-
.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
1933
|
+
.checkinput_variant_var5__DuiuL {
|
|
1934
|
+
--checkbox-bg-default: var(--click-checkbox-color-variations-var5-background-default);
|
|
1935
|
+
--checkbox-bg-hover: var(--click-checkbox-color-variations-var5-background-hover);
|
|
1936
|
+
--checkbox-bg-active: var(--click-checkbox-color-variations-var5-background-active);
|
|
1937
|
+
--checkbox-stroke-default: var(--click-checkbox-color-variations-var5-stroke-default);
|
|
1938
|
+
--checkbox-stroke-active: var(--click-checkbox-color-variations-var5-stroke-active);
|
|
50
1939
|
}
|
|
51
1940
|
|
|
52
|
-
.
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
1941
|
+
.checkinput_variant_var6__DqZFO {
|
|
1942
|
+
--checkbox-bg-default: var(--click-checkbox-color-variations-var6-background-default);
|
|
1943
|
+
--checkbox-bg-hover: var(--click-checkbox-color-variations-var6-background-hover);
|
|
1944
|
+
--checkbox-bg-active: var(--click-checkbox-color-variations-var6-background-active);
|
|
1945
|
+
--checkbox-stroke-default: var(--click-checkbox-color-variations-var6-stroke-default);
|
|
1946
|
+
--checkbox-stroke-active: var(--click-checkbox-color-variations-var6-stroke-active);
|
|
58
1947
|
}
|
|
59
1948
|
|
|
60
|
-
.
|
|
61
|
-
|
|
62
|
-
border-color: var(--click-button-basic-color-primary-stroke-active);
|
|
63
|
-
background-color: var(--click-button-basic-color-primary-background-active);
|
|
64
|
-
font: var(--click-button-basic-typography-label-active);
|
|
65
|
-
outline: none;
|
|
1949
|
+
.checkinput__oErG6:hover {
|
|
1950
|
+
background: var(--checkbox-bg-hover);
|
|
66
1951
|
}
|
|
67
1952
|
|
|
68
|
-
.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
1953
|
+
.checkinput__oErG6[data-state='checked'],
|
|
1954
|
+
.checkinput__oErG6[data-state='indeterminate'] {
|
|
1955
|
+
border-color: var(--checkbox-stroke-active);
|
|
1956
|
+
background: var(--checkbox-bg-active);
|
|
72
1957
|
}
|
|
73
1958
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
1959
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
1960
|
+
defined after checked/indeterminate to mirror the source cascade order;
|
|
1961
|
+
matches the styled-components rule which used a nested `&[data-disabled]`
|
|
1962
|
+
block placed after the state selectors. */
|
|
1963
|
+
.checkinput__oErG6[data-disabled] {
|
|
1964
|
+
border-color: var(--click-checkbox-color-stroke-disabled);
|
|
1965
|
+
background: var(--click-checkbox-color-background-disabled);
|
|
79
1966
|
cursor: not-allowed;
|
|
80
1967
|
}
|
|
81
1968
|
|
|
82
|
-
.
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
transition: var(--click-transition-default);
|
|
1969
|
+
.checkinput__oErG6[data-disabled][data-state='checked'],
|
|
1970
|
+
.checkinput__oErG6[data-disabled][data-state='indeterminate'] {
|
|
1971
|
+
border-color: var(--click-checkbox-color-stroke-disabled);
|
|
1972
|
+
background: var(--click-checkbox-color-background-disabled);
|
|
87
1973
|
}
|
|
1974
|
+
/* stylelint-enable no-descending-specificity */
|
|
88
1975
|
|
|
89
|
-
.
|
|
90
|
-
|
|
91
|
-
background-color: var(--click-button-basic-color-secondary-background-active);
|
|
92
|
-
font: var(--click-button-basic-typography-label-active);
|
|
93
|
-
outline: 2px solid var(--click-button-basic-color-secondary-stroke-active);
|
|
94
|
-
outline-offset: 2px;
|
|
1976
|
+
.checkicon__wvW5M {
|
|
1977
|
+
color: var(--click-checkbox-color-check-active);
|
|
95
1978
|
}
|
|
96
1979
|
|
|
97
|
-
.
|
|
98
|
-
|
|
99
|
-
border-color: var(--click-button-basic-color-secondary-stroke-active);
|
|
100
|
-
background-color: var(--click-button-basic-color-secondary-background-active);
|
|
101
|
-
font: var(--click-button-basic-typography-label-active);
|
|
102
|
-
outline: none;
|
|
1980
|
+
.checkicon__wvW5M[data-disabled] {
|
|
1981
|
+
color: var(--click-checkbox-color-check-disabled);
|
|
103
1982
|
}
|
|
1983
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. genericLabel) */
|
|
104
1984
|
|
|
105
|
-
.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
1985
|
+
.generic-label__l8R-z {
|
|
1986
|
+
color: var(--click-field-color-genericLabel-default);
|
|
1987
|
+
font: var(--click-field-typography-genericLabel-default);
|
|
1988
|
+
cursor: pointer;
|
|
109
1989
|
}
|
|
110
1990
|
|
|
111
|
-
.
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
1991
|
+
.generic-label__l8R-z:hover {
|
|
1992
|
+
color: var(--click-field-color-genericLabel-hover);
|
|
1993
|
+
font: var(--click-field-typography-genericLabel-hover);
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
.generic-label__l8R-z:focus,
|
|
1997
|
+
.generic-label__l8R-z:focus-within {
|
|
1998
|
+
color: var(--click-field-color-genericLabel-active);
|
|
1999
|
+
font: var(--click-field-typography-genericLabel-active);
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
2003
|
+
defined after hover/focus to neutralize them; the original styled-components
|
|
2004
|
+
emits no hover/focus rules when disabled is true. */
|
|
2005
|
+
.generic-label__l8R-z.generic-label_disabled__LsI3I,
|
|
2006
|
+
.generic-label__l8R-z.generic-label_disabled__LsI3I:hover,
|
|
2007
|
+
.generic-label__l8R-z.generic-label_disabled__LsI3I:focus,
|
|
2008
|
+
.generic-label__l8R-z.generic-label_disabled__LsI3I:focus-within {
|
|
2009
|
+
color: var(--click-field-color-genericLabel-disabled);
|
|
2010
|
+
font: var(--click-field-typography-genericLabel-disabled);
|
|
116
2011
|
cursor: not-allowed;
|
|
117
2012
|
}
|
|
2013
|
+
/* stylelint-enable no-descending-specificity */
|
|
2014
|
+
.progressbar__21KMf {
|
|
2015
|
+
display: flex;
|
|
2016
|
+
min-height: 2px;
|
|
2017
|
+
padding-right: 0;
|
|
2018
|
+
overflow: hidden;
|
|
2019
|
+
justify-content: space-between;
|
|
2020
|
+
align-items: center;
|
|
2021
|
+
gap: var(--click-field-space-gap);
|
|
2022
|
+
border: 1px solid var(--click-field-color-stroke-default);
|
|
2023
|
+
border-radius: var(--click-field-radii-all);
|
|
2024
|
+
background: linear-gradient(
|
|
2025
|
+
var(--progress-grad-dir, to right),
|
|
2026
|
+
var(--global-color-accent-default) 0%,
|
|
2027
|
+
var(--global-color-accent-default) var(--progress),
|
|
2028
|
+
var(--progress-bg, var(--click-field-color-background-default)) var(--progress),
|
|
2029
|
+
var(--progress-bg, var(--click-field-color-background-default)) 100%
|
|
2030
|
+
);
|
|
2031
|
+
background-position: center;
|
|
2032
|
+
background-size: calc(100% + 2px);
|
|
2033
|
+
color: var(--global-color-accent-default);
|
|
2034
|
+
font: var(--typography-styles-product-text-normal-sm);
|
|
2035
|
+
transition: all 100ms ease-in-out;
|
|
2036
|
+
}
|
|
118
2037
|
|
|
119
|
-
.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
transition: var(--click-transition-default);
|
|
2038
|
+
.progressbar_orientation_vertical__0w-VB {
|
|
2039
|
+
width: auto;
|
|
2040
|
+
height: 100%;
|
|
2041
|
+
flex-direction: column;
|
|
124
2042
|
}
|
|
125
2043
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
2044
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same
|
|
2045
|
+
width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
2046
|
+
stretch) so horizontal bars fill the available inline space. */
|
|
2047
|
+
.progressbar_orientation_horizontal__MJimN {
|
|
2048
|
+
width: 100%;
|
|
2049
|
+
width: -webkit-fill-available;
|
|
2050
|
+
width: fill-available;
|
|
2051
|
+
width: stretch;
|
|
132
2052
|
}
|
|
2053
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
133
2054
|
|
|
134
|
-
.
|
|
135
|
-
|
|
136
|
-
border-color: var(--click-button-basic-color-empty-stroke-active);
|
|
137
|
-
background-color: var(--click-button-basic-color-empty-background-active);
|
|
138
|
-
font: var(--click-button-basic-typography-label-active);
|
|
139
|
-
outline: none;
|
|
2055
|
+
.progressbar_orientation_horizontal__MJimN.progressbar_dir_start__xUm-Q {
|
|
2056
|
+
--progress-grad-dir: to right;
|
|
140
2057
|
}
|
|
141
2058
|
|
|
142
|
-
.
|
|
143
|
-
|
|
144
|
-
background-color: var(--click-button-basic-color-danger-background-default);
|
|
145
|
-
color: var(--click-button-basic-color-danger-text-default);
|
|
2059
|
+
.progressbar_orientation_horizontal__MJimN.progressbar_dir_end__iGTwK {
|
|
2060
|
+
--progress-grad-dir: to left;
|
|
146
2061
|
}
|
|
147
2062
|
|
|
148
|
-
.
|
|
149
|
-
|
|
150
|
-
background-color: var(--click-button-basic-color-danger-background-disabled);
|
|
151
|
-
color: var(--click-button-basic-color-danger-text-disabled);
|
|
152
|
-
font: var(--click-button-basic-typography-label-disabled);
|
|
153
|
-
cursor: not-allowed;
|
|
2063
|
+
.progressbar_orientation_vertical__0w-VB.progressbar_dir_start__xUm-Q {
|
|
2064
|
+
--progress-grad-dir: to bottom;
|
|
154
2065
|
}
|
|
155
2066
|
|
|
156
|
-
.
|
|
157
|
-
|
|
158
|
-
background-color: var(--click-button-basic-color-danger-background-hover);
|
|
159
|
-
font: var(--click-button-basic-typography-label-hover);
|
|
160
|
-
transition: var(--click-transition-default);
|
|
2067
|
+
.progressbar_orientation_vertical__0w-VB.progressbar_dir_end__iGTwK {
|
|
2068
|
+
--progress-grad-dir: to top;
|
|
161
2069
|
}
|
|
162
2070
|
|
|
163
|
-
.
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
font: var(--click-button-basic-typography-label-active);
|
|
167
|
-
outline: 2px solid var(--click-button-basic-color-danger-stroke-active);
|
|
168
|
-
outline-offset: 2px;
|
|
2071
|
+
.progressbar_type_default__B8jtt {
|
|
2072
|
+
padding: 0.25rem var(--click-field-space-x);
|
|
2073
|
+
padding-right: 0;
|
|
169
2074
|
}
|
|
170
2075
|
|
|
171
|
-
.
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
background-color: var(--click-button-basic-color-danger-background-active);
|
|
175
|
-
font: var(--click-button-basic-typography-label-active);
|
|
176
|
-
outline: none;
|
|
2076
|
+
.progressbar_type_small__bcDiV {
|
|
2077
|
+
padding: 0 var(--click-field-space-x);
|
|
2078
|
+
padding-right: 0;
|
|
177
2079
|
}
|
|
178
2080
|
|
|
179
|
-
.
|
|
180
|
-
|
|
2081
|
+
.progressbar_completed__XhK-p.progressbar_type_default__B8jtt {
|
|
2082
|
+
background: var(--click-field-color-background-default);
|
|
2083
|
+
background-position: center;
|
|
2084
|
+
background-size: calc(100% + 2px);
|
|
181
2085
|
}
|
|
182
2086
|
|
|
183
|
-
.
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
2087
|
+
.progressbar__21KMf:hover {
|
|
2088
|
+
--progress-bg: var(--click-field-color-background-hover);
|
|
2089
|
+
|
|
2090
|
+
border: 1px solid var(--click-field-color-stroke-hover);
|
|
2091
|
+
background-position: center;
|
|
2092
|
+
background-size: calc(100% + 2px);
|
|
189
2093
|
}
|
|
190
2094
|
|
|
191
|
-
.
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
2095
|
+
.progressbar_completed__XhK-p:hover {
|
|
2096
|
+
background: var(--click-field-color-background-hover);
|
|
2097
|
+
background-position: center;
|
|
2098
|
+
background-size: calc(100% + 2px);
|
|
195
2099
|
}
|
|
196
2100
|
|
|
197
|
-
.
|
|
198
|
-
|
|
2101
|
+
.progressbar__21KMf:focus,
|
|
2102
|
+
.progressbar__21KMf:focus-within {
|
|
2103
|
+
--progress-bg: var(--click-field-color-background-active);
|
|
2104
|
+
|
|
2105
|
+
border: 1px solid var(--click-field-color-stroke-active);
|
|
2106
|
+
background-position: center;
|
|
2107
|
+
background-size: calc(100% + 2px);
|
|
199
2108
|
}
|
|
200
2109
|
|
|
201
|
-
.
|
|
202
|
-
|
|
2110
|
+
.progressbar_completed__XhK-p:focus,
|
|
2111
|
+
.progressbar_completed__XhK-p:focus-within {
|
|
2112
|
+
background: var(--click-field-color-background-active);
|
|
2113
|
+
background-position: center;
|
|
2114
|
+
background-size: calc(100% + 2px);
|
|
203
2115
|
}
|
|
204
2116
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
2117
|
+
.progresstext__RAf9Q {
|
|
2118
|
+
width: 100%;
|
|
2119
|
+
font: inherit;
|
|
2120
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
|
|
2121
|
+
is widely supported on evergreen browsers; the original rule
|
|
2122
|
+
used the same value to invert the text against the gradient fill. */
|
|
2123
|
+
mix-blend-mode: difference;
|
|
2124
|
+
}
|
|
209
2125
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
2126
|
+
.progressclosebutton__cGgfw {
|
|
2127
|
+
visibility: hidden;
|
|
2128
|
+
border: 0;
|
|
2129
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- mix-blend-mode
|
|
2130
|
+
is widely supported on evergreen browsers; the original rule
|
|
2131
|
+
used the same value to invert the close icon against the gradient fill. */
|
|
2132
|
+
mix-blend-mode: difference;
|
|
213
2133
|
}
|
|
214
2134
|
|
|
215
|
-
.
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
2135
|
+
.progressclosebutton_dismissable__p5mDJ {
|
|
2136
|
+
visibility: visible;
|
|
2137
|
+
}
|
|
2138
|
+
.link__Ly-e3 {
|
|
2139
|
+
display: inline-flex;
|
|
2140
|
+
margin: 0;
|
|
2141
|
+
margin-right: var(--link-gap);
|
|
2142
|
+
align-items: center;
|
|
2143
|
+
gap: var(--link-gap);
|
|
2144
|
+
color: var(--click-global-color-text-link-default);
|
|
2145
|
+
font: var(--link-font);
|
|
2146
|
+
text-decoration: none;
|
|
219
2147
|
}
|
|
220
2148
|
|
|
221
|
-
.
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
2149
|
+
.link__Ly-e3:hover,
|
|
2150
|
+
.link__Ly-e3:focus {
|
|
2151
|
+
color: var(--click-global-color-text-link-hover);
|
|
2152
|
+
text-decoration: underline;
|
|
2153
|
+
cursor: pointer;
|
|
2154
|
+
transition: var(--transition-default);
|
|
225
2155
|
}
|
|
226
2156
|
|
|
227
|
-
.
|
|
228
|
-
|
|
229
|
-
background-size: 200% 100%;
|
|
230
|
-
background-repeat: no-repeat;
|
|
2157
|
+
.link__Ly-e3:visited {
|
|
2158
|
+
color: var(--click-global-color-text-link-default);
|
|
231
2159
|
}
|
|
232
2160
|
|
|
233
|
-
.
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
2161
|
+
/* The original emitted theme.click.link.space.sm.gap for size xs/sm and
|
|
2162
|
+
theme.click.link.space.md.gap for md/lg. Alias to a local custom property
|
|
2163
|
+
so the gap/margin-right rule on .link stays single-source. */
|
|
2164
|
+
.link_size_xs__kYknu,
|
|
2165
|
+
.link_size_sm__Qqpi3 {
|
|
2166
|
+
--link-gap: var(--click-link-space-sm-gap);
|
|
237
2167
|
}
|
|
238
2168
|
|
|
239
|
-
.
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
height: var(--click-button-basic-size-icon-all);
|
|
243
|
-
justify-content: center;
|
|
244
|
-
align-items: center;
|
|
2169
|
+
.link_size_md__QlDJt,
|
|
2170
|
+
.link_size_lg__FkICb {
|
|
2171
|
+
--link-gap: var(--click-link-space-md-gap);
|
|
245
2172
|
}
|
|
246
2173
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
2174
|
+
/* Size + weight compose to pick a single typography token —
|
|
2175
|
+
theme.typography.styles.product.text[$weight][$size]. Emit one compound
|
|
2176
|
+
class per combination and set --link-font, which the base .link rule
|
|
2177
|
+
consumes. */
|
|
2178
|
+
.link_size_xs__kYknu.link_weight_normal__shPkj {
|
|
2179
|
+
--link-font: var(--typography-styles-product-text-normal-xs);
|
|
250
2180
|
}
|
|
251
2181
|
|
|
252
|
-
.
|
|
253
|
-
|
|
2182
|
+
.link_size_sm__Qqpi3.link_weight_normal__shPkj {
|
|
2183
|
+
--link-font: var(--typography-styles-product-text-normal-sm);
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
.link_size_md__QlDJt.link_weight_normal__shPkj {
|
|
2187
|
+
--link-font: var(--typography-styles-product-text-normal-md);
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
.link_size_lg__FkICb.link_weight_normal__shPkj {
|
|
2191
|
+
--link-font: var(--typography-styles-product-text-normal-lg);
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
.link_size_xs__kYknu.link_weight_medium__Sot5E {
|
|
2195
|
+
--link-font: var(--typography-styles-product-text-medium-xs);
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
.link_size_sm__Qqpi3.link_weight_medium__Sot5E {
|
|
2199
|
+
--link-font: var(--typography-styles-product-text-medium-sm);
|
|
2200
|
+
}
|
|
2201
|
+
|
|
2202
|
+
.link_size_md__QlDJt.link_weight_medium__Sot5E {
|
|
2203
|
+
--link-font: var(--typography-styles-product-text-medium-md);
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
.link_size_lg__FkICb.link_weight_medium__Sot5E {
|
|
2207
|
+
--link-font: var(--typography-styles-product-text-medium-lg);
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
.link_size_xs__kYknu.link_weight_semibold__6STFO {
|
|
2211
|
+
--link-font: var(--typography-styles-product-text-semibold-xs);
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
.link_size_sm__Qqpi3.link_weight_semibold__6STFO {
|
|
2215
|
+
--link-font: var(--typography-styles-product-text-semibold-sm);
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
.link_size_md__QlDJt.link_weight_semibold__6STFO {
|
|
2219
|
+
--link-font: var(--typography-styles-product-text-semibold-md);
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
.link_size_lg__FkICb.link_weight_semibold__6STFO {
|
|
2223
|
+
--link-font: var(--typography-styles-product-text-semibold-lg);
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
.link_size_xs__kYknu.link_weight_bold__FWQyo {
|
|
2227
|
+
--link-font: var(--typography-styles-product-text-bold-xs);
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
.link_size_sm__Qqpi3.link_weight_bold__FWQyo {
|
|
2231
|
+
--link-font: var(--typography-styles-product-text-bold-sm);
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
.link_size_md__QlDJt.link_weight_bold__FWQyo {
|
|
2235
|
+
--link-font: var(--typography-styles-product-text-bold-md);
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
.link_size_lg__FkICb.link_weight_bold__FWQyo {
|
|
2239
|
+
--link-font: var(--typography-styles-product-text-bold-lg);
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.link_size_xs__kYknu.link_weight_mono__Mzdum {
|
|
2243
|
+
--link-font: var(--typography-styles-product-text-mono-xs);
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
.link_size_sm__Qqpi3.link_weight_mono__Mzdum {
|
|
2247
|
+
--link-font: var(--typography-styles-product-text-mono-sm);
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
.link_size_md__QlDJt.link_weight_mono__Mzdum {
|
|
2251
|
+
--link-font: var(--typography-styles-product-text-mono-md);
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
.link_size_lg__FkICb.link_weight_mono__Mzdum {
|
|
2255
|
+
--link-font: var(--typography-styles-product-text-mono-lg);
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
/* The inner Icon receives .external-icon via className. The original used a
|
|
2259
|
+
descendant selector inside IconWrapper; here we pass the scoped class
|
|
2260
|
+
straight to the Icon so the selector stays a single class with the same
|
|
2261
|
+
effective specificity. */
|
|
2262
|
+
.external-icon_size_xs__hRWrg,
|
|
2263
|
+
.external-icon_size_sm__QFJoc {
|
|
2264
|
+
width: var(--click-link-icon-size-sm-width);
|
|
2265
|
+
height: var(--click-link-icon-size-sm-height);
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
.external-icon_size_md__-bbPt,
|
|
2269
|
+
.external-icon_size_lg__XGkpl {
|
|
2270
|
+
width: var(--click-link-icon-size-md-width);
|
|
2271
|
+
height: var(--click-link-icon-size-md-height);
|
|
2272
|
+
}
|
|
2273
|
+
/* The wrapper class is applied alongside FormRoot's styled-components class.
|
|
2274
|
+
The .wrapper.wrapper double-class boost matches the specificity behavior of
|
|
2275
|
+
the original `styled(FormRoot)` chain so these overrides reliably beat
|
|
2276
|
+
FormRoot's `align-items: flex-start` regardless of stylesheet insertion
|
|
2277
|
+
order between CSS Modules and the runtime-injected styled-components. */
|
|
2278
|
+
.wrapper__kudO9.wrapper__kudO9 {
|
|
2279
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
2280
|
+
keyword on `max-width` is widely supported on evergreen browsers; the original
|
|
2281
|
+
styled-components rule used the same value. */
|
|
2282
|
+
max-width: fit-content;
|
|
254
2283
|
align-items: center;
|
|
255
2284
|
}
|
|
256
2285
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
2286
|
+
.switch__hgdMu {
|
|
2287
|
+
position: relative;
|
|
2288
|
+
width: var(--click-switch-size-width);
|
|
2289
|
+
height: var(--click-switch-size-height);
|
|
2290
|
+
padding: 0;
|
|
2291
|
+
border: 1px solid var(--click-switch-color-stroke-default);
|
|
2292
|
+
border-radius: var(--click-switch-radii-all);
|
|
2293
|
+
background-color: var(--click-switch-color-background-default);
|
|
2294
|
+
cursor: pointer;
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
.switch__hgdMu[data-state='checked'] {
|
|
2298
|
+
border: 1px solid var(--click-switch-color-stroke-active);
|
|
2299
|
+
background-color: var(--click-switch-color-background-active);
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
2303
|
+
defined after the checked state to mirror the original `getRootVars`
|
|
2304
|
+
priority, where `disabled` is evaluated before `checked` so a disabled
|
|
2305
|
+
switch always shows the disabled colors regardless of checked. */
|
|
2306
|
+
.switch__hgdMu[data-disabled],
|
|
2307
|
+
.switch__hgdMu[data-disabled][data-state='checked'] {
|
|
2308
|
+
border: 1px solid var(--click-switch-color-stroke-disabled);
|
|
2309
|
+
background-color: var(--click-switch-color-background-disabled);
|
|
2310
|
+
cursor: not-allowed;
|
|
2311
|
+
}
|
|
2312
|
+
/* stylelint-enable no-descending-specificity */
|
|
2313
|
+
|
|
2314
|
+
.switch__thumb__cPlbD {
|
|
2315
|
+
display: block;
|
|
2316
|
+
width: 12px;
|
|
2317
|
+
height: 12px;
|
|
2318
|
+
border-radius: var(--click-switch-radii-all);
|
|
2319
|
+
background-color: var(--click-switch-color-indicator-default);
|
|
2320
|
+
transition: transform 100ms;
|
|
2321
|
+
transform: translateX(2px);
|
|
2322
|
+
will-change: transform;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
.switch__thumb__cPlbD[data-state='checked'] {
|
|
2326
|
+
background-color: var(--click-switch-color-indicator-active);
|
|
2327
|
+
transform: translateX(15px);
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
/* stylelint-disable no-descending-specificity -- disabled state intentionally
|
|
2331
|
+
defined after the checked state to mirror the original `getThumbVars`
|
|
2332
|
+
priority, where `disabled` is evaluated before `checked`. */
|
|
2333
|
+
.switch__thumb__cPlbD[data-disabled],
|
|
2334
|
+
.switch__thumb__cPlbD[data-disabled][data-state='checked'] {
|
|
2335
|
+
background-color: var(--click-switch-color-indicator-disabled);
|
|
261
2336
|
}
|
|
2337
|
+
/* stylelint-enable no-descending-specificity */
|
|
262
2338
|
:root,
|
|
263
2339
|
[data-cui-theme="light"] {
|
|
264
2340
|
--click-accordion-sm-icon-size-height: 1rem;
|
|
@@ -1163,6 +3239,7 @@
|
|
|
1163
3239
|
--click-genericMenu-item-color-default-background-active: #ffffff;
|
|
1164
3240
|
--click-genericMenu-item-color-default-background-disabled: #ffffff;
|
|
1165
3241
|
--click-genericMenu-item-color-default-stroke-default: #e6e7e9;
|
|
3242
|
+
--click-genericMenu-item-color-default-stroke-focus: #437eef;
|
|
1166
3243
|
--click-genericMenu-item-color-format-default: lch(71.998 4.1843 268.48);
|
|
1167
3244
|
--click-genericMenu-item-color-format-hover: lch(71.998 4.1843 268.48);
|
|
1168
3245
|
--click-genericMenu-item-color-format-active: lch(71.998 4.1843 268.48);
|
|
@@ -1179,6 +3256,8 @@
|
|
|
1179
3256
|
--click-genericMenu-item-color-danger-background-hover: rgb(100% 13.725% 13.725% / 0.2);
|
|
1180
3257
|
--click-genericMenu-item-color-danger-background-active: rgb(100% 13.725% 13.725% / 0.3);
|
|
1181
3258
|
--click-genericMenu-item-color-danger-background-disabled: #ffffff;
|
|
3259
|
+
--click-genericMenu-item-color-danger-stroke-default: rgba(0, 0, 0, 0);
|
|
3260
|
+
--click-genericMenu-item-color-danger-stroke-focus: #437eef;
|
|
1182
3261
|
--click-genericMenu-itemCustom-typography-label-sm: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
1183
3262
|
--click-genericMenu-itemCustom-typography-label-lg: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
1184
3263
|
--click-genericMenu-button-space-gap: 0.25rem;
|
|
@@ -1687,6 +3766,7 @@
|
|
|
1687
3766
|
--click-global-color-text-link-default: #437eef;
|
|
1688
3767
|
--click-global-color-text-link-hover: #104ec6;
|
|
1689
3768
|
--click-global-color-text-danger: #c10000;
|
|
3769
|
+
--click-global-color-text-warning: #a33c00;
|
|
1690
3770
|
--click-global-color-title-default: lch(11.126 1.374 305.43);
|
|
1691
3771
|
--click-global-color-title-muted: #696e79;
|
|
1692
3772
|
--click-global-color-outline-default: #437eef;
|
|
@@ -2965,6 +5045,7 @@
|
|
|
2965
5045
|
--click-genericMenu-item-color-default-background-active: #282828;
|
|
2966
5046
|
--click-genericMenu-item-color-default-background-disabled: #414141;
|
|
2967
5047
|
--click-genericMenu-item-color-default-stroke-default: #323232;
|
|
5048
|
+
--click-genericMenu-item-color-default-stroke-focus: #faff69;
|
|
2968
5049
|
--click-genericMenu-item-color-format-default: lch(62.868 0 none);
|
|
2969
5050
|
--click-genericMenu-item-color-format-hover: rgb(60.157% 60.157% 60.157%);
|
|
2970
5051
|
--click-genericMenu-item-color-format-active: rgb(60.157% 60.157% 60.157%);
|
|
@@ -2983,6 +5064,7 @@
|
|
|
2983
5064
|
--click-genericMenu-item-color-danger-background-active: rgb(100% 13.725% 13.725% / 0.45);
|
|
2984
5065
|
--click-genericMenu-item-color-danger-background-disabled: #414141;
|
|
2985
5066
|
--click-genericMenu-item-color-danger-stroke-default: rgba(0, 0, 0, 0);
|
|
5067
|
+
--click-genericMenu-item-color-danger-stroke-focus: #faff69;
|
|
2986
5068
|
--click-genericMenu-itemCustom-typography-label-sm: 500 0.75rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
2987
5069
|
--click-genericMenu-itemCustom-typography-label-lg: 400 0.875rem/1.5 "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
2988
5070
|
--click-genericMenu-button-space-gap: 0.25rem;
|
|
@@ -3488,6 +5570,7 @@
|
|
|
3488
5570
|
--click-global-color-text-link-default: #faff69;
|
|
3489
5571
|
--click-global-color-text-link-hover: #feffc2;
|
|
3490
5572
|
--click-global-color-text-danger: #ffbaba;
|
|
5573
|
+
--click-global-color-text-warning: #ffb88f;
|
|
3491
5574
|
--click-global-color-stroke-default: #323232;
|
|
3492
5575
|
--click-global-color-stroke-muted: #323232;
|
|
3493
5576
|
--click-global-color-stroke-intense: #414141;
|