@lotte-innovate/ui-component-test 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/Typography/Header/index.d.ts +1 -1
- package/dist/Typography/index.d.ts +2 -2
- package/dist/Typography/index.js +3 -3
- package/dist/app/page.d.ts +1 -1
- package/dist/app/page.js +3 -22
- package/dist/components/Input/Input.stories.d.ts +77 -0
- package/dist/components/Input/Input.stories.js +74 -0
- package/dist/components/Input/index.d.ts +14 -0
- package/dist/components/Input/index.js +53 -0
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/components/index.d.ts +0 -2
- package/dist/index.d.ts +2 -5
- package/dist/index.js +0 -3
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +11 -11
- package/dist/stories/navigation-menu/NavigationMenu.stories.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +120 -118
package/package.json
CHANGED
@@ -1,118 +1,120 @@
|
|
1
|
-
{
|
2
|
-
"name": "@lotte-innovate/ui-component-test",
|
3
|
-
"description": "Lotte UI Library",
|
4
|
-
"version": "0.0.
|
5
|
-
"private": false,
|
6
|
-
"type": "module",
|
7
|
-
"files": [
|
8
|
-
"dist"
|
9
|
-
],
|
10
|
-
"main": "dist/index.js",
|
11
|
-
"
|
12
|
-
"
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
"
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
"
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
"last 1
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
"@
|
48
|
-
"@
|
49
|
-
"@radix-ui/
|
50
|
-
"@radix-ui/react-
|
51
|
-
"@radix-ui/react-
|
52
|
-
"@radix-ui/react-
|
53
|
-
"@radix-ui/react-
|
54
|
-
"@radix-ui/react-
|
55
|
-
"@radix-ui/react-
|
56
|
-
"@radix-ui/react-
|
57
|
-
"@radix-ui/react-
|
58
|
-
"@radix-ui/react-
|
59
|
-
"@radix-ui/react-
|
60
|
-
"@radix-ui/react-
|
61
|
-
"@radix-ui/react-
|
62
|
-
"@radix-ui/react-
|
63
|
-
"@radix-ui/react-
|
64
|
-
"@radix-ui/react-
|
65
|
-
"@radix-ui/react-
|
66
|
-
"@radix-ui/
|
67
|
-
"@
|
68
|
-
"@
|
69
|
-
"@
|
70
|
-
"@
|
71
|
-
"
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"react": "^
|
80
|
-
"
|
81
|
-
"react
|
82
|
-
"react-
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
"@babel/
|
91
|
-
"@babel/
|
92
|
-
"@babel/
|
93
|
-
"@babel/preset-
|
94
|
-
"@
|
95
|
-
"@
|
96
|
-
"@storybook
|
97
|
-
"@storybook/addon-
|
98
|
-
"@storybook/addon-
|
99
|
-
"@storybook/
|
100
|
-
"@storybook/
|
101
|
-
"@storybook/
|
102
|
-
"@storybook/
|
103
|
-
"@storybook/
|
104
|
-
"@
|
105
|
-
"@
|
106
|
-
"@types/
|
107
|
-
"
|
108
|
-
"
|
109
|
-
"
|
110
|
-
"
|
111
|
-
"eslint
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"
|
117
|
-
|
118
|
-
|
1
|
+
{
|
2
|
+
"name": "@lotte-innovate/ui-component-test",
|
3
|
+
"description": "Lotte UI Library",
|
4
|
+
"version": "0.0.10",
|
5
|
+
"private": false,
|
6
|
+
"type": "module",
|
7
|
+
"files": [
|
8
|
+
"dist"
|
9
|
+
],
|
10
|
+
"main": "dist/index.js",
|
11
|
+
"module": "dist/index.js",
|
12
|
+
"types": "dist/index.d.ts",
|
13
|
+
"publishConfig": {
|
14
|
+
"access": "public"
|
15
|
+
},
|
16
|
+
"browser": "./browser/specific/main.js",
|
17
|
+
"babel": {
|
18
|
+
"presets": [
|
19
|
+
"@babel/preset-react",
|
20
|
+
"@babel/preset-env"
|
21
|
+
]
|
22
|
+
},
|
23
|
+
"browserslist": {
|
24
|
+
"production": [
|
25
|
+
">0.2%",
|
26
|
+
"not dead",
|
27
|
+
"not op_mini all"
|
28
|
+
],
|
29
|
+
"development": [
|
30
|
+
"last 1 chrome version",
|
31
|
+
"last 1 firefox version",
|
32
|
+
"last 1 safari version"
|
33
|
+
]
|
34
|
+
},
|
35
|
+
"scripts": {
|
36
|
+
"dev": "next dev",
|
37
|
+
"build": "next build && tsc",
|
38
|
+
"prepare": "next build",
|
39
|
+
"start": "next start",
|
40
|
+
"lint": "next lint",
|
41
|
+
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
42
|
+
"build-storybook": "storybook build",
|
43
|
+
"publish:npm": "rimraf dist && mkdir dist && tsc",
|
44
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
45
|
+
},
|
46
|
+
"dependencies": {
|
47
|
+
"@babel/runtime": "^7.24.7",
|
48
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
49
|
+
"@radix-ui/colors": "^3.0.0",
|
50
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
51
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
52
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
53
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
54
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
55
|
+
"@radix-ui/react-icons": "^1.3.0",
|
56
|
+
"@radix-ui/react-label": "^2.1.0",
|
57
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
58
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
59
|
+
"@radix-ui/react-popover": "1.0.7",
|
60
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
61
|
+
"@radix-ui/react-select": "^2.1.1",
|
62
|
+
"@radix-ui/react-separator": "^1.1.0",
|
63
|
+
"@radix-ui/react-slider": "^1.2.0",
|
64
|
+
"@radix-ui/react-switch": "^1.1.0",
|
65
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
66
|
+
"@radix-ui/react-toast": "^1.2.1",
|
67
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
68
|
+
"@radix-ui/themes": "^3.1.1",
|
69
|
+
"@stitches/core": "^1.2.8",
|
70
|
+
"@stitches/react": "^1.2.8",
|
71
|
+
"@storybook/addon-a11y": "^8.0.10",
|
72
|
+
"@storybook/addons": "^7.6.17",
|
73
|
+
"chart.js": "^4.4.4",
|
74
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
75
|
+
"class-variance-authority": "^0.7.0",
|
76
|
+
"clsx": "^2.1.0",
|
77
|
+
"cross-env": "^7.0.3",
|
78
|
+
"dotenv": "^16.4.5",
|
79
|
+
"lucide-react": "^0.364.0",
|
80
|
+
"next": "14.1.4",
|
81
|
+
"react": "^18",
|
82
|
+
"react-chartjs-2": "^5.2.0",
|
83
|
+
"react-dom": "^18",
|
84
|
+
"react-tabs": "^6.0.2",
|
85
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
86
|
+
"storybook-dark-mode": "^4.0.2",
|
87
|
+
"tailwind-merge": "^2.2.2"
|
88
|
+
},
|
89
|
+
"devDependencies": {
|
90
|
+
"@babel/cli": "^7.24.7",
|
91
|
+
"@babel/core": "^7.24.7",
|
92
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
93
|
+
"@babel/preset-env": "^7.25.4",
|
94
|
+
"@babel/preset-react": "^7.24.7",
|
95
|
+
"@babel/preset-typescript": "^7.24.7",
|
96
|
+
"@chromatic-com/storybook": "^1.2.25",
|
97
|
+
"@storybook/addon-essentials": "^8.0.4",
|
98
|
+
"@storybook/addon-interactions": "^8.0.4",
|
99
|
+
"@storybook/addon-links": "^8.0.4",
|
100
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
101
|
+
"@storybook/blocks": "^8.0.4",
|
102
|
+
"@storybook/nextjs": "^8.0.4",
|
103
|
+
"@storybook/react": "^8.0.4",
|
104
|
+
"@storybook/test": "^8.0.4",
|
105
|
+
"@storybook/theming": "^8.2.4",
|
106
|
+
"@types/node": "^20",
|
107
|
+
"@types/react": "^18",
|
108
|
+
"@types/react-dom": "^18",
|
109
|
+
"autoprefixer": "^10.0.1",
|
110
|
+
"chromatic": "^11.5.4",
|
111
|
+
"eslint": "^8",
|
112
|
+
"eslint-config-next": "14.1.4",
|
113
|
+
"eslint-plugin-storybook": "^0.8.0",
|
114
|
+
"postcss": "^8",
|
115
|
+
"rimraf": "^6.0.1",
|
116
|
+
"storybook": "^8.2.6",
|
117
|
+
"tailwindcss": "^3.3.0",
|
118
|
+
"typescript": "^5"
|
119
|
+
}
|
120
|
+
}
|