Skip to content

Commit ebd6a88

Browse files
committed
Run build
1 parent d91df55 commit ebd6a88

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

demo/static/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/design-system-react.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10202,14 +10202,15 @@ return /******/ (function(modules) { // webpackBootstrap
1020210202
key: "renderSelectedItem",
1020310203
value: function renderSelectedItem() {
1020410204
var selectedItem = this.props.items[this.state.selectedIndex].label;
10205-
return _react2["default"].createElement("span", { tabIndex: "0", className: "slds-pill", ref: "pill-" + this.state.selectedIndex, onKeyDown: this.handlePillKeyDown.bind(this) }, _react2["default"].createElement("span", { className: "slds-pill__label" }, _react2["default"].createElement(_SLDSIcons.Icon, { category: this.props.iconCategory, name: this.props.iconName ? this.props.iconName : this.props.type, className: this.props.iconClasses }), selectedItem), _react2["default"].createElement(_SLDSButton2["default"], {
10205+
return _react2["default"].createElement("span", { tabIndex: "0", className: "slds-pill", ref: "pill-" + this.state.selectedIndex, onKeyDown: this.handlePillKeyDown.bind(this) }, _react2["default"].createElement("span", { className: "slds-pill__label" }, _react2["default"].createElement(_SLDSIcons.Icon, { category: this.props.iconCategory, name: this.props.iconName ? this.props.iconName : this.props.type, className: "slds-m-right--x-small " + this.props.iconClasses }), selectedItem), _react2["default"].createElement(_SLDSButton2["default"], {
1020610206
assistiveText: "Press delete to remove",
1020710207
tabIndex: "-1",
1020810208
variant: "icon",
1020910209
iconName: "close",
1021010210
iconSize: "medium",
1021110211
onClick: this.handleDeleteSelected.bind(this),
10212-
ref: "clearSelectedItemButton"
10212+
ref: "clearSelectedItemButton",
10213+
className: "slds-m-left--x-small "
1021310214
}));
1021410215
}
1021510216
}, {

dist/design-system-react.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/design-system-react.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/design-system-react.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/SLDSLookup/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ var SLDSLookup = (function (_React$Component) {
400400
_react2["default"].createElement(
401401
"span",
402402
{ className: "slds-pill__label" },
403-
_react2["default"].createElement(_SLDSIcons.Icon, { category: this.props.iconCategory, name: this.props.iconName ? this.props.iconName : this.props.type, className: this.props.iconClasses }),
403+
_react2["default"].createElement(_SLDSIcons.Icon, { category: this.props.iconCategory, name: this.props.iconName ? this.props.iconName : this.props.type, className: "slds-m-right--x-small " + this.props.iconClasses }),
404404
selectedItem
405405
),
406406
_react2["default"].createElement(_SLDSButton2["default"], {
@@ -410,7 +410,8 @@ var SLDSLookup = (function (_React$Component) {
410410
iconName: "close",
411411
iconSize: "medium",
412412
onClick: this.handleDeleteSelected.bind(this),
413-
ref: "clearSelectedItemButton"
413+
ref: "clearSelectedItemButton",
414+
className: "slds-m-left--x-small "
414415
})
415416
);
416417
}

0 commit comments

Comments
 (0)