diff --git a/CHANGELOG.md b/CHANGELOG.md index a4be3863f9..8876af8414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,76 +1,62 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## 1.11.19 (2023-08-09) +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.11.20 (2023-08-10) ### Bug Fixes -* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) - +- **umd:** simplify exports + ([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647)) + ([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72)) +## 1.11.19 (2023-08-09) +### Bug Fixes +- **1633:** use of arrow function lost lexical this + ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) + ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) ## 1.11.18 (2023-08-09) - ### Bug Fixes -* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) - - - - +- **umd:** close issue 1643 - UMD bundle not generated + ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) + ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) ## 1.11.17 (2023-08-06) **Note:** Version bump only for package @carbon/charts-monorepo - - - - ## 1.11.16 (2023-08-02) - ### Bug Fixes -* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) - - - - +- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse + ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) + ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) ## 1.11.15 (2023-07-31) **Note:** Version bump only for package @carbon/charts-monorepo - - - - ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30) **Note:** Version bump only for package @carbon/charts-monorepo - - - - ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20) - ### Bug Fixes -* **lerna version:** hoist prettier-plugin-svelte due to lerna bug ([#1628](https://github.com/carbon-design-system/carbon-charts/issues/1628)) ([ced7b9e](https://github.com/carbon-design-system/carbon-charts/commit/ced7b9e418c6c4991a85f1f91df82573011f2999)) -* **lerna:** lerna version doesn't know we are sharing eslintignore file ([#1629](https://github.com/carbon-design-system/carbon-charts/issues/1629)) ([a533241](https://github.com/carbon-design-system/carbon-charts/commit/a5332411636be48be5059b51702a093f7e265ed1)) - - - - +- **lerna version:** hoist prettier-plugin-svelte due to lerna bug + ([#1628](https://github.com/carbon-design-system/carbon-charts/issues/1628)) + ([ced7b9e](https://github.com/carbon-design-system/carbon-charts/commit/ced7b9e418c6c4991a85f1f91df82573011f2999)) +- **lerna:** lerna version doesn't know we are sharing eslintignore file + ([#1629](https://github.com/carbon-design-system/carbon-charts/issues/1629)) + ([a533241](https://github.com/carbon-design-system/carbon-charts/commit/a5332411636be48be5059b51702a093f7e265ed1)) # Change Log diff --git a/lerna.json b/lerna.json index 926bb04b29..3df4b14c9f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,16 +1,13 @@ { - "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.11.19", - "npmClient": "yarn", - "command": { - "publish": { - "ignoreChanges": [ - "packages/*/demo/bundle", - "**/*.md" - ] - }, - "version": { - "message": "chore(release): publish %v" - } - } + "$schema": "node_modules/lerna/schemas/lerna-schema.json", + "version": "1.11.20", + "npmClient": "yarn", + "command": { + "publish": { + "ignoreChanges": ["packages/*/demo/bundle", "**/*.md"] + }, + "version": { + "message": "chore(release): publish %v" + } + } } diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 0fd4e9f93d..256b993b5f 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -1,73 +1,56 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## 1.11.19 (2023-08-09) +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.11.20 (2023-08-10) ### Bug Fixes -* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) - +- **umd:** simplify exports + ([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647)) + ([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72)) +## 1.11.19 (2023-08-09) +### Bug Fixes +- **1633:** use of arrow function lost lexical this + ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) + ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) ## 1.11.18 (2023-08-09) - ### Bug Fixes -* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) - - - - +- **umd:** close issue 1643 - UMD bundle not generated + ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) + ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) ## 1.11.17 (2023-08-06) **Note:** Version bump only for package @carbon/charts-angular - - - - ## 1.11.16 (2023-08-02) - ### Bug Fixes -* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) - - - - +- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse + ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) + ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) ## 1.11.15 (2023-07-31) **Note:** Version bump only for package @carbon/charts-angular - - - - ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30) **Note:** Version bump only for package @carbon/charts-angular - - - - ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20) **Note:** Version bump only for package @carbon/charts-angular - - - - # Change Log All notable changes to this project will be documented in this file. See diff --git a/packages/angular/package.json b/packages/angular/package.json index f61331e114..17d5c2c5d9 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,145 +1,145 @@ { - "name": "@carbon/charts-angular", - "version": "1.11.19", - "description": "Carbon Charts component library for Angular", - "exports": { - "./styles.min.css": "./dist/styles.min.css", - "./styles.css": "./dist/styles.css" - }, - "sideEffects": false, - "scripts": { - "ng": "ng", - "postinstall": "carbon-telemetry collect --install", - "file:md": "cp *.md dist", - "file:styles": "cp ../core/dist/styles.* dist", - "disabled:file:downlevel:dts": "downlevel-dts dist dist", - "postbundle": "concurrently \"yarn:file:*\"", - "build:package": "ng build -c production && yarn postbundle", - "demo:mdx:angular": "cp ../core/src/stories/getting-started/angular.stories.mdx src/stories", - "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", - "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", - "build:demo": "yarn demo:mdx && ng run charts-angular:build-storybook", - "build": "yarn build:package && yarn build:demo", - "storybook": "ng run charts-angular:storybook", - "start": "yarn storybook", - "lint:angular": "ng lint --ignore-path ../../.eslintignore", - "lint": "eslint . --ignore-path ../../.eslintignore", - "format": "prettier --write src/ --ignore-path ../../.eslintignore", - "clean": "rm -rf dist demo/bundle", - "pub:demo": "cp -a demo/bundle/. ../../pages/angular" - }, - "peerDependencies": { - "@angular/common": "^16.0.0", - "@angular/core": "^16.0.0" - }, - "dependencies": { - "@carbon/charts": "workspace:*", - "@carbon/telemetry": "~0.1.0", - "tslib": "^2.6.1" - }, - "devDependencies": { - "@angular-devkit/build-angular": "^16.2.0", - "@angular-eslint/builder": "^16.1.0", - "@angular-eslint/eslint-plugin": "^16.1.0", - "@angular-eslint/eslint-plugin-template": "^16.1.0", - "@angular-eslint/schematics": "^16.1.0", - "@angular-eslint/template-parser": "^16.1.0", - "@angular/animations": "^16.2.0", - "@angular/cli": "^16.2.0", - "@angular/common": "^16.2.0", - "@angular/compiler": "^16.2.0", - "@angular/compiler-cli": "^16.2.0", - "@angular/core": "^16.2.0", - "@angular/forms": "^16.2.0", - "@angular/platform-browser": "^16.2.0", - "@angular/platform-browser-dynamic": "^16.2.0", - "@babel/core": "^7.22.10", - "@carbon/icon-helpers": "^10.44.0", - "@carbon/icons": "^11.24.0", - "@stackblitz/sdk": "^1.9.0", - "@storybook/addon-essentials": "^7.2.2", - "@storybook/addon-interactions": "^7.2.2", - "@storybook/addon-links": "^7.2.2", - "@storybook/angular": "^7.2.2", - "@storybook/blocks": "^7.2.2", - "@storybook/manager-api": "^7.2.2", - "@storybook/testing-library": "^0.2.0", - "@storybook/theming": "^7.2.2", - "@types/carbon__icon-helpers": "^10.7.2", - "@typescript-eslint/eslint-plugin": "^6.3.0", - "@typescript-eslint/parser": "^6.3.0", - "concurrently": "^8.2.0", - "d3": "^7.8.5", - "d3-cloud": "^1.2.7", - "d3-sankey": "^0.12.3", - "downlevel-dts": "^0.11.0", - "eslint": "^8.46.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-storybook": "^0.6.13", - "ng-packagr": "^16.2.0", - "prettier-eslint": "^15.0.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "rxjs": "~7.8.1", - "storybook": "^7.2.2", - "style-loader": "^3.3.3", - "typescript": "~5.1.6", - "zone.js": "~0.13.1" - }, - "publishConfig": { - "tag": "next", - "directory": "dist", - "access": "public" - }, - "repository": { - "type": "git", - "url": "git@github.com:carbon-design-system/carbon-charts.git", - "homepage": "https://carbon-design-system.github.io/carbon-charts/angular/" - }, - "license": "Apache-2.0", - "author": "IBM", - "keywords": [ - "charts", - "graphs", - "radar", - "gauge", - "donut", - "pie", - "sparkline", - "tree", - "treemap", - "heatmap", - "wordcloud", - "histogram", - "alluvial", - "geo", - "bar", - "bullet", - "scatter", - "meter", - "line", - "angular", - "component", - "carbon", - "ibm", - "svg", - "data", - "typescript" - ], - "maintainers": [ - { - "name": "Eliad Moosavi", - "email": "iliadm@ca.ibm.com", - "url": "https://github.com/theiliad" - } - ], - "contributors": [ - { - "name": "Eliad Moosavi", - "email": "iliadm@ca.ibm.com", - "url": "https://github.com/theiliad" - } - ], - "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" + "name": "@carbon/charts-angular", + "version": "1.11.20", + "description": "Carbon Charts component library for Angular", + "exports": { + "./styles.min.css": "./dist/styles.min.css", + "./styles.css": "./dist/styles.css" + }, + "sideEffects": false, + "scripts": { + "ng": "ng", + "postinstall": "carbon-telemetry collect --install", + "file:md": "cp *.md dist", + "file:styles": "cp ../core/dist/styles.* dist", + "disabled:file:downlevel:dts": "downlevel-dts dist dist", + "postbundle": "concurrently \"yarn:file:*\"", + "build:package": "ng build -c production && yarn postbundle", + "demo:mdx:angular": "cp ../core/src/stories/getting-started/angular.stories.mdx src/stories", + "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", + "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", + "build:demo": "yarn demo:mdx && ng run charts-angular:build-storybook", + "build": "yarn build:package && yarn build:demo", + "storybook": "ng run charts-angular:storybook", + "start": "yarn storybook", + "lint:angular": "ng lint --ignore-path ../../.eslintignore", + "lint": "eslint . --ignore-path ../../.eslintignore", + "format": "prettier --write src/ --ignore-path ../../.eslintignore", + "clean": "rm -rf dist demo/bundle", + "pub:demo": "cp -a demo/bundle/. ../../pages/angular" + }, + "peerDependencies": { + "@angular/common": "^16.0.0", + "@angular/core": "^16.0.0" + }, + "dependencies": { + "@carbon/charts": "workspace:*", + "@carbon/telemetry": "~0.1.0", + "tslib": "^2.6.1" + }, + "devDependencies": { + "@angular-devkit/build-angular": "^16.2.0", + "@angular-eslint/builder": "^16.1.0", + "@angular-eslint/eslint-plugin": "^16.1.0", + "@angular-eslint/eslint-plugin-template": "^16.1.0", + "@angular-eslint/schematics": "^16.1.0", + "@angular-eslint/template-parser": "^16.1.0", + "@angular/animations": "^16.2.0", + "@angular/cli": "^16.2.0", + "@angular/common": "^16.2.0", + "@angular/compiler": "^16.2.0", + "@angular/compiler-cli": "^16.2.0", + "@angular/core": "^16.2.0", + "@angular/forms": "^16.2.0", + "@angular/platform-browser": "^16.2.0", + "@angular/platform-browser-dynamic": "^16.2.0", + "@babel/core": "^7.22.10", + "@carbon/icon-helpers": "^10.44.0", + "@carbon/icons": "^11.24.0", + "@stackblitz/sdk": "^1.9.0", + "@storybook/addon-essentials": "^7.2.2", + "@storybook/addon-interactions": "^7.2.2", + "@storybook/addon-links": "^7.2.2", + "@storybook/angular": "^7.2.2", + "@storybook/blocks": "^7.2.2", + "@storybook/manager-api": "^7.2.2", + "@storybook/testing-library": "^0.2.0", + "@storybook/theming": "^7.2.2", + "@types/carbon__icon-helpers": "^10.7.2", + "@typescript-eslint/eslint-plugin": "^6.3.0", + "@typescript-eslint/parser": "^6.3.0", + "concurrently": "^8.2.0", + "d3": "^7.8.5", + "d3-cloud": "^1.2.7", + "d3-sankey": "^0.12.3", + "downlevel-dts": "^0.11.0", + "eslint": "^8.46.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.0", + "eslint-plugin-storybook": "^0.6.13", + "ng-packagr": "^16.2.0", + "prettier-eslint": "^15.0.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "rxjs": "~7.8.1", + "storybook": "^7.2.2", + "style-loader": "^3.3.3", + "typescript": "~5.1.6", + "zone.js": "~0.13.1" + }, + "publishConfig": { + "tag": "next", + "directory": "dist", + "access": "public" + }, + "repository": { + "type": "git", + "url": "git@github.com:carbon-design-system/carbon-charts.git", + "homepage": "https://carbon-design-system.github.io/carbon-charts/angular/" + }, + "license": "Apache-2.0", + "author": "IBM", + "keywords": [ + "charts", + "graphs", + "radar", + "gauge", + "donut", + "pie", + "sparkline", + "tree", + "treemap", + "heatmap", + "wordcloud", + "histogram", + "alluvial", + "geo", + "bar", + "bullet", + "scatter", + "meter", + "line", + "angular", + "component", + "carbon", + "ibm", + "svg", + "data", + "typescript" + ], + "maintainers": [ + { + "name": "Eliad Moosavi", + "email": "iliadm@ca.ibm.com", + "url": "https://github.com/theiliad" + } + ], + "contributors": [ + { + "name": "Eliad Moosavi", + "email": "iliadm@ca.ibm.com", + "url": "https://github.com/theiliad" + } + ], + "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2f01e8826e..aa59f60772 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,73 +1,56 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## 1.11.19 (2023-08-09) +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.11.20 (2023-08-10) ### Bug Fixes -* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) - +- **umd:** simplify exports + ([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647)) + ([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72)) +## 1.11.19 (2023-08-09) +### Bug Fixes +- **1633:** use of arrow function lost lexical this + ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) + ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) ## 1.11.18 (2023-08-09) - ### Bug Fixes -* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) - - - - +- **umd:** close issue 1643 - UMD bundle not generated + ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) + ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) ## 1.11.17 (2023-08-06) **Note:** Version bump only for package @carbon/charts - - - - ## 1.11.16 (2023-08-02) - ### Bug Fixes -* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) - - - - +- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse + ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) + ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) ## 1.11.15 (2023-07-31) **Note:** Version bump only for package @carbon/charts - - - - ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30) **Note:** Version bump only for package @carbon/charts - - - - ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20) **Note:** Version bump only for package @carbon/charts - - - - # Change Log All notable changes to this project will be documented in this file. See diff --git a/packages/core/package.json b/packages/core/package.json index 5787bb87f8..97eaae8d0d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,196 +1,196 @@ { - "name": "@carbon/charts", - "version": "1.11.19", - "description": "Carbon Charts component library", - "module": "./dist/index.mjs", - "main": "./dist/umd/bundle.umd.js", - "types": "./dist/index.d.ts", - "exports": { - "./package.json": "./package.json", - "./styles.min.css": "./dist/styles.min.css", - "./styles.css": "./dist/styles.css", - "./styles/styles.scss": "./scss/index.scss", - "./scss/index.scss": "./scss/index.scss", - ".": { - "types": "./dist/index.d.ts", - "browser": { - "import": "./dist/index.mjs", - "require": "./dist/umd/bundle.umd.js" - }, - "node": { - "import": "./dist/index.mjs", - "require": "./dist/umd/bundle.umd.js" - } - }, - "./components": { - "types": "./dist/components/index.d.ts", - "import": "./dist/components/index.mjs" - }, - "./demo/styles.css": "./dist/demo/styles.css", - "./demo": { - "types": "./dist/demo/index.d.ts", - "import": "./dist/demo/index.mjs" - }, - "./interfaces": { - "types": "./dist/interfaces/index.d.ts", - "import": "./dist/interfaces/index.mjs" - }, - "./model": { - "types": "./dist/model/index.d.ts", - "import": "./dist/model/index.mjs" - }, - "./services": { - "types": "./dist/services/index.d.ts", - "import": "./dist/services/index.mjs" - } - }, - "files": [ - "dist", - "scss", - "styles.css", - "styles.min.css", - "CHANGELOG.md" - ], - "scripts": { - "postinstall": "carbon-telemetry collect --install", - "file:css:charts": "sass scss/index.scss dist/styles.css --load-path=./node_modules --load-path=../../node_modules", - "file:css:min:charts": "sass scss/index.scss dist/styles.min.css --style=compressed --load-path=./node_modules --load-path=../../node_modules", - "file:css:demo": "sass scss/demos.scss dist/demo/styles.css --load-path=./node_modules --load-path=../../node_modules", - "file:downlevel:dts": "downlevel-dts dist dist", - "postbundle": "concurrently \"yarn:file:*\"", - "build:package": "vite build && vite build -c ./vite.umd.config.ts && yarn postbundle && cp dist/styles*.css* ./", - "demo:docs": "typedoc ./src/index.ts --out ./demo/bundle/documentation", - "demo:storybook": "storybook build -o demo/bundle --quiet", - "build:demo": "concurrently \"yarn:demo:*\"", - "build": "yarn build:package && yarn build:demo", - "storybook": "storybook dev -p 9006", - "start": "yarn storybook", - "test": "vitest", - "test:coverage": "vitest run --coverage", - "lint": "eslint . --ext .js,.cjs,.mjs,.ts --fix --ignore-path ../../.eslintignore", - "format": "prettier . --write \"**/*.{scss,css,js,ts,mjs,cjs,md}\" --ignore-path ../../.eslintignore", - "clean": "rm -rf dist demo/bundle", - "pub:demo": "cp -a demo/bundle/. ../../pages" - }, - "repository": { - "type": "git", - "url": "git@github.com:carbon-design-system/carbon-charts.git", - "homepage": "https://carbon-design-system.github.io/carbon-charts/" - }, - "dependencies": { - "@carbon/colors": "^11.19.0", - "@carbon/telemetry": "~0.1.0", - "@carbon/utils-position": "^1.1.4", - "carbon-components": "^10.58.8", - "d3": "^7.8.5", - "d3-cloud": "^1.2.7", - "d3-sankey": "^0.12.3", - "date-fns": "^2.30.0", - "html-to-image": "^1.11.11", - "lodash-es": "^4.17.21", - "topojson-client": "^3.1.0", - "tslib": "^2.6.1" - }, - "peerDependencies": { - "d3": "^7.0.0", - "d3-cloud": "^1.2.5", - "d3-sankey": "^0.12.3" - }, - "peerDependenciesMeta": { - "d3-cloud": { - "optional": true - }, - "d3-sankey": { - "optional": true - } - }, - "devDependencies": { - "@babel/core": "^7.22.10", - "@carbon/import-once": "^10.7.0", - "@carbon/layout": "^11.18.0", - "@carbon/styles": "^1.35.0", - "@carbon/themes": "^11.23.0", - "@rushstack/eslint-patch": "^1.3.3", - "@stackblitz/sdk": "^1.9.0", - "@storybook/addon-essentials": "^7.2.2", - "@storybook/addon-interactions": "^7.2.2", - "@storybook/addon-links": "^7.2.2", - "@storybook/blocks": "^7.2.2", - "@storybook/html": "^7.2.2", - "@storybook/html-vite": "^7.2.2", - "@storybook/manager-api": "^7.2.2", - "@storybook/testing-library": "^0.2.0", - "@storybook/theming": "^7.2.2", - "@types/d3": "^7.4.0", - "@types/d3-cloud": "^1.2.5", - "@types/d3-sankey": "^0.12.1", - "@types/lodash-es": "^4.17.8", - "@types/topojson": "^3.2.3", - "@typescript-eslint/eslint-plugin": "^6.3.0", - "@typescript-eslint/parser": "^6.3.0", - "concurrently": "^8.2.0", - "downlevel-dts": "^0.11.0", - "eslint": "^8.46.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-storybook": "^0.6.13", - "jsdom": "^22.1.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "resize-observer-polyfill": "^1.5.1", - "sass": "~1.64.2", - "storybook": "^7.2.2", - "typedoc": "^0.24.8", - "typescript": "^5.1.6", - "vite": "^4.4.9", - "vite-plugin-dts": "^3.5.1", - "vitest": "^0.34.1" - }, - "publishConfig": { - "access": "public" - }, - "keywords": [ - "charts", - "graphs", - "radar", - "gauge", - "donut", - "pie", - "sparkline", - "tree", - "treemap", - "heatmap", - "wordcloud", - "histogram", - "alluvial", - "geo", - "bar", - "bullet", - "scatter", - "meter", - "line", - "javascript", - "component", - "carbon", - "ibm", - "svg", - "data", - "typescript" - ], - "author": "IBM", - "license": "Apache-2.0", - "maintainers": [ - { - "name": "Eliad Moosavi", - "email": "iliadm@ca.ibm.com", - "url": "https://github.com/theiliad" - } - ], - "contributors": [ - { - "name": "Eliad Moosavi", - "email": "iliadm@ca.ibm.com", - "url": "https://github.com/theiliad" - } - ], - "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" + "name": "@carbon/charts", + "version": "1.11.20", + "description": "Carbon Charts component library", + "module": "./dist/index.mjs", + "main": "./dist/umd/bundle.umd.js", + "types": "./dist/index.d.ts", + "exports": { + "./package.json": "./package.json", + "./styles.min.css": "./dist/styles.min.css", + "./styles.css": "./dist/styles.css", + "./styles/styles.scss": "./scss/index.scss", + "./scss/index.scss": "./scss/index.scss", + ".": { + "types": "./dist/index.d.ts", + "browser": { + "import": "./dist/index.mjs", + "require": "./dist/umd/bundle.umd.js" + }, + "node": { + "import": "./dist/index.mjs", + "require": "./dist/umd/bundle.umd.js" + } + }, + "./components": { + "types": "./dist/components/index.d.ts", + "import": "./dist/components/index.mjs" + }, + "./demo/styles.css": "./dist/demo/styles.css", + "./demo": { + "types": "./dist/demo/index.d.ts", + "import": "./dist/demo/index.mjs" + }, + "./interfaces": { + "types": "./dist/interfaces/index.d.ts", + "import": "./dist/interfaces/index.mjs" + }, + "./model": { + "types": "./dist/model/index.d.ts", + "import": "./dist/model/index.mjs" + }, + "./services": { + "types": "./dist/services/index.d.ts", + "import": "./dist/services/index.mjs" + } + }, + "files": [ + "dist", + "scss", + "styles.css", + "styles.min.css", + "CHANGELOG.md" + ], + "scripts": { + "postinstall": "carbon-telemetry collect --install", + "file:css:charts": "sass scss/index.scss dist/styles.css --load-path=./node_modules --load-path=../../node_modules", + "file:css:min:charts": "sass scss/index.scss dist/styles.min.css --style=compressed --load-path=./node_modules --load-path=../../node_modules", + "file:css:demo": "sass scss/demos.scss dist/demo/styles.css --load-path=./node_modules --load-path=../../node_modules", + "file:downlevel:dts": "downlevel-dts dist dist", + "postbundle": "concurrently \"yarn:file:*\"", + "build:package": "vite build && vite build -c ./vite.umd.config.ts && yarn postbundle && cp dist/styles*.css* ./", + "demo:docs": "typedoc ./src/index.ts --out ./demo/bundle/documentation", + "demo:storybook": "storybook build -o demo/bundle --quiet", + "build:demo": "concurrently \"yarn:demo:*\"", + "build": "yarn build:package && yarn build:demo", + "storybook": "storybook dev -p 9006", + "start": "yarn storybook", + "test": "vitest", + "test:coverage": "vitest run --coverage", + "lint": "eslint . --ext .js,.cjs,.mjs,.ts --fix --ignore-path ../../.eslintignore", + "format": "prettier . --write \"**/*.{scss,css,js,ts,mjs,cjs,md}\" --ignore-path ../../.eslintignore", + "clean": "rm -rf dist demo/bundle", + "pub:demo": "cp -a demo/bundle/. ../../pages" + }, + "repository": { + "type": "git", + "url": "git@github.com:carbon-design-system/carbon-charts.git", + "homepage": "https://carbon-design-system.github.io/carbon-charts/" + }, + "dependencies": { + "@carbon/colors": "^11.19.0", + "@carbon/telemetry": "~0.1.0", + "@carbon/utils-position": "^1.1.4", + "carbon-components": "^10.58.8", + "d3": "^7.8.5", + "d3-cloud": "^1.2.7", + "d3-sankey": "^0.12.3", + "date-fns": "^2.30.0", + "html-to-image": "^1.11.11", + "lodash-es": "^4.17.21", + "topojson-client": "^3.1.0", + "tslib": "^2.6.1" + }, + "peerDependencies": { + "d3": "^7.0.0", + "d3-cloud": "^1.2.5", + "d3-sankey": "^0.12.3" + }, + "peerDependenciesMeta": { + "d3-cloud": { + "optional": true + }, + "d3-sankey": { + "optional": true + } + }, + "devDependencies": { + "@babel/core": "^7.22.10", + "@carbon/import-once": "^10.7.0", + "@carbon/layout": "^11.18.0", + "@carbon/styles": "^1.35.0", + "@carbon/themes": "^11.23.0", + "@rushstack/eslint-patch": "^1.3.3", + "@stackblitz/sdk": "^1.9.0", + "@storybook/addon-essentials": "^7.2.2", + "@storybook/addon-interactions": "^7.2.2", + "@storybook/addon-links": "^7.2.2", + "@storybook/blocks": "^7.2.2", + "@storybook/html": "^7.2.2", + "@storybook/html-vite": "^7.2.2", + "@storybook/manager-api": "^7.2.2", + "@storybook/testing-library": "^0.2.0", + "@storybook/theming": "^7.2.2", + "@types/d3": "^7.4.0", + "@types/d3-cloud": "^1.2.5", + "@types/d3-sankey": "^0.12.1", + "@types/lodash-es": "^4.17.8", + "@types/topojson": "^3.2.3", + "@typescript-eslint/eslint-plugin": "^6.3.0", + "@typescript-eslint/parser": "^6.3.0", + "concurrently": "^8.2.0", + "downlevel-dts": "^0.11.0", + "eslint": "^8.46.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-storybook": "^0.6.13", + "jsdom": "^22.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "resize-observer-polyfill": "^1.5.1", + "sass": "~1.64.2", + "storybook": "^7.2.2", + "typedoc": "^0.24.8", + "typescript": "^5.1.6", + "vite": "^4.4.9", + "vite-plugin-dts": "^3.5.1", + "vitest": "^0.34.1" + }, + "publishConfig": { + "access": "public" + }, + "keywords": [ + "charts", + "graphs", + "radar", + "gauge", + "donut", + "pie", + "sparkline", + "tree", + "treemap", + "heatmap", + "wordcloud", + "histogram", + "alluvial", + "geo", + "bar", + "bullet", + "scatter", + "meter", + "line", + "javascript", + "component", + "carbon", + "ibm", + "svg", + "data", + "typescript" + ], + "author": "IBM", + "license": "Apache-2.0", + "maintainers": [ + { + "name": "Eliad Moosavi", + "email": "iliadm@ca.ibm.com", + "url": "https://github.com/theiliad" + } + ], + "contributors": [ + { + "name": "Eliad Moosavi", + "email": "iliadm@ca.ibm.com", + "url": "https://github.com/theiliad" + } + ], + "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e589da8018..d38e961cee 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,73 +1,56 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## 1.11.19 (2023-08-09) +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.11.20 (2023-08-10) ### Bug Fixes -* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) - +- **umd:** simplify exports + ([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647)) + ([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72)) +## 1.11.19 (2023-08-09) +### Bug Fixes +- **1633:** use of arrow function lost lexical this + ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) + ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) ## 1.11.18 (2023-08-09) - ### Bug Fixes -* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) - - - - +- **umd:** close issue 1643 - UMD bundle not generated + ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) + ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) ## 1.11.17 (2023-08-06) **Note:** Version bump only for package @carbon/charts-react - - - - ## 1.11.16 (2023-08-02) - ### Bug Fixes -* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) - - - - +- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse + ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) + ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) ## 1.11.15 (2023-07-31) **Note:** Version bump only for package @carbon/charts-react - - - - ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30) **Note:** Version bump only for package @carbon/charts-react - - - - ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20) **Note:** Version bump only for package @carbon/charts-react - - - - # Change Log All notable changes to this project will be documented in this file. See diff --git a/packages/react/package.json b/packages/react/package.json index a2739ae1ac..b9eae8401f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,159 +1,159 @@ { - "name": "@carbon/charts-react", - "version": "1.11.19", - "description": "Carbon Charts component library for React", - "main": "./dist/index.js", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "exports": { - "./package.json": "./package.json", - ".": { - "types": "./dist/index.d.ts", - "browser": { - "import": "./dist/index.mjs", - "require": "./dist/index.js" - }, - "import": "./dist/index.mjs", - "require": "./dist/index.js" - }, - "./styles.min.css": "./dist/styles.min.css", - "./styles.css": "./dist/styles.css" - }, - "files": [ - "dist", - "README.md" - ], - "scripts": { - "postinstall": "carbon-telemetry collect --install", - "file:styles": "cp ../core/dist/styles.* dist", - "file:downlevel:dts": "downlevel-dts dist dist", - "postbundle": "concurrently \"yarn:file:*\"", - "build:package": "vite build && yarn postbundle", - "demo:mdx:react": "cp ../core/src/stories/getting-started/react.stories.mdx src/stories", - "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", - "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", - "build:demo": "yarn demo:mdx && NODE_OPTIONS=--max_old_space_size=9126 storybook build -o demo/bundle --quiet", - "build": "yarn build:package && yarn build:demo", - "storybook": "storybook dev -p 9006", - "start": "yarn storybook", - "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --ignore-path ../../.eslintignore", - "format": "prettier . --write \"**/*.{scss,css,js,ts,tsx,cjs,mjs,md}\" --ignore-path ../../.eslintignore", - "clean": "rm -rf dist demo/bundle", - "pub:demo": "cp -a demo/bundle/. ../../pages/react" - }, - "dependencies": { - "@carbon/charts": "workspace:*", - "@carbon/icons-react": "^11.24.0", - "@carbon/telemetry": "~0.1.0" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" - }, - "devDependencies": { - "@babel/core": "^7.22.10", - "@babel/plugin-external-helpers": "^7.22.5", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-transform-react-jsx": "^7.22.5", - "@babel/preset-env": "^7.22.10", - "@babel/preset-react": "^7.22.5", - "@babel/preset-typescript": "^7.22.5", - "@rushstack/eslint-patch": "^1.3.3", - "@stackblitz/sdk": "1.9.0", - "@storybook/addon-essentials": "^7.2.2", - "@storybook/addon-interactions": "^7.2.2", - "@storybook/addon-links": "^7.2.2", - "@storybook/blocks": "^7.2.2", - "@storybook/manager-api": "^7.2.2", - "@storybook/react": "^7.2.2", - "@storybook/react-vite": "^7.2.2", - "@storybook/react-webpack5": "^7.2.2", - "@storybook/testing-library": "^0.2.0", - "@storybook/theming": "^7.2.2", - "@types/carbon__icons-react": "^11.20.0", - "@types/react": "^18.2.20", - "@types/react-dom": "^18.2.7", - "@typescript-eslint/eslint-plugin": "^6.3.0", - "@typescript-eslint/parser": "^6.3.0", - "@vitejs/plugin-react": "^4.0.4", - "classnames": "^2.3.2", - "concurrently": "^8.2.0", - "css-loader": "6.8.1", - "d3": "^7.8.5", - "d3-cloud": "^1.2.7", - "d3-sankey": "^0.12.3", - "downlevel-dts": "^0.11.0", - "eslint": "^8.46.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-react": "^7.33.1", - "eslint-plugin-storybook": "^0.6.13", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "sass": "^1.65.1", - "storybook": "^7.2.2", - "style-loader": "^3.3.3", - "typescript": "^5.1.6", - "vite": "^4.4.9", - "vite-plugin-dts": "^3.5.1", - "webpack": "5.88.2" - }, - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git@github.com:carbon-design-system/carbon-charts.git", - "homepage": "https://carbon-design-system.github.io/carbon-charts/react/" - }, - "license": "Apache-2.0", - "author": "IBM", - "keywords": [ - "charts", - "graphs", - "radar", - "gauge", - "donut", - "pie", - "sparkline", - "tree", - "treemap", - "heatmap", - "wordcloud", - "histogram", - "alluvial", - "geo", - "bar", - "bullet", - "scatter", - "meter", - "line", - "react", - "reactive", - "component", - "carbon", - "ibm", - "svg", - "data", - "typescript" - ], - "bugs": { - "url": "https://github.com/carbon-design-system/carbon-charts/issues" - }, - "homepage": "https://github.com/carbon-design-system/carbon-charts#readme", - "maintainers": [ - { - "name": "Eliad Moosavi", - "email": "iliadm@ca.ibm.com", - "url": "https://github.com/theiliad" - } - ], - "contributors": [ - { - "name": "Eliad Moosavi", - "email": "iliadm@ca.ibm.com", - "url": "https://github.com/theiliad" - } - ], - "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" + "name": "@carbon/charts-react", + "version": "1.11.20", + "description": "Carbon Charts component library for React", + "main": "./dist/index.js", + "module": "./dist/index.mjs", + "types": "./dist/index.d.ts", + "exports": { + "./package.json": "./package.json", + ".": { + "types": "./dist/index.d.ts", + "browser": { + "import": "./dist/index.mjs", + "require": "./dist/index.js" + }, + "import": "./dist/index.mjs", + "require": "./dist/index.js" + }, + "./styles.min.css": "./dist/styles.min.css", + "./styles.css": "./dist/styles.css" + }, + "files": [ + "dist", + "README.md" + ], + "scripts": { + "postinstall": "carbon-telemetry collect --install", + "file:styles": "cp ../core/dist/styles.* dist", + "file:downlevel:dts": "downlevel-dts dist dist", + "postbundle": "concurrently \"yarn:file:*\"", + "build:package": "vite build && yarn postbundle", + "demo:mdx:react": "cp ../core/src/stories/getting-started/react.stories.mdx src/stories", + "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", + "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", + "build:demo": "yarn demo:mdx && NODE_OPTIONS=--max_old_space_size=9126 storybook build -o demo/bundle --quiet", + "build": "yarn build:package && yarn build:demo", + "storybook": "storybook dev -p 9006", + "start": "yarn storybook", + "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --ignore-path ../../.eslintignore", + "format": "prettier . --write \"**/*.{scss,css,js,ts,tsx,cjs,mjs,md}\" --ignore-path ../../.eslintignore", + "clean": "rm -rf dist demo/bundle", + "pub:demo": "cp -a demo/bundle/. ../../pages/react" + }, + "dependencies": { + "@carbon/charts": "workspace:*", + "@carbon/icons-react": "^11.24.0", + "@carbon/telemetry": "~0.1.0" + }, + "peerDependencies": { + "react": "^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" + }, + "devDependencies": { + "@babel/core": "^7.22.10", + "@babel/plugin-external-helpers": "^7.22.5", + "@babel/plugin-proposal-object-rest-spread": "^7.20.7", + "@babel/plugin-transform-react-jsx": "^7.22.5", + "@babel/preset-env": "^7.22.10", + "@babel/preset-react": "^7.22.5", + "@babel/preset-typescript": "^7.22.5", + "@rushstack/eslint-patch": "^1.3.3", + "@stackblitz/sdk": "1.9.0", + "@storybook/addon-essentials": "^7.2.2", + "@storybook/addon-interactions": "^7.2.2", + "@storybook/addon-links": "^7.2.2", + "@storybook/blocks": "^7.2.2", + "@storybook/manager-api": "^7.2.2", + "@storybook/react": "^7.2.2", + "@storybook/react-vite": "^7.2.2", + "@storybook/react-webpack5": "^7.2.2", + "@storybook/testing-library": "^0.2.0", + "@storybook/theming": "^7.2.2", + "@types/carbon__icons-react": "^11.20.0", + "@types/react": "^18.2.20", + "@types/react-dom": "^18.2.7", + "@typescript-eslint/eslint-plugin": "^6.3.0", + "@typescript-eslint/parser": "^6.3.0", + "@vitejs/plugin-react": "^4.0.4", + "classnames": "^2.3.2", + "concurrently": "^8.2.0", + "css-loader": "6.8.1", + "d3": "^7.8.5", + "d3-cloud": "^1.2.7", + "d3-sankey": "^0.12.3", + "downlevel-dts": "^0.11.0", + "eslint": "^8.46.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.0", + "eslint-plugin-react": "^7.33.1", + "eslint-plugin-storybook": "^0.6.13", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "sass": "^1.65.1", + "storybook": "^7.2.2", + "style-loader": "^3.3.3", + "typescript": "^5.1.6", + "vite": "^4.4.9", + "vite-plugin-dts": "^3.5.1", + "webpack": "5.88.2" + }, + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git@github.com:carbon-design-system/carbon-charts.git", + "homepage": "https://carbon-design-system.github.io/carbon-charts/react/" + }, + "license": "Apache-2.0", + "author": "IBM", + "keywords": [ + "charts", + "graphs", + "radar", + "gauge", + "donut", + "pie", + "sparkline", + "tree", + "treemap", + "heatmap", + "wordcloud", + "histogram", + "alluvial", + "geo", + "bar", + "bullet", + "scatter", + "meter", + "line", + "react", + "reactive", + "component", + "carbon", + "ibm", + "svg", + "data", + "typescript" + ], + "bugs": { + "url": "https://github.com/carbon-design-system/carbon-charts/issues" + }, + "homepage": "https://github.com/carbon-design-system/carbon-charts#readme", + "maintainers": [ + { + "name": "Eliad Moosavi", + "email": "iliadm@ca.ibm.com", + "url": "https://github.com/theiliad" + } + ], + "contributors": [ + { + "name": "Eliad Moosavi", + "email": "iliadm@ca.ibm.com", + "url": "https://github.com/theiliad" + } + ], + "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" } diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 868047eb0e..0e5b85d361 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,146 +1,102 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## 1.11.19 (2023-08-09) +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.11.20 (2023-08-10) ### Bug Fixes -* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) - +- **umd:** simplify exports + ([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647)) + ([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72)) +## 1.11.19 (2023-08-09) +### Bug Fixes +- **1633:** use of arrow function lost lexical this + ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) + ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) ## 1.11.18 (2023-08-09) - ### Bug Fixes -* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) - - - - +- **umd:** close issue 1643 - UMD bundle not generated + ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) + ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) ## 1.11.17 (2023-08-06) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## 1.11.16 (2023-08-02) - ### Bug Fixes -* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) - - - - +- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse + ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) + ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) ## 1.11.15 (2023-07-31) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.11](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.10...v1.11.11) (2023-07-17) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.10](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.9...v1.11.10) (2023-07-14) - ### Bug Fixes -* **prettier:** downgrade for now ([#1621](https://github.com/carbon-design-system/carbon-charts/issues/1621)) ([22509a2](https://github.com/carbon-design-system/carbon-charts/commit/22509a29e15d5aff951db66607965b9e59f898df)) - - - - +- **prettier:** downgrade for now + ([#1621](https://github.com/carbon-design-system/carbon-charts/issues/1621)) + ([22509a2](https://github.com/carbon-design-system/carbon-charts/commit/22509a29e15d5aff951db66607965b9e59f898df)) ## [1.11.9](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.8...v1.11.9) (2023-07-13) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.7...v1.11.8) (2023-07-07) - ### Bug Fixes -* **svelte:** make ref and chart props optional ([#1612](https://github.com/carbon-design-system/carbon-charts/issues/1612)) ([624aa66](https://github.com/carbon-design-system/carbon-charts/commit/624aa669ca290962cf420117c56c018f40ca3edc)) - - - - +- **svelte:** make ref and chart props optional + ([#1612](https://github.com/carbon-design-system/carbon-charts/issues/1612)) + ([624aa66](https://github.com/carbon-design-system/carbon-charts/commit/624aa669ca290962cf420117c56c018f40ca3edc)) ## [1.11.7](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.6...v1.11.7) (2023-07-06) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.5...v1.11.6) (2023-07-06) **Note:** Version bump only for package @carbon/charts-svelte - - - - ## [1.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.4...v1.11.5) (2023-07-06) - ### Bug Fixes -* **lerna:** revert prettier to 2.8.8 for now ([#1609](https://github.com/carbon-design-system/carbon-charts/issues/1609)) ([0bd1503](https://github.com/carbon-design-system/carbon-charts/commit/0bd1503d7ae0bbec68c3d0e1ad818b8abc6b5c73)) -* **react:** remount issues ([#1606](https://github.com/carbon-design-system/carbon-charts/issues/1606)) ([aad4838](https://github.com/carbon-design-system/carbon-charts/commit/aad4838771a398b7e37484c60b4f9fc0060e1a90)) - - - - +- **lerna:** revert prettier to 2.8.8 for now + ([#1609](https://github.com/carbon-design-system/carbon-charts/issues/1609)) + ([0bd1503](https://github.com/carbon-design-system/carbon-charts/commit/0bd1503d7ae0bbec68c3d0e1ad818b8abc6b5c73)) +- **react:** remount issues + ([#1606](https://github.com/carbon-design-system/carbon-charts/issues/1606)) + ([aad4838](https://github.com/carbon-design-system/carbon-charts/commit/aad4838771a398b7e37484c60b4f9fc0060e1a90)) # Change Log diff --git a/packages/svelte/package.json b/packages/svelte/package.json index ec308320c4..40ce7febf0 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,139 +1,139 @@ { - "name": "@carbon/charts-svelte", - "version": "1.11.19", - "description": "Carbon Charts component library for Svelte", - "scripts": { - "postinstall": "carbon-telemetry collect --install", - "file:styles": "cp ../core/dist/styles.* dist", - "build:package": "svelte-kit sync && svelte-package && yarn file:styles", - "demo:mdx:svelte": "cp ../core/src/stories/getting-started/svelte.stories.mdx src/stories", - "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", - "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", - "build:demo": "yarn demo:mdx && storybook build -o demo/bundle --quiet", - "build": "yarn build:package && yarn build:demo", - "storybook": "storybook dev -p 9006", - "start": "yarn storybook", - "test": "svelte-check --workspace=tests", - "lint": "prettier --plugin-search-dir . --check . --ignore-path ../../.eslintignore && eslint . --ignore-path ../../.eslintignore", - "format": "prettier --plugin-search-dir . --write . --ignore-path ../../.eslintignore", - "clean": "rm -rf dist demo/bundle", - "preview": "vite preview", - "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", - "pub:demo": "cp -a demo/bundle/. ../../pages/svelte" - }, - "type": "module", - "types": "./dist/index.d.ts", - "svelte": "./dist/index.js", - "module": "./dist/index.js", - "exports": { - ".": { - "types": "./dist/index.d.ts", - "svelte": "./dist/index.js", - "import": "./dist/index.js" - }, - "./styles.min.css": "./dist/styles.min.css", - "./styles.css": "./dist/styles.css" - }, - "files": [ - "dist", - "CHANGELOG.md" - ], - "peerDependencies": { - "svelte": "^3.31.0 || ^4.0.0" - }, - "dependencies": { - "@carbon/charts": "workspace:*", - "@carbon/telemetry": "~0.1.0" - }, - "devDependencies": { - "@stackblitz/sdk": "^1.9.0", - "@storybook/addon-essentials": "^7.2.2", - "@storybook/addon-interactions": "^7.2.2", - "@storybook/addon-links": "^7.2.2", - "@storybook/blocks": "^7.2.2", - "@storybook/manager-api": "^7.2.2", - "@storybook/svelte": "^7.2.2", - "@storybook/sveltekit": "^7.2.2", - "@storybook/testing-library": "^0.2.0", - "@storybook/theming": "^7.2.2", - "@sveltejs/adapter-auto": "^2.1.0", - "@sveltejs/kit": "^1.22.4", - "@sveltejs/package": "^2.2.0", - "@typescript-eslint/eslint-plugin": "^6.3.0", - "@typescript-eslint/parser": "^6.3.0", - "concurrently": "^8.2.0", - "d3": "^7.8.5", - "d3-cloud": "^1.2.7", - "d3-sankey": "^0.12.3", - "eslint": "^8.46.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-storybook": "^0.6.13", - "eslint-plugin-svelte3": "^4.0.0", - "prettier-plugin-svelte": "^3.0.3", - "publint": "^0.2.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "storybook": "^7.2.2", - "svelte": "^4.1.2", - "svelte-check": "^3.4.6", - "tslib": "^2.6.1", - "typescript": "^5.1.6", - "vite": "^4.4.9" - }, - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git@github.com:carbon-design-system/carbon-charts.git", - "homepage": "https://carbon-design-system.github.io/carbon-charts/svelte/" - }, - "bugs": { - "url": "https://github.com/carbon-design-system/carbon-charts/issues" - }, - "homepage": "https://github.com/carbon-design-system/carbon-charts#readme", - "maintainers": [ - { - "name": "Eric Liu", - "url": "https://github.com/metonym" - } - ], - "contributors": [ - { - "name": "Eric Liu", - "url": "https://github.com/metonym" - } - ], - "license": "Apache-2.0", - "author": "IBM", - "keywords": [ - "charts", - "graphs", - "radar", - "gauge", - "donut", - "pie", - "sparkline", - "tree", - "treemap", - "heatmap", - "wordcloud", - "histogram", - "alluvial", - "geo", - "bar", - "bullet", - "scatter", - "meter", - "line", - "svelte", - "sveltekit", - "component", - "carbon", - "ibm", - "svg", - "data", - "typescript" - ], - "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" + "name": "@carbon/charts-svelte", + "version": "1.11.20", + "description": "Carbon Charts component library for Svelte", + "scripts": { + "postinstall": "carbon-telemetry collect --install", + "file:styles": "cp ../core/dist/styles.* dist", + "build:package": "svelte-kit sync && svelte-package && yarn file:styles", + "demo:mdx:svelte": "cp ../core/src/stories/getting-started/svelte.stories.mdx src/stories", + "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", + "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", + "build:demo": "yarn demo:mdx && storybook build -o demo/bundle --quiet", + "build": "yarn build:package && yarn build:demo", + "storybook": "storybook dev -p 9006", + "start": "yarn storybook", + "test": "svelte-check --workspace=tests", + "lint": "prettier --plugin-search-dir . --check . --ignore-path ../../.eslintignore && eslint . --ignore-path ../../.eslintignore", + "format": "prettier --plugin-search-dir . --write . --ignore-path ../../.eslintignore", + "clean": "rm -rf dist demo/bundle", + "preview": "vite preview", + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", + "pub:demo": "cp -a demo/bundle/. ../../pages/svelte" + }, + "type": "module", + "types": "./dist/index.d.ts", + "svelte": "./dist/index.js", + "module": "./dist/index.js", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "svelte": "./dist/index.js", + "import": "./dist/index.js" + }, + "./styles.min.css": "./dist/styles.min.css", + "./styles.css": "./dist/styles.css" + }, + "files": [ + "dist", + "CHANGELOG.md" + ], + "peerDependencies": { + "svelte": "^3.31.0 || ^4.0.0" + }, + "dependencies": { + "@carbon/charts": "workspace:*", + "@carbon/telemetry": "~0.1.0" + }, + "devDependencies": { + "@stackblitz/sdk": "^1.9.0", + "@storybook/addon-essentials": "^7.2.2", + "@storybook/addon-interactions": "^7.2.2", + "@storybook/addon-links": "^7.2.2", + "@storybook/blocks": "^7.2.2", + "@storybook/manager-api": "^7.2.2", + "@storybook/svelte": "^7.2.2", + "@storybook/sveltekit": "^7.2.2", + "@storybook/testing-library": "^0.2.0", + "@storybook/theming": "^7.2.2", + "@sveltejs/adapter-auto": "^2.1.0", + "@sveltejs/kit": "^1.22.4", + "@sveltejs/package": "^2.2.0", + "@typescript-eslint/eslint-plugin": "^6.3.0", + "@typescript-eslint/parser": "^6.3.0", + "concurrently": "^8.2.0", + "d3": "^7.8.5", + "d3-cloud": "^1.2.7", + "d3-sankey": "^0.12.3", + "eslint": "^8.46.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-storybook": "^0.6.13", + "eslint-plugin-svelte3": "^4.0.0", + "prettier-plugin-svelte": "^3.0.3", + "publint": "^0.2.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "storybook": "^7.2.2", + "svelte": "^4.1.2", + "svelte-check": "^3.4.6", + "tslib": "^2.6.1", + "typescript": "^5.1.6", + "vite": "^4.4.9" + }, + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git@github.com:carbon-design-system/carbon-charts.git", + "homepage": "https://carbon-design-system.github.io/carbon-charts/svelte/" + }, + "bugs": { + "url": "https://github.com/carbon-design-system/carbon-charts/issues" + }, + "homepage": "https://github.com/carbon-design-system/carbon-charts#readme", + "maintainers": [ + { + "name": "Eric Liu", + "url": "https://github.com/metonym" + } + ], + "contributors": [ + { + "name": "Eric Liu", + "url": "https://github.com/metonym" + } + ], + "license": "Apache-2.0", + "author": "IBM", + "keywords": [ + "charts", + "graphs", + "radar", + "gauge", + "donut", + "pie", + "sparkline", + "tree", + "treemap", + "heatmap", + "wordcloud", + "histogram", + "alluvial", + "geo", + "bar", + "bullet", + "scatter", + "meter", + "line", + "svelte", + "sveltekit", + "component", + "carbon", + "ibm", + "svg", + "data", + "typescript" + ], + "gitHead": "f7037103474e53901678dd9e62095b0b1f0f62c4" } diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index b7aaa8b02d..c8798733c8 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,73 +1,56 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## 1.11.19 (2023-08-09) +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.11.20 (2023-08-10) ### Bug Fixes -* **1633:** use of arrow function lost lexical this ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) - +- **umd:** simplify exports + ([#1647](https://github.com/carbon-design-system/carbon-charts/issues/1647)) + ([712f36e](https://github.com/carbon-design-system/carbon-charts/commit/712f36ea2a45a3ba7f8cb3b5672f150ee9f31d72)) +## 1.11.19 (2023-08-09) +### Bug Fixes +- **1633:** use of arrow function lost lexical this + ([#1645](https://github.com/carbon-design-system/carbon-charts/issues/1645)) + ([3303b8f](https://github.com/carbon-design-system/carbon-charts/commit/3303b8fbc29f7cb82c0d8f441199f7f9bca2d8a1)) ## 1.11.18 (2023-08-09) - ### Bug Fixes -* **umd:** close issue 1643 - UMD bundle not generated ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) - - - - +- **umd:** close issue 1643 - UMD bundle not generated + ([#1644](https://github.com/carbon-design-system/carbon-charts/issues/1644)) + ([d0313dc](https://github.com/carbon-design-system/carbon-charts/commit/d0313dcc59cf857ca92cbe3886f12dd6fa76a9b5)) ## 1.11.17 (2023-08-06) **Note:** Version bump only for package @carbon/charts-vue - - - - ## 1.11.16 (2023-08-02) - ### Bug Fixes -* **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) - - - - +- **core/scss:** Replace hard-coded font-family set by mixin to CSS custom properties then reuse + ([#1639](https://github.com/carbon-design-system/carbon-charts/issues/1639)) + ([5440d24](https://github.com/carbon-design-system/carbon-charts/commit/5440d249c5326516e866b0e449d914395adbc023)) ## 1.11.15 (2023-07-31) **Note:** Version bump only for package @carbon/charts-vue - - - - ## [1.11.14](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.13...v1.11.14) (2023-07-30) **Note:** Version bump only for package @carbon/charts-vue - - - - ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20) **Note:** Version bump only for package @carbon/charts-vue - - - - # Change Log All notable changes to this project will be documented in this file. See diff --git a/packages/vue/package.json b/packages/vue/package.json index 172ec5c6a8..cf5e5a7003 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,116 +1,116 @@ { - "name": "@carbon/charts-vue", - "version": "1.11.19", - "description": "Carbon Charts component library for Vue", - "main": "./dist/index.js", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "exports": { - "./styles.min.css": "./dist/styles.min.css", - "./styles.css": "./dist/styles.css", - ".": { - "style": "./dist/styles.css", - "types": "./dist/index.d.ts", - "default": "./dist/index.mjs" - } - }, - "files": [ - "dist", - "CHANGELOG.md" - ], - "scripts": { - "postinstall": "carbon-telemetry collect --install", - "file:styles": "cp ../core/dist/styles.* dist", - "build:package": "vite build && yarn file:styles", - "demo:mdx:vue": "cp ../core/src/stories/getting-started/vue.stories.mdx src/stories", - "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", - "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", - "build:demo": "yarn demo:mdx && storybook build -o demo/bundle --quiet", - "build": "yarn build:package && yarn build:demo", - "storybook": "storybook dev -p 9006", - "start": "yarn storybook", - "lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts --fix --ignore-path ../../.eslintignore", - "format": "prettier --write src/ --ignore-path ../../.eslintignore", - "clean": "rm -rf dist demo/bundle", - "pub:demo": "cp -a demo/bundle/. ../../pages/vue" - }, - "peerDependencies": { - "vue": "^3.3.0" - }, - "dependencies": { - "@carbon/charts": "workspace:*", - "@carbon/telemetry": "~0.1.0", - "vue": "^3.3.4" - }, - "devDependencies": { - "@babel/core": "^7.22.10", - "@rushstack/eslint-patch": "^1.3.3", - "@stackblitz/sdk": "^1.9.0", - "@storybook/addon-essentials": "^7.2.2", - "@storybook/addon-interactions": "^7.2.2", - "@storybook/addon-links": "^7.2.2", - "@storybook/blocks": "^7.2.2", - "@storybook/manager-api": "^7.2.2", - "@storybook/testing-library": "^0.2.0", - "@storybook/theming": "^7.2.2", - "@storybook/vue3": "^7.2.2", - "@storybook/vue3-vite": "^7.2.2", - "@types/d3": "^7.4.0", - "@vue/eslint-config-prettier": "^8.0.0", - "@vue/eslint-config-typescript": "^11.0.3", - "concurrently": "^8.2.0", - "d3": "^7.8.5", - "d3-cloud": "^1.2.7", - "d3-sankey": "^0.12.3", - "eslint": "^8.46.0", - "eslint-plugin-storybook": "^0.6.13", - "eslint-plugin-vue": "^9.17.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "storybook": "^7.2.2", - "typescript": "^5.1.6", - "vite": "^4.4.9", - "vite-plugin-dts": "^3.5.1", - "vue-tsc": "^1.8.8" - }, - "publishConfig": { - "access": "public", - "tag": "next" - }, - "repository": { - "type": "git", - "url": "git@github.com:carbon-design-system/carbon-charts.git", - "homepage": "https://carbon-design-system.github.io/carbon-charts/vue/" - }, - "license": "Apache-2.0", - "author": "IBM", - "keywords": [ - "charts", - "graphs", - "radar", - "gauge", - "donut", - "pie", - "sparkline", - "tree", - "treemap", - "heatmap", - "wordcloud", - "histogram", - "alluvial", - "geo", - "bar", - "bullet", - "scatter", - "meter", - "line", - "vue", - "vue3", - "component", - "carbon", - "ibm", - "svg", - "data", - "typescript" - ] + "name": "@carbon/charts-vue", + "version": "1.11.20", + "description": "Carbon Charts component library for Vue", + "main": "./dist/index.js", + "module": "./dist/index.mjs", + "types": "./dist/index.d.ts", + "exports": { + "./styles.min.css": "./dist/styles.min.css", + "./styles.css": "./dist/styles.css", + ".": { + "style": "./dist/styles.css", + "types": "./dist/index.d.ts", + "default": "./dist/index.mjs" + } + }, + "files": [ + "dist", + "CHANGELOG.md" + ], + "scripts": { + "postinstall": "carbon-telemetry collect --install", + "file:styles": "cp ../core/dist/styles.* dist", + "build:package": "vite build && yarn file:styles", + "demo:mdx:vue": "cp ../core/src/stories/getting-started/vue.stories.mdx src/stories", + "demo:mdx:tutorials": "cp ../core/src/stories/tutorials/* src/stories", + "demo:mdx": "concurrently \"yarn:demo:mdx:*\"", + "build:demo": "yarn demo:mdx && storybook build -o demo/bundle --quiet", + "build": "yarn build:package && yarn build:demo", + "storybook": "storybook dev -p 9006", + "start": "yarn storybook", + "lint": "eslint . --ext .vue,.js,.cjs,.mjs,.ts --fix --ignore-path ../../.eslintignore", + "format": "prettier --write src/ --ignore-path ../../.eslintignore", + "clean": "rm -rf dist demo/bundle", + "pub:demo": "cp -a demo/bundle/. ../../pages/vue" + }, + "peerDependencies": { + "vue": "^3.3.0" + }, + "dependencies": { + "@carbon/charts": "workspace:*", + "@carbon/telemetry": "~0.1.0", + "vue": "^3.3.4" + }, + "devDependencies": { + "@babel/core": "^7.22.10", + "@rushstack/eslint-patch": "^1.3.3", + "@stackblitz/sdk": "^1.9.0", + "@storybook/addon-essentials": "^7.2.2", + "@storybook/addon-interactions": "^7.2.2", + "@storybook/addon-links": "^7.2.2", + "@storybook/blocks": "^7.2.2", + "@storybook/manager-api": "^7.2.2", + "@storybook/testing-library": "^0.2.0", + "@storybook/theming": "^7.2.2", + "@storybook/vue3": "^7.2.2", + "@storybook/vue3-vite": "^7.2.2", + "@types/d3": "^7.4.0", + "@vue/eslint-config-prettier": "^8.0.0", + "@vue/eslint-config-typescript": "^11.0.3", + "concurrently": "^8.2.0", + "d3": "^7.8.5", + "d3-cloud": "^1.2.7", + "d3-sankey": "^0.12.3", + "eslint": "^8.46.0", + "eslint-plugin-storybook": "^0.6.13", + "eslint-plugin-vue": "^9.17.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "storybook": "^7.2.2", + "typescript": "^5.1.6", + "vite": "^4.4.9", + "vite-plugin-dts": "^3.5.1", + "vue-tsc": "^1.8.8" + }, + "publishConfig": { + "access": "public", + "tag": "next" + }, + "repository": { + "type": "git", + "url": "git@github.com:carbon-design-system/carbon-charts.git", + "homepage": "https://carbon-design-system.github.io/carbon-charts/vue/" + }, + "license": "Apache-2.0", + "author": "IBM", + "keywords": [ + "charts", + "graphs", + "radar", + "gauge", + "donut", + "pie", + "sparkline", + "tree", + "treemap", + "heatmap", + "wordcloud", + "histogram", + "alluvial", + "geo", + "bar", + "bullet", + "scatter", + "meter", + "line", + "vue", + "vue3", + "component", + "carbon", + "ibm", + "svg", + "data", + "typescript" + ] }