@turtleclub/earn-widget 0.3.0-beta.43 → 0.3.0-beta.45

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.
Files changed (2) hide show
  1. package/dist/styles.css +5 -5
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -2479,14 +2479,14 @@
2479
2479
  --tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
2480
2480
  box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
2481
2481
  }
2482
- .turtle-widget-root .shadow-black\/40 {
2483
- --tw-shadow-color: #0006;
2482
+ .turtle-widget-root .shadow-black\/20 {
2483
+ --tw-shadow-color: #0003;
2484
2484
  }
2485
2485
  @supports (color:color-mix(in lab,red,red)) {
2486
- .turtle-widget-root .shadow-black\/40 {
2487
- --tw-shadow-color: color-mix(in srgb,#00040%,transparent);
2486
+ .turtle-widget-root .shadow-black\/20 {
2487
+ --tw-shadow-color: color-mix(in srgb,#00020%,transparent);
2488
2488
  @supports (color: color-mix(in lab, red, red)) {
2489
- --tw-shadow-color: color-mix(in oklab,color-mix(in oklab,var(--color-black)40%,transparent)var(--tw-shadow-alpha),transparent);
2489
+ --tw-shadow-color: color-mix(in oklab,color-mix(in oklab,var(--color-black)20%,transparent)var(--tw-shadow-alpha),transparent);
2490
2490
  }
2491
2491
  }
2492
2492
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.43",
3
+ "version": "0.3.0-beta.45",
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.37",
44
+ "@turtleclub/ui": "0.3.0-beta.39",
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": "bb0c7d5ad09bbec1b88923035f7d88f41ad92a2b"
82
+ "gitHead": "d8e7528a40554f6d25a4fafec16de70246b612a6"
83
83
  }