rxn-ui 0.5.8 → 0.6.0
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/cli/registry.json +12 -24
- package/package.json +1 -1
package/cli/registry.json
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"button-base": {
|
|
3
3
|
"type": "components",
|
|
4
|
-
"files": ["ButtonBase.vue", "types.ts"]
|
|
5
|
-
"description": "Accessible button primitive",
|
|
6
|
-
"dependencies": []
|
|
4
|
+
"files": ["ButtonBase.vue", "types.ts"]
|
|
7
5
|
},
|
|
8
6
|
"card-base": {
|
|
9
7
|
"type": "components",
|
|
@@ -14,33 +12,23 @@
|
|
|
14
12
|
"CardFooter.vue",
|
|
15
13
|
"CardHeader.vue",
|
|
16
14
|
"CardTitle.vue"
|
|
17
|
-
]
|
|
18
|
-
"description": "Card container components",
|
|
19
|
-
"dependencies": []
|
|
15
|
+
]
|
|
20
16
|
},
|
|
21
17
|
"checkbox-base": {
|
|
22
18
|
"type": "components",
|
|
23
|
-
"files": ["CheckboxBase.vue"]
|
|
24
|
-
"description": "Checkbox input primitive",
|
|
25
|
-
"dependencies": []
|
|
19
|
+
"files": ["CheckboxBase.vue"]
|
|
26
20
|
},
|
|
27
21
|
"input-base": {
|
|
28
22
|
"type": "components",
|
|
29
|
-
"files": ["InputBase.vue", "types.ts"]
|
|
30
|
-
"description": "Text input primitive",
|
|
31
|
-
"dependencies": []
|
|
23
|
+
"files": ["InputBase.vue", "types.ts"]
|
|
32
24
|
},
|
|
33
25
|
"range-base": {
|
|
34
26
|
"type": "components",
|
|
35
|
-
"files": ["RangeBase.vue", "RangeOutput.vue", "types.ts"]
|
|
36
|
-
"description": "Range slider primitive",
|
|
37
|
-
"dependencies": []
|
|
27
|
+
"files": ["RangeBase.vue", "RangeOutput.vue", "types.ts"]
|
|
38
28
|
},
|
|
39
29
|
"switch-base": {
|
|
40
30
|
"type": "components",
|
|
41
|
-
"files": ["SwitchBase.vue"]
|
|
42
|
-
"description": "Toggle switch primitive",
|
|
43
|
-
"dependencies": []
|
|
31
|
+
"files": ["SwitchBase.vue"]
|
|
44
32
|
},
|
|
45
33
|
"tabs": {
|
|
46
34
|
"type": "components",
|
|
@@ -52,14 +40,14 @@
|
|
|
52
40
|
"TabsPanel.vue",
|
|
53
41
|
"TabsTab.vue",
|
|
54
42
|
"types.ts"
|
|
55
|
-
]
|
|
56
|
-
|
|
57
|
-
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"popover-base": {
|
|
46
|
+
"type": "components",
|
|
47
|
+
"files": ["context.ts", "PopoverBase.vue", "PopoverMenu.vue", "PopoverTrigger.vue", "types.ts"]
|
|
58
48
|
},
|
|
59
49
|
"use-theme": {
|
|
60
50
|
"type": "composables",
|
|
61
|
-
"files": ["useTheme.ts"]
|
|
62
|
-
"description": "Composable theme switcher",
|
|
63
|
-
"dependencies": []
|
|
51
|
+
"files": ["useTheme.ts"]
|
|
64
52
|
}
|
|
65
53
|
}
|