Skip to content

Commit

Permalink
v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJSchoen committed Jun 6, 2022
1 parent 6add077 commit b1b19f0
Show file tree
Hide file tree
Showing 53 changed files with 1,021 additions and 1,555 deletions.
30 changes: 12 additions & 18 deletions dist/components/Block/ExtraBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var FunctionButtonExtra = function FunctionButtonExtra(_ref2) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
disabled: interactionDisabled,
onSelect: function onSelect() {
return _onClick(data, blockSpec);
Expand Down Expand Up @@ -145,7 +145,7 @@ var LockIndicatorExtra = function LockIndicatorExtra(_ref4) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
disabled: true
}, /*#__PURE__*/_react.default.createElement(Indicator, null, /*#__PURE__*/_react.default.createElement(Icon, null)), inner);
}
Expand Down Expand Up @@ -186,7 +186,7 @@ var NameEditToggleExtra = function NameEditToggleExtra(_ref5) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
disabled: disabled,
onSelect: function onSelect() {
return setIsEditing(!isEditing);
Expand Down Expand Up @@ -229,7 +229,7 @@ var SelectionToggleExtra = function SelectionToggleExtra(_ref6) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
disabled: disabled,
onSelect: function onSelect() {
return setIsSelected(!isSelected);
Expand Down Expand Up @@ -269,7 +269,7 @@ var CollapseToggleExtra = function CollapseToggleExtra(_ref7) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
onSelect: function onSelect() {
return setIsCollapsed(!isCollapsed);
}
Expand Down Expand Up @@ -307,7 +307,7 @@ var DebugToggleExtra = function DebugToggleExtra(_ref8) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
onSelect: function onSelect() {
return setIsDebugging(!isDebugging);
}
Expand All @@ -331,7 +331,7 @@ var IndicatorTextExtra = function IndicatorTextExtra(_ref9) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor
$highlightColor: highlightColor
}, /*#__PURE__*/_react.default.createElement(Indicator, null, /*#__PURE__*/_react.default.createElement(Pill, {
value: value
})), /*#__PURE__*/_react.default.createElement(_grommet.Button, {
Expand Down Expand Up @@ -374,7 +374,7 @@ var IndicatorIconExtra = function IndicatorIconExtra(_ref10) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor
$highlightColor: highlightColor
}, /*#__PURE__*/_react.default.createElement(Indicator, null, value), inner);
}
};
Expand Down Expand Up @@ -419,7 +419,7 @@ var AddArgumentExtra = function AddArgumentExtra(_ref11) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
disabled: interactionDisabled,
onSelect: function onSelect() {
return addArgument(data.id, argumentType);
Expand Down Expand Up @@ -491,7 +491,7 @@ var DeleteExtra = function DeleteExtra(_ref13) {
} else {
return /*#__PURE__*/_react.default.createElement(Wrapper, {
checked: true,
highlightColor: highlightColor,
$highlightColor: highlightColor,
disabled: !canDelete,
onSelect: function onSelect() {
return deleteFunc(data, parentId, fieldInfo);
Expand Down Expand Up @@ -527,7 +527,7 @@ var DropdownExtra = function DropdownExtra(_ref14) {
var usedLabel = label ? label : 'More Options';
return /*#__PURE__*/_react.default.createElement(MenuComponent, null, /*#__PURE__*/_react.default.createElement(TriggerComponent, {
asChild: inTopLevel,
highlightColor: highlightColor
$highlightColor: highlightColor
}, inTopLevel ? /*#__PURE__*/_react.default.createElement(_grommet.Button, {
size: "small",
as: "div",
Expand Down Expand Up @@ -740,13 +740,7 @@ var ButtonSwitch = function ButtonSwitch(_ref15) {
inner = /*#__PURE__*/_react.default.createElement(_Utility.OtherStyledSeparator, {
decorative: true,
orientation: "vertical",
css: {
margin: '4px',
'&[data-orientation=vertical]': {
height: '15pt',
width: 1
}
}
$height: "15px"
});
}

Expand Down
Loading

0 comments on commit b1b19f0

Please sign in to comment.