@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,44 +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
- underline: {
14
- name: string;
15
- description: string;
16
- controls: {
17
- type: string;
18
- };
19
- table: {
20
- defaultValue: {
21
- summary: boolean;
22
- };
23
- };
24
- };
25
- disabled: {
26
- name: string;
27
- description: string;
28
- controls: {
29
- type: string;
30
- };
31
- table: {
32
- defaultValue: {
33
- summary: boolean;
34
- };
35
- };
36
- };
37
- };
38
- args: {
39
- underline: boolean;
40
- disabled: boolean;
41
- };
42
- };
43
- export default _default;
44
- export declare const Default: any;
@@ -1,88 +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
- messageVariant: {
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
- header: {
40
- name: string;
41
- description: string;
42
- control: {
43
- type: string;
44
- };
45
- };
46
- extendedMessage: {
47
- name: string;
48
- description: string;
49
- control: {
50
- type: string;
51
- };
52
- };
53
- minimal: {
54
- name: string;
55
- description: string;
56
- control: {
57
- type: string;
58
- };
59
- table: {
60
- defaultValue: {
61
- summary: boolean;
62
- };
63
- };
64
- };
65
- noIcon: {
66
- name: string;
67
- description: string;
68
- control: {
69
- type: string;
70
- };
71
- table: {
72
- defaultValue: {
73
- summary: boolean;
74
- };
75
- };
76
- };
77
- };
78
- args: {
79
- modeVariant: string;
80
- messageVariant: string;
81
- header: string;
82
- extendedMessage: string;
83
- minimal: boolean;
84
- noIcon: boolean;
85
- };
86
- };
87
- export default _default;
88
- export declare const Default: any;
@@ -1,78 +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
- actionsPosition: {
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
- headerText: {
40
- name: string;
41
- description: string;
42
- control: {
43
- type: string;
44
- };
45
- };
46
- bodyContent: {
47
- name: string;
48
- description: string;
49
- control: {
50
- type: string;
51
- };
52
- };
53
- showModal: {
54
- name: string;
55
- description: string;
56
- control: {
57
- type: string;
58
- };
59
- };
60
- prevent: {
61
- name: string;
62
- description: string;
63
- control: {
64
- type: string;
65
- };
66
- };
67
- };
68
- args: {
69
- actionsPosition: string;
70
- size: string;
71
- headerText: string;
72
- bodyContent: string;
73
- showModal: boolean;
74
- prevent: boolean;
75
- };
76
- };
77
- export default _default;
78
- export declare const Default: any;
@@ -1,27 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- notes: any;
6
- };
7
- argTypes: {
8
- canvasPosition: {
9
- name: string;
10
- description: string;
11
- control: {
12
- type: string;
13
- };
14
- options: string[];
15
- table: {
16
- defaultValue: {
17
- summary: string;
18
- };
19
- };
20
- };
21
- };
22
- args: {
23
- canvasPosition: string;
24
- };
25
- };
26
- export default _default;
27
- export declare const Default: any;
@@ -1,51 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- notes: {
6
- 'Popover Menu': any;
7
- 'Popover Menu Item': any;
8
- };
9
- design: {
10
- name: string;
11
- type: string;
12
- url: string;
13
- }[];
14
- };
15
- argTypes: {
16
- menuPosition: {
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
- icons: {
30
- name: string;
31
- description: string;
32
- control: {
33
- type: string;
34
- };
35
- };
36
- fluidWidth: {
37
- name: string;
38
- description: string;
39
- control: {
40
- type: string;
41
- };
42
- };
43
- };
44
- args: {
45
- menuPosition: string;
46
- icons: boolean;
47
- fluidWidth: boolean;
48
- };
49
- };
50
- export default _default;
51
- export declare const Default: any;
@@ -1,39 +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
- controls: {
17
- type: string;
18
- };
19
- };
20
- disabled: {
21
- name: string;
22
- description: string;
23
- control: {
24
- type: string;
25
- };
26
- table: {
27
- defaultValue: {
28
- summary: boolean;
29
- };
30
- };
31
- };
32
- };
33
- args: {
34
- label: string;
35
- disabled: boolean;
36
- };
37
- };
38
- export default _default;
39
- export declare const Default: any;
@@ -1,65 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: {
5
- 'Side Menu': any;
6
- 'Side Menu Item': any;
7
- 'Side Menu Dropdown': any;
8
- 'Side Menu Dropdown List': any;
9
- 'Side Menu Dropdown List Item': any;
10
- 'Side Menu User': any;
11
- 'Side Menu Collapse Button': any;
12
- 'Side Menu Close Button': any;
13
- 'Side Menu Overlay': any;
14
- };
15
- layout: string;
16
- docs: {
17
- source: {
18
- state: string;
19
- };
20
- };
21
- design: {
22
- name: string;
23
- type: string;
24
- url: string;
25
- }[];
26
- };
27
- argTypes: {
28
- persistent: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- };
35
- collapsible: {
36
- name: string;
37
- description: string;
38
- control: {
39
- type: string;
40
- };
41
- if: {
42
- arg: string;
43
- truthy: boolean;
44
- };
45
- };
46
- collapsed: {
47
- name: string;
48
- description: string;
49
- control: {
50
- type: string;
51
- };
52
- if: {
53
- arg: string;
54
- truthy: boolean;
55
- };
56
- };
57
- };
58
- args: {
59
- persistent: boolean;
60
- collapsible: boolean;
61
- collapsed: boolean;
62
- };
63
- };
64
- export default _default;
65
- export declare const Default: any;
@@ -1,235 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- argTypes: {
4
- min: {
5
- name: string;
6
- description: string;
7
- control: {
8
- type: string;
9
- };
10
- table: {
11
- defaultValue: {
12
- summary: number;
13
- };
14
- };
15
- };
16
- max: {
17
- name: string;
18
- description: string;
19
- control: {
20
- type: string;
21
- };
22
- table: {
23
- defaultValue: {
24
- summary: number;
25
- };
26
- };
27
- };
28
- initialValue: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- table: {
35
- defaultValue: {
36
- summary: number;
37
- };
38
- };
39
- };
40
- showLabel: {
41
- name: string;
42
- description: string;
43
- control: {
44
- type: string;
45
- };
46
- };
47
- labelText: {
48
- name: string;
49
- description: string;
50
- control: {
51
- type: string;
52
- };
53
- if: {
54
- arg: string;
55
- eq: boolean;
56
- };
57
- };
58
- showTicks: {
59
- name: string;
60
- description: string;
61
- control: {
62
- type: string;
63
- };
64
- };
65
- numTicks: {
66
- name: string;
67
- description: string;
68
- control: {
69
- type: string;
70
- };
71
- if: {
72
- arg: string;
73
- eq: boolean;
74
- };
75
- table: {
76
- defaultValue: {
77
- summary: number;
78
- };
79
- };
80
- };
81
- showTickNumbers: {
82
- name: string;
83
- description: string;
84
- control: {
85
- type: string;
86
- };
87
- if: {
88
- arg: string;
89
- eq: boolean;
90
- };
91
- table: {
92
- defaultValue: {
93
- summary: boolean;
94
- };
95
- };
96
- };
97
- snapToTicks: {
98
- name: string;
99
- description: string;
100
- control: {
101
- type: string;
102
- };
103
- if: {
104
- arg: string;
105
- eq: boolean;
106
- };
107
- table: {
108
- defaultValue: {
109
- summary: boolean;
110
- };
111
- };
112
- };
113
- showTooltip: {
114
- name: string;
115
- description: string;
116
- control: {
117
- type: string;
118
- };
119
- table: {
120
- defaultValue: {
121
- summary: boolean;
122
- };
123
- };
124
- };
125
- showControls: {
126
- name: string;
127
- description: string;
128
- control: {
129
- type: string;
130
- };
131
- table: {
132
- defaultValue: {
133
- summary: boolean;
134
- };
135
- };
136
- };
137
- step: {
138
- name: string;
139
- description: string;
140
- control: {
141
- type: string;
142
- };
143
- if: {
144
- arg: string;
145
- eq: boolean;
146
- };
147
- table: {
148
- defaultValue: {
149
- summary: number;
150
- };
151
- };
152
- };
153
- showInput: {
154
- name: string;
155
- description: string;
156
- control: {
157
- type: string;
158
- };
159
- if: {
160
- arg: string;
161
- eq: boolean;
162
- };
163
- table: {
164
- defaultValue: {
165
- summary: boolean;
166
- };
167
- };
168
- };
169
- thumbSize: {
170
- name: string;
171
- description: string;
172
- control: {
173
- type: string;
174
- };
175
- options: string[];
176
- table: {
177
- defaultValue: {
178
- summary: string;
179
- };
180
- };
181
- };
182
- readonly: {
183
- name: string;
184
- description: string;
185
- control: {
186
- type: string;
187
- };
188
- table: {
189
- defaultValue: {
190
- summary: boolean;
191
- };
192
- };
193
- };
194
- disabled: {
195
- name: string;
196
- description: string;
197
- control: {
198
- type: string;
199
- };
200
- table: {
201
- defaultValue: {
202
- summary: boolean;
203
- };
204
- };
205
- };
206
- };
207
- parameters: {
208
- notes: any;
209
- design: {
210
- name: string;
211
- type: string;
212
- url: string;
213
- }[];
214
- };
215
- args: {
216
- min: string;
217
- max: string;
218
- initialValue: string;
219
- showLabel: boolean;
220
- labelText: string;
221
- showTicks: boolean;
222
- numTicks: string;
223
- showTickNumbers: boolean;
224
- snapToTicks: boolean;
225
- showTooltip: boolean;
226
- showControls: boolean;
227
- step: string;
228
- showInput: boolean;
229
- thumbSize: string;
230
- readonly: boolean;
231
- disabled: boolean;
232
- };
233
- };
234
- export default _default;
235
- export declare const Default: any;
@@ -1,46 +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
- 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
- };
40
- args: {
41
- variant: string;
42
- size: string;
43
- };
44
- };
45
- export default _default;
46
- export declare const Default: any;