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