@meduza/ui-kit-2 0.8.622 → 0.8.623

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.
@@ -512,9 +512,6 @@
512
512
  }
513
513
 
514
514
  .SvgSymbol-module_bookmark__JPKyG {
515
- /* width: 17px;
516
- height: auto; */
517
-
518
515
  cursor: pointer;
519
516
 
520
517
  stroke-width: 2px;
@@ -523,8 +520,6 @@
523
520
  @media only screen and (min-width: 40.625em) {
524
521
 
525
522
  .SvgSymbol-module_bookmark__JPKyG {
526
- /* width: 14px; */
527
-
528
523
  stroke-width: 1.5px;
529
524
  }
530
525
  }
@@ -1378,14 +1373,23 @@
1378
1373
  }
1379
1374
  }
1380
1375
 
1376
+ .Tag-module_isInDynamicBlock__WNleF {
1377
+ opacity: 0.5;
1378
+ }
1379
+
1381
1380
  .Tag-module_isInPodcastPlayer__H4sK9 {
1382
1381
  font-size: 12px;
1383
1382
  line-height: 12px;
1383
+ opacity: 1;
1384
+ margin-bottom: 6px;
1384
1385
  }
1385
1386
 
1386
- .Tag-module_isInDynamicBlock__WNleF {
1387
- opacity: 0.5;
1387
+ @media only screen and (min-width: 32em) {
1388
+
1389
+ .Tag-module_isInPodcastPlayer__H4sK9 {
1390
+ margin-bottom: 6px;
1388
1391
  }
1392
+ }
1389
1393
 
1390
1394
  @media only screen and (min-width: 32em) {
1391
1395
 
@@ -2168,11 +2172,6 @@
2168
2172
  right: 0;
2169
2173
  left: auto;
2170
2174
  transform: translate(-50%, -100%);
2171
-
2172
- /* @media $landscapeTablet {
2173
- right: auto;
2174
- left: 0;
2175
- } */
2176
2175
  }
2177
2176
 
2178
2177
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL ul {
package/dist/ui-kit.css CHANGED
@@ -512,9 +512,6 @@
512
512
  }
513
513
 
514
514
  .SvgSymbol-module_bookmark__JPKyG {
515
- /* width: 17px;
516
- height: auto; */
517
-
518
515
  cursor: pointer;
519
516
 
520
517
  stroke-width: 2px;
@@ -523,8 +520,6 @@
523
520
  @media only screen and (min-width: 64em) {
524
521
 
525
522
  .SvgSymbol-module_bookmark__JPKyG {
526
- /* width: 14px; */
527
-
528
523
  stroke-width: 1.5px;
529
524
  }
530
525
  }
@@ -1378,14 +1373,23 @@
1378
1373
  }
1379
1374
  }
1380
1375
 
1376
+ .Tag-module_isInDynamicBlock__WNleF {
1377
+ opacity: 0.5;
1378
+ }
1379
+
1381
1380
  .Tag-module_isInPodcastPlayer__H4sK9 {
1382
1381
  font-size: 12px;
1383
1382
  line-height: 12px;
1383
+ opacity: 1;
1384
+ margin-bottom: 6px;
1384
1385
  }
1385
1386
 
1386
- .Tag-module_isInDynamicBlock__WNleF {
1387
- opacity: 0.5;
1387
+ @media only screen and (min-width: 32em) {
1388
+
1389
+ .Tag-module_isInPodcastPlayer__H4sK9 {
1390
+ margin-bottom: 6px;
1388
1391
  }
1392
+ }
1389
1393
 
1390
1394
  @media only screen and (min-width: 32em) {
1391
1395
 
@@ -2168,11 +2172,6 @@
2168
2172
  right: 0;
2169
2173
  left: auto;
2170
2174
  transform: translate(-50%, -100%);
2171
-
2172
- /* @media $landscapeTablet {
2173
- right: auto;
2174
- left: 0;
2175
- } */
2176
2175
  }
2177
2176
 
2178
2177
  .Dropdown-module_isInAudioPanel__UniSV .Dropdown-module_menu__11IQL ul {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.622",
2
+ "version": "0.8.623",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -65,11 +65,6 @@
65
65
  right: 0;
66
66
  left: auto;
67
67
  transform: translate(-50%, -100%);
68
-
69
- /* @media $landscapeTablet {
70
- right: auto;
71
- left: 0;
72
- } */
73
68
  }
74
69
 
75
70
  .isInAudioPanel .menu ul {
@@ -194,16 +194,11 @@
194
194
  }
195
195
 
196
196
  .bookmark {
197
- /* width: 17px;
198
- height: auto; */
199
-
200
197
  cursor: pointer;
201
198
 
202
199
  stroke-width: 2px;
203
200
 
204
201
  @media $landscapeTablet {
205
- /* width: 14px; */
206
-
207
202
  stroke-width: 1.5px;
208
203
  }
209
204
  }
@@ -124,13 +124,19 @@
124
124
  }
125
125
  }
126
126
 
127
+ .isInDynamicBlock {
128
+ opacity: 0.5;
129
+ }
130
+
127
131
  .isInPodcastPlayer {
128
132
  font-size: 12px;
129
133
  line-height: 12px;
130
- }
134
+ opacity: 1;
135
+ margin-bottom: 6px;
131
136
 
132
- .isInDynamicBlock {
133
- opacity: 0.5;
137
+ @media $mobile {
138
+ margin-bottom: 6px;
139
+ }
134
140
  }
135
141
 
136
142
  .mobile {