@carbon/ibm-products 2.57.1 → 2.58.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
@@ -18525,7 +18525,7 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
18525
18525
|
pointer-events: none;
|
18526
18526
|
}
|
18527
18527
|
|
18528
|
-
.c4p--condition-builder__condition-wrapper
|
18528
|
+
.c4p--condition-builder__condition-wrapper {
|
18529
18529
|
font-size: var(--cds-body-01-font-size, 0.875rem);
|
18530
18530
|
font-weight: var(--cds-body-01-font-weight, 400);
|
18531
18531
|
line-height: var(--cds-body-01-line-height, 1.42857);
|