sit-onyx 1.0.0-beta.113 → 1.0.0-beta.115

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.
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
9
9
  /**
10
10
  * Bottom bar content. This slot is right aligned and should be used by buttons and icon buttons.
11
11
  */
12
- right?(): unknown;
12
+ default?(): unknown;
13
13
  }> & {
14
14
  /**
15
15
  * Bottom bar content. This slot is left aligned and should be used by buttons and icon buttons.
@@ -18,7 +18,7 @@ declare function __VLS_template(): {
18
18
  /**
19
19
  * Bottom bar content. This slot is right aligned and should be used by buttons and icon buttons.
20
20
  */
21
- right?(): unknown;
21
+ default?(): unknown;
22
22
  };
23
23
  refs: {};
24
24
  rootEl: HTMLDivElement;
@@ -7,9 +7,7 @@ export type OnyxHeadlineProps = {
7
7
  is: HeadlineType;
8
8
  /**
9
9
  * Unique headline hash/ID (without "#") that is used to show a "#" icon on hover. Makes the headline clickable and a URL that points to this headline
10
- * is copied to the users clipboard. Must be URL-safe, e.g. not containing whitespaces etc.
11
- *
12
- * If your headline content is dynamic, you can use our `normalizeUrlHash()` utility to generate it.
10
+ * is copied to the users clipboard. Will be automatically normalized when containing non URL-safe characters.
13
11
  *
14
12
  * @example "about-us"
15
13
  */
@@ -147,5 +147,9 @@
147
147
  },
148
148
  "dialog": {
149
149
  "close": "Dialog schließen"
150
+ },
151
+ "headline": {
152
+ "copyLink": "Link zu dieser Überschrift kopieren",
153
+ "copyLinkTo": "Link kopieren zu Überschrift:"
150
154
  }
151
155
  }
@@ -147,5 +147,9 @@
147
147
  },
148
148
  "dialog": {
149
149
  "close": "Close dialog"
150
+ },
151
+ "headline": {
152
+ "copyLink": "Copy link to this headline",
153
+ "copyLinkTo": "Copy link to headline:"
150
154
  }
151
155
  }