@skf-design-system/ui-components 0.0.1-beta.1

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 (399) hide show
  1. package/README.md +343 -0
  2. package/dist/components/accordion/accordion-item.d.ts +8 -0
  3. package/dist/components/accordion/accordion.component.d.ts +36 -0
  4. package/dist/components/accordion/accordion.d.ts +9 -0
  5. package/dist/components/accordion/accordion.styles.d.ts +2 -0
  6. package/dist/components/accordion/accordion.test.d.ts +1 -0
  7. package/dist/components/alert/alert.component.d.ts +32 -0
  8. package/dist/components/alert/alert.d.ts +8 -0
  9. package/dist/components/alert/alert.styles.d.ts +2 -0
  10. package/dist/components/button/button.component.d.ts +48 -0
  11. package/dist/components/button/button.d.ts +8 -0
  12. package/dist/components/button/button.styles.d.ts +2 -0
  13. package/dist/components/card/card.component.d.ts +21 -0
  14. package/dist/components/card/card.d.ts +8 -0
  15. package/dist/components/card/card.styles.d.ts +2 -0
  16. package/dist/components/checkbox/checkbox.component.d.ts +65 -0
  17. package/dist/components/checkbox/checkbox.d.ts +8 -0
  18. package/dist/components/checkbox/checkbox.styles.d.ts +2 -0
  19. package/dist/components/collapse/collapse.component.d.ts +37 -0
  20. package/dist/components/collapse/collapse.d.ts +8 -0
  21. package/dist/components/collapse/collapse.styles.d.ts +2 -0
  22. package/dist/components/divider/divider.component.d.ts +26 -0
  23. package/dist/components/divider/divider.d.ts +8 -0
  24. package/dist/components/divider/divider.styles.d.ts +2 -0
  25. package/dist/components/heading/heading.component.d.ts +17 -0
  26. package/dist/components/heading/heading.d.ts +8 -0
  27. package/dist/components/heading/heading.styles.d.ts +2 -0
  28. package/dist/components/icon/icon.component.d.ts +28 -0
  29. package/dist/components/icon/icon.d.ts +8 -0
  30. package/dist/components/icon/icon.styles.d.ts +2 -0
  31. package/dist/components/input/input.component.d.ts +123 -0
  32. package/dist/components/input/input.controllers.d.ts +34 -0
  33. package/dist/components/input/input.d.ts +8 -0
  34. package/dist/components/input/input.styles.d.ts +2 -0
  35. package/dist/components/input/input.test.d.ts +1 -0
  36. package/dist/components/link/link.component.d.ts +55 -0
  37. package/dist/components/link/link.d.ts +8 -0
  38. package/dist/components/link/link.styles.d.ts +2 -0
  39. package/dist/components/loader/loader.component.d.ts +21 -0
  40. package/dist/components/loader/loader.d.ts +8 -0
  41. package/dist/components/loader/loader.styles.d.ts +2 -0
  42. package/dist/components/logo/logo.component.d.ts +19 -0
  43. package/dist/components/logo/logo.d.ts +8 -0
  44. package/dist/components/logo/logo.styles.d.ts +2 -0
  45. package/dist/components/radio/radio.component.d.ts +63 -0
  46. package/dist/components/radio/radio.d.ts +8 -0
  47. package/dist/components/radio/radio.styles.d.ts +2 -0
  48. package/dist/components/radio/radio.test.d.ts +1 -0
  49. package/dist/components/switch/switch.component.d.ts +55 -0
  50. package/dist/components/switch/switch.d.ts +8 -0
  51. package/dist/components/switch/switch.styles.d.ts +1 -0
  52. package/dist/components/tag/tag.component.d.ts +27 -0
  53. package/dist/components/tag/tag.d.ts +8 -0
  54. package/dist/components/tag/tag.styles.d.ts +1 -0
  55. package/dist/components/textarea/textarea.component.d.ts +83 -0
  56. package/dist/components/textarea/textarea.d.ts +8 -0
  57. package/dist/components/textarea/textarea.styles.d.ts +2 -0
  58. package/dist/custom-elements.json +3216 -0
  59. package/dist/index.d.ts +14 -0
  60. package/dist/internal/components/formBase.d.ts +50 -0
  61. package/dist/internal/components/hint/hint.component.d.ts +9 -0
  62. package/dist/internal/components/hint/hint.d.ts +8 -0
  63. package/dist/internal/components/hint/hint.styles.d.ts +2 -0
  64. package/dist/internal/components/skf-element.d.ts +10 -0
  65. package/dist/internal/constants/heading.d.ts +2 -0
  66. package/dist/internal/constants/iconSeverity.d.ts +4 -0
  67. package/dist/internal/playwright/index.d.ts +1 -0
  68. package/dist/internal/storybook/shadowRootTraverser.d.ts +8 -0
  69. package/dist/internal/templates/asterisk.d.ts +1 -0
  70. package/dist/internal/types/formField.d.ts +27 -0
  71. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/AddCircle.js +31 -0
  72. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/AddCircleOutline.js +31 -0
  73. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/AddPlus.js +31 -0
  74. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowBack.js +31 -0
  75. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowBackIos.js +31 -0
  76. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowDown.js +31 -0
  77. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowForward.js +31 -0
  78. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowForwardIos.js +31 -0
  79. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowLeft.js +31 -0
  80. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowRight.js +31 -0
  81. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowUp.js +31 -0
  82. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ArrowUpDown.js +31 -0
  83. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Article.js +31 -0
  84. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Asset.js +32 -0
  85. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Attachment.js +31 -0
  86. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/BandCursor.js +19 -0
  87. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Bands.js +26 -0
  88. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/BatteryEmpty.js +31 -0
  89. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/BatteryFull.js +31 -0
  90. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/BatteryLow.js +31 -0
  91. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/BearingFault.js +35 -0
  92. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Bluetooth.js +31 -0
  93. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/BluetoothDisabled.js +31 -0
  94. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Book.js +31 -0
  95. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Bookmark.js +31 -0
  96. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/BookmarkOutline.js +31 -0
  97. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Calculator.js +32 -0
  98. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CalendarBusy.js +31 -0
  99. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CalendarCheck.js +31 -0
  100. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CalendarEmpty.js +31 -0
  101. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CalendarMonth.js +31 -0
  102. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CalendarReccuring.js +31 -0
  103. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Call.js +31 -0
  104. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CaretDown.js +31 -0
  105. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CaretUp.js +31 -0
  106. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CaretUpDown.js +31 -0
  107. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Chat.js +31 -0
  108. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Check.js +31 -0
  109. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CheckCircle.js +31 -0
  110. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CheckCircleOutline.js +31 -0
  111. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CheckSmall.js +31 -0
  112. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ChevronDown.js +31 -0
  113. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ChevronDownUp.js +31 -0
  114. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ChevronLeft.js +31 -0
  115. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ChevronRight.js +31 -0
  116. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ChevronUp.js +31 -0
  117. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ChevronUpDown.js +31 -0
  118. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Chip.js +31 -0
  119. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CircleStatus.js +31 -0
  120. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Close.js +31 -0
  121. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CloseAll.js +31 -0
  122. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CloseAlt.js +31 -0
  123. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ColumnGraph.js +31 -0
  124. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Comment.js +31 -0
  125. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Connection0.js +31 -0
  126. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Connection1.js +29 -0
  127. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Connection2.js +31 -0
  128. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Connection3.js +31 -0
  129. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Connection4.js +31 -0
  130. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ContentPaste.js +31 -0
  131. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Copy.js +31 -0
  132. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/CpmCyclesPerMinute.js +19 -0
  133. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Danger.js +31 -0
  134. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DangerOutline.js +31 -0
  135. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DefectFrequencies.js +20 -0
  136. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DefectFrequenciesAlt.js +18 -0
  137. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Delete.js +31 -0
  138. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DeleteOutline.js +31 -0
  139. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Devices.js +31 -0
  140. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Directions.js +31 -0
  141. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DoubleChevronLeft.js +31 -0
  142. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DoubleChevronRight.js +31 -0
  143. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Download.js +31 -0
  144. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DownloadDone.js +31 -0
  145. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Draft.js +31 -0
  146. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DraftOutline.js +31 -0
  147. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/DragDrop.js +31 -0
  148. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Drop.js +31 -0
  149. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Duplicate.js +33 -0
  150. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Edit.js +31 -0
  151. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/EditOutline.js +31 -0
  152. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Email.js +31 -0
  153. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/EmailOutline.js +31 -0
  154. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/EmailPdf.js +33 -0
  155. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Error.js +31 -0
  156. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ErrorOutline.js +31 -0
  157. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Exclamation.js +31 -0
  158. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Facebook.js +32 -0
  159. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Filter.js +31 -0
  160. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/FilterOutline.js +31 -0
  161. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/FindReplace.js +31 -0
  162. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Forbidden.js +31 -0
  163. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/FrequencyHz.js +19 -0
  164. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/FullScreen.js +31 -0
  165. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/FullscreenExit.js +31 -0
  166. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/FunctionalGroup.js +31 -0
  167. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/HamburgerMenu.js +31 -0
  168. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/HarmonicCursor.js +18 -0
  169. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Heatmap.js +18 -0
  170. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Hierarchy.js +31 -0
  171. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/History.js +31 -0
  172. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Home.js +31 -0
  173. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/HomeOutline.js +31 -0
  174. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Hourglass.js +31 -0
  175. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/HourglassOutline.js +31 -0
  176. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Image.js +31 -0
  177. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Imx.js +32 -0
  178. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Info.js +31 -0
  179. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/InfoOutline.js +31 -0
  180. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Instagram.js +31 -0
  181. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Integration.js +34 -0
  182. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/IosShare.js +31 -0
  183. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/KebabMore.js +31 -0
  184. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Language.js +31 -0
  185. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Lightbulb.js +31 -0
  186. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/LightbulbOutline.js +31 -0
  187. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Link.js +31 -0
  188. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Linkedin.js +32 -0
  189. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/List.js +31 -0
  190. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ListGroup.js +31 -0
  191. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/LocationPin.js +31 -0
  192. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Lock.js +31 -0
  193. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/LockOutline.js +31 -0
  194. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/LogOut.js +31 -0
  195. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Login.js +31 -0
  196. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/MeatballsMore.js +31 -0
  197. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/MeatballsMoreCircle.js +31 -0
  198. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Microphone.js +31 -0
  199. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/NearMe.js +31 -0
  200. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/NoData.js +34 -0
  201. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/NotificationsBell.js +31 -0
  202. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/NotificationsBellOutline.js +31 -0
  203. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/O.js +19 -0
  204. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Offer.js +31 -0
  205. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/OpenInNew.js +31 -0
  206. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/OverlaysBaseline.js +19 -0
  207. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Pan360.js +31 -0
  208. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Paper.js +31 -0
  209. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Pause.js +31 -0
  210. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Pdf.js +31 -0
  211. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PdfOutline.js +31 -0
  212. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Person.js +31 -0
  213. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PhotoCamera.js +31 -0
  214. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PhotoCameraOutline.js +31 -0
  215. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PieChart.js +31 -0
  216. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Pin.js +27 -0
  217. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PinOutline.js +31 -0
  218. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Play.js +31 -0
  219. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PowerOff.js +31 -0
  220. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Print.js +31 -0
  221. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PrintOutline.js +31 -0
  222. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PrivacyPolicy.js +31 -0
  223. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/PrivacyPolicyOutline.js +31 -0
  224. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ProCollect.js +35 -0
  225. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/RecAction.js +31 -0
  226. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Refresh.js +31 -0
  227. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/RemoveMinus.js +31 -0
  228. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Reorder.js +31 -0
  229. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Reply.js +31 -0
  230. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Report.js +31 -0
  231. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/RewakableRoute.js +34 -0
  232. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Route.js +31 -0
  233. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Search.js +31 -0
  234. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Send.js +31 -0
  235. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/SendOutline.js +31 -0
  236. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Sensor.js +31 -0
  237. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/SensorAlt.js +32 -0
  238. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Settings.js +31 -0
  239. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/SettingsOutline.js +31 -0
  240. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Share.js +31 -0
  241. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ShoppingCart.js +31 -0
  242. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/SidebandCursor.js +19 -0
  243. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/SingleCursor.js +22 -0
  244. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Spectrum.js +18 -0
  245. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Star.js +31 -0
  246. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/StarOutline.js +31 -0
  247. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Stop.js +31 -0
  248. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Sync.js +31 -0
  249. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Time.js +31 -0
  250. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Timewave.js +19 -0
  251. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Translate.js +31 -0
  252. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Trend.js +22 -0
  253. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/TrendingUp.js +31 -0
  254. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Twitter.js +32 -0
  255. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Undo.js +31 -0
  256. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Unknown.js +31 -0
  257. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/UnknownDiamond.js +32 -0
  258. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/UnknownDiamondOutline.js +35 -0
  259. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/UnknownOutline.js +31 -0
  260. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Unlink.js +31 -0
  261. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Unlock.js +31 -0
  262. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/UnlockOutline.js +31 -0
  263. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/UnscheduledAction.js +31 -0
  264. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Upload.js +31 -0
  265. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Vibration.js +31 -0
  266. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/VibrationAlt.js +31 -0
  267. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/View3D.js +31 -0
  268. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ViewFull.js +31 -0
  269. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ViewHorizontal.js +31 -0
  270. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ViewVertical.js +31 -0
  271. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Visibility.js +31 -0
  272. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/VisibilityOff.js +31 -0
  273. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/VisibilityOffOutline.js +31 -0
  274. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/VisibilityOutline.js +31 -0
  275. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Warning.js +31 -0
  276. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/WarningDiamond.js +31 -0
  277. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/WarningDiamondOutline.js +31 -0
  278. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/WarningOutline.js +31 -0
  279. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/Youtube.js +32 -0
  280. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ZoomIn.js +31 -0
  281. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/assets/ZoomOut.js +31 -0
  282. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/icons/index.js +427 -0
  283. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/global/colors.js +41 -0
  284. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/global/sizes.js +17 -0
  285. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/global/types.js +24 -0
  286. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/bg-colors.js +23 -0
  287. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/border-colors.js +17 -0
  288. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/border-radius.js +6 -0
  289. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/border-widths.js +6 -0
  290. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/font-sizes.js +22 -0
  291. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/icon-colors.js +16 -0
  292. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/icon-sizes.js +7 -0
  293. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/interactives.js +66 -0
  294. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/line-heights.js +22 -0
  295. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/logos.js +15 -0
  296. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/severity-bg-colors.js +11 -0
  297. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/severity-fg-colors.js +23 -0
  298. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/spacings.js +13 -0
  299. package/dist/node_modules/.pnpm/@skf-aurora_ui-assets@0.1.2/node_modules/@skf-aurora/ui-assets/dist/tokens/ts/semantic/text-colors.js +17 -0
  300. package/dist/react/index.d.ts +17 -0
  301. package/dist/react/index.js +17 -0
  302. package/dist/react/skf-accordion/index.d.ts +3 -0
  303. package/dist/react/skf-accordion/index.js +13 -0
  304. package/dist/react/skf-alert/index.d.ts +9 -0
  305. package/dist/react/skf-alert/index.js +17 -0
  306. package/dist/react/skf-button/index.d.ts +3 -0
  307. package/dist/react/skf-button/index.js +13 -0
  308. package/dist/react/skf-card/index.d.ts +3 -0
  309. package/dist/react/skf-card/index.js +13 -0
  310. package/dist/react/skf-checkbox/index.d.ts +9 -0
  311. package/dist/react/skf-checkbox/index.js +17 -0
  312. package/dist/react/skf-collapse/index.d.ts +9 -0
  313. package/dist/react/skf-collapse/index.js +17 -0
  314. package/dist/react/skf-divider/index.d.ts +3 -0
  315. package/dist/react/skf-divider/index.js +13 -0
  316. package/dist/react/skf-heading/index.d.ts +3 -0
  317. package/dist/react/skf-heading/index.js +13 -0
  318. package/dist/react/skf-icon/index.d.ts +3 -0
  319. package/dist/react/skf-icon/index.js +13 -0
  320. package/dist/react/skf-input/index.d.ts +12 -0
  321. package/dist/react/skf-input/index.js +18 -0
  322. package/dist/react/skf-link/index.d.ts +3 -0
  323. package/dist/react/skf-link/index.js +13 -0
  324. package/dist/react/skf-loader/index.d.ts +3 -0
  325. package/dist/react/skf-loader/index.js +13 -0
  326. package/dist/react/skf-logo/index.d.ts +3 -0
  327. package/dist/react/skf-logo/index.js +13 -0
  328. package/dist/react/skf-radio/index.d.ts +9 -0
  329. package/dist/react/skf-radio/index.js +17 -0
  330. package/dist/react/skf-switch/index.d.ts +3 -0
  331. package/dist/react/skf-switch/index.js +13 -0
  332. package/dist/react/skf-tag/index.d.ts +3 -0
  333. package/dist/react/skf-tag/index.js +13 -0
  334. package/dist/react/skf-textarea/index.d.ts +12 -0
  335. package/dist/react/skf-textarea/index.js +18 -0
  336. package/dist/src/components/accordion/accordion-item.js +7 -0
  337. package/dist/src/components/accordion/accordion.component.js +69 -0
  338. package/dist/src/components/accordion/accordion.js +8 -0
  339. package/dist/src/components/accordion/accordion.styles.js +13 -0
  340. package/dist/src/components/button/button.component.js +94 -0
  341. package/dist/src/components/button/button.js +6 -0
  342. package/dist/src/components/button/button.styles.js +112 -0
  343. package/dist/src/components/card/card.component.js +36 -0
  344. package/dist/src/components/card/card.js +6 -0
  345. package/dist/src/components/card/card.styles.js +26 -0
  346. package/dist/src/components/checkbox/checkbox.component.js +131 -0
  347. package/dist/src/components/checkbox/checkbox.js +6 -0
  348. package/dist/src/components/checkbox/checkbox.styles.js +109 -0
  349. package/dist/src/components/collapse/collapse.component.js +75 -0
  350. package/dist/src/components/collapse/collapse.js +6 -0
  351. package/dist/src/components/collapse/collapse.styles.js +76 -0
  352. package/dist/src/components/divider/divider.component.js +37 -0
  353. package/dist/src/components/divider/divider.js +6 -0
  354. package/dist/src/components/divider/divider.styles.js +47 -0
  355. package/dist/src/components/icon/icon.component.js +56 -0
  356. package/dist/src/components/icon/icon.js +6 -0
  357. package/dist/src/components/icon/icon.styles.js +76 -0
  358. package/dist/src/components/input/input.component.js +280 -0
  359. package/dist/src/components/input/input.controllers.js +37 -0
  360. package/dist/src/components/input/input.js +6 -0
  361. package/dist/src/components/input/input.styles.js +6 -0
  362. package/dist/src/components/link/link.component.js +116 -0
  363. package/dist/src/components/link/link.js +6 -0
  364. package/dist/src/components/link/link.styles.js +64 -0
  365. package/dist/src/components/loader/loader.component.js +296 -0
  366. package/dist/src/components/loader/loader.js +6 -0
  367. package/dist/src/components/loader/loader.styles.js +18 -0
  368. package/dist/src/components/logo/logo.component.js +68 -0
  369. package/dist/src/components/logo/logo.js +6 -0
  370. package/dist/src/components/logo/logo.styles.js +23 -0
  371. package/dist/src/components/radio/radio.component.js +134 -0
  372. package/dist/src/components/radio/radio.js +6 -0
  373. package/dist/src/components/radio/radio.styles.js +98 -0
  374. package/dist/src/components/tag/tag.component.js +51 -0
  375. package/dist/src/components/tag/tag.js +6 -0
  376. package/dist/src/components/tag/tag.styles.js +67 -0
  377. package/dist/src/components/textarea/textarea.component.js +183 -0
  378. package/dist/src/components/textarea/textarea.js +6 -0
  379. package/dist/src/components/textarea/textarea.styles.js +6 -0
  380. package/dist/src/index.js +46 -0
  381. package/dist/src/internal/components/formBase.js +95 -0
  382. package/dist/src/internal/components/hint/hint.component.js +31 -0
  383. package/dist/src/internal/components/hint/hint.js +6 -0
  384. package/dist/src/internal/components/hint/hint.styles.js +22 -0
  385. package/dist/src/internal/components/skf-element.js +89 -0
  386. package/dist/src/internal/constants/iconSeverity.js +10 -0
  387. package/dist/src/internal/templates/asterisk.js +10 -0
  388. package/dist/src/styles/component.styles.js +39 -0
  389. package/dist/src/styles/form-field.styles.js +205 -0
  390. package/dist/src/styles/global.css +1 -0
  391. package/dist/src/styles/util.styles.js +16 -0
  392. package/dist/styles/component.styles.d.ts +2 -0
  393. package/dist/styles/form-field.styles.d.ts +2 -0
  394. package/dist/styles/util.styles.d.ts +1 -0
  395. package/dist/types/jsx/custom-element-jsx.d.ts +1221 -0
  396. package/dist/types/vue/index.d.ts +587 -0
  397. package/dist/vscode.html-custom-data.json +1499 -0
  398. package/dist/web-types.json +1771 -0
  399. package/package.json +119 -0
@@ -0,0 +1,3216 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/components/accordion/accordion.component.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "The `<skf-accordion>` component consists of multiple `<skf-collapse>`, working together.\n\nSee [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6256cb1b44eba592d319d92e) for design principles.",
12
+ "name": "SkfAccordion",
13
+ "slots": [
14
+ {
15
+ "description": "Expects one or more <skf-accordion-item> element(s)",
16
+ "name": ""
17
+ }
18
+ ],
19
+ "members": [
20
+ {
21
+ "kind": "field",
22
+ "name": "animated",
23
+ "type": {
24
+ "text": "boolean | undefined"
25
+ },
26
+ "description": "If true, will animate the expand/collapse state",
27
+ "attribute": "animated",
28
+ "reflects": true
29
+ },
30
+ {
31
+ "kind": "field",
32
+ "name": "headingAs",
33
+ "type": {
34
+ "text": "Exclude<HeadingType, 'h1'>"
35
+ },
36
+ "default": "'h2'",
37
+ "description": "Controls which heading element will be rendered",
38
+ "attribute": "heading-as"
39
+ },
40
+ {
41
+ "kind": "field",
42
+ "name": "gap",
43
+ "type": {
44
+ "text": "boolean | undefined"
45
+ },
46
+ "description": "If provided, adds a gap between each item",
47
+ "attribute": "gap",
48
+ "reflects": true
49
+ },
50
+ {
51
+ "kind": "field",
52
+ "name": "multiple",
53
+ "type": {
54
+ "text": "boolean | undefined"
55
+ },
56
+ "description": "If true, allowes multiple accordion items to open",
57
+ "attribute": "multiple"
58
+ },
59
+ {
60
+ "kind": "field",
61
+ "name": "small",
62
+ "type": {
63
+ "text": "boolean | undefined"
64
+ },
65
+ "description": "If true, renders the small version",
66
+ "attribute": "small",
67
+ "reflects": true
68
+ },
69
+ {
70
+ "kind": "field",
71
+ "name": "truncate",
72
+ "type": {
73
+ "text": "boolean | undefined"
74
+ },
75
+ "description": "If true, will truncate all headings in collapsed state",
76
+ "attribute": "truncate",
77
+ "reflects": true
78
+ },
79
+ {
80
+ "kind": "method",
81
+ "name": "_onChildToggle",
82
+ "privacy": "private",
83
+ "parameters": [
84
+ {
85
+ "name": "event",
86
+ "type": {
87
+ "text": "Event"
88
+ }
89
+ }
90
+ ]
91
+ }
92
+ ],
93
+ "attributes": [
94
+ {
95
+ "name": "animated",
96
+ "type": {
97
+ "text": "boolean | undefined"
98
+ },
99
+ "description": "If true, will animate the expand/collapse state",
100
+ "fieldName": "animated"
101
+ },
102
+ {
103
+ "name": "heading-as",
104
+ "type": {
105
+ "text": "Exclude<HeadingType, 'h1'>"
106
+ },
107
+ "default": "'h2'",
108
+ "description": "Controls which heading element will be rendered",
109
+ "fieldName": "headingAs"
110
+ },
111
+ {
112
+ "name": "gap",
113
+ "type": {
114
+ "text": "boolean | undefined"
115
+ },
116
+ "description": "If provided, adds a gap between each item",
117
+ "fieldName": "gap"
118
+ },
119
+ {
120
+ "name": "multiple",
121
+ "type": {
122
+ "text": "boolean | undefined"
123
+ },
124
+ "description": "If true, allowes multiple accordion items to open",
125
+ "fieldName": "multiple"
126
+ },
127
+ {
128
+ "name": "small",
129
+ "type": {
130
+ "text": "boolean | undefined"
131
+ },
132
+ "description": "If true, renders the small version",
133
+ "fieldName": "small"
134
+ },
135
+ {
136
+ "name": "truncate",
137
+ "type": {
138
+ "text": "boolean | undefined"
139
+ },
140
+ "description": "If true, will truncate all headings in collapsed state",
141
+ "fieldName": "truncate"
142
+ }
143
+ ],
144
+ "superclass": {
145
+ "name": "SkfElement",
146
+ "package": "@internal/components/skf-element.js"
147
+ },
148
+ "tagName": "skf-accordion",
149
+ "customElement": true
150
+ }
151
+ ],
152
+ "exports": [
153
+ {
154
+ "kind": "js",
155
+ "name": "SkfAccordion",
156
+ "declaration": {
157
+ "name": "SkfAccordion",
158
+ "module": "src/components/accordion/accordion.component.ts"
159
+ }
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "kind": "javascript-module",
165
+ "path": "src/components/alert/alert.component.ts",
166
+ "declarations": [
167
+ {
168
+ "kind": "class",
169
+ "description": "The `<skf-alert>` is a type of notification that appears in-line",
170
+ "name": "SkfAlert",
171
+ "slots": [
172
+ {
173
+ "description": "Alert message. **Notice!** See design principles for approved content",
174
+ "name": ""
175
+ },
176
+ {
177
+ "description": "lodjvodjvodjo",
178
+ "name": "link"
179
+ }
180
+ ],
181
+ "members": [
182
+ {
183
+ "kind": "field",
184
+ "name": "closeable",
185
+ "type": {
186
+ "text": "boolean | undefined"
187
+ },
188
+ "description": "If true, alert is being used as a toast with an close button",
189
+ "attribute": "closeable"
190
+ },
191
+ {
192
+ "kind": "field",
193
+ "name": "buttonLabel",
194
+ "type": {
195
+ "text": "string"
196
+ },
197
+ "default": "'Close'",
198
+ "description": "Close button aria-label",
199
+ "attribute": "button-label"
200
+ },
201
+ {
202
+ "kind": "field",
203
+ "name": "icon",
204
+ "type": {
205
+ "text": "SkfIcon['name'] | undefined"
206
+ },
207
+ "description": "If defined, displays leading icon",
208
+ "attribute": "icon"
209
+ },
210
+ {
211
+ "kind": "field",
212
+ "name": "severity",
213
+ "type": {
214
+ "text": "SeverityFgColor | undefined"
215
+ },
216
+ "description": "If defined, gives the supplied appearance",
217
+ "attribute": "severity"
218
+ }
219
+ ],
220
+ "events": [
221
+ {
222
+ "description": "Fires when the close button is clicked",
223
+ "name": "skf-alert-close"
224
+ }
225
+ ],
226
+ "attributes": [
227
+ {
228
+ "name": "closeable",
229
+ "type": {
230
+ "text": "boolean | undefined"
231
+ },
232
+ "description": "If true, alert is being used as a toast with an close button",
233
+ "fieldName": "closeable"
234
+ },
235
+ {
236
+ "name": "button-label",
237
+ "type": {
238
+ "text": "string"
239
+ },
240
+ "default": "'Close'",
241
+ "description": "Close button aria-label",
242
+ "fieldName": "buttonLabel"
243
+ },
244
+ {
245
+ "name": "icon",
246
+ "type": {
247
+ "text": "SkfIcon['name'] | undefined"
248
+ },
249
+ "description": "If defined, displays leading icon",
250
+ "fieldName": "icon"
251
+ },
252
+ {
253
+ "name": "severity",
254
+ "type": {
255
+ "text": "SeverityFgColor | undefined"
256
+ },
257
+ "description": "If defined, gives the supplied appearance",
258
+ "fieldName": "severity"
259
+ }
260
+ ],
261
+ "superclass": {
262
+ "name": "SkfElement",
263
+ "package": "@internal/components/skf-element.js"
264
+ },
265
+ "tagName": "skf-alert",
266
+ "customElement": true
267
+ }
268
+ ],
269
+ "exports": [
270
+ {
271
+ "kind": "js",
272
+ "name": "SkfAlert",
273
+ "declaration": {
274
+ "name": "SkfAlert",
275
+ "module": "src/components/alert/alert.component.ts"
276
+ }
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "kind": "javascript-module",
282
+ "path": "src/components/button/button.component.ts",
283
+ "declarations": [
284
+ {
285
+ "kind": "class",
286
+ "description": "Component to be used in forms or for interactivity",
287
+ "name": "SkfButton",
288
+ "slots": [
289
+ {
290
+ "description": "The Primary content",
291
+ "name": ""
292
+ }
293
+ ],
294
+ "members": [
295
+ {
296
+ "kind": "field",
297
+ "name": "destructive",
298
+ "type": {
299
+ "text": "boolean"
300
+ },
301
+ "default": "false",
302
+ "description": "If true, gives destructive appearance. **Notice!** Only applicable if `variant` is `primary`.",
303
+ "attribute": "destructive"
304
+ },
305
+ {
306
+ "kind": "field",
307
+ "name": "disabled",
308
+ "type": {
309
+ "text": "boolean"
310
+ },
311
+ "default": "false",
312
+ "description": "If true, removes border",
313
+ "attribute": "disabled"
314
+ },
315
+ {
316
+ "kind": "field",
317
+ "name": "icon",
318
+ "type": {
319
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
320
+ },
321
+ "description": "If provided, renders an icon before or after the text",
322
+ "attribute": "icon"
323
+ },
324
+ {
325
+ "kind": "field",
326
+ "name": "iconPosition",
327
+ "type": {
328
+ "text": "'left' | 'right' | undefined"
329
+ },
330
+ "default": "'left'",
331
+ "description": "If provided, determines the positioning of the icon in relation to the text",
332
+ "attribute": "icon-position"
333
+ },
334
+ {
335
+ "kind": "field",
336
+ "name": "loading",
337
+ "type": {
338
+ "text": "boolean"
339
+ },
340
+ "default": "false",
341
+ "description": "If true, hides text & icon and shows loading indicator. **Notice!** Only applicable if `variant` is `primary`.",
342
+ "attribute": "loading"
343
+ },
344
+ {
345
+ "kind": "field",
346
+ "name": "size",
347
+ "type": {
348
+ "text": "'sm' | 'md' | 'lg'"
349
+ },
350
+ "default": "'md'",
351
+ "description": "If provided, displays an alternative size",
352
+ "attribute": "size",
353
+ "reflects": true
354
+ },
355
+ {
356
+ "kind": "field",
357
+ "name": "type",
358
+ "type": {
359
+ "text": "'button' | 'submit' | 'reset'"
360
+ },
361
+ "default": "'button'",
362
+ "description": "If provided, changes the button type",
363
+ "attribute": "type"
364
+ },
365
+ {
366
+ "kind": "field",
367
+ "name": "variant",
368
+ "type": {
369
+ "text": "'primary' | 'secondary'"
370
+ },
371
+ "default": "'primary'",
372
+ "description": "If provided, alters the appearance",
373
+ "attribute": "variant",
374
+ "reflects": true
375
+ },
376
+ {
377
+ "kind": "method",
378
+ "name": "_showLoader",
379
+ "privacy": "private"
380
+ },
381
+ {
382
+ "kind": "method",
383
+ "name": "_hideLoader",
384
+ "privacy": "private"
385
+ }
386
+ ],
387
+ "attributes": [
388
+ {
389
+ "name": "destructive",
390
+ "type": {
391
+ "text": "boolean"
392
+ },
393
+ "default": "false",
394
+ "description": "If true, gives destructive appearance. **Notice!** Only applicable if `variant` is `primary`.",
395
+ "fieldName": "destructive"
396
+ },
397
+ {
398
+ "name": "disabled",
399
+ "type": {
400
+ "text": "boolean"
401
+ },
402
+ "default": "false",
403
+ "description": "If true, removes border",
404
+ "fieldName": "disabled"
405
+ },
406
+ {
407
+ "name": "icon",
408
+ "type": {
409
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
410
+ },
411
+ "description": "If provided, renders an icon before or after the text",
412
+ "fieldName": "icon"
413
+ },
414
+ {
415
+ "name": "icon-position",
416
+ "type": {
417
+ "text": "'left' | 'right' | undefined"
418
+ },
419
+ "default": "'left'",
420
+ "description": "If provided, determines the positioning of the icon in relation to the text",
421
+ "fieldName": "iconPosition"
422
+ },
423
+ {
424
+ "name": "loading",
425
+ "type": {
426
+ "text": "boolean"
427
+ },
428
+ "default": "false",
429
+ "description": "If true, hides text & icon and shows loading indicator. **Notice!** Only applicable if `variant` is `primary`.",
430
+ "fieldName": "loading"
431
+ },
432
+ {
433
+ "name": "size",
434
+ "type": {
435
+ "text": "'sm' | 'md' | 'lg'"
436
+ },
437
+ "default": "'md'",
438
+ "description": "If provided, displays an alternative size",
439
+ "fieldName": "size"
440
+ },
441
+ {
442
+ "name": "type",
443
+ "type": {
444
+ "text": "'button' | 'submit' | 'reset'"
445
+ },
446
+ "default": "'button'",
447
+ "description": "If provided, changes the button type",
448
+ "fieldName": "type"
449
+ },
450
+ {
451
+ "name": "variant",
452
+ "type": {
453
+ "text": "'primary' | 'secondary'"
454
+ },
455
+ "default": "'primary'",
456
+ "description": "If provided, alters the appearance",
457
+ "fieldName": "variant"
458
+ }
459
+ ],
460
+ "superclass": {
461
+ "name": "SkfElement",
462
+ "package": "@internal/components/skf-element.js"
463
+ },
464
+ "tagName": "skf-button",
465
+ "customElement": true
466
+ }
467
+ ],
468
+ "exports": [
469
+ {
470
+ "kind": "js",
471
+ "name": "SkfButton",
472
+ "declaration": {
473
+ "name": "SkfButton",
474
+ "module": "src/components/button/button.component.ts"
475
+ }
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "kind": "javascript-module",
481
+ "path": "src/components/card/card.component.ts",
482
+ "declarations": [
483
+ {
484
+ "kind": "class",
485
+ "description": "The `<skf-card>` can be used to group related subjects in a container",
486
+ "name": "SkfCard",
487
+ "slots": [
488
+ {
489
+ "description": "The card's main content",
490
+ "name": ""
491
+ }
492
+ ],
493
+ "members": [
494
+ {
495
+ "kind": "field",
496
+ "name": "noBorder",
497
+ "type": {
498
+ "text": "boolean"
499
+ },
500
+ "default": "false",
501
+ "description": "If true, removes border",
502
+ "attribute": "no-border"
503
+ },
504
+ {
505
+ "kind": "field",
506
+ "name": "noPadding",
507
+ "type": {
508
+ "text": "boolean"
509
+ },
510
+ "default": "false",
511
+ "description": "If true, removes padding",
512
+ "attribute": "no-padding"
513
+ },
514
+ {
515
+ "kind": "field",
516
+ "name": "stretch",
517
+ "type": {
518
+ "text": "boolean"
519
+ },
520
+ "default": "false",
521
+ "description": "If true, the Card fills the parent element height",
522
+ "attribute": "stretch"
523
+ }
524
+ ],
525
+ "attributes": [
526
+ {
527
+ "name": "no-border",
528
+ "type": {
529
+ "text": "boolean"
530
+ },
531
+ "default": "false",
532
+ "description": "If true, removes border",
533
+ "fieldName": "noBorder"
534
+ },
535
+ {
536
+ "name": "no-padding",
537
+ "type": {
538
+ "text": "boolean"
539
+ },
540
+ "default": "false",
541
+ "description": "If true, removes padding",
542
+ "fieldName": "noPadding"
543
+ },
544
+ {
545
+ "name": "stretch",
546
+ "type": {
547
+ "text": "boolean"
548
+ },
549
+ "default": "false",
550
+ "description": "If true, the Card fills the parent element height",
551
+ "fieldName": "stretch"
552
+ }
553
+ ],
554
+ "superclass": {
555
+ "name": "SkfElement",
556
+ "package": "@internal/components/skf-element.js"
557
+ },
558
+ "tagName": "skf-card",
559
+ "customElement": true
560
+ }
561
+ ],
562
+ "exports": [
563
+ {
564
+ "kind": "js",
565
+ "name": "SkfCard",
566
+ "declaration": {
567
+ "name": "SkfCard",
568
+ "module": "src/components/card/card.component.ts"
569
+ }
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "kind": "javascript-module",
575
+ "path": "src/components/checkbox/checkbox.component.ts",
576
+ "declarations": [
577
+ {
578
+ "kind": "class",
579
+ "description": "The `<skf-checkbox>` component is used to create a checkbox input",
580
+ "name": "SkfCheckbox",
581
+ "slots": [
582
+ {
583
+ "description": "Alternatively, you can use the `label` attribute",
584
+ "name": "Default"
585
+ }
586
+ ],
587
+ "members": [
588
+ {
589
+ "kind": "field",
590
+ "name": "debug",
591
+ "type": {
592
+ "text": "boolean | undefined"
593
+ },
594
+ "description": "If defined, outputs helping hints in console",
595
+ "attribute": "debug"
596
+ },
597
+ {
598
+ "kind": "field",
599
+ "name": "checked",
600
+ "type": {
601
+ "text": "boolean | undefined"
602
+ },
603
+ "description": "If true, outputs helping hints in console",
604
+ "attribute": "checked",
605
+ "reflects": true
606
+ },
607
+ {
608
+ "kind": "field",
609
+ "name": "customInvalid",
610
+ "type": {
611
+ "text": "boolean | undefined"
612
+ },
613
+ "description": "If true, forces component to invalid state until removed",
614
+ "attribute": "custom-invalid"
615
+ },
616
+ {
617
+ "kind": "field",
618
+ "name": "hideLabel",
619
+ "type": {
620
+ "text": "boolean | undefined"
621
+ },
622
+ "description": "If true, hides the label visually",
623
+ "attribute": "hide-label",
624
+ "reflects": true
625
+ },
626
+ {
627
+ "kind": "field",
628
+ "name": "indeterminate",
629
+ "type": {
630
+ "text": "boolean | undefined"
631
+ },
632
+ "description": "If true and the checkbox is unchecked, the checkbox will appear indeterminate",
633
+ "attribute": "indeterminate",
634
+ "reflects": true
635
+ },
636
+ {
637
+ "kind": "field",
638
+ "name": "label",
639
+ "type": {
640
+ "text": "string | undefined"
641
+ },
642
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
643
+ "attribute": "label"
644
+ },
645
+ {
646
+ "kind": "field",
647
+ "name": "name",
648
+ "type": {
649
+ "text": "string | undefined"
650
+ },
651
+ "description": "If defined, adds name to the input-element",
652
+ "attribute": "name"
653
+ },
654
+ {
655
+ "kind": "field",
656
+ "name": "requiredLabel",
657
+ "type": {
658
+ "text": "string | undefined"
659
+ },
660
+ "description": "If defined, renders an alternative A11y text for the asterisk",
661
+ "attribute": "required-label"
662
+ },
663
+ {
664
+ "kind": "field",
665
+ "name": "size",
666
+ "type": {
667
+ "text": "'sm' | 'md'"
668
+ },
669
+ "default": "'md'",
670
+ "description": "Size of the checkbox",
671
+ "attribute": "size",
672
+ "reflects": true
673
+ },
674
+ {
675
+ "kind": "field",
676
+ "name": "severity",
677
+ "type": {
678
+ "text": "FormFieldBaseProps['severity'] | undefined"
679
+ },
680
+ "description": "If defined, styles checkbox using provided severity",
681
+ "attribute": "severity",
682
+ "reflects": true
683
+ },
684
+ {
685
+ "kind": "field",
686
+ "name": "showValid",
687
+ "type": {
688
+ "text": "boolean | undefined"
689
+ },
690
+ "description": "If defined, displays valid state after interaction",
691
+ "attribute": "show-valid"
692
+ },
693
+ {
694
+ "kind": "field",
695
+ "name": "value",
696
+ "type": {
697
+ "text": "string"
698
+ },
699
+ "default": "''",
700
+ "description": "The current value of the input field",
701
+ "attribute": "value"
702
+ },
703
+ {
704
+ "kind": "method",
705
+ "name": "debugOutput"
706
+ }
707
+ ],
708
+ "events": [
709
+ {
710
+ "description": "{object} - When the value of the input changes",
711
+ "name": "change"
712
+ }
713
+ ],
714
+ "attributes": [
715
+ {
716
+ "type": {
717
+ "text": "boolean"
718
+ },
719
+ "description": "If true, sets disabled state",
720
+ "name": "disabled"
721
+ },
722
+ {
723
+ "type": {
724
+ "text": "boolean"
725
+ },
726
+ "description": "If true, value is required or must be checked for the form to be submittable",
727
+ "name": "required"
728
+ },
729
+ {
730
+ "name": "debug",
731
+ "type": {
732
+ "text": "boolean | undefined"
733
+ },
734
+ "description": "If defined, outputs helping hints in console",
735
+ "fieldName": "debug"
736
+ },
737
+ {
738
+ "name": "checked",
739
+ "type": {
740
+ "text": "boolean | undefined"
741
+ },
742
+ "description": "If true, outputs helping hints in console",
743
+ "fieldName": "checked"
744
+ },
745
+ {
746
+ "name": "custom-invalid",
747
+ "type": {
748
+ "text": "boolean | undefined"
749
+ },
750
+ "description": "If true, forces component to invalid state until removed",
751
+ "fieldName": "customInvalid"
752
+ },
753
+ {
754
+ "name": "hide-label",
755
+ "type": {
756
+ "text": "boolean | undefined"
757
+ },
758
+ "description": "If true, hides the label visually",
759
+ "fieldName": "hideLabel"
760
+ },
761
+ {
762
+ "name": "indeterminate",
763
+ "type": {
764
+ "text": "boolean | undefined"
765
+ },
766
+ "description": "If true and the checkbox is unchecked, the checkbox will appear indeterminate",
767
+ "fieldName": "indeterminate"
768
+ },
769
+ {
770
+ "name": "label",
771
+ "type": {
772
+ "text": "string | undefined"
773
+ },
774
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
775
+ "fieldName": "label"
776
+ },
777
+ {
778
+ "name": "name",
779
+ "type": {
780
+ "text": "string | undefined"
781
+ },
782
+ "description": "If defined, adds name to the input-element",
783
+ "fieldName": "name"
784
+ },
785
+ {
786
+ "name": "required-label",
787
+ "type": {
788
+ "text": "string | undefined"
789
+ },
790
+ "description": "If defined, renders an alternative A11y text for the asterisk",
791
+ "fieldName": "requiredLabel"
792
+ },
793
+ {
794
+ "name": "size",
795
+ "type": {
796
+ "text": "'sm' | 'md'"
797
+ },
798
+ "default": "'md'",
799
+ "description": "Size of the checkbox",
800
+ "fieldName": "size"
801
+ },
802
+ {
803
+ "name": "severity",
804
+ "type": {
805
+ "text": "FormFieldBaseProps['severity'] | undefined"
806
+ },
807
+ "description": "If defined, styles checkbox using provided severity",
808
+ "fieldName": "severity"
809
+ },
810
+ {
811
+ "name": "show-valid",
812
+ "type": {
813
+ "text": "boolean | undefined"
814
+ },
815
+ "description": "If defined, displays valid state after interaction",
816
+ "fieldName": "showValid"
817
+ },
818
+ {
819
+ "name": "value",
820
+ "type": {
821
+ "text": "string"
822
+ },
823
+ "default": "''",
824
+ "description": "The current value of the input field",
825
+ "fieldName": "value"
826
+ }
827
+ ],
828
+ "superclass": {
829
+ "name": "FormBase",
830
+ "package": "@internal/components/formBase.js"
831
+ },
832
+ "tagName": "skf-checkbox",
833
+ "customElement": true
834
+ }
835
+ ],
836
+ "exports": [
837
+ {
838
+ "kind": "js",
839
+ "name": "SkfCheckbox",
840
+ "declaration": {
841
+ "name": "SkfCheckbox",
842
+ "module": "src/components/checkbox/checkbox.component.ts"
843
+ }
844
+ }
845
+ ]
846
+ },
847
+ {
848
+ "kind": "javascript-module",
849
+ "path": "src/components/collapse/collapse.component.ts",
850
+ "declarations": [
851
+ {
852
+ "kind": "class",
853
+ "description": "The `<skf-collapse>` component is a general purpose container for content that can be collapsed / expanded.\n\nSee [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6229e2eb8a8dacf366dc3243) for design principles.",
854
+ "name": "SkfCollapse",
855
+ "slots": [
856
+ {
857
+ "description": "Main content",
858
+ "name": ""
859
+ }
860
+ ],
861
+ "members": [
862
+ {
863
+ "kind": "field",
864
+ "name": "animated",
865
+ "type": {
866
+ "text": "boolean"
867
+ },
868
+ "default": "false",
869
+ "description": "If true, will animate the expand/collapse state",
870
+ "attribute": "animated",
871
+ "reflects": true
872
+ },
873
+ {
874
+ "kind": "field",
875
+ "name": "expanded",
876
+ "type": {
877
+ "text": "boolean"
878
+ },
879
+ "default": "false",
880
+ "description": "If true, will set the collapse to be expanded by default",
881
+ "attribute": "expanded",
882
+ "reflects": true
883
+ },
884
+ {
885
+ "kind": "field",
886
+ "name": "heading",
887
+ "type": {
888
+ "text": "string | undefined"
889
+ },
890
+ "description": "Heading for the collapse",
891
+ "attribute": "heading"
892
+ },
893
+ {
894
+ "kind": "field",
895
+ "name": "headingAs",
896
+ "type": {
897
+ "text": "Exclude<HeadingType, 'h1'>"
898
+ },
899
+ "default": "'h2'",
900
+ "description": "Controls which heading element will be rendered",
901
+ "attribute": "heading-as"
902
+ },
903
+ {
904
+ "kind": "field",
905
+ "name": "small",
906
+ "type": {
907
+ "text": "boolean"
908
+ },
909
+ "default": "false",
910
+ "description": "If true, renders the small version",
911
+ "attribute": "small",
912
+ "reflects": true
913
+ },
914
+ {
915
+ "kind": "field",
916
+ "name": "truncate",
917
+ "type": {
918
+ "text": "boolean"
919
+ },
920
+ "default": "false",
921
+ "description": "If true, will truncate the heading in collapsed state",
922
+ "attribute": "truncate",
923
+ "reflects": true
924
+ },
925
+ {
926
+ "kind": "method",
927
+ "name": "setClose",
928
+ "description": "Class method as alternative to manipulate attribute"
929
+ },
930
+ {
931
+ "kind": "method",
932
+ "name": "setOpen",
933
+ "description": "Class method as alternative to manipulate attribute"
934
+ }
935
+ ],
936
+ "events": [
937
+ {
938
+ "type": {
939
+ "text": "CustomEvent"
940
+ },
941
+ "description": "Event emitted when toggled",
942
+ "name": "skf-collapse-toggle"
943
+ }
944
+ ],
945
+ "attributes": [
946
+ {
947
+ "name": "animated",
948
+ "type": {
949
+ "text": "boolean"
950
+ },
951
+ "default": "false",
952
+ "description": "If true, will animate the expand/collapse state",
953
+ "fieldName": "animated"
954
+ },
955
+ {
956
+ "name": "expanded",
957
+ "type": {
958
+ "text": "boolean"
959
+ },
960
+ "default": "false",
961
+ "description": "If true, will set the collapse to be expanded by default",
962
+ "fieldName": "expanded"
963
+ },
964
+ {
965
+ "name": "heading",
966
+ "type": {
967
+ "text": "string | undefined"
968
+ },
969
+ "description": "Heading for the collapse",
970
+ "fieldName": "heading"
971
+ },
972
+ {
973
+ "name": "heading-as",
974
+ "type": {
975
+ "text": "Exclude<HeadingType, 'h1'>"
976
+ },
977
+ "default": "'h2'",
978
+ "description": "Controls which heading element will be rendered",
979
+ "fieldName": "headingAs"
980
+ },
981
+ {
982
+ "name": "small",
983
+ "type": {
984
+ "text": "boolean"
985
+ },
986
+ "default": "false",
987
+ "description": "If true, renders the small version",
988
+ "fieldName": "small"
989
+ },
990
+ {
991
+ "name": "truncate",
992
+ "type": {
993
+ "text": "boolean"
994
+ },
995
+ "default": "false",
996
+ "description": "If true, will truncate the heading in collapsed state",
997
+ "fieldName": "truncate"
998
+ }
999
+ ],
1000
+ "superclass": {
1001
+ "name": "SkfElement",
1002
+ "package": "@internal/components/skf-element.js"
1003
+ },
1004
+ "tagName": "skf-collapse",
1005
+ "customElement": true
1006
+ }
1007
+ ],
1008
+ "exports": [
1009
+ {
1010
+ "kind": "js",
1011
+ "name": "SkfCollapse",
1012
+ "declaration": {
1013
+ "name": "SkfCollapse",
1014
+ "module": "src/components/collapse/collapse.component.ts"
1015
+ }
1016
+ }
1017
+ ]
1018
+ },
1019
+ {
1020
+ "kind": "javascript-module",
1021
+ "path": "src/components/divider/divider.component.ts",
1022
+ "declarations": [
1023
+ {
1024
+ "kind": "class",
1025
+ "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information.",
1026
+ "name": "SkfDivider",
1027
+ "cssProperties": [
1028
+ {
1029
+ "description": "The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical",
1030
+ "name": "--skf-divider-spacing"
1031
+ },
1032
+ {
1033
+ "description": "The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical",
1034
+ "name": "--skf-divider-inset"
1035
+ }
1036
+ ],
1037
+ "members": [
1038
+ {
1039
+ "kind": "field",
1040
+ "name": "color",
1041
+ "type": {
1042
+ "text": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\""
1043
+ },
1044
+ "default": "'primary'",
1045
+ "description": "If provided, alters the Divider color",
1046
+ "attribute": "color",
1047
+ "reflects": true
1048
+ },
1049
+ {
1050
+ "kind": "field",
1051
+ "name": "decorative",
1052
+ "type": {
1053
+ "text": "boolean"
1054
+ },
1055
+ "default": "false",
1056
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1057
+ "attribute": "decorative"
1058
+ },
1059
+ {
1060
+ "kind": "field",
1061
+ "name": "vertical",
1062
+ "type": {
1063
+ "text": "boolean"
1064
+ },
1065
+ "default": "false",
1066
+ "description": "If true, renders the divider vertically",
1067
+ "attribute": "vertical",
1068
+ "reflects": true
1069
+ }
1070
+ ],
1071
+ "attributes": [
1072
+ {
1073
+ "name": "color",
1074
+ "type": {
1075
+ "text": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\""
1076
+ },
1077
+ "default": "'primary'",
1078
+ "description": "If provided, alters the Divider color",
1079
+ "fieldName": "color"
1080
+ },
1081
+ {
1082
+ "name": "decorative",
1083
+ "type": {
1084
+ "text": "boolean"
1085
+ },
1086
+ "default": "false",
1087
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
1088
+ "fieldName": "decorative"
1089
+ },
1090
+ {
1091
+ "name": "vertical",
1092
+ "type": {
1093
+ "text": "boolean"
1094
+ },
1095
+ "default": "false",
1096
+ "description": "If true, renders the divider vertically",
1097
+ "fieldName": "vertical"
1098
+ }
1099
+ ],
1100
+ "superclass": {
1101
+ "name": "SkfElement",
1102
+ "package": "@internal/components/skf-element.js"
1103
+ },
1104
+ "tagName": "skf-divider",
1105
+ "customElement": true
1106
+ }
1107
+ ],
1108
+ "exports": [
1109
+ {
1110
+ "kind": "js",
1111
+ "name": "SkfDivider",
1112
+ "declaration": {
1113
+ "name": "SkfDivider",
1114
+ "module": "src/components/divider/divider.component.ts"
1115
+ }
1116
+ }
1117
+ ]
1118
+ },
1119
+ {
1120
+ "kind": "javascript-module",
1121
+ "path": "src/components/heading/heading.component.ts",
1122
+ "declarations": [
1123
+ {
1124
+ "kind": "class",
1125
+ "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.",
1126
+ "name": "SkfHeading",
1127
+ "members": [
1128
+ {
1129
+ "kind": "field",
1130
+ "name": "as",
1131
+ "type": {
1132
+ "text": "HeadingType"
1133
+ },
1134
+ "default": "'h1'",
1135
+ "description": "Controls which heading element will be rendered. Should not be used to affect appearance.",
1136
+ "attribute": "as",
1137
+ "reflects": true
1138
+ },
1139
+ {
1140
+ "kind": "field",
1141
+ "name": "styledAs",
1142
+ "type": {
1143
+ "text": "HeadingType | undefined"
1144
+ },
1145
+ "description": "If provided, changes the appearance of the heading",
1146
+ "attribute": "styled-as"
1147
+ }
1148
+ ],
1149
+ "attributes": [
1150
+ {
1151
+ "name": "as",
1152
+ "type": {
1153
+ "text": "HeadingType"
1154
+ },
1155
+ "default": "'h1'",
1156
+ "description": "Controls which heading element will be rendered. Should not be used to affect appearance.",
1157
+ "fieldName": "as"
1158
+ },
1159
+ {
1160
+ "name": "styled-as",
1161
+ "type": {
1162
+ "text": "HeadingType | undefined"
1163
+ },
1164
+ "description": "If provided, changes the appearance of the heading",
1165
+ "fieldName": "styledAs"
1166
+ }
1167
+ ],
1168
+ "superclass": {
1169
+ "name": "SkfElement",
1170
+ "package": "@internal/components/skf-element.js"
1171
+ },
1172
+ "tagName": "skf-heading",
1173
+ "customElement": true
1174
+ }
1175
+ ],
1176
+ "exports": [
1177
+ {
1178
+ "kind": "js",
1179
+ "name": "SkfHeading",
1180
+ "declaration": {
1181
+ "name": "SkfHeading",
1182
+ "module": "src/components/heading/heading.component.ts"
1183
+ }
1184
+ }
1185
+ ]
1186
+ },
1187
+ {
1188
+ "kind": "javascript-module",
1189
+ "path": "src/components/icon/icon.component.ts",
1190
+ "declarations": [
1191
+ {
1192
+ "kind": "class",
1193
+ "description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text",
1194
+ "name": "SkfIcon",
1195
+ "members": [
1196
+ {
1197
+ "kind": "field",
1198
+ "name": "color",
1199
+ "type": {
1200
+ "text": "\"primary\" | \"inverse\" | \"emphasised\" | \"secondary\" | \"success\" | \"info\" | \"warning\" | \"error\" | \"alert\""
1201
+ },
1202
+ "default": "'primary'",
1203
+ "attribute": "color",
1204
+ "reflects": true
1205
+ },
1206
+ {
1207
+ "kind": "field",
1208
+ "name": "label",
1209
+ "type": {
1210
+ "text": "string | undefined"
1211
+ },
1212
+ "description": "If provided, adds an alternate description to use for assistive devices",
1213
+ "attribute": "label"
1214
+ },
1215
+ {
1216
+ "kind": "field",
1217
+ "name": "name",
1218
+ "type": {
1219
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
1220
+ },
1221
+ "attribute": "name"
1222
+ },
1223
+ {
1224
+ "kind": "field",
1225
+ "name": "size",
1226
+ "type": {
1227
+ "text": "\"xs\" | \"sm\" | \"md\" | \"lg\""
1228
+ },
1229
+ "default": "'md'",
1230
+ "attribute": "size",
1231
+ "reflects": true
1232
+ }
1233
+ ],
1234
+ "attributes": [
1235
+ {
1236
+ "name": "color",
1237
+ "type": {
1238
+ "text": "\"primary\" | \"inverse\" | \"emphasised\" | \"secondary\" | \"success\" | \"info\" | \"warning\" | \"error\" | \"alert\""
1239
+ },
1240
+ "default": "'primary'",
1241
+ "fieldName": "color"
1242
+ },
1243
+ {
1244
+ "name": "label",
1245
+ "type": {
1246
+ "text": "string | undefined"
1247
+ },
1248
+ "description": "If provided, adds an alternate description to use for assistive devices",
1249
+ "fieldName": "label"
1250
+ },
1251
+ {
1252
+ "name": "name",
1253
+ "type": {
1254
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
1255
+ },
1256
+ "fieldName": "name"
1257
+ },
1258
+ {
1259
+ "name": "size",
1260
+ "type": {
1261
+ "text": "\"xs\" | \"sm\" | \"md\" | \"lg\""
1262
+ },
1263
+ "default": "'md'",
1264
+ "fieldName": "size"
1265
+ }
1266
+ ],
1267
+ "superclass": {
1268
+ "name": "SkfElement",
1269
+ "package": "@internal/components/skf-element.js"
1270
+ },
1271
+ "tagName": "skf-icon",
1272
+ "customElement": true
1273
+ }
1274
+ ],
1275
+ "exports": [
1276
+ {
1277
+ "kind": "js",
1278
+ "name": "SkfIcon",
1279
+ "declaration": {
1280
+ "name": "SkfIcon",
1281
+ "module": "src/components/icon/icon.component.ts"
1282
+ }
1283
+ }
1284
+ ]
1285
+ },
1286
+ {
1287
+ "kind": "javascript-module",
1288
+ "path": "src/components/input/input.component.ts",
1289
+ "declarations": [
1290
+ {
1291
+ "kind": "class",
1292
+ "description": "The skf-text-field is used to create a text input field. It can be used inside a form element or standalone.",
1293
+ "name": "SkfInput",
1294
+ "slots": [
1295
+ {
1296
+ "description": " Alternatively, you can use the `label` attribute",
1297
+ "name": "Default"
1298
+ }
1299
+ ],
1300
+ "members": [
1301
+ {
1302
+ "kind": "field",
1303
+ "name": "customError",
1304
+ "type": {
1305
+ "text": "string | undefined"
1306
+ },
1307
+ "privacy": "private"
1308
+ },
1309
+ {
1310
+ "kind": "field",
1311
+ "name": "buttonAriaLabelClear",
1312
+ "type": {
1313
+ "text": "string"
1314
+ },
1315
+ "default": "'Clear input'",
1316
+ "description": "If provided, renders a custom aria-label for the clear button **Notice!** Only applicable to type=search.",
1317
+ "attribute": "button-aria-label-clear"
1318
+ },
1319
+ {
1320
+ "kind": "field",
1321
+ "name": "buttonAriaLabelHide",
1322
+ "type": {
1323
+ "text": "string"
1324
+ },
1325
+ "default": "'Hide password'",
1326
+ "description": "If provided, renders a custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
1327
+ "attribute": "button-aria-label-hide"
1328
+ },
1329
+ {
1330
+ "kind": "field",
1331
+ "name": "buttonAriaLabelShow",
1332
+ "type": {
1333
+ "text": "string"
1334
+ },
1335
+ "default": "'Show password'",
1336
+ "description": "If provided, renders a custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
1337
+ "attribute": "button-aria-label-show"
1338
+ },
1339
+ {
1340
+ "kind": "field",
1341
+ "name": "customInvalid",
1342
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text.",
1343
+ "attribute": "custom-invalid",
1344
+ "reflects": true
1345
+ },
1346
+ {
1347
+ "kind": "field",
1348
+ "name": "debug",
1349
+ "type": {
1350
+ "text": "boolean"
1351
+ },
1352
+ "default": "false",
1353
+ "description": "If provided, outputs helping hints in console",
1354
+ "attribute": "debug"
1355
+ },
1356
+ {
1357
+ "kind": "field",
1358
+ "name": "hideLabel",
1359
+ "type": {
1360
+ "text": "boolean"
1361
+ },
1362
+ "default": "false",
1363
+ "description": "If true, hides the label visually",
1364
+ "attribute": "hide-label"
1365
+ },
1366
+ {
1367
+ "kind": "field",
1368
+ "name": "hint",
1369
+ "type": {
1370
+ "text": "string | undefined"
1371
+ },
1372
+ "description": "If provided, displays informational text below the field",
1373
+ "attribute": "hint"
1374
+ },
1375
+ {
1376
+ "kind": "field",
1377
+ "name": "inputmode",
1378
+ "type": {
1379
+ "text": "'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search'"
1380
+ },
1381
+ "default": "'text'",
1382
+ "description": "If provided, tells what keyboard to use if applicable",
1383
+ "attribute": "inputmode"
1384
+ },
1385
+ {
1386
+ "kind": "field",
1387
+ "name": "label",
1388
+ "type": {
1389
+ "text": "string | undefined"
1390
+ },
1391
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
1392
+ "attribute": "label"
1393
+ },
1394
+ {
1395
+ "kind": "field",
1396
+ "name": "leading",
1397
+ "type": {
1398
+ "text": "string | undefined"
1399
+ },
1400
+ "description": "If provided, displays a prefix/adornment before the input-element",
1401
+ "attribute": "leading"
1402
+ },
1403
+ {
1404
+ "kind": "field",
1405
+ "name": "max",
1406
+ "type": {
1407
+ "text": "number | string | undefined"
1408
+ },
1409
+ "description": "If provided, sets the maximum value to accept for this input",
1410
+ "attribute": "max"
1411
+ },
1412
+ {
1413
+ "kind": "field",
1414
+ "name": "maxLength",
1415
+ "type": {
1416
+ "text": "number | undefined"
1417
+ },
1418
+ "description": "If provided, sets the maximum character length to accept for this input",
1419
+ "attribute": "maxlength"
1420
+ },
1421
+ {
1422
+ "kind": "field",
1423
+ "name": "min",
1424
+ "type": {
1425
+ "text": "number | string | undefined"
1426
+ },
1427
+ "description": "If provided, sets the minimum value to accept for this input",
1428
+ "attribute": "min"
1429
+ },
1430
+ {
1431
+ "kind": "field",
1432
+ "name": "minLength",
1433
+ "type": {
1434
+ "text": "number | undefined"
1435
+ },
1436
+ "description": "If provided, sets the minimum character length to accept for this input",
1437
+ "attribute": "minlength"
1438
+ },
1439
+ {
1440
+ "kind": "field",
1441
+ "name": "name",
1442
+ "type": {
1443
+ "text": "string | undefined"
1444
+ },
1445
+ "description": "If provided, adds name to the input-element",
1446
+ "attribute": "name"
1447
+ },
1448
+ {
1449
+ "kind": "field",
1450
+ "name": "pattern",
1451
+ "type": {
1452
+ "text": "string | undefined"
1453
+ },
1454
+ "description": "If provided, adds name to the input-element",
1455
+ "attribute": "pattern"
1456
+ },
1457
+ {
1458
+ "kind": "field",
1459
+ "name": "placeholder",
1460
+ "type": {
1461
+ "text": "string | undefined"
1462
+ },
1463
+ "description": "If provided, displays placeholder text",
1464
+ "attribute": "placeholder"
1465
+ },
1466
+ {
1467
+ "kind": "field",
1468
+ "name": "readonly",
1469
+ "type": {
1470
+ "text": "boolean | undefined"
1471
+ },
1472
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
1473
+ "attribute": "readonly"
1474
+ },
1475
+ {
1476
+ "kind": "field",
1477
+ "name": "requiredLabel",
1478
+ "type": {
1479
+ "text": "string | undefined"
1480
+ },
1481
+ "description": "If provided, renders an alternative A11y text for the asterisk",
1482
+ "attribute": "required-label"
1483
+ },
1484
+ {
1485
+ "kind": "field",
1486
+ "name": "severity",
1487
+ "type": {
1488
+ "text": "FormFieldBaseProps['severity'] | undefined"
1489
+ },
1490
+ "description": "If provided, displays provided severity state",
1491
+ "attribute": "severity"
1492
+ },
1493
+ {
1494
+ "kind": "field",
1495
+ "name": "showValid",
1496
+ "type": {
1497
+ "text": "boolean | undefined"
1498
+ },
1499
+ "description": "If provided, displays provided severity state",
1500
+ "attribute": "show-valid"
1501
+ },
1502
+ {
1503
+ "kind": "field",
1504
+ "name": "size",
1505
+ "type": {
1506
+ "text": "'sm' | 'md' | undefined"
1507
+ },
1508
+ "default": "'md'",
1509
+ "description": "If provided, displays an alternative size",
1510
+ "attribute": "size",
1511
+ "reflects": true
1512
+ },
1513
+ {
1514
+ "kind": "field",
1515
+ "name": "trailing",
1516
+ "type": {
1517
+ "text": "string | undefined"
1518
+ },
1519
+ "description": "If provided, displays a suffix/adornment after the input-element",
1520
+ "attribute": "trailing"
1521
+ },
1522
+ {
1523
+ "kind": "field",
1524
+ "name": "type",
1525
+ "type": {
1526
+ "text": "Exclude<FormFieldBaseProps['type'], 'checkbox' | 'radio'> | undefined"
1527
+ },
1528
+ "default": "'text'",
1529
+ "description": "If provided, changes the type of form control",
1530
+ "attribute": "type"
1531
+ },
1532
+ {
1533
+ "kind": "field",
1534
+ "name": "validateOn",
1535
+ "type": {
1536
+ "text": "'input' | 'change' | 'submit' | undefined"
1537
+ },
1538
+ "default": "'change'",
1539
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
1540
+ "attribute": "validate-on"
1541
+ },
1542
+ {
1543
+ "kind": "field",
1544
+ "name": "value",
1545
+ "type": {
1546
+ "text": "string"
1547
+ },
1548
+ "default": "''",
1549
+ "description": "The current value of the input field",
1550
+ "attribute": "value"
1551
+ },
1552
+ {
1553
+ "kind": "field",
1554
+ "name": "_numberController",
1555
+ "default": "new InputNumberController(this)"
1556
+ },
1557
+ {
1558
+ "kind": "field",
1559
+ "name": "_passwordController",
1560
+ "default": "new InputPasswordController(this)"
1561
+ }
1562
+ ],
1563
+ "events": [
1564
+ {
1565
+ "description": "Fires when the value of the input changes",
1566
+ "name": "change"
1567
+ },
1568
+ {
1569
+ "description": "Fires when the input is invalid",
1570
+ "name": "invalid"
1571
+ }
1572
+ ],
1573
+ "attributes": [
1574
+ {
1575
+ "type": {
1576
+ "text": "boolean"
1577
+ },
1578
+ "description": "If true, sets disabled state",
1579
+ "name": "disabled"
1580
+ },
1581
+ {
1582
+ "type": {
1583
+ "text": "boolean"
1584
+ },
1585
+ "description": "If true, value is required or must be checked for the form to be submittable",
1586
+ "name": "required"
1587
+ },
1588
+ {
1589
+ "name": "button-aria-label-clear",
1590
+ "type": {
1591
+ "text": "string"
1592
+ },
1593
+ "default": "'Clear input'",
1594
+ "description": "If provided, renders a custom aria-label for the clear button **Notice!** Only applicable to type=search.",
1595
+ "fieldName": "buttonAriaLabelClear"
1596
+ },
1597
+ {
1598
+ "name": "button-aria-label-hide",
1599
+ "type": {
1600
+ "text": "string"
1601
+ },
1602
+ "default": "'Hide password'",
1603
+ "description": "If provided, renders a custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
1604
+ "fieldName": "buttonAriaLabelHide"
1605
+ },
1606
+ {
1607
+ "name": "button-aria-label-show",
1608
+ "type": {
1609
+ "text": "string"
1610
+ },
1611
+ "default": "'Show password'",
1612
+ "description": "If provided, renders a custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
1613
+ "fieldName": "buttonAriaLabelShow"
1614
+ },
1615
+ {
1616
+ "name": "custom-invalid",
1617
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text.",
1618
+ "fieldName": "customInvalid"
1619
+ },
1620
+ {
1621
+ "name": "debug",
1622
+ "type": {
1623
+ "text": "boolean"
1624
+ },
1625
+ "default": "false",
1626
+ "description": "If provided, outputs helping hints in console",
1627
+ "fieldName": "debug"
1628
+ },
1629
+ {
1630
+ "name": "hide-label",
1631
+ "type": {
1632
+ "text": "boolean"
1633
+ },
1634
+ "default": "false",
1635
+ "description": "If true, hides the label visually",
1636
+ "fieldName": "hideLabel"
1637
+ },
1638
+ {
1639
+ "name": "hint",
1640
+ "type": {
1641
+ "text": "string | undefined"
1642
+ },
1643
+ "description": "If provided, displays informational text below the field",
1644
+ "fieldName": "hint"
1645
+ },
1646
+ {
1647
+ "name": "inputmode",
1648
+ "type": {
1649
+ "text": "'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search'"
1650
+ },
1651
+ "default": "'text'",
1652
+ "description": "If provided, tells what keyboard to use if applicable",
1653
+ "fieldName": "inputmode"
1654
+ },
1655
+ {
1656
+ "name": "label",
1657
+ "type": {
1658
+ "text": "string | undefined"
1659
+ },
1660
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
1661
+ "fieldName": "label"
1662
+ },
1663
+ {
1664
+ "name": "leading",
1665
+ "type": {
1666
+ "text": "string | undefined"
1667
+ },
1668
+ "description": "If provided, displays a prefix/adornment before the input-element",
1669
+ "fieldName": "leading"
1670
+ },
1671
+ {
1672
+ "name": "max",
1673
+ "type": {
1674
+ "text": "number | string | undefined"
1675
+ },
1676
+ "description": "If provided, sets the maximum value to accept for this input",
1677
+ "fieldName": "max"
1678
+ },
1679
+ {
1680
+ "name": "maxlength",
1681
+ "type": {
1682
+ "text": "number | undefined"
1683
+ },
1684
+ "description": "If provided, sets the maximum character length to accept for this input",
1685
+ "fieldName": "maxLength"
1686
+ },
1687
+ {
1688
+ "name": "min",
1689
+ "type": {
1690
+ "text": "number | string | undefined"
1691
+ },
1692
+ "description": "If provided, sets the minimum value to accept for this input",
1693
+ "fieldName": "min"
1694
+ },
1695
+ {
1696
+ "name": "minlength",
1697
+ "type": {
1698
+ "text": "number | undefined"
1699
+ },
1700
+ "description": "If provided, sets the minimum character length to accept for this input",
1701
+ "fieldName": "minLength"
1702
+ },
1703
+ {
1704
+ "name": "name",
1705
+ "type": {
1706
+ "text": "string | undefined"
1707
+ },
1708
+ "description": "If provided, adds name to the input-element",
1709
+ "fieldName": "name"
1710
+ },
1711
+ {
1712
+ "name": "pattern",
1713
+ "type": {
1714
+ "text": "string | undefined"
1715
+ },
1716
+ "description": "If provided, adds name to the input-element",
1717
+ "fieldName": "pattern"
1718
+ },
1719
+ {
1720
+ "name": "placeholder",
1721
+ "type": {
1722
+ "text": "string | undefined"
1723
+ },
1724
+ "description": "If provided, displays placeholder text",
1725
+ "fieldName": "placeholder"
1726
+ },
1727
+ {
1728
+ "name": "readonly",
1729
+ "type": {
1730
+ "text": "boolean | undefined"
1731
+ },
1732
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
1733
+ "fieldName": "readonly"
1734
+ },
1735
+ {
1736
+ "name": "required-label",
1737
+ "type": {
1738
+ "text": "string | undefined"
1739
+ },
1740
+ "description": "If provided, renders an alternative A11y text for the asterisk",
1741
+ "fieldName": "requiredLabel"
1742
+ },
1743
+ {
1744
+ "name": "severity",
1745
+ "type": {
1746
+ "text": "FormFieldBaseProps['severity'] | undefined"
1747
+ },
1748
+ "description": "If provided, displays provided severity state",
1749
+ "fieldName": "severity"
1750
+ },
1751
+ {
1752
+ "name": "show-valid",
1753
+ "type": {
1754
+ "text": "boolean | undefined"
1755
+ },
1756
+ "description": "If provided, displays provided severity state",
1757
+ "fieldName": "showValid"
1758
+ },
1759
+ {
1760
+ "name": "size",
1761
+ "type": {
1762
+ "text": "'sm' | 'md' | undefined"
1763
+ },
1764
+ "default": "'md'",
1765
+ "description": "If provided, displays an alternative size",
1766
+ "fieldName": "size"
1767
+ },
1768
+ {
1769
+ "name": "trailing",
1770
+ "type": {
1771
+ "text": "string | undefined"
1772
+ },
1773
+ "description": "If provided, displays a suffix/adornment after the input-element",
1774
+ "fieldName": "trailing"
1775
+ },
1776
+ {
1777
+ "name": "type",
1778
+ "type": {
1779
+ "text": "Exclude<FormFieldBaseProps['type'], 'checkbox' | 'radio'> | undefined"
1780
+ },
1781
+ "default": "'text'",
1782
+ "description": "If provided, changes the type of form control",
1783
+ "fieldName": "type"
1784
+ },
1785
+ {
1786
+ "name": "validate-on",
1787
+ "type": {
1788
+ "text": "'input' | 'change' | 'submit' | undefined"
1789
+ },
1790
+ "default": "'change'",
1791
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
1792
+ "fieldName": "validateOn"
1793
+ },
1794
+ {
1795
+ "name": "value",
1796
+ "type": {
1797
+ "text": "string"
1798
+ },
1799
+ "default": "''",
1800
+ "description": "The current value of the input field",
1801
+ "fieldName": "value"
1802
+ }
1803
+ ],
1804
+ "superclass": {
1805
+ "name": "FormBase",
1806
+ "package": "@internal/components/formBase.js"
1807
+ },
1808
+ "tagName": "skf-input",
1809
+ "customElement": true
1810
+ }
1811
+ ],
1812
+ "exports": [
1813
+ {
1814
+ "kind": "js",
1815
+ "name": "SkfInput",
1816
+ "declaration": {
1817
+ "name": "SkfInput",
1818
+ "module": "src/components/input/input.component.ts"
1819
+ }
1820
+ }
1821
+ ]
1822
+ },
1823
+ {
1824
+ "kind": "javascript-module",
1825
+ "path": "src/components/link/link.component.ts",
1826
+ "declarations": [
1827
+ {
1828
+ "kind": "class",
1829
+ "description": "The `<skf-link>` can be used as either a regular link or a link styled semantic button",
1830
+ "name": "SkfLink",
1831
+ "slots": [
1832
+ {
1833
+ "type": {
1834
+ "text": "string"
1835
+ },
1836
+ "description": "The links' main content",
1837
+ "name": ""
1838
+ }
1839
+ ],
1840
+ "members": [
1841
+ {
1842
+ "kind": "field",
1843
+ "name": "_onClick",
1844
+ "type": {
1845
+ "text": "(event: Event, route?: string) => void | undefined"
1846
+ },
1847
+ "privacy": "private"
1848
+ },
1849
+ {
1850
+ "kind": "field",
1851
+ "name": "as",
1852
+ "type": {
1853
+ "text": "'button' | 'a'"
1854
+ },
1855
+ "default": "'a'",
1856
+ "description": "Specifies semantic element to render -",
1857
+ "attribute": "as",
1858
+ "reflects": true
1859
+ },
1860
+ {
1861
+ "kind": "field",
1862
+ "name": "color",
1863
+ "type": {
1864
+ "text": "'primary' | 'inverse'"
1865
+ },
1866
+ "default": "'primary'",
1867
+ "attribute": "color",
1868
+ "reflects": true
1869
+ },
1870
+ {
1871
+ "kind": "field",
1872
+ "name": "disabled",
1873
+ "type": {
1874
+ "text": "boolean | undefined"
1875
+ },
1876
+ "description": "If true, disables the link",
1877
+ "attribute": "disabled",
1878
+ "reflects": true
1879
+ },
1880
+ {
1881
+ "kind": "field",
1882
+ "name": "download",
1883
+ "type": {
1884
+ "text": "string | undefined"
1885
+ },
1886
+ "description": "If provided, downloads the url",
1887
+ "attribute": "download"
1888
+ },
1889
+ {
1890
+ "kind": "field",
1891
+ "name": "href",
1892
+ "type": {
1893
+ "text": "string | undefined"
1894
+ },
1895
+ "description": "If provided, loads url on click",
1896
+ "attribute": "href",
1897
+ "reflects": true
1898
+ },
1899
+ {
1900
+ "kind": "field",
1901
+ "name": "icon",
1902
+ "type": {
1903
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
1904
+ },
1905
+ "description": "If provided, renders an icon before or after the text",
1906
+ "attribute": "icon"
1907
+ },
1908
+ {
1909
+ "kind": "field",
1910
+ "name": "iconPlacement",
1911
+ "type": {
1912
+ "text": "'left' | 'right'"
1913
+ },
1914
+ "default": "'left'",
1915
+ "description": "Position of the icon in relation to the text -",
1916
+ "attribute": "icon-placement",
1917
+ "reflects": true
1918
+ },
1919
+ {
1920
+ "kind": "field",
1921
+ "name": "rel",
1922
+ "type": {
1923
+ "text": "string"
1924
+ },
1925
+ "default": "'noreferrer noopener'",
1926
+ "description": "Specifies the relationship of the target object to the link object -",
1927
+ "attribute": "rel"
1928
+ },
1929
+ {
1930
+ "kind": "field",
1931
+ "name": "route",
1932
+ "type": {
1933
+ "text": "string | undefined"
1934
+ },
1935
+ "description": "If provided, used on conjunction with onClick property, second argument",
1936
+ "attribute": "route",
1937
+ "reflects": true
1938
+ },
1939
+ {
1940
+ "kind": "field",
1941
+ "name": "stretch",
1942
+ "type": {
1943
+ "text": "boolean | undefined"
1944
+ },
1945
+ "description": "If true, fills the parents horizontal axis",
1946
+ "attribute": "stretch",
1947
+ "reflects": true
1948
+ },
1949
+ {
1950
+ "kind": "field",
1951
+ "name": "target",
1952
+ "type": {
1953
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1954
+ },
1955
+ "description": "If provided, specifies where to open the linked document",
1956
+ "attribute": "target"
1957
+ },
1958
+ {
1959
+ "kind": "field",
1960
+ "name": "type",
1961
+ "type": {
1962
+ "text": "'button' | 'submit' | 'reset'"
1963
+ },
1964
+ "default": "'button'",
1965
+ "description": "Type of button -",
1966
+ "attribute": "type"
1967
+ },
1968
+ {
1969
+ "kind": "field",
1970
+ "name": "onClick",
1971
+ "description": "If provided, custom function triggered by click where the second return parameter enables custom routing.",
1972
+ "type": {
1973
+ "text": "function"
1974
+ }
1975
+ }
1976
+ ],
1977
+ "attributes": [
1978
+ {
1979
+ "name": "as",
1980
+ "type": {
1981
+ "text": "'button' | 'a'"
1982
+ },
1983
+ "default": "'a'",
1984
+ "description": "Specifies semantic element to render -",
1985
+ "fieldName": "as"
1986
+ },
1987
+ {
1988
+ "name": "color",
1989
+ "type": {
1990
+ "text": "'primary' | 'inverse'"
1991
+ },
1992
+ "default": "'primary'",
1993
+ "fieldName": "color"
1994
+ },
1995
+ {
1996
+ "name": "disabled",
1997
+ "type": {
1998
+ "text": "boolean | undefined"
1999
+ },
2000
+ "description": "If true, disables the link",
2001
+ "fieldName": "disabled"
2002
+ },
2003
+ {
2004
+ "name": "download",
2005
+ "type": {
2006
+ "text": "string | undefined"
2007
+ },
2008
+ "description": "If provided, downloads the url",
2009
+ "fieldName": "download"
2010
+ },
2011
+ {
2012
+ "name": "href",
2013
+ "type": {
2014
+ "text": "string | undefined"
2015
+ },
2016
+ "description": "If provided, loads url on click",
2017
+ "fieldName": "href"
2018
+ },
2019
+ {
2020
+ "name": "icon",
2021
+ "type": {
2022
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
2023
+ },
2024
+ "description": "If provided, renders an icon before or after the text",
2025
+ "fieldName": "icon"
2026
+ },
2027
+ {
2028
+ "name": "icon-placement",
2029
+ "type": {
2030
+ "text": "'left' | 'right'"
2031
+ },
2032
+ "default": "'left'",
2033
+ "description": "Position of the icon in relation to the text -",
2034
+ "fieldName": "iconPlacement"
2035
+ },
2036
+ {
2037
+ "name": "rel",
2038
+ "type": {
2039
+ "text": "string"
2040
+ },
2041
+ "default": "'noreferrer noopener'",
2042
+ "description": "Specifies the relationship of the target object to the link object -",
2043
+ "fieldName": "rel"
2044
+ },
2045
+ {
2046
+ "name": "route",
2047
+ "type": {
2048
+ "text": "string | undefined"
2049
+ },
2050
+ "description": "If provided, used on conjunction with onClick property, second argument",
2051
+ "fieldName": "route"
2052
+ },
2053
+ {
2054
+ "name": "stretch",
2055
+ "type": {
2056
+ "text": "boolean | undefined"
2057
+ },
2058
+ "description": "If true, fills the parents horizontal axis",
2059
+ "fieldName": "stretch"
2060
+ },
2061
+ {
2062
+ "name": "target",
2063
+ "type": {
2064
+ "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
2065
+ },
2066
+ "description": "If provided, specifies where to open the linked document",
2067
+ "fieldName": "target"
2068
+ },
2069
+ {
2070
+ "name": "type",
2071
+ "type": {
2072
+ "text": "'button' | 'submit' | 'reset'"
2073
+ },
2074
+ "default": "'button'",
2075
+ "description": "Type of button -",
2076
+ "fieldName": "type"
2077
+ }
2078
+ ],
2079
+ "superclass": {
2080
+ "name": "SkfElement",
2081
+ "package": "@internal/components/skf-element.js"
2082
+ },
2083
+ "tagName": "skf-link",
2084
+ "customElement": true
2085
+ }
2086
+ ],
2087
+ "exports": [
2088
+ {
2089
+ "kind": "js",
2090
+ "name": "SkfLink",
2091
+ "declaration": {
2092
+ "name": "SkfLink",
2093
+ "module": "src/components/link/link.component.ts"
2094
+ }
2095
+ }
2096
+ ]
2097
+ },
2098
+ {
2099
+ "kind": "javascript-module",
2100
+ "path": "src/components/loader/loader.component.ts",
2101
+ "declarations": [
2102
+ {
2103
+ "kind": "class",
2104
+ "description": "The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities.",
2105
+ "name": "SkfLoader",
2106
+ "members": [
2107
+ {
2108
+ "kind": "field",
2109
+ "name": "ariaLabel",
2110
+ "type": {
2111
+ "text": "string"
2112
+ },
2113
+ "default": "'Loading...'",
2114
+ "attribute": "aria-label",
2115
+ "reflects": true
2116
+ },
2117
+ {
2118
+ "kind": "field",
2119
+ "name": "invert",
2120
+ "type": {
2121
+ "text": "boolean"
2122
+ },
2123
+ "default": "false",
2124
+ "description": "If true, inverts the color (to be used on colored backgrounds)",
2125
+ "attribute": "invert"
2126
+ },
2127
+ {
2128
+ "kind": "field",
2129
+ "name": "size",
2130
+ "type": {
2131
+ "text": "'md' | 'sm' | undefined"
2132
+ },
2133
+ "default": "'md'",
2134
+ "description": "If provided, displays an alternative size",
2135
+ "attribute": "size",
2136
+ "reflects": true
2137
+ }
2138
+ ],
2139
+ "attributes": [
2140
+ {
2141
+ "name": "aria-label",
2142
+ "type": {
2143
+ "text": "string"
2144
+ },
2145
+ "default": "'Loading...'",
2146
+ "fieldName": "ariaLabel"
2147
+ },
2148
+ {
2149
+ "name": "invert",
2150
+ "type": {
2151
+ "text": "boolean"
2152
+ },
2153
+ "default": "false",
2154
+ "description": "If true, inverts the color (to be used on colored backgrounds)",
2155
+ "fieldName": "invert"
2156
+ },
2157
+ {
2158
+ "name": "size",
2159
+ "type": {
2160
+ "text": "'md' | 'sm' | undefined"
2161
+ },
2162
+ "default": "'md'",
2163
+ "description": "If provided, displays an alternative size",
2164
+ "fieldName": "size"
2165
+ }
2166
+ ],
2167
+ "superclass": {
2168
+ "name": "SkfElement",
2169
+ "package": "@internal/components/skf-element.js"
2170
+ },
2171
+ "tagName": "skf-loader",
2172
+ "customElement": true
2173
+ }
2174
+ ],
2175
+ "exports": [
2176
+ {
2177
+ "kind": "js",
2178
+ "name": "SkfLoader",
2179
+ "declaration": {
2180
+ "name": "SkfLoader",
2181
+ "module": "src/components/loader/loader.component.ts"
2182
+ }
2183
+ }
2184
+ ]
2185
+ },
2186
+ {
2187
+ "kind": "javascript-module",
2188
+ "path": "src/components/logo/logo.component.ts",
2189
+ "declarations": [
2190
+ {
2191
+ "kind": "class",
2192
+ "description": "The `<skf-logo>` component is used to display the SKF logo.",
2193
+ "name": "SkfLogo",
2194
+ "cssProperties": [
2195
+ {
2196
+ "description": "The height of the logo",
2197
+ "name": "--skf-logo-height"
2198
+ }
2199
+ ],
2200
+ "members": [
2201
+ {
2202
+ "kind": "field",
2203
+ "name": "title",
2204
+ "type": {
2205
+ "text": "string"
2206
+ },
2207
+ "default": "'SKF logotype'",
2208
+ "description": "The title of the logo",
2209
+ "attribute": "title"
2210
+ },
2211
+ {
2212
+ "kind": "field",
2213
+ "name": "color",
2214
+ "type": {
2215
+ "text": "\"primary\" | \"secondary\" | \"inverse\""
2216
+ },
2217
+ "default": "'primary'",
2218
+ "description": "If provided, sets color of the logo",
2219
+ "attribute": "color"
2220
+ }
2221
+ ],
2222
+ "attributes": [
2223
+ {
2224
+ "name": "title",
2225
+ "type": {
2226
+ "text": "string"
2227
+ },
2228
+ "default": "'SKF logotype'",
2229
+ "description": "The title of the logo",
2230
+ "fieldName": "title"
2231
+ },
2232
+ {
2233
+ "name": "color",
2234
+ "type": {
2235
+ "text": "\"primary\" | \"secondary\" | \"inverse\""
2236
+ },
2237
+ "default": "'primary'",
2238
+ "description": "If provided, sets color of the logo",
2239
+ "fieldName": "color"
2240
+ }
2241
+ ],
2242
+ "superclass": {
2243
+ "name": "SkfElement",
2244
+ "package": "@internal/components/skf-element.js"
2245
+ },
2246
+ "tagName": "skf-logo",
2247
+ "customElement": true
2248
+ }
2249
+ ],
2250
+ "exports": [
2251
+ {
2252
+ "kind": "js",
2253
+ "name": "SkfLogo",
2254
+ "declaration": {
2255
+ "name": "SkfLogo",
2256
+ "module": "src/components/logo/logo.component.ts"
2257
+ }
2258
+ }
2259
+ ]
2260
+ },
2261
+ {
2262
+ "kind": "javascript-module",
2263
+ "path": "src/components/radio/radio.component.ts",
2264
+ "declarations": [
2265
+ {
2266
+ "kind": "class",
2267
+ "description": "The `<skf-radio>` component is used to create a radio input",
2268
+ "name": "SkfRadio",
2269
+ "slots": [
2270
+ {
2271
+ "description": " Alternatively, you can use the `label` attribute",
2272
+ "name": "Default"
2273
+ }
2274
+ ],
2275
+ "members": [
2276
+ {
2277
+ "kind": "field",
2278
+ "name": "debug",
2279
+ "type": {
2280
+ "text": "boolean"
2281
+ },
2282
+ "default": "false",
2283
+ "description": "If provided, outputs helping hints in console",
2284
+ "attribute": "debug"
2285
+ },
2286
+ {
2287
+ "kind": "field",
2288
+ "name": "checked",
2289
+ "type": {
2290
+ "text": "boolean | undefined"
2291
+ },
2292
+ "description": "If true, outputs helping hints in console",
2293
+ "attribute": "checked",
2294
+ "reflects": true
2295
+ },
2296
+ {
2297
+ "kind": "field",
2298
+ "name": "customInvalid",
2299
+ "type": {
2300
+ "text": "boolean | undefined"
2301
+ },
2302
+ "description": "If true, forces component to invalid state until removed",
2303
+ "attribute": "custom-invalid"
2304
+ },
2305
+ {
2306
+ "kind": "field",
2307
+ "name": "hideLabel",
2308
+ "type": {
2309
+ "text": "boolean"
2310
+ },
2311
+ "default": "false",
2312
+ "description": "If true, hides the label visually",
2313
+ "attribute": "hide-label",
2314
+ "reflects": true
2315
+ },
2316
+ {
2317
+ "kind": "field",
2318
+ "name": "label",
2319
+ "type": {
2320
+ "text": "string | undefined"
2321
+ },
2322
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
2323
+ "attribute": "label"
2324
+ },
2325
+ {
2326
+ "kind": "field",
2327
+ "name": "name",
2328
+ "type": {
2329
+ "text": "string | undefined"
2330
+ },
2331
+ "description": "If provided, adds name to the input-element",
2332
+ "attribute": "name"
2333
+ },
2334
+ {
2335
+ "kind": "field",
2336
+ "name": "requiredLabel",
2337
+ "type": {
2338
+ "text": "string | undefined"
2339
+ },
2340
+ "description": "If provided, renders an alternative A11y text for the asterisk",
2341
+ "attribute": "required-label"
2342
+ },
2343
+ {
2344
+ "kind": "field",
2345
+ "name": "size",
2346
+ "type": {
2347
+ "text": "'sm' | 'md' | undefined"
2348
+ },
2349
+ "default": "'md'",
2350
+ "description": "If provided, displays an alternative size",
2351
+ "attribute": "size",
2352
+ "reflects": true
2353
+ },
2354
+ {
2355
+ "kind": "field",
2356
+ "name": "severity",
2357
+ "type": {
2358
+ "text": "FormFieldBaseProps['severity'] | undefined"
2359
+ },
2360
+ "description": "If provided, displays provided severity state",
2361
+ "attribute": "severity",
2362
+ "reflects": true
2363
+ },
2364
+ {
2365
+ "kind": "field",
2366
+ "name": "showValid",
2367
+ "type": {
2368
+ "text": "boolean | undefined"
2369
+ },
2370
+ "description": "If provided, displays valid state after interaction",
2371
+ "attribute": "show-valid"
2372
+ },
2373
+ {
2374
+ "kind": "field",
2375
+ "name": "value",
2376
+ "type": {
2377
+ "text": "string"
2378
+ },
2379
+ "default": "''",
2380
+ "description": "The current value of the input field",
2381
+ "attribute": "value"
2382
+ },
2383
+ {
2384
+ "kind": "method",
2385
+ "name": "debugOutput"
2386
+ }
2387
+ ],
2388
+ "events": [
2389
+ {
2390
+ "description": "{object} - When the value of the input changes",
2391
+ "name": "change"
2392
+ }
2393
+ ],
2394
+ "attributes": [
2395
+ {
2396
+ "type": {
2397
+ "text": "boolean"
2398
+ },
2399
+ "description": "If true, sets disabled state",
2400
+ "name": "disabled"
2401
+ },
2402
+ {
2403
+ "type": {
2404
+ "text": "boolean"
2405
+ },
2406
+ "description": "If true, value is required or must be checked for the form to be submittable",
2407
+ "name": "required"
2408
+ },
2409
+ {
2410
+ "name": "debug",
2411
+ "type": {
2412
+ "text": "boolean"
2413
+ },
2414
+ "default": "false",
2415
+ "description": "If provided, outputs helping hints in console",
2416
+ "fieldName": "debug"
2417
+ },
2418
+ {
2419
+ "name": "checked",
2420
+ "type": {
2421
+ "text": "boolean | undefined"
2422
+ },
2423
+ "description": "If true, outputs helping hints in console",
2424
+ "fieldName": "checked"
2425
+ },
2426
+ {
2427
+ "name": "custom-invalid",
2428
+ "type": {
2429
+ "text": "boolean | undefined"
2430
+ },
2431
+ "description": "If true, forces component to invalid state until removed",
2432
+ "fieldName": "customInvalid"
2433
+ },
2434
+ {
2435
+ "name": "hide-label",
2436
+ "type": {
2437
+ "text": "boolean"
2438
+ },
2439
+ "default": "false",
2440
+ "description": "If true, hides the label visually",
2441
+ "fieldName": "hideLabel"
2442
+ },
2443
+ {
2444
+ "name": "label",
2445
+ "type": {
2446
+ "text": "string | undefined"
2447
+ },
2448
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
2449
+ "fieldName": "label"
2450
+ },
2451
+ {
2452
+ "name": "name",
2453
+ "type": {
2454
+ "text": "string | undefined"
2455
+ },
2456
+ "description": "If provided, adds name to the input-element",
2457
+ "fieldName": "name"
2458
+ },
2459
+ {
2460
+ "name": "required-label",
2461
+ "type": {
2462
+ "text": "string | undefined"
2463
+ },
2464
+ "description": "If provided, renders an alternative A11y text for the asterisk",
2465
+ "fieldName": "requiredLabel"
2466
+ },
2467
+ {
2468
+ "name": "size",
2469
+ "type": {
2470
+ "text": "'sm' | 'md' | undefined"
2471
+ },
2472
+ "default": "'md'",
2473
+ "description": "If provided, displays an alternative size",
2474
+ "fieldName": "size"
2475
+ },
2476
+ {
2477
+ "name": "severity",
2478
+ "type": {
2479
+ "text": "FormFieldBaseProps['severity'] | undefined"
2480
+ },
2481
+ "description": "If provided, displays provided severity state",
2482
+ "fieldName": "severity"
2483
+ },
2484
+ {
2485
+ "name": "show-valid",
2486
+ "type": {
2487
+ "text": "boolean | undefined"
2488
+ },
2489
+ "description": "If provided, displays valid state after interaction",
2490
+ "fieldName": "showValid"
2491
+ },
2492
+ {
2493
+ "name": "value",
2494
+ "type": {
2495
+ "text": "string"
2496
+ },
2497
+ "default": "''",
2498
+ "description": "The current value of the input field",
2499
+ "fieldName": "value"
2500
+ }
2501
+ ],
2502
+ "superclass": {
2503
+ "name": "FormBase",
2504
+ "package": "@internal/components/formBase.js"
2505
+ },
2506
+ "tagName": "skf-radio",
2507
+ "customElement": true
2508
+ }
2509
+ ],
2510
+ "exports": [
2511
+ {
2512
+ "kind": "js",
2513
+ "name": "SkfRadio",
2514
+ "declaration": {
2515
+ "name": "SkfRadio",
2516
+ "module": "src/components/radio/radio.component.ts"
2517
+ }
2518
+ }
2519
+ ]
2520
+ },
2521
+ {
2522
+ "kind": "javascript-module",
2523
+ "path": "src/components/switch/switch.component.ts",
2524
+ "declarations": [
2525
+ {
2526
+ "kind": "class",
2527
+ "description": "The `<skf-switch>` is a component that displays a list of actions or options",
2528
+ "name": "SkfSwitch",
2529
+ "slots": [
2530
+ {
2531
+ "description": "The component's placeholder content",
2532
+ "name": ""
2533
+ }
2534
+ ],
2535
+ "members": [
2536
+ {
2537
+ "kind": "field",
2538
+ "name": "debug",
2539
+ "type": {
2540
+ "text": "boolean | undefined"
2541
+ },
2542
+ "description": "If true, outputs helping hints in console",
2543
+ "attribute": "debug"
2544
+ },
2545
+ {
2546
+ "kind": "field",
2547
+ "name": "checked",
2548
+ "type": {
2549
+ "text": "boolean | undefined"
2550
+ },
2551
+ "description": "If true, outputs helping hints in console",
2552
+ "attribute": "checked",
2553
+ "reflects": true
2554
+ },
2555
+ {
2556
+ "kind": "field",
2557
+ "name": "hideLabel",
2558
+ "type": {
2559
+ "text": "boolean | undefined"
2560
+ },
2561
+ "description": "If true, hides the label visually",
2562
+ "attribute": "hide-label",
2563
+ "reflects": true
2564
+ },
2565
+ {
2566
+ "kind": "field",
2567
+ "name": "label",
2568
+ "type": {
2569
+ "text": "string | undefined"
2570
+ },
2571
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
2572
+ "attribute": "label"
2573
+ },
2574
+ {
2575
+ "kind": "field",
2576
+ "name": "name",
2577
+ "type": {
2578
+ "text": "string | undefined"
2579
+ },
2580
+ "description": "If defined, adds name to the input-element",
2581
+ "attribute": "name"
2582
+ },
2583
+ {
2584
+ "kind": "field",
2585
+ "name": "requiredLabel",
2586
+ "type": {
2587
+ "text": "string | undefined"
2588
+ },
2589
+ "description": "If defined, renders an alternative A11y text for the asterisk",
2590
+ "attribute": "required-label"
2591
+ },
2592
+ {
2593
+ "kind": "field",
2594
+ "name": "size",
2595
+ "type": {
2596
+ "text": "'sm' | 'md'"
2597
+ },
2598
+ "default": "'md'",
2599
+ "description": "Size of the Switch",
2600
+ "attribute": "size",
2601
+ "reflects": true
2602
+ },
2603
+ {
2604
+ "kind": "field",
2605
+ "name": "value",
2606
+ "type": {
2607
+ "text": "string"
2608
+ },
2609
+ "default": "''",
2610
+ "description": "The current value of the input field",
2611
+ "attribute": "value"
2612
+ },
2613
+ {
2614
+ "kind": "method",
2615
+ "name": "debugOutput"
2616
+ }
2617
+ ],
2618
+ "attributes": [
2619
+ {
2620
+ "type": {
2621
+ "text": "boolean"
2622
+ },
2623
+ "description": "If true, sets disabled state",
2624
+ "name": "disabled"
2625
+ },
2626
+ {
2627
+ "type": {
2628
+ "text": "boolean"
2629
+ },
2630
+ "description": "If true, value is required or must be checked for the form to be submittable",
2631
+ "name": "required"
2632
+ },
2633
+ {
2634
+ "name": "debug",
2635
+ "type": {
2636
+ "text": "boolean | undefined"
2637
+ },
2638
+ "description": "If true, outputs helping hints in console",
2639
+ "fieldName": "debug"
2640
+ },
2641
+ {
2642
+ "name": "checked",
2643
+ "type": {
2644
+ "text": "boolean | undefined"
2645
+ },
2646
+ "description": "If true, outputs helping hints in console",
2647
+ "fieldName": "checked"
2648
+ },
2649
+ {
2650
+ "name": "hide-label",
2651
+ "type": {
2652
+ "text": "boolean | undefined"
2653
+ },
2654
+ "description": "If true, hides the label visually",
2655
+ "fieldName": "hideLabel"
2656
+ },
2657
+ {
2658
+ "name": "label",
2659
+ "type": {
2660
+ "text": "string | undefined"
2661
+ },
2662
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
2663
+ "fieldName": "label"
2664
+ },
2665
+ {
2666
+ "name": "name",
2667
+ "type": {
2668
+ "text": "string | undefined"
2669
+ },
2670
+ "description": "If defined, adds name to the input-element",
2671
+ "fieldName": "name"
2672
+ },
2673
+ {
2674
+ "name": "required-label",
2675
+ "type": {
2676
+ "text": "string | undefined"
2677
+ },
2678
+ "description": "If defined, renders an alternative A11y text for the asterisk",
2679
+ "fieldName": "requiredLabel"
2680
+ },
2681
+ {
2682
+ "name": "size",
2683
+ "type": {
2684
+ "text": "'sm' | 'md'"
2685
+ },
2686
+ "default": "'md'",
2687
+ "description": "Size of the Switch",
2688
+ "fieldName": "size"
2689
+ },
2690
+ {
2691
+ "name": "value",
2692
+ "type": {
2693
+ "text": "string"
2694
+ },
2695
+ "default": "''",
2696
+ "description": "The current value of the input field",
2697
+ "fieldName": "value"
2698
+ }
2699
+ ],
2700
+ "superclass": {
2701
+ "name": "FormBase",
2702
+ "package": "@internal/components/formBase.js"
2703
+ },
2704
+ "tagName": "skf-switch",
2705
+ "customElement": true
2706
+ }
2707
+ ],
2708
+ "exports": [
2709
+ {
2710
+ "kind": "js",
2711
+ "name": "SkfSwitch",
2712
+ "declaration": {
2713
+ "name": "SkfSwitch",
2714
+ "module": "src/components/switch/switch.component.ts"
2715
+ }
2716
+ }
2717
+ ]
2718
+ },
2719
+ {
2720
+ "kind": "javascript-module",
2721
+ "path": "src/components/tag/tag.component.ts",
2722
+ "declarations": [
2723
+ {
2724
+ "kind": "class",
2725
+ "description": "The `<skf-tag>` is a component that displays a list of actions or options",
2726
+ "name": "SkfTag",
2727
+ "slots": [
2728
+ {
2729
+ "description": "The component's placeholder content",
2730
+ "name": ""
2731
+ }
2732
+ ],
2733
+ "members": [
2734
+ {
2735
+ "kind": "field",
2736
+ "name": "size",
2737
+ "type": {
2738
+ "text": "'sm' | 'md' | 'lg'"
2739
+ },
2740
+ "default": "'md'",
2741
+ "description": "Specifies Tag size -",
2742
+ "attribute": "size",
2743
+ "reflects": true
2744
+ },
2745
+ {
2746
+ "kind": "field",
2747
+ "name": "icon",
2748
+ "type": {
2749
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
2750
+ },
2751
+ "description": "If defined, displays leading/provided icon -",
2752
+ "attribute": "icon"
2753
+ },
2754
+ {
2755
+ "kind": "field",
2756
+ "name": "color",
2757
+ "type": {
2758
+ "text": "\"warning\" | \"success\" | \"info\" | \"error\" | \"alert\""
2759
+ },
2760
+ "description": "If defined, gives the supplied appearance -",
2761
+ "attribute": "color",
2762
+ "reflects": true
2763
+ },
2764
+ {
2765
+ "kind": "field",
2766
+ "name": "removable",
2767
+ "type": {
2768
+ "text": "boolean | undefined"
2769
+ },
2770
+ "description": "If true, adds trailing button to remove tag",
2771
+ "attribute": "removable"
2772
+ }
2773
+ ],
2774
+ "attributes": [
2775
+ {
2776
+ "name": "size",
2777
+ "type": {
2778
+ "text": "'sm' | 'md' | 'lg'"
2779
+ },
2780
+ "default": "'md'",
2781
+ "description": "Specifies Tag size -",
2782
+ "fieldName": "size"
2783
+ },
2784
+ {
2785
+ "name": "icon",
2786
+ "type": {
2787
+ "text": "\"arrowDown\" | \"arrowDownUp\" | \"arrowLeft\" | \"arrowRight\" | \"arrowUp\" | \"article\" | \"artificialIntelligence\" | \"asset\" | \"attachment\" | \"bandCursor\" | \"bands\" | \"batteryEmpty\" | \"batteryFull\" | \"batteryLow\" | \"bearingFault\" | \"book\" | \"bulb\" | \"burger\" | \"cPM\" | \"calendar\" | \"calendarBooked\" | \"calendarEmpty\" | \"calendarNotBooked\" | \"calendarRecurring\" | \"caretDown\" | \"caretUp\" | \"caretUpDown\" | \"chat\" | \"check\" | \"checkCircle\" | \"checkSmall\" | \"chevronDown\" | \"chevronLeft\" | \"chevronRight\" | \"chevronUp\" | \"chevronUpDown\" | \"close\" | \"closeAllFaults\" | \"closeFault\" | \"closeSmall\" | \"columnGraph\" | \"comment\" | \"connection1\" | \"connection2\" | \"connection3\" | \"connection4\" | \"danger\" | \"defectFrequencies\" | \"defectFrequenciesAlternative\" | \"doubleChevronLeft\" | \"doubleChevronRight\" | \"download\" | \"draft\" | \"draftFilled\" | \"draftOutlined\" | \"dragNDrop\" | \"drop\" | \"duplicate\" | \"edit\" | \"emailFilled\" | \"emailOutlined\" | \"exclamation\" | \"eye\" | \"eyeHidden\" | \"eyeVisible\" | \"filter\" | \"forbidden\" | \"fullScreen\" | \"fullScreenExit\" | \"functionalLocation\" | \"harmonicCursor\" | \"heatmap\" | \"hierarchy\" | \"history\" | \"historyAlt\" | \"hourglassFramedFilled\" | \"hourglassFramedOutlined\" | \"hourglassOutlined\" | \"hz\" | \"iMX\" | \"image\" | \"infoCircleFilled\" | \"infoCircleOutlined\" | \"integration\" | \"kebab\" | \"link\" | \"listGroup\" | \"listItem\" | \"locationPin\" | \"lock\" | \"logOut\" | \"meatballs\" | \"microphone\" | \"minus\" | \"minusSmall\" | \"noData\" | \"o\" | \"openInNew\" | \"overlayBaseline\" | \"pDF\" | \"paper\" | \"pause\" | \"pieChart\" | \"pin\" | \"play\" | \"plus\" | \"powerOff\" | \"printer\" | \"proCollect\" | \"recAction\" | \"received\" | \"refresh\" | \"reorder\" | \"replace\" | \"reply\" | \"rewalkableRoute\" | \"routes\" | \"search\" | \"send\" | \"sensorA\" | \"sensorB\" | \"settings\" | \"sidebandCursor\" | \"singleCursor\" | \"spectrum\" | \"starFilled\" | \"starOutlined\" | \"statusCircle\" | \"stop\" | \"structuralVibration\" | \"sync\" | \"timewave\" | \"trash\" | \"trend\" | \"trendingUp\" | \"undo\" | \"unknownCircle\" | \"unknownDiamond\" | \"unlink\" | \"unlock\" | \"unscheduledAction\" | \"upload\" | \"user\" | \"viewFull\" | \"viewHorizontal\" | \"viewVertical\" | \"warning\" | \"warningCircle\" | \"warningDiamond\" | \"zoomIn\" | \"zoomOut\""
2788
+ },
2789
+ "description": "If defined, displays leading/provided icon -",
2790
+ "fieldName": "icon"
2791
+ },
2792
+ {
2793
+ "name": "color",
2794
+ "type": {
2795
+ "text": "\"warning\" | \"success\" | \"info\" | \"error\" | \"alert\""
2796
+ },
2797
+ "description": "If defined, gives the supplied appearance -",
2798
+ "fieldName": "color"
2799
+ },
2800
+ {
2801
+ "name": "removable",
2802
+ "type": {
2803
+ "text": "boolean | undefined"
2804
+ },
2805
+ "description": "If true, adds trailing button to remove tag",
2806
+ "fieldName": "removable"
2807
+ }
2808
+ ],
2809
+ "superclass": {
2810
+ "name": "SkfElement",
2811
+ "package": "@internal/components/skf-element"
2812
+ },
2813
+ "tagName": "skf-tag",
2814
+ "customElement": true
2815
+ }
2816
+ ],
2817
+ "exports": [
2818
+ {
2819
+ "kind": "js",
2820
+ "name": "SkfTag",
2821
+ "declaration": {
2822
+ "name": "SkfTag",
2823
+ "module": "src/components/tag/tag.component.ts"
2824
+ }
2825
+ }
2826
+ ]
2827
+ },
2828
+ {
2829
+ "kind": "javascript-module",
2830
+ "path": "src/components/textarea/textarea.component.ts",
2831
+ "declarations": [
2832
+ {
2833
+ "kind": "class",
2834
+ "description": "The skf-textarea is used to create a textarea. Use it inside a form element or wherever you like.",
2835
+ "name": "SkfTextArea",
2836
+ "slots": [
2837
+ {
2838
+ "description": "textareas label. Alternatively, you can use the `label` attribute.",
2839
+ "name": "The"
2840
+ }
2841
+ ],
2842
+ "members": [
2843
+ {
2844
+ "kind": "field",
2845
+ "name": "customError",
2846
+ "type": {
2847
+ "text": "string | undefined"
2848
+ },
2849
+ "privacy": "private"
2850
+ },
2851
+ {
2852
+ "kind": "field",
2853
+ "name": "cols",
2854
+ "type": {
2855
+ "text": "number"
2856
+ },
2857
+ "default": "20",
2858
+ "description": "If provided, sets the cols of the textarea",
2859
+ "attribute": "cols"
2860
+ },
2861
+ {
2862
+ "kind": "field",
2863
+ "name": "customInvalid",
2864
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text.",
2865
+ "attribute": "custom-invalid",
2866
+ "reflects": true
2867
+ },
2868
+ {
2869
+ "kind": "field",
2870
+ "name": "debug",
2871
+ "type": {
2872
+ "text": "boolean"
2873
+ },
2874
+ "default": "false",
2875
+ "description": "If provided, outputs helping hints in console",
2876
+ "attribute": "debug"
2877
+ },
2878
+ {
2879
+ "kind": "field",
2880
+ "name": "hideLabel",
2881
+ "type": {
2882
+ "text": "boolean"
2883
+ },
2884
+ "default": "false",
2885
+ "description": "hide-label - If true, hides the label visually",
2886
+ "attribute": "hide-label"
2887
+ },
2888
+ {
2889
+ "kind": "field",
2890
+ "name": "hint",
2891
+ "type": {
2892
+ "text": "string | undefined"
2893
+ },
2894
+ "description": "If provided, displays informational text below the field",
2895
+ "attribute": "hint"
2896
+ },
2897
+ {
2898
+ "kind": "field",
2899
+ "name": "label",
2900
+ "type": {
2901
+ "text": "string"
2902
+ },
2903
+ "default": "'Default label'",
2904
+ "description": "The input's label. Alternatively, you can use the component slot.",
2905
+ "attribute": "label"
2906
+ },
2907
+ {
2908
+ "kind": "field",
2909
+ "name": "name",
2910
+ "type": {
2911
+ "text": "string | undefined"
2912
+ },
2913
+ "description": "If provided, adds name to the input-element",
2914
+ "attribute": "name"
2915
+ },
2916
+ {
2917
+ "kind": "field",
2918
+ "name": "maxLength",
2919
+ "type": {
2920
+ "text": "number | undefined"
2921
+ },
2922
+ "description": "If provided, sets the maximum character length to accept for this input",
2923
+ "attribute": "maxlength"
2924
+ },
2925
+ {
2926
+ "kind": "field",
2927
+ "name": "minLength",
2928
+ "type": {
2929
+ "text": "number | undefined"
2930
+ },
2931
+ "description": "If provided, sets the minimum character length to accept for this input",
2932
+ "attribute": "minlength"
2933
+ },
2934
+ {
2935
+ "kind": "field",
2936
+ "name": "placeholder",
2937
+ "type": {
2938
+ "text": "string | undefined"
2939
+ },
2940
+ "description": "If provided, displays placeholder text",
2941
+ "attribute": "placeholder"
2942
+ },
2943
+ {
2944
+ "kind": "field",
2945
+ "name": "readonly",
2946
+ "type": {
2947
+ "text": "boolean | undefined"
2948
+ },
2949
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
2950
+ "attribute": "readonly"
2951
+ },
2952
+ {
2953
+ "kind": "field",
2954
+ "name": "requiredLabel",
2955
+ "type": {
2956
+ "text": "string | undefined"
2957
+ },
2958
+ "description": "If provided, renders an alternative A11y text for the asterisk",
2959
+ "attribute": "required-label"
2960
+ },
2961
+ {
2962
+ "kind": "field",
2963
+ "name": "rows",
2964
+ "type": {
2965
+ "text": "number"
2966
+ },
2967
+ "default": "2",
2968
+ "description": "If provided, sets the rows of the textarea",
2969
+ "attribute": "rows"
2970
+ },
2971
+ {
2972
+ "kind": "field",
2973
+ "name": "severity",
2974
+ "type": {
2975
+ "text": "\"success\" | \"error\""
2976
+ },
2977
+ "description": "If provided, displays provided severity state",
2978
+ "attribute": "severity"
2979
+ },
2980
+ {
2981
+ "kind": "field",
2982
+ "name": "showValid",
2983
+ "type": {
2984
+ "text": "boolean | undefined"
2985
+ },
2986
+ "description": "If true, displays valid state after interaction",
2987
+ "attribute": "show-valid"
2988
+ },
2989
+ {
2990
+ "kind": "field",
2991
+ "name": "size",
2992
+ "type": {
2993
+ "text": "'sm' | 'md' | undefined"
2994
+ },
2995
+ "default": "'md'",
2996
+ "description": "If provided, displays an alternative size",
2997
+ "attribute": "size",
2998
+ "reflects": true
2999
+ },
3000
+ {
3001
+ "kind": "field",
3002
+ "name": "validateOn",
3003
+ "type": {
3004
+ "text": "'input' | 'change' | 'submit' | undefined"
3005
+ },
3006
+ "default": "'change'",
3007
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
3008
+ "attribute": "validate-on"
3009
+ },
3010
+ {
3011
+ "kind": "field",
3012
+ "name": "value",
3013
+ "type": {
3014
+ "text": "string"
3015
+ },
3016
+ "default": "''",
3017
+ "description": "The current value of the text area",
3018
+ "attribute": "value"
3019
+ }
3020
+ ],
3021
+ "events": [
3022
+ {
3023
+ "description": "Fires when the value of the input changes",
3024
+ "name": "change"
3025
+ },
3026
+ {
3027
+ "description": "Fires when the input is invalid",
3028
+ "name": "invalid"
3029
+ }
3030
+ ],
3031
+ "attributes": [
3032
+ {
3033
+ "type": {
3034
+ "text": "boolean"
3035
+ },
3036
+ "description": "If true, sets disabled state",
3037
+ "name": "disabled"
3038
+ },
3039
+ {
3040
+ "type": {
3041
+ "text": "boolean"
3042
+ },
3043
+ "description": "If true, value is required or must be checked for the form to be submittable",
3044
+ "name": "required"
3045
+ },
3046
+ {
3047
+ "name": "cols",
3048
+ "type": {
3049
+ "text": "number"
3050
+ },
3051
+ "default": "20",
3052
+ "description": "If provided, sets the cols of the textarea",
3053
+ "fieldName": "cols"
3054
+ },
3055
+ {
3056
+ "name": "custom-invalid",
3057
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text.",
3058
+ "fieldName": "customInvalid"
3059
+ },
3060
+ {
3061
+ "name": "debug",
3062
+ "type": {
3063
+ "text": "boolean"
3064
+ },
3065
+ "default": "false",
3066
+ "description": "If provided, outputs helping hints in console",
3067
+ "fieldName": "debug"
3068
+ },
3069
+ {
3070
+ "name": "hide-label",
3071
+ "type": {
3072
+ "text": "boolean"
3073
+ },
3074
+ "default": "false",
3075
+ "description": "hide-label - If true, hides the label visually",
3076
+ "fieldName": "hideLabel"
3077
+ },
3078
+ {
3079
+ "name": "hint",
3080
+ "type": {
3081
+ "text": "string | undefined"
3082
+ },
3083
+ "description": "If provided, displays informational text below the field",
3084
+ "fieldName": "hint"
3085
+ },
3086
+ {
3087
+ "name": "label",
3088
+ "type": {
3089
+ "text": "string"
3090
+ },
3091
+ "default": "'Default label'",
3092
+ "description": "The input's label. Alternatively, you can use the component slot.",
3093
+ "fieldName": "label"
3094
+ },
3095
+ {
3096
+ "name": "name",
3097
+ "type": {
3098
+ "text": "string | undefined"
3099
+ },
3100
+ "description": "If provided, adds name to the input-element",
3101
+ "fieldName": "name"
3102
+ },
3103
+ {
3104
+ "name": "maxlength",
3105
+ "type": {
3106
+ "text": "number | undefined"
3107
+ },
3108
+ "description": "If provided, sets the maximum character length to accept for this input",
3109
+ "fieldName": "maxLength"
3110
+ },
3111
+ {
3112
+ "name": "minlength",
3113
+ "type": {
3114
+ "text": "number | undefined"
3115
+ },
3116
+ "description": "If provided, sets the minimum character length to accept for this input",
3117
+ "fieldName": "minLength"
3118
+ },
3119
+ {
3120
+ "name": "placeholder",
3121
+ "type": {
3122
+ "text": "string | undefined"
3123
+ },
3124
+ "description": "If provided, displays placeholder text",
3125
+ "fieldName": "placeholder"
3126
+ },
3127
+ {
3128
+ "name": "readonly",
3129
+ "type": {
3130
+ "text": "boolean | undefined"
3131
+ },
3132
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
3133
+ "fieldName": "readonly"
3134
+ },
3135
+ {
3136
+ "name": "required-label",
3137
+ "type": {
3138
+ "text": "string | undefined"
3139
+ },
3140
+ "description": "If provided, renders an alternative A11y text for the asterisk",
3141
+ "fieldName": "requiredLabel"
3142
+ },
3143
+ {
3144
+ "name": "rows",
3145
+ "type": {
3146
+ "text": "number"
3147
+ },
3148
+ "default": "2",
3149
+ "description": "If provided, sets the rows of the textarea",
3150
+ "fieldName": "rows"
3151
+ },
3152
+ {
3153
+ "name": "severity",
3154
+ "type": {
3155
+ "text": "\"success\" | \"error\""
3156
+ },
3157
+ "description": "If provided, displays provided severity state",
3158
+ "fieldName": "severity"
3159
+ },
3160
+ {
3161
+ "name": "show-valid",
3162
+ "type": {
3163
+ "text": "boolean | undefined"
3164
+ },
3165
+ "description": "If true, displays valid state after interaction",
3166
+ "fieldName": "showValid"
3167
+ },
3168
+ {
3169
+ "name": "size",
3170
+ "type": {
3171
+ "text": "'sm' | 'md' | undefined"
3172
+ },
3173
+ "default": "'md'",
3174
+ "description": "If provided, displays an alternative size",
3175
+ "fieldName": "size"
3176
+ },
3177
+ {
3178
+ "name": "validate-on",
3179
+ "type": {
3180
+ "text": "'input' | 'change' | 'submit' | undefined"
3181
+ },
3182
+ "default": "'change'",
3183
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
3184
+ "fieldName": "validateOn"
3185
+ },
3186
+ {
3187
+ "name": "value",
3188
+ "type": {
3189
+ "text": "string"
3190
+ },
3191
+ "default": "''",
3192
+ "description": "The current value of the text area",
3193
+ "fieldName": "value"
3194
+ }
3195
+ ],
3196
+ "superclass": {
3197
+ "name": "FormBase",
3198
+ "package": "@internal/components/formBase.js"
3199
+ },
3200
+ "tagName": "skf-textarea",
3201
+ "customElement": true
3202
+ }
3203
+ ],
3204
+ "exports": [
3205
+ {
3206
+ "kind": "js",
3207
+ "name": "SkfTextArea",
3208
+ "declaration": {
3209
+ "name": "SkfTextArea",
3210
+ "module": "src/components/textarea/textarea.component.ts"
3211
+ }
3212
+ }
3213
+ ]
3214
+ }
3215
+ ]
3216
+ }