@carbon/ibm-products 2.57.1 → 2.58.0-rc.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/css/index-full-carbon.css +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.css +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 +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/Datagrid/useOnRowClick.js +2 -1
- package/lib/components/Datagrid/useOnRowClick.js +2 -1
- package/package.json +5 -5
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +1 -1
@@ -18526,7 +18526,7 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
18526
18526
|
pointer-events: none;
|
18527
18527
|
}
|
18528
18528
|
|
18529
|
-
.c4p--condition-builder__condition-wrapper
|
18529
|
+
.c4p--condition-builder__condition-wrapper {
|
18530
18530
|
font-size: var(--cds-body-01-font-size, 0.875rem);
|
18531
18531
|
font-weight: var(--cds-body-01-font-weight, 400);
|
18532
18532
|
line-height: var(--cds-body-01-line-height, 1.42857);
|