@pelcro/react-pelcro-js 2.4.0-beta.9 → 2.6.0-beta.2
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 +808 -314
- package/dist/index.esm.js +802 -315
- package/dist/pelcro.css +119 -0
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -759,6 +759,19 @@ Add the correct display in Chrome and Safari.
|
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
.pelcro-root .pelcro-modal-close {
|
|
762
|
+
background-color: transparent;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.pelcro-root .pelcro-modal-close:hover {
|
|
766
|
+
background-color: transparent;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.pelcro-root .pelcro-modal-close:focus {
|
|
770
|
+
background-color: transparent;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.pelcro-root .pelcro-modal-close {
|
|
774
|
+
border-width: 0px;
|
|
762
775
|
position: absolute;
|
|
763
776
|
top: 0.75rem;
|
|
764
777
|
right: 0.75rem;
|
|
@@ -779,6 +792,11 @@ Add the correct display in Chrome and Safari.
|
|
|
779
792
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
780
793
|
}
|
|
781
794
|
|
|
795
|
+
.pelcro-root .pelcro-modal-close:focus {
|
|
796
|
+
--tw-text-opacity: 1;
|
|
797
|
+
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
798
|
+
}
|
|
799
|
+
|
|
782
800
|
.pelcro-root .pelcro-modal-close {
|
|
783
801
|
width: 1.5rem;
|
|
784
802
|
z-index: 999999;
|
|
@@ -933,6 +951,10 @@ Add the correct display in Chrome and Safari.
|
|
|
933
951
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
934
952
|
}
|
|
935
953
|
|
|
954
|
+
.pelcro-root .pelcro-button-solid:focus {
|
|
955
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
956
|
+
}
|
|
957
|
+
|
|
936
958
|
.pelcro-root .pelcro-button-solid:disabled {
|
|
937
959
|
--tw-bg-opacity: 1;
|
|
938
960
|
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
|
|
@@ -940,6 +962,7 @@ Add the correct display in Chrome and Safari.
|
|
|
940
962
|
|
|
941
963
|
.pelcro-root .pelcro-button-solid {
|
|
942
964
|
border-radius: 0.25rem;
|
|
965
|
+
border-width: 0px;
|
|
943
966
|
}
|
|
944
967
|
|
|
945
968
|
.pelcro-root .pelcro-button-solid:disabled {
|
|
@@ -981,6 +1004,24 @@ Add the correct display in Chrome and Safari.
|
|
|
981
1004
|
.pelcro-root .pelcro-button-solid {
|
|
982
1005
|
--tw-text-opacity: 1;
|
|
983
1006
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.pelcro-root .pelcro-button-solid:hover {
|
|
1010
|
+
--tw-text-opacity: 1;
|
|
1011
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
.pelcro-root .pelcro-button-solid:focus {
|
|
1015
|
+
--tw-text-opacity: 1;
|
|
1016
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.pelcro-root .pelcro-button-solid:disabled {
|
|
1020
|
+
--tw-text-opacity: 1;
|
|
1021
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.pelcro-root .pelcro-button-solid {
|
|
984
1025
|
text-transform: uppercase;
|
|
985
1026
|
letter-spacing: 0.05em;
|
|
986
1027
|
width: max-content;
|
|
@@ -994,6 +1035,10 @@ Add the correct display in Chrome and Safari.
|
|
|
994
1035
|
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
995
1036
|
}
|
|
996
1037
|
|
|
1038
|
+
.pelcro-root .pelcro-button-outline:focus {
|
|
1039
|
+
background-color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 10%));
|
|
1040
|
+
}
|
|
1041
|
+
|
|
997
1042
|
.pelcro-root .pelcro-button-outline:disabled {
|
|
998
1043
|
background-color: transparent;
|
|
999
1044
|
}
|
|
@@ -1057,6 +1102,11 @@ Add the correct display in Chrome and Safari.
|
|
|
1057
1102
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1058
1103
|
}
|
|
1059
1104
|
|
|
1105
|
+
.pelcro-root .pelcro-button-outline:focus {
|
|
1106
|
+
--tw-text-opacity: 1;
|
|
1107
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1060
1110
|
.pelcro-root .pelcro-button-outline:disabled {
|
|
1061
1111
|
--tw-text-opacity: 1;
|
|
1062
1112
|
color: rgba(107, 114, 128, var(--tw-text-opacity));
|
|
@@ -1075,6 +1125,7 @@ Add the correct display in Chrome and Safari.
|
|
|
1075
1125
|
|
|
1076
1126
|
.pelcro-root .pelcro-button-icon {
|
|
1077
1127
|
border-radius: 9999px;
|
|
1128
|
+
border-width: 0px;
|
|
1078
1129
|
}
|
|
1079
1130
|
|
|
1080
1131
|
.pelcro-root .pelcro-button-icon:disabled {
|
|
@@ -1128,12 +1179,18 @@ Add the correct display in Chrome and Safari.
|
|
|
1128
1179
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
1129
1180
|
}
|
|
1130
1181
|
|
|
1182
|
+
.pelcro-root .pelcro-button-ghost:focus {
|
|
1183
|
+
--tw-bg-opacity: 1;
|
|
1184
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1131
1187
|
.pelcro-root .pelcro-button-ghost:disabled {
|
|
1132
1188
|
background-color: transparent;
|
|
1133
1189
|
}
|
|
1134
1190
|
|
|
1135
1191
|
.pelcro-root .pelcro-button-ghost {
|
|
1136
1192
|
border-radius: 0.5rem;
|
|
1193
|
+
border-width: 0px;
|
|
1137
1194
|
}
|
|
1138
1195
|
|
|
1139
1196
|
.pelcro-root .pelcro-button-ghost:disabled {
|
|
@@ -1176,6 +1233,16 @@ Add the correct display in Chrome and Safari.
|
|
|
1176
1233
|
color: rgba(107, 114, 128, var(--tw-text-opacity));
|
|
1177
1234
|
}
|
|
1178
1235
|
|
|
1236
|
+
.pelcro-root .pelcro-button-ghost:hover {
|
|
1237
|
+
--tw-text-opacity: 1;
|
|
1238
|
+
color: rgba(107, 114, 128, var(--tw-text-opacity));
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
.pelcro-root .pelcro-button-ghost:focus {
|
|
1242
|
+
--tw-text-opacity: 1;
|
|
1243
|
+
color: rgba(107, 114, 128, var(--tw-text-opacity));
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1179
1246
|
.pelcro-root .pelcro-button-ghost:disabled {
|
|
1180
1247
|
--tw-text-opacity: 1;
|
|
1181
1248
|
color: rgba(209, 213, 219, var(--tw-text-opacity));
|
|
@@ -1300,8 +1367,33 @@ Add the correct display in Chrome and Safari.
|
|
|
1300
1367
|
}
|
|
1301
1368
|
|
|
1302
1369
|
.pelcro-root .pelcro-alert-close {
|
|
1370
|
+
background-color: transparent;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.pelcro-root .pelcro-alert-close:hover {
|
|
1374
|
+
background-color: transparent;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
.pelcro-root .pelcro-alert-close:focus {
|
|
1378
|
+
background-color: transparent;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.pelcro-root .pelcro-alert-close {
|
|
1382
|
+
border-width: 0px;
|
|
1303
1383
|
flex-shrink: 0;
|
|
1304
1384
|
fill: currentColor;
|
|
1385
|
+
color: currentColor;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.pelcro-root .pelcro-alert-close:hover {
|
|
1389
|
+
color: currentColor;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.pelcro-root .pelcro-alert-close:focus {
|
|
1393
|
+
color: currentColor;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.pelcro-root .pelcro-alert-close {
|
|
1305
1397
|
width: 1rem;
|
|
1306
1398
|
}
|
|
1307
1399
|
|
|
@@ -1729,6 +1821,15 @@ in order to scope selectors under pelcro-root
|
|
|
1729
1821
|
background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
|
|
1730
1822
|
}
|
|
1731
1823
|
|
|
1824
|
+
.pelcro-root .hover\:plc-bg-transparent:hover {
|
|
1825
|
+
background-color: transparent;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
.pelcro-root .hover\:plc-bg-white:hover {
|
|
1829
|
+
--tw-bg-opacity: 1;
|
|
1830
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1732
1833
|
.pelcro-root .hover\:plc-bg-gray-50:hover {
|
|
1733
1834
|
--tw-bg-opacity: 1;
|
|
1734
1835
|
background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
|
|
@@ -1759,6 +1860,10 @@ in order to scope selectors under pelcro-root
|
|
|
1759
1860
|
background-color: rgba(139, 37, 33, var(--tw-bg-opacity));
|
|
1760
1861
|
}
|
|
1761
1862
|
|
|
1863
|
+
.pelcro-root .focus\:plc-bg-transparent:focus {
|
|
1864
|
+
background-color: transparent;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1762
1867
|
.pelcro-root .disabled\:plc-bg-gray-400:disabled {
|
|
1763
1868
|
--tw-bg-opacity: 1;
|
|
1764
1869
|
background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
|
|
@@ -2099,6 +2204,10 @@ in order to scope selectors under pelcro-root
|
|
|
2099
2204
|
margin-right: 0.25rem;
|
|
2100
2205
|
}
|
|
2101
2206
|
|
|
2207
|
+
.pelcro-root .plc-mb-1 {
|
|
2208
|
+
margin-bottom: 0.25rem;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2102
2211
|
.pelcro-root .plc-ml-1 {
|
|
2103
2212
|
margin-left: 0.25rem;
|
|
2104
2213
|
}
|
|
@@ -2561,6 +2670,11 @@ in order to scope selectors under pelcro-root
|
|
|
2561
2670
|
color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 20%));
|
|
2562
2671
|
}
|
|
2563
2672
|
|
|
2673
|
+
.pelcro-root .hover\:plc-text-black:hover {
|
|
2674
|
+
--tw-text-opacity: 1;
|
|
2675
|
+
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2564
2678
|
.pelcro-root .hover\:plc-text-white:hover {
|
|
2565
2679
|
--tw-text-opacity: 1;
|
|
2566
2680
|
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
@@ -2571,6 +2685,11 @@ in order to scope selectors under pelcro-root
|
|
|
2571
2685
|
color: rgba(107, 114, 128, var(--tw-text-opacity));
|
|
2572
2686
|
}
|
|
2573
2687
|
|
|
2688
|
+
.pelcro-root .focus\:plc-text-black:focus {
|
|
2689
|
+
--tw-text-opacity: 1;
|
|
2690
|
+
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2574
2693
|
.pelcro-root .plc-truncate {
|
|
2575
2694
|
overflow: hidden;
|
|
2576
2695
|
text-overflow: ellipsis;
|