@powerhousedao/builder-tools 0.9.6-dev.0 → 0.9.7-dev.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/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
2
2
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
3
3
  :root {
4
4
  --toastify-color-light: #fff;
@@ -686,9 +686,6 @@
686
686
  @layer theme, base, components, utilities;
687
687
  @layer theme {
688
688
  :root, :host {
689
- --font-sans: "Inter", sans-serif;
690
- --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
691
- "Courier New", monospace;
692
689
  --color-red-800: hsl(5 81% 61%);
693
690
  --color-red-900: hsl(5 81% 56%);
694
691
  --color-slate-50: hsl(210 20% 96%);
@@ -720,18 +717,6 @@
720
717
  --radius-3xl: 1.5rem;
721
718
  --default-transition-duration: 150ms;
722
719
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
723
- --default-font-family: var(--font-sans);
724
- --default-font-feature-settings: var(--font-sans--font-feature-settings);
725
- --default-font-variation-settings: var(
726
- --font-sans--font-variation-settings
727
- );
728
- --default-mono-font-family: var(--font-mono);
729
- --default-mono-font-feature-settings: var(
730
- --font-mono--font-feature-settings
731
- );
732
- --default-mono-font-variation-settings: var(
733
- --font-mono--font-variation-settings
734
- );
735
720
  }
736
721
  }
737
722
  @layer base {
@@ -745,14 +730,11 @@
745
730
  line-height: 1.5;
746
731
  -webkit-text-size-adjust: 100%;
747
732
  tab-size: 4;
748
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
749
- font-feature-settings: var(--default-font-feature-settings, normal);
750
- font-variation-settings: var( --default-font-variation-settings, normal );
733
+ font-family: "Inter", sans-serif;
734
+ font-feature-settings: initial;
735
+ font-variation-settings: initial;
751
736
  -webkit-tap-highlight-color: transparent;
752
737
  }
753
- body {
754
- line-height: inherit;
755
- }
756
738
  hr {
757
739
  height: 0;
758
740
  color: inherit;
@@ -775,9 +757,10 @@
775
757
  font-weight: bolder;
776
758
  }
777
759
  code, kbd, samp, pre {
778
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
779
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
780
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
760
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
761
+ "Courier New", monospace;
762
+ font-feature-settings: initial;
763
+ font-variation-settings: initial;
781
764
  font-size: 1em;
782
765
  }
783
766
  small {
@@ -841,7 +824,11 @@
841
824
  }
842
825
  ::placeholder {
843
826
  opacity: 1;
844
- color: color-mix(in oklab, currentColor 50%, transparent);
827
+ }
828
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
829
+ ::placeholder {
830
+ color: color-mix(in oklab, currentColor 50%, transparent);
831
+ }
845
832
  }
846
833
  textarea {
847
834
  resize: vertical;
@@ -933,6 +920,27 @@
933
920
  .ml-4 {
934
921
  margin-left: calc(var(--spacing) * 4);
935
922
  }
923
+ .scrollbar {
924
+ &::-webkit-scrollbar-track {
925
+ background-color: var(--scrollbar-track);
926
+ border-radius: var(--scrollbar-track-radius);
927
+ }
928
+ &::-webkit-scrollbar-thumb {
929
+ background-color: var(--scrollbar-thumb);
930
+ border-radius: var(--scrollbar-thumb-radius);
931
+ }
932
+ &::-webkit-scrollbar-corner {
933
+ background-color: var(--scrollbar-corner);
934
+ border-radius: var(--scrollbar-corner-radius);
935
+ }
936
+ scrollbar-width: auto;
937
+ scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
938
+ &::-webkit-scrollbar {
939
+ display: block;
940
+ width: var(--scrollbar-width, 16px);
941
+ height: var(--scrollbar-height, 16px);
942
+ }
943
+ }
936
944
  .block {
937
945
  display: block;
938
946
  }
@@ -1391,14 +1399,11 @@ input[type="number"] {
1391
1399
  line-height: 1.5;
1392
1400
  -webkit-text-size-adjust: 100%;
1393
1401
  tab-size: 4;
1394
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
1395
- font-feature-settings: var(--default-font-feature-settings, normal);
1396
- font-variation-settings: var( --default-font-variation-settings, normal );
1402
+ font-family: "Inter", sans-serif;
1403
+ font-feature-settings: initial;
1404
+ font-variation-settings: initial;
1397
1405
  -webkit-tap-highlight-color: transparent;
1398
1406
  }
1399
- body {
1400
- line-height: inherit;
1401
- }
1402
1407
  hr {
1403
1408
  height: 0;
1404
1409
  color: inherit;
@@ -1421,9 +1426,10 @@ input[type="number"] {
1421
1426
  font-weight: bolder;
1422
1427
  }
1423
1428
  code, kbd, samp, pre {
1424
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
1425
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
1426
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
1429
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
1430
+ "Courier New", monospace;
1431
+ font-feature-settings: initial;
1432
+ font-variation-settings: initial;
1427
1433
  font-size: 1em;
1428
1434
  }
1429
1435
  small {
@@ -1487,7 +1493,11 @@ input[type="number"] {
1487
1493
  }
1488
1494
  ::placeholder {
1489
1495
  opacity: 1;
1490
- color: color-mix(in oklab, currentColor 50%, transparent);
1496
+ }
1497
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
1498
+ ::placeholder {
1499
+ color: color-mix(in oklab, currentColor 50%, transparent);
1500
+ }
1491
1501
  }
1492
1502
  textarea {
1493
1503
  resize: vertical;
@@ -1522,6 +1532,12 @@ input[type="number"] {
1522
1532
  }
1523
1533
  }
1524
1534
  @layer utilities;
1535
+ @layer base {
1536
+ * {
1537
+ scrollbar-color: initial;
1538
+ scrollbar-width: initial;
1539
+ }
1540
+ }
1525
1541
  @property --tw-rotate-x {
1526
1542
  syntax: "*";
1527
1543
  inherits: false;