@pelcro/react-pelcro-js 3.2.0-beta.15 → 3.2.0-beta.16

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.
Files changed (2) hide show
  1. package/dist/pelcro.css +4 -3
  2. package/package.json +1 -1
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;
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.15",
4
+ "version": "3.2.0-beta.16",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",