proto-daisy-ui 0.1.152 → 0.1.153

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.
Files changed (38) hide show
  1. package/dist/cjs/{index-PIKwatSC.js → index-BpzB_ZGg.js} +4 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/proto-daisy-ui.cjs.entry.js +3 -1954
  4. package/dist/cjs/proto-daisy-ui.cjs.js +2 -2
  5. package/dist/cjs/proto-dial.cjs.entry.js +1 -1
  6. package/dist/cjs/proto-hero.cjs.entry.js +2 -2
  7. package/dist/cjs/proto-home.cjs.entry.js +2 -2
  8. package/dist/cjs/proto-list.cjs.entry.js +2 -2
  9. package/dist/cjs/proto-shell.cjs.entry.js +2 -2
  10. package/dist/cjs/proto-stats.cjs.entry.js +2 -2
  11. package/dist/cjs/{store-DXXn_9b4.js → store-CCGqTmLc.js} +1 -1
  12. package/dist/collection/collection-manifest.json +1 -1
  13. package/dist/components/proto-daisy-ui.js +1 -1
  14. package/dist/esm/{index-C73L80kg.js → index-DmsBtV7L.js} +4 -1
  15. package/dist/esm/loader.js +2 -2
  16. package/dist/esm/proto-daisy-ui.entry.js +3 -1954
  17. package/dist/esm/proto-daisy-ui.js +3 -3
  18. package/dist/esm/proto-dial.entry.js +1 -1
  19. package/dist/esm/proto-hero.entry.js +2 -2
  20. package/dist/esm/proto-home.entry.js +2 -2
  21. package/dist/esm/proto-list.entry.js +2 -2
  22. package/dist/esm/proto-shell.entry.js +2 -2
  23. package/dist/esm/proto-stats.entry.js +2 -2
  24. package/dist/esm/{store-DopF3Awm.js → store-B-TCJWgp.js} +1 -1
  25. package/dist/proto-daisy-ui/{p-54a186bc.entry.js → p-3f0253de.entry.js} +1 -1
  26. package/dist/proto-daisy-ui/{p-c03b6d38.entry.js → p-4c9ec3ac.entry.js} +1 -1
  27. package/dist/proto-daisy-ui/{p-249968c2.entry.js → p-69a444cd.entry.js} +1 -1
  28. package/dist/proto-daisy-ui/p-89328c33.entry.js +1 -0
  29. package/dist/proto-daisy-ui/{p-DWJjUH41.js → p-B78eojFd.js} +1 -1
  30. package/dist/proto-daisy-ui/p-DmsBtV7L.js +2 -0
  31. package/dist/proto-daisy-ui/{p-c50ba27d.entry.js → p-a20241e4.entry.js} +1 -1
  32. package/dist/proto-daisy-ui/p-b03ce382.entry.js +1 -0
  33. package/dist/proto-daisy-ui/{p-ddb82601.entry.js → p-d9d2f82e.entry.js} +1 -1
  34. package/dist/proto-daisy-ui/proto-daisy-ui.esm.js +1 -1
  35. package/package.json +2 -2
  36. package/dist/proto-daisy-ui/p-29d08089.entry.js +0 -1
  37. package/dist/proto-daisy-ui/p-2f35d7bb.entry.js +0 -1
  38. package/dist/proto-daisy-ui/p-C73L80kg.js +0 -2
@@ -5,7 +5,7 @@ const BUILD = /* proto-daisy-ui */ { allRenderFn: true, appendChildSlotFix: fals
5
5
  const Env = /* proto-daisy-ui */ {};
6
6
 
7
7
  /*
8
- Stencil Client Platform v4.40.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Platform v4.40.1 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  var __create = Object.create;
11
11
  var __defProp = Object.defineProperty;
@@ -480,6 +480,9 @@ var supportsListenerOptions = /* @__PURE__ */ (() => {
480
480
  var promiseResolve = (v) => Promise.resolve(v);
481
481
  var supportsConstructableStylesheets = BUILD.constructableCSS ? /* @__PURE__ */ (() => {
482
482
  try {
483
+ if (!win.document.adoptedStyleSheets) {
484
+ return false;
485
+ }
483
486
  new CSSStyleSheet();
484
487
  return typeof new CSSStyleSheet().replaceSync === "function";
485
488
  } catch (e) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-PIKwatSC.js');
3
+ var index = require('./index-BpzB_ZGg.js');
4
4
  var appGlobals = require('./app-globals-V2Kpy_OQ.js');
5
5
 
6
6
  const defineCustomElements = async (win, options) => {