@shopify/admin-ui-extensions
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -120,8 +120,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Stack", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Stack.Stack; | ||
} | ||
}); | ||
Object.defineProperty(exports, "StackItem", { | ||
@@ -196,4 +190,2 @@ enumerable: true, | ||
var _Stack = require("./Stack"); | ||
var _StackItem = require("./StackItem"); | ||
@@ -200,0 +192,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
(0, _adminUiExtensions.extend)('Playground', function (root) { | ||
var stack = root.createComponent(_adminUiExtensions.Stack); | ||
var stack = root.createComponent(_adminUiExtensions.InlineStack); | ||
var stackItemFill = root.createComponent(_adminUiExtensions.StackItem, { | ||
@@ -9,0 +9,0 @@ fill: true |
@@ -120,8 +120,2 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Stack", { | ||
enumerable: true, | ||
get: function () { | ||
return _Stack.Stack; | ||
} | ||
}); | ||
Object.defineProperty(exports, "StackItem", { | ||
@@ -196,4 +190,2 @@ enumerable: true, | ||
var _Stack = require("./Stack"); | ||
var _StackItem = require("./StackItem"); | ||
@@ -200,0 +192,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
(0, _adminUiExtensions.extend)('Playground', root => { | ||
const stack = root.createComponent(_adminUiExtensions.Stack); | ||
const stack = root.createComponent(_adminUiExtensions.InlineStack); | ||
const stackItemFill = root.createComponent(_adminUiExtensions.StackItem, { | ||
@@ -9,0 +9,0 @@ fill: true |
@@ -1,3 +0,3 @@ | ||
import { InlineStack, Heading, Pressable, Stack, BlockStack, StackItem, Text, TextBlock } from '../components'; | ||
export declare type BasicComponents = typeof InlineStack | typeof Heading | typeof Pressable | typeof Stack | typeof BlockStack | typeof StackItem | typeof Text | typeof TextBlock; | ||
import { BlockStack, Heading, InlineStack, Pressable, StackItem, Text, TextBlock } from '../components'; | ||
export declare type BasicComponents = typeof BlockStack | typeof Heading | typeof InlineStack | typeof Pressable | typeof StackItem | typeof Text | typeof TextBlock; | ||
//# sourceMappingURL=Basic.d.ts.map |
@@ -39,4 +39,2 @@ export { Badge } from './Badge'; | ||
export type { SpinnerProps } from './Spinner'; | ||
export { Stack } from './Stack'; | ||
export type { StackProps } from './Stack'; | ||
export { StackItem } from './StackItem'; | ||
@@ -43,0 +41,0 @@ export type { StackItemProps } from './StackItem'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Thumbnail = exports.TextField = exports.TextBlock = exports.Text = exports.StackItem = exports.Stack = exports.Spinner = exports.Select = exports.ResourceList = exports.ResourceItem = exports.Radio = exports.Pressable = exports.OptionList = exports.Link = exports.Modal = exports.InlineStack = exports.Icon = exports.Heading = exports.Checkbox = exports.CardSection = exports.Card = exports.Button = exports.BlockStack = exports.Banner = exports.Badge = void 0; | ||
exports.Thumbnail = exports.TextField = exports.TextBlock = exports.Text = exports.StackItem = exports.Spinner = exports.Select = exports.ResourceList = exports.ResourceItem = exports.Radio = exports.Pressable = exports.OptionList = exports.Link = exports.Modal = exports.InlineStack = exports.Icon = exports.Heading = exports.Checkbox = exports.CardSection = exports.Card = exports.Button = exports.BlockStack = exports.Banner = exports.Badge = void 0; | ||
var Badge_1 = require("./Badge"); | ||
@@ -42,4 +42,2 @@ Object.defineProperty(exports, "Badge", { enumerable: true, get: function () { return Badge_1.Badge; } }); | ||
Object.defineProperty(exports, "Spinner", { enumerable: true, get: function () { return Spinner_1.Spinner; } }); | ||
var Stack_1 = require("./Stack"); | ||
Object.defineProperty(exports, "Stack", { enumerable: true, get: function () { return Stack_1.Stack; } }); | ||
var StackItem_1 = require("./StackItem"); | ||
@@ -46,0 +44,0 @@ Object.defineProperty(exports, "StackItem", { enumerable: true, get: function () { return StackItem_1.StackItem; } }); |
export { extend } from './api'; | ||
export type { ShopifyApi, ShopifyGlobal } from './api'; | ||
export * from './components'; | ||
export type { BadgeProps, BannerProps, BlockStackProps, ButtonProps, CardProps, CardSectionProps, CheckboxProps, PressableProps, IconProps, InlineStackProps, ModalProps, LinkProps, RadioProps, ResourceItemProps, ResourceListProps, SelectProps, SpinnerProps, StackProps, StackItemProps, TextProps, TextBlockProps, TextFieldProps, ThumbnailProps, OptionListProps, DestructableAction, DisableableAction, } from './components'; | ||
export type { BadgeProps, BannerProps, BlockStackProps, ButtonProps, CardProps, CardSectionProps, CheckboxProps, PressableProps, IconProps, InlineStackProps, ModalProps, LinkProps, RadioProps, ResourceItemProps, ResourceListProps, SelectProps, SpinnerProps, StackItemProps, TextProps, TextBlockProps, TextFieldProps, ThumbnailProps, OptionListProps, DestructableAction, DisableableAction, } from './components'; | ||
export * from './extension-api'; | ||
@@ -6,0 +6,0 @@ export type { LayoutApi, Layout, LocaleApi, ContainerApi, ExtensionContainer, DataApi, ExtensionData, SessionTokenApi, ToastApi, } from './extension-api'; |
{ | ||
"name": "@shopify/admin-ui-extensions", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"main": "index.js", | ||
@@ -26,3 +26,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "77c9e016bf4f6df07c441da9e4975c930f4c8b96" | ||
"gitHead": "f48e1eac4422554f5b3acb2cda0e737ad8b46d4b" | ||
} |
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
485369
787
4988