@carbon/ibm-products 2.43.2-canary.338 → 2.43.2-canary.339
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 +3 -3
- package/telemetry.yml +5 -1
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.339+5932aedd3",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"dependencies": {
|
97
97
|
"@babel/runtime": "^7.23.9",
|
98
98
|
"@carbon/feature-flags": "^0.24.0",
|
99
|
-
"@carbon/ibm-products-styles": "^2.
|
99
|
+
"@carbon/ibm-products-styles": "^2.49.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": "5932aedd393fd99a702762c0d5f9ce83454b2fcb"
|
124
124
|
}
|
package/telemetry.yml
CHANGED
@@ -80,6 +80,7 @@ collect:
|
|
80
80
|
- disabledCell
|
81
81
|
- disableSubmit
|
82
82
|
- displayMetalPanel
|
83
|
+
- downloadLinkLabel
|
83
84
|
- draggableClass
|
84
85
|
- element
|
85
86
|
- emptyStateAction
|
@@ -232,6 +233,7 @@ collect:
|
|
232
233
|
- onNext
|
233
234
|
- onOverflowClick
|
234
235
|
- onOverflowTagChange
|
236
|
+
- onPrevious
|
235
237
|
- onPrimaryButtonClick
|
236
238
|
- onRemove
|
237
239
|
- onRequestClose
|
@@ -575,14 +577,15 @@ collect:
|
|
575
577
|
- modalDescription
|
576
578
|
- modalSecondaryButtonText
|
577
579
|
- modalTitle
|
580
|
+
- onClickInfluencerStep
|
578
581
|
- secondaryTitle
|
579
582
|
# CreateInfluencer
|
583
|
+
- onClickStep
|
580
584
|
- stepData
|
581
585
|
# CreateTearsheet
|
582
586
|
- experimentalSecondarySubmitText
|
583
587
|
# CreateTearsheetStep
|
584
588
|
- experimentalSecondarySubmit
|
585
|
-
- onPrevious
|
586
589
|
# CustomizeColumnsTearsheet
|
587
590
|
- columnDefinitions
|
588
591
|
- onSaveColumnPrefs
|
@@ -794,6 +797,7 @@ collect:
|
|
794
797
|
- actionBarItems
|
795
798
|
- actionBarMenuOptionsClass
|
796
799
|
- actionBarOverflowAriaLabel
|
800
|
+
- breadcrumbLabel
|
797
801
|
- breadcrumbOverflowAriaLabel
|
798
802
|
- collapseHeader
|
799
803
|
- collapseHeaderIconDescription
|