@max-ts/svelte 0.4.0 → 1.0.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-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-DMr0IEyh.css → styles.css.ts.vanilla-DQ6SpJ5K.css} +80 -8
- 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/index.d.ts +0 -1
- package/dist/styles/theme.css.d.ts +2 -0
- package/dist/styles/theme.css.js +1 -1
- package/package.json +1 -1
- package/dist/styles/reset.css.d.ts +0 -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
|
+
}
|
|
@@ -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
|
+
}
|
package/dist/assets/{styles.css.ts.vanilla-DMr0IEyh.css → styles.css.ts.vanilla-DQ6SpJ5K.css}
RENAMED
|
@@ -103,26 +103,98 @@
|
|
|
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
|
+
}
|
|
129
|
+
*, *::before, *::after {
|
|
130
|
+
box-sizing: border-box;
|
|
131
|
+
}
|
|
132
|
+
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
|
|
133
|
+
margin: 0;
|
|
134
|
+
}
|
|
135
|
+
ul[role="list"], ol[role="list"] {
|
|
136
|
+
padding: 0;
|
|
137
|
+
}
|
|
138
|
+
ul, ol {
|
|
139
|
+
list-style: none;
|
|
140
|
+
margin: 0;
|
|
141
|
+
padding: 0;
|
|
142
|
+
}
|
|
143
|
+
li {
|
|
144
|
+
padding: 0;
|
|
145
|
+
margin: 0;
|
|
146
|
+
list-style-type: none;
|
|
147
|
+
}
|
|
148
|
+
body {
|
|
149
|
+
line-height: 1.5;
|
|
150
|
+
font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
151
|
+
-webkit-font-smoothing: antialiased;
|
|
152
|
+
color: var(--colors-text-primary);
|
|
153
|
+
background-color: var(--colors-background-paper);
|
|
154
|
+
}
|
|
155
|
+
h1, h2, h3, h4, h5, h6 {
|
|
156
|
+
font-size: inherit;
|
|
157
|
+
font-weight: inherit;
|
|
158
|
+
}
|
|
159
|
+
button, input, textarea, select {
|
|
160
|
+
font: inherit;
|
|
161
|
+
color: inherit;
|
|
162
|
+
background: none;
|
|
163
|
+
border: none;
|
|
164
|
+
padding: 0;
|
|
165
|
+
margin: 0;
|
|
166
|
+
outline: none;
|
|
167
|
+
}
|
|
168
|
+
button {
|
|
169
|
+
cursor: pointer;
|
|
170
|
+
}
|
|
171
|
+
a {
|
|
172
|
+
text-decoration: none;
|
|
173
|
+
color: inherit;
|
|
174
|
+
}
|
|
175
|
+
img, picture, video, canvas {
|
|
176
|
+
display: block;
|
|
177
|
+
max-width: 100%;
|
|
178
|
+
height: auto;
|
|
179
|
+
}
|
|
180
|
+
*::-webkit-scrollbar {
|
|
181
|
+
width: 6px;
|
|
182
|
+
height: 6px;
|
|
183
|
+
}
|
|
184
|
+
*::-webkit-scrollbar-track {
|
|
185
|
+
background-color: transparent;
|
|
186
|
+
}
|
|
187
|
+
*::-webkit-scrollbar-thumb {
|
|
188
|
+
background-color: color-mix(in oklch, var(--colors-primary) 60%, transparent);
|
|
189
|
+
border-radius: var(--borderRadius-sm);
|
|
190
|
+
width: 6px;
|
|
191
|
+
height: 6px;
|
|
192
|
+
}
|
|
193
|
+
@media (prefers-reduced-motion: reduce) {
|
|
194
|
+
*, *::before, *::after {
|
|
195
|
+
animation-duration: 0.01ms !important;
|
|
196
|
+
animation-iteration-count: 1 !important;
|
|
197
|
+
transition-duration: 0.01ms !important;
|
|
198
|
+
scroll-behavior: auto;
|
|
199
|
+
}
|
|
128
200
|
}
|
|
@@ -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-DQ6SpJ5K.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};
|