@pelcro/react-pelcro-js 4.0.0-alpha.22 → 4.0.0-alpha.24

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
@@ -1971,6 +1971,10 @@ in order to scope selectors under pelcro-root
1971
1971
  top: 0.5rem;
1972
1972
  }
1973
1973
 
1974
+ .pelcro-root .plc-top-5 {
1975
+ top: 1.25rem;
1976
+ }
1977
+
1974
1978
  .pelcro-root .plc-top-7 {
1975
1979
  top: 1.75rem;
1976
1980
  }
@@ -1999,6 +2003,10 @@ in order to scope selectors under pelcro-root
1999
2003
  right: 0.5rem;
2000
2004
  }
2001
2005
 
2006
+ .pelcro-root .plc-right-10 {
2007
+ right: 2.5rem;
2008
+ }
2009
+
2002
2010
  .pelcro-root .plc--right-16 {
2003
2011
  right: -4rem;
2004
2012
  }
@@ -3377,6 +3385,11 @@ in order to scope selectors under pelcro-root
3377
3385
  color: rgba(17, 24, 39, var(--tw-text-opacity));
3378
3386
  }
3379
3387
 
3388
+ .pelcro-root .hover\:plc-text-red-500:hover {
3389
+ --tw-text-opacity: 1;
3390
+ color: rgba(180, 48, 43, var(--tw-text-opacity));
3391
+ }
3392
+
3380
3393
  .pelcro-root .focus\:plc-text-black:focus {
3381
3394
  --tw-text-opacity: 1;
3382
3395
  color: rgba(0, 0, 0, var(--tw-text-opacity));
@@ -3689,6 +3702,10 @@ in order to scope selectors under pelcro-root
3689
3702
  }
3690
3703
 
3691
3704
  @media (min-width: 1024px) {
3705
+ .pelcro-root .lg\:plc-hidden {
3706
+ display: none;
3707
+ }
3708
+
3692
3709
  .pelcro-root .lg\:plc-w-3\/12 {
3693
3710
  width: 25%;
3694
3711
  }
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": "4.0.0-alpha.22",
4
+ "version": "4.0.0-alpha.24",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",