@sveltia/ui 0.15.8 → 0.15.10
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.
|
@@ -74,19 +74,17 @@
|
|
|
74
74
|
}
|
|
75
75
|
.select-button-group :global(button) {
|
|
76
76
|
margin: 0 !important;
|
|
77
|
-
border-radius: 0;
|
|
77
|
+
border-radius: 0 !important;
|
|
78
78
|
color: var(--sui-primary-foreground-color);
|
|
79
79
|
}
|
|
80
80
|
.select-button-group :global(button):first-child {
|
|
81
|
-
border-
|
|
82
|
-
border-bottom-left-radius: 4px;
|
|
81
|
+
border-radius: 4px 0 0 4px !important;
|
|
83
82
|
}
|
|
84
83
|
.select-button-group :global(button):not(:first-child) {
|
|
85
84
|
border-left-width: 0;
|
|
86
85
|
}
|
|
87
86
|
.select-button-group :global(button):last-child {
|
|
88
|
-
border-
|
|
89
|
-
border-bottom-right-radius: 4px;
|
|
87
|
+
border-radius: 0 4px 4px 0 !important;
|
|
90
88
|
}
|
|
91
89
|
.select-button-group :global(button[aria-checked="true"]) {
|
|
92
90
|
color: var(--sui-highlight-foreground-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sveltia/ui",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -23,46 +23,49 @@
|
|
|
23
23
|
"test:unit": "vitest"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@lexical/code": "^0.16.
|
|
27
|
-
"@lexical/history": "^0.16.
|
|
28
|
-
"@lexical/link": "^0.16.
|
|
29
|
-
"@lexical/list": "^0.16.
|
|
30
|
-
"@lexical/markdown": "^0.16.
|
|
31
|
-
"@lexical/rich-text": "^0.16.
|
|
32
|
-
"@lexical/selection": "^0.16.
|
|
33
|
-
"@lexical/table": "^0.16.
|
|
34
|
-
"@lexical/utils": "^0.16.
|
|
26
|
+
"@lexical/code": "^0.16.1",
|
|
27
|
+
"@lexical/history": "^0.16.1",
|
|
28
|
+
"@lexical/link": "^0.16.1",
|
|
29
|
+
"@lexical/list": "^0.16.1",
|
|
30
|
+
"@lexical/markdown": "^0.16.1",
|
|
31
|
+
"@lexical/rich-text": "^0.16.1",
|
|
32
|
+
"@lexical/selection": "^0.16.1",
|
|
33
|
+
"@lexical/table": "^0.16.1",
|
|
34
|
+
"@lexical/utils": "^0.16.1",
|
|
35
35
|
"@sveltia/utils": "^0.4.0",
|
|
36
|
-
"lexical": "^0.16.
|
|
37
|
-
|
|
36
|
+
"lexical": "^0.16.1"
|
|
37
|
+
},
|
|
38
|
+
"peerDependencies": {
|
|
39
|
+
"svelte": "^4.0.0"
|
|
38
40
|
},
|
|
39
41
|
"devDependencies": {
|
|
40
|
-
"@playwright/test": "^1.
|
|
41
|
-
"@sveltejs/adapter-auto": "^3.2.
|
|
42
|
-
"@sveltejs/kit": "^2.5.
|
|
43
|
-
"@sveltejs/package": "^2.3.
|
|
42
|
+
"@playwright/test": "^1.45.1",
|
|
43
|
+
"@sveltejs/adapter-auto": "^3.2.2",
|
|
44
|
+
"@sveltejs/kit": "^2.5.18",
|
|
45
|
+
"@sveltejs/package": "^2.3.2",
|
|
44
46
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
|
45
|
-
"cspell": "^8.
|
|
47
|
+
"cspell": "^8.10.0",
|
|
46
48
|
"eslint": "^8.57.0",
|
|
47
49
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
48
50
|
"eslint-config-prettier": "^9.1.0",
|
|
49
51
|
"eslint-plugin-import": "^2.29.1",
|
|
50
|
-
"eslint-plugin-jsdoc": "^48.
|
|
51
|
-
"eslint-plugin-svelte": "^2.
|
|
52
|
+
"eslint-plugin-jsdoc": "^48.5.0",
|
|
53
|
+
"eslint-plugin-svelte": "^2.41.0",
|
|
52
54
|
"npm-run-all": "^4.1.5",
|
|
53
|
-
"postcss": "^8.4.
|
|
55
|
+
"postcss": "^8.4.39",
|
|
54
56
|
"postcss-html": "^1.7.0",
|
|
55
|
-
"prettier": "^3.3.
|
|
56
|
-
"prettier-plugin-svelte": "^3.2.
|
|
57
|
-
"sass": "^1.77.
|
|
57
|
+
"prettier": "^3.3.2",
|
|
58
|
+
"prettier-plugin-svelte": "^3.2.5",
|
|
59
|
+
"sass": "^1.77.6",
|
|
58
60
|
"stylelint": "^16.6.1",
|
|
59
61
|
"stylelint-config-recommended-scss": "^14.0.0",
|
|
60
|
-
"stylelint-scss": "^6.3.
|
|
61
|
-
"svelte
|
|
62
|
+
"stylelint-scss": "^6.3.2",
|
|
63
|
+
"svelte": "^4.2.18",
|
|
64
|
+
"svelte-check": "^3.8.4",
|
|
62
65
|
"svelte-i18n": "^4.0.0",
|
|
63
|
-
"svelte-preprocess": "^
|
|
66
|
+
"svelte-preprocess": "^6.0.1",
|
|
64
67
|
"tslib": "^2.6.3",
|
|
65
|
-
"vite": "^5.
|
|
68
|
+
"vite": "^5.3.3",
|
|
66
69
|
"vitest": "^1.6.0"
|
|
67
70
|
},
|
|
68
71
|
"exports": {
|