@xscriptor/xcomponents 0.1.1 → 0.1.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/dist/{chunk-TKT37LIX.mjs → chunk-BXVG4SYP.mjs} +101 -39
- package/dist/chunk-BXVG4SYP.mjs.map +7 -0
- package/dist/{chunk-UROP4J6G.mjs → chunk-FW47JGYZ.mjs} +122 -29
- package/dist/chunk-FW47JGYZ.mjs.map +7 -0
- package/dist/{chunk-34NJCJUI.mjs → chunk-IK2UCTCM.mjs} +46 -15
- package/dist/chunk-IK2UCTCM.mjs.map +7 -0
- package/dist/{chunk-2H7TVDE7.mjs → chunk-WE7QZGVP.mjs} +45 -14
- package/dist/chunk-WE7QZGVP.mjs.map +7 -0
- package/dist/{chunk-MYFPSHSQ.mjs → chunk-XB3UGHSF.mjs} +94 -32
- package/dist/chunk-XB3UGHSF.mjs.map +7 -0
- package/dist/{chunk-TG3B4GAW.mjs → chunk-ZDMG7X6H.mjs} +57 -26
- package/dist/{chunk-TG3B4GAW.mjs.map → chunk-ZDMG7X6H.mjs.map} +4 -4
- package/dist/components/content/index.css +64 -65
- package/dist/components/content/index.css.map +4 -4
- package/dist/components/content/index.js +45 -14
- package/dist/components/content/index.js.map +4 -4
- package/dist/components/content/index.mjs +1 -1
- package/dist/components/forms/index.css +113 -115
- package/dist/components/forms/index.css.map +4 -4
- package/dist/components/forms/index.js +100 -38
- package/dist/components/forms/index.js.map +4 -4
- package/dist/components/forms/index.mjs +1 -1
- package/dist/components/gallery/index.css +107 -110
- package/dist/components/gallery/index.css.map +4 -4
- package/dist/components/gallery/index.js +93 -31
- package/dist/components/gallery/index.js.map +4 -4
- package/dist/components/gallery/index.mjs +1 -1
- package/dist/components/index.css +536 -534
- package/dist/components/index.css.map +4 -4
- package/dist/components/index.js +459 -149
- package/dist/components/index.js.map +4 -4
- package/dist/components/index.mjs +6 -6
- package/dist/components/layout/index.css +89 -81
- package/dist/components/layout/index.css.map +4 -4
- package/dist/components/layout/index.js +121 -28
- package/dist/components/layout/index.js.map +4 -4
- package/dist/components/layout/index.mjs +1 -1
- package/dist/components/navigation/index.css +120 -120
- package/dist/components/navigation/index.css.map +4 -4
- package/dist/components/navigation/index.js +56 -25
- package/dist/components/navigation/index.js.map +4 -4
- package/dist/components/navigation/index.mjs +1 -1
- package/dist/components/social/index.css +43 -43
- package/dist/components/social/index.css.map +4 -4
- package/dist/components/social/index.js +44 -13
- package/dist/components/social/index.js.map +4 -4
- package/dist/components/social/index.mjs +1 -1
- package/dist/index.css +536 -534
- package/dist/index.css.map +4 -4
- package/dist/index.js +459 -149
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +6 -6
- package/package.json +2 -1
- package/dist/chunk-2H7TVDE7.mjs.map +0 -7
- package/dist/chunk-34NJCJUI.mjs.map +0 -7
- package/dist/chunk-MYFPSHSQ.mjs.map +0 -7
- package/dist/chunk-TKT37LIX.mjs.map +0 -7
- package/dist/chunk-UROP4J6G.mjs.map +0 -7
|
@@ -1,229 +1,229 @@
|
|
|
1
|
-
/* src/components/navigation/xnavbar/XNavbar.module.css */
|
|
2
|
-
.
|
|
1
|
+
/* esbuild-css-modules-plugin-ns-css:src/components/navigation/xnavbar/XNavbar.module.css */
|
|
2
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
3
|
+
background: var(--bg);
|
|
3
4
|
height: 100%;
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
color: var(--text);
|
|
6
|
+
z-index: 60;
|
|
6
7
|
justify-content: space-between;
|
|
8
|
+
align-items: center;
|
|
7
9
|
padding: 2rem 3rem;
|
|
8
|
-
background: var(--bg);
|
|
9
|
-
color: var(--text);
|
|
10
10
|
font-size: 1.25rem;
|
|
11
|
-
|
|
11
|
+
display: flex;
|
|
12
12
|
}
|
|
13
|
-
@media (
|
|
14
|
-
.
|
|
13
|
+
@media (width >= 640px) {
|
|
14
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
15
15
|
padding-inline: 2rem;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
@media (
|
|
19
|
-
.
|
|
18
|
+
@media (width >= 768px) {
|
|
19
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
20
20
|
padding-inline: 3rem;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
@media (
|
|
24
|
-
.
|
|
23
|
+
@media (width >= 1024px) {
|
|
24
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
25
25
|
padding-inline: 5rem;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
@media (
|
|
29
|
-
.
|
|
28
|
+
@media (width >= 1280px) {
|
|
29
|
+
.XNavbar-module__header_wx7KiW__012 {
|
|
30
30
|
padding-inline: 12rem;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
.
|
|
34
|
-
|
|
33
|
+
.XNavbar-module__desktopNav_wx7KiW__012 {
|
|
34
|
+
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
|
|
35
35
|
align-items: center;
|
|
36
36
|
width: 100%;
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
padding-bottom: .5rem;
|
|
38
|
+
display: none;
|
|
39
39
|
}
|
|
40
|
-
@media (
|
|
41
|
-
.
|
|
40
|
+
@media (width >= 768px) {
|
|
41
|
+
.XNavbar-module__desktopNav_wx7KiW__012 {
|
|
42
42
|
display: grid;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
.
|
|
46
|
-
.
|
|
47
|
-
display: flex;
|
|
45
|
+
.XNavbar-module__desktopLinksLeft_wx7KiW__012,
|
|
46
|
+
.XNavbar-module__desktopLinksRight_wx7KiW__012 {
|
|
48
47
|
align-items: center;
|
|
49
48
|
gap: 1.5rem;
|
|
50
49
|
min-width: 0;
|
|
50
|
+
display: flex;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.XNavbar-module__desktopLinksLeft_wx7KiW__012 {
|
|
53
53
|
justify-content: flex-end;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.XNavbar-module__desktopLinksRight_wx7KiW__012 {
|
|
56
56
|
justify-content: flex-start;
|
|
57
57
|
}
|
|
58
|
-
.
|
|
59
|
-
display: flex;
|
|
58
|
+
.XNavbar-module__logoSlot_wx7KiW__012 {
|
|
60
59
|
justify-content: center;
|
|
61
60
|
align-items: center;
|
|
61
|
+
display: flex;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
64
|
-
|
|
63
|
+
.XNavbar-module__logoWrapper_wx7KiW__012 {
|
|
64
|
+
align-items: center;
|
|
65
65
|
margin-inline: 1rem;
|
|
66
66
|
display: flex;
|
|
67
|
-
|
|
67
|
+
position: relative;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
font-size: 1.5rem;
|
|
72
|
-
line-height: 1;
|
|
69
|
+
.XNavbar-module__logoBtn_wx7KiW__012 {
|
|
73
70
|
user-select: none;
|
|
74
|
-
background: none;
|
|
75
|
-
border: none;
|
|
76
71
|
cursor: pointer;
|
|
77
72
|
color: var(--text);
|
|
73
|
+
background: none;
|
|
74
|
+
border: none;
|
|
78
75
|
padding: 0;
|
|
76
|
+
font-size: 1.5rem;
|
|
77
|
+
font-weight: 700;
|
|
78
|
+
line-height: 1;
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
.XNavbar-module__iconTray_wx7KiW__012 {
|
|
81
|
+
pointer-events: none;
|
|
81
82
|
position: absolute;
|
|
82
83
|
top: 50%;
|
|
83
84
|
transform: translateY(-50%);
|
|
84
|
-
pointer-events: none;
|
|
85
85
|
}
|
|
86
|
-
.
|
|
86
|
+
.XNavbar-module__iconTrayRight_wx7KiW__012 {
|
|
87
|
+
padding-left: .75rem;
|
|
87
88
|
left: 100%;
|
|
88
|
-
padding-left: 0.75rem;
|
|
89
89
|
}
|
|
90
|
-
.
|
|
90
|
+
.XNavbar-module__iconTrayLeft_wx7KiW__012 {
|
|
91
|
+
padding-right: .75rem;
|
|
91
92
|
right: 100%;
|
|
92
|
-
padding-right: 0.75rem;
|
|
93
93
|
}
|
|
94
|
-
.
|
|
95
|
-
padding: 0.25rem;
|
|
96
|
-
border-bottom: 2px solid transparent;
|
|
97
|
-
transition:
|
|
98
|
-
border-color 0.2s,
|
|
99
|
-
opacity 0.2s,
|
|
100
|
-
color 0.2s;
|
|
94
|
+
.XNavbar-module__navLink_wx7KiW__012 {
|
|
101
95
|
color: var(--xnav-link-color, var(--text));
|
|
102
|
-
text-decoration: none;
|
|
103
96
|
white-space: nowrap;
|
|
97
|
+
border-bottom: 2px solid #0000;
|
|
98
|
+
padding: .25rem;
|
|
99
|
+
text-decoration: none;
|
|
100
|
+
transition:
|
|
101
|
+
border-color .2s,
|
|
102
|
+
opacity .2s,
|
|
103
|
+
color .2s;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.XNavbar-module__navLink_wx7KiW__012:hover {
|
|
106
106
|
color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
|
|
107
|
-
opacity: var(--xnav-link-hover-opacity,
|
|
107
|
+
opacity: var(--xnav-link-hover-opacity, .7);
|
|
108
108
|
}
|
|
109
|
-
.
|
|
109
|
+
.XNavbar-module__navLinkActive_wx7KiW__012 {
|
|
110
110
|
border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
|
|
111
111
|
font-weight: 600;
|
|
112
112
|
}
|
|
113
|
-
.
|
|
113
|
+
.XNavbar-module__navLinkExternal_wx7KiW__012:after {
|
|
114
114
|
content: " \2197";
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
opacity: .6;
|
|
116
|
+
font-size: .7em;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
119
|
-
display: flex;
|
|
120
|
-
align-items: center;
|
|
118
|
+
.XNavbar-module__mobileToggle_wx7KiW__012 {
|
|
121
119
|
justify-content: center;
|
|
120
|
+
align-items: center;
|
|
121
|
+
display: flex;
|
|
122
122
|
}
|
|
123
|
-
@media (
|
|
124
|
-
.
|
|
123
|
+
@media (width >= 768px) {
|
|
124
|
+
.XNavbar-module__mobileToggle_wx7KiW__012 {
|
|
125
125
|
display: none;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
.XNavbar-module__hamburgerBtn_wx7KiW__012 {
|
|
129
|
+
cursor: pointer;
|
|
130
|
+
z-index: 80;
|
|
131
|
+
background: none;
|
|
132
|
+
border: none;
|
|
133
|
+
flex-direction: column;
|
|
134
|
+
justify-content: space-between;
|
|
135
|
+
align-items: center;
|
|
129
136
|
width: 2.5rem;
|
|
130
137
|
height: 2rem;
|
|
138
|
+
padding: 0;
|
|
131
139
|
display: flex;
|
|
132
|
-
flex-direction: column;
|
|
133
|
-
align-items: center;
|
|
134
|
-
justify-content: space-between;
|
|
135
|
-
background: none;
|
|
136
|
-
border: none;
|
|
137
|
-
cursor: pointer;
|
|
138
140
|
position: relative;
|
|
139
|
-
z-index: 80;
|
|
140
|
-
padding: 0;
|
|
141
141
|
}
|
|
142
|
-
.
|
|
142
|
+
.XNavbar-module__bar_wx7KiW__012 {
|
|
143
143
|
width: var(--xnav-bar-w, 2rem);
|
|
144
144
|
height: var(--xnav-bar-h, 3px);
|
|
145
145
|
background: var(--xnav-bar-color, var(--text));
|
|
146
146
|
border-radius: 2px;
|
|
147
147
|
}
|
|
148
|
-
.
|
|
149
|
-
|
|
150
|
-
inset: 0;
|
|
148
|
+
.XNavbar-module__mobileOverlay_wx7KiW__012 {
|
|
149
|
+
background: var(--bg);
|
|
151
150
|
width: 100vw;
|
|
152
151
|
height: 100svh;
|
|
153
|
-
background: var(--bg);
|
|
154
152
|
color: var(--text);
|
|
155
|
-
|
|
153
|
+
z-index: 9999;
|
|
156
154
|
flex-direction: column;
|
|
157
|
-
align-items: center;
|
|
158
155
|
justify-content: center;
|
|
156
|
+
align-items: center;
|
|
159
157
|
gap: 2rem;
|
|
160
158
|
font-size: 2.5rem;
|
|
161
|
-
|
|
162
|
-
}
|
|
163
|
-
.XNavbar_mobileCloseBtn3 {
|
|
159
|
+
display: flex;
|
|
164
160
|
position: fixed;
|
|
165
|
-
|
|
166
|
-
|
|
161
|
+
inset: 0;
|
|
162
|
+
}
|
|
163
|
+
.XNavbar-module__mobileCloseBtn_wx7KiW__012 {
|
|
164
|
+
cursor: pointer;
|
|
167
165
|
width: 2.5rem;
|
|
168
166
|
height: 2rem;
|
|
169
|
-
display: flex;
|
|
170
|
-
align-items: center;
|
|
171
|
-
justify-content: center;
|
|
172
|
-
background: none;
|
|
173
|
-
border: none;
|
|
174
|
-
cursor: pointer;
|
|
175
167
|
color: var(--xnav-bar-color, var(--text));
|
|
176
168
|
z-index: 10000;
|
|
177
169
|
-webkit-tap-highlight-color: transparent;
|
|
170
|
+
background: none;
|
|
171
|
+
border: none;
|
|
172
|
+
justify-content: center;
|
|
173
|
+
align-items: center;
|
|
174
|
+
display: flex;
|
|
175
|
+
position: fixed;
|
|
176
|
+
top: 2rem;
|
|
177
|
+
left: 1rem;
|
|
178
178
|
}
|
|
179
|
-
.
|
|
180
|
-
|
|
181
|
-
|
|
179
|
+
.XNavbar-module__closeBar_wx7KiW__012 {
|
|
180
|
+
background: currentColor;
|
|
181
|
+
border-radius: 2px;
|
|
182
182
|
width: 2rem;
|
|
183
183
|
height: 3px;
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
display: block;
|
|
185
|
+
position: absolute;
|
|
186
186
|
}
|
|
187
|
-
.
|
|
188
|
-
font-weight: 700;
|
|
189
|
-
font-size: 3rem;
|
|
187
|
+
.XNavbar-module__mobileLogo_wx7KiW__012 {
|
|
190
188
|
user-select: none;
|
|
191
189
|
pointer-events: none;
|
|
190
|
+
font-size: 3rem;
|
|
191
|
+
font-weight: 700;
|
|
192
192
|
}
|
|
193
|
-
.
|
|
194
|
-
font-size: 2.5rem;
|
|
193
|
+
.XNavbar-module__mobileNavLink_wx7KiW__012 {
|
|
195
194
|
color: var(--xnav-link-color, var(--text));
|
|
195
|
+
border-bottom: 2px solid #0000;
|
|
196
|
+
padding: .25rem;
|
|
197
|
+
font-size: 2.5rem;
|
|
196
198
|
text-decoration: none;
|
|
197
|
-
border-bottom: 2px solid transparent;
|
|
198
199
|
transition:
|
|
199
|
-
border-color
|
|
200
|
-
color
|
|
201
|
-
opacity
|
|
202
|
-
padding: 0.25rem;
|
|
200
|
+
border-color .2s,
|
|
201
|
+
color .2s,
|
|
202
|
+
opacity .2s;
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.XNavbar-module__mobileNavLink_wx7KiW__012:hover {
|
|
205
205
|
color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));
|
|
206
|
-
opacity: var(--xnav-link-hover-opacity,
|
|
206
|
+
opacity: var(--xnav-link-hover-opacity, .7);
|
|
207
207
|
}
|
|
208
|
-
.
|
|
209
|
-
font-weight: 600;
|
|
208
|
+
.XNavbar-module__mobileNavLinkActive_wx7KiW__012 {
|
|
210
209
|
border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));
|
|
210
|
+
font-weight: 600;
|
|
211
211
|
}
|
|
212
|
-
.
|
|
213
|
-
margin-top: 1rem;
|
|
214
|
-
font-size: 1rem;
|
|
215
|
-
padding: 0.5rem 1rem;
|
|
212
|
+
.XNavbar-module__themeToggleMobile_wx7KiW__012 {
|
|
216
213
|
border: 1px solid var(--border);
|
|
217
|
-
border-radius: 0.375rem;
|
|
218
|
-
display: flex;
|
|
219
|
-
align-items: center;
|
|
220
|
-
gap: 0.5rem;
|
|
221
|
-
background: none;
|
|
222
214
|
color: var(--text);
|
|
223
215
|
cursor: pointer;
|
|
224
|
-
|
|
216
|
+
background: none;
|
|
217
|
+
border-radius: .375rem;
|
|
218
|
+
align-items: center;
|
|
219
|
+
gap: .5rem;
|
|
220
|
+
margin-top: 1rem;
|
|
221
|
+
padding: .5rem 1rem;
|
|
222
|
+
font-size: 1rem;
|
|
223
|
+
transition: opacity .2s;
|
|
224
|
+
display: flex;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
227
|
-
opacity:
|
|
226
|
+
.XNavbar-module__themeToggleMobile_wx7KiW__012:hover {
|
|
227
|
+
opacity: .7;
|
|
228
228
|
}
|
|
229
229
|
/*# sourceMappingURL=index.css.map */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
6
|
-
"names": [
|
|
3
|
+
"sources": ["esbuild-css-modules-plugin-ns-css:src/components/navigation/xnavbar/XNavbar.module.css"],
|
|
4
|
+
"sourcesContent": [".XNavbar-module__header_wx7KiW__012 {\n background: var(--bg);\n height: 100%;\n color: var(--text);\n z-index: 60;\n justify-content: space-between;\n align-items: center;\n padding: 2rem 3rem;\n font-size: 1.25rem;\n display: flex;\n}\n\n@media (width >= 640px) {\n .XNavbar-module__header_wx7KiW__012 {\n padding-inline: 2rem;\n }\n}\n\n@media (width >= 768px) {\n .XNavbar-module__header_wx7KiW__012 {\n padding-inline: 3rem;\n }\n}\n\n@media (width >= 1024px) {\n .XNavbar-module__header_wx7KiW__012 {\n padding-inline: 5rem;\n }\n}\n\n@media (width >= 1280px) {\n .XNavbar-module__header_wx7KiW__012 {\n padding-inline: 12rem;\n }\n}\n\n.XNavbar-module__desktopNav_wx7KiW__012 {\n grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);\n align-items: center;\n width: 100%;\n padding-bottom: .5rem;\n display: none;\n}\n\n@media (width >= 768px) {\n .XNavbar-module__desktopNav_wx7KiW__012 {\n display: grid;\n }\n}\n\n.XNavbar-module__desktopLinksLeft_wx7KiW__012, .XNavbar-module__desktopLinksRight_wx7KiW__012 {\n align-items: center;\n gap: 1.5rem;\n min-width: 0;\n display: flex;\n}\n\n.XNavbar-module__desktopLinksLeft_wx7KiW__012 {\n justify-content: flex-end;\n}\n\n.XNavbar-module__desktopLinksRight_wx7KiW__012 {\n justify-content: flex-start;\n}\n\n.XNavbar-module__logoSlot_wx7KiW__012 {\n justify-content: center;\n align-items: center;\n display: flex;\n}\n\n.XNavbar-module__logoWrapper_wx7KiW__012 {\n align-items: center;\n margin-inline: 1rem;\n display: flex;\n position: relative;\n}\n\n.XNavbar-module__logoBtn_wx7KiW__012 {\n user-select: none;\n cursor: pointer;\n color: var(--text);\n background: none;\n border: none;\n padding: 0;\n font-size: 1.5rem;\n font-weight: 700;\n line-height: 1;\n}\n\n.XNavbar-module__iconTray_wx7KiW__012 {\n pointer-events: none;\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n}\n\n.XNavbar-module__iconTrayRight_wx7KiW__012 {\n padding-left: .75rem;\n left: 100%;\n}\n\n.XNavbar-module__iconTrayLeft_wx7KiW__012 {\n padding-right: .75rem;\n right: 100%;\n}\n\n.XNavbar-module__navLink_wx7KiW__012 {\n color: var(--xnav-link-color, var(--text));\n white-space: nowrap;\n border-bottom: 2px solid #0000;\n padding: .25rem;\n text-decoration: none;\n transition: border-color .2s, opacity .2s, color .2s;\n}\n\n.XNavbar-module__navLink_wx7KiW__012:hover {\n color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));\n opacity: var(--xnav-link-hover-opacity, .7);\n}\n\n.XNavbar-module__navLinkActive_wx7KiW__012 {\n border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));\n font-weight: 600;\n}\n\n.XNavbar-module__navLinkExternal_wx7KiW__012:after {\n content: \" \u2197\";\n opacity: .6;\n font-size: .7em;\n}\n\n.XNavbar-module__mobileToggle_wx7KiW__012 {\n justify-content: center;\n align-items: center;\n display: flex;\n}\n\n@media (width >= 768px) {\n .XNavbar-module__mobileToggle_wx7KiW__012 {\n display: none;\n }\n}\n\n.XNavbar-module__hamburgerBtn_wx7KiW__012 {\n cursor: pointer;\n z-index: 80;\n background: none;\n border: none;\n flex-direction: column;\n justify-content: space-between;\n align-items: center;\n width: 2.5rem;\n height: 2rem;\n padding: 0;\n display: flex;\n position: relative;\n}\n\n.XNavbar-module__bar_wx7KiW__012 {\n width: var(--xnav-bar-w, 2rem);\n height: var(--xnav-bar-h, 3px);\n background: var(--xnav-bar-color, var(--text));\n border-radius: 2px;\n}\n\n.XNavbar-module__mobileOverlay_wx7KiW__012 {\n background: var(--bg);\n width: 100vw;\n height: 100svh;\n color: var(--text);\n z-index: 9999;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n gap: 2rem;\n font-size: 2.5rem;\n display: flex;\n position: fixed;\n inset: 0;\n}\n\n.XNavbar-module__mobileCloseBtn_wx7KiW__012 {\n cursor: pointer;\n width: 2.5rem;\n height: 2rem;\n color: var(--xnav-bar-color, var(--text));\n z-index: 10000;\n -webkit-tap-highlight-color: transparent;\n background: none;\n border: none;\n justify-content: center;\n align-items: center;\n display: flex;\n position: fixed;\n top: 2rem;\n left: 1rem;\n}\n\n.XNavbar-module__closeBar_wx7KiW__012 {\n background: currentColor;\n border-radius: 2px;\n width: 2rem;\n height: 3px;\n display: block;\n position: absolute;\n}\n\n.XNavbar-module__mobileLogo_wx7KiW__012 {\n user-select: none;\n pointer-events: none;\n font-size: 3rem;\n font-weight: 700;\n}\n\n.XNavbar-module__mobileNavLink_wx7KiW__012 {\n color: var(--xnav-link-color, var(--text));\n border-bottom: 2px solid #0000;\n padding: .25rem;\n font-size: 2.5rem;\n text-decoration: none;\n transition: border-color .2s, color .2s, opacity .2s;\n}\n\n.XNavbar-module__mobileNavLink_wx7KiW__012:hover {\n color: var(--xnav-link-hover, var(--xnav-link-color, var(--text)));\n opacity: var(--xnav-link-hover-opacity, .7);\n}\n\n.XNavbar-module__mobileNavLinkActive_wx7KiW__012 {\n border-bottom-color: var(--xnav-link-active, var(--xnav-link-color, var(--text)));\n font-weight: 600;\n}\n\n.XNavbar-module__themeToggleMobile_wx7KiW__012 {\n border: 1px solid var(--border);\n color: var(--text);\n cursor: pointer;\n background: none;\n border-radius: .375rem;\n align-items: center;\n gap: .5rem;\n margin-top: 1rem;\n padding: .5rem 1rem;\n font-size: 1rem;\n transition: opacity .2s;\n display: flex;\n}\n\n.XNavbar-module__themeToggleMobile_wx7KiW__012:hover {\n opacity: .7;\n}\n"],
|
|
5
|
+
"mappings": ";AAAA,CAAC;AACC,cAAY,IAAI;AAChB,UAAQ;AACR,SAAO,IAAI;AACX,WAAS;AACT,mBAAiB;AACjB,eAAa;AACb,WAAS,KAAK;AACd,aAAW;AACX,WAAS;AACX;AAEA,QAAQ,SAAS;AACf,GAbD;AAcG,oBAAgB;AAClB;AACF;AAEA,QAAQ,SAAS;AACf,GAnBD;AAoBG,oBAAgB;AAClB;AACF;AAEA,QAAQ,SAAS;AACf,GAzBD;AA0BG,oBAAgB;AAClB;AACF;AAEA,QAAQ,SAAS;AACf,GA/BD;AAgCG,oBAAgB;AAClB;AACF;AAEA,CAAC;AACC,yBAAuB,OAAO,CAAC,EAAE,KAAK,KAAK,OAAO,CAAC,EAAE;AACrD,eAAa;AACb,SAAO;AACP,kBAAgB;AAChB,WAAS;AACX;AAEA,QAAQ,SAAS;AACf,GATD;AAUG,aAAS;AACX;AACF;AAEA,CAAC;AAA8C,CAAC;AAC9C,eAAa;AACb,OAAK;AACL,aAAW;AACX,WAAS;AACX;AAEA,CAPC;AAQC,mBAAiB;AACnB;AAEA,CAXgD;AAY9C,mBAAiB;AACnB;AAEA,CAAC;AACC,mBAAiB;AACjB,eAAa;AACb,WAAS;AACX;AAEA,CAAC;AACC,eAAa;AACb,iBAAe;AACf,WAAS;AACT,YAAU;AACZ;AAEA,CAAC;AACC,eAAa;AACb,UAAQ;AACR,SAAO,IAAI;AACX,cAAY;AACZ,UAAQ;AACR,WAAS;AACT,aAAW;AACX,eAAa;AACb,eAAa;AACf;AAEA,CAAC;AACC,kBAAgB;AAChB,YAAU;AACV,OAAK;AACL,aAAW,WAAW;AACxB;AAEA,CAAC;AACC,gBAAc;AACd,QAAM;AACR;AAEA,CAAC;AACC,iBAAe;AACf,SAAO;AACT;AAEA,CAAC;AACC,SAAO,IAAI,iBAAiB,EAAE,IAAI;AAClC,eAAa;AACb,iBAAe,IAAI,MAAM;AACzB,WAAS;AACT,mBAAiB;AACjB;AAAA,IAAY,aAAa,GAAG;AAAA,IAAE,QAAQ,GAAG;AAAA,IAAE,MAAM;AACnD;AAEA,CATC,mCASmC;AAClC,SAAO,IAAI,iBAAiB,EAAE,IAAI,iBAAiB,EAAE,IAAI;AACzD,WAAS,IAAI,yBAAyB,EAAE;AAC1C;AAEA,CAAC;AACC,uBAAqB,IAAI,kBAAkB,EAAE,IAAI,iBAAiB,EAAE,IAAI;AACxE,eAAa;AACf;AAEA,CAAC,2CAA2C;AAC1C,WAAS;AACT,WAAS;AACT,aAAW;AACb;AAEA,CAAC;AACC,mBAAiB;AACjB,eAAa;AACb,WAAS;AACX;AAEA,QAAQ,SAAS;AACf,GAPD;AAQG,aAAS;AACX;AACF;AAEA,CAAC;AACC,UAAQ;AACR,WAAS;AACT,cAAY;AACZ,UAAQ;AACR,kBAAgB;AAChB,mBAAiB;AACjB,eAAa;AACb,SAAO;AACP,UAAQ;AACR,WAAS;AACT,WAAS;AACT,YAAU;AACZ;AAEA,CAAC;AACC,SAAO,IAAI,YAAY,EAAE;AACzB,UAAQ,IAAI,YAAY,EAAE;AAC1B,cAAY,IAAI,gBAAgB,EAAE,IAAI;AACtC,iBAAe;AACjB;AAEA,CAAC;AACC,cAAY,IAAI;AAChB,SAAO;AACP,UAAQ;AACR,SAAO,IAAI;AACX,WAAS;AACT,kBAAgB;AAChB,mBAAiB;AACjB,eAAa;AACb,OAAK;AACL,aAAW;AACX,WAAS;AACT,YAAU;AACV,SAAO;AACT;AAEA,CAAC;AACC,UAAQ;AACR,SAAO;AACP,UAAQ;AACR,SAAO,IAAI,gBAAgB,EAAE,IAAI;AACjC,WAAS;AACT,+BAA6B;AAC7B,cAAY;AACZ,UAAQ;AACR,mBAAiB;AACjB,eAAa;AACb,WAAS;AACT,YAAU;AACV,OAAK;AACL,QAAM;AACR;AAEA,CAAC;AACC,cAAY;AACZ,iBAAe;AACf,SAAO;AACP,UAAQ;AACR,WAAS;AACT,YAAU;AACZ;AAEA,CAAC;AACC,eAAa;AACb,kBAAgB;AAChB,aAAW;AACX,eAAa;AACf;AAEA,CAAC;AACC,SAAO,IAAI,iBAAiB,EAAE,IAAI;AAClC,iBAAe,IAAI,MAAM;AACzB,WAAS;AACT,aAAW;AACX,mBAAiB;AACjB;AAAA,IAAY,aAAa,GAAG;AAAA,IAAE,MAAM,GAAG;AAAA,IAAE,QAAQ;AACnD;AAEA,CATC,yCASyC;AACxC,SAAO,IAAI,iBAAiB,EAAE,IAAI,iBAAiB,EAAE,IAAI;AACzD,WAAS,IAAI,yBAAyB,EAAE;AAC1C;AAEA,CAAC;AACC,uBAAqB,IAAI,kBAAkB,EAAE,IAAI,iBAAiB,EAAE,IAAI;AACxE,eAAa;AACf;AAEA,CAAC;AACC,UAAQ,IAAI,MAAM,IAAI;AACtB,SAAO,IAAI;AACX,UAAQ;AACR,cAAY;AACZ,iBAAe;AACf,eAAa;AACb,OAAK;AACL,cAAY;AACZ,WAAS,MAAM;AACf,aAAW;AACX,cAAY,QAAQ;AACpB,WAAS;AACX;AAEA,CAfC,6CAe6C;AAC5C,WAAS;AACX;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -40,33 +40,64 @@ var import_framer_motion = require("framer-motion");
|
|
|
40
40
|
var import_link = __toESM(require("next/link"));
|
|
41
41
|
var import_navigation = require("next/navigation");
|
|
42
42
|
|
|
43
|
-
// src/components/navigation/xnavbar/XNavbar.module.css
|
|
44
|
-
var
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
themeToggleMobile: "XNavbar_themeToggleMobile3"
|
|
43
|
+
// esbuild-css-modules-plugin-ns-js::src/components/navigation/xnavbar/XNavbar.module.css:injector.js
|
|
44
|
+
var content = __content_placeholder__;
|
|
45
|
+
var digest = __digest_placeholder__;
|
|
46
|
+
var inject = () => {
|
|
47
|
+
setTimeout(() => {
|
|
48
|
+
if (!globalThis.document) {
|
|
49
|
+
return;
|
|
50
|
+
}
|
|
51
|
+
let root = globalThis.document.querySelector("head");
|
|
52
|
+
if (root && root.shadowRoot) {
|
|
53
|
+
root = root.shadowRoot;
|
|
54
|
+
}
|
|
55
|
+
if (!root) {
|
|
56
|
+
root = globalThis.document.head;
|
|
57
|
+
}
|
|
58
|
+
let container = root.querySelector("#_" + digest);
|
|
59
|
+
if (!container) {
|
|
60
|
+
container = globalThis.document.createElement("style");
|
|
61
|
+
container.id = "_" + digest;
|
|
62
|
+
const text = globalThis.document.createTextNode(content);
|
|
63
|
+
container.appendChild(text);
|
|
64
|
+
root.appendChild(container);
|
|
65
|
+
}
|
|
66
|
+
}, 0);
|
|
68
67
|
};
|
|
69
68
|
|
|
69
|
+
// src/components/navigation/xnavbar/XNavbar.module.css
|
|
70
|
+
var XNavbar_default = new Proxy({
|
|
71
|
+
"bar": "XNavbar-module__bar_wx7KiW__012",
|
|
72
|
+
"closeBar": "XNavbar-module__closeBar_wx7KiW__012",
|
|
73
|
+
"desktopLinksLeft": "XNavbar-module__desktopLinksLeft_wx7KiW__012",
|
|
74
|
+
"desktopLinksRight": "XNavbar-module__desktopLinksRight_wx7KiW__012",
|
|
75
|
+
"desktopNav": "XNavbar-module__desktopNav_wx7KiW__012",
|
|
76
|
+
"hamburgerBtn": "XNavbar-module__hamburgerBtn_wx7KiW__012",
|
|
77
|
+
"header": "XNavbar-module__header_wx7KiW__012",
|
|
78
|
+
"iconTray": "XNavbar-module__iconTray_wx7KiW__012",
|
|
79
|
+
"iconTrayLeft": "XNavbar-module__iconTrayLeft_wx7KiW__012",
|
|
80
|
+
"iconTrayRight": "XNavbar-module__iconTrayRight_wx7KiW__012",
|
|
81
|
+
"logoBtn": "XNavbar-module__logoBtn_wx7KiW__012",
|
|
82
|
+
"logoSlot": "XNavbar-module__logoSlot_wx7KiW__012",
|
|
83
|
+
"logoWrapper": "XNavbar-module__logoWrapper_wx7KiW__012",
|
|
84
|
+
"mobileCloseBtn": "XNavbar-module__mobileCloseBtn_wx7KiW__012",
|
|
85
|
+
"mobileLogo": "XNavbar-module__mobileLogo_wx7KiW__012",
|
|
86
|
+
"mobileNavLink": "XNavbar-module__mobileNavLink_wx7KiW__012",
|
|
87
|
+
"mobileNavLinkActive": "XNavbar-module__mobileNavLinkActive_wx7KiW__012",
|
|
88
|
+
"mobileOverlay": "XNavbar-module__mobileOverlay_wx7KiW__012",
|
|
89
|
+
"mobileToggle": "XNavbar-module__mobileToggle_wx7KiW__012",
|
|
90
|
+
"navLink": "XNavbar-module__navLink_wx7KiW__012",
|
|
91
|
+
"navLinkActive": "XNavbar-module__navLinkActive_wx7KiW__012",
|
|
92
|
+
"navLinkExternal": "XNavbar-module__navLinkExternal_wx7KiW__012",
|
|
93
|
+
"themeToggleMobile": "XNavbar-module__themeToggleMobile_wx7KiW__012"
|
|
94
|
+
}, {
|
|
95
|
+
get: function(source, key) {
|
|
96
|
+
inject();
|
|
97
|
+
return source[key];
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
|
|
70
101
|
// src/components/navigation/xnavbar/XNavbar.tsx
|
|
71
102
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
72
103
|
var iconTrayRightVariants = {
|