@veeqo/transfigure 0.0.24 → 0.0.25
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/index101.cjs +1 -1
- package/dist/index101.js +36 -19
- package/dist/index102.cjs +13 -1
- package/dist/index102.js +17 -8
- package/dist/index103.cjs +1 -1
- package/dist/index103.js +24 -62
- package/dist/index104.cjs +1 -1
- package/dist/index104.js +18 -29
- package/dist/index105.cjs +1 -1
- package/dist/index105.js +8 -36
- package/dist/index106.cjs +1 -13
- package/dist/index106.js +63 -16
- package/dist/index107.cjs +1 -1
- package/dist/index107.js +29 -25
- package/dist/index108.cjs +1 -1
- package/dist/index108.js +62 -41
- package/dist/index109.cjs +1 -1
- package/dist/index109.js +42 -58
- package/dist/index110.cjs +7 -1
- package/dist/index110.js +10 -47
- package/dist/index111.cjs +1 -7
- package/dist/index111.js +42 -10
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +1 -1
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +1 -1
- package/dist/index29.cjs +1 -1
- package/dist/index29.js +1 -1
- package/dist/index32.cjs +1 -1
- package/dist/index32.js +1 -1
- package/dist/index34.cjs +1 -1
- package/dist/index34.js +2 -2
- package/dist/index37.cjs +1 -1
- package/dist/index37.js +1 -1
- package/dist/index38.cjs +1 -1
- package/dist/index38.js +1 -1
- package/dist/index39.cjs +1 -1
- package/dist/index39.js +1 -1
- package/dist/index42.cjs +1 -1
- package/dist/index42.js +1 -1
- package/dist/index44.cjs +1 -1
- package/dist/index44.js +2 -2
- package/dist/index45.cjs +1 -1
- package/dist/index45.js +3 -3
- package/dist/index79.cjs +8 -1
- package/dist/index79.js +12 -143
- package/dist/index80.cjs +1 -1
- package/dist/index80.js +40 -18
- package/dist/index81.cjs +1 -8
- package/dist/index81.js +9 -12
- package/dist/index82.cjs +1 -1
- package/dist/index82.js +141 -39
- package/dist/index83.cjs +1 -1
- package/dist/index83.js +17 -7
- package/dist/index84.cjs +1 -1
- package/dist/index84.js +24 -13
- package/dist/index85.cjs +1 -104
- package/dist/index85.js +30 -119
- package/dist/index86.cjs +1 -1
- package/dist/index86.js +28 -67
- package/dist/index87.cjs +1 -1
- package/dist/index87.js +14 -28
- package/dist/index88.cjs +19 -1
- package/dist/index88.js +24 -2
- package/dist/index89.cjs +1 -1
- package/dist/index89.js +16 -39
- package/dist/index90.cjs +12 -1
- package/dist/index90.js +16 -11
- package/dist/index91.cjs +1 -1
- package/dist/index91.js +20 -17
- package/dist/index92.cjs +1 -1
- package/dist/index92.js +13 -24
- package/dist/index93.cjs +104 -1
- package/dist/index93.js +119 -20
- package/dist/index94.cjs +1 -19
- package/dist/index94.js +67 -23
- package/dist/index95.cjs +1 -1
- package/dist/index95.js +26 -28
- package/dist/index96.cjs +1 -1
- package/dist/index96.js +2 -29
- package/dist/index97.cjs +1 -1
- package/dist/index97.js +40 -14
- package/dist/index98.cjs +1 -12
- package/dist/index98.js +11 -16
- package/dist/index99.cjs +1 -1
- package/dist/index99.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veeqo/transfigure",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@material-ui/core": "^4.11.0",
|
|
37
37
|
"@tanstack/react-table": "^8.21.2",
|
|
38
38
|
"@veeqo/components": "6.1.1",
|
|
39
|
-
"@veeqo/ui": ">=9.
|
|
39
|
+
"@veeqo/ui": ">=9.9.5",
|
|
40
40
|
"ajv-keywords": "^5.1.0",
|
|
41
41
|
"axios": "^1.6.2",
|
|
42
42
|
"framer-motion": "^6.5.1",
|