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

@shopify/ui-extensions

Package Overview
Dependencies
Maintainers
18
Versions
681
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/ui-extensions - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.0

7

build/ts/types/Button.d.ts
export interface BaseButtonProps {
/**
* Destination to link to, renders a Link
*/
to?: string;
/**
* The type of button that will be rendered.

@@ -8,3 +12,2 @@ *

* `plain`: Renders a button that visually looks like a Link
* @default 'primary'
*/

@@ -21,3 +24,3 @@ kind?: 'primary' | 'secondary' | 'plain';

*/
appearance?: 'critical';
appearance?: 'monochrome' | 'critical';
/** Changes the size of the button

@@ -24,0 +27,0 @@ * @default 'base'

{
"name": "@shopify/ui-extensions",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"main": "index.js",

@@ -22,3 +22,3 @@ "module": "index.mjs",

},
"gitHead": "e198c64b5cebfeef1e45f949c6635b3cd47341ae"
"gitHead": "14902f020e8f53a54677ff24149bc83c17dc413b"
}
export interface BaseButtonProps {
/**
* Destination to link to, renders a Link
*/
to?: string;
/**
* The type of button that will be rendered.

@@ -8,3 +12,2 @@ *

* `plain`: Renders a button that visually looks like a Link
* @default 'primary'
*/

@@ -21,3 +24,3 @@ kind?: 'primary' | 'secondary' | 'plain';

*/
appearance?: 'critical';
appearance?: 'monochrome' | 'critical';
/** Changes the size of the button

@@ -24,0 +27,0 @@ * @default 'base'

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