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

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;
@@ -2513,6 +2514,10 @@ in order to scope selectors under pelcro-root
2513
2514
  bottom: 1rem;
2514
2515
  }
2515
2516
 
2517
+ .pelcro-root .plc-top-7 {
2518
+ top: 1.75rem;
2519
+ }
2520
+
2516
2521
  .pelcro-root .plc-top-16 {
2517
2522
  top: 4rem;
2518
2523
  }
@@ -2554,6 +2559,11 @@ in order to scope selectors under pelcro-root
2554
2559
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2555
2560
  }
2556
2561
 
2562
+ .pelcro-root .focus\:plc-shadow-none:focus {
2563
+ --tw-shadow: 0 0 #0000;
2564
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2565
+ }
2566
+
2557
2567
  * {
2558
2568
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
2559
2569
  --tw-ring-offset-width: 0px;
@@ -2575,6 +2585,12 @@ in order to scope selectors under pelcro-root
2575
2585
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2576
2586
  }
2577
2587
 
2588
+ .pelcro-root .focus\:plc-ring-0:focus {
2589
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2590
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2591
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2592
+ }
2593
+
2578
2594
  .pelcro-root .focus\:plc-ring-2:focus {
2579
2595
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2580
2596
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
@@ -2754,6 +2770,11 @@ in order to scope selectors under pelcro-root
2754
2770
  color: rgba(107, 114, 128, var(--tw-text-opacity));
2755
2771
  }
2756
2772
 
2773
+ .pelcro-root .hover\:plc-text-gray-900:hover {
2774
+ --tw-text-opacity: 1;
2775
+ color: rgba(17, 24, 39, var(--tw-text-opacity));
2776
+ }
2777
+
2757
2778
  .pelcro-root .focus\:plc-text-black:focus {
2758
2779
  --tw-text-opacity: 1;
2759
2780
  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-beta.3",
4
+ "version": "3.2.0-beta.32",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",