svelte-tweakpane-ui 1.5.11 → 1.5.12

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.
Files changed (2) hide show
  1. package/dist/theme.js +1 -0
  2. package/package.json +9 -9
package/dist/theme.js CHANGED
@@ -237,6 +237,7 @@ const keyToCssVariableMap = new Map([
237
237
  // Just do it dynamically instead of the map? function transformToCustomProperty(str: string):
238
238
  // string { return '--tp-' + str.replace(/([a-zA-Z])(?=[A-Z])/g, '$1-').toLowerCase();
239
239
  // }
240
+ // eslint-disable-next-line ts/no-redundant-type-constituents
240
241
  function stringToCssValue(v) {
241
242
  if (v === undefined) {
242
243
  return undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-tweakpane-ui",
3
- "version": "1.5.11",
3
+ "version": "1.5.12",
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,7 +195,7 @@
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.3.2",
198
+ "fast-equals": "^5.3.3",
199
199
  "nanoid": "^5.1.6",
200
200
  "svelte-persisted-store": "0.12.0",
201
201
  "tweakpane": "4.0.5"
@@ -203,25 +203,25 @@
203
203
  "devDependencies": {
204
204
  "@kitschpatrol/shared-config": "~5.4.4",
205
205
  "@phenomnomnominal/tsquery": "^6.1.3",
206
- "@playwright/test": "^1.56.1",
206
+ "@playwright/test": "^1.57.0",
207
207
  "@stkb/rewrap": "^0.1.0",
208
208
  "@sveltejs/adapter-static": "^3.0.10",
209
- "@sveltejs/kit": "^2.48.4",
210
- "@sveltejs/package": "^2.5.4",
209
+ "@sveltejs/kit": "^2.49.0",
210
+ "@sveltejs/package": "^2.5.7",
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
214
  "@types/node": "^18.19.130",
215
- "bumpp": "^10.3.1",
215
+ "bumpp": "^10.3.2",
216
216
  "eslint": "^9.39.1",
217
217
  "fs-extra": "^11.3.2",
218
- "glob": "^11.0.3",
218
+ "glob": "^11.1.0",
219
219
  "postcss-html": "^1.8.0",
220
- "prettier": "^3.6.2",
220
+ "prettier": "~3.6.2",
221
221
  "publint": "^0.3.15",
222
222
  "read-package-up": "^11.0.0",
223
223
  "svelte": "^4.2.20",
224
- "svelte-check": "^4.3.3",
224
+ "svelte-check": "^4.3.4",
225
225
  "svelte-language-server": "0.17.0",
226
226
  "svelte2tsx": "^0.7.45",
227
227
  "ts-morph": "^24.0.0",