@rededor/cura 1.6.1-alpha.8 → 1.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 (206) hide show
  1. package/dist/assets/assets/icons/iconset-default-list.ts +1 -1
  2. package/dist/assets/assets/icons/iconset-default-tmp.svg +4 -0
  3. package/dist/assets/assets/icons/iconset-default.svg +1 -1
  4. package/dist/cjs/{app-globals-28c6f5c4.js → app-globals-6d5b51b6.js} +2 -2
  5. package/dist/cjs/{app-globals-28c6f5c4.js.map → app-globals-6d5b51b6.js.map} +1 -1
  6. package/dist/cjs/{cura-accordion_18.cjs.entry.js → cura-accordion_20.cjs.entry.js} +148 -8
  7. package/dist/cjs/cura-accordion_20.cjs.entry.js.map +1 -0
  8. package/dist/cjs/cura-checkbox.cjs.entry.js +4 -3
  9. package/dist/cjs/cura-checkbox.cjs.entry.js.map +1 -1
  10. package/dist/cjs/cura-display.cjs.entry.js +1 -1
  11. package/dist/cjs/cura-icons-view.cjs.entry.js +1 -1
  12. package/dist/cjs/cura-icons-view.cjs.entry.js.map +1 -1
  13. package/dist/cjs/cura-modal.cjs.entry.js +3 -3
  14. package/dist/cjs/cura-modal.cjs.entry.js.map +1 -1
  15. package/dist/cjs/cura-radio.cjs.entry.js +4 -3
  16. package/dist/cjs/cura-radio.cjs.entry.js.map +1 -1
  17. package/dist/cjs/cura-switch.cjs.entry.js +4 -4
  18. package/dist/cjs/cura-switch.cjs.entry.js.map +1 -1
  19. package/dist/cjs/cura-tabs-button.cjs.entry.js +106 -0
  20. package/dist/cjs/cura-tabs-button.cjs.entry.js.map +1 -0
  21. package/dist/cjs/cura-tabs-transparent.cjs.entry.js +105 -0
  22. package/dist/cjs/cura-tabs-transparent.cjs.entry.js.map +1 -0
  23. package/dist/cjs/cura-tabs.definitions-b8955ad4.js +12 -0
  24. package/dist/cjs/cura-tabs.definitions-b8955ad4.js.map +1 -0
  25. package/dist/cjs/{cura-theme-module-f1e4a309.js → cura-theme-module-09bb63a4.js} +32 -1
  26. package/dist/cjs/cura-theme-module-09bb63a4.js.map +1 -0
  27. package/dist/cjs/cura.cjs.js +3 -3
  28. package/dist/cjs/index.cjs.js +1 -1
  29. package/dist/cjs/loader.cjs.js +3 -3
  30. package/dist/collection/api/theme-presets/theme-perinatal-temporary.js +32 -0
  31. package/dist/collection/api/theme-presets/theme-perinatal-temporary.js.map +1 -0
  32. package/dist/collection/api/theme-presets/theme-presets.js +2 -0
  33. package/dist/collection/api/theme-presets/theme-presets.js.map +1 -1
  34. package/dist/collection/assets/icons/iconset-default-list.js +1 -1
  35. package/dist/collection/assets/icons/iconset-default-list.js.map +1 -1
  36. package/dist/collection/assets/icons/iconset-default-tmp.svg +4 -0
  37. package/dist/collection/assets/icons/iconset-default.svg +1 -1
  38. package/dist/collection/assets-raw/icons/default/vaccine.svg +3 -0
  39. package/dist/collection/collection-manifest.json +4 -0
  40. package/dist/collection/components/cura-avatar/cura-avatar.js +34 -16
  41. package/dist/collection/components/cura-avatar/cura-avatar.js.map +1 -1
  42. package/dist/collection/components/cura-modal/cura-modal.css +1 -1
  43. package/dist/collection/components/cura-modal/cura-modal.js +2 -2
  44. package/dist/collection/components/cura-modal/cura-modal.js.map +1 -1
  45. package/dist/collection/components/forms/cura-checkbox/cura-checkbox.css +5 -7
  46. package/dist/collection/components/forms/cura-checkbox/cura-checkbox.js +31 -6
  47. package/dist/collection/components/forms/cura-checkbox/cura-checkbox.js.map +1 -1
  48. package/dist/collection/components/forms/cura-radio/cura-radio.css +8 -11
  49. package/dist/collection/components/forms/cura-radio/cura-radio.js +31 -6
  50. package/dist/collection/components/forms/cura-radio/cura-radio.js.map +1 -1
  51. package/dist/collection/components/forms/cura-select/cura-select.css +1 -1
  52. package/dist/collection/components/forms/cura-select/cura-select.js +22 -3
  53. package/dist/collection/components/forms/cura-select/cura-select.js.map +1 -1
  54. package/dist/collection/components/forms/cura-select/cura-select.stories.js +12 -0
  55. package/dist/collection/components/forms/cura-select/cura-select.stories.js.map +1 -1
  56. package/dist/collection/components/forms/cura-switch/cura-switch.css +1 -4
  57. package/dist/collection/components/forms/cura-switch/cura-switch.js +31 -7
  58. package/dist/collection/components/forms/cura-switch/cura-switch.js.map +1 -1
  59. package/dist/collection/components/tabs/cura-tabs/cura-tabs.css +170 -0
  60. package/dist/collection/components/tabs/cura-tabs/cura-tabs.js +263 -0
  61. package/dist/collection/components/tabs/cura-tabs/cura-tabs.js.map +1 -0
  62. package/dist/collection/components/tabs/cura-tabs/cura-tabs.stories.js +89 -0
  63. package/dist/collection/components/tabs/cura-tabs/cura-tabs.stories.js.map +1 -0
  64. package/dist/collection/components/tabs/cura-tabs-button/cura-tabs-button.css +176 -0
  65. package/dist/collection/components/tabs/cura-tabs-button/cura-tabs-button.js +259 -0
  66. package/dist/collection/components/tabs/cura-tabs-button/cura-tabs-button.js.map +1 -0
  67. package/dist/collection/components/tabs/cura-tabs-button/cura-tabs-button.stories.js +96 -0
  68. package/dist/collection/components/tabs/cura-tabs-button/cura-tabs-button.stories.js.map +1 -0
  69. package/dist/collection/components/tabs/cura-tabs-group/cura-tabs-group.css +25 -0
  70. package/dist/collection/components/tabs/cura-tabs-group/cura-tabs-group.js +133 -0
  71. package/dist/collection/components/tabs/cura-tabs-group/cura-tabs-group.js.map +1 -0
  72. package/dist/collection/components/tabs/cura-tabs-group/cura-tabs-group.stories.js +65 -0
  73. package/dist/collection/components/tabs/cura-tabs-group/cura-tabs-group.stories.js.map +1 -0
  74. package/dist/collection/components/tabs/cura-tabs-transparent/cura-tabs-transparent.css +168 -0
  75. package/dist/collection/components/tabs/cura-tabs-transparent/cura-tabs-transparent.js +258 -0
  76. package/dist/collection/components/tabs/cura-tabs-transparent/cura-tabs-transparent.js.map +1 -0
  77. package/dist/collection/components/tabs/cura-tabs-transparent/cura-tabs-transparent.stories.js +89 -0
  78. package/dist/collection/components/tabs/cura-tabs-transparent/cura-tabs-transparent.stories.js.map +1 -0
  79. package/dist/collection/components/tabs/cura-tabs.definitions.js +7 -0
  80. package/dist/collection/components/tabs/cura-tabs.definitions.js.map +1 -0
  81. package/dist/collection/components/text/cura-display/cura-display.js +1 -1
  82. package/dist/collection/components/text/cura-heading/cura-heading.js +1 -1
  83. package/dist/collection/components/text/cura-paragraph/cura-paragraph.js +1 -1
  84. package/dist/components/cura-avatar.js +1 -1
  85. package/dist/components/cura-avatar.js.map +1 -1
  86. package/dist/components/cura-checkbox.js +6 -4
  87. package/dist/components/cura-checkbox.js.map +1 -1
  88. package/dist/components/cura-display.js +1 -1
  89. package/dist/components/cura-heading2.js +1 -1
  90. package/dist/components/cura-icons-view.js +1 -1
  91. package/dist/components/cura-icons-view.js.map +1 -1
  92. package/dist/components/cura-modal.js +3 -3
  93. package/dist/components/cura-modal.js.map +1 -1
  94. package/dist/components/cura-paragraph2.js +1 -1
  95. package/dist/components/cura-radio.js +6 -4
  96. package/dist/components/cura-radio.js.map +1 -1
  97. package/dist/components/cura-select2.js +6 -4
  98. package/dist/components/cura-select2.js.map +1 -1
  99. package/dist/components/cura-switch.js +6 -5
  100. package/dist/components/cura-switch.js.map +1 -1
  101. package/dist/components/cura-tabs-button.d.ts +11 -0
  102. package/dist/components/cura-tabs-button.js +150 -0
  103. package/dist/components/cura-tabs-button.js.map +1 -0
  104. package/dist/components/cura-tabs-group.d.ts +11 -0
  105. package/dist/components/cura-tabs-group.js +64 -0
  106. package/dist/components/cura-tabs-group.js.map +1 -0
  107. package/dist/components/cura-tabs-transparent.d.ts +11 -0
  108. package/dist/components/cura-tabs-transparent.js +143 -0
  109. package/dist/components/cura-tabs-transparent.js.map +1 -0
  110. package/dist/components/cura-tabs.d.ts +11 -0
  111. package/dist/components/cura-tabs.definitions.js +10 -0
  112. package/dist/components/cura-tabs.definitions.js.map +1 -0
  113. package/dist/components/cura-tabs.js +148 -0
  114. package/dist/components/cura-tabs.js.map +1 -0
  115. package/dist/components/index.js +39 -0
  116. package/dist/components/index.js.map +1 -1
  117. package/dist/cura/cura.esm.js +1 -1
  118. package/dist/cura/cura.esm.js.map +1 -1
  119. package/dist/cura/index.esm.js +1 -1
  120. package/dist/cura/p-0ccde0ff.entry.js +2 -0
  121. package/dist/cura/p-0ccde0ff.entry.js.map +1 -0
  122. package/dist/cura/p-1ef21ae9.entry.js +2 -0
  123. package/dist/cura/p-1ef21ae9.entry.js.map +1 -0
  124. package/dist/cura/p-53c18ed4.js +2 -0
  125. package/dist/cura/p-53c18ed4.js.map +1 -0
  126. package/dist/cura/p-5c6f9593.entry.js +2 -0
  127. package/dist/cura/p-5c6f9593.entry.js.map +1 -0
  128. package/dist/cura/{p-0c25333f.js → p-6cbd49dd.js} +2 -2
  129. package/dist/cura/p-7a68835f.entry.js +2 -0
  130. package/dist/cura/p-7a68835f.entry.js.map +1 -0
  131. package/dist/cura/p-7e2d1229.entry.js +2 -0
  132. package/dist/cura/p-7e2d1229.entry.js.map +1 -0
  133. package/dist/cura/{p-ac01bec2.entry.js → p-8aade007.entry.js} +2 -2
  134. package/dist/cura/p-9f460031.js +2 -0
  135. package/dist/cura/p-9f460031.js.map +1 -0
  136. package/dist/cura/p-b4ee956b.entry.js +2 -0
  137. package/dist/cura/p-b4ee956b.entry.js.map +1 -0
  138. package/dist/cura/p-b6ff8ac1.entry.js +2 -0
  139. package/dist/cura/p-b6ff8ac1.entry.js.map +1 -0
  140. package/dist/cura/p-d8e1e182.entry.js +2 -0
  141. package/dist/cura/p-d8e1e182.entry.js.map +1 -0
  142. package/dist/esm/{app-globals-ca1945d1.js → app-globals-c2abb41c.js} +2 -2
  143. package/dist/esm/{app-globals-ca1945d1.js.map → app-globals-c2abb41c.js.map} +1 -1
  144. package/dist/esm/{cura-accordion_18.entry.js → cura-accordion_20.entry.js} +147 -9
  145. package/dist/esm/cura-accordion_20.entry.js.map +1 -0
  146. package/dist/esm/cura-checkbox.entry.js +4 -3
  147. package/dist/esm/cura-checkbox.entry.js.map +1 -1
  148. package/dist/esm/cura-display.entry.js +1 -1
  149. package/dist/esm/cura-icons-view.entry.js +1 -1
  150. package/dist/esm/cura-icons-view.entry.js.map +1 -1
  151. package/dist/esm/cura-modal.entry.js +3 -3
  152. package/dist/esm/cura-modal.entry.js.map +1 -1
  153. package/dist/esm/cura-radio.entry.js +4 -3
  154. package/dist/esm/cura-radio.entry.js.map +1 -1
  155. package/dist/esm/cura-switch.entry.js +4 -4
  156. package/dist/esm/cura-switch.entry.js.map +1 -1
  157. package/dist/esm/cura-tabs-button.entry.js +102 -0
  158. package/dist/esm/cura-tabs-button.entry.js.map +1 -0
  159. package/dist/esm/cura-tabs-transparent.entry.js +101 -0
  160. package/dist/esm/cura-tabs-transparent.entry.js.map +1 -0
  161. package/dist/esm/cura-tabs.definitions-a017126e.js +10 -0
  162. package/dist/esm/cura-tabs.definitions-a017126e.js.map +1 -0
  163. package/dist/esm/{cura-theme-module-0fa5ee0b.js → cura-theme-module-bf286f68.js} +32 -1
  164. package/dist/esm/cura-theme-module-bf286f68.js.map +1 -0
  165. package/dist/esm/cura.js +3 -3
  166. package/dist/esm/index.js +1 -1
  167. package/dist/esm/loader.js +3 -3
  168. package/dist/types/api/theme-presets/theme-perinatal-temporary.d.ts +43 -0
  169. package/dist/types/api/theme-presets/theme-presets.d.ts +43 -0
  170. package/dist/types/components/cura-avatar/cura-avatar.d.ts +37 -0
  171. package/dist/types/components/forms/cura-checkbox/cura-checkbox.d.ts +17 -4
  172. package/dist/types/components/forms/cura-radio/cura-radio.d.ts +17 -4
  173. package/dist/types/components/forms/cura-select/cura-select.d.ts +6 -0
  174. package/dist/types/components/forms/cura-select/cura-select.stories.d.ts +11 -0
  175. package/dist/types/components/forms/cura-switch/cura-switch.d.ts +16 -3
  176. package/dist/types/components/tabs/cura-tabs/cura-tabs.d.ts +30 -0
  177. package/dist/types/components/tabs/cura-tabs/cura-tabs.stories.d.ts +99 -0
  178. package/dist/types/components/tabs/cura-tabs-button/cura-tabs-button.d.ts +29 -0
  179. package/dist/types/components/tabs/cura-tabs-button/cura-tabs-button.stories.d.ts +99 -0
  180. package/dist/types/components/tabs/cura-tabs-group/cura-tabs-group.d.ts +18 -0
  181. package/dist/types/components/tabs/cura-tabs-group/cura-tabs-group.stories.d.ts +57 -0
  182. package/dist/types/components/tabs/cura-tabs-transparent/cura-tabs-transparent.d.ts +29 -0
  183. package/dist/types/components/tabs/cura-tabs-transparent/cura-tabs-transparent.stories.d.ts +99 -0
  184. package/dist/types/components/tabs/cura-tabs.definitions.d.ts +6 -0
  185. package/dist/types/components.d.ts +298 -24
  186. package/package.json +2 -2
  187. package/dist/cjs/cura-accordion_18.cjs.entry.js.map +0 -1
  188. package/dist/cjs/cura-theme-module-f1e4a309.js.map +0 -1
  189. package/dist/cura/p-03feed94.entry.js +0 -2
  190. package/dist/cura/p-03feed94.entry.js.map +0 -1
  191. package/dist/cura/p-07817634.entry.js +0 -2
  192. package/dist/cura/p-07817634.entry.js.map +0 -1
  193. package/dist/cura/p-84c18273.entry.js +0 -2
  194. package/dist/cura/p-84c18273.entry.js.map +0 -1
  195. package/dist/cura/p-9fce5ec5.entry.js +0 -2
  196. package/dist/cura/p-9fce5ec5.entry.js.map +0 -1
  197. package/dist/cura/p-b84924e1.entry.js +0 -2
  198. package/dist/cura/p-b84924e1.entry.js.map +0 -1
  199. package/dist/cura/p-b856b946.entry.js +0 -2
  200. package/dist/cura/p-b856b946.entry.js.map +0 -1
  201. package/dist/cura/p-bf8e2037.js +0 -2
  202. package/dist/cura/p-bf8e2037.js.map +0 -1
  203. package/dist/esm/cura-accordion_18.entry.js.map +0 -1
  204. package/dist/esm/cura-theme-module-0fa5ee0b.js.map +0 -1
  205. /package/dist/cura/{p-0c25333f.js.map → p-6cbd49dd.js.map} +0 -0
  206. /package/dist/cura/{p-ac01bec2.entry.js.map → p-8aade007.entry.js.map} +0 -0
@@ -0,0 +1,57 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ render: ({ ...args }: {
5
+ [x: string]: any;
6
+ }) => string;
7
+ argTypes: {
8
+ gap: {
9
+ control: string;
10
+ description: string;
11
+ table: {
12
+ category: string;
13
+ defaultValue: {
14
+ summary: string;
15
+ };
16
+ };
17
+ };
18
+ borderBottom: {
19
+ control: string;
20
+ description: string;
21
+ table: {
22
+ category: string;
23
+ defaultValue: {
24
+ summary: string;
25
+ };
26
+ };
27
+ };
28
+ colorMode: {
29
+ control: {
30
+ type: string;
31
+ };
32
+ options: string[];
33
+ description: string;
34
+ table: {
35
+ category: string;
36
+ defaultValue: {
37
+ summary: string;
38
+ };
39
+ };
40
+ };
41
+ tabChange: {
42
+ action: string;
43
+ description: string;
44
+ table: {
45
+ category: string;
46
+ };
47
+ };
48
+ };
49
+ };
50
+ export default _default;
51
+ export declare const CuraTabs: {
52
+ args: {
53
+ gap: number;
54
+ borderBottom: boolean;
55
+ colorMode: string;
56
+ };
57
+ };
@@ -0,0 +1,29 @@
1
+ import { EventEmitter } from '../../../stencil-public-runtime';
2
+ export declare class CuraTabsTransparent {
3
+ name: string;
4
+ iconName: string;
5
+ selected: boolean;
6
+ disabled: boolean;
7
+ borderBottom: boolean;
8
+ size: 'small' | 'medium' | 'large';
9
+ colorMode: 'dark' | 'light';
10
+ hovered: boolean;
11
+ styles: Record<string, string>;
12
+ tabSelect: EventEmitter<{
13
+ name: string;
14
+ }>;
15
+ setColors(): void;
16
+ computeContentColor(): string;
17
+ getIcon(): any;
18
+ getClasses(): {
19
+ [x: string]: boolean;
20
+ selected: boolean;
21
+ disabled: boolean;
22
+ 'border-bottom': boolean;
23
+ };
24
+ connectedCallback(): void;
25
+ handleMouseEnter(): void;
26
+ handleMouseLeave(): void;
27
+ handleClick(e: Event): void;
28
+ render(): any;
29
+ }
@@ -0,0 +1,99 @@
1
+ declare const _default: {
2
+ title: string;
3
+ tags: string[];
4
+ render: ({ ...args }: {
5
+ [x: string]: any;
6
+ }) => string;
7
+ argTypes: {
8
+ name: {
9
+ control: string;
10
+ description: string;
11
+ table: {
12
+ category: string;
13
+ };
14
+ };
15
+ iconName: {
16
+ control: {
17
+ type: string;
18
+ };
19
+ options: string[];
20
+ description: string;
21
+ table: {
22
+ category: string;
23
+ };
24
+ };
25
+ selected: {
26
+ control: string;
27
+ description: string;
28
+ table: {
29
+ category: string;
30
+ defaultValue: {
31
+ summary: boolean;
32
+ };
33
+ };
34
+ };
35
+ disabled: {
36
+ control: string;
37
+ description: string;
38
+ table: {
39
+ category: string;
40
+ defaultValue: {
41
+ summary: boolean;
42
+ };
43
+ };
44
+ };
45
+ borderBottom: {
46
+ control: string;
47
+ description: string;
48
+ table: {
49
+ category: string;
50
+ defaultValue: {
51
+ summary: string;
52
+ };
53
+ };
54
+ };
55
+ size: {
56
+ control: string;
57
+ options: string[];
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ defaultValue: {
62
+ summary: string;
63
+ };
64
+ };
65
+ };
66
+ colorMode: {
67
+ control: {
68
+ type: string;
69
+ };
70
+ options: string[];
71
+ description: string;
72
+ table: {
73
+ category: string;
74
+ defaultValue: {
75
+ summary: string;
76
+ };
77
+ };
78
+ };
79
+ tabSelect: {
80
+ action: string;
81
+ description: string;
82
+ table: {
83
+ category: string;
84
+ };
85
+ };
86
+ };
87
+ };
88
+ export default _default;
89
+ export declare const CuraTabs: {
90
+ args: {
91
+ name: string;
92
+ iconName: string;
93
+ selected: boolean;
94
+ disabled: boolean;
95
+ borderBottom: boolean;
96
+ size: string;
97
+ colorMode: string;
98
+ };
99
+ };
@@ -0,0 +1,6 @@
1
+ export declare const labelSizes: {
2
+ small: string;
3
+ medium: string;
4
+ large: string;
5
+ default: string;
6
+ };
@@ -73,14 +73,47 @@ export namespace Components {
73
73
  "type": 'info' | 'success' | 'warning' | 'error';
74
74
  }
75
75
  interface CuraAvatar {
76
+ /**
77
+ * Background color of the avatar. Accepts any color from the theme.
78
+ * @default neutral-purewhite
79
+ */
76
80
  "backgroundColor": string;
81
+ /**
82
+ * Show border of the avatar.
83
+ * @default false
84
+ */
77
85
  "border": boolean;
86
+ /**
87
+ * Border color of the avatar. Accepts any color from the theme.
88
+ */
78
89
  "borderColor": string;
90
+ /**
91
+ * Border radius of the avatar.
92
+ * @default 50%
93
+ */
79
94
  "borderRadius": string;
95
+ /**
96
+ * Floating state of the avatar.
97
+ * @default false
98
+ */
80
99
  "floating": boolean;
100
+ /**
101
+ * Image source of the avatar. Accepts any image source. If not provided, the default image will be used.
102
+ */
81
103
  "imageSrc": string;
104
+ /**
105
+ * Default image source of the avatar. Some predefined images are available in the design system assets folder.
106
+ */
82
107
  "imageSrcDefault": string;
108
+ /**
109
+ * Size of the avatar. Values: 80, 40, 32, 24.
110
+ * @default 80
111
+ */
83
112
  "size": '80' | '40' | '32' | '24';
113
+ /**
114
+ * Type of the avatar.
115
+ * @default default
116
+ */
84
117
  "type": 'default' | 'branding';
85
118
  }
86
119
  interface CuraBadgeCounter {
@@ -509,6 +542,16 @@ export namespace Components {
509
542
  * Specifies the tabindex of the checkbox.
510
543
  */
511
544
  "ontabindex": number;
545
+ /**
546
+ * Controls how the helper text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
547
+ * @default 'none'
548
+ */
549
+ "overflowHelper": 'none' | 'single' | string;
550
+ /**
551
+ * Controls how the label text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
552
+ * @default 'none'
553
+ */
554
+ "overflowLabel": 'none' | 'single' | string;
512
555
  /**
513
556
  * Position of the label relative to the checkbox. Can be 'left' or 'right'.
514
557
  */
@@ -525,10 +568,6 @@ export namespace Components {
525
568
  * Status of the checkbox. Can be 'error', 'success', or 'default'.
526
569
  */
527
570
  "status": 'error' | 'success' | 'default';
528
- /**
529
- * Apply text-overflow ellipsis definitions. Default to none
530
- */
531
- "textOverflow": 'none' | 'single' | string;
532
571
  /**
533
572
  * Value associated with the checkbox.
534
573
  */
@@ -982,6 +1021,16 @@ export namespace Components {
982
1021
  * Specifies the tabindex of the radio button.
983
1022
  */
984
1023
  "ontabindex": number;
1024
+ /**
1025
+ * Controls how the helper text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
1026
+ * @default 'none'
1027
+ */
1028
+ "overflowHelper": 'none' | 'single' | string;
1029
+ /**
1030
+ * Controls how the label text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
1031
+ * @default 'none'
1032
+ */
1033
+ "overflowLabel": 'none' | 'single' | string;
985
1034
  /**
986
1035
  * Position of the label relative to the radio button. Can be 'left' or 'right'.
987
1036
  */
@@ -998,10 +1047,6 @@ export namespace Components {
998
1047
  * Status of the radio button. Can be 'error', 'success', or 'default'.
999
1048
  */
1000
1049
  "status": 'error' | 'success' | 'default';
1001
- /**
1002
- * Apply text-overflow ellipsis definitions. Default to none
1003
- */
1004
- "textOverflow": 'none' | 'single' | string;
1005
1050
  /**
1006
1051
  * Value associated with the radio button.
1007
1052
  */
@@ -1021,6 +1066,10 @@ export namespace Components {
1021
1066
  * The label text for the select component. Reflects as an attribute in the DOM.
1022
1067
  */
1023
1068
  "label": string;
1069
+ /**
1070
+ * CSS max-height property for dropdown item. Can also be used by css property --max-height. Default: 285px
1071
+ */
1072
+ "maxHeight": string;
1024
1073
  /**
1025
1074
  * Display mode of the select component. Can be 'default' or 'transparent'.
1026
1075
  */
@@ -1121,6 +1170,16 @@ export namespace Components {
1121
1170
  * Tab index for the switch element. Reflects as an HTML attribute.
1122
1171
  */
1123
1172
  "ontabindex": number;
1173
+ /**
1174
+ * Controls how the helper text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
1175
+ * @default 'none'
1176
+ */
1177
+ "overflowHelper": 'none' | 'single' | string;
1178
+ /**
1179
+ * Controls how the label text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
1180
+ * @default 'none'
1181
+ */
1182
+ "overflowLabel": 'none' | 'single' | string;
1124
1183
  /**
1125
1184
  * Position of the label relative to the switch. Can be 'left' or 'right'.
1126
1185
  */
@@ -1129,10 +1188,38 @@ export namespace Components {
1129
1188
  * Size of the switch. Can be 'small', 'medium', or 'large'.
1130
1189
  */
1131
1190
  "size": 'small' | 'medium' | 'large';
1132
- /**
1133
- * Apply text-overflow ellipsis definitions. Default to none
1134
- */
1135
- "textOverflow": 'none' | 'single' | string;
1191
+ }
1192
+ interface CuraTabs {
1193
+ "borderBottom": boolean;
1194
+ "colorMode": 'dark' | 'light';
1195
+ "disabled": boolean;
1196
+ "iconName": string;
1197
+ "name": string;
1198
+ "selected": boolean;
1199
+ "size": 'small' | 'medium' | 'large';
1200
+ }
1201
+ interface CuraTabsButton {
1202
+ "colorMode": 'dark' | 'light';
1203
+ "counter"?: number;
1204
+ "disabled": boolean;
1205
+ "iconName": string;
1206
+ "name": string;
1207
+ "selected": boolean;
1208
+ "size": 'small' | 'medium' | 'large';
1209
+ }
1210
+ interface CuraTabsGroup {
1211
+ "borderBottom": boolean;
1212
+ "colorMode": 'dark' | 'light';
1213
+ "gap": number;
1214
+ }
1215
+ interface CuraTabsTransparent {
1216
+ "borderBottom": boolean;
1217
+ "colorMode": 'dark' | 'light';
1218
+ "disabled": boolean;
1219
+ "iconName": string;
1220
+ "name": string;
1221
+ "selected": boolean;
1222
+ "size": 'small' | 'medium' | 'large';
1136
1223
  }
1137
1224
  interface CuraToast {
1138
1225
  "autoCloseDelay": number;
@@ -1209,6 +1296,22 @@ export interface CuraSwitchCustomEvent<T> extends CustomEvent<T> {
1209
1296
  detail: T;
1210
1297
  target: HTMLCuraSwitchElement;
1211
1298
  }
1299
+ export interface CuraTabsCustomEvent<T> extends CustomEvent<T> {
1300
+ detail: T;
1301
+ target: HTMLCuraTabsElement;
1302
+ }
1303
+ export interface CuraTabsButtonCustomEvent<T> extends CustomEvent<T> {
1304
+ detail: T;
1305
+ target: HTMLCuraTabsButtonElement;
1306
+ }
1307
+ export interface CuraTabsGroupCustomEvent<T> extends CustomEvent<T> {
1308
+ detail: T;
1309
+ target: HTMLCuraTabsGroupElement;
1310
+ }
1311
+ export interface CuraTabsTransparentCustomEvent<T> extends CustomEvent<T> {
1312
+ detail: T;
1313
+ target: HTMLCuraTabsTransparentElement;
1314
+ }
1212
1315
  export interface CuraToastCustomEvent<T> extends CustomEvent<T> {
1213
1316
  detail: T;
1214
1317
  target: HTMLCuraToastElement;
@@ -1594,6 +1697,74 @@ declare global {
1594
1697
  prototype: HTMLCuraSwitchElement;
1595
1698
  new (): HTMLCuraSwitchElement;
1596
1699
  };
1700
+ interface HTMLCuraTabsElementEventMap {
1701
+ "tabSelect": { name: string };
1702
+ }
1703
+ interface HTMLCuraTabsElement extends Components.CuraTabs, HTMLStencilElement {
1704
+ addEventListener<K extends keyof HTMLCuraTabsElementEventMap>(type: K, listener: (this: HTMLCuraTabsElement, ev: CuraTabsCustomEvent<HTMLCuraTabsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1705
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1706
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1707
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1708
+ removeEventListener<K extends keyof HTMLCuraTabsElementEventMap>(type: K, listener: (this: HTMLCuraTabsElement, ev: CuraTabsCustomEvent<HTMLCuraTabsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1709
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1710
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1711
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1712
+ }
1713
+ var HTMLCuraTabsElement: {
1714
+ prototype: HTMLCuraTabsElement;
1715
+ new (): HTMLCuraTabsElement;
1716
+ };
1717
+ interface HTMLCuraTabsButtonElementEventMap {
1718
+ "tabSelect": { name: string };
1719
+ }
1720
+ interface HTMLCuraTabsButtonElement extends Components.CuraTabsButton, HTMLStencilElement {
1721
+ addEventListener<K extends keyof HTMLCuraTabsButtonElementEventMap>(type: K, listener: (this: HTMLCuraTabsButtonElement, ev: CuraTabsButtonCustomEvent<HTMLCuraTabsButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1722
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1723
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1724
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1725
+ removeEventListener<K extends keyof HTMLCuraTabsButtonElementEventMap>(type: K, listener: (this: HTMLCuraTabsButtonElement, ev: CuraTabsButtonCustomEvent<HTMLCuraTabsButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1726
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1727
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1728
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1729
+ }
1730
+ var HTMLCuraTabsButtonElement: {
1731
+ prototype: HTMLCuraTabsButtonElement;
1732
+ new (): HTMLCuraTabsButtonElement;
1733
+ };
1734
+ interface HTMLCuraTabsGroupElementEventMap {
1735
+ "tabChange": string;
1736
+ }
1737
+ interface HTMLCuraTabsGroupElement extends Components.CuraTabsGroup, HTMLStencilElement {
1738
+ addEventListener<K extends keyof HTMLCuraTabsGroupElementEventMap>(type: K, listener: (this: HTMLCuraTabsGroupElement, ev: CuraTabsGroupCustomEvent<HTMLCuraTabsGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1739
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1740
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1741
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1742
+ removeEventListener<K extends keyof HTMLCuraTabsGroupElementEventMap>(type: K, listener: (this: HTMLCuraTabsGroupElement, ev: CuraTabsGroupCustomEvent<HTMLCuraTabsGroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1743
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1744
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1745
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1746
+ }
1747
+ var HTMLCuraTabsGroupElement: {
1748
+ prototype: HTMLCuraTabsGroupElement;
1749
+ new (): HTMLCuraTabsGroupElement;
1750
+ };
1751
+ interface HTMLCuraTabsTransparentElementEventMap {
1752
+ "tabSelect": { name: string };
1753
+ }
1754
+ interface HTMLCuraTabsTransparentElement extends Components.CuraTabsTransparent, HTMLStencilElement {
1755
+ addEventListener<K extends keyof HTMLCuraTabsTransparentElementEventMap>(type: K, listener: (this: HTMLCuraTabsTransparentElement, ev: CuraTabsTransparentCustomEvent<HTMLCuraTabsTransparentElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1756
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1757
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1758
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1759
+ removeEventListener<K extends keyof HTMLCuraTabsTransparentElementEventMap>(type: K, listener: (this: HTMLCuraTabsTransparentElement, ev: CuraTabsTransparentCustomEvent<HTMLCuraTabsTransparentElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1760
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1761
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1762
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1763
+ }
1764
+ var HTMLCuraTabsTransparentElement: {
1765
+ prototype: HTMLCuraTabsTransparentElement;
1766
+ new (): HTMLCuraTabsTransparentElement;
1767
+ };
1597
1768
  interface HTMLCuraToastElementEventMap {
1598
1769
  "toastClosed": void;
1599
1770
  }
@@ -1667,6 +1838,10 @@ declare global {
1667
1838
  "cura-stepper": HTMLCuraStepperElement;
1668
1839
  "cura-stepper-item": HTMLCuraStepperItemElement;
1669
1840
  "cura-switch": HTMLCuraSwitchElement;
1841
+ "cura-tabs": HTMLCuraTabsElement;
1842
+ "cura-tabs-button": HTMLCuraTabsButtonElement;
1843
+ "cura-tabs-group": HTMLCuraTabsGroupElement;
1844
+ "cura-tabs-transparent": HTMLCuraTabsTransparentElement;
1670
1845
  "cura-toast": HTMLCuraToastElement;
1671
1846
  "cura-tooltip": HTMLCuraTooltipElement;
1672
1847
  }
@@ -1736,14 +1911,47 @@ declare namespace LocalJSX {
1736
1911
  "type"?: 'info' | 'success' | 'warning' | 'error';
1737
1912
  }
1738
1913
  interface CuraAvatar {
1914
+ /**
1915
+ * Background color of the avatar. Accepts any color from the theme.
1916
+ * @default neutral-purewhite
1917
+ */
1739
1918
  "backgroundColor"?: string;
1919
+ /**
1920
+ * Show border of the avatar.
1921
+ * @default false
1922
+ */
1740
1923
  "border"?: boolean;
1924
+ /**
1925
+ * Border color of the avatar. Accepts any color from the theme.
1926
+ */
1741
1927
  "borderColor"?: string;
1928
+ /**
1929
+ * Border radius of the avatar.
1930
+ * @default 50%
1931
+ */
1742
1932
  "borderRadius"?: string;
1933
+ /**
1934
+ * Floating state of the avatar.
1935
+ * @default false
1936
+ */
1743
1937
  "floating"?: boolean;
1938
+ /**
1939
+ * Image source of the avatar. Accepts any image source. If not provided, the default image will be used.
1940
+ */
1744
1941
  "imageSrc"?: string;
1942
+ /**
1943
+ * Default image source of the avatar. Some predefined images are available in the design system assets folder.
1944
+ */
1745
1945
  "imageSrcDefault"?: string;
1946
+ /**
1947
+ * Size of the avatar. Values: 80, 40, 32, 24.
1948
+ * @default 80
1949
+ */
1746
1950
  "size"?: '80' | '40' | '32' | '24';
1951
+ /**
1952
+ * Type of the avatar.
1953
+ * @default default
1954
+ */
1747
1955
  "type"?: 'default' | 'branding';
1748
1956
  }
1749
1957
  interface CuraBadgeCounter {
@@ -2180,6 +2388,16 @@ declare namespace LocalJSX {
2180
2388
  * Specifies the tabindex of the checkbox.
2181
2389
  */
2182
2390
  "ontabindex"?: number;
2391
+ /**
2392
+ * Controls how the helper text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
2393
+ * @default 'none'
2394
+ */
2395
+ "overflowHelper"?: 'none' | 'single' | string;
2396
+ /**
2397
+ * Controls how the label text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
2398
+ * @default 'none'
2399
+ */
2400
+ "overflowLabel"?: 'none' | 'single' | string;
2183
2401
  /**
2184
2402
  * Position of the label relative to the checkbox. Can be 'left' or 'right'.
2185
2403
  */
@@ -2196,10 +2414,6 @@ declare namespace LocalJSX {
2196
2414
  * Status of the checkbox. Can be 'error', 'success', or 'default'.
2197
2415
  */
2198
2416
  "status"?: 'error' | 'success' | 'default';
2199
- /**
2200
- * Apply text-overflow ellipsis definitions. Default to none
2201
- */
2202
- "textOverflow"?: 'none' | 'single' | string;
2203
2417
  /**
2204
2418
  * Value associated with the checkbox.
2205
2419
  */
@@ -2674,6 +2888,16 @@ declare namespace LocalJSX {
2674
2888
  * Specifies the tabindex of the radio button.
2675
2889
  */
2676
2890
  "ontabindex"?: number;
2891
+ /**
2892
+ * Controls how the helper text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
2893
+ * @default 'none'
2894
+ */
2895
+ "overflowHelper"?: 'none' | 'single' | string;
2896
+ /**
2897
+ * Controls how the label text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
2898
+ * @default 'none'
2899
+ */
2900
+ "overflowLabel"?: 'none' | 'single' | string;
2677
2901
  /**
2678
2902
  * Position of the label relative to the radio button. Can be 'left' or 'right'.
2679
2903
  */
@@ -2690,10 +2914,6 @@ declare namespace LocalJSX {
2690
2914
  * Status of the radio button. Can be 'error', 'success', or 'default'.
2691
2915
  */
2692
2916
  "status"?: 'error' | 'success' | 'default';
2693
- /**
2694
- * Apply text-overflow ellipsis definitions. Default to none
2695
- */
2696
- "textOverflow"?: 'none' | 'single' | string;
2697
2917
  /**
2698
2918
  * Value associated with the radio button.
2699
2919
  */
@@ -2713,6 +2933,10 @@ declare namespace LocalJSX {
2713
2933
  * The label text for the select component. Reflects as an attribute in the DOM.
2714
2934
  */
2715
2935
  "label"?: string;
2936
+ /**
2937
+ * CSS max-height property for dropdown item. Can also be used by css property --max-height. Default: 285px
2938
+ */
2939
+ "maxHeight"?: string;
2716
2940
  /**
2717
2941
  * Display mode of the select component. Can be 'default' or 'transparent'.
2718
2942
  */
@@ -2822,6 +3046,16 @@ declare namespace LocalJSX {
2822
3046
  * Tab index for the switch element. Reflects as an HTML attribute.
2823
3047
  */
2824
3048
  "ontabindex"?: number;
3049
+ /**
3050
+ * Controls how the helper text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
3051
+ * @default 'none'
3052
+ */
3053
+ "overflowHelper"?: 'none' | 'single' | string;
3054
+ /**
3055
+ * Controls how the label text should handle overflow. - `'none'`: No overflow handling; the label displays normally. - `'single'`: The label will be truncated with an ellipsis if it overflows a single line. - `string`: Custom overflow handling mode.
3056
+ * @default 'none'
3057
+ */
3058
+ "overflowLabel"?: 'none' | 'single' | string;
2825
3059
  /**
2826
3060
  * Position of the label relative to the switch. Can be 'left' or 'right'.
2827
3061
  */
@@ -2830,10 +3064,42 @@ declare namespace LocalJSX {
2830
3064
  * Size of the switch. Can be 'small', 'medium', or 'large'.
2831
3065
  */
2832
3066
  "size"?: 'small' | 'medium' | 'large';
2833
- /**
2834
- * Apply text-overflow ellipsis definitions. Default to none
2835
- */
2836
- "textOverflow"?: 'none' | 'single' | string;
3067
+ }
3068
+ interface CuraTabs {
3069
+ "borderBottom"?: boolean;
3070
+ "colorMode"?: 'dark' | 'light';
3071
+ "disabled"?: boolean;
3072
+ "iconName"?: string;
3073
+ "name"?: string;
3074
+ "onTabSelect"?: (event: CuraTabsCustomEvent<{ name: string }>) => void;
3075
+ "selected"?: boolean;
3076
+ "size"?: 'small' | 'medium' | 'large';
3077
+ }
3078
+ interface CuraTabsButton {
3079
+ "colorMode"?: 'dark' | 'light';
3080
+ "counter"?: number;
3081
+ "disabled"?: boolean;
3082
+ "iconName"?: string;
3083
+ "name"?: string;
3084
+ "onTabSelect"?: (event: CuraTabsButtonCustomEvent<{ name: string }>) => void;
3085
+ "selected"?: boolean;
3086
+ "size"?: 'small' | 'medium' | 'large';
3087
+ }
3088
+ interface CuraTabsGroup {
3089
+ "borderBottom"?: boolean;
3090
+ "colorMode"?: 'dark' | 'light';
3091
+ "gap"?: number;
3092
+ "onTabChange"?: (event: CuraTabsGroupCustomEvent<string>) => void;
3093
+ }
3094
+ interface CuraTabsTransparent {
3095
+ "borderBottom"?: boolean;
3096
+ "colorMode"?: 'dark' | 'light';
3097
+ "disabled"?: boolean;
3098
+ "iconName"?: string;
3099
+ "name"?: string;
3100
+ "onTabSelect"?: (event: CuraTabsTransparentCustomEvent<{ name: string }>) => void;
3101
+ "selected"?: boolean;
3102
+ "size"?: 'small' | 'medium' | 'large';
2837
3103
  }
2838
3104
  interface CuraToast {
2839
3105
  "autoCloseDelay"?: number;
@@ -2894,6 +3160,10 @@ declare namespace LocalJSX {
2894
3160
  "cura-stepper": CuraStepper;
2895
3161
  "cura-stepper-item": CuraStepperItem;
2896
3162
  "cura-switch": CuraSwitch;
3163
+ "cura-tabs": CuraTabs;
3164
+ "cura-tabs-button": CuraTabsButton;
3165
+ "cura-tabs-group": CuraTabsGroup;
3166
+ "cura-tabs-transparent": CuraTabsTransparent;
2897
3167
  "cura-toast": CuraToast;
2898
3168
  "cura-tooltip": CuraTooltip;
2899
3169
  }
@@ -2940,6 +3210,10 @@ declare module "@stencil/core" {
2940
3210
  "cura-stepper": LocalJSX.CuraStepper & JSXBase.HTMLAttributes<HTMLCuraStepperElement>;
2941
3211
  "cura-stepper-item": LocalJSX.CuraStepperItem & JSXBase.HTMLAttributes<HTMLCuraStepperItemElement>;
2942
3212
  "cura-switch": LocalJSX.CuraSwitch & JSXBase.HTMLAttributes<HTMLCuraSwitchElement>;
3213
+ "cura-tabs": LocalJSX.CuraTabs & JSXBase.HTMLAttributes<HTMLCuraTabsElement>;
3214
+ "cura-tabs-button": LocalJSX.CuraTabsButton & JSXBase.HTMLAttributes<HTMLCuraTabsButtonElement>;
3215
+ "cura-tabs-group": LocalJSX.CuraTabsGroup & JSXBase.HTMLAttributes<HTMLCuraTabsGroupElement>;
3216
+ "cura-tabs-transparent": LocalJSX.CuraTabsTransparent & JSXBase.HTMLAttributes<HTMLCuraTabsTransparentElement>;
2943
3217
  "cura-toast": LocalJSX.CuraToast & JSXBase.HTMLAttributes<HTMLCuraToastElement>;
2944
3218
  "cura-tooltip": LocalJSX.CuraTooltip & JSXBase.HTMLAttributes<HTMLCuraTooltipElement>;
2945
3219
  }