Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/add-to-pro…
Browse files Browse the repository at this point in the history
…ject-1.0.0
  • Loading branch information
kennylam committed Apr 5, 2024
2 parents cca9c19 + 4ef8ef2 commit eba361d
Show file tree
Hide file tree
Showing 82 changed files with 1,010 additions and 619 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions packages/carbon-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.6.0-rc.0...@carbon/web-components@2.7.0-rc.0) (2024-04-02)

**Note:** Version bump only for package @carbon/web-components





# [2.6.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.6.0-rc.0...@carbon/web-components@2.6.0) (2024-03-27)

**Note:** Version bump only for package @carbon/web-components





# [2.6.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@2.5.0...@carbon/web-components@2.6.0-rc.0) (2024-03-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/web-components",
"version": "2.6.0-rc.0",
"version": "2.7.0-rc.0",
"publishConfig": {
"access": "public"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@2.6.0-rc.0...@carbon/ibmdotcom-services@2.7.0-rc.0) (2024-04-02)

**Note:** Version bump only for package @carbon/ibmdotcom-services





# [2.6.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@2.6.0-rc.0...@carbon/ibmdotcom-services@2.6.0) (2024-03-27)

**Note:** Version bump only for package @carbon/ibmdotcom-services





# [2.6.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@2.5.0...@carbon/ibmdotcom-services@2.6.0-rc.0) (2024-03-21)

**Note:** Version bump only for package @carbon/ibmdotcom-services
Expand Down
9 changes: 9 additions & 0 deletions packages/services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ and our
[Developer Guide](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/docs/developing.md)!
👀

## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry

This package uses IBM Telemetry to collect metrics data. By installing this
package as a dependency you are agreeing to telemetry collection. To opt out,
see
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
For more information on the data being collected, please see the
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).

## 📝 License

Licensed under the
Expand Down
11 changes: 6 additions & 5 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services",
"description": "Carbon for IBM.com Services",
"version": "2.6.0-rc.0",
"version": "2.7.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,7 +22,8 @@
"files": [
"lib/**/*",
"es/**/*",
"umd/**/*"
"umd/**/*",
"telemetry.yml"
],
"keywords": [
"carbon",
Expand All @@ -39,15 +40,15 @@
"clean": "rimraf es lib umd",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"postinstall": "carbon-telemetry collect --install",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"prepublish": "yarn build",
"test": "jest",
"jsdoc": "rimraf docs && jsdoc -c ./jsdoc.json ./README.md"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-utilities": "2.6.0-rc.0",
"@carbon/telemetry": "0.1.0",
"@carbon/ibmdotcom-utilities": "2.7.0-rc.0",
"@ibm/telemetry-js": "^1.3.0",
"axios": "^1.6.0",
"marked": "^4.0.10",
"window-or-global": "^1.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/services/telemetry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
version: 1
projectId: e68866bc-10f8-4c87-81b1-a3776d4e801e
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
collect:
npm:
dependencies: null
16 changes: 16 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@2.6.0-rc.0...@carbon/ibmdotcom-styles@2.7.0-rc.0) (2024-04-02)

**Note:** Version bump only for package @carbon/ibmdotcom-styles





# [2.6.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@2.6.0-rc.0...@carbon/ibmdotcom-styles@2.6.0) (2024-03-27)

**Note:** Version bump only for package @carbon/ibmdotcom-styles





# [2.6.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@2.5.0...@carbon/ibmdotcom-styles@2.6.0-rc.0) (2024-03-21)


Expand Down
9 changes: 9 additions & 0 deletions packages/styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ and our
[Developer Guide](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/docs/developing.md)!
👀

## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry

This package uses IBM Telemetry to collect metrics data. By installing this
package as a dependency you are agreeing to telemetry collection. To opt out,
see
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
For more information on the data being collected, please see the
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).

## 📝 License

Licensed under the
Expand Down
15 changes: 8 additions & 7 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-styles",
"description": "Carbon for IBM.com Styles",
"version": "2.6.0-rc.0",
"version": "2.7.0-rc.0",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand All @@ -10,7 +10,8 @@
"files": [
"dist/**/*",
"scss/**/*",
"icons/**/*"
"icons/**/*",
"telemetry.yml"
],
"keywords": [
"carbon",
Expand All @@ -24,19 +25,19 @@
"scripts": {
"build": "gulp",
"ci-check": "yarn build",
"postinstall": "carbon-telemetry collect --install",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"start": "gulp dev",
"upgrade-carbon": "yarn upgrade-interactive @carbon/layout @carbon/styles @carbon/themes @carbon/icons-react --latest --exact"
},
"dependencies": {
"@carbon/icons-react": "11.38.0",
"@carbon/icons-react": "11.39.0",
"@carbon/layout": "11.21.0",
"@carbon/styles": "1.53.0",
"@carbon/telemetry": "0.1.0",
"@carbon/type": "11.26.0"
"@carbon/type": "11.26.0",
"@ibm/telemetry-js": "^1.3.0"
},
"devDependencies": {
"@carbon/themes": "11.33.0",
"@carbon/themes": "11.33.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright IBM Corp. 2016, 2023
* Copyright IBM Corp. 2016, 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
Expand Down Expand Up @@ -588,7 +588,7 @@ $feature-flags: (
}

&[size='large'] {
.dds-ce--card__footer ::slotted(svg[slot='icon']) {
.#{$c4d-prefix}-ce--card__footer ::slotted(svg[slot='icon']) {
@include breakpoint(max) {
block-size: $spacing-10;
inline-size: $spacing-10;
Expand Down
7 changes: 7 additions & 0 deletions packages/styles/telemetry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
version: 1
projectId: 4a912794-62c0-4df0-936f-35aab853934a
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
collect:
npm:
dependencies: null
16 changes: 16 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@2.6.0-rc.0...@carbon/ibmdotcom-utilities@2.7.0-rc.0) (2024-04-02)

**Note:** Version bump only for package @carbon/ibmdotcom-utilities





# [2.6.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@2.6.0-rc.0...@carbon/ibmdotcom-utilities@2.6.0) (2024-03-27)

**Note:** Version bump only for package @carbon/ibmdotcom-utilities





# [2.6.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@2.5.0...@carbon/ibmdotcom-utilities@2.6.0-rc.0) (2024-03-21)


Expand Down
9 changes: 9 additions & 0 deletions packages/utilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ and our
[Developer Guide](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/docs/developing.md)!
👀

## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry

This package uses IBM Telemetry to collect metrics data. By installing this
package as a dependency you are agreeing to telemetry collection. To opt out,
see
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
For more information on the data being collected, please see the
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).

## 📝 License

Licensed under the
Expand Down
9 changes: 5 additions & 4 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-utilities",
"description": "Carbon for IBM.com Utilities",
"version": "2.6.0-rc.0",
"version": "2.7.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,7 +22,8 @@
"files": [
"lib/**/*",
"es/**/*",
"umd/**/*"
"umd/**/*",
"telemetry.yml"
],
"keywords": [
"carbon",
Expand All @@ -40,12 +41,12 @@
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"jsdoc": "rimraf docs && jsdoc -c ./jsdoc.json ./README.md",
"postinstall": "carbon-telemetry collect --install",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"prepublish": "yarn build",
"test": "jest"
},
"dependencies": {
"@carbon/telemetry": "0.1.0",
"@ibm/telemetry-js": "^1.3.0",
"axios": "^1.6.0",
"isomorphic-dompurify": "0.27.0",
"js-cookie": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/src/utilities/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
* @type {object} Settings object
* @property {string} [stablePrefix=c4d] stable prefix
* @property {string} [prefix=cds] core Carbon prefix
* Carbon for IBM.com v2.6.0',
* Carbon for IBM.com v2.7.0',
*/
const settings = {
version: 'Carbon for IBM.com v2.6.0',
version: 'Carbon for IBM.com v2.7.0',
stablePrefix: 'c4d',
prefix: 'cds',
};
Expand Down
7 changes: 7 additions & 0 deletions packages/utilities/telemetry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
version: 1
projectId: 5e9fac66-dccd-412a-83ba-e98071dbd615
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
collect:
npm:
dependencies: null
16 changes: 16 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@2.6.0-rc.0...@carbon/ibmdotcom-web-components@2.7.0-rc.0) (2024-04-02)

**Note:** Version bump only for package @carbon/ibmdotcom-web-components





# [2.6.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@2.6.0-rc.0...@carbon/ibmdotcom-web-components@2.6.0) (2024-03-27)

**Note:** Version bump only for package @carbon/ibmdotcom-web-components





# [2.6.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@2.5.0...@carbon/ibmdotcom-web-components@2.6.0-rc.0) (2024-03-21)


Expand Down
9 changes: 9 additions & 0 deletions packages/web-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,3 +490,12 @@ site owners. IBM.com site owners can see them at [here](https://ibm.biz/Bdq5q2).
## Contributing to Carbon for IBM.com Web Components

Can be found at [here](./docs/contributing-to-web-components.md).

## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry

This package uses IBM Telemetry to collect metrics data. By installing this
package as a dependency you are agreeing to telemetry collection. To opt out,
see
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
For more information on the data being collected, please see the
[IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
2 changes: 1 addition & 1 deletion packages/web-components/docs/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v2.0.0

The breaking changes and migration documentation can be found [here](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/feat/carbon-for-ibm-dotcom-v2/docs/dotcom-v2-migration.md).
The breaking changes and migration documentation can be found [here](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main/docs/dotcom-v2-migration.md).

## v1.13.0

Expand Down
15 changes: 14 additions & 1 deletion packages/web-components/docs/carbon-cdn-style-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ For more details, visit: https://www.ibm.com/standards/carbon/developing/buildin

## Carbon grid

The following includes Carbon grid and all corresponding grid classes.
The following includes Carbon grid (using flex grid) and all corresponding grid classes.

```html
// SPECIFIC VERSION
Expand All @@ -259,6 +259,19 @@ The following includes Carbon grid and all corresponding grid classes.
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/web-components/tag/next/grid.css" />
```

The following includes Carbon grid (using CSS grid) and all corresponding grid classes.

```html
// SPECIFIC VERSION
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/web-components/version/[v2.x.y]/cssgrid.css" />

// LATEST tag
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/web-components/tag/latest/cssgrid.css" />

// NEXT tag
<link rel="stylesheet" href="https://1.www.s81c.com/common/carbon/web-components/tag/next/cssgrid.css" />
```

[Learn more about the Carbon 2x Grid](https://carbondesignsystem.com/guidelines/2x-grid/overview)

## Carbon theme zoning classes
Expand Down
Loading

0 comments on commit eba361d

Please sign in to comment.