@pelcro/react-pelcro-js 2.6.1 → 2.7.0-beta.11

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));
@@ -2131,6 +2135,10 @@ in order to scope selectors under pelcro-root
2131
2135
  height: 6rem;
2132
2136
  }
2133
2137
 
2138
+ .pelcro-root .plc-h-32 {
2139
+ height: 8rem;
2140
+ }
2141
+
2134
2142
  .pelcro-root .plc-h-36 {
2135
2143
  height: 9rem;
2136
2144
  }
@@ -2403,6 +2411,10 @@ in order to scope selectors under pelcro-root
2403
2411
  padding-right: 1.25rem;
2404
2412
  }
2405
2413
 
2414
+ .pelcro-root .plc-pt-1 {
2415
+ padding-top: 0.25rem;
2416
+ }
2417
+
2406
2418
  .pelcro-root .plc-pr-1 {
2407
2419
  padding-right: 0.25rem;
2408
2420
  }
@@ -2898,6 +2910,11 @@ in order to scope selectors under pelcro-root
2898
2910
  transform-origin: right;
2899
2911
  }
2900
2912
 
2913
+ .pelcro-root .plc-scale-120 {
2914
+ --tw-scale-x: 1.2;
2915
+ --tw-scale-y: 1.2;
2916
+ }
2917
+
2901
2918
  .pelcro-root .plc-scale-x-0 {
2902
2919
  --tw-scale-x: 0;
2903
2920
  }
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.6.1",
4
+ "version": "2.7.0-beta.11",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",