@tmlmobilidade/ui 20250915.959.39 → 20250915.1015.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -888,7 +888,7 @@ declare const sidebarApps: {
888
888
  icon: react_jsx_runtime.JSX.Element;
889
889
  label: string;
890
890
  permissions: {
891
- action: string;
891
+ action: any;
892
892
  scope: string;
893
893
  }[];
894
894
  }[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
3
  "description": "UI components for Transportes Metropolitanos de Lisboa (TML) web applications.",
4
- "version": "20250915.959.39",
4
+ "version": "20250915.1015.3",
5
5
  "author": "João de Vasconcelos & Jusi Monteiro",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "publishConfig": {