ranui 0.2.0-alpha.5 → 0.2.0-alpha.6
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/package.json +15 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ranui",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
4
|
-
"description": "UI
|
|
3
|
+
"version": "0.2.0-alpha.6",
|
|
4
|
+
"description": "A framework-agnostic Web Components UI library built on native custom elements, with TypeScript types, light/dark theming, SSR and PWA support.",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"type": "module",
|
|
@@ -47,16 +47,23 @@
|
|
|
47
47
|
"docs/style-tokens-public.md"
|
|
48
48
|
],
|
|
49
49
|
"keywords": [
|
|
50
|
+
"ranui",
|
|
50
51
|
"ran",
|
|
52
|
+
"web-components",
|
|
53
|
+
"web components",
|
|
54
|
+
"custom-elements",
|
|
55
|
+
"custom-element",
|
|
56
|
+
"shadow-dom",
|
|
57
|
+
"framework-agnostic",
|
|
51
58
|
"component",
|
|
52
59
|
"components",
|
|
53
60
|
"ui",
|
|
61
|
+
"ui-library",
|
|
62
|
+
"component-library",
|
|
54
63
|
"design",
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"ranui",
|
|
59
|
-
"lib"
|
|
64
|
+
"typescript",
|
|
65
|
+
"ssr",
|
|
66
|
+
"pwa"
|
|
60
67
|
],
|
|
61
68
|
"exports": {
|
|
62
69
|
".": {
|
|
@@ -237,7 +244,7 @@
|
|
|
237
244
|
"vitest": "^4.1.10"
|
|
238
245
|
},
|
|
239
246
|
"dependencies": {
|
|
240
|
-
"ranuts": "^0.2.0-alpha.
|
|
247
|
+
"ranuts": "^0.2.0-alpha.1"
|
|
241
248
|
},
|
|
242
249
|
"scripts": {
|
|
243
250
|
"dev": "vite --host",
|