@powerhousedao/common 1.10.25-dev.0 → 1.10.25-dev.1

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");
@@ -5593,46 +5596,6 @@ input[type="number"] {
5593
5596
  inherits: false;
5594
5597
  initial-value: solid;
5595
5598
  }
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
- }
5636
5599
  @property --tw-duration {
5637
5600
  syntax: "*";
5638
5601
  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: skewY(0);
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.25-dev.0",
3
+ "version": "1.10.25-dev.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "files": [