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 0.3.0 to 1.0.0-alpha.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.

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

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

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

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

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

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

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

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

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

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

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

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

@@ -27,0 +24,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