@max-ts/svelte 0.4.0 → 0.5.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/assets/styles.css.ts.vanilla-B6PoO6d1.css +18 -0
- package/dist/assets/{styles.css.ts.vanilla-DMr0IEyh.css → styles.css.ts.vanilla-BQjMxTJ2.css} +8 -8
- package/dist/assets/styles.css.ts.vanilla-BT9Nf9TQ.css +4 -0
- package/dist/assets/styles.css.ts.vanilla-BgC3eS1j.css +4 -0
- package/dist/assets/styles.css.ts.vanilla-CAddEwDf.css +9 -0
- package/dist/assets/styles.css.ts.vanilla-CQ5g9X7k.css +24 -0
- package/dist/assets/styles.css.ts.vanilla-Cg-i2-Rh.css +9 -0
- package/dist/assets/styles.css.ts.vanilla-Cp8V22OG.css +5 -0
- package/dist/assets/styles.css.ts.vanilla-D1xh470l.css +11 -0
- package/dist/assets/styles.css.ts.vanilla-HuPGj4nG.css +46 -0
- package/dist/assets/styles.css.ts.vanilla-bZHyFnm8.css +7 -0
- package/dist/assets/styles.css.ts.vanilla-pojaf-ds.css +11 -0
- package/dist/assets/{theme.css.ts.vanilla-BiAk0Crc.css → theme.css.ts.vanilla-BHlWyczr.css} +2 -0
- package/dist/components/Accordion/Content/styles.css.js +1 -1
- package/dist/components/Accordion/Item/styles.css.js +1 -1
- package/dist/components/Accordion/Trigger/styles.css.js +1 -1
- package/dist/components/Alert/Alert.js +1 -0
- package/dist/components/Alert/Alert.svelte.d.ts +9 -0
- package/dist/components/Alert/Description/Description.js +1 -0
- package/dist/components/Alert/Description/Description.svelte.d.ts +5 -0
- package/dist/components/Alert/Description/index.d.ts +1 -0
- package/dist/components/Alert/Description/styles.css.d.ts +4 -0
- package/dist/components/Alert/Description/styles.css.js +1 -0
- package/dist/components/Alert/Title/Title.js +1 -0
- package/dist/components/Alert/Title/Title.svelte.d.ts +5 -0
- package/dist/components/Alert/Title/index.d.ts +1 -0
- package/dist/components/Alert/Title/styles.css.d.ts +4 -0
- package/dist/components/Alert/Title/styles.css.js +1 -0
- package/dist/components/Alert/index.d.ts +12 -0
- package/dist/components/Alert/index.js +1 -0
- package/dist/components/Alert/styles.css.d.ts +2 -0
- package/dist/components/Alert/styles.css.js +1 -0
- package/dist/components/Alert/types.d.ts +1 -0
- package/dist/components/Button/styles.css.js +1 -1
- package/dist/components/Calendar/Cell/styles.css.js +1 -1
- package/dist/components/Calendar/Day/styles.css.js +1 -1
- package/dist/components/Calendar/Grid/styles.css.js +1 -1
- package/dist/components/Calendar/GridRow/styles.css.js +1 -1
- package/dist/components/Calendar/HeadCell/styles.css.js +1 -1
- package/dist/components/Calendar/Header/styles.css.js +1 -1
- package/dist/components/Calendar/MonthSelect/styles.css.js +1 -1
- package/dist/components/Calendar/Months/styles.css.js +1 -1
- package/dist/components/Calendar/Nav/styles.css.js +1 -1
- package/dist/components/Calendar/YearSelect/styles.css.js +1 -1
- package/dist/components/Calendar/styles.css.js +1 -1
- package/dist/components/Card/Action/Action.js +1 -0
- package/dist/components/Card/Action/Action.svelte.d.ts +5 -0
- package/dist/components/Card/Action/index.d.ts +1 -0
- package/dist/components/Card/Action/styles.css.d.ts +4 -0
- package/dist/components/Card/Action/styles.css.js +1 -0
- package/dist/components/Card/Card.js +1 -0
- package/dist/components/Card/Card.svelte.d.ts +5 -0
- package/dist/components/Card/Content/Content.js +1 -0
- package/dist/components/Card/Content/Content.svelte.d.ts +5 -0
- package/dist/components/Card/Content/index.d.ts +1 -0
- package/dist/components/Card/Content/styles.css.d.ts +4 -0
- package/dist/components/Card/Content/styles.css.js +1 -0
- package/dist/components/Card/Description/Description.js +1 -0
- package/dist/components/Card/Description/Description.svelte.d.ts +5 -0
- package/dist/components/Card/Description/index.d.ts +1 -0
- package/dist/components/Card/Description/styles.css.d.ts +4 -0
- package/dist/components/Card/Description/styles.css.js +1 -0
- package/dist/components/Card/Footer/Footer.js +1 -0
- package/dist/components/Card/Footer/Footer.svelte.d.ts +5 -0
- package/dist/components/Card/Footer/index.d.ts +1 -0
- package/dist/components/Card/Footer/styles.css.d.ts +4 -0
- package/dist/components/Card/Footer/styles.css.js +1 -0
- package/dist/components/Card/Header/Header.js +1 -0
- package/dist/components/Card/Header/Header.svelte.d.ts +5 -0
- package/dist/components/Card/Header/index.d.ts +1 -0
- package/dist/components/Card/Header/styles.css.d.ts +4 -0
- package/dist/components/Card/Header/styles.css.js +1 -0
- package/dist/components/Card/Title/Title.js +1 -0
- package/dist/components/Card/Title/Title.svelte.d.ts +5 -0
- package/dist/components/Card/Title/index.d.ts +1 -0
- package/dist/components/Card/Title/styles.css.d.ts +4 -0
- package/dist/components/Card/Title/styles.css.js +1 -0
- package/dist/components/Card/index.d.ts +11 -0
- package/dist/components/Card/index.js +1 -0
- package/dist/components/Card/styles.css.d.ts +4 -0
- package/dist/components/Card/styles.css.js +1 -0
- package/dist/components/Card/types.d.ts +1 -0
- package/dist/components/Checkbox/styles.css.js +1 -1
- package/dist/components/CircularProgress/styles.css.js +1 -1
- package/dist/components/DataGrid/Cell/styles.css.js +1 -1
- package/dist/components/DataGrid/Footer/styles.css.js +1 -1
- package/dist/components/DataGrid/HeaderCell/styles.css.js +1 -1
- package/dist/components/DataGrid/Row/styles.css.js +1 -1
- package/dist/components/DataGrid/styles.css.js +1 -1
- package/dist/components/DataGridSortHeader/styles.css.js +1 -1
- package/dist/components/DropdownMenu/CheckboxItem/styles.css.js +1 -1
- package/dist/components/DropdownMenu/Content/styles.css.js +1 -1
- package/dist/components/DropdownMenu/GroupHeading/styles.css.js +1 -1
- package/dist/components/DropdownMenu/Item/styles.css.js +1 -1
- package/dist/components/DropdownMenu/Label/styles.css.js +1 -1
- package/dist/components/DropdownMenu/RadioItem/styles.css.js +1 -1
- package/dist/components/DropdownMenu/Separator/styles.css.js +1 -1
- package/dist/components/DropdownMenu/Shortcut/styles.css.js +1 -1
- package/dist/components/DropdownMenu/SubContent/styles.css.js +1 -1
- package/dist/components/DropdownMenu/SubTrigger/styles.css.js +1 -1
- package/dist/components/Field/Content/styles.css.js +1 -1
- package/dist/components/Field/Description/styles.css.js +1 -1
- package/dist/components/Field/FieldError/styles.css.js +1 -1
- package/dist/components/Field/FieldSet/styles.css.js +1 -1
- package/dist/components/Field/Group/styles.css.js +1 -1
- package/dist/components/Field/Label/styles.css.js +1 -1
- package/dist/components/Field/Legend/styles.css.js +1 -1
- package/dist/components/Field/Separator/styles.css.js +1 -1
- package/dist/components/Field/Title/styles.css.js +1 -1
- package/dist/components/Field/styles.css.js +1 -1
- package/dist/components/Input/styles.css.js +1 -1
- package/dist/components/Label/styles.css.js +1 -1
- package/dist/components/Placeholder/Image/styles.css.js +1 -1
- package/dist/components/Placeholder/styles.css.js +1 -1
- package/dist/components/Select/Content/styles.css.js +1 -1
- package/dist/components/Select/GroupHeading/styles.css.js +1 -1
- package/dist/components/Select/Item/styles.css.js +1 -1
- package/dist/components/Select/Label/styles.css.js +1 -1
- package/dist/components/Select/ScrollDownButton/styles.css.js +1 -1
- package/dist/components/Select/ScrollUpButton/styles.css.js +1 -1
- package/dist/components/Select/Separator/styles.css.js +1 -1
- package/dist/components/Select/Trigger/styles.css.js +1 -1
- package/dist/components/Separator/styles.css.js +1 -1
- package/dist/components/Spinner/Spinner.js +1 -0
- package/dist/components/Spinner/Spinner.svelte.d.ts +9 -0
- package/dist/components/Spinner/index.d.ts +3 -0
- package/dist/components/Spinner/styles.css.d.ts +6 -0
- package/dist/components/Spinner/styles.css.js +1 -0
- package/dist/components/Spinner/types.d.ts +1 -0
- package/dist/components/Tooltip/Content/styles.css.js +1 -1
- package/dist/components/Typography/styles.css.js +1 -1
- package/dist/components/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/stories/Alert.stories.svelte.d.ts +19 -0
- package/dist/stories/Button.stories.svelte.d.ts +27 -0
- package/dist/stories/Card.stories.svelte.d.ts +19 -0
- package/dist/styles/theme.css.d.ts +2 -0
- package/dist/styles/theme.css.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.style__da1tmf0 {
|
|
2
|
+
display: grid;
|
|
3
|
+
grid-auto-rows: min-content;
|
|
4
|
+
grid-template-rows: auto auto;
|
|
5
|
+
align-items: start;
|
|
6
|
+
gap: var(--spacing-2);
|
|
7
|
+
padding-left: var(--spacing-6);
|
|
8
|
+
padding-right: var(--spacing-6);
|
|
9
|
+
}
|
|
10
|
+
.style__da1tmf0[data-slot=card-action] {
|
|
11
|
+
grid-template-columns: 1fr auto;
|
|
12
|
+
}
|
|
13
|
+
.style__da1tmf0 > [data-slot=card-action] {
|
|
14
|
+
grid-column: 2;
|
|
15
|
+
grid-row-start: 1;
|
|
16
|
+
grid-row-end: span 2;
|
|
17
|
+
justify-self: end;
|
|
18
|
+
}
|
package/dist/assets/{styles.css.ts.vanilla-DMr0IEyh.css → styles.css.ts.vanilla-BQjMxTJ2.css}
RENAMED
|
@@ -103,26 +103,26 @@
|
|
|
103
103
|
text-decoration-line: underline;
|
|
104
104
|
}
|
|
105
105
|
.small__16himha9 {
|
|
106
|
-
height: var(--spacing-
|
|
106
|
+
height: var(--spacing-7);
|
|
107
107
|
padding: var(--spacing-1) var(--spacing-2);
|
|
108
108
|
border-radius: var(--borderRadius-sm);
|
|
109
109
|
font-size: var(--fontSize-xs);
|
|
110
110
|
}
|
|
111
111
|
.medium__16himhaa {
|
|
112
|
-
height: var(--spacing-
|
|
113
|
-
padding: var(--spacing-
|
|
112
|
+
height: var(--spacing-9);
|
|
113
|
+
padding: var(--spacing-2) var(--spacing-3);
|
|
114
114
|
font-size: var(--fontSize-sm);
|
|
115
115
|
}
|
|
116
116
|
.large__16himhab {
|
|
117
117
|
height: var(--spacing-10);
|
|
118
|
-
padding: var(--spacing-
|
|
118
|
+
padding: var(--spacing-3) var(--spacing-4);
|
|
119
119
|
font-size: var(--fontSize-base);
|
|
120
120
|
}
|
|
121
121
|
.icon__16himhac {
|
|
122
|
-
height: var(--spacing-
|
|
123
|
-
width: var(--spacing-
|
|
122
|
+
height: var(--spacing-9);
|
|
123
|
+
width: var(--spacing-9);
|
|
124
124
|
}
|
|
125
125
|
.iconSmall__16himhad {
|
|
126
|
-
height: var(--spacing-
|
|
127
|
-
width: var(--spacing-
|
|
126
|
+
height: var(--spacing-7);
|
|
127
|
+
width: var(--spacing-7);
|
|
128
128
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@keyframes style__rkoygc0 {
|
|
2
|
+
from {
|
|
3
|
+
transform: rotate(0deg);
|
|
4
|
+
}
|
|
5
|
+
to {
|
|
6
|
+
transform: rotate(360deg);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.style__rkoygc1 {
|
|
10
|
+
display: inline-block;
|
|
11
|
+
animation: style__rkoygc0 1s linear infinite;
|
|
12
|
+
}
|
|
13
|
+
.small__rkoygc2 {
|
|
14
|
+
width: var(--spacing-4);
|
|
15
|
+
height: var(--spacing-4);
|
|
16
|
+
}
|
|
17
|
+
.medium__rkoygc3 {
|
|
18
|
+
width: var(--spacing-6);
|
|
19
|
+
height: var(--spacing-6);
|
|
20
|
+
}
|
|
21
|
+
.large__rkoygc4 {
|
|
22
|
+
width: var(--spacing-8);
|
|
23
|
+
height: var(--spacing-8);
|
|
24
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
.style__1j6rf7o0 {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
gap: var(--spacing-6);
|
|
5
|
+
border-radius: var(--borderRadius-lg);
|
|
6
|
+
border: 1px solid var(--colors-border);
|
|
7
|
+
padding: var(--spacing-6) 0;
|
|
8
|
+
background-color: var(--colors-background-paper);
|
|
9
|
+
color: var(--colors-text-primary);
|
|
10
|
+
box-shadow: var(--shadow-2);
|
|
11
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.style__vk70iv0 {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: grid;
|
|
4
|
+
grid-template-columns: auto 1fr;
|
|
5
|
+
grid-template-rows: auto auto;
|
|
6
|
+
grid-template-areas:
|
|
7
|
+
"icon title"
|
|
8
|
+
"description description"
|
|
9
|
+
;
|
|
10
|
+
align-items: center;
|
|
11
|
+
gap: var(--spacing-1) var(--spacing-2);
|
|
12
|
+
border-radius: var(--borderRadius-lg);
|
|
13
|
+
border: 1px solid var(--colors-border);
|
|
14
|
+
padding: var(--spacing-3) var(--spacing-4);
|
|
15
|
+
font-size: var(--fontSize-sm);
|
|
16
|
+
}
|
|
17
|
+
.style__vk70iv0 > svg {
|
|
18
|
+
width: 1rem;
|
|
19
|
+
height: 1rem;
|
|
20
|
+
color: currentColor;
|
|
21
|
+
}
|
|
22
|
+
.default__vk70iv1 {
|
|
23
|
+
background-color: var(--colors-background-paper);
|
|
24
|
+
color: var(--colors-text-primary);
|
|
25
|
+
border-color: var(--colors-border);
|
|
26
|
+
}
|
|
27
|
+
.error__vk70iv2 {
|
|
28
|
+
color: var(--colors-error);
|
|
29
|
+
background-color: var(--colors-background-paper);
|
|
30
|
+
border-color: var(--colors-error);
|
|
31
|
+
}
|
|
32
|
+
.info__vk70iv3 {
|
|
33
|
+
color: var(--colors-info);
|
|
34
|
+
background-color: var(--colors-background-paper);
|
|
35
|
+
border-color: var(--colors-info);
|
|
36
|
+
}
|
|
37
|
+
.success__vk70iv4 {
|
|
38
|
+
color: var(--colors-success);
|
|
39
|
+
background-color: var(--colors-background-paper);
|
|
40
|
+
border-color: var(--colors-success);
|
|
41
|
+
}
|
|
42
|
+
.warning__vk70iv5 {
|
|
43
|
+
color: var(--colors-warning);
|
|
44
|
+
background-color: var(--colors-background-paper);
|
|
45
|
+
border-color: var(--colors-warning);
|
|
46
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-CzlORlTb.css";var e={content:`style__14zrieq2`,inner:`style__14zrieq3`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BY8jYwDp.css";var e={item:`style__thlklw0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-CZDEHAga.css";var e={header:`style__11d5qg50`,trigger:`style__11d5qg51`,icon:`style__11d5qg52`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{alertVariants as e}from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.prop(i,`variant`,3,`default`),s=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`variant`,`children`]),c=t.derived(()=>[e[o()],i.class]);var l=n();t.attribute_effect(l,()=>({"data-slot":`alert`,class:t.get(c),...s,role:`alert`}));var u=t.child(l);t.snippet(u,()=>i.children??t.noop),t.reset(l),t.bind_this(l,e=>a(e),()=>a()),t.append(r,l),t.pop()}export{r as default};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../styles/index.js';
|
|
3
|
+
import type { AlertVariant } from './types.js';
|
|
4
|
+
type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
|
|
5
|
+
variant?: AlertVariant;
|
|
6
|
+
};
|
|
7
|
+
declare const Alert: import("svelte").Component<$$ComponentProps, {}, "ref">;
|
|
8
|
+
type Alert = ReturnType<typeof Alert>;
|
|
9
|
+
export default Alert;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`alert-description`,class:[e.description,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Description = ReturnType<typeof Description>;
|
|
5
|
+
export default Description;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Description } from './Description.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-pojaf-ds.css";var e={description:`style__1j59szw0`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`alert-title`,class:[e.title,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Title = ReturnType<typeof Title>;
|
|
5
|
+
export default Title;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Title } from './Title.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-Cg-i2-Rh.css";var e={title:`style__1wq1fea0`};export{e as default};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { alertVariants } from './styles.css.js';
|
|
2
|
+
declare const Alert: {
|
|
3
|
+
Root: import("svelte").Component<import("svelte/elements").HTMLAttributes<HTMLDivElement> & {
|
|
4
|
+
ref?: HTMLElement | null | undefined;
|
|
5
|
+
} & {
|
|
6
|
+
variant?: import("./types.js").AlertVariant;
|
|
7
|
+
}, {}, "ref">;
|
|
8
|
+
Title: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
9
|
+
Description: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
10
|
+
};
|
|
11
|
+
export { Alert, alertVariants };
|
|
12
|
+
export type * from './types.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{alertVariants as e}from"./styles.css.js";import t from"./Alert.js";import n from"./Description/Description.js";import r from"./Title/Title.js";const i={Root:t,Title:r,Description:n};export{i as Alert};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-HuPGj4nG.css";var e={default:`default__vk70iv1 style__vk70iv0`,error:`error__vk70iv2 style__vk70iv0`,info:`info__vk70iv3 style__vk70iv0`,success:`success__vk70iv4 style__vk70iv0`,warning:`warning__vk70iv5 style__vk70iv0`};export{e as alertVariants};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type AlertVariant = 'default' | 'success' | 'warning' | 'error' | 'info';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-BQjMxTJ2.css";var e={default:`default__16himha4 style__16himha0`,destructive:`destructive__16himha5 style__16himha0`,outline:`outline__16himha6 style__16himha0`,ghost:`ghost__16himha7 style__16himha0`,link:`link__16himha8 style__16himha0`},t={buttonSizes:{small:`small__16himha9`,medium:`medium__16himhaa`,large:`large__16himhab`,icon:`icon__16himhac`,iconSmall:`iconSmall__16himhad`},buttonVariants:e,fullWidth:`style__16himha3`,loading:`style__16himha2`};export{e as buttonVariants,t as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-OBVMpjxo.css";var e={cell:`style__k3waa00`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BQNoa8mK.css";var e={day:`style__em3vch0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-D4p0ixzZ.css";var e={grid:`style__duhgu40`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-B1yoOZ31.css";var e={gridRow:`style__1mm3fo10`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BKb9GGkm.css";var e={headCell:`style__1nghnwh0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BBUw7Noh.css";var e={header:`style__s2om6s0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-M5kwNgEs.css";var e={wrapper:`style__iaxiha0`,select:`style__iaxiha1`,visiblePart:`style__iaxiha2`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-Dkqnuqki.css";var e={months:`style__10vjkx10`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-qctjjyfe.css";var e={nav:`style__12rczk80`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-5Nv0HkaQ.css";var e={wrapper:`style__1q4zm20`,select:`style__1q4zm21`,visiblePart:`style__1q4zm22`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-Bgwr9P3X.css";var e={calendar:`style__3pvz3c0`,gridRow:`style__3pvz3c1`,gridRowHead:`style__3pvz3c2`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`card-action`,class:[e.action,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Action: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Action = ReturnType<typeof Action>;
|
|
5
|
+
export default Action;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Action } from './Action.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/styles.css.ts.vanilla-bZHyFnm8.css";var e={action:`style__qq59jq0`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`card`,class:[e.card,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../styles/index.js';
|
|
3
|
+
declare const Card: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Card = ReturnType<typeof Card>;
|
|
5
|
+
export default Card;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`card-content`,class:[e.content,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Content: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Content = ReturnType<typeof Content>;
|
|
5
|
+
export default Content;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Content } from './Content.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BT9Nf9TQ.css";var e={content:`style__1tzb7690`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<p><!></p>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`card-description`,class:[e.description,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
|
|
4
|
+
type Description = ReturnType<typeof Description>;
|
|
5
|
+
export default Description;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Description } from './Description.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BgC3eS1j.css";var e={description:`style__1rwwthy0`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`card-footer`,class:[e.footer,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Footer: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Footer = ReturnType<typeof Footer>;
|
|
5
|
+
export default Footer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Footer } from './Footer.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-CAddEwDf.css";var e={footer:`style__f7en8n0`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`card-header`,class:[e.header,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Header: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Header = ReturnType<typeof Header>;
|
|
5
|
+
export default Header;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Header } from './Header.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-B6PoO6d1.css";var e={header:`style__da1tmf0`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";var n=t.from_html(`<div><!></div>`);function r(r,i){t.push(i,!0);let a=t.prop(i,`ref`,15,null),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`ref`,`class`,`children`]);var s=n();t.attribute_effect(s,()=>({"data-slot":`card-title`,class:[e.title,i.class],...o}));var c=t.child(s);t.snippet(c,()=>i.children??t.noop),t.reset(s),t.bind_this(s,e=>a(e),()=>a()),t.append(r,s),t.pop()}export{r as default};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
2
|
+
import type { WithElementRef } from '../../../styles/index.js';
|
|
3
|
+
declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
type Title = ReturnType<typeof Title>;
|
|
5
|
+
export default Title;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Title } from './Title.svelte';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-Cp8V22OG.css";var e={title:`style__1qpikcg0`};export{e as default};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const Card: {
|
|
2
|
+
Root: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
3
|
+
Header: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
4
|
+
Title: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
5
|
+
Description: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
|
|
6
|
+
Content: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
7
|
+
Footer: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
8
|
+
Action: import("svelte").Component<import("../../index.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
|
|
9
|
+
};
|
|
10
|
+
export { Card };
|
|
11
|
+
export type * from './types.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./Action/Action.js";import t from"./Card.js";import n from"./Content/Content.js";import r from"./Description/Description.js";import i from"./Footer/Footer.js";import a from"./Header/Header.js";import o from"./Title/Title.js";const s={Root:t,Header:a,Title:o,Description:r,Content:n,Footer:i,Action:e};export{s as Card};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-D1xh470l.css";var e={card:`style__1j6rf7o0`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type CardVariant = 'default';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-CRRIM3FB.css";var e={checkboxBase:`style__1w94fa80`,checkboxIndicator:`style__1w94fa81`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-CEzBiXZO.css";var e={root:`style__1vb0c9u2`,svg:`style__1vb0c9u3`,circle:`style__1vb0c9u4`,variants:{determinate:`determinate__1vb0c9u5`,indeterminate:`indeterminate__1vb0c9u6`},colors:{primary:`primary__1vb0c9u7`,secondary:`secondary__1vb0c9u8`,inherit:`inherit__1vb0c9u9`}};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-DoxbzaiQ.css";var e={cell:`style__73y58c0`,disabled:`style__73y58c1`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BlX14CaF.css";var e={footer:`style__ide43b0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-0Tc9t0gF.css";var e={cell:`style__byu5qd0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-DJamnGiq.css";var e={row:`style__1bfixnu0`,selectable:`style__1bfixnu1`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-D2QnyHw3.css";var e={container:`style__k8jzpb0`,table:`style__k8jzpb1`,fullHeight:`style__k8jzpb2`,disabled:`style__k8jzpb3`,loading:`style__k8jzpb4`,title:`style__k8jzpb5`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-BBzDvFRY.css";var e={wrapper:`style__1u2u0bp0`,alignments:{left:`left__1u2u0bp1`,center:`center__1u2u0bp2`,right:`right__1u2u0bp3`,justify:`justify__1u2u0bp4`}};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-B0TTsMYJ.css";var e={root:`style__1x1b5sl1`,iconWrapper:`style__1x1b5sl2`,unchecked:`style__1x1b5sl0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BUjzBrH3.css";var e={content:`style__oog05e8`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-m1dlcmwk.css";var e={root:`style__nvi1sa0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-DfdR6iQj.css";var e={root:`style__sbsufd0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-CXAJ5Hbl.css";var e=`style__1gn65l80`;export{e as label};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BIPaLPQs.css";var e={item:`style__ed88mc0`,indicator:`style__ed88mc1`,icon:`style__ed88mc2`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-Cr4Jm1Yl.css";var e={separator:`style__13dj3l70`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BSpq5Zrg.css";var e={shortcut:`style__1dxg6ja0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-C_-d1rmg.css";var e={subContent:`style__caxtg58`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-B1TT1m93.css";var e={subTrigger:`style__1fq3dxn0`,icon:`style__1fq3dxn1`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-Bnc7C9s9.css";var e={content:`style__q1q4h90`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-DhkQ6gLD.css";var e={root:`style__1ofqr5y0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-DAlXWO1e.css";var e={root:`style__1di7pdy0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-7N904gbK.css";var e={root:`style__1o60gea0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BkrD0mJX.css";var e={root:`style__zhheok0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-D2RzdcSx.css";var e={root:`style__10hsf2y0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-D-uBG41K.css";var e={root:`style__myn6j70`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-Dsk8bofy.css";var e={root:`style__qdfkbi0`,separator:`style__qdfkbi1`,content:`style__qdfkbi2`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BFXJcmU9.css";var e={root:`style__9qi2jh0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-C53Bmpxe.css";var e={vertical:`style__1dmfjc20 style__1dmfjc21`,horizontal:`style__1dmfjc20 style__1dmfjc22`,responsive:`style__1dmfjc20 style__1dmfjc23`};export{e as fieldVariants};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-BsuMMuL8.css";var e={inputBase:`style__1sj9q5k0`,sizes:{small:`small__1sj9q5k1`,medium:`medium__1sj9q5k2`,large:`large__1sj9q5k3`},fileInput:`style__1sj9q5k4`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-DBxleRt9.css";var e={labelBase:`style__1h4dxce0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-YVkaJQiQ.css";var e={wrapper:`style__rub3490`,sizes:{small:`small__rub3491`,medium:`medium__rub3492`,large:`large__rub3493`}};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-uJ4Y7vR3.css";var e={wrapper:`style__175k6rz0`,sizes:{small:`small__175k6rz1`,medium:`medium__175k6rz2`,large:`large__175k6rz3`},innerContainer:`style__175k6rz4`,descriptionClass:`style__175k6rz5`,footerClass:`style__175k6rz6`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-DXuGBsl5.css";var e={content:`style__w5sq0p4`,viewport:`style__w5sq0p5`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-CS5G2gX5.css";var e={groupHeading:`style__19r0of00`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-Bj4vursX.css";var e={item:`style__1sx68oi0`,checkSpan:`style__1sx68oi1`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-TAQfQWZo.css";var e={label:`style__iexzjb0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-BVrM2qXa.css";var e={scrollDownButton:`style__7d3xw70`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-DzTvmQrz.css";var e={scrollUpButton:`style__16ac59n0`,icon:`style__16ac59n1`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-CaDxBAvn.css";var e={separator:`style__1vmfpff0`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-QdfcNBO3.css";var e={trigger:`style__8s541n0`,chevronIcon:`style__8s541n1`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-D5SAYV5t.css";var e={separator:`style__1oft9jk0`};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import e from"./styles.css.js";import"svelte/internal/disclose-version";import*as t from"svelte/internal/client";import{Loader as n}from"@lucide/svelte";function r(r,i){t.push(i,!0);let a=t.prop(i,`size`,3,`medium`),o=t.rest_props(i,[`$$slots`,`$$events`,`$$legacy`,`class`,`size`]);{let s=t.derived(()=>[e.spinner,e.spinnerSizes[a()],i.class]);n(r,t.spread_props({role:`status`,"aria-label":`Loading`,get class(){return t.get(s)}},()=>o))}t.pop()}export{r as default};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Loader } from '@lucide/svelte';
|
|
2
|
+
import type { ComponentProps } from 'svelte';
|
|
3
|
+
import type { SpinnerSize } from './types.js';
|
|
4
|
+
type $$ComponentProps = ComponentProps<typeof Loader> & {
|
|
5
|
+
size?: SpinnerSize;
|
|
6
|
+
};
|
|
7
|
+
declare const Spinner: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
8
|
+
type Spinner = ReturnType<typeof Spinner>;
|
|
9
|
+
export default Spinner;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-CQ5g9X7k.css";var e={small:`small__rkoygc2`,medium:`medium__rkoygc3`,large:`large__rkoygc4`},t={spinner:`style__rkoygc1`,spinnerSizes:e};export{t as default,e as spinnerSizes};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type SpinnerSize = 'small' | 'medium' | 'large';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../../assets/styles.css.ts.vanilla-D5wUy1wS.css";var e={content:`style__ly8gs78`,arrow:`style__ly8gs79`};export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../../assets/theme.css.ts.vanilla-BHlWyczr.css";import"./../../assets/styles.css.ts.vanilla-CvghIV57.css";var e={left:`left__13e75ljk`,center:`center__13e75ljl`,right:`right__13e75ljm`,justify:`justify__13e75ljn`},t={primary:`primary__13e75ljc`,secondary:`secondary__13e75ljd`,disabled:`disabled__13e75lje`,success:`success__13e75ljf`,error:`error__13e75ljg`,warning:`warning__13e75ljh`,info:`info__13e75lji`,muted:`muted__13e75ljj`},n={none:`none__13e75ljx`,underline:`underline__13e75ljy`,lineThrough:`lineThrough__13e75ljz`},r={block:`block__13e75ljo`,inline:`inline__13e75ljp`},i=`style__13e75lj10`,a={lowercase:`lowercase__13e75lju`,uppercase:`uppercase__13e75ljv`,capitalize:`capitalize__13e75ljw`},o={h1:`h1__13e75lj0`,h2:`h2__13e75lj1`,h3:`h3__13e75lj2`,h4:`h4__13e75lj3`,h5:`h5__13e75lj4`,h6:`h6__13e75lj5`,subtitle1:`subtitle1__13e75lj6`,subtitle2:`subtitle2__13e75lj7`,body1:`body1__13e75lj8`,body2:`body2__13e75lj9`,caption:`caption__13e75lja`,overline:`overline__13e75ljb`},s={normal:`normal__13e75ljq`,medium:`medium__13e75ljr`,semibold:`semibold__13e75ljs`,bold:`bold__13e75ljt`};export{e as alignments,t as colors,n as decorations,r as displays,i as gutterBottomClass,a as transforms,o as variants,s as weights};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from './Accordion/index.js';
|
|
2
|
+
export * from './Alert/index.js';
|
|
2
3
|
export * from './Button/index.js';
|
|
3
4
|
export * from './Calendar/index.js';
|
|
5
|
+
export * from './Card/index.js';
|
|
4
6
|
export * from './Checkbox/index.js';
|
|
5
7
|
export * from './CircularProgress/index.js';
|
|
6
8
|
export * from './DataGrid/index.js';
|
|
@@ -12,5 +14,6 @@ export * from './Label/index.js';
|
|
|
12
14
|
export * from './Placeholder/index.js';
|
|
13
15
|
export * from './Select/index.js';
|
|
14
16
|
export * from './Separator/index.js';
|
|
17
|
+
export * from './Spinner/index.js';
|
|
15
18
|
export * from './Tooltip/index.js';
|
|
16
19
|
export * from './Typography/index.js';
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{Accordion as e}from"./components/Accordion/index.js";import{
|
|
1
|
+
import{Accordion as e}from"./components/Accordion/index.js";import{alertVariants as t}from"./components/Alert/styles.css.js";import{Alert as n}from"./components/Alert/index.js";import{buttonVariants as r}from"./components/Button/styles.css.js";import i from"./components/Button/Button.js";import a from"./components/Calendar/Calendar.js";import{Card as o}from"./components/Card/index.js";import s from"./components/Checkbox/Checkbox.js";import c from"./components/CircularProgress/CircularProgress.js";import{createTheme as l,globalKeyframes as u,globalStyle as d,keyframes as f,style as p,styleVariants as m}from"./node_modules/.pnpm/@vanilla-extract_css@1.18.0/node_modules/@vanilla-extract/css/dist/vanilla-extract-css.browser.esm.js";import{theme as h}from"./styles/theme.css.js";import{calculateSize as g,negativeSpacing as _,spacing as v}from"./styles/utils.js";import y from"./components/Typography/Typography.js";import b from"./components/Placeholder/Placeholder.js";import x from"./components/DataGrid/DataGrid.js";import S from"./components/DataGridSortHeader/DataGridSortHeader.js";import{DropdownMenu as C}from"./components/DropdownMenu/index.js";import{Field as w}from"./components/Field/index.js";import T from"./components/Input/Input.js";import E from"./components/Label/Label.js";import{Select as D}from"./components/Select/index.js";import O from"./components/Separator/Separator.js";import{spinnerSizes as k}from"./components/Spinner/styles.css.js";import A from"./components/Spinner/Spinner.js";import j from"./components/Tooltip/Tooltip.js";export{e as Accordion,n as Alert,i as Button,a as Calendar,o as Card,s as Checkbox,s as Root,c as CircularProgress,x as DataGrid,S as DataGridSortHeader,C as DropdownMenu,w as Field,T as Input,E as Label,b as Placeholder,D as Select,O as Separator,A as Spinner,j as Tooltip,y as Typography,t as alertVariants,r as buttonVariants,g as calculateSize,l as createTheme,u as globalKeyframes,d as globalStyle,f as keyframes,_ as negativeSpacing,v as spacing,k as spinnerSizes,p as style,m as styleVariants,h as theme};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Alert } from '../components/index.js';
|
|
2
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
+
$$bindings?: Bindings;
|
|
5
|
+
} & Exports;
|
|
6
|
+
(internal: unknown, props: {
|
|
7
|
+
$$events?: Events;
|
|
8
|
+
$$slots?: Slots;
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
|
+
}
|
|
15
|
+
declare const Alert: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Alert = InstanceType<typeof Alert>;
|
|
19
|
+
export default Alert;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export default Button;
|
|
2
|
+
type Button = SvelteComponent<{
|
|
3
|
+
[x: string]: never;
|
|
4
|
+
}, {
|
|
5
|
+
[evt: string]: CustomEvent<any>;
|
|
6
|
+
}, {}> & {
|
|
7
|
+
$$bindings?: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
declare const Button: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
+
[x: string]: never;
|
|
11
|
+
}, {
|
|
12
|
+
[evt: string]: CustomEvent<any>;
|
|
13
|
+
}, {}, {}, string>;
|
|
14
|
+
import { Button } from '../components/Button';
|
|
15
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
16
|
+
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
17
|
+
$$bindings?: Bindings;
|
|
18
|
+
} & Exports;
|
|
19
|
+
(internal: unknown, props: {
|
|
20
|
+
$$events?: Events;
|
|
21
|
+
$$slots?: Slots;
|
|
22
|
+
}): Exports & {
|
|
23
|
+
$set?: any;
|
|
24
|
+
$on?: any;
|
|
25
|
+
};
|
|
26
|
+
z_$$bindings?: Bindings;
|
|
27
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Card } from '../components/index.js';
|
|
2
|
+
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
3
|
+
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
+
$$bindings?: Bindings;
|
|
5
|
+
} & Exports;
|
|
6
|
+
(internal: unknown, props: {
|
|
7
|
+
$$events?: Events;
|
|
8
|
+
$$slots?: Slots;
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
13
|
+
z_$$bindings?: Bindings;
|
|
14
|
+
}
|
|
15
|
+
declare const Card: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
16
|
+
[evt: string]: CustomEvent<any>;
|
|
17
|
+
}, {}, {}, string>;
|
|
18
|
+
type Card = InstanceType<typeof Card>;
|
|
19
|
+
export default Card;
|
|
@@ -32,7 +32,9 @@ export declare const theme: {
|
|
|
32
32
|
4: `var(--${string})`;
|
|
33
33
|
5: `var(--${string})`;
|
|
34
34
|
6: `var(--${string})`;
|
|
35
|
+
7: `var(--${string})`;
|
|
35
36
|
8: `var(--${string})`;
|
|
37
|
+
9: `var(--${string})`;
|
|
36
38
|
10: `var(--${string})`;
|
|
37
39
|
12: `var(--${string})`;
|
|
38
40
|
16: `var(--${string})`;
|
package/dist/styles/theme.css.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"./../assets/theme.css.ts.vanilla-
|
|
1
|
+
import"./../assets/theme.css.ts.vanilla-BHlWyczr.css";var e={colors:{primary:`var(--colors-primary)`,secondary:`var(--colors-secondary)`,warning:`var(--colors-warning)`,error:`var(--colors-error)`,success:`var(--colors-success)`,border:`var(--colors-border)`,info:`var(--colors-info)`,background:{tooltip:`var(--colors-background-tooltip)`,paper:`var(--colors-background-paper)`,element:`var(--colors-background-element)`,elementHover:`var(--colors-background-elementHover)`,sidebar:`var(--colors-background-sidebar)`},foreground:{primary:`var(--colors-foreground-primary)`,secondary:`var(--colors-foreground-secondary)`},text:{primary:`var(--colors-text-primary)`,secondary:`var(--colors-text-secondary)`,disabled:`var(--colors-text-disabled)`,hint:`var(--colors-text-hint)`}},spacing:{1:`var(--spacing-1)`,2:`var(--spacing-2)`,3:`var(--spacing-3)`,4:`var(--spacing-4)`,5:`var(--spacing-5)`,6:`var(--spacing-6)`,7:`var(--spacing-7)`,8:`var(--spacing-8)`,9:`var(--spacing-9)`,10:`var(--spacing-10)`,12:`var(--spacing-12)`,16:`var(--spacing-16)`,20:`var(--spacing-20)`},shadow:{1:`var(--shadow-1)`,2:`var(--shadow-2)`,3:`var(--shadow-3)`,4:`var(--shadow-4)`,5:`var(--shadow-5)`},elevation:{1:`var(--elevation-1)`,2:`var(--elevation-2)`,3:`var(--elevation-3)`,4:`var(--elevation-4)`,6:`var(--elevation-5)`},fontSize:{xs:`var(--fontSize-xs)`,sm:`var(--fontSize-sm)`,base:`var(--fontSize-base)`,lg:`var(--fontSize-lg)`,xl:`var(--fontSize-xl)`,"2xl":`var(--fontSize-2xl)`,"3xl":`var(--fontSize-3xl)`,"4xl":`var(--fontSize-4xl)`},fontWeight:{normal:`var(--fontWeight-normal)`,medium:`var(--fontWeight-medium)`,semibold:`var(--fontWeight-semibold)`,bold:`var(--fontWeight-bold)`},lineHeight:{none:`var(--lineHeight-none)`,tight:`var(--lineHeight-tight)`,snug:`var(--lineHeight-snug)`,normal:`var(--lineHeight-normal)`,relaxed:`var(--lineHeight-relaxed)`,loose:`var(--lineHeight-loose)`},borderRadius:{sm:`var(--borderRadius-sm)`,md:`var(--borderRadius-md)`,lg:`var(--borderRadius-lg)`}};export{e as theme};
|