@overmap-ai/blocks 1.0.5 → 1.0.6

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/index.d.ts CHANGED
@@ -33,4 +33,5 @@ export { useSeverityColor, useViewportSize } from "./utils";
33
33
  export * from "./Checkbox";
34
34
  export * from "./Table";
35
35
  export * from "./Spinner";
36
+ export * from "./ConfirmEditInput";
36
37
  export * from "./typings";
package/dist/style.css CHANGED
@@ -628,4 +628,28 @@ button {
628
628
  ._rowsPerPageText_go3yk_98 {
629
629
  padding-right: 10px;
630
630
  padding-top: 1px;
631
+ }._editableTextContainer_174g6_1 {
632
+ align-items: center;
633
+ }
634
+
635
+ ._editableTextText_174g6_5 div {
636
+ outline: none;
637
+ box-shadow: none;
638
+ border: none;
639
+ background: transparent;
640
+ }
641
+ ._editableTextText_174g6_5 input {
642
+ font-size: var(--font-size-3);
643
+ }
644
+ ._editableTextText_174g6_5 .rt-TextFieldInput:where(:disabled, :read-only) {
645
+ color: unset;
646
+ -webkit-text-fill-color: unset;
647
+ }
648
+
649
+ ._editableTextInput_174g6_19 input {
650
+ font-size: var(--font-size-3);
651
+ }
652
+
653
+ ._iconHidden_174g6_23 {
654
+ visibility: hidden;
631
655
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A collection of React components for building Overmap's UI.",
5
5
  "private": false,
6
6
  "author": "Wôrdn Inc.",