|
8 | 8 | "sparkles", |
9 | 9 | "wand.and.stars" |
10 | 10 | ], |
11 | | - "title": "Animated", |
12 | | - "subtitle": "Icons", |
13 | | - "body": "Loop between two SF Symbols." |
| 11 | + "title": "Animated Icon Loop", |
| 12 | + "subtitle": "Native Symbol Replace", |
| 13 | + "body": "Loop through SF Symbols with native replace transitions." |
14 | 14 | }, |
15 | 15 | { |
16 | | - "icon": "arrow.left.arrow.right", |
17 | | - "title": "Icon", |
18 | | - "subtitle": "Schema", |
19 | | - "body": "Use icon, toIcon, or icons." |
| 16 | + "icons": [ |
| 17 | + "arrow.left.arrow.right", |
| 18 | + "arrow.triangle.2.circlepath" |
| 19 | + ], |
| 20 | + "title": "Flexible Icon Schema", |
| 21 | + "subtitle": "icon, toIcon, and icons", |
| 22 | + "body": "Define icons with icon, toIcon, or a full icons array." |
20 | 23 | }, |
21 | 24 | { |
22 | | - "icon": "square.dashed.inset.filled", |
23 | | - "title": "Default", |
24 | | - "subtitle": "Icon Style", |
25 | | - "body": "New rounded glass icon badge." |
| 25 | + "icons": [ |
| 26 | + "square.dashed.inset.filled", |
| 27 | + "square.fill" |
| 28 | + ], |
| 29 | + "title": "Default Glass Badge", |
| 30 | + "subtitle": "Softer Icon Treatment", |
| 31 | + "body": "A new rounded glass badge gives icons a softer default look." |
26 | 32 | }, |
27 | 33 | { |
28 | | - "icon": "paintbrush.pointed", |
29 | | - "title": "Gradient", |
30 | | - "subtitle": "Glyphs", |
31 | | - "body": "Icon color now uses a gradient." |
| 34 | + "icons": [ |
| 35 | + "paintbrush.pointed", |
| 36 | + "paintpalette.fill" |
| 37 | + ], |
| 38 | + "title": "Gradient Icon Glyphs", |
| 39 | + "subtitle": "Theme-Tinted Symbols", |
| 40 | + "body": "Icon glyphs now use a top-leading to bottom-trailing gradient." |
32 | 41 | }, |
33 | 42 | { |
34 | | - "icon": "circle.grid.cross", |
35 | | - "title": "Refined", |
36 | | - "subtitle": "Layout", |
37 | | - "body": "Bigger icons and rounder buttons." |
| 43 | + "icons": [ |
| 44 | + "circle.grid.cross", |
| 45 | + "square.grid.2x2.fill" |
| 46 | + ], |
| 47 | + "title": "Refined Row Layout", |
| 48 | + "subtitle": "Bigger Icons, Rounder Buttons", |
| 49 | + "body": "Rows feel tighter with larger icons and rounder action buttons." |
38 | 50 | }, |
39 | 51 | { |
40 | | - "icon": "rectangle.bottomthird.inset.filled", |
41 | | - "title": "Bottom", |
42 | | - "subtitle": "Controls", |
43 | | - "body": "Continue sits closer to the edge." |
| 52 | + "icons": [ |
| 53 | + "rectangle.bottomthird.inset.filled", |
| 54 | + "rectangle.fill" |
| 55 | + ], |
| 56 | + "title": "Lower Continue Controls", |
| 57 | + "subtitle": "Closer Bottom Placement", |
| 58 | + "body": "Continue controls sit closer to the bottom for easier reach." |
44 | 59 | }, |
45 | 60 | { |
46 | | - "icon": "water.waves", |
47 | | - "title": "Liquid", |
48 | | - "subtitle": "Mesh", |
49 | | - "body": "Mesh backgrounds can now flow." |
| 61 | + "icons": [ |
| 62 | + "water.waves", |
| 63 | + "drop.fill" |
| 64 | + ], |
| 65 | + "title": "Liquid Mesh Motion", |
| 66 | + "subtitle": "Slow Animated Backgrounds", |
| 67 | + "body": "Mesh backgrounds can now move with a slow liquid motion." |
50 | 68 | }, |
51 | 69 | { |
52 | | - "icon": "textformat.size", |
53 | | - "title": "Custom", |
54 | | - "subtitle": "Heading Prefix", |
55 | | - "body": "Customize the heading title line." |
| 70 | + "icons": [ |
| 71 | + "textformat.size", |
| 72 | + "textformat.alt" |
| 73 | + ], |
| 74 | + "title": "Custom Heading Prefix", |
| 75 | + "subtitle": "Personalized Title Line", |
| 76 | + "body": "Set a custom heading prefix for the title line above the version." |
56 | 77 | } |
57 | 78 | ] |
58 | 79 | }, |
|
0 commit comments