opus-toolkit-components 1.7.0 → 1.7.2
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/lib/index.d.ts +466 -463
- package/lib/opus-components.main.js +2 -2
- package/lib/opus-components.main.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opus-toolkit-components",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"prop-types": "^15.8.1",
|
|
71
71
|
"react": "^18.3.1",
|
|
72
72
|
"react-dom": "^18.3.1",
|
|
73
|
+
"react-refresh": "^0.18.0",
|
|
73
74
|
"sass": "^1.89.0",
|
|
74
75
|
"semver": "^7.7.2",
|
|
75
76
|
"style-loader": "^4.0.0",
|
|
@@ -106,7 +107,7 @@
|
|
|
106
107
|
]
|
|
107
108
|
},
|
|
108
109
|
"description": "React component library",
|
|
109
|
-
"main": "lib/
|
|
110
|
+
"main": "lib/main.b367a5ffd7f23d112345.js",
|
|
110
111
|
"types": "lib/index.d.ts",
|
|
111
112
|
"author": "Sye",
|
|
112
113
|
"license": "ISC",
|
|
@@ -117,8 +118,7 @@
|
|
|
117
118
|
".": {
|
|
118
119
|
"types": "./lib/index.d.ts",
|
|
119
120
|
"import": "./lib/opus-components.main.js",
|
|
120
|
-
"require": "./lib/opus-components.main.js"
|
|
121
|
-
"default": "./lib/opus-components.main.js"
|
|
121
|
+
"require": "./lib/opus-components.main.js"
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"directories": {
|