@usecapsule/react-components
Advanced tools
Comparing version 1.0.13-dev.0 to 1.0.13-dev.1
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-dev.0", | ||
"version": "1.0.13-dev.1", | ||
"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": "1.0.13-dev.0" | ||
}, | ||
@@ -34,6 +34,2 @@ "devDependencies": { | ||
}, | ||
"peerDependencies": { | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"publishConfig": { | ||
@@ -40,0 +36,0 @@ "access": "public" |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
72030
1
651
0
+ Added@usecapsule/core-components@1.0.13-dev.0(transitive)
+ Addedcolor2k@2.0.3(transitive)
+ Addedlottie-web@5.12.2(transitive)
- Removed@usecapsule/core-components@1.0.13(transitive)
- Removedreact@19.0.0(transitive)
- Removedreact-dom@19.0.0(transitive)
- Removedscheduler@0.25.0(transitive)