@popmenu/ordering-ui 0.92.0 → 0.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.es.js +8 -8
- package/build/index.es.js.map +1 -1
- package/build/index.js +8 -8
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -191,37 +191,37 @@ var MenuItemInfo = function (props) {
|
|
|
191
191
|
return (React__default.createElement(Box, { display: "flex", flexGrow: 1, flexDirection: "column", height: "100%" }, props.children));
|
|
192
192
|
};
|
|
193
193
|
|
|
194
|
-
var _path$
|
|
194
|
+
var _path$2p;
|
|
195
195
|
|
|
196
|
-
function _extends$
|
|
196
|
+
function _extends$5p() { _extends$5p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5p.apply(this, arguments); }
|
|
197
197
|
|
|
198
198
|
function SvgChevronDown(props) {
|
|
199
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
199
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5p({
|
|
200
200
|
viewBox: "0 0 16 16",
|
|
201
201
|
fill: "none",
|
|
202
202
|
strokeLinecap: "round",
|
|
203
203
|
strokeLinejoin: "round",
|
|
204
204
|
width: "1em",
|
|
205
205
|
height: "1em"
|
|
206
|
-
}, props), _path$
|
|
206
|
+
}, props), _path$2p || (_path$2p = /*#__PURE__*/React.createElement("path", {
|
|
207
207
|
d: "M4 6l4 4 4-4",
|
|
208
208
|
stroke: "currentColor"
|
|
209
209
|
})));
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
var _path$
|
|
212
|
+
var _path$2o;
|
|
213
213
|
|
|
214
|
-
function _extends$
|
|
214
|
+
function _extends$5o() { _extends$5o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5o.apply(this, arguments); }
|
|
215
215
|
|
|
216
216
|
function SvgChevronUp(props) {
|
|
217
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
217
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5o({
|
|
218
218
|
viewBox: "0 0 16 16",
|
|
219
219
|
fill: "none",
|
|
220
220
|
strokeLinecap: "round",
|
|
221
221
|
strokeLinejoin: "round",
|
|
222
222
|
width: "1em",
|
|
223
223
|
height: "1em"
|
|
224
|
-
}, props), _path$
|
|
224
|
+
}, props), _path$2o || (_path$2o = /*#__PURE__*/React.createElement("path", {
|
|
225
225
|
d: "M12 10L8 6l-4 4",
|
|
226
226
|
stroke: "currentColor"
|
|
227
227
|
})));
|