@powerhousedao/builder-tools 0.9.38-dev.4 → 0.9.39-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
@@ -736,11 +736,14 @@
736
736
  line-height: 1.5;
737
737
  -webkit-text-size-adjust: 100%;
738
738
  tab-size: 4;
739
- 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");
739
+ 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" );
740
740
  font-feature-settings: var(--default-font-feature-settings, normal);
741
- font-variation-settings: var(--default-font-variation-settings, normal);
741
+ font-variation-settings: var( --default-font-variation-settings, normal );
742
742
  -webkit-tap-highlight-color: transparent;
743
743
  }
744
+ body {
745
+ line-height: inherit;
746
+ }
744
747
  hr {
745
748
  height: 0;
746
749
  color: inherit;
@@ -763,9 +766,9 @@
763
766
  font-weight: bolder;
764
767
  }
765
768
  code, kbd, samp, pre {
766
- font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
767
- font-feature-settings: var(--default-mono-font-feature-settings, normal);
768
- font-variation-settings: var(--default-mono-font-variation-settings, normal);
769
+ font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
770
+ font-feature-settings: var( --default-mono-font-feature-settings, normal );
771
+ font-variation-settings: var( --default-mono-font-variation-settings, normal );
769
772
  font-size: 1em;
770
773
  }
771
774
  small {
@@ -829,13 +832,9 @@
829
832
  }
830
833
  ::placeholder {
831
834
  opacity: 1;
832
- }
833
- @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
834
- ::placeholder {
835
- color: currentcolor;
836
- @supports (color: color-mix(in lab, red, red)) {
837
- color: color-mix(in oklab, currentcolor 50%, transparent);
838
- }
835
+ color: currentColor;
836
+ @supports (color: color-mix(in lab, red, red)) {
837
+ color: color-mix(in oklab, currentColor 50%, transparent);
839
838
  }
840
839
  }
841
840
  textarea {