@txnlab/use-wallet-ui-react 0.2.3 → 0.3.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/cjs/index.cjs +22 -6
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +5539 -4019
- package/dist/esm/index.js.map +1 -1
- package/dist/style.css +9 -14
- package/package.json +38 -33
- package/LICENSE +0 -21
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
:root, :host {
|
|
4
4
|
--font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
flex-shrink: 0;
|
|
360
360
|
}
|
|
361
361
|
[data-wallet-ui] .transform {
|
|
362
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
362
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
363
363
|
}
|
|
364
364
|
[data-wallet-ui] .cursor-default {
|
|
365
365
|
cursor: default;
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
[data-wallet-ui] .transition {
|
|
655
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
|
|
655
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
656
656
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
657
657
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
658
658
|
}
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
}
|
|
789
789
|
[data-wallet-ui] .data-\[leave\]\:transition {
|
|
790
790
|
&[data-leave] {
|
|
791
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
|
|
791
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
792
792
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
793
793
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
794
794
|
}
|
|
@@ -1058,27 +1058,22 @@
|
|
|
1058
1058
|
@property --tw-rotate-x {
|
|
1059
1059
|
syntax: "*";
|
|
1060
1060
|
inherits: false;
|
|
1061
|
-
initial-value: rotateX(0);
|
|
1062
1061
|
}
|
|
1063
1062
|
@property --tw-rotate-y {
|
|
1064
1063
|
syntax: "*";
|
|
1065
1064
|
inherits: false;
|
|
1066
|
-
initial-value: rotateY(0);
|
|
1067
1065
|
}
|
|
1068
1066
|
@property --tw-rotate-z {
|
|
1069
1067
|
syntax: "*";
|
|
1070
1068
|
inherits: false;
|
|
1071
|
-
initial-value: rotateZ(0);
|
|
1072
1069
|
}
|
|
1073
1070
|
@property --tw-skew-x {
|
|
1074
1071
|
syntax: "*";
|
|
1075
1072
|
inherits: false;
|
|
1076
|
-
initial-value: skewX(0);
|
|
1077
1073
|
}
|
|
1078
1074
|
@property --tw-skew-y {
|
|
1079
1075
|
syntax: "*";
|
|
1080
1076
|
inherits: false;
|
|
1081
|
-
initial-value: skewY(0);
|
|
1082
1077
|
}
|
|
1083
1078
|
@property --tw-space-y-reverse {
|
|
1084
1079
|
syntax: "*";
|
|
@@ -1185,11 +1180,11 @@
|
|
|
1185
1180
|
@layer properties {
|
|
1186
1181
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1187
1182
|
*, ::before, ::after, ::backdrop {
|
|
1188
|
-
--tw-rotate-x:
|
|
1189
|
-
--tw-rotate-y:
|
|
1190
|
-
--tw-rotate-z:
|
|
1191
|
-
--tw-skew-x:
|
|
1192
|
-
--tw-skew-y:
|
|
1183
|
+
--tw-rotate-x: initial;
|
|
1184
|
+
--tw-rotate-y: initial;
|
|
1185
|
+
--tw-rotate-z: initial;
|
|
1186
|
+
--tw-skew-x: initial;
|
|
1187
|
+
--tw-skew-y: initial;
|
|
1193
1188
|
--tw-space-y-reverse: 0;
|
|
1194
1189
|
--tw-border-style: solid;
|
|
1195
1190
|
--tw-font-weight: initial;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@txnlab/use-wallet-ui-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "React components for use-wallet UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.cjs",
|
|
@@ -37,53 +37,58 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "git+https://github.com/
|
|
40
|
+
"url": "git+https://github.com/TxnLab/use-wallet-ui.git"
|
|
41
41
|
},
|
|
42
42
|
"bugs": {
|
|
43
|
-
"url": "https://github.com/
|
|
43
|
+
"url": "https://github.com/TxnLab/use-wallet-ui/issues"
|
|
44
44
|
},
|
|
45
|
-
"homepage": "https://github.com/
|
|
45
|
+
"homepage": "https://github.com/TxnLab/use-wallet-ui#readme",
|
|
46
46
|
"publishConfig": {
|
|
47
|
-
"access": "public"
|
|
47
|
+
"access": "public",
|
|
48
|
+
"provenance": true
|
|
48
49
|
},
|
|
49
50
|
"engines": {
|
|
50
51
|
"node": ">=22",
|
|
51
52
|
"pnpm": ">=9"
|
|
52
53
|
},
|
|
54
|
+
"scripts": {
|
|
55
|
+
"build": "pnpm generate:css && vite build && publint --strict",
|
|
56
|
+
"dev": "vite build --watch",
|
|
57
|
+
"test": "vitest run",
|
|
58
|
+
"test:watch": "vitest",
|
|
59
|
+
"test:coverage": "vitest run --coverage",
|
|
60
|
+
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
61
|
+
"format": "prettier --write .",
|
|
62
|
+
"typecheck": "tsc --noEmit",
|
|
63
|
+
"generate:css": "npx @tailwindcss/cli -c ./tailwind.config.js -i ./src/input.css -o ./dist/style.css && node ./scripts/post-process-css.js"
|
|
64
|
+
},
|
|
53
65
|
"peerDependencies": {
|
|
54
66
|
"@txnlab/use-wallet-react": "^4.0.1",
|
|
55
67
|
"react": "^18 || ^19",
|
|
56
68
|
"react-dom": "^18 || ^19"
|
|
57
69
|
},
|
|
58
70
|
"dependencies": {
|
|
59
|
-
"@floating-ui/react": "
|
|
60
|
-
"@headlessui/react": "
|
|
61
|
-
"@tanstack/react-query": "
|
|
62
|
-
"@txnlab/utils-ts": "
|
|
63
|
-
"clsx": "
|
|
64
|
-
"tailwind-merge": "
|
|
71
|
+
"@floating-ui/react": "0.27.13",
|
|
72
|
+
"@headlessui/react": "2.2.4",
|
|
73
|
+
"@tanstack/react-query": "5.81.5",
|
|
74
|
+
"@txnlab/utils-ts": "0.1.0",
|
|
75
|
+
"clsx": "2.1.1",
|
|
76
|
+
"tailwind-merge": "3.3.1"
|
|
65
77
|
},
|
|
66
78
|
"devDependencies": {
|
|
67
|
-
"@tailwindcss/cli": "
|
|
68
|
-
"@types/react": "
|
|
69
|
-
"@types/react-dom": "
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"react
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"vite
|
|
78
|
-
"vite-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"build": "pnpm generate:css && vite build && publint --strict",
|
|
82
|
-
"dev": "vite build --watch",
|
|
83
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
84
|
-
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
85
|
-
"format": "prettier --write .",
|
|
86
|
-
"typecheck": "tsc --noEmit",
|
|
87
|
-
"generate:css": "npx @tailwindcss/cli -c ./tailwind.config.js -i ./src/input.css -o ./dist/style.css && node ./scripts/post-process-css.js"
|
|
79
|
+
"@tailwindcss/cli": "4.1.11",
|
|
80
|
+
"@types/react": "19.1.6",
|
|
81
|
+
"@types/react-dom": "19.1.6",
|
|
82
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
83
|
+
"algosdk": "3.3.1",
|
|
84
|
+
"publint": "0.3.12",
|
|
85
|
+
"react": "19.1.0",
|
|
86
|
+
"react-dom": "19.1.0",
|
|
87
|
+
"tailwindcss": "4.1.11",
|
|
88
|
+
"tsx": "4.20.3",
|
|
89
|
+
"vite": "6.3.5",
|
|
90
|
+
"vite-plugin-dts": "4.5.4",
|
|
91
|
+
"vite-tsconfig-paths": "5.1.4",
|
|
92
|
+
"vitest": "3.2.4"
|
|
88
93
|
}
|
|
89
|
-
}
|
|
94
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 TxnLab, Inc.
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|