@pelcro/react-pelcro-js 3.2.0-beta.9 → 3.3.1-beta.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.
package/dist/pelcro.css CHANGED
@@ -827,7 +827,7 @@ Add the correct display in Chrome and Safari.
827
827
  }
828
828
 
829
829
  .pelcro-root .pelcro-input-wrapper {
830
- margin-bottom: 0.75rem;
830
+ margin-bottom: 1.5rem;
831
831
  width: 100%;
832
832
  }
833
833
 
@@ -838,10 +838,11 @@ Add the correct display in Chrome and Safari.
838
838
  }
839
839
 
840
840
  .pelcro-root .pelcro-input-error {
841
- height: 0.75rem;
841
+ height: auto;
842
842
  font-size: 0.875rem;
843
843
  line-height: 1.25rem;
844
- margin-top: 0.25rem;
844
+ margin-top: 0.125rem;
845
+ position: absolute;
845
846
  --tw-text-opacity: 1;
846
847
  color: rgba(180, 48, 43, var(--tw-text-opacity));
847
848
  text-transform: none;
@@ -1911,11 +1912,6 @@ in order to scope selectors under pelcro-root
1911
1912
  border-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
1912
1913
  }
1913
1914
 
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
1915
  .pelcro-root .plc-border-white {
1920
1916
  --tw-border-opacity: 1;
1921
1917
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
@@ -2009,6 +2005,10 @@ in order to scope selectors under pelcro-root
2009
2005
  cursor: pointer;
2010
2006
  }
2011
2007
 
2008
+ .pelcro-root .plc-block {
2009
+ display: block;
2010
+ }
2011
+
2012
2012
  .pelcro-root .plc-inline-block {
2013
2013
  display: inline-block;
2014
2014
  }
@@ -2231,12 +2231,9 @@ in order to scope selectors under pelcro-root
2231
2231
  margin-bottom: 1rem;
2232
2232
  }
2233
2233
 
2234
- .pelcro-root .plc-mr-0 {
2235
- margin-right: 0px;
2236
- }
2237
-
2238
- .pelcro-root .plc-ml-0 {
2239
- margin-left: 0px;
2234
+ .pelcro-root .plc-mx-auto {
2235
+ margin-left: auto;
2236
+ margin-right: auto;
2240
2237
  }
2241
2238
 
2242
2239
  .pelcro-root .plc-mt-1 {
@@ -2275,6 +2272,10 @@ in order to scope selectors under pelcro-root
2275
2272
  margin-top: 0.75rem;
2276
2273
  }
2277
2274
 
2275
+ .pelcro-root .plc-mb-3 {
2276
+ margin-bottom: 0.75rem;
2277
+ }
2278
+
2278
2279
  .pelcro-root .plc-ml-3 {
2279
2280
  margin-left: 0.75rem;
2280
2281
  }
@@ -2526,6 +2527,10 @@ in order to scope selectors under pelcro-root
2526
2527
  bottom: 1rem;
2527
2528
  }
2528
2529
 
2530
+ .pelcro-root .plc-top-7 {
2531
+ top: 1.75rem;
2532
+ }
2533
+
2529
2534
  .pelcro-root .plc-top-16 {
2530
2535
  top: 4rem;
2531
2536
  }
@@ -2567,6 +2572,11 @@ in order to scope selectors under pelcro-root
2567
2572
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2568
2573
  }
2569
2574
 
2575
+ .pelcro-root .focus\:plc-shadow-none:focus {
2576
+ --tw-shadow: 0 0 #0000;
2577
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2578
+ }
2579
+
2570
2580
  * {
2571
2581
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
2572
2582
  --tw-ring-offset-width: 0px;
@@ -2588,6 +2598,12 @@ in order to scope selectors under pelcro-root
2588
2598
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2589
2599
  }
2590
2600
 
2601
+ .pelcro-root .focus\:plc-ring-0:focus {
2602
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2603
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2604
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2605
+ }
2606
+
2591
2607
  .pelcro-root .focus\:plc-ring-2:focus {
2592
2608
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2593
2609
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -2655,11 +2671,6 @@ in order to scope selectors under pelcro-root
2655
2671
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
2656
2672
  }
2657
2673
 
2658
- .pelcro-root .plc-text-black {
2659
- --tw-text-opacity: 1;
2660
- color: rgba(0, 0, 0, var(--tw-text-opacity));
2661
- }
2662
-
2663
2674
  .pelcro-root .plc-text-white {
2664
2675
  --tw-text-opacity: 1;
2665
2676
  color: rgba(255, 255, 255, var(--tw-text-opacity));
@@ -2772,6 +2783,11 @@ in order to scope selectors under pelcro-root
2772
2783
  color: rgba(107, 114, 128, var(--tw-text-opacity));
2773
2784
  }
2774
2785
 
2786
+ .pelcro-root .hover\:plc-text-gray-900:hover {
2787
+ --tw-text-opacity: 1;
2788
+ color: rgba(17, 24, 39, var(--tw-text-opacity));
2789
+ }
2790
+
2775
2791
  .pelcro-root .focus\:plc-text-black:focus {
2776
2792
  --tw-text-opacity: 1;
2777
2793
  color: rgba(0, 0, 0, var(--tw-text-opacity));
@@ -2889,10 +2905,6 @@ in order to scope selectors under pelcro-root
2889
2905
  width: 9rem;
2890
2906
  }
2891
2907
 
2892
- .pelcro-root .plc-w-52 {
2893
- width: 13rem;
2894
- }
2895
-
2896
2908
  .pelcro-root .plc-w-56 {
2897
2909
  width: 14rem;
2898
2910
  }
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.3.1-beta.1",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",