@turtleclub/earn-widget 0.2.0-beta.4 → 0.2.0-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.
package/dist/styles.css CHANGED
@@ -208,6 +208,9 @@
208
208
  .turtle-widget-root .absolute {
209
209
  position: absolute;
210
210
  }
211
+ .turtle-widget-root .fixed {
212
+ position: fixed;
213
+ }
211
214
  .turtle-widget-root .relative {
212
215
  position: relative;
213
216
  }
@@ -232,15 +235,9 @@
232
235
  .turtle-widget-root .bottom-3 {
233
236
  bottom: calc(var(--spacing) * 3);
234
237
  }
235
- .turtle-widget-root .left-0 {
236
- left: calc(var(--spacing) * 0);
237
- }
238
238
  .turtle-widget-root .left-4 {
239
239
  left: calc(var(--spacing) * 4);
240
240
  }
241
- .turtle-widget-root .z-10 {
242
- z-index: 10;
243
- }
244
241
  .turtle-widget-root .container {
245
242
  width: 100%;
246
243
  @media (width >= 40rem) {
@@ -316,9 +313,6 @@
316
313
  .turtle-widget-root .h-10 {
317
314
  height: calc(var(--spacing) * 10);
318
315
  }
319
- .turtle-widget-root .h-11 {
320
- height: calc(var(--spacing) * 11);
321
- }
322
316
  .turtle-widget-root .h-12 {
323
317
  height: calc(var(--spacing) * 12);
324
318
  }
@@ -349,24 +343,18 @@
349
343
  .turtle-widget-root .w-10 {
350
344
  width: calc(var(--spacing) * 10);
351
345
  }
352
- .turtle-widget-root .w-11 {
353
- width: calc(var(--spacing) * 11);
354
- }
355
346
  .turtle-widget-root .w-16 {
356
347
  width: calc(var(--spacing) * 16);
357
348
  }
349
+ .turtle-widget-root .w-20 {
350
+ width: calc(var(--spacing) * 20);
351
+ }
358
352
  .turtle-widget-root .w-24 {
359
353
  width: calc(var(--spacing) * 24);
360
354
  }
361
355
  .turtle-widget-root .w-32 {
362
356
  width: calc(var(--spacing) * 32);
363
357
  }
364
- .turtle-widget-root .w-\[82\%\] {
365
- width: 82%;
366
- }
367
- .turtle-widget-root .w-auto {
368
- width: auto;
369
- }
370
358
  .turtle-widget-root .w-full {
371
359
  width: 100%;
372
360
  }
@@ -388,6 +376,10 @@
388
376
  .turtle-widget-root .flex-shrink-0 {
389
377
  flex-shrink: 0;
390
378
  }
379
+ .turtle-widget-root .-translate-x-2\.5 {
380
+ --tw-translate-x: calc(var(--spacing) * -2.5);
381
+ translate: var(--tw-translate-x) var(--tw-translate-y);
382
+ }
391
383
  .turtle-widget-root .-translate-y-1\/2 {
392
384
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
393
385
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -422,9 +414,6 @@
422
414
  .turtle-widget-root .justify-center {
423
415
  justify-content: center;
424
416
  }
425
- .turtle-widget-root .justify-end {
426
- justify-content: flex-end;
427
- }
428
417
  .turtle-widget-root .justify-start {
429
418
  justify-content: flex-start;
430
419
  }
@@ -486,6 +475,10 @@
486
475
  .turtle-widget-root .rounded-md {
487
476
  border-radius: var(--radius-md);
488
477
  }
478
+ .turtle-widget-root .rounded-l-none {
479
+ border-top-left-radius: 0;
480
+ border-bottom-left-radius: 0;
481
+ }
489
482
  .turtle-widget-root .border {
490
483
  border-style: var(--tw-border-style);
491
484
  border-width: 1px;
@@ -548,8 +541,8 @@
548
541
  .turtle-widget-root .pt-6 {
549
542
  padding-top: calc(var(--spacing) * 6);
550
543
  }
551
- .turtle-widget-root .pr-3 {
552
- padding-right: calc(var(--spacing) * 3);
544
+ .turtle-widget-root .pr-4 {
545
+ padding-right: calc(var(--spacing) * 4);
553
546
  }
554
547
  .turtle-widget-root .pr-12 {
555
548
  padding-right: calc(var(--spacing) * 12);
@@ -563,9 +556,6 @@
563
556
  .turtle-widget-root .pl-3 {
564
557
  padding-left: calc(var(--spacing) * 3);
565
558
  }
566
- .turtle-widget-root .pl-14 {
567
- padding-left: calc(var(--spacing) * 14);
568
- }
569
559
  .turtle-widget-root .text-center {
570
560
  text-align: center;
571
561
  }
@@ -620,12 +610,18 @@
620
610
  --tw-tracking: var(--tracking-wider);
621
611
  letter-spacing: var(--tracking-wider);
622
612
  }
613
+ .turtle-widget-root .whitespace-nowrap {
614
+ white-space: nowrap;
615
+ }
623
616
  .turtle-widget-root .capitalize {
624
617
  text-transform: capitalize;
625
618
  }
626
619
  .turtle-widget-root .uppercase {
627
620
  text-transform: uppercase;
628
621
  }
622
+ .turtle-widget-root .underline {
623
+ text-decoration-line: underline;
624
+ }
629
625
  .turtle-widget-root .antialiased {
630
626
  -webkit-font-smoothing: antialiased;
631
627
  -moz-osx-font-smoothing: grayscale;
@@ -649,10 +645,6 @@
649
645
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
650
646
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
651
647
  }
652
- .turtle-widget-root .ring-1 {
653
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
654
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
655
- }
656
648
  .turtle-widget-root .filter {
657
649
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
658
650
  }
@@ -683,12 +675,6 @@
683
675
  border-color: transparent;
684
676
  }
685
677
  }
686
- .turtle-widget-root .focus\:ring-0 {
687
- .turtle-widget-root &:focus {
688
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
689
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
690
- }
691
- }
692
678
  .turtle-widget-root .focus\:ring-2 {
693
679
  .turtle-widget-root &:focus {
694
680
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.2.0-beta.4",
3
+ "version": "0.2.0-beta.5",
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
  },
42
42
  "dependencies": {
43
43
  "@tailwindcss/postcss": "^4.1.11",
44
- "@turtleclub/hooks": "0.2.0-beta.0",
44
+ "@turtleclub/hooks": "0.2.0-beta.1",
45
45
  "@turtleclub/ui": "0.2.0-beta.1",
46
46
  "class-variance-authority": "^0.7.1",
47
47
  "clsx": "^2.1.1",
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "2f81fd2cc2d44b78067bd8bf719ed61a172e4884"
83
+ "gitHead": "d6287fdbc0b3bdcd63abf7be922820c594f00ad5"
84
84
  }