@carbon/ibm-products 2.43.2-canary.281 → 2.43.2-canary.282
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 +4 -3
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.282+30596f136",
|
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": "30596f136ad0ee274e0b4f55bd5fc1f1e4c40530"
|
124
124
|
}
|
package/telemetry.yml
CHANGED
@@ -18,6 +18,7 @@ collect:
|
|
18
18
|
- align
|
19
19
|
- allPageRowsLabel
|
20
20
|
- allRowsLabel
|
21
|
+
- allTagsModalAriaLabel
|
21
22
|
- allTagsModalSearchLabel
|
22
23
|
- allTagsModalSearchPlaceholderText
|
23
24
|
- allTagsModalSearchThreshold
|
@@ -131,6 +132,7 @@ collect:
|
|
131
132
|
- hasCloseIcon
|
132
133
|
- hasCustomRowHeader
|
133
134
|
- hasFieldset
|
135
|
+
- headerActions
|
134
136
|
- headerGroups
|
135
137
|
- HeaderRow
|
136
138
|
- headers
|
@@ -227,6 +229,7 @@ collect:
|
|
227
229
|
- onMouseEnter
|
228
230
|
- onMouseLeave
|
229
231
|
- onNext
|
232
|
+
- onOverflowClick
|
230
233
|
- onOverflowTagChange
|
231
234
|
- onPrimaryButtonClick
|
232
235
|
- onRemove
|
@@ -357,6 +360,7 @@ collect:
|
|
357
360
|
- totalVisibleColumns
|
358
361
|
- translateWithId
|
359
362
|
- translateWithIdBatchActions
|
363
|
+
- triggerButtonRef
|
360
364
|
- truncate
|
361
365
|
- truncateValue
|
362
366
|
- type
|
@@ -768,7 +772,6 @@ collect:
|
|
768
772
|
- secondsAgoText
|
769
773
|
- settingsIconDescription
|
770
774
|
- todayLabel
|
771
|
-
- triggerButtonRef
|
772
775
|
- yearAgoText
|
773
776
|
- yearsAgoText
|
774
777
|
- yesterdayAtText
|
@@ -883,8 +886,6 @@ collect:
|
|
883
886
|
- width
|
884
887
|
# TagOverflow
|
885
888
|
- tagComponent
|
886
|
-
# TearsheetShell
|
887
|
-
- headerActions
|
888
889
|
# Toolbar
|
889
890
|
- vertical
|
890
891
|
# ToolbarButton
|