kaafil-react-uikit 0.7.1 → 0.9.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/admin/index.cjs +364 -348
  3. package/dist/admin/index.cjs.map +1 -1
  4. package/dist/admin/index.js +24 -8
  5. package/dist/admin/index.js.map +1 -1
  6. package/dist/{chunk-7O3TPYK4.cjs → chunk-2WPNGUX5.cjs} +17 -17
  7. package/dist/{chunk-7O3TPYK4.cjs.map → chunk-2WPNGUX5.cjs.map} +1 -1
  8. package/dist/{chunk-DYOAKTGJ.js → chunk-6PQWLUBA.js} +5 -5
  9. package/dist/{chunk-DYOAKTGJ.js.map → chunk-6PQWLUBA.js.map} +1 -1
  10. package/dist/{chunk-GKR52SVU.js → chunk-CCK3WPMF.js} +3 -3
  11. package/dist/{chunk-GKR52SVU.js.map → chunk-CCK3WPMF.js.map} +1 -1
  12. package/dist/{chunk-7COMKJTM.cjs → chunk-ELJPQSXY.cjs} +9 -9
  13. package/dist/{chunk-7COMKJTM.cjs.map → chunk-ELJPQSXY.cjs.map} +1 -1
  14. package/dist/{chunk-TDFM563X.cjs → chunk-FO5VJJUO.cjs} +12 -12
  15. package/dist/{chunk-TDFM563X.cjs.map → chunk-FO5VJJUO.cjs.map} +1 -1
  16. package/dist/{chunk-VU5BCK2P.js → chunk-FSSB6J3X.js} +3 -3
  17. package/dist/{chunk-VU5BCK2P.js.map → chunk-FSSB6J3X.js.map} +1 -1
  18. package/dist/{chunk-YHGAFRN6.js → chunk-GOSSRXBN.js} +3 -3
  19. package/dist/{chunk-YHGAFRN6.js.map → chunk-GOSSRXBN.js.map} +1 -1
  20. package/dist/{chunk-MP4IMAPF.cjs → chunk-IAXVUR7H.cjs} +55 -55
  21. package/dist/{chunk-MP4IMAPF.cjs.map → chunk-IAXVUR7H.cjs.map} +1 -1
  22. package/dist/{chunk-4R7QBTNL.cjs → chunk-PFTWPEVV.cjs} +4 -4
  23. package/dist/{chunk-4R7QBTNL.cjs.map → chunk-PFTWPEVV.cjs.map} +1 -1
  24. package/dist/chunk-PG7HNBTO.cjs +12 -0
  25. package/dist/{chunk-LBTAK5JA.cjs.map → chunk-PG7HNBTO.cjs.map} +1 -1
  26. package/dist/{chunk-ASFUY3IE.cjs → chunk-SMGXVEN3.cjs} +8 -4
  27. package/dist/chunk-SMGXVEN3.cjs.map +1 -0
  28. package/dist/{chunk-57DYMIWS.js → chunk-SO4F5LTH.js} +5 -5
  29. package/dist/{chunk-57DYMIWS.js.map → chunk-SO4F5LTH.js.map} +1 -1
  30. package/dist/{chunk-ZURCZQQ7.js → chunk-TESIDLJ6.js} +8 -4
  31. package/dist/chunk-TESIDLJ6.js.map +1 -0
  32. package/dist/{chunk-Q4B25EZO.js → chunk-TJGE4ZSX.js} +3 -3
  33. package/dist/{chunk-Q4B25EZO.js.map → chunk-TJGE4ZSX.js.map} +1 -1
  34. package/dist/{chunk-PQJGV3RE.cjs → chunk-TYBIAPPT.cjs} +83 -83
  35. package/dist/{chunk-PQJGV3RE.cjs.map → chunk-TYBIAPPT.cjs.map} +1 -1
  36. package/dist/{chunk-E3KOQYY2.js → chunk-YWMDBY43.js} +3 -3
  37. package/dist/{chunk-E3KOQYY2.js.map → chunk-YWMDBY43.js.map} +1 -1
  38. package/dist/core/index.cjs +107 -107
  39. package/dist/core/index.js +10 -10
  40. package/dist/index.css +1 -1
  41. package/dist/manager/index.cjs +240 -240
  42. package/dist/manager/index.cjs.map +1 -1
  43. package/dist/manager/index.d.cts +16 -3
  44. package/dist/manager/index.d.ts +16 -3
  45. package/dist/manager/index.js +7 -7
  46. package/dist/manager/index.js.map +1 -1
  47. package/dist/offline/index.cjs +112 -0
  48. package/dist/offline/index.cjs.map +1 -0
  49. package/dist/offline/index.d.cts +129 -0
  50. package/dist/offline/index.d.ts +129 -0
  51. package/dist/offline/index.js +108 -0
  52. package/dist/offline/index.js.map +1 -0
  53. package/dist/tokens.json +7 -1
  54. package/dist/traveller/index.cjs +35 -35
  55. package/dist/traveller/index.js +5 -5
  56. package/package.json +6 -1
  57. package/dist/chunk-ASFUY3IE.cjs.map +0 -1
  58. package/dist/chunk-LBTAK5JA.cjs +0 -12
  59. package/dist/chunk-ZURCZQQ7.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,32 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this package uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
  While on `0.x` a minor bump may carry a breaking change; the entry will say so.
8
8
 
9
+ ## [0.8.0] — 2026-09-14
10
+
11
+ ### Added
12
+
13
+ - **`--kf-density-row-padding-block`** — host-tunable row padding, and the
14
+ token that actually decides how tall an admin table row is. Both admin
15
+ tables read it, so one override retunes the console.
16
+
17
+ `--kf-density-row-height` reads like that knob and is not: it feeds
18
+ `min-block-size`, so it can only make a row taller than its padding plus
19
+ content, never shorter. A host asking for 26px rows set it, saw nothing
20
+ move, and reported it dead. With the new token a manifest row goes 61px →
21
+ 41px at `2px` padding, and 40px composed with `density="compact"`.
22
+
23
+ There is a floor neither token crosses: a manifest row renders an avatar
24
+ beside two lines of identity, ~36px, so zero padding still leaves a ~36px
25
+ row. Below that is a change to what the row shows, via
26
+ `components.ManifestRow`, not a token.
27
+
28
+ ### Changed
29
+
30
+ - The trips-directory row now shares that token, dropping 2px per edge from
31
+ its own `--kf-space-3-5`. The two admin tables had been tuned independently
32
+ and differed by 2px for no stated reason; one rhythm across the console is
33
+ worth more than preserving that.
34
+
9
35
  ## [0.7.1] — 2026-09-14
10
36
 
11
37
  ### Fixed