Socket
Socket
Sign inDemoInstall

@semcore/spin

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/spin - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

4

CHANGELOG.md

@@ -5,7 +5,7 @@ # Changelog

## [4.1.1] - 2022-10-17
## [4.1.2] - 2022-10-20
### Changed
- Version patch update due to children dependencies update (`@semcore/utils` [3.39.0 ~> 3.39.0], `@semcore/flex-box` [4.6.0 ~> 4.6.1]).
- Version patch update due to children dependencies update (`@semcore/utils` [3.39.0 ~> 3.39.1], `@semcore/flex-box` [4.6.1 ~> 4.6.2]).

@@ -12,0 +12,0 @@ ## [4.1.0] - 2022-10-10

@@ -49,19 +49,19 @@ "use strict";

/*__inner_css_start__*/
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n@keyframes spin-rotate_t7hx8 {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n\n.___SSpin_t7hx8_gg_ {\n display: block;\n flex-shrink: 0;\n box-sizing: border-box;\n animation-name: spin-rotate_t7hx8;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n animation-duration: 0.75s;\n fill: var(--theme_t7hx8);\n}\n\n.___SSpin_t7hx8_gg_._theme_dark_t7hx8_gg_ {\n fill: #c4c7cf;\n}\n\n.___SSpin_t7hx8_gg_._theme_invert_t7hx8_gg_ {\n fill: #fff;\n}\n\n.___SSpin_t7hx8_gg_.__centered_t7hx8_gg_ {\n margin: auto;\n}\n\n.___SSpin_t7hx8_gg_._size_xs_t7hx8_gg_ {\n width: 16px;\n height: 16px;\n}\n\n.___SSpin_t7hx8_gg_._size_s_t7hx8_gg_ {\n width: 20px;\n height: 20px;\n}\n\n.___SSpin_t7hx8_gg_._size_m_t7hx8_gg_ {\n width: 24px;\n height: 24px;\n}\n\n.___SSpin_t7hx8_gg_._size_l_t7hx8_gg_ {\n width: 32px;\n height: 32px;\n}\n\n.___SSpin_t7hx8_gg_._size_xl_t7hx8_gg_ {\n width: 48px;\n height: 48px;\n}\n\n.___SSpin_t7hx8_gg_._size_xxl_t7hx8_gg_ {\n width: 72px;\n height: 72px;\n}\n\n@media (prefers-reduced-motion) {\n .___SSpin_t7hx8_gg_ {\n animation-name: none;\n }\n}\n"
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n@keyframes spin-rotate_1li4i {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n\n.___SSpin_1li4i_gg_ {\n display: block;\n flex-shrink: 0;\n box-sizing: border-box;\n animation-name: spin-rotate_1li4i;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n animation-duration: 0.75s;\n fill: var(--theme_1li4i);\n}\n\n.___SSpin_1li4i_gg_._theme_dark_1li4i_gg_ {\n fill: #c4c7cf;\n}\n\n.___SSpin_1li4i_gg_._theme_invert_1li4i_gg_ {\n fill: #fff;\n}\n\n.___SSpin_1li4i_gg_.__centered_1li4i_gg_ {\n margin: auto;\n}\n\n.___SSpin_1li4i_gg_._size_xs_1li4i_gg_ {\n width: 16px;\n height: 16px;\n}\n\n.___SSpin_1li4i_gg_._size_s_1li4i_gg_ {\n width: 20px;\n height: 20px;\n}\n\n.___SSpin_1li4i_gg_._size_m_1li4i_gg_ {\n width: 24px;\n height: 24px;\n}\n\n.___SSpin_1li4i_gg_._size_l_1li4i_gg_ {\n width: 32px;\n height: 32px;\n}\n\n.___SSpin_1li4i_gg_._size_xl_1li4i_gg_ {\n width: 48px;\n height: 48px;\n}\n\n.___SSpin_1li4i_gg_._size_xxl_1li4i_gg_ {\n width: 72px;\n height: 72px;\n}\n\n@media (prefers-reduced-motion) {\n .___SSpin_1li4i_gg_ {\n animation-name: none;\n }\n}\n"
/*__inner_css_end__*/
, "t7hx8_gg_")
, "1li4i_gg_")
/*__reshadow_css_end__*/
, {
"@spin-rotate": "spin-rotate_t7hx8",
"__SSpin": "___SSpin_t7hx8_gg_",
"--theme": "--theme_t7hx8",
"_theme_dark": "_theme_dark_t7hx8_gg_",
"_theme_invert": "_theme_invert_t7hx8_gg_",
"_centered": "__centered_t7hx8_gg_",
"_size_xs": "_size_xs_t7hx8_gg_",
"_size_s": "_size_s_t7hx8_gg_",
"_size_m": "_size_m_t7hx8_gg_",
"_size_l": "_size_l_t7hx8_gg_",
"_size_xl": "_size_xl_t7hx8_gg_",
"_size_xxl": "_size_xxl_t7hx8_gg_"
"@spin-rotate": "spin-rotate_1li4i",
"__SSpin": "___SSpin_1li4i_gg_",
"--theme": "--theme_1li4i",
"_theme_dark": "_theme_dark_1li4i_gg_",
"_theme_invert": "_theme_invert_1li4i_gg_",
"_centered": "__centered_1li4i_gg_",
"_size_xs": "_size_xs_1li4i_gg_",
"_size_s": "_size_s_1li4i_gg_",
"_size_m": "_size_m_1li4i_gg_",
"_size_l": "_size_l_1li4i_gg_",
"_size_xl": "_size_xl_1li4i_gg_",
"_size_xxl": "_size_xxl_1li4i_gg_"
});

@@ -68,0 +68,0 @@

@@ -28,19 +28,19 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

/*__inner_css_start__*/
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n@keyframes spin-rotate_t7hx8 {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n\n.___SSpin_t7hx8_gg_ {\n display: block;\n flex-shrink: 0;\n box-sizing: border-box;\n animation-name: spin-rotate_t7hx8;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n animation-duration: 0.75s;\n fill: var(--theme_t7hx8);\n}\n\n.___SSpin_t7hx8_gg_._theme_dark_t7hx8_gg_ {\n fill: #c4c7cf;\n}\n\n.___SSpin_t7hx8_gg_._theme_invert_t7hx8_gg_ {\n fill: #fff;\n}\n\n.___SSpin_t7hx8_gg_.__centered_t7hx8_gg_ {\n margin: auto;\n}\n\n.___SSpin_t7hx8_gg_._size_xs_t7hx8_gg_ {\n width: 16px;\n height: 16px;\n}\n\n.___SSpin_t7hx8_gg_._size_s_t7hx8_gg_ {\n width: 20px;\n height: 20px;\n}\n\n.___SSpin_t7hx8_gg_._size_m_t7hx8_gg_ {\n width: 24px;\n height: 24px;\n}\n\n.___SSpin_t7hx8_gg_._size_l_t7hx8_gg_ {\n width: 32px;\n height: 32px;\n}\n\n.___SSpin_t7hx8_gg_._size_xl_t7hx8_gg_ {\n width: 48px;\n height: 48px;\n}\n\n.___SSpin_t7hx8_gg_._size_xxl_t7hx8_gg_ {\n width: 72px;\n height: 72px;\n}\n\n@media (prefers-reduced-motion) {\n .___SSpin_t7hx8_gg_ {\n animation-name: none;\n }\n}\n"
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n@keyframes spin-rotate_1li4i {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n\n.___SSpin_1li4i_gg_ {\n display: block;\n flex-shrink: 0;\n box-sizing: border-box;\n animation-name: spin-rotate_1li4i;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n animation-duration: 0.75s;\n fill: var(--theme_1li4i);\n}\n\n.___SSpin_1li4i_gg_._theme_dark_1li4i_gg_ {\n fill: #c4c7cf;\n}\n\n.___SSpin_1li4i_gg_._theme_invert_1li4i_gg_ {\n fill: #fff;\n}\n\n.___SSpin_1li4i_gg_.__centered_1li4i_gg_ {\n margin: auto;\n}\n\n.___SSpin_1li4i_gg_._size_xs_1li4i_gg_ {\n width: 16px;\n height: 16px;\n}\n\n.___SSpin_1li4i_gg_._size_s_1li4i_gg_ {\n width: 20px;\n height: 20px;\n}\n\n.___SSpin_1li4i_gg_._size_m_1li4i_gg_ {\n width: 24px;\n height: 24px;\n}\n\n.___SSpin_1li4i_gg_._size_l_1li4i_gg_ {\n width: 32px;\n height: 32px;\n}\n\n.___SSpin_1li4i_gg_._size_xl_1li4i_gg_ {\n width: 48px;\n height: 48px;\n}\n\n.___SSpin_1li4i_gg_._size_xxl_1li4i_gg_ {\n width: 72px;\n height: 72px;\n}\n\n@media (prefers-reduced-motion) {\n .___SSpin_1li4i_gg_ {\n animation-name: none;\n }\n}\n"
/*__inner_css_end__*/
, "t7hx8_gg_")
, "1li4i_gg_")
/*__reshadow_css_end__*/
, {
"@spin-rotate": "spin-rotate_t7hx8",
"__SSpin": "___SSpin_t7hx8_gg_",
"--theme": "--theme_t7hx8",
"_theme_dark": "_theme_dark_t7hx8_gg_",
"_theme_invert": "_theme_invert_t7hx8_gg_",
"_centered": "__centered_t7hx8_gg_",
"_size_xs": "_size_xs_t7hx8_gg_",
"_size_s": "_size_s_t7hx8_gg_",
"_size_m": "_size_m_t7hx8_gg_",
"_size_l": "_size_l_t7hx8_gg_",
"_size_xl": "_size_xl_t7hx8_gg_",
"_size_xxl": "_size_xxl_t7hx8_gg_"
"@spin-rotate": "spin-rotate_1li4i",
"__SSpin": "___SSpin_1li4i_gg_",
"--theme": "--theme_1li4i",
"_theme_dark": "_theme_dark_1li4i_gg_",
"_theme_invert": "_theme_invert_1li4i_gg_",
"_centered": "__centered_1li4i_gg_",
"_size_xs": "_size_xs_1li4i_gg_",
"_size_s": "_size_s_1li4i_gg_",
"_size_m": "_size_m_1li4i_gg_",
"_size_l": "_size_l_1li4i_gg_",
"_size_xl": "_size_xl_1li4i_gg_",
"_size_xxl": "_size_xxl_1li4i_gg_"
});

@@ -47,0 +47,0 @@

{
"name": "@semcore/spin",
"description": "Semrush Spin Component",
"version": "4.1.1",
"version": "4.1.2",
"main": "lib/cjs/index.js",

@@ -6,0 +6,0 @@ "module": "lib/es6/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc