@pelcro/react-pelcro-js 3.2.0 → 3.3.1-beta.2

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;
@@ -2004,6 +2005,10 @@ in order to scope selectors under pelcro-root
2004
2005
  cursor: pointer;
2005
2006
  }
2006
2007
 
2008
+ .pelcro-root .plc-block {
2009
+ display: block;
2010
+ }
2011
+
2007
2012
  .pelcro-root .plc-inline-block {
2008
2013
  display: inline-block;
2009
2014
  }
@@ -2226,6 +2231,11 @@ in order to scope selectors under pelcro-root
2226
2231
  margin-bottom: 1rem;
2227
2232
  }
2228
2233
 
2234
+ .pelcro-root .plc-mx-auto {
2235
+ margin-left: auto;
2236
+ margin-right: auto;
2237
+ }
2238
+
2229
2239
  .pelcro-root .plc-mt-1 {
2230
2240
  margin-top: 0.25rem;
2231
2241
  }
@@ -2262,6 +2272,10 @@ in order to scope selectors under pelcro-root
2262
2272
  margin-top: 0.75rem;
2263
2273
  }
2264
2274
 
2275
+ .pelcro-root .plc-mb-3 {
2276
+ margin-bottom: 0.75rem;
2277
+ }
2278
+
2265
2279
  .pelcro-root .plc-ml-3 {
2266
2280
  margin-left: 0.75rem;
2267
2281
  }
@@ -2513,6 +2527,10 @@ in order to scope selectors under pelcro-root
2513
2527
  bottom: 1rem;
2514
2528
  }
2515
2529
 
2530
+ .pelcro-root .plc-top-7 {
2531
+ top: 1.75rem;
2532
+ }
2533
+
2516
2534
  .pelcro-root .plc-top-16 {
2517
2535
  top: 4rem;
2518
2536
  }
@@ -2554,6 +2572,11 @@ in order to scope selectors under pelcro-root
2554
2572
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2555
2573
  }
2556
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
+
2557
2580
  * {
2558
2581
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
2559
2582
  --tw-ring-offset-width: 0px;
@@ -2575,6 +2598,12 @@ in order to scope selectors under pelcro-root
2575
2598
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2576
2599
  }
2577
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
+
2578
2607
  .pelcro-root .focus\:plc-ring-2:focus {
2579
2608
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2580
2609
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -2754,6 +2783,11 @@ in order to scope selectors under pelcro-root
2754
2783
  color: rgba(107, 114, 128, var(--tw-text-opacity));
2755
2784
  }
2756
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
+
2757
2791
  .pelcro-root .focus\:plc-text-black:focus {
2758
2792
  --tw-text-opacity: 1;
2759
2793
  color: rgba(0, 0, 0, var(--tw-text-opacity));
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",
4
+ "version": "3.3.1-beta.2",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",