@tmlmobilidade/ui 20250603.1730.0 → 20250604.1320.34

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/index.d.ts CHANGED
@@ -10,6 +10,7 @@ import { NotificationData } from '@mantine/notifications';
10
10
  export * from '@mantine/form';
11
11
  export * from '@mantine/hooks';
12
12
  export * from '@mantine/modals';
13
+ export { zod4Resolver, zodResolver } from 'mantine-form-zod-resolver';
13
14
 
14
15
  declare function AppProvider({ children }: PropsWithChildren): react_jsx_runtime.JSX.Element;
15
16
 
package/dist/index.js CHANGED
@@ -58,4 +58,5 @@ export { centerMap, getBaseGeoJsonFeatureCollection, getBaseGeoJsonFeatureLineSt
58
58
  export * from '@mantine/form';
59
59
  export * from '@mantine/hooks';
60
60
  export * from '@mantine/modals';
61
+ export { zod4Resolver, zodResolver } from 'mantine-form-zod-resolver';
61
62
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250603.1730.0",
3
+ "description": "",
4
+ "version": "20250604.1320.34",
4
5
  "author": "",
5
6
  "license": "ISC",
6
7
  "publishConfig": {
@@ -29,7 +30,6 @@
29
30
  "dev": "tsx scripts/watch.ts",
30
31
  "lint": "eslint ./src"
31
32
  },
32
- "description": "",
33
33
  "peerDependencies": {
34
34
  "@turf/turf": "7.x",
35
35
  "next": "14.x || 15.x",
@@ -50,6 +50,7 @@
50
50
  "@tmlmobilidade/utils": "*",
51
51
  "clsx": "2.1.1",
52
52
  "luxon": "3.6.1",
53
+ "mantine-form-zod-resolver": "^1.2.1",
53
54
  "maplibre-gl": "5.5.0",
54
55
  "react-map-gl": "8.0.4",
55
56
  "react-viewport-list": "7.1.2"