@orangesk/orange-design-system 2.0.0-beta.42 → 2.0.0-beta.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/build/components/AnchorNavigation/style.css +1 -1
  2. package/build/components/AnchorNavigation/style.css.map +1 -1
  3. package/build/components/BlockAction/style.css +1 -1
  4. package/build/components/BlockAction/style.css.map +1 -1
  5. package/build/components/BodyBanner/style.css +1 -1
  6. package/build/components/BodyBanner/style.css.map +1 -1
  7. package/build/components/Breadcrumbs/style.css +1 -1
  8. package/build/components/Breadcrumbs/style.css.map +1 -1
  9. package/build/components/Carousel/style.css +1 -1
  10. package/build/components/Carousel/style.css.map +1 -1
  11. package/build/components/Expander/style.css +1 -1
  12. package/build/components/Expander/style.css.map +1 -1
  13. package/build/components/Footer/style.css +1 -1
  14. package/build/components/Footer/style.css.map +1 -1
  15. package/build/components/Grid/style.css +1 -1
  16. package/build/components/Grid/style.css.map +1 -1
  17. package/build/components/Megamenu/style.css +1 -1
  18. package/build/components/Megamenu/style.css.map +1 -1
  19. package/build/components/Tag/style.css +1 -1
  20. package/build/components/Tag/style.css.map +1 -1
  21. package/build/components/index.js +1 -1
  22. package/build/components/index.js.map +1 -1
  23. package/build/components/tsconfig.tsbuildinfo +1 -1
  24. package/build/components/types/index.d.ts +4 -2
  25. package/build/components/types/src/components/AnchorNavigation/AnchorNavigation.static.d.ts +27 -0
  26. package/build/components/types/src/components/Carousel/Carousel.static.d.ts +7 -5
  27. package/build/components/types/src/components/Expander/Expander.d.ts +2 -0
  28. package/build/components/types/src/components/Grid/Grid.d.ts +2 -2
  29. package/build/components/types/src/components/Megamenu/Megamenu.static.d.ts +3 -0
  30. package/build/components/types/src/components/Modal/Modal.static.d.ts +1 -0
  31. package/build/lib/base.css +1 -1
  32. package/build/lib/base.css.map +1 -1
  33. package/build/lib/components.css +1 -1
  34. package/build/lib/components.css.map +1 -1
  35. package/build/lib/footer.css +1 -1
  36. package/build/lib/footer.css.map +1 -1
  37. package/build/lib/megamenu.css +1 -1
  38. package/build/lib/megamenu.css.map +1 -1
  39. package/build/lib/megamenu.js +1 -1
  40. package/build/lib/megamenu.js.map +1 -1
  41. package/build/lib/scripts.js +1 -1
  42. package/build/lib/scripts.js.map +1 -1
  43. package/build/lib/style.css +1 -1
  44. package/build/lib/style.css.map +1 -1
  45. package/build/lib/tsconfig.tsbuildinfo +1 -1
  46. package/build/search-index.json +2 -2
  47. package/package.json +13 -13
  48. package/src/components/AnchorNavigation/AnchorNavigation.static.ts +247 -40
  49. package/src/components/AnchorNavigation/styles/mixins.scss +8 -0
  50. package/src/components/AnchorNavigation/tests/AnchorNavigation.unit.test.jsx +72 -0
  51. package/src/components/BlockAction/styles/mixins.scss +1 -1
  52. package/src/components/BodyBanner/styles/mixins.scss +2 -12
  53. package/src/components/Carousel/Carousel.static.ts +110 -79
  54. package/src/components/Carousel/styles/mixins.scss +2 -2
  55. package/src/components/Carousel/tests/Carousel.static.test.jsx +203 -0
  56. package/src/components/Expander/Expander.tsx +4 -0
  57. package/src/components/Expander/styles/style.scss +12 -0
  58. package/src/components/Expander/tests/Expander.conformance.test.jsx +4 -0
  59. package/src/components/Expander/tests/Expander.unit.test.jsx +9 -0
  60. package/src/components/Grid/Grid.tsx +5 -2
  61. package/src/components/Grid/styles/config.scss +3 -2
  62. package/src/components/Grid/tests/Grid.unit.test.jsx +40 -10
  63. package/src/components/Megamenu/Megamenu.static.ts +27 -1
  64. package/src/components/Megamenu/styles/mixins.scss +4 -0
  65. package/src/components/Modal/Modal.static.ts +29 -7
  66. package/src/components/Tag/styles/config.scss +5 -1
  67. package/src/components/Tag/styles/mixins.scss +2 -1
  68. package/src/styles/base/globals.scss +1 -0
  69. package/src/styles/export/base.js +1 -1
  70. package/src/styles/tokens/base.scss +1 -1
@@ -1 +1 @@
1
- {"fileNames":["../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2025.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2025.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2025.float16.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2025.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2025.iterator.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2025.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.es2025.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.date.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.temporal.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@6.0.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/tslib/modules/index.d.ts","../../node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/global.d.ts","../../node_modules/.pnpm/csstype@3.2.3/node_modules/csstype/index.d.ts","../../node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts","../../node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/jsx-runtime.d.ts","../../src/components/footer/constants.ts","../../src/components/footer/footer.static.ts","../../node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.d.ts","../../src/components/icon/spritepathcontext.tsx","../../src/components/icon/icon.tsx","../../src/components/icon/pictogram.tsx","../../src/components/icon/index.ts","../../src/components/socialbutton/socialbutton.tsx","../../src/components/footer/data.ts","../../src/components/socialbutton/index.ts","../../src/components/footer/planobnovy.tsx","../../src/components/footer/footer.tsx","../../src/components/footer/index.ts","../../node_modules/.pnpm/@types+wnumb@1.2.3/node_modules/@types/wnumb/index.d.ts","../../src/utils/helpers.js","../../src/scripts/lib/modulefactory.js","../../src/components/footer/static.ts"],"fileIdsList":[[92,93],[94],[90],[91,95],[91,95,103],[91,95,96],[91,94,95,96,98,104,105,106],[91,95,107],[91,95,97,111],[91,94,95,98,99],[91,95,99,100,101],[91,94,95,100],[91,94,95],[91,94,95,98,102],[91,95,110],[91,95,109]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"7e29f41b158de217f94cb9676bf9cbd0cd9b5a46e1985141ed36e075c52bf6ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"dc0a7f107690ee5cd8afc8dbf05c4df78085471ce16bdd9881642ec738bc81fe","impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},{"version":"5d49d345e0842e7ad243b94e51d1123238c5172bf7a979a8dc9ab6ce8f517180","signature":"10eb7a615bd5db445b38503914505987270bb1a79340c91aa032598f22682020"},{"version":"d6e4ea4dbf459a113515d4607757557ca61ec73e916595f7860c59140077d0d0","signature":"f95b65f554fc67538fedac0128db3c22ea653a857c535f1a1e44e2c56648a15c"},{"version":"1dfdec0ec9c299625d20c5cb8f96e2a801c81d91669c6245f520e8734a92fb3d","impliedFormat":1},{"version":"55718a147877c260e5b41a5d912a22d587c274ae8df9e5da9ab5fd10cee51800","signature":"0cfe7a72bee53b2ffb6de9395f7c831c7a9a0539d39abfe8a41a66626fff8271"},{"version":"babd89833d98e49d5b3a5d91bb7becfe85dc5bcce080c9613670ffc8c5d240e0","signature":"611959103bbf4ea52440454eb76b8540b52157d2fa41dbe95d0475f1a692e9cc"},{"version":"9aa5eec8ff904b8ebf0a7938ca97ff3d49e1c4a0180bcf3dc26d0a7cbd407ec4","signature":"fd12045af3fa6841c3c7b27154c60428f27b2b10094669560b3ffe67356b1632"},"454bdfc8142af311d6054a873c0c5ab1b63a3ad5eabcce7ae377ae95bc37ffe3",{"version":"e189c888bd6ef8d63fd785af7948dad3c8d1b211a9847fdf03a86f3499a5e8ca","signature":"2ab8e4382c1f3e9ad820f6b9d8f3889b4508e67b4169ab64cdd80e3639cd3ea5"},{"version":"a678a57da087f7a9dcfdc3f3f012ae077cd79cf4360ea1a9e252ceb854777670","signature":"49c9eef61196b8e3abda71ad6e2a9f80c3a7604add04677b4ad4c7f1a1cb831c"},"98b6d0fec798e1bb2d52190f7bba01b59735482115f278f2c49fe29dcbdd66af",{"version":"0b4941507e01f823e46fb29722af7a0c61a74b735fbb2d6434bb1e0ab1c9ac0b","signature":"152c3a1e56ce7537d5c08ae1ff119135aa0ef5b7a9d6397d7fd4a5e90312c925"},{"version":"ca29b5c9d881e60c357d8cda76415f717fae509595d501d396522a313f834249","signature":"9dbf60084fc12a005a4daa88197423c8ff6a99dad453e0ff605348fcb58860a7"},"446705aa1a4f27825b40e3a11e79cbc5bd828f3b0319c7955b82d4f8a47beb75",{"version":"50c76e901fd8e9aaa0b6c98410a3979ca6ba8f54402802a1cfe95d4865abbe1b","impliedFormat":1},{"version":"f58ec7542606012327bbdf9fd53f97cc326652a8c02dafbc8e37bb6095813f25","signature":"849748c06e3c7ebef208f3d216c40e0711ee652edd2594e880fa4d75503bccf5"},{"version":"708db6b47b90e56189c37cf7cd0d8fe6da02df7b54ff5114eca9fe9221e0c73c","signature":"e71c8951cafffc0da12034ffb64cbf991825e7c9e4b63cb93d39fc3c4782eb4f"},{"version":"1b51f9b0ab42a6dc7994e2fb21bbea4328f94115ce018b63e3615397a913159a","signature":"7b8b72953be0af45f3c01759dd2e9d4181f909ff7750a207147b436ba01efd08","affectsGlobalScope":true}],"root":[96,97,104,[106,108],112],"options":{"allowJs":true,"declaration":false,"emitDeclarationOnly":false,"esModuleInterop":true,"importHelpers":true,"inlineSources":true,"jsx":4,"module":99,"noEmitHelpers":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":7},"referencedMap":[[94,1],[95,2],[91,3],[96,4],[104,5],[97,6],[107,7],[108,8],[106,4],[112,9],[100,10],[102,11],[101,12],[99,13],[105,5],[103,14],[111,15],[110,16]],"semanticDiagnosticsPerFile":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112],"version":"6.0.2"}
1
+ {"fileNames":["../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2025.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.object.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2024.string.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2025.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2025.float16.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2025.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2025.iterator.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2025.promise.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2025.regexp.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.array.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.date.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.error.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.temporal.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.esnext.typedarrays.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/tslib/modules/index.d.ts","../../node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/global.d.ts","../../node_modules/.pnpm/csstype@3.2.3/node_modules/csstype/index.d.ts","../../node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/index.d.ts","../../node_modules/.pnpm/@types+react@19.2.14/node_modules/@types/react/jsx-runtime.d.ts","../../src/components/footer/constants.ts","../../src/components/footer/footer.static.ts","../../node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.d.ts","../../src/components/icon/spritepathcontext.tsx","../../src/components/icon/icon.tsx","../../src/components/icon/pictogram.tsx","../../src/components/icon/index.ts","../../src/components/socialbutton/socialbutton.tsx","../../src/components/footer/data.ts","../../src/components/socialbutton/index.ts","../../src/components/footer/planobnovy.tsx","../../src/components/footer/footer.tsx","../../src/components/footer/index.ts","../../node_modules/.pnpm/@types+wnumb@1.2.3/node_modules/@types/wnumb/index.d.ts","../../src/utils/helpers.js","../../src/scripts/lib/modulefactory.js","../../src/components/footer/static.ts"],"fileIdsList":[[92,93],[94],[90],[91,95],[91,95,103],[91,95,96],[91,94,95,96,98,104,105,106],[91,95,107],[91,95,97,111],[91,94,95,98,99],[91,95,99,100,101],[91,94,95,100],[91,94,95],[91,94,95,98,102],[91,95,110],[91,95,109]],"fileInfos":[{"version":"bcd24271a113971ba9eb71ff8cb01bc6b0f872a85c23fdbe5d93065b375933cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f88bedbeb09c6f5a6645cb24c7c55f1aa22d19ae96c8e6959cbd8b85a707bc6","impliedFormat":1},{"version":"7fe93b39b810eadd916be8db880dd7f0f7012a5cc6ffb62de8f62a2117fa6f1f","impliedFormat":1},{"version":"bb0074cc08b84a2374af33d8bf044b80851ccc9e719a5e202eacf40db2c31600","impliedFormat":1},{"version":"1a7daebe4f45fb03d9ec53d60008fbf9ac45a697fdc89e4ce218bc94b94f94d6","impliedFormat":1},{"version":"f94b133a3cb14a288803be545ac2683e0d0ff6661bcd37e31aaaec54fc382aed","impliedFormat":1},{"version":"f59d0650799f8782fd74cf73c19223730c6d1b9198671b1c5b3a38e1188b5953","impliedFormat":1},{"version":"8a15b4607d9a499e2dbeed9ec0d3c0d7372c850b2d5f1fb259e8f6d41d468a84","impliedFormat":1},{"version":"26e0fe14baee4e127f4365d1ae0b276f400562e45e19e35fd2d4c296684715e6","impliedFormat":1},{"version":"1e9332c23e9a907175e0ffc6a49e236f97b48838cc8aec9ce7e4cec21e544b65","impliedFormat":1},{"version":"3753fbc1113dc511214802a2342280a8b284ab9094f6420e7aa171e868679f91","impliedFormat":1},{"version":"999ca32883495a866aa5737fe1babc764a469e4cde6ee6b136a4b9ae68853e4b","impliedFormat":1},{"version":"17f13ecb98cbc39243f2eee1f16d45cd8ec4706b03ee314f1915f1a8b42f6984","impliedFormat":1},{"version":"d6b1eba8496bdd0eed6fc8a685768fe01b2da4a0388b5fe7df558290bffcf32f","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f57fc4404ff020bc45b9c620aff2b40f700b95fe31164024c453a5e3c163c54","impliedFormat":1},{"version":"eadcffda2aa84802c73938e589b9e58248d74c59cb7fcbca6474e3435ac15504","affectsGlobalScope":true,"impliedFormat":1},{"version":"105ba8ff7ba746404fe1a2e189d1d3d2e0eb29a08c18dded791af02f29fb4711","affectsGlobalScope":true,"impliedFormat":1},{"version":"00343ca5b2e3d48fa5df1db6e32ea2a59afab09590274a6cccb1dbae82e60c7c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ebd9f816d4002697cb2864bea1f0b70a103124e18a8cd9645eeccc09bdf80ab4","affectsGlobalScope":true,"impliedFormat":1},{"version":"2c1afac30a01772cd2a9a298a7ce7706b5892e447bb46bdbeef720f7b5da77ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"7b0225f483e4fa685625ebe43dd584bb7973bbd84e66a6ba7bbe175ee1048b4f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0a4b8ac6ce74679c1da2b3795296f5896e31c38e888469a8e0f99dc3305de60","affectsGlobalScope":true,"impliedFormat":1},{"version":"3084a7b5f569088e0146533a00830e206565de65cae2239509168b11434cd84f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5079c53f0f141a0698faa903e76cb41cd664e3efb01cc17a5c46ec2eb0bef42","affectsGlobalScope":true,"impliedFormat":1},{"version":"32cafbc484dea6b0ab62cf8473182bbcb23020d70845b406f80b7526f38ae862","affectsGlobalScope":true,"impliedFormat":1},{"version":"fca4cdcb6d6c5ef18a869003d02c9f0fd95df8cfaf6eb431cd3376bc034cad36","affectsGlobalScope":true,"impliedFormat":1},{"version":"b93ec88115de9a9dc1b602291b85baf825c85666bf25985cc5f698073892b467","affectsGlobalScope":true,"impliedFormat":1},{"version":"f5c06dcc3fe849fcb297c247865a161f995cc29de7aa823afdd75aaaddc1419b","affectsGlobalScope":true,"impliedFormat":1},{"version":"b77e16112127a4b169ef0b8c3a4d730edf459c5f25fe52d5e436a6919206c4d7","affectsGlobalScope":true,"impliedFormat":1},{"version":"fbffd9337146eff822c7c00acbb78b01ea7ea23987f6c961eba689349e744f8c","affectsGlobalScope":true,"impliedFormat":1},{"version":"a995c0e49b721312f74fdfb89e4ba29bd9824c770bbb4021d74d2bf560e4c6bd","affectsGlobalScope":true,"impliedFormat":1},{"version":"c7b3542146734342e440a84b213384bfa188835537ddbda50d30766f0593aff9","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce6180fa19b1cccd07ee7f7dbb9a367ac19c0ed160573e4686425060b6df7f57","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f02e2476bccb9dbe21280d6090f0df17d2f66b74711489415a8aa4df73c9675","affectsGlobalScope":true,"impliedFormat":1},{"version":"45e3ab34c1c013c8ab2dc1ba4c80c780744b13b5676800ae2e3be27ae862c40c","affectsGlobalScope":true,"impliedFormat":1},{"version":"805c86f6cca8d7702a62a844856dbaa2a3fd2abef0536e65d48732441dde5b5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e42e397f1a5a77994f0185fd1466520691456c772d06bf843e5084ceb879a0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4c2b41f90c95b1c532ecc874bd3c111865793b23aebcc1c3cbbabcd5d76ffb0","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab26191cfad5b66afa11b8bf935ef1cd88fabfcb28d30b2dfa6fad877d050332","affectsGlobalScope":true,"impliedFormat":1},{"version":"2088bc26531e38fb05eedac2951480db5309f6be3fa4a08d2221abb0f5b4200d","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb9d366c425fea79716a8fb3af0d78e6b22ebbab3bd64d25063b42dc9f531c1e","affectsGlobalScope":true,"impliedFormat":1},{"version":"500934a8089c26d57ebdb688fc9757389bb6207a3c8f0674d68efa900d2abb34","affectsGlobalScope":true,"impliedFormat":1},{"version":"689da16f46e647cef0d64b0def88910e818a5877ca5379ede156ca3afb780ac3","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc21cc8b6fee4f4c2440d08035b7ea3c06b3511314c8bab6bef7a92de58a2593","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ca53d13d2957003abb47922a71866ba7cb2068f8d154877c596d63c359fed25","affectsGlobalScope":true,"impliedFormat":1},{"version":"54725f8c4df3d900cb4dac84b64689ce29548da0b4e9b7c2de61d41c79293611","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5594bc3076ac29e6c1ebda77939bc4c8833de72f654b6e376862c0473199323","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f3eb332c2d73e729f3364fcc0c2b375e72a121e8157d25a82d67a138c83a95c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6f4427f9642ce8d500970e4e69d1397f64072ab73b97e476b4002a646ac743b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"48915f327cd1dea4d7bd358d9dc7732f58f9e1626a29cc0c05c8c692419d9bb7","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7bf9377723203b5a6a4b920164df22d56a43f593269ba6ae1fdc97774b68855","affectsGlobalScope":true,"impliedFormat":1},{"version":"db9709688f82c9e5f65a119c64d835f906efe5f559d08b11642d56eb85b79357","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b25b8c874acd1a4cf8444c3617e037d444d19080ac9f634b405583fd10ce1f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"37be57d7c90cf1f8112ee2636a068d8fd181289f82b744160ec56a7dc158a9f5","affectsGlobalScope":true,"impliedFormat":1},{"version":"a917a49ac94cd26b754ab84e113369a75d1a47a710661d7cd25e961cc797065f","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d3261badeb7843d157ef3e6f5d1427d0eeb0af0cf9df84a62cfd29fd47ac86e","affectsGlobalScope":true,"impliedFormat":1},{"version":"195daca651dde22f2167ac0d0a05e215308119a3100f5e6268e8317d05a92526","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b11e4285cd2bb164a4dc09248bdec69e9842517db4ca47c1ba913011e44ff2f","affectsGlobalScope":true,"impliedFormat":1},{"version":"0508571a52475e245b02bc50fa1394065a0a3d05277fbf5120c3784b85651799","affectsGlobalScope":true,"impliedFormat":1},{"version":"8f9af488f510c3015af3cc8c267a9e9d96c4dd38a1fdff0e11dc5a544711415b","affectsGlobalScope":true,"impliedFormat":1},{"version":"fc611fea8d30ea72c6bbfb599c9b4d393ce22e2f5bfef2172534781e7d138104","affectsGlobalScope":true,"impliedFormat":1},{"version":"0bd714129fca875f7d4c477a1a392200b0bcd13fb2e80928cd334b63830ea047","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2c9037ae6cd2c52d80ceef0b3c5ffdb488627d71529cf4f63776daf11161c9a","affectsGlobalScope":true,"impliedFormat":1},{"version":"135d5cf4d345f59f1a9caadfafcd858d3d9cc68290db616cc85797224448cccc","affectsGlobalScope":true,"impliedFormat":1},{"version":"bc238c3f81c2984751932b6aab223cd5b830e0ac6cad76389e5e9d2ffc03287d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a07f9b76d361f572620927e5735b77d6d2101c23cdd94383eb5b706e7b36357","affectsGlobalScope":true,"impliedFormat":1},{"version":"7c4e8dc6ab834cc6baa0227e030606d29e3e8449a9f67cdf5605ea5493c4db29","affectsGlobalScope":true,"impliedFormat":1},{"version":"de7ba0fd02e06cd9a5bd4ab441ed0e122735786e67dde1e849cced1cd8b46b78","affectsGlobalScope":true,"impliedFormat":1},{"version":"6148e4e88d720a06855071c3db02069434142a8332cf9c182cda551adedf3156","affectsGlobalScope":true,"impliedFormat":1},{"version":"d63dba625b108316a40c95a4425f8d4294e0deeccfd6c7e59d819efa19e23409","affectsGlobalScope":true,"impliedFormat":1},{"version":"0568d6befee03dd435bed4fc25c4e46865b24bdcb8c563fdc21f580a2c301904","affectsGlobalScope":true,"impliedFormat":1},{"version":"30d62269b05b584741f19a5369852d5d34895aa2ac4fd948956f886d15f9cc0d","affectsGlobalScope":true,"impliedFormat":1},{"version":"f128dae7c44d8f35ee42e0a437000a57c9f06cc04f8b4fb42eebf44954d53dc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"ffbe6d7b295306b2ba88030f65b74c107d8d99bdcf596ea99c62a02f606108b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"996fb27b15277369c68a4ba46ed138b4e9e839a02fb4ec756f7997629242fd9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"79b712591b270d4778c89706ca2cfc56ddb8c3f895840e477388f1710dc5eda9","affectsGlobalScope":true,"impliedFormat":1},{"version":"20884846cef428b992b9bd032e70a4ef88e349263f63aeddf04dda837a7dba26","affectsGlobalScope":true,"impliedFormat":1},{"version":"5fcab789c73a97cd43828ee3cc94a61264cf24d4c44472ce64ced0e0f148bdb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"db59a81f070c1880ad645b2c0275022baa6a0c4f0acdc58d29d349c6efcf0903","affectsGlobalScope":true,"impliedFormat":1},{"version":"673294292640f5722b700e7d814e17aaf7d93f83a48a2c9b38f33cbc940ad8b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d786b48f934cbca483b3c6d0a798cb43bbb4ada283e76fb22c28e53ae05b9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ecb8e347cb6b2a8927c09b86263663289418df375f5e68e11a0ae683776978f","affectsGlobalScope":true,"impliedFormat":1},{"version":"142efd4ce210576f777dc34df121777be89eda476942d6d6663b03dcb53be3ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"379bc41580c2d774f82e828c70308f24a005b490c25ba34d679d84bcf05c3d9d","affectsGlobalScope":true,"impliedFormat":1},{"version":"ed484fb2aa8a1a23d0277056ec3336e0a0b52f9b8d6a961f338a642faf43235d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ffedae1d1c2d53fdbca1c96d3c7dda544281f7d262f99b6880634f8fd8d9820","affectsGlobalScope":true,"impliedFormat":1},{"version":"83a730b125d477dd264df8ba479afab27a3dae7152b005c214ab94dc7ee44fd3","affectsGlobalScope":true,"impliedFormat":1},{"version":"1ce14b81c5cc821994aa8ec1d42b220dd41b27fcc06373bce3958af7421b77d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3a048b3e9302ef9a34ef4ebb9aecfb28b66abb3bce577206a79fee559c230da","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"7e29f41b158de217f94cb9676bf9cbd0cd9b5a46e1985141ed36e075c52bf6ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"dc0a7f107690ee5cd8afc8dbf05c4df78085471ce16bdd9881642ec738bc81fe","impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},{"version":"5d49d345e0842e7ad243b94e51d1123238c5172bf7a979a8dc9ab6ce8f517180","signature":"10eb7a615bd5db445b38503914505987270bb1a79340c91aa032598f22682020"},{"version":"d6e4ea4dbf459a113515d4607757557ca61ec73e916595f7860c59140077d0d0","signature":"f95b65f554fc67538fedac0128db3c22ea653a857c535f1a1e44e2c56648a15c"},{"version":"1dfdec0ec9c299625d20c5cb8f96e2a801c81d91669c6245f520e8734a92fb3d","impliedFormat":1},{"version":"55718a147877c260e5b41a5d912a22d587c274ae8df9e5da9ab5fd10cee51800","signature":"0cfe7a72bee53b2ffb6de9395f7c831c7a9a0539d39abfe8a41a66626fff8271"},{"version":"babd89833d98e49d5b3a5d91bb7becfe85dc5bcce080c9613670ffc8c5d240e0","signature":"611959103bbf4ea52440454eb76b8540b52157d2fa41dbe95d0475f1a692e9cc"},{"version":"9aa5eec8ff904b8ebf0a7938ca97ff3d49e1c4a0180bcf3dc26d0a7cbd407ec4","signature":"fd12045af3fa6841c3c7b27154c60428f27b2b10094669560b3ffe67356b1632"},"454bdfc8142af311d6054a873c0c5ab1b63a3ad5eabcce7ae377ae95bc37ffe3",{"version":"e189c888bd6ef8d63fd785af7948dad3c8d1b211a9847fdf03a86f3499a5e8ca","signature":"2ab8e4382c1f3e9ad820f6b9d8f3889b4508e67b4169ab64cdd80e3639cd3ea5"},{"version":"a678a57da087f7a9dcfdc3f3f012ae077cd79cf4360ea1a9e252ceb854777670","signature":"49c9eef61196b8e3abda71ad6e2a9f80c3a7604add04677b4ad4c7f1a1cb831c"},"98b6d0fec798e1bb2d52190f7bba01b59735482115f278f2c49fe29dcbdd66af",{"version":"0b4941507e01f823e46fb29722af7a0c61a74b735fbb2d6434bb1e0ab1c9ac0b","signature":"152c3a1e56ce7537d5c08ae1ff119135aa0ef5b7a9d6397d7fd4a5e90312c925"},{"version":"ca29b5c9d881e60c357d8cda76415f717fae509595d501d396522a313f834249","signature":"9dbf60084fc12a005a4daa88197423c8ff6a99dad453e0ff605348fcb58860a7"},"446705aa1a4f27825b40e3a11e79cbc5bd828f3b0319c7955b82d4f8a47beb75",{"version":"50c76e901fd8e9aaa0b6c98410a3979ca6ba8f54402802a1cfe95d4865abbe1b","impliedFormat":1},{"version":"f58ec7542606012327bbdf9fd53f97cc326652a8c02dafbc8e37bb6095813f25","signature":"849748c06e3c7ebef208f3d216c40e0711ee652edd2594e880fa4d75503bccf5"},{"version":"708db6b47b90e56189c37cf7cd0d8fe6da02df7b54ff5114eca9fe9221e0c73c","signature":"e71c8951cafffc0da12034ffb64cbf991825e7c9e4b63cb93d39fc3c4782eb4f"},{"version":"1b51f9b0ab42a6dc7994e2fb21bbea4328f94115ce018b63e3615397a913159a","signature":"7b8b72953be0af45f3c01759dd2e9d4181f909ff7750a207147b436ba01efd08","affectsGlobalScope":true}],"root":[96,97,104,[106,108],112],"options":{"allowJs":true,"declaration":false,"emitDeclarationOnly":false,"esModuleInterop":true,"importHelpers":true,"inlineSources":true,"jsx":4,"module":99,"noEmitHelpers":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":7},"referencedMap":[[94,1],[95,2],[91,3],[96,4],[104,5],[97,6],[107,7],[108,8],[106,4],[112,9],[100,10],[102,11],[101,12],[99,13],[105,5],[103,14],[111,15],[110,16]],"semanticDiagnosticsPerFile":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112],"version":"6.0.3"}
@@ -81,7 +81,7 @@
81
81
  },
82
82
  {
83
83
  "href": "/components/expander",
84
- "content": "import React from \"react\"; Expander The Expander component is used to hide and show content. It can be used to reduce the amount of content visible on the page by default, making it easier for users to find what they are looking for. Basic Usage {This is the content that will be hidden until the user clicks the summary text.} Changing the summary text Add the summaryOpened prop to change the text displayed when the content is visible. {This is the content that will be hidden until the user clicks the summary text.} Custom Icon Use the renderSummary prop to customize the summary icon. Icon is rotating thanks to data-summary-icon attribute, which needs to be present on the icon. Custom Summary text Use the renderSummary and renderSummaryOpened props to customize the summary text. Icons do not rotate in this case. Toggle Group Use the toggleGroup prop to synchronize multiple expanders together. When one expander in the group is toggled, all others with the same toggleGroup value will toggle together. Used mostly in Product cards. Full Width Use the isFullWidth prop to make the expander take the full width of its container. Accessibility The Expander component uses the native <details> and <summary> HTML elements, which provide built-in accessibility support. Screen readers automatically announce the expanded/collapsed state without requiring manual ARIA attributes. The native <details> element ensures: - Keyboard navigation works automatically (Enter/Space to toggle) - Screen readers announce the state changes - Focus management is handled by the browser Important: Ensure that the summary prop provides a clear and concise description of the content that will be revealed. Use summaryOpened to provide appropriate text for the expanded state to improve user experience. API React Props | Prop | Type | Default | Description | | --------------------- | ------------------------------------------- | ------- | -------------------------------------------------------- | | summary | string | - | Trigger text when collapsed | | summaryOpened | string | - | Trigger text when expanded | | renderSummary | (props: ExpanderProps) => React.ReactNode | - | Custom summary renderer for collapsed state | | renderSummaryOpened | (props: ExpanderProps) => React.ReactNode | - | Custom summary renderer for expanded state | | isFullWidth | boolean | - | Expander takes full width of its container | | toggleGroup | string | - | Group identifier for syncing multiple expanders together | | className | string | - | Additional CSS classes | | children | React.ReactNode | - | Content to show/hide | JS module reference All elements with data-expander are initialized automatically. Custom initialization example: Expander Methods | Method | Type | Description | | --------- | ------ | ---------------------------------------------------------- | | toggle | func | Toggle the expander open/closed state | | destroy | func | Destroy the instance - removes all listeners | | update | func | Re-initialize the component (useful after content changes) |"
84
+ "content": "import React from \"react\"; Expander The Expander component is used to hide and show content. It can be used to reduce the amount of content visible on the page by default, making it easier for users to find what they are looking for. Basic Usage {This is the content that will be hidden until the user clicks the summary text.} Changing the summary text Add the summaryOpened prop to change the text displayed when the content is visible. {This is the content that will be hidden until the user clicks the summary text.} Custom Icon Use the renderSummary prop to customize the summary icon. Icon is rotating thanks to data-summary-icon attribute, which needs to be present on the icon. Custom Summary text Use the renderSummary and renderSummaryOpened props to customize the summary text. Icons do not rotate in this case. Toggle Group Use the toggleGroup prop to synchronize multiple expanders together. When one expander in the group is toggled, all others with the same toggleGroup value will toggle together. Used mostly in Product cards. Full Width Use the isFullWidth prop to make the expander take the full width of its container. Content placement Use the placement prop with value top to render opened content above trigger. Accessibility The Expander component uses the native <details> and <summary> HTML elements, which provide built-in accessibility support. Screen readers automatically announce the expanded/collapsed state without requiring manual ARIA attributes. The native <details> element ensures: - Keyboard navigation works automatically (Enter/Space to toggle) - Screen readers announce the state changes - Focus management is handled by the browser Important: Ensure that the summary prop provides a clear and concise description of the content that will be revealed. Use summaryOpened to provide appropriate text for the expanded state to improve user experience. API React Props | Prop | Type | Default | Description | | --------------------- | ------------------------------------------- | ---------- | -------------------------------------------------------- | | summary | string | - | Trigger text when collapsed | | summaryOpened | string | - | Trigger text when expanded | | renderSummary | (props: ExpanderProps) => React.ReactNode | - | Custom summary renderer for collapsed state | | renderSummaryOpened | (props: ExpanderProps) => React.ReactNode | - | Custom summary renderer for expanded state | | isFullWidth | boolean | - | Expander takes full width of its container | | placement | \"top\" \\| \"bottom\" | \"bottom\" | Position of trigger relative to content when opened | | toggleGroup | string | - | Group identifier for syncing multiple expanders together | | className | string | - | Additional CSS classes | | children | React.ReactNode | - | Content to show/hide | JS module reference All elements with data-expander are initialized automatically. Custom initialization example: Expander Methods | Method | Type | Description | | --------- | ------ | ---------------------------------------------------------- | | toggle | func | Toggle the expander open/closed state | | destroy | func | Destroy the instance - removes all listeners | | update | func | Re-initialize the component (useful after content changes) |"
85
85
  },
86
86
  {
87
87
  "href": "/components/feature-accordion",
@@ -165,7 +165,7 @@
165
165
  },
166
166
  {
167
167
  "href": "/components/grid",
168
- "content": "import spaces from \"@/styles/export/space.js\"; Grid The main function of the grid is to distribute items to rows and columns. Our grid has a maximum of 12 columns. Each column can have a custom size defined by breakpoints. Breakpoints Grid uses the mobile-first definition of breakpoints, which means that smallest breakpoint defines default size. Columns You can have a maximum of 12 columns in one row. A default column takes all the available space. <code>(default) 12</code> <code>6</code> <hr /> <code>auto</code> <code>4</code> <code>6</code> <hr /> <code>fill</code> <code>4</code> <code>6</code> <hr /> <code>shrink</code> <code>6</code> Resizing There are two ways of resizing a column. 1. .gridcol--[size] where size is a number 1-12 or one of [shrink/fill/auto] 2. .gridcol--[breakpoint]-[size] where breakpoint is used as a minimum display width to change the column size > XS breakpoint size > > There is no need to specify the xs breakpoint size because it's a default by definition of mobile-first philosophy. What is shrink/fill/auto? - shrink column takes the least amount of space available - fill column takes all the space available and does not shrink to accomodate other columns - auto takes all available space, also tries to shrink to fit into one row. This is the same as .gridcol. <code>(default) 12</code> <code>4</code> <code>shrink</code> <code>fill</code> <code>auto</code> Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Available combinations You can use combinations of different size types for one column at once. Available types are [1-12/shrink/fill/auto] for every breakpoint. <code>(default) 12, sm-9, md-6, lg-fill</code> <code>(default) 12, sm-3, md-6, lg-fill</code> Justify content height Grid with justified content height uses flexbox with an attempt to equalize height of column children <div className=\"surface-subtle\"> <p>Children of these columns are the same height</p> </div> <div className=\"surface-subtle\"> <p>The most high column dictates the height of the row</p> </div> <div className=\"surface-subtle\"> <p>Subsequent rows remain unaffected</p> </div> Container alignment Horizontal Vertical Children alignment Vertical Column gap size Add larger space between grid columns, use smaller gap, or remove them completely. There are two ways of adding a column gap: 1. .grid-column-gap--[size] where size is one of [none/small/default/large] 2. .grid-column-gap--[breakpoint]-[size] where breakpoint is used as a minimum display width to change the gap size {[\"large\", \"default\", \"small\", \"none\"].map((size, index) => ( <div key={index.toString()}> <h3 className=\"bold\">Column gap size {JSON.stringify(size)}</h3> {[1, 2, 3].map((key) => ( <code>4</code> ))} </div> ))} Row gap size Row gap helps to maintain space between grid rows and fixes unwanted spacing problems on the bottom of grid's last row elements by removing their content margins. There are two ways of adding a row gap: 1. .grid-row-gap--[size] where size is one of [small/medium/large/xlarge] 2. .grid-row-gap--[breakpoint]-[size] where breakpoint is used as a minimum display width to change the gap size {[\"small\", \"medium\", \"large\", \"xlarge\"].map((size, index, array) => ( <h3 className=\"mb-2\">Row gap size {JSON.stringify(size)}</h3> {[1, 2, 3, 4, 5, 6].map((key) => ( <code>6</code> ))} ))} Advanced Examples Complex Layout with Alignment <code>top aligned</code> <code>auto middle</code> <code>fill bottom</code> <code>stretch</code> Semantic HTML Tags <code>main content</code> <code>sidebar</code> All Column Sizes (1-12) {Array.from({ length: 12 }, (, i) => ( <code>{i + 1}</code> ))} API Grid React Props | Name | Type | Default | Description | | --------------- | ------------------------------------------------------------------- | ------- | ------------------------------------------ | | vAlign | \"stretch\" \\| \"start\" \\| \"end\" \\| \"center\" | - | Vertical alignment of grid items. | | hAlign | \"end\" \\| \"center\" \\| \"space-around\" \\| \"space-between\" | - | Horizontal alignment of grid items. | | tag | React.ElementType | \"div\" | Rendered HTML element. | | justifyHeight | boolean | false | Whether grid should justify height. | | rowGapSize | \"small\" \\| \"medium\" \\| \"large\" \\| \"xlarge\" \\| Record<string, ...> | - | Row gap size, can be responsive object. | | columnGapSize | \"none\" \\| \"small\" \\| \"default\" \\| \"large\" \\| Record<string, ...> | - | Column gap size, can be responsive object. | | className | string | - | Additional CSS classes. | GridCol React Props | Name | Type | Default | Description | | ----------- | ------------------- | ------- | --------------------------------------------- | | size | ResponsiveSize | - | Column size (1-12), can be responsive object. | | offset | ResponsiveSize | - | Column offset, can be responsive object. | | tag | React.ElementType | \"div\" | Rendered HTML element. | | className | string | - | Additional CSS classes. |"
168
+ "content": "import spaces from \"@/styles/export/space.js\"; Grid The main function of the grid is to distribute items to rows and columns. Our grid has a maximum of 12 columns. Each column can have a custom size defined by breakpoints. Breakpoints Grid uses the mobile-first definition of breakpoints, which means that smallest breakpoint defines default size. Columns You can have a maximum of 12 columns in one row. A default column takes all the available space. <code>(default) 12</code> <code>6</code> <hr /> <code>auto</code> <code>4</code> <code>6</code> <hr /> <code>fill</code> <code>4</code> <code>6</code> <hr /> <code>shrink</code> <code>6</code> Resizing There are two ways of resizing a column. 1. .gridcol--[size] where size is a number 1-12 or one of [shrink/fill/auto] 2. .gridcol--[breakpoint]-[size] where breakpoint is used as a minimum display width to change the column size > XS breakpoint size > > There is no need to specify the xs breakpoint size because it's a default by definition of mobile-first philosophy. What is shrink/fill/auto? - shrink column takes the least amount of space available - fill column takes all the space available and does not shrink to accomodate other columns - auto takes all available space, also tries to shrink to fit into one row. This is the same as .gridcol. <code>(default) 12</code> <code>4</code> <code>shrink</code> <code>fill</code> <code>auto</code> Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Available combinations You can use combinations of different size types for one column at once. Available types are [1-12/shrink/fill/auto] for every breakpoint. <code>(default) 12, sm-9, md-6, lg-fill</code> <code>(default) 12, sm-3, md-6, lg-fill</code> Justify content height Grid with justified content height uses flexbox with an attempt to equalize height of column children <div className=\"surface-subtle\"> <p>Children of these columns are the same height</p> </div> <div className=\"surface-subtle\"> <p>The most high column dictates the height of the row</p> </div> <div className=\"surface-subtle\"> <p>Subsequent rows remain unaffected</p> </div> Container alignment Horizontal Vertical Children alignment Vertical Column gap size Add larger space between grid columns, use smaller gap, or remove them completely. There are two ways of adding a column gap: 1. .grid-column-gap--[size] where size is one of [none/small/default/large/xlarge] 2. .grid-column-gap--[breakpoint]-[size] where breakpoint is used as a minimum display width to change the gap size {[\"xlarge\", \"large\", \"default\", \"small\", \"none\"].map((size, index) => ( <div key={index.toString()}> <h3 className=\"bold\">Column gap size {JSON.stringify(size)}</h3> {[1, 2, 3].map((key) => ( <code>4</code> ))} </div> ))} <h3 className=\"mb-2\"> Responsive column gap size {'{\"xs\":\"small\",\"md\":\"xlarge\"}'} </h3> {[1, 2, 3].map((key) => ( <code>4</code> ))} Row gap size Row gap helps to maintain space between grid rows and fixes unwanted spacing problems on the bottom of grid's last row elements by removing their content margins. There are two ways of adding a row gap: 1. .grid-row-gap--[size] where size is one of [none/xsmall/small/medium/large/xlarge] 2. .grid-row-gap--[breakpoint]-[size] where breakpoint is used as a minimum display width to change the gap size {[\"none\", \"xsmall\", \"small\", \"medium\", \"large\", \"xlarge\"].map( (size, index, array) => ( <h3 className=\"mb-2\">Row gap size {JSON.stringify(size)}</h3> {[1, 2, 3, 4, 5, 6].map((key) => ( <code>6</code> ))} ), )} <h3 className=\"mb-2\"> Responsive row gap size {'{\"xs\":\"medium\",\"md\":\"xlarge\"}'} </h3> {[1, 2, 3, 4, 5, 6].map((key) => ( <code>6</code> ))} Advanced Examples Complex Layout with Alignment <code>top aligned</code> <code>auto middle</code> <code>fill bottom</code> <code>stretch</code> Semantic HTML Tags <code>main content</code> <code>sidebar</code> All Column Sizes (1-12) {Array.from({ length: 12 }, (, i) => ( <code>{i + 1}</code> ))} API Grid React Props | Name | Type | Default | Description | | --------------- | ----------------------------------------------------------------------------------------- | ------- | ------------------------------------------ | | vAlign | \"stretch\" \\| \"start\" \\| \"end\" \\| \"center\" | - | Vertical alignment of grid items. | | hAlign | \"end\" \\| \"center\" \\| \"space-around\" \\| \"space-between\" | - | Horizontal alignment of grid items. | | tag | React.ElementType | \"div\" | Rendered HTML element. | | justifyHeight | boolean | false | Whether grid should justify height. | | rowGapSize | \"none\" \\| \"xsmall\" \\| \"small\" \\| \"medium\" \\| \"large\" \\| \"xlarge\" \\| Record<string, ...> | - | Row gap size, can be responsive object. | | columnGapSize | \"none\" \\| \"small\" \\| \"default\" \\| \"large\" \\| \"xlarge\" \\| Record<string, ...> | - | Column gap size, can be responsive object. | | className | string | - | Additional CSS classes. | GridCol React Props | Name | Type | Default | Description | | ----------- | ------------------- | ------- | --------------------------------------------- | | size | ResponsiveSize | - | Column size (1-12), can be responsive object. | | offset | ResponsiveSize | - | Column offset, can be responsive object. | | tag | React.ElementType | \"div\" | Rendered HTML element. | | className | string | - | Additional CSS classes. |"
169
169
  },
170
170
  {
171
171
  "href": "/components/hero",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orangesk/orange-design-system",
3
- "version": "2.0.0-beta.42",
3
+ "version": "2.0.0-beta.44",
4
4
  "private": false,
5
5
  "engines": {
6
6
  "node": ">=20.x"
@@ -55,7 +55,7 @@
55
55
  "@cloudfour/transition-hidden-element": "^2.0.2",
56
56
  "@mdx-js/loader": "^3.1.1",
57
57
  "@mdx-js/react": "^3.1.1",
58
- "@next/mdx": "16.2.3",
58
+ "@next/mdx": "16.2.4",
59
59
  "@orangesk/accessible-autocomplete": "3.2.2",
60
60
  "@popperjs/core": "^2.11.8",
61
61
  "@types/mdx": "^2.0.13",
@@ -67,7 +67,7 @@
67
67
  "html-react-parser": "6.0.1",
68
68
  "lorem-ipsum": "^2.0.8",
69
69
  "minisearch": "7.2.0",
70
- "next": "16.2.3",
70
+ "next": "16.2.4",
71
71
  "normalize.css": "^8.0.1",
72
72
  "nouislider": "^15.8.1",
73
73
  "prism-react-renderer": "^2.4.1",
@@ -99,7 +99,7 @@
99
99
  "@rollup/plugin-terser": "1.0.0",
100
100
  "@rollup/plugin-typescript": "^12.3.0",
101
101
  "@rollup/plugin-url": "^8.0.2",
102
- "@rollup/rollup-darwin-arm64": "^4.60.1",
102
+ "@rollup/rollup-darwin-arm64": "^4.60.2",
103
103
  "@testing-library/dom": "^10.4.1",
104
104
  "@testing-library/jest-dom": "^6.9.1",
105
105
  "@testing-library/react": "^16.3.2",
@@ -109,28 +109,28 @@
109
109
  "@types/react-dom": "19.2.3",
110
110
  "@types/wnumb": "^1.2.3",
111
111
  "@vitejs/plugin-react": "6.0.1",
112
- "@vitest/browser": "^4.1.4",
113
- "@vitest/browser-playwright": "^4.1.4",
114
- "@vitest/coverage-v8": "^4.1.4",
115
- "@vitest/ui": "^4.1.4",
112
+ "@vitest/browser": "^4.1.5",
113
+ "@vitest/browser-playwright": "^4.1.5",
114
+ "@vitest/coverage-v8": "^4.1.5",
115
+ "@vitest/ui": "^4.1.5",
116
116
  "canvas": "^3.2.3",
117
117
  "fs-extra": "^11.3.4",
118
118
  "glob": "13.0.6",
119
- "html-validate": "10.12.1",
119
+ "html-validate": "10.13.1",
120
120
  "husky": "^9.1.7",
121
121
  "identity-obj-proxy": "^3.0.0",
122
122
  "jsdom": "29.0.2",
123
123
  "lint-staged": "16.4.0",
124
124
  "playwright": "^1.59.1",
125
- "prettier": "^3.8.2",
126
- "rollup": "^4.60.1",
125
+ "prettier": "^3.8.3",
126
+ "rollup": "^4.60.2",
127
127
  "rollup-plugin-copy": "^3.5.0",
128
128
  "rollup-plugin-dts": "^6.4.1",
129
129
  "rollup-plugin-postcss": "^4.0.2",
130
130
  "sass": "^1.99.0",
131
131
  "svg-sprite": "^2.0.4",
132
- "typescript": "6.0.2",
133
- "vitest": "^4.1.4",
132
+ "typescript": "6.0.3",
133
+ "vitest": "^4.1.5",
134
134
  "vitest-axe": "^0.1.0",
135
135
  "vitest-browser-react": "^2.2.0"
136
136
  },
@@ -1,4 +1,6 @@
1
1
  export default class AnchorNavigation {
2
+ private static readonly MODAL_OPEN_BODY_CLASS = "has-modal";
3
+ private static readonly STICKY_FLOAT_TOLERANCE = 3;
2
4
  private static readonly SCROLLSPY_CENTER_BUFFER = 50;
3
5
  private static readonly TOP_SECTION_THRESHOLD = 100;
4
6
  private static readonly DRAG_START_THRESHOLD = 6;
@@ -39,6 +41,20 @@ export default class AnchorNavigation {
39
41
  private autoScrollTargetId: string | null = null;
40
42
  private autoScrollCorrectionCount: number = 0;
41
43
  private lastStickyOffset: number = 0;
44
+ private modalClassObserver: MutationObserver | null = null;
45
+ private modalStateHandler: () => void;
46
+ private isForcedFixed: boolean = false;
47
+ private wasStickyFloating: boolean = false;
48
+ private forcedFixedTop: number = 0;
49
+ private forcedFixedLeft: number = 0;
50
+ private fixedFlowPlaceholder: HTMLDivElement | null = null;
51
+ private originalInlineStyles: {
52
+ position: string;
53
+ top: string;
54
+ left: string;
55
+ right: string;
56
+ width: string;
57
+ } | null = null;
42
58
 
43
59
  constructor(element: HTMLElement) {
44
60
  this.element = element;
@@ -63,6 +79,7 @@ export default class AnchorNavigation {
63
79
  this.horizontalScrollHandler =
64
80
  this.updateHorizontalOverflowState.bind(this);
65
81
  this.nativeDragStartHandler = this.handleNativeDragStart.bind(this);
82
+ this.modalStateHandler = this.handleModalStateChange.bind(this);
66
83
 
67
84
  (this.element as any).ODS_AnchorNavigation = this;
68
85
 
@@ -81,14 +98,21 @@ export default class AnchorNavigation {
81
98
  return document.querySelector("[data-megamenu]") as HTMLElement | null;
82
99
  }
83
100
 
101
+ private getMegamenuOffsetHeight(): number {
102
+ return this.megamenuElement?.offsetHeight || 0;
103
+ }
104
+
84
105
  private updateStickyPosition(): void {
106
+ if (this.isForcedFixed) return;
107
+
85
108
  if (!this.megamenuElement) return;
86
109
 
87
- const stickyOffset = this.megamenuElement.offsetHeight;
110
+ const stickyOffset = this.getMegamenuOffsetHeight();
88
111
  const hasStickyOffsetChanged = stickyOffset !== this.lastStickyOffset;
89
112
 
90
113
  this.lastStickyOffset = stickyOffset;
91
114
  this.element.style.top = `${stickyOffset}px`;
115
+ this.updateStickyFloatingState();
92
116
 
93
117
  if (
94
118
  !hasStickyOffsetChanged ||
@@ -287,11 +311,32 @@ export default class AnchorNavigation {
287
311
  return scrollOffset + anchorNavOffset;
288
312
  }
289
313
 
314
+ private getConfiguredScrollPaddingTop(): number {
315
+ const rootStyles = window.getComputedStyle(document.documentElement);
316
+ const rawScrollPaddingTop = rootStyles.scrollPaddingTop;
317
+ const parsedScrollPaddingTop = Number.parseFloat(rawScrollPaddingTop);
318
+
319
+ if (Number.isFinite(parsedScrollPaddingTop) && parsedScrollPaddingTop > 0) {
320
+ return parsedScrollPaddingTop;
321
+ }
322
+
323
+ return 0;
324
+ }
325
+
326
+ private getEffectiveScrollOffset(): number {
327
+ const configuredScrollPaddingTop = this.getConfiguredScrollPaddingTop();
328
+ if (configuredScrollPaddingTop > 0) {
329
+ return configuredScrollPaddingTop;
330
+ }
331
+
332
+ return this.getTotalStickyOffset();
333
+ }
334
+
290
335
  private getTargetTop(targetElement: HTMLElement): number {
291
336
  const targetTop =
292
337
  targetElement.getBoundingClientRect().top +
293
338
  window.scrollY -
294
- this.getTotalStickyOffset();
339
+ this.getEffectiveScrollOffset();
295
340
  return Math.max(0, targetTop);
296
341
  }
297
342
 
@@ -340,12 +385,7 @@ export default class AnchorNavigation {
340
385
  );
341
386
  }
342
387
  } else {
343
- // Calculate scroll offset from megamenu height and anchor nav height
344
- const scrollOffset = this.megamenuElement
345
- ? this.megamenuElement.offsetHeight
346
- : 0;
347
- const anchorNavOffset = this.element.offsetHeight;
348
- const totalOffset = scrollOffset + anchorNavOffset;
388
+ const totalOffset = this.getEffectiveScrollOffset();
349
389
  const effectiveCenter =
350
390
  window.scrollY + totalOffset + AnchorNavigation.SCROLLSPY_CENTER_BUFFER;
351
391
 
@@ -651,11 +691,198 @@ export default class AnchorNavigation {
651
691
  }
652
692
 
653
693
  private handleResize(): void {
694
+ if (this.isForcedFixed) {
695
+ const parentRect = this.element.parentElement?.getBoundingClientRect();
696
+ const megamenuHeight = this.getMegamenuOffsetHeight();
697
+
698
+ if (parentRect) {
699
+ this.forcedFixedLeft = Math.round(parentRect.left);
700
+ this.element.style.width = `${Math.round(parentRect.width)}px`;
701
+ }
702
+
703
+ if (megamenuHeight > 0) {
704
+ this.forcedFixedTop = megamenuHeight;
705
+ }
706
+
707
+ this.element.style.top = `${this.forcedFixedTop}px`;
708
+ this.element.style.left = `${this.forcedFixedLeft}px`;
709
+
710
+ if (this.fixedFlowPlaceholder) {
711
+ this.fixedFlowPlaceholder.style.height = `${this.element.offsetHeight}px`;
712
+ }
713
+ } else {
714
+ this.updateStickyFloatingState();
715
+ }
716
+
654
717
  this.initScrollSpy();
655
718
  this.updateDragState();
656
719
  this.updateHorizontalOverflowState();
657
720
  }
658
721
 
722
+ private isAnyModalOpen(): boolean {
723
+ return document.body.classList.contains(
724
+ AnchorNavigation.MODAL_OPEN_BODY_CLASS,
725
+ );
726
+ }
727
+
728
+ private isCurrentlyStickyFloating(): boolean {
729
+ if (!this.megamenuElement) return false;
730
+
731
+ const stickyTop = this.getMegamenuOffsetHeight();
732
+ const currentTop = this.element.getBoundingClientRect().top;
733
+
734
+ return currentTop <= stickyTop + AnchorNavigation.STICKY_FLOAT_TOLERANCE;
735
+ }
736
+
737
+ private updateStickyFloatingState(): void {
738
+ if (this.isAnyModalOpen() || this.isForcedFixed) {
739
+ return;
740
+ }
741
+
742
+ this.wasStickyFloating = this.isCurrentlyStickyFloating();
743
+ }
744
+
745
+ private ensureFixedFlowPlaceholder(): void {
746
+ if (!this.fixedFlowPlaceholder) {
747
+ this.fixedFlowPlaceholder = document.createElement("div");
748
+ this.fixedFlowPlaceholder.setAttribute("aria-hidden", "true");
749
+ this.fixedFlowPlaceholder.style.width = "100%";
750
+ this.fixedFlowPlaceholder.style.pointerEvents = "none";
751
+ this.fixedFlowPlaceholder.style.visibility = "hidden";
752
+ this.element.insertAdjacentElement("afterend", this.fixedFlowPlaceholder);
753
+ }
754
+
755
+ this.fixedFlowPlaceholder.style.height = `${this.element.offsetHeight}px`;
756
+ }
757
+
758
+ private removeFixedFlowPlaceholder(): void {
759
+ if (!this.fixedFlowPlaceholder) return;
760
+
761
+ this.fixedFlowPlaceholder.remove();
762
+ this.fixedFlowPlaceholder = null;
763
+ }
764
+
765
+ private applyFixedPosition(): void {
766
+ if (this.isForcedFixed) return;
767
+
768
+ const rect = this.element.getBoundingClientRect();
769
+ const parentRect = this.element.parentElement?.getBoundingClientRect();
770
+ const megamenuHeight = this.getMegamenuOffsetHeight();
771
+
772
+ this.originalInlineStyles = {
773
+ position: this.element.style.position,
774
+ top: this.element.style.top,
775
+ left: this.element.style.left,
776
+ right: this.element.style.right,
777
+ width: this.element.style.width,
778
+ };
779
+
780
+ this.forcedFixedTop =
781
+ megamenuHeight > 0 ? megamenuHeight : Math.max(0, Math.round(rect.top));
782
+ this.forcedFixedLeft = Math.max(
783
+ 0,
784
+ Math.round(parentRect?.left ?? rect.left),
785
+ );
786
+ const fixedWidth = Math.round(parentRect?.width ?? rect.width);
787
+
788
+ this.element.style.position = "fixed";
789
+ this.element.style.top = `${this.forcedFixedTop}px`;
790
+ this.element.style.left = `${this.forcedFixedLeft}px`;
791
+ this.element.style.right = "";
792
+ this.element.style.width = `${fixedWidth}px`;
793
+ this.ensureFixedFlowPlaceholder();
794
+
795
+ this.isForcedFixed = true;
796
+ }
797
+
798
+ private restoreStickyPosition(shouldRecalculate: boolean = true): void {
799
+ if (!this.isForcedFixed) return;
800
+
801
+ const originalStyles = this.originalInlineStyles;
802
+ this.element.style.position = originalStyles?.position || "";
803
+ this.element.style.top = originalStyles?.top || "";
804
+ this.element.style.left = originalStyles?.left || "";
805
+ this.element.style.right = originalStyles?.right || "";
806
+ this.element.style.width = originalStyles?.width || "";
807
+ this.resetFixedPositionState();
808
+
809
+ if (shouldRecalculate) {
810
+ this.updateStickyPosition();
811
+ this.initScrollSpy();
812
+ }
813
+ }
814
+
815
+ private handleModalStateChange(): void {
816
+ if (this.isAnyModalOpen()) {
817
+ // Keep sticky in normal flow until it is actually pinned.
818
+ if (this.isForcedFixed || this.wasStickyFloating) {
819
+ this.applyFixedPosition();
820
+ }
821
+ return;
822
+ }
823
+
824
+ this.restoreStickyPosition(false);
825
+ this.updateStickyFloatingState();
826
+ }
827
+
828
+ private setupModalObserver(): void {
829
+ this.updateStickyFloatingState();
830
+ this.handleModalStateChange();
831
+
832
+ if (!document.body || typeof MutationObserver === "undefined") {
833
+ return;
834
+ }
835
+
836
+ this.modalClassObserver = new MutationObserver(this.modalStateHandler);
837
+ this.modalClassObserver.observe(document.body, {
838
+ attributes: true,
839
+ attributeFilter: ["class"],
840
+ });
841
+ }
842
+
843
+ private teardownModalObserver(): void {
844
+ if (!this.modalClassObserver) return;
845
+
846
+ this.modalClassObserver.disconnect();
847
+ this.modalClassObserver = null;
848
+ }
849
+
850
+ private teardownMegamenuObserver(): void {
851
+ window.removeEventListener("scroll", this.scrollHandler);
852
+
853
+ if (this.resizeObserver) {
854
+ this.resizeObserver.disconnect();
855
+ this.resizeObserver = null;
856
+ }
857
+ }
858
+
859
+ private clearAutoScrollTimers(): void {
860
+ if (this.scrollTimeout) {
861
+ clearTimeout(this.scrollTimeout);
862
+ this.scrollTimeout = null;
863
+ }
864
+ }
865
+
866
+ private resetFixedPositionState(): void {
867
+ this.originalInlineStyles = null;
868
+ this.isForcedFixed = false;
869
+ this.wasStickyFloating = false;
870
+ this.forcedFixedTop = 0;
871
+ this.forcedFixedLeft = 0;
872
+ this.removeFixedFlowPlaceholder();
873
+ }
874
+
875
+ private resetNavigationState(): void {
876
+ this.megamenuElement = null;
877
+ this.lastStickyOffset = 0;
878
+ this.navLinks = null;
879
+ this.sections = [];
880
+ this.lastActiveIndex = 0;
881
+ this.autoScrollTargetId = null;
882
+ this.autoScrollCorrectionCount = 0;
883
+ this.resetFixedPositionState();
884
+ }
885
+
659
886
  private handleScrollSpy(): void {
660
887
  if (this.isAutoScrolling) {
661
888
  // Clear existing timeout and set a new one
@@ -690,56 +917,36 @@ export default class AnchorNavigation {
690
917
  this.setupMegamenuObserver();
691
918
  this.setupScrollSpy();
692
919
  this.setupDragScroll();
920
+ this.setupModalObserver();
693
921
  }
694
922
 
695
923
  destroy(): void {
696
- if (this.scrollTimeout) {
697
- clearTimeout(this.scrollTimeout);
698
- this.scrollTimeout = null;
699
- }
924
+ this.clearAutoScrollTimers();
700
925
 
701
- window.removeEventListener("scroll", this.scrollHandler);
926
+ this.teardownMegamenuObserver();
702
927
  this.teardownScrollSpyListeners();
703
928
  this.teardownDragScroll();
704
929
 
705
- if (this.resizeObserver) {
706
- this.resizeObserver.disconnect();
707
- this.resizeObserver = null;
708
- }
930
+ this.teardownModalObserver();
931
+
932
+ this.restoreStickyPosition(false);
709
933
 
710
934
  this.element.style.top = "";
711
- this.megamenuElement = null;
712
- this.lastStickyOffset = 0;
713
- this.navLinks = null;
714
- this.sections = [];
715
- this.lastActiveIndex = 0;
716
- this.autoScrollTargetId = null;
717
- this.autoScrollCorrectionCount = 0;
935
+ this.resetNavigationState();
718
936
  (this.element as any).ODS_AnchorNavigation = null;
719
937
  }
720
938
 
721
939
  update(): void {
722
- if (this.scrollTimeout) {
723
- clearTimeout(this.scrollTimeout);
724
- this.scrollTimeout = null;
725
- }
940
+ this.clearAutoScrollTimers();
726
941
 
727
- window.removeEventListener("scroll", this.scrollHandler);
942
+ this.teardownMegamenuObserver();
728
943
  this.teardownScrollSpyListeners();
729
944
  this.teardownDragScroll();
730
945
 
731
- if (this.resizeObserver) {
732
- this.resizeObserver.disconnect();
733
- this.resizeObserver = null;
734
- }
946
+ this.teardownModalObserver();
735
947
 
736
- this.megamenuElement = null;
737
- this.lastStickyOffset = 0;
738
- this.navLinks = null;
739
- this.sections = [];
740
- this.lastActiveIndex = 0;
741
- this.autoScrollTargetId = null;
742
- this.autoScrollCorrectionCount = 0;
948
+ this.restoreStickyPosition(false);
949
+ this.resetNavigationState();
743
950
 
744
951
  this.init();
745
952
  }