@everymatrix/lottery-tipping-entrance 1.85.16 → 1.85.18
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/cjs/draw-selection_18.cjs.entry.js +1 -1
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/{lottery-tipping-entrance-2f5e8ecd.js → lottery-tipping-entrance-59f7f53d.js} +2 -0
- package/dist/esm/draw-selection_18.entry.js +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/{lottery-tipping-entrance-76aac39c.js → lottery-tipping-entrance-9e7c2d9a.js} +2 -0
- package/dist/lottery-tipping-entrance/draw-selection_18.entry.js +1 -1
- package/dist/lottery-tipping-entrance/index.esm.js +1 -1
- package/dist/lottery-tipping-entrance/{lottery-tipping-entrance-76aac39c.js → lottery-tipping-entrance-9e7c2d9a.js} +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-440d090f.js');
|
|
6
|
-
const lotteryTippingEntrance = require('./lottery-tipping-entrance-
|
|
6
|
+
const lotteryTippingEntrance = require('./lottery-tipping-entrance-59f7f53d.js');
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* @name addDays
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const lotteryTippingEntrance = require('./lottery-tipping-entrance-
|
|
5
|
+
const lotteryTippingEntrance = require('./lottery-tipping-entrance-59f7f53d.js');
|
|
6
6
|
require('./index-440d090f.js');
|
|
7
7
|
|
|
8
8
|
|
package/dist/cjs/{lottery-tipping-entrance-2f5e8ecd.js → lottery-tipping-entrance-59f7f53d.js}
RENAMED
|
@@ -6683,6 +6683,8 @@ function setClientStyling(stylingContainer, clientStyling) {
|
|
|
6683
6683
|
* @param {string} clientStylingUrl The URL of the style content
|
|
6684
6684
|
*/
|
|
6685
6685
|
function setClientStylingURL(stylingContainer, clientStylingUrl) {
|
|
6686
|
+
if (!stylingContainer || !clientStylingUrl) return;
|
|
6687
|
+
|
|
6686
6688
|
const url = new URL(clientStylingUrl);
|
|
6687
6689
|
|
|
6688
6690
|
fetch(url.href)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, g as getAssetPath, a as getElement } from './index-a57b04e7.js';
|
|
2
|
-
import { r as requiredArgs, t as toDate, a as toInteger, s as setClientStyling, b as setClientStylingURL, c as setStreamStyling, f as formatDate$2, d as translate$8, i as isMobile$1, g as getDayWithSuffixLocal, e as format, p as parseISO } from './lottery-tipping-entrance-
|
|
3
|
-
export { L as lottery_tipping_entrance } from './lottery-tipping-entrance-
|
|
2
|
+
import { r as requiredArgs, t as toDate, a as toInteger, s as setClientStyling, b as setClientStylingURL, c as setStreamStyling, f as formatDate$2, d as translate$8, i as isMobile$1, g as getDayWithSuffixLocal, e as format, p as parseISO } from './lottery-tipping-entrance-9e7c2d9a.js';
|
|
3
|
+
export { L as lottery_tipping_entrance } from './lottery-tipping-entrance-9e7c2d9a.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @name addDays
|
package/dist/esm/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { L as LotteryTippingEntrance } from './lottery-tipping-entrance-
|
|
1
|
+
export { L as LotteryTippingEntrance } from './lottery-tipping-entrance-9e7c2d9a.js';
|
|
2
2
|
import './index-a57b04e7.js';
|
package/dist/esm/{lottery-tipping-entrance-76aac39c.js → lottery-tipping-entrance-9e7c2d9a.js}
RENAMED
|
@@ -6681,6 +6681,8 @@ function setClientStyling(stylingContainer, clientStyling) {
|
|
|
6681
6681
|
* @param {string} clientStylingUrl The URL of the style content
|
|
6682
6682
|
*/
|
|
6683
6683
|
function setClientStylingURL(stylingContainer, clientStylingUrl) {
|
|
6684
|
+
if (!stylingContainer || !clientStylingUrl) return;
|
|
6685
|
+
|
|
6684
6686
|
const url = new URL(clientStylingUrl);
|
|
6685
6687
|
|
|
6686
6688
|
fetch(url.href)
|