@ganpatiinfo/gids-core-web 3.1.0 → 4.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 +847 -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.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-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.js +1 -1
- package/dist/index.js +1 -1
- package/dist/p-B2zUuNXz.js +1 -0
- package/dist/p-CVtNa0cL.js +1 -0
- package/dist/p-CWdkmFbc.js +1 -0
- package/dist/p-D4xtPT_U.js +1 -0
- package/dist/p-DijVkS9b.js +1 -0
- package/dist/p-DybsMR13.js +1 -0
- package/dist/p-RqpjvEHh.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/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/_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/GidsSnackbar/GidsSnackbar.d.ts +15 -0
- package/dist/types/components/webComponents/GidsTextField/GidsTextField.d.ts +39 -0
- package/dist/types/components.d.ts +437 -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-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-CVtNa0cL-sSVeJsR3.js +15 -0
- package/dist-bundled/es/p-CWdkmFbc-D89ZE8Mi.js +24 -0
- package/dist-bundled/es/p-D4xtPT_U-04HkZiXU.js +181 -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-RqpjvEHh-BGGYsIBf.js +74 -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-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 +63 -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,85 @@ 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
|
+
|
|
495
574
|
/*
|
|
496
575
|
* Components for public
|
|
497
576
|
*/
|
|
@@ -2112,6 +2191,774 @@ button.gids-input-tag--bold:not(:disabled):active {
|
|
|
2112
2191
|
width: var(--gids-width-sm);
|
|
2113
2192
|
}
|
|
2114
2193
|
|
|
2194
|
+
.gids-logo__img {
|
|
2195
|
+
display: block;
|
|
2196
|
+
width: 100%;
|
|
2197
|
+
}
|
|
2198
|
+
.gids-logo__img-height-100 {
|
|
2199
|
+
height: 100px;
|
|
2200
|
+
}
|
|
2201
|
+
.gids-logo__img-height-120 {
|
|
2202
|
+
height: 120px;
|
|
2203
|
+
}
|
|
2204
|
+
.gids-logo__img-height-140 {
|
|
2205
|
+
height: 140px;
|
|
2206
|
+
}
|
|
2207
|
+
.gids-logo__img-height-160 {
|
|
2208
|
+
height: 160px;
|
|
2209
|
+
}
|
|
2210
|
+
.gids-logo__img-height-180 {
|
|
2211
|
+
height: 180px;
|
|
2212
|
+
}
|
|
2213
|
+
.gids-logo__img-height-200 {
|
|
2214
|
+
height: 200px;
|
|
2215
|
+
}
|
|
2216
|
+
.gids-logo__img-height-220 {
|
|
2217
|
+
height: 220px;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.gids-dismiss-button {
|
|
2221
|
+
color: inherit;
|
|
2222
|
+
background-color: transparent;
|
|
2223
|
+
border: none;
|
|
2224
|
+
margin: 0;
|
|
2225
|
+
padding: 0;
|
|
2226
|
+
text-align: inherit;
|
|
2227
|
+
font: inherit;
|
|
2228
|
+
border-radius: 0;
|
|
2229
|
+
appearance: none;
|
|
2230
|
+
outline: 0;
|
|
2231
|
+
cursor: pointer;
|
|
2232
|
+
display: inline-flex;
|
|
2233
|
+
align-items: center;
|
|
2234
|
+
justify-content: center;
|
|
2235
|
+
align-self: flex-start;
|
|
2236
|
+
justify-self: start;
|
|
2237
|
+
border-radius: var(--gids-border-radius-full);
|
|
2238
|
+
}
|
|
2239
|
+
.gids-dismiss-button:focus-visible {
|
|
2240
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-focused);
|
|
2241
|
+
outline-offset: var(--gids-border-width-thick);
|
|
2242
|
+
}
|
|
2243
|
+
.gids-dismiss-button {
|
|
2244
|
+
--gidsIcon-color: var(--gids-color-icon-default);
|
|
2245
|
+
--gidsIcon-height: var(--gids-size-160);
|
|
2246
|
+
}
|
|
2247
|
+
.gids-dismiss-button--bold {
|
|
2248
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
2249
|
+
}
|
|
2250
|
+
.gids-dismiss-button--sm {
|
|
2251
|
+
--gidsIcon-height: var(--gids-size-120);
|
|
2252
|
+
}
|
|
2253
|
+
.gids-dismiss-button--lg {
|
|
2254
|
+
--gidsIcon-height: var(--gids-size-240);
|
|
2255
|
+
}
|
|
2256
|
+
.gids-dismiss-button:not(:disabled):hover {
|
|
2257
|
+
background-color: var(--gids-color-background-neutral-subtle-hovered);
|
|
2258
|
+
}
|
|
2259
|
+
.gids-dismiss-button:not(:disabled):active {
|
|
2260
|
+
background-color: var(--gids-color-background-neutral-subtle-pressed);
|
|
2261
|
+
}
|
|
2262
|
+
.gids-dismiss-button:disabled .gids-icon {
|
|
2263
|
+
--gidsIcon-color: var(--gids-color-icon-disabled);
|
|
2264
|
+
}
|
|
2265
|
+
.gids-dismiss-button:disabled {
|
|
2266
|
+
cursor: default;
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
gids-input {
|
|
2270
|
+
--gidsIcon-height: var(--gids-size-240);
|
|
2271
|
+
display: flex;
|
|
2272
|
+
align-items: center;
|
|
2273
|
+
gap: var(--gids-gap-100);
|
|
2274
|
+
padding: var(--gids-padding-vertical-edge-to-element-100) var(--gids-padding-horizontal-edge-to-element-100);
|
|
2275
|
+
border: none;
|
|
2276
|
+
border-radius: var(--gidsInput-border-radius, var(--gids-border-radius-md));
|
|
2277
|
+
}
|
|
2278
|
+
gids-input:not([disabled]) {
|
|
2279
|
+
cursor: text;
|
|
2280
|
+
}
|
|
2281
|
+
gids-input .gids-input__control {
|
|
2282
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2283
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2284
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2285
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2286
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2287
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2288
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2289
|
+
border: none;
|
|
2290
|
+
outline: none;
|
|
2291
|
+
background-color: transparent;
|
|
2292
|
+
flex: 1;
|
|
2293
|
+
min-width: 0;
|
|
2294
|
+
padding: 0;
|
|
2295
|
+
color: var(--gids-color-text-default);
|
|
2296
|
+
}
|
|
2297
|
+
gids-input .gids-input__control::placeholder {
|
|
2298
|
+
color: var(--gids-color-text-subtlest);
|
|
2299
|
+
}
|
|
2300
|
+
gids-input .gids-input__control:focus {
|
|
2301
|
+
outline: none;
|
|
2302
|
+
}
|
|
2303
|
+
gids-input .gids-input__control::-webkit-search-cancel-button {
|
|
2304
|
+
display: none;
|
|
2305
|
+
}
|
|
2306
|
+
gids-input[appearance=default], gids-input:not([appearance]) {
|
|
2307
|
+
background-color: var(--gids-color-background-input-default);
|
|
2308
|
+
outline: var(--gids-border-width-thin) solid var(--gids-color-border-input);
|
|
2309
|
+
outline-offset: calc(-1 * var(--gids-border-width-thin));
|
|
2310
|
+
}
|
|
2311
|
+
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)) {
|
|
2312
|
+
background-color: var(--gids-color-background-input-hovered);
|
|
2313
|
+
}
|
|
2314
|
+
gids-input[appearance=default]:focus-within, gids-input:not([appearance]):focus-within {
|
|
2315
|
+
background-color: var(--gids-color-background-input-pressed);
|
|
2316
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-input);
|
|
2317
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2318
|
+
}
|
|
2319
|
+
gids-input[appearance=default]:has(input:read-only), gids-input:not([appearance]):has(input:read-only) {
|
|
2320
|
+
background-color: var(--gids-color-background-disabled);
|
|
2321
|
+
outline-color: var(--gids-color-border-disabled);
|
|
2322
|
+
}
|
|
2323
|
+
gids-input[appearance=default]:has(input:read-only) .gids-input__control, gids-input:not([appearance]):has(input:read-only) .gids-input__control {
|
|
2324
|
+
color: var(--gids-color-text-default);
|
|
2325
|
+
}
|
|
2326
|
+
gids-input[appearance=default]:has(input:disabled), gids-input:not([appearance]):has(input:disabled) {
|
|
2327
|
+
background-color: var(--gids-color-background-disabled);
|
|
2328
|
+
outline-color: var(--gids-color-border-disabled);
|
|
2329
|
+
}
|
|
2330
|
+
gids-input[appearance=default]:has(input:disabled) .gids-input__control, gids-input:not([appearance]):has(input:disabled) .gids-input__control {
|
|
2331
|
+
color: var(--gids-color-text-disabled);
|
|
2332
|
+
}
|
|
2333
|
+
gids-input[appearance=subtle] {
|
|
2334
|
+
background-color: transparent;
|
|
2335
|
+
outline: var(--gids-border-width-thin) solid transparent;
|
|
2336
|
+
outline-offset: calc(-1 * var(--gids-border-width-thin));
|
|
2337
|
+
}
|
|
2338
|
+
gids-input[appearance=subtle]:hover:not(:has(input:disabled)):not(:has(input:read-only)):not(:focus-within) {
|
|
2339
|
+
background-color: var(--gids-color-background-input-hovered);
|
|
2340
|
+
outline-color: var(--gids-color-border-input);
|
|
2341
|
+
}
|
|
2342
|
+
gids-input[appearance=subtle]:focus-within {
|
|
2343
|
+
background-color: var(--gids-color-background-input-default);
|
|
2344
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-input);
|
|
2345
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2346
|
+
}
|
|
2347
|
+
gids-input[appearance=subtle]:has(input:read-only) .gids-input__control {
|
|
2348
|
+
color: var(--gids-color-text-default);
|
|
2349
|
+
}
|
|
2350
|
+
gids-input[appearance=subtle]:has(input:disabled) .gids-input__control {
|
|
2351
|
+
color: var(--gids-color-text-disabled);
|
|
2352
|
+
}
|
|
2353
|
+
gids-input[appearance=none] {
|
|
2354
|
+
background-color: transparent;
|
|
2355
|
+
outline: var(--gids-border-width-thin) solid transparent;
|
|
2356
|
+
outline-offset: calc(-1 * var(--gids-border-width-thin));
|
|
2357
|
+
}
|
|
2358
|
+
gids-input[appearance=none]:focus-within {
|
|
2359
|
+
outline: none;
|
|
2360
|
+
}
|
|
2361
|
+
gids-input[appearance=none]:has(input:read-only) .gids-input__control {
|
|
2362
|
+
color: var(--gids-color-text-default);
|
|
2363
|
+
}
|
|
2364
|
+
gids-input[appearance=none]:has(input:disabled) .gids-input__control {
|
|
2365
|
+
color: var(--gids-color-text-disabled);
|
|
2366
|
+
}
|
|
2367
|
+
gids-input:not([status]):has(:user-invalid), gids-input[status=implicit]:has(:user-invalid), gids-input[status=error] {
|
|
2368
|
+
outline-color: var(--gids-color-border-danger);
|
|
2369
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-danger);
|
|
2370
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2371
|
+
}
|
|
2372
|
+
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 {
|
|
2373
|
+
outline: none;
|
|
2374
|
+
}
|
|
2375
|
+
gids-input[status=success] {
|
|
2376
|
+
outline-color: var(--gids-color-border-positive);
|
|
2377
|
+
outline: var(--gids-border-width-thick) solid var(--gids-color-border-positive);
|
|
2378
|
+
outline-offset: calc(-1 * var(--gids-border-width-thick));
|
|
2379
|
+
}
|
|
2380
|
+
gids-input[status=success].gids-input--none {
|
|
2381
|
+
outline: none;
|
|
2382
|
+
}
|
|
2383
|
+
gids-input .gids-input__label {
|
|
2384
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2385
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2386
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2387
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2388
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2389
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2390
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2391
|
+
color: var(--gids-color-text-subtle);
|
|
2392
|
+
}
|
|
2393
|
+
gids-input {
|
|
2394
|
+
--gidsIcon-color: var(--gids-color-icon-default);
|
|
2395
|
+
}
|
|
2396
|
+
gids-input:has(input:disabled) {
|
|
2397
|
+
--gidsIcon-color: var(--gids-color-icon-disabled);
|
|
2398
|
+
}
|
|
2399
|
+
gids-input .gids-input__warning-icon {
|
|
2400
|
+
--gidsIcon-color: var(--gids-color-icon-warning);
|
|
2401
|
+
}
|
|
2402
|
+
gids-input .gids-input__positive-icon {
|
|
2403
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
gids-password-field {
|
|
2407
|
+
display: block;
|
|
2408
|
+
}
|
|
2409
|
+
gids-password-field .gids-password-field__trailing-accessory {
|
|
2410
|
+
display: flex;
|
|
2411
|
+
align-items: center;
|
|
2412
|
+
gap: var(--gids-gap-100);
|
|
2413
|
+
}
|
|
2414
|
+
gids-password-field .gids-password-field__meters-container {
|
|
2415
|
+
display: flex;
|
|
2416
|
+
flex-direction: column;
|
|
2417
|
+
gap: var(--gids-gap-200);
|
|
2418
|
+
padding-top: var(--gids-padding-vertical-edge-to-element-200);
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
gids-field {
|
|
2422
|
+
display: block;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
.gids-search-bar gids-input {
|
|
2426
|
+
--gidsInput-border-radius: var(--gids-border-radius-full);
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
.gids-top-navigation {
|
|
2430
|
+
display: flex;
|
|
2431
|
+
min-height: 72px;
|
|
2432
|
+
padding: var(--gids-padding-vertical-edge-to-element-150) var(--gids-padding-horizontal-edge-to-element-200);
|
|
2433
|
+
align-items: center;
|
|
2434
|
+
align-content: center;
|
|
2435
|
+
justify-content: space-between;
|
|
2436
|
+
gap: var(--gids-gap-100);
|
|
2437
|
+
flex: 1 1 0;
|
|
2438
|
+
background-color: var(--gids-color-background-canvas);
|
|
2439
|
+
flex-wrap: wrap;
|
|
2440
|
+
}
|
|
2441
|
+
.gids-top-navigation__left-content {
|
|
2442
|
+
display: flex;
|
|
2443
|
+
min-width: 210px;
|
|
2444
|
+
align-items: center;
|
|
2445
|
+
justify-content: flex-start;
|
|
2446
|
+
gap: var(--gids-padding-horizontal-edge-to-element-200);
|
|
2447
|
+
flex: 1 0 0;
|
|
2448
|
+
}
|
|
2449
|
+
.gids-top-navigation__middle-content {
|
|
2450
|
+
display: flex;
|
|
2451
|
+
min-width: var(--gids-width-2-xs);
|
|
2452
|
+
padding: var(--gids-padding-vertical-edge-to-element-0) var(--gids-padding-horizontal-edge-to-element-100);
|
|
2453
|
+
align-items: center;
|
|
2454
|
+
justify-content: center;
|
|
2455
|
+
gap: var(--gids-gap-100);
|
|
2456
|
+
flex: 1 0 0;
|
|
2457
|
+
/* Target the search bar child element */
|
|
2458
|
+
}
|
|
2459
|
+
.gids-top-navigation__middle-content > .gids-search-bar {
|
|
2460
|
+
width: 100%;
|
|
2461
|
+
max-width: 100%; /* Prevents it from overflowing */
|
|
2462
|
+
}
|
|
2463
|
+
.gids-top-navigation__right-content {
|
|
2464
|
+
display: flex;
|
|
2465
|
+
align-items: center;
|
|
2466
|
+
justify-content: flex-end;
|
|
2467
|
+
gap: var(--gids-gap-100);
|
|
2468
|
+
flex: 1 0 0;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
.gids-strength-meter {
|
|
2472
|
+
display: flex;
|
|
2473
|
+
gap: var(--gids-gap-050);
|
|
2474
|
+
}
|
|
2475
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-] {
|
|
2476
|
+
flex: 1;
|
|
2477
|
+
height: 4px;
|
|
2478
|
+
border-radius: var(--gids-border-radius-sm);
|
|
2479
|
+
background-color: var(--gids-color-background-accent-5-subtler-default);
|
|
2480
|
+
box-shadow: var(--gids-elevation-shadow-raised);
|
|
2481
|
+
transition: background-color 0.3s ease-in-out;
|
|
2482
|
+
}
|
|
2483
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-weak {
|
|
2484
|
+
background-color: var(--gids-color-background-accent-1-subtle-default);
|
|
2485
|
+
}
|
|
2486
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-medium {
|
|
2487
|
+
background-color: var(--gids-color-background-accent-2-subtle-default);
|
|
2488
|
+
}
|
|
2489
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-good-enough {
|
|
2490
|
+
background-color: var(--gids-color-background-accent-4-subtler-default);
|
|
2491
|
+
}
|
|
2492
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-good {
|
|
2493
|
+
background-color: var(--gids-color-background-accent-4-subtle-default);
|
|
2494
|
+
}
|
|
2495
|
+
.gids-strength-meter > div[class*=gids-strength-meter__strength-].is-active.is-strong {
|
|
2496
|
+
background-color: var(--gids-color-background-accent-3-bolder-default);
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
.gids-requirements-meter {
|
|
2500
|
+
display: flex;
|
|
2501
|
+
flex-direction: column;
|
|
2502
|
+
gap: var(--gids-gap-150);
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
.gids-stepper {
|
|
2506
|
+
display: inline-flex;
|
|
2507
|
+
justify-content: center;
|
|
2508
|
+
align-items: center;
|
|
2509
|
+
gap: var(--gids-gap-150);
|
|
2510
|
+
}
|
|
2511
|
+
.gids-stepper__label {
|
|
2512
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2513
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2514
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2515
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2516
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2517
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2518
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2519
|
+
display: -webkit-box;
|
|
2520
|
+
-webkit-box-orient: vertical;
|
|
2521
|
+
-webkit-line-clamp: 1;
|
|
2522
|
+
line-clamp: 1;
|
|
2523
|
+
overflow: auto;
|
|
2524
|
+
color: var(--gids-color-text-default);
|
|
2525
|
+
}
|
|
2526
|
+
.gids-stepper__label-disabled {
|
|
2527
|
+
color: var(--gids-color-text-disabled);
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
.gids-status-tag {
|
|
2531
|
+
display: inline-flex;
|
|
2532
|
+
align-items: center;
|
|
2533
|
+
border-radius: var(--gids-border-radius-sm);
|
|
2534
|
+
border-width: 0;
|
|
2535
|
+
border-style: none;
|
|
2536
|
+
border-color: transparent;
|
|
2537
|
+
background-color: transparent;
|
|
2538
|
+
font-family: var(--gids-typography-label-small__font-family);
|
|
2539
|
+
font-size: var(--gids-typography-label-small__font-size);
|
|
2540
|
+
font-weight: var(--gids-typography-label-small__font-weight);
|
|
2541
|
+
letter-spacing: var(--gids-typography-label-small__letter-spacing);
|
|
2542
|
+
line-height: var(--gids-typography-label-small__line-height);
|
|
2543
|
+
text-transform: var(--gids-typography-label-small__text-transform, inherit);
|
|
2544
|
+
font-variant-caps: var(--gids-typography-label-small__font-variant-caps, inherit);
|
|
2545
|
+
--gidsIcon-height: var(--gids-size-160);
|
|
2546
|
+
min-height: var(--gids-size-240);
|
|
2547
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-075);
|
|
2548
|
+
gap: var(--gids-gap-100);
|
|
2549
|
+
}
|
|
2550
|
+
.gids-status-tag--xs {
|
|
2551
|
+
font-family: var(--gids-typography-label-x-small__font-family);
|
|
2552
|
+
font-size: var(--gids-typography-label-x-small__font-size);
|
|
2553
|
+
font-weight: var(--gids-typography-label-x-small__font-weight);
|
|
2554
|
+
letter-spacing: var(--gids-typography-label-x-small__letter-spacing);
|
|
2555
|
+
line-height: var(--gids-typography-label-x-small__line-height);
|
|
2556
|
+
text-transform: var(--gids-typography-label-x-small__text-transform, inherit);
|
|
2557
|
+
font-variant-caps: var(--gids-typography-label-x-small__font-variant-caps, inherit);
|
|
2558
|
+
--gidsIcon-height: var(--gids-size-120);
|
|
2559
|
+
min-height: var(--gids-size-200);
|
|
2560
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-050);
|
|
2561
|
+
gap: var(--gids-gap-050);
|
|
2562
|
+
}
|
|
2563
|
+
.gids-status-tag--md {
|
|
2564
|
+
font-family: var(--gids-typography-label-medium__font-family);
|
|
2565
|
+
font-size: var(--gids-typography-label-medium__font-size);
|
|
2566
|
+
font-weight: var(--gids-typography-label-medium__font-weight);
|
|
2567
|
+
letter-spacing: var(--gids-typography-label-medium__letter-spacing);
|
|
2568
|
+
line-height: var(--gids-typography-label-medium__line-height);
|
|
2569
|
+
text-transform: var(--gids-typography-label-medium__text-transform, inherit);
|
|
2570
|
+
font-variant-caps: var(--gids-typography-label-medium__font-variant-caps, inherit);
|
|
2571
|
+
--gidsIcon-height: var(--gids-size-160);
|
|
2572
|
+
min-height: var(--gids-size-320);
|
|
2573
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-100);
|
|
2574
|
+
gap: var(--gids-gap-100);
|
|
2575
|
+
}
|
|
2576
|
+
.gids-status-tag--lg {
|
|
2577
|
+
font-family: var(--gids-typography-label-large__font-family);
|
|
2578
|
+
font-size: var(--gids-typography-label-large__font-size);
|
|
2579
|
+
font-weight: var(--gids-typography-label-large__font-weight);
|
|
2580
|
+
letter-spacing: var(--gids-typography-label-large__letter-spacing);
|
|
2581
|
+
line-height: var(--gids-typography-label-large__line-height);
|
|
2582
|
+
text-transform: var(--gids-typography-label-large__text-transform, inherit);
|
|
2583
|
+
font-variant-caps: var(--gids-typography-label-large__font-variant-caps, inherit);
|
|
2584
|
+
--gidsIcon-height: var(--gids-size-240);
|
|
2585
|
+
min-height: var(--gids-size-400);
|
|
2586
|
+
padding: 0 var(--gids-padding-horizontal-edge-to-element-150);
|
|
2587
|
+
gap: var(--gids-gap-150);
|
|
2588
|
+
}
|
|
2589
|
+
.gids-status-tag--subtle {
|
|
2590
|
+
border-width: var(--gids-border-width-thin);
|
|
2591
|
+
border-style: solid;
|
|
2592
|
+
}
|
|
2593
|
+
.gids-status-tag--bold {
|
|
2594
|
+
--gidsIcon-color: var(--gids-color-icon-inverse);
|
|
2595
|
+
color: var(--gids-color-text-inverse);
|
|
2596
|
+
}
|
|
2597
|
+
.gids-status-tag--subtlest-new {
|
|
2598
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2599
|
+
color: var(--gids-color-text-information);
|
|
2600
|
+
}
|
|
2601
|
+
.gids-status-tag--subtlest-archived {
|
|
2602
|
+
--gidsIcon-color: var(--gids-color-icon-accent-5);
|
|
2603
|
+
color: var(--gids-color-text-accent-5);
|
|
2604
|
+
}
|
|
2605
|
+
.gids-status-tag--subtlest-cancelled {
|
|
2606
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2607
|
+
color: var(--gids-color-text-danger);
|
|
2608
|
+
}
|
|
2609
|
+
.gids-status-tag--subtlest-draft {
|
|
2610
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2611
|
+
color: var(--gids-color-text-information);
|
|
2612
|
+
}
|
|
2613
|
+
.gids-status-tag--subtlest-failed {
|
|
2614
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2615
|
+
color: var(--gids-color-text-danger);
|
|
2616
|
+
}
|
|
2617
|
+
.gids-status-tag--subtlest-in-progress {
|
|
2618
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2619
|
+
color: var(--gids-color-text-information);
|
|
2620
|
+
}
|
|
2621
|
+
.gids-status-tag--subtlest-information {
|
|
2622
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2623
|
+
color: var(--gids-color-text-information);
|
|
2624
|
+
}
|
|
2625
|
+
.gids-status-tag--subtlest-not-started {
|
|
2626
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2627
|
+
color: var(--gids-color-text-subtle);
|
|
2628
|
+
}
|
|
2629
|
+
.gids-status-tag--subtlest-paused {
|
|
2630
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2631
|
+
color: var(--gids-color-text-subtle);
|
|
2632
|
+
}
|
|
2633
|
+
.gids-status-tag--subtlest-pending {
|
|
2634
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2635
|
+
color: var(--gids-color-text-subtle);
|
|
2636
|
+
}
|
|
2637
|
+
.gids-status-tag--subtlest-scheduled {
|
|
2638
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2639
|
+
color: var(--gids-color-text-subtle);
|
|
2640
|
+
}
|
|
2641
|
+
.gids-status-tag--subtlest-success {
|
|
2642
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2643
|
+
color: var(--gids-color-text-positive);
|
|
2644
|
+
}
|
|
2645
|
+
.gids-status-tag--subtlest-synced {
|
|
2646
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2647
|
+
color: var(--gids-color-text-positive);
|
|
2648
|
+
}
|
|
2649
|
+
.gids-status-tag--subtlest-syncing {
|
|
2650
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2651
|
+
color: var(--gids-color-text-information);
|
|
2652
|
+
}
|
|
2653
|
+
.gids-status-tag--subtlest-unknown {
|
|
2654
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2655
|
+
color: var(--gids-color-text-subtle);
|
|
2656
|
+
}
|
|
2657
|
+
.gids-status-tag--subtlest-verified {
|
|
2658
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2659
|
+
color: var(--gids-color-text-positive);
|
|
2660
|
+
}
|
|
2661
|
+
.gids-status-tag--subtlest-warning {
|
|
2662
|
+
--gidsIcon-color: var(--gids-color-icon-warning);
|
|
2663
|
+
color: var(--gids-color-text-warning);
|
|
2664
|
+
}
|
|
2665
|
+
.gids-status-tag--subtle-new {
|
|
2666
|
+
border-color: var(--gids-color-border-information);
|
|
2667
|
+
background-color: var(--gids-color-background-information-default);
|
|
2668
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2669
|
+
color: var(--gids-color-text-information);
|
|
2670
|
+
}
|
|
2671
|
+
.gids-status-tag--subtle-archived {
|
|
2672
|
+
border-color: var(--gids-color-border-accent-9);
|
|
2673
|
+
background-color: var(--gids-color-background-accent-5-subtler-default);
|
|
2674
|
+
--gidsIcon-color: var(--gids-color-icon-accent-5);
|
|
2675
|
+
color: var(--gids-color-text-accent-5);
|
|
2676
|
+
}
|
|
2677
|
+
.gids-status-tag--subtle-cancelled {
|
|
2678
|
+
border-color: var(--gids-color-border-danger);
|
|
2679
|
+
background-color: var(--gids-color-background-danger-default);
|
|
2680
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2681
|
+
color: var(--gids-color-text-danger);
|
|
2682
|
+
}
|
|
2683
|
+
.gids-status-tag--subtle-draft {
|
|
2684
|
+
border-color: var(--gids-color-border-information);
|
|
2685
|
+
background-color: var(--gids-color-background-information-default);
|
|
2686
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2687
|
+
color: var(--gids-color-text-information);
|
|
2688
|
+
}
|
|
2689
|
+
.gids-status-tag--subtle-failed {
|
|
2690
|
+
border-color: var(--gids-color-border-danger);
|
|
2691
|
+
background-color: var(--gids-color-background-danger-default);
|
|
2692
|
+
--gidsIcon-color: var(--gids-color-icon-danger);
|
|
2693
|
+
color: var(--gids-color-text-danger);
|
|
2694
|
+
}
|
|
2695
|
+
.gids-status-tag--subtle-in-progress {
|
|
2696
|
+
border-color: var(--gids-color-border-information);
|
|
2697
|
+
background-color: var(--gids-color-background-information-default);
|
|
2698
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2699
|
+
color: var(--gids-color-text-information);
|
|
2700
|
+
}
|
|
2701
|
+
.gids-status-tag--subtle-information {
|
|
2702
|
+
border-color: var(--gids-color-border-information);
|
|
2703
|
+
background-color: var(--gids-color-background-information-default);
|
|
2704
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2705
|
+
color: var(--gids-color-text-information);
|
|
2706
|
+
}
|
|
2707
|
+
.gids-status-tag--subtle-not-started {
|
|
2708
|
+
border-color: var(--gids-color-border-default);
|
|
2709
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2710
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2711
|
+
color: var(--gids-color-text-subtle);
|
|
2712
|
+
}
|
|
2713
|
+
.gids-status-tag--subtle-paused {
|
|
2714
|
+
border-color: var(--gids-color-border-default);
|
|
2715
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2716
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2717
|
+
color: var(--gids-color-text-subtle);
|
|
2718
|
+
}
|
|
2719
|
+
.gids-status-tag--subtle-pending {
|
|
2720
|
+
border-color: var(--gids-color-border-default);
|
|
2721
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2722
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2723
|
+
color: var(--gids-color-text-subtle);
|
|
2724
|
+
}
|
|
2725
|
+
.gids-status-tag--subtle-scheduled {
|
|
2726
|
+
border-color: var(--gids-color-border-default);
|
|
2727
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2728
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2729
|
+
color: var(--gids-color-text-subtle);
|
|
2730
|
+
}
|
|
2731
|
+
.gids-status-tag--subtle-success {
|
|
2732
|
+
border-color: var(--gids-color-border-positive);
|
|
2733
|
+
background-color: var(--gids-color-background-positive-default);
|
|
2734
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2735
|
+
color: var(--gids-color-text-positive);
|
|
2736
|
+
}
|
|
2737
|
+
.gids-status-tag--subtle-synced {
|
|
2738
|
+
border-color: var(--gids-color-border-positive);
|
|
2739
|
+
background-color: var(--gids-color-background-positive-default);
|
|
2740
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2741
|
+
color: var(--gids-color-text-positive);
|
|
2742
|
+
}
|
|
2743
|
+
.gids-status-tag--subtle-syncing {
|
|
2744
|
+
border-color: var(--gids-color-border-information);
|
|
2745
|
+
background-color: var(--gids-color-background-information-default);
|
|
2746
|
+
--gidsIcon-color: var(--gids-color-icon-information);
|
|
2747
|
+
color: var(--gids-color-text-information);
|
|
2748
|
+
}
|
|
2749
|
+
.gids-status-tag--subtle-unknown {
|
|
2750
|
+
border-color: var(--gids-color-border-default);
|
|
2751
|
+
background-color: var(--gids-color-background-neutral-default);
|
|
2752
|
+
--gidsIcon-color: var(--gids-color-icon-subtle);
|
|
2753
|
+
color: var(--gids-color-text-subtle);
|
|
2754
|
+
}
|
|
2755
|
+
.gids-status-tag--subtle-verified {
|
|
2756
|
+
border-color: var(--gids-color-border-positive);
|
|
2757
|
+
background-color: var(--gids-color-background-positive-default);
|
|
2758
|
+
--gidsIcon-color: var(--gids-color-icon-positive);
|
|
2759
|
+
color: var(--gids-color-text-positive);
|
|
2760
|
+
}
|
|
2761
|
+
.gids-status-tag--subtle-warning {
|
|
2762
|
+
border-color: var(--gids-color-border-warning);
|
|
2763
|
+
background-color: var(--gids-color-background-warning-default);
|
|
2764
|
+
--gidsIcon-color: var(--gids-color-icon-warning);
|
|
2765
|
+
color: var(--gids-color-text-warning);
|
|
2766
|
+
}
|
|
2767
|
+
.gids-status-tag--bold-new {
|
|
2768
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2769
|
+
}
|
|
2770
|
+
.gids-status-tag--bold-archived {
|
|
2771
|
+
background-color: var(--gids-color-background-accent-5-bolder-default);
|
|
2772
|
+
}
|
|
2773
|
+
.gids-status-tag--bold-cancelled {
|
|
2774
|
+
background-color: var(--gids-color-background-danger-bold-default);
|
|
2775
|
+
}
|
|
2776
|
+
.gids-status-tag--bold-draft {
|
|
2777
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2778
|
+
}
|
|
2779
|
+
.gids-status-tag--bold-failed {
|
|
2780
|
+
background-color: var(--gids-color-background-danger-bold-default);
|
|
2781
|
+
}
|
|
2782
|
+
.gids-status-tag--bold-in-progress {
|
|
2783
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2784
|
+
}
|
|
2785
|
+
.gids-status-tag--bold-information {
|
|
2786
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2787
|
+
}
|
|
2788
|
+
.gids-status-tag--bold-not-started {
|
|
2789
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2790
|
+
}
|
|
2791
|
+
.gids-status-tag--bold-paused {
|
|
2792
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2793
|
+
}
|
|
2794
|
+
.gids-status-tag--bold-pending {
|
|
2795
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2796
|
+
}
|
|
2797
|
+
.gids-status-tag--bold-scheduled {
|
|
2798
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2799
|
+
}
|
|
2800
|
+
.gids-status-tag--bold-success {
|
|
2801
|
+
background-color: var(--gids-color-background-positive-bold-default);
|
|
2802
|
+
}
|
|
2803
|
+
.gids-status-tag--bold-synced {
|
|
2804
|
+
background-color: var(--gids-color-background-positive-bold-default);
|
|
2805
|
+
}
|
|
2806
|
+
.gids-status-tag--bold-syncing {
|
|
2807
|
+
background-color: var(--gids-color-background-information-bold-default);
|
|
2808
|
+
}
|
|
2809
|
+
.gids-status-tag--bold-unknown {
|
|
2810
|
+
background-color: var(--gids-color-background-neutral-bold-default);
|
|
2811
|
+
}
|
|
2812
|
+
.gids-status-tag--bold-verified {
|
|
2813
|
+
background-color: var(--gids-color-background-positive-bold-default);
|
|
2814
|
+
}
|
|
2815
|
+
.gids-status-tag--bold-warning {
|
|
2816
|
+
background-color: var(--gids-color-background-warning-bold-default);
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
.gids-heading {
|
|
2820
|
+
display: flex;
|
|
2821
|
+
align-items: flex-start;
|
|
2822
|
+
gap: var(--gids-gap-200);
|
|
2823
|
+
}
|
|
2824
|
+
.gids-heading__content-container {
|
|
2825
|
+
display: flex;
|
|
2826
|
+
flex-direction: column;
|
|
2827
|
+
align-items: flex-start;
|
|
2828
|
+
flex: 1 0 0;
|
|
2829
|
+
}
|
|
2830
|
+
.gids-heading__heading-text-section {
|
|
2831
|
+
font-family: var(--gids-typography-heading-medium__font-family);
|
|
2832
|
+
font-size: var(--gids-typography-heading-medium__font-size);
|
|
2833
|
+
font-weight: var(--gids-typography-heading-medium__font-weight);
|
|
2834
|
+
letter-spacing: var(--gids-typography-heading-medium__letter-spacing);
|
|
2835
|
+
line-height: var(--gids-typography-heading-medium__line-height);
|
|
2836
|
+
text-transform: var(--gids-typography-heading-medium__text-transform, inherit);
|
|
2837
|
+
font-variant-caps: var(--gids-typography-heading-medium__font-variant-caps, inherit);
|
|
2838
|
+
color: var(--gids-color-text-default);
|
|
2839
|
+
}
|
|
2840
|
+
.gids-heading__heading-text-group {
|
|
2841
|
+
font-family: var(--gids-typography-heading-small__font-family);
|
|
2842
|
+
font-size: var(--gids-typography-heading-small__font-size);
|
|
2843
|
+
font-weight: var(--gids-typography-heading-small__font-weight);
|
|
2844
|
+
letter-spacing: var(--gids-typography-heading-small__letter-spacing);
|
|
2845
|
+
line-height: var(--gids-typography-heading-small__line-height);
|
|
2846
|
+
text-transform: var(--gids-typography-heading-small__text-transform, inherit);
|
|
2847
|
+
font-variant-caps: var(--gids-typography-heading-small__font-variant-caps, inherit);
|
|
2848
|
+
color: var(--gids-color-text-subtle);
|
|
2849
|
+
}
|
|
2850
|
+
.gids-heading__supporting-text-section {
|
|
2851
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2852
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2853
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2854
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2855
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2856
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2857
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2858
|
+
color: var(--gids-color-text-subtlest);
|
|
2859
|
+
}
|
|
2860
|
+
.gids-heading__supporting-text-group {
|
|
2861
|
+
font-family: var(--gids-typography-paragraph-small__font-family);
|
|
2862
|
+
font-size: var(--gids-typography-paragraph-small__font-size);
|
|
2863
|
+
font-weight: var(--gids-typography-paragraph-small__font-weight);
|
|
2864
|
+
letter-spacing: var(--gids-typography-paragraph-small__letter-spacing);
|
|
2865
|
+
line-height: var(--gids-typography-paragraph-small__line-height);
|
|
2866
|
+
text-transform: var(--gids-typography-paragraph-small__text-transform, inherit);
|
|
2867
|
+
font-variant-caps: var(--gids-typography-paragraph-small__font-variant-caps, inherit);
|
|
2868
|
+
color: var(--gids-color-text-subtlest);
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
gids-overlay-provider {
|
|
2872
|
+
display: contents;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
.gids-notification-container {
|
|
2876
|
+
display: flex;
|
|
2877
|
+
max-width: var(--gids-width-md);
|
|
2878
|
+
padding: var(--gids-padding-vertical-edge-to-element-200) var(--gids-padding-horizontal-edge-to-element-200);
|
|
2879
|
+
align-items: flex-start;
|
|
2880
|
+
gap: var(--gids-gap-150);
|
|
2881
|
+
align-self: stretch;
|
|
2882
|
+
border-radius: var(--gids-border-radius-lg);
|
|
2883
|
+
background-color: var(--gids-elevation-surface-overlay-default);
|
|
2884
|
+
box-shadow: var(--gids-elevation-shadow-overlay);
|
|
2885
|
+
}
|
|
2886
|
+
.gids-notification-container__leading-icon-wrapper {
|
|
2887
|
+
display: flex;
|
|
2888
|
+
padding: var(--gids-padding-vertical-edge-to-element-025);
|
|
2889
|
+
align-items: flex-start;
|
|
2890
|
+
}
|
|
2891
|
+
.gids-notification-container__content-wrapper {
|
|
2892
|
+
display: flex;
|
|
2893
|
+
flex-direction: column;
|
|
2894
|
+
gap: var(--gids-gap-200);
|
|
2895
|
+
flex: 1 0 0;
|
|
2896
|
+
}
|
|
2897
|
+
.gids-notification-container__top-content {
|
|
2898
|
+
display: flex;
|
|
2899
|
+
}
|
|
2900
|
+
.gids-notification-container__text-content {
|
|
2901
|
+
display: flex;
|
|
2902
|
+
flex-direction: column;
|
|
2903
|
+
flex: 1;
|
|
2904
|
+
align-items: flex-start;
|
|
2905
|
+
gap: var(--gids-gap-025);
|
|
2906
|
+
align-self: stretch;
|
|
2907
|
+
padding-right: var(--gids-padding-horizontal-edge-to-element-400);
|
|
2908
|
+
}
|
|
2909
|
+
.gids-notification-container__title {
|
|
2910
|
+
font-family: var(--gids-typography-heading-x-small__font-family);
|
|
2911
|
+
font-size: var(--gids-typography-heading-x-small__font-size);
|
|
2912
|
+
font-weight: var(--gids-typography-heading-x-small__font-weight);
|
|
2913
|
+
letter-spacing: var(--gids-typography-heading-x-small__letter-spacing);
|
|
2914
|
+
line-height: var(--gids-typography-heading-x-small__line-height);
|
|
2915
|
+
text-transform: var(--gids-typography-heading-x-small__text-transform, inherit);
|
|
2916
|
+
font-variant-caps: var(--gids-typography-heading-x-small__font-variant-caps, inherit);
|
|
2917
|
+
display: flex;
|
|
2918
|
+
flex: 1;
|
|
2919
|
+
color: var(--gids-color-text-default);
|
|
2920
|
+
}
|
|
2921
|
+
.gids-notification-container p {
|
|
2922
|
+
margin: 0;
|
|
2923
|
+
padding: 0;
|
|
2924
|
+
font-family: var(--gids-typography-paragraph-medium__font-family);
|
|
2925
|
+
font-size: var(--gids-typography-paragraph-medium__font-size);
|
|
2926
|
+
font-weight: var(--gids-typography-paragraph-medium__font-weight);
|
|
2927
|
+
letter-spacing: var(--gids-typography-paragraph-medium__letter-spacing);
|
|
2928
|
+
line-height: var(--gids-typography-paragraph-medium__line-height);
|
|
2929
|
+
text-transform: var(--gids-typography-paragraph-medium__text-transform, inherit);
|
|
2930
|
+
font-variant-caps: var(--gids-typography-paragraph-medium__font-variant-caps, inherit);
|
|
2931
|
+
color: var(--gids-color-text-default);
|
|
2932
|
+
}
|
|
2933
|
+
.gids-notification-container__cross-btn-wrapper {
|
|
2934
|
+
display: flex;
|
|
2935
|
+
justify-content: flex-end;
|
|
2936
|
+
align-items: flex-start;
|
|
2937
|
+
}
|
|
2938
|
+
.gids-notification-container__bottom-content {
|
|
2939
|
+
display: flex;
|
|
2940
|
+
justify-content: flex-end;
|
|
2941
|
+
align-items: center;
|
|
2942
|
+
gap: var(--gids-gap-150);
|
|
2943
|
+
align-self: stretch;
|
|
2944
|
+
}
|
|
2945
|
+
.gids-notification-container--appearance-information {
|
|
2946
|
+
background-color: var(--gids-color-background-accent-4-subtler-default);
|
|
2947
|
+
--gidsIcon-color: var(--gids-color-icon-accent-4);
|
|
2948
|
+
}
|
|
2949
|
+
.gids-notification-container--appearance-warning {
|
|
2950
|
+
background-color: var(--gids-color-background-accent-2-subtler-default);
|
|
2951
|
+
--gidsIcon-color: var(--gids-color-icon-accent-2);
|
|
2952
|
+
}
|
|
2953
|
+
.gids-notification-container--appearance-error {
|
|
2954
|
+
background-color: var(--gids-color-background-accent-1-subtler-default);
|
|
2955
|
+
--gidsIcon-color: var(--gids-color-icon-accent-1);
|
|
2956
|
+
}
|
|
2957
|
+
.gids-notification-container--appearance-success {
|
|
2958
|
+
background-color: var(--gids-color-background-accent-3-subtler-default);
|
|
2959
|
+
--gidsIcon-color: var(--gids-color-icon-accent-3);
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2115
2962
|
.gids-box-demo__container-with-text {
|
|
2116
2963
|
border: 1px dashed var(--gids-color-border-brand-default);
|
|
2117
2964
|
}
|