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

carbon-components-svelte

Package Overview
Dependencies
Maintainers
2
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

carbon-components-svelte - npm Package Compare versions

Comparing version 0.83.0 to 0.84.0

6

package.json
{
"name": "carbon-components-svelte",
"version": "0.83.0",
"version": "0.84.0",
"license": "Apache-2.0",

@@ -17,2 +17,6 @@ "description": "Svelte implementation of the Carbon Design System",

},
"./src/*.js": {
"types": "./types/*.d.ts",
"import": "./src/*.js"
},
"./src/*": {

@@ -19,0 +23,0 @@ "types": "./types/*.d.ts",

@@ -44,2 +44,3 @@ import type { SvelteComponentTyped } from "svelte";

* Specify the icon to render
* Alternatively, use the named slot "icon" (e.g., `<Icon slot="icon" size="{20}" />`)
* @default undefined

@@ -136,3 +137,4 @@ */

};
icon: {};
}
> {}

12

types/UIShell/HeaderGlobalAction.svelte.d.ts
import type { SvelteComponentTyped } from "svelte";
import type { SvelteHTMLElements } from "svelte/elements";
import type { ButtonProps } from "../Button/Button.svelte";
type RestProps = SvelteHTMLElements["button"];
export interface HeaderGlobalActionProps extends RestProps {
export interface HeaderGlobalActionProps extends ButtonProps {
/**

@@ -23,5 +21,3 @@ * Set to `true` to use the active variant

*/
ref?: null | HTMLButtonElement;
[key: `data-${string}`]: any;
ref?: HTMLButtonElement;
}

@@ -32,3 +28,3 @@

{ click: WindowEventMap["click"] },
{ default: {} }
{}
> {}

Sorry, the diff of this file is too big to display

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