@pelcro/react-pelcro-js 4.0.0-alpha.11 → 4.0.0-alpha.12

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
@@ -548,7 +548,7 @@ Add the correct display in Chrome and Safari.
548
548
  background-size: 1.5em 1.5em;
549
549
  padding-right: 2.5rem;
550
550
  -webkit-print-color-adjust: exact;
551
- color-adjust: exact;
551
+ print-color-adjust: exact;
552
552
  }
553
553
 
554
554
  .pelcro-root [multiple] {
@@ -558,7 +558,7 @@ Add the correct display in Chrome and Safari.
558
558
  background-size: initial;
559
559
  padding-right: 0.75rem;
560
560
  -webkit-print-color-adjust: unset;
561
- color-adjust: unset;
561
+ print-color-adjust: unset;
562
562
  }
563
563
 
564
564
  .pelcro-root [type="checkbox"],
@@ -567,7 +567,7 @@ Add the correct display in Chrome and Safari.
567
567
  appearance: none;
568
568
  padding: 0;
569
569
  -webkit-print-color-adjust: exact;
570
- color-adjust: exact;
570
+ print-color-adjust: exact;
571
571
  display: inline-block;
572
572
  vertical-align: middle;
573
573
  background-origin: border-box;
@@ -1991,10 +1991,6 @@ in order to scope selectors under pelcro-root
1991
1991
  right: 0.5rem;
1992
1992
  }
1993
1993
 
1994
- .pelcro-root .plc-right-4 {
1995
- right: 1rem;
1996
- }
1997
-
1998
1994
  .pelcro-root .plc-right-10 {
1999
1995
  right: 2.5rem;
2000
1996
  }
@@ -2015,6 +2011,10 @@ in order to scope selectors under pelcro-root
2015
2011
  left: 0px;
2016
2012
  }
2017
2013
 
2014
+ .pelcro-root .plc-left-4 {
2015
+ left: 1rem;
2016
+ }
2017
+
2018
2018
  .pelcro-root .plc-left-5 {
2019
2019
  left: 1.25rem;
2020
2020
  }
@@ -2456,6 +2456,10 @@ in order to scope selectors under pelcro-root
2456
2456
  --tw-translate-x: 0px;
2457
2457
  }
2458
2458
 
2459
+ .pelcro-root .plc--translate-x-1 {
2460
+ --tw-translate-x: -0.25rem;
2461
+ }
2462
+
2459
2463
  .pelcro-root .plc--translate-x-full {
2460
2464
  --tw-translate-x: -100%;
2461
2465
  }
@@ -2476,6 +2480,11 @@ in order to scope selectors under pelcro-root
2476
2480
  --tw-rotate: 180deg;
2477
2481
  }
2478
2482
 
2483
+ .pelcro-root .plc-scale-105 {
2484
+ --tw-scale-x: 1.05;
2485
+ --tw-scale-y: 1.05;
2486
+ }
2487
+
2479
2488
  .pelcro-root .plc-scale-120 {
2480
2489
  --tw-scale-x: 1.2;
2481
2490
  --tw-scale-y: 1.2;
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.11",
4
+ "version": "4.0.0-alpha.12",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",