Skip to content

Commit

Permalink
Merge pull request #2094 from Shopify/rd/customer-accounts-prep-2024-07
Browse files Browse the repository at this point in the history
prepare customer account 2024-07 release
  • Loading branch information
robin-drexler committed Jun 21, 2024
2 parents 5b513a4 + ba9b2f8 commit 02d7e2c
Show file tree
Hide file tree
Showing 102 changed files with 392 additions and 2,719 deletions.
13 changes: 3 additions & 10 deletions packages/ui-extensions-react/src/surfaces/customer-account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ export {
isConditionalStyleWithDefault,
Style,
} from '@shopify/ui-extensions/customer-account';
export {render, reactExtension} from './customer-account/render';

export type {
AccessibilityRole,
ActionExtensionApi,
Alignment,
AllowedComponentsForRenderExtension,
ApiForRenderExtension,
Expand Down Expand Up @@ -45,17 +42,12 @@ export type {
ExtensionTarget,
ExtensionTargets,
Fit,
FullExtensionNavigation,
FullPageApi,
GridItemSize,
I18n,
I18nTranslate,
InlineAlignment,
MaybeConditionalStyle,
MaybeResponsiveConditionalStyle,
InteractiveConditions,
Language,
Localization,
MaybeShorthandProperty,
NonPresentationalAccessibilityRole,
OverlayActivatorProps,
Expand All @@ -75,7 +67,6 @@ export type {
SpacingProps,
Status,
Version,
VisibilityProps,
ViewCoordinate,
ViewTranslate,
ViewportSizeCondition,
Expand All @@ -85,5 +76,7 @@ export type {
YearMonth,
} from '@shopify/ui-extensions/customer-account';

export * from './customer-account/components';
export * from './customer-account/hooks';
export {render, reactExtension} from './customer-account/render';

export * from './customer-account/components';

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
export * from './Card';
export * from './CustomerAccountAction';
export * from './Page';
export * from './Avatar';
/* @internal */
export * from './PolicyModal';
export * from './ResourceItem';
export * from './ImageGroup';
export * from './shared-checkout-components';
Loading

0 comments on commit 02d7e2c

Please sign in to comment.