From 5b90791d72f58015f5ae93585203a062026d99cd Mon Sep 17 00:00:00 2001 From: tay1orjones Date: Thu, 26 Oct 2023 19:00:57 +0000 Subject: [PATCH 01/10] chore(release): v11.41.0 --- config/typescript-config-carbon/package.json | 2 +- examples/class-prefix/package.json | 4 +- examples/codesandbox-styles/package.json | 4 +- .../package.json | 4 +- examples/codesandbox/package.json | 4 +- examples/custom-theme/package.json | 4 +- examples/id-prefix/package.json | 4 +- .../incremental-migration-vite/package.json | 4 +- examples/light-dark-mode/package.json | 4 +- examples/nextjs/package.json | 4 +- examples/v10-token-compat-in-v11/package.json | 4 +- examples/vite/package.json | 4 +- packages/carbon-components-react/package.json | 6 +- packages/carbon-components/package.json | 4 +- packages/cli/package.json | 4 +- packages/colors/package.json | 4 +- packages/elements/package.json | 18 +- packages/grid/package.json | 6 +- packages/icon-build-helpers/package.json | 6 +- packages/icon-helpers/package.json | 6 +- packages/icons-react/package.json | 8 +- packages/icons-vue/package.json | 6 +- packages/icons/package.json | 6 +- packages/layout/package.json | 4 +- packages/motion/package.json | 4 +- packages/pictograms-react/package.json | 8 +- packages/pictograms/package.json | 4 +- packages/react/package.json | 12 +- packages/styles/package.json | 14 +- packages/themes/package.json | 10 +- packages/type/package.json | 8 +- www/package.json | 4 +- yarn.lock | 161 +++++++++--------- 33 files changed, 171 insertions(+), 178 deletions(-) diff --git a/config/typescript-config-carbon/package.json b/config/typescript-config-carbon/package.json index fd619ce6eca5..6956d030384f 100644 --- a/config/typescript-config-carbon/package.json +++ b/config/typescript-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "typescript-config-carbon", "description": "TypeScript configuration for Carbon", - "version": "0.2.0-rc.0", + "version": "0.2.0", "license": "Apache-2.0", "main": "index.js", "types": "index.d.ts", diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 7bfab037a96c..ca892222d34d 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.38.0-rc.0", + "version": "0.38.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox-styles/package.json b/examples/codesandbox-styles/package.json index e8c1fbc56709..f60e197a4974 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.44.0-rc.0", + "version": "0.44.0", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.41.0-rc.0" + "@carbon/styles": "^1.41.0" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index 52aac97637a9..64ef9b31cc15 100644 --- a/examples/codesandbox-with-sass-compilation/package.json +++ b/examples/codesandbox-with-sass-compilation/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox-with-sass-compilation", - "version": "0.42.0-rc.0", + "version": "0.42.0", "private": true, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 2465893f23af..faf7d3e95942 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.42.0-rc.0", + "version": "0.42.0", "private": true, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 51c6f8354abb..c55da7594c5c 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.39.0-rc.0", + "version": "0.39.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/id-prefix/package.json b/examples/id-prefix/package.json index 24a933fc383c..091588eda7f4 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.38.0-rc.0", + "version": "0.38.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/incremental-migration-vite/package.json b/examples/incremental-migration-vite/package.json index 27b7e8684d6c..cbc1b9de1211 100644 --- a/examples/incremental-migration-vite/package.json +++ b/examples/incremental-migration-vite/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration-vite", "private": true, - "version": "0.6.0-rc.0", + "version": "0.6.0", "scripts": { "dev": "vite", "build": "vite build", @@ -12,7 +12,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "carbon-components": "^10.57.0", "carbon-components-react": "^7.57.0", "carbon-icons": "^7.0.7", diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index 0665259b1cbf..e3a93c0c8858 100644 --- a/examples/light-dark-mode/package.json +++ b/examples/light-dark-mode/package.json @@ -1,7 +1,7 @@ { "name": "examples-light-dark", "private": true, - "version": "0.39.0-rc.0", + "version": "0.39.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "next": "12.1.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 89780eed2b8e..d459d80a578a 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.41.0-rc.0", + "version": "0.41.0", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "next": "13.4.7", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/v10-token-compat-in-v11/package.json b/examples/v10-token-compat-in-v11/package.json index bdb1350e3dba..25a98858237f 100644 --- a/examples/v10-token-compat-in-v11/package.json +++ b/examples/v10-token-compat-in-v11/package.json @@ -1,7 +1,7 @@ { "name": "v10-token-compat-in-v11", "private": true, - "version": "0.39.0-rc.0", + "version": "0.39.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index 4cfc991c281a..a9337d467543 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.39.0-rc.0", + "version": "0.39.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/carbon-components-react/package.json b/packages/carbon-components-react/package.json index 1365877c0b6b..8c995ce5bbe8 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "8.41.0-rc.0", + "version": "8.41.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -41,8 +41,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", - "@carbon/styles": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", + "@carbon/styles": "^1.41.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 6fbe7707696b..82700ab4777e 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "11.41.0-rc.0", + "version": "11.41.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -42,7 +42,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.41.0-rc.0", + "@carbon/styles": "^1.41.0", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 6dfc1f5c79c3..9ab98a2adc7c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/cli", "description": "Task automation for working with the Carbon Design System", - "version": "11.15.0-rc.0", + "version": "11.15.0", "license": "Apache-2.0", "bin": { "carbon-cli": "./bin/carbon-cli.js" @@ -51,7 +51,7 @@ "rollup": "^2.79.1", "sass": "^1.51.0", "sassdoc": "^2.7.3", - "typescript-config-carbon": "^0.2.0-rc.0", + "typescript-config-carbon": "^0.2.0", "yargs": "^17.0.1" } } diff --git a/packages/colors/package.json b/packages/colors/package.json index 38c8a82fd602..27aab0dcbc65 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/colors", "description": "Colors for digital and software products using the Carbon Design System", - "version": "11.20.0-rc.0", + "version": "11.20.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,7 +37,7 @@ "clean": "rimraf css es lib umd scss index.scss" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", "@carbon/test-utils": "^10.30.0", diff --git a/packages/elements/package.json b/packages/elements/package.json index 6f07db2ed060..4f7e609a7b66 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "11.32.0-rc.0", + "version": "11.32.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,16 +36,16 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/colors": "^11.20.0-rc.0", - "@carbon/grid": "^11.21.0-rc.0", - "@carbon/icons": "^11.29.0-rc.0", - "@carbon/layout": "^11.20.0-rc.0", - "@carbon/motion": "^11.16.0-rc.0", - "@carbon/themes": "^11.26.0-rc.0", - "@carbon/type": "^11.25.0-rc.0" + "@carbon/colors": "^11.20.0", + "@carbon/grid": "^11.21.0", + "@carbon/icons": "^11.29.0", + "@carbon/layout": "^11.20.0", + "@carbon/motion": "^11.16.0", + "@carbon/themes": "^11.26.0", + "@carbon/type": "^11.25.0" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "fs-extra": "^11.0.0", "klaw-sync": "^6.0.0", "replace-in-file": "^7.0.0", diff --git a/packages/grid/package.json b/packages/grid/package.json index 626c2fbdf56d..bbff5791f24d 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/grid", "description": "Grid for digital and software products using the Carbon Design System", - "version": "11.21.0-rc.0", + "version": "11.21.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -33,10 +33,10 @@ "clean": "rimraf scss/_inlined scss/vendor" }, "dependencies": { - "@carbon/layout": "^11.20.0-rc.0" + "@carbon/layout": "^11.20.0" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "rimraf": "^5.0.0" }, "eyeglass": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index ad5d67d55878..c39d6f08d77f 100644 --- a/packages/icon-build-helpers/package.json +++ b/packages/icon-build-helpers/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icon-build-helpers", "private": true, "description": "Build helpers for the Carbon Design System icon library", - "version": "1.19.0-rc.0", + "version": "1.19.0", "license": "Apache-2.0", "main": "src/index.js", "repository": { @@ -30,7 +30,7 @@ "@babel/template": "^7.16.7", "@babel/types": "^7.18.4", "@carbon/cli-reporter": "^10.7.0", - "@carbon/icon-helpers": "^10.45.0-rc.0", + "@carbon/icon-helpers": "^10.45.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-replace": "^5.0.0", "browserslist-config-carbon": "^11.2.0", @@ -51,6 +51,6 @@ "svg-parser": "^2.0.4", "svgo": "^1.1.1", "svgson": "^5.2.1", - "typescript-config-carbon": "^0.2.0-rc.0" + "typescript-config-carbon": "^0.2.0" } } diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 9ef09bff0dbf..9520cce9150a 100644 --- a/packages/icon-helpers/package.json +++ b/packages/icon-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", - "version": "10.45.0-rc.0", + "version": "10.45.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -34,9 +34,9 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "rimraf": "^5.0.0", - "typescript-config-carbon": "^0.2.0-rc.0" + "typescript-config-carbon": "^0.2.0" }, "sideEffects": false } diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 820c59e6d29b..5899ec2dafb4 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -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.29.0-rc.0", + "version": "11.29.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,13 +37,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.45.0-rc.0", + "@carbon/icon-helpers": "^10.45.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.0-rc.0", - "@carbon/icons": "^11.29.0-rc.0", + "@carbon/icon-build-helpers": "^1.19.0", + "@carbon/icons": "^11.29.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index c6c9d6f3efc9..25c9c47e6c4c 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -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.78.0-rc.0", + "version": "10.78.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,11 +29,11 @@ "clean": "rimraf es lib" }, "dependencies": { - "@carbon/icon-helpers": "^10.45.0-rc.0" + "@carbon/icon-helpers": "^10.45.0" }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.29.0-rc.0", + "@carbon/icons": "^11.29.0", "fs-extra": "^11.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index b2c3e0ba4c8b..4395e7c4960f 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "11.29.0-rc.0", + "version": "11.29.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,8 +39,8 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", - "@carbon/icon-build-helpers": "^1.19.0-rc.0", + "@carbon/cli": "^11.15.0", + "@carbon/icon-build-helpers": "^1.19.0", "rimraf": "^5.0.0" } } diff --git a/packages/layout/package.json b/packages/layout/package.json index ab3737b36bfd..dc2a66ea5e34 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/layout", "description": "Layout helpers for digital and software products using the Carbon Design System", - "version": "11.20.0-rc.0", + "version": "11.20.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf es lib umd scss/generated" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", "@carbon/test-utils": "^10.30.0", diff --git a/packages/motion/package.json b/packages/motion/package.json index 2d67ff8fa0e4..fe2afee5951c 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/motion", "description": "Motion helpers for digital and software products using the Carbon Design System", - "version": "11.16.0-rc.0", + "version": "11.16.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "rimraf": "^5.0.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index 78b35e1f92a6..a3a60a02746b 100644 --- a/packages/pictograms-react/package.json +++ b/packages/pictograms-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms-react", "description": "React components for pictograms 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", @@ -38,13 +38,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.45.0-rc.0", + "@carbon/icon-helpers": "^10.45.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.0-rc.0", - "@carbon/pictograms": "^12.25.0-rc.0", + "@carbon/icon-build-helpers": "^1.19.0", + "@carbon/pictograms": "^12.25.0", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index cc5621ed06fe..48cb66971bc1 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms", "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "12.25.0-rc.0", + "version": "12.25.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -32,7 +32,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.0-rc.0", + "@carbon/icon-build-helpers": "^1.19.0", "rimraf": "^5.0.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index d956863640f0..7274a655ab74 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react", "description": "React components for the Carbon Design System", - "version": "1.41.0-rc.0", + "version": "1.41.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -47,9 +47,9 @@ "dependencies": { "@babel/runtime": "^7.18.3", "@carbon/feature-flags": "^0.16.0", - "@carbon/icons-react": "^11.29.0-rc.0", - "@carbon/layout": "^11.20.0-rc.0", - "@carbon/styles": "^1.41.0-rc.0", + "@carbon/icons-react": "^11.29.0", + "@carbon/layout": "^11.20.0", + "@carbon/styles": "^1.41.0", "@carbon/telemetry": "0.1.0", "classnames": "2.3.2", "copy-to-clipboard": "^3.3.1", @@ -77,7 +77,7 @@ "@babel/preset-react": "^7.22.3", "@babel/preset-typescript": "^7.21.5", "@carbon/test-utils": "^10.30.0", - "@carbon/themes": "^11.26.0-rc.0", + "@carbon/themes": "^11.26.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", @@ -124,7 +124,7 @@ "storybook-readme": "^5.0.9", "stream-browserify": "^3.0.0", "style-loader": "^3.3.1", - "typescript-config-carbon": "^0.2.0-rc.0", + "typescript-config-carbon": "^0.2.0", "webpack": "^5.65.0", "webpack-dev-server": "^4.7.4" }, diff --git a/packages/styles/package.json b/packages/styles/package.json index 22585e5d15ea..45deb78b9a64 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/styles", "description": "Styles for the Carbon Design System", - "version": "1.41.0-rc.0", + "version": "1.41.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -38,13 +38,13 @@ } }, "dependencies": { - "@carbon/colors": "^11.20.0-rc.0", + "@carbon/colors": "^11.20.0", "@carbon/feature-flags": "^0.16.0", - "@carbon/grid": "^11.21.0-rc.0", - "@carbon/layout": "^11.20.0-rc.0", - "@carbon/motion": "^11.16.0-rc.0", - "@carbon/themes": "^11.26.0-rc.0", - "@carbon/type": "^11.25.0-rc.0", + "@carbon/grid": "^11.21.0", + "@carbon/layout": "^11.20.0", + "@carbon/motion": "^11.16.0", + "@carbon/themes": "^11.26.0", + "@carbon/type": "^11.25.0", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { diff --git a/packages/themes/package.json b/packages/themes/package.json index fb7c589f7130..c8cbb4dd2e86 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/themes", "description": "Themes for applying color in the Carbon Design System", - "version": "11.26.0-rc.0", + "version": "11.26.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,15 +30,15 @@ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\"" }, "dependencies": { - "@carbon/colors": "^11.20.0-rc.0", - "@carbon/layout": "^11.20.0-rc.0", - "@carbon/type": "^11.25.0-rc.0", + "@carbon/colors": "^11.20.0", + "@carbon/layout": "^11.20.0", + "@carbon/type": "^11.25.0", "color": "^4.0.0" }, "devDependencies": { "@babel/node": "^7.17.10", "@babel/preset-env": "^7.18.2", - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", "@carbon/test-utils": "^10.30.0", diff --git a/packages/type/package.json b/packages/type/package.json index f6c7ec0841bb..cc314f771c10 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/type", "description": "Typography for digital and software products using the Carbon Design System", - "version": "11.25.0-rc.0", + "version": "11.25.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,11 +38,11 @@ "clean": "rimraf css es lib umd" }, "dependencies": { - "@carbon/grid": "^11.21.0-rc.0", - "@carbon/layout": "^11.20.0-rc.0" + "@carbon/grid": "^11.21.0", + "@carbon/layout": "^11.20.0" }, "devDependencies": { - "@carbon/cli": "^11.15.0-rc.0", + "@carbon/cli": "^11.15.0", "@carbon/test-utils": "^10.30.0", "change-case": "^4.1.1", "css": "^3.0.0", diff --git a/www/package.json b/www/package.json index d6680327b89f..cadcb764e864 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.50.0-rc.0", + "version": "0.50.0", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.0-rc.0", + "@carbon/react": "^1.41.0", "@octokit/core": "^4.0.0", "@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-throttling": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index cacd0ec4c3f4..9cd9584370a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1845,7 +1845,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/cli@^11.15.0-rc.0, @carbon/cli@workspace:packages/cli": +"@carbon/cli@^11.15.0, @carbon/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@carbon/cli@workspace:packages/cli" dependencies: @@ -1876,18 +1876,18 @@ __metadata: rollup: ^2.79.1 sass: ^1.51.0 sassdoc: ^2.7.3 - typescript-config-carbon: ^0.2.0-rc.0 + typescript-config-carbon: ^0.2.0 yargs: ^17.0.1 bin: carbon-cli: ./bin/carbon-cli.js languageName: unknown linkType: soft -"@carbon/colors@^11.20.0-rc.0, @carbon/colors@workspace:packages/colors": +"@carbon/colors@^11.20.0, @carbon/colors@workspace:packages/colors": version: 0.0.0-use.local resolution: "@carbon/colors@workspace:packages/colors" dependencies: - "@carbon/cli": ^11.15.0-rc.0 + "@carbon/cli": ^11.15.0 "@carbon/cli-reporter": ^10.7.0 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 @@ -1907,14 +1907,14 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/elements@workspace:packages/elements" dependencies: - "@carbon/cli": ^11.15.0-rc.0 - "@carbon/colors": ^11.20.0-rc.0 - "@carbon/grid": ^11.21.0-rc.0 - "@carbon/icons": ^11.29.0-rc.0 - "@carbon/layout": ^11.20.0-rc.0 - "@carbon/motion": ^11.16.0-rc.0 - "@carbon/themes": ^11.26.0-rc.0 - "@carbon/type": ^11.25.0-rc.0 + "@carbon/cli": ^11.15.0 + "@carbon/colors": ^11.20.0 + "@carbon/grid": ^11.21.0 + "@carbon/icons": ^11.29.0 + "@carbon/layout": ^11.20.0 + "@carbon/motion": ^11.16.0 + "@carbon/themes": ^11.26.0 + "@carbon/type": ^11.25.0 fs-extra: ^11.0.0 klaw-sync: ^6.0.0 replace-in-file: ^7.0.0 @@ -1950,17 +1950,17 @@ __metadata: languageName: node linkType: hard -"@carbon/grid@^11.21.0-rc.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^11.21.0, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: - "@carbon/cli": ^11.15.0-rc.0 - "@carbon/layout": ^11.20.0-rc.0 + "@carbon/cli": ^11.15.0 + "@carbon/layout": ^11.20.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/icon-build-helpers@^1.19.0-rc.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@^1.19.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-build-helpers@workspace:packages/icon-build-helpers" dependencies: @@ -1971,7 +1971,7 @@ __metadata: "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 "@carbon/cli-reporter": ^10.7.0 - "@carbon/icon-helpers": ^10.45.0-rc.0 + "@carbon/icon-helpers": ^10.45.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-replace": ^5.0.0 browserslist-config-carbon: ^11.2.0 @@ -1992,34 +1992,27 @@ __metadata: svg-parser: ^2.0.4 svgo: ^1.1.1 svgson: ^5.2.1 - typescript-config-carbon: ^0.2.0-rc.0 + typescript-config-carbon: ^0.2.0 languageName: unknown linkType: soft -"@carbon/icon-helpers@^10.45.0-rc.0, @carbon/icon-helpers@workspace:packages/icon-helpers": +"@carbon/icon-helpers@^10.28.0, @carbon/icon-helpers@^10.45.0, @carbon/icon-helpers@workspace:packages/icon-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-helpers@workspace:packages/icon-helpers" dependencies: - "@carbon/cli": ^11.15.0-rc.0 + "@carbon/cli": ^11.15.0 rimraf: ^5.0.0 - typescript-config-carbon: ^0.2.0-rc.0 + typescript-config-carbon: ^0.2.0 languageName: unknown linkType: soft -"@carbon/icon-helpers@npm:^10.28.0": - version: 10.44.0 - resolution: "@carbon/icon-helpers@npm:10.44.0" - checksum: c61b711ef78ba5546514917571ccec01c0943a2dc53d34a90987985bd839de7c164ce7bf9890d21012e585c1a655f6a5a9ac88492af4345653f095f9ddebe54a - languageName: node - linkType: hard - -"@carbon/icons-react@^11.29.0-rc.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@^11.29.0, @carbon/icons-react@workspace:packages/icons-react": version: 0.0.0-use.local resolution: "@carbon/icons-react@workspace:packages/icons-react" dependencies: - "@carbon/icon-build-helpers": ^1.19.0-rc.0 - "@carbon/icon-helpers": ^10.45.0-rc.0 - "@carbon/icons": ^11.29.0-rc.0 + "@carbon/icon-build-helpers": ^1.19.0 + "@carbon/icon-helpers": ^10.45.0 + "@carbon/icons": ^11.29.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -2046,8 +2039,8 @@ __metadata: resolution: "@carbon/icons-vue@workspace:packages/icons-vue" dependencies: "@carbon/cli-reporter": ^10.7.0 - "@carbon/icon-helpers": ^10.45.0-rc.0 - "@carbon/icons": ^11.29.0-rc.0 + "@carbon/icon-helpers": ^10.45.0 + "@carbon/icons": ^11.29.0 fs-extra: ^11.0.0 prettier: ^2.8.8 rimraf: ^5.0.0 @@ -2056,21 +2049,21 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@^11.29.0-rc.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.29.0, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: - "@carbon/cli": ^11.15.0-rc.0 - "@carbon/icon-build-helpers": ^1.19.0-rc.0 + "@carbon/cli": ^11.15.0 + "@carbon/icon-build-helpers": ^1.19.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/layout@^11.20.0-rc.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^11.20.0, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: - "@carbon/cli": ^11.15.0-rc.0 + "@carbon/cli": ^11.15.0 "@carbon/cli-reporter": ^10.7.0 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 @@ -2086,11 +2079,11 @@ __metadata: languageName: node linkType: hard -"@carbon/motion@^11.16.0-rc.0, @carbon/motion@workspace:packages/motion": +"@carbon/motion@^11.16.0, @carbon/motion@workspace:packages/motion": version: 0.0.0-use.local resolution: "@carbon/motion@workspace:packages/motion" dependencies: - "@carbon/cli": ^11.15.0-rc.0 + "@carbon/cli": ^11.15.0 rimraf: ^5.0.0 languageName: unknown linkType: soft @@ -2099,9 +2092,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": ^1.19.0-rc.0 - "@carbon/icon-helpers": ^10.45.0-rc.0 - "@carbon/pictograms": ^12.25.0-rc.0 + "@carbon/icon-build-helpers": ^1.19.0 + "@carbon/icon-helpers": ^10.45.0 + "@carbon/pictograms": ^12.25.0 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -2110,16 +2103,16 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.25.0-rc.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.25.0, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: - "@carbon/icon-build-helpers": ^1.19.0-rc.0 + "@carbon/icon-build-helpers": ^1.19.0 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/react@^1.41.0-rc.0, @carbon/react@workspace:packages/react": +"@carbon/react@^1.41.0, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2133,12 +2126,12 @@ __metadata: "@babel/preset-typescript": ^7.21.5 "@babel/runtime": ^7.18.3 "@carbon/feature-flags": ^0.16.0 - "@carbon/icons-react": ^11.29.0-rc.0 - "@carbon/layout": ^11.20.0-rc.0 - "@carbon/styles": ^1.41.0-rc.0 + "@carbon/icons-react": ^11.29.0 + "@carbon/layout": ^11.20.0 + "@carbon/styles": ^1.41.0 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.26.0-rc.0 + "@carbon/themes": ^11.26.0 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-commonjs": ^25.0.0 "@rollup/plugin-node-resolve": ^15.0.0 @@ -2196,7 +2189,7 @@ __metadata: storybook-readme: ^5.0.9 stream-browserify: ^3.0.0 style-loader: ^3.3.1 - typescript-config-carbon: ^0.2.0-rc.0 + typescript-config-carbon: ^0.2.0 use-resize-observer: ^6.0.0 webpack: ^5.65.0 webpack-dev-server: ^4.7.4 @@ -2217,18 +2210,18 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^1.41.0-rc.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.41.0, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: - "@carbon/colors": ^11.20.0-rc.0 + "@carbon/colors": ^11.20.0 "@carbon/feature-flags": ^0.16.0 - "@carbon/grid": ^11.21.0-rc.0 - "@carbon/layout": ^11.20.0-rc.0 - "@carbon/motion": ^11.16.0-rc.0 + "@carbon/grid": ^11.21.0 + "@carbon/layout": ^11.20.0 + "@carbon/motion": ^11.16.0 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.26.0-rc.0 - "@carbon/type": ^11.25.0-rc.0 + "@carbon/themes": ^11.26.0 + "@carbon/type": ^11.25.0 "@ibm/plex": 6.0.0-next.6 autoprefixer: ^10.4.7 browserslist-config-carbon: ^11.2.0 @@ -2270,19 +2263,19 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@^11.26.0-rc.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^11.26.0, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: "@babel/node": ^7.17.10 "@babel/preset-env": ^7.18.2 - "@carbon/cli": ^11.15.0-rc.0 + "@carbon/cli": ^11.15.0 "@carbon/cli-reporter": ^10.7.0 - "@carbon/colors": ^11.20.0-rc.0 - "@carbon/layout": ^11.20.0-rc.0 + "@carbon/colors": ^11.20.0 + "@carbon/layout": ^11.20.0 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 - "@carbon/type": ^11.25.0-rc.0 + "@carbon/type": ^11.25.0 change-case: ^4.1.1 color: ^4.0.0 core-js: ^3.16.0 @@ -2292,13 +2285,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/type@^11.25.0-rc.0, @carbon/type@workspace:packages/type": +"@carbon/type@^11.25.0, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: - "@carbon/cli": ^11.15.0-rc.0 - "@carbon/grid": ^11.21.0-rc.0 - "@carbon/layout": ^11.20.0-rc.0 + "@carbon/cli": ^11.15.0 + "@carbon/grid": ^11.21.0 + "@carbon/layout": ^11.20.0 "@carbon/test-utils": ^10.30.0 change-case: ^4.1.1 css: ^3.0.0 @@ -10704,8 +10697,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": ^7.17.12 "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 - "@carbon/react": ^1.41.0-rc.0 - "@carbon/styles": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 + "@carbon/styles": ^1.41.0 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 "@rollup/plugin-babel": ^6.0.0 @@ -10744,7 +10737,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": ^1.41.0-rc.0 + "@carbon/styles": ^1.41.0 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 chalk: 1.1.3 @@ -11108,7 +11101,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -11430,7 +11423,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": ^1.41.0-rc.0 + "@carbon/styles": ^1.41.0 sass: ^1.51.0 vite: ^4.3.8 languageName: unknown @@ -11440,7 +11433,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-with-sass-compilation@workspace:examples/codesandbox-with-sass-compilation" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -11452,7 +11445,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox@workspace:examples/codesandbox" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -12671,7 +12664,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -14998,7 +14991,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 eslint: 8.40.0 next: 12.1.4 react: 18.2.0 @@ -15011,7 +15004,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 eslint: 8.40.0 eslint-config-next: 13.4.7 next: 13.4.7 @@ -17370,7 +17363,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -17507,7 +17500,7 @@ __metadata: resolution: "incremental-migration-vite@workspace:examples/incremental-migration-vite" dependencies: "@carbon/icons-react": ^10.49.0 - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 "@vitejs/plugin-react": 4.0.0 carbon-components: ^10.57.0 carbon-components-react: ^7.57.0 @@ -30672,7 +30665,7 @@ __metadata: languageName: node linkType: hard -"typescript-config-carbon@^0.2.0-rc.0, typescript-config-carbon@workspace:config/typescript-config-carbon": +"typescript-config-carbon@^0.2.0, typescript-config-carbon@workspace:config/typescript-config-carbon": version: 0.0.0-use.local resolution: "typescript-config-carbon@workspace:config/typescript-config-carbon" dependencies: @@ -31425,7 +31418,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -31729,7 +31722,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -32644,7 +32637,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": ^1.41.0-rc.0 + "@carbon/react": ^1.41.0 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0 From cf208367cf215d0ce72f7bd6c4a0f76f6443fdbd Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Thu, 26 Oct 2023 14:50:48 -0500 Subject: [PATCH 02/10] chore: update yarn cache --- ...elpers-npm-10.44.0-159592a2ec-c61b711ef7.zip | Bin 14013 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .yarn/cache/@carbon-icon-helpers-npm-10.44.0-159592a2ec-c61b711ef7.zip diff --git a/.yarn/cache/@carbon-icon-helpers-npm-10.44.0-159592a2ec-c61b711ef7.zip b/.yarn/cache/@carbon-icon-helpers-npm-10.44.0-159592a2ec-c61b711ef7.zip deleted file mode 100644 index 3250c6eff14a65ba5708c03898885dc85293344c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14013 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 From cc5cb3247cbf2cce5e20b8f3c2692d54e764178a Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Fri, 27 Oct 2023 13:00:48 -0500 Subject: [PATCH 03/10] fix(slider): update rem() usage to to-rem() (#15049) --- packages/styles/scss/components/slider/_slider.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/scss/components/slider/_slider.scss b/packages/styles/scss/components/slider/_slider.scss index 4bcddcdd71ba..67ff6f1f6c60 100644 --- a/packages/styles/scss/components/slider/_slider.scss +++ b/packages/styles/scss/components/slider/_slider.scss @@ -43,7 +43,7 @@ min-inline-size: convert.to-rem(200px); .#{$prefix}--slider-container--two-handles & { - margin-inline: rem(4px); + margin-inline: convert.to-rem(4px); } } From d6904c019acc9b8cb8f5a01732bc963a71fa93bf Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Fri, 27 Oct 2023 13:12:28 -0500 Subject: [PATCH 04/10] chore(release): v11.41.1 --- config/typescript-config-carbon/package.json | 2 +- examples/class-prefix/package.json | 4 +- examples/codesandbox-styles/package.json | 4 +- .../package.json | 4 +- examples/codesandbox/package.json | 4 +- examples/custom-theme/package.json | 4 +- examples/id-prefix/package.json | 4 +- .../incremental-migration-vite/package.json | 4 +- examples/light-dark-mode/package.json | 4 +- examples/nextjs/package.json | 4 +- examples/v10-token-compat-in-v11/package.json | 4 +- examples/vite/package.json | 4 +- packages/carbon-components-react/package.json | 6 +- packages/carbon-components/package.json | 4 +- packages/cli/package.json | 4 +- packages/colors/package.json | 4 +- packages/elements/package.json | 18 +- packages/grid/package.json | 6 +- packages/icon-build-helpers/package.json | 6 +- packages/icon-helpers/package.json | 6 +- packages/icons-react/package.json | 8 +- packages/icons-vue/package.json | 6 +- packages/icons/package.json | 6 +- packages/layout/package.json | 4 +- packages/motion/package.json | 4 +- packages/pictograms-react/package.json | 8 +- packages/pictograms/package.json | 4 +- packages/react/package.json | 12 +- packages/styles/package.json | 14 +- packages/themes/package.json | 10 +- packages/type/package.json | 8 +- www/package.json | 4 +- yarn.lock | 154 +++++++++--------- 33 files changed, 171 insertions(+), 171 deletions(-) diff --git a/config/typescript-config-carbon/package.json b/config/typescript-config-carbon/package.json index 6956d030384f..3adb3621d2e5 100644 --- a/config/typescript-config-carbon/package.json +++ b/config/typescript-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "typescript-config-carbon", "description": "TypeScript configuration for Carbon", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "main": "index.js", "types": "index.d.ts", diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index ca892222d34d..05c4d5e72b9d 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.38.0", + "version": "0.38.1", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox-styles/package.json b/examples/codesandbox-styles/package.json index f60e197a4974..1a5c5df1a532 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.44.0", + "version": "0.44.1", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.41.0" + "@carbon/styles": "^1.41.1" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index 64ef9b31cc15..d281826fe361 100644 --- a/examples/codesandbox-with-sass-compilation/package.json +++ b/examples/codesandbox-with-sass-compilation/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox-with-sass-compilation", - "version": "0.42.0", + "version": "0.42.1", "private": true, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index faf7d3e95942..bbefcfb82ef5 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.42.0", + "version": "0.42.1", "private": true, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index c55da7594c5c..9d207114c1c8 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.39.0", + "version": "0.39.1", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/id-prefix/package.json b/examples/id-prefix/package.json index 091588eda7f4..22141f57f747 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.38.0", + "version": "0.38.1", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/incremental-migration-vite/package.json b/examples/incremental-migration-vite/package.json index cbc1b9de1211..6df27b402461 100644 --- a/examples/incremental-migration-vite/package.json +++ b/examples/incremental-migration-vite/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration-vite", "private": true, - "version": "0.6.0", + "version": "0.6.1", "scripts": { "dev": "vite", "build": "vite build", @@ -12,7 +12,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "carbon-components": "^10.57.0", "carbon-components-react": "^7.57.0", "carbon-icons": "^7.0.7", diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index e3a93c0c8858..914d907063d9 100644 --- a/examples/light-dark-mode/package.json +++ b/examples/light-dark-mode/package.json @@ -1,7 +1,7 @@ { "name": "examples-light-dark", "private": true, - "version": "0.39.0", + "version": "0.39.1", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "next": "12.1.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index d459d80a578a..7d8337b32cd9 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.41.0", + "version": "0.41.1", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "next": "13.4.7", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/v10-token-compat-in-v11/package.json b/examples/v10-token-compat-in-v11/package.json index 25a98858237f..27ef0061dc6e 100644 --- a/examples/v10-token-compat-in-v11/package.json +++ b/examples/v10-token-compat-in-v11/package.json @@ -1,7 +1,7 @@ { "name": "v10-token-compat-in-v11", "private": true, - "version": "0.39.0", + "version": "0.39.1", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index a9337d467543..c49c02e1ba40 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.39.0", + "version": "0.39.1", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/carbon-components-react/package.json b/packages/carbon-components-react/package.json index 8c995ce5bbe8..fe1a860312ae 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "8.41.0", + "version": "8.41.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -41,8 +41,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.41.0", - "@carbon/styles": "^1.41.0", + "@carbon/react": "^1.41.1", + "@carbon/styles": "^1.41.1", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 82700ab4777e..91f77965b8c1 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "11.41.0", + "version": "11.41.1", "license": "Apache-2.0", "repository": { "type": "git", @@ -42,7 +42,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.41.0", + "@carbon/styles": "^1.41.1", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 9ab98a2adc7c..d4fda01242d2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/cli", "description": "Task automation for working with the Carbon Design System", - "version": "11.15.0", + "version": "11.15.1", "license": "Apache-2.0", "bin": { "carbon-cli": "./bin/carbon-cli.js" @@ -51,7 +51,7 @@ "rollup": "^2.79.1", "sass": "^1.51.0", "sassdoc": "^2.7.3", - "typescript-config-carbon": "^0.2.0", + "typescript-config-carbon": "^0.2.1", "yargs": "^17.0.1" } } diff --git a/packages/colors/package.json b/packages/colors/package.json index 27aab0dcbc65..e9cd48559da3 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/colors", "description": "Colors for digital and software products using the Carbon Design System", - "version": "11.20.0", + "version": "11.20.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,7 +37,7 @@ "clean": "rimraf css es lib umd scss index.scss" }, "devDependencies": { - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", "@carbon/test-utils": "^10.30.0", diff --git a/packages/elements/package.json b/packages/elements/package.json index 4f7e609a7b66..c60b5b2dec8b 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "11.32.0", + "version": "11.32.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -36,16 +36,16 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/colors": "^11.20.0", - "@carbon/grid": "^11.21.0", - "@carbon/icons": "^11.29.0", - "@carbon/layout": "^11.20.0", - "@carbon/motion": "^11.16.0", - "@carbon/themes": "^11.26.0", - "@carbon/type": "^11.25.0" + "@carbon/colors": "^11.20.1", + "@carbon/grid": "^11.21.1", + "@carbon/icons": "^11.29.1", + "@carbon/layout": "^11.20.1", + "@carbon/motion": "^11.16.1", + "@carbon/themes": "^11.26.1", + "@carbon/type": "^11.25.1" }, "devDependencies": { - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "fs-extra": "^11.0.0", "klaw-sync": "^6.0.0", "replace-in-file": "^7.0.0", diff --git a/packages/grid/package.json b/packages/grid/package.json index bbff5791f24d..6618ea40c2df 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/grid", "description": "Grid for digital and software products using the Carbon Design System", - "version": "11.21.0", + "version": "11.21.1", "license": "Apache-2.0", "repository": { "type": "git", @@ -33,10 +33,10 @@ "clean": "rimraf scss/_inlined scss/vendor" }, "dependencies": { - "@carbon/layout": "^11.20.0" + "@carbon/layout": "^11.20.1" }, "devDependencies": { - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "rimraf": "^5.0.0" }, "eyeglass": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index c39d6f08d77f..6b3393bb33c1 100644 --- a/packages/icon-build-helpers/package.json +++ b/packages/icon-build-helpers/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icon-build-helpers", "private": true, "description": "Build helpers for the Carbon Design System icon library", - "version": "1.19.0", + "version": "1.19.1", "license": "Apache-2.0", "main": "src/index.js", "repository": { @@ -30,7 +30,7 @@ "@babel/template": "^7.16.7", "@babel/types": "^7.18.4", "@carbon/cli-reporter": "^10.7.0", - "@carbon/icon-helpers": "^10.45.0", + "@carbon/icon-helpers": "^10.45.1", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-replace": "^5.0.0", "browserslist-config-carbon": "^11.2.0", @@ -51,6 +51,6 @@ "svg-parser": "^2.0.4", "svgo": "^1.1.1", "svgson": "^5.2.1", - "typescript-config-carbon": "^0.2.0" + "typescript-config-carbon": "^0.2.1" } } diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 9520cce9150a..cd970d0e296b 100644 --- a/packages/icon-helpers/package.json +++ b/packages/icon-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", - "version": "10.45.0", + "version": "10.45.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -34,9 +34,9 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "rimraf": "^5.0.0", - "typescript-config-carbon": "^0.2.0" + "typescript-config-carbon": "^0.2.1" }, "sideEffects": false } diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 5899ec2dafb4..12c4b6e47808 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -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.29.0", + "version": "11.29.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -37,13 +37,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.45.0", + "@carbon/icon-helpers": "^10.45.1", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.0", - "@carbon/icons": "^11.29.0", + "@carbon/icon-build-helpers": "^1.19.1", + "@carbon/icons": "^11.29.1", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 25c9c47e6c4c..4d0294ecead9 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -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.78.0", + "version": "10.78.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,11 +29,11 @@ "clean": "rimraf es lib" }, "dependencies": { - "@carbon/icon-helpers": "^10.45.0" + "@carbon/icon-helpers": "^10.45.1" }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.29.0", + "@carbon/icons": "^11.29.1", "fs-extra": "^11.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 4395e7c4960f..82d90eb605e8 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "11.29.0", + "version": "11.29.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,8 +39,8 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/cli": "^11.15.0", - "@carbon/icon-build-helpers": "^1.19.0", + "@carbon/cli": "^11.15.1", + "@carbon/icon-build-helpers": "^1.19.1", "rimraf": "^5.0.0" } } diff --git a/packages/layout/package.json b/packages/layout/package.json index dc2a66ea5e34..7eddf7cac841 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/layout", "description": "Layout helpers for digital and software products using the Carbon Design System", - "version": "11.20.0", + "version": "11.20.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf es lib umd scss/generated" }, "devDependencies": { - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", "@carbon/test-utils": "^10.30.0", diff --git a/packages/motion/package.json b/packages/motion/package.json index fe2afee5951c..2d5000a4d3c4 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/motion", "description": "Motion helpers for digital and software products using the Carbon Design System", - "version": "11.16.0", + "version": "11.16.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "rimraf": "^5.0.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index a3a60a02746b..5fbc501fac29 100644 --- a/packages/pictograms-react/package.json +++ b/packages/pictograms-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms-react", "description": "React components for pictograms in digital and software products using the Carbon Design System", - "version": "11.51.0", + "version": "11.51.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,13 +38,13 @@ "react": ">=16" }, "dependencies": { - "@carbon/icon-helpers": "^10.45.0", + "@carbon/icon-helpers": "^10.45.1", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.0", - "@carbon/pictograms": "^12.25.0", + "@carbon/icon-build-helpers": "^1.19.1", + "@carbon/pictograms": "^12.25.1", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 48cb66971bc1..9f59e61b8d0b 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms", "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "12.25.0", + "version": "12.25.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -32,7 +32,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.0", + "@carbon/icon-build-helpers": "^1.19.1", "rimraf": "^5.0.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index 7274a655ab74..06421de82c89 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react", "description": "React components for the Carbon Design System", - "version": "1.41.0", + "version": "1.41.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -47,9 +47,9 @@ "dependencies": { "@babel/runtime": "^7.18.3", "@carbon/feature-flags": "^0.16.0", - "@carbon/icons-react": "^11.29.0", - "@carbon/layout": "^11.20.0", - "@carbon/styles": "^1.41.0", + "@carbon/icons-react": "^11.29.1", + "@carbon/layout": "^11.20.1", + "@carbon/styles": "^1.41.1", "@carbon/telemetry": "0.1.0", "classnames": "2.3.2", "copy-to-clipboard": "^3.3.1", @@ -77,7 +77,7 @@ "@babel/preset-react": "^7.22.3", "@babel/preset-typescript": "^7.21.5", "@carbon/test-utils": "^10.30.0", - "@carbon/themes": "^11.26.0", + "@carbon/themes": "^11.26.1", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", @@ -124,7 +124,7 @@ "storybook-readme": "^5.0.9", "stream-browserify": "^3.0.0", "style-loader": "^3.3.1", - "typescript-config-carbon": "^0.2.0", + "typescript-config-carbon": "^0.2.1", "webpack": "^5.65.0", "webpack-dev-server": "^4.7.4" }, diff --git a/packages/styles/package.json b/packages/styles/package.json index 45deb78b9a64..6a2e12d7df59 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/styles", "description": "Styles for the Carbon Design System", - "version": "1.41.0", + "version": "1.41.1", "license": "Apache-2.0", "repository": { "type": "git", @@ -38,13 +38,13 @@ } }, "dependencies": { - "@carbon/colors": "^11.20.0", + "@carbon/colors": "^11.20.1", "@carbon/feature-flags": "^0.16.0", - "@carbon/grid": "^11.21.0", - "@carbon/layout": "^11.20.0", - "@carbon/motion": "^11.16.0", - "@carbon/themes": "^11.26.0", - "@carbon/type": "^11.25.0", + "@carbon/grid": "^11.21.1", + "@carbon/layout": "^11.20.1", + "@carbon/motion": "^11.16.1", + "@carbon/themes": "^11.26.1", + "@carbon/type": "^11.25.1", "@ibm/plex": "6.0.0-next.6" }, "devDependencies": { diff --git a/packages/themes/package.json b/packages/themes/package.json index c8cbb4dd2e86..79ed0438c1ff 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/themes", "description": "Themes for applying color in the Carbon Design System", - "version": "11.26.0", + "version": "11.26.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,15 +30,15 @@ "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\"" }, "dependencies": { - "@carbon/colors": "^11.20.0", - "@carbon/layout": "^11.20.0", - "@carbon/type": "^11.25.0", + "@carbon/colors": "^11.20.1", + "@carbon/layout": "^11.20.1", + "@carbon/type": "^11.25.1", "color": "^4.0.0" }, "devDependencies": { "@babel/node": "^7.17.10", "@babel/preset-env": "^7.18.2", - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.18.0", "@carbon/test-utils": "^10.30.0", diff --git a/packages/type/package.json b/packages/type/package.json index cc314f771c10..79cbaf23421c 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/type", "description": "Typography for digital and software products using the Carbon Design System", - "version": "11.25.0", + "version": "11.25.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,11 +38,11 @@ "clean": "rimraf css es lib umd" }, "dependencies": { - "@carbon/grid": "^11.21.0", - "@carbon/layout": "^11.20.0" + "@carbon/grid": "^11.21.1", + "@carbon/layout": "^11.20.1" }, "devDependencies": { - "@carbon/cli": "^11.15.0", + "@carbon/cli": "^11.15.1", "@carbon/test-utils": "^10.30.0", "change-case": "^4.1.1", "css": "^3.0.0", diff --git a/www/package.json b/www/package.json index cadcb764e864..af80281e7193 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.50.0", + "version": "0.50.1", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.0", + "@carbon/react": "^1.41.1", "@octokit/core": "^4.0.0", "@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-throttling": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 9cd9584370a7..3828a11aac4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1845,7 +1845,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/cli@^11.15.0, @carbon/cli@workspace:packages/cli": +"@carbon/cli@^11.15.1, @carbon/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@carbon/cli@workspace:packages/cli" dependencies: @@ -1876,18 +1876,18 @@ __metadata: rollup: ^2.79.1 sass: ^1.51.0 sassdoc: ^2.7.3 - typescript-config-carbon: ^0.2.0 + typescript-config-carbon: ^0.2.1 yargs: ^17.0.1 bin: carbon-cli: ./bin/carbon-cli.js languageName: unknown linkType: soft -"@carbon/colors@^11.20.0, @carbon/colors@workspace:packages/colors": +"@carbon/colors@^11.20.1, @carbon/colors@workspace:packages/colors": version: 0.0.0-use.local resolution: "@carbon/colors@workspace:packages/colors" dependencies: - "@carbon/cli": ^11.15.0 + "@carbon/cli": ^11.15.1 "@carbon/cli-reporter": ^10.7.0 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 @@ -1907,14 +1907,14 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/elements@workspace:packages/elements" dependencies: - "@carbon/cli": ^11.15.0 - "@carbon/colors": ^11.20.0 - "@carbon/grid": ^11.21.0 - "@carbon/icons": ^11.29.0 - "@carbon/layout": ^11.20.0 - "@carbon/motion": ^11.16.0 - "@carbon/themes": ^11.26.0 - "@carbon/type": ^11.25.0 + "@carbon/cli": ^11.15.1 + "@carbon/colors": ^11.20.1 + "@carbon/grid": ^11.21.1 + "@carbon/icons": ^11.29.1 + "@carbon/layout": ^11.20.1 + "@carbon/motion": ^11.16.1 + "@carbon/themes": ^11.26.1 + "@carbon/type": ^11.25.1 fs-extra: ^11.0.0 klaw-sync: ^6.0.0 replace-in-file: ^7.0.0 @@ -1950,17 +1950,17 @@ __metadata: languageName: node linkType: hard -"@carbon/grid@^11.21.0, @carbon/grid@workspace:packages/grid": +"@carbon/grid@^11.21.1, @carbon/grid@workspace:packages/grid": version: 0.0.0-use.local resolution: "@carbon/grid@workspace:packages/grid" dependencies: - "@carbon/cli": ^11.15.0 - "@carbon/layout": ^11.20.0 + "@carbon/cli": ^11.15.1 + "@carbon/layout": ^11.20.1 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/icon-build-helpers@^1.19.0, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@^1.19.1, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-build-helpers@workspace:packages/icon-build-helpers" dependencies: @@ -1971,7 +1971,7 @@ __metadata: "@babel/template": ^7.16.7 "@babel/types": ^7.18.4 "@carbon/cli-reporter": ^10.7.0 - "@carbon/icon-helpers": ^10.45.0 + "@carbon/icon-helpers": ^10.45.1 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-replace": ^5.0.0 browserslist-config-carbon: ^11.2.0 @@ -1992,27 +1992,27 @@ __metadata: svg-parser: ^2.0.4 svgo: ^1.1.1 svgson: ^5.2.1 - typescript-config-carbon: ^0.2.0 + typescript-config-carbon: ^0.2.1 languageName: unknown linkType: soft -"@carbon/icon-helpers@^10.28.0, @carbon/icon-helpers@^10.45.0, @carbon/icon-helpers@workspace:packages/icon-helpers": +"@carbon/icon-helpers@^10.28.0, @carbon/icon-helpers@^10.45.1, @carbon/icon-helpers@workspace:packages/icon-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-helpers@workspace:packages/icon-helpers" dependencies: - "@carbon/cli": ^11.15.0 + "@carbon/cli": ^11.15.1 rimraf: ^5.0.0 - typescript-config-carbon: ^0.2.0 + typescript-config-carbon: ^0.2.1 languageName: unknown linkType: soft -"@carbon/icons-react@^11.29.0, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@^11.29.1, @carbon/icons-react@workspace:packages/icons-react": version: 0.0.0-use.local resolution: "@carbon/icons-react@workspace:packages/icons-react" dependencies: - "@carbon/icon-build-helpers": ^1.19.0 - "@carbon/icon-helpers": ^10.45.0 - "@carbon/icons": ^11.29.0 + "@carbon/icon-build-helpers": ^1.19.1 + "@carbon/icon-helpers": ^10.45.1 + "@carbon/icons": ^11.29.1 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -2039,8 +2039,8 @@ __metadata: resolution: "@carbon/icons-vue@workspace:packages/icons-vue" dependencies: "@carbon/cli-reporter": ^10.7.0 - "@carbon/icon-helpers": ^10.45.0 - "@carbon/icons": ^11.29.0 + "@carbon/icon-helpers": ^10.45.1 + "@carbon/icons": ^11.29.1 fs-extra: ^11.0.0 prettier: ^2.8.8 rimraf: ^5.0.0 @@ -2049,21 +2049,21 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@^11.29.0, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.29.1, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: - "@carbon/cli": ^11.15.0 - "@carbon/icon-build-helpers": ^1.19.0 + "@carbon/cli": ^11.15.1 + "@carbon/icon-build-helpers": ^1.19.1 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/layout@^11.20.0, @carbon/layout@workspace:packages/layout": +"@carbon/layout@^11.20.1, @carbon/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@carbon/layout@workspace:packages/layout" dependencies: - "@carbon/cli": ^11.15.0 + "@carbon/cli": ^11.15.1 "@carbon/cli-reporter": ^10.7.0 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 @@ -2079,11 +2079,11 @@ __metadata: languageName: node linkType: hard -"@carbon/motion@^11.16.0, @carbon/motion@workspace:packages/motion": +"@carbon/motion@^11.16.1, @carbon/motion@workspace:packages/motion": version: 0.0.0-use.local resolution: "@carbon/motion@workspace:packages/motion" dependencies: - "@carbon/cli": ^11.15.0 + "@carbon/cli": ^11.15.1 rimraf: ^5.0.0 languageName: unknown linkType: soft @@ -2092,9 +2092,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": ^1.19.0 - "@carbon/icon-helpers": ^10.45.0 - "@carbon/pictograms": ^12.25.0 + "@carbon/icon-build-helpers": ^1.19.1 + "@carbon/icon-helpers": ^10.45.1 + "@carbon/pictograms": ^12.25.1 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -2103,16 +2103,16 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.25.0, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.25.1, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: - "@carbon/icon-build-helpers": ^1.19.0 + "@carbon/icon-build-helpers": ^1.19.1 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/react@^1.41.0, @carbon/react@workspace:packages/react": +"@carbon/react@^1.41.1, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2126,12 +2126,12 @@ __metadata: "@babel/preset-typescript": ^7.21.5 "@babel/runtime": ^7.18.3 "@carbon/feature-flags": ^0.16.0 - "@carbon/icons-react": ^11.29.0 - "@carbon/layout": ^11.20.0 - "@carbon/styles": ^1.41.0 + "@carbon/icons-react": ^11.29.1 + "@carbon/layout": ^11.20.1 + "@carbon/styles": ^1.41.1 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.26.0 + "@carbon/themes": ^11.26.1 "@rollup/plugin-babel": ^6.0.0 "@rollup/plugin-commonjs": ^25.0.0 "@rollup/plugin-node-resolve": ^15.0.0 @@ -2189,7 +2189,7 @@ __metadata: storybook-readme: ^5.0.9 stream-browserify: ^3.0.0 style-loader: ^3.3.1 - typescript-config-carbon: ^0.2.0 + typescript-config-carbon: ^0.2.1 use-resize-observer: ^6.0.0 webpack: ^5.65.0 webpack-dev-server: ^4.7.4 @@ -2210,18 +2210,18 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^1.41.0, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.41.1, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: - "@carbon/colors": ^11.20.0 + "@carbon/colors": ^11.20.1 "@carbon/feature-flags": ^0.16.0 - "@carbon/grid": ^11.21.0 - "@carbon/layout": ^11.20.0 - "@carbon/motion": ^11.16.0 + "@carbon/grid": ^11.21.1 + "@carbon/layout": ^11.20.1 + "@carbon/motion": ^11.16.1 "@carbon/test-utils": ^10.30.0 - "@carbon/themes": ^11.26.0 - "@carbon/type": ^11.25.0 + "@carbon/themes": ^11.26.1 + "@carbon/type": ^11.25.1 "@ibm/plex": 6.0.0-next.6 autoprefixer: ^10.4.7 browserslist-config-carbon: ^11.2.0 @@ -2263,19 +2263,19 @@ __metadata: languageName: unknown linkType: soft -"@carbon/themes@^11.26.0, @carbon/themes@workspace:packages/themes": +"@carbon/themes@^11.26.1, @carbon/themes@workspace:packages/themes": version: 0.0.0-use.local resolution: "@carbon/themes@workspace:packages/themes" dependencies: "@babel/node": ^7.17.10 "@babel/preset-env": ^7.18.2 - "@carbon/cli": ^11.15.0 + "@carbon/cli": ^11.15.1 "@carbon/cli-reporter": ^10.7.0 - "@carbon/colors": ^11.20.0 - "@carbon/layout": ^11.20.0 + "@carbon/colors": ^11.20.1 + "@carbon/layout": ^11.20.1 "@carbon/scss-generator": ^10.18.0 "@carbon/test-utils": ^10.30.0 - "@carbon/type": ^11.25.0 + "@carbon/type": ^11.25.1 change-case: ^4.1.1 color: ^4.0.0 core-js: ^3.16.0 @@ -2285,13 +2285,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/type@^11.25.0, @carbon/type@workspace:packages/type": +"@carbon/type@^11.25.1, @carbon/type@workspace:packages/type": version: 0.0.0-use.local resolution: "@carbon/type@workspace:packages/type" dependencies: - "@carbon/cli": ^11.15.0 - "@carbon/grid": ^11.21.0 - "@carbon/layout": ^11.20.0 + "@carbon/cli": ^11.15.1 + "@carbon/grid": ^11.21.1 + "@carbon/layout": ^11.20.1 "@carbon/test-utils": ^10.30.0 change-case: ^4.1.1 css: ^3.0.0 @@ -10697,8 +10697,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": ^7.17.12 "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 - "@carbon/react": ^1.41.0 - "@carbon/styles": ^1.41.0 + "@carbon/react": ^1.41.1 + "@carbon/styles": ^1.41.1 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 "@rollup/plugin-babel": ^6.0.0 @@ -10737,7 +10737,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": ^1.41.0 + "@carbon/styles": ^1.41.1 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 chalk: 1.1.3 @@ -11101,7 +11101,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -11423,7 +11423,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": ^1.41.0 + "@carbon/styles": ^1.41.1 sass: ^1.51.0 vite: ^4.3.8 languageName: unknown @@ -11433,7 +11433,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-with-sass-compilation@workspace:examples/codesandbox-with-sass-compilation" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -11445,7 +11445,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox@workspace:examples/codesandbox" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -12664,7 +12664,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -14991,7 +14991,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 eslint: 8.40.0 next: 12.1.4 react: 18.2.0 @@ -15004,7 +15004,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 eslint: 8.40.0 eslint-config-next: 13.4.7 next: 13.4.7 @@ -17363,7 +17363,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -17500,7 +17500,7 @@ __metadata: resolution: "incremental-migration-vite@workspace:examples/incremental-migration-vite" dependencies: "@carbon/icons-react": ^10.49.0 - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 "@vitejs/plugin-react": 4.0.0 carbon-components: ^10.57.0 carbon-components-react: ^7.57.0 @@ -30665,7 +30665,7 @@ __metadata: languageName: node linkType: hard -"typescript-config-carbon@^0.2.0, typescript-config-carbon@workspace:config/typescript-config-carbon": +"typescript-config-carbon@^0.2.1, typescript-config-carbon@workspace:config/typescript-config-carbon": version: 0.0.0-use.local resolution: "typescript-config-carbon@workspace:config/typescript-config-carbon" dependencies: @@ -31418,7 +31418,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -31722,7 +31722,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -32637,7 +32637,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": ^1.41.0 + "@carbon/react": ^1.41.1 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0 From cc34d1f4bd61144ecfce9556d868f25d49a7d170 Mon Sep 17 00:00:00 2001 From: Alex Lewitt <48691328+alewitt2@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:46:49 -0400 Subject: [PATCH 05/10] fix(bug): slider.scss uses deprecated `/` (#15063) * fix(bug): slider.scss uses deprecated `/` an accidental deprecated division `/` snuck in and is causing sass loader errors downstream. * Update packages/styles/scss/components/slider/_slider.scss Co-authored-by: Taylor Jones * Update packages/styles/scss/components/slider/_slider.scss --------- Co-authored-by: Taylor Jones --- packages/styles/scss/components/slider/_slider.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/scss/components/slider/_slider.scss b/packages/styles/scss/components/slider/_slider.scss index 67ff6f1f6c60..212a6c8fca27 100644 --- a/packages/styles/scss/components/slider/_slider.scss +++ b/packages/styles/scss/components/slider/_slider.scss @@ -146,7 +146,7 @@ block-size: convert.to-rem(2px); content: ''; inline-size: convert.to-rem(6px); - inset-block-start: calc(50% - #{convert.to-rem(2px) / 2}); + inset-block-start: calc(50% - #{convert.to-rem(2px) * 0.5}); inset-inline-end: 0; } From 7dcb02e2feb6b50d2c5cc7451c28f00ea754282c Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Tue, 31 Oct 2023 16:36:24 -0400 Subject: [PATCH 06/10] refactor(Slug): refactor Slug callout into composable components (#15036) * feat(Slug): scaffold out AI Slug component * feat(slug): add gradient tokens to themes, hover styles * feat(slug): add focus styles, cleanup storybook * fix(Theme): adjust small slug hover tokens * feat(Slug): add hollow slug * feat(Slug): initial inline styles * chore(snapshot): update snapshots * feat(Slug): add inline styles * fix(Slug): refactor inline variant * style(Slug): tweak inline styles * style(Slug): add hover styles to inline variant * style(Slug): add initial callout styles * style(Slug): tokenize gradients * style(Slug): adjust padding * chore: udpate snapshots * style(Slug): adjust padding with hollow dot, fix text colors * fix(Slug): fix hover styles when focused * refactor(Slug): remove ai from prefix * refactor(Slug): break Slug callout into composable components * style(Slug): add styles for action bar * chore(storybook): update stories to use SlugContent, SlugToolbar * refactor(Slug): rename SlugToolbar to SlugActions * chore(storybook): remove console.log * chore(storybook): add storybook toggle to show / hide action bar --------- Co-authored-by: Andrea N. Cardona Co-authored-by: Taylor Jones --- .../react/src/components/Slug/Slug.stories.js | 357 ++++++++++++++---- packages/react/src/components/Slug/index.js | 190 +++++++++- packages/react/src/index.js | 6 +- .../styles/scss/components/slug/_slug.scss | 35 +- 4 files changed, 508 insertions(+), 80 deletions(-) diff --git a/packages/react/src/components/Slug/Slug.stories.js b/packages/react/src/components/Slug/Slug.stories.js index 5c2c7c4722b4..7a677b3a6dca 100644 --- a/packages/react/src/components/Slug/Slug.stories.js +++ b/packages/react/src/components/Slug/Slug.stories.js @@ -9,8 +9,10 @@ import React from 'react'; -import Slug from '.'; +import { Slug, SlugContent, SlugActions } from '.'; +import { View, FolderOpen, Folders } from '@carbon/icons-react'; import Button from '../Button'; +import { IconButton } from '../IconButton'; import mdx from './Slug.mdx'; import './slug-story.scss'; @@ -44,69 +46,225 @@ const content = AI was used to generate this content; export const Default = () => ( <>
- - - - - - - + + {aiContent} + + + {aiContent} + + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + +
- - - + + {content} + + + {content} + + + {content} +
- - - + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + +
- - - + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + + + + + {aiContent} + + + + + + + + + + + + + +
- - - + + {content} + + + {content} + + + {content} +
( kind="inline" dotType="hollow" size="sm" - aiTextLabel="Text goes here" - slugContent={content} - /> + aiTextLabel="Text goes here"> + {content} + + aiTextLabel="Text goes here"> + {content} + + aiTextLabel="Text goes here"> + {content} +
); -export const Playground = (args) => ( - <> -
- -
- - - -); +export const Playground = (args) => { + const { kind, dotType, showSlugActions = true } = args; + + let renderedContent; + if (kind === 'hollow' || dotType === 'hollow') { + renderedContent = content; + } else { + renderedContent = ( + <> +
+

AI Explained

+

84%

+

Confidence score

+

+ Lorem ipsum dolor sit amet, di os consectetur adipiscing elit, sed + do eiusmod tempor incididunt ut fsil labore et dolore magna aliqua. +

+
+

Model type

+

Foundation model

+
+ {showSlugActions && ( + + + + + + + + + + + + + )} + + ); + } + + return ( + <> +
+ + {renderedContent} + +
+ + + + ); +}; + +Playground.argTypes = { + showSlugActions: { + control: { + type: 'boolean', + }, + description: 'Playground only - toggle to show the callout toolbar', + }, +}; diff --git a/packages/react/src/components/Slug/index.js b/packages/react/src/components/Slug/index.js index b93fe751c330..8e4be8cfbb37 100644 --- a/packages/react/src/components/Slug/index.js +++ b/packages/react/src/components/Slug/index.js @@ -4,7 +4,191 @@ * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ -import Slug from './Slug'; -export default Slug; -export { Slug }; +import cx from 'classnames'; +import PropTypes from 'prop-types'; +import React from 'react'; + +import { usePrefix } from '../../internal/usePrefix'; +import { + Toggletip, + ToggletipButton, + ToggletipContent, + ToggletipActions, +} from '../Toggletip'; + +export const SlugContent = React.forwardRef(function SlugContent( + { children, className }, + ref +) { + const prefix = usePrefix(); + + const slugContentClasses = cx(className, { + [`${prefix}--slug-content`]: true, + }); + + return ( + + {children} + + ); +}); + +SlugContent.propTypes = { + /** + * Specify the content you want rendered inside the slug ToggleTip + */ + children: PropTypes.node, + + /** + * Specify an optional className to be added to the AI slug callout + */ + className: PropTypes.string, +}; + +export const SlugActions = React.forwardRef(function SlugActions( + { children, className }, + ref +) { + const prefix = usePrefix(); + + const slugActionBarClasses = cx(className, { + [`${prefix}--slug-actions`]: true, + }); + + return ( + + {children} + + ); +}); + +SlugActions.propTypes = { + /** + * Specify the content you want rendered inside the slug callout toolbar + */ + children: PropTypes.node, + + /** + * Specify an optional className to be added to the AI slug toolbar + */ + className: PropTypes.string, +}; + +export const Slug = React.forwardRef(function Slug( + { + aiText = 'AI', + aiTextLabel, + align, + autoAlign = false, + className, + dotType, + kind, + size = 'xs', + children, + }, + ref +) { + const prefix = usePrefix(); + + const slugClasses = cx(className, { + [`${prefix}--slug`]: true, + [`${prefix}--slug--hollow`]: kind === 'hollow' || dotType === 'hollow', + // Need to come up with a better name; explainable? + // Need to be able to target the non-hollow variant another way + // other than using `:not` all over the styles + [`${prefix}--slug--enabled`]: kind !== 'hollow' && dotType !== 'hollow', + }); + + const slugButtonClasses = cx({ + [`${prefix}--slug__button`]: true, + [`${prefix}--slug__button--${size}`]: size, + [`${prefix}--slug__button--${kind}`]: kind, + [`${prefix}--slug__button--inline-with-content`]: + kind === 'inline' && aiTextLabel, + }); + + return ( +
+ + + {aiText} + {aiTextLabel && ( + + {aiTextLabel} + + )} + + {children} + +
+ ); +}); + +Slug.propTypes = { + /** + * Specify the correct translation of the AI text + */ + aiText: PropTypes.string, + + /** + * Specify additional text to be rendered next to the AI label in the inline variant + */ + aiTextLabel: PropTypes.string, + + /** + * Specify how the popover should align with the button + */ + align: PropTypes.oneOf([ + 'top', + 'top-left', + 'top-right', + + 'bottom', + 'bottom-left', + 'bottom-right', + + 'left', + 'left-bottom', + 'left-top', + + 'right', + 'right-bottom', + 'right-top', + ]), + + /** + * Will auto-align the popover on first render if it is not visible. This prop is currently experimental and is subject to future changes. + */ + autoAlign: PropTypes.bool, + + /** + * Specify the content you want rendered inside the slug ToggleTip + */ + children: PropTypes.node, + + /** + * Specify an optional className to be added to the AI slug + */ + className: PropTypes.string, + + /** + * Specify the type of dot that should be rendered in front of the inline variant + */ + dotType: PropTypes.oneOf(['default', 'hollow']), + + /** + * Specify the type of Slug, from the following list of types: + */ + kind: PropTypes.oneOf(['default', 'hollow', 'inline']), + + /** + * Specify the size of the button, from the following list of sizes: + */ + size: PropTypes.oneOf(['mini', '2xs', 'xs', 'sm', 'md', 'lg', 'xl']), + + /** + * Specify the content you want rendered inside the slug ToggleTip + */ + slugContent: PropTypes.node, +}; diff --git a/packages/react/src/index.js b/packages/react/src/index.js index 14e20ee01f13..774125a677ff 100644 --- a/packages/react/src/index.js +++ b/packages/react/src/index.js @@ -298,4 +298,8 @@ export { DefinitionTooltip } from './components/Tooltip/DefinitionTooltip'; export { GlobalTheme, Theme, useTheme } from './components/Theme'; export { usePrefix } from './internal/usePrefix'; export { useIdPrefix } from './internal/useIdPrefix'; -export { Slug as unstable__Slug } from './components/Slug'; +export { + Slug as unstable__Slug, + SlugContent as unstable__SlugContent, + SlugActions as unstable__SlugActions, +} from './components/Slug'; diff --git a/packages/styles/scss/components/slug/_slug.scss b/packages/styles/scss/components/slug/_slug.scss index fd625e4a4f0f..21fde4e37099 100644 --- a/packages/styles/scss/components/slug/_slug.scss +++ b/packages/styles/scss/components/slug/_slug.scss @@ -309,7 +309,7 @@ $sizes: ( } // Slug callout styles - .#{$prefix}--slug.#{$prefix}--slug--enabled .#{$prefix}--popover-content { + .#{$prefix}--slug.#{$prefix}--slug--enabled .#{$prefix}--slug-content { border: 1px solid $border-subtle; border-radius: 16px; // 84px seems to make this fully opaque? @@ -334,13 +334,44 @@ $sizes: ( min-inline-size: convert.to-rem(280px); } - .#{$prefix}--slug.#{$prefix}--slug--enabled .#{$prefix}--popover-caret { + .#{$prefix}--slug.#{$prefix}--slug--enabled + > .#{$prefix}--toggletip + > .#{$prefix}--popover + > .#{$prefix}--popover-caret { background: $border-subtle; } .#{$prefix}--slug.#{$prefix}--slug--enabled .#{$prefix}--toggletip-content { + // This sets the max size to the size of the action bar with 3 buttons + max-inline-size: convert.to-rem(334px); padding-block-end: convert.to-rem(80px); padding-block-start: convert.to-rem(32px); padding-inline: convert.to-rem(32px); } + + .#{$prefix}--slug.#{$prefix}--slug--enabled .#{$prefix}--slug-actions { + position: absolute; + justify-content: flex-end; + background: $layer-accent; + border-end-end-radius: convert.to-rem(15px); + border-end-start-radius: convert.to-rem(15px); + column-gap: 0; + inline-size: 100%; + inset-block-end: 0; + inset-inline-end: 0; + } + + .#{$prefix}--slug.#{$prefix}--slug--enabled + .#{$prefix}--slug-actions + .#{$prefix}--btn:focus { + border-color: $focus; + box-shadow: inset 0 0 0 1px $focus, inset 0 0 0 2px $background; + } + + .#{$prefix}--slug.#{$prefix}--slug--enabled + .#{$prefix}--slug-actions + .#{$prefix}--btn--primary { + order: 1; + border-end-end-radius: convert.to-rem(16px); + } } From e79cd673b1efa5cf0cfaa5ff62351a40e26c9e7a Mon Sep 17 00:00:00 2001 From: Marcin Lewandowski Date: Tue, 31 Oct 2023 22:07:55 +0100 Subject: [PATCH 07/10] fix(FileUploaderDropContainer): allow undefined value for labelText (#15069) Co-authored-by: Taylor Jones --- .../src/components/FileUploader/FileUploaderDropContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx b/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx index 5191ecadb656..37abb592902b 100644 --- a/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx +++ b/packages/react/src/components/FileUploader/FileUploaderDropContainer.tsx @@ -42,7 +42,7 @@ export interface FileUploaderDropContainerProps * Provide the label text to be read by screen readers when interacting with * this control */ - labelText: string; + labelText?: string; /** * Specify if the component should accept multiple files to upload From d4d638a989cac8e598f95f097634fc7e98c22bb7 Mon Sep 17 00:00:00 2001 From: Marcin Lewandowski Date: Tue, 31 Oct 2023 22:07:03 +0100 Subject: [PATCH 08/10] fix(Notification): allow undefined props in TypeScript (#15068) Co-authored-by: Taylor Jones --- .../src/components/Notification/Notification.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/react/src/components/Notification/Notification.tsx b/packages/react/src/components/Notification/Notification.tsx index 39f11dc5fc94..b6b2a4368ee3 100644 --- a/packages/react/src/components/Notification/Notification.tsx +++ b/packages/react/src/components/Notification/Notification.tsx @@ -336,7 +336,7 @@ export interface ToastNotificationProps extends HTMLAttributes { /** * Specify what state the notification represents */ - kind: + kind?: | 'error' | 'info' | 'info-square' @@ -357,13 +357,13 @@ export interface ToastNotificationProps extends HTMLAttributes { /** * Provide a function that is called when the close button is clicked */ - onCloseButtonClick(event: MouseEvent): void; + onCloseButtonClick?(event: MouseEvent): void; /** * By default, this value is "status". You can also provide an alternate * role if it makes sense from the accessibility-side */ - role: 'alert' | 'log' | 'status'; + role?: 'alert' | 'log' | 'status'; /** * Provide a description for "status" icon that can be read by screen readers @@ -612,7 +612,7 @@ export interface InlineNotificationProps /** * Specify what state the notification represents */ - kind: + kind?: | 'error' | 'info' | 'info-square' @@ -633,13 +633,13 @@ export interface InlineNotificationProps /** * Provide a function that is called when the close button is clicked */ - onCloseButtonClick(event: MouseEvent): void; + onCloseButtonClick?(event: MouseEvent): void; /** * By default, this value is "status". You can also provide an alternate * role if it makes sense from the accessibility-side. */ - role: 'alert' | 'log' | 'status'; + role?: 'alert' | 'log' | 'status'; /** * Provide a description for "status" icon that can be read by screen readers @@ -859,7 +859,7 @@ export interface ActionableNotificationProps /** * Specify what state the notification represents */ - kind: + kind?: | 'error' | 'info' | 'info-square' @@ -886,7 +886,7 @@ export interface ActionableNotificationProps /** * Provide a function that is called when the close button is clicked */ - onCloseButtonClick(event: MouseEvent): void; + onCloseButtonClick?(event: MouseEvent): void; /** * By default, this value is "alertdialog". You can also provide an alternate From 5518b7721d46092133ea8f48a76b524b04fcd131 Mon Sep 17 00:00:00 2001 From: Marcin Lewandowski Date: Wed, 1 Nov 2023 18:17:14 +0100 Subject: [PATCH 09/10] fix(icons-react): fix exports in individual icon TypeScript declarations (#15032) * fix(icons-react): fix exports in individual icon TypeScript declarations * fix(icon-build-helpers): add missing declare keyword in TS builder --------- Co-authored-by: TJ Egan --- .../icon-build-helpers/src/builders/react/next/typescript.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/icon-build-helpers/src/builders/react/next/typescript.js b/packages/icon-build-helpers/src/builders/react/next/typescript.js index c7716b1112b2..f538b1b75976 100644 --- a/packages/icon-build-helpers/src/builders/react/next/typescript.js +++ b/packages/icon-build-helpers/src/builders/react/next/typescript.js @@ -46,9 +46,8 @@ async function writeModuleTypes(modules, outDir) { templates.banner + '\n' + "import type { CarbonIconType } from './CarbonIcon';\n" + - 'export const ' + - m.name + - ': CarbonIconType;\n'; + `declare const ${m.name}: CarbonIconType;\n` + + `export default ${m.name}\n`; const filename = path.resolve(outDir, m.filepath.replace(/\.js$/, '.d.ts')); await fs.writeFile(filename, content); } From a4709f9f15fd713e910528118e5192faf5a48985 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Wed, 1 Nov 2023 12:21:30 -0500 Subject: [PATCH 10/10] chore(release): v11.41.2 --- examples/class-prefix/package.json | 4 +- examples/codesandbox-styles/package.json | 4 +- .../package.json | 4 +- examples/codesandbox/package.json | 4 +- examples/custom-theme/package.json | 4 +- examples/id-prefix/package.json | 4 +- .../incremental-migration-vite/package.json | 4 +- examples/light-dark-mode/package.json | 4 +- examples/nextjs/package.json | 4 +- examples/v10-token-compat-in-v11/package.json | 4 +- examples/vite/package.json | 4 +- packages/carbon-components-react/package.json | 6 +- packages/carbon-components/package.json | 4 +- packages/elements/package.json | 4 +- packages/icon-build-helpers/package.json | 2 +- packages/icons-react/package.json | 6 +- packages/icons-vue/package.json | 4 +- packages/icons/package.json | 4 +- packages/pictograms-react/package.json | 6 +- packages/pictograms/package.json | 4 +- packages/react/package.json | 6 +- packages/styles/package.json | 2 +- www/package.json | 4 +- yarn.lock | 62 +++++++++---------- 24 files changed, 79 insertions(+), 79 deletions(-) diff --git a/examples/class-prefix/package.json b/examples/class-prefix/package.json index 05c4d5e72b9d..88e27c849d06 100644 --- a/examples/class-prefix/package.json +++ b/examples/class-prefix/package.json @@ -1,7 +1,7 @@ { "name": "class-prefix", "private": true, - "version": "0.38.1", + "version": "0.38.2", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox-styles/package.json b/examples/codesandbox-styles/package.json index 1a5c5df1a532..b0e3a9c7768d 100644 --- a/examples/codesandbox-styles/package.json +++ b/examples/codesandbox-styles/package.json @@ -1,7 +1,7 @@ { "name": "codesandbox-styles", "private": true, - "version": "0.44.1", + "version": "0.44.2", "type": "module", "scripts": { "dev": "vite" @@ -11,6 +11,6 @@ "vite": "^4.3.8" }, "dependencies": { - "@carbon/styles": "^1.41.1" + "@carbon/styles": "^1.41.2" } } diff --git a/examples/codesandbox-with-sass-compilation/package.json b/examples/codesandbox-with-sass-compilation/package.json index d281826fe361..57fce749dda3 100644 --- a/examples/codesandbox-with-sass-compilation/package.json +++ b/examples/codesandbox-with-sass-compilation/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox-with-sass-compilation", - "version": "0.42.1", + "version": "0.42.2", "private": true, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index bbefcfb82ef5..af61c94362f0 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -1,9 +1,9 @@ { "name": "codesandbox", - "version": "0.42.1", + "version": "0.42.2", "private": true, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/custom-theme/package.json b/examples/custom-theme/package.json index 9d207114c1c8..60b48c0efa61 100644 --- a/examples/custom-theme/package.json +++ b/examples/custom-theme/package.json @@ -1,7 +1,7 @@ { "name": "custom-theme", "private": true, - "version": "0.39.1", + "version": "0.39.2", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/id-prefix/package.json b/examples/id-prefix/package.json index 22141f57f747..c8cdd4a19788 100644 --- a/examples/id-prefix/package.json +++ b/examples/id-prefix/package.json @@ -1,7 +1,7 @@ { "name": "id-prefix", "private": true, - "version": "0.38.1", + "version": "0.38.2", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/incremental-migration-vite/package.json b/examples/incremental-migration-vite/package.json index 6df27b402461..61629bc1b9bc 100644 --- a/examples/incremental-migration-vite/package.json +++ b/examples/incremental-migration-vite/package.json @@ -1,7 +1,7 @@ { "name": "incremental-migration-vite", "private": true, - "version": "0.6.1", + "version": "0.6.2", "scripts": { "dev": "vite", "build": "vite build", @@ -12,7 +12,7 @@ }, "dependencies": { "@carbon/icons-react": "^10.49.0", - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "carbon-components": "^10.57.0", "carbon-components-react": "^7.57.0", "carbon-icons": "^7.0.7", diff --git a/examples/light-dark-mode/package.json b/examples/light-dark-mode/package.json index 914d907063d9..5eedf48a6770 100644 --- a/examples/light-dark-mode/package.json +++ b/examples/light-dark-mode/package.json @@ -1,7 +1,7 @@ { "name": "examples-light-dark", "private": true, - "version": "0.39.1", + "version": "0.39.2", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "next": "12.1.4", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 7d8337b32cd9..3284b2b301dd 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "examples-nextjs", "private": true, - "version": "0.41.1", + "version": "0.41.2", "scripts": { "build": "next build", "dev": "next dev", @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "next": "13.4.7", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/v10-token-compat-in-v11/package.json b/examples/v10-token-compat-in-v11/package.json index 27ef0061dc6e..e33d988410ff 100644 --- a/examples/v10-token-compat-in-v11/package.json +++ b/examples/v10-token-compat-in-v11/package.json @@ -1,7 +1,7 @@ { "name": "v10-token-compat-in-v11", "private": true, - "version": "0.39.1", + "version": "0.39.2", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index c49c02e1ba40..a791d12a5044 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,7 +1,7 @@ { "name": "vite", "private": true, - "version": "0.39.1", + "version": "0.39.2", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/carbon-components-react/package.json b/packages/carbon-components-react/package.json index fe1a860312ae..cdf4e9eba929 100644 --- a/packages/carbon-components-react/package.json +++ b/packages/carbon-components-react/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "8.41.1", + "version": "8.41.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -41,8 +41,8 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/react": "^1.41.1", - "@carbon/styles": "^1.41.1", + "@carbon/react": "^1.41.2", + "@carbon/styles": "^1.41.2", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/carbon-components/package.json b/packages/carbon-components/package.json index 91f77965b8c1..9aa0cc7df372 100644 --- a/packages/carbon-components/package.json +++ b/packages/carbon-components/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "11.41.1", + "version": "11.41.2", "license": "Apache-2.0", "repository": { "type": "git", @@ -42,7 +42,7 @@ "sass": "^1.33.0" }, "dependencies": { - "@carbon/styles": "^1.41.1", + "@carbon/styles": "^1.41.2", "@carbon/telemetry": "0.1.0", "chalk": "1.1.3" }, diff --git a/packages/elements/package.json b/packages/elements/package.json index c60b5b2dec8b..90d54ba93672 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "11.32.1", + "version": "11.32.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,7 +38,7 @@ "dependencies": { "@carbon/colors": "^11.20.1", "@carbon/grid": "^11.21.1", - "@carbon/icons": "^11.29.1", + "@carbon/icons": "^11.29.2", "@carbon/layout": "^11.20.1", "@carbon/motion": "^11.16.1", "@carbon/themes": "^11.26.1", diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index 6b3393bb33c1..c30a1600d5ab 100644 --- a/packages/icon-build-helpers/package.json +++ b/packages/icon-build-helpers/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icon-build-helpers", "private": true, "description": "Build helpers for the Carbon Design System icon library", - "version": "1.19.1", + "version": "1.19.2", "license": "Apache-2.0", "main": "src/index.js", "repository": { diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 12c4b6e47808..90999b243a1a 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -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.29.1", + "version": "11.29.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -42,8 +42,8 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.1", - "@carbon/icons": "^11.29.1", + "@carbon/icon-build-helpers": "^1.19.2", + "@carbon/icons": "^11.29.2", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 4d0294ecead9..16346fedc11c 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -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.78.1", + "version": "10.78.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,7 +33,7 @@ }, "devDependencies": { "@carbon/cli-reporter": "^10.7.0", - "@carbon/icons": "^11.29.1", + "@carbon/icons": "^11.29.2", "fs-extra": "^11.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 82d90eb605e8..3e3f5c362711 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "11.29.1", + "version": "11.29.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -40,7 +40,7 @@ }, "devDependencies": { "@carbon/cli": "^11.15.1", - "@carbon/icon-build-helpers": "^1.19.1", + "@carbon/icon-build-helpers": "^1.19.2", "rimraf": "^5.0.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index 5fbc501fac29..4279391653c7 100644 --- a/packages/pictograms-react/package.json +++ b/packages/pictograms-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms-react", "description": "React components for pictograms in digital and software products using the Carbon Design System", - "version": "11.51.1", + "version": "11.51.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -43,8 +43,8 @@ "prop-types": "^15.7.2" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.1", - "@carbon/pictograms": "^12.25.1", + "@carbon/icon-build-helpers": "^1.19.2", + "@carbon/pictograms": "^12.25.2", "rimraf": "^5.0.0" }, "sideEffects": false diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 9f59e61b8d0b..6c2894315f2a 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms", "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "12.25.1", + "version": "12.25.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -32,7 +32,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^1.19.1", + "@carbon/icon-build-helpers": "^1.19.2", "rimraf": "^5.0.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index 06421de82c89..6af373da5a38 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react", "description": "React components for the Carbon Design System", - "version": "1.41.1", + "version": "1.41.2", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -47,9 +47,9 @@ "dependencies": { "@babel/runtime": "^7.18.3", "@carbon/feature-flags": "^0.16.0", - "@carbon/icons-react": "^11.29.1", + "@carbon/icons-react": "^11.29.2", "@carbon/layout": "^11.20.1", - "@carbon/styles": "^1.41.1", + "@carbon/styles": "^1.41.2", "@carbon/telemetry": "0.1.0", "classnames": "2.3.2", "copy-to-clipboard": "^3.3.1", diff --git a/packages/styles/package.json b/packages/styles/package.json index 6a2e12d7df59..18ed965f7f16 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/styles", "description": "Styles for the Carbon Design System", - "version": "1.41.1", + "version": "1.41.2", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/www/package.json b/www/package.json index af80281e7193..7f1184992f62 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "0.50.1", + "version": "0.50.2", "license": "Apache-2.0", "repository": { "type": "git", @@ -22,7 +22,7 @@ "start": "next start" }, "dependencies": { - "@carbon/react": "^1.41.1", + "@carbon/react": "^1.41.2", "@octokit/core": "^4.0.0", "@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-throttling": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 3828a11aac4a..2a19deb70c6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1910,7 +1910,7 @@ __metadata: "@carbon/cli": ^11.15.1 "@carbon/colors": ^11.20.1 "@carbon/grid": ^11.21.1 - "@carbon/icons": ^11.29.1 + "@carbon/icons": ^11.29.2 "@carbon/layout": ^11.20.1 "@carbon/motion": ^11.16.1 "@carbon/themes": ^11.26.1 @@ -1960,7 +1960,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icon-build-helpers@^1.19.1, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": +"@carbon/icon-build-helpers@^1.19.2, @carbon/icon-build-helpers@workspace:packages/icon-build-helpers": version: 0.0.0-use.local resolution: "@carbon/icon-build-helpers@workspace:packages/icon-build-helpers" dependencies: @@ -2006,13 +2006,13 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons-react@^11.29.1, @carbon/icons-react@workspace:packages/icons-react": +"@carbon/icons-react@^11.29.2, @carbon/icons-react@workspace:packages/icons-react": version: 0.0.0-use.local resolution: "@carbon/icons-react@workspace:packages/icons-react" dependencies: - "@carbon/icon-build-helpers": ^1.19.1 + "@carbon/icon-build-helpers": ^1.19.2 "@carbon/icon-helpers": ^10.45.1 - "@carbon/icons": ^11.29.1 + "@carbon/icons": ^11.29.2 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -2040,7 +2040,7 @@ __metadata: dependencies: "@carbon/cli-reporter": ^10.7.0 "@carbon/icon-helpers": ^10.45.1 - "@carbon/icons": ^11.29.1 + "@carbon/icons": ^11.29.2 fs-extra: ^11.0.0 prettier: ^2.8.8 rimraf: ^5.0.0 @@ -2049,12 +2049,12 @@ __metadata: languageName: unknown linkType: soft -"@carbon/icons@^11.29.1, @carbon/icons@workspace:packages/icons": +"@carbon/icons@^11.29.2, @carbon/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@carbon/icons@workspace:packages/icons" dependencies: "@carbon/cli": ^11.15.1 - "@carbon/icon-build-helpers": ^1.19.1 + "@carbon/icon-build-helpers": ^1.19.2 rimraf: ^5.0.0 languageName: unknown linkType: soft @@ -2092,9 +2092,9 @@ __metadata: version: 0.0.0-use.local resolution: "@carbon/pictograms-react@workspace:packages/pictograms-react" dependencies: - "@carbon/icon-build-helpers": ^1.19.1 + "@carbon/icon-build-helpers": ^1.19.2 "@carbon/icon-helpers": ^10.45.1 - "@carbon/pictograms": ^12.25.1 + "@carbon/pictograms": ^12.25.2 "@carbon/telemetry": 0.1.0 prop-types: ^15.7.2 rimraf: ^5.0.0 @@ -2103,16 +2103,16 @@ __metadata: languageName: unknown linkType: soft -"@carbon/pictograms@^12.25.1, @carbon/pictograms@workspace:packages/pictograms": +"@carbon/pictograms@^12.25.2, @carbon/pictograms@workspace:packages/pictograms": version: 0.0.0-use.local resolution: "@carbon/pictograms@workspace:packages/pictograms" dependencies: - "@carbon/icon-build-helpers": ^1.19.1 + "@carbon/icon-build-helpers": ^1.19.2 rimraf: ^5.0.0 languageName: unknown linkType: soft -"@carbon/react@^1.41.1, @carbon/react@workspace:packages/react": +"@carbon/react@^1.41.2, @carbon/react@workspace:packages/react": version: 0.0.0-use.local resolution: "@carbon/react@workspace:packages/react" dependencies: @@ -2126,9 +2126,9 @@ __metadata: "@babel/preset-typescript": ^7.21.5 "@babel/runtime": ^7.18.3 "@carbon/feature-flags": ^0.16.0 - "@carbon/icons-react": ^11.29.1 + "@carbon/icons-react": ^11.29.2 "@carbon/layout": ^11.20.1 - "@carbon/styles": ^1.41.1 + "@carbon/styles": ^1.41.2 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 "@carbon/themes": ^11.26.1 @@ -2210,7 +2210,7 @@ __metadata: languageName: unknown linkType: soft -"@carbon/styles@^1.41.1, @carbon/styles@workspace:packages/styles": +"@carbon/styles@^1.41.2, @carbon/styles@workspace:packages/styles": version: 0.0.0-use.local resolution: "@carbon/styles@workspace:packages/styles" dependencies: @@ -10697,8 +10697,8 @@ __metadata: "@babel/plugin-transform-react-constant-elements": ^7.17.12 "@babel/preset-env": ^7.18.2 "@babel/preset-react": ^7.17.12 - "@carbon/react": ^1.41.1 - "@carbon/styles": ^1.41.1 + "@carbon/react": ^1.41.2 + "@carbon/styles": ^1.41.2 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 "@rollup/plugin-babel": ^6.0.0 @@ -10737,7 +10737,7 @@ __metadata: version: 0.0.0-use.local resolution: "carbon-components@workspace:packages/carbon-components" dependencies: - "@carbon/styles": ^1.41.1 + "@carbon/styles": ^1.41.2 "@carbon/telemetry": 0.1.0 "@carbon/test-utils": ^10.30.0 chalk: 1.1.3 @@ -11101,7 +11101,7 @@ __metadata: version: 0.0.0-use.local resolution: "class-prefix@workspace:examples/class-prefix" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -11423,7 +11423,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-styles@workspace:examples/codesandbox-styles" dependencies: - "@carbon/styles": ^1.41.1 + "@carbon/styles": ^1.41.2 sass: ^1.51.0 vite: ^4.3.8 languageName: unknown @@ -11433,7 +11433,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox-with-sass-compilation@workspace:examples/codesandbox-with-sass-compilation" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -11445,7 +11445,7 @@ __metadata: version: 0.0.0-use.local resolution: "codesandbox@workspace:examples/codesandbox" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 react: ^18.2.0 react-dom: ^18.2.0 react-scripts: 5.0.0 @@ -12664,7 +12664,7 @@ __metadata: version: 0.0.0-use.local resolution: "custom-theme@workspace:examples/custom-theme" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -14991,7 +14991,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-light-dark@workspace:examples/light-dark-mode" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 eslint: 8.40.0 next: 12.1.4 react: 18.2.0 @@ -15004,7 +15004,7 @@ __metadata: version: 0.0.0-use.local resolution: "examples-nextjs@workspace:examples/nextjs" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 eslint: 8.40.0 eslint-config-next: 13.4.7 next: 13.4.7 @@ -17363,7 +17363,7 @@ __metadata: version: 0.0.0-use.local resolution: "id-prefix@workspace:examples/id-prefix" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -17500,7 +17500,7 @@ __metadata: resolution: "incremental-migration-vite@workspace:examples/incremental-migration-vite" dependencies: "@carbon/icons-react": ^10.49.0 - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 "@vitejs/plugin-react": 4.0.0 carbon-components: ^10.57.0 carbon-components-react: ^7.57.0 @@ -31418,7 +31418,7 @@ __metadata: version: 0.0.0-use.local resolution: "v10-token-compat-in-v11@workspace:examples/v10-token-compat-in-v11" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -31722,7 +31722,7 @@ __metadata: version: 0.0.0-use.local resolution: "vite@workspace:examples/vite" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 "@vitejs/plugin-react": 4.0.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -32637,7 +32637,7 @@ __metadata: version: 0.0.0-use.local resolution: "www@workspace:www" dependencies: - "@carbon/react": ^1.41.1 + "@carbon/react": ^1.41.2 "@octokit/core": ^4.0.0 "@octokit/plugin-retry": ^3.0.9 "@octokit/plugin-throttling": ^4.0.0