diff --git a/.changeset/pre.json b/.changeset/pre.json index 23436829f63..a061d5c2194 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,7 +15,26 @@ "@siemens/ix-react": "2.2.1", "react-test-app": "2.1.2", "@siemens/ix-vue": "2.2.1", - "vue-test-app": "2.1.2" + "vue-test-app": "2.1.2", + "angular-standalone-test-app": "0.0.0", + "ionic-test-app": "0.0.1", + "strict-check": "1.0.0" }, - "changesets": [] + "changesets": [ + "breezy-hotels-tap", + "clean-squids-retire", + "clever-pandas-chew", + "cool-keys-shout", + "eighty-mails-collect", + "fresh-maps-ring", + "gentle-snails-destroy", + "many-pumpkins-knock", + "pink-spoons-obey", + "purple-guests-wait", + "rare-numbers-double", + "shy-experts-rest", + "tricky-hornets-work", + "wicked-windows-approve", + "yellow-goats-wash" + ] } diff --git a/packages/aggrid/CHANGELOG.md b/packages/aggrid/CHANGELOG.md index fade47724c2..bf29f3d5ccb 100644 --- a/packages/aggrid/CHANGELOG.md +++ b/packages/aggrid/CHANGELOG.md @@ -1,5 +1,18 @@ # @siemens/ix-aggrid +## 3.0.0-alpha.0 + +### Major Changes + +- [#1238](https://github.com/siemens/ix/pull/1238) [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3) Thanks [@danielleroux](https://github.com/danielleroux)! - feat: reduce bundle size in combination with icons + +- [#1394](https://github.com/siemens/ix/pull/1394) [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff) Thanks [@AndreasBerliner](https://github.com/AndreasBerliner)! - refactor: replace internal comments with annotations + +### Patch Changes + +- Updated dependencies [[`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3), [`d5affb02b371e3541c546e272e2389b678630dd4`](https://github.com/siemens/ix/commit/d5affb02b371e3541c546e272e2389b678630dd4), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff), [`b5e2da18f871d6189c064a72bd9b29a82d0685eb`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`e8f825f7f494c8cc05dcce075afcff77839f8096`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef)]: + - @siemens/ix@3.0.0-alpha.0 + ## 2.2.0 ### Minor Changes diff --git a/packages/aggrid/package.json b/packages/aggrid/package.json index 93214caf801..04118f1662b 100644 --- a/packages/aggrid/package.json +++ b/packages/aggrid/package.json @@ -8,7 +8,7 @@ "directory": "packages/aggrid" }, "description": "AG Grid theme based on ix theme variables", - "version": "2.2.0", + "version": "3.0.0-alpha.0", "files": [ "LICENSE", "README.md", @@ -38,7 +38,7 @@ "ts-node": "^10.9.2" }, "dependencies": { - "@siemens/ix": "~2.5.0" + "@siemens/ix": "~3.0.0-alpha.0" }, "peerDependencies": { "ag-grid-community": ">=28" diff --git a/packages/angular/CHANGELOG.md b/packages/angular/CHANGELOG.md index 3ceed7abbc1..73e4961df96 100644 --- a/packages/angular/CHANGELOG.md +++ b/packages/angular/CHANGELOG.md @@ -1,5 +1,24 @@ # @siemens/ix-angular +## 3.0.0-alpha.0 + +### Major Changes + +- [#1325](https://github.com/siemens/ix/pull/1325) [`71411db86c37d5cd0f5f71c4059322ea5e9d6f2d`](https://github.com/siemens/ix/commit/71411db86c37d5cd0f5f71c4059322ea5e9d6f2d) Thanks [@danielleroux](https://github.com/danielleroux)! - feat(angular): change angular compiler version to v17 + +- [#1238](https://github.com/siemens/ix/pull/1238) [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3) Thanks [@danielleroux](https://github.com/danielleroux)! - feat: reduce bundle size in combination with icons + +- [#1394](https://github.com/siemens/ix/pull/1394) [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff) Thanks [@AndreasBerliner](https://github.com/AndreasBerliner)! - refactor: replace internal comments with annotations + +### Minor Changes + +- [#1325](https://github.com/siemens/ix/pull/1325) [`71411db86c37d5cd0f5f71c4059322ea5e9d6f2d`](https://github.com/siemens/ix/commit/71411db86c37d5cd0f5f71c4059322ea5e9d6f2d) Thanks [@danielleroux](https://github.com/danielleroux)! - feat(angular/standalone): add angular standalone components + +### Patch Changes + +- Updated dependencies [[`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3), [`d5affb02b371e3541c546e272e2389b678630dd4`](https://github.com/siemens/ix/commit/d5affb02b371e3541c546e272e2389b678630dd4), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff), [`b5e2da18f871d6189c064a72bd9b29a82d0685eb`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`e8f825f7f494c8cc05dcce075afcff77839f8096`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef)]: + - @siemens/ix@3.0.0-alpha.0 + ## 2.5.0 ### Patch Changes diff --git a/packages/angular/package.json b/packages/angular/package.json index cd281901bf2..ba50eec38fd 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/angular" }, - "version": "2.5.0", + "version": "3.0.0-alpha.0", "description": "Siemens iX for Angular", "scripts": { "build": "ng-packagr -c tsconfig.json", @@ -16,7 +16,7 @@ }, "license": "MIT", "dependencies": { - "@siemens/ix": "~2.5.0" + "@siemens/ix": "~3.0.0-alpha.0" }, "peerDependencies": { "@angular/core": ">=17.3.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0f6ad9a2e0c..be2bd0fa3da 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,33 @@ # @siemens/ix +## 3.0.0-alpha.0 + +### Major Changes + +- [#1238](https://github.com/siemens/ix/pull/1238) [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3) Thanks [@danielleroux](https://github.com/danielleroux)! - feat: reduce bundle size in combination with icons + +- [#1394](https://github.com/siemens/ix/pull/1394) [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff) Thanks [@AndreasBerliner](https://github.com/AndreasBerliner)! - refactor: replace internal comments with annotations + +- [#1273](https://github.com/siemens/ix/pull/1273) [`e8f825f7f494c8cc05dcce075afcff77839f8096`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096) Thanks [@nuke-ellington](https://github.com/nuke-ellington)! - fix(core/checkbox): allow multiline labels and align checkbox at the top + +### Patch Changes + +- [#1528](https://github.com/siemens/ix/pull/1528) [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef) Thanks [@danielleroux](https://github.com/danielleroux)! - fix(core/modal): duplicate event firing + +- [#1528](https://github.com/siemens/ix/pull/1528) [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef) Thanks [@danielleroux](https://github.com/danielleroux)! - fix(core): replace font styles with actual formats + +- [#1528](https://github.com/siemens/ix/pull/1528) [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef) Thanks [@danielleroux](https://github.com/danielleroux)! - fix(core/menu-about): set index if selected is set on tab-item + +- [#1468](https://github.com/siemens/ix/pull/1468) [`d5affb02b371e3541c546e272e2389b678630dd4`](https://github.com/siemens/ix/commit/d5affb02b371e3541c546e272e2389b678630dd4) Thanks [@matthiashader](https://github.com/matthiashader)! - fix(core/slider): update tooltip on steps below 1 + +- [#1528](https://github.com/siemens/ix/pull/1528) [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef) Thanks [@danielleroux](https://github.com/danielleroux)! - fix(core/input): remove hover state from readonly and disabled variant + +- [#1330](https://github.com/siemens/ix/pull/1330) [`b5e2da18f871d6189c064a72bd9b29a82d0685eb`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb) Thanks [@github-actions](https://github.com/apps/github-actions)! - fix(core): semver from stencil/core to minor + +- [#1528](https://github.com/siemens/ix/pull/1528) [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef) Thanks [@danielleroux](https://github.com/danielleroux)! - fix(core/dropdown): clean up disconnected dropdowns + +- [#1528](https://github.com/siemens/ix/pull/1528) [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef) Thanks [@danielleroux](https://github.com/danielleroux)! - fix(core/upload): disable file browser if control is disabled + ## 2.5.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3d2ac380f46..565c9666cea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/core" }, - "version": "2.5.0", + "version": "3.0.0-alpha.0", "license": "MIT", "description": "Siemens iX Web Components", "main": "dist/index.cjs.js", diff --git a/packages/echarts/CHANGELOG.md b/packages/echarts/CHANGELOG.md index c82e7bef37d..c32c02e1b87 100644 --- a/packages/echarts/CHANGELOG.md +++ b/packages/echarts/CHANGELOG.md @@ -1,5 +1,11 @@ # @siemens/ix-echarts +## 3.0.0-alpha.0 + +### Major Changes + +- [#1238](https://github.com/siemens/ix/pull/1238) [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3) Thanks [@danielleroux](https://github.com/danielleroux)! - feat: reduce bundle size in combination with icons + ## 2.3.0 ### Minor Changes diff --git a/packages/echarts/package.json b/packages/echarts/package.json index 2d7bc918f74..54fe18add0c 100644 --- a/packages/echarts/package.json +++ b/packages/echarts/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/echarts" }, - "version": "2.3.0", + "version": "3.0.0-alpha.0", "description": "Siemens iX theme for echarts", "main": "dist/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 08699ded3c2..7cd48cb55be 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,20 @@ # @siemens/ix-react +## 3.0.0-alpha.0 + +### Major Changes + +- [#1326](https://github.com/siemens/ix/pull/1326) [`23307a0bed36c61da3ca3b77bad99d71f8b18f3c`](https://github.com/siemens/ix/commit/23307a0bed36c61da3ca3b77bad99d71f8b18f3c) Thanks [@danielleroux](https://github.com/danielleroux)! - feat(react): remove commonjs support + +- [#1238](https://github.com/siemens/ix/pull/1238) [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3) Thanks [@danielleroux](https://github.com/danielleroux)! - feat: reduce bundle size in combination with icons + +- [#1394](https://github.com/siemens/ix/pull/1394) [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff) Thanks [@AndreasBerliner](https://github.com/AndreasBerliner)! - refactor: replace internal comments with annotations + +### Patch Changes + +- Updated dependencies [[`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3), [`d5affb02b371e3541c546e272e2389b678630dd4`](https://github.com/siemens/ix/commit/d5affb02b371e3541c546e272e2389b678630dd4), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff), [`b5e2da18f871d6189c064a72bd9b29a82d0685eb`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`e8f825f7f494c8cc05dcce075afcff77839f8096`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef)]: + - @siemens/ix@3.0.0-alpha.0 + ## 2.5.0 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 5d904e4ee68..c1d018103ef 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/siemens/ix", "directory": "packages/react" }, - "version": "2.5.0", + "version": "3.0.0-alpha.0", "description": "Siemens iX for React", "main": "dist/index.js", "types": "dist/types/index.d.ts", @@ -61,7 +61,7 @@ "react-dom": ">=18.3.1" }, "dependencies": { - "@siemens/ix": "~2.5.0", + "@siemens/ix": "~3.0.0-alpha.0", "@stencil/react-output-target": "^0.7.1", "tslib": "*" } diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 74df5ca4be8..3510582b34d 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,20 @@ # @siemens/ix-vue +## 3.0.0-alpha.0 + +### Major Changes + +- [#1238](https://github.com/siemens/ix/pull/1238) [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3) Thanks [@danielleroux](https://github.com/danielleroux)! - feat: reduce bundle size in combination with icons + +- [#1394](https://github.com/siemens/ix/pull/1394) [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff) Thanks [@AndreasBerliner](https://github.com/AndreasBerliner)! - refactor: replace internal comments with annotations + +- [#1328](https://github.com/siemens/ix/pull/1328) [`c17750dfad2fe69854f52fe56a447302c9ff4cc8`](https://github.com/siemens/ix/commit/c17750dfad2fe69854f52fe56a447302c9ff4cc8) Thanks [@danielleroux](https://github.com/danielleroux)! - feat(vue): remove commonjs + +### Patch Changes + +- Updated dependencies [[`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`8803f3185b8a183926576d9f28894f9e1aa92ec3`](https://github.com/siemens/ix/commit/8803f3185b8a183926576d9f28894f9e1aa92ec3), [`d5affb02b371e3541c546e272e2389b678630dd4`](https://github.com/siemens/ix/commit/d5affb02b371e3541c546e272e2389b678630dd4), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff`](https://github.com/siemens/ix/commit/24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff), [`b5e2da18f871d6189c064a72bd9b29a82d0685eb`](https://github.com/siemens/ix/commit/b5e2da18f871d6189c064a72bd9b29a82d0685eb), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef), [`e8f825f7f494c8cc05dcce075afcff77839f8096`](https://github.com/siemens/ix/commit/e8f825f7f494c8cc05dcce075afcff77839f8096), [`ab1da53f0cbf9216e356c1b143ef4cd91306bfef`](https://github.com/siemens/ix/commit/ab1da53f0cbf9216e356c1b143ef4cd91306bfef)]: + - @siemens/ix@3.0.0-alpha.0 + ## 2.5.0 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 03837276f31..40de53448bf 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -3,7 +3,7 @@ "homepage": "https://ix.siemens.io", "author": "Siemens AG", "license": "MIT", - "version": "2.5.0", + "version": "3.0.0-alpha.0", "description": "Siemens iX for Vue", "bugs": "https://github.com/siemens/ix/issues", "repository": { @@ -24,7 +24,7 @@ "lint": "eslint src" }, "dependencies": { - "@siemens/ix": "~2.5.0" + "@siemens/ix": "~3.0.0-alpha.0" }, "devDependencies": { "@rollup/plugin-typescript": "^8.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c18ff311f82..937c74d8ee9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,7 +64,7 @@ importers: packages/aggrid: dependencies: '@siemens/ix': - specifier: ~2.5.0 + specifier: ~3.0.0-alpha.0 version: link:../core devDependencies: '@playwright/test': @@ -116,7 +116,7 @@ importers: packages/angular: dependencies: '@siemens/ix': - specifier: ~2.5.0 + specifier: ~3.0.0-alpha.0 version: link:../core '@siemens/ix-icons': specifier: 0.0.0-20240827135516 @@ -166,7 +166,7 @@ importers: version: 14.2.4(ecagsmlcnwqpsl4cqrjjfnwsdy) ng-packagr: specifier: ^17.3.0 - version: 17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)))(tslib@2.7.0)(typescript@5.4.5) + version: 17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14)(tslib@2.7.0)(typescript@5.4.5) rxjs: specifier: ~7.8.1 version: 7.8.1 @@ -231,7 +231,7 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ^17.3.8 - version: 17.3.10(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/express@4.17.21)(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(karma@6.4.4)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(tslib@2.7.0)(typescript@5.4.5))(stylus@0.59.0)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(typescript@5.4.5) + version: 17.3.10(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/express@4.17.21)(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6))(karma@6.4.4)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14)(tslib@2.7.0)(typescript@5.4.5))(stylus@0.59.0)(tailwindcss@3.4.14)(typescript@5.4.5) '@angular/cli': specifier: ^17.3.8 version: 17.3.10(chokidar@3.6.0) @@ -331,7 +331,7 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ^18.1.2 - version: 18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(karma@6.4.4)(stylus@0.59.0)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(typescript@5.4.5) + version: 18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6))(karma@6.4.4)(stylus@0.59.0)(tailwindcss@3.4.14)(typescript@5.4.5) '@angular/cli': specifier: ^18.1.2 version: 18.2.9(chokidar@3.6.0) @@ -830,7 +830,7 @@ importers: packages/react: dependencies: '@siemens/ix': - specifier: ~2.5.0 + specifier: ~3.0.0-alpha.0 version: link:../core '@siemens/ix-icons': specifier: 0.0.0-20240827135516 @@ -976,7 +976,7 @@ importers: packages/vue: dependencies: '@siemens/ix': - specifier: ~2.5.0 + specifier: ~3.0.0-alpha.0 version: link:../core '@siemens/ix-icons': specifier: 0.0.0-20240827135516 @@ -14692,7 +14692,7 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@17.3.10(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/express@4.17.21)(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(karma@6.4.4)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(tslib@2.7.0)(typescript@5.4.5))(stylus@0.59.0)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(typescript@5.4.5)': + '@angular-devkit/build-angular@17.3.10(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/express@4.17.21)(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6))(karma@6.4.4)(ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14)(tslib@2.7.0)(typescript@5.4.5))(stylus@0.59.0)(tailwindcss@3.4.14)(typescript@5.4.5)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1703.10(chokidar@3.6.0) @@ -14761,11 +14761,11 @@ snapshots: webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.0(webpack@5.94.0))(webpack@5.94.0(esbuild@0.23.0)) optionalDependencies: esbuild: 0.20.1 - jest: 29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + jest: 29.7.0(@types/node@22.7.6) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(tslib@2.7.0)(typescript@5.4.5) - tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + ng-packagr: 17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14)(tslib@2.7.0)(typescript@5.4.5) + tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)) transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -14856,7 +14856,7 @@ snapshots: jest: 29.7.0(@types/node@20.16.5)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - ng-packagr: 17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)))(tslib@2.7.0)(typescript@5.4.5) + ng-packagr: 17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14)(tslib@2.7.0)(typescript@5.4.5) tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)) transitivePeerDependencies: - '@rspack/core' @@ -14876,13 +14876,13 @@ snapshots: - utf-8-validate - webpack-cli - '@angular-devkit/build-angular@18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(karma@6.4.4)(stylus@0.59.0)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(typescript@5.4.5)': + '@angular-devkit/build-angular@18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(html-webpack-plugin@5.6.0(webpack@5.94.0))(jest-environment-jsdom@29.7.0)(jest@29.7.0(@types/node@22.7.6))(karma@6.4.4)(stylus@0.59.0)(tailwindcss@3.4.14)(typescript@5.4.5)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1802.9(chokidar@3.6.0) '@angular-devkit/build-webpack': 0.1802.9(chokidar@3.6.0)(webpack-dev-server@5.0.4(webpack@5.94.0(esbuild@0.23.0)))(webpack@5.94.0(esbuild@0.23.0)) '@angular-devkit/core': 18.2.9(chokidar@3.6.0) - '@angular/build': 18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.41)(stylus@0.59.0)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(terser@5.31.6)(typescript@5.4.5) + '@angular/build': 18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.41)(stylus@0.59.0)(tailwindcss@3.4.14)(terser@5.31.6)(typescript@5.4.5) '@angular/compiler-cli': 18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5) '@babel/core': 7.25.2 '@babel/generator': 7.25.0 @@ -14939,15 +14939,15 @@ snapshots: watchpack: 2.4.1 webpack: 5.94.0(esbuild@0.20.1) webpack-dev-middleware: 7.4.2(webpack@5.94.0(esbuild@0.23.0)) - webpack-dev-server: 5.0.4(webpack@5.94.0) + webpack-dev-server: 5.0.4(webpack@5.94.0(esbuild@0.23.0)) webpack-merge: 6.0.1 webpack-subresource-integrity: 5.1.0(html-webpack-plugin@5.6.0(webpack@5.94.0))(webpack@5.94.0(esbuild@0.23.0)) optionalDependencies: esbuild: 0.23.0 - jest: 29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + jest: 29.7.0(@types/node@22.7.6) jest-environment-jsdom: 29.7.0 karma: 6.4.4 - tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)) transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -15079,7 +15079,7 @@ snapshots: - supports-color - terser - '@angular/build@18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.41)(stylus@0.59.0)(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(terser@5.31.6)(typescript@5.4.5)': + '@angular/build@18.2.9(@angular/compiler-cli@18.2.8(@angular/compiler@18.2.8(@angular/core@18.2.8(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(@types/node@22.7.6)(chokidar@3.6.0)(less@4.2.0)(postcss@8.4.41)(stylus@0.59.0)(tailwindcss@3.4.14)(terser@5.31.6)(typescript@5.4.5)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.1802.9(chokidar@3.6.0) @@ -15111,7 +15111,7 @@ snapshots: optionalDependencies: less: 4.2.0 postcss: 8.4.41 - tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)) transitivePeerDependencies: - '@types/node' - chokidar @@ -17363,7 +17363,7 @@ snapshots: '@types/node': 20.5.1 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.6.3) - cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.6.3))(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5))(typescript@5.6.3) + cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.6.3))(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.6.3))(typescript@5.6.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -19048,42 +19048,6 @@ snapshots: - supports-color - ts-node - '@jest/core@29.7.0(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5))': - dependencies: - '@jest/console': 29.7.0 - '@jest/reporters': 29.7.0 - '@jest/test-result': 29.7.0 - '@jest/transform': 29.7.0 - '@jest/types': 29.6.3 - '@types/node': 20.16.5 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - ci-info: 3.9.0 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.16.5)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - jest-watcher: 29.7.0 - micromatch: 4.0.5 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - ts-node - optional: true - '@jest/environment@29.7.0': dependencies: '@jest/fake-timers': 29.7.0 @@ -22548,11 +22512,11 @@ snapshots: corser@2.0.1: {} - cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.6.3))(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5))(typescript@5.6.3): + cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.3.6(typescript@5.6.3))(ts-node@10.9.2(@types/node@20.5.1)(typescript@5.6.3))(typescript@5.6.3): dependencies: '@types/node': 20.5.1 cosmiconfig: 8.3.6(typescript@5.6.3) - ts-node: 10.9.2(@types/node@20.16.5)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@20.5.1)(typescript@5.6.3) typescript: 5.6.3 cosmiconfig@6.0.0: @@ -22627,13 +22591,13 @@ snapshots: - supports-color - ts-node - create-jest@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)): + create-jest@29.7.0(@types/node@22.7.6): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@22.7.6) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -26054,16 +26018,16 @@ snapshots: - supports-color - ts-node - jest-cli@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)): + jest-cli@29.7.0(@types/node@22.7.6): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.6.3)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + create-jest: 29.7.0(@types/node@22.7.6) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + jest-config: 29.7.0(@types/node@22.7.6) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -26136,39 +26100,7 @@ snapshots: - babel-plugin-macros - supports-color - jest-config@29.7.0(@types/node@20.16.5)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)): - dependencies: - '@babel/core': 7.25.2 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.25.2) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0 - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - optionalDependencies: - '@types/node': 20.16.5 - ts-node: 10.9.2(@types/node@22.7.6)(typescript@5.4.5) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - optional: true - - jest-config@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)): + jest-config@29.7.0(@types/node@22.7.6): dependencies: '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 @@ -26194,7 +26126,6 @@ snapshots: strip-json-comments: 3.1.1 optionalDependencies: '@types/node': 22.7.6 - ts-node: 10.9.2(@types/node@22.7.6)(typescript@5.4.5) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -26492,12 +26423,12 @@ snapshots: - supports-color - ts-node - jest@29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)): + jest@29.7.0(@types/node@22.7.6): dependencies: - '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + '@jest/core': 29.7.0(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.6.3)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@22.7.6)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) + jest-cli: 29.7.0(@types/node@22.7.6) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -27936,7 +27867,7 @@ snapshots: next-tick@1.1.0: {} - ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.4.5)))(tslib@2.7.0)(typescript@5.4.5): + ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14)(tslib@2.7.0)(typescript@5.4.5): dependencies: '@angular/compiler-cli': 17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5) '@rollup/plugin-json': 6.1.0(rollup@4.24.0) @@ -27970,41 +27901,6 @@ snapshots: transitivePeerDependencies: - supports-color - ng-packagr@17.3.0(@angular/compiler-cli@17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5))(tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)))(tslib@2.7.0)(typescript@5.4.5): - dependencies: - '@angular/compiler-cli': 17.3.12(@angular/compiler@17.3.12(@angular/core@17.3.12(rxjs@7.8.1)(zone.js@0.14.10)))(typescript@5.4.5) - '@rollup/plugin-json': 6.1.0(rollup@4.24.0) - '@rollup/plugin-node-resolve': 15.3.0(rollup@4.24.0) - '@rollup/wasm-node': 4.24.0 - ajv: 8.13.0 - ansi-colors: 4.1.3 - browserslist: 4.23.3 - cacache: 18.0.4 - chokidar: 3.5.3 - commander: 12.1.0 - convert-source-map: 2.0.0 - dependency-graph: 1.0.0 - esbuild-wasm: 0.20.2 - fast-glob: 3.3.2 - find-cache-dir: 3.3.2 - injection-js: 2.4.0 - jsonc-parser: 3.2.0 - less: 4.2.0 - ora: 5.4.1 - piscina: 4.7.0 - postcss: 8.4.47 - rxjs: 7.8.1 - sass: 1.77.8 - tslib: 2.7.0 - typescript: 5.4.5 - optionalDependencies: - esbuild: 0.20.2 - rollup: 4.24.0 - tailwindcss: 3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) - transitivePeerDependencies: - - supports-color - optional: true - ngx-echarts@18.0.0(echarts@5.4.3): dependencies: echarts: 5.4.3 @@ -28808,15 +28704,6 @@ snapshots: ts-node: 10.9.2(@types/node@20.16.5)(typescript@5.4.5) optional: true - postcss-load-config@4.0.2(postcss@8.4.47)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)): - dependencies: - lilconfig: 3.1.2 - yaml: 2.6.0 - optionalDependencies: - postcss: 8.4.47 - ts-node: 10.9.2(@types/node@22.7.6)(typescript@5.4.5) - optional: true - postcss-load-config@5.1.0(jiti@1.21.6)(postcss@8.4.47)(tsx@4.19.1): dependencies: lilconfig: 3.1.2 @@ -30783,34 +30670,6 @@ snapshots: - ts-node optional: true - tailwindcss@3.4.14(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)): - dependencies: - '@alloc/quick-lru': 5.2.0 - arg: 5.0.2 - chokidar: 3.6.0 - didyoumean: 1.2.2 - dlv: 1.1.3 - fast-glob: 3.3.2 - glob-parent: 6.0.2 - is-glob: 4.0.3 - jiti: 1.21.6 - lilconfig: 2.1.0 - micromatch: 4.0.5 - normalize-path: 3.0.0 - object-hash: 3.0.0 - picocolors: 1.1.0 - postcss: 8.4.47 - postcss-import: 15.1.0(postcss@8.4.47) - postcss-js: 4.0.1(postcss@8.4.47) - postcss-load-config: 4.0.2(postcss@8.4.47)(ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5)) - postcss-nested: 6.2.0(postcss@8.4.47) - postcss-selector-parser: 6.1.2 - resolve: 1.22.8 - sucrase: 3.35.0 - transitivePeerDependencies: - - ts-node - optional: true - tapable@1.1.3: {} tapable@2.2.1: {} @@ -31134,25 +30993,6 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - ts-node@10.9.2(@types/node@22.7.6)(typescript@5.4.5): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 22.7.6 - acorn: 8.12.0 - acorn-walk: 8.3.2 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.4.5 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optional: true - ts-node@10.9.2(@types/node@22.7.6)(typescript@5.6.3): dependencies: '@cspotcode/source-map-support': 0.8.1 @@ -32082,17 +31922,6 @@ snapshots: optionalDependencies: webpack: 5.94.0(esbuild@0.23.0) - webpack-dev-middleware@7.4.2(webpack@5.94.0): - dependencies: - colorette: 2.0.20 - memfs: 4.14.0 - mime-types: 2.1.35 - on-finished: 2.4.1 - range-parser: 1.2.1 - schema-utils: 4.2.0 - optionalDependencies: - webpack: 5.94.0(esbuild@0.20.1) - webpack-dev-server@4.15.1(webpack@5.94.0(esbuild@0.20.1)): dependencies: '@types/bonjour': 3.5.13 @@ -32213,46 +32042,6 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.0.4(webpack@5.94.0): - dependencies: - '@types/bonjour': 3.5.13 - '@types/connect-history-api-fallback': 1.5.4 - '@types/express': 4.17.21 - '@types/serve-index': 1.9.4 - '@types/serve-static': 1.15.7 - '@types/sockjs': 0.3.36 - '@types/ws': 8.5.12 - ansi-html-community: 0.0.8 - bonjour-service: 1.2.1 - chokidar: 3.6.0 - colorette: 2.0.20 - compression: 1.7.4 - connect-history-api-fallback: 2.0.0 - default-gateway: 6.0.3 - express: 4.21.1 - graceful-fs: 4.2.11 - html-entities: 2.5.2 - http-proxy-middleware: 2.0.7(@types/express@4.17.21) - ipaddr.js: 2.2.0 - launch-editor: 2.9.1 - open: 10.1.0 - p-retry: 6.2.0 - rimraf: 5.0.10 - schema-utils: 4.2.0 - selfsigned: 2.4.1 - serve-index: 1.9.1 - sockjs: 0.3.24 - spdy: 4.0.2 - webpack-dev-middleware: 7.4.2(webpack@5.94.0) - ws: 8.18.0 - optionalDependencies: - webpack: 5.94.0(esbuild@0.20.1) - transitivePeerDependencies: - - bufferutil - - debug - - supports-color - - utf-8-validate - webpack-merge@5.10.0: dependencies: clone-deep: 4.0.1