@pelcro/react-pelcro-js 4.0.0-alpha.45 → 4.0.0-alpha.47
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/{510798e15108a39b.svg → 54860c53d60f5601.svg} +2 -2
- package/dist/index.cjs.js +483 -276
- package/dist/index.esm.js +483 -276
- package/dist/pelcro.css +35 -25
- package/package.json +1 -1
package/dist/pelcro.css
CHANGED
|
@@ -792,7 +792,7 @@ Add the correct display in Chrome and Safari.
|
|
|
792
792
|
.pelcro-root .pelcro-modal-close {
|
|
793
793
|
position: absolute;
|
|
794
794
|
top: 50%;
|
|
795
|
-
right:
|
|
795
|
+
right: 1.5rem;
|
|
796
796
|
z-index: 999999;
|
|
797
797
|
width: 1.5rem;
|
|
798
798
|
--tw-translate-x: 0;
|
|
@@ -836,12 +836,6 @@ Add the correct display in Chrome and Safari.
|
|
|
836
836
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
@media (min-width: 640px){
|
|
840
|
-
.pelcro-root .pelcro-modal-close{
|
|
841
|
-
right: 1.25rem;
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
|
|
845
839
|
.pelcro-root .pelcro-modal-body {
|
|
846
840
|
--tw-bg-opacity: 1;
|
|
847
841
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
@@ -1826,6 +1820,15 @@ Add the correct display in Chrome and Safari.
|
|
|
1826
1820
|
filter: brightness(0.8);
|
|
1827
1821
|
}
|
|
1828
1822
|
|
|
1823
|
+
#pelcro-view-dashboard-submenus {
|
|
1824
|
+
/* From https://css.glass */
|
|
1825
|
+
background: rgba(255, 255, 255, 0.12);
|
|
1826
|
+
/* border-radius: 16px; */
|
|
1827
|
+
/* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
|
|
1828
|
+
backdrop-filter: blur(3.5px);
|
|
1829
|
+
-webkit-backdrop-filter: blur(3.5px);
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1829
1832
|
/* used by multiple input sub-components */
|
|
1830
1833
|
|
|
1831
1834
|
/* Slider */
|
|
@@ -2114,8 +2117,8 @@ in order to scope selectors under pelcro-root
|
|
|
2114
2117
|
right: 2.5rem;
|
|
2115
2118
|
}
|
|
2116
2119
|
|
|
2117
|
-
.pelcro-root .plc--right-
|
|
2118
|
-
right: -
|
|
2120
|
+
.pelcro-root .plc--right-14{
|
|
2121
|
+
right: -3.5rem;
|
|
2119
2122
|
}
|
|
2120
2123
|
|
|
2121
2124
|
.pelcro-root .plc-bottom-0{
|
|
@@ -2130,16 +2133,16 @@ in order to scope selectors under pelcro-root
|
|
|
2130
2133
|
left: 0px;
|
|
2131
2134
|
}
|
|
2132
2135
|
|
|
2133
|
-
.pelcro-root .plc-left-2{
|
|
2134
|
-
left: 0.5rem;
|
|
2135
|
-
}
|
|
2136
|
-
|
|
2137
2136
|
.pelcro-root .plc-left-4{
|
|
2138
2137
|
left: 1rem;
|
|
2139
2138
|
}
|
|
2140
2139
|
|
|
2141
|
-
.pelcro-root .plc
|
|
2142
|
-
left:
|
|
2140
|
+
.pelcro-root .plc-left-6{
|
|
2141
|
+
left: 1.5rem;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.pelcro-root .plc--left-14{
|
|
2145
|
+
left: -3.5rem;
|
|
2143
2146
|
}
|
|
2144
2147
|
|
|
2145
2148
|
.pelcro-root .plc-z-max{
|
|
@@ -2275,6 +2278,10 @@ in order to scope selectors under pelcro-root
|
|
|
2275
2278
|
margin-bottom: 2.25rem;
|
|
2276
2279
|
}
|
|
2277
2280
|
|
|
2281
|
+
.pelcro-root .plc-mb-10{
|
|
2282
|
+
margin-bottom: 2.5rem;
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2278
2285
|
.pelcro-root .plc-ml-0{
|
|
2279
2286
|
margin-left: 0px;
|
|
2280
2287
|
}
|
|
@@ -3278,6 +3285,10 @@ in order to scope selectors under pelcro-root
|
|
|
3278
3285
|
padding-right: 0.5rem;
|
|
3279
3286
|
}
|
|
3280
3287
|
|
|
3288
|
+
.pelcro-root .plc-pb-2{
|
|
3289
|
+
padding-bottom: 0.5rem;
|
|
3290
|
+
}
|
|
3291
|
+
|
|
3281
3292
|
.pelcro-root .plc-pb-4{
|
|
3282
3293
|
padding-bottom: 1rem;
|
|
3283
3294
|
}
|
|
@@ -3717,16 +3728,12 @@ in order to scope selectors under pelcro-root
|
|
|
3717
3728
|
top: 50%;
|
|
3718
3729
|
}
|
|
3719
3730
|
|
|
3720
|
-
.pelcro-root .sm\:plc--right-
|
|
3721
|
-
right: -
|
|
3722
|
-
}
|
|
3723
|
-
|
|
3724
|
-
.pelcro-root .sm\:plc-left-5{
|
|
3725
|
-
left: 1.25rem;
|
|
3731
|
+
.pelcro-root .sm\:plc--right-14{
|
|
3732
|
+
right: -3.5rem;
|
|
3726
3733
|
}
|
|
3727
3734
|
|
|
3728
|
-
.pelcro-root .sm\:plc--left-
|
|
3729
|
-
left: -
|
|
3735
|
+
.pelcro-root .sm\:plc--left-14{
|
|
3736
|
+
left: -3.5rem;
|
|
3730
3737
|
}
|
|
3731
3738
|
|
|
3732
3739
|
.pelcro-root .sm\:plc-m-4{
|
|
@@ -3827,8 +3834,11 @@ in order to scope selectors under pelcro-root
|
|
|
3827
3834
|
margin-right: auto;
|
|
3828
3835
|
}
|
|
3829
3836
|
|
|
3830
|
-
.pelcro-root .md\:plc-
|
|
3831
|
-
margin-top:
|
|
3837
|
+
.pelcro-root .md\:plc-mt-40{
|
|
3838
|
+
margin-top: 10rem;
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
.pelcro-root .md\:plc-mb-20{
|
|
3832
3842
|
margin-bottom: 5rem;
|
|
3833
3843
|
}
|
|
3834
3844
|
|