Skip to content

Commit 811af59

Browse files
Rusty-UXalex-pagekyledurand
authored
(Polaris icons) Adds dynamic sources icons (Shopify#7105)
Note this PR replaces the [original PR](Shopify#7040) by @gil-- to add the icons. This PR adds the appropriate sized icons and variations. ![image](https://user-images.githubusercontent.com/4304867/188642879-14379135-0778-420c-9c59-e4a4c8952cb9.png) ![image](https://user-images.githubusercontent.com/4304867/188642893-983b4598-a778-49f7-b294-e3ff918beba2.png) ### WHY are these changes introduced? Adds support for dynamic source iconography in Polaris. Currently used within the theme editor. By adding these icons to polaris, 3rd party app developers can leverage these icons. ### WHAT is this pull request doing? Adds support for: - Dynamic source major - Dynamic source minor - Insert dynamic source major - Insert dynamic source minor ![github-icons](https://user-images.githubusercontent.com/4304867/188643353-523540b9-b819-4d0a-adac-2fd874a19c4c.png) @alex-page I've checked the format/paths, but if you can you please double check to make sure the SVG paths are clean that would be appreciated. Also, I'm not sure what's happening with the changelog error, any idea what might be causing that? cc @gil-- @leileu Co-authored-by: Alex Page <[email protected]> Co-authored-by: Kyle Durand <[email protected]>
1 parent 06c6744 commit 811af59

9 files changed

+95
-0
lines changed

.changeset/sweet-lamps-relate.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/polaris-icons': minor
3+
---
4+
5+
Add dynamic source icons
Loading
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dynamic Source
2+
set: major
3+
description: Used to represent a dynamic source
4+
keywords:
5+
- dynamic source
6+
- data source
7+
- dynamic
8+
- data
9+
- datasource
10+
- dynamicsource
11+
- db
12+
- database
13+
authors:
14+
- Russell Baylis
15+
version: 1
16+
date_added: 2022-09-06
17+
date_modified: 2022-09-06
18+
exclusive_use:
Loading
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dynamic Source
2+
set: minor
3+
description: Used to represent a dynamic source
4+
keywords:
5+
- dynamic source
6+
- data source
7+
- dynamic
8+
- data
9+
- datasource
10+
- dynamicsource
11+
- db
12+
- database
13+
authors:
14+
- Russell Baylis
15+
version: 1
16+
date_added: 2022-09-06
17+
date_modified: 2022-09-06
18+
exclusive_use:
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Insert Dynamic Source
2+
set: major
3+
description: Used to represent inserting a dynamic source into an input field that supports multiple dynamic sources
4+
keywords:
5+
- dynamic source
6+
- data source
7+
- dynamic
8+
- data
9+
- datasource
10+
- dynamicsource
11+
- dynamic data
12+
- add data source
13+
- add dynamic source
14+
- add
15+
- insert
16+
- insert data source
17+
- insert dynamic source
18+
- db
19+
- database
20+
authors:
21+
- Russell Baylis
22+
version: 1
23+
date_added: 2022-09-06
24+
date_modified: 2022-09-06
25+
exclusive_use:
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Insert Dynamic Source
2+
set: minor
3+
description: Used to represent inserting a dynamic source into an input field that supports multiple dynamic sources
4+
keywords:
5+
- dynamic source
6+
- data source
7+
- dynamic
8+
- data
9+
- datasource
10+
- dynamicsource
11+
- dynamic data
12+
- add data source
13+
- add dynamic source
14+
- add
15+
- insert
16+
- insert data source
17+
- insert dynamic source
18+
- db
19+
- database
20+
authors:
21+
- Russell Baylis
22+
version: 1
23+
date_added: 2022-09-06
24+
date_modified: 2022-09-06
25+
exclusive_use:

0 commit comments

Comments
 (0)