@usecapsule/react-components
Advanced tools
Comparing version 1.0.13 to 2.0.0-dev.dropdown
import { createReactComponent } from './react-component-lib'; | ||
export const CpslAlert = createReactComponent('cpsl-alert'); | ||
export const CpslAnimation = createReactComponent('cpsl-animation'); | ||
export const CpslButton = createReactComponent('cpsl-button'); | ||
@@ -7,2 +8,3 @@ export const CpslCodeInput = createReactComponent('cpsl-code-input'); | ||
export const CpslDivider = createReactComponent('cpsl-divider'); | ||
export const CpslDropdown = createReactComponent('cpsl-dropdown'); | ||
export const CpslGrid = createReactComponent('cpsl-grid'); | ||
@@ -9,0 +11,0 @@ export const CpslIcon = createReactComponent('cpsl-icon'); |
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>>; | ||
@@ -8,2 +9,3 @@ 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 declare const CpslDivider: import("react").ForwardRefExoticComponent<JSX.CpslDivider & Omit<import("react").HTMLAttributes<HTMLCpslDividerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslDividerElement>>; | ||
export declare const CpslDropdown: import("react").ForwardRefExoticComponent<JSX.CpslDropdown & Omit<import("react").HTMLAttributes<HTMLCpslDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslDropdownElement>>; | ||
export declare const CpslGrid: import("react").ForwardRefExoticComponent<JSX.CpslGrid & Omit<import("react").HTMLAttributes<HTMLCpslGridElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslGridElement>>; | ||
@@ -10,0 +12,0 @@ export declare const CpslIcon: import("react").ForwardRefExoticComponent<JSX.CpslIcon & Omit<import("react").HTMLAttributes<HTMLCpslIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCpslIconElement>>; |
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-dev.dropdown", | ||
"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" | ||
}, | ||
@@ -36,4 +36,3 @@ "devDependencies": { | ||
"access": "public" | ||
}, | ||
"gitHead": "09410910d0605605fadb4e0afaf4f9d6c494a252" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
73601
666
2
1
+ 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)