@s-ui/react-spinner-basic
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -1,5 +0,16 @@ | ||
# Change Log | ||
# CHANGELOG | ||
All notable changes to this project will be documented in this file. | ||
# 1.11.0 (2022-10-27) | ||
# 1.10.0 (2020-11-24) | ||
### Features | ||
* **spinner/basic:** Use new jsx runtime ([0f9f519](https://github.com/SUI-Components/adevinta-spain-components/commit/0f9f519ddc5aeb4ab6f1c6307974cf381f3f6a07)) | ||
# 1.9.0 (2020-04-09) | ||
@@ -10,3 +21,3 @@ | ||
* fix styles ([38e5e90](https://github.com/SUI-Components/adevinta-spain-components/commit/38e5e904604a5cd1b3bb3b2c5c2fa5f9a2834375)) | ||
* **spinner/basic:** fix styles ([38e5e90](https://github.com/SUI-Components/adevinta-spain-components/commit/38e5e904604a5cd1b3bb3b2c5c2fa5f9a2834375)) | ||
@@ -20,3 +31,3 @@ | ||
* Use new [@s-ui-theme](https://github.com/s-ui-theme) ([c5181c5](https://github.com/SUI-Components/adevinta-spain-components/commit/c5181c50ac540b69d4a2598aff30486441848ba9)) | ||
* **spinner/basic:** Use new [@s-ui-theme](https://github.com/s-ui-theme) ([c5181c5](https://github.com/SUI-Components/adevinta-spain-components/commit/c5181c50ac540b69d4a2598aff30486441848ba9)) | ||
@@ -30,3 +41,3 @@ | ||
* 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)) | ||
* **spinner/basic:** 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 +51,3 @@ | ||
* Stop using defaultProps ([e75b693](https://github.com/SUI-Components/adevinta-spain-components/commit/e75b69384607d5b07c39598f7127b31a73317031)) | ||
* **spinner/basic:** Stop using defaultProps ([e75b693](https://github.com/SUI-Components/adevinta-spain-components/commit/e75b69384607d5b07c39598f7127b31a73317031)) | ||
@@ -50,3 +61,3 @@ | ||
* Remove .npmignore ([ac5f434](https://github.com/SUI-Components/adevinta-spain-components/commit/ac5f434dbb9d8fd0f00fc93e351617d17815e0ca)) | ||
* **spinner/basic:** Remove .npmignore ([ac5f434](https://github.com/SUI-Components/adevinta-spain-components/commit/ac5f434dbb9d8fd0f00fc93e351617d17815e0ca)) | ||
@@ -60,3 +71,3 @@ | ||
* Bump version ([fa418a6](https://github.com/SUI-Components/adevinta-spain-components/commit/fa418a6a551965c47479209760257d57780ae1c5)) | ||
* **spinner/basic:** Bump version ([fa418a6](https://github.com/SUI-Components/adevinta-spain-components/commit/fa418a6a551965c47479209760257d57780ae1c5)) | ||
@@ -70,4 +81,4 @@ | ||
* 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)) | ||
* **spinner/basic:** migrate to PropTypes package ([02d27f3](https://github.com/SUI-Components/adevinta-spain-components/commit/02d27f36e6addbd11de6974e128df8db97f38141)) | ||
* **spinner/basic:** switch to s-ui/component-dependencies and sui-theme@8 ([b7f3ec7](https://github.com/SUI-Components/adevinta-spain-components/commit/b7f3ec747ef2d284c7bf64ad5cbccb48728931a1)) | ||
@@ -81,3 +92,3 @@ | ||
* fix access npm package ([b0f694d](https://github.com/SUI-Components/adevinta-spain-components/commit/b0f694da42db59522d96af26a6756d2047e88306)) | ||
* **spinner/basic:** fix access npm package ([b0f694d](https://github.com/SUI-Components/adevinta-spain-components/commit/b0f694da42db59522d96af26a6756d2047e88306)) | ||
@@ -91,5 +102,5 @@ | ||
* add spinner basic component ([ece7327](https://github.com/SUI-Components/adevinta-spain-components/commit/ece7327f1b5b39f6ac7ce7716d730701986235c0)) | ||
* **spinner/basic:** add spinner basic component ([ece7327](https://github.com/SUI-Components/adevinta-spain-components/commit/ece7327f1b5b39f6ac7ce7716d730701986235c0)) | ||
@@ -0,7 +1,8 @@ | ||
import cx from 'classnames'; | ||
import PropTypes from 'prop-types'; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import { jsxs as _jsxs } from "react/jsx-runtime"; | ||
import cx from 'classnames'; | ||
export default function SpinnerBasic(_ref) { | ||
var _ref$size = _ref.size, | ||
size = _ref$size === void 0 ? 'medium' : _ref$size; | ||
size = _ref$size === void 0 ? 'medium' : _ref$size; | ||
var className = cx('sui-SpinnerBasic', "sui-SpinnerBasic--" + size); | ||
@@ -8,0 +9,0 @@ return /*#__PURE__*/_jsxs("span", { |
{ | ||
"name": "@s-ui/react-spinner-basic", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "SUI Spinner Basic", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "rm -Rf ./lib && mkdir -p ./lib && npm run babel && npm run sass", | ||
"babel": "../../../node_modules/.bin/babel --presets sui ./src --out-dir ./lib", | ||
"sass": "../../../node_modules/.bin/cpx \"./src/**/*.scss\" ./lib" | ||
"prepublishOnly": "rm -Rf ./lib && mkdir -p ./lib && npm run babel && npm run sass", | ||
"babel": "babel --presets sui ./src --out-dir ./lib", | ||
"sass": "cpx \"./src/**/*.scss\" ./lib" | ||
}, | ||
@@ -11,0 +11,0 @@ "keywords": [], |
@@ -0,3 +1,3 @@ | ||
import cx from 'classnames' | ||
import PropTypes from 'prop-types' | ||
import cx from 'classnames' | ||
@@ -4,0 +4,0 @@ export default function SpinnerBasic({size = 'medium'}) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9121
9
49