@meduza/ui-kit-2 0.9.406 → 0.9.407
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.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-game.css +4 -4
- package/dist/ui-kit.css +4 -4
- package/package.json +1 -1
- package/src/Toolbar/Toolbar.module.css +3 -3
package/dist/ui-kit-2.esm.js
CHANGED
|
@@ -971,7 +971,7 @@ const Dropdown = ({
|
|
|
971
971
|
}, children);
|
|
972
972
|
};
|
|
973
973
|
|
|
974
|
-
var styles$u = {"root":"Toolbar-module_root__RnmlI","list":"Toolbar-module_list__-IhdP","item":"Toolbar-module_item__CWmGM","isInTopbar":"Toolbar-module_isInTopbar__WEDi8","center":"Toolbar-module_center__pvdiJ","game":"Toolbar-module_game__etwIA","gameSurvey":"Toolbar-module_gameSurvey__v4D31","slide":"Toolbar-module_slide__PtB3l","card":"Toolbar-module_card__Lutyq","isDark":"Toolbar-module_isDark__MG6Ar","dark":"Toolbar-module_dark__a9sgz","
|
|
974
|
+
var styles$u = {"root":"Toolbar-module_root__RnmlI","list":"Toolbar-module_list__-IhdP","item":"Toolbar-module_item__CWmGM","isInTopbar":"Toolbar-module_isInTopbar__WEDi8","center":"Toolbar-module_center__pvdiJ","game":"Toolbar-module_game__etwIA","gameSurvey":"Toolbar-module_gameSurvey__v4D31","slide":"Toolbar-module_slide__PtB3l","card":"Toolbar-module_card__Lutyq","isDark":"Toolbar-module_isDark__MG6Ar","dark":"Toolbar-module_dark__a9sgz","podcast":"Toolbar-module_podcast__ahY4M"};
|
|
975
975
|
|
|
976
976
|
const ToolbarItem = ({
|
|
977
977
|
children
|
package/dist/ui-kit-game.css
CHANGED
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
background-color: #4f4f4f;
|
|
2344
2344
|
}
|
|
2345
2345
|
|
|
2346
|
-
.Toolbar-
|
|
2346
|
+
.Toolbar-module_podcast__ahY4M {
|
|
2347
2347
|
background-color: #fff;
|
|
2348
2348
|
padding: 15px;
|
|
2349
2349
|
border-radius: 8px;
|
|
@@ -2352,16 +2352,16 @@
|
|
|
2352
2352
|
|
|
2353
2353
|
@media only screen and (min-width: 32em) {
|
|
2354
2354
|
|
|
2355
|
-
.Toolbar-
|
|
2355
|
+
.Toolbar-module_podcast__ahY4M {
|
|
2356
2356
|
padding: 17px 25px;
|
|
2357
2357
|
}
|
|
2358
2358
|
}
|
|
2359
2359
|
|
|
2360
|
-
.Toolbar-
|
|
2360
|
+
.Toolbar-module_podcast__ahY4M::before {
|
|
2361
2361
|
content: none;
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
.Toolbar-
|
|
2364
|
+
.Toolbar-module_podcast__ahY4M .Toolbar-module_item__CWmGM:first-child::before {
|
|
2365
2365
|
content: none;
|
|
2366
2366
|
}
|
|
2367
2367
|
|
package/dist/ui-kit.css
CHANGED
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
background-color: #4f4f4f;
|
|
2344
2344
|
}
|
|
2345
2345
|
|
|
2346
|
-
.Toolbar-
|
|
2346
|
+
.Toolbar-module_podcast__ahY4M {
|
|
2347
2347
|
background-color: #fff;
|
|
2348
2348
|
padding: 15px;
|
|
2349
2349
|
border-radius: 8px;
|
|
@@ -2352,16 +2352,16 @@
|
|
|
2352
2352
|
|
|
2353
2353
|
@media only screen and (min-width: 32em) {
|
|
2354
2354
|
|
|
2355
|
-
.Toolbar-
|
|
2355
|
+
.Toolbar-module_podcast__ahY4M {
|
|
2356
2356
|
padding: 17px 25px;
|
|
2357
2357
|
}
|
|
2358
2358
|
}
|
|
2359
2359
|
|
|
2360
|
-
.Toolbar-
|
|
2360
|
+
.Toolbar-module_podcast__ahY4M::before {
|
|
2361
2361
|
content: none;
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
.Toolbar-
|
|
2364
|
+
.Toolbar-module_podcast__ahY4M .Toolbar-module_item__CWmGM:first-child::before {
|
|
2365
2365
|
content: none;
|
|
2366
2366
|
}
|
|
2367
2367
|
|
package/package.json
CHANGED
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
background-color: #4f4f4f;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
.podcast {
|
|
128
128
|
background-color: #fff;
|
|
129
129
|
padding: 15px;
|
|
130
130
|
border-radius: 8px;
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
}
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.
|
|
138
|
+
.podcast::before {
|
|
139
139
|
content: none;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.podcast .item:first-child::before {
|
|
143
143
|
content: none;
|
|
144
144
|
}
|