@macrostrat/feedback-components 2.1.1 → 2.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.2] - 2026-05-19 [_changes_](https://github.com/UW-Macrostrat/web-components/compare/@macrostrat/feedback-components-v2.1.1...@macrostrat/feedback-components-v2.1.2)
4
+
5
+ ### Patch Changes
6
+
7
+ - Improved typescript type bundling across the board
8
+ [75fe675c](https://github.com/UW-Macrostrat/web-components/commit/75fe675cdb93e79dd28291d8769c1a38d2eb21b0)
9
+ - Updated dependencies
10
+ [75fe675c](https://github.com/UW-Macrostrat/web-components/commit/75fe675cdb93e79dd28291d8769c1a38d2eb21b0)
11
+ - Updated dependencies
12
+ [3500ef98](https://github.com/UW-Macrostrat/web-components/commit/3500ef9884da7a5feee8e1d42a885531d5e2addf)
13
+ - @macrostrat/data-components@1.1.9
14
+ - @macrostrat/ui-components@5.0.9
15
+ - @macrostrat/color-utils@1.2.2
16
+ - @macrostrat/data-sheet@4.0.0
17
+
3
18
  ## [2.1.1] - 2026-05-08
4
19
 
5
20
  - Supports global entity id
@@ -1,5 +1,5 @@
1
1
  import { TreeData } from './types';
2
- import { ErrorBoundary } from '../../../ui-components/src/index.ts';
2
+ import { ErrorBoundary } from '@macrostrat/ui-components';
3
3
  export declare function GraphView(props: {
4
4
  tree: TreeData[];
5
5
  width: number;
@@ -16,5 +16,5 @@ interface OmniboxProps<T> extends BoxLifecycleProps<T> {
16
16
  onQueryChange: (query: string) => void;
17
17
  listItemComponent?: React.ComponentType<TagItemProps<T>>;
18
18
  }
19
- export declare function OmniboxSelector<T>(props: OmniboxProps<T>): import('react').DetailedReactHTMLElement<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
19
+ export declare function OmniboxSelector<T>(props: OmniboxProps<T>): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
20
20
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@macrostrat/feedback-components",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -49,11 +49,11 @@
49
49
  "dependencies": {
50
50
  "@blueprintjs/core": "^6.11.3",
51
51
  "@blueprintjs/select": "^6.1.8",
52
- "@macrostrat/color-utils": "^1.2.1",
53
- "@macrostrat/data-components": "^1.1.8",
54
- "@macrostrat/data-sheet": "^4.0.0-dev1",
55
- "@macrostrat/hyper": "^3.1.0",
56
- "@macrostrat/ui-components": "^5.0.8",
52
+ "@macrostrat/color-utils": "^1.2.2",
53
+ "@macrostrat/data-components": "^1.1.9",
54
+ "@macrostrat/data-sheet": "^4.0.0-dev2",
55
+ "@macrostrat/hyper": "^3.1.1",
56
+ "@macrostrat/ui-components": "^5.0.9",
57
57
  "classnames": "^2.5.1",
58
58
  "d3-force": "^3.0.0",
59
59
  "immutability-helper": "^3.1.1",