@shopify/admin-ui-extensions
Advanced tools
Comparing version 0.12.1 to 0.13.0-alpha.0
@@ -42,6 +42,6 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Pressable", { | ||
Object.defineProperty(exports, "Heading", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Pressable.Pressable; | ||
return _Heading.Heading; | ||
} | ||
@@ -67,2 +67,14 @@ }); | ||
}); | ||
Object.defineProperty(exports, "OptionList", { | ||
enumerable: true, | ||
get: function get() { | ||
return _OptionList.OptionList; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Pressable", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Pressable.Pressable; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Radio", { | ||
@@ -128,8 +140,2 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "OptionList", { | ||
enumerable: true, | ||
get: function get() { | ||
return _OptionList.OptionList; | ||
} | ||
}); | ||
@@ -148,3 +154,3 @@ var _Badge = require("./Badge"); | ||
var _Pressable = require("./Pressable"); | ||
var _Heading = require("./Heading"); | ||
@@ -157,2 +163,6 @@ var _Icon = require("./Icon"); | ||
var _OptionList = require("./OptionList"); | ||
var _Pressable = require("./Pressable"); | ||
var _Radio = require("./Radio"); | ||
@@ -176,4 +186,2 @@ | ||
var _Thumbnail = require("./Thumbnail"); | ||
var _OptionList = require("./OptionList"); | ||
var _Thumbnail = require("./Thumbnail"); |
@@ -42,6 +42,6 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Pressable", { | ||
Object.defineProperty(exports, "Heading", { | ||
enumerable: true, | ||
get: function () { | ||
return _Pressable.Pressable; | ||
return _Heading.Heading; | ||
} | ||
@@ -67,2 +67,14 @@ }); | ||
}); | ||
Object.defineProperty(exports, "OptionList", { | ||
enumerable: true, | ||
get: function () { | ||
return _OptionList.OptionList; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Pressable", { | ||
enumerable: true, | ||
get: function () { | ||
return _Pressable.Pressable; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Radio", { | ||
@@ -128,8 +140,2 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, "OptionList", { | ||
enumerable: true, | ||
get: function () { | ||
return _OptionList.OptionList; | ||
} | ||
}); | ||
@@ -148,3 +154,3 @@ var _Badge = require("./Badge"); | ||
var _Pressable = require("./Pressable"); | ||
var _Heading = require("./Heading"); | ||
@@ -157,2 +163,6 @@ var _Icon = require("./Icon"); | ||
var _OptionList = require("./OptionList"); | ||
var _Pressable = require("./Pressable"); | ||
var _Radio = require("./Radio"); | ||
@@ -176,4 +186,2 @@ | ||
var _Thumbnail = require("./Thumbnail"); | ||
var _OptionList = require("./OptionList"); | ||
var _Thumbnail = require("./Thumbnail"); |
@@ -1,3 +0,3 @@ | ||
import { Pressable, Text, Stack, StackItem } from '../components'; | ||
export declare type BasicComponents = typeof Pressable | typeof Text | typeof Stack | typeof StackItem; | ||
import { Heading, Pressable, Stack, StackItem, Text } from '../components'; | ||
export declare type BasicComponents = typeof Heading | typeof Pressable | typeof Stack | typeof StackItem | typeof Text; | ||
//# sourceMappingURL=Basic.d.ts.map |
@@ -13,4 +13,4 @@ export { Badge } from './Badge'; | ||
export type { CheckboxProps } from './Checkbox'; | ||
export { Pressable } from './Pressable'; | ||
export type { PressableProps } from './Pressable'; | ||
export { Heading } from './Heading'; | ||
export type { HeadingProps } from './Heading'; | ||
export { Icon } from './Icon'; | ||
@@ -22,2 +22,6 @@ export type { IconProps } from './Icon'; | ||
export type { LinkProps } from './Link'; | ||
export { OptionList } from './OptionList'; | ||
export type { OptionListProps } from './OptionList'; | ||
export { Pressable } from './Pressable'; | ||
export type { PressableProps } from './Pressable'; | ||
export { Radio } from './Radio'; | ||
@@ -43,5 +47,3 @@ export type { RadioProps } from './Radio'; | ||
export type { ThumbnailProps } from './Thumbnail'; | ||
export { OptionList } from './OptionList'; | ||
export type { OptionListProps } from './OptionList'; | ||
export type { DestructableAction, DisableableAction } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OptionList = exports.Thumbnail = exports.TextField = exports.Text = exports.StackItem = exports.Stack = exports.Spinner = exports.Select = exports.ResourceList = exports.ResourceItem = exports.Radio = exports.Link = exports.Modal = exports.Icon = exports.Pressable = exports.Checkbox = exports.CardSection = exports.Card = exports.Button = exports.Banner = exports.Badge = void 0; | ||
exports.Thumbnail = exports.TextField = 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.Icon = exports.Heading = exports.Checkbox = exports.CardSection = exports.Card = exports.Button = exports.Banner = exports.Badge = void 0; | ||
var Badge_1 = require("./Badge"); | ||
@@ -16,4 +16,4 @@ Object.defineProperty(exports, "Badge", { enumerable: true, get: function () { return Badge_1.Badge; } }); | ||
Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return Checkbox_1.Checkbox; } }); | ||
var Pressable_1 = require("./Pressable"); | ||
Object.defineProperty(exports, "Pressable", { enumerable: true, get: function () { return Pressable_1.Pressable; } }); | ||
var Heading_1 = require("./Heading"); | ||
Object.defineProperty(exports, "Heading", { enumerable: true, get: function () { return Heading_1.Heading; } }); | ||
var Icon_1 = require("./Icon"); | ||
@@ -25,2 +25,6 @@ Object.defineProperty(exports, "Icon", { enumerable: true, get: function () { return Icon_1.Icon; } }); | ||
Object.defineProperty(exports, "Link", { enumerable: true, get: function () { return Link_1.Link; } }); | ||
var OptionList_1 = require("./OptionList"); | ||
Object.defineProperty(exports, "OptionList", { enumerable: true, get: function () { return OptionList_1.OptionList; } }); | ||
var Pressable_1 = require("./Pressable"); | ||
Object.defineProperty(exports, "Pressable", { enumerable: true, get: function () { return Pressable_1.Pressable; } }); | ||
var Radio_1 = require("./Radio"); | ||
@@ -46,3 +50,1 @@ Object.defineProperty(exports, "Radio", { enumerable: true, get: function () { return Radio_1.Radio; } }); | ||
Object.defineProperty(exports, "Thumbnail", { enumerable: true, get: function () { return Thumbnail_1.Thumbnail; } }); | ||
var OptionList_1 = require("./OptionList"); | ||
Object.defineProperty(exports, "OptionList", { enumerable: true, get: function () { return OptionList_1.OptionList; } }); |
{ | ||
"name": "@shopify/admin-ui-extensions", | ||
"version": "0.12.1", | ||
"version": "0.13.0-alpha.0", | ||
"main": "index.js", | ||
@@ -26,3 +26,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "805e9f81caffb0cb3a4965051c271750df5269d4" | ||
"gitHead": "840b8fc5ffcb5ffe26cbb7ffa6dc9983f067fc89" | ||
} |
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
467315
743
4781