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