@public-ui/svelte 4.1.3 → 4.1.4-rc.0

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.
package/dist/index.cjs CHANGED
@@ -1664,7 +1664,7 @@ function KolMeter($$anchor, $$props) {
1664
1664
  let _high = $__namespace.prop($$props, "_high", 8, void 0);
1665
1665
  let _label = $__namespace.prop($$props, "_label", 8);
1666
1666
  let _low = $__namespace.prop($$props, "_low", 8, void 0);
1667
- let _max = $__namespace.prop($$props, "_max", 8);
1667
+ let _max = $__namespace.prop($$props, "_max", 8, void 0);
1668
1668
  let _min = $__namespace.prop($$props, "_min", 8, void 0);
1669
1669
  let _optimum = $__namespace.prop($$props, "_optimum", 8, void 0);
1670
1670
  let _orientation = $__namespace.prop($$props, "_orientation", 8, void 0);
package/dist/index.mjs CHANGED
@@ -1648,7 +1648,7 @@ function KolMeter($$anchor, $$props) {
1648
1648
  let _high = $.prop($$props, "_high", 8, void 0);
1649
1649
  let _label = $.prop($$props, "_label", 8);
1650
1650
  let _low = $.prop($$props, "_low", 8, void 0);
1651
- let _max = $.prop($$props, "_max", 8);
1651
+ let _max = $.prop($$props, "_max", 8, void 0);
1652
1652
  let _min = $.prop($$props, "_min", 8, void 0);
1653
1653
  let _optimum = $.prop($$props, "_optimum", 8, void 0);
1654
1654
  let _orientation = $.prop($$props, "_orientation", 8, void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/svelte",
3
- "version": "4.1.3",
3
+ "version": "4.1.4-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -47,14 +47,14 @@
47
47
  "devDependencies": {
48
48
  "@babel/types": "7.29.0",
49
49
  "minimatch": "10.2.5",
50
- "svelte": "5.55.2",
50
+ "svelte": "5.55.5",
51
51
  "typescript": "5.9.3",
52
52
  "unbuild": "3.6.1",
53
- "@public-ui/components": "4.1.3"
53
+ "@public-ui/components": "4.1.4-rc.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "svelte": "^5.55.2",
57
- "@public-ui/components": "4.1.3"
56
+ "svelte": "^5.55.5",
57
+ "@public-ui/components": "4.1.4-rc.0"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",