@semcore/tag 16.1.11-prerelease.5 → 16.1.11

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/esm/Tag.mjs +6 -6
  2. package/package.json +6 -6
package/lib/esm/Tag.mjs CHANGED
@@ -62,7 +62,7 @@ var legacyThemeRecommendedMigration = {
62
62
  muted: "gray-50"
63
63
  }
64
64
  };
65
- var RootTag = /* @__PURE__ */ function(_Component) {
65
+ var RootTag = /* @__PURE__ */ (function(_Component) {
66
66
  function RootTag2(props) {
67
67
  var _legacyThemeRecommend;
68
68
  var _this;
@@ -127,7 +127,7 @@ var RootTag = /* @__PURE__ */ function(_Component) {
127
127
  }) : null);
128
128
  }
129
129
  }]);
130
- }(Component);
130
+ })(Component);
131
131
  _defineProperty(RootTag, "displayName", "Tag");
132
132
  _defineProperty(RootTag, "style", style);
133
133
  _defineProperty(RootTag, "enhance", [i18nEnhance(localizedMessages), uniqueIDEnhancement(), resolveColorEnhance()]);
@@ -138,7 +138,7 @@ _defineProperty(RootTag, "defaultProps", {
138
138
  i18n: localizedMessages,
139
139
  locale: "en"
140
140
  });
141
- var RootTagContainer = /* @__PURE__ */ function(_Component2) {
141
+ var RootTagContainer = /* @__PURE__ */ (function(_Component2) {
142
142
  function RootTagContainer2() {
143
143
  var _this2;
144
144
  _classCallCheck(this, RootTagContainer2);
@@ -230,7 +230,7 @@ var RootTagContainer = /* @__PURE__ */ function(_Component2) {
230
230
  }, _ref2))), advancedMode ? /* @__PURE__ */ React.createElement(Children, _ref9.cn("Children", {})) : /* @__PURE__ */ React.createElement(TagContainer.Tag, null, /* @__PURE__ */ React.createElement(Children, _ref9.cn("Children", {}))));
231
231
  }
232
232
  }]);
233
- }(Component);
233
+ })(Component);
234
234
  _defineProperty(RootTagContainer, "displayName", "TagContainer");
235
235
  _defineProperty(RootTagContainer, "style", style);
236
236
  _defineProperty(RootTagContainer, "enhance", [i18nEnhance(localizedMessages), uniqueIDEnhancement(), resolveColorEnhance()]);
@@ -238,7 +238,7 @@ _defineProperty(RootTagContainer, "defaultProps", {
238
238
  color: "gray-500",
239
239
  theme: "primary"
240
240
  });
241
- var RootCloseTagContainer = /* @__PURE__ */ function(_Component3) {
241
+ var RootCloseTagContainer = /* @__PURE__ */ (function(_Component3) {
242
242
  function RootCloseTagContainer2() {
243
243
  var _this3;
244
244
  _classCallCheck(this, RootCloseTagContainer2);
@@ -275,7 +275,7 @@ var RootCloseTagContainer = /* @__PURE__ */ function(_Component3) {
275
275
  }, _ref3))), /* @__PURE__ */ React.createElement(Children, _ref0.cn("Children", {})));
276
276
  }
277
277
  }]);
278
- }(Component);
278
+ })(Component);
279
279
  _defineProperty(RootCloseTagContainer, "displayName", "CloseTagContainer");
280
280
  _defineProperty(RootCloseTagContainer, "style", style);
281
281
  _defineProperty(RootCloseTagContainer, "defaultProps", function() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/tag",
3
3
  "description": "Semrush Tag Component",
4
- "version": "16.1.11-prerelease.5",
4
+ "version": "16.1.11",
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/icon": "16.5.1-prerelease.5"
17
+ "@semcore/flex-box": "16.0.10",
18
+ "@semcore/icon": "16.5.1"
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/tag"
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"