@carbon/ibm-products 2.17.0 → 2.17.2
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/css/index-full-carbon.css +584 -187
- 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 +84 -8
- 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 +90 -8
- 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 +138 -8
- 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/CreateSidePanel/CreateSidePanel.js +7 -1
- package/es/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +6 -4
- package/es/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -1
- package/es/components/Datagrid/Datagrid/DatagridRow.js +13 -3
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +19 -1
- package/es/components/Datagrid/Datagrid/DatagridToolbar.js +8 -0
- package/es/components/Datagrid/Datagrid/addons/stateReducer.js +67 -24
- package/es/components/Datagrid/useExpandedRow.js +3 -6
- package/es/components/Datagrid/useFocusRowExpander.js +40 -0
- package/es/components/Datagrid/useNestedRowExpander.js +9 -0
- package/es/components/Datagrid/useNestedRows.js +1 -5
- package/es/components/Datagrid/useRowExpander.js +9 -0
- package/es/components/Datagrid/useSelectRows.js +23 -11
- package/es/components/EditSidePanel/EditSidePanel.js +8 -2
- package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -0
- package/es/components/SidePanel/SidePanel.js +39 -19
- package/es/global/js/hooks/useCreateComponentStepChange.js +1 -1
- package/es/global/js/package-settings.js +0 -2
- package/lib/components/CreateSidePanel/CreateSidePanel.js +7 -1
- package/lib/components/CreateTearsheet/preview-components/MultiStepTearsheet.js +6 -4
- package/lib/components/Datagrid/Datagrid/DatagridExpandedRow.js +3 -1
- package/lib/components/Datagrid/Datagrid/DatagridRow.js +13 -3
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +19 -1
- package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +8 -0
- package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +68 -25
- package/lib/components/Datagrid/useExpandedRow.js +2 -5
- package/lib/components/Datagrid/useFocusRowExpander.js +45 -0
- package/lib/components/Datagrid/useNestedRowExpander.js +9 -0
- package/lib/components/Datagrid/useNestedRows.js +1 -5
- package/lib/components/Datagrid/useRowExpander.js +9 -0
- package/lib/components/Datagrid/useSelectRows.js +23 -11
- package/lib/components/EditSidePanel/EditSidePanel.js +8 -2
- package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -0
- package/lib/components/SidePanel/SidePanel.js +38 -18
- package/lib/global/js/hooks/useCreateComponentStepChange.js +1 -1
- package/lib/global/js/package-settings.js +0 -2
- package/package.json +5 -5
- package/scss/components/CreateTearsheet/_create-tearsheet.scss +6 -0
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +21 -0
- package/scss/components/Datagrid/styles/_useNestedRows.scss +1 -1
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +9 -0
- package/scss/components/SidePanel/_side-panel.scss +22 -6
- package/scss/components/WebTerminal/_web-terminal.scss +5 -0
package/css/index.css
CHANGED
@@ -1189,6 +1189,12 @@
|
|
1189
1189
|
box-shadow: none;
|
1190
1190
|
}
|
1191
1191
|
|
1192
|
+
.cds--btn-set .cds--btn.cds--btn--loading {
|
1193
|
+
border-color: transparent;
|
1194
|
+
background-color: transparent;
|
1195
|
+
box-shadow: none;
|
1196
|
+
}
|
1197
|
+
|
1192
1198
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
1193
1199
|
.cds--btn:focus {
|
1194
1200
|
color: Highlight;
|
@@ -3244,6 +3250,28 @@ fieldset[disabled] .cds--form__helper-text {
|
|
3244
3250
|
border-block-end-color: var(--cds-border-subtle);
|
3245
3251
|
}
|
3246
3252
|
|
3253
|
+
.cds--text-input__field-wrapper .cds--slug {
|
3254
|
+
position: absolute;
|
3255
|
+
inset-block-start: 50%;
|
3256
|
+
inset-inline-end: 1rem;
|
3257
|
+
transform: translateY(-50%);
|
3258
|
+
}
|
3259
|
+
|
3260
|
+
.cds--text-input__field-wrapper--slug .cds--text-input {
|
3261
|
+
background-image: linear-gradient(270deg, var(--cds-ai-gradient-start-01, rgba(242, 244, 248, 0.5)) 0%, var(--cds-ai-gradient-end, rgba(255, 255, 255, 0)) 33%, transparent 100%), linear-gradient(270deg, var(--cds-ai-gradient-start-02, rgba(237, 245, 255, 0.5)) 0%, var(--cds-ai-gradient-end, rgba(255, 255, 255, 0)) 33%, transparent 100%);
|
3262
|
+
padding-inline-end: 2.5rem;
|
3263
|
+
}
|
3264
|
+
|
3265
|
+
.cds--text-input--invalid:has(~ .cds--slug),
|
3266
|
+
.cds--text-input--warning:has(~ .cds--slug) {
|
3267
|
+
padding-inline-end: 4rem;
|
3268
|
+
}
|
3269
|
+
|
3270
|
+
.cds--text-input--invalid ~ .cds--slug,
|
3271
|
+
.cds--text-input--warning ~ .cds--slug {
|
3272
|
+
inset-inline-end: 2.5rem;
|
3273
|
+
}
|
3274
|
+
|
3247
3275
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
3248
3276
|
.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg,
|
3249
3277
|
.cds--btn.cds--btn--icon-only.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg {
|
@@ -3335,6 +3363,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
3335
3363
|
.cds--loading--small {
|
3336
3364
|
block-size: 1rem;
|
3337
3365
|
inline-size: 1rem;
|
3366
|
+
line-height: 1rem;
|
3338
3367
|
}
|
3339
3368
|
.cds--loading--small circle {
|
3340
3369
|
stroke-width: 16;
|
@@ -3470,6 +3499,16 @@ fieldset[disabled] .cds--form__helper-text {
|
|
3470
3499
|
stroke: var(--cds-interactive, #0f62fe);
|
3471
3500
|
}
|
3472
3501
|
|
3502
|
+
.cds--btn .cds--inline-loading--btn {
|
3503
|
+
min-block-size: 0;
|
3504
|
+
}
|
3505
|
+
.cds--btn .cds--inline-loading--btn .cds--inline-loading__text {
|
3506
|
+
font-size: var(--cds-body-short-01-font-size, 0.875rem);
|
3507
|
+
font-weight: var(--cds-body-short-01-font-weight, 400);
|
3508
|
+
line-height: var(--cds-body-short-01-line-height, 1.28572);
|
3509
|
+
letter-spacing: var(--cds-body-short-01-letter-spacing, 0.16px);
|
3510
|
+
}
|
3511
|
+
|
3473
3512
|
/* If IE11 Don't show check animation */
|
3474
3513
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
3475
3514
|
.cds--inline-loading__checkmark-container {
|
@@ -7118,6 +7157,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
7118
7157
|
--c4p--side-panel--content-bottom-padding: 4rem;
|
7119
7158
|
--c4p--side-panel--collapsed-title-y-position: 1rem;
|
7120
7159
|
--c4p--side-panel--label-text-height: 0;
|
7160
|
+
--c4p--side-panel--title-padding-right: 3rem;
|
7121
7161
|
position: fixed;
|
7122
7162
|
z-index: 9000;
|
7123
7163
|
top: 3rem;
|
@@ -7283,6 +7323,9 @@ a.cds--overflow-menu-options__btn::before {
|
|
7283
7323
|
.c4p--side-panel__container .c4p--side-panel__title-container.c4p--side-panel__title-container-without-title::before {
|
7284
7324
|
background-color: transparent;
|
7285
7325
|
}
|
7326
|
+
.c4p--side-panel__container.c4p--side-panel__container--has-slug {
|
7327
|
+
--c4p--side-panel--title-padding-right: 6rem;
|
7328
|
+
}
|
7286
7329
|
.c4p--side-panel__container.c4p--side-panel__container-is-animating {
|
7287
7330
|
pointer-events: none;
|
7288
7331
|
}
|
@@ -7302,7 +7345,8 @@ a.cds--overflow-menu-options__btn::before {
|
|
7302
7345
|
letter-spacing: var(--cds-heading-03-letter-spacing, 0);
|
7303
7346
|
display: -webkit-box;
|
7304
7347
|
overflow: hidden;
|
7305
|
-
|
7348
|
+
/* stylelint-disable-next-line carbon/layout-token-use -- custom css property set below */
|
7349
|
+
padding-right: var(--c4p--side-panel--title-padding-right);
|
7306
7350
|
-webkit-box-orient: vertical;
|
7307
7351
|
-webkit-line-clamp: 2;
|
7308
7352
|
position: inherit;
|
@@ -7318,7 +7362,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
7318
7362
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
7319
7363
|
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
7320
7364
|
overflow: hidden;
|
7321
|
-
padding-right:
|
7365
|
+
padding-right: var(--c4p--side-panel--title-padding-right);
|
7322
7366
|
opacity: var(--c4p--side-panel--subtitle-opacity);
|
7323
7367
|
text-overflow: ellipsis;
|
7324
7368
|
transform: translateY(var(--c4p--side-panel--title-y-position));
|
@@ -7331,7 +7375,8 @@ a.cds--overflow-menu-options__btn::before {
|
|
7331
7375
|
letter-spacing: var(--cds-heading-compact-02-letter-spacing, 0);
|
7332
7376
|
display: -webkit-box;
|
7333
7377
|
overflow: hidden;
|
7334
|
-
|
7378
|
+
/* stylelint-disable-next-line carbon/layout-token-use -- custom css property set below */
|
7379
|
+
padding-right: var(--c4p--side-panel--title-padding-right);
|
7335
7380
|
-webkit-box-orient: vertical;
|
7336
7381
|
-webkit-line-clamp: 2;
|
7337
7382
|
position: absolute;
|
@@ -7376,6 +7421,9 @@ a.cds--overflow-menu-options__btn::before {
|
|
7376
7421
|
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));
|
7377
7422
|
overflow-x: hidden;
|
7378
7423
|
}
|
7424
|
+
.c4p--side-panel__container.c4p--side-panel__container--has-slug .c4p--side-panel__inner-content {
|
7425
|
+
background-image: linear-gradient(0deg, var(--cds-ai-gradient-start-01, rgba(242, 244, 248, 0.5)) 0%, var(--cds-ai-gradient-end, rgba(255, 255, 255, 0)) 33%, transparent 100%), linear-gradient(0deg, var(--cds-ai-gradient-start-02, rgba(237, 245, 255, 0.5)) 0%, var(--cds-ai-gradient-end, rgba(255, 255, 255, 0)) 33%, transparent 100%);
|
7426
|
+
}
|
7379
7427
|
.c4p--side-panel__container .c4p--side-panel__inner-content-with-actions {
|
7380
7428
|
height: calc(100vh - (var(--c4p--side-panel--content-bottom-padding) + 2rem));
|
7381
7429
|
}
|
@@ -7428,17 +7476,22 @@ a.cds--overflow-menu-options__btn::before {
|
|
7428
7476
|
color: var(--cds-text-primary, #161616);
|
7429
7477
|
}
|
7430
7478
|
.c4p--side-panel__container .cds--btn.c4p--side-panel__close-button {
|
7431
|
-
position: absolute;
|
7432
|
-
z-index: 5;
|
7433
|
-
top: 0.5rem;
|
7434
|
-
right: 1rem;
|
7435
7479
|
display: flex;
|
7436
7480
|
align-items: center;
|
7437
7481
|
justify-content: center;
|
7482
|
+
margin: 0.5rem;
|
7483
|
+
margin-bottom: 0;
|
7438
7484
|
}
|
7439
7485
|
.c4p--side-panel__container .cds--btn.c4p--side-panel__close-button .cds--btn__icon {
|
7440
7486
|
margin: 0;
|
7441
7487
|
}
|
7488
|
+
.c4p--side-panel__container .c4p--side-panel__slug-and-close {
|
7489
|
+
position: fixed;
|
7490
|
+
z-index: 5;
|
7491
|
+
top: 0;
|
7492
|
+
right: 0;
|
7493
|
+
display: flex;
|
7494
|
+
}
|
7442
7495
|
.c4p--side-panel__container .c4p--side-panel__body-content {
|
7443
7496
|
padding: 1rem;
|
7444
7497
|
padding-top: 0;
|
@@ -7940,6 +7993,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
7940
7993
|
overflow-x: hidden;
|
7941
7994
|
}
|
7942
7995
|
|
7996
|
+
.c4p--tearsheet-create .c4p--tearsheet-create__content .cds--form {
|
7997
|
+
height: inherit;
|
7998
|
+
}
|
7999
|
+
|
7943
8000
|
.c4p--tearsheet-create .c4p--tearsheet-create__content .cds--grid {
|
7944
8001
|
padding: 0;
|
7945
8002
|
margin: 0;
|
@@ -8492,6 +8549,21 @@ a.cds--overflow-menu-options__btn::before {
|
|
8492
8549
|
margin-inline-start: 0.5rem;
|
8493
8550
|
}
|
8494
8551
|
|
8552
|
+
.cds--radio-button-group--slug legend.cds--label,
|
8553
|
+
.cds--radio-button-wrapper--slug .cds--radio-button__label-text {
|
8554
|
+
display: flex;
|
8555
|
+
}
|
8556
|
+
|
8557
|
+
.cds--radio-button-group--slug legend.cds--label .cds--slug,
|
8558
|
+
.cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--slug {
|
8559
|
+
margin-inline-start: 0.5rem;
|
8560
|
+
}
|
8561
|
+
|
8562
|
+
.cds--radio-button-wrapper--slug .cds--radio-button__label-text .cds--slug__button--inline {
|
8563
|
+
line-height: inherit;
|
8564
|
+
margin-block-start: -0.0625rem;
|
8565
|
+
}
|
8566
|
+
|
8495
8567
|
.c4p--export-modal .cds--modal-footer .cds--btn {
|
8496
8568
|
max-width: none;
|
8497
8569
|
}
|
@@ -9645,6 +9717,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9645
9717
|
}
|
9646
9718
|
}
|
9647
9719
|
.c4p--notifications-panel__container {
|
9720
|
+
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
9721
|
+
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
9722
|
+
--cds-ai-gradient-start-02: transparent;
|
9648
9723
|
--cds-background: #161616;
|
9649
9724
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
9650
9725
|
--cds-background-brand: #0f62fe;
|
@@ -9727,9 +9802,19 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
9727
9802
|
--cds-slug-background: #c6c6c6;
|
9728
9803
|
--cds-slug-background-hover: #e0e0e0;
|
9729
9804
|
--cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
|
9805
|
+
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
9806
|
+
--cds-slug-callout-aura-end-hover-02: transparent;
|
9807
|
+
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
9730
9808
|
--cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
|
9809
|
+
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
9810
|
+
--cds-slug-callout-aura-start-hover-02: transparent;
|
9811
|
+
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
9731
9812
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
9813
|
+
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
9814
|
+
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
9732
9815
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
9816
|
+
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
9817
|
+
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
9733
9818
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
9734
9819
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
9735
9820
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -14314,6 +14399,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14314
14399
|
despite of which carbon theme the user has.
|
14315
14400
|
*/
|
14316
14401
|
.c4p--web-terminal {
|
14402
|
+
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
14403
|
+
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
14404
|
+
--cds-ai-gradient-start-02: transparent;
|
14317
14405
|
--cds-background: #262626;
|
14318
14406
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
14319
14407
|
--cds-background-brand: #0f62fe;
|
@@ -14396,9 +14484,19 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14396
14484
|
--cds-slug-background: #c6c6c6;
|
14397
14485
|
--cds-slug-background-hover: #e0e0e0;
|
14398
14486
|
--cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
|
14487
|
+
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
14488
|
+
--cds-slug-callout-aura-end-hover-02: transparent;
|
14489
|
+
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
14399
14490
|
--cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
|
14491
|
+
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
14492
|
+
--cds-slug-callout-aura-start-hover-02: transparent;
|
14493
|
+
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
14400
14494
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
14495
|
+
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
14496
|
+
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
14401
14497
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
14498
|
+
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
14499
|
+
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
14402
14500
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
14403
14501
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
14404
14502
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -14761,6 +14859,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14761
14859
|
}
|
14762
14860
|
|
14763
14861
|
.c4p--web-terminal__documentation-overflow {
|
14862
|
+
--cds-ai-gradient-end: rgba(38, 38, 38, 0);
|
14863
|
+
--cds-ai-gradient-start-01: rgba(208, 226, 255, 0.2);
|
14864
|
+
--cds-ai-gradient-start-02: transparent;
|
14764
14865
|
--cds-background: #161616;
|
14765
14866
|
--cds-background-active: rgba(141, 141, 141, 0.4);
|
14766
14867
|
--cds-background-brand: #0f62fe;
|
@@ -14843,9 +14944,19 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
14843
14944
|
--cds-slug-background: #c6c6c6;
|
14844
14945
|
--cds-slug-background-hover: #e0e0e0;
|
14845
14946
|
--cds-slug-callout-aura-end: rgba(22, 22, 22, 0);
|
14947
|
+
--cds-slug-callout-aura-end-hover-01: rgba(22, 22, 22, 0);
|
14948
|
+
--cds-slug-callout-aura-end-hover-02: transparent;
|
14949
|
+
--cds-slug-callout-aura-end-selected: rgba(22, 22, 22, 0);
|
14846
14950
|
--cds-slug-callout-aura-start: rgba(208, 226, 255, 0.2);
|
14951
|
+
--cds-slug-callout-aura-start-hover-01: rgba(184, 211, 255, 0.3);
|
14952
|
+
--cds-slug-callout-aura-start-hover-02: transparent;
|
14953
|
+
--cds-slug-callout-aura-start-selected: rgba(208, 226, 255, 0.2);
|
14847
14954
|
--cds-slug-callout-gradient-bottom: rgba(38, 38, 38, 0.85);
|
14955
|
+
--cds-slug-callout-gradient-bottom-hover: rgba(71, 71, 71, 0.55);
|
14956
|
+
--cds-slug-callout-gradient-bottom-selected: rgba(71, 71, 71, 0.85);
|
14848
14957
|
--cds-slug-callout-gradient-top: rgba(22, 22, 22, 0.85);
|
14958
|
+
--cds-slug-callout-gradient-top-hover: rgba(57, 57, 57, 0.55);
|
14959
|
+
--cds-slug-callout-gradient-top-selected: rgba(57, 57, 57, 0.85);
|
14849
14960
|
--cds-slug-gradient: #8d8d8d linear-gradient(135deg, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
|
14850
14961
|
--cds-slug-gradient-hover: #a8a8a8 linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
|
14851
14962
|
--cds-slug-hollow-hover: #b5b5b5;
|
@@ -15185,6 +15296,10 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
15185
15296
|
--cds-border-tile: var(--cds-border-tile-01, #c6c6c6);
|
15186
15297
|
}
|
15187
15298
|
|
15299
|
+
.c4p--web-terminal__documentation-overflow .cds--overflow-menu-options__btn {
|
15300
|
+
text-decoration: none;
|
15301
|
+
}
|
15302
|
+
|
15188
15303
|
.c4p--web-terminal__body {
|
15189
15304
|
height: 100%;
|
15190
15305
|
}
|
@@ -16713,7 +16828,7 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
16713
16828
|
position: relative;
|
16714
16829
|
}
|
16715
16830
|
|
16716
|
-
.c4p--datagrid tr.c4p--datagrid__carbon-nested-row + :not(tr.c4p--datagrid__carbon-nested-row)::
|
16831
|
+
.c4p--datagrid tr.c4p--datagrid__carbon-nested-row + :not(tr.c4p--datagrid__carbon-nested-row)::after {
|
16717
16832
|
position: absolute;
|
16718
16833
|
/* stylelint-disable-next-line carbon/layout-token-use */
|
16719
16834
|
top: -1px;
|
@@ -17067,6 +17182,11 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
17067
17182
|
background-color: var(--cds-layer-02, #ffffff);
|
17068
17183
|
}
|
17069
17184
|
|
17185
|
+
.c4p--datagrid table.cds--data-table--xl.c4p--datagrid__vertical-align-center td.c4p--datagrid__expandable-row-cell,
|
17186
|
+
.c4p--datagrid table.cds--data-table--xl.c4p--datagrid__vertical-align-top td.c4p--datagrid__expandable-row-cell {
|
17187
|
+
padding-top: 0.5rem;
|
17188
|
+
}
|
17189
|
+
|
17070
17190
|
/*
|
17071
17191
|
* Licensed Materials - Property of IBM
|
17072
17192
|
* 5724-Q36
|
@@ -17369,6 +17489,16 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
17369
17489
|
background: var(--cds-layer-hover);
|
17370
17490
|
}
|
17371
17491
|
|
17492
|
+
.c4p--datagrid .cds--data-table tbody tr:hover td.c4p--datagrid__expanded-row-cell-wrapper,
|
17493
|
+
.c4p--datagrid .cds--data-table td.c4p--datagrid__expanded-row-cell-wrapper,
|
17494
|
+
.c4p--datagrid .cds--data-table .c4p--datagrid__carbon-row-expanded td.c4p--datagrid__expandable-row-cell {
|
17495
|
+
border: none;
|
17496
|
+
}
|
17497
|
+
|
17498
|
+
.c4p--datagrid .cds--data-table td.c4p--datagrid__expanded-row-cell-wrapper {
|
17499
|
+
padding: 0;
|
17500
|
+
}
|
17501
|
+
|
17372
17502
|
.c4p--datagrid__draggable-handleStyle {
|
17373
17503
|
display: flex;
|
17374
17504
|
align-items: center;
|