@simple-builder/react 1.0.9 → 1.0.10
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-2WP7AN5U.css → build-container-client-MHISDNJL.css} +65 -0
- package/dist/{build-container-client-PB2K64X3.js → build-container-client-SEAT672S.js} +213 -80
- package/dist/{build-container-client-BOFDDL56.mjs → build-container-client-WS5CHAV7.mjs} +158 -26
- package/dist/{builder-content-SSON3UB4.js → builder-content-FXMV6TNF.js} +7 -7
- package/dist/{builder-content-XM6XI2VA.css → builder-content-N7Z4YJMT.css} +65 -0
- package/dist/{builder-content-DNX5TNK2.mjs → builder-content-O76OYDYN.mjs} +2 -2
- package/dist/{chunk-2GQCSML3.mjs → chunk-2PY5SZFT.mjs} +1 -1
- package/dist/{chunk-LULPEBSO.mjs → chunk-BP6PJZIZ.mjs} +2 -2
- package/dist/{chunk-ECJUPPTG.js → chunk-GP4CVRJO.js} +1 -1
- package/dist/{chunk-OCMLPCSW.mjs → chunk-LEULOM72.mjs} +1 -1
- package/dist/{chunk-YGI2WZVP.js → chunk-NKBSQAU6.js} +5 -5
- package/dist/{chunk-VFH3LVDU.js → chunk-QNNLXAGD.js} +3 -3
- package/dist/index.css +65 -0
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +6 -6
- package/dist/index.mjs +2 -2
- package/package.json +3 -2
|
@@ -186,6 +186,9 @@
|
|
|
186
186
|
.sb-right-1 {
|
|
187
187
|
right: 0.25rem;
|
|
188
188
|
}
|
|
189
|
+
.sb-right-2 {
|
|
190
|
+
right: 0.5rem;
|
|
191
|
+
}
|
|
189
192
|
.sb-right-3 {
|
|
190
193
|
right: 0.75rem;
|
|
191
194
|
}
|
|
@@ -198,6 +201,9 @@
|
|
|
198
201
|
.sb-top-1\/2 {
|
|
199
202
|
top: 50%;
|
|
200
203
|
}
|
|
204
|
+
.sb-top-2 {
|
|
205
|
+
top: 0.5rem;
|
|
206
|
+
}
|
|
201
207
|
.sb-top-\[50\%\] {
|
|
202
208
|
top: 50%;
|
|
203
209
|
}
|
|
@@ -254,6 +260,12 @@
|
|
|
254
260
|
.sb-h-11 {
|
|
255
261
|
height: 2.75rem;
|
|
256
262
|
}
|
|
263
|
+
.sb-h-2 {
|
|
264
|
+
height: 0.5rem;
|
|
265
|
+
}
|
|
266
|
+
.sb-h-2\.5 {
|
|
267
|
+
height: 0.625rem;
|
|
268
|
+
}
|
|
257
269
|
.sb-h-28 {
|
|
258
270
|
height: 7rem;
|
|
259
271
|
}
|
|
@@ -278,12 +290,24 @@
|
|
|
278
290
|
.sb-h-auto {
|
|
279
291
|
height: auto;
|
|
280
292
|
}
|
|
293
|
+
.sb-h-full {
|
|
294
|
+
height: 100%;
|
|
295
|
+
}
|
|
296
|
+
.sb-max-h-\[80vh\] {
|
|
297
|
+
max-height: 80vh;
|
|
298
|
+
}
|
|
281
299
|
.sb-min-h-\[60px\] {
|
|
282
300
|
min-height: 60px;
|
|
283
301
|
}
|
|
284
302
|
.sb-w-11 {
|
|
285
303
|
width: 2.75rem;
|
|
286
304
|
}
|
|
305
|
+
.sb-w-2 {
|
|
306
|
+
width: 0.5rem;
|
|
307
|
+
}
|
|
308
|
+
.sb-w-2\.5 {
|
|
309
|
+
width: 0.625rem;
|
|
310
|
+
}
|
|
287
311
|
.sb-w-28 {
|
|
288
312
|
width: 7rem;
|
|
289
313
|
}
|
|
@@ -308,6 +332,9 @@
|
|
|
308
332
|
.sb-w-8 {
|
|
309
333
|
width: 2rem;
|
|
310
334
|
}
|
|
335
|
+
.sb-w-\[89\%\] {
|
|
336
|
+
width: 89%;
|
|
337
|
+
}
|
|
311
338
|
.sb-w-auto {
|
|
312
339
|
width: auto;
|
|
313
340
|
}
|
|
@@ -365,6 +392,14 @@
|
|
|
365
392
|
.sb-cursor-pointer {
|
|
366
393
|
cursor: pointer;
|
|
367
394
|
}
|
|
395
|
+
.sb-touch-none {
|
|
396
|
+
touch-action: none;
|
|
397
|
+
}
|
|
398
|
+
.sb-select-none {
|
|
399
|
+
-webkit-user-select: none;
|
|
400
|
+
-moz-user-select: none;
|
|
401
|
+
user-select: none;
|
|
402
|
+
}
|
|
368
403
|
.sb-grid-cols-2 {
|
|
369
404
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
370
405
|
}
|
|
@@ -457,6 +492,9 @@
|
|
|
457
492
|
.sb-rounded {
|
|
458
493
|
border-radius: 0.25rem;
|
|
459
494
|
}
|
|
495
|
+
.sb-rounded-\[inherit\] {
|
|
496
|
+
border-radius: inherit;
|
|
497
|
+
}
|
|
460
498
|
.sb-rounded-full {
|
|
461
499
|
border-radius: 9999px;
|
|
462
500
|
}
|
|
@@ -481,12 +519,27 @@
|
|
|
481
519
|
.sb-border-b-2 {
|
|
482
520
|
border-bottom-width: 2px;
|
|
483
521
|
}
|
|
522
|
+
.sb-border-l {
|
|
523
|
+
border-left-width: 1px;
|
|
524
|
+
}
|
|
525
|
+
.sb-border-t {
|
|
526
|
+
border-top-width: 1px;
|
|
527
|
+
}
|
|
528
|
+
.sb-border-dashed {
|
|
529
|
+
border-style: dashed;
|
|
530
|
+
}
|
|
484
531
|
.sb-border-input {
|
|
485
532
|
border-color: hsl(var(--sb-input));
|
|
486
533
|
}
|
|
487
534
|
.sb-border-transparent {
|
|
488
535
|
border-color: transparent;
|
|
489
536
|
}
|
|
537
|
+
.sb-border-l-transparent {
|
|
538
|
+
border-left-color: transparent;
|
|
539
|
+
}
|
|
540
|
+
.sb-border-t-transparent {
|
|
541
|
+
border-top-color: transparent;
|
|
542
|
+
}
|
|
490
543
|
.sb-bg-accent {
|
|
491
544
|
background-color: hsl(var(--sb-accent));
|
|
492
545
|
}
|
|
@@ -496,6 +549,9 @@
|
|
|
496
549
|
.sb-bg-background\/80 {
|
|
497
550
|
background-color: hsl(var(--sb-background) / 0.8);
|
|
498
551
|
}
|
|
552
|
+
.sb-bg-border {
|
|
553
|
+
background-color: hsl(var(--sb-border));
|
|
554
|
+
}
|
|
499
555
|
.sb-bg-card {
|
|
500
556
|
background-color: hsl(var(--sb-card));
|
|
501
557
|
}
|
|
@@ -554,6 +610,9 @@
|
|
|
554
610
|
.sb-p-6 {
|
|
555
611
|
padding: 1.5rem;
|
|
556
612
|
}
|
|
613
|
+
.sb-p-\[1px\] {
|
|
614
|
+
padding: 1px;
|
|
615
|
+
}
|
|
557
616
|
.sb-px-2 {
|
|
558
617
|
padding-left: 0.5rem;
|
|
559
618
|
padding-right: 0.5rem;
|
|
@@ -656,6 +715,9 @@
|
|
|
656
715
|
.sb-text-destructive-foreground {
|
|
657
716
|
color: hsl(var(--sb-destructive-foreground));
|
|
658
717
|
}
|
|
718
|
+
.sb-text-foreground\/70 {
|
|
719
|
+
color: hsl(var(--sb-foreground) / 0.7);
|
|
720
|
+
}
|
|
659
721
|
.sb-text-muted-foreground {
|
|
660
722
|
color: hsl(var(--sb-muted-foreground));
|
|
661
723
|
}
|
|
@@ -901,6 +963,9 @@
|
|
|
901
963
|
.hover\:sb-text-accent-foreground:hover {
|
|
902
964
|
color: hsl(var(--sb-accent-foreground));
|
|
903
965
|
}
|
|
966
|
+
.hover\:sb-text-foreground:hover {
|
|
967
|
+
color: hsl(var(--sb-foreground));
|
|
968
|
+
}
|
|
904
969
|
.hover\:sb-text-muted-foreground:hover {
|
|
905
970
|
color: hsl(var(--sb-muted-foreground));
|
|
906
971
|
}
|