@public-ui/svelte 4.3.0-rc.4 → 4.3.0-rc.6

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
@@ -1679,6 +1679,7 @@ function KolLinkButton($$anchor, $$props) {
1679
1679
  let _hideLabel = $__namespace.prop($$props, "_hideLabel", 8, void 0);
1680
1680
  let _href = $__namespace.prop($$props, "_href", 8);
1681
1681
  let _icons = $__namespace.prop($$props, "_icons", 8, void 0);
1682
+ let _inline = $__namespace.prop($$props, "_inline", 8, void 0);
1682
1683
  let _label = $__namespace.prop($$props, "_label", 8, void 0);
1683
1684
  let _on = $__namespace.prop($$props, "_on", 8, void 0);
1684
1685
  let _role = $__namespace.prop($$props, "_role", 8, void 0);
@@ -1712,6 +1713,7 @@ function KolLinkButton($$anchor, $$props) {
1712
1713
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link_button, "_hide-label", _hideLabel()));
1713
1714
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link_button, "_href", _href()));
1714
1715
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link_button, "_icons", _icons()));
1716
+ $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link_button, "_inline", _inline()));
1715
1717
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link_button, "_label", _label()));
1716
1718
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link_button, "_role", _role()));
1717
1719
  $__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_link_button, "_short-key", _shortKey()));
package/dist/index.mjs CHANGED
@@ -1663,6 +1663,7 @@ function KolLinkButton($$anchor, $$props) {
1663
1663
  let _hideLabel = $.prop($$props, "_hideLabel", 8, void 0);
1664
1664
  let _href = $.prop($$props, "_href", 8);
1665
1665
  let _icons = $.prop($$props, "_icons", 8, void 0);
1666
+ let _inline = $.prop($$props, "_inline", 8, void 0);
1666
1667
  let _label = $.prop($$props, "_label", 8, void 0);
1667
1668
  let _on = $.prop($$props, "_on", 8, void 0);
1668
1669
  let _role = $.prop($$props, "_role", 8, void 0);
@@ -1696,6 +1697,7 @@ function KolLinkButton($$anchor, $$props) {
1696
1697
  $.template_effect(() => $.set_custom_element_data(kol_link_button, "_hide-label", _hideLabel()));
1697
1698
  $.template_effect(() => $.set_custom_element_data(kol_link_button, "_href", _href()));
1698
1699
  $.template_effect(() => $.set_custom_element_data(kol_link_button, "_icons", _icons()));
1700
+ $.template_effect(() => $.set_custom_element_data(kol_link_button, "_inline", _inline()));
1699
1701
  $.template_effect(() => $.set_custom_element_data(kol_link_button, "_label", _label()));
1700
1702
  $.template_effect(() => $.set_custom_element_data(kol_link_button, "_role", _role()));
1701
1703
  $.template_effect(() => $.set_custom_element_data(kol_link_button, "_short-key", _shortKey()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/svelte",
3
- "version": "4.3.0-rc.4",
3
+ "version": "4.3.0-rc.6",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -46,15 +46,15 @@
46
46
  ],
47
47
  "devDependencies": {
48
48
  "@babel/types": "7.29.7",
49
- "minimatch": "10.2.5",
49
+ "minimatch": "10.2.6",
50
50
  "svelte": "5.55.7",
51
51
  "typescript": "5.9.3",
52
52
  "unbuild": "3.6.1",
53
- "@public-ui/components": "4.3.0-rc.4"
53
+ "@public-ui/components": "4.3.0-rc.6"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "svelte": "5.x",
57
- "@public-ui/components": "4.3.0-rc.4"
57
+ "@public-ui/components": "4.3.0-rc.6"
58
58
  },
59
59
  "sideEffects": false,
60
60
  "type": "module",