sit-onyx 1.6.0-dev-20251230122308 → 1.6.0-dev-20260107065634

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.
@@ -3,9 +3,13 @@ declare function __VLS_template(): {
3
3
  attrs: Partial<{}>;
4
4
  slots: Readonly<{
5
5
  /**
6
- * Label / text to display.
6
+ * Label / headline to display.
7
7
  */
8
8
  default(): unknown;
9
+ /**
10
+ * Optional description text to display.
11
+ */
12
+ description?(): unknown;
9
13
  /**
10
14
  * Optional slot to override the default icon.
11
15
  */
@@ -16,9 +20,13 @@ declare function __VLS_template(): {
16
20
  buttons?(): unknown;
17
21
  }> & {
18
22
  /**
19
- * Label / text to display.
23
+ * Label / headline to display.
20
24
  */
21
25
  default(): unknown;
26
+ /**
27
+ * Optional description text to display.
28
+ */
29
+ description?(): unknown;
22
30
  /**
23
31
  * Optional slot to override the default icon.
24
32
  */
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{}, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, SVGSVGElement>;
2
+ export default _default;