@lotte-innovate/ui-component-test 0.0.24 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/lib/globals_output.css +261147 -0
- package/dist/lib/styles_output.css +32748 -0
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lotte-innovate/ui-component-test",
|
3
3
|
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.25",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"files": [
|
@@ -46,6 +46,7 @@
|
|
46
46
|
"dependencies": {
|
47
47
|
"@babel/runtime": "^7.24.7",
|
48
48
|
"@babel/runtime-corejs3": "^7.24.7",
|
49
|
+
"@lotte-innovate/ui-component-test": "^0.0.24",
|
49
50
|
"@radix-ui/colors": "^3.0.0",
|
50
51
|
"@radix-ui/react-accordion": "^1.2.0",
|
51
52
|
"@radix-ui/react-checkbox": "^1.0.4",
|