Update propertyCategories.js

This commit is contained in:
Joe 2020-05-29 09:39:47 +01:00
parent 17e6bf261b
commit 69d6109c33
1 changed files with 15 additions and 17 deletions

View File

@ -167,16 +167,15 @@ export const typography = [
key: "font-weight", key: "font-weight",
control: OptionSelect, control: OptionSelect,
options: [ options: [
{ label: "100", value:"100"}, { label: "100", value: "100" },
{ label: "200", value:"200"}, { label: "200", value: "200" },
{ label: "300", value:"300"}, { label: "300", value: "300" },
{ label: "400", value:"400"}, { label: "400", value: "400" },
{ label: "500", value:"500"}, { label: "500", value: "500" },
{ label: "600", value:"600"}, { label: "600", value: "600" },
{ label: "700", value:"700"}, { label: "700", value: "700" },
{ label: "800", value:"800"}, { label: "800", value: "800" },
{ label: "900", value:"900"}, { label: "900", value: "900" },
], ],
}, },
{ label: "size", key: "font-size", defaultValue: "", control: Input }, { label: "size", key: "font-size", defaultValue: "", control: Input },
@ -198,14 +197,13 @@ export const typography = [
control: OptionSelect, control: OptionSelect,
defaultValue: "Underline", defaultValue: "Underline",
options: [ options: [
{label: "Underline", value: "underline"}, { label: "Underline", value: "underline" },
{label: "None", value: "none"}, { label: "None", value: "none" },
{label: "Overline", value: "overline"}, { label: "Overline", value: "overline" },
{label: "Line-through", value: "line-through"}, { label: "Line-through", value: "line-through" },
{label: "Under Over", value: "underline overline"}, { label: "Under Over", value: "underline overline" },
], ],
}, },
{ label: "transform", key: "text-transform", control: Input }, //custom { label: "transform", key: "text-transform", control: Input }, //custom
{ label: "style", key: "font-style", control: Input }, //custom { label: "style", key: "font-style", control: Input }, //custom