@txnlab/use-wallet-ui-react 0.2.3 → 0.3.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/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 +24 -20
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.0",
|
|
4
4
|
"description": "React components for use-wallet UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/index.cjs",
|
|
@@ -56,31 +56,35 @@
|
|
|
56
56
|
"react-dom": "^18 || ^19"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@floating-ui/react": "
|
|
60
|
-
"@headlessui/react": "
|
|
61
|
-
"@tanstack/react-query": "
|
|
62
|
-
"@txnlab/utils-ts": "
|
|
63
|
-
"clsx": "
|
|
64
|
-
"tailwind-merge": "
|
|
59
|
+
"@floating-ui/react": "0.27.13",
|
|
60
|
+
"@headlessui/react": "2.2.4",
|
|
61
|
+
"@tanstack/react-query": "5.81.5",
|
|
62
|
+
"@txnlab/utils-ts": "0.1.0",
|
|
63
|
+
"clsx": "2.1.1",
|
|
64
|
+
"tailwind-merge": "3.3.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@tailwindcss/cli": "
|
|
68
|
-
"@types/react": "
|
|
69
|
-
"@types/react-dom": "
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"react
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"vite
|
|
78
|
-
"vite-
|
|
67
|
+
"@tailwindcss/cli": "4.1.11",
|
|
68
|
+
"@types/react": "19.1.6",
|
|
69
|
+
"@types/react-dom": "19.1.6",
|
|
70
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
71
|
+
"algosdk": "3.3.1",
|
|
72
|
+
"publint": "0.3.12",
|
|
73
|
+
"react": "19.1.0",
|
|
74
|
+
"react-dom": "19.1.0",
|
|
75
|
+
"tailwindcss": "4.1.11",
|
|
76
|
+
"tsx": "4.20.3",
|
|
77
|
+
"vite": "6.3.5",
|
|
78
|
+
"vite-plugin-dts": "4.5.4",
|
|
79
|
+
"vite-tsconfig-paths": "5.1.4",
|
|
80
|
+
"vitest": "3.2.4"
|
|
79
81
|
},
|
|
80
82
|
"scripts": {
|
|
81
83
|
"build": "pnpm generate:css && vite build && publint --strict",
|
|
82
84
|
"dev": "vite build --watch",
|
|
83
|
-
"test": "
|
|
85
|
+
"test": "vitest run",
|
|
86
|
+
"test:watch": "vitest",
|
|
87
|
+
"test:coverage": "vitest run --coverage",
|
|
84
88
|
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
|
85
89
|
"format": "prettier --write .",
|
|
86
90
|
"typecheck": "tsc --noEmit",
|