@pelcro/react-pelcro-js 3.2.0-beta.9 → 3.2.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.
package/dist/pelcro.css CHANGED
@@ -1911,11 +1911,6 @@ in order to scope selectors under pelcro-root
1911
1911
  border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
1912
1912
  }
1913
1913
 
1914
- .pelcro-root .plc-border-black {
1915
- --tw-border-opacity: 1;
1916
- border-color: rgba(0, 0, 0, var(--tw-border-opacity));
1917
- }
1918
-
1919
1914
  .pelcro-root .plc-border-white {
1920
1915
  --tw-border-opacity: 1;
1921
1916
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
@@ -2231,14 +2226,6 @@ in order to scope selectors under pelcro-root
2231
2226
  margin-bottom: 1rem;
2232
2227
  }
2233
2228
 
2234
- .pelcro-root .plc-mr-0 {
2235
- margin-right: 0px;
2236
- }
2237
-
2238
- .pelcro-root .plc-ml-0 {
2239
- margin-left: 0px;
2240
- }
2241
-
2242
2229
  .pelcro-root .plc-mt-1 {
2243
2230
  margin-top: 0.25rem;
2244
2231
  }
@@ -2655,11 +2642,6 @@ in order to scope selectors under pelcro-root
2655
2642
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
2656
2643
  }
2657
2644
 
2658
- .pelcro-root .plc-text-black {
2659
- --tw-text-opacity: 1;
2660
- color: rgba(0, 0, 0, var(--tw-text-opacity));
2661
- }
2662
-
2663
2645
  .pelcro-root .plc-text-white {
2664
2646
  --tw-text-opacity: 1;
2665
2647
  color: rgba(255, 255, 255, var(--tw-text-opacity));
@@ -2889,10 +2871,6 @@ in order to scope selectors under pelcro-root
2889
2871
  width: 9rem;
2890
2872
  }
2891
2873
 
2892
- .pelcro-root .plc-w-52 {
2893
- width: 13rem;
2894
- }
2895
-
2896
2874
  .pelcro-root .plc-w-56 {
2897
2875
  width: 14rem;
2898
2876
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.2.0-beta.9",
4
+ "version": "3.2.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",