@kaizen/components 1.55.0 → 1.55.2
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/Brand/Brand.cjs +3 -2
- package/dist/cjs/Menu/subcomponents/MenuItem/MenuItem.cjs +1 -0
- package/dist/esm/Brand/Brand.mjs +3 -2
- package/dist/esm/Menu/subcomponents/MenuItem/MenuItem.mjs +1 -0
- package/dist/styles.css +2 -2
- package/dist/types/Calendar/utils/isValidWeekStartsOn.d.ts +2 -1
- package/dist/types/Container/Container.d.ts +2 -2
- package/dist/types/Content/Content.d.ts +2 -2
- package/dist/types/DateInput/DateInput/DateInput.d.ts +1 -1
- package/dist/types/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +2 -2
- package/dist/types/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.d.ts +2 -2
- package/dist/types/Filter/FilterButton/FilterButton/FilterButton.d.ts +2 -2
- package/dist/types/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +1 -1
- package/dist/types/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +3 -3
- package/dist/types/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +3 -3
- package/dist/types/Filter/FilterMultiSelect/FilterMultiSelect.d.ts +1 -1
- package/dist/types/Filter/FilterSelect/FilterSelect.d.ts +3 -3
- package/dist/types/Menu/subcomponents/MenuItem/MenuItem.d.ts +1 -1
- package/dist/types/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +2 -2
- package/dist/types/Popover/Popover.d.ts +1 -4
- package/dist/types/ProgressBar/subcomponents/Label/Label.d.ts +0 -6
- package/dist/types/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.d.ts +3 -3
- package/dist/types/RichTextEditor/utils/commands/listIsActive.d.ts +1 -1
- package/dist/types/Select/Select.d.ts +5 -5
- package/dist/types/__future__/Select/Select.d.ts +10 -10
- package/dist/types/__future__/Select/subcomponents/SelectToggle/SelectToggle.d.ts +6 -6
- package/dist/types/__overlays__/Tooltip/v1/utils/isSemanticElement.d.ts +1 -1
- package/dist/types/__overlays__/Tooltip/v3/Tooltip.d.ts +2 -2
- package/dist/types/utils/isRefObject.d.ts +1 -1
- package/dist/types/utils/mergeClassNames.d.ts +1 -1
- package/package.json +14 -14
- package/src/Brand/Brand.tsx +2 -2
- package/src/Menu/_docs/MenuContentExample.tsx +28 -7
- package/src/Menu/subcomponents/MenuItem/MenuItem.tsx +2 -1
- package/src/Modal/ContextModal/ContextModal.module.scss +1 -1
package/dist/cjs/Brand/Brand.cjs
CHANGED
|
@@ -41,11 +41,12 @@ var Brand = function (_a) {
|
|
|
41
41
|
}, props));
|
|
42
42
|
}
|
|
43
43
|
var alt = restProps.alt,
|
|
44
|
-
classNameOverride = restProps.classNameOverride
|
|
44
|
+
classNameOverride = restProps.classNameOverride,
|
|
45
|
+
otherProps = tslib.__rest(restProps, ["alt", "classNameOverride"]);
|
|
45
46
|
var brandTheme = reversed ? "-reversed" : "-default";
|
|
46
47
|
return React__default.default.createElement("picture", tslib.__assign({
|
|
47
48
|
className: classNameOverride
|
|
48
|
-
},
|
|
49
|
+
}, otherProps), React__default.default.createElement("source", {
|
|
49
50
|
srcSet: hostedAssets.assetUrl("brand/".concat(variant, "-reversed.svg")),
|
|
50
51
|
media: "(forced-colors: active) and (prefers-color-scheme: dark)"
|
|
51
52
|
}), React__default.default.createElement("source", {
|
package/dist/esm/Brand/Brand.mjs
CHANGED
|
@@ -34,11 +34,12 @@ const Brand = /*#__PURE__*/function () {
|
|
|
34
34
|
}, props));
|
|
35
35
|
}
|
|
36
36
|
var alt = restProps.alt,
|
|
37
|
-
classNameOverride = restProps.classNameOverride
|
|
37
|
+
classNameOverride = restProps.classNameOverride,
|
|
38
|
+
otherProps = __rest(restProps, ["alt", "classNameOverride"]);
|
|
38
39
|
var brandTheme = reversed ? "-reversed" : "-default";
|
|
39
40
|
return /*#__PURE__*/React.createElement("picture", __assign({
|
|
40
41
|
className: classNameOverride
|
|
41
|
-
},
|
|
42
|
+
}, otherProps), /*#__PURE__*/React.createElement("source", {
|
|
42
43
|
srcSet: assetUrl("brand/".concat(variant, "-reversed.svg")),
|
|
43
44
|
media: "(forced-colors: active) and (prefers-color-scheme: dark)"
|
|
44
45
|
}), /*#__PURE__*/React.createElement("source", {
|
package/dist/styles.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@layer tokens, normalize, reset;@layer tokens{:root{--theme-key:heart;--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;--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;--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-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:700;--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:700;--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:700;--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:700;--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:700;--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{-webkit-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,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,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{-webkit-appearance:button}[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]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;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}}
|
|
2
|
+
.Tooltip-module_tooltip__efL1m{text-wrap:pretty;background-color:var(--color-purple-800,#2f2438);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-small-box-shadow,0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06));color:var(--color-white,#fff);font-family:var(--typography-paragraph-extra-small-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-extra-small-font-size,.75rem);font-weight:var(--typography-paragraph-extra-small-font-weight,400);letter-spacing:var(--typography-paragraph-extra-small-letter-spacing,normal);line-height:var(--typography-paragraph-extra-small-line-height,1.125rem);max-width:200px;padding:var(--spacing-8,.5rem) var(--spacing-12,.75rem);text-align:center;transform:translateZ(0)}.Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ{background-color:var(--color-white,#fff);color:var(--color-purple-800,#2f2438)}.Tooltip-module_tooltip__efL1m[data-placement=top]{--origin:translateY(4px)}.Tooltip-module_tooltip__efL1m[data-placement=bottom]{--origin:translateY(-4px)}.Tooltip-module_tooltip__efL1m[data-placement=right]{--origin:translateX(-4px)}.Tooltip-module_tooltip__efL1m[data-placement=left]{--origin:translateX(4px)}.Tooltip-module_tooltip__efL1m[data-entering]{animation:Tooltip-module_slide__lFdGA var(--animation-duration-fast,.3s)}.Tooltip-module_tooltip__efL1m[data-exiting]{animation:Tooltip-module_slide__lFdGA var(--animation-duration-fast,.3s) reverse var(--animation-easing-function-ease-in,cubic-bezier(.55,.085,.68,.53))}@keyframes Tooltip-module_slide__lFdGA{0%{opacity:0;transform:var(--origin)}to{opacity:1;transform:translateY(0)}}
|
|
2
3
|
.OverlayArrow-module_overlayArrow__hoDyK{display:flex;padding:8px}.OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom],.OverlayArrow-module_overlayArrow__hoDyK[data-placement=top]{padding:0 8px}.OverlayArrow-module_overlayArrow__hoDyK[data-placement=left],.OverlayArrow-module_overlayArrow__hoDyK[data-placement=right]{padding:8px 0}.OverlayArrow-module_overlayArrow__hoDyK path{fill:var(--color-purple-800,#2f2438);box-shadow:var(--shadow-small-box-shadow,0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06))}.OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg{transform:rotate(90deg)}.OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg{transform:rotate(180deg)}.OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg{transform:rotate(270deg)}.OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path{fill:var(--color-white,#fff)}
|
|
3
4
|
.Focusable-module_focusableWrapper__NfuIi{display:inline-flex}
|
|
4
|
-
.Tooltip-module_tooltip__efL1m{text-wrap:pretty;background-color:var(--color-purple-800,#2f2438);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-small-box-shadow,0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06));color:var(--color-white,#fff);font-family:var(--typography-paragraph-extra-small-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-extra-small-font-size,.75rem);font-weight:var(--typography-paragraph-extra-small-font-weight,400);letter-spacing:var(--typography-paragraph-extra-small-letter-spacing,normal);line-height:var(--typography-paragraph-extra-small-line-height,1.125rem);max-width:200px;padding:var(--spacing-8,.5rem) var(--spacing-12,.75rem);text-align:center;transform:translateZ(0)}.Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ{background-color:var(--color-white,#fff);color:var(--color-purple-800,#2f2438)}.Tooltip-module_tooltip__efL1m[data-placement=top]{--origin:translateY(4px)}.Tooltip-module_tooltip__efL1m[data-placement=bottom]{--origin:translateY(-4px)}.Tooltip-module_tooltip__efL1m[data-placement=right]{--origin:translateX(-4px)}.Tooltip-module_tooltip__efL1m[data-placement=left]{--origin:translateX(4px)}.Tooltip-module_tooltip__efL1m[data-entering]{animation:Tooltip-module_slide__lFdGA var(--animation-duration-fast,.3s)}.Tooltip-module_tooltip__efL1m[data-exiting]{animation:Tooltip-module_slide__lFdGA var(--animation-duration-fast,.3s) reverse var(--animation-easing-function-ease-in,cubic-bezier(.55,.085,.68,.53))}@keyframes Tooltip-module_slide__lFdGA{0%{opacity:0;transform:var(--origin)}to{opacity:1;transform:translateY(0)}}
|
|
5
5
|
.SVG-module_icon__8J5Ev{display:inline-block;height:20px;width:20px}.SVG-module_icon__8J5Ev>use{pointer-events:none}@media screen and (-ms-high-contrast:active){.SVG-module_icon__8J5Ev{color:#000}}@media screen and (-ms-high-contrast:white-on-black){.SVG-module_icon__8J5Ev{color:#fff}}@media screen and (-ms-high-contrast:black-on-white){.SVG-module_icon__8J5Ev{color:#000}}.SVG-module_inheritSize__Q8iam{display:block;height:inherit;width:inherit}
|
|
6
6
|
.Avatar-module_wrapper__LY2q2{align-items:center;background:var(--color-gray-300,#eaeaec);border-radius:100%;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden}.Avatar-module_wrapper__LY2q2:not(.Avatar-module_small__PeksS){border:3px solid var(--color-white,#fff);box-shadow:var(--shadow-small-box-shadow,0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06))}.Avatar-module_wrapper__LY2q2.Avatar-module_personal__2U7--{background:var(--color-orange-100,#fff0e8)}.Avatar-module_wrapper__LY2q2.Avatar-module_otherUser__b-drl{background:var(--color-gray-300,#eaeaec)}.Avatar-module_wrapper__LY2q2.Avatar-module_company__2qtJE{background:var(--color-white,#fff);border:0;border-radius:var(--border-solid-border-radius,7px);padding:6px}.Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS{height:1.25rem;width:1.25rem}.Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q{margin-bottom:-1px}.Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS.Avatar-module_company__2qtJE{padding:0}.Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8{height:3rem;width:3rem}.Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q{margin-bottom:-1px}.Avatar-module_wrapper__LY2q2.Avatar-module_large__qiNWs{height:4.5rem;width:4.5rem}.Avatar-module_wrapper__LY2q2.Avatar-module_xlarge__Vx4IG{height:6rem;width:6rem}.Avatar-module_wrapper__LY2q2.Avatar-module_xxlarge__oOoGq{height:7.75rem;width:7.75rem}.Avatar-module_wrapper__LY2q2 .Avatar-module_initials__VDY2Q{speak-as:spell-out;border-bottom:none;text-decoration:none}.Avatar-module_avatarImage__FuULy{height:100%;object-fit:cover;width:100%}.Avatar-module_loading__i9V-D .Avatar-module_avatarImage__FuULy{display:none}.Avatar-module_companyAvatarImage__7rlfG{border-radius:4px;box-sizing:border-box;object-fit:contain}.Avatar-module_fallbackIcon__MPWxq{color:rgba(var(--color-purple-800-rgb,47,36,56),.7);width:28px}.Avatar-module_xxlarge__oOoGq .Avatar-module_fallbackIcon__MPWxq{width:75px}.Avatar-module_xlarge__Vx4IG .Avatar-module_fallbackIcon__MPWxq{width:60px}.Avatar-module_large__qiNWs .Avatar-module_fallbackIcon__MPWxq{width:35px}.Avatar-module_medium__Vy3V8 .Avatar-module_fallbackIcon__MPWxq{margin-bottom:-1px;width:25px}.Avatar-module_small__PeksS .Avatar-module_fallbackIcon__MPWxq{margin-bottom:-1px;width:10px}.Avatar-module_initials__VDY2Q{box-sizing:border-box;color:var(--color-purple-800,#2f2438);font-family:var(--typography-heading-1-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:22px;font-weight:var(--typography-heading-1-font-weight,700);letter-spacing:var(--typography-heading-3-letter-spacing,normal);padding-left:5px;padding-right:5px;text-align:center;width:100%}.Avatar-module_initials__VDY2Q:not(.Avatar-module_longName__31Yuf):before{content:"";display:block;margin-top:-.001em}.Avatar-module_xlarge__Vx4IG .Avatar-module_initials__VDY2Q,.Avatar-module_xxlarge__oOoGq .Avatar-module_initials__VDY2Q{font-size:34px;letter-spacing:var(--typography-heading-1-letter-spacing,normal)}.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q{font-size:16px}.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q,.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q{font-weight:var(--typography-heading-5-font-weight,600);letter-spacing:var(--typography-heading-5-letter-spacing,normal)}.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q{font-size:8px}
|
|
7
7
|
.AvatarGroup-module_AvatarGroup__bdL0o{display:inline-flex;list-style:none;margin:0;padding:0}.AvatarGroup-module_AvatarCounter__PKFzl{align-items:center;background:var(--color-gray-300,#eaeaec);border:3px solid var(--color-white,#fff);border-radius:100%;box-shadow:var(--shadow-small-box-shadow,0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06));box-sizing:border-box;display:flex;justify-content:center;overflow:hidden}[dir=rtl] .AvatarGroup-module_AvatarCounter__PKFzl{direction:ltr}.AvatarGroup-module_small__7uv8k .AvatarGroup-module_AvatarGroupItem__xQol-+.AvatarGroup-module_AvatarGroupItem__xQol-{margin-inline-start:-.625rem}.AvatarGroup-module_small__7uv8k .AvatarGroup-module_AvatarCounter__PKFzl{border:none;box-shadow:none;font-family:var(--typography-heading-5-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:.5rem;font-weight:var(--typography-heading-5-font-weight,600);height:1.25rem;letter-spacing:var(--typography-heading-5-letter-spacing,normal);width:1.25rem}.AvatarGroup-module_medium__af52y .AvatarGroup-module_AvatarGroupItem__xQol-+.AvatarGroup-module_AvatarGroupItem__xQol-{margin-inline-start:-1.5rem}.AvatarGroup-module_medium__af52y .AvatarGroup-module_AvatarCounter__PKFzl{font-family:var(--typography-heading-5-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-5-font-size,1rem);font-weight:var(--typography-heading-5-font-weight,600);height:3rem;letter-spacing:var(--typography-heading-5-letter-spacing,normal);width:3rem}.AvatarGroup-module_large__HN9Yy .AvatarGroup-module_AvatarGroupItem__xQol-+.AvatarGroup-module_AvatarGroupItem__xQol-{margin-inline-start:-2.25rem}.AvatarGroup-module_large__HN9Yy .AvatarGroup-module_AvatarCounter__PKFzl{font-family:var(--typography-heading-3-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-3-font-size,1.375rem);font-weight:var(--typography-heading-3-font-weight,700);height:4.5rem;letter-spacing:var(--typography-heading-3-letter-spacing,normal);width:4.5rem}
|
|
@@ -96,7 +96,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs{all:unset;appearance
|
|
|
96
96
|
.ModalHeader-module_dismissButton__YhHZl{left:auto;position:absolute;right:0;top:0;z-index:1060}.ModalHeader-module_dismissButton__YhHZl[dir=rtl],[dir=rtl] .ModalHeader-module_dismissButton__YhHZl{left:0;right:auto}.ModalHeader-module_layout__K8x4O{width:100%}.ModalHeader-module_fixed__JEeic{left:0;position:absolute;top:0}.ModalHeader-module_filler__w1MCN{visibility:hidden}
|
|
97
97
|
.ModalAccessibleLabel-module_modalLabel__CQAIs{position:relative}@media (max-width:768px){.ModalAccessibleLabel-module_modalLabel__CQAIs h2{font-size:1.625rem;line-height:2rem}}@media (max-width:375px){.ModalAccessibleLabel-module_modalLabel__CQAIs h2{font-size:1.5rem;line-height:1.875rem}}.ModalAccessibleLabel-module_modalLabel__CQAIs.ModalAccessibleLabel-module_prominent__WEPnY{grid-column-start:2;text-align:left}.ModalAccessibleLabel-module_modalLabel__CQAIs:focus{outline:none}.ModalAccessibleLabel-module_modalLabel__CQAIs:focus-visible:after{background:transparent;border-color:var(--color-blue-500,#0168b3);border-radius:var(--border-focus-ring-border-radius,10px);border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);content:"";inset:calc(var(--border-focus-ring-border-width, 2px)*2*-1 + -1px);position:absolute}
|
|
98
98
|
.ConfirmationModal-module_defaultModalWidth__K3fje{max-width:600px;min-width:300px}.ConfirmationModal-module_backdropLayer__wvXnl{background-color:#000;bottom:0;left:0;opacity:50%;position:fixed;right:0;top:0;z-index:1040}.ConfirmationModal-module_backdropLayer__wvXnl[dir=rtl],[dir=rtl] .ConfirmationModal-module_backdropLayer__wvXnl{left:0;right:0}.ConfirmationModal-module_scrollLayer__x-yP4{align-items:center;bottom:0;display:flex;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1050}.ConfirmationModal-module_scrollLayer__x-yP4[dir=rtl],[dir=rtl] .ConfirmationModal-module_scrollLayer__x-yP4{left:0;right:0}.ConfirmationModal-module_modalLayer__MucTZ{margin:auto;padding:1.5rem 0;width:100%}.ConfirmationModal-module_modal__k3pXu{-webkit-font-smoothing:antialiased;background-color:var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-large-box-shadow,0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08));color:var(--color-purple-800,#2f2438);margin:auto;position:relative;width:90%}@media (min-width:768px){.ConfirmationModal-module_modal__k3pXu{width:100%}}.ConfirmationModal-module_animatingEnter__4W4xh{transition-duration:var(--animation-duration-fast,.3s)}.ConfirmationModal-module_animatingEnter__4W4xh .ConfirmationModal-module_backdropLayer__wvXnl{animation-duration:201ms;animation-fill-mode:forwards;animation-name:ConfirmationModal-module_fade-0-to-0-5__353tZ}@keyframes ConfirmationModal-module_fade-0-to-0-5__353tZ{0%{opacity:0}to{opacity:.5}}.ConfirmationModal-module_animatingEnter__4W4xh [data-modal]{animation-duration:var(--animation-duration-fast,.3s);animation-fill-mode:forwards;animation-name:ConfirmationModal-module_custom-1__Ibcy-;animation-timing-function:var(--animation-easing-function-bounce-in,cubic-bezier(.485,.155,.24,1.245))}@keyframes ConfirmationModal-module_custom-1__Ibcy-{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ConfirmationModal-module_animatingLeave__n-S4X{transition-duration:var(--animation-duration-rapid,.2s)}.ConfirmationModal-module_animatingLeave__n-S4X .ConfirmationModal-module_backdropLayer__wvXnl{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ConfirmationModal-module_fade-0-5-to-0__pfhV-}@keyframes ConfirmationModal-module_fade-0-5-to-0__pfhV-{0%{opacity:.5}to{opacity:0}}.ConfirmationModal-module_animatingLeave__n-S4X [data-modal]{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ConfirmationModal-module_custom-3__MEO7v;animation-timing-function:var(--animation-easing-function-bounce-out,cubic-bezier(.485,.155,.515,.845))}@keyframes ConfirmationModal-module_custom-3__MEO7v{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.ConfirmationModal-module_unscrollable__wg2AZ{overflow:hidden!important}.ConfirmationModal-module_pseudoScrollbar__NqMuT{padding-right:15px!important}.ConfirmationModal-module_hide__jOdWV{opacity:0;pointer-events:none}.ConfirmationModal-module_modal__k3pXu{max-width:600px;min-width:300px}.ConfirmationModal-module_header__Ooy23{border-radius:var(--border-solid-border-radius,7px) var(--border-solid-border-radius,7px) 0 0;color:var(--color-white,#fff);text-align:left}.ConfirmationModal-module_header__Ooy23.ConfirmationModal-module_padded__nGa2-{padding:var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem)}@media (max-width:768px){.ConfirmationModal-module_header__Ooy23.ConfirmationModal-module_padded__nGa2-{padding:var(--spacing-md,1.5rem)}}.ConfirmationModal-module_header__Ooy23 h1{color:var(--color-purple-800,#2f2438)}.ConfirmationModal-module_iconContainer__QjdGa{position:relative}.ConfirmationModal-module_positiveHeader__8Dmja{background-color:var(--color-green-100,#e8f8f4)}.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_svgIcon__f1ncQ>svg{color:var(--color-green-500,#3f9a86)}.ConfirmationModal-module_assertiveHeader__3chNK{background-color:var(--color-orange-100,#fff0e8)}.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_svgIcon__f1ncQ>svg{color:var(--color-orange-500,#e96c2f)}.ConfirmationModal-module_informativeHeader__lTv94{background-color:var(--color-blue-100,#e6f6ff)}.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_svgIcon__f1ncQ>svg{color:var(--color-blue-500,#0168b3)}.ConfirmationModal-module_negativeHeader__Pmob9{background-color:var(--color-red-100,#fdeaee)}.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_svgIcon__f1ncQ>svg{color:var(--color-red-500,#c93b55)}.ConfirmationModal-module_cautionaryHeader__ZnE4P{background-color:var(--color-yellow-100,#fff9e4)}.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_svgIcon__f1ncQ>svg{color:var(--color-yellow-500,#ffb600)}.ConfirmationModal-module_assertiveHeader__3chNK,.ConfirmationModal-module_cautionaryHeader__ZnE4P,.ConfirmationModal-module_informativeHeader__lTv94,.ConfirmationModal-module_negativeHeader__Pmob9,.ConfirmationModal-module_positiveHeader__8Dmja{align-items:center;display:grid;grid-template-columns:.2fr 2fr}.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_iconContainer__QjdGa{align-self:flex-start}@media (min-width:768px){.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_iconContainer__QjdGa{align-self:center}}.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_svgIcon__f1ncQ>svg{height:30px;width:30px}@media (max-width:768px){.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_assertiveHeader__3chNK .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_cautionaryHeader__ZnE4P .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_informativeHeader__lTv94 .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_negativeHeader__Pmob9 .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_positiveHeader__8Dmja .ConfirmationModal-module_svgIcon__f1ncQ>svg{margin-right:.9375rem;position:relative;top:.125rem}}.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP{grid-template-columns:1.1fr 2fr}@media (max-width:768px){.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP{align-items:flex-start;display:flex;flex-direction:column;place-content:flex-start center}}.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa{position:absolute;top:8%}@media (max-width:768px){.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_iconContainer__QjdGa{margin-bottom:var(--spacing-sm,.75rem);position:relative;top:0}}.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg{color:var(--color-purple-800,#2f2438);height:155px;margin:0 auto;width:155px}@media (max-width:768px){.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_assertiveHeader__3chNK.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_cautionaryHeader__ZnE4P.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_informativeHeader__lTv94.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_negativeHeader__Pmob9.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_spotIcon__rFSHQ,.ConfirmationModal-module_positiveHeader__8Dmja.ConfirmationModal-module_prominent__8-gkP .ConfirmationModal-module_svgIcon__f1ncQ>svg{height:86px;width:86px}}.ConfirmationModal-module_prominent__8-gkP{align-items:center;display:grid;grid-template-columns:1.1fr 2fr}@media (max-width:768px){.ConfirmationModal-module_prominent__8-gkP{grid-template-columns:1fr}}.ConfirmationModal-module_padded__nGa2-{padding:var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem) var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem)}@media (max-width:768px){.ConfirmationModal-module_padded__nGa2-{padding:var(--spacing-md,1.5rem)}}
|
|
99
|
-
.ContextModal-module_defaultModalWidth__bgf7L{max-width:600px;min-width:300px}.ContextModal-module_backdropLayer__wuj3B{background-color:#000;bottom:0;left:0;opacity:50%;position:fixed;right:0;top:0;z-index:1040}.ContextModal-module_backdropLayer__wuj3B[dir=rtl],[dir=rtl] .ContextModal-module_backdropLayer__wuj3B{left:0;right:0}.ContextModal-module_scrollLayer__JANXA{align-items:center;bottom:0;display:flex;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1050}.ContextModal-module_scrollLayer__JANXA[dir=rtl],[dir=rtl] .ContextModal-module_scrollLayer__JANXA{left:0;right:0}.ContextModal-module_modalLayer__Cx6aX{margin:auto;padding:1.5rem 0;width:100%}.ContextModal-module_modal__wriV7{-webkit-font-smoothing:antialiased;background-color:var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-large-box-shadow,0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08));color:var(--color-purple-800,#2f2438);margin:auto;position:relative;width:90%}@media (min-width:768px){.ContextModal-module_modal__wriV7{width:100%}}.ContextModal-module_animatingEnter__53BlF{transition-duration:var(--animation-duration-fast,.3s)}.ContextModal-module_animatingEnter__53BlF .ContextModal-module_backdropLayer__wuj3B{animation-duration:201ms;animation-fill-mode:forwards;animation-name:ContextModal-module_fade-0-to-0-5__vZx9M}@keyframes ContextModal-module_fade-0-to-0-5__vZx9M{0%{opacity:0}to{opacity:.5}}.ContextModal-module_animatingEnter__53BlF [data-modal]{animation-duration:var(--animation-duration-fast,.3s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-1__be8sO;animation-timing-function:var(--animation-easing-function-bounce-in,cubic-bezier(.485,.155,.24,1.245))}@keyframes ContextModal-module_custom-1__be8sO{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ContextModal-module_animatingLeave__-JR11{transition-duration:var(--animation-duration-rapid,.2s)}.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_backdropLayer__wuj3B{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ContextModal-module_fade-0-5-to-0__R4eO-}@keyframes ContextModal-module_fade-0-5-to-0__R4eO-{0%{opacity:.5}to{opacity:0}}.ContextModal-module_animatingLeave__-JR11 [data-modal]{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-3__klp3m;animation-timing-function:var(--animation-easing-function-bounce-out,cubic-bezier(.485,.155,.515,.845))}@keyframes ContextModal-module_custom-3__klp3m{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.ContextModal-module_unscrollable__kF7MR{overflow:hidden!important}.ContextModal-module_pseudoScrollbar__6RfHj{padding-right:15px!important}.ContextModal-module_hide__Sdnsg{opacity:0;pointer-events:none}.ContextModal-module_modal__wriV7{max-width:840px;min-width:300px}@media (min-width:768px){.ContextModal-module_modal__wriV7{width:90%}}.ContextModal-module_animatingEnter__53BlF .ContextModal-module_modal__wriV7{animation-duration:var(--animation-duration-fast,.3s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-5__deZpl;animation-timing-function:var(--animation-easing-function-bounce-in,cubic-bezier(.485,.155,.24,1.245))}@keyframes ContextModal-module_custom-5__deZpl{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_modal__wriV7{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-7__rPmP4;animation-timing-function:var(--animation-easing-function-bounce-out,cubic-bezier(.485,.155,.515,.845))}@keyframes ContextModal-module_custom-7__rPmP4{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.ContextModal-module_header__V4IRF{color:var(--color-purple-800,#2f2438);text-align:
|
|
99
|
+
.ContextModal-module_defaultModalWidth__bgf7L{max-width:600px;min-width:300px}.ContextModal-module_backdropLayer__wuj3B{background-color:#000;bottom:0;left:0;opacity:50%;position:fixed;right:0;top:0;z-index:1040}.ContextModal-module_backdropLayer__wuj3B[dir=rtl],[dir=rtl] .ContextModal-module_backdropLayer__wuj3B{left:0;right:0}.ContextModal-module_scrollLayer__JANXA{align-items:center;bottom:0;display:flex;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1050}.ContextModal-module_scrollLayer__JANXA[dir=rtl],[dir=rtl] .ContextModal-module_scrollLayer__JANXA{left:0;right:0}.ContextModal-module_modalLayer__Cx6aX{margin:auto;padding:1.5rem 0;width:100%}.ContextModal-module_modal__wriV7{-webkit-font-smoothing:antialiased;background-color:var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-large-box-shadow,0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08));color:var(--color-purple-800,#2f2438);margin:auto;position:relative;width:90%}@media (min-width:768px){.ContextModal-module_modal__wriV7{width:100%}}.ContextModal-module_animatingEnter__53BlF{transition-duration:var(--animation-duration-fast,.3s)}.ContextModal-module_animatingEnter__53BlF .ContextModal-module_backdropLayer__wuj3B{animation-duration:201ms;animation-fill-mode:forwards;animation-name:ContextModal-module_fade-0-to-0-5__vZx9M}@keyframes ContextModal-module_fade-0-to-0-5__vZx9M{0%{opacity:0}to{opacity:.5}}.ContextModal-module_animatingEnter__53BlF [data-modal]{animation-duration:var(--animation-duration-fast,.3s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-1__be8sO;animation-timing-function:var(--animation-easing-function-bounce-in,cubic-bezier(.485,.155,.24,1.245))}@keyframes ContextModal-module_custom-1__be8sO{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ContextModal-module_animatingLeave__-JR11{transition-duration:var(--animation-duration-rapid,.2s)}.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_backdropLayer__wuj3B{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ContextModal-module_fade-0-5-to-0__R4eO-}@keyframes ContextModal-module_fade-0-5-to-0__R4eO-{0%{opacity:.5}to{opacity:0}}.ContextModal-module_animatingLeave__-JR11 [data-modal]{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-3__klp3m;animation-timing-function:var(--animation-easing-function-bounce-out,cubic-bezier(.485,.155,.515,.845))}@keyframes ContextModal-module_custom-3__klp3m{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.ContextModal-module_unscrollable__kF7MR{overflow:hidden!important}.ContextModal-module_pseudoScrollbar__6RfHj{padding-right:15px!important}.ContextModal-module_hide__Sdnsg{opacity:0;pointer-events:none}.ContextModal-module_modal__wriV7{max-width:840px;min-width:300px}@media (min-width:768px){.ContextModal-module_modal__wriV7{width:90%}}.ContextModal-module_animatingEnter__53BlF .ContextModal-module_modal__wriV7{animation-duration:var(--animation-duration-fast,.3s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-5__deZpl;animation-timing-function:var(--animation-easing-function-bounce-in,cubic-bezier(.485,.155,.24,1.245))}@keyframes ContextModal-module_custom-5__deZpl{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ContextModal-module_animatingLeave__-JR11 .ContextModal-module_modal__wriV7{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:ContextModal-module_custom-7__rPmP4;animation-timing-function:var(--animation-easing-function-bounce-out,cubic-bezier(.485,.155,.515,.845))}@keyframes ContextModal-module_custom-7__rPmP4{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.ContextModal-module_header__V4IRF{color:var(--color-purple-800,#2f2438);text-align:start}.ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1{padding:var(--spacing-md,1.5rem)}@media (min-width:768px){.ContextModal-module_header__V4IRF.ContextModal-module_padded__osmk1{padding:var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem)}}.ContextModal-module_footerWithSecondaryAction__-5sq8,.ContextModal-module_footer__JIwF5{white-space:normal}@media (min-width:768px){.ContextModal-module_footerWithSecondaryAction__-5sq8,.ContextModal-module_footer__JIwF5{white-space:nowrap}}.ContextModal-module_footerWithSecondaryAction__-5sq8{margin-left:calc(var(--spacing-sm, .75rem)*-1)}.ContextModal-module_emptyFooter__UHWc-{height:var(--spacing-sm,.75rem)}.ContextModal-module_portraitContentlayout__kqUJG{box-sizing:content-box;display:block;padding:var(--spacing-md,1.5rem)}@media (min-width:768px){.ContextModal-module_portraitContentlayout__kqUJG{column-gap:var(--spacing-xl,3rem);display:grid;grid-auto-columns:1fr;grid-auto-flow:column;max-width:800px;padding:var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem)}}.ContextModal-module_landscapeContentlayout__IFqQN{display:flex;flex-direction:column;padding:var(--spacing-md,1.5rem)}@media (min-width:768px){.ContextModal-module_landscapeContentlayout__IFqQN{padding:var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem)}}.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_image__aEDvK{align-items:center;display:flex;flex-direction:column;justify-content:center}.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF{padding-left:0}@media (min-width:768px){.ContextModal-module_landscapeContentlayout__IFqQN .ContextModal-module_content__-KrFF{max-width:100%}}
|
|
100
100
|
.InputEditModal-module_defaultModalWidth__My9Eh{max-width:600px;min-width:300px}.InputEditModal-module_backdropLayer__aVLSb{background-color:#000;bottom:0;left:0;opacity:50%;position:fixed;right:0;top:0;z-index:1040}.InputEditModal-module_backdropLayer__aVLSb[dir=rtl],[dir=rtl] .InputEditModal-module_backdropLayer__aVLSb{left:0;right:0}.InputEditModal-module_scrollLayer__isygg{align-items:center;bottom:0;display:flex;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1050}.InputEditModal-module_scrollLayer__isygg[dir=rtl],[dir=rtl] .InputEditModal-module_scrollLayer__isygg{left:0;right:0}.InputEditModal-module_modalLayer__r5vqj{margin:auto;padding:1.5rem 0;width:100%}.InputEditModal-module_modal__SbQqp{-webkit-font-smoothing:antialiased;background-color:var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-large-box-shadow,0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08));color:var(--color-purple-800,#2f2438);margin:auto;position:relative;width:90%}@media (min-width:768px){.InputEditModal-module_modal__SbQqp{width:100%}}.InputEditModal-module_animatingEnter__qZgX2{transition-duration:var(--animation-duration-fast,.3s)}.InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_backdropLayer__aVLSb{animation-duration:201ms;animation-fill-mode:forwards;animation-name:InputEditModal-module_fade-0-to-0-5__ywvjR}@keyframes InputEditModal-module_fade-0-to-0-5__ywvjR{0%{opacity:0}to{opacity:.5}}.InputEditModal-module_animatingEnter__qZgX2 [data-modal]{animation-duration:var(--animation-duration-fast,.3s);animation-fill-mode:forwards;animation-name:InputEditModal-module_custom-1__wSZX6;animation-timing-function:var(--animation-easing-function-bounce-in,cubic-bezier(.485,.155,.24,1.245))}@keyframes InputEditModal-module_custom-1__wSZX6{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.InputEditModal-module_animatingLeave__S2HGz{transition-duration:var(--animation-duration-rapid,.2s)}.InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_backdropLayer__aVLSb{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:InputEditModal-module_fade-0-5-to-0__s2WmG}@keyframes InputEditModal-module_fade-0-5-to-0__s2WmG{0%{opacity:.5}to{opacity:0}}.InputEditModal-module_animatingLeave__S2HGz [data-modal]{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:InputEditModal-module_custom-3__T3riv;animation-timing-function:var(--animation-easing-function-bounce-out,cubic-bezier(.485,.155,.515,.845))}@keyframes InputEditModal-module_custom-3__T3riv{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.InputEditModal-module_unscrollable__GN1M2{overflow:hidden!important}.InputEditModal-module_pseudoScrollbar__WCHmn{padding-right:15px!important}.InputEditModal-module_hide__N88RW{opacity:0;pointer-events:none}.InputEditModal-module_modal__SbQqp{max-width:600px;min-width:300px}.InputEditModal-module_animatingEnter__qZgX2 .InputEditModal-module_modal__SbQqp{animation-duration:var(--animation-duration-fast,.3s);animation-fill-mode:forwards;animation-name:InputEditModal-module_custom-5__trORr;animation-timing-function:var(--animation-easing-function-bounce-in,cubic-bezier(.485,.155,.24,1.245))}@keyframes InputEditModal-module_custom-5__trORr{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.InputEditModal-module_animatingLeave__S2HGz .InputEditModal-module_modal__SbQqp{animation-duration:var(--animation-duration-rapid,.2s);animation-fill-mode:forwards;animation-name:InputEditModal-module_custom-7__-98CZ;animation-timing-function:var(--animation-easing-function-bounce-out,cubic-bezier(.485,.155,.515,.845))}@keyframes InputEditModal-module_custom-7__-98CZ{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.InputEditModal-module_header__nivTf{color:var(--color-purple-800,#2f2438);text-align:left}.InputEditModal-module_header__nivTf.InputEditModal-module_textAlignRTL__5QQP8{text-align:right}.InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS{padding:var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem)}@media (max-width:768px){.InputEditModal-module_header__nivTf.InputEditModal-module_padded__ZdEIS{padding:var(--spacing-md,1.5rem)}}.InputEditModal-module_body__LyxBE{background:var(--color-gray-200,#f4f4f5)}.InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS{padding:var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem) var(--spacing-md,1.5rem) var(--spacing-lg,2.25rem)}@media (max-width:768px){.InputEditModal-module_body__LyxBE.InputEditModal-module_padded__ZdEIS{padding:var(--spacing-md,1.5rem)}}
|
|
101
101
|
.Checkbox-module_checkbox__0LHj5{background:var(--color-white,#fff);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-gray-500,#878792);border-radius:var(--border-solid-border-radius,7px);box-sizing:border-box;display:inline-block;height:24px;min-width:24px;position:relative;width:24px}.Checkbox-module_checkbox__0LHj5:focus-within,.Checkbox-module_checkbox__0LHj5:hover{background:var(--color-gray-200,#f4f4f5);border-color:var(--color-gray-600,#524e56)}.Checkbox-module_checkbox__0LHj5:focus-within:after{border-color:var(--color-blue-500,#0168b3);border-radius:var(--border-focus-ring-border-radius,10px);border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);content:"";height:26px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:26px}.Checkbox-module_selected__-Nd6E{background:var(--color-gray-500,#878792);background-color:var(--color-gray-500,#878792)}.Checkbox-module_selected__-Nd6E:focus-within,.Checkbox-module_selected__-Nd6E:hover{background:var(--color-gray-600,#524e56);border-color:var(--color-gray-600,#524e56)}.Checkbox-module_nativeCheckbox__BauKG{height:100%;opacity:0;position:absolute;width:100%}.Checkbox-module_iconContainer__Nsip6{display:inline-block;height:100%;pointer-events:none;position:relative;width:100%}.Checkbox-module_icon__2b48e{color:var(--color-white,#fff);height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}
|
|
102
102
|
.MultiSelectOptionField-module_multiSelectOptionField__-PNh-{align-items:flex-start;border-radius:var(--border-solid-border-radius,7px);display:flex;gap:var(--spacing-6,.375rem);padding:var(--spacing-6,.375rem);position:relative}.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within,.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover{background:var(--color-blue-100,#e6f6ff)}.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI,.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI{background-color:var(--color-gray-200,#f4f4f5);border-color:var(--color-gray-600,#524e56)}.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX,.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:hover .MultiSelectOptionField-module_checkbox__rDOxI.MultiSelectOptionField-module_checked__wo-TX{background-color:var(--color-gray-600,#524e56)}.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within:after{border-color:var(--color-blue-500,#0168b3);border-radius:var(--border-focus-ring-border-radius,10px);border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);content:"";height:calc(100% + 2px);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 2px);z-index:2}.MultiSelectOptionField-module_multiSelectOptionField__-PNh-:focus-within .MultiSelectOptionField-module_checkbox__rDOxI:after{display:none}.MultiSelectOptionField-module_label__79KfB{color:var(--color-purple-800,#2f2438);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);overflow-wrap:anywhere}.MultiSelectOptionField-module_label__79KfB:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import { DayPickerProps } from "react-day-picker";
|
|
1
2
|
import { DayOfWeek } from "../enums";
|
|
2
|
-
export declare const isValidWeekStartsOn: (day: DayOfWeek | undefined) => day is
|
|
3
|
+
export declare const isValidWeekStartsOn: (day: DayOfWeek | undefined) => day is DayPickerProps["weekStartsOn"];
|
|
@@ -5,7 +5,7 @@ import React from "react";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const Container: React.ForwardRefExoticComponent<{
|
|
7
7
|
children?: React.ReactNode;
|
|
8
|
-
style?: Pick<React.CSSProperties, "
|
|
8
|
+
style?: Pick<React.CSSProperties, "bottom" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "top" | "transform" | "transformBox" | "transformOrigin" | "transformStyle">;
|
|
9
9
|
} & Omit<React.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
10
|
-
classNameOverride?: string
|
|
10
|
+
classNameOverride?: string;
|
|
11
11
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -16,7 +16,7 @@ export declare const Content: React.ForwardRefExoticComponent<{
|
|
|
16
16
|
/**
|
|
17
17
|
* Not recommended. A short-circuit for dynamically overriding layout in a pinch
|
|
18
18
|
*/
|
|
19
|
-
style?: Pick<React.CSSProperties, "
|
|
19
|
+
style?: Pick<React.CSSProperties, "bottom" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "padding" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "top" | "transform" | "transformBox" | "transformOrigin" | "transformStyle">;
|
|
20
20
|
} & Omit<React.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
21
|
-
classNameOverride?: string
|
|
21
|
+
classNameOverride?: string;
|
|
22
22
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -7,6 +7,6 @@ export type DateInputProps = {
|
|
|
7
7
|
} & Omit<InputProps, OmittedInputProps>;
|
|
8
8
|
export declare const DateInput: React.ForwardRefExoticComponent<{
|
|
9
9
|
labelText: React.ReactNode;
|
|
10
|
-
isReversed?: boolean
|
|
10
|
+
isReversed?: boolean;
|
|
11
11
|
} & Omit<InputProps, OmittedInputProps> & React.RefAttributes<HTMLInputElement>>;
|
|
12
12
|
export {};
|
|
@@ -25,12 +25,12 @@ export declare const DateInputField: React.ForwardRefExoticComponent<{
|
|
|
25
25
|
/**
|
|
26
26
|
* Updates the styling of the validation FieldMessage
|
|
27
27
|
*/
|
|
28
|
-
status?: FieldMessageStatus
|
|
28
|
+
status?: FieldMessageStatus;
|
|
29
29
|
/**
|
|
30
30
|
* A descriptive message for `status` states
|
|
31
31
|
*/
|
|
32
32
|
validationMessage?: React.ReactNode;
|
|
33
|
-
locale?: Locale
|
|
33
|
+
locale?: Locale;
|
|
34
34
|
} & {
|
|
35
35
|
onButtonClick: React.MouseEventHandler<HTMLButtonElement>;
|
|
36
36
|
} & Omit<import("../../../DateInput").DateInputProps, "startIconAdornment" | "endIconAdornment"> & React.RefAttributes<DateInputWithIconButtonRefs>>;
|
|
@@ -7,8 +7,8 @@ export type FilterBarButtonProps = FilterButtonProps & {
|
|
|
7
7
|
};
|
|
8
8
|
export declare const FilterBarButton: React.ForwardRefExoticComponent<{
|
|
9
9
|
label: string;
|
|
10
|
-
selectedValue?: string | JSX.Element
|
|
11
|
-
isOpen?: boolean
|
|
10
|
+
selectedValue?: string | JSX.Element;
|
|
11
|
+
isOpen?: boolean;
|
|
12
12
|
} & Omit<import("../../../FilterButton/subcomponents/FilterButtonBase").FilterButtonBaseProps, "children"> & {
|
|
13
13
|
filterId: string;
|
|
14
14
|
isRemovable: boolean | undefined;
|
|
@@ -8,6 +8,6 @@ export type FilterButtonProps = {
|
|
|
8
8
|
} & Omit<FilterButtonBaseProps, "children">;
|
|
9
9
|
export declare const FilterButton: React.ForwardRefExoticComponent<{
|
|
10
10
|
label: string;
|
|
11
|
-
selectedValue?: string | JSX.Element
|
|
12
|
-
isOpen?: boolean
|
|
11
|
+
selectedValue?: string | JSX.Element;
|
|
12
|
+
isOpen?: boolean;
|
|
13
13
|
} & Omit<FilterButtonBaseProps, "children"> & React.RefAttributes<FilterTriggerRef>>;
|
|
@@ -6,5 +6,5 @@ export type FilterButtonBaseProps = {
|
|
|
6
6
|
export declare const FilterButtonBase: React.ForwardRefExoticComponent<{
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "className"> & {
|
|
9
|
-
classNameOverride?: string
|
|
9
|
+
classNameOverride?: string;
|
|
10
10
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -21,8 +21,8 @@ export declare const DateInputField: React.ForwardRefExoticComponent<{
|
|
|
21
21
|
* A description that provides context for the text field
|
|
22
22
|
*/
|
|
23
23
|
description?: DateInputDescriptionProps["description"];
|
|
24
|
-
isReversed?: boolean
|
|
25
|
-
validationMessage?: ValidationMessage
|
|
26
|
-
disabled?: boolean
|
|
24
|
+
isReversed?: boolean;
|
|
25
|
+
validationMessage?: ValidationMessage;
|
|
26
|
+
disabled?: boolean;
|
|
27
27
|
labelText?: DateInputProps["labelText"];
|
|
28
28
|
} & Omit<DateInputProps, "id" | "labelText"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -31,9 +31,9 @@ export declare const DateRangeInputField: React.ForwardRefExoticComponent<{
|
|
|
31
31
|
* A description that provides context for the text field
|
|
32
32
|
*/
|
|
33
33
|
description?: DateInputDescriptionProps["description"];
|
|
34
|
-
isReversed?: boolean
|
|
34
|
+
isReversed?: boolean;
|
|
35
35
|
validationMessage?: DateRangeValidationMessageProps["validationMessage"];
|
|
36
|
-
disabled?: boolean
|
|
36
|
+
disabled?: boolean;
|
|
37
37
|
} & Omit<React.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
38
|
-
classNameOverride?: string
|
|
38
|
+
classNameOverride?: string;
|
|
39
39
|
} & React.RefAttributes<DateRangeInputFieldRefs>>;
|
|
@@ -61,7 +61,7 @@ export declare const FilterMultiSelect: {
|
|
|
61
61
|
displayName: string;
|
|
62
62
|
};
|
|
63
63
|
LoadMoreButton: {
|
|
64
|
-
(props: import("
|
|
64
|
+
(props: import("./subcomponents/LoadMoreButton").LoadMoreButtonProps): JSX.Element;
|
|
65
65
|
displayName: string;
|
|
66
66
|
};
|
|
67
67
|
NoResults: {
|
|
@@ -16,7 +16,7 @@ export declare const FilterSelect: {
|
|
|
16
16
|
<Option extends SelectOption = SelectOption>({ isOpen, setIsOpen, renderTrigger, label, children, items, classNameOverride, selectedKey, ...restProps }: FilterSelectProps<Option>): JSX.Element;
|
|
17
17
|
displayName: string;
|
|
18
18
|
Section: {
|
|
19
|
-
<
|
|
19
|
+
<Option extends SelectOption = SelectOption>({ section, }: import("../../__future__/Select/subcomponents").ListBoxSectionProps<Option>): JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
SectionDivider: {
|
|
@@ -24,11 +24,11 @@ export declare const FilterSelect: {
|
|
|
24
24
|
displayName: string;
|
|
25
25
|
};
|
|
26
26
|
Option: {
|
|
27
|
-
<
|
|
27
|
+
<Option extends SelectOption = SelectOption>({ item, classNameOverride, ...props }: import("../../__future__/Select/subcomponents").OptionProps<Option>): JSX.Element;
|
|
28
28
|
displayName: string;
|
|
29
29
|
};
|
|
30
30
|
ItemDefaultRender: {
|
|
31
|
-
<
|
|
31
|
+
<Option extends SelectOption = SelectOption>({ item, }: import("../../__future__/Select/subcomponents").ListItemProps<Option>): JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -3,7 +3,7 @@ export type MenuItemProps = {
|
|
|
3
3
|
label: string;
|
|
4
4
|
href?: string;
|
|
5
5
|
target?: string;
|
|
6
|
-
onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
|
6
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>) => void;
|
|
7
7
|
icon?: JSX.Element;
|
|
8
8
|
destructive?: boolean;
|
|
9
9
|
disabled?: boolean;
|
|
@@ -17,10 +17,10 @@ export declare const MultiSelectToggle: React.ForwardRefExoticComponent<{
|
|
|
17
17
|
"aria-labelledby": string;
|
|
18
18
|
"aria-controls": string;
|
|
19
19
|
selectedOptions: MultiSelectOption[];
|
|
20
|
-
isOpen?: boolean
|
|
20
|
+
isOpen?: boolean;
|
|
21
21
|
status?: FieldMessageProps["status"];
|
|
22
22
|
onRemoveOption: (optionValue: MultiSelectOption["value"]) => void;
|
|
23
23
|
onRemoveAllOptions: () => void;
|
|
24
24
|
} & Omit<React.HTMLAttributes<HTMLDivElement>, "className"> & {
|
|
25
|
-
classNameOverride?: string
|
|
25
|
+
classNameOverride?: string;
|
|
26
26
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -45,8 +45,5 @@ type PopoverPropsWithoutRef = Omit<PopoverProps, "referenceElement">;
|
|
|
45
45
|
* The popper documentation to help provide more context:
|
|
46
46
|
* https://popper.js.org/react-popper/v2/hook/
|
|
47
47
|
*/
|
|
48
|
-
export declare const usePopover: () => [
|
|
49
|
-
(element: HTMLElement | null) => void,
|
|
50
|
-
(props: PopoverPropsWithoutRef) => JSX.Element | null
|
|
51
|
-
];
|
|
48
|
+
export declare const usePopover: () => [(element: HTMLElement | null) => void, (props: PopoverPropsWithoutRef) => JSX.Element | null];
|
|
52
49
|
export {};
|
|
@@ -10,8 +10,8 @@ export type ToggleIconButtonProps = {
|
|
|
10
10
|
export declare const ToggleIconButton: React.ForwardRefExoticComponent<{
|
|
11
11
|
icon: JSX.Element;
|
|
12
12
|
label: string;
|
|
13
|
-
isActive?: boolean
|
|
14
|
-
mood?:
|
|
13
|
+
isActive?: boolean;
|
|
14
|
+
mood?: ToggleIconButtonMoods;
|
|
15
15
|
} & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "className"> & {
|
|
16
|
-
classNameOverride?: string
|
|
16
|
+
classNameOverride?: string;
|
|
17
17
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { NodeType } from "prosemirror-model";
|
|
2
2
|
import { EditorState } from "prosemirror-state";
|
|
3
|
-
export declare const listIsActive: (state: EditorState, type: NodeType, listNodes:
|
|
3
|
+
export declare const listIsActive: (state: EditorState, type: NodeType, listNodes: Array<typeof type>) => boolean;
|
|
@@ -40,8 +40,8 @@ export declare const Select: React.ForwardRefExoticComponent<{
|
|
|
40
40
|
* `variant="secondary" reversed="false" is not implemented and will throw a "not implemented" error
|
|
41
41
|
* @default "default"
|
|
42
42
|
*/
|
|
43
|
-
variant?: "default" | "secondary" | "secondary-small"
|
|
44
|
-
status?: "
|
|
43
|
+
variant?: "default" | "secondary" | "secondary-small";
|
|
44
|
+
status?: "default" | "error";
|
|
45
45
|
label?: React.ReactNode;
|
|
46
46
|
validationMessage?: React.ReactNode;
|
|
47
47
|
description?: React.ReactNode;
|
|
@@ -49,19 +49,19 @@ export declare const Select: React.ForwardRefExoticComponent<{
|
|
|
49
49
|
* Use a reversed colour scheme
|
|
50
50
|
* @default false
|
|
51
51
|
*/
|
|
52
|
-
reversed?: boolean
|
|
52
|
+
reversed?: boolean;
|
|
53
53
|
/**
|
|
54
54
|
* Whether the "select control" (the button you click to open the menu) width fills the
|
|
55
55
|
* full width of the container or is as wide as the selected option text.
|
|
56
56
|
* Note that the control text will ellipsize if it is wider than the parent container.
|
|
57
57
|
* @default false
|
|
58
58
|
*/
|
|
59
|
-
fullWidth?: boolean
|
|
59
|
+
fullWidth?: boolean;
|
|
60
60
|
/**
|
|
61
61
|
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
62
62
|
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
63
63
|
*/
|
|
64
|
-
placeholder?: string
|
|
64
|
+
placeholder?: string;
|
|
65
65
|
} & Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<any, boolean, import("react-select").GroupBase<any>>, "onChange" | "value" | "inputValue" | "onInputChange" | "menuIsOpen" | "onMenuOpen" | "onMenuClose"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<any, boolean, import("react-select").GroupBase<any>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<any> & React.RefAttributes<any>>;
|
|
66
66
|
interface AsyncProps extends ReactAsyncSelectProps<any, boolean, any>, ReactSelectProps<any, boolean, any> {
|
|
67
67
|
}
|
|
@@ -54,7 +54,7 @@ export declare const Select: {
|
|
|
54
54
|
<Option extends SelectOption = SelectOption>({ label, items, id: propsId, trigger, children, status, validationMessage, isReversed, isFullWidth, disabledValues, classNameOverride, selectedKey, description, placeholder, isDisabled, portalContainerId, ...restProps }: SelectProps<Option>): JSX.Element;
|
|
55
55
|
displayName: string;
|
|
56
56
|
Section: {
|
|
57
|
-
<
|
|
57
|
+
<Option extends SelectOption = SelectOption>({ section, }: import("./subcomponents").ListBoxSectionProps<Option>): JSX.Element;
|
|
58
58
|
displayName: string;
|
|
59
59
|
};
|
|
60
60
|
SectionDivider: {
|
|
@@ -62,11 +62,11 @@ export declare const Select: {
|
|
|
62
62
|
displayName: string;
|
|
63
63
|
};
|
|
64
64
|
Option: {
|
|
65
|
-
<
|
|
65
|
+
<Option extends SelectOption = SelectOption>({ item, classNameOverride, ...props }: import("./subcomponents").OptionProps<Option>): JSX.Element;
|
|
66
66
|
displayName: string;
|
|
67
67
|
};
|
|
68
68
|
ItemDefaultRender: {
|
|
69
|
-
<
|
|
69
|
+
<Option extends SelectOption = SelectOption>({ item, }: import("./subcomponents").ListItemProps<Option>): JSX.Element;
|
|
70
70
|
displayName: string;
|
|
71
71
|
};
|
|
72
72
|
TriggerButton: React.ForwardRefExoticComponent<{
|
|
@@ -74,16 +74,16 @@ export declare const Select: {
|
|
|
74
74
|
labelProps: import("@react-types/shared").DOMAttributes<import("@react-types/shared").FocusableElement>;
|
|
75
75
|
value: React.ReactNode;
|
|
76
76
|
valueProps: import("@react-types/shared").DOMAttributes<import("@react-types/shared").FocusableElement>;
|
|
77
|
-
isOpen?: boolean
|
|
78
|
-
placeholder?: string
|
|
79
|
-
status?: "error" | "caution"
|
|
80
|
-
isDisabled?: boolean
|
|
81
|
-
isReversed?: boolean
|
|
77
|
+
isOpen?: boolean;
|
|
78
|
+
placeholder?: string;
|
|
79
|
+
status?: "error" | "caution";
|
|
80
|
+
isDisabled?: boolean;
|
|
81
|
+
isReversed?: boolean;
|
|
82
82
|
} & Omit<React.HTMLAttributes<HTMLButtonElement>, "className"> & {
|
|
83
|
-
classNameOverride?: string
|
|
83
|
+
classNameOverride?: string;
|
|
84
84
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
85
85
|
ListBox: {
|
|
86
|
-
<
|
|
86
|
+
<Option extends SelectOption>({ children, menuProps, classNameOverride, ...restProps }: import("./subcomponents").SingleListBoxProps<Option>): JSX.Element;
|
|
87
87
|
displayName: string;
|
|
88
88
|
};
|
|
89
89
|
};
|
|
@@ -25,17 +25,17 @@ export declare const SelectToggle: React.ForwardRefExoticComponent<{
|
|
|
25
25
|
value: React.ReactNode;
|
|
26
26
|
/** Props for the element representing the selected value. */
|
|
27
27
|
valueProps: DOMAttributes<FocusableElement>;
|
|
28
|
-
isOpen?: boolean
|
|
28
|
+
isOpen?: boolean;
|
|
29
29
|
/**
|
|
30
30
|
* @deprecated Use of placeholder text goes against our a11y standards.
|
|
31
31
|
* Use the `labelText` prop to provide a concise name, and the `description` prop for any help text.
|
|
32
32
|
*/
|
|
33
|
-
placeholder?: string
|
|
33
|
+
placeholder?: string;
|
|
34
34
|
/** Updates the styling of the validation. */
|
|
35
|
-
status?: "error" | "caution"
|
|
36
|
-
isDisabled?: boolean
|
|
35
|
+
status?: "error" | "caution";
|
|
36
|
+
isDisabled?: boolean;
|
|
37
37
|
/** Use the `reversed` styles. */
|
|
38
|
-
isReversed?: boolean
|
|
38
|
+
isReversed?: boolean;
|
|
39
39
|
} & Omit<React.HTMLAttributes<HTMLButtonElement>, "className"> & {
|
|
40
|
-
classNameOverride?: string
|
|
40
|
+
classNameOverride?: string;
|
|
41
41
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -3,4 +3,4 @@ export declare function extractDisplayName(type: React.FunctionComponent): strin
|
|
|
3
3
|
/**
|
|
4
4
|
* Validates implicit or explicitly semantic roles required to make `aria-describedby` announce predictably with screen readers
|
|
5
5
|
*/
|
|
6
|
-
export declare const isSemanticElement: (element: ReactNode) => element is React.ReactElement
|
|
6
|
+
export declare const isSemanticElement: (element: ReactNode) => element is React.ReactElement;
|
|
@@ -23,10 +23,10 @@ export declare const Tooltip: React.ForwardRefExoticComponent<Omit<RACTooltipPro
|
|
|
23
23
|
* anchor element.
|
|
24
24
|
* @default 8
|
|
25
25
|
*/
|
|
26
|
-
offset?: number
|
|
26
|
+
offset?: number;
|
|
27
27
|
/**
|
|
28
28
|
* The placement of the tooltip relative to the trigger.
|
|
29
29
|
* + we're intentionally limiting the placement options to rtl friendly ones (start, end, top, bottom)
|
|
30
30
|
*/
|
|
31
|
-
placement?: "
|
|
31
|
+
placement?: "bottom" | "bottom start" | "bottom end" | "top" | "top start" | "top end" | "start" | "start top" | "start bottom" | "end" | "end top" | "end bottom";
|
|
32
32
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const isRefObject: (ref: React.ForwardedRef<any>) => ref is
|
|
1
|
+
export declare const isRefObject: (ref: React.ForwardedRef<any>) => ref is React.MutableRefObject<any>;
|
|
@@ -4,5 +4,5 @@ type ClassNameValue = string | number | boolean | undefined | null;
|
|
|
4
4
|
* This is useful when working with react-aria-components which have a feature where you can pass a function that receives state and returns a classname.
|
|
5
5
|
* https://react-spectrum.adobe.com/react-aria/styling.html#render-props
|
|
6
6
|
*/
|
|
7
|
-
export declare const mergeClassNames: <ClassNameTypes extends
|
|
7
|
+
export declare const mergeClassNames: <ClassNameTypes extends Array<ClassNameValue | ((state: any) => string)>>(...classNames: ClassNameTypes) => (() => string) extends ClassNameTypes[number] ? (state: any) => string : string;
|
|
8
8
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.55.
|
|
3
|
+
"version": "1.55.2",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"styles.css"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@floating-ui/react-dom": "^2.1.
|
|
32
|
+
"@floating-ui/react-dom": "^2.1.1",
|
|
33
33
|
"@headlessui/react": "<=1.5.0",
|
|
34
34
|
"@internationalized/date": "^3.5.4",
|
|
35
35
|
"@popperjs/core": "^2.11.8",
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"lodash.debounce": "^4.0.8",
|
|
55
55
|
"nanobus": "^4.5.0",
|
|
56
56
|
"prosemirror-commands": "^1.5.2",
|
|
57
|
-
"prosemirror-history": "^1.4.
|
|
57
|
+
"prosemirror-history": "^1.4.1",
|
|
58
58
|
"prosemirror-inputrules": "^1.4.0",
|
|
59
59
|
"prosemirror-keymap": "^1.2.2",
|
|
60
|
-
"prosemirror-model": "^1.
|
|
61
|
-
"prosemirror-schema-basic": "^1.2.
|
|
62
|
-
"prosemirror-schema-list": "^1.4.
|
|
60
|
+
"prosemirror-model": "^1.22.1",
|
|
61
|
+
"prosemirror-schema-basic": "^1.2.3",
|
|
62
|
+
"prosemirror-schema-list": "^1.4.1",
|
|
63
63
|
"prosemirror-state": "^1.4.3",
|
|
64
64
|
"prosemirror-transform": "^1.9.0",
|
|
65
65
|
"prosemirror-utils": "^1.2.2",
|
|
66
|
-
"prosemirror-view": "^1.33.
|
|
66
|
+
"prosemirror-view": "^1.33.8",
|
|
67
67
|
"react-animate-height": "^3.2.3",
|
|
68
68
|
"react-aria": "^3.33.1",
|
|
69
69
|
"react-aria-components": "^1.2.1",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@cultureamp/frontend-apis": "^9.
|
|
86
|
+
"@cultureamp/frontend-apis": "^9.6.0",
|
|
87
87
|
"@cultureamp/i18n-react-intl": "^2.5.8",
|
|
88
88
|
"@types/lodash.debounce": "^4.0.9",
|
|
89
89
|
"@types/react-dom": "^18.3.0",
|
|
@@ -93,15 +93,15 @@
|
|
|
93
93
|
"concat-cli": "^4.0.0",
|
|
94
94
|
"query-string": "^9.0.0",
|
|
95
95
|
"react-intl": "^6.6.8",
|
|
96
|
-
"rollup": "^4.18.
|
|
97
|
-
"sass": "^1.77.
|
|
96
|
+
"rollup": "^4.18.1",
|
|
97
|
+
"sass": "^1.77.8",
|
|
98
98
|
"serialize-query-params": "^2.0.2",
|
|
99
99
|
"svgo": "^3.3.2",
|
|
100
|
-
"ts-jest": "^29.
|
|
100
|
+
"ts-jest": "^29.2.2",
|
|
101
101
|
"tslib": "^2.6.3",
|
|
102
|
-
"tsx": "^4.
|
|
103
|
-
"@kaizen/
|
|
104
|
-
"@kaizen/
|
|
102
|
+
"tsx": "^4.16.2",
|
|
103
|
+
"@kaizen/design-tokens": "10.5.0",
|
|
104
|
+
"@kaizen/package-bundler": "1.1.2"
|
|
105
105
|
},
|
|
106
106
|
"devDependenciesComments": {
|
|
107
107
|
"postcss": "Installed in root",
|
package/src/Brand/Brand.tsx
CHANGED
|
@@ -58,11 +58,11 @@ export const Brand = ({
|
|
|
58
58
|
)
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
const { alt, classNameOverride } = restProps
|
|
61
|
+
const { alt, classNameOverride, ...otherProps } = restProps
|
|
62
62
|
const brandTheme = reversed ? "-reversed" : "-default"
|
|
63
63
|
|
|
64
64
|
return (
|
|
65
|
-
<picture className={classNameOverride} {...
|
|
65
|
+
<picture className={classNameOverride} {...otherProps}>
|
|
66
66
|
<source
|
|
67
67
|
srcSet={assetUrl(`brand/${variant}-reversed.svg`)}
|
|
68
68
|
media="(forced-colors: active) and (prefers-color-scheme: dark)"
|
|
@@ -26,7 +26,10 @@ export const MenuContentExample = ({
|
|
|
26
26
|
<MenuList heading={<MenuHeading>Buttons</MenuHeading>}>
|
|
27
27
|
<MenuItem
|
|
28
28
|
onClick={(
|
|
29
|
-
e: React.MouseEvent<
|
|
29
|
+
e: React.MouseEvent<
|
|
30
|
+
HTMLButtonElement | HTMLAnchorElement,
|
|
31
|
+
MouseEvent
|
|
32
|
+
>
|
|
30
33
|
): void => {
|
|
31
34
|
alert("Hello")
|
|
32
35
|
e.preventDefault()
|
|
@@ -36,7 +39,10 @@ export const MenuContentExample = ({
|
|
|
36
39
|
/>
|
|
37
40
|
<MenuItem
|
|
38
41
|
onClick={(
|
|
39
|
-
e: React.MouseEvent<
|
|
42
|
+
e: React.MouseEvent<
|
|
43
|
+
HTMLButtonElement | HTMLAnchorElement,
|
|
44
|
+
MouseEvent
|
|
45
|
+
>
|
|
40
46
|
): void => {
|
|
41
47
|
e.preventDefault()
|
|
42
48
|
}}
|
|
@@ -45,7 +51,10 @@ export const MenuContentExample = ({
|
|
|
45
51
|
/>
|
|
46
52
|
<MenuItem
|
|
47
53
|
onClick={(
|
|
48
|
-
e: React.MouseEvent<
|
|
54
|
+
e: React.MouseEvent<
|
|
55
|
+
HTMLButtonElement | HTMLAnchorElement,
|
|
56
|
+
MouseEvent
|
|
57
|
+
>
|
|
49
58
|
): void => {
|
|
50
59
|
e.preventDefault()
|
|
51
60
|
}}
|
|
@@ -55,7 +64,10 @@ export const MenuContentExample = ({
|
|
|
55
64
|
/>
|
|
56
65
|
<MenuItem
|
|
57
66
|
onClick={(
|
|
58
|
-
e: React.MouseEvent<
|
|
67
|
+
e: React.MouseEvent<
|
|
68
|
+
HTMLButtonElement | HTMLAnchorElement,
|
|
69
|
+
MouseEvent
|
|
70
|
+
>
|
|
59
71
|
): void => {
|
|
60
72
|
e.preventDefault()
|
|
61
73
|
}}
|
|
@@ -65,7 +77,10 @@ export const MenuContentExample = ({
|
|
|
65
77
|
/>
|
|
66
78
|
<MenuItem
|
|
67
79
|
onClick={(
|
|
68
|
-
e: React.MouseEvent<
|
|
80
|
+
e: React.MouseEvent<
|
|
81
|
+
HTMLButtonElement | HTMLAnchorElement,
|
|
82
|
+
MouseEvent
|
|
83
|
+
>
|
|
69
84
|
): void => {
|
|
70
85
|
e.preventDefault()
|
|
71
86
|
}}
|
|
@@ -78,7 +93,10 @@ export const MenuContentExample = ({
|
|
|
78
93
|
<MenuList heading={<MenuHeading>Buttons (no icons)</MenuHeading>}>
|
|
79
94
|
<MenuItem
|
|
80
95
|
onClick={(
|
|
81
|
-
e: React.MouseEvent<
|
|
96
|
+
e: React.MouseEvent<
|
|
97
|
+
HTMLButtonElement | HTMLAnchorElement,
|
|
98
|
+
MouseEvent
|
|
99
|
+
>
|
|
82
100
|
): void => {
|
|
83
101
|
e.preventDefault()
|
|
84
102
|
}}
|
|
@@ -86,7 +104,10 @@ export const MenuContentExample = ({
|
|
|
86
104
|
/>
|
|
87
105
|
<MenuItem
|
|
88
106
|
onClick={(
|
|
89
|
-
e: React.MouseEvent<
|
|
107
|
+
e: React.MouseEvent<
|
|
108
|
+
HTMLButtonElement | HTMLAnchorElement,
|
|
109
|
+
MouseEvent
|
|
110
|
+
>
|
|
90
111
|
): void => {
|
|
91
112
|
e.preventDefault()
|
|
92
113
|
}}
|
|
@@ -7,7 +7,7 @@ export type MenuItemProps = {
|
|
|
7
7
|
href?: string
|
|
8
8
|
// Only applicable if href is supplied above
|
|
9
9
|
target?: string
|
|
10
|
-
onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void
|
|
10
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>) => void
|
|
11
11
|
icon?: JSX.Element
|
|
12
12
|
destructive?: boolean
|
|
13
13
|
disabled?: boolean
|
|
@@ -70,6 +70,7 @@ export const MenuItem = ({
|
|
|
70
70
|
<a
|
|
71
71
|
id={id}
|
|
72
72
|
href={href}
|
|
73
|
+
onClick={onClick}
|
|
73
74
|
className={className}
|
|
74
75
|
target={target}
|
|
75
76
|
// this tells screenreaders that this link represents the current page
|