@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.js
CHANGED
|
@@ -231,37 +231,37 @@ var MenuItemInfo = function (props) {
|
|
|
231
231
|
return (React__default['default'].createElement(core.Box, { display: "flex", flexGrow: 1, flexDirection: "column", height: "100%" }, props.children));
|
|
232
232
|
};
|
|
233
233
|
|
|
234
|
-
var _path$
|
|
234
|
+
var _path$2p;
|
|
235
235
|
|
|
236
|
-
function _extends$
|
|
236
|
+
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); }
|
|
237
237
|
|
|
238
238
|
function SvgChevronDown(props) {
|
|
239
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
239
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5p({
|
|
240
240
|
viewBox: "0 0 16 16",
|
|
241
241
|
fill: "none",
|
|
242
242
|
strokeLinecap: "round",
|
|
243
243
|
strokeLinejoin: "round",
|
|
244
244
|
width: "1em",
|
|
245
245
|
height: "1em"
|
|
246
|
-
}, props), _path$
|
|
246
|
+
}, props), _path$2p || (_path$2p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
247
247
|
d: "M4 6l4 4 4-4",
|
|
248
248
|
stroke: "currentColor"
|
|
249
249
|
})));
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
var _path$
|
|
252
|
+
var _path$2o;
|
|
253
253
|
|
|
254
|
-
function _extends$
|
|
254
|
+
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); }
|
|
255
255
|
|
|
256
256
|
function SvgChevronUp(props) {
|
|
257
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
257
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5o({
|
|
258
258
|
viewBox: "0 0 16 16",
|
|
259
259
|
fill: "none",
|
|
260
260
|
strokeLinecap: "round",
|
|
261
261
|
strokeLinejoin: "round",
|
|
262
262
|
width: "1em",
|
|
263
263
|
height: "1em"
|
|
264
|
-
}, props), _path$
|
|
264
|
+
}, props), _path$2o || (_path$2o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
265
265
|
d: "M12 10L8 6l-4 4",
|
|
266
266
|
stroke: "currentColor"
|
|
267
267
|
})));
|