@atlaskit/spinner
Advanced tools
Comparing version 16.2.0 to 16.3.0
# @atlaskit/spinner | ||
## 16.3.0 | ||
### Minor Changes | ||
- [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511) | ||
[`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) - | ||
Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0` | ||
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable). | ||
This change has been done to enable usage of `react@18.3` as well as to have a consistent peer | ||
dependency range for `react` and `react-dom` for `/platform` packages. | ||
### Patch Changes | ||
- Updated dependencies | ||
## 16.2.0 | ||
@@ -4,0 +20,0 @@ |
@@ -18,4 +18,4 @@ "use strict"; | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
@@ -103,5 +103,5 @@ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 | ||
* | ||
* - [Examples](https://atlassian.design/components/{spinner}/examples) | ||
* - [Code](https://atlassian.design/components/{spinner}/code) | ||
* - [Usage](https://atlassian.design/components/{spinner}/usage) | ||
* - [Examples](https://atlassian.design/components/spinner/examples) | ||
* - [Code](https://atlassian.design/components/spinner/code) | ||
* - [Usage](https://atlassian.design/components/spinner/usage) | ||
*/ | ||
@@ -108,0 +108,0 @@ var Spinner = /*#__PURE__*/_react.default.memo( /*#__PURE__*/_react.default.forwardRef(function Spinner(_ref, ref) { |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React, { useContext, useEffect, useLayoutEffect as useRealLayoutEffect } from 'react'; | ||
@@ -91,5 +91,5 @@ | ||
* | ||
* - [Examples](https://atlassian.design/components/{spinner}/examples) | ||
* - [Code](https://atlassian.design/components/{spinner}/code) | ||
* - [Usage](https://atlassian.design/components/{spinner}/usage) | ||
* - [Examples](https://atlassian.design/components/spinner/examples) | ||
* - [Code](https://atlassian.design/components/spinner/code) | ||
* - [Usage](https://atlassian.design/components/spinner/usage) | ||
*/ | ||
@@ -96,0 +96,0 @@ const Spinner = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function Spinner({ |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React, { useContext, useEffect, useLayoutEffect as useRealLayoutEffect } from 'react'; | ||
@@ -91,5 +91,5 @@ | ||
* | ||
* - [Examples](https://atlassian.design/components/{spinner}/examples) | ||
* - [Code](https://atlassian.design/components/{spinner}/code) | ||
* - [Usage](https://atlassian.design/components/{spinner}/usage) | ||
* - [Examples](https://atlassian.design/components/spinner/examples) | ||
* - [Code](https://atlassian.design/components/spinner/code) | ||
* - [Usage](https://atlassian.design/components/spinner/usage) | ||
*/ | ||
@@ -96,0 +96,0 @@ var Spinner = /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(function Spinner(_ref, ref) { |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React from 'react'; | ||
@@ -12,7 +12,7 @@ import { type SpinnerProps } from './types'; | ||
* | ||
* - [Examples](https://atlassian.design/components/{spinner}/examples) | ||
* - [Code](https://atlassian.design/components/{spinner}/code) | ||
* - [Usage](https://atlassian.design/components/{spinner}/usage) | ||
* - [Examples](https://atlassian.design/components/spinner/examples) | ||
* - [Code](https://atlassian.design/components/spinner/code) | ||
* - [Usage](https://atlassian.design/components/spinner/usage) | ||
*/ | ||
declare const Spinner: React.MemoExoticComponent<React.ForwardRefExoticComponent<SpinnerProps & React.RefAttributes<SVGSVGElement>>>; | ||
export default Spinner; |
/** | ||
* @jsxRuntime classic | ||
* @jsx jsx | ||
*/ | ||
/** @jsx jsx */ | ||
import React from 'react'; | ||
@@ -12,7 +12,7 @@ import { type SpinnerProps } from './types'; | ||
* | ||
* - [Examples](https://atlassian.design/components/{spinner}/examples) | ||
* - [Code](https://atlassian.design/components/{spinner}/code) | ||
* - [Usage](https://atlassian.design/components/{spinner}/usage) | ||
* - [Examples](https://atlassian.design/components/spinner/examples) | ||
* - [Code](https://atlassian.design/components/spinner/code) | ||
* - [Usage](https://atlassian.design/components/spinner/usage) | ||
*/ | ||
declare const Spinner: React.MemoExoticComponent<React.ForwardRefExoticComponent<SpinnerProps & React.RefAttributes<SVGSVGElement>>>; | ||
export default Spinner; |
{ | ||
"name": "@atlaskit/spinner", | ||
"version": "16.2.0", | ||
"version": "16.3.0", | ||
"description": "A spinner is an animated spinning icon that lets users know content is being loaded.", | ||
@@ -31,4 +31,4 @@ "publishConfig": { | ||
"@atlaskit/interaction-context": "^2.1.0", | ||
"@atlaskit/theme": "^12.10.0", | ||
"@atlaskit/tokens": "^1.51.0", | ||
"@atlaskit/theme": "^12.12.0", | ||
"@atlaskit/tokens": "^1.58.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -38,3 +38,3 @@ "@emotion/react": "^11.7.1" | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ~18.2.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
"@af/integration-testing": "*", | ||
"@atlaskit/ds-lib": "^2.3.0", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -47,0 +47,0 @@ "@atlaskit/visual-regression": "*", |
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
85201
+ Addedreact@18.3.1(transitive)
- Removedreact@18.2.0(transitive)
Updated@atlaskit/theme@^12.12.0
Updated@atlaskit/tokens@^1.58.0