@everymatrix/lottery-tipping-entrance 1.85.17 → 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.
@@ -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-2f5e8ecd.js');
6
+ const lotteryTippingEntrance = require('./lottery-tipping-entrance-59f7f53d.js');
7
7
 
8
8
  /**
9
9
  * @name addDays
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const lotteryTippingEntrance = require('./lottery-tipping-entrance-2f5e8ecd.js');
5
+ const lotteryTippingEntrance = require('./lottery-tipping-entrance-59f7f53d.js');
6
6
  require('./index-440d090f.js');
7
7
 
8
8
 
@@ -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-76aac39c.js';
3
- export { L as lottery_tipping_entrance } from './lottery-tipping-entrance-76aac39c.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-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-76aac39c.js';
1
+ export { L as LotteryTippingEntrance } from './lottery-tipping-entrance-9e7c2d9a.js';
2
2
  import './index-a57b04e7.js';
@@ -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)