@turtleclub/earn-widget 0.2.0 → 0.3.0-beta.0

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 CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -1130,9 +1130,6 @@
1130
1130
  .turtle-widget-root .my-1 {
1131
1131
  margin-block: calc(var(--spacing)*1);
1132
1132
  }
1133
- .turtle-widget-root .mb-2 {
1134
- margin-bottom: calc(var(--spacing)*2);
1135
- }
1136
1133
  .turtle-widget-root .ml-2 {
1137
1134
  margin-left: calc(var(--spacing)*2);
1138
1135
  }
@@ -1375,9 +1372,6 @@
1375
1372
  .turtle-widget-root .justify-center {
1376
1373
  justify-content: center;
1377
1374
  }
1378
- .turtle-widget-root .justify-end {
1379
- justify-content: flex-end;
1380
- }
1381
1375
  .turtle-widget-root .justify-start {
1382
1376
  justify-content: flex-start;
1383
1377
  }
@@ -1819,6 +1813,17 @@
1819
1813
  .turtle-widget-root .text-secondary-foreground {
1820
1814
  color: var(--secondary-foreground);
1821
1815
  }
1816
+ .turtle-widget-root .text-white\/80 {
1817
+ color: #fffc;
1818
+ }
1819
+ @supports (color:color-mix(in lab,red,red)) {
1820
+ .turtle-widget-root .text-white\/80 {
1821
+ color: color-mix(in srgb,#fff80%,transparent);
1822
+ @supports (color: color-mix(in lab, red, red)) {
1823
+ color: color-mix(in oklab,var(--color-white)80%,transparent);
1824
+ }
1825
+ }
1826
+ }
1822
1827
  .turtle-widget-root .text-yellow-600 {
1823
1828
  color: var(--color-yellow-600);
1824
1829
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-beta.0",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@tailwindcss/postcss": "^4.1.11",
43
- "@turtleclub/hooks": "0.2.0",
44
- "@turtleclub/ui": "0.2.0",
43
+ "@turtleclub/hooks": "0.2.1-beta.0",
44
+ "@turtleclub/ui": "0.3.0-beta.0",
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": "ce8e7076dbab115ae2f2f99186f1fd4079e6d745"
82
+ "gitHead": "4f510129ef3a2b4049ef3337adb1a3c3346e45e5"
83
83
  }