@intlayer/design-system 2.0.2
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/LICENSE +21 -0
- package/README.md +30 -0
- package/dist/.vite/manifest.json +953 -0
- package/dist/MarkDownRender-BeQGOIow.cjs +14 -0
- package/dist/MarkDownRender-gURA8GAt.js +315 -0
- package/dist/StringWrapper-CW70GPXq.js +28 -0
- package/dist/StringWrapper-DUDqtkwz.cjs +1 -0
- package/dist/check-BLEiR8OY.js +12 -0
- package/dist/check-rhNgx2ZQ.cjs +6 -0
- package/dist/components/Accordion/Accordion.cjs.js +8 -0
- package/dist/components/Accordion/Accordion.d.ts +10 -0
- package/dist/components/Accordion/Accordion.es.js +48 -0
- package/dist/components/Accordion/index.cjs.js +1 -0
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Accordion/index.es.js +5 -0
- package/dist/components/Avatar/index.cjs.js +6 -0
- package/dist/components/Avatar/index.d.ts +9 -0
- package/dist/components/Avatar/index.es.js +71 -0
- package/dist/components/Button/index.cjs.js +6 -0
- package/dist/components/Button/index.d.ts +22 -0
- package/dist/components/Button/index.es.js +306 -0
- package/dist/components/Container/index.cjs.js +7 -0
- package/dist/components/Container/index.d.ts +23 -0
- package/dist/components/Container/index.es.js +152 -0
- package/dist/components/ContentEditor/ContentEditor.cjs.js +5 -0
- package/dist/components/ContentEditor/ContentEditor.d.ts +8 -0
- package/dist/components/ContentEditor/ContentEditor.es.js +75 -0
- package/dist/components/ContentEditor/index.cjs.js +1 -0
- package/dist/components/ContentEditor/index.d.ts +1 -0
- package/dist/components/ContentEditor/index.es.js +5 -0
- package/dist/components/ContentSelector/ContentSelector.cjs.js +1 -0
- package/dist/components/ContentSelector/ContentSelector.d.ts +11 -0
- package/dist/components/ContentSelector/ContentSelector.es.js +14 -0
- package/dist/components/ContentSelector/index.cjs.js +1 -0
- package/dist/components/ContentSelector/index.d.ts +1 -0
- package/dist/components/ContentSelector/index.es.js +5 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.js +1 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts +20 -0
- package/dist/components/DictionaryEditor/DictionaryEditor.es.js +25 -0
- package/dist/components/DictionaryEditor/ItemLayout.cjs.js +1 -0
- package/dist/components/DictionaryEditor/ItemLayout.d.ts +16 -0
- package/dist/components/DictionaryEditor/ItemLayout.es.js +81 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/ArrayWrapper.es.js +10 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/EnumerationWrapper.es.js +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/NestedObjectWrapper.es.js +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.d.ts +8 -0
- package/dist/components/DictionaryEditor/NodeWrapper/StringWrapper.es.js +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.d.ts +9 -0
- package/dist/components/DictionaryEditor/NodeWrapper/TranslationWrapper.es.js +7 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.cjs.js +1 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.d.ts +19 -0
- package/dist/components/DictionaryEditor/NodeWrapper/index.es.js +9 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.cjs.js +1 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.d.ts +10 -0
- package/dist/components/DictionaryEditor/ValidDictionaryChangeButtons.es.js +40 -0
- package/dist/components/DictionaryEditor/index.cjs.js +1 -0
- package/dist/components/DictionaryEditor/index.d.ts +1 -0
- package/dist/components/DictionaryEditor/index.es.js +5 -0
- package/dist/components/DropDown/index.cjs.js +5 -0
- package/dist/components/DropDown/index.d.ts +3 -0
- package/dist/components/DropDown/index.es.js +50 -0
- package/dist/components/DropDown/types.cjs.js +1 -0
- package/dist/components/DropDown/types.d.ts +15 -0
- package/dist/components/DropDown/types.es.js +1 -0
- package/dist/components/Footer/index.cjs.js +1 -0
- package/dist/components/Footer/index.d.ts +17 -0
- package/dist/components/Footer/index.es.js +64 -0
- package/dist/components/Headers/index.cjs.js +1 -0
- package/dist/components/Headers/index.d.ts +5 -0
- package/dist/components/Headers/index.es.js +35 -0
- package/dist/components/IDE/CodeRender.cjs.js +11 -0
- package/dist/components/IDE/CodeRender.d.ts +10 -0
- package/dist/components/IDE/CodeRender.es.js +833 -0
- package/dist/components/IDE/IDE.cjs.js +1 -0
- package/dist/components/IDE/IDE.d.ts +10 -0
- package/dist/components/IDE/IDE.es.js +124 -0
- package/dist/components/IDE/MarkDownRender.cjs.js +1 -0
- package/dist/components/IDE/MarkDownRender.d.ts +8 -0
- package/dist/components/IDE/MarkDownRender.es.js +7 -0
- package/dist/components/IDE/index.cjs.js +1 -0
- package/dist/components/IDE/index.d.ts +2 -0
- package/dist/components/IDE/index.es.js +7 -0
- package/dist/components/Loader/index.cjs.js +1 -0
- package/dist/components/Loader/index.d.ts +6 -0
- package/dist/components/Loader/index.es.js +21 -0
- package/dist/components/Loader/spinner.cjs.js +1 -0
- package/dist/components/Loader/spinner.d.ts +7 -0
- package/dist/components/Loader/spinner.es.js +22 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.cjs.js +6 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.d.ts +11 -0
- package/dist/components/LocaleSwitcherDropDown/LocaleSwitcher.es.js +571 -0
- package/dist/components/LocaleSwitcherDropDown/index.cjs.js +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.d.ts +1 -0
- package/dist/components/LocaleSwitcherDropDown/index.es.js +5 -0
- package/dist/components/Logo/LogoCircle.cjs.js +1 -0
- package/dist/components/Logo/LogoCircle.d.ts +4 -0
- package/dist/components/Logo/LogoCircle.es.js +12 -0
- package/dist/components/Logo/LogoNoFrame.cjs.js +1 -0
- package/dist/components/Logo/LogoNoFrame.d.ts +4 -0
- package/dist/components/Logo/LogoNoFrame.es.js +28 -0
- package/dist/components/Logo/LogoSquare.cjs.js +1 -0
- package/dist/components/Logo/LogoSquare.d.ts +4 -0
- package/dist/components/Logo/LogoSquare.es.js +12 -0
- package/dist/components/Logo/LogoSquircle.cjs.js +1 -0
- package/dist/components/Logo/LogoSquircle.d.ts +4 -0
- package/dist/components/Logo/LogoSquircle.es.js +17 -0
- package/dist/components/Logo/LogoTextOnly.cjs.js +1 -0
- package/dist/components/Logo/LogoTextOnly.d.ts +4 -0
- package/dist/components/Logo/LogoTextOnly.es.js +28 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextBelowCircle.es.js +30 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextBelowNoFrame.es.js +28 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextBelowSquircle.es.js +17 -0
- package/dist/components/Logo/LogoWithTextCircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextCircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextCircle.es.js +51 -0
- package/dist/components/Logo/LogoWithTextNoFrame.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextNoFrame.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextNoFrame.es.js +28 -0
- package/dist/components/Logo/LogoWithTextSquircle.cjs.js +1 -0
- package/dist/components/Logo/LogoWithTextSquircle.d.ts +4 -0
- package/dist/components/Logo/LogoWithTextSquircle.es.js +17 -0
- package/dist/components/Logo/index.cjs.js +1 -0
- package/dist/components/Logo/index.d.ts +20 -0
- package/dist/components/Logo/index.es.js +65 -0
- package/dist/components/MarkDownRender/index.cjs.js +1 -0
- package/dist/components/MarkDownRender/index.d.ts +8 -0
- package/dist/components/MarkDownRender/index.es.js +84 -0
- package/dist/components/MaxHeightSmoother/index.cjs.js +6 -0
- package/dist/components/MaxHeightSmoother/index.d.ts +11 -0
- package/dist/components/MaxHeightSmoother/index.es.js +52 -0
- package/dist/components/MaxWidthSmoother/index.cjs.js +6 -0
- package/dist/components/MaxWidthSmoother/index.d.ts +11 -0
- package/dist/components/MaxWidthSmoother/index.es.js +39 -0
- package/dist/components/Modal/index.cjs.js +1 -0
- package/dist/components/Modal/index.d.ts +9 -0
- package/dist/components/Modal/index.es.js +64 -0
- package/dist/components/Navbar/Burger.cjs.js +1 -0
- package/dist/components/Navbar/Burger.d.ts +7 -0
- package/dist/components/Navbar/Burger.es.js +84 -0
- package/dist/components/Navbar/DesktopNavbar.cjs.js +7 -0
- package/dist/components/Navbar/DesktopNavbar.d.ts +10 -0
- package/dist/components/Navbar/DesktopNavbar.es.js +76 -0
- package/dist/components/Navbar/MobileNavbar.cjs.js +9 -0
- package/dist/components/Navbar/MobileNavbar.d.ts +12 -0
- package/dist/components/Navbar/MobileNavbar.es.js +199 -0
- package/dist/components/Navbar/index.cjs.js +1 -0
- package/dist/components/Navbar/index.d.ts +20 -0
- package/dist/components/Navbar/index.es.js +25 -0
- package/dist/components/Navbar/useNavigation.cjs.js +1 -0
- package/dist/components/Navbar/useNavigation.d.ts +5 -0
- package/dist/components/Navbar/useNavigation.es.js +39 -0
- package/dist/components/Popover/index.cjs.js +1 -0
- package/dist/components/Popover/index.d.ts +8 -0
- package/dist/components/Popover/index.es.js +48 -0
- package/dist/components/PressableDiv/PressableDiv.cjs.js +1 -0
- package/dist/components/PressableDiv/PressableDiv.d.ts +10 -0
- package/dist/components/PressableDiv/PressableDiv.es.js +62 -0
- package/dist/components/PressableDiv/index.cjs.js +1 -0
- package/dist/components/PressableDiv/index.d.ts +1 -0
- package/dist/components/PressableDiv/index.es.js +5 -0
- package/dist/components/ProfileDropDown/index.cjs.js +6 -0
- package/dist/components/ProfileDropDown/index.d.ts +6 -0
- package/dist/components/ProfileDropDown/index.es.js +37 -0
- package/dist/components/RedirectionButton/RedirectionButton.cjs.js +6 -0
- package/dist/components/RedirectionButton/RedirectionButton.d.ts +8 -0
- package/dist/components/RedirectionButton/RedirectionButton.es.js +42 -0
- package/dist/components/RedirectionButton/index.cjs.js +1 -0
- package/dist/components/RedirectionButton/index.d.ts +1 -0
- package/dist/components/RedirectionButton/index.es.js +5 -0
- package/dist/components/RightDrawer/RightDrawer.cjs.js +8 -0
- package/dist/components/RightDrawer/RightDrawer.d.ts +16 -0
- package/dist/components/RightDrawer/RightDrawer.es.js +118 -0
- package/dist/components/RightDrawer/index.cjs.js +1 -0
- package/dist/components/RightDrawer/index.d.ts +2 -0
- package/dist/components/RightDrawer/index.es.js +8 -0
- package/dist/components/RightDrawer/useRightDrawerStore.cjs.js +1 -0
- package/dist/components/RightDrawer/useRightDrawerStore.d.ts +8 -0
- package/dist/components/RightDrawer/useRightDrawerStore.es.js +15 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.d.ts +10 -0
- package/dist/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.es.js +69 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.d.ts +10 -0
- package/dist/components/ThemeSwitcherDropDown/MobileThemeSwitcher.es.js +65 -0
- package/dist/components/ThemeSwitcherDropDown/index.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/index.d.ts +3 -0
- package/dist/components/ThemeSwitcherDropDown/index.es.js +9 -0
- package/dist/components/ThemeSwitcherDropDown/types.cjs.js +1 -0
- package/dist/components/ThemeSwitcherDropDown/types.d.ts +5 -0
- package/dist/components/ThemeSwitcherDropDown/types.es.js +5 -0
- package/dist/components/index.cjs.js +1 -0
- package/dist/components/index.d.ts +22 -0
- package/dist/components/index.es.js +61 -0
- package/dist/createLucideIcon-DlZEiEGq.js +80 -0
- package/dist/createLucideIcon-ZOnO-fn6.cjs +21 -0
- package/dist/hooks/index.cjs.js +1 -0
- package/dist/hooks/index.d.ts +5 -0
- package/dist/hooks/index.es.js +13 -0
- package/dist/hooks/useDevice.cjs.js +1 -0
- package/dist/hooks/useDevice.d.ts +8 -0
- package/dist/hooks/useDevice.es.js +48 -0
- package/dist/hooks/useGetElementOrWindow.cjs.js +1 -0
- package/dist/hooks/useGetElementOrWindow.d.ts +1 -0
- package/dist/hooks/useGetElementOrWindow.es.js +11 -0
- package/dist/hooks/useIsMounted.cjs.js +1 -0
- package/dist/hooks/useIsMounted.d.ts +1 -0
- package/dist/hooks/useIsMounted.es.js +11 -0
- package/dist/hooks/useScrollBlockage/index.cjs.js +1 -0
- package/dist/hooks/useScrollBlockage/index.d.ts +14 -0
- package/dist/hooks/useScrollBlockage/index.es.js +24 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.cjs.js +1 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +12 -0
- package/dist/hooks/useScrollBlockage/useScrollBlockageStore.es.js +40 -0
- package/dist/hooks/useScrollDetection.cjs.js +1 -0
- package/dist/hooks/useScrollDetection.d.ts +13 -0
- package/dist/hooks/useScrollDetection.es.js +41 -0
- package/dist/index-B2ncVbtX.cjs +1 -0
- package/dist/index-D-PWvdb-.js +91 -0
- package/dist/intlayer-editor/src/client/renderContentEditor.d.ts +14 -0
- package/dist/jsx-runtime-D6agescH.cjs +30 -0
- package/dist/jsx-runtime-Tw_Kw2GZ.js +638 -0
- package/dist/localeList-CaRF-907.js +300 -0
- package/dist/localeList-DlUgKn8J.cjs +1 -0
- package/dist/motion-BuKul-u9.cjs +1 -0
- package/dist/motion-CP5YERk7.js +4517 -0
- package/dist/styled-components.browser.esm-D6kkzXl4.js +1085 -0
- package/dist/styled-components.browser.esm-GqWwDlfY.cjs +58 -0
- package/dist/sun-BQYZHcpc.cjs +16 -0
- package/dist/sun-BrKC5Qwg.js +49 -0
- package/dist/utils/capitalize.cjs.js +1 -0
- package/dist/utils/capitalize.d.ts +1 -0
- package/dist/utils/capitalize.es.js +5 -0
- package/dist/utils/cn.cjs.js +1 -0
- package/dist/utils/cn.d.ts +3 -0
- package/dist/utils/cn.es.js +2338 -0
- package/dist/x-BKwnSvvj.js +15 -0
- package/dist/x-DIXoN4xe.cjs +6 -0
- package/package.json +84 -0
|
@@ -0,0 +1,571 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as e } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
+
import { p as r } from "../../styled-components.browser.esm-D6kkzXl4.js";
|
|
4
|
+
import { L as u } from "../../localeList-CaRF-907.js";
|
|
5
|
+
import { Container as I } from "../Container/index.es.js";
|
|
6
|
+
import { DropDown as n } from "../DropDown/index.es.js";
|
|
7
|
+
import { c as i } from "../../createLucideIcon-DlZEiEGq.js";
|
|
8
|
+
/**
|
|
9
|
+
* @license lucide-react v0.376.0 - ISC
|
|
10
|
+
*
|
|
11
|
+
* This source code is licensed under the ISC license.
|
|
12
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
13
|
+
*/
|
|
14
|
+
const N = i("MoveVertical", [
|
|
15
|
+
["polyline", { points: "8 18 12 22 16 18", key: "1uutw3" }],
|
|
16
|
+
["polyline", { points: "8 6 12 2 16 6", key: "d60sxy" }],
|
|
17
|
+
["line", { x1: "12", x2: "12", y1: "2", y2: "22", key: "7eqyqh" }]
|
|
18
|
+
]), s = (A) => {
|
|
19
|
+
switch (A) {
|
|
20
|
+
case u.ENGLISH:
|
|
21
|
+
return "English";
|
|
22
|
+
case u.FRENCH:
|
|
23
|
+
return "Français";
|
|
24
|
+
case u.SPANISH:
|
|
25
|
+
return "Español";
|
|
26
|
+
case u.PORTUGUESE:
|
|
27
|
+
return "Português";
|
|
28
|
+
case u.GERMAN:
|
|
29
|
+
return "Deutsch";
|
|
30
|
+
case u.AFRIKAANS:
|
|
31
|
+
return "Afrikaans";
|
|
32
|
+
case u.ARABIC:
|
|
33
|
+
return "العربية";
|
|
34
|
+
case u.AZERI_LATIN:
|
|
35
|
+
return "Azərbaycan";
|
|
36
|
+
case u.BELARUSIAN:
|
|
37
|
+
return "Беларуская";
|
|
38
|
+
case u.BULGARIAN:
|
|
39
|
+
return "Български";
|
|
40
|
+
case u.BOSNIAN:
|
|
41
|
+
return "Bosanski";
|
|
42
|
+
case u.CATALAN:
|
|
43
|
+
return "Català";
|
|
44
|
+
case u.CZECH:
|
|
45
|
+
return "Čeština";
|
|
46
|
+
case u.WELSH:
|
|
47
|
+
return "Cymraeg";
|
|
48
|
+
case u.DANISH:
|
|
49
|
+
return "Dansk";
|
|
50
|
+
case u.DIVEHI:
|
|
51
|
+
return "ދިވެހި";
|
|
52
|
+
case u.GREEK:
|
|
53
|
+
return "Ελληνικά";
|
|
54
|
+
case u.ESPERANTO:
|
|
55
|
+
return "Esperanto";
|
|
56
|
+
case u.ESTONIAN:
|
|
57
|
+
return "Eesti";
|
|
58
|
+
case u.BASQUE:
|
|
59
|
+
return "Euskara";
|
|
60
|
+
case u.FARSI:
|
|
61
|
+
return "فارسی";
|
|
62
|
+
case u.FINNISH:
|
|
63
|
+
return "Suomi";
|
|
64
|
+
case u.FAROESE:
|
|
65
|
+
return "Føroyskt";
|
|
66
|
+
case u.GALICIAN:
|
|
67
|
+
return "Galego";
|
|
68
|
+
case u.GUJARATI:
|
|
69
|
+
return "ગુજરાતી";
|
|
70
|
+
case u.HEBREW:
|
|
71
|
+
return "עברית";
|
|
72
|
+
case u.HINDI:
|
|
73
|
+
return "हिन्दी";
|
|
74
|
+
case u.CROATIAN:
|
|
75
|
+
return "Hrvatski";
|
|
76
|
+
case u.HUNGARIAN:
|
|
77
|
+
return "Magyar";
|
|
78
|
+
case u.ARMENIAN:
|
|
79
|
+
return "Հայերեն";
|
|
80
|
+
case u.INDONESIAN:
|
|
81
|
+
return "Bahasa Indonesia";
|
|
82
|
+
case u.ICELANDIC:
|
|
83
|
+
return "Íslenska";
|
|
84
|
+
case u.ITALIAN:
|
|
85
|
+
return "Italiano";
|
|
86
|
+
case u.JAPANESE:
|
|
87
|
+
return "日本語";
|
|
88
|
+
case u.GEORGIAN:
|
|
89
|
+
return "ქართული";
|
|
90
|
+
case u.KAZAKH:
|
|
91
|
+
return "Қазақ";
|
|
92
|
+
case u.KANNADA:
|
|
93
|
+
return "ಕನ್ನಡ";
|
|
94
|
+
case u.KOREAN:
|
|
95
|
+
return "한국어";
|
|
96
|
+
case u.KONKANI:
|
|
97
|
+
return "कोंकणी";
|
|
98
|
+
case u.KYRGYZ:
|
|
99
|
+
return "Кыргыз";
|
|
100
|
+
case u.LITHUANIAN:
|
|
101
|
+
return "Lietuvių";
|
|
102
|
+
case u.LATVIAN:
|
|
103
|
+
return "Latviešu";
|
|
104
|
+
case u.MAORI:
|
|
105
|
+
return "Māori";
|
|
106
|
+
case u.FYRO_MACEDONIAN:
|
|
107
|
+
return "Македонски";
|
|
108
|
+
case u.MONGOLIAN:
|
|
109
|
+
return "Монгол";
|
|
110
|
+
case u.MARATHI:
|
|
111
|
+
return "मराठी";
|
|
112
|
+
case u.MALAY:
|
|
113
|
+
return "Bahasa Melayu";
|
|
114
|
+
case u.MALTESE:
|
|
115
|
+
return "Malti";
|
|
116
|
+
case u.NORWEGIAN_BOKMAL:
|
|
117
|
+
return "Norsk Bokmål";
|
|
118
|
+
case u.DUTCH:
|
|
119
|
+
return "Nederlands";
|
|
120
|
+
case u.NORTHERN_SOTHO:
|
|
121
|
+
return "Sesotho sa Leboa";
|
|
122
|
+
case u.PUNJABI:
|
|
123
|
+
return "ਪੰਜਾਬੀ";
|
|
124
|
+
case u.POLISH:
|
|
125
|
+
return "Polski";
|
|
126
|
+
case u.PASHTO:
|
|
127
|
+
return "پښتو";
|
|
128
|
+
case u.QUECHUA:
|
|
129
|
+
return "Runasimi";
|
|
130
|
+
case u.ROMANIAN:
|
|
131
|
+
return "Română";
|
|
132
|
+
case u.RUSSIAN:
|
|
133
|
+
return "Русский";
|
|
134
|
+
case u.SANSKRIT:
|
|
135
|
+
return "संस्कृतम्";
|
|
136
|
+
case u.SAMI_NORTHERN:
|
|
137
|
+
return "Davvisámegiella";
|
|
138
|
+
case u.SLOVAK:
|
|
139
|
+
return "Slovenčina";
|
|
140
|
+
case u.SLOVENIAN:
|
|
141
|
+
return "Slovenščina";
|
|
142
|
+
case u.ALBANIAN:
|
|
143
|
+
return "Shqip";
|
|
144
|
+
case u.SERBIAN_LATIN:
|
|
145
|
+
return "Srpski";
|
|
146
|
+
case u.SWEDISH:
|
|
147
|
+
return "Svenska";
|
|
148
|
+
case u.SWAHILI:
|
|
149
|
+
return "Kiswahili";
|
|
150
|
+
case u.SYRIAC:
|
|
151
|
+
return "ܣܘܪܝܝܐ";
|
|
152
|
+
case u.TAMIL:
|
|
153
|
+
return "தமிழ்";
|
|
154
|
+
case u.TELUGU:
|
|
155
|
+
return "తెలుగు";
|
|
156
|
+
case u.THAI:
|
|
157
|
+
return "ไทย";
|
|
158
|
+
case u.TAGALOG:
|
|
159
|
+
return "Tagalog";
|
|
160
|
+
case u.TSWANA:
|
|
161
|
+
return "Setswana";
|
|
162
|
+
case u.TURKISH:
|
|
163
|
+
return "Türkçe";
|
|
164
|
+
case u.TATAR:
|
|
165
|
+
return "Xitsonga";
|
|
166
|
+
case u.UKRAINIAN:
|
|
167
|
+
return "Українська";
|
|
168
|
+
case u.URDU:
|
|
169
|
+
return "اردو";
|
|
170
|
+
case u.UZBEK_LATIN:
|
|
171
|
+
return "O‘zbekcha";
|
|
172
|
+
case u.VIETNAMESE:
|
|
173
|
+
return "Tiếng Việt";
|
|
174
|
+
case u.XHOSA:
|
|
175
|
+
return "isiXhosa";
|
|
176
|
+
case u.CHINESE_SIMPLIFIED:
|
|
177
|
+
return "简体中文";
|
|
178
|
+
case u.CHINESE_TRADITIONAL:
|
|
179
|
+
return "繁體中文";
|
|
180
|
+
case u.ZULU:
|
|
181
|
+
return "isiZulu";
|
|
182
|
+
case u.AFRIKAANS_SOUTH_AFRICA:
|
|
183
|
+
return "Afrikaans (Suid-Afrika)";
|
|
184
|
+
case u.ARABIC_UNITED_ARAB_EMIRATES:
|
|
185
|
+
return "العربية (الإمارات)";
|
|
186
|
+
case u.ARABIC_BAHRAIN:
|
|
187
|
+
return "العربية (البحرين)";
|
|
188
|
+
case u.ARABIC_ALGERIA:
|
|
189
|
+
return "العربية (الجزائر)";
|
|
190
|
+
case u.ARABIC_EGYPT:
|
|
191
|
+
return "العربية (مصر)";
|
|
192
|
+
case u.ARABIC_IRAQ:
|
|
193
|
+
return "العربية (العراق)";
|
|
194
|
+
case u.ARABIC_JORDAN:
|
|
195
|
+
return "العربية (الأردن)";
|
|
196
|
+
case u.ARABIC_KUWAIT:
|
|
197
|
+
return "العربية (الكويت)";
|
|
198
|
+
case u.ARABIC_LEBANON:
|
|
199
|
+
return "العربية (لبنان)";
|
|
200
|
+
case u.ARABIC_LIBYA:
|
|
201
|
+
return "العربية (ليبيا)";
|
|
202
|
+
case u.ARABIC_MOROCCO:
|
|
203
|
+
return "العربية (المغرب)";
|
|
204
|
+
case u.ARABIC_OMAN:
|
|
205
|
+
return "العربية (عمان)";
|
|
206
|
+
case u.ARABIC_QATAR:
|
|
207
|
+
return "العربية (قطر)";
|
|
208
|
+
case u.ARABIC_SAUDI_ARABIA:
|
|
209
|
+
return "العربية (السعودية)";
|
|
210
|
+
case u.ARABIC_SYRIA:
|
|
211
|
+
return "العربية (سوريا)";
|
|
212
|
+
case u.ARABIC_TUNISIA:
|
|
213
|
+
return "العربية (تونس)";
|
|
214
|
+
case u.ARABIC_YEMEN:
|
|
215
|
+
return "العربية (اليمن)";
|
|
216
|
+
case u.AZERI_LATIN_AZERBAIJAN:
|
|
217
|
+
return "Azərbaycan (Azərbaycan)";
|
|
218
|
+
case u.BELARUSIAN_BELARUS:
|
|
219
|
+
return "Беларуская (Беларусь)";
|
|
220
|
+
case u.BULGARIAN_BULGARIA:
|
|
221
|
+
return "Български (България)";
|
|
222
|
+
case u.BOSNIAN_BOSNIA_AND_HERZEGOVINA:
|
|
223
|
+
return "Bosanski (Bosna i Hercegovina)";
|
|
224
|
+
case u.CATALAN_SPAIN:
|
|
225
|
+
return "Català (Espanya)";
|
|
226
|
+
case u.CZECH_CZECH_REPUBLIC:
|
|
227
|
+
return "Čeština (Česká republika)";
|
|
228
|
+
case u.WELSH_UNITED_KINGDOM:
|
|
229
|
+
return "Cymraeg (Y Deyrnas Unedig)";
|
|
230
|
+
case u.DANISH_DENMARK:
|
|
231
|
+
return "Dansk (Danmark)";
|
|
232
|
+
case u.GERMAN_AUSTRIA:
|
|
233
|
+
return "Deutsch (Österreich)";
|
|
234
|
+
case u.GERMAN_SWITZERLAND:
|
|
235
|
+
return "Deutsch (Schweiz)";
|
|
236
|
+
case u.GERMAN_GERMANY:
|
|
237
|
+
return "Deutsch (Deutschland)";
|
|
238
|
+
case u.GERMAN_LIECHTENSTEIN:
|
|
239
|
+
return "Deutsch (Liechtenstein)";
|
|
240
|
+
case u.GERMAN_LUXEMBOURG:
|
|
241
|
+
return "Deutsch (Luxemburg)";
|
|
242
|
+
case u.DIVEHI_MALDIVES:
|
|
243
|
+
return "ދިވެހި (ދިވެހި ރާއްޖެ)";
|
|
244
|
+
case u.GREEK_GREECE:
|
|
245
|
+
return "Ελληνικά (Ελλάδα)";
|
|
246
|
+
case u.ENGLISH_AUSTRALIA:
|
|
247
|
+
return "English (Australia)";
|
|
248
|
+
case u.ENGLISH_BELIZE:
|
|
249
|
+
return "English (Belize)";
|
|
250
|
+
case u.ENGLISH_CANADA:
|
|
251
|
+
return "English (Canada)";
|
|
252
|
+
case u.ENGLISH_CARIBBEAN:
|
|
253
|
+
return "English (Caribbean)";
|
|
254
|
+
case u.ENGLISH_UNITED_KINGDOM:
|
|
255
|
+
return "English (United Kingdom)";
|
|
256
|
+
case u.ENGLISH_IRELAND:
|
|
257
|
+
return "English (Ireland)";
|
|
258
|
+
case u.ENGLISH_JAMAICA:
|
|
259
|
+
return "English (Jamaica)";
|
|
260
|
+
case u.ENGLISH_NEW_ZEALAND:
|
|
261
|
+
return "English (New Zealand)";
|
|
262
|
+
case u.ENGLISH_PHILIPPINES:
|
|
263
|
+
return "English (Philippines)";
|
|
264
|
+
case u.ENGLISH_TRINIDAD_AND_TOBAGO:
|
|
265
|
+
return "English (Trinidad and Tobago)";
|
|
266
|
+
case u.ENGLISH_UNITED_STATES:
|
|
267
|
+
return "English (United States)";
|
|
268
|
+
case u.ENGLISH_SOUTH_AFRICA:
|
|
269
|
+
return "English (South Africa)";
|
|
270
|
+
case u.ENGLISH_ZIMBABWE:
|
|
271
|
+
return "English (Zimbabwe)";
|
|
272
|
+
case u.SPANISH_ARGENTINA:
|
|
273
|
+
return "Español (Argentina)";
|
|
274
|
+
case u.SPANISH_BOLIVIA:
|
|
275
|
+
return "Español (Bolivia)";
|
|
276
|
+
case u.SPANISH_CHILE:
|
|
277
|
+
return "Español (Chile)";
|
|
278
|
+
case u.SPANISH_COLOMBIA:
|
|
279
|
+
return "Español (Colombia)";
|
|
280
|
+
case u.SPANISH_COSTA_RICA:
|
|
281
|
+
return "Español (Costa Rica)";
|
|
282
|
+
case u.SPANISH_DOMINICAN_REPUBLIC:
|
|
283
|
+
return "Español (República Dominicana)";
|
|
284
|
+
case u.SPANISH_ECUADOR:
|
|
285
|
+
return "Español (Ecuador)";
|
|
286
|
+
case u.SPANISH_SPAIN:
|
|
287
|
+
return "Español (España)";
|
|
288
|
+
case u.SPANISH_GUATEMALA:
|
|
289
|
+
return "Español (Guatemala)";
|
|
290
|
+
case u.SPANISH_HONDURAS:
|
|
291
|
+
return "Español (Honduras)";
|
|
292
|
+
case u.SPANISH_MEXICO:
|
|
293
|
+
return "Español (México)";
|
|
294
|
+
case u.SPANISH_NICARAGUA:
|
|
295
|
+
return "Español (Nicaragua)";
|
|
296
|
+
case u.SPANISH_PANAMA:
|
|
297
|
+
return "Español (Panamá)";
|
|
298
|
+
case u.SPANISH_PERU:
|
|
299
|
+
return "Español (Perú)";
|
|
300
|
+
case u.SPANISH_PUERTO_RICO:
|
|
301
|
+
return "Español (Puerto Rico)";
|
|
302
|
+
case u.SPANISH_PARAGUAY:
|
|
303
|
+
return "Español (Paraguay)";
|
|
304
|
+
case u.SPANISH_EL_SALVADOR:
|
|
305
|
+
return "Español (El Salvador)";
|
|
306
|
+
case u.SPANISH_URUGUAY:
|
|
307
|
+
return "Español (Uruguay)";
|
|
308
|
+
case u.SPANISH_VENEZUELA:
|
|
309
|
+
return "Español (Venezuela)";
|
|
310
|
+
case u.ESTONIAN_ESTONIA:
|
|
311
|
+
return "Eesti (Eesti)";
|
|
312
|
+
case u.BASQUE_SPAIN:
|
|
313
|
+
return "Euskara (Espainia)";
|
|
314
|
+
case u.FARSI_IRAN:
|
|
315
|
+
return "فارسی (ایران)";
|
|
316
|
+
case u.FINNISH_FINLAND:
|
|
317
|
+
return "Suomi (Suomi)";
|
|
318
|
+
case u.FAROESE_FAROE_ISLANDS:
|
|
319
|
+
return "Føroyskt (Føroyar)";
|
|
320
|
+
case u.FRENCH_BELGIUM:
|
|
321
|
+
return "Français (Belgique)";
|
|
322
|
+
case u.FRENCH_CANADA:
|
|
323
|
+
return "Français (Canada)";
|
|
324
|
+
case u.FRENCH_SWITZERLAND:
|
|
325
|
+
return "Français (Suisse)";
|
|
326
|
+
case u.FRENCH_FRANCE:
|
|
327
|
+
return "Français (France)";
|
|
328
|
+
case u.FRENCH_LUXEMBOURG:
|
|
329
|
+
return "Français (Luxembourg)";
|
|
330
|
+
case u.FRENCH_PRINCIPALITY_OF_MONACO:
|
|
331
|
+
return "Français (Monaco)";
|
|
332
|
+
case u.GALICIAN_SPAIN:
|
|
333
|
+
return "Galego (España)";
|
|
334
|
+
case u.GUJARATI_INDIA:
|
|
335
|
+
return "ગુજરાતી (ભારત)";
|
|
336
|
+
case u.HEBREW_ISRAEL:
|
|
337
|
+
return "עברית (ישראל)";
|
|
338
|
+
case u.HINDI_INDIA:
|
|
339
|
+
return "हिन्दी (भारत)";
|
|
340
|
+
case u.CROATIAN_BOSNIA_AND_HERZEGOVINA:
|
|
341
|
+
return "Hrvatski (Bosna i Hercegovina)";
|
|
342
|
+
case u.CROATIAN_CROATIA:
|
|
343
|
+
return "Hrvatski (Hrvatska)";
|
|
344
|
+
case u.HUNGARIAN_HUNGARY:
|
|
345
|
+
return "Magyar (Magyarország)";
|
|
346
|
+
case u.ARMENIAN_ARMENIA:
|
|
347
|
+
return "Հայերեն (Հայաստան)";
|
|
348
|
+
case u.INDONESIAN_INDONESIA:
|
|
349
|
+
return "Bahasa Indonesia (Indonesia)";
|
|
350
|
+
case u.ICELANDIC_ICELAND:
|
|
351
|
+
return "Íslenska (Ísland)";
|
|
352
|
+
case u.ITALIAN_SWITZERLAND:
|
|
353
|
+
return "Italiano (Svizzera)";
|
|
354
|
+
case u.ITALIAN_ITALY:
|
|
355
|
+
return "Italiano (Italia)";
|
|
356
|
+
case u.JAPANESE_JAPAN:
|
|
357
|
+
return "日本語 (日本)";
|
|
358
|
+
case u.GEORGIAN_GEORGIA:
|
|
359
|
+
return "ქართული (საქართველო)";
|
|
360
|
+
case u.KAZAKH_KAZAKHSTAN:
|
|
361
|
+
return "Қазақ (Қазақстан)";
|
|
362
|
+
case u.KANNADA_INDIA:
|
|
363
|
+
return "ಕನ್ನಡ (ಭಾರತ)";
|
|
364
|
+
case u.KOREAN_KOREA:
|
|
365
|
+
return "한국어 (대한민국)";
|
|
366
|
+
case u.KONKANI_INDIA:
|
|
367
|
+
return "कोंकणी (भारत)";
|
|
368
|
+
case u.KYRGYZ_KYRGYZSTAN:
|
|
369
|
+
return "Кыргыз (Кыргызстан)";
|
|
370
|
+
case u.LITHUANIAN_LITHUANIA:
|
|
371
|
+
return "Lietuvių (Lietuva)";
|
|
372
|
+
case u.LATVIAN_LATVIA:
|
|
373
|
+
return "Latviešu (Latvija)";
|
|
374
|
+
case u.MAORI_NEW_ZEALAND:
|
|
375
|
+
return "Māori (Aotearoa)";
|
|
376
|
+
case u.FYRO_MACEDONIAN_MACEDONIA:
|
|
377
|
+
return "Македонски (Македонија)";
|
|
378
|
+
case u.MONGOLIAN_MONGOLIA:
|
|
379
|
+
return "Монгол (Монгол)";
|
|
380
|
+
case u.MARATHI_INDIA:
|
|
381
|
+
return "मराठी (भारत)";
|
|
382
|
+
case u.MALAY_BRUNEI_DARUSSALAM:
|
|
383
|
+
return "Bahasa Melayu (Brunei)";
|
|
384
|
+
case u.MALAY_MALAYSIA:
|
|
385
|
+
return "Bahasa Melayu (Malaysia)";
|
|
386
|
+
case u.MALTESE_MALTA:
|
|
387
|
+
return "Malti (Malta)";
|
|
388
|
+
case u.NORWEGIAN_BOKMAL_NORWAY:
|
|
389
|
+
return "Norsk Bokmål (Norge)";
|
|
390
|
+
case u.DUTCH_BELGIUM:
|
|
391
|
+
return "Nederlands (België)";
|
|
392
|
+
case u.DUTCH_NETHERLANDS:
|
|
393
|
+
return "Nederlands (Nederland)";
|
|
394
|
+
case u.NORWEGIAN_NYNORSK_NORWAY:
|
|
395
|
+
return "Norsk Nynorsk (Norge)";
|
|
396
|
+
case u.NORTHERN_SOTHO_SOUTH_AFRICA:
|
|
397
|
+
return "Sesotho sa Leboa (South Africa)";
|
|
398
|
+
case u.PUNJABI_INDIA:
|
|
399
|
+
return "ਪੰਜਾਬੀ (ਭਾਰਤ)";
|
|
400
|
+
case u.POLISH_POLAND:
|
|
401
|
+
return "Polski (Polska)";
|
|
402
|
+
case u.PASHTO_AFGHANISTAN:
|
|
403
|
+
return "پښتو (افغانستان)";
|
|
404
|
+
case u.PORTUGUESE_BRAZIL:
|
|
405
|
+
return "Português (Brasil)";
|
|
406
|
+
case u.PORTUGUESE_PORTUGAL:
|
|
407
|
+
return "Português (Portugal)";
|
|
408
|
+
case u.QUECHUA_BOLIVIA:
|
|
409
|
+
return "Runasimi (Bolivia)";
|
|
410
|
+
case u.QUECHUA_ECUADOR:
|
|
411
|
+
return "Runasimi (Ecuador)";
|
|
412
|
+
case u.QUECHUA_PERU:
|
|
413
|
+
return "Runasimi (Perú)";
|
|
414
|
+
case u.ROMANIAN_ROMANIA:
|
|
415
|
+
return "Română (România)";
|
|
416
|
+
case u.RUSSIAN_RUSSIA:
|
|
417
|
+
return "Русский (Россия)";
|
|
418
|
+
case u.SANSKRIT_INDIA:
|
|
419
|
+
return "संस्कृतम् (भारत)";
|
|
420
|
+
case u.SAMI_NORTHERN_FINLAND:
|
|
421
|
+
return "Davvisámegiella (Suomi)";
|
|
422
|
+
case u.SAMI_NORTHERN_NORWAY:
|
|
423
|
+
return "Davvisámegiella (Norge)";
|
|
424
|
+
case u.SAMI_NORTHERN_SWEDEN:
|
|
425
|
+
return "Davvisámegiella (Sverige)";
|
|
426
|
+
case u.SLOVAK_SLOVAKIA:
|
|
427
|
+
return "Slovenčina (Slovensko)";
|
|
428
|
+
case u.SLOVENIAN_SLOVENIA:
|
|
429
|
+
return "Slovenščina (Slovenija)";
|
|
430
|
+
case u.ALBANIAN_ALBANIA:
|
|
431
|
+
return "Shqip (Shqipëria)";
|
|
432
|
+
case u.SERBIAN_LATIN_BOSNIA_AND_HERZEGOVINA:
|
|
433
|
+
return "Srpski (Bosna i Hercegovina)";
|
|
434
|
+
case u.SERBIAN_LATIN_SERBIA_AND_MONTENEGRO:
|
|
435
|
+
return "Srpski (Srbija i Crna Gora)";
|
|
436
|
+
case u.SWAHILI_KENYA:
|
|
437
|
+
return "Kiswahili (Kenya)";
|
|
438
|
+
case u.SYRIAC_SYRIA:
|
|
439
|
+
return "ܣܘܪܝܝܐ (ܣܘܪܝܐ)";
|
|
440
|
+
case u.TAMIL_INDIA:
|
|
441
|
+
return "தமிழ் (இந்தியா)";
|
|
442
|
+
case u.TELUGU_INDIA:
|
|
443
|
+
return "తెలుగు (భారతదేశం)";
|
|
444
|
+
case u.THAI_THAILAND:
|
|
445
|
+
return "ไทย (ประเทศไทย)";
|
|
446
|
+
case u.TAGALOG_PHILIPPINES:
|
|
447
|
+
return "Tagalog (Pilipinas)";
|
|
448
|
+
case u.TSWANA_SOUTH_AFRICA:
|
|
449
|
+
return "Setswana (Aforika Borwa)";
|
|
450
|
+
case u.TURKISH_TURKEY:
|
|
451
|
+
return "Türkçe (Türkiye)";
|
|
452
|
+
case u.TATAR_RUSSIA:
|
|
453
|
+
return "Татар (Россия)";
|
|
454
|
+
case u.TSOGA:
|
|
455
|
+
return "Xitsonga";
|
|
456
|
+
case u.UKRAINIAN_UKRAINE:
|
|
457
|
+
return "Українська (Україна)";
|
|
458
|
+
case u.URDU_ISLAMIC_REPUBLIC_OF_PAKISTAN:
|
|
459
|
+
return "اردو (پاکستان)";
|
|
460
|
+
case u.UZBEK_LATIN_UZBEKISTAN:
|
|
461
|
+
return "O‘zbekcha (O‘zbekiston)";
|
|
462
|
+
case u.VIETNAMESE_VIET_NAM:
|
|
463
|
+
return "Tiếng Việt (Việt Nam)";
|
|
464
|
+
case u.XHOSA_SOUTH_AFRICA:
|
|
465
|
+
return "isiXhosa (South Africa)";
|
|
466
|
+
case u.CHINESE_HONG_KONG:
|
|
467
|
+
return "中文 (香港)";
|
|
468
|
+
case u.CHINESE_MACAU:
|
|
469
|
+
return "中文 (澳門)";
|
|
470
|
+
case u.CHINESE_SINGAPORE:
|
|
471
|
+
return "中文 (新加坡)";
|
|
472
|
+
case u.ZULU_SOUTH_AFRICA:
|
|
473
|
+
return "isiZulu (South Africa)";
|
|
474
|
+
default:
|
|
475
|
+
return "Locale not found";
|
|
476
|
+
}
|
|
477
|
+
}, o = r.div({
|
|
478
|
+
position: "relative",
|
|
479
|
+
width: "100%",
|
|
480
|
+
padding: "0.125rem"
|
|
481
|
+
}), S = r.button({
|
|
482
|
+
width: "100%",
|
|
483
|
+
cursor: "pointer",
|
|
484
|
+
borderRadius: "0.5rem",
|
|
485
|
+
padding: "0.25rem",
|
|
486
|
+
textAlign: "left",
|
|
487
|
+
"&:hover": {
|
|
488
|
+
backgroundColor: "rgba(18, 18, 18, 0.1)"
|
|
489
|
+
},
|
|
490
|
+
"&:focus": {
|
|
491
|
+
backgroundColor: "rgba(255, 245, 237, 0.2)",
|
|
492
|
+
outline: "2px solid transparent",
|
|
493
|
+
outlineOffset: "2px"
|
|
494
|
+
},
|
|
495
|
+
"&:disabled": {
|
|
496
|
+
color: "rgba(255, 255, 255, 0.25)"
|
|
497
|
+
},
|
|
498
|
+
'&:where([data-theme="dark"], [data-theme="dark"] *):hover': {
|
|
499
|
+
backgroundColor: "rgba(255, 245, 237, 0.1)"
|
|
500
|
+
},
|
|
501
|
+
'&:where([data-theme="dark"], [data-theme="dark"] *):focus': {
|
|
502
|
+
backgroundColor: "rgba(255, 245, 237, 0.2)"
|
|
503
|
+
}
|
|
504
|
+
}), C = ({
|
|
505
|
+
children: A,
|
|
506
|
+
...t
|
|
507
|
+
}) => /* @__PURE__ */ e.jsx(o, { children: /* @__PURE__ */ e.jsx(S, { "data-mode": "system", ...t, children: A }) }), _ = r.div({
|
|
508
|
+
borderRadius: "0.25rem",
|
|
509
|
+
borderWidth: "1px",
|
|
510
|
+
"--tw-border-opacity": "1",
|
|
511
|
+
borderColor: "rgba(18, 18, 18, var(--tw-border-opacity))",
|
|
512
|
+
"--tw-text-opacity": "1",
|
|
513
|
+
color: "rgba(18, 18, 18, var(--tw-text-opacity))",
|
|
514
|
+
transitionProperty: "color, background-color, border-color, text-decoration-color, fill, stroke",
|
|
515
|
+
transitionTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
516
|
+
transitionDuration: "150ms",
|
|
517
|
+
'&:where([data-theme="dark"], [data-theme="dark"] *)': {
|
|
518
|
+
"--tw-border-opacity": "1",
|
|
519
|
+
borderColor: "rgba(255, 245, 237, var(--tw-border-opacity))",
|
|
520
|
+
"--tw-text-opacity": "1",
|
|
521
|
+
color: "rgba(255, 245, 237, var(--tw-text-opacity))"
|
|
522
|
+
}
|
|
523
|
+
}), R = r(n.Trigger)({
|
|
524
|
+
width: "100%",
|
|
525
|
+
padding: "0px"
|
|
526
|
+
}), B = r.div({
|
|
527
|
+
display: "flex",
|
|
528
|
+
alignItems: "center",
|
|
529
|
+
justifyContent: "space-between"
|
|
530
|
+
}), l = r.div({
|
|
531
|
+
paddingLeft: "0.5rem",
|
|
532
|
+
paddingRight: "0.5rem",
|
|
533
|
+
paddingTop: "0.25rem",
|
|
534
|
+
paddingBottom: "0.25rem"
|
|
535
|
+
}), D = r(N)({
|
|
536
|
+
width: "1.25rem",
|
|
537
|
+
alignSelf: "center"
|
|
538
|
+
}), d = r(n)({
|
|
539
|
+
width: "100%",
|
|
540
|
+
"> :not([hidden]) ~ :not([hidden])": {
|
|
541
|
+
"--tw-divide-x-reverse": "0",
|
|
542
|
+
borderRightWidth: "calc(1px * var(--tw-divide-x-reverse))",
|
|
543
|
+
borderLeftWidth: "calc(1px * calc(1 - var(--tw-divide-x-reverse)))",
|
|
544
|
+
"--tw-divide-y-reverse": "0",
|
|
545
|
+
borderTopWidth: "calc(1px * calc(1 - var(--tw-divide-y-reverse)))",
|
|
546
|
+
borderBottomWidth: "calc(1px * var(--tw-divide-y-reverse))",
|
|
547
|
+
borderStyle: "dotted",
|
|
548
|
+
"--tw-divide-opacity": "1",
|
|
549
|
+
borderColor: "rgba(18, 18, 18, var(--tw-divide-opacity))"
|
|
550
|
+
},
|
|
551
|
+
'&:where([data-theme="dark"], [data-theme="dark"] *) > :not([hidden]) ~ :not([hidden])': {
|
|
552
|
+
"--tw-divide-opacity": "1",
|
|
553
|
+
borderColor: "rgba(255, 245, 237, var(--tw-divide-opacity))"
|
|
554
|
+
}
|
|
555
|
+
}), L = r(I)({
|
|
556
|
+
padding: "0.25rem"
|
|
557
|
+
}), g = ({
|
|
558
|
+
locale: A,
|
|
559
|
+
localeList: t,
|
|
560
|
+
availableLocales: E,
|
|
561
|
+
setLocale: c
|
|
562
|
+
}) => /* @__PURE__ */ e.jsx(_, { "aria-label": "Language switcher", children: /* @__PURE__ */ e.jsxs(R, { identifier: "local-switcher", "aria-label": "Language selector", children: [
|
|
563
|
+
A && /* @__PURE__ */ e.jsxs(B, { children: [
|
|
564
|
+
/* @__PURE__ */ e.jsx(l, { children: A ? s(A) : "Select a locale" }),
|
|
565
|
+
/* @__PURE__ */ e.jsx(D, {})
|
|
566
|
+
] }),
|
|
567
|
+
/* @__PURE__ */ e.jsx(d, { identifier: "local-switcher", isOverable: !0, isFocusable: !0, children: /* @__PURE__ */ e.jsx(L, { separator: "y", children: t.filter((a) => a !== A).map((a) => /* @__PURE__ */ e.jsx(C, { onClick: () => c(a), "aria-label": `Switch to ${a}`, disabled: !(E ?? t).includes(a), children: s(a) }, a)) }) })
|
|
568
|
+
] }) });
|
|
569
|
+
export {
|
|
570
|
+
g as LocaleSwitcher
|
|
571
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./LocaleSwitcher.cjs.js");exports.LocaleSwitcher=e.LocaleSwitcher;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './LocaleSwitcher';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../jsx-runtime-D6agescH.cjs"),l=({bgColor:t,...i})=>e.jsxRuntimeExports.jsxs("svg",{width:"700",height:"700",viewBox:"0 0 700 700",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[t&&e.jsxRuntimeExports.jsx("circle",{cx:"350",cy:"350",r:"350",fill:t}),e.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M350 700C543.3 700 700 543.3 700 350C700 156.7 543.3 0 350 0C156.7 0 0 156.7 0 350C0 543.3 156.7 700 350 700ZM180 305C155.147 305 135 325.147 135 350C135 374.853 155.147 395 180 395H560C584.853 395 605 374.853 605 350C605 325.147 584.853 305 560 305H180ZM135 523C135 498.147 155.147 478 180 478H360C384.853 478 405 498.147 405 523C405 547.853 384.853 568 360 568H180C155.147 568 135 547.853 135 523ZM180 130C155.147 130 135 150.147 135 175C135 199.853 155.147 220 180 220H425C449.853 220 470 199.853 470 175C470 150.147 449.853 130 425 130H180Z",fill:"currentColor"})]});exports.LogoCircle=l;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as e } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
+
const o = ({
|
|
4
|
+
bgColor: C,
|
|
5
|
+
...l
|
|
6
|
+
}) => /* @__PURE__ */ e.jsxs("svg", { width: "700", height: "700", viewBox: "0 0 700 700", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...l, children: [
|
|
7
|
+
C && /* @__PURE__ */ e.jsx("circle", { cx: "350", cy: "350", r: "350", fill: C }),
|
|
8
|
+
/* @__PURE__ */ e.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M350 700C543.3 700 700 543.3 700 350C700 156.7 543.3 0 350 0C156.7 0 0 156.7 0 350C0 543.3 156.7 700 350 700ZM180 305C155.147 305 135 325.147 135 350C135 374.853 155.147 395 180 395H560C584.853 395 605 374.853 605 350C605 325.147 584.853 305 560 305H180ZM135 523C135 498.147 155.147 478 180 478H360C384.853 478 405 498.147 405 523C405 547.853 384.853 568 360 568H180C155.147 568 135 547.853 135 523ZM180 130C155.147 130 135 150.147 135 175C135 199.853 155.147 220 180 220H425C449.853 220 470 199.853 470 175C470 150.147 449.853 130 425 130H180Z", fill: "currentColor" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
o as LogoCircle
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../jsx-runtime-D6agescH.cjs"),r=({bgColor:t,...s})=>e.jsxRuntimeExports.jsxs("svg",{width:"480",height:"448",viewBox:"0 0 480 448",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[e.jsxRuntimeExports.jsxs("g",{filter:"url(#filter0_d_2003_149)",children:[e.jsxRuntimeExports.jsxs("mask",{id:"path-1-outside-1_2003_149",maskUnits:"userSpaceOnUse",x:"4",y:"0",width:"472",height:"440",fill:"currentColor",children:[e.jsxRuntimeExports.jsx("rect",{fill:t,x:"4",width:"472",height:"440"}),e.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50 1C25.1472 1 5 21.1472 5 46C5 70.8528 25.1472 91 50 91H295C319.853 91 340 70.8528 340 46C340 21.1472 319.853 1 295 1H50ZM5 221C5 196.147 25.1472 176 50 176H430C454.853 176 475 196.147 475 221C475 245.853 454.853 266 430 266H50C25.1472 266 5 245.853 5 221ZM5 394C5 369.147 25.1472 349 50 349H230C254.853 349 275 369.147 275 394C275 418.853 254.853 439 230 439H50C25.1472 439 5 418.853 5 394Z"})]}),e.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M50 1C25.1472 1 5 21.1472 5 46C5 70.8528 25.1472 91 50 91H295C319.853 91 340 70.8528 340 46C340 21.1472 319.853 1 295 1H50ZM5 221C5 196.147 25.1472 176 50 176H430C454.853 176 475 196.147 475 221C475 245.853 454.853 266 430 266H50C25.1472 266 5 245.853 5 221ZM5 394C5 369.147 25.1472 349 50 349H230C254.853 349 275 369.147 275 394C275 418.853 254.853 439 230 439H50C25.1472 439 5 418.853 5 394Z",fill:"currentColor"}),e.jsxRuntimeExports.jsx("path",{d:"M6 46C6 21.6995 25.6995 2 50 2V0C24.5949 0 4 20.5949 4 46H6ZM50 90C25.6995 90 6 70.3005 6 46H4C4 71.4051 24.5949 92 50 92V90ZM295 90H50V92H295V90ZM339 46C339 70.3005 319.301 90 295 90V92C320.405 92 341 71.4051 341 46H339ZM295 2C319.301 2 339 21.6995 339 46H341C341 20.5949 320.405 0 295 0V2ZM50 2H295V0H50V2ZM50 175C24.5949 175 4 195.595 4 221H6C6 196.699 25.6995 177 50 177V175ZM430 175H50V177H430V175ZM476 221C476 195.595 455.405 175 430 175V177C454.301 177 474 196.699 474 221H476ZM430 267C455.405 267 476 246.405 476 221H474C474 245.301 454.301 265 430 265V267ZM50 267H430V265H50V267ZM4 221C4 246.405 24.5949 267 50 267V265C25.6995 265 6 245.301 6 221H4ZM50 348C24.5949 348 4 368.595 4 394H6C6 369.699 25.6995 350 50 350V348ZM230 348H50V350H230V348ZM276 394C276 368.595 255.405 348 230 348V350C254.301 350 274 369.699 274 394H276ZM230 440C255.405 440 276 419.405 276 394H274C274 418.3 254.301 438 230 438V440ZM50 440H230V438H50V440ZM4 394C4 419.405 24.5949 440 50 440V438C25.6995 438 6 418.3 6 394H4Z",fill:"currentColor",mask:"url(#path-1-outside-1_2003_149)"})]}),e.jsxRuntimeExports.jsx("defs",{children:e.jsxRuntimeExports.jsxs("filter",{id:"filter0_d_2003_149",x:"0",y:"0",width:"480",height:"448",filterUnits:"userSpaceOnUse",colorInterpolationFilters:"sRGB",children:[e.jsxRuntimeExports.jsx("feFlood",{floodOpacity:"0",result:"BackgroundImageFix"}),e.jsxRuntimeExports.jsx("feColorMatrix",{in:"SourceAlpha",type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",result:"hardAlpha"}),e.jsxRuntimeExports.jsx("feOffset",{dy:"4"}),e.jsxRuntimeExports.jsx("feGaussianBlur",{stdDeviation:"2"}),e.jsxRuntimeExports.jsx("feComposite",{in2:"hardAlpha",operator:"out"}),e.jsxRuntimeExports.jsx("feColorMatrix",{type:"matrix",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"}),e.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in2:"BackgroundImageFix",result:"effect1_dropShadow_2003_149"}),e.jsxRuntimeExports.jsx("feBlend",{mode:"normal",in:"SourceGraphic",in2:"effect1_dropShadow_2003_149",result:"shape"})]})})]});exports.LogoNoFrame=r;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as e } from "../../jsx-runtime-Tw_Kw2GZ.js";
|
|
3
|
+
const t = ({
|
|
4
|
+
bgColor: l,
|
|
5
|
+
...r
|
|
6
|
+
}) => /* @__PURE__ */ e.jsxs("svg", { width: "480", height: "448", viewBox: "0 0 480 448", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: [
|
|
7
|
+
/* @__PURE__ */ e.jsxs("g", { filter: "url(#filter0_d_2003_149)", children: [
|
|
8
|
+
/* @__PURE__ */ e.jsxs("mask", { id: "path-1-outside-1_2003_149", maskUnits: "userSpaceOnUse", x: "4", y: "0", width: "472", height: "440", fill: "currentColor", children: [
|
|
9
|
+
/* @__PURE__ */ e.jsx("rect", { fill: l, x: "4", width: "472", height: "440" }),
|
|
10
|
+
/* @__PURE__ */ e.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50 1C25.1472 1 5 21.1472 5 46C5 70.8528 25.1472 91 50 91H295C319.853 91 340 70.8528 340 46C340 21.1472 319.853 1 295 1H50ZM5 221C5 196.147 25.1472 176 50 176H430C454.853 176 475 196.147 475 221C475 245.853 454.853 266 430 266H50C25.1472 266 5 245.853 5 221ZM5 394C5 369.147 25.1472 349 50 349H230C254.853 349 275 369.147 275 394C275 418.853 254.853 439 230 439H50C25.1472 439 5 418.853 5 394Z" })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ e.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50 1C25.1472 1 5 21.1472 5 46C5 70.8528 25.1472 91 50 91H295C319.853 91 340 70.8528 340 46C340 21.1472 319.853 1 295 1H50ZM5 221C5 196.147 25.1472 176 50 176H430C454.853 176 475 196.147 475 221C475 245.853 454.853 266 430 266H50C25.1472 266 5 245.853 5 221ZM5 394C5 369.147 25.1472 349 50 349H230C254.853 349 275 369.147 275 394C275 418.853 254.853 439 230 439H50C25.1472 439 5 418.853 5 394Z", fill: "currentColor" }),
|
|
13
|
+
/* @__PURE__ */ e.jsx("path", { d: "M6 46C6 21.6995 25.6995 2 50 2V0C24.5949 0 4 20.5949 4 46H6ZM50 90C25.6995 90 6 70.3005 6 46H4C4 71.4051 24.5949 92 50 92V90ZM295 90H50V92H295V90ZM339 46C339 70.3005 319.301 90 295 90V92C320.405 92 341 71.4051 341 46H339ZM295 2C319.301 2 339 21.6995 339 46H341C341 20.5949 320.405 0 295 0V2ZM50 2H295V0H50V2ZM50 175C24.5949 175 4 195.595 4 221H6C6 196.699 25.6995 177 50 177V175ZM430 175H50V177H430V175ZM476 221C476 195.595 455.405 175 430 175V177C454.301 177 474 196.699 474 221H476ZM430 267C455.405 267 476 246.405 476 221H474C474 245.301 454.301 265 430 265V267ZM50 267H430V265H50V267ZM4 221C4 246.405 24.5949 267 50 267V265C25.6995 265 6 245.301 6 221H4ZM50 348C24.5949 348 4 368.595 4 394H6C6 369.699 25.6995 350 50 350V348ZM230 348H50V350H230V348ZM276 394C276 368.595 255.405 348 230 348V350C254.301 350 274 369.699 274 394H276ZM230 440C255.405 440 276 419.405 276 394H274C274 418.3 254.301 438 230 438V440ZM50 440H230V438H50V440ZM4 394C4 419.405 24.5949 440 50 440V438C25.6995 438 6 418.3 6 394H4Z", fill: "currentColor", mask: "url(#path-1-outside-1_2003_149)" })
|
|
14
|
+
] }),
|
|
15
|
+
/* @__PURE__ */ e.jsx("defs", { children: /* @__PURE__ */ e.jsxs("filter", { id: "filter0_d_2003_149", x: "0", y: "0", width: "480", height: "448", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [
|
|
16
|
+
/* @__PURE__ */ e.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
|
|
17
|
+
/* @__PURE__ */ e.jsx("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
18
|
+
/* @__PURE__ */ e.jsx("feOffset", { dy: "4" }),
|
|
19
|
+
/* @__PURE__ */ e.jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
20
|
+
/* @__PURE__ */ e.jsx("feComposite", { in2: "hardAlpha", operator: "out" }),
|
|
21
|
+
/* @__PURE__ */ e.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }),
|
|
22
|
+
/* @__PURE__ */ e.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2003_149" }),
|
|
23
|
+
/* @__PURE__ */ e.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2003_149", result: "shape" })
|
|
24
|
+
] }) })
|
|
25
|
+
] });
|
|
26
|
+
export {
|
|
27
|
+
t as LogoNoFrame
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../jsx-runtime-D6agescH.cjs"),s=({bgColor:t,...i})=>e.jsxRuntimeExports.jsxs("svg",{width:"700",height:"700",viewBox:"0 0 700 700",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:[t&&e.jsxRuntimeExports.jsx("rect",{width:"700",height:"700",fill:t}),e.jsxRuntimeExports.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M700 0H0V700H700V0ZM162 306C137.147 306 117 326.147 117 351C117 375.853 137.147 396 162 396H542C566.853 396 587 375.853 587 351C587 326.147 566.853 306 542 306H162ZM117 524C117 499.147 137.147 479 162 479H342C366.853 479 387 499.147 387 524C387 548.853 366.853 569 342 569H162C137.147 569 117 548.853 117 524ZM162 131C137.147 131 117 151.147 117 176C117 200.853 137.147 221 162 221H407C431.853 221 452 200.853 452 176C452 151.147 431.853 131 407 131H162Z",fill:"currentColor"})]});exports.LogoSquare=s;
|