Skip to content

Commit d5cc721

Browse files
authored
Merge branch 'main' into 21159-fix-close-menu-button
2 parents c5b74b7 + 2b02bde commit d5cc721

File tree

65 files changed

+1722
-644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1722
-644
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,6 +1600,15 @@
16001600
"contributions": [
16011601
"a11y"
16021602
]
1603+
},
1604+
{
1605+
"login": "Pradumn11",
1606+
"name": "Pradumnya Zendphale",
1607+
"avatar_url": "https://avatars.githubusercontent.com/u/99590317?v=4",
1608+
"profile": "https://github.com/Pradumn11",
1609+
"contributions": [
1610+
"code"
1611+
]
16031612
}
16041613
],
16051614
"commitConvention": "none"

.yarn/cache/react-dom-npm-19.2.0-10246904d4-3dbba071b9.zip renamed to .yarn/cache/react-dom-npm-19.2.3-93a2378518-5780f6d4c8.zip

1.24 MB
Binary file not shown.

.yarn/cache/react-npm-19.2.0-34cec3b246-e13bcdb8e9.zip renamed to .yarn/cache/react-npm-19.2.3-0ecd9e5a6e-d16b7f35c0.zip

50.4 KB
Binary file not shown.

.yarn/cache/storybook-npm-9.1.8-6b0afb34b7-2a134b951c.zip renamed to .yarn/cache/storybook-npm-9.1.17-9ccb51fae2-fa7d56a7cf.zip

9.38 MB
Binary file not shown.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
381381
<td align="center"><a href="https://github.com/trumanbutter"><img src="https://avatars.githubusercontent.com/u/32148874?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Truman Butterworth</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=trumanbutter" title="Code">💻</a></td>
382382
<td align="center"><a href="https://github.com/grishma-shah7"><img src="https://avatars.githubusercontent.com/u/87775713?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Grishma Shah</b></sub></a><br /><a href="#a11y-grishma-shah7" title="Accessibility">️️️️♿️</a></td>
383383
</tr>
384+
<tr>
385+
<td align="center"><a href="https://github.com/Pradumn11"><img src="https://avatars.githubusercontent.com/u/99590317?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Pradumnya Zendphale</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=Pradumn11" title="Code">💻</a></td>
386+
</tr>
384387
</table>
385388

386389
<!-- markdownlint-restore -->

config/jest-config-carbon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sass": "^1.77.7"
3838
},
3939
"devDependencies": {
40-
"react": "^19.0.0",
41-
"react-dom": "^19.0.0"
40+
"react": "^19.2.3",
41+
"react-dom": "^19.2.3"
4242
}
4343
}

config/typescript-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-config-carbon",
33
"description": "TypeScript configuration for Carbon",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

examples/class-prefix/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "class-prefix",
33
"description": "Class prefix example",
44
"private": true,
5-
"version": "0.94.0",
5+
"version": "0.95.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -23,9 +23,9 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.97.0",
27-
"react": "^19.0.0",
28-
"react-dom": "^19.0.0"
26+
"@carbon/react": "^1.98.0",
27+
"react": "^19.2.3",
28+
"react-dom": "^19.2.3"
2929
},
3030
"devDependencies": {
3131
"@vitejs/plugin-react": "^5.1.1",

examples/codesandbox-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codesandbox-styles",
33
"description": "CodeSandbox styles example",
44
"private": true,
5-
"version": "0.99.0",
5+
"version": "0.100.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -25,6 +25,6 @@
2525
"vite": "^7.2.4"
2626
},
2727
"dependencies": {
28-
"@carbon/styles": "^1.96.0"
28+
"@carbon/styles": "^1.97.0"
2929
}
3030
}

examples/custom-theme/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "custom-theme",
33
"description": "Custom theme example",
44
"private": true,
5-
"version": "0.95.0",
5+
"version": "0.96.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -23,9 +23,9 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.97.0",
27-
"react": "^19.0.0",
28-
"react-dom": "^19.0.0"
26+
"@carbon/react": "^1.98.0",
27+
"react": "^19.2.3",
28+
"react-dom": "^19.2.3"
2929
},
3030
"devDependencies": {
3131
"@vitejs/plugin-react": "^5.1.1",

0 commit comments

Comments
 (0)