@meduza/ui-kit-2 0.1.73 → 0.1.75
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 +6 -4
- 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 +6 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1331 -1328
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +23 -19
- package/src/DonatesTeaser/index.tsx +8 -8
|
@@ -907,7 +907,7 @@ var Table = function Table(_ref) {
|
|
|
907
907
|
}));
|
|
908
908
|
};
|
|
909
909
|
|
|
910
|
-
var styles$b = {"root":"DonatesTeaser-module_root__3rtaJ","ctaInner":"DonatesTeaser-module_ctaInner__2LChL","main":"DonatesTeaser-module_main__YBt6p","title":"DonatesTeaser-module_title__hs-yr","text":"DonatesTeaser-module_text__ro-QA","cta":"DonatesTeaser-module_cta__1orPb","center":"DonatesTeaser-module_center__2Ynx9","isInCard":"DonatesTeaser-module_isInCard__HrFh8","isInSlide":"DonatesTeaser-module_isInSlide__1vC4Z"};
|
|
910
|
+
var styles$b = {"root":"DonatesTeaser-module_root__3rtaJ","ctaInner":"DonatesTeaser-module_ctaInner__2LChL","main":"DonatesTeaser-module_main__YBt6p","break":"DonatesTeaser-module_break__3HoGb","title":"DonatesTeaser-module_title__hs-yr","text":"DonatesTeaser-module_text__ro-QA","cta":"DonatesTeaser-module_cta__1orPb","center":"DonatesTeaser-module_center__2Ynx9","isInCard":"DonatesTeaser-module_isInCard__HrFh8","isInSlide":"DonatesTeaser-module_isInSlide__1vC4Z"};
|
|
911
911
|
|
|
912
912
|
var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
913
913
|
var styleContext = _ref.styleContext;
|
|
@@ -924,9 +924,11 @@ 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
|
+
}, "\u0423\xA0\u043D\u0430\u0441 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435\u0442 \u0440\u0435\u043A\u043B\u0430\u043C\u043E\u0434\u0430\u0442\u0435\u043B\u0435\u0439.", ' ', React__default.createElement("span", {
|
|
928
|
+
className: styles$b["break"]
|
|
929
|
+
}, "\u0417\u0430\u0442\u043E \u0443\xA0\u043D\u0430\u0441 \u0435\u0441\u0442\u044C\xA0\u0432\u044B"), ' ', React__default.createElement("span", {
|
|
928
930
|
className: styles$b.text
|
|
929
|
-
}, "\
|
|
931
|
+
}, "\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
932
|
className: styles$b.cta
|
|
931
933
|
}, React__default.createElement("a", {
|
|
932
934
|
href: "https://support.meduza.io",
|
|
@@ -934,7 +936,7 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
934
936
|
rel: "noreferrer"
|
|
935
937
|
}, React__default.createElement("span", {
|
|
936
938
|
className: styles$b.ctaInner
|
|
937
|
-
}, "\
|
|
939
|
+
}, "\u0414\u0430\u0442\u044C \u0434\u0435\u043D\u0435\u0433"))));
|
|
938
940
|
};
|
|
939
941
|
|
|
940
942
|
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-"};
|