🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@db-ui/react-elements-enterprise

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-ui/react-elements-enterprise - npm Package Compare versions

Comparing version

to
0.28.0

import React from 'react';
import type { StyleReactProps } from '../interfaces';
export declare type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps;
export declare type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
export type StencilReactExternalProps<PropType, ElementType> = PropType & Omit<React.HTMLAttributes<ElementType>, 'style'> & StyleReactProps;
export type StencilReactForwardedRef<T> = ((instance: T | null) => void) | React.MutableRefObject<T | null> | null;
export declare const setRef: (ref: StencilReactForwardedRef<any> | React.Ref<any> | undefined, value: any) => void;

@@ -6,0 +6,0 @@ export declare const mergeRefs: (...refs: (StencilReactForwardedRef<any> | React.Ref<any> | undefined)[]) => React.RefCallback<any>;

{
"name": "@db-ui/react-elements-enterprise",
"sideEffects": false,
"version": "0.27.1",
"version": "0.28.0",
"description": "React specific wrapper for @db-ui/elements-enterprise",

@@ -34,8 +34,8 @@ "license": "Apache-2.0",

"devDependencies": {
"@types/react-dom": "17.0.11",
"jest": "27.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"@types/react-dom": "18.2.18",
"jest": "29.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"rollup": "3.21.5",
"rollup": "4.9.6",
"rollup-plugin-node-resolve": "5.2.0"

@@ -54,4 +54,4 @@ },

"dependencies": {
"@db-ui/elements-enterprise": "0.27.1"
"@db-ui/elements-enterprise": "0.28.0"
}
}