@pelcro/react-pelcro-js 3.36.0 → 3.37.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
@@ -2173,6 +2173,10 @@ apple-pay-button {
2173
2173
  height: 3.5rem;
2174
2174
  }
2175
2175
 
2176
+ .pelcro-root .plc-h-16 {
2177
+ height: 4rem;
2178
+ }
2179
+
2176
2180
  .pelcro-root .plc-h-20 {
2177
2181
  height: 5rem;
2178
2182
  }
@@ -2189,10 +2193,6 @@ apple-pay-button {
2189
2193
  height: 9rem;
2190
2194
  }
2191
2195
 
2192
- .pelcro-root .plc-h-40 {
2193
- height: 10rem;
2194
- }
2195
-
2196
2196
  .pelcro-root .plc-h-52 {
2197
2197
  height: 13rem;
2198
2198
  }
@@ -2636,6 +2636,11 @@ apple-pay-button {
2636
2636
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2637
2637
  }
2638
2638
 
2639
+ .pelcro-root .plc-shadow-md_dark {
2640
+ --tw-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 0px 4px -1px rgba(0, 0, 0, 0.4);
2641
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2642
+ }
2643
+
2639
2644
  .pelcro-root .plc-shadow-lg {
2640
2645
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
2641
2646
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
@@ -2743,6 +2748,10 @@ apple-pay-button {
2743
2748
  text-align: center;
2744
2749
  }
2745
2750
 
2751
+ .pelcro-root .plc-text-justify {
2752
+ text-align: justify;
2753
+ }
2754
+
2746
2755
  .pelcro-root .plc-text-primary-400 {
2747
2756
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
2748
2757
  }
@@ -3206,17 +3215,8 @@ apple-pay-button {
3206
3215
 
3207
3216
  /* Hide scrollbar for Chrome, Safari and Opera */
3208
3217
 
3209
- .no-scrollbar::-webkit-scrollbar {
3210
- display: none;
3211
- }
3212
-
3213
3218
  /* Hide scrollbar for IE, Edge and Firefox */
3214
3219
 
3215
- .no-scrollbar {
3216
- -ms-overflow-style: none; /* IE and Edge */
3217
- scrollbar-width: none; /* Firefox */
3218
- }
3219
-
3220
3220
  @media (min-width: 640px) {
3221
3221
  .pelcro-root .sm\:plc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
3222
3222
  --tw-space-y-reverse: 0;
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": "3.36.0",
4
+ "version": "3.37.0",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",