@fuf-stack/uniform 0.12.0 → 0.12.1

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.cjs CHANGED
@@ -15,10 +15,10 @@ var _chunkWJSY2D3Dcjs = require('./chunk-WJSY2D3D.cjs');
15
15
  var _chunkKYBPTL3Ycjs = require('./chunk-KYBPTL3Y.cjs');
16
16
 
17
17
 
18
- var _chunkR6H6XSOIcjs = require('./chunk-R6H6XSOI.cjs');
18
+ var _chunkNL2RK5NJcjs = require('./chunk-NL2RK5NJ.cjs');
19
19
 
20
20
 
21
- var _chunkNL2RK5NJcjs = require('./chunk-NL2RK5NJ.cjs');
21
+ var _chunkR6H6XSOIcjs = require('./chunk-R6H6XSOI.cjs');
22
22
 
23
23
 
24
24
  var _chunk6GN255GPcjs = require('./chunk-6GN255GP.cjs');
package/dist/index.js CHANGED
@@ -13,12 +13,12 @@ import {
13
13
  import {
14
14
  CheckboxGroup_default
15
15
  } from "./chunk-CMRP3HEK.js";
16
- import {
17
- Form_default
18
- } from "./chunk-KGTNPZZO.js";
19
16
  import {
20
17
  FieldArray_default
21
18
  } from "./chunk-6UMW5EPE.js";
19
+ import {
20
+ Form_default
21
+ } from "./chunk-KGTNPZZO.js";
22
22
  import {
23
23
  Grid_default
24
24
  } from "./chunk-PDCEKC3G.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuf-stack/uniform",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "fuf react form library",
5
5
  "author": "Hannes Tiede",
6
6
  "homepage": "https://github.com/fuf-stack/pixels#readme",
@@ -124,14 +124,14 @@
124
124
  "@nextui-org/system": "2.2.6",
125
125
  "@nextui-org/theme": "2.2.11",
126
126
  "@react-aria/visually-hidden": "3.8.18",
127
- "framer-motion": "11.11.17",
127
+ "framer-motion": "11.12.0",
128
128
  "react-icons": "5.3.0",
129
129
  "react-hook-form": "7.53.2",
130
130
  "react-select": "5.8.3",
131
131
  "slug": "9.1.0",
132
132
  "@fuf-stack/pixels": "0.29.1",
133
133
  "@fuf-stack/pixel-utils": "0.4.1",
134
- "@fuf-stack/veto": "0.6.0"
134
+ "@fuf-stack/veto": "0.6.1"
135
135
  },
136
136
  "devDependencies": {
137
137
  "@testing-library/react-hooks": "8.0.1",
@@ -141,10 +141,10 @@
141
141
  "@types/slug": "5.0.9",
142
142
  "react": "18.3.1",
143
143
  "react-dom": "18.3.1",
144
- "@repo/storybook-config": "0.0.1",
145
- "@repo/tailwind-config": "0.0.1",
144
+ "@repo/tsup-config": "0.0.1",
146
145
  "@repo/vite-config": "0.0.1",
147
- "@repo/tsup-config": "0.0.1"
146
+ "@repo/tailwind-config": "0.0.1",
147
+ "@repo/storybook-config": "0.0.1"
148
148
  },
149
149
  "scripts": {
150
150
  "build": "tsup --config node_modules/@repo/tsup-config/config.ts",