@usecapsule/react-components
Advanced tools
Comparing version 1.0.13 to 2.0.0
import { createReactComponent } from './react-component-lib'; | ||
export const CpslAlert = createReactComponent('cpsl-alert'); | ||
export const CpslAnimation = createReactComponent('cpsl-animation'); | ||
export const CpslButton = createReactComponent('cpsl-button'); | ||
@@ -4,0 +5,0 @@ export const CpslCodeInput = createReactComponent('cpsl-code-input'); |
export * from "./components/stencil-generated"; | ||
export { defineCustomElements } from "@usecapsule/core-components/dist/loader"; | ||
export { generateTheme, } from "@usecapsule/core-components"; | ||
//# sourceMappingURL=index.js.map |
/// <reference types="react" /> | ||
import type { JSX } from '@usecapsule/core-components'; | ||
export declare const CpslAlert: import("react").ForwardRefExoticComponent<JSX.CpslAlert & Omit<import("react").HTMLAttributes<HTMLCpslAlertElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslAlertElement>>; | ||
export declare const CpslAnimation: import("react").ForwardRefExoticComponent<JSX.CpslAnimation & Omit<import("react").HTMLAttributes<HTMLCpslAnimationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslAnimationElement>>; | ||
export declare const CpslButton: import("react").ForwardRefExoticComponent<JSX.CpslButton & Omit<import("react").HTMLAttributes<HTMLCpslButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslButtonElement>>; | ||
@@ -5,0 +6,0 @@ export declare const CpslCodeInput: import("react").ForwardRefExoticComponent<JSX.CpslCodeInput & Omit<import("react").HTMLAttributes<HTMLCpslCodeInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslCodeInputElement>>; |
export * from "./components/stencil-generated"; | ||
export { defineCustomElements } from "@usecapsule/core-components/dist/loader"; | ||
export { generateTheme, Theme, BorderRadius, } from "@usecapsule/core-components"; |
{ | ||
"name": "@usecapsule/react-components", | ||
"version": "1.0.13", | ||
"version": "2.0.0", | ||
"description": "Capsule Core React Components", | ||
@@ -25,3 +25,3 @@ "homepage": "https://github.com/capsule-org/component-library#readme", | ||
"dependencies": { | ||
"@usecapsule/core-components": "^1.0.13" | ||
"@usecapsule/core-components": "^2.0.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "09410910d0605605fadb4e0afaf4f9d6c494a252" | ||
"gitHead": "6f8da650d7b2accceefd852d606cc0edb18b6ffa" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
72074
651
+ Added@usecapsule/core-components@2.0.10(transitive)
+ Addedcolor2k@2.0.3(transitive)
+ Addedlottie-web@5.12.2(transitive)
- Removed@usecapsule/core-components@1.0.13(transitive)