@scalar/components 0.13.12 → 0.13.14
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/README.md +20 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.stories.d.ts +9 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.stories.d.ts.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.test.d.ts +2 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.test.d.ts.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.d.ts +24 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.d.ts.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js +30 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggle.vue2.js +4 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.d.ts +22 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.d.ts.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js +41 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue2.js +4 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.d.ts +25 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.d.ts.map +1 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js +7 -0
- package/dist/components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue2.js +32 -0
- package/dist/components/ScalarColorModeToggle/index.d.ts +4 -0
- package/dist/components/ScalarColorModeToggle/index.d.ts.map +1 -0
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.d.ts +5 -6
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue.js +2 -2
- package/dist/components/ScalarDropdown/ScalarDropdownButton.vue2.js +19 -17
- package/dist/components/ScalarDropdown/ScalarDropdownDivider.vue.js +7 -7
- package/dist/components/ScalarIcon/ScalarIcon.stories.d.ts +1 -1
- package/dist/components/ScalarIcon/icons/UserSwitch.svg.js +20 -0
- package/dist/components/ScalarIcon/icons/index.d.ts +1 -1
- package/dist/components/ScalarIcon/icons/index.d.ts.map +1 -1
- package/dist/components/ScalarIcon/icons/programming-language-dart.svg.js +16 -0
- package/dist/components/ScalarIcon/utils/index.js +154 -150
- package/dist/components/ScalarIconButton/ScalarIconButton.stories.d.ts +1 -1
- package/dist/components/ScalarMenu/ScalarMenu.stories.d.ts +12 -13
- package/dist/components/ScalarMenu/ScalarMenu.stories.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenu.vue.d.ts +1 -2
- package/dist/components/ScalarMenu/ScalarMenu.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenu.vue.js +62 -59
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuButton.vue.js +15 -21
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.d.ts +3 -0
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuLink.vue.js +31 -19
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts +3 -1
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuProduct.vue.js +20 -18
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuResources.vue.js +21 -12
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.d.ts +0 -1
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuSection.vue.js +9 -14
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts +9 -5
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.d.ts.map +1 -1
- package/dist/components/ScalarMenu/ScalarMenuTeamPicker.vue.js +97 -43
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.d.ts +7 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.d.ts.map +1 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue.js +39 -0
- package/dist/components/ScalarMenu/ScalarMenuTeamProfile.vue2.js +4 -0
- package/dist/components/ScalarMenu/index.d.ts +2 -0
- package/dist/components/ScalarMenu/index.d.ts.map +1 -1
- package/dist/components/ScalarMenu/types.d.ts +11 -4
- package/dist/components/ScalarMenu/types.d.ts.map +1 -1
- package/dist/components/ScalarModal/ScalarModal.vue.js +5 -5
- package/dist/components/ScalarModal/ScalarModal.vue2.js +1 -1
- package/dist/components/ScalarSidebar/ScalarSidebar.stories.d.ts +8 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.stories.d.ts.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.test.d.ts +2 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.test.d.ts.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.d.ts +20 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.d.ts.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.vue.js +18 -0
- package/dist/components/ScalarSidebar/ScalarSidebar.vue2.js +4 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.d.ts +39 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.d.ts.map +1 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue.js +31 -0
- package/dist/components/ScalarSidebar/ScalarSidebarFooter.vue2.js +4 -0
- package/dist/components/ScalarSidebar/index.d.ts +3 -0
- package/dist/components/ScalarSidebar/index.d.ts.map +1 -0
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.d.ts.map +1 -1
- package/dist/components/ScalarVirtualText/ScalarVirtualText.vue.js +11 -11
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +100 -88
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
src?: string;
|
|
3
|
+
label?: string;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=ScalarMenuTeamProfile.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScalarMenuTeamProfile.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/ScalarMenuTeamProfile.vue"],"names":[],"mappings":"AAyCA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AA4FF,wBAMG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { defineComponent as n, openBlock as r, createElementBlock as s, normalizeProps as a, guardReactiveProps as i, unref as t, Fragment as c, createTextVNode as m, toDisplayString as l, createBlock as d, createCommentVNode as u } from "vue";
|
|
2
|
+
import { useBindCx as f } from "../../hooks/useBindCx.js";
|
|
3
|
+
import p from "../ScalarIcon/ScalarIcon.vue.js";
|
|
4
|
+
const b = ["src"], g = {
|
|
5
|
+
key: 1,
|
|
6
|
+
class: "flex items-center justify-center text-3xs font-medium text-c-3 size-5 bg-b-3 rounded"
|
|
7
|
+
}, h = {
|
|
8
|
+
key: 2,
|
|
9
|
+
class: "flex-1 truncate"
|
|
10
|
+
}, z = /* @__PURE__ */ n({
|
|
11
|
+
inheritAttrs: !1,
|
|
12
|
+
__name: "ScalarMenuTeamProfile",
|
|
13
|
+
props: {
|
|
14
|
+
src: {},
|
|
15
|
+
label: {}
|
|
16
|
+
},
|
|
17
|
+
setup(k) {
|
|
18
|
+
const { cx: o } = f();
|
|
19
|
+
return (e, y) => (r(), s("div", a(i(t(o)("flex h-full items-center gap-1"))), [
|
|
20
|
+
e.src ? (r(), s("img", {
|
|
21
|
+
key: 0,
|
|
22
|
+
class: "size-5 rounded",
|
|
23
|
+
src: e.src
|
|
24
|
+
}, null, 8, b)) : (r(), s("div", g, [
|
|
25
|
+
e.label && e.label.length > 0 ? (r(), s(c, { key: 0 }, [
|
|
26
|
+
m(l(e.label[0]), 1)
|
|
27
|
+
], 64)) : (r(), d(t(p), {
|
|
28
|
+
key: 1,
|
|
29
|
+
icon: "Users",
|
|
30
|
+
size: "xs"
|
|
31
|
+
}))
|
|
32
|
+
])),
|
|
33
|
+
e.label && e.label.length > 0 ? (r(), s("div", h, l(e.label), 1)) : u("", !0)
|
|
34
|
+
], 16));
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
z as default
|
|
39
|
+
};
|
|
@@ -5,5 +5,7 @@ export { default as ScalarMenuLink } from './ScalarMenuLink.vue.js';
|
|
|
5
5
|
export { default as ScalarMenuProduct } from './ScalarMenuProduct.vue.js';
|
|
6
6
|
export { default as ScalarMenuProducts } from './ScalarMenuProducts.vue.js';
|
|
7
7
|
export { default as ScalarMenuTeamPicker } from './ScalarMenuTeamPicker.vue.js';
|
|
8
|
+
export { default as ScalarMenuTeamProfile } from './ScalarMenuTeamProfile.vue.js';
|
|
8
9
|
export { default as ScalarMenuResources } from './ScalarMenuResources.vue.js';
|
|
10
|
+
export type { ScalarMenuTeamOption } from './types';
|
|
9
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AAC5E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AAC5E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AAC9E,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC1E,YAAY,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1,21 +1,28 @@
|
|
|
1
|
+
import type { ScalarListboxOption } from '../../index.js';
|
|
2
|
+
/**
|
|
3
|
+
* A team option for the ScalarMenuTeamPicker component
|
|
4
|
+
* @see {@link ScalarMenuTeamPicker}
|
|
5
|
+
*/
|
|
6
|
+
export type ScalarMenuTeamOption = ScalarListboxOption & {
|
|
7
|
+
/** The team's profile image */
|
|
8
|
+
src?: string;
|
|
9
|
+
};
|
|
1
10
|
/**
|
|
2
11
|
* Slots for the ScalarMenuButton component
|
|
3
12
|
* @see {@link ScalarMenuButton}
|
|
4
13
|
*/
|
|
5
14
|
export type ScalarMenuButtonSlots = {
|
|
6
|
-
/** Adds a label to the menu button next to the logo */
|
|
7
|
-
'label'?: () => any;
|
|
8
15
|
/**
|
|
9
16
|
* Overrides the logo in the menu button
|
|
10
17
|
* @default <ScalarIcon icon="Logo" />
|
|
11
18
|
* @example <img class="h-full aspect-square bg-b-3 rounded" :src="..." />
|
|
12
19
|
*/
|
|
13
|
-
|
|
20
|
+
logo?: () => any;
|
|
14
21
|
/**
|
|
15
22
|
* Overrides the screen reader label in the menu button
|
|
16
23
|
* @default open ? 'Close Menu' : 'Open Menu'
|
|
17
24
|
*/
|
|
18
|
-
|
|
25
|
+
label?: () => any;
|
|
19
26
|
};
|
|
20
27
|
/**
|
|
21
28
|
* Props for the ScalarMenuButton component and the ScalarMenu button slot
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAKhD;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,GAAG;IACvD,+BAA+B;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,CAAA;IAChB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,CAAA;CAClB,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC,+BAA+B;IAC/B,IAAI,EAAE,OAAO,CAAA;CACd,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,mCAAmC;IACnC,KAAK,EAAE,MAAM,IAAI,CAAA;CAClB,CAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import o from "./ScalarModal.vue2.js";
|
|
2
|
-
import { useModal as
|
|
2
|
+
import { useModal as s } from "./ScalarModal.vue2.js";
|
|
3
3
|
/* empty css */
|
|
4
|
-
import
|
|
5
|
-
const
|
|
4
|
+
import a from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
+
const m = /* @__PURE__ */ a(o, [["__scopeId", "data-v-e50aeea9"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
m as default,
|
|
8
|
+
s as useModal
|
|
9
9
|
};
|
|
@@ -110,7 +110,7 @@ const M = /* @__PURE__ */ v({
|
|
|
110
110
|
n(e.$slots, "default", {}, void 0, !0)
|
|
111
111
|
], 2)) : (l(), r(a(D), {
|
|
112
112
|
key: 2,
|
|
113
|
-
class: o(a(u)(
|
|
113
|
+
class: o(a(u)(a(p)({ size: e.size, variant: e.variant }), e.bodyClass))
|
|
114
114
|
}, {
|
|
115
115
|
default: t(() => [
|
|
116
116
|
n(e.$slots, "default", {}, void 0, !0)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import ScalarSidebar from './ScalarSidebar.vue.js';
|
|
3
|
+
declare const meta: Meta<typeof ScalarSidebar>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Base: Story;
|
|
7
|
+
export declare const WithFooter: Story;
|
|
8
|
+
//# sourceMappingURL=ScalarSidebar.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScalarSidebar.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebar.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAErD,OAAO,aAAa,MAAM,qBAAqB,CAAA;AAG/C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAqBpC,CAAA;AAED,eAAe,IAAI,CAAA;AACnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAA;AAElC,eAAO,MAAM,IAAI,EAAE,KAAU,CAAA;AAE7B,eAAO,MAAM,UAAU,EAAE,KAkBxB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScalarSidebar.test.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebar.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scalar Sidebar component
|
|
3
|
+
*
|
|
4
|
+
* A sidebar for navigation and other content.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* <ScalarSidebar>
|
|
8
|
+
* <!-- Sidebar content -->
|
|
9
|
+
* </ScalarSidebar>
|
|
10
|
+
*/
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=ScalarSidebar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScalarSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebar.vue"],"names":[],"mappings":"AAiCA;;;;;;;;;GASG;;qBAuC0B,GAAG;;AAtChC,wBAoEC;AAKD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { defineComponent as o, openBlock as t, createElementBlock as a, normalizeProps as n, guardReactiveProps as s, unref as d, renderSlot as l } from "vue";
|
|
2
|
+
import { useBindCx as c } from "../../hooks/useBindCx.js";
|
|
3
|
+
const i = {}, u = /* @__PURE__ */ o({
|
|
4
|
+
...i,
|
|
5
|
+
inheritAttrs: !1,
|
|
6
|
+
__name: "ScalarSidebar",
|
|
7
|
+
setup(f) {
|
|
8
|
+
const { cx: e } = c();
|
|
9
|
+
return (r, _) => (t(), a("aside", n(s(
|
|
10
|
+
d(e)("flex flex-col border-r bg-sidebar-b-1 border-sidebar-border w-72")
|
|
11
|
+
)), [
|
|
12
|
+
l(r.$slots, "default")
|
|
13
|
+
], 16));
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
export {
|
|
17
|
+
u as default
|
|
18
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Scalar Sidebar Footer component
|
|
3
|
+
*
|
|
4
|
+
* A footer for the sidebar, be default it contains a
|
|
5
|
+
* "Powered by Scalar" link and a {@link ScalarColorModeToggle} toggle.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* <ScalarSidebarFooter>
|
|
9
|
+
* <!-- Footer content at the top of the footer -->
|
|
10
|
+
* <template #description>
|
|
11
|
+
* <!-- Replaces the Powered by Scalar link -->
|
|
12
|
+
* </template>
|
|
13
|
+
* <template #toggle>
|
|
14
|
+
* <!-- Replaces the color mode toggle -->
|
|
15
|
+
* </template>
|
|
16
|
+
* </ScalarSidebarFooter>
|
|
17
|
+
*/
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
19
|
+
/** Footer content at the top of the footer */
|
|
20
|
+
default: () => any;
|
|
21
|
+
/** Replaces the Powered by Scalar link */
|
|
22
|
+
description: () => any;
|
|
23
|
+
/** Replaces the color mode toggle */
|
|
24
|
+
toggle: () => any;
|
|
25
|
+
}> & {
|
|
26
|
+
/** Footer content at the top of the footer */
|
|
27
|
+
default: () => any;
|
|
28
|
+
/** Replaces the Powered by Scalar link */
|
|
29
|
+
description: () => any;
|
|
30
|
+
/** Replaces the color mode toggle */
|
|
31
|
+
toggle: () => any;
|
|
32
|
+
}>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=ScalarSidebarFooter.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScalarSidebarFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/ScalarSidebarFooter.vue"],"names":[],"mappings":"AA+DA;;;;;;;;;;;;;;;;GAgBG;;IAID,8CAA8C;aACrC,MAAM,GAAG;IAClB,0CAA0C;iBAC7B,MAAM,GAAG;IACtB,qCAAqC;YAC7B,MAAM,GAAG;;IALjB,8CAA8C;aACrC,MAAM,GAAG;IAClB,0CAA0C;iBAC7B,MAAM,GAAG;IACtB,qCAAqC;YAC7B,MAAM,GAAG;;AARnB,wBAgGC;AAKD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { defineComponent as l, openBlock as a, createElementBlock as i, normalizeProps as c, guardReactiveProps as d, unref as s, renderSlot as t, createElementVNode as r, createVNode as m } from "vue";
|
|
2
|
+
import { useBindCx as f } from "../../hooks/useBindCx.js";
|
|
3
|
+
import p from "../ScalarColorModeToggle/ScalarColorModeToggle.vue.js";
|
|
4
|
+
const _ = { class: "flex items-center" }, u = { class: "flex-1 min-w-0 flex items-center text-sm text-sidebar-c-2" }, x = {}, w = /* @__PURE__ */ l({
|
|
5
|
+
...x,
|
|
6
|
+
inheritAttrs: !1,
|
|
7
|
+
__name: "ScalarSidebarFooter",
|
|
8
|
+
setup(b) {
|
|
9
|
+
const { cx: n } = f();
|
|
10
|
+
return (e, o) => (a(), i("div", c(d(s(n)("flex flex-col gap-3 p-3 border-t"))), [
|
|
11
|
+
t(e.$slots, "default"),
|
|
12
|
+
r("div", _, [
|
|
13
|
+
r("div", u, [
|
|
14
|
+
t(e.$slots, "description", {}, () => [
|
|
15
|
+
o[0] || (o[0] = r("a", {
|
|
16
|
+
class: "no-underline hover:underline",
|
|
17
|
+
href: "https://www.scalar.com",
|
|
18
|
+
target: "_blank"
|
|
19
|
+
}, " Powered by Scalar ", -1))
|
|
20
|
+
])
|
|
21
|
+
]),
|
|
22
|
+
t(e.$slots, "toggle", {}, () => [
|
|
23
|
+
m(s(p))
|
|
24
|
+
])
|
|
25
|
+
])
|
|
26
|
+
], 16));
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
export {
|
|
30
|
+
w as default
|
|
31
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScalarVirtualText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarVirtualText/ScalarVirtualText.vue"],"names":[],"mappings":"AA4HA,KAAK,WAAW,GAAG;IACf,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;gBAJa,MAAM;oBACF,MAAM;kBACR,MAAM;eACT,MAAM;;
|
|
1
|
+
{"version":3,"file":"ScalarVirtualText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarVirtualText/ScalarVirtualText.vue"],"names":[],"mappings":"AA4HA,KAAK,WAAW,GAAG;IACf,sBAAsB;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;gBAJa,MAAM;oBACF,MAAM;kBACR,MAAM;eACT,MAAM;;AAiKtB,wBAQG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const B = /* @__PURE__ */
|
|
1
|
+
import { defineComponent as b, ref as o, computed as t, onMounted as w, onBeforeUnmount as E, watchEffect as k, openBlock as v, createElementBlock as f, normalizeClass as h, createElementVNode as _, normalizeStyle as m, Fragment as $, renderList as z, toDisplayString as L } from "vue";
|
|
2
|
+
const B = /* @__PURE__ */ b({
|
|
3
3
|
__name: "ScalarVirtualText",
|
|
4
4
|
props: {
|
|
5
5
|
text: {},
|
|
@@ -20,8 +20,8 @@ const B = /* @__PURE__ */ S({
|
|
|
20
20
|
l.value.length
|
|
21
21
|
)
|
|
22
22
|
), y = t(() => {
|
|
23
|
-
const
|
|
24
|
-
return l.value.slice(
|
|
23
|
+
const g = Math.max(0, a.value - 10), u = Math.min(l.value.length, H.value + 10);
|
|
24
|
+
return l.value.slice(g, u);
|
|
25
25
|
}), C = t(() => ({
|
|
26
26
|
height: `${x.value}px`,
|
|
27
27
|
transform: `translateY(${Math.max(0, a.value - 10) * e.lineHeight}px)`
|
|
@@ -32,22 +32,22 @@ const B = /* @__PURE__ */ S({
|
|
|
32
32
|
window.removeEventListener("resize", c);
|
|
33
33
|
}), k(() => {
|
|
34
34
|
s.value && (s.value.style.transform = `translateY(${Math.max(0, a.value - 10) * e.lineHeight}px)`);
|
|
35
|
-
}), (i,
|
|
35
|
+
}), (i, g) => (v(), f("div", {
|
|
36
36
|
ref_key: "containerRef",
|
|
37
37
|
ref: n,
|
|
38
|
-
class: h(["scalar-virtual-text
|
|
38
|
+
class: h(["scalar-virtual-text overflow-auto", i.containerClass]),
|
|
39
39
|
onScroll: M
|
|
40
40
|
}, [
|
|
41
41
|
_("code", {
|
|
42
42
|
ref_key: "contentRef",
|
|
43
43
|
ref: s,
|
|
44
|
-
class: h(["scalar-virtual-text-content
|
|
45
|
-
style:
|
|
44
|
+
class: h(["scalar-virtual-text-content", i.contentClass]),
|
|
45
|
+
style: m(C.value)
|
|
46
46
|
}, [
|
|
47
|
-
(v(!0), f($, null, z(y.value, (u,
|
|
48
|
-
key: a.value +
|
|
47
|
+
(v(!0), f($, null, z(y.value, (u, S) => (v(), f("div", {
|
|
48
|
+
key: a.value + S,
|
|
49
49
|
class: h(["scalar-virtual-text-line", i.lineClass]),
|
|
50
|
-
style:
|
|
50
|
+
style: m({
|
|
51
51
|
height: `${e.lineHeight}px`,
|
|
52
52
|
lineHeight: `${e.lineHeight}px`
|
|
53
53
|
})
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import './tailwind/tailwind.css';
|
|
2
2
|
export * from './components/ScalarButton';
|
|
3
3
|
export * from './components/ScalarCodeBlock';
|
|
4
|
+
export * from './components/ScalarColorModeToggle';
|
|
4
5
|
export * from './components/ScalarCombobox';
|
|
5
6
|
export * from './components/ScalarContextMenu';
|
|
6
7
|
export * from './components/ScalarDropdown';
|
|
@@ -17,6 +18,7 @@ export * from './components/ScalarModal';
|
|
|
17
18
|
export * from './components/ScalarPopover';
|
|
18
19
|
export * from './components/ScalarSearchInput';
|
|
19
20
|
export * from './components/ScalarSearchResults';
|
|
21
|
+
export * from './components/ScalarSidebar';
|
|
20
22
|
export * from './components/ScalarTeleport';
|
|
21
23
|
export * from './components/ScalarTextField';
|
|
22
24
|
export * from './components/ScalarToggle';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA;AAEhC,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAE9C,cAAc,mBAAmB,CAAA;AACjC,cAAc,OAAO,CAAA;AACrB,cAAc,WAAW,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA;AAEhC,cAAc,2BAA2B,CAAA;AACzC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,oCAAoC,CAAA;AAClD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,+BAA+B,CAAA;AAC7C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,gCAAgC,CAAA;AAE9C,cAAc,mBAAmB,CAAA;AACjC,cAAc,OAAO,CAAA;AACrB,cAAc,WAAW,CAAA"}
|
package/dist/index.js
CHANGED
|
@@ -1,104 +1,116 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
import { useBindCx as l } from "./hooks/useBindCx.js";
|
|
3
3
|
import { compose as u, cva as d, cx as p, tw as s } from "./cva.js";
|
|
4
|
-
import { default as
|
|
4
|
+
import { default as m } from "./components/ScalarButton/ScalarButton.vue.js";
|
|
5
5
|
import { default as S } from "./components/ScalarCodeBlock/ScalarCodeBlock.vue.js";
|
|
6
6
|
/* empty css */
|
|
7
|
-
import { default as i } from "./components/
|
|
8
|
-
import { default as T } from "./components/ScalarCombobox/
|
|
9
|
-
import { default as
|
|
7
|
+
import { default as i } from "./components/ScalarColorModeToggle/ScalarColorModeToggle.vue.js";
|
|
8
|
+
import { default as T } from "./components/ScalarCombobox/ScalarCombobox.vue.js";
|
|
9
|
+
import { default as b } from "./components/ScalarCombobox/ScalarComboboxMultiselect.vue.js";
|
|
10
|
+
import { default as C } from "./components/ScalarContextMenu/ScalarContextMenu.vue.js";
|
|
10
11
|
import { default as w } from "./components/ScalarDropdown/ScalarDropdown.vue.js";
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
12
|
+
import { default as P } from "./components/ScalarErrorBoundary/ScalarErrorBoundary.vue.js";
|
|
13
|
+
import { default as k } from "./components/ScalarHeader/ScalarHeader.vue.js";
|
|
14
|
+
import { default as h } from "./components/ScalarHeader/ScalarHeaderButton.vue.js";
|
|
15
|
+
import { default as E } from "./components/ScalarIconButton/ScalarIconButton.vue.js";
|
|
16
|
+
import { default as H } from "./components/ScalarListbox/ScalarListbox.vue.js";
|
|
17
|
+
import { default as O } from "./components/ScalarMarkdown/ScalarMarkdown.vue.js";
|
|
17
18
|
/* empty css */
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import {
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import {
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as
|
|
36
|
-
import {
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as wa } from "./components/
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import {
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import {
|
|
45
|
-
import { default as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import {
|
|
49
|
-
import { default as Ka } from "./components/
|
|
50
|
-
import {
|
|
19
|
+
import { default as Y } from "./components/ScalarMenu/ScalarMenu.vue.js";
|
|
20
|
+
import { default as j } from "./components/ScalarMenu/ScalarMenuTeamPicker.vue.js";
|
|
21
|
+
import { default as z } from "./components/ScalarPopover/ScalarPopover.vue.js";
|
|
22
|
+
import { default as G } from "./components/ScalarSearchResults/ScalarSearchResultList.vue.js";
|
|
23
|
+
import { default as K } from "./components/ScalarSearchResults/ScalarSearchResultItem.vue.js";
|
|
24
|
+
import { default as Q } from "./components/ScalarSidebar/ScalarSidebar.vue.js";
|
|
25
|
+
import { default as W } from "./components/ScalarSidebar/ScalarSidebarFooter.vue.js";
|
|
26
|
+
import { default as Z } from "./components/ScalarTeleport/ScalarTeleportRoot.vue.js";
|
|
27
|
+
import { default as aa } from "./components/ScalarToggle/ScalarToggle.vue.js";
|
|
28
|
+
import { default as oa } from "./components/ScalarTooltip/ScalarTooltip.vue.js";
|
|
29
|
+
import { default as ta } from "./components/ScalarVirtualText/ScalarVirtualText.vue.js";
|
|
30
|
+
import { styles as fa } from "./components/ScalarButton/variants.js";
|
|
31
|
+
import { default as da } from "./components/ScalarColorModeToggle/ScalarColorModeToggleButton.vue.js";
|
|
32
|
+
import { default as sa } from "./components/ScalarColorModeToggle/ScalarColorModeToggleIcon.vue.js";
|
|
33
|
+
import { default as ma } from "./components/ScalarDropdown/ScalarDropdownDivider.vue.js";
|
|
34
|
+
import { default as Sa } from "./components/ScalarDropdown/ScalarDropdownButton.vue.js";
|
|
35
|
+
import { default as ia } from "./components/ScalarDropdown/ScalarDropdownItem.vue.js";
|
|
36
|
+
import { default as Ta } from "./components/ScalarDropdown/ScalarDropdownMenu.vue.js";
|
|
37
|
+
import { default as ba } from "./components/ScalarFloating/ScalarFloating.vue.js";
|
|
38
|
+
import { default as Ca } from "./components/ScalarIcon/ScalarIcon.vue.js";
|
|
39
|
+
import { default as wa } from "./components/ScalarListbox/ScalarListboxItem.vue.js";
|
|
40
|
+
import { default as Pa } from "./components/ScalarListbox/ScalarListboxCheckbox.vue.js";
|
|
41
|
+
import { default as ka } from "./components/ScalarLoading/ScalarLoading.vue.js";
|
|
42
|
+
import { useLoadingState as ha } from "./components/ScalarLoading/ScalarLoading.vue2.js";
|
|
43
|
+
import { default as Ea } from "./components/ScalarMenu/ScalarMenuButton.vue.js";
|
|
44
|
+
import { default as Ha } from "./components/ScalarMenu/ScalarMenuSection.vue.js";
|
|
45
|
+
import { default as Oa } from "./components/ScalarMenu/ScalarMenuLink.vue.js";
|
|
46
|
+
import { default as Ya } from "./components/ScalarMenu/ScalarMenuProduct.vue.js";
|
|
47
|
+
import { default as ja } from "./components/ScalarMenu/ScalarMenuProducts.vue.js";
|
|
48
|
+
import { default as za } from "./components/ScalarMenu/ScalarMenuTeamProfile.vue.js";
|
|
49
|
+
import { default as Ga } from "./components/ScalarMenu/ScalarMenuResources.vue.js";
|
|
50
|
+
import { default as Ka } from "./components/ScalarModal/ScalarModal.vue.js";
|
|
51
|
+
import { useModal as Qa } from "./components/ScalarModal/ScalarModal.vue2.js";
|
|
52
|
+
import { default as Wa } from "./components/ScalarSearchInput/ScalarSearchInput.vue.js";
|
|
53
|
+
import { default as Za } from "./components/ScalarTeleport/ScalarTeleport.vue.js";
|
|
54
|
+
import { TELEPORT_SYMBOL as ar, useProvideTeleport as rr, useTeleport as or } from "./components/ScalarTeleport/useTeleport.js";
|
|
55
|
+
import { default as tr } from "./components/ScalarTextField/ScalarTextField.vue.js";
|
|
56
|
+
import { addScalarClassesToHeadless as fr } from "./helpers/add-scalar-classes.js";
|
|
51
57
|
export {
|
|
52
|
-
|
|
58
|
+
m as ScalarButton,
|
|
53
59
|
S as ScalarCodeBlock,
|
|
54
|
-
i as
|
|
55
|
-
|
|
56
|
-
|
|
60
|
+
i as ScalarColorModeToggle,
|
|
61
|
+
da as ScalarColorModeToggleButton,
|
|
62
|
+
sa as ScalarColorModeToggleIcon,
|
|
63
|
+
T as ScalarCombobox,
|
|
64
|
+
b as ScalarComboboxMultiselect,
|
|
65
|
+
C as ScalarContextMenu,
|
|
57
66
|
w as ScalarDropdown,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
67
|
+
Sa as ScalarDropdownButton,
|
|
68
|
+
ma as ScalarDropdownDivider,
|
|
69
|
+
ia as ScalarDropdownItem,
|
|
70
|
+
Ta as ScalarDropdownMenu,
|
|
71
|
+
P as ScalarErrorBoundary,
|
|
72
|
+
ba as ScalarFloating,
|
|
73
|
+
k as ScalarHeader,
|
|
74
|
+
h as ScalarHeaderButton,
|
|
75
|
+
Ca as ScalarIcon,
|
|
76
|
+
E as ScalarIconButton,
|
|
77
|
+
H as ScalarListbox,
|
|
78
|
+
Pa as ScalarListboxCheckbox,
|
|
79
|
+
wa as ScalarListboxItem,
|
|
80
|
+
ka as ScalarLoading,
|
|
81
|
+
O as ScalarMarkdown,
|
|
82
|
+
Y as ScalarMenu,
|
|
83
|
+
Ea as ScalarMenuButton,
|
|
84
|
+
Oa as ScalarMenuLink,
|
|
85
|
+
Ya as ScalarMenuProduct,
|
|
86
|
+
ja as ScalarMenuProducts,
|
|
87
|
+
Ga as ScalarMenuResources,
|
|
88
|
+
Ha as ScalarMenuSection,
|
|
89
|
+
j as ScalarMenuTeamPicker,
|
|
90
|
+
za as ScalarMenuTeamProfile,
|
|
91
|
+
Ka as ScalarModal,
|
|
92
|
+
z as ScalarPopover,
|
|
93
|
+
Wa as ScalarSearchInput,
|
|
94
|
+
K as ScalarSearchResultItem,
|
|
95
|
+
G as ScalarSearchResultList,
|
|
96
|
+
Q as ScalarSidebar,
|
|
97
|
+
W as ScalarSidebarFooter,
|
|
98
|
+
Za as ScalarTeleport,
|
|
99
|
+
Z as ScalarTeleportRoot,
|
|
100
|
+
tr as ScalarTextField,
|
|
101
|
+
aa as ScalarToggle,
|
|
102
|
+
oa as ScalarTooltip,
|
|
103
|
+
ta as ScalarVirtualText,
|
|
104
|
+
ar as TELEPORT_SYMBOL,
|
|
105
|
+
fr as addScalarClassesToHeadless,
|
|
94
106
|
u as compose,
|
|
95
107
|
d as cva,
|
|
96
108
|
p as cx,
|
|
97
|
-
|
|
109
|
+
fa as styles,
|
|
98
110
|
s as tw,
|
|
99
111
|
l as useBindCx,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
112
|
+
ha as useLoadingState,
|
|
113
|
+
Qa as useModal,
|
|
114
|
+
rr as useProvideTeleport,
|
|
115
|
+
or as useTeleport
|
|
104
116
|
};
|