@snack-uikit/locale 0.15.0 → 0.15.1

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.15.1 (2025-05-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **PDS-2227:** remove tooltip from code copy button ([adee4e2](https://github.com/cloud-ru-tech/snack-uikit/commit/adee4e273a99c484456481530636cc49894c13bc))
12
+
13
+
14
+
15
+
16
+
6
17
  # 0.15.0 (2025-05-28)
7
18
 
8
19
 
@@ -26,7 +26,7 @@ export declare function createLocaleContext<D extends Dictionary>({ extendedDict
26
26
  t: GetLocaleText<D>;
27
27
  lang: LocaleLang;
28
28
  };
29
- <C extends LocaleComponentName<D> = "Table" | "List" | "Chips" | "Fields" | "SearchPrivate" | "ColorPicker" | "Calendar" | "Toolbar" | "ToastUpload" | "CodeEditor" | keyof D>(componentName: C): {
29
+ <C extends LocaleComponentName<D> = "Table" | "List" | "Chips" | "Fields" | "SearchPrivate" | "ColorPicker" | "Calendar" | "Toolbar" | "ToastUpload" | keyof D>(componentName: C): {
30
30
  t: GetLocaleText<D, C>;
31
31
  lang: LocaleLang;
32
32
  };
@@ -74,7 +74,4 @@ export declare const en_GB: {
74
74
  uploaded: string;
75
75
  };
76
76
  };
77
- CodeEditor: {
78
- copyButtonToolTip: string;
79
- };
80
77
  };
@@ -79,8 +79,5 @@ exports.en_GB = {
79
79
  errorUploaded: 'Error uploaded',
80
80
  uploaded: 'Uploaded'
81
81
  }
82
- },
83
- CodeEditor: {
84
- copyButtonToolTip: 'Copy'
85
82
  }
86
83
  };
@@ -75,9 +75,6 @@ export declare const LOCALES: {
75
75
  uploaded: string;
76
76
  };
77
77
  };
78
- CodeEditor: {
79
- copyButtonToolTip: string;
80
- };
81
78
  };
82
79
  readonly 'ru-RU': {
83
80
  Table: {
@@ -155,8 +152,5 @@ export declare const LOCALES: {
155
152
  uploaded: string;
156
153
  };
157
154
  };
158
- CodeEditor: {
159
- copyButtonToolTip: string;
160
- };
161
155
  };
162
156
  };
@@ -79,8 +79,5 @@ exports.ru_RU = {
79
79
  errorUploaded: 'Ошибка при загрузке',
80
80
  uploaded: 'Загружено'
81
81
  }
82
- },
83
- CodeEditor: {
84
- copyButtonToolTip: 'Копировать'
85
82
  }
86
83
  };
@@ -26,7 +26,7 @@ export declare function createLocaleContext<D extends Dictionary>({ extendedDict
26
26
  t: GetLocaleText<D>;
27
27
  lang: LocaleLang;
28
28
  };
29
- <C extends LocaleComponentName<D> = "Table" | "List" | "Chips" | "Fields" | "SearchPrivate" | "ColorPicker" | "Calendar" | "Toolbar" | "ToastUpload" | "CodeEditor" | keyof D>(componentName: C): {
29
+ <C extends LocaleComponentName<D> = "Table" | "List" | "Chips" | "Fields" | "SearchPrivate" | "ColorPicker" | "Calendar" | "Toolbar" | "ToastUpload" | keyof D>(componentName: C): {
30
30
  t: GetLocaleText<D, C>;
31
31
  lang: LocaleLang;
32
32
  };
@@ -74,7 +74,4 @@ export declare const en_GB: {
74
74
  uploaded: string;
75
75
  };
76
76
  };
77
- CodeEditor: {
78
- copyButtonToolTip: string;
79
- };
80
77
  };
@@ -74,7 +74,4 @@ export const en_GB = {
74
74
  uploaded: 'Uploaded',
75
75
  },
76
76
  },
77
- CodeEditor: {
78
- copyButtonToolTip: 'Copy',
79
- },
80
77
  };
@@ -75,9 +75,6 @@ export declare const LOCALES: {
75
75
  uploaded: string;
76
76
  };
77
77
  };
78
- CodeEditor: {
79
- copyButtonToolTip: string;
80
- };
81
78
  };
82
79
  readonly 'ru-RU': {
83
80
  Table: {
@@ -155,8 +152,5 @@ export declare const LOCALES: {
155
152
  uploaded: string;
156
153
  };
157
154
  };
158
- CodeEditor: {
159
- copyButtonToolTip: string;
160
- };
161
155
  };
162
156
  };
@@ -74,7 +74,4 @@ export const ru_RU = {
74
74
  uploaded: 'Загружено',
75
75
  },
76
76
  },
77
- CodeEditor: {
78
- copyButtonToolTip: 'Копировать',
79
- },
80
77
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Locale",
7
- "version": "0.15.0",
7
+ "version": "0.15.1",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -41,5 +41,5 @@
41
41
  "devDependencies": {
42
42
  "@types/lodash.merge": "4.6.9"
43
43
  },
44
- "gitHead": "bfec8dd0ba3b8e294440db45599d9770216e602f"
44
+ "gitHead": "988d11cb5e0902f5dbe0add54fa0d09e6285219c"
45
45
  }
@@ -76,7 +76,4 @@ export const en_GB = {
76
76
  uploaded: 'Uploaded',
77
77
  },
78
78
  },
79
- CodeEditor: {
80
- copyButtonToolTip: 'Copy',
81
- },
82
79
  } satisfies Dictionary;
@@ -76,7 +76,4 @@ export const ru_RU: typeof en_GB = {
76
76
  uploaded: 'Загружено',
77
77
  },
78
78
  },
79
- CodeEditor: {
80
- copyButtonToolTip: 'Копировать',
81
- },
82
79
  };