@skill-academy/uikit 0.0.2 → 0.0.4
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/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +88 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skill-academy/uikit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -65,6 +65,90 @@
|
|
|
65
65
|
"tailwind-merge": "*"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
|
+
"@radix-ui/react-accordion": {
|
|
69
|
+
"optional": true
|
|
70
|
+
},
|
|
71
|
+
"@radix-ui/react-alert-dialog": {
|
|
72
|
+
"optional": true
|
|
73
|
+
},
|
|
74
|
+
"@radix-ui/react-aspect-ratio": {
|
|
75
|
+
"optional": true
|
|
76
|
+
},
|
|
77
|
+
"@radix-ui/react-avatar": {
|
|
78
|
+
"optional": true
|
|
79
|
+
},
|
|
80
|
+
"@radix-ui/react-checkbox": {
|
|
81
|
+
"optional": true
|
|
82
|
+
},
|
|
83
|
+
"@radix-ui/react-collapsible": {
|
|
84
|
+
"optional": true
|
|
85
|
+
},
|
|
86
|
+
"@radix-ui/react-context-menu": {
|
|
87
|
+
"optional": true
|
|
88
|
+
},
|
|
89
|
+
"@radix-ui/react-dialog": {
|
|
90
|
+
"optional": true
|
|
91
|
+
},
|
|
92
|
+
"@radix-ui/react-dropdown-menu": {
|
|
93
|
+
"optional": true
|
|
94
|
+
},
|
|
95
|
+
"@radix-ui/react-hover-card": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
98
|
+
"@radix-ui/react-label": {
|
|
99
|
+
"optional": true
|
|
100
|
+
},
|
|
101
|
+
"@radix-ui/react-menubar": {
|
|
102
|
+
"optional": true
|
|
103
|
+
},
|
|
104
|
+
"@radix-ui/react-navigation-menu": {
|
|
105
|
+
"optional": true
|
|
106
|
+
},
|
|
107
|
+
"@radix-ui/react-popover": {
|
|
108
|
+
"optional": true
|
|
109
|
+
},
|
|
110
|
+
"@radix-ui/react-progress": {
|
|
111
|
+
"optional": true
|
|
112
|
+
},
|
|
113
|
+
"@radix-ui/react-radio-group": {
|
|
114
|
+
"optional": true
|
|
115
|
+
},
|
|
116
|
+
"@radix-ui/react-scroll-area": {
|
|
117
|
+
"optional": true
|
|
118
|
+
},
|
|
119
|
+
"@radix-ui/react-select": {
|
|
120
|
+
"optional": true
|
|
121
|
+
},
|
|
122
|
+
"@radix-ui/react-separator": {
|
|
123
|
+
"optional": true
|
|
124
|
+
},
|
|
125
|
+
"@radix-ui/react-slider": {
|
|
126
|
+
"optional": true
|
|
127
|
+
},
|
|
128
|
+
"@radix-ui/react-slot": {
|
|
129
|
+
"optional": true
|
|
130
|
+
},
|
|
131
|
+
"@radix-ui/react-switch": {
|
|
132
|
+
"optional": true
|
|
133
|
+
},
|
|
134
|
+
"@radix-ui/react-tabs": {
|
|
135
|
+
"optional": true
|
|
136
|
+
},
|
|
137
|
+
"@radix-ui/react-toggle": {
|
|
138
|
+
"optional": true
|
|
139
|
+
},
|
|
140
|
+
"@radix-ui/react-toggle-group": {
|
|
141
|
+
"optional": true
|
|
142
|
+
},
|
|
143
|
+
"@radix-ui/react-tooltip": {
|
|
144
|
+
"optional": true
|
|
145
|
+
},
|
|
146
|
+
"class-variance-authority": {
|
|
147
|
+
"optional": true
|
|
148
|
+
},
|
|
149
|
+
"clsx": {
|
|
150
|
+
"optional": true
|
|
151
|
+
},
|
|
68
152
|
"cmdk": {
|
|
69
153
|
"optional": true
|
|
70
154
|
},
|
|
@@ -98,6 +182,9 @@
|
|
|
98
182
|
"sonner": {
|
|
99
183
|
"optional": true
|
|
100
184
|
},
|
|
185
|
+
"tailwind-merge": {
|
|
186
|
+
"optional": true
|
|
187
|
+
},
|
|
101
188
|
"vaul": {
|
|
102
189
|
"optional": true
|
|
103
190
|
}
|