Skip to content

Commit 47da411

Browse files
authored
Merge branch 'main' into 13581-add-types-to-treeview-treenode
2 parents 39efe8f + 796f838 commit 47da411

File tree

171 files changed

+3067
-2520
lines changed

Some content is hidden

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

171 files changed

+3067
-2520
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,24 @@
15691569
"contributions": [
15701570
"code"
15711571
]
1572+
},
1573+
{
1574+
"login": "lharrison13",
1575+
"name": "Luke Harrison",
1576+
"avatar_url": "https://avatars.githubusercontent.com/u/172074450?v=4",
1577+
"profile": "https://github.com/lharrison13",
1578+
"contributions": [
1579+
"code"
1580+
]
1581+
},
1582+
{
1583+
"login": "tekno0ryder",
1584+
"name": "Ahmed Alsinan",
1585+
"avatar_url": "https://avatars.githubusercontent.com/u/8721803?v=4",
1586+
"profile": "https://github.com/tekno0ryder",
1587+
"contributions": [
1588+
"code"
1589+
]
15721590
}
15731591
],
15741592
"commitConvention": "none"

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424

2525
# Initializes the CodeQL tools for scanning.
2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
27+
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
2828
with:
2929
languages: javascript
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3.25.12
32+
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
Binary file not shown.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,11 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
297297
<td align="center"><a href="https://github.com/nandininarayanofficial"><img src="https://avatars.githubusercontent.com/u/165769075?v=4?s=100" width="100px;" alt=""/><br /><sub><b>nandininarayanofficial</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=nandininarayanofficial" title="Code">💻</a></td>
298298
<td align="center"><a href="https://github.com/digiacomo-a"><img src="https://avatars.githubusercontent.com/u/117646602?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Andrea DG</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=digiacomo-a" title="Code">💻</a></td>
299299
<td align="center"><a href="https://github.com/lluisrojass"><img src="https://avatars.githubusercontent.com/u/15043356?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Luis</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=lluisrojass" title="Code">💻</a></td>
300+
301+
<td align="center"><a href="https://github.com/lharrison13"><img src="https://avatars.githubusercontent.com/u/172074450?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Luke Harrison</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=lharrison13" title="Code">💻</a></td>
302+
303+
<td align="center"><a href="https://github.com/tekno0ryder"><img src="https://avatars.githubusercontent.com/u/8721803?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ahmed Alsinan</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=tekno0ryder" title="Code">💻</a></td>
304+
300305
</tr>
301306
</table>
302307

config/babel-preset-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-preset-carbon",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

config/eslint-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": "eslint-config-carbon",
33
"description": "ESLint configuration for Carbon",
4-
"version": "3.13.0",
4+
"version": "3.14.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

config/jest-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jest-config-carbon",
33
"private": true,
44
"description": "Jest configuration and preset for Carbon",
5-
"version": "1.12.0",
5+
"version": "1.13.0",
66
"license": "Apache-2.0",
77
"main": "index.js",
88
"repository": {

e2e/components/Slug/Slug-test.avt.e2e.js renamed to e2e/components/AILabel/Slug-test.avt.e2e.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright IBM Corp. 2016, 2023
2+
* Copyright IBM Corp. 2016, 2024
33
*
44
* This source code is licensed under the Apache-2.0 license found in the
55
* LICENSE file in the root directory of this source tree.
@@ -10,22 +10,22 @@
1010
const { expect, test } = require('@playwright/test');
1111
const { visitStory } = require('../../test-utils/storybook');
1212

13-
test.describe('@avt Slug', async () => {
13+
test.describe('@avt AILabel', () => {
1414
test('@avt-default-state', async ({ page }) => {
1515
await visitStory(page, {
16-
component: 'Slug',
17-
id: 'experimental-unstable-slug--default',
16+
component: 'AILabel',
17+
id: 'components-ailabel--default',
1818
globals: {
1919
theme: 'white',
2020
},
2121
});
22-
await expect(page).toHaveNoACViolations('Slug');
22+
await expect(page).toHaveNoACViolations('AILabel');
2323
});
2424

2525
test.slow('@avt-advanced-states open state', async ({ page }) => {
2626
await visitStory(page, {
27-
component: 'Slug',
28-
id: 'experimental-unstable-slug--default',
27+
component: 'AILabel',
28+
id: 'components-ailabel--default',
2929
globals: {
3030
theme: 'white',
3131
},
@@ -34,24 +34,24 @@ test.describe('@avt Slug', async () => {
3434
await page.keyboard.press('Tab');
3535
await page.keyboard.press('Tab');
3636
await page.keyboard.press('Enter');
37-
await expect(page).toHaveNoACViolations('Slug-open');
37+
await expect(page).toHaveNoACViolations('AILabel-open');
3838
});
3939

4040
test.slow('@avt-advanced-states ai form', async ({ page }) => {
4141
await visitStory(page, {
42-
component: 'Slug',
43-
id: 'experimental-unstable-slug-form--form-example',
42+
component: 'AILabel',
43+
id: 'components-form--with-ai-label',
4444
globals: {
4545
theme: 'white',
4646
},
4747
});
48-
await expect(page).toHaveNoACViolations('Slug-form');
48+
await expect(page).toHaveNoACViolations('AILabel-form');
4949
});
5050

5151
test('@avt-keyboard-nav - slug', async ({ page }) => {
5252
await visitStory(page, {
5353
component: 'Search',
54-
id: 'experimental-unstable-slug--callout',
54+
id: 'components-ailabel--callout',
5555
globals: {
5656
theme: 'white',
5757
},
@@ -63,7 +63,7 @@ test.describe('@avt Slug', async () => {
6363
await expect(slug).toBeVisible();
6464
await expect(callout).toBeVisible();
6565

66-
// Tab to the Slug
66+
// Tab to the AILabel
6767
await page.keyboard.press('Tab');
6868
await expect(slug).toBeFocused();
6969

e2e/components/Slug/Slug-test.e2e.js renamed to e2e/components/AILabel/Slug-test.e2e.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright IBM Corp. 2016, 2023
2+
* Copyright IBM Corp. 2016, 2024
33
*
44
* This source code is licensed under the Apache-2.0 license found in the
55
* LICENSE file in the root directory of this source tree.
@@ -11,53 +11,53 @@ const { test } = require('@playwright/test'); // eslint-disable-line
1111
const { themes } = require('../../test-utils/env');
1212
const { snapshotStory } = require('../../test-utils/storybook'); // eslint-disable-line
1313

14-
test.describe('Slug', () => {
14+
test.describe('AILabel', () => {
1515
themes.forEach((theme) => {
1616
test.describe(theme, () => {
1717
test('default @vrt', async ({ page }) => {
1818
await snapshotStory(page, {
19-
component: 'Slug',
20-
id: 'experimental-unstable-slug--default',
19+
component: 'AILabel',
20+
id: 'components-ailabel--default',
2121
theme,
2222
});
2323
});
2424

25-
test('slug callout @vrt', async ({ page }) => {
25+
test('AILabel callout @vrt', async ({ page }) => {
2626
await snapshotStory(page, {
27-
component: 'Slug',
28-
id: 'experimental-unstable-slug--callout',
27+
component: 'AILabel',
28+
id: 'components-ailabel--callout',
2929
theme,
3030
});
3131
});
3232

33-
test('slug inside form @vrt', async ({ page }) => {
33+
test('AILabel inside form @vrt', async ({ page }) => {
3434
await snapshotStory(page, {
35-
component: 'Slug',
36-
id: 'experimental-unstable-slug-form--form-example',
35+
component: 'AILabel',
36+
id: 'components-form--with-ai-label',
3737
theme,
3838
});
3939
});
4040

41-
test('slug inside DataTable column @vrt', async ({ page }) => {
41+
test('AILabel inside DataTable column @vrt', async ({ page }) => {
4242
await snapshotStory(page, {
43-
component: 'Slug',
44-
id: 'experimental-unstable-slug-datatable--column-slug-sort',
43+
component: 'AILabel',
44+
id: 'components-datatable-withailabel--column-ai-label-sort',
4545
theme,
4646
});
4747
});
4848

49-
test('slug inside DataTable row @vrt', async ({ page }) => {
49+
test('AILabel inside DataTable row @vrt', async ({ page }) => {
5050
await snapshotStory(page, {
51-
component: 'Slug',
52-
id: 'experimental-unstable-slug-datatable--slug-with-selection-and-expansion',
51+
component: 'AILabel',
52+
id: 'components-datatable-withailabel--ai-label-with-selection-and-expansion',
5353
theme,
5454
});
5555
});
5656

57-
test('slug inside Tile @vrt', async ({ page }) => {
57+
test('AILabel inside Tile @vrt', async ({ page }) => {
5858
await snapshotStory(page, {
59-
component: 'Slug',
60-
id: 'experimental-unstable-slug-examples--tile',
59+
component: 'AILabel',
60+
id: 'components-tile--with-ai-label',
6161
theme,
6262
});
6363
});

examples/class-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "class-prefix",
33
"private": true,
4-
"version": "0.59.0",
4+
"version": "0.60.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.62.0",
12+
"@carbon/react": "^1.63.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codesandbox-styles",
33
"private": true,
4-
"version": "0.64.0",
4+
"version": "0.65.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite"
@@ -11,6 +11,6 @@
1111
"vite": "^4.3.8"
1212
},
1313
"dependencies": {
14-
"@carbon/styles": "^1.61.0"
14+
"@carbon/styles": "^1.62.0"
1515
}
1616
}

examples/custom-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "custom-theme",
33
"private": true,
4-
"version": "0.60.0",
4+
"version": "0.61.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.62.0",
12+
"@carbon/react": "^1.63.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/id-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "id-prefix",
33
"private": true,
4-
"version": "0.59.0",
4+
"version": "0.60.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.62.0",
12+
"@carbon/react": "^1.63.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/light-dark-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "examples-light-dark",
33
"private": true,
4-
"version": "0.60.0",
4+
"version": "0.61.0",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
88
"lint": "next lint",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.62.0",
12+
"@carbon/react": "^1.63.0",
1313
"next": "14.1.1",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "examples-nextjs",
33
"private": true,
4-
"version": "0.62.0",
4+
"version": "0.63.0",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",
88
"lint": "next lint",
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.62.0",
12+
"@carbon/react": "^1.63.0",
1313
"next": "14.1.1",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "v10-token-compat-in-v11",
33
"private": true,
4-
"version": "0.60.0",
4+
"version": "0.61.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.62.0",
12+
"@carbon/react": "^1.63.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "vite",
33
"private": true,
4-
"version": "0.60.0",
4+
"version": "0.61.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@carbon/react": "^1.62.0",
12+
"@carbon/react": "^1.63.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

0 commit comments

Comments
 (0)