@cloudtower/eagle 0.33.28 → 0.33.29

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
@@ -415,6 +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
+ Object.defineProperty(exports, 'Antd5Flex', {
419
+ enumerable: true,
420
+ get: function () { return antd5.Flex; }
421
+ });
418
422
  Object.defineProperty(exports, 'Antd5Tree', {
419
423
  enumerable: true,
420
424
  get: function () { return antd5.Tree; }