@overmap-ai/blocks 1.0.25 → 1.0.26-component-forms.0
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/Checkbox/typings.d.ts +2 -0
- package/dist/blocks.js +17 -10
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +17 -10
- package/dist/blocks.umd.cjs.map +1 -1
- package/dist/style.css +6 -11
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -545,12 +545,7 @@
|
|
|
545
545
|
all: unset;
|
|
546
546
|
}
|
|
547
547
|
|
|
548
|
-
.
|
|
549
|
-
display: flex;
|
|
550
|
-
align-items: center;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
._checkbox_pb9za_5 {
|
|
548
|
+
._checkbox_yl8iy_5 {
|
|
554
549
|
background-color: var(--color-panel-solid);
|
|
555
550
|
width: 15px;
|
|
556
551
|
height: 15px;
|
|
@@ -562,12 +557,12 @@
|
|
|
562
557
|
box-shadow: inset 0 0 0 1px var(--gray-a7);
|
|
563
558
|
cursor: var(--cursor-checkbox);
|
|
564
559
|
}
|
|
565
|
-
.
|
|
560
|
+
._checkbox_yl8iy_5 [data-state=checked], ._checkbox_yl8iy_5 [data-state=indeterminate] {
|
|
566
561
|
background-color: var(--accent-9);
|
|
567
562
|
color: var(--accent-9-contrast);
|
|
568
563
|
}
|
|
569
564
|
|
|
570
|
-
.
|
|
565
|
+
._checkboxIndicator_yl8iy_22 {
|
|
571
566
|
display: flex;
|
|
572
567
|
align-items: center;
|
|
573
568
|
justify-content: center;
|
|
@@ -578,11 +573,11 @@
|
|
|
578
573
|
padding-right: 0.5px;
|
|
579
574
|
}
|
|
580
575
|
|
|
581
|
-
.
|
|
576
|
+
._checkboxLabel_yl8iy_33 {
|
|
582
577
|
padding-left: 0.5rem;
|
|
583
578
|
}
|
|
584
579
|
|
|
585
|
-
.
|
|
580
|
+
._noTextHighlight_yl8iy_37 {
|
|
586
581
|
-webkit-touch-callout: none;
|
|
587
582
|
-webkit-user-select: none;
|
|
588
583
|
-khtml-user-select: none;
|
|
@@ -591,7 +586,7 @@
|
|
|
591
586
|
user-select: none;
|
|
592
587
|
}
|
|
593
588
|
|
|
594
|
-
.
|
|
589
|
+
._checkboxHidden_yl8iy_46 {
|
|
595
590
|
visibility: hidden;
|
|
596
591
|
}._disabled_5i91d_1 {
|
|
597
592
|
color: var(--gray-a10);
|