@meduza/ui-kit-2 0.8.620 → 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.
@@ -1378,6 +1378,11 @@
1378
1378
  }
1379
1379
  }
1380
1380
 
1381
+ .Tag-module_isInPodcastPlayer__H4sK9 {
1382
+ font-size: 12px;
1383
+ line-height: 12px;
1384
+ }
1385
+
1381
1386
  .Tag-module_isInDynamicBlock__WNleF {
1382
1387
  opacity: 0.5;
1383
1388
  }
@@ -2162,15 +2167,13 @@
2162
2167
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2163
2168
  right: 0;
2164
2169
  left: auto;
2165
- }
2166
-
2167
- @media only screen and (min-width: 40.625em) {
2170
+ transform: translate(-50%, -100%);
2168
2171
 
2169
- .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2172
+ /* @media $landscapeTablet {
2170
2173
  right: auto;
2171
2174
  left: 0;
2175
+ } */
2172
2176
  }
2173
- }
2174
2177
 
2175
2178
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL ul {
2176
2179
  width: 162px;
@@ -3287,6 +3290,12 @@
3287
3290
  }
3288
3291
  }
3289
3292
 
3293
+ .RichTitle-module_root__U5XQu.RichTitle-module_isInPodcastPlayer__kvEPH {
3294
+ font-size: 19px;
3295
+ line-height: 23px;
3296
+ margin: 0 0 20px;
3297
+ }
3298
+
3290
3299
  @media only screen and (min-width: 32em) {
3291
3300
 
3292
3301
  .RichTitle-module_mobile__W5L9E {
package/dist/ui-kit.css CHANGED
@@ -1378,6 +1378,11 @@
1378
1378
  }
1379
1379
  }
1380
1380
 
1381
+ .Tag-module_isInPodcastPlayer__H4sK9 {
1382
+ font-size: 12px;
1383
+ line-height: 12px;
1384
+ }
1385
+
1381
1386
  .Tag-module_isInDynamicBlock__WNleF {
1382
1387
  opacity: 0.5;
1383
1388
  }
@@ -2162,15 +2167,13 @@
2162
2167
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2163
2168
  right: 0;
2164
2169
  left: auto;
2165
- }
2166
-
2167
- @media only screen and (min-width: 64em) {
2170
+ transform: translate(-50%, -100%);
2168
2171
 
2169
- .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL {
2172
+ /* @media $landscapeTablet {
2170
2173
  right: auto;
2171
2174
  left: 0;
2175
+ } */
2172
2176
  }
2173
- }
2174
2177
 
2175
2178
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL ul {
2176
2179
  width: 162px;
@@ -3287,6 +3290,12 @@
3287
3290
  }
3288
3291
  }
3289
3292
 
3293
+ .RichTitle-module_root__U5XQu.RichTitle-module_isInPodcastPlayer__kvEPH {
3294
+ font-size: 19px;
3295
+ line-height: 23px;
3296
+ margin: 0 0 20px;
3297
+ }
3298
+
3290
3299
  @media only screen and (min-width: 32em) {
3291
3300
 
3292
3301
  .RichTitle-module_mobile__W5L9E {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.620",
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,9 +94,9 @@ export const MetaContainer: React.FC<MetaContainerProps> = ({
94
94
  return (
95
95
  <MetaItem hasSource={hasSource} bullets key={component.id}>
96
96
  <>
97
- {/* {styleContext !== 'isInDynamicBlock' && (
97
+ {styleContext !== 'isInDynamicBlock' && (
98
98
  <SvgSymbol icon="podcast" size="small" />
99
- )} */}
99
+ )}
100
100
  {component.text}
101
101
  </>
102
102
  </MetaItem>
@@ -122,6 +122,12 @@
122
122
  }
123
123
  }
124
124
 
125
+ .root.isInPodcastPlayer {
126
+ font-size: 19px;
127
+ line-height: 23px;
128
+ margin: 0 0 20px;
129
+ }
130
+
125
131
  .mobile {
126
132
  @media $mobile {
127
133
  display: none;
@@ -124,6 +124,11 @@
124
124
  }
125
125
  }
126
126
 
127
+ .isInPodcastPlayer {
128
+ font-size: 12px;
129
+ line-height: 12px;
130
+ }
131
+
127
132
  .isInDynamicBlock {
128
133
  opacity: 0.5;
129
134
  }