@meduza/ui-kit-2 0.8.621 → 0.8.622

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.
@@ -2167,15 +2167,13 @@
2167
2167
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2168
2168
  right: 0;
2169
2169
  left: auto;
2170
- }
2171
-
2172
- @media only screen and (min-width: 40.625em) {
2170
+ transform: translate(-50%, -100%);
2173
2171
 
2174
- .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2172
+ /* @media $landscapeTablet {
2175
2173
  right: auto;
2176
2174
  left: 0;
2175
+ } */
2177
2176
  }
2178
- }
2179
2177
 
2180
2178
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL ul {
2181
2179
  width: 162px;
package/dist/ui-kit.css CHANGED
@@ -2167,15 +2167,13 @@
2167
2167
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2168
2168
  right: 0;
2169
2169
  left: auto;
2170
- }
2171
-
2172
- @media only screen and (min-width: 64em) {
2170
+ transform: translate(-50%, -100%);
2173
2171
 
2174
- .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2172
+ /* @media $landscapeTablet {
2175
2173
  right: auto;
2176
2174
  left: 0;
2175
+ } */
2177
2176
  }
2178
- }
2179
2177
 
2180
2178
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL ul {
2181
2179
  width: 162px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.621",
2
+ "version": "0.8.622",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -64,11 +64,12 @@
64
64
  .isInAudioPanel .menu {
65
65
  right: 0;
66
66
  left: auto;
67
+ transform: translate(-50%, -100%);
67
68
 
68
- @media $landscapeTablet {
69
+ /* @media $landscapeTablet {
69
70
  right: auto;
70
71
  left: 0;
71
- }
72
+ } */
72
73
  }
73
74
 
74
75
  .isInAudioPanel .menu ul {
@@ -94,8 +94,7 @@ export const MetaContainer: React.FC<MetaContainerProps> = ({
94
94
  return (
95
95
  <MetaItem hasSource={hasSource} bullets key={component.id}>
96
96
  <>
97
- {(styleContext !== 'isInDynamicBlock' ||
98
- !styleContext.includes('episode')) && (
97
+ {styleContext !== 'isInDynamicBlock' && (
99
98
  <SvgSymbol icon="podcast" size="small" />
100
99
  )}
101
100
  {component.text}