Socket
Socket
Sign inDemoInstall

@chakra-ui/spinner

Package Overview
Dependencies
Maintainers
4
Versions
389
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/spinner - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

13

CHANGELOG.md
# Change Log
## 1.1.6
### Patch Changes
- [`3ff53e4e3`](https://github.com/chakra-ui/chakra-ui/commit/3ff53e4e3857b94c4fc18b8e02cf914bdff860e1)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
spinner base-style cant be overriden
- Updated dependencies
[[`8b5eb9654`](https://github.com/chakra-ui/chakra-ui/commit/8b5eb9654affe562795d38a19f732f84732a949d)]:
- @chakra-ui/utils@1.5.2
- @chakra-ui/visually-hidden@1.0.9
## 1.1.5

@@ -4,0 +17,0 @@

4

dist/cjs/spinner.js

@@ -47,7 +47,6 @@ "use strict";

speed = _omitThemingProps$spe === void 0 ? "0.45s" : _omitThemingProps$spe,
color = _omitThemingProps.color,
_omitThemingProps$emp = _omitThemingProps.emptyColor,
emptyColor = _omitThemingProps$emp === void 0 ? "transparent" : _omitThemingProps$emp,
className = _omitThemingProps.className,
rest = _objectWithoutPropertiesLoose(_omitThemingProps, ["label", "thickness", "speed", "color", "emptyColor", "className"]);
rest = _objectWithoutPropertiesLoose(_omitThemingProps, ["label", "thickness", "speed", "emptyColor", "className"]);

@@ -64,3 +63,2 @@ var _className = (0, _utils.cx)("chakra-spinner", className);

borderLeftColor: emptyColor,
color: color,
animation: spin + " " + speed + " linear infinite"

@@ -67,0 +65,0 @@ }, styles);

@@ -32,7 +32,6 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

speed = "0.45s",
color,
emptyColor = "transparent",
className
} = _omitThemingProps,
rest = _objectWithoutPropertiesLoose(_omitThemingProps, ["label", "thickness", "speed", "color", "emptyColor", "className"]);
rest = _objectWithoutPropertiesLoose(_omitThemingProps, ["label", "thickness", "speed", "emptyColor", "className"]);

@@ -49,3 +48,2 @@ var _className = cx("chakra-spinner", className);

borderLeftColor: emptyColor,
color,
animation: spin + " " + speed + " linear infinite"

@@ -52,0 +50,0 @@ }, styles);

{
"name": "@chakra-ui/spinner",
"version": "1.1.5",
"version": "1.1.6",
"description": "A React component for displaying spinners and loaders",

@@ -53,7 +53,7 @@ "keywords": [

"dependencies": {
"@chakra-ui/utils": "1.5.1",
"@chakra-ui/visually-hidden": "1.0.8"
"@chakra-ui/utils": "1.5.2",
"@chakra-ui/visually-hidden": "1.0.9"
},
"devDependencies": {
"@chakra-ui/system": "1.6.1",
"@chakra-ui/system": "1.6.2",
"react": "^17.0.1"

@@ -60,0 +60,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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