ywana-core8 0.0.79 → 0.0.83

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/dist/index.cjs CHANGED
@@ -1,5 +1,6 @@
1
1
  require('material-design-icons-iconfont/dist/material-design-icons.css');
2
2
  var React = require('react');
3
+ var RSwitch = require('react-switch');
3
4
  var reactNotifications = require('react-notifications');
4
5
  require('react-notifications/lib/notifications.css');
5
6
  var equal = require('deep-equal');
@@ -8,6 +9,7 @@ var ResumableJS = require('resumablejs');
8
9
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
9
10
 
10
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
+ var RSwitch__default = /*#__PURE__*/_interopDefaultLegacy(RSwitch);
11
13
  var equal__default = /*#__PURE__*/_interopDefaultLegacy(equal);
12
14
  var ResumableJS__default = /*#__PURE__*/_interopDefaultLegacy(ResumableJS);
13
15
 
@@ -1477,6 +1479,10 @@ var TreeItem = function TreeItem(_ref3) {
1477
1479
  }, actions));
1478
1480
  };
1479
1481
 
1482
+ var Switch = function Switch(props) {
1483
+ return /*#__PURE__*/React__default["default"].createElement(RSwitch__default["default"], props);
1484
+ };
1485
+
1480
1486
  /**
1481
1487
  * Login Box
1482
1488
  */
@@ -4927,6 +4933,7 @@ exports.Site = Site;
4927
4933
  exports.SiteContext = SiteContext;
4928
4934
  exports.SiteProvider = SiteProvider;
4929
4935
  exports.Stack = Stack;
4936
+ exports.Switch = Switch;
4930
4937
  exports.TYPES = TYPES;
4931
4938
  exports.Tab = Tab;
4932
4939
  exports.TabbedContentEditor = TabbedContentEditor;