@cloud-ru/uikit-product-site-tag 0.3.12 → 0.3.13

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.3.13 (2025-11-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **PD-3377:** removed contributors ([121640f](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/121640f7b88b20a728a6ad2c39de8841532bb308))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 0.3.12 (2025-11-13)
7
18
 
8
19
  ### Only dependencies have been changed
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  import { Appearance } from '../../types';
4
4
  export type TagSpecialProps = WithSupportProps<{
5
5
  text: string;
@@ -13,7 +13,7 @@ var __rest = (this && this.__rest) || function (s, e) {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.TagSpecial = TagSpecial;
15
15
  const jsx_runtime_1 = require("react/jsx-runtime");
16
- const uikit_product_utils_1 = require("@sbercloud/uikit-product-utils");
16
+ const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
17
17
  const promo_tag_1 = require("@snack-uikit/promo-tag");
18
18
  const helperComponents_1 = require("../../helperComponents");
19
19
  function TagSpecial(_a) {
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { WithSupportProps } from '@sbercloud/uikit-product-utils';
2
+ import { WithSupportProps } from '@cloud-ru/uikit-product-utils';
3
3
  import { Appearance } from '../../types';
4
4
  export type TagSpecialProps = WithSupportProps<{
5
5
  text: string;
@@ -10,7 +10,7 @@ var __rest = (this && this.__rest) || function (s, e) {
10
10
  return t;
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
- import { extractSupportProps } from '@sbercloud/uikit-product-utils';
13
+ import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
14
14
  import { PromoTag } from '@snack-uikit/promo-tag';
15
15
  import { Tooltip } from '../../helperComponents';
16
16
  export function TagSpecial(_a) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloud-ru/uikit-product-site-tag",
3
3
  "title": "Site Tag",
4
- "version": "0.3.12",
4
+ "version": "0.3.13",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.woff",
@@ -30,17 +30,16 @@
30
30
  "name": "Akhremenko Grigorii",
31
31
  "url": "https://github.com/AGrigorii"
32
32
  },
33
- "contributors": [],
34
33
  "license": "Apache-2.0",
35
34
  "publishConfig": {
36
35
  "access": "public"
37
36
  },
38
37
  "scripts": {},
39
38
  "dependencies": {
40
- "@cloud-ru/uikit-product-utils": "7.0.2",
39
+ "@cloud-ru/uikit-product-utils": "7.0.3",
41
40
  "@snack-uikit/promo-tag": "0.7.1",
42
41
  "@snack-uikit/tooltip": "0.16.2",
43
42
  "@snack-uikit/utils": "3.8.1"
44
43
  },
45
- "gitHead": "bf479ecf7238ef20b78f20acaef439efa535d1a1"
44
+ "gitHead": "ce69097516055b330a0b05da5e29ac5b66e56284"
46
45
  }