@sveltia/ui 0.19.1 → 0.19.2

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.
@@ -264,6 +264,6 @@ button:global(.danger) {
264
264
  button :global(.label) {
265
265
  padding: 0 4px;
266
266
  }
267
- button:has([slot=start-icon] + [slot=end-icon]) {
267
+ button:global(:has([slot="start-icon"] + [slot="end-icon"])) {
268
268
  gap: 0;
269
269
  }</style>
@@ -114,7 +114,7 @@
114
114
  color: var(--sui-menuitem-foreground-color, var(--sui-control-foreground-color, inherit));
115
115
  background-color: var(--sui-menuitem-background-color, transparent);
116
116
  font-size: var(--sui-menuitem-font-size, var(--sui-option-font-size));
117
- font-weight: var(--sui-menuitem-font-weight, var(--sui-option-font-weight, normal));
117
+ font-weight: var(--sui-menuitem-font-weight, var(--sui-option-font-weight, var(--sui-font-weight-normal, normal)));
118
118
  }
119
119
  .menuitem :global(button[aria-checked="true"]) :global(.icon) {
120
120
  color: var(--sui-primary-accent-color-text);
@@ -161,7 +161,7 @@
161
161
  border-radius: var(--sui-tab-border-radius, 0);
162
162
  font-family: var(--sui-tab-font-family, var(--sui-control-font-family, inherit));
163
163
  font-size: var(--sui-tab-font-size, var(--sui-control-font-size, inherit));
164
- font-weight: var(--sui-tab-font-weight, var(--sui-control-font-weight, normal));
164
+ font-weight: var(--sui-tab-font-weight, var(--sui-control-font-weight, var(--sui-font-weight-normal, normal)));
165
165
  }
166
166
 
167
167
  .inner {
@@ -167,7 +167,7 @@ input::placeholder,
167
167
  font-family: var(--sui-textbox-placeholder-font-family, var(--sui-textbox-font-family));
168
168
  font-size: var(--sui-textbox-placeholder-font-size, var(--sui-textbox-font-size));
169
169
  line-height: var(--sui-textbox-placeholder-singleline-line-height, var(--sui-textbox-singleline-line-height));
170
- font-weight: var(--sui-textbox-placeholder-font-weight, var(--sui-textbox-font-weight, normal));
170
+ font-weight: var(--sui-textbox-placeholder-font-weight, var(--sui-textbox-font-weight, var(--sui-font-weight-normal, normal)));
171
171
  text-align: var(--sui-textbox-placeholder-text-align, var(--sui-textbox-text-align, start));
172
172
  text-indent: var(--sui-textbox-placeholder-text-indent, var(--sui-textbox-text-indent, 0));
173
173
  letter-spacing: var(--sui-textbox-placeholder-letter-spacing, var(--sui-textbox-letter-spacing, normal));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -46,31 +46,31 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@playwright/test": "^1.48.1",
49
- "@sveltejs/adapter-auto": "^3.2.5",
50
- "@sveltejs/kit": "^2.7.1",
51
- "@sveltejs/package": "^2.3.5",
52
- "@sveltejs/vite-plugin-svelte": "4.0.0-next.8",
49
+ "@sveltejs/adapter-auto": "^3.3.0",
50
+ "@sveltejs/kit": "^2.7.2",
51
+ "@sveltejs/package": "^2.3.6",
52
+ "@sveltejs/vite-plugin-svelte": "4.0.0",
53
53
  "cspell": "^8.15.4",
54
54
  "eslint": "^8.57.1",
55
55
  "eslint-config-airbnb-base": "^15.0.0",
56
56
  "eslint-config-prettier": "^9.1.0",
57
57
  "eslint-plugin-import": "^2.31.0",
58
58
  "eslint-plugin-jsdoc": "^50.4.3",
59
- "eslint-plugin-svelte": "^2.45.1",
59
+ "eslint-plugin-svelte": "^2.46.0",
60
60
  "postcss": "^8.4.47",
61
61
  "postcss-html": "^1.7.0",
62
62
  "prettier": "^3.3.3",
63
63
  "prettier-plugin-svelte": "^3.2.7",
64
- "sass": "^1.80.2",
64
+ "sass": "^1.80.3",
65
65
  "stylelint": "^16.10.0",
66
66
  "stylelint-config-recommended-scss": "^14.1.0",
67
67
  "stylelint-scss": "^6.8.1",
68
- "svelte": "5.0.0-next.269",
68
+ "svelte": "5.0.5",
69
69
  "svelte-check": "^4.0.5",
70
- "svelte-i18n": "^4.0.0",
70
+ "svelte-i18n": "^4.0.1",
71
71
  "svelte-preprocess": "^6.0.3",
72
72
  "tslib": "^2.8.0",
73
- "vite": "^5.4.9",
73
+ "vite": "^5.4.10",
74
74
  "vitest": "^2.1.3"
75
75
  },
76
76
  "exports": {