@tight-embedded/react 1.0.0 → 1.1.0
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.css +122 -78
- package/dist/index.css.gz +0 -0
- package/dist/index.js +2010 -1928
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.js.map.gz +0 -0
- package/package.json +13 -12
package/dist/index.js.map.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tight-embedded/react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@floating-ui/react": "^0.27.4",
|
|
29
29
|
"@tanstack/query-sync-storage-persister": "^5.64.1",
|
|
30
|
-
"@tanstack/react-form": "^1.
|
|
30
|
+
"@tanstack/react-form": "^1.23.8",
|
|
31
31
|
"@tanstack/react-query": "^5.64.1",
|
|
32
32
|
"@tanstack/react-query-devtools": "^5.64.1",
|
|
33
33
|
"@tanstack/react-query-persist-client": "^5.64.1",
|
|
@@ -48,26 +48,26 @@
|
|
|
48
48
|
"@csstools/postcss-cascade-layers": "^5.0.2",
|
|
49
49
|
"@eslint/js": "^9.18.0",
|
|
50
50
|
"@pandacss/dev": "^1.1.0",
|
|
51
|
+
"@pandacss/eslint-plugin": "^0.2.14",
|
|
51
52
|
"@redux-devtools/extension": "^3.3.0",
|
|
52
|
-
"@pandacss/eslint-plugin": "^0.2.12",
|
|
53
53
|
"@rollup/plugin-terser": "^0.4.4",
|
|
54
|
-
"@stylistic/eslint-plugin": "^
|
|
55
|
-
"@tanstack/eslint-plugin-query": "^5.
|
|
54
|
+
"@stylistic/eslint-plugin": "^5.5.0",
|
|
55
|
+
"@tanstack/eslint-plugin-query": "^5.91.2",
|
|
56
56
|
"@testing-library/dom": "^10.4.0",
|
|
57
57
|
"@testing-library/jest-dom": "^6.8.0",
|
|
58
58
|
"@testing-library/react": "^16.3.0",
|
|
59
59
|
"@types/aws-lambda": "^8.10.147",
|
|
60
60
|
"@types/big.js": "^6.2.2",
|
|
61
61
|
"@types/lodash-es": "^4.17.12",
|
|
62
|
-
"@types/node": "^
|
|
62
|
+
"@types/node": "^24.9.2",
|
|
63
63
|
"@types/react": "^18.3.24",
|
|
64
64
|
"@types/react-dom": "^18.3.7",
|
|
65
|
-
"@vitejs/plugin-react": "^
|
|
65
|
+
"@vitejs/plugin-react": "^5.1.0",
|
|
66
66
|
"@vitest/browser": "^3.2.4",
|
|
67
67
|
"@vitest/coverage-v8": "^3.2.4",
|
|
68
68
|
"@vitest/ui": "^3.2.4",
|
|
69
69
|
"aws-lambda": "^1.0.7",
|
|
70
|
-
"cypress": "^
|
|
70
|
+
"cypress": "^15.5.0",
|
|
71
71
|
"eslint": "^9.23.0",
|
|
72
72
|
"eslint-plugin-import": "^2.32.0",
|
|
73
73
|
"eslint-plugin-react": "^7.37.4",
|
|
@@ -83,15 +83,15 @@
|
|
|
83
83
|
"react": "^18.3.1",
|
|
84
84
|
"react-dom": "^18.3.1",
|
|
85
85
|
"terser": "^5.30.3",
|
|
86
|
-
"typescript": "^5.
|
|
87
|
-
"typescript-eslint": "^8.
|
|
88
|
-
"vite": "^
|
|
86
|
+
"typescript": "^5.9.3",
|
|
87
|
+
"typescript-eslint": "^8.46.2",
|
|
88
|
+
"vite": "^7.1.12",
|
|
89
89
|
"vite-bundle-visualizer": "^1.2.1",
|
|
90
90
|
"vite-plugin-bugsnag": "^2.0.2",
|
|
91
91
|
"vite-plugin-compression2": "^1.0.0",
|
|
92
92
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
93
|
-
"vite-plugin-svgr": "^4.3.0",
|
|
94
93
|
"vite-plugin-dts": "^4.5.4",
|
|
94
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
95
95
|
"vitest": "^3.2.4"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
"dev": "pnpm run setup && cp ./src/config/config_dev.ts ./src/config.ts && pnpm install && panda codegen --clean && vite dev --port 5353",
|
|
100
100
|
"typecheck": "./scripts/typecheck.sh -w false",
|
|
101
101
|
"build": "./scripts/build.sh",
|
|
102
|
+
"build:playground": "./scripts/buildPlayground.sh",
|
|
102
103
|
"analyze": "./scripts/analyze.sh",
|
|
103
104
|
"simulate": "./scripts/simulate.sh",
|
|
104
105
|
"lint": "./scripts/lint.sh",
|