@pingux/astro 2.20.0-alpha.2 → 2.20.0-alpha.4
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.
@@ -27,7 +27,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
27
27
|
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
28
28
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
29
29
|
var _default = {
|
30
|
-
title: 'Recipes/
|
30
|
+
title: 'Recipes/Inline Editing'
|
31
31
|
};
|
32
32
|
exports["default"] = _default;
|
33
33
|
var EditableAreaContext = /*#__PURE__*/(0, _react.createContext)();
|
@@ -16,7 +16,7 @@ import CloseIcon from '@pingux/mdi-react/CloseIcon';
|
|
16
16
|
import { Box, Icon, IconButton, TextAreaField } from '../index';
|
17
17
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
18
18
|
export default {
|
19
|
-
title: 'Recipes/
|
19
|
+
title: 'Recipes/Inline Editing'
|
20
20
|
};
|
21
21
|
var EditableAreaContext = /*#__PURE__*/createContext();
|
22
22
|
var EditableAreaProvider = EditableAreaContext.Provider;
|