@capillarytech/blaze-ui 2.8.0 → 2.9.0

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": "@capillarytech/blaze-ui",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "Capillary UI component library with Ant Design v6",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -65,6 +65,7 @@
65
65
  "@babel/preset-react": "^7.12.10",
66
66
  "@babel/preset-typescript": "^7.12.7",
67
67
  "@eslint/js": "^9.39.1",
68
+ "@module-federation/utilities": "^3.1.79",
68
69
  "@storybook/addon-essentials": "^7.6.17",
69
70
  "@storybook/addon-interactions": "^7.6.17",
70
71
  "@storybook/addon-links": "^7.6.17",
@@ -205,6 +206,11 @@
205
206
  "require": "./dist/CapImage/index.js",
206
207
  "types": "./dist/CapImage/index.d.ts"
207
208
  },
209
+ "./CapImportMFEComponent": {
210
+ "import": "./dist/CapImportMFEComponent/index.js",
211
+ "require": "./dist/CapImportMFEComponent/index.js",
212
+ "types": "./dist/CapImportMFEComponent/index.d.ts"
213
+ },
208
214
  "./CapInput": {
209
215
  "import": "./dist/CapInput/index.js",
210
216
  "require": "./dist/CapInput/index.js",