@xyd-js/components 0.0.0-build-dbd54a4-20251226154152 → 0.0.0-build-6e6f290-20260116222509

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 (29) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/{Button-SVM8Rz4_.js → Button-BFvaBFII.js} +2 -2
  3. package/dist/{Button-SVM8Rz4_.js.map → Button-BFvaBFII.js.map} +1 -1
  4. package/dist/{CodeSample-DBv2DQ7r.js → CodeSample-C6o2lVgG.js} +2 -2
  5. package/dist/{CodeSample-DBv2DQ7r.js.map → CodeSample-C6o2lVgG.js.map} +1 -1
  6. package/dist/{Icon-DyGRwmdN.js → Icon-lKsXnk--.js} +1 -1
  7. package/dist/{Icon-DyGRwmdN.js.map → Icon-lKsXnk--.js.map} +1 -1
  8. package/dist/{PageFirstSlide-C3R2h6Kk.js → PageFirstSlide-BKpqsDbu.js} +2 -2
  9. package/dist/{PageFirstSlide-C3R2h6Kk.js.map → PageFirstSlide-BKpqsDbu.js.map} +1 -1
  10. package/dist/{TabsAnalytics-CT1q1gV9.js → TabsAnalytics-BOuSMJb5.js} +1 -1
  11. package/dist/{TabsAnalytics-CT1q1gV9.js.map → TabsAnalytics-BOuSMJb5.js.map} +1 -1
  12. package/dist/{Update-CJjXQdm5.js → Update-CjOtpgHt.js} +2 -2
  13. package/dist/{Update-CJjXQdm5.js.map → Update-CjOtpgHt.js.map} +1 -1
  14. package/dist/{VideoGuide-Ct-fqF_v.js → VideoGuide-Br4wqh1e.js} +2 -2
  15. package/dist/{VideoGuide-Ct-fqF_v.js.map → VideoGuide-Br4wqh1e.js.map} +1 -1
  16. package/dist/coder.js +1 -1
  17. package/dist/content.js +1 -1
  18. package/dist/index.css +79 -79
  19. package/dist/pages.js +1 -1
  20. package/dist/system.js +1 -1
  21. package/dist/{useUXClick-Bcy6rAno.js → useUXClick-A8WlwKYd.js} +1 -1
  22. package/dist/{useUXClick-Bcy6rAno.js.map → useUXClick-A8WlwKYd.js.map} +1 -1
  23. package/dist/{useUXEvents-EhnwxsUG.js → useUXEvents-DKmTRZrN.js} +1 -1
  24. package/dist/{useUXEvents-EhnwxsUG.js.map → useUXEvents-DKmTRZrN.js.map} +1 -1
  25. package/dist/{useUXScrollDepth-iBceiD3v.js → useUXScrollDepth-DQRwpuzP.js} +1 -1
  26. package/dist/{useUXScrollDepth-iBceiD3v.js.map → useUXScrollDepth-DQRwpuzP.js.map} +1 -1
  27. package/dist/uxsdk.js +1 -1
  28. package/dist/writer.js +1 -1
  29. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"useUXEvents-EhnwxsUG.js","sources":["../src/uxsdk/const.ts","../src/uxsdk/useUXEvents.ts"],"sourcesContent":["export const EVENT_COMPONENT_TAB_CHANGE = \"components.tabs.change\"\n","import {defineEvents} from 'openux-js'\n\ninterface NodeCodeSample {\n tab?: string\n example?: string\n code?: string\n}\n\ninterface NodeFramework {\n location: string\n uniformRegion?: string\n}\n\ninterface AnalyticsNodes {\n CodeSample: NodeCodeSample\n Framework: NodeFramework\n}\n\n// TODO: in the future + maybe better API\n// TODO: how to share nodes between packages\n// TODO: node abstraction?\n// TODO: merge abstraction?\nexport const useUXEvents = defineEvents(({CodeSample, Framework}: AnalyticsNodes) => ({\n docs: {\n code: {\n example_change({example}: { example: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n example: example,\n }\n },\n tab_change({tab}: { tab: string }) {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n tab: tab,\n }\n },\n copy({code}: { code: string }) {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n code: (code || \"\").slice(0, 100) + \"...\",\n }\n },\n scroll_100() {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n }\n },\n scroll_depth({depth}: { depth: number }) {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n depth,\n }\n },\n },\n\n details: {\n open({label}: { label: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n label: label,\n }\n },\n close({label}: { label: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n label: label,\n }\n }\n },\n\n anchor: {\n click({id}: { id: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n id: id,\n }\n }\n }\n }\n}))\n\nfunction commonCodeSampleProps({\n CodeSample,\n Framework\n }: {\n CodeSample: NodeCodeSample | undefined\n Framework: NodeFramework | undefined\n}) {\n return {\n ...commonFrameworkProps({Framework}),\n tab: CodeSample?.tab!,\n example: CodeSample?.example!,\n }\n}\n\nfunction commonFrameworkProps({\n Framework\n }: {\n Framework: NodeFramework | undefined\n}) {\n return {\n location: Framework?.location!,\n }\n}\n"],"names":["EVENT_COMPONENT_TAB_CHANGE","useUXEvents","defineEvents","CodeSample","Framework","docs","code","example_change","example","commonFrameworkProps","tab_change","tab","commonCodeSampleProps","copy","slice","scroll_100","scroll_depth","depth","details","open","label","close","anchor","click","id","location"],"mappings":"yCAAO,MAAMA,EAA6B,yBCsB7BC,EAAcC,EAAa,EAAEC,aAAYC,gBAA0B,CAC5EC,KAAM,CACFC,KAAM,CACFC,eAAAA,EAAeC,QAACA,MACL,IACAC,EAAqB,CAACL,cACzBI,QAASA,IAGjBE,WAAAA,EAAWC,IAACA,MACD,IACAC,EAAsB,CAACT,aAAYC,cACtCO,IAAKA,IAGbE,KAAAA,EAAKP,KAACA,MACK,IACAM,EAAsB,CAACT,aAAYC,cACtCE,MAAOA,GAAQ,IAAIQ,MAAM,EAAG,KAAO,QAG3CC,WAAAA,KACW,IACAH,EAAsB,CAACT,aAAYC,gBAG9CY,aAAAA,EAAaC,MAACA,MACH,IACAL,EAAsB,CAACT,aAAYC,cACtCa,WAKZC,QAAS,CACLC,KAAAA,EAAKC,MAACA,MACK,IACAX,EAAqB,CAACL,cACzBgB,MAAOA,IAGfC,MAAAA,EAAMD,MAACA,MACI,IACAX,EAAqB,CAACL,cACzBgB,MAAOA,KAKnBE,OAAQ,CACJC,MAAAA,EAAMC,GAACA,MACI,IACAf,EAAqB,CAACL,cACzBoB,GAAIA,SAOxB,SAASZ,GAAsBT,WACIA,EAAUC,UACVA,IAK/B,MAAO,IACAK,EAAqB,CAACL,cACzBO,IAAKR,GAAYQ,IACjBH,QAASL,GAAYK,QAE7B,CAEA,SAASC,GAAqBL,UACIA,IAI9B,MAAO,CACHqB,SAAUrB,GAAWqB,SAE7B"}
1
+ {"version":3,"file":"useUXEvents-DKmTRZrN.js","sources":["../src/uxsdk/const.ts","../src/uxsdk/useUXEvents.ts"],"sourcesContent":["export const EVENT_COMPONENT_TAB_CHANGE = \"components.tabs.change\"\n","import {defineEvents} from 'openux-js'\n\ninterface NodeCodeSample {\n tab?: string\n example?: string\n code?: string\n}\n\ninterface NodeFramework {\n location: string\n uniformRegion?: string\n}\n\ninterface AnalyticsNodes {\n CodeSample: NodeCodeSample\n Framework: NodeFramework\n}\n\n// TODO: in the future + maybe better API\n// TODO: how to share nodes between packages\n// TODO: node abstraction?\n// TODO: merge abstraction?\nexport const useUXEvents = defineEvents(({CodeSample, Framework}: AnalyticsNodes) => ({\n docs: {\n code: {\n example_change({example}: { example: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n example: example,\n }\n },\n tab_change({tab}: { tab: string }) {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n tab: tab,\n }\n },\n copy({code}: { code: string }) {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n code: (code || \"\").slice(0, 100) + \"...\",\n }\n },\n scroll_100() {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n }\n },\n scroll_depth({depth}: { depth: number }) {\n return {\n ...commonCodeSampleProps({CodeSample, Framework}),\n depth,\n }\n },\n },\n\n details: {\n open({label}: { label: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n label: label,\n }\n },\n close({label}: { label: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n label: label,\n }\n }\n },\n\n anchor: {\n click({id}: { id: string }) {\n return {\n ...commonFrameworkProps({Framework}),\n id: id,\n }\n }\n }\n }\n}))\n\nfunction commonCodeSampleProps({\n CodeSample,\n Framework\n }: {\n CodeSample: NodeCodeSample | undefined\n Framework: NodeFramework | undefined\n}) {\n return {\n ...commonFrameworkProps({Framework}),\n tab: CodeSample?.tab!,\n example: CodeSample?.example!,\n }\n}\n\nfunction commonFrameworkProps({\n Framework\n }: {\n Framework: NodeFramework | undefined\n}) {\n return {\n location: Framework?.location!,\n }\n}\n"],"names":["EVENT_COMPONENT_TAB_CHANGE","useUXEvents","defineEvents","CodeSample","Framework","docs","code","example_change","example","commonFrameworkProps","tab_change","tab","commonCodeSampleProps","copy","slice","scroll_100","scroll_depth","depth","details","open","label","close","anchor","click","id","location"],"mappings":"yCAAO,MAAMA,EAA6B,yBCsB7BC,EAAcC,EAAa,EAAEC,aAAYC,gBAA0B,CAC5EC,KAAM,CACFC,KAAM,CACFC,eAAAA,EAAeC,QAACA,MACL,IACAC,EAAqB,CAACL,cACzBI,QAASA,IAGjBE,WAAAA,EAAWC,IAACA,MACD,IACAC,EAAsB,CAACT,aAAYC,cACtCO,IAAKA,IAGbE,KAAAA,EAAKP,KAACA,MACK,IACAM,EAAsB,CAACT,aAAYC,cACtCE,MAAOA,GAAQ,IAAIQ,MAAM,EAAG,KAAO,QAG3CC,WAAAA,KACW,IACAH,EAAsB,CAACT,aAAYC,gBAG9CY,aAAAA,EAAaC,MAACA,MACH,IACAL,EAAsB,CAACT,aAAYC,cACtCa,WAKZC,QAAS,CACLC,KAAAA,EAAKC,MAACA,MACK,IACAX,EAAqB,CAACL,cACzBgB,MAAOA,IAGfC,MAAAA,EAAMD,MAACA,MACI,IACAX,EAAqB,CAACL,cACzBgB,MAAOA,KAKnBE,OAAQ,CACJC,MAAAA,EAAMC,GAACA,MACI,IACAf,EAAqB,CAACL,cACzBoB,GAAIA,SAOxB,SAASZ,GAAsBT,WACIA,EAAUC,UACVA,IAK/B,MAAO,IACAK,EAAqB,CAACL,cACzBO,IAAKR,GAAYQ,IACjBH,QAASL,GAAYK,QAE7B,CAEA,SAASC,GAAqBL,UACIA,IAI9B,MAAO,CACHqB,SAAUrB,GAAWqB,SAE7B"}
@@ -1,2 +1,2 @@
1
1
  import{useRef as r,useEffect as t}from"react";function e(e,n={}){const{thresholds:c=[25,50,75,100],onDepthReached:o}=n,s=r(new Set);t(()=>{if(!e.current)return;function r(){const r=e.current;if(!r)return;const{scrollTop:t,scrollHeight:n,clientHeight:u}=r,i=n-u;if(i<=0)return;const l=Math.round(t/i*100);c.forEach(r=>{l>=r&&!s.current.has(r)&&(s.current.add(r),o?.(r))})}const t=e.current;return t.addEventListener("scroll",r),()=>{t.removeEventListener("scroll",r)}},[e.current,c,o])}export{e as u};
2
- //# sourceMappingURL=useUXScrollDepth-iBceiD3v.js.map
2
+ //# sourceMappingURL=useUXScrollDepth-DQRwpuzP.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useUXScrollDepth-iBceiD3v.js","sources":["../src/uxsdk/useUXScrollDepth.ts"],"sourcesContent":["import React, {useEffect, useRef} from \"react\";\n\nexport interface ScrollDepthOptions {\n thresholds?: number[]; // Default: [25, 50, 75, 100]\n onDepthReached?: (depth: number) => void;\n}\n\nexport function useUXScrollDepth(\n ref: React.RefObject<HTMLElement | null>, \n options: ScrollDepthOptions = {}\n) {\n const { thresholds = [25, 50, 75, 100], onDepthReached } = options;\n const reachedDepthsRef = useRef<Set<number>>(new Set());\n\n useEffect(() => {\n if (!ref.current) {\n return\n }\n\n function handleScroll() {\n const element = ref.current;\n if (!element) return;\n\n const { scrollTop, scrollHeight, clientHeight } = element;\n \n // Calculate current scroll percentage\n const scrollableHeight = scrollHeight - clientHeight;\n if (scrollableHeight <= 0) return;\n \n const scrollPercentage = Math.round((scrollTop / scrollableHeight) * 100);\n \n // Check which thresholds have been reached\n thresholds.forEach(threshold => {\n if (scrollPercentage >= threshold && !reachedDepthsRef.current.has(threshold)) {\n reachedDepthsRef.current.add(threshold);\n onDepthReached?.(threshold);\n }\n });\n }\n\n const element = ref.current;\n element.addEventListener('scroll', handleScroll);\n\n return () => {\n element.removeEventListener('scroll', handleScroll);\n };\n }, [ref.current, thresholds, onDepthReached]);\n}\n\n"],"names":["useUXScrollDepth","ref","options","thresholds","onDepthReached","reachedDepthsRef","useRef","Set","useEffect","current","handleScroll","element","scrollTop","scrollHeight","clientHeight","scrollableHeight","scrollPercentage","Math","round","forEach","threshold","has","add","addEventListener","removeEventListener"],"mappings":"8CAOO,SAASA,EACZC,EACAC,EAA8B,IAE9B,MAAMC,WAAEA,EAAa,CAAC,GAAI,GAAI,GAAI,KAAIC,eAAEA,GAAmBF,EACrDG,EAAmBC,EAAoB,IAAIC,KAEjDC,EAAU,KACN,IAAKP,EAAIQ,QACL,OAGJ,SAASC,IACL,MAAMC,EAAUV,EAAIQ,QACpB,IAAKE,EAAS,OAEd,MAAMC,UAAEA,EAASC,aAAEA,EAAYC,aAAEA,GAAiBH,EAG5CI,EAAmBF,EAAeC,EACxC,GAAIC,GAAoB,EAAG,OAE3B,MAAMC,EAAmBC,KAAKC,MAAON,EAAYG,EAAoB,KAGrEZ,EAAWgB,QAAQC,IACXJ,GAAoBI,IAAcf,EAAiBI,QAAQY,IAAID,KAC/Df,EAAiBI,QAAQa,IAAIF,GAC7BhB,IAAiBgB,KAG7B,CAEA,MAAMT,EAAUV,EAAIQ,QAGpB,OAFAE,EAAQY,iBAAiB,SAAUb,GAE5B,KACHC,EAAQa,oBAAoB,SAAUd,KAE3C,CAACT,EAAIQ,QAASN,EAAYC,GACjC"}
1
+ {"version":3,"file":"useUXScrollDepth-DQRwpuzP.js","sources":["../src/uxsdk/useUXScrollDepth.ts"],"sourcesContent":["import React, {useEffect, useRef} from \"react\";\n\nexport interface ScrollDepthOptions {\n thresholds?: number[]; // Default: [25, 50, 75, 100]\n onDepthReached?: (depth: number) => void;\n}\n\nexport function useUXScrollDepth(\n ref: React.RefObject<HTMLElement | null>, \n options: ScrollDepthOptions = {}\n) {\n const { thresholds = [25, 50, 75, 100], onDepthReached } = options;\n const reachedDepthsRef = useRef<Set<number>>(new Set());\n\n useEffect(() => {\n if (!ref.current) {\n return\n }\n\n function handleScroll() {\n const element = ref.current;\n if (!element) return;\n\n const { scrollTop, scrollHeight, clientHeight } = element;\n \n // Calculate current scroll percentage\n const scrollableHeight = scrollHeight - clientHeight;\n if (scrollableHeight <= 0) return;\n \n const scrollPercentage = Math.round((scrollTop / scrollableHeight) * 100);\n \n // Check which thresholds have been reached\n thresholds.forEach(threshold => {\n if (scrollPercentage >= threshold && !reachedDepthsRef.current.has(threshold)) {\n reachedDepthsRef.current.add(threshold);\n onDepthReached?.(threshold);\n }\n });\n }\n\n const element = ref.current;\n element.addEventListener('scroll', handleScroll);\n\n return () => {\n element.removeEventListener('scroll', handleScroll);\n };\n }, [ref.current, thresholds, onDepthReached]);\n}\n\n"],"names":["useUXScrollDepth","ref","options","thresholds","onDepthReached","reachedDepthsRef","useRef","Set","useEffect","current","handleScroll","element","scrollTop","scrollHeight","clientHeight","scrollableHeight","scrollPercentage","Math","round","forEach","threshold","has","add","addEventListener","removeEventListener"],"mappings":"8CAOO,SAASA,EACZC,EACAC,EAA8B,IAE9B,MAAMC,WAAEA,EAAa,CAAC,GAAI,GAAI,GAAI,KAAIC,eAAEA,GAAmBF,EACrDG,EAAmBC,EAAoB,IAAIC,KAEjDC,EAAU,KACN,IAAKP,EAAIQ,QACL,OAGJ,SAASC,IACL,MAAMC,EAAUV,EAAIQ,QACpB,IAAKE,EAAS,OAEd,MAAMC,UAAEA,EAASC,aAAEA,EAAYC,aAAEA,GAAiBH,EAG5CI,EAAmBF,EAAeC,EACxC,GAAIC,GAAoB,EAAG,OAE3B,MAAMC,EAAmBC,KAAKC,MAAON,EAAYG,EAAoB,KAGrEZ,EAAWgB,QAAQC,IACXJ,GAAoBI,IAAcf,EAAiBI,QAAQY,IAAID,KAC/Df,EAAiBI,QAAQa,IAAIF,GAC7BhB,IAAiBgB,KAG7B,CAEA,MAAMT,EAAUV,EAAIQ,QAGpB,OAFAE,EAAQY,iBAAiB,SAAUb,GAE5B,KACHC,EAAQa,oBAAoB,SAAUd,KAE3C,CAACT,EAAIQ,QAASN,EAAYC,GACjC"}
package/dist/uxsdk.js CHANGED
@@ -1,2 +1,2 @@
1
- export{E as EVENT_COMPONENT_TAB_CHANGE,u as useUXEvents}from"./useUXEvents-EhnwxsUG.js";export{u as useUXClick}from"./useUXClick-Bcy6rAno.js";export{u as useUXScrollDepth}from"./useUXScrollDepth-iBceiD3v.js";import{useRef as e,useCallback as r,useEffect as t}from"react";import"openux-js";function n(n,u,c){const o=e(!1),s=e(!1),i=e(null),l=e(0),m=r(()=>{const e=Date.now();e-l.current>1e3&&(o.current=!0,l.current=e,u())},[u]),a=r(()=>{i.current&&clearTimeout(i.current),i.current=setTimeout(()=>{o.current=!1,i.current=null},50)},[]);t(()=>{if(n.current)return n.current.addEventListener("mouseenter",m),n.current.addEventListener("mouseleave",a),()=>{n.current&&(n.current.removeEventListener("mouseenter",m),n.current.removeEventListener("mouseleave",a)),i.current&&clearTimeout(i.current)}},[n.current,m,a]);const v=r(()=>{i.current&&(clearTimeout(i.current),i.current=null),s.current=!1,o.current&&(o.current=!1,s.current=!0,c())},[c]);t(()=>(document.addEventListener("visibilitychange",v),()=>{document.removeEventListener("visibilitychange",v),i.current&&clearTimeout(i.current)}),[v])}export{n as useUXUnreachableElementTracker};
1
+ export{E as EVENT_COMPONENT_TAB_CHANGE,u as useUXEvents}from"./useUXEvents-DKmTRZrN.js";export{u as useUXClick}from"./useUXClick-A8WlwKYd.js";export{u as useUXScrollDepth}from"./useUXScrollDepth-DQRwpuzP.js";import{useRef as e,useCallback as r,useEffect as t}from"react";import"openux-js";function n(n,u,c){const o=e(!1),s=e(!1),i=e(null),l=e(0),m=r(()=>{const e=Date.now();e-l.current>1e3&&(o.current=!0,l.current=e,u())},[u]),a=r(()=>{i.current&&clearTimeout(i.current),i.current=setTimeout(()=>{o.current=!1,i.current=null},50)},[]);t(()=>{if(n.current)return n.current.addEventListener("mouseenter",m),n.current.addEventListener("mouseleave",a),()=>{n.current&&(n.current.removeEventListener("mouseenter",m),n.current.removeEventListener("mouseleave",a)),i.current&&clearTimeout(i.current)}},[n.current,m,a]);const v=r(()=>{i.current&&(clearTimeout(i.current),i.current=null),s.current=!1,o.current&&(o.current=!1,s.current=!0,c())},[c]);t(()=>(document.addEventListener("visibilitychange",v),()=>{document.removeEventListener("visibilitychange",v),i.current&&clearTimeout(i.current)}),[v])}export{n as useUXUnreachableElementTracker};
2
2
  //# sourceMappingURL=uxsdk.js.map
package/dist/writer.js CHANGED
@@ -1,2 +1,2 @@
1
- export{A as Anchor,B as Badge,c as Banner,G as GuideCard,H as Heading,I as IconSocial,L as List,a as ListOl,N as NavLinks,S as Steps,T as Table,b as Tabs,V as VideoGuide}from"./VideoGuide-Ct-fqF_v.js";export{B as Blockquote,c as Breadcrumbs,a as Callout,d as Card,b as Code,C as ColorSchemeButton,D as Details,H as Hr,I as Image,U as Update,u as useColorScheme}from"./Update-CJjXQdm5.js";export{B as Button}from"./Button-SVM8Rz4_.js";import{I as e}from"./Icon-DyGRwmdN.js";export{a as IconProvider}from"./Icon-DyGRwmdN.js";import r from"react";export{T as Text}from"./TabsAnalytics-CT1q1gV9.js";import"./useUXEvents-EhnwxsUG.js";import"radix-ui";import"lucide-react";import"./useUXClick-Bcy6rAno.js";import"openux-js";function t(e){return e}function s({children:e,className:a}){return r.createElement("pre",{className:`p1vb39qj ${a||""}`},e)}function o(e){return e}var n="TocCard-module_TocCardHost__pT0XJ";function i({title:a,description:t,href:s,className:o,icon:i,as:c}){const m=c||l;return r.createElement("xyd-toccard",{className:`${n} ${o||""}`},r.createElement("div",{part:"container"},r.createElement(m,{part:"link",href:s,target:"_blank",rel:"noreferrer"},r.createElement("div",{part:"title-container"},r.createElement("div",{part:"title"},a),i&&r.createElement(e,{name:i,size:16})),r.createElement("div",{part:"description"},t))))}function l({children:e,href:a,...t}){return r.createElement("a",{href:a,...t},e)}export{t as DetailsPropsProps,e as Icon,s as Pre,o as TabsProps,i as TocCard};
1
+ export{A as Anchor,B as Badge,c as Banner,G as GuideCard,H as Heading,I as IconSocial,L as List,a as ListOl,N as NavLinks,S as Steps,T as Table,b as Tabs,V as VideoGuide}from"./VideoGuide-Br4wqh1e.js";export{B as Blockquote,c as Breadcrumbs,a as Callout,d as Card,b as Code,C as ColorSchemeButton,D as Details,H as Hr,I as Image,U as Update,u as useColorScheme}from"./Update-CjOtpgHt.js";export{B as Button}from"./Button-BFvaBFII.js";import{I as e}from"./Icon-lKsXnk--.js";export{a as IconProvider}from"./Icon-lKsXnk--.js";import r from"react";export{T as Text}from"./TabsAnalytics-BOuSMJb5.js";import"./useUXEvents-DKmTRZrN.js";import"radix-ui";import"lucide-react";import"./useUXClick-A8WlwKYd.js";import"openux-js";function t(e){return e}function s({children:e,className:a}){return r.createElement("pre",{className:`p1vb39qj ${a||""}`},e)}function o(e){return e}var n="TocCard-module_TocCardHost__pT0XJ";function i({title:a,description:t,href:s,className:o,icon:i,as:c}){const m=c||l;return r.createElement("xyd-toccard",{className:`${n} ${o||""}`},r.createElement("div",{part:"container"},r.createElement(m,{part:"link",href:s,target:"_blank",rel:"noreferrer"},r.createElement("div",{part:"title-container"},r.createElement("div",{part:"title"},a),i&&r.createElement(e,{name:i,size:16})),r.createElement("div",{part:"description"},t))))}function l({children:e,href:a,...t}){return r.createElement("a",{href:a,...t},e)}export{t as DetailsPropsProps,e as Icon,s as Pre,o as TabsProps,i as TocCard};
2
2
  //# sourceMappingURL=writer.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/components",
3
- "version": "0.0.0-build-dbd54a4-20251226154152",
3
+ "version": "0.0.0-build-6e6f290-20260116222509",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -49,7 +49,7 @@
49
49
  "@code-hike/lighter": "^1.0.3",
50
50
  "openux-js": "0.0.0-pre.1",
51
51
  "react": "^19.1.0",
52
- "@xyd-js/core": "0.0.0-build-dbd54a4-20251226154152"
52
+ "@xyd-js/core": "0.0.0-build-6e6f290-20260116222509"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@linaria/core": "^6.2.0",