@lunit/oui 1.0.1-alpha.11 → 1.0.1-alpha.12
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/dist/index.js +1 -2
- package/dist/types/index.d.ts +1 -2
- package/package.json +4 -13
package/dist/index.js
CHANGED
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lunit/oui",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.12",
|
|
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)"
|
|
@@ -198,22 +198,13 @@
|
|
|
198
198
|
"description": "Lunit Oncology UI components",
|
|
199
199
|
"main": "dist/index.js",
|
|
200
200
|
"module": "dist/index.js",
|
|
201
|
+
"types": "dist/types/index.d.ts",
|
|
201
202
|
"sideEffects": false,
|
|
202
203
|
"exports": {
|
|
203
204
|
"./icons": {
|
|
204
|
-
"
|
|
205
|
+
"types": "./dist/types/icons/index.d.ts",
|
|
205
206
|
"module": "./dist/icons/index.js",
|
|
206
|
-
"default": "./dist/icons/index.js"
|
|
207
|
-
"types": "./dist/types/icons/index.d.ts"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
|
-
"types": "dist/types/index.d.ts",
|
|
211
|
-
"typesVersions": {
|
|
212
|
-
"*": {
|
|
213
|
-
"*": [
|
|
214
|
-
"dist/types/components/*/index.d.ts",
|
|
215
|
-
"dist/types/index.d.ts"
|
|
216
|
-
]
|
|
207
|
+
"default": "./dist/icons/index.js"
|
|
217
208
|
}
|
|
218
209
|
},
|
|
219
210
|
"repository": {
|