@yomologic/react-ui 0.6.3 → 0.6.5

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/styles.css CHANGED
@@ -2700,6 +2700,69 @@
2700
2700
  scale: var(--tw-scale-x) var(--tw-scale-y);
2701
2701
  }
2702
2702
  }
2703
+ .after\:absolute {
2704
+ &::after {
2705
+ content: var(--tw-content);
2706
+ position: absolute;
2707
+ }
2708
+ }
2709
+ .after\:bottom-0 {
2710
+ &::after {
2711
+ content: var(--tw-content);
2712
+ bottom: calc(var(--spacing) * 0);
2713
+ }
2714
+ }
2715
+ .after\:left-0 {
2716
+ &::after {
2717
+ content: var(--tw-content);
2718
+ left: calc(var(--spacing) * 0);
2719
+ }
2720
+ }
2721
+ .after\:h-0\.5 {
2722
+ &::after {
2723
+ content: var(--tw-content);
2724
+ height: calc(var(--spacing) * 0.5);
2725
+ }
2726
+ }
2727
+ .after\:w-0 {
2728
+ &::after {
2729
+ content: var(--tw-content);
2730
+ width: calc(var(--spacing) * 0);
2731
+ }
2732
+ }
2733
+ .after\:w-full {
2734
+ &::after {
2735
+ content: var(--tw-content);
2736
+ width: 100%;
2737
+ }
2738
+ }
2739
+ .after\:bg-\(--color-primary\) {
2740
+ &::after {
2741
+ content: var(--tw-content);
2742
+ background-color: var(--color-primary);
2743
+ }
2744
+ }
2745
+ .after\:transition-all {
2746
+ &::after {
2747
+ content: var(--tw-content);
2748
+ transition-property: all;
2749
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2750
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2751
+ }
2752
+ }
2753
+ .after\:duration-300 {
2754
+ &::after {
2755
+ content: var(--tw-content);
2756
+ --tw-duration: 300ms;
2757
+ transition-duration: 300ms;
2758
+ }
2759
+ }
2760
+ .after\:content-\[\'\'\] {
2761
+ &::after {
2762
+ --tw-content: "";
2763
+ content: var(--tw-content);
2764
+ }
2765
+ }
2703
2766
  .hover\:border-\(--color-primary\) {
2704
2767
  &:hover {
2705
2768
  @media (hover: hover) {
@@ -2934,6 +2997,16 @@
2934
2997
  }
2935
2998
  }
2936
2999
  }
3000
+ .hover\:after\:w-full {
3001
+ &:hover {
3002
+ @media (hover: hover) {
3003
+ &::after {
3004
+ content: var(--tw-content);
3005
+ width: 100%;
3006
+ }
3007
+ }
3008
+ }
3009
+ }
2937
3010
  .focus\:border-\(--color-error\) {
2938
3011
  &:focus {
2939
3012
  border-color: var(--color-error);
@@ -3694,6 +3767,7 @@ textarea {
3694
3767
  @property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
3695
3768
  @property --tw-duration { syntax: "*"; inherits: false; }
3696
3769
  @property --tw-ease { syntax: "*"; inherits: false; }
3770
+ @property --tw-content { syntax: "*"; initial-value: ""; inherits: false; }
3697
3771
  @keyframes spin {
3698
3772
  to {
3699
3773
  transform: rotate(360deg);
@@ -3770,6 +3844,7 @@ textarea {
3770
3844
  --tw-backdrop-sepia: initial;
3771
3845
  --tw-duration: initial;
3772
3846
  --tw-ease: initial;
3847
+ --tw-content: "";
3773
3848
  }
3774
3849
  }
3775
3850
  }