@ironsource/shared-ui 1.4.3 → 2.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -110,7 +110,7 @@ Uses ESLint + Prettier rules (runs automatically on commit)
110
110
  npm run lint
111
111
  ```
112
112
 
113
- ## Visual Tests
113
+ ## Visual Tests
114
114
 
115
115
  Uses jest, puppeteer and jest-image-snapshot packages
116
116
 
package/index.vue.js CHANGED
@@ -1,4 +1,4 @@
1
- import './Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css';
1
+ import './Switch.vue_vue_type_style_index_0_scoped_true_lang.css';
2
2
  export { AppTriggerTypes } from './components/appTrigger/index.vue.js';
3
3
  export { AutocompleteDropdownTypes } from './components/autocompleteDropdown/index.vue.js';
4
4
  export { MenuItemTypes } from './components/menuItem/index.vue.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "1.4.3",
3
+ "version": "2.0.0-rc.0",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"