@powerhousedao/design-system 4.1.0-dev.57 → 4.1.0-dev.58

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.1.13 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.12 | 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
  @layer properties;
4
4
  :root {
@@ -962,7 +962,7 @@
962
962
  padding: 0;
963
963
  margin: -1px;
964
964
  overflow: hidden;
965
- clip-path: inset(50%);
965
+ clip: rect(0, 0, 0, 0);
966
966
  white-space: nowrap;
967
967
  border-width: 0;
968
968
  }
@@ -2571,7 +2571,7 @@
2571
2571
  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,);
2572
2572
  }
2573
2573
  .transition {
2574
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
2574
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
2575
2575
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2576
2576
  transition-duration: var(--tw-duration, var(--default-transition-duration));
2577
2577
  }
@@ -2948,6 +2948,7 @@
2948
2948
  }
2949
2949
  .after\:content-\[\'\'\] {
2950
2950
  &::after {
2951
+ content: var(--tw-content);
2951
2952
  --tw-content: '';
2952
2953
  content: var(--tw-content);
2953
2954
  }