@pelcro/react-pelcro-js 2.6.0-beta.8 → 2.6.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 +448 -316
- package/dist/index.esm.js +448 -316
- package/dist/pelcro.css +14 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -648,6 +648,10 @@ Add the correct display in Chrome and Safari.
|
|
|
648
648
|
--plc-primary-lightness: 44%;
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
+
.grecaptcha-badge {
|
|
652
|
+
visibility: hidden;
|
|
653
|
+
}
|
|
654
|
+
|
|
651
655
|
/* sub-components and components */
|
|
652
656
|
|
|
653
657
|
.pelcro-root .pelcro-badge-wrapper {
|
|
@@ -1816,6 +1820,11 @@ in order to scope selectors under pelcro-root
|
|
|
1816
1820
|
background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
|
|
1817
1821
|
}
|
|
1818
1822
|
|
|
1823
|
+
.pelcro-root .plc-bg-blue-100 {
|
|
1824
|
+
--tw-bg-opacity: 1;
|
|
1825
|
+
background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1819
1828
|
.pelcro-root .plc-bg-orange-100 {
|
|
1820
1829
|
--tw-bg-opacity: 1;
|
|
1821
1830
|
background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
|
|
@@ -2653,6 +2662,11 @@ in order to scope selectors under pelcro-root
|
|
|
2653
2662
|
color: rgba(96, 165, 250, var(--tw-text-opacity));
|
|
2654
2663
|
}
|
|
2655
2664
|
|
|
2665
|
+
.pelcro-root .plc-text-blue-700 {
|
|
2666
|
+
--tw-text-opacity: 1;
|
|
2667
|
+
color: rgba(29, 78, 216, var(--tw-text-opacity));
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2656
2670
|
.pelcro-root .plc-text-orange-700 {
|
|
2657
2671
|
--tw-text-opacity: 1;
|
|
2658
2672
|
color: rgba(194, 65, 12, var(--tw-text-opacity));
|