@pelcro/react-pelcro-js 3.2.0-beta.3 → 3.2.0-beta.6

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