@kungal/ui-nuxt 1.6.1 → 1.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +542 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,542 @@
1
+ # @kungal/ui-nuxt
2
+
3
+ ## 1.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0019f45]
8
+ - @kungal/ui-vue@1.6.3
9
+ - @kungal/ui-tokens@1.6.3
10
+
11
+ ## 1.6.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 05f2bee: chore: ship CHANGELOG.md in the published packages
16
+
17
+ `CHANGELOG.md` is now included in each package's npm tarball (added to `files`),
18
+ so downstream can read the per-version changes straight from the npm package
19
+ page — not only from the GitHub repo. (Releases also now appear on GitHub
20
+ Releases and the docs site's auto-generated /changelog page.)
21
+
22
+ - Updated dependencies [05f2bee]
23
+ - @kungal/ui-tokens@1.6.2
24
+ - @kungal/ui-vue@1.6.2
25
+
26
+ ## 1.6.1
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [498a9c1]
31
+ - @kungal/ui-vue@1.6.1
32
+ - @kungal/ui-tokens@1.6.1
33
+
34
+ ## 1.6.0
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [5d9ced9]
39
+ - @kungal/ui-vue@1.6.0
40
+ - @kungal/ui-tokens@1.6.0
41
+
42
+ ## 1.5.0
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [13005ea]
47
+ - @kungal/ui-vue@1.5.0
48
+ - @kungal/ui-tokens@1.5.0
49
+
50
+ ## 1.4.2
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [6d70e87]
55
+ - @kungal/ui-vue@1.4.2
56
+ - @kungal/ui-tokens@1.4.2
57
+
58
+ ## 1.4.1
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [0752bc1]
63
+ - @kungal/ui-vue@1.4.1
64
+ - @kungal/ui-tokens@1.4.1
65
+
66
+ ## 1.4.0
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [cf9196c]
71
+ - @kungal/ui-vue@1.4.0
72
+ - @kungal/ui-tokens@1.4.0
73
+
74
+ ## 1.3.0
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [27e40d4]
79
+ - @kungal/ui-vue@1.3.0
80
+ - @kungal/ui-tokens@1.3.0
81
+
82
+ ## 1.2.0
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies [8368cfe]
87
+ - @kungal/ui-vue@1.2.0
88
+ - @kungal/ui-tokens@1.2.0
89
+
90
+ ## 1.1.1
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [c6d7502]
95
+ - @kungal/ui-vue@1.1.1
96
+ - @kungal/ui-tokens@1.1.1
97
+
98
+ ## 1.1.0
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [eaf375b]
103
+ - @kungal/ui-vue@1.1.0
104
+ - @kungal/ui-tokens@1.1.0
105
+
106
+ ## 1.0.0
107
+
108
+ ### Major Changes
109
+
110
+ - ac0bd4e: 1.0.0 — first stable release.
111
+
112
+ The component set (57 Vue components) and the design-token system are stable and
113
+ documented. Over the 0.14 → 0.22 line every cross-cutting surface was routed
114
+ through a single source of truth: borders (`--color-kun-border` / `border-kun`),
115
+ focus rings (`kunFocusRingClasses`), corner radius (`rounded-kun-*` /
116
+ `--kun-radius-scale`), elevation (`--shadow-kun-*`), motion (`--kun-dur-*` +
117
+ `duration-kun-*` + `ease-kun-*`), and sizing (`kunControlSize` /
118
+ `kunSelectionSize` / `kunChipSize`).
119
+
120
+ Also fixes a registration gap surfaced while completing the docs: `KunAutocomplete`,
121
+ `KunNumberInput`, and `KunPinInput` (added in 0.14.0) were never added to the Nuxt
122
+ layer's auto-import list, so Nuxt consumers hit "Failed to resolve component". They
123
+ now auto-import like every other component (plain-Vue `app.use(KunUI)` already
124
+ registered them). Their docs pages, prop tables, and `llms.txt` entries are added.
125
+
126
+ ### Patch Changes
127
+
128
+ - Updated dependencies [ac0bd4e]
129
+ - @kungal/ui-tokens@1.0.0
130
+ - @kungal/ui-vue@1.0.0
131
+
132
+ ## 0.22.4
133
+
134
+ ### Patch Changes
135
+
136
+ - Updated dependencies [157c04f]
137
+ - @kungal/ui-vue@0.22.4
138
+ - @kungal/ui-tokens@0.22.4
139
+
140
+ ## 0.22.3
141
+
142
+ ### Patch Changes
143
+
144
+ - Updated dependencies [0305c8d]
145
+ - @kungal/ui-vue@0.22.3
146
+ - @kungal/ui-tokens@0.22.3
147
+
148
+ ## 0.22.2
149
+
150
+ ### Patch Changes
151
+
152
+ - @kungal/ui-vue@0.22.2
153
+ - @kungal/ui-tokens@0.22.2
154
+
155
+ ## 0.22.1
156
+
157
+ ### Patch Changes
158
+
159
+ - @kungal/ui-vue@0.22.1
160
+ - @kungal/ui-tokens@0.22.1
161
+
162
+ ## 0.22.0
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [2026df2]
167
+ - @kungal/ui-vue@0.22.0
168
+ - @kungal/ui-tokens@0.22.0
169
+
170
+ ## 0.21.0
171
+
172
+ ### Patch Changes
173
+
174
+ - Updated dependencies [3e841f0]
175
+ - @kungal/ui-vue@0.21.0
176
+ - @kungal/ui-tokens@0.21.0
177
+
178
+ ## 0.20.0
179
+
180
+ ### Patch Changes
181
+
182
+ - Updated dependencies [40e8abf]
183
+ - Updated dependencies [40e8abf]
184
+ - @kungal/ui-tokens@0.20.0
185
+ - @kungal/ui-vue@0.20.0
186
+
187
+ ## 0.19.1
188
+
189
+ ### Patch Changes
190
+
191
+ - Updated dependencies [3a67606]
192
+ - @kungal/ui-vue@0.19.1
193
+ - @kungal/ui-tokens@0.19.1
194
+
195
+ ## 0.19.0
196
+
197
+ ### Patch Changes
198
+
199
+ - Updated dependencies [d8e7e76]
200
+ - @kungal/ui-vue@0.19.0
201
+ - @kungal/ui-tokens@0.19.0
202
+
203
+ ## 0.18.1
204
+
205
+ ### Patch Changes
206
+
207
+ - Updated dependencies [1016e80]
208
+ - @kungal/ui-vue@0.18.1
209
+ - @kungal/ui-tokens@0.18.1
210
+
211
+ ## 0.18.0
212
+
213
+ ### Patch Changes
214
+
215
+ - Updated dependencies [6fa75bb]
216
+ - @kungal/ui-tokens@0.18.0
217
+ - @kungal/ui-vue@0.18.0
218
+
219
+ ## 0.17.2
220
+
221
+ ### Patch Changes
222
+
223
+ - Updated dependencies [9989b7c]
224
+ - @kungal/ui-tokens@0.17.2
225
+ - @kungal/ui-vue@0.17.2
226
+
227
+ ## 0.17.1
228
+
229
+ ### Patch Changes
230
+
231
+ - Updated dependencies [54f3498]
232
+ - @kungal/ui-vue@0.17.1
233
+ - @kungal/ui-tokens@0.17.1
234
+
235
+ ## 0.17.0
236
+
237
+ ### Patch Changes
238
+
239
+ - Updated dependencies [59479bc]
240
+ - @kungal/ui-vue@0.17.0
241
+ - @kungal/ui-tokens@0.17.0
242
+
243
+ ## 0.16.0
244
+
245
+ ### Patch Changes
246
+
247
+ - Updated dependencies [8cc6532]
248
+ - @kungal/ui-vue@0.16.0
249
+ - @kungal/ui-tokens@0.16.0
250
+
251
+ ## 0.15.0
252
+
253
+ ### Patch Changes
254
+
255
+ - Updated dependencies [e5f8c89]
256
+ - @kungal/ui-vue@0.15.0
257
+ - @kungal/ui-tokens@0.15.0
258
+
259
+ ## 0.14.0
260
+
261
+ ### Patch Changes
262
+
263
+ - Updated dependencies [cd404aa]
264
+ - @kungal/ui-vue@0.14.0
265
+ - @kungal/ui-tokens@0.14.0
266
+
267
+ ## 0.13.0
268
+
269
+ ### Patch Changes
270
+
271
+ - Updated dependencies [59dc29e]
272
+ - @kungal/ui-vue@0.13.0
273
+ - @kungal/ui-tokens@0.13.0
274
+
275
+ ## 0.12.0
276
+
277
+ ### Patch Changes
278
+
279
+ - Updated dependencies [6e5836e]
280
+ - @kungal/ui-vue@0.12.0
281
+ - @kungal/ui-tokens@0.12.0
282
+
283
+ ## 0.11.0
284
+
285
+ ### Minor Changes
286
+
287
+ - 5403dca: SEO-first Tab panels + crawlable tab-as-route.
288
+
289
+ KunTab was a headless tab **bar** (it rendered `role="tab"` buttons and exposed
290
+ the active value, but no content). That left the SSR-SEO-critical decision —
291
+ how to render and hide each section — entirely to the consumer, and the obvious
292
+ `v-if` choice silently drops inactive panels from the indexable DOM. This adds a
293
+ first-class, SEO-optimal content layer.
294
+
295
+ **New `KunTabPanel` / `KunTabPanels`.**
296
+
297
+ ```vue
298
+ <KunTab v-model="active" :items="items" name="product" />
299
+ <KunTabPanels v-model="active" name="product">
300
+ <KunTabPanel value="overview">…</KunTabPanel>
301
+ <KunTabPanel value="specs">…</KunTabPanel>
302
+ </KunTabPanels>
303
+ ```
304
+
305
+ - **`mount` (default `"eager"`)** — `eager` server-renders **every** panel into the
306
+ HTML so search engines index all of it; inactive panels are hidden, not removed.
307
+ `"lazy"` renders on first activation then keeps (huge data, accepts the
308
+ trade-off for unopened panels); `"unmount"` keeps only the active panel in the
309
+ DOM (NOT crawlable — for heavy non-SEO widgets only). `forceMount` is a boolean
310
+ alias for `eager`, familiar from Radix/Reka/MUI.
311
+ - **Inactive panels hide with `hidden="until-found"`** (`hiddenStrategy`, default) —
312
+ they stay indexed _and_ become reachable by in-page search (Ctrl+F),
313
+ scroll-to-text fragments and deep links; the `beforematch` reveal flips the
314
+ active tab to match. `hiddenStrategy="display"` falls back to `display:none`.
315
+ SSR/first paint is flash-free (a `content-visibility` placeholder upgrades to
316
+ the real attribute on the client).
317
+ - Correct `role="tabpanel"` + `aria-labelledby`/`aria-controls` wiring (tab ↔
318
+ panel ids derive from the tab `value`, namespaced by an optional `name`).
319
+
320
+ **KunTab: `href` items now render a real `<a>` (crawlable tab-as-route).** Tabs
321
+ with `href` previously rendered a `<button>` that navigated programmatically —
322
+ invisible to crawlers. They now render `config.linkComponent` (`<a>` / `NuxtLink`)
323
+ with the href, so each tab is a discoverable URL and works without JS; with JS the
324
+ click is intercepted and routed through `config.navigate` (no double-nav). Tabs
325
+ also gained `id` / `aria-controls` (and KunTab a `name` prop) to pair with panels.
326
+
327
+ ### Patch Changes
328
+
329
+ - Updated dependencies [5403dca]
330
+ - @kungal/ui-vue@0.11.0
331
+ - @kungal/ui-tokens@0.11.0
332
+
333
+ ## 0.10.0
334
+
335
+ ### Patch Changes
336
+
337
+ - Updated dependencies [7f8495d]
338
+ - @kungal/ui-tokens@0.10.0
339
+ - @kungal/ui-vue@0.10.0
340
+
341
+ ## 0.9.0
342
+
343
+ ### Patch Changes
344
+
345
+ - Updated dependencies [0a57065]
346
+ - @kungal/ui-tokens@0.9.0
347
+ - @kungal/ui-vue@0.9.0
348
+
349
+ ## 0.8.0
350
+
351
+ ### Patch Changes
352
+
353
+ - Updated dependencies [7624924]
354
+ - @kungal/ui-vue@0.8.0
355
+ - @kungal/ui-tokens@0.8.0
356
+
357
+ ## 0.7.0
358
+
359
+ ### Patch Changes
360
+
361
+ - Updated dependencies [29a39a7]
362
+ - @kungal/ui-vue@0.7.0
363
+ - @kungal/ui-tokens@0.7.0
364
+
365
+ ## 0.6.2
366
+
367
+ ### Patch Changes
368
+
369
+ - Updated dependencies [7b521fc]
370
+ - @kungal/ui-vue@0.6.2
371
+ - @kungal/ui-tokens@0.6.2
372
+
373
+ ## 0.6.1
374
+
375
+ ### Patch Changes
376
+
377
+ - Updated dependencies [dc437bb]
378
+ - @kungal/ui-vue@0.6.1
379
+ - @kungal/ui-tokens@0.6.1
380
+
381
+ ## 0.6.0
382
+
383
+ ### Minor Changes
384
+
385
+ - c15c5fc: Remove the `KunFavicon` component.
386
+
387
+ `KunFavicon` was just a static, hardcoded inline SVG of the KunUI lollipop mark
388
+ with no props — it carried no library value (an app that wants a logo ships its
389
+ own asset, e.g. via `KunBrand`'s `iconSrc`). It's dropped from the `@kungal/ui-vue`
390
+ exports and the `@kungal/ui-nuxt` auto-import list.
391
+
392
+ **Migration:** if you were rendering `<KunFavicon />`, inline your own logo SVG or
393
+ `<img>`/`KunImage` pointing at your favicon asset instead.
394
+
395
+ ### Patch Changes
396
+
397
+ - Updated dependencies [c15c5fc]
398
+ - @kungal/ui-vue@0.6.0
399
+ - @kungal/ui-tokens@0.6.0
400
+
401
+ ## 0.5.2
402
+
403
+ ### Patch Changes
404
+
405
+ - Updated dependencies [8b39e7c]
406
+ - @kungal/ui-vue@0.5.2
407
+ - @kungal/ui-tokens@0.5.2
408
+
409
+ ## 0.5.1
410
+
411
+ ### Patch Changes
412
+
413
+ - Updated dependencies [bef6580]
414
+ - @kungal/ui-tokens@0.5.1
415
+ - @kungal/ui-vue@0.5.1
416
+
417
+ ## 0.5.0
418
+
419
+ ### Patch Changes
420
+
421
+ - Updated dependencies [b669cf4]
422
+ - @kungal/ui-vue@0.5.0
423
+ - @kungal/ui-tokens@0.5.0
424
+
425
+ ## 0.4.1
426
+
427
+ ### Patch Changes
428
+
429
+ - Updated dependencies [93b8446]
430
+ - @kungal/ui-vue@0.4.1
431
+ - @kungal/ui-tokens@0.4.1
432
+
433
+ ## 0.4.0
434
+
435
+ ### Patch Changes
436
+
437
+ - Updated dependencies [cb46d7b]
438
+ - @kungal/ui-vue@0.4.0
439
+ - @kungal/ui-tokens@0.4.0
440
+
441
+ ## 0.3.4
442
+
443
+ ### Patch Changes
444
+
445
+ - Updated dependencies [3a50b6a]
446
+ - @kungal/ui-vue@0.3.4
447
+ - @kungal/ui-tokens@0.3.4
448
+
449
+ ## 0.3.3
450
+
451
+ ### Patch Changes
452
+
453
+ - Updated dependencies [9e0bdc2]
454
+ - @kungal/ui-vue@0.3.3
455
+ - @kungal/ui-tokens@0.3.3
456
+
457
+ ## 0.3.2
458
+
459
+ ### Patch Changes
460
+
461
+ - Updated dependencies [2bd491f]
462
+ - @kungal/ui-vue@0.3.2
463
+ - @kungal/ui-tokens@0.3.2
464
+
465
+ ## 0.3.1
466
+
467
+ ### Patch Changes
468
+
469
+ - Updated dependencies [24de30a]
470
+ - @kungal/ui-tokens@0.3.1
471
+ - @kungal/ui-vue@0.3.1
472
+
473
+ ## 0.3.0
474
+
475
+ ### Patch Changes
476
+
477
+ - Updated dependencies [9b8cbae]
478
+ - @kungal/ui-vue@0.3.0
479
+ - @kungal/ui-tokens@0.3.0
480
+
481
+ ## 0.2.5
482
+
483
+ ### Patch Changes
484
+
485
+ - Updated dependencies [f0bbd79]
486
+ - @kungal/ui-vue@0.2.5
487
+ - @kungal/ui-tokens@0.2.5
488
+
489
+ ## 0.2.4
490
+
491
+ ### Patch Changes
492
+
493
+ - Updated dependencies [0ec98f9]
494
+ - @kungal/ui-vue@0.2.4
495
+ - @kungal/ui-tokens@0.2.4
496
+
497
+ ## 0.2.3
498
+
499
+ ### Patch Changes
500
+
501
+ - Updated dependencies [f0bc0fc]
502
+ - @kungal/ui-vue@0.2.3
503
+ - @kungal/ui-tokens@0.2.3
504
+
505
+ ## 0.2.2
506
+
507
+ ### Patch Changes
508
+
509
+ - Updated dependencies [d32b6e5]
510
+ - @kungal/ui-vue@0.2.2
511
+ - @kungal/ui-tokens@0.2.2
512
+
513
+ ## 0.2.1
514
+
515
+ ### Patch Changes
516
+
517
+ - Updated dependencies [f48f420]
518
+ - @kungal/ui-vue@0.2.1
519
+ - @kungal/ui-tokens@0.2.1
520
+
521
+ ## 0.2.0
522
+
523
+ ### Minor Changes
524
+
525
+ - 35358f2: Settle on the `@kungal/ui-*` package namespace; the four packages are versioned and released together.
526
+
527
+ ### Patch Changes
528
+
529
+ - Updated dependencies [e3cf45d]
530
+ - Updated dependencies [d5ffbb6]
531
+ - Updated dependencies [35358f2]
532
+ - @kungal/ui-vue@0.2.0
533
+ - @kungal/ui-tokens@0.2.0
534
+
535
+ ## 0.1.1
536
+
537
+ ### Patch Changes
538
+
539
+ - c532a02: Add npm `keywords` to every package for better discoverability on the npm registry.
540
+ - Updated dependencies [c532a02]
541
+ - @kungal/ui-tokens@0.1.1
542
+ - @kungal/ui-vue@0.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungal/ui-nuxt",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "KunUI Nuxt Layer — wraps @kungal/ui-vue, auto-imports the components, and injects NuxtLink + @nuxt/icon so existing Nuxt apps keep their exact DX.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -26,6 +26,7 @@
26
26
  },
27
27
  "main": "./nuxt.config.ts",
28
28
  "files": [
29
+ "CHANGELOG.md",
29
30
  "app",
30
31
  "nuxt.config.ts"
31
32
  ],
@@ -33,8 +34,8 @@
33
34
  "@nuxt/icon": "^2.2.3",
34
35
  "@nuxt/image": "^2.0.0",
35
36
  "@nuxt/kit": "^4.4.7",
36
- "@kungal/ui-tokens": "1.6.1",
37
- "@kungal/ui-vue": "1.6.1"
37
+ "@kungal/ui-tokens": "1.6.3",
38
+ "@kungal/ui-vue": "1.6.3"
38
39
  },
39
40
  "peerDependencies": {
40
41
  "nuxt": "^4.0.0",