Socket
Socket
Sign inDemoInstall

@shopify/customer-account-ui-extensions

Package Overview
Dependencies
5
Maintainers
25
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.59 to 0.0.60

8

build/cjs/index.js

@@ -53,2 +53,10 @@ 'use strict';

});
Object.defineProperty(exports, 'DateField', {
enumerable: true,
get: function () { return checkoutUiExtensions.DateField; }
});
Object.defineProperty(exports, 'DatePicker', {
enumerable: true,
get: function () { return checkoutUiExtensions.DatePicker; }
});
Object.defineProperty(exports, 'Divider', {

@@ -55,0 +63,0 @@ enumerable: true,

4

build/ts/components/shared-components.d.ts

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

export { Banner, BlockLayout, BlockSpacer, BlockStack, Button, Checkbox, Choice, ChoiceList, Divider, Form, Grid, GridItem, Heading, HeadingGroup, Icon, Image, InlineLayout, InlineStack, InlineSpacer, Link, List, ListItem, Pressable, Select, SkeletonImage, SkeletonText, SkeletonTextBlock, Spinner, Stepper, Tag, Text, TextBlock, TextField, View, Modal, Popover, Tooltip, ScrollView, } from '@shopify/checkout-ui-extensions';
export type { BannerProps, BlockLayoutProps, BlockSpacerProps, BlockStackProps, ButtonProps, CheckboxProps, ChoiceProps, ChoiceListProps, DividerProps, FormProps, GridProps, GridItemSize, GridItemProps, HeadingProps, HeadingGroupProps, IconProps, ImageProps, InlineLayoutProps, InlineStackProps, InlineSpacerProps, LinkProps, ListProps, ListItemProps, MaybeConditionalStyle, MaybeShorthandProperty, ModalProps, PopoverProps, PressableProps, SelectProps, SkeletonImageProps, SkeletonTextProps, SkeletonTextBlockProps, SpinnerProps, StepperProps, TagProps, TextProps, TextBlockProps, TextFieldProps, ViewProps, ViewPosition, ViewPositionType, ViewTranslate, ViewCoordinate, AccessibilityRole, ViewLikeAccessibilityRole, NonPresentationalAccessibilityRole, Autocomplete, AutocompleteField, AutocompleteGroup, Status, Size, Spacing, Alignment, Appearance, ScrollViewProps, TooltipProps, } from '@shopify/checkout-ui-extensions';
export { Banner, BlockLayout, BlockSpacer, BlockStack, Button, Checkbox, Choice, ChoiceList, DateField, DatePicker, Divider, Form, Grid, GridItem, Heading, HeadingGroup, Icon, Image, InlineLayout, InlineStack, InlineSpacer, Link, List, ListItem, Pressable, Select, SkeletonImage, SkeletonText, SkeletonTextBlock, Spinner, Stepper, Tag, Text, TextBlock, TextField, View, Modal, Popover, Tooltip, ScrollView, } from '@shopify/checkout-ui-extensions';
export type { BannerProps, BlockLayoutProps, BlockSpacerProps, BlockStackProps, ButtonProps, CheckboxProps, ChoiceProps, ChoiceListProps, DatePickerProps, DateFieldProps, DividerProps, FormProps, GridProps, GridItemSize, GridItemProps, HeadingProps, HeadingGroupProps, IconProps, ImageProps, InlineLayoutProps, InlineStackProps, InlineSpacerProps, LinkProps, ListProps, ListItemProps, MaybeConditionalStyle, MaybeShorthandProperty, ModalProps, PopoverProps, PressableProps, SelectProps, SkeletonImageProps, SkeletonTextProps, SkeletonTextBlockProps, SpinnerProps, StepperProps, TagProps, TextProps, TextBlockProps, TextFieldProps, ViewProps, ViewPosition, ViewPositionType, ViewTranslate, ViewCoordinate, AccessibilityRole, ViewLikeAccessibilityRole, NonPresentationalAccessibilityRole, Autocomplete, AutocompleteField, AutocompleteGroup, Status, Size, Spacing, Alignment, Appearance, ScrollViewProps, TooltipProps, } from '@shopify/checkout-ui-extensions';
//# sourceMappingURL=shared-components.d.ts.map
{
"name": "@shopify/customer-account-ui-extensions",
"description": "The API for UI Extensions that run in Shopify's Customer Account",
"version": "0.0.59",
"version": "0.0.60",
"publishConfig": {

@@ -29,3 +29,3 @@ "access": "public",

},
"gitHead": "832a5a92f7e7f116553201e4a88e32876e46f4e3"
"gitHead": "40be4c0ff747a20a7ae443a4e45a31a18126d5d3"
}

@@ -10,2 +10,4 @@ export {

ChoiceList,
DateField,
DatePicker,
Divider,

@@ -52,2 +54,4 @@ Form,

ChoiceListProps,
DatePickerProps,
DateFieldProps,
DividerProps,

@@ -54,0 +58,0 @@ FormProps,

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc