@simple-builder/react 1.0.19 → 1.0.21
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/{build-container-client-LGR5VYTR.mjs → build-container-client-EGUVIJQE.mjs} +190 -180
- package/dist/{build-container-client-K5FTDOKZ.css → build-container-client-UTWTM32L.css} +19 -0
- package/dist/{build-container-client-RUKPEETF.js → build-container-client-VLVAC2RM.js} +255 -245
- package/dist/{builder-content-INPXZNAY.js → builder-content-BGBWMI6B.js} +7 -7
- package/dist/{builder-content-6XOZLKFJ.css → builder-content-JWIMCW6L.css} +19 -0
- package/dist/{builder-content-OXOVV5IS.mjs → builder-content-RQZGNHGE.mjs} +2 -2
- package/dist/{chunk-E7UKQIFC.js → chunk-GQ2NJQNP.js} +3 -3
- package/dist/{chunk-ZTU2GIHE.mjs → chunk-JDY3WVEQ.mjs} +1 -1
- package/dist/{chunk-TUIRUCUM.mjs → chunk-KD2J6VPO.mjs} +2 -2
- package/dist/{chunk-KVHH3UHQ.js → chunk-Q2EMWEEZ.js} +5 -5
- package/dist/{chunk-WFZDXUCV.js → chunk-SMX2JVU7.js} +20 -4
- package/dist/{chunk-6KXYNF2D.mjs → chunk-YM22QCRZ.mjs} +20 -4
- package/dist/index.css +19 -0
- package/dist/index.js +6 -6
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
|
@@ -752,6 +752,9 @@
|
|
|
752
752
|
.sb-opacity-0 {
|
|
753
753
|
opacity: 0;
|
|
754
754
|
}
|
|
755
|
+
.sb-opacity-30 {
|
|
756
|
+
opacity: 0.3;
|
|
757
|
+
}
|
|
755
758
|
.sb-opacity-50 {
|
|
756
759
|
opacity: 0.5;
|
|
757
760
|
}
|
|
@@ -1211,6 +1214,14 @@
|
|
|
1211
1214
|
.data-\[state\=open\]\:sb-slide-in-from-top-\[48\%\][data-state=open] {
|
|
1212
1215
|
--tw-enter-translate-y: -48%;
|
|
1213
1216
|
}
|
|
1217
|
+
@media not all and (min-width: 768px) {
|
|
1218
|
+
.max-md\:sb-hidden {
|
|
1219
|
+
display: none;
|
|
1220
|
+
}
|
|
1221
|
+
.max-md\:sb-opacity-30 {
|
|
1222
|
+
opacity: 0.3;
|
|
1223
|
+
}
|
|
1224
|
+
}
|
|
1214
1225
|
@media (min-width: 640px) {
|
|
1215
1226
|
.sm\:sb-mt-0 {
|
|
1216
1227
|
margin-top: 0px;
|
|
@@ -1243,6 +1254,14 @@
|
|
|
1243
1254
|
text-align: left;
|
|
1244
1255
|
}
|
|
1245
1256
|
}
|
|
1257
|
+
@media (min-width: 768px) {
|
|
1258
|
+
.md\:sb-hidden {
|
|
1259
|
+
display: none;
|
|
1260
|
+
}
|
|
1261
|
+
.md\:sb-opacity-30 {
|
|
1262
|
+
opacity: 0.3;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1246
1265
|
.\[\&\:has\(\>\.day-range-end\)\]\:sb-rounded-r-md:has(> .day-range-end) {
|
|
1247
1266
|
border-top-right-radius: calc(var(--sb-radius) - 2px);
|
|
1248
1267
|
border-bottom-right-radius: calc(var(--sb-radius) - 2px);
|