@meduza/ui-kit-2 0.2.26 → 0.2.27
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 +4 -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 +4 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2931 -2929
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +4 -0
- package/src/MaterialNote/MaterialNote.module.css +12 -20
- 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/dist/ui-kit-2.esm.js
CHANGED
|
@@ -215,9 +215,9 @@ var icons = {
|
|
|
215
215
|
content: '<path d="M16 20l-7.5-6.333L1 20V1h15z" stroke="currentColor" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"/>'
|
|
216
216
|
},
|
|
217
217
|
shareBookmark: {
|
|
218
|
-
width:
|
|
219
|
-
height:
|
|
220
|
-
content: '<path clip-rule="evenodd" d="
|
|
218
|
+
width: 11,
|
|
219
|
+
height: 15,
|
|
220
|
+
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"/>'
|
|
221
221
|
},
|
|
222
222
|
receipt: {
|
|
223
223
|
width: 10,
|
|
@@ -1024,7 +1024,7 @@ var Dropdown = function Dropdown(_ref2) {
|
|
|
1024
1024
|
}, children);
|
|
1025
1025
|
};
|
|
1026
1026
|
|
|
1027
|
-
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"};
|
|
1027
|
+
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"};
|
|
1028
1028
|
|
|
1029
1029
|
var Toolbar = function Toolbar(_ref) {
|
|
1030
1030
|
var children = _ref.children,
|