settings icons added
This commit is contained in:
parent
1a44ed2d13
commit
8a64f1565c
|
@ -56,7 +56,7 @@
|
|||
<List>
|
||||
{#each connectedAutomations as automation}
|
||||
<ListItem
|
||||
icon={automation.disabled ? "PauseCircle" : "PlayCircle"}
|
||||
icon={automation.disabled ? "circle" : "checkmark-circle"}
|
||||
iconColor={automation.disabled
|
||||
? "var(--spectrum-global-color-gray-600)"
|
||||
: "var(--spectrum-global-color-green-600)"}
|
||||
|
@ -68,7 +68,7 @@
|
|||
</List>
|
||||
{/if}
|
||||
<div>
|
||||
<Button secondary icon="JourneyVoyager" on:click={generateAutomation}>
|
||||
<Button secondary icon="add" on:click={generateAutomation}>
|
||||
Generate automation
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
</List>
|
||||
{/if}
|
||||
<div>
|
||||
<Button secondary icon="Engagement" on:click={showCreateModal}>
|
||||
<Button secondary icon="add" on:click={showCreateModal}>
|
||||
Create row action
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
</List>
|
||||
{/if}
|
||||
<div>
|
||||
<Button secondary icon="web-page" on:click={generateScreen}>
|
||||
<Button secondary icon="add" on:click={generateScreen}>
|
||||
Generate app screen
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
@ -83,11 +83,11 @@
|
|||
props: {
|
||||
options: [
|
||||
{
|
||||
barIcon: "ModernGridView",
|
||||
barIcon: "menu-hamburger",
|
||||
value: "flex",
|
||||
},
|
||||
{
|
||||
barIcon: "ViewGrid",
|
||||
barIcon: "grid-type-dots",
|
||||
value: "grid",
|
||||
},
|
||||
],
|
||||
|
|
|
@ -496,19 +496,19 @@
|
|||
{
|
||||
"label": "Left",
|
||||
"value": "left",
|
||||
"barIcon": "AlignLeft",
|
||||
"barIcon": "align-left",
|
||||
"barTitle": "Align left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "center",
|
||||
"barIcon": "AlignCenter",
|
||||
"barIcon": "align-center",
|
||||
"barTitle": "Align center"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right",
|
||||
"barIcon": "AlignRight",
|
||||
"barIcon": "align-right",
|
||||
"barTitle": "Align right"
|
||||
},
|
||||
{
|
||||
|
@ -530,7 +530,7 @@
|
|||
{
|
||||
"label": "Top",
|
||||
"value": "top",
|
||||
"barIcon": "AlignTop",
|
||||
"barIcon": "align-top",
|
||||
"barTitle": "Align top"
|
||||
},
|
||||
{
|
||||
|
@ -542,8 +542,8 @@
|
|||
{
|
||||
"label": "Bottom",
|
||||
"value": "bottom",
|
||||
"barIcon": "AlignBottom",
|
||||
"barTitle": "Align bottom"
|
||||
"barIcon": "align-botton",
|
||||
"barTitle": "align-botton"
|
||||
},
|
||||
{
|
||||
"label": "Stretch",
|
||||
|
@ -852,19 +852,19 @@
|
|||
{
|
||||
"label": "Left",
|
||||
"value": "left",
|
||||
"barIcon": "AlignLeft",
|
||||
"barIcon": "align-left",
|
||||
"barTitle": "Align left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "center",
|
||||
"barIcon": "AlignCenter",
|
||||
"barIcon": "align-center",
|
||||
"barTitle": "Align center"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right",
|
||||
"barIcon": "AlignRight",
|
||||
"barIcon": "align-right",
|
||||
"barTitle": "Align right"
|
||||
},
|
||||
{
|
||||
|
@ -886,19 +886,19 @@
|
|||
{
|
||||
"label": "Top",
|
||||
"value": "top",
|
||||
"barIcon": "AlignTop",
|
||||
"barIcon": "align-top",
|
||||
"barTitle": "Align top"
|
||||
},
|
||||
{
|
||||
"label": "Middle",
|
||||
"value": "middle",
|
||||
"barIcon": "AlignMiddle",
|
||||
"barIcon": "align-middle",
|
||||
"barTitle": "Align middle"
|
||||
},
|
||||
{
|
||||
"label": "Bottom",
|
||||
"value": "bottom",
|
||||
"barIcon": "AlignBottom",
|
||||
"barIcon": "align-botton",
|
||||
"barTitle": "Align bottom"
|
||||
},
|
||||
{
|
||||
|
@ -1144,25 +1144,25 @@
|
|||
{
|
||||
"label": "Left",
|
||||
"value": "left",
|
||||
"barIcon": "TextAlignLeft",
|
||||
"barIcon": "text-align-left",
|
||||
"barTitle": "Align left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "center",
|
||||
"barIcon": "TextAlignCenter",
|
||||
"barIcon": "text-align-center",
|
||||
"barTitle": "Align center"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right",
|
||||
"barIcon": "TextAlignRight",
|
||||
"barIcon": "text-align-right",
|
||||
"barTitle": "Align right"
|
||||
},
|
||||
{
|
||||
"label": "Justify",
|
||||
"value": "justify",
|
||||
"barIcon": "TextAlignJustify",
|
||||
"barIcon": "text-align-justify",
|
||||
"barTitle": "Justify text"
|
||||
}
|
||||
]
|
||||
|
@ -1267,25 +1267,25 @@
|
|||
{
|
||||
"label": "Left",
|
||||
"value": "left",
|
||||
"barIcon": "TextAlignLeft",
|
||||
"barIcon": "text-align-left",
|
||||
"barTitle": "Align left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "center",
|
||||
"barIcon": "TextAlignCenter",
|
||||
"barIcon": "text-align-center",
|
||||
"barTitle": "Align center"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right",
|
||||
"barIcon": "TextAlignRight",
|
||||
"barIcon": "text-align-right",
|
||||
"barTitle": "Align right"
|
||||
},
|
||||
{
|
||||
"label": "Justify",
|
||||
"value": "justify",
|
||||
"barIcon": "TextAlignJustify",
|
||||
"barIcon": "text-align-justify",
|
||||
"barTitle": "Justify text"
|
||||
}
|
||||
]
|
||||
|
@ -1618,7 +1618,7 @@
|
|||
"label": "Bold",
|
||||
"key": "bold",
|
||||
"showInBar": true,
|
||||
"barIcon": "TagBold",
|
||||
"barIcon": "text-bold",
|
||||
"barTitle": "Bold text",
|
||||
"barSeparator": false
|
||||
},
|
||||
|
@ -1627,7 +1627,7 @@
|
|||
"label": "Italic",
|
||||
"key": "italic",
|
||||
"showInBar": true,
|
||||
"barIcon": "TagItalic",
|
||||
"barIcon": "text-italic",
|
||||
"barTitle": "Italic text",
|
||||
"barSeparator": false
|
||||
},
|
||||
|
@ -1650,25 +1650,25 @@
|
|||
{
|
||||
"label": "Left",
|
||||
"value": "left",
|
||||
"barIcon": "TextAlignLeft",
|
||||
"barIcon": "text-align-left",
|
||||
"barTitle": "Align left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "center",
|
||||
"barIcon": "TextAlignCenter",
|
||||
"barIcon": "text-align-center",
|
||||
"barTitle": "Align center"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right",
|
||||
"barIcon": "TextAlignRight",
|
||||
"barIcon": "text-align-right",
|
||||
"barTitle": "Align right"
|
||||
},
|
||||
{
|
||||
"label": "Justify",
|
||||
"value": "justify",
|
||||
"barIcon": "TextAlignJustify",
|
||||
"barIcon": "text-align-justify",
|
||||
"barTitle": "Justify text"
|
||||
}
|
||||
]
|
||||
|
@ -3172,25 +3172,25 @@
|
|||
{
|
||||
"label": "Left",
|
||||
"value": "left",
|
||||
"barIcon": "TextAlignLeft",
|
||||
"barIcon": "text-align-left",
|
||||
"barTitle": "Align left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "center",
|
||||
"barIcon": "TextAlignCenter",
|
||||
"barIcon": "text-align-center",
|
||||
"barTitle": "Align center"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right",
|
||||
"barIcon": "TextAlignRight",
|
||||
"barIcon": "text-align-right",
|
||||
"barTitle": "Align right"
|
||||
},
|
||||
{
|
||||
"label": "Justify",
|
||||
"value": "justify",
|
||||
"barIcon": "TextAlignJustify",
|
||||
"barIcon": "text-align-justify",
|
||||
"barTitle": "Justify text"
|
||||
}
|
||||
]
|
||||
|
@ -6818,19 +6818,19 @@
|
|||
{
|
||||
"label": "Left",
|
||||
"value": "left",
|
||||
"barIcon": "AlignLeft",
|
||||
"barIcon": "align-left",
|
||||
"barTitle": "Align left"
|
||||
},
|
||||
{
|
||||
"label": "Center",
|
||||
"value": "center",
|
||||
"barIcon": "AlignCenter",
|
||||
"barIcon": "align-center",
|
||||
"barTitle": "Align center"
|
||||
},
|
||||
{
|
||||
"label": "Right",
|
||||
"value": "right",
|
||||
"barIcon": "AlignRight",
|
||||
"barIcon": "align-right",
|
||||
"barTitle": "Align right"
|
||||
},
|
||||
{
|
||||
|
@ -6852,7 +6852,7 @@
|
|||
{
|
||||
"label": "Top",
|
||||
"value": "top",
|
||||
"barIcon": "AlignTop",
|
||||
"barIcon": "align-top",
|
||||
"barTitle": "Align top"
|
||||
},
|
||||
{
|
||||
|
@ -6864,7 +6864,7 @@
|
|||
{
|
||||
"label": "Bottom",
|
||||
"value": "bottom",
|
||||
"barIcon": "AlignBottom",
|
||||
"barIcon": "align-botton",
|
||||
"barTitle": "Align bottom"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
<GridStylesButton
|
||||
style={gridHAlignVar}
|
||||
value="start"
|
||||
icon="AlignLeft"
|
||||
icon="align-left"
|
||||
title="Align left"
|
||||
active={gridHAlign === "start"}
|
||||
componentId={id}
|
||||
|
@ -208,7 +208,7 @@
|
|||
<GridStylesButton
|
||||
style={gridHAlignVar}
|
||||
value="center"
|
||||
icon="AlignCenter"
|
||||
icon="align-center"
|
||||
title="Align center"
|
||||
active={gridHAlign === "center"}
|
||||
componentId={id}
|
||||
|
@ -216,7 +216,7 @@
|
|||
<GridStylesButton
|
||||
style={gridHAlignVar}
|
||||
value="end"
|
||||
icon="AlignRight"
|
||||
icon="align-right"
|
||||
title="Align right"
|
||||
active={gridHAlign === "end"}
|
||||
componentId={id}
|
||||
|
@ -233,7 +233,7 @@
|
|||
<GridStylesButton
|
||||
style={gridVAlignVar}
|
||||
value="start"
|
||||
icon="AlignTop"
|
||||
icon="align-top"
|
||||
title="Align top"
|
||||
active={gridVAlign === "start"}
|
||||
componentId={id}
|
||||
|
@ -249,7 +249,7 @@
|
|||
<GridStylesButton
|
||||
style={gridVAlignVar}
|
||||
value="end"
|
||||
icon="AlignBottom"
|
||||
icon="align-botton"
|
||||
title="Align bottom"
|
||||
active={gridVAlign === "end"}
|
||||
componentId={id}
|
||||
|
|
Loading…
Reference in New Issue