@turtleclub/earn-widget 0.3.0-beta.31 → 0.3.0-beta.32
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 +2 -2
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -801,9 +801,9 @@
|
|
|
801
801
|
--color-primary-alpha-20: var(--color-brand-green-alpha-20);
|
|
802
802
|
--color-primary-alpha-30: var(--color-brand-green-alpha-30);
|
|
803
803
|
--color-primary-alpha-50: var(--color-brand-green-alpha-50);
|
|
804
|
-
--border-gradient-white: linear-gradient(
|
|
804
|
+
--border-gradient-white: linear-gradient(175deg,var(--color-neutral-alpha-50)0%,var(--color-neutral-alpha-5)40%,var(--color-neutral-alpha-2)60%,var(--color-neutral-alpha-20)100%)border-box;
|
|
805
805
|
--border-gradient-primary: linear-gradient(165deg,var(--color-primary-alpha-50)0%,var(--color-primary-alpha-20)20%,var(--color-primary-alpha-10)75%,var(--color-primary-alpha-30)100%)border-box;
|
|
806
|
-
--border-gradient-accent: linear-gradient(to bottom,var(--color-primary)0%,
|
|
806
|
+
--border-gradient-accent: linear-gradient(to bottom,var(--color-primary)0%,rgba(var(--color-primary-alpha-10)/0)100%)border-box;
|
|
807
807
|
}
|
|
808
808
|
}
|
|
809
809
|
@layer base {
|
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.32",
|
|
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.2.1-beta.4",
|
|
44
|
-
"@turtleclub/ui": "0.3.0-beta.
|
|
44
|
+
"@turtleclub/ui": "0.3.0-beta.26",
|
|
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": "0f1699fbb09a9c05fe87d1362aed4534df2a3c07"
|
|
83
83
|
}
|