@lotte-innovate/ui-component-test 0.0.34 → 0.0.36
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/lib/Typography/Header/index.d.ts +1 -1
- package/dist/lib/Typography/Text/index.d.ts +1 -1
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
- package/dist/lib/components/Avatar/index.d.ts +1 -1
- package/dist/lib/components/Badge/index.d.ts +2 -2
- package/dist/lib/components/Button/index.d.ts +2 -2
- package/dist/lib/components/Callout/index.d.ts +1 -1
- package/dist/lib/components/Card/index.d.ts +2 -2
- package/dist/lib/components/Checkbox/index.d.ts +1 -1
- package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
- package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
- package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
- package/dist/lib/components/Dialog/DialogAction.d.ts +1 -1
- package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
- package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +1 -1
- package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
- package/dist/lib/components/IconButton/index.d.ts +1 -1
- package/dist/lib/components/Inset/index.d.ts +1 -1
- package/dist/lib/components/Label/index.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
- package/dist/lib/components/Menubar/index.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
- package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
- package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
- package/dist/lib/components/Progress/index.d.ts +1 -1
- package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
- package/dist/lib/components/Select/index.d.ts +1 -1
- package/dist/lib/components/Skeleton/index.d.ts +1 -1
- package/dist/lib/components/Slider/index.d.ts +1 -1
- package/dist/lib/components/Table/index.d.ts +1 -1
- package/dist/lib/components/Tabs/index.d.ts +1 -1
- package/dist/lib/components/TextArea/index.d.ts +1 -1
- package/dist/lib/components/TextField/index.d.ts +1 -1
- package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
- package/dist/lib/components/Toast/index.d.ts +1 -1
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +1 -1
- package/dist/lib/components/Toggle/index.d.ts +1 -1
- package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
- package/dist/lib/components/Tooltip/index.d.ts +3 -3
- package/dist/tailwind.config.js +6 -6
- package/package.json +124 -125
package/package.json
CHANGED
@@ -1,125 +1,124 @@
|
|
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/lib",
|
9
|
-
"dist/tailwind.config.d.ts",
|
10
|
-
"dist/tailwind.config.js"
|
11
|
-
],
|
12
|
-
"main": "dist/lib/index.js",
|
13
|
-
"module": "dist/lib/index.js",
|
14
|
-
"types": "dist/lib/index.d.ts",
|
15
|
-
"publishConfig": {
|
16
|
-
"access": "public"
|
17
|
-
},
|
18
|
-
"browser": "./browser/specific/main.js",
|
19
|
-
"babel": {
|
20
|
-
"presets": [
|
21
|
-
"@babel/preset-react",
|
22
|
-
"@babel/preset-env"
|
23
|
-
]
|
24
|
-
},
|
25
|
-
"browserslist": {
|
26
|
-
"production": [
|
27
|
-
">0.2%",
|
28
|
-
"not dead",
|
29
|
-
"not op_mini all"
|
30
|
-
],
|
31
|
-
"development": [
|
32
|
-
"last 1 chrome version",
|
33
|
-
"last 1 firefox version",
|
34
|
-
"last 1 safari version"
|
35
|
-
]
|
36
|
-
},
|
37
|
-
"scripts": {
|
38
|
-
"dev": "next dev",
|
39
|
-
"build": "next build && tsc",
|
40
|
-
"prepare": "next build",
|
41
|
-
"start": "next start",
|
42
|
-
"lint": "next lint",
|
43
|
-
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
44
|
-
"build-storybook": "storybook build",
|
45
|
-
"
|
46
|
-
"
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
"@babel/runtime": "^7.24.7",
|
51
|
-
"@
|
52
|
-
"@
|
53
|
-
"@radix-ui/
|
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/react-
|
67
|
-
"@radix-ui/react-
|
68
|
-
"@radix-ui/react-
|
69
|
-
"@radix-ui/react-
|
70
|
-
"@radix-ui/react-
|
71
|
-
"@radix-ui/
|
72
|
-
"@
|
73
|
-
"@stitches/
|
74
|
-
"@
|
75
|
-
"@storybook/
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"
|
81
|
-
"
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"react": "^
|
86
|
-
"react-
|
87
|
-
"react-
|
88
|
-
"
|
89
|
-
"storybook-
|
90
|
-
"
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
"@babel/
|
95
|
-
"@babel/
|
96
|
-
"@babel/
|
97
|
-
"@babel/preset-
|
98
|
-
"@babel/preset-
|
99
|
-
"@
|
100
|
-
"@
|
101
|
-
"@storybook/addon-
|
102
|
-
"@storybook/addon-
|
103
|
-
"@storybook/addon-
|
104
|
-
"@storybook/
|
105
|
-
"@storybook/
|
106
|
-
"@storybook/
|
107
|
-
"@storybook/
|
108
|
-
"@storybook/
|
109
|
-
"@
|
110
|
-
"@types/
|
111
|
-
"@types/react": "^18",
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"eslint": "
|
116
|
-
"eslint-
|
117
|
-
"
|
118
|
-
"
|
119
|
-
"
|
120
|
-
"
|
121
|
-
"
|
122
|
-
"
|
123
|
-
|
124
|
-
|
125
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@lotte-innovate/ui-component-test",
|
3
|
+
"description": "Lotte UI Library",
|
4
|
+
"version": "0.0.36",
|
5
|
+
"private": false,
|
6
|
+
"type": "module",
|
7
|
+
"files": [
|
8
|
+
"dist/lib",
|
9
|
+
"dist/tailwind.config.d.ts",
|
10
|
+
"dist/tailwind.config.js"
|
11
|
+
],
|
12
|
+
"main": "dist/lib/index.js",
|
13
|
+
"module": "dist/lib/index.js",
|
14
|
+
"types": "dist/lib/index.d.ts",
|
15
|
+
"publishConfig": {
|
16
|
+
"access": "public"
|
17
|
+
},
|
18
|
+
"browser": "./browser/specific/main.js",
|
19
|
+
"babel": {
|
20
|
+
"presets": [
|
21
|
+
"@babel/preset-react",
|
22
|
+
"@babel/preset-env"
|
23
|
+
]
|
24
|
+
},
|
25
|
+
"browserslist": {
|
26
|
+
"production": [
|
27
|
+
">0.2%",
|
28
|
+
"not dead",
|
29
|
+
"not op_mini all"
|
30
|
+
],
|
31
|
+
"development": [
|
32
|
+
"last 1 chrome version",
|
33
|
+
"last 1 firefox version",
|
34
|
+
"last 1 safari version"
|
35
|
+
]
|
36
|
+
},
|
37
|
+
"scripts": {
|
38
|
+
"dev": "next dev",
|
39
|
+
"build": "next build && tsc",
|
40
|
+
"prepare": "next build",
|
41
|
+
"start": "next start",
|
42
|
+
"lint": "next lint",
|
43
|
+
"storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
|
44
|
+
"build-storybook": "storybook build",
|
45
|
+
"publish:npm": "rimraf dist && mkdir dist && tsc && tsc-alias && copy src\\styles.css dist\\styles.css",
|
46
|
+
"chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
|
47
|
+
},
|
48
|
+
"dependencies": {
|
49
|
+
"@babel/runtime": "^7.24.7",
|
50
|
+
"@babel/runtime-corejs3": "^7.24.7",
|
51
|
+
"@lotte-innovate/ui-component-test": "^0.0.30",
|
52
|
+
"@radix-ui/colors": "^3.0.0",
|
53
|
+
"@radix-ui/react-accordion": "^1.2.0",
|
54
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
55
|
+
"@radix-ui/react-dialog": "^1.1.1",
|
56
|
+
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
57
|
+
"@radix-ui/react-hover-card": "^1.1.1",
|
58
|
+
"@radix-ui/react-icons": "^1.3.0",
|
59
|
+
"@radix-ui/react-label": "^2.1.0",
|
60
|
+
"@radix-ui/react-menubar": "^1.1.1",
|
61
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
62
|
+
"@radix-ui/react-popover": "1.0.7",
|
63
|
+
"@radix-ui/react-radio-group": "^1.1.3",
|
64
|
+
"@radix-ui/react-select": "^2.1.1",
|
65
|
+
"@radix-ui/react-separator": "^1.1.0",
|
66
|
+
"@radix-ui/react-slider": "^1.2.0",
|
67
|
+
"@radix-ui/react-switch": "^1.1.0",
|
68
|
+
"@radix-ui/react-tabs": "^1.1.0",
|
69
|
+
"@radix-ui/react-toast": "^1.2.1",
|
70
|
+
"@radix-ui/react-tooltip": "^1.1.1",
|
71
|
+
"@radix-ui/themes": "^3.1.1",
|
72
|
+
"@stitches/core": "^1.2.8",
|
73
|
+
"@stitches/react": "^1.2.8",
|
74
|
+
"@storybook/addon-a11y": "^8.0.10",
|
75
|
+
"@storybook/addons": "^7.6.17",
|
76
|
+
"chart.js": "^4.4.4",
|
77
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
78
|
+
"class-variance-authority": "^0.7.0",
|
79
|
+
"clsx": "^2.1.0",
|
80
|
+
"cross-env": "^7.0.3",
|
81
|
+
"dotenv": "^16.4.5",
|
82
|
+
"lucide-react": "^0.364.0",
|
83
|
+
"next": "14.1.4",
|
84
|
+
"react": "^18",
|
85
|
+
"react-chartjs-2": "^5.2.0",
|
86
|
+
"react-dom": "^18",
|
87
|
+
"react-tabs": "^6.0.2",
|
88
|
+
"storybook-addon-deep-controls": "^0.7.1",
|
89
|
+
"storybook-dark-mode": "^4.0.2",
|
90
|
+
"tailwind-merge": "^2.2.2"
|
91
|
+
},
|
92
|
+
"devDependencies": {
|
93
|
+
"@babel/cli": "^7.24.7",
|
94
|
+
"@babel/core": "^7.24.7",
|
95
|
+
"@babel/plugin-transform-runtime": "^7.24.7",
|
96
|
+
"@babel/preset-env": "^7.25.4",
|
97
|
+
"@babel/preset-react": "^7.24.7",
|
98
|
+
"@babel/preset-typescript": "^7.24.7",
|
99
|
+
"@chromatic-com/storybook": "^1.2.25",
|
100
|
+
"@storybook/addon-essentials": "^8.0.4",
|
101
|
+
"@storybook/addon-interactions": "^8.0.4",
|
102
|
+
"@storybook/addon-links": "^8.0.4",
|
103
|
+
"@storybook/addon-styling-webpack": "^1.0.0",
|
104
|
+
"@storybook/blocks": "^8.0.4",
|
105
|
+
"@storybook/nextjs": "^8.0.4",
|
106
|
+
"@storybook/react": "^8.0.4",
|
107
|
+
"@storybook/test": "^8.0.4",
|
108
|
+
"@storybook/theming": "^8.2.4",
|
109
|
+
"@types/node": "^20",
|
110
|
+
"@types/react": "^18",
|
111
|
+
"@types/react-dom": "^18",
|
112
|
+
"autoprefixer": "^10.0.1",
|
113
|
+
"chromatic": "^11.5.4",
|
114
|
+
"eslint": "^8",
|
115
|
+
"eslint-config-next": "14.1.4",
|
116
|
+
"eslint-plugin-storybook": "^0.8.0",
|
117
|
+
"postcss": "^8",
|
118
|
+
"rimraf": "^6.0.1",
|
119
|
+
"storybook": "^8.2.6",
|
120
|
+
"tailwindcss": "^3.3.0",
|
121
|
+
"tsc-alias": "^1.8.10",
|
122
|
+
"typescript": "^5"
|
123
|
+
}
|
124
|
+
}
|