@kaizen/components 1.74.3 → 1.75.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/bin/codemod.sh +1 -0
- package/codemods/README.md +6 -0
- package/codemods/migrateGuidanceBlockActionsToActionsSlot/index.ts +21 -0
- package/codemods/migrateGuidanceBlockActionsToActionsSlot/migrateGuidanceBlockActionsToActionsSlot.spec.ts +122 -0
- package/codemods/migrateGuidanceBlockActionsToActionsSlot/migrateGuidanceBlockActionsToActionsSlot.ts +102 -0
- package/codemods/migrateGuidanceBlockActionsToActionsSlot/transformActionsToActionsSlot.spec.ts +196 -0
- package/codemods/migrateGuidanceBlockActionsToActionsSlot/transformActionsToActionsSlot.ts +71 -0
- package/codemods/utils/createProp.ts +1 -1
- package/codemods/utils/index.ts +1 -0
- package/codemods/utils/transformV1ButtonPropsToButtonOrLinkButton.spec.tsx +199 -0
- package/codemods/utils/transformV1ButtonPropsToButtonOrLinkButton.ts +195 -0
- package/dist/cjs/GuidanceBlock/GuidanceBlock.cjs +49 -84
- package/dist/cjs/GuidanceBlock/GuidanceBlock.module.css.cjs +0 -2
- package/dist/esm/GuidanceBlock/GuidanceBlock.mjs +50 -84
- package/dist/esm/GuidanceBlock/GuidanceBlock.module.css.mjs +0 -2
- package/dist/styles.css +1117 -1126
- package/dist/types/GuidanceBlock/GuidanceBlock.d.ts +8 -4
- package/package.json +4 -5
- package/src/GuidanceBlock/GuidanceBlock.module.css +0 -9
- package/src/GuidanceBlock/GuidanceBlock.tsx +48 -87
- package/src/GuidanceBlock/_docs/GuidanceBlock--migration-guide.mdx +77 -0
- package/src/GuidanceBlock/_docs/GuidanceBlock.mdx +35 -6
- package/src/GuidanceBlock/_docs/GuidanceBlock.stickersheet.stories.tsx +60 -27
- package/src/GuidanceBlock/_docs/GuidanceBlock.stories.tsx +205 -4
- package/src/Notification/InlineNotification/_docs/InlineNotification.stories.tsx +1 -0
- package/src/Workflow/_docs/ProgressStepper.stickersheet.stories.tsx +1 -1
- package/src/Workflow/_docs/ProgressStepper.stories.tsx +1 -1
- package/src/Workflow/_docs/Workflow.stories.tsx +1 -1
- package/src/Workflow/_docs/WorkflowFooter.stories.tsx +1 -1
- package/src/Workflow/_docs/WorkflowHeader.stories.tsx +1 -1
- package/src/__next__/Button/_docs/Button--migration-guide.mdx +3 -3
- package/src/__next__/Tag/Tag/_docs/Tag.stories.tsx +10 -0
package/dist/styles.css
CHANGED
|
@@ -4329,1421 +4329,1412 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
4329
4329
|
.Focusable-module_focusableWrapper__zd-5E {
|
|
4330
4330
|
display: inline-flex;
|
|
4331
4331
|
}
|
|
4332
|
-
.
|
|
4333
|
-
|
|
4332
|
+
.PendingContent-module_pendingContent__wJPsU {
|
|
4333
|
+
display: inline-flex;
|
|
4334
|
+
align-items: center;
|
|
4335
|
+
gap: var(--button-pending-content-gap, var(--spacing-6));
|
|
4334
4336
|
}
|
|
4335
4337
|
|
|
4336
|
-
.
|
|
4337
|
-
|
|
4338
|
+
.PendingContent-module_large__z5VyQ {
|
|
4339
|
+
--button-pending-content-gap: var(--spacing-8);
|
|
4338
4340
|
}
|
|
4339
4341
|
|
|
4340
|
-
.
|
|
4341
|
-
|
|
4342
|
+
.PendingContent-module_centerSpinner__maOON {
|
|
4343
|
+
position: absolute;
|
|
4344
|
+
left: 50%;
|
|
4345
|
+
top: 50%;
|
|
4346
|
+
transform: translate(-50%, -50%);
|
|
4342
4347
|
}
|
|
4343
4348
|
|
|
4344
|
-
.
|
|
4345
|
-
|
|
4346
|
-
|
|
4349
|
+
.ButtonContent-module_buttonContent__-eYde {
|
|
4350
|
+
display: inline-flex;
|
|
4351
|
+
align-items: center;
|
|
4352
|
+
gap: var(--button-icon-gap, var(--spacing-6));
|
|
4353
|
+
}
|
|
4347
4354
|
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4355
|
+
.ButtonContent-module_large__h9u9- {
|
|
4356
|
+
--button-icon-gap: var(--spacing-8);
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4359
|
+
.ButtonContent-module_buttonLabel__eYzcT {
|
|
4360
|
+
display: inline-flex;
|
|
4361
|
+
align-items: center;
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4364
|
+
.ButtonContent-module_buttonIcon__N6gMH {
|
|
4365
|
+
display: inline-flex;
|
|
4366
|
+
align-items: center;
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4369
|
+
.Button-module_button__Rz7PM {
|
|
4370
|
+
/* RESET */
|
|
4371
|
+
appearance: none;
|
|
4372
|
+
background: transparent;
|
|
4373
|
+
font: inherit;
|
|
4374
|
+
margin: 0;
|
|
4375
|
+
outline: none;
|
|
4376
|
+
-webkit-font-smoothing: antialiased;
|
|
4377
|
+
-moz-osx-font-smoothing: grayscale;
|
|
4378
|
+
|
|
4379
|
+
--button-min-x-y: var(--spacing-40);
|
|
4380
|
+
--button-border-width: var(--border-solid-border-width);
|
|
4381
|
+
--button-padding-y: calc(var(--spacing-8) - var(--button-border-width));
|
|
4382
|
+
--button-padding-x: calc(var(--spacing-16) - var(--button-border-width));
|
|
4383
|
+
|
|
4384
|
+
background-color: var(--button-bg-color, var(--color-blue-500));
|
|
4385
|
+
border: var(--button-border-width) solid;
|
|
4354
4386
|
border-radius: var(--border-solid-border-radius);
|
|
4355
|
-
|
|
4356
|
-
box-
|
|
4387
|
+
border-color: var(--button-border-color, var(--color-blue-500));
|
|
4388
|
+
box-sizing: border-box;
|
|
4389
|
+
color: var(--button-text-color, var(--color-white));
|
|
4390
|
+
display: inline-flex;
|
|
4391
|
+
align-items: center;
|
|
4392
|
+
justify-content: center;
|
|
4393
|
+
text-align: start;
|
|
4394
|
+
font-family: var(--button-font-family, var(--typography-paragraph-body-font-family));
|
|
4395
|
+
font-weight: var(--button-font-weight, 500);
|
|
4396
|
+
font-size: var(--button-font-size, 1rem);
|
|
4397
|
+
line-height: var(--button-line-height, 1.5rem);
|
|
4398
|
+
min-height: var(--button-min-x-y);
|
|
4399
|
+
min-width: var(--button-min-x-y);
|
|
4357
4400
|
position: relative;
|
|
4358
|
-
|
|
4359
|
-
transition:
|
|
4360
|
-
opacity var(--animation-duration-slow) ease,
|
|
4361
|
-
margin-top var(--animation-duration-fast) var(--animation-duration-slow) ease;
|
|
4362
|
-
color: var(--color-purple-800);
|
|
4401
|
+
padding: var(--button-padding-y) var(--button-padding-x);
|
|
4363
4402
|
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
gap: var(--spacing-24);
|
|
4368
|
-
width: auto;
|
|
4369
|
-
align-items: center;
|
|
4403
|
+
&[data-hovered] {
|
|
4404
|
+
--button-bg-color: var(--color-blue-600);
|
|
4405
|
+
--button-border-color: var(--color-blue-600);
|
|
4370
4406
|
}
|
|
4371
4407
|
|
|
4372
|
-
|
|
4373
|
-
|
|
4408
|
+
&[data-pressed] {
|
|
4409
|
+
--button-bg-color: var(--color-blue-700);
|
|
4410
|
+
--button-border-color: var(--color-blue-700);
|
|
4374
4411
|
}
|
|
4375
|
-
}
|
|
4376
4412
|
|
|
4377
|
-
|
|
4378
|
-
|
|
4413
|
+
&[data-pending] {
|
|
4414
|
+
--button-bg-color: var(--color-blue-700);
|
|
4415
|
+
--button-border-color: var(--color-blue-700);
|
|
4416
|
+
}
|
|
4379
4417
|
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
padding: var(--spacing-12);
|
|
4418
|
+
&.Button-module_isDisabled__Q2KAS {
|
|
4419
|
+
--button-bg-color: var(--color-gray-400);
|
|
4420
|
+
--button-border-color: var(--color-gray-400);
|
|
4421
|
+
--button-text-color: var(--color-white);
|
|
4385
4422
|
}
|
|
4386
4423
|
|
|
4387
|
-
|
|
4388
|
-
|
|
4424
|
+
&[data-focus-visible] {
|
|
4425
|
+
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style)
|
|
4426
|
+
var(--color-blue-500);
|
|
4427
|
+
outline-offset: 1px;
|
|
4389
4428
|
}
|
|
4390
4429
|
}
|
|
4391
4430
|
|
|
4392
|
-
.
|
|
4393
|
-
|
|
4394
|
-
|
|
4431
|
+
.Button-module_fullWidth__aMtlw {
|
|
4432
|
+
width: 100%;
|
|
4433
|
+
}
|
|
4395
4434
|
|
|
4396
|
-
|
|
4397
|
-
|
|
4435
|
+
.Button-module_small__nX-i2 {
|
|
4436
|
+
--button-font-size: 0.75rem;
|
|
4437
|
+
--button-line-height: 1rem;
|
|
4438
|
+
--button-min-x-y: var(--spacing-32);
|
|
4439
|
+
--icon-size: 16;
|
|
4440
|
+
}
|
|
4398
4441
|
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
width: var(--scene-illustration-size);
|
|
4406
|
-
height: auto;
|
|
4442
|
+
.Button-module_medium__6gRIb {
|
|
4443
|
+
--button-padding-x: calc(var(--spacing-20) - var(--button-border-width));
|
|
4444
|
+
--button-padding-y: calc(var(--spacing-8) - var(--button-border-width));
|
|
4445
|
+
--button-min-x-y: var(--spacing-40);
|
|
4446
|
+
--icon-size: 24;
|
|
4447
|
+
}
|
|
4407
4448
|
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4449
|
+
.Button-module_large__FRilu {
|
|
4450
|
+
--button-padding-x: calc(var(--spacing-24) - var(--button-border-width));
|
|
4451
|
+
--button-padding-y: calc(var(--spacing-12) - var(--button-border-width));
|
|
4452
|
+
--button-min-x-y: var(--spacing-48);
|
|
4453
|
+
--icon-size: 24;
|
|
4454
|
+
}
|
|
4413
4455
|
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
}
|
|
4419
|
-
}
|
|
4456
|
+
.Button-module_smallIconButton__mKoYp,
|
|
4457
|
+
.Button-module_mediumIconButton__PC35j {
|
|
4458
|
+
--button-padding-x: calc(var(--spacing-8) - var(--button-border-width));
|
|
4459
|
+
--button-padding-y: calc(var(--spacing-8) - var(--button-border-width));
|
|
4420
4460
|
}
|
|
4421
4461
|
|
|
4422
|
-
.
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
max-width: 780px;
|
|
4462
|
+
.Button-module_largeIconButton__VtPZf {
|
|
4463
|
+
--button-padding-x: calc(var(--spacing-12) - var(--button-border-width));
|
|
4464
|
+
--button-padding-y: calc(var(--spacing-12) - var(--button-border-width));
|
|
4465
|
+
}
|
|
4427
4466
|
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4467
|
+
.Button-module_secondary__D42kZ {
|
|
4468
|
+
--button-bg-color: var(--color-white);
|
|
4469
|
+
--button-border-color: var(--color-gray-500);
|
|
4470
|
+
--button-text-color: var(--color-purple-800);
|
|
4471
|
+
|
|
4472
|
+
&[data-hovered] {
|
|
4473
|
+
--button-bg-color: var(--color-gray-200);
|
|
4474
|
+
--button-border-color: var(--color-gray-600);
|
|
4431
4475
|
}
|
|
4432
4476
|
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4477
|
+
&[data-pressed] {
|
|
4478
|
+
--button-bg-color: var(--color-gray-300);
|
|
4479
|
+
--button-border-color: var(--color-black);
|
|
4436
4480
|
}
|
|
4437
|
-
}
|
|
4438
4481
|
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
justify-content: space-between;
|
|
4444
|
-
gap: var(--spacing-24);
|
|
4482
|
+
&[data-pending] {
|
|
4483
|
+
--button-bg-color: var(--color-gray-300);
|
|
4484
|
+
--button-border-color: var(--color-black);
|
|
4485
|
+
}
|
|
4445
4486
|
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4487
|
+
&.Button-module_isDisabled__Q2KAS {
|
|
4488
|
+
--button-bg-color: var(--color-white);
|
|
4489
|
+
--button-border-color: var(--color-gray-400);
|
|
4490
|
+
--button-text-color: var(--color-gray-400);
|
|
4450
4491
|
}
|
|
4451
4492
|
}
|
|
4452
4493
|
|
|
4453
|
-
.
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
flex-direction: row-reverse;
|
|
4458
|
-
gap: var(--spacing-12);
|
|
4459
|
-
min-width: max-content;
|
|
4494
|
+
.Button-module_tertiary__qL7wD {
|
|
4495
|
+
--button-bg-color: transparent;
|
|
4496
|
+
--button-border-color: transparent;
|
|
4497
|
+
--button-text-color: var(--color-purple-800);
|
|
4460
4498
|
|
|
4461
|
-
|
|
4462
|
-
|
|
4499
|
+
&[data-hovered],
|
|
4500
|
+
&[data-pressed],
|
|
4501
|
+
&[data-pending] {
|
|
4502
|
+
--button-text-color: var(--color-blue-500);
|
|
4463
4503
|
}
|
|
4464
4504
|
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
margin-top: var(--spacing-6);
|
|
4505
|
+
&[data-hovered] {
|
|
4506
|
+
--button-bg-color: var(--color-blue-200);
|
|
4507
|
+
--button-border-color: var(--color-blue-200);
|
|
4469
4508
|
}
|
|
4470
|
-
}
|
|
4471
4509
|
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
}
|
|
4510
|
+
&[data-pressed] {
|
|
4511
|
+
--button-bg-color: var(--color-blue-100);
|
|
4512
|
+
--button-border-color: var(--color-blue-100);
|
|
4513
|
+
}
|
|
4476
4514
|
|
|
4477
|
-
|
|
4478
|
-
|
|
4515
|
+
&[data-pending] {
|
|
4516
|
+
--button-bg-color: var(--color-blue-100);
|
|
4517
|
+
--button-border-color: var(--color-blue-100);
|
|
4518
|
+
}
|
|
4519
|
+
|
|
4520
|
+
&.Button-module_isDisabled__Q2KAS {
|
|
4521
|
+
--button-bg-color: transparent;
|
|
4522
|
+
--button-border-color: transparent;
|
|
4523
|
+
--button-text-color: var(--color-gray-400);
|
|
4524
|
+
}
|
|
4479
4525
|
}
|
|
4480
4526
|
|
|
4481
|
-
.
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
border-color: var(--color-green-500);
|
|
4488
|
-
background: var(--color-green-100);
|
|
4489
|
-
}
|
|
4490
|
-
|
|
4491
|
-
.GuidanceBlock-module_negative__wWBlw,
|
|
4492
|
-
.GuidanceBlock-module_assertive__bNdnQ {
|
|
4493
|
-
border-color: var(--color-red-500);
|
|
4494
|
-
background: var(--color-red-100);
|
|
4495
|
-
}
|
|
4496
|
-
|
|
4497
|
-
.GuidanceBlock-module_informative__KeJWO {
|
|
4498
|
-
border-color: var(--color-blue-400);
|
|
4499
|
-
background: var(--color-blue-100);
|
|
4500
|
-
}
|
|
4501
|
-
|
|
4502
|
-
.GuidanceBlock-module_cautionary__5Vkw6 {
|
|
4503
|
-
border-color: var(--color-yellow-700);
|
|
4504
|
-
background: var(--color-yellow-100);
|
|
4505
|
-
}
|
|
4506
|
-
|
|
4507
|
-
.GuidanceBlock-module_prominent__rWTgt {
|
|
4508
|
-
border-color: var(--color-purple-400);
|
|
4509
|
-
background: var(--color-purple-100);
|
|
4527
|
+
.Button-module_primaryReversed__Sa4YW,
|
|
4528
|
+
.Button-module_secondaryReversed__u3qHz,
|
|
4529
|
+
.Button-module_tertiaryReversed__zn3XE {
|
|
4530
|
+
&[data-focus-visible] {
|
|
4531
|
+
outline-color: var(--color-blue-300);
|
|
4532
|
+
}
|
|
4510
4533
|
}
|
|
4511
4534
|
|
|
4512
|
-
.
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
gap: var(--spacing-24);
|
|
4517
|
-
min-width: unset;
|
|
4535
|
+
.Button-module_primaryReversed__Sa4YW {
|
|
4536
|
+
--button-bg-color: var(--color-white);
|
|
4537
|
+
--button-border-color: var(--color-white);
|
|
4538
|
+
--button-text-color: var(--color-purple-800);
|
|
4518
4539
|
|
|
4519
|
-
|
|
4520
|
-
|
|
4540
|
+
&[data-hovered] {
|
|
4541
|
+
--button-bg-color: var(--color-gray-200);
|
|
4542
|
+
--button-border-color: var(--color-gray-200);
|
|
4521
4543
|
}
|
|
4522
4544
|
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
@media (768px <= width <= 1023px) {
|
|
4527
|
-
padding: 0;
|
|
4528
|
-
}
|
|
4529
|
-
|
|
4530
|
-
@media (width <= 767px) {
|
|
4531
|
-
display: flex;
|
|
4532
|
-
}
|
|
4545
|
+
&[data-pressed] {
|
|
4546
|
+
--button-bg-color: var(--color-gray-300);
|
|
4547
|
+
--button-border-color: var(--color-gray-300);
|
|
4533
4548
|
}
|
|
4534
4549
|
|
|
4535
|
-
|
|
4536
|
-
|
|
4550
|
+
&[data-pending] {
|
|
4551
|
+
--button-bg-color: var(--color-white);
|
|
4552
|
+
--button-border-color: var(--color-white);
|
|
4537
4553
|
}
|
|
4538
4554
|
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
@media (width >= 1024px) {
|
|
4545
|
-
padding: 0;
|
|
4546
|
-
}
|
|
4547
|
-
|
|
4548
|
-
@media (width <= 767px) {
|
|
4549
|
-
margin: 0;
|
|
4550
|
-
}
|
|
4555
|
+
&.Button-module_isDisabled__Q2KAS {
|
|
4556
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.2);
|
|
4557
|
+
--button-border-color: transparent;
|
|
4558
|
+
--button-text-color: rgba(var(--color-purple-800-rgb), 0.7);
|
|
4551
4559
|
}
|
|
4560
|
+
}
|
|
4552
4561
|
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
min-width: unset;
|
|
4558
|
-
|
|
4559
|
-
@media (width <= 767px) {
|
|
4560
|
-
flex-direction: row-reverse;
|
|
4561
|
-
}
|
|
4562
|
+
.Button-module_secondaryReversed__u3qHz {
|
|
4563
|
+
--button-bg-color: transparent;
|
|
4564
|
+
--button-border-color: var(--color-white);
|
|
4565
|
+
--button-text-color: var(--color-white);
|
|
4562
4566
|
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4567
|
+
&[data-hovered] {
|
|
4568
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.2);
|
|
4569
|
+
--button-border-color: var(--color-white);
|
|
4566
4570
|
}
|
|
4567
4571
|
|
|
4568
|
-
|
|
4569
|
-
|
|
4572
|
+
&[data-pressed] {
|
|
4573
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
4574
|
+
--button-border-color: var(--color-white);
|
|
4570
4575
|
}
|
|
4571
4576
|
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
width: 100%;
|
|
4577
|
-
}
|
|
4577
|
+
&[data-pending] {
|
|
4578
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
4579
|
+
--button-border-color: var(--color-white);
|
|
4580
|
+
}
|
|
4578
4581
|
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4582
|
+
&.Button-module_isDisabled__Q2KAS {
|
|
4583
|
+
--button-bg-color: transparent;
|
|
4584
|
+
--button-border-color: rgba(var(--color-white), 0.2);
|
|
4585
|
+
--button-text-color: rgba(var(--color-white-rgb), 0.2);
|
|
4586
|
+
}
|
|
4587
|
+
}
|
|
4583
4588
|
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4589
|
+
.Button-module_tertiaryReversed__zn3XE {
|
|
4590
|
+
--button-bg-color: transparent;
|
|
4591
|
+
--button-border-color: transparent;
|
|
4592
|
+
--button-text-color: var(--color-white);
|
|
4588
4593
|
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
min-width: unset;
|
|
4593
|
-
justify-content: center;
|
|
4594
|
-
}
|
|
4594
|
+
&[data-hovered] {
|
|
4595
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.2);
|
|
4596
|
+
--button-border-color: transparent;
|
|
4595
4597
|
}
|
|
4596
4598
|
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
}
|
|
4599
|
+
&[data-pressed] {
|
|
4600
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
4601
|
+
--button-border-color: transparent;
|
|
4601
4602
|
}
|
|
4602
|
-
}
|
|
4603
4603
|
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
flex-direction: column;
|
|
4608
|
-
align-items: unset;
|
|
4604
|
+
&[data-pending] {
|
|
4605
|
+
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
4606
|
+
--button-border-color: transparent;
|
|
4609
4607
|
}
|
|
4610
4608
|
|
|
4611
|
-
|
|
4612
|
-
|
|
4609
|
+
&.Button-module_isDisabled__Q2KAS {
|
|
4610
|
+
--button-bg-color: transparent;
|
|
4611
|
+
--button-border-color: transparent;
|
|
4612
|
+
--button-text-color: rgba(var(--color-white-rgb), 0.2);
|
|
4613
4613
|
}
|
|
4614
4614
|
}
|
|
4615
|
-
/* stylelint-enable no-descending-specificity */
|
|
4616
4615
|
|
|
4617
|
-
.
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4616
|
+
.Button-module_hideContentWidth__yFzDQ {
|
|
4617
|
+
position: absolute;
|
|
4618
|
+
left: 50%;
|
|
4619
|
+
top: 50%;
|
|
4620
|
+
transform: translate(-50%, -50%);
|
|
4621
|
+
visibility: hidden;
|
|
4621
4622
|
}
|
|
4622
|
-
|
|
4623
|
-
|
|
4623
|
+
|
|
4624
|
+
.Button-module_retainContentWidth__Ftbt9 {
|
|
4625
|
+
visibility: hidden;
|
|
4624
4626
|
}
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4627
|
+
|
|
4628
|
+
.Menu-module_menu__Ifj2G {
|
|
4629
|
+
background-color: var(--color-white);
|
|
4630
|
+
color: var(--color-purple-800);
|
|
4631
|
+
width: 248px;
|
|
4632
|
+
max-height: 22rem;
|
|
4633
|
+
overflow: auto;
|
|
4634
|
+
padding-block: var(--spacing-6);
|
|
4635
|
+
outline: none;
|
|
4636
|
+
border-radius: var(--border-solid-border-radius);
|
|
4637
|
+
box-shadow: var(--shadow-large-box-shadow);
|
|
4629
4638
|
}
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4639
|
+
|
|
4640
|
+
.Menu-module_menu__Ifj2G .react-aria-Header {
|
|
4641
|
+
font-family: var(--typography-heading-6-font-family);
|
|
4642
|
+
font-size: var(--typography-heading-6-font-size);
|
|
4643
|
+
letter-spacing: var(--typography-heading-6-letter-spacing);
|
|
4644
|
+
font-weight: var(--typography-heading-6-font-weight);
|
|
4645
|
+
line-height: var(--typography-heading-6-line-height);
|
|
4646
|
+
padding: var(--spacing-6) 10px;
|
|
4647
|
+
margin-inline: var(--spacing-6);
|
|
4634
4648
|
}
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4649
|
+
|
|
4650
|
+
.Menu-module_menu__Ifj2G section:not(:last-of-type) {
|
|
4651
|
+
&::after {
|
|
4652
|
+
width: 100%;
|
|
4653
|
+
height: 1px;
|
|
4654
|
+
background-color: var(--border-solid-border-color);
|
|
4655
|
+
content: '';
|
|
4656
|
+
display: block;
|
|
4657
|
+
margin-block: var(--spacing-6);
|
|
4638
4658
|
}
|
|
4639
4659
|
}
|
|
4640
4660
|
|
|
4641
|
-
.
|
|
4642
|
-
width: inherit;
|
|
4643
|
-
height: inherit;
|
|
4661
|
+
.MenuItem-module_item__6uibk {
|
|
4644
4662
|
display: block;
|
|
4663
|
+
font-family: var(--typography-paragraph-body-font-family);
|
|
4664
|
+
font-size: var(--typography-paragraph-body-font-size);
|
|
4665
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing);
|
|
4666
|
+
font-weight: var(--typography-paragraph-body-font-weight);
|
|
4667
|
+
line-height: var(--typography-paragraph-body-line-height);
|
|
4668
|
+
color: var(--color-purple-800);
|
|
4669
|
+
padding: var(--spacing-6) var(--spacing-8);
|
|
4670
|
+
border: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) transparent;
|
|
4671
|
+
border-radius: 4px;
|
|
4672
|
+
margin-inline: var(--spacing-6);
|
|
4673
|
+
text-decoration: none;
|
|
4674
|
+
cursor: pointer;
|
|
4645
4675
|
}
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4649
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4650
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4651
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4652
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4653
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4654
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4655
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4656
|
-
.GenericNotification-module_notification__-JP1M {
|
|
4676
|
+
|
|
4677
|
+
.MenuItem-module_flexWrapper__iaiFs {
|
|
4657
4678
|
display: flex;
|
|
4658
|
-
|
|
4659
|
-
|
|
4679
|
+
gap: 0 var(--spacing-8);
|
|
4680
|
+
align-items: center;
|
|
4660
4681
|
}
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
}
|
|
4665
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
|
|
4666
|
-
margin-bottom: var(--spacing-24, 1.5rem);
|
|
4667
|
-
border-width: var(--border-width-1);
|
|
4668
|
-
border-style: solid;
|
|
4669
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
4670
|
-
}
|
|
4671
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5 {
|
|
4672
|
-
width: auto;
|
|
4673
|
-
min-height: 46px;
|
|
4674
|
-
padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) var(--spacing-12, 0.75rem);
|
|
4675
|
-
transition: opacity 200ms ease, transform 200ms ease-out, margin-top 200ms ease, margin-bottom 200ms ease;
|
|
4676
|
-
}
|
|
4677
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
|
|
4678
|
-
container-type: inline-size;
|
|
4679
|
-
width: 25rem;
|
|
4680
|
-
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
4681
|
-
max-width: 100%;
|
|
4682
|
-
padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) 10px;
|
|
4683
|
-
transition: opacity 200ms ease, transform 300ms ease-out, margin-top 200ms ease 200ms, margin-bottom 200ms ease;
|
|
4684
|
-
will-change: transform;
|
|
4685
|
-
}
|
|
4686
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_global__Weka- {
|
|
4687
|
-
width: 100%;
|
|
4682
|
+
|
|
4683
|
+
.MenuItem-module_iconWrapper__Hn9O- {
|
|
4684
|
+
flex-shrink: 0;
|
|
4688
4685
|
display: flex;
|
|
4689
4686
|
align-items: center;
|
|
4690
|
-
border-width: 0;
|
|
4691
|
-
border-radius: 0;
|
|
4692
|
-
margin-bottom: 0;
|
|
4693
|
-
padding-top: var(--spacing-16);
|
|
4694
|
-
padding-bottom: var(--spacing-16);
|
|
4695
|
-
padding-inline-start: var(--spacing-8);
|
|
4696
|
-
transition: margin-top 200ms ease, margin-bottom 200ms ease;
|
|
4697
|
-
position: relative;
|
|
4698
|
-
z-index: 1030;
|
|
4699
|
-
}
|
|
4700
|
-
.GenericNotification-module_notification__-JP1M.GenericNotification-module_positive__U-3HK {
|
|
4701
|
-
background: var(--color-green-100, #e8f8f4);
|
|
4702
|
-
border-color: var(--color-green-500);
|
|
4703
|
-
color: var(--color-purple-800, #2f2438);
|
|
4704
4687
|
}
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
color: var(--color-purple-800, #2f2438);
|
|
4688
|
+
|
|
4689
|
+
.MenuItem-module_item__6uibk:focus {
|
|
4690
|
+
outline: none;
|
|
4709
4691
|
}
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
color: var(--color-
|
|
4692
|
+
|
|
4693
|
+
.MenuItem-module_item__6uibk[data-hovered],
|
|
4694
|
+
.MenuItem-module_item__6uibk[data-focus-visible] {
|
|
4695
|
+
background-color: var(--color-blue-100);
|
|
4696
|
+
color: var(--color-blue-500);
|
|
4714
4697
|
}
|
|
4715
|
-
|
|
4716
|
-
|
|
4698
|
+
|
|
4699
|
+
.MenuItem-module_item__6uibk[data-focus-visible] {
|
|
4700
|
+
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style)
|
|
4701
|
+
var(--color-blue-500);
|
|
4717
4702
|
}
|
|
4718
|
-
|
|
4719
|
-
|
|
4703
|
+
|
|
4704
|
+
.MenuItem-module_item__6uibk[data-disabled] {
|
|
4705
|
+
opacity: 0.3;
|
|
4720
4706
|
}
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4707
|
+
|
|
4708
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4709
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4710
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4711
|
+
.Popover-module_popover__B7k5I {
|
|
4712
|
+
box-sizing: border-box;
|
|
4713
|
+
box-shadow: var(--shadow-large-box-shadow, 0 3px 9px 0 rgba(0, 0, 0, 0.1), 0 8px 40px 0 rgba(0, 0, 0, 0.08));
|
|
4714
|
+
border: var(--border-focus-ring-border-width, 2px) var(--border-focus-ring-border-style, solid) transparent;
|
|
4715
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
4716
|
+
background: var(--color-white, #ffffff);
|
|
4717
|
+
overflow: auto;
|
|
4718
|
+
z-index: 100000;
|
|
4724
4719
|
}
|
|
4725
|
-
.
|
|
4726
|
-
|
|
4727
|
-
transform: translateX(50%);
|
|
4720
|
+
.Popover-module_popover__B7k5I:focus {
|
|
4721
|
+
outline: none;
|
|
4728
4722
|
}
|
|
4729
|
-
.
|
|
4730
|
-
|
|
4731
|
-
opacity: 100%;
|
|
4723
|
+
.Popover-module_popover__B7k5I:focus-visible {
|
|
4724
|
+
border-color: var(--color-blue-500, #0168b3);
|
|
4732
4725
|
}
|
|
4733
|
-
|
|
4734
|
-
|
|
4726
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4727
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4728
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4729
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4730
|
+
.Select-module_container__LRkAv {
|
|
4731
|
+
position: relative;
|
|
4732
|
+
width: 100%;
|
|
4735
4733
|
}
|
|
4736
|
-
|
|
4737
|
-
|
|
4734
|
+
|
|
4735
|
+
.Select-module_notFullWidth__Nv5u- {
|
|
4736
|
+
width: 180px;
|
|
4738
4737
|
}
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4738
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4739
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4740
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4741
|
+
.Tag-module_tag__TfVDJ {
|
|
4742
|
+
display: inline-flex;
|
|
4743
|
+
align-items: center;
|
|
4744
|
+
padding: var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
4745
|
+
gap: var(--spacing-4, 0.25rem);
|
|
4746
|
+
border-radius: 28px;
|
|
4747
|
+
font-family: var(--typography-paragraph-intro-lede-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4748
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
4749
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
4750
|
+
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
4751
|
+
white-space: nowrap;
|
|
4743
4752
|
}
|
|
4744
4753
|
|
|
4745
|
-
.
|
|
4746
|
-
|
|
4747
|
-
box-sizing: content-box;
|
|
4754
|
+
.Tag-module_iconContainer__CR-xK {
|
|
4755
|
+
display: inline-flex;
|
|
4748
4756
|
}
|
|
4749
|
-
|
|
4750
|
-
|
|
4757
|
+
|
|
4758
|
+
.Tag-module_gray__xhKnd {
|
|
4759
|
+
background-color: var(--color-gray-300, #eaeaec);
|
|
4760
|
+
color: var(--color-purple-800, #2f2438);
|
|
4751
4761
|
}
|
|
4752
|
-
|
|
4753
|
-
|
|
4762
|
+
|
|
4763
|
+
.Tag-module_blue__DL4M- {
|
|
4764
|
+
background-color: var(--color-blue-100, #e6f6ff);
|
|
4765
|
+
color: var(--color-blue-700, #003157);
|
|
4754
4766
|
}
|
|
4755
|
-
.
|
|
4756
|
-
color: var(--color-
|
|
4767
|
+
.Tag-module_blue__DL4M- .Tag-module_iconContainer__CR-xK {
|
|
4768
|
+
color: var(--color-blue-500, #0168b3);
|
|
4757
4769
|
}
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
margin-top: var(--spacing-6, 0.375rem);
|
|
4770
|
+
|
|
4771
|
+
.Tag-module_green__8kUyw {
|
|
4772
|
+
background-color: var(--color-green-100, #e8f8f4);
|
|
4773
|
+
color: var(--color-green-700, #22594a);
|
|
4763
4774
|
}
|
|
4764
|
-
.
|
|
4765
|
-
|
|
4766
|
-
height: 24px;
|
|
4767
|
-
font-size: 24px;
|
|
4775
|
+
.Tag-module_green__8kUyw .Tag-module_iconContainer__CR-xK {
|
|
4776
|
+
color: var(--color-green-500, #3f9a86);
|
|
4768
4777
|
}
|
|
4769
4778
|
|
|
4770
|
-
.
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
flex-flow: row wrap;
|
|
4774
|
-
flex: 1 0 0;
|
|
4779
|
+
.Tag-module_yellow__Tbkmu {
|
|
4780
|
+
background-color: var(--color-yellow-100, #fff9e4);
|
|
4781
|
+
color: var(--color-yellow-700, #876400);
|
|
4775
4782
|
}
|
|
4776
|
-
.
|
|
4777
|
-
|
|
4783
|
+
.Tag-module_yellow__Tbkmu .Tag-module_iconContainer__CR-xK {
|
|
4784
|
+
color: var(--color-yellow-700, #876400);
|
|
4778
4785
|
}
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
hyphens: auto;
|
|
4786
|
+
|
|
4787
|
+
.Tag-module_orange__0cs-w {
|
|
4788
|
+
background-color: var(--color-orange-100, #fff0e8);
|
|
4789
|
+
color: var(--color-orange-700, #903c00);
|
|
4784
4790
|
}
|
|
4785
|
-
.
|
|
4786
|
-
|
|
4791
|
+
.Tag-module_orange__0cs-w .Tag-module_iconContainer__CR-xK {
|
|
4792
|
+
color: var(--color-orange-500, #e96c2f);
|
|
4787
4793
|
}
|
|
4788
|
-
|
|
4789
|
-
|
|
4794
|
+
|
|
4795
|
+
.Tag-module_red__Sw-1P {
|
|
4796
|
+
background-color: var(--color-red-100, #fdeaee);
|
|
4797
|
+
color: var(--color-red-700, #6c1e20);
|
|
4790
4798
|
}
|
|
4791
|
-
.
|
|
4792
|
-
|
|
4799
|
+
.Tag-module_red__Sw-1P .Tag-module_iconContainer__CR-xK {
|
|
4800
|
+
color: var(--color-red-500, #c93b55);
|
|
4793
4801
|
}
|
|
4794
4802
|
|
|
4795
|
-
.
|
|
4796
|
-
|
|
4797
|
-
|
|
4798
|
-
font-weight: var(--typography-heading-6-font-weight, 600);
|
|
4799
|
-
font-size: var(--typography-heading-6-font-size, 0.875rem);
|
|
4800
|
-
line-height: var(--typography-heading-6-line-height, 1.5rem);
|
|
4801
|
-
letter-spacing: var(--typography-heading-6-letter-spacing, normal);
|
|
4802
|
-
margin: 0;
|
|
4803
|
-
padding-right: 6px;
|
|
4804
|
-
text-transform: none;
|
|
4805
|
-
color: inherit;
|
|
4806
|
-
top: 0.37em;
|
|
4803
|
+
.Tag-module_purple__9flj8 {
|
|
4804
|
+
background-color: var(--color-purple-100, #f4edf8);
|
|
4805
|
+
color: var(--color-purple-700, #4a234d);
|
|
4807
4806
|
}
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
position: relative;
|
|
4811
|
-
font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
4812
|
-
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
4813
|
-
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
4814
|
-
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
4815
|
-
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
4816
|
-
margin: 0;
|
|
4817
|
-
color: inherit;
|
|
4807
|
+
.Tag-module_purple__9flj8 .Tag-module_iconContainer__CR-xK {
|
|
4808
|
+
color: var(--color-purple-500, #844587);
|
|
4818
4809
|
}
|
|
4819
|
-
|
|
4810
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4811
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4812
|
+
.RemoveButton-module_removeButton__C5eDJ {
|
|
4813
|
+
appearance: none;
|
|
4814
|
+
display: inline;
|
|
4815
|
+
background: transparent;
|
|
4816
|
+
color: inherit;
|
|
4817
|
+
font: inherit;
|
|
4818
|
+
margin: 0;
|
|
4819
|
+
padding: 0;
|
|
4820
|
+
border: none;
|
|
4820
4821
|
position: relative;
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
4825
|
-
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
4826
|
-
margin-top: var(--spacing-6, 0.375rem);
|
|
4827
|
-
flex: 0 1 auto;
|
|
4828
|
-
padding-bottom: var(--spacing-12, 0.75rem);
|
|
4829
|
-
top: 0.21em;
|
|
4822
|
+
display: inline-flex;
|
|
4823
|
+
border-radius: 50%;
|
|
4824
|
+
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
4830
4825
|
}
|
|
4831
|
-
.
|
|
4832
|
-
|
|
4826
|
+
.RemoveButton-module_removeButton__C5eDJ:focus, .RemoveButton-module_removeButton__C5eDJ:focus-visible {
|
|
4827
|
+
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
|
|
4828
|
+
outline-offset: 1px;
|
|
4833
4829
|
}
|
|
4834
|
-
.
|
|
4835
|
-
position:
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
4840
|
-
}
|
|
4841
|
-
.GenericNotification-module_text__X-5ld a[href] {
|
|
4842
|
-
color: var(--color-blue-500, #0168b3);
|
|
4843
|
-
text-decoration: underline;
|
|
4844
|
-
}
|
|
4845
|
-
.GenericNotification-module_text__X-5ld a[href]:hover {
|
|
4846
|
-
color: var(--color-blue-500, #0168b3);
|
|
4847
|
-
text-decoration: none;
|
|
4848
|
-
}
|
|
4849
|
-
.GenericNotification-module_text__X-5ld strong {
|
|
4850
|
-
font-weight: var(--typography-button-secondary-font-weight, 500);
|
|
4851
|
-
}
|
|
4852
|
-
.GenericNotification-module_text__X-5ld p {
|
|
4853
|
-
font-weight: inherit;
|
|
4830
|
+
.RemoveButton-module_removeButton__C5eDJ::before {
|
|
4831
|
+
position: absolute;
|
|
4832
|
+
content: "";
|
|
4833
|
+
inset: -5px;
|
|
4834
|
+
border-radius: 50%;
|
|
4854
4835
|
}
|
|
4855
|
-
|
|
4856
|
-
|
|
4836
|
+
.RemoveButton-module_removeButton__C5eDJ:hover, .RemoveButton-module_removeButton__C5eDJ:focus, .RemoveButton-module_removeButton__C5eDJ:focus-visible {
|
|
4837
|
+
background-color: rgba(var(--color-gray-600-rgb, 82, 78, 86), 0.2);
|
|
4857
4838
|
cursor: pointer;
|
|
4858
|
-
appearance: none;
|
|
4859
|
-
transition: none;
|
|
4860
|
-
transform: none;
|
|
4861
|
-
margin: 0;
|
|
4862
|
-
padding: 0;
|
|
4863
|
-
border: none;
|
|
4864
|
-
background: transparent;
|
|
4865
|
-
font: inherit;
|
|
4866
4839
|
color: var(--color-purple-800, #2f2438);
|
|
4867
4840
|
}
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
opacity: 30%;
|
|
4874
|
-
}
|
|
4875
|
-
.GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):hover .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):focus .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_hover__hUURd .GenericNotification-module_icon__SDb8v {
|
|
4876
|
-
opacity: 100%;
|
|
4877
|
-
}
|
|
4878
|
-
.GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):active .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_active__-6ahb .GenericNotification-module_icon__SDb8v {
|
|
4879
|
-
opacity: 100%;
|
|
4880
|
-
}
|
|
4881
|
-
.GenericNotification-module_cancel__c6wky:active {
|
|
4882
|
-
transform: translateY(1px);
|
|
4883
|
-
}
|
|
4884
|
-
.GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky, .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
|
|
4885
|
-
width: var(--spacing-48);
|
|
4886
|
-
height: var(--spacing-48);
|
|
4887
|
-
margin-top: calc(-1 * var(--spacing-6));
|
|
4888
|
-
margin-bottom: calc(-1 * var(--spacing-6));
|
|
4889
|
-
}
|
|
4890
|
-
.GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky {
|
|
4891
|
-
margin-inline-end: calc(-1 * var(--spacing-12));
|
|
4892
|
-
}
|
|
4893
|
-
.GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
|
|
4894
|
-
margin-inline-end: -10px;
|
|
4895
|
-
}
|
|
4896
|
-
.GenericNotification-module_global__Weka- .GenericNotification-module_cancel__c6wky {
|
|
4897
|
-
width: var(--spacing-48);
|
|
4898
|
-
height: var(--spacing-48);
|
|
4899
|
-
margin-top: calc(-1 * var(--spacing-24));
|
|
4900
|
-
margin-bottom: calc(-1 * var(--spacing-24));
|
|
4841
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
4842
|
+
.RemovableTag-module_removableTag__Dy1lt {
|
|
4843
|
+
padding: var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
4844
|
+
padding-block: var(--spacing-4, 0.25rem);
|
|
4845
|
+
padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
|
|
4901
4846
|
}
|
|
4847
|
+
.Tab-module_tab__1YtP2 {
|
|
4848
|
+
display: inline-flex;
|
|
4849
|
+
align-items: center;
|
|
4850
|
+
border: 2px solid transparent;
|
|
4851
|
+
border-bottom: 0;
|
|
4852
|
+
border-top-left-radius: var(--border-borderless-border-radius);
|
|
4853
|
+
border-top-right-radius: var(--border-borderless-border-radius);
|
|
4854
|
+
background: var(--color-white);
|
|
4855
|
+
white-space: nowrap;
|
|
4856
|
+
text-decoration: none;
|
|
4857
|
+
padding: var(--spacing-md) var(--spacing-md);
|
|
4858
|
+
margin: 0;
|
|
4859
|
+
font-family: var(--typography-heading-4-font-family);
|
|
4860
|
+
font-size: var(--typography-heading-4-font-size);
|
|
4861
|
+
font-weight: var(--typography-heading-4-font-weight);
|
|
4862
|
+
line-height: var(--typography-heading-4-line-height);
|
|
4863
|
+
letter-spacing: var(--typography-heading-4-letter-spacing);
|
|
4864
|
+
color: var(--color-purple-800);
|
|
4865
|
+
cursor: default;
|
|
4902
4866
|
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
height: 1px;
|
|
4907
|
-
padding: 0;
|
|
4908
|
-
margin: -1px;
|
|
4909
|
-
overflow: hidden;
|
|
4910
|
-
clip: rect(0, 0, 0, 0);
|
|
4911
|
-
border: 0;
|
|
4912
|
-
}
|
|
4867
|
+
&:focus {
|
|
4868
|
+
outline: none;
|
|
4869
|
+
}
|
|
4913
4870
|
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4871
|
+
&:focus-visible {
|
|
4872
|
+
color: var(--color-blue-500);
|
|
4873
|
+
border-color: var(--color-blue-500);
|
|
4874
|
+
}
|
|
4917
4875
|
|
|
4918
|
-
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
align-items: center;
|
|
4922
|
-
justify-content: center;
|
|
4923
|
-
border-radius: var(--border-solid-border-radius);
|
|
4924
|
-
}
|
|
4925
|
-
.GenericNotification-module_cancel__c6wky:focus-visible {
|
|
4926
|
-
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
|
|
4927
|
-
outline-offset: -4px;
|
|
4928
|
-
}
|
|
4876
|
+
&[data-disabled] {
|
|
4877
|
+
opacity: 0.3;
|
|
4878
|
+
}
|
|
4929
4879
|
|
|
4930
|
-
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
margin-inline-end: var(--spacing-6, 0.375rem);
|
|
4934
|
-
line-height: var(--typography-heading-6-line-height, 1.5rem);
|
|
4935
|
-
}
|
|
4880
|
+
&:not(:first-child) {
|
|
4881
|
+
margin-inline-start: var(--spacing-xs);
|
|
4882
|
+
}
|
|
4936
4883
|
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4884
|
+
&:not([data-disabled]):hover {
|
|
4885
|
+
background: var(--color-blue-200);
|
|
4886
|
+
color: var(--color-blue-500);
|
|
4940
4887
|
}
|
|
4941
|
-
}
|
|
4942
|
-
.GenericNotification-module_success__oLGIP {
|
|
4943
|
-
background: var(--color-green-100, #e8f8f4);
|
|
4944
|
-
border-color: var(--color-green-500);
|
|
4945
|
-
color: var(--color-purple-800, #2f2438);
|
|
4946
|
-
--icon-color: var(--color-green-500);
|
|
4947
|
-
}
|
|
4948
4888
|
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
color: var(--color-purple-800, #2f2438);
|
|
4953
|
-
--icon-color: var(--color-blue-500);
|
|
4889
|
+
&:not([data-disabled]):active {
|
|
4890
|
+
background: var(--color-blue-100);
|
|
4891
|
+
}
|
|
4954
4892
|
}
|
|
4955
4893
|
|
|
4956
|
-
.
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
color: var(--color-purple-800, #2f2438);
|
|
4960
|
-
--icon-color: var(--color-yellow-700);
|
|
4961
|
-
}
|
|
4894
|
+
.Tab-module_tab__1YtP2[data-selected] {
|
|
4895
|
+
position: relative;
|
|
4896
|
+
color: var(--color-blue-500);
|
|
4962
4897
|
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4898
|
+
&::before {
|
|
4899
|
+
content: '';
|
|
4900
|
+
display: block;
|
|
4901
|
+
border-top-left-radius: 5px;
|
|
4902
|
+
border-top-right-radius: 5px;
|
|
4903
|
+
background-color: currentcolor;
|
|
4904
|
+
height: 5px;
|
|
4905
|
+
width: 100%;
|
|
4906
|
+
position: absolute;
|
|
4907
|
+
left: 0;
|
|
4908
|
+
right: 0;
|
|
4909
|
+
bottom: 0;
|
|
4910
|
+
}
|
|
4968
4911
|
}
|
|
4969
|
-
|
|
4912
|
+
|
|
4913
|
+
.Tab-module_badge__ZmHRM {
|
|
4914
|
+
margin-inline-start: var(--spacing-sm);
|
|
4970
4915
|
display: inline-flex;
|
|
4971
4916
|
align-items: center;
|
|
4972
|
-
gap: var(--button-pending-content-gap, var(--spacing-6));
|
|
4973
4917
|
}
|
|
4974
4918
|
|
|
4975
|
-
|
|
4976
|
-
|
|
4919
|
+
@media (forced-colors: active) {
|
|
4920
|
+
.Tab-module_tab__1YtP2 {
|
|
4921
|
+
border: 2px solid transparent;
|
|
4922
|
+
|
|
4923
|
+
&:focus-visible::after {
|
|
4924
|
+
content: '';
|
|
4925
|
+
position: absolute;
|
|
4926
|
+
background: transparent;
|
|
4927
|
+
border-radius: var(--border-focus-ring-border-radius);
|
|
4928
|
+
border-width: var(--border-focus-ring-border-width);
|
|
4929
|
+
border-style: var(--border-focus-ring-border-style);
|
|
4930
|
+
border-color: transparent;
|
|
4931
|
+
inset: -2px;
|
|
4932
|
+
}
|
|
4933
|
+
}
|
|
4934
|
+
|
|
4935
|
+
.Tab-module_tab__1YtP2[data-selected]::before {
|
|
4936
|
+
/* High contrast also doesn't see the pseudo element created to show the active tab. */
|
|
4937
|
+
content: '';
|
|
4938
|
+
position: absolute;
|
|
4939
|
+
left: 0;
|
|
4940
|
+
right: 0;
|
|
4941
|
+
bottom: 0;
|
|
4942
|
+
border-bottom: 2px solid transparent;
|
|
4943
|
+
}
|
|
4977
4944
|
}
|
|
4978
4945
|
|
|
4979
|
-
.
|
|
4980
|
-
position:
|
|
4981
|
-
left: 50%;
|
|
4982
|
-
top: 50%;
|
|
4983
|
-
transform: translate(-50%, -50%);
|
|
4946
|
+
.TabList-module_container__d4TLi {
|
|
4947
|
+
position: relative;
|
|
4984
4948
|
}
|
|
4985
4949
|
|
|
4986
|
-
.
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4950
|
+
.TabList-module_tabList__WEETD {
|
|
4951
|
+
border-bottom: 1px solid var(--color-gray-300);
|
|
4952
|
+
padding: var(--spacing-6) 0 0;
|
|
4953
|
+
width: 100%;
|
|
4954
|
+
height: 100%;
|
|
4955
|
+
overflow-x: scroll;
|
|
4956
|
+
white-space: nowrap;
|
|
4957
|
+
scrollbar-width: none;
|
|
4958
|
+
scroll-behavior: smooth;
|
|
4990
4959
|
}
|
|
4991
4960
|
|
|
4992
|
-
.
|
|
4993
|
-
|
|
4961
|
+
.TabList-module_noPadding__rIfER {
|
|
4962
|
+
padding: 0;
|
|
4994
4963
|
}
|
|
4995
4964
|
|
|
4996
|
-
.
|
|
4997
|
-
|
|
4965
|
+
.TabList-module_leftArrow__mrWjD,
|
|
4966
|
+
.TabList-module_rightArrow__WUoGO {
|
|
4967
|
+
--icon-size: 24;
|
|
4968
|
+
|
|
4969
|
+
display: flex;
|
|
4998
4970
|
align-items: center;
|
|
4971
|
+
justify-content: center;
|
|
4972
|
+
position: absolute;
|
|
4973
|
+
z-index: 10000;
|
|
4974
|
+
background: var(--color-white);
|
|
4975
|
+
inset-block: 0 1px;
|
|
4976
|
+
width: 48px;
|
|
4977
|
+
cursor: default;
|
|
4978
|
+
user-select: none;
|
|
4999
4979
|
}
|
|
5000
4980
|
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
4981
|
+
/*
|
|
4982
|
+
* Note: we're purposefully using directional properties instead of start/end for positioning and styling related to the carousel arrows
|
|
4983
|
+
*/
|
|
4984
|
+
.TabList-module_leftArrow__mrWjD {
|
|
4985
|
+
left: 0;
|
|
5004
4986
|
}
|
|
5005
4987
|
|
|
5006
|
-
.
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
font: inherit;
|
|
5011
|
-
margin: 0;
|
|
5012
|
-
outline: none;
|
|
5013
|
-
-webkit-font-smoothing: antialiased;
|
|
5014
|
-
-moz-osx-font-smoothing: grayscale;
|
|
4988
|
+
.TabList-module_leftArrow__mrWjD,
|
|
4989
|
+
.TabList-module_leftArrow__mrWjD:hover {
|
|
4990
|
+
border-right: 1px solid var(--color-gray-300);
|
|
4991
|
+
}
|
|
5015
4992
|
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
--button-padding-x: calc(var(--spacing-16) - var(--button-border-width));
|
|
4993
|
+
.TabList-module_rightArrow__WUoGO {
|
|
4994
|
+
right: 0;
|
|
4995
|
+
}
|
|
5020
4996
|
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
border-
|
|
5024
|
-
|
|
5025
|
-
box-sizing: border-box;
|
|
5026
|
-
color: var(--button-text-color, var(--color-white));
|
|
5027
|
-
display: inline-flex;
|
|
5028
|
-
align-items: center;
|
|
5029
|
-
justify-content: center;
|
|
5030
|
-
text-align: start;
|
|
5031
|
-
font-family: var(--button-font-family, var(--typography-paragraph-body-font-family));
|
|
5032
|
-
font-weight: var(--button-font-weight, 500);
|
|
5033
|
-
font-size: var(--button-font-size, 1rem);
|
|
5034
|
-
line-height: var(--button-line-height, 1.5rem);
|
|
5035
|
-
min-height: var(--button-min-x-y);
|
|
5036
|
-
min-width: var(--button-min-x-y);
|
|
5037
|
-
position: relative;
|
|
5038
|
-
padding: var(--button-padding-y) var(--button-padding-x);
|
|
4997
|
+
.TabList-module_rightArrow__WUoGO,
|
|
4998
|
+
.TabList-module_rightArrow__WUoGO:hover {
|
|
4999
|
+
border-left: 1px solid var(--color-gray-300);
|
|
5000
|
+
}
|
|
5039
5001
|
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5002
|
+
.TabList-module_leftArrow__mrWjD:hover,
|
|
5003
|
+
.TabList-module_rightArrow__WUoGO:hover {
|
|
5004
|
+
background: var(--color-blue-200);
|
|
5005
|
+
color: var(--color-blue-500);
|
|
5006
|
+
}
|
|
5044
5007
|
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5008
|
+
.TabList-module_leftArrow__mrWjD:active,
|
|
5009
|
+
.TabList-module_rightArrow__WUoGO:active {
|
|
5010
|
+
background: var(--color-blue-100);
|
|
5011
|
+
color: var(--color-blue-500);
|
|
5012
|
+
}
|
|
5049
5013
|
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
--button-border-color: var(--color-blue-700);
|
|
5053
|
-
}
|
|
5014
|
+
.TabPanel-module_tabPanel__jEe1o {
|
|
5015
|
+
border: 2px solid transparent;
|
|
5054
5016
|
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
--button-border-color: var(--color-gray-400);
|
|
5058
|
-
--button-text-color: var(--color-white);
|
|
5017
|
+
&:focus {
|
|
5018
|
+
outline: none;
|
|
5059
5019
|
}
|
|
5060
5020
|
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
outline-offset: 1px;
|
|
5021
|
+
&:focus-visible {
|
|
5022
|
+
border-color: var(--color-blue-500);
|
|
5023
|
+
border-radius: var(--border-focus-ring-border-radius);
|
|
5065
5024
|
}
|
|
5066
5025
|
}
|
|
5067
5026
|
|
|
5068
|
-
|
|
5069
|
-
|
|
5027
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5028
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5029
|
+
.OverlayArrow-module_overlayArrow__YBbCB {
|
|
5030
|
+
display: flex;
|
|
5031
|
+
padding: 8px;
|
|
5070
5032
|
}
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
--button-font-size: 0.75rem;
|
|
5074
|
-
--button-line-height: 1rem;
|
|
5075
|
-
--button-min-x-y: var(--spacing-32);
|
|
5076
|
-
--icon-size: 16;
|
|
5033
|
+
.OverlayArrow-module_overlayArrow__YBbCB[data-placement=top], .OverlayArrow-module_overlayArrow__YBbCB[data-placement=bottom] {
|
|
5034
|
+
padding: 0 8px;
|
|
5077
5035
|
}
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
--button-padding-x: calc(var(--spacing-20) - var(--button-border-width));
|
|
5081
|
-
--button-padding-y: calc(var(--spacing-8) - var(--button-border-width));
|
|
5082
|
-
--button-min-x-y: var(--spacing-40);
|
|
5083
|
-
--icon-size: 24;
|
|
5036
|
+
.OverlayArrow-module_overlayArrow__YBbCB[data-placement=left], .OverlayArrow-module_overlayArrow__YBbCB[data-placement=right] {
|
|
5037
|
+
padding: 8px 0;
|
|
5084
5038
|
}
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
--button-padding-y: calc(var(--spacing-12) - var(--button-border-width));
|
|
5089
|
-
--button-min-x-y: var(--spacing-48);
|
|
5090
|
-
--icon-size: 24;
|
|
5039
|
+
.OverlayArrow-module_overlayArrow__YBbCB path {
|
|
5040
|
+
fill: var(--color-purple-800, #2f2438);
|
|
5041
|
+
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
5091
5042
|
}
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5043
|
+
.OverlayArrow-module_overlayArrow__YBbCB[data-placement=right] svg {
|
|
5044
|
+
transform: rotate(90deg);
|
|
5045
|
+
}
|
|
5046
|
+
.OverlayArrow-module_overlayArrow__YBbCB[data-placement=bottom] svg {
|
|
5047
|
+
transform: rotate(180deg);
|
|
5048
|
+
}
|
|
5049
|
+
.OverlayArrow-module_overlayArrow__YBbCB[data-placement=left] svg {
|
|
5050
|
+
transform: rotate(270deg);
|
|
5051
|
+
}
|
|
5052
|
+
.OverlayArrow-module_overlayArrow__YBbCB.OverlayArrow-module_reversed__Le8QW path {
|
|
5053
|
+
fill: var(--color-white, #ffffff);
|
|
5054
|
+
}
|
|
5055
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5056
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5057
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5058
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5059
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5060
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5061
|
+
.Tooltip-module_tooltip__zBer- {
|
|
5062
|
+
max-width: 200px;
|
|
5063
|
+
padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
|
|
5064
|
+
color: var(--color-white, #ffffff);
|
|
5065
|
+
text-align: center;
|
|
5066
|
+
font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5067
|
+
font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
|
|
5068
|
+
font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
|
|
5069
|
+
letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
|
|
5070
|
+
line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
|
|
5071
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
5072
|
+
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
5073
|
+
background-color: var(--color-purple-800, #2f2438);
|
|
5074
|
+
text-wrap: pretty;
|
|
5075
|
+
/* fixes FF gap */
|
|
5076
|
+
transform: translate3d(0, 0, 0);
|
|
5077
|
+
}
|
|
5078
|
+
.Tooltip-module_tooltip__zBer-.Tooltip-module_reversed__VnM1F {
|
|
5079
|
+
background-color: var(--color-white, #ffffff);
|
|
5080
|
+
color: var(--color-purple-800, #2f2438);
|
|
5081
|
+
}
|
|
5082
|
+
.Tooltip-module_tooltip__zBer-[data-placement=top] {
|
|
5083
|
+
--origin: translateY(4px);
|
|
5084
|
+
}
|
|
5085
|
+
.Tooltip-module_tooltip__zBer-[data-placement=bottom] {
|
|
5086
|
+
--origin: translateY(-4px);
|
|
5087
|
+
}
|
|
5088
|
+
.Tooltip-module_tooltip__zBer-[data-placement=right] {
|
|
5089
|
+
--origin: translateX(-4px);
|
|
5090
|
+
}
|
|
5091
|
+
.Tooltip-module_tooltip__zBer-[data-placement=left] {
|
|
5092
|
+
--origin: translateX(4px);
|
|
5093
|
+
}
|
|
5094
|
+
.Tooltip-module_tooltip__zBer-[data-entering] {
|
|
5095
|
+
animation: Tooltip-module_slide__XF-On var(--animation-duration-fast, 300ms);
|
|
5096
|
+
}
|
|
5097
|
+
.Tooltip-module_tooltip__zBer-[data-exiting] {
|
|
5098
|
+
animation: Tooltip-module_slide__XF-On var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
|
|
5097
5099
|
}
|
|
5098
5100
|
|
|
5099
|
-
|
|
5100
|
-
|
|
5101
|
-
|
|
5101
|
+
@keyframes Tooltip-module_slide__XF-On {
|
|
5102
|
+
from {
|
|
5103
|
+
transform: var(--origin);
|
|
5104
|
+
opacity: 0;
|
|
5105
|
+
}
|
|
5106
|
+
to {
|
|
5107
|
+
transform: translateY(0);
|
|
5108
|
+
opacity: 1;
|
|
5109
|
+
}
|
|
5110
|
+
}
|
|
5111
|
+
.GuidanceBlock-module_banner__7FT39.GuidanceBlock-module_noMaxWidth__UCCUk {
|
|
5112
|
+
max-width: inherit;
|
|
5102
5113
|
}
|
|
5103
5114
|
|
|
5104
|
-
.
|
|
5105
|
-
--
|
|
5106
|
-
--
|
|
5107
|
-
--button-text-color: var(--color-purple-800);
|
|
5115
|
+
.GuidanceBlock-module_banner__7FT39 {
|
|
5116
|
+
--border-width: var(--border-width-1);
|
|
5117
|
+
--banner-padding: var(--spacing-lg);
|
|
5108
5118
|
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5119
|
+
display: flex;
|
|
5120
|
+
flex-direction: column;
|
|
5121
|
+
gap: var(--spacing-12);
|
|
5122
|
+
min-width: 320px;
|
|
5123
|
+
max-width: var(--layout-breakpoints-large);
|
|
5124
|
+
border: var(--border-width) var(--border-solid-border-style);
|
|
5125
|
+
border-radius: var(--border-solid-border-radius);
|
|
5126
|
+
padding: calc(var(--banner-padding) - var(--border-width));
|
|
5127
|
+
box-shadow: var(--shadow-small-box-shadow);
|
|
5128
|
+
position: relative;
|
|
5129
|
+
top: -1px;
|
|
5130
|
+
transition:
|
|
5131
|
+
opacity var(--animation-duration-slow) ease,
|
|
5132
|
+
margin-top var(--animation-duration-fast) var(--animation-duration-slow) ease;
|
|
5133
|
+
color: var(--color-purple-800);
|
|
5134
|
+
|
|
5135
|
+
@media (width >= 1024px) {
|
|
5136
|
+
min-height: calc(12rem - calc(var(--banner-padding) * 2));
|
|
5137
|
+
flex-direction: row;
|
|
5138
|
+
gap: var(--spacing-24);
|
|
5139
|
+
width: auto;
|
|
5140
|
+
align-items: center;
|
|
5112
5141
|
}
|
|
5113
5142
|
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
--button-border-color: var(--color-black);
|
|
5143
|
+
@media (width <= 767px) {
|
|
5144
|
+
min-width: unset;
|
|
5117
5145
|
}
|
|
5146
|
+
}
|
|
5118
5147
|
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5148
|
+
.GuidanceBlock-module_illustrationWrapper__tK4Xr {
|
|
5149
|
+
display: flex;
|
|
5150
|
+
|
|
5151
|
+
@media (768px <= width <= 1023px) {
|
|
5152
|
+
text-align: center;
|
|
5153
|
+
justify-content: center;
|
|
5154
|
+
align-self: center;
|
|
5155
|
+
padding: var(--spacing-12);
|
|
5122
5156
|
}
|
|
5123
5157
|
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
--button-border-color: var(--color-gray-400);
|
|
5127
|
-
--button-text-color: var(--color-gray-400);
|
|
5158
|
+
@media (width <= 767px) {
|
|
5159
|
+
display: none;
|
|
5128
5160
|
}
|
|
5129
5161
|
}
|
|
5130
5162
|
|
|
5131
|
-
.
|
|
5132
|
-
--
|
|
5133
|
-
--
|
|
5134
|
-
--button-text-color: var(--color-purple-800);
|
|
5163
|
+
.GuidanceBlock-module_illustration__LiDV3 {
|
|
5164
|
+
--illustration-size: 155px;
|
|
5165
|
+
--scene-illustration-size: 300px;
|
|
5135
5166
|
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
&[data-pending] {
|
|
5139
|
-
--button-text-color: var(--color-blue-500);
|
|
5140
|
-
}
|
|
5141
|
-
|
|
5142
|
-
&[data-hovered] {
|
|
5143
|
-
--button-bg-color: var(--color-blue-200);
|
|
5144
|
-
--button-border-color: var(--color-blue-200);
|
|
5145
|
-
}
|
|
5146
|
-
|
|
5147
|
-
&[data-pressed] {
|
|
5148
|
-
--button-bg-color: var(--color-blue-100);
|
|
5149
|
-
--button-border-color: var(--color-blue-100);
|
|
5150
|
-
}
|
|
5167
|
+
width: var(--illustration-size);
|
|
5168
|
+
height: var(--illustration-size);
|
|
5151
5169
|
|
|
5152
|
-
|
|
5153
|
-
|
|
5154
|
-
|
|
5155
|
-
|
|
5170
|
+
/* This has been created to handle scene illustrations consistently until the tile component is created */
|
|
5171
|
+
.GuidanceBlock-module_hasSceneIllustration__eBOyt & {
|
|
5172
|
+
display: flex;
|
|
5173
|
+
justify-content: center;
|
|
5174
|
+
max-width: var(--scene-illustration-size);
|
|
5175
|
+
max-height: var(--scene-illustration-size);
|
|
5176
|
+
width: var(--scene-illustration-size);
|
|
5177
|
+
height: auto;
|
|
5156
5178
|
|
|
5157
|
-
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
|
|
5161
|
-
|
|
5162
|
-
}
|
|
5179
|
+
figure {
|
|
5180
|
+
max-height: 100%;
|
|
5181
|
+
max-width: 100%;
|
|
5182
|
+
aspect-ratio: 4/3;
|
|
5183
|
+
}
|
|
5163
5184
|
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5185
|
+
img {
|
|
5186
|
+
height: 100%;
|
|
5187
|
+
object-fit: contain;
|
|
5188
|
+
object-position: center;
|
|
5189
|
+
}
|
|
5169
5190
|
}
|
|
5170
5191
|
}
|
|
5171
5192
|
|
|
5172
|
-
.
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
&[data-hovered] {
|
|
5178
|
-
--button-bg-color: var(--color-gray-200);
|
|
5179
|
-
--button-border-color: var(--color-gray-200);
|
|
5180
|
-
}
|
|
5181
|
-
|
|
5182
|
-
&[data-pressed] {
|
|
5183
|
-
--button-bg-color: var(--color-gray-300);
|
|
5184
|
-
--button-border-color: var(--color-gray-300);
|
|
5185
|
-
}
|
|
5193
|
+
.GuidanceBlock-module_descriptionContainer__w1-P- {
|
|
5194
|
+
flex: 1;
|
|
5195
|
+
text-align: center;
|
|
5196
|
+
align-self: center;
|
|
5197
|
+
max-width: 780px;
|
|
5186
5198
|
|
|
5187
|
-
|
|
5188
|
-
|
|
5189
|
-
|
|
5199
|
+
@media (width >= 1024px) {
|
|
5200
|
+
padding: 0 var(--spacing-12);
|
|
5201
|
+
text-align: start;
|
|
5190
5202
|
}
|
|
5191
5203
|
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
--button-text-color: rgba(var(--color-purple-800-rgb), 0.7);
|
|
5204
|
+
@media (width <= 767px) {
|
|
5205
|
+
margin: var(--spacing-12);
|
|
5206
|
+
max-width: 100%;
|
|
5196
5207
|
}
|
|
5197
5208
|
}
|
|
5198
5209
|
|
|
5199
|
-
.
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
--button-bg-color: rgba(var(--color-white-rgb), 0.2);
|
|
5206
|
-
--button-border-color: var(--color-white);
|
|
5207
|
-
}
|
|
5208
|
-
|
|
5209
|
-
&[data-pressed] {
|
|
5210
|
-
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
5211
|
-
--button-border-color: var(--color-white);
|
|
5212
|
-
}
|
|
5213
|
-
|
|
5214
|
-
&[data-pending] {
|
|
5215
|
-
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
5216
|
-
--button-border-color: var(--color-white);
|
|
5217
|
-
}
|
|
5210
|
+
.GuidanceBlock-module_descriptionAndActions__aQhc9 {
|
|
5211
|
+
display: flex;
|
|
5212
|
+
flex: 1;
|
|
5213
|
+
align-items: center;
|
|
5214
|
+
justify-content: space-between;
|
|
5215
|
+
gap: var(--spacing-24);
|
|
5218
5216
|
|
|
5219
|
-
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5217
|
+
@media (width <= 1023px) {
|
|
5218
|
+
flex-direction: column;
|
|
5219
|
+
width: 100%;
|
|
5220
|
+
align-items: unset;
|
|
5223
5221
|
}
|
|
5224
5222
|
}
|
|
5225
5223
|
|
|
5226
|
-
.
|
|
5227
|
-
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
--button-bg-color: rgba(var(--color-white-rgb), 0.2);
|
|
5233
|
-
--button-border-color: transparent;
|
|
5234
|
-
}
|
|
5235
|
-
|
|
5236
|
-
&[data-pressed] {
|
|
5237
|
-
--button-bg-color: rgba(var(--color-white-rgb), 0.1);
|
|
5238
|
-
--button-border-color: transparent;
|
|
5239
|
-
}
|
|
5224
|
+
.GuidanceBlock-module_buttonContainer__bcVmB {
|
|
5225
|
+
display: flex;
|
|
5226
|
+
justify-content: center;
|
|
5227
|
+
flex-direction: row-reverse;
|
|
5228
|
+
gap: var(--spacing-12);
|
|
5229
|
+
min-width: max-content;
|
|
5240
5230
|
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
--button-border-color: transparent;
|
|
5231
|
+
@media (width >= 768px) {
|
|
5232
|
+
text-align: center;
|
|
5244
5233
|
}
|
|
5245
5234
|
|
|
5246
|
-
|
|
5247
|
-
|
|
5248
|
-
|
|
5249
|
-
|
|
5235
|
+
@media (width <= 767px) {
|
|
5236
|
+
flex-direction: column;
|
|
5237
|
+
width: 100%;
|
|
5238
|
+
margin-top: var(--spacing-6);
|
|
5250
5239
|
}
|
|
5251
5240
|
}
|
|
5252
5241
|
|
|
5253
|
-
.
|
|
5254
|
-
|
|
5255
|
-
|
|
5256
|
-
top: 50%;
|
|
5257
|
-
transform: translate(-50%, -50%);
|
|
5258
|
-
visibility: hidden;
|
|
5259
|
-
}
|
|
5260
|
-
|
|
5261
|
-
.Button-module_retainContentWidth__Ftbt9 {
|
|
5262
|
-
visibility: hidden;
|
|
5242
|
+
.GuidanceBlock-module_hidden__mwvrs {
|
|
5243
|
+
opacity: 0;
|
|
5244
|
+
margin-bottom: 0;
|
|
5263
5245
|
}
|
|
5264
5246
|
|
|
5265
|
-
.
|
|
5266
|
-
|
|
5267
|
-
color: var(--color-purple-800);
|
|
5268
|
-
width: 248px;
|
|
5269
|
-
max-height: 22rem;
|
|
5270
|
-
overflow: auto;
|
|
5271
|
-
padding-block: var(--spacing-6);
|
|
5272
|
-
outline: none;
|
|
5273
|
-
border-radius: var(--border-solid-border-radius);
|
|
5274
|
-
box-shadow: var(--shadow-large-box-shadow);
|
|
5247
|
+
.GuidanceBlock-module_headingWrapper__OfZB5 {
|
|
5248
|
+
margin-bottom: var(--spacing-24);
|
|
5275
5249
|
}
|
|
5276
5250
|
|
|
5277
|
-
.
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
letter-spacing: var(--typography-heading-6-letter-spacing);
|
|
5281
|
-
font-weight: var(--typography-heading-6-font-weight);
|
|
5282
|
-
line-height: var(--typography-heading-6-line-height);
|
|
5283
|
-
padding: var(--spacing-6) 10px;
|
|
5284
|
-
margin-inline: var(--spacing-6);
|
|
5251
|
+
.GuidanceBlock-module_default__7naG4 {
|
|
5252
|
+
border-color: var(--color-gray-500);
|
|
5253
|
+
background: var(--color-white);
|
|
5285
5254
|
}
|
|
5286
5255
|
|
|
5287
|
-
.
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
height: 1px;
|
|
5291
|
-
background-color: var(--border-solid-border-color);
|
|
5292
|
-
content: '';
|
|
5293
|
-
display: block;
|
|
5294
|
-
margin-block: var(--spacing-6);
|
|
5295
|
-
}
|
|
5256
|
+
.GuidanceBlock-module_positive__iCp-1 {
|
|
5257
|
+
border-color: var(--color-green-500);
|
|
5258
|
+
background: var(--color-green-100);
|
|
5296
5259
|
}
|
|
5297
5260
|
|
|
5298
|
-
.
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
letter-spacing: var(--typography-paragraph-body-letter-spacing);
|
|
5303
|
-
font-weight: var(--typography-paragraph-body-font-weight);
|
|
5304
|
-
line-height: var(--typography-paragraph-body-line-height);
|
|
5305
|
-
color: var(--color-purple-800);
|
|
5306
|
-
padding: var(--spacing-6) var(--spacing-8);
|
|
5307
|
-
border: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) transparent;
|
|
5308
|
-
border-radius: 4px;
|
|
5309
|
-
margin-inline: var(--spacing-6);
|
|
5310
|
-
text-decoration: none;
|
|
5311
|
-
cursor: pointer;
|
|
5261
|
+
.GuidanceBlock-module_negative__wWBlw,
|
|
5262
|
+
.GuidanceBlock-module_assertive__bNdnQ {
|
|
5263
|
+
border-color: var(--color-red-500);
|
|
5264
|
+
background: var(--color-red-100);
|
|
5312
5265
|
}
|
|
5313
5266
|
|
|
5314
|
-
.
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
align-items: center;
|
|
5267
|
+
.GuidanceBlock-module_informative__KeJWO {
|
|
5268
|
+
border-color: var(--color-blue-400);
|
|
5269
|
+
background: var(--color-blue-100);
|
|
5318
5270
|
}
|
|
5319
5271
|
|
|
5320
|
-
.
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
align-items: center;
|
|
5272
|
+
.GuidanceBlock-module_cautionary__5Vkw6 {
|
|
5273
|
+
border-color: var(--color-yellow-700);
|
|
5274
|
+
background: var(--color-yellow-100);
|
|
5324
5275
|
}
|
|
5325
5276
|
|
|
5326
|
-
.
|
|
5327
|
-
|
|
5277
|
+
.GuidanceBlock-module_prominent__rWTgt {
|
|
5278
|
+
border-color: var(--color-purple-400);
|
|
5279
|
+
background: var(--color-purple-100);
|
|
5328
5280
|
}
|
|
5329
5281
|
|
|
5330
|
-
.
|
|
5331
|
-
.
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5282
|
+
.GuidanceBlock-module_inline__B-Ubr,
|
|
5283
|
+
.GuidanceBlock-module_stacked__4dS71 {
|
|
5284
|
+
flex-flow: row wrap;
|
|
5285
|
+
align-items: unset;
|
|
5286
|
+
gap: var(--spacing-24);
|
|
5287
|
+
min-width: unset;
|
|
5335
5288
|
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
}
|
|
5289
|
+
@media (width <= 1023px) {
|
|
5290
|
+
flex-direction: unset;
|
|
5291
|
+
}
|
|
5340
5292
|
|
|
5341
|
-
.
|
|
5342
|
-
|
|
5343
|
-
}
|
|
5293
|
+
.GuidanceBlock-module_illustrationWrapper__tK4Xr {
|
|
5294
|
+
margin-inline-end: var(--spacing-12);
|
|
5344
5295
|
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5296
|
+
@media (768px <= width <= 1023px) {
|
|
5297
|
+
padding: 0;
|
|
5298
|
+
}
|
|
5299
|
+
|
|
5300
|
+
@media (width <= 767px) {
|
|
5301
|
+
display: flex;
|
|
5302
|
+
}
|
|
5303
|
+
}
|
|
5304
|
+
|
|
5305
|
+
.GuidanceBlock-module_descriptionAndActions__aQhc9 {
|
|
5306
|
+
margin: auto 0;
|
|
5307
|
+
}
|
|
5308
|
+
|
|
5309
|
+
.GuidanceBlock-module_descriptionContainer__w1-P- {
|
|
5310
|
+
text-align: start;
|
|
5311
|
+
max-width: unset;
|
|
5312
|
+
min-width: 320px;
|
|
5313
|
+
|
|
5314
|
+
@media (width >= 1024px) {
|
|
5315
|
+
padding: 0;
|
|
5316
|
+
}
|
|
5317
|
+
|
|
5318
|
+
@media (width <= 767px) {
|
|
5319
|
+
margin: 0;
|
|
5320
|
+
}
|
|
5321
|
+
}
|
|
5322
|
+
|
|
5323
|
+
.GuidanceBlock-module_buttonContainer__bcVmB {
|
|
5324
|
+
padding-inline-start: var(--spacing-12);
|
|
5325
|
+
justify-content: flex-start;
|
|
5326
|
+
width: unset;
|
|
5327
|
+
min-width: unset;
|
|
5328
|
+
|
|
5329
|
+
@media (width <= 767px) {
|
|
5330
|
+
flex-direction: row-reverse;
|
|
5331
|
+
}
|
|
5332
|
+
|
|
5333
|
+
> * {
|
|
5334
|
+
width: unset;
|
|
5335
|
+
}
|
|
5336
|
+
}
|
|
5337
|
+
|
|
5338
|
+
&.GuidanceBlock-module_hasSceneIllustration__eBOyt {
|
|
5339
|
+
justify-content: center;
|
|
5340
|
+
}
|
|
5341
|
+
|
|
5342
|
+
&.GuidanceBlock-module_centerContent__9Vlup {
|
|
5343
|
+
flex-direction: column;
|
|
5344
|
+
|
|
5345
|
+
&.GuidanceBlock-module_hasSceneIllustration__eBOyt .GuidanceBlock-module_illustration__LiDV3 {
|
|
5346
|
+
width: 100%;
|
|
5347
|
+
}
|
|
5348
|
+
|
|
5349
|
+
.GuidanceBlock-module_illustrationWrapper__tK4Xr {
|
|
5350
|
+
margin: 0 auto;
|
|
5351
|
+
align-self: center;
|
|
5352
|
+
}
|
|
5353
|
+
|
|
5354
|
+
.GuidanceBlock-module_descriptionContainer__w1-P- {
|
|
5355
|
+
text-align: center;
|
|
5356
|
+
min-width: unset;
|
|
5357
|
+
}
|
|
5358
|
+
|
|
5359
|
+
.GuidanceBlock-module_buttonContainer__bcVmB {
|
|
5360
|
+
padding: 0;
|
|
5361
|
+
flex-direction: column;
|
|
5362
|
+
min-width: unset;
|
|
5363
|
+
justify-content: center;
|
|
5364
|
+
}
|
|
5365
|
+
}
|
|
5366
|
+
|
|
5367
|
+
&.GuidanceBlock-module_centerContent__9Vlup.GuidanceBlock-module_smallScreenTextAlignment__-UXo9 {
|
|
5368
|
+
.GuidanceBlock-module_descriptionContainer__w1-P- {
|
|
5369
|
+
text-align: start;
|
|
5370
|
+
}
|
|
5371
|
+
}
|
|
5356
5372
|
}
|
|
5357
|
-
|
|
5358
|
-
|
|
5373
|
+
|
|
5374
|
+
/* stylelint-disable no-descending-specificity */
|
|
5375
|
+
.GuidanceBlock-module_stacked__4dS71 {
|
|
5376
|
+
.GuidanceBlock-module_descriptionAndActions__aQhc9 {
|
|
5377
|
+
flex-direction: column;
|
|
5378
|
+
align-items: unset;
|
|
5379
|
+
}
|
|
5380
|
+
|
|
5381
|
+
.GuidanceBlock-module_descriptionContainer__w1-P- {
|
|
5382
|
+
align-self: flex-start;
|
|
5383
|
+
}
|
|
5359
5384
|
}
|
|
5360
|
-
|
|
5361
|
-
|
|
5385
|
+
/* stylelint-enable no-descending-specificity */
|
|
5386
|
+
|
|
5387
|
+
.SVG-module_icon__8J5Ev {
|
|
5388
|
+
width: 20px;
|
|
5389
|
+
height: 20px;
|
|
5390
|
+
display: inline-block;
|
|
5391
|
+
}
|
|
5392
|
+
.SVG-module_icon__8J5Ev > use {
|
|
5393
|
+
pointer-events: none;
|
|
5394
|
+
}
|
|
5395
|
+
@media screen and (-ms-high-contrast: active) {
|
|
5396
|
+
.SVG-module_icon__8J5Ev {
|
|
5397
|
+
color: black;
|
|
5398
|
+
}
|
|
5399
|
+
}
|
|
5400
|
+
@media screen and (-ms-high-contrast: white-on-black) {
|
|
5401
|
+
.SVG-module_icon__8J5Ev {
|
|
5402
|
+
color: white;
|
|
5403
|
+
}
|
|
5404
|
+
}
|
|
5405
|
+
@media screen and (-ms-high-contrast: black-on-white) {
|
|
5406
|
+
.SVG-module_icon__8J5Ev {
|
|
5407
|
+
color: black;
|
|
5408
|
+
}
|
|
5409
|
+
}
|
|
5410
|
+
|
|
5411
|
+
.SVG-module_inheritSize__Q8iam {
|
|
5412
|
+
width: inherit;
|
|
5413
|
+
height: inherit;
|
|
5414
|
+
display: block;
|
|
5362
5415
|
}
|
|
5363
5416
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5364
5417
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5365
5418
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5366
5419
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5367
|
-
.Select-module_container__LRkAv {
|
|
5368
|
-
position: relative;
|
|
5369
|
-
width: 100%;
|
|
5370
|
-
}
|
|
5371
|
-
|
|
5372
|
-
.Select-module_notFullWidth__Nv5u- {
|
|
5373
|
-
width: 180px;
|
|
5374
|
-
}
|
|
5375
5420
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5376
5421
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5377
5422
|
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5378
|
-
|
|
5379
|
-
|
|
5423
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5424
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5425
|
+
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5426
|
+
.GenericNotification-module_notification__-JP1M {
|
|
5427
|
+
display: flex;
|
|
5428
|
+
box-sizing: border-box;
|
|
5429
|
+
pointer-events: all;
|
|
5430
|
+
}
|
|
5431
|
+
.GenericNotification-module_notification__-JP1M:focus {
|
|
5432
|
+
outline-offset: 1px;
|
|
5433
|
+
outline: 2px solid var(--color-blue-500);
|
|
5434
|
+
}
|
|
5435
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
|
|
5436
|
+
margin-bottom: var(--spacing-24, 1.5rem);
|
|
5437
|
+
border-width: var(--border-width-1);
|
|
5438
|
+
border-style: solid;
|
|
5439
|
+
border-radius: var(--border-solid-border-radius, 7px);
|
|
5440
|
+
}
|
|
5441
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_inline__OciO5 {
|
|
5442
|
+
width: auto;
|
|
5443
|
+
min-height: 46px;
|
|
5444
|
+
padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) var(--spacing-12, 0.75rem);
|
|
5445
|
+
transition: opacity 200ms ease, transform 200ms ease-out, margin-top 200ms ease, margin-bottom 200ms ease;
|
|
5446
|
+
}
|
|
5447
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_toast__GOVfC {
|
|
5448
|
+
container-type: inline-size;
|
|
5449
|
+
width: 25rem;
|
|
5450
|
+
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
5451
|
+
max-width: 100%;
|
|
5452
|
+
padding: calc(var(--spacing-6, 0.375rem) - var(--border-width-1)) 10px;
|
|
5453
|
+
transition: opacity 200ms ease, transform 300ms ease-out, margin-top 200ms ease 200ms, margin-bottom 200ms ease;
|
|
5454
|
+
will-change: transform;
|
|
5455
|
+
}
|
|
5456
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_global__Weka- {
|
|
5457
|
+
width: 100%;
|
|
5458
|
+
display: flex;
|
|
5380
5459
|
align-items: center;
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5460
|
+
border-width: 0;
|
|
5461
|
+
border-radius: 0;
|
|
5462
|
+
margin-bottom: 0;
|
|
5463
|
+
padding-top: var(--spacing-16);
|
|
5464
|
+
padding-bottom: var(--spacing-16);
|
|
5465
|
+
padding-inline-start: var(--spacing-8);
|
|
5466
|
+
transition: margin-top 200ms ease, margin-bottom 200ms ease;
|
|
5467
|
+
position: relative;
|
|
5468
|
+
z-index: 1030;
|
|
5389
5469
|
}
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5470
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_positive__U-3HK {
|
|
5471
|
+
background: var(--color-green-100, #e8f8f4);
|
|
5472
|
+
border-color: var(--color-green-500);
|
|
5473
|
+
color: var(--color-purple-800, #2f2438);
|
|
5393
5474
|
}
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5475
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_security__QTALa {
|
|
5476
|
+
background: var(--color-yellow-100, #fff9e4);
|
|
5477
|
+
border-color: var(--color-yellow-700);
|
|
5397
5478
|
color: var(--color-purple-800, #2f2438);
|
|
5398
5479
|
}
|
|
5399
|
-
|
|
5400
|
-
|
|
5401
|
-
|
|
5402
|
-
color: var(--color-
|
|
5480
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_negative__lUWhD {
|
|
5481
|
+
background: var(--color-red-100, #fdeaee);
|
|
5482
|
+
border-color: var(--color-red-500);
|
|
5483
|
+
color: var(--color-purple-800, #2f2438);
|
|
5403
5484
|
}
|
|
5404
|
-
.
|
|
5405
|
-
|
|
5485
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct {
|
|
5486
|
+
opacity: 0%;
|
|
5406
5487
|
}
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
background-color: var(--color-green-100, #e8f8f4);
|
|
5410
|
-
color: var(--color-green-700, #22594a);
|
|
5488
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5, .GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
|
|
5489
|
+
margin-bottom: 0;
|
|
5411
5490
|
}
|
|
5412
|
-
.
|
|
5413
|
-
|
|
5491
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_inline__OciO5 {
|
|
5492
|
+
transition-timing-function: ease-in;
|
|
5493
|
+
transform: translateY(-50%);
|
|
5414
5494
|
}
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
|
|
5418
|
-
color: var(--color-yellow-700, #876400);
|
|
5495
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_toast__GOVfC {
|
|
5496
|
+
transition-timing-function: ease-in;
|
|
5497
|
+
transform: translateX(50%);
|
|
5419
5498
|
}
|
|
5420
|
-
.
|
|
5421
|
-
|
|
5499
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_hidden__WJjct.GenericNotification-module_global__Weka- {
|
|
5500
|
+
z-index: 1029;
|
|
5501
|
+
opacity: 100%;
|
|
5422
5502
|
}
|
|
5423
|
-
|
|
5424
|
-
|
|
5425
|
-
background-color: var(--color-orange-100, #fff0e8);
|
|
5426
|
-
color: var(--color-orange-700, #903c00);
|
|
5503
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_noBottomMargin__28nF8 {
|
|
5504
|
+
margin-bottom: 0;
|
|
5427
5505
|
}
|
|
5428
|
-
.
|
|
5429
|
-
|
|
5506
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_persistent__O7bgI {
|
|
5507
|
+
transition: none;
|
|
5508
|
+
}
|
|
5509
|
+
.GenericNotification-module_notification__-JP1M.GenericNotification-module_subtle__kPns9 {
|
|
5510
|
+
background: none;
|
|
5511
|
+
border: none;
|
|
5512
|
+
padding: 0;
|
|
5430
5513
|
}
|
|
5431
5514
|
|
|
5432
|
-
.
|
|
5433
|
-
|
|
5434
|
-
|
|
5515
|
+
.GenericNotification-module_icon__SDb8v {
|
|
5516
|
+
align-items: flex-start;
|
|
5517
|
+
box-sizing: content-box;
|
|
5435
5518
|
}
|
|
5436
|
-
.
|
|
5519
|
+
.GenericNotification-module_positive__U-3HK .GenericNotification-module_icon__SDb8v {
|
|
5520
|
+
color: var(--color-green-500, #3f9a86);
|
|
5521
|
+
}
|
|
5522
|
+
.GenericNotification-module_security__QTALa .GenericNotification-module_icon__SDb8v {
|
|
5523
|
+
color: var(--color-yellow-700);
|
|
5524
|
+
}
|
|
5525
|
+
.GenericNotification-module_negative__lUWhD .GenericNotification-module_icon__SDb8v {
|
|
5437
5526
|
color: var(--color-red-500, #c93b55);
|
|
5438
5527
|
}
|
|
5439
|
-
|
|
5440
|
-
|
|
5441
|
-
|
|
5442
|
-
|
|
5528
|
+
.GenericNotification-module_inline__OciO5 .GenericNotification-module_icon__SDb8v, .GenericNotification-module_toast__GOVfC .GenericNotification-module_icon__SDb8v {
|
|
5529
|
+
width: 22px;
|
|
5530
|
+
height: 22px;
|
|
5531
|
+
font-size: 22px;
|
|
5532
|
+
margin-top: var(--spacing-6, 0.375rem);
|
|
5443
5533
|
}
|
|
5444
|
-
.
|
|
5445
|
-
|
|
5534
|
+
.GenericNotification-module_global__Weka- .GenericNotification-module_icon__SDb8v {
|
|
5535
|
+
width: 24px;
|
|
5536
|
+
height: 24px;
|
|
5537
|
+
font-size: 24px;
|
|
5446
5538
|
}
|
|
5447
|
-
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
color: inherit;
|
|
5454
|
-
font: inherit;
|
|
5455
|
-
margin: 0;
|
|
5456
|
-
padding: 0;
|
|
5457
|
-
border: none;
|
|
5458
|
-
position: relative;
|
|
5459
|
-
display: inline-flex;
|
|
5460
|
-
border-radius: 50%;
|
|
5461
|
-
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
5539
|
+
|
|
5540
|
+
.GenericNotification-module_textContainer__Avpbk {
|
|
5541
|
+
box-sizing: content-box;
|
|
5542
|
+
display: flex;
|
|
5543
|
+
flex-flow: row wrap;
|
|
5544
|
+
flex: 1 0 0;
|
|
5462
5545
|
}
|
|
5463
|
-
.
|
|
5464
|
-
|
|
5465
|
-
outline-offset: 1px;
|
|
5546
|
+
.GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk, .GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
|
|
5547
|
+
margin-inline-start: var(--spacing-6, 0.375rem);
|
|
5466
5548
|
}
|
|
5467
|
-
.
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5549
|
+
.GenericNotification-module_toast__GOVfC .GenericNotification-module_textContainer__Avpbk {
|
|
5550
|
+
margin-inline-start: var(--spacing-6, 0.375rem);
|
|
5551
|
+
max-width: calc(100% - var(--spacing-48, 3rem));
|
|
5552
|
+
overflow-wrap: break-word;
|
|
5553
|
+
hyphens: auto;
|
|
5472
5554
|
}
|
|
5473
|
-
.
|
|
5474
|
-
|
|
5475
|
-
cursor: pointer;
|
|
5476
|
-
color: var(--color-purple-800, #2f2438);
|
|
5555
|
+
.GenericNotification-module_global__Weka- .GenericNotification-module_textContainer__Avpbk {
|
|
5556
|
+
margin-inline-start: var(--spacing-8);
|
|
5477
5557
|
}
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
padding: var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-4, 0.25rem) var(--spacing-8, 0.5rem);
|
|
5481
|
-
padding-block: var(--spacing-4, 0.25rem);
|
|
5482
|
-
padding-inline: var(--spacing-8, 0.5rem) var(--spacing-4, 0.25rem);
|
|
5558
|
+
.GenericNotification-module_inline__OciO5 .GenericNotification-module_textContainer__Avpbk {
|
|
5559
|
+
transition: opacity 200ms ease;
|
|
5483
5560
|
}
|
|
5484
|
-
.
|
|
5485
|
-
|
|
5486
|
-
align-items: center;
|
|
5487
|
-
border: 2px solid transparent;
|
|
5488
|
-
border-bottom: 0;
|
|
5489
|
-
border-top-left-radius: var(--border-borderless-border-radius);
|
|
5490
|
-
border-top-right-radius: var(--border-borderless-border-radius);
|
|
5491
|
-
background: var(--color-white);
|
|
5492
|
-
white-space: nowrap;
|
|
5493
|
-
text-decoration: none;
|
|
5494
|
-
padding: var(--spacing-md) var(--spacing-md);
|
|
5495
|
-
margin: 0;
|
|
5496
|
-
font-family: var(--typography-heading-4-font-family);
|
|
5497
|
-
font-size: var(--typography-heading-4-font-size);
|
|
5498
|
-
font-weight: var(--typography-heading-4-font-weight);
|
|
5499
|
-
line-height: var(--typography-heading-4-line-height);
|
|
5500
|
-
letter-spacing: var(--typography-heading-4-letter-spacing);
|
|
5501
|
-
color: var(--color-purple-800);
|
|
5502
|
-
cursor: default;
|
|
5503
|
-
|
|
5504
|
-
&:focus {
|
|
5505
|
-
outline: none;
|
|
5506
|
-
}
|
|
5507
|
-
|
|
5508
|
-
&:focus-visible {
|
|
5509
|
-
color: var(--color-blue-500);
|
|
5510
|
-
border-color: var(--color-blue-500);
|
|
5511
|
-
}
|
|
5512
|
-
|
|
5513
|
-
&[data-disabled] {
|
|
5514
|
-
opacity: 0.3;
|
|
5515
|
-
}
|
|
5516
|
-
|
|
5517
|
-
&:not(:first-child) {
|
|
5518
|
-
margin-inline-start: var(--spacing-xs);
|
|
5519
|
-
}
|
|
5520
|
-
|
|
5521
|
-
&:not([data-disabled]):hover {
|
|
5522
|
-
background: var(--color-blue-200);
|
|
5523
|
-
color: var(--color-blue-500);
|
|
5524
|
-
}
|
|
5525
|
-
|
|
5526
|
-
&:not([data-disabled]):active {
|
|
5527
|
-
background: var(--color-blue-100);
|
|
5528
|
-
}
|
|
5561
|
+
.GenericNotification-module_textContainer__Avpbk.GenericNotification-module_forceMultiline__JcVA4 {
|
|
5562
|
+
flex-direction: column;
|
|
5529
5563
|
}
|
|
5530
5564
|
|
|
5531
|
-
.
|
|
5565
|
+
.GenericNotification-module_title__dvQOr {
|
|
5532
5566
|
position: relative;
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
position: absolute;
|
|
5544
|
-
left: 0;
|
|
5545
|
-
right: 0;
|
|
5546
|
-
bottom: 0;
|
|
5547
|
-
}
|
|
5548
|
-
}
|
|
5549
|
-
|
|
5550
|
-
.Tab-module_badge__ZmHRM {
|
|
5551
|
-
margin-inline-start: var(--spacing-sm);
|
|
5552
|
-
display: inline-flex;
|
|
5553
|
-
align-items: center;
|
|
5567
|
+
font-family: var(--typography-heading-6-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5568
|
+
font-weight: var(--typography-heading-6-font-weight, 600);
|
|
5569
|
+
font-size: var(--typography-heading-6-font-size, 0.875rem);
|
|
5570
|
+
line-height: var(--typography-heading-6-line-height, 1.5rem);
|
|
5571
|
+
letter-spacing: var(--typography-heading-6-letter-spacing, normal);
|
|
5572
|
+
margin: 0;
|
|
5573
|
+
padding-right: 6px;
|
|
5574
|
+
text-transform: none;
|
|
5575
|
+
color: inherit;
|
|
5576
|
+
top: 0.37em;
|
|
5554
5577
|
}
|
|
5555
5578
|
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
border-width: var(--border-focus-ring-border-width);
|
|
5566
|
-
border-style: var(--border-focus-ring-border-style);
|
|
5567
|
-
border-color: transparent;
|
|
5568
|
-
inset: -2px;
|
|
5569
|
-
}
|
|
5570
|
-
}
|
|
5571
|
-
|
|
5572
|
-
.Tab-module_tab__1YtP2[data-selected]::before {
|
|
5573
|
-
/* High contrast also doesn't see the pseudo element created to show the active tab. */
|
|
5574
|
-
content: '';
|
|
5575
|
-
position: absolute;
|
|
5576
|
-
left: 0;
|
|
5577
|
-
right: 0;
|
|
5578
|
-
bottom: 0;
|
|
5579
|
-
border-bottom: 2px solid transparent;
|
|
5580
|
-
}
|
|
5579
|
+
.GenericNotification-module_text__X-5ld {
|
|
5580
|
+
position: relative;
|
|
5581
|
+
font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5582
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
5583
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
5584
|
+
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
5585
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
5586
|
+
margin: 0;
|
|
5587
|
+
color: inherit;
|
|
5581
5588
|
}
|
|
5582
|
-
|
|
5583
|
-
.TabList-module_container__d4TLi {
|
|
5589
|
+
.GenericNotification-module_inline__OciO5 .GenericNotification-module_text__X-5ld, .GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
|
|
5584
5590
|
position: relative;
|
|
5591
|
+
font-family: var(--typography-paragraph-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5592
|
+
font-weight: var(--typography-paragraph-small-font-weight, 400);
|
|
5593
|
+
font-size: var(--typography-paragraph-small-font-size, 0.875rem);
|
|
5594
|
+
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
5595
|
+
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
5596
|
+
margin-top: var(--spacing-6, 0.375rem);
|
|
5597
|
+
flex: 0 1 auto;
|
|
5598
|
+
padding-bottom: var(--spacing-12, 0.75rem);
|
|
5599
|
+
top: 0.21em;
|
|
5585
5600
|
}
|
|
5586
|
-
|
|
5587
|
-
.TabList-module_tabList__WEETD {
|
|
5588
|
-
border-bottom: 1px solid var(--color-gray-300);
|
|
5589
|
-
padding: var(--spacing-6) 0 0;
|
|
5601
|
+
.GenericNotification-module_toast__GOVfC .GenericNotification-module_text__X-5ld {
|
|
5590
5602
|
width: 100%;
|
|
5591
|
-
height: 100%;
|
|
5592
|
-
overflow-x: scroll;
|
|
5593
|
-
white-space: nowrap;
|
|
5594
|
-
scrollbar-width: none;
|
|
5595
|
-
scroll-behavior: smooth;
|
|
5596
5603
|
}
|
|
5597
|
-
|
|
5598
|
-
|
|
5599
|
-
|
|
5600
|
-
|
|
5601
|
-
|
|
5602
|
-
|
|
5603
|
-
.TabList-module_rightArrow__WUoGO {
|
|
5604
|
-
--icon-size: 24;
|
|
5605
|
-
|
|
5606
|
-
display: flex;
|
|
5607
|
-
align-items: center;
|
|
5608
|
-
justify-content: center;
|
|
5609
|
-
position: absolute;
|
|
5610
|
-
z-index: 10000;
|
|
5611
|
-
background: var(--color-white);
|
|
5612
|
-
inset-block: 0 1px;
|
|
5613
|
-
width: 48px;
|
|
5614
|
-
cursor: default;
|
|
5615
|
-
user-select: none;
|
|
5604
|
+
.GenericNotification-module_global__Weka- .GenericNotification-module_text__X-5ld {
|
|
5605
|
+
position: static;
|
|
5606
|
+
font-weight: var(--typography-paragraph-body-font-weight, 400);
|
|
5607
|
+
font-size: var(--typography-paragraph-body-font-size, 1rem);
|
|
5608
|
+
line-height: var(--typography-paragraph-body-line-height, 1.5rem);
|
|
5609
|
+
letter-spacing: var(--typography-paragraph-body-letter-spacing, normal);
|
|
5616
5610
|
}
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
|
|
5620
|
-
*/
|
|
5621
|
-
.TabList-module_leftArrow__mrWjD {
|
|
5622
|
-
left: 0;
|
|
5611
|
+
.GenericNotification-module_text__X-5ld a[href] {
|
|
5612
|
+
color: var(--color-blue-500, #0168b3);
|
|
5613
|
+
text-decoration: underline;
|
|
5623
5614
|
}
|
|
5624
|
-
|
|
5625
|
-
|
|
5626
|
-
|
|
5627
|
-
border-right: 1px solid var(--color-gray-300);
|
|
5615
|
+
.GenericNotification-module_text__X-5ld a[href]:hover {
|
|
5616
|
+
color: var(--color-blue-500, #0168b3);
|
|
5617
|
+
text-decoration: none;
|
|
5628
5618
|
}
|
|
5629
|
-
|
|
5630
|
-
|
|
5631
|
-
right: 0;
|
|
5619
|
+
.GenericNotification-module_text__X-5ld strong {
|
|
5620
|
+
font-weight: var(--typography-button-secondary-font-weight, 500);
|
|
5632
5621
|
}
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
.TabList-module_rightArrow__WUoGO:hover {
|
|
5636
|
-
border-left: 1px solid var(--color-gray-300);
|
|
5622
|
+
.GenericNotification-module_text__X-5ld p {
|
|
5623
|
+
font-weight: inherit;
|
|
5637
5624
|
}
|
|
5638
5625
|
|
|
5639
|
-
.
|
|
5640
|
-
|
|
5641
|
-
|
|
5642
|
-
|
|
5626
|
+
.GenericNotification-module_cancel__c6wky {
|
|
5627
|
+
cursor: pointer;
|
|
5628
|
+
appearance: none;
|
|
5629
|
+
transition: none;
|
|
5630
|
+
transform: none;
|
|
5631
|
+
margin: 0;
|
|
5632
|
+
padding: 0;
|
|
5633
|
+
border: none;
|
|
5634
|
+
background: transparent;
|
|
5635
|
+
font: inherit;
|
|
5636
|
+
color: var(--color-purple-800, #2f2438);
|
|
5643
5637
|
}
|
|
5644
|
-
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
background: var(--color-blue-100);
|
|
5648
|
-
color: var(--color-blue-500);
|
|
5638
|
+
.GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
|
|
5639
|
+
opacity: 70%;
|
|
5640
|
+
transition: var(--animation-duration-fast, 300ms) opacity;
|
|
5649
5641
|
}
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
border: 2px solid transparent;
|
|
5653
|
-
|
|
5654
|
-
&:focus {
|
|
5655
|
-
outline: none;
|
|
5656
|
-
}
|
|
5657
|
-
|
|
5658
|
-
&:focus-visible {
|
|
5659
|
-
border-color: var(--color-blue-500);
|
|
5660
|
-
border-radius: var(--border-focus-ring-border-radius);
|
|
5661
|
-
}
|
|
5642
|
+
.GenericNotification-module_cancel__c6wky:disabled .GenericNotification-module_icon__SDb8v, .GenericNotification-module_disabled__WGBhD.GenericNotification-module_cancel__c6wky .GenericNotification-module_icon__SDb8v {
|
|
5643
|
+
opacity: 30%;
|
|
5662
5644
|
}
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5666
|
-
.OverlayArrow-module_overlayArrow__YBbCB {
|
|
5667
|
-
display: flex;
|
|
5668
|
-
padding: 8px;
|
|
5645
|
+
.GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):hover .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):focus .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_hover__hUURd .GenericNotification-module_icon__SDb8v {
|
|
5646
|
+
opacity: 100%;
|
|
5669
5647
|
}
|
|
5670
|
-
.
|
|
5671
|
-
|
|
5648
|
+
.GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD):active .GenericNotification-module_icon__SDb8v, .GenericNotification-module_cancel__c6wky:not(:disabled, .GenericNotification-module_disabled__WGBhD).GenericNotification-module_active__-6ahb .GenericNotification-module_icon__SDb8v {
|
|
5649
|
+
opacity: 100%;
|
|
5672
5650
|
}
|
|
5673
|
-
.
|
|
5674
|
-
|
|
5651
|
+
.GenericNotification-module_cancel__c6wky:active {
|
|
5652
|
+
transform: translateY(1px);
|
|
5675
5653
|
}
|
|
5676
|
-
.
|
|
5677
|
-
|
|
5678
|
-
|
|
5654
|
+
.GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky, .GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
|
|
5655
|
+
width: var(--spacing-48);
|
|
5656
|
+
height: var(--spacing-48);
|
|
5657
|
+
margin-top: calc(-1 * var(--spacing-6));
|
|
5658
|
+
margin-bottom: calc(-1 * var(--spacing-6));
|
|
5679
5659
|
}
|
|
5680
|
-
.
|
|
5681
|
-
|
|
5660
|
+
.GenericNotification-module_inline__OciO5 .GenericNotification-module_cancel__c6wky {
|
|
5661
|
+
margin-inline-end: calc(-1 * var(--spacing-12));
|
|
5682
5662
|
}
|
|
5683
|
-
.
|
|
5684
|
-
|
|
5663
|
+
.GenericNotification-module_toast__GOVfC .GenericNotification-module_cancel__c6wky {
|
|
5664
|
+
margin-inline-end: -10px;
|
|
5685
5665
|
}
|
|
5686
|
-
.
|
|
5687
|
-
|
|
5666
|
+
.GenericNotification-module_global__Weka- .GenericNotification-module_cancel__c6wky {
|
|
5667
|
+
width: var(--spacing-48);
|
|
5668
|
+
height: var(--spacing-48);
|
|
5669
|
+
margin-top: calc(-1 * var(--spacing-24));
|
|
5670
|
+
margin-bottom: calc(-1 * var(--spacing-24));
|
|
5688
5671
|
}
|
|
5689
|
-
|
|
5690
|
-
|
|
5672
|
+
|
|
5673
|
+
.GenericNotification-module_cancelLabel__HJzsk {
|
|
5674
|
+
position: absolute;
|
|
5675
|
+
width: 1px;
|
|
5676
|
+
height: 1px;
|
|
5677
|
+
padding: 0;
|
|
5678
|
+
margin: -1px;
|
|
5679
|
+
overflow: hidden;
|
|
5680
|
+
clip: rect(0, 0, 0, 0);
|
|
5681
|
+
border: 0;
|
|
5691
5682
|
}
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5696
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5697
|
-
/** THIS IS AN AUTOGENERATED FILE **/
|
|
5698
|
-
.Tooltip-module_tooltip__zBer- {
|
|
5699
|
-
max-width: 200px;
|
|
5700
|
-
padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
|
|
5701
|
-
color: var(--color-white, #ffffff);
|
|
5702
|
-
text-align: center;
|
|
5703
|
-
font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
5704
|
-
font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
|
|
5705
|
-
font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
|
|
5706
|
-
letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
|
|
5707
|
-
line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
|
|
5708
|
-
border-radius: var(--border-solid-border-radius, 7px);
|
|
5709
|
-
box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
|
|
5710
|
-
background-color: var(--color-purple-800, #2f2438);
|
|
5711
|
-
text-wrap: pretty;
|
|
5712
|
-
/* fixes FF gap */
|
|
5713
|
-
transform: translate3d(0, 0, 0);
|
|
5683
|
+
|
|
5684
|
+
.GenericNotification-module_icon__SDb8v {
|
|
5685
|
+
color: var(--icon-color);
|
|
5714
5686
|
}
|
|
5715
|
-
|
|
5716
|
-
|
|
5717
|
-
|
|
5687
|
+
|
|
5688
|
+
.GenericNotification-module_cancel__c6wky {
|
|
5689
|
+
position: relative;
|
|
5690
|
+
display: flex;
|
|
5691
|
+
align-items: center;
|
|
5692
|
+
justify-content: center;
|
|
5693
|
+
border-radius: var(--border-solid-border-radius);
|
|
5718
5694
|
}
|
|
5719
|
-
.
|
|
5720
|
-
|
|
5695
|
+
.GenericNotification-module_cancel__c6wky:focus-visible {
|
|
5696
|
+
outline: var(--border-focus-ring-border-width) var(--border-focus-ring-border-style) var(--color-blue-500);
|
|
5697
|
+
outline-offset: -4px;
|
|
5721
5698
|
}
|
|
5722
|
-
|
|
5723
|
-
|
|
5699
|
+
|
|
5700
|
+
.GenericNotification-module_notificationTitle__Oaqb8 {
|
|
5701
|
+
top: 0.42em;
|
|
5702
|
+
position: relative;
|
|
5703
|
+
margin-inline-end: var(--spacing-6, 0.375rem);
|
|
5704
|
+
line-height: var(--typography-heading-6-line-height, 1.5rem);
|
|
5724
5705
|
}
|
|
5725
|
-
|
|
5726
|
-
|
|
5706
|
+
|
|
5707
|
+
@container (max-width: 25rem) {
|
|
5708
|
+
.GenericNotification-module_notificationTitle__Oaqb8 {
|
|
5709
|
+
width: 100%;
|
|
5710
|
+
}
|
|
5727
5711
|
}
|
|
5728
|
-
.
|
|
5729
|
-
|
|
5712
|
+
.GenericNotification-module_success__oLGIP {
|
|
5713
|
+
background: var(--color-green-100, #e8f8f4);
|
|
5714
|
+
border-color: var(--color-green-500);
|
|
5715
|
+
color: var(--color-purple-800, #2f2438);
|
|
5716
|
+
--icon-color: var(--color-green-500);
|
|
5730
5717
|
}
|
|
5731
|
-
|
|
5732
|
-
|
|
5718
|
+
|
|
5719
|
+
.GenericNotification-module_informative__WLimi {
|
|
5720
|
+
background: var(--color-blue-100, #e6f6ff);
|
|
5721
|
+
border-color: var(--color-blue-500);
|
|
5722
|
+
color: var(--color-purple-800, #2f2438);
|
|
5723
|
+
--icon-color: var(--color-blue-500);
|
|
5733
5724
|
}
|
|
5734
|
-
|
|
5735
|
-
|
|
5725
|
+
|
|
5726
|
+
.GenericNotification-module_cautionary__lneFu {
|
|
5727
|
+
background: var(--color-yellow-100, #fff9e4);
|
|
5728
|
+
border-color: var(--color-yellow-700);
|
|
5729
|
+
color: var(--color-purple-800, #2f2438);
|
|
5730
|
+
--icon-color: var(--color-yellow-700);
|
|
5736
5731
|
}
|
|
5737
5732
|
|
|
5738
|
-
|
|
5739
|
-
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
to {
|
|
5744
|
-
transform: translateY(0);
|
|
5745
|
-
opacity: 1;
|
|
5746
|
-
}
|
|
5733
|
+
.GenericNotification-module_warning__7275P {
|
|
5734
|
+
background: var(--color-red-100, #fdeaee);
|
|
5735
|
+
border-color: var(--color-red-500);
|
|
5736
|
+
color: var(--color-purple-800, #2f2438);
|
|
5737
|
+
--icon-color: var(--color-red-500);
|
|
5747
5738
|
}
|
|
5748
5739
|
.NotificationIcon-module_notificationIcon__4xH0m {
|
|
5749
5740
|
font-size: inherit;
|