@powerhousedao/common 1.10.25-dev.1 → 1.10.26-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.
@@ -396,9 +396,6 @@
396
396
  .text-gray-600 {
397
397
  color: var(--color-gray-600);
398
398
  }
399
- .filter {
400
- 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,);
401
- }
402
399
  }
403
400
  /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
404
401
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@@ -5596,6 +5593,46 @@ input[type="number"] {
5596
5593
  inherits: false;
5597
5594
  initial-value: solid;
5598
5595
  }
5596
+ @property --tw-blur {
5597
+ syntax: "*";
5598
+ inherits: false;
5599
+ }
5600
+ @property --tw-brightness {
5601
+ syntax: "*";
5602
+ inherits: false;
5603
+ }
5604
+ @property --tw-contrast {
5605
+ syntax: "*";
5606
+ inherits: false;
5607
+ }
5608
+ @property --tw-grayscale {
5609
+ syntax: "*";
5610
+ inherits: false;
5611
+ }
5612
+ @property --tw-hue-rotate {
5613
+ syntax: "*";
5614
+ inherits: false;
5615
+ }
5616
+ @property --tw-invert {
5617
+ syntax: "*";
5618
+ inherits: false;
5619
+ }
5620
+ @property --tw-opacity {
5621
+ syntax: "*";
5622
+ inherits: false;
5623
+ }
5624
+ @property --tw-saturate {
5625
+ syntax: "*";
5626
+ inherits: false;
5627
+ }
5628
+ @property --tw-sepia {
5629
+ syntax: "*";
5630
+ inherits: false;
5631
+ }
5632
+ @property --tw-drop-shadow {
5633
+ syntax: "*";
5634
+ inherits: false;
5635
+ }
5599
5636
  @property --tw-duration {
5600
5637
  syntax: "*";
5601
5638
  inherits: false;
@@ -5717,59 +5754,6 @@ input[type="number"] {
5717
5754
  syntax: "*";
5718
5755
  inherits: false;
5719
5756
  }
5720
- @property --tw-blur {
5721
- syntax: "*";
5722
- inherits: false;
5723
- }
5724
- @property --tw-brightness {
5725
- syntax: "*";
5726
- inherits: false;
5727
- }
5728
- @property --tw-contrast {
5729
- syntax: "*";
5730
- inherits: false;
5731
- }
5732
- @property --tw-grayscale {
5733
- syntax: "*";
5734
- inherits: false;
5735
- }
5736
- @property --tw-hue-rotate {
5737
- syntax: "*";
5738
- inherits: false;
5739
- }
5740
- @property --tw-invert {
5741
- syntax: "*";
5742
- inherits: false;
5743
- }
5744
- @property --tw-opacity {
5745
- syntax: "*";
5746
- inherits: false;
5747
- }
5748
- @property --tw-saturate {
5749
- syntax: "*";
5750
- inherits: false;
5751
- }
5752
- @property --tw-sepia {
5753
- syntax: "*";
5754
- inherits: false;
5755
- }
5756
- @property --tw-drop-shadow {
5757
- syntax: "*";
5758
- inherits: false;
5759
- }
5760
- @property --tw-drop-shadow-color {
5761
- syntax: "*";
5762
- inherits: false;
5763
- }
5764
- @property --tw-drop-shadow-alpha {
5765
- syntax: "<percentage>";
5766
- inherits: false;
5767
- initial-value: 100%;
5768
- }
5769
- @property --tw-drop-shadow-size {
5770
- syntax: "*";
5771
- inherits: false;
5772
- }
5773
5757
  @keyframes spin {
5774
5758
  to {
5775
5759
  transform: rotate(360deg);
@@ -5790,19 +5774,6 @@ input[type="number"] {
5790
5774
  --tw-skew-y: skewY(0);
5791
5775
  --tw-border-style: solid;
5792
5776
  --tw-font-weight: initial;
5793
- --tw-blur: initial;
5794
- --tw-brightness: initial;
5795
- --tw-contrast: initial;
5796
- --tw-grayscale: initial;
5797
- --tw-hue-rotate: initial;
5798
- --tw-invert: initial;
5799
- --tw-opacity: initial;
5800
- --tw-saturate: initial;
5801
- --tw-sepia: initial;
5802
- --tw-drop-shadow: initial;
5803
- --tw-drop-shadow-color: initial;
5804
- --tw-drop-shadow-alpha: 100%;
5805
- --tw-drop-shadow-size: initial;
5806
5777
  --tw-translate-x: 0;
5807
5778
  --tw-translate-y: 0;
5808
5779
  --tw-translate-z: 0;
@@ -5827,6 +5798,16 @@ input[type="number"] {
5827
5798
  --tw-ring-offset-color: #fff;
5828
5799
  --tw-ring-offset-shadow: 0 0 #0000;
5829
5800
  --tw-outline-style: solid;
5801
+ --tw-blur: initial;
5802
+ --tw-brightness: initial;
5803
+ --tw-contrast: initial;
5804
+ --tw-grayscale: initial;
5805
+ --tw-hue-rotate: initial;
5806
+ --tw-invert: initial;
5807
+ --tw-opacity: initial;
5808
+ --tw-saturate: initial;
5809
+ --tw-sepia: initial;
5810
+ --tw-drop-shadow: initial;
5830
5811
  --tw-duration: initial;
5831
5812
  --tw-ease: initial;
5832
5813
  --tw-content: "";
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/common",
3
- "version": "1.10.25-dev.1",
3
+ "version": "1.10.26-dev.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "files": [