@tmlmobilidade/ui 20250306.1249.35 → 20250306.1700.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.
@@ -1,6 +1,7 @@
1
1
  export { default as AppWrapper } from './AppWrapper';
2
2
  export { default as Grid } from './Grid';
3
3
  export { default as Section } from './Section';
4
+ export { SidebarItemProps } from './Sidebar';
4
5
  export { default as Sidebar } from './Sidebar';
5
6
  export { SimpleSurface } from './SimpleSurface';
6
7
  export { default as Spacer } from './Spacer';
package/dist/esm/index.js CHANGED
@@ -1579,7 +1579,6 @@ function generateIcon(name) {
1579
1579
  var styles$7 = {"container":"styles-module_container__tduxg","navWrapper":"styles-module_navWrapper__Xb59N","navButton":"styles-module_navButton__kTv0k","selected":"styles-module_selected__w-GVG","disabled":"styles-module_disabled__lxQjN"};
1580
1580
 
1581
1581
  function Sidebar({ items, }) {
1582
- //
1583
1582
  //
1584
1583
  // A. Render components
1585
1584
  return (jsxRuntimeExports.jsx("div", { className: cn(styles$7.container), children: jsxRuntimeExports.jsx("div", { className: cn(styles$7.navWrapper), children: items.map((item) => {