@dust-tt/sparkle 0.2.150-rc → 0.2.150-test1

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/index.js CHANGED
@@ -74719,10 +74719,10 @@ ContextItem.SectionHeader = function (_a) {
74719
74719
 
74720
74720
  var isBrowser = typeof window !== "undefined";
74721
74721
  var breakpoints = {
74722
- sm: 640,
74723
- md: 768,
74724
- lg: 1024,
74725
- xl: 1280,
74722
+ sm: 640, // Tailwind's default for `sm`
74723
+ md: 768, // Tailwind's default for `md`
74724
+ lg: 1024, // Tailwind's default for `lg`
74725
+ xl: 1280, // Tailwind's default for `xl`
74726
74726
  xxl: 1536, // Tailwind's default for `2xl`
74727
74727
  };
74728
74728
  var getWindowWidth = function () { return (isBrowser ? window.innerWidth : 0); };