@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.
- package/dist/ui-kit-2.cjs.development.js +1 -1
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +1 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit-game.css +3 -5
- package/dist/ui-kit.css +3 -5
- package/package.json +1 -1
- package/src/Dropdown/Dropdown.module.css +3 -2
- package/src/Meta/MetaContainer.tsx +1 -2
package/dist/ui-kit-game.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: 40.625em) {
|
|
2170
|
+
transform: translate(-50%, -100%);
|
|
2173
2171
|
|
|
2174
|
-
|
|
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
|
-
|
|
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
|
@@ -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
|
-
{
|
|
98
|
-
!styleContext.includes('episode')) && (
|
|
97
|
+
{styleContext !== 'isInDynamicBlock' && (
|
|
99
98
|
<SvgSymbol icon="podcast" size="small" />
|
|
100
99
|
)}
|
|
101
100
|
{component.text}
|