@sveltia/ui 0.41.0 → 0.41.1

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.
@@ -159,10 +159,10 @@
159
159
  .lexical-root[aria-invalid=true] {
160
160
  border-color: var(--sui-error-border-color);
161
161
  }
162
- .lexical-root :global(:first-child) {
162
+ .lexical-root :global([dir]:first-child) {
163
163
  margin-top: 0;
164
164
  }
165
- .lexical-root :global(:last-child) {
165
+ .lexical-root :global([dir]:last-child) {
166
166
  margin-bottom: 0;
167
167
  }
168
168
  .lexical-root :global(strong.italic) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "description": "A collection of Svelte components and utilities for building user interfaces.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sveltejs/adapter-auto": "^7.0.1",
56
- "@sveltejs/kit": "^2.68.0",
56
+ "@sveltejs/kit": "^2.69.1",
57
57
  "@sveltejs/package": "^2.5.8",
58
58
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
59
59
  "@vitest/coverage-v8": "^4.1.9",
@@ -62,15 +62,15 @@
62
62
  "eslint-config-airbnb-extended": "^3.1.0",
63
63
  "eslint-config-prettier": "^10.1.8",
64
64
  "eslint-plugin-import": "^2.32.0",
65
- "eslint-plugin-jsdoc": "^63.0.10",
65
+ "eslint-plugin-jsdoc": "^63.0.11",
66
66
  "eslint-plugin-package-json": "^1.5.0",
67
67
  "eslint-plugin-svelte": "^3.20.0",
68
68
  "globals": "^17.7.0",
69
69
  "happy-dom": "^20.10.6",
70
- "oxlint": "^1.71.0",
71
- "postcss": "^8.5.15",
70
+ "oxlint": "^1.72.0",
71
+ "postcss": "^8.5.16",
72
72
  "postcss-html": "^1.8.1",
73
- "prettier": "^3.9.1",
73
+ "prettier": "^3.9.4",
74
74
  "prettier-plugin-svelte": "^4.1.1",
75
75
  "sass": "^1.101.0",
76
76
  "stylelint": "^17.14.0",
@@ -80,7 +80,7 @@
80
80
  "svelte-check": "^4.7.1",
81
81
  "svelte-preprocess": "^6.0.5",
82
82
  "tslib": "^2.8.1",
83
- "vite": "^8.1.0",
83
+ "vite": "^8.1.3",
84
84
  "vitest": "^4.1.9"
85
85
  },
86
86
  "peerDependencies": {