@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,65 +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
- label: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- };
20
- checked: {
21
- name: string;
22
- description: string;
23
- control: {
24
- type: string;
25
- };
26
- table: {
27
- defaultValue: {
28
- summary: boolean;
29
- };
30
- };
31
- };
32
- indeterminate: {
33
- name: string;
34
- description: string;
35
- control: {
36
- type: string;
37
- };
38
- table: {
39
- defaultValue: {
40
- summary: boolean;
41
- };
42
- };
43
- };
44
- disabled: {
45
- name: string;
46
- description: string;
47
- control: {
48
- type: string;
49
- };
50
- table: {
51
- defaultValue: {
52
- summary: boolean;
53
- };
54
- };
55
- };
56
- };
57
- args: {
58
- label: string;
59
- checked: boolean;
60
- disabled: boolean;
61
- indeterminate: boolean;
62
- };
63
- };
64
- export default _default;
65
- export declare const Default: any;
@@ -1,99 +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
- inputType: {
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
- size: {
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
- icon: {
47
- name: string;
48
- description: string;
49
- control: {
50
- type: string;
51
- };
52
- table: {
53
- defaultValue: {
54
- summary: boolean;
55
- };
56
- };
57
- };
58
- iconPosition: {
59
- name: string;
60
- description: string;
61
- if: {
62
- arg: string;
63
- eq: boolean;
64
- };
65
- control: {
66
- type: string;
67
- };
68
- options: string[];
69
- table: {
70
- defaultValue: {
71
- summary: string;
72
- };
73
- };
74
- };
75
- disabled: {
76
- name: string;
77
- description: string;
78
- control: {
79
- type: string;
80
- };
81
- table: {
82
- disable: boolean;
83
- defaultValue: {
84
- summary: boolean;
85
- };
86
- };
87
- };
88
- };
89
- args: {
90
- inputType: string;
91
- size: string;
92
- label: string;
93
- icon: boolean;
94
- iconPosition: string;
95
- disabled: boolean;
96
- };
97
- };
98
- export default _default;
99
- export declare const Default: any;
@@ -1,151 +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
- 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
- };
34
- type: {
35
- name: string;
36
- description: string;
37
- control: {
38
- type: string;
39
- };
40
- options: string[];
41
- table: {
42
- defaultValue: {
43
- summary: string;
44
- };
45
- };
46
- };
47
- size: {
48
- name: string;
49
- description: string;
50
- control: {
51
- type: string;
52
- };
53
- options: string[];
54
- table: {
55
- defaultValue: {
56
- summary: string;
57
- };
58
- };
59
- };
60
- defaultValue: {
61
- name: string;
62
- description: string;
63
- control: {
64
- type: string;
65
- };
66
- options: string[];
67
- table: {
68
- defaultValue: {
69
- summary: string;
70
- };
71
- };
72
- };
73
- minValue: {
74
- description: string;
75
- name: string;
76
- control: {
77
- type: string;
78
- };
79
- table: {
80
- defaultValue: {
81
- summary: any;
82
- };
83
- };
84
- };
85
- maxValue: {
86
- description: string;
87
- name: string;
88
- control: {
89
- type: string;
90
- };
91
- table: {
92
- defaultValue: {
93
- summary: any;
94
- };
95
- };
96
- };
97
- noMinWidth: {
98
- name: string;
99
- description: string;
100
- control: {
101
- type: string;
102
- };
103
- table: {
104
- defaultValue: {
105
- summary: boolean;
106
- };
107
- };
108
- };
109
- label: {
110
- name: string;
111
- description: string;
112
- control: {
113
- type: string;
114
- };
115
- };
116
- helper: {
117
- name: string;
118
- description: string;
119
- control: {
120
- type: string;
121
- };
122
- };
123
- disabled: {
124
- name: string;
125
- description: string;
126
- control: {
127
- type: string;
128
- };
129
- table: {
130
- defaultValue: {
131
- summary: boolean;
132
- };
133
- };
134
- };
135
- };
136
- args: {
137
- modeVariant: string;
138
- state: string;
139
- type: string;
140
- size: string;
141
- defaultValue: string;
142
- minValue: string;
143
- maxValue: string;
144
- noMinWidth: boolean;
145
- label: string;
146
- helper: string;
147
- disabled: boolean;
148
- };
149
- };
150
- export default _default;
151
- export declare const Default: any;
@@ -1,58 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- notes: {
6
- Divider: any;
7
- };
8
- design: {
9
- name: string;
10
- type: string;
11
- url: string;
12
- }[];
13
- };
14
- argTypes: {
15
- orientation: {
16
- name: string;
17
- description: string;
18
- control: {
19
- type: string;
20
- options: string[];
21
- };
22
- table: {
23
- defaultValue: {
24
- summary: string;
25
- };
26
- };
27
- };
28
- width: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- if: {
35
- arg: string;
36
- eq: string;
37
- };
38
- };
39
- height: {
40
- name: string;
41
- description: string;
42
- control: {
43
- type: string;
44
- };
45
- if: {
46
- arg: string;
47
- eq: string;
48
- };
49
- };
50
- };
51
- args: {
52
- orientation: string;
53
- width: number;
54
- height: number;
55
- };
56
- };
57
- export default _default;
58
- export declare const Default: any;
@@ -1,205 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- notes: {
6
- Dropdown: any;
7
- 'Dropdown option': any;
8
- };
9
- design: {
10
- name: string;
11
- type: string;
12
- url: string;
13
- }[];
14
- };
15
- argTypes: {
16
- modeVariant: {
17
- name: string;
18
- description: string;
19
- control: {
20
- type: string;
21
- };
22
- options: string[];
23
- table: {
24
- defaultValue: {
25
- summary: string;
26
- };
27
- };
28
- };
29
- error: {
30
- name: string;
31
- description: string;
32
- control: {
33
- type: string;
34
- };
35
- table: {
36
- defaultValue: {
37
- summary: string;
38
- };
39
- };
40
- };
41
- filter: {
42
- name: string;
43
- description: string;
44
- control: {
45
- type: string;
46
- };
47
- table: {
48
- defaultValue: {
49
- summary: string;
50
- };
51
- };
52
- };
53
- normalizeText: {
54
- name: string;
55
- description: string;
56
- control: {
57
- type: string;
58
- };
59
- table: {
60
- defaultValue: {
61
- summary: string;
62
- };
63
- };
64
- };
65
- multiselect: {
66
- name: string;
67
- description: string;
68
- control: {
69
- type: string;
70
- };
71
- table: {
72
- defaultValue: {
73
- summary: string;
74
- };
75
- };
76
- };
77
- size: {
78
- name: string;
79
- description: string;
80
- control: {
81
- type: string;
82
- };
83
- options: string[];
84
- table: {
85
- defaultValue: {
86
- summary: string;
87
- };
88
- };
89
- };
90
- labelText: {
91
- name: string;
92
- control: string;
93
- description: string;
94
- if: {
95
- arg: string;
96
- neq: string;
97
- };
98
- };
99
- labelPosition: {
100
- name: string;
101
- description: string;
102
- control: {
103
- type: string;
104
- };
105
- options: string[];
106
- table: {
107
- defaultValue: {
108
- summary: string;
109
- };
110
- };
111
- };
112
- helperText: {
113
- name: string;
114
- description: string;
115
- control: string;
116
- };
117
- placeholder: {
118
- name: string;
119
- type: string;
120
- description: string;
121
- };
122
- noResultText: {
123
- name: string;
124
- type: string;
125
- description: string;
126
- table: {
127
- defaultValue: {
128
- summary: string;
129
- };
130
- };
131
- control: string;
132
- if: {
133
- arg: string;
134
- eq: boolean;
135
- };
136
- };
137
- disabled: {
138
- name: string;
139
- description: string;
140
- control: {
141
- type: string;
142
- };
143
- table: {
144
- defaultValue: {
145
- summary: string;
146
- };
147
- };
148
- };
149
- openDirection: {
150
- name: string;
151
- description: string;
152
- control: {
153
- type: string;
154
- };
155
- options: string[];
156
- table: {
157
- summary: {
158
- defaultValue: string;
159
- };
160
- };
161
- };
162
- defaultOption: {
163
- name: string;
164
- description: string;
165
- control: {
166
- type: string;
167
- };
168
- options: string[];
169
- if: {
170
- arg: string;
171
- eq: boolean;
172
- };
173
- };
174
- multiDefaultOption: {
175
- name: string;
176
- description: string;
177
- control: {
178
- type: string;
179
- };
180
- options: string[];
181
- if: {
182
- arg: string;
183
- eq: boolean;
184
- };
185
- };
186
- };
187
- args: {
188
- modeVariant: string;
189
- error: boolean;
190
- filter: boolean;
191
- noResultText: string;
192
- normalizeText: boolean;
193
- multiselect: boolean;
194
- size: string;
195
- labelText: string;
196
- labelPosition: string;
197
- helperText: string;
198
- placeholder: string;
199
- disabled: boolean;
200
- openDirection: string;
201
- defaultOption: string;
202
- };
203
- };
204
- export default _default;
205
- export declare const Default: any;
@@ -1,44 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- Footer: any;
6
- 'Footer link group': any;
7
- 'Footer item': any;
8
- };
9
- layout: string;
10
- design: {
11
- name: string;
12
- type: string;
13
- url: string;
14
- }[];
15
- };
16
- argTypes: {
17
- modeVariant: {
18
- name: string;
19
- description: string;
20
- control: {
21
- type: string;
22
- };
23
- options: string[];
24
- table: {
25
- defaultValue: {
26
- summary: string;
27
- };
28
- };
29
- };
30
- topPart: {
31
- name: string;
32
- description: string;
33
- control: {
34
- type: string;
35
- };
36
- };
37
- };
38
- args: {
39
- modeVariant: string;
40
- topPart: boolean;
41
- };
42
- };
43
- export default _default;
44
- export declare const Default: any;
@@ -1,32 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- Header: any;
6
- 'Header hamburger': any;
7
- 'Header title': any;
8
- 'Header item': any;
9
- 'Header dropdown': any;
10
- 'Header dropdown list': any;
11
- 'Header dropdown list item': any;
12
- 'Header dropdown list user': any;
13
- 'Header launcher': any;
14
- 'Header brand symbol': any;
15
- };
16
- layout: string;
17
- docs: {
18
- source: {
19
- state: string;
20
- };
21
- };
22
- design: {
23
- name: string;
24
- type: string;
25
- url: string;
26
- }[];
27
- };
28
- argTypes: {};
29
- args: {};
30
- };
31
- export default _default;
32
- export declare const Default: any;
@@ -1,36 +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
- icon: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- options: any;
20
- };
21
- size: {
22
- name: string;
23
- description: string;
24
- control: {
25
- type: string;
26
- };
27
- options: number[];
28
- };
29
- };
30
- args: {
31
- size: number;
32
- icon: string;
33
- };
34
- };
35
- export default _default;
36
- export declare const Icons: any;