prime-ui-kit 0.2.1 → 0.2.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.
- package/README.md +1 -1
- package/package.json +44 -6
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ GitHub Secrets must include **`NPM_TOKEN`**.
|
|
|
155
155
|
- On push to `main` and on PRs — `bun run verify` runs.
|
|
156
156
|
- Release via **GitHub Release**: the workflow builds the package and runs `npm publish`.
|
|
157
157
|
|
|
158
|
-
Before a release, bump **`version`** in `package.json` and create a release with a tag like `v0.2.
|
|
158
|
+
Before a release, bump **`version`** in `package.json` and create a release with a tag like `v0.2.2` matching the package version.
|
|
159
159
|
|
|
160
160
|
---
|
|
161
161
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prime-ui-kit",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "React 19 UI kit: CSS Modules, design tokens, composable components
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "React 19 UI kit: CSS Modules, semantic design tokens (--prime-sys-*), composable components — forms, modals, selects, tables, navigation, overlays. TypeScript, ESM, a11y-oriented.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
6
|
+
"a11y",
|
|
7
|
+
"accessible",
|
|
8
|
+
"component-library",
|
|
9
|
+
"composable",
|
|
9
10
|
"css-modules",
|
|
11
|
+
"css-variables",
|
|
12
|
+
"dark-mode",
|
|
13
|
+
"data-table",
|
|
14
|
+
"datepicker",
|
|
15
|
+
"design-system",
|
|
10
16
|
"design-tokens",
|
|
11
|
-
"
|
|
17
|
+
"dialog",
|
|
18
|
+
"drawer",
|
|
19
|
+
"dropdown",
|
|
20
|
+
"esm",
|
|
21
|
+
"forms",
|
|
22
|
+
"framer-motion",
|
|
23
|
+
"light-mode",
|
|
24
|
+
"lucide-react",
|
|
25
|
+
"modal",
|
|
26
|
+
"nextjs",
|
|
27
|
+
"notifications",
|
|
28
|
+
"npm-package",
|
|
29
|
+
"popover",
|
|
30
|
+
"prime-ui",
|
|
31
|
+
"prime-ui-kit",
|
|
32
|
+
"react",
|
|
33
|
+
"react-19",
|
|
34
|
+
"react-aria",
|
|
35
|
+
"react-components",
|
|
36
|
+
"react-day-picker",
|
|
37
|
+
"react-ui",
|
|
38
|
+
"reactjs",
|
|
39
|
+
"remix",
|
|
40
|
+
"select",
|
|
41
|
+
"sidebar",
|
|
42
|
+
"table",
|
|
43
|
+
"theming",
|
|
44
|
+
"toast",
|
|
45
|
+
"tooltip",
|
|
46
|
+
"typescript",
|
|
47
|
+
"ui-components",
|
|
48
|
+
"ui-kit",
|
|
49
|
+
"vite"
|
|
12
50
|
],
|
|
13
51
|
"license": "MIT",
|
|
14
52
|
"repository": {
|