@public-ui/svelte 4.1.1-rc.2 → 4.1.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 +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2256,7 +2256,6 @@ function KolSkeleton($$anchor, $$props) {
|
|
|
2256
2256
|
$__namespace.push($$props, false);
|
|
2257
2257
|
let __ref = $__namespace.mutable_source();
|
|
2258
2258
|
const dispatch = svelte.createEventDispatcher();
|
|
2259
|
-
let _count = $__namespace.prop($$props, "_count", 8, void 0);
|
|
2260
2259
|
let _name = $__namespace.prop($$props, "_name", 8);
|
|
2261
2260
|
const focus = (...args) => $__namespace.get(__ref).focus(...args);
|
|
2262
2261
|
const toggle = (...args) => $__namespace.get(__ref).toggle(...args);
|
|
@@ -2270,7 +2269,6 @@ function KolSkeleton($$anchor, $$props) {
|
|
|
2270
2269
|
var $$exports = { focus, toggle, getWebComponent };
|
|
2271
2270
|
$__namespace.init();
|
|
2272
2271
|
var kol_skeleton = root$d();
|
|
2273
|
-
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_skeleton, "_count", _count()));
|
|
2274
2272
|
$__namespace.template_effect(() => $__namespace.set_custom_element_data(kol_skeleton, "_name", _name()));
|
|
2275
2273
|
var node = $__namespace.child(kol_skeleton);
|
|
2276
2274
|
$__namespace.slot(node, $$props, "default", {}, null);
|
package/dist/index.mjs
CHANGED
|
@@ -2240,7 +2240,6 @@ function KolSkeleton($$anchor, $$props) {
|
|
|
2240
2240
|
$.push($$props, false);
|
|
2241
2241
|
let __ref = $.mutable_source();
|
|
2242
2242
|
const dispatch = createEventDispatcher();
|
|
2243
|
-
let _count = $.prop($$props, "_count", 8, void 0);
|
|
2244
2243
|
let _name = $.prop($$props, "_name", 8);
|
|
2245
2244
|
const focus = (...args) => $.get(__ref).focus(...args);
|
|
2246
2245
|
const toggle = (...args) => $.get(__ref).toggle(...args);
|
|
@@ -2254,7 +2253,6 @@ function KolSkeleton($$anchor, $$props) {
|
|
|
2254
2253
|
var $$exports = { focus, toggle, getWebComponent };
|
|
2255
2254
|
$.init();
|
|
2256
2255
|
var kol_skeleton = root$d();
|
|
2257
|
-
$.template_effect(() => $.set_custom_element_data(kol_skeleton, "_count", _count()));
|
|
2258
2256
|
$.template_effect(() => $.set_custom_element_data(kol_skeleton, "_name", _name()));
|
|
2259
2257
|
var node = $.child(kol_skeleton);
|
|
2260
2258
|
$.slot(node, $$props, "default", {}, null);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/svelte",
|
|
3
|
-
"version": "4.1.1
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"svelte": "5.53.7",
|
|
51
51
|
"typescript": "5.9.3",
|
|
52
52
|
"unbuild": "3.6.1",
|
|
53
|
-
"@public-ui/components": "4.1.1
|
|
53
|
+
"@public-ui/components": "4.1.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"svelte": "^5.53.7",
|
|
57
|
-
"@public-ui/components": "4.1.1
|
|
57
|
+
"@public-ui/components": "4.1.1"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"type": "module",
|