@powerhousedao/connect 1.1.0 → 1.1.2

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.
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -397,7 +397,7 @@
397
397
  color: var(--color-gray-600);
398
398
  }
399
399
  }
400
- /*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
400
+ /*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
401
401
  @layer properties;
402
402
  :root {
403
403
  --toastify-color-light: #fff;
@@ -3137,7 +3137,7 @@
3137
3137
  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,);
3138
3138
  }
3139
3139
  .transition {
3140
- 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;
3140
+ 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;
3141
3141
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3142
3142
  transition-duration: var(--tw-duration, var(--default-transition-duration));
3143
3143
  }