ostbay-player 1.0.2 → 1.0.3
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/README.md +0 -1
- package/dist/ostbay-player.cjs.js +7 -7
- package/dist/ostbay-player.es.js +338 -338
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -110,12 +110,6 @@ See https://s-c.sh/2BAXzed for more info.`),window[Mt]+=1);const pl="data:font/w
|
|
|
110
110
|
font-family: Inter, sans-serif;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
ol,
|
|
114
|
-
ul {
|
|
115
|
-
list-style: none;
|
|
116
|
-
margin: 0;
|
|
117
|
-
padding: 0;
|
|
118
|
-
}
|
|
119
113
|
blockquote,
|
|
120
114
|
q {
|
|
121
115
|
quotes: none;
|
|
@@ -147,6 +141,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Mt]+=1);const pl="data:font/w
|
|
|
147
141
|
width: 100%;
|
|
148
142
|
height: 100%;
|
|
149
143
|
pointer-events: none;
|
|
144
|
+
vertical-align: initial !important;
|
|
150
145
|
}
|
|
151
146
|
|
|
152
147
|
&:focus {
|
|
@@ -221,6 +216,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Mt]+=1);const pl="data:font/w
|
|
|
221
216
|
border-top: 2px solid transparent;
|
|
222
217
|
border-bottom: 2px solid transparent;
|
|
223
218
|
transition: all 0.3s ease-in-out;
|
|
219
|
+
margin: 0 !important;
|
|
224
220
|
|
|
225
221
|
& * {
|
|
226
222
|
pointer-events: none;
|
|
@@ -236,11 +232,15 @@ See https://s-c.sh/2BAXzed for more info.`),window[Mt]+=1);const pl="data:font/w
|
|
|
236
232
|
box-shadow: 0 3.58195px 22.3872px -2.68646px rgb(0 0 0 / 20%);
|
|
237
233
|
`}
|
|
238
234
|
`,dn=({children:e})=>p.jsx(au,{children:e}),au=Q.ul`
|
|
235
|
+
cursor: pointer;
|
|
236
|
+
list-style: none;
|
|
237
|
+
margin: 0 !important;
|
|
238
|
+
padding: 0;
|
|
239
|
+
|
|
239
240
|
ul,
|
|
240
241
|
li {
|
|
241
242
|
list-style-type: none;
|
|
242
243
|
}
|
|
243
|
-
cursor: pointer;
|
|
244
244
|
`;dn.Item=ru;const iu=({data:e})=>{const{curPlayId:t,coverImgsCss:r,showWriter:n=!0}=H(ie),i=()=>e.img?p.jsx(lu,{children:p.jsx("img",{src:e.img,alt:"",style:r?.listThumbnail})}):null,d=()=>n&&e.writer?p.jsx(cu,{children:e.writer}):null;return p.jsx(ou,{$isCurrent:t===e.id,children:p.jsxs(su,{children:[i(),p.jsxs(uu,{children:[d(),e.name&&p.jsx(du,{$isCurrent:t===e.id,children:e.name}),e.description&&p.jsx(fu,{children:e.description})]})]})})},ou=Q.div`
|
|
245
245
|
width: 100%;
|
|
246
246
|
height: 100%;
|