@carbon/ibm-products 2.43.2-canary.246 → 2.43.2-canary.248

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.246+ec3dead1b",
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",
@@ -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": "ec3dead1b2dd6c727e09bcd0356d567721d5209f"
123
+ "gitHead": "7d17364029712bd54fc9f97e7a2c1af0a9e7b381"
124
124
  }
@@ -75,17 +75,6 @@ $carbon-input: #{$carbon-prefix}--text-input;
75
75
  line-height: inherit;
76
76
  }
77
77
 
78
- .#{$block-class}__ellipsis {
79
- position: relative;
80
- margin-left: calc(-1 * $spacing-05);
81
- opacity: 0;
82
- }
83
-
84
- .#{$block-class}--overflows:not(.#{$block-class}--focused)
85
- .#{$block-class}__ellipsis {
86
- opacity: 1;
87
- }
88
-
89
78
  .#{$block-class}__text-input-label {
90
79
  display: none;
91
80
  }