@shopify/ui-extensions
Advanced tools
Comparing version 0.2.1 to 0.3.0-alpha.0
@@ -1,18 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _types = require("./types"); | ||
Object.keys(_types).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _types[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _types[key]; | ||
} | ||
}); | ||
}); | ||
"use strict"; |
@@ -1,44 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _Banner = require("./Banner"); | ||
Object.keys(_Banner).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _Banner[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _Banner[key]; | ||
} | ||
}); | ||
}); | ||
var _Button = require("./Button"); | ||
Object.keys(_Button).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _Button[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _Button[key]; | ||
} | ||
}); | ||
}); | ||
var _Heading = require("./Heading"); | ||
Object.keys(_Heading).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _Heading[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _Heading[key]; | ||
} | ||
}); | ||
}); | ||
"use strict"; |
@@ -1,18 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _types = require("./types"); | ||
Object.keys(_types).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _types[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _types[key]; | ||
} | ||
}); | ||
}); | ||
"use strict"; |
@@ -1,44 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _Banner = require("./Banner"); | ||
Object.keys(_Banner).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _Banner[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _Banner[key]; | ||
} | ||
}); | ||
}); | ||
var _Button = require("./Button"); | ||
Object.keys(_Button).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _Button[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _Button[key]; | ||
} | ||
}); | ||
}); | ||
var _Heading = require("./Heading"); | ||
Object.keys(_Heading).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _Heading[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _Heading[key]; | ||
} | ||
}); | ||
}); | ||
"use strict"; |
@@ -1,2 +0,2 @@ | ||
export * from './types'; | ||
export type { BaseBannerProps, BaseButtonProps, BaseHeadingProps, BaseBlockStackProps, BaseInlineStackProps, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
"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]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./types"), exports); |
@@ -13,8 +13,3 @@ export declare type Level = 1 | 2 | 3; | ||
level?: Level; | ||
/** | ||
* A custom accessibility role for this heading. | ||
* `presentation` will strip the semantic meaning of the heading, but leave the visual styling intact. | ||
*/ | ||
role?: 'presentation'; | ||
} | ||
//# sourceMappingURL=Heading.d.ts.map |
@@ -1,4 +0,6 @@ | ||
export * from './Banner'; | ||
export * from './Button'; | ||
export * from './Heading'; | ||
export type { BaseBannerProps } from './Banner'; | ||
export type { BaseBlockStackProps } from './BlockStack'; | ||
export type { BaseButtonProps } from './Button'; | ||
export type { BaseHeadingProps } from './Heading'; | ||
export type { BaseInlineStackProps } from './InlineStack'; | ||
//# sourceMappingURL=index.d.ts.map |
"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]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./Banner"), exports); | ||
__exportStar(require("./Button"), exports); | ||
__exportStar(require("./Heading"), exports); |
{ | ||
"name": "@shopify/ui-extensions", | ||
"version": "0.2.1", | ||
"version": "0.3.0-alpha.0", | ||
"main": "index.js", | ||
@@ -22,3 +22,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "805e9f81caffb0cb3a4965051c271750df5269d4" | ||
"gitHead": "fd34634c3b154e9147af944f401d361234bd039c" | ||
} |
@@ -1,1 +0,7 @@ | ||
export * from './types'; | ||
export type { | ||
BaseBannerProps, | ||
BaseButtonProps, | ||
BaseHeadingProps, | ||
BaseBlockStackProps, | ||
BaseInlineStackProps, | ||
} from './types'; |
@@ -14,7 +14,2 @@ export type Level = 1 | 2 | 3; | ||
level?: Level; | ||
/** | ||
* A custom accessibility role for this heading. | ||
* `presentation` will strip the semantic meaning of the heading, but leave the visual styling intact. | ||
*/ | ||
role?: 'presentation'; | ||
} |
@@ -1,3 +0,5 @@ | ||
export * from './Banner'; | ||
export * from './Button'; | ||
export * from './Heading'; | ||
export type {BaseBannerProps} from './Banner'; | ||
export type {BaseBlockStackProps} from './BlockStack'; | ||
export type {BaseButtonProps} from './Button'; | ||
export type {BaseHeadingProps} from './Heading'; | ||
export type {BaseInlineStackProps} from './InlineStack'; |
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
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
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
119192
82
302