@pelcro/react-pelcro-js 2.7.0-beta.4 → 2.7.0

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
@@ -1765,6 +1765,10 @@ in order to scope selectors under pelcro-root
1765
1765
  background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), var(--plc-primary-lightness));
1766
1766
  }
1767
1767
 
1768
+ .pelcro-root .plc-bg-primary-700 {
1769
+ background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 20%));
1770
+ }
1771
+
1768
1772
  .pelcro-root .plc-bg-white {
1769
1773
  --tw-bg-opacity: 1;
1770
1774
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
@@ -2403,6 +2407,10 @@ in order to scope selectors under pelcro-root
2403
2407
  padding-right: 1.25rem;
2404
2408
  }
2405
2409
 
2410
+ .pelcro-root .plc-pt-1 {
2411
+ padding-top: 0.25rem;
2412
+ }
2413
+
2406
2414
  .pelcro-root .plc-pr-1 {
2407
2415
  padding-right: 0.25rem;
2408
2416
  }
@@ -2898,6 +2906,11 @@ in order to scope selectors under pelcro-root
2898
2906
  transform-origin: right;
2899
2907
  }
2900
2908
 
2909
+ .pelcro-root .plc-scale-120 {
2910
+ --tw-scale-x: 1.2;
2911
+ --tw-scale-y: 1.2;
2912
+ }
2913
+
2901
2914
  .pelcro-root .plc-scale-x-0 {
2902
2915
  --tw-scale-x: 0;
2903
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.4",
4
+ "version": "2.7.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",