@pelcro/react-pelcro-js 3.0.0 → 3.1.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 +1155 -492
- package/dist/index.esm.js +1147 -493
- package/dist/pelcro.css +48 -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));
|
|
@@ -2411,6 +2424,11 @@ in order to scope selectors under pelcro-root
|
|
|
2411
2424
|
padding-right: 1.25rem;
|
|
2412
2425
|
}
|
|
2413
2426
|
|
|
2427
|
+
.pelcro-root .plc-px-6 {
|
|
2428
|
+
padding-left: 1.5rem;
|
|
2429
|
+
padding-right: 1.5rem;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2414
2432
|
.pelcro-root .plc-pt-1 {
|
|
2415
2433
|
padding-top: 0.25rem;
|
|
2416
2434
|
}
|
|
@@ -2531,6 +2549,11 @@ in order to scope selectors under pelcro-root
|
|
|
2531
2549
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2532
2550
|
}
|
|
2533
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
|
+
|
|
2534
2557
|
* {
|
|
2535
2558
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
2536
2559
|
--tw-ring-offset-width: 0px;
|
|
@@ -2552,6 +2575,12 @@ in order to scope selectors under pelcro-root
|
|
|
2552
2575
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2553
2576
|
}
|
|
2554
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
|
+
|
|
2555
2584
|
.pelcro-root .plc-ring-primary-400 {
|
|
2556
2585
|
--tw-ring-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) + 10%));
|
|
2557
2586
|
}
|
|
@@ -2566,6 +2595,10 @@ in order to scope selectors under pelcro-root
|
|
|
2566
2595
|
--tw-ring-color: rgba(209, 70, 65, var(--tw-ring-opacity));
|
|
2567
2596
|
}
|
|
2568
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
|
+
|
|
2569
2602
|
.pelcro-root .focus\:plc-ring-red-500:focus {
|
|
2570
2603
|
--tw-ring-opacity: 1;
|
|
2571
2604
|
--tw-ring-color: rgba(180, 48, 43, var(--tw-ring-opacity));
|
|
@@ -2576,6 +2609,11 @@ in order to scope selectors under pelcro-root
|
|
|
2576
2609
|
--tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
|
|
2577
2610
|
}
|
|
2578
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
|
+
|
|
2579
2617
|
.pelcro-root .plc-fill-current {
|
|
2580
2618
|
fill: currentColor;
|
|
2581
2619
|
}
|
|
@@ -2644,6 +2682,11 @@ in order to scope selectors under pelcro-root
|
|
|
2644
2682
|
color: rgba(180, 48, 43, var(--tw-text-opacity));
|
|
2645
2683
|
}
|
|
2646
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
|
+
|
|
2647
2690
|
.pelcro-root .plc-text-yellow-700 {
|
|
2648
2691
|
--tw-text-opacity: 1;
|
|
2649
2692
|
color: rgba(180, 83, 9, var(--tw-text-opacity));
|
|
@@ -2716,6 +2759,11 @@ in order to scope selectors under pelcro-root
|
|
|
2716
2759
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2717
2760
|
}
|
|
2718
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
|
+
|
|
2719
2767
|
.pelcro-root .plc-truncate {
|
|
2720
2768
|
overflow: hidden;
|
|
2721
2769
|
text-overflow: ellipsis;
|