@lunit/oui 1.0.1-alpha.3 → 1.0.1-alpha.5

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.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunit/oui",
3
- "version": "1.0.1-alpha.3",
3
+ "version": "1.0.1-alpha.5",
4
4
  "validate-branch-name": {
5
5
  "pattern": "^(main|develop)|(feature|fix|release|hotfix|qe)/.+$",
6
6
  "errorMsg": "The branch name is not correct. Please check the pattern. (ex. feature/add-something)"
@@ -210,13 +210,17 @@
210
210
  "require": "./dist/cjs/components/*/index.js",
211
211
  "default": "./dist/cjs/components/*/index.js"
212
212
  },
213
- "./icons": "./dist/icons/"
213
+ "./icons": {
214
+ "import": "./dist/icons/index.js",
215
+ "types": "./dist/types/icons/index.d.ts"
216
+ }
214
217
  },
215
218
  "types": "dist/types/index.d.ts",
216
219
  "typesVersions": {
217
220
  "*": {
218
221
  "*": [
219
222
  "dist/types/components/*/index.d.ts",
223
+ "dist/types/icons/index.d.ts",
220
224
  "dist/types/index.d.ts"
221
225
  ]
222
226
  }