Skip to content

Commit

Permalink
Merge branch 'main' into definition-tooltip-click-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
preetibansalui authored Oct 10, 2024
2 parents a5b1868 + 694e71f commit eaefc08
Show file tree
Hide file tree
Showing 44 changed files with 1,122 additions and 113 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/ACCESSIBILITY_ISSUE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Accessibility Issue ♿
description: Report an accessibility or usability issue.
title: '[a11y]: '
type: 'bug'
labels: ['type: a11y ♿', 'type: bug 🐛']
labels: ['type: a11y ♿', 'type: bug 🐛', 'status: needs triage 🕵️‍♀️']
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -38,6 +38,7 @@ body:
- '@carbon/themes'
- '@carbon/type'
- '@carbon/upgrade'
- '@carbon/web-components'
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG_REPORT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
Something not working as expected? This is the place to report your issue.
title: '[Bug]: '
type: 'bug'
labels: 'type: bug 🐛'
labels: ['type: bug 🐛', 'status: needs triage 🕵️‍♀️']
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/DESIGN_DEFECT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Design defect 🎨
description: Report a visual design issue
title: '[Bug]: '
type: 'bug'
labels: 'type: bug 🐛'
labels: ['type: bug 🐛', 'status: needs triage 🕵️‍♀️']
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -36,6 +36,7 @@ body:
- '@carbon/themes'
- '@carbon/type'
- '@carbon/upgrade'
- '@carbon/web-components'
validations:
required: true
- type: dropdown
Expand Down
23 changes: 17 additions & 6 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST_OR_ENHANCEMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Feature request or enhancement 💡
description: Suggest an idea for this project.
title: '[Feature Request]: '
type: 'enhancement'
labels: 'type: enhancement 💡'
labels: ['type: enhancement 💡', 'status: needs triage 🕵️‍♀️']
body:
- type: markdown
attributes:
Expand All @@ -18,26 +18,34 @@ body:
attributes:
label: The problem
description:
'Provide a clear and concise description of what the problem this new feature is trying to solve. (For example, I find it frustrating when...). Be sure to attach screenshots or videos to illustrate the problem.'
'Provide a clear and concise description of what the problem this new
feature is trying to solve. (For example, I find it frustrating
when...). Be sure to attach screenshots or videos to illustrate the
problem.'
validations:
required: true
- type: textarea
id: solution
attributes:
label: The solution
description: 'Provide a clear and concise description of what you would like to happen instead. Be sure to attach screenshots or videos to illustrate the solution if possible. Design specs are highly encouraged.'
description:
'Provide a clear and concise description of what you would like to
happen instead. Be sure to attach screenshots or videos to illustrate
the solution if possible. Design specs are highly encouraged.'
validations:
required: true
- type: textarea
id: user-research
attributes:
label: Examples
description: Provide sample content, references, or audits of solutions solving the same problem in other applications/websites.
description:
Provide sample content, references, or audits of solutions solving the
same problem in other applications/websites.
- type: input
id: application
attributes:
label: Application/PAL
description: "What application and/or PAL do you work on?"
description: 'What application and/or PAL do you work on?'
- type: dropdown
id: priority
attributes:
Expand All @@ -56,7 +64,10 @@ body:
value:
'_Carbon is a collaborative system. We encourage teams to build
components and submit them for integration as either add-ons or core
components. To better understand our feature request process and what happends after you submit this issue, [check out the docs](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#type-enhancement-) on Github._'
components. To better understand our feature request process and what
happends after you submit this issue, [check out the
docs](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#type-enhancement-)
on Github._'
- type: checkboxes
id: terms
attributes:
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/QUESTION.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Question ❓
description: Usage question or discussion about Carbon components.
title: '[Question]: '
labels: 'type: question ❓'
labels: ['type: question ❓', 'status: needs triage 🕵️‍♀️']
body:
- type: markdown
attributes:
Expand All @@ -26,7 +26,9 @@ body:
value: '- `#carbon-react` for questions about `@carbon/react`.'
- type: markdown
attributes:
value: '- `#carbon-web-components` for questions about `@carbon/web-components`.'
value:
'- `#carbon-web-components` for questions about
`@carbon/web-components`.'
- type: markdown
attributes:
value:
Expand Down
4 changes: 2 additions & 2 deletions examples/class-prefix/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "class-prefix",
"private": true,
"version": "0.65.0-rc.0",
"version": "0.65.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/react": "^1.68.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/codesandbox-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codesandbox-styles",
"private": true,
"version": "0.70.0-rc.0",
"version": "0.70.0",
"type": "module",
"scripts": {
"dev": "vite"
Expand All @@ -11,6 +11,6 @@
"vite": "^4.3.8"
},
"dependencies": {
"@carbon/styles": "^1.67.0-rc.0"
"@carbon/styles": "^1.67.0"
}
}
4 changes: 2 additions & 2 deletions examples/custom-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "custom-theme",
"private": true,
"version": "0.66.0-rc.0",
"version": "0.66.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/react": "^1.68.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/id-prefix/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "id-prefix",
"private": true,
"version": "0.65.0-rc.0",
"version": "0.65.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/react": "^1.68.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/light-dark-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "examples-light-dark",
"private": true,
"version": "0.66.0-rc.0",
"version": "0.66.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/react": "^1.68.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "examples-nextjs",
"private": true,
"version": "0.68.0-rc.0",
"version": "0.68.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/react": "^1.68.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/v10-token-compat-in-v11/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "v10-token-compat-in-v11",
"private": true,
"version": "0.66.0-rc.0",
"version": "0.66.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/react": "^1.68.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vite",
"private": true,
"version": "0.66.0-rc.0",
"version": "0.66.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/react": "^1.68.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/carbon-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "carbon-components-react",
"private": true,
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.",
"version": "8.68.0-rc.0",
"version": "8.68.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/react": "^1.68.0-rc.0",
"@carbon/styles": "^1.67.0-rc.0",
"@carbon/react": "^1.68.0",
"@carbon/styles": "^1.67.0",
"@ibm/telemetry-js": "^1.5.0",
"chalk": "1.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/carbon-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "carbon-components",
"private": true,
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences. This package reached end of support on September 30, 2024 and will not receive any more updates.",
"version": "11.67.0-rc.0",
"version": "11.67.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/styles": "^1.67.0-rc.0",
"@carbon/styles": "^1.67.0",
"@ibm/telemetry-js": "^1.5.0",
"chalk": "1.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "11.55.0-rc.0",
"version": "11.55.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -40,10 +40,10 @@
"dependencies": {
"@carbon/colors": "^11.27.0",
"@carbon/grid": "^11.28.0",
"@carbon/icons": "^11.51.0-rc.0",
"@carbon/icons": "^11.51.0",
"@carbon/layout": "^11.27.0",
"@carbon/motion": "^11.23.0",
"@carbon/themes": "^11.42.0-rc.0",
"@carbon/themes": "^11.42.0",
"@carbon/type": "^11.32.0",
"@ibm/telemetry-js": "^1.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-react",
"description": "React components for icons in digital and software products using the Carbon Design System",
"version": "11.51.0-rc.0",
"version": "11.51.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@carbon/icon-build-helpers": "^1.31.0",
"@carbon/icons": "^11.51.0-rc.0",
"@carbon/icons": "^11.51.0",
"rimraf": "^6.0.0"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-vue",
"description": "Vue components for icons in digital and software products using the Carbon Design System",
"version": "10.100.0-rc.0",
"version": "10.100.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@carbon/cli-reporter": "^10.7.0",
"@carbon/icons": "^11.51.0-rc.0",
"@carbon/icons": "^11.51.0",
"fs-extra": "^11.0.0",
"prettier": "^2.8.8",
"rimraf": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons",
"description": "Icons for digital and software products using the Carbon Design System",
"version": "11.51.0-rc.0",
"version": "11.51.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,9 @@ Map {
"translateWithId": Object {
"type": "func",
},
"typeahead": Object {
"type": "bool",
},
"warn": Object {
"type": "bool",
},
Expand Down
Loading

0 comments on commit eaefc08

Please sign in to comment.