Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@usecapsule/react-components

Package Overview
Dependencies
Maintainers
7
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usecapsule/react-components - npm Package Compare versions

Comparing version 1.0.13 to 2.0.0

1

dist/components/stencil-generated/index.js
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";

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc