@pelcro/react-pelcro-js 2.6.2 → 2.7.0-beta.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
@@ -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
  }
@@ -2747,6 +2759,10 @@ in order to scope selectors under pelcro-root
2747
2759
  vertical-align: middle;
2748
2760
  }
2749
2761
 
2762
+ .pelcro-root .plc-whitespace-pre-line {
2763
+ white-space: pre-line;
2764
+ }
2765
+
2750
2766
  .pelcro-root .plc-break-words {
2751
2767
  overflow-wrap: break-word;
2752
2768
  }
@@ -2898,6 +2914,11 @@ in order to scope selectors under pelcro-root
2898
2914
  transform-origin: right;
2899
2915
  }
2900
2916
 
2917
+ .pelcro-root .plc-scale-120 {
2918
+ --tw-scale-x: 1.2;
2919
+ --tw-scale-y: 1.2;
2920
+ }
2921
+
2901
2922
  .pelcro-root .plc-scale-x-0 {
2902
2923
  --tw-scale-x: 0;
2903
2924
  }
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.2",
4
+ "version": "2.7.0-beta.12",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",