@fuf-stack/uniform 0.0.3 → 0.0.5

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 (41) hide show
  1. package/dist/Form/index.cjs +5 -143
  2. package/dist/Form/index.cjs.map +1 -1
  3. package/dist/Form/index.d.cts +8 -27
  4. package/dist/Form/index.d.ts +8 -27
  5. package/dist/Form/index.js +6 -144
  6. package/dist/Form/index.js.map +1 -1
  7. package/dist/Form-Bv0R3QNk.d.cts +29 -0
  8. package/dist/Form-Bv0R3QNk.d.ts +29 -0
  9. package/dist/Grid/index.cjs +5 -14
  10. package/dist/Grid/index.cjs.map +1 -1
  11. package/dist/Grid/index.d.cts +6 -15
  12. package/dist/Grid/index.d.ts +6 -15
  13. package/dist/Grid/index.js +5 -14
  14. package/dist/Grid/index.js.map +1 -1
  15. package/dist/Grid-DF3L9NF3.d.cts +17 -0
  16. package/dist/Grid-DF3L9NF3.d.ts +17 -0
  17. package/dist/SubmitButton/index.cjs +4 -3
  18. package/dist/SubmitButton/index.cjs.map +1 -1
  19. package/dist/SubmitButton/index.d.cts +2 -2
  20. package/dist/SubmitButton/index.d.ts +2 -2
  21. package/dist/SubmitButton/index.js +2 -1
  22. package/dist/SubmitButton/index.js.map +1 -1
  23. package/dist/chunk-4BELEHDQ.cjs +159 -0
  24. package/dist/chunk-4BELEHDQ.cjs.map +1 -0
  25. package/dist/chunk-4MEKDDB2.js +20 -0
  26. package/dist/chunk-4MEKDDB2.js.map +1 -0
  27. package/dist/chunk-6XKDXQ4A.js +159 -0
  28. package/dist/chunk-6XKDXQ4A.js.map +1 -0
  29. package/dist/chunk-ZPFKVKGV.cjs +20 -0
  30. package/dist/chunk-ZPFKVKGV.cjs.map +1 -0
  31. package/dist/index.cjs +13 -0
  32. package/dist/index.cjs.map +1 -0
  33. package/dist/index.d.cts +6 -0
  34. package/dist/index.d.ts +6 -0
  35. package/dist/index.js +13 -0
  36. package/dist/index.js.map +1 -0
  37. package/dist/partials/FieldCopyTestIdButton/index.cjs +3 -4
  38. package/dist/partials/FieldCopyTestIdButton/index.cjs.map +1 -1
  39. package/dist/partials/FieldCopyTestIdButton/index.js +1 -2
  40. package/dist/partials/FieldCopyTestIdButton/index.js.map +1 -1
  41. package/package.json +20 -9
package/package.json CHANGED
@@ -1,12 +1,21 @@
1
1
  {
2
2
  "name": "@fuf-stack/uniform",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "fuf react form library",
5
5
  "author": "Hannes Tiede",
6
6
  "homepage": "https://github.com/fuf-stack/uniform#readme",
7
7
  "license": "MIT",
8
8
  "type": "module",
9
+ "main": "./dist/index.js",
10
+ "module": "./dist/index.cjs",
11
+ "types": "./dist/index.d.ts",
12
+ "sideEffects": false,
9
13
  "exports": {
14
+ ".": {
15
+ "import": "./dist/index.js",
16
+ "require": "./dist/index.cjs",
17
+ "types": "./dist/index.d.ts"
18
+ },
10
19
  "./Form": {
11
20
  "import": "./dist/Form/index.js",
12
21
  "require": "./dist/Form/index.cjs",
@@ -17,11 +26,6 @@
17
26
  "require": "./dist/Grid/index.cjs",
18
27
  "types": "./dist/Grid/index.d.ts"
19
28
  },
20
- "./SubmitButton": {
21
- "import": "./dist/SubmitButton/index.js",
22
- "require": "./dist/SubmitButton/index.cjs",
23
- "types": "./dist/SubmitButton/index.d.ts"
24
- },
25
29
  "./helpers": {
26
30
  "import": "./dist/helpers/index.js",
27
31
  "require": "./dist/helpers/index.cjs",
@@ -41,6 +45,11 @@
41
45
  "import": "./dist/partials/FieldValidationError/index.js",
42
46
  "require": "./dist/partials/FieldValidationError/index.cjs",
43
47
  "types": "./dist/partials/FieldValidationError/index.d.ts"
48
+ },
49
+ "./SubmitButton": {
50
+ "import": "./dist/SubmitButton/index.js",
51
+ "require": "./dist/SubmitButton/index.cjs",
52
+ "types": "./dist/SubmitButton/index.d.ts"
44
53
  }
45
54
  },
46
55
  "files": [
@@ -79,7 +88,7 @@
79
88
  "react-select": "5.8.0",
80
89
  "slug": "9.0.0",
81
90
  "tailwind-variants": "0.1.20",
82
- "@fuf-stack/pixels": "0.2.5",
91
+ "@fuf-stack/pixels": "0.3.0",
83
92
  "@fuf-stack/veto": "0.2.0"
84
93
  },
85
94
  "devDependencies": {
@@ -88,10 +97,12 @@
88
97
  "@types/react-dom": "18.2.22",
89
98
  "@types/slug": "5.0.8",
90
99
  "@repo/storybook-config": "0.0.1",
91
- "@repo/vite-config": "0.0.1",
92
- "@repo/tailwind-config": "0.0.1"
100
+ "@repo/tailwind-config": "0.0.1",
101
+ "@repo/tsup-config": "0.0.1",
102
+ "@repo/vite-config": "0.0.1"
93
103
  },
94
104
  "scripts": {
105
+ "build": "tsup --config node_modules/@repo/tsup-config/config.ts",
95
106
  "test": "vitest ./src"
96
107
  }
97
108
  }