@jetbrains/ring-ui-built 7.0.0-beta.6 → 7.0.0-beta.8

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.
@@ -1,4 +1,4 @@
1
- import { Component } from 'react';
1
+ import { Component, PropsWithoutRef } from 'react';
2
2
  export interface RerenderableComponent<P, S> extends Component<P, S> {
3
3
  node?: HTMLElement | null;
4
4
  }
@@ -7,4 +7,4 @@ export interface RerenderableComponentClass<P, S> {
7
7
  }
8
8
  export default function rerenderHOC<P extends {}, C extends Component<P, unknown>>(ComposedComponent: {
9
9
  new (props: P): C;
10
- }): import("react").ForwardRefExoticComponent<import("react").PropsWithoutRef<P> & import("react").RefAttributes<C>>;
10
+ }): import("react").ForwardRefExoticComponent<PropsWithoutRef<P> & import("react").RefAttributes<C>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui-built",
3
- "version": "7.0.0-beta.6",
3
+ "version": "7.0.0-beta.8",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",
@@ -92,11 +92,11 @@
92
92
  "change-case": "^4.1.1",
93
93
  "classnames": "^2.5.1",
94
94
  "combokeys": "^3.0.1",
95
- "date-fns": "^3.6.0",
95
+ "date-fns": "^4.0.0",
96
96
  "element-resize-detector": "^1.2.4",
97
97
  "es6-error": "^4.1.1",
98
98
  "fastdom": "^1.0.12",
99
- "focus-trap": "^7.5.4",
99
+ "focus-trap": "^7.6.0",
100
100
  "highlight.js": "^10.7.2",
101
101
  "just-debounce-it": "^3.2.0",
102
102
  "memoize-one": "^6.0.0",