@ganpatiinfo/gids-core-web 3.1.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/index.css +977 -0
- package/dist/css/index.css.map +1 -1
- package/dist/custom-elements.json +90 -0
- package/dist/gids-field.d.ts +11 -0
- package/dist/gids-field.js +1 -0
- package/dist/gids-icon.d.ts +1 -1
- package/dist/gids-icon.js +1 -1
- package/dist/gids-input.d.ts +11 -0
- package/dist/gids-input.js +1 -0
- package/dist/gids-notification.d.ts +11 -0
- package/dist/gids-notification.js +1 -0
- package/dist/gids-overlay-provider.d.ts +11 -0
- package/dist/gids-overlay-provider.js +1 -0
- package/dist/gids-password-field.d.ts +11 -0
- package/dist/gids-password-field.js +1 -0
- package/dist/gids-scrim.d.ts +11 -0
- package/dist/gids-scrim.js +1 -0
- package/dist/gids-snackbar.d.ts +11 -0
- package/dist/gids-snackbar.js +1 -0
- package/dist/gids-text-field.d.ts +11 -0
- package/dist/gids-text-field.js +1 -0
- package/dist/gids-toggle-button.d.ts +1 -1
- package/dist/gids-toggle-button.js +1 -1
- package/dist/index.js +1 -1
- package/dist/p-B2zUuNXz.js +1 -0
- package/dist/p-BVh4zbX4.js +1 -0
- package/dist/p-BplPYg8z.js +1 -0
- package/dist/p-CVtNa0cL.js +1 -0
- package/dist/p-CWdkmFbc.js +1 -0
- package/dist/p-DijVkS9b.js +1 -0
- package/dist/p-DybsMR13.js +1 -0
- package/dist/p-ibikYq-w.js +1 -0
- package/dist/p-veoOgDXg.js +1 -0
- package/dist/types/components/html/GidsDismissButton/GidsDismissButton.d.ts +6 -0
- package/dist/types/components/html/GidsHeading/GidsHeading.d.ts +6 -0
- package/dist/types/components/html/GidsLogo/GidsLogo.d.ts +9 -0
- package/dist/types/components/html/GidsRequirementsMeter/GidsRequirementsMeter.d.ts +4 -0
- package/dist/types/components/html/GidsSearchBar/GidsSearchBar.d.ts +10 -0
- package/dist/types/components/html/GidsSegmentedControl/GidsSegmentedControl.d.ts +1 -1
- package/dist/types/components/html/GidsSegmentedTabItem/GidsSegmentedTabItem.d.ts +1 -1
- package/dist/types/components/html/GidsStatusTag/GidsStatusTag.d.ts +5 -0
- package/dist/types/components/html/GidsStepper/GidsStepper.d.ts +7 -0
- package/dist/types/components/html/GidsStrengthMeter/GidsStrengthMeter.d.ts +5 -0
- package/dist/types/components/html/GidsTopNavigation/GidsTopNavigation.d.ts +8 -0
- package/dist/types/components/html/_GidsNotificationContainer/GidsNotificationContainer.d.ts +7 -0
- package/dist/types/components/html/_GidsRequirementsMeterLabel/GidsRequirementsMeterLabel.d.ts +4 -0
- package/dist/types/components/html/_GidsSideMenuItem/GidsSideMenuItem.d.ts +7 -0
- package/dist/types/components/html/_GidsSnackbarContainer/GidsSnackbarContainer.d.ts +6 -0
- package/dist/types/components/webComponents/GidsField/GidsField.d.ts +54 -0
- package/dist/types/components/webComponents/GidsInput/GidsInput.d.ts +27 -0
- package/dist/types/components/webComponents/GidsNotification/GidsNotification.d.ts +17 -0
- package/dist/types/components/webComponents/GidsOverlayProvider/GidsOverlayProvider.d.ts +23 -0
- package/dist/types/components/webComponents/GidsOverlayProvider/GidsOverlayProviderUtils.d.ts +8 -0
- package/dist/types/components/webComponents/GidsPasswordField/GidsPasswordField.d.ts +49 -0
- package/dist/types/components/webComponents/GidsScrim/GidsScrim.d.ts +7 -0
- package/dist/types/components/webComponents/GidsSnackbar/GidsSnackbar.d.ts +15 -0
- package/dist/types/components/webComponents/GidsTextField/GidsTextField.d.ts +39 -0
- package/dist/types/components.d.ts +455 -4
- package/dist-bundled/es/gids-field.js +6 -0
- package/dist-bundled/es/gids-icon.js +16 -200
- package/dist-bundled/es/gids-input.js +6 -0
- package/dist-bundled/es/gids-notification.js +31 -0
- package/dist-bundled/es/gids-overlay-provider.js +209 -0
- package/dist-bundled/es/gids-password-field.js +221 -0
- package/dist-bundled/es/gids-scrim.js +35 -0
- package/dist-bundled/es/gids-snackbar.js +31 -0
- package/dist-bundled/es/gids-text-field.js +78 -0
- package/dist-bundled/es/gids-toggle-button.js +14 -55
- package/dist-bundled/es/index.js +8 -7
- package/dist-bundled/es/p-B2zUuNXz-BLBgQDu7.js +45 -0
- package/dist-bundled/es/p-BVh4zbX4-C4UJ8LPX.js +74 -0
- package/dist-bundled/es/p-BplPYg8z-B8uAAfo4.js +181 -0
- package/dist-bundled/es/p-CVtNa0cL-sSVeJsR3.js +15 -0
- package/dist-bundled/es/p-CWdkmFbc-D89ZE8Mi.js +24 -0
- package/dist-bundled/es/p-DijVkS9b-CtFkEtlE.js +35 -0
- package/dist-bundled/es/p-DybsMR13-DpmsG3Q1.js +31 -0
- package/dist-bundled/es/p-ibikYq-w-BsGxk8ro.js +635 -0
- package/dist-bundled/es/p-veoOgDXg-DElc87c0.js +192 -0
- package/dist-bundled/umd/gids-field.umd.js +5 -0
- package/dist-bundled/umd/gids-icon.umd.js +5 -1
- package/dist-bundled/umd/gids-input.umd.js +5 -0
- package/dist-bundled/umd/gids-notification.umd.js +5 -0
- package/dist-bundled/umd/gids-overlay-provider.umd.js +5 -0
- package/dist-bundled/umd/gids-password-field.umd.js +5 -0
- package/dist-bundled/umd/gids-scrim.umd.js +5 -0
- package/dist-bundled/umd/gids-snackbar.umd.js +5 -0
- package/dist-bundled/umd/gids-text-field.umd.js +5 -0
- package/dist-bundled/umd/gids-toggle-button.umd.js +6 -2
- package/dist-bundled/umd/index.umd.js +5 -1
- package/dist-bundled/umd-complete/gids-core-web.umd.js +6 -2
- package/package.json +71 -7
- package/dist/p-CgujYzVX.js +0 -1
- package/dist-bundled/es/p-CgujYzVX-xo1axnk6.js +0 -465
package/dist/css/index.css
CHANGED
|
@@ -492,6 +492,192 @@ gids-global-styles-start {
|
|
|
492
492
|
--gidsIcon-color: var(--gids-color-icon-disabled);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
+
.gids-requirements-meter-label {
|
|
496
|
+
display: flex;
|
|
497
|
+
align-items: center;
|
|
498
|
+
gap: var(--gids-gap-100);
|
|
499
|
+
hyphens: auto;
|
|
500
|
+
color: var(--gids-color-text-accent-5);
|
|
501
|
+
--gidsIcon-color: var(--gids-color-icon-accent-5);
|
|
502
|
+
font-family: var(--gids-typography-paragraph-small__font-family);
|
|
503
|
+
font-size: var(--gids-typography-paragraph-small__font-size);
|
|
504
|
+
font-weight: var(--gids-typography-paragraph-small__font-weight);
|
|
505
|
+
letter-spacing: var(--gids-typography-paragraph-small__letter-spacing);
|
|
506
|
+
line-height: var(--gids-typography-paragraph-small__line-height);
|
|
507
|
+
text-transform: var(--gids-typography-paragraph-small__text-transform, inherit);
|
|
508
|
+
font-variant-caps: var(--gids-typography-paragraph-small__font-variant-caps, inherit);
|
|
509
|
+
}
|
|
510
|
+
.gids-requirements-meter-label--error {
|
|
511
|
+
color: var(--gids-color-text-accent-1);
|
|
512
|
+
--gidsIcon-color: var(--gids-color-icon-accent-1);
|
|
513
|
+
}
|
|
514
|
+
.gids-requirements-meter-label--success {
|
|
515
|
+
color: var(--gids-color-text-accent-3);
|
|
516
|
+
--gidsIcon-color: var(--gids-color-icon-accent-3);
|
|
517
|
+
}
|
|
518
|
+
.gids-requirements-meter-label--warning {
|
|
519
|
+
color: var(--gids-color-text-accent-2);
|
|
520
|
+
--gidsIcon-color: var(--gids-color-icon-accent-2);
|
|
521
|
+
}
|
|
522
|
+
.gids-requirements-meter-label--information {
|
|
523
|
+
color: var(--gids-color-text-accent-4);
|
|
524
|
+
--gidsIcon-color: var(--gids-color-icon-accent-4);
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.gids-snackbar-container {
|
|
528
|
+
display: flex;
|
|
529
|
+
align-items: center;
|
|
530
|
+
justify-content: flex-end;
|
|
531
|
+
padding: var(--gids-padding-vertical-edge-to-element-200) var(--gids-padding-horizontal-edge-to-element-200);
|
|
532
|
+
gap: var(--gids-gap-150);
|
|
533
|
+
border-radius: var(--gids-border-radius-lg);
|
|
534
|
+
background-color: var(--gids-elevation-surface-overlay-default);
|
|
535
|
+
box-shadow: var(--gids-elevation-shadow-overlay);
|
|
536
|
+
hyphens: auto;
|
|
537
|
+
flex-wrap: wrap;
|
|
538
|
+
}
|
|
539
|
+
.gids-snackbar-container__content {
|
|
540
|
+
display: flex;
|
|
541
|
+
flex-grow: 1;
|
|
542
|
+
}
|
|
543
|
+
.gids-snackbar-container__icon {
|
|
544
|
+
margin-inline-end: var(--gids-padding-horizontal-edge-to-element-150);
|
|
545
|
+
}
|
|
546
|
+
.gids-snackbar-container p {
|
|
547
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
548
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
549
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
550
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
551
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
552
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
553
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
554
|
+
margin: 0;
|
|
555
|
+
color: var(--gids-color-text-default);
|
|
556
|
+
}
|
|
557
|
+
.gids-snackbar-container--appearance-information {
|
|
558
|
+
background-color: var(--gids-color-background-accent-4-subtler-default);
|
|
559
|
+
--gidsIcon-color: var(--gids-color-icon-accent-4);
|
|
560
|
+
}
|
|
561
|
+
.gids-snackbar-container--appearance-warning {
|
|
562
|
+
background-color: var(--gids-color-background-accent-2-subtler-default);
|
|
563
|
+
--gidsIcon-color: var(--gids-color-icon-accent-2);
|
|
564
|
+
}
|
|
565
|
+
.gids-snackbar-container--appearance-error {
|
|
566
|
+
background-color: var(--gids-color-background-accent-1-subtler-default);
|
|
567
|
+
--gidsIcon-color: var(--gids-color-icon-accent-1);
|
|
568
|
+
}
|
|
569
|
+
.gids-snackbar-container--appearance-success {
|
|
570
|
+
background-color: var(--gids-color-background-accent-3-subtler-default);
|
|
571
|
+
--gidsIcon-color: var(--gids-color-icon-accent-3);
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.gids-side-menu-item {
|
|
575
|
+
display: inline-flex;
|
|
576
|
+
align-items: center;
|
|
577
|
+
justify-content: flex-start;
|
|
578
|
+
padding: var(--gids-padding-vertical-edge-to-element-200) var(--gids-padding-horizontal-edge-to-element-250);
|
|
579
|
+
gap: var(--gids-gap-100);
|
|
580
|
+
min-width: var(--gids-width-xs);
|
|
581
|
+
cursor: pointer;
|
|
582
|
+
color: var(--gids-color-text-brand);
|
|
583
|
+
--gidsIcon-color: var(--gids-color-icon-brand);
|
|
584
|
+
border-radius: var(--gids-border-radius-lg);
|
|
585
|
+
}
|
|
586
|
+
.gids-side-menu-item__label {
|
|
587
|
+
font-family: var(--gids-typography-label-medium__font-family);
|
|
588
|
+
font-size: var(--gids-typography-label-medium__font-size);
|
|
589
|
+
font-weight: var(--gids-typography-label-medium__font-weight);
|
|
590
|
+
letter-spacing: var(--gids-typography-label-medium__letter-spacing);
|
|
591
|
+
line-height: var(--gids-typography-label-medium__line-height);
|
|
592
|
+
text-transform: var(--gids-typography-label-medium__text-transform, inherit);
|
|
593
|
+
font-variant-caps: var(--gids-typography-label-medium__font-variant-caps, inherit);
|
|
594
|
+
display: flex;
|
|
595
|
+
align-self: center;
|
|
596
|
+
text-align: left;
|
|
597
|
+
flex: 1;
|
|
598
|
+
}
|
|
599
|
+
.gids-side-menu-item:hover {
|
|
600
|
+
background-color: var(--gids-color-background-brand-bolder-hovered);
|
|
601
|
+
color: var(--gids-color-text-inverse);
|
|
602
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
603
|
+
}
|
|
604
|
+
.gids-side-menu-item:active {
|
|
605
|
+
background-color: var(--gids-color-background-brand-bolder-pressed);
|
|
606
|
+
color: var(--gids-color-text-inverse);
|
|
607
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
608
|
+
}
|
|
609
|
+
.gids-side-menu-item--default-selected {
|
|
610
|
+
background-color: var(--gids-color-background-brand-bolder-default);
|
|
611
|
+
color: var(--gids-color-text-inverse);
|
|
612
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
613
|
+
}
|
|
614
|
+
.gids-side-menu-item--default-selected:hover {
|
|
615
|
+
background-color: var(--gids-color-background-brand-bolder-hovered);
|
|
616
|
+
color: var(--gids-color-text-inverse);
|
|
617
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
618
|
+
}
|
|
619
|
+
.gids-side-menu-item--default-selected:active {
|
|
620
|
+
background-color: var(--gids-color-background-brand-bolder-pressed);
|
|
621
|
+
color: var(--gids-color-text-inverse);
|
|
622
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
623
|
+
}
|
|
624
|
+
.gids-side-menu-item--inverted-brand {
|
|
625
|
+
color: var(--gids-color-text-inverse);
|
|
626
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
627
|
+
}
|
|
628
|
+
.gids-side-menu-item--inverted-brand:hover {
|
|
629
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
630
|
+
color: var(--gids-color-text-inverse);
|
|
631
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
632
|
+
}
|
|
633
|
+
.gids-side-menu-item--inverted-brand:active {
|
|
634
|
+
background-color: var(--gids-color-background-neutral-pressed);
|
|
635
|
+
color: var(--gids-color-text-inverse);
|
|
636
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
637
|
+
}
|
|
638
|
+
.gids-side-menu-item--inverted-brand-selected {
|
|
639
|
+
background-color: var(--gids-color-background-neutral-hovered);
|
|
640
|
+
color: var(--gids-color-text-inverse);
|
|
641
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
642
|
+
}
|
|
643
|
+
.gids-side-menu-item--inverted-brand-selected:hover {
|
|
644
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
645
|
+
color: var(--gids-color-text-inverse);
|
|
646
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
647
|
+
}
|
|
648
|
+
.gids-side-menu-item--inverted-brand-selected:active {
|
|
649
|
+
background-color: var(--gids-color-background-neutral-pressed);
|
|
650
|
+
color: var(--gids-color-text-inverse);
|
|
651
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
652
|
+
}
|
|
653
|
+
.gids-side-menu-item--inverted-scrim {
|
|
654
|
+
color: var(--gids-color-text-default);
|
|
655
|
+
--gidsIcon-color: var(--gids-color-icon-default);
|
|
656
|
+
}
|
|
657
|
+
.gids-side-menu-item--inverted-scrim:hover {
|
|
658
|
+
background-color: var(--gids-color-background-neutral-hovered);
|
|
659
|
+
color: var(--gids-color-text-inverse);
|
|
660
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
661
|
+
}
|
|
662
|
+
.gids-side-menu-item--inverted-scrim:active {
|
|
663
|
+
background-color: var(--gids-color-background-neutral-pressed);
|
|
664
|
+
color: var(--gids-color-text-inverse);
|
|
665
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
666
|
+
}
|
|
667
|
+
.gids-side-menu-item--inverted-scrim-selected {
|
|
668
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
669
|
+
}
|
|
670
|
+
.gids-side-menu-item--inverted-scrim-selected:hover {
|
|
671
|
+
background-color: var(--gids-color-background-neutral-hovered);
|
|
672
|
+
color: var(--gids-color-text-inverse);
|
|
673
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
674
|
+
}
|
|
675
|
+
.gids-side-menu-item--inverted-scrim-selected:active {
|
|
676
|
+
background-color: var(--gids-color-background-neutral-pressed);
|
|
677
|
+
color: var(--gids-color-text-inverse);
|
|
678
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
679
|
+
}
|
|
680
|
+
|
|
495
681
|
/*
|
|
496
682
|
* Components for public
|
|
497
683
|
*/
|
|
@@ -2085,6 +2271,12 @@ button.gids-input-tag--bold:not(:disabled):active {
|
|
|
2085
2271
|
display: flex;
|
|
2086
2272
|
flex: 1;
|
|
2087
2273
|
}
|
|
2274
|
+
.gids-segmented-tab-item__icons {
|
|
2275
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2276
|
+
}
|
|
2277
|
+
.gids-segmented-tab-item__selected-icons {
|
|
2278
|
+
--gidsIcon-color: var(--gids-color-icon-selected);
|
|
2279
|
+
}
|
|
2088
2280
|
.gids-segmented-tab-item__label {
|
|
2089
2281
|
font-family: var(--gids-typography-label-small__font-family);
|
|
2090
2282
|
font-size: var(--gids-typography-label-small__font-size);
|
|
@@ -2112,6 +2304,791 @@ button.gids-input-tag--bold:not(:disabled):active {
|
|
|
2112
2304
|
width: var(--gids-width-sm);
|
|
2113
2305
|
}
|
|
2114
2306
|
|
|
2307
|
+
.gids-logo__img {
|
|
2308
|
+
display: block;
|
|
2309
|
+
width: 100%;
|
|
2310
|
+
}
|
|
2311
|
+
.gids-logo__img-height-100 {
|
|
2312
|
+
height: 100px;
|
|
2313
|
+
}
|
|
2314
|
+
.gids-logo__img-height-120 {
|
|
2315
|
+
height: 120px;
|
|
2316
|
+
}
|
|
2317
|
+
.gids-logo__img-height-140 {
|
|
2318
|
+
height: 140px;
|
|
2319
|
+
}
|
|
2320
|
+
.gids-logo__img-height-160 {
|
|
2321
|
+
height: 160px;
|
|
2322
|
+
}
|
|
2323
|
+
.gids-logo__img-height-180 {
|
|
2324
|
+
height: 180px;
|
|
2325
|
+
}
|
|
2326
|
+
.gids-logo__img-height-200 {
|
|
2327
|
+
height: 200px;
|
|
2328
|
+
}
|
|
2329
|
+
.gids-logo__img-height-220 {
|
|
2330
|
+
height: 220px;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
.gids-dismiss-button {
|
|
2334
|
+
color: inherit;
|
|
2335
|
+
background-color: transparent;
|
|
2336
|
+
border: none;
|
|
2337
|
+
margin: 0;
|
|
2338
|
+
padding: 0;
|
|
2339
|
+
text-align: inherit;
|
|
2340
|
+
font: inherit;
|
|
2341
|
+
border-radius: 0;
|
|
2342
|
+
appearance: none;
|
|
2343
|
+
outline: 0;
|
|
2344
|
+
cursor: pointer;
|
|
2345
|
+
display: inline-flex;
|
|
2346
|
+
align-items: center;
|
|
2347
|
+
justify-content: center;
|
|
2348
|
+
align-self: flex-start;
|
|
2349
|
+
justify-self: start;
|
|
2350
|
+
border-radius: var(--gids-border-radius-full);
|
|
2351
|
+
}
|
|
2352
|
+
.gids-dismiss-button:focus-visible {
|
|
2353
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-focused);
|
|
2354
|
+
outline-offset: var(--gids-border-width-thick);
|
|
2355
|
+
}
|
|
2356
|
+
.gids-dismiss-button {
|
|
2357
|
+
--gidsIcon-color: var(--gids-color-icon-default);
|
|
2358
|
+
--gidsIcon-height: var(--gids-size-160);
|
|
2359
|
+
}
|
|
2360
|
+
.gids-dismiss-button--bold {
|
|
2361
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
2362
|
+
}
|
|
2363
|
+
.gids-dismiss-button--sm {
|
|
2364
|
+
--gidsIcon-height: var(--gids-size-120);
|
|
2365
|
+
}
|
|
2366
|
+
.gids-dismiss-button--lg {
|
|
2367
|
+
--gidsIcon-height: var(--gids-size-240);
|
|
2368
|
+
}
|
|
2369
|
+
.gids-dismiss-button:not(:disabled):hover {
|
|
2370
|
+
background-color: var(--gids-color-background-neutral-subtle-hovered);
|
|
2371
|
+
}
|
|
2372
|
+
.gids-dismiss-button:not(:disabled):active {
|
|
2373
|
+
background-color: var(--gids-color-background-neutral-subtle-pressed);
|
|
2374
|
+
}
|
|
2375
|
+
.gids-dismiss-button:disabled .gids-icon {
|
|
2376
|
+
--gidsIcon-color: var(--gids-color-icon-disabled);
|
|
2377
|
+
}
|
|
2378
|
+
.gids-dismiss-button:disabled {
|
|
2379
|
+
cursor: default;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
gids-input {
|
|
2383
|
+
--gidsIcon-height: var(--gids-size-240);
|
|
2384
|
+
display: flex;
|
|
2385
|
+
align-items: center;
|
|
2386
|
+
gap: var(--gids-gap-100);
|
|
2387
|
+
padding: var(--gids-padding-vertical-edge-to-element-100) var(--gids-padding-horizontal-edge-to-element-100);
|
|
2388
|
+
border: none;
|
|
2389
|
+
border-radius: var(--gidsInput-border-radius, var(--gids-border-radius-md));
|
|
2390
|
+
}
|
|
2391
|
+
gids-input:not([disabled]) {
|
|
2392
|
+
cursor: text;
|
|
2393
|
+
}
|
|
2394
|
+
gids-input .gids-input__control {
|
|
2395
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2396
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2397
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2398
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2399
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2400
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2401
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2402
|
+
border: none;
|
|
2403
|
+
outline: none;
|
|
2404
|
+
background-color: transparent;
|
|
2405
|
+
flex: 1;
|
|
2406
|
+
min-width: 0;
|
|
2407
|
+
padding: 0;
|
|
2408
|
+
color: var(--gids-color-text-default);
|
|
2409
|
+
}
|
|
2410
|
+
gids-input .gids-input__control::placeholder {
|
|
2411
|
+
color: var(--gids-color-text-subtlest);
|
|
2412
|
+
}
|
|
2413
|
+
gids-input .gids-input__control:focus {
|
|
2414
|
+
outline: none;
|
|
2415
|
+
}
|
|
2416
|
+
gids-input .gids-input__control::-webkit-search-cancel-button {
|
|
2417
|
+
display: none;
|
|
2418
|
+
}
|
|
2419
|
+
gids-input[appearance=default], gids-input:not([appearance]) {
|
|
2420
|
+
background-color: var(--gids-color-background-input-default);
|
|
2421
|
+
outline: var(--gids-border-width-thin) solid var(--gids-color-border-input);
|
|
2422
|
+
outline-offset: calc(-1 * var(--gids-border-width-thin));
|
|
2423
|
+
}
|
|
2424
|
+
gids-input[appearance=default]:hover:not(:has(input:disabled)):not(:has(input:read-only)), gids-input:not([appearance]):hover:not(:has(input:disabled)):not(:has(input:read-only)) {
|
|
2425
|
+
background-color: var(--gids-color-background-input-hovered);
|
|
2426
|
+
}
|
|
2427
|
+
gids-input[appearance=default]:focus-within, gids-input:not([appearance]):focus-within {
|
|
2428
|
+
background-color: var(--gids-color-background-input-pressed);
|
|
2429
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-input);
|
|
2430
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2431
|
+
}
|
|
2432
|
+
gids-input[appearance=default]:has(input:read-only), gids-input:not([appearance]):has(input:read-only) {
|
|
2433
|
+
background-color: var(--gids-color-background-disabled);
|
|
2434
|
+
outline-color: var(--gids-color-border-disabled);
|
|
2435
|
+
}
|
|
2436
|
+
gids-input[appearance=default]:has(input:read-only) .gids-input__control, gids-input:not([appearance]):has(input:read-only) .gids-input__control {
|
|
2437
|
+
color: var(--gids-color-text-default);
|
|
2438
|
+
}
|
|
2439
|
+
gids-input[appearance=default]:has(input:disabled), gids-input:not([appearance]):has(input:disabled) {
|
|
2440
|
+
background-color: var(--gids-color-background-disabled);
|
|
2441
|
+
outline-color: var(--gids-color-border-disabled);
|
|
2442
|
+
}
|
|
2443
|
+
gids-input[appearance=default]:has(input:disabled) .gids-input__control, gids-input:not([appearance]):has(input:disabled) .gids-input__control {
|
|
2444
|
+
color: var(--gids-color-text-disabled);
|
|
2445
|
+
}
|
|
2446
|
+
gids-input[appearance=subtle] {
|
|
2447
|
+
background-color: transparent;
|
|
2448
|
+
outline: var(--gids-border-width-thin) solid transparent;
|
|
2449
|
+
outline-offset: calc(-1 * var(--gids-border-width-thin));
|
|
2450
|
+
}
|
|
2451
|
+
gids-input[appearance=subtle]:hover:not(:has(input:disabled)):not(:has(input:read-only)):not(:focus-within) {
|
|
2452
|
+
background-color: var(--gids-color-background-input-hovered);
|
|
2453
|
+
outline-color: var(--gids-color-border-input);
|
|
2454
|
+
}
|
|
2455
|
+
gids-input[appearance=subtle]:focus-within {
|
|
2456
|
+
background-color: var(--gids-color-background-input-default);
|
|
2457
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-input);
|
|
2458
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2459
|
+
}
|
|
2460
|
+
gids-input[appearance=subtle]:has(input:read-only) .gids-input__control {
|
|
2461
|
+
color: var(--gids-color-text-default);
|
|
2462
|
+
}
|
|
2463
|
+
gids-input[appearance=subtle]:has(input:disabled) .gids-input__control {
|
|
2464
|
+
color: var(--gids-color-text-disabled);
|
|
2465
|
+
}
|
|
2466
|
+
gids-input[appearance=none] {
|
|
2467
|
+
background-color: transparent;
|
|
2468
|
+
outline: var(--gids-border-width-thin) solid transparent;
|
|
2469
|
+
outline-offset: calc(-1 * var(--gids-border-width-thin));
|
|
2470
|
+
}
|
|
2471
|
+
gids-input[appearance=none]:focus-within {
|
|
2472
|
+
outline: none;
|
|
2473
|
+
}
|
|
2474
|
+
gids-input[appearance=none]:has(input:read-only) .gids-input__control {
|
|
2475
|
+
color: var(--gids-color-text-default);
|
|
2476
|
+
}
|
|
2477
|
+
gids-input[appearance=none]:has(input:disabled) .gids-input__control {
|
|
2478
|
+
color: var(--gids-color-text-disabled);
|
|
2479
|
+
}
|
|
2480
|
+
gids-input:not([status]):has(:user-invalid), gids-input[status=implicit]:has(:user-invalid), gids-input[status=error] {
|
|
2481
|
+
outline-color: var(--gids-color-border-danger);
|
|
2482
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-danger);
|
|
2483
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2484
|
+
}
|
|
2485
|
+
gids-input:not([status]):has(:user-invalid).gids-input--none, gids-input[status=implicit]:has(:user-invalid).gids-input--none, gids-input[status=error].gids-input--none {
|
|
2486
|
+
outline: none;
|
|
2487
|
+
}
|
|
2488
|
+
gids-input[status=success] {
|
|
2489
|
+
outline-color: var(--gids-color-border-positive);
|
|
2490
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-positive);
|
|
2491
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2492
|
+
}
|
|
2493
|
+
gids-input[status=success].gids-input--none {
|
|
2494
|
+
outline: none;
|
|
2495
|
+
}
|
|
2496
|
+
gids-input .gids-input__label {
|
|
2497
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2498
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2499
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2500
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2501
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2502
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2503
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2504
|
+
color: var(--gids-color-text-subtle);
|
|
2505
|
+
}
|
|
2506
|
+
gids-input {
|
|
2507
|
+
--gidsIcon-color: var(--gids-color-icon-default);
|
|
2508
|
+
}
|
|
2509
|
+
gids-input:has(input:disabled) {
|
|
2510
|
+
--gidsIcon-color: var(--gids-color-icon-disabled);
|
|
2511
|
+
}
|
|
2512
|
+
gids-input .gids-input__warning-icon {
|
|
2513
|
+
--gidsIcon-color: var(--gids-color-icon-warning);
|
|
2514
|
+
}
|
|
2515
|
+
gids-input .gids-input__positive-icon {
|
|
2516
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
gids-password-field {
|
|
2520
|
+
display: block;
|
|
2521
|
+
}
|
|
2522
|
+
gids-password-field .gids-password-field__trailing-accessory {
|
|
2523
|
+
display: flex;
|
|
2524
|
+
align-items: center;
|
|
2525
|
+
gap: var(--gids-gap-100);
|
|
2526
|
+
}
|
|
2527
|
+
gids-password-field .gids-password-field__meters-container {
|
|
2528
|
+
display: flex;
|
|
2529
|
+
flex-direction: column;
|
|
2530
|
+
gap: var(--gids-gap-200);
|
|
2531
|
+
padding-top: var(--gids-padding-vertical-edge-to-element-200);
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
gids-field {
|
|
2535
|
+
display: block;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
.gids-search-bar gids-input {
|
|
2539
|
+
--gidsInput-border-radius: var(--gids-border-radius-full);
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
.gids-top-navigation {
|
|
2543
|
+
display: flex;
|
|
2544
|
+
min-height: 72px;
|
|
2545
|
+
padding: var(--gids-padding-vertical-edge-to-element-150) var(--gids-padding-horizontal-edge-to-element-200);
|
|
2546
|
+
align-items: center;
|
|
2547
|
+
align-content: center;
|
|
2548
|
+
justify-content: space-between;
|
|
2549
|
+
gap: var(--gids-gap-100);
|
|
2550
|
+
flex: 1 1 0;
|
|
2551
|
+
background-color: var(--gids-color-background-canvas);
|
|
2552
|
+
flex-wrap: wrap;
|
|
2553
|
+
}
|
|
2554
|
+
.gids-top-navigation__left-content {
|
|
2555
|
+
display: flex;
|
|
2556
|
+
min-width: 210px;
|
|
2557
|
+
align-items: center;
|
|
2558
|
+
justify-content: flex-start;
|
|
2559
|
+
gap: var(--gids-padding-horizontal-edge-to-element-200);
|
|
2560
|
+
flex: 1 0 0;
|
|
2561
|
+
}
|
|
2562
|
+
.gids-top-navigation__middle-content {
|
|
2563
|
+
display: flex;
|
|
2564
|
+
min-width: var(--gids-width-2-xs);
|
|
2565
|
+
padding: var(--gids-padding-vertical-edge-to-element-0) var(--gids-padding-horizontal-edge-to-element-100);
|
|
2566
|
+
align-items: center;
|
|
2567
|
+
justify-content: center;
|
|
2568
|
+
gap: var(--gids-gap-100);
|
|
2569
|
+
flex: 1 0 0;
|
|
2570
|
+
/* Target the search bar child element */
|
|
2571
|
+
}
|
|
2572
|
+
.gids-top-navigation__middle-content > .gids-search-bar {
|
|
2573
|
+
width: 100%;
|
|
2574
|
+
max-width: 100%; /* Prevents it from overflowing */
|
|
2575
|
+
}
|
|
2576
|
+
.gids-top-navigation__right-content {
|
|
2577
|
+
display: flex;
|
|
2578
|
+
align-items: center;
|
|
2579
|
+
justify-content: flex-end;
|
|
2580
|
+
gap: var(--gids-gap-100);
|
|
2581
|
+
flex: 1 0 0;
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
.gids-strength-meter {
|
|
2585
|
+
display: flex;
|
|
2586
|
+
gap: var(--gids-gap-050);
|
|
2587
|
+
}
|
|
2588
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-] {
|
|
2589
|
+
flex: 1;
|
|
2590
|
+
height: 4px;
|
|
2591
|
+
border-radius: var(--gids-border-radius-sm);
|
|
2592
|
+
background-color: var(--gids-color-background-accent-5-subtler-default);
|
|
2593
|
+
box-shadow: var(--gids-elevation-shadow-raised);
|
|
2594
|
+
transition: background-color 0.3s ease-in-out;
|
|
2595
|
+
}
|
|
2596
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-weak {
|
|
2597
|
+
background-color: var(--gids-color-background-accent-1-subtle-default);
|
|
2598
|
+
}
|
|
2599
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-medium {
|
|
2600
|
+
background-color: var(--gids-color-background-accent-2-subtle-default);
|
|
2601
|
+
}
|
|
2602
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-good-enough {
|
|
2603
|
+
background-color: var(--gids-color-background-accent-4-subtler-default);
|
|
2604
|
+
}
|
|
2605
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-good {
|
|
2606
|
+
background-color: var(--gids-color-background-accent-4-subtle-default);
|
|
2607
|
+
}
|
|
2608
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-strong {
|
|
2609
|
+
background-color: var(--gids-color-background-accent-3-bolder-default);
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.gids-requirements-meter {
|
|
2613
|
+
display: flex;
|
|
2614
|
+
flex-direction: column;
|
|
2615
|
+
gap: var(--gids-gap-150);
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
.gids-stepper {
|
|
2619
|
+
display: inline-flex;
|
|
2620
|
+
justify-content: center;
|
|
2621
|
+
align-items: center;
|
|
2622
|
+
gap: var(--gids-gap-150);
|
|
2623
|
+
}
|
|
2624
|
+
.gids-stepper__label {
|
|
2625
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2626
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2627
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2628
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2629
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2630
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2631
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2632
|
+
display: -webkit-box;
|
|
2633
|
+
-webkit-box-orient: vertical;
|
|
2634
|
+
-webkit-line-clamp: 1;
|
|
2635
|
+
line-clamp: 1;
|
|
2636
|
+
overflow: auto;
|
|
2637
|
+
color: var(--gids-color-text-default);
|
|
2638
|
+
}
|
|
2639
|
+
.gids-stepper__label-disabled {
|
|
2640
|
+
color: var(--gids-color-text-disabled);
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
.gids-status-tag {
|
|
2644
|
+
display: inline-flex;
|
|
2645
|
+
align-items: center;
|
|
2646
|
+
border-radius: var(--gids-border-radius-sm);
|
|
2647
|
+
border-width: 0;
|
|
2648
|
+
border-style: none;
|
|
2649
|
+
border-color: transparent;
|
|
2650
|
+
background-color: transparent;
|
|
2651
|
+
font-family: var(--gids-typography-label-small__font-family);
|
|
2652
|
+
font-size: var(--gids-typography-label-small__font-size);
|
|
2653
|
+
font-weight: var(--gids-typography-label-small__font-weight);
|
|
2654
|
+
letter-spacing: var(--gids-typography-label-small__letter-spacing);
|
|
2655
|
+
line-height: var(--gids-typography-label-small__line-height);
|
|
2656
|
+
text-transform: var(--gids-typography-label-small__text-transform, inherit);
|
|
2657
|
+
font-variant-caps: var(--gids-typography-label-small__font-variant-caps, inherit);
|
|
2658
|
+
--gidsIcon-height: var(--gids-size-160);
|
|
2659
|
+
min-height: var(--gids-size-240);
|
|
2660
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-075);
|
|
2661
|
+
gap: var(--gids-gap-100);
|
|
2662
|
+
}
|
|
2663
|
+
.gids-status-tag--xs {
|
|
2664
|
+
font-family: var(--gids-typography-label-x-small__font-family);
|
|
2665
|
+
font-size: var(--gids-typography-label-x-small__font-size);
|
|
2666
|
+
font-weight: var(--gids-typography-label-x-small__font-weight);
|
|
2667
|
+
letter-spacing: var(--gids-typography-label-x-small__letter-spacing);
|
|
2668
|
+
line-height: var(--gids-typography-label-x-small__line-height);
|
|
2669
|
+
text-transform: var(--gids-typography-label-x-small__text-transform, inherit);
|
|
2670
|
+
font-variant-caps: var(--gids-typography-label-x-small__font-variant-caps, inherit);
|
|
2671
|
+
--gidsIcon-height: var(--gids-size-120);
|
|
2672
|
+
min-height: var(--gids-size-200);
|
|
2673
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-050);
|
|
2674
|
+
gap: var(--gids-gap-050);
|
|
2675
|
+
}
|
|
2676
|
+
.gids-status-tag--md {
|
|
2677
|
+
font-family: var(--gids-typography-label-medium__font-family);
|
|
2678
|
+
font-size: var(--gids-typography-label-medium__font-size);
|
|
2679
|
+
font-weight: var(--gids-typography-label-medium__font-weight);
|
|
2680
|
+
letter-spacing: var(--gids-typography-label-medium__letter-spacing);
|
|
2681
|
+
line-height: var(--gids-typography-label-medium__line-height);
|
|
2682
|
+
text-transform: var(--gids-typography-label-medium__text-transform, inherit);
|
|
2683
|
+
font-variant-caps: var(--gids-typography-label-medium__font-variant-caps, inherit);
|
|
2684
|
+
--gidsIcon-height: var(--gids-size-160);
|
|
2685
|
+
min-height: var(--gids-size-320);
|
|
2686
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-100);
|
|
2687
|
+
gap: var(--gids-gap-100);
|
|
2688
|
+
}
|
|
2689
|
+
.gids-status-tag--lg {
|
|
2690
|
+
font-family: var(--gids-typography-label-large__font-family);
|
|
2691
|
+
font-size: var(--gids-typography-label-large__font-size);
|
|
2692
|
+
font-weight: var(--gids-typography-label-large__font-weight);
|
|
2693
|
+
letter-spacing: var(--gids-typography-label-large__letter-spacing);
|
|
2694
|
+
line-height: var(--gids-typography-label-large__line-height);
|
|
2695
|
+
text-transform: var(--gids-typography-label-large__text-transform, inherit);
|
|
2696
|
+
font-variant-caps: var(--gids-typography-label-large__font-variant-caps, inherit);
|
|
2697
|
+
--gidsIcon-height: var(--gids-size-240);
|
|
2698
|
+
min-height: var(--gids-size-400);
|
|
2699
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-150);
|
|
2700
|
+
gap: var(--gids-gap-150);
|
|
2701
|
+
}
|
|
2702
|
+
.gids-status-tag--subtle {
|
|
2703
|
+
border-width: var(--gids-border-width-thin);
|
|
2704
|
+
border-style: solid;
|
|
2705
|
+
}
|
|
2706
|
+
.gids-status-tag--bold {
|
|
2707
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
2708
|
+
color: var(--gids-color-text-inverse);
|
|
2709
|
+
}
|
|
2710
|
+
.gids-status-tag--subtlest-new {
|
|
2711
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2712
|
+
color: var(--gids-color-text-information);
|
|
2713
|
+
}
|
|
2714
|
+
.gids-status-tag--subtlest-archived {
|
|
2715
|
+
--gidsIcon-color: var(--gids-color-icon-accent-5);
|
|
2716
|
+
color: var(--gids-color-text-accent-5);
|
|
2717
|
+
}
|
|
2718
|
+
.gids-status-tag--subtlest-cancelled {
|
|
2719
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2720
|
+
color: var(--gids-color-text-danger);
|
|
2721
|
+
}
|
|
2722
|
+
.gids-status-tag--subtlest-draft {
|
|
2723
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2724
|
+
color: var(--gids-color-text-information);
|
|
2725
|
+
}
|
|
2726
|
+
.gids-status-tag--subtlest-failed {
|
|
2727
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2728
|
+
color: var(--gids-color-text-danger);
|
|
2729
|
+
}
|
|
2730
|
+
.gids-status-tag--subtlest-in-progress {
|
|
2731
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2732
|
+
color: var(--gids-color-text-information);
|
|
2733
|
+
}
|
|
2734
|
+
.gids-status-tag--subtlest-information {
|
|
2735
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2736
|
+
color: var(--gids-color-text-information);
|
|
2737
|
+
}
|
|
2738
|
+
.gids-status-tag--subtlest-not-started {
|
|
2739
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2740
|
+
color: var(--gids-color-text-subtle);
|
|
2741
|
+
}
|
|
2742
|
+
.gids-status-tag--subtlest-paused {
|
|
2743
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2744
|
+
color: var(--gids-color-text-subtle);
|
|
2745
|
+
}
|
|
2746
|
+
.gids-status-tag--subtlest-pending {
|
|
2747
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2748
|
+
color: var(--gids-color-text-subtle);
|
|
2749
|
+
}
|
|
2750
|
+
.gids-status-tag--subtlest-scheduled {
|
|
2751
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2752
|
+
color: var(--gids-color-text-subtle);
|
|
2753
|
+
}
|
|
2754
|
+
.gids-status-tag--subtlest-success {
|
|
2755
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2756
|
+
color: var(--gids-color-text-positive);
|
|
2757
|
+
}
|
|
2758
|
+
.gids-status-tag--subtlest-synced {
|
|
2759
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2760
|
+
color: var(--gids-color-text-positive);
|
|
2761
|
+
}
|
|
2762
|
+
.gids-status-tag--subtlest-syncing {
|
|
2763
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2764
|
+
color: var(--gids-color-text-information);
|
|
2765
|
+
}
|
|
2766
|
+
.gids-status-tag--subtlest-unknown {
|
|
2767
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2768
|
+
color: var(--gids-color-text-subtle);
|
|
2769
|
+
}
|
|
2770
|
+
.gids-status-tag--subtlest-verified {
|
|
2771
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2772
|
+
color: var(--gids-color-text-positive);
|
|
2773
|
+
}
|
|
2774
|
+
.gids-status-tag--subtlest-warning {
|
|
2775
|
+
--gidsIcon-color: var(--gids-color-icon-warning);
|
|
2776
|
+
color: var(--gids-color-text-warning);
|
|
2777
|
+
}
|
|
2778
|
+
.gids-status-tag--subtle-new {
|
|
2779
|
+
border-color: var(--gids-color-border-information);
|
|
2780
|
+
background-color: var(--gids-color-background-information-default);
|
|
2781
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2782
|
+
color: var(--gids-color-text-information);
|
|
2783
|
+
}
|
|
2784
|
+
.gids-status-tag--subtle-archived {
|
|
2785
|
+
border-color: var(--gids-color-border-accent-9);
|
|
2786
|
+
background-color: var(--gids-color-background-accent-5-subtler-default);
|
|
2787
|
+
--gidsIcon-color: var(--gids-color-icon-accent-5);
|
|
2788
|
+
color: var(--gids-color-text-accent-5);
|
|
2789
|
+
}
|
|
2790
|
+
.gids-status-tag--subtle-cancelled {
|
|
2791
|
+
border-color: var(--gids-color-border-danger);
|
|
2792
|
+
background-color: var(--gids-color-background-danger-default);
|
|
2793
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2794
|
+
color: var(--gids-color-text-danger);
|
|
2795
|
+
}
|
|
2796
|
+
.gids-status-tag--subtle-draft {
|
|
2797
|
+
border-color: var(--gids-color-border-information);
|
|
2798
|
+
background-color: var(--gids-color-background-information-default);
|
|
2799
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2800
|
+
color: var(--gids-color-text-information);
|
|
2801
|
+
}
|
|
2802
|
+
.gids-status-tag--subtle-failed {
|
|
2803
|
+
border-color: var(--gids-color-border-danger);
|
|
2804
|
+
background-color: var(--gids-color-background-danger-default);
|
|
2805
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2806
|
+
color: var(--gids-color-text-danger);
|
|
2807
|
+
}
|
|
2808
|
+
.gids-status-tag--subtle-in-progress {
|
|
2809
|
+
border-color: var(--gids-color-border-information);
|
|
2810
|
+
background-color: var(--gids-color-background-information-default);
|
|
2811
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2812
|
+
color: var(--gids-color-text-information);
|
|
2813
|
+
}
|
|
2814
|
+
.gids-status-tag--subtle-information {
|
|
2815
|
+
border-color: var(--gids-color-border-information);
|
|
2816
|
+
background-color: var(--gids-color-background-information-default);
|
|
2817
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2818
|
+
color: var(--gids-color-text-information);
|
|
2819
|
+
}
|
|
2820
|
+
.gids-status-tag--subtle-not-started {
|
|
2821
|
+
border-color: var(--gids-color-border-default);
|
|
2822
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2823
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2824
|
+
color: var(--gids-color-text-subtle);
|
|
2825
|
+
}
|
|
2826
|
+
.gids-status-tag--subtle-paused {
|
|
2827
|
+
border-color: var(--gids-color-border-default);
|
|
2828
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2829
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2830
|
+
color: var(--gids-color-text-subtle);
|
|
2831
|
+
}
|
|
2832
|
+
.gids-status-tag--subtle-pending {
|
|
2833
|
+
border-color: var(--gids-color-border-default);
|
|
2834
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2835
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2836
|
+
color: var(--gids-color-text-subtle);
|
|
2837
|
+
}
|
|
2838
|
+
.gids-status-tag--subtle-scheduled {
|
|
2839
|
+
border-color: var(--gids-color-border-default);
|
|
2840
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2841
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2842
|
+
color: var(--gids-color-text-subtle);
|
|
2843
|
+
}
|
|
2844
|
+
.gids-status-tag--subtle-success {
|
|
2845
|
+
border-color: var(--gids-color-border-positive);
|
|
2846
|
+
background-color: var(--gids-color-background-positive-default);
|
|
2847
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2848
|
+
color: var(--gids-color-text-positive);
|
|
2849
|
+
}
|
|
2850
|
+
.gids-status-tag--subtle-synced {
|
|
2851
|
+
border-color: var(--gids-color-border-positive);
|
|
2852
|
+
background-color: var(--gids-color-background-positive-default);
|
|
2853
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2854
|
+
color: var(--gids-color-text-positive);
|
|
2855
|
+
}
|
|
2856
|
+
.gids-status-tag--subtle-syncing {
|
|
2857
|
+
border-color: var(--gids-color-border-information);
|
|
2858
|
+
background-color: var(--gids-color-background-information-default);
|
|
2859
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2860
|
+
color: var(--gids-color-text-information);
|
|
2861
|
+
}
|
|
2862
|
+
.gids-status-tag--subtle-unknown {
|
|
2863
|
+
border-color: var(--gids-color-border-default);
|
|
2864
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2865
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2866
|
+
color: var(--gids-color-text-subtle);
|
|
2867
|
+
}
|
|
2868
|
+
.gids-status-tag--subtle-verified {
|
|
2869
|
+
border-color: var(--gids-color-border-positive);
|
|
2870
|
+
background-color: var(--gids-color-background-positive-default);
|
|
2871
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2872
|
+
color: var(--gids-color-text-positive);
|
|
2873
|
+
}
|
|
2874
|
+
.gids-status-tag--subtle-warning {
|
|
2875
|
+
border-color: var(--gids-color-border-warning);
|
|
2876
|
+
background-color: var(--gids-color-background-warning-default);
|
|
2877
|
+
--gidsIcon-color: var(--gids-color-icon-warning);
|
|
2878
|
+
color: var(--gids-color-text-warning);
|
|
2879
|
+
}
|
|
2880
|
+
.gids-status-tag--bold-new {
|
|
2881
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2882
|
+
}
|
|
2883
|
+
.gids-status-tag--bold-archived {
|
|
2884
|
+
background-color: var(--gids-color-background-accent-5-bolder-default);
|
|
2885
|
+
}
|
|
2886
|
+
.gids-status-tag--bold-cancelled {
|
|
2887
|
+
background-color: var(--gids-color-background-danger-bold-default);
|
|
2888
|
+
}
|
|
2889
|
+
.gids-status-tag--bold-draft {
|
|
2890
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2891
|
+
}
|
|
2892
|
+
.gids-status-tag--bold-failed {
|
|
2893
|
+
background-color: var(--gids-color-background-danger-bold-default);
|
|
2894
|
+
}
|
|
2895
|
+
.gids-status-tag--bold-in-progress {
|
|
2896
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2897
|
+
}
|
|
2898
|
+
.gids-status-tag--bold-information {
|
|
2899
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2900
|
+
}
|
|
2901
|
+
.gids-status-tag--bold-not-started {
|
|
2902
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2903
|
+
}
|
|
2904
|
+
.gids-status-tag--bold-paused {
|
|
2905
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2906
|
+
}
|
|
2907
|
+
.gids-status-tag--bold-pending {
|
|
2908
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2909
|
+
}
|
|
2910
|
+
.gids-status-tag--bold-scheduled {
|
|
2911
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2912
|
+
}
|
|
2913
|
+
.gids-status-tag--bold-success {
|
|
2914
|
+
background-color: var(--gids-color-background-positive-bold-default);
|
|
2915
|
+
}
|
|
2916
|
+
.gids-status-tag--bold-synced {
|
|
2917
|
+
background-color: var(--gids-color-background-positive-bold-default);
|
|
2918
|
+
}
|
|
2919
|
+
.gids-status-tag--bold-syncing {
|
|
2920
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2921
|
+
}
|
|
2922
|
+
.gids-status-tag--bold-unknown {
|
|
2923
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2924
|
+
}
|
|
2925
|
+
.gids-status-tag--bold-verified {
|
|
2926
|
+
background-color: var(--gids-color-background-positive-bold-default);
|
|
2927
|
+
}
|
|
2928
|
+
.gids-status-tag--bold-warning {
|
|
2929
|
+
background-color: var(--gids-color-background-warning-bold-default);
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
.gids-heading {
|
|
2933
|
+
display: flex;
|
|
2934
|
+
align-items: flex-start;
|
|
2935
|
+
gap: var(--gids-gap-200);
|
|
2936
|
+
}
|
|
2937
|
+
.gids-heading__content-container {
|
|
2938
|
+
display: flex;
|
|
2939
|
+
flex-direction: column;
|
|
2940
|
+
align-items: flex-start;
|
|
2941
|
+
flex: 1 0 0;
|
|
2942
|
+
}
|
|
2943
|
+
.gids-heading__heading-text-section {
|
|
2944
|
+
font-family: var(--gids-typography-heading-medium__font-family);
|
|
2945
|
+
font-size: var(--gids-typography-heading-medium__font-size);
|
|
2946
|
+
font-weight: var(--gids-typography-heading-medium__font-weight);
|
|
2947
|
+
letter-spacing: var(--gids-typography-heading-medium__letter-spacing);
|
|
2948
|
+
line-height: var(--gids-typography-heading-medium__line-height);
|
|
2949
|
+
text-transform: var(--gids-typography-heading-medium__text-transform, inherit);
|
|
2950
|
+
font-variant-caps: var(--gids-typography-heading-medium__font-variant-caps, inherit);
|
|
2951
|
+
color: var(--gids-color-text-default);
|
|
2952
|
+
}
|
|
2953
|
+
.gids-heading__heading-text-group {
|
|
2954
|
+
font-family: var(--gids-typography-heading-small__font-family);
|
|
2955
|
+
font-size: var(--gids-typography-heading-small__font-size);
|
|
2956
|
+
font-weight: var(--gids-typography-heading-small__font-weight);
|
|
2957
|
+
letter-spacing: var(--gids-typography-heading-small__letter-spacing);
|
|
2958
|
+
line-height: var(--gids-typography-heading-small__line-height);
|
|
2959
|
+
text-transform: var(--gids-typography-heading-small__text-transform, inherit);
|
|
2960
|
+
font-variant-caps: var(--gids-typography-heading-small__font-variant-caps, inherit);
|
|
2961
|
+
color: var(--gids-color-text-subtle);
|
|
2962
|
+
}
|
|
2963
|
+
.gids-heading__supporting-text-section {
|
|
2964
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2965
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2966
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2967
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2968
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2969
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2970
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2971
|
+
color: var(--gids-color-text-subtlest);
|
|
2972
|
+
}
|
|
2973
|
+
.gids-heading__supporting-text-group {
|
|
2974
|
+
font-family: var(--gids-typography-paragraph-small__font-family);
|
|
2975
|
+
font-size: var(--gids-typography-paragraph-small__font-size);
|
|
2976
|
+
font-weight: var(--gids-typography-paragraph-small__font-weight);
|
|
2977
|
+
letter-spacing: var(--gids-typography-paragraph-small__letter-spacing);
|
|
2978
|
+
line-height: var(--gids-typography-paragraph-small__line-height);
|
|
2979
|
+
text-transform: var(--gids-typography-paragraph-small__text-transform, inherit);
|
|
2980
|
+
font-variant-caps: var(--gids-typography-paragraph-small__font-variant-caps, inherit);
|
|
2981
|
+
color: var(--gids-color-text-subtlest);
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
gids-overlay-provider {
|
|
2985
|
+
display: contents;
|
|
2986
|
+
z-index: 1000;
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2989
|
+
.gids-notification-container {
|
|
2990
|
+
display: flex;
|
|
2991
|
+
max-width: var(--gids-width-md);
|
|
2992
|
+
padding: var(--gids-padding-vertical-edge-to-element-200) var(--gids-padding-horizontal-edge-to-element-200);
|
|
2993
|
+
align-items: flex-start;
|
|
2994
|
+
gap: var(--gids-gap-150);
|
|
2995
|
+
align-self: stretch;
|
|
2996
|
+
border-radius: var(--gids-border-radius-lg);
|
|
2997
|
+
background-color: var(--gids-elevation-surface-overlay-default);
|
|
2998
|
+
box-shadow: var(--gids-elevation-shadow-overlay);
|
|
2999
|
+
}
|
|
3000
|
+
.gids-notification-container__leading-icon-wrapper {
|
|
3001
|
+
display: flex;
|
|
3002
|
+
padding: var(--gids-padding-vertical-edge-to-element-025);
|
|
3003
|
+
align-items: flex-start;
|
|
3004
|
+
}
|
|
3005
|
+
.gids-notification-container__content-wrapper {
|
|
3006
|
+
display: flex;
|
|
3007
|
+
flex-direction: column;
|
|
3008
|
+
gap: var(--gids-gap-200);
|
|
3009
|
+
flex: 1 0 0;
|
|
3010
|
+
}
|
|
3011
|
+
.gids-notification-container__top-content {
|
|
3012
|
+
display: flex;
|
|
3013
|
+
}
|
|
3014
|
+
.gids-notification-container__text-content {
|
|
3015
|
+
display: flex;
|
|
3016
|
+
flex-direction: column;
|
|
3017
|
+
flex: 1;
|
|
3018
|
+
align-items: flex-start;
|
|
3019
|
+
gap: var(--gids-gap-025);
|
|
3020
|
+
align-self: stretch;
|
|
3021
|
+
padding-right: var(--gids-padding-horizontal-edge-to-element-400);
|
|
3022
|
+
}
|
|
3023
|
+
.gids-notification-container__title {
|
|
3024
|
+
font-family: var(--gids-typography-heading-x-small__font-family);
|
|
3025
|
+
font-size: var(--gids-typography-heading-x-small__font-size);
|
|
3026
|
+
font-weight: var(--gids-typography-heading-x-small__font-weight);
|
|
3027
|
+
letter-spacing: var(--gids-typography-heading-x-small__letter-spacing);
|
|
3028
|
+
line-height: var(--gids-typography-heading-x-small__line-height);
|
|
3029
|
+
text-transform: var(--gids-typography-heading-x-small__text-transform, inherit);
|
|
3030
|
+
font-variant-caps: var(--gids-typography-heading-x-small__font-variant-caps, inherit);
|
|
3031
|
+
display: flex;
|
|
3032
|
+
flex: 1;
|
|
3033
|
+
color: var(--gids-color-text-default);
|
|
3034
|
+
}
|
|
3035
|
+
.gids-notification-container p {
|
|
3036
|
+
margin: 0;
|
|
3037
|
+
padding: 0;
|
|
3038
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
3039
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
3040
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
3041
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
3042
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
3043
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
3044
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
3045
|
+
color: var(--gids-color-text-default);
|
|
3046
|
+
}
|
|
3047
|
+
.gids-notification-container__cross-btn-wrapper {
|
|
3048
|
+
display: flex;
|
|
3049
|
+
justify-content: flex-end;
|
|
3050
|
+
align-items: flex-start;
|
|
3051
|
+
}
|
|
3052
|
+
.gids-notification-container__bottom-content {
|
|
3053
|
+
display: flex;
|
|
3054
|
+
justify-content: flex-end;
|
|
3055
|
+
align-items: center;
|
|
3056
|
+
gap: var(--gids-gap-150);
|
|
3057
|
+
align-self: stretch;
|
|
3058
|
+
}
|
|
3059
|
+
.gids-notification-container--appearance-information {
|
|
3060
|
+
background-color: var(--gids-color-background-accent-4-subtler-default);
|
|
3061
|
+
--gidsIcon-color: var(--gids-color-icon-accent-4);
|
|
3062
|
+
}
|
|
3063
|
+
.gids-notification-container--appearance-warning {
|
|
3064
|
+
background-color: var(--gids-color-background-accent-2-subtler-default);
|
|
3065
|
+
--gidsIcon-color: var(--gids-color-icon-accent-2);
|
|
3066
|
+
}
|
|
3067
|
+
.gids-notification-container--appearance-error {
|
|
3068
|
+
background-color: var(--gids-color-background-accent-1-subtler-default);
|
|
3069
|
+
--gidsIcon-color: var(--gids-color-icon-accent-1);
|
|
3070
|
+
}
|
|
3071
|
+
.gids-notification-container--appearance-success {
|
|
3072
|
+
background-color: var(--gids-color-background-accent-3-subtler-default);
|
|
3073
|
+
--gidsIcon-color: var(--gids-color-icon-accent-3);
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
.gids-scrim {
|
|
3077
|
+
display: flex;
|
|
3078
|
+
flex-direction: column;
|
|
3079
|
+
background-color: var(--gids-color-background-scrim);
|
|
3080
|
+
height: 100vh !important;
|
|
3081
|
+
position: absolute;
|
|
3082
|
+
top: 0;
|
|
3083
|
+
bottom: 0;
|
|
3084
|
+
left: 0;
|
|
3085
|
+
right: 0;
|
|
3086
|
+
z-index: 1001;
|
|
3087
|
+
align-items: center;
|
|
3088
|
+
justify-content: center;
|
|
3089
|
+
backdrop-filter: blur(calc(var(24px) / 2));
|
|
3090
|
+
}
|
|
3091
|
+
|
|
2115
3092
|
.gids-box-demo__container-with-text {
|
|
2116
3093
|
border: 1px dashed var(--gids-color-border-brand-default);
|
|
2117
3094
|
}
|