@asafarim/shared-i18n 0.8.0 → 0.9.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.
- package/README.md +266 -280
- package/demo/README.md +119 -0
- package/demo/index.html +12 -1
- package/demo/node_modules/.bin/kill-port +17 -0
- package/demo/node_modules/.bin/tsc +5 -9
- package/demo/node_modules/.bin/tsserver +5 -9
- package/demo/node_modules/.bin/vite +5 -9
- package/demo/package.json +7 -4
- package/demo/public/404.html +24 -0
- package/demo/public/favicon.svg +4 -4
- package/demo/public/logo.svg +24 -24
- package/demo/src/App.tsx +178 -129
- package/demo/src/components/CountryLanguageSelectorsPage.tsx +240 -0
- package/demo/src/components/GetStartedSection.tsx +56 -56
- package/demo/src/components/KeyTable.tsx +29 -29
- package/demo/src/components/LanguageBar.tsx +145 -103
- package/demo/src/components/LanguageSwitcherDemo.module.css +114 -114
- package/demo/src/components/LanguageSwitchersPage.tsx +245 -0
- package/demo/src/components/Logo.tsx +6 -6
- package/demo/src/components/OverviewSection.tsx +58 -43
- package/demo/src/components/Panel.tsx +15 -15
- package/demo/src/components/RoutingLabPage.tsx +147 -0
- package/demo/src/components/StatusCard.tsx +109 -109
- package/demo/src/data/countries.ts +48 -0
- package/demo/src/i18n/localeAdapter.ts +91 -0
- package/demo/src/i18n/localeRouting.ts +77 -0
- package/demo/src/index.css +1075 -644
- package/demo/src/locales/de/demo.json +202 -84
- package/demo/src/locales/en/demo.json +201 -85
- package/demo/src/locales/fr/demo.json +203 -85
- package/demo/src/locales/it/demo.json +202 -84
- package/demo/src/locales/lb/demo.json +201 -0
- package/demo/src/locales/nl/demo.json +203 -85
- package/demo/src/main.tsx +32 -29
- package/demo/tsconfig.json +18 -18
- package/demo/tsconfig.node.json +10 -10
- package/demo/tsconfig.tsbuildinfo +1 -1
- package/demo/vite-env.d.ts +7 -7
- package/demo/vite.config.d.ts +2 -2
- package/demo/vite.config.js +10 -10
- package/dist/components/LanguageSwitcher.module.css +303 -303
- package/dist/country-language-selector.css +431 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +87 -85
- package/demo/dist/Icon Dropdown_Limited Languages.png +0 -0
- package/demo/dist/Select Dropdown_Text Only.png +0 -0
- package/demo/dist/assets/favicon-BZYZvBLo.svg +0 -4
- package/demo/dist/assets/index-BdjqKw_N.css +0 -1
- package/demo/dist/assets/index-C1Tq1uEr.js +0 -191
- package/demo/dist/favicon.svg +0 -4
- package/demo/dist/index.html +0 -27
- package/demo/dist/logo.svg +0 -24
- package/demo/node_modules/.bin/browserslist +0 -21
- package/demo/node_modules/.bin/browserslist.CMD +0 -12
- package/demo/node_modules/.bin/browserslist.ps1 +0 -41
- package/demo/node_modules/.bin/tsc.CMD +0 -12
- package/demo/node_modules/.bin/tsc.ps1 +0 -41
- package/demo/node_modules/.bin/tsserver.CMD +0 -12
- package/demo/node_modules/.bin/tsserver.ps1 +0 -41
- package/demo/node_modules/.bin/vite.CMD +0 -12
- package/demo/node_modules/.bin/vite.ps1 +0 -41
- package/demo/node_modules/.vite/deps/@asafarim_country-language-selector.js +0 -848
- package/demo/node_modules/.vite/deps/@asafarim_country-language-selector.js.map +0 -7
- package/demo/node_modules/.vite/deps/_metadata.json +0 -76
- package/demo/node_modules/.vite/deps/chunk-5WRI5ZAA.js +0 -30
- package/demo/node_modules/.vite/deps/chunk-5WRI5ZAA.js.map +0 -7
- package/demo/node_modules/.vite/deps/chunk-B3AHR5EX.js +0 -1004
- package/demo/node_modules/.vite/deps/chunk-B3AHR5EX.js.map +0 -7
- package/demo/node_modules/.vite/deps/chunk-E6BG6WAU.js +0 -292
- package/demo/node_modules/.vite/deps/chunk-E6BG6WAU.js.map +0 -7
- package/demo/node_modules/.vite/deps/chunk-MVARZQEG.js +0 -280
- package/demo/node_modules/.vite/deps/chunk-MVARZQEG.js.map +0 -7
- package/demo/node_modules/.vite/deps/i18next-browser-languagedetector.js +0 -400
- package/demo/node_modules/.vite/deps/i18next-browser-languagedetector.js.map +0 -7
- package/demo/node_modules/.vite/deps/i18next.js +0 -2392
- package/demo/node_modules/.vite/deps/i18next.js.map +0 -7
- package/demo/node_modules/.vite/deps/package.json +0 -3
- package/demo/node_modules/.vite/deps/react-dom.js +0 -6
- package/demo/node_modules/.vite/deps/react-dom.js.map +0 -7
- package/demo/node_modules/.vite/deps/react-dom_client.js +0 -20217
- package/demo/node_modules/.vite/deps/react-dom_client.js.map +0 -7
- package/demo/node_modules/.vite/deps/react-i18next.js +0 -869
- package/demo/node_modules/.vite/deps/react-i18next.js.map +0 -7
- package/demo/node_modules/.vite/deps/react.js +0 -5
- package/demo/node_modules/.vite/deps/react.js.map +0 -7
- package/demo/node_modules/.vite/deps/react_jsx-dev-runtime.js +0 -278
- package/demo/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +0 -7
- package/demo/node_modules/.vite/deps/react_jsx-runtime.js +0 -6
- package/demo/node_modules/.vite/deps/react_jsx-runtime.js.map +0 -7
- package/demo/src/components/CountryLanguageDemo.tsx +0 -140
- package/demo/src/components/LanguageSwitcherDemo.tsx +0 -256
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.float16.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/.pnpm/@types+react@19.2.7/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.7/node_modules/@types/react/index.d.ts","../node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/jsx-runtime.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/typescript/helpers.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/typescript/options.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/typescript/t.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/index.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/index.d.mts","../node_modules/.pnpm/react-i18next@13.5.0_i18nex_6dec3e272014f80cb40c06a5db44526d/node_modules/react-i18next/helpers.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18nex_6dec3e272014f80cb40c06a5db44526d/node_modules/react-i18next/transwithoutcontext.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18nex_6dec3e272014f80cb40c06a5db44526d/node_modules/react-i18next/initreacti18next.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18nex_6dec3e272014f80cb40c06a5db44526d/node_modules/react-i18next/index.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18nex_6dec3e272014f80cb40c06a5db44526d/node_modules/react-i18next/index.d.mts","../node_modules/.pnpm/i18next-browser-languagedetector@7.2.2/node_modules/i18next-browser-languagedetector/index.d.ts","../node_modules/.pnpm/i18next-browser-languagedetector@7.2.2/node_modules/i18next-browser-languagedetector/index.d.mts","../locales/en/common.json","../locales/nl/common.json","../locales/en/identity-portal.json","../locales/nl/identity-portal.json","../config/i18n.ts","../utils/languageutils.ts","../hooks/uselanguage.ts","../utils/languageicons.ts","../components/languageswitcher.tsx","../index.ts","../src/types/css.d.ts","../locales/de/common.json","../locales/it/common.json","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/globals.typedarray.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/buffer.buffer.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/globals.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/abortcontroller.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/crypto.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/domexception.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/events.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/utility.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/header.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/readable.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/fetch.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/formdata.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/connector.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client-stats.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/errors.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/dispatcher.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-dispatcher.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-origin.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool-stats.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/handlers.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/balanced-pool.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/h2c-client.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-interceptor.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-call-history.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-client.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-pool.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/snapshot-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-errors.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/proxy-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-handler.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/api.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache-interceptor.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/interceptors.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/util.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cookies.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/patch.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/websocket.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/eventsource.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/content-type.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/index.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/fetch.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/navigator.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/storage.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/streams.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/assert.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/assert/strict.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/async_hooks.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/buffer.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/child_process.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/cluster.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/console.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/constants.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/crypto.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/dgram.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/dns.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/dns/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/domain.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/events.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/fs.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/fs/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/http.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/http2.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/https.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/inspector.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/inspector.generated.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/module.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/net.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/os.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/path.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/perf_hooks.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/process.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/punycode.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/querystring.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/readline.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/readline/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/repl.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/sea.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/sqlite.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream/consumers.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream/web.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/string_decoder.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/test.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/timers.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/timers/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/tls.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/trace_events.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/tty.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/url.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/util.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/v8.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/vm.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/wasi.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/worker_threads.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/zlib.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/index.d.ts","../node_modules/.pnpm/@types+react-dom@19.2.3_@types+react@19.2.7/node_modules/@types/react-dom/index.d.ts"],"fileIdsList":[[52,53,70,72,73,76,81,135,152,153],[53,58,62,63,64,65,66,67,68,69,81,135,152,153],[52,53,63,70,71,81,135,152,153],[53,63,70,71,72,74,81,135,152,153],[53,81,135,152,153],[81,132,133,135,152,153],[81,134,135,152,153],[135,152,153],[81,135,140,152,153,170],[81,135,136,141,146,152,153,155,167,178],[81,135,136,137,146,152,153,155],[81,135,152,153],[81,135,138,152,153,179],[81,135,139,140,147,152,153,156],[81,135,140,152,153,167,175],[81,135,141,143,146,152,153,155],[81,134,135,142,152,153],[81,135,143,144,152,153],[81,135,145,146,152,153],[81,134,135,146,152,153],[81,135,146,147,148,152,153,167,178],[81,135,146,147,148,152,153,162,167,170],[81,127,135,143,146,149,152,153,155,167,178],[81,135,146,147,149,150,152,153,155,167,175,178],[81,135,149,151,152,153,167,175,178],[79,80,81,82,83,84,85,86,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,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184],[81,135,146,152,153],[81,135,152,153,154,178],[81,135,143,146,152,153,155,167],[81,135,152,153,156],[81,135,152,153,157],[81,134,135,152,153,158],[81,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184],[81,135,152,153,160],[81,135,152,153,161],[81,135,146,152,153,162,163],[81,135,152,153,162,164,179,181],[81,135,147,152,153],[81,135,146,152,153,167,168,170],[81,135,152,153,169,170],[81,135,152,153,167,168],[81,135,152,153,170],[81,135,152,153,171],[81,132,135,152,153,167,172],[81,135,146,152,153,173,174],[81,135,152,153,173,174],[81,135,140,152,153,155,167,175],[81,135,152,153,176],[81,135,152,153,155,177],[81,135,149,152,153,161,178],[81,135,140,152,153,179],[81,135,152,153,167,180],[81,135,152,153,154,181],[81,135,152,153,182],[81,135,140,152,153],[81,127,135,152,153],[81,135,152,153,183],[81,127,135,146,148,152,153,158,167,170,178,180,181,183],[81,135,152,153,167,184],[52,62,81,135,152,153],[50,51,81,135,152,153],[52,81,135,152,153],[64,81,135,152,153],[58,62,64,81,135,152,153],[54,55,56,57,81,135,152,153],[54,55,56,81,135,152,153],[54,81,135,152,153],[54,55,81,135,152,153],[62,81,135,152,153],[52,58,59,60,61,62,64,81,135,152,153,186],[52,58,62,64,81,135,152,153],[81,93,96,99,100,135,152,153,178],[81,96,135,152,153,167,178],[81,96,100,135,152,153,178],[81,135,152,153,167],[81,90,135,152,153],[81,94,135,152,153],[81,92,93,96,135,152,153,178],[81,135,152,153,155,175],[81,135,152,153,185],[81,90,135,152,153,185],[81,92,96,135,152,153,155,178],[81,87,88,89,91,95,135,146,152,153,167,178],[81,96,104,112,135,152,153],[81,88,94,135,152,153],[81,96,121,122,135,152,153],[81,88,91,96,135,152,153,170,178,185],[81,96,135,152,153],[81,92,96,135,152,153,178],[81,87,135,152,153],[81,90,91,92,94,95,96,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,135,152,153],[81,96,114,117,135,143,152,153],[81,96,104,105,106,135,152,153],[81,94,96,105,107,135,152,153],[81,95,135,152,153],[81,88,90,96,135,152,153],[81,96,100,105,107,135,152,153],[81,100,135,152,153],[81,94,96,99,135,152,153,178],[81,88,92,96,104,135,152,153],[81,96,114,135,152,153],[81,107,135,152,153],[81,90,96,121,135,152,153,170,183,185],[53,70,81,135,152,153]],"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":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","affectsGlobalScope":true,"impliedFormat":1},{"version":"07f073f19d67f74d732b1adea08e1dc66b1b58d77cb5b43931dee3d798a2fd53","affectsGlobalScope":true,"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":"170d4db14678c68178ee8a3d5a990d5afb759ecb6ec44dbd885c50f6da6204f6","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"5e76305d58bcdc924ff2bf14f6a9dc2aa5441ed06464b7e7bd039e611d66a89b","impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},{"version":"e30accdbef6f904f20354b6f598d7f2f7ff29094fc5410c33f63b29b4832172a","impliedFormat":1},{"version":"5fd2267cea69c19286f0e90a9ba78c0e19c3782ab2580bfc2f5678c5326fb78a","impliedFormat":1},{"version":"2a628d887712c299dd78731d2e18e5d456ac03fb258b8e39f61b2478b02481ee","impliedFormat":1},{"version":"b1e5f3a55aa219247976db1b0c6af31d07673e8085197aef925f25ca08fe12c4","impliedFormat":1},{"version":"e9f80c5934982b97886eadab6684c073344a588d1758b12fba2d0184e6f450a2","impliedFormat":99},{"version":"890bdcec61a6fe8e39e35a1a9e4e0cad8c99b371646077bed13724862c4ab711","impliedFormat":1},{"version":"050b7f98587a05615f63589c36a4957093817477bc14140a977b76e0ba12417a","impliedFormat":1},{"version":"b3e571e9f098c30db463d30d16d395ad8dd2457ee6e8d1561e2e1527bc2b6ce0","impliedFormat":1},{"version":"e156f435d68d70a07b92a0c26c05cfd1e9472073b73a0269a33ffb92f83722b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"a7661d2413b60a722b7d7ff8e52dd3efad86600553eba1c88c990a0b2c11870b","impliedFormat":99},{"version":"055d2177aa4ec7e23415119ed27410bd2f7458b75886ed222835d6cb5264061c","impliedFormat":1},{"version":"bc9a11927ced39797acd3fa50bee8163685417d846800abbdbdec42824986108","impliedFormat":99},"9e452d7096ece5646cc57ac2a0b21eed6b44848b78462faec6bf7b83924db6db","4614bb2371a0d86f215fa183aac89be6d67553823f4a5ecfa924a6c6f203e771","32f5dbc7cfadc5911d0ac4e54613394ec0ea7b6d2147e1d07193303126df5396","e150f99b6072fc2674ca970534693127dd61c4f29ffd7d781135e7517c6f2873",{"version":"23029b1f5a6b13bacdb7b8efdd29a200aeba7cca101878419eb2861cd90ad605","signature":"168308f94ae0f9196f7688aeea325da52e7a072004c21e81f5f0dac85199287e"},{"version":"48874d69c95709b89e72ff7e9d82b29a9fee2f1231907b4daf40d13551d86c5f","signature":"f5639510968d03034aa0d731ebf6774dc15c3f3bc8a24b9d872bed9f14a6692f"},{"version":"23c95e8519fa8da8106034be7140bee16640bfbd99d091837949e9fe923560ff","signature":"9eead6e50958b206718b63397bb3df4491cfbac4891b2b7df9b35b2aa0e766e3"},{"version":"b4a459d6cfceb52cd435a0630f2a482b4b9fb3801c6d6eaa93fd56ed608e3bfe","signature":"9d61f768697b8c8e32699942778fac71a4137b2370a3c5f1c94ea6bc8074c9f1"},{"version":"c2b40818cad90adb457058a89cd1013d85675c1c7052614775638574ad69c2a0","signature":"440c2d96618b910109953e38553c61d02bcad83ba9f567e0cf0afdee9ef32d8d"},{"version":"3c9e370ab1afa3cb5595c3dbc6d22cfffc6b5b12a781007a451cb9810caa6f37","signature":"4fee688d89cf2375919c769c95a397aa73cbf9c9cfc4f85bbc1154f1a5891453"},"4031720000c38355d3ceca986d308c4a745200346fb89df88c045d4aed3f3493",{"version":"0de6d620d0f78832517bb99a5871c0385d18ea438b05776ce76af94906eb29fa","signature":"9b479c770dbe49c82d1e83f10b2c835fa4748c1edf16adaf9e7e5fd4389d5b65"},{"version":"a6155d4d62e99fb8fe3ff446ef76026044b30f9448ee9f09becbf7c3c30fd26e","signature":"9b479c770dbe49c82d1e83f10b2c835fa4748c1edf16adaf9e7e5fd4389d5b65"},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"378281aa35786c27d5811af7e6bcaa492eebd0c7013d48137c35bbc69a2b9751","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","impliedFormat":1},{"version":"7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b21e13ed07d0df176ae31d6b7f01f7b17d66dbeb489c0d31d00de2ca14883da","impliedFormat":1},{"version":"51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee","impliedFormat":1},{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"f929f0b6b3421a2d34344b0f421f45aeb2c84ad365ebf29d04312023b3accc58","impliedFormat":1},{"version":"db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","impliedFormat":1},{"version":"9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","impliedFormat":1},{"version":"0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8cf132379078d0974a59df26069689a2d33c7dc826b5be56231841cb2f32e58","impliedFormat":1},{"version":"fbf413fc617837453c878a9174a1f1b383616857a3f8366bc41cf30df4aea7d5","impliedFormat":1},{"version":"148c73ec11318850f571172ceae3e55ce479d850fe18ec8eae0abd99d9f6c319","impliedFormat":1},{"version":"230bdc111d7578276e4a3bb9d075d85c78c6b68f428c3a9935e2eaa10f4ae1f5","impliedFormat":1},{"version":"e8aabbee5e7b9101b03bb4222607d57f38859b8115a8050a4eb91b4ee43a3a73","impliedFormat":1},{"version":"bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","impliedFormat":1},{"version":"c0bb1b65757c72bbf8ddf7eaa532223bacf58041ff16c883e76f45506596e925","impliedFormat":1},{"version":"c8b85f7aed29f8f52b813f800611406b0bfe5cf3224d20a4bdda7c7f73ce368e","affectsGlobalScope":true,"impliedFormat":1},{"version":"145dcf25fd4967c610c53d93d7bc4dce8fbb1b6dd7935362472d4ae49363c7ba","impliedFormat":1},{"version":"ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","impliedFormat":1},{"version":"04bf1aa481d1adfb16d93d76e44ce71c51c8ef68039d849926551199489637f6","impliedFormat":1},{"version":"9043daec15206650fa119bad6b8d70136021ea7d52673a71f79a87a42ee38d44","affectsGlobalScope":true,"impliedFormat":1},{"version":"0b055dae40c0e27154f109c4ff771ae748db161c503a1687e3d4b9c91ba20de3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","impliedFormat":1},{"version":"65faec1b4bd63564aeec33eab9cacfaefd84ce2400f03903a71a1841fbce195f","impliedFormat":1},{"version":"b33b74b97952d9bf4fbd2951dcfbb5136656ddb310ce1c84518aaa77dbca9992","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"6b306cd4282bbb54d4a6bb23cfb7a271160983dfc38c67b5a132504cfcc34896","affectsGlobalScope":true,"impliedFormat":1},{"version":"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","impliedFormat":1},{"version":"450172a56b944c2d83f45cc11c9a388ea967cd301a21202aa0a23c34c7506a18","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"72f8936aebf0c4a1adab767b97d34ba7d3a308afcf76de4417b9c16fb92ed548","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"69e0a41d620fb678a899c65e073413b452f4db321b858fe422ad93fd686cd49a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3585d6891e9ea18e07d0755a6d90d71331558ba5dc5561933553209f886db106","affectsGlobalScope":true,"impliedFormat":1},{"version":"86be71cbb0593468644932a6eb96d527cfa600cecfc0b698af5f52e51804451d","impliedFormat":1},{"version":"84dd6b0fd2505135692935599d6606f50a421389e8d4535194bcded307ee5cf2","impliedFormat":1},{"version":"0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a","impliedFormat":1},{"version":"db19ea066fdc5f97df3f769e582ae3000380ab7942e266654bdb1a4650d19eaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a034894bf28c220a331c7a0229d33564803abe2ac1b9a5feee91b6b9b6e88ea","impliedFormat":1},{"version":"d7e9ab1b0996639047c61c1e62f85c620e4382206b3abb430d9a21fb7bc23c77","impliedFormat":1},{"version":"be1cc4d94ea60cbe567bc29ed479d42587bf1e6cba490f123d329976b0fe4ee5","impliedFormat":1}],"root":[[66,78]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"jsx":4,"module":99,"outDir":"./","rootDir":"..","skipLibCheck":true,"strict":true,"target":7},"referencedMap":[[74,1],[70,2],[72,3],[75,4],[77,5],[66,5],[68,5],[78,5],[67,5],[69,5],[132,6],[133,6],[134,7],[81,8],[135,9],[136,10],[137,11],[79,12],[138,13],[139,14],[140,15],[141,16],[142,17],[143,18],[144,18],[145,19],[146,20],[147,21],[148,22],[82,12],[80,12],[149,23],[150,24],[151,25],[185,26],[152,27],[153,12],[154,28],[155,29],[156,30],[157,31],[158,32],[159,33],[160,34],[161,35],[162,36],[163,36],[164,37],[165,12],[166,38],[167,39],[169,40],[168,41],[170,42],[171,43],[172,44],[173,45],[174,46],[175,47],[176,48],[177,49],[178,50],[179,51],[180,52],[181,53],[182,54],[83,12],[84,55],[85,12],[86,12],[128,56],[129,57],[130,12],[131,42],[183,58],[184,59],[186,60],[50,12],[52,61],[53,62],[51,12],[65,63],[64,64],[58,65],[57,66],[54,12],[55,67],[56,68],[59,12],[63,69],[62,70],[61,64],[60,71],[48,12],[49,12],[8,12],[9,12],[11,12],[10,12],[2,12],[12,12],[13,12],[14,12],[15,12],[16,12],[17,12],[18,12],[19,12],[3,12],[20,12],[21,12],[4,12],[22,12],[26,12],[23,12],[24,12],[25,12],[27,12],[28,12],[29,12],[5,12],[30,12],[31,12],[32,12],[33,12],[6,12],[37,12],[34,12],[35,12],[36,12],[38,12],[7,12],[39,12],[44,12],[45,12],[40,12],[41,12],[42,12],[43,12],[1,12],[46,12],[47,12],[104,72],[116,73],[102,74],[117,75],[126,76],[93,77],[94,78],[92,79],[125,80],[120,81],[124,82],[96,83],[113,84],[95,85],[123,86],[90,87],[91,81],[97,88],[98,12],[103,89],[101,88],[88,90],[127,91],[118,92],[107,93],[106,88],[108,94],[111,95],[105,96],[109,97],[121,80],[99,98],[100,99],[112,100],[89,75],[115,101],[114,88],[110,102],[119,12],[87,12],[122,103],[76,12],[73,104],[71,104]],"latestChangedDtsFile":"./index.d.ts","version":"5.8.3"}
|
|
1
|
+
{"fileNames":["../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.float16.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/.pnpm/@types+react@19.2.7/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.7/node_modules/@types/react/index.d.ts","../node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/jsx-runtime.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/typescript/helpers.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/typescript/options.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/typescript/t.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/index.d.ts","../node_modules/.pnpm/i18next@23.16.8/node_modules/i18next/index.d.mts","../node_modules/.pnpm/react-i18next@13.5.0_i18next@23.16.8_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-i18next/helpers.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18next@23.16.8_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-i18next/TransWithoutContext.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18next@23.16.8_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-i18next/initReactI18next.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18next@23.16.8_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-i18next/index.d.ts","../node_modules/.pnpm/react-i18next@13.5.0_i18next@23.16.8_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/react-i18next/index.d.mts","../node_modules/.pnpm/i18next-browser-languagedetector@7.2.2/node_modules/i18next-browser-languagedetector/index.d.ts","../node_modules/.pnpm/i18next-browser-languagedetector@7.2.2/node_modules/i18next-browser-languagedetector/index.d.mts","../locales/en/common.json","../locales/nl/common.json","../locales/en/identity-portal.json","../locales/nl/identity-portal.json","../config/i18n.ts","../utils/languageUtils.ts","../hooks/useLanguage.ts","../utils/languageIcons.ts","../components/LanguageSwitcher.tsx","../node_modules/.pnpm/@asafarim+country-language-selector@0.4.1_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@asafarim/country-language-selector/dist/index.d.ts","../index.ts","../src/types/css.d.ts","../locales/de/common.json","../locales/it/common.json","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/globals.typedarray.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/buffer.buffer.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/globals.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/abortcontroller.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/crypto.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/domexception.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/events.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/utility.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/header.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/readable.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/fetch.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/formdata.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/connector.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client-stats.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/errors.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/dispatcher.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-dispatcher.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-origin.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool-stats.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/handlers.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/balanced-pool.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/h2c-client.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-interceptor.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-call-history.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-client.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-pool.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/snapshot-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-errors.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/proxy-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-handler.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-agent.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/api.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache-interceptor.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/interceptors.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/util.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cookies.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/patch.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/websocket.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/eventsource.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/content-type.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache.d.ts","../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/index.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/fetch.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/navigator.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/storage.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/web-globals/streams.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/assert.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/assert/strict.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/async_hooks.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/buffer.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/child_process.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/cluster.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/console.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/constants.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/crypto.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/dgram.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/dns.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/dns/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/domain.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/events.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/fs.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/fs/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/http.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/http2.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/https.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/inspector.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/inspector.generated.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/module.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/net.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/os.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/path.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/perf_hooks.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/process.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/punycode.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/querystring.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/readline.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/readline/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/repl.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/sea.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/sqlite.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream/consumers.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/stream/web.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/string_decoder.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/test.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/timers.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/timers/promises.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/tls.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/trace_events.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/tty.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/url.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/util.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/v8.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/vm.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/wasi.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/worker_threads.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/zlib.d.ts","../node_modules/.pnpm/@types+node@24.10.4/node_modules/@types/node/index.d.ts","../node_modules/.pnpm/@types+react-dom@19.2.3_@types+react@19.2.7/node_modules/@types/react-dom/index.d.ts"],"fileIdsList":[[52,53,70,72,73,77,82,136,153,154],[53,58,62,63,64,65,66,67,68,69,82,136,153,154],[52,53,63,70,71,82,136,153,154],[53,63,70,71,72,74,75,82,136,153,154],[53,82,136,153,154],[52,82,136,153,154],[82,133,134,136,153,154],[82,135,136,153,154],[136,153,154],[82,136,141,153,154,171],[82,136,137,142,147,153,154,156,168,179],[82,136,137,138,147,153,154,156],[82,136,153,154],[82,136,139,153,154,180],[82,136,140,141,148,153,154,157],[82,136,141,153,154,168,176],[82,136,142,144,147,153,154,156],[82,135,136,143,153,154],[82,136,144,145,153,154],[82,136,146,147,153,154],[82,135,136,147,153,154],[82,136,147,148,149,153,154,168,179],[82,136,147,148,149,153,154,163,168,171],[82,128,136,144,147,150,153,154,156,168,179],[82,136,147,148,150,151,153,154,156,168,176,179],[82,136,150,152,153,154,168,176,179],[80,81,82,83,84,85,86,87,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,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185],[82,136,147,153,154],[82,136,153,154,155,179],[82,136,144,147,153,154,156,168],[82,136,153,154,157],[82,136,153,154,158],[82,135,136,153,154,159],[82,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185],[82,136,153,154,161],[82,136,153,154,162],[82,136,147,153,154,163,164],[82,136,153,154,163,165,180,182],[82,136,148,153,154],[82,136,147,153,154,168,169,171],[82,136,153,154,170,171],[82,136,153,154,168,169],[82,136,153,154,171],[82,136,153,154,172],[82,133,136,153,154,168,173],[82,136,147,153,154,174,175],[82,136,153,154,174,175],[82,136,141,153,154,156,168,176],[82,136,153,154,177],[82,136,153,154,156,178],[82,136,150,153,154,162,179],[82,136,141,153,154,180],[82,136,153,154,168,181],[82,136,153,154,155,182],[82,136,153,154,183],[82,136,141,153,154],[82,128,136,153,154],[82,136,153,154,184],[82,128,136,147,149,153,154,159,168,171,179,181,182,184],[82,136,153,154,168,185],[52,62,82,136,153,154],[50,51,82,136,153,154],[64,82,136,153,154],[58,62,64,82,136,153,154],[54,55,56,57,82,136,153,154],[54,55,56,82,136,153,154],[54,82,136,153,154],[54,55,82,136,153,154],[52,58,62,64,82,136,153,154],[62,82,136,153,154],[52,58,59,60,61,62,64,82,136,153,154,187],[82,94,97,100,101,136,153,154,179],[82,97,136,153,154,168,179],[82,97,101,136,153,154,179],[82,136,153,154,168],[82,91,136,153,154],[82,95,136,153,154],[82,93,94,97,136,153,154,179],[82,136,153,154,156,176],[82,136,153,154,186],[82,91,136,153,154,186],[82,93,97,136,153,154,156,179],[82,88,89,90,92,96,136,147,153,154,168,179],[82,97,105,113,136,153,154],[82,89,95,136,153,154],[82,97,122,123,136,153,154],[82,89,92,97,136,153,154,171,179,186],[82,97,136,153,154],[82,93,97,136,153,154,179],[82,88,136,153,154],[82,91,92,93,95,96,97,98,99,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,123,124,125,126,127,136,153,154],[82,97,115,118,136,144,153,154],[82,97,105,106,107,136,153,154],[82,95,97,106,108,136,153,154],[82,96,136,153,154],[82,89,91,97,136,153,154],[82,97,101,106,108,136,153,154],[82,101,136,153,154],[82,95,97,100,136,153,154,179],[82,89,93,97,105,136,153,154],[82,97,115,136,153,154],[82,108,136,153,154],[82,91,97,122,136,153,154,171,184,186],[53,70,82,136,153,154]],"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":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","affectsGlobalScope":true,"impliedFormat":1},{"version":"07f073f19d67f74d732b1adea08e1dc66b1b58d77cb5b43931dee3d798a2fd53","affectsGlobalScope":true,"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":"170d4db14678c68178ee8a3d5a990d5afb759ecb6ec44dbd885c50f6da6204f6","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"5e76305d58bcdc924ff2bf14f6a9dc2aa5441ed06464b7e7bd039e611d66a89b","impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},{"version":"e30accdbef6f904f20354b6f598d7f2f7ff29094fc5410c33f63b29b4832172a","impliedFormat":1},{"version":"5fd2267cea69c19286f0e90a9ba78c0e19c3782ab2580bfc2f5678c5326fb78a","impliedFormat":1},{"version":"2a628d887712c299dd78731d2e18e5d456ac03fb258b8e39f61b2478b02481ee","impliedFormat":1},{"version":"b1e5f3a55aa219247976db1b0c6af31d07673e8085197aef925f25ca08fe12c4","impliedFormat":1},{"version":"e9f80c5934982b97886eadab6684c073344a588d1758b12fba2d0184e6f450a2","impliedFormat":99},{"version":"890bdcec61a6fe8e39e35a1a9e4e0cad8c99b371646077bed13724862c4ab711","impliedFormat":1},{"version":"050b7f98587a05615f63589c36a4957093817477bc14140a977b76e0ba12417a","impliedFormat":1},{"version":"b3e571e9f098c30db463d30d16d395ad8dd2457ee6e8d1561e2e1527bc2b6ce0","impliedFormat":1},{"version":"e156f435d68d70a07b92a0c26c05cfd1e9472073b73a0269a33ffb92f83722b0","affectsGlobalScope":true,"impliedFormat":1},{"version":"a7661d2413b60a722b7d7ff8e52dd3efad86600553eba1c88c990a0b2c11870b","impliedFormat":99},{"version":"055d2177aa4ec7e23415119ed27410bd2f7458b75886ed222835d6cb5264061c","impliedFormat":1},{"version":"bc9a11927ced39797acd3fa50bee8163685417d846800abbdbdec42824986108","impliedFormat":99},"07f12f31bee1d3ae67b92b54e173fdc7d993ca32f789d8d2b51d5c1683e05021","4f1110bbbc2be02e3baa4984f1c07fde585b06126950816ef13d9684429ae0c3","8711a44607e941eb27e381380e73de3c02acfb83a31df6fedacd065e92acc07b","a5567dbc00050a1634859c239871ae0a980b8425151e7d26db73242a62c8c6b6",{"version":"93db0c5cec1bacccba889f3b5afe5f8a4d1fcf3ae1cc06237a08081f5a914305","signature":"168308f94ae0f9196f7688aeea325da52e7a072004c21e81f5f0dac85199287e"},{"version":"60a3e51ba9e8176bbca845de40a2797ceef92d54f547a5e93ad915fc2ed899c1","signature":"f5639510968d03034aa0d731ebf6774dc15c3f3bc8a24b9d872bed9f14a6692f"},{"version":"419a6bd1ec109df5e89ac7efc58c311668f94e3a0a65fb1a0e95f35a465827e7","signature":"9eead6e50958b206718b63397bb3df4491cfbac4891b2b7df9b35b2aa0e766e3"},{"version":"e2b84ff544830f6a288eb29b6eb0a329f46d69838597721d2812f7397e3647d2","signature":"9d61f768697b8c8e32699942778fac71a4137b2370a3c5f1c94ea6bc8074c9f1"},{"version":"b3b85235759603dd814eb7808701bba7e0e8990f18bbb4de9ffae98c1b04e3c4","signature":"440c2d96618b910109953e38553c61d02bcad83ba9f567e0cf0afdee9ef32d8d"},{"version":"079f3fdac1ff709a32abc8aa872df75ee1cc5fb38137ff09e3c6233ca7d03361","impliedFormat":99},{"version":"b8719c83fb5ed8a93da465f7b8646599d88d0f2bd870319524ebeb996953c4b5","signature":"6dc568c831cba3c64d033901a189abc1e9fdbb29450e790e8d9f27f089b045ad"},"1d9faf540cc286f2ddf8e62708c78d968500acc12be31048184bed5d56be3da0","e7592d5c1d59395303f40ac98d793ebcedd7d82045dc4a1495e9de2f5522ec18","2e3b54808943436b6f230d9bb99dad12428b08ee1340364a4b5f09cd1801fd73",{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"378281aa35786c27d5811af7e6bcaa492eebd0c7013d48137c35bbc69a2b9751","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","impliedFormat":1},{"version":"7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b21e13ed07d0df176ae31d6b7f01f7b17d66dbeb489c0d31d00de2ca14883da","impliedFormat":1},{"version":"51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee","impliedFormat":1},{"version":"9d8f9e63e29a3396285620908e7f14d874d066caea747dc4b2c378f0599166b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"f929f0b6b3421a2d34344b0f421f45aeb2c84ad365ebf29d04312023b3accc58","impliedFormat":1},{"version":"db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","impliedFormat":1},{"version":"9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","impliedFormat":1},{"version":"0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8cf132379078d0974a59df26069689a2d33c7dc826b5be56231841cb2f32e58","impliedFormat":1},{"version":"fbf413fc617837453c878a9174a1f1b383616857a3f8366bc41cf30df4aea7d5","impliedFormat":1},{"version":"148c73ec11318850f571172ceae3e55ce479d850fe18ec8eae0abd99d9f6c319","impliedFormat":1},{"version":"230bdc111d7578276e4a3bb9d075d85c78c6b68f428c3a9935e2eaa10f4ae1f5","impliedFormat":1},{"version":"e8aabbee5e7b9101b03bb4222607d57f38859b8115a8050a4eb91b4ee43a3a73","impliedFormat":1},{"version":"bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","impliedFormat":1},{"version":"c0bb1b65757c72bbf8ddf7eaa532223bacf58041ff16c883e76f45506596e925","impliedFormat":1},{"version":"c8b85f7aed29f8f52b813f800611406b0bfe5cf3224d20a4bdda7c7f73ce368e","affectsGlobalScope":true,"impliedFormat":1},{"version":"145dcf25fd4967c610c53d93d7bc4dce8fbb1b6dd7935362472d4ae49363c7ba","impliedFormat":1},{"version":"ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","impliedFormat":1},{"version":"04bf1aa481d1adfb16d93d76e44ce71c51c8ef68039d849926551199489637f6","impliedFormat":1},{"version":"9043daec15206650fa119bad6b8d70136021ea7d52673a71f79a87a42ee38d44","affectsGlobalScope":true,"impliedFormat":1},{"version":"0b055dae40c0e27154f109c4ff771ae748db161c503a1687e3d4b9c91ba20de3","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","impliedFormat":1},{"version":"65faec1b4bd63564aeec33eab9cacfaefd84ce2400f03903a71a1841fbce195f","impliedFormat":1},{"version":"b33b74b97952d9bf4fbd2951dcfbb5136656ddb310ce1c84518aaa77dbca9992","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"6b306cd4282bbb54d4a6bb23cfb7a271160983dfc38c67b5a132504cfcc34896","affectsGlobalScope":true,"impliedFormat":1},{"version":"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","impliedFormat":1},{"version":"450172a56b944c2d83f45cc11c9a388ea967cd301a21202aa0a23c34c7506a18","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"72f8936aebf0c4a1adab767b97d34ba7d3a308afcf76de4417b9c16fb92ed548","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"69e0a41d620fb678a899c65e073413b452f4db321b858fe422ad93fd686cd49a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3585d6891e9ea18e07d0755a6d90d71331558ba5dc5561933553209f886db106","affectsGlobalScope":true,"impliedFormat":1},{"version":"86be71cbb0593468644932a6eb96d527cfa600cecfc0b698af5f52e51804451d","impliedFormat":1},{"version":"84dd6b0fd2505135692935599d6606f50a421389e8d4535194bcded307ee5cf2","impliedFormat":1},{"version":"0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a","impliedFormat":1},{"version":"db19ea066fdc5f97df3f769e582ae3000380ab7942e266654bdb1a4650d19eaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a034894bf28c220a331c7a0229d33564803abe2ac1b9a5feee91b6b9b6e88ea","impliedFormat":1},{"version":"d7e9ab1b0996639047c61c1e62f85c620e4382206b3abb430d9a21fb7bc23c77","impliedFormat":1},{"version":"be1cc4d94ea60cbe567bc29ed479d42587bf1e6cba490f123d329976b0fe4ee5","impliedFormat":1}],"root":[[66,74],[76,79]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"jsx":4,"module":99,"outDir":"./","rootDir":"..","skipLibCheck":true,"strict":true,"target":7},"referencedMap":[[74,1],[70,2],[72,3],[76,4],[78,5],[66,5],[68,5],[79,5],[67,5],[69,5],[75,6],[133,7],[134,7],[135,8],[82,9],[136,10],[137,11],[138,12],[80,13],[139,14],[140,15],[141,16],[142,17],[143,18],[144,19],[145,19],[146,20],[147,21],[148,22],[149,23],[83,13],[81,13],[150,24],[151,25],[152,26],[186,27],[153,28],[154,13],[155,29],[156,30],[157,31],[158,32],[159,33],[160,34],[161,35],[162,36],[163,37],[164,37],[165,38],[166,13],[167,39],[168,40],[170,41],[169,42],[171,43],[172,44],[173,45],[174,46],[175,47],[176,48],[177,49],[178,50],[179,51],[180,52],[181,53],[182,54],[183,55],[84,13],[85,56],[86,13],[87,13],[129,57],[130,58],[131,13],[132,43],[184,59],[185,60],[187,61],[50,13],[52,62],[53,6],[51,13],[65,63],[64,64],[58,65],[57,66],[54,13],[55,67],[56,68],[60,69],[59,13],[63,70],[62,71],[61,64],[48,13],[49,13],[8,13],[9,13],[11,13],[10,13],[2,13],[12,13],[13,13],[14,13],[15,13],[16,13],[17,13],[18,13],[19,13],[3,13],[20,13],[21,13],[4,13],[22,13],[26,13],[23,13],[24,13],[25,13],[27,13],[28,13],[29,13],[5,13],[30,13],[31,13],[32,13],[33,13],[6,13],[37,13],[34,13],[35,13],[36,13],[38,13],[7,13],[39,13],[44,13],[45,13],[40,13],[41,13],[42,13],[43,13],[1,13],[46,13],[47,13],[105,72],[117,73],[103,74],[118,75],[127,76],[94,77],[95,78],[93,79],[126,80],[121,81],[125,82],[97,83],[114,84],[96,85],[124,86],[91,87],[92,81],[98,88],[99,13],[104,89],[102,88],[89,90],[128,91],[119,92],[108,93],[107,88],[109,94],[112,95],[106,96],[110,97],[122,80],[100,98],[101,99],[113,100],[90,75],[116,101],[115,88],[111,102],[120,13],[88,13],[123,103],[77,13],[73,104],[71,104]],"latestChangedDtsFile":"./index.d.ts","version":"5.8.3"}
|
package/package.json
CHANGED
|
@@ -1,86 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@asafarim/shared-i18n",
|
|
3
|
-
"description": "A shared i18n package for React applications",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist",
|
|
8
|
-
"demo",
|
|
9
|
-
"README.md"
|
|
10
|
-
],
|
|
11
|
-
"main": "dist/index.js",
|
|
12
|
-
"types": "dist/index.d.ts",
|
|
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
|
-
"i18next",
|
|
63
|
-
"internationalization",
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"react-
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
},
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@asafarim/shared-i18n",
|
|
3
|
+
"description": "A shared i18n package for React applications",
|
|
4
|
+
"version": "0.9.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"demo",
|
|
9
|
+
"README.md"
|
|
10
|
+
],
|
|
11
|
+
"main": "dist/index.js",
|
|
12
|
+
"types": "dist/index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"default": "./dist/index.js"
|
|
17
|
+
},
|
|
18
|
+
"./config": {
|
|
19
|
+
"types": "./dist/config/i18n.d.ts",
|
|
20
|
+
"default": "./dist/config/i18n.js"
|
|
21
|
+
},
|
|
22
|
+
"./hooks": {
|
|
23
|
+
"types": "./dist/hooks/useLanguage.d.ts",
|
|
24
|
+
"default": "./dist/hooks/useLanguage.js"
|
|
25
|
+
},
|
|
26
|
+
"./utils": {
|
|
27
|
+
"types": "./dist/utils/languageUtils.d.ts",
|
|
28
|
+
"default": "./dist/utils/languageUtils.js"
|
|
29
|
+
},
|
|
30
|
+
"./components": {
|
|
31
|
+
"types": "./dist/components/LanguageSwitcher.d.ts",
|
|
32
|
+
"default": "./dist/components/LanguageSwitcher.js"
|
|
33
|
+
},
|
|
34
|
+
"./locales/*": "./locales/*",
|
|
35
|
+
"./country-language-selector.css": "./dist/country-language-selector.css"
|
|
36
|
+
},
|
|
37
|
+
"peerDependencies": {
|
|
38
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
39
|
+
"react-dom": "^18.2.0 || ^19.0.0"
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"@asafarim/country-language-selector": "0.4.1",
|
|
43
|
+
"@asafarim/design-tokens": "^0.5.0",
|
|
44
|
+
"i18next": "^23.15.1",
|
|
45
|
+
"i18next-browser-languagedetector": "^7.2.0",
|
|
46
|
+
"react-i18next": "^13.5.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@types/node": "^24.3.1",
|
|
50
|
+
"@types/react": "^18.2.0 || ^19.0.0",
|
|
51
|
+
"@types/react-dom": "^18.2.0 || ^19.0.0",
|
|
52
|
+
"typescript": "~5.8.3"
|
|
53
|
+
},
|
|
54
|
+
"keywords": [
|
|
55
|
+
"asafarim",
|
|
56
|
+
"react",
|
|
57
|
+
"i18n",
|
|
58
|
+
"i18next",
|
|
59
|
+
"internationalization",
|
|
60
|
+
"language",
|
|
61
|
+
"localization",
|
|
62
|
+
"react-i18next",
|
|
63
|
+
"react-internationalization",
|
|
64
|
+
"react-localization",
|
|
65
|
+
"react-language",
|
|
66
|
+
"react-localization",
|
|
67
|
+
"typescript"
|
|
68
|
+
],
|
|
69
|
+
"author": "Ali Safari <asafarim@gmail.com>",
|
|
70
|
+
"license": "MIT",
|
|
71
|
+
"repository": {
|
|
72
|
+
"type": "git",
|
|
73
|
+
"url": "https://github.com/AliSafari-IT/shared-i18n.git"
|
|
74
|
+
},
|
|
75
|
+
"bugs": {
|
|
76
|
+
"url": "https://github.com/AliSafari-IT/shared-i18n/issues"
|
|
77
|
+
},
|
|
78
|
+
"homepage": "https://alisafari-it.github.io/shared-i18n",
|
|
79
|
+
"publishConfig": {
|
|
80
|
+
"access": "public"
|
|
81
|
+
},
|
|
82
|
+
"scripts": {
|
|
83
|
+
"build": "tsc -b && node ./scripts/copy-css.js",
|
|
84
|
+
"predemo": "pnpm install",
|
|
85
|
+
"demo": "pnpm run build && cd demo && pnpm run dev",
|
|
86
|
+
"release": "node ./scripts/release.js"
|
|
87
|
+
}
|
|
86
88
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Manrope:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Barriecito&family=Borel&family=DynaPuff:wght@400..700&family=Gabarito:wght@400..900&family=Kranky&family=Macondo&family=Playpen+Sans:wght@100..800&family=Rubik+Spray+Paint&family=Shadows+Into+Light+Two&family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap";._switcher_1w4n4_5{display:flex;gap:var(--asm-space-2);flex-wrap:wrap;align-items:center}._switcher_1w4n4_5 button{padding:var(--asm-space-2) var(--asm-space-4);border:1px solid var(--asm-color-border);background:var(--asm-color-surface);border-radius:var(--asm-radius-md);cursor:pointer;font-size:var(--asm-font-size-sm);font-weight:500;transition:all var(--asm-motion-duration-fast) var(--asm-motion-easing-standard);display:flex;align-items:center;gap:var(--asm-space-2);min-width:2.5rem;justify-content:center;color:var(--asm-color-text);white-space:nowrap}._switcher_1w4n4_5 button:hover:not(:disabled){background:var(--asm-color-primary-600);color:var(--asm-color-bg);border-color:var(--asm-color-primary-600);box-shadow:var(--asm-effect-shadow-sm)}._switcher_1w4n4_5 button:disabled{opacity:.5;cursor:not-allowed}._switcher_1w4n4_5 button._active_1w4n4_79{background:var(--asm-color-primary-600);color:var(--asm-color-bg);border-color:var(--asm-color-primary-600);box-shadow:var(--asm-effect-shadow-md)}._switcher_1w4n4_5 button._active_1w4n4_79:hover:not(:disabled){background:var(--asm-color-primary-700);border-color:var(--asm-color-primary-700);box-shadow:var(--asm-effect-shadow-lg)}._switcher_1w4n4_5 select{padding:var(--asm-space-2) calc(var(--asm-space-4) * 2) var(--asm-space-2) var(--asm-space-3);border:1px solid var(--asm-color-border);background:var(--asm-color-surface);border-radius:var(--asm-radius-md);cursor:pointer;font-size:var(--asm-font-size-sm);font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--asm-color-text);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--asm-space-3) center;transition:all var(--asm-motion-duration-fast) var(--asm-motion-easing-standard);white-space:nowrap}._switcher_1w4n4_5 select:hover:not(:disabled){border-color:var(--asm-color-primary-600);background-color:var(--asm-color-surface-muted);box-shadow:var(--asm-effect-shadow-sm)}._switcher_1w4n4_5 select:disabled{opacity:.5;cursor:not-allowed}._iconDropdownContainer_1w4n4_161{position:relative;display:inline-block}._iconDropdownButton_1w4n4_171{padding:0;border:1px solid var(--asm-color-border);background:var(--asm-color-surface);border-radius:var(--asm-radius-md);cursor:pointer;font-size:1.25rem;color:var(--asm-color-text);width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;transition:all var(--asm-motion-duration-fast) var(--asm-motion-easing-standard);flex-shrink:0;flex-wrap:nowrap;white-space:nowrap}._iconDropdownButtonWithLabel_1w4n4_209{width:auto;height:auto;min-height:2.75rem;padding:var(--asm-space-2) var(--asm-space-3);gap:var(--asm-space-2);flex-wrap:nowrap;min-width:auto;display:inline-flex;align-items:center;white-space:nowrap}._iconDropdownFlag_1w4n4_235{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;white-space:nowrap;line-height:1;width:auto;font-size:var(--asm-font-size-md)}._iconDropdownButtonContent_1w4n4_257{display:inline-flex;align-items:center;flex-direction:row;flex-wrap:nowrap;white-space:nowrap;gap:var(--asm-space-2);line-height:1}._iconDropdownLabel_1w4n4_277{font-size:var(--asm-font-size-sm);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:10rem}._iconDropdownButton_1w4n4_171:hover:not(:disabled){border-color:var(--asm-color-primary-600);background:var(--asm-color-surface-muted);box-shadow:var(--asm-effect-shadow-sm)}._iconDropdownButton_1w4n4_171:disabled{opacity:.5;cursor:not-allowed}._iconDropdownButton_1w4n4_171,._iconDropdownButtonWithLabel_1w4n4_209,._iconDropdownButtonContent_1w4n4_257{flex-direction:row!important;flex-wrap:nowrap!important;white-space:nowrap!important;align-items:center!important}._iconDropdownButtonWithLabel_1w4n4_209{justify-content:flex-start!important}._iconDropdownFlag_1w4n4_235{display:inline-flex!important;flex:0 0 auto!important;width:auto!important;max-width:none!important}._iconDropdownLabel_1w4n4_277{display:inline-block!important;min-width:0!important}._iconDropdownButtonWithLabel_1w4n4_209 *{max-width:none!important}._iconDropdownButtonContent_1w4n4_257>*{width:auto!important}._iconDropdownMenu_1w4n4_393{position:absolute;top:calc(100% + var(--asm-space-2));left:0;background:var(--asm-color-surface);border:1px solid var(--asm-color-border);border-radius:var(--asm-radius-md);box-shadow:var(--asm-effect-shadow-lg);z-index:1000;min-width:14rem;overflow:hidden}._iconDropdownOption_1w4n4_419{display:flex;align-items:center;gap:var(--asm-space-2);width:100%;padding:var(--asm-space-2) var(--asm-space-3);border:none;background:transparent;color:var(--asm-color-text);cursor:pointer;font-size:var(--asm-font-size-sm);font-weight:500;text-align:left;transition:all var(--asm-motion-duration-fast) var(--asm-motion-easing-standard);white-space:nowrap}._iconDropdownOption_1w4n4_419 span{line-height:1;display:inline-flex;align-items:center;white-space:nowrap}._iconDropdownOption_1w4n4_419:hover:not(:disabled){background:var(--asm-color-surface-muted);color:var(--asm-color-text)}._iconDropdownOption_1w4n4_419._active_1w4n4_79{background:var(--asm-color-primary-600);color:var(--asm-color-bg)}._iconDropdownOption_1w4n4_419._active_1w4n4_79:hover{background:var(--asm-color-primary-700)}._toggler_1w4n4_495{padding:var(--asm-space-2) var(--asm-space-4);border:1px solid var(--asm-color-border);background:var(--asm-color-transparent);border-radius:var(--asm-radius-md);cursor:pointer;font-size:var(--asm-font-size-sm);font-weight:500;transition:all var(--asm-motion-duration-fast) var(--asm-motion-easing-standard);display:flex;align-items:center;gap:var(--asm-space-2);color:var(--asm-color-text);white-space:nowrap}._toggler_1w4n4_495:hover:not(:disabled){background:var(--asm-color-primary-600);color:var(--asm-color-bg);border-color:var(--asm-color-primary-600);box-shadow:var(--asm-effect-shadow-sm)}._toggler_1w4n4_495:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){._switcher_1w4n4_5 button{padding:var(--asm-space-1) var(--asm-space-3);font-size:var(--asm-font-size-xs);min-width:2.25rem}._switcher_1w4n4_5 select{font-size:var(--asm-font-size-xs)}._toggler_1w4n4_495{padding:var(--asm-space-1) var(--asm-space-2);font-size:var(--asm-font-size-xs)}._togglerLabel_1w4n4_583{padding:var(--asm-space-1) var(--asm-space-1)}._iconDropdownButtonWithLabel_1w4n4_209{padding:var(--asm-space-1) var(--asm-space-2)}._iconDropdownLabel_1w4n4_277{font-size:var(--asm-font-size-xs)}}.cls-root,.cls-root *{box-sizing:border-box}.cls-root{--cls-bg: #ffffff;--cls-bg-muted: #f6f7f9;--cls-bg-hover: #eef1f6;--cls-bg-active: #e4e9f2;--cls-fg: #111827;--cls-fg-muted: #6b7280;--cls-fg-subtle: #9ca3af;--cls-border: #e5e7eb;--cls-border-strong: #d1d5db;--cls-accent: #2563eb;--cls-accent-fg: #ffffff;--cls-radius: 12px;--cls-radius-sm: 8px;--cls-shadow: 0 10px 32px -8px rgba(15, 23, 42, .22), 0 4px 12px -4px rgba(15, 23, 42, .12);--cls-focus: 0 0 0 2px rgba(37, 99, 235, .45);--cls-font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;position:relative;display:inline-block;font-family:var(--cls-font);color:var(--cls-fg)}@media(prefers-color-scheme:dark){.cls-root{--cls-bg: #0f1115;--cls-bg-muted: #171a21;--cls-bg-hover: #1e222b;--cls-bg-active: #262b37;--cls-fg: #f3f4f6;--cls-fg-muted: #9ca3af;--cls-fg-subtle: #6b7280;--cls-border: #262b37;--cls-border-strong: #323847;--cls-accent: #60a5fa;--cls-accent-fg: #0f1115;--cls-shadow: 0 12px 36px -8px rgba(0, 0, 0, .6), 0 4px 16px -4px rgba(0, 0, 0, .4)}}.cls-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:var(--cls-bg-muted);color:var(--cls-fg);border:1px solid var(--cls-border);border-radius:var(--cls-radius-sm);font:inherit;font-size:13.5px;line-height:1;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .12s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.cls-trigger:hover:not(:disabled){background:var(--cls-bg-hover);border-color:var(--cls-border-strong)}.cls-trigger:active:not(:disabled){transform:translateY(.5px)}.cls-trigger:focus-visible{outline:none;box-shadow:var(--cls-focus)}.cls-trigger:disabled{opacity:.55;cursor:not-allowed}.cls-trigger__flag{font-size:16px;line-height:1}.cls-trigger__code{font-weight:600;letter-spacing:.02em}.cls-trigger__sep{color:var(--cls-fg-subtle)}.cls-trigger__lang{font-weight:500;color:var(--cls-fg-muted);text-transform:uppercase}.cls-trigger__chev{width:12px;height:12px;margin-left:2px;color:var(--cls-fg-muted);transition:transform .16s ease}.cls-trigger[aria-expanded=true] .cls-trigger__chev{transform:rotate(180deg)}.cls-popover{position:absolute;top:calc(100% + 8px);min-width:320px;max-width:min(380px,calc(100vw - 24px));background:var(--cls-bg);color:var(--cls-fg);border:1px solid var(--cls-border);border-radius:var(--cls-radius);box-shadow:var(--cls-shadow);z-index:50;overflow:hidden;animation:cls-pop-in .14s ease-out}.cls-popover[data-align=end]{right:0}.cls-popover[data-align=start]{left:0}@keyframes cls-pop-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cls-search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--cls-border);background:var(--cls-bg)}.cls-search__icon{width:14px;height:14px;color:var(--cls-fg-muted);flex:0 0 auto}.cls-search__input{flex:1;border:0;background:transparent;color:var(--cls-fg);font:inherit;font-size:14px;outline:none;min-width:0}.cls-search__input::placeholder{color:var(--cls-fg-subtle)}.cls-list{list-style:none;margin:0;padding:6px;max-height:320px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.cls-section-title{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 4px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--cls-fg-subtle);font-weight:600}.cls-back{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:2px 6px;font:inherit;font-size:12px;color:var(--cls-accent);cursor:pointer;border-radius:6px;display:inline-flex;align-items:center;gap:4px}.cls-back:hover{background:var(--cls-bg-hover)}.cls-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--cls-radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.2}.cls-option[aria-disabled=true]{opacity:.5;cursor:not-allowed}.cls-option:hover,.cls-option[data-active=true]{background:var(--cls-bg-hover)}.cls-option[aria-selected=true]{background:var(--cls-bg-active)}.cls-option__flag{font-size:18px;line-height:1;flex:0 0 auto}.cls-option__body{flex:1;min-width:0;display:flex;flex-direction:column}.cls-option__title{font-size:14px;font-weight:500;color:var(--cls-fg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cls-option__subtitle{font-size:12px;color:var(--cls-fg-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cls-option__meta{margin-left:auto;display:inline-flex;align-items:center;gap:6px;color:var(--cls-fg-subtle);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.cls-badge{display:inline-flex;align-items:center;padding:1px 6px;border-radius:999px;background:var(--cls-bg-muted);color:var(--cls-fg-muted);border:1px solid var(--cls-border);font-size:10.5px}.cls-check{width:14px;height:14px;color:var(--cls-accent)}.cls-empty{padding:24px 12px;text-align:center;color:var(--cls-fg-muted);font-size:13px}@media(max-width:540px){.cls-popover{position:fixed;inset:auto 0 0 0;right:0!important;left:0!important;top:auto!important;max-width:100vw;width:100vw;border-radius:16px 16px 0 0;animation:cls-sheet-in .18s ease-out;padding-bottom:env(safe-area-inset-bottom,0px)}.cls-popover:before{content:"";display:block;width:36px;height:4px;border-radius:999px;background:var(--cls-border-strong);margin:8px auto 0}.cls-list{max-height:60vh}@keyframes cls-sheet-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}}.cls-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:49;animation:cls-fade-in .16s ease-out}@keyframes cls-fade-in{0%{opacity:0}to{opacity:1}}._container_1xhmh_5{display:flex;flex-direction:column;gap:var(--asm-space-6);overflow:visible}._demoItem_1xhmh_19{border:1px solid var(--asm-color-border);border-radius:var(--asm-radius-lg);overflow:visible;background:var(--asm-color-surface);transition:box-shadow var(--asm-motion-duration-fast) var(--asm-motion-easing-standard)}._demoItem_1xhmh_19:hover{box-shadow:var(--asm-effect-shadow-md)}._demoHeader_1xhmh_43{padding:var(--asm-space-4);border-bottom:1px solid var(--asm-color-border);background:var(--asm-color-surface-muted)}._demoTitle_1xhmh_55{margin:0 0 var(--asm-space-2) 0;font-size:var(--asm-font-size-sm);font-weight:600;color:var(--asm-color-text)}._demoDescription_1xhmh_69{margin:0;font-size:var(--asm-font-size-xs);color:var(--asm-color-text-muted);line-height:1.5}._demoContent_1xhmh_83{display:grid;grid-template-columns:1fr 1fr;gap:0}._demoPreview_1xhmh_95{padding:var(--asm-space-4);border-right:1px solid var(--asm-color-border);display:flex;flex-direction:column;gap:var(--asm-space-3)}._demoCode_1xhmh_111{padding:var(--asm-space-4);display:flex;flex-direction:column;gap:var(--asm-space-3);background:#fafafa}._previewLabel_1xhmh_127,._codeLabel_1xhmh_129{font-size:var(--asm-font-size-xs);font-weight:600;color:var(--asm-color-text-muted);text-transform:uppercase;letter-spacing:.5px}._codeBlock_1xhmh_145{margin:0;padding:var(--asm-space-3);background:var(--asm-color-surface);border:1px solid var(--asm-color-border);border-radius:var(--asm-radius-md);font-size:.8rem;line-height:1.6;color:var(--asm-color-text);font-family:Monaco,Menlo,Ubuntu Mono,monospace;overflow-x:auto}@media(max-width:1024px){._demoContent_1xhmh_83{grid-template-columns:1fr}._demoPreview_1xhmh_95{border-right:none;border-bottom:1px solid var(--asm-color-border)}}@media(max-width:640px){._demoItem_1xhmh_19{border-radius:var(--asm-radius-md)}._demoHeader_1xhmh_43,._demoPreview_1xhmh_95,._demoCode_1xhmh_111{padding:var(--asm-space-3)}._codeBlock_1xhmh_145{font-size:.75rem}}:root{--asm-font-family-base: "Inter", "Lato", "Open Sans", "Roboto";--asm-font-family-inter: "Inter", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--asm-font-family-primary: "Inter", "Lato", "Open Sans", "Roboto";--asm-font-family-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--asm-font-family-poppins: "Poppins", ui-sans-serif, system-ui, sans-serif;--asm-font-family-open-sans: "Open Sans", ui-sans-serif, system-ui, sans-serif;--asm-font-family-lato: "Lato", ui-sans-serif, system-ui, sans-serif;--asm-font-family-rubik: "Rubik", ui-sans-serif, system-ui, sans-serif;--asm-font-family-nunito: "Nunito", ui-sans-serif, system-ui, sans-serif;--asm-font-family-work-sans: "Work Sans", ui-sans-serif, system-ui, sans-serif;--asm-font-family-manrope: "Manrope", ui-sans-serif, system-ui, sans-serif;--asm-font-family-figtree: "Figtree", ui-sans-serif, system-ui, sans-serif;--asm-font-family-sora: "Sora", ui-sans-serif, system-ui, sans-serif;--asm-font-family-outfit: "Outfit", ui-sans-serif, system-ui, sans-serif;--asm-font-family-lexend: "Lexend", ui-sans-serif, system-ui, sans-serif;--asm-font-family-public-sans: "Public Sans", ui-sans-serif, system-ui, sans-serif;--asm-font-family-dm-sans: "DM Sans", ui-sans-serif, system-ui, sans-serif;--asm-font-family-overpass: "Overpass", ui-sans-serif, system-ui, sans-serif;--asm-font-family-quicksand: "Quicksand", ui-sans-serif, system-ui, sans-serif;--asm-font-family-karla: "Karla", ui-sans-serif, system-ui, sans-serif;--asm-font-family-barlow: "Barlow", ui-sans-serif, system-ui, sans-serif;--asm-font-family-space-grotesk: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;--asm-font-family-red-hat: "Red Hat Display", ui-sans-serif, system-ui, sans-serif;--asm-font-family-jost: "Jost", ui-sans-serif, system-ui, sans-serif;--asm-font-family-barriecito: "Barriecito", cursive, sans-serif;--asm-font-family-borel: "Borel", cursive, sans-serif;--asm-font-family-dynapuff: "DynaPuff", cursive, sans-serif;--asm-font-family-gabarito: "Gabarito", sans-serif;--asm-font-family-kranky: "Kranky", cursive, sans-serif;--asm-font-family-macondo: "Macondo", cursive, sans-serif;--asm-font-family-playpen-sans: "Playpen Sans", cursive, sans-serif;--asm-font-family-rubik-spray: "Rubik Spray Paint", cursive, sans-serif;--asm-font-family-shadows-light: "Shadows Into Light Two", cursive, sans-serif;--asm-font-family-zalando: "Zalando Sans", ui-sans-serif, system-ui, sans-serif;--asm-font-weight-100: 100;--asm-font-weight-200: 200;--asm-font-weight-300: 300;--asm-font-weight-400: 400;--asm-font-weight-500: 500;--asm-font-weight-600: 600;--asm-font-weight-700: 700;--asm-font-weight-800: 800;--asm-font-weight-900: 900;--asm-font-size-xs: .75rem;--asm-font-size-sm: .875rem;--asm-font-size-md: 1rem;--asm-font-size-lg: 1.125rem;--asm-font-size-xl: 1.25rem;--asm-font-size-2xl: 1.5rem;--asm-font-size-3xl: 1.875rem;--asm-font-size-4xl: 2.25rem;--asm-font-size-5xl: 3rem;--asm-font-size-6xl: 3.75rem;--asm-line-height-tight: 1.1;--asm-line-height-normal: 1.4;--asm-line-height-relaxed: 1.6;--asm-line-height-h1: 1.05;--asm-line-height-h2: 1.1;--asm-line-height-h3: 1.15;--asm-line-height-h4: 1.2;--asm-line-height-h5: 1.25;--asm-line-height-h6: 1.25;--asm-letter-spacing-tight: -.01em;--asm-letter-spacing-normal: 0em;--asm-letter-spacing-wide: .02em;--asm-space-0: 0px;--asm-space-1: 4px;--asm-space-2: 8px;--asm-space-3: 12px;--asm-space-4: 16px;--asm-space-5: 20px;--asm-space-6: 24px;--asm-space-8: 32px;--asm-space-10: 40px;--asm-space-12: 48px;--asm-space-16: 64px;--asm-space-page-padding-x: clamp(16px, 3vw, 32px);--asm-space-page-padding-y: clamp(16px, 3vw, 40px);--asm-space-section-gap: clamp(24px, 4vw, 64px);--asm-space-component-gap: 16px;--asm-grid-columns: 12;--asm-grid-gutter: 24px;--asm-container-xs: 480px;--asm-container-sm: 640px;--asm-container-md: 768px;--asm-container-lg: 1024px;--asm-container-xl: 1280px;--asm-container-2xl: 1360px;--asm-radius-sm: 6px;--asm-radius-md: 10px;--asm-radius-lg: 12px;--asm-radius-xl: 16px;--asm-radius-full: 9999px;--asm-border-hairline: 1px;--asm-border-thin: 2px;--asm-border-thick: 3px;--asm-effect-shadow-sm: 0 1px 2px rgba(17, 24, 39, .06);--asm-effect-shadow-md: 0 6px 20px rgba(17, 24, 39, .1);--asm-effect-shadow-lg: 0 16px 40px rgba(17, 24, 39, .14);--asm-effect-shadow-xl: 0 24px 60px rgba(17, 24, 39, .18);--asm-effect-blur-sm: 4px;--asm-effect-blur-md: 8px;--asm-effect-blur-lg: 16px;--asm-motion-duration-fast: .12s;--asm-motion-duration-normal: .2s;--asm-motion-duration-slow: .32s;--asm-motion-easing-standard: cubic-bezier(.2, 0, 0, 1);--asm-motion-easing-emphasized: cubic-bezier(.2, 0, 0, 1.2);--asm-motion-easing-entrance: cubic-bezier(0, 0, 0, 1);--asm-motion-easing-exit: cubic-bezier(.4, 0, 1, 1);--asm-transition-fade: opacity var(--asm-motion-duration-normal) var(--asm-motion-easing-standard);--asm-transition-slide: transform var(--asm-motion-duration-normal) var(--asm-motion-easing-standard);--asm-transition-scale: transform var(--asm-motion-duration-fast) var(--asm-motion-easing-emphasized);--asm-z-base: 0;--asm-z-dropdown: 100;--asm-z-sticky: 200;--asm-z-overlay: 300;--asm-z-modal: 400;--asm-z-popover: 450;--asm-z-tooltip: 500;--asm-z-toast: 600;--asm-icon-size-xs: 12px;--asm-icon-size-sm: 16px;--asm-icon-size-md: 20px;--asm-icon-size-lg: 24px;--asm-icon-size-xl: 28px;--asm-icon-stroke-thin: 1;--asm-icon-stroke-regular: 1.5;--asm-icon-stroke-bold: 2;--asm-density-factor: 1;--asm-space-control-padding-y: 8px;--asm-space-control-padding-x: 12px}:root{--asm-color-bg: #F9FAFB;--asm-color-surface: #FFFFFF;--asm-color-surface-muted: #F3F4F6;--asm-color-panel: #FFFFFF;--asm-color-modal: #FFFFFF;--asm-color-text: #111827;--asm-color-text-muted: #6B7280;--asm-color-border: #D1D5DB;--asm-color-primary-0: #FFFFFF;--asm-color-primary-50: #EEF2FF;--asm-color-primary-100: #E0E7FF;--asm-color-primary-200: #C7D2FE;--asm-color-primary-300: #A5B4FC;--asm-color-primary-400: #818CF8;--asm-color-primary-500: #3A5AFE;--asm-color-primary-600: #304FFE;--asm-color-primary-700: #1E40FF;--asm-color-primary-800: #1E3A8A;--asm-color-primary-900: #1E293B;--asm-color-primary-950: #0F172A;--asm-color-brand-primary-50: #EEF2FF;--asm-color-brand-primary-500: #3A5AFE;--asm-color-brand-primary-600: #304FFE;--asm-color-brand-primary-700: #1E40FF;--asm-color-warning-0: #FFFFFF;--asm-color-warning-50: #FFFBEB;--asm-color-warning-100: #FEF3C7;--asm-color-warning-200: #FDE68A;--asm-color-warning-300: #FCD34D;--asm-color-warning-400: #FBBF24;--asm-color-warning-500: #F59E0B;--asm-color-warning-600: #D97706;--asm-color-warning-700: #B45309;--asm-color-warning-800: #92400E;--asm-color-warning-900: #78350F;--asm-color-warning-950: #451A03;--asm-color-danger-0: #FFFFFF;--asm-color-danger-50: #FEF2F2;--asm-color-danger-100: #FEE2E2;--asm-color-danger-200: #FECACA;--asm-color-danger-300: #FCA5A5;--asm-color-danger-400: #F87171;--asm-color-danger-500: #EF4444;--asm-color-danger-600: #DC2626;--asm-color-danger-700: #B91C1C;--asm-color-danger-800: #991B1B;--asm-color-danger-900: #7F1D1D;--asm-color-danger-950: #450A0A;--asm-color-info-0: #FFFFFF;--asm-color-info-50: #F0F9FF;--asm-color-info-100: #E0F2FE;--asm-color-info-200: #BAE6FD;--asm-color-info-300: #7DD3FC;--asm-color-info-400: #38BDF8;--asm-color-info-500: #0EA5E9;--asm-color-info-600: #0284C7;--asm-color-info-700: #0369A1;--asm-color-info-800: #075985;--asm-color-info-900: #0C4A6E;--asm-color-info-950: #082F49;--asm-color-success-0: #FFFFFF;--asm-color-success-50: #F0FDF4;--asm-color-success-100: #DCFCE7;--asm-color-success-200: #BBF7D0;--asm-color-success-300: #86EFAC;--asm-color-success-400: #4ADE80;--asm-color-success-500: #16A34A;--asm-color-success-600: #16A34A;--asm-color-success-700: #15803D;--asm-color-success-800: #166534;--asm-color-success-900: #14532D;--asm-color-success-950: #052E16;--asm-color-purple-0: #FFFFFF;--asm-color-purple-50: #FAF5FF;--asm-color-purple-100: #F3E8FF;--asm-color-purple-200: #E9D5FF;--asm-color-purple-300: #D8B4FE;--asm-color-purple-400: #C084FC;--asm-color-purple-500: #A855F7;--asm-color-purple-600: #9333EA;--asm-color-purple-700: #7E22CE;--asm-color-purple-800: #6B21A8;--asm-color-purple-900: #581C87;--asm-color-purple-950: #3B0764;--asm-color-neutral-0: #FFFFFF;--asm-color-neutral-50: #F9FAFB;--asm-color-neutral-100: #F3F4F6;--asm-color-neutral-200: #E5E7EB;--asm-color-neutral-300: #D1D5DB;--asm-color-neutral-400: #9CA3AF;--asm-color-neutral-500: #6B7280;--asm-color-neutral-600: #4B5563;--asm-color-neutral-700: #374151;--asm-color-neutral-800: #1F2937;--asm-color-neutral-900: #111827;--asm-color-neutral-950: #030712;--asm-color-secondary-0: #FFFFFF;--asm-color-secondary-50: #F0FDFA;--asm-color-secondary-100: #CCFBF1;--asm-color-secondary-200: #99F6E4;--asm-color-secondary-300: #5EEAD4;--asm-color-secondary-400: #2DD4BF;--asm-color-secondary-500: #14B8A6;--asm-color-secondary-600: #0D9488;--asm-color-secondary-700: #0F766E;--asm-color-secondary-800: #115E59;--asm-color-secondary-900: #134E4A;--asm-color-secondary-950: #042F2E;--asm-color-semantic-success: #16A34A;--asm-color-semantic-warning: #F59E0B;--asm-color-semantic-error: #EF4444;--asm-color-semantic-info: #0EA5E9;--asm-color-button-primary-bg: #304FFE;--asm-color-button-primary-bg-hover: #1E40FF;--asm-color-button-primary-bg-active: #1E40FF;--asm-color-button-primary-text: #FFFFFF;--asm-color-button-secondary-bg: #FFFFFF;--asm-color-button-secondary-text: #111827;--asm-color-button-ghost-bg-hover: rgba(17, 24, 39, .06);--asm-color-button-destructive-bg: #EF4444;--asm-color-button-destructive-text: #FFFFFF;--asm-color-button-disabled-bg: #D1D5DB;--asm-color-button-disabled-text: #374151;--asm-color-input-bg: #FFFFFF;--asm-color-input-text: #111827;--asm-color-input-border: #D1D5DB;--asm-color-input-border-hover: #6B7280;--asm-color-input-border-focus: #304FFE;--asm-color-input-placeholder: #6B7280;--asm-color-input-error-border: #EF4444;--asm-color-input-success-border: #16A34A;--asm-color-focus-ring: #3A5AFE;--asm-color-overlay-scrim: rgba(17, 24, 39, .48)}[data-theme=dark]{--asm-color-bg: #0B1220;--asm-color-surface: #0F172A;--asm-color-surface-muted: #111B2E;--asm-color-panel: #0F172A;--asm-color-modal: #0F172A;--asm-color-text: #E5E7EB;--asm-color-text-muted: #9CA3AF;--asm-color-border: #1F2937;--asm-color-primary-0: #0F172A;--asm-color-primary-50: #1E293B;--asm-color-primary-100: #1E3A8A;--asm-color-primary-200: #1E40FF;--asm-color-primary-300: #304FFE;--asm-color-primary-400: #3A5AFE;--asm-color-primary-500: #4F6BFF;--asm-color-primary-600: #6B82FF;--asm-color-primary-700: #818CF8;--asm-color-primary-800: #A5B4FC;--asm-color-primary-900: #C7D2FE;--asm-color-primary-950: #E0E7FF;--asm-color-brand-primary-50: #EEF2FF;--asm-color-brand-primary-500: #3A5AFE;--asm-color-brand-primary-600: #3A5AFE;--asm-color-brand-primary-700: #304FFE;--asm-color-warning-0: #451A03;--asm-color-warning-50: #78350F;--asm-color-warning-100: #92400E;--asm-color-warning-200: #B45309;--asm-color-warning-300: #D97706;--asm-color-warning-400: #F59E0B;--asm-color-warning-500: #FBBF24;--asm-color-warning-600: #FCD34D;--asm-color-warning-700: #FDE68A;--asm-color-warning-800: #FEF3C7;--asm-color-warning-900: #FFFBEB;--asm-color-warning-950: #FFFEF5;--asm-color-danger-0: #450A0A;--asm-color-danger-50: #7F1D1D;--asm-color-danger-100: #991B1B;--asm-color-danger-200: #B91C1C;--asm-color-danger-300: #DC2626;--asm-color-danger-400: #EF4444;--asm-color-danger-500: #F87171;--asm-color-danger-600: #FCA5A5;--asm-color-danger-700: #FECACA;--asm-color-danger-800: #FEE2E2;--asm-color-danger-900: #FEF2F2;--asm-color-danger-950: #FEF9F9;--asm-color-info-0: #082F49;--asm-color-info-50: #0C4A6E;--asm-color-info-100: #075985;--asm-color-info-200: #0369A1;--asm-color-info-300: #0284C7;--asm-color-info-400: #0EA5E9;--asm-color-info-500: #38BDF8;--asm-color-info-600: #7DD3FC;--asm-color-info-700: #BAE6FD;--asm-color-info-800: #E0F2FE;--asm-color-info-900: #F0F9FF;--asm-color-info-950: #F7FCFF;--asm-color-success-0: #052E16;--asm-color-success-50: #14532D;--asm-color-success-100: #166534;--asm-color-success-200: #15803D;--asm-color-success-300: #16A34A;--asm-color-success-400: #22C55E;--asm-color-success-500: #4ADE80;--asm-color-success-600: #86EFAC;--asm-color-success-700: #BBF7D0;--asm-color-success-800: #DCFCE7;--asm-color-success-900: #F0FDF4;--asm-color-success-950: #F7FEF9;--asm-color-purple-0: #3B0764;--asm-color-purple-50: #581C87;--asm-color-purple-100: #6B21A8;--asm-color-purple-200: #7E22CE;--asm-color-purple-300: #9333EA;--asm-color-purple-400: #A855F7;--asm-color-purple-500: #C084FC;--asm-color-purple-600: #D8B4FE;--asm-color-purple-700: #E9D5FF;--asm-color-purple-800: #F3E8FF;--asm-color-purple-900: #FAF5FF;--asm-color-purple-950: #FDFAFF;--asm-color-neutral-0: #030712;--asm-color-neutral-50: #111827;--asm-color-neutral-100: #1F2937;--asm-color-neutral-200: #374151;--asm-color-neutral-300: #4B5563;--asm-color-neutral-400: #6B7280;--asm-color-neutral-500: #9CA3AF;--asm-color-neutral-600: #D1D5DB;--asm-color-neutral-700: #E5E7EB;--asm-color-neutral-800: #F3F4F6;--asm-color-neutral-900: #F9FAFB;--asm-color-neutral-950: #FCFCFD;--asm-color-secondary-0: #042F2E;--asm-color-secondary-50: #134E4A;--asm-color-secondary-100: #115E59;--asm-color-secondary-200: #0F766E;--asm-color-secondary-300: #0D9488;--asm-color-secondary-400: #14B8A6;--asm-color-secondary-500: #2DD4BF;--asm-color-secondary-600: #5EEAD4;--asm-color-secondary-700: #99F6E4;--asm-color-secondary-800: #CCFBF1;--asm-color-secondary-900: #F0FDFA;--asm-color-secondary-950: #F7FEFD;--asm-color-semantic-success: #22C55E;--asm-color-semantic-warning: #FBBF24;--asm-color-semantic-error: #F87171;--asm-color-semantic-info: #38BDF8;--asm-color-button-primary-bg: #3A5AFE;--asm-color-button-primary-bg-hover: #304FFE;--asm-color-button-primary-bg-active: #304FFE;--asm-color-button-primary-text: #FFFFFF;--asm-color-button-secondary-bg: #111B2E;--asm-color-button-secondary-text: #E5E7EB;--asm-color-button-ghost-bg-hover: rgba(229, 231, 235, .08);--asm-color-button-destructive-bg: #F87171;--asm-color-button-destructive-text: #0B1220;--asm-color-button-disabled-bg: #1F2937;--asm-color-button-disabled-text: #9CA3AF;--asm-color-input-bg: #0B1220;--asm-color-input-text: #E5E7EB;--asm-color-input-border: #1F2937;--asm-color-input-border-hover: #374151;--asm-color-input-border-focus: #3A5AFE;--asm-color-input-placeholder: #9CA3AF;--asm-color-input-error-border: #F87171;--asm-color-input-success-border: #22C55E;--asm-color-focus-ring: #3A5AFE;--asm-color-overlay-scrim: rgba(17, 24, 39, .64)}[data-contrast=high]{--asm-color-bg: #000000;--asm-color-surface: #000000;--asm-color-surface-muted: #000000;--asm-color-panel: #000000;--asm-color-modal: #000000;--asm-color-text: #FFFFFF;--asm-color-text-muted: #FFFFFF;--asm-color-border: #FFFFFF;--asm-color-primary-0: #000000;--asm-color-primary-50: #1A1A1A;--asm-color-primary-100: #333333;--asm-color-primary-200: #4D4D4D;--asm-color-primary-300: #666666;--asm-color-primary-400: #808080;--asm-color-primary-500: #FFFFFF;--asm-color-primary-600: #FFFFFF;--asm-color-primary-700: #FFFFFF;--asm-color-primary-800: #FFFFFF;--asm-color-primary-900: #FFFFFF;--asm-color-primary-950: #FFFFFF;--asm-color-brand-primary-50: #FFFFFF;--asm-color-brand-primary-500: #FFFFFF;--asm-color-brand-primary-600: #FFFFFF;--asm-color-brand-primary-700: #FFFFFF;--asm-color-warning-0: #000000;--asm-color-warning-50: #1A1A00;--asm-color-warning-100: #333300;--asm-color-warning-200: #666600;--asm-color-warning-300: #999900;--asm-color-warning-400: #CCCC00;--asm-color-warning-500: #FFFF00;--asm-color-warning-600: #FFFF33;--asm-color-warning-700: #FFFF66;--asm-color-warning-800: #FFFF99;--asm-color-warning-900: #FFFFCC;--asm-color-warning-950: #FFFFEE;--asm-color-danger-0: #000000;--asm-color-danger-50: #1A0000;--asm-color-danger-100: #330000;--asm-color-danger-200: #660000;--asm-color-danger-300: #990000;--asm-color-danger-400: #CC0000;--asm-color-danger-500: #FF0000;--asm-color-danger-600: #FF3333;--asm-color-danger-700: #FF6666;--asm-color-danger-800: #FF9999;--asm-color-danger-900: #FFCCCC;--asm-color-danger-950: #FFEEEE;--asm-color-info-0: #000000;--asm-color-info-50: #001A1A;--asm-color-info-100: #003333;--asm-color-info-200: #006666;--asm-color-info-300: #009999;--asm-color-info-400: #00CCCC;--asm-color-info-500: #00FFFF;--asm-color-info-600: #33FFFF;--asm-color-info-700: #66FFFF;--asm-color-info-800: #99FFFF;--asm-color-info-900: #CCFFFF;--asm-color-info-950: #EEFFFF;--asm-color-success-0: #000000;--asm-color-success-50: #001A00;--asm-color-success-100: #003300;--asm-color-success-200: #006600;--asm-color-success-300: #009900;--asm-color-success-400: #00CC00;--asm-color-success-500: #00FF00;--asm-color-success-600: #33FF33;--asm-color-success-700: #66FF66;--asm-color-success-800: #99FF99;--asm-color-success-900: #CCFFCC;--asm-color-success-950: #EEFFEE;--asm-color-purple-0: #000000;--asm-color-purple-50: #1A001A;--asm-color-purple-100: #330033;--asm-color-purple-200: #660066;--asm-color-purple-300: #990099;--asm-color-purple-400: #CC00CC;--asm-color-purple-500: #FF00FF;--asm-color-purple-600: #FF33FF;--asm-color-purple-700: #FF66FF;--asm-color-purple-800: #FF99FF;--asm-color-purple-900: #FFCCFF;--asm-color-purple-950: #FFEEFF;--asm-color-neutral-0: #000000;--asm-color-neutral-50: #1A1A1A;--asm-color-neutral-100: #333333;--asm-color-neutral-200: #4D4D4D;--asm-color-neutral-300: #666666;--asm-color-neutral-400: #808080;--asm-color-neutral-500: #999999;--asm-color-neutral-600: #B3B3B3;--asm-color-neutral-700: #CCCCCC;--asm-color-neutral-800: #E6E6E6;--asm-color-neutral-900: #FFFFFF;--asm-color-neutral-950: #FFFFFF;--asm-color-secondary-0: #000000;--asm-color-secondary-50: #001A1A;--asm-color-secondary-100: #003333;--asm-color-secondary-200: #004D4D;--asm-color-secondary-300: #006666;--asm-color-secondary-400: #008080;--asm-color-secondary-500: #00CCCC;--asm-color-secondary-600: #00FFFF;--asm-color-secondary-700: #66FFFF;--asm-color-secondary-800: #99FFFF;--asm-color-secondary-900: #CCFFFF;--asm-color-secondary-950: #EEFFFF;--asm-color-semantic-success: #00FF00;--asm-color-semantic-warning: #FFFF00;--asm-color-semantic-error: #FF0000;--asm-color-semantic-info: #00FFFF;--asm-color-button-primary-bg: #FFFFFF;--asm-color-button-primary-bg-hover: #FFFFFF;--asm-color-button-primary-bg-active: #FFFFFF;--asm-color-button-primary-text: #000000;--asm-color-button-secondary-bg: #000000;--asm-color-button-secondary-text: #FFFFFF;--asm-color-button-ghost-bg-hover: #FFFFFF;--asm-color-button-destructive-bg: #FF0000;--asm-color-button-destructive-text: #000000;--asm-color-button-disabled-bg: #000000;--asm-color-button-disabled-text: #FFFFFF;--asm-color-input-bg: #000000;--asm-color-input-text: #FFFFFF;--asm-color-input-border: #FFFFFF;--asm-color-input-border-hover: #FFFFFF;--asm-color-input-border-focus: #FFFFFF;--asm-color-input-placeholder: #FFFFFF;--asm-color-input-error-border: #FF0000;--asm-color-input-success-border: #00FF00;--asm-color-focus-ring: #FFFFFF;--asm-color-overlay-scrim: rgba(255, 255, 255, .9)}[data-density=compact]{--asm-density-factor: .9;--asm-space-component-gap: 12px;--asm-space-control-padding-y: 6px;--asm-space-control-padding-x: 10px}[data-density=comfortable]{--asm-density-factor: 1.05;--asm-space-component-gap: 18px;--asm-space-control-padding-y: 10px;--asm-space-control-padding-x: 14px}[dir=rtl]{direction:rtl}:root{color-scheme:light dark}@media(prefers-reduced-motion:reduce){:root{--asm-motion-duration-fast: 0ms;--asm-motion-duration-normal: 0ms;--asm-motion-duration-slow: 0ms}}:where([data-theme]){background-color:var(--asm-color-bg);color:var(--asm-color-text)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--asm-font-family-base, "Inter", sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--asm-color-bg);color:var(--asm-color-text)}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background-color:var(--asm-color-primary-600);color:var(--asm-color-bg);padding:var(--asm-space-10);box-shadow:var(--asm-effect-shadow-md);display:flex;justify-content:space-between;align-items:flex-start;gap:var(--asm-space-6);flex-wrap:wrap}.header-content{flex:1;min-width:300px}.app-header h1{font-size:2rem;margin-bottom:var(--asm-space-2)}.subtitle{font-size:.95rem;opacity:.9}.app-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:var(--asm-space-10);gap:var(--asm-space-10);display:flex;flex-direction:column}.panel{background-color:var(--asm-color-surface);border:1px solid var(--asm-color-border);border-radius:var(--asm-radius-lg);padding:var(--asm-space-6);box-shadow:var(--asm-effect-shadow-sm)}.panel-title{font-size:1.25rem;font-weight:600;margin-bottom:var(--asm-space-4);color:var(--asm-color-text)}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--asm-space-6)}.panel-grid h3{font-size:1rem;margin-bottom:var(--asm-space-3);color:var(--asm-color-text-muted)}.key-table{width:100%;border-collapse:collapse;font-size:.9rem}.key-table th,.key-table td{padding:var(--asm-space-4);text-align:left;border-bottom:1px solid var(--asm-color-border)}.key-table th{background-color:var(--asm-color-surface-muted);font-weight:600;color:var(--asm-color-text-muted)}.key-table tr:hover{background-color:var(--asm-color-surface-muted)}.language-bar{display:flex;gap:var(--asm-space-3)}.package-source-actions{display:flex;align-items:center;gap:var(--asm-space-2)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid var(--asm-color-border);background:var(--asm-color-surface);border-radius:var(--asm-radius-md);color:var(--asm-color-text);cursor:pointer;font-size:1rem;transition:all var(--asm-motion-duration-fast) var(--asm-motion-easing-standard);text-decoration:none}.icon-button:hover:not(:disabled){background:var(--asm-color-surface-muted);border-color:var(--asm-color-primary-600);box-shadow:var(--asm-effect-shadow-sm)}.icon-button:disabled{opacity:.5;cursor:not-allowed}.icon-button:focus{outline:2px solid var(--asm-color-primary-600);outline-offset:2px}.lang-button{padding:var(--asm-space-2) var(--asm-space-4);border:2px solid var(--asm-color-bg);background-color:transparent;color:var(--asm-color-bg);border-radius:var(--asm-radius-md);cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease}.lang-button:hover:not(:disabled){background-color:var(--asm-color-button-ghost-bg-hover)}.lang-button.active{background-color:var(--asm-color-bg);color:var(--asm-color-primary-600)}.lang-button:disabled{opacity:.6;cursor:not-allowed}.interpolation-demo{display:flex;flex-direction:column;gap:var(--asm-space-6)}.demo-item{padding:var(--asm-space-6);background-color:var(--asm-color-surface-muted);border-radius:var(--asm-radius-md);border-left:4px solid var(--asm-color-primary-600)}.demo-item h4{font-size:.95rem;margin-bottom:var(--asm-space-3);color:var(--asm-color-text-muted)}.demo-output{font-size:1rem;color:var(--asm-color-text);font-weight:500}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--asm-space-6)}.status-card{background-color:var(--asm-color-surface-muted);border:1px solid var(--asm-color-border);border-radius:var(--asm-radius-md);padding:var(--asm-space-6)}.status-card h4{font-size:.9rem;color:var(--asm-color-text-muted);margin-bottom:var(--asm-space-2);text-transform:uppercase;letter-spacing:.05em}.status-card p{font-size:1rem;color:var(--asm-color-text);word-break:break-all}.status-list{list-style:none;margin-top:var(--asm-space-3)}.status-list li{padding:var(--asm-space-2) 0;color:var(--asm-color-text);font-size:.95rem}.sync-button{margin-top:var(--asm-space-4);padding:var(--asm-space-3) var(--asm-space-6);background-color:var(--asm-color-button-primary-bg);color:var(--asm-color-button-primary-text);border:none;border-radius:var(--asm-radius-md);cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease}.sync-button:hover:not(:disabled){background-color:var(--asm-color-button-primary-bg-hover);box-shadow:var(--asm-effect-shadow-sm)}.sync-button:disabled{opacity:.6;cursor:not-allowed}.sync-result{margin-top:var(--asm-space-3);padding:var(--asm-space-4);border-radius:var(--asm-radius-md);font-size:.9rem}.sync-result.success{background-color:var(--asm-color-success-100);color:var(--asm-color-success-600);border:1px solid var(--asm-color-success-200)}.sync-result.error{background-color:var(--asm-color-danger-100);color:var(--asm-color-danger-600);border:1px solid var(--asm-color-danger-200)}.nav-tabs{display:flex;gap:var(--asm-space-2);margin-bottom:var(--asm-space-6);border-bottom:2px solid var(--asm-color-border);overflow-x:auto}.nav-tab{padding:var(--asm-space-3) var(--asm-space-4);background:none;border:none;border-bottom:3px solid transparent;color:var(--asm-color-text-muted);cursor:pointer;font-size:.95rem;font-weight:500;transition:all var(--asm-motion-duration-normal) var(--asm-motion-easing-standard);white-space:nowrap}.nav-tab:hover{color:var(--asm-color-text)}.nav-tab.active{color:var(--asm-color-primary-600);border-bottom-color:var(--asm-color-primary-600)}.overview-section{animation:fadeIn var(--asm-motion-duration-normal) var(--asm-motion-easing-standard)}.overview-header{margin-bottom:var(--asm-space-8)}.overview-title{font-size:2rem;font-weight:700;color:var(--asm-color-text);margin-bottom:var(--asm-space-3)}.overview-description{font-size:1.125rem;color:var(--asm-color-text-muted);line-height:1.6}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:var(--asm-space-6)}.feature-card{background:linear-gradient(135deg,var(--asm-color-surface) 0%,var(--asm-color-surface-muted) 100%);border:1px solid var(--asm-color-border);border-radius:var(--asm-radius-lg);padding:var(--asm-space-6);transition:all var(--asm-motion-duration-normal) var(--asm-motion-easing-standard)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--asm-effect-shadow-lg);border-color:var(--asm-color-primary-600)}.feature-icon{font-size:2.5rem;margin-bottom:var(--asm-space-3);display:inline-block}.feature-card h3{font-size:1.25rem;font-weight:600;color:var(--asm-color-text);margin-bottom:var(--asm-space-4)}.feature-list{list-style:none;display:flex;flex-direction:column;gap:var(--asm-space-3)}.feature-list li{display:flex;align-items:flex-start;gap:var(--asm-space-2);color:var(--asm-color-text);line-height:1.5}.feature-dot{color:var(--asm-color-primary-600);font-weight:700;flex-shrink:0}.get-started-section{animation:fadeIn var(--asm-motion-duration-normal) var(--asm-motion-easing-standard)}.gs-header{margin-bottom:var(--asm-space-8)}.gs-title{font-size:2rem;font-weight:700;color:var(--asm-color-text);margin-bottom:var(--asm-space-3)}.gs-intro{font-size:1.125rem;color:var(--asm-color-text-muted);line-height:1.6}.steps-container{display:flex;flex-direction:column;gap:var(--asm-space-4);margin-bottom:var(--asm-space-8)}.step-item{border:1px solid var(--asm-color-border);border-radius:var(--asm-radius-lg);overflow:hidden;transition:all var(--asm-motion-duration-normal) var(--asm-motion-easing-standard)}.step-item:hover{border-color:var(--asm-color-primary-600);box-shadow:var(--asm-effect-shadow-md)}.step-header{width:100%;display:flex;align-items:center;gap:var(--asm-space-4);padding:var(--asm-space-4) var(--asm-space-6);background-color:var(--asm-color-surface);border:none;cursor:pointer;transition:all var(--asm-motion-duration-normal) var(--asm-motion-easing-standard)}.step-header:hover,.step-header.expanded{background-color:var(--asm-color-surface-muted)}.step-number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--asm-radius-full);background:linear-gradient(135deg,var(--asm-color-primary-600) 0%,var(--asm-color-primary-700) 100%);color:#fff;font-weight:700;font-size:1.125rem;flex-shrink:0}.step-info{flex:1;text-align:left}.step-info h3{font-size:1rem;font-weight:600;color:var(--asm-color-text);margin-bottom:var(--asm-space-1)}.step-info p{font-size:.9rem;color:var(--asm-color-text-muted)}.step-toggle{font-size:1.5rem;color:var(--asm-color-primary-600);font-weight:700;flex-shrink:0}.step-content{padding:var(--asm-space-6);background-color:var(--asm-color-surface-muted);border-top:1px solid var(--asm-color-border);animation:slideDown var(--asm-motion-duration-normal) var(--asm-motion-easing-standard)}.code-block{background-color:var(--asm-color-text);color:var(--asm-color-bg);padding:var(--asm-space-4);border-radius:var(--asm-radius-md);overflow-x:auto;font-family:var(--asm-font-family-mono, monospace);font-size:.85rem;line-height:1.5;margin:0}.tips-section{display:flex;gap:var(--asm-space-6);padding:var(--asm-space-6);background:linear-gradient(135deg,var(--asm-color-primary-50) 0%,var(--asm-color-secondary-50) 100%);border:2px solid var(--asm-color-primary-200);border-radius:var(--asm-radius-lg)}.tips-icon{font-size:2rem;flex-shrink:0}.tips-content h3{font-size:1.125rem;font-weight:600;color:var(--asm-color-text);margin-bottom:var(--asm-space-3)}.tips-list{list-style:none;display:flex;flex-direction:column;gap:var(--asm-space-2)}.tips-list li{display:flex;align-items:flex-start;gap:var(--asm-space-2);color:var(--asm-color-text);font-size:.95rem;line-height:1.5}.tips-list li:before{content:"✓";color:var(--asm-color-semantic-success);font-weight:700;flex-shrink:0}@media(max-width:768px){.app-header{flex-direction:column}.app-main{padding:var(--asm-space-6)}.panel-grid{grid-template-columns:1fr}.app-header h1{font-size:1.5rem}.overview-grid{grid-template-columns:1fr}.tips-section{flex-direction:column}.step-header{flex-direction:column;align-items:flex-start}.step-toggle{align-self:flex-end;margin-top:calc(var(--asm-space-4) * -1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.logo{width:70px;height:70px}.logo img{width:100%;height:100%}@media(max-width:768px){.logo{width:50px;height:50px}}@media(min-width:769px)and (max-width:1024px){.logo{width:60px;height:60px}}@media(min-width:1025px){.logo{width:70px;height:70px}}
|