@meduza/ui-kit-2 0.2.26 → 0.2.28
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 +5 -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 +5 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2911 -2906
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +4 -0
- package/src/MaterialNote/MaterialNote.module.css +15 -19
- package/src/SvgSymbol/SvgSymbol.module.css +3 -1
- package/src/SvgSymbol/icons.ts +3 -3
- package/src/Toolbar/Toolbar.module.css +42 -34
- package/src/ToolbarButton/ToolbarButton.module.css +14 -10
- package/src/constants.ts +1 -1
|
@@ -222,9 +222,9 @@ var icons = {
|
|
|
222
222
|
content: '<path d="M16 20l-7.5-6.333L1 20V1h15z" stroke="currentColor" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/>'
|
|
223
223
|
},
|
|
224
224
|
shareBookmark: {
|
|
225
|
-
width:
|
|
226
|
-
height:
|
|
227
|
-
content: '<path clip-rule="evenodd" d="
|
|
225
|
+
width: 11,
|
|
226
|
+
height: 15,
|
|
227
|
+
content: '<path clip-rule="evenodd" d="M10 14 5.5 9.667 1 14V1h9v13Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>'
|
|
228
228
|
},
|
|
229
229
|
receipt: {
|
|
230
230
|
width: 10,
|
|
@@ -381,7 +381,7 @@ var imageConditionalKeys = {
|
|
|
381
381
|
};
|
|
382
382
|
var SocialLabels = {
|
|
383
383
|
ru: {
|
|
384
|
-
tg: '
|
|
384
|
+
tg: 'Телеграм',
|
|
385
385
|
fb: 'Фб',
|
|
386
386
|
vk: 'Вк',
|
|
387
387
|
ok: 'Ок',
|
|
@@ -1031,7 +1031,7 @@ var Dropdown = function Dropdown(_ref2) {
|
|
|
1031
1031
|
}, children);
|
|
1032
1032
|
};
|
|
1033
1033
|
|
|
1034
|
-
var toolbarStyles = {"root":"Toolbar-module_root__2HF2r","list":"Toolbar-module_list__1n5ny","item":"Toolbar-module_item__36x7d","isInTopbar":"Toolbar-module_isInTopbar__223iP","center":"Toolbar-module_center__3_H8M","game":"Toolbar-module_game__5-jY_","gameSurvey":"Toolbar-module_gameSurvey__1hQEz","isDark":"Toolbar-module_isDark__k1U0i","dark":"Toolbar-module_dark__2Ejc9"};
|
|
1034
|
+
var toolbarStyles = {"root":"Toolbar-module_root__2HF2r","list":"Toolbar-module_list__1n5ny","item":"Toolbar-module_item__36x7d","isInTopbar":"Toolbar-module_isInTopbar__223iP","center":"Toolbar-module_center__3_H8M","game":"Toolbar-module_game__5-jY_","gameSurvey":"Toolbar-module_gameSurvey__1hQEz","slide":"Toolbar-module_slide__2HmGc","card":"Toolbar-module_card__1VbvB","isDark":"Toolbar-module_isDark__k1U0i","dark":"Toolbar-module_dark__2Ejc9"};
|
|
1035
1035
|
|
|
1036
1036
|
var Toolbar = function Toolbar(_ref) {
|
|
1037
1037
|
var children = _ref.children,
|