@sveltia/ui 0.8.1 → 0.8.3

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.
@@ -249,6 +249,7 @@ button:global(.ghost)[aria-pressed=true] {
249
249
  }
250
250
  button:global(.link) {
251
251
  outline: 0;
252
+ margin: 0;
252
253
  border-radius: 0 !important;
253
254
  padding: 0 !important;
254
255
  height: auto !important;
@@ -93,7 +93,7 @@
93
93
  <style>.wrapper {
94
94
  display: contents;
95
95
  }
96
- .wrapper :global(.icon:last-child) {
96
+ .wrapper :global(.label + .icon:last-child) {
97
97
  margin: 0 -2px;
98
98
  font-size: 20px;
99
99
  }</style>
@@ -144,6 +144,7 @@ textarea[aria-invalid=true] {
144
144
  }
145
145
 
146
146
  .clone {
147
+ overflow: hidden;
147
148
  visibility: hidden;
148
149
  white-space: pre-wrap;
149
150
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -23,15 +23,15 @@
23
23
  "test:unit": "vitest"
24
24
  },
25
25
  "dependencies": {
26
- "svelte": "^4.2.3"
26
+ "svelte": "^4.2.6"
27
27
  },
28
28
  "devDependencies": {
29
- "@playwright/test": "^1.39.0",
29
+ "@playwright/test": "^1.40.0",
30
30
  "@sveltejs/adapter-auto": "2.1.1",
31
- "@sveltejs/kit": "^1.27.5",
31
+ "@sveltejs/kit": "^1.27.6",
32
32
  "@sveltejs/package": "^2.2.2",
33
33
  "cspell": "^8.0.0",
34
- "eslint": "^8.53.0",
34
+ "eslint": "^8.54.0",
35
35
  "eslint-config-airbnb-base": "^15.0.0",
36
36
  "eslint-config-prettier": "^9.0.0",
37
37
  "eslint-plugin-import": "^2.29.0",