@nanoporetech-digital/components-react 5.10.0 → 5.11.1

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
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.11.1](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v5.11.0...v5.11.1) (2024-02-29)
7
+
8
+ **Note:** Version bump only for package @nanoporetech-digital/components-react
9
+
10
+
11
+
12
+
13
+
14
+ # [5.11.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v5.10.0...v5.11.0) (2024-02-28)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **global-nav:** fix search-bar widget size ([0043be1](https://git.oxfordnanolabs.local/Digital/nano-components/commits/0043be1a1615b838098a60ae02102739b307f5a1))
20
+
21
+
22
+
23
+
24
+
6
25
  # [5.10.0](https://git.oxfordnanolabs.local/Digital/nano-components/compare/v5.9.6...v5.10.0) (2023-11-15)
7
26
 
8
27
  **Note:** Version bump only for package @nanoporetech-digital/components-react
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { StyleReactProps } from '../interfaces';
3
- export declare type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps;
4
- export declare type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
3
+ export type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps;
4
+ export type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
5
5
  export declare const setRef: (ref: StencilReactForwardedRef<any> | React.Ref<any> | undefined, value: any) => void;
6
6
  export declare const mergeRefs: (...refs: (StencilReactForwardedRef<any> | React.Ref<any> | undefined)[]) => React.RefCallback<any>;
7
7
  export declare const createForwardRef: <PropType, ElementType>(ReactComponent: any, displayName: string) => React.ForwardRefExoticComponent<React.PropsWithoutRef<PropType & Omit<React.HTMLAttributes<ElementType>, "style"> & StyleReactProps> & React.RefAttributes<ElementType>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanoporetech-digital/components-react",
3
- "version": "5.10.0",
3
+ "version": "5.11.1",
4
4
  "description": "React wrapper for Nano Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  "typescript": "^4.7.3"
54
54
  },
55
55
  "dependencies": {
56
- "@nanoporetech-digital/components": "^5.10.0",
56
+ "@nanoporetech-digital/components": "^5.11.1",
57
57
  "@stencil/core": "^2.4.0",
58
58
  "tslib": "*"
59
59
  },
@@ -66,7 +66,7 @@
66
66
  "demo"
67
67
  ]
68
68
  },
69
- "gitHead": "e4de8caff8361f725614cfe03fa497b447449f5d",
69
+ "gitHead": "f5780a47added7547ad386700d5f24c1ebff45c4",
70
70
  "staticFiles": {
71
71
  "staticPath": [
72
72
  "/node_modules/@nanoporetech-digital/components/dist/nano-assets"
@@ -76,7 +76,6 @@
76
76
  ]
77
77
  },
78
78
  "volta": {
79
- "node": "14.18.1",
80
- "npm": "8.6.0"
79
+ "node": "18.14.0"
81
80
  }
82
81
  }