@semcore/spin-container 16.0.10-prerelease.5 → 16.0.10

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.
@@ -30,7 +30,7 @@ var style = (
30
30
  "--background": "--background_1lsol"
31
31
  })
32
32
  );
33
- var SpinContainerRoot = /* @__PURE__ */ function(_Component) {
33
+ var SpinContainerRoot = /* @__PURE__ */ (function(_Component) {
34
34
  function SpinContainerRoot2() {
35
35
  var _this;
36
36
  _classCallCheck(this, SpinContainerRoot2);
@@ -99,7 +99,7 @@ var SpinContainerRoot = /* @__PURE__ */ function(_Component) {
99
99
  return _ref4 = sstyled(styles), /* @__PURE__ */ React.createElement(SSpinContainer, _ref4.cn("SSpinContainer", _objectSpread({}, assignProps({}, _ref))), advancedMode ? /* @__PURE__ */ React.createElement(Children, _ref4.cn("Children", {})) : /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(SpinContainer.Content, null, /* @__PURE__ */ React.createElement(Children, _ref4.cn("Children", {}))), /* @__PURE__ */ React.createElement(SpinContainer.Overlay, null)));
100
100
  }
101
101
  }]);
102
- }(Component);
102
+ })(Component);
103
103
  _defineProperty(SpinContainerRoot, "displayName", "SpinContainer");
104
104
  _defineProperty(SpinContainerRoot, "style", style);
105
105
  _defineProperty(SpinContainerRoot, "defaultProps", {
@@ -108,7 +108,7 @@ _defineProperty(SpinContainerRoot, "defaultProps", {
108
108
  duration: 200
109
109
  });
110
110
  _defineProperty(SpinContainerRoot, "enhance", [resolveColorEnhance()]);
111
- var Overlay = /* @__PURE__ */ function(_Component2) {
111
+ var Overlay = /* @__PURE__ */ (function(_Component2) {
112
112
  function Overlay2() {
113
113
  _classCallCheck(this, Overlay2);
114
114
  return _callSuper(this, Overlay2, arguments);
@@ -130,7 +130,7 @@ var Overlay = /* @__PURE__ */ function(_Component2) {
130
130
  }, _ref2)))));
131
131
  }
132
132
  }]);
133
- }(Component);
133
+ })(Component);
134
134
  _defineProperty(Overlay, "defaultProps", function(_ref7) {
135
135
  var size = _ref7.size, theme = _ref7.theme;
136
136
  return {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/spin-container",
3
3
  "description": "Semrush SpinContainer Component",
4
- "version": "16.0.10-prerelease.5",
4
+ "version": "16.0.10",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "types": "lib/types/index.d.ts",
@@ -14,12 +14,12 @@
14
14
  "types": "./lib/types/index.d.ts"
15
15
  },
16
16
  "dependencies": {
17
- "@semcore/spin": "16.0.10-prerelease.5",
18
- "@semcore/flex-box": "16.0.10-prerelease.5",
19
- "@semcore/animation": "16.0.6-prerelease.5"
17
+ "@semcore/spin": "16.0.10",
18
+ "@semcore/flex-box": "16.0.10",
19
+ "@semcore/animation": "16.0.6"
20
20
  },
21
21
  "peerDependencies": {
22
- "@semcore/base-components": "^16.4.0-prerelease.5"
22
+ "@semcore/base-components": "^16.0.0"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "directory": "semcore/spin-container"
28
28
  },
29
29
  "devDependencies": {
30
- "@semcore/core": "16.5.0-prerelease.5",
30
+ "@semcore/core": "16.5.0",
31
31
  "@semcore/testing-utils": "1.0.0"
32
32
  },
33
33
  "scripts": {