@mottosports/motto-video-player 1.0.1-rc.55 → 1.0.1-rc.56
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/index.js +11 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ function styleInject(css, { insertAt } = {}) {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
// src/index.css
|
|
29
|
-
styleInject(`/*! tailwindcss v4.1.
|
|
29
|
+
styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
30
30
|
@layer properties;
|
|
31
31
|
@layer theme, base, components, utilities;
|
|
32
32
|
@layer theme {
|
|
@@ -253,6 +253,9 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
253
253
|
::-webkit-datetime-edit-meridiem-field {
|
|
254
254
|
padding-block: 0;
|
|
255
255
|
}
|
|
256
|
+
::-webkit-calendar-picker-indicator {
|
|
257
|
+
line-height: 1;
|
|
258
|
+
}
|
|
256
259
|
:-moz-ui-invalid {
|
|
257
260
|
box-shadow: none;
|
|
258
261
|
}
|
|
@@ -283,7 +286,7 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
283
286
|
padding: 0;
|
|
284
287
|
margin: -1px;
|
|
285
288
|
overflow: hidden;
|
|
286
|
-
clip:
|
|
289
|
+
clip-path: inset(50%);
|
|
287
290
|
white-space: nowrap;
|
|
288
291
|
border-width: 0;
|
|
289
292
|
}
|
|
@@ -1170,7 +1173,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1170
1173
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1171
1174
|
|
|
1172
1175
|
// package.json
|
|
1173
|
-
var version = "1.0.1-rc.
|
|
1176
|
+
var version = "1.0.1-rc.56";
|
|
1174
1177
|
|
|
1175
1178
|
// src/utils/licenseCache.ts
|
|
1176
1179
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -2475,7 +2478,7 @@ var LiveBadge = ({
|
|
|
2475
2478
|
};
|
|
2476
2479
|
|
|
2477
2480
|
// src/styles.css
|
|
2478
|
-
styleInject(`/*! tailwindcss v4.1.
|
|
2481
|
+
styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
2479
2482
|
@layer properties;
|
|
2480
2483
|
@layer theme, base, components, utilities;
|
|
2481
2484
|
@layer theme {
|
|
@@ -2702,6 +2705,9 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
2702
2705
|
::-webkit-datetime-edit-meridiem-field {
|
|
2703
2706
|
padding-block: 0;
|
|
2704
2707
|
}
|
|
2708
|
+
::-webkit-calendar-picker-indicator {
|
|
2709
|
+
line-height: 1;
|
|
2710
|
+
}
|
|
2705
2711
|
:-moz-ui-invalid {
|
|
2706
2712
|
box-shadow: none;
|
|
2707
2713
|
}
|
|
@@ -2732,7 +2738,7 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
2732
2738
|
padding: 0;
|
|
2733
2739
|
margin: -1px;
|
|
2734
2740
|
overflow: hidden;
|
|
2735
|
-
clip:
|
|
2741
|
+
clip-path: inset(50%);
|
|
2736
2742
|
white-space: nowrap;
|
|
2737
2743
|
border-width: 0;
|
|
2738
2744
|
}
|