@kaizen/components 1.8.7 → 1.10.1
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/dts/SVG/icons/IndicatorActiveIcon.d.ts +3 -0
- package/dist/cjs/dts/SVG/icons/IndicatorInactiveIcon.d.ts +3 -0
- package/dist/cjs/dts/SVG/icons/SuccessIcon.d.ts +3 -0
- package/dist/cjs/dts/Workflow/Workflow.d.ts +26 -0
- package/dist/cjs/dts/Workflow/_docs/controls/controls.d.ts +35 -0
- package/dist/cjs/dts/Workflow/_docs/controls/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/Footer.d.ts +13 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +12 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/FooterActions/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +10 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/ProgressStepper/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/Root/Root.d.ts +7 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/Root/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/components/index.d.ts +3 -0
- package/dist/cjs/dts/Workflow/subcomponents/Footer/index.d.ts +2 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/Header.d.ts +7 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/Actions.d.ts +13 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Actions/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +12 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Branding/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Root/Root.d.ts +7 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Root/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +17 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/Titles/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/components/index.d.ts +4 -0
- package/dist/cjs/dts/Workflow/subcomponents/Header/index.d.ts +2 -0
- package/dist/cjs/dts/Workflow/subcomponents/Main/Main.d.ts +9 -0
- package/dist/cjs/dts/Workflow/subcomponents/Main/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/Wrapper/Wrapper.d.ts +9 -0
- package/dist/cjs/dts/Workflow/subcomponents/Wrapper/index.d.ts +1 -0
- package/dist/cjs/dts/Workflow/subcomponents/index.d.ts +4 -0
- package/dist/cjs/dts/index.d.ts +1 -0
- package/dist/cjs/future.js +1 -1
- package/dist/cjs/{index-18831222.js → index-f4dd8d10.js} +1 -1
- package/dist/cjs/index-f4dd8d10.js.map +1 -0
- package/dist/cjs/index.css +451 -4
- package/dist/cjs/index.js +2030 -638
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/dts/SVG/icons/IndicatorActiveIcon.d.ts +3 -0
- package/dist/esm/dts/SVG/icons/IndicatorInactiveIcon.d.ts +3 -0
- package/dist/esm/dts/SVG/icons/SuccessIcon.d.ts +3 -0
- package/dist/esm/dts/Workflow/Workflow.d.ts +26 -0
- package/dist/esm/dts/Workflow/_docs/controls/controls.d.ts +35 -0
- package/dist/esm/dts/Workflow/_docs/controls/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/Footer.d.ts +13 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +12 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/FooterActions/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +10 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/ProgressStepper/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/Root/Root.d.ts +7 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/Root/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/components/index.d.ts +3 -0
- package/dist/esm/dts/Workflow/subcomponents/Footer/index.d.ts +2 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/Header.d.ts +7 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/Actions.d.ts +13 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Actions/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +12 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Branding/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Root/Root.d.ts +7 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Root/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +17 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/Titles/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/components/index.d.ts +4 -0
- package/dist/esm/dts/Workflow/subcomponents/Header/index.d.ts +2 -0
- package/dist/esm/dts/Workflow/subcomponents/Main/Main.d.ts +9 -0
- package/dist/esm/dts/Workflow/subcomponents/Main/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/Wrapper/Wrapper.d.ts +9 -0
- package/dist/esm/dts/Workflow/subcomponents/Wrapper/index.d.ts +1 -0
- package/dist/esm/dts/Workflow/subcomponents/index.d.ts +4 -0
- package/dist/esm/dts/index.d.ts +1 -0
- package/dist/esm/future.js +1 -1
- package/dist/esm/{index-3e73eeed.js → index-55bf6f2f.js} +1 -1
- package/dist/esm/index-55bf6f2f.js.map +1 -0
- package/dist/esm/index.css +451 -4
- package/dist/esm/index.js +2071 -680
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +68 -2
- package/dist/styles.css +1 -1
- package/icons/empty.icon.svg +4 -14
- package/icons/full.icon.svg +3 -16
- package/icons/success.icon.svg +7 -15
- package/package.json +18 -15
- package/dist/cjs/index-18831222.js.map +0 -1
- package/dist/esm/index-3e73eeed.js.map +0 -1
package/dist/esm/index.css
CHANGED
|
@@ -886,7 +886,18 @@ html:lang(ar) .Dropdown-module_dropdownControlAction__iWJog {
|
|
|
886
886
|
Because these components are deprecated, we've kept any inline/non-token values as values from the Zen theme to prevent any style regressions,
|
|
887
887
|
as this is what consumers would have expected when pulling them in a the time.
|
|
888
888
|
*/
|
|
889
|
-
/** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/
|
|
889
|
+
/** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/
|
|
890
|
+
/* stylelint-disable */
|
|
891
|
+
/* stylelint-enable */
|
|
892
|
+
/* stylelint-disable */
|
|
893
|
+
/* stylelint-enable */
|
|
894
|
+
/* stylelint-disable */
|
|
895
|
+
/* stylelint-enable */
|
|
896
|
+
/* stylelint-disable */
|
|
897
|
+
/* stylelint-enable */
|
|
898
|
+
/* stylelint-disable scss/at-if-no-null */
|
|
899
|
+
/* stylelint-enable scss/at-if-no-null */
|
|
900
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
890
901
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
891
902
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
892
903
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
@@ -899,8 +910,6 @@ html:lang(ar) .Dropdown-module_dropdownControlAction__iWJog {
|
|
|
899
910
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
900
911
|
/* stylelint-disable function-name-case, scss/at-function-pattern */
|
|
901
912
|
/* stylelint-enable function-name-case, scss/at-function-pattern */
|
|
902
|
-
/* stylelint-disable */
|
|
903
|
-
/* stylelint-enable */
|
|
904
913
|
.Menu-module_menuList__behqY {
|
|
905
914
|
background: white;
|
|
906
915
|
border: var(--border-solid-border-width, 2px) var(--border-solid-border-style, solid) var(--color-purple-200, #dfc9ea);
|
|
@@ -2298,4 +2307,442 @@ html:lang(ar) .Text-module_zen-data-small-units__0RtFJ {
|
|
|
2298
2307
|
margin: 5px 0;
|
|
2299
2308
|
}
|
|
2300
2309
|
.SectionDivider-module_divider__-idrC{margin:var(--spacing-8,.5rem) 0}.SectionDivider-module_divider__-idrC+.SectionDivider-module_divider__-idrC,.SectionDivider-module_divider__-idrC:first-child,.SectionDivider-module_divider__-idrC:last-child{display:none}
|
|
2301
|
-
.FilterSelect-module_filterContents__2LknZ{overflow:auto;padding:var(--spacing-12,.75rem);width:224px}
|
|
2310
|
+
.FilterSelect-module_filterContents__2LknZ{overflow:auto;padding:var(--spacing-12,.75rem);width:224px}
|
|
2311
|
+
.FooterRoot-module_footerRoot__bvMSa{align-items:center;background:var(--color-blue-500,#0168b3);display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template-areas:"prev stepper next";grid-template-columns:1fr 2fr 1fr;justify-content:center;padding:var(--spacing-24,1.5rem) var(--spacing-32,2rem)}@media (min-width:768px){.FooterRoot-module_footerRoot__bvMSa{grid-template-columns:1fr 5fr 1fr}}
|
|
2312
|
+
.ProgressStepper-module_stepsContainer__kh4S2{grid-area:stepper;width:100%}.ProgressStepper-module_stepList__ToKVO{align-items:flex-end;display:none;justify-content:center;list-style:none;margin:0;padding:0}@media (min-width:768px){.ProgressStepper-module_stepList__ToKVO{display:flex}}.ProgressStepper-module_step__5Zakx{container:step/inline-size;display:flex;flex-basis:100%;flex-grow:1;justify-content:center;max-width:var(--spacing-96,6rem);position:relative}.ProgressStepper-module_stepContent__brp8m{align-items:center;display:flex;flex-direction:column}.ProgressStepper-module_stepIndicator__vAWW6{height:1.25rem;position:relative;width:1.25rem}.ProgressStepper-module_stepName__21rPP{display:none;font-weight:var(--typography-paragraph-bold-font-weight,600);margin-bottom:var(--spacing-12,.75rem);text-align:center}.ProgressStepper-module_stepIcon__eW-Ps{color:var(--color-white,#fff);height:1.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem}.ProgressStepper-module_stepDivider__SaO4y{border:var(--spacing-1,.0625rem) solid var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);display:flex;flex-grow:1;height:0;left:100%;margin:0;min-width:calc(100% - var(--spacing-24, 1.5rem));position:absolute;top:calc(100% - .625rem);transform:translateX(-50%)}[dir=rtl] .ProgressStepper-module_stepDivider__SaO4y{left:unset;right:100%;transform:translateX(50%)}.ProgressStepper-module_stepperDescription__XT8Ra{display:flex;justify-content:center}@media (min-width:768px){.ProgressStepper-module_stepperDescription__XT8Ra{height:0;overflow:hidden;position:absolute;width:0}}@container step (min-width: 4.5rem){.ProgressStepper-module_stepName__21rPP{display:inline}}
|
|
2313
|
+
.FooterActions-module_footerAction__H-bdq{display:flex;flex-basis:auto;flex-grow:1}.FooterActions-module_footerActionPrevious__yyzsX{grid-area:"prev";justify-content:start}.FooterActions-module_footerActionNext__GIowc{grid-area:"next";justify-content:end}
|
|
2314
|
+
/** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/
|
|
2315
|
+
/* stylelint-disable no-descending-specificity */
|
|
2316
|
+
.Avatar-module_wrapper__Z0f9l {
|
|
2317
|
+
background: var(--color-gray-300, #eaeaec);
|
|
2318
|
+
border-radius: 100%;
|
|
2319
|
+
box-sizing: border-box;
|
|
2320
|
+
overflow: hidden;
|
|
2321
|
+
align-items: center;
|
|
2322
|
+
display: flex;
|
|
2323
|
+
justify-content: center;
|
|
2324
|
+
}
|
|
2325
|
+
.Avatar-module_wrapper__Z0f9l:not(.Avatar-module_small__jGh0-) {
|
|
2326
|
+
box-shadow: var(--shadow-small-box-shadow, 0px 3px 16px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1));
|
|
2327
|
+
border: 3px solid var(--color-white, #ffffff);
|
|
2328
|
+
}
|
|
2329
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_personal__dF-Ou {
|
|
2330
|
+
background: var(--color-orange-100, #fff0e8);
|
|
2331
|
+
}
|
|
2332
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_otherUser__p-EP2 {
|
|
2333
|
+
background: var(--color-gray-300, #eaeaec);
|
|
2334
|
+
}
|
|
2335
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_company__cX7Yd {
|
|
2336
|
+
border: 0;
|
|
2337
|
+
background: var(--color-white, #ffffff);
|
|
2338
|
+
padding: 6px;
|
|
2339
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
2340
|
+
}
|
|
2341
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_small__jGh0- {
|
|
2342
|
+
width: 1.25rem;
|
|
2343
|
+
height: 1.25rem;
|
|
2344
|
+
}
|
|
2345
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_small__jGh0- .Avatar-module_initials__KqQwi {
|
|
2346
|
+
margin-bottom: -1px;
|
|
2347
|
+
}
|
|
2348
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_small__jGh0-.Avatar-module_company__cX7Yd {
|
|
2349
|
+
padding: 0;
|
|
2350
|
+
}
|
|
2351
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_medium__1NEXg {
|
|
2352
|
+
width: 3rem;
|
|
2353
|
+
height: 3rem;
|
|
2354
|
+
}
|
|
2355
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_medium__1NEXg .Avatar-module_initials__KqQwi {
|
|
2356
|
+
margin-bottom: -1px;
|
|
2357
|
+
}
|
|
2358
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_large__HEyf8 {
|
|
2359
|
+
width: 4.5rem;
|
|
2360
|
+
height: 4.5rem;
|
|
2361
|
+
}
|
|
2362
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_xlarge__efxpR {
|
|
2363
|
+
width: 6rem;
|
|
2364
|
+
height: 6rem;
|
|
2365
|
+
}
|
|
2366
|
+
.Avatar-module_wrapper__Z0f9l.Avatar-module_xxlarge__2Pd9d {
|
|
2367
|
+
width: 7.75rem;
|
|
2368
|
+
height: 7.75rem;
|
|
2369
|
+
}
|
|
2370
|
+
.Avatar-module_wrapper__Z0f9l .Avatar-module_initials__KqQwi {
|
|
2371
|
+
text-decoration: none;
|
|
2372
|
+
speak-as: spell-out;
|
|
2373
|
+
border-bottom: none;
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
.Avatar-module_avatarImage__3BogQ {
|
|
2377
|
+
width: 100%;
|
|
2378
|
+
height: 100%;
|
|
2379
|
+
object-fit: cover;
|
|
2380
|
+
}
|
|
2381
|
+
.Avatar-module_loading__pRyVI .Avatar-module_avatarImage__3BogQ {
|
|
2382
|
+
display: none;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
.Avatar-module_companyAvatarImage__QAPBc {
|
|
2386
|
+
object-fit: contain;
|
|
2387
|
+
box-sizing: border-box;
|
|
2388
|
+
border-radius: 4px;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
.Avatar-module_fallbackIcon__wsRF7 {
|
|
2392
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
2393
|
+
width: 28px;
|
|
2394
|
+
}
|
|
2395
|
+
.Avatar-module_xxlarge__2Pd9d .Avatar-module_fallbackIcon__wsRF7 {
|
|
2396
|
+
width: 75px;
|
|
2397
|
+
}
|
|
2398
|
+
.Avatar-module_xlarge__efxpR .Avatar-module_fallbackIcon__wsRF7 {
|
|
2399
|
+
width: 60px;
|
|
2400
|
+
}
|
|
2401
|
+
.Avatar-module_large__HEyf8 .Avatar-module_fallbackIcon__wsRF7 {
|
|
2402
|
+
width: 35px;
|
|
2403
|
+
}
|
|
2404
|
+
.Avatar-module_medium__1NEXg .Avatar-module_fallbackIcon__wsRF7 {
|
|
2405
|
+
width: 25px;
|
|
2406
|
+
margin-bottom: -1px;
|
|
2407
|
+
}
|
|
2408
|
+
.Avatar-module_small__jGh0- .Avatar-module_fallbackIcon__wsRF7 {
|
|
2409
|
+
width: 10px;
|
|
2410
|
+
margin-bottom: -1px;
|
|
2411
|
+
}
|
|
2412
|
+
|
|
2413
|
+
.Avatar-module_initials__KqQwi {
|
|
2414
|
+
box-sizing: border-box;
|
|
2415
|
+
color: var(--color-purple-800, #2f2438);
|
|
2416
|
+
padding-left: 5px;
|
|
2417
|
+
padding-right: 5px;
|
|
2418
|
+
text-align: center;
|
|
2419
|
+
width: 100%;
|
|
2420
|
+
font-size: 22px;
|
|
2421
|
+
font-family: var(--typography-heading-1-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2422
|
+
font-weight: var(--typography-heading-1-font-weight, 700);
|
|
2423
|
+
letter-spacing: var(--typography-heading-3-letter-spacing, normal);
|
|
2424
|
+
}
|
|
2425
|
+
.Avatar-module_initials__KqQwi:not(.Avatar-module_longName__E6V7H)::before {
|
|
2426
|
+
content: "";
|
|
2427
|
+
display: block;
|
|
2428
|
+
margin-top: -0.001em;
|
|
2429
|
+
}
|
|
2430
|
+
.Avatar-module_xlarge__efxpR .Avatar-module_initials__KqQwi, .Avatar-module_xxlarge__2Pd9d .Avatar-module_initials__KqQwi {
|
|
2431
|
+
font-size: 34px;
|
|
2432
|
+
letter-spacing: var(--typography-heading-1-letter-spacing, normal);
|
|
2433
|
+
}
|
|
2434
|
+
.Avatar-module_medium__1NEXg .Avatar-module_initials__KqQwi {
|
|
2435
|
+
font-size: 16px;
|
|
2436
|
+
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
2437
|
+
letter-spacing: var(--typography-heading-5-letter-spacing, normal);
|
|
2438
|
+
}
|
|
2439
|
+
.Avatar-module_small__jGh0- .Avatar-module_initials__KqQwi {
|
|
2440
|
+
font-size: 8px;
|
|
2441
|
+
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
2442
|
+
letter-spacing: var(--typography-heading-5-letter-spacing, normal);
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/* stylelint-enable no-descending-specificity */
|
|
2446
|
+
/** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/
|
|
2447
|
+
.AvatarGroup-module_AvatarGroup__yyC2u {
|
|
2448
|
+
display: inline-flex;
|
|
2449
|
+
list-style: none;
|
|
2450
|
+
margin: 0;
|
|
2451
|
+
padding: 0;
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
.AvatarGroup-module_small__026qy .AvatarGroup-module_AvatarGroupItem__tVQsT + .AvatarGroup-module_AvatarGroupItem__tVQsT {
|
|
2455
|
+
margin-inline-start: calc(1.25rem / -2);
|
|
2456
|
+
}
|
|
2457
|
+
[dir=rtl] .AvatarGroup-module_small__026qy .AvatarGroup-module_AvatarGroupItem__tVQsT + .AvatarGroup-module_AvatarGroupItem__tVQsT {
|
|
2458
|
+
margin-left: 0;
|
|
2459
|
+
}
|
|
2460
|
+
.AvatarGroup-module_medium__na3GI .AvatarGroup-module_AvatarGroupItem__tVQsT + .AvatarGroup-module_AvatarGroupItem__tVQsT {
|
|
2461
|
+
margin-inline-start: calc(3rem / -2);
|
|
2462
|
+
}
|
|
2463
|
+
[dir=rtl] .AvatarGroup-module_medium__na3GI .AvatarGroup-module_AvatarGroupItem__tVQsT + .AvatarGroup-module_AvatarGroupItem__tVQsT {
|
|
2464
|
+
margin-left: 0;
|
|
2465
|
+
}
|
|
2466
|
+
.AvatarGroup-module_large__prOGN .AvatarGroup-module_AvatarGroupItem__tVQsT + .AvatarGroup-module_AvatarGroupItem__tVQsT {
|
|
2467
|
+
margin-inline-start: calc(4.5rem / -2);
|
|
2468
|
+
}
|
|
2469
|
+
[dir=rtl] .AvatarGroup-module_large__prOGN .AvatarGroup-module_AvatarGroupItem__tVQsT + .AvatarGroup-module_AvatarGroupItem__tVQsT {
|
|
2470
|
+
margin-left: 0;
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
.AvatarGroup-module_AvatarCounter__w0QVP {
|
|
2474
|
+
align-items: center;
|
|
2475
|
+
background: var(--color-gray-300, #eaeaec);
|
|
2476
|
+
border: 3px solid var(--color-white, #ffffff);
|
|
2477
|
+
border-radius: 100%;
|
|
2478
|
+
box-sizing: border-box;
|
|
2479
|
+
box-shadow: var(--shadow-small-box-shadow, 0px 3px 16px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1));
|
|
2480
|
+
display: flex;
|
|
2481
|
+
justify-content: center;
|
|
2482
|
+
overflow: hidden;
|
|
2483
|
+
}
|
|
2484
|
+
.AvatarGroup-module_small__026qy .AvatarGroup-module_AvatarCounter__w0QVP {
|
|
2485
|
+
box-shadow: none;
|
|
2486
|
+
border: none;
|
|
2487
|
+
width: 1.25rem;
|
|
2488
|
+
height: 1.25rem;
|
|
2489
|
+
font-family: var(--typography-heading-5-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2490
|
+
font-size: 0.5rem;
|
|
2491
|
+
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
2492
|
+
letter-spacing: var(--typography-heading-5-letter-spacing, normal);
|
|
2493
|
+
}
|
|
2494
|
+
.AvatarGroup-module_medium__na3GI .AvatarGroup-module_AvatarCounter__w0QVP {
|
|
2495
|
+
width: 3rem;
|
|
2496
|
+
height: 3rem;
|
|
2497
|
+
font-family: var(--typography-heading-5-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2498
|
+
font-size: var(--typography-heading-5-font-size, 1rem);
|
|
2499
|
+
font-weight: var(--typography-heading-5-font-weight, 600);
|
|
2500
|
+
letter-spacing: var(--typography-heading-5-letter-spacing, normal);
|
|
2501
|
+
}
|
|
2502
|
+
.AvatarGroup-module_large__prOGN .AvatarGroup-module_AvatarCounter__w0QVP {
|
|
2503
|
+
width: 4.5rem;
|
|
2504
|
+
height: 4.5rem;
|
|
2505
|
+
font-family: var(--typography-heading-3-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2506
|
+
font-size: var(--typography-heading-3-font-size, 1.375rem);
|
|
2507
|
+
font-weight: var(--typography-heading-3-font-weight, 700);
|
|
2508
|
+
letter-spacing: var(--typography-heading-3-letter-spacing, normal);
|
|
2509
|
+
}
|
|
2510
|
+
[dir=rtl] .AvatarGroup-module_AvatarCounter__w0QVP {
|
|
2511
|
+
margin-left: 0;
|
|
2512
|
+
direction: ltr;
|
|
2513
|
+
}
|
|
2514
|
+
/** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/ /** THIS IS AN AUTOGENERATED FILE **/
|
|
2515
|
+
.Tag-module_root__ZoDW8 {
|
|
2516
|
+
margin-inline-end: calc(var(--spacing-md, 1.5rem) * 0.5);
|
|
2517
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
2518
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
2519
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
2520
|
+
color: var(--color-purple-800, #2f2438);
|
|
2521
|
+
display: inline-block;
|
|
2522
|
+
border: var(--border-borderless-border-width, 2px) var(--border-borderless-border-style, solid) var(--border-borderless-border-color, transparent);
|
|
2523
|
+
border-radius: calc(var(--spacing-md, 1.5rem) * 0.75);
|
|
2524
|
+
padding: 0 calc(var(--spacing-md, 1.5rem) * 0.4);
|
|
2525
|
+
box-sizing: border-box;
|
|
2526
|
+
}
|
|
2527
|
+
.Tag-module_root__ZoDW8.Tag-module_profile__Ehf-K {
|
|
2528
|
+
padding-left: calc(var(--spacing-md, 1.5rem) * 0.2);
|
|
2529
|
+
}
|
|
2530
|
+
|
|
2531
|
+
.Tag-module_layoutContainer__LWT-U {
|
|
2532
|
+
height: 100%;
|
|
2533
|
+
display: flex;
|
|
2534
|
+
align-items: center;
|
|
2535
|
+
}
|
|
2536
|
+
|
|
2537
|
+
.Tag-module_validationIcon__s6PsN {
|
|
2538
|
+
align-items: center;
|
|
2539
|
+
display: flex;
|
|
2540
|
+
margin-inline-start: calc(var(--spacing-md, 1.5rem) * -0.15);
|
|
2541
|
+
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
.Tag-module_profile__Ehf-K {
|
|
2545
|
+
margin-inline-start: calc(var(--spacing-md, 1.5rem) * -0.15);
|
|
2546
|
+
margin-inline-end: var(--spacing-xs, 0.375rem);
|
|
2547
|
+
display: inline-flex;
|
|
2548
|
+
align-items: center;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
.Tag-module_textContent__I6Xpa {
|
|
2552
|
+
margin-top: -1px;
|
|
2553
|
+
font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
2554
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
2555
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
2556
|
+
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
2557
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
2558
|
+
white-space: nowrap;
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
.Tag-module_iconWrapper__18lT7 {
|
|
2562
|
+
position: relative;
|
|
2563
|
+
height: 16px;
|
|
2564
|
+
width: 16px;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
.Tag-module_dismissButton__LdCmP {
|
|
2568
|
+
appearance: none;
|
|
2569
|
+
background: transparent;
|
|
2570
|
+
border: none;
|
|
2571
|
+
font: inherit;
|
|
2572
|
+
margin: 0;
|
|
2573
|
+
padding: 0;
|
|
2574
|
+
transition: none;
|
|
2575
|
+
position: relative;
|
|
2576
|
+
display: flex;
|
|
2577
|
+
height: 100%;
|
|
2578
|
+
align-items: center;
|
|
2579
|
+
padding: 0 var(--spacing-xs, 0.375rem);
|
|
2580
|
+
margin-inline-end: -0.6625rem;
|
|
2581
|
+
margin-inline-start: -0.225rem;
|
|
2582
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
2583
|
+
cursor: pointer;
|
|
2584
|
+
}
|
|
2585
|
+
.Tag-module_dismissButton__LdCmP:hover {
|
|
2586
|
+
color: var(--color-purple-800, #2f2438);
|
|
2587
|
+
}
|
|
2588
|
+
.Tag-module_dismissButton__LdCmP:active {
|
|
2589
|
+
color: var(--color-purple-800, #2f2438);
|
|
2590
|
+
}
|
|
2591
|
+
.Tag-module_dismissButton__LdCmP svg {
|
|
2592
|
+
position: relative;
|
|
2593
|
+
}
|
|
2594
|
+
.Tag-module_dismissButton__LdCmP:focus {
|
|
2595
|
+
outline: none;
|
|
2596
|
+
}
|
|
2597
|
+
.Tag-module_dismissButton__LdCmP:focus-visible .Tag-module_iconWrapper__18lT7 {
|
|
2598
|
+
color: var(--color-purple-800, #2f2438);
|
|
2599
|
+
}
|
|
2600
|
+
.Tag-module_dismissButton__LdCmP:focus-visible .Tag-module_iconWrapper__18lT7::after {
|
|
2601
|
+
content: "";
|
|
2602
|
+
position: absolute;
|
|
2603
|
+
background: transparent;
|
|
2604
|
+
border-radius: 50%;
|
|
2605
|
+
border-width: var(--border-focus-ring-border-width, 2px);
|
|
2606
|
+
border-style: var(--border-focus-ring-border-style, solid);
|
|
2607
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
2608
|
+
inset: calc(-1 * calc(var(--border-focus-ring-border-width, 2px)));
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
.Tag-module_background__0uo93 {
|
|
2612
|
+
position: absolute;
|
|
2613
|
+
display: inline-block;
|
|
2614
|
+
width: calc(var(--spacing-xs, 0.375rem) + 0.125rem);
|
|
2615
|
+
height: calc(var(--spacing-xs, 0.375rem) + 0.125rem);
|
|
2616
|
+
background-color: white;
|
|
2617
|
+
left: 10px;
|
|
2618
|
+
top: 10px;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
.Tag-module_truncate__-LIzQ {
|
|
2622
|
+
text-overflow: ellipsis;
|
|
2623
|
+
overflow-x: hidden;
|
|
2624
|
+
white-space: nowrap;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
.Tag-module_inline__eXwDM {
|
|
2628
|
+
margin: 0;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
.Tag-module_medium__Eu-Al {
|
|
2632
|
+
height: calc(var(--spacing-md, 1.5rem) * 1.25);
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
.Tag-module_small__N9Fgj {
|
|
2636
|
+
height: var(--spacing-md, 1.5rem);
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
.Tag-module_default__ktMsS {
|
|
2640
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
.Tag-module_sentimentPositive__P9FK6 {
|
|
2644
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
.Tag-module_sentimentNeutral__sHWK8 {
|
|
2648
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
2649
|
+
}
|
|
2650
|
+
|
|
2651
|
+
.Tag-module_sentimentNegative__AtFz2 {
|
|
2652
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.Tag-module_sentimentNone__djSUk {
|
|
2656
|
+
background-color: var(--color-white, #ffffff);
|
|
2657
|
+
border-color: var(--color-gray-300, #eaeaec);
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
.Tag-module_validationPositive__uG3EH {
|
|
2661
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
2662
|
+
}
|
|
2663
|
+
.Tag-module_validationPositive__uG3EH .Tag-module_validationIcon__s6PsN {
|
|
2664
|
+
color: var(--color-green-500, #44a289);
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
.Tag-module_validationInformative__dfOBN {
|
|
2668
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
2669
|
+
}
|
|
2670
|
+
.Tag-module_validationInformative__dfOBN .Tag-module_validationIcon__s6PsN {
|
|
2671
|
+
color: var(--color-blue-500, #0168b3);
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
.Tag-module_validationNegative__VH5WS {
|
|
2675
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
2676
|
+
}
|
|
2677
|
+
.Tag-module_validationNegative__VH5WS .Tag-module_validationIcon__s6PsN {
|
|
2678
|
+
color: var(--color-red-500, #c93b55);
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
.Tag-module_validationCautionary__0y7aC {
|
|
2682
|
+
background-color: var(--color-yellow-100, #fff9e4);
|
|
2683
|
+
}
|
|
2684
|
+
.Tag-module_validationCautionary__0y7aC .Tag-module_validationIcon__s6PsN {
|
|
2685
|
+
color: var(--color-yellow-500, #ffb600);
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.Tag-module_statusLive__UdadP {
|
|
2689
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
2690
|
+
color: var(--color-purple-800, #2f2438);
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
.Tag-module_statusAction__MY6Yl {
|
|
2694
|
+
background-color: var(--color-orange-100, #fff0e8);
|
|
2695
|
+
color: var(--color-purple-800, #2f2438);
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
.Tag-module_statusClosed__7bQU3 {
|
|
2699
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
.Tag-module_statusDraft__c-z-g {
|
|
2703
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
2704
|
+
color: var(--color-purple-800, #2f2438);
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
.Tag-module_pulse__e1HBQ {
|
|
2708
|
+
margin-inline-start: calc(var(--spacing-md, 1.5rem) * 0.35);
|
|
2709
|
+
margin-inline-end: calc(var(--spacing-md, 1.5rem) * 0.15);
|
|
2710
|
+
width: 2px;
|
|
2711
|
+
height: 2px;
|
|
2712
|
+
border-radius: 50%;
|
|
2713
|
+
background-color: var(--color-blue-500, #0168b3);
|
|
2714
|
+
display: inline-block;
|
|
2715
|
+
position: relative;
|
|
2716
|
+
opacity: 50%;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
.Tag-module_pulseRing__DEU34 {
|
|
2720
|
+
position: absolute;
|
|
2721
|
+
width: 18px;
|
|
2722
|
+
height: 18px;
|
|
2723
|
+
left: calc(-1 * (18px / 2) + (2px / 2));
|
|
2724
|
+
top: calc(-1 * (18px / 2) + (2px / 2));
|
|
2725
|
+
border-radius: 50%;
|
|
2726
|
+
background-color: var(--color-green-500, #44a289);
|
|
2727
|
+
animation: Tag-module_pulsate__a0hjU infinite 2.5s ease-out;
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
@keyframes Tag-module_pulsate__a0hjU {
|
|
2731
|
+
0% {
|
|
2732
|
+
transform: scale(0);
|
|
2733
|
+
opacity: 100%;
|
|
2734
|
+
}
|
|
2735
|
+
50%, 100% {
|
|
2736
|
+
transform: scale(1);
|
|
2737
|
+
opacity: 0%;
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2740
|
+
.Titles-module_titles__tO9dZ{align-items:center;flex-grow:1;grid-area:titles;justify-content:center}.Titles-module_pageTitle__7-ui0,.Titles-module_titles__tO9dZ{display:flex;flex-direction:column}.Titles-module_prefix__vV-WW{margin-bottom:var(--spacing-4,.25rem)}.Titles-module_status__RvbTg{margin-top:var(--spacing-8,.5rem)}
|
|
2741
|
+
.Actions-module_actions__2Zdtd{align-items:center;display:flex;flex-direction:column;flex-grow:1;grid-area:actions;justify-content:center}@media (min-width:768px){.Actions-module_actions__2Zdtd{align-items:flex-start;flex-direction:row;justify-content:flex-end;margin-top:calc(var(--spacing-12, .75rem)*-1)}}
|
|
2742
|
+
.Brand-module_img__YE-W7 {
|
|
2743
|
+
max-inline-size: 100%;
|
|
2744
|
+
display: flex;
|
|
2745
|
+
}
|
|
2746
|
+
.Branding-module_branding__Oayqr{display:flex;flex-grow:1;grid-area:branding;justify-content:center;padding-top:var(--spacing-4,.25rem)}@media (min-width:768px){.Branding-module_branding__Oayqr{justify-content:unset}}.Branding-module_logo__rTXU9{flex-basis:7.5rem}
|
|
2747
|
+
.Root-module_root__cfRZi{align-items:center;background-color:var(--color-white,#fff);box-shadow:var(--shadow-small-box-shadow,0 3px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1));display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template:"branding" min-content "titles" max-content "actions" min-content/1fr;justify-content:center;padding:var(--spacing-24,1.5rem);text-align:center;top:0}@media (min-width:768px){.Root-module_root__cfRZi{align-items:start;grid-template:"branding titles actions" min-content/1fr max-content 1fr;position:sticky}}
|
|
2748
|
+
.Wrapper-module_wrapper__EUUEZ{background:var(--color-gray-100,#f9f9f9);display:grid;grid-template-rows:min-content 1fr min-content;min-height:100vh;position:relative}
|