svelte-tweakpane-ui 1.5.5 → 1.5.7

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.
@@ -193,7 +193,7 @@ export type RingSlots = typeof __propDef.slots
193
193
  * Similar in functionality to a `<Slider>`.
194
194
  *
195
195
  * Integrates the [Ring](https://github.com/tweakpane/plugin-camerakit/blob/main/src/plugin-ring.ts)
196
- * control from Tweakpane-creator [Hiroki Kokubun's](https://cocopon.me) [Camerakit
196
+ * control from Tweakpane-creator [Hiroki Kokubun's](https://cocopon.me) [CameraKit
197
197
  * plugin](https://github.com/tweakpane/plugin-camerakit).
198
198
  *
199
199
  * Usage outside of a `<Pane>` component will implicitly wrap the ring in `<Pane position="inline">`.
@@ -163,7 +163,7 @@ export type WheelSlots = typeof __propDef.slots
163
163
  * Similar in functionality to a `<Slider>`.
164
164
  *
165
165
  * Integrates the [Wheel](https://github.com/tweakpane/plugin-camerakit/blob/main/src/plugin-wheel.ts)
166
- * control from Tweakpane-creator [Hiroki Kokubun's](https://cocopon.me) [Camerakit
166
+ * control from Tweakpane-creator [Hiroki Kokubun's](https://cocopon.me) [CameraKit
167
167
  * plugin](https://github.com/tweakpane/plugin-camerakit).
168
168
  *
169
169
  * Usage outside of a `<Pane>` component will implicitly wrap the wheel in `<Pane position="inline">`.
package/dist/theme.d.ts CHANGED
@@ -1,5 +1,5 @@
1
+ import type { RgbaColorObject, RgbColorObject } from '@tweakpane/core'
1
2
  import type { Simplify } from './utils'
2
- import { type RgbaColorObject, type RgbColorObject } from '@tweakpane/core'
3
3
  export type ThemeColorValue = Simplify<RgbaColorObject | RgbColorObject | string>
4
4
  export type Theme = CustomThemeKeys & ThemeKeys
5
5
  type ThemeKeys = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-tweakpane-ui",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
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",
@@ -196,41 +196,41 @@
196
196
  "esm-env": "^1.2.2",
197
197
  "fast-copy": "^3.0.2",
198
198
  "fast-equals": "^5.2.2",
199
- "nanoid": "^5.1.2",
199
+ "nanoid": "^5.1.5",
200
200
  "svelte-persisted-store": "0.12.0",
201
201
  "tweakpane": "4.0.5"
202
202
  },
203
203
  "devDependencies": {
204
- "@kitschpatrol/shared-config": "^5.3.0",
204
+ "@kitschpatrol/shared-config": "^5.4.1",
205
205
  "@phenomnomnominal/tsquery": "^6.1.3",
206
- "@playwright/test": "^1.50.1",
206
+ "@playwright/test": "^1.52.0",
207
207
  "@stkb/rewrap": "^0.1.0",
208
208
  "@sveltejs/adapter-static": "^3.0.8",
209
- "@sveltejs/kit": "^2.18.0",
210
- "@sveltejs/package": "^2.3.10",
209
+ "@sveltejs/kit": "^2.21.1",
210
+ "@sveltejs/package": "^2.3.11",
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.79",
215
- "bumpp": "^10.0.3",
216
- "eslint": "^9.21.0",
214
+ "@types/node": "^18.19.103",
215
+ "bumpp": "^10.1.1",
216
+ "eslint": "^9.27.0",
217
217
  "fs-extra": "^11.3.0",
218
- "glob": "^11.0.1",
218
+ "glob": "^11.0.2",
219
219
  "postcss-html": "^1.8.0",
220
220
  "prettier": "^3.5.3",
221
- "publint": "^0.3.8",
221
+ "publint": "^0.3.12",
222
222
  "read-package-up": "^11.0.0",
223
- "remark-mdat": "^1.0.2",
224
- "svelte": "^4.2.19",
225
- "svelte-check": "^4.1.4",
223
+ "remark-mdat": "^1.0.4",
224
+ "svelte": "^4.2.20",
225
+ "svelte-check": "^4.2.1",
226
226
  "svelte-language-server": "0.17.0",
227
- "svelte2tsx": "^0.7.34",
227
+ "svelte2tsx": "^0.7.39",
228
228
  "ts-morph": "^24.0.0",
229
229
  "tslib": "^2.8.1",
230
- "tsx": "^4.19.3",
231
- "typescript": "~5.7.3",
232
- "vite": "^5.4.14",
233
- "yaml": "^2.7.0"
230
+ "tsx": "^4.19.4",
231
+ "typescript": "~5.8.3",
232
+ "vite": "^5.4.19",
233
+ "yaml": "^2.8.0"
234
234
  },
235
235
  "peerDependencies": {
236
236
  "svelte": "^4.0.0 || ^5.0.0"