@tachui/responsive 0.8.24 → 0.8.25

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.
@@ -1,4 +1,4 @@
1
- "use strict";const l=require("@tachui/core"),me=require("@tachui/registry"),J=require("@tachui/modifiers"),ge="0.8.24",be=ge,Z=new WeakSet,Y=new WeakMap,ve={name:"@tachui/core",version:be,author:"TachUI Team",verified:!0};function ye(r){Z.has(r)||(r.setFeatureFlags({metadataRegistration:!0}),Z.add(r))}function xe(r,e){let t=Y.get(r);t||(t=new Set,Y.set(r,t)),!t.has(e.name)&&(r.registerPlugin(e),t.add(e.name))}function we(r,e,t,i=me.globalModifierRegistry,n=ve){ye(i),xe(i,n),i.has(r)||i.register(r,e),i.getMetadata(r)||i.registerMetadata({...t,name:r,plugin:n.name})}const Se="0.8.24",Ce=Se,D={base:"0px",sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"};function x(r){return typeof r=="object"&&r!==null&&!Array.isArray(r)&&Object.keys(r).some(e=>["base","sm","md","lg","xl","2xl"].includes(e))}function Q(r){return["base","sm","md","lg","xl","2xl"].includes(r)}let T={...D};const[ee,N]=l.createSignal("base"),[te,ie]=l.createSignal({width:0,height:0});let L=!1;const ne=()=>{A(),V()},re=()=>{setTimeout(()=>{A(),V()},100)};function Re(r){Ee(r),T={...D,...r},V(),typeof window<"u"&&window.addEventListener("resize",V)}function O(){return{...T}}function y(){return ee}function Be(){return te}function ke(){typeof window>"u"||L||(A(),V(),window.addEventListener("resize",ne),window.addEventListener("orientationchange",re),L=!0)}function $e(){typeof window>"u"||(A(),V())}function Me(){T={...D},N("base"),ie({width:0,height:0}),typeof window<"u"&&L&&(window.removeEventListener("resize",ne),window.removeEventListener("orientationchange",re)),L=!1}function w(){const r=ee(),e=te();return{current:r,width:e.width,height:e.height,isAbove:t=>_(r,t),isBelow:t=>W(r,t),isBetween:(t,i)=>_(r,t)&&W(r,i),matches:t=>window.matchMedia(t).matches}}function z(r){const e=T[r];return e.endsWith("px")?parseInt(e,10):e.endsWith("em")||e.endsWith("rem")?parseInt(e,10)*16:parseInt(e,10)||0}function b(r){return["base","sm","md","lg","xl","2xl"].indexOf(r)}function _(r,e){return b(r)>b(e)}function W(r,e){return b(r)<b(e)}function se(r){return r==="base"?"":`(min-width: ${T[r]})`}function Oe(r,e){const t=[];if(r!=="base"&&t.push(`(min-width: ${T[r]})`),e&&e!=="2xl"){const i=["sm","md","lg","xl","2xl"],n=i.indexOf(e);if(n>=0&&n<i.length-1){const o=i[n+1],s=`${z(o)-1}px`;t.push(`(max-width: ${s})`)}}return t.length>0?t.join(" and "):""}function I(){return["base","sm","md","lg","xl","2xl"]}function Ve(r){const e=I(),t=e.indexOf(r);return t>=0?e.slice(t+1):[]}function Te(r){const e=I(),t=e.indexOf(r);return t>0?e.slice(0,t):[]}function V(){if(typeof window>"u")return;const r=window.innerWidth,e=I().reverse();for(const t of e)if(t==="base"||r>=z(t)){N(t);return}N("base")}function A(){typeof window<"u"&&ie({width:window.innerWidth,height:window.innerHeight})}function Ee(r){for(const[t,i]of Object.entries(r)){if(!Q(t))throw new Error(`Invalid breakpoint key: "${t}". Valid keys are: base, sm, md, lg, xl, 2xl`);if(typeof i!="string")throw new Error(`Breakpoint value for "${t}" must be a string (e.g., "768px")`);if(!i.match(/^\d+(\.\d+)?(px|em|rem|%)$/))throw new Error(`Invalid breakpoint value for "${t}": "${i}". Must be a valid CSS length (e.g., "768px", "48em")`)}const e=Object.keys(r).filter(Q).sort((t,i)=>b(t)-b(i));for(let t=1;t<e.length;t++){const i=e[t-1],n=e[t],o=r[i],s=r[n];if(z(i)>=parseInt(s,10))throw new Error(`Breakpoint "${n}" (${s}) must be larger than "${i}" (${o})`)}}const Pe={tailwind:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},bootstrap:{sm:"576px",md:"768px",lg:"992px",xl:"1200px","2xl":"1400px"},material:{sm:"600px",md:"960px",lg:"1280px",xl:"1920px","2xl":"2560px"},mobileFocus:{sm:"480px",md:"768px",lg:"1024px",xl:"1200px","2xl":"1440px"}};class H{options;constructor(e){this.options={generateMinified:!1,includeComments:!0,optimizeOutput:!0,mobileFirst:!0,...e}}generateResponsiveCSS(e){const t=[],i=[],n={};let o=!1;for(const[s,a]of Object.entries(e))if(x(a)){o=!0;const d=this.generatePropertyMediaQueries(s,a);t.push(...d.mediaQueries),d.baseStyles&&Object.assign(n,d.baseStyles)}else n[this.toCSSPropertyName(s)]=this.formatCSSValue(s,a);return i.push(...this.generateCSSRules(t,n)),{cssRules:i,mediaQueries:t,fallbackStyles:n,hasResponsiveStyles:o}}generatePropertyMediaQueries(e,t){const i=[],n={},o=I();for(const s of o){const a=t[s];if(a===void 0)continue;const d=this.toCSSPropertyName(e),c=this.formatCSSValue(e,a);if(s==="base")n[d]=c;else{const p=se(s),h={[d]:c};i.push({breakpoint:s,query:p,styles:h,selector:this.options.selector})}}return{mediaQueries:i,baseStyles:Object.keys(n).length>0?n:void 0}}generateCSSRules(e,t){const i=[];if(Object.keys(t).length>0){const o=this.generateCSSRule(this.options.selector,t);i.push(o)}const n=this.groupQueriesByMediaQuery(e);for(const[o,s]of Object.entries(n)){if(o==="")continue;const a={};for(const c of s)Object.assign(a,c.styles);const d=this.generateMediaQueryRule(o,this.options.selector,a);i.push(d)}return i}groupQueriesByMediaQuery(e){const t={};for(const i of e)t[i.query]||(t[i.query]=[]),t[i.query].push(i);return t}generateCSSRule(e,t){const{generateMinified:i,includeComments:n}=this.options,o=i?"":" ",s=i?"":`
1
+ "use strict";const l=require("@tachui/core"),me=require("@tachui/registry"),J=require("@tachui/modifiers"),ge="0.8.25",be=ge,Z=new WeakSet,Y=new WeakMap,ve={name:"@tachui/core",version:be,author:"TachUI Team",verified:!0};function ye(r){Z.has(r)||(r.setFeatureFlags({metadataRegistration:!0}),Z.add(r))}function xe(r,e){let t=Y.get(r);t||(t=new Set,Y.set(r,t)),!t.has(e.name)&&(r.registerPlugin(e),t.add(e.name))}function we(r,e,t,i=me.globalModifierRegistry,n=ve){ye(i),xe(i,n),i.has(r)||i.register(r,e),i.getMetadata(r)||i.registerMetadata({...t,name:r,plugin:n.name})}const Se="0.8.25",Ce=Se,D={base:"0px",sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"};function x(r){return typeof r=="object"&&r!==null&&!Array.isArray(r)&&Object.keys(r).some(e=>["base","sm","md","lg","xl","2xl"].includes(e))}function Q(r){return["base","sm","md","lg","xl","2xl"].includes(r)}let T={...D};const[ee,N]=l.createSignal("base"),[te,ie]=l.createSignal({width:0,height:0});let L=!1;const ne=()=>{A(),V()},re=()=>{setTimeout(()=>{A(),V()},100)};function Re(r){Ee(r),T={...D,...r},V(),typeof window<"u"&&window.addEventListener("resize",V)}function O(){return{...T}}function y(){return ee}function Be(){return te}function ke(){typeof window>"u"||L||(A(),V(),window.addEventListener("resize",ne),window.addEventListener("orientationchange",re),L=!0)}function $e(){typeof window>"u"||(A(),V())}function Me(){T={...D},N("base"),ie({width:0,height:0}),typeof window<"u"&&L&&(window.removeEventListener("resize",ne),window.removeEventListener("orientationchange",re)),L=!1}function w(){const r=ee(),e=te();return{current:r,width:e.width,height:e.height,isAbove:t=>_(r,t),isBelow:t=>W(r,t),isBetween:(t,i)=>_(r,t)&&W(r,i),matches:t=>window.matchMedia(t).matches}}function z(r){const e=T[r];return e.endsWith("px")?parseInt(e,10):e.endsWith("em")||e.endsWith("rem")?parseInt(e,10)*16:parseInt(e,10)||0}function b(r){return["base","sm","md","lg","xl","2xl"].indexOf(r)}function _(r,e){return b(r)>b(e)}function W(r,e){return b(r)<b(e)}function se(r){return r==="base"?"":`(min-width: ${T[r]})`}function Oe(r,e){const t=[];if(r!=="base"&&t.push(`(min-width: ${T[r]})`),e&&e!=="2xl"){const i=["sm","md","lg","xl","2xl"],n=i.indexOf(e);if(n>=0&&n<i.length-1){const o=i[n+1],s=`${z(o)-1}px`;t.push(`(max-width: ${s})`)}}return t.length>0?t.join(" and "):""}function I(){return["base","sm","md","lg","xl","2xl"]}function Ve(r){const e=I(),t=e.indexOf(r);return t>=0?e.slice(t+1):[]}function Te(r){const e=I(),t=e.indexOf(r);return t>0?e.slice(0,t):[]}function V(){if(typeof window>"u")return;const r=window.innerWidth,e=I().reverse();for(const t of e)if(t==="base"||r>=z(t)){N(t);return}N("base")}function A(){typeof window<"u"&&ie({width:window.innerWidth,height:window.innerHeight})}function Ee(r){for(const[t,i]of Object.entries(r)){if(!Q(t))throw new Error(`Invalid breakpoint key: "${t}". Valid keys are: base, sm, md, lg, xl, 2xl`);if(typeof i!="string")throw new Error(`Breakpoint value for "${t}" must be a string (e.g., "768px")`);if(!i.match(/^\d+(\.\d+)?(px|em|rem|%)$/))throw new Error(`Invalid breakpoint value for "${t}": "${i}". Must be a valid CSS length (e.g., "768px", "48em")`)}const e=Object.keys(r).filter(Q).sort((t,i)=>b(t)-b(i));for(let t=1;t<e.length;t++){const i=e[t-1],n=e[t],o=r[i],s=r[n];if(z(i)>=parseInt(s,10))throw new Error(`Breakpoint "${n}" (${s}) must be larger than "${i}" (${o})`)}}const Pe={tailwind:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},bootstrap:{sm:"576px",md:"768px",lg:"992px",xl:"1200px","2xl":"1400px"},material:{sm:"600px",md:"960px",lg:"1280px",xl:"1920px","2xl":"2560px"},mobileFocus:{sm:"480px",md:"768px",lg:"1024px",xl:"1200px","2xl":"1440px"}};class H{options;constructor(e){this.options={generateMinified:!1,includeComments:!0,optimizeOutput:!0,mobileFirst:!0,...e}}generateResponsiveCSS(e){const t=[],i=[],n={};let o=!1;for(const[s,a]of Object.entries(e))if(x(a)){o=!0;const d=this.generatePropertyMediaQueries(s,a);t.push(...d.mediaQueries),d.baseStyles&&Object.assign(n,d.baseStyles)}else n[this.toCSSPropertyName(s)]=this.formatCSSValue(s,a);return i.push(...this.generateCSSRules(t,n)),{cssRules:i,mediaQueries:t,fallbackStyles:n,hasResponsiveStyles:o}}generatePropertyMediaQueries(e,t){const i=[],n={},o=I();for(const s of o){const a=t[s];if(a===void 0)continue;const d=this.toCSSPropertyName(e),c=this.formatCSSValue(e,a);if(s==="base")n[d]=c;else{const p=se(s),h={[d]:c};i.push({breakpoint:s,query:p,styles:h,selector:this.options.selector})}}return{mediaQueries:i,baseStyles:Object.keys(n).length>0?n:void 0}}generateCSSRules(e,t){const i=[];if(Object.keys(t).length>0){const o=this.generateCSSRule(this.options.selector,t);i.push(o)}const n=this.groupQueriesByMediaQuery(e);for(const[o,s]of Object.entries(n)){if(o==="")continue;const a={};for(const c of s)Object.assign(a,c.styles);const d=this.generateMediaQueryRule(o,this.options.selector,a);i.push(d)}return i}groupQueriesByMediaQuery(e){const t={};for(const i of e)t[i.query]||(t[i.query]=[]),t[i.query].push(i);return t}generateCSSRule(e,t){const{generateMinified:i,includeComments:n}=this.options,o=i?"":" ",s=i?"":`
2
2
  `,a=i?"":" ";let d=`${e}${a}{${s}`;for(const[c,p]of Object.entries(t))d+=`${o}${c}:${a}${p};${s}`;return d+=`}${s}`,n&&!i&&(d=`/* Base styles (mobile-first) */${s}${d}`),d}generateMediaQueryRule(e,t,i){const{generateMinified:n,includeComments:o}=this.options,s=n?"":" ",a=n?"":" ",d=n?"":`
3
3
  `,c=n?"":" ";let p=`@media ${e}${c}{${d}`;p+=`${s}${t}${c}{${d}`;for(const[h,m]of Object.entries(i))p+=`${a}${h}:${c}${m};${d}`;return p+=`${s}}${d}`,p+=`}${d}`,o&&!n&&(p=`/* ${this.getBreakpointFromQuery(e)} styles */${d}${p}`),p}toCSSProperty(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}formatCSSValue(e,t){if(t==null)return"inherit";if(typeof t=="number"){const i=["opacity","z-index","font-weight","line-height","flex-grow","flex-shrink","order","grid-column-start","grid-column-end","grid-row-start","grid-row-end"],n=this.toCSSProperty(e);if(i.includes(n))return this.addImportantIfNeeded(e,t.toString());if(["width","height","min-width","max-width","min-height","max-height","padding","margin","border-width","border-radius","top","right","bottom","left","font-size","letter-spacing","text-indent"].some(s=>n.includes(s)))return this.addImportantIfNeeded(e,`${t}px`)}return this.addImportantIfNeeded(e,t.toString())}addImportantIfNeeded(e,t){const i=["flexDirection","flex-direction","justifyContent","justify-content","alignItems","align-items","display"],n=this.toCSSProperty(e);return i.includes(e)||i.includes(n)?`${t} !important`:t}toCSSPropertyName(e){return this.toCSSProperty(e)}getBreakpointFromQuery(e){const t=O();for(const[i,n]of Object.entries(t))if(e.includes(n))return i;return"custom"}}function Ie(r,e,t,i){if(!x(t)){const a=e.replace(/[A-Z]/g,c=>`-${c.toLowerCase()}`),d=typeof t=="number"?`${t}px`:t.toString();return[`${r} { ${a}: ${d}; }`]}const n=new H({selector:r,...i}),o={[e]:t};return n.generateResponsiveCSS(o).cssRules}function je(r,e,t){const{generateMinified:i=!1}=t||{},n=i?"":" ",o=i?"":`
4
4
  `,s=i?"":" ";let a=`@media ${e.query}${s}{${o}`;a+=`${n}${r}${s}{${o}`;for(const[d,c]of Object.entries(e.styles)){const p=d.replace(/[A-Z]/g,m=>`-${m.toLowerCase()}`),h=typeof c=="number"?`${c}px`:c.toString();a+=`${n}${n}${p}:${s}${h};${o}`}return a+=`${n}}${o}`,a+=`}${o}`,a}class F{static styleSheet=null;static injectedRules=new Set;static getStyleSheet(){if(this.styleSheet)return this.styleSheet;const e=document.createElement("style");return e.setAttribute("data-tachui-responsive","true"),document.head.appendChild(e),this.styleSheet=e.sheet,this.styleSheet}static injectCSS(e){if(typeof document>"u")return;const t=this.getStyleSheet();for(const i of e)if(!this.injectedRules.has(i))try{t.insertRule(i,t.cssRules.length),this.injectedRules.add(i)}catch(n){console.warn("Failed to inject CSS rule:",i,n)}}static clearCSS(){if(this.styleSheet){for(;this.styleSheet.cssRules.length>0;)this.styleSheet.deleteRule(0);this.injectedRules.clear()}}static hasRule(e){return this.injectedRules.has(e)}}class Le{cache=new Map;hitCount=0;missCount=0;get(e){const t=this.cache.get(e);return t?this.hitCount++:this.missCount++,t}set(e,t){this.cache.set(e,t)}clear(){this.cache.clear(),this.hitCount=0,this.missCount=0}getStats(){return{size:this.cache.size,hitRate:this.hitCount/(this.hitCount+this.missCount)||0,hits:this.hitCount,misses:this.missCount}}}const B=new Le;class De{static BATCH_SIZE=50;static ruleQueue=[];static flushTimer=null;static generateOptimizedCSS(e,t,i={}){const{minify:n=process.env.NODE_ENV==="production",batch:o=!0,deduplicate:s=!0}=i,a=this.createCacheKey(e,t,{minify:n});if(s){const c=B.get(a);if(c)return c}const d=this.generateCSS(e,t,{minify:n});return s&&B.set(a,d),o&&d.trim()?(this.addToBatch(d),""):d}static createCacheKey(e,t,i){return JSON.stringify({selector:e,config:t,options:i})}static generateCSS(e,t,i){const{minify:n=!1}=i,o=n?"":" ",s=n?"":`
@@ -93,4 +93,4 @@
93
93
  font-family: monospace !important;
94
94
  }
95
95
  `,document.head.appendChild(e),new MutationObserver(()=>{this.highlightResponsiveElements()}).observe(document.body,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["class"]}),this.highlightResponsiveElements()}static disableElementHighlighting(){if(typeof document>"u")return;const e=document.getElementById("tachui-responsive-highlight");e&&e.remove(),document.querySelectorAll(".tachui-responsive-element").forEach(t=>{t.classList.remove("tachui-responsive-element")})}static highlightResponsiveElements(){if(typeof document>"u")return;['[class*="tachui-responsive-"]','[class*="tachui-mq-"]'].forEach(t=>{document.querySelectorAll(t).forEach(i=>{i.classList.contains("tachui-responsive-element")||i.classList.add("tachui-responsive-element")})})}static enablePerformanceMonitoring(){setInterval(()=>{if(!this.enabled)return;const e=P.getStats(),t=B.getStats();this.log("debug","Performance Stats:",{cache:t,performance:e})},5e3)}static logResponsiveState(){if(!this.enabled)return;const e=w(),t=O();if(console.group("🔍 TachUI Responsive State"),console.log("Current breakpoint:",e.current),console.log("Viewport:",`${e.width}×${e.height}`),console.log("Configuration:",t),typeof window<"u"&&window.matchMedia){const i={Mobile:g.mobile,Tablet:g.tablet,Desktop:g.desktop,"Touch Device":g.touchDevice,"Dark Mode":g.darkMode,"Reduced Motion":g.reducedMotion};console.log("Media Query Results:");for(const[n,o]of Object.entries(i))try{console.log(` ${n}: ${window.matchMedia(o).matches}`)}catch{console.log(` ${n}: Error testing query`)}}console.groupEnd()}static inspectResponsiveValue(e,t){if(!this.enabled)return;const i=y();if(console.group(`🔍 Responsive Value${t?` - ${t}`:""}`),x(e)){const n=e;console.log("Responsive object:",n);const o=["base","sm","md","lg","xl","2xl"],s=o.indexOf(i());let a;for(let d=s;d>=0;d--){const c=o[d];if(n[c]!==void 0){a=n[c],console.log(`Resolved value (${c}):`,a);break}}console.log("Defined breakpoints:");for(const[d,c]of Object.entries(n))if(c!==void 0){const p=d===i();console.log(` ${p?"→":" "} ${d}:`,c)}}else console.log("Static value:",e);console.groupEnd()}static testResponsiveBehavior(e,t=["base","sm","md","lg","xl","2xl"]){if(!this.enabled)return{};const i={};return t.forEach(n=>{this.log("debug",`Testing breakpoint ${n}:`,e)}),i}static exportConfiguration(){const e=w(),t=O(),i=P.getStats(),n=B.getStats(),o={};if(typeof window<"u"&&window.matchMedia){for(const[s,a]of Object.entries(g))if(typeof a=="string")try{o[s]=window.matchMedia(a).matches}catch{o[s]=!1}}return{breakpoints:t,currentContext:e,performance:{cache:n,timings:i},mediaQueries:o}}}function pe(r,e){const t=y();return l.createComputed(()=>{const i=t(),n=x(r);let o,s={};if(n){const a=r;s=a;const d=["base","sm","md","lg","xl","2xl"],c=d.indexOf(i);for(let p=c;p>=0;p--){const h=d[p];if(a[h]!==void 0){o=a[h];break}}}else o=r,s={[i]:o};return k.enabled&&e&&k.inspectResponsiveValue(r,e),{resolvedValue:o,activeBreakpoint:i,allValues:s,isResponsive:n}})}class he{static testCSSFeatures(){if(typeof window>"u"||typeof CSS>"u"||!CSS.supports)return{};const e={};try{e.cssGrid=CSS.supports("display","grid"),e.flexbox=CSS.supports("display","flex"),e.customProperties=CSS.supports("--test","value"),e.viewportUnits=CSS.supports("width","100vw"),e.mediaQueries=typeof window.matchMedia=="function",e.containerQueries=CSS.supports("container-type","inline-size"),e.logicalProperties=CSS.supports("margin-inline-start","1rem")}catch{}return e}static testViewportSizes(e){if(typeof window>"u")return;const t=[{width:320,height:568,name:"iPhone SE"},{width:375,height:667,name:"iPhone 8"},{width:768,height:1024,name:"iPad Portrait"},{width:1024,height:768,name:"iPad Landscape"},{width:1280,height:720,name:"Desktop Small"},{width:1920,height:1080,name:"Desktop Large"}];k.enabled&&k.log("info","Testing viewport sizes:",t),t.forEach(i=>{e(i.width,i.height)})}}typeof window<"u"&&process.env.NODE_ENV!=="production"&&(window.tachUIResponsive={devTools:k,inspector:pe,compatibility:he,logState:()=>k.logResponsiveState(),export:()=>k.exportConfiguration()});const it={name:"@tachui/responsive",version:Ce,author:"TachUI Team",verified:!0},j=80,nt=[["responsive",f,{category:"layout",priority:j,signature:"(config: ResponsiveStyleConfig) => Modifier",description:"Applies responsive style mappings across configured breakpoints."}],["mediaQuery",C,{category:"layout",priority:j,signature:"(query: string, styles: Record<string, any>) => Modifier",description:"Attaches custom CSS rules for a media query to a component."}],["responsiveProperty",u,{category:"layout",priority:j,signature:"(property: string, value: ResponsiveValue<any>) => Modifier",description:"Creates a responsive modifier from a single style property/value map."}],["responsiveLayout",G,{category:"layout",priority:j,signature:"(config: ResponsiveLayoutConfig) => Modifier",description:"Configures responsive flexbox layout properties such as direction, wrap, and gap."}]];let X=!1;function rt(r){const e=r?.registry,t=r?.plugin??it,i=r?.force===!0,n=!!(e||r?.plugin);!n&&X&&!i||(nt.forEach(([o,s,a])=>{we(o,s,a,e,t)}),n||(X=!0))}exports.AdvancedBreakpointUtils=R;exports.BreakpointPresets=Pe;exports.BrowserCompatibility=he;exports.CSSInjector=F;exports.DEFAULT_BREAKPOINTS=D;exports.LayoutPatterns=et;exports.MediaQueries=g;exports.MediaQueryModifier=oe;exports.OptimizedCSSGenerator=De;exports.RESPONSIVE_MODIFIER_PRIORITY=U;exports.ResponsiveAdvanced=tt;exports.ResponsiveCSSGenerator=H;exports.ResponsiveContainerPatterns=Ze;exports.ResponsiveDataUtils=ue;exports.ResponsiveDevTools=k;exports.ResponsiveFlexPatterns=Ke;exports.ResponsiveGridPatterns=de;exports.ResponsiveHooks=ce;exports.ResponsiveModifier=q;exports.ResponsiveModifierBuilderImpl=K;exports.ResponsivePerformanceMonitor=P;exports.ResponsiveSpacingPatterns=Xe;exports.ResponsiveTargeting=le;exports.ResponsiveTypographyPatterns=Je;exports.ResponsiveVisibilityPatterns=Ye;exports.__resetResponsiveSystemForTests=Me;exports.__syncResponsiveSignalsForTests=$e;exports.breakpointToPixels=z;exports.combineMediaQueries=He;exports.configureBreakpoints=Re;exports.createBreakpointContext=w;exports.createMediaQueryModifier=C;exports.createResponsiveBuilder=Ae;exports.createResponsiveCSSVariables=We;exports.createResponsiveLayoutModifier=G;exports.createResponsiveModifier=f;exports.createResponsivePropertyModifier=u;exports.createResponsiveVisibility=Ue;exports.cssRuleCache=B;exports.enableResponsiveDebugOverlay=Ge;exports.generateCustomMediaQuery=je;exports.generateMediaQuery=se;exports.generateRangeMediaQuery=Oe;exports.generateResponsiveProperty=Ie;exports.getBreakpointIndex=b;exports.getBreakpointsAbove=Ve;exports.getBreakpointsBelow=Te;exports.getCurrentBreakpoint=y;exports.getCurrentBreakpointConfig=O;exports.getSortedBreakpoints=I;exports.getViewportDimensions=Be;exports.initializeResponsiveSystem=ke;exports.isBreakpointAbove=_;exports.isBreakpointBelow=W;exports.isResponsiveValue=x;exports.isValidBreakpointKey=Q;exports.logResponsiveState=ae;exports.orMediaQueries=Fe;exports.registerResponsiveModifiers=rt;exports.resolveResponsiveValue=_e;exports.useBreakpoint=qe;exports.useMediaQuery=Qe;exports.useResponsiveInspector=pe;exports.useResponsiveValue=Ne;exports.withResponsive=ze;
96
- //# sourceMappingURL=index-BpVUtEG4.js.map
96
+ //# sourceMappingURL=index-BqVqOmco.js.map