@shopify/ui-extensions
Advanced tools
Comparing version 0.0.0-unstable-20230628141448 to 0.0.0-unstable-20230628145849
@@ -16,2 +16,3 @@ 'use strict'; | ||
var Select = require('./admin/components/Select/Select.js'); | ||
var Text = require('./admin/components/Text/Text.js'); | ||
var TextField = require('./admin/components/TextField/TextField.js'); | ||
@@ -35,4 +36,5 @@ var URLField = require('./admin/components/URLField/URLField.js'); | ||
exports.Select = Select.Select; | ||
exports.Text = Text.Text; | ||
exports.TextField = TextField.TextField; | ||
exports.URLField = URLField.URLField; | ||
exports.VerticalStack = VerticalStack.VerticalStack; |
@@ -21,2 +21,4 @@ export { CustomerSegmentationTemplate } from './components/CustomerSegmentationTemplate/CustomerSegmentationTemplate'; | ||
export type { OptionDescription, OptionGroupDescription, OptionGroupProps, OptionProps, SelectProps, } from './components/Select/Select'; | ||
export { Text } from './components/Text/Text'; | ||
export type { TextProps } from './components/Text/Text'; | ||
export { TextField } from './components/TextField/TextField'; | ||
@@ -23,0 +25,0 @@ export type { TextFieldProps } from './components/TextField/TextField'; |
{ | ||
"name": "@shopify/ui-extensions", | ||
"version": "0.0.0-unstable-20230628141448", | ||
"version": "0.0.0-unstable-20230628145849", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "index.mjs", |
@@ -27,2 +27,4 @@ export {CustomerSegmentationTemplate} from './components/CustomerSegmentationTemplate/CustomerSegmentationTemplate'; | ||
} from './components/Select/Select'; | ||
export {Text} from './components/Text/Text'; | ||
export type {TextProps} from './components/Text/Text'; | ||
export {TextField} from './components/TextField/TextField'; | ||
@@ -29,0 +31,0 @@ export type {TextFieldProps} from './components/TextField/TextField'; |
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
1171851
557
13988