@kaizen/components 3.0.1 → 3.0.3
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/src/ClearButton/ClearButton.cjs +1 -1
- package/dist/cjs/src/ClearButton/ClearButton.module.css.cjs +8 -0
- package/dist/cjs/src/Radio/Radio/Radio.cjs +1 -1
- package/dist/cjs/src/Radio/Radio/Radio.module.css.cjs +9 -0
- package/dist/cjs/src/Radio/RadioField/RadioField.cjs +1 -1
- package/dist/cjs/src/Radio/RadioField/RadioField.module.css.cjs +8 -0
- package/dist/cjs/src/Radio/RadioGroup/RadioGroup.cjs +1 -1
- package/dist/cjs/src/Radio/RadioGroup/RadioGroup.module.css.cjs +9 -0
- package/dist/esm/src/ClearButton/ClearButton.mjs +1 -1
- package/dist/esm/src/ClearButton/ClearButton.module.css.mjs +6 -0
- package/dist/esm/src/Radio/Radio/Radio.mjs +1 -1
- package/dist/esm/src/Radio/Radio/Radio.module.css.mjs +7 -0
- package/dist/esm/src/Radio/RadioField/RadioField.mjs +1 -1
- package/dist/esm/src/Radio/RadioField/RadioField.module.css.mjs +6 -0
- package/dist/esm/src/Radio/RadioGroup/RadioGroup.mjs +1 -1
- package/dist/esm/src/Radio/RadioGroup/RadioGroup.module.css.mjs +7 -0
- package/dist/styles.css +154 -120
- package/locales/kk-KZ.json +259 -0
- package/package.json +17 -17
- package/src/ClearButton/{ClearButton.module.scss → ClearButton.module.css} +12 -10
- package/src/ClearButton/ClearButton.tsx +1 -1
- package/src/MultiSelect/subcomponents/Checkbox/Checkbox.module.scss +2 -0
- package/src/Radio/Radio/Radio.module.css +81 -0
- package/src/Radio/Radio/Radio.tsx +1 -1
- package/src/Radio/RadioField/RadioField.module.css +37 -0
- package/src/Radio/RadioField/RadioField.tsx +1 -1
- package/src/Radio/RadioGroup/{RadioGroup.module.scss → RadioGroup.module.css} +4 -7
- package/src/Radio/RadioGroup/RadioGroup.tsx +1 -1
- package/dist/cjs/src/ClearButton/ClearButton.module.scss.cjs +0 -8
- package/dist/cjs/src/Radio/Radio/Radio.module.scss.cjs +0 -9
- package/dist/cjs/src/Radio/RadioField/RadioField.module.scss.cjs +0 -8
- package/dist/cjs/src/Radio/RadioGroup/RadioGroup.module.scss.cjs +0 -9
- package/dist/esm/src/ClearButton/ClearButton.module.scss.mjs +0 -6
- package/dist/esm/src/Radio/Radio/Radio.module.scss.mjs +0 -7
- package/dist/esm/src/Radio/RadioField/RadioField.module.scss.mjs +0 -6
- package/dist/esm/src/Radio/RadioGroup/RadioGroup.module.scss.mjs +0 -7
- package/src/Radio/Radio/Radio.module.scss +0 -81
- package/src/Radio/RadioField/RadioField.module.scss +0 -50
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var classnames = require('classnames');
|
|
6
6
|
var Icon = require('../Icon/Icon.cjs');
|
|
7
|
-
var ClearButton_module = require('./ClearButton.module.
|
|
7
|
+
var ClearButton_module = require('./ClearButton.module.css.cjs');
|
|
8
8
|
function _interopDefault(e) {
|
|
9
9
|
return e && e.__esModule ? e : {
|
|
10
10
|
default: e
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var tslib = require('tslib');
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var classnames = require('classnames');
|
|
6
|
-
var Radio_module = require('./Radio.module.
|
|
6
|
+
var Radio_module = require('./Radio.module.css.cjs');
|
|
7
7
|
function _interopDefault(e) {
|
|
8
8
|
return e && e.__esModule ? e : {
|
|
9
9
|
default: e
|
|
@@ -5,7 +5,7 @@ var React = require('react');
|
|
|
5
5
|
var classnames = require('classnames');
|
|
6
6
|
var Label = require('../../Label/Label.cjs');
|
|
7
7
|
var Radio = require('../Radio/Radio.cjs');
|
|
8
|
-
var RadioField_module = require('./RadioField.module.
|
|
8
|
+
var RadioField_module = require('./RadioField.module.css.cjs');
|
|
9
9
|
function _interopDefault(e) {
|
|
10
10
|
return e && e.__esModule ? e : {
|
|
11
11
|
default: e
|
|
@@ -4,7 +4,7 @@ var tslib = require('tslib');
|
|
|
4
4
|
var React = require('react');
|
|
5
5
|
var classnames = require('classnames');
|
|
6
6
|
var Label = require('../../Label/Label.cjs');
|
|
7
|
-
var RadioGroup_module = require('./RadioGroup.module.
|
|
7
|
+
var RadioGroup_module = require('./RadioGroup.module.css.cjs');
|
|
8
8
|
function _interopDefault(e) {
|
|
9
9
|
return e && e.__esModule ? e : {
|
|
10
10
|
default: e
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var styles = {
|
|
4
|
+
"radioGroupLabel": "RadioGroup-module_radioGroupLabel__oXCV6",
|
|
5
|
+
"reversed": "RadioGroup-module_reversed__kIhwL",
|
|
6
|
+
"radioGroupContainer": "RadioGroup-module_radioGroupContainer__NUt-Z",
|
|
7
|
+
"noBottomMargin": "RadioGroup-module_noBottomMargin__YA6DY"
|
|
8
|
+
};
|
|
9
|
+
module.exports = styles;
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Icon } from '../Icon/Icon.mjs';
|
|
5
|
-
import styles from './ClearButton.module.
|
|
5
|
+
import styles from './ClearButton.module.css.mjs';
|
|
6
6
|
const ClearButton = /*#__PURE__*/function () {
|
|
7
7
|
const ClearButton = function (_a) {
|
|
8
8
|
var classNameOverride = _a.classNameOverride,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __rest, __assign } from 'tslib';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
|
-
import styles from './Radio.module.
|
|
4
|
+
import styles from './Radio.module.css.mjs';
|
|
5
5
|
var renderSelected = function (selectedStatus, reversed) {
|
|
6
6
|
if (selectedStatus) {
|
|
7
7
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -3,7 +3,7 @@ import React, { useId } from 'react';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Label } from '../../Label/Label.mjs';
|
|
5
5
|
import { Radio } from '../Radio/Radio.mjs';
|
|
6
|
-
import styles from './RadioField.module.
|
|
6
|
+
import styles from './RadioField.module.css.mjs';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092822/Radio+Field Guidance} |
|
|
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
|
|
|
2
2
|
import React, { useId } from 'react';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { Label } from '../../Label/Label.mjs';
|
|
5
|
-
import styles from './RadioGroup.module.
|
|
5
|
+
import styles from './RadioGroup.module.css.mjs';
|
|
6
6
|
const RadioGroup = /*#__PURE__*/function () {
|
|
7
7
|
const RadioGroup = function (_a) {
|
|
8
8
|
var children = _a.children,
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var styles = {
|
|
2
|
+
"radioGroupLabel": "RadioGroup-module_radioGroupLabel__oXCV6",
|
|
3
|
+
"reversed": "RadioGroup-module_reversed__kIhwL",
|
|
4
|
+
"radioGroupContainer": "RadioGroup-module_radioGroupContainer__NUt-Z",
|
|
5
|
+
"noBottomMargin": "RadioGroup-module_noBottomMargin__YA6DY"
|
|
6
|
+
};
|
|
7
|
+
export { styles as default };
|
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer tokens, normalize, reset, kz-components;@layer tokens{:root{--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:500;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:auto}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:auto;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}body{container-type:inline-size;min-height:100vh}}
|
|
1
|
+
@layer tokens, normalize, reset, kz-components;@layer tokens{:root{--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:500;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:auto}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:auto;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}body{container-type:inline-size;min-height:100vh}}html:has(body[data-scroll-locked]){overflow:hidden}
|
|
2
2
|
@layer kz-components {
|
|
3
3
|
/*
|
|
4
4
|
* This is taken from the Material Symbols CDN
|
|
@@ -2575,12 +2575,10 @@
|
|
|
2575
2575
|
margin-bottom: 0;
|
|
2576
2576
|
}
|
|
2577
2577
|
}
|
|
2578
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2579
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2580
2578
|
@layer kz-components {
|
|
2581
|
-
.ClearButton-
|
|
2579
|
+
.ClearButton-module_clearButton__qOM0I {
|
|
2580
|
+
/* Button reset */
|
|
2582
2581
|
appearance: none;
|
|
2583
|
-
display: inline;
|
|
2584
2582
|
background: transparent;
|
|
2585
2583
|
color: inherit;
|
|
2586
2584
|
font: inherit;
|
|
@@ -2590,30 +2588,41 @@
|
|
|
2590
2588
|
position: relative;
|
|
2591
2589
|
display: inline-flex;
|
|
2592
2590
|
border-radius: 100%;
|
|
2591
|
+
|
|
2592
|
+
&:hover {
|
|
2593
|
+
cursor: pointer;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
&:focus-visible {
|
|
2597
|
+
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style)
|
|
2598
|
+
var(--color-blue-500);
|
|
2599
|
+
outline-offset: -1px;
|
|
2600
|
+
}
|
|
2593
2601
|
}
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
color: var(--color-gray-500, #878792);
|
|
2603
|
-
}
|
|
2604
|
-
.ClearButton-module_default__lBJxw:hover, .ClearButton-module_default__lBJxw:focus-visible {
|
|
2605
|
-
color: var(--color-purple-800, #2f2438);
|
|
2606
|
-
}
|
|
2607
|
-
.ClearButton-module_reversed__0I2DC {
|
|
2608
|
-
color: rgba(var(--color-white-rgb, 255, 255, 255), 0.8);
|
|
2609
|
-
}
|
|
2610
|
-
.ClearButton-module_reversed__0I2DC:hover, .ClearButton-module_reversed__0I2DC:focus-visible {
|
|
2611
|
-
color: var(--color-white, #ffffff);
|
|
2602
|
+
|
|
2603
|
+
.ClearButton-module_default__0y2mv {
|
|
2604
|
+
color: var(--color-gray-500);
|
|
2605
|
+
|
|
2606
|
+
&:hover,
|
|
2607
|
+
&:focus-visible {
|
|
2608
|
+
color: var(--color-purple-800);
|
|
2609
|
+
}
|
|
2612
2610
|
}
|
|
2613
|
-
|
|
2614
|
-
|
|
2611
|
+
|
|
2612
|
+
.ClearButton-module_reversed__AfUH1 {
|
|
2613
|
+
color: rgb(var(--color-white-rgb), 0.8);
|
|
2614
|
+
|
|
2615
|
+
&:hover,
|
|
2616
|
+
&:focus-visible {
|
|
2617
|
+
color: var(--color-white);
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
&:focus-visible {
|
|
2621
|
+
outline-color: var(--color-blue-300);
|
|
2622
|
+
}
|
|
2615
2623
|
}
|
|
2616
2624
|
}
|
|
2625
|
+
|
|
2617
2626
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2618
2627
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
2619
2628
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -7172,6 +7181,7 @@
|
|
|
7172
7181
|
}
|
|
7173
7182
|
.Checkbox-module_selected__-Nd6E {
|
|
7174
7183
|
background: var(--color-gray-500, #878792);
|
|
7184
|
+
/* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
|
|
7175
7185
|
background-color: var(--color-gray-500, #878792);
|
|
7176
7186
|
}
|
|
7177
7187
|
.Checkbox-module_selected__-Nd6E:hover, .Checkbox-module_selected__-Nd6E:focus-within {
|
|
@@ -7737,129 +7747,153 @@
|
|
|
7737
7747
|
transform: translateX(200%);
|
|
7738
7748
|
}
|
|
7739
7749
|
}
|
|
7740
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7741
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7742
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7743
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7744
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7745
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
7746
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7747
7750
|
@layer kz-components {
|
|
7748
|
-
.Radio-
|
|
7749
|
-
opacity: 0
|
|
7750
|
-
position: absolute;
|
|
7751
|
-
}
|
|
7752
|
-
.ideal-sans .Radio-module_radioInput__-zPUZ {
|
|
7751
|
+
.Radio-module_radioInput__CV0iT {
|
|
7752
|
+
opacity: 0;
|
|
7753
7753
|
position: absolute;
|
|
7754
|
+
|
|
7755
|
+
.ideal-sans & {
|
|
7756
|
+
/* This is to override bootstrap styles. Remove when appropriate */
|
|
7757
|
+
position: absolute;
|
|
7758
|
+
}
|
|
7754
7759
|
}
|
|
7755
|
-
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
+
|
|
7761
|
+
.Radio-module_icon__3vrS- {
|
|
7762
|
+
--icon-size: 10px;
|
|
7763
|
+
--icon-offset: 5px;
|
|
7764
|
+
|
|
7765
|
+
top: var(--icon-offset);
|
|
7766
|
+
left: var(--icon-offset);
|
|
7767
|
+
width: var(--icon-size);
|
|
7768
|
+
height: var(--icon-size);
|
|
7760
7769
|
border-radius: 50%;
|
|
7761
|
-
background: var(--color-gray-600
|
|
7770
|
+
background: var(--color-gray-600);
|
|
7762
7771
|
position: absolute;
|
|
7763
|
-
|
|
7764
|
-
|
|
7765
|
-
|
|
7766
|
-
|
|
7767
|
-
|
|
7768
|
-
|
|
7769
|
-
|
|
7772
|
+
|
|
7773
|
+
&.Radio-module_reversed__Z69Qv {
|
|
7774
|
+
background: var(--color-white);
|
|
7775
|
+
}
|
|
7776
|
+
|
|
7777
|
+
@media (forced-colors: active) {
|
|
7778
|
+
/*
|
|
7779
|
+
High contrast mode with remove the background color so we have to use border to create the selected icon state.
|
|
7780
|
+
Transparent is used so the user defined colors for borders will be used here
|
|
7781
|
+
*/
|
|
7782
|
+
border: var(--icon-offset) solid transparent;
|
|
7770
7783
|
width: 0;
|
|
7771
7784
|
height: 0;
|
|
7772
7785
|
}
|
|
7773
7786
|
}
|
|
7774
|
-
|
|
7787
|
+
|
|
7788
|
+
.Radio-module_box__y2luI {
|
|
7789
|
+
--radio-size: 24px;
|
|
7790
|
+
--focus-ring-offset: 2px;
|
|
7791
|
+
|
|
7775
7792
|
display: block;
|
|
7776
7793
|
position: relative;
|
|
7777
|
-
background: var(--color-white
|
|
7778
|
-
height:
|
|
7779
|
-
width:
|
|
7794
|
+
background: var(--color-white);
|
|
7795
|
+
height: var(--radio-size);
|
|
7796
|
+
width: var(--radio-size);
|
|
7780
7797
|
top: 0;
|
|
7781
|
-
border: var(--border-solid-border-width
|
|
7798
|
+
border: var(--border-solid-border-width) var(--border-solid-border-style) var(--color-gray-500);
|
|
7782
7799
|
box-sizing: border-box;
|
|
7783
7800
|
border-radius: 50%;
|
|
7784
|
-
|
|
7785
|
-
|
|
7786
|
-
|
|
7787
|
-
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7794
|
-
|
|
7795
|
-
|
|
7796
|
-
|
|
7797
|
-
|
|
7798
|
-
|
|
7799
|
-
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
|
|
7804
|
-
|
|
7801
|
+
|
|
7802
|
+
.Radio-module_radioInput__CV0iT:focus:not([disabled]) + & {
|
|
7803
|
+
border-color: var(--color-gray-600);
|
|
7804
|
+
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style)
|
|
7805
|
+
var(--color-blue-500);
|
|
7806
|
+
outline-offset: 1px;
|
|
7807
|
+
}
|
|
7808
|
+
|
|
7809
|
+
.Radio-module_radioInput__CV0iT:not([disabled]) + &:hover {
|
|
7810
|
+
border-color: var(--color-gray-600);
|
|
7811
|
+
background-color: var(--color-gray-200);
|
|
7812
|
+
}
|
|
7813
|
+
|
|
7814
|
+
&.Radio-module_reversed__Z69Qv {
|
|
7815
|
+
border: var(--border-solid-border-width) var(--border-solid-border-style)
|
|
7816
|
+
rgb(var(--color-white-rgb), 0.65);
|
|
7817
|
+
background: transparent;
|
|
7818
|
+
|
|
7819
|
+
.Radio-module_radioInput__CV0iT:focus:not([disabled]) + & {
|
|
7820
|
+
border-color: var(--color-white);
|
|
7821
|
+
outline-color: var(--color-blue-300);
|
|
7822
|
+
}
|
|
7823
|
+
|
|
7824
|
+
.Radio-module_radioInput__CV0iT:not([disabled]) + &:hover {
|
|
7825
|
+
border-color: var(--color-white);
|
|
7826
|
+
background-color: transparent;
|
|
7827
|
+
}
|
|
7828
|
+
}
|
|
7805
7829
|
}
|
|
7806
7830
|
}
|
|
7807
|
-
|
|
7808
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7809
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7810
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7831
|
+
|
|
7811
7832
|
@layer kz-components {
|
|
7812
|
-
.RadioField-
|
|
7833
|
+
.RadioField-module_container__UjnNJ {
|
|
7813
7834
|
position: relative;
|
|
7814
7835
|
overflow-wrap: anywhere;
|
|
7815
7836
|
word-break: normal;
|
|
7816
|
-
margin-bottom: var(--spacing-sm
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
|
|
7825
|
-
|
|
7826
|
-
|
|
7827
|
-
|
|
7828
|
-
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7837
|
+
margin-bottom: var(--spacing-sm);
|
|
7838
|
+
|
|
7839
|
+
label {
|
|
7840
|
+
-webkit-tap-highlight-color: transparent;
|
|
7841
|
+
|
|
7842
|
+
.ideal-sans & {
|
|
7843
|
+
/* This is to override bootstrap styles. Remove when appropriate */
|
|
7844
|
+
font-size: var(--typography-paragraph-body-font-size);
|
|
7845
|
+
padding-top: 0;
|
|
7846
|
+
}
|
|
7847
|
+
}
|
|
7848
|
+
|
|
7849
|
+
&.RadioField-module_selected__VAgZ9 label {
|
|
7850
|
+
font-family: var(--typography-paragraph-body-font-family);
|
|
7851
|
+
font-size: var(--typography-paragraph-body-font-size);
|
|
7852
|
+
line-height: var(--typography-paragraph-body-line-height);
|
|
7853
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing);
|
|
7854
|
+
font-weight: var(--typography-paragraph-bold-font-weight);
|
|
7855
|
+
position: static;
|
|
7856
|
+
}
|
|
7857
|
+
|
|
7858
|
+
&:not(.RadioField-module_reversed__atjfz) label:hover input:not([disabled]) + span {
|
|
7859
|
+
border-color: var(--color-gray-600);
|
|
7860
|
+
background-color: var(--color-gray-200);
|
|
7861
|
+
}
|
|
7862
|
+
|
|
7863
|
+
&.RadioField-module_reversed__atjfz label:hover input:not([disabled]) + span {
|
|
7864
|
+
border-color: var(--color-white);
|
|
7865
|
+
background-color: transparent;
|
|
7866
|
+
}
|
|
7840
7867
|
}
|
|
7841
7868
|
}
|
|
7842
|
-
|
|
7843
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7869
|
+
|
|
7844
7870
|
@layer kz-components {
|
|
7845
|
-
.RadioGroup-
|
|
7846
|
-
margin-bottom: var(--spacing-sm
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7852
|
-
|
|
7871
|
+
.RadioGroup-module_radioGroupLabel__oXCV6 {
|
|
7872
|
+
margin-bottom: var(--spacing-sm);
|
|
7873
|
+
|
|
7874
|
+
label {
|
|
7875
|
+
.ideal-sans & {
|
|
7876
|
+
/* This is to override bootstrap styles. Remove when appropriate */
|
|
7877
|
+
padding-top: 0;
|
|
7878
|
+
}
|
|
7879
|
+
}
|
|
7880
|
+
|
|
7881
|
+
&.RadioGroup-module_reversed__kIhwL {
|
|
7882
|
+
color: var(--color-white);
|
|
7883
|
+
}
|
|
7853
7884
|
}
|
|
7854
|
-
|
|
7885
|
+
|
|
7886
|
+
.RadioGroup-module_radioGroupContainer__NUt-Z {
|
|
7855
7887
|
display: flex;
|
|
7856
7888
|
flex-direction: column;
|
|
7857
|
-
margin-bottom: var(--spacing-sm
|
|
7858
|
-
|
|
7859
|
-
|
|
7860
|
-
|
|
7889
|
+
margin-bottom: var(--spacing-sm);
|
|
7890
|
+
|
|
7891
|
+
&.RadioGroup-module_noBottomMargin__YA6DY {
|
|
7892
|
+
margin-bottom: 0;
|
|
7893
|
+
}
|
|
7861
7894
|
}
|
|
7862
7895
|
}
|
|
7896
|
+
|
|
7863
7897
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7864
7898
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
7865
7899
|
/** THIS IS AN AUTOGENERATED FILE **/
|