@meduza/ui-kit-2 0.1.74 → 0.1.76
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/ui-kit-2.cjs.development.js +3 -3
- 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 +3 -3
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +465 -466
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +13 -14
- package/src/DonatesTeaser/index.tsx +9 -8
|
@@ -924,9 +924,9 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
924
924
|
className: styles$b.main
|
|
925
925
|
}, React__default.createElement("h3", {
|
|
926
926
|
className: styles$b.title
|
|
927
|
-
}, "\
|
|
927
|
+
}, "\u0412\u044B\xA0\u0447\u0438\u0442\u0430\u043B\u0438 \xAB\u041C\u0435\u0434\u0443\u0437\u0443\xBB. \u0412\u044B\xA0\u0441\u043B\u0443\u0448\u0430\u043B\u0438 \xAB\u041C\u0435\u0434\u0443\u0437\u0443\xBB. \u0412\u044B\xA0\u0441\u043C\u043E\u0442\u0440\u0435\u043B\u0438 \xAB\u041C\u0435\u0434\u0443\u0437\u0443\xBB", " ", React__default.createElement("span", {
|
|
928
928
|
className: styles$b.text
|
|
929
|
-
}, "\
|
|
929
|
+
}, "\u041F\u043E\u043C\u043E\u0433\u0438\u0442\u0435 \u043D\u0430\u043C \u0441\u043F\u0430\u0441\u0442\u0438 \xAB\u041C\u0435\u0434\u0443\u0437\u0443\xBB", ' '))), React__default.createElement("div", {
|
|
930
930
|
className: styles$b.cta
|
|
931
931
|
}, React__default.createElement("a", {
|
|
932
932
|
href: "https://support.meduza.io",
|
|
@@ -934,7 +934,7 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
934
934
|
rel: "noreferrer"
|
|
935
935
|
}, React__default.createElement("span", {
|
|
936
936
|
className: styles$b.ctaInner
|
|
937
|
-
}, "\
|
|
937
|
+
}, "\u0414\u0430\u0442\u044C \u0434\u0435\u043D\u0435\u0433"))));
|
|
938
938
|
};
|
|
939
939
|
|
|
940
940
|
var styles$c = {"root":"MaterialNote-module_root__1AcYe","dark":"MaterialNote-module_dark__xCry-","note_credit":"MaterialNote-module_note_credit__PuFyX","note_caption":"MaterialNote-module_note_caption__1ezSo","center":"MaterialNote-module_center__18RxI","default":"MaterialNote-module_default__1lQPl","card":"MaterialNote-module_card__OWXbQ","slide":"MaterialNote-module_slide__1ZBBq","game":"MaterialNote-module_game__cADMe","gameSurvey":"MaterialNote-module_gameSurvey__3SiG-"};
|