@okta/odyssey-react-mui 1.41.1 → 1.42.0

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 (85) hide show
  1. package/dist/cjs/Select.cjs +1 -1
  2. package/dist/cjs/Select.cjs.map +1 -1
  3. package/dist/cjs/createContrastColors.cjs +6 -2
  4. package/dist/cjs/createContrastColors.cjs.map +1 -1
  5. package/dist/cjs/getLogicalBoundaries.cjs +33 -0
  6. package/dist/cjs/getLogicalBoundaries.cjs.map +1 -0
  7. package/dist/cjs/labs/PageTemplate/PageTemplate.cjs +15 -4
  8. package/dist/cjs/labs/PageTemplate/PageTemplate.cjs.map +1 -1
  9. package/dist/cjs/properties/ts/odyssey-react-mui_eu.cjs +137 -0
  10. package/dist/cjs/properties/ts/odyssey-react-mui_eu.cjs.map +1 -0
  11. package/dist/cjs/ui-shell/NarrowUiShellContent.cjs +0 -1
  12. package/dist/cjs/ui-shell/NarrowUiShellContent.cjs.map +1 -1
  13. package/dist/cjs/ui-shell/SideNav/SideNav.cjs +23 -18
  14. package/dist/cjs/ui-shell/SideNav/SideNav.cjs.map +1 -1
  15. package/dist/cjs/ui-shell/SideNav/SideNavItemLinkContent.cjs +4 -3
  16. package/dist/cjs/ui-shell/SideNav/SideNavItemLinkContent.cjs.map +1 -1
  17. package/dist/cjs/ui-shell/UiShell.cjs +2 -0
  18. package/dist/cjs/ui-shell/UiShell.cjs.map +1 -1
  19. package/dist/cjs/ui-shell/UiShellProvider.cjs +6 -1
  20. package/dist/cjs/ui-shell/UiShellProvider.cjs.map +1 -1
  21. package/dist/cjs/ui-shell/renderUiShell.cjs +2 -0
  22. package/dist/cjs/ui-shell/renderUiShell.cjs.map +1 -1
  23. package/dist/cjs/ui-shell/useElementAtContainerEdge.cjs +74 -0
  24. package/dist/cjs/ui-shell/useElementAtContainerEdge.cjs.map +1 -0
  25. package/dist/cjs/useMountLifecycleEffect.cjs +3 -3
  26. package/dist/cjs/useMountLifecycleEffect.cjs.map +1 -1
  27. package/dist/cjs/web-component/odysseyWebComponentVersion.generated.cjs +1 -1
  28. package/dist/cjs/web-component/odysseyWebComponentVersion.generated.cjs.map +1 -1
  29. package/dist/esm/Select.js +1 -1
  30. package/dist/esm/Select.js.map +1 -1
  31. package/dist/esm/createContrastColors.js +6 -2
  32. package/dist/esm/createContrastColors.js.map +1 -1
  33. package/dist/esm/getLogicalBoundaries.js +26 -0
  34. package/dist/esm/getLogicalBoundaries.js.map +1 -0
  35. package/dist/esm/labs/PageTemplate/PageTemplate.js +16 -5
  36. package/dist/esm/labs/PageTemplate/PageTemplate.js.map +1 -1
  37. package/dist/esm/properties/ts/odyssey-react-mui_eu.js +131 -0
  38. package/dist/esm/properties/ts/odyssey-react-mui_eu.js.map +1 -0
  39. package/dist/esm/ui-shell/NarrowUiShellContent.js +0 -1
  40. package/dist/esm/ui-shell/NarrowUiShellContent.js.map +1 -1
  41. package/dist/esm/ui-shell/SideNav/SideNav.js +23 -18
  42. package/dist/esm/ui-shell/SideNav/SideNav.js.map +1 -1
  43. package/dist/esm/ui-shell/SideNav/SideNavItemLinkContent.js +4 -3
  44. package/dist/esm/ui-shell/SideNav/SideNavItemLinkContent.js.map +1 -1
  45. package/dist/esm/ui-shell/UiShell.js +2 -0
  46. package/dist/esm/ui-shell/UiShell.js.map +1 -1
  47. package/dist/esm/ui-shell/UiShellProvider.js +6 -1
  48. package/dist/esm/ui-shell/UiShellProvider.js.map +1 -1
  49. package/dist/esm/ui-shell/renderUiShell.js +2 -0
  50. package/dist/esm/ui-shell/renderUiShell.js.map +1 -1
  51. package/dist/esm/ui-shell/useElementAtContainerEdge.js +68 -0
  52. package/dist/esm/ui-shell/useElementAtContainerEdge.js.map +1 -0
  53. package/dist/esm/useMountLifecycleEffect.js +3 -3
  54. package/dist/esm/useMountLifecycleEffect.js.map +1 -1
  55. package/dist/esm/web-component/odysseyWebComponentVersion.generated.js +1 -1
  56. package/dist/esm/web-component/odysseyWebComponentVersion.generated.js.map +1 -1
  57. package/dist/index.cjs +1 -1
  58. package/dist/index.d.ts +1 -1
  59. package/dist/index.d.ts.map +1 -0
  60. package/dist/index.js +25 -0
  61. package/dist/index.mjs +1 -1
  62. package/dist/index.scss +1 -1
  63. package/dist/tsconfig.production.tsbuildinfo +1 -1
  64. package/dist/tsconfig.tsbuildinfo +1 -0
  65. package/dist/types/Select.d.ts.map +1 -1
  66. package/dist/types/createContrastColors.d.ts +5 -1
  67. package/dist/types/createContrastColors.d.ts.map +1 -1
  68. package/dist/types/getLogicalBoundaries.d.ts +24 -0
  69. package/dist/types/getLogicalBoundaries.d.ts.map +1 -0
  70. package/dist/types/labs/PageTemplate/PageTemplate.d.ts.map +1 -1
  71. package/dist/types/properties/ts/odyssey-react-mui_eu.d.ts +131 -0
  72. package/dist/types/properties/ts/odyssey-react-mui_eu.d.ts.map +1 -0
  73. package/dist/types/ui-shell/NarrowUiShellContent.d.ts.map +1 -1
  74. package/dist/types/ui-shell/SideNav/SideNav.d.ts.map +1 -1
  75. package/dist/types/ui-shell/SideNav/SideNavItemLinkContent.d.ts.map +1 -1
  76. package/dist/types/ui-shell/UiShell.d.ts +1 -1
  77. package/dist/types/ui-shell/UiShell.d.ts.map +1 -1
  78. package/dist/types/ui-shell/UiShellProvider.d.ts +10 -4
  79. package/dist/types/ui-shell/UiShellProvider.d.ts.map +1 -1
  80. package/dist/types/ui-shell/renderUiShell.d.ts +2 -2
  81. package/dist/types/ui-shell/renderUiShell.d.ts.map +1 -1
  82. package/dist/types/ui-shell/useElementAtContainerEdge.d.ts +43 -0
  83. package/dist/types/ui-shell/useElementAtContainerEdge.d.ts.map +1 -0
  84. package/dist/types/web-component/odysseyWebComponentVersion.generated.d.ts +1 -1
  85. package/package.json +6 -6
@@ -0,0 +1 @@
1
+ {"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/typescript/lib/lib.esnext.float16.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../index.ts","../../../node_modules/@types/aria-query/index.d.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/deep-eql/index.d.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/utility.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/h2c-client.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-call-history.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cache-interceptor.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/sqlite.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/conventional-commits-parser/index.d.ts","../../../node_modules/@types/ms/index.d.ts","../../../node_modules/@types/debug/index.d.ts","../../../node_modules/@types/doctrine/index.d.ts","../../../node_modules/@types/eslint/helpers.d.ts","../../../node_modules/@types/estree/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@eslint/core/dist/esm/types.d.ts","../../../node_modules/eslint/lib/types/use-at-your-own-risk.d.ts","../../../node_modules/eslint/lib/types/index.d.ts","../../../node_modules/@types/eslint/lib/rules/index.d.ts","../../../node_modules/@types/eslint/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/@types/jest/node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@types/jest/node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@types/jest/node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/@types/jest/node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-diff/build/index.d.ts","../../../node_modules/@types/jest/node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/@types/jest-axe/node_modules/axe-core/axe.d.ts","../../../node_modules/@types/jest-axe/index.d.ts","../../../node_modules/@types/json5/index.d.ts","../../../node_modules/@types/junit-report-builder/index.d.ts","../../../node_modules/@types/luxon/src/zone.d.ts","../../../node_modules/@types/luxon/src/settings.d.ts","../../../node_modules/@types/luxon/src/_util.d.ts","../../../node_modules/@types/luxon/src/misc.d.ts","../../../node_modules/@types/luxon/src/duration.d.ts","../../../node_modules/@types/luxon/src/interval.d.ts","../../../node_modules/@types/luxon/src/datetime.d.ts","../../../node_modules/@types/luxon/src/info.d.ts","../../../node_modules/@types/luxon/src/luxon.d.ts","../../../node_modules/@types/luxon/index.d.ts","../../../node_modules/@types/unist/index.d.ts","../../../node_modules/@types/mdast/index.d.ts","../../../node_modules/@types/mdx/types.d.ts","../../../node_modules/@types/mdx/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/react/global.d.ts","../../../node_modules/@types/react/node_modules/csstype/index.d.ts","../../../node_modules/@types/react/node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/react/index.d.ts","../../../node_modules/@types/react-dom/node_modules/@types/react/global.d.ts","../../../node_modules/@types/react-dom/node_modules/csstype/index.d.ts","../../../node_modules/@types/react-dom/node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/scheduler/tracing.d.ts","../../../node_modules/@types/react-dom/node_modules/@types/react/index.d.ts","../../../node_modules/@types/react-dom/index.d.ts","../../../node_modules/@types/react-transition-group/config.d.ts","../../../node_modules/@types/react-transition-group/node_modules/@types/react/index.d.ts","../../../node_modules/@types/react-transition-group/Transition.d.ts","../../../node_modules/@types/react-transition-group/CSSTransition.d.ts","../../../node_modules/@types/react-transition-group/SwitchTransition.d.ts","../../../node_modules/@types/react-transition-group/TransitionGroup.d.ts","../../../node_modules/@types/react-transition-group/index.d.ts","../../../node_modules/@types/react-virtualized-auto-sizer/node_modules/@types/react/index.d.ts","../../../node_modules/@types/react-virtualized-auto-sizer/index.d.ts","../../../node_modules/@types/react-window/node_modules/@types/react/index.d.ts","../../../node_modules/@types/react-window/index.d.ts","../../../node_modules/@types/resolve/index.d.ts","../../../node_modules/@types/scheduler/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/uuid/index.d.ts","../../../node_modules/@types/wait-on/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts","../../../node_modules/@types/react-transition-group/node_modules/@types/react/global.d.ts","../../../node_modules/@types/react-virtualized-auto-sizer/node_modules/@types/react/global.d.ts","../../../node_modules/@types/react-window/node_modules/@types/react/global.d.ts"],"fileIdsList":[[50,60,105],[60,105],[60,105,162],[50,51,52,53,54,60,105],[50,52,60,105],[56,60,105],[60,105,137,155],[60,105,157],[60,105,160,161,162,166],[60,105,165],[60,105,118,155],[60,105,169],[60,105,170],[60,105,180,181],[60,105,176,179],[60,105,174],[60,105,172,178],[60,105,176],[60,105,173,177],[60,105,175],[60,105,193],[60,105,186],[60,105,185,187,189,190,194],[60,105,187,188,191],[60,105,185,188,191],[60,105,187,189,191],[60,105,185,186,188,189,190,191,192],[60,105,185,191],[60,105,187],[60,105,195],[60,105,197,198],[60,102,105],[60,104,105],[105],[60,105,110,140],[60,105,106,111,117,118,125,137,148],[60,105,106,107,117,125],[60,105,108,149],[60,105,109,110,118,126],[60,105,110,137,145],[60,105,111,113,117,125],[60,104,105,112],[60,105,113,114],[60,105,115,117],[60,104,105,117],[60,105,117,118,119,137,148],[60,105,117,118,119,132,137,140],[60,100,105],[60,100,105,113,117,120,125,137,148],[60,105,117,118,120,121,125,137,145,148],[60,105,120,122,137,145,148],[58,59,60,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154],[60,105,117,123],[60,105,124,148],[60,105,113,117,125,137],[60,105,126],[60,105,127],[60,104,105,128],[60,102,103,104,105,106,107,108,109,110,111,112,113,114,115,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154],[60,105,130],[60,105,131],[60,105,117,132,133],[60,105,132,134,149,151],[60,105,117,137,138,140],[60,105,139,140],[60,105,137,138],[60,105,140],[60,105,141],[60,102,105,137,142],[60,105,117,143,144],[60,105,143,144],[60,105,110,125,137,145],[60,105,146],[60,105,125,147],[60,105,120,131,148],[60,105,110,149],[60,105,137,150],[60,105,124,151],[60,105,152],[60,105,117,119,128,137,140,148,150,151,153],[60,105,137,154],[60,105,212],[60,105,205,206,208,211],[60,105,212,216],[60,105,214,216,217,218,219],[60,105,205,206,211,232],[60,105,205,206,211,233],[60,105,205,206,211,234],[60,105,204,205,206],[60,105,145,155],[60,105,230],[60,105,161,162,163,164],[60,70,74,105,148],[60,70,105,137,148],[60,105,137],[60,65,105],[60,67,70,105,148],[60,105,125,145],[60,105,155],[60,65,105,155],[60,67,70,105,125,148],[60,62,63,64,66,69,105,117,137,148],[60,70,78,105],[60,63,68,105],[60,70,94,95,105],[60,63,66,70,105,140,148,155],[60,70,105],[60,62,105],[60,65,66,67,68,69,70,71,72,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95,96,97,98,99,105],[60,70,87,90,105,113],[60,70,78,79,80,105],[60,68,70,79,81,105],[60,69,105],[60,63,65,70,105],[60,70,74,79,81,105],[60,74,105],[60,68,70,73,105,148],[60,63,67,70,78,105],[60,70,87,105],[60,65,70,94,105,140,153,155]],"fileInfos":[{"version":"69684132aeb9b5642cbcd9e22dff7818ff0ee1aa831728af0ecf97d3364d5546","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"4245fee526a7d1754529d19227ecbf3be066ff79ebb6a380d78e41648f2f224d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"33683dfc2a09230b2c19691af1b2bad54fcf35df0488707b3d7854f070c89d7a","signature":"e498e6020fef3fa7ad06da8c1c3ed85c00bed76945a9f7c5c48150663bf96f8f","affectsGlobalScope":true},{"version":"21522c0f405e58c8dd89cd97eb3d1aa9865ba017fde102d01f86ab50b44e5610","impliedFormat":1},{"version":"7468ce3ef8243a51ee69aeb3b050f01f34c1e84cd4766fedd1b3594c03e30bbe","impliedFormat":1},{"version":"cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","impliedFormat":1},{"version":"82e5a50e17833a10eb091923b7e429dc846d42f1c6161eb6beeb964288d98a15","impliedFormat":1},{"version":"93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","impliedFormat":1},{"version":"dae3d1adc67ac3dbd1cd471889301339ec439837b5df565982345be20c8fca9a","impliedFormat":1},{"version":"b6ddf3a46ccfa4441d8be84d2e9bf3087573c48804196faedbd4a25b60631beb","impliedFormat":1},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"c8905dbea83f3220676a669366cd8c1acef56af4d9d72a8b2241b1d044bb4302","affectsGlobalScope":true,"impliedFormat":99},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"c0671b50bb99cc7ad46e9c68fa0e7f15ba4bc898b59c31a17ea4611fab5095da","affectsGlobalScope":true,"impliedFormat":1},{"version":"d802f0e6b5188646d307f070d83512e8eb94651858de8a82d1e47f60fb6da4e2","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"e525f9e67f5ddba7b5548430211cae2479070b70ef1fd93550c96c10529457bd","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"17fe9131bec653b07b0a1a8b99a830216e3e43fe0ea2605be318dc31777c8bbf","impliedFormat":1},{"version":"3c8e93af4d6ce21eb4c8d005ad6dc02e7b5e6781f429d52a35290210f495a674","impliedFormat":1},{"version":"2c9875466123715464539bfd69bcaccb8ff6f3e217809428e0d7bd6323416d01","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"2472ef4c28971272a897fdb85d4155df022e1f5d9a474a526b8fc2ef598af94e","impliedFormat":1},{"version":"6c8e442ba33b07892169a14f7757321e49ab0f1032d676d321a1fdab8a67d40c","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"1cd673d367293fc5cb31cd7bf03d598eb368e4f31f39cf2b908abbaf120ab85a","impliedFormat":1},{"version":"19851a6596401ca52d42117108d35e87230fc21593df5c4d3da7108526b6111c","impliedFormat":1},{"version":"3825bf209f1662dfd039010a27747b73d0ef379f79970b1d05601ec8e8a4249f","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"40bfc70953be2617dc71979c14e9e99c5e65c940a4f1c9759ddb90b0f8ff6b1a","impliedFormat":1},{"version":"da52342062e70c77213e45107921100ba9f9b3a30dd019444cf349e5fb3470c4","impliedFormat":1},{"version":"e9ace91946385d29192766bf783b8460c7dbcbfc63284aa3c9cae6de5155c8bc","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"561c60d8bfe0fec2c08827d09ff039eca0c1f9b50ef231025e5a549655ed0298","impliedFormat":1},{"version":"1e30c045732e7db8f7a82cf90b516ebe693d2f499ce2250a977ec0d12e44a529","impliedFormat":1},{"version":"84b736594d8760f43400202859cda55607663090a43445a078963031d47e25e7","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"78b29846349d4dfdd88bd6650cc5d2baaa67f2e89dc8a80c8e26ef7995386583","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"e38d4fdf79e1eadd92ed7844c331dbaa40f29f21541cfee4e1acff4db09cda33","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"7c10a32ae6f3962672e6869ee2c794e8055d8225ef35c91c0228e354b4e5d2d3","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"99f569b42ea7e7c5fe404b2848c0893f3e1a56e0547c1cd0f74d5dbb9a9de27e","impliedFormat":1},{"version":"f4b4faedc57701ae727d78ba4a83e466a6e3bdcbe40efbf913b17e860642897c","affectsGlobalScope":true,"impliedFormat":1},{"version":"bbcfd9cd76d92c3ee70475270156755346c9086391e1b9cb643d072e0cf576b8","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"003ec918ec442c3a4db2c36dc0c9c766977ea1c8bcc1ca7c2085868727c3d3f6","affectsGlobalScope":true,"impliedFormat":1},{"version":"938f94db8400d0b479626b9006245a833d50ce8337f391085fad4af540279567","impliedFormat":1},{"version":"c4e8e8031808b158cfb5ac5c4b38d4a26659aec4b57b6a7e2ba0a141439c208c","impliedFormat":1},{"version":"2c91d8366ff2506296191c26fd97cc1990bab3ee22576275d28b654a21261a44","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"12fb9c13f24845000d7bd9660d11587e27ef967cbd64bd9df19ae3e6aa9b52d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"289e9894a4668c61b5ffed09e196c1f0c2f87ca81efcaebdf6357cfb198dac14","impliedFormat":1},{"version":"25a1105595236f09f5bce42398be9f9ededc8d538c258579ab662d509aa3b98e","impliedFormat":1},{"version":"5078cd62dbdf91ae8b1dc90b1384dec71a9c0932d62bdafb1a811d2a8e26bef2","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"71450bbc2d82821d24ca05699a533e72758964e9852062c53b30f31c36978ab8","affectsGlobalScope":true,"impliedFormat":1},{"version":"62f572306e0b173cc5dfc4c583471151f16ef3779cf27ab96922c92ec82a3bc8","affectsGlobalScope":true,"impliedFormat":1},{"version":"dd2fcf3359dc2dacc5198ae764d5179e3dc096295c37e8241fdce324a99ff1ee","impliedFormat":1},{"version":"0ab3c844f1eb5a1d94c90edc346a25eb9d3943af7a7812f061bf2d627d8afac0","impliedFormat":1},{"version":"bd8b644c5861b94926687618ec2c9e60ad054d334d6b7eb4517f23f53cb11f91","impliedFormat":1},{"version":"161f09445a8b4ba07f62ae54b27054e4234e7957062e34c6362300726dabd315","impliedFormat":1},{"version":"77fced47f495f4ff29bb49c52c605c5e73cd9b47d50080133783032769a9d8a6","impliedFormat":1},{"version":"a828998f5c017ec1356a7d07e66c7fc8a6b009d451c2bdc3be8ccb4f424316d2","impliedFormat":1},{"version":"34ecb9596317c44dab586118fb62c1565d3dad98d201cd77f3e6b0dde453339c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0f5cda0282e1d18198e2887387eb2f026372ebc4e11c4e4516fef8a19ee4d514","impliedFormat":1},{"version":"e99b0e71f07128fc32583e88ccd509a1aaa9524c290efb2f48c22f9bf8ba83b1","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"237581f5ec4620a17e791d3bb79bad3af01e27a274dbee875ac9b0721a4fe97d","affectsGlobalScope":true,"impliedFormat":1},{"version":"a8a99a5e6ed33c4a951b67cc1fd5b64fd6ad719f5747845c165ca12f6c21ba16","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"70b57b5529051497e9f6482b76d91c0dcbb103d9ead8a0549f5bab8f65e5d031","impliedFormat":1},{"version":"e6d81b1f7ab11dc1b1ad7ad29fcfad6904419b36baf55ed5e80df48d56ac3aff","impliedFormat":1},{"version":"1013eb2e2547ad8c100aca52ef9df8c3f209edee32bb387121bb3227f7c00088","impliedFormat":1},{"version":"b6b8e3736383a1d27e2592c484a940eeb37ec4808ba9e74dd57679b2453b5865","impliedFormat":1},{"version":"d6f36b683c59ac0d68a1d5ee906e578e2f5e9a285bca80ff95ce61cdc9ddcdeb","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"12aad38de6f0594dc21efa78a2c1f67bf6a7ef5a389e05417fe9945284450908","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea713aa14a670b1ea0fbaaca4fd204e645f71ca7653a834a8ec07ee889c45de6","impliedFormat":1},{"version":"b338a6e6c1d456e65a6ea78da283e3077fe8edf7202ae10490abbba5b952b05e","impliedFormat":1},{"version":"2918b7c516051c30186a1055ebcdb3580522be7190f8a2fff4100ea714c7c366","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"982efeb2573605d4e6d5df4dc7e40846bda8b9e678e058fc99522ab6165c479e","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"d67fc92a91171632fc74f413ce42ff1aa7fbcc5a85b127101f7ec446d2039a1f","affectsGlobalScope":true,"impliedFormat":1},{"version":"d40e4631100dbc067268bce96b07d7aff7f28a541b1bfb7ef791c64a696b3d33","affectsGlobalScope":true,"impliedFormat":1},{"version":"784490137935e1e38c49b9289110e74a1622baf8a8907888dcbe9e476d7c5e44","impliedFormat":1},{"version":"42180b657831d1b8fead051698618b31da623fb71ff37f002cb9d932cfa775f1","impliedFormat":1},{"version":"4f98d6fb4fe7cbeaa04635c6eaa119d966285d4d39f0eb55b2654187b0b27446","impliedFormat":1},{"version":"e4c653466d0497d87fa9ffd00e59a95f33bc1c1722c3f5c84dab2e950c18da70","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6dcc3b933e864e91d4bea94274ad69854d5d2a1311a4b0e20408a57af19e95d","impliedFormat":1},{"version":"a51f786b9f3c297668f8f322a6c58f85d84948ef69ade32069d5d63ec917221c","impliedFormat":1},{"version":"f96f3c445afc7d65d4790386e37c5b57f095f285cc89b8315b209fe0c81837c1","impliedFormat":1},{"version":"6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","impliedFormat":1},{"version":"93b7325b49dfbf613d940ed0e471216657b2d77459dac34f1b5b1678f08f884c","impliedFormat":1},{"version":"6382638cfd6a8f05ac8277689de17ba4cd46f8aacefd254a993a53fde9ddc797","impliedFormat":1},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true,"impliedFormat":1},{"version":"785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"54b3fa7c2b67a9c654170e125d61ef2b8534838ee8e8abf3ff54ce77885c3805","impliedFormat":99},{"version":"8a190298d0ff502ad1c7294ba6b0abb3a290fc905b3a00603016a97c363a4c7a","impliedFormat":1},{"version":"584c01d80b5bbd1c957ce6ce98a44ca7fffbfeb56cc7c705bafd18ba736bd748","impliedFormat":1},{"version":"0133ebdd17a823ae56861948870cde4dac18dd8818ab641039c85bbb720429e0","impliedFormat":1},{"version":"874d84ca5699231d5af2868fef01fc63f948bd83be928881479db48508f92ca0","impliedFormat":1},{"version":"bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e","impliedFormat":1},{"version":"8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","impliedFormat":1},{"version":"7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","impliedFormat":1},{"version":"f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","impliedFormat":1},{"version":"6c1e688f95fcaf53b1e41c0fdadf2c1cfc96fa924eaf7f9fdb60f96deb0a4986","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"db25694be959314fd1e868d72e567746db1db9e2001fae545d12d2a8c1bba1b8","impliedFormat":1},{"version":"43883cf3635bb1846cbdc6c363787b76227677388c74f7313e3f0edb380840fa","impliedFormat":1},{"version":"2d47012580f859dae201d2eef898a416bdae719dffc087dfd06aefe3de2f9c8d","impliedFormat":1},{"version":"3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","impliedFormat":1},{"version":"ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","impliedFormat":1},{"version":"2cec1a31729b9b01e9294c33fc9425d336eff067282809761ad2e74425d6d2a5","impliedFormat":1},{"version":"5bc4bb5796ce660d9869477983aac87734e19fecd1ad60fb0b13ffe1f1a450ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"f748b7476f224e3e4032f1f15a2f33c395019b43078e27bd8a43fc57e9111bc8","impliedFormat":1},{"version":"053cbe13007c0187b378386e4fb5fc1d836944a588fc14f60434508b4337a3fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","impliedFormat":1},{"version":"54060f716fdbd7ac1008ac85256a400722332917837d1c0d6fdb7c9e8fa8b1cb","impliedFormat":1},{"version":"5339f84dfcb7b04aa1c2b4d7713d6128039381447f07abc2e48d36685e2eef44","impliedFormat":1},{"version":"fb35a61a39c933d31b5b2549d906b2c932a1486622958586f662dbd4b2fe72e6","impliedFormat":1},{"version":"24e2728268be1ad2407bab004549d2753a49b2acb0f117a04c4e28ffb3ecdd4f","impliedFormat":1},{"version":"aff159b14eba59afe98a88fe6f57881ba02895fb9763512dda9083497bdcd0e6","impliedFormat":1},{"version":"b6bc775d112a7761a50594fc589aeaa8893c139ffe3db2b4999756e17f367a8d","impliedFormat":1},{"version":"0b8f398b88a43f8bf29a50920e7ddef19c06c3008b351e7047e9613d7195c638","impliedFormat":1},{"version":"25d0e0fe3731bc85c7bd2ef7f7e1faf4f5201be1c10ff3a19e1afa6ec4568669","impliedFormat":1},{"version":"26080058b725ac0b480241751255b4391f722263778e84e66a62068705aafd3c","impliedFormat":1},{"version":"46afbf46c3d62eac2afead3a2011d506637bf4f2c05e1fd64bbf7e2bb2947b7c","impliedFormat":1},{"version":"02f634f868780eaaff5e2d3fb4570dac8e7f018a8650bb9a0ac1deb4915df8d1","impliedFormat":1},{"version":"89121c1bf2990f5219bfd802a3e7fc557de447c62058d6af68d6b6348d64499a","impliedFormat":1},{"version":"d4a22007b481fe2a2e6bfd3a42c00cd62d41edb36d30fc4697df2692e9891fc8","impliedFormat":1},{"version":"45b6a651b5e502cdfa93dc2f23779752def4ada323ebcfc34e4a4d22e9589971","impliedFormat":1},{"version":"54f1d17f9f484650cd49b53d9a6ba75593955a9ead093628888a37407b6ecd51","impliedFormat":1},{"version":"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","impliedFormat":1},{"version":"209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","impliedFormat":1},{"version":"6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","impliedFormat":1},{"version":"2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","impliedFormat":1},{"version":"247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800","impliedFormat":1},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","impliedFormat":1},{"version":"6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","impliedFormat":1},{"version":"aa17748c522bd586f8712b1a308ea23af59c309b2fd278f6d4f406647c72e659","affectsGlobalScope":true,"impliedFormat":1},{"version":"55461596dc873b866911ef4e640fae4c39da7ac1fbc7ef5e649cb2f2fb42c349","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c68749a564a6facdf675416d75789ee5a557afda8960e0803cf6711fa569288","impliedFormat":1},{"version":"6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea","impliedFormat":1},{"version":"f5a8b384f182b3851cec3596ccc96cb7464f8d3469f48c74bf2befb782a19de5","impliedFormat":1},{"version":"91f0ee35a4c34ca328a4680a013631acde2688e50e86a49e6aa619f73fd0f7e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"17ed71200119e86ccef2d96b73b02ce8854b76ad6bd21b5021d4269bec527b5f","impliedFormat":1},{"version":"960a68ced7820108787135bdae5265d2cc4b511b7dcfd5b8f213432a8483daf1","impliedFormat":1},{"version":"91f0ee35a4c34ca328a4680a013631acde2688e50e86a49e6aa619f73fd0f7e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"e27ecc0d7bbbb4b12c9688e2f728e09c0be5a73dff4257008790f60cc6df5d54","impliedFormat":1},{"version":"2e7ebdc7d8af978c263890bbde991e88d6aa31cc29d46735c9c5f45f0a41243b","impliedFormat":1},{"version":"b57fd1c0a680d220e714b76d83eff51a08670f56efcc5d68abc82f5a2684f0c0","impliedFormat":1},{"version":"8cf121e98669f724256d06bebafec912b92bb042a06d4944f7fb27a56c545109","impliedFormat":1},{"version":"1084565c68b2aed5d6d5cea394799bd688afdf4dc99f4e3615957857c15bb231","impliedFormat":1},{"version":"91f0ee35a4c34ca328a4680a013631acde2688e50e86a49e6aa619f73fd0f7e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb06ccd456d1def0a27b715f0c5fa79ff8caef4b7290b896ec0078d694845921","impliedFormat":1},{"version":"91f0ee35a4c34ca328a4680a013631acde2688e50e86a49e6aa619f73fd0f7e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"59859bcb84574c0f1bd8a04251054fb54f2e2d2718f1668a148e7e2f48c4980d","impliedFormat":1},{"version":"5aca5a3bc07d2e16b6824a76c30378d6fb1b92e915d854315e1d1bd2d00974c9","impliedFormat":1},{"version":"7ccce4adb23a87a044c257685613126b47160f6975b224cea5f6af36c7f37514","impliedFormat":1},{"version":"b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","impliedFormat":1},{"version":"7d2b7fe4adb76d8253f20e4dbdce044f1cdfab4902ec33c3604585f553883f7d","impliedFormat":1},{"version":"805d1cf8aa6aeb6f12c7b0b1c5da1e9fc3f1814052703ebf5e54b694aaada983","impliedFormat":1},{"version":"70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","impliedFormat":1},{"version":"e9eb1b173aa166892f3eddab182e49cfe59aa2e14d33aedb6b49d175ed6a3750","impliedFormat":1}],"root":[48],"options":{"allowJs":false,"declaration":true,"declarationMap":true,"emitDeclarationOnly":false,"esModuleInterop":true,"module":1,"noEmitOnError":true,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"strict":true,"target":6},"referencedMap":[[52,1],[50,2],[163,3],[49,2],[55,4],[51,1],[53,5],[54,1],[57,6],[156,7],[158,8],[56,2],[159,2],[160,2],[167,9],[166,10],[161,2],[168,11],[169,2],[170,12],[171,13],[182,14],[181,2],[180,15],[172,2],[175,16],[174,2],[179,17],[177,18],[178,19],[176,20],[162,2],[183,2],[184,2],[194,21],[187,22],[191,23],[189,24],[192,25],[190,26],[193,27],[188,2],[186,28],[185,29],[196,30],[198,31],[197,2],[199,2],[200,2],[157,2],[102,32],[103,32],[104,33],[60,34],[105,35],[106,36],[107,37],[58,2],[108,38],[109,39],[110,40],[111,41],[112,42],[113,43],[114,43],[116,2],[115,44],[117,45],[118,46],[119,47],[101,48],[59,2],[120,49],[121,50],[122,51],[155,52],[123,53],[124,54],[125,55],[126,56],[127,57],[128,58],[129,59],[130,60],[131,61],[132,62],[133,62],[134,63],[135,2],[136,2],[137,64],[139,65],[138,66],[140,67],[141,68],[142,69],[143,70],[144,71],[145,72],[146,73],[147,74],[148,75],[149,76],[150,77],[151,78],[152,79],[153,80],[154,81],[201,2],[202,2],[203,2],[213,82],[210,2],[208,2],[212,83],[209,2],[217,84],[218,82],[216,82],[219,84],[214,2],[220,85],[215,86],[222,82],[221,87],[224,82],[223,88],[204,2],[207,89],[206,2],[205,2],[225,2],[226,2],[211,2],[227,2],[195,2],[228,2],[229,90],[230,2],[231,91],[61,2],[173,2],[165,92],[164,10],[46,2],[47,2],[9,2],[8,2],[2,2],[10,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[3,2],[18,2],[19,2],[4,2],[20,2],[24,2],[21,2],[22,2],[23,2],[25,2],[26,2],[27,2],[5,2],[28,2],[29,2],[30,2],[31,2],[6,2],[35,2],[32,2],[33,2],[34,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[45,2],[78,93],[89,94],[76,93],[90,95],[99,96],[68,97],[67,98],[98,99],[93,100],[97,101],[70,102],[86,103],[69,104],[96,105],[65,106],[66,100],[71,107],[72,2],[77,97],[75,107],[63,108],[100,109],[91,110],[81,111],[80,107],[82,112],[84,113],[79,114],[83,115],[94,99],[73,116],[74,117],[85,118],[64,95],[88,119],[87,107],[92,2],[62,2],[95,120],[48,2]],"version":"5.8.3"}
@@ -1 +1 @@
1
- {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/Select.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAYH,OAAO,EAQL,WAAW,IAAI,cAAc,EAE9B,MAAM,eAAe,CAAC;AAGvB,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAEL,WAAW,EAGZ,MAAM,iBAAiB,CAAC;AAQzB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCE,CAAC;AAElC,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAyDF,MAAM,MAAM,eAAe,CAAC,kBAAkB,IAC5C,kBAAkB,SAAS,IAAI,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC;AAEtD,MAAM,MAAM,WAAW,CACrB,KAAK,SAAS,eAAe,CAAC,kBAAkB,CAAC,EACjD,kBAAkB,SAAS,OAAO,IAChC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,cAAc,CAAC,CAAC;IACrD;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC;;OAEG;IACH,+CAA+C;IAC/C,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;IAC7C;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,OAAO,EAAE,CAAC,MAAM,GAAG,YAAY,CAAC,EAAE,CAAC;IACnC;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,GAAG,IAAI,CACN,mBAAmB,EACjB,cAAc,GACd,kBAAkB,GAClB,MAAM,GACN,mBAAmB,GACnB,IAAI,GACJ,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,MAAM,CACT,GACC,IAAI,CAAC,SAAS,EAAE,iBAAiB,GAAG,QAAQ,GAAG,WAAW,CAAC,CAAC;AAyW9D,QAAA,MAAM,cAAc,wCAjVlB,KAAK,SAAS,eAAe,CAAC,kBAAkB,CAAC,EACjD,kBAAkB,SAAS,OAAO,4UAyBjC,WAAW,CAAC,KAAK,EAAE,kBAAkB,CAAC,uDAuTN,CAAC;AAGpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../src/Select.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAYH,OAAO,EAQL,WAAW,IAAI,cAAc,EAE9B,MAAM,eAAe,CAAC;AAGvB,OAAO,EACL,mBAAmB,EAEpB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAEL,WAAW,EAGZ,MAAM,iBAAiB,CAAC;AAQzB,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCE,CAAC;AAElC,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAyDF,MAAM,MAAM,eAAe,CAAC,kBAAkB,IAC5C,kBAAkB,SAAS,IAAI,GAAG,MAAM,EAAE,GAAG,MAAM,CAAC;AAEtD,MAAM,MAAM,WAAW,CACrB,KAAK,SAAS,eAAe,CAAC,kBAAkB,CAAC,EACjD,kBAAkB,SAAS,OAAO,IAChC;IACF;;OAEG;IACH,YAAY,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,cAAc,CAAC,CAAC;IACrD;;OAEG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC;;OAEG;IACH,+CAA+C;IAC/C,aAAa,CAAC,EAAE,kBAAkB,CAAC;IACnC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;IAC7C;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,OAAO,EAAE,CAAC,MAAM,GAAG,YAAY,CAAC,EAAE,CAAC;IACnC;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,GAAG,IAAI,CACN,mBAAmB,EACjB,cAAc,GACd,kBAAkB,GAClB,MAAM,GACN,mBAAmB,GACnB,IAAI,GACJ,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,MAAM,CACT,GACC,IAAI,CAAC,SAAS,EAAE,iBAAiB,GAAG,QAAQ,GAAG,WAAW,CAAC,CAAC;AA2W9D,QAAA,MAAM,cAAc,wCAnVlB,KAAK,SAAS,eAAe,CAAC,kBAAkB,CAAC,EACjD,kBAAkB,SAAS,OAAO,4UAyBjC,WAAW,CAAC,KAAK,EAAE,kBAAkB,CAAC,uDAyTN,CAAC;AAGpC,OAAO,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
@@ -17,7 +17,11 @@ export type ContrastColors = {
17
17
  itemHoverBackgroundColor: string | undefined;
18
18
  itemSelectedBackgroundColor: string | undefined;
19
19
  };
20
- export declare const generateContrastColors: (backgroundColor: string, odysseyDesignTokens: DesignTokens) => {
20
+ export declare const generateContrastColors: ({ backgroundColor, backgroundContrastColor, odysseyDesignTokens, }: {
21
+ backgroundColor: string;
22
+ backgroundContrastColor?: string;
23
+ odysseyDesignTokens: DesignTokens;
24
+ }) => {
21
25
  fontColor: string;
22
26
  focusRingColor: string;
23
27
  itemDisabledFontColor: string;
@@ -1 +1 @@
1
- {"version":3,"file":"createContrastColors.d.ts","sourceRoot":"","sources":["../../src/createContrastColors.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAOH,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,MAAM,MAAM,cAAc,GAAG;IAC3B,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,qBAAqB,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,wBAAwB,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C,2BAA2B,EAAE,MAAM,GAAG,SAAS,CAAC;CACjD,CAAC;AAUF,eAAO,MAAM,sBAAsB,GACjC,iBAAiB,MAAM,EACvB,qBAAqB,YAAY;;;;;;CA0ElC,CAAC"}
1
+ {"version":3,"file":"createContrastColors.d.ts","sourceRoot":"","sources":["../../src/createContrastColors.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAOH,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,MAAM,MAAM,cAAc,GAAG;IAC3B,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,qBAAqB,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,wBAAwB,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7C,2BAA2B,EAAE,MAAM,GAAG,SAAS,CAAC;CACjD,CAAC;AAUF,eAAO,MAAM,sBAAsB,GAAI,oEAIpC;IACD,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,mBAAmB,EAAE,YAAY,CAAC;CACnC;;;;;;CA2EA,CAAC"}
@@ -0,0 +1,24 @@
1
+ /*!
2
+ * Copyright (c) 2025-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ /**
13
+ * Retrieves the logical boundaries (top, bottom, left, right) of a given HTML element.
14
+ *
15
+ * The function considers the document's text direction (`dir` attribute) to determine
16
+ * whether the left and right boundaries should be swapped.
17
+ */
18
+ export declare const getLogicalBoundaries: (element: HTMLElement) => {
19
+ top: number;
20
+ bottom: number;
21
+ left: number;
22
+ right: number;
23
+ };
24
+ //# sourceMappingURL=getLogicalBoundaries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLogicalBoundaries.d.ts","sourceRoot":"","sources":["../../src/getLogicalBoundaries.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,GAAI,SAAS,WAAW;;;;;CAYxD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/labs/PageTemplate/PageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAQ,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAU9C,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;IACnC;;OAEG;IACH,4BAA4B,CAAC,EAAE,YAAY,CAAC;IAC5C;;OAEG;IACH,8BAA8B,CAAC,EAAE,YAAY,CAAC;IAC9C;;OAEG;IACH,6BAA6B,CAAC,EAAE,YAAY,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAmLF,QAAA,MAAM,oBAAoB,kOArDvB,iBAAiB,sDAqD2B,CAAC;AAGhD,OAAO,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"PageTemplate.d.ts","sourceRoot":"","sources":["../../../../src/labs/PageTemplate/PageTemplate.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAQ,YAAY,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAE3E,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAW9C,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,YAAY,CAAC,WAAW,CAAC,CAAC;IACnC;;OAEG;IACH,4BAA4B,CAAC,EAAE,YAAY,CAAC;IAC5C;;OAEG;IACH,8BAA8B,CAAC,EAAE,YAAY,CAAC;IAC9C;;OAEG;IACH,6BAA6B,CAAC,EAAE,YAAY,CAAC;IAC7C;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAsMF,QAAA,MAAM,oBAAoB,kOAlEvB,iBAAiB,sDAkE2B,CAAC;AAGhD,OAAO,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
@@ -0,0 +1,131 @@
1
+ export declare const translation: {
2
+ "navigation.label": string;
3
+ "navigation.footer": string;
4
+ "navigation.drag.handle": string;
5
+ "sortable.list.drag.start": string;
6
+ "sortable.list.drag.moved.over": string;
7
+ "sortable.list.drag.nolonger.over": string;
8
+ "sortable.list.drag.end.dropped.over": string;
9
+ "sortable.list.drag.end.dropped": string;
10
+ "sortable.list.drag.cancel": string;
11
+ "breadcrumbs.home.text": string;
12
+ "breadcrumbs.label.text": string;
13
+ "close.text": string;
14
+ "clear.text": string;
15
+ "open.text": string;
16
+ "autocomplete.nooptions": string;
17
+ "picker.calendar.navigation.nextmonth": string;
18
+ "picker.calendar.navigation.previousmonth": string;
19
+ "picker.date.toolbar.title": string;
20
+ "picker.daterange.toolbar.title": string;
21
+ "picker.datetime.toolbar.title": string;
22
+ "picker.error.invalid": string;
23
+ "picker.error.mindate": string;
24
+ "picker.error.maxdate": string;
25
+ "picker.field.placeholder.day": string;
26
+ "picker.field.placeholder.hours": string;
27
+ "picker.field.placeholder.meridiem": string;
28
+ "picker.field.placeholder.minutes": string;
29
+ "picker.field.placeholder.month": string;
30
+ "picker.field.placeholder.seconds": string;
31
+ "picker.field.placeholder.year": string;
32
+ "picker.labels.action.apply": string;
33
+ "picker.labels.action.cancel": string;
34
+ "picker.labels.action.today": string;
35
+ "picker.labels.clock.empty": string;
36
+ "picker.labels.clock.hours": string;
37
+ "picker.labels.clock.minutes": string;
38
+ "picker.labels.clock.seconds": string;
39
+ "picker.labels.clock.selected": string;
40
+ "picker.labels.date.choose": string;
41
+ "picker.labels.date.selected": string;
42
+ "picker.labels.empty": string;
43
+ "picker.labels.field.clear": string;
44
+ "picker.labels.range.end": string;
45
+ "picker.labels.range.enddate": string;
46
+ "picker.labels.range.endtime": string;
47
+ "picker.labels.range.start": string;
48
+ "picker.labels.range.startdate": string;
49
+ "picker.labels.range.starttime": string;
50
+ "picker.labels.select": string;
51
+ "picker.labels.table.date": string;
52
+ "picker.labels.table.time": string;
53
+ "picker.labels.time.choose": string;
54
+ "picker.labels.time.selected": string;
55
+ "picker.time.toolbar.title": string;
56
+ "picker.view.name.day": string;
57
+ "picker.view.name.hours": string;
58
+ "picker.view.name.meridiem": string;
59
+ "picker.view.name.minutes": string;
60
+ "picker.view.name.month": string;
61
+ "picker.view.name.seconds": string;
62
+ "picker.view.name.weekday": string;
63
+ "picker.view.name.year": string;
64
+ "picker.view.navigation.open.nextview": string;
65
+ "picker.view.navigation.open.previousview": string;
66
+ "picker.view.navigation.switch.calendarview": string;
67
+ "picker.view.navigation.switch.yearview": string;
68
+ "fielderror.screenreader.text": string;
69
+ "fieldlabel.optional.text": string;
70
+ "fieldlabel.required.text": string;
71
+ "filters.clear.label": string;
72
+ "filters.submit.label": string;
73
+ "filters.filter.any": string;
74
+ "filters.filter.clear": string;
75
+ "filters.filters.arialabel": string;
76
+ "filters.menuitem.any": string;
77
+ "filters.menuitem.selected": string;
78
+ "filters.search.label": string;
79
+ "fileupload.button.text": string;
80
+ "fileupload.prompt.text": string;
81
+ "fileupload.removefile.text": string;
82
+ "passwordfield.icon.label.hide": string;
83
+ "passwordfield.icon.label.show": string;
84
+ "severity.error": string;
85
+ "severity.info": string;
86
+ "severity.success": string;
87
+ "severity.warning": string;
88
+ "sidenav.toggle.expand": string;
89
+ "sidenav.toggle.collapse": string;
90
+ "switch.active": string;
91
+ "switch.inactive": string;
92
+ "table.columnvisibility.arialabel": string;
93
+ "table.density.arialabel": string;
94
+ "table.draghandle.arialabel": string;
95
+ "table.draghandle.tooltip": string;
96
+ "table.actions": string;
97
+ "table.error": string;
98
+ "table.fetchedrows.text": string;
99
+ "table.fetchedrows.text_plural": string;
100
+ "table.moreactions.arialabel": string;
101
+ "table.noresults.heading": string;
102
+ "table.noresults.text": string;
103
+ "table.reorder.backward": string;
104
+ "table.reorder.forward": string;
105
+ "table.reorder.toback": string;
106
+ "table.reorder.tofront": string;
107
+ "table.rows.text": string;
108
+ "table.rows.text_plural": string;
109
+ "pagination.label": string;
110
+ "pagination.loadmore": string;
111
+ "pagination.next": string;
112
+ "pagination.previous": string;
113
+ "pagination.page": string;
114
+ "pagination.rowsperpage": string;
115
+ "pagination.rowswithtotal": string;
116
+ "pagination.rowswithouttotal": string;
117
+ "pagination.totalrows": string;
118
+ "table.actions.selectall": string;
119
+ "table.actions.selectnone": string;
120
+ "table.actions.selectsome": string;
121
+ "table.rowexpansion.expand": string;
122
+ "table.rowexpansion.expandall": string;
123
+ "table.rowexpansion.collapse": string;
124
+ "table.rowexpansion.collapseall": string;
125
+ "dataview.layout.table": string;
126
+ "dataview.layout.grid": string;
127
+ "dataview.layout.list": string;
128
+ "topnav.helpicon": string;
129
+ "topnav.settingsicon": string;
130
+ };
131
+ //# sourceMappingURL=odyssey-react-mui_eu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"odyssey-react-mui_eu.d.ts","sourceRoot":"","sources":["../../../../src/properties/ts/odyssey-react-mui_eu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAi7M,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NarrowUiShellContent.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/NarrowUiShellContent.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAeH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAYjD,OAAO,EACL,wBAAwB,EACxB,mBAAmB,EACpB,MAAM,0BAA0B,CAAC;AAwMlC,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,GAC/D,IAAI,CAAC,wBAAwB,EAAE,cAAc,GAAG,aAAa,CAAC,GAC9D,mBAAmB,CAAC;AAgNtB,QAAA,MAAM,4BAA4B,gNApM/B,yBAAyB,sDAoMmC,CAAC;AAGhE,OAAO,EAAE,4BAA4B,IAAI,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"NarrowUiShellContent.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/NarrowUiShellContent.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAeH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAYjD,OAAO,EACL,wBAAwB,EACxB,mBAAmB,EACpB,MAAM,0BAA0B,CAAC;AAuMlC,MAAM,MAAM,yBAAyB,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,GAC/D,IAAI,CAAC,wBAAwB,EAAE,cAAc,GAAG,aAAa,CAAC,GAC9D,mBAAmB,CAAC;AAgNtB,QAAA,MAAM,4BAA4B,gNApM/B,yBAAyB,sDAoMmC,CAAC;AAGhE,OAAO,EAAE,4BAA4B,IAAI,oBAAoB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SideNav.d.ts","sourceRoot":"","sources":["../../../../src/ui-shell/SideNav/SideNav.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AA2BH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AA6B/C,eAAO,MAAM,sCAAsC,KAAK,CAAC;AACzD,eAAO,MAAM,wCAAwC,IAAI,CAAC;AAm6B1D,QAAA,MAAM,eAAe,kPAvjBlB,YAAY,sDAujBsB,CAAC;AAGtC,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"SideNav.d.ts","sourceRoot":"","sources":["../../../../src/ui-shell/SideNav/SideNav.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AA4BH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AA6B/C,eAAO,MAAM,sCAAsC,KAAK,CAAC;AACzD,eAAO,MAAM,wCAAwC,IAAI,CAAC;AAs6B1D,QAAA,MAAM,eAAe,kPAtjBlB,YAAY,sDAsjBsB,CAAC;AAGtC,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SideNavItemLinkContent.d.ts","sourceRoot":"","sources":["../../../../src/ui-shell/SideNav/SideNavItemLinkContent.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAQ,SAAS,EAAW,MAAM,OAAO,CAAC;AAOjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AA0E9C,QAAA,MAAM,8BAA8B,gHAhDjC,IAAI,CACL,WAAW,EACT,OAAO,GACP,OAAO,GACP,WAAW,GACX,SAAS,GACT,UAAU,GACV,aAAa,GACb,WAAW,CACd,KAAG,SAAS,CAuCsD,CAAC;AAGpE,OAAO,EAAE,8BAA8B,IAAI,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"SideNavItemLinkContent.d.ts","sourceRoot":"","sources":["../../../../src/ui-shell/SideNav/SideNavItemLinkContent.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,EAAQ,SAAS,EAAW,MAAM,OAAO,CAAC;AAOjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AA2E9C,QAAA,MAAM,8BAA8B,gHAhDjC,IAAI,CACL,WAAW,EACT,OAAO,GACP,OAAO,GACP,WAAW,GACX,SAAS,GACT,UAAU,GACV,aAAa,GACb,WAAW,CACd,KAAG,SAAS,CAuCsD,CAAC;AAGpE,OAAO,EAAE,8BAA8B,IAAI,sBAAsB,EAAE,CAAC"}
@@ -45,6 +45,6 @@ export type UiShellProps = {
45
45
  */
46
46
  uiShellStylesElement: ReactRootElements["stylesRootElement"];
47
47
  } & UiShellProviderProps & Pick<UiShellContentProps, "appElement" | "appElementScrollingMode" | "hasStandardAppContentPadding" | "initialVisibleSections" | "onError" | "optionalComponents">;
48
- declare const MemoizedUiShell: import("react").MemoExoticComponent<({ appBackgroundColor, appBackgroundContrastMode, appElement, appElementScrollingMode, breakpointConfig, closeSideNavMenu, hasStandardAppContentPadding, initialVisibleSections, onError, onSubscriptionCreated, optionalComponents, sideNavBackgroundColor, subscribeToCloseRightSideMenu, subscribeToCloseSideNavMenu, subscribeToPropChanges, topNavBackgroundColor, uiShellAppElement, uiShellStylesElement, }: UiShellProps) => import("@emotion/react/jsx-runtime").JSX.Element | null>;
48
+ declare const MemoizedUiShell: import("react").MemoExoticComponent<({ appBackgroundColor, appBackgroundContrastMode, appElement, appElementScrollingMode, breakpointConfig, closeSideNavMenu, hasStandardAppContentPadding, initialVisibleSections, onError, onSubscriptionCreated, optionalComponents, sideNavBackgroundColor, sideNavBackgroundContrastColor, subscribeToCloseRightSideMenu, subscribeToCloseSideNavMenu, subscribeToPropChanges, topNavBackgroundColor, uiShellAppElement, uiShellStylesElement, }: UiShellProps) => import("@emotion/react/jsx-runtime").JSX.Element | null>;
49
49
  export { MemoizedUiShell as UiShell };
50
50
  //# sourceMappingURL=UiShell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UiShell.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/UiShell.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAA6B,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAIrF,OAAO,EAAmB,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC7E,OAAO,EACL,wBAAwB,EACxB,mBAAmB,EACpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,uBAAuB,EAExB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,eAAO,MAAM,qBAAqB,EAAE,wBAG1B,CAAC;AAIX,MAAM,MAAM,YAAY,GAAG;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,uBAAuB,CAAC;IAC3C;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC;;;;;OAKG;IACH,sBAAsB,EAAE,UAAU,CAChC,cAAc,CAAC,wBAAwB,CAAC,CACzC,CAAC,WAAW,CAAC,CAAC;IACf;;OAEG;IACH,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACvD;;OAEG;IACH,oBAAoB,EAAE,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;CAC9D,GAAG,oBAAoB,GACtB,IAAI,CACF,mBAAmB,EACjB,YAAY,GACZ,yBAAyB,GACzB,8BAA8B,GAC9B,wBAAwB,GACxB,SAAS,GACT,oBAAoB,CACvB,CAAC;AA+GJ,QAAA,MAAM,eAAe,0bAnFlB,YAAY,6DAmFsB,CAAC;AAGtC,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"UiShell.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/UiShell.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAA6B,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AAIrF,OAAO,EAAmB,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC7E,OAAO,EACL,wBAAwB,EACxB,mBAAmB,EACpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,uBAAuB,EAExB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,eAAO,MAAM,qBAAqB,EAAE,wBAG1B,CAAC;AAIX,MAAM,MAAM,YAAY,GAAG;IACzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,uBAAuB,CAAC;IAC3C;;;;OAIG;IACH,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC;;;;;OAKG;IACH,sBAAsB,EAAE,UAAU,CAChC,cAAc,CAAC,wBAAwB,CAAC,CACzC,CAAC,WAAW,CAAC,CAAC;IACf;;OAEG;IACH,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IACvD;;OAEG;IACH,oBAAoB,EAAE,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;CAC9D,GAAG,oBAAoB,GACtB,IAAI,CACF,mBAAmB,EACjB,YAAY,GACZ,yBAAyB,GACzB,8BAA8B,GAC9B,wBAAwB,GACxB,SAAS,GACT,oBAAoB,CACvB,CAAC;AAiHJ,QAAA,MAAM,eAAe,0dApFlB,YAAY,6DAoFsB,CAAC;AAGtC,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,CAAC"}
@@ -17,16 +17,22 @@ export declare const defaultCloseSideNavMessageBus: MessageBus<void>;
17
17
  export declare const defaultSubscribeToCloseRightSideMenu: () => () => void;
18
18
  export type UiShellColors = {
19
19
  /**
20
- * Sets a custom background color for the app content area.
20
+ * Custom background color for the app content area.
21
21
  */
22
22
  appBackgroundColor: string;
23
23
  /**
24
- * Sets a custom background color for the side nav area.
24
+ * Custom background color for the side nav area.
25
25
  */
26
26
  sideNavBackgroundColor: string;
27
+ /**
28
+ * Custom color for fonts and other contrasted colors in the side nav area. Other contrast colors are derived from this one.
29
+ *
30
+ * If not passed, it gets computed from Odyssey.
31
+ */
32
+ sideNavBackgroundContrastColor?: string;
27
33
  sideNavContrastColors?: ContrastColors;
28
34
  /**
29
- * Sets a custom background color for the top nav area.
35
+ * Custom background color for the top nav area.
30
36
  */
31
37
  topNavBackgroundColor: string;
32
38
  };
@@ -53,6 +59,6 @@ export type UiShellProviderProps = {
53
59
  */
54
60
  appBackgroundContrastMode?: ContrastMode;
55
61
  } & Partial<UiShellContext>;
56
- declare const MemoizedUiShellProvider: import("react").MemoExoticComponent<({ appBackgroundColor, appBackgroundContrastMode, children, closeSideNavMenu, sideNavBackgroundColor, subscribeToCloseRightSideMenu, subscribeToCloseSideNavMenu, topNavBackgroundColor, }: PropsWithChildren<UiShellProviderProps>) => import("@emotion/react/jsx-runtime").JSX.Element>;
62
+ declare const MemoizedUiShellProvider: import("react").MemoExoticComponent<({ appBackgroundColor, appBackgroundContrastMode, children, closeSideNavMenu, sideNavBackgroundColor, sideNavBackgroundContrastColor, subscribeToCloseRightSideMenu, subscribeToCloseSideNavMenu, topNavBackgroundColor, }: PropsWithChildren<UiShellProviderProps>) => import("@emotion/react/jsx-runtime").JSX.Element>;
57
63
  export { MemoizedUiShellProvider as UiShellProvider };
58
64
  //# sourceMappingURL=UiShellProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UiShellProvider.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/UiShellProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAGL,iBAAiB,EAGlB,MAAM,OAAO,CAAC;AACf,OAAO,EACL,cAAc,EAEf,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAoB,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,eAAO,MAAM,6BAA6B,kBAAqB,CAAC;AAChE,eAAO,MAAM,oCAAoC,kBAAiB,CAAC;AAEnE,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,CAAC,EAAE,cAAc,CAAC;IACvC;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,gBAAgB,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC;IAC9C;;;OAGG;IACH,2BAA2B,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC;IAC3D;;;OAGG;IACH,6BAA6B,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC;CAC9D,GAAG,aAAa,CAAC;AAIlB,eAAO,MAAM,iBAAiB,kCAE7B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,yBAAyB,CAAC,EAAE,YAAY,CAAC;CAC1C,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAqE5B,QAAA,MAAM,uBAAuB,kOA1D1B,iBAAiB,CAAC,oBAAoB,CAAC,sDA0DW,CAAC;AAEtD,OAAO,EAAE,uBAAuB,IAAI,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"UiShellProvider.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/UiShellProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAGL,iBAAiB,EAGlB,MAAM,OAAO,CAAC;AACf,OAAO,EACL,cAAc,EAEf,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAoB,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,eAAO,MAAM,6BAA6B,kBAAqB,CAAC;AAChE,eAAO,MAAM,oCAAoC,kBAAiB,CAAC;AAEnE,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC,qBAAqB,CAAC,EAAE,cAAc,CAAC;IACvC;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,gBAAgB,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC;IAC9C;;;OAGG;IACH,2BAA2B,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC;IAC3D;;;OAGG;IACH,6BAA6B,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC,CAAC;CAC9D,GAAG,aAAa,CAAC;AAIlB,eAAO,MAAM,iBAAiB,kCAE7B,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,yBAAyB,CAAC,EAAE,YAAY,CAAC;CAC1C,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAwE5B,QAAA,MAAM,uBAAuB,kQA5D1B,iBAAiB,CAAC,oBAAoB,CAAC,sDA4DW,CAAC;AAEtD,OAAO,EAAE,uBAAuB,IAAI,eAAe,EAAE,CAAC"}
@@ -33,7 +33,7 @@ export type RenderedUiShell = {
33
33
  * It places your app's root element in a web component <slot> and ensures it remains rendered in the event of a UI Shell error.
34
34
  * It also provides you with other elements fitted to slots in the web component. **In React, you can portal to these components.**
35
35
  */
36
- export declare const renderUiShell: ({ appBackgroundColor, appBackgroundContrastMode, appElement: providedAppElement, appElementScrollingMode, breakpointConfig, hasStandardAppContentPadding, initialVisibleSections, onError, onRender, parentElement, sideNavBackgroundColor, topNavBackgroundColor, }: {
36
+ export declare const renderUiShell: ({ appBackgroundColor, appBackgroundContrastMode, appElement: providedAppElement, appElementScrollingMode, breakpointConfig, hasStandardAppContentPadding, initialVisibleSections, onError, onRender, parentElement, sideNavBackgroundColor, sideNavBackgroundContrastColor, topNavBackgroundColor, }: {
37
37
  /**
38
38
  * Notifies when a React rendering error occurs. This could be useful for logging, reporting priority 0 issues, and recovering UI Shell when errors occur.
39
39
  */
@@ -46,7 +46,7 @@ export declare const renderUiShell: ({ appBackgroundColor, appBackgroundContrast
46
46
  * HTML element used as the container for UI Shell and the App. They're siblings inside this element.
47
47
  */
48
48
  parentElement: HTMLElement;
49
- } & Pick<UiShellProps, "appBackgroundColor" | "appBackgroundContrastMode" | "appElementScrollingMode" | "breakpointConfig" | "hasStandardAppContentPadding" | "initialVisibleSections" | "sideNavBackgroundColor" | "topNavBackgroundColor"> & Partial<Pick<UiShellProps, "appElement">>) => {
49
+ } & Pick<UiShellProps, "appBackgroundColor" | "appBackgroundContrastMode" | "appElementScrollingMode" | "breakpointConfig" | "hasStandardAppContentPadding" | "initialVisibleSections" | "sideNavBackgroundColor" | "sideNavBackgroundContrastColor" | "topNavBackgroundColor"> & Partial<Pick<UiShellProps, "appElement">>) => {
50
50
  appElement: HTMLDivElement;
51
51
  closeRightSideMenu: PublishMessage<void>;
52
52
  closeSideNavMenu: PublishMessage<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"renderUiShell.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/renderUiShell.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAoB,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,EAAW,YAAY,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,+CAA+C,CAAC;AAE1F,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAC7C,MAAM,QAAQ,CAAC,YAAY,CAAC,CAAC,oBAAoB,CAAC,EAClD,MAAM,CAOP,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,MAAM,CAClC,MAAM,QAAQ,CAAC,YAAY,CAAC,CAAC,oBAAoB,CAAC,EAClD,cAAc,CACf,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,kBAAkB,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;IACzC,gBAAgB,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;IACvC,iBAAiB,EAAE,UAAU,CAC3B,OAAO,YAAY,CAAC,cAAc,CAAC,wBAAwB,CAAC,CAAC,CAC9D,CAAC;IACF,eAAe,EAAE,eAAe,CAAC;IACjC,cAAc,EAAE,UAAU,CAAC,OAAO,yBAAyB,CAAC,CAAC;CAC9D,GAAG,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC;AAE9C;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,GAAI,sQAa3B;IACD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,eAAe,EAAE,eAAe,KAAK,IAAI,CAAC;IACtD;;OAEG;IACH,aAAa,EAAE,WAAW,CAAC;CAC5B,GAAG,IAAI,CACN,YAAY,EACV,oBAAoB,GACpB,2BAA2B,GAC3B,yBAAyB,GACzB,kBAAkB,GAClB,8BAA8B,GAC9B,wBAAwB,GACxB,wBAAwB,GACxB,uBAAuB,CAC1B,GACC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;;;;;;;CAuG1C,CAAC"}
1
+ {"version":3,"file":"renderUiShell.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/renderUiShell.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAoB,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,EAAW,YAAY,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,+CAA+C,CAAC;AAE1F,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAC7C,MAAM,QAAQ,CAAC,YAAY,CAAC,CAAC,oBAAoB,CAAC,EAClD,MAAM,CAOP,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,MAAM,CAClC,MAAM,QAAQ,CAAC,YAAY,CAAC,CAAC,oBAAoB,CAAC,EAClD,cAAc,CACf,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,kBAAkB,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;IACzC,gBAAgB,EAAE,cAAc,CAAC,IAAI,CAAC,CAAC;IACvC,iBAAiB,EAAE,UAAU,CAC3B,OAAO,YAAY,CAAC,cAAc,CAAC,wBAAwB,CAAC,CAAC,CAC9D,CAAC;IACF,eAAe,EAAE,eAAe,CAAC;IACjC,cAAc,EAAE,UAAU,CAAC,OAAO,yBAAyB,CAAC,CAAC;CAC9D,GAAG,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC;AAE9C;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,GAAI,sSAc3B;IACD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,eAAe,EAAE,eAAe,KAAK,IAAI,CAAC;IACtD;;OAEG;IACH,aAAa,EAAE,WAAW,CAAC;CAC5B,GAAG,IAAI,CACN,YAAY,EACV,oBAAoB,GACpB,2BAA2B,GAC3B,yBAAyB,GACzB,kBAAkB,GAClB,8BAA8B,GAC9B,wBAAwB,GACxB,wBAAwB,GACxB,gCAAgC,GAChC,uBAAuB,CAC1B,GACC,OAAO,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;;;;;;;CAwG1C,CAAC"}
@@ -0,0 +1,43 @@
1
+ /*!
2
+ * Copyright (c) 2025-present, Okta, Inc. and/or its affiliates. All rights reserved.
3
+ * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the "License.")
4
+ *
5
+ * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
6
+ * Unless required by applicable law or agreed to in writing, software
7
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ *
10
+ * See the License for the specific language governing permissions and limitations under the License.
11
+ */
12
+ type EdgeState = {
13
+ isAtContainerInlineStart: null;
14
+ isAtContainerInlineEnd: null;
15
+ isAtContainerBlockStart: null;
16
+ isAtContainerBlockEnd: null;
17
+ } | {
18
+ isAtContainerInlineStart: boolean;
19
+ isAtContainerInlineEnd: boolean;
20
+ isAtContainerBlockStart: boolean;
21
+ isAtContainerBlockEnd: boolean;
22
+ };
23
+ /**
24
+ * Determines if an element is at the edge of its container.
25
+ *
26
+ * If `element` is `null`, all returned edge state values will be `null`.
27
+ */
28
+ export declare function useElementAtContainerEdge({ containerElement, element, monitoringElement, }: {
29
+ /**
30
+ * The container element against which the edges are checked. If not provided, it defaults to the document body.
31
+ */
32
+ containerElement?: HTMLElement | null;
33
+ /**
34
+ * The element whose edges you want to track.
35
+ */
36
+ element?: HTMLElement | null;
37
+ /**
38
+ * The element whose mutations you want to track. If not provided, it defaults to the parent element of the `element`.
39
+ */
40
+ monitoringElement?: HTMLElement | null;
41
+ }): EdgeState;
42
+ export {};
43
+ //# sourceMappingURL=useElementAtContainerEdge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useElementAtContainerEdge.d.ts","sourceRoot":"","sources":["../../../src/ui-shell/useElementAtContainerEdge.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAYH,KAAK,SAAS,GACV;IACE,wBAAwB,EAAE,IAAI,CAAC;IAC/B,sBAAsB,EAAE,IAAI,CAAC;IAC7B,uBAAuB,EAAE,IAAI,CAAC;IAC9B,qBAAqB,EAAE,IAAI,CAAC;CAC7B,GACD;IACE,wBAAwB,EAAE,OAAO,CAAC;IAClC,sBAAsB,EAAE,OAAO,CAAC;IAChC,uBAAuB,EAAE,OAAO,CAAC;IACjC,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC;AAEN;;;;GAIG;AACH,wBAAgB,yBAAyB,CAAC,EACxC,gBAAgB,EAChB,OAAO,EACP,iBAAiB,GAClB,EAAE;IACD;;OAEG;IACH,gBAAgB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACtC;;OAEG;IACH,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CACxC,aAgEA"}
@@ -14,6 +14,6 @@
14
14
  * This file is managed by scripts/updateWebComponentVersion.ts and any changes made will be overwritten
15
15
  * This script only needs to be run during release, and shouldn't be used during local development.
16
16
  */
17
- declare const _default: "1-41-1";
17
+ declare const _default: "1-42-0";
18
18
  export default _default;
19
19
  //# sourceMappingURL=odysseyWebComponentVersion.generated.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okta/odyssey-react-mui",
3
- "version": "1.41.1",
3
+ "version": "1.42.0",
4
4
  "description": "React MUI components for Odyssey, Okta's design system",
5
5
  "author": "Okta, Inc.",
6
6
  "license": "Apache-2.0",
@@ -122,7 +122,7 @@
122
122
  "@mui/system": "^5.17.1",
123
123
  "@mui/utils": "^5.17.1",
124
124
  "@mui/x-date-pickers": "^7.2.0",
125
- "@okta/odyssey-design-tokens": "1.41.1",
125
+ "@okta/odyssey-design-tokens": "1.42.0",
126
126
  "@types/luxon": "^3.4.2",
127
127
  "date-fns": "^2.30.0",
128
128
  "dom-accessibility-api": "^0.7.0",
@@ -140,9 +140,9 @@
140
140
  "@babel/preset-env": "^7.27.1",
141
141
  "@babel/preset-react": "^7.27.1",
142
142
  "@babel/preset-typescript": "^7.27.1",
143
- "@okta/browserslist-config-odyssey": "1.41.1",
144
- "@okta/odyssey-icons": "1.41.1",
145
- "@okta/odyssey-typescript": "1.41.1",
143
+ "@okta/browserslist-config-odyssey": "1.42.0",
144
+ "@okta/odyssey-icons": "1.42.0",
145
+ "@okta/odyssey-typescript": "1.42.0",
146
146
  "@svgr/cli": "^7.0.0",
147
147
  "@testing-library/jest-dom": "^6.6.3",
148
148
  "@testing-library/react": "^16.3.0",
@@ -177,5 +177,5 @@
177
177
  "react": "^18.3.1",
178
178
  "react-dom": "^18.3.1"
179
179
  },
180
- "gitHead": "070e6c98dbbdffa1912e481926a36b1265e897b5"
180
+ "gitHead": "bc11abfb3313b70d63ab4a847c241a00537ceb97"
181
181
  }