@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.
@@ -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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.401",
2
+ "version": "0.9.405",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -217,6 +217,13 @@
217
217
  width: 100%;
218
218
  justify-content: space-between;
219
219
  align-items: center;
220
+ text-align: left;
221
+
222
+ @media $mobile {
223
+ display: block;
224
+ width: 100%;
225
+ text-align: center;
226
+ }
220
227
  }
221
228
 
222
229
  .isInSpoiler svg {
@@ -84,10 +84,9 @@ export const icons = {
84
84
  },
85
85
 
86
86
  play: {
87
- width: 62,
88
- height: 62,
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