@lancar/lxui 1.0.0 → 1.0.1

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