Skip to content

Commit 5929f31

Browse files
committed
Add new icons for Segmentation templates
1 parent aa599c3 commit 5929f31

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: .changeset/fair-poets-reply.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/ui-extensions': minor
3+
---
4+
5+
Passing new icon types to the segment templates

Diff for: packages/ui-extensions/src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ export type CustomerSegmentTemplateIcon =
2222
| 'followUpEmailMajor'
2323
| 'confettiMajor'
2424
| 'walletMajor'
25-
| 'viewMajor';
25+
| 'viewMajor'
26+
| 'personAddMajor'
27+
| 'languageMajor'
28+
| 'appsMajor';
2629

2730
export type CustomerSegmentTemplateCategory =
2831
| 'firstTimeBuyers'

0 commit comments

Comments
 (0)