@powerhousedao/builder-tools 0.9.6-dev.0 → 0.9.8-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/LICENSE +661 -0
- package/dist/style.css +31 -36
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.0.
|
|
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:
|
|
749
|
-
font-feature-settings:
|
|
750
|
-
font-variation-settings:
|
|
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:
|
|
779
|
-
|
|
780
|
-
font-
|
|
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
|
-
|
|
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;
|
|
@@ -1391,14 +1378,11 @@ input[type="number"] {
|
|
|
1391
1378
|
line-height: 1.5;
|
|
1392
1379
|
-webkit-text-size-adjust: 100%;
|
|
1393
1380
|
tab-size: 4;
|
|
1394
|
-
font-family:
|
|
1395
|
-
font-feature-settings:
|
|
1396
|
-
font-variation-settings:
|
|
1381
|
+
font-family: "Inter", sans-serif;
|
|
1382
|
+
font-feature-settings: initial;
|
|
1383
|
+
font-variation-settings: initial;
|
|
1397
1384
|
-webkit-tap-highlight-color: transparent;
|
|
1398
1385
|
}
|
|
1399
|
-
body {
|
|
1400
|
-
line-height: inherit;
|
|
1401
|
-
}
|
|
1402
1386
|
hr {
|
|
1403
1387
|
height: 0;
|
|
1404
1388
|
color: inherit;
|
|
@@ -1421,9 +1405,10 @@ input[type="number"] {
|
|
|
1421
1405
|
font-weight: bolder;
|
|
1422
1406
|
}
|
|
1423
1407
|
code, kbd, samp, pre {
|
|
1424
|
-
font-family:
|
|
1425
|
-
|
|
1426
|
-
font-
|
|
1408
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
1409
|
+
"Courier New", monospace;
|
|
1410
|
+
font-feature-settings: initial;
|
|
1411
|
+
font-variation-settings: initial;
|
|
1427
1412
|
font-size: 1em;
|
|
1428
1413
|
}
|
|
1429
1414
|
small {
|
|
@@ -1487,7 +1472,11 @@ input[type="number"] {
|
|
|
1487
1472
|
}
|
|
1488
1473
|
::placeholder {
|
|
1489
1474
|
opacity: 1;
|
|
1490
|
-
|
|
1475
|
+
}
|
|
1476
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
1477
|
+
::placeholder {
|
|
1478
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1479
|
+
}
|
|
1491
1480
|
}
|
|
1492
1481
|
textarea {
|
|
1493
1482
|
resize: vertical;
|
|
@@ -1522,6 +1511,12 @@ input[type="number"] {
|
|
|
1522
1511
|
}
|
|
1523
1512
|
}
|
|
1524
1513
|
@layer utilities;
|
|
1514
|
+
@layer base {
|
|
1515
|
+
* {
|
|
1516
|
+
scrollbar-color: initial;
|
|
1517
|
+
scrollbar-width: initial;
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1525
1520
|
@property --tw-rotate-x {
|
|
1526
1521
|
syntax: "*";
|
|
1527
1522
|
inherits: false;
|