@nextrap/nte-nav 1.1.40 → 2.0.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/.ai-usage-info.md +65 -0
- package/ARCHITECTURE.md +155 -0
- package/README.md +111 -2
- package/index.d.ts +2 -4
- package/index.js +184 -336
- package/index.scss +8 -0
- package/package.json +18 -9
- package/src/components/nte-nav/nte-nav.d.ts +14 -0
- package/src/components/nte-nav/nte-nav.scss +50 -0
- package/src/components/nte-nav-item/nte-nav-item.d.ts +36 -0
- package/src/components/nte-nav-item/nte-nav-item.scss +203 -0
- package/src/scss/_default-style.scss +130 -0
- package/src/scss/_horizontal.scss +51 -0
- package/src/scss/_main-navigation.scss +20 -0
- package/src/scss/_responsive.scss +10 -0
- package/src/scss/_sizes.scss +56 -0
- package/src/scss/_sub-navigation.scss +11 -0
- package/src/scss/_vertical.scss +50 -0
- package/src/scss/styles/_bordered-style.scss +14 -0
- package/CHANGELOG.md +0 -692
- package/components/nte-nav-brand-relocator/nte-nav-brand-relocator.d.ts +0 -20
- package/index.css +0 -1
- package/lib/nte-nav.d.ts +0 -31
- package/lib/nte-navbar-line.d.ts +0 -1
- package/lib/nte-navbar.d.ts +0 -17
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@use '../default-style' as default;
|
|
2
|
+
|
|
3
|
+
/// Bordered navigation variant extending the default visual baseline.
|
|
4
|
+
@mixin bordered-style() {
|
|
5
|
+
@include default.default-style();
|
|
6
|
+
|
|
7
|
+
& nte-nav-item::part(link),
|
|
8
|
+
& nte-nav-item::part(text),
|
|
9
|
+
& nte-nav-item::part(disclosure),
|
|
10
|
+
& nte-nav-item::part(toggle) {
|
|
11
|
+
border: var(--nt-border-width) solid var(--nt-border);
|
|
12
|
+
border-radius: var(--nt-border-radius-sm);
|
|
13
|
+
}
|
|
14
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,692 +0,0 @@
|
|
|
1
|
-
## 1.1.40 (2026-04-14)
|
|
2
|
-
|
|
3
|
-
### 🩹 Fixes
|
|
4
|
-
|
|
5
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
6
|
-
|
|
7
|
-
### ❤️ Thank You
|
|
8
|
-
|
|
9
|
-
- Enzo Volkmann @evolkmann
|
|
10
|
-
|
|
11
|
-
## 1.1.39 (2026-03-13)
|
|
12
|
-
|
|
13
|
-
### 🩹 Fixes
|
|
14
|
-
|
|
15
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
16
|
-
|
|
17
|
-
### ❤️ Thank You
|
|
18
|
-
|
|
19
|
-
- Enzo Volkmann @evolkmann
|
|
20
|
-
|
|
21
|
-
## 1.1.38 (2026-03-13)
|
|
22
|
-
|
|
23
|
-
### 🩹 Fixes
|
|
24
|
-
|
|
25
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
26
|
-
|
|
27
|
-
### ❤️ Thank You
|
|
28
|
-
|
|
29
|
-
- Enzo Volkmann @evolkmann
|
|
30
|
-
|
|
31
|
-
## 1.1.37 (2026-03-13)
|
|
32
|
-
|
|
33
|
-
### 🩹 Fixes
|
|
34
|
-
|
|
35
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
36
|
-
|
|
37
|
-
### ❤️ Thank You
|
|
38
|
-
|
|
39
|
-
- Enzo Volkmann @evolkmann
|
|
40
|
-
|
|
41
|
-
## 1.1.36 (2026-03-12)
|
|
42
|
-
|
|
43
|
-
### 🩹 Fixes
|
|
44
|
-
|
|
45
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
46
|
-
|
|
47
|
-
### ❤️ Thank You
|
|
48
|
-
|
|
49
|
-
- Enzo Volkmann @evolkmann
|
|
50
|
-
|
|
51
|
-
## 1.1.35 (2026-03-12)
|
|
52
|
-
|
|
53
|
-
### 🩹 Fixes
|
|
54
|
-
|
|
55
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
56
|
-
|
|
57
|
-
### ❤️ Thank You
|
|
58
|
-
|
|
59
|
-
- Enzo Volkmann @evolkmann
|
|
60
|
-
|
|
61
|
-
## 1.1.34 (2026-03-12)
|
|
62
|
-
|
|
63
|
-
### 🩹 Fixes
|
|
64
|
-
|
|
65
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
66
|
-
|
|
67
|
-
### ❤️ Thank You
|
|
68
|
-
|
|
69
|
-
- Enzo Volkmann @evolkmann
|
|
70
|
-
|
|
71
|
-
## 1.1.33 (2026-03-03)
|
|
72
|
-
|
|
73
|
-
### 🩹 Fixes
|
|
74
|
-
|
|
75
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
76
|
-
|
|
77
|
-
### ❤️ Thank You
|
|
78
|
-
|
|
79
|
-
- Enzo Volkmann @evolkmann
|
|
80
|
-
|
|
81
|
-
## 1.1.32 (2026-03-03)
|
|
82
|
-
|
|
83
|
-
### 🩹 Fixes
|
|
84
|
-
|
|
85
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
86
|
-
|
|
87
|
-
### ❤️ Thank You
|
|
88
|
-
|
|
89
|
-
- Enzo Volkmann @evolkmann
|
|
90
|
-
|
|
91
|
-
## 1.1.31 (2026-03-03)
|
|
92
|
-
|
|
93
|
-
### 🩹 Fixes
|
|
94
|
-
|
|
95
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
96
|
-
|
|
97
|
-
### ❤️ Thank You
|
|
98
|
-
|
|
99
|
-
- Enzo Volkmann @evolkmann
|
|
100
|
-
|
|
101
|
-
## 1.1.30 (2026-02-25)
|
|
102
|
-
|
|
103
|
-
### 🩹 Fixes
|
|
104
|
-
|
|
105
|
-
- use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
|
|
106
|
-
|
|
107
|
-
### ❤️ Thank You
|
|
108
|
-
|
|
109
|
-
- Enzo Volkmann @evolkmann
|
|
110
|
-
|
|
111
|
-
## 1.1.29 (2025-09-12)
|
|
112
|
-
|
|
113
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
114
|
-
|
|
115
|
-
## 1.1.28 (2025-09-11)
|
|
116
|
-
|
|
117
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
118
|
-
|
|
119
|
-
## 1.1.27 (2025-09-11)
|
|
120
|
-
|
|
121
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
122
|
-
|
|
123
|
-
## 1.1.26 (2025-09-11)
|
|
124
|
-
|
|
125
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
126
|
-
|
|
127
|
-
## 1.1.25 (2025-09-11)
|
|
128
|
-
|
|
129
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
130
|
-
|
|
131
|
-
## 1.1.24 (2025-09-11)
|
|
132
|
-
|
|
133
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
134
|
-
|
|
135
|
-
## 1.1.23 (2025-09-11)
|
|
136
|
-
|
|
137
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
138
|
-
|
|
139
|
-
## 1.1.22 (2025-09-11)
|
|
140
|
-
|
|
141
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
142
|
-
|
|
143
|
-
## 1.1.21 (2025-09-11)
|
|
144
|
-
|
|
145
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
146
|
-
|
|
147
|
-
## 1.1.20 (2025-09-11)
|
|
148
|
-
|
|
149
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
150
|
-
|
|
151
|
-
## 1.1.19 (2025-09-11)
|
|
152
|
-
|
|
153
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
154
|
-
|
|
155
|
-
## 1.1.18 (2025-09-11)
|
|
156
|
-
|
|
157
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
158
|
-
|
|
159
|
-
## 1.1.17 (2025-09-11)
|
|
160
|
-
|
|
161
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
162
|
-
|
|
163
|
-
## 1.1.16 (2025-09-11)
|
|
164
|
-
|
|
165
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
166
|
-
|
|
167
|
-
## 1.1.15 (2025-09-11)
|
|
168
|
-
|
|
169
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
170
|
-
|
|
171
|
-
## 1.1.14 (2025-08-28)
|
|
172
|
-
|
|
173
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
174
|
-
|
|
175
|
-
## 1.1.13 (2025-08-28)
|
|
176
|
-
|
|
177
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
178
|
-
|
|
179
|
-
## 1.1.12 (2025-08-28)
|
|
180
|
-
|
|
181
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
182
|
-
|
|
183
|
-
## 1.1.11 (2025-08-24)
|
|
184
|
-
|
|
185
|
-
### 🧱 Updated Dependencies
|
|
186
|
-
|
|
187
|
-
- Updated style-reset to 1.0.0
|
|
188
|
-
- Updated style-base to 1.1.11
|
|
189
|
-
- Updated nte-offcanvas to 1.0.16
|
|
190
|
-
|
|
191
|
-
## 1.1.10 (2025-08-13)
|
|
192
|
-
|
|
193
|
-
### 🩹 Fixes
|
|
194
|
-
|
|
195
|
-
- do not re-export lit via nt-framework ([12ac05f](https://github.com/nextrap/nextrap-monorepo/commit/12ac05f))
|
|
196
|
-
|
|
197
|
-
### ❤️ Thank You
|
|
198
|
-
|
|
199
|
-
- Enzo Volkmann @evolkmann
|
|
200
|
-
|
|
201
|
-
## 1.1.9 (2025-08-01)
|
|
202
|
-
|
|
203
|
-
### 🧱 Updated Dependencies
|
|
204
|
-
|
|
205
|
-
- Updated nte-offcanvas to 1.0.15
|
|
206
|
-
|
|
207
|
-
## 1.1.8 (2025-08-01)
|
|
208
|
-
|
|
209
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
210
|
-
|
|
211
|
-
## 1.1.7 (2025-08-01)
|
|
212
|
-
|
|
213
|
-
### 🧱 Updated Dependencies
|
|
214
|
-
|
|
215
|
-
- Updated nte-offcanvas to 1.0.14
|
|
216
|
-
|
|
217
|
-
## 1.1.6 (2025-08-01)
|
|
218
|
-
|
|
219
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
220
|
-
|
|
221
|
-
## 1.1.5 (2025-07-31)
|
|
222
|
-
|
|
223
|
-
### 🧱 Updated Dependencies
|
|
224
|
-
|
|
225
|
-
- Updated nte-offcanvas to 1.0.13
|
|
226
|
-
|
|
227
|
-
## 1.1.4 (2025-07-31)
|
|
228
|
-
|
|
229
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
230
|
-
|
|
231
|
-
## 1.1.3 (2025-07-31)
|
|
232
|
-
|
|
233
|
-
### 🧱 Updated Dependencies
|
|
234
|
-
|
|
235
|
-
- Updated style-base to 1.1.10
|
|
236
|
-
- Updated nte-offcanvas to 1.0.12
|
|
237
|
-
|
|
238
|
-
## 1.1.2 (2025-07-31)
|
|
239
|
-
|
|
240
|
-
### 🧱 Updated Dependencies
|
|
241
|
-
|
|
242
|
-
- Updated nte-offcanvas to 1.0.11
|
|
243
|
-
|
|
244
|
-
## 1.1.1 (2025-07-31)
|
|
245
|
-
|
|
246
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
247
|
-
|
|
248
|
-
## 1.1.0 (2025-07-31)
|
|
249
|
-
|
|
250
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
251
|
-
|
|
252
|
-
## 1.0.25 (2025-07-24)
|
|
253
|
-
|
|
254
|
-
### 🧱 Updated Dependencies
|
|
255
|
-
|
|
256
|
-
- Updated style-base to 1.1.9
|
|
257
|
-
- Updated nte-offcanvas to 1.0.10
|
|
258
|
-
|
|
259
|
-
## 1.0.24 (2025-07-24)
|
|
260
|
-
|
|
261
|
-
### 🧱 Updated Dependencies
|
|
262
|
-
|
|
263
|
-
- Updated style-base to 1.1.8
|
|
264
|
-
- Updated nte-offcanvas to 1.0.9
|
|
265
|
-
|
|
266
|
-
## 1.0.23 (2025-07-24)
|
|
267
|
-
|
|
268
|
-
### 🧱 Updated Dependencies
|
|
269
|
-
|
|
270
|
-
- Updated style-base to 1.1.7
|
|
271
|
-
- Updated nte-offcanvas to 1.0.8
|
|
272
|
-
|
|
273
|
-
## 1.0.22 (2025-07-24)
|
|
274
|
-
|
|
275
|
-
### 🧱 Updated Dependencies
|
|
276
|
-
|
|
277
|
-
- Updated style-base to 1.1.6
|
|
278
|
-
- Updated nte-offcanvas to 1.0.7
|
|
279
|
-
|
|
280
|
-
## 1.0.21 (2025-07-23)
|
|
281
|
-
|
|
282
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
283
|
-
|
|
284
|
-
## 1.0.20 (2025-07-23)
|
|
285
|
-
|
|
286
|
-
### 🧱 Updated Dependencies
|
|
287
|
-
|
|
288
|
-
- Updated nte-burger to 1.1.7
|
|
289
|
-
|
|
290
|
-
## 1.0.19 (2025-07-23)
|
|
291
|
-
|
|
292
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
293
|
-
|
|
294
|
-
## 1.0.18 (2025-07-23)
|
|
295
|
-
|
|
296
|
-
### 🧱 Updated Dependencies
|
|
297
|
-
|
|
298
|
-
- Updated nte-burger to 1.1.6
|
|
299
|
-
|
|
300
|
-
## 1.0.17 (2025-07-23)
|
|
301
|
-
|
|
302
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
303
|
-
|
|
304
|
-
## 1.0.16 (2025-07-23)
|
|
305
|
-
|
|
306
|
-
### 🧱 Updated Dependencies
|
|
307
|
-
|
|
308
|
-
- Updated nte-offcanvas to 1.0.6
|
|
309
|
-
|
|
310
|
-
## 1.0.15 (2025-07-23)
|
|
311
|
-
|
|
312
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
313
|
-
|
|
314
|
-
## 1.0.14 (2025-07-23)
|
|
315
|
-
|
|
316
|
-
### 🧱 Updated Dependencies
|
|
317
|
-
|
|
318
|
-
- Updated nte-burger to 1.1.5
|
|
319
|
-
|
|
320
|
-
## 1.0.13 (2025-07-23)
|
|
321
|
-
|
|
322
|
-
### 🧱 Updated Dependencies
|
|
323
|
-
|
|
324
|
-
- Updated nt-framework to 1.1.1
|
|
325
|
-
- Updated nte-offcanvas to 1.0.5
|
|
326
|
-
- Updated nte-burger to 1.1.4
|
|
327
|
-
|
|
328
|
-
## 1.0.12 (2025-07-23)
|
|
329
|
-
|
|
330
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
331
|
-
|
|
332
|
-
## 1.0.11 (2025-07-23)
|
|
333
|
-
|
|
334
|
-
### 🧱 Updated Dependencies
|
|
335
|
-
|
|
336
|
-
- Updated nte-offcanvas to 1.0.4
|
|
337
|
-
|
|
338
|
-
## 1.0.10 (2025-07-23)
|
|
339
|
-
|
|
340
|
-
### 🧱 Updated Dependencies
|
|
341
|
-
|
|
342
|
-
- Updated nt-framework to 1.1.0
|
|
343
|
-
- Updated nte-offcanvas to 1.0.3
|
|
344
|
-
- Updated nte-burger to 1.1.3
|
|
345
|
-
|
|
346
|
-
## 1.0.9 (2025-07-23)
|
|
347
|
-
|
|
348
|
-
### 🧱 Updated Dependencies
|
|
349
|
-
|
|
350
|
-
- Updated nte-burger to 1.1.2
|
|
351
|
-
|
|
352
|
-
## 1.0.8 (2025-07-23)
|
|
353
|
-
|
|
354
|
-
### 🧱 Updated Dependencies
|
|
355
|
-
|
|
356
|
-
- Updated nt-framework to 1.0.0
|
|
357
|
-
- Updated nte-offcanvas to 1.0.2
|
|
358
|
-
- Updated nte-burger to 1.1.1
|
|
359
|
-
|
|
360
|
-
## 1.0.7 (2025-07-23)
|
|
361
|
-
|
|
362
|
-
### 🧱 Updated Dependencies
|
|
363
|
-
|
|
364
|
-
- Updated nte-burger to 1.1.0
|
|
365
|
-
|
|
366
|
-
## 1.0.6 (2025-07-23)
|
|
367
|
-
|
|
368
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
369
|
-
|
|
370
|
-
## 1.0.5 (2025-07-23)
|
|
371
|
-
|
|
372
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
373
|
-
|
|
374
|
-
## 1.0.4 (2025-07-22)
|
|
375
|
-
|
|
376
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
377
|
-
|
|
378
|
-
## 1.0.3 (2025-07-22)
|
|
379
|
-
|
|
380
|
-
### 🧱 Updated Dependencies
|
|
381
|
-
|
|
382
|
-
- Updated nte-offcanvas to 1.0.1
|
|
383
|
-
|
|
384
|
-
## 1.0.2 (2025-07-22)
|
|
385
|
-
|
|
386
|
-
### 🧱 Updated Dependencies
|
|
387
|
-
|
|
388
|
-
- Updated nte-burger to 1.0.1
|
|
389
|
-
|
|
390
|
-
## 1.0.1 (2025-07-22)
|
|
391
|
-
|
|
392
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
393
|
-
|
|
394
|
-
# 1.0.0 (2025-07-22)
|
|
395
|
-
|
|
396
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
397
|
-
|
|
398
|
-
## 0.2.48 (2025-07-22)
|
|
399
|
-
|
|
400
|
-
### 🧱 Updated Dependencies
|
|
401
|
-
|
|
402
|
-
- Updated nte-burger to 1.0.0
|
|
403
|
-
|
|
404
|
-
## 0.2.47 (2025-07-22)
|
|
405
|
-
|
|
406
|
-
### 🧱 Updated Dependencies
|
|
407
|
-
|
|
408
|
-
- Updated nte-offcanvas to 1.0.0
|
|
409
|
-
|
|
410
|
-
## 0.2.46 (2025-07-22)
|
|
411
|
-
|
|
412
|
-
### 🧱 Updated Dependencies
|
|
413
|
-
|
|
414
|
-
- Updated nte-offcanvas to 0.0.25
|
|
415
|
-
|
|
416
|
-
## 0.2.45 (2025-07-22)
|
|
417
|
-
|
|
418
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
419
|
-
|
|
420
|
-
## 0.2.44 (2025-07-22)
|
|
421
|
-
|
|
422
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
423
|
-
|
|
424
|
-
## 0.2.43 (2025-07-22)
|
|
425
|
-
|
|
426
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
427
|
-
|
|
428
|
-
## 0.2.42 (2025-07-22)
|
|
429
|
-
|
|
430
|
-
### 🧱 Updated Dependencies
|
|
431
|
-
|
|
432
|
-
- Updated nt-framework to 0.0.3
|
|
433
|
-
- Updated nte-offcanvas to 0.0.24
|
|
434
|
-
- Updated nte-burger to 0.1.3
|
|
435
|
-
|
|
436
|
-
## 0.2.41 (2025-07-22)
|
|
437
|
-
|
|
438
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
439
|
-
|
|
440
|
-
## 0.2.40 (2025-07-22)
|
|
441
|
-
|
|
442
|
-
### 🧱 Updated Dependencies
|
|
443
|
-
|
|
444
|
-
- Updated nt-framework to 0.0.2
|
|
445
|
-
- Updated nte-offcanvas to 0.0.23
|
|
446
|
-
- Updated nte-burger to 0.1.2
|
|
447
|
-
|
|
448
|
-
## 0.2.39 (2025-07-22)
|
|
449
|
-
|
|
450
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
451
|
-
|
|
452
|
-
## 0.2.38 (2025-07-22)
|
|
453
|
-
|
|
454
|
-
### 🧱 Updated Dependencies
|
|
455
|
-
|
|
456
|
-
- Updated nte-offcanvas to 0.0.22
|
|
457
|
-
|
|
458
|
-
## 0.2.37 (2025-07-22)
|
|
459
|
-
|
|
460
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
461
|
-
|
|
462
|
-
## 0.2.36 (2025-07-21)
|
|
463
|
-
|
|
464
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
465
|
-
|
|
466
|
-
## 0.2.35 (2025-07-21)
|
|
467
|
-
|
|
468
|
-
### 🧱 Updated Dependencies
|
|
469
|
-
|
|
470
|
-
- Updated style-base to 1.1.5
|
|
471
|
-
- Updated nte-offcanvas to 0.0.21
|
|
472
|
-
|
|
473
|
-
## 0.2.34 (2025-07-21)
|
|
474
|
-
|
|
475
|
-
### 🧱 Updated Dependencies
|
|
476
|
-
|
|
477
|
-
- Updated nte-offcanvas to 0.0.20
|
|
478
|
-
|
|
479
|
-
## 0.2.33 (2025-07-21)
|
|
480
|
-
|
|
481
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
482
|
-
|
|
483
|
-
## 0.2.32 (2025-07-21)
|
|
484
|
-
|
|
485
|
-
### 🧱 Updated Dependencies
|
|
486
|
-
|
|
487
|
-
- Updated nte-burger to 0.1.1
|
|
488
|
-
|
|
489
|
-
## 0.2.31 (2025-07-21)
|
|
490
|
-
|
|
491
|
-
### 🧱 Updated Dependencies
|
|
492
|
-
|
|
493
|
-
- Updated nte-burger to 0.1.0
|
|
494
|
-
|
|
495
|
-
## 0.2.30 (2025-07-21)
|
|
496
|
-
|
|
497
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
498
|
-
|
|
499
|
-
## 0.2.29 (2025-07-21)
|
|
500
|
-
|
|
501
|
-
### 🧱 Updated Dependencies
|
|
502
|
-
|
|
503
|
-
- Updated nte-offcanvas to 0.0.19
|
|
504
|
-
|
|
505
|
-
## 0.2.28 (2025-07-21)
|
|
506
|
-
|
|
507
|
-
### 🧱 Updated Dependencies
|
|
508
|
-
|
|
509
|
-
- Updated style-base to 1.1.4
|
|
510
|
-
- Updated nte-offcanvas to 0.0.18
|
|
511
|
-
|
|
512
|
-
## 0.2.27 (2025-07-21)
|
|
513
|
-
|
|
514
|
-
### 🧱 Updated Dependencies
|
|
515
|
-
|
|
516
|
-
- Updated style-base to 1.1.3
|
|
517
|
-
- Updated nte-offcanvas to 0.0.17
|
|
518
|
-
|
|
519
|
-
## 0.2.26 (2025-07-21)
|
|
520
|
-
|
|
521
|
-
### 🧱 Updated Dependencies
|
|
522
|
-
|
|
523
|
-
- Updated style-base to 1.1.2
|
|
524
|
-
- Updated nte-offcanvas to 0.0.16
|
|
525
|
-
|
|
526
|
-
## 0.2.25 (2025-07-21)
|
|
527
|
-
|
|
528
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
529
|
-
|
|
530
|
-
## 0.2.24 (2025-07-21)
|
|
531
|
-
|
|
532
|
-
### 🧱 Updated Dependencies
|
|
533
|
-
|
|
534
|
-
- Updated nte-offcanvas to 0.0.15
|
|
535
|
-
|
|
536
|
-
## 0.2.23 (2025-07-21)
|
|
537
|
-
|
|
538
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
539
|
-
|
|
540
|
-
## 0.2.22 (2025-07-21)
|
|
541
|
-
|
|
542
|
-
### 🧱 Updated Dependencies
|
|
543
|
-
|
|
544
|
-
- Updated style-base to 1.1.1
|
|
545
|
-
- Updated nte-offcanvas to 0.0.14
|
|
546
|
-
|
|
547
|
-
## 0.2.21 (2025-07-21)
|
|
548
|
-
|
|
549
|
-
### 🧱 Updated Dependencies
|
|
550
|
-
|
|
551
|
-
- Updated style-base to 1.1.0
|
|
552
|
-
- Updated nte-offcanvas to 0.0.13
|
|
553
|
-
|
|
554
|
-
## 0.2.20 (2025-07-21)
|
|
555
|
-
|
|
556
|
-
### 🧱 Updated Dependencies
|
|
557
|
-
|
|
558
|
-
- Updated style-base to 1.0.3
|
|
559
|
-
- Updated nte-offcanvas to 0.0.12
|
|
560
|
-
|
|
561
|
-
## 0.2.19 (2025-07-21)
|
|
562
|
-
|
|
563
|
-
### 🧱 Updated Dependencies
|
|
564
|
-
|
|
565
|
-
- Updated style-base to 1.0.2
|
|
566
|
-
- Updated nte-offcanvas to 0.0.11
|
|
567
|
-
|
|
568
|
-
## 0.2.18 (2025-07-21)
|
|
569
|
-
|
|
570
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
571
|
-
|
|
572
|
-
## 0.2.17 (2025-07-21)
|
|
573
|
-
|
|
574
|
-
### 🧱 Updated Dependencies
|
|
575
|
-
|
|
576
|
-
- Updated nte-offcanvas to 0.0.10
|
|
577
|
-
|
|
578
|
-
## 0.2.16 (2025-07-21)
|
|
579
|
-
|
|
580
|
-
### 🧱 Updated Dependencies
|
|
581
|
-
|
|
582
|
-
- Updated nte-offcanvas to 0.0.9
|
|
583
|
-
|
|
584
|
-
## 0.2.15 (2025-07-21)
|
|
585
|
-
|
|
586
|
-
### 🧱 Updated Dependencies
|
|
587
|
-
|
|
588
|
-
- Updated style-base to 1.0.1
|
|
589
|
-
- Updated nte-offcanvas to 0.0.8
|
|
590
|
-
|
|
591
|
-
## 0.2.14 (2025-07-21)
|
|
592
|
-
|
|
593
|
-
### 🧱 Updated Dependencies
|
|
594
|
-
|
|
595
|
-
- Updated style-base to 1.0.0
|
|
596
|
-
- Updated nte-offcanvas to 0.0.7
|
|
597
|
-
|
|
598
|
-
## 0.2.13 (2025-07-21)
|
|
599
|
-
|
|
600
|
-
### 🧱 Updated Dependencies
|
|
601
|
-
|
|
602
|
-
- Updated style-base to 0.0.2
|
|
603
|
-
- Updated nte-offcanvas to 0.0.6
|
|
604
|
-
|
|
605
|
-
## 0.2.12 (2025-07-21)
|
|
606
|
-
|
|
607
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
608
|
-
|
|
609
|
-
## 0.2.11 (2025-07-21)
|
|
610
|
-
|
|
611
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
612
|
-
|
|
613
|
-
## 0.2.10 (2025-07-21)
|
|
614
|
-
|
|
615
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
616
|
-
|
|
617
|
-
## 0.2.9 (2025-07-21)
|
|
618
|
-
|
|
619
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
620
|
-
|
|
621
|
-
## 0.2.8 (2025-07-21)
|
|
622
|
-
|
|
623
|
-
### 🧱 Updated Dependencies
|
|
624
|
-
|
|
625
|
-
- Updated nte-offcanvas to 0.0.5
|
|
626
|
-
|
|
627
|
-
## 0.2.7 (2025-07-21)
|
|
628
|
-
|
|
629
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
630
|
-
|
|
631
|
-
## 0.2.6 (2025-07-21)
|
|
632
|
-
|
|
633
|
-
### 🧱 Updated Dependencies
|
|
634
|
-
|
|
635
|
-
- Updated style-reset to 0.1.1
|
|
636
|
-
- Updated nte-offcanvas to 0.0.4
|
|
637
|
-
|
|
638
|
-
## 0.2.5 (2025-07-16)
|
|
639
|
-
|
|
640
|
-
### 🧱 Updated Dependencies
|
|
641
|
-
|
|
642
|
-
- Updated nte-offcanvas to 0.0.3
|
|
643
|
-
|
|
644
|
-
## 0.3.5 (2025-07-15)
|
|
645
|
-
|
|
646
|
-
### 🧱 Updated Dependencies
|
|
647
|
-
|
|
648
|
-
- Updated nte-offcanvas to 0.2.2
|
|
649
|
-
|
|
650
|
-
## 0.3.4 (2025-07-15)
|
|
651
|
-
|
|
652
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
653
|
-
|
|
654
|
-
## 0.3.3 (2025-07-15)
|
|
655
|
-
|
|
656
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
657
|
-
|
|
658
|
-
## 0.3.2 (2025-07-15)
|
|
659
|
-
|
|
660
|
-
### 🧱 Updated Dependencies
|
|
661
|
-
|
|
662
|
-
- Updated nte-offcanvas to 0.2.1
|
|
663
|
-
|
|
664
|
-
## 0.3.1 (2025-07-15)
|
|
665
|
-
|
|
666
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
667
|
-
|
|
668
|
-
## 0.3.0 (2025-07-15)
|
|
669
|
-
|
|
670
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
671
|
-
|
|
672
|
-
## 0.2.0 (2025-07-15)
|
|
673
|
-
|
|
674
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
675
|
-
|
|
676
|
-
## 0.1.1 (2025-07-15)
|
|
677
|
-
|
|
678
|
-
### 🧱 Updated Dependencies
|
|
679
|
-
|
|
680
|
-
- Updated nte-burger to 0.1.0
|
|
681
|
-
|
|
682
|
-
## 0.1.0 (2025-07-15)
|
|
683
|
-
|
|
684
|
-
This was a version bump only for nte-nav to align it with other projects, there were no code changes.
|
|
685
|
-
|
|
686
|
-
## 0.0.3 (2025-07-15)
|
|
687
|
-
|
|
688
|
-
### 🧱 Updated Dependencies
|
|
689
|
-
|
|
690
|
-
- Updated nt-framework to 0.1.0
|
|
691
|
-
- Updated nte-offcanvas to 0.0.2
|
|
692
|
-
- Updated nte-burger to 0.0.2
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { LitElement } from 'lit';
|
|
2
|
-
declare const NteNavBrandRelocator_base: typeof LitElement & (abstract new (...args: any[]) => import('@trunkjs/browser-utils').LoggerMixinInterface);
|
|
3
|
-
export declare class NteNavBrandRelocator extends NteNavBrandRelocator_base {
|
|
4
|
-
#private;
|
|
5
|
-
static styles: import('lit').CSSResult[];
|
|
6
|
-
accessor brandSelector: string;
|
|
7
|
-
accessor active: boolean | null;
|
|
8
|
-
accessor mode: string;
|
|
9
|
-
private accessor done;
|
|
10
|
-
private accessor initialized;
|
|
11
|
-
private onScroll;
|
|
12
|
-
private onanimationEnd;
|
|
13
|
-
private get brandElement();
|
|
14
|
-
render(): import('lit-html').TemplateResult<1> | null;
|
|
15
|
-
update(changedProperties: Map<string, any>): void;
|
|
16
|
-
private get ghostElement();
|
|
17
|
-
firstUpdated(): Promise<void>;
|
|
18
|
-
connectedCallback(): Promise<void>;
|
|
19
|
-
}
|
|
20
|
-
export {};
|