@skf-design-system/ui-components 1.0.1-beta.1 → 1.0.2-beta.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 (186) hide show
  1. package/README.md +1 -18
  2. package/dist/components/accordion/accordion.component.d.ts +4 -4
  3. package/dist/components/accordion/accordion.component.js +8 -8
  4. package/dist/components/alert/alert.component.d.ts +8 -9
  5. package/dist/components/alert/alert.component.js +7 -7
  6. package/dist/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  7. package/dist/components/card/card.component.js +18 -30
  8. package/dist/components/card/card.styles.js +25 -28
  9. package/dist/components/checkbox/checkbox.component.d.ts +8 -8
  10. package/dist/components/checkbox/checkbox.component.js +3 -3
  11. package/dist/components/collapse/collapse.component.js +1 -1
  12. package/dist/components/date-picker/datepicker.calendar.component.d.ts +5 -0
  13. package/dist/components/date-picker/datepicker.calendar.component.js +128 -95
  14. package/dist/components/date-picker/datepicker.calendar.styles.js +35 -25
  15. package/dist/components/date-picker/datepicker.component.d.ts +5 -0
  16. package/dist/components/date-picker/datepicker.component.js +117 -97
  17. package/dist/components/date-picker/datepicker.helpers.d.ts +3 -2
  18. package/dist/components/date-picker/datepicker.helpers.js +46 -39
  19. package/dist/components/date-picker/datepicker.styles.js +14 -26
  20. package/dist/components/date-picker-input/datepicker-input.component.d.ts +13 -5
  21. package/dist/components/date-picker-input/datepicker-input.component.js +263 -219
  22. package/dist/components/date-picker-input/datepicker-input.helpers.d.ts +36 -2
  23. package/dist/components/date-picker-input/datepicker-input.helpers.js +25 -23
  24. package/dist/components/date-picker-input/datepicker-input.styles.js +6 -10
  25. package/dist/components/dialog/dialog.component.d.ts +18 -28
  26. package/dist/components/dialog/dialog.component.js +89 -79
  27. package/dist/components/divider/divider.component.d.ts +4 -8
  28. package/dist/components/divider/divider.component.js +24 -46
  29. package/dist/components/divider/divider.styles.js +34 -30
  30. package/dist/components/drawer/drawer.component.d.ts +57 -0
  31. package/dist/components/drawer/drawer.component.js +124 -0
  32. package/dist/components/drawer/drawer.d.ts +8 -0
  33. package/dist/components/drawer/drawer.js +6 -0
  34. package/dist/components/drawer/drawer.styles.d.ts +1 -0
  35. package/dist/components/drawer/drawer.styles.js +71 -0
  36. package/dist/components/header/header.component.d.ts +45 -0
  37. package/dist/components/header/header.component.js +110 -0
  38. package/dist/components/header/header.d.ts +8 -0
  39. package/dist/components/header/header.js +6 -0
  40. package/dist/components/header/header.styles.d.ts +1 -0
  41. package/dist/components/header/header.styles.js +68 -0
  42. package/dist/components/heading/heading.component.d.ts +6 -12
  43. package/dist/components/heading/heading.component.js +11 -11
  44. package/dist/components/heading/heading.styles.d.ts +1 -2
  45. package/dist/components/heading/heading.styles.js +1 -1
  46. package/dist/components/icon/icon.component.d.ts +1 -1
  47. package/dist/components/input/input.component.d.ts +2 -2
  48. package/dist/components/input/input.component.js +3 -3
  49. package/dist/components/input/input.controllers.d.ts +20 -6
  50. package/dist/components/input/input.controllers.js +14 -10
  51. package/dist/components/link/link.component.js +1 -0
  52. package/dist/components/link/link.styles.js +24 -20
  53. package/dist/components/menu/menu.component.d.ts +4 -5
  54. package/dist/components/menu/menu.component.js +1 -1
  55. package/dist/components/nav/nav.component.d.ts +17 -0
  56. package/dist/components/nav/nav.component.js +34 -0
  57. package/dist/components/nav/nav.d.ts +8 -0
  58. package/dist/components/nav/nav.js +6 -0
  59. package/dist/components/nav/nav.styles.d.ts +1 -0
  60. package/dist/components/nav/nav.styles.js +17 -0
  61. package/dist/components/nav-item/nav-item.component.d.ts +20 -0
  62. package/dist/components/nav-item/nav-item.component.js +38 -0
  63. package/dist/components/nav-item/nav-item.d.ts +8 -0
  64. package/dist/components/nav-item/nav-item.js +6 -0
  65. package/dist/components/nav-item/nav-item.styles.d.ts +1 -0
  66. package/dist/components/nav-item/nav-item.styles.js +39 -0
  67. package/dist/components/popover/popover.component.d.ts +5 -6
  68. package/dist/components/popover/popover.component.js +19 -19
  69. package/dist/components/radio/radio.component.d.ts +10 -6
  70. package/dist/components/radio/radio.component.js +10 -10
  71. package/dist/components/radio/radio.styles.d.ts +1 -2
  72. package/dist/components/radio/radio.styles.js +1 -1
  73. package/dist/components/segmented-button/segmented-button.component.d.ts +32 -0
  74. package/dist/components/segmented-button/segmented-button.d.ts +8 -0
  75. package/dist/components/segmented-button/segmented-button.styles.d.ts +1 -0
  76. package/dist/components/segmented-button-item/segmented-button-item.component.d.ts +36 -0
  77. package/dist/components/segmented-button-item/segmented-button-item.d.ts +8 -0
  78. package/dist/components/segmented-button-item/segmented-button-item.styles.d.ts +1 -0
  79. package/dist/components/select/select.component.js +2 -2
  80. package/dist/components/select/select.controllers.d.ts +20 -9
  81. package/dist/components/select/select.controllers.js +27 -22
  82. package/dist/components/select-option/select-option.controllers.d.ts +11 -5
  83. package/dist/components/stepper/stepper.component.d.ts +2 -1
  84. package/dist/components/stepper-item/stepper-item.component.js +2 -2
  85. package/dist/components/switch/switch.component.d.ts +7 -6
  86. package/dist/components/switch/switch.component.js +7 -7
  87. package/dist/components/tag/tag.component.d.ts +4 -2
  88. package/dist/components/tag/tag.component.js +6 -6
  89. package/dist/components/textarea/textarea.component.js +7 -7
  90. package/dist/components/toast/toast.component.d.ts +1 -1
  91. package/dist/components/tooltip/tooltip.component.d.ts +5 -6
  92. package/dist/components/tooltip/tooltip.component.js +11 -11
  93. package/dist/custom-elements.json +2477 -1745
  94. package/dist/index.d.ts +4 -0
  95. package/dist/index.js +82 -70
  96. package/dist/internal/base-classes/popover/popover.base.d.ts +17 -7
  97. package/dist/internal/base-classes/popover/popover.base.js +119 -75
  98. package/dist/internal/base-classes/popover/popover.styles.js +14 -1
  99. package/dist/internal/controllers/elementOverflowController.d.ts +13 -0
  100. package/dist/internal/controllers/popover.controller.d.ts +12 -7
  101. package/dist/internal/controllers/popover.controller.js +9 -14
  102. package/dist/internal/helpers/utilityTypes.d.ts +1 -1
  103. package/dist/internal/helpers/uuid.d.ts +15 -0
  104. package/dist/internal/helpers/uuid.js +14 -0
  105. package/dist/internal/storybook/styles.d.ts +1 -0
  106. package/dist/styles/form-field.styles.js +11 -6
  107. package/dist/styles/global.css +1 -1
  108. package/dist/types/jsx/custom-element-jsx.d.ts +642 -1261
  109. package/dist/types/vue/index.d.ts +422 -267
  110. package/dist/vscode.html-custom-data.json +805 -525
  111. package/dist/web-types.json +928 -653
  112. package/package.json +41 -51
  113. package/dist/react/index.d.ts +0 -36
  114. package/dist/react/index.js +0 -36
  115. package/dist/react/skf-accordion/index.d.ts +0 -3
  116. package/dist/react/skf-accordion/index.js +0 -13
  117. package/dist/react/skf-alert/index.d.ts +0 -9
  118. package/dist/react/skf-alert/index.js +0 -17
  119. package/dist/react/skf-breadcrumb/index.d.ts +0 -9
  120. package/dist/react/skf-breadcrumb/index.js +0 -17
  121. package/dist/react/skf-breadcrumb-item/index.d.ts +0 -3
  122. package/dist/react/skf-breadcrumb-item/index.js +0 -13
  123. package/dist/react/skf-button/index.d.ts +0 -9
  124. package/dist/react/skf-button/index.js +0 -17
  125. package/dist/react/skf-card/index.d.ts +0 -3
  126. package/dist/react/skf-card/index.js +0 -13
  127. package/dist/react/skf-checkbox/index.d.ts +0 -9
  128. package/dist/react/skf-checkbox/index.js +0 -17
  129. package/dist/react/skf-collapse/index.d.ts +0 -9
  130. package/dist/react/skf-collapse/index.js +0 -17
  131. package/dist/react/skf-datepicker/index.d.ts +0 -12
  132. package/dist/react/skf-datepicker/index.js +0 -18
  133. package/dist/react/skf-dialog/index.d.ts +0 -15
  134. package/dist/react/skf-dialog/index.js +0 -19
  135. package/dist/react/skf-divider/index.d.ts +0 -3
  136. package/dist/react/skf-divider/index.js +0 -13
  137. package/dist/react/skf-heading/index.d.ts +0 -3
  138. package/dist/react/skf-heading/index.js +0 -13
  139. package/dist/react/skf-icon/index.d.ts +0 -3
  140. package/dist/react/skf-icon/index.js +0 -13
  141. package/dist/react/skf-input/index.d.ts +0 -12
  142. package/dist/react/skf-input/index.js +0 -18
  143. package/dist/react/skf-link/index.d.ts +0 -3
  144. package/dist/react/skf-link/index.js +0 -13
  145. package/dist/react/skf-loader/index.d.ts +0 -3
  146. package/dist/react/skf-loader/index.js +0 -13
  147. package/dist/react/skf-logo/index.d.ts +0 -3
  148. package/dist/react/skf-logo/index.js +0 -13
  149. package/dist/react/skf-menu/index.d.ts +0 -12
  150. package/dist/react/skf-menu/index.js +0 -18
  151. package/dist/react/skf-menu-item/index.d.ts +0 -27
  152. package/dist/react/skf-menu-item/index.js +0 -23
  153. package/dist/react/skf-popover/index.d.ts +0 -12
  154. package/dist/react/skf-popover/index.js +0 -18
  155. package/dist/react/skf-progress/index.d.ts +0 -3
  156. package/dist/react/skf-progress/index.js +0 -13
  157. package/dist/react/skf-radio/index.d.ts +0 -9
  158. package/dist/react/skf-radio/index.js +0 -17
  159. package/dist/react/skf-select/index.d.ts +0 -21
  160. package/dist/react/skf-select/index.js +0 -21
  161. package/dist/react/skf-select-option/index.d.ts +0 -9
  162. package/dist/react/skf-select-option/index.js +0 -17
  163. package/dist/react/skf-select-option-group/index.d.ts +0 -3
  164. package/dist/react/skf-select-option-group/index.js +0 -13
  165. package/dist/react/skf-stepper/index.d.ts +0 -9
  166. package/dist/react/skf-stepper/index.js +0 -17
  167. package/dist/react/skf-stepper-item/index.d.ts +0 -9
  168. package/dist/react/skf-stepper-item/index.js +0 -17
  169. package/dist/react/skf-switch/index.d.ts +0 -3
  170. package/dist/react/skf-switch/index.js +0 -13
  171. package/dist/react/skf-tab/index.d.ts +0 -12
  172. package/dist/react/skf-tab/index.js +0 -18
  173. package/dist/react/skf-tab-group/index.d.ts +0 -3
  174. package/dist/react/skf-tab-group/index.js +0 -13
  175. package/dist/react/skf-tab-panel/index.d.ts +0 -3
  176. package/dist/react/skf-tab-panel/index.js +0 -13
  177. package/dist/react/skf-tag/index.d.ts +0 -3
  178. package/dist/react/skf-tag/index.js +0 -13
  179. package/dist/react/skf-textarea/index.d.ts +0 -12
  180. package/dist/react/skf-textarea/index.js +0 -18
  181. package/dist/react/skf-toast/index.d.ts +0 -3
  182. package/dist/react/skf-toast/index.js +0 -13
  183. package/dist/react/skf-toast-wrapper/index.d.ts +0 -3
  184. package/dist/react/skf-toast-wrapper/index.js +0 -13
  185. package/dist/react/skf-tooltip/index.d.ts +0 -12
  186. package/dist/react/skf-tooltip/index.js +0 -18
@@ -2,6 +2,298 @@
2
2
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
3
  "version": 1.1,
4
4
  "tags": [
5
+ {
6
+ "name": "skf-icon",
7
+ "description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text\n---\n",
8
+ "attributes": [
9
+ {
10
+ "name": "color",
11
+ "description": "Sets the color of the icon",
12
+ "values": [
13
+ { "name": "primary" },
14
+ { "name": "inverse" },
15
+ { "name": "emphasised" },
16
+ { "name": "secondary" },
17
+ { "name": "success" },
18
+ { "name": "info" },
19
+ { "name": "warning" },
20
+ { "name": "error" },
21
+ { "name": "alert" }
22
+ ]
23
+ },
24
+ {
25
+ "name": "label",
26
+ "description": "If defined, adds an alternate description to use for assistive devices",
27
+ "values": []
28
+ },
29
+ {
30
+ "name": "name",
31
+ "description": "Name of the icon to display",
32
+ "values": [
33
+ { "name": "addCircleOutline" },
34
+ { "name": "addCircle" },
35
+ { "name": "addPlus" },
36
+ { "name": "arrowBackIos" },
37
+ { "name": "arrowBack" },
38
+ { "name": "arrowDown" },
39
+ { "name": "arrowForwardIos" },
40
+ { "name": "arrowForward" },
41
+ { "name": "arrowLeft" },
42
+ { "name": "arrowRight" },
43
+ { "name": "arrowUpDown" },
44
+ { "name": "arrowUp" },
45
+ { "name": "article" },
46
+ { "name": "asset" },
47
+ { "name": "attachment" },
48
+ { "name": "bandCursor" },
49
+ { "name": "bands" },
50
+ { "name": "batteryEmpty" },
51
+ { "name": "batteryFull" },
52
+ { "name": "batteryLow" },
53
+ { "name": "bearingFault" },
54
+ { "name": "bluetoothDisabled" },
55
+ { "name": "bluetooth" },
56
+ { "name": "book" },
57
+ { "name": "bookmarkOutline" },
58
+ { "name": "bookmark" },
59
+ { "name": "calculator" },
60
+ { "name": "calendarBusy" },
61
+ { "name": "calendarCheck" },
62
+ { "name": "calendarEmpty" },
63
+ { "name": "calendarMonth" },
64
+ { "name": "calendarReccuring" },
65
+ { "name": "call" },
66
+ { "name": "caretDown" },
67
+ { "name": "caretUpDown" },
68
+ { "name": "caretUp" },
69
+ { "name": "chat" },
70
+ { "name": "checkCircleOutline" },
71
+ { "name": "checkCircle" },
72
+ { "name": "checkSmall" },
73
+ { "name": "check" },
74
+ { "name": "chevronDownUp" },
75
+ { "name": "chevronDown" },
76
+ { "name": "chevronLeft" },
77
+ { "name": "chevronRight" },
78
+ { "name": "chevronUpDown" },
79
+ { "name": "chevronUp" },
80
+ { "name": "chip" },
81
+ { "name": "circleStatus" },
82
+ { "name": "closeAll" },
83
+ { "name": "closeAlt" },
84
+ { "name": "close" },
85
+ { "name": "columnGraph" },
86
+ { "name": "comment" },
87
+ { "name": "connection0" },
88
+ { "name": "connection1" },
89
+ { "name": "connection2" },
90
+ { "name": "connection3" },
91
+ { "name": "connection4" },
92
+ { "name": "contentPaste" },
93
+ { "name": "copy" },
94
+ { "name": "cpmCyclesPerMinute" },
95
+ { "name": "dangerOutline" },
96
+ { "name": "danger" },
97
+ { "name": "defectFrequenciesAlt" },
98
+ { "name": "defectFrequencies" },
99
+ { "name": "deleteOutline" },
100
+ { "name": "delete" },
101
+ { "name": "devices" },
102
+ { "name": "directions" },
103
+ { "name": "doubleChevronLeft" },
104
+ { "name": "doubleChevronRight" },
105
+ { "name": "downloadDone" },
106
+ { "name": "download" },
107
+ { "name": "draftOutline" },
108
+ { "name": "draft" },
109
+ { "name": "dragDrop" },
110
+ { "name": "drop" },
111
+ { "name": "duplicate" },
112
+ { "name": "editOutline" },
113
+ { "name": "edit" },
114
+ { "name": "emailOutline" },
115
+ { "name": "emailPdf" },
116
+ { "name": "email" },
117
+ { "name": "errorOutline" },
118
+ { "name": "error" },
119
+ { "name": "exclamation" },
120
+ { "name": "facebook" },
121
+ { "name": "filterOutline" },
122
+ { "name": "filter" },
123
+ { "name": "findReplace" },
124
+ { "name": "forbidden" },
125
+ { "name": "frequencyHz" },
126
+ { "name": "fullScreen" },
127
+ { "name": "fullscreenExit" },
128
+ { "name": "functionalGroup" },
129
+ { "name": "hamburgerMenu" },
130
+ { "name": "harmonicCursor" },
131
+ { "name": "heatmap" },
132
+ { "name": "hierarchy" },
133
+ { "name": "history" },
134
+ { "name": "homeOutline" },
135
+ { "name": "home" },
136
+ { "name": "hourglassOutline" },
137
+ { "name": "hourglass" },
138
+ { "name": "image" },
139
+ { "name": "imx" },
140
+ { "name": "infoOutline" },
141
+ { "name": "info" },
142
+ { "name": "instagram" },
143
+ { "name": "integration" },
144
+ { "name": "iosShare" },
145
+ { "name": "kebabMore" },
146
+ { "name": "language" },
147
+ { "name": "lightbulbOutline" },
148
+ { "name": "lightbulb" },
149
+ { "name": "link" },
150
+ { "name": "linkedin" },
151
+ { "name": "listGroup" },
152
+ { "name": "list" },
153
+ { "name": "locationPin" },
154
+ { "name": "lockOutline" },
155
+ { "name": "lock" },
156
+ { "name": "logOut" },
157
+ { "name": "login" },
158
+ { "name": "meatballsMoreCircle" },
159
+ { "name": "meatballsMore" },
160
+ { "name": "microphone" },
161
+ { "name": "nearMe" },
162
+ { "name": "noData" },
163
+ { "name": "notificationsBellOutline" },
164
+ { "name": "notificationsBell" },
165
+ { "name": "o" },
166
+ { "name": "offer" },
167
+ { "name": "openInNew" },
168
+ { "name": "overlaysBaseline" },
169
+ { "name": "pan360" },
170
+ { "name": "paper" },
171
+ { "name": "pause" },
172
+ { "name": "pdfOutline" },
173
+ { "name": "pdf" },
174
+ { "name": "person" },
175
+ { "name": "photoCameraOutline" },
176
+ { "name": "photoCamera" },
177
+ { "name": "pieChart" },
178
+ { "name": "pinOutline" },
179
+ { "name": "pin" },
180
+ { "name": "play" },
181
+ { "name": "powerOff" },
182
+ { "name": "printOutline" },
183
+ { "name": "print" },
184
+ { "name": "privacyPolicyOutline" },
185
+ { "name": "privacyPolicy" },
186
+ { "name": "proCollect" },
187
+ { "name": "recAction" },
188
+ { "name": "refresh" },
189
+ { "name": "removeMinus" },
190
+ { "name": "reorder" },
191
+ { "name": "reply" },
192
+ { "name": "report" },
193
+ { "name": "rewakableRoute" },
194
+ { "name": "route" },
195
+ { "name": "search" },
196
+ { "name": "sendOutline" },
197
+ { "name": "send" },
198
+ { "name": "sensorAlt" },
199
+ { "name": "sensor" },
200
+ { "name": "settingsOutline" },
201
+ { "name": "settings" },
202
+ { "name": "share" },
203
+ { "name": "shoppingCart" },
204
+ { "name": "sidebandCursor" },
205
+ { "name": "singleCursor" },
206
+ { "name": "skfBearing" },
207
+ { "name": "spectrum" },
208
+ { "name": "starOutline" },
209
+ { "name": "star" },
210
+ { "name": "stop" },
211
+ { "name": "sync" },
212
+ { "name": "time" },
213
+ { "name": "timewave" },
214
+ { "name": "translate" },
215
+ { "name": "trend" },
216
+ { "name": "trendingUp" },
217
+ { "name": "twitter" },
218
+ { "name": "undo" },
219
+ { "name": "unknownDiamondOutline" },
220
+ { "name": "unknownDiamond" },
221
+ { "name": "unknownOutline" },
222
+ { "name": "unknown" },
223
+ { "name": "unlink" },
224
+ { "name": "unlockOutline" },
225
+ { "name": "unlock" },
226
+ { "name": "unscheduledAction" },
227
+ { "name": "upload" },
228
+ { "name": "vibrationAlt" },
229
+ { "name": "vibration" },
230
+ { "name": "view3D" },
231
+ { "name": "viewFull" },
232
+ { "name": "viewHorizontal" },
233
+ { "name": "viewVertical" },
234
+ { "name": "visibilityOffOutline" },
235
+ { "name": "visibilityOff" },
236
+ { "name": "visibilityOutline" },
237
+ { "name": "visibility" },
238
+ { "name": "warningDiamondOutline" },
239
+ { "name": "warningDiamond" },
240
+ { "name": "warningOutline" },
241
+ { "name": "warning" },
242
+ { "name": "youtube" },
243
+ { "name": "zoomIn" },
244
+ { "name": "zoomOut" }
245
+ ]
246
+ },
247
+ {
248
+ "name": "size",
249
+ "description": "Size of the icon",
250
+ "values": [
251
+ { "name": "xs" },
252
+ { "name": "sm" },
253
+ { "name": "md" },
254
+ { "name": "lg" }
255
+ ]
256
+ }
257
+ ],
258
+ "references": []
259
+ },
260
+ {
261
+ "name": "skf-collapse",
262
+ "description": "The `<skf-collapse>` component is a general purpose container for content that can be collapsed / expanded.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/6590bf-accordion) for design principles.\n---\n\n\n### **Events:**\n - **skf-collapse-toggle** - Event emitted when toggled\n\n### **Methods:**\n - **setClose()** - Class method as alternative to manipulate attribute\n- **setOpen()** - Class method as alternative to manipulate attribute\n\n### **Slots:**\n - _default_ - Main content",
263
+ "attributes": [
264
+ {
265
+ "name": "animated",
266
+ "description": "If true, will animate the expand/collapse state",
267
+ "values": []
268
+ },
269
+ {
270
+ "name": "expanded",
271
+ "description": "If true, will set the collapse to be expanded by default",
272
+ "values": []
273
+ },
274
+ {
275
+ "name": "heading",
276
+ "description": "Heading for the collapse",
277
+ "values": []
278
+ },
279
+ {
280
+ "name": "heading-as",
281
+ "description": "Defines which heading element will be rendered",
282
+ "values": [{ "name": "h2" }, { "name": "h3" }, { "name": "h4" }]
283
+ },
284
+ {
285
+ "name": "small",
286
+ "description": "If true, renders the small version",
287
+ "values": []
288
+ },
289
+ {
290
+ "name": "truncate",
291
+ "description": "If true, will truncate the heading in collapsed state",
292
+ "values": []
293
+ }
294
+ ],
295
+ "references": []
296
+ },
5
297
  {
6
298
  "name": "skf-accordion",
7
299
  "description": "The `<skf-accordion>` component consists of multiple `<skf-collapse>`, working together.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/6590bf-accordion) for design principles.\n---\n\n\n### **Slots:**\n - _default_ - Expects one or more <skf-accordion-item> element(s)",
@@ -56,7 +348,7 @@
56
348
  {
57
349
  "name": "icon",
58
350
  "description": "If defined, displays leading icon",
59
- "values": [{ "name": "SkfIcon['name']" }]
351
+ "values": [{ "name": "SkfAlertIcon" }]
60
352
  },
61
353
  {
62
354
  "name": "persistent",
@@ -66,20 +358,26 @@
66
358
  {
67
359
  "name": "severity",
68
360
  "description": "If defined, gives the supplied appearance",
69
- "values": [
70
- { "name": "error" },
71
- { "name": "info" },
72
- { "name": "warning" },
73
- { "name": "success" },
74
- { "name": "alert" }
75
- ]
361
+ "values": [{ "name": "SkfAlertSeverity" }]
362
+ }
363
+ ],
364
+ "references": []
365
+ },
366
+ {
367
+ "name": "skf-breadcrumb-item",
368
+ "description": "The `<skf-breadcrumb-item>` is used in conjunction with the `<skf-breadcrumb>` component\n---\n\n\n### **Slots:**\n - _default_ - Label of the breadcrumb item",
369
+ "attributes": [
370
+ {
371
+ "name": "href",
372
+ "description": "If defined, loads url on click",
373
+ "values": []
76
374
  }
77
375
  ],
78
376
  "references": []
79
377
  },
80
378
  {
81
379
  "name": "skf-breadcrumb",
82
- "description": "The `<skf-breadcrumb>` component consists of multiple `<skf-breadcrumb-item>`, working together.\n---\n\n\n### **Events:**\n - **click** - Fired when the item is clicked\n\n### **Slots:**\n - _default_ - One or more `<skf-breadcrumb-item>`",
380
+ "description": "The `<skf-breadcrumb>` component consists of multiple `<skf-breadcrumb-item>`, working together.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/3338ef-breadcrumbs) for design principles.\n---\n\n\n### **Events:**\n - **click** - Fired when the item is clicked\n\n### **Slots:**\n - _default_ - One or more `<skf-breadcrumb-item>`",
83
381
  "attributes": [
84
382
  {
85
383
  "name": "label",
@@ -95,13 +393,23 @@
95
393
  "references": []
96
394
  },
97
395
  {
98
- "name": "skf-breadcrumb-item",
99
- "description": "The `<skf-breadcrumb-item>` is used in conjunction with the `<skf-breadcrumb>` component\n---\n\n\n### **Slots:**\n - _default_ - Label of the breadcrumb item",
396
+ "name": "skf-loader",
397
+ "description": "The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities\n---\n",
100
398
  "attributes": [
101
399
  {
102
- "name": "href",
103
- "description": "If defined, loads url on click",
400
+ "name": "aria-label",
401
+ "description": "Defines the aria-label",
402
+ "values": []
403
+ },
404
+ {
405
+ "name": "invert",
406
+ "description": "If true, inverts the color (to be used on colored backgrounds)",
104
407
  "values": []
408
+ },
409
+ {
410
+ "name": "size",
411
+ "description": "Defines the size of the loader",
412
+ "values": [{ "name": "md" }, { "name": "sm" }]
105
413
  }
106
414
  ],
107
415
  "references": []
@@ -418,46 +726,9 @@
418
726
  ],
419
727
  "references": []
420
728
  },
421
- {
422
- "name": "skf-collapse",
423
- "description": "The `<skf-collapse>` component is a general purpose container for content that can be collapsed / expanded.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/6590bf-accordion) for design principles.\n---\n\n\n### **Events:**\n - **skf-collapse-toggle** - Event emitted when toggled\n\n### **Methods:**\n - **setClose()** - Class method as alternative to manipulate attribute\n- **setOpen()** - Class method as alternative to manipulate attribute\n\n### **Slots:**\n - _default_ - Main content",
424
- "attributes": [
425
- {
426
- "name": "animated",
427
- "description": "If true, will animate the expand/collapse state",
428
- "values": []
429
- },
430
- {
431
- "name": "expanded",
432
- "description": "If true, will set the collapse to be expanded by default",
433
- "values": []
434
- },
435
- {
436
- "name": "heading",
437
- "description": "Heading for the collapse",
438
- "values": []
439
- },
440
- {
441
- "name": "heading-as",
442
- "description": "Defines which heading element will be rendered",
443
- "values": [{ "name": "h2" }, { "name": "h3" }, { "name": "h4" }]
444
- },
445
- {
446
- "name": "small",
447
- "description": "If true, renders the small version",
448
- "values": []
449
- },
450
- {
451
- "name": "truncate",
452
- "description": "If true, will truncate the heading in collapsed state",
453
- "values": []
454
- }
455
- ],
456
- "references": []
457
- },
458
729
  {
459
730
  "name": "skf-datepicker",
460
- "description": "A date picker component that allows users to select a date or a range of dates.\n---\n\n\n### **Events:**\n - **selected-date-changed** - When a date is selected\n- **selected-date-range-changed** - When a range of dates is selected\n\n### **Slots:**\n - _default_ - Default hint content placed inside the date picker\n\n### **CSS Properties:**\n - **--max-width** - The maximum width of the date picker _(default: undefined)_",
731
+ "description": "A date picker component that allows users to select a date or a range of dates.\n---\n\n\n### **Events:**\n - **selected-date-changed** - When a date is selected\n- **selected-date-range-changed** - When a range of dates is selected\n\n### **Methods:**\n - **gotoDate(date: _Date | string_)** - Navigates to the given date.\n\n### **Slots:**\n - _default_ - Default hint content placed inside the date picker\n\n### **CSS Properties:**\n - **--max-width** - The maximum width of the date picker _(default: undefined)_",
461
732
  "attributes": [
462
733
  {
463
734
  "name": "locale",
@@ -493,9 +764,26 @@
493
764
  ],
494
765
  "references": []
495
766
  },
767
+ {
768
+ "name": "skf-heading",
769
+ "description": "The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>\nIt extends the interface of native html `<h1>` to `<h4>` elements.\n---\n\n\n### **Slots:**\n - _default_ - The headings content",
770
+ "attributes": [
771
+ {
772
+ "name": "as",
773
+ "description": "Controls which heading element will be rendered. Should not be used to affect appearance",
774
+ "values": [{ "name": "SkfHeadingType" }]
775
+ },
776
+ {
777
+ "name": "styled-as",
778
+ "description": "If defined, changes the appearance of the heading",
779
+ "values": [{ "name": "SkfHeadingType" }]
780
+ }
781
+ ],
782
+ "references": []
783
+ },
496
784
  {
497
785
  "name": "skf-dialog",
498
- "description": "The `<skf-dialog>` is a component that open up a dialog with the content provided\n---\n\n\n### **Events:**\n - **skf-dialog-open** - Fires when the dialog is opened (after transitioned in)\n- **skf-dialog-close** - Fires when the dialog is closed (before transitioned out)\n- **close** - Fires when the dialog is closed (after transitioned out)\n\n### **Slots:**\n - _default_ - The dialog component's content\n- **footer** - The dialog component's buttons goes here\n\n### **CSS Properties:**\n - **--skf-dialog-height** - A custom height for the Dialog. Pass valid CSS **block-size** values _(default: undefined)_\n- **--skf-dialog-width** - A custom width for the Dialog Pass valid CSS **inline-size** values _(default: undefined)_",
786
+ "description": "The `<skf-dialog>` is a component that open up a dialog of type modal with the content provided. (MDN refrains from opening the dialog using the `open` attribute, however skf-dialog does not have that limitation)\n---\n\n\n### **Events:**\n - **skf-dialog-opened** - Fires when the dialog is opened (after transitioned in)\n- **skf-dialog-closing** - Fires when the dialog is closed (before transitioned out)\n- **skf-dialog-closed** - Fires when the dialog is closed (after transitioned out)\n\n### **Methods:**\n - **showModal()** - Method that opens the dialog in modal state\n- **close()** - Method that closes the dialog\n\n### **Slots:**\n - _default_ - The dialog component's content\n- **footer** - The dialog component's buttons goes here\n\n### **CSS Properties:**\n - **--skf-dialog-height** - A custom height for the Dialog. Pass valid CSS **block-size** values _(default: undefined)_\n- **--skf-dialog-width** - A custom width for the Dialog Pass valid CSS **inline-size** values _(default: undefined)_",
499
787
  "attributes": [
500
788
  {
501
789
  "name": "close-button-aria-label",
@@ -522,7 +810,11 @@
522
810
  "description": "If defined, removes the inner padding",
523
811
  "values": []
524
812
  },
525
- { "name": "open", "values": [] }
813
+ {
814
+ "name": "open",
815
+ "description": "If true, indicates that the dialog is active and is available for interaction",
816
+ "values": []
817
+ }
526
818
  ],
527
819
  "references": []
528
820
  },
@@ -533,13 +825,7 @@
533
825
  {
534
826
  "name": "color",
535
827
  "description": "Defines the Divider color",
536
- "values": [
537
- { "name": "emphasised" },
538
- { "name": "primary" },
539
- { "name": "secondary" },
540
- { "name": "tertiary" },
541
- { "name": "inverse" }
542
- ]
828
+ "values": [{ "name": "SkfDividerColor" }]
543
829
  },
544
830
  {
545
831
  "name": "decorative",
@@ -555,222 +841,87 @@
555
841
  "references": []
556
842
  },
557
843
  {
558
- "name": "skf-heading",
559
- "description": "The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>\nIt extends the interface of native html `<h1>` to `<h4>` elements.\n---\n\n\n### **Slots:**\n - _default_ - The headings content",
844
+ "name": "skf-drawer",
845
+ "description": "The `<skf-drawer>` is a modal component that displays content and toggle by sliding from left/right viewport edge.\n---\n\n\n### **Events:**\n - **skf-drawer-opened** - Fires when the drawer is opened (after transitioned in)\n- **skf-drawer-closing** - Fires when the drawer is closed (before transitioned out)\n- **skf-drawer-closed** - Fires when the drawer is closed (after transitioned out)\n\n### **Slots:**\n - _default_ - The Drawer's main content",
560
846
  "attributes": [
561
847
  {
562
- "name": "as",
563
- "description": "Controls which heading element will be rendered. Should not be used to affect appearance",
564
- "values": [
565
- { "name": "h1" },
566
- { "name": "h2" },
567
- { "name": "h3" },
568
- { "name": "h4" }
569
- ]
848
+ "name": "close-button-aria-label",
849
+ "description": "If defined, sets the aria-label for the close button",
850
+ "values": []
570
851
  },
571
852
  {
572
- "name": "styled-as",
573
- "description": "If provided, changes the appearance of the heading",
574
- "values": [
575
- { "name": "h1" },
576
- { "name": "h2" },
577
- { "name": "h3" },
578
- { "name": "h4" }
579
- ]
853
+ "name": "heading",
854
+ "description": "Heading for the Drawer",
855
+ "values": []
856
+ },
857
+ {
858
+ "name": "size",
859
+ "description": "Sets the max-width",
860
+ "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
861
+ },
862
+ {
863
+ "name": "open",
864
+ "description": "If true, Drawer is open",
865
+ "values": []
866
+ },
867
+ {
868
+ "name": "placement",
869
+ "description": "Placement of the Drawer",
870
+ "values": [{ "name": "left" }, { "name": "right" }]
580
871
  }
581
872
  ],
582
873
  "references": []
583
874
  },
584
875
  {
585
- "name": "skf-icon",
586
- "description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text\n---\n",
876
+ "name": "skf-logo",
877
+ "description": "The `<skf-logo>` component is used to display the SKF logo.\n---\n\n\n### **CSS Properties:**\n - **--skf-logo-height** - The height of the logo _(default: undefined)_",
587
878
  "attributes": [
879
+ {
880
+ "name": "title",
881
+ "description": "Defines the title of the logo",
882
+ "values": []
883
+ },
588
884
  {
589
885
  "name": "color",
590
- "description": "Sets the color of the icon",
886
+ "description": "Defines the color of the logo",
591
887
  "values": [
592
888
  { "name": "primary" },
593
- { "name": "inverse" },
594
- { "name": "emphasised" },
595
889
  { "name": "secondary" },
596
- { "name": "success" },
597
- { "name": "info" },
598
- { "name": "warning" },
599
- { "name": "error" },
600
- { "name": "alert" }
890
+ { "name": "inverse" }
601
891
  ]
892
+ }
893
+ ],
894
+ "references": []
895
+ },
896
+ {
897
+ "name": "skf-nav",
898
+ "description": "The `<skf-nav>` is a component that displays a list of <nav-items>.\n---\n\n\n### **Slots:**\n - _default_ - The component's main content",
899
+ "attributes": [{ "name": "vertical", "values": [] }],
900
+ "references": []
901
+ },
902
+ {
903
+ "name": "skf-header",
904
+ "description": "The `<skf-header>` component is to be used as the site-header in the app\n---\n\n\n### **Slots:**\n - _default_ - Navigation items",
905
+ "attributes": [
906
+ {
907
+ "name": "compact",
908
+ "description": "If true, sets header to display in compact mode only (hanburger menu and drawer)",
909
+ "values": []
602
910
  },
603
911
  {
604
- "name": "label",
605
- "description": "If defined, adds an alternate description to use for assistive devices",
912
+ "name": "hamburger-aria-label",
913
+ "description": "If defined, sets the aria-label for the hamburger button",
606
914
  "values": []
607
915
  },
608
916
  {
609
- "name": "name",
610
- "description": "Name of the icon to display",
611
- "values": [
612
- { "name": "arrowDown" },
613
- { "name": "arrowDownUp" },
614
- { "name": "arrowLeft" },
615
- { "name": "arrowRight" },
616
- { "name": "arrowUp" },
617
- { "name": "article" },
618
- { "name": "artificialIntelligence" },
619
- { "name": "asset" },
620
- { "name": "attachment" },
621
- { "name": "bandCursor" },
622
- { "name": "bands" },
623
- { "name": "batteryEmpty" },
624
- { "name": "batteryFull" },
625
- { "name": "batteryLow" },
626
- { "name": "bearingFault" },
627
- { "name": "book" },
628
- { "name": "bulb" },
629
- { "name": "burger" },
630
- { "name": "cPM" },
631
- { "name": "calendar" },
632
- { "name": "calendarBooked" },
633
- { "name": "calendarEmpty" },
634
- { "name": "calendarNotBooked" },
635
- { "name": "calendarRecurring" },
636
- { "name": "caretDown" },
637
- { "name": "caretUp" },
638
- { "name": "caretUpDown" },
639
- { "name": "chat" },
640
- { "name": "check" },
641
- { "name": "checkCircle" },
642
- { "name": "checkSmall" },
643
- { "name": "chevronDown" },
644
- { "name": "chevronLeft" },
645
- { "name": "chevronRight" },
646
- { "name": "chevronUp" },
647
- { "name": "chevronUpDown" },
648
- { "name": "close" },
649
- { "name": "closeAllFaults" },
650
- { "name": "closeFault" },
651
- { "name": "closeSmall" },
652
- { "name": "columnGraph" },
653
- { "name": "comment" },
654
- { "name": "connection1" },
655
- { "name": "connection2" },
656
- { "name": "connection3" },
657
- { "name": "connection4" },
658
- { "name": "danger" },
659
- { "name": "defectFrequencies" },
660
- { "name": "defectFrequenciesAlternative" },
661
- { "name": "doubleChevronLeft" },
662
- { "name": "doubleChevronRight" },
663
- { "name": "download" },
664
- { "name": "draft" },
665
- { "name": "draftFilled" },
666
- { "name": "draftOutlined" },
667
- { "name": "dragNDrop" },
668
- { "name": "drop" },
669
- { "name": "duplicate" },
670
- { "name": "edit" },
671
- { "name": "emailFilled" },
672
- { "name": "emailOutlined" },
673
- { "name": "exclamation" },
674
- { "name": "eye" },
675
- { "name": "eyeHidden" },
676
- { "name": "eyeVisible" },
677
- { "name": "filter" },
678
- { "name": "forbidden" },
679
- { "name": "fullScreen" },
680
- { "name": "fullScreenExit" },
681
- { "name": "functionalLocation" },
682
- { "name": "harmonicCursor" },
683
- { "name": "heatmap" },
684
- { "name": "hierarchy" },
685
- { "name": "history" },
686
- { "name": "historyAlt" },
687
- { "name": "hourglassFramedFilled" },
688
- { "name": "hourglassFramedOutlined" },
689
- { "name": "hourglassOutlined" },
690
- { "name": "hz" },
691
- { "name": "iMX" },
692
- { "name": "image" },
693
- { "name": "infoCircleFilled" },
694
- { "name": "infoCircleOutlined" },
695
- { "name": "integration" },
696
- { "name": "kebab" },
697
- { "name": "link" },
698
- { "name": "listGroup" },
699
- { "name": "listItem" },
700
- { "name": "locationPin" },
701
- { "name": "lock" },
702
- { "name": "logOut" },
703
- { "name": "meatballs" },
704
- { "name": "microphone" },
705
- { "name": "minus" },
706
- { "name": "minusSmall" },
707
- { "name": "noData" },
708
- { "name": "o" },
709
- { "name": "openInNew" },
710
- { "name": "overlayBaseline" },
711
- { "name": "pDF" },
712
- { "name": "paper" },
713
- { "name": "pause" },
714
- { "name": "pieChart" },
715
- { "name": "pin" },
716
- { "name": "play" },
717
- { "name": "plus" },
718
- { "name": "powerOff" },
719
- { "name": "printer" },
720
- { "name": "proCollect" },
721
- { "name": "recAction" },
722
- { "name": "received" },
723
- { "name": "refresh" },
724
- { "name": "reorder" },
725
- { "name": "replace" },
726
- { "name": "reply" },
727
- { "name": "rewalkableRoute" },
728
- { "name": "routes" },
729
- { "name": "search" },
730
- { "name": "send" },
731
- { "name": "sensorA" },
732
- { "name": "sensorB" },
733
- { "name": "settings" },
734
- { "name": "sidebandCursor" },
735
- { "name": "singleCursor" },
736
- { "name": "spectrum" },
737
- { "name": "starFilled" },
738
- { "name": "starOutlined" },
739
- { "name": "statusCircle" },
740
- { "name": "stop" },
741
- { "name": "structuralVibration" },
742
- { "name": "sync" },
743
- { "name": "timewave" },
744
- { "name": "trash" },
745
- { "name": "trend" },
746
- { "name": "trendingUp" },
747
- { "name": "undo" },
748
- { "name": "unknownCircle" },
749
- { "name": "unknownDiamond" },
750
- { "name": "unlink" },
751
- { "name": "unlock" },
752
- { "name": "unscheduledAction" },
753
- { "name": "upload" },
754
- { "name": "user" },
755
- { "name": "viewFull" },
756
- { "name": "viewHorizontal" },
757
- { "name": "viewVertical" },
758
- { "name": "warning" },
759
- { "name": "warningCircle" },
760
- { "name": "warningDiamond" },
761
- { "name": "zoomIn" },
762
- { "name": "zoomOut" }
763
- ]
917
+ "name": "site-name",
918
+ "description": "If defined, sets the app or site's name",
919
+ "values": []
764
920
  },
765
921
  {
766
- "name": "size",
767
- "description": "Size of the icon",
768
- "values": [
769
- { "name": "xs" },
770
- { "name": "sm" },
771
- { "name": "md" },
772
- { "name": "lg" }
773
- ]
922
+ "name": "site-url",
923
+ "description": "If defined, sets the site's base-url for the \"logo-link\"",
924
+ "values": []
774
925
  }
775
926
  ],
776
927
  "references": []
@@ -789,7 +940,70 @@
789
940
  "description": "If true, value is required or must be checked for the form to be submittable",
790
941
  "values": []
791
942
  },
792
- { "name": "autocomplete", "description": "-m }", "values": [] },
943
+ {
944
+ "name": "autocomplete",
945
+ "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
946
+ "values": [
947
+ { "name": "on" },
948
+ { "name": "off" },
949
+ { "name": "name" },
950
+ { "name": "honorific-prefix" },
951
+ { "name": "given-name" },
952
+ { "name": "additional-name" },
953
+ { "name": "family-name" },
954
+ { "name": "honorific-suffix" },
955
+ { "name": "nickname" },
956
+ { "name": "username" },
957
+ { "name": "new-password" },
958
+ { "name": "current-password" },
959
+ { "name": "one-time-code" },
960
+ { "name": "organization-title" },
961
+ { "name": "organization" },
962
+ { "name": "street-address" },
963
+ { "name": "address-line1" },
964
+ { "name": "address-line2" },
965
+ { "name": "address-line3" },
966
+ { "name": "address-level4" },
967
+ { "name": "address-level3" },
968
+ { "name": "address-level2" },
969
+ { "name": "address-level1" },
970
+ { "name": "country" },
971
+ { "name": "country-name" },
972
+ { "name": "postal-code" },
973
+ { "name": "cc-name" },
974
+ { "name": "cc-given-name" },
975
+ { "name": "cc-additional-name" },
976
+ { "name": "cc-family-name" },
977
+ { "name": "cc-number" },
978
+ { "name": "cc-exp" },
979
+ { "name": "cc-exp-month" },
980
+ { "name": "cc-exp-year" },
981
+ { "name": "cc-csc" },
982
+ { "name": "cc-type" },
983
+ { "name": "transaction-amount" },
984
+ { "name": "transaction-currency" },
985
+ { "name": "language" },
986
+ { "name": "bday" },
987
+ { "name": "bday-day" },
988
+ { "name": "bday-month" },
989
+ { "name": "bday-year" },
990
+ { "name": "sex" },
991
+ { "name": "url" },
992
+ { "name": "photo" },
993
+ { "name": "tel" },
994
+ { "name": "tel-country-code" },
995
+ { "name": "tel-national" },
996
+ { "name": "tel-area-code" },
997
+ { "name": "tel-local" },
998
+ { "name": "tel-extension" },
999
+ { "name": "email" },
1000
+ { "name": "impp" },
1001
+ { "name": "password" },
1002
+ { "name": "webauthn" },
1003
+ { "name": "work" },
1004
+ { "name": "(string & {})" }
1005
+ ]
1006
+ },
793
1007
  {
794
1008
  "name": "button-aria-label-clear",
795
1009
  "description": "Custom aria-label for the clear button. **Notice!** Only applicable to type=search.",
@@ -898,7 +1112,6 @@
898
1112
  "name": "severity",
899
1113
  "description": "If defined, displays provided severity state",
900
1114
  "values": [
901
- { "name": "alert" },
902
1115
  { "name": "success" },
903
1116
  { "name": "info" },
904
1117
  { "name": "warning" }
@@ -1185,60 +1398,41 @@
1185
1398
  { "name": "button" },
1186
1399
  { "name": "submit" },
1187
1400
  { "name": "reset" }
1188
- ]
1189
- }
1190
- ],
1191
- "references": []
1192
- },
1193
- {
1194
- "name": "skf-loader",
1195
- "description": "The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities\n---\n",
1196
- "attributes": [
1197
- {
1198
- "name": "aria-label",
1199
- "description": "Defines the aria-label",
1200
- "values": []
1201
- },
1202
- {
1203
- "name": "invert",
1204
- "description": "If true, inverts the color (to be used on colored backgrounds)",
1205
- "values": []
1206
- },
1207
- {
1208
- "name": "size",
1209
- "description": "Defines the size of the loader",
1210
- "values": [{ "name": "md" }, { "name": "sm" }]
1401
+ ]
1211
1402
  }
1212
1403
  ],
1213
1404
  "references": []
1214
1405
  },
1215
1406
  {
1216
- "name": "skf-logo",
1217
- "description": "The `<skf-logo>` component is used to display the SKF logo.\n---\n\n\n### **CSS Properties:**\n - **--skf-logo-height** - The height of the logo _(default: undefined)_",
1407
+ "name": "skf-menu",
1408
+ "description": "The `<skf-menu>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the menu is opened\n- **skf-closed** - Fired when the menu is closed\n\n### **Slots:**\n - _default_ - The menu popover content",
1218
1409
  "attributes": [
1219
1410
  {
1220
- "name": "title",
1221
- "description": "Defines the title of the logo",
1222
- "values": []
1223
- },
1224
- {
1225
- "name": "color",
1226
- "description": "Defines the color of the logo",
1411
+ "name": "placement",
1412
+ "description": "The placement of the menu",
1227
1413
  "values": [
1228
- { "name": "primary" },
1229
- { "name": "secondary" },
1230
- { "name": "inverse" }
1414
+ { "name": "top" },
1415
+ { "name": "right" },
1416
+ { "name": "bottom" },
1417
+ { "name": "left" },
1418
+ { "name": "top-start" },
1419
+ { "name": "top-end" },
1420
+ { "name": "right-start" },
1421
+ { "name": "right-end" },
1422
+ { "name": "bottom-start" },
1423
+ { "name": "bottom-end" },
1424
+ { "name": "left-start" },
1425
+ { "name": "left-end" }
1231
1426
  ]
1427
+ },
1428
+ {
1429
+ "name": "anchor",
1430
+ "description": "The id of the element the menu will be anchored to",
1431
+ "values": []
1232
1432
  }
1233
1433
  ],
1234
1434
  "references": []
1235
1435
  },
1236
- {
1237
- "name": "skf-menu",
1238
- "description": "The `<skf-menu>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **open** - Fired when the menu is opened\n- **close** - Fired when the menu is closed\n\n### **Slots:**\n - _default_ - The menu popover content",
1239
- "attributes": [],
1240
- "references": []
1241
- },
1242
1436
  {
1243
1437
  "name": "skf-menu-item",
1244
1438
  "description": "The `<skf-menu-item>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **my-tag-my-event** - Fired when something happens\n- **click** - Fired when the component is clicked\n- **mouseover** - Fired when the mouse is over the component\n- **mouseout** - Fired when the mouse is out of the component\n- **focus** - Fired when the component is focused\n- **blur** - Fired when the component is blurred\n- **change** - Fired when the component's value changes\n\n### **Slots:**\n - _default_ - The component's main content\n- **my-named-slot** - A named slot of the component",
@@ -1467,10 +1661,42 @@
1467
1661
  ],
1468
1662
  "references": []
1469
1663
  },
1664
+ {
1665
+ "name": "skf-nav-item",
1666
+ "description": "The `<skf-nav>` is a component that displays a list of <nav-items>.\n---\n\n\n### **Slots:**\n - _default_ - The component's main content",
1667
+ "attributes": [
1668
+ { "name": "href", "values": [] },
1669
+ { "name": "icon", "values": [{ "name": "SkfLink['icon']" }] }
1670
+ ],
1671
+ "references": []
1672
+ },
1470
1673
  {
1471
1674
  "name": "skf-popover",
1472
- "description": "The `<skf-popover>` is a general purpose component that displays the slot content.\n---\n\n\n### **Events:**\n - **open** - Fired when the menu is opened\n- **close** - Fired when the menu is closed\n\n### **Slots:**\n - _default_ - The popover content",
1675
+ "description": "The `<skf-popover>` is a general purpose component that displays the slot content in a popover.\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the menu is opened\n- **skf-closed** - Fired when the menu is closed\n\n### **Slots:**\n - _default_ - The popover content",
1473
1676
  "attributes": [
1677
+ {
1678
+ "name": "placement",
1679
+ "description": "The placement of the menu",
1680
+ "values": [
1681
+ { "name": "top" },
1682
+ { "name": "right" },
1683
+ { "name": "bottom" },
1684
+ { "name": "left" },
1685
+ { "name": "top-start" },
1686
+ { "name": "top-end" },
1687
+ { "name": "right-start" },
1688
+ { "name": "right-end" },
1689
+ { "name": "bottom-start" },
1690
+ { "name": "bottom-end" },
1691
+ { "name": "left-start" },
1692
+ { "name": "left-end" }
1693
+ ]
1694
+ },
1695
+ {
1696
+ "name": "anchor",
1697
+ "description": "The id of the element the menu will be anchored to",
1698
+ "values": []
1699
+ },
1474
1700
  {
1475
1701
  "name": "offset",
1476
1702
  "description": "If defined, sets a custom offset for the popover",
@@ -1579,83 +1805,31 @@
1579
1805
  "references": []
1580
1806
  },
1581
1807
  {
1582
- "name": "skf-select",
1583
- "description": "The `<skf-select>` is a component that displays a list of actions or options. A click in the options list toggle the selected state of the option. Use it together with the ´skf-select-option` tag.\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option(s) changes\n- **invalid** - Fired when the select is invalid\n- **reset** - Fired when the form is reset\n- **skf-select:dropdown** - {detail: {expanded: boolean}} Fired when the select dropdown is toggled\n- **skf-select-option:select** - {detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled\n\n### **Slots:**\n - _default_ - The select's placeholder content",
1808
+ "name": "skf-segmented-button-item",
1809
+ "description": "The `<skf-segmented-button-item>` is used in conjunction with the `<skf-segmented-button>` component\n---\n\n\n### **Events:**\n - **my-tag-my-event** - Fired when something happens\n\n### **Slots:**\n - _default_ - The items label",
1584
1810
  "attributes": [
1585
1811
  {
1586
1812
  "name": "disabled",
1587
- "description": "If true, the select is disabled\t`default: false`",
1588
- "values": []
1589
- },
1590
- {
1591
- "name": "button-label",
1592
- "description": "Sets the first visible text on the component",
1593
- "values": []
1594
- },
1595
- {
1596
- "name": "custom-invalid",
1597
- "description": "If defined, forces component to invalid state until removed",
1598
- "values": []
1599
- },
1600
- {
1601
- "name": "hide-label",
1602
- "description": "If true, hides the label visually",
1603
- "values": []
1604
- },
1605
- {
1606
- "name": "hide-tags",
1607
- "description": "If true and mulltiple is true, no tags are displayed under the select",
1608
- "values": []
1609
- },
1610
- {
1611
- "name": "hint",
1612
- "description": "If defined, sets the hint text under the select component in the form",
1613
- "values": []
1614
- },
1615
- {
1616
- "name": "label",
1617
- "description": "If defined, displays provided label",
1618
- "values": []
1619
- },
1620
- {
1621
- "name": "max",
1622
- "description": "If defined, limits the number of selectable options",
1813
+ "description": "If true, items is marked as disabled",
1623
1814
  "values": []
1624
1815
  },
1816
+ { "name": "value", "description": "Sets the item value", "values": [] }
1817
+ ],
1818
+ "references": []
1819
+ },
1820
+ {
1821
+ "name": "skf-segmented-button",
1822
+ "description": "The `<skf-segmented-button>` component consists of multiple `<skf-segmented-button-item>`, working together.\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/68ff54-segmented-buttons) for design principles\n---\n\n\n### **Slots:**\n - _default_ - One or more `<skf-segmented-button-item>`",
1823
+ "attributes": [
1625
1824
  {
1626
- "name": "min",
1627
- "description": "If defined, sets the minimum number of required options",
1825
+ "name": "default-selected",
1826
+ "description": "Sets the default selected control",
1628
1827
  "values": []
1629
1828
  },
1630
1829
  {
1631
1830
  "name": "multiple",
1632
- "description": "If true, allows for multiple options to be selected",
1633
- "values": []
1634
- },
1635
- {
1636
- "name": "name",
1637
- "description": "If defined, set name of the component",
1638
- "values": []
1639
- },
1640
- {
1641
- "name": "required-label",
1642
- "description": "If defined, renders an alternative A11y text for the asterisk",
1643
- "values": []
1644
- },
1645
- {
1646
- "name": "severity",
1647
- "description": "If defined, displays provided severity state",
1648
- "values": [{ "name": "FormFieldBaseProps['severity']" }]
1649
- },
1650
- {
1651
- "name": "show-valid",
1652
- "description": "If true, displays valid state after interaction",
1831
+ "description": "If true, allowes multiple items to be selected",
1653
1832
  "values": []
1654
- },
1655
- {
1656
- "name": "size",
1657
- "description": "Size of the Select",
1658
- "values": [{ "name": "sm" }, { "name": "md" }]
1659
1833
  }
1660
1834
  ],
1661
1835
  "references": []
@@ -1697,158 +1871,6 @@
1697
1871
  ],
1698
1872
  "references": []
1699
1873
  },
1700
- {
1701
- "name": "skf-select-option-group",
1702
- "description": "The `<skf-select-option-group>` is a component that groups select-options\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
1703
- "attributes": [{ "name": "label", "values": [] }],
1704
- "references": []
1705
- },
1706
- {
1707
- "name": "skf-stepper",
1708
- "description": "The `<skf-stepper>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **skf-stepper-item-select** - Dispatched when the stepper item is selected\n\n### **Slots:**\n - _default_ - One or more `<skf-stepper-item>`",
1709
- "attributes": [
1710
- {
1711
- "name": "activeIndex",
1712
- "description": "Sets the active item",
1713
- "values": []
1714
- },
1715
- {
1716
- "name": "linear",
1717
- "description": "If true, sets linear mode (user can't go back to completed steps due to dependencies)",
1718
- "values": []
1719
- }
1720
- ],
1721
- "references": []
1722
- },
1723
- {
1724
- "name": "skf-stepper-item",
1725
- "description": "The `<skf-stepper-item>` is used in conjunction with the `<skf-stepper>` component\n---\n\n\n### **Events:**\n - **skf-stepper-item-select** - Dispatched when the stepper item is selected\n\n### **Slots:**\n - _default_ - Label of the stepper item",
1726
- "attributes": [
1727
- {
1728
- "name": "state",
1729
- "description": "If defined, gives the supplied appearance",
1730
- "values": [
1731
- { "name": "Extract<SkfStepperItemState, 'active'" },
1732
- { "name": "'completed'>" }
1733
- ]
1734
- },
1735
- {
1736
- "name": "completed",
1737
- "description": "If true, item marked as completed",
1738
- "values": []
1739
- }
1740
- ],
1741
- "references": []
1742
- },
1743
- {
1744
- "name": "skf-switch",
1745
- "description": "The `<skf-switch>` is a component that displays a list of actions or options\n---\n\n\n### **Slots:**\n - _default_ - The Switchs label. Alternatively, you can use the `label` attribute.",
1746
- "attributes": [
1747
- {
1748
- "name": "disabled",
1749
- "description": "If true, sets disabled state",
1750
- "values": []
1751
- },
1752
- {
1753
- "name": "required",
1754
- "description": "If true, value is required or must be checked for the form to be submittable",
1755
- "values": []
1756
- },
1757
- {
1758
- "name": "debug",
1759
- "description": "If true, outputs helping hints in console",
1760
- "values": []
1761
- },
1762
- {
1763
- "name": "checked",
1764
- "description": "If true, outputs helping hints in console",
1765
- "values": []
1766
- },
1767
- {
1768
- "name": "hide-label",
1769
- "description": "If true, hides the label visually",
1770
- "values": []
1771
- },
1772
- {
1773
- "name": "label",
1774
- "description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
1775
- "values": []
1776
- },
1777
- {
1778
- "name": "name",
1779
- "description": "If defined, adds name to the input-element",
1780
- "values": []
1781
- },
1782
- {
1783
- "name": "required-label",
1784
- "description": "If defined, renders an alternative A11y text for the asterisk",
1785
- "values": []
1786
- },
1787
- {
1788
- "name": "size",
1789
- "description": "Size of the Switch",
1790
- "values": [{ "name": "sm" }, { "name": "md" }]
1791
- },
1792
- {
1793
- "name": "value",
1794
- "description": "The current value of the input field",
1795
- "values": []
1796
- }
1797
- ],
1798
- "references": []
1799
- },
1800
- {
1801
- "name": "skf-tab",
1802
- "description": "The `<skf-tab>` is a component that displays a list of actions or options\n---\n\n\n### **Events:**\n - **skf-tab-select** - {detail: { selected: true, tab: SkfTab }} Fires when the tab is selected\n- **click** - Fired when the component is clicked\n\n### **Slots:**\n - _default_ - The tab's label",
1803
- "attributes": [
1804
- {
1805
- "name": "panel",
1806
- "description": "The name of the tab-panel this tab is associated with. The panel must be located in the same tab group.",
1807
- "values": []
1808
- }
1809
- ],
1810
- "references": []
1811
- },
1812
- {
1813
- "name": "skf-tab-group",
1814
- "description": "The `<skf-tab-group>` is a component that displays a list of actions or options.\n---\n\n\n### **Slots:**\n - _default_ - Used for grouping tab panels in the tab group. Must be <skf-tab-panel> elements\n- **tabs** - Used for grouping tabs in the tab group. Must be <skf-tab> elements",
1815
- "attributes": [
1816
- {
1817
- "name": "default-selected",
1818
- "description": "Sets the default selected tab",
1819
- "values": []
1820
- },
1821
- {
1822
- "name": "no-border",
1823
- "description": "If true, removes border",
1824
- "values": []
1825
- },
1826
- {
1827
- "name": "no-padding",
1828
- "description": "If true, removes padding",
1829
- "values": []
1830
- },
1831
- {
1832
- "name": "stretch",
1833
- "description": "If true, component fills the parent element height",
1834
- "values": []
1835
- },
1836
- {
1837
- "name": "variant",
1838
- "description": "Sets the appearance of the tabs",
1839
- "values": [{ "name": "compressed" }, { "name": "expanded" }]
1840
- }
1841
- ],
1842
- "references": []
1843
- },
1844
- {
1845
- "name": "skf-tab-panel",
1846
- "description": "The `<skf-tab-panel>` is a component that displays a list of actions or options.\n---\n\n\n### **Slots:**\n - _default_ - The tab panel's content",
1847
- "attributes": [
1848
- { "name": "name", "description": "The tab panel's name.", "values": [] }
1849
- ],
1850
- "references": []
1851
- },
1852
1874
  {
1853
1875
  "name": "skf-tag",
1854
1876
  "description": "The `<skf-tag>` is a component that displays a list of actions or options\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
@@ -1856,7 +1878,7 @@
1856
1878
  {
1857
1879
  "name": "size",
1858
1880
  "description": "Specifies Tag size",
1859
- "values": [{ "name": "sm" }, { "name": "md" }, { "name": "lg" }]
1881
+ "values": [{ "name": "sm" }, { "name": "md" }]
1860
1882
  },
1861
1883
  {
1862
1884
  "name": "icon",
@@ -2034,6 +2056,240 @@
2034
2056
  ],
2035
2057
  "references": []
2036
2058
  },
2059
+ {
2060
+ "name": "skf-select",
2061
+ "description": "The `<skf-select>` is a component that displays a list of actions or options. A click in the options list toggle the selected state of the option. Use it together with the ´skf-select-option` tag.\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option(s) changes\n- **invalid** - Fired when the select is invalid\n- **reset** - Fired when the form is reset\n- **skf-select:dropdown** - {detail: {expanded: boolean}} Fired when the select dropdown is toggled\n- **skf-select-option:select** - {detail: {value: string | null, option: SkfSelectOption}} Fired when the select dropdown is toggled\n\n### **Slots:**\n - _default_ - The select's placeholder content",
2062
+ "attributes": [
2063
+ {
2064
+ "name": "disabled",
2065
+ "description": "If true, the select is disabled\t`default: false`",
2066
+ "values": []
2067
+ },
2068
+ {
2069
+ "name": "button-label",
2070
+ "description": "Sets the first visible text on the component",
2071
+ "values": []
2072
+ },
2073
+ {
2074
+ "name": "custom-invalid",
2075
+ "description": "If defined, forces component to invalid state until removed",
2076
+ "values": []
2077
+ },
2078
+ {
2079
+ "name": "hide-label",
2080
+ "description": "If true, hides the label visually",
2081
+ "values": []
2082
+ },
2083
+ {
2084
+ "name": "hide-tags",
2085
+ "description": "If true and mulltiple is true, no tags are displayed under the select",
2086
+ "values": []
2087
+ },
2088
+ {
2089
+ "name": "hint",
2090
+ "description": "If defined, sets the hint text under the select component in the form",
2091
+ "values": []
2092
+ },
2093
+ {
2094
+ "name": "label",
2095
+ "description": "If defined, displays provided label",
2096
+ "values": []
2097
+ },
2098
+ {
2099
+ "name": "max",
2100
+ "description": "If defined, limits the number of selectable options",
2101
+ "values": []
2102
+ },
2103
+ {
2104
+ "name": "min",
2105
+ "description": "If defined, sets the minimum number of required options",
2106
+ "values": []
2107
+ },
2108
+ {
2109
+ "name": "multiple",
2110
+ "description": "If true, allows for multiple options to be selected",
2111
+ "values": []
2112
+ },
2113
+ {
2114
+ "name": "name",
2115
+ "description": "If defined, set name of the component",
2116
+ "values": []
2117
+ },
2118
+ {
2119
+ "name": "required-label",
2120
+ "description": "If defined, renders an alternative A11y text for the asterisk",
2121
+ "values": []
2122
+ },
2123
+ {
2124
+ "name": "severity",
2125
+ "description": "If defined, displays provided severity state",
2126
+ "values": [{ "name": "FormFieldBaseProps['severity']" }]
2127
+ },
2128
+ {
2129
+ "name": "show-valid",
2130
+ "description": "If true, displays valid state after interaction",
2131
+ "values": []
2132
+ },
2133
+ {
2134
+ "name": "size",
2135
+ "description": "Size of the Select",
2136
+ "values": [{ "name": "sm" }, { "name": "md" }]
2137
+ }
2138
+ ],
2139
+ "references": []
2140
+ },
2141
+ {
2142
+ "name": "skf-select-option-group",
2143
+ "description": "The `<skf-select-option-group>` is a component that groups select-options\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
2144
+ "attributes": [{ "name": "label", "values": [] }],
2145
+ "references": []
2146
+ },
2147
+ {
2148
+ "name": "skf-stepper-item",
2149
+ "description": "The `<skf-stepper-item>` is used in conjunction with the `<skf-stepper>` component\n---\n\n\n### **Events:**\n - **skf-stepper-item-select** - Dispatched when the stepper item is selected\n\n### **Slots:**\n - _default_ - Label of the stepper item",
2150
+ "attributes": [
2151
+ {
2152
+ "name": "state",
2153
+ "description": "If defined, gives the supplied appearance",
2154
+ "values": [
2155
+ { "name": "Extract<SkfStepperItemState, 'active'" },
2156
+ { "name": "'completed'>" }
2157
+ ]
2158
+ },
2159
+ {
2160
+ "name": "completed",
2161
+ "description": "If true, item marked as completed",
2162
+ "values": []
2163
+ }
2164
+ ],
2165
+ "references": []
2166
+ },
2167
+ {
2168
+ "name": "skf-stepper",
2169
+ "description": "The `<skf-stepper>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **skf-stepper-item-select** - Dispatched when the stepper item is selected\n\n### **Slots:**\n - _default_ - One or more `<skf-stepper-item>`",
2170
+ "attributes": [
2171
+ {
2172
+ "name": "activeIndex",
2173
+ "description": "Sets the active item",
2174
+ "values": []
2175
+ },
2176
+ {
2177
+ "name": "linear",
2178
+ "description": "If true, sets linear mode (user can't go back to completed steps due to dependencies)",
2179
+ "values": []
2180
+ }
2181
+ ],
2182
+ "references": []
2183
+ },
2184
+ {
2185
+ "name": "skf-switch",
2186
+ "description": "The `<skf-switch>` is a component that displays a list of actions or options\n\nSee [zeroheight](https://zeroheight.com/853e936c9/p/7282a2-switch) for design principle\n---\n\n\n### **Slots:**\n - _default_ - The Switchs label. Alternatively, you can use the `label` attribute.",
2187
+ "attributes": [
2188
+ {
2189
+ "name": "disabled",
2190
+ "description": "If true, sets disabled state",
2191
+ "values": []
2192
+ },
2193
+ {
2194
+ "name": "required",
2195
+ "description": "If true, value is required or must be checked for the form to be submittable",
2196
+ "values": []
2197
+ },
2198
+ {
2199
+ "name": "debug",
2200
+ "description": "If true, outputs helping hints in console",
2201
+ "values": []
2202
+ },
2203
+ {
2204
+ "name": "checked",
2205
+ "description": "If true, outputs helping hints in console",
2206
+ "values": []
2207
+ },
2208
+ {
2209
+ "name": "hide-label",
2210
+ "description": "If true, hides the label visually",
2211
+ "values": []
2212
+ },
2213
+ {
2214
+ "name": "label",
2215
+ "description": "If defined, sets the input's label unless the default slot is used. Alternatively, you can use the `label` attribute.",
2216
+ "values": []
2217
+ },
2218
+ {
2219
+ "name": "name",
2220
+ "description": "If defined, adds name to the input-element",
2221
+ "values": []
2222
+ },
2223
+ {
2224
+ "name": "required-label",
2225
+ "description": "If defined, renders an alternative A11y text for the asterisk",
2226
+ "values": []
2227
+ },
2228
+ {
2229
+ "name": "size",
2230
+ "description": "Size of the Switch",
2231
+ "values": [{ "name": "sm" }, { "name": "md" }]
2232
+ },
2233
+ {
2234
+ "name": "value",
2235
+ "description": "The current value of the input field",
2236
+ "values": []
2237
+ }
2238
+ ],
2239
+ "references": []
2240
+ },
2241
+ {
2242
+ "name": "skf-tab-panel",
2243
+ "description": "The `<skf-tab-panel>` is a component that displays a list of actions or options.\n---\n\n\n### **Slots:**\n - _default_ - The tab panel's content",
2244
+ "attributes": [
2245
+ { "name": "name", "description": "The tab panel's name.", "values": [] }
2246
+ ],
2247
+ "references": []
2248
+ },
2249
+ {
2250
+ "name": "skf-tab-group",
2251
+ "description": "The `<skf-tab-group>` is a component that displays a list of actions or options.\n---\n\n\n### **Slots:**\n - _default_ - Used for grouping tab panels in the tab group. Must be <skf-tab-panel> elements\n- **tabs** - Used for grouping tabs in the tab group. Must be <skf-tab> elements",
2252
+ "attributes": [
2253
+ {
2254
+ "name": "default-selected",
2255
+ "description": "Sets the default selected tab",
2256
+ "values": []
2257
+ },
2258
+ {
2259
+ "name": "no-border",
2260
+ "description": "If true, removes border",
2261
+ "values": []
2262
+ },
2263
+ {
2264
+ "name": "no-padding",
2265
+ "description": "If true, removes padding",
2266
+ "values": []
2267
+ },
2268
+ {
2269
+ "name": "stretch",
2270
+ "description": "If true, component fills the parent element height",
2271
+ "values": []
2272
+ },
2273
+ {
2274
+ "name": "variant",
2275
+ "description": "Sets the appearance of the tabs",
2276
+ "values": [{ "name": "compressed" }, { "name": "expanded" }]
2277
+ }
2278
+ ],
2279
+ "references": []
2280
+ },
2281
+ {
2282
+ "name": "skf-tab",
2283
+ "description": "The `<skf-tab>` is a component that displays a list of actions or options\n---\n\n\n### **Events:**\n - **skf-tab-select** - {detail: { selected: true, tab: SkfTab }} Fires when the tab is selected\n- **click** - Fired when the component is clicked\n\n### **Slots:**\n - _default_ - The tab's label",
2284
+ "attributes": [
2285
+ {
2286
+ "name": "panel",
2287
+ "description": "The name of the tab-panel this tab is associated with. The panel must be located in the same tab group.",
2288
+ "values": []
2289
+ }
2290
+ ],
2291
+ "references": []
2292
+ },
2037
2293
  {
2038
2294
  "name": "skf-textarea",
2039
2295
  "description": "The skf-textarea is used to create a textarea. Use it inside a form element or wherever you like.\n---\n\n\n### **Events:**\n - **change** - Fires when the value of the input changes\n- **invalid** - Fires when the input is invalid\n\n### **Slots:**\n - _default_ - The textareas label. Alternatively, you can use the `label` attribute.",
@@ -2150,9 +2406,15 @@
2150
2406
  ],
2151
2407
  "references": []
2152
2408
  },
2409
+ {
2410
+ "name": "skf-toast-wrapper",
2411
+ "description": "The `<skf-toast-wrapper>` is a component without UI that positions where the toast shows up on the screen. The toast-wrapper is used internally by the toast component.\n---\n\n\n### **Slots:**\n - _default_ - The alert components that the toast creates will render here.",
2412
+ "attributes": [{ "name": "debug", "values": [] }],
2413
+ "references": []
2414
+ },
2153
2415
  {
2154
2416
  "name": "skf-toast",
2155
- "description": "A simple toast component that displays a message to the user. Use by appending a &lt;skf-toast&gt; tag to the DOM. Position in DOM is irrelevant.\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
2417
+ "description": "A simple toast component that displays a message to the user. Invoke a toast message by appending a &lt;skf-toast&gt; tag to the DOM. Position in DOM is irrelevant. A transient toast will disappear after a set amount of time. Once toast is dismissed it will be removed from the DOM.\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
2156
2418
  "attributes": [
2157
2419
  { "name": "debug", "values": [] },
2158
2420
  {
@@ -2183,16 +2445,34 @@
2183
2445
  ],
2184
2446
  "references": []
2185
2447
  },
2186
- {
2187
- "name": "skf-toast-wrapper",
2188
- "description": "The `<skf-toast-wrapper>` is a component without UI that positions where the toast shows up on the screen. The toast-wrapper is used internally by the toast component.\n---\n\n\n### **Slots:**\n - _default_ - The alert components that the toast creates will render here.",
2189
- "attributes": [{ "name": "debug", "values": [] }],
2190
- "references": []
2191
- },
2192
2448
  {
2193
2449
  "name": "skf-tooltip",
2194
- "description": "The `<skf-tooltip>` is a component that displays a list of actions or options.\n---\n\n\n### **Events:**\n - **open** - Fired when the dropdown is opened\n- **close** - Fired when the dropdown is closed\n\n### **Slots:**\n - _default_ - The tooltip popover content",
2195
- "attributes": [],
2450
+ "description": "The `<skf-tooltip>` is a component that displays a tooltip.\n---\n\n\n### **Events:**\n - **skf-opened** - Fired when the dropdown is opened\n- **skf-closed** - Fired when the dropdown is closed\n\n### **Slots:**\n - _default_ - The tooltip popover content",
2451
+ "attributes": [
2452
+ {
2453
+ "name": "placement",
2454
+ "description": "The placement of the dropdown",
2455
+ "values": [
2456
+ { "name": "top" },
2457
+ { "name": "right" },
2458
+ { "name": "bottom" },
2459
+ { "name": "left" },
2460
+ { "name": "top-start" },
2461
+ { "name": "top-end" },
2462
+ { "name": "right-start" },
2463
+ { "name": "right-end" },
2464
+ { "name": "bottom-start" },
2465
+ { "name": "bottom-end" },
2466
+ { "name": "left-start" },
2467
+ { "name": "left-end" }
2468
+ ]
2469
+ },
2470
+ {
2471
+ "name": "anchor",
2472
+ "description": "The id of the element the dropdown will be anchored to",
2473
+ "values": []
2474
+ }
2475
+ ],
2196
2476
  "references": []
2197
2477
  }
2198
2478
  ]