@meduza/ui-kit-2 0.9.406 → 0.9.408
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 +2 -2
- 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 +2 -2
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit-game.css +4 -4
- package/dist/ui-kit.css +4 -4
- package/package.json +1 -1
- package/src/SvgSymbol/index.tsx +5 -1
- package/src/Toolbar/Toolbar.module.css +3 -3
package/dist/ui-kit-2.esm.js
CHANGED
|
@@ -285,7 +285,7 @@ const SvgSymbol = ({
|
|
|
285
285
|
return /*#__PURE__*/React.createElement("svg", {
|
|
286
286
|
"data-testid": "svg-symbol",
|
|
287
287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
288
|
-
xmlnsXlink:
|
|
288
|
+
xmlnsXlink: icon !== 'play' && icon !== 'pause' ? 'http://www.w3.org/1999/xlink' : '',
|
|
289
289
|
className: makeClassName([[styles$I.root, true], [styles$I[size], !!styles$I[size]], [styles$I[icon], !!styles$I[icon]], [styles$I[styleContext], !!styles$I[styleContext]]]),
|
|
290
290
|
width: data.width,
|
|
291
291
|
height: data.height,
|
|
@@ -971,7 +971,7 @@ const Dropdown = ({
|
|
|
971
971
|
}, children);
|
|
972
972
|
};
|
|
973
973
|
|
|
974
|
-
var styles$u = {"root":"Toolbar-module_root__RnmlI","list":"Toolbar-module_list__-IhdP","item":"Toolbar-module_item__CWmGM","isInTopbar":"Toolbar-module_isInTopbar__WEDi8","center":"Toolbar-module_center__pvdiJ","game":"Toolbar-module_game__etwIA","gameSurvey":"Toolbar-module_gameSurvey__v4D31","slide":"Toolbar-module_slide__PtB3l","card":"Toolbar-module_card__Lutyq","isDark":"Toolbar-module_isDark__MG6Ar","dark":"Toolbar-module_dark__a9sgz","
|
|
974
|
+
var styles$u = {"root":"Toolbar-module_root__RnmlI","list":"Toolbar-module_list__-IhdP","item":"Toolbar-module_item__CWmGM","isInTopbar":"Toolbar-module_isInTopbar__WEDi8","center":"Toolbar-module_center__pvdiJ","game":"Toolbar-module_game__etwIA","gameSurvey":"Toolbar-module_gameSurvey__v4D31","slide":"Toolbar-module_slide__PtB3l","card":"Toolbar-module_card__Lutyq","isDark":"Toolbar-module_isDark__MG6Ar","dark":"Toolbar-module_dark__a9sgz","podcast":"Toolbar-module_podcast__ahY4M"};
|
|
975
975
|
|
|
976
976
|
const ToolbarItem = ({
|
|
977
977
|
children
|