@semcore/spin-container 7.40.4 → 7.41.0-prerelease.1

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
+ ## [7.41.0] - 2025-02-27
6
+
7
+ ### Changed
8
+
9
+ - Version minor update due to children dependencies update (`@semcore/utils` [4.45.1 ~> 4.47.0], `@semcore/spin` [5.40.1 ~> 5.41.0], `@semcore/flex-box` [5.40.1 ~> 5.41.0], `@semcore/animation` [2.40.1 ~> 2.41.0], `@semcore/core` [2.38.1 ~> 2.39.0]).
10
+
5
11
  ## [7.40.4] - 2025-02-05
6
12
 
7
13
  ### Changed
@@ -22,14 +22,14 @@ var _flexBox = require("@semcore/flex-box");
22
22
  var _resolveColorEnhance = _interopRequireDefault(require("@semcore/utils/lib/enhances/resolveColorEnhance"));
23
23
  var _findComponent = require("@semcore/utils/lib/findComponent");
24
24
  /*__reshadow-styles__:"./style/spin-container.shadow.css"*/
25
- var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_unvhd_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_unvhd_gg_{z-index:0;position:relative}.___SOverlay_unvhd_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_unvhd_gg_._theme_invert_unvhd_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_unvhd_gg_._theme_dark_unvhd_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_unvhd_gg_._theme_custom_unvhd_gg_{background-color:var(--background_unvhd)}" /*__inner_css_end__*/, "unvhd_gg_") /*__reshadow_css_end__*/, {
26
- "__SSpinContainer": "___SSpinContainer_unvhd_gg_",
27
- "__SContent": "___SContent_unvhd_gg_",
28
- "__SOverlay": "___SOverlay_unvhd_gg_",
29
- "_theme_invert": "_theme_invert_unvhd_gg_",
30
- "_theme_dark": "_theme_dark_unvhd_gg_",
31
- "_theme_custom": "_theme_custom_unvhd_gg_",
32
- "--background": "--background_unvhd"
25
+ var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_1l6x4_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_1l6x4_gg_{z-index:0;position:relative}.___SOverlay_1l6x4_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_1l6x4_gg_._theme_invert_1l6x4_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_1l6x4_gg_._theme_dark_1l6x4_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_1l6x4_gg_._theme_custom_1l6x4_gg_{background-color:var(--background_1l6x4)}" /*__inner_css_end__*/, "1l6x4_gg_") /*__reshadow_css_end__*/, {
26
+ "__SSpinContainer": "___SSpinContainer_1l6x4_gg_",
27
+ "__SContent": "___SContent_1l6x4_gg_",
28
+ "__SOverlay": "___SOverlay_1l6x4_gg_",
29
+ "_theme_invert": "_theme_invert_1l6x4_gg_",
30
+ "_theme_dark": "_theme_dark_1l6x4_gg_",
31
+ "_theme_custom": "_theme_custom_1l6x4_gg_",
32
+ "--background": "--background_1l6x4"
33
33
  });
34
34
  var SpinContainerRoot = /*#__PURE__*/function (_Component) {
35
35
  (0, _inherits2["default"])(SpinContainerRoot, _Component);
@@ -17,14 +17,14 @@ import { Box } from '@semcore/flex-box';
17
17
  import resolveColorEnhance from '@semcore/utils/lib/enhances/resolveColorEnhance';
18
18
  import { isAdvanceMode } from '@semcore/utils/lib/findComponent';
19
19
  /*__reshadow-styles__:"./style/spin-container.shadow.css"*/
20
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_unvhd_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_unvhd_gg_{z-index:0;position:relative}.___SOverlay_unvhd_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_unvhd_gg_._theme_invert_unvhd_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_unvhd_gg_._theme_dark_unvhd_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_unvhd_gg_._theme_custom_unvhd_gg_{background-color:var(--background_unvhd)}" /*__inner_css_end__*/, "unvhd_gg_") /*__reshadow_css_end__*/, {
21
- "__SSpinContainer": "___SSpinContainer_unvhd_gg_",
22
- "__SContent": "___SContent_unvhd_gg_",
23
- "__SOverlay": "___SOverlay_unvhd_gg_",
24
- "_theme_invert": "_theme_invert_unvhd_gg_",
25
- "_theme_dark": "_theme_dark_unvhd_gg_",
26
- "_theme_custom": "_theme_custom_unvhd_gg_",
27
- "--background": "--background_unvhd"
20
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_1l6x4_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_1l6x4_gg_{z-index:0;position:relative}.___SOverlay_1l6x4_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_1l6x4_gg_._theme_invert_1l6x4_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_1l6x4_gg_._theme_dark_1l6x4_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_1l6x4_gg_._theme_custom_1l6x4_gg_{background-color:var(--background_1l6x4)}" /*__inner_css_end__*/, "1l6x4_gg_") /*__reshadow_css_end__*/, {
21
+ "__SSpinContainer": "___SSpinContainer_1l6x4_gg_",
22
+ "__SContent": "___SContent_1l6x4_gg_",
23
+ "__SOverlay": "___SOverlay_1l6x4_gg_",
24
+ "_theme_invert": "_theme_invert_1l6x4_gg_",
25
+ "_theme_dark": "_theme_dark_1l6x4_gg_",
26
+ "_theme_custom": "_theme_custom_1l6x4_gg_",
27
+ "--background": "--background_1l6x4"
28
28
  });
29
29
  var SpinContainerRoot = /*#__PURE__*/function (_Component) {
30
30
  _inherits(SpinContainerRoot, _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": "7.40.4",
4
+ "version": "7.41.0-prerelease.1",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "types": "lib/types/index.d.ts",
@@ -9,13 +9,13 @@
9
9
  "author": "UI-kit team <ui-kit-team@semrush.com>",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@semcore/utils": "4.45.1",
13
- "@semcore/spin": "5.40.1",
14
- "@semcore/flex-box": "5.40.1",
15
- "@semcore/animation": "2.40.1"
12
+ "@semcore/utils": "4.47.0-prerelease.1",
13
+ "@semcore/spin": "5.41.0-prerelease.1",
14
+ "@semcore/flex-box": "5.41.0-prerelease.1",
15
+ "@semcore/animation": "2.41.0-prerelease.1"
16
16
  },
17
17
  "peerDependencies": {
18
- "@semcore/core": "^2.17.5",
18
+ "@semcore/core": "^2.39.0-prerelease.1",
19
19
  "react": "16.8 - 18",
20
20
  "react-dom": "16.8 - 18"
21
21
  },