@carbon/ibm-products 2.43.2-canary.89 → 2.43.2-canary.90
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 +2 -2
- package/telemetry.yml +5 -14
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.90+24db46d00",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -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": "24db46d006d6d24f738daaf64ab65cd33b712e33"
|
124
124
|
}
|
package/telemetry.yml
CHANGED
@@ -53,7 +53,6 @@ collect:
|
|
53
53
|
- columnInputPlaceholder
|
54
54
|
- columns
|
55
55
|
- condition
|
56
|
-
- conditionBuilderRef
|
57
56
|
- conditionState
|
58
57
|
- config
|
59
58
|
- containingElementRef
|
@@ -502,6 +501,7 @@ collect:
|
|
502
501
|
- toggleLabel
|
503
502
|
- toggleLabelAlign
|
504
503
|
# Coachmark
|
504
|
+
- autoAlign
|
505
505
|
- overlayClassName
|
506
506
|
- overlayKind
|
507
507
|
- overlayRef
|
@@ -547,6 +547,8 @@ collect:
|
|
547
547
|
- renderChildren
|
548
548
|
# ConditionBuilderItemDate
|
549
549
|
- parentRef
|
550
|
+
# ConditionBuilderProvider
|
551
|
+
- conditionBuilderRef
|
550
552
|
# ConditionConnector
|
551
553
|
- operator
|
552
554
|
# ConditionPreview
|
@@ -569,6 +571,7 @@ collect:
|
|
569
571
|
- primaryButtonTextLabel
|
570
572
|
- secondaryButtonTextLabel
|
571
573
|
# DataSpreadsheet
|
574
|
+
- onColDrag
|
572
575
|
- spreadsheetAriaLabel
|
573
576
|
# DataSpreadsheetBody
|
574
577
|
- activeCellRef
|
@@ -580,6 +583,7 @@ collect:
|
|
580
583
|
- setClickAndHoldActive
|
581
584
|
- setColumnOrder
|
582
585
|
- setContainerHasFocus
|
586
|
+
- setCurrentColumns
|
583
587
|
- totalColumnsWidth
|
584
588
|
# DataSpreadsheetHeader
|
585
589
|
- headerCellHoldActive
|
@@ -1145,19 +1149,6 @@ collect:
|
|
1145
1149
|
- text
|
1146
1150
|
# PageHeader - fullWidthGrid
|
1147
1151
|
- xl
|
1148
|
-
# StringFormatter - tooltipDirection
|
1149
|
-
- '"bottom-left"'
|
1150
|
-
- '"bottom-right"'
|
1151
|
-
- '"bottom"'
|
1152
|
-
- '"left-bottom"'
|
1153
|
-
- '"left-top"'
|
1154
|
-
- '"left"'
|
1155
|
-
- '"right-bottom"'
|
1156
|
-
- '"right-top"'
|
1157
|
-
- '"right"'
|
1158
|
-
- '"top-left"'
|
1159
|
-
- '"top-right"'
|
1160
|
-
- '"top"'
|
1161
1152
|
npm:
|
1162
1153
|
dependencies: null
|
1163
1154
|
js:
|