@insymetri/styleguide 0.1.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/IIActionGroup/IIActionGroup.svelte +11 -0
- package/dist/IIActionGroup/IIActionGroup.svelte.d.ts +6 -0
- package/dist/IIActionGroup/index.d.ts +1 -0
- package/dist/IIActionGroup/index.js +1 -0
- package/dist/IIAsyncState/IIAsyncState.svelte +50 -0
- package/dist/IIAsyncState/IIAsyncState.svelte.d.ts +15 -0
- package/dist/IIAsyncState/index.d.ts +1 -0
- package/dist/IIAsyncState/index.js +1 -0
- package/dist/IIAuditTrail/IIAuditTrail.svelte +167 -0
- package/dist/IIAuditTrail/IIAuditTrail.svelte.d.ts +13 -0
- package/dist/IIAuditTrail/IIAuditTrail.types.d.ts +14 -0
- package/dist/IIAuditTrail/IIAuditTrail.types.js +1 -0
- package/dist/IIAuditTrail/index.d.ts +2 -0
- package/dist/IIAuditTrail/index.js +1 -0
- package/dist/IIBadge/IIBadge.svelte +46 -0
- package/dist/IIBadge/IIBadge.svelte.d.ts +11 -0
- package/dist/IIBadge/IIBadge.types.d.ts +1 -0
- package/dist/IIBadge/IIBadge.types.js +1 -0
- package/dist/IIBadge/index.d.ts +2 -0
- package/dist/IIBadge/index.js +1 -0
- package/dist/IIButton/IIButton.svelte +103 -0
- package/dist/IIButton/IIButton.svelte.d.ts +23 -0
- package/dist/IIButton/index.d.ts +1 -0
- package/dist/IIButton/index.js +1 -0
- package/dist/IICheckbox/IICheckbox.svelte +66 -0
- package/dist/IICheckbox/IICheckbox.svelte.d.ts +16 -0
- package/dist/IICheckbox/index.d.ts +1 -0
- package/dist/IICheckbox/index.js +1 -0
- package/dist/IICheckboxList/IICheckboxList.svelte +15 -0
- package/dist/IICheckboxList/IICheckboxList.svelte.d.ts +7 -0
- package/dist/IICheckboxList/index.d.ts +1 -0
- package/dist/IICheckboxList/index.js +1 -0
- package/dist/IICombobox/IICombobox.svelte +158 -0
- package/dist/IICombobox/IICombobox.svelte.d.ts +39 -0
- package/dist/IICombobox/index.d.ts +1 -0
- package/dist/IICombobox/index.js +1 -0
- package/dist/IIDatePicker/IIDatePicker.svelte +107 -0
- package/dist/IIDatePicker/IIDatePicker.svelte.d.ts +9 -0
- package/dist/IIDatePicker/index.d.ts +1 -0
- package/dist/IIDatePicker/index.js +1 -0
- package/dist/IIDropdownInput/IIDropdownInput.svelte +76 -0
- package/dist/IIDropdownInput/IIDropdownInput.svelte.d.ts +15 -0
- package/dist/IIDropdownInput/index.d.ts +1 -0
- package/dist/IIDropdownInput/index.js +1 -0
- package/dist/IIDropdownMenu/IIDropdownMenu.svelte +74 -0
- package/dist/IIDropdownMenu/IIDropdownMenu.svelte.d.ts +19 -0
- package/dist/IIDropdownMenu/index.d.ts +1 -0
- package/dist/IIDropdownMenu/index.js +1 -0
- package/dist/IIEditableBadges/IIEditableBadges.svelte +91 -0
- package/dist/IIEditableBadges/IIEditableBadges.svelte.d.ts +17 -0
- package/dist/IIEditableBadges/index.d.ts +1 -0
- package/dist/IIEditableBadges/index.js +1 -0
- package/dist/IIEditableText/IIEditableText.svelte +143 -0
- package/dist/IIEditableText/IIEditableText.svelte.d.ts +12 -0
- package/dist/IIEditableText/index.d.ts +1 -0
- package/dist/IIEditableText/index.js +1 -0
- package/dist/IIEmptyState/IIEmptyState.svelte +29 -0
- package/dist/IIEmptyState/IIEmptyState.svelte.d.ts +9 -0
- package/dist/IIEmptyState/index.d.ts +1 -0
- package/dist/IIEmptyState/index.js +1 -0
- package/dist/IIFilterChip/IIFilterChip.svelte +47 -0
- package/dist/IIFilterChip/IIFilterChip.svelte.d.ts +9 -0
- package/dist/IIFilterChip/index.d.ts +1 -0
- package/dist/IIFilterChip/index.js +1 -0
- package/dist/IIFormField/IIFormField.svelte +18 -0
- package/dist/IIFormField/IIFormField.svelte.d.ts +9 -0
- package/dist/IIFormField/index.d.ts +1 -0
- package/dist/IIFormField/index.js +1 -0
- package/dist/IIInput/IIInput.svelte +69 -0
- package/dist/IIInput/IIInput.svelte.d.ts +15 -0
- package/dist/IIInput/index.d.ts +1 -0
- package/dist/IIInput/index.js +1 -0
- package/dist/IIModal/IIModal.svelte +76 -0
- package/dist/IIModal/IIModal.svelte.d.ts +15 -0
- package/dist/IIModal/index.d.ts +1 -0
- package/dist/IIModal/index.js +1 -0
- package/dist/IIOverflowActions/IIOverflowActions.svelte +104 -0
- package/dist/IIOverflowActions/IIOverflowActions.svelte.d.ts +16 -0
- package/dist/IIOverflowActions/index.d.ts +1 -0
- package/dist/IIOverflowActions/index.js +1 -0
- package/dist/IIStatusBadge/IIStatusBadge.svelte +29 -0
- package/dist/IIStatusBadge/IIStatusBadge.svelte.d.ts +9 -0
- package/dist/IIStatusBadge/index.d.ts +1 -0
- package/dist/IIStatusBadge/index.js +1 -0
- package/dist/IISwitch/IISwitch.svelte +60 -0
- package/dist/IISwitch/IISwitch.svelte.d.ts +15 -0
- package/dist/IISwitch/index.d.ts +1 -0
- package/dist/IISwitch/index.js +1 -0
- package/dist/IITable/IITable.svelte +17 -0
- package/dist/IITable/IITable.svelte.d.ts +8 -0
- package/dist/IITable/index.d.ts +1 -0
- package/dist/IITable/index.js +1 -0
- package/dist/IITableSkeleton/IITableSkeleton.svelte +32 -0
- package/dist/IITableSkeleton/IITableSkeleton.svelte.d.ts +8 -0
- package/dist/IITableSkeleton/index.d.ts +1 -0
- package/dist/IITableSkeleton/index.js +1 -0
- package/dist/IITabs/IITabs.svelte +139 -0
- package/dist/IITabs/IITabs.svelte.d.ts +19 -0
- package/dist/IITabs/index.d.ts +1 -0
- package/dist/IITabs/index.js +1 -0
- package/dist/IITaskCardSkeleton/IITaskCardSkeleton.svelte +15 -0
- package/dist/IITaskCardSkeleton/IITaskCardSkeleton.svelte.d.ts +26 -0
- package/dist/IITaskCardSkeleton/index.d.ts +1 -0
- package/dist/IITaskCardSkeleton/index.js +1 -0
- package/dist/IITextarea/IITextarea.svelte +79 -0
- package/dist/IITextarea/IITextarea.svelte.d.ts +15 -0
- package/dist/IITextarea/index.d.ts +1 -0
- package/dist/IITextarea/index.js +1 -0
- package/dist/IIToaster/IIToaster.svelte +5 -0
- package/dist/IIToaster/IIToaster.svelte.d.ts +18 -0
- package/dist/IIToaster/index.d.ts +1 -0
- package/dist/IIToaster/index.js +1 -0
- package/dist/IIViewFilterChip/IIViewFilterChip.svelte +37 -0
- package/dist/IIViewFilterChip/IIViewFilterChip.svelte.d.ts +8 -0
- package/dist/IIViewFilterChip/index.d.ts +1 -0
- package/dist/IIViewFilterChip/index.js +1 -0
- package/dist/Typography/Typography.svelte +67 -0
- package/dist/Typography/Typography.svelte.d.ts +18 -0
- package/dist/Typography/index.d.ts +1 -0
- package/dist/Typography/index.js +1 -0
- package/dist/icons.d.ts +92 -0
- package/dist/icons.js +104 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.js +35 -0
- package/dist/style/base.css +71 -0
- package/dist/style/colors.css +183 -0
- package/dist/style/global.css +2 -0
- package/dist/style/index.d.ts +1 -0
- package/dist/style/index.js +1 -0
- package/dist/style/tailwind/animations.js +89 -0
- package/dist/style/tailwind/colors.d.ts +217 -0
- package/dist/style/tailwind/colors.js +239 -0
- package/dist/style/tailwind/preset.js +103 -0
- package/dist/style/tailwind/radius.d.ts +1 -0
- package/dist/style/tailwind/radius.js +5 -0
- package/dist/style/tailwind/shadows.d.ts +15 -0
- package/dist/style/tailwind/shadows.js +27 -0
- package/dist/style/tailwind/spacing.d.ts +1 -0
- package/dist/style/tailwind/spacing.js +37 -0
- package/dist/style/tailwind/typography.d.ts +100 -0
- package/dist/style/tailwind/typography.js +39 -0
- package/dist/style/tailwind/z-index.d.ts +1 -0
- package/dist/style/tailwind/z-index.js +7 -0
- package/dist/toast.d.ts +16 -0
- package/dist/toast.js +24 -0
- package/dist/utils/cn.d.ts +2 -0
- package/dist/utils/cn.js +4 -0
- package/package.json +79 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export declare const fontSize: {
|
|
2
|
+
readonly h1: readonly ["2.4rem", {
|
|
3
|
+
readonly lineHeight: "3.2rem";
|
|
4
|
+
readonly fontWeight: "600";
|
|
5
|
+
}];
|
|
6
|
+
readonly h2: readonly ["2.0rem", {
|
|
7
|
+
readonly lineHeight: "2.8rem";
|
|
8
|
+
readonly fontWeight: "600";
|
|
9
|
+
}];
|
|
10
|
+
readonly h3: readonly ["1.8rem", {
|
|
11
|
+
readonly lineHeight: "2.4rem";
|
|
12
|
+
readonly fontWeight: "600";
|
|
13
|
+
}];
|
|
14
|
+
readonly h4: readonly ["1.6rem", {
|
|
15
|
+
readonly lineHeight: "2.0rem";
|
|
16
|
+
readonly fontWeight: "600";
|
|
17
|
+
}];
|
|
18
|
+
readonly h5: readonly ["1.4rem", {
|
|
19
|
+
readonly lineHeight: "2.0rem";
|
|
20
|
+
readonly fontWeight: "600";
|
|
21
|
+
}];
|
|
22
|
+
readonly h6: readonly ["1.3rem", {
|
|
23
|
+
readonly lineHeight: "1.6rem";
|
|
24
|
+
readonly fontWeight: "600";
|
|
25
|
+
}];
|
|
26
|
+
readonly m1: readonly ["2.0rem", {
|
|
27
|
+
readonly lineHeight: "2.8rem";
|
|
28
|
+
readonly fontWeight: "300";
|
|
29
|
+
}];
|
|
30
|
+
readonly m2: readonly ["1.6rem", {
|
|
31
|
+
readonly lineHeight: "2.4rem";
|
|
32
|
+
readonly fontWeight: "300";
|
|
33
|
+
}];
|
|
34
|
+
readonly m3: readonly ["1.4rem", {
|
|
35
|
+
readonly lineHeight: "2.0rem";
|
|
36
|
+
readonly fontWeight: "300";
|
|
37
|
+
}];
|
|
38
|
+
readonly 'm3-emphasis': readonly ["1.3rem", {
|
|
39
|
+
readonly lineHeight: "2.0rem";
|
|
40
|
+
readonly fontWeight: "500";
|
|
41
|
+
}];
|
|
42
|
+
readonly 'm3-small': readonly ["1.3rem", {
|
|
43
|
+
readonly lineHeight: "2.0rem";
|
|
44
|
+
readonly fontWeight: "400";
|
|
45
|
+
}];
|
|
46
|
+
readonly large: readonly ["1.6rem", {
|
|
47
|
+
readonly lineHeight: "2.0rem";
|
|
48
|
+
readonly fontWeight: "400";
|
|
49
|
+
}];
|
|
50
|
+
readonly 'large-emphasis': readonly ["1.6rem", {
|
|
51
|
+
readonly lineHeight: "2.0rem";
|
|
52
|
+
readonly fontWeight: "500";
|
|
53
|
+
}];
|
|
54
|
+
readonly default: readonly ["1.4rem", {
|
|
55
|
+
readonly lineHeight: "1.6rem";
|
|
56
|
+
readonly fontWeight: "400";
|
|
57
|
+
}];
|
|
58
|
+
readonly emphasis: readonly ["1.4rem", {
|
|
59
|
+
readonly lineHeight: "1.6rem";
|
|
60
|
+
readonly fontWeight: "500";
|
|
61
|
+
}];
|
|
62
|
+
readonly strong: readonly ["1.4rem", {
|
|
63
|
+
readonly lineHeight: "1.6rem";
|
|
64
|
+
readonly fontWeight: "600";
|
|
65
|
+
}];
|
|
66
|
+
readonly small: readonly ["1.3rem", {
|
|
67
|
+
readonly lineHeight: "1.6rem";
|
|
68
|
+
readonly fontWeight: "400";
|
|
69
|
+
}];
|
|
70
|
+
readonly 'small-emphasis': readonly ["1.3rem", {
|
|
71
|
+
readonly lineHeight: "1.6rem";
|
|
72
|
+
readonly fontWeight: "500";
|
|
73
|
+
}];
|
|
74
|
+
readonly 'small-strong': readonly ["1.3rem", {
|
|
75
|
+
readonly lineHeight: "1.6rem";
|
|
76
|
+
readonly fontWeight: "600";
|
|
77
|
+
}];
|
|
78
|
+
readonly tiny: readonly ["1.1rem", {
|
|
79
|
+
readonly lineHeight: "1.2rem";
|
|
80
|
+
readonly fontWeight: "400";
|
|
81
|
+
}];
|
|
82
|
+
readonly 'tiny-emphasis': readonly ["1.1rem", {
|
|
83
|
+
readonly lineHeight: "1.2rem";
|
|
84
|
+
readonly fontWeight: "500";
|
|
85
|
+
}];
|
|
86
|
+
readonly 'tiny-strong': readonly ["1.1rem", {
|
|
87
|
+
readonly lineHeight: "1.2rem";
|
|
88
|
+
readonly fontWeight: "600";
|
|
89
|
+
}];
|
|
90
|
+
readonly numeric: readonly ["1.4rem", {
|
|
91
|
+
readonly lineHeight: "1.6rem";
|
|
92
|
+
readonly fontWeight: "400";
|
|
93
|
+
}];
|
|
94
|
+
readonly 'display-lg': readonly ["4.0rem", {
|
|
95
|
+
readonly lineHeight: "1.1";
|
|
96
|
+
}];
|
|
97
|
+
readonly 'display-md': readonly ["3.0rem", {
|
|
98
|
+
readonly lineHeight: "1.2";
|
|
99
|
+
}];
|
|
100
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
// Semantic typography scale (matches TOTM conventions).
|
|
2
|
+
// With 62.5% base (1rem = 10px), rem values read as pixels: 2.4rem = 24px.
|
|
3
|
+
// TW4's extended fontSize format bundles size + lineHeight + fontWeight
|
|
4
|
+
// into a single class — e.g. `text-h1` sets all three properties.
|
|
5
|
+
export const fontSize = {
|
|
6
|
+
// Headings — semibold (600)
|
|
7
|
+
h1: ['2.4rem', { lineHeight: '3.2rem', fontWeight: '600' }], // 24px
|
|
8
|
+
h2: ['2.0rem', { lineHeight: '2.8rem', fontWeight: '600' }], // 20px
|
|
9
|
+
h3: ['1.8rem', { lineHeight: '2.4rem', fontWeight: '600' }], // 18px
|
|
10
|
+
h4: ['1.6rem', { lineHeight: '2.0rem', fontWeight: '600' }], // 16px
|
|
11
|
+
h5: ['1.4rem', { lineHeight: '2.0rem', fontWeight: '600' }], // 14px
|
|
12
|
+
h6: ['1.3rem', { lineHeight: '1.6rem', fontWeight: '600' }], // 13px
|
|
13
|
+
// Medium — light weight display text (300)
|
|
14
|
+
m1: ['2.0rem', { lineHeight: '2.8rem', fontWeight: '300' }], // 20px
|
|
15
|
+
m2: ['1.6rem', { lineHeight: '2.4rem', fontWeight: '300' }], // 16px
|
|
16
|
+
m3: ['1.4rem', { lineHeight: '2.0rem', fontWeight: '300' }], // 14px
|
|
17
|
+
'm3-emphasis': ['1.3rem', { lineHeight: '2.0rem', fontWeight: '500' }], // 13px
|
|
18
|
+
'm3-small': ['1.3rem', { lineHeight: '2.0rem', fontWeight: '400' }], // 13px
|
|
19
|
+
// Body — large (16px)
|
|
20
|
+
large: ['1.6rem', { lineHeight: '2.0rem', fontWeight: '400' }],
|
|
21
|
+
'large-emphasis': ['1.6rem', { lineHeight: '2.0rem', fontWeight: '500' }],
|
|
22
|
+
// Body — default (14px)
|
|
23
|
+
default: ['1.4rem', { lineHeight: '1.6rem', fontWeight: '400' }],
|
|
24
|
+
emphasis: ['1.4rem', { lineHeight: '1.6rem', fontWeight: '500' }],
|
|
25
|
+
strong: ['1.4rem', { lineHeight: '1.6rem', fontWeight: '600' }],
|
|
26
|
+
// Body — small (13px)
|
|
27
|
+
small: ['1.3rem', { lineHeight: '1.6rem', fontWeight: '400' }],
|
|
28
|
+
'small-emphasis': ['1.3rem', { lineHeight: '1.6rem', fontWeight: '500' }],
|
|
29
|
+
'small-strong': ['1.3rem', { lineHeight: '1.6rem', fontWeight: '600' }],
|
|
30
|
+
// Body — tiny (11px)
|
|
31
|
+
tiny: ['1.1rem', { lineHeight: '1.2rem', fontWeight: '400' }],
|
|
32
|
+
'tiny-emphasis': ['1.1rem', { lineHeight: '1.2rem', fontWeight: '500' }],
|
|
33
|
+
'tiny-strong': ['1.1rem', { lineHeight: '1.2rem', fontWeight: '600' }],
|
|
34
|
+
// Special — numeric uses monospace font (pair with font-mono class)
|
|
35
|
+
numeric: ['1.4rem', { lineHeight: '1.6rem', fontWeight: '400' }], // 14px
|
|
36
|
+
// Display — hero/feature sizes (no bundled weight)
|
|
37
|
+
'display-lg': ['4.0rem', { lineHeight: '1.1' }], // 40px
|
|
38
|
+
'display-md': ['3.0rem', { lineHeight: '1.2' }], // 30px
|
|
39
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const zIndex: Record<string, string>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// Controlled z-index scale (0-19) — matches TOTM pattern
|
|
2
|
+
// Prevents z-index wars with arbitrary values like z-[9999]
|
|
3
|
+
const scale = Array.from({ length: 20 }, (_, i) => [String(i), String(i)]);
|
|
4
|
+
export const zIndex = {
|
|
5
|
+
...Object.fromEntries(scale),
|
|
6
|
+
auto: 'auto',
|
|
7
|
+
};
|
package/dist/toast.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const toast: {
|
|
2
|
+
success(message: string, options?: {
|
|
3
|
+
action?: {
|
|
4
|
+
label: string;
|
|
5
|
+
onClick: () => void;
|
|
6
|
+
};
|
|
7
|
+
}): string | number;
|
|
8
|
+
error(message?: string): string | number;
|
|
9
|
+
info(message: string): string | number;
|
|
10
|
+
warning(message: string): string | number;
|
|
11
|
+
promise<T>(promise: Promise<T>, messages: {
|
|
12
|
+
loading: string;
|
|
13
|
+
success: string;
|
|
14
|
+
error?: string;
|
|
15
|
+
}): string | number | undefined;
|
|
16
|
+
};
|
package/dist/toast.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { toast as sonnerToast } from 'svelte-sonner';
|
|
2
|
+
export const toast = {
|
|
3
|
+
success(message, options) {
|
|
4
|
+
return sonnerToast.success(message, {
|
|
5
|
+
action: options?.action,
|
|
6
|
+
});
|
|
7
|
+
},
|
|
8
|
+
error(message) {
|
|
9
|
+
return sonnerToast.error(message || 'Something went wrong');
|
|
10
|
+
},
|
|
11
|
+
info(message) {
|
|
12
|
+
return sonnerToast.info(message);
|
|
13
|
+
},
|
|
14
|
+
warning(message) {
|
|
15
|
+
return sonnerToast.warning(message);
|
|
16
|
+
},
|
|
17
|
+
promise(promise, messages) {
|
|
18
|
+
return sonnerToast.promise(promise, {
|
|
19
|
+
loading: messages.loading,
|
|
20
|
+
success: messages.success,
|
|
21
|
+
error: messages.error || 'Something went wrong',
|
|
22
|
+
});
|
|
23
|
+
},
|
|
24
|
+
};
|
package/dist/utils/cn.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@insymetri/styleguide",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Insymetri shared UI component library built with Svelte 5",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "svelte-package -i src/lib -o dist",
|
|
8
|
+
"prepublishOnly": "npm run build",
|
|
9
|
+
"storybook": "storybook dev -p 6006",
|
|
10
|
+
"build-storybook": "storybook build",
|
|
11
|
+
"changeset": "changeset",
|
|
12
|
+
"version": "changeset version",
|
|
13
|
+
"release": "npm run build && changeset publish"
|
|
14
|
+
},
|
|
15
|
+
"svelte": "./dist/index.js",
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"svelte": "./dist/index.js",
|
|
21
|
+
"default": "./dist/index.js"
|
|
22
|
+
},
|
|
23
|
+
"./style": {
|
|
24
|
+
"types": "./dist/style/index.d.ts",
|
|
25
|
+
"default": "./dist/style/index.js"
|
|
26
|
+
},
|
|
27
|
+
"./style/*.css": "./dist/style/*.css",
|
|
28
|
+
"./icons": {
|
|
29
|
+
"types": "./dist/icons.d.ts",
|
|
30
|
+
"svelte": "./dist/icons.js",
|
|
31
|
+
"default": "./dist/icons.js"
|
|
32
|
+
},
|
|
33
|
+
"./toast": {
|
|
34
|
+
"types": "./dist/toast.d.ts",
|
|
35
|
+
"default": "./dist/toast.js"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"dist",
|
|
40
|
+
"!dist/**/*.test.*",
|
|
41
|
+
"!dist/**/*.stories.*"
|
|
42
|
+
],
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"svelte": "^5.0.0",
|
|
45
|
+
"tailwindcss": "^4.0.0",
|
|
46
|
+
"unplugin-icons": "^22.0.0",
|
|
47
|
+
"@iconify-json/ph": "*"
|
|
48
|
+
},
|
|
49
|
+
"peerDependenciesMeta": {
|
|
50
|
+
"tailwindcss": {
|
|
51
|
+
"optional": true
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@internationalized/date": "^3.10.0",
|
|
56
|
+
"bits-ui": "^2.11.4",
|
|
57
|
+
"svelte-sonner": "^1.0.6"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@storybook/addon-docs": "^10.2.10",
|
|
61
|
+
"@storybook/svelte-vite": "^10.2.10",
|
|
62
|
+
"@sveltejs/package": "^2.3.0",
|
|
63
|
+
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
64
|
+
"storybook": "^10.2.10",
|
|
65
|
+
"svelte": "^5.0.0",
|
|
66
|
+
"typescript": "^5.0.0",
|
|
67
|
+
"tailwindcss": "^4.2.1",
|
|
68
|
+
"unplugin-icons": "^22.5.0",
|
|
69
|
+
"@iconify-json/ph": "^1.2.0",
|
|
70
|
+
"@changesets/cli": "^2.27.0",
|
|
71
|
+
"@changesets/changelog-github": "^0.5.0"
|
|
72
|
+
},
|
|
73
|
+
"license": "UNLICENSED",
|
|
74
|
+
"private": false,
|
|
75
|
+
"repository": {
|
|
76
|
+
"type": "git",
|
|
77
|
+
"url": ""
|
|
78
|
+
}
|
|
79
|
+
}
|