@workday/canvas-kit-mcp 16.0.0-alpha.0474-next.0 → 16.0.0-alpha.0475-next.0
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/apps/{tabs.html → components-containers-tabs.html} +1 -1
- package/dist/apps/preview-tabs.html +819 -0
- package/dist/cli.js +9 -2
- package/dist/cli.js.map +2 -2
- package/dist/index.js +9 -2
- package/dist/index.js.map +2 -2
- package/dist/lib/upgrade-guides/16.0-UPGRADE-GUIDE.md +23 -0
- package/package.json +2 -2
|
@@ -727,7 +727,7 @@ trigger an event to change the active tab.`}),`
|
|
|
727
727
|
`,v.jsx(kn,{code:Jz}),`
|
|
728
728
|
`,v.jsx(t.h3,{children:"Named Tabs"}),`
|
|
729
729
|
`,v.jsxs(t.p,{children:[v.jsx(t.code,{children:"Tabs.Item"})," and ",v.jsx(t.code,{children:"Tabs.Panel"})," both take an optional ",v.jsx(t.code,{children:"data-id"}),` attribute that is used for the
|
|
730
|
-
`,v.jsx(t.code,{children:"
|
|
730
|
+
`,v.jsx(t.code,{children:"onSelect"}),` callback. This example is identical to the Basic Example, but with tabs named using
|
|
731
731
|
`,v.jsx(t.code,{children:"data-id"})," for the ",v.jsx(t.code,{children:"Tabs.Item"})," and ",v.jsx(t.code,{children:"Tabs.Panel"})," subcomponents."]}),`
|
|
732
732
|
`,v.jsx(kn,{code:eF}),`
|
|
733
733
|
`,v.jsx(t.h3,{children:"Right-to-Left (RTL)"}),`
|