@pelcro/react-pelcro-js 4.0.0-alpha.10 → 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;
@@ -1498,6 +1498,10 @@ Add the correct display in Chrome and Safari.
1498
1498
  width: 1px;
1499
1499
  }
1500
1500
 
1501
+ .pelcro-root .pelcro-vertical-separator:first-child {
1502
+ display: none;
1503
+ }
1504
+
1501
1505
  .pelcro-root .pelcro-shop-product-image {
1502
1506
  max-width: 13rem;
1503
1507
  }
@@ -1987,10 +1991,6 @@ in order to scope selectors under pelcro-root
1987
1991
  right: 0.5rem;
1988
1992
  }
1989
1993
 
1990
- .pelcro-root .plc-right-4 {
1991
- right: 1rem;
1992
- }
1993
-
1994
1994
  .pelcro-root .plc-right-10 {
1995
1995
  right: 2.5rem;
1996
1996
  }
@@ -2011,6 +2011,10 @@ in order to scope selectors under pelcro-root
2011
2011
  left: 0px;
2012
2012
  }
2013
2013
 
2014
+ .pelcro-root .plc-left-4 {
2015
+ left: 1rem;
2016
+ }
2017
+
2014
2018
  .pelcro-root .plc-left-5 {
2015
2019
  left: 1.25rem;
2016
2020
  }
@@ -2452,6 +2456,10 @@ in order to scope selectors under pelcro-root
2452
2456
  --tw-translate-x: 0px;
2453
2457
  }
2454
2458
 
2459
+ .pelcro-root .plc--translate-x-1 {
2460
+ --tw-translate-x: -0.25rem;
2461
+ }
2462
+
2455
2463
  .pelcro-root .plc--translate-x-full {
2456
2464
  --tw-translate-x: -100%;
2457
2465
  }
@@ -2472,6 +2480,11 @@ in order to scope selectors under pelcro-root
2472
2480
  --tw-rotate: 180deg;
2473
2481
  }
2474
2482
 
2483
+ .pelcro-root .plc-scale-105 {
2484
+ --tw-scale-x: 1.05;
2485
+ --tw-scale-y: 1.05;
2486
+ }
2487
+
2475
2488
  .pelcro-root .plc-scale-120 {
2476
2489
  --tw-scale-x: 1.2;
2477
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.10",
4
+ "version": "4.0.0-alpha.12",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",