@meduza/ui-kit-2 0.2.36 → 0.2.37
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/dist/constants.d.ts +0 -4
- package/dist/ui-kit-2.cjs.development.js +1 -5
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +1 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2840 -2840
- package/package.json +1 -1
- package/src/Toolbar/Toolbar.stories.tsx +1 -9
- package/src/constants.ts +1 -5
package/dist/constants.d.ts
CHANGED
|
@@ -24,8 +24,6 @@ export declare const SocialLabels: {
|
|
|
24
24
|
ru: {
|
|
25
25
|
tg: string;
|
|
26
26
|
fb: string;
|
|
27
|
-
vk: string;
|
|
28
|
-
ok: string;
|
|
29
27
|
tw: string;
|
|
30
28
|
pdf: string;
|
|
31
29
|
bookmark: string;
|
|
@@ -34,8 +32,6 @@ export declare const SocialLabels: {
|
|
|
34
32
|
en: {
|
|
35
33
|
tg: string;
|
|
36
34
|
fb: string;
|
|
37
|
-
vk: string;
|
|
38
|
-
ok: string;
|
|
39
35
|
tw: string;
|
|
40
36
|
pdf: string;
|
|
41
37
|
bookmark: string;
|
|
@@ -382,9 +382,7 @@ var imageConditionalKeys = {
|
|
|
382
382
|
var SocialLabels = {
|
|
383
383
|
ru: {
|
|
384
384
|
tg: 'Телеграм',
|
|
385
|
-
fb: '
|
|
386
|
-
vk: 'Вк',
|
|
387
|
-
ok: 'Ок',
|
|
385
|
+
fb: 'Фейсбук',
|
|
388
386
|
tw: 'Твиттер',
|
|
389
387
|
pdf: 'PDF',
|
|
390
388
|
bookmark: 'В закладки',
|
|
@@ -393,8 +391,6 @@ var SocialLabels = {
|
|
|
393
391
|
en: {
|
|
394
392
|
tg: 'Telegram',
|
|
395
393
|
fb: 'Fb',
|
|
396
|
-
vk: 'Vk',
|
|
397
|
-
ok: 'Ok',
|
|
398
394
|
tw: 'Twitter',
|
|
399
395
|
pdf: 'PDF',
|
|
400
396
|
bookmark: 'Add to bookmarks'
|