@carbon/ibm-products 2.62.0 → 2.63.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.
@@ -153,7 +153,7 @@ var ConditionBuilderItem = function ConditionBuilderItem(_ref) {
|
|
153
153
|
// @ts-ignore
|
154
154
|
if (config !== null && config !== void 0 && config.operators && rest['data-name'] === 'operatorField') {
|
155
155
|
var _getCustomOperatorLab, _getCustomOperatorLab2;
|
156
|
-
return (_getCustomOperatorLab = (_getCustomOperatorLab2 = getCustomOperatorLabel(propertyLabel)) === null || _getCustomOperatorLab2 === void 0 ? void 0 : _getCustomOperatorLab2.label) !== null && _getCustomOperatorLab !== void 0 ? _getCustomOperatorLab :
|
156
|
+
return (_getCustomOperatorLab = (_getCustomOperatorLab2 = getCustomOperatorLabel(propertyLabel)) === null || _getCustomOperatorLab2 === void 0 ? void 0 : _getCustomOperatorLab2.label) !== null && _getCustomOperatorLab !== void 0 ? _getCustomOperatorLab : addOperatorText;
|
157
157
|
} else if (propertyLabel) {
|
158
158
|
return propertyLabel;
|
159
159
|
} else if (rest['data-name'] === 'propertyField') {
|
@@ -155,7 +155,7 @@ var ConditionBuilderItem = function ConditionBuilderItem(_ref) {
|
|
155
155
|
// @ts-ignore
|
156
156
|
if (config !== null && config !== void 0 && config.operators && rest['data-name'] === 'operatorField') {
|
157
157
|
var _getCustomOperatorLab, _getCustomOperatorLab2;
|
158
|
-
return (_getCustomOperatorLab = (_getCustomOperatorLab2 = getCustomOperatorLabel(propertyLabel)) === null || _getCustomOperatorLab2 === void 0 ? void 0 : _getCustomOperatorLab2.label) !== null && _getCustomOperatorLab !== void 0 ? _getCustomOperatorLab :
|
158
|
+
return (_getCustomOperatorLab = (_getCustomOperatorLab2 = getCustomOperatorLabel(propertyLabel)) === null || _getCustomOperatorLab2 === void 0 ? void 0 : _getCustomOperatorLab2.label) !== null && _getCustomOperatorLab !== void 0 ? _getCustomOperatorLab : addOperatorText;
|
159
159
|
} else if (propertyLabel) {
|
160
160
|
return propertyLabel;
|
161
161
|
} else if (rest['data-name'] === 'propertyField') {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/ibm-products",
|
3
3
|
"description": "Carbon for IBM Products",
|
4
|
-
"version": "2.
|
4
|
+
"version": "2.63.0",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"@rollup/plugin-typescript": "^12.1.2",
|
73
73
|
"@types/react-table": "^7.7.20",
|
74
74
|
"babel-plugin-dev-expression": "^0.2.3",
|
75
|
-
"babel-preset-ibm-cloud-cognitive": "^0.
|
75
|
+
"babel-preset-ibm-cloud-cognitive": "^0.21.0",
|
76
76
|
"chalk": "^4.1.2",
|
77
77
|
"change-case": "5.4.4",
|
78
78
|
"classnames": "^2.5.1",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"fs-extra": "^11.3.0",
|
82
82
|
"glob": "^11.0.1",
|
83
83
|
"jest": "^29.7.0",
|
84
|
-
"jest-config-ibm-cloud-cognitive": "^1.
|
84
|
+
"jest-config-ibm-cloud-cognitive": "^1.22.0",
|
85
85
|
"jest-environment-jsdom": "^29.7.0",
|
86
86
|
"namor": "^1.1.2",
|
87
87
|
"npm-check-updates": "^17.1.15",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"dependencies": {
|
97
97
|
"@babel/runtime": "^7.26.9",
|
98
98
|
"@carbon/feature-flags": "^0.24.0",
|
99
|
-
"@carbon/ibm-products-styles": "^2.
|
99
|
+
"@carbon/ibm-products-styles": "^2.59.0",
|
100
100
|
"@carbon/telemetry": "^0.1.0",
|
101
101
|
"@carbon/utilities": "^0.4.0",
|
102
102
|
"@dnd-kit/core": "^6.3.1",
|
@@ -118,5 +118,5 @@
|
|
118
118
|
"react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
|
119
119
|
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0"
|
120
120
|
},
|
121
|
-
"gitHead": "
|
121
|
+
"gitHead": "5e391143783f07e648878658b2895f160395fe93"
|
122
122
|
}
|