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

@ukic/react

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ukic/react - npm Package Compare versions

Comparing version 2.4.1 to 2.5.0

3

dist/components.d.ts
/// <reference types="react" />
import type { JSX } from '@ukic/web-components';
export declare const IcAccordion: import("react").ForwardRefExoticComponent<JSX.IcAccordion & Omit<import("react").HTMLAttributes<HTMLIcAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcAccordionElement>>;
export declare const IcAccordionGroup: import("react").ForwardRefExoticComponent<JSX.IcAccordionGroup & Omit<import("react").HTMLAttributes<HTMLIcAccordionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcAccordionGroupElement>>;
export declare const IcAlert: import("react").ForwardRefExoticComponent<JSX.IcAlert & Omit<import("react").HTMLAttributes<HTMLIcAlertElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcAlertElement>>;
export declare const IcBackToTop: import("react").ForwardRefExoticComponent<JSX.IcBackToTop & Omit<import("react").HTMLAttributes<HTMLIcBackToTopElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcBackToTopElement>>;
export declare const IcBadge: import("react").ForwardRefExoticComponent<JSX.IcBadge & Omit<import("react").HTMLAttributes<HTMLIcBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcBadgeElement>>;
export declare const IcBreadcrumb: import("react").ForwardRefExoticComponent<JSX.IcBreadcrumb & Omit<import("react").HTMLAttributes<HTMLIcBreadcrumbElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcBreadcrumbElement>>;

@@ -6,0 +9,0 @@ export declare const IcBreadcrumbGroup: import("react").ForwardRefExoticComponent<JSX.IcBreadcrumbGroup & Omit<import("react").HTMLAttributes<HTMLIcBreadcrumbGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcBreadcrumbGroupElement>>;

@@ -7,4 +7,7 @@ /* eslint-disable */

defineCustomElements();
export const IcAccordion = /*@__PURE__*/ createReactComponent('ic-accordion');
export const IcAccordionGroup = /*@__PURE__*/ createReactComponent('ic-accordion-group');
export const IcAlert = /*@__PURE__*/ createReactComponent('ic-alert');
export const IcBackToTop = /*@__PURE__*/ createReactComponent('ic-back-to-top');
export const IcBadge = /*@__PURE__*/ createReactComponent('ic-badge');
export const IcBreadcrumb = /*@__PURE__*/ createReactComponent('ic-breadcrumb');

@@ -11,0 +14,0 @@ export const IcBreadcrumbGroup = /*@__PURE__*/ createReactComponent('ic-breadcrumb-group');

15

package.json

@@ -6,4 +6,13 @@ {

],
"version": "2.4.1",
"version": "2.5.0",
"description": "React-wrapped web components compiled using StencilJS",
"author": "mi6",
"bugs": {
"url": "https://github.com/mi6/ic-ui-kit",
"email": "icds@gchq.gov.uk"
},
"repository": {
"url": "https://github.com/mi6/ic-ui-kit",
"directory": "packages/react"
},
"scripts": {

@@ -29,3 +38,3 @@ "build": "npm run clean && npm run compile && npm run copy:core-css && npm run copy:normalize-css",

"@ukic/fonts": "^2.3.0",
"@ukic/web-components": "^2.4.1"
"@ukic/web-components": "^2.5.0"
},

@@ -74,3 +83,3 @@ "devDependencies": {

"license": "MIT",
"gitHead": "ba1c191a3dd8f4d482b5a7bf087513cad37ff56b"
"gitHead": "04d8710aa3328b6e04d874deb6bb613489cfdcdd"
}

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