@carbon/react 1.72.0-rc.0 → 1.72.0

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.
@@ -131,7 +131,7 @@ export interface SelectableTileProps extends HTMLAttributes<HTMLDivElement> {
131
131
  * The value of the `<input>`.
132
132
  * @deprecated
133
133
  */
134
- value: string | number;
134
+ value?: string | number;
135
135
  }
136
136
  export declare const SelectableTile: React.ForwardRefExoticComponent<SelectableTileProps & React.RefAttributes<HTMLDivElement>>;
137
137
  export interface ExpandableTileProps extends HTMLAttributes<HTMLDivElement> {
@@ -131,7 +131,7 @@ export interface SelectableTileProps extends HTMLAttributes<HTMLDivElement> {
131
131
  * The value of the `<input>`.
132
132
  * @deprecated
133
133
  */
134
- value: string | number;
134
+ value?: string | number;
135
135
  }
136
136
  export declare const SelectableTile: React.ForwardRefExoticComponent<SelectableTileProps & React.RefAttributes<HTMLDivElement>>;
137
137
  export interface ExpandableTileProps extends HTMLAttributes<HTMLDivElement> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/react",
3
3
  "description": "React components for the Carbon Design System",
4
- "version": "1.72.0-rc.0",
4
+ "version": "1.72.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -52,7 +52,7 @@
52
52
  "@carbon/feature-flags": "^0.24.0",
53
53
  "@carbon/icons-react": "^11.53.0",
54
54
  "@carbon/layout": "^11.28.0",
55
- "@carbon/styles": "^1.71.0-rc.0",
55
+ "@carbon/styles": "^1.71.0",
56
56
  "@floating-ui/react": "^0.26.0",
57
57
  "@ibm/telemetry-js": "^1.5.0",
58
58
  "classnames": "2.5.1",
@@ -81,23 +81,23 @@
81
81
  "@babel/preset-typescript": "^7.24.7",
82
82
  "@carbon/test-utils": "^10.34.0",
83
83
  "@carbon/themes": "^11.43.0",
84
- "@figma/code-connect": "^1.2.1",
84
+ "@figma/code-connect": "^1.2.2",
85
85
  "@rollup/plugin-babel": "^6.0.0",
86
86
  "@rollup/plugin-commonjs": "^28.0.0",
87
87
  "@rollup/plugin-node-resolve": "^15.0.0",
88
88
  "@rollup/plugin-typescript": "^11.0.0",
89
- "@storybook/addon-a11y": "^8.2.8",
90
- "@storybook/addon-actions": "^8.2.8",
91
- "@storybook/addon-docs": "^8.2.8",
92
- "@storybook/addon-essentials": "^8.2.8",
89
+ "@storybook/addon-a11y": "^8.4.5",
90
+ "@storybook/addon-actions": "^8.4.5",
91
+ "@storybook/addon-docs": "^8.4.5",
92
+ "@storybook/addon-essentials": "^8.4.5",
93
93
  "@storybook/addon-links": "^8.1.10",
94
- "@storybook/addon-storysource": "^8.2.8",
94
+ "@storybook/addon-storysource": "^8.4.5",
95
95
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
96
- "@storybook/blocks": "^8.2.8",
97
- "@storybook/manager-api": "^8.2.8",
98
- "@storybook/react": "^8.2.8",
99
- "@storybook/react-webpack5": "^8.2.8",
100
- "@storybook/theming": "^8.2.8",
96
+ "@storybook/blocks": "^8.4.5",
97
+ "@storybook/manager-api": "^8.4.5",
98
+ "@storybook/react": "^8.4.5",
99
+ "@storybook/react-webpack5": "^8.4.5",
100
+ "@storybook/theming": "^8.4.5",
101
101
  "@types/react-is": "~18.3.0",
102
102
  "autoprefixer": "^10.4.0",
103
103
  "babel-loader": "^9.0.0",
@@ -126,7 +126,7 @@
126
126
  "rollup-plugin-strip-banner": "^3.0.0",
127
127
  "sass": "^1.77.7",
128
128
  "sass-loader": "^16.0.0",
129
- "storybook": "^8.2.8",
129
+ "storybook": "^8.4.5",
130
130
  "storybook-addon-accessibility-checker": "^3.1.61-rc.3",
131
131
  "stream-browserify": "^3.0.0",
132
132
  "style-loader": "^4.0.0",
@@ -145,5 +145,5 @@
145
145
  "**/*.scss",
146
146
  "**/*.css"
147
147
  ],
148
- "gitHead": "bd4f60433ff12a7e880a43aeffd71caea62c1e6b"
148
+ "gitHead": "4e89908b4bbb6b1c34543cb56f551f242a27d609"
149
149
  }