@pelcro/react-pelcro-js 2.7.0 → 3.0.0-beta.11
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 +1904 -680
- package/dist/index.esm.js +1892 -681
- package/dist/pelcro.css +56 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -1804,6 +1804,11 @@ in order to scope selectors under pelcro-root
|
|
|
1804
1804
|
background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
|
+
.pelcro-root .plc-bg-red-100 {
|
|
1808
|
+
--tw-bg-opacity: 1;
|
|
1809
|
+
background-color: rgba(239, 190, 188, var(--tw-bg-opacity));
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1807
1812
|
.pelcro-root .plc-bg-red-500 {
|
|
1808
1813
|
--tw-bg-opacity: 1;
|
|
1809
1814
|
background-color: rgba(180, 48, 43, var(--tw-bg-opacity));
|
|
@@ -1838,6 +1843,10 @@ in order to scope selectors under pelcro-root
|
|
|
1838
1843
|
background-color: transparent;
|
|
1839
1844
|
}
|
|
1840
1845
|
|
|
1846
|
+
.pelcro-root .hover\:plc-bg-primary-600:hover {
|
|
1847
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1841
1850
|
.pelcro-root .hover\:plc-bg-white:hover {
|
|
1842
1851
|
--tw-bg-opacity: 1;
|
|
1843
1852
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
@@ -1877,6 +1886,10 @@ in order to scope selectors under pelcro-root
|
|
|
1877
1886
|
background-color: transparent;
|
|
1878
1887
|
}
|
|
1879
1888
|
|
|
1889
|
+
.pelcro-root .focus\:plc-bg-primary-600:focus {
|
|
1890
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1880
1893
|
.pelcro-root .disabled\:plc-bg-gray-400:disabled {
|
|
1881
1894
|
--tw-bg-opacity: 1;
|
|
1882
1895
|
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
|
|
@@ -2135,6 +2148,10 @@ in order to scope selectors under pelcro-root
|
|
|
2135
2148
|
height: 6rem;
|
|
2136
2149
|
}
|
|
2137
2150
|
|
|
2151
|
+
.pelcro-root .plc-h-32 {
|
|
2152
|
+
height: 8rem;
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2138
2155
|
.pelcro-root .plc-h-36 {
|
|
2139
2156
|
height: 9rem;
|
|
2140
2157
|
}
|
|
@@ -2407,6 +2424,11 @@ in order to scope selectors under pelcro-root
|
|
|
2407
2424
|
padding-right: 1.25rem;
|
|
2408
2425
|
}
|
|
2409
2426
|
|
|
2427
|
+
.pelcro-root .plc-px-6 {
|
|
2428
|
+
padding-left: 1.5rem;
|
|
2429
|
+
padding-right: 1.5rem;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2410
2432
|
.pelcro-root .plc-pt-1 {
|
|
2411
2433
|
padding-top: 0.25rem;
|
|
2412
2434
|
}
|
|
@@ -2527,6 +2549,11 @@ in order to scope selectors under pelcro-root
|
|
|
2527
2549
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2528
2550
|
}
|
|
2529
2551
|
|
|
2552
|
+
.pelcro-root .hover\:plc-shadow-none:hover {
|
|
2553
|
+
--tw-shadow: 0 0 #0000;
|
|
2554
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2530
2557
|
* {
|
|
2531
2558
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
2532
2559
|
--tw-ring-offset-width: 0px;
|
|
@@ -2548,6 +2575,12 @@ in order to scope selectors under pelcro-root
|
|
|
2548
2575
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2549
2576
|
}
|
|
2550
2577
|
|
|
2578
|
+
.pelcro-root .focus\:plc-ring-2:focus {
|
|
2579
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2580
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2581
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2551
2584
|
.pelcro-root .plc-ring-primary-400 {
|
|
2552
2585
|
--tw-ring-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
2553
2586
|
}
|
|
@@ -2562,6 +2595,10 @@ in order to scope selectors under pelcro-root
|
|
|
2562
2595
|
--tw-ring-color: rgba(209, 70, 65, var(--tw-ring-opacity));
|
|
2563
2596
|
}
|
|
2564
2597
|
|
|
2598
|
+
.pelcro-root .focus\:plc-ring-primary-300:focus {
|
|
2599
|
+
--tw-ring-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 20%));
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2565
2602
|
.pelcro-root .focus\:plc-ring-red-500:focus {
|
|
2566
2603
|
--tw-ring-opacity: 1;
|
|
2567
2604
|
--tw-ring-color: rgba(180, 48, 43, var(--tw-ring-opacity));
|
|
@@ -2572,6 +2609,11 @@ in order to scope selectors under pelcro-root
|
|
|
2572
2609
|
--tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
|
|
2573
2610
|
}
|
|
2574
2611
|
|
|
2612
|
+
.pelcro-root .focus\:plc-ring-blue-400:focus {
|
|
2613
|
+
--tw-ring-opacity: 1;
|
|
2614
|
+
--tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2575
2617
|
.pelcro-root .plc-fill-current {
|
|
2576
2618
|
fill: currentColor;
|
|
2577
2619
|
}
|
|
@@ -2640,6 +2682,11 @@ in order to scope selectors under pelcro-root
|
|
|
2640
2682
|
color: rgba(180, 48, 43, var(--tw-text-opacity));
|
|
2641
2683
|
}
|
|
2642
2684
|
|
|
2685
|
+
.pelcro-root .plc-text-red-700 {
|
|
2686
|
+
--tw-text-opacity: 1;
|
|
2687
|
+
color: rgba(98, 26, 23, var(--tw-text-opacity));
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2643
2690
|
.pelcro-root .plc-text-yellow-700 {
|
|
2644
2691
|
--tw-text-opacity: 1;
|
|
2645
2692
|
color: rgba(180, 83, 9, var(--tw-text-opacity));
|
|
@@ -2712,6 +2759,11 @@ in order to scope selectors under pelcro-root
|
|
|
2712
2759
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2713
2760
|
}
|
|
2714
2761
|
|
|
2762
|
+
.pelcro-root .focus\:plc-text-white:focus {
|
|
2763
|
+
--tw-text-opacity: 1;
|
|
2764
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2715
2767
|
.pelcro-root .plc-truncate {
|
|
2716
2768
|
overflow: hidden;
|
|
2717
2769
|
text-overflow: ellipsis;
|
|
@@ -2755,6 +2807,10 @@ in order to scope selectors under pelcro-root
|
|
|
2755
2807
|
vertical-align: middle;
|
|
2756
2808
|
}
|
|
2757
2809
|
|
|
2810
|
+
.pelcro-root .plc-whitespace-pre-line {
|
|
2811
|
+
white-space: pre-line;
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2758
2814
|
.pelcro-root .plc-break-words {
|
|
2759
2815
|
overflow-wrap: break-word;
|
|
2760
2816
|
}
|