@mintlify/msft-sdk 1.1.1 → 1.1.4
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/components/content-components/callouts.js +35 -20
- package/dist/components/content-components/callouts.js.map +1 -1
- package/dist/components/content-components/code-block.js +87 -60
- package/dist/components/content-components/code-block.js.map +1 -1
- package/dist/components/content-components/default-components.js +52 -33
- package/dist/components/content-components/default-components.js.map +1 -1
- package/dist/components/content-components/details/details.js +28 -25
- package/dist/components/content-components/details/details.js.map +1 -1
- package/dist/components/content-components/heading.js +6 -1
- package/dist/components/content-components/heading.js.map +1 -1
- package/dist/components/content-components/home.js +256 -163
- package/dist/components/content-components/home.js.map +1 -1
- package/dist/components/content-components/link.js +7 -7
- package/dist/components/content-components/link.js.map +1 -1
- package/dist/components/content-components/param-name.js +4 -5
- package/dist/components/content-components/param-name.js.map +1 -1
- package/dist/components/content-components/table/index.js +101 -67
- package/dist/components/content-components/table/index.js.map +1 -1
- package/dist/components/content-components/table/table-modal.js +31 -32
- package/dist/components/content-components/table/table-modal.js.map +1 -1
- package/dist/components/content-components/tabs/tabs.js +51 -46
- package/dist/components/content-components/tabs/tabs.js.map +1 -1
- package/dist/components/content-components/zone-pivots/zone-pivot-selector.js +39 -36
- package/dist/components/content-components/zone-pivots/zone-pivot-selector.js.map +1 -1
- package/dist/components/mdx-renderer.js +16 -8
- package/dist/components/mdx-renderer.js.map +1 -1
- package/dist/components/nav-tree/dropdown-menu.js +40 -33
- package/dist/components/nav-tree/dropdown-menu.js.map +1 -1
- package/dist/components/nav-tree/index.js +121 -92
- package/dist/components/nav-tree/index.js.map +1 -1
- package/dist/components/nav-tree/mobile-nav.js +60 -41
- package/dist/components/nav-tree/mobile-nav.js.map +1 -1
- package/dist/components/page-context-menu.js +107 -90
- package/dist/components/page-context-menu.js.map +1 -1
- package/dist/components/page.js +108 -86
- package/dist/components/page.js.map +1 -1
- package/dist/components/plain-text-page.js +3 -4
- package/dist/components/plain-text-page.js.map +1 -1
- package/dist/components/toc/index.js +45 -42
- package/dist/components/toc/index.js.map +1 -1
- package/dist/context/components-context.js +17 -0
- package/dist/context/components-context.js.map +1 -0
- package/dist/index.d.ts +34 -5
- package/dist/index.js +109 -103
- package/dist/index.js.map +1 -1
- package/dist/node_modules/.pnpm/tailwind-merge@3.3.1/node_modules/tailwind-merge/dist/bundle-mjs.js +2732 -0
- package/dist/node_modules/.pnpm/tailwind-merge@3.3.1/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/utils/cn.js +9 -0
- package/dist/utils/cn.js.map +1 -0
- package/package.json +5 -1
- package/dist/components/content-components/callouts.module.css.js +0 -26
- package/dist/components/content-components/callouts.module.css.js.map +0 -1
- package/dist/components/content-components/code-block.module.css.js +0 -32
- package/dist/components/content-components/code-block.module.css.js.map +0 -1
- package/dist/components/content-components/default-components.module.css.js +0 -12
- package/dist/components/content-components/default-components.module.css.js.map +0 -1
- package/dist/components/content-components/details/details.module.css.js +0 -20
- package/dist/components/content-components/details/details.module.css.js.map +0 -1
- package/dist/components/content-components/home.module.css.js +0 -74
- package/dist/components/content-components/home.module.css.js.map +0 -1
- package/dist/components/content-components/link.module.css.js +0 -10
- package/dist/components/content-components/link.module.css.js.map +0 -1
- package/dist/components/content-components/param-name.module.css.js +0 -8
- package/dist/components/content-components/param-name.module.css.js.map +0 -1
- package/dist/components/content-components/table/table-modal.module.css.js +0 -18
- package/dist/components/content-components/table/table-modal.module.css.js.map +0 -1
- package/dist/components/content-components/table/table.module.css.js +0 -30
- package/dist/components/content-components/table/table.module.css.js.map +0 -1
- package/dist/components/content-components/tabs/tabs.module.css.js +0 -24
- package/dist/components/content-components/tabs/tabs.module.css.js.map +0 -1
- package/dist/components/content-components/zone-pivots/zone-pivot-selector.module.css.js +0 -14
- package/dist/components/content-components/zone-pivots/zone-pivot-selector.module.css.js.map +0 -1
- package/dist/components/mdx-renderer.module.css.js +0 -8
- package/dist/components/mdx-renderer.module.css.js.map +0 -1
- package/dist/components/nav-tree/dropdown-menu.module.css.js +0 -52
- package/dist/components/nav-tree/dropdown-menu.module.css.js.map +0 -1
- package/dist/components/nav-tree/mobile-nav.module.css.js +0 -22
- package/dist/components/nav-tree/mobile-nav.module.css.js.map +0 -1
- package/dist/components/nav-tree/nav-tree.module.css.js +0 -50
- package/dist/components/nav-tree/nav-tree.module.css.js.map +0 -1
- package/dist/components/page-context-menu.module.css.js +0 -42
- package/dist/components/page-context-menu.module.css.js.map +0 -1
- package/dist/components/page.module.css.js +0 -52
- package/dist/components/page.module.css.js.map +0 -1
- package/dist/components/plain-text-page.module.css.js +0 -10
- package/dist/components/plain-text-page.module.css.js.map +0 -1
- package/dist/components/prose.module.css.js +0 -8
- package/dist/components/prose.module.css.js.map +0 -1
- package/dist/components/toc/toc.module.css.js +0 -18
- package/dist/components/toc/toc.module.css.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mdx-renderer.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
const o = "_container_1hsqx_1", n = "_button_1hsqx_11", t = "_buttonActive_1hsqx_40", e = "_buttonContent_1hsqx_45", r = "_iconContainer_1hsqx_51", _ = "_iconWrapper_1hsqx_55", c = "_icon_1hsqx_51", d = "_textContainer_1hsqx_81", s = "_title_1hsqx_87", p = "_description_1hsqx_97", i = "_chevronContainer_1hsqx_110", h = "_chevron_1hsqx_110", a = "_chevronExpanded_1hsqx_125", x = "_chevronCollapsed_1hsqx_129", w = "_dropdownContainer_1hsqx_133", q = "_dropdown_1hsqx_133", C = "_dropdownList_1hsqx_158", I = "_dropdownItem_1hsqx_164", m = "_dropdownItemContent_1hsqx_195", v = "_dropdownItemIconWrapper_1hsqx_201", l = "_dropdownItemIcon_1hsqx_201", u = "_dropdownItemTitle_1hsqx_227", b = "_checkmark_1hsqx_231", k = {
|
|
2
|
-
container: o,
|
|
3
|
-
button: n,
|
|
4
|
-
buttonActive: t,
|
|
5
|
-
buttonContent: e,
|
|
6
|
-
iconContainer: r,
|
|
7
|
-
iconWrapper: _,
|
|
8
|
-
icon: c,
|
|
9
|
-
textContainer: d,
|
|
10
|
-
title: s,
|
|
11
|
-
description: p,
|
|
12
|
-
chevronContainer: i,
|
|
13
|
-
chevron: h,
|
|
14
|
-
chevronExpanded: a,
|
|
15
|
-
chevronCollapsed: x,
|
|
16
|
-
dropdownContainer: w,
|
|
17
|
-
dropdown: q,
|
|
18
|
-
dropdownList: C,
|
|
19
|
-
dropdownItem: I,
|
|
20
|
-
dropdownItemContent: m,
|
|
21
|
-
dropdownItemIconWrapper: v,
|
|
22
|
-
dropdownItemIcon: l,
|
|
23
|
-
dropdownItemTitle: u,
|
|
24
|
-
checkmark: b
|
|
25
|
-
};
|
|
26
|
-
export {
|
|
27
|
-
n as button,
|
|
28
|
-
t as buttonActive,
|
|
29
|
-
e as buttonContent,
|
|
30
|
-
b as checkmark,
|
|
31
|
-
h as chevron,
|
|
32
|
-
x as chevronCollapsed,
|
|
33
|
-
i as chevronContainer,
|
|
34
|
-
a as chevronExpanded,
|
|
35
|
-
o as container,
|
|
36
|
-
k as default,
|
|
37
|
-
p as description,
|
|
38
|
-
q as dropdown,
|
|
39
|
-
w as dropdownContainer,
|
|
40
|
-
I as dropdownItem,
|
|
41
|
-
m as dropdownItemContent,
|
|
42
|
-
l as dropdownItemIcon,
|
|
43
|
-
v as dropdownItemIconWrapper,
|
|
44
|
-
u as dropdownItemTitle,
|
|
45
|
-
C as dropdownList,
|
|
46
|
-
c as icon,
|
|
47
|
-
r as iconContainer,
|
|
48
|
-
_ as iconWrapper,
|
|
49
|
-
d as textContainer,
|
|
50
|
-
s as title
|
|
51
|
-
};
|
|
52
|
-
//# sourceMappingURL=dropdown-menu.module.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
const o = "_dialog_1y5d2_1", n = "_backdrop_1y5d2_14", c = "_container_1y5d2_30", t = "_panel_1y5d2_36", _ = "_content_1y5d2_56", s = "_closeButton_1y5d2_67", e = "_closeIcon_1y5d2_86", l = "_srOnly_1y5d2_104", d = {
|
|
2
|
-
dialog: o,
|
|
3
|
-
backdrop: n,
|
|
4
|
-
container: c,
|
|
5
|
-
panel: t,
|
|
6
|
-
content: _,
|
|
7
|
-
closeButton: s,
|
|
8
|
-
closeIcon: e,
|
|
9
|
-
srOnly: l
|
|
10
|
-
};
|
|
11
|
-
export {
|
|
12
|
-
n as backdrop,
|
|
13
|
-
s as closeButton,
|
|
14
|
-
e as closeIcon,
|
|
15
|
-
c as container,
|
|
16
|
-
_ as content,
|
|
17
|
-
d as default,
|
|
18
|
-
o as dialog,
|
|
19
|
-
t as panel,
|
|
20
|
-
l as srOnly
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=mobile-nav.module.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mobile-nav.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
const n = "_nav_kxe04_1", t = "_navContent_kxe04_9", o = "_group_kxe04_55", e = "_groupHeader_kxe04_59", _ = "_groupIcon_kxe04_74", c = "_list_kxe04_79", s = "_listItem_kxe04_85", k = "_expandButton_kxe04_89", i = "_chevron_kxe04_126", x = "_chevronExpanded_kxe04_137", r = "_chevronCollapsed_kxe04_141", a = "_link_kxe04_145", l = "_linkActive_kxe04_175", d = "_nestedList_kxe04_186", v = "_bottomSection_kxe04_195", p = "_divider_kxe04_206", I = "_bottomLinks_kxe04_217", m = "_bottomLink_kxe04_217", L = "_bottomLinkIcon_kxe04_245", u = "_externalIcon_kxe04_251", b = "_externalIconLight_kxe04_255", g = "_externalIconDark_kxe04_263", h = {
|
|
2
|
-
nav: n,
|
|
3
|
-
navContent: t,
|
|
4
|
-
group: o,
|
|
5
|
-
groupHeader: e,
|
|
6
|
-
groupIcon: _,
|
|
7
|
-
list: c,
|
|
8
|
-
listItem: s,
|
|
9
|
-
expandButton: k,
|
|
10
|
-
chevron: i,
|
|
11
|
-
chevronExpanded: x,
|
|
12
|
-
chevronCollapsed: r,
|
|
13
|
-
link: a,
|
|
14
|
-
linkActive: l,
|
|
15
|
-
nestedList: d,
|
|
16
|
-
bottomSection: v,
|
|
17
|
-
divider: p,
|
|
18
|
-
bottomLinks: I,
|
|
19
|
-
bottomLink: m,
|
|
20
|
-
bottomLinkIcon: L,
|
|
21
|
-
externalIcon: u,
|
|
22
|
-
externalIconLight: b,
|
|
23
|
-
externalIconDark: g
|
|
24
|
-
};
|
|
25
|
-
export {
|
|
26
|
-
m as bottomLink,
|
|
27
|
-
L as bottomLinkIcon,
|
|
28
|
-
I as bottomLinks,
|
|
29
|
-
v as bottomSection,
|
|
30
|
-
i as chevron,
|
|
31
|
-
r as chevronCollapsed,
|
|
32
|
-
x as chevronExpanded,
|
|
33
|
-
h as default,
|
|
34
|
-
p as divider,
|
|
35
|
-
k as expandButton,
|
|
36
|
-
u as externalIcon,
|
|
37
|
-
g as externalIconDark,
|
|
38
|
-
b as externalIconLight,
|
|
39
|
-
o as group,
|
|
40
|
-
e as groupHeader,
|
|
41
|
-
_ as groupIcon,
|
|
42
|
-
a as link,
|
|
43
|
-
l as linkActive,
|
|
44
|
-
c as list,
|
|
45
|
-
s as listItem,
|
|
46
|
-
n as nav,
|
|
47
|
-
t as navContent,
|
|
48
|
-
d as nestedList
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=nav-tree.module.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"nav-tree.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
const o = "_container_19j54_1", n = "_mainButton_19j54_7", t = "_split_19j54_35", d = "_copied_19j54_41", e = "_buttonContent_19j54_49", _ = "_icon_19j54_62", p = "_dropdownToggle_19j54_72", r = "_chevron_19j54_97", c = "_open_19j54_103", s = "_dropdownWrapper_19j54_107", w = "_dropdown_19j54_72", i = "_dropdownItem_19j54_133", I = "_dropdownIconWrapper_19j54_154", j = "_dropdownIcon_19j54_154", a = "_dropdownItemContent_19j54_175", m = "_dropdownItemTitle_19j54_183", l = "_externalIcon_19j54_196", u = "_dropdownItemDescription_19j54_207", g = {
|
|
2
|
-
container: o,
|
|
3
|
-
mainButton: n,
|
|
4
|
-
split: t,
|
|
5
|
-
copied: d,
|
|
6
|
-
buttonContent: e,
|
|
7
|
-
icon: _,
|
|
8
|
-
dropdownToggle: p,
|
|
9
|
-
chevron: r,
|
|
10
|
-
open: c,
|
|
11
|
-
dropdownWrapper: s,
|
|
12
|
-
dropdown: w,
|
|
13
|
-
dropdownItem: i,
|
|
14
|
-
dropdownIconWrapper: I,
|
|
15
|
-
dropdownIcon: j,
|
|
16
|
-
dropdownItemContent: a,
|
|
17
|
-
dropdownItemTitle: m,
|
|
18
|
-
externalIcon: l,
|
|
19
|
-
dropdownItemDescription: u
|
|
20
|
-
};
|
|
21
|
-
export {
|
|
22
|
-
e as buttonContent,
|
|
23
|
-
r as chevron,
|
|
24
|
-
o as container,
|
|
25
|
-
d as copied,
|
|
26
|
-
g as default,
|
|
27
|
-
w as dropdown,
|
|
28
|
-
j as dropdownIcon,
|
|
29
|
-
I as dropdownIconWrapper,
|
|
30
|
-
i as dropdownItem,
|
|
31
|
-
a as dropdownItemContent,
|
|
32
|
-
u as dropdownItemDescription,
|
|
33
|
-
m as dropdownItemTitle,
|
|
34
|
-
p as dropdownToggle,
|
|
35
|
-
s as dropdownWrapper,
|
|
36
|
-
l as externalIcon,
|
|
37
|
-
_ as icon,
|
|
38
|
-
n as mainButton,
|
|
39
|
-
c as open,
|
|
40
|
-
t as split
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=page-context-menu.module.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-context-menu.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
const n = "_pageContainer_kdrdg_1", t = "_sidebar_kdrdg_10", e = "_sidebarInner_kdrdg_32", o = "_mainWrapper_kdrdg_39", r = "_mainContent_kdrdg_45", d = "_mainContentNoTopPadding_kdrdg_93", _ = "_contentWrapper_kdrdg_115", c = "_tocSidebar_kdrdg_125", a = "_tocInner_kdrdg_143", i = "_tocHeader_kdrdg_151", s = "_tocIcon_kdrdg_158", g = "_tocTitle_kdrdg_168", p = "_contentArea_kdrdg_178", k = "_contentAreaFullWidth_kdrdg_184", C = "_header_kdrdg_188", l = "_headerInner_kdrdg_192", h = "_headerContent_kdrdg_196", m = "_title_kdrdg_211", I = "_contextMenu_kdrdg_219", b = "_description_kdrdg_233", W = "_pivotContainer_kdrdg_242", u = "_pivotSelector_kdrdg_249", x = "_mdxContent_kdrdg_256", v = {
|
|
2
|
-
pageContainer: n,
|
|
3
|
-
sidebar: t,
|
|
4
|
-
sidebarInner: e,
|
|
5
|
-
mainWrapper: o,
|
|
6
|
-
mainContent: r,
|
|
7
|
-
mainContentNoTopPadding: d,
|
|
8
|
-
contentWrapper: _,
|
|
9
|
-
tocSidebar: c,
|
|
10
|
-
tocInner: a,
|
|
11
|
-
tocHeader: i,
|
|
12
|
-
tocIcon: s,
|
|
13
|
-
tocTitle: g,
|
|
14
|
-
contentArea: p,
|
|
15
|
-
contentAreaFullWidth: k,
|
|
16
|
-
header: C,
|
|
17
|
-
headerInner: l,
|
|
18
|
-
headerContent: h,
|
|
19
|
-
title: m,
|
|
20
|
-
contextMenu: I,
|
|
21
|
-
description: b,
|
|
22
|
-
pivotContainer: W,
|
|
23
|
-
pivotSelector: u,
|
|
24
|
-
mdxContent: x
|
|
25
|
-
};
|
|
26
|
-
export {
|
|
27
|
-
p as contentArea,
|
|
28
|
-
k as contentAreaFullWidth,
|
|
29
|
-
_ as contentWrapper,
|
|
30
|
-
I as contextMenu,
|
|
31
|
-
v as default,
|
|
32
|
-
b as description,
|
|
33
|
-
C as header,
|
|
34
|
-
h as headerContent,
|
|
35
|
-
l as headerInner,
|
|
36
|
-
r as mainContent,
|
|
37
|
-
d as mainContentNoTopPadding,
|
|
38
|
-
o as mainWrapper,
|
|
39
|
-
x as mdxContent,
|
|
40
|
-
n as pageContainer,
|
|
41
|
-
W as pivotContainer,
|
|
42
|
-
u as pivotSelector,
|
|
43
|
-
t as sidebar,
|
|
44
|
-
e as sidebarInner,
|
|
45
|
-
m as title,
|
|
46
|
-
i as tocHeader,
|
|
47
|
-
s as tocIcon,
|
|
48
|
-
a as tocInner,
|
|
49
|
-
c as tocSidebar,
|
|
50
|
-
g as tocTitle
|
|
51
|
-
};
|
|
52
|
-
//# sourceMappingURL=page.module.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plain-text-page.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prose.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const t = "_list_1pkqz_1", i = "_listItem_1pkqz_32", n = "_activeIndicator_1pkqz_36", c = "_link_1pkqz_51", _ = "_linkActive_1pkqz_59", l = "_linkInactive_1pkqz_67", s = {
|
|
2
|
-
list: t,
|
|
3
|
-
listItem: i,
|
|
4
|
-
activeIndicator: n,
|
|
5
|
-
link: c,
|
|
6
|
-
linkActive: _,
|
|
7
|
-
linkInactive: l
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
n as activeIndicator,
|
|
11
|
-
s as default,
|
|
12
|
-
c as link,
|
|
13
|
-
_ as linkActive,
|
|
14
|
-
l as linkInactive,
|
|
15
|
-
t as list,
|
|
16
|
-
i as listItem
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=toc.module.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"toc.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|