@sveltia/ui 0.15.10 → 0.15.12
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/package/components/alert/alert.svelte.d.ts +2 -0
- package/package/components/button/button-group.svelte.d.ts +2 -0
- package/package/components/button/button.svelte +1 -1
- package/package/components/button/button.svelte.d.ts +28 -26
- package/package/components/button/select-button-group.svelte.d.ts +6 -4
- package/package/components/button/select-button.svelte.d.ts +8 -6
- package/package/components/button/split-button.svelte +1 -1
- package/package/components/button/split-button.svelte.d.ts +7 -5
- package/package/components/calendar/calendar.svelte.d.ts +2 -0
- package/package/components/checkbox/checkbox-group.svelte.d.ts +2 -0
- package/package/components/checkbox/checkbox.svelte.d.ts +8 -6
- package/package/components/dialog/alert-dialog.svelte.d.ts +2 -0
- package/package/components/dialog/confirmation-dialog.svelte.d.ts +2 -0
- package/package/components/dialog/dialog.svelte.d.ts +4 -2
- package/package/components/dialog/prompt-dialog.svelte.d.ts +2 -0
- package/package/components/disclosure/disclosure.svelte.d.ts +9 -7
- package/package/components/divider/divider.svelte.d.ts +2 -0
- package/package/components/divider/spacer.svelte.d.ts +2 -0
- package/package/components/drawer/drawer.svelte.d.ts +4 -2
- package/package/components/grid/grid-body.svelte.d.ts +2 -0
- package/package/components/grid/grid-cell.svelte.d.ts +2 -0
- package/package/components/grid/grid-col-header.svelte.d.ts +2 -0
- package/package/components/grid/grid-foot.svelte.d.ts +2 -0
- package/package/components/grid/grid-head.svelte.d.ts +2 -0
- package/package/components/grid/grid-row-header.svelte.d.ts +2 -0
- package/package/components/grid/grid-row.svelte.d.ts +2 -0
- package/package/components/grid/grid.svelte.d.ts +4 -2
- package/package/components/icon/icon.svelte.d.ts +2 -0
- package/package/components/listbox/listbox.svelte.d.ts +10 -8
- package/package/components/listbox/option-group.svelte.d.ts +4 -2
- package/package/components/listbox/option.svelte.d.ts +2 -0
- package/package/components/menu/menu-button.svelte.d.ts +8 -6
- package/package/components/menu/menu-item-checkbox.svelte.d.ts +6 -4
- package/package/components/menu/menu-item-group.svelte.d.ts +4 -2
- package/package/components/menu/menu-item-radio.svelte.d.ts +6 -4
- package/package/components/menu/menu-item.svelte.d.ts +4 -2
- package/package/components/menu/menu.svelte.d.ts +2 -0
- package/package/components/radio/radio-group.svelte.d.ts +6 -4
- package/package/components/radio/radio.svelte.d.ts +6 -4
- package/package/components/select/combobox.svelte.d.ts +7 -5
- package/package/components/select/select-tags.svelte.d.ts +9 -7
- package/package/components/select/select.svelte.d.ts +7 -5
- package/package/components/slider/slider.svelte.d.ts +10 -8
- package/package/components/switch/switch.svelte.d.ts +8 -6
- package/package/components/table/table-body.svelte.d.ts +2 -0
- package/package/components/table/table-cell.svelte.d.ts +2 -0
- package/package/components/table/table-col-header.svelte.d.ts +2 -0
- package/package/components/table/table-foot.svelte.d.ts +2 -0
- package/package/components/table/table-head.svelte.d.ts +2 -0
- package/package/components/table/table-row-header.svelte.d.ts +2 -0
- package/package/components/table/table-row.svelte.d.ts +2 -0
- package/package/components/table/table.svelte.d.ts +2 -0
- package/package/components/tabs/tab-box.svelte.d.ts +2 -0
- package/package/components/tabs/tab-list.svelte.d.ts +2 -0
- package/package/components/tabs/tab-panel.svelte.d.ts +2 -0
- package/package/components/tabs/tab-panels.svelte.d.ts +2 -0
- package/package/components/tabs/tab.svelte.d.ts +2 -0
- package/package/components/text-editor/core.d.ts +2 -2
- package/package/components/text-editor/core.js +3 -1
- package/package/components/text-editor/lexical-root.svelte.d.ts +6 -4
- package/package/components/text-editor/text-editor.svelte +2 -5
- package/package/components/text-editor/text-editor.svelte.d.ts +6 -4
- package/package/components/text-editor/toolbar/editor-toolbar.svelte +1 -5
- package/package/components/text-editor/toolbar/editor-toolbar.svelte.d.ts +2 -0
- package/package/components/text-editor/toolbar/format-text-button.svelte +1 -1
- package/package/components/text-editor/toolbar/format-text-button.svelte.d.ts +2 -0
- package/package/components/text-editor/toolbar/insert-link-button.svelte +4 -4
- package/package/components/text-editor/toolbar/insert-link-button.svelte.d.ts +2 -0
- package/package/components/text-editor/toolbar/toggle-block-menu-item.svelte.d.ts +2 -0
- package/package/components/text-field/number-input.svelte.d.ts +12 -10
- package/package/components/text-field/password-input.svelte.d.ts +6 -4
- package/package/components/text-field/search-bar.svelte.d.ts +14 -12
- package/package/components/text-field/text-area.svelte.d.ts +6 -4
- package/package/components/text-field/text-input.svelte.d.ts +23 -21
- package/package/components/toast/toast.svelte.d.ts +2 -0
- package/package/components/toolbar/toolbar.svelte.d.ts +3 -1
- package/package/components/util/app-shell.svelte +2 -489
- package/package/components/util/app-shell.svelte.d.ts +4 -2
- package/package/components/util/group.svelte.d.ts +2 -0
- package/package/components/util/modal.svelte.d.ts +13 -11
- package/package/components/util/popup.svelte.d.ts +10 -8
- package/package/components/util/portal.svelte.d.ts +2 -0
- package/package/index.js +1 -8
- package/package/locales/en.d.ts +48 -48
- package/package/locales/ja.d.ts +48 -48
- package/package/services/events.d.ts +1 -1
- package/package/services/group.d.ts +1 -1
- package/package/services/group.js +1 -1
- package/package/services/popup.d.ts +1 -2
- package/package/typedef.d.ts +12 -12
- package/package.json +36 -34
package/package/locales/en.d.ts
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
export namespace strings {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
let ok: string;
|
|
3
|
+
let cancel: string;
|
|
4
|
+
let close: string;
|
|
5
|
+
let clear: string;
|
|
6
|
+
let insert: string;
|
|
7
|
+
let update: string;
|
|
8
|
+
let remove: string;
|
|
9
|
+
let collapse: string;
|
|
10
|
+
let expand: string;
|
|
11
11
|
namespace calendar {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
let year: string;
|
|
13
|
+
let previous_decade: string;
|
|
14
|
+
let next_decade: string;
|
|
15
|
+
let month: string;
|
|
16
|
+
let previous_month: string;
|
|
17
|
+
let next_month: string;
|
|
18
|
+
let today: string;
|
|
19
19
|
}
|
|
20
20
|
namespace split_button {
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
let x_options: string;
|
|
22
|
+
let more_options: string;
|
|
23
23
|
}
|
|
24
24
|
namespace combobox {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
let select_an_option: string;
|
|
26
|
+
let filter_options: string;
|
|
27
|
+
let no_matching_options: string;
|
|
28
28
|
}
|
|
29
29
|
namespace number_input {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
let decrease: string;
|
|
31
|
+
let increase: string;
|
|
32
32
|
}
|
|
33
33
|
namespace password_input {
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
let show_password: string;
|
|
35
|
+
let hide_password: string;
|
|
36
36
|
}
|
|
37
37
|
namespace text_editor {
|
|
38
|
-
|
|
38
|
+
let text_editor_1: string;
|
|
39
39
|
export { text_editor_1 as text_editor };
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
40
|
+
export let text_style_options: string;
|
|
41
|
+
export let show_text_style_options: string;
|
|
42
|
+
export let paragraph: string;
|
|
43
|
+
export let heading_1: string;
|
|
44
|
+
export let heading_2: string;
|
|
45
|
+
export let heading_3: string;
|
|
46
|
+
export let heading_4: string;
|
|
47
|
+
export let heading_5: string;
|
|
48
|
+
export let heading_6: string;
|
|
49
|
+
export let bulleted_list: string;
|
|
50
|
+
export let numbered_list: string;
|
|
51
|
+
export let blockquote: string;
|
|
52
|
+
export let bold: string;
|
|
53
|
+
export let italic: string;
|
|
54
|
+
export let code: string;
|
|
55
|
+
export let link: string;
|
|
56
|
+
export let insert_link: string;
|
|
57
|
+
export let update_link: string;
|
|
58
|
+
export let text: string;
|
|
59
|
+
export let url: string;
|
|
60
|
+
export let edit_in_markdown: string;
|
|
61
|
+
export let converter_error: string;
|
|
62
62
|
}
|
|
63
63
|
}
|
package/package/locales/ja.d.ts
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
export namespace strings {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
let ok: string;
|
|
3
|
+
let cancel: string;
|
|
4
|
+
let close: string;
|
|
5
|
+
let clear: string;
|
|
6
|
+
let insert: string;
|
|
7
|
+
let update: string;
|
|
8
|
+
let remove: string;
|
|
9
|
+
let collapse: string;
|
|
10
|
+
let expand: string;
|
|
11
11
|
namespace calendar {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
let year: string;
|
|
13
|
+
let previous_decade: string;
|
|
14
|
+
let next_decade: string;
|
|
15
|
+
let month: string;
|
|
16
|
+
let previous_month: string;
|
|
17
|
+
let next_month: string;
|
|
18
|
+
let today: string;
|
|
19
19
|
}
|
|
20
20
|
namespace split_button {
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
let x_options: string;
|
|
22
|
+
let more_options: string;
|
|
23
23
|
}
|
|
24
24
|
namespace combobox {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
let select_an_option: string;
|
|
26
|
+
let filter_options: string;
|
|
27
|
+
let no_matching_options: string;
|
|
28
28
|
}
|
|
29
29
|
namespace number_input {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
let decrease: string;
|
|
31
|
+
let increase: string;
|
|
32
32
|
}
|
|
33
33
|
namespace password_input {
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
let show_password: string;
|
|
35
|
+
let hide_password: string;
|
|
36
36
|
}
|
|
37
37
|
namespace text_editor {
|
|
38
|
-
|
|
38
|
+
let text_editor_1: string;
|
|
39
39
|
export { text_editor_1 as text_editor };
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
53
|
-
export
|
|
54
|
-
export
|
|
55
|
-
export
|
|
56
|
-
export
|
|
57
|
-
export
|
|
58
|
-
export
|
|
59
|
-
export
|
|
60
|
-
export
|
|
61
|
-
export
|
|
40
|
+
export let text_style_options: string;
|
|
41
|
+
export let show_text_style_options: string;
|
|
42
|
+
export let paragraph: string;
|
|
43
|
+
export let heading_1: string;
|
|
44
|
+
export let heading_2: string;
|
|
45
|
+
export let heading_3: string;
|
|
46
|
+
export let heading_4: string;
|
|
47
|
+
export let heading_5: string;
|
|
48
|
+
export let heading_6: string;
|
|
49
|
+
export let bulleted_list: string;
|
|
50
|
+
export let numbered_list: string;
|
|
51
|
+
export let blockquote: string;
|
|
52
|
+
export let bold: string;
|
|
53
|
+
export let italic: string;
|
|
54
|
+
export let code: string;
|
|
55
|
+
export let link: string;
|
|
56
|
+
export let insert_link: string;
|
|
57
|
+
export let update_link: string;
|
|
58
|
+
export let text: string;
|
|
59
|
+
export let url: string;
|
|
60
|
+
export let edit_in_markdown: string;
|
|
61
|
+
export let converter_error: string;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export function isMac(): boolean;
|
|
2
2
|
export function matchShortcuts(event: KeyboardEvent, shortcuts: string): boolean;
|
|
3
|
-
export function activateKeyShortcuts(element: (HTMLInputElement | HTMLButtonElement), shortcuts?: string | undefined): import(
|
|
3
|
+
export function activateKeyShortcuts(element: (HTMLInputElement | HTMLButtonElement), shortcuts?: string | undefined): import("svelte/action").ActionReturn;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export function activateGroup(parent: HTMLElement, params?: object | undefined): import(
|
|
1
|
+
export function activateGroup(parent: HTMLElement, params?: object | undefined): import("svelte/action").ActionReturn;
|
|
@@ -81,7 +81,7 @@ class Group {
|
|
|
81
81
|
|
|
82
82
|
this.orientation = this.grid
|
|
83
83
|
? 'horizontal'
|
|
84
|
-
: this.parent.getAttribute('aria-orientation') ?? orientation;
|
|
84
|
+
: (this.parent.getAttribute('aria-orientation') ?? orientation);
|
|
85
85
|
this.childRoles = childRoles;
|
|
86
86
|
this.childSelectedAttr = childSelectedAttr;
|
|
87
87
|
this.childSelectedProp = childSelectedAttr.replace('aria-', '');
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="svelte" />
|
|
2
1
|
export function activatePopup(...args: any[]): Popup;
|
|
3
2
|
/**
|
|
4
3
|
* Implement the popup handler.
|
|
@@ -23,7 +22,7 @@ declare class Popup {
|
|
|
23
22
|
* height: string | undefined,
|
|
24
23
|
* }>}
|
|
25
24
|
*/
|
|
26
|
-
style: import(
|
|
25
|
+
style: import("svelte/store").Writable<{
|
|
27
26
|
inset: string | undefined;
|
|
28
27
|
zIndex: number | undefined;
|
|
29
28
|
minWidth: string | undefined;
|
package/package/typedef.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
type PopupPosition = (
|
|
2
|
-
type ToastPosition =
|
|
3
|
-
type TextEditorBlockType =
|
|
4
|
-
type TextEditorFormatType =
|
|
5
|
-
type TextEditorInlineType = TextEditorFormatType |
|
|
6
|
-
type TextEditorMode =
|
|
1
|
+
type PopupPosition = ("top-left" | "top-right" | "right-top" | "right-bottom" | "bottom-left" | "bottom-right" | "left-top" | "left-bottom");
|
|
2
|
+
type ToastPosition = "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right";
|
|
3
|
+
type TextEditorBlockType = "paragraph" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "bulleted-list" | "numbered-list" | "blockquote";
|
|
4
|
+
type TextEditorFormatType = "bold" | "italic" | "code";
|
|
5
|
+
type TextEditorInlineType = TextEditorFormatType | "link";
|
|
6
|
+
type TextEditorMode = "rich-text" | "plain-text";
|
|
7
7
|
type TextEditorState = {
|
|
8
8
|
/**
|
|
9
9
|
* - Lexical
|
|
10
10
|
* editor instance.
|
|
11
11
|
*/
|
|
12
|
-
editor: import(
|
|
12
|
+
editor: import("svelte/store").Writable<import("lexical").LexicalEditor>;
|
|
13
13
|
/**
|
|
14
14
|
* - Random ID assigned to the editor.
|
|
15
15
|
*/
|
|
16
|
-
editorId: import(
|
|
16
|
+
editorId: import("svelte/store").Writable<string>;
|
|
17
17
|
/**
|
|
18
18
|
* - Block level
|
|
19
19
|
* type of the current selection.
|
|
20
20
|
*/
|
|
21
|
-
selectionBlockType: import(
|
|
21
|
+
selectionBlockType: import("svelte/store").Writable<TextEditorBlockType>;
|
|
22
22
|
/**
|
|
23
23
|
* - Inline
|
|
24
24
|
* level types of the current selection.
|
|
25
25
|
*/
|
|
26
|
-
selectionInlineTypes: import(
|
|
26
|
+
selectionInlineTypes: import("svelte/store").Writable<TextEditorInlineType[]>;
|
|
27
27
|
/**
|
|
28
28
|
* - Enabled modes.
|
|
29
29
|
*/
|
|
@@ -32,12 +32,12 @@ type TextEditorState = {
|
|
|
32
32
|
* - Whether to use rich text mode.
|
|
33
33
|
* If `false`, the editor shows the plain text editor.
|
|
34
34
|
*/
|
|
35
|
-
useRichText: import(
|
|
35
|
+
useRichText: import("svelte/store").Writable<boolean>;
|
|
36
36
|
/**
|
|
37
37
|
* - `true` if there was an
|
|
38
38
|
* error while converting Markdown to Lexical nodes.
|
|
39
39
|
*/
|
|
40
|
-
hasConverterError: import(
|
|
40
|
+
hasConverterError: import("svelte/store").Writable<boolean>;
|
|
41
41
|
/**
|
|
42
42
|
* - Enabled buttons for
|
|
43
43
|
* the editor.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sveltia/ui",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,61 +12,63 @@
|
|
|
12
12
|
"build:watch": "svelte-kit sync && svelte-package -o package --watch",
|
|
13
13
|
"preview": "vite preview",
|
|
14
14
|
"prepublishOnly": "npm run build",
|
|
15
|
-
"format": "prettier --
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
15
|
+
"format": "prettier --write .",
|
|
16
|
+
"check": "npm-run-all check:*",
|
|
17
|
+
"check:audit": "pnpm audit",
|
|
18
|
+
"check:cspell": "cspell --no-progress",
|
|
19
|
+
"check:svelte": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
|
20
|
+
"check:prettier": "prettier --check .",
|
|
21
|
+
"check:eslint": "eslint .",
|
|
22
|
+
"check:stylelint": "stylelint '**/*.{css,scss,svelte}'",
|
|
22
23
|
"test": "playwright test",
|
|
23
24
|
"test:unit": "vitest"
|
|
24
25
|
},
|
|
25
26
|
"dependencies": {
|
|
26
|
-
"@lexical/code": "^0.
|
|
27
|
-
"@lexical/
|
|
28
|
-
"@lexical/
|
|
29
|
-
"@lexical/
|
|
30
|
-
"@lexical/
|
|
31
|
-
"@lexical/
|
|
32
|
-
"@lexical/
|
|
33
|
-
"@lexical/
|
|
34
|
-
"@lexical/
|
|
27
|
+
"@lexical/code": "^0.17.0",
|
|
28
|
+
"@lexical/dragon": "^0.17.0",
|
|
29
|
+
"@lexical/history": "^0.17.0",
|
|
30
|
+
"@lexical/link": "^0.17.0",
|
|
31
|
+
"@lexical/list": "^0.17.0",
|
|
32
|
+
"@lexical/markdown": "^0.17.0",
|
|
33
|
+
"@lexical/rich-text": "^0.17.0",
|
|
34
|
+
"@lexical/selection": "^0.17.0",
|
|
35
|
+
"@lexical/table": "^0.17.0",
|
|
36
|
+
"@lexical/utils": "^0.17.0",
|
|
35
37
|
"@sveltia/utils": "^0.4.0",
|
|
36
|
-
"lexical": "^0.
|
|
38
|
+
"lexical": "^0.17.0"
|
|
37
39
|
},
|
|
38
40
|
"peerDependencies": {
|
|
39
41
|
"svelte": "^4.0.0"
|
|
40
42
|
},
|
|
41
43
|
"devDependencies": {
|
|
42
|
-
"@playwright/test": "^1.45.
|
|
44
|
+
"@playwright/test": "^1.45.3",
|
|
43
45
|
"@sveltejs/adapter-auto": "^3.2.2",
|
|
44
|
-
"@sveltejs/kit": "^2.5.
|
|
46
|
+
"@sveltejs/kit": "^2.5.20",
|
|
45
47
|
"@sveltejs/package": "^2.3.2",
|
|
46
48
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
47
|
-
"cspell": "^8.
|
|
49
|
+
"cspell": "^8.13.1",
|
|
48
50
|
"eslint": "^8.57.0",
|
|
49
51
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
50
52
|
"eslint-config-prettier": "^9.1.0",
|
|
51
53
|
"eslint-plugin-import": "^2.29.1",
|
|
52
|
-
"eslint-plugin-jsdoc": "^48.
|
|
53
|
-
"eslint-plugin-svelte": "^2.
|
|
54
|
+
"eslint-plugin-jsdoc": "^48.11.0",
|
|
55
|
+
"eslint-plugin-svelte": "^2.43.0",
|
|
54
56
|
"npm-run-all": "^4.1.5",
|
|
55
|
-
"postcss": "^8.4.
|
|
57
|
+
"postcss": "^8.4.40",
|
|
56
58
|
"postcss-html": "^1.7.0",
|
|
57
|
-
"prettier": "^3.3.
|
|
58
|
-
"prettier-plugin-svelte": "^3.2.
|
|
59
|
-
"sass": "^1.77.
|
|
60
|
-
"stylelint": "^16.
|
|
61
|
-
"stylelint-config-recommended-scss": "^14.
|
|
62
|
-
"stylelint-scss": "^6.
|
|
59
|
+
"prettier": "^3.3.3",
|
|
60
|
+
"prettier-plugin-svelte": "^3.2.6",
|
|
61
|
+
"sass": "^1.77.8",
|
|
62
|
+
"stylelint": "^16.8.1",
|
|
63
|
+
"stylelint-config-recommended-scss": "^14.1.0",
|
|
64
|
+
"stylelint-scss": "^6.4.1",
|
|
63
65
|
"svelte": "^4.2.18",
|
|
64
|
-
"svelte-check": "^3.8.
|
|
66
|
+
"svelte-check": "^3.8.5",
|
|
65
67
|
"svelte-i18n": "^4.0.0",
|
|
66
|
-
"svelte-preprocess": "^6.0.
|
|
68
|
+
"svelte-preprocess": "^6.0.2",
|
|
67
69
|
"tslib": "^2.6.3",
|
|
68
|
-
"vite": "^5.3.
|
|
69
|
-
"vitest": "^
|
|
70
|
+
"vite": "^5.3.5",
|
|
71
|
+
"vitest": "^2.0.5"
|
|
70
72
|
},
|
|
71
73
|
"exports": {
|
|
72
74
|
"./package.json": "./package.json",
|