@carbon/ibm-products 2.21.0 → 2.22.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/README.md +8 -5
- package/css/index-full-carbon.css +531 -251
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +199 -177
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +243 -189
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +223 -192
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/Datagrid/Datagrid/DatagridContent.js +8 -3
- package/es/components/Datagrid/Datagrid/DatagridRow.js +6 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +6 -3
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +2 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +30 -72
- package/es/components/Datagrid/useRowIsMouseOver.js +3 -1
- package/es/components/DelimitedList/DelimitedList.docs-page.js +15 -0
- package/es/components/DelimitedList/DelimitedList.js +73 -0
- package/es/components/DelimitedList/index.js +8 -0
- package/es/components/SidePanel/SidePanel.js +145 -189
- package/es/components/TagSet/TagSet.js +21 -5
- package/es/components/TagSet/TagSetOverflow.js +13 -8
- package/es/components/index.js +2 -1
- package/es/global/js/hooks/useResizeObserver.js +5 -2
- package/es/global/js/package-settings.js +1 -0
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +8 -3
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +6 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +6 -3
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +2 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +30 -72
- package/lib/components/Datagrid/useRowIsMouseOver.js +3 -1
- package/lib/components/DelimitedList/DelimitedList.docs-page.js +25 -0
- package/lib/components/DelimitedList/DelimitedList.js +78 -0
- package/lib/components/DelimitedList/index.js +12 -0
- package/lib/components/SidePanel/SidePanel.js +145 -189
- package/lib/components/TagSet/TagSet.js +21 -5
- package/lib/components/TagSet/TagSetOverflow.js +12 -7
- package/lib/components/index.js +8 -1
- package/lib/global/js/hooks/useResizeObserver.js +5 -2
- package/lib/global/js/package-settings.js +1 -0
- package/package.json +9 -8
- package/scss/components/Datagrid/_datagrid.scss +4 -0
- package/scss/components/Datagrid/styles/_datagrid.scss +9 -1
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +2 -0
- package/scss/components/DelimitedList/_carbon-imports.scss +9 -0
- package/scss/components/DelimitedList/_delimited-list.scss +27 -0
- package/scss/components/DelimitedList/_index-with-carbon.scss +9 -0
- package/scss/components/DelimitedList/_index.scss +8 -0
- package/scss/components/SidePanel/_side-panel-variables.scss +5 -1
- package/scss/components/SidePanel/_side-panel.scss +155 -187
- package/scss/components/_index-with-carbon.scss +1 -0
- package/scss/components/_index.scss +1 -0
- package/telemetry.yml +790 -0
@@ -2153,6 +2153,10 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2153
2153
|
margin-bottom: 0;
|
2154
2154
|
}
|
2155
2155
|
|
2156
|
+
/* One or two values
|
2157
|
+
* - width (first value)
|
2158
|
+
* - min-width (optional second value)
|
2159
|
+
*/
|
2156
2160
|
@keyframes hide-feedback {
|
2157
2161
|
0% {
|
2158
2162
|
opacity: 1;
|
@@ -2379,76 +2383,90 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2379
2383
|
white-space: nowrap;
|
2380
2384
|
}
|
2381
2385
|
|
2386
|
+
.c4p--side-panel--scrolls {
|
2387
|
+
overflow: auto;
|
2388
|
+
overflow-x: hidden;
|
2389
|
+
}
|
2390
|
+
|
2382
2391
|
.c4p--side-panel__container {
|
2383
|
-
--c4p--side-panel--
|
2384
|
-
--c4p--side-panel--
|
2385
|
-
--c4p--side-panel--title-
|
2386
|
-
--c4p--side-panel--
|
2387
|
-
--c4p--side-panel--action-bar-container-height: 0;
|
2388
|
-
--c4p--side-panel--divider-opacity: 0;
|
2389
|
-
--c4p--side-panel--title-y-position: 0;
|
2390
|
-
--c4p--side-panel--content-bottom-padding: 4rem;
|
2391
|
-
--c4p--side-panel--collapsed-title-y-position: 1rem;
|
2392
|
-
--c4p--side-panel--label-text-height: 0;
|
2393
|
-
--c4p--side-panel--title-padding-right: 3rem;
|
2392
|
+
--c4p--side-panel--title-stop: 1rem;
|
2393
|
+
--c4p--side-panel--scroll-animation-progress: 0;
|
2394
|
+
--c4p--side-panel--title-padding-right: 2rem;
|
2395
|
+
--c4p--side-panel--actions-height: 4rem;
|
2394
2396
|
position: fixed;
|
2395
2397
|
z-index: 9000;
|
2396
2398
|
top: 3rem;
|
2399
|
+
display: grid;
|
2397
2400
|
height: calc(100% - 3rem);
|
2398
2401
|
box-sizing: border-box;
|
2399
2402
|
background-color: var(--cds-layer-01, #f4f4f4);
|
2400
2403
|
color: var(--cds-text-primary, #161616);
|
2404
|
+
grid-template-rows: 1fr auto; /* titles and content */
|
2401
2405
|
}
|
2402
2406
|
.c4p--side-panel__container.c4p--side-panel__container--xs {
|
2407
|
+
/* any value is single value list */
|
2403
2408
|
width: 16rem;
|
2404
2409
|
max-width: 100%;
|
2405
2410
|
}
|
2406
|
-
.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-
|
2407
|
-
.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-
|
2408
|
-
|
2411
|
+
.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
|
2412
|
+
.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
|
2413
|
+
/* any value is single value list */
|
2409
2414
|
width: 16rem;
|
2410
2415
|
max-width: 100%;
|
2411
2416
|
}
|
2412
2417
|
.c4p--side-panel__container.c4p--side-panel__container--sm {
|
2418
|
+
/* any value is single value list */
|
2413
2419
|
width: 20rem;
|
2414
2420
|
max-width: 100%;
|
2415
2421
|
}
|
2416
|
-
.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-
|
2417
|
-
.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-
|
2418
|
-
|
2422
|
+
.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
|
2423
|
+
.c4p--side-panel__container.c4p--side-panel__container--sm .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
|
2424
|
+
/* any value is single value list */
|
2419
2425
|
width: 20rem;
|
2420
2426
|
max-width: 100%;
|
2421
2427
|
}
|
2422
2428
|
.c4p--side-panel__container.c4p--side-panel__container--md {
|
2429
|
+
/* any value is single value list */
|
2423
2430
|
width: 30rem;
|
2424
2431
|
max-width: 100%;
|
2425
2432
|
}
|
2426
|
-
.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-
|
2427
|
-
.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-
|
2428
|
-
|
2433
|
+
.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
|
2434
|
+
.c4p--side-panel__container.c4p--side-panel__container--md .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
|
2435
|
+
/* any value is single value list */
|
2429
2436
|
width: 30rem;
|
2430
2437
|
max-width: 100%;
|
2431
2438
|
}
|
2432
2439
|
.c4p--side-panel__container.c4p--side-panel__container--lg {
|
2440
|
+
/* any value is single value list */
|
2433
2441
|
width: 40rem;
|
2434
2442
|
max-width: 100%;
|
2435
2443
|
}
|
2436
|
-
.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-
|
2437
|
-
.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-
|
2438
|
-
|
2444
|
+
.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
|
2445
|
+
.c4p--side-panel__container.c4p--side-panel__container--lg .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
|
2446
|
+
/* any value is single value list */
|
2439
2447
|
width: 40rem;
|
2440
2448
|
max-width: 100%;
|
2441
2449
|
}
|
2442
2450
|
.c4p--side-panel__container.c4p--side-panel__container--2xl {
|
2443
|
-
|
2451
|
+
/* any value is single value list */
|
2452
|
+
width: 40rem;
|
2453
|
+
min-width: 75%;
|
2444
2454
|
max-width: 100%;
|
2445
2455
|
}
|
2446
|
-
.c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-
|
2447
|
-
.c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-
|
2448
|
-
|
2449
|
-
width:
|
2456
|
+
.c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__header.c4p--side-panel__header--no-title-animation,
|
2457
|
+
.c4p--side-panel__container.c4p--side-panel__container--2xl .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
|
2458
|
+
/* any value is single value list */
|
2459
|
+
width: 40rem;
|
2460
|
+
min-width: 75%;
|
2450
2461
|
max-width: 100%;
|
2451
2462
|
}
|
2463
|
+
.c4p--side-panel__container:not(:has(.c4p--side-panel__animated-scroll-wrapper)), .c4p--side-panel__container.c4p--side-panel__container--has-no-animated-scroll-wrapper {
|
2464
|
+
/* if the title does not scroll then we have a child scrolling section. */
|
2465
|
+
grid-template-rows: auto 1fr auto; /* titles content actions */
|
2466
|
+
}
|
2467
|
+
.c4p--side-panel__container.c4p--side-panel__container--condensed-actions {
|
2468
|
+
--c4p--side-panel--actions-height: 3rem;
|
2469
|
+
}
|
2452
2470
|
.c4p--side-panel__container .c4p--side-panel__actions-container {
|
2453
2471
|
width: 100%;
|
2454
2472
|
}
|
@@ -2460,46 +2478,30 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2460
2478
|
left: 0;
|
2461
2479
|
border-right: 1px solid var(--cds-border-subtle-02, #e0e0e0);
|
2462
2480
|
}
|
2463
|
-
.c4p--side-panel__container.c4p--side-panel__container-
|
2464
|
-
/* stylelint-disable-next-line max-nesting-depth */
|
2465
|
-
}
|
2466
|
-
.c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__title-container::before {
|
2467
|
-
content: none;
|
2468
|
-
}
|
2469
|
-
.c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar {
|
2470
|
-
/* stylelint-disable-next-line max-nesting-depth */
|
2471
|
-
}
|
2472
|
-
.c4p--side-panel__container.c4p--side-panel__container-with-action-toolbar.c4p--side-panel__with-condensed-header .c4p--side-panel__action-toolbar::before {
|
2473
|
-
position: absolute;
|
2474
|
-
bottom: 0;
|
2475
|
-
left: 0;
|
2476
|
-
width: 100%;
|
2477
|
-
height: 1px;
|
2478
|
-
background-color: var(--cds-border-subtle-02, #e0e0e0);
|
2479
|
-
content: "";
|
2480
|
-
opacity: var(--c4p--side-panel--divider-opacity);
|
2481
|
-
}
|
2482
|
-
.c4p--side-panel__container.c4p--side-panel__container-without-overlay {
|
2481
|
+
.c4p--side-panel__container.c4p--side-panel__container--slide-in, .c4p--side-panel__container.c4p--side-panel__container:not(:has(+ .c4p--side-panel__overlay)), .c4p--side-panel__container.c4p--side-panel__container--has-no-overlay {
|
2483
2482
|
box-shadow: 0 0.125rem 0.25rem var(--cds-overlay, rgba(22, 22, 22, 0.5));
|
2484
2483
|
}
|
2485
|
-
.c4p--side-panel__container .c4p--side-
|
2484
|
+
.c4p--side-panel__container .c4p--side-panel__header {
|
2485
|
+
--c4p--side-panel--title-padding-bottom: 1rem;
|
2486
2486
|
position: sticky;
|
2487
2487
|
z-index: 4;
|
2488
|
-
|
2488
|
+
/* stylelint-disable-next-line carbon/layout-token-use */
|
2489
|
+
top: calc(-1px * var(--c4p--side-panel--scroll-animation-distance));
|
2489
2490
|
padding: 1rem;
|
2491
|
+
padding-bottom: 0;
|
2490
2492
|
background-color: var(--cds-layer-01, #f4f4f4);
|
2491
2493
|
/* stylelint-disable-next-line max-nesting-depth */
|
2492
2494
|
}
|
2493
|
-
.c4p--side-panel__container .c4p--side-
|
2494
|
-
padding-bottom: 0.5rem;
|
2495
|
+
.c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__subtitle-text), .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-subtitle {
|
2496
|
+
--c4p--side-panel--title-padding-bottom: 0.5rem;
|
2495
2497
|
}
|
2496
|
-
.c4p--side-panel__container .c4p--side-
|
2498
|
+
.c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__navigation-back-button), .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-navigation-back {
|
2497
2499
|
padding-top: 2rem;
|
2498
2500
|
}
|
2499
|
-
.c4p--side-panel__container .c4p--side-
|
2501
|
+
.c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__navigation-back-button.cds--btn--md), .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-navigation-back.cds--btn--md {
|
2500
2502
|
padding-top: 2.5rem;
|
2501
2503
|
}
|
2502
|
-
.c4p--side-panel__container .c4p--side-
|
2504
|
+
.c4p--side-panel__container .c4p--side-panel__header::before {
|
2503
2505
|
position: absolute;
|
2504
2506
|
bottom: 0;
|
2505
2507
|
left: 0;
|
@@ -2507,47 +2509,56 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2507
2509
|
height: 1px;
|
2508
2510
|
background-color: var(--cds-border-subtle-02, #e0e0e0);
|
2509
2511
|
content: "";
|
2510
|
-
opacity: var(--c4p--side-panel--
|
2512
|
+
opacity: var(--c4p--side-panel--scroll-animation-progress);
|
2513
|
+
z-index: 9;
|
2514
|
+
}
|
2515
|
+
.c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--no-title-animation {
|
2516
|
+
position: relative;
|
2517
|
+
top: 0;
|
2518
|
+
}
|
2519
|
+
.c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--no-title-animation::before {
|
2520
|
+
opacity: 1;
|
2511
2521
|
}
|
2512
|
-
.c4p--side-panel__container .c4p--side-
|
2522
|
+
.c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--reduced-motion {
|
2513
2523
|
z-index: 5;
|
2514
2524
|
border-bottom: 1px solid var(--cds-border-subtle-02, #e0e0e0);
|
2515
2525
|
margin-bottom: 1rem;
|
2516
2526
|
}
|
2517
|
-
.c4p--side-panel__container .c4p--side-
|
2527
|
+
.c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--reduced-motion.c4p--side-panel__header--no-title-animation {
|
2518
2528
|
border-bottom: 0;
|
2519
2529
|
margin-bottom: 0;
|
2520
2530
|
}
|
2521
|
-
.c4p--side-panel__container .c4p--side-
|
2522
|
-
top:
|
2523
|
-
}
|
2524
|
-
.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__on-detail-step .c4p--side-panel__navigation-back-button.cds--btn--md ~ .c4p--side-panel__collapsed-title-text {
|
2525
|
-
top: 2.5rem;
|
2531
|
+
.c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step .c4p--side-panel__collapsed-title-text {
|
2532
|
+
top: 1rem;
|
2526
2533
|
}
|
2527
|
-
.c4p--side-panel__container .c4p--side-
|
2528
|
-
|
2534
|
+
.c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step .c4p--side-panel__navigation-back-button.cds--btn--md ~ .c4p--side-panel__collapsed-title-text {
|
2535
|
+
top: 1.5rem;
|
2529
2536
|
}
|
2530
|
-
.c4p--side-panel__container .c4p--side-
|
2537
|
+
.c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel--on-detail-step:not(:has(.c4p--side-panel__title-text)) {
|
2531
2538
|
height: calc(2.5rem + 0.25rem);
|
2532
2539
|
padding: 1rem 1rem 0.5rem 1rem;
|
2533
2540
|
}
|
2534
|
-
.c4p--side-panel__container .c4p--side-panel__title-
|
2541
|
+
.c4p--side-panel__container .c4p--side-panel__header:not(:has(.c4p--side-panel__title-text))::before, .c4p--side-panel__container .c4p--side-panel__header.c4p--side-panel__header--has-no-title::before {
|
2535
2542
|
background-color: transparent;
|
2536
2543
|
}
|
2537
|
-
.c4p--side-panel__container.c4p--side-panel__container--has-slug {
|
2538
|
-
--c4p--side-panel--title-padding-right:
|
2544
|
+
.c4p--side-panel__container.c4p--side-panel__container:has(.c4p--side-panel__action-toolbar), .c4p--side-panel__container.c4p--side-panel__container--has-action-toolbar, .c4p--side-panel__container.c4p--side-panel__container--has-slug {
|
2545
|
+
--c4p--side-panel--title-padding-right: 4rem;
|
2539
2546
|
}
|
2540
|
-
.c4p--side-panel__container.c4p--side-panel__container-
|
2541
|
-
|
2542
|
-
}
|
2543
|
-
.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
|
2544
|
-
top: 0;
|
2547
|
+
.c4p--side-panel__container.c4p--side-panel__container:has(.c4p--side-panel__action-toolbar).c4p--side-panel__container--has-slug, .c4p--side-panel__container.c4p--side-panel__container--has-action-toolbar.c4p--side-panel__container--has-slug {
|
2548
|
+
--c4p--side-panel--title-padding-right: 5rem;
|
2545
2549
|
}
|
2546
|
-
.c4p--side-panel__container
|
2547
|
-
|
2550
|
+
.c4p--side-panel__container .c4p--side-panel__animated-scroll-wrapper {
|
2551
|
+
display: grid;
|
2552
|
+
grid-template-rows: auto 1fr;
|
2548
2553
|
}
|
2549
|
-
.c4p--side-panel__container
|
2550
|
-
|
2554
|
+
.c4p--side-panel__container .c4p--side-panel__title {
|
2555
|
+
position: sticky;
|
2556
|
+
z-index: 4;
|
2557
|
+
/* stylelint-disable-next-line carbon/layout-token-use */
|
2558
|
+
top: var(--c4p--side-panel--title-stop);
|
2559
|
+
/* border-bottom used instead of padding which wrapped text shows through */
|
2560
|
+
border-bottom: var(--c4p--side-panel--title-padding-bottom) solid transparent;
|
2561
|
+
background-color: var(--cds-layer-01, #f4f4f4);
|
2551
2562
|
}
|
2552
2563
|
.c4p--side-panel__container .c4p--side-panel__title-text {
|
2553
2564
|
font-size: var(--cds-heading-03-font-size, 1.25rem);
|
@@ -2560,12 +2571,14 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2560
2571
|
padding-right: var(--c4p--side-panel--title-padding-right);
|
2561
2572
|
-webkit-box-orient: vertical;
|
2562
2573
|
-webkit-line-clamp: 2;
|
2563
|
-
|
2564
|
-
|
2565
|
-
|
2566
|
-
|
2567
|
-
|
2568
|
-
|
2574
|
+
opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
|
2575
|
+
}
|
2576
|
+
.c4p--side-panel__container .c4p--side-panel__title--no-label .c4p--side-panel__title-text {
|
2577
|
+
/* stylelint-disable-next-line carbon/layout-token-use */
|
2578
|
+
transform: translateY(calc(-1 * 1rem * var(--c4p--side-panel--scroll-animation-progress)));
|
2579
|
+
}
|
2580
|
+
.c4p--side-panel__container .c4p--side-panel__header--no-title-animation .c4p--side-panel__title-text {
|
2581
|
+
position: static;
|
2569
2582
|
}
|
2570
2583
|
.c4p--side-panel__container .c4p--side-panel__label-text {
|
2571
2584
|
font-size: var(--cds-label-01-font-size, 0.75rem);
|
@@ -2574,9 +2587,8 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2574
2587
|
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
2575
2588
|
overflow: hidden;
|
2576
2589
|
padding-right: var(--c4p--side-panel--title-padding-right);
|
2577
|
-
opacity: var(--c4p--side-panel--
|
2590
|
+
opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
|
2578
2591
|
text-overflow: ellipsis;
|
2579
|
-
transform: translateY(var(--c4p--side-panel--title-y-position));
|
2580
2592
|
white-space: nowrap;
|
2581
2593
|
}
|
2582
2594
|
.c4p--side-panel__container .c4p--side-panel__collapsed-title-text {
|
@@ -2591,9 +2603,13 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2591
2603
|
-webkit-box-orient: vertical;
|
2592
2604
|
-webkit-line-clamp: 2;
|
2593
2605
|
position: absolute;
|
2594
|
-
|
2595
|
-
|
2596
|
-
|
2606
|
+
/* stylelint-disable-next-line carbon/layout-token-use */
|
2607
|
+
top: 0;
|
2608
|
+
opacity: var(--c4p--side-panel--scroll-animation-progress);
|
2609
|
+
}
|
2610
|
+
.c4p--side-panel__container .c4p--side-panel__title--no-label .c4p--side-panel__collapsed-title-text {
|
2611
|
+
/* stylelint-disable-next-line carbon/layout-token-use */
|
2612
|
+
transform: translateY(calc(1rem * (1 - var(--c4p--side-panel--scroll-animation-progress))));
|
2597
2613
|
}
|
2598
2614
|
.c4p--side-panel__container .c4p--side-panel__subtitle-text {
|
2599
2615
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
@@ -2601,75 +2617,41 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2601
2617
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
2602
2618
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
2603
2619
|
overflow: hidden;
|
2604
|
-
padding:
|
2620
|
+
padding-right: var(--c4p--side-panel--title-padding-right);
|
2621
|
+
padding-bottom: 1rem;
|
2605
2622
|
-webkit-box-orient: vertical;
|
2606
2623
|
-webkit-line-clamp: 3;
|
2607
|
-
opacity: var(--c4p--side-panel--
|
2624
|
+
opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
|
2608
2625
|
}
|
2609
|
-
.c4p--side-panel__container .c4p--side-
|
2610
|
-
position: fixed;
|
2626
|
+
.c4p--side-panel__container .c4p--side-panel__header--no-title-animation .c4p--side-panel__subtitle-text {
|
2611
2627
|
z-index: 2;
|
2612
|
-
top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
|
2613
2628
|
background-color: var(--cds-layer-01, #f4f4f4);
|
2614
2629
|
}
|
2615
|
-
.c4p--side-panel__container .c4p--side-
|
2616
|
-
top: var(--c4p--side-panel--title-text-height);
|
2617
|
-
}
|
2618
|
-
.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-without-title {
|
2630
|
+
.c4p--side-panel__container .c4p--side-panel__title-text + .c4p--side-panel__subtitle-text {
|
2619
2631
|
padding-top: 1rem;
|
2620
|
-
padding-right: 3rem;
|
2621
|
-
}
|
2622
|
-
.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation.c4p--side-panel__title-container-is-animating {
|
2623
|
-
top: 0;
|
2624
|
-
}
|
2625
|
-
.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container--no-title-animation {
|
2626
|
-
position: fixed;
|
2627
|
-
height: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--label-text-height));
|
2628
2632
|
}
|
2629
2633
|
.c4p--side-panel__container .c4p--side-panel__inner-content {
|
2630
|
-
|
2631
|
-
|
2632
|
-
margin-top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height) + var(--c4p--side-panel--label-text-height));
|
2633
|
-
overflow-x: hidden;
|
2634
|
+
padding: 1rem;
|
2635
|
+
padding-top: 0;
|
2634
2636
|
}
|
2635
|
-
.c4p--side-panel__container.c4p--side-
|
2636
|
-
|
2637
|
+
.c4p--side-panel__container .c4p--side-panel__header:has(.c4p--side-panel__action-toolbar) + .c4p--side-panel__inner-content,
|
2638
|
+
.c4p--side-panel__container .c4p--side-panel__header--has-action-toolbar + .c4p--side-panel__inner-content {
|
2639
|
+
padding-top: 0.5rem;
|
2637
2640
|
}
|
2638
|
-
.c4p--side-panel__container .c4p--side-panel__inner-content
|
2639
|
-
|
2641
|
+
.c4p--side-panel__container.c4p--side-panel__container--has-slug .c4p--side-panel__inner-content {
|
2642
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
2643
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
2640
2644
|
}
|
2641
|
-
.c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-
|
2642
|
-
height: calc(100vh - (var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height)) + -1 * (3rem + 4rem));
|
2645
|
+
.c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__inner-content--static {
|
2643
2646
|
padding-top: 1rem;
|
2644
2647
|
}
|
2645
|
-
.c4p--side-panel__container .c4p--side-panel__inner-content.c4p--side-panel__static-inner-content-no-actions {
|
2646
|
-
height: calc(100vh - (var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + var(--c4p--side-panel--action-bar-container-height) + var(--c4p--side-panel--label-text-height)));
|
2647
|
-
}
|
2648
|
-
.c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation {
|
2649
|
-
position: fixed;
|
2650
|
-
top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height));
|
2651
|
-
width: 100%;
|
2652
|
-
border-bottom: 1px solid var(--cds-layer-active-01, #c6c6c6);
|
2653
|
-
}
|
2654
|
-
.c4p--side-panel__container .c4p--side-panel__action-toolbar.c4p--side-panel__action-toolbar-no-animation + .c4p--side-panel__body-content {
|
2655
|
-
margin-top: calc(var(--c4p--side-panel--title-text-height) + var(--c4p--side-panel--subtitle-container-height) + 3rem);
|
2656
|
-
}
|
2657
|
-
.c4p--side-panel__container .c4p--side-panel__subtitle-text.c4p--side-panel__subtitle-text-no-animation.c4p--side-panel__subtitle-text-no-animation-no-action-toolbar {
|
2658
|
-
border-bottom: 1px solid var(--cds-layer-active-01, #c6c6c6);
|
2659
|
-
margin-bottom: 1rem;
|
2660
|
-
}
|
2661
2648
|
.c4p--side-panel__container .c4p--side-panel__action-toolbar {
|
2662
2649
|
position: sticky;
|
2663
2650
|
z-index: 4;
|
2664
|
-
/* stylelint-disable-next-line carbon/layout-token-use */
|
2665
|
-
top: var(--c4p--side-panel--title-height);
|
2666
2651
|
display: flex;
|
2667
2652
|
align-items: center;
|
2668
2653
|
justify-content: flex-start;
|
2669
|
-
padding: 0 1rem;
|
2670
|
-
margin-bottom: 0.5rem;
|
2671
2654
|
background-color: var(--cds-layer-01, #f4f4f4);
|
2672
|
-
transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
2673
2655
|
}
|
2674
2656
|
.c4p--side-panel__container .c4p--side-panel__action-toolbar-leading-button {
|
2675
2657
|
margin-right: 0.5rem;
|
@@ -2701,21 +2683,13 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2701
2683
|
}
|
2702
2684
|
.c4p--side-panel__container .c4p--side-panel__slug-and-close {
|
2703
2685
|
position: fixed;
|
2704
|
-
z-index:
|
2686
|
+
z-index: 10; /* must be higher than title container border bottom */
|
2705
2687
|
top: 0;
|
2706
2688
|
right: 0;
|
2707
2689
|
display: flex;
|
2708
2690
|
}
|
2709
|
-
.c4p--side-panel__container .c4p--side-panel__body-content {
|
2710
|
-
padding: 1rem;
|
2711
|
-
padding-top: 0;
|
2712
|
-
}
|
2713
|
-
.c4p--side-panel__container.c4p--side-panel__container-is-animating .c4p--side-panel__actions-container.c4p--action-set--2xl {
|
2714
|
-
width: 100%;
|
2715
|
-
max-width: 100%;
|
2716
|
-
}
|
2717
2691
|
.c4p--side-panel__container .c4p--side-panel__actions-container {
|
2718
|
-
position:
|
2692
|
+
position: sticky;
|
2719
2693
|
bottom: 0;
|
2720
2694
|
border-top: 1px solid var(--cds-border-subtle-02, #e0e0e0);
|
2721
2695
|
background-color: var(--cds-layer-01, #f4f4f4);
|
@@ -2735,13 +2709,11 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2735
2709
|
width: 25%;
|
2736
2710
|
}
|
2737
2711
|
}
|
2738
|
-
.c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button {
|
2739
|
-
height:
|
2740
|
-
}
|
2741
|
-
.c4p--side-panel__container .c4p--side-panel__actions-container.c4p--side-panel__actions-container-condensed .c4p--action-set__action-button {
|
2742
|
-
height: 3rem;
|
2712
|
+
.c4p--side-panel__container .c4p--side-panel__actions-container .c4p--action-set__action-button.c4p--action-set__action-button {
|
2713
|
+
height: var(--c4p--side-panel--actions-height);
|
2743
2714
|
}
|
2744
2715
|
.c4p--side-panel__container.c4p--side-panel__container.c4p--side-panel__container--xs .c4p--side-panel__actions-container.c4p--action-set--sm {
|
2716
|
+
/* any value is single value list */
|
2745
2717
|
width: 16rem;
|
2746
2718
|
max-width: 100%;
|
2747
2719
|
}
|
@@ -2856,14 +2828,14 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
2856
2828
|
}
|
2857
2829
|
|
2858
2830
|
.c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__title-text {
|
2859
|
-
width: calc(75% - 1rem);
|
2860
|
-
padding-right: calc(75% * 0.2 - 1rem);
|
2831
|
+
width: calc(40rem 75% - 1rem);
|
2832
|
+
padding-right: calc(40rem 75% * 0.2 - 1rem);
|
2861
2833
|
margin-bottom: 0.25rem;
|
2862
2834
|
}
|
2863
2835
|
|
2864
2836
|
.c4p--create-side-panel.c4p--side-panel__container--2xl .c4p--side-panel__subtitle-text {
|
2865
|
-
width: calc(75% - 1rem);
|
2866
|
-
padding-right: calc(75% * 0.2 - 1rem);
|
2837
|
+
width: calc(40rem 75% - 1rem);
|
2838
|
+
padding-right: calc(40rem 75% * 0.2 - 1rem);
|
2867
2839
|
padding-bottom: 1rem;
|
2868
2840
|
border-bottom: 1px solid var(--cds-layer-accent-01, #e0e0e0);
|
2869
2841
|
color: var(--cds-text-secondary, #525252);
|
@@ -3555,7 +3527,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
3555
3527
|
}
|
3556
3528
|
|
3557
3529
|
.c4p--card .cds--slug {
|
3558
|
-
background: linear-gradient(
|
3530
|
+
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
|
3559
3531
|
position: absolute;
|
3560
3532
|
top: 1rem;
|
3561
3533
|
right: 1rem;
|
@@ -3584,7 +3556,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
3584
3556
|
}
|
3585
3557
|
|
3586
3558
|
.c4p--card--has-slug {
|
3587
|
-
background: linear-gradient(
|
3559
|
+
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
|
3588
3560
|
border: 1px solid var(--cds-border-tile);
|
3589
3561
|
}
|
3590
3562
|
|
@@ -4192,9 +4164,16 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
4192
4164
|
}
|
4193
4165
|
}
|
4194
4166
|
.c4p--notifications-panel__container {
|
4167
|
+
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
4168
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
4169
|
+
--cds-ai-border-end: rgba(166, 200, 255, 0.24);
|
4170
|
+
--cds-ai-border-start: #4589ff;
|
4171
|
+
--cds-ai-border-strong: #78a9ff;
|
4172
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
4195
4173
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
4196
4174
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
4197
4175
|
--cds-ai-gradient-start-02: transparent;
|
4176
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
4198
4177
|
--cds-background: #161616;
|
4199
4178
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
4200
4179
|
--cds-background-brand: #0f62fe;
|
@@ -4210,11 +4189,11 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
4210
4189
|
--cds-border-strong-02: #8d8d8d;
|
4211
4190
|
--cds-border-strong-03: #a8a8a8;
|
4212
4191
|
--cds-border-subtle-00: #393939;
|
4213
|
-
--cds-border-subtle-01: #
|
4214
|
-
--cds-border-subtle-02: #
|
4192
|
+
--cds-border-subtle-01: #525252;
|
4193
|
+
--cds-border-subtle-02: #6f6f6f;
|
4215
4194
|
--cds-border-subtle-03: #6f6f6f;
|
4216
|
-
--cds-border-subtle-selected-01: #
|
4217
|
-
--cds-border-subtle-selected-02: #
|
4195
|
+
--cds-border-subtle-selected-01: #6f6f6f;
|
4196
|
+
--cds-border-subtle-selected-02: #8d8d8d;
|
4218
4197
|
--cds-border-subtle-selected-03: #8d8d8d;
|
4219
4198
|
--cds-border-tile-01: #525252;
|
4220
4199
|
--cds-border-tile-02: #6f6f6f;
|
@@ -4276,20 +4255,26 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
4276
4255
|
--cds-skeleton-element: #393939;
|
4277
4256
|
--cds-slug-background: #c6c6c6;
|
4278
4257
|
--cds-slug-background-hover: #e0e0e0;
|
4279
|
-
--cds-slug-callout-aura-end: rgba(
|
4258
|
+
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
4280
4259
|
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
4281
4260
|
--cds-slug-callout-aura-end-hover-02: transparent;
|
4282
4261
|
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
4283
|
-
--cds-slug-callout-aura-start: rgba(
|
4262
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
4284
4263
|
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
4285
4264
|
--cds-slug-callout-aura-start-hover-02: transparent;
|
4286
4265
|
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
4266
|
+
--cds-slug-callout-caret-bottom: #3d4655;
|
4267
|
+
--cds-slug-callout-caret-bottom-background: #213250;
|
4268
|
+
--cds-slug-callout-caret-bottom-background-actions: #192436;
|
4269
|
+
--cds-slug-callout-caret-center: #3f68af;
|
4287
4270
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
4288
4271
|
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
4289
4272
|
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
4290
4273
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
4291
4274
|
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
4292
4275
|
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
4276
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
4277
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
4293
4278
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
4294
4279
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
4295
4280
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -7839,9 +7824,16 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7839
7824
|
despite of which carbon theme the user has.
|
7840
7825
|
*/
|
7841
7826
|
.c4p--web-terminal {
|
7827
|
+
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
7828
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
7829
|
+
--cds-ai-border-end: rgba(166, 200, 255, 0.24);
|
7830
|
+
--cds-ai-border-start: #4589ff;
|
7831
|
+
--cds-ai-border-strong: #78a9ff;
|
7832
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
7842
7833
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
7843
7834
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
7844
7835
|
--cds-ai-gradient-start-02: transparent;
|
7836
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
7845
7837
|
--cds-background: #262626;
|
7846
7838
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
7847
7839
|
--cds-background-brand: #0f62fe;
|
@@ -7857,11 +7849,11 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7857
7849
|
--cds-border-strong-02: #a8a8a8;
|
7858
7850
|
--cds-border-strong-03: #c6c6c6;
|
7859
7851
|
--cds-border-subtle-00: #525252;
|
7860
|
-
--cds-border-subtle-01: #
|
7861
|
-
--cds-border-subtle-02: #
|
7852
|
+
--cds-border-subtle-01: #6f6f6f;
|
7853
|
+
--cds-border-subtle-02: #8d8d8d;
|
7862
7854
|
--cds-border-subtle-03: #8d8d8d;
|
7863
|
-
--cds-border-subtle-selected-01: #
|
7864
|
-
--cds-border-subtle-selected-02: #
|
7855
|
+
--cds-border-subtle-selected-01: #8d8d8d;
|
7856
|
+
--cds-border-subtle-selected-02: #a8a8a8;
|
7865
7857
|
--cds-border-subtle-selected-03: #a8a8a8;
|
7866
7858
|
--cds-border-tile-01: #6f6f6f;
|
7867
7859
|
--cds-border-tile-02: #8d8d8d;
|
@@ -7923,20 +7915,26 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
7923
7915
|
--cds-skeleton-element: #525252;
|
7924
7916
|
--cds-slug-background: #c6c6c6;
|
7925
7917
|
--cds-slug-background-hover: #e0e0e0;
|
7926
|
-
--cds-slug-callout-aura-end: rgba(
|
7918
|
+
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
7927
7919
|
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
7928
7920
|
--cds-slug-callout-aura-end-hover-02: transparent;
|
7929
7921
|
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
7930
|
-
--cds-slug-callout-aura-start: rgba(
|
7922
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
7931
7923
|
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
7932
7924
|
--cds-slug-callout-aura-start-hover-02: transparent;
|
7933
7925
|
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
7926
|
+
--cds-slug-callout-caret-bottom: #465060;
|
7927
|
+
--cds-slug-callout-caret-bottom-background: #2d3f5c;
|
7928
|
+
--cds-slug-callout-caret-bottom-background-actions: #253042;
|
7929
|
+
--cds-slug-callout-caret-center: #456fb5;
|
7934
7930
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
7935
7931
|
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
7936
7932
|
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
7937
7933
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
7938
7934
|
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
7939
7935
|
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
7936
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
7937
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
7940
7938
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
7941
7939
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
7942
7940
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -8253,9 +8251,16 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
8253
8251
|
}
|
8254
8252
|
|
8255
8253
|
.c4p--web-terminal__documentation-overflow {
|
8254
|
+
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
8255
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
8256
|
+
--cds-ai-border-end: rgba(166, 200, 255, 0.24);
|
8257
|
+
--cds-ai-border-start: #4589ff;
|
8258
|
+
--cds-ai-border-strong: #78a9ff;
|
8259
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
8256
8260
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
8257
8261
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
8258
8262
|
--cds-ai-gradient-start-02: transparent;
|
8263
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
8259
8264
|
--cds-background: #161616;
|
8260
8265
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
8261
8266
|
--cds-background-brand: #0f62fe;
|
@@ -8271,11 +8276,11 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
8271
8276
|
--cds-border-strong-02: #8d8d8d;
|
8272
8277
|
--cds-border-strong-03: #a8a8a8;
|
8273
8278
|
--cds-border-subtle-00: #393939;
|
8274
|
-
--cds-border-subtle-01: #
|
8275
|
-
--cds-border-subtle-02: #
|
8279
|
+
--cds-border-subtle-01: #525252;
|
8280
|
+
--cds-border-subtle-02: #6f6f6f;
|
8276
8281
|
--cds-border-subtle-03: #6f6f6f;
|
8277
|
-
--cds-border-subtle-selected-01: #
|
8278
|
-
--cds-border-subtle-selected-02: #
|
8282
|
+
--cds-border-subtle-selected-01: #6f6f6f;
|
8283
|
+
--cds-border-subtle-selected-02: #8d8d8d;
|
8279
8284
|
--cds-border-subtle-selected-03: #8d8d8d;
|
8280
8285
|
--cds-border-tile-01: #525252;
|
8281
8286
|
--cds-border-tile-02: #6f6f6f;
|
@@ -8337,20 +8342,26 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
8337
8342
|
--cds-skeleton-element: #393939;
|
8338
8343
|
--cds-slug-background: #c6c6c6;
|
8339
8344
|
--cds-slug-background-hover: #e0e0e0;
|
8340
|
-
--cds-slug-callout-aura-end: rgba(
|
8345
|
+
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
8341
8346
|
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
8342
8347
|
--cds-slug-callout-aura-end-hover-02: transparent;
|
8343
8348
|
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
8344
|
-
--cds-slug-callout-aura-start: rgba(
|
8349
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
8345
8350
|
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
8346
8351
|
--cds-slug-callout-aura-start-hover-02: transparent;
|
8347
8352
|
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
8353
|
+
--cds-slug-callout-caret-bottom: #3d4655;
|
8354
|
+
--cds-slug-callout-caret-bottom-background: #213250;
|
8355
|
+
--cds-slug-callout-caret-bottom-background-actions: #192436;
|
8356
|
+
--cds-slug-callout-caret-center: #3f68af;
|
8348
8357
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
8349
8358
|
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
8350
8359
|
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
8351
8360
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
8352
8361
|
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
8353
8362
|
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
8363
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
8364
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
8354
8365
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
8355
8366
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
8356
8367
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -9555,6 +9566,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9555
9566
|
position: sticky;
|
9556
9567
|
z-index: 1;
|
9557
9568
|
left: 0;
|
9569
|
+
background-color: var(--cds-layer-01, #f4f4f4);
|
9558
9570
|
}
|
9559
9571
|
.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__cell {
|
9560
9572
|
align-items: center;
|
@@ -9576,6 +9588,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9576
9588
|
.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center th.cds--table-column-checkbox.c4p--datagrid__checkbox-cell-sticky-left {
|
9577
9589
|
position: sticky;
|
9578
9590
|
left: 0;
|
9591
|
+
background-color: var(--cds-layer-01, #f4f4f4);
|
9579
9592
|
}
|
9580
9593
|
.c4p--datagrid__grid-container table.c4p--datagrid__vertical-align-center .c4p--datagrid__checkbox-cell th.cds--table-column-checkbox {
|
9581
9594
|
display: flex;
|
@@ -9652,6 +9665,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9652
9665
|
height: 100%;
|
9653
9666
|
overflow-x: auto;
|
9654
9667
|
}
|
9668
|
+
.c4p--datagrid__grid-container .c4p--datagrid-filter-panel + .c4p--datagrid__table-container-inner .cds--data-table-content {
|
9669
|
+
height: fit-content;
|
9670
|
+
}
|
9655
9671
|
.c4p--datagrid__grid-container table.c4p--datagrid__table-simple {
|
9656
9672
|
display: flex;
|
9657
9673
|
overflow: auto;
|
@@ -9789,7 +9805,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9789
9805
|
}
|
9790
9806
|
|
9791
9807
|
.c4p--datagrid__resizableColumn:hover {
|
9792
|
-
background-color: var(--cds-
|
9808
|
+
background-color: var(--cds-layer-selected-hover);
|
9793
9809
|
}
|
9794
9810
|
.c4p--datagrid__resizableColumn:hover .c4p--datagrid__resizer {
|
9795
9811
|
border-right: 0.125rem solid var(--cds-border-strong-01, #8d8d8d);
|
@@ -10336,6 +10352,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
10336
10352
|
display: flex;
|
10337
10353
|
align-items: center;
|
10338
10354
|
border-left: 1px solid var(--cds-layer-active-02, #c6c6c6);
|
10355
|
+
background-color: var(--cds-layer-01, #f4f4f4);
|
10339
10356
|
}
|
10340
10357
|
|
10341
10358
|
.c4p--datagrid__right-sticky-column-header {
|
@@ -10351,6 +10368,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
10351
10368
|
display: flex;
|
10352
10369
|
align-items: center;
|
10353
10370
|
border-right: 1px solid var(--cds-layer-active-02, #c6c6c6);
|
10371
|
+
background-color: var(--cds-layer-01, #f4f4f4);
|
10354
10372
|
}
|
10355
10373
|
|
10356
10374
|
.c4p--datagrid__left-sticky-column-header {
|
@@ -11345,6 +11363,10 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
11345
11363
|
min-width: auto;
|
11346
11364
|
}
|
11347
11365
|
|
11366
|
+
.c4p--datagrid .cds--pagination {
|
11367
|
+
background-color: var(--cds-layer-02, #ffffff);
|
11368
|
+
}
|
11369
|
+
|
11348
11370
|
:root {
|
11349
11371
|
--cds-grid-gutter: 2rem;
|
11350
11372
|
--cds-grid-columns: 4;
|
@@ -14484,9 +14506,16 @@ a.cds--side-nav__link--current::before {
|
|
14484
14506
|
/* stylelint-disable function-no-unknown */
|
14485
14507
|
/* stylelint-disable max-nesting-depth */
|
14486
14508
|
.c4p--guidebanner {
|
14509
|
+
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
14510
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
14511
|
+
--cds-ai-border-end: rgba(166, 200, 255, 0.24);
|
14512
|
+
--cds-ai-border-start: #4589ff;
|
14513
|
+
--cds-ai-border-strong: #78a9ff;
|
14514
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
14487
14515
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
14488
14516
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
14489
14517
|
--cds-ai-gradient-start-02: transparent;
|
14518
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
14490
14519
|
--cds-background: #161616;
|
14491
14520
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
14492
14521
|
--cds-background-brand: #0f62fe;
|
@@ -14502,11 +14531,11 @@ a.cds--side-nav__link--current::before {
|
|
14502
14531
|
--cds-border-strong-02: #8d8d8d;
|
14503
14532
|
--cds-border-strong-03: #a8a8a8;
|
14504
14533
|
--cds-border-subtle-00: #393939;
|
14505
|
-
--cds-border-subtle-01: #
|
14506
|
-
--cds-border-subtle-02: #
|
14534
|
+
--cds-border-subtle-01: #525252;
|
14535
|
+
--cds-border-subtle-02: #6f6f6f;
|
14507
14536
|
--cds-border-subtle-03: #6f6f6f;
|
14508
|
-
--cds-border-subtle-selected-01: #
|
14509
|
-
--cds-border-subtle-selected-02: #
|
14537
|
+
--cds-border-subtle-selected-01: #6f6f6f;
|
14538
|
+
--cds-border-subtle-selected-02: #8d8d8d;
|
14510
14539
|
--cds-border-subtle-selected-03: #8d8d8d;
|
14511
14540
|
--cds-border-tile-01: #525252;
|
14512
14541
|
--cds-border-tile-02: #6f6f6f;
|
@@ -14568,20 +14597,26 @@ a.cds--side-nav__link--current::before {
|
|
14568
14597
|
--cds-skeleton-element: #393939;
|
14569
14598
|
--cds-slug-background: #c6c6c6;
|
14570
14599
|
--cds-slug-background-hover: #e0e0e0;
|
14571
|
-
--cds-slug-callout-aura-end: rgba(
|
14600
|
+
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
14572
14601
|
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
14573
14602
|
--cds-slug-callout-aura-end-hover-02: transparent;
|
14574
14603
|
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
14575
|
-
--cds-slug-callout-aura-start: rgba(
|
14604
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
14576
14605
|
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
14577
14606
|
--cds-slug-callout-aura-start-hover-02: transparent;
|
14578
14607
|
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
14608
|
+
--cds-slug-callout-caret-bottom: #3d4655;
|
14609
|
+
--cds-slug-callout-caret-bottom-background: #213250;
|
14610
|
+
--cds-slug-callout-caret-bottom-background-actions: #192436;
|
14611
|
+
--cds-slug-callout-caret-center: #3f68af;
|
14579
14612
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
14580
14613
|
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
14581
14614
|
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
14582
14615
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
14583
14616
|
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
14584
14617
|
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
14618
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
14619
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
14585
14620
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
14586
14621
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
14587
14622
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -15272,9 +15307,16 @@ a.cds--side-nav__link--current::before {
|
|
15272
15307
|
}
|
15273
15308
|
}
|
15274
15309
|
.c4p--non-linear-reading__dark {
|
15310
|
+
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
15311
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
15312
|
+
--cds-ai-border-end: rgba(166, 200, 255, 0.24);
|
15313
|
+
--cds-ai-border-start: #4589ff;
|
15314
|
+
--cds-ai-border-strong: #78a9ff;
|
15315
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
15275
15316
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
15276
15317
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
15277
15318
|
--cds-ai-gradient-start-02: transparent;
|
15319
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
15278
15320
|
--cds-background: #161616;
|
15279
15321
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
15280
15322
|
--cds-background-brand: #0f62fe;
|
@@ -15290,11 +15332,11 @@ a.cds--side-nav__link--current::before {
|
|
15290
15332
|
--cds-border-strong-02: #8d8d8d;
|
15291
15333
|
--cds-border-strong-03: #a8a8a8;
|
15292
15334
|
--cds-border-subtle-00: #393939;
|
15293
|
-
--cds-border-subtle-01: #
|
15294
|
-
--cds-border-subtle-02: #
|
15335
|
+
--cds-border-subtle-01: #525252;
|
15336
|
+
--cds-border-subtle-02: #6f6f6f;
|
15295
15337
|
--cds-border-subtle-03: #6f6f6f;
|
15296
|
-
--cds-border-subtle-selected-01: #
|
15297
|
-
--cds-border-subtle-selected-02: #
|
15338
|
+
--cds-border-subtle-selected-01: #6f6f6f;
|
15339
|
+
--cds-border-subtle-selected-02: #8d8d8d;
|
15298
15340
|
--cds-border-subtle-selected-03: #8d8d8d;
|
15299
15341
|
--cds-border-tile-01: #525252;
|
15300
15342
|
--cds-border-tile-02: #6f6f6f;
|
@@ -15356,20 +15398,26 @@ a.cds--side-nav__link--current::before {
|
|
15356
15398
|
--cds-skeleton-element: #393939;
|
15357
15399
|
--cds-slug-background: #c6c6c6;
|
15358
15400
|
--cds-slug-background-hover: #e0e0e0;
|
15359
|
-
--cds-slug-callout-aura-end: rgba(
|
15401
|
+
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
15360
15402
|
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
15361
15403
|
--cds-slug-callout-aura-end-hover-02: transparent;
|
15362
15404
|
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
15363
|
-
--cds-slug-callout-aura-start: rgba(
|
15405
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
15364
15406
|
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
15365
15407
|
--cds-slug-callout-aura-start-hover-02: transparent;
|
15366
15408
|
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
15409
|
+
--cds-slug-callout-caret-bottom: #3d4655;
|
15410
|
+
--cds-slug-callout-caret-bottom-background: #213250;
|
15411
|
+
--cds-slug-callout-caret-bottom-background-actions: #192436;
|
15412
|
+
--cds-slug-callout-caret-center: #3f68af;
|
15367
15413
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
15368
15414
|
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
15369
15415
|
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
15370
15416
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
15371
15417
|
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
15372
15418
|
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
15419
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
15420
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
15373
15421
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
15374
15422
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
15375
15423
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -15745,6 +15793,12 @@ a.cds--side-nav__link--current::before {
|
|
15745
15793
|
display: none;
|
15746
15794
|
}
|
15747
15795
|
|
15796
|
+
.c4p--delimited-list-truncate {
|
15797
|
+
overflow: hidden;
|
15798
|
+
text-overflow: ellipsis;
|
15799
|
+
white-space: nowrap;
|
15800
|
+
}
|
15801
|
+
|
15748
15802
|
html,
|
15749
15803
|
body,
|
15750
15804
|
div,
|
@@ -16769,9 +16823,16 @@ em {
|
|
16769
16823
|
.cds--white {
|
16770
16824
|
background-color: var(--cds-background);
|
16771
16825
|
color: var(--cds-text-primary);
|
16826
|
+
--cds-ai-aura-end: rgba(255, 255, 255, 0);
|
16827
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
16828
|
+
--cds-ai-border-end: #d0e2ff;
|
16829
|
+
--cds-ai-border-start: #78a9ff;
|
16830
|
+
--cds-ai-border-strong: #4589ff;
|
16831
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
16772
16832
|
--cds-ai-gradient-end: rgba(255, 255, 255, 0);
|
16773
16833
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
16774
16834
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
16835
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
16775
16836
|
--cds-background: #ffffff;
|
16776
16837
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
16777
16838
|
--cds-background-brand: #0f62fe;
|
@@ -16857,16 +16918,22 @@ em {
|
|
16857
16918
|
--cds-slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0);
|
16858
16919
|
--cds-slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0);
|
16859
16920
|
--cds-slug-callout-aura-end-selected: rgba(255, 255, 255, 0);
|
16860
|
-
--cds-slug-callout-aura-start: rgba(
|
16921
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
16861
16922
|
--cds-slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5);
|
16862
16923
|
--cds-slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5);
|
16863
16924
|
--cds-slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6);
|
16925
|
+
--cds-slug-callout-caret-bottom: #d0e2ff;
|
16926
|
+
--cds-slug-callout-caret-bottom-background: #d5e5ff;
|
16927
|
+
--cds-slug-callout-caret-bottom-background-actions: #dae5f8;
|
16928
|
+
--cds-slug-callout-caret-center: #a7c7ff;
|
16864
16929
|
--cds-slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85);
|
16865
16930
|
--cds-slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55);
|
16866
16931
|
--cds-slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85);
|
16867
16932
|
--cds-slug-callout-gradient-top: rgba(244, 244, 244, 0.85);
|
16868
16933
|
--cds-slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55);
|
16869
16934
|
--cds-slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85);
|
16935
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25);
|
16936
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1);
|
16870
16937
|
--cds-slug-hollow-hover: #474747;
|
16871
16938
|
--cds-support-caution-major: #ff832b;
|
16872
16939
|
--cds-support-caution-minor: #f1c21b;
|
@@ -16963,9 +17030,16 @@ em {
|
|
16963
17030
|
.cds--g10 {
|
16964
17031
|
background-color: var(--cds-background);
|
16965
17032
|
color: var(--cds-text-primary);
|
17033
|
+
--cds-ai-aura-end: rgba(255, 255, 255, 0);
|
17034
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
17035
|
+
--cds-ai-border-end: #d0e2ff;
|
17036
|
+
--cds-ai-border-start: #78a9ff;
|
17037
|
+
--cds-ai-border-strong: #4589ff;
|
17038
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
16966
17039
|
--cds-ai-gradient-end: rgba(255, 255, 255, 0);
|
16967
17040
|
--cds-ai-gradient-start-01: rgba(242, 244, 248, 0.5);
|
16968
17041
|
--cds-ai-gradient-start-02: rgba(237, 245, 255, 0.5);
|
17042
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
16969
17043
|
--cds-background: #f4f4f4;
|
16970
17044
|
--cds-background-active: rgba(141, 141, 141, 0.5);
|
16971
17045
|
--cds-background-brand: #0f62fe;
|
@@ -17051,16 +17125,22 @@ em {
|
|
17051
17125
|
--cds-slug-callout-aura-end-hover-01: rgba(255, 255, 255, 0);
|
17052
17126
|
--cds-slug-callout-aura-end-hover-02: rgba(255, 255, 255, 0);
|
17053
17127
|
--cds-slug-callout-aura-end-selected: rgba(255, 255, 255, 0);
|
17054
|
-
--cds-slug-callout-aura-start: rgba(
|
17128
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
17055
17129
|
--cds-slug-callout-aura-start-hover-01: rgba(255, 255, 255, 0.5);
|
17056
17130
|
--cds-slug-callout-aura-start-hover-02: rgba(208, 226, 255, 0.5);
|
17057
17131
|
--cds-slug-callout-aura-start-selected: rgba(237, 245, 255, 0.6);
|
17132
|
+
--cds-slug-callout-caret-bottom: #d0e2ff;
|
17133
|
+
--cds-slug-callout-caret-bottom-background: #ccdbf8;
|
17134
|
+
--cds-slug-callout-caret-bottom-background-actions: #d2dcee;
|
17135
|
+
--cds-slug-callout-caret-center: #a7c7ff;
|
17058
17136
|
--cds-slug-callout-gradient-bottom: rgba(224, 224, 224, 0.85);
|
17059
17137
|
--cds-slug-callout-gradient-bottom-hover: rgba(209, 209, 209, 0.55);
|
17060
17138
|
--cds-slug-callout-gradient-bottom-selected: rgba(209, 209, 209, 0.85);
|
17061
17139
|
--cds-slug-callout-gradient-top: rgba(244, 244, 244, 0.85);
|
17062
17140
|
--cds-slug-callout-gradient-top-hover: rgba(224, 224, 224, 0.55);
|
17063
17141
|
--cds-slug-callout-gradient-top-selected: rgba(224, 224, 224, 0.85);
|
17142
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 67, 206, 0.25);
|
17143
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.1);
|
17064
17144
|
--cds-slug-hollow-hover: #474747;
|
17065
17145
|
--cds-support-caution-major: #ff832b;
|
17066
17146
|
--cds-support-caution-minor: #f1c21b;
|
@@ -17157,8 +17237,15 @@ em {
|
|
17157
17237
|
.cds--g90 {
|
17158
17238
|
background-color: var(--cds-background);
|
17159
17239
|
color: var(--cds-text-primary);
|
17240
|
+
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
17241
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
17242
|
+
--cds-ai-border-end: rgba(166, 200, 255, 0.24);
|
17243
|
+
--cds-ai-border-start: #4589ff;
|
17244
|
+
--cds-ai-border-strong: #78a9ff;
|
17245
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
17160
17246
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
17161
17247
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
17248
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
17162
17249
|
--cds-background: #262626;
|
17163
17250
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
17164
17251
|
--cds-background-brand: #0f62fe;
|
@@ -17174,11 +17261,11 @@ em {
|
|
17174
17261
|
--cds-border-strong-02: #a8a8a8;
|
17175
17262
|
--cds-border-strong-03: #c6c6c6;
|
17176
17263
|
--cds-border-subtle-00: #525252;
|
17177
|
-
--cds-border-subtle-01: #
|
17178
|
-
--cds-border-subtle-02: #
|
17264
|
+
--cds-border-subtle-01: #6f6f6f;
|
17265
|
+
--cds-border-subtle-02: #8d8d8d;
|
17179
17266
|
--cds-border-subtle-03: #8d8d8d;
|
17180
|
-
--cds-border-subtle-selected-01: #
|
17181
|
-
--cds-border-subtle-selected-02: #
|
17267
|
+
--cds-border-subtle-selected-01: #8d8d8d;
|
17268
|
+
--cds-border-subtle-selected-02: #a8a8a8;
|
17182
17269
|
--cds-border-subtle-selected-03: #a8a8a8;
|
17183
17270
|
--cds-border-tile-01: #6f6f6f;
|
17184
17271
|
--cds-border-tile-02: #8d8d8d;
|
@@ -17240,18 +17327,24 @@ em {
|
|
17240
17327
|
--cds-skeleton-element: #525252;
|
17241
17328
|
--cds-slug-background: #c6c6c6;
|
17242
17329
|
--cds-slug-background-hover: #e0e0e0;
|
17243
|
-
--cds-slug-callout-aura-end: rgba(
|
17330
|
+
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
17244
17331
|
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
17245
17332
|
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
17246
|
-
--cds-slug-callout-aura-start: rgba(
|
17333
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
17247
17334
|
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
17248
17335
|
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
17336
|
+
--cds-slug-callout-caret-bottom: #465060;
|
17337
|
+
--cds-slug-callout-caret-bottom-background: #2d3f5c;
|
17338
|
+
--cds-slug-callout-caret-bottom-background-actions: #253042;
|
17339
|
+
--cds-slug-callout-caret-center: #456fb5;
|
17249
17340
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
17250
17341
|
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
17251
17342
|
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
17252
17343
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
17253
17344
|
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
17254
17345
|
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
17346
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
17347
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
17255
17348
|
--cds-slug-hollow-hover: #b5b5b5;
|
17256
17349
|
--cds-support-caution-major: #ff832b;
|
17257
17350
|
--cds-support-caution-minor: #f1c21b;
|
@@ -17347,8 +17440,15 @@ em {
|
|
17347
17440
|
.cds--g100 {
|
17348
17441
|
background-color: var(--cds-background);
|
17349
17442
|
color: var(--cds-text-primary);
|
17443
|
+
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
17444
|
+
--cds-ai-aura-start: rgba(69, 137, 255, 0.1);
|
17445
|
+
--cds-ai-border-end: rgba(166, 200, 255, 0.24);
|
17446
|
+
--cds-ai-border-start: #4589ff;
|
17447
|
+
--cds-ai-border-strong: #78a9ff;
|
17448
|
+
--cds-ai-drop-shadow: rgba(15, 98, 254, 0.32);
|
17350
17449
|
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
17351
17450
|
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
17451
|
+
--cds-ai-inner-shadow: rgba(69, 137, 255, 0.2);
|
17352
17452
|
--cds-background: #161616;
|
17353
17453
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
17354
17454
|
--cds-background-brand: #0f62fe;
|
@@ -17364,11 +17464,11 @@ em {
|
|
17364
17464
|
--cds-border-strong-02: #8d8d8d;
|
17365
17465
|
--cds-border-strong-03: #a8a8a8;
|
17366
17466
|
--cds-border-subtle-00: #393939;
|
17367
|
-
--cds-border-subtle-01: #
|
17368
|
-
--cds-border-subtle-02: #
|
17467
|
+
--cds-border-subtle-01: #525252;
|
17468
|
+
--cds-border-subtle-02: #6f6f6f;
|
17369
17469
|
--cds-border-subtle-03: #6f6f6f;
|
17370
|
-
--cds-border-subtle-selected-01: #
|
17371
|
-
--cds-border-subtle-selected-02: #
|
17470
|
+
--cds-border-subtle-selected-01: #6f6f6f;
|
17471
|
+
--cds-border-subtle-selected-02: #8d8d8d;
|
17372
17472
|
--cds-border-subtle-selected-03: #8d8d8d;
|
17373
17473
|
--cds-border-tile-01: #525252;
|
17374
17474
|
--cds-border-tile-02: #6f6f6f;
|
@@ -17430,18 +17530,24 @@ em {
|
|
17430
17530
|
--cds-skeleton-element: #393939;
|
17431
17531
|
--cds-slug-background: #c6c6c6;
|
17432
17532
|
--cds-slug-background-hover: #e0e0e0;
|
17433
|
-
--cds-slug-callout-aura-end: rgba(
|
17533
|
+
--cds-slug-callout-aura-end: rgba(0, 0, 0, 0);
|
17434
17534
|
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
17435
17535
|
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
17436
|
-
--cds-slug-callout-aura-start: rgba(
|
17536
|
+
--cds-slug-callout-aura-start: rgba(69, 137, 255, 0.1);
|
17437
17537
|
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
17438
17538
|
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
17539
|
+
--cds-slug-callout-caret-bottom: #3d4655;
|
17540
|
+
--cds-slug-callout-caret-bottom-background: #213250;
|
17541
|
+
--cds-slug-callout-caret-bottom-background-actions: #192436;
|
17542
|
+
--cds-slug-callout-caret-center: #3f68af;
|
17439
17543
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
17440
17544
|
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
17441
17545
|
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
17442
17546
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
17443
17547
|
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
17444
17548
|
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
17549
|
+
--cds-slug-callout-shadow-outer-01: rgba(0, 45, 156, 0.25);
|
17550
|
+
--cds-slug-callout-shadow-outer-02: rgba(0, 0, 0, 0.65);
|
17445
17551
|
--cds-slug-hollow-hover: #b5b5b5;
|
17446
17552
|
--cds-support-caution-major: #ff832b;
|
17447
17553
|
--cds-support-caution-minor: #f1c21b;
|
@@ -18095,15 +18201,15 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
18095
18201
|
}
|
18096
18202
|
|
18097
18203
|
.cds--popover--left-top > .cds--popover > .cds--popover-content {
|
18098
|
-
inset-block-start:
|
18204
|
+
inset-block-start: 50%;
|
18099
18205
|
inset-inline-end: 100%;
|
18100
|
-
transform: translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(-0.5 * var(--cds-popover-offset, 0rem)
|
18206
|
+
transform: translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(-0.5 * var(--cds-popover-offset, 0rem) - 16px));
|
18101
18207
|
}
|
18102
18208
|
|
18103
18209
|
.cds--popover--left-bottom > .cds--popover > .cds--popover-content {
|
18104
|
-
inset-block-end:
|
18210
|
+
inset-block-end: 50%;
|
18105
18211
|
inset-inline-end: 100%;
|
18106
|
-
transform: translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(0.5 * var(--cds-popover-offset, 0rem)
|
18212
|
+
transform: translate(calc(-1 * var(--cds-popover-offset, 0rem)), calc(0.5 * var(--cds-popover-offset, 0rem) + 16px));
|
18107
18213
|
}
|
18108
18214
|
|
18109
18215
|
[dir=rtl] .cds--popover--left > .cds--popover > .cds--popover-content,
|
@@ -21365,8 +21471,9 @@ fieldset[disabled] .cds--form__helper-text {
|
|
21365
21471
|
transform: translateY(-50%);
|
21366
21472
|
}
|
21367
21473
|
|
21368
|
-
.cds--text-input__field-wrapper--slug .cds--text-input {
|
21369
|
-
background-image: linear-gradient(
|
21474
|
+
.cds--text-input__field-wrapper--slug .cds--text-input:not(:has(~ .cds--slug--revert)) {
|
21475
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
21476
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
21370
21477
|
padding-inline-end: 2.5rem;
|
21371
21478
|
}
|
21372
21479
|
|
@@ -22566,8 +22673,13 @@ fieldset[disabled] .cds--form__helper-text {
|
|
22566
22673
|
transform: translateY(-50%);
|
22567
22674
|
}
|
22568
22675
|
|
22569
|
-
.cds--list-box__wrapper--slug .cds--list-box {
|
22570
|
-
background-image: linear-gradient(
|
22676
|
+
.cds--list-box__wrapper--slug .cds--list-box:not(:has(.cds--slug--revert)) {
|
22677
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
22678
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
22679
|
+
}
|
22680
|
+
|
22681
|
+
.cds--list-box__wrapper--slug .cds--list-box input[role=combobox] {
|
22682
|
+
border-block-end-color: transparent;
|
22571
22683
|
}
|
22572
22684
|
|
22573
22685
|
.cds--list-box__wrapper--slug .cds--list-box__field,
|
@@ -23485,6 +23597,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
23485
23597
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
23486
23598
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
23487
23599
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
23600
|
+
flex: 1;
|
23488
23601
|
}
|
23489
23602
|
|
23490
23603
|
.cds--radio-button__appearance {
|
@@ -24419,13 +24532,15 @@ tr.cds--data-table--selected:last-of-type td {
|
|
24419
24532
|
}
|
24420
24533
|
|
24421
24534
|
.cds--data-table tbody tr:has(> .cds--table-column-slug--active) {
|
24422
|
-
background-image: linear-gradient(90deg, var(--cds-ai-
|
24535
|
+
background-image: linear-gradient(90deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
24536
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
24423
24537
|
background-attachment: fixed;
|
24424
24538
|
}
|
24425
24539
|
|
24426
24540
|
.cds--data-table thead th.cds--table-sort__header--slug .cds--table-sort,
|
24427
24541
|
.cds--data-table thead th:has(> .cds--table-header-label--slug) {
|
24428
|
-
background-image: linear-gradient(180deg, var(--cds-ai-
|
24542
|
+
background-image: linear-gradient(180deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 100%, transparent 100%);
|
24543
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
24429
24544
|
}
|
24430
24545
|
|
24431
24546
|
.cds--table-column-slug .cds--slug {
|
@@ -26869,8 +26984,9 @@ th .cds--table-sort__flex {
|
|
26869
26984
|
transform: translateY(-50%);
|
26870
26985
|
}
|
26871
26986
|
|
26872
|
-
.cds--date-picker-input__wrapper--slug .cds--date-picker__input {
|
26873
|
-
background-image: linear-gradient(
|
26987
|
+
.cds--date-picker-input__wrapper--slug .cds--date-picker__input:not(:has(~ .cds--slug--revert)) {
|
26988
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
26989
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
26874
26990
|
padding-inline-end: 4rem;
|
26875
26991
|
}
|
26876
26992
|
|
@@ -28589,8 +28705,13 @@ button.cds--dropdown-text:focus {
|
|
28589
28705
|
inset-block-start: 2.6875rem;
|
28590
28706
|
}
|
28591
28707
|
|
28592
|
-
.cds--date-picker--fluid .cds--date-picker-input__wrapper--slug {
|
28593
|
-
background-image: linear-gradient(
|
28708
|
+
.cds--date-picker--fluid .cds--date-picker-input__wrapper--slug:not(:has(~ .cds--slug--revert)) {
|
28709
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
28710
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
28711
|
+
}
|
28712
|
+
|
28713
|
+
.cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--date-picker__input:not(.cds--date-picker__input--invalid) {
|
28714
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
28594
28715
|
}
|
28595
28716
|
|
28596
28717
|
.cds--date-picker--fluid .cds--date-picker-input__wrapper--slug .cds--date-picker__input,
|
@@ -29141,12 +29262,17 @@ button.cds--dropdown-text:focus {
|
|
29141
29262
|
padding-inline-end: 9rem;
|
29142
29263
|
}
|
29143
29264
|
|
29144
|
-
.cds--number__input-wrapper--slug input[type=number],
|
29265
|
+
.cds--number__input-wrapper--slug input[type=number]:not(:has(~ .cds--slug--revert)),
|
29145
29266
|
.cds--number__input-wrapper--slug input[type=number]:disabled {
|
29146
|
-
background-image: linear-gradient(
|
29267
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
29268
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
29147
29269
|
padding-inline-end: 7rem;
|
29148
29270
|
}
|
29149
29271
|
|
29272
|
+
.cds--number__input-wrapper--slug .cds--number__control-btn {
|
29273
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
29274
|
+
}
|
29275
|
+
|
29150
29276
|
.cds--number.cds--skeleton {
|
29151
29277
|
position: relative;
|
29152
29278
|
padding: 0;
|
@@ -29398,8 +29524,9 @@ button.cds--dropdown-text:focus {
|
|
29398
29524
|
padding-inline-end: 7.5rem;
|
29399
29525
|
}
|
29400
29526
|
|
29401
|
-
.cds--number-input--fluid .cds--number__input-wrapper--slug {
|
29402
|
-
background-image: linear-gradient(
|
29527
|
+
.cds--number-input--fluid .cds--number__input-wrapper--slug:not(:has(~ .cds--slug--revert)) {
|
29528
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
29529
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
29403
29530
|
}
|
29404
29531
|
|
29405
29532
|
.cds--search--fluid {
|
@@ -29774,8 +29901,9 @@ optgroup.cds--select-optgroup:disabled,
|
|
29774
29901
|
transform: translateY(-50%);
|
29775
29902
|
}
|
29776
29903
|
|
29777
|
-
.cds--select--slug .cds--select-input {
|
29778
|
-
background-image: linear-gradient(
|
29904
|
+
.cds--select--slug .cds--select-input:not(:has(~ .cds--slug--revert)) {
|
29905
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
29906
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
29779
29907
|
padding-inline-end: 4rem;
|
29780
29908
|
}
|
29781
29909
|
|
@@ -30072,8 +30200,9 @@ optgroup.cds--select-optgroup:disabled,
|
|
30072
30200
|
transform: translate(0);
|
30073
30201
|
}
|
30074
30202
|
|
30075
|
-
.cds--text-area__wrapper--slug .cds--text-area {
|
30076
|
-
background-image: linear-gradient(
|
30203
|
+
.cds--text-area__wrapper--slug .cds--text-area:not(:has(~ .cds--slug--revert)) {
|
30204
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
30205
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
30077
30206
|
padding-inline-end: 2.5rem;
|
30078
30207
|
}
|
30079
30208
|
|
@@ -30294,8 +30423,9 @@ optgroup.cds--select-optgroup:disabled,
|
|
30294
30423
|
inline-size: 80%;
|
30295
30424
|
}
|
30296
30425
|
|
30297
|
-
.cds--text-area--fluid .cds--text-area__wrapper--slug {
|
30298
|
-
background-image: linear-gradient(
|
30426
|
+
.cds--text-area--fluid .cds--text-area__wrapper--slug:not(:has(~ .cds--slug--revert)) {
|
30427
|
+
background-image: linear-gradient(0deg, var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)) 0%, 15%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%, transparent 100%);
|
30428
|
+
border-block-end-color: var(--cds-ai-border-strong, #4589ff);
|
30299
30429
|
}
|
30300
30430
|
|
30301
30431
|
.cds--text-area--fluid .cds--text-area__wrapper--slug .cds--text-area--invalid ~ .cds--slug,
|
@@ -31214,18 +31344,19 @@ optgroup.cds--select-optgroup:disabled,
|
|
31214
31344
|
align-items: flex-start;
|
31215
31345
|
}
|
31216
31346
|
|
31217
|
-
.cds--modal-close {
|
31347
|
+
.cds--modal-close-button {
|
31218
31348
|
position: absolute;
|
31219
|
-
|
31220
|
-
|
31349
|
+
inset-block-start: 0;
|
31350
|
+
inset-inline-end: 0;
|
31351
|
+
}
|
31352
|
+
|
31353
|
+
.cds--modal-close {
|
31221
31354
|
padding: 0.75rem;
|
31222
31355
|
border: 2px solid transparent;
|
31223
31356
|
background-color: transparent;
|
31224
31357
|
block-size: 3rem;
|
31225
31358
|
cursor: pointer;
|
31226
31359
|
inline-size: 3rem;
|
31227
|
-
inset-block-start: 0;
|
31228
|
-
inset-inline-end: 0;
|
31229
31360
|
transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
31230
31361
|
}
|
31231
31362
|
.cds--modal-close:hover {
|
@@ -31261,12 +31392,12 @@ optgroup.cds--select-optgroup:disabled,
|
|
31261
31392
|
}
|
31262
31393
|
|
31263
31394
|
.cds--modal--slug .cds--modal-container {
|
31264
|
-
background: linear-gradient(
|
31395
|
+
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
|
31265
31396
|
background-color: var(--cds-layer);
|
31266
31397
|
}
|
31267
31398
|
|
31268
31399
|
.cds--modal--slug .cds--modal-container:has(.cds--btn-set:not(.cds--modal-footer--three-button) > button:not(:only-child)) {
|
31269
|
-
background: linear-gradient(
|
31400
|
+
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) calc(0% + 64px), var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
|
31270
31401
|
background-color: var(--cds-layer);
|
31271
31402
|
}
|
31272
31403
|
|
@@ -31276,8 +31407,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
31276
31407
|
inset-inline-end: 0;
|
31277
31408
|
}
|
31278
31409
|
|
31279
|
-
.cds--modal-header > .cds--slug:has(+ .cds--modal-close),
|
31280
|
-
.cds--modal-header > .cds--modal-close ~ .cds--slug,
|
31410
|
+
.cds--modal-header > .cds--slug:has(+ .cds--modal-close-button),
|
31411
|
+
.cds--modal-header > .cds--modal-close-button ~ .cds--slug,
|
31281
31412
|
.cds--modal--slug .cds--modal-container-body > .cds--slug {
|
31282
31413
|
inset-inline-end: 3rem;
|
31283
31414
|
}
|
@@ -34450,32 +34581,181 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
34450
34581
|
}
|
34451
34582
|
|
34452
34583
|
.cds--slug.cds--slug--enabled .cds--slug-content {
|
34453
|
-
background: linear-gradient(
|
34454
|
-
border: 1px solid
|
34455
|
-
border-radius:
|
34456
|
-
|
34457
|
-
box-shadow: -45px 45px 100px rgba(0, 0, 0, 0.2);
|
34584
|
+
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
|
34585
|
+
border: 1px solid transparent;
|
34586
|
+
border-radius: 0.5rem;
|
34587
|
+
box-shadow: inset 0 -80px 70px -65px var(--cds-ai-inner-shadow, rgba(69, 137, 255, 0.2)), -40px 30px 100px -25px var(--cds-slug-callout-shadow-outer-01, rgba(0, 67, 206, 0.25)), -60px 80px 60px -45px var(--cds-slug-callout-shadow-outer-02, rgba(0, 0, 0, 0.1));
|
34458
34588
|
color: var(--cds-text-primary, #161616);
|
34459
34589
|
min-inline-size: 17.5rem;
|
34460
34590
|
}
|
34461
34591
|
|
34462
34592
|
.cds--slug.cds--slug--enabled > .cds--toggletip > .cds--popover > .cds--popover-caret {
|
34463
|
-
background:
|
34593
|
+
background: transparent;
|
34594
|
+
clip-path: none;
|
34595
|
+
}
|
34596
|
+
|
34597
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--top,
|
34598
|
+
.cds--popover--top-right,
|
34599
|
+
.cds--popover--top-left,
|
34600
|
+
.cds--popover--bottom,
|
34601
|
+
.cds--popover--bottom-right,
|
34602
|
+
.cds--popover--bottom-left,
|
34603
|
+
.cds--popover--left,
|
34604
|
+
.cds--popover--left-top,
|
34605
|
+
.cds--popover--left-bottom,
|
34606
|
+
.cds--popover--right,
|
34607
|
+
.cds--popover--right-top,
|
34608
|
+
.cds--popover--right-bottom) > .cds--popover > .cds--popover-caret::before {
|
34609
|
+
position: absolute;
|
34610
|
+
display: block;
|
34611
|
+
border: 1px solid var(--cds-ai-border-start, #78a9ff);
|
34612
|
+
background: var(--cds-background, #ffffff);
|
34613
|
+
block-size: 0.75rem;
|
34614
|
+
clip-path: polygon(98% 0, 0 0, -52% 150%) border-box;
|
34615
|
+
content: "";
|
34616
|
+
inline-size: 0.75rem;
|
34617
|
+
transform: rotate(45deg);
|
34618
|
+
}
|
34619
|
+
|
34620
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--top,
|
34621
|
+
.cds--popover--top-right,
|
34622
|
+
.cds--popover--top-left,
|
34623
|
+
.cds--popover--bottom,
|
34624
|
+
.cds--popover--bottom-right,
|
34625
|
+
.cds--popover--bottom-left,
|
34626
|
+
.cds--popover--left,
|
34627
|
+
.cds--popover--left-top,
|
34628
|
+
.cds--popover--left-bottom,
|
34629
|
+
.cds--popover--right,
|
34630
|
+
.cds--popover--right-top,
|
34631
|
+
.cds--popover--right-bottom) > .cds--popover > .cds--popover-caret::after {
|
34632
|
+
position: absolute;
|
34633
|
+
display: block;
|
34634
|
+
background: var(--cds-background, #ffffff);
|
34635
|
+
block-size: 0.875rem;
|
34636
|
+
content: "";
|
34637
|
+
inline-size: 0.125rem;
|
34638
|
+
}
|
34639
|
+
|
34640
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--top,
|
34641
|
+
.cds--popover--top-right,
|
34642
|
+
.cds--popover--top-left) > .cds--popover > .cds--popover-caret::before {
|
34643
|
+
inset-block-end: 0.0625rem;
|
34644
|
+
transform: rotate(-135deg);
|
34645
|
+
}
|
34646
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--top,
|
34647
|
+
.cds--popover--top-right,
|
34648
|
+
.cds--popover--top-left) > .cds--popover > .cds--popover-caret::after {
|
34649
|
+
background: var(--cds-slug-callout-caret-bottom-background, #d5e5ff);
|
34650
|
+
block-size: 0.125rem;
|
34651
|
+
border-end-end-radius: 50%;
|
34652
|
+
border-end-start-radius: 50%;
|
34653
|
+
inline-size: 0.875rem;
|
34654
|
+
inset-block-start: -0.125rem;
|
34655
|
+
inset-inline-start: -0.0625rem;
|
34656
|
+
}
|
34657
|
+
|
34658
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--top,
|
34659
|
+
.cds--popover--top-right,
|
34660
|
+
.cds--popover--top-left) > .cds--popover > .cds--slug-content--with-actions + .cds--popover-caret::after {
|
34661
|
+
display: none;
|
34662
|
+
}
|
34663
|
+
|
34664
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--right,
|
34665
|
+
.cds--popover--right-bottom,
|
34666
|
+
.cds--popover--right-top) > .cds--popover > .cds--popover-caret::before {
|
34667
|
+
inset-inline-start: 0.0625rem;
|
34668
|
+
transform: rotate(-45deg);
|
34669
|
+
}
|
34670
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--right,
|
34671
|
+
.cds--popover--right-bottom,
|
34672
|
+
.cds--popover--right-top) > .cds--popover > .cds--popover-caret::after {
|
34673
|
+
border-end-start-radius: 50%;
|
34674
|
+
border-start-start-radius: 50%;
|
34675
|
+
inset-block-start: -0.0625rem;
|
34676
|
+
inset-inline-start: 0.375rem;
|
34677
|
+
}
|
34678
|
+
|
34679
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--bottom,
|
34680
|
+
.cds--popover--bottom-left,
|
34681
|
+
.cds--popover--bottom-right) > .cds--popover > .cds--popover-caret::before {
|
34682
|
+
inset-block-start: 0.0625rem;
|
34683
|
+
transform: rotate(45deg);
|
34684
|
+
}
|
34685
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--bottom,
|
34686
|
+
.cds--popover--bottom-left,
|
34687
|
+
.cds--popover--bottom-right) > .cds--popover > .cds--popover-caret::after {
|
34688
|
+
block-size: 0.125rem;
|
34689
|
+
border-start-end-radius: 50%;
|
34690
|
+
border-start-start-radius: 50%;
|
34691
|
+
inline-size: 0.875rem;
|
34692
|
+
inset-block-end: -0.15625rem;
|
34693
|
+
inset-inline-start: -0.0625rem;
|
34694
|
+
}
|
34695
|
+
|
34696
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left,
|
34697
|
+
.cds--popover--left-bottom,
|
34698
|
+
.cds--popover--left-top) > .cds--popover > .cds--popover-caret::before {
|
34699
|
+
inset-inline-end: 0.0625rem;
|
34700
|
+
transform: rotate(135deg);
|
34701
|
+
}
|
34702
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left,
|
34703
|
+
.cds--popover--left-bottom,
|
34704
|
+
.cds--popover--left-top) > .cds--popover > .cds--popover-caret::after {
|
34705
|
+
border-end-end-radius: 50%;
|
34706
|
+
border-start-end-radius: 50%;
|
34707
|
+
inset-block-start: -0.0625rem;
|
34708
|
+
inset-inline-start: -0.125rem;
|
34709
|
+
}
|
34710
|
+
|
34711
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left-bottom,
|
34712
|
+
.cds--popover--right-bottom) > .cds--popover > .cds--popover-caret::after {
|
34713
|
+
background: transparent;
|
34714
|
+
}
|
34715
|
+
|
34716
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left-bottom,
|
34717
|
+
.cds--popover--right-bottom,
|
34718
|
+
.cds--popover--top,
|
34719
|
+
.cds--popover--top-right,
|
34720
|
+
.cds--popover--top-left) > .cds--popover > .cds--popover-caret::before {
|
34721
|
+
border-color: var(--cds-slug-callout-caret-bottom, #d0e2ff);
|
34722
|
+
background: var(--cds-slug-callout-caret-bottom-background, #d5e5ff);
|
34723
|
+
}
|
34724
|
+
|
34725
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left-bottom,
|
34726
|
+
.cds--popover--right-bottom,
|
34727
|
+
.cds--popover--top,
|
34728
|
+
.cds--popover--top-right,
|
34729
|
+
.cds--popover--top-left) > .cds--popover:has(.cds--slug-content--with-actions) > .cds--popover-caret::before {
|
34730
|
+
background: var(--cds-slug-callout-caret-bottom-background-actions, #dae5f8);
|
34731
|
+
}
|
34732
|
+
|
34733
|
+
.cds--slug.cds--slug--enabled > .cds--toggletip:is(.cds--popover--left,
|
34734
|
+
.cds--popover--right) > .cds--popover > .cds--popover-caret::before {
|
34735
|
+
border-color: var(--cds-slug-callout-caret-center, #a7c7ff);
|
34464
34736
|
}
|
34465
34737
|
|
34466
34738
|
.cds--slug.cds--slug--enabled .cds--toggletip-content {
|
34467
|
-
max-inline-size: 20.875rem;
|
34468
34739
|
padding-block-end: 5rem;
|
34469
|
-
padding-block-start:
|
34470
|
-
padding-inline:
|
34740
|
+
padding-block-start: 1.5rem;
|
34741
|
+
padding-inline: 1.5rem;
|
34742
|
+
}
|
34743
|
+
|
34744
|
+
.cds--slug.cds--slug--enabled .cds--slug-content--with-actions .cds--toggletip-content {
|
34745
|
+
max-inline-size: 20.875rem;
|
34746
|
+
}
|
34747
|
+
|
34748
|
+
.cds--slug.cds--slug--enabled .cds--slug-content:not(.cds--slug-content--with-actions) .cds--toggletip-content {
|
34749
|
+
max-inline-size: 20rem;
|
34471
34750
|
}
|
34472
34751
|
|
34473
34752
|
.cds--slug.cds--slug--enabled .cds--slug-actions {
|
34474
34753
|
position: absolute;
|
34475
34754
|
justify-content: flex-end;
|
34476
|
-
|
34477
|
-
|
34478
|
-
border-end-
|
34755
|
+
backdrop-filter: blur(85px);
|
34756
|
+
background: rgba(0, 0, 0, 0.01);
|
34757
|
+
border-end-end-radius: 0.5rem;
|
34758
|
+
border-end-start-radius: 0.5rem;
|
34479
34759
|
column-gap: 0;
|
34480
34760
|
inline-size: 100%;
|
34481
34761
|
inset-block-end: 0;
|
@@ -34489,7 +34769,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
34489
34769
|
|
34490
34770
|
.cds--slug.cds--slug--enabled .cds--slug-actions .cds--btn--primary {
|
34491
34771
|
order: 1;
|
34492
|
-
border-end-end-radius:
|
34772
|
+
border-end-end-radius: 0.4375rem;
|
34493
34773
|
}
|
34494
34774
|
|
34495
34775
|
.cds--slug.cds--slug--revert {
|
@@ -35700,12 +35980,12 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
35700
35980
|
}
|
35701
35981
|
|
35702
35982
|
.cds--tile--slug.cds--tile {
|
35703
|
-
background: linear-gradient(
|
35983
|
+
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
|
35704
35984
|
border: 1px solid var(--cds-border-tile);
|
35705
35985
|
}
|
35706
35986
|
|
35707
35987
|
.cds--tile--slug.cds--tile--expandable:hover {
|
35708
|
-
background: linear-gradient(
|
35988
|
+
background: linear-gradient(to top, var(--cds-ai-aura-start, rgba(69, 137, 255, 0.1)) 0%, var(--cds-ai-aura-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, #78a9ff), var(--cds-ai-border-end, #d0e2ff)) border-box, linear-gradient(to top, var(--cds-background, #ffffff), var(--cds-background, #ffffff)) border-box;
|
35709
35989
|
}
|
35710
35990
|
|
35711
35991
|
.cds--tile--slug.cds--tile--selectable::before,
|