@turtleclub/earn-widget 0.5.0-beta.0 → 0.5.0-beta.10
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 +6 -1
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer properties {
|
|
4
4
|
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
--color-black: #000;
|
|
104
104
|
--color-white: #fff;
|
|
105
105
|
--spacing: .25rem;
|
|
106
|
+
--container-xs: 20rem;
|
|
106
107
|
--container-sm: 24rem;
|
|
107
108
|
--container-md: 28rem;
|
|
108
109
|
--container-lg: 32rem;
|
|
@@ -1239,6 +1240,9 @@
|
|
|
1239
1240
|
.turtle-widget-root .max-w-none {
|
|
1240
1241
|
max-width: none;
|
|
1241
1242
|
}
|
|
1243
|
+
.turtle-widget-root .max-w-xs {
|
|
1244
|
+
max-width: var(--container-xs);
|
|
1245
|
+
}
|
|
1242
1246
|
.turtle-widget-root .min-w-0 {
|
|
1243
1247
|
min-width: calc(var(--spacing)*0);
|
|
1244
1248
|
}
|
|
@@ -4940,6 +4944,7 @@
|
|
|
4940
4944
|
--color-black: #000;
|
|
4941
4945
|
--color-white: #fff;
|
|
4942
4946
|
--spacing: 0.25rem;
|
|
4947
|
+
--container-xs: 20rem;
|
|
4943
4948
|
--container-sm: 24rem;
|
|
4944
4949
|
--container-md: 28rem;
|
|
4945
4950
|
--container-lg: 32rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turtleclub/earn-widget",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.10",
|
|
4
4
|
"description": "Configurable and self-contained Turtle Earn widget for third-party integration",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/postcss": "^4.1.11",
|
|
43
43
|
"@turtleclub/chains": "0.3.0",
|
|
44
|
-
"@turtleclub/hooks": "0.5.0-beta.
|
|
45
|
-
"@turtleclub/opportunities": "0.1.0-beta.
|
|
46
|
-
"@turtleclub/ui": "0.7.0-beta.
|
|
44
|
+
"@turtleclub/hooks": "0.5.0-beta.5",
|
|
45
|
+
"@turtleclub/opportunities": "0.1.0-beta.10",
|
|
46
|
+
"@turtleclub/ui": "0.7.0-beta.6",
|
|
47
47
|
"@turtleclub/utils": "0.4.0-beta.0",
|
|
48
48
|
"class-variance-authority": "^0.7.1",
|
|
49
49
|
"clsx": "^2.1.1",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "7afd1f23d40ef0617af745b33364e7c252c46b04"
|
|
89
89
|
}
|