@meduza/ui-kit-2 0.9.401 → 0.9.405
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 -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 +3 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit-game.css +10 -0
- package/dist/ui-kit.css +10 -0
- package/package.json +1 -1
- package/src/Button/Button.module.css +7 -0
- package/src/SvgSymbol/icons.ts +2 -3
package/dist/ui-kit-game.css
CHANGED
|
@@ -247,7 +247,17 @@
|
|
|
247
247
|
width: 100%;
|
|
248
248
|
justify-content: space-between;
|
|
249
249
|
align-items: center;
|
|
250
|
+
text-align: left;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
@media only screen and (min-width: 32em) {
|
|
254
|
+
|
|
255
|
+
.Button-module_isInToolbar__84SG- {
|
|
256
|
+
display: block;
|
|
257
|
+
width: 100%;
|
|
258
|
+
text-align: center;
|
|
250
259
|
}
|
|
260
|
+
}
|
|
251
261
|
|
|
252
262
|
.Button-module_isInSpoiler__pGp-w svg {
|
|
253
263
|
margin-top: -2px;
|
package/dist/ui-kit.css
CHANGED
|
@@ -247,7 +247,17 @@
|
|
|
247
247
|
width: 100%;
|
|
248
248
|
justify-content: space-between;
|
|
249
249
|
align-items: center;
|
|
250
|
+
text-align: left;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
@media only screen and (min-width: 32em) {
|
|
254
|
+
|
|
255
|
+
.Button-module_isInToolbar__84SG- {
|
|
256
|
+
display: block;
|
|
257
|
+
width: 100%;
|
|
258
|
+
text-align: center;
|
|
250
259
|
}
|
|
260
|
+
}
|
|
251
261
|
|
|
252
262
|
.Button-module_isInSpoiler__pGp-w svg {
|
|
253
263
|
margin-top: -2px;
|
package/package.json
CHANGED
package/src/SvgSymbol/icons.ts
CHANGED
|
@@ -84,10 +84,9 @@ export const icons = {
|
|
|
84
84
|
},
|
|
85
85
|
|
|
86
86
|
play: {
|
|
87
|
-
width:
|
|
88
|
-
height:
|
|
87
|
+
width: 32,
|
|
88
|
+
height: 32,
|
|
89
89
|
content:
|
|
90
|
-
// '<path d="M24.35 41.772a.5.5 0 0 1-.739-.439V20.667a.5.5 0 0 1 .74-.44l18.944 10.334a.5.5 0 0 1 0 .878L24.351 41.772z" fill-rule="nonzero"/>'
|
|
91
90
|
'<path fill-rule="nonzero" clip-rule="evenodd" d="M11.9665 22.877C11.4713 23.1557 10.8594 22.7978 10.8594 22.2296V9.7704C10.8594 9.20219 11.4713 8.84435 11.9665 9.12299L23.0374 15.3526C23.5422 15.6366 23.5422 16.3634 23.0374 16.6474L11.9665 22.877Z" stroke-width="0.371429" stroke-linecap="round" stroke-linejoin="round"/>'
|
|
92
91
|
},
|
|
93
92
|
|