windmill-components 1.493.8 → 1.493.9

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 (1) hide show
  1. package/package.json +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.493.8",
3
+ "version": "1.493.9",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",
@@ -374,6 +374,11 @@
374
374
  "./tailwindUtils": {
375
375
  "types": "./package/components/apps/editor/componentsPanel/tailwindUtils.d.ts",
376
376
  "default": "./package/components/apps/editor/componentsPanel/tailwindUtils.js"
377
+ },
378
+ "./components/custom_ui": {
379
+ "types": "./package/components/custom_ui.d.ts",
380
+ "svelte": "./package/components/custom_ui.js",
381
+ "default": "./package/components/custom_ui.js"
377
382
  }
378
383
  },
379
384
  "files": [
@@ -513,6 +518,9 @@
513
518
  ],
514
519
  "tailwindUtils": [
515
520
  "./package/components/apps/editor/componentsPanel/tailwindUtils.d.ts"
521
+ ],
522
+ "components/custom_ui": [
523
+ "./package/components/custom_ui.d.ts"
516
524
  ]
517
525
  }
518
526
  },