From 9eaf61ec70a83cb7964b2e76ae03a5255085834f Mon Sep 17 00:00:00 2001 From: MartynasStrazdas <43886789+MartynasStrazdas@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:08:34 +0300 Subject: [PATCH 1/5] update extractions --- packages/tree-widget/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/tree-widget/README.md b/packages/tree-widget/README.md index 1c3d2e3bc..2ea17776c 100644 --- a/packages/tree-widget/README.md +++ b/packages/tree-widget/README.md @@ -711,17 +711,17 @@ const getHierarchyDefinition: TreeProps["getHierarchyDefinition"] = ({ imodelAcc classHierarchyInspector: imodelAccess, hierarchy: { // For root nodes, select all BisCore.GeometricModel3d instances - rootNodes: async ({ nodeSelectClauseFactory, instanceLabelSelectClauseFactory }) => [ + rootNodes: async ({ createSelectClause }) => [ { fullClassName: "BisCore.GeometricModel3d", query: { ecsql: ` SELECT - ${await nodeSelectClauseFactory.createSelectClause({ + ${await createSelectClause({ ecClassId: { selector: "this.ECClassId" }, ecInstanceId: { selector: "this.ECInstanceId" }, nodeLabel: { - selector: await instanceLabelSelectClauseFactory.createSelectClause({ classAlias: "this", className: "BisCore.GeometricModel3d" }), + of: { classAlias: "this", className: "BisCore.GeometricModel3d" }, }, })} FROM BisCore.GeometricModel3d this @@ -780,17 +780,17 @@ const getHierarchyDefinition: VisibilityTreeProps["getHierarchyDefinition"] = ({ classHierarchyInspector: imodelAccess, hierarchy: { // For root nodes, select all BisCore.GeometricModel3d instances - rootNodes: async ({ nodeSelectClauseFactory, instanceLabelSelectClauseFactory }) => [ + rootNodes: async ({ createSelectClause }) => [ { fullClassName: "BisCore.GeometricModel3d", query: { ecsql: ` SELECT - ${await nodeSelectClauseFactory.createSelectClause({ + ${await createSelectClause({ ecClassId: { selector: "this.ECClassId" }, ecInstanceId: { selector: "this.ECInstanceId" }, nodeLabel: { - selector: await instanceLabelSelectClauseFactory.createSelectClause({ classAlias: "this", className: "BisCore.GeometricModel3d" }), + of: { classAlias: "this", className: "BisCore.GeometricModel3d" }, }, })} FROM BisCore.GeometricModel3d this From b97300191f9c1beac36f32507327936184f94963 Mon Sep 17 00:00:00 2001 From: MartynasStrazdas <43886789+MartynasStrazdas@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:57:08 +0300 Subject: [PATCH 2/5] add MUI --- apps/learning-snippets/package.json | 2 + apps/learning-snippets/pnpm-lock.yaml | 652 +++++++++++++-- apps/test-viewer/package.json | 2 + apps/test-viewer/pnpm-lock.yaml | 748 +++++++++++++++--- apps/test-viewer/src/components/App.tsx | 4 +- apps/test-viewer/vite.config.mts | 12 +- packages/tree-widget/package.json | 4 + packages/tree-widget/pnpm-lock.yaml | 473 ++++++++++- ...--information-message-2-chromium-linux.png | Bin 55827 -> 55833 bytes ...--information-message-2-chromium-linux.png | Bin 12517 -> 12515 bytes ...--information-message-2-chromium-linux.png | Bin 14410 -> 14408 bytes 11 files changed, 1727 insertions(+), 170 deletions(-) diff --git a/apps/learning-snippets/package.json b/apps/learning-snippets/package.json index 5f29c279c..e07a3087c 100644 --- a/apps/learning-snippets/package.json +++ b/apps/learning-snippets/package.json @@ -43,7 +43,9 @@ "@itwin/quantity-formatting-react": "workspace:*", "@itwin/tree-widget-react": "workspace:*", "@itwin/unified-selection": "1.8.1-alpha.0", + "@mui/material": "^9.0.0", "@stratakit/foundations": "^0.4.8", + "@stratakit/mui": "^0.5.0", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", diff --git a/apps/learning-snippets/pnpm-lock.yaml b/apps/learning-snippets/pnpm-lock.yaml index 5752f6060..34344ed27 100644 --- a/apps/learning-snippets/pnpm-lock.yaml +++ b/apps/learning-snippets/pnpm-lock.yaml @@ -14,13 +14,13 @@ importers: version: 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/appui-react': specifier: ^5.33.0 - version: 5.33.0(41d6ab1ad80ddde389bb507598524eab) + version: 5.33.0(9995146e9f8d7b9b3cb936562b354464) '@itwin/build-tools': specifier: ^5.11.2 version: 5.11.3(@types/node@22.20.1)(mocha@11.7.6) '@itwin/components-react': specifier: ^5.33.0 - version: 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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) + version: 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-backend': specifier: ^5.11.2 version: 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) @@ -44,7 +44,7 @@ importers: version: 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/core-react': specifier: ^5.33.0 - version: 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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) + version: 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': specifier: ^5.11.2 version: 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) @@ -59,10 +59,10 @@ importers: version: 6.1.0(eslint@9.39.5)(typescript@5.9.3) '@itwin/imodel-components-react': specifier: ^5.33.0 - version: 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + version: 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@itwin/itwinui-react': specifier: ^3.20.2 - version: 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/presentation-backend': specifier: ^5.11.2 version: 5.11.3(@itwin/core-backend@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/presentation-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) @@ -71,7 +71,7 @@ importers: version: 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-components': specifier: ^6.0.0 - version: 6.0.0(9c22b711e6612dd0de610ee6cdc88121) + version: 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-frontend': specifier: ^5.11.2 version: 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) @@ -83,19 +83,25 @@ importers: version: 2.0.0-alpha.11 '@itwin/property-grid-react': specifier: workspace:* - version: file:../../packages/property-grid(62d12093f62aa20e9746e46d3f3e50c4) + version: file:../../packages/property-grid(dc5103e9703fbf1f7a3440b13a92392b) '@itwin/quantity-formatting-react': specifier: workspace:* - version: file:../../packages/quantity-formatting(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@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) + version: file:../../packages/quantity-formatting(329d74a2f2fb89e592a75f6cb7bb007e) '@itwin/tree-widget-react': specifier: workspace:* - version: file:../../packages/tree-widget(2aacfb18d9393119a48db8d0dcfe39b3) + version: file:../../packages/tree-widget(2134b885a53525e2b61d8bea10f6dd54) '@itwin/unified-selection': specifier: 1.8.1-alpha.0 version: 1.8.1-alpha.0 + '@mui/material': + specifier: ^9.0.0 + version: 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/foundations': specifier: ^0.4.8 version: 0.4.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/mui': + specifier: ^0.5.0 + version: 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@testing-library/dom': specifier: ^10.4.1 version: 10.4.1 @@ -252,14 +258,47 @@ packages: resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} + '@babel/generator@7.29.7': + resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-globals@7.29.7': + resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.29.7': + resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.29.7': + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.29.7': resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} + '@babel/parser@7.29.7': + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/runtime@7.29.7': resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==} engines: {node: '>=6.9.0'} + '@babel/template@7.29.7': + resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.29.7': + resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.29.7': + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} + engines: {node: '>=6.9.0'} + '@bentley/imodeljs-native@5.11.24': resolution: {integrity: sha512-1ltLSh1eDjTBER40W9Iwtl1T4vcT93C9WEG5S9vMnZZp5os/OEd6hYEU6qO4uAguFRx3zYm6OoR7862Rx4n9TQ==} @@ -272,6 +311,60 @@ packages: '@emnapi/wasi-threads@1.2.2': resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} + '@emotion/babel-plugin@11.13.5': + resolution: {integrity: sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==} + + '@emotion/cache@11.14.0': + resolution: {integrity: sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==} + + '@emotion/hash@0.9.2': + resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} + + '@emotion/is-prop-valid@1.4.0': + resolution: {integrity: sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==} + + '@emotion/memoize@0.9.0': + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} + + '@emotion/react@11.14.0': + resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==} + peerDependencies: + '@types/react': '*' + react: '>=16.8.0' + peerDependenciesMeta: + '@types/react': + optional: true + + '@emotion/serialize@1.3.3': + resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==} + + '@emotion/sheet@1.4.0': + resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} + + '@emotion/styled@11.14.1': + resolution: {integrity: sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==} + peerDependencies: + '@emotion/react': ^11.0.0-rc.0 + '@types/react': '*' + react: '>=16.8.0' + peerDependenciesMeta: + '@types/react': + optional: true + + '@emotion/unitless@0.10.0': + resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} + + '@emotion/use-insertion-effect-with-fallbacks@1.2.0': + resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==} + peerDependencies: + react: '>=16.8.0' + + '@emotion/utils@1.4.2': + resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==} + + '@emotion/weak-memoize@0.4.0': + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} + '@es-joy/jsdoccomment@0.52.0': resolution: {integrity: sha512-BXuN7BII+8AyNtn57euU2Yxo9yA/KUDNzrpXyi3pfqKmBhhysR6ZWOebFh3vyPoqA3/j1SOvGgucElMGwlXing==} engines: {node: '>=20.11.0'} @@ -694,9 +787,11 @@ packages: '@itwin/presentation-common': ^5.8.0 '@itwin/presentation-components': ^5.12.0 '@itwin/presentation-frontend': ^5.8.0 + '@mui/material': ^9.0.0 '@stratakit/bricks': ^0.5.4 '@stratakit/foundations': ^0.4.7 '@stratakit/icons': ^0.3.1 + '@stratakit/mui': ^0.5.0 '@stratakit/structures': ^0.5.6 react: ^18.0.0 react-dom: ^18.0.0 @@ -710,9 +805,19 @@ packages: '@itwin/webgl-compatibility@5.11.3': resolution: {integrity: sha512-m/mNmfz3i+Bdn4CvUPq/jpcNEq0XJguHDItt8J81cmzqBHnz7pp7l2H1HY3VDB9Adhfs56Zy+gfKrhQ0mwlsSQ==} + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + '@jridgewell/sourcemap-codec@1.5.5': resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + '@jridgewell/trace-mapping@0.3.31': + resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} + '@loaders.gl/core@4.3.4': resolution: {integrity: sha512-cG0C5fMZ1jyW6WCsf4LoHGvaIAJCEVA/ioqKoYRwoSfXkOf+17KupK1OUQyUCw5XoRn+oWA1FulJQOYlXnb9Gw==} @@ -749,6 +854,86 @@ packages: '@microsoft/tsdoc@0.16.0': resolution: {integrity: sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==} + '@mui/core-downloads-tracker@9.2.0': + resolution: {integrity: sha512-+XMav+ZaXkZKUFUgzjrfMEedfyJKxxviAske2q8N8CWDMeqZdDU2lWMkiUPiB388hGaDqhwvOAwkrsc/pUyp8g==} + + '@mui/material@9.2.0': + resolution: {integrity: sha512-+YTRSgGKGrrRo2XJZXs7JRA6qHoHWvNtxyqxnrRJTBmIuLOUpxxh7m4G9lF4tWberxGFY+EqkkRPgJCl+fSMJg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@mui/material-pigment-css': ^9.2.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@mui/material-pigment-css': + optional: true + '@types/react': + optional: true + + '@mui/private-theming@9.2.0': + resolution: {integrity: sha512-w9wpyDxGPGnAACPB2hKhCDmILJIAvQxrfjUbIAEa0AznX1rOjaz5N+yB1uuw8ixnJcpEh/tPbD9oEe19wcWPHw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/styled-engine@9.1.1': + resolution: {integrity: sha512-neaYKdJfvEG54q8efHLJR7swpHG/gfSv9xGqW5iTSMsubD7yPCPFrhVBt284j1DOF3uZaaDJSHQL7gz6jGF21Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.4.1 + '@emotion/styled': ^11.3.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + + '@mui/system@9.2.0': + resolution: {integrity: sha512-YvUJwKoGVtbnOm2PyPi5TvX2d1rOA6sqSpEWVs4WmXNIaFTuYmNUaVdU2o1NKUEe31URnD3E8ZVUMcsLQXwcYg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@types/react': + optional: true + + '@mui/types@9.1.1': + resolution: {integrity: sha512-Zjt7u8wNvDg40rPTGoL+TnfkpuSKjwubsNSFRH1KAVZLcaV4I3AFNHIFbvH7p4F3alEibSbdd90xAgn5Rnfndg==} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/utils@9.2.0': + resolution: {integrity: sha512-OsUH5zhlSOM4xmLl53+agug1M1UyWb4zxFxWQCqwKTKUeQPvTENtg3JhrroBD2qpCLKsX5W/DYGERJ4mBUbc8g==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@napi-rs/wasm-runtime@1.1.6': resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==} peerDependencies: @@ -859,6 +1044,9 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} + '@popperjs/core@2.11.8': + resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} + '@probe.gl/env@4.1.1': resolution: {integrity: sha512-+68seNDMVsEegRB47pFA/Ws1Fjy8agcFYXxzorKToyPcD6zd+gZ5uhwoLd7TzsSw6Ydns//2KEszWn+EnNHTbA==} @@ -1037,6 +1225,13 @@ packages: '@stratakit/icons@0.4.2': resolution: {integrity: sha512-bKAwyESZZ6jrq903ROiMEnNhnHoadnmLmn32+b/7t80PU5YxM8hOhI9iUtpElbpMNZqJ55RK03EIEVYJpWFixQ==} + '@stratakit/mui@0.5.2': + resolution: {integrity: sha512-MVN6X0wxPDxporO2Jcm8CjtQX1tYhZUSeUWoo5kYpfyNZ9tIAgYrHPJuW2tRTwQ/uyFkE0YJmjqno5ISNNskxQ==} + peerDependencies: + '@mui/material': ^9.0.0 + react: '>=18.0.0' + react-dom: '>=18.0.0' + '@stratakit/structures@0.5.8': resolution: {integrity: sha512-/DA8h9BoWSSPvDJnTh3Y5NUEcuHgZfjICvlU41MpMndPQreeqi6/YInL7weAE9DRXbX9Z2XcGX5qSt9TRBHWwQ==} peerDependencies: @@ -1113,6 +1308,9 @@ packages: '@types/node@22.20.1': resolution: {integrity: sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==} + '@types/parse-json@4.0.2': + resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} + '@types/prop-types@15.7.15': resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} @@ -1121,6 +1319,11 @@ packages: peerDependencies: '@types/react': ^18.0.0 + '@types/react-transition-group@4.4.12': + resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} + peerDependencies: + '@types/react': '*' + '@types/react@18.3.31': resolution: {integrity: sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==} @@ -1382,6 +1585,10 @@ packages: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} + babel-plugin-macros@3.1.0: + resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} + engines: {node: '>=10', npm: '>=6'} + balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -1460,6 +1667,10 @@ packages: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} + clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} @@ -1478,9 +1689,16 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + convert-source-map@1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + cosmiconfig@7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} + cpx2@8.0.2: resolution: {integrity: sha512-exLFEIh8XgWthEtrEq8hs+S6jxM5ZHpjQnRH6D7VU+2uAYS3amLSVOUSuirfx3HeN7WBCq+xFygHpt7l+gQtUA==} engines: {node: ^20.0.0 || >=22.0.0, npm: '>=10'} @@ -1615,6 +1833,9 @@ packages: resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==} engines: {node: '>=0.12'} + error-ex@1.3.4: + resolution: {integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==} + es-abstract-get@1.0.0: resolution: {integrity: sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==} engines: {node: '>= 0.4'} @@ -1857,6 +2078,9 @@ packages: find-index@0.1.1: resolution: {integrity: sha512-uJ5vWrfBKMcE6y2Z8834dwEZj9mNGxYa3t3I53OwFeuZ8D9oc2E5zcsrkuhX6h4iYrjhiv0T3szQmxlAV9uxDg==} + find-root@1.1.0: + resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} + find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} @@ -2028,6 +2252,9 @@ packages: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true + hoist-non-react-statics@3.3.2: + resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} + http-errors@2.0.0: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} @@ -2090,6 +2317,9 @@ packages: resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} engines: {node: '>= 0.4'} + is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + is-async-function@2.1.1: resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==} engines: {node: '>= 0.4'} @@ -2245,9 +2475,17 @@ packages: resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==} engines: {node: '>=12.0.0'} + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + engines: {node: '>=6'} + hasBin: true + json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} @@ -2367,6 +2605,9 @@ packages: linebreak@1.1.0: resolution: {integrity: sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==} + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + linkify-it@2.2.0: resolution: {integrity: sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==} @@ -2596,6 +2837,10 @@ packages: parse-imports-exports@0.2.4: resolution: {integrity: sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ==} + parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + parse-path@7.1.0: resolution: {integrity: sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==} @@ -2726,6 +2971,9 @@ packages: react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + react-is@19.2.8: + resolution: {integrity: sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==} + react-redux@9.3.0: resolution: {integrity: sha512-KQopgqFo/p/fgmAs5qz6p5RWaNAzq40WAu7fJIXnQpYxFPbJYtsJPWvGeF2rOBaY/kEuV77AVsX8TsQzKm+A/g==} peerDependencies: @@ -2936,6 +3184,10 @@ packages: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} + source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} @@ -3020,6 +3272,9 @@ packages: strnum@2.4.1: resolution: {integrity: sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==} + stylis@4.2.0: + resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} + subarg@1.0.0: resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} @@ -3367,6 +3622,10 @@ packages: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} + yaml@1.10.3: + resolution: {integrity: sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==} + engines: {node: '>= 6'} + yaml@2.9.0: resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} engines: {node: '>= 14.6'} @@ -3584,10 +3843,56 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.1 + '@babel/generator@7.29.7': + dependencies: + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + jsesc: 3.1.0 + + '@babel/helper-globals@7.29.7': {} + + '@babel/helper-module-imports@7.29.7': + dependencies: + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 + transitivePeerDependencies: + - supports-color + + '@babel/helper-string-parser@7.29.7': {} + '@babel/helper-validator-identifier@7.29.7': {} + '@babel/parser@7.29.7': + dependencies: + '@babel/types': 7.29.7 + '@babel/runtime@7.29.7': {} + '@babel/template@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + + '@babel/traverse@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 + debug: 4.4.3(supports-color@8.1.1) + transitivePeerDependencies: + - supports-color + + '@babel/types@7.29.7': + dependencies: + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@bentley/imodeljs-native@5.11.24': {} '@emnapi/core@1.11.1': @@ -3606,6 +3911,89 @@ snapshots: tslib: 2.8.1 optional: true + '@emotion/babel-plugin@11.13.5': + dependencies: + '@babel/helper-module-imports': 7.29.7 + '@babel/runtime': 7.29.7 + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/serialize': 1.3.3 + babel-plugin-macros: 3.1.0 + convert-source-map: 1.9.0 + escape-string-regexp: 4.0.0 + find-root: 1.1.0 + source-map: 0.5.7 + stylis: 4.2.0 + transitivePeerDependencies: + - supports-color + + '@emotion/cache@11.14.0': + dependencies: + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + + '@emotion/hash@0.9.2': {} + + '@emotion/is-prop-valid@1.4.0': + dependencies: + '@emotion/memoize': 0.9.0 + + '@emotion/memoize@0.9.0': {} + + '@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@emotion/babel-plugin': 11.13.5 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + hoist-non-react-statics: 3.3.2 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.31 + transitivePeerDependencies: + - supports-color + + '@emotion/serialize@1.3.3': + dependencies: + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/unitless': 0.10.0 + '@emotion/utils': 1.4.2 + csstype: 3.2.3 + + '@emotion/sheet@1.4.0': {} + + '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@emotion/babel-plugin': 11.13.5 + '@emotion/is-prop-valid': 1.4.0 + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/serialize': 1.3.3 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/utils': 1.4.2 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.31 + transitivePeerDependencies: + - supports-color + + '@emotion/unitless@0.10.0': {} + + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)': + dependencies: + react: 18.3.1 + + '@emotion/utils@1.4.2': {} + + '@emotion/weak-memoize@0.4.0': {} + '@es-joy/jsdoccomment@0.52.0': dependencies: '@types/estree': 1.0.9 @@ -3722,20 +4110,20 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 - '@itwin/appui-react@5.33.0(41d6ab1ad80ddde389bb507598524eab)': + '@itwin/appui-react@5.33.0(9995146e9f8d7b9b3cb936562b354464)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-geometry': 5.11.3 '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/imodel-components-react': 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/imodel-components-react': 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 immer: 10.2.0 lodash: 4.18.1 @@ -3763,7 +4151,7 @@ snapshots: rimraf: 6.1.3 tree-kill: 1.2.2 typedoc: 0.28.20(typescript@5.6.3) - typedoc-plugin-merge-modules: 7.0.0(typedoc@0.28.20(typescript@5.9.3)) + typedoc-plugin-merge-modules: 7.0.0(typedoc@0.28.20(typescript@5.6.3)) typescript: 5.6.3 wtfnode: 0.9.4 yargs: 17.7.3 @@ -3775,13 +4163,13 @@ snapshots: '@itwin/cloud-agnostic-core@3.1.3': {} - '@itwin/components-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react@5.33.0(798ef76e88670cfa98afe2c85246f3ab)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/core-bentley': 5.11.3 - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(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': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 immer: 10.2.0 linkify-it: 2.2.0 @@ -3865,12 +4253,12 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 - '@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/core-bentley': 5.11.3 '@itwin/itwinui-icons-react': 2.11.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 dompurify: 3.4.12 lodash: 4.18.1 @@ -3921,18 +4309,18 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@itwin/imodel-components-react@5.33.0(cfa1e2d8357130b62620a399f8c5421d)': + '@itwin/imodel-components-react@5.33.0(605cd13c58195c59c4337b07a36dbe42)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-geometry': 5.11.3 '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(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': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -3948,7 +4336,7 @@ snapshots: react: 18.3.1 react-dom: 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)': + '@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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)': dependencies: '@floating-ui/react': 0.27.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -3958,6 +4346,8 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-table: 7.8.0(react@18.3.1) + optionalDependencies: + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/object-storage-azure@3.1.3': dependencies: @@ -3999,20 +4389,20 @@ snapshots: '@itwin/ecschema-metadata': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) '@itwin/presentation-shared': 1.2.18 - '@itwin/presentation-components@6.0.0(9c22b711e6612dd0de610ee6cdc88121)': + '@itwin/presentation-components@6.0.0(199686746893042b28badefe04fd1a5f)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) - '@itwin/imodel-components-react': 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + '@itwin/imodel-components-react': 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-core-interop': 1.3.13(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) @@ -4061,7 +4451,7 @@ snapshots: rxjs: 7.8.2 rxjs-for-await: 1.0.0(rxjs@7.8.2) - '@itwin/presentation-hierarchies-react@2.0.0-alpha.63(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': + '@itwin/presentation-hierarchies-react@2.0.0-alpha.63(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': dependencies: '@itwin/core-bentley': 5.11.3 '@itwin/presentation-hierarchies': 2.0.0-alpha.16 @@ -4077,6 +4467,9 @@ snapshots: react-dom: 18.3.1(react@18.3.1) react-error-boundary: 4.1.2(react@18.3.1) rxjs: 7.8.2 + optionalDependencies: + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@types/react' - use-sync-external-store @@ -4098,19 +4491,19 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 - '@itwin/property-grid-react@file:../../packages/property-grid(62d12093f62aa20e9746e46d3f3e50c4)': + '@itwin/property-grid-react@file:../../packages/property-grid(dc5103e9703fbf1f7a3440b13a92392b)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) - '@itwin/presentation-components': 6.0.0(9c22b711e6612dd0de610ee6cdc88121) + '@itwin/presentation-components': 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-core-interop': 1.3.13(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) '@itwin/presentation-shared': 1.2.18 @@ -4124,36 +4517,38 @@ snapshots: - '@itwin/core-quantity' - '@itwin/ecschema-metadata' - '@itwin/quantity-formatting-react@file:../../packages/quantity-formatting(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@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/quantity-formatting-react@file:../../packages/quantity-formatting(329d74a2f2fb89e592a75f6cb7bb007e)': dependencies: '@itwin/core-bentley': 5.11.3 '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/itwinui-icons-react': 2.11.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@itwin/tree-widget-react@file:../../packages/tree-widget(2aacfb18d9393119a48db8d0dcfe39b3)': + '@itwin/tree-widget-react@file:../../packages/tree-widget(2134b885a53525e2b61d8bea10f6dd54)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/ecschema-metadata': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) '@itwin/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) - '@itwin/presentation-components': 6.0.0(9c22b711e6612dd0de610ee6cdc88121) + '@itwin/presentation-components': 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-core-interop': 2.0.0-alpha.2(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) '@itwin/presentation-hierarchies': 2.0.0-alpha.16 - '@itwin/presentation-hierarchies-react': 2.0.0-alpha.63(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) + '@itwin/presentation-hierarchies-react': 2.0.0-alpha.63(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) '@itwin/presentation-shared': 2.0.0-alpha.11 '@itwin/unified-selection': 1.8.1-alpha.0 + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/bricks': 0.5.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/foundations': 0.4.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/icons': 0.4.2 + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/structures': 0.5.8(@types/react@18.3.31)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) classnames: 2.5.1 react: 18.3.1 @@ -4164,8 +4559,6 @@ snapshots: transitivePeerDependencies: - '@itwin/core-geometry' - '@itwin/core-quantity' - - '@mui/material' - - '@stratakit/mui' - '@types/react' - use-sync-external-store @@ -4187,8 +4580,20 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 + '@jridgewell/gen-mapping@0.3.13': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.31 + + '@jridgewell/resolve-uri@3.1.2': {} + '@jridgewell/sourcemap-codec@1.5.5': {} + '@jridgewell/trace-mapping@0.3.31': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.5 + '@loaders.gl/core@4.3.4': dependencies: '@loaders.gl/loader-utils': 4.3.4(@loaders.gl/core@4.3.4) @@ -4256,6 +4661,85 @@ snapshots: '@microsoft/tsdoc@0.16.0': {} + '@mui/core-downloads-tracker@9.2.0': {} + + '@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/core-downloads-tracker': 9.2.0 + '@mui/system': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@mui/types': 9.1.1(@types/react@18.3.31) + '@mui/utils': 9.2.0(@types/react@18.3.31)(react@18.3.1) + '@popperjs/core': 2.11.8 + '@types/react-transition-group': 4.4.12(@types/react@18.3.31) + clsx: 2.1.1 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-is: 19.2.8 + react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@types/react': 18.3.31 + + '@mui/private-theming@9.2.0(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/utils': 9.2.0(@types/react@18.3.31)(react@18.3.1) + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.31 + + '@mui/styled-engine@9.1.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/sheet': 1.4.0 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + + '@mui/system@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/private-theming': 9.2.0(@types/react@18.3.31)(react@18.3.1) + '@mui/styled-engine': 9.1.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(react@18.3.1) + '@mui/types': 9.1.1(@types/react@18.3.31) + '@mui/utils': 9.2.0(@types/react@18.3.31)(react@18.3.1) + clsx: 2.1.1 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@types/react': 18.3.31 + + '@mui/types@9.1.1(@types/react@18.3.31)': + dependencies: + '@babel/runtime': 7.29.7 + optionalDependencies: + '@types/react': 18.3.31 + + '@mui/utils@9.2.0(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/types': 9.1.1(@types/react@18.3.31) + '@types/prop-types': 15.7.15 + clsx: 2.1.1 + prop-types: 15.8.1 + react: 18.3.1 + react-is: 19.2.8 + optionalDependencies: + '@types/react': 18.3.31 + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': dependencies: '@emnapi/core': 1.11.1 @@ -4339,6 +4823,8 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true + '@popperjs/core@2.11.8': {} + '@probe.gl/env@4.1.1': {} '@probe.gl/log@4.1.1': @@ -4481,6 +4967,23 @@ snapshots: '@stratakit/icons@0.4.2': {} + '@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@ariakit/react': 0.4.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@emotion/cache': 11.14.0 + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/foundations': 0.4.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/icons': 0.4.2 + classnames: 2.5.1 + react: 18.3.1 + react-compiler-runtime: 1.0.0(react@18.3.1) + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - '@types/react' + - supports-color + '@stratakit/structures@0.5.8(@types/react@18.3.31)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': dependencies: '@ariakit/react': 0.4.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -4565,12 +5068,18 @@ snapshots: dependencies: undici-types: 6.21.0 + '@types/parse-json@4.0.2': {} + '@types/prop-types@15.7.15': {} '@types/react-dom@18.3.7(@types/react@18.3.31)': dependencies: '@types/react': 18.3.31 + '@types/react-transition-group@4.4.12(@types/react@18.3.31)': + dependencies: + '@types/react': 18.3.31 + '@types/react@18.3.31': dependencies: '@types/prop-types': 15.7.15 @@ -4897,6 +5406,12 @@ snapshots: axobject-query@4.1.0: {} + babel-plugin-macros@3.1.0: + dependencies: + '@babel/runtime': 7.29.7 + cosmiconfig: 7.1.0 + resolve: 1.22.12 + balanced-match@1.0.2: {} balanced-match@4.0.4: {} @@ -4973,6 +5488,8 @@ snapshots: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + clsx@2.1.1: {} + color-convert@2.0.1: dependencies: color-name: 1.1.4 @@ -4987,8 +5504,18 @@ snapshots: concat-map@0.0.1: {} + convert-source-map@1.9.0: {} + convert-source-map@2.0.0: {} + cosmiconfig@7.1.0: + dependencies: + '@types/parse-json': 4.0.2 + import-fresh: 3.3.1 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.3 + cpx2@8.0.2: dependencies: debounce: 3.0.0 @@ -5114,6 +5641,10 @@ snapshots: entities@7.0.1: {} + error-ex@1.3.4: + dependencies: + is-arrayish: 0.2.1 + es-abstract-get@1.0.0: dependencies: es-errors: 1.3.0 @@ -5489,6 +6020,8 @@ snapshots: find-index@0.1.1: {} + find-root@1.1.0: {} + find-up@5.0.0: dependencies: locate-path: 6.0.0 @@ -5680,6 +6213,10 @@ snapshots: he@1.2.0: {} + hoist-non-react-statics@3.3.2: + dependencies: + react-is: 16.13.1 + http-errors@2.0.0: dependencies: depd: 2.0.0 @@ -5754,6 +6291,8 @@ snapshots: call-bound: 1.0.4 get-intrinsic: 1.3.0 + is-arrayish@0.2.1: {} + is-async-function@2.1.1: dependencies: async-function: 1.0.0 @@ -5907,8 +6446,12 @@ snapshots: jsdoc-type-pratt-parser@4.1.0: {} + jsesc@3.1.0: {} + json-buffer@3.0.1: {} + json-parse-even-better-errors@2.3.1: {} + json-schema-traverse@0.4.1: {} json-schema-traverse@1.0.0: {} @@ -6007,6 +6550,8 @@ snapshots: base64-js: 0.0.8 unicode-trie: 2.0.0 + lines-and-columns@1.2.4: {} + linkify-it@2.2.0: dependencies: uc.micro: 1.0.6 @@ -6253,6 +6798,13 @@ snapshots: dependencies: parse-statements: 1.0.11 + parse-json@5.2.0: + dependencies: + '@babel/code-frame': 7.29.7 + error-ex: 1.3.4 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + parse-path@7.1.0: dependencies: protocols: 2.0.2 @@ -6366,6 +6918,8 @@ snapshots: react-is@17.0.2: {} + react-is@19.2.8: {} + react-redux@9.3.0(@types/react@18.3.31)(react@18.3.1)(redux@5.0.1): dependencies: '@types/use-sync-external-store': 0.0.6 @@ -6610,6 +7164,8 @@ snapshots: source-map-js@1.2.1: {} + source-map@0.5.7: {} + source-map@0.6.1: {} spdx-exceptions@2.5.0: {} @@ -6715,6 +7271,8 @@ snapshots: dependencies: anynum: 1.0.1 + stylis@4.2.0: {} + subarg@1.0.0: dependencies: minimist: 1.2.8 @@ -6825,7 +7383,7 @@ snapshots: possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 - typedoc-plugin-merge-modules@7.0.0(typedoc@0.28.20(typescript@5.9.3)): + typedoc-plugin-merge-modules@7.0.0(typedoc@0.28.20(typescript@5.6.3)): dependencies: typedoc: 0.28.20(typescript@5.6.3) @@ -7020,6 +7578,8 @@ snapshots: y18n@5.0.8: {} + yaml@1.10.3: {} + yaml@2.9.0: {} yargs-parser@21.1.1: {} diff --git a/apps/test-viewer/package.json b/apps/test-viewer/package.json index c4d040dff..b2587a139 100644 --- a/apps/test-viewer/package.json +++ b/apps/test-viewer/package.json @@ -48,9 +48,11 @@ "@itwin/unified-selection": "1.8.1-alpha.0", "@itwin/web-viewer-react": "^5.0.1", "@itwin/webgl-compatibility": "^5.11.2", + "@mui/material": "^9.0.0", "@stratakit/bricks": "^0.5.4", "@stratakit/foundations": "^0.4.8", "@stratakit/icons": "^0.3.1", + "@stratakit/mui": "^0.5.0", "@stratakit/structures": "^0.5.7", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/apps/test-viewer/pnpm-lock.yaml b/apps/test-viewer/pnpm-lock.yaml index cd48c7f36..03d0c38ae 100644 --- a/apps/test-viewer/pnpm-lock.yaml +++ b/apps/test-viewer/pnpm-lock.yaml @@ -18,13 +18,13 @@ importers: version: 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/appui-react': specifier: ^5.33.0 - version: 5.33.0(41d6ab1ad80ddde389bb507598524eab) + version: 5.33.0(9995146e9f8d7b9b3cb936562b354464) '@itwin/browser-authorization': specifier: ^2.0.2 version: 2.0.2(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/components-react': specifier: ^5.33.0 - version: 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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) + version: 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': specifier: ^5.11.2 version: 5.11.3 @@ -51,10 +51,10 @@ importers: version: 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/core-react': specifier: ^5.33.0 - version: 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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) + version: 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(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.3(@itwin/core-bentley@5.11.3))(@itwin/appui-react@5.33.0(41d6ab1ad80ddde389bb507598524eab))(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: file:../../packages/ec3-widget(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/appui-react@5.33.0(9995146e9f8d7b9b3cb936562b354464))(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': specifier: ^5.11.2 version: 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) @@ -66,13 +66,13 @@ importers: version: 5.11.2(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/geo-tools-react': specifier: workspace:* - version: file:../../packages/geo-tools(e542c240c79b88fb9ceb55aa704f59c9) + version: file:../../packages/geo-tools(f3e451c525ae009b005eb845eeda8503) '@itwin/grouping-mapping-widget': specifier: workspace:* - version: file:../../packages/grouping-mapping-widget(bd34ed495d98b29aadb103a878e5ef95) + version: file:../../packages/grouping-mapping-widget(b7bb7e9e0c10dcca5c4129a266a103c9) '@itwin/imodel-components-react': specifier: ^5.33.0 - version: 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + version: 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@itwin/imodels-access-frontend': specifier: ^6.1.1 version: 6.1.2(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))))) @@ -87,10 +87,10 @@ importers: version: 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-react': specifier: 3.21.2 - version: 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/map-layers': specifier: workspace:* - version: file:../../packages/map-layers(7f3b51594b4da783b17751696a321fe5) + version: file:../../packages/map-layers(6321ca18e8e0497c5e126bd7c3c6cdd2) '@itwin/map-layers-auth': specifier: ^5.11.2 version: 5.11.2(@itwin/core-bentley@5.11.3) @@ -99,16 +99,16 @@ importers: version: 5.11.2(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(@itwin/core-geometry@5.11.3) '@itwin/measure-tools-react': specifier: workspace:* - version: file:../../packages/measure-tools(fa3269235896ef053a453408f231c0ad) + version: file:../../packages/measure-tools(76d924ef29a2c9c4a7fd5bfc11ea7e71) '@itwin/one-click-lca-react': specifier: workspace:* - version: file:../../packages/one-click-lca-widget(372552fc7ce0f96a4b152fed1ed4487b) + version: file:../../packages/one-click-lca-widget(5896b65f76e20748171e4e74d8760efe) '@itwin/presentation-common': specifier: ^5.11.2 version: 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-components': specifier: ^6.0.0 - version: 6.0.0(9c22b711e6612dd0de610ee6cdc88121) + version: 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-core-interop': specifier: 2.0.0-alpha.2 version: 2.0.0-alpha.2(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) @@ -120,31 +120,34 @@ importers: version: 2.0.0-alpha.16 '@itwin/presentation-hierarchies-react': specifier: 2.0.0-alpha.63 - version: 2.0.0-alpha.63(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) + version: 2.0.0-alpha.63(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) '@itwin/presentation-shared': specifier: 2.0.0-alpha.11 version: 2.0.0-alpha.11 '@itwin/property-grid-react': specifier: workspace:* - version: file:../../packages/property-grid(62d12093f62aa20e9746e46d3f3e50c4) + version: file:../../packages/property-grid(dc5103e9703fbf1f7a3440b13a92392b) '@itwin/quantity-formatting-react': specifier: workspace:* - version: file:../../packages/quantity-formatting(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@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) + version: file:../../packages/quantity-formatting(329d74a2f2fb89e592a75f6cb7bb007e) '@itwin/reports-config-widget-react': specifier: workspace:* - version: file:../../packages/reports-config-widget(9e21eeb687c5af913f09bab7117c11eb) + version: file:../../packages/reports-config-widget(3015f707968a943ad36ec2bb1fcf49b6) '@itwin/tree-widget-react': specifier: workspace:* - version: file:../../packages/tree-widget(3e20f8c4207cb62e7ba277b8d26df15e) + version: file:../../packages/tree-widget(8ccf13670fcf511b5fd43513a72db93f) '@itwin/unified-selection': specifier: 1.8.1-alpha.0 version: 1.8.1-alpha.0 '@itwin/web-viewer-react': specifier: ^5.0.1 - version: 5.0.1(b1b86db16c9e84775dc84deef7fe3000) + version: 5.0.1(24d1929077f1aff1a162277e54507290) '@itwin/webgl-compatibility': specifier: ^5.11.2 version: 5.11.3 + '@mui/material': + specifier: ^9.0.0 + version: 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/bricks': specifier: ^0.5.4 version: 0.5.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -154,6 +157,9 @@ importers: '@stratakit/icons': specifier: ^0.3.1 version: 0.3.2 + '@stratakit/mui': + specifier: ^0.5.0 + version: 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/structures': specifier: ^0.5.7 version: 0.5.8(@types/react@18.3.31)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) @@ -267,10 +273,51 @@ packages: '@ariakit/utils@0.1.5': resolution: {integrity: sha512-BQebYH9nV1VZttZwoq/fsxcxIJjc8oW2bNV6yJDHLZ8OF8UtM15drFN0JOL8Jwn7jeeD7Ev+tIC8pUijJEditQ==} + '@babel/code-frame@7.29.7': + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.29.7': + resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-globals@7.29.7': + resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-module-imports@7.29.7': + resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.29.7': + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} + engines: {node: '>=6.9.0'} + + '@babel/parser@7.29.7': + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/runtime@7.29.7': resolution: {integrity: sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==} engines: {node: '>=6.9.0'} + '@babel/template@7.29.7': + resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.29.7': + resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.29.7': + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} + engines: {node: '>=6.9.0'} + '@bentley/icons-generic-webfont@1.0.34': resolution: {integrity: sha512-5zZgs+himE2vjf39CVlDXMHCFAwSfcoORqJBk3Vji8QVCF8AIX4IX2DO6HlsIAM7szxMNqhz1kd07Xfppro6MA==} @@ -344,6 +391,60 @@ packages: '@emnapi/wasi-threads@1.2.2': resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} + '@emotion/babel-plugin@11.13.5': + resolution: {integrity: sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==} + + '@emotion/cache@11.14.0': + resolution: {integrity: sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==} + + '@emotion/hash@0.9.2': + resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} + + '@emotion/is-prop-valid@1.4.0': + resolution: {integrity: sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==} + + '@emotion/memoize@0.9.0': + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} + + '@emotion/react@11.14.0': + resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==} + peerDependencies: + '@types/react': '*' + react: '>=16.8.0' + peerDependenciesMeta: + '@types/react': + optional: true + + '@emotion/serialize@1.3.3': + resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==} + + '@emotion/sheet@1.4.0': + resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} + + '@emotion/styled@11.14.1': + resolution: {integrity: sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==} + peerDependencies: + '@emotion/react': ^11.0.0-rc.0 + '@types/react': '*' + react: '>=16.8.0' + peerDependenciesMeta: + '@types/react': + optional: true + + '@emotion/unitless@0.10.0': + resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} + + '@emotion/use-insertion-effect-with-fallbacks@1.2.0': + resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==} + peerDependencies: + react: '>=16.8.0' + + '@emotion/utils@1.4.2': + resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==} + + '@emotion/weak-memoize@0.4.0': + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} + '@epic-web/invariant@1.0.0': resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==} @@ -892,9 +993,11 @@ packages: '@itwin/presentation-common': ^5.8.0 '@itwin/presentation-components': ^5.12.0 '@itwin/presentation-frontend': ^5.8.0 + '@mui/material': ^9.0.0 '@stratakit/bricks': ^0.5.4 '@stratakit/foundations': ^0.4.7 '@stratakit/icons': ^0.3.1 + '@stratakit/mui': ^0.5.0 '@stratakit/structures': ^0.5.6 react: ^18.0.0 react-dom: ^18.0.0 @@ -948,6 +1051,19 @@ packages: '@itwin/webgl-compatibility@5.11.3': resolution: {integrity: sha512-m/mNmfz3i+Bdn4CvUPq/jpcNEq0XJguHDItt8J81cmzqBHnz7pp7l2H1HY3VDB9Adhfs56Zy+gfKrhQ0mwlsSQ==} + '@jridgewell/gen-mapping@0.3.13': + resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.5.5': + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + + '@jridgewell/trace-mapping@0.3.31': + resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} + '@loaders.gl/core@4.3.4': resolution: {integrity: sha512-cG0C5fMZ1jyW6WCsf4LoHGvaIAJCEVA/ioqKoYRwoSfXkOf+17KupK1OUQyUCw5XoRn+oWA1FulJQOYlXnb9Gw==} @@ -971,6 +1087,86 @@ packages: peerDependencies: '@loaders.gl/core': ^4.3.0 + '@mui/core-downloads-tracker@9.2.0': + resolution: {integrity: sha512-+XMav+ZaXkZKUFUgzjrfMEedfyJKxxviAske2q8N8CWDMeqZdDU2lWMkiUPiB388hGaDqhwvOAwkrsc/pUyp8g==} + + '@mui/material@9.2.0': + resolution: {integrity: sha512-+YTRSgGKGrrRo2XJZXs7JRA6qHoHWvNtxyqxnrRJTBmIuLOUpxxh7m4G9lF4tWberxGFY+EqkkRPgJCl+fSMJg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@mui/material-pigment-css': ^9.2.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@mui/material-pigment-css': + optional: true + '@types/react': + optional: true + + '@mui/private-theming@9.2.0': + resolution: {integrity: sha512-w9wpyDxGPGnAACPB2hKhCDmILJIAvQxrfjUbIAEa0AznX1rOjaz5N+yB1uuw8ixnJcpEh/tPbD9oEe19wcWPHw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/styled-engine@9.1.1': + resolution: {integrity: sha512-neaYKdJfvEG54q8efHLJR7swpHG/gfSv9xGqW5iTSMsubD7yPCPFrhVBt284j1DOF3uZaaDJSHQL7gz6jGF21Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.4.1 + '@emotion/styled': ^11.3.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + + '@mui/system@9.2.0': + resolution: {integrity: sha512-YvUJwKoGVtbnOm2PyPi5TvX2d1rOA6sqSpEWVs4WmXNIaFTuYmNUaVdU2o1NKUEe31URnD3E8ZVUMcsLQXwcYg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@types/react': + optional: true + + '@mui/types@9.1.1': + resolution: {integrity: sha512-Zjt7u8wNvDg40rPTGoL+TnfkpuSKjwubsNSFRH1KAVZLcaV4I3AFNHIFbvH7p4F3alEibSbdd90xAgn5Rnfndg==} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/utils@9.2.0': + resolution: {integrity: sha512-OsUH5zhlSOM4xmLl53+agug1M1UyWb4zxFxWQCqwKTKUeQPvTENtg3JhrroBD2qpCLKsX5W/DYGERJ4mBUbc8g==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@napi-rs/wasm-runtime@1.1.6': resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==} peerDependencies: @@ -1225,6 +1421,13 @@ packages: '@stratakit/icons@0.4.2': resolution: {integrity: sha512-bKAwyESZZ6jrq903ROiMEnNhnHoadnmLmn32+b/7t80PU5YxM8hOhI9iUtpElbpMNZqJ55RK03EIEVYJpWFixQ==} + '@stratakit/mui@0.5.2': + resolution: {integrity: sha512-MVN6X0wxPDxporO2Jcm8CjtQX1tYhZUSeUWoo5kYpfyNZ9tIAgYrHPJuW2tRTwQ/uyFkE0YJmjqno5ISNNskxQ==} + peerDependencies: + '@mui/material': ^9.0.0 + react: '>=18.0.0' + react-dom: '>=18.0.0' + '@stratakit/structures@0.5.8': resolution: {integrity: sha512-/DA8h9BoWSSPvDJnTh3Y5NUEcuHgZfjICvlU41MpMndPQreeqi6/YInL7weAE9DRXbX9Z2XcGX5qSt9TRBHWwQ==} peerDependencies: @@ -1285,6 +1488,9 @@ packages: '@types/node@22.20.1': resolution: {integrity: sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==} + '@types/parse-json@4.0.2': + resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} + '@types/prop-types@15.7.15': resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} @@ -1296,6 +1502,11 @@ packages: '@types/react-table@7.7.20': resolution: {integrity: sha512-ahMp4pmjVlnExxNwxyaDrFgmKxSbPwU23sGQw2gJK4EhCvnvmib2s/O/+y1dfV57dXOwpr2plfyBol+vEHbi2w==} + '@types/react-transition-group@4.4.12': + resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} + peerDependencies: + '@types/react': '*' + '@types/react@18.3.31': resolution: {integrity: sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw==} @@ -1484,6 +1695,10 @@ packages: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} + babel-plugin-macros@3.1.0: + resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} + engines: {node: '>=10', npm: '>=6'} + balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -1541,6 +1756,10 @@ packages: classnames@2.5.1: resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==} + clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} @@ -1569,10 +1788,17 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + convert-source-map@1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + cookie@1.1.1: resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} engines: {node: '>=18'} + cosmiconfig@7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} + cross-env@10.1.0: resolution: {integrity: sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==} engines: {node: '>=20'} @@ -1907,6 +2133,9 @@ packages: resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} + find-root@1.1.0: + resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} + find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} @@ -2059,6 +2288,9 @@ packages: resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} engines: {node: '>= 0.4'} + hoist-non-react-statics@3.3.2: + resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} + hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} @@ -2260,12 +2492,20 @@ packages: resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==} engines: {node: '>=12.0.0'} + jsesc@3.1.0: + resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} + engines: {node: '>=6'} + hasBin: true + json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} json-parse-better-errors@1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} @@ -2372,6 +2612,9 @@ packages: resolution: {integrity: sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==} engines: {node: '>= 12.0.0'} + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + linkify-it@2.2.0: resolution: {integrity: sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==} @@ -2587,6 +2830,10 @@ packages: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} + parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + parse-path@7.1.0: resolution: {integrity: sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==} @@ -2708,6 +2955,9 @@ packages: react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + react-is@19.2.8: + resolution: {integrity: sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==} + react-redux@9.3.0: resolution: {integrity: sha512-KQopgqFo/p/fgmAs5qz6p5RWaNAzq40WAu7fJIXnQpYxFPbJYtsJPWvGeF2rOBaY/kEuV77AVsX8TsQzKm+A/g==} peerDependencies: @@ -2937,6 +3187,10 @@ packages: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} + source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -3001,6 +3255,9 @@ packages: strnum@1.1.2: resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==} + stylis@4.2.0: + resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} + supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -3187,6 +3444,10 @@ packages: workspace-tools@0.36.4: resolution: {integrity: sha512-v0UFVvw9BjHtRu2Dau5PEJKkuG8u4jPlpXZQWjSz9XgbSutpPURqtO2P0hp3cVmQVATh8lkMFCewFgJuDnyC/w==} + yaml@1.10.3: + resolution: {integrity: sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==} + engines: {node: '>= 6'} + yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -3276,8 +3537,62 @@ snapshots: '@ariakit/utils@0.1.5': {} + '@babel/code-frame@7.29.7': + dependencies: + '@babel/helper-validator-identifier': 7.29.7 + js-tokens: 4.0.0 + picocolors: 1.1.1 + + '@babel/generator@7.29.7': + dependencies: + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 + jsesc: 3.1.0 + + '@babel/helper-globals@7.29.7': {} + + '@babel/helper-module-imports@7.29.7': + dependencies: + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 + transitivePeerDependencies: + - supports-color + + '@babel/helper-string-parser@7.29.7': {} + + '@babel/helper-validator-identifier@7.29.7': {} + + '@babel/parser@7.29.7': + dependencies: + '@babel/types': 7.29.7 + '@babel/runtime@7.29.7': {} + '@babel/template@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + + '@babel/traverse@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 + debug: 4.4.3 + transitivePeerDependencies: + - supports-color + + '@babel/types@7.29.7': + dependencies: + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@bentley/icons-generic-webfont@1.0.34': {} '@dnd-kit/abstract@0.4.0': @@ -3387,6 +3702,89 @@ snapshots: tslib: 2.8.1 optional: true + '@emotion/babel-plugin@11.13.5': + dependencies: + '@babel/helper-module-imports': 7.29.7 + '@babel/runtime': 7.29.7 + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/serialize': 1.3.3 + babel-plugin-macros: 3.1.0 + convert-source-map: 1.9.0 + escape-string-regexp: 4.0.0 + find-root: 1.1.0 + source-map: 0.5.7 + stylis: 4.2.0 + transitivePeerDependencies: + - supports-color + + '@emotion/cache@11.14.0': + dependencies: + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + + '@emotion/hash@0.9.2': {} + + '@emotion/is-prop-valid@1.4.0': + dependencies: + '@emotion/memoize': 0.9.0 + + '@emotion/memoize@0.9.0': {} + + '@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@emotion/babel-plugin': 11.13.5 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + hoist-non-react-statics: 3.3.2 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.31 + transitivePeerDependencies: + - supports-color + + '@emotion/serialize@1.3.3': + dependencies: + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/unitless': 0.10.0 + '@emotion/utils': 1.4.2 + csstype: 3.2.3 + + '@emotion/sheet@1.4.0': {} + + '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@emotion/babel-plugin': 11.13.5 + '@emotion/is-prop-valid': 1.4.0 + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/serialize': 1.3.3 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/utils': 1.4.2 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.31 + transitivePeerDependencies: + - supports-color + + '@emotion/unitless@0.10.0': {} + + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)': + dependencies: + react: 18.3.1 + + '@emotion/utils@1.4.2': {} + + '@emotion/weak-memoize@0.4.0': {} + '@epic-web/invariant@1.0.0': {} '@es-joy/jsdoccomment@0.52.0': @@ -3488,20 +3886,20 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 - '@itwin/appui-react@5.33.0(41d6ab1ad80ddde389bb507598524eab)': + '@itwin/appui-react@5.33.0(9995146e9f8d7b9b3cb936562b354464)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-geometry': 5.11.3 '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/imodel-components-react': 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/imodel-components-react': 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 immer: 10.2.0 lodash: 4.18.1 @@ -3525,13 +3923,13 @@ snapshots: transitivePeerDependencies: - '@itwin/core-geometry' - '@itwin/components-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react@5.33.0(798ef76e88670cfa98afe2c85246f3ab)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/core-bentley': 5.11.3 - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(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': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 immer: 10.2.0 linkify-it: 2.2.0 @@ -3640,12 +4038,12 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 - '@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/core-bentley': 5.11.3 '@itwin/itwinui-icons-react': 2.11.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 dompurify: 3.4.12 lodash: 4.18.1 @@ -3654,10 +4052,10 @@ 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.3(@itwin/core-bentley@5.11.3))(@itwin/appui-react@5.33.0(41d6ab1ad80ddde389bb507598524eab))(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@itwin/ec3-widget-react@file:../../packages/ec3-widget(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/appui-react@5.33.0(9995146e9f8d7b9b3cb936562b354464))(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) + '@itwin/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) '@itwin/core-bentley': 5.11.3 '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/insights-client': 0.16.0 @@ -3718,31 +4116,31 @@ snapshots: - '@itwin/ecschema-rpcinterface-common' - encoding - '@itwin/geo-tools-react@file:../../packages/geo-tools(e542c240c79b88fb9ceb55aa704f59c9)': + '@itwin/geo-tools-react@file:../../packages/geo-tools(f3e451c525ae009b005eb845eeda8503)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-geometry': 5.11.3 - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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) + '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) i18next: 10.6.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@itwin/grouping-mapping-widget@file:../../packages/grouping-mapping-widget(bd34ed495d98b29aadb103a878e5ef95)': + '@itwin/grouping-mapping-widget@file:../../packages/grouping-mapping-widget(b7bb7e9e0c10dcca5c4129a266a103c9)': 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.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(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.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3)) '@itwin/imodels-access-frontend': 4.1.6(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))))) '@itwin/imodels-client-management': 4.4.0 @@ -3751,7 +4149,7 @@ snapshots: '@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(9c22b711e6612dd0de610ee6cdc88121) + '@itwin/presentation-components': 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) '@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) @@ -3771,18 +4169,18 @@ snapshots: - react-native - supports-color - '@itwin/imodel-components-react@5.33.0(cfa1e2d8357130b62620a399f8c5421d)': + '@itwin/imodel-components-react@5.33.0(605cd13c58195c59c4337b07a36dbe42)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-geometry': 5.11.3 '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(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': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) classnames: 2.5.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -3875,7 +4273,7 @@ snapshots: 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)': + '@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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)': dependencies: '@floating-ui/react': 0.27.20(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -3885,6 +4283,8 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-table: 7.8.0(react@18.3.1) + optionalDependencies: + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/map-layers-auth@5.11.2(@itwin/core-bentley@5.11.3)': dependencies: @@ -3900,50 +4300,50 @@ snapshots: flatbush: 4.4.1 google-protobuf: 3.20.1 - '@itwin/map-layers@file:../../packages/map-layers(7f3b51594b4da783b17751696a321fe5)': + '@itwin/map-layers@file:../../packages/map-layers(6321ca18e8e0497c5e126bd7c3c6cdd2)': dependencies: '@dnd-kit/abstract': 0.4.0 '@dnd-kit/helpers': 0.4.0 '@dnd-kit/react': 0.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/imodel-components-react': 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/imodel-components-react': 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@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': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/map-layers-formats': 5.11.2(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(@itwin/core-geometry@5.11.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@itwin/measure-tools-react@file:../../packages/measure-tools(fa3269235896ef053a453408f231c0ad)': + '@itwin/measure-tools-react@file:../../packages/measure-tools(76d924ef29a2c9c4a7fd5bfc11ea7e71)': dependencies: '@bentley/icons-generic-webfont': 1.0.34 '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-geometry': 5.11.3 '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) '@itwin/itwinui-icons-react': 2.11.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@itwin/one-click-lca-react@file:../../packages/one-click-lca-widget(372552fc7ce0f96a4b152fed1ed4487b)': + '@itwin/one-click-lca-react@file:../../packages/one-click-lca-widget(5896b65f76e20748171e4e74d8760efe)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) + '@itwin/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(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) @@ -3960,20 +4360,20 @@ snapshots: '@itwin/ecschema-metadata': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) '@itwin/presentation-shared': 1.2.18 - '@itwin/presentation-components@6.0.0(9c22b711e6612dd0de610ee6cdc88121)': + '@itwin/presentation-components@6.0.0(199686746893042b28badefe04fd1a5f)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) - '@itwin/imodel-components-react': 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + '@itwin/imodel-components-react': 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-core-interop': 1.3.13(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) @@ -4022,12 +4422,12 @@ snapshots: rxjs: 7.8.2 rxjs-for-await: 1.0.0(rxjs@7.8.2) - '@itwin/presentation-hierarchies-react@2.0.0-alpha.63(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': + '@itwin/presentation-hierarchies-react@2.0.0-alpha.63(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': dependencies: '@itwin/core-bentley': 5.11.3 '@itwin/presentation-hierarchies': 2.0.0-alpha.16 '@itwin/presentation-shared': 2.0.0-alpha.11 - '@itwin/unified-selection': 1.8.3 + '@itwin/unified-selection': 1.8.1-alpha.0 '@stratakit/icons': 0.4.2 '@stratakit/structures': 0.5.8(@types/react@18.3.31)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) '@tanstack/react-virtual': 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -4038,6 +4438,9 @@ snapshots: react-dom: 18.3.1(react@18.3.1) react-error-boundary: 4.1.2(react@18.3.1) rxjs: 7.8.2 + optionalDependencies: + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@types/react' - use-sync-external-store @@ -4059,19 +4462,19 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 - '@itwin/property-grid-react@file:../../packages/property-grid(62d12093f62aa20e9746e46d3f3e50c4)': + '@itwin/property-grid-react@file:../../packages/property-grid(dc5103e9703fbf1f7a3440b13a92392b)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) - '@itwin/presentation-components': 6.0.0(9c22b711e6612dd0de610ee6cdc88121) + '@itwin/presentation-components': 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-core-interop': 1.3.13(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) '@itwin/presentation-shared': 1.2.18 @@ -4085,13 +4488,13 @@ snapshots: - '@itwin/core-quantity' - '@itwin/ecschema-metadata' - '@itwin/quantity-formatting-react@file:../../packages/quantity-formatting(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@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/quantity-formatting-react@file:../../packages/quantity-formatting(329d74a2f2fb89e592a75f6cb7bb007e)': dependencies: '@itwin/core-bentley': 5.11.3 '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-quantity': 5.11.3(@itwin/core-bentley@5.11.3) '@itwin/itwinui-icons-react': 2.11.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -4103,10 +4506,10 @@ snapshots: - debug - supports-color - '@itwin/reports-config-widget-react@file:../../packages/reports-config-widget(9e21eeb687c5af913f09bab7117c11eb)': + '@itwin/reports-config-widget-react@file:../../packages/reports-config-widget(3015f707968a943ad36ec2bb1fcf49b6)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) + '@itwin/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) '@itwin/core-bentley': 5.11.3 '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/imodels-access-common': 4.1.6(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3)) @@ -4125,26 +4528,28 @@ snapshots: - debug - encoding - '@itwin/tree-widget-react@file:../../packages/tree-widget(3e20f8c4207cb62e7ba277b8d26df15e)': + '@itwin/tree-widget-react@file:../../packages/tree-widget(8ccf13670fcf511b5fd43513a72db93f)': dependencies: '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/ecschema-metadata': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)) '@itwin/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) - '@itwin/presentation-components': 6.0.0(9c22b711e6612dd0de610ee6cdc88121) + '@itwin/presentation-components': 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-core-interop': 2.0.0-alpha.2(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) '@itwin/presentation-hierarchies': 2.0.0-alpha.16 - '@itwin/presentation-hierarchies-react': 2.0.0-alpha.63(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) + '@itwin/presentation-hierarchies-react': 2.0.0-alpha.63(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) '@itwin/presentation-shared': 2.0.0-alpha.11 '@itwin/unified-selection': 1.8.1-alpha.0 + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/bricks': 0.5.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/foundations': 0.4.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/icons': 0.3.2 + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/structures': 0.5.8(@types/react@18.3.31)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) classnames: 2.5.1 react: 18.3.1 @@ -4155,8 +4560,6 @@ snapshots: transitivePeerDependencies: - '@itwin/core-geometry' - '@itwin/core-quantity' - - '@mui/material' - - '@stratakit/mui' - '@types/react' - use-sync-external-store @@ -4174,24 +4577,24 @@ snapshots: rxjs: 7.8.2 rxjs-for-await: 1.0.0(rxjs@7.8.2) - '@itwin/viewer-react@5.0.1(7715ba37e99c4b96d3ab5fc64f67bb54)': + '@itwin/viewer-react@5.0.1(096c6e2ca6cc32a9589e1d8d2ef80a8a)': dependencies: '@bentley/icons-generic-webfont': 1.0.34 '@itwin/appui-abstract': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/appui-react': 5.33.0(41d6ab1ad80ddde389bb507598524eab) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/appui-react': 5.33.0(9995146e9f8d7b9b3cb936562b354464) + '@itwin/components-react': 5.33.0(798ef76e88670cfa98afe2c85246f3ab) '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) '@itwin/core-geometry': 5.11.3 '@itwin/core-i18n': 5.11.3(@itwin/core-bentley@5.11.3) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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/imodel-components-react': 5.33.0(cfa1e2d8357130b62620a399f8c5421d) + '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/imodel-components-react': 5.33.0(605cd13c58195c59c4337b07a36dbe42) '@itwin/imodels-access-frontend': 6.1.2(@itwin/core-bentley@5.11.3)(@itwin/core-frontend@5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))))) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) - '@itwin/presentation-components': 6.0.0(9c22b711e6612dd0de610ee6cdc88121) + '@itwin/presentation-components': 6.0.0(199686746893042b28badefe04fd1a5f) '@itwin/presentation-core-interop': 1.3.13(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) '@itwin/presentation-shared': 1.2.18 @@ -4209,16 +4612,16 @@ snapshots: - debug - supports-color - '@itwin/web-viewer-react@5.0.1(b1b86db16c9e84775dc84deef7fe3000)': + '@itwin/web-viewer-react@5.0.1(24d1929077f1aff1a162277e54507290)': dependencies: '@itwin/core-bentley': 5.11.3 '@itwin/core-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3) '@itwin/core-frontend': 5.11.3(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/core-orbitgt@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))(@itwin/ecschema-rpcinterface-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3)))) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@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-react': 5.33.0(@itwin/appui-abstract@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/core-bentley@5.11.3)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-rpcinterface-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-geometry@5.11.3)(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-common': 5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-common@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-geometry@5.11.3))(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))(@itwin/ecschema-metadata@5.11.3(@itwin/core-bentley@5.11.3)(@itwin/core-quantity@5.11.3(@itwin/core-bentley@5.11.3))) '@itwin/presentation-frontend': 5.11.3(76598dd2a6d52bf45d4722ec12c9e302) - '@itwin/viewer-react': 5.0.1(7715ba37e99c4b96d3ab5fc64f67bb54) + '@itwin/viewer-react': 5.0.1(096c6e2ca6cc32a9589e1d8d2ef80a8a) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-redux: 9.3.0(@types/react@18.3.31)(react@18.3.1)(redux@5.0.1) @@ -4246,6 +4649,20 @@ snapshots: dependencies: '@itwin/core-bentley': 5.11.3 + '@jridgewell/gen-mapping@0.3.13': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + '@jridgewell/trace-mapping': 0.3.31 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/sourcemap-codec@1.5.5': {} + + '@jridgewell/trace-mapping@0.3.31': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.5 + '@loaders.gl/core@4.3.4': dependencies: '@loaders.gl/loader-utils': 4.3.4(@loaders.gl/core@4.3.4) @@ -4278,6 +4695,85 @@ snapshots: dependencies: '@loaders.gl/core': 4.3.4 + '@mui/core-downloads-tracker@9.2.0': {} + + '@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/core-downloads-tracker': 9.2.0 + '@mui/system': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@mui/types': 9.1.1(@types/react@18.3.31) + '@mui/utils': 9.2.0(@types/react@18.3.31)(react@18.3.1) + '@popperjs/core': 2.11.8 + '@types/react-transition-group': 4.4.12(@types/react@18.3.31) + clsx: 2.1.1 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-is: 19.2.8 + react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@types/react': 18.3.31 + + '@mui/private-theming@9.2.0(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/utils': 9.2.0(@types/react@18.3.31)(react@18.3.1) + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.31 + + '@mui/styled-engine@9.1.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/sheet': 1.4.0 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + + '@mui/system@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/private-theming': 9.2.0(@types/react@18.3.31)(react@18.3.1) + '@mui/styled-engine': 9.1.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(react@18.3.1) + '@mui/types': 9.1.1(@types/react@18.3.31) + '@mui/utils': 9.2.0(@types/react@18.3.31)(react@18.3.1) + clsx: 2.1.1 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@types/react': 18.3.31 + + '@mui/types@9.1.1(@types/react@18.3.31)': + dependencies: + '@babel/runtime': 7.29.7 + optionalDependencies: + '@types/react': 18.3.31 + + '@mui/utils@9.2.0(@types/react@18.3.31)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.7 + '@mui/types': 9.1.1(@types/react@18.3.31) + '@types/prop-types': 15.7.15 + clsx: 2.1.1 + prop-types: 15.8.1 + react: 18.3.1 + react-is: 19.2.8 + optionalDependencies: + '@types/react': 18.3.31 + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': dependencies: '@emnapi/core': 1.11.1 @@ -4451,6 +4947,23 @@ snapshots: '@stratakit/icons@0.4.2': {} + '@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@ariakit/react': 0.4.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@emotion/cache': 11.14.0 + '@emotion/react': 11.14.0(@types/react@18.3.31)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1) + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react@18.3.1))(@types/react@18.3.31)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/foundations': 0.4.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/icons': 0.4.2 + classnames: 2.5.1 + react: 18.3.1 + react-compiler-runtime: 1.0.0(react@18.3.1) + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - '@types/react' + - supports-color + '@stratakit/structures@0.5.8(@types/react@18.3.31)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': dependencies: '@ariakit/react': 0.4.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -4513,6 +5026,8 @@ snapshots: dependencies: undici-types: 6.21.0 + '@types/parse-json@4.0.2': {} + '@types/prop-types@15.7.15': {} '@types/react-dom@18.3.7(@types/react@18.3.31)': @@ -4523,6 +5038,10 @@ snapshots: dependencies: '@types/react': 18.3.31 + '@types/react-transition-group@4.4.12(@types/react@18.3.31)': + dependencies: + '@types/react': 18.3.31 + '@types/react@18.3.31': dependencies: '@types/prop-types': 15.7.15 @@ -4770,6 +5289,12 @@ snapshots: axobject-query@4.1.0: {} + babel-plugin-macros@3.1.0: + dependencies: + '@babel/runtime': 7.29.7 + cosmiconfig: 7.1.0 + resolve: 1.22.12 + balanced-match@1.0.2: {} balanced-match@4.0.4: {} @@ -4837,6 +5362,8 @@ snapshots: classnames@2.5.1: {} + clsx@2.1.1: {} + color-convert@1.9.3: dependencies: color-name: 1.1.3 @@ -4859,8 +5386,18 @@ snapshots: concat-map@0.0.1: {} + convert-source-map@1.9.0: {} + cookie@1.1.1: {} + cosmiconfig@7.1.0: + dependencies: + '@types/parse-json': 4.0.2 + import-fresh: 3.3.1 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.3 + cross-env@10.1.0: dependencies: '@epic-web/invariant': 1.0.0 @@ -5341,6 +5878,8 @@ snapshots: dependencies: to-regex-range: 5.0.1 + find-root@1.1.0: {} + find-up@5.0.0: dependencies: locate-path: 6.0.0 @@ -5495,6 +6034,10 @@ snapshots: dependencies: function-bind: 1.1.2 + hoist-non-react-statics@3.3.2: + dependencies: + react-is: 16.13.1 + hosted-git-info@2.8.9: {} https-proxy-agent@5.0.1: @@ -5696,10 +6239,14 @@ snapshots: jsdoc-type-pratt-parser@4.1.0: {} + jsesc@3.1.0: {} + json-buffer@3.0.1: {} json-parse-better-errors@1.0.2: {} + json-parse-even-better-errors@2.3.1: {} + json-schema-traverse@0.4.1: {} json-stable-stringify-without-jsonify@1.0.1: {} @@ -5781,6 +6328,8 @@ snapshots: lightningcss-win32-arm64-msvc: 1.33.0 lightningcss-win32-x64-msvc: 1.33.0 + lines-and-columns@1.2.4: {} + linkify-it@2.2.0: dependencies: uc.micro: 1.0.6 @@ -5991,6 +6540,13 @@ snapshots: error-ex: 1.3.4 json-parse-better-errors: 1.0.2 + parse-json@5.2.0: + dependencies: + '@babel/code-frame': 7.29.7 + error-ex: 1.3.4 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + parse-path@7.1.0: dependencies: protocols: 2.0.2 @@ -6091,6 +6647,8 @@ snapshots: react-is@16.13.1: {} + react-is@19.2.8: {} + react-redux@9.3.0(@types/react@18.3.31)(react@18.3.1)(redux@5.0.1): dependencies: '@types/use-sync-external-store': 0.0.6 @@ -6357,6 +6915,8 @@ snapshots: source-map-js@1.2.1: {} + source-map@0.5.7: {} + spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 @@ -6449,6 +7009,8 @@ snapshots: strnum@1.1.2: {} + stylis@4.2.0: {} + supports-color@5.5.0: dependencies: has-flag: 3.0.0 @@ -6650,6 +7212,8 @@ snapshots: js-yaml: 4.3.0 micromatch: 4.0.8 + yaml@1.10.3: {} + yocto-queue@0.1.0: {} yocto-spinner@1.2.2: diff --git a/apps/test-viewer/src/components/App.tsx b/apps/test-viewer/src/components/App.tsx index 9cc0b27e3..f2a1cac6c 100644 --- a/apps/test-viewer/src/components/App.tsx +++ b/apps/test-viewer/src/components/App.tsx @@ -10,7 +10,7 @@ import { BrowserRouter, Route, Routes } from "react-router-dom"; import { FillCentered } from "@itwin/core-react"; import { SvgError } from "@itwin/itwinui-illustrations-react"; import { NonIdealState, ProgressLinear, ThemeProvider } from "@itwin/itwinui-react"; -import { Root } from "@stratakit/foundations"; +import { Root } from "@stratakit/mui"; import { ArcGisOauthRedirect } from "./ArcGisOauthRedirect"; import { AuthorizationProvider, AuthorizationState, SignInRedirect, useAuthorizationContext } from "./Authorization"; import { EC3AuthRedirect } from "./EC3AuthRedirect"; @@ -21,7 +21,7 @@ import type { FallbackProps } from "react-error-boundary"; export function App() { return ( - + diff --git a/apps/test-viewer/vite.config.mts b/apps/test-viewer/vite.config.mts index 3ddb51bd3..cb5fca7b8 100644 --- a/apps/test-viewer/vite.config.mts +++ b/apps/test-viewer/vite.config.mts @@ -76,9 +76,17 @@ export default defineConfig(({ mode }) => { replacement: "$1", }, ], - // Dedupe only tree-widget's deps so its source imports resolve from this app's node_modules + // Dedupe tree-widget's deps so its source imports resolve from this app's node_modules // rather than tree-widget's own node_modules, preventing duplicate package instances. - dedupe: collectDepsFromPackage(treeWidgetRoot), + dedupe: [ + ...collectDepsFromPackage(treeWidgetRoot), + // These StrataKit packages create module-level React contexts (e.g. foundations' `RootContext`). + // They are transitive deps (via `@stratakit/mui` / `@itwin/presentation-hierarchies-react`), so they + // are not listed in tree-widget's peerDependencies and thus not covered by `collectDepsFromPackage`. + // Without deduping them, the build resolves them from both this app's and tree-widget's node_modules, + // producing distinct `RootContext` objects and a "RootContext is undefined" crash at runtime. + "@stratakit/foundations", + ], }, envPrefix: ENV_PREFIX, define: { diff --git a/packages/tree-widget/package.json b/packages/tree-widget/package.json index 130a534f3..565167091 100644 --- a/packages/tree-widget/package.json +++ b/packages/tree-widget/package.json @@ -59,9 +59,11 @@ "@itwin/presentation-common": "^5.8.0", "@itwin/presentation-components": "^5.12.0", "@itwin/presentation-frontend": "^5.8.0", + "@mui/material": "^9.0.0", "@stratakit/bricks": "^0.5.4", "@stratakit/foundations": "^0.4.7", "@stratakit/icons": "^0.3.1", + "@stratakit/mui": "^0.5.0", "@stratakit/structures": "^0.5.6", "react": "^18.0.0", "react-dom": "^18.0.0" @@ -104,11 +106,13 @@ "@itwin/presentation-components": "^6.0.0", "@itwin/presentation-frontend": "^5.9.1", "@itwin/webgl-compatibility": "^5.9.1", + "@mui/material": "^9.0.0", "@playwright/test": "1.56.1", "@rollup/plugin-babel": "^7.0.0", "@stratakit/bricks": "^0.5.4", "@stratakit/foundations": "^0.4.8", "@stratakit/icons": "^0.3.1", + "@stratakit/mui": "^0.5.0", "@stratakit/structures": "^0.5.7", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", diff --git a/packages/tree-widget/pnpm-lock.yaml b/packages/tree-widget/pnpm-lock.yaml index e9108b053..e299d97a5 100644 --- a/packages/tree-widget/pnpm-lock.yaml +++ b/packages/tree-widget/pnpm-lock.yaml @@ -17,7 +17,7 @@ importers: version: 2.0.0-alpha.16 '@itwin/presentation-hierarchies-react': specifier: 2.0.0-alpha.63 - version: 2.0.0-alpha.63(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) + version: 2.0.0-alpha.63(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) '@itwin/presentation-shared': specifier: 2.0.0-alpha.11 version: 2.0.0-alpha.11 @@ -45,13 +45,13 @@ importers: version: 5.9.1(@itwin/core-bentley@5.9.1) '@itwin/appui-react': specifier: ^5.33.0 - version: 5.33.0(c776b4dff98f623b6c6a598b79d0f0f4) + version: 5.33.0(5bc159b8cf8d47919ee694c5f6d11257) '@itwin/build-tools': specifier: ^5.9.1 version: 5.9.1(@types/node@22.19.17) '@itwin/components-react': specifier: ^5.33.0 - version: 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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/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) + version: 5.33.0(0b8dfa55f3dcb0cd6170e7dc94c23602) '@itwin/core-backend': specifier: ^5.9.1 version: 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))) @@ -81,7 +81,7 @@ importers: version: 5.9.1(@itwin/core-bentley@5.9.1) '@itwin/core-react': specifier: ^5.33.0 - version: 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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) + version: 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': specifier: ^5.9.1 version: 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)) @@ -96,7 +96,7 @@ importers: version: 6.1.0(eslint@9.39.4)(typescript@5.8.3) '@itwin/imodel-components-react': specifier: ^5.33.0 - version: 5.33.0(7948da2d109d17f6685d69663e23d875) + version: 5.33.0(67a6847e957396495e597373fc166f1c) '@itwin/oidc-signin-tool': specifier: ^5.1.3 version: 5.1.3(@itwin/core-bentley@5.9.1) @@ -108,13 +108,16 @@ importers: version: 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))) '@itwin/presentation-components': specifier: ^6.0.0 - version: 6.0.0(6b132db5131a523abf32828308ce0d84) + version: 6.0.0(55710062f054717164a25d7c41847495) '@itwin/presentation-frontend': specifier: ^5.9.1 version: 5.9.1(714a55546b186b945a894efe07c72216) '@itwin/webgl-compatibility': specifier: ^5.9.1 version: 5.9.1 + '@mui/material': + specifier: ^9.0.0 + version: 9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@playwright/test': specifier: 1.56.1 version: 1.56.1 @@ -130,6 +133,9 @@ importers: '@stratakit/icons': specifier: ^0.3.1 version: 0.3.1 + '@stratakit/mui': + specifier: ^0.5.0 + version: 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@stratakit/structures': specifier: ^0.5.7 version: 0.5.7(@types/react@18.3.28)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) @@ -539,6 +545,60 @@ packages: '@emnapi/wasi-threads@1.2.1': resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} + '@emotion/babel-plugin@11.13.5': + resolution: {integrity: sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==} + + '@emotion/cache@11.14.0': + resolution: {integrity: sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==} + + '@emotion/hash@0.9.2': + resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==} + + '@emotion/is-prop-valid@1.4.0': + resolution: {integrity: sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==} + + '@emotion/memoize@0.9.0': + resolution: {integrity: sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==} + + '@emotion/react@11.14.0': + resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==} + peerDependencies: + '@types/react': '*' + react: '>=16.8.0' + peerDependenciesMeta: + '@types/react': + optional: true + + '@emotion/serialize@1.3.3': + resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==} + + '@emotion/sheet@1.4.0': + resolution: {integrity: sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==} + + '@emotion/styled@11.14.1': + resolution: {integrity: sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==} + peerDependencies: + '@emotion/react': ^11.0.0-rc.0 + '@types/react': '*' + react: '>=16.8.0' + peerDependenciesMeta: + '@types/react': + optional: true + + '@emotion/unitless@0.10.0': + resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} + + '@emotion/use-insertion-effect-with-fallbacks@1.2.0': + resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==} + peerDependencies: + react: '>=16.8.0' + + '@emotion/utils@1.4.2': + resolution: {integrity: sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==} + + '@emotion/weak-memoize@0.4.0': + resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} + '@epic-web/invariant@1.0.0': resolution: {integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==} @@ -1035,6 +1095,86 @@ packages: '@microsoft/tsdoc@0.16.0': resolution: {integrity: sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==} + '@mui/core-downloads-tracker@9.2.0': + resolution: {integrity: sha512-+XMav+ZaXkZKUFUgzjrfMEedfyJKxxviAske2q8N8CWDMeqZdDU2lWMkiUPiB388hGaDqhwvOAwkrsc/pUyp8g==} + + '@mui/material@9.2.0': + resolution: {integrity: sha512-+YTRSgGKGrrRo2XJZXs7JRA6qHoHWvNtxyqxnrRJTBmIuLOUpxxh7m4G9lF4tWberxGFY+EqkkRPgJCl+fSMJg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@mui/material-pigment-css': ^9.2.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@mui/material-pigment-css': + optional: true + '@types/react': + optional: true + + '@mui/private-theming@9.2.0': + resolution: {integrity: sha512-w9wpyDxGPGnAACPB2hKhCDmILJIAvQxrfjUbIAEa0AznX1rOjaz5N+yB1uuw8ixnJcpEh/tPbD9oEe19wcWPHw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/styled-engine@9.1.1': + resolution: {integrity: sha512-neaYKdJfvEG54q8efHLJR7swpHG/gfSv9xGqW5iTSMsubD7yPCPFrhVBt284j1DOF3uZaaDJSHQL7gz6jGF21Q==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.4.1 + '@emotion/styled': ^11.3.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + + '@mui/system@9.2.0': + resolution: {integrity: sha512-YvUJwKoGVtbnOm2PyPi5TvX2d1rOA6sqSpEWVs4WmXNIaFTuYmNUaVdU2o1NKUEe31URnD3E8ZVUMcsLQXwcYg==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@emotion/react': ^11.5.0 + '@emotion/styled': ^11.3.0 + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@emotion/react': + optional: true + '@emotion/styled': + optional: true + '@types/react': + optional: true + + '@mui/types@9.1.1': + resolution: {integrity: sha512-Zjt7u8wNvDg40rPTGoL+TnfkpuSKjwubsNSFRH1KAVZLcaV4I3AFNHIFbvH7p4F3alEibSbdd90xAgn5Rnfndg==} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + + '@mui/utils@9.2.0': + resolution: {integrity: sha512-OsUH5zhlSOM4xmLl53+agug1M1UyWb4zxFxWQCqwKTKUeQPvTENtg3JhrroBD2qpCLKsX5W/DYGERJ4mBUbc8g==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 + react: ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@napi-rs/wasm-runtime@1.1.4': resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==} peerDependencies: @@ -1159,6 +1299,9 @@ packages: engines: {node: '>=18'} hasBin: true + '@popperjs/core@2.11.8': + resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} + '@probe.gl/env@4.1.1': resolution: {integrity: sha512-+68seNDMVsEegRB47pFA/Ws1Fjy8agcFYXxzorKToyPcD6zd+gZ5uhwoLd7TzsSw6Ydns//2KEszWn+EnNHTbA==} @@ -1494,6 +1637,13 @@ packages: '@stratakit/icons@0.4.2': resolution: {integrity: sha512-bKAwyESZZ6jrq903ROiMEnNhnHoadnmLmn32+b/7t80PU5YxM8hOhI9iUtpElbpMNZqJ55RK03EIEVYJpWFixQ==} + '@stratakit/mui@0.5.2': + resolution: {integrity: sha512-MVN6X0wxPDxporO2Jcm8CjtQX1tYhZUSeUWoo5kYpfyNZ9tIAgYrHPJuW2tRTwQ/uyFkE0YJmjqno5ISNNskxQ==} + peerDependencies: + '@mui/material': ^9.0.0 + react: '>=18.0.0' + react-dom: '>=18.0.0' + '@stratakit/structures@0.5.7': resolution: {integrity: sha512-yLiWFIrV9838Kc4ulEpVnKOC+hgGDRRQAdYJC8i+dd3qhTIGkrzNzUIIypd0wcdTjdt5n/BeBBZxzLEDsciKuA==} peerDependencies: @@ -1604,6 +1754,9 @@ packages: '@types/node@22.19.17': resolution: {integrity: sha512-wGdMcf+vPYM6jikpS/qhg6WiqSV/OhG+jeeHT/KlVqxYfD40iYJf9/AE1uQxVWFvU7MipKRkRv8NSHiCGgPr8Q==} + '@types/parse-json@4.0.2': + resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} + '@types/prop-types@15.7.15': resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} @@ -1612,6 +1765,11 @@ packages: peerDependencies: '@types/react': ^18.0.0 + '@types/react-transition-group@4.4.12': + resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==} + peerDependencies: + '@types/react': '*' + '@types/react@18.3.28': resolution: {integrity: sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==} @@ -1904,6 +2062,10 @@ packages: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} + babel-plugin-macros@3.1.0: + resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} + engines: {node: '>=10', npm: '>=6'} + babel-plugin-react-compiler@1.0.0: resolution: {integrity: sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==} @@ -2045,6 +2207,10 @@ packages: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} + clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} + engines: {node: '>=6'} + color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} @@ -2077,6 +2243,9 @@ packages: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} + convert-source-map@1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} @@ -2091,6 +2260,10 @@ packages: resolution: {integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==} engines: {node: '>= 0.4.0'} + cosmiconfig@7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} + cosmiconfig@9.0.1: resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==} engines: {node: '>=14'} @@ -2622,6 +2795,9 @@ packages: find-index@0.1.1: resolution: {integrity: sha512-uJ5vWrfBKMcE6y2Z8834dwEZj9mNGxYa3t3I53OwFeuZ8D9oc2E5zcsrkuhX6h4iYrjhiv0T3szQmxlAV9uxDg==} + find-root@1.1.0: + resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} + find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} @@ -2863,6 +3039,9 @@ packages: hermes-parser@0.25.1: resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==} + hoist-non-react-statics@3.3.2: + resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} + hookable@6.1.1: resolution: {integrity: sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==} @@ -3922,6 +4101,9 @@ packages: react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + react-is@19.2.8: + resolution: {integrity: sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==} + react-redux@9.2.0: resolution: {integrity: sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==} peerDependencies: @@ -4208,6 +4390,10 @@ packages: source-map-support@0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} @@ -4323,6 +4509,9 @@ packages: engines: {node: '>=20.19.0'} hasBin: true + stylis@4.2.0: + resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} + subarg@1.0.0: resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} @@ -4838,6 +5027,10 @@ packages: yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + yaml@1.10.3: + resolution: {integrity: sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==} + engines: {node: '>= 6'} + yaml@2.8.4: resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} engines: {node: '>= 14.6'} @@ -5314,6 +5507,89 @@ snapshots: tslib: 2.8.1 optional: true + '@emotion/babel-plugin@11.13.5': + dependencies: + '@babel/helper-module-imports': 7.28.6 + '@babel/runtime': 7.29.2 + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/serialize': 1.3.3 + babel-plugin-macros: 3.1.0 + convert-source-map: 1.9.0 + escape-string-regexp: 4.0.0 + find-root: 1.1.0 + source-map: 0.5.7 + stylis: 4.2.0 + transitivePeerDependencies: + - supports-color + + '@emotion/cache@11.14.0': + dependencies: + '@emotion/memoize': 0.9.0 + '@emotion/sheet': 1.4.0 + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + stylis: 4.2.0 + + '@emotion/hash@0.9.2': {} + + '@emotion/is-prop-valid@1.4.0': + dependencies: + '@emotion/memoize': 0.9.0 + + '@emotion/memoize@0.9.0': {} + + '@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@emotion/babel-plugin': 11.13.5 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/utils': 1.4.2 + '@emotion/weak-memoize': 0.4.0 + hoist-non-react-statics: 3.3.2 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.28 + transitivePeerDependencies: + - supports-color + + '@emotion/serialize@1.3.3': + dependencies: + '@emotion/hash': 0.9.2 + '@emotion/memoize': 0.9.0 + '@emotion/unitless': 0.10.0 + '@emotion/utils': 1.4.2 + csstype: 3.2.3 + + '@emotion/sheet@1.4.0': {} + + '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@emotion/babel-plugin': 11.13.5 + '@emotion/is-prop-valid': 1.4.0 + '@emotion/react': 11.14.0(@types/react@18.3.28)(react@18.3.1) + '@emotion/serialize': 1.3.3 + '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) + '@emotion/utils': 1.4.2 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.28 + transitivePeerDependencies: + - supports-color + + '@emotion/unitless@0.10.0': {} + + '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)': + dependencies: + react: 18.3.1 + + '@emotion/utils@1.4.2': {} + + '@emotion/weak-memoize@0.4.0': {} + '@epic-web/invariant@1.0.0': {} '@es-joy/jsdoccomment@0.52.0': @@ -5426,20 +5702,20 @@ snapshots: dependencies: '@itwin/core-bentley': 5.9.1 - '@itwin/appui-react@5.33.0(c776b4dff98f623b6c6a598b79d0f0f4)': + '@itwin/appui-react@5.33.0(5bc159b8cf8d47919ee694c5f6d11257)': dependencies: '@itwin/appui-abstract': 5.9.1(@itwin/core-bentley@5.9.1) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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/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/components-react': 5.33.0(0b8dfa55f3dcb0cd6170e7dc94c23602) '@itwin/core-bentley': 5.9.1 '@itwin/core-common': 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1) '@itwin/core-frontend': 5.9.1(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/core-orbitgt@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)))(@itwin/ecschema-rpcinterface-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)))) '@itwin/core-geometry': 5.9.1 '@itwin/core-quantity': 5.9.1(@itwin/core-bentley@5.9.1) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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/imodel-components-react': 5.33.0(7948da2d109d17f6685d69663e23d875) + '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/imodel-components-react': 5.33.0(67a6847e957396495e597373fc166f1c) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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) classnames: 2.5.1 immer: 10.2.0 lodash: 4.18.1 @@ -5492,13 +5768,13 @@ snapshots: '@itwin/cloud-agnostic-core@3.0.5': {} - '@itwin/components-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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/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/components-react@5.33.0(0b8dfa55f3dcb0cd6170e7dc94c23602)': dependencies: '@itwin/appui-abstract': 5.9.1(@itwin/core-bentley@5.9.1) '@itwin/core-bentley': 5.9.1 - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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))(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': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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) classnames: 2.5.1 immer: 10.2.0 linkify-it: 2.2.0 @@ -5604,12 +5880,12 @@ snapshots: dependencies: '@itwin/core-bentley': 5.9.1 - '@itwin/core-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@itwin/appui-abstract': 5.9.1(@itwin/core-bentley@5.9.1) '@itwin/core-bentley': 5.9.1 '@itwin/itwinui-icons-react': 2.11.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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) classnames: 2.5.1 dompurify: 3.4.2 lodash: 4.18.1 @@ -5660,18 +5936,18 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@itwin/imodel-components-react@5.33.0(7948da2d109d17f6685d69663e23d875)': + '@itwin/imodel-components-react@5.33.0(67a6847e957396495e597373fc166f1c)': dependencies: '@itwin/appui-abstract': 5.9.1(@itwin/core-bentley@5.9.1) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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/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/components-react': 5.33.0(0b8dfa55f3dcb0cd6170e7dc94c23602) '@itwin/core-bentley': 5.9.1 '@itwin/core-common': 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1) '@itwin/core-frontend': 5.9.1(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/core-orbitgt@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)))(@itwin/ecschema-rpcinterface-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)))) '@itwin/core-geometry': 5.9.1 '@itwin/core-quantity': 5.9.1(@itwin/core-bentley@5.9.1) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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))(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': 3.21.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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) classnames: 2.5.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -5687,7 +5963,7 @@ snapshots: react: 18.3.1 react-dom: 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)': + '@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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)': dependencies: '@floating-ui/react': 0.27.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -5697,6 +5973,8 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-table: 7.8.0(react@18.3.1) + optionalDependencies: + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/object-storage-azure@3.0.5': dependencies: @@ -5750,20 +6028,20 @@ snapshots: '@itwin/ecschema-metadata': 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)) '@itwin/presentation-shared': 1.2.18 - '@itwin/presentation-components@6.0.0(6b132db5131a523abf32828308ce0d84)': + '@itwin/presentation-components@6.0.0(55710062f054717164a25d7c41847495)': dependencies: '@itwin/appui-abstract': 5.9.1(@itwin/core-bentley@5.9.1) - '@itwin/components-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-react@5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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/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/components-react': 5.33.0(0b8dfa55f3dcb0cd6170e7dc94c23602) '@itwin/core-bentley': 5.9.1 '@itwin/core-common': 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1) '@itwin/core-frontend': 5.9.1(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/core-orbitgt@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)))(@itwin/ecschema-rpcinterface-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)))) '@itwin/core-quantity': 5.9.1(@itwin/core-bentley@5.9.1) - '@itwin/core-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.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-react': 5.33.0(@itwin/appui-abstract@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/core-bentley@5.9.1)(@itwin/itwinui-react@3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/ecschema-metadata': 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1)) - '@itwin/imodel-components-react': 5.33.0(7948da2d109d17f6685d69663e23d875) + '@itwin/imodel-components-react': 5.33.0(67a6847e957396495e597373fc166f1c) '@itwin/itwinui-icons-react': 2.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@itwin/itwinui-illustrations-react': 2.1.0(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) + '@itwin/itwinui-react': 3.21.2(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(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/presentation-common': 5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))) '@itwin/presentation-core-interop': 1.3.13(@itwin/core-bentley@5.9.1)(@itwin/core-common@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-geometry@5.9.1))(@itwin/core-geometry@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))(@itwin/ecschema-metadata@5.9.1(@itwin/core-bentley@5.9.1)(@itwin/core-quantity@5.9.1(@itwin/core-bentley@5.9.1))) '@itwin/presentation-frontend': 5.9.1(714a55546b186b945a894efe07c72216) @@ -5812,12 +6090,12 @@ snapshots: rxjs: 7.8.2 rxjs-for-await: 1.0.0(rxjs@7.8.2) - '@itwin/presentation-hierarchies-react@2.0.0-alpha.63(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': + '@itwin/presentation-hierarchies-react@2.0.0-alpha.63(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': dependencies: '@itwin/core-bentley': 5.11.3 '@itwin/presentation-hierarchies': 2.0.0-alpha.16 '@itwin/presentation-shared': 2.0.0-alpha.11 - '@itwin/unified-selection': 1.8.3 + '@itwin/unified-selection': 1.8.1-alpha.0 '@stratakit/icons': 0.4.2 '@stratakit/structures': 0.5.8(@types/react@18.3.28)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) '@tanstack/react-virtual': 3.13.24(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -5828,6 +6106,9 @@ snapshots: react-dom: 18.3.1(react@18.3.1) react-error-boundary: 4.1.2(react@18.3.1) rxjs: 7.8.2 + optionalDependencies: + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/mui': 0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) transitivePeerDependencies: - '@types/react' - use-sync-external-store @@ -5970,6 +6251,85 @@ snapshots: '@microsoft/tsdoc@0.16.0': {} + '@mui/core-downloads-tracker@9.2.0': {} + + '@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@mui/core-downloads-tracker': 9.2.0 + '@mui/system': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1) + '@mui/types': 9.1.1(@types/react@18.3.28) + '@mui/utils': 9.2.0(@types/react@18.3.28)(react@18.3.1) + '@popperjs/core': 2.11.8 + '@types/react-transition-group': 4.4.12(@types/react@18.3.28) + clsx: 2.1.1 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-is: 19.2.8 + react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.28)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1) + '@types/react': 18.3.28 + + '@mui/private-theming@9.2.0(@types/react@18.3.28)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@mui/utils': 9.2.0(@types/react@18.3.28)(react@18.3.1) + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@types/react': 18.3.28 + + '@mui/styled-engine@9.1.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@emotion/cache': 11.14.0 + '@emotion/serialize': 1.3.3 + '@emotion/sheet': 1.4.0 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.28)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1) + + '@mui/system@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@mui/private-theming': 9.2.0(@types/react@18.3.28)(react@18.3.1) + '@mui/styled-engine': 9.1.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(react@18.3.1) + '@mui/types': 9.1.1(@types/react@18.3.28) + '@mui/utils': 9.2.0(@types/react@18.3.28)(react@18.3.1) + clsx: 2.1.1 + csstype: 3.2.3 + prop-types: 15.8.1 + react: 18.3.1 + optionalDependencies: + '@emotion/react': 11.14.0(@types/react@18.3.28)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1) + '@types/react': 18.3.28 + + '@mui/types@9.1.1(@types/react@18.3.28)': + dependencies: + '@babel/runtime': 7.29.2 + optionalDependencies: + '@types/react': 18.3.28 + + '@mui/utils@9.2.0(@types/react@18.3.28)(react@18.3.1)': + dependencies: + '@babel/runtime': 7.29.2 + '@mui/types': 9.1.1(@types/react@18.3.28) + '@types/prop-types': 15.7.15 + clsx: 2.1.1 + prop-types: 15.8.1 + react: 18.3.1 + react-is: 19.2.8 + optionalDependencies: + '@types/react': 18.3.28 + '@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)': dependencies: '@emnapi/core': 1.10.0 @@ -6063,6 +6423,8 @@ snapshots: dependencies: playwright: 1.56.1 + '@popperjs/core@2.11.8': {} + '@probe.gl/env@4.1.1': {} '@probe.gl/log@4.1.1': @@ -6314,6 +6676,23 @@ snapshots: '@stratakit/icons@0.4.2': {} + '@stratakit/mui@0.5.2(@mui/material@9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@ariakit/react': 0.4.35(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@emotion/cache': 11.14.0 + '@emotion/react': 11.14.0(@types/react@18.3.28)(react@18.3.1) + '@emotion/styled': 11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1) + '@mui/material': 9.2.0(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react@18.3.1))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/foundations': 0.4.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@stratakit/icons': 0.4.2 + classnames: 2.5.1 + react: 18.3.1 + react-compiler-runtime: 1.0.0(react@18.3.1) + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - '@types/react' + - supports-color + '@stratakit/structures@0.5.7(@types/react@18.3.28)(immer@10.2.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1))': dependencies: '@ariakit/react': 0.4.26(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -6443,12 +6822,18 @@ snapshots: dependencies: undici-types: 6.21.0 + '@types/parse-json@4.0.2': {} + '@types/prop-types@15.7.15': {} '@types/react-dom@18.3.7(@types/react@18.3.28)': dependencies: '@types/react': 18.3.28 + '@types/react-transition-group@4.4.12(@types/react@18.3.28)': + dependencies: + '@types/react': 18.3.28 + '@types/react@18.3.28': dependencies: '@types/prop-types': 15.7.15 @@ -6804,6 +7189,12 @@ snapshots: axobject-query@4.1.0: {} + babel-plugin-macros@3.1.0: + dependencies: + '@babel/runtime': 7.29.2 + cosmiconfig: 7.1.0 + resolve: 1.22.12 + babel-plugin-react-compiler@1.0.0: dependencies: '@babel/types': 7.29.0 @@ -6955,6 +7346,8 @@ snapshots: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + clsx@2.1.1: {} + color-convert@2.0.1: dependencies: color-name: 1.1.4 @@ -6979,6 +7372,8 @@ snapshots: content-type@1.0.5: {} + convert-source-map@1.9.0: {} + convert-source-map@2.0.0: {} cookie-signature@1.0.7: {} @@ -6987,6 +7382,14 @@ snapshots: corser@2.0.1: {} + cosmiconfig@7.1.0: + dependencies: + '@types/parse-json': 4.0.2 + import-fresh: 3.3.1 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.3 + cosmiconfig@9.0.1(typescript@5.8.3): dependencies: env-paths: 2.2.1 @@ -7640,6 +8043,8 @@ snapshots: find-index@0.1.1: {} + find-root@1.1.0: {} + find-up@5.0.0: dependencies: locate-path: 6.0.0 @@ -7905,6 +8310,10 @@ snapshots: dependencies: hermes-estree: 0.25.1 + hoist-non-react-statics@3.3.2: + dependencies: + react-is: 16.13.1 + hookable@6.1.1: {} hookified@1.15.1: {} @@ -8961,6 +9370,8 @@ snapshots: react-is@17.0.2: {} + react-is@19.2.8: {} + react-redux@9.2.0(@types/react@18.3.28)(react@18.3.1)(redux@5.0.1): dependencies: '@types/use-sync-external-store': 0.0.6 @@ -9327,6 +9738,8 @@ snapshots: buffer-from: 1.1.2 source-map: 0.6.1 + source-map@0.5.7: {} + source-map@0.6.1: {} space-separated-tokens@2.0.2: {} @@ -9494,6 +9907,8 @@ snapshots: - supports-color - typescript + stylis@4.2.0: {} + subarg@1.0.0: dependencies: minimist: 1.2.8 @@ -9970,6 +10385,8 @@ snapshots: yallist@4.0.0: {} + yaml@1.10.3: {} + yaml@2.8.4: {} yargs-parser@21.1.1: {} diff --git a/packages/tree-widget/src/e2e-tests/CategoriesTree.test.ts-snapshots/Categories-tree-node-with-active-filtering---information-message-2-chromium-linux.png b/packages/tree-widget/src/e2e-tests/CategoriesTree.test.ts-snapshots/Categories-tree-node-with-active-filtering---information-message-2-chromium-linux.png index 7abd5fdc6a46ccf396b71e29eb6f4ce0bcfc8697..22c89de2bce8bb0130bb379853dfb4715dc1abbd 100644 GIT binary patch delta 44106 zcmaf)Wmp_vx8;Moy95crEx3DdC&AqzxH|;|4H`5!1Pksijk^SQcXw}K`hVYdX70=# z`P@%+*XgQr_S(O-c0wIYY8^}!E+vp)9#rXnyMzXoer^YcR7-Eft#rH(@#!~OIbW+c zy-t3gbJJM{t%%aq5~yh|)Wrb4;hVn1$&n5=TMSaCqNHRqFL~B;P>w^ev<##FV(IAQ zB+mKZss&=+J<;Zvb69{z#_=~-fkud^U;^(ZKUM^>1WptbJbAZV^n-V}cac~pw=fNuA`xeX>*bK)iUcI7mUiTYJ zFuF*khNdP-OAQ9xDF++(QoSW>uWbZ>7cH5)8rxe9`LK%tA>SQd zdZCE{6jUQeIZD`q+yV?`dmyJ0;U_ehgl}Qles!!uueNuvoFdpiov zvZ>Yh4Soh>d5?~$T%ijh0twIsydvvrYcuILU>^b3Pki))(E0&B;Cl(Jm>HXkR>H}( zNmD(svXgNQ<8xCOJ6C|}ueaEV&yAJ!6ag9U-`Bu(M0@NrBNf;v;Dd@vO%40T`uMJ1(FcDMfJM%gRpnhzhkUw!Vg`Q(35YpJVerah67 zxL4@4pY3r|vu(n`!1R=*p6LL+LxvY0lakcqnj9}{Za+(-2IioL_OPBF99-x(yASWk zmTEE&xI{&vYLw|68#zRhTUeN93wU7V&)XfD`LdO6#mA4NR1)ChX-DyJaJ?Vs?|-`d z;w>k~5RRig6dEe^H<(=5x2`^O;i)_+DH_f&1Krtvy;)OT-_Ajx`aTFCMnglhoY05W zy?2p4?334oym$3=zIN8H)jtfqz564ZQf|?1!(vIpS{+?n?#quR^Jw#|5K&@$!4KBE zKg%>{P=5proPfNkkL?dIu;lVF6tg9MdXiSeShIQ1i7U!$SomT zFiYu$g>GqIp!O({nVOn%aQ=l!($&=+7#nk=5&Wv7^CL7g6i7+gSGizoGt<|9SzYFl zp%#k_TJy=i+gwa|Rzc;w^SqAm9QvDJ{DnrqK}-3qyw!_w zYGJ{#q*Q)=UsWZJhkb^Xi7v>*vFY0w{10^`6qGC>7iYpfA}Y)t$^s^);66<;;>!?{ zp^cr5PR*4*O+d)b?uFa=qqNS_z^cz(k}penaWN6sH!~4x-D?zNG2u;#2O3V!{CYbV zm+P*=zLdD~(n?k)rtVNVKphDQ`2&_DDhA}MO%sz24i2(}BI~OUwLOVla{$qe*B2kU zWDtoP(D>G&FVGl0JL~`Y!T&i%|7CV`u=5=d!!@D9HNyj>ln*jMuX%KOc6Y@e_~F)kos>hn=Z{Qd*@@Qy8O}KdKKcqrn9p zB*Z!qK6W5H<#+K zq?uKYvIK|Rmt_iidUGpvN=y(|iB@bQ>qf6QV5X%l`|~&BGKr_{R0U?tcm+;*`JVSg z7e?+h+>>YLT7P5HGoHVxI$|$KJo@u}Bjb&~mi*+58Yl`D(m5KDVspIB8o88^v$nEYc)%-- z{PGDF`ttq{gIxcwUYRdlpV;Zm_cZPQjCNrn_O9nue7HWA354vrpU(a=^g=@IiEG{S zJa64P#)z;%pS#EEPuuY8>gw_{fQN#WHgL_Je{76$_dl0z0OL^U_^*ddqh*ONYJ=t` zCfM`8M(OfnVetY9{mIDOz$*-bLAsI2F%^x8uX(iaN*5OwoFhyAhr~|buxexS$Xf#h zWB>5uw7v@!rFeaZIT_-p>L;nuU0$!)R&iQ}ELc`%7I_Q)W%vVYKjodizP`G;I@fGc zc0zZDy1y;>3Mj5eDu;>{1!ECvJ!*O45k4k{aJ8G57*=6R;v$TzK`zXGhk(b)khr&H zFfEs#mk09{!eXfUS>?z(2A*uKrG?czTV+HYcVb3PcO5#TV13U zIwnU)M<;O=G=|4Ngt7D;p26JN;QB_zwAL^C^+=pNw}ZH6JKv)68=G67N8LH5>6iO( z;j0Z~wGFUQ5P-F3+Gcu;j1>JRuT6xal$xq*pfufU7NEx@E{{gDcoeaMWB8#aDHZ!( zQa+aQb^qNq+w1M}!NS8+KMn8B=GG@3lA;1(3l*EsGzGq%#3YR-mwGDB?KW%Vr2K2W zDiZ3CwDa*Fudk9y%|0xh>!5j3K9HwO7^bMP@%h2SDgqX>9}#D*=~+_@UqSB#I3AEhn%#Qt8VE*eW^3;F4kgK}VHQ_|s;^0a0Cdy&^q z&0_Rgvy7>1iMT`rl>E`juii>Iu%o4p2LQ4B#-*Gu0Eue*t0`(X#J_^ddQ&r9Q(^)o z^(J8@C^}#&Rx13$xMl|yw4%>5F)CjQY<|wxyG8n0pf$0Vm9)4U{=KYc#CNX3(TJ`n zby%o<8yqgU_H5#NyVcR-W!3KxPZr5>i+%mu{a2xEWx+vQMh-{#O-Dgv8eM|o6_Ax% zqIGxY##99hAspkvj!v60khUn*EVsYO_>28a%zt=iv%R~?&OOua4AZ9K!5iGmn^zqd z@xuNF+_Oqj@V{EixO=?xxWf*;Na-bbZD_@iYiby%f}6|!|7i>KUz%41{}HU_S;EGNqH?!elLkj4h;_wtQ^pMME%jpKW4n7R2b@xkHXh+JcRz2*Lnkk4y;#82a_6zTJTQ^Vk;f}1O{ z)`kZBsoaj$ACpHo2>xD6kth!2@6+3A zFuL%53bZBR ztsoN1*w9Q)|Mj%xE5Ayho{&2A4dI@HUo;G7mYzPwbeg*LwkW?;G&b-7m)Uk4XbObG{vTCt0t+6TjJBz9604dA04x zb;9LnN&HP+6UxKlvh;ocZ}eQ1Y&ieL#SQzQt%F@eYrVjwe^pfBYU{wjge`~NA9^BF z&Xz{0U9NofYgOR@)$iAc@T9 zA<+innn%kgqdRX)H2OJgr65@Ib=+*&UB<(`L3fN_W};U~eu5CNX>9g+XQtt&R7v-- zj0uO}&|$CPi@^X!&}REqSM{61O<)5j$9>*BDQ-n&1-rT_JNuc{bhF0B8KK-+!|BYX zIBH_R!U`TUbW3MS-LT)6t};@7LOGC;2D(1a_b2x=w7sJRlmoI-qZ`{Oh#;Hp<6CoH_}v^Z9@C)887vFGp7!n1*O98V#fQJRwS`V$%lc(WR1UDIC@?qbdPQ?|Ew>=U zOrGt*35ulcy`YV=?47s;=Z)~6$ z=YCt%S5s#aX1*uAbXNcN=d#2KLO!;PZI!D}!+nc?#IwcyDHyLErb z>S6-?Nv&z~*f8EJ6dsoC*x&Lw-48hrV>U4+`1>ha_l?@ns%|`IKLx)qeDEOmu^?Pz z7<0c@g(FDq`&veNY9@y80tIA&qF>f9fuC<+UITw5bsg_QfSFsz4tn)nwsxcQ$9HS zwxknnX;CPc;B#rRo?Iz%7m>;{A+IZsg3ZU*97`r5>+@FK-oCoFHn+A`2znNWGF<11 z#0Mr)5|Std)U~wg{01u4_z5C5d3bocNolFsAstfwQz zu+3(=)a2Cvg7$$QAW|B0nA!wU8Tr-W~|Dwzg*Lb!7WYkA}`CG_*#%V;8XNa*eE%)m&CmR%PG! z`#ClX?!6FPDztA~ZK1LkKFNOLeO$`GS8Mu+4g#8@{D&tNJiNonMm06H3qVfpC=IA5 zSt)F3X;m&Sskp>gK&augjyGK&aaf6pYVlw_)W3otmZvN`YwMxGK|xO=R{F4r2q%?W z9v+?v!z#~VGXiRoKHWxpP2XazPwNO*MG9Frw~)@N7vy_;v1z)?HY`HlWzlRiyV)%1@w-L_+4z|j-~U6j*sd7B%cztU#rVKcj4yb9KXDo zoS(0)uD7?fZSkktQrv1qJ4QkQH2oi^qTMF$FYWDYAWe8C-^g|MBS%ICX>;=<#ne5y zptEZgmAdoe71skkM0FCH5EA`P2gYZBn*&=myK)WnyK#@c=C`np!-G_q9BsHmuLL8@xJ*?f(!l))RgMWcQ3 zYPVMN{usd%-p;OkjqiKO8>A)GNh9X4#J=+n?S-}Rxj&p1^>?ghVquB+(E@-MjO|$} zUXdkQRlevp8u#$)k+1y#qDF^?4jBt@$?>#mEeaB@6L}o4B_$yD@6EISL1R=nHd8X->e^h6rrKsa&XjKp&(yKSc#2}Dtzj#;&26hRroyEV~34c z5?jM>V~ zdyk&Cf+Pq7M#o{{@;4t1d1snwrv`gePQX!f=-a=X+``q&B+++KIeBH-$v)dZ=l85lOp^lCQ zmVW|P10Epo_YS%)dm!o%6EnyFjkm02Rt4VU`rN;NCl-_@=Jhms ztJCNXGYG7ktQok7>UQ|v5(D{p1LB>&_4TQr;&g!~1!rV_*Utt9N?$+2N`TQq|H!lI z$KIqJa*JZYq2AWz($au(28ZmSQBXMOLDj{NQlGzCxMx8ciG={DR&)lZY&Mj-xj(9T z{X`^oOLb(=eyDB!anXH|1T9K#2vFNQTgVHwIP8?-tuFfwtF17iKg9vm#LHisYlg;- zejdOB7QeWnf=@#X{QAPQi^jUo?VWsJsU~Z3QgZ(QsKx*ELl%c=e_dEC*>_kL?Y6iR z9XB*C006Z^1$xpU-aH;&sCYj?+5IuLv#TEfvQzd+Q7=;nJN!)2(sj>Pd@}Cnd)7iR zM>`Q?@JV+5(2Xo>>)!B`Y|;jdAY5wE%K}J0SPm*VE}keeP%>E{xZKP*DI-I#Dq$$7 z=LL@pUNo$SXKQn_-zOAvMhbZDMZLFI3X!Cqx0h7c(ELt2JkTT5x2S;{jro}(TxG;w zY0KmTWAfU!&KZ!gS>k&=+tPFJ7`Nc)kyjSZWRF*8%<8r#f2Y)vRMIs7%YV@9KbdFkL1 zT|ciqSim5k=Hp#dS5K5R&l+ftYPrY6uH)o{;7F!X#pWj7&5N7n$kf!uW$sEUw6JcD z>1mFa28Z7TVyDj+Vy7TCZ>hq4Ta4H99@^f%-i@ZQH+xxL zUeD5x?wNgr*ev15h>)uU`Z4sEyHi~Q|JP8rQW?I7zkPx87@67WjZcahM)a27Q144h zD$>}ZKMD5qdw0)kbc3fnWa*tQD|gJz0X4$UC{Leg`Ia>`G%EE$)CZ#PFnH!c!VHj? zI2?z7V4%3FR-RyD0Pz}V&bBb$Wzy#aL8J#4Po)7!TS9+!bd-?4;#|Zt{^_;n_oK_^ zS2uMxo;e{1j6WcMeV{kpO+!PtJ2$p8g`nuy#4N09!L_NC#ILe5?Ffb-|6{3Z`LL8X z(MUQ*4jr{CX$8WTy?b)htbGn?nk$vy+ zZVbgJw0#z>G~nSbvmu#ADkJmzd|7$%&x8a5@;C3_T*ef*8Ghg!B3U_8lkLQ$#0>^i zwl-8J(sRR)pqz{4#<}Ws+HWSon-4#*=2_KnCy|o3pF0*o)vr-eOta^=wbj)>5K$~G z%(ugs4MFznhZs6a;OBRKKSIR*xIf!d9uqIMUG2U?;9zUcsf_M9+a)F5|_?px|DO|@OYP$x;wBSWnr;bSZE=r|5Xds z0i4@I85-(sP%D(vosHWcel5?c*TUa5oRJ-yvXuv^vWxsmT_}*hJ(LWsdz$!LNx#(7 zBpa){-Fno1uV8GeYqRBD@$rr<%{J<0Vc#HueMI(!FU` zu7x9_=(oG0ys;QH4M!!PJ*u79V&?rWDsr&4H$LUcEN^a3J$!z*y|ooDpMr#vI5|CO zr`L#$Vd#cqNzxq)G9Rem<5;CUFt^|a(5Zw`(hT`W!S`T@MG+C&Uzo8X7)Mk^Lir9x zZtp2t25L(Ow!1e3{pq`HJ9JchEzh5)zRw}GwJvD4x1YM9l`?ZOd;9t*hoOIbRaGUU zf>(;ZxsCs__B~OJDQez@0c@-46!CU;nqU9;B+MX5A&eTxf>;$1j%c^grmv|9polL* zG^bfD0q)N3mSKmxdkyVwo9|2iRV!Lq{vX6{*=m2Hou1;C|K7n9S=-xJ^m@onWDg*m zEk{$n!oLZDaO<)YzMlr>P(7%n8HK(VCN3$+RXU0$9Df>97!dL&)>plRn;F?H<>~E{ z6l>`$U#%O%XrvVL>hJ?nm}pq042=gtZx^y#%lWJRx?vZ1;>sZ-GV-aZ#1gvPZa?HZ zJHAuA`9(G>rov_loyW&tO7r_{IxE_hr$$VQ+8f(hJ3XC9Li`;{F(`<CcZf4&v%&>ooRt3oLkkH>cd%YW;#3Kb^km*(eJdGFTzO(+sc!M>r?I`{E7KUl?j!s#qW6LMQ}tKkTJkVm~AtzSoM z@`Za0fq195e46(pHba(Q&+WK95+eSNu3J$gq<(LPgIHaQv~o}pd4;#OC$S!p2R(+~zxrdeK>TS-eTOCcz9 zW&1O;vuQ+EW31YgitgNh9$i?MdmcE`| z*=IfKx~3+x_1EtL9%n@#-*Ka!J^qoNf4IG(NWL4(2a$xk%2 z1)~1;_WppH8apC)F~qj*hj`xYJ}EOH?un1@QB_m^Q!BrIul>a5REgc%(#jtJa9HVy z{d6~7^cMM0L4mo@tSSzB9H!-7-F(Wx)xxgv|pMoLbuq@W-qwHV2an27l5 z`Wkq7O4_PV(@A?swv@;@_v2vakOV$|rcusJr6H`y{-@9;bJq5RXeO-XC72V(lH zH{aOy8w_!!J4RBRU7WfQoZV0F=4Vv0g?wlXvLX{)7N;a9ew)g2nOW}ZwYpFDn0iZk z^@(Q11?PR&zo{jRyI8EXIJ;PGcOCj*Y@FLcu-1VCce=DIzkd-I_~=<%Zv*fI2WM$D zxU!LUXDjIHqF_TXe0h1fW`)6*d6gc-V^m`4wGNoZPDZbb4J_Qqh=@K+(09s?!tNmG z+LfZ<;7nG=H}<%z)6@6U`k4=&UUzWsC&pNRopYIXq)2Nht-WqwR*@7bI|V^6u)d=q z>Y!+^h;jcqBh(g+phv^EsR0lXQOJz<&hh|QQ+@+M*uuR$QuQne|gKOF-DyXCmTlYu;D5C_O>O$pr*DO%{cH; zF?~+I!`E%Pu)L15?n|M_z)NZzU*AL-kS%=g&?9S6GD9RfoupYT7;OpFc=zg4U` zNJ^!prW%E>_x^oROW4RF2QK32her4pbgFBs{beS=Lm`kaI`)&f!VAP87ls%LVp}JR zk@)x)ai2c@HLRcV7;8Z@T8if2zPh{Xl{9JCUuhv0m(}2&tF=`6xoWch3UldHd2!SA z{TWh0;C&2PSjOYxsEjh<$q}?fLTg}7Cc~j9)QDHxq z(VWg*R!}N9LdVuPwhLFt3XG z)_5U5N%e4zsdLj+cSw;yHmzsB>h}&1ktQh()N{T)l8nEEuN=HPZIvmiFa$xKOgI*| zNxUK0Z(Rw}%*)HWcy5ymdkgltc@I__QJWXMUv9XuZDo(|_TjMEi=t2PagW4$?vPwE zIxo%t<9OMf+SUfPoG{TSH`oU_=9gz@L(2Bjj?(TLxYdN#mpUdnz~N1{E20a*dy;yj z52YAq>xGZ|N*x>G-`l-keIJa-vta*p^n}F*y>~i!h=|(`V>6k?x$&E{1Cy|Eu-&ei zB3s#iGqE^ZG=d*}*rp7oBj81;we;d$SQc+dZz_tq{pmvQqV_TV9BDNz0YS#QDJ>A@}`H{9uz24RGnMpc1%;_0XcJAq5OsI?d{do@g6w2 zxcfl9Xle`}u4-S&RM;0PR|!4{z0Z6fkBzOS7Jsq1x!Vl9QOeM3kHxEDH+wyfjg5KE z+)NLkTFc5tRau+R5D)+a2>%Xy56T6Wo%2a%2qjTNJqxRP<#FAOt552`@D}sWotL;e6-{ABT0e^ zPBq}+A?5yDsLgScGxWg^b&@sYox{Upsj$lm0-@0Fyu9*Kn*-q7*3J&*{ptB3PK)bh zO?I}(8LQX|7ayOxs1dI_52VJ}4`HuQWXrR4qsy0X3?ivqLG$wRqTbvpWg#Q<85pQK zJr2)CaL>g7j31l_Vpbg~^C>xzBRa-@B;>uk`n`HCXeb*Jn0eNWP`HP9-aH^ZblS{U zn3$Tbwz~*u?R|Qfj%V|#art)ij6%Tj-3cXnKY>=6)v$xzC3!&99!fPJM?!jMch}no zA>7b1yv8Y^W0(M761ijgX8WxJ3o9u#bDztF;Z8uS+4*r?|5XFWHb1{$M1F*cX$-ta;QJ<%&#pR(RdW=oPtgM>LWSP3rB*4^LBq8m&#($0q=X`|7+d&y>O|LUSITc{Gy7 z;INSR<``RB+l_ko6SS39R!sC=GxHc&gj=pGdgzXRvNu12ESFEc4(1Q;Iac=e%`WFo zOGT(YB&AC_;s+s_nP|>m6L(L`n4d^yKXG>Y4NtJXv*Xz5NX~^K#@>-uQw!Sa-)tWm z9uH)ZRTs-d-D?IRmV6Qj8Oin(+6e53&a{f_4_22Vx19RNt z5Tq;6Qb0(gmjN>jh(b4VC3@4dU($}Pp_uv=o`0i7p{PmN(0&s z#fq{Le0+S!z6e&jdu0&8a+ea)^DkAWL_3-K}(ybOgEw^cN`KkY0j#Zv0PqW_BdOtq@X?K?`sAD z|L7S~0!ttDB(_#COp$`~*N@{7J%}!Pc}FC~f-9>}2Iw!cY!lnlQ^KPAi-hKVmloT< zej&b?QD@74j}69@gUA_qh!`f6m&bxv$`tlsr4E=pWu{@!~kOtr(m`^@!{T8l2uw`PRLg_1dF+4nCZid*N zSWsY|TckuT}b_A_X3Kj|HIbZ|(xL|A2*fOcs1R{Hx{K3G?{vq8kMX389zjmbl{b zf}xQf38yStsSF!#lU_`c;*R^Vu@M~HjmA`&Um`gbg~;F9>gWG>W9PuL8Z`TJ^2TNJ znl;vx99i_*RW6c2$ig?$U@m|co+vl`kXTnGl4pi^CA z@sqIf?!K~2_teVGZYgZs#n5<6m$ZcC_^)wgYt-!o%j&-hr2Lox9`Qs6vA63!8{NA$ zS+y3Olw)+nTw6;7-%1!D1k>YONJUMpGhF0$yJ%tq-;K^P3j$Kv%q8bz771($ga0`pF!axNBJ2dPpcsCMv#>mR3tE1z8za}AQ_(kHq1N|U` z5p3*j^-AKZsA`N3j(*7WyZOk^Q)$#!la(6+0riliU&0ux5TqLEhT3vx0?e9Vi^``RH$VI&1 zx1uTiao(WxTRb02*23DQt1Zp=AEj;$`a|#vn!6^EzK8$E|{-jY{gue3xUg;F4!%zwV9Q!dfOl@*nq#UQNwTwWJ4{ zTMPmJG`qk*e)YkLj8`^1(kJuE^&c5$+;CLx0n>k@AjuS;i-U;!jMNQDNMP{jn~jN; z|DnSc#KiAHxQmbC@svd0hC=;tPcHnsi1rUL#6{HR@a|7ZCnO;zIg${h;%4!`oJ#Uv z<{lm%eqhm`;Q%F0`D{a)Nz>Il-Cz)F{-=d!Ac(`u5d;{kUY5=~bk@7LxK-DuifXv{ z>HA6h2oz^I*p=V3e_)9ucrfZcktyb!Iet8KqnZ8NTL9~PUPmKxm?F2a#!_@w*b@LV8Iz)ayoK-u5ZGcq>R zm77C>ke$4@=OJ56QLw@Jnh%j0guecp9hirQCr8+LSfRg|eVdw^AZfRN#Q0ez1_o#g z%FA|ItC@@wLDenP`ivFdaMW#iNU|{&;mk(N7%P<@j<%|_m67g&Fu%046y*Qxe)0FG zxja5Pcr!L61Da&nWqfp(aW2RyhNS&tSHEgviq9=W;Epl$WhHhZNIH~~VjpBf(l?y@ zb8Bx;&Nt--?B%=Bu}TOD1Bh&;#D}-x;Q4;UjU^OY!3&ZVZ2O+RDa1J?>#K1_Ik7C*{Z6p4wCnMTvAjyQCFW;y(j;LEnrI~?C(tX;7P)^k$AUhs_Wyk zZqYYo0&d}Ayr?Q~X(`DM?(IcNUI_5Qx<~ficoa5Z8XaX!VTBqY1$5YHlHBCs&-yt9JIs{1+vqe)p~5 zb_Dd()%NeBZ~;xYW@I8*{_J2TQn~O*yXCry%1Z^T1gFrAkF82%y(_N0qJ(FuHa##+ z$`I|Z7LVN{0^(!^iGKYYoRxL9Pfht@cx0gGYNB`zlcnO}N;0UaZNU(M>1Saf4TIOO zH(EWAQ>}Qr=0Z?%@|-z#?$GmkBE)Aq7B1D&kxu=GHgHW~L!yZnr^FsNjGH<;I|D;^f8?*@_yEm@nLt4(ywa`!bKz{g=FO9_O|w> zCg22q`~ zb2j3p3wnumVLn1?#r~R+Oqp(Vcx;%!!9nrHwlO4J;kYonc-VN4iJRkT>@0`e;VG!} z<;!#!Mz&0mt!>%)ha6BBX2B9c3tFZT8I$@M02MMlcsor*NM>}Qpgk%E^_1>EuR@D$yhwzhX~@3bMQ zXJedyla@Aaa8G~#H)G@E#6)rL{D1(z?hoR)lDM#*KunRcwpVj>d3{aI)GY~?fXCx@ zk+aLSxtWwiNQ3(vQYDVB-+Y{ZTzL30u%PDwUK z(|<*MM>#q^_M$HbOp!&(?(Q=;WKI^_O^0fdTKJc;r=}C)zd(qO_+=^F{~?D#3jRfC zJWsFMW>H1apQ^P(fGZ;>V-!3K6Ya3x(dyVG2rd~6UxwHa>a(+iTOOZ!=f7&H7$rX^ z##LP#)u8A5`uGgEYW{sE_#6}i?C%kb-lwsxk5DnvIslG{3(?a>ykbx%1V$DX@b96K zJW=v~pHb5mY&^0gWbEviJtrfGIlDV|`V;*Jp!q)4;e89ARawb{|Bvz+ABJzne(EqP zN-pewz9*Nlr224fW@dJ}P>m;oi-(uWVM$}1{fh_5p}vkYOW3c$8Q5LIq3vd3?vEv7 zjz%M-Hm8QnTP2mw*{^quI6P}eNx}cZD3bt#$FZ!hC;}T#=`efI+=XC-lCN`TqnsnpotnYS0@rPSkD7$fq~}=gma=X>ano zhG}8n2Q5SCh3*{)%rTk~>+TcO|wJKm5CG$rE+BRcji=VW@AA1kG9xaWG!Xp7B5Z}Tz01xkdLTXF6#d9go zwuZHU*eylzeGwVfY|1okq`VcQ)7GV~ns|^Jf_Zz#dpIK8wqJT*nS_5iWKm7OxloS6t`24n1Wz3(E3WOL6g=SGRX(6nw?vu!niB$_JY ze|PtxSYBOSWeY_D+V$R<6M7DsnglgzHYGMoKBvDP%1=pzV1y1aW9tLFkY10zKQ~&x zHjA7OVo`}^m11&|pZ(|7dwMvU^ckMk{>5=N@*&K+J1i^(VFvf#6bJYh#u@Fs ztr77XjZ6M$3lDQi#=^oPymjZe0TuL|mYyzMs1yQu@=d@DJaJ`98m7?GqbAkQ6hp@o zD?~c5heHCl-5R_o}{pKEzm84-0Li#oz#omqS9`O$@5N=qAb>ve(xC1>#NfDy*8J)x*u>^VvEt6qn* z+wW+uo%J8#E7hhvdWhC4u5ky9KB1vc*5tw)jR6PtzFtb9rekgTnhw!EZc3Xn-72pmwQo(ZF@7&)Tg;o?GoogBENsC<$4APM%xC4)vsQpDP z%Bn^B^Jj6yrJ+f(iNy}Pg!b}~xB2m5dNcRNtU+0X zS3qF=R{LPXD2&pdv4^K5x4C(DynVnroBhNNkrFwoiG%fj=0uFGL|JA0{h_p?dO*qw z78c2naVN-7--Nt{`99*swS=<8xxxV_wEE-qAaigEGBR>5WB91eOM3tcwDMpNN>B7X z2IVVDPkV!3g6t>>kQ3m}&k8~mB;Z^k3nWCe$|i&jS`z!;Ga>(ugglOBQhi+DV5g+z zIqxqYEyj7Hnt-F+$re_kL$a&n5i zqyg=AsO(w0+RDn()6%x4m6W97MW_Pzeqc`i%`pKeDB;MjZ6^x(Y8zc{M*o!s)H>I?++}h%sg1mg>8--xo3Zz?$`xfwS zbMCZth#gD9LaP-gOw?P-0yu8en4)Ym_y^d0v7qUPOpbn4AJA*_J$;Hs9Q1wUr`+ka zwzES+5U{bJDZEYh@MU2>*0pn%JL>4n8C+IPN=kw(SACX?gxi4t3)|Vf?maWL+m_iw z?ZG~-O@|W)wo)|5Tv){*^RmY*W@}7eUvG~1Lz9vd3nOdFPfAxH72-#QWbymmJVb!O z;@~9-=@>|&roOsiV{^*@0}88G z=C(rr@|B6izUG@*;Y?j!p?vB+-vHTN4nvIfMBK381Q;b@z{kJN#{|&|^pluUGAX!$px30v-X6ybldIgEvD3M}>o|RU& z@H@&%m{JiCSgyDJg(OXmYsLGH@Z=lMkyXCDPsmJvrWb2R5VLVD|;|O zFyH12V1j=}Ad$D07XBv1x!&3ya1~tl4hpGDG+Vz)cvYeU&f(BDcE`sUwW`Z3t#aey zHWG)%^B)U}i>*x)@wN@y@0Q!or;?8U63Sv)E}&s*YZJ-4)Mmaucaq)dxBLN3syeLE zXlsKX%sUIYxY+z(_L#NVbcl%|=c~hdN-d$K*~N}FsxTJU(#f@MG@^bIDV9g zDG*9v$Q~+mx7B0F(|bCU>q9rh++Y8A0@2vfw*P2knBSN9Blem z3`P{2FJCwgKXEXY7FT1DxlMwbAu6OK?WorS7;?LfwkVV$7cno>Zsda`FaFUX<<-SQ zb56+qc;Vg$lN5rGw9!s5j{|jYZ(@>%o4uTkFRK$o3>X&0yZ7o<6W z_0+c*J4mfVlS-@3^|!Eax77o06)?Uu*uio^FXdTc(-cf9v5d!X&j}^yhx`lC{AWUQ z2TSVse?m09a2<{pS}4C#FunQwjtGT)5_$&#EGj-ez6RTmW!$h>nGjSHNNvkM{s*Eq z%#E8}g;9@twrMB-O8F{G$UI+QIef0;;xg;NAPEh%*ctqJb92Ky#$483Sj)x3!{KMR zKuJ#zm!id@gl?7O9V&~nNA0ewohIT>il&BK%{H;f(Q$iqgasM|mRa>%te|A$94UZ) zm|RIEbaXg4zK1$a9+12o96hxz5P<5r|LFnT?MFE^y*LY}MBHn;+0)mDhw}`bpIBz0 zs)}{7`%jw^PRvCsfN_89?0ikh9))3tfPuL(AJqMU-EDYaU|{Gqk3pF1OvmKrVBawM zv#Qh3qr9eQ-PDvY86rQlKmCER1z3SDpkGrDP^Vu0#KBl^rTJ z?WZ$_$!pIuRTj+&d**aBKea6n2?@z1_+cX3NT0x>-~P%HVN@Vt>U7t=o3^x+eZ%n6 z$kKFra!Qbl*g|*>7j5FT9b6gx?bk8a^Tp)f)U4~zl9HtijA*Dg{prLI9f0C89X|z3 znKRA@k*q8%e59u5vz$ZyL7l>qbq+f3%xFf*{q@YL8O|ZLcanN09h(_20MAp?+-$xW z52v88^X0MggML$|&tr+(?++g!bEUNwEh9G^1Lcj7VN=EXFy$D+!ki%h zMC86|S+NgRsH>@IwL5Dc3{7XtBca$pA0Hl_Ku}IaiuNlG1x2G%WOhNH1L6p!_ce%b zsRI(nXv+UAr)Ki7pCV36DT5{S0&1K43-`Z3o8A4Ny5VPuiN47R36$450Bf(lIC66* z#@>G;?JXFpY}a*dl`d)N?vgI)kd*FjX^?IP-RS_41`$LAM7jh-I;5n#q+!qv`}Te3 zJ8R9g_S)a~3lMz9c<%eWj`O%oyRjf7JPe3nFf%M*3{9rt0Eh}T z`t<3#Eg9Ep-Q>ib*RiY%T4pJ0{zu`3jnJh~Sdj(If<{ViF}@M9zFp&H-Hv$r0Q_}; zyP&79FaJY<769$sJv_FY*KOcKN(gIwj-NQd;3KoZ00E?>M5dQ>%^`UOzY`AbIm5m_ z=6AWR{>OajpeRt=WN#d}Toc78&x!q1!QK(vti{}luD!W&`8?0Kt$*&j`IC-<&~8mptzhT*Yw4Sn7Dmj=r5o{wORXbKnKj?FQCJ~ zfTTs)efOB4bb$3>Otcx2`_eS;V9hd-T^5vd>SpT-jK3-*L80l-ARb&uNV4|!_A)Xr zy>%IBXlU?MwTN&j?omGnr$@`j)}!=wt86`g-Z_EG>gMXo%~eH6xLL3-stRyGVILd@ zhHh{%`;psfYS-;5`V)#+~^$bv$3jMehr zzkh(w$ICZ1I`T{qGGl?;xfR|wAbOFKRB@VZ(J(S1%Ros?&#~$->QdKO9D=>&w)@G5fDq1W z&o@Wu^bK*`X?`1tnwg%SnU1Nqvy+bgDK$F-sJe$*Z;sG#VpCz($x{}K=In>u+?PWS zaxftIiwja%BI>WxJSu9;tu1cF=kTk<{&wB}y7QaeSky_Oqhg_1J!nP4>5@U@t5rtZ z7-C^&EiEa3=DCYynUS6`)g|yX;M}RSd_Ne@?;LS=a*X1`yOKwqp9@0gRj3CR^$or& zhX*-G$*1)?v9GLvmvU&e^Hhblyc*;o>hSQWVWWSi*X3vhtm=4UFdM`nmI`t)&Wp8f zqqMSeiTwOVjqj~nRi8dpcHwkEK=45iCKPVPTO|vQ-=u$A9$NqR+q<|VsbeXkYcHrl zxNzey9CgP2f@aeR`YnA#MTQX&5NzP%X=`iy_zr$QCLtykgU~ZVL_iTp#Lu%_uWEa% zYV*@%d28S)F@bXo_>cxgt=MYeuZP@7CaH6LaKT2rdXlPs#Y3N@TZO`P)2LjS9@6^mvI^Uw>z%nY()>iNN zztakTgB7r5V?pz+UV0t^gG9y0D=DZ;>c|SQun4v0J)l9Iy~4;8ZylfHA2>Xcm-7xa z`CT8ASW%t=U+?k<>TP-mI>*1tkkxBIs_LsU_Xu{pF-@_B1{<3aNug3Cn4WWhdo1LCdyypp(3QUFT!`eg z`k~e2kG-Vt?d_FT{Z{})3C2Kguk{{z^f0jfhg=@iYyap25icqU=c6l+v)!48>7Jgr z7UnrB6}8Zm*FQ%`8QDLzeG0$JS^C~B?gM#~n#yKUD=jBiQB?GVb>WEJgaDtTbqy_%j^ZJGc zK}aL!%6C~6r@49rzT@kkJaksi=OhrAcSCh2-gqn;0u)dhp`04PV(|D za#5&gmwVG2T)m)hN|tMqk#zAUJ(-Dyn?;01QBm=GAEX^U*JNg9=Ip}OUEQ^$IwdSS zo|lBg9yIR*1I^mX$u1}j5Co^|4qhJ;6A}?>c40M&1JGG4Efq{o@$jCkuj2<51rXmF z%IMpzNGp2s0kIXR+&6zJDD%0Mffo|WJcU~zfB&&OLZ`o@ zM^_i3YpAD%Fl3^uiEa%lrDazGTN0FasZn0N0-)=lSAG|cxEW4ThVH}kK8eIiMcsix|?++(=K;w zP`6LGx$`<3JWK{nGXyv@Ga1IBu>dL&O-q@W7{7E}gipV+@DK@j^7S6329Z+oIKCRE zVrVxkiYGCS_>1ZG4XOtnn;IVe+upY^6ScKpo9aRxqc_ z!`BvwZR!pdjx+XLPOsSbb<&ui*_EIdpGVlw+M zm=F)3`rzkdLqtTry-0oYCX3gCcv?>{JqH_Nm_;fqJO_Z1&RkG*u%9eFIIPRe%xLwe zVibA&_>A|{n@N72X8-h82Y27!ucdfM9~MOcX;~Cw&YLtS6Vn~KI_j_Lf%Dnk{@zZ} z#P7)57YcKR49n@;b|oMUQR)zU7H6}?-SNk4UJ*jT2KoXq)&92%3jE;W%)!CIIjX2A zf9W_o)ubyWMT1~&Z#_Hr zv!h3xFnp+|M_0!rF|G8|C#2gKDtvxVf-iXQ6a$%_gYouKEETx3TAP_+Q72`c1&9M%S$nT1te>HYIRHsF)A%I?4>yL z_Gj$)_$CW7slOqTrO0l-GqN`84@ozpo z#dzhY<#F0qLn6T~l``c{YUW}}z#w}+7wXnb5QMtEv0+db6M~QNt!x-~83?*&Ak}8P zzrV!q&up$~x>a7ezIu^mibAZS?a4EJqaHOKQpn7Fl$h=^+~3}dGD2FLt9dQFPZwtA zQkhEKFzncBo#~O;(&wnLT4V2PQ|xR@?xR(i1?pZFt@SUAjg2+n zG#Ow;nIR4W$w)C7RE$%NQ39JbFu+8F)`9`W8V%` zSGSY02z~v!eUvU1_+Q3{bnF{F_g-#a^H|Y!%0sgR1O+LNZ!Q%_IKRB-0`oYx4d2JL z97NwD6N}zAGmvdVi8G0n3k&xQq*i9@KvE12pUf61Wu>grQT>B>zh}h~Q|{LAe3BAs z3lm-X$_W+Zo#0(pZv3^yq4(XwY_7(D^o?3XeT3<&o~_Z!nBcS_Xiz2(q=I6o)%&n7 zxJ~Ny>(>hlRjH}?8|;Qh03~fn^YZW@6M0hU-RtV@#WZox`V4WKhllHxTjoGt--?Kr zgqj-X+T_H9kMEWL$I?o#x0}nHB2V|%->}Vo3Dm9fwCLR!di`RXj8iZz z{?`3%VgL4;$B}K23XlGt2=d3&b(L<}!tU8)uIy~m(8pv?pE3ozgF{X2o)8;rmj>R* z&ZILUJUrkI1cih^o7&e00NMTBQ7mjPEiEO(-8Oz;FKw7q{^S>ALO5b+^_N!)fPfTr zA=R+in}}HZS zd-0o15>fyiZWdWK%a4nTdsSS*MW0hI1z&v&{y*jtnxj8Yd@LwX;*NP~vh)q6k&k!K z5-|HR*C&=SM?qe`rn;Jgn>V=n&%v(Fib8X6FqmIzV@(ouIPY!p&`~YNmzO{G!RTcQ zhbn)e0fQKWx6~`@BTz@V0)ZJS66ol>wRN&wWhW< zq7*uf)X&2IbQ3#--eogDOj%sqq`ebAsN|xeBxy-W!5K=sw28iFd}C zB)C~F=56xwXAjckmFvF{Tnqmg`Ie&@7aB@Kf2C%Eji9bR=I$FEUsQz1C^foVq-1b< z(iMUs7}gGFedS&^aW>(x!v}bUsd_WEPA>LUW1`KSW$G9(af1>j=R9Q2E~Vw>=5C?D zl$qmvpkIuHNxmEj9nKL#NXnUB)Pm~7QbBave<%Z-eqq6Fe-T1R?29V4zQvol8;=xF zY3VZL+hB3(K3Qt~u+jX_`6+l^2l*bJo#El&z|Sv$dqH=1Y?`p&nWTmruFRZ=3}~PK z!N`Yv?e6RHJsbG=>&;8#&}64?U48m`<5k7%Q@JK3CF&YuN5^Qjj`KZ`A3sEk+woe_ z1g7p52k(r8yk2CdwpVt4B6|k#1zl6#%p-}?{ByzXpoIv*3%T^zE7&W z@Q=j~2!oAT1FxDQt7KH$?36NqpI^tua;G%-of~_5+pJ_tqjSdHsK*h6V9djhd0?dl zz3_eE*5Gmeuvs^OPx~ICpOYDDKa`VgKT#S&I5ciQY0~PuchDM}9Gu@=+Uy0o_lsLLs7a-KYS_tnc{w_yb?+WlV6w3diuqq$z(!V?%EzP<5LlR4Mn*GuYSCu%X)-9SI?{CqJpHCsbhmGbFR&@&GP9*2MHzAIeVpFgvtoRwdPmJ( z7CE~6k<9rnmO*gV~5K z9Tm{VJ`x4if%i9EMZZX})zYVZjJZFYeMQ~09IA`p6j)+z`I#)=xuL#@~Q)>T`_;YqOKpaBIGkot6DOLEki)|Yz`ZEchsl%bFJ zzwcSziwH@a(d*7ueW?T>-DiU)yNYn8(OGt03g=quL<;u}Z@d|c)*V?XbdtYD znmBn65K_}j;1{rn9TUaT;j2~9p`HT_5J$(-tu4QZAGC$<>06Zg*csmwJ?FN_U~y+V z(UF%hQ|pO_fvO{8PQc~1$I9$lUkMaJ&wV#ig$UFvxVT2$UN%Bc z$C84Si~Pk;itB;_bg$10%!@wTaOG9FR+OSu?@O=9EeFGi38B^C+!uwV~zea){ zNBL84tpEgkePguJpIH4%Y zMJ>}UbA!vLrE&!i(iR(C!ieL+<^vyYuF(&S?}nd+w_*m;~G-4Q_Mni4$ zo4^1vS9K#rzIkqL_Vz|BkoLxKTx*;tUGJRy#)4L3Et|2&!NINr>pOzh&S)*9w)WTHf(x>lhYIuBnyq8kLPkJ@1^Ne6Q+_>yTlnfhHuWVfvN*Xhm^)M*!3$3h# zYMp|rbIO0bUjKxPvk0i*XuK%o?;n7CiQoTrCHxq`YrkLZ(1Z`96b9cW`~JFq;aYre zAqXMNeHOsCwn;_q)Lx7N{rZ6zCHLXaQ$U;#-$R!^7?VDrFOE6F9RE;S`Zg!|`Lj7M zN!cRQ$wr?KnR zn~u0nGC_4)hfL`Fel$k-lIK9;M8af};!_JtGGGrt8HuUma&z9uXwvz)vR7sZ_D=Zy zz>Dtr7B{bVHCD2+vhD-N00UoWy$_;_z_v>RUY_4K#L%>hBdhkW*O&lVnLQL_MIw=)fEDE zqpdnenrdVazW*^`qfht-SHZy{Ll-@NpH8rfW;Nn_< zJjC99wy=K^y#AI~)=VX`K1yZ1nsT%(CU9NBvzdQAIs`ENchol08?U6s)ln;T^z{+H zNF#@Zu$APOZ;L=s)>!)bCD7rT1(N8ZTG}_X+DWju<0^=e#~?#U`=JDr*I1gInC$!v zNRc5Sr2hIDnTvFVAt{o`zpDxivO&0v(! zMPkH8v!cRFh}p{sb3h(p2_7%j#G9`V`vYmS&l6mOqlSS|e_`;RE1qF@v~e)3b7ARl zfJwm;U^NMC*>Du6;=|Y#pu6=b{1RL`g74rQU_sSL6eyiEGN#uO9MO^9X#A7%zuP8? zhCWy)12sF?z#p`PeqJVFpjc2^${JixiXv@ZS0NUJ*p8z6n)O%bI?E*TAFsrU3h$w_w(I94nHkEtUtt&WJcJ%FPvr^-*LfCi zK`TLdX>+^vx6xUC_Hz-0?JF=2{8`O|g_=pZFKc~1dEx#jEv&*G@z+N*-{F)0_CS!Wx& z2xJD9>(0;Tm{^(hYb~kX=bI>K>LRZUB^g({uMZG8-LlEXT?mV8MpsI?yHBZ%$(lD;Hpt7VS1K^)_ zgs#hrKMt-&u)ZT^;D(B;3fYjdLyb9^|7xy7huu&h9O!#-QR3)P%Wp=(*N6_yJ5V{5 z&<6OfA(^A}$nOib3QYi2>I5GvDa{0SF#=7b5R*@Q!^KM^dsX@8tv?c;ge5ci zOK@2{FBzGUnc2u0SyL&4ZezUw)GqIB^hE)>%X;Q-e%lHkjy*S1r^3ydgLa}!x1;+z znfr+*?2zN3sIkEA_U_57A2O&_jltU52z(%Ld7p~T;*A&k^c+3E%c8(Uk)g_V5^X73`qPrxX`pw^-L%4~2Zo-S8R zNMI_+^fRdP5ApE)%-vW;pg{6#IzJebv-eSBjnmN309};ewKWh;YRB-G+#D5>>~wt! zAF8(1pc-p$2W;ND)6anB7vgQAX4q6Q)K^q{-R6mqud$jMs1EFEk^yuj8j4RQb6Fm-pxm0P;5Ko8U{|`5PqwJ37Ss(+JNN%5% zkuuEugzMVWm={!?0za(N5z zGfm*laihuD34W#8Y3l{*m=8cM$i~Jt@Ir~w(bA@8Xz2cQM@J3`ksO}WV7Up89T6&! z%?F9oL3s3Q$;JzG%1a^j0s??o@ZD%TXs|v{pzGHTX#_f*oRlor)vHu+CU{>qTj6uc zY;t^HzukWDOVpxvL6_|D%8WgT2fPQnWFl5yumW)$B^$j$5)hK(9I`J=PZJUO5Ck%U znsHd-YmV%U;u}v%> z1{ZJB4_`z?v#)hQu&(LTo}6Leh*xfBfv3Aq&^Y@SwA zJAVyThe?49z|}Pjd1GC3+~Q#K>?%)xpMsvjil@%-}}0=#oM|u>x0iQVESvDK0cmRm`Ms*8IxS; z9kaIE7Ksl(rtKainOwEaZ7>E5j+K=q56}2v);~eopUTSCH&*G;N{)|@v~{#rx7y#W zNUyjqK!8=Ef}^UZzxO3Be`a+R5D9s}w}!^Y^HLv`7i1ers9{GC$^@k6~brr;Cw5|sA{JeUTb@q=8G0lH*R2;fvq47J54*oL?FnzRStEx~Rfhmkt4Z0XXLG!oxqJ-|cIt05)Wsm^< zq*K2icj zWAgpgZcM3S^!rsw`@+xsXZ!Ph+S=JKh%t zglVu!SKI}k*PKJBip~E~ns19Gy+7iW`)QM*Z4^qd391Y`fA3ryk%&I=iJ7l&L`aD6)<(ef{@(Vu z$hL1r=BLa|md-1(>|N!YXJg~zf(rv-(YE3SlazrpP}EvBOc04D1x*sXYciS-}%`K>klfMts`V~Oe7kUhyWEF z4s)?Fu)cyyl@{dppX)gIxI$n@@g&&F36J3j&8MJCwcL=IhW=c{XUwv3rWV$VRiCU` zmfOVdL0$gE3%0h4u!;H3PTLtC9S7KNf_l3y!xTvLRJxmgfeZCe(imw#rDf8E@&dNu~J~r3+;aeya zO@;|F{op~IfMi~Av9z*sQR^Wh9DFq$yfF60J!vIHa$i zJ%s$>-w5l!X2(MRs@?mISZB;M7GGl?9ieV*+E~dd0$q;O2eCkACOY0jNA*An&{EDI z8Z*onD}tg1@*sR|W!uk(iWd?S%A@Kg5ncRRebb(Mf_L*nW!|6zo}uwupQcUQkrR zWw%xgt^{ZM3nO(nn>%`q-gm#sgqRjqG<-oRJLgWXcBQxT!!=hx(Xan*^o z!NkOL^Pa;PzghyQgAc^ouOj19mG-V5p$P!9;U^u|`4$#&C65=LPWvBD;tIY62e8A- z&w4El8-CV{xDr_<)za#|DA)g-Uj#m6G1xC@P*->XT-MMq#PpPE;P?q1`U*HWrium`_itlR4h{?5%mSX{J&;m+t{3fI{Et{fS4s&V zy$8Z}b7q9|7H;23qXO~`t`$dkPx(H;G!|UurS;v5_`{!fnxd0z#?!4w#YQVAD$-*U zsBd9JiChpYMpUM1>kQd^+ufa;jD|nQY}Vk{A%N{XHEM~-b%g+>7%jO#q1F1V=Wf^7Zw22k zUprenkar#}LMo~XG-M4dN_H#*MU96EVUl145&BM(%Z}&o@@Y^r6BBc(e%;6X91gdj z^l&;3Q|tc8&jVj&=&QJ@G$$vPw$2g~{w;$!(W$SgVY`qkKBx@;+Kmo53(yCX-?51= zvaicn2gDUuZEZf_EHtNL;llNHyGg2K2g>q@1cCDX&+*C7pkxf1SJ#Si6nxKkI(L<&qVE-?q_1zGlbD#;!eUiip$5>*GK#C|ySomSHNkbYKCAk|gBM22Z~th= zhYmdy}sal3wLUL41R&S_37{1N{8I`x5ca6eKd{D{s)vw}AS z&O8EJGUbIBMLp(${ehHfC#ZsCk&>dKy28Nk7nqiUs?N;LaDAi|0xcj*NnewG>-75V z+py2HAx(Dwn#;gru+aeEx z$@j;^AOA^bQzcFOK8!FR2}Nn9;e<{N58+jaAwL?CgtI}WY|+xtIEE~Z;IhOXf}=>j zoe?uNYqj^tjRn;Q{rvaXH)LF5a&Mbkq;i4fskA7b)DCZ%E&!WKMi; z-?QZSnHU)X89d6sBok&WWkvHBhN#zjO?m$8NzUuN&e#zEEw1{r(aQ>rW$Vk!%Wtxs z+}|3q{{XkATE095)hed18sg?MzQH8a*of7Xco4?~aV# z6fA>IA$YL_6C3tyk;x%RKYyNsUY(7DowklfwrGIeLAZ}R zJcVe+sC}}1z}GK1IaQAl5ztVP+u1{{Tl~`8m)or%_t|*%a{kwRe0=5g_0m>xm8q%W zQONnx-~pN8YOx@ol`*Bk!&?V~o%J=#W!Q271E{T<)LM=Zrc$)Bb-w7Ju!`zOK#0tG z%0|+mOa*P#qG2UqGX`U3fq;xpEx~snSbX%zmruLlKLZv}<|rD-|38Kz7w^a5;B39i z4xyEmK_-ey&T|UXqPaZ4`Skb1fuJSv2PKUNUk)W)BgR`)?y`40fl%=k#>%9h(kjuw*s z^(8qhOu+v)jELmxG+n7?B(=v74grMt&bmnVx15UB2%u+d-{IF41Lp%f$f6D+(u*L3 z16Z;}9%5N5`!GC&_(wk;@^1xs22taj0Euq5 zW3*p>gKrPklT)E}Vgk~tL69pv2FBrYW?x_53bFHjjIeXW$IFFC8dx}#pFr$dAGH$1 zDX%6in?TxN+LD-O+N$^?go+s715<}AsGpW$ZYnl_d}Gs8g}Lk7H|#%h8uN}@Vt2?N zxJH-Xis)m3Og_i)F%mSswIMWyW_kESAx~lV`75PVt<-W228&R${|mzLcY@Go6=JQLT7^YL>l*|PvyI8w z+1ci17fdbwAK{05n$x$YzBK0HTMy;fIy*}pHi>iIAH2LT&laLrrY%;wP^xvF-(3^# zv@R!@L-;Rf2tm6sIRti!8*T6N-3wDJ!1L~=p@TXMxjBBX0~qIkYFsM4$?G6IGLpVU z9-KgW*gL(cro^YFEB*cp9PyheSD5Uu%}ul;JM~ z3S-oYlrO_!!tc#BFi@I$LBf|OgCe^zoC52E(1xQJ?m0Lg1? z8oi2V7eeZ;AkdTb2J&3YO2{Rqhc|ruvNc=h+%2VSF1=%M#)>(2)^#5JrJC^Ipp~CR z=tD)GxS`<-b;(Ck=@k!h zB(3-nw&tr#h&bq-;xFNn;X>b>VJm;Z`gVoXT)z;R7lUwd3Al0al3Rj1u)pb_q%5?v zD;XK#+}|I|LzhlmfX5I4Avn zd|72!Sw+D?@TC{NVU1%)R^wzO@^?lRZEcNhz_^BTWEABU z@84IXr^|QjHF+;*)=~GYNQog0T-*jD@qSw|wX~dSw1VsS-ln;4fIdTMYr9o8>l?^3 z91pB1em+0Qd)ja|Iekwy85a1XV+Z@Km)j;Fee*5+<_#Q1%A{lN=Aby@9dCC>F)}UZ%VPR6|Ij({#6=i>DZUQ0tCcI(>2%UmlUF| zKYtG3G@4Pi0oBQkJe2gy!w1^sc}bMg2g619;Q9WylESdn?|_IPoD~0Wp^)|OQ0Rb^ zfuSLH`ahv4XY&k*P8jU&i~Kq0QKdko8%NHjG@+(vtoBfF$q4g3tQ(V}!KdEE>Tcu0 zNQ~Hgif})`92J@sK>Q>Vm$A6{h8h+zY~u%SPMIe%i3JueK$jKqpi2Q^5JgCM@X5&l z2!57JU%zV(4F%g0!o>!E$1i^IJ`<`M9@#7Y+b4p7#>U_T;r((ZG7&pj4eUiwFQxi_ zMo9pd`TDQf)b2>d7prTC^5(5qMQ(B7$2;M>@xz0HAsT1d@bFw*T;Tbd)>C#mDRLC5 zs&uYe#Ql3T=7F0@R`HGG54;45eaFNa53m+gr0!y6`QqQ?m^8&L|Yno zYBpq&DmhQEaWXi*HCKIdn~z`%@93=_Hp)uNRVjAsqcwKg-wV8>5W@*92eA@JgZwb> zIA1dzDdRyb`S^Ivqn1NTJiu4M-&zlGabZ;KsIHZiY=mF-kfw!PcCiQu7)VP#mc$VY zZc9(4e{J$QDTBZAee*P@)n`XJrtTso$JVC!gP1nK=!||wv#>C%Px5N*BlqxA@1gW) z0*xf-v0gooAf1+xQfet;(*0;qozh$I&67tVPT)7CGfD_ z2MjpHnEY>L!gf;RpLC3byk1%9{rbd`Qc714B?$tb6@|I7jp5%c3qZ_N)xZ*~5;5n@*O8*N?R)e@;#7TZBFgd{dj?dH)s3 z!rX+_cvI>N`i;$YNeTGD09gu_!9w?|d<{@Hlh&FQTfi?1>P=5=xBxJ(TLm!8LaGPz zFv-2ZtzV~~q?E%NUYtH~LC~_Wb$Vvr5p~ri^Rzr?Bm_tuKI5Y7Q`o@q%j%@P-Ec{J zYVuvBK{-bn2a|M|;s2TmRX~A(xuLannBQsM>2f9n8$T9`IYJH@YPPEo1EmSTuf)WN zT|YGfH9E;Jue`jxl$7=kam~Oc`0ecy*~DD;^fgP)g|HPb6cG<%QSV#-o+GV6$T z?oVSitgsPew469N*6GcuD$mb}+@OHN&&Rg3u=-d+FYG95EsN?R>g%O5d1{b6HeY1g z;kzuxJ?2t(ATyV3<2VguWn{;~rsoMDL^O>u1KTiDLPG-vOV*d@TK-Yn_!L02xdnRA zegyV5HgWOsa7^P9Ka+^q;;k#8l_C0&d_zKD26%?T-<3V+cw|2<6eNI&w| zo6j#^#DSq}S(zjFqjpD4M8-nlocwSZNIgl2w!^ao5cKQbpHw9!AK)sEa+n)7EDWIcy3FVd=zotE=na0z}pW@uE7suzlguyK(za=$t|TeWc*jUgso0 z`8mR6Cbk!h0%OQ0EoGp60KL=o_=w8&*PlYeG9u@fN38UhQ9u{L4!nH{Z;VLY z3mOh$Or`wV8zW=Z-pi4RIgBh!W^jnm@-SMy5L*#2)S;C6SXRcmV%+kh??(|~n&gdb zaRBK-)mwtJ&xSPanhAv8+S^w|X5kJ993AXJ_G6%^;q;I2f}vdDoDkFcH>qi%8RlkI zhld$#bW9^AW;V#RyHf~GYe00lWM6Jn)BL&NvBU9kio!BmeFs*JN)pEoW<0d2I7(*`QRC!c-R$*Gl#giTns>A zV*UdP^DiWfoY|)K`r6v=SH6|pC9hkXC^NXhXbDg>;YlEXwxLVBmc+u&Zlx@opP#=( zcupAMDI-mZ2+iSq0*%z0W`) z_o6;+9p40SU<~>OAN@@PTN;ag8UMV6ynp{Qq6?9ZF1%3j$!T3@fQH6cjXl4{;s+)c zCgqH^j$V1)!1aG^tE_C@21{@i$O0EKt5GdZIbCXS)5TL01#O={$ray?-RZr_pL2Li z6q^UF(D-=#p}A(O%;fyw@Nl2SZXo)Mjqy!NNg3!IEQA!4$ul3rMxdW`P(JyMj*Nm( zcxrZbCAI;qu;^!Rt8@9TuZ}VN{;6JN2rDk9!~X{m1_J{)=Nh(2HbLZ1OPObFks3?z znG{)=mWgR=4v{o#w%|s9 zhh3)(p84aGlS_3ys{@V^umizxuAj}I*5bC}GW|$vV&d(g*DDP)&4E%5>mu zZ*HCgt%&yixn}%Js=b1bALSSOmnSn=kjEW8<>Oyc!;dQUX%H7v|r0Q&t>NLczB9S z%Db>2p;X)IW)i`A`x=t%KSFz-{bL;k^mzjXI= z6!<9D%)a?kNJxCUBS%LcDK7Twm1nxh2a%1SV0#4Q%g`z**{*yiklLHSqd3J^qom_i z`jCcfYiHNY;Itl8Wjm%V^7TtCpU8EKIK~g<#{n#YKFsLu*?D;n{;`=7^4Dt0=U_WX zr}?m@z-c2585zhilpI*Y5&ZPtrt9mstk^2D9QX7HWoN@XBcuN!aAE(J1%9>YeA&bf z=`i6r`ry1P??$wv`z9GOUf1{G>B$Li^w;JiO;mpH^YrW?!rU`8SkP}|+`!rmF00k!y1Fi;1`X+SXJ#vfMurxc}+kD(eyMmoFIBh2s-E-8a7k*YNNHGm6xgK#n*n7~
  • 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 delta 44156 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 A!vFvP diff --git a/packages/tree-widget/src/e2e-tests/IModelContentTree.test.ts-snapshots/iModel-content-tree-node-with-active-filtering---information-message-2-chromium-linux.png b/packages/tree-widget/src/e2e-tests/IModelContentTree.test.ts-snapshots/iModel-content-tree-node-with-active-filtering---information-message-2-chromium-linux.png index 0e213ee3e358a6934b935cc2790103f1c176b858..d024df388a4b9275e23bd79d2ba30b17fbd8ff7e 100644 GIT binary patch delta 10535 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 b`7@pj#@nk8yEVWoXSCFH)k+@!`}Y3;kVyq? delta 10539 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 V)w#9O_rMHDR#NdpnYf|<{{V7=57htw literal 14410 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 Date: Wed, 29 Jul 2026 11:25:54 +0300 Subject: [PATCH 3/5] config adjustments --- apps/performance-tests/vitest.config.ts | 2 ++ apps/test-viewer/vite.config.mts | 10 +--------- packages/tree-widget/vitest.config.ts | 2 ++ 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/apps/performance-tests/vitest.config.ts b/apps/performance-tests/vitest.config.ts index e412f2748..b2dc3a981 100644 --- a/apps/performance-tests/vitest.config.ts +++ b/apps/performance-tests/vitest.config.ts @@ -51,6 +51,8 @@ export default defineConfig({ inline: [ "@stratakit/foundations", "@stratakit/icons", + "@stratakit/mui", + "@mui/material", "@itwin/appui-react", "@itwin/components-react", "@itwin/core-react", diff --git a/apps/test-viewer/vite.config.mts b/apps/test-viewer/vite.config.mts index cb5fca7b8..66fe193da 100644 --- a/apps/test-viewer/vite.config.mts +++ b/apps/test-viewer/vite.config.mts @@ -78,15 +78,7 @@ export default defineConfig(({ mode }) => { ], // Dedupe tree-widget's deps so its source imports resolve from this app's node_modules // rather than tree-widget's own node_modules, preventing duplicate package instances. - dedupe: [ - ...collectDepsFromPackage(treeWidgetRoot), - // These StrataKit packages create module-level React contexts (e.g. foundations' `RootContext`). - // They are transitive deps (via `@stratakit/mui` / `@itwin/presentation-hierarchies-react`), so they - // are not listed in tree-widget's peerDependencies and thus not covered by `collectDepsFromPackage`. - // Without deduping them, the build resolves them from both this app's and tree-widget's node_modules, - // producing distinct `RootContext` objects and a "RootContext is undefined" crash at runtime. - "@stratakit/foundations", - ], + dedupe: collectDepsFromPackage(treeWidgetRoot), }, envPrefix: ENV_PREFIX, define: { diff --git a/packages/tree-widget/vitest.config.ts b/packages/tree-widget/vitest.config.ts index 2d082d1b7..f2a5e9090 100644 --- a/packages/tree-widget/vitest.config.ts +++ b/packages/tree-widget/vitest.config.ts @@ -25,6 +25,8 @@ export default defineConfig({ inline: [ "@stratakit/foundations", "@stratakit/icons", + "@stratakit/mui", + "@mui/material", "@itwin/appui-react", "@itwin/components-react", "@itwin/core-react", From e193c03fe22d6ecf47e4cb5f588e987d47a4e3b4 Mon Sep 17 00:00:00 2001 From: MartynasStrazdas <43886789+MartynasStrazdas@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:42:35 +0300 Subject: [PATCH 4/5] adjust definitions --- .../IModelContentTreeDefinition.ts | 55 ++++++----- .../trees/models-tree/ModelsTreeDefinition.ts | 92 +++++++++---------- 2 files changed, 73 insertions(+), 74 deletions(-) diff --git a/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts b/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts index 394ca7e7a..c3484a9f5 100644 --- a/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts +++ b/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts @@ -205,43 +205,42 @@ export class IModelContentTreeDefinition implements HierarchyDefinition { fullClassName: CLASS_NAME_Model, query: { ecsql: ` - SELECT model.ECInstanceId AS ECInstanceId, model.* + SELECT + ${await createSelectClause({ + ecClassId: { selector: "model.ECClassId" }, + ecInstanceId: { selector: "model.ECInstanceId" }, + nodeLabel: { + of: { + classAlias: "partition", + className: CLASS_NAME_InformationPartitionElement, + }, + }, + hideNodeInHierarchy: { selector: "model.IsHidden" }, + extendedData: { + imageId: "icon-model", + }, + supportsFiltering: true, + })} FROM ( SELECT - ${await createSelectClause({ - ecClassId: { selector: "m.ECClassId" }, - ecInstanceId: { selector: "m.ECInstanceId" }, - nodeLabel: { - of: { - classAlias: "partition", - className: CLASS_NAME_InformationPartitionElement, - }, - }, - hideNodeInHierarchy: { - selector: ` - CASE - WHEN ( - json_extract([partition].JsonProperties, '$.PhysicalPartition.Model.Content') IS NOT NULL - OR json_extract([partition].JsonProperties, '$.GraphicalPartition3d.Model.Content') IS NOT NULL - ) THEN 1 - ELSE 0 - END - `, - }, - extendedData: { - imageId: "icon-model", - }, - supportsFiltering: true, - })} + CASE + WHEN ( + json_extract(p.JsonProperties, '$.PhysicalPartition.Model.Content') IS NOT NULL + OR json_extract(p.JsonProperties, '$.GraphicalPartition3d.Model.Content') IS NOT NULL + ) THEN 1 + ELSE 0 + END IsHidden, + m.* FROM ${CLASS_NAME_Model} m JOIN IdSet(?) childModelIdSet ON childModelIdSet.id = m.ECInstanceId - JOIN ${CLASS_NAME_InformationPartitionElement} [partition] ON [partition].ECInstanceId = m.ModeledElement.Id + JOIN ${CLASS_NAME_InformationPartitionElement} p ON p.ECInstanceId = m.ModeledElement.Id ECSQLOPTIONS ENABLE_EXPERIMENTAL_FEATURES ) model JOIN ${modelFilterClauses.from} this ON this.ECInstanceId = model.ECInstanceId + JOIN ${CLASS_NAME_InformationPartitionElement} [partition] ON [partition].ECInstanceId = this.ModeledElement.Id ${modelFilterClauses.joins} - ${createWhereClause({ conditions: [modelFilterClauses.where && `model.HideNodeInHierarchy OR ${modelFilterClauses.where}`] })} + ${createWhereClause({ conditions: [modelFilterClauses.where && `model.IsHidden OR ${modelFilterClauses.where}`] })} `, bindings: [{ type: "idset", value: childModelIds }], }, diff --git a/packages/tree-widget/src/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.ts b/packages/tree-widget/src/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.ts index b535b366e..87a8813d5 100644 --- a/packages/tree-widget/src/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.ts +++ b/packages/tree-widget/src/tree-widget-react/components/trees/models-tree/ModelsTreeDefinition.ts @@ -445,60 +445,60 @@ export class ModelsTreeDefinition implements HierarchyDefinition { fullClassName: CLASS_NAME_GeometricModel3d, query: { ecsql: ` - SELECT model.ECInstanceId AS ECInstanceId, model.* + SELECT + ${await createSelectClause({ + ecClassId: { selector: "model.ECClassId" }, + ecInstanceId: { selector: "model.ECInstanceId" }, + nodeLabel: { + of: { + classAlias: "partition", + className: CLASS_NAME_InformationPartitionElement, + }, + }, + hideNodeInHierarchy: { selector: "model.IsHidden" }, + hasChildren: + this.#hierarchyConfig.models.withoutElements === "include" || this.#hierarchyConfig.elements.excludedClasses.length + ? { selector: "model.HasChildren" } + : true, + extendedData: { + type: "model", + }, + supportsFiltering: this.supportsFiltering(), + })} FROM ( SELECT - ${await createSelectClause({ - ecClassId: { selector: "m.ECClassId" }, - ecInstanceId: { selector: "m.ECInstanceId" }, - nodeLabel: { - of: { - classAlias: "partition", - className: CLASS_NAME_InformationPartitionElement, - }, - }, - hideNodeInHierarchy: { - selector: ` - CASE - WHEN ( - json_extract([partition].JsonProperties, '$.PhysicalPartition.Model.Content') IS NOT NULL - OR json_extract([partition].JsonProperties, '$.GraphicalPartition3d.Model.Content') IS NOT NULL - ) THEN 1 - ELSE 0 - END - `, - }, - hasChildren: - this.#hierarchyConfig.models.withoutElements === "include" || this.#hierarchyConfig.elements.excludedClasses.length - ? { - selector: ` - IFNULL(( - SELECT 1 - FROM ${this.#hierarchyConfig.elements.baseClass} e - ${createWhereClause({ - conditions: [ - "e.Model.Id = m.ECInstanceId", - createExcludedClassesClause({ alias: "e", excludedClassNames: this.#hierarchyConfig.elements.excludedClasses }), - ], - })} - LIMIT 1 - ), 0) - `, - } - : true, - extendedData: { - type: "model", - }, - supportsFiltering: this.supportsFiltering(), - })} + CASE + WHEN ( + json_extract(p.JsonProperties, '$.PhysicalPartition.Model.Content') IS NOT NULL + OR json_extract(p.JsonProperties, '$.GraphicalPartition3d.Model.Content') IS NOT NULL + ) THEN 1 + ELSE 0 + END IsHidden, + ${ + this.#hierarchyConfig.models.withoutElements === "include" || this.#hierarchyConfig.elements.excludedClasses.length + ? `IFNULL(( + SELECT 1 + FROM ${this.#hierarchyConfig.elements.baseClass} e + ${createWhereClause({ + conditions: [ + "e.Model.Id = m.ECInstanceId", + createExcludedClassesClause({ alias: "e", excludedClassNames: this.#hierarchyConfig.elements.excludedClasses }), + ], + })} + LIMIT 1 + ), 0)` + : "1" + } HasChildren, + m.* FROM ${CLASS_NAME_GeometricModel3d} m JOIN IdSet(?) childModelIdSet ON m.ECInstanceId = childModelIdSet.id - JOIN ${CLASS_NAME_InformationPartitionElement} [partition] ON [partition].ECInstanceId = m.ModeledElement.Id + JOIN ${CLASS_NAME_InformationPartitionElement} p ON p.ECInstanceId = m.ModeledElement.Id ECSQLOPTIONS ENABLE_EXPERIMENTAL_FEATURES ) model JOIN ${modelFilterClauses.from} this ON this.ECInstanceId = model.ECInstanceId + JOIN ${CLASS_NAME_InformationPartitionElement} [partition] ON [partition].ECInstanceId = this.ModeledElement.Id ${modelFilterClauses.joins} - ${createWhereClause({ conditions: [modelFilterClauses.where && `model.HideNodeInHierarchy OR ${modelFilterClauses.where}`] })} + ${createWhereClause({ conditions: [modelFilterClauses.where && `model.IsHidden OR ${modelFilterClauses.where}`] })} `, bindings: [{ type: "idset", value: childModelIds }], }, From cdf54f8d029f17597d14bed2804933d8a411deab Mon Sep 17 00:00:00 2001 From: MartynasStrazdas <43886789+MartynasStrazdas@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:13:03 +0300 Subject: [PATCH 5/5] potential fix --- .../trees/imodel-content-tree/IModelContentTreeDefinition.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts b/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts index c3484a9f5..1c2a790ce 100644 --- a/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts +++ b/packages/tree-widget/src/tree-widget-react/components/trees/imodel-content-tree/IModelContentTreeDefinition.ts @@ -230,7 +230,8 @@ export class IModelContentTreeDefinition implements HierarchyDefinition { ) THEN 1 ELSE 0 END IsHidden, - m.* + m.ECInstanceId ECInstanceId, + m.ECClassId ECClassId FROM ${CLASS_NAME_Model} m JOIN IdSet(?) childModelIdSet ON childModelIdSet.id = m.ECInstanceId JOIN ${CLASS_NAME_InformationPartitionElement} p ON p.ECInstanceId = m.ModeledElement.Id