@turtleclub/earn-widget 0.3.0-beta.63 → 0.3.0-beta.64
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/styles.css +13 -0
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -103,6 +103,11 @@
|
|
|
103
103
|
--color-black: #000;
|
|
104
104
|
--color-white: #fff;
|
|
105
105
|
--spacing: .25rem;
|
|
106
|
+
--breakpoint-sm: 40rem;
|
|
107
|
+
--breakpoint-md: 48rem;
|
|
108
|
+
--breakpoint-lg: 64rem;
|
|
109
|
+
--breakpoint-xl: 80rem;
|
|
110
|
+
--breakpoint-2xl: 96rem;
|
|
106
111
|
--container-sm: 24rem;
|
|
107
112
|
--container-md: 28rem;
|
|
108
113
|
--container-lg: 32rem;
|
|
@@ -1064,6 +1069,9 @@
|
|
|
1064
1069
|
.turtle-widget-root .min-h-svh {
|
|
1065
1070
|
min-height: 100svh;
|
|
1066
1071
|
}
|
|
1072
|
+
.turtle-widget-root .w-\(--sidebar-width\) {
|
|
1073
|
+
width: var(--sidebar-width);
|
|
1074
|
+
}
|
|
1067
1075
|
.turtle-widget-root .w-2 {
|
|
1068
1076
|
width: calc(var(--spacing)*2);
|
|
1069
1077
|
}
|
|
@@ -4676,6 +4684,11 @@
|
|
|
4676
4684
|
--color-black: #000;
|
|
4677
4685
|
--color-white: #fff;
|
|
4678
4686
|
--spacing: 0.25rem;
|
|
4687
|
+
--breakpoint-sm: 40rem;
|
|
4688
|
+
--breakpoint-md: 48rem;
|
|
4689
|
+
--breakpoint-lg: 64rem;
|
|
4690
|
+
--breakpoint-xl: 80rem;
|
|
4691
|
+
--breakpoint-2xl: 96rem;
|
|
4679
4692
|
--container-sm: 24rem;
|
|
4680
4693
|
--container-md: 28rem;
|
|
4681
4694
|
--container-lg: 32rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/earn-widget",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.64",
|
|
4
4
|
"description": "Configurable and self-contained Turtle Earn widget for third-party integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/postcss": "^4.1.11",
|
|
43
43
|
"@turtleclub/hooks": "0.3.0-beta.2",
|
|
44
|
-
"@turtleclub/ui": "0.3.0-beta.
|
|
44
|
+
"@turtleclub/ui": "0.3.0-beta.55",
|
|
45
45
|
"class-variance-authority": "^0.7.1",
|
|
46
46
|
"clsx": "^2.1.1",
|
|
47
47
|
"jotai": "^2.10.5",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "ec0292a3f3206f9a45b80d5dd89541de4a7e38fb"
|
|
83
83
|
}
|