@semcore/spin-container 6.2.14 → 6.2.16
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,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [6.2.
|
|
5
|
+
## [6.2.16] - 2023-03-23
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.47.
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/utils` [3.47.4 ~> 3.48.0], `@semcore/spin` [4.2.13 ~> 4.2.14], `@semcore/flex-box` [4.7.13 ~> 4.7.14], `@semcore/animation` [1.9.5 ~> 1.9.6]).
|
|
10
10
|
|
|
11
11
|
## [6.2.9] - 2023-02-09
|
|
12
12
|
|
package/lib/cjs/SpinContainer.js
CHANGED
|
@@ -40,18 +40,18 @@ var style = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_core.sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
".
|
|
43
|
+
".___SSpinContainer_c8o81_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_c8o81_gg_{z-index:0;position:relative}.___SOverlay_c8o81_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_c8o81_gg_._theme_invert_c8o81_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_c8o81_gg_._theme_dark_c8o81_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_c8o81_gg_._theme_custom_c8o81_gg_{background-color:var(--background_c8o81)}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "c8o81_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SSpinContainer": "
|
|
49
|
-
"__SContent": "
|
|
50
|
-
"__SOverlay": "
|
|
51
|
-
"_theme_invert": "
|
|
52
|
-
"_theme_dark": "
|
|
53
|
-
"_theme_custom": "
|
|
54
|
-
"--background": "--
|
|
48
|
+
"__SSpinContainer": "___SSpinContainer_c8o81_gg_",
|
|
49
|
+
"__SContent": "___SContent_c8o81_gg_",
|
|
50
|
+
"__SOverlay": "___SOverlay_c8o81_gg_",
|
|
51
|
+
"_theme_invert": "_theme_invert_c8o81_gg_",
|
|
52
|
+
"_theme_dark": "_theme_dark_c8o81_gg_",
|
|
53
|
+
"_theme_custom": "_theme_custom_c8o81_gg_",
|
|
54
|
+
"--background": "--background_c8o81"
|
|
55
55
|
});
|
|
56
56
|
|
|
57
57
|
var SpinContainerRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -25,8 +25,9 @@ SOverlay {
|
|
|
25
25
|
SOverlay[theme='invert'] {
|
|
26
26
|
background-color: var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4));
|
|
27
27
|
}
|
|
28
|
+
|
|
28
29
|
SOverlay[theme='dark'] {
|
|
29
|
-
background-color: rgba(255, 255, 255, 0.85);
|
|
30
|
+
background-color: var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
SOverlay[theme='custom'] {
|
package/lib/es6/SpinContainer.js
CHANGED
|
@@ -21,18 +21,18 @@ var style = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
_sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
".
|
|
24
|
+
".___SSpinContainer_c8o81_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_c8o81_gg_{z-index:0;position:relative}.___SOverlay_c8o81_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_c8o81_gg_._theme_invert_c8o81_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_c8o81_gg_._theme_dark_c8o81_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_c8o81_gg_._theme_custom_c8o81_gg_{background-color:var(--background_c8o81)}"
|
|
25
25
|
/*__inner_css_end__*/
|
|
26
|
-
, "
|
|
26
|
+
, "c8o81_gg_")
|
|
27
27
|
/*__reshadow_css_end__*/
|
|
28
28
|
, {
|
|
29
|
-
"__SSpinContainer": "
|
|
30
|
-
"__SContent": "
|
|
31
|
-
"__SOverlay": "
|
|
32
|
-
"_theme_invert": "
|
|
33
|
-
"_theme_dark": "
|
|
34
|
-
"_theme_custom": "
|
|
35
|
-
"--background": "--
|
|
29
|
+
"__SSpinContainer": "___SSpinContainer_c8o81_gg_",
|
|
30
|
+
"__SContent": "___SContent_c8o81_gg_",
|
|
31
|
+
"__SOverlay": "___SOverlay_c8o81_gg_",
|
|
32
|
+
"_theme_invert": "_theme_invert_c8o81_gg_",
|
|
33
|
+
"_theme_dark": "_theme_dark_c8o81_gg_",
|
|
34
|
+
"_theme_custom": "_theme_custom_c8o81_gg_",
|
|
35
|
+
"--background": "--background_c8o81"
|
|
36
36
|
});
|
|
37
37
|
|
|
38
38
|
var SpinContainerRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -25,8 +25,9 @@ SOverlay {
|
|
|
25
25
|
SOverlay[theme='invert'] {
|
|
26
26
|
background-color: var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4));
|
|
27
27
|
}
|
|
28
|
+
|
|
28
29
|
SOverlay[theme='dark'] {
|
|
29
|
-
background-color: rgba(255, 255, 255, 0.85);
|
|
30
|
+
background-color: var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85));
|
|
30
31
|
}
|
|
31
32
|
|
|
32
33
|
SOverlay[theme='custom'] {
|