@mci-ui/mci-ui 0.0.79 → 0.0.80
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.
- package/README.md +6 -18
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
React 19 uchun tayyor UI component kutubxonasi.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm i
|
|
11
|
-
npm run dev
|
|
12
|
-
```
|
|
5
|
+
- Har bir component section real ishlaydi
|
|
6
|
+
- `variant / size / color` kabi optionlarni tepasidagi control orqali almashtirib ko'rasiz
|
|
7
|
+
- Table qismida `MciTableColumnsPanel` drag-drop va hidden/active ustunlarni boshqarishni tekshirasiz
|
|
13
8
|
|
|
14
9
|
Eslatma:
|
|
15
10
|
- Demo UI library build bundle'iga qo'shilmaydi.
|
|
@@ -259,18 +254,11 @@ loading.close()
|
|
|
259
254
|
- Hook: `useTableColumnSettings`
|
|
260
255
|
- Type'lar: `MciTableColumn`, `MciTableProps`, `ColumnKey` va boshqa UI type'lar
|
|
261
256
|
|
|
262
|
-
## 6.
|
|
263
|
-
|
|
264
|
-
```bash
|
|
265
|
-
npm run lint
|
|
266
|
-
npm run build
|
|
267
|
-
npm version patch
|
|
268
|
-
npm publish --access public
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
## 7. Consumer loyiha uchun minimal tekshiruv
|
|
257
|
+
## 6. Consumer loyiha uchun minimal tekshiruv
|
|
272
258
|
|
|
273
259
|
1. `npm i @mci-ui/mci-ui`
|
|
274
260
|
2. `import '@mci-ui/mci-ui/style.css'`
|
|
275
261
|
3. React 19 ishlatayotganiga ishonch hosil qiling
|
|
276
262
|
4. Peer deps (`@solar-icons/react`, `clsx`, `tailwind-merge`) o'rnatilgan bo'lsin
|
|
263
|
+
|
|
264
|
+
Release/publish qadamlar alohida: `RELEASE.md`
|