@turtleclub/earn-widget 0.3.3-beta.4 → 0.3.3-beta.5

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 +3 -15
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -1578,6 +1578,9 @@
1578
1578
  .turtle-widget-root .border-border {
1579
1579
  border-color: var(--color-border);
1580
1580
  }
1581
+ .turtle-widget-root .border-inherit {
1582
+ border-color: inherit;
1583
+ }
1581
1584
  .turtle-widget-root .border-input {
1582
1585
  border-color: var(--color-input);
1583
1586
  }
@@ -2186,10 +2189,6 @@
2186
2189
  --tw-shadow: 0 4px 20px 0 var(--tw-shadow-color,#0000004d);
2187
2190
  box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
2188
2191
  }
2189
- .turtle-widget-root .shadow-\[0px_4px_4px_0px\] {
2190
- --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color,currentcolor);
2191
- box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
2192
- }
2193
2192
  .turtle-widget-root .shadow-lg {
2194
2193
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);
2195
2194
  box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
@@ -2222,17 +2221,6 @@
2222
2221
  --tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
2223
2222
  box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
2224
2223
  }
2225
- .turtle-widget-root .shadow-black\/20 {
2226
- --tw-shadow-color: #0003;
2227
- }
2228
- @supports (color:color-mix(in lab,red,red)) {
2229
- .turtle-widget-root .shadow-black\/20 {
2230
- --tw-shadow-color: color-mix(in srgb,#00020%,transparent);
2231
- @supports (color: color-mix(in lab, red, red)) {
2232
- --tw-shadow-color: color-mix(in oklab,color-mix(in oklab,var(--color-black)20%,transparent)var(--tw-shadow-alpha),transparent);
2233
- }
2234
- }
2235
- }
2236
2224
  .turtle-widget-root .ring-primary {
2237
2225
  --tw-ring-color: var(--color-primary);
2238
2226
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.3-beta.4",
3
+ "version": "0.3.3-beta.5",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -43,7 +43,7 @@
43
43
  "@turtleclub/api": "0.3.0",
44
44
  "@turtleclub/chains": "0.2.0",
45
45
  "@turtleclub/hooks": "0.4.0-beta.2",
46
- "@turtleclub/ui": "0.6.0-beta.0",
46
+ "@turtleclub/ui": "0.6.0-beta.1",
47
47
  "@turtleclub/utils": "0.2.0",
48
48
  "class-variance-authority": "^0.7.1",
49
49
  "clsx": "^2.1.1",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "3d44f6e75cf55da38a53650763f8ee56326e4e89"
87
+ "gitHead": "74060da6e695318046790273ebfe6d3455bf182e"
88
88
  }