@powerhousedao/common 1.10.30-dev.0 → 1.10.31-staging.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,6 +396,9 @@
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
+ }
399
402
  }
400
403
  /*! tailwindcss v4.0.17 | MIT License | https://tailwindcss.com */
401
404
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@@ -5598,46 +5601,6 @@ input[type="number"] {
5598
5601
  inherits: false;
5599
5602
  initial-value: solid;
5600
5603
  }
5601
- @property --tw-blur {
5602
- syntax: "*";
5603
- inherits: false;
5604
- }
5605
- @property --tw-brightness {
5606
- syntax: "*";
5607
- inherits: false;
5608
- }
5609
- @property --tw-contrast {
5610
- syntax: "*";
5611
- inherits: false;
5612
- }
5613
- @property --tw-grayscale {
5614
- syntax: "*";
5615
- inherits: false;
5616
- }
5617
- @property --tw-hue-rotate {
5618
- syntax: "*";
5619
- inherits: false;
5620
- }
5621
- @property --tw-invert {
5622
- syntax: "*";
5623
- inherits: false;
5624
- }
5625
- @property --tw-opacity {
5626
- syntax: "*";
5627
- inherits: false;
5628
- }
5629
- @property --tw-saturate {
5630
- syntax: "*";
5631
- inherits: false;
5632
- }
5633
- @property --tw-sepia {
5634
- syntax: "*";
5635
- inherits: false;
5636
- }
5637
- @property --tw-drop-shadow {
5638
- syntax: "*";
5639
- inherits: false;
5640
- }
5641
5604
  @property --tw-duration {
5642
5605
  syntax: "*";
5643
5606
  inherits: false;
@@ -5754,6 +5717,59 @@ input[type="number"] {
5754
5717
  syntax: "*";
5755
5718
  inherits: false;
5756
5719
  }
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
+ }
5757
5773
  @keyframes spin {
5758
5774
  to {
5759
5775
  transform: rotate(360deg);
@@ -5774,6 +5790,19 @@ input[type="number"] {
5774
5790
  --tw-skew-y: initial;
5775
5791
  --tw-border-style: solid;
5776
5792
  --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;
5777
5806
  --tw-translate-x: 0;
5778
5807
  --tw-translate-y: 0;
5779
5808
  --tw-translate-z: 0;
@@ -5798,16 +5827,6 @@ input[type="number"] {
5798
5827
  --tw-ring-offset-color: #fff;
5799
5828
  --tw-ring-offset-shadow: 0 0 #0000;
5800
5829
  --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;
5811
5830
  --tw-duration: initial;
5812
5831
  --tw-ease: initial;
5813
5832
  --tw-content: "";
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/common",
3
- "version": "1.10.30-dev.0",
3
+ "version": "1.10.31-staging.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "files": [