@riverty/web-components 5.5.0 → 5.7.0

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.
Files changed (120) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +3 -3
  3. package/custom-elements.json +19 -15
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/r-accordion.cjs.entry.js +1 -1
  6. package/dist/cjs/r-alert.cjs.entry.js +1 -1
  7. package/dist/cjs/r-badge.cjs.entry.js +1 -1
  8. package/dist/cjs/r-button.cjs.entry.js +1 -1
  9. package/dist/cjs/r-checkbox-group.cjs.entry.js +1 -1
  10. package/dist/cjs/r-checkbox.cjs.entry.js +4 -4
  11. package/dist/cjs/r-hint_3.cjs.entry.js +136 -38
  12. package/dist/cjs/r-icon-button.cjs.entry.js +3 -3
  13. package/dist/cjs/r-icon.cjs.entry.js +2 -2
  14. package/dist/cjs/r-input-code.cjs.entry.js +1 -1
  15. package/dist/cjs/r-input-date.cjs.entry.js +7 -7
  16. package/dist/cjs/r-input-password.cjs.entry.js +7 -4
  17. package/dist/cjs/r-input-phone-number.cjs.entry.js +4 -4
  18. package/dist/cjs/r-input.cjs.entry.js +6 -4
  19. package/dist/cjs/r-radio-button.cjs.entry.js +1 -1
  20. package/dist/cjs/r-radio-group.cjs.entry.js +7 -7
  21. package/dist/cjs/r-select.cjs.entry.js +3 -3
  22. package/dist/cjs/r-textarea.cjs.entry.js +1 -1
  23. package/dist/cjs/r-toast.cjs.entry.js +9 -10
  24. package/dist/cjs/web-components.cjs.js +1 -1
  25. package/dist/collection/components/accordion/accordion.js +1 -2
  26. package/dist/collection/components/alert/alert.css +4 -4
  27. package/dist/collection/components/badge/badge.css +8 -8
  28. package/dist/collection/components/button/button.js +1 -2
  29. package/dist/collection/components/checkbox/checkbox.js +4 -5
  30. package/dist/collection/components/checkbox-group/checkbox-group.css +2 -2
  31. package/dist/collection/components/hint/hint.css +1 -1
  32. package/dist/collection/components/icon/bundled-icons/riverty-kit.json +1 -1
  33. package/dist/collection/components/icon/icon.js +2 -2
  34. package/dist/collection/components/icon/riverty-kit.js +1 -1
  35. package/dist/collection/components/icon-button/icon-button.js +3 -4
  36. package/dist/collection/components/input/input.css +1 -1
  37. package/dist/collection/components/input/input.js +24 -3
  38. package/dist/collection/components/input-code/input-code.css +1 -1
  39. package/dist/collection/components/input-date/input-date.css +1 -1
  40. package/dist/collection/components/input-date/input-date.js +7 -7
  41. package/dist/collection/components/input-password/input-password.js +8 -5
  42. package/dist/collection/components/input-phone-number/input-phone-number.js +5 -5
  43. package/dist/collection/components/label/label.js +4 -4
  44. package/dist/collection/components/radio-button/radio-button.css +1 -1
  45. package/dist/collection/components/radio-group/radio-group.css +2 -2
  46. package/dist/collection/components/radio-group/radio-group.js +7 -7
  47. package/dist/collection/components/select/select.css +2 -2
  48. package/dist/collection/components/select/select.js +3 -4
  49. package/dist/collection/components/textarea/textarea.css +1 -1
  50. package/dist/collection/components/textarea/textarea.js +1 -1
  51. package/dist/collection/components/toast/toast.css +7 -7
  52. package/dist/collection/components/toast/toast.js +10 -11
  53. package/dist/collection/components/tooltip/tooltip.css +6 -71
  54. package/dist/collection/components/tooltip/tooltip.js +135 -33
  55. package/dist/esm/loader.js +1 -1
  56. package/dist/esm/r-accordion.entry.js +1 -1
  57. package/dist/esm/r-alert.entry.js +1 -1
  58. package/dist/esm/r-badge.entry.js +1 -1
  59. package/dist/esm/r-button.entry.js +1 -1
  60. package/dist/esm/r-checkbox-group.entry.js +1 -1
  61. package/dist/esm/r-checkbox.entry.js +4 -4
  62. package/dist/esm/r-hint_3.entry.js +136 -38
  63. package/dist/esm/r-icon-button.entry.js +3 -3
  64. package/dist/esm/r-icon.entry.js +2 -2
  65. package/dist/esm/r-input-code.entry.js +1 -1
  66. package/dist/esm/r-input-date.entry.js +7 -7
  67. package/dist/esm/r-input-password.entry.js +7 -4
  68. package/dist/esm/r-input-phone-number.entry.js +4 -4
  69. package/dist/esm/r-input.entry.js +6 -4
  70. package/dist/esm/r-radio-button.entry.js +1 -1
  71. package/dist/esm/r-radio-group.entry.js +7 -7
  72. package/dist/esm/r-select.entry.js +3 -3
  73. package/dist/esm/r-textarea.entry.js +1 -1
  74. package/dist/esm/r-toast.entry.js +9 -10
  75. package/dist/esm/web-components.js +1 -1
  76. package/dist/types/components/accordion/accordion.d.ts +0 -1
  77. package/dist/types/components/button/button.d.ts +0 -1
  78. package/dist/types/components/checkbox/checkbox.d.ts +0 -1
  79. package/dist/types/components/icon/exports.d.ts +1 -0
  80. package/dist/types/components/icon/icon-data.d.ts +1 -0
  81. package/dist/types/components/icon/icon.d.ts +1 -1
  82. package/dist/types/components/icon/riverty-kit.d.ts +1 -0
  83. package/dist/types/components/icon-button/icon-button.d.ts +0 -1
  84. package/dist/types/components/input/input.d.ts +5 -0
  85. package/dist/types/components/input-date/input-date.d.ts +1 -1
  86. package/dist/types/components/input-password/input-password.d.ts +1 -1
  87. package/dist/types/components/input-phone-number/input-phone-number.d.ts +1 -1
  88. package/dist/types/components/label/label.d.ts +1 -1
  89. package/dist/types/components/radio-group/radio-group.d.ts +1 -1
  90. package/dist/types/components/select/select.d.ts +1 -2
  91. package/dist/types/components/textarea/textarea.d.ts +3 -3
  92. package/dist/types/components/toast/toast.d.ts +1 -3
  93. package/dist/types/components/tooltip/tooltip.d.ts +12 -4
  94. package/dist/types/components.d.ts +28 -40
  95. package/dist/web-components/bundled-icons/riverty-kit.json +1 -1
  96. package/dist/web-components/p-289eb4b0.entry.js +1 -0
  97. package/dist/web-components/p-2b8e12ae.entry.js +1 -0
  98. package/dist/web-components/{p-89136369.entry.js → p-2e2c8a5b.entry.js} +1 -1
  99. package/dist/web-components/{p-ad4292d8.entry.js → p-3a39932b.entry.js} +1 -1
  100. package/dist/web-components/{p-43eff76a.entry.js → p-44be9992.entry.js} +1 -1
  101. package/dist/web-components/{p-230e44ae.entry.js → p-63474b32.entry.js} +1 -1
  102. package/dist/web-components/{p-0735fd75.entry.js → p-72c0c0d8.entry.js} +1 -1
  103. package/dist/web-components/{p-24bbf3b6.entry.js → p-74d2a563.entry.js} +1 -1
  104. package/dist/web-components/p-7ad8e78b.entry.js +1 -0
  105. package/dist/web-components/{p-28718c50.entry.js → p-8028c2a9.entry.js} +1 -1
  106. package/dist/web-components/{p-a683612d.entry.js → p-96ddeb7f.entry.js} +1 -1
  107. package/dist/web-components/{p-7fccc301.entry.js → p-9d898089.entry.js} +1 -1
  108. package/dist/web-components/{p-99ba15d9.entry.js → p-9e50120b.entry.js} +1 -1
  109. package/dist/web-components/{p-e49b1ec3.entry.js → p-b2f03016.entry.js} +1 -1
  110. package/dist/web-components/{p-8c577cda.entry.js → p-c300c22f.entry.js} +1 -1
  111. package/dist/web-components/{p-f1e22caa.entry.js → p-d1379ac6.entry.js} +1 -1
  112. package/dist/web-components/{p-c09a863b.entry.js → p-d93c240d.entry.js} +1 -1
  113. package/dist/web-components/p-f770e22b.entry.js +1 -0
  114. package/dist/web-components/{p-a58124c4.entry.js → p-f952161b.entry.js} +1 -1
  115. package/dist/web-components/web-components.esm.js +1 -1
  116. package/package.json +7 -6
  117. package/dist/web-components/p-00eb6986.entry.js +0 -1
  118. package/dist/web-components/p-0f4eea22.entry.js +0 -1
  119. package/dist/web-components/p-2265dae1.entry.js +0 -1
  120. package/dist/web-components/p-f22696e0.entry.js +0 -1
@@ -19,7 +19,7 @@ export declare class RLabel {
19
19
  tooltipIcon?: IconName;
20
20
  /**
21
21
  * _DEPRECATED_ (This property will be removed in November 2025 release.)
22
- * Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors) */
22
+ * Change color of an icon that triggers tooltip to one of the Riverty color tokens */
23
23
  tooltipIconColor?: string;
24
24
  /** Text of an additional marker */
25
25
  fieldIndicator?: string;
@@ -29,7 +29,7 @@ export declare class RadioGroup {
29
29
  tooltipIcon?: IconName;
30
30
  /**
31
31
  * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.)
32
- * Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
32
+ * Change color of an icon that triggers tooltip to one of the Riverty color tokens
33
33
  * */
34
34
  tooltipIconColor?: string;
35
35
  /** Set custom message for `valueMissing` property of a ValidityState object (set by `required`) within Constrain Validation API */
@@ -6,7 +6,6 @@ import { ListboxPosition } from './exports';
6
6
  *
7
7
  * Overall behavior is based on native `<select>`
8
8
  *
9
- * [Docs](https://riverty.design/components/select)
10
9
  */
11
10
  export declare class Select {
12
11
  host: HTMLRSelectElement;
@@ -34,7 +33,7 @@ export declare class Select {
34
33
  tooltipIcon?: IconName;
35
34
  /**
36
35
  * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.)
37
- * Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
36
+ * Change color of an icon that triggers tooltip to one of the Riverty color tokens.
38
37
  * */
39
38
  tooltipIconColor?: string;
40
39
  /** Text that is presented until an option has been selected */
@@ -101,9 +101,9 @@ export declare class RTextarea {
101
101
  * providing a visual cue for additional information. */
102
102
  tooltipIcon?: IconName;
103
103
  /**
104
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) * Specifies the color of the tooltip icon
105
- * from [Riverty color tokens](https://riverty.design/tokens/#colors)
106
- * displayed alongside the label. */
104
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.)
105
+ * Specifies the color of the tooltip icon from Riverty color tokens.
106
+ * Displayed alongside the label. */
107
107
  tooltipIconColor?: string;
108
108
  /** Custom validity state */
109
109
  validityState: string;
@@ -11,11 +11,9 @@ export declare class Toast {
11
11
  * Options are: "info", "success", "warning", or "error".
12
12
  * @default 'info' */
13
13
  status: ToastStatus;
14
- /** Specifies an optional icon for the leading slot of the dialog.
15
- * For options check [Riverty Icons](https://riverty.design/components/icon) */
14
+ /** Specifies an optional icon for the leading slot of the dialog. */
16
15
  leadingIcon?: IconName;
17
16
  /** Specifies an optional icon for the trailing slot of the dialog.
18
- * For options check [Riverty Icons](https://riverty.design/components/icon)
19
17
  * @default 'cross'
20
18
  * */
21
19
  trailingIcon: IconName;
@@ -15,6 +15,8 @@ export declare class Tooltip {
15
15
  element: HTMLRTooltipElement;
16
16
  }>;
17
17
  private uniqueId;
18
+ private tooltip;
19
+ private arrow;
18
20
  /**
19
21
  * Watch on position value change and update tooltip position if needed
20
22
  */
@@ -31,14 +33,14 @@ export declare class Tooltip {
31
33
  * Listen on window keydown and hide tooltip if needed
32
34
  */
33
35
  handleKeydown(event: any): void;
34
- /**
35
- * Tooltip element value
36
- */
37
- get tooltipValue(): HTMLElement;
38
36
  /**
39
37
  * Parent with non visible overflow
40
38
  */
41
39
  get overflowedParent(): HTMLElement;
40
+ get arrowWidth(): number;
41
+ get arrowHeight(): number;
42
+ get tooltipContainerWidth(): number;
43
+ get tooltipContainerHeight(): number;
42
44
  /**
43
45
  * Available space at the top
44
46
  */
@@ -47,6 +49,7 @@ export declare class Tooltip {
47
49
  * Available space on the left
48
50
  */
49
51
  get left(): number;
52
+ get isOnScreen(): boolean;
50
53
  /**
51
54
  * Available space at the bottom
52
55
  */
@@ -98,6 +101,10 @@ export declare class Tooltip {
98
101
  * First it checks the available space for a defined position and then sets the new one based on the available space.
99
102
  */
100
103
  private setCorrectPosition;
104
+ private getOffsetLeft;
105
+ private alignTooltipPosition;
106
+ private alignArrowPosition;
107
+ private alignPosition;
101
108
  /**
102
109
  * Adjusts arrow correct position.
103
110
  * For bottom & top tooltip positions there are 3 possible arrow.
@@ -114,5 +121,6 @@ export declare class Tooltip {
114
121
  private handleFocus;
115
122
  private showTooltip;
116
123
  private removeTooltip;
124
+ private handleScroll;
117
125
  render(): any;
118
126
  }
@@ -50,7 +50,6 @@ export namespace Components {
50
50
  * An accordion represents a list of expandable/collapsable content sections with corresponding headers.
51
51
  * By default, only one section can be expanded, which can be changed by setting the `multiple` attribute. Use accordions when a limited, additional amount of information needs to be shown within a page, or if there is a small space to show content.
52
52
  * Each content section must be wrapped in a `<r-accordion-item>` elements.
53
- * [Docs](https://riverty.design/components/accordion)
54
53
  * Example:
55
54
  * ```
56
55
  * <r-accordion>
@@ -252,7 +251,6 @@ export namespace Components {
252
251
  /**
253
252
  * A button can be used by a user to trigger an action. Corresponds to, and is rendered as a,
254
253
  * [native button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button).
255
- * [Docs](https://riverty.design/components/button)
256
254
  */
257
255
  interface RButton {
258
256
  /**
@@ -319,7 +317,6 @@ export namespace Components {
319
317
  /**
320
318
  * Checkboxes allow users to select none, one, or multiple items from a list.
321
319
  * Overall behavior is based on native `<input type="checkbox">`
322
- * [Docs](https://riverty.design/components/checkbox)
323
320
  */
324
321
  interface RCheckbox {
325
322
  /**
@@ -597,7 +594,7 @@ export namespace Components {
597
594
  }
598
595
  interface RIcon {
599
596
  /**
600
- * Quick way to set display color to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
597
+ * Quick way to set display color to one of the Riverty color tokens
601
598
  * @default null
602
599
  */
603
600
  "color": string;
@@ -635,7 +632,6 @@ export namespace Components {
635
632
  }
636
633
  /**
637
634
  * An icon button is a button that contains only an icon and is used to trigger an action.
638
- * [Docs](https://riverty.design/components/icon-button)
639
635
  */
640
636
  interface RIconButton {
641
637
  /**
@@ -687,6 +683,10 @@ export namespace Components {
687
683
  * Native `autocomplete` hint for browsers / password managers.
688
684
  */
689
685
  "autocomplete"?: InputAutocomplete;
686
+ /**
687
+ * Automatically focus the input when it is first rendered. Mirrors native `autofocus` attribute behavior. Avoid using multiple times per page.
688
+ */
689
+ "autofocus"?: boolean;
690
690
  /**
691
691
  * Custom message for `badInput` (conversion / parsing failure).
692
692
  */
@@ -1111,7 +1111,7 @@ export namespace Components {
1111
1111
  */
1112
1112
  "tooltipIcon"?: IconName;
1113
1113
  /**
1114
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
1114
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
1115
1115
  */
1116
1116
  "tooltipIconColor"?: string;
1117
1117
  /**
@@ -1239,7 +1239,7 @@ export namespace Components {
1239
1239
  */
1240
1240
  "tooltipIcon"?: IconName;
1241
1241
  /**
1242
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
1242
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
1243
1243
  */
1244
1244
  "tooltipIconColor"?: string;
1245
1245
  /**
@@ -1349,7 +1349,7 @@ export namespace Components {
1349
1349
  */
1350
1350
  "tooltipIcon"?: IconName;
1351
1351
  /**
1352
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
1352
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
1353
1353
  */
1354
1354
  "tooltipIconColor"?: string;
1355
1355
  /**
@@ -1384,7 +1384,7 @@ export namespace Components {
1384
1384
  */
1385
1385
  "tooltipIcon"?: IconName;
1386
1386
  /**
1387
- * _DEPRECATED_ (This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
1387
+ * _DEPRECATED_ (This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
1388
1388
  */
1389
1389
  "tooltipIconColor"?: string;
1390
1390
  /**
@@ -1898,7 +1898,7 @@ export namespace Components {
1898
1898
  */
1899
1899
  "tooltipIcon"?: IconName;
1900
1900
  /**
1901
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
1901
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
1902
1902
  */
1903
1903
  "tooltipIconColor"?: string;
1904
1904
  /**
@@ -1926,7 +1926,6 @@ export namespace Components {
1926
1926
  /**
1927
1927
  * A select allows the user to choose between a set of options.
1928
1928
  * Overall behavior is based on native `<select>`
1929
- * [Docs](https://riverty.design/components/select)
1930
1929
  */
1931
1930
  interface RSelect {
1932
1931
  /**
@@ -2107,7 +2106,7 @@ export namespace Components {
2107
2106
  */
2108
2107
  "tooltipIcon"?: IconName;
2109
2108
  /**
2110
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
2109
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens.
2111
2110
  */
2112
2111
  "tooltipIconColor"?: string;
2113
2112
  /**
@@ -2445,7 +2444,7 @@ export namespace Components {
2445
2444
  */
2446
2445
  "tooltipIcon"?: IconName;
2447
2446
  /**
2448
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) * Specifies the color of the tooltip icon from [Riverty color tokens](https://riverty.design/tokens/#colors) displayed alongside the label.
2447
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Specifies the color of the tooltip icon from Riverty color tokens. Displayed alongside the label.
2449
2448
  */
2450
2449
  "tooltipIconColor"?: string;
2451
2450
  /**
@@ -2512,7 +2511,7 @@ export namespace Components {
2512
2511
  */
2513
2512
  "href"?: string;
2514
2513
  /**
2515
- * Specifies an optional icon for the leading slot of the dialog. For options check [Riverty Icons](https://riverty.design/components/icon)
2514
+ * Specifies an optional icon for the leading slot of the dialog.
2516
2515
  */
2517
2516
  "leadingIcon"?: IconName;
2518
2517
  /**
@@ -2539,7 +2538,7 @@ export namespace Components {
2539
2538
  */
2540
2539
  "toggle": () => Promise<void>;
2541
2540
  /**
2542
- * Specifies an optional icon for the trailing slot of the dialog. For options check [Riverty Icons](https://riverty.design/components/icon)
2541
+ * Specifies an optional icon for the trailing slot of the dialog.
2543
2542
  * @default 'cross'
2544
2543
  */
2545
2544
  "trailingIcon": IconName;
@@ -2668,7 +2667,6 @@ declare global {
2668
2667
  * An accordion represents a list of expandable/collapsable content sections with corresponding headers.
2669
2668
  * By default, only one section can be expanded, which can be changed by setting the `multiple` attribute. Use accordions when a limited, additional amount of information needs to be shown within a page, or if there is a small space to show content.
2670
2669
  * Each content section must be wrapped in a `<r-accordion-item>` elements.
2671
- * [Docs](https://riverty.design/components/accordion)
2672
2670
  * Example:
2673
2671
  * ```
2674
2672
  * <r-accordion>
@@ -2778,7 +2776,6 @@ declare global {
2778
2776
  /**
2779
2777
  * A button can be used by a user to trigger an action. Corresponds to, and is rendered as a,
2780
2778
  * [native button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button).
2781
- * [Docs](https://riverty.design/components/button)
2782
2779
  */
2783
2780
  interface HTMLRButtonElement extends Components.RButton, HTMLStencilElement {
2784
2781
  addEventListener<K extends keyof HTMLRButtonElementEventMap>(type: K, listener: (this: HTMLRButtonElement, ev: RButtonCustomEvent<HTMLRButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -2813,7 +2810,6 @@ declare global {
2813
2810
  /**
2814
2811
  * Checkboxes allow users to select none, one, or multiple items from a list.
2815
2812
  * Overall behavior is based on native `<input type="checkbox">`
2816
- * [Docs](https://riverty.design/components/checkbox)
2817
2813
  */
2818
2814
  interface HTMLRCheckboxElement extends Components.RCheckbox, HTMLStencilElement {
2819
2815
  addEventListener<K extends keyof HTMLRCheckboxElementEventMap>(type: K, listener: (this: HTMLRCheckboxElement, ev: RCheckboxCustomEvent<HTMLRCheckboxElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -2900,7 +2896,6 @@ declare global {
2900
2896
  }
2901
2897
  /**
2902
2898
  * An icon button is a button that contains only an icon and is used to trigger an action.
2903
- * [Docs](https://riverty.design/components/icon-button)
2904
2899
  */
2905
2900
  interface HTMLRIconButtonElement extends Components.RIconButton, HTMLStencilElement {
2906
2901
  addEventListener<K extends keyof HTMLRIconButtonElementEventMap>(type: K, listener: (this: HTMLRIconButtonElement, ev: RIconButtonCustomEvent<HTMLRIconButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3324,7 +3319,6 @@ declare global {
3324
3319
  /**
3325
3320
  * A select allows the user to choose between a set of options.
3326
3321
  * Overall behavior is based on native `<select>`
3327
- * [Docs](https://riverty.design/components/select)
3328
3322
  */
3329
3323
  interface HTMLRSelectElement extends Components.RSelect, HTMLStencilElement {
3330
3324
  addEventListener<K extends keyof HTMLRSelectElementEventMap>(type: K, listener: (this: HTMLRSelectElement, ev: RSelectCustomEvent<HTMLRSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -3577,7 +3571,6 @@ declare namespace LocalJSX {
3577
3571
  * An accordion represents a list of expandable/collapsable content sections with corresponding headers.
3578
3572
  * By default, only one section can be expanded, which can be changed by setting the `multiple` attribute. Use accordions when a limited, additional amount of information needs to be shown within a page, or if there is a small space to show content.
3579
3573
  * Each content section must be wrapped in a `<r-accordion-item>` elements.
3580
- * [Docs](https://riverty.design/components/accordion)
3581
3574
  * Example:
3582
3575
  * ```
3583
3576
  * <r-accordion>
@@ -3806,7 +3799,6 @@ declare namespace LocalJSX {
3806
3799
  /**
3807
3800
  * A button can be used by a user to trigger an action. Corresponds to, and is rendered as a,
3808
3801
  * [native button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button).
3809
- * [Docs](https://riverty.design/components/button)
3810
3802
  */
3811
3803
  interface RButton {
3812
3804
  /**
@@ -3865,7 +3857,6 @@ declare namespace LocalJSX {
3865
3857
  /**
3866
3858
  * Checkboxes allow users to select none, one, or multiple items from a list.
3867
3859
  * Overall behavior is based on native `<input type="checkbox">`
3868
- * [Docs](https://riverty.design/components/checkbox)
3869
3860
  */
3870
3861
  interface RCheckbox {
3871
3862
  /**
@@ -4120,7 +4111,7 @@ declare namespace LocalJSX {
4120
4111
  }
4121
4112
  interface RIcon {
4122
4113
  /**
4123
- * Quick way to set display color to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
4114
+ * Quick way to set display color to one of the Riverty color tokens
4124
4115
  * @default null
4125
4116
  */
4126
4117
  "color"?: string;
@@ -4158,7 +4149,6 @@ declare namespace LocalJSX {
4158
4149
  }
4159
4150
  /**
4160
4151
  * An icon button is a button that contains only an icon and is used to trigger an action.
4161
- * [Docs](https://riverty.design/components/icon-button)
4162
4152
  */
4163
4153
  interface RIconButton {
4164
4154
  /**
@@ -4202,6 +4192,10 @@ declare namespace LocalJSX {
4202
4192
  * Native `autocomplete` hint for browsers / password managers.
4203
4193
  */
4204
4194
  "autocomplete"?: InputAutocomplete;
4195
+ /**
4196
+ * Automatically focus the input when it is first rendered. Mirrors native `autofocus` attribute behavior. Avoid using multiple times per page.
4197
+ */
4198
+ "autofocus"?: boolean;
4205
4199
  /**
4206
4200
  * Custom message for `badInput` (conversion / parsing failure).
4207
4201
  */
@@ -4642,7 +4636,7 @@ declare namespace LocalJSX {
4642
4636
  */
4643
4637
  "tooltipIcon"?: IconName;
4644
4638
  /**
4645
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
4639
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
4646
4640
  */
4647
4641
  "tooltipIconColor"?: string;
4648
4642
  /**
@@ -4778,7 +4772,7 @@ declare namespace LocalJSX {
4778
4772
  */
4779
4773
  "tooltipIcon"?: IconName;
4780
4774
  /**
4781
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
4775
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
4782
4776
  */
4783
4777
  "tooltipIconColor"?: string;
4784
4778
  /**
@@ -4900,7 +4894,7 @@ declare namespace LocalJSX {
4900
4894
  */
4901
4895
  "tooltipIcon"?: IconName;
4902
4896
  /**
4903
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
4897
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
4904
4898
  */
4905
4899
  "tooltipIconColor"?: string;
4906
4900
  /**
@@ -4935,7 +4929,7 @@ declare namespace LocalJSX {
4935
4929
  */
4936
4930
  "tooltipIcon"?: IconName;
4937
4931
  /**
4938
- * _DEPRECATED_ (This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
4932
+ * _DEPRECATED_ (This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
4939
4933
  */
4940
4934
  "tooltipIconColor"?: string;
4941
4935
  /**
@@ -5436,7 +5430,7 @@ declare namespace LocalJSX {
5436
5430
  */
5437
5431
  "tooltipIcon"?: IconName;
5438
5432
  /**
5439
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
5433
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens
5440
5434
  */
5441
5435
  "tooltipIconColor"?: string;
5442
5436
  /**
@@ -5464,7 +5458,6 @@ declare namespace LocalJSX {
5464
5458
  /**
5465
5459
  * A select allows the user to choose between a set of options.
5466
5460
  * Overall behavior is based on native `<select>`
5467
- * [Docs](https://riverty.design/components/select)
5468
5461
  */
5469
5462
  interface RSelect {
5470
5463
  /**
@@ -5611,7 +5604,7 @@ declare namespace LocalJSX {
5611
5604
  */
5612
5605
  "tooltipIcon"?: IconName;
5613
5606
  /**
5614
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the [Riverty color tokens](https://riverty.design/tokens/#colors)
5607
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Change color of an icon that triggers tooltip to one of the Riverty color tokens.
5615
5608
  */
5616
5609
  "tooltipIconColor"?: string;
5617
5610
  /**
@@ -5945,7 +5938,7 @@ declare namespace LocalJSX {
5945
5938
  */
5946
5939
  "tooltipIcon"?: IconName;
5947
5940
  /**
5948
- * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) * Specifies the color of the tooltip icon from [Riverty color tokens](https://riverty.design/tokens/#colors) displayed alongside the label.
5941
+ * _DEPRECATED_ (Use popover slot instead. This property will be removed in November 2025 release.) Specifies the color of the tooltip icon from Riverty color tokens. Displayed alongside the label.
5949
5942
  */
5950
5943
  "tooltipIconColor"?: string;
5951
5944
  /**
@@ -6004,7 +5997,7 @@ declare namespace LocalJSX {
6004
5997
  */
6005
5998
  "href"?: string;
6006
5999
  /**
6007
- * Specifies an optional icon for the leading slot of the dialog. For options check [Riverty Icons](https://riverty.design/components/icon)
6000
+ * Specifies an optional icon for the leading slot of the dialog.
6008
6001
  */
6009
6002
  "leadingIcon"?: IconName;
6010
6003
  /**
@@ -6039,7 +6032,7 @@ declare namespace LocalJSX {
6039
6032
  */
6040
6033
  "target"?: ToastActionTarget;
6041
6034
  /**
6042
- * Specifies an optional icon for the trailing slot of the dialog. For options check [Riverty Icons](https://riverty.design/components/icon)
6035
+ * Specifies an optional icon for the trailing slot of the dialog.
6043
6036
  * @default 'cross'
6044
6037
  */
6045
6038
  "trailingIcon"?: IconName;
@@ -6124,7 +6117,6 @@ declare module "@stencil/core" {
6124
6117
  * An accordion represents a list of expandable/collapsable content sections with corresponding headers.
6125
6118
  * By default, only one section can be expanded, which can be changed by setting the `multiple` attribute. Use accordions when a limited, additional amount of information needs to be shown within a page, or if there is a small space to show content.
6126
6119
  * Each content section must be wrapped in a `<r-accordion-item>` elements.
6127
- * [Docs](https://riverty.design/components/accordion)
6128
6120
  * Example:
6129
6121
  * ```
6130
6122
  * <r-accordion>
@@ -6151,13 +6143,11 @@ declare module "@stencil/core" {
6151
6143
  /**
6152
6144
  * A button can be used by a user to trigger an action. Corresponds to, and is rendered as a,
6153
6145
  * [native button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button).
6154
- * [Docs](https://riverty.design/components/button)
6155
6146
  */
6156
6147
  "r-button": LocalJSX.RButton & JSXBase.HTMLAttributes<HTMLRButtonElement>;
6157
6148
  /**
6158
6149
  * Checkboxes allow users to select none, one, or multiple items from a list.
6159
6150
  * Overall behavior is based on native `<input type="checkbox">`
6160
- * [Docs](https://riverty.design/components/checkbox)
6161
6151
  */
6162
6152
  "r-checkbox": LocalJSX.RCheckbox & JSXBase.HTMLAttributes<HTMLRCheckboxElement>;
6163
6153
  "r-checkbox-group": LocalJSX.RCheckboxGroup & JSXBase.HTMLAttributes<HTMLRCheckboxGroupElement>;
@@ -6178,7 +6168,6 @@ declare module "@stencil/core" {
6178
6168
  "r-icon": LocalJSX.RIcon & JSXBase.HTMLAttributes<HTMLRIconElement>;
6179
6169
  /**
6180
6170
  * An icon button is a button that contains only an icon and is used to trigger an action.
6181
- * [Docs](https://riverty.design/components/icon-button)
6182
6171
  */
6183
6172
  "r-icon-button": LocalJSX.RIconButton & JSXBase.HTMLAttributes<HTMLRIconButtonElement>;
6184
6173
  "r-input": LocalJSX.RInput & JSXBase.HTMLAttributes<HTMLRInputElement>;
@@ -6224,7 +6213,6 @@ declare module "@stencil/core" {
6224
6213
  /**
6225
6214
  * A select allows the user to choose between a set of options.
6226
6215
  * Overall behavior is based on native `<select>`
6227
- * [Docs](https://riverty.design/components/select)
6228
6216
  */
6229
6217
  "r-select": LocalJSX.RSelect & JSXBase.HTMLAttributes<HTMLRSelectElement>;
6230
6218
  /**