@capillarytech/blaze-ui 6.2.0 → 6.3.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.
@@ -1 +1 @@
1
- {"version":3,"file":"ReactMobileDatePickerModule.d.ts","sourceRoot":"","sources":["../../components/CapMobileDateRangePicker/ReactMobileDatePickerModule.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,QAAA,MAAM,qBAAqB,KAAqC,CAAC;AACjE,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"ReactMobileDatePickerModule.d.ts","sourceRoot":"","sources":["../../components/CapMobileDateRangePicker/ReactMobileDatePickerModule.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,QAAA,MAAM,qBAAqB,KAA4C,CAAC;AACxE,eAAe,qBAAqB,CAAC"}
@@ -1,4 +1,5 @@
1
- const ReactMobileDatePicker = require("./ReactMobileDatePicker");
1
+ const mod = require("./ReactMobileDatePicker");
2
+ const ReactMobileDatePicker = mod && mod.__esModule ? mod.default : mod;
2
3
  export {
3
4
  ReactMobileDatePicker as default
4
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capillarytech/blaze-ui",
3
- "version": "6.2.0",
3
+ "version": "6.3.0",
4
4
  "description": "Capillary UI component library with Ant Design v6",
5
5
  "main": "index.js",
6
6
  "module": "dist/index.js",