@ukic/react
Advanced tools
Comparing version 2.18.0 to 2.18.1
@@ -0,0 +0,0 @@ import type { JSX } from '@ukic/web-components'; |
@@ -0,0 +0,0 @@ /* eslint-disable */ |
export * from "./components"; | ||
export { SlottedSVG } from "./react-component-lib/slottedSVG"; |
export * from "./components"; | ||
export { SlottedSVG } from "./react-component-lib/slottedSVG"; |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ var __extends = (this && this.__extends) || (function () { |
export { createReactComponent } from './createComponent'; | ||
export { createOverlayComponent } from './createOverlayComponent'; |
export { createReactComponent } from './createComponent'; | ||
export { createOverlayComponent } from './createOverlayComponent'; |
@@ -0,0 +0,0 @@ export interface EventEmitter<T = any> { |
export {}; |
import { FC } from "react"; | ||
export declare const SlottedSVG: FC<any>; |
@@ -0,0 +0,0 @@ var __assign = (this && this.__assign) || function () { |
@@ -0,0 +0,0 @@ export declare const attachProps: (node: HTMLElement, newProps: any, oldProps?: any) => void; |
@@ -0,0 +0,0 @@ import { camelToDashCase } from './case'; |
export declare const dashToPascalCase: (str: string) => string; | ||
export declare const camelToDashCase: (str: string) => string; |
@@ -0,0 +0,0 @@ export var dashToPascalCase = function (str) { |
export declare const isDevMode: () => boolean; | ||
export declare const deprecationWarning: (key: string, message: string) => void; |
@@ -0,0 +0,0 @@ export var isDevMode = function () { |
@@ -0,0 +0,0 @@ import React from 'react'; |
@@ -0,0 +0,0 @@ var __assign = (this && this.__assign) || function () { |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "2.18.0", | ||
"version": "2.18.1", | ||
"description": "React-wrapped web components compiled using StencilJS", | ||
@@ -44,3 +44,3 @@ "author": "mi6", | ||
"dependencies": { | ||
"@ukic/web-components": "^2.18.0" | ||
"@ukic/web-components": "^2.18.1" | ||
}, | ||
@@ -92,3 +92,4 @@ "devDependencies": { | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"gitHead": "8298ec16b376fac46b5102b294f694731a21329e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28
1297
82684
Updated@ukic/web-components@^2.18.1