@meduza/ui-kit-2 0.8.620 → 0.8.621

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
  }
@@ -3287,6 +3292,12 @@
3287
3292
  }
3288
3293
  }
3289
3294
 
3295
+ .RichTitle-module_root__U5XQu.RichTitle-module_isInPodcastPlayer__kvEPH {
3296
+ font-size: 19px;
3297
+ line-height: 23px;
3298
+ margin: 0 0 20px;
3299
+ }
3300
+
3290
3301
  @media only screen and (min-width: 32em) {
3291
3302
 
3292
3303
  .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
  }
@@ -3287,6 +3292,12 @@
3287
3292
  }
3288
3293
  }
3289
3294
 
3295
+ .RichTitle-module_root__U5XQu.RichTitle-module_isInPodcastPlayer__kvEPH {
3296
+ font-size: 19px;
3297
+ line-height: 23px;
3298
+ margin: 0 0 20px;
3299
+ }
3300
+
3290
3301
  @media only screen and (min-width: 32em) {
3291
3302
 
3292
3303
  .RichTitle-module_mobile__W5L9E {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.620",
2
+ "version": "0.8.621",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -94,9 +94,10 @@ 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
+ !styleContext.includes('episode')) && (
98
99
  <SvgSymbol icon="podcast" size="small" />
99
- )} */}
100
+ )}
100
101
  {component.text}
101
102
  </>
102
103
  </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
  }