@pelcro/react-pelcro-js 4.0.0-alpha.20 → 4.0.0-alpha.22
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 +4388 -2179
- package/dist/index.esm.js +4404 -2206
- package/dist/pelcro.css +59 -9
- package/package.json +2 -1
package/dist/pelcro.css
CHANGED
|
@@ -1967,8 +1967,8 @@ in order to scope selectors under pelcro-root
|
|
|
1967
1967
|
top: 0.25rem;
|
|
1968
1968
|
}
|
|
1969
1969
|
|
|
1970
|
-
.pelcro-root .plc-top-
|
|
1971
|
-
top:
|
|
1970
|
+
.pelcro-root .plc-top-2 {
|
|
1971
|
+
top: 0.5rem;
|
|
1972
1972
|
}
|
|
1973
1973
|
|
|
1974
1974
|
.pelcro-root .plc-top-7 {
|
|
@@ -1999,10 +1999,6 @@ in order to scope selectors under pelcro-root
|
|
|
1999
1999
|
right: 0.5rem;
|
|
2000
2000
|
}
|
|
2001
2001
|
|
|
2002
|
-
.pelcro-root .plc-right-10 {
|
|
2003
|
-
right: 2.5rem;
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
2002
|
.pelcro-root .plc--right-16 {
|
|
2007
2003
|
right: -4rem;
|
|
2008
2004
|
}
|
|
@@ -2047,6 +2043,10 @@ in order to scope selectors under pelcro-root
|
|
|
2047
2043
|
margin: 0px;
|
|
2048
2044
|
}
|
|
2049
2045
|
|
|
2046
|
+
.pelcro-root .plc-m-1 {
|
|
2047
|
+
margin: 0.25rem;
|
|
2048
|
+
}
|
|
2049
|
+
|
|
2050
2050
|
.pelcro-root .plc-m-3 {
|
|
2051
2051
|
margin: 0.75rem;
|
|
2052
2052
|
}
|
|
@@ -2055,6 +2055,10 @@ in order to scope selectors under pelcro-root
|
|
|
2055
2055
|
margin: auto;
|
|
2056
2056
|
}
|
|
2057
2057
|
|
|
2058
|
+
.pelcro-root .plc-m-0\.5 {
|
|
2059
|
+
margin: 0.125rem;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2058
2062
|
.pelcro-root .plc-mx-1 {
|
|
2059
2063
|
margin-left: 0.25rem;
|
|
2060
2064
|
margin-right: 0.25rem;
|
|
@@ -2085,9 +2089,9 @@ in order to scope selectors under pelcro-root
|
|
|
2085
2089
|
margin-bottom: 1.25rem;
|
|
2086
2090
|
}
|
|
2087
2091
|
|
|
2088
|
-
.pelcro-root .plc-my-
|
|
2089
|
-
margin-top:
|
|
2090
|
-
margin-bottom:
|
|
2092
|
+
.pelcro-root .plc-my-11 {
|
|
2093
|
+
margin-top: 2.75rem;
|
|
2094
|
+
margin-bottom: 2.75rem;
|
|
2091
2095
|
}
|
|
2092
2096
|
|
|
2093
2097
|
.pelcro-root .plc-mt-1 {
|
|
@@ -2294,6 +2298,10 @@ in order to scope selectors under pelcro-root
|
|
|
2294
2298
|
max-height: 3.5rem;
|
|
2295
2299
|
}
|
|
2296
2300
|
|
|
2301
|
+
.pelcro-root .plc-max-h-48 {
|
|
2302
|
+
max-height: 12rem;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2297
2305
|
.pelcro-root .plc-max-h-80 {
|
|
2298
2306
|
max-height: 20rem;
|
|
2299
2307
|
}
|
|
@@ -2426,6 +2434,10 @@ in order to scope selectors under pelcro-root
|
|
|
2426
2434
|
width: max-content;
|
|
2427
2435
|
}
|
|
2428
2436
|
|
|
2437
|
+
.pelcro-root .plc-max-w-xl {
|
|
2438
|
+
max-width: 36rem;
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2429
2441
|
.pelcro-root .plc-max-w-50\% {
|
|
2430
2442
|
max-width: 50%;
|
|
2431
2443
|
}
|
|
@@ -2558,6 +2570,10 @@ in order to scope selectors under pelcro-root
|
|
|
2558
2570
|
animation: plc-spin 1s linear infinite;
|
|
2559
2571
|
}
|
|
2560
2572
|
|
|
2573
|
+
.pelcro-root .plc-animate-pulse {
|
|
2574
|
+
animation: plc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2561
2577
|
@media (prefers-reduced-motion: no-preference) {
|
|
2562
2578
|
.pelcro-root .motion-safe\:plc-animate-slideInBottom {
|
|
2563
2579
|
animation: plc-slideInBottom 0.5s ease-out;
|
|
@@ -2686,6 +2702,10 @@ in order to scope selectors under pelcro-root
|
|
|
2686
2702
|
overflow-y: auto;
|
|
2687
2703
|
}
|
|
2688
2704
|
|
|
2705
|
+
.pelcro-root .plc-overflow-x-hidden {
|
|
2706
|
+
overflow-x: hidden;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2689
2709
|
.pelcro-root .plc-overflow-y-scroll {
|
|
2690
2710
|
overflow-y: scroll;
|
|
2691
2711
|
}
|
|
@@ -3280,6 +3300,11 @@ in order to scope selectors under pelcro-root
|
|
|
3280
3300
|
color: rgba(98, 26, 23, var(--tw-text-opacity));
|
|
3281
3301
|
}
|
|
3282
3302
|
|
|
3303
|
+
.pelcro-root .plc-text-yellow-500 {
|
|
3304
|
+
--tw-text-opacity: 1;
|
|
3305
|
+
color: rgba(245, 158, 11, var(--tw-text-opacity));
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3283
3308
|
.pelcro-root .plc-text-yellow-700 {
|
|
3284
3309
|
--tw-text-opacity: 1;
|
|
3285
3310
|
color: rgba(180, 83, 9, var(--tw-text-opacity));
|
|
@@ -3617,6 +3642,19 @@ in order to scope selectors under pelcro-root
|
|
|
3617
3642
|
}
|
|
3618
3643
|
|
|
3619
3644
|
@media (min-width: 768px) {
|
|
3645
|
+
.pelcro-root .md\:plc-top-5 {
|
|
3646
|
+
top: 1.25rem;
|
|
3647
|
+
}
|
|
3648
|
+
|
|
3649
|
+
.pelcro-root .md\:plc-right-10 {
|
|
3650
|
+
right: 2.5rem;
|
|
3651
|
+
}
|
|
3652
|
+
|
|
3653
|
+
.pelcro-root .md\:plc-my-20 {
|
|
3654
|
+
margin-top: 5rem;
|
|
3655
|
+
margin-bottom: 5rem;
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3620
3658
|
.pelcro-root .md\:plc-table-cell {
|
|
3621
3659
|
display: table-cell;
|
|
3622
3660
|
}
|
|
@@ -3629,6 +3667,18 @@ in order to scope selectors under pelcro-root
|
|
|
3629
3667
|
width: 20%;
|
|
3630
3668
|
}
|
|
3631
3669
|
|
|
3670
|
+
.pelcro-root .md\:plc-w-1\/12 {
|
|
3671
|
+
width: 8.333333%;
|
|
3672
|
+
}
|
|
3673
|
+
|
|
3674
|
+
.pelcro-root .md\:plc-w-2\/12 {
|
|
3675
|
+
width: 16.666667%;
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
.pelcro-root .md\:plc-w-3\/12 {
|
|
3679
|
+
width: 25%;
|
|
3680
|
+
}
|
|
3681
|
+
|
|
3632
3682
|
.pelcro-root .md\:plc-max-w-70\% {
|
|
3633
3683
|
max-width: 70%;
|
|
3634
3684
|
}
|
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": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.22",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@headlessui/react": "^0.3.0",
|
|
104
104
|
"@stripe/stripe-js": "^1.21.1",
|
|
105
|
+
"gapi-script": "^1.2.0",
|
|
105
106
|
"i18next": "^19.1.0",
|
|
106
107
|
"react-easy-crop": "^3.3.2",
|
|
107
108
|
"react-facebook-login": "^4.1.1",
|