@springernature/global-popup
Advanced tools
Comparing version 4.5.1 to 5.0.0
# History | ||
## 5.0.0 (2022-04-08) | ||
* UPDATE: brand-context v20.1.1 | ||
* global-javascript and global-expander now come from brand-context | ||
## 4.5.1 (2022-02-18) | ||
@@ -4,0 +8,0 @@ * Remove post install step that was causing issues with CI |
@@ -1,2 +0,2 @@ | ||
import {makeArray, getDataOptions} from '../../global-javascript/src/helpers'; | ||
import {makeArray, getDataOptions} from '@springernature/brand-context'; | ||
import {Popup} from './popup'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import {Expander} from '@springernature/global-expander/js/expander'; | ||
import {Expander} from '@springernature/brand-context'; | ||
@@ -3,0 +3,0 @@ const Popup = class { |
{ | ||
"name": "@springernature/global-popup", | ||
"version": "4.5.1", | ||
"version": "5.0.0", | ||
"description": "Builds and styles a popup that can be opened and closed", | ||
"license": "MIT", | ||
"brandContext": "^9.0.1", | ||
"dependencies": { | ||
"@springernature/global-javascript": "^3.0.1", | ||
"@springernature/global-expander": "^4.0.1" | ||
} | ||
"brandContext": "^20.1.1" | ||
} |
Sorry, the diff of this file is not supported yet
0
53638
- Removed@springernature/global-expander@4.2.2(transitive)
- Removed@springernature/global-javascript@3.0.4(transitive)