@semcore/spin-container 7.19.7 → 7.20.0

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,7 +2,13 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [7.19.7-prerelease.2] - 2024-03-07
5
+ ## [7.20.0] - 2024-03-15
6
+
7
+ ### Changed
8
+
9
+ - Version minor update due to children dependencies update (`@semcore/utils` [4.20.5 ~> 4.21.0], `@semcore/spin` [5.18.5 ~> 5.19.0], `@semcore/flex-box` [5.19.4 ~> 5.20.0], `@semcore/animation` [2.19.2 ~> 2.20.0], `@semcore/core` [2.17.5 ~> 2.18.0]).
10
+
11
+ ## [7.19.7] - 2024-03-07
6
12
 
7
13
  ### Changed
8
14
 
package/README.md CHANGED
@@ -13,13 +13,13 @@
13
13
  ## Install
14
14
 
15
15
  ```sh
16
- npm install @semcore/ui
16
+ npm install intergalactic
17
17
  ```
18
18
 
19
19
  ## Usage
20
20
 
21
21
  ```jsx
22
- import SpinContainer from '@semcore/ui/spin-container';
22
+ import SpinContainer from 'intergalactic/spin-container';
23
23
  ```
24
24
 
25
25
  <details>
@@ -20,14 +20,14 @@ var _flexBox = require("@semcore/flex-box");
20
20
  var _resolveColorEnhance = _interopRequireDefault(require("@semcore/utils/lib/enhances/resolveColorEnhance"));
21
21
  var _findComponent = require("@semcore/utils/lib/findComponent");
22
22
  /*__reshadow-styles__:"./style/spin-container.shadow.css"*/
23
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_1situ_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_1situ_gg_{z-index:0;position:relative}.___SOverlay_1situ_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_1situ_gg_._theme_invert_1situ_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_1situ_gg_._theme_dark_1situ_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_1situ_gg_._theme_custom_1situ_gg_{background-color:var(--background_1situ)}" /*__inner_css_end__*/, "1situ_gg_") /*__reshadow_css_end__*/, {
24
- "__SSpinContainer": "___SSpinContainer_1situ_gg_",
25
- "__SContent": "___SContent_1situ_gg_",
26
- "__SOverlay": "___SOverlay_1situ_gg_",
27
- "_theme_invert": "_theme_invert_1situ_gg_",
28
- "_theme_dark": "_theme_dark_1situ_gg_",
29
- "_theme_custom": "_theme_custom_1situ_gg_",
30
- "--background": "--background_1situ"
23
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_5z8yz_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_5z8yz_gg_{z-index:0;position:relative}.___SOverlay_5z8yz_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_5z8yz_gg_._theme_invert_5z8yz_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_5z8yz_gg_._theme_dark_5z8yz_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_5z8yz_gg_._theme_custom_5z8yz_gg_{background-color:var(--background_5z8yz)}" /*__inner_css_end__*/, "5z8yz_gg_") /*__reshadow_css_end__*/, {
24
+ "__SSpinContainer": "___SSpinContainer_5z8yz_gg_",
25
+ "__SContent": "___SContent_5z8yz_gg_",
26
+ "__SOverlay": "___SOverlay_5z8yz_gg_",
27
+ "_theme_invert": "_theme_invert_5z8yz_gg_",
28
+ "_theme_dark": "_theme_dark_5z8yz_gg_",
29
+ "_theme_custom": "_theme_custom_5z8yz_gg_",
30
+ "--background": "--background_5z8yz"
31
31
  });
32
32
  var SpinContainerRoot = /*#__PURE__*/function (_Component) {
33
33
  (0, _inherits2["default"])(SpinContainerRoot, _Component);
@@ -16,14 +16,14 @@ import { Box } from '@semcore/flex-box';
16
16
  import resolveColorEnhance from '@semcore/utils/lib/enhances/resolveColorEnhance';
17
17
  import { isAdvanceMode } from '@semcore/utils/lib/findComponent';
18
18
  /*__reshadow-styles__:"./style/spin-container.shadow.css"*/
19
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_1situ_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_1situ_gg_{z-index:0;position:relative}.___SOverlay_1situ_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_1situ_gg_._theme_invert_1situ_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_1situ_gg_._theme_dark_1situ_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_1situ_gg_._theme_custom_1situ_gg_{background-color:var(--background_1situ)}" /*__inner_css_end__*/, "1situ_gg_") /*__reshadow_css_end__*/, {
20
- "__SSpinContainer": "___SSpinContainer_1situ_gg_",
21
- "__SContent": "___SContent_1situ_gg_",
22
- "__SOverlay": "___SOverlay_1situ_gg_",
23
- "_theme_invert": "_theme_invert_1situ_gg_",
24
- "_theme_dark": "_theme_dark_1situ_gg_",
25
- "_theme_custom": "_theme_custom_1situ_gg_",
26
- "--background": "--background_1situ"
19
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSpinContainer_5z8yz_gg_{z-index:0;position:relative;display:block;overflow:hidden}.___SContent_5z8yz_gg_{z-index:0;position:relative}.___SOverlay_5z8yz_gg_{z-index:1;display:flex;width:100%;height:100%;justify-content:center;align-items:center;position:absolute;top:0;left:0}.___SOverlay_5z8yz_gg_._theme_invert_5z8yz_gg_{background-color:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SOverlay_5z8yz_gg_._theme_dark_5z8yz_gg_{background-color:var(--intergalactic-overlay-limitation-secondary, rgba(255, 255, 255, 0.85))}.___SOverlay_5z8yz_gg_._theme_custom_5z8yz_gg_{background-color:var(--background_5z8yz)}" /*__inner_css_end__*/, "5z8yz_gg_") /*__reshadow_css_end__*/, {
20
+ "__SSpinContainer": "___SSpinContainer_5z8yz_gg_",
21
+ "__SContent": "___SContent_5z8yz_gg_",
22
+ "__SOverlay": "___SOverlay_5z8yz_gg_",
23
+ "_theme_invert": "_theme_invert_5z8yz_gg_",
24
+ "_theme_dark": "_theme_dark_5z8yz_gg_",
25
+ "_theme_custom": "_theme_custom_5z8yz_gg_",
26
+ "--background": "--background_5z8yz"
27
27
  });
28
28
  var SpinContainerRoot = /*#__PURE__*/function (_Component) {
29
29
  _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.19.7",
4
+ "version": "7.20.0",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "types": "lib/types/index.d.ts",
@@ -9,10 +9,10 @@
9
9
  "author": "UI-kit team <ui-kit-team@semrush.com>",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@semcore/utils": "4.20.5",
13
- "@semcore/spin": "5.18.5",
14
- "@semcore/flex-box": "5.19.4",
15
- "@semcore/animation": "2.19.2"
12
+ "@semcore/utils": "4.21.0",
13
+ "@semcore/spin": "5.19.0",
14
+ "@semcore/flex-box": "5.20.0",
15
+ "@semcore/animation": "2.20.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@semcore/core": "^2.17.5",