diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 727f9a43c9..47b51a7788 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,19 +25,19 @@ /packages/measure-tools @itwin/viewer-components-reviewers @simnorm @a-gagnon @bsy-nicholasw /change/@itwin-measure-tools-react* @itwin/viewer-components-reviewers @simnorm @a-gagnon @bsy-nicholasw -/packages/grouping-mapping-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform +/archive/grouping-mapping-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform /change/@itwin-grouping-mapping-widget* @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform -/packages/one-click-lca-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform +/archive/one-click-lca-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform /change/@itwin-one-click-lca-react* @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform -/packages/reports-config-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform +/archive/reports-config-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform /change/@itwin-reports-config-widget-react* @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform /packages/geo-tools @itwin/viewer-components-reviewers @mdastous-bentley /change/@itwin-geo-tools-react* @itwin/viewer-components-reviewers @mdastous-bentley -/packages/ec3-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform +/archive/ec3-widget @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform /change/@itwin-ec3-widget-react* @itwin/viewer-components-reviewers @itwin/insights-and-reporting-platform /packages/map-layers @itwin/viewer-components-reviewers @mdastous-bentley @eringram diff --git a/.prettierignore b/.prettierignore index c69fc09249..419ed0c8e5 100644 --- a/.prettierignore +++ b/.prettierignore @@ -11,7 +11,7 @@ dist .github # Ignore archived packages -packages/archive +archive # Ignore everything under packages/ packages/** diff --git a/README.md b/README.md index abbef6e3f1..0942b699b6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,17 @@ Each one has it's own folder and README describing the package. | @itwin/property-grid-react | [property-grid](./packages/property-grid) | [changelog](./packages/property-grid/CHANGELOG.md) | [![npm version](https://badge.fury.io/js/%40itwin%2Fproperty-grid-react.svg)](https://badge.fury.io/js/%40itwin%2Fproperty-grid-react) | | @itwin/ec3-widget-react | [ec3-widget](./packages/ec3-widget) | [changelog](./packages/ec3-widget/CHANGELOG.md) | [![npm version](https://badge.fury.io/js/%40itwin%2Fec3-widget-react.svg)](https://badge.fury.io/js/%40itwin%2Fec3-widget-react) | +### Archived + +### iTwin.js@^4 Compatible + +| Name | Folder | Changelog | Version | +| ---------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | +| @itwin/ec3-widget-react | [ec3-widget](./packages/ec3-widget) | [changelog](./packages/ec3-widget/CHANGELOG.md) | [![npm version](https://badge.fury.io/js/%40itwin%2Fec3-widget-react.svg)](https://badge.fury.io/js/%40itwin%2Fec3-widget-react) | +| @itwin/grouping-mapping-widget | [grouping-mapping-widget](./packages/grouping-mapping-widget) | [changelog](./packages/grouping-mapping-widget/CHANGELOG.md) | [![npm version](https://badge.fury.io/js/%40itwin%2Fgrouping-mapping-widget.svg)](https://badge.fury.io/js/%40itwin%2Fgrouping-mapping-widget) | +| @itwin/one-click-lca-react | [one-click-lca-widget](./packages/one-click-lca-widget) | [changelog](./packages/one-click-lca-widget/CHANGELOG.md) | [![npm version](https://badge.fury.io/js/%40itwin%2Fone-click-lca-react.svg)](https://badge.fury.io/js/%40itwin%2Fone-click-lca-react) | +| @itwin/reports-config-widget-react | [reports-config-widget](./packages/reports-config-widget) | [changelog](./packages/reports-config-widget/CHANGELOG.md) | [![npm version](https://badge.fury.io/js/%40itwin%2Freports-config-widget-react.svg)](https://badge.fury.io/js/%40itwin%2Freports-config-widget-react) | + ## Adding a new "project" Please refer to the [section](CONTRIBUTING.md#adding-a-new-project) in the contributing guide. diff --git a/apps/test-viewer/package.json b/apps/test-viewer/package.json index cd37f101dd..c0ac85090c 100644 --- a/apps/test-viewer/package.json +++ b/apps/test-viewer/package.json @@ -17,12 +17,10 @@ "@itwin/core-orbitgt": "^5.11.2", "@itwin/core-quantity": "^5.11.2", "@itwin/core-react": "^5.33.0", - "@itwin/ec3-widget-react": "workspace:*", "@itwin/ecschema-metadata": "^5.11.2", "@itwin/ecschema-rpcinterface-common": "^5.11.2", "@itwin/frontend-devtools": "^5.11.2", "@itwin/geo-tools-react": "workspace:*", - "@itwin/grouping-mapping-widget": "workspace:*", "@itwin/imodel-components-react": "^5.33.0", "@itwin/imodels-access-frontend": "^6.1.1", "@itwin/imodels-client-management": "^6.2.0", @@ -33,7 +31,6 @@ "@itwin/map-layers-auth": "^5.11.2", "@itwin/map-layers-formats": "^5.11.2", "@itwin/measure-tools-react": "workspace:*", - "@itwin/one-click-lca-react": "workspace:*", "@itwin/presentation-common": "^5.11.2", "@itwin/presentation-components": "^6.0.0", "@itwin/presentation-frontend": "^5.11.2", @@ -42,7 +39,6 @@ "@itwin/presentation-shared": "^1.2.13", "@itwin/property-grid-react": "workspace:*", "@itwin/quantity-formatting-react": "workspace:*", - "@itwin/reports-config-widget-react": "workspace:*", "@itwin/tree-widget-react": "workspace:*", "@itwin/unified-selection": "^1.7.3", "@itwin/web-viewer-react": "^5.0.1", diff --git a/apps/test-viewer/pnpm-lock.yaml b/apps/test-viewer/pnpm-lock.yaml index 6730bf0e25..8782208bd7 100644 --- a/apps/test-viewer/pnpm-lock.yaml +++ b/apps/test-viewer/pnpm-lock.yaml @@ -52,9 +52,6 @@ importers: '@itwin/core-react': specifier: ^5.33.0 version: 5.33.0(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/itwinui-react@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/ec3-widget-react': - specifier: workspace:* - version: file:../../packages/ec3-widget(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/appui-react@5.33.0(5547ce331a289ccba86fc5f3e288652a))(@itwin/core-bentley@5.11.2)(@itwin/core-frontend@5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': specifier: ^5.11.2 version: 5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)) @@ -67,9 +64,6 @@ importers: '@itwin/geo-tools-react': specifier: workspace:* version: file:../../packages/geo-tools(b43a64dc489c0b095cdeac5a4c59b0e0) - '@itwin/grouping-mapping-widget': - specifier: workspace:* - version: file:../../packages/grouping-mapping-widget(b096e64028ac38046b6712fbae79efc6) '@itwin/imodel-components-react': specifier: ^5.33.0 version: 5.33.0(15521bb543a76f2ee15a3c51e692bd10) @@ -100,9 +94,6 @@ importers: '@itwin/measure-tools-react': specifier: workspace:* version: file:../../packages/measure-tools(7f69e9695679e9ae41d89edb4472cf8c) - '@itwin/one-click-lca-react': - specifier: workspace:* - version: file:../../packages/one-click-lca-widget(d73bf59fc08347f5a78708706a2fe875) '@itwin/presentation-common': specifier: ^5.11.2 version: 5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))) @@ -127,9 +118,6 @@ importers: '@itwin/quantity-formatting-react': specifier: workspace:* version: file:../../packages/quantity-formatting(@itwin/core-bentley@5.11.2)(@itwin/core-frontend@5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))))(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/itwinui-react@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/reports-config-widget-react': - specifier: workspace:* - version: file:../../packages/reports-config-widget(ffff93bd7972f9943ab42029d8ddc4b9) '@itwin/tree-widget-react': specifier: workspace:* version: file:../../packages/tree-widget(2e62c6f851f5333032c0c322336d84be) @@ -231,20 +219,9 @@ packages: '@dnd-kit/abstract@0.4.0': resolution: {integrity: sha512-loEEJxKT5oLOLeRBJVTO9qpgvvW/Qq902xO20v1JMbpANuN/NLurUdpxIwNpVz+RtOSyzznnbc7lO7psmOhc9A==} - '@dnd-kit/accessibility@3.1.1': - resolution: {integrity: sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==} - peerDependencies: - react: '>=16.8.0' - '@dnd-kit/collision@0.4.0': resolution: {integrity: sha512-oOHHUkH1h9Vl2m8TwLw/mPHA7Blf+s0PYcRoLNWNBVxDzugJKZo8WdpU58EMu9qkqyQGrR/YTOozGiMPhlqZ5Q==} - '@dnd-kit/core@6.3.1': - resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==} - peerDependencies: - react: '>=16.8.0' - react-dom: '>=16.8.0' - '@dnd-kit/dom@0.4.0': resolution: {integrity: sha512-mJDKt0BtlHXetZyrvZXh6++aycleIbYWH/OVC4nlszDh8NvW7q8dfsxFllR5RtLKLcykLaI4o545Figfks/HZQ==} @@ -260,25 +237,9 @@ packages: react: ^18.0.0 || ^19.0.0 react-dom: ^18.0.0 || ^19.0.0 - '@dnd-kit/sortable@7.0.1': - resolution: {integrity: sha512-n77qAzJQtMMywu25sJzhz3gsHnDOUlEjTtnRl8A87rWIhnu32zuP+7zmFjwGgvqfXmRufqiHOSlH7JPC/tnJ8Q==} - peerDependencies: - '@dnd-kit/core': ^6.0.4 - react: '>=16.8.0' - '@dnd-kit/state@0.4.0': resolution: {integrity: sha512-vVdwOY9VsYdMNa7Z0xQhTXlzHqCcCugGuoM1kzvZhnZ0tYVPRdmIhWfeO6Y2ZoN92JwYAyJRRNl4ICkEe2mneg==} - '@dnd-kit/utilities@3.2.0': - resolution: {integrity: sha512-h65/pn2IPCCIWwdlR2BMLqRkDxpTEONA+HQW3n765HBijLYGyrnTCLa2YQt8VVjjSQD6EfFlTE6aS2Q/b6nb2g==} - peerDependencies: - react: '>=16.8.0' - - '@dnd-kit/utilities@3.2.2': - resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==} - peerDependencies: - react: '>=16.8.0' - '@dotenvx/dotenvx@1.65.0': resolution: {integrity: sha512-v4FA/Lw3pTEloLxBqTOaYDX6MNo0Jo7lGBsPZhwnJBqRJp0AzQg1ZZNxrFsh6HVC6QWeWrfIKLn0y2eyIXaVDg==} hasBin: true @@ -476,16 +437,6 @@ packages: react: ^18.0.0 || ^19.0.0 react-dom: ^18.0.0 || ^19.0.0 - '@itwin/ec3-widget-react@file:../../packages/ec3-widget': - resolution: {directory: ../../packages/ec3-widget, type: directory} - peerDependencies: - '@itwin/appui-abstract': ^4.0.0 - '@itwin/appui-react': ^4.0.0 - '@itwin/core-bentley': ^4.0.0 - '@itwin/core-frontend': ^4.0.0 - react: ^17.0.2 || ^18.0.0 - react-dom: ^17.0.2 || ^18.0.0 - '@itwin/ecschema-metadata@5.11.2': resolution: {integrity: sha512-YmtkVJ6lzt2Cmmop2Sfl/PC4bcQ8hFqbhT9hezNABwYBQLm6AZuvhPv0e3geZ5XiPLBzq1edb732Gomh5Z3HTA==} peerDependencies: @@ -526,19 +477,6 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 - '@itwin/grouping-mapping-widget@file:../../packages/grouping-mapping-widget': - resolution: {directory: ../../packages/grouping-mapping-widget, type: directory} - peerDependencies: - '@itwin/appui-abstract': ^5.0.0 - '@itwin/appui-react': ^5.0.0 - '@itwin/components-react': ^5.0.0 - '@itwin/core-frontend': ^5.0.0 - '@itwin/core-react': ^5.0.0 - '@itwin/presentation-components': ^5.0.0 - '@itwin/presentation-frontend': ^5.0.0 - react: ^17.0.2 || ^18.0.0 - react-dom: ^17.0.2 || ^18.0.0 - '@itwin/imodel-components-react@5.33.0': resolution: {integrity: sha512-AOEv3An/prRwZs92TPafDjPocotFXHbXzo2c7cWzW1VXzOAbP89QpvhyiuH7CJEmTHcP7F8X0mb24It5JtQTLA==} peerDependencies: @@ -554,43 +492,21 @@ packages: react: ^18.0.0 || ^19.0.0 react-dom: ^18.0.0 || ^19.0.0 - '@itwin/imodels-access-common@4.1.6': - resolution: {integrity: sha512-clgmDy54XkUuX0rjBrinDukc1anxZlqfzPhRYKvi3CBI6v84mXCGrCciootbdQpv+7yNy3L+FOHGPYXukLZcUA==} - peerDependencies: - '@itwin/core-bentley': ^4.0.0 - '@itwin/core-common': ^4.0.0 - '@itwin/imodels-access-common@6.1.2': resolution: {integrity: sha512-ZRLCKCed3GwS3HM2yqOJAJKC9PiFmuUJ+RsPB5j4Em3mj5IJbsOs0KucGGmmXgIUi3Y8QByidg0zFk/18QW4rQ==} peerDependencies: '@itwin/core-bentley': ^5.0.0 '@itwin/imodels-client-management': 6.2.1 - '@itwin/imodels-access-frontend@4.1.6': - resolution: {integrity: sha512-P8OUT2Zt+/8MNlJbJ0C+dcny/zyA5zW44R/Uo4pdG6QF6SwmnLsLxZgiX0uSp1jvsMfdCJL85C4B5Y8o5V70CA==} - peerDependencies: - '@itwin/core-bentley': ^4.0.0 - '@itwin/core-common': ^4.0.0 - '@itwin/core-frontend': ^4.0.0 - '@itwin/imodels-access-frontend@6.1.2': resolution: {integrity: sha512-68HwRj0nk6iEhcygL8GtO3ygW5zpn9AlGq4myEyx4TmZpcPcot+XQh/ixVvg/47QV91L96TFrD0jVxP0gGSEPg==} peerDependencies: '@itwin/core-bentley': ^5.0.0 '@itwin/core-frontend': ^5.0.0 - '@itwin/imodels-client-management@4.4.0': - resolution: {integrity: sha512-T/WruORfR0sUNAePI08tVDFwvhzQ1ob4rOrj64FEJ6ln2jmqoGgICNtb+QP0aBoqQU6GhtEx/fM5Jhb7Tm1k9A==} - '@itwin/imodels-client-management@6.2.1': resolution: {integrity: sha512-Vkvg1btit6wWkSb7eIB2wFw0Rkwr7cstWWQkBwu1629W58SejZ78v4COymByKdhINIsqfEHU/DEgJxBT83UxEA==} - '@itwin/insights-client@0.16.0': - resolution: {integrity: sha512-fAdCtuF1HKjcsja6362b2U42C0+parR+YPyAR42/ToHsCezBouHrhqOXeVQUeqlxni1v5a275P9KRJPzm5nMBg==} - - '@itwin/itwins-client@1.6.1': - resolution: {integrity: sha512-3/fXtJUdH7NoGr8msQba7fBrZ2sASBrAdqnEPI1ue6rLNuTkJqSR4kVoOVF7JE/VeZcQDNACHj20YWoT5ofMTw==} - '@itwin/itwinui-icons-color-react@2.1.0': resolution: {integrity: sha512-Rv/ELthIpKzQaHnrlwNbaGp/yWF8vBIxDBXc+I1TSuDf4w2MC6YI0333XJK2emNDQRAcbw7qpxW4cG0o5ELxDA==} peerDependencies: @@ -609,13 +525,6 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' - '@itwin/itwinui-react@2.12.26': - resolution: {integrity: sha512-SzedS6sz1iupq0JZm0SAfynFPR8xB9/GbTtQz/8XyuTEvrBoXyHMZJGAySR99TdLwpm3r+cxAEpFK5UOpQ+0Vw==} - deprecated: iTwinUI v2 has reached end-of-life. Please upgrade to the latest version. - peerDependencies: - react: '>=16.8.6 < 19.0.0' - react-dom: '>=16.8.6 < 19.0.0' - '@itwin/itwinui-react@3.21.2': resolution: {integrity: sha512-fep3bzqXXF5XYynU/I9dcB7ryWXI+b3xtw9a7dXqQ/WVFejHQbtG2BicS8H/TIvF4alViZYMyxbr7mNekW3a0w==} peerDependencies: @@ -673,16 +582,6 @@ packages: react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 - '@itwin/one-click-lca-react@file:../../packages/one-click-lca-widget': - resolution: {directory: ../../packages/one-click-lca-widget, type: directory} - peerDependencies: - '@itwin/appui-abstract': ^5.0.0 - '@itwin/appui-react': ^5.0.0 - '@itwin/core-frontend': ^5.0.0 - '@itwin/core-react': ^5.0.0 - react: ^17.0.2 || ^18.0.0 - react-dom: ^17.0.2 || ^18.0.0 - '@itwin/presentation-common@5.11.2': resolution: {integrity: sha512-Gvsbc/OOtyFq5tF2Tz+Mc47v5zIcdpk5CL0ll2Gmgr9huj1H/y2DXvJTrerAukgRld1LSSRu7EIjbAcowDxpTw==} peerDependencies: @@ -779,16 +678,6 @@ packages: peerDependencies: '@itwin/core-bentley': ^4.0.0 || ^5.0.0 - '@itwin/reports-config-widget-react@file:../../packages/reports-config-widget': - resolution: {directory: ../../packages/reports-config-widget, type: directory} - peerDependencies: - '@itwin/appui-abstract': ^5.0.0 - '@itwin/appui-react': ^5.0.0 - '@itwin/core-bentley': ^5.0.0 - '@itwin/core-frontend': ^5.0.0 - react: ^17.0.2 || ^18.0.0 - react-dom: ^17.0.2 || ^18.0.0 - '@itwin/tree-widget-react@file:../../packages/tree-widget': resolution: {directory: ../../packages/tree-widget, type: directory} peerDependencies: @@ -987,9 +876,6 @@ packages: resolution: {integrity: sha512-7FNeNl8NCE7aINx7WXiKQrPYZWC/hvrTsmk6zmxbI7LTXE7hVek/n8AfVgpe2y82zl3w0HvCHN0bVKMBoJcC0w==} engines: {node: '>= 10.0.0'} - '@popperjs/core@2.11.8': - resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@preact/signals-core@1.14.4': resolution: {integrity: sha512-HNB6HYeYKhQbJ1aKl+YRjrS4+QWHLKX6qKoUsfS/m0vqzsVaEBiZiaKbG/e+NKk2ch5ALQr/ihWaMHxiCuuWHA==} @@ -1109,21 +995,6 @@ packages: '@swc/helpers@0.5.23': resolution: {integrity: sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==} - '@tanstack/query-core@4.44.0': - resolution: {integrity: sha512-swSgb7OiPRR3UuIL7NuDrZNSMGmQD+wdtHxPD7j60SvBEnxbXurl5XOirtGEX2gm2hbK6mC8kMV1I+uO3l0UOw==} - - '@tanstack/react-query@4.44.0': - resolution: {integrity: sha512-RuIqHYrS98LrK/8kJJOJMMSQ/BCpojwsXDh7p0fBmp38ZOz6dlk+uyFRRusH+V+t3POoCsDOQ2zhomEYOeReXw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - react-native: '*' - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true - '@tanstack/react-virtual@3.14.8': resolution: {integrity: sha512-O39GJQpAYEJcIu3uN1//YtmhjSEOyw75vg9CKCatBDPiD5hKtZQoJHfferyrB/LdOD3UWaoMLWtdEjarwIwdDw==} peerDependencies: @@ -1133,12 +1004,6 @@ packages: '@tanstack/virtual-core@3.17.6': resolution: {integrity: sha512-h0/Ebo18CkOrChlQIhNtQkM5ySUnh/GumQ/D1st3hG2HWUPEF+ILUc2k29UtivCi/9G7w7G3/f7Xyd5cCFbKBw==} - '@tippyjs/react@4.2.6': - resolution: {integrity: sha512-91RicDR+H7oDSyPycI13q3b7o4O60wa2oRbjlz2fyRLmHImc4vyDwuUP8NtZaN0VARJY5hybvDYrFzhY9+Lbyw==} - peerDependencies: - react: '>=16.8' - react-dom: '>=16.8' - '@tybys/wasm-util@0.10.3': resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} @@ -1165,9 +1030,6 @@ packages: peerDependencies: '@types/react': ^18.0.0 - '@types/react-table@7.7.20': - resolution: {integrity: sha512-ahMp4pmjVlnExxNwxyaDrFgmKxSbPwU23sGQw2gJK4EhCvnvmib2s/O/+y1dfV57dXOwpr2plfyBol+vEHbi2w==} - '@types/react@18.3.31': resolution: {integrity: sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==} @@ -1349,9 +1211,6 @@ packages: axios@1.18.1: resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} - axios@1.6.8: - resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} - axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} @@ -1736,9 +1595,6 @@ packages: fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - fast-equals@4.0.3: - resolution: {integrity: sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==} - fast-glob@3.3.3: resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} engines: {node: '>=8.6.0'} @@ -1752,10 +1608,6 @@ packages: fast-sort@3.4.1: resolution: {integrity: sha512-76uvGPsF6So53sZAqenP9UVT3p5l7cyTHkLWVCMinh41Y8NDrK1IYXJgaBMfc1gk7nJiSRZp676kddFG2Aa5+A==} - fast-xml-parser@4.5.7: - resolution: {integrity: sha512-a6Qh1RMCNbSrU1+sAyAAZH3rTe+OaWJbNZIq0S+ifZciUUOQtlVxBJwoTUE2bYhysmG/RYyI5WJFIKdBahJdrQ==} - hasBin: true - fastq@1.20.1: resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} @@ -1965,9 +1817,6 @@ packages: immer@10.2.0: resolution: {integrity: sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==} - immer@9.0.21: - resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} - immutable@5.1.9: resolution: {integrity: sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==} @@ -2533,9 +2382,6 @@ packages: protocols@2.0.2: resolution: {integrity: sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==} - proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - proxy-from-env@2.1.0: resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==} engines: {node: '>=10'} @@ -2604,11 +2450,6 @@ packages: react-dom: optional: true - react-split@2.0.14: - resolution: {integrity: sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA==} - peerDependencies: - react: '*' - react-table@7.8.0: resolution: {integrity: sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==} peerDependencies: @@ -2793,9 +2634,6 @@ packages: signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - simple-react-validator@1.6.2: - resolution: {integrity: sha512-49KhaVh7wXTANXKuvLtRebK1RKTBi3Cu/7jf8ssBdL+9ShZOfW74nkPWK+AFj4NApSYpYozMQ27ZybE630SNVA==} - slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} @@ -2819,9 +2657,6 @@ packages: spdx-license-ids@3.0.23: resolution: {integrity: sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==} - split.js@1.6.5: - resolution: {integrity: sha512-mPTnGCiS/RiuTNsVhCm9De9cCAUsrNFFviRbADdKiiV+Kk8HKp/0fWu7Kr8pi3/yBmsqLFHuXGT9UUZ+CNLwFw==} - stop-iteration-iterator@1.1.0: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} engines: {node: '>= 0.4'} @@ -2865,9 +2700,6 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strnum@1.1.2: - resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==} - supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -2887,9 +2719,6 @@ packages: resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} engines: {node: '>=12.0.0'} - tippy.js@6.3.7: - resolution: {integrity: sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==} - to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -3093,25 +2922,12 @@ snapshots: '@dnd-kit/state': 0.4.0 tslib: 2.8.1 - '@dnd-kit/accessibility@3.1.1(react@18.3.1)': - dependencies: - react: 18.3.1 - tslib: 2.8.1 - '@dnd-kit/collision@0.4.0': dependencies: '@dnd-kit/abstract': 0.4.0 '@dnd-kit/geometry': 0.4.0 tslib: 2.8.1 - '@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@dnd-kit/accessibility': 3.1.1(react@18.3.1) - '@dnd-kit/utilities': 3.2.2(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - tslib: 2.8.1 - '@dnd-kit/dom@0.4.0': dependencies: '@dnd-kit/abstract': 0.4.0 @@ -3139,28 +2955,11 @@ snapshots: react-dom: 18.3.1(react@18.3.1) tslib: 2.8.1 - '@dnd-kit/sortable@7.0.1(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': - dependencies: - '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@dnd-kit/utilities': 3.2.0(react@18.3.1) - react: 18.3.1 - tslib: 2.8.1 - '@dnd-kit/state@0.4.0': dependencies: '@preact/signals-core': 1.14.4 tslib: 2.8.1 - '@dnd-kit/utilities@3.2.0(react@18.3.1)': - dependencies: - react: 18.3.1 - tslib: 2.8.1 - - '@dnd-kit/utilities@3.2.2(react@18.3.1)': - dependencies: - react: 18.3.1 - tslib: 2.8.1 - '@dotenvx/dotenvx@1.65.0': dependencies: commander: 11.1.0 @@ -3419,22 +3218,6 @@ snapshots: react-dom: 18.3.1(react@18.3.1) ts-key-enum: 2.0.13 - '@itwin/ec3-widget-react@file:../../packages/ec3-widget(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/appui-react@5.33.0(5547ce331a289ccba86fc5f3e288652a))(@itwin/core-bentley@5.11.2)(@itwin/core-frontend@5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@itwin/appui-abstract': 5.11.2(@itwin/core-bentley@5.11.2) - '@itwin/appui-react': 5.33.0(5547ce331a289ccba86fc5f3e288652a) - '@itwin/core-bentley': 5.11.2 - '@itwin/core-frontend': 5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))) - '@itwin/insights-client': 0.16.0 - '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/itwinui-react': 2.12.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - classnames: 2.5.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - simple-react-validator: 1.6.2 - transitivePeerDependencies: - - encoding - '@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))': dependencies: '@itwin/core-bentley': 5.11.2 @@ -3498,44 +3281,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@itwin/grouping-mapping-widget@file:../../packages/grouping-mapping-widget(b096e64028ac38046b6712fbae79efc6)': - dependencies: - '@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@dnd-kit/sortable': 7.0.1(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) - '@dnd-kit/utilities': 3.2.0(react@18.3.1) - '@itwin/appui-abstract': 5.11.2(@itwin/core-bentley@5.11.2) - '@itwin/appui-react': 5.33.0(5547ce331a289ccba86fc5f3e288652a) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/itwinui-react@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@itwin/itwinui-react@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/core-frontend': 5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/itwinui-react@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/imodels-access-common': 4.1.6(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2)) - '@itwin/imodels-access-frontend': 4.1.6(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-frontend@5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))))) - '@itwin/imodels-client-management': 4.4.0 - '@itwin/insights-client': 0.16.0 - '@itwin/itwins-client': 1.6.1 - '@itwin/itwinui-icons-color-react': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/itwinui-react': 2.12.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/presentation-components': 6.0.0(5ad7d23f4fa7b2e2c2b1ec06aa86f751) - '@itwin/presentation-frontend': 5.11.2(4f56e2ad7c914c9ef72556e19431ddb1) - '@tanstack/query-core': 4.44.0 - '@tanstack/react-query': 4.44.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - classnames: 2.5.1 - fast-equals: 4.0.3 - immer: 9.0.21 - lodash: 4.18.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-split: 2.0.14(react@18.3.1) - simple-react-validator: 1.6.2 - transitivePeerDependencies: - - '@itwin/core-bentley' - - '@itwin/core-common' - - debug - - encoding - - react-native - - supports-color - '@itwin/imodel-components-react@5.33.0(15521bb543a76f2ee15a3c51e692bd10)': dependencies: '@itwin/appui-abstract': 5.11.2(@itwin/core-bentley@5.11.2) @@ -3553,29 +3298,11 @@ snapshots: react-dom: 18.3.1(react@18.3.1) ts-key-enum: 2.0.13 - '@itwin/imodels-access-common@4.1.6(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))': - dependencies: - '@itwin/core-bentley': 5.11.2 - '@itwin/core-common': 5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2) - '@itwin/imodels-client-management': 4.4.0 - transitivePeerDependencies: - - debug - '@itwin/imodels-access-common@6.1.2(@itwin/core-bentley@5.11.2)(@itwin/imodels-client-management@6.2.1)': dependencies: '@itwin/core-bentley': 5.11.2 '@itwin/imodels-client-management': 6.2.1 - '@itwin/imodels-access-frontend@4.1.6(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-frontend@5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))))': - dependencies: - '@itwin/core-bentley': 5.11.2 - '@itwin/core-common': 5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2) - '@itwin/core-frontend': 5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))) - '@itwin/imodels-access-common': 4.1.6(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2)) - '@itwin/imodels-client-management': 4.4.0 - transitivePeerDependencies: - - debug - '@itwin/imodels-access-frontend@6.1.2(@itwin/core-bentley@5.11.2)(@itwin/core-frontend@5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))))': dependencies: '@itwin/core-bentley': 5.11.2 @@ -3586,12 +3313,6 @@ snapshots: - debug - supports-color - '@itwin/imodels-client-management@4.4.0': - dependencies: - axios: 1.6.8 - transitivePeerDependencies: - - debug - '@itwin/imodels-client-management@6.2.1': dependencies: axios: 1.18.1 @@ -3599,20 +3320,6 @@ snapshots: - debug - supports-color - '@itwin/insights-client@0.16.0': - dependencies: - cross-fetch: 4.1.0 - fast-xml-parser: 4.5.7 - transitivePeerDependencies: - - encoding - - '@itwin/itwins-client@1.6.1': - dependencies: - axios: 1.18.1 - transitivePeerDependencies: - - debug - - supports-color - '@itwin/itwinui-icons-color-react@2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: react: 18.3.1 @@ -3628,18 +3335,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@itwin/itwinui-react@2.12.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@itwin/itwinui-illustrations-react': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@tippyjs/react': 4.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/react-table': 7.7.20 - classnames: 2.5.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-table: 7.8.0(react@18.3.1) - react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - tippy.js: 6.3.7 - '@itwin/itwinui-react@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/react': 0.27.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -3703,20 +3398,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@itwin/one-click-lca-react@file:../../packages/one-click-lca-widget(d73bf59fc08347f5a78708706a2fe875)': - dependencies: - '@itwin/appui-abstract': 5.11.2(@itwin/core-bentley@5.11.2) - '@itwin/appui-react': 5.33.0(5547ce331a289ccba86fc5f3e288652a) - '@itwin/core-frontend': 5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/itwinui-react@3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/insights-client': 0.16.0 - '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/itwinui-react': 2.12.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - encoding - '@itwin/presentation-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))': dependencies: '@itwin/core-bentley': 5.11.2 @@ -3851,28 +3532,6 @@ snapshots: - debug - supports-color - '@itwin/reports-config-widget-react@file:../../packages/reports-config-widget(ffff93bd7972f9943ab42029d8ddc4b9)': - dependencies: - '@itwin/appui-abstract': 5.11.2(@itwin/core-bentley@5.11.2) - '@itwin/appui-react': 5.33.0(5547ce331a289ccba86fc5f3e288652a) - '@itwin/core-bentley': 5.11.2 - '@itwin/core-frontend': 5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))) - '@itwin/imodels-access-common': 4.1.6(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2)) - '@itwin/imodels-access-frontend': 4.1.6(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-frontend@5.11.2(@itwin/appui-abstract@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/core-orbitgt@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2)))(@itwin/ecschema-rpcinterface-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-common@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-geometry@5.11.2))(@itwin/core-geometry@5.11.2)(@itwin/ecschema-metadata@5.11.2(@itwin/core-bentley@5.11.2)(@itwin/core-quantity@5.11.2(@itwin/core-bentley@5.11.2))))) - '@itwin/imodels-client-management': 4.4.0 - '@itwin/insights-client': 0.16.0 - '@itwin/itwinui-icons-color-react': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@itwin/itwinui-react': 2.12.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - classnames: 2.5.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - simple-react-validator: 1.6.2 - transitivePeerDependencies: - - '@itwin/core-common' - - debug - - encoding - '@itwin/tree-widget-react@file:../../packages/tree-widget(2e62c6f851f5333032c0c322336d84be)': dependencies: '@itwin/appui-abstract': 5.11.2(@itwin/core-bentley@5.11.2) @@ -4095,8 +3754,6 @@ snapshots: '@parcel/watcher-win32-x64': 2.6.0 optional: true - '@popperjs/core@2.11.8': {} - '@preact/signals-core@1.14.4': {} '@probe.gl/env@4.1.1': {} @@ -4166,16 +3823,6 @@ snapshots: dependencies: tslib: 2.8.1 - '@tanstack/query-core@4.44.0': {} - - '@tanstack/react-query@4.44.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tanstack/query-core': 4.44.0 - react: 18.3.1 - use-sync-external-store: 1.6.0(react@18.3.1) - optionalDependencies: - react-dom: 18.3.1(react@18.3.1) - '@tanstack/react-virtual@3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@tanstack/virtual-core': 3.17.6 @@ -4184,12 +3831,6 @@ snapshots: '@tanstack/virtual-core@3.17.6': {} - '@tippyjs/react@4.2.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - tippy.js: 6.3.7 - '@tybys/wasm-util@0.10.3': dependencies: tslib: 2.8.1 @@ -4213,10 +3854,6 @@ snapshots: dependencies: '@types/react': 18.3.31 - '@types/react-table@7.7.20': - dependencies: - '@types/react': 18.3.31 - '@types/react@18.3.31': dependencies: '@types/prop-types': 15.7.15 @@ -4454,14 +4091,6 @@ snapshots: - debug - supports-color - axios@1.6.8: - dependencies: - follow-redirects: 1.16.0 - form-data: 4.0.6 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - axobject-query@4.1.0: {} balanced-match@1.0.2: {} @@ -4997,8 +4626,6 @@ snapshots: fast-deep-equal@3.1.3: {} - fast-equals@4.0.3: {} - fast-glob@3.3.3: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -5013,10 +4640,6 @@ snapshots: fast-sort@3.4.1: {} - fast-xml-parser@4.5.7: - dependencies: - strnum: 1.1.2 - fastq@1.20.1: dependencies: reusify: 1.1.0 @@ -5222,8 +4845,6 @@ snapshots: immer@10.2.0: {} - immer@9.0.21: {} - immutable@5.1.9: {} import-fresh@3.3.1: @@ -5742,8 +5363,6 @@ snapshots: protocols@2.0.2: {} - proxy-from-env@1.1.0: {} - proxy-from-env@2.1.0: {} punycode@2.3.1: {} @@ -5804,12 +5423,6 @@ snapshots: optionalDependencies: react-dom: 18.3.1(react@18.3.1) - react-split@2.0.14(react@18.3.1): - dependencies: - prop-types: 15.8.1 - react: 18.3.1 - split.js: 1.6.5 - react-table@7.8.0(react@18.3.1): dependencies: react: 18.3.1 @@ -6041,8 +5654,6 @@ snapshots: signal-exit@3.0.7: {} - simple-react-validator@1.6.2: {} - slash@3.0.0: {} source-map-js@1.2.1: {} @@ -6066,8 +5677,6 @@ snapshots: spdx-license-ids@3.0.23: {} - split.js@1.6.5: {} - stop-iteration-iterator@1.1.0: dependencies: es-errors: 1.3.0 @@ -6137,8 +5746,6 @@ snapshots: strip-json-comments@3.1.1: {} - strnum@1.1.2: {} - supports-color@5.5.0: dependencies: has-flag: 3.0.0 @@ -6156,10 +5763,6 @@ snapshots: fdir: 6.5.0(picomatch@4.0.5) picomatch: 4.0.5 - tippy.js@6.3.7: - dependencies: - '@popperjs/core': 2.11.8 - to-regex-range@5.0.1: dependencies: is-number: 7.0.0 diff --git a/apps/test-viewer/scripts/linkWorkspaceDeps.cjs b/apps/test-viewer/scripts/linkWorkspaceDeps.cjs index bf06daaa71..befc8d66c5 100644 --- a/apps/test-viewer/scripts/linkWorkspaceDeps.cjs +++ b/apps/test-viewer/scripts/linkWorkspaceDeps.cjs @@ -27,22 +27,6 @@ const packages = [ name: "@itwin/geo-tools-react", dir: "geo-tools", }, - { - name: "@itwin/grouping-mapping-widget", - dir: "grouping-mapping-widget", - }, - { - name: "@itwin/reports-config-widget-react", - dir: "reports-config-widget", - }, - { - name: "@itwin/ec3-widget-react", - dir: "ec3-widget", - }, - { - name: "@itwin/one-click-lca-react", - dir: "one-click-lca-widget", - }, { name: "@itwin/quantity-formatting-react", dir: "quantity-formatting", diff --git a/apps/test-viewer/src/UiProvidersConfig.tsx b/apps/test-viewer/src/UiProvidersConfig.tsx index 3effb3379d..646de0a2f3 100644 --- a/apps/test-viewer/src/UiProvidersConfig.tsx +++ b/apps/test-viewer/src/UiProvidersConfig.tsx @@ -4,11 +4,9 @@ *--------------------------------------------------------------------------------------------*/ import { StagePanelLocation, StagePanelSection } from "@itwin/appui-react"; -import { EC3Provider, EC3Widget } from "@itwin/ec3-widget-react"; import { SchemaContext } from "@itwin/ecschema-metadata"; import { ECSchemaRpcLocater } from "@itwin/ecschema-rpcinterface-common"; import { GeoTools, GeoToolsAddressSearchProvider } from "@itwin/geo-tools-react"; -import { GroupingMappingProvider, GroupingMappingWidget } from "@itwin/grouping-mapping-widget"; import { SvgHierarchyTree, SvgTechnicalPreviewMiniBw } from "@itwin/itwinui-icons-react"; import { createDefaultGoogleMapsBaseMaps, @@ -19,7 +17,6 @@ import { } from "@itwin/map-layers"; import { MapLayersFormats } from "@itwin/map-layers-formats"; import { MeasurementActionToolbar, MeasureTools, MeasureToolsUiItemsProvider } from "@itwin/measure-tools-react"; -import { OneClickLCAProvider } from "@itwin/one-click-lca-react"; import { AddFavoritePropertyContextMenuItem, AncestorsNavigationControls, @@ -29,7 +26,6 @@ import { RemoveFavoritePropertyContextMenuItem, ShowHideEmptyValuesSettingsMenuItem, } from "@itwin/property-grid-react"; -import { REPORTS_CONFIG_BASE_URL, ReportsConfigProvider, ReportsConfigWidget } from "@itwin/reports-config-widget-react"; import { CategoriesTreeComponent, ExternalSourcesTreeComponent, @@ -46,7 +42,6 @@ import { unifiedSelectionStorage } from "./SelectionStorage"; import type { ComponentPropsWithRef } from "react"; import type { UiItemsProvider } from "@itwin/appui-react"; import type { IModelConnection } from "@itwin/core-frontend"; -import type { ClientPrefix } from "@itwin/grouping-mapping-widget"; import type { SelectableTreeDefinition } from "@itwin/tree-widget-react"; export interface UiProvidersConfig { @@ -82,13 +77,6 @@ function collectSupportedItems(ids: string[]) { return items; } -const prefixUrl = (baseUrl?: string, prefix?: string) => { - if (prefix && baseUrl) { - return baseUrl.replace("api.bentley.com", `${prefix}api.bentley.com`); - } - return baseUrl; -}; - interface UiItem { initialize: () => Promise; createUiItemsProviders: () => UiItemsProvider[]; @@ -289,50 +277,6 @@ const configuredUiItems = new Map([ createUiItemsProviders: () => [new GeoToolsAddressSearchProvider()], }, ], - [ - "grouping-mapping-widget", - { - initialize: async () => { - await GroupingMappingWidget.initialize(); - }, - createUiItemsProviders: () => [ - new GroupingMappingProvider({ - prefix: import.meta.env.IMJS_URL_PREFIX ? (`${import.meta.env.IMJS_URL_PREFIX}`.slice(0, -1) as ClientPrefix) : undefined, - }), - ], - }, - ], - [ - "reports-config-widget", - { - initialize: async () => { - await ReportsConfigWidget.initialize(); - }, - createUiItemsProviders: () => [new ReportsConfigProvider({ baseUrl: prefixUrl(REPORTS_CONFIG_BASE_URL, import.meta.env.IMJS_URL_PREFIX) })], - }, - ], - [ - "ec3-widget", - { - initialize: async () => EC3Widget.initialize(), - createUiItemsProviders: () => [ - new EC3Provider({ - clientId: import.meta.env.IMJS_EC3_PORTAL_AUTH_CLIENT_ID ?? "", - iTwinId: import.meta.env.IMJS_ITWIN_ID ?? "", - redirectUri: import.meta.env.IMJS_EC3_PORTAL_AUTH_CLIENT_REDIRECT_URI ?? "", - reportingBasePath: prefixUrl(REPORTS_CONFIG_BASE_URL, import.meta.env.IMJS_URL_PREFIX), - carbonCalculationBasePath: prefixUrl(REPORTS_CONFIG_BASE_URL, import.meta.env.IMJS_URL_PREFIX), - }), - ], - }, - ], - [ - "one-click-lca-widget", - { - initialize: async () => Promise.resolve(), - createUiItemsProviders: () => [new OneClickLCAProvider()], - }, - ], ]); function ModelsTreeWithOption(props: ComponentPropsWithRef) { diff --git a/apps/test-viewer/src/components/App.tsx b/apps/test-viewer/src/components/App.tsx index f558a068ab..60aa1e35e7 100644 --- a/apps/test-viewer/src/components/App.tsx +++ b/apps/test-viewer/src/components/App.tsx @@ -12,7 +12,6 @@ import { SvgError } from "@itwin/itwinui-illustrations-react"; import { NonIdealState, ProgressLinear, ThemeProvider } from "@itwin/itwinui-react"; import { ArcGisOauthRedirect } from "./ArcGisOauthRedirect"; import { AuthorizationProvider, AuthorizationState, SignInRedirect, useAuthorizationContext } from "./Authorization"; -import { EC3AuthRedirect } from "./EC3AuthRedirect"; import { Viewer } from "./Viewer"; import type { FallbackProps } from "react-error-boundary"; @@ -37,7 +36,6 @@ function AppRoutes() { } /> } /> } /> - } /> ); } diff --git a/apps/test-viewer/src/components/EC3AuthRedirect.tsx b/apps/test-viewer/src/components/EC3AuthRedirect.tsx deleted file mode 100644 index f6260962d1..0000000000 --- a/apps/test-viewer/src/components/EC3AuthRedirect.tsx +++ /dev/null @@ -1,19 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Bentley Systems, Incorporated. All rights reserved. - * See LICENSE.md in the project root for license terms and full copyright notice. - *--------------------------------------------------------------------------------------------*/ - -import { useEffect } from "react"; -import { handleEC3AuthCallback } from "@itwin/ec3-widget-react"; -import { ProgressRadial } from "@itwin/itwinui-react"; - -export const EC3AuthRedirect = () => { - useEffect(() => { - handleEC3AuthCallback({ - clientId: import.meta.env.IMJS_EC3_PORTAL_AUTH_CLIENT_ID ?? "", - redirectUri: import.meta.env.IMJS_EC3_PORTAL_AUTH_CLIENT_REDIRECT_URI ?? "", - }); - }, []); - - return ; -}; diff --git a/packages/ec3-widget/CHANGELOG.json b/archive/ec3-widget/CHANGELOG.json similarity index 100% rename from packages/ec3-widget/CHANGELOG.json rename to archive/ec3-widget/CHANGELOG.json diff --git a/packages/ec3-widget/CHANGELOG.md b/archive/ec3-widget/CHANGELOG.md similarity index 100% rename from packages/ec3-widget/CHANGELOG.md rename to archive/ec3-widget/CHANGELOG.md diff --git a/packages/ec3-widget/LICENSE.md b/archive/ec3-widget/LICENSE.md similarity index 100% rename from packages/ec3-widget/LICENSE.md rename to archive/ec3-widget/LICENSE.md diff --git a/packages/ec3-widget/README.md b/archive/ec3-widget/README.md similarity index 100% rename from packages/ec3-widget/README.md rename to archive/ec3-widget/README.md diff --git a/packages/ec3-widget/__mocks__/fileMock.js b/archive/ec3-widget/__mocks__/fileMock.js similarity index 100% rename from packages/ec3-widget/__mocks__/fileMock.js rename to archive/ec3-widget/__mocks__/fileMock.js diff --git a/packages/ec3-widget/api/ec3-widget-react.api.md b/archive/ec3-widget/api/ec3-widget-react.api.md similarity index 100% rename from packages/ec3-widget/api/ec3-widget-react.api.md rename to archive/ec3-widget/api/ec3-widget-react.api.md diff --git a/packages/ec3-widget/api/ec3-widget-react.exports.csv b/archive/ec3-widget/api/ec3-widget-react.exports.csv similarity index 100% rename from packages/ec3-widget/api/ec3-widget-react.exports.csv rename to archive/ec3-widget/api/ec3-widget-react.exports.csv diff --git a/packages/ec3-widget/jest.config.js b/archive/ec3-widget/jest.config.js similarity index 100% rename from packages/ec3-widget/jest.config.js rename to archive/ec3-widget/jest.config.js diff --git a/packages/ec3-widget/package.json b/archive/ec3-widget/package.json similarity index 100% rename from packages/ec3-widget/package.json rename to archive/ec3-widget/package.json diff --git a/packages/ec3-widget/pnpm-lock.yaml b/archive/ec3-widget/pnpm-lock.yaml similarity index 100% rename from packages/ec3-widget/pnpm-lock.yaml rename to archive/ec3-widget/pnpm-lock.yaml diff --git a/packages/ec3-widget/public/locales/en/EC3Widget.json b/archive/ec3-widget/public/locales/en/EC3Widget.json similarity index 100% rename from packages/ec3-widget/public/locales/en/EC3Widget.json rename to archive/ec3-widget/public/locales/en/EC3Widget.json diff --git a/packages/ec3-widget/src/EC3Widget.ts b/archive/ec3-widget/src/EC3Widget.ts similarity index 100% rename from packages/ec3-widget/src/EC3Widget.ts rename to archive/ec3-widget/src/EC3Widget.ts diff --git a/packages/ec3-widget/src/components/AssemblyItem.scss b/archive/ec3-widget/src/components/AssemblyItem.scss similarity index 100% rename from packages/ec3-widget/src/components/AssemblyItem.scss rename to archive/ec3-widget/src/components/AssemblyItem.scss diff --git a/packages/ec3-widget/src/components/AssemblyItem.tsx b/archive/ec3-widget/src/components/AssemblyItem.tsx similarity index 100% rename from packages/ec3-widget/src/components/AssemblyItem.tsx rename to archive/ec3-widget/src/components/AssemblyItem.tsx diff --git a/packages/ec3-widget/src/components/DeleteModal.scss b/archive/ec3-widget/src/components/DeleteModal.scss similarity index 100% rename from packages/ec3-widget/src/components/DeleteModal.scss rename to archive/ec3-widget/src/components/DeleteModal.scss diff --git a/packages/ec3-widget/src/components/DeleteModal.tsx b/archive/ec3-widget/src/components/DeleteModal.tsx similarity index 100% rename from packages/ec3-widget/src/components/DeleteModal.tsx rename to archive/ec3-widget/src/components/DeleteModal.tsx diff --git a/packages/ec3-widget/src/components/EC3/EC3AuthCallback.ts b/archive/ec3-widget/src/components/EC3/EC3AuthCallback.ts similarity index 100% rename from packages/ec3-widget/src/components/EC3/EC3AuthCallback.ts rename to archive/ec3-widget/src/components/EC3/EC3AuthCallback.ts diff --git a/packages/ec3-widget/src/components/EC3/EC3Config.ts b/archive/ec3-widget/src/components/EC3/EC3Config.ts similarity index 100% rename from packages/ec3-widget/src/components/EC3/EC3Config.ts rename to archive/ec3-widget/src/components/EC3/EC3Config.ts diff --git a/packages/ec3-widget/src/components/EC3/EC3Token.ts b/archive/ec3-widget/src/components/EC3/EC3Token.ts similarity index 100% rename from packages/ec3-widget/src/components/EC3/EC3Token.ts rename to archive/ec3-widget/src/components/EC3/EC3Token.ts diff --git a/packages/ec3-widget/src/components/EC3/Template.ts b/archive/ec3-widget/src/components/EC3/Template.ts similarity index 100% rename from packages/ec3-widget/src/components/EC3/Template.ts rename to archive/ec3-widget/src/components/EC3/Template.ts diff --git a/packages/ec3-widget/src/components/EC3Context.tsx b/archive/ec3-widget/src/components/EC3Context.tsx similarity index 100% rename from packages/ec3-widget/src/components/EC3Context.tsx rename to archive/ec3-widget/src/components/EC3Context.tsx diff --git a/packages/ec3-widget/src/components/EC3Header.tsx b/archive/ec3-widget/src/components/EC3Header.tsx similarity index 100% rename from packages/ec3-widget/src/components/EC3Header.tsx rename to archive/ec3-widget/src/components/EC3Header.tsx diff --git a/packages/ec3-widget/src/components/EC3Router.tsx b/archive/ec3-widget/src/components/EC3Router.tsx similarity index 100% rename from packages/ec3-widget/src/components/EC3Router.tsx rename to archive/ec3-widget/src/components/EC3Router.tsx diff --git a/packages/ec3-widget/src/components/EC3RouterProps.ts b/archive/ec3-widget/src/components/EC3RouterProps.ts similarity index 100% rename from packages/ec3-widget/src/components/EC3RouterProps.ts rename to archive/ec3-widget/src/components/EC3RouterProps.ts diff --git a/packages/ec3-widget/src/components/EC3WidgetComponent.scss b/archive/ec3-widget/src/components/EC3WidgetComponent.scss similarity index 100% rename from packages/ec3-widget/src/components/EC3WidgetComponent.scss rename to archive/ec3-widget/src/components/EC3WidgetComponent.scss diff --git a/packages/ec3-widget/src/components/EC3WidgetComponent.tsx b/archive/ec3-widget/src/components/EC3WidgetComponent.tsx similarity index 100% rename from packages/ec3-widget/src/components/EC3WidgetComponent.tsx rename to archive/ec3-widget/src/components/EC3WidgetComponent.tsx diff --git a/packages/ec3-widget/src/components/EC3WidgetProps.ts b/archive/ec3-widget/src/components/EC3WidgetProps.ts similarity index 100% rename from packages/ec3-widget/src/components/EC3WidgetProps.ts rename to archive/ec3-widget/src/components/EC3WidgetProps.ts diff --git a/packages/ec3-widget/src/components/ExportModal.scss b/archive/ec3-widget/src/components/ExportModal.scss similarity index 100% rename from packages/ec3-widget/src/components/ExportModal.scss rename to archive/ec3-widget/src/components/ExportModal.scss diff --git a/packages/ec3-widget/src/components/ExportModal.tsx b/archive/ec3-widget/src/components/ExportModal.tsx similarity index 100% rename from packages/ec3-widget/src/components/ExportModal.tsx rename to archive/ec3-widget/src/components/ExportModal.tsx diff --git a/packages/ec3-widget/src/components/HorizontalTile.scss b/archive/ec3-widget/src/components/HorizontalTile.scss similarity index 100% rename from packages/ec3-widget/src/components/HorizontalTile.scss rename to archive/ec3-widget/src/components/HorizontalTile.scss diff --git a/packages/ec3-widget/src/components/HorizontalTile.tsx b/archive/ec3-widget/src/components/HorizontalTile.tsx similarity index 100% rename from packages/ec3-widget/src/components/HorizontalTile.tsx rename to archive/ec3-widget/src/components/HorizontalTile.tsx diff --git a/packages/ec3-widget/src/components/RequiredFieldsNotice.scss b/archive/ec3-widget/src/components/RequiredFieldsNotice.scss similarity index 100% rename from packages/ec3-widget/src/components/RequiredFieldsNotice.scss rename to archive/ec3-widget/src/components/RequiredFieldsNotice.scss diff --git a/packages/ec3-widget/src/components/RequiredFieldsNotice.tsx b/archive/ec3-widget/src/components/RequiredFieldsNotice.tsx similarity index 100% rename from packages/ec3-widget/src/components/RequiredFieldsNotice.tsx rename to archive/ec3-widget/src/components/RequiredFieldsNotice.tsx diff --git a/packages/ec3-widget/src/components/SearchBar.scss b/archive/ec3-widget/src/components/SearchBar.scss similarity index 100% rename from packages/ec3-widget/src/components/SearchBar.scss rename to archive/ec3-widget/src/components/SearchBar.scss diff --git a/packages/ec3-widget/src/components/SearchBar.tsx b/archive/ec3-widget/src/components/SearchBar.tsx similarity index 100% rename from packages/ec3-widget/src/components/SearchBar.tsx rename to archive/ec3-widget/src/components/SearchBar.tsx diff --git a/packages/ec3-widget/src/components/TemplateMenu.scss b/archive/ec3-widget/src/components/TemplateMenu.scss similarity index 100% rename from packages/ec3-widget/src/components/TemplateMenu.scss rename to archive/ec3-widget/src/components/TemplateMenu.scss diff --git a/packages/ec3-widget/src/components/TemplateMenu.tsx b/archive/ec3-widget/src/components/TemplateMenu.tsx similarity index 100% rename from packages/ec3-widget/src/components/TemplateMenu.tsx rename to archive/ec3-widget/src/components/TemplateMenu.tsx diff --git a/packages/ec3-widget/src/components/TemplateModificationStepOne.scss b/archive/ec3-widget/src/components/TemplateModificationStepOne.scss similarity index 100% rename from packages/ec3-widget/src/components/TemplateModificationStepOne.scss rename to archive/ec3-widget/src/components/TemplateModificationStepOne.scss diff --git a/packages/ec3-widget/src/components/TemplateModificationStepOne.tsx b/archive/ec3-widget/src/components/TemplateModificationStepOne.tsx similarity index 100% rename from packages/ec3-widget/src/components/TemplateModificationStepOne.tsx rename to archive/ec3-widget/src/components/TemplateModificationStepOne.tsx diff --git a/packages/ec3-widget/src/components/TemplateModificationStepRenderer.tsx b/archive/ec3-widget/src/components/TemplateModificationStepRenderer.tsx similarity index 100% rename from packages/ec3-widget/src/components/TemplateModificationStepRenderer.tsx rename to archive/ec3-widget/src/components/TemplateModificationStepRenderer.tsx diff --git a/packages/ec3-widget/src/components/TemplateModificationStepThree.scss b/archive/ec3-widget/src/components/TemplateModificationStepThree.scss similarity index 100% rename from packages/ec3-widget/src/components/TemplateModificationStepThree.scss rename to archive/ec3-widget/src/components/TemplateModificationStepThree.scss diff --git a/packages/ec3-widget/src/components/TemplateModificationStepThree.tsx b/archive/ec3-widget/src/components/TemplateModificationStepThree.tsx similarity index 100% rename from packages/ec3-widget/src/components/TemplateModificationStepThree.tsx rename to archive/ec3-widget/src/components/TemplateModificationStepThree.tsx diff --git a/packages/ec3-widget/src/components/TemplateModificationStepTwo.scss b/archive/ec3-widget/src/components/TemplateModificationStepTwo.scss similarity index 100% rename from packages/ec3-widget/src/components/TemplateModificationStepTwo.scss rename to archive/ec3-widget/src/components/TemplateModificationStepTwo.scss diff --git a/packages/ec3-widget/src/components/TemplateModificationStepTwo.tsx b/archive/ec3-widget/src/components/TemplateModificationStepTwo.tsx similarity index 100% rename from packages/ec3-widget/src/components/TemplateModificationStepTwo.tsx rename to archive/ec3-widget/src/components/TemplateModificationStepTwo.tsx diff --git a/packages/ec3-widget/src/components/TemplateProps.ts b/archive/ec3-widget/src/components/TemplateProps.ts similarity index 100% rename from packages/ec3-widget/src/components/TemplateProps.ts rename to archive/ec3-widget/src/components/TemplateProps.ts diff --git a/packages/ec3-widget/src/components/Templates.scss b/archive/ec3-widget/src/components/Templates.scss similarity index 100% rename from packages/ec3-widget/src/components/Templates.scss rename to archive/ec3-widget/src/components/Templates.scss diff --git a/packages/ec3-widget/src/components/Templates.tsx b/archive/ec3-widget/src/components/Templates.tsx similarity index 100% rename from packages/ec3-widget/src/components/Templates.tsx rename to archive/ec3-widget/src/components/Templates.tsx diff --git a/packages/ec3-widget/src/components/context/APIContext.ts b/archive/ec3-widget/src/components/context/APIContext.ts similarity index 100% rename from packages/ec3-widget/src/components/context/APIContext.ts rename to archive/ec3-widget/src/components/context/APIContext.ts diff --git a/packages/ec3-widget/src/components/utils.scss b/archive/ec3-widget/src/components/utils.scss similarity index 100% rename from packages/ec3-widget/src/components/utils.scss rename to archive/ec3-widget/src/components/utils.scss diff --git a/packages/ec3-widget/src/components/utils.tsx b/archive/ec3-widget/src/components/utils.tsx similarity index 100% rename from packages/ec3-widget/src/components/utils.tsx rename to archive/ec3-widget/src/components/utils.tsx diff --git a/packages/ec3-widget/src/ec3-widget-react.ts b/archive/ec3-widget/src/ec3-widget-react.ts similarity index 100% rename from packages/ec3-widget/src/ec3-widget-react.ts rename to archive/ec3-widget/src/ec3-widget-react.ts diff --git a/packages/ec3-widget/src/test/DeleteModal.test.tsx b/archive/ec3-widget/src/test/DeleteModal.test.tsx similarity index 100% rename from packages/ec3-widget/src/test/DeleteModal.test.tsx rename to archive/ec3-widget/src/test/DeleteModal.test.tsx diff --git a/packages/ec3-widget/src/test/ExportModal.test.tsx b/archive/ec3-widget/src/test/ExportModal.test.tsx similarity index 100% rename from packages/ec3-widget/src/test/ExportModal.test.tsx rename to archive/ec3-widget/src/test/ExportModal.test.tsx diff --git a/packages/ec3-widget/src/test/TemplateMenu.test.tsx b/archive/ec3-widget/src/test/TemplateMenu.test.tsx similarity index 100% rename from packages/ec3-widget/src/test/TemplateMenu.test.tsx rename to archive/ec3-widget/src/test/TemplateMenu.test.tsx diff --git a/packages/ec3-widget/src/test/Templates.test.tsx b/archive/ec3-widget/src/test/Templates.test.tsx similarity index 100% rename from packages/ec3-widget/src/test/Templates.test.tsx rename to archive/ec3-widget/src/test/Templates.test.tsx diff --git a/packages/ec3-widget/src/test/test-utils.tsx b/archive/ec3-widget/src/test/test-utils.tsx similarity index 100% rename from packages/ec3-widget/src/test/test-utils.tsx rename to archive/ec3-widget/src/test/test-utils.tsx diff --git a/packages/ec3-widget/src/widget/EC3Provider.tsx b/archive/ec3-widget/src/widget/EC3Provider.tsx similarity index 100% rename from packages/ec3-widget/src/widget/EC3Provider.tsx rename to archive/ec3-widget/src/widget/EC3Provider.tsx diff --git a/packages/ec3-widget/tsconfig.json b/archive/ec3-widget/tsconfig.json similarity index 100% rename from packages/ec3-widget/tsconfig.json rename to archive/ec3-widget/tsconfig.json diff --git a/packages/grouping-mapping-widget/.npmignore b/archive/grouping-mapping-widget/.npmignore similarity index 100% rename from packages/grouping-mapping-widget/.npmignore rename to archive/grouping-mapping-widget/.npmignore diff --git a/packages/grouping-mapping-widget/CHANGELOG.json b/archive/grouping-mapping-widget/CHANGELOG.json similarity index 100% rename from packages/grouping-mapping-widget/CHANGELOG.json rename to archive/grouping-mapping-widget/CHANGELOG.json diff --git a/packages/grouping-mapping-widget/CHANGELOG.md b/archive/grouping-mapping-widget/CHANGELOG.md similarity index 100% rename from packages/grouping-mapping-widget/CHANGELOG.md rename to archive/grouping-mapping-widget/CHANGELOG.md diff --git a/packages/grouping-mapping-widget/LICENSE.md b/archive/grouping-mapping-widget/LICENSE.md similarity index 100% rename from packages/grouping-mapping-widget/LICENSE.md rename to archive/grouping-mapping-widget/LICENSE.md diff --git a/packages/grouping-mapping-widget/README.md b/archive/grouping-mapping-widget/README.md similarity index 100% rename from packages/grouping-mapping-widget/README.md rename to archive/grouping-mapping-widget/README.md diff --git a/packages/grouping-mapping-widget/api/grouping-mapping-widget.api.md b/archive/grouping-mapping-widget/api/grouping-mapping-widget.api.md similarity index 100% rename from packages/grouping-mapping-widget/api/grouping-mapping-widget.api.md rename to archive/grouping-mapping-widget/api/grouping-mapping-widget.api.md diff --git a/packages/grouping-mapping-widget/api/grouping-mapping-widget.exports.csv b/archive/grouping-mapping-widget/api/grouping-mapping-widget.exports.csv similarity index 100% rename from packages/grouping-mapping-widget/api/grouping-mapping-widget.exports.csv rename to archive/grouping-mapping-widget/api/grouping-mapping-widget.exports.csv diff --git a/packages/grouping-mapping-widget/assets/ClashDetectionContextMenuItem.jpg b/archive/grouping-mapping-widget/assets/ClashDetectionContextMenuItem.jpg similarity index 100% rename from packages/grouping-mapping-widget/assets/ClashDetectionContextMenuItem.jpg rename to archive/grouping-mapping-widget/assets/ClashDetectionContextMenuItem.jpg diff --git a/packages/grouping-mapping-widget/assets/ProcessGroupingMenuItem.jpg b/archive/grouping-mapping-widget/assets/ProcessGroupingMenuItem.jpg similarity index 100% rename from packages/grouping-mapping-widget/assets/ProcessGroupingMenuItem.jpg rename to archive/grouping-mapping-widget/assets/ProcessGroupingMenuItem.jpg diff --git a/packages/grouping-mapping-widget/eslint.config.cjs b/archive/grouping-mapping-widget/eslint.config.cjs similarity index 100% rename from packages/grouping-mapping-widget/eslint.config.cjs rename to archive/grouping-mapping-widget/eslint.config.cjs diff --git a/packages/grouping-mapping-widget/package.json b/archive/grouping-mapping-widget/package.json similarity index 100% rename from packages/grouping-mapping-widget/package.json rename to archive/grouping-mapping-widget/package.json diff --git a/packages/grouping-mapping-widget/pnpm-lock.yaml b/archive/grouping-mapping-widget/pnpm-lock.yaml similarity index 100% rename from packages/grouping-mapping-widget/pnpm-lock.yaml rename to archive/grouping-mapping-widget/pnpm-lock.yaml diff --git a/packages/grouping-mapping-widget/public/locales/en/GroupingMappingWidget.json b/archive/grouping-mapping-widget/public/locales/en/GroupingMappingWidget.json similarity index 100% rename from packages/grouping-mapping-widget/public/locales/en/GroupingMappingWidget.json rename to archive/grouping-mapping-widget/public/locales/en/GroupingMappingWidget.json diff --git a/packages/grouping-mapping-widget/src/GroupingMappingWidget.ts b/archive/grouping-mapping-widget/src/GroupingMappingWidget.ts similarity index 100% rename from packages/grouping-mapping-widget/src/GroupingMappingWidget.ts rename to archive/grouping-mapping-widget/src/GroupingMappingWidget.ts diff --git a/packages/grouping-mapping-widget/src/WidgetShell/GroupingMapping.scss b/archive/grouping-mapping-widget/src/WidgetShell/GroupingMapping.scss similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/GroupingMapping.scss rename to archive/grouping-mapping-widget/src/WidgetShell/GroupingMapping.scss diff --git a/packages/grouping-mapping-widget/src/WidgetShell/GroupingMapping.tsx b/archive/grouping-mapping-widget/src/WidgetShell/GroupingMapping.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/GroupingMapping.tsx rename to archive/grouping-mapping-widget/src/WidgetShell/GroupingMapping.tsx diff --git a/packages/grouping-mapping-widget/src/WidgetShell/GroupingMappingContent.tsx b/archive/grouping-mapping-widget/src/WidgetShell/GroupingMappingContent.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/GroupingMappingContent.tsx rename to archive/grouping-mapping-widget/src/WidgetShell/GroupingMappingContent.tsx diff --git a/packages/grouping-mapping-widget/src/WidgetShell/GroupingMappingHeader.tsx b/archive/grouping-mapping-widget/src/WidgetShell/GroupingMappingHeader.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/GroupingMappingHeader.tsx rename to archive/grouping-mapping-widget/src/WidgetShell/GroupingMappingHeader.tsx diff --git a/packages/grouping-mapping-widget/src/WidgetShell/GroupingMappingWidget.tsx b/archive/grouping-mapping-widget/src/WidgetShell/GroupingMappingWidget.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/GroupingMappingWidget.tsx rename to archive/grouping-mapping-widget/src/WidgetShell/GroupingMappingWidget.tsx diff --git a/packages/grouping-mapping-widget/src/WidgetShell/Router/GroupingMappingRouter.tsx b/archive/grouping-mapping-widget/src/WidgetShell/Router/GroupingMappingRouter.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/Router/GroupingMappingRouter.tsx rename to archive/grouping-mapping-widget/src/WidgetShell/Router/GroupingMappingRouter.tsx diff --git a/packages/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.scss b/archive/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.scss similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.scss rename to archive/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.scss diff --git a/packages/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.tsx b/archive/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.tsx rename to archive/grouping-mapping-widget/src/WidgetShell/WidgetHeader/WidgetHeader.tsx diff --git a/packages/grouping-mapping-widget/src/common/hooks/useIsMounted.ts b/archive/grouping-mapping-widget/src/common/hooks/useIsMounted.ts similarity index 100% rename from packages/grouping-mapping-widget/src/common/hooks/useIsMounted.ts rename to archive/grouping-mapping-widget/src/common/hooks/useIsMounted.ts diff --git a/packages/grouping-mapping-widget/src/common/hooks/useMemoizedCollectionPick.ts b/archive/grouping-mapping-widget/src/common/hooks/useMemoizedCollectionPick.ts similarity index 100% rename from packages/grouping-mapping-widget/src/common/hooks/useMemoizedCollectionPick.ts rename to archive/grouping-mapping-widget/src/common/hooks/useMemoizedCollectionPick.ts diff --git a/packages/grouping-mapping-widget/src/common/utils.ts b/archive/grouping-mapping-widget/src/common/utils.ts similarity index 100% rename from packages/grouping-mapping-widget/src/common/utils.ts rename to archive/grouping-mapping-widget/src/common/utils.ts diff --git a/packages/grouping-mapping-widget/src/common/viewerUtils.ts b/archive/grouping-mapping-widget/src/common/viewerUtils.ts similarity index 100% rename from packages/grouping-mapping-widget/src/common/viewerUtils.ts rename to archive/grouping-mapping-widget/src/common/viewerUtils.ts diff --git a/packages/grouping-mapping-widget/src/components/Constants.ts b/archive/grouping-mapping-widget/src/components/Constants.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Constants.ts rename to archive/grouping-mapping-widget/src/components/Constants.ts diff --git a/packages/grouping-mapping-widget/src/components/GroupingMappingContext.tsx b/archive/grouping-mapping-widget/src/components/GroupingMappingContext.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/GroupingMappingContext.tsx rename to archive/grouping-mapping-widget/src/components/GroupingMappingContext.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.scss b/archive/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.scss rename to archive/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.tsx b/archive/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.tsx rename to archive/grouping-mapping-widget/src/components/Groups/Editing/GroupAction.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetails.tsx b/archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetails.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetails.tsx rename to archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetails.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsActionPanel.tsx b/archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsActionPanel.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsActionPanel.tsx rename to archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsActionPanel.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.scss b/archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.scss rename to archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.tsx b/archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.tsx rename to archive/grouping-mapping-widget/src/components/Groups/Editing/GroupDetailsStep.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupColorLegend.scss b/archive/grouping-mapping-widget/src/components/Groups/GroupColorLegend.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupColorLegend.scss rename to archive/grouping-mapping-widget/src/components/Groups/GroupColorLegend.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupColorLegend.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupColorLegend.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupColorLegend.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupColorLegend.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupListItem.scss b/archive/grouping-mapping-widget/src/components/Groups/GroupListItem.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupListItem.scss rename to archive/grouping-mapping-widget/src/components/Groups/GroupListItem.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupListItem.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupListItem.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupListItem.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupListItem.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupMenuActions.scss b/archive/grouping-mapping-widget/src/components/Groups/GroupMenuActions.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupMenuActions.scss rename to archive/grouping-mapping-widget/src/components/Groups/GroupMenuActions.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupMenuActions.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupMenuActions.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupMenuActions.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupMenuActions.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupOverlapProgressBar.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupOverlapProgressBar.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupOverlapProgressBar.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupOverlapProgressBar.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/Groups.tsx b/archive/grouping-mapping-widget/src/components/Groups/Groups.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/Groups.tsx rename to archive/grouping-mapping-widget/src/components/Groups/Groups.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsAddButton.scss b/archive/grouping-mapping-widget/src/components/Groups/GroupsAddButton.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsAddButton.scss rename to archive/grouping-mapping-widget/src/components/Groups/GroupsAddButton.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsAddButton.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupsAddButton.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsAddButton.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupsAddButton.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsShowHideButtons.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupsShowHideButtons.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsShowHideButtons.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupsShowHideButtons.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsView.scss b/archive/grouping-mapping-widget/src/components/Groups/GroupsView.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsView.scss rename to archive/grouping-mapping-widget/src/components/Groups/GroupsView.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsView.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupsView.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsView.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupsView.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsVisualization.scss b/archive/grouping-mapping-widget/src/components/Groups/GroupsVisualization.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsVisualization.scss rename to archive/grouping-mapping-widget/src/components/Groups/GroupsVisualization.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsVisualization.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupsVisualization.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsVisualization.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupsVisualization.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.scss b/archive/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.scss rename to archive/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.tsx b/archive/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.tsx rename to archive/grouping-mapping-widget/src/components/Groups/GroupsVisualizationActions.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.scss b/archive/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.scss rename to archive/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.tsx b/archive/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.tsx rename to archive/grouping-mapping-widget/src/components/Groups/OverlappedElementsInformationPanel.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilder.ts b/archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilder.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilder.ts rename to archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilder.ts diff --git a/packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderActionPanel.tsx b/archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderActionPanel.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderActionPanel.tsx rename to archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderActionPanel.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderCustomUI.tsx b/archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderCustomUI.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderCustomUI.tsx rename to archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderCustomUI.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.scss b/archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.scss rename to archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.tsx b/archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.tsx rename to archive/grouping-mapping-widget/src/components/Groups/QueryBuilder/QueryBuilderStep.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.scss b/archive/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.scss rename to archive/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.scss diff --git a/packages/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.tsx b/archive/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.tsx rename to archive/grouping-mapping-widget/src/components/Groups/ToggleGroupVisibility.tsx diff --git a/packages/grouping-mapping-widget/src/components/Groups/groupsHelpers.ts b/archive/grouping-mapping-widget/src/components/Groups/groupsHelpers.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/groupsHelpers.ts rename to archive/grouping-mapping-widget/src/components/Groups/groupsHelpers.ts diff --git a/packages/grouping-mapping-widget/src/components/Groups/hooks/useFetchGroups.ts b/archive/grouping-mapping-widget/src/components/Groups/hooks/useFetchGroups.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/hooks/useFetchGroups.ts rename to archive/grouping-mapping-widget/src/components/Groups/hooks/useFetchGroups.ts diff --git a/packages/grouping-mapping-widget/src/components/Groups/hooks/useGroupsOperations.ts b/archive/grouping-mapping-widget/src/components/Groups/hooks/useGroupsOperations.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/hooks/useGroupsOperations.ts rename to archive/grouping-mapping-widget/src/components/Groups/hooks/useGroupsOperations.ts diff --git a/packages/grouping-mapping-widget/src/components/Groups/hooks/useKeySetHiliteQueries.ts b/archive/grouping-mapping-widget/src/components/Groups/hooks/useKeySetHiliteQueries.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/hooks/useKeySetHiliteQueries.ts rename to archive/grouping-mapping-widget/src/components/Groups/hooks/useKeySetHiliteQueries.ts diff --git a/packages/grouping-mapping-widget/src/components/Groups/hooks/useVisualization.ts b/archive/grouping-mapping-widget/src/components/Groups/hooks/useVisualization.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Groups/hooks/useVisualization.ts rename to archive/grouping-mapping-widget/src/components/Groups/hooks/useVisualization.ts diff --git a/packages/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.scss b/archive/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.scss rename to archive/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.tsx b/archive/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/BlockingOverlay.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.scss b/archive/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Editing/MappingAction.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionLogCustomFilter.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionLogCustomFilter.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionLogCustomFilter.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionLogCustomFilter.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.scss b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionMessageModal.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/QueuedExtractionState.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/RunningExtractionState.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/StartingExtractionState.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStates/TerminalExtractionState.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.scss b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatus.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatusIcon.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatusIcon.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatusIcon.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Extraction/ExtractionStatusIcon.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.scss b/archive/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Import/ConfirmMappingsImport.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.scss b/archive/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Import/MappingImportWizardModal.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.scss b/archive/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Import/SelectIModel.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.scss b/archive/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Import/SelectITwin.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/SelectMapping.scss b/archive/grouping-mapping-widget/src/components/Mappings/Import/SelectMapping.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/SelectMapping.scss rename to archive/grouping-mapping-widget/src/components/Mappings/Import/SelectMapping.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Import/SelectMappings.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Import/SelectMappings.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Import/SelectMappings.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Import/SelectMappings.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/MappingListItem.scss b/archive/grouping-mapping-widget/src/components/Mappings/MappingListItem.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/MappingListItem.scss rename to archive/grouping-mapping-widget/src/components/Mappings/MappingListItem.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/MappingListItem.tsx b/archive/grouping-mapping-widget/src/components/Mappings/MappingListItem.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/MappingListItem.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/MappingListItem.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/MappingViewActionGroup.tsx b/archive/grouping-mapping-widget/src/components/Mappings/MappingViewActionGroup.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/MappingViewActionGroup.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/MappingViewActionGroup.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/Mappings.tsx b/archive/grouping-mapping-widget/src/components/Mappings/Mappings.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/Mappings.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/Mappings.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/MappingsView.scss b/archive/grouping-mapping-widget/src/components/Mappings/MappingsView.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/MappingsView.scss rename to archive/grouping-mapping-widget/src/components/Mappings/MappingsView.scss diff --git a/packages/grouping-mapping-widget/src/components/Mappings/MappingsView.tsx b/archive/grouping-mapping-widget/src/components/Mappings/MappingsView.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/MappingsView.tsx rename to archive/grouping-mapping-widget/src/components/Mappings/MappingsView.tsx diff --git a/packages/grouping-mapping-widget/src/components/Mappings/hooks/useFetchExtractionStatus.ts b/archive/grouping-mapping-widget/src/components/Mappings/hooks/useFetchExtractionStatus.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/hooks/useFetchExtractionStatus.ts rename to archive/grouping-mapping-widget/src/components/Mappings/hooks/useFetchExtractionStatus.ts diff --git a/packages/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappingExtractionStatus.ts b/archive/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappingExtractionStatus.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappingExtractionStatus.ts rename to archive/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappingExtractionStatus.ts diff --git a/packages/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappings.ts b/archive/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappings.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappings.ts rename to archive/grouping-mapping-widget/src/components/Mappings/hooks/useFetchMappings.ts diff --git a/packages/grouping-mapping-widget/src/components/Mappings/hooks/useMappingsOperations.ts b/archive/grouping-mapping-widget/src/components/Mappings/hooks/useMappingsOperations.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/hooks/useMappingsOperations.ts rename to archive/grouping-mapping-widget/src/components/Mappings/hooks/useMappingsOperations.ts diff --git a/packages/grouping-mapping-widget/src/components/Mappings/hooks/useRunExtraction.ts b/archive/grouping-mapping-widget/src/components/Mappings/hooks/useRunExtraction.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Mappings/hooks/useRunExtraction.ts rename to archive/grouping-mapping-widget/src/components/Mappings/hooks/useRunExtraction.ts diff --git a/packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.scss b/archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.scss rename to archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.tsx b/archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.tsx rename to archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyAction.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.scss b/archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.scss rename to archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.tsx b/archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.tsx rename to archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/CalculatedPropertyActionWithVisuals.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.tsx b/archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.tsx rename to archive/grouping-mapping-widget/src/components/Properties/CalculatedProperties/SharedCalculatedPropertyForms.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.scss b/archive/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.scss rename to archive/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.tsx b/archive/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.tsx rename to archive/grouping-mapping-widget/src/components/Properties/CustomCalculations/CustomCalculationAction.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupColorToggle.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupColorToggle.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupColorToggle.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupColorToggle.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.scss b/archive/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.scss rename to archive/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupInformationPanel.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.scss b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.scss rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyAction.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.scss b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.scss rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyListItem.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyTable.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyTable.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyTable.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyTable.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyUtils.ts b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyUtils.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyUtils.ts rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupPropertyUtils.ts diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.scss b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.scss rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/GroupsPropertiesSelectionModal.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/SaveModal.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/SaveModal.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/SaveModal.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/SaveModal.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/GroupProperties/SortableHorizontalTile.tsx b/archive/grouping-mapping-widget/src/components/Properties/GroupProperties/SortableHorizontalTile.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/GroupProperties/SortableHorizontalTile.tsx rename to archive/grouping-mapping-widget/src/components/Properties/GroupProperties/SortableHorizontalTile.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyAction.scss b/archive/grouping-mapping-widget/src/components/Properties/PropertyAction.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyAction.scss rename to archive/grouping-mapping-widget/src/components/Properties/PropertyAction.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyAction.tsx b/archive/grouping-mapping-widget/src/components/Properties/PropertyAction.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyAction.tsx rename to archive/grouping-mapping-widget/src/components/Properties/PropertyAction.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyMenu.scss b/archive/grouping-mapping-widget/src/components/Properties/PropertyMenu.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyMenu.scss rename to archive/grouping-mapping-widget/src/components/Properties/PropertyMenu.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyMenu.tsx b/archive/grouping-mapping-widget/src/components/Properties/PropertyMenu.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyMenu.tsx rename to archive/grouping-mapping-widget/src/components/Properties/PropertyMenu.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.scss b/archive/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.scss rename to archive/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.tsx b/archive/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.tsx rename to archive/grouping-mapping-widget/src/components/Properties/PropertyMenuWithVisualization.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyNameCell.tsx b/archive/grouping-mapping-widget/src/components/Properties/PropertyNameCell.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyNameCell.tsx rename to archive/grouping-mapping-widget/src/components/Properties/PropertyNameCell.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyTable.scss b/archive/grouping-mapping-widget/src/components/Properties/PropertyTable.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyTable.scss rename to archive/grouping-mapping-widget/src/components/Properties/PropertyTable.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyTable.tsx b/archive/grouping-mapping-widget/src/components/Properties/PropertyTable.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyTable.tsx rename to archive/grouping-mapping-widget/src/components/Properties/PropertyTable.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.scss b/archive/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.scss rename to archive/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.scss diff --git a/packages/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.tsx b/archive/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.tsx rename to archive/grouping-mapping-widget/src/components/Properties/PropertyTableToolbar.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/ScrollableExpandableBlock.tsx b/archive/grouping-mapping-widget/src/components/Properties/ScrollableExpandableBlock.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/ScrollableExpandableBlock.tsx rename to archive/grouping-mapping-widget/src/components/Properties/ScrollableExpandableBlock.tsx diff --git a/packages/grouping-mapping-widget/src/components/Properties/hooks/useFormulaValidation.ts b/archive/grouping-mapping-widget/src/components/Properties/hooks/useFormulaValidation.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/hooks/useFormulaValidation.ts rename to archive/grouping-mapping-widget/src/components/Properties/hooks/useFormulaValidation.ts diff --git a/packages/grouping-mapping-widget/src/components/Properties/hooks/useForwardRef.ts b/archive/grouping-mapping-widget/src/components/Properties/hooks/useForwardRef.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/hooks/useForwardRef.ts rename to archive/grouping-mapping-widget/src/components/Properties/hooks/useForwardRef.ts diff --git a/packages/grouping-mapping-widget/src/components/Properties/hooks/usePropertiesQuery.ts b/archive/grouping-mapping-widget/src/components/Properties/hooks/usePropertiesQuery.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/hooks/usePropertiesQuery.ts rename to archive/grouping-mapping-widget/src/components/Properties/hooks/usePropertiesQuery.ts diff --git a/packages/grouping-mapping-widget/src/components/Properties/hooks/useValidator.ts b/archive/grouping-mapping-widget/src/components/Properties/hooks/useValidator.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/Properties/hooks/useValidator.ts rename to archive/grouping-mapping-widget/src/components/Properties/hooks/useValidator.ts diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.scss b/archive/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.scss rename to archive/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.scss diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.tsx b/archive/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.tsx rename to archive/grouping-mapping-widget/src/components/SharedComponents/ActionPanel.tsx diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.scss b/archive/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.scss rename to archive/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.scss diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.tsx b/archive/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.tsx rename to archive/grouping-mapping-widget/src/components/SharedComponents/DeleteModal.tsx diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.scss b/archive/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.scss rename to archive/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.scss diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.tsx b/archive/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.tsx rename to archive/grouping-mapping-widget/src/components/SharedComponents/EmptyMessage.tsx diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.scss b/archive/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.scss rename to archive/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.scss diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.tsx b/archive/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.tsx rename to archive/grouping-mapping-widget/src/components/SharedComponents/LoadingOverlay.tsx diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.scss b/archive/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.scss rename to archive/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.scss diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.tsx b/archive/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.tsx rename to archive/grouping-mapping-widget/src/components/SharedComponents/LoadingSpinner.tsx diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.scss b/archive/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.scss rename to archive/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.scss diff --git a/packages/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.tsx b/archive/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.tsx rename to archive/grouping-mapping-widget/src/components/SharedComponents/StatusIcon.tsx diff --git a/packages/grouping-mapping-widget/src/components/context/ExtractionClientContext.ts b/archive/grouping-mapping-widget/src/components/context/ExtractionClientContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/ExtractionClientContext.ts rename to archive/grouping-mapping-widget/src/components/context/ExtractionClientContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/ExtractionStateJobContext.ts b/archive/grouping-mapping-widget/src/components/context/ExtractionStateJobContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/ExtractionStateJobContext.ts rename to archive/grouping-mapping-widget/src/components/context/ExtractionStateJobContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/GroupHilitedElementsContext.ts b/archive/grouping-mapping-widget/src/components/context/GroupHilitedElementsContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/GroupHilitedElementsContext.ts rename to archive/grouping-mapping-widget/src/components/context/GroupHilitedElementsContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/GroupingApiConfigContext.ts b/archive/grouping-mapping-widget/src/components/context/GroupingApiConfigContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/GroupingApiConfigContext.ts rename to archive/grouping-mapping-widget/src/components/context/GroupingApiConfigContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/GroupingMappingCustomUIContext.ts b/archive/grouping-mapping-widget/src/components/context/GroupingMappingCustomUIContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/GroupingMappingCustomUIContext.ts rename to archive/grouping-mapping-widget/src/components/context/GroupingMappingCustomUIContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/GroupsClientContext.ts b/archive/grouping-mapping-widget/src/components/context/GroupsClientContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/GroupsClientContext.ts rename to archive/grouping-mapping-widget/src/components/context/GroupsClientContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/IModelsClientContext.ts b/archive/grouping-mapping-widget/src/components/context/IModelsClientContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/IModelsClientContext.ts rename to archive/grouping-mapping-widget/src/components/context/IModelsClientContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/ITwinsClientContext.ts b/archive/grouping-mapping-widget/src/components/context/ITwinsClientContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/ITwinsClientContext.ts rename to archive/grouping-mapping-widget/src/components/context/ITwinsClientContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/MappingClientContext.ts b/archive/grouping-mapping-widget/src/components/context/MappingClientContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/MappingClientContext.ts rename to archive/grouping-mapping-widget/src/components/context/MappingClientContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/PropertiesClientContext.ts b/archive/grouping-mapping-widget/src/components/context/PropertiesClientContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/PropertiesClientContext.ts rename to archive/grouping-mapping-widget/src/components/context/PropertiesClientContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/PropertiesGroupColorContext.ts b/archive/grouping-mapping-widget/src/components/context/PropertiesGroupColorContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/PropertiesGroupColorContext.ts rename to archive/grouping-mapping-widget/src/components/context/PropertiesGroupColorContext.ts diff --git a/packages/grouping-mapping-widget/src/components/context/PropertyGridWrapperContext.ts b/archive/grouping-mapping-widget/src/components/context/PropertyGridWrapperContext.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/context/PropertyGridWrapperContext.ts rename to archive/grouping-mapping-widget/src/components/context/PropertyGridWrapperContext.ts diff --git a/packages/grouping-mapping-widget/src/components/customUI/DefaultGroupingUI.tsx b/archive/grouping-mapping-widget/src/components/customUI/DefaultGroupingUI.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/DefaultGroupingUI.tsx rename to archive/grouping-mapping-widget/src/components/customUI/DefaultGroupingUI.tsx diff --git a/packages/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.scss b/archive/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.scss rename to archive/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.scss diff --git a/packages/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.tsx b/archive/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.tsx rename to archive/grouping-mapping-widget/src/components/customUI/GroupQueryBuilderCustomUI.tsx diff --git a/packages/grouping-mapping-widget/src/components/customUI/GroupingMappingCustomUI.ts b/archive/grouping-mapping-widget/src/components/customUI/GroupingMappingCustomUI.ts similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/GroupingMappingCustomUI.ts rename to archive/grouping-mapping-widget/src/components/customUI/GroupingMappingCustomUI.ts diff --git a/packages/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.scss b/archive/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.scss rename to archive/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.scss diff --git a/packages/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.tsx b/archive/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.tsx rename to archive/grouping-mapping-widget/src/components/customUI/ManualGroupingCustomUI.tsx diff --git a/packages/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.scss b/archive/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.scss similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.scss rename to archive/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.scss diff --git a/packages/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.tsx b/archive/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.tsx rename to archive/grouping-mapping-widget/src/components/customUI/SearchGroupingCustomUI.tsx diff --git a/packages/grouping-mapping-widget/src/decorators/BboxDimensionsDecorator.ts b/archive/grouping-mapping-widget/src/decorators/BboxDimensionsDecorator.ts similarity index 100% rename from packages/grouping-mapping-widget/src/decorators/BboxDimensionsDecorator.ts rename to archive/grouping-mapping-widget/src/decorators/BboxDimensionsDecorator.ts diff --git a/packages/grouping-mapping-widget/src/formula/FormulaDataTypeResolver.ts b/archive/grouping-mapping-widget/src/formula/FormulaDataTypeResolver.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/FormulaDataTypeResolver.ts rename to archive/grouping-mapping-widget/src/formula/FormulaDataTypeResolver.ts diff --git a/packages/grouping-mapping-widget/src/formula/FormulaFunctionProvider.ts b/archive/grouping-mapping-widget/src/formula/FormulaFunctionProvider.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/FormulaFunctionProvider.ts rename to archive/grouping-mapping-widget/src/formula/FormulaFunctionProvider.ts diff --git a/packages/grouping-mapping-widget/src/formula/FormulaOperatorsProvider.ts b/archive/grouping-mapping-widget/src/formula/FormulaOperatorsProvider.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/FormulaOperatorsProvider.ts rename to archive/grouping-mapping-widget/src/formula/FormulaOperatorsProvider.ts diff --git a/packages/grouping-mapping-widget/src/formula/FormulaSplitter.ts b/archive/grouping-mapping-widget/src/formula/FormulaSplitter.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/FormulaSplitter.ts rename to archive/grouping-mapping-widget/src/formula/FormulaSplitter.ts diff --git a/packages/grouping-mapping-widget/src/formula/FormulaTokensDataTypeResolver.ts b/archive/grouping-mapping-widget/src/formula/FormulaTokensDataTypeResolver.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/FormulaTokensDataTypeResolver.ts rename to archive/grouping-mapping-widget/src/formula/FormulaTokensDataTypeResolver.ts diff --git a/packages/grouping-mapping-widget/src/formula/IResult.ts b/archive/grouping-mapping-widget/src/formula/IResult.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/IResult.ts rename to archive/grouping-mapping-widget/src/formula/IResult.ts diff --git a/packages/grouping-mapping-widget/src/formula/InfixToPostfixConverter.ts b/archive/grouping-mapping-widget/src/formula/InfixToPostfixConverter.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/InfixToPostfixConverter.ts rename to archive/grouping-mapping-widget/src/formula/InfixToPostfixConverter.ts diff --git a/packages/grouping-mapping-widget/src/formula/InputStream.ts b/archive/grouping-mapping-widget/src/formula/InputStream.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/InputStream.ts rename to archive/grouping-mapping-widget/src/formula/InputStream.ts diff --git a/packages/grouping-mapping-widget/src/formula/ParenthesisValidator.ts b/archive/grouping-mapping-widget/src/formula/ParenthesisValidator.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/ParenthesisValidator.ts rename to archive/grouping-mapping-widget/src/formula/ParenthesisValidator.ts diff --git a/packages/grouping-mapping-widget/src/formula/Queue.ts b/archive/grouping-mapping-widget/src/formula/Queue.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/Queue.ts rename to archive/grouping-mapping-widget/src/formula/Queue.ts diff --git a/packages/grouping-mapping-widget/src/formula/Stack.ts b/archive/grouping-mapping-widget/src/formula/Stack.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/Stack.ts rename to archive/grouping-mapping-widget/src/formula/Stack.ts diff --git a/packages/grouping-mapping-widget/src/formula/StringBuilder.ts b/archive/grouping-mapping-widget/src/formula/StringBuilder.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/StringBuilder.ts rename to archive/grouping-mapping-widget/src/formula/StringBuilder.ts diff --git a/packages/grouping-mapping-widget/src/formula/Types.ts b/archive/grouping-mapping-widget/src/formula/Types.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/Types.ts rename to archive/grouping-mapping-widget/src/formula/Types.ts diff --git a/packages/grouping-mapping-widget/src/formula/Utils.ts b/archive/grouping-mapping-widget/src/formula/Utils.ts similarity index 100% rename from packages/grouping-mapping-widget/src/formula/Utils.ts rename to archive/grouping-mapping-widget/src/formula/Utils.ts diff --git a/packages/grouping-mapping-widget/src/grouping-mapping-widget.ts b/archive/grouping-mapping-widget/src/grouping-mapping-widget.ts similarity index 100% rename from packages/grouping-mapping-widget/src/grouping-mapping-widget.ts rename to archive/grouping-mapping-widget/src/grouping-mapping-widget.ts diff --git a/packages/grouping-mapping-widget/src/test/CalculatedPropertyActionWithVisuals.test.tsx b/archive/grouping-mapping-widget/src/test/CalculatedPropertyActionWithVisuals.test.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/test/CalculatedPropertyActionWithVisuals.test.tsx rename to archive/grouping-mapping-widget/src/test/CalculatedPropertyActionWithVisuals.test.tsx diff --git a/packages/grouping-mapping-widget/src/test/GroupPropertyUtils.test.ts b/archive/grouping-mapping-widget/src/test/GroupPropertyUtils.test.ts similarity index 100% rename from packages/grouping-mapping-widget/src/test/GroupPropertyUtils.test.ts rename to archive/grouping-mapping-widget/src/test/GroupPropertyUtils.test.ts diff --git a/packages/grouping-mapping-widget/src/test/GroupingMappingCustomUI.test.tsx b/archive/grouping-mapping-widget/src/test/GroupingMappingCustomUI.test.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/test/GroupingMappingCustomUI.test.tsx rename to archive/grouping-mapping-widget/src/test/GroupingMappingCustomUI.test.tsx diff --git a/packages/grouping-mapping-widget/src/test/MockFactory.ts b/archive/grouping-mapping-widget/src/test/MockFactory.ts similarity index 100% rename from packages/grouping-mapping-widget/src/test/MockFactory.ts rename to archive/grouping-mapping-widget/src/test/MockFactory.ts diff --git a/packages/grouping-mapping-widget/src/test/PropertyFieldsHelpers.ts b/archive/grouping-mapping-widget/src/test/PropertyFieldsHelpers.ts similarity index 100% rename from packages/grouping-mapping-widget/src/test/PropertyFieldsHelpers.ts rename to archive/grouping-mapping-widget/src/test/PropertyFieldsHelpers.ts diff --git a/packages/grouping-mapping-widget/src/test/QueryBuilder.test.ts b/archive/grouping-mapping-widget/src/test/QueryBuilder.test.ts similarity index 100% rename from packages/grouping-mapping-widget/src/test/QueryBuilder.test.ts rename to archive/grouping-mapping-widget/src/test/QueryBuilder.test.ts diff --git a/packages/grouping-mapping-widget/src/test/QueryBuilder.testdata.ts b/archive/grouping-mapping-widget/src/test/QueryBuilder.testdata.ts similarity index 100% rename from packages/grouping-mapping-widget/src/test/QueryBuilder.testdata.ts rename to archive/grouping-mapping-widget/src/test/QueryBuilder.testdata.ts diff --git a/packages/grouping-mapping-widget/src/test/QueryBuilderTestData.ts b/archive/grouping-mapping-widget/src/test/QueryBuilderTestData.ts similarity index 100% rename from packages/grouping-mapping-widget/src/test/QueryBuilderTestData.ts rename to archive/grouping-mapping-widget/src/test/QueryBuilderTestData.ts diff --git a/packages/grouping-mapping-widget/src/test/WidgetHeader.test.tsx b/archive/grouping-mapping-widget/src/test/WidgetHeader.test.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/test/WidgetHeader.test.tsx rename to archive/grouping-mapping-widget/src/test/WidgetHeader.test.tsx diff --git a/packages/grouping-mapping-widget/src/test/setup.ts b/archive/grouping-mapping-widget/src/test/setup.ts similarity index 100% rename from packages/grouping-mapping-widget/src/test/setup.ts rename to archive/grouping-mapping-widget/src/test/setup.ts diff --git a/packages/grouping-mapping-widget/src/test/test-utils.tsx b/archive/grouping-mapping-widget/src/test/test-utils.tsx similarity index 100% rename from packages/grouping-mapping-widget/src/test/test-utils.tsx rename to archive/grouping-mapping-widget/src/test/test-utils.tsx diff --git a/packages/grouping-mapping-widget/tsconfig.json b/archive/grouping-mapping-widget/tsconfig.json similarity index 100% rename from packages/grouping-mapping-widget/tsconfig.json rename to archive/grouping-mapping-widget/tsconfig.json diff --git a/packages/grouping-mapping-widget/vitest.config.ts b/archive/grouping-mapping-widget/vitest.config.ts similarity index 100% rename from packages/grouping-mapping-widget/vitest.config.ts rename to archive/grouping-mapping-widget/vitest.config.ts diff --git a/packages/one-click-lca-widget/.npmignore b/archive/one-click-lca-widget/.npmignore similarity index 100% rename from packages/one-click-lca-widget/.npmignore rename to archive/one-click-lca-widget/.npmignore diff --git a/packages/one-click-lca-widget/CHANGELOG.json b/archive/one-click-lca-widget/CHANGELOG.json similarity index 100% rename from packages/one-click-lca-widget/CHANGELOG.json rename to archive/one-click-lca-widget/CHANGELOG.json diff --git a/packages/one-click-lca-widget/CHANGELOG.md b/archive/one-click-lca-widget/CHANGELOG.md similarity index 100% rename from packages/one-click-lca-widget/CHANGELOG.md rename to archive/one-click-lca-widget/CHANGELOG.md diff --git a/packages/one-click-lca-widget/LICENSE.md b/archive/one-click-lca-widget/LICENSE.md similarity index 100% rename from packages/one-click-lca-widget/LICENSE.md rename to archive/one-click-lca-widget/LICENSE.md diff --git a/packages/one-click-lca-widget/README.md b/archive/one-click-lca-widget/README.md similarity index 100% rename from packages/one-click-lca-widget/README.md rename to archive/one-click-lca-widget/README.md diff --git a/packages/one-click-lca-widget/eslint.config.cjs b/archive/one-click-lca-widget/eslint.config.cjs similarity index 100% rename from packages/one-click-lca-widget/eslint.config.cjs rename to archive/one-click-lca-widget/eslint.config.cjs diff --git a/packages/one-click-lca-widget/package.json b/archive/one-click-lca-widget/package.json similarity index 100% rename from packages/one-click-lca-widget/package.json rename to archive/one-click-lca-widget/package.json diff --git a/packages/one-click-lca-widget/pnpm-lock.yaml b/archive/one-click-lca-widget/pnpm-lock.yaml similarity index 100% rename from packages/one-click-lca-widget/pnpm-lock.yaml rename to archive/one-click-lca-widget/pnpm-lock.yaml diff --git a/packages/one-click-lca-widget/public/logo/oneClickLCALogo.png b/archive/one-click-lca-widget/public/logo/oneClickLCALogo.png similarity index 100% rename from packages/one-click-lca-widget/public/logo/oneClickLCALogo.png rename to archive/one-click-lca-widget/public/logo/oneClickLCALogo.png diff --git a/packages/one-click-lca-widget/src/components/ExportModal.scss b/archive/one-click-lca-widget/src/components/ExportModal.scss similarity index 100% rename from packages/one-click-lca-widget/src/components/ExportModal.scss rename to archive/one-click-lca-widget/src/components/ExportModal.scss diff --git a/packages/one-click-lca-widget/src/components/ExportModal.tsx b/archive/one-click-lca-widget/src/components/ExportModal.tsx similarity index 100% rename from packages/one-click-lca-widget/src/components/ExportModal.tsx rename to archive/one-click-lca-widget/src/components/ExportModal.tsx diff --git a/packages/one-click-lca-widget/src/components/OneClickLCA.tsx b/archive/one-click-lca-widget/src/components/OneClickLCA.tsx similarity index 100% rename from packages/one-click-lca-widget/src/components/OneClickLCA.tsx rename to archive/one-click-lca-widget/src/components/OneClickLCA.tsx diff --git a/packages/one-click-lca-widget/src/components/OneClickLCAProps.ts b/archive/one-click-lca-widget/src/components/OneClickLCAProps.ts similarity index 100% rename from packages/one-click-lca-widget/src/components/OneClickLCAProps.ts rename to archive/one-click-lca-widget/src/components/OneClickLCAProps.ts diff --git a/packages/one-click-lca-widget/src/components/Reports.scss b/archive/one-click-lca-widget/src/components/Reports.scss similarity index 100% rename from packages/one-click-lca-widget/src/components/Reports.scss rename to archive/one-click-lca-widget/src/components/Reports.scss diff --git a/packages/one-click-lca-widget/src/components/Reports.tsx b/archive/one-click-lca-widget/src/components/Reports.tsx similarity index 100% rename from packages/one-click-lca-widget/src/components/Reports.tsx rename to archive/one-click-lca-widget/src/components/Reports.tsx diff --git a/packages/one-click-lca-widget/src/components/api/OCLCAApiHelper.ts b/archive/one-click-lca-widget/src/components/api/OCLCAApiHelper.ts similarity index 100% rename from packages/one-click-lca-widget/src/components/api/OCLCAApiHelper.ts rename to archive/one-click-lca-widget/src/components/api/OCLCAApiHelper.ts diff --git a/packages/one-click-lca-widget/src/components/context/OCLCAJobsClientContext.ts b/archive/one-click-lca-widget/src/components/context/OCLCAJobsClientContext.ts similarity index 100% rename from packages/one-click-lca-widget/src/components/context/OCLCAJobsClientContext.ts rename to archive/one-click-lca-widget/src/components/context/OCLCAJobsClientContext.ts diff --git a/packages/one-click-lca-widget/src/components/context/ReportsClientContext.ts b/archive/one-click-lca-widget/src/components/context/ReportsClientContext.ts similarity index 100% rename from packages/one-click-lca-widget/src/components/context/ReportsClientContext.ts rename to archive/one-click-lca-widget/src/components/context/ReportsClientContext.ts diff --git a/packages/one-click-lca-widget/src/components/utils.scss b/archive/one-click-lca-widget/src/components/utils.scss similarity index 100% rename from packages/one-click-lca-widget/src/components/utils.scss rename to archive/one-click-lca-widget/src/components/utils.scss diff --git a/packages/one-click-lca-widget/src/components/utils.tsx b/archive/one-click-lca-widget/src/components/utils.tsx similarity index 100% rename from packages/one-click-lca-widget/src/components/utils.tsx rename to archive/one-click-lca-widget/src/components/utils.tsx diff --git a/packages/one-click-lca-widget/src/index.d.ts b/archive/one-click-lca-widget/src/index.d.ts similarity index 100% rename from packages/one-click-lca-widget/src/index.d.ts rename to archive/one-click-lca-widget/src/index.d.ts diff --git a/packages/one-click-lca-widget/src/one-click-lca-widget.ts b/archive/one-click-lca-widget/src/one-click-lca-widget.ts similarity index 100% rename from packages/one-click-lca-widget/src/one-click-lca-widget.ts rename to archive/one-click-lca-widget/src/one-click-lca-widget.ts diff --git a/packages/one-click-lca-widget/src/test/ExportModal.test.tsx b/archive/one-click-lca-widget/src/test/ExportModal.test.tsx similarity index 100% rename from packages/one-click-lca-widget/src/test/ExportModal.test.tsx rename to archive/one-click-lca-widget/src/test/ExportModal.test.tsx diff --git a/packages/one-click-lca-widget/src/test/WidgetHeader.test.tsx b/archive/one-click-lca-widget/src/test/WidgetHeader.test.tsx similarity index 100% rename from packages/one-click-lca-widget/src/test/WidgetHeader.test.tsx rename to archive/one-click-lca-widget/src/test/WidgetHeader.test.tsx diff --git a/packages/one-click-lca-widget/src/test/setup.ts b/archive/one-click-lca-widget/src/test/setup.ts similarity index 100% rename from packages/one-click-lca-widget/src/test/setup.ts rename to archive/one-click-lca-widget/src/test/setup.ts diff --git a/packages/one-click-lca-widget/src/widgets/OneClickLCAWidget.tsx b/archive/one-click-lca-widget/src/widgets/OneClickLCAWidget.tsx similarity index 100% rename from packages/one-click-lca-widget/src/widgets/OneClickLCAWidget.tsx rename to archive/one-click-lca-widget/src/widgets/OneClickLCAWidget.tsx diff --git a/packages/one-click-lca-widget/tsconfig.json b/archive/one-click-lca-widget/tsconfig.json similarity index 100% rename from packages/one-click-lca-widget/tsconfig.json rename to archive/one-click-lca-widget/tsconfig.json diff --git a/packages/one-click-lca-widget/vitest.config.ts b/archive/one-click-lca-widget/vitest.config.ts similarity index 100% rename from packages/one-click-lca-widget/vitest.config.ts rename to archive/one-click-lca-widget/vitest.config.ts diff --git a/packages/reports-config-widget/CHANGELOG.json b/archive/reports-config-widget/CHANGELOG.json similarity index 100% rename from packages/reports-config-widget/CHANGELOG.json rename to archive/reports-config-widget/CHANGELOG.json diff --git a/packages/reports-config-widget/CHANGELOG.md b/archive/reports-config-widget/CHANGELOG.md similarity index 100% rename from packages/reports-config-widget/CHANGELOG.md rename to archive/reports-config-widget/CHANGELOG.md diff --git a/packages/reports-config-widget/LICENSE.md b/archive/reports-config-widget/LICENSE.md similarity index 100% rename from packages/reports-config-widget/LICENSE.md rename to archive/reports-config-widget/LICENSE.md diff --git a/packages/reports-config-widget/README.md b/archive/reports-config-widget/README.md similarity index 100% rename from packages/reports-config-widget/README.md rename to archive/reports-config-widget/README.md diff --git a/packages/reports-config-widget/api/reports-config-widget-react.api.md b/archive/reports-config-widget/api/reports-config-widget-react.api.md similarity index 100% rename from packages/reports-config-widget/api/reports-config-widget-react.api.md rename to archive/reports-config-widget/api/reports-config-widget-react.api.md diff --git a/packages/reports-config-widget/api/reports-config-widget-react.exports.csv b/archive/reports-config-widget/api/reports-config-widget-react.exports.csv similarity index 100% rename from packages/reports-config-widget/api/reports-config-widget-react.exports.csv rename to archive/reports-config-widget/api/reports-config-widget-react.exports.csv diff --git a/packages/reports-config-widget/eslint.config.cjs b/archive/reports-config-widget/eslint.config.cjs similarity index 100% rename from packages/reports-config-widget/eslint.config.cjs rename to archive/reports-config-widget/eslint.config.cjs diff --git a/packages/reports-config-widget/package.json b/archive/reports-config-widget/package.json similarity index 100% rename from packages/reports-config-widget/package.json rename to archive/reports-config-widget/package.json diff --git a/packages/reports-config-widget/pnpm-lock.yaml b/archive/reports-config-widget/pnpm-lock.yaml similarity index 100% rename from packages/reports-config-widget/pnpm-lock.yaml rename to archive/reports-config-widget/pnpm-lock.yaml diff --git a/packages/reports-config-widget/public/locales/en/ReportsConfigWidget.json b/archive/reports-config-widget/public/locales/en/ReportsConfigWidget.json similarity index 100% rename from packages/reports-config-widget/public/locales/en/ReportsConfigWidget.json rename to archive/reports-config-widget/public/locales/en/ReportsConfigWidget.json diff --git a/packages/reports-config-widget/src/ReportsConfigWidget.ts b/archive/reports-config-widget/src/ReportsConfigWidget.ts similarity index 100% rename from packages/reports-config-widget/src/ReportsConfigWidget.ts rename to archive/reports-config-widget/src/ReportsConfigWidget.ts diff --git a/packages/reports-config-widget/src/reports-config-widget-react.ts b/archive/reports-config-widget/src/reports-config-widget-react.ts similarity index 100% rename from packages/reports-config-widget/src/reports-config-widget-react.ts rename to archive/reports-config-widget/src/reports-config-widget-react.ts diff --git a/packages/reports-config-widget/src/test/AddMappingModal.test.tsx b/archive/reports-config-widget/src/test/AddMappingModal.test.tsx similarity index 100% rename from packages/reports-config-widget/src/test/AddMappingModal.test.tsx rename to archive/reports-config-widget/src/test/AddMappingModal.test.tsx diff --git a/packages/reports-config-widget/src/test/BulkExtractor.test.ts b/archive/reports-config-widget/src/test/BulkExtractor.test.ts similarity index 100% rename from packages/reports-config-widget/src/test/BulkExtractor.test.ts rename to archive/reports-config-widget/src/test/BulkExtractor.test.ts diff --git a/packages/reports-config-widget/src/test/DeleteModal.test.tsx b/archive/reports-config-widget/src/test/DeleteModal.test.tsx similarity index 100% rename from packages/reports-config-widget/src/test/DeleteModal.test.tsx rename to archive/reports-config-widget/src/test/DeleteModal.test.tsx diff --git a/packages/reports-config-widget/src/test/ReportAction.test.tsx b/archive/reports-config-widget/src/test/ReportAction.test.tsx similarity index 100% rename from packages/reports-config-widget/src/test/ReportAction.test.tsx rename to archive/reports-config-widget/src/test/ReportAction.test.tsx diff --git a/packages/reports-config-widget/src/test/ReportMappingHorizontalTile.test.tsx b/archive/reports-config-widget/src/test/ReportMappingHorizontalTile.test.tsx similarity index 100% rename from packages/reports-config-widget/src/test/ReportMappingHorizontalTile.test.tsx rename to archive/reports-config-widget/src/test/ReportMappingHorizontalTile.test.tsx diff --git a/packages/reports-config-widget/src/test/ReportMappings.test.tsx b/archive/reports-config-widget/src/test/ReportMappings.test.tsx similarity index 100% rename from packages/reports-config-widget/src/test/ReportMappings.test.tsx rename to archive/reports-config-widget/src/test/ReportMappings.test.tsx diff --git a/packages/reports-config-widget/src/test/Reports.test.tsx b/archive/reports-config-widget/src/test/Reports.test.tsx similarity index 100% rename from packages/reports-config-widget/src/test/Reports.test.tsx rename to archive/reports-config-widget/src/test/Reports.test.tsx diff --git a/packages/reports-config-widget/src/test/WidgetHeader.test.tsx b/archive/reports-config-widget/src/test/WidgetHeader.test.tsx similarity index 100% rename from packages/reports-config-widget/src/test/WidgetHeader.test.tsx rename to archive/reports-config-widget/src/test/WidgetHeader.test.tsx diff --git a/packages/reports-config-widget/src/test/setup.ts b/archive/reports-config-widget/src/test/setup.ts similarity index 100% rename from packages/reports-config-widget/src/test/setup.ts rename to archive/reports-config-widget/src/test/setup.ts diff --git a/packages/reports-config-widget/src/test/test-utils.tsx b/archive/reports-config-widget/src/test/test-utils.tsx similarity index 100% rename from packages/reports-config-widget/src/test/test-utils.tsx rename to archive/reports-config-widget/src/test/test-utils.tsx diff --git a/packages/reports-config-widget/src/widget/ReportsConfigUiProvider.tsx b/archive/reports-config-widget/src/widget/ReportsConfigUiProvider.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/ReportsConfigUiProvider.tsx rename to archive/reports-config-widget/src/widget/ReportsConfigUiProvider.tsx diff --git a/packages/reports-config-widget/src/widget/components/ActionPanel.scss b/archive/reports-config-widget/src/widget/components/ActionPanel.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/ActionPanel.scss rename to archive/reports-config-widget/src/widget/components/ActionPanel.scss diff --git a/packages/reports-config-widget/src/widget/components/ActionPanel.tsx b/archive/reports-config-widget/src/widget/components/ActionPanel.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ActionPanel.tsx rename to archive/reports-config-widget/src/widget/components/ActionPanel.tsx diff --git a/packages/reports-config-widget/src/widget/components/AddMappingsModal.scss b/archive/reports-config-widget/src/widget/components/AddMappingsModal.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/AddMappingsModal.scss rename to archive/reports-config-widget/src/widget/components/AddMappingsModal.scss diff --git a/packages/reports-config-widget/src/widget/components/AddMappingsModal.tsx b/archive/reports-config-widget/src/widget/components/AddMappingsModal.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/AddMappingsModal.tsx rename to archive/reports-config-widget/src/widget/components/AddMappingsModal.tsx diff --git a/packages/reports-config-widget/src/widget/components/BulkExtractor.ts b/archive/reports-config-widget/src/widget/components/BulkExtractor.ts similarity index 100% rename from packages/reports-config-widget/src/widget/components/BulkExtractor.ts rename to archive/reports-config-widget/src/widget/components/BulkExtractor.ts diff --git a/packages/reports-config-widget/src/widget/components/Constants.ts b/archive/reports-config-widget/src/widget/components/Constants.ts similarity index 100% rename from packages/reports-config-widget/src/widget/components/Constants.ts rename to archive/reports-config-widget/src/widget/components/Constants.ts diff --git a/packages/reports-config-widget/src/widget/components/DeleteModal.scss b/archive/reports-config-widget/src/widget/components/DeleteModal.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/DeleteModal.scss rename to archive/reports-config-widget/src/widget/components/DeleteModal.scss diff --git a/packages/reports-config-widget/src/widget/components/DeleteModal.tsx b/archive/reports-config-widget/src/widget/components/DeleteModal.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/DeleteModal.tsx rename to archive/reports-config-widget/src/widget/components/DeleteModal.tsx diff --git a/packages/reports-config-widget/src/widget/components/ExtractionStates/FailedExtractionState.tsx b/archive/reports-config-widget/src/widget/components/ExtractionStates/FailedExtractionState.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionStates/FailedExtractionState.tsx rename to archive/reports-config-widget/src/widget/components/ExtractionStates/FailedExtractionState.tsx diff --git a/packages/reports-config-widget/src/widget/components/ExtractionStates/QueuedExtractionState.tsx b/archive/reports-config-widget/src/widget/components/ExtractionStates/QueuedExtractionState.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionStates/QueuedExtractionState.tsx rename to archive/reports-config-widget/src/widget/components/ExtractionStates/QueuedExtractionState.tsx diff --git a/packages/reports-config-widget/src/widget/components/ExtractionStates/RunningExtractionState.tsx b/archive/reports-config-widget/src/widget/components/ExtractionStates/RunningExtractionState.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionStates/RunningExtractionState.tsx rename to archive/reports-config-widget/src/widget/components/ExtractionStates/RunningExtractionState.tsx diff --git a/packages/reports-config-widget/src/widget/components/ExtractionStates/StartingExtractionState.tsx b/archive/reports-config-widget/src/widget/components/ExtractionStates/StartingExtractionState.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionStates/StartingExtractionState.tsx rename to archive/reports-config-widget/src/widget/components/ExtractionStates/StartingExtractionState.tsx diff --git a/packages/reports-config-widget/src/widget/components/ExtractionStates/SucceededExtractionState.tsx b/archive/reports-config-widget/src/widget/components/ExtractionStates/SucceededExtractionState.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionStates/SucceededExtractionState.tsx rename to archive/reports-config-widget/src/widget/components/ExtractionStates/SucceededExtractionState.tsx diff --git a/packages/reports-config-widget/src/widget/components/ExtractionStatus.scss b/archive/reports-config-widget/src/widget/components/ExtractionStatus.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionStatus.scss rename to archive/reports-config-widget/src/widget/components/ExtractionStatus.scss diff --git a/packages/reports-config-widget/src/widget/components/ExtractionStatus.tsx b/archive/reports-config-widget/src/widget/components/ExtractionStatus.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionStatus.tsx rename to archive/reports-config-widget/src/widget/components/ExtractionStatus.tsx diff --git a/packages/reports-config-widget/src/widget/components/ExtractionToast.tsx b/archive/reports-config-widget/src/widget/components/ExtractionToast.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ExtractionToast.tsx rename to archive/reports-config-widget/src/widget/components/ExtractionToast.tsx diff --git a/packages/reports-config-widget/src/widget/components/HorizontalTile.scss b/archive/reports-config-widget/src/widget/components/HorizontalTile.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/HorizontalTile.scss rename to archive/reports-config-widget/src/widget/components/HorizontalTile.scss diff --git a/packages/reports-config-widget/src/widget/components/HorizontalTile.tsx b/archive/reports-config-widget/src/widget/components/HorizontalTile.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/HorizontalTile.tsx rename to archive/reports-config-widget/src/widget/components/HorizontalTile.tsx diff --git a/packages/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx b/archive/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx rename to archive/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportAction.scss b/archive/reports-config-widget/src/widget/components/ReportAction.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportAction.scss rename to archive/reports-config-widget/src/widget/components/ReportAction.scss diff --git a/packages/reports-config-widget/src/widget/components/ReportAction.tsx b/archive/reports-config-widget/src/widget/components/ReportAction.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportAction.tsx rename to archive/reports-config-widget/src/widget/components/ReportAction.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportHorizontalTile.tsx b/archive/reports-config-widget/src/widget/components/ReportHorizontalTile.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportHorizontalTile.tsx rename to archive/reports-config-widget/src/widget/components/ReportHorizontalTile.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportMappingHorizontalTile.tsx b/archive/reports-config-widget/src/widget/components/ReportMappingHorizontalTile.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportMappingHorizontalTile.tsx rename to archive/reports-config-widget/src/widget/components/ReportMappingHorizontalTile.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportMappings.scss b/archive/reports-config-widget/src/widget/components/ReportMappings.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportMappings.scss rename to archive/reports-config-widget/src/widget/components/ReportMappings.scss diff --git a/packages/reports-config-widget/src/widget/components/ReportMappings.tsx b/archive/reports-config-widget/src/widget/components/ReportMappings.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportMappings.tsx rename to archive/reports-config-widget/src/widget/components/ReportMappings.tsx diff --git a/packages/reports-config-widget/src/widget/components/Reports.scss b/archive/reports-config-widget/src/widget/components/Reports.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/Reports.scss rename to archive/reports-config-widget/src/widget/components/Reports.scss diff --git a/packages/reports-config-widget/src/widget/components/Reports.tsx b/archive/reports-config-widget/src/widget/components/Reports.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/Reports.tsx rename to archive/reports-config-widget/src/widget/components/Reports.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportsConfigContext.tsx b/archive/reports-config-widget/src/widget/components/ReportsConfigContext.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportsConfigContext.tsx rename to archive/reports-config-widget/src/widget/components/ReportsConfigContext.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportsContainer.scss b/archive/reports-config-widget/src/widget/components/ReportsContainer.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportsContainer.scss rename to archive/reports-config-widget/src/widget/components/ReportsContainer.scss diff --git a/packages/reports-config-widget/src/widget/components/ReportsContainer.tsx b/archive/reports-config-widget/src/widget/components/ReportsContainer.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportsContainer.tsx rename to archive/reports-config-widget/src/widget/components/ReportsContainer.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportsHeader.tsx b/archive/reports-config-widget/src/widget/components/ReportsHeader.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportsHeader.tsx rename to archive/reports-config-widget/src/widget/components/ReportsHeader.tsx diff --git a/packages/reports-config-widget/src/widget/components/ReportsRouter.tsx b/archive/reports-config-widget/src/widget/components/ReportsRouter.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/ReportsRouter.tsx rename to archive/reports-config-widget/src/widget/components/ReportsRouter.tsx diff --git a/packages/reports-config-widget/src/widget/components/SearchBar.scss b/archive/reports-config-widget/src/widget/components/SearchBar.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/SearchBar.scss rename to archive/reports-config-widget/src/widget/components/SearchBar.scss diff --git a/packages/reports-config-widget/src/widget/components/SearchBar.tsx b/archive/reports-config-widget/src/widget/components/SearchBar.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/SearchBar.tsx rename to archive/reports-config-widget/src/widget/components/SearchBar.tsx diff --git a/packages/reports-config-widget/src/widget/components/SelectIModel.scss b/archive/reports-config-widget/src/widget/components/SelectIModel.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/SelectIModel.scss rename to archive/reports-config-widget/src/widget/components/SelectIModel.scss diff --git a/packages/reports-config-widget/src/widget/components/SelectIModel.tsx b/archive/reports-config-widget/src/widget/components/SelectIModel.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/SelectIModel.tsx rename to archive/reports-config-widget/src/widget/components/SelectIModel.tsx diff --git a/packages/reports-config-widget/src/widget/components/utils.scss b/archive/reports-config-widget/src/widget/components/utils.scss similarity index 100% rename from packages/reports-config-widget/src/widget/components/utils.scss rename to archive/reports-config-widget/src/widget/components/utils.scss diff --git a/packages/reports-config-widget/src/widget/components/utils.tsx b/archive/reports-config-widget/src/widget/components/utils.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/components/utils.tsx rename to archive/reports-config-widget/src/widget/components/utils.tsx diff --git a/packages/reports-config-widget/src/widget/context/BulkExtractorContext.tsx b/archive/reports-config-widget/src/widget/context/BulkExtractorContext.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/context/BulkExtractorContext.tsx rename to archive/reports-config-widget/src/widget/context/BulkExtractorContext.tsx diff --git a/packages/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx b/archive/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx similarity index 100% rename from packages/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx rename to archive/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx diff --git a/packages/reports-config-widget/src/widget/hooks/useValidator.ts b/archive/reports-config-widget/src/widget/hooks/useValidator.ts similarity index 100% rename from packages/reports-config-widget/src/widget/hooks/useValidator.ts rename to archive/reports-config-widget/src/widget/hooks/useValidator.ts diff --git a/packages/reports-config-widget/tsconfig.json b/archive/reports-config-widget/tsconfig.json similarity index 100% rename from packages/reports-config-widget/tsconfig.json rename to archive/reports-config-widget/tsconfig.json diff --git a/packages/reports-config-widget/vitest.config.ts b/archive/reports-config-widget/vitest.config.ts similarity index 100% rename from packages/reports-config-widget/vitest.config.ts rename to archive/reports-config-widget/vitest.config.ts