@public-ui/svelte 4.1.0 → 4.1.1-rc.1
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -2012,8 +2012,8 @@ function KolQuote($$anchor, $$props) {
|
|
|
2012
2012
|
$__namespace.push($$props, false);
|
|
2013
2013
|
let __ref = $__namespace.mutable_source();
|
|
2014
2014
|
svelte.createEventDispatcher();
|
|
2015
|
-
let _label = $__namespace.prop($$props, "_label", 8, void 0);
|
|
2016
2015
|
let _href = $__namespace.prop($$props, "_href", 8);
|
|
2016
|
+
let _label = $__namespace.prop($$props, "_label", 8, void 0);
|
|
2017
2017
|
let _quote = $__namespace.prop($$props, "_quote", 8);
|
|
2018
2018
|
let _variant = $__namespace.prop($$props, "_variant", 8, void 0);
|
|
2019
2019
|
const getWebComponent = () => $__namespace.get(__ref);
|
|
@@ -2022,8 +2022,8 @@ function KolQuote($$anchor, $$props) {
|
|
|
2022
2022
|
var $$exports = { getWebComponent };
|
|
2023
2023
|
$__namespace.init();
|
|
2024
2024
|
var kol_quote = root$h();
|
|
2025
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_quote, "_label", _label()));
|
|
2026
2025
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_quote, "_href", _href()));
|
|
2026
|
+
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_quote, "_label", _label()));
|
|
2027
2027
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_quote, "_quote", _quote()));
|
|
2028
2028
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_quote, "_variant", _variant()));
|
|
2029
2029
|
var node = $__namespace.child(kol_quote);
|
package/dist/index.mjs
CHANGED
|
@@ -1996,8 +1996,8 @@ function KolQuote($$anchor, $$props) {
|
|
|
1996
1996
|
$.push($$props, false);
|
|
1997
1997
|
let __ref = $.mutable_source();
|
|
1998
1998
|
createEventDispatcher();
|
|
1999
|
-
let _label = $.prop($$props, "_label", 8, void 0);
|
|
2000
1999
|
let _href = $.prop($$props, "_href", 8);
|
|
2000
|
+
let _label = $.prop($$props, "_label", 8, void 0);
|
|
2001
2001
|
let _quote = $.prop($$props, "_quote", 8);
|
|
2002
2002
|
let _variant = $.prop($$props, "_variant", 8, void 0);
|
|
2003
2003
|
const getWebComponent = () => $.get(__ref);
|
|
@@ -2006,8 +2006,8 @@ function KolQuote($$anchor, $$props) {
|
|
|
2006
2006
|
var $$exports = { getWebComponent };
|
|
2007
2007
|
$.init();
|
|
2008
2008
|
var kol_quote = root$h();
|
|
2009
|
-
$.template_effect(() => $.set_custom_element_data(kol_quote, "_label", _label()));
|
|
2010
2009
|
$.template_effect(() => $.set_custom_element_data(kol_quote, "_href", _href()));
|
|
2010
|
+
$.template_effect(() => $.set_custom_element_data(kol_quote, "_label", _label()));
|
|
2011
2011
|
$.template_effect(() => $.set_custom_element_data(kol_quote, "_quote", _quote()));
|
|
2012
2012
|
$.template_effect(() => $.set_custom_element_data(kol_quote, "_variant", _variant()));
|
|
2013
2013
|
var node = $.child(kol_quote);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/svelte",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1-rc.1",
|
|
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.4",
|
|
50
|
-
"svelte": "5.53.
|
|
50
|
+
"svelte": "5.53.7",
|
|
51
51
|
"typescript": "5.9.3",
|
|
52
52
|
"unbuild": "3.6.1",
|
|
53
|
-
"@public-ui/components": "4.1.
|
|
53
|
+
"@public-ui/components": "4.1.1-rc.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"svelte": "^5.53.
|
|
57
|
-
"@public-ui/components": "4.1.
|
|
56
|
+
"svelte": "^5.53.7",
|
|
57
|
+
"@public-ui/components": "4.1.1-rc.1"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"type": "module",
|