@pelcro/react-pelcro-js 2.7.0-beta.6 → 2.7.0-beta.7

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
@@ -2407,6 +2407,10 @@ in order to scope selectors under pelcro-root
2407
2407
  padding-right: 1.25rem;
2408
2408
  }
2409
2409
 
2410
+ .pelcro-root .plc-pt-1 {
2411
+ padding-top: 0.25rem;
2412
+ }
2413
+
2410
2414
  .pelcro-root .plc-pr-1 {
2411
2415
  padding-right: 0.25rem;
2412
2416
  }
@@ -2902,6 +2906,11 @@ in order to scope selectors under pelcro-root
2902
2906
  transform-origin: right;
2903
2907
  }
2904
2908
 
2909
+ .pelcro-root .plc-scale-120 {
2910
+ --tw-scale-x: 1.2;
2911
+ --tw-scale-y: 1.2;
2912
+ }
2913
+
2905
2914
  .pelcro-root .plc-scale-x-0 {
2906
2915
  --tw-scale-x: 0;
2907
2916
  }
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": "2.7.0-beta.6",
4
+ "version": "2.7.0-beta.7",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",