@shopify/ui-extensions
Advanced tools
Comparing version 0.3.0 to 1.0.0-alpha.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119014
296