@meduza/ui-kit-2 0.8.606 → 0.8.608

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.
@@ -2345,6 +2345,14 @@
2345
2345
  left: 65px;
2346
2346
  }
2347
2347
 
2348
+ @media only screen and (min-width: 40.625em) {
2349
+
2350
+ .Meta-module_containerInDynamicBlockAndMaterial__4v4A9 {
2351
+ left: auto;
2352
+ bottom: 35px;
2353
+ }
2354
+ }
2355
+
2348
2356
  .Meta-module_root__H-Q4d {
2349
2357
  font-size: 12px;
2350
2358
 
package/dist/ui-kit.css CHANGED
@@ -2345,6 +2345,14 @@
2345
2345
  left: 65px;
2346
2346
  }
2347
2347
 
2348
+ @media only screen and (min-width: 64em) {
2349
+
2350
+ .Meta-module_containerInDynamicBlockAndMaterial__4v4A9 {
2351
+ left: auto;
2352
+ bottom: 35px;
2353
+ }
2354
+ }
2355
+
2348
2356
  .Meta-module_root__H-Q4d {
2349
2357
  font-size: 12px;
2350
2358
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.606",
2
+ "version": "0.8.608",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -6,6 +6,11 @@
6
6
 
7
7
  .containerInDynamicBlockAndMaterial {
8
8
  left: 65px;
9
+
10
+ @media $landscapeTablet {
11
+ left: auto;
12
+ bottom: 35px;
13
+ }
9
14
  }
10
15
 
11
16
  .root {