Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/admin-ui-extensions

Package Overview
Dependencies
Maintainers
19
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/admin-ui-extensions - npm Package Compare versions

Comparing version 0.13.0-alpha.0 to 0.13.0-alpha.1

build/cjs/components/TextBlock/content/guidelines.md

40

build/cjs/components/index.js

@@ -42,6 +42,6 @@ "use strict";

});
Object.defineProperty(exports, "Heading", {
Object.defineProperty(exports, "Pressable", {
enumerable: true,
get: function get() {
return _Heading.Heading;
return _Pressable.Pressable;
}

@@ -67,14 +67,2 @@ });

});
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,2 +116,8 @@ enumerable: true,

});
Object.defineProperty(exports, "TextBlock", {
enumerable: true,
get: function get() {
return _TextBlock.TextBlock;
}
});
Object.defineProperty(exports, "TextField", {

@@ -141,2 +135,8 @@ enumerable: true,

});
Object.defineProperty(exports, "OptionList", {
enumerable: true,
get: function get() {
return _OptionList.OptionList;
}
});

@@ -155,3 +155,3 @@ var _Badge = require("./Badge");

var _Heading = require("./Heading");
var _Pressable = require("./Pressable");

@@ -164,6 +164,2 @@ var _Icon = require("./Icon");

var _OptionList = require("./OptionList");
var _Pressable = require("./Pressable");
var _Radio = require("./Radio");

@@ -185,4 +181,8 @@

var _TextBlock = require("./TextBlock");
var _TextField = require("./TextField");
var _Thumbnail = require("./Thumbnail");
var _Thumbnail = require("./Thumbnail");
var _OptionList = require("./OptionList");

@@ -42,6 +42,6 @@ "use strict";

});
Object.defineProperty(exports, "Heading", {
Object.defineProperty(exports, "Pressable", {
enumerable: true,
get: function () {
return _Heading.Heading;
return _Pressable.Pressable;
}

@@ -67,14 +67,2 @@ });

});
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,2 +116,8 @@ enumerable: true,

});
Object.defineProperty(exports, "TextBlock", {
enumerable: true,
get: function () {
return _TextBlock.TextBlock;
}
});
Object.defineProperty(exports, "TextField", {

@@ -141,2 +135,8 @@ enumerable: true,

});
Object.defineProperty(exports, "OptionList", {
enumerable: true,
get: function () {
return _OptionList.OptionList;
}
});

@@ -155,3 +155,3 @@ var _Badge = require("./Badge");

var _Heading = require("./Heading");
var _Pressable = require("./Pressable");

@@ -164,6 +164,2 @@ var _Icon = require("./Icon");

var _OptionList = require("./OptionList");
var _Pressable = require("./Pressable");
var _Radio = require("./Radio");

@@ -185,4 +181,8 @@

var _TextBlock = require("./TextBlock");
var _TextField = require("./TextField");
var _Thumbnail = require("./Thumbnail");
var _Thumbnail = require("./Thumbnail");
var _OptionList = require("./OptionList");

@@ -1,3 +0,3 @@

import { Heading, Pressable, Stack, StackItem, Text } from '../components';
export declare type BasicComponents = typeof Heading | typeof Pressable | typeof Stack | typeof StackItem | typeof Text;
import { Pressable, Text, TextBlock, Stack, StackItem } from '../components';
export declare type BasicComponents = typeof Pressable | typeof Text | typeof TextBlock | typeof Stack | typeof StackItem;
//# sourceMappingURL=Basic.d.ts.map

@@ -13,4 +13,4 @@ export { Badge } from './Badge';

export type { CheckboxProps } from './Checkbox';
export { Heading } from './Heading';
export type { HeadingProps } from './Heading';
export { Pressable } from './Pressable';
export type { PressableProps } from './Pressable';
export { Icon } from './Icon';

@@ -22,6 +22,2 @@ 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,2 +39,4 @@ export type { RadioProps } from './Radio';

export type { TextProps } from './Text';
export { TextBlock } from './TextBlock';
export type { TextBlockProps } from './TextBlock';
export { TextField } from './TextField';

@@ -48,3 +46,5 @@ export type { TextFieldProps } from './TextField';

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.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;
exports.OptionList = exports.Thumbnail = exports.TextField = exports.TextBlock = 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;
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 Heading_1 = require("./Heading");
Object.defineProperty(exports, "Heading", { enumerable: true, get: function () { return Heading_1.Heading; } });
var Pressable_1 = require("./Pressable");
Object.defineProperty(exports, "Pressable", { enumerable: true, get: function () { return Pressable_1.Pressable; } });
var Icon_1 = require("./Icon");

@@ -25,6 +25,2 @@ 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,2 +42,4 @@ Object.defineProperty(exports, "Radio", { enumerable: true, get: function () { return Radio_1.Radio; } });

Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return Text_1.Text; } });
var TextBlock_1 = require("./TextBlock");
Object.defineProperty(exports, "TextBlock", { enumerable: true, get: function () { return TextBlock_1.TextBlock; } });
var TextField_1 = require("./TextField");

@@ -51,1 +49,3 @@ Object.defineProperty(exports, "TextField", { enumerable: true, get: function () { return TextField_1.TextField; } });

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; } });
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, PressableProps, IconProps, ModalProps, LinkProps, RadioProps, ResourceItemProps, ResourceListProps, SelectProps, SpinnerProps, StackProps, 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": "0.13.0-alpha.0",
"version": "0.13.0-alpha.1",
"main": "index.js",

@@ -26,3 +26,3 @@ "module": "index.mjs",

},
"gitHead": "840b8fc5ffcb5ffe26cbb7ffa6dc9983f067fc89"
"gitHead": "60f97ac9e299ee21ccca5251749ac94ed984ec76"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc