@shopify/admin-ui-extensions
Advanced tools
Comparing version 0.13.0-alpha.3 to 0.13.0-alpha.4
@@ -42,2 +42,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Form", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Form.Form; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Pressable", { | ||
@@ -146,2 +152,4 @@ enumerable: true, | ||
var _Form = require("./Form"); | ||
var _Pressable = require("./Pressable"); | ||
@@ -148,0 +156,0 @@ |
@@ -19,3 +19,3 @@ "use strict"; | ||
onInput: function onInput(value) { | ||
return console.log(value, ' was typing'); | ||
return console.log(value, ' was typed'); | ||
}, | ||
@@ -22,0 +22,0 @@ onFocus: function onFocus() { |
@@ -42,2 +42,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Form", { | ||
enumerable: true, | ||
get: function () { | ||
return _Form.Form; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Pressable", { | ||
@@ -146,2 +152,4 @@ enumerable: true, | ||
var _Form = require("./Form"); | ||
var _Pressable = require("./Pressable"); | ||
@@ -148,0 +156,0 @@ |
@@ -16,3 +16,3 @@ "use strict"; | ||
onChange: value => console.log(value, ' was typed'), | ||
onInput: value => console.log(value, ' was typing'), | ||
onInput: value => console.log(value, ' was typed'), | ||
onFocus: () => console.log('Welcome to the super field!'), | ||
@@ -19,0 +19,0 @@ onBlur: () => console.log('Left to do something else'), |
@@ -17,2 +17,4 @@ import { IconProps } from '../Icon'; | ||
primary?: boolean; | ||
/** Allows the button to submit a form */ | ||
submit?: boolean; | ||
/** Callback when button is pressed */ | ||
@@ -19,0 +21,0 @@ onPress?(): void; |
@@ -13,2 +13,4 @@ export { Badge } from './Badge'; | ||
export type { CheckboxProps } from './Checkbox'; | ||
export { Form } from './Form'; | ||
export type { FormProps } from './Form'; | ||
export { Pressable } from './Pressable'; | ||
@@ -15,0 +17,0 @@ export type { PressableProps } from './Pressable'; |
"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.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.Form = exports.Checkbox = exports.CardSection = exports.Card = exports.Button = exports.Banner = exports.Badge = void 0; | ||
var Badge_1 = require("./Badge"); | ||
@@ -16,2 +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 Form_1 = require("./Form"); | ||
Object.defineProperty(exports, "Form", { enumerable: true, get: function () { return Form_1.Form; } }); | ||
var Pressable_1 = require("./Pressable"); | ||
@@ -18,0 +20,0 @@ Object.defineProperty(exports, "Pressable", { enumerable: true, get: function () { return Pressable_1.Pressable; } }); |
export { extend } from './api'; | ||
export type { ShopifyApi, ShopifyGlobal } from './api'; | ||
export * from './components'; | ||
export type { BadgeProps, BannerProps, ButtonProps, CardProps, CardSectionProps, CheckboxProps, PressableProps, IconProps, ModalProps, LinkProps, RadioProps, ResourceItemProps, ResourceListProps, SelectProps, SpinnerProps, StackProps, StackItemProps, TextProps, TextFieldProps, ThumbnailProps, OptionListProps, DestructableAction, DisableableAction, } from './components'; | ||
export type { BadgeProps, BannerProps, ButtonProps, CardProps, CardSectionProps, CheckboxProps, FormProps, PressableProps, IconProps, ModalProps, LinkProps, RadioProps, ResourceItemProps, ResourceListProps, SelectProps, SpinnerProps, StackProps, StackItemProps, TextProps, 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": "0.13.0-alpha.3", | ||
"version": "0.13.0-alpha.4", | ||
"main": "index.js", | ||
@@ -26,3 +26,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "663471576b8940650b3b01bfef36c63357091a91" | ||
"gitHead": "f341591aa1a5a3d7836ca6b9d01f923c044f6b37" | ||
} |
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
468974
743
4849