@shopify/ui-extensions
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,3 @@ export interface BaseButtonProps { | ||
* `plain`: Renders a button that visually looks like a Link | ||
* @default 'primary' | ||
* @default 'secondary' | ||
*/ | ||
@@ -11,0 +11,0 @@ kind?: 'primary' | 'secondary' | 'plain'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@shopify/ui-extensions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -14,3 +14,3 @@ "module": "index.mjs", | ||
}, | ||
"./": "./" | ||
"./*": "./*" | ||
}, | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "70120f7bdbb6ca1b8089925f0346d6fbf0a3b9ca" | ||
"gitHead": "a00fc56a2f02a7201f480e60aff0459c2f8c55ca" | ||
} |
@@ -8,3 +8,3 @@ export interface BaseButtonProps { | ||
* `plain`: Renders a button that visually looks like a Link | ||
* @default 'primary' | ||
* @default 'secondary' | ||
*/ | ||
@@ -11,0 +11,0 @@ kind?: 'primary' | 'secondary' | 'plain'; |
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
300
40961