@designbasekorea/figma-ui 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designbasekorea/figma-ui",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Designbase 피그마 플러그인 전용 UI 컴포넌트 라이브러리",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -23,19 +23,20 @@
23
23
  "dist"
24
24
  ],
25
25
  "scripts": {
26
- "build": "node scripts/copy-theme-css.js && rollup -c",
26
+ "build": "node scripts/copy-foundation-css.js && rollup -c",
27
27
  "dev": "rollup -c --watch",
28
28
  "clean": "rimraf dist",
29
29
  "lint": "eslint src --ext .ts,.tsx",
30
30
  "test": "jest",
31
- "storybook": "storybook dev -p 6007",
32
- "build-storybook": "storybook build"
31
+ "storybook": "node scripts/copy-foundation-css.js && storybook dev -p 6007",
32
+ "build-storybook": "node scripts/copy-foundation-css.js && storybook build"
33
33
  },
34
34
  "dependencies": {
35
+ "@designbasekorea/figma-license-core": "file:../figma-license-core",
35
36
  "@designbasekorea/icons": "^0.3.0",
36
37
  "@designbasekorea/theme": "^0.2.6",
37
38
  "@designbasekorea/tokens": "^0.2.3",
38
- "@designbasekorea/ui": "^0.10.0",
39
+ "@designbasekorea/ui-wc": "^0.2.1",
39
40
  "classnames": "^2.5.1",
40
41
  "clsx": "^2.0.0"
41
42
  },
@@ -71,10 +72,16 @@
71
72
  "vite": "^5.0.0"
72
73
  },
73
74
  "peerDependencies": {
75
+ "@designbasekorea/figma-license-core": ">=0.2.0",
74
76
  "react": ">=19.0.0 <20.0.0",
75
77
  "react-dom": ">=19.0.0 <20.0.0",
76
78
  "react-i18next": ">=15.0.0"
77
79
  },
80
+ "peerDependenciesMeta": {
81
+ "@designbasekorea/figma-license-core": {
82
+ "optional": false
83
+ }
84
+ },
78
85
  "publishConfig": {
79
86
  "access": "public"
80
87
  },
@@ -91,4 +98,4 @@
91
98
  "designbase",
92
99
  "react"
93
100
  ]
94
- }
101
+ }