@umbraco-ui/uui-tabs 1.7.1 → 1.8.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -356,6 +356,7 @@ cleanupTabs_fn = function() {
356
356
  __privateGet(this, _tabResizeObservers).forEach((observer) => observer.disconnect());
357
357
  });
358
358
  __privateGet(this, _tabResizeObservers).length = 0;
359
+ __privateGet(this, _visibilityBreakpoints).length = 0;
359
360
  };
360
361
  _onSlotChange = new WeakSet();
361
362
  onSlotChange_fn = function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-tabs",
3
- "version": "1.7.1",
3
+ "version": "1.8.0-rc.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,10 +30,10 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.7.0",
34
- "@umbraco-ui/uui-button": "1.7.1",
35
- "@umbraco-ui/uui-popover-container": "1.7.0",
36
- "@umbraco-ui/uui-symbol-more": "1.7.0"
33
+ "@umbraco-ui/uui-base": "1.8.0-rc.0",
34
+ "@umbraco-ui/uui-button": "1.8.0-rc.0",
35
+ "@umbraco-ui/uui-popover-container": "1.8.0-rc.0",
36
+ "@umbraco-ui/uui-symbol-more": "1.8.0-rc.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "homepage": "https://uui.umbraco.com/?path=/story/uui-tabs",
47
- "gitHead": "48b40b1f5a550f89e731051c78f2c5aea9412c47"
47
+ "gitHead": "46d444c66217c9a3c74518d8ce4badc7f121bfdf"
48
48
  }