@carbon/ibm-products 2.43.2-canary.67 → 2.43.2-canary.69
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/package.json +4 -4
- package/telemetry.yml +12 -2
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.43.2-canary.
|
4
|
+
"version": "2.43.2-canary.69+c2b96626f",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"fs-extra": "^11.2.0",
|
82
82
|
"glob": "^10.3.10",
|
83
83
|
"jest": "^29.7.0",
|
84
|
-
"jest-config-ibm-cloud-cognitive": "^1.3.0
|
84
|
+
"jest-config-ibm-cloud-cognitive": "^1.3.0",
|
85
85
|
"jest-environment-jsdom": "^29.7.0",
|
86
86
|
"namor": "^1.1.2",
|
87
87
|
"npm-check-updates": "^16.14.12",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"dependencies": {
|
97
97
|
"@babel/runtime": "^7.23.9",
|
98
98
|
"@carbon/feature-flags": "^0.20.0",
|
99
|
-
"@carbon/ibm-products-styles": "^2.
|
99
|
+
"@carbon/ibm-products-styles": "^2.40.0",
|
100
100
|
"@carbon/telemetry": "^0.1.0",
|
101
101
|
"@dnd-kit/core": "^6.0.8",
|
102
102
|
"@dnd-kit/modifiers": "^7.0.0",
|
@@ -120,5 +120,5 @@
|
|
120
120
|
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
|
121
121
|
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
|
122
122
|
},
|
123
|
-
"gitHead": "
|
123
|
+
"gitHead": "c2b96626fdc12299d1aedd35a0dd0bbb2371f726"
|
124
124
|
}
|
package/telemetry.yml
CHANGED
@@ -60,6 +60,8 @@ collect:
|
|
60
60
|
- count
|
61
61
|
- currentMatcher
|
62
62
|
- currentStep
|
63
|
+
- CustomizeColumnsButton
|
64
|
+
- customizeColumnsProps
|
63
65
|
- CustomizeColumnsTearsheet
|
64
66
|
- customizeTearsheetHeadingLabel
|
65
67
|
- data
|
@@ -70,6 +72,7 @@ collect:
|
|
70
72
|
- defaultColumn
|
71
73
|
- defaultEmptyRowCount
|
72
74
|
- description
|
75
|
+
- disableColumnSwapping
|
73
76
|
- disabled
|
74
77
|
- disabledCell
|
75
78
|
- disableSubmit
|
@@ -203,6 +206,7 @@ collect:
|
|
203
206
|
- onActiveCellChange
|
204
207
|
- onAllRowSelect
|
205
208
|
- onApply
|
209
|
+
- onBlur
|
206
210
|
- onCancel
|
207
211
|
- onChange
|
208
212
|
- onClick
|
@@ -264,6 +268,7 @@ collect:
|
|
264
268
|
- productive
|
265
269
|
- radio
|
266
270
|
- reactTableFiltersState
|
271
|
+
- readOnlyTable
|
267
272
|
- renderIcon
|
268
273
|
- renderRowHeader
|
269
274
|
- renderRowHeaderDirection
|
@@ -341,6 +346,7 @@ collect:
|
|
341
346
|
- tooltipAlignment
|
342
347
|
- tooltipText
|
343
348
|
- totalVisibleColumns
|
349
|
+
- translateWithId
|
344
350
|
- translateWithIdBatchActions
|
345
351
|
- truncate
|
346
352
|
- truncateValue
|
@@ -530,7 +536,6 @@ collect:
|
|
530
536
|
# ConditionBuilderButton
|
531
537
|
- hideLabel
|
532
538
|
- isInvalid
|
533
|
-
- onBlur
|
534
539
|
- onFocus
|
535
540
|
- onMouseEnter
|
536
541
|
- onMouseLeave
|
@@ -539,6 +544,9 @@ collect:
|
|
539
544
|
- wrapperProps
|
540
545
|
# ConditionBuilderItem
|
541
546
|
- popOverClassName
|
547
|
+
- renderChildren
|
548
|
+
# ConditionBuilderItemDate
|
549
|
+
- parentRef
|
542
550
|
# ConditionConnector
|
543
551
|
- operator
|
544
552
|
# ConditionPreview
|
@@ -823,7 +831,6 @@ collect:
|
|
823
831
|
- sortItems
|
824
832
|
- submitLabel
|
825
833
|
- titleText
|
826
|
-
- translateWithId
|
827
834
|
# SelectAllWithToggle
|
828
835
|
- getToggleAllPageRowsSelectedProps
|
829
836
|
- getToggleAllRowsSelectedProps
|
@@ -1091,6 +1098,9 @@ collect:
|
|
1091
1098
|
# General - updateMethod
|
1092
1099
|
- batch
|
1093
1100
|
- instant
|
1101
|
+
# General - variant
|
1102
|
+
- sentence
|
1103
|
+
- tree
|
1094
1104
|
# General - verticalPosition
|
1095
1105
|
- lower
|
1096
1106
|
- normal
|