@meduza/ui-kit-2 0.2.35 → 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 +5 -9
- 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 +5 -9
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2678 -2632
- package/package.json +1 -1
- package/src/ImportantLead/ImportantLead.module.css +10 -7
- package/src/Meta/Meta.module.css +13 -4
- package/src/RichTitle/RichTitle.module.css +12 -7
- package/src/SimpleBlock/SimpleBlock.module.css +46 -29
- package/src/SimpleTitle/SimpleTitle.module.css +4 -3
- package/src/Tag/Tag.module.css +19 -11
- 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'
|
|
@@ -828,7 +824,7 @@ var DotsOnImage = function DotsOnImage(_ref) {
|
|
|
828
824
|
})))));
|
|
829
825
|
};
|
|
830
826
|
|
|
831
|
-
var styles$8 = {"root":"Tag-module_root__3IqWC","small":"Tag-module_small__2IAb7","large":"Tag-module_large__22z_o","dark":"Tag-module_dark__sgnt1","light":"Tag-module_light__1zUhp","gold":"Tag-module_gold__2ksA7","gray":"Tag-module_gray__mGAO_","inherit":"Tag-module_inherit__2QB5U","is1to1":"Tag-module_is1to1__3EDbC","is1to2":"Tag-module_is1to2__3xbC6","isInSuperBlock":"Tag-module_isInSuperBlock__38JE0","is1to3":"Tag-module_is1to3__3j5K-","is1to4":"Tag-module_is1to4__2vq4r","slide":"Tag-module_slide__2nMDw","game":"Tag-module_game__3j5yG","richRelated":"Tag-module_richRelated__2vbQQ","card":"Tag-module_card__1EAeF","live":"Tag-module_live__rwXuR","episode":"Tag-module_episode__3o6gg","podcast":"Tag-module_podcast__VPoll","rich":"Tag-module_rich__2URd9","isInDynamicBlock":"Tag-module_isInDynamicBlock__1YM9I","mobile":"Tag-module_mobile__QQxuv","desktop":"Tag-module_desktop__1Bjsy"};
|
|
827
|
+
var styles$8 = {"root":"Tag-module_root__3IqWC","small":"Tag-module_small__2IAb7","large":"Tag-module_large__22z_o","dark":"Tag-module_dark__sgnt1","light":"Tag-module_light__1zUhp","gold":"Tag-module_gold__2ksA7","gray":"Tag-module_gray__mGAO_","inherit":"Tag-module_inherit__2QB5U","is1to1":"Tag-module_is1to1__3EDbC","is1to2":"Tag-module_is1to2__3xbC6","isInSuperBlock":"Tag-module_isInSuperBlock__38JE0","is1to3":"Tag-module_is1to3__3j5K-","is1to4":"Tag-module_is1to4__2vq4r","slide":"Tag-module_slide__2nMDw","game":"Tag-module_game__3j5yG","podcastMaterial":"Tag-module_podcastMaterial__3v92z","richRelated":"Tag-module_richRelated__2vbQQ","card":"Tag-module_card__1EAeF","live":"Tag-module_live__rwXuR","episode":"Tag-module_episode__3o6gg","podcast":"Tag-module_podcast__VPoll","rich":"Tag-module_rich__2URd9","isInDynamicBlock":"Tag-module_isInDynamicBlock__1YM9I","mobile":"Tag-module_mobile__QQxuv","desktop":"Tag-module_desktop__1Bjsy"};
|
|
832
828
|
|
|
833
829
|
var Tag = function Tag(_ref) {
|
|
834
830
|
var children = _ref.children,
|
|
@@ -1052,7 +1048,7 @@ var Toolbar = function Toolbar(_ref) {
|
|
|
1052
1048
|
}, children));
|
|
1053
1049
|
};
|
|
1054
1050
|
|
|
1055
|
-
var styles$f = {"root":"Meta-module_root__12AG7","rich":"Meta-module_rich__1XBtZ","podcast":"Meta-module_podcast__1m4zo","episode":"Meta-module_episode__1K2Xv","simple":"Meta-module_simple__3vUiI","slide":"Meta-module_slide__3g6fG","card":"Meta-module_card__LE1RK","game":"Meta-module_game__3aNlZ","isInMaterial":"Meta-module_isInMaterial__zaYMy","isInSearchItem":"Meta-module_isInSearchItem__1wbpx","isInMediaBlock":"Meta-module_isInMediaBlock__3xfPF","center":"Meta-module_center__3BBPr","half":"Meta-module_half__1xRkT","light":"Meta-module_light__2baE-","dark":"Meta-module_dark__24y9m","isDark":"Meta-module_isDark__3g22f","hasSource":"Meta-module_hasSource__2lXiN","bookmark":"Meta-module_bookmark__3ot3k","mobile":"Meta-module_mobile__22LGV","desktop":"Meta-module_desktop__1ZGUS"};
|
|
1051
|
+
var styles$f = {"root":"Meta-module_root__12AG7","rich":"Meta-module_rich__1XBtZ","podcast":"Meta-module_podcast__1m4zo","episode":"Meta-module_episode__1K2Xv","simple":"Meta-module_simple__3vUiI","slide":"Meta-module_slide__3g6fG","card":"Meta-module_card__LE1RK","game":"Meta-module_game__3aNlZ","isInMaterial":"Meta-module_isInMaterial__zaYMy","isInSearchItem":"Meta-module_isInSearchItem__1wbpx","isInMediaBlock":"Meta-module_isInMediaBlock__3xfPF","center":"Meta-module_center__3BBPr","half":"Meta-module_half__1xRkT","podcastMaterial":"Meta-module_podcastMaterial__2fHAt","light":"Meta-module_light__2baE-","dark":"Meta-module_dark__24y9m","isDark":"Meta-module_isDark__3g22f","hasSource":"Meta-module_hasSource__2lXiN","bookmark":"Meta-module_bookmark__3ot3k","mobile":"Meta-module_mobile__22LGV","desktop":"Meta-module_desktop__1ZGUS"};
|
|
1056
1052
|
|
|
1057
1053
|
var Meta = function Meta(_ref) {
|
|
1058
1054
|
var hasSource = _ref.hasSource,
|
|
@@ -1519,7 +1515,7 @@ var SimpleTitle = function SimpleTitle(_ref) {
|
|
|
1519
1515
|
}, first);
|
|
1520
1516
|
};
|
|
1521
1517
|
|
|
1522
|
-
var styles$m = {"root":"RichTitle-module_root__BK_WT","slide":"RichTitle-module_slide__1A-gB","game":"RichTitle-module_game__1g8Bn","half":"RichTitle-module_half__10GRI","featured":"RichTitle-module_featured__wJfaQ","isInMediaBlock":"RichTitle-module_isInMediaBlock__3RDw4","mobile":"RichTitle-module_mobile__1Cb6E","desktop":"RichTitle-module_desktop__2ixSQ"};
|
|
1518
|
+
var styles$m = {"root":"RichTitle-module_root__BK_WT","slide":"RichTitle-module_slide__1A-gB","game":"RichTitle-module_game__1g8Bn","podcastMaterial":"RichTitle-module_podcastMaterial__T3Cv3","half":"RichTitle-module_half__10GRI","featured":"RichTitle-module_featured__wJfaQ","isInMediaBlock":"RichTitle-module_isInMediaBlock__3RDw4","mobile":"RichTitle-module_mobile__1Cb6E","desktop":"RichTitle-module_desktop__2ixSQ"};
|
|
1523
1519
|
|
|
1524
1520
|
var RichTitle = function RichTitle(_ref) {
|
|
1525
1521
|
var _ref$block = _ref.block,
|
|
@@ -1543,7 +1539,7 @@ var RichTitle = function RichTitle(_ref) {
|
|
|
1543
1539
|
}, first, second && React__default.createElement("span", null, " ", second));
|
|
1544
1540
|
};
|
|
1545
1541
|
|
|
1546
|
-
var styles$n = {"p":"SimpleBlock-module_p__Q3azD","h2":"SimpleBlock-module_h2__S0LRs","h3":"SimpleBlock-module_h3__2Kv7Y","h4":"SimpleBlock-module_h4__2TJO3","lead":"SimpleBlock-module_lead__35nXx","lead_hr":"SimpleBlock-module_lead_hr__1yD5v","context_p":"SimpleBlock-module_context_p__33saY","blockquote":"SimpleBlock-module_blockquote__pwpcX","game":"SimpleBlock-module_game__2sjgl","slide":"SimpleBlock-module_slide__Aqgfu","dark":"SimpleBlock-module_dark__1J_ov","divider":"SimpleBlock-module_divider__tnCGQ","isInIntro":"SimpleBlock-module_isInIntro__DfutD","center":"SimpleBlock-module_center__2rjif","isInImportantLead":"SimpleBlock-module_isInImportantLead__3VGzT","isInAnswer":"SimpleBlock-module_isInAnswer__3aX6X","mobile":"SimpleBlock-module_mobile__Ckgek","desktop":"SimpleBlock-module_desktop__2se2o","isDark":"SimpleBlock-module_isDark__22q5s"};
|
|
1542
|
+
var styles$n = {"p":"SimpleBlock-module_p__Q3azD","h2":"SimpleBlock-module_h2__S0LRs","h3":"SimpleBlock-module_h3__2Kv7Y","h4":"SimpleBlock-module_h4__2TJO3","lead":"SimpleBlock-module_lead__35nXx","lead_hr":"SimpleBlock-module_lead_hr__1yD5v","context_p":"SimpleBlock-module_context_p__33saY","blockquote":"SimpleBlock-module_blockquote__pwpcX","game":"SimpleBlock-module_game__2sjgl","slide":"SimpleBlock-module_slide__Aqgfu","dark":"SimpleBlock-module_dark__1J_ov","divider":"SimpleBlock-module_divider__tnCGQ","isInIntro":"SimpleBlock-module_isInIntro__DfutD","center":"SimpleBlock-module_center__2rjif","isInImportantLead":"SimpleBlock-module_isInImportantLead__3VGzT","podcastMaterial":"SimpleBlock-module_podcastMaterial__1YeaD","isInAnswer":"SimpleBlock-module_isInAnswer__3aX6X","mobile":"SimpleBlock-module_mobile__Ckgek","desktop":"SimpleBlock-module_desktop__2se2o","isDark":"SimpleBlock-module_isDark__22q5s"};
|
|
1547
1543
|
|
|
1548
1544
|
var SimpleBlock = function SimpleBlock(_ref) {
|
|
1549
1545
|
var _ref$block = _ref.block,
|