Skip to content

Commit 5bc7db6

Browse files
authored
Merge branch 'main' into fluid_number_input_web_component
2 parents 0b78092 + 9034d3d commit 5bc7db6

File tree

46 files changed

+726
-520
lines changed

Some content is hidden

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

46 files changed

+726
-520
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"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
380380
<td align="center"><a href="https://github.com/jvictorfsilva"><img src="https://avatars.githubusercontent.com/u/68554147?v=4?s=100" width="100px;" alt=""/><br /><sub><b>João Victor</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=jvictorfsilva" title="Code">💻</a></td>
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>
383+
<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>
383384
</tr>
384385
</table>
385386

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: 2 additions & 2 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,7 +23,7 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.97.0",
26+
"@carbon/react": "^1.98.0",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0"
2929
},

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: 2 additions & 2 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,7 +23,7 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.97.0",
26+
"@carbon/react": "^1.98.0",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0"
2929
},

examples/id-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "id-prefix",
33
"description": "ID prefix example",
44
"private": true,
5-
"version": "0.94.0",
5+
"version": "0.95.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -23,7 +23,7 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.97.0",
26+
"@carbon/react": "^1.98.0",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0"
2929
},

examples/light-dark-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "examples-light-dark",
33
"description": "Light/dark mode example",
44
"private": true,
5-
"version": "0.95.0",
5+
"version": "0.96.0",
66
"scripts": {
77
"build": "next build",
88
"dev": "next dev",
99
"lint": "next lint",
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@carbon/react": "^1.97.0",
13+
"@carbon/react": "^1.98.0",
1414
"next": "15.5.2",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0"

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "examples-nextjs",
33
"description": "Next.js example",
44
"private": true,
5-
"version": "0.97.0",
5+
"version": "0.98.0",
66
"scripts": {
77
"build": "next build",
88
"dev": "next dev",
99
"lint": "next lint",
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@carbon/react": "^1.97.0",
13+
"@carbon/react": "^1.98.0",
1414
"next": "15.5.2",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"

examples/v10-token-compat-in-v11/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "v10-token-compat-in-v11",
33
"description": "V10 token compat in V11 example",
44
"private": true,
5-
"version": "0.95.0",
5+
"version": "0.96.0",
66
"type": "module",
77
"repository": {
88
"type": "git",
@@ -23,7 +23,7 @@
2323
"preview": "vite preview"
2424
},
2525
"dependencies": {
26-
"@carbon/react": "^1.97.0",
26+
"@carbon/react": "^1.98.0",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0"
2929
},

0 commit comments

Comments
 (0)