@alfalab/core-components-loader
Advanced tools
Comparing version 2.1.3 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-loader@2.1.3...@alfalab/core-components-loader@2.2.0) (2022-08-04) | ||
### Features | ||
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63)) | ||
## [2.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-loader@2.1.2...@alfalab/core-components-loader@2.1.3) (2022-07-18) | ||
@@ -8,0 +19,0 @@ |
@@ -13,3 +13,3 @@ 'use strict'; | ||
var styles = {"component":"loader__component_x7ysg","blink":"loader__blink_x7ysg"}; | ||
var styles = {"component":"loader__component_1rkx6","blink":"loader__blink_1rkx6"}; | ||
require('./index.css') | ||
@@ -16,0 +16,0 @@ |
import React from 'react'; | ||
import cn from 'classnames'; | ||
var styles = {"component":"loader__component_x7ysg","blink":"loader__blink_x7ysg"}; | ||
var styles = {"component":"loader__component_1rkx6","blink":"loader__blink_1rkx6"}; | ||
require('./index.css') | ||
@@ -6,0 +6,0 @@ |
import React from 'react'; | ||
import cn from 'classnames'; | ||
var styles = {"component":"loader__component_x7ysg","blink":"loader__blink_x7ysg"}; | ||
var styles = {"component":"loader__component_1rkx6","blink":"loader__blink_1rkx6"}; | ||
require('./index.css') | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "@alfalab/core-components-loader", | ||
"version": "2.1.3", | ||
"version": "2.2.0", | ||
"description": "Loader component", | ||
@@ -17,8 +17,8 @@ "keywords": [], | ||
"peerDependencies": { | ||
"react": "^16.9.0 || ^17.0.1", | ||
"react-dom": "^16.9.0 || ^17.0.1" | ||
"react": "^16.9.0 || ^17.0.1 || ^18.0.0", | ||
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.6" | ||
"classnames": "^2.3.1" | ||
} | ||
} |
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
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
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
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
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
Found 1 instance in 1 package
16144
1
2
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedreact@17.0.2(transitive)
- Removedreact-dom@17.0.2(transitive)
- Removedscheduler@0.20.2(transitive)
Updatedclassnames@^2.3.1