@select-org/select-post-builder 1.1.6 → 1.1.8

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.
@@ -2774,10 +2774,6 @@ body {
2774
2774
  color: var(--color-white);
2775
2775
  }
2776
2776
 
2777
- [data-theme="select-post-builder"] .lowercase {
2778
- text-transform: lowercase;
2779
- }
2780
-
2781
2777
  [data-theme="select-post-builder"] .uppercase {
2782
2778
  text-transform: uppercase;
2783
2779
  }
@@ -2892,11 +2888,6 @@ body {
2892
2888
  outline-width: 1px;
2893
2889
  }
2894
2890
 
2895
- [data-theme="select-post-builder"] .blur {
2896
- --tw-blur: blur(8px);
2897
- 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, );
2898
- }
2899
-
2900
2891
  [data-theme="select-post-builder"] .filter {
2901
2892
  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, );
2902
2893
  }