@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.js
CHANGED
|
@@ -67,7 +67,7 @@ function styleInject(css, { insertAt } = {}) {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
// src/index.css
|
|
70
|
-
styleInject(`/*! tailwindcss v4.1.
|
|
70
|
+
styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
71
71
|
@layer properties;
|
|
72
72
|
@layer theme, base, components, utilities;
|
|
73
73
|
@layer theme {
|
|
@@ -294,6 +294,9 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
294
294
|
::-webkit-datetime-edit-meridiem-field {
|
|
295
295
|
padding-block: 0;
|
|
296
296
|
}
|
|
297
|
+
::-webkit-calendar-picker-indicator {
|
|
298
|
+
line-height: 1;
|
|
299
|
+
}
|
|
297
300
|
:-moz-ui-invalid {
|
|
298
301
|
box-shadow: none;
|
|
299
302
|
}
|
|
@@ -324,7 +327,7 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
324
327
|
padding: 0;
|
|
325
328
|
margin: -1px;
|
|
326
329
|
overflow: hidden;
|
|
327
|
-
clip:
|
|
330
|
+
clip-path: inset(50%);
|
|
328
331
|
white-space: nowrap;
|
|
329
332
|
border-width: 0;
|
|
330
333
|
}
|
|
@@ -1211,7 +1214,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1211
1214
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1212
1215
|
|
|
1213
1216
|
// package.json
|
|
1214
|
-
var version = "1.0.1-rc.
|
|
1217
|
+
var version = "1.0.1-rc.56";
|
|
1215
1218
|
|
|
1216
1219
|
// src/utils/licenseCache.ts
|
|
1217
1220
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -2516,7 +2519,7 @@ var LiveBadge = ({
|
|
|
2516
2519
|
};
|
|
2517
2520
|
|
|
2518
2521
|
// src/styles.css
|
|
2519
|
-
styleInject(`/*! tailwindcss v4.1.
|
|
2522
|
+
styleInject(`/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
2520
2523
|
@layer properties;
|
|
2521
2524
|
@layer theme, base, components, utilities;
|
|
2522
2525
|
@layer theme {
|
|
@@ -2743,6 +2746,9 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
2743
2746
|
::-webkit-datetime-edit-meridiem-field {
|
|
2744
2747
|
padding-block: 0;
|
|
2745
2748
|
}
|
|
2749
|
+
::-webkit-calendar-picker-indicator {
|
|
2750
|
+
line-height: 1;
|
|
2751
|
+
}
|
|
2746
2752
|
:-moz-ui-invalid {
|
|
2747
2753
|
box-shadow: none;
|
|
2748
2754
|
}
|
|
@@ -2773,7 +2779,7 @@ styleInject(`/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
|
2773
2779
|
padding: 0;
|
|
2774
2780
|
margin: -1px;
|
|
2775
2781
|
overflow: hidden;
|
|
2776
|
-
clip:
|
|
2782
|
+
clip-path: inset(50%);
|
|
2777
2783
|
white-space: nowrap;
|
|
2778
2784
|
border-width: 0;
|
|
2779
2785
|
}
|