Update icons for many components

This commit is contained in:
Andrew Kingston 2022-07-01 13:11:48 +01:00
parent b084e19855
commit 607db933d2
1 changed files with 12 additions and 12 deletions

View File

@ -81,7 +81,7 @@
"container": { "container": {
"name": "Container", "name": "Container",
"description": "This component contains things within itself", "description": "This component contains things within itself",
"icon": "Sandbox", "icon": "Selection",
"hasChildren": true, "hasChildren": true,
"showSettingsBar": true, "showSettingsBar": true,
"styles": [ "styles": [
@ -393,7 +393,7 @@
"repeater": { "repeater": {
"name": "Repeater", "name": "Repeater",
"description": "A configurable data list that attaches to your backend tables.", "description": "A configurable data list that attaches to your backend tables.",
"icon": "ViewList", "icon": "JourneyData",
"illegalChildren": [ "illegalChildren": [
"section" "section"
], ],
@ -894,7 +894,7 @@
}, },
"tag": { "tag": {
"name": "Tag", "name": "Tag",
"icon": "TextParagraph", "icon": "Label",
"showSettingsBar": true, "showSettingsBar": true,
"settings": [ "settings": [
{ {
@ -1028,7 +1028,7 @@
"icon": { "icon": {
"name": "Icon", "name": "Icon",
"description": "A basic component for displaying icons", "description": "A basic component for displaying icons",
"icon": "Bell", "icon": "Shapes",
"illegalChildren": [ "illegalChildren": [
"section" "section"
], ],
@ -2358,7 +2358,7 @@
}, },
"optionsfield": { "optionsfield": {
"name": "Options Picker", "name": "Options Picker",
"icon": "ViewList", "icon": "Menu",
"styles": [ "styles": [
"size" "size"
], ],
@ -2686,7 +2686,7 @@
}, },
"booleanfield": { "booleanfield": {
"name": "Checkbox", "name": "Checkbox",
"icon": "Checkmark", "icon": "SelectBox",
"editable": true, "editable": true,
"illegalChildren": [ "illegalChildren": [
"section" "section"
@ -2763,7 +2763,7 @@
}, },
"longformfield": { "longformfield": {
"name": "Long Form Field", "name": "Long Form Field",
"icon": "TextParagraph", "icon": "AlignLeft",
"styles": [ "styles": [
"size" "size"
], ],
@ -2838,7 +2838,7 @@
}, },
"datetimefield": { "datetimefield": {
"name": "Date Picker", "name": "Date Picker",
"icon": "DateInput", "icon": "Date",
"styles": [ "styles": [
"size" "size"
], ],
@ -3430,7 +3430,7 @@
}, },
"daterangepicker": { "daterangepicker": {
"name": "Date Range", "name": "Date Range",
"icon": "Date", "icon": "Calendar",
"styles": [ "styles": [
"size" "size"
], ],
@ -3467,7 +3467,7 @@
}, },
"spectrumcard": { "spectrumcard": {
"name": "Card", "name": "Card",
"icon": "Card", "icon": "PersonalizationField",
"styles": [ "styles": [
"size" "size"
], ],
@ -3526,7 +3526,7 @@
}, },
"dynamicfilter": { "dynamicfilter": {
"name": "Dynamic Filter", "name": "Dynamic Filter",
"icon": "FilterEdit", "icon": "Filter",
"showSettingsBar": true, "showSettingsBar": true,
"settings": [ "settings": [
{ {
@ -4122,7 +4122,7 @@
}, },
"markdownviewer": { "markdownviewer": {
"name": "Markdown Viewer", "name": "Markdown Viewer",
"icon": "TaskList", "icon": "Preview",
"styles": [ "styles": [
"size" "size"
], ],