@tmlmobilidade/ui 20250210.1115.1 → 20250211.2350.30

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
@@ -1797,6 +1797,18 @@ function useScreenSize() {
1797
1797
  return screenSize;
1798
1798
  }
1799
1799
 
1800
+ Object.defineProperty(exports, "Tree", {
1801
+ enumerable: true,
1802
+ get: function () { return core.Tree; }
1803
+ });
1804
+ Object.defineProperty(exports, "getTreeExpandedState", {
1805
+ enumerable: true,
1806
+ get: function () { return core.getTreeExpandedState; }
1807
+ });
1808
+ Object.defineProperty(exports, "useTree", {
1809
+ enumerable: true,
1810
+ get: function () { return core.useTree; }
1811
+ });
1800
1812
  exports.ActionIcon = ActionIcon;
1801
1813
  exports.Badge = Badge;
1802
1814
  exports.Button = Button;