diff --git a/bricks/widget.js b/bricks/widget.js index 7fe9873..f5d5d9b 100644 --- a/bricks/widget.js +++ b/bricks/widget.js @@ -120,12 +120,18 @@ bricks.JsWidget = class { "marginTop", "marginBottom", "padding", + "paddingLeft", + "paddingRight", + "paddingTop", + "paddingBottom", "align", "textAlign", "overflowY", "overflowX", "overflow", "flexShrink", + "flexGrow", + "flex", "minWidth", "maxWidth", "minHeight", @@ -137,7 +143,46 @@ bricks.JsWidget = class { "zIndex", "overflowX", "overflowY", - "color" + "color", + "borderRadius", + "borderTopLeftRadius", + "borderTopRightRadius", + "borderBottomLeftRadius", + "borderBottomRightRadius", + "border", + "borderTop", + "borderBottom", + "borderLeft", + "borderRight", + "borderColor", + "borderWidth", + "borderStyle", + "opacity", + "boxShadow", + "textShadow", + "textDecoration", + "textTransform", + "whiteSpace", + "wordBreak", + "wordWrap", + "overflowWrap", + "gap", + "alignItems", + "alignSelf", + "justifyContent", + "flexDirection", + "flexWrap", + "flexBasis", + "order", + "transition", + "transform", + "pointerEvents", + "userSelect", + "listStyle", + "objectFit", + "objectPosition", + "outline", + "boxSizing" ]; var mapping_keys = { "bgcolor":"backgroundColor" diff --git a/dist/bricks.js b/dist/bricks.js index 24e9adc..6ba6505 100644 --- a/dist/bricks.js +++ b/dist/bricks.js @@ -1272,12 +1272,18 @@ bricks.JsWidget = class { "marginTop", "marginBottom", "padding", + "paddingLeft", + "paddingRight", + "paddingTop", + "paddingBottom", "align", "textAlign", "overflowY", "overflowX", "overflow", "flexShrink", + "flexGrow", + "flex", "minWidth", "maxWidth", "minHeight", @@ -1289,7 +1295,46 @@ bricks.JsWidget = class { "zIndex", "overflowX", "overflowY", - "color" + "color", + "borderRadius", + "borderTopLeftRadius", + "borderTopRightRadius", + "borderBottomLeftRadius", + "borderBottomRightRadius", + "border", + "borderTop", + "borderBottom", + "borderLeft", + "borderRight", + "borderColor", + "borderWidth", + "borderStyle", + "opacity", + "boxShadow", + "textShadow", + "textDecoration", + "textTransform", + "whiteSpace", + "wordBreak", + "wordWrap", + "overflowWrap", + "gap", + "alignItems", + "alignSelf", + "justifyContent", + "flexDirection", + "flexWrap", + "flexBasis", + "order", + "transition", + "transform", + "pointerEvents", + "userSelect", + "listStyle", + "objectFit", + "objectPosition", + "outline", + "boxSizing" ]; var mapping_keys = { "bgcolor":"backgroundColor"