@lancar/lxui 1.0.0 → 1.0.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 (90) hide show
  1. package/CHANGELOG.md +222 -55
  2. package/LICENSE +1 -1
  3. package/README.md +224 -68
  4. package/fonts/accessibility/accessibility.css +34 -0
  5. package/fonts/accessibility/accessibility.min.css +2 -0
  6. package/fonts/accessibility/atkinson-hyperlegible/AtkinsonHyperlegible-400.woff2 +0 -0
  7. package/fonts/accessibility/atkinson-hyperlegible/AtkinsonHyperlegible-400Italic.woff2 +0 -0
  8. package/fonts/accessibility/atkinson-hyperlegible/AtkinsonHyperlegible-700.woff2 +0 -0
  9. package/fonts/accessibility/atkinson-hyperlegible/atkinson-hyperlegible.css +30 -0
  10. package/fonts/accessibility/atkinson-hyperlegible/atkinson-hyperlegible.min.css +2 -0
  11. package/fonts/fonts.css +357 -0
  12. package/fonts/fonts.min.css +2 -0
  13. package/fonts/mono/fira-code/FiraCode-400.woff2 +0 -0
  14. package/fonts/mono/fira-code/FiraCode-500.woff2 +0 -0
  15. package/fonts/mono/fira-code/FiraCode-700.woff2 +0 -0
  16. package/fonts/mono/fira-code/fira-code.css +30 -0
  17. package/fonts/mono/fira-code/fira-code.min.css +2 -0
  18. package/fonts/mono/jetbrains-mono/JetBrainsMono-400.woff2 +0 -0
  19. package/fonts/mono/jetbrains-mono/JetBrainsMono-500.woff2 +0 -0
  20. package/fonts/mono/jetbrains-mono/JetBrainsMono-700.woff2 +0 -0
  21. package/fonts/mono/jetbrains-mono/jetbrains-mono.css +30 -0
  22. package/fonts/mono/jetbrains-mono/jetbrains-mono.min.css +2 -0
  23. package/fonts/mono/mono.css +61 -0
  24. package/fonts/mono/mono.min.css +2 -0
  25. package/fonts/sans/ibm-plex-sans/IBMPlexSans-400.woff2 +0 -0
  26. package/fonts/sans/ibm-plex-sans/IBMPlexSans-400Italic.woff2 +0 -0
  27. package/fonts/sans/ibm-plex-sans/IBMPlexSans-500.woff2 +0 -0
  28. package/fonts/sans/ibm-plex-sans/IBMPlexSans-600.woff2 +0 -0
  29. package/fonts/sans/ibm-plex-sans/IBMPlexSans-700.woff2 +0 -0
  30. package/fonts/sans/ibm-plex-sans/ibm-plex-sans.css +48 -0
  31. package/fonts/sans/ibm-plex-sans/ibm-plex-sans.min.css +2 -0
  32. package/fonts/sans/inter/Inter-400.woff2 +0 -0
  33. package/fonts/sans/inter/Inter-500.woff2 +0 -0
  34. package/fonts/sans/inter/Inter-600.woff2 +0 -0
  35. package/fonts/sans/inter/Inter-700.woff2 +0 -0
  36. package/fonts/sans/inter/inter.css +39 -0
  37. package/fonts/sans/inter/inter.min.css +2 -0
  38. package/fonts/sans/manrope/Manrope-400.woff2 +0 -0
  39. package/fonts/sans/manrope/Manrope-500.woff2 +0 -0
  40. package/fonts/sans/manrope/Manrope-600.woff2 +0 -0
  41. package/fonts/sans/manrope/Manrope-700.woff2 +0 -0
  42. package/fonts/sans/manrope/manrope.css +39 -0
  43. package/fonts/sans/manrope/manrope.min.css +2 -0
  44. package/fonts/sans/plus-jakarta-sans/PlusJakartaSans-400.woff2 +0 -0
  45. package/fonts/sans/plus-jakarta-sans/PlusJakartaSans-400Italic.woff2 +0 -0
  46. package/fonts/sans/plus-jakarta-sans/PlusJakartaSans-500.woff2 +0 -0
  47. package/fonts/sans/plus-jakarta-sans/PlusJakartaSans-600.woff2 +0 -0
  48. package/fonts/sans/plus-jakarta-sans/PlusJakartaSans-700.woff2 +0 -0
  49. package/fonts/sans/plus-jakarta-sans/plus-jakarta-sans.css +48 -0
  50. package/fonts/sans/plus-jakarta-sans/plus-jakarta-sans.min.css +2 -0
  51. package/fonts/sans/sans.css +169 -0
  52. package/fonts/sans/sans.min.css +2 -0
  53. package/fonts/serif/literata/Literata-400.woff2 +0 -0
  54. package/fonts/serif/literata/Literata-400Italic.woff2 +0 -0
  55. package/fonts/serif/literata/Literata-600.woff2 +0 -0
  56. package/fonts/serif/literata/Literata-700.woff2 +0 -0
  57. package/fonts/serif/literata/literata.css +39 -0
  58. package/fonts/serif/literata/literata.min.css +2 -0
  59. package/fonts/serif/merriweather/Merriweather-400.woff2 +0 -0
  60. package/fonts/serif/merriweather/Merriweather-400Italic.woff2 +0 -0
  61. package/fonts/serif/merriweather/Merriweather-700.woff2 +0 -0
  62. package/fonts/serif/merriweather/merriweather.css +30 -0
  63. package/fonts/serif/merriweather/merriweather.min.css +2 -0
  64. package/fonts/serif/serif.css +106 -0
  65. package/fonts/serif/serif.min.css +2 -0
  66. package/fonts/serif/source-serif-4/SourceSerif4-400.woff2 +0 -0
  67. package/fonts/serif/source-serif-4/SourceSerif4-400Italic.woff2 +0 -0
  68. package/fonts/serif/source-serif-4/SourceSerif4-600.woff2 +0 -0
  69. package/fonts/serif/source-serif-4/SourceSerif4-700.woff2 +0 -0
  70. package/fonts/serif/source-serif-4/source-serif-4.css +39 -0
  71. package/fonts/serif/source-serif-4/source-serif-4.min.css +2 -0
  72. package/lx-grid.min.css +2 -2
  73. package/lx-utilities.min.css +2 -2
  74. package/lxeditor.min.css +2 -2
  75. package/lxfonts.min.css +2 -2
  76. package/lxicons.min.css +2 -2
  77. package/lxthemes.min.css +2 -2
  78. package/lxui.bundle.min.js +5 -5
  79. package/lxui.esm.min.js +3 -3
  80. package/lxui.js +3 -3
  81. package/lxui.min.css +1 -1
  82. package/lxui.min.js +3 -3
  83. package/lxui.rtl.min.css +1 -1
  84. package/package.json +4 -9
  85. package/types/index.d.ts +1 -1
  86. package/lxui.bundle.js +0 -540
  87. package/lxui.css +0 -2163
  88. package/lxui.esm.js +0 -669
  89. package/lxui.rtl.css +0 -2466
  90. package/marked.min.js +0 -69
package/CHANGELOG.md CHANGED
@@ -6,71 +6,238 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6
6
 
7
7
  ---
8
8
 
9
- ## [1.0.0] — 2025-06-03
9
+ ## [1.0.2] — 2026-06-03
10
+
11
+ ### Fixed
12
+ - Add `lxmarked.js` back to npm `files[]` (accidentally removed in v1.0.1 cleanup)
13
+
14
+ ---
15
+
16
+ ## [1.0.1] — 2026-06-03
10
17
 
11
18
  ### Added
12
19
 
13
- #### CSS Components
14
- - `lx-divider` horizontal & vertical dividers with optional text label, dashed, primary variants
15
- - `lx-chip` interactive filter chips with color, size, dismiss, dot variants
16
- - `lx-tag`square label-style tags with solid and soft color variants
17
- - `lx-steps` / `lx-step` horizontal & vertical steppers (active / done / error states)
18
- - `lx-stat`metric/KPI card with trend indicators (up/down), stat icon
19
- - `lx-file-drop`drag-and-drop upload zone with file list
20
- - `lx-empty` empty state component with icon, title, description
21
- - `lx-number-input` +/− increment control
22
- - `lx-rating` interactive and readonly star rating
23
- - `lx-callout` — notice/callout blocks (primary, success, warning, danger, info)
24
- - `lx-fab` — floating action button (fixed position)
25
- - `lx-back-top` scroll-to-top button with auto show/hide
26
- - `lx-code-block` + `lx-code-copy` code block with copy button
27
- - `lx-gradient-text`, `lx-gradient-primary/warm/cool/purple` gradient helpers
28
- - `lx-animate-slide-*`, `lx-animate-zoom-in`, `lx-animate-bounce-in`, `lx-animate-pulse-ring` animation utilities
29
- - `lx-delay-{100|200|300|500|700}` — animation delay helpers
30
- - Dark mode semantic overrides via `[data-mode="dark"]` and `.dark`
20
+ #### Self-hosted Fonts (zero Google Fonts / CDN dependency)
21
+ - **38 woff2 files** 10 font families didownload dari Google Fonts
22
+ - Struktur modular per kategori:
23
+ - `fonts/sans/`Plus Jakarta Sans, Inter, Manrope, IBM Plex Sans
24
+ - `fonts/serif/`Literata, Source Serif 4, Merriweather
25
+ - `fonts/accessibility/`Atkinson Hyperlegible
26
+ - `fonts/mono/`JetBrains Mono, Fira Code
27
+ - Per-family CSS: `[family].css` + `[family].min.css` (individual @font-face)
28
+ - Per-category CSS: `sans.css`, `serif.css`, `mono.css`, `accessibility.css`
29
+ - Bundle: `fonts/fonts.css` + `fonts/fonts.min.css` (semua font)
30
+ - `scripts/download-fonts.js` — script untuk re-download font
31
+
32
+ #### Versioned Distribution Folders
33
+ - `1.0.0/` snapshot v1.0.0 (90 files: CSS + JS + types)
34
+ - `1.0.1/`snapshot v1.0.1 (90 files: CSS + JS + types)
35
+ - `fonts/` shared di root, tidak ikut versioning
36
+ - `scripts/build.js version` — auto-generate versioned folder
37
+
38
+ ### Changed
39
+ - Semua CDN links → jsDelivr `@1.0.1` (konsisten dengan versi npm)
40
+ - Version string di semua source files: `v1.0.0` → `v1.0.1`
41
+ - `package.json files[]` — hapus source unminified (lxui.css, lxui.rtl.css, lxui.js, lxui.esm.js, lxui.bundle.js)
42
+ - `scripts/build.js` BANNER — update ke v1.0.1
31
43
 
32
- #### JavaScript
33
- - `Clipboard` copy text with `execCommand` fallback for non-HTTPS contexts
34
- - `Counter`animated number counter with easing + `IntersectionObserver` auto-start
35
- - `NumberInput` — keyboard-accessible +/− number control with min/max/step
36
- - `Rating`interactive & readonly star rating component
37
- - `initLazy()` — `IntersectionObserver`-based lazy loading for images/iframes/backgrounds
38
- - `initBackTop()` scroll-to-top auto show/hide
39
- - `initCodeCopy()` — code block copy button handler
40
- - `initFileDrops()` — drag-and-drop file zone with custom events (`lx.file.drop`, `lx.file.select`)
41
-
42
- #### Package
43
- - `lxui.esm.js` — proper ES Module with named and default exports
44
- - `lxui.esm.min.js` — minified ESM build
45
- - `types/index.d.ts` — full TypeScript declaration file
46
- - `package.json` npm-ready manifest with `exports`, `files`, `browserslist`
47
- - `.npmignore` — excludes dev/build artifacts from published package
48
- - `CHANGELOG.md` — this file
49
- - `scripts/build.js` — reproducible build script
44
+ ### Fixed
45
+ - Font `@font-face` URL pakai jsDelivr CDN (`@1.0.1`)
46
+ - `.npmignore` — exclude `1.0.0/` dan `1.0.1/` version folders (terlalu besar untuk npm)
47
+
48
+ ### UsageFonts via jsDelivr
49
+ ```html
50
+ <!-- Semua font self-hosted -->
51
+ <link href="https://cdn.jsdelivr.net/npm/@lancar/lxui@1.0.1/fonts/fonts.min.css"
52
+ rel="stylesheet">
53
+
54
+ <!-- Hanya sans-serif -->
55
+ <link href="https://cdn.jsdelivr.net/npm/@lancar/lxui@1.0.1/fonts/sans/sans.min.css"
56
+ rel="stylesheet">
57
+
58
+ <!-- Hanya Inter -->
59
+ <link href="https://cdn.jsdelivr.net/npm/@lancar/lxui@1.0.1/fonts/sans/inter/inter.min.css"
60
+ rel="stylesheet">
61
+ ```
62
+
63
+ ---
64
+
65
+ ## [1.0.0] — 2026-06-03
66
+
67
+ ### Published
68
+ - **npm:** `@lancar/lxui@1.0.0` — https://www.npmjs.com/package/@lancar/lxui
69
+ - **jsDelivr CDN:** https://www.jsdelivr.com/package/npm/@lancar/lxui
70
+ - **GitHub Release:** https://github.com/lancar-id/lxui/releases/tag/v1.0.0
71
+ - 94 files · 212.8 KB packed · 1.0 MB unpacked
72
+
73
+ > Package name `lxui` ditolak npm (mirip `lx-ui`); diterbitkan sebagai scoped `@lancar/lxui`.
74
+
75
+ ---
76
+
77
+ ### Added
78
+
79
+ #### CSS Components (44 individual files — `css/components/`)
80
+ - `accordion` — Collapse/expand panel dengan animasi height
81
+ - `alert` — Dismissible alert dengan 6 warna variant
82
+ - `animations` — Keyframe utilities: slide, zoom, bounce, pulse, spin
83
+ - `avatar` — Gambar/inisial dengan status badge dan group
84
+ - `back-top` — Scroll-to-top button dengan auto show/hide
85
+ - `badge` — Inline label dengan solid, soft, dan outline variants
86
+ - `breadcrumb` — Navigation breadcrumb
87
+ - `button` — Full button system: solid, outline, ghost, link, group
88
+ - `callout` — Notice/callout block dengan icon dan title
89
+ - `card` — Content card dengan header, body, footer, overlay
90
+ - `carousel` — Image slider dengan touch support dan sliding transform
91
+ - `chip` — Interactive filter chip dengan dismiss button
92
+ - `code-block` — Code block dengan copy button
93
+ - `collapse` — Animated height collapse/expand
94
+ - `compat` — `@supports` fallback untuk Safari < 15, Firefox lama
95
+ - `dark-mode` — Semantic overrides untuk `[data-mode="dark"]`
96
+ - `divider` — Horizontal/vertical divider dengan optional text
97
+ - `dropdown` — Dropdown menu dengan dropup/dropend/dropstart
98
+ - `empty` — Empty state dengan icon, title, description
99
+ - `fab` — Floating Action Button
100
+ - `file-drop` — Drag-and-drop upload zone
101
+ - `forms` — Input, textarea, select, checkbox, radio, switch, range, validation
102
+ - `kbd` — Keyboard shortcut display
103
+ - `list-group` — Vertikal/horizontal list group
104
+ - `modal` — Dialog modal dengan backdrop, focus trap, keyboard
105
+ - `nav` — Navigation tabs dan pills
106
+ - `navbar` — Responsive navbar dengan mobile toggle
107
+ - `number-input` — +/− increment control
108
+ - `offcanvas` — Drawer/offcanvas dari 4 arah
109
+ - `pagination` — Page navigation
110
+ - `popover` — Floating popover dengan title dan konten
111
+ - `progress` — Progress bar dengan striped dan animasi
112
+ - `rating` — Interactive/readonly star rating
113
+ - `section` — Section/hero layout helpers
114
+ - `skeleton` — Loading skeleton dengan wave dan pulse animasi
115
+ - `spinner` — Border dan grow spinner dengan 4 ukuran
116
+ - `stat` — Metric/KPI card dengan trend indicator
117
+ - `steps` — Horizontal/vertical stepper (done/active/error)
118
+ - `table` — Data table dengan striped, hover, bordered, compact
119
+ - `tag` — Square label-style tag
120
+ - `timeline` — Vertikal event timeline
121
+ - `toast` — Static toast component (CSS-only)
122
+ - `toggler` — Hamburger icon dengan animasi buka/tutup
123
+ - `tooltip` — Floating tooltip dengan 4 posisi
124
+
125
+ #### CSS Base & Layout
126
+ - `css/base/reset.css` — CSS reset modern
127
+ - `css/base/tokens.css` — Design tokens (brand colors, spacing, radius, shadow)
128
+ - `css/base/tokens-extended.css` — Extended tokens (semantic aliases, gray scale)
129
+ - `css/base/typography.css` — Heading, display, lead, blockquote, code
130
+ - `css/base/utils.css` — Scroll lock, fade utility
131
+ - `css/layout/grid.css` — 12-column CSS Grid system
132
+ - `css/layout/utilities.css` — Display, flex, spacing, text, border, shadow, sizing
133
+ - `css/index.css` — Full @import bundle (51 imports)
134
+
135
+ #### JavaScript Modules (19 individual ESM files — `js/`)
136
+ - `utils.js` — Shared helpers: `qs`, `qsa`, `on`, `off`, `emit`, `trap`
137
+ - `modal.js` — Modal class dengan focus trap
138
+ - `toast.js` — Toast notifications dengan 6 posisi
139
+ - `collapse.js` — Animated collapse
140
+ - `dropdown.js` — Dropdown dengan outside-click
141
+ - `offcanvas.js` — Offcanvas/drawer
142
+ - `tooltip.js` — Positioned tooltip
143
+ - `popover.js` — Click popover
144
+ - `tab.js` — Tab panel switcher
145
+ - `carousel.js` — Image carousel dengan touch swipe
146
+ - `scrollspy.js` — Active nav link berdasarkan scroll
147
+ - `clipboard.js` — Copy to clipboard dengan execCommand fallback
148
+ - `counter.js` — Animated number counter dengan IntersectionObserver
149
+ - `number-input.js` — Keyboard-accessible +/− control
150
+ - `rating.js` — Star rating component
151
+ - `theme.js` — Theme/dark-mode manager
152
+ - `breakpoint.js` — Responsive breakpoint utilities
153
+ - `init.js` — Auto-init semua komponen via data attributes
154
+ - `index.js` — Re-export semua modul
155
+
156
+ #### Package & Tooling
157
+ - `lxui.esm.js` / `lxui.esm.min.js` — Proper ES Module dengan named `export`
158
+ - `types/index.d.ts` — TypeScript declarations lengkap (semua class + interface)
159
+ - `package.json` — npm manifest dengan `exports` map 85 entry, `files[]`, `browserslist`
160
+ - `.npmignore` — Excludes dev files dari npm package
161
+ - `.eslintrc.json` — ESLint config (optional)
162
+ - `.stylelintrc.json` — Stylelint config (optional)
163
+ - `.prettierrc` — Prettier config (optional)
164
+ - `jest.config.js` — Jest config dengan jsdom (optional)
165
+ - `scripts/build.js` — Build script: `node scripts/build.js [css|js|all]`
166
+ - `scripts/split.js` — Split source ke individual component files
167
+
168
+ #### Documentation
169
+ - `index.html` — Full dokumentasi page:
170
+ - Hero dengan CDN/npm/ESM install tabs
171
+ - 100 sidebar items × 10 group
172
+ - Fallback docs (bekerja tanpa server lokal)
173
+ - Smart script loader dengan CDN fallback
174
+ - Dark mode toggle
175
+ - Search (⌘K / Ctrl+K)
176
+ - Responsive sidebar mobile
177
+ - `CHANGELOG.md` — Changelog ini
178
+
179
+ ---
50
180
 
51
181
  ### Fixed
52
182
 
53
183
  #### CSS
54
- - Removed `@import url('fonts.googleapis.com/...')` from `lxfonts.min.css` — zero external dependencies
55
- - Removed duplicate `*{box-sizing:border-box}` reset in grid section
56
- - Removed duplicate `.lx-order-*` utility declarations
57
- - Added `-webkit-backdrop-filter` to modal backdrop, offcanvas backdrop, loading overlay
58
- - Added `@-webkit-keyframes` for all 8 keyframe declarations (`lx-spin`, `lx-grow`, `lx-modal-in`, `lx-dropdown-in`, `lx-fadein`, `lx-skeleton-wave`, `lx-skeleton-pulse`, `lx-progress-stripes`)
59
- - Added `-webkit-linear-gradient` to skeleton shimmer
60
- - Added `@supports` fallbacks for `aspect-ratio` (Safari < 15), `inset`, and `gap`
61
- - Added `will-change: transform` to `.lx-carousel-inner`
184
+ - Hapus `@import url('fonts.googleapis.com/...')` dari `lxfonts.min.css` — **zero external dependencies**
185
+ - Hapus duplikat `*{box-sizing:border-box}` di grid section
186
+ - Hapus duplikat `.lx-order-*` utility declarations
187
+ - Tambah `-webkit-backdrop-filter` pada modal backdrop, offcanvas backdrop, loading overlay
188
+ - Tambah `@-webkit-keyframes` untuk semua 8 keyframe declarations
189
+ - Tambah `-webkit-linear-gradient` pada skeleton shimmer
190
+ - Tambah `@supports` fallbacks untuk `aspect-ratio` (Safari < 15), `inset`, dan `gap`
191
+ - Tambah `will-change: transform` pada `.lx-carousel-inner`
62
192
 
63
193
  #### JavaScript
64
- - Fixed `Carousel` not sliding now uses `translateX` on `.lx-carousel-inner` instead of class toggle only
65
- - Added touch direction guard (ignores vertical swipes) in Carousel `_initTouch`
66
- - Added `transitionend` sliding guard to prevent overlapping animations
67
-
68
- ### Build
69
- - `lxui.min.css` rebuilt via clean-css level-2 (115 KB → 97 KB, −16%)
70
- - `lxui.min.js` rebuilt via terser 2-pass (37 KB → 23 KB, −39%)
71
- - `lxui.rtl.min.css` rebuilt (95 KB → 75 KB, −21%)
72
- - `lxui.bundle.min.js` rebuilt (25 KB 16 KB, −37%)
73
- - All individual `.min.css` files rebuilt with license banner
194
+ - **XSS hardening**`Toast.show()` dan `Popover._show()` diganti dari `innerHTML` ke DOM API + `textContent`
195
+ - Fix `Carousel` sliding via `translateX` pada `.lx-carousel-inner` (bukan hanya class toggle)
196
+ - Tambah touch direction guard di Carousel `_initTouch()` (ignore vertical swipes)
197
+ - Tambah `transitionend` sliding guard untuk mencegah overlap animation
198
+
199
+ #### index.html
200
+ - Ganti semua CDN `cdn.lancar.id` jsDelivr dengan SRI integrity hash
201
+ - Fix MIME type error — `lxmarked.min.js` dengan onerror CDN fallback
202
+ - Fix race condition: hapus `defer` dari bundle script
203
+ - Tambah `waitForMarked()` guard init hanya setelah marked tersedia
204
+
205
+ ---
206
+
207
+ ### CDN (jsDelivr) — SRI Hashes sha384
208
+
209
+ | File | Integrity |
210
+ |---|---|
211
+ | `lxui.min.css` | `sha384-Vzif+wDuE90qTTy1G5up0ueqPdC6vUOP6NecH8QpFIJhfHOoMB93jVkyxiv1vlnM` |
212
+ | `lxui.min.js` | `sha384-D+ge+vXYWwFL+gTJSDc0ipylsiNn8JupyzsmH3SPiqZx8K7et+yig9SoiVhYRzZp` |
213
+ | `lxui.bundle.min.js` | `sha384-7QH/Btek+SMRJjgwUj76BLTCXnoDWJk9Qv6t0vOVZE8G0BrV1/iWEKfhuiqHCRU8` |
214
+ | `lxui.esm.min.js` | `sha384-4uwfs5UigfLMnj2BUvkkUu3bnKMBAvCfZEedJAvLfNZ2N0VIZ6xjTub5uuJkpQE7` |
215
+ | `lxui.rtl.min.css` | `sha384-plKaGJovfJnBS7MMlAxezdUpmgDJC/k4rVDpfCn8NR9T8NLo6x45uGGtp+v2xWyy` |
216
+ | `lxthemes.min.css` | `sha384-ReH/S5ERyCGxqDyyrDbK2Laon9kK2jbHOjWbSVn+xDtl8jM2tyiJf+kIYE9WkuJ1` |
217
+ | `lxfonts.min.css` | `sha384-q/+4TIfVl2NGD8abj5nLW2FVcJQf+JV5Kzw5xvuTepbNCDX4nBtgD4gorSiTsf9o` |
218
+ | `lxicons.min.css` | `sha384-oygDeMMbXY9AksdFbSdGWwjSDpAaZCxIDIEoJ1O3hEPSKf+VlmSLw7D4ZwGj35k+` |
219
+ | `lxeditor.min.css` | `sha384-7MQ36JMdVn8IBcrOO1zV2srOxLrEM/ZyTDP/BJjNM6ith6xM+QLHkSc3LbasM6X6` |
220
+ | `lx-grid.min.css` | `sha384-jjOu6Zuc28mqZQF9G2ugUl35cRYvCydP3kPVhgSqvHCWJHath2LPZd0HjcOn9CT0` |
221
+ | `lx-utilities.min.css` | `sha384-uFJC/gi86M43+UspUd8HAOnOiv6ftVMPwGl9LZEXFyTAWvxv9WjRpXI90BZC5wM0` |
222
+ | `lxmarked.min.js` | `sha384-ZKkPR/5Ojl6LJ/38kdNa7yLA7vzzdVk9ubqkCUasgDFeG+keMEHQliMj51pr7kU7` |
223
+
224
+ ---
225
+
226
+ ### Build Output
227
+
228
+ | File | Size |
229
+ |---|---|
230
+ | `lxui.min.css` | 97 KB |
231
+ | `lxui.rtl.min.css` | 75 KB |
232
+ | `lxui.min.js` | 23 KB |
233
+ | `lxui.esm.min.js` | 22 KB |
234
+ | `lxui.bundle.min.js` | 16 KB |
235
+ | `lxthemes.min.css` | 16 KB |
236
+ | `lxicons.min.css` | 32 KB |
237
+ | `lxeditor.min.css` | 8 KB |
238
+ | `lxfonts.min.css` | 4 KB |
239
+ | `lx-grid.min.css` | 6 KB |
240
+ | `lx-utilities.min.css` | 19 KB |
74
241
 
75
242
  ---
76
243
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 lancar.id
3
+ Copyright (c) 2025–2026 lancar.id
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal