@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/style.css CHANGED
@@ -545,12 +545,7 @@
545
545
  all: unset;
546
546
  }
547
547
 
548
- ._checkboxContainer_pb9za_5 {
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
- ._checkbox_pb9za_5 [data-state=checked], ._checkbox_pb9za_5 [data-state=indeterminate] {
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
- ._checkboxIndicator_pb9za_27 {
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
- ._checkboxLabel_pb9za_38 {
576
+ ._checkboxLabel_yl8iy_33 {
582
577
  padding-left: 0.5rem;
583
578
  }
584
579
 
585
- ._noTextHighlight_pb9za_42 {
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
- ._checkboxHidden_pb9za_51 {
589
+ ._checkboxHidden_yl8iy_46 {
595
590
  visibility: hidden;
596
591
  }._disabled_5i91d_1 {
597
592
  color: var(--gray-a10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
- "version": "1.0.25",
3
+ "version": "1.0.26-component-forms.0",
4
4
  "description": "A collection of React components for building Overmap's UI.",
5
5
  "private": false,
6
6
  "author": "Wôrdn Inc.",