@pelcro/react-pelcro-js 3.23.0-beta.9 → 3.23.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/index.cjs.js +905 -2435
- package/dist/index.esm.js +905 -2434
- package/dist/pelcro.css +0 -82
- package/package.json +1 -2
package/dist/pelcro.css
CHANGED
|
@@ -1722,12 +1722,6 @@ in order to scope selectors under pelcro-root
|
|
|
1722
1722
|
border-right: 0;
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
|
-
layer components {
|
|
1726
|
-
.pelcro-root .pelcro-select-plan-radio {
|
|
1727
|
-
margin-top: 0.4rem;
|
|
1728
|
-
}
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
1725
|
/* utilities */
|
|
1732
1726
|
|
|
1733
1727
|
.pelcro-root .plc-space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
@@ -2007,10 +2001,6 @@ layer components {
|
|
|
2007
2001
|
border-top-width: 1px;
|
|
2008
2002
|
}
|
|
2009
2003
|
|
|
2010
|
-
.pelcro-root .plc-border-l {
|
|
2011
|
-
border-left-width: 1px;
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
2004
|
.pelcro-root .plc-cursor-default {
|
|
2015
2005
|
cursor: default;
|
|
2016
2006
|
}
|
|
@@ -2099,10 +2089,6 @@ layer components {
|
|
|
2099
2089
|
justify-content: space-evenly;
|
|
2100
2090
|
}
|
|
2101
2091
|
|
|
2102
|
-
.pelcro-root .plc-flex-1 {
|
|
2103
|
-
flex: 1 1 0%;
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
2092
|
.pelcro-root .plc-flex-grow {
|
|
2107
2093
|
flex-grow: 1;
|
|
2108
2094
|
}
|
|
@@ -2119,10 +2105,6 @@ layer components {
|
|
|
2119
2105
|
font-weight: 400;
|
|
2120
2106
|
}
|
|
2121
2107
|
|
|
2122
|
-
.pelcro-root .plc-font-medium {
|
|
2123
|
-
font-weight: 500;
|
|
2124
|
-
}
|
|
2125
|
-
|
|
2126
2108
|
.pelcro-root .plc-font-semibold {
|
|
2127
2109
|
font-weight: 600;
|
|
2128
2110
|
}
|
|
@@ -2230,10 +2212,6 @@ layer components {
|
|
|
2230
2212
|
line-height: 2.25rem;
|
|
2231
2213
|
}
|
|
2232
2214
|
|
|
2233
|
-
.pelcro-root .plc-leading-none {
|
|
2234
|
-
line-height: 1;
|
|
2235
|
-
}
|
|
2236
|
-
|
|
2237
2215
|
.pelcro-root .plc-m-0 {
|
|
2238
2216
|
margin: 0px;
|
|
2239
2217
|
}
|
|
@@ -2270,14 +2248,6 @@ layer components {
|
|
|
2270
2248
|
margin-right: auto;
|
|
2271
2249
|
}
|
|
2272
2250
|
|
|
2273
|
-
.pelcro-root .plc-mb-0 {
|
|
2274
|
-
margin-bottom: 0px;
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
.pelcro-root .plc-ml-0 {
|
|
2278
|
-
margin-left: 0px;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
2251
|
.pelcro-root .plc-mt-1 {
|
|
2282
2252
|
margin-top: 0.25rem;
|
|
2283
2253
|
}
|
|
@@ -2394,10 +2364,6 @@ layer components {
|
|
|
2394
2364
|
min-height: 3rem;
|
|
2395
2365
|
}
|
|
2396
2366
|
|
|
2397
|
-
.pelcro-root .plc-min-h-16 {
|
|
2398
|
-
min-height: 4rem;
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
2367
|
.pelcro-root .plc-min-h-40 {
|
|
2402
2368
|
min-height: 10rem;
|
|
2403
2369
|
}
|
|
@@ -2522,14 +2488,6 @@ layer components {
|
|
|
2522
2488
|
padding-left: 0.5rem;
|
|
2523
2489
|
}
|
|
2524
2490
|
|
|
2525
|
-
.pelcro-root .plc-pt-3 {
|
|
2526
|
-
padding-top: 0.75rem;
|
|
2527
|
-
}
|
|
2528
|
-
|
|
2529
|
-
.pelcro-root .plc-pl-3 {
|
|
2530
|
-
padding-left: 0.75rem;
|
|
2531
|
-
}
|
|
2532
|
-
|
|
2533
2491
|
.pelcro-root .plc-pr-4 {
|
|
2534
2492
|
padding-right: 1rem;
|
|
2535
2493
|
}
|
|
@@ -2538,10 +2496,6 @@ layer components {
|
|
|
2538
2496
|
padding-left: 1rem;
|
|
2539
2497
|
}
|
|
2540
2498
|
|
|
2541
|
-
.pelcro-root .plc-pr-14 {
|
|
2542
|
-
padding-right: 3.5rem;
|
|
2543
|
-
}
|
|
2544
|
-
|
|
2545
2499
|
.pelcro-root .plc-pointer-events-none {
|
|
2546
2500
|
pointer-events: none;
|
|
2547
2501
|
}
|
|
@@ -2590,10 +2544,6 @@ layer components {
|
|
|
2590
2544
|
right: 0.5rem;
|
|
2591
2545
|
}
|
|
2592
2546
|
|
|
2593
|
-
.pelcro-root .plc-right-3 {
|
|
2594
|
-
right: 0.75rem;
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
2547
|
.pelcro-root .plc-right-4 {
|
|
2598
2548
|
right: 1rem;
|
|
2599
2549
|
}
|
|
@@ -2618,14 +2568,6 @@ layer components {
|
|
|
2618
2568
|
right: -0.25rem;
|
|
2619
2569
|
}
|
|
2620
2570
|
|
|
2621
|
-
.pelcro-root .plc-top-1\/2 {
|
|
2622
|
-
top: 50%;
|
|
2623
|
-
}
|
|
2624
|
-
|
|
2625
|
-
.pelcro-root .plc-left-1\/2 {
|
|
2626
|
-
left: 50%;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
2571
|
* {
|
|
2630
2572
|
--tw-shadow: 0 0 #0000;
|
|
2631
2573
|
}
|
|
@@ -2759,10 +2701,6 @@ layer components {
|
|
|
2759
2701
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
2760
2702
|
}
|
|
2761
2703
|
|
|
2762
|
-
.pelcro-root .plc-text-primary-900 {
|
|
2763
|
-
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 40%));
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2766
2704
|
.pelcro-root .plc-text-black {
|
|
2767
2705
|
--tw-text-opacity: 1;
|
|
2768
2706
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
@@ -2922,10 +2860,6 @@ layer components {
|
|
|
2922
2860
|
text-decoration: none;
|
|
2923
2861
|
}
|
|
2924
2862
|
|
|
2925
|
-
.pelcro-root .hover\:plc-no-underline:hover {
|
|
2926
|
-
text-decoration: none;
|
|
2927
|
-
}
|
|
2928
|
-
|
|
2929
2863
|
.pelcro-root .plc-tracking-wider {
|
|
2930
2864
|
letter-spacing: 0.05em;
|
|
2931
2865
|
}
|
|
@@ -3075,10 +3009,6 @@ layer components {
|
|
|
3075
3009
|
z-index: 999999;
|
|
3076
3010
|
}
|
|
3077
3011
|
|
|
3078
|
-
.pelcro-root .plc-gap-3 {
|
|
3079
|
-
gap: 0.75rem;
|
|
3080
|
-
}
|
|
3081
|
-
|
|
3082
3012
|
.pelcro-root .plc-gap-x-3 {
|
|
3083
3013
|
column-gap: 0.75rem;
|
|
3084
3014
|
}
|
|
@@ -3091,10 +3021,6 @@ layer components {
|
|
|
3091
3021
|
row-gap: 1.25rem;
|
|
3092
3022
|
}
|
|
3093
3023
|
|
|
3094
|
-
.pelcro-root .plc-grid-cols-2 {
|
|
3095
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3096
|
-
}
|
|
3097
|
-
|
|
3098
3024
|
.pelcro-root .plc-transform {
|
|
3099
3025
|
--tw-translate-x: 0;
|
|
3100
3026
|
--tw-translate-y: 0;
|
|
@@ -3139,14 +3065,6 @@ layer components {
|
|
|
3139
3065
|
--tw-translate-x: 100%;
|
|
3140
3066
|
}
|
|
3141
3067
|
|
|
3142
|
-
.pelcro-root .plc--translate-x-1\/2 {
|
|
3143
|
-
--tw-translate-x: -50%;
|
|
3144
|
-
}
|
|
3145
|
-
|
|
3146
|
-
.pelcro-root .plc--translate-y-1\/2 {
|
|
3147
|
-
--tw-translate-y: -50%;
|
|
3148
|
-
}
|
|
3149
|
-
|
|
3150
3068
|
.pelcro-root .plc-group:hover .group-hover\:plc-translate-x-1 {
|
|
3151
3069
|
--tw-translate-x: 0.25rem;
|
|
3152
3070
|
}
|
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.23.0
|
|
4
|
+
"version": "3.23.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -106,7 +106,6 @@
|
|
|
106
106
|
"i18next": "^19.1.0",
|
|
107
107
|
"react-easy-crop": "^3.3.2",
|
|
108
108
|
"react-facebook-login": "^4.1.1",
|
|
109
|
-
"react-ga4": "^2.1.0",
|
|
110
109
|
"react-google-login": "^5.2.2",
|
|
111
110
|
"react-hot-toast": "^2.0.0",
|
|
112
111
|
"react-i18next": "^11.3.3",
|