@semcore/tab-line 16.0.10-prerelease.5 → 16.0.10

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.
@@ -44,7 +44,7 @@ var optionsA11yEnhance = {
44
44
  },
45
45
  childSelector: ["role", "tab"]
46
46
  };
47
- var TabLineRoot = /* @__PURE__ */ function(_Component) {
47
+ var TabLineRoot = /* @__PURE__ */ (function(_Component) {
48
48
  function TabLineRoot2() {
49
49
  var _this;
50
50
  _classCallCheck(this, TabLineRoot2);
@@ -186,7 +186,7 @@ var TabLineRoot = /* @__PURE__ */ function(_Component) {
186
186
  }), /* @__PURE__ */ React.createElement(Children, _ref5.cn("Children", {}))), animation && /* @__PURE__ */ React.createElement(SCaret, _ref5.cn("SCaret", _objectSpread({}, this.getCaretProps()))));
187
187
  }
188
188
  }]);
189
- }(Component);
189
+ })(Component);
190
190
  _defineProperty(TabLineRoot, "displayName", "TabLine");
191
191
  _defineProperty(TabLineRoot, "style", style);
192
192
  _defineProperty(TabLineRoot, "defaultProps", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/tab-line",
3
3
  "description": "Semrush TabLine Component",
4
- "version": "16.0.10-prerelease.5",
4
+ "version": "16.0.10",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -14,11 +14,11 @@
14
14
  "types": "./lib/types/index.d.ts"
15
15
  },
16
16
  "dependencies": {
17
- "@semcore/flex-box": "16.0.10-prerelease.5",
18
- "@semcore/neighbor-location": "16.0.10-prerelease.5"
17
+ "@semcore/flex-box": "16.0.10",
18
+ "@semcore/neighbor-location": "16.0.10"
19
19
  },
20
20
  "peerDependencies": {
21
- "@semcore/base-components": "^16.4.0-prerelease.5"
21
+ "@semcore/base-components": "^16.0.0"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "directory": "semcore/tab-line"
27
27
  },
28
28
  "devDependencies": {
29
- "@semcore/core": "16.5.0-prerelease.5",
30
- "@semcore/testing-utils": "1.0.0"
29
+ "@semcore/testing-utils": "1.0.0",
30
+ "@semcore/core": "16.5.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "pnpm semcore-builder --source=js && pnpm vite build"