@sveltia/ui 0.15.9 → 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-top-left-radius: 4px !important;
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-top-right-radius: 4px;
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.9",
3
+ "version": "0.15.10",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -23,49 +23,49 @@
23
23
  "test:unit": "vitest"
24
24
  },
25
25
  "dependencies": {
26
- "@lexical/code": "^0.16.0",
27
- "@lexical/history": "^0.16.0",
28
- "@lexical/link": "^0.16.0",
29
- "@lexical/list": "^0.16.0",
30
- "@lexical/markdown": "^0.16.0",
31
- "@lexical/rich-text": "^0.16.0",
32
- "@lexical/selection": "^0.16.0",
33
- "@lexical/table": "^0.16.0",
34
- "@lexical/utils": "^0.16.0",
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.0"
36
+ "lexical": "^0.16.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "svelte": "^4.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@playwright/test": "^1.44.1",
42
+ "@playwright/test": "^1.45.1",
43
43
  "@sveltejs/adapter-auto": "^3.2.2",
44
- "@sveltejs/kit": "^2.5.16",
44
+ "@sveltejs/kit": "^2.5.18",
45
45
  "@sveltejs/package": "^2.3.2",
46
46
  "@sveltejs/vite-plugin-svelte": "^3.1.1",
47
- "cspell": "^8.8.4",
47
+ "cspell": "^8.10.0",
48
48
  "eslint": "^8.57.0",
49
49
  "eslint-config-airbnb-base": "^15.0.0",
50
50
  "eslint-config-prettier": "^9.1.0",
51
51
  "eslint-plugin-import": "^2.29.1",
52
- "eslint-plugin-jsdoc": "^48.2.12",
53
- "eslint-plugin-svelte": "^2.39.4",
52
+ "eslint-plugin-jsdoc": "^48.5.0",
53
+ "eslint-plugin-svelte": "^2.41.0",
54
54
  "npm-run-all": "^4.1.5",
55
- "postcss": "^8.4.38",
55
+ "postcss": "^8.4.39",
56
56
  "postcss-html": "^1.7.0",
57
57
  "prettier": "^3.3.2",
58
- "prettier-plugin-svelte": "^3.2.4",
59
- "sass": "^1.77.5",
58
+ "prettier-plugin-svelte": "^3.2.5",
59
+ "sass": "^1.77.6",
60
60
  "stylelint": "^16.6.1",
61
61
  "stylelint-config-recommended-scss": "^14.0.0",
62
- "stylelint-scss": "^6.3.1",
62
+ "stylelint-scss": "^6.3.2",
63
63
  "svelte": "^4.2.18",
64
- "svelte-check": "^3.8.0",
64
+ "svelte-check": "^3.8.4",
65
65
  "svelte-i18n": "^4.0.0",
66
66
  "svelte-preprocess": "^6.0.1",
67
67
  "tslib": "^2.6.3",
68
- "vite": "^5.3.1",
68
+ "vite": "^5.3.3",
69
69
  "vitest": "^1.6.0"
70
70
  },
71
71
  "exports": {