@kkkarsss/ui 2.0.1 → 2.0.3
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.css +3 -7
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -246,19 +246,15 @@
|
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
|
|
250
|
-
* {
|
|
251
|
-
@apply border;
|
|
249
|
+
* {
|
|
252
250
|
box-sizing: border-box;
|
|
253
251
|
margin: 0;
|
|
254
252
|
padding: 0;
|
|
255
253
|
font-family: Roboto, sans-serif;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
@apply bg-background text-foreground;
|
|
254
|
+
}
|
|
255
|
+
body {
|
|
259
256
|
width: 100%;
|
|
260
257
|
height: 100vh;
|
|
261
|
-
}
|
|
262
258
|
}
|
|
263
259
|
|
|
264
260
|
.cursor {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kkkarsss/ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "UI Kit for kkkarsss projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -74,4 +74,4 @@
|
|
|
74
74
|
"@radix-ui/react-slot": "^1.1.0",
|
|
75
75
|
"tailwindcss-animate": "^1.0.7"
|
|
76
76
|
}
|
|
77
|
-
}
|
|
77
|
+
}
|