noph-ui 0.24.1 → 0.24.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.
@@ -138,7 +138,7 @@
138
138
  }
139
139
  .np-button {
140
140
  box-sizing: border-box;
141
- font-family: inherit;
141
+ font: inherit;
142
142
  background-color: transparent;
143
143
  border-width: 0;
144
144
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -114,7 +114,7 @@
114
114
 
115
115
  <style>
116
116
  .np-icon-button {
117
- font-family: inherit;
117
+ font: inherit;
118
118
  box-sizing: border-box;
119
119
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
120
120
  background-color: transparent;
@@ -166,7 +166,7 @@
166
166
  --background-color: none;
167
167
  }
168
168
  .np-card-container {
169
- font-family: inherit;
169
+ font: inherit;
170
170
  box-sizing: border-box;
171
171
  text-align: start;
172
172
  display: inline-flex;
@@ -139,7 +139,7 @@
139
139
  }
140
140
 
141
141
  .np-item {
142
- font-family: inherit;
142
+ font: inherit;
143
143
  background-color: transparent;
144
144
  border-width: 0;
145
145
  position: relative;
@@ -57,7 +57,7 @@
57
57
  <style>
58
58
  .np-navigation-drawer-item {
59
59
  cursor: pointer;
60
- font-family: inherit;
60
+ font: inherit;
61
61
  color: var(--np-color-on-surface);
62
62
  text-decoration: none;
63
63
  border: 0;
@@ -42,7 +42,7 @@
42
42
  <style>
43
43
  .np-navigation-action {
44
44
  cursor: pointer;
45
- font-family: inherit;
45
+ font: inherit;
46
46
  border: 0;
47
47
  background: none;
48
48
  align-items: center;
@@ -247,7 +247,6 @@
247
247
  {#if multiple}
248
248
  <select
249
249
  tabindex="-1"
250
- aria-label={attributes['aria-label'] || label}
251
250
  aria-invalid={errorRaw}
252
251
  {disabled}
253
252
  {required}
@@ -280,7 +279,6 @@
280
279
  {:else}
281
280
  <select
282
281
  tabindex="-1"
283
- aria-label={attributes['aria-label'] || label}
284
282
  {disabled}
285
283
  {required}
286
284
  {name}
@@ -121,7 +121,7 @@
121
121
  <style>
122
122
  .np-tab {
123
123
  flex: 1;
124
- font-family: inherit;
124
+ font: inherit;
125
125
  background-color: transparent;
126
126
  border-width: 0;
127
127
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -203,7 +203,6 @@
203
203
  <div class="content">
204
204
  {#if attributes.type === 'textarea'}
205
205
  <textarea
206
- aria-label={label}
207
206
  aria-describedby={supportingText || (errorTextRaw && errorRaw)
208
207
  ? `supporting-text-${uid}`
209
208
  : undefined}
@@ -226,7 +225,6 @@
226
225
  {/if}
227
226
  {@render children?.()}
228
227
  <input
229
- aria-label={label}
230
228
  aria-describedby={supportingText || (errorTextRaw && errorRaw)
231
229
  ? `supporting-text-${uid}`
232
230
  : undefined}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.24.1",
3
+ "version": "0.24.3",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {
@@ -54,26 +54,26 @@
54
54
  "svelte": "^5.32.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@eslint/js": "^9.33.0",
57
+ "@eslint/js": "^9.34.0",
58
58
  "@material/material-color-utilities": "^0.3.0",
59
59
  "@playwright/test": "^1.55.0",
60
60
  "@sveltejs/adapter-vercel": "^5.10.2",
61
- "@sveltejs/kit": "^2.36.1",
61
+ "@sveltejs/kit": "^2.37.0",
62
62
  "@sveltejs/package": "^2.5.0",
63
- "@sveltejs/vite-plugin-svelte": "^6.1.3",
63
+ "@sveltejs/vite-plugin-svelte": "^6.1.4",
64
64
  "@types/eslint": "^9.6.1",
65
- "eslint": "^9.33.0",
65
+ "eslint": "^9.34.0",
66
66
  "eslint-config-prettier": "^10.1.8",
67
- "eslint-plugin-svelte": "^3.11.0",
67
+ "eslint-plugin-svelte": "^3.12.1",
68
68
  "globals": "^16.3.0",
69
69
  "prettier": "^3.6.2",
70
70
  "prettier-plugin-svelte": "^3.4.0",
71
71
  "publint": "^0.3.12",
72
- "svelte": "^5.38.2",
72
+ "svelte": "^5.38.6",
73
73
  "svelte-check": "^4.3.1",
74
74
  "typescript": "^5.9.2",
75
- "typescript-eslint": "^8.40.0",
76
- "vite": "^7.1.3",
75
+ "typescript-eslint": "^8.42.0",
76
+ "vite": "^7.1.4",
77
77
  "vitest": "^3.2.4"
78
78
  },
79
79
  "svelte": "./dist/index.js",