@scania/tegel 1.4.0 → 1.5.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 (218) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tds-dropdown.cjs.entry.js +17 -13
  3. package/dist/cjs/tds-header-cell.cjs.entry.js +2 -2
  4. package/dist/cjs/tds-icon.cjs.entry.js +3 -2
  5. package/dist/cjs/tds-modal.cjs.entry.js +1 -1
  6. package/dist/cjs/tegel.cjs.js +1 -1
  7. package/dist/collection/components/dropdown/dropdown.css +1 -0
  8. package/dist/collection/components/dropdown/dropdown.js +16 -12
  9. package/dist/collection/components/icon/icon.js +23 -5
  10. package/dist/collection/components/modal/modal.css +1 -1
  11. package/dist/collection/components/table/table-header-cell/table-header-cell.js +13 -10
  12. package/dist/components/icon.js +4 -2
  13. package/dist/components/tds-dropdown.js +17 -13
  14. package/dist/components/tds-header-cell.js +2 -2
  15. package/dist/components/tds-modal.js +1 -1
  16. package/dist/esm/loader.js +1 -1
  17. package/dist/esm/tds-dropdown.entry.js +17 -13
  18. package/dist/esm/tds-header-cell.entry.js +2 -2
  19. package/dist/esm/tds-icon.entry.js +3 -2
  20. package/dist/esm/tds-modal.entry.js +1 -1
  21. package/dist/esm/tegel.js +1 -1
  22. package/dist/tegel/p-15f8ac46.entry.js +1 -0
  23. package/dist/tegel/p-3b597a64.entry.js +1 -0
  24. package/dist/tegel/{p-6dc8f2dd.entry.js → p-78853c02.entry.js} +1 -1
  25. package/dist/tegel/p-7d93c35b.entry.js +1 -0
  26. package/dist/tegel/tegel.esm.js +1 -1
  27. package/dist/types/components/dropdown/dropdown.d.ts +2 -0
  28. package/dist/types/components/icon/icon.d.ts +6 -3
  29. package/dist/types/components/table/table-header-cell/table-header-cell.d.ts +14 -8
  30. package/dist/types/components.d.ts +20 -12
  31. package/package.json +1 -1
  32. package/dist/collection/components/accordion/accordion.stories.js +0 -100
  33. package/dist/collection/components/accordion/test/basic/accordion.e2e.js +0 -19
  34. package/dist/collection/components/accordion/test/disabled/accordion.e2e.js +0 -19
  35. package/dist/collection/components/accordion/test/expanded/accordion.e2e.js +0 -24
  36. package/dist/collection/components/accordion/test/padding-reset/accordion.e2e.js +0 -24
  37. package/dist/collection/components/badge/badge.stories.js +0 -106
  38. package/dist/collection/components/badge/test/basic/badge.e2e.js +0 -10
  39. package/dist/collection/components/badge/test/value/badge.e2e.js +0 -11
  40. package/dist/collection/components/banner/banner.stories.js +0 -92
  41. package/dist/collection/components/banner/test/basic/banner.e2e.js +0 -15
  42. package/dist/collection/components/banner/test/default/banner.e2e.js +0 -37
  43. package/dist/collection/components/banner/test/error/banner.e2e.js +0 -15
  44. package/dist/collection/components/banner/test/information/banner.e2e.js +0 -15
  45. package/dist/collection/components/block/block.stories.js +0 -49
  46. package/dist/collection/components/breadcrumbs/breadcrumbs.stories.js +0 -36
  47. package/dist/collection/components/breadcrumbs/test/default/breadcrumbs.e2e.js +0 -33
  48. package/dist/collection/components/button/button.stories.js +0 -185
  49. package/dist/collection/components/button/test/basic/button.e2e.js +0 -35
  50. package/dist/collection/components/button/test/danger/button.e2e.js +0 -18
  51. package/dist/collection/components/button/test/disabled/button.e2e.js +0 -24
  52. package/dist/collection/components/button/test/ghost/button.e2e.js +0 -18
  53. package/dist/collection/components/button/test/icon/button.e2e.js +0 -38
  54. package/dist/collection/components/button/test/secondary/button.e2e.js +0 -18
  55. package/dist/collection/components/card/card.stories.js +0 -163
  56. package/dist/collection/components/card/test/basic/card.e2e.js +0 -10
  57. package/dist/collection/components/card/test/clickable/card.e2e.js +0 -21
  58. package/dist/collection/components/card/test/default/card.e2e.js +0 -33
  59. package/dist/collection/components/checkbox/checkbox.stories.js +0 -93
  60. package/dist/collection/components/chip/chip.stories.js +0 -230
  61. package/dist/collection/components/datetime/datetime.stories.js +0 -219
  62. package/dist/collection/components/divider/divider.stories.js +0 -62
  63. package/dist/collection/components/dropdown/dropdown.stories.js +0 -260
  64. package/dist/collection/components/dropdown/test/basic/dropdown.e2e.js +0 -41
  65. package/dist/collection/components/dropdown/test/default/dropdown.e2e.js +0 -76
  66. package/dist/collection/components/dropdown/test/error/dropdown.e2e.js +0 -36
  67. package/dist/collection/components/dropdown/test/filter/dropdown.e2e.js +0 -56
  68. package/dist/collection/components/dropdown/test/filter/hide-no-result-message/dropdown.e2e.js +0 -23
  69. package/dist/collection/components/dropdown/test/filter/normalize-text-false/dropdown.e2e.js +0 -43
  70. package/dist/collection/components/dropdown/test/multiselect/dropdown.e2e.js +0 -81
  71. package/dist/collection/components/footer/footer.stories.js +0 -145
  72. package/dist/collection/components/footer/test/default/footer.e2e.js +0 -34
  73. package/dist/collection/components/header/header.stories.js +0 -82
  74. package/dist/collection/components/header/test/default/header.e2e.js +0 -44
  75. package/dist/collection/components/icon/icon.stories.js +0 -48
  76. package/dist/collection/components/link/link.stories.js +0 -59
  77. package/dist/collection/components/message/message.stories.js +0 -109
  78. package/dist/collection/components/message/test/basic/message.e2e.js +0 -16
  79. package/dist/collection/components/message/test/error/message.e2e.js +0 -28
  80. package/dist/collection/components/message/test/information/message.e2e.js +0 -10
  81. package/dist/collection/components/message/test/success/message.e2e.js +0 -10
  82. package/dist/collection/components/message/test/warning/message.e2e.js +0 -10
  83. package/dist/collection/components/modal/modal.stories.js +0 -119
  84. package/dist/collection/components/modal/test/default/modal.e2e.js +0 -28
  85. package/dist/collection/components/modal/test/open-close/modal.e2e.js +0 -63
  86. package/dist/collection/components/modal/test/prevent-true/modal.e2e.js +0 -13
  87. package/dist/collection/components/popover-canvas/popover-canvas.stories.js +0 -92
  88. package/dist/collection/components/popover-canvas/test/default/popover-canvas.e2e.js +0 -30
  89. package/dist/collection/components/popover-canvas/test/show-false/popover-canvas.e2e.js +0 -30
  90. package/dist/collection/components/popover-canvas/test/show-true/popover-canvas.e2e.js +0 -30
  91. package/dist/collection/components/popover-menu/popover-menu.stories.js +0 -146
  92. package/dist/collection/components/popover-menu/test/default/popover-menu.e2e.js +0 -60
  93. package/dist/collection/components/popover-menu/test/icons-fluid/popover-menu.e2e.js +0 -27
  94. package/dist/collection/components/popover-menu/test/show/popover-menu.e2e.js +0 -20
  95. package/dist/collection/components/popover-menu/test/show-false/popover-menu.e2e.js +0 -20
  96. package/dist/collection/components/radio-button/radio-button.stories.js +0 -91
  97. package/dist/collection/components/side-menu/side-menu.stories.js +0 -224
  98. package/dist/collection/components/side-menu/test/collapsible/side-menu.e2e.js +0 -28
  99. package/dist/collection/components/side-menu/test/default/side-menu.e2e.js +0 -38
  100. package/dist/collection/components/slider/slider.stories.js +0 -243
  101. package/dist/collection/components/spinner/spinner.stories.js +0 -61
  102. package/dist/collection/components/stepper/stepper.stories.js +0 -95
  103. package/dist/collection/components/table/table/test/batch/table.e2e.js +0 -24
  104. package/dist/collection/components/table/table/test/default/table.e2e.js +0 -46
  105. package/dist/collection/components/table/table/test/expandable-row/table.e2e.js +0 -64
  106. package/dist/collection/components/table/table/test/filtering/table.e2e.js +0 -41
  107. package/dist/collection/components/table/table/test/multiselect/table.e2e.js +0 -47
  108. package/dist/collection/components/table/table/test/pagination/table.e2e.js +0 -53
  109. package/dist/collection/components/table/table/test/sorting/table.e2e.js +0 -36
  110. package/dist/collection/components/table/table-component-basic.stories.js +0 -184
  111. package/dist/collection/components/table/table-component-batch-actions.stories.js +0 -188
  112. package/dist/collection/components/table/table-component-custom-width.stories.js +0 -174
  113. package/dist/collection/components/table/table-component-expandable-rows.stories.js +0 -160
  114. package/dist/collection/components/table/table-component-filtering.stories.js +0 -195
  115. package/dist/collection/components/table/table-component-multiselect.stories.js +0 -211
  116. package/dist/collection/components/table/table-component-pagination.stories.js +0 -196
  117. package/dist/collection/components/table/table-component-sorting.stories.js +0 -240
  118. package/dist/collection/components/tabs/folder-tabs/folder-tabs.stories.js +0 -105
  119. package/dist/collection/components/tabs/inline-tabs/inline-tabs.stories.js +0 -99
  120. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.stories.js +0 -101
  121. package/dist/collection/components/text-field/text-field.stories.js +0 -247
  122. package/dist/collection/components/textarea/test/basic/textarea.e2e.js +0 -26
  123. package/dist/collection/components/textarea/test/default/textarea.e2e.js +0 -34
  124. package/dist/collection/components/textarea/test/read-only/textarea.e2e.js +0 -26
  125. package/dist/collection/components/textarea/textarea.stories.js +0 -188
  126. package/dist/collection/components/toast/toast.stories.js +0 -90
  127. package/dist/collection/components/toggle/toggle.stories.js +0 -95
  128. package/dist/collection/components/tooltip/tooltip.stories.js +0 -126
  129. package/dist/collection/stories/Installation/angular.stories.js +0 -111
  130. package/dist/collection/stories/Installation/javascript.stories.js +0 -99
  131. package/dist/collection/stories/Installation/react.stories.js +0 -117
  132. package/dist/collection/stories/announcements/announce-tegel.stories.js +0 -262
  133. package/dist/collection/stories/announcements/prefix-change.stories.js +0 -93
  134. package/dist/collection/stories/formatHtmlPreview.js +0 -10
  135. package/dist/collection/stories/foundations/color/color-brand.stories.js +0 -38
  136. package/dist/collection/stories/foundations/color/color-scales.stories.js +0 -71
  137. package/dist/collection/stories/foundations/color/color-semantic.stories.js +0 -40
  138. package/dist/collection/stories/foundations/grid/grid.stories.js +0 -386
  139. package/dist/collection/stories/foundations/spacing/spacing-element.stories.js +0 -100
  140. package/dist/collection/stories/foundations/spacing/spacing-layout.stories.js +0 -94
  141. package/dist/collection/stories/foundations/typography/typography-body.stories.js +0 -16
  142. package/dist/collection/stories/foundations/typography/typography-detail.stories.js +0 -17
  143. package/dist/collection/stories/foundations/typography/typography-headline.stories.js +0 -39
  144. package/dist/collection/stories/foundations/typography/typography-paragraph.stories.js +0 -12
  145. package/dist/collection/stories/patterns/navigation/navigation-basic.stories.js +0 -85
  146. package/dist/collection/stories/patterns/navigation/navigation-fewitems.stories.js +0 -259
  147. package/dist/collection/stories/patterns/navigation/navigation-manyitems.stories.js +0 -247
  148. package/dist/collection/stories/patterns/navigation/navigation-user-menu.stories.js +0 -140
  149. package/dist/collection/stories/tegel.stories.js +0 -283
  150. package/dist/collection/stories/utility/color/background-color.stories.js +0 -96
  151. package/dist/collection/stories/utility/color/text-color.stories.js +0 -94
  152. package/dist/tegel/p-556600b1.entry.js +0 -1
  153. package/dist/tegel/p-c6553022.entry.js +0 -1
  154. package/dist/tegel/p-f801cf0e.entry.js +0 -1
  155. package/dist/types/components/accordion/accordion.stories.d.ts +0 -77
  156. package/dist/types/components/badge/badge.stories.d.ts +0 -73
  157. package/dist/types/components/banner/banner.stories.d.ts +0 -69
  158. package/dist/types/components/block/block.stories.d.ts +0 -32
  159. package/dist/types/components/breadcrumbs/breadcrumbs.stories.d.ts +0 -16
  160. package/dist/types/components/button/button.stories.d.ts +0 -147
  161. package/dist/types/components/card/card.stories.d.ts +0 -128
  162. package/dist/types/components/checkbox/checkbox.stories.d.ts +0 -65
  163. package/dist/types/components/chip/chip.stories.d.ts +0 -99
  164. package/dist/types/components/datetime/datetime.stories.d.ts +0 -151
  165. package/dist/types/components/divider/divider.stories.d.ts +0 -58
  166. package/dist/types/components/dropdown/dropdown.stories.d.ts +0 -205
  167. package/dist/types/components/footer/footer.stories.d.ts +0 -44
  168. package/dist/types/components/header/header.stories.d.ts +0 -32
  169. package/dist/types/components/icon/icon.stories.d.ts +0 -36
  170. package/dist/types/components/link/link.stories.d.ts +0 -44
  171. package/dist/types/components/message/message.stories.d.ts +0 -88
  172. package/dist/types/components/modal/modal.stories.d.ts +0 -78
  173. package/dist/types/components/popover-canvas/popover-canvas.stories.d.ts +0 -27
  174. package/dist/types/components/popover-menu/popover-menu.stories.d.ts +0 -51
  175. package/dist/types/components/radio-button/radio-button.stories.d.ts +0 -39
  176. package/dist/types/components/side-menu/side-menu.stories.d.ts +0 -65
  177. package/dist/types/components/slider/slider.stories.d.ts +0 -235
  178. package/dist/types/components/spinner/spinner.stories.d.ts +0 -46
  179. package/dist/types/components/stepper/stepper.stories.d.ts +0 -80
  180. package/dist/types/components/table/table-component-basic.stories.d.ts +0 -144
  181. package/dist/types/components/table/table-component-batch-actions.stories.d.ts +0 -139
  182. package/dist/types/components/table/table-component-custom-width.stories.d.ts +0 -131
  183. package/dist/types/components/table/table-component-expandable-rows.stories.d.ts +0 -131
  184. package/dist/types/components/table/table-component-filtering.stories.d.ts +0 -131
  185. package/dist/types/components/table/table-component-multiselect.stories.d.ts +0 -147
  186. package/dist/types/components/table/table-component-pagination.stories.d.ts +0 -131
  187. package/dist/types/components/table/table-component-sorting.stories.d.ts +0 -183
  188. package/dist/types/components/tabs/folder-tabs/folder-tabs.stories.d.ts +0 -69
  189. package/dist/types/components/tabs/inline-tabs/inline-tabs.stories.d.ts +0 -61
  190. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.stories.d.ts +0 -61
  191. package/dist/types/components/text-field/text-field.stories.d.ts +0 -201
  192. package/dist/types/components/textarea/textarea.stories.d.ts +0 -139
  193. package/dist/types/components/toast/toast.stories.d.ts +0 -64
  194. package/dist/types/components/toggle/toggle.stories.d.ts +0 -74
  195. package/dist/types/components/tooltip/tooltip.stories.d.ts +0 -66
  196. package/dist/types/stories/Installation/angular.stories.d.ts +0 -6
  197. package/dist/types/stories/Installation/javascript.stories.d.ts +0 -7
  198. package/dist/types/stories/Installation/react.stories.d.ts +0 -6
  199. package/dist/types/stories/announcements/announce-tegel.stories.d.ts +0 -6
  200. package/dist/types/stories/announcements/prefix-change.stories.d.ts +0 -6
  201. package/dist/types/stories/formatHtmlPreview.d.ts +0 -2
  202. package/dist/types/stories/foundations/color/color-brand.stories.d.ts +0 -13
  203. package/dist/types/stories/foundations/color/color-scales.stories.d.ts +0 -30
  204. package/dist/types/stories/foundations/color/color-semantic.stories.d.ts +0 -13
  205. package/dist/types/stories/foundations/grid/grid.stories.d.ts +0 -35
  206. package/dist/types/stories/foundations/spacing/spacing-element.stories.d.ts +0 -8
  207. package/dist/types/stories/foundations/spacing/spacing-layout.stories.d.ts +0 -8
  208. package/dist/types/stories/foundations/typography/typography-body.stories.d.ts +0 -8
  209. package/dist/types/stories/foundations/typography/typography-detail.stories.d.ts +0 -8
  210. package/dist/types/stories/foundations/typography/typography-headline.stories.d.ts +0 -21
  211. package/dist/types/stories/foundations/typography/typography-paragraph.stories.d.ts +0 -8
  212. package/dist/types/stories/patterns/navigation/navigation-basic.stories.d.ts +0 -23
  213. package/dist/types/stories/patterns/navigation/navigation-fewitems.stories.d.ts +0 -23
  214. package/dist/types/stories/patterns/navigation/navigation-manyitems.stories.d.ts +0 -38
  215. package/dist/types/stories/patterns/navigation/navigation-user-menu.stories.d.ts +0 -33
  216. package/dist/types/stories/tegel.stories.d.ts +0 -6
  217. package/dist/types/stories/utility/color/background-color.stories.d.ts +0 -64
  218. package/dist/types/stories/utility/color/text-color.stories.d.ts +0 -64
@@ -1,61 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'Navigation Tabs': any;
6
- 'Navigation Tab': any;
7
- };
8
- design: {
9
- name: string;
10
- type: string;
11
- url: string;
12
- }[];
13
- };
14
- argTypes: {
15
- modeVariant: {
16
- name: string;
17
- description: string;
18
- control: {
19
- type: string;
20
- };
21
- options: string[];
22
- table: {
23
- defaultValue: {
24
- summary: string;
25
- };
26
- };
27
- };
28
- defaultSelectedIndex: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- options: (string | number)[];
35
- table: {
36
- defaultValue: {
37
- summary: string;
38
- };
39
- };
40
- };
41
- selectedIndex: {
42
- name: string;
43
- description: string;
44
- control: {
45
- type: string;
46
- };
47
- options: (string | number)[];
48
- if: {
49
- arg: string;
50
- eq: string;
51
- };
52
- };
53
- };
54
- args: {
55
- modeVariant: string;
56
- defaultSelectedIndex: string;
57
- selectedIndex: string;
58
- };
59
- };
60
- export default _default;
61
- export declare const NavigationTabs: any;
@@ -1,201 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: any;
5
- layout: string;
6
- design: {
7
- name: string;
8
- type: string;
9
- url: string;
10
- }[];
11
- };
12
- argTypes: {
13
- modeVariant: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- options: string[];
20
- table: {
21
- defaultValue: {
22
- summary: string;
23
- };
24
- };
25
- };
26
- state: {
27
- name: string;
28
- description: string;
29
- control: {
30
- type: string;
31
- };
32
- options: string[];
33
- table: {
34
- defaultValue: {
35
- summary: string;
36
- };
37
- };
38
- };
39
- type: {
40
- name: string;
41
- description: string;
42
- control: {
43
- type: string;
44
- };
45
- options: string[];
46
- table: {
47
- defaultValue: {
48
- summary: string;
49
- };
50
- };
51
- };
52
- size: {
53
- name: string;
54
- description: string;
55
- control: {
56
- type: string;
57
- };
58
- options: string[];
59
- table: {
60
- defaultValue: {
61
- summary: string;
62
- };
63
- };
64
- };
65
- label: {
66
- name: string;
67
- description: string;
68
- control: {
69
- type: string;
70
- };
71
- };
72
- labelPosition: {
73
- name: string;
74
- description: string;
75
- control: {
76
- type: string;
77
- };
78
- options: string[];
79
- table: {
80
- defaultValue: {
81
- summary: string;
82
- };
83
- };
84
- };
85
- placeholderText: {
86
- name: string;
87
- description: string;
88
- control: {
89
- type: string;
90
- };
91
- };
92
- helper: {
93
- name: string;
94
- description: string;
95
- control: {
96
- type: string;
97
- };
98
- };
99
- prefix: {
100
- name: string;
101
- description: string;
102
- control: {
103
- type: string;
104
- };
105
- };
106
- prefixType: {
107
- name: string;
108
- description: string;
109
- control: {
110
- type: string;
111
- };
112
- options: string[];
113
- if: {
114
- arg: string;
115
- eq: boolean;
116
- };
117
- };
118
- suffix: {
119
- name: string;
120
- description: string;
121
- control: {
122
- type: string;
123
- };
124
- };
125
- suffixType: {
126
- name: string;
127
- description: string;
128
- control: {
129
- type: string;
130
- };
131
- options: string[];
132
- if: {
133
- arg: string;
134
- eq: boolean;
135
- };
136
- };
137
- maxLength: {
138
- name: string;
139
- description: string;
140
- control: {
141
- type: string;
142
- };
143
- };
144
- noMinWidth: {
145
- name: string;
146
- description: string;
147
- control: {
148
- type: string;
149
- };
150
- table: {
151
- defaultValue: {
152
- summary: boolean;
153
- };
154
- };
155
- };
156
- readonly: {
157
- description: string;
158
- name: string;
159
- control: {
160
- type: string;
161
- };
162
- table: {
163
- defaultValue: {
164
- summary: boolean;
165
- };
166
- };
167
- };
168
- disabled: {
169
- description: string;
170
- name: string;
171
- control: {
172
- type: string;
173
- };
174
- table: {
175
- defaultValue: {
176
- summary: boolean;
177
- };
178
- };
179
- };
180
- };
181
- args: {
182
- modeVariant: string;
183
- state: string;
184
- type: string;
185
- size: string;
186
- label: string;
187
- labelPosition: string;
188
- placeholderText: string;
189
- helper: string;
190
- prefix: boolean;
191
- prefixType: string;
192
- suffix: boolean;
193
- suffixType: string;
194
- maxLength: number;
195
- noMinWidth: string;
196
- readonly: boolean;
197
- disabled: boolean;
198
- };
199
- };
200
- export default _default;
201
- export declare const Default: any;
@@ -1,139 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: any;
5
- layout: string;
6
- design: {
7
- name: string;
8
- type: string;
9
- url: string;
10
- }[];
11
- };
12
- argTypes: {
13
- modeVariant: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- options: string[];
20
- table: {
21
- defaultValue: {
22
- summary: string;
23
- };
24
- };
25
- };
26
- state: {
27
- name: string;
28
- description: string;
29
- control: {
30
- type: string;
31
- };
32
- options: string[];
33
- table: {
34
- defaultValue: {
35
- summary: string;
36
- };
37
- };
38
- };
39
- label: {
40
- name: string;
41
- description: string;
42
- control: {
43
- type: string;
44
- };
45
- };
46
- labelPosition: {
47
- name: string;
48
- description: string;
49
- control: {
50
- type: string;
51
- };
52
- options: string[];
53
- table: {
54
- defaultValue: {
55
- summary: string;
56
- };
57
- };
58
- };
59
- placeholder: {
60
- name: string;
61
- description: string;
62
- control: {
63
- type: string;
64
- };
65
- };
66
- helper: {
67
- name: string;
68
- description: string;
69
- control: {
70
- type: string;
71
- };
72
- };
73
- rows: {
74
- name: string;
75
- description: string;
76
- control: {
77
- type: string;
78
- };
79
- };
80
- maxLength: {
81
- name: string;
82
- description: string;
83
- control: {
84
- type: string;
85
- };
86
- };
87
- noMinWidth: {
88
- name: string;
89
- description: string;
90
- control: {
91
- type: string;
92
- };
93
- table: {
94
- defaultValue: {
95
- summary: boolean;
96
- };
97
- };
98
- };
99
- readonly: {
100
- name: string;
101
- description: string;
102
- control: {
103
- type: string;
104
- };
105
- table: {
106
- defaultValue: {
107
- summary: boolean;
108
- };
109
- };
110
- };
111
- disabled: {
112
- name: string;
113
- description: string;
114
- control: {
115
- type: string;
116
- };
117
- table: {
118
- defaultValue: {
119
- summary: boolean;
120
- };
121
- };
122
- };
123
- };
124
- args: {
125
- modeVariant: string;
126
- state: string;
127
- label: string;
128
- labelPosition: string;
129
- placeholder: string;
130
- helper: string;
131
- rows: number;
132
- maxLength: number;
133
- noMinWidth: boolean;
134
- readonly: boolean;
135
- disabled: boolean;
136
- };
137
- };
138
- export default _default;
139
- export declare const Default: any;
@@ -1,64 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- notes: any;
6
- design: {
7
- name: string;
8
- type: string;
9
- url: string;
10
- }[];
11
- };
12
- argTypes: {
13
- variant: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- options: string[];
20
- table: {
21
- defaultValue: {
22
- summary: string;
23
- };
24
- };
25
- };
26
- header: {
27
- name: string;
28
- description: string;
29
- control: {
30
- type: string;
31
- };
32
- };
33
- subheader: {
34
- name: string;
35
- description: string;
36
- control: {
37
- type: string;
38
- };
39
- };
40
- actions: {
41
- name: string;
42
- description: string;
43
- control: {
44
- type: string;
45
- };
46
- };
47
- hidden: {
48
- name: string;
49
- description: string;
50
- control: {
51
- type: string;
52
- };
53
- };
54
- };
55
- args: {
56
- variant: string;
57
- header: string;
58
- subheader: string;
59
- actions: string;
60
- hidden: boolean;
61
- };
62
- };
63
- export default _default;
64
- export declare const Default: any;
@@ -1,74 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: any;
5
- layout: string;
6
- design: {
7
- name: string;
8
- type: string;
9
- url: string;
10
- }[];
11
- };
12
- argTypes: {
13
- size: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- options: string[];
20
- table: {
21
- defaultValue: {
22
- summary: string;
23
- };
24
- };
25
- };
26
- headline: {
27
- name: string;
28
- description: string;
29
- control: {
30
- type: string;
31
- };
32
- };
33
- label: {
34
- name: string;
35
- description: string;
36
- control: {
37
- type: string;
38
- };
39
- };
40
- checked: {
41
- name: string;
42
- description: string;
43
- control: {
44
- type: string;
45
- };
46
- table: {
47
- defaultValue: {
48
- summary: boolean;
49
- };
50
- };
51
- };
52
- disabled: {
53
- name: string;
54
- description: string;
55
- control: {
56
- type: string;
57
- };
58
- table: {
59
- defaultValue: {
60
- summary: boolean;
61
- };
62
- };
63
- };
64
- };
65
- args: {
66
- size: string;
67
- headline: string;
68
- label: string;
69
- checked: boolean;
70
- disabled: boolean;
71
- };
72
- };
73
- export default _default;
74
- export declare const Default: any;
@@ -1,66 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- notes: any;
6
- docs: {
7
- source: {
8
- state: string;
9
- };
10
- };
11
- design: {
12
- name: string;
13
- type: string;
14
- url: string;
15
- }[];
16
- };
17
- argTypes: {
18
- tooltipPosition: {
19
- name: string;
20
- description: string;
21
- control: {
22
- type: string;
23
- };
24
- options: string[];
25
- table: {
26
- defaultValue: {
27
- summary: string;
28
- };
29
- };
30
- };
31
- text: {
32
- name: string;
33
- description: string;
34
- control: {
35
- type: string;
36
- };
37
- };
38
- slot: {
39
- name: string;
40
- description: string;
41
- control: {
42
- type: string;
43
- };
44
- };
45
- mouseOverTooltip: {
46
- name: string;
47
- description: string;
48
- control: {
49
- type: string;
50
- };
51
- table: {
52
- defaultValue: {
53
- summary: boolean;
54
- };
55
- };
56
- };
57
- };
58
- args: {
59
- tooltipPosition: string;
60
- text: string;
61
- slot: string;
62
- mouseOverTooltip: boolean;
63
- };
64
- };
65
- export default _default;
66
- export declare const Default: any;
@@ -1,6 +0,0 @@
1
- import type { Meta } from '@storybook/html';
2
- declare const meta: Meta;
3
- export default meta;
4
- export declare const Angular: {
5
- render: () => string;
6
- };
@@ -1,7 +0,0 @@
1
- import type { Meta } from '@storybook/html';
2
- import '../../../.storybook/tegel.syntax.highlighter.css';
3
- declare const meta: Meta;
4
- export default meta;
5
- export declare const Javascript: {
6
- render: () => string;
7
- };
@@ -1,6 +0,0 @@
1
- import type { Meta } from '@storybook/html';
2
- declare const meta: Meta;
3
- export default meta;
4
- export declare const React: {
5
- render: () => string;
6
- };
@@ -1,6 +0,0 @@
1
- import type { Meta } from '@storybook/html';
2
- declare const meta: Meta;
3
- export default meta;
4
- export declare const Tegel: {
5
- render: () => string;
6
- };
@@ -1,6 +0,0 @@
1
- import type { Meta } from '@storybook/html';
2
- declare const meta: Meta;
3
- export default meta;
4
- export declare const PrefixChange: {
5
- render: () => string;
6
- };
@@ -1,2 +0,0 @@
1
- declare const formatHtmlPreview: (htmlStr: any) => any;
2
- export default formatHtmlPreview;
@@ -1,13 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- docs: {
6
- source: {
7
- state: string;
8
- };
9
- };
10
- };
11
- };
12
- export default _default;
13
- export declare const Brand: any;
@@ -1,30 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- docs: {
6
- source: {
7
- state: string;
8
- };
9
- };
10
- };
11
- argTypes: {
12
- color: {
13
- name: string;
14
- description: string;
15
- control: {
16
- type: string;
17
- };
18
- options: {
19
- Grey: string;
20
- Blue: string;
21
- Red: string;
22
- };
23
- };
24
- };
25
- args: {
26
- color: string;
27
- };
28
- };
29
- export default _default;
30
- export declare const Scales: any;
@@ -1,13 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- docs: {
6
- source: {
7
- state: string;
8
- };
9
- };
10
- };
11
- };
12
- export default _default;
13
- export declare const Semantic: any;