@scania/tegel 0.0.1-beta.1 → 0.0.1-beta.11

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 (212) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/sdds-accordion.cjs.entry.js +1 -1
  3. package/dist/cjs/sdds-dropdown-filter.cjs.entry.js +1 -1
  4. package/dist/cjs/sdds-dropdown_2.cjs.entry.js +2 -2
  5. package/dist/cjs/sdds-inline-tabs-fullbleed.cjs.entry.js +1 -1
  6. package/dist/cjs/sdds-modal.cjs.entry.js +3 -3
  7. package/dist/cjs/sdds-navigation-tabs.cjs.entry.js +1 -1
  8. package/dist/cjs/sdds-popover-canvas.cjs.entry.js +1 -1
  9. package/dist/cjs/sdds-popover-menu.cjs.entry.js +1 -1
  10. package/dist/cjs/sdds-slider.cjs.entry.js +1 -1
  11. package/dist/cjs/sdds-textarea.cjs.entry.js +1 -1
  12. package/dist/cjs/sdds-tooltip.cjs.entry.js +1 -1
  13. package/dist/cjs/tegel.cjs.js +1 -1
  14. package/dist/collection/collection-manifest.json +2 -2
  15. package/dist/collection/components/accordion/accordion.css +0 -14
  16. package/dist/collection/components/dropdown/dropdown-filter/dropdown-filter.js +1 -1
  17. package/dist/collection/components/dropdown/dropdown.css +2 -2
  18. package/dist/collection/components/dropdown/dropdown.js +1 -1
  19. package/dist/collection/components/modal/modal.css +7 -8
  20. package/dist/collection/components/modal/modal.js +3 -3
  21. package/dist/collection/components/popover-canvas/popover-canvas.css +1 -2
  22. package/dist/collection/components/popover-menu/popover-menu.css +1 -1
  23. package/dist/collection/components/slider/slider.css +0 -1
  24. package/dist/collection/components/spinner/spinner.js +2 -2
  25. package/dist/collection/components/tabs/inline-tabs-fullbleed/inline-tabs-fullbleed.css +1 -1
  26. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.css +1 -1
  27. package/dist/collection/components/textarea/textarea.css +1 -1
  28. package/dist/collection/components/tooltip/tooltip.css +1 -1
  29. package/dist/collection/components/tooltip/tooltip.js +1 -1
  30. package/dist/components/dropdown-option.js +1 -1
  31. package/dist/components/dropdown.js +1 -1
  32. package/dist/components/sdds-accordion.js +1 -1
  33. package/dist/components/sdds-dropdown-filter.js +1 -1
  34. package/dist/components/sdds-inline-tabs-fullbleed.js +1 -1
  35. package/dist/components/sdds-modal.js +3 -3
  36. package/dist/components/sdds-navigation-tabs.js +1 -1
  37. package/dist/components/sdds-popover-canvas.js +1 -1
  38. package/dist/components/sdds-popover-menu.js +1 -1
  39. package/dist/components/sdds-slider.js +1 -1
  40. package/dist/components/sdds-textarea.js +1 -1
  41. package/dist/components/sdds-tooltip.js +1 -1
  42. package/dist/esm/loader.js +1 -1
  43. package/dist/esm/sdds-accordion.entry.js +1 -1
  44. package/dist/esm/sdds-dropdown-filter.entry.js +1 -1
  45. package/dist/esm/sdds-dropdown_2.entry.js +2 -2
  46. package/dist/esm/sdds-inline-tabs-fullbleed.entry.js +1 -1
  47. package/dist/esm/sdds-modal.entry.js +3 -3
  48. package/dist/esm/sdds-navigation-tabs.entry.js +1 -1
  49. package/dist/esm/sdds-popover-canvas.entry.js +1 -1
  50. package/dist/esm/sdds-popover-menu.entry.js +1 -1
  51. package/dist/esm/sdds-slider.entry.js +1 -1
  52. package/dist/esm/sdds-textarea.entry.js +1 -1
  53. package/dist/esm/sdds-tooltip.entry.js +1 -1
  54. package/dist/esm/tegel.js +1 -1
  55. package/dist/tegel/{p-677baf7f.entry.js → p-0fc35c8c.entry.js} +1 -1
  56. package/dist/tegel/p-21dbda3f.entry.js +1 -0
  57. package/dist/tegel/{p-f2f7aa45.entry.js → p-28116fd7.entry.js} +1 -1
  58. package/dist/tegel/{p-4cb85347.entry.js → p-3c2de07c.entry.js} +1 -1
  59. package/dist/tegel/{p-7451779b.entry.js → p-46140930.entry.js} +1 -1
  60. package/dist/tegel/p-59e49a1c.entry.js +1 -0
  61. package/dist/tegel/{p-d91caec6.entry.js → p-6df7e735.entry.js} +1 -1
  62. package/dist/tegel/p-a468986d.entry.js +1 -0
  63. package/dist/tegel/{p-12ca5cfa.entry.js → p-b57a7d4f.entry.js} +1 -1
  64. package/dist/tegel/{p-4b58a02c.entry.js → p-df98e6db.entry.js} +1 -1
  65. package/dist/tegel/{p-cf72dfd9.entry.js → p-ee84d4a0.entry.js} +1 -1
  66. package/dist/tegel/tegel.css +2 -2
  67. package/dist/tegel/tegel.esm.js +1 -1
  68. package/dist/types/components/dropdown/dropdown-filter/dropdown-filter.d.ts +1 -1
  69. package/dist/types/components/dropdown/dropdown.d.ts +1 -1
  70. package/dist/types/components/modal/modal.d.ts +1 -1
  71. package/dist/types/components/spinner/spinner.d.ts +2 -2
  72. package/dist/types/components/tooltip/tooltip.d.ts +1 -1
  73. package/dist/types/components.d.ts +12 -12
  74. package/package.json +4 -4
  75. package/readme.md +136 -2
  76. package/dist/collection/components/accordion/accordion.stories.js +0 -91
  77. package/dist/collection/components/badge/badge.stories.js +0 -101
  78. package/dist/collection/components/banner/banner.stories.js +0 -93
  79. package/dist/collection/components/block/block.stories.js +0 -46
  80. package/dist/collection/components/breadcrumb/breadcrumb.stories.js +0 -26
  81. package/dist/collection/components/button/button-native.stories.js +0 -183
  82. package/dist/collection/components/button/button-webcomponent.stories.js +0 -182
  83. package/dist/collection/components/card/card.stories.js +0 -181
  84. package/dist/collection/components/checkbox/checkbox.stories.js +0 -54
  85. package/dist/collection/components/chips/chips.stories.js +0 -124
  86. package/dist/collection/components/data-table/native-table.stories.js +0 -182
  87. package/dist/collection/components/data-table/table-component-basic.stories.js +0 -163
  88. package/dist/collection/components/data-table/table-component-batch-actions.stories.js +0 -129
  89. package/dist/collection/components/data-table/table-component-bodydata.stories.js +0 -58
  90. package/dist/collection/components/data-table/table-component-custom-width.stories.js +0 -198
  91. package/dist/collection/components/data-table/table-component-event-listeners.stories.js +0 -153
  92. package/dist/collection/components/data-table/table-component-expandable-rows.stories.js +0 -137
  93. package/dist/collection/components/data-table/table-component-filtering.stories.js +0 -139
  94. package/dist/collection/components/data-table/table-component-multiselect.stories.js +0 -160
  95. package/dist/collection/components/data-table/table-component-pagination.stories.js +0 -129
  96. package/dist/collection/components/data-table/table-component-sorting.stories.js +0 -107
  97. package/dist/collection/components/datetime/datetime.stories.js +0 -149
  98. package/dist/collection/components/divider/divider.stories.js +0 -116
  99. package/dist/collection/components/dropdown/dropdown-filter/dropdown-filter.stories.js +0 -130
  100. package/dist/collection/components/dropdown/dropdown-native.stories.js +0 -90
  101. package/dist/collection/components/dropdown/dropdown-wc-default.stories.js +0 -151
  102. package/dist/collection/components/dropdown/dropdown-wc-multiselect.stories.js +0 -146
  103. package/dist/collection/components/footer/footer.stories.js +0 -100
  104. package/dist/collection/components/header/header-all.stories.js +0 -217
  105. package/dist/collection/components/header/header-default.stories.js +0 -47
  106. package/dist/collection/components/header/header-inline.stories.js +0 -113
  107. package/dist/collection/components/header/header-search.stories.js +0 -263
  108. package/dist/collection/components/header/header-toolbar.stories.js +0 -204
  109. package/dist/collection/components/icon/icon-font.stories.js +0 -57
  110. package/dist/collection/components/icon/icon-web-component.stories.js +0 -51
  111. package/dist/collection/components/link/link.stories.js +0 -45
  112. package/dist/collection/components/message/message.stories.js +0 -117
  113. package/dist/collection/components/modal/modal-native.stories.js +0 -121
  114. package/dist/collection/components/modal/modal-webcomponent.stories.js +0 -78
  115. package/dist/collection/components/popover-canvas/popover-canvas.stories.js +0 -87
  116. package/dist/collection/components/popover-menu/popover-menu-icons.stories.js +0 -132
  117. package/dist/collection/components/popover-menu/popover-menu.stories.js +0 -109
  118. package/dist/collection/components/radio-button/radio-button.stories.js +0 -68
  119. package/dist/collection/components/side-menu/side-menu.stories.js +0 -182
  120. package/dist/collection/components/slider/slider.stories.js +0 -251
  121. package/dist/collection/components/spinner/spinner.stories.js +0 -59
  122. package/dist/collection/components/stepper/stepper.stories.js +0 -139
  123. package/dist/collection/components/tabs/inline-tabs-default/inline-tabs.stories.js +0 -65
  124. package/dist/collection/components/tabs/inline-tabs-fullbleed/inline-tabs-fullbleed.stories.js +0 -43
  125. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.stories.js +0 -32
  126. package/dist/collection/components/textarea/textarea.stories.js +0 -149
  127. package/dist/collection/components/textfield/textfield.stories.js +0 -222
  128. package/dist/collection/components/toast/toast.stories.js +0 -119
  129. package/dist/collection/components/toggle/toggle.stories.js +0 -62
  130. package/dist/collection/components/tooltip/tooltip.stories.js +0 -113
  131. package/dist/collection/components/utility/colour/background-color.stories.js +0 -96
  132. package/dist/collection/components/utility/colour/text-color.stories.js +0 -94
  133. package/dist/collection/foundations-stories/colour/colour-brand.stories.js +0 -38
  134. package/dist/collection/foundations-stories/colour/colour-scales.stories.js +0 -71
  135. package/dist/collection/foundations-stories/colour/colour-semantic.stories.js +0 -40
  136. package/dist/collection/foundations-stories/grid/grid.stories.js +0 -386
  137. package/dist/collection/foundations-stories/spacing/spacing-element.stories.js +0 -100
  138. package/dist/collection/foundations-stories/spacing/spacing-layout.stories.js +0 -94
  139. package/dist/collection/foundations-stories/typography/typography-body.stories.js +0 -16
  140. package/dist/collection/foundations-stories/typography/typography-detail.stories.js +0 -17
  141. package/dist/collection/foundations-stories/typography/typography-headline.stories.js +0 -39
  142. package/dist/collection/foundations-stories/typography/typography-paragraph.stories.js +0 -12
  143. package/dist/tegel/p-2f376504.entry.js +0 -1
  144. package/dist/tegel/p-9d8caf51.entry.js +0 -1
  145. package/dist/tegel/p-b01cface.entry.js +0 -1
  146. package/dist/types/components/accordion/accordion.stories.d.ts +0 -77
  147. package/dist/types/components/badge/badge.stories.d.ts +0 -66
  148. package/dist/types/components/banner/banner.stories.d.ts +0 -68
  149. package/dist/types/components/block/block.stories.d.ts +0 -31
  150. package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +0 -12
  151. package/dist/types/components/button/button-native.stories.d.ts +0 -144
  152. package/dist/types/components/button/button-webcomponent.stories.d.ts +0 -143
  153. package/dist/types/components/card/card.stories.d.ts +0 -114
  154. package/dist/types/components/checkbox/checkbox.stories.d.ts +0 -39
  155. package/dist/types/components/chips/chips.stories.d.ts +0 -81
  156. package/dist/types/components/data-table/native-table.stories.d.ts +0 -147
  157. package/dist/types/components/data-table/table-component-basic.stories.d.ts +0 -100
  158. package/dist/types/components/data-table/table-component-batch-actions.stories.d.ts +0 -98
  159. package/dist/types/components/data-table/table-component-bodydata.stories.d.ts +0 -38
  160. package/dist/types/components/data-table/table-component-custom-width.stories.d.ts +0 -147
  161. package/dist/types/components/data-table/table-component-event-listeners.stories.d.ts +0 -87
  162. package/dist/types/components/data-table/table-component-expandable-rows.stories.d.ts +0 -87
  163. package/dist/types/components/data-table/table-component-filtering.stories.d.ts +0 -100
  164. package/dist/types/components/data-table/table-component-multiselect.stories.d.ts +0 -100
  165. package/dist/types/components/data-table/table-component-pagination.stories.d.ts +0 -100
  166. package/dist/types/components/data-table/table-component-sorting.stories.d.ts +0 -79
  167. package/dist/types/components/datetime/datetime.stories.d.ts +0 -80
  168. package/dist/types/components/divider/divider.stories.d.ts +0 -72
  169. package/dist/types/components/dropdown/dropdown-filter/dropdown-filter.stories.d.ts +0 -73
  170. package/dist/types/components/dropdown/dropdown-native.stories.d.ts +0 -57
  171. package/dist/types/components/dropdown/dropdown-wc-default.stories.d.ts +0 -115
  172. package/dist/types/components/dropdown/dropdown-wc-multiselect.stories.d.ts +0 -115
  173. package/dist/types/components/footer/footer.stories.d.ts +0 -23
  174. package/dist/types/components/header/header-all.stories.d.ts +0 -29
  175. package/dist/types/components/header/header-default.stories.d.ts +0 -29
  176. package/dist/types/components/header/header-inline.stories.d.ts +0 -29
  177. package/dist/types/components/header/header-search.stories.d.ts +0 -29
  178. package/dist/types/components/header/header-toolbar.stories.d.ts +0 -29
  179. package/dist/types/components/icon/icon-font.stories.d.ts +0 -38
  180. package/dist/types/components/icon/icon-web-component.stories.d.ts +0 -38
  181. package/dist/types/components/link/link.stories.d.ts +0 -33
  182. package/dist/types/components/message/message.stories.d.ts +0 -67
  183. package/dist/types/components/modal/modal-native.stories.d.ts +0 -51
  184. package/dist/types/components/modal/modal-webcomponent.stories.d.ts +0 -44
  185. package/dist/types/components/popover-canvas/popover-canvas.stories.d.ts +0 -25
  186. package/dist/types/components/popover-menu/popover-menu-icons.stories.d.ts +0 -27
  187. package/dist/types/components/popover-menu/popover-menu.stories.d.ts +0 -27
  188. package/dist/types/components/radio-button/radio-button.stories.d.ts +0 -41
  189. package/dist/types/components/side-menu/side-menu.stories.d.ts +0 -42
  190. package/dist/types/components/slider/slider.stories.d.ts +0 -156
  191. package/dist/types/components/spinner/spinner.stories.d.ts +0 -37
  192. package/dist/types/components/stepper/stepper.stories.d.ts +0 -56
  193. package/dist/types/components/tabs/inline-tabs-default/inline-tabs.stories.d.ts +0 -41
  194. package/dist/types/components/tabs/inline-tabs-fullbleed/inline-tabs-fullbleed.stories.d.ts +0 -25
  195. package/dist/types/components/tabs/navigation-tabs/navigation-tabs.stories.d.ts +0 -13
  196. package/dist/types/components/textarea/textarea.stories.d.ts +0 -111
  197. package/dist/types/components/textfield/textfield.stories.d.ts +0 -176
  198. package/dist/types/components/toast/toast.stories.d.ts +0 -58
  199. package/dist/types/components/toggle/toggle.stories.d.ts +0 -42
  200. package/dist/types/components/tooltip/tooltip.stories.d.ts +0 -54
  201. package/dist/types/components/utility/colour/background-color.stories.d.ts +0 -58
  202. package/dist/types/components/utility/colour/text-color.stories.d.ts +0 -58
  203. package/dist/types/foundations-stories/colour/colour-brand.stories.d.ts +0 -13
  204. package/dist/types/foundations-stories/colour/colour-scales.stories.d.ts +0 -13
  205. package/dist/types/foundations-stories/colour/colour-semantic.stories.d.ts +0 -13
  206. package/dist/types/foundations-stories/grid/grid.stories.d.ts +0 -35
  207. package/dist/types/foundations-stories/spacing/spacing-element.stories.d.ts +0 -8
  208. package/dist/types/foundations-stories/spacing/spacing-layout.stories.d.ts +0 -8
  209. package/dist/types/foundations-stories/typography/typography-body.stories.d.ts +0 -8
  210. package/dist/types/foundations-stories/typography/typography-detail.stories.d.ts +0 -8
  211. package/dist/types/foundations-stories/typography/typography-headline.stories.d.ts +0 -21
  212. package/dist/types/foundations-stories/typography/typography-paragraph.stories.d.ts +0 -8
@@ -1,56 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- design: {
6
- name: string;
7
- type: string;
8
- url: string;
9
- }[];
10
- };
11
- argTypes: {
12
- size: {
13
- name: string;
14
- description: string;
15
- control: {
16
- type: string;
17
- };
18
- options: string[];
19
- };
20
- style: {
21
- name: string;
22
- description: string;
23
- control: {
24
- type: string;
25
- };
26
- options: string[];
27
- };
28
- showLabel: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- };
35
- iconType: {
36
- name: string;
37
- description: string;
38
- control: {
39
- type: string;
40
- };
41
- options: string[];
42
- };
43
- };
44
- args: {
45
- size: string;
46
- style: string;
47
- showLabel: boolean;
48
- iconType: string;
49
- };
50
- };
51
- export default _default;
52
- export declare const Default: any;
53
- export declare const Small: any;
54
- export declare const TextOnSide: any;
55
- export declare const Vertical: any;
56
- export declare const HideLabel: any;
@@ -1,41 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: any;
5
- backgrounds: {
6
- default: string;
7
- };
8
- design: {
9
- name: string;
10
- type: string;
11
- url: string;
12
- }[];
13
- };
14
- argTypes: {
15
- autoHeight: {
16
- name: string;
17
- description: string;
18
- control: {
19
- type: string;
20
- };
21
- };
22
- modeVariant: {
23
- name: string;
24
- control: {
25
- type: string;
26
- };
27
- options: string[];
28
- };
29
- backgrounds: {
30
- table: {
31
- disable: boolean;
32
- };
33
- };
34
- };
35
- args: {
36
- autoHeight: boolean;
37
- modeVariant: string;
38
- };
39
- };
40
- export default _default;
41
- export declare const InlineTabs: any;
@@ -1,25 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: any;
5
- design: {
6
- name: string;
7
- type: string;
8
- url: string;
9
- }[];
10
- };
11
- argTypes: {
12
- modeVariant: {
13
- name: string;
14
- control: {
15
- type: string;
16
- };
17
- options: string[];
18
- };
19
- };
20
- args: {
21
- modeVariant: string;
22
- };
23
- };
24
- export default _default;
25
- export declare const InlineTabsFullbleed: any;
@@ -1,13 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- notes: any;
5
- design: {
6
- name: string;
7
- type: string;
8
- url: string;
9
- }[];
10
- };
11
- };
12
- export default _default;
13
- export declare const NavigationTabs: any;
@@ -1,111 +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
- placeholder: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- };
20
- disabled: {
21
- description: string;
22
- name: string;
23
- control: {
24
- type: string;
25
- };
26
- table: {
27
- defaultValue: {
28
- summary: boolean;
29
- };
30
- };
31
- };
32
- readonly: {
33
- description: string;
34
- name: string;
35
- control: {
36
- type: string;
37
- };
38
- table: {
39
- defaultValue: {
40
- summary: boolean;
41
- };
42
- };
43
- };
44
- label: {
45
- description: string;
46
- name: string;
47
- control: {
48
- type: string;
49
- };
50
- };
51
- labelPosition: {
52
- name: string;
53
- control: {
54
- type: string;
55
- };
56
- options: string[];
57
- description: string;
58
- };
59
- helper: {
60
- name: string;
61
- description: string;
62
- control: {
63
- type: string;
64
- };
65
- };
66
- maxLength: {
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
- state: {
81
- name: string;
82
- description: string;
83
- control: {
84
- type: string;
85
- };
86
- options: string[];
87
- };
88
- variant: {
89
- name: string;
90
- description: string;
91
- control: {
92
- type: string;
93
- };
94
- options: string[];
95
- };
96
- };
97
- args: {
98
- placeholder: string;
99
- disabled: boolean;
100
- readonly: boolean;
101
- label: string;
102
- labelPosition: string;
103
- helper: string;
104
- maxLength: number;
105
- rows: number;
106
- state: string;
107
- variant: string;
108
- };
109
- };
110
- export default _default;
111
- export declare const Default: any;
@@ -1,176 +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
- placeholderText: {
14
- name: string;
15
- description: string;
16
- control: {
17
- type: string;
18
- };
19
- };
20
- type: {
21
- name: string;
22
- description: string;
23
- control: {
24
- type: string;
25
- options: string[];
26
- };
27
- };
28
- size: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- options: string[];
34
- };
35
- };
36
- minWidth: {
37
- name: string;
38
- description: string;
39
- control: {
40
- type: string;
41
- };
42
- table: {
43
- defaultValue: {
44
- summary: boolean;
45
- };
46
- };
47
- };
48
- disabled: {
49
- description: string;
50
- name: string;
51
- control: {
52
- type: string;
53
- };
54
- };
55
- readonly: {
56
- description: string;
57
- name: string;
58
- control: {
59
- type: string;
60
- };
61
- };
62
- label: {
63
- description: string;
64
- name: string;
65
- control: {
66
- type: string;
67
- };
68
- };
69
- labelPosition: {
70
- name: string;
71
- control: {
72
- type: string;
73
- };
74
- options: string[];
75
- description: string;
76
- };
77
- prefix: {
78
- name: string;
79
- description: string;
80
- control: {
81
- type: string;
82
- };
83
- table: {
84
- defaultValue: {
85
- summary: boolean;
86
- };
87
- };
88
- };
89
- prefixType: {
90
- name: string;
91
- description: string;
92
- control: {
93
- type: string;
94
- };
95
- options: string[];
96
- if: {
97
- arg: string;
98
- eq: boolean;
99
- };
100
- };
101
- suffix: {
102
- name: string;
103
- description: string;
104
- control: {
105
- type: string;
106
- };
107
- table: {
108
- defaultValue: {
109
- summary: boolean;
110
- };
111
- };
112
- };
113
- suffixType: {
114
- name: string;
115
- description: string;
116
- control: {
117
- type: string;
118
- };
119
- options: string[];
120
- if: {
121
- arg: string;
122
- eq: boolean;
123
- };
124
- };
125
- helper: {
126
- name: string;
127
- description: string;
128
- control: {
129
- type: string;
130
- };
131
- };
132
- maxLength: {
133
- name: string;
134
- description: string;
135
- control: {
136
- type: string;
137
- };
138
- };
139
- state: {
140
- name: string;
141
- description: string;
142
- control: {
143
- type: string;
144
- };
145
- options: string[];
146
- };
147
- variant: {
148
- name: string;
149
- description: string;
150
- control: {
151
- type: string;
152
- };
153
- options: string[];
154
- };
155
- };
156
- args: {
157
- placeholderText: string;
158
- disabled: boolean;
159
- readonly: boolean;
160
- label: string;
161
- labelPosition: string;
162
- helper: string;
163
- maxLength: number;
164
- state: string;
165
- variant: string;
166
- suffix: boolean;
167
- suffixType: string;
168
- prefix: boolean;
169
- prefixType: string;
170
- minWidth: string;
171
- size: string;
172
- type: string;
173
- };
174
- };
175
- export default _default;
176
- export declare const Default: any;
@@ -1,58 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- design: {
6
- name: string;
7
- type: string;
8
- url: string;
9
- }[];
10
- };
11
- argTypes: {
12
- toastType: {
13
- name: string;
14
- description: string;
15
- control: {
16
- type: string;
17
- };
18
- options: string[];
19
- };
20
- subheader: {
21
- name: string;
22
- description: string;
23
- };
24
- link: {
25
- name: string;
26
- description: string;
27
- };
28
- iconType: {
29
- name: string;
30
- description: string;
31
- control: {
32
- type: string;
33
- };
34
- options: string[];
35
- };
36
- icon: {
37
- name: string;
38
- description: string;
39
- control: {
40
- type: string;
41
- };
42
- options: any[];
43
- if: {
44
- arg: string;
45
- neq: string;
46
- };
47
- };
48
- };
49
- args: {
50
- toastType: string;
51
- subheader: boolean;
52
- link: boolean;
53
- iconType: string;
54
- icon: string;
55
- };
56
- };
57
- export default _default;
58
- export declare const Default: any;
@@ -1,42 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- design: {
6
- name: string;
7
- type: string;
8
- url: string;
9
- }[];
10
- };
11
- argTypes: {
12
- size: {
13
- name: string;
14
- control: {
15
- type: string;
16
- };
17
- options: string[];
18
- description: string;
19
- };
20
- headline: {
21
- name: string;
22
- description: string;
23
- control: {
24
- type: string;
25
- };
26
- };
27
- disabled: {
28
- name: string;
29
- description: string;
30
- control: {
31
- type: string;
32
- };
33
- };
34
- };
35
- args: {
36
- size: string;
37
- headline: string;
38
- disabled: boolean;
39
- };
40
- };
41
- export default _default;
42
- export declare const Default: any;
@@ -1,54 +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
- control: {
21
- type: string;
22
- options: string[];
23
- };
24
- description: string;
25
- };
26
- text: {
27
- name: string;
28
- description: string;
29
- control: {
30
- type: string;
31
- };
32
- };
33
- slot: {
34
- name: string;
35
- description: string;
36
- control: {
37
- type: string;
38
- };
39
- };
40
- mouseOverTooltip: {
41
- name: string;
42
- control: string;
43
- description: string;
44
- };
45
- };
46
- args: {
47
- tooltipPosition: string;
48
- text: string;
49
- slot: string;
50
- mouseOverTooltip: boolean;
51
- };
52
- };
53
- export default _default;
54
- export declare const Default: any;
@@ -1,58 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- };
6
- argTypes: {
7
- backgroundColor: {
8
- name: string;
9
- description: string;
10
- control: {
11
- type: string;
12
- };
13
- options: {
14
- Red: string;
15
- Blue: string;
16
- Grey: string;
17
- };
18
- };
19
- greyScale: {
20
- name: string;
21
- description: string;
22
- control: {
23
- type: string;
24
- };
25
- options: string[];
26
- if: {
27
- arg: string;
28
- eq: string;
29
- };
30
- };
31
- redScale: {
32
- name: string;
33
- description: string;
34
- control: {
35
- type: string;
36
- };
37
- options: string[];
38
- if: {
39
- arg: string;
40
- eq: string;
41
- };
42
- };
43
- blueScale: {
44
- name: string;
45
- description: string;
46
- control: {
47
- type: string;
48
- };
49
- options: string[];
50
- if: {
51
- arg: string;
52
- eq: string;
53
- };
54
- };
55
- };
56
- };
57
- export default _default;
58
- export declare const backgroundColor: any;
@@ -1,58 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- parameters: {
4
- layout: string;
5
- };
6
- argTypes: {
7
- colour: {
8
- name: string;
9
- description: string;
10
- control: {
11
- type: string;
12
- };
13
- options: {
14
- Red: string;
15
- Blue: string;
16
- Grey: string;
17
- };
18
- };
19
- greyScale: {
20
- name: string;
21
- description: string;
22
- control: {
23
- type: string;
24
- };
25
- options: string[];
26
- if: {
27
- arg: string;
28
- eq: string;
29
- };
30
- };
31
- redScale: {
32
- name: string;
33
- description: string;
34
- control: {
35
- type: string;
36
- };
37
- options: string[];
38
- if: {
39
- arg: string;
40
- eq: string;
41
- };
42
- };
43
- blueScale: {
44
- name: string;
45
- description: string;
46
- control: {
47
- type: string;
48
- };
49
- options: string[];
50
- if: {
51
- arg: string;
52
- eq: string;
53
- };
54
- };
55
- };
56
- };
57
- export default _default;
58
- export declare const textColor: 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 Brand: 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 Scales: any;