@carbon/ibm-products 2.43.2-canary.247 → 2.43.2-canary.248
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.
@@ -65,6 +65,10 @@ export interface ProductiveCardProps extends PropsWithChildren {
|
|
65
65
|
* Aria label prop required for OverflowMenu
|
66
66
|
*/
|
67
67
|
overflowAriaLabel?: string;
|
68
|
+
/**
|
69
|
+
* Determines if the primary button is enabled or not
|
70
|
+
*/
|
71
|
+
primaryButtonDisabled?: boolean;
|
68
72
|
/**
|
69
73
|
* Optionally specify an href for your Button to become an <a> element
|
70
74
|
*/
|
@@ -98,6 +98,10 @@ ProductiveCard.propTypes = {
|
|
98
98
|
* Aria label prop required for OverflowMenu
|
99
99
|
*/
|
100
100
|
overflowAriaLabel: PropTypes.string,
|
101
|
+
/**
|
102
|
+
* Determines if the primary button is enabled or not
|
103
|
+
*/
|
104
|
+
primaryButtonDisabled: PropTypes.bool,
|
101
105
|
/**
|
102
106
|
* Optionally specify an href for your Button to become an <a> element
|
103
107
|
*/
|
@@ -65,6 +65,10 @@ export interface ProductiveCardProps extends PropsWithChildren {
|
|
65
65
|
* Aria label prop required for OverflowMenu
|
66
66
|
*/
|
67
67
|
overflowAriaLabel?: string;
|
68
|
+
/**
|
69
|
+
* Determines if the primary button is enabled or not
|
70
|
+
*/
|
71
|
+
primaryButtonDisabled?: boolean;
|
68
72
|
/**
|
69
73
|
* Optionally specify an href for your Button to become an <a> element
|
70
74
|
*/
|
@@ -106,6 +106,10 @@ exports.ProductiveCard.propTypes = {
|
|
106
106
|
* Aria label prop required for OverflowMenu
|
107
107
|
*/
|
108
108
|
overflowAriaLabel: index["default"].string,
|
109
|
+
/**
|
110
|
+
* Determines if the primary button is enabled or not
|
111
|
+
*/
|
112
|
+
primaryButtonDisabled: index["default"].bool,
|
109
113
|
/**
|
110
114
|
* Optionally specify an href for your Button to become an <a> element
|
111
115
|
*/
|
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.248+7d1736402",
|
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.22.0",
|
99
|
-
"@carbon/ibm-products-styles": "^2.
|
99
|
+
"@carbon/ibm-products-styles": "^2.46.0-rc.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": "7d17364029712bd54fc9f97e7a2c1af0a9e7b381"
|
124
124
|
}
|