@intechstudio/grid-uikit 1.20260912.933 → 1.20260912.1104

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.
@@ -63,7 +63,6 @@
63
63
  class:grouped
64
64
  >
65
65
  <span>{text}</span>
66
- <slot name="content" />
67
66
  {#if selectedLabel}
68
67
  {#if decorations?.length === 2}
69
68
  <span>{decorations[0] + selectedLabel + decorations[1]}</span>
@@ -25,9 +25,7 @@ declare const MoltenPushButton: $$__sveltets_2_IsomorphicComponent<{
25
25
  focus?: () => void;
26
26
  }, {
27
27
  [evt: string]: CustomEvent<any>;
28
- }, {
29
- content: {};
30
- }, {
28
+ }, {}, {
31
29
  focus: () => void;
32
30
  }, string>;
33
31
  type MoltenPushButton = InstanceType<typeof MoltenPushButton>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-uikit",
3
- "version": "1.20260912.933",
3
+ "version": "1.20260912.1104",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/intechstudio/grid-uikit.git"