svelte-tweakpane-ui 1.5.10 → 1.5.11
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.
|
@@ -5,16 +5,16 @@ import type { TextareaPluginInputParams } from '@kitschpatrol/tweakpane-plugin-t
|
|
|
5
5
|
import { type GenericInputRef } from '../internal/GenericInput.svelte'
|
|
6
6
|
declare const __propDef: {
|
|
7
7
|
props: {
|
|
8
|
-
/**
|
|
9
|
-
* A `string` value to control.
|
|
10
|
-
* @bindable
|
|
11
|
-
* */
|
|
12
|
-
value: string
|
|
13
8
|
/**
|
|
14
9
|
* Whether to provide live updates to the bound `value` on every keystroke.
|
|
15
10
|
* @default `true`
|
|
16
|
-
|
|
11
|
+
*/
|
|
17
12
|
live?: boolean
|
|
13
|
+
/**
|
|
14
|
+
* A `string` value to control.
|
|
15
|
+
* @bindable
|
|
16
|
+
*/
|
|
17
|
+
value: string
|
|
18
18
|
/**
|
|
19
19
|
* Placeholder text to display when the `value` is empty.
|
|
20
20
|
* @default `'Enter text here'`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-tweakpane-ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.11",
|
|
4
4
|
"description": "A Svelte component library wrapping UI elements from Tweakpane, plus some additional functionality for convenience and flexibility.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -195,42 +195,41 @@
|
|
|
195
195
|
"@tweakpane/core": "2.0.5",
|
|
196
196
|
"esm-env": "^1.2.2",
|
|
197
197
|
"fast-copy": "^3.0.2",
|
|
198
|
-
"fast-equals": "^5.
|
|
199
|
-
"nanoid": "^5.1.
|
|
198
|
+
"fast-equals": "^5.3.2",
|
|
199
|
+
"nanoid": "^5.1.6",
|
|
200
200
|
"svelte-persisted-store": "0.12.0",
|
|
201
201
|
"tweakpane": "4.0.5"
|
|
202
202
|
},
|
|
203
203
|
"devDependencies": {
|
|
204
204
|
"@kitschpatrol/shared-config": "~5.4.4",
|
|
205
205
|
"@phenomnomnominal/tsquery": "^6.1.3",
|
|
206
|
-
"@playwright/test": "^1.
|
|
206
|
+
"@playwright/test": "^1.56.1",
|
|
207
207
|
"@stkb/rewrap": "^0.1.0",
|
|
208
|
-
"@sveltejs/adapter-static": "^3.0.
|
|
209
|
-
"@sveltejs/kit": "^2.
|
|
210
|
-
"@sveltejs/package": "^2.
|
|
208
|
+
"@sveltejs/adapter-static": "^3.0.10",
|
|
209
|
+
"@sveltejs/kit": "^2.48.4",
|
|
210
|
+
"@sveltejs/package": "^2.5.4",
|
|
211
211
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
212
212
|
"@types/eslint": "^8.56.12",
|
|
213
213
|
"@types/fs-extra": "^11.0.4",
|
|
214
|
-
"@types/node": "^18.19.
|
|
215
|
-
"bumpp": "^10.
|
|
216
|
-
"eslint": "^9.
|
|
217
|
-
"fs-extra": "^11.3.
|
|
214
|
+
"@types/node": "^18.19.130",
|
|
215
|
+
"bumpp": "^10.3.1",
|
|
216
|
+
"eslint": "^9.39.1",
|
|
217
|
+
"fs-extra": "^11.3.2",
|
|
218
218
|
"glob": "^11.0.3",
|
|
219
219
|
"postcss-html": "^1.8.0",
|
|
220
220
|
"prettier": "^3.6.2",
|
|
221
|
-
"publint": "^0.3.
|
|
221
|
+
"publint": "^0.3.15",
|
|
222
222
|
"read-package-up": "^11.0.0",
|
|
223
|
-
"remark-mdat": "^1.0.4",
|
|
224
223
|
"svelte": "^4.2.20",
|
|
225
|
-
"svelte-check": "^4.
|
|
224
|
+
"svelte-check": "^4.3.3",
|
|
226
225
|
"svelte-language-server": "0.17.0",
|
|
227
|
-
"svelte2tsx": "^0.7.
|
|
226
|
+
"svelte2tsx": "^0.7.45",
|
|
228
227
|
"ts-morph": "^24.0.0",
|
|
229
228
|
"tslib": "^2.8.1",
|
|
230
|
-
"tsx": "^4.20.
|
|
229
|
+
"tsx": "^4.20.6",
|
|
231
230
|
"typescript": "~5.8.3",
|
|
232
|
-
"vite": "^5.4.
|
|
233
|
-
"yaml": "^2.8.
|
|
231
|
+
"vite": "^5.4.21",
|
|
232
|
+
"yaml": "^2.8.1"
|
|
234
233
|
},
|
|
235
234
|
"peerDependencies": {
|
|
236
235
|
"svelte": "^4.0.0 || ^5.0.0"
|
|
@@ -268,7 +267,7 @@
|
|
|
268
267
|
"kit-examples": "tsx ./scripts/generate-kit-examples.ts",
|
|
269
268
|
"kit-preview": "vite preview",
|
|
270
269
|
"lint": "kpi lint && svelte-check --tsconfig ./tsconfig.build.json",
|
|
271
|
-
"release": "pnpm run build && bumpp --commit 'Release: %s' &&
|
|
270
|
+
"release": "pnpm run build && bumpp --commit 'Release: %s' && NPM_AUTH_TOKEN=$(op read 'op://Personal/npm/token') && pnpm publish --ignore-scripts",
|
|
272
271
|
"rewrap": "rewrap -i --column 100 `find src \\( -name '*.svelte' -o -name '*.ts' -o -name '*.html' \\) -type f | grep -v src/examples`",
|
|
273
272
|
"test": "pnpm run --sequential /^test:/",
|
|
274
273
|
"test:integration": "playwright test",
|