Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-spinner-basic

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-spinner-basic - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

20

CHANGELOG.md

@@ -10,3 +10,3 @@ # Change Log

* fix styles ([38e5e90](https://github.com/SUI-Components/schibsted-spain-components/commit/38e5e904604a5cd1b3bb3b2c5c2fa5f9a2834375))
* fix styles ([38e5e90](https://github.com/SUI-Components/adevinta-spain-components/commit/38e5e904604a5cd1b3bb3b2c5c2fa5f9a2834375))

@@ -20,3 +20,3 @@

* Use new [@s-ui-theme](https://github.com/s-ui-theme) ([c5181c5](https://github.com/SUI-Components/schibsted-spain-components/commit/c5181c50ac540b69d4a2598aff30486441848ba9))
* Use new [@s-ui-theme](https://github.com/s-ui-theme) ([c5181c5](https://github.com/SUI-Components/adevinta-spain-components/commit/c5181c50ac540b69d4a2598aff30486441848ba9))

@@ -30,3 +30,3 @@

* Use new [@s-ui](https://github.com/s-ui) org and stop using schibstedspain ([12feecb](https://github.com/SUI-Components/schibsted-spain-components/commit/12feecbed8412c5eb2639f2bfb79106d7dfea7fb))
* Use new [@s-ui](https://github.com/s-ui) org and stop using schibstedspain ([12feecb](https://github.com/SUI-Components/adevinta-spain-components/commit/12feecbed8412c5eb2639f2bfb79106d7dfea7fb))

@@ -40,3 +40,3 @@

* Stop using defaultProps ([e75b693](https://github.com/SUI-Components/schibsted-spain-components/commit/e75b69384607d5b07c39598f7127b31a73317031))
* Stop using defaultProps ([e75b693](https://github.com/SUI-Components/adevinta-spain-components/commit/e75b69384607d5b07c39598f7127b31a73317031))

@@ -50,3 +50,3 @@

* Remove .npmignore ([ac5f434](https://github.com/SUI-Components/schibsted-spain-components/commit/ac5f434dbb9d8fd0f00fc93e351617d17815e0ca))
* Remove .npmignore ([ac5f434](https://github.com/SUI-Components/adevinta-spain-components/commit/ac5f434dbb9d8fd0f00fc93e351617d17815e0ca))

@@ -60,3 +60,3 @@

* Bump version ([fa418a6](https://github.com/SUI-Components/schibsted-spain-components/commit/fa418a6a551965c47479209760257d57780ae1c5))
* Bump version ([fa418a6](https://github.com/SUI-Components/adevinta-spain-components/commit/fa418a6a551965c47479209760257d57780ae1c5))

@@ -70,4 +70,4 @@

* migrate to PropTypes package ([02d27f3](https://github.com/SUI-Components/schibsted-spain-components/commit/02d27f36e6addbd11de6974e128df8db97f38141))
* switch to s-ui/component-dependencies and sui-theme@8 ([b7f3ec7](https://github.com/SUI-Components/schibsted-spain-components/commit/b7f3ec747ef2d284c7bf64ad5cbccb48728931a1))
* migrate to PropTypes package ([02d27f3](https://github.com/SUI-Components/adevinta-spain-components/commit/02d27f36e6addbd11de6974e128df8db97f38141))
* switch to s-ui/component-dependencies and sui-theme@8 ([b7f3ec7](https://github.com/SUI-Components/adevinta-spain-components/commit/b7f3ec747ef2d284c7bf64ad5cbccb48728931a1))

@@ -81,3 +81,3 @@

* fix access npm package ([b0f694d](https://github.com/SUI-Components/schibsted-spain-components/commit/b0f694da42db59522d96af26a6756d2047e88306))
* fix access npm package ([b0f694d](https://github.com/SUI-Components/adevinta-spain-components/commit/b0f694da42db59522d96af26a6756d2047e88306))

@@ -91,5 +91,5 @@

* add spinner basic component ([ece7327](https://github.com/SUI-Components/schibsted-spain-components/commit/ece7327f1b5b39f6ac7ce7716d730701986235c0))
* add spinner basic component ([ece7327](https://github.com/SUI-Components/adevinta-spain-components/commit/ece7327f1b5b39f6ac7ce7716d730701986235c0))

@@ -1,3 +0,3 @@

import PropTypes from 'prop-types';
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
import cx from 'classnames';

@@ -8,10 +8,11 @@ export default function SpinnerBasic(_ref) {

var className = cx('sui-SpinnerBasic', "sui-SpinnerBasic--" + size);
return React.createElement("span", {
className: className
}, React.createElement("span", {
className: "sui-SpinnerBasic-circle sui-SpinnerBasic-circleBackground"
}), React.createElement("span", {
className: "sui-SpinnerBasic-circle sui-SpinnerBasic-circleArc"
}));
return /*#__PURE__*/_jsxs("span", {
className: className,
children: [/*#__PURE__*/_jsx("span", {
className: "sui-SpinnerBasic-circle sui-SpinnerBasic-circleBackground"
}), /*#__PURE__*/_jsx("span", {
className: "sui-SpinnerBasic-circle sui-SpinnerBasic-circleArc"
})]
});
}
SpinnerBasic.displayName = 'SpinnerBasic';
{
"name": "@s-ui/react-spinner-basic",
"version": "1.9.0",
"version": "1.10.0",
"description": "SUI Spinner Basic",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

import PropTypes from 'prop-types'
import React from 'react'
import cx from 'classnames'

@@ -4,0 +3,0 @@

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