@lotte-innovate/ui-component-test 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,3 @@
1
+ import './index.css';
1
2
  export * from './components';
2
3
  export * from './Typography';
package/dist/lib/index.js CHANGED
@@ -1,2 +1,3 @@
1
+ import './index.css';
1
2
  export * from './components';
2
3
  export * from './Typography';
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.26",
4
+ "version": "0.0.27",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "files": [
@@ -36,12 +36,14 @@
36
36
  "scripts": {
37
37
  "dev": "next dev",
38
38
  "build": "next build && tsc",
39
+ "build:css": "npx tailwindcss -i ./src/app/styles.css -o ./dist/lib/index.css",
40
+ "copy:css": "copyfiles -u 1 src/app/styles.css dist/lib",
39
41
  "prepare": "next build",
40
42
  "start": "next start",
41
43
  "lint": "next lint",
42
44
  "storybook": "cross-env NODE_OPTIONS='--max-old-space-size=8192' storybook dev -p 6006",
43
45
  "build-storybook": "storybook build",
44
- "publish:npm": "rimraf dist && mkdir dist && tsc && tsc-alias",
46
+ "publish:npm": "rimraf dist && mkdir dist && tsc && tsc-alias && npm run build:css",
45
47
  "chromatic": "cross-env npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN"
46
48
  },
47
49
  "dependencies": {
@@ -110,6 +112,7 @@
110
112
  "@types/react-dom": "^18",
111
113
  "autoprefixer": "^10.0.1",
112
114
  "chromatic": "^11.5.4",
115
+ "copyfiles": "^2.4.1",
113
116
  "eslint": "^8",
114
117
  "eslint-config-next": "14.1.4",
115
118
  "eslint-plugin-storybook": "^0.8.0",