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