@semcore/spin-container 16.0.10 → 16.0.11-prerelease.12
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [16.0.11] - 2025-10-29
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/spin` [16.0.10 ~> 16.0.11], `@semcore/flex-box` [16.0.10 ~> 16.0.11], `@semcore/animation` [16.0.6 ~> 16.0.7], `@semcore/base-components` [16.4.0 ~> 16.4.1]).
|
|
10
|
+
|
|
5
11
|
## [16.0.10] - 2025-10-06
|
|
6
12
|
|
|
7
13
|
### Changed
|
package/lib/cjs/SpinContainer.js
CHANGED
|
@@ -19,16 +19,16 @@ var _flexBox = require("@semcore/flex-box");
|
|
|
19
19
|
var _spin = _interopRequireDefault(require("@semcore/spin"));
|
|
20
20
|
var _react = _interopRequireDefault(require("react"));
|
|
21
21
|
/*!__reshadow-styles__:"./style/spin-container.shadow.css"*/
|
|
22
|
-
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".
|
|
22
|
+
var style = (/*__reshadow_css_start__*/_core.sstyled.insert(/*__inner_css_start__*/".___SSpinContainer_5xy1z_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_5xy1z_gg_{z-index:0;position:relative}.___SOverlay_5xy1z_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_5xy1z_gg_._theme_invert_5xy1z_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_5xy1z_gg_._theme_dark_5xy1z_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_5xy1z_gg_._theme_custom_5xy1z_gg_{background-color:var(--background_5xy1z)}", /*__inner_css_end__*/"5xy1z_gg_"),
|
|
23
23
|
/*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
25
|
-
"__SSpinContainer": "
|
|
26
|
-
"__SContent": "
|
|
27
|
-
"__SOverlay": "
|
|
28
|
-
"_theme_invert": "
|
|
29
|
-
"_theme_dark": "
|
|
30
|
-
"_theme_custom": "
|
|
31
|
-
"--background": "--
|
|
25
|
+
"__SSpinContainer": "___SSpinContainer_5xy1z_gg_",
|
|
26
|
+
"__SContent": "___SContent_5xy1z_gg_",
|
|
27
|
+
"__SOverlay": "___SOverlay_5xy1z_gg_",
|
|
28
|
+
"_theme_invert": "_theme_invert_5xy1z_gg_",
|
|
29
|
+
"_theme_dark": "_theme_dark_5xy1z_gg_",
|
|
30
|
+
"_theme_custom": "_theme_custom_5xy1z_gg_",
|
|
31
|
+
"--background": "--background_5xy1z"
|
|
32
32
|
});
|
|
33
33
|
var SpinContainerRoot = /*#__PURE__*/function (_Component) {
|
|
34
34
|
function SpinContainerRoot() {
|
package/lib/es6/SpinContainer.js
CHANGED
|
@@ -16,16 +16,16 @@ import { Box } from '@semcore/flex-box';
|
|
|
16
16
|
import Spin from '@semcore/spin';
|
|
17
17
|
import React from 'react';
|
|
18
18
|
/*!__reshadow-styles__:"./style/spin-container.shadow.css"*/
|
|
19
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
19
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SSpinContainer_5xy1z_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_5xy1z_gg_{z-index:0;position:relative}.___SOverlay_5xy1z_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_5xy1z_gg_._theme_invert_5xy1z_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_5xy1z_gg_._theme_dark_5xy1z_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_5xy1z_gg_._theme_custom_5xy1z_gg_{background-color:var(--background_5xy1z)}", /*__inner_css_end__*/"5xy1z_gg_"),
|
|
20
20
|
/*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SSpinContainer": "
|
|
23
|
-
"__SContent": "
|
|
24
|
-
"__SOverlay": "
|
|
25
|
-
"_theme_invert": "
|
|
26
|
-
"_theme_dark": "
|
|
27
|
-
"_theme_custom": "
|
|
28
|
-
"--background": "--
|
|
22
|
+
"__SSpinContainer": "___SSpinContainer_5xy1z_gg_",
|
|
23
|
+
"__SContent": "___SContent_5xy1z_gg_",
|
|
24
|
+
"__SOverlay": "___SOverlay_5xy1z_gg_",
|
|
25
|
+
"_theme_invert": "_theme_invert_5xy1z_gg_",
|
|
26
|
+
"_theme_dark": "_theme_dark_5xy1z_gg_",
|
|
27
|
+
"_theme_custom": "_theme_custom_5xy1z_gg_",
|
|
28
|
+
"--background": "--background_5xy1z"
|
|
29
29
|
});
|
|
30
30
|
var SpinContainerRoot = /*#__PURE__*/function (_Component) {
|
|
31
31
|
function SpinContainerRoot() {
|
|
@@ -16,18 +16,18 @@ var style = (
|
|
|
16
16
|
/*__reshadow_css_start__*/
|
|
17
17
|
(sstyled.insert(
|
|
18
18
|
/*__inner_css_start__*/
|
|
19
|
-
".
|
|
19
|
+
".___SSpinContainer_5xy1z_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_5xy1z_gg_{z-index:0;position:relative}.___SOverlay_5xy1z_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_5xy1z_gg_._theme_invert_5xy1z_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_5xy1z_gg_._theme_dark_5xy1z_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_5xy1z_gg_._theme_custom_5xy1z_gg_{background-color:var(--background_5xy1z)}",
|
|
20
20
|
/*__inner_css_end__*/
|
|
21
|
-
"
|
|
21
|
+
"5xy1z_gg_"
|
|
22
22
|
), /*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SSpinContainer": "
|
|
25
|
-
"__SContent": "
|
|
26
|
-
"__SOverlay": "
|
|
27
|
-
"_theme_invert": "
|
|
28
|
-
"_theme_dark": "
|
|
29
|
-
"_theme_custom": "
|
|
30
|
-
"--background": "--
|
|
24
|
+
"__SSpinContainer": "___SSpinContainer_5xy1z_gg_",
|
|
25
|
+
"__SContent": "___SContent_5xy1z_gg_",
|
|
26
|
+
"__SOverlay": "___SOverlay_5xy1z_gg_",
|
|
27
|
+
"_theme_invert": "_theme_invert_5xy1z_gg_",
|
|
28
|
+
"_theme_dark": "_theme_dark_5xy1z_gg_",
|
|
29
|
+
"_theme_custom": "_theme_custom_5xy1z_gg_",
|
|
30
|
+
"--background": "--background_5xy1z"
|
|
31
31
|
})
|
|
32
32
|
);
|
|
33
33
|
var SpinContainerRoot = /* @__PURE__ */ (function(_Component) {
|
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.
|
|
4
|
+
"version": "16.0.11-prerelease.12",
|
|
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.
|
|
18
|
-
"@semcore/flex-box": "16.0.
|
|
19
|
-
"@semcore/animation": "16.0.
|
|
17
|
+
"@semcore/spin": "16.0.11-prerelease.12",
|
|
18
|
+
"@semcore/flex-box": "16.0.11-prerelease.12",
|
|
19
|
+
"@semcore/animation": "16.0.7-prerelease.12"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@semcore/base-components": "^16.
|
|
22
|
+
"@semcore/base-components": "^16.4.1-prerelease.12"
|
|
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.
|
|
30
|
+
"@semcore/core": "16.5.1-prerelease.12",
|
|
31
31
|
"@semcore/testing-utils": "1.0.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|