svelte-tweakpane-ui 1.6.0-preview.2 → 1.6.0-preview.4
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.6.0-preview.
|
|
3
|
+
"version": "1.6.0-preview.4",
|
|
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",
|
|
@@ -199,43 +199,42 @@
|
|
|
199
199
|
"@tweakpane/core": "2.0.5",
|
|
200
200
|
"esm-env": "^1.2.2",
|
|
201
201
|
"fast-copy": "^3.0.2",
|
|
202
|
-
"fast-equals": "^5.
|
|
203
|
-
"nanoid": "^5.1.
|
|
202
|
+
"fast-equals": "^5.3.3",
|
|
203
|
+
"nanoid": "^5.1.6",
|
|
204
204
|
"svelte-persisted-store": "0.12.0",
|
|
205
205
|
"tweakpane": "4.0.5",
|
|
206
|
-
"tweakpane-plugin-color-plus": "0.1.
|
|
206
|
+
"tweakpane-plugin-color-plus": "0.1.9"
|
|
207
207
|
},
|
|
208
208
|
"devDependencies": {
|
|
209
209
|
"@kitschpatrol/shared-config": "~5.4.4",
|
|
210
210
|
"@phenomnomnominal/tsquery": "^6.1.3",
|
|
211
|
-
"@playwright/test": "^1.
|
|
211
|
+
"@playwright/test": "^1.57.0",
|
|
212
212
|
"@stkb/rewrap": "^0.1.0",
|
|
213
|
-
"@sveltejs/adapter-static": "^3.0.
|
|
214
|
-
"@sveltejs/kit": "^2.
|
|
215
|
-
"@sveltejs/package": "^2.
|
|
213
|
+
"@sveltejs/adapter-static": "^3.0.10",
|
|
214
|
+
"@sveltejs/kit": "^2.49.0",
|
|
215
|
+
"@sveltejs/package": "^2.5.7",
|
|
216
216
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
|
217
217
|
"@types/eslint": "^8.56.12",
|
|
218
218
|
"@types/fs-extra": "^11.0.4",
|
|
219
|
-
"@types/node": "^18.19.
|
|
220
|
-
"bumpp": "^10.2
|
|
221
|
-
"eslint": "^9.
|
|
222
|
-
"fs-extra": "^11.3.
|
|
223
|
-
"glob": "^11.0
|
|
219
|
+
"@types/node": "^18.19.130",
|
|
220
|
+
"bumpp": "^10.3.2",
|
|
221
|
+
"eslint": "^9.39.1",
|
|
222
|
+
"fs-extra": "^11.3.2",
|
|
223
|
+
"glob": "^11.1.0",
|
|
224
224
|
"postcss-html": "^1.8.0",
|
|
225
|
-
"prettier": "
|
|
226
|
-
"publint": "^0.3.
|
|
225
|
+
"prettier": "~3.6.2",
|
|
226
|
+
"publint": "^0.3.15",
|
|
227
227
|
"read-package-up": "^11.0.0",
|
|
228
|
-
"remark-mdat": "^1.0.4",
|
|
229
228
|
"svelte": "^4.2.20",
|
|
230
|
-
"svelte-check": "^4.
|
|
229
|
+
"svelte-check": "^4.3.4",
|
|
231
230
|
"svelte-language-server": "0.17.0",
|
|
232
|
-
"svelte2tsx": "^0.7.
|
|
231
|
+
"svelte2tsx": "^0.7.45",
|
|
233
232
|
"ts-morph": "^24.0.0",
|
|
234
233
|
"tslib": "^2.8.1",
|
|
235
|
-
"tsx": "^4.
|
|
234
|
+
"tsx": "^4.21.0",
|
|
236
235
|
"typescript": "~5.8.3",
|
|
237
|
-
"vite": "^5.4.
|
|
238
|
-
"yaml": "^2.8.
|
|
236
|
+
"vite": "^5.4.21",
|
|
237
|
+
"yaml": "^2.8.2"
|
|
239
238
|
},
|
|
240
239
|
"peerDependencies": {
|
|
241
240
|
"svelte": "^4.0.0 || ^5.0.0"
|
|
@@ -273,7 +272,7 @@
|
|
|
273
272
|
"kit-examples": "tsx ./scripts/generate-kit-examples.ts",
|
|
274
273
|
"kit-preview": "vite preview",
|
|
275
274
|
"lint": "kpi lint && svelte-check --tsconfig ./tsconfig.build.json",
|
|
276
|
-
"release": "pnpm run build && bumpp --preid preview --commit 'Release: %s' && pnpm publish --tag preview --ignore-scripts
|
|
275
|
+
"release": "pnpm run build && bumpp --preid preview --commit 'Release: %s' && NPM_AUTH_TOKEN=$(op read 'op://Personal/npm/token') && pnpm publish --tag preview --ignore-scripts",
|
|
277
276
|
"rewrap": "rewrap -i --column 100 `find src \\( -name '*.svelte' -o -name '*.ts' -o -name '*.html' \\) -type f | grep -v src/examples`",
|
|
278
277
|
"test": "pnpm run --sequential /^test:/",
|
|
279
278
|
"test:integration": "playwright test",
|