@cloudtower/eagle 0.33.22 → 0.33.23

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/cjs/index.js CHANGED
@@ -81,7 +81,7 @@ var index$17 = require('./core/Token/index.js');
81
81
  var index$18 = require('./core/Tooltip/index.js');
82
82
  var index$19 = require('./core/Truncate/index.js');
83
83
  var Antd5Dropdown = require('./core/Antd5Dropdown/Antd5Dropdown.js');
84
- var Antd5Tree = require('./core/Antd5Tree/Antd5Tree.js');
84
+ var antd5 = require('antd5');
85
85
  var arch_type = require('./core/Arch/arch.type.js');
86
86
  var index$1a = require('./core/Banner/index.js');
87
87
  var index$1b = require('./core/BasicCTError/index.js');
@@ -415,7 +415,10 @@ exports.TokenPresetColors = index$17.TokenPresetColors;
415
415
  exports.Tooltip = index$18;
416
416
  exports.Truncate = index$19;
417
417
  exports.Antd5Dropdown = Antd5Dropdown.Antd5Dropdown;
418
- exports.Antd5Tree = Antd5Tree.Antd5Tree;
418
+ Object.defineProperty(exports, 'Antd5Tree', {
419
+ enumerable: true,
420
+ get: function () { return antd5.Tree; }
421
+ });
419
422
  exports.Architecture = arch_type.Architecture;
420
423
  exports.Banner = index$1a.Banner;
421
424
  exports.BasicCTError = index$1b.BasicCTError;