@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,1771 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
+ "name": "@skf-design-system/ui-components",
4
+ "version": "0.0.0",
5
+ "description-markup": "markdown",
6
+ "contributions": {
7
+ "html": {
8
+ "elements": [
9
+ {
10
+ "name": "skf-accordion",
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.\n---\n\n\n### **Slots:**\n - _default_ - Expects one or more <skf-accordion-item> element(s)",
12
+ "doc-url": "",
13
+ "attributes": [
14
+ {
15
+ "name": "animated",
16
+ "description": "If true, will animate the expand/collapse state",
17
+ "value": { "type": "boolean | undefined" }
18
+ },
19
+ {
20
+ "name": "heading-as",
21
+ "description": "Controls which heading element will be rendered",
22
+ "value": {
23
+ "type": "Exclude<HeadingType, 'h1'>",
24
+ "default": "'h2'"
25
+ }
26
+ },
27
+ {
28
+ "name": "gap",
29
+ "description": "If provided, adds a gap between each item",
30
+ "value": { "type": "boolean | undefined" }
31
+ },
32
+ {
33
+ "name": "multiple",
34
+ "description": "If true, allowes multiple accordion items to open",
35
+ "value": { "type": "boolean | undefined" }
36
+ },
37
+ {
38
+ "name": "small",
39
+ "description": "If true, renders the small version",
40
+ "value": { "type": "boolean | undefined" }
41
+ },
42
+ {
43
+ "name": "truncate",
44
+ "description": "If true, will truncate all headings in collapsed state",
45
+ "value": { "type": "boolean | undefined" }
46
+ }
47
+ ],
48
+ "slots": [
49
+ {
50
+ "name": "",
51
+ "description": "Expects one or more <skf-accordion-item> element(s)"
52
+ }
53
+ ],
54
+ "events": [],
55
+ "js": {
56
+ "properties": [
57
+ {
58
+ "name": "animated",
59
+ "description": "If true, will animate the expand/collapse state",
60
+ "type": "boolean | undefined"
61
+ },
62
+ {
63
+ "name": "headingAs",
64
+ "description": "Controls which heading element will be rendered",
65
+ "type": "Exclude<HeadingType, 'h1'>"
66
+ },
67
+ {
68
+ "name": "gap",
69
+ "description": "If provided, adds a gap between each item",
70
+ "type": "boolean | undefined"
71
+ },
72
+ {
73
+ "name": "multiple",
74
+ "description": "If true, allowes multiple accordion items to open",
75
+ "type": "boolean | undefined"
76
+ },
77
+ {
78
+ "name": "small",
79
+ "description": "If true, renders the small version",
80
+ "type": "boolean | undefined"
81
+ },
82
+ {
83
+ "name": "truncate",
84
+ "description": "If true, will truncate all headings in collapsed state",
85
+ "type": "boolean | undefined"
86
+ }
87
+ ],
88
+ "events": []
89
+ }
90
+ },
91
+ {
92
+ "name": "skf-alert",
93
+ "description": "The `<skf-alert>` is a type of notification that appears in-line\n---\n\n\n### **Events:**\n - **skf-alert-close** - Fires when the close button is clicked\n\n### **Slots:**\n - _default_ - Alert message. **Notice!** See design principles for approved content\n- **link** - lodjvodjvodjo",
94
+ "doc-url": "",
95
+ "attributes": [
96
+ {
97
+ "name": "closeable",
98
+ "description": "If true, alert is being used as a toast with an close button",
99
+ "value": { "type": "boolean | undefined" }
100
+ },
101
+ {
102
+ "name": "button-label",
103
+ "description": "Close button aria-label",
104
+ "value": { "type": "string", "default": "'Close'" }
105
+ },
106
+ {
107
+ "name": "icon",
108
+ "description": "If defined, displays leading icon",
109
+ "value": { "type": "SkfIcon['name'] | undefined" }
110
+ },
111
+ {
112
+ "name": "severity",
113
+ "description": "If defined, gives the supplied appearance",
114
+ "value": { "type": "SeverityFgColor | undefined" }
115
+ }
116
+ ],
117
+ "slots": [
118
+ {
119
+ "name": "",
120
+ "description": "Alert message. **Notice!** See design principles for approved content"
121
+ },
122
+ { "name": "link", "description": "lodjvodjvodjo" }
123
+ ],
124
+ "events": [
125
+ {
126
+ "name": "skf-alert-close",
127
+ "description": "Fires when the close button is clicked"
128
+ }
129
+ ],
130
+ "js": {
131
+ "properties": [
132
+ {
133
+ "name": "closeable",
134
+ "description": "If true, alert is being used as a toast with an close button",
135
+ "type": "boolean | undefined"
136
+ },
137
+ {
138
+ "name": "buttonLabel",
139
+ "description": "Close button aria-label",
140
+ "type": "string"
141
+ },
142
+ {
143
+ "name": "icon",
144
+ "description": "If defined, displays leading icon",
145
+ "type": "SkfIcon['name'] | undefined"
146
+ },
147
+ {
148
+ "name": "severity",
149
+ "description": "If defined, gives the supplied appearance",
150
+ "type": "SeverityFgColor | undefined"
151
+ }
152
+ ],
153
+ "events": [
154
+ {
155
+ "name": "skf-alert-close",
156
+ "description": "Fires when the close button is clicked"
157
+ }
158
+ ]
159
+ }
160
+ },
161
+ {
162
+ "name": "skf-button",
163
+ "description": "Component to be used in forms or for interactivity\n---\n\n\n### **Slots:**\n - _default_ - The Primary content",
164
+ "doc-url": "",
165
+ "attributes": [
166
+ {
167
+ "name": "destructive",
168
+ "description": "If true, gives destructive appearance. **Notice!** Only applicable if `variant` is `primary`.",
169
+ "value": { "type": "boolean", "default": "false" }
170
+ },
171
+ {
172
+ "name": "disabled",
173
+ "description": "If true, removes border",
174
+ "value": { "type": "boolean", "default": "false" }
175
+ },
176
+ {
177
+ "name": "icon",
178
+ "description": "If provided, renders an icon before or after the text",
179
+ "value": {
180
+ "type": "\"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\""
181
+ }
182
+ },
183
+ {
184
+ "name": "icon-position",
185
+ "description": "If provided, determines the positioning of the icon in relation to the text",
186
+ "value": {
187
+ "type": "'left' | 'right' | undefined",
188
+ "default": "'left'"
189
+ }
190
+ },
191
+ {
192
+ "name": "loading",
193
+ "description": "If true, hides text & icon and shows loading indicator. **Notice!** Only applicable if `variant` is `primary`.",
194
+ "value": { "type": "boolean", "default": "false" }
195
+ },
196
+ {
197
+ "name": "size",
198
+ "description": "If provided, displays an alternative size",
199
+ "value": { "type": "'sm' | 'md' | 'lg'", "default": "'md'" }
200
+ },
201
+ {
202
+ "name": "type",
203
+ "description": "If provided, changes the button type",
204
+ "value": {
205
+ "type": "'button' | 'submit' | 'reset'",
206
+ "default": "'button'"
207
+ }
208
+ },
209
+ {
210
+ "name": "variant",
211
+ "description": "If provided, alters the appearance",
212
+ "value": {
213
+ "type": "'primary' | 'secondary'",
214
+ "default": "'primary'"
215
+ }
216
+ }
217
+ ],
218
+ "slots": [{ "name": "", "description": "The Primary content" }],
219
+ "events": [],
220
+ "js": {
221
+ "properties": [
222
+ {
223
+ "name": "destructive",
224
+ "description": "If true, gives destructive appearance. **Notice!** Only applicable if `variant` is `primary`.",
225
+ "type": "boolean"
226
+ },
227
+ {
228
+ "name": "disabled",
229
+ "description": "If true, removes border",
230
+ "type": "boolean"
231
+ },
232
+ {
233
+ "name": "icon",
234
+ "description": "If provided, renders an icon before or after the text",
235
+ "type": "\"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\""
236
+ },
237
+ {
238
+ "name": "iconPosition",
239
+ "description": "If provided, determines the positioning of the icon in relation to the text",
240
+ "type": "'left' | 'right' | undefined"
241
+ },
242
+ {
243
+ "name": "loading",
244
+ "description": "If true, hides text & icon and shows loading indicator. **Notice!** Only applicable if `variant` is `primary`.",
245
+ "type": "boolean"
246
+ },
247
+ {
248
+ "name": "size",
249
+ "description": "If provided, displays an alternative size",
250
+ "type": "'sm' | 'md' | 'lg'"
251
+ },
252
+ {
253
+ "name": "type",
254
+ "description": "If provided, changes the button type",
255
+ "type": "'button' | 'submit' | 'reset'"
256
+ },
257
+ {
258
+ "name": "variant",
259
+ "description": "If provided, alters the appearance",
260
+ "type": "'primary' | 'secondary'"
261
+ }
262
+ ],
263
+ "events": []
264
+ }
265
+ },
266
+ {
267
+ "name": "skf-card",
268
+ "description": "The `<skf-card>` can be used to group related subjects in a container\n---\n\n\n### **Slots:**\n - _default_ - The card's main content",
269
+ "doc-url": "",
270
+ "attributes": [
271
+ {
272
+ "name": "no-border",
273
+ "description": "If true, removes border",
274
+ "value": { "type": "boolean", "default": "false" }
275
+ },
276
+ {
277
+ "name": "no-padding",
278
+ "description": "If true, removes padding",
279
+ "value": { "type": "boolean", "default": "false" }
280
+ },
281
+ {
282
+ "name": "stretch",
283
+ "description": "If true, the Card fills the parent element height",
284
+ "value": { "type": "boolean", "default": "false" }
285
+ }
286
+ ],
287
+ "slots": [{ "name": "", "description": "The card's main content" }],
288
+ "events": [],
289
+ "js": {
290
+ "properties": [
291
+ {
292
+ "name": "noBorder",
293
+ "description": "If true, removes border",
294
+ "type": "boolean"
295
+ },
296
+ {
297
+ "name": "noPadding",
298
+ "description": "If true, removes padding",
299
+ "type": "boolean"
300
+ },
301
+ {
302
+ "name": "stretch",
303
+ "description": "If true, the Card fills the parent element height",
304
+ "type": "boolean"
305
+ }
306
+ ],
307
+ "events": []
308
+ }
309
+ },
310
+ {
311
+ "name": "skf-checkbox",
312
+ "description": "The `<skf-checkbox>` component is used to create a checkbox input\n---\n\n\n### **Events:**\n - **change** - {object} - When the value of the input changes\n\n### **Slots:**\n - **Default** - Alternatively, you can use the `label` attribute",
313
+ "doc-url": "",
314
+ "attributes": [
315
+ {
316
+ "name": "disabled",
317
+ "description": "If true, sets disabled state",
318
+ "value": { "type": "boolean" }
319
+ },
320
+ {
321
+ "name": "required",
322
+ "description": "If true, value is required or must be checked for the form to be submittable",
323
+ "value": { "type": "boolean" }
324
+ },
325
+ {
326
+ "name": "debug",
327
+ "description": "If defined, outputs helping hints in console",
328
+ "value": { "type": "boolean | undefined" }
329
+ },
330
+ {
331
+ "name": "checked",
332
+ "description": "If true, outputs helping hints in console",
333
+ "value": { "type": "boolean | undefined" }
334
+ },
335
+ {
336
+ "name": "custom-invalid",
337
+ "description": "If true, forces component to invalid state until removed",
338
+ "value": { "type": "boolean | undefined" }
339
+ },
340
+ {
341
+ "name": "hide-label",
342
+ "description": "If true, hides the label visually",
343
+ "value": { "type": "boolean | undefined" }
344
+ },
345
+ {
346
+ "name": "indeterminate",
347
+ "description": "If true and the checkbox is unchecked, the checkbox will appear indeterminate",
348
+ "value": { "type": "boolean | undefined" }
349
+ },
350
+ {
351
+ "name": "label",
352
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
353
+ "value": { "type": "string | undefined" }
354
+ },
355
+ {
356
+ "name": "name",
357
+ "description": "If defined, adds name to the input-element",
358
+ "value": { "type": "string | undefined" }
359
+ },
360
+ {
361
+ "name": "required-label",
362
+ "description": "If defined, renders an alternative A11y text for the asterisk",
363
+ "value": { "type": "string | undefined" }
364
+ },
365
+ {
366
+ "name": "size",
367
+ "description": "Size of the checkbox",
368
+ "value": { "type": "'sm' | 'md'", "default": "'md'" }
369
+ },
370
+ {
371
+ "name": "severity",
372
+ "description": "If defined, styles checkbox using provided severity",
373
+ "value": { "type": "FormFieldBaseProps['severity'] | undefined" }
374
+ },
375
+ {
376
+ "name": "show-valid",
377
+ "description": "If defined, displays valid state after interaction",
378
+ "value": { "type": "boolean | undefined" }
379
+ },
380
+ {
381
+ "name": "value",
382
+ "description": "The current value of the input field",
383
+ "value": { "type": "string", "default": "''" }
384
+ }
385
+ ],
386
+ "slots": [
387
+ {
388
+ "name": "Default",
389
+ "description": "Alternatively, you can use the `label` attribute"
390
+ }
391
+ ],
392
+ "events": [
393
+ {
394
+ "name": "change",
395
+ "description": "{object} - When the value of the input changes"
396
+ }
397
+ ],
398
+ "js": {
399
+ "properties": [
400
+ {
401
+ "name": "debug",
402
+ "description": "If defined, outputs helping hints in console",
403
+ "type": "boolean | undefined"
404
+ },
405
+ {
406
+ "name": "checked",
407
+ "description": "If true, outputs helping hints in console",
408
+ "type": "boolean | undefined"
409
+ },
410
+ {
411
+ "name": "customInvalid",
412
+ "description": "If true, forces component to invalid state until removed",
413
+ "type": "boolean | undefined"
414
+ },
415
+ {
416
+ "name": "hideLabel",
417
+ "description": "If true, hides the label visually",
418
+ "type": "boolean | undefined"
419
+ },
420
+ {
421
+ "name": "indeterminate",
422
+ "description": "If true and the checkbox is unchecked, the checkbox will appear indeterminate",
423
+ "type": "boolean | undefined"
424
+ },
425
+ {
426
+ "name": "label",
427
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
428
+ "type": "string | undefined"
429
+ },
430
+ {
431
+ "name": "name",
432
+ "description": "If defined, adds name to the input-element",
433
+ "type": "string | undefined"
434
+ },
435
+ {
436
+ "name": "requiredLabel",
437
+ "description": "If defined, renders an alternative A11y text for the asterisk",
438
+ "type": "string | undefined"
439
+ },
440
+ {
441
+ "name": "size",
442
+ "description": "Size of the checkbox",
443
+ "type": "'sm' | 'md'"
444
+ },
445
+ {
446
+ "name": "severity",
447
+ "description": "If defined, styles checkbox using provided severity",
448
+ "type": "FormFieldBaseProps['severity'] | undefined"
449
+ },
450
+ {
451
+ "name": "showValid",
452
+ "description": "If defined, displays valid state after interaction",
453
+ "type": "boolean | undefined"
454
+ },
455
+ {
456
+ "name": "value",
457
+ "description": "The current value of the input field",
458
+ "type": "string"
459
+ }
460
+ ],
461
+ "events": [
462
+ {
463
+ "name": "change",
464
+ "description": "{object} - When the value of the input changes"
465
+ }
466
+ ]
467
+ }
468
+ },
469
+ {
470
+ "name": "skf-collapse",
471
+ "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.\n---\n\n\n### **Events:**\n - **skf-collapse-toggle** - Event emitted when toggled\n\n### **Methods:**\n - **setClose()** - Class method as alternative to manipulate attribute\n- **setOpen()** - Class method as alternative to manipulate attribute\n\n### **Slots:**\n - _default_ - Main content",
472
+ "doc-url": "",
473
+ "attributes": [
474
+ {
475
+ "name": "animated",
476
+ "description": "If true, will animate the expand/collapse state",
477
+ "value": { "type": "boolean", "default": "false" }
478
+ },
479
+ {
480
+ "name": "expanded",
481
+ "description": "If true, will set the collapse to be expanded by default",
482
+ "value": { "type": "boolean", "default": "false" }
483
+ },
484
+ {
485
+ "name": "heading",
486
+ "description": "Heading for the collapse",
487
+ "value": { "type": "string | undefined" }
488
+ },
489
+ {
490
+ "name": "heading-as",
491
+ "description": "Controls which heading element will be rendered",
492
+ "value": {
493
+ "type": "Exclude<HeadingType, 'h1'>",
494
+ "default": "'h2'"
495
+ }
496
+ },
497
+ {
498
+ "name": "small",
499
+ "description": "If true, renders the small version",
500
+ "value": { "type": "boolean", "default": "false" }
501
+ },
502
+ {
503
+ "name": "truncate",
504
+ "description": "If true, will truncate the heading in collapsed state",
505
+ "value": { "type": "boolean", "default": "false" }
506
+ }
507
+ ],
508
+ "slots": [{ "name": "", "description": "Main content" }],
509
+ "events": [
510
+ {
511
+ "name": "skf-collapse-toggle",
512
+ "type": "CustomEvent",
513
+ "description": "Event emitted when toggled"
514
+ }
515
+ ],
516
+ "js": {
517
+ "properties": [
518
+ {
519
+ "name": "animated",
520
+ "description": "If true, will animate the expand/collapse state",
521
+ "type": "boolean"
522
+ },
523
+ {
524
+ "name": "expanded",
525
+ "description": "If true, will set the collapse to be expanded by default",
526
+ "type": "boolean"
527
+ },
528
+ {
529
+ "name": "heading",
530
+ "description": "Heading for the collapse",
531
+ "type": "string | undefined"
532
+ },
533
+ {
534
+ "name": "headingAs",
535
+ "description": "Controls which heading element will be rendered",
536
+ "type": "Exclude<HeadingType, 'h1'>"
537
+ },
538
+ {
539
+ "name": "small",
540
+ "description": "If true, renders the small version",
541
+ "type": "boolean"
542
+ },
543
+ {
544
+ "name": "truncate",
545
+ "description": "If true, will truncate the heading in collapsed state",
546
+ "type": "boolean"
547
+ }
548
+ ],
549
+ "events": [
550
+ {
551
+ "name": "skf-collapse-toggle",
552
+ "type": "CustomEvent",
553
+ "description": "Event emitted when toggled"
554
+ }
555
+ ]
556
+ }
557
+ },
558
+ {
559
+ "name": "skf-divider",
560
+ "description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information.\n---\n\n\n### **CSS Properties:**\n - **--skf-divider-spacing** - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical _(default: undefined)_\n- **--skf-divider-inset** - The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical _(default: undefined)_",
561
+ "doc-url": "",
562
+ "attributes": [
563
+ {
564
+ "name": "color",
565
+ "description": "If provided, alters the Divider color",
566
+ "value": {
567
+ "type": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\"",
568
+ "default": "'primary'"
569
+ }
570
+ },
571
+ {
572
+ "name": "decorative",
573
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
574
+ "value": { "type": "boolean", "default": "false" }
575
+ },
576
+ {
577
+ "name": "vertical",
578
+ "description": "If true, renders the divider vertically",
579
+ "value": { "type": "boolean", "default": "false" }
580
+ }
581
+ ],
582
+ "events": [],
583
+ "js": {
584
+ "properties": [
585
+ {
586
+ "name": "color",
587
+ "description": "If provided, alters the Divider color",
588
+ "type": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\""
589
+ },
590
+ {
591
+ "name": "decorative",
592
+ "description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
593
+ "type": "boolean"
594
+ },
595
+ {
596
+ "name": "vertical",
597
+ "description": "If true, renders the divider vertically",
598
+ "type": "boolean"
599
+ }
600
+ ],
601
+ "events": []
602
+ }
603
+ },
604
+ {
605
+ "name": "skf-heading",
606
+ "description": "The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>\nIt extends the interface of native html `<h1>` to `<h4>` elements.\n---\n",
607
+ "doc-url": "",
608
+ "attributes": [
609
+ {
610
+ "name": "as",
611
+ "description": "Controls which heading element will be rendered. Should not be used to affect appearance.",
612
+ "value": { "type": "HeadingType", "default": "'h1'" }
613
+ },
614
+ {
615
+ "name": "styled-as",
616
+ "description": "If provided, changes the appearance of the heading",
617
+ "value": { "type": "HeadingType | undefined" }
618
+ }
619
+ ],
620
+ "events": [],
621
+ "js": {
622
+ "properties": [
623
+ {
624
+ "name": "as",
625
+ "description": "Controls which heading element will be rendered. Should not be used to affect appearance.",
626
+ "type": "HeadingType"
627
+ },
628
+ {
629
+ "name": "styledAs",
630
+ "description": "If provided, changes the appearance of the heading",
631
+ "type": "HeadingType | undefined"
632
+ }
633
+ ],
634
+ "events": []
635
+ }
636
+ },
637
+ {
638
+ "name": "skf-icon",
639
+ "description": "The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text\n---\n",
640
+ "doc-url": "",
641
+ "attributes": [
642
+ {
643
+ "name": "color",
644
+ "value": {
645
+ "type": "\"primary\" | \"inverse\" | \"emphasised\" | \"secondary\" | \"success\" | \"info\" | \"warning\" | \"error\" | \"alert\"",
646
+ "default": "'primary'"
647
+ }
648
+ },
649
+ {
650
+ "name": "label",
651
+ "description": "If provided, adds an alternate description to use for assistive devices",
652
+ "value": { "type": "string | undefined" }
653
+ },
654
+ {
655
+ "name": "name",
656
+ "value": {
657
+ "type": "\"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\""
658
+ }
659
+ },
660
+ {
661
+ "name": "size",
662
+ "value": {
663
+ "type": "\"xs\" | \"sm\" | \"md\" | \"lg\"",
664
+ "default": "'md'"
665
+ }
666
+ }
667
+ ],
668
+ "events": [],
669
+ "js": {
670
+ "properties": [
671
+ {
672
+ "name": "color",
673
+ "type": "\"primary\" | \"inverse\" | \"emphasised\" | \"secondary\" | \"success\" | \"info\" | \"warning\" | \"error\" | \"alert\""
674
+ },
675
+ {
676
+ "name": "label",
677
+ "description": "If provided, adds an alternate description to use for assistive devices",
678
+ "type": "string | undefined"
679
+ },
680
+ {
681
+ "name": "name",
682
+ "type": "\"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\""
683
+ },
684
+ { "name": "size", "type": "\"xs\" | \"sm\" | \"md\" | \"lg\"" }
685
+ ],
686
+ "events": []
687
+ }
688
+ },
689
+ {
690
+ "name": "skf-input",
691
+ "description": "The skf-text-field is used to create a text input field. It can be used inside a form element or standalone.\n---\n\n\n### **Events:**\n - **change** - Fires when the value of the input changes\n- **invalid** - Fires when the input is invalid\n\n### **Slots:**\n - **Default** - Alternatively, you can use the `label` attribute",
692
+ "doc-url": "",
693
+ "attributes": [
694
+ {
695
+ "name": "disabled",
696
+ "description": "If true, sets disabled state",
697
+ "value": { "type": "boolean" }
698
+ },
699
+ {
700
+ "name": "required",
701
+ "description": "If true, value is required or must be checked for the form to be submittable",
702
+ "value": { "type": "boolean" }
703
+ },
704
+ {
705
+ "name": "button-aria-label-clear",
706
+ "description": "If provided, renders a custom aria-label for the clear button **Notice!** Only applicable to type=search.",
707
+ "value": { "type": "string", "default": "'Clear input'" }
708
+ },
709
+ {
710
+ "name": "button-aria-label-hide",
711
+ "description": "If provided, renders a custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
712
+ "value": { "type": "string", "default": "'Hide password'" }
713
+ },
714
+ {
715
+ "name": "button-aria-label-show",
716
+ "description": "If provided, renders a custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
717
+ "value": { "type": "string", "default": "'Show password'" }
718
+ },
719
+ {
720
+ "name": "custom-invalid",
721
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text.",
722
+ "value": { "type": "string" }
723
+ },
724
+ {
725
+ "name": "debug",
726
+ "description": "If provided, outputs helping hints in console",
727
+ "value": { "type": "boolean", "default": "false" }
728
+ },
729
+ {
730
+ "name": "hide-label",
731
+ "description": "If true, hides the label visually",
732
+ "value": { "type": "boolean", "default": "false" }
733
+ },
734
+ {
735
+ "name": "hint",
736
+ "description": "If provided, displays informational text below the field",
737
+ "value": { "type": "string | undefined" }
738
+ },
739
+ {
740
+ "name": "inputmode",
741
+ "description": "If provided, tells what keyboard to use if applicable",
742
+ "value": {
743
+ "type": "'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search'",
744
+ "default": "'text'"
745
+ }
746
+ },
747
+ {
748
+ "name": "label",
749
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
750
+ "value": { "type": "string | undefined" }
751
+ },
752
+ {
753
+ "name": "leading",
754
+ "description": "If provided, displays a prefix/adornment before the input-element",
755
+ "value": { "type": "string | undefined" }
756
+ },
757
+ {
758
+ "name": "max",
759
+ "description": "If provided, sets the maximum value to accept for this input",
760
+ "value": { "type": "number | string | undefined" }
761
+ },
762
+ {
763
+ "name": "maxlength",
764
+ "description": "If provided, sets the maximum character length to accept for this input",
765
+ "value": { "type": "number | undefined" }
766
+ },
767
+ {
768
+ "name": "min",
769
+ "description": "If provided, sets the minimum value to accept for this input",
770
+ "value": { "type": "number | string | undefined" }
771
+ },
772
+ {
773
+ "name": "minlength",
774
+ "description": "If provided, sets the minimum character length to accept for this input",
775
+ "value": { "type": "number | undefined" }
776
+ },
777
+ {
778
+ "name": "name",
779
+ "description": "If provided, adds name to the input-element",
780
+ "value": { "type": "string | undefined" }
781
+ },
782
+ {
783
+ "name": "pattern",
784
+ "description": "If provided, adds name to the input-element",
785
+ "value": { "type": "string | undefined" }
786
+ },
787
+ {
788
+ "name": "placeholder",
789
+ "description": "If provided, displays placeholder text",
790
+ "value": { "type": "string | undefined" }
791
+ },
792
+ {
793
+ "name": "readonly",
794
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
795
+ "value": { "type": "boolean | undefined" }
796
+ },
797
+ {
798
+ "name": "required-label",
799
+ "description": "If provided, renders an alternative A11y text for the asterisk",
800
+ "value": { "type": "string | undefined" }
801
+ },
802
+ {
803
+ "name": "severity",
804
+ "description": "If provided, displays provided severity state",
805
+ "value": { "type": "FormFieldBaseProps['severity'] | undefined" }
806
+ },
807
+ {
808
+ "name": "show-valid",
809
+ "description": "If provided, displays provided severity state",
810
+ "value": { "type": "boolean | undefined" }
811
+ },
812
+ {
813
+ "name": "size",
814
+ "description": "If provided, displays an alternative size",
815
+ "value": { "type": "'sm' | 'md' | undefined", "default": "'md'" }
816
+ },
817
+ {
818
+ "name": "trailing",
819
+ "description": "If provided, displays a suffix/adornment after the input-element",
820
+ "value": { "type": "string | undefined" }
821
+ },
822
+ {
823
+ "name": "type",
824
+ "description": "If provided, changes the type of form control",
825
+ "value": {
826
+ "type": "Exclude<FormFieldBaseProps['type'], 'checkbox' | 'radio'> | undefined",
827
+ "default": "'text'"
828
+ }
829
+ },
830
+ {
831
+ "name": "validate-on",
832
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
833
+ "value": {
834
+ "type": "'input' | 'change' | 'submit' | undefined",
835
+ "default": "'change'"
836
+ }
837
+ },
838
+ {
839
+ "name": "value",
840
+ "description": "The current value of the input field",
841
+ "value": { "type": "string", "default": "''" }
842
+ }
843
+ ],
844
+ "slots": [
845
+ {
846
+ "name": "Default",
847
+ "description": " Alternatively, you can use the `label` attribute"
848
+ }
849
+ ],
850
+ "events": [
851
+ {
852
+ "name": "change",
853
+ "description": "Fires when the value of the input changes"
854
+ },
855
+ {
856
+ "name": "invalid",
857
+ "description": "Fires when the input is invalid"
858
+ }
859
+ ],
860
+ "js": {
861
+ "properties": [
862
+ {
863
+ "name": "buttonAriaLabelClear",
864
+ "description": "If provided, renders a custom aria-label for the clear button **Notice!** Only applicable to type=search.",
865
+ "type": "string"
866
+ },
867
+ {
868
+ "name": "buttonAriaLabelHide",
869
+ "description": "If provided, renders a custom aria-label for the visibility button. **Notice!** Only applicable to type=password.",
870
+ "type": "string"
871
+ },
872
+ {
873
+ "name": "buttonAriaLabelShow",
874
+ "description": "If provided, renders a custom aria-label for the visibility button **Notice!** Only applicable to type=password.",
875
+ "type": "string"
876
+ },
877
+ {
878
+ "name": "customInvalid",
879
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text."
880
+ },
881
+ {
882
+ "name": "debug",
883
+ "description": "If provided, outputs helping hints in console",
884
+ "type": "boolean"
885
+ },
886
+ {
887
+ "name": "hideLabel",
888
+ "description": "If true, hides the label visually",
889
+ "type": "boolean"
890
+ },
891
+ {
892
+ "name": "hint",
893
+ "description": "If provided, displays informational text below the field",
894
+ "type": "string | undefined"
895
+ },
896
+ {
897
+ "name": "inputmode",
898
+ "description": "If provided, tells what keyboard to use if applicable",
899
+ "type": "'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search'"
900
+ },
901
+ {
902
+ "name": "label",
903
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
904
+ "type": "string | undefined"
905
+ },
906
+ {
907
+ "name": "leading",
908
+ "description": "If provided, displays a prefix/adornment before the input-element",
909
+ "type": "string | undefined"
910
+ },
911
+ {
912
+ "name": "max",
913
+ "description": "If provided, sets the maximum value to accept for this input",
914
+ "type": "number | string | undefined"
915
+ },
916
+ {
917
+ "name": "maxLength",
918
+ "description": "If provided, sets the maximum character length to accept for this input",
919
+ "type": "number | undefined"
920
+ },
921
+ {
922
+ "name": "min",
923
+ "description": "If provided, sets the minimum value to accept for this input",
924
+ "type": "number | string | undefined"
925
+ },
926
+ {
927
+ "name": "minLength",
928
+ "description": "If provided, sets the minimum character length to accept for this input",
929
+ "type": "number | undefined"
930
+ },
931
+ {
932
+ "name": "name",
933
+ "description": "If provided, adds name to the input-element",
934
+ "type": "string | undefined"
935
+ },
936
+ {
937
+ "name": "pattern",
938
+ "description": "If provided, adds name to the input-element",
939
+ "type": "string | undefined"
940
+ },
941
+ {
942
+ "name": "placeholder",
943
+ "description": "If provided, displays placeholder text",
944
+ "type": "string | undefined"
945
+ },
946
+ {
947
+ "name": "readonly",
948
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
949
+ "type": "boolean | undefined"
950
+ },
951
+ {
952
+ "name": "requiredLabel",
953
+ "description": "If provided, renders an alternative A11y text for the asterisk",
954
+ "type": "string | undefined"
955
+ },
956
+ {
957
+ "name": "severity",
958
+ "description": "If provided, displays provided severity state",
959
+ "type": "FormFieldBaseProps['severity'] | undefined"
960
+ },
961
+ {
962
+ "name": "showValid",
963
+ "description": "If provided, displays provided severity state",
964
+ "type": "boolean | undefined"
965
+ },
966
+ {
967
+ "name": "size",
968
+ "description": "If provided, displays an alternative size",
969
+ "type": "'sm' | 'md' | undefined"
970
+ },
971
+ {
972
+ "name": "trailing",
973
+ "description": "If provided, displays a suffix/adornment after the input-element",
974
+ "type": "string | undefined"
975
+ },
976
+ {
977
+ "name": "type",
978
+ "description": "If provided, changes the type of form control",
979
+ "type": "Exclude<FormFieldBaseProps['type'], 'checkbox' | 'radio'> | undefined"
980
+ },
981
+ {
982
+ "name": "validateOn",
983
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
984
+ "type": "'input' | 'change' | 'submit' | undefined"
985
+ },
986
+ {
987
+ "name": "value",
988
+ "description": "The current value of the input field",
989
+ "type": "string"
990
+ },
991
+ { "name": "_numberController" },
992
+ { "name": "_passwordController" }
993
+ ],
994
+ "events": [
995
+ {
996
+ "name": "change",
997
+ "description": "Fires when the value of the input changes"
998
+ },
999
+ {
1000
+ "name": "invalid",
1001
+ "description": "Fires when the input is invalid"
1002
+ }
1003
+ ]
1004
+ }
1005
+ },
1006
+ {
1007
+ "name": "skf-link",
1008
+ "description": "The `<skf-link>` can be used as either a regular link or a link styled semantic button\n---\n\n\n### **Slots:**\n - _default_ - The links' main content",
1009
+ "doc-url": "",
1010
+ "attributes": [
1011
+ {
1012
+ "name": "as",
1013
+ "description": "Specifies semantic element to render -",
1014
+ "value": { "type": "'button' | 'a'", "default": "'a'" }
1015
+ },
1016
+ {
1017
+ "name": "color",
1018
+ "value": {
1019
+ "type": "'primary' | 'inverse'",
1020
+ "default": "'primary'"
1021
+ }
1022
+ },
1023
+ {
1024
+ "name": "disabled",
1025
+ "description": "If true, disables the link",
1026
+ "value": { "type": "boolean | undefined" }
1027
+ },
1028
+ {
1029
+ "name": "download",
1030
+ "description": "If provided, downloads the url",
1031
+ "value": { "type": "string | undefined" }
1032
+ },
1033
+ {
1034
+ "name": "href",
1035
+ "description": "If provided, loads url on click",
1036
+ "value": { "type": "string | undefined" }
1037
+ },
1038
+ {
1039
+ "name": "icon",
1040
+ "description": "If provided, renders an icon before or after the text",
1041
+ "value": {
1042
+ "type": "\"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\""
1043
+ }
1044
+ },
1045
+ {
1046
+ "name": "icon-placement",
1047
+ "description": "Position of the icon in relation to the text -",
1048
+ "value": { "type": "'left' | 'right'", "default": "'left'" }
1049
+ },
1050
+ {
1051
+ "name": "rel",
1052
+ "description": "Specifies the relationship of the target object to the link object -",
1053
+ "value": { "type": "string", "default": "'noreferrer noopener'" }
1054
+ },
1055
+ {
1056
+ "name": "route",
1057
+ "description": "If provided, used on conjunction with onClick property, second argument",
1058
+ "value": { "type": "string | undefined" }
1059
+ },
1060
+ {
1061
+ "name": "stretch",
1062
+ "description": "If true, fills the parents horizontal axis",
1063
+ "value": { "type": "boolean | undefined" }
1064
+ },
1065
+ {
1066
+ "name": "target",
1067
+ "description": "If provided, specifies where to open the linked document",
1068
+ "value": {
1069
+ "type": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1070
+ }
1071
+ },
1072
+ {
1073
+ "name": "type",
1074
+ "description": "Type of button -",
1075
+ "value": {
1076
+ "type": "'button' | 'submit' | 'reset'",
1077
+ "default": "'button'"
1078
+ }
1079
+ }
1080
+ ],
1081
+ "slots": [{ "name": "", "description": "The links' main content" }],
1082
+ "events": [],
1083
+ "js": {
1084
+ "properties": [
1085
+ {
1086
+ "name": "as",
1087
+ "description": "Specifies semantic element to render -",
1088
+ "type": "'button' | 'a'"
1089
+ },
1090
+ { "name": "color", "type": "'primary' | 'inverse'" },
1091
+ {
1092
+ "name": "disabled",
1093
+ "description": "If true, disables the link",
1094
+ "type": "boolean | undefined"
1095
+ },
1096
+ {
1097
+ "name": "download",
1098
+ "description": "If provided, downloads the url",
1099
+ "type": "string | undefined"
1100
+ },
1101
+ {
1102
+ "name": "href",
1103
+ "description": "If provided, loads url on click",
1104
+ "type": "string | undefined"
1105
+ },
1106
+ {
1107
+ "name": "icon",
1108
+ "description": "If provided, renders an icon before or after the text",
1109
+ "type": "\"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\""
1110
+ },
1111
+ {
1112
+ "name": "iconPlacement",
1113
+ "description": "Position of the icon in relation to the text -",
1114
+ "type": "'left' | 'right'"
1115
+ },
1116
+ {
1117
+ "name": "rel",
1118
+ "description": "Specifies the relationship of the target object to the link object -",
1119
+ "type": "string"
1120
+ },
1121
+ {
1122
+ "name": "route",
1123
+ "description": "If provided, used on conjunction with onClick property, second argument",
1124
+ "type": "string | undefined"
1125
+ },
1126
+ {
1127
+ "name": "stretch",
1128
+ "description": "If true, fills the parents horizontal axis",
1129
+ "type": "boolean | undefined"
1130
+ },
1131
+ {
1132
+ "name": "target",
1133
+ "description": "If provided, specifies where to open the linked document",
1134
+ "type": "'_blank' | '_parent' | '_self' | '_top' | undefined"
1135
+ },
1136
+ {
1137
+ "name": "type",
1138
+ "description": "Type of button -",
1139
+ "type": "'button' | 'submit' | 'reset'"
1140
+ },
1141
+ {
1142
+ "name": "onClick",
1143
+ "description": "If provided, custom function triggered by click where the second return parameter enables custom routing.",
1144
+ "type": "function"
1145
+ }
1146
+ ],
1147
+ "events": []
1148
+ }
1149
+ },
1150
+ {
1151
+ "name": "skf-loader",
1152
+ "description": "The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities.\n---\n",
1153
+ "doc-url": "",
1154
+ "attributes": [
1155
+ {
1156
+ "name": "aria-label",
1157
+ "value": { "type": "string", "default": "'Loading...'" }
1158
+ },
1159
+ {
1160
+ "name": "invert",
1161
+ "description": "If true, inverts the color (to be used on colored backgrounds)",
1162
+ "value": { "type": "boolean", "default": "false" }
1163
+ },
1164
+ {
1165
+ "name": "size",
1166
+ "description": "If provided, displays an alternative size",
1167
+ "value": { "type": "'md' | 'sm' | undefined", "default": "'md'" }
1168
+ }
1169
+ ],
1170
+ "events": [],
1171
+ "js": {
1172
+ "properties": [
1173
+ { "name": "ariaLabel", "type": "string" },
1174
+ {
1175
+ "name": "invert",
1176
+ "description": "If true, inverts the color (to be used on colored backgrounds)",
1177
+ "type": "boolean"
1178
+ },
1179
+ {
1180
+ "name": "size",
1181
+ "description": "If provided, displays an alternative size",
1182
+ "type": "'md' | 'sm' | undefined"
1183
+ }
1184
+ ],
1185
+ "events": []
1186
+ }
1187
+ },
1188
+ {
1189
+ "name": "skf-logo",
1190
+ "description": "The `<skf-logo>` component is used to display the SKF logo.\n---\n\n\n### **CSS Properties:**\n - **--skf-logo-height** - The height of the logo _(default: undefined)_",
1191
+ "doc-url": "",
1192
+ "attributes": [
1193
+ {
1194
+ "name": "title",
1195
+ "description": "The title of the logo",
1196
+ "value": { "type": "string", "default": "'SKF logotype'" }
1197
+ },
1198
+ {
1199
+ "name": "color",
1200
+ "description": "If provided, sets color of the logo",
1201
+ "value": {
1202
+ "type": "\"primary\" | \"secondary\" | \"inverse\"",
1203
+ "default": "'primary'"
1204
+ }
1205
+ }
1206
+ ],
1207
+ "events": [],
1208
+ "js": {
1209
+ "properties": [
1210
+ {
1211
+ "name": "title",
1212
+ "description": "The title of the logo",
1213
+ "type": "string"
1214
+ },
1215
+ {
1216
+ "name": "color",
1217
+ "description": "If provided, sets color of the logo",
1218
+ "type": "\"primary\" | \"secondary\" | \"inverse\""
1219
+ }
1220
+ ],
1221
+ "events": []
1222
+ }
1223
+ },
1224
+ {
1225
+ "name": "skf-radio",
1226
+ "description": "The `<skf-radio>` component is used to create a radio input\n---\n\n\n### **Events:**\n - **change** - {object} - When the value of the input changes\n\n### **Slots:**\n - **Default** - Alternatively, you can use the `label` attribute",
1227
+ "doc-url": "",
1228
+ "attributes": [
1229
+ {
1230
+ "name": "disabled",
1231
+ "description": "If true, sets disabled state",
1232
+ "value": { "type": "boolean" }
1233
+ },
1234
+ {
1235
+ "name": "required",
1236
+ "description": "If true, value is required or must be checked for the form to be submittable",
1237
+ "value": { "type": "boolean" }
1238
+ },
1239
+ {
1240
+ "name": "debug",
1241
+ "description": "If provided, outputs helping hints in console",
1242
+ "value": { "type": "boolean", "default": "false" }
1243
+ },
1244
+ {
1245
+ "name": "checked",
1246
+ "description": "If true, outputs helping hints in console",
1247
+ "value": { "type": "boolean | undefined" }
1248
+ },
1249
+ {
1250
+ "name": "custom-invalid",
1251
+ "description": "If true, forces component to invalid state until removed",
1252
+ "value": { "type": "boolean | undefined" }
1253
+ },
1254
+ {
1255
+ "name": "hide-label",
1256
+ "description": "If true, hides the label visually",
1257
+ "value": { "type": "boolean", "default": "false" }
1258
+ },
1259
+ {
1260
+ "name": "label",
1261
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
1262
+ "value": { "type": "string | undefined" }
1263
+ },
1264
+ {
1265
+ "name": "name",
1266
+ "description": "If provided, adds name to the input-element",
1267
+ "value": { "type": "string | undefined" }
1268
+ },
1269
+ {
1270
+ "name": "required-label",
1271
+ "description": "If provided, renders an alternative A11y text for the asterisk",
1272
+ "value": { "type": "string | undefined" }
1273
+ },
1274
+ {
1275
+ "name": "size",
1276
+ "description": "If provided, displays an alternative size",
1277
+ "value": { "type": "'sm' | 'md' | undefined", "default": "'md'" }
1278
+ },
1279
+ {
1280
+ "name": "severity",
1281
+ "description": "If provided, displays provided severity state",
1282
+ "value": { "type": "FormFieldBaseProps['severity'] | undefined" }
1283
+ },
1284
+ {
1285
+ "name": "show-valid",
1286
+ "description": "If provided, displays valid state after interaction",
1287
+ "value": { "type": "boolean | undefined" }
1288
+ },
1289
+ {
1290
+ "name": "value",
1291
+ "description": "The current value of the input field",
1292
+ "value": { "type": "string", "default": "''" }
1293
+ }
1294
+ ],
1295
+ "slots": [
1296
+ {
1297
+ "name": "Default",
1298
+ "description": " Alternatively, you can use the `label` attribute"
1299
+ }
1300
+ ],
1301
+ "events": [
1302
+ {
1303
+ "name": "change",
1304
+ "description": "{object} - When the value of the input changes"
1305
+ }
1306
+ ],
1307
+ "js": {
1308
+ "properties": [
1309
+ {
1310
+ "name": "debug",
1311
+ "description": "If provided, outputs helping hints in console",
1312
+ "type": "boolean"
1313
+ },
1314
+ {
1315
+ "name": "checked",
1316
+ "description": "If true, outputs helping hints in console",
1317
+ "type": "boolean | undefined"
1318
+ },
1319
+ {
1320
+ "name": "customInvalid",
1321
+ "description": "If true, forces component to invalid state until removed",
1322
+ "type": "boolean | undefined"
1323
+ },
1324
+ {
1325
+ "name": "hideLabel",
1326
+ "description": "If true, hides the label visually",
1327
+ "type": "boolean"
1328
+ },
1329
+ {
1330
+ "name": "label",
1331
+ "description": "The input's label. Alternatively, you can use the `label` attribute.",
1332
+ "type": "string | undefined"
1333
+ },
1334
+ {
1335
+ "name": "name",
1336
+ "description": "If provided, adds name to the input-element",
1337
+ "type": "string | undefined"
1338
+ },
1339
+ {
1340
+ "name": "requiredLabel",
1341
+ "description": "If provided, renders an alternative A11y text for the asterisk",
1342
+ "type": "string | undefined"
1343
+ },
1344
+ {
1345
+ "name": "size",
1346
+ "description": "If provided, displays an alternative size",
1347
+ "type": "'sm' | 'md' | undefined"
1348
+ },
1349
+ {
1350
+ "name": "severity",
1351
+ "description": "If provided, displays provided severity state",
1352
+ "type": "FormFieldBaseProps['severity'] | undefined"
1353
+ },
1354
+ {
1355
+ "name": "showValid",
1356
+ "description": "If provided, displays valid state after interaction",
1357
+ "type": "boolean | undefined"
1358
+ },
1359
+ {
1360
+ "name": "value",
1361
+ "description": "The current value of the input field",
1362
+ "type": "string"
1363
+ }
1364
+ ],
1365
+ "events": [
1366
+ {
1367
+ "name": "change",
1368
+ "description": "{object} - When the value of the input changes"
1369
+ }
1370
+ ]
1371
+ }
1372
+ },
1373
+ {
1374
+ "name": "skf-switch",
1375
+ "description": "The `<skf-switch>` is a component that displays a list of actions or options\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
1376
+ "doc-url": "",
1377
+ "attributes": [
1378
+ {
1379
+ "name": "disabled",
1380
+ "description": "If true, sets disabled state",
1381
+ "value": { "type": "boolean" }
1382
+ },
1383
+ {
1384
+ "name": "required",
1385
+ "description": "If true, value is required or must be checked for the form to be submittable",
1386
+ "value": { "type": "boolean" }
1387
+ },
1388
+ {
1389
+ "name": "debug",
1390
+ "description": "If true, outputs helping hints in console",
1391
+ "value": { "type": "boolean | undefined" }
1392
+ },
1393
+ {
1394
+ "name": "checked",
1395
+ "description": "If true, outputs helping hints in console",
1396
+ "value": { "type": "boolean | undefined" }
1397
+ },
1398
+ {
1399
+ "name": "hide-label",
1400
+ "description": "If true, hides the label visually",
1401
+ "value": { "type": "boolean | undefined" }
1402
+ },
1403
+ {
1404
+ "name": "label",
1405
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
1406
+ "value": { "type": "string | undefined" }
1407
+ },
1408
+ {
1409
+ "name": "name",
1410
+ "description": "If defined, adds name to the input-element",
1411
+ "value": { "type": "string | undefined" }
1412
+ },
1413
+ {
1414
+ "name": "required-label",
1415
+ "description": "If defined, renders an alternative A11y text for the asterisk",
1416
+ "value": { "type": "string | undefined" }
1417
+ },
1418
+ {
1419
+ "name": "size",
1420
+ "description": "Size of the Switch",
1421
+ "value": { "type": "'sm' | 'md'", "default": "'md'" }
1422
+ },
1423
+ {
1424
+ "name": "value",
1425
+ "description": "The current value of the input field",
1426
+ "value": { "type": "string", "default": "''" }
1427
+ }
1428
+ ],
1429
+ "slots": [
1430
+ { "name": "", "description": "The component's placeholder content" }
1431
+ ],
1432
+ "events": [],
1433
+ "js": {
1434
+ "properties": [
1435
+ {
1436
+ "name": "debug",
1437
+ "description": "If true, outputs helping hints in console",
1438
+ "type": "boolean | undefined"
1439
+ },
1440
+ {
1441
+ "name": "checked",
1442
+ "description": "If true, outputs helping hints in console",
1443
+ "type": "boolean | undefined"
1444
+ },
1445
+ {
1446
+ "name": "hideLabel",
1447
+ "description": "If true, hides the label visually",
1448
+ "type": "boolean | undefined"
1449
+ },
1450
+ {
1451
+ "name": "label",
1452
+ "description": "If defined, sets the input's label. Alternatively, you can use the `label` attribute.",
1453
+ "type": "string | undefined"
1454
+ },
1455
+ {
1456
+ "name": "name",
1457
+ "description": "If defined, adds name to the input-element",
1458
+ "type": "string | undefined"
1459
+ },
1460
+ {
1461
+ "name": "requiredLabel",
1462
+ "description": "If defined, renders an alternative A11y text for the asterisk",
1463
+ "type": "string | undefined"
1464
+ },
1465
+ {
1466
+ "name": "size",
1467
+ "description": "Size of the Switch",
1468
+ "type": "'sm' | 'md'"
1469
+ },
1470
+ {
1471
+ "name": "value",
1472
+ "description": "The current value of the input field",
1473
+ "type": "string"
1474
+ }
1475
+ ],
1476
+ "events": []
1477
+ }
1478
+ },
1479
+ {
1480
+ "name": "skf-tag",
1481
+ "description": "The `<skf-tag>` is a component that displays a list of actions or options\n---\n\n\n### **Slots:**\n - _default_ - The component's placeholder content",
1482
+ "doc-url": "",
1483
+ "attributes": [
1484
+ {
1485
+ "name": "size",
1486
+ "description": "Specifies Tag size -",
1487
+ "value": { "type": "'sm' | 'md' | 'lg'", "default": "'md'" }
1488
+ },
1489
+ {
1490
+ "name": "icon",
1491
+ "description": "If defined, displays leading/provided icon -",
1492
+ "value": {
1493
+ "type": "\"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\""
1494
+ }
1495
+ },
1496
+ {
1497
+ "name": "color",
1498
+ "description": "If defined, gives the supplied appearance -",
1499
+ "value": {
1500
+ "type": "\"warning\" | \"success\" | \"info\" | \"error\" | \"alert\""
1501
+ }
1502
+ },
1503
+ {
1504
+ "name": "removable",
1505
+ "description": "If true, adds trailing button to remove tag",
1506
+ "value": { "type": "boolean | undefined" }
1507
+ }
1508
+ ],
1509
+ "slots": [
1510
+ { "name": "", "description": "The component's placeholder content" }
1511
+ ],
1512
+ "events": [],
1513
+ "js": {
1514
+ "properties": [
1515
+ {
1516
+ "name": "size",
1517
+ "description": "Specifies Tag size -",
1518
+ "type": "'sm' | 'md' | 'lg'"
1519
+ },
1520
+ {
1521
+ "name": "icon",
1522
+ "description": "If defined, displays leading/provided icon -",
1523
+ "type": "\"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\""
1524
+ },
1525
+ {
1526
+ "name": "color",
1527
+ "description": "If defined, gives the supplied appearance -",
1528
+ "type": "\"warning\" | \"success\" | \"info\" | \"error\" | \"alert\""
1529
+ },
1530
+ {
1531
+ "name": "removable",
1532
+ "description": "If true, adds trailing button to remove tag",
1533
+ "type": "boolean | undefined"
1534
+ }
1535
+ ],
1536
+ "events": []
1537
+ }
1538
+ },
1539
+ {
1540
+ "name": "skf-textarea",
1541
+ "description": "The skf-textarea is used to create a textarea. Use it inside a form element or wherever you like.\n---\n\n\n### **Events:**\n - **change** - Fires when the value of the input changes\n- **invalid** - Fires when the input is invalid\n\n### **Slots:**\n - **The** - textareas label. Alternatively, you can use the `label` attribute.",
1542
+ "doc-url": "",
1543
+ "attributes": [
1544
+ {
1545
+ "name": "disabled",
1546
+ "description": "If true, sets disabled state",
1547
+ "value": { "type": "boolean" }
1548
+ },
1549
+ {
1550
+ "name": "required",
1551
+ "description": "If true, value is required or must be checked for the form to be submittable",
1552
+ "value": { "type": "boolean" }
1553
+ },
1554
+ {
1555
+ "name": "cols",
1556
+ "description": "If provided, sets the cols of the textarea",
1557
+ "value": { "type": "number", "default": "20" }
1558
+ },
1559
+ {
1560
+ "name": "custom-invalid",
1561
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text.",
1562
+ "value": { "type": "string" }
1563
+ },
1564
+ {
1565
+ "name": "debug",
1566
+ "description": "If provided, outputs helping hints in console",
1567
+ "value": { "type": "boolean", "default": "false" }
1568
+ },
1569
+ {
1570
+ "name": "hide-label",
1571
+ "description": "hide-label - If true, hides the label visually",
1572
+ "value": { "type": "boolean", "default": "false" }
1573
+ },
1574
+ {
1575
+ "name": "hint",
1576
+ "description": "If provided, displays informational text below the field",
1577
+ "value": { "type": "string | undefined" }
1578
+ },
1579
+ {
1580
+ "name": "label",
1581
+ "description": "The input's label. Alternatively, you can use the component slot.",
1582
+ "value": { "type": "string", "default": "'Default label'" }
1583
+ },
1584
+ {
1585
+ "name": "name",
1586
+ "description": "If provided, adds name to the input-element",
1587
+ "value": { "type": "string | undefined" }
1588
+ },
1589
+ {
1590
+ "name": "maxlength",
1591
+ "description": "If provided, sets the maximum character length to accept for this input",
1592
+ "value": { "type": "number | undefined" }
1593
+ },
1594
+ {
1595
+ "name": "minlength",
1596
+ "description": "If provided, sets the minimum character length to accept for this input",
1597
+ "value": { "type": "number | undefined" }
1598
+ },
1599
+ {
1600
+ "name": "placeholder",
1601
+ "description": "If provided, displays placeholder text",
1602
+ "value": { "type": "string | undefined" }
1603
+ },
1604
+ {
1605
+ "name": "readonly",
1606
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
1607
+ "value": { "type": "boolean | undefined" }
1608
+ },
1609
+ {
1610
+ "name": "required-label",
1611
+ "description": "If provided, renders an alternative A11y text for the asterisk",
1612
+ "value": { "type": "string | undefined" }
1613
+ },
1614
+ {
1615
+ "name": "rows",
1616
+ "description": "If provided, sets the rows of the textarea",
1617
+ "value": { "type": "number", "default": "2" }
1618
+ },
1619
+ {
1620
+ "name": "severity",
1621
+ "description": "If provided, displays provided severity state",
1622
+ "value": { "type": "\"success\" | \"error\"" }
1623
+ },
1624
+ {
1625
+ "name": "show-valid",
1626
+ "description": "If true, displays valid state after interaction",
1627
+ "value": { "type": "boolean | undefined" }
1628
+ },
1629
+ {
1630
+ "name": "size",
1631
+ "description": "If provided, displays an alternative size",
1632
+ "value": { "type": "'sm' | 'md' | undefined", "default": "'md'" }
1633
+ },
1634
+ {
1635
+ "name": "validate-on",
1636
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
1637
+ "value": {
1638
+ "type": "'input' | 'change' | 'submit' | undefined",
1639
+ "default": "'change'"
1640
+ }
1641
+ },
1642
+ {
1643
+ "name": "value",
1644
+ "description": "The current value of the text area",
1645
+ "value": { "type": "string", "default": "''" }
1646
+ }
1647
+ ],
1648
+ "slots": [
1649
+ {
1650
+ "name": "The",
1651
+ "description": "textareas label. Alternatively, you can use the `label` attribute."
1652
+ }
1653
+ ],
1654
+ "events": [
1655
+ {
1656
+ "name": "change",
1657
+ "description": "Fires when the value of the input changes"
1658
+ },
1659
+ {
1660
+ "name": "invalid",
1661
+ "description": "Fires when the input is invalid"
1662
+ }
1663
+ ],
1664
+ "js": {
1665
+ "properties": [
1666
+ {
1667
+ "name": "cols",
1668
+ "description": "If provided, sets the cols of the textarea",
1669
+ "type": "number"
1670
+ },
1671
+ {
1672
+ "name": "customInvalid",
1673
+ "description": "If provided, forces component to invalid state until removed. Its value is used as hint text."
1674
+ },
1675
+ {
1676
+ "name": "debug",
1677
+ "description": "If provided, outputs helping hints in console",
1678
+ "type": "boolean"
1679
+ },
1680
+ {
1681
+ "name": "hideLabel",
1682
+ "description": "hide-label - If true, hides the label visually",
1683
+ "type": "boolean"
1684
+ },
1685
+ {
1686
+ "name": "hint",
1687
+ "description": "If provided, displays informational text below the field",
1688
+ "type": "string | undefined"
1689
+ },
1690
+ {
1691
+ "name": "label",
1692
+ "description": "The input's label. Alternatively, you can use the component slot.",
1693
+ "type": "string"
1694
+ },
1695
+ {
1696
+ "name": "name",
1697
+ "description": "If provided, adds name to the input-element",
1698
+ "type": "string | undefined"
1699
+ },
1700
+ {
1701
+ "name": "maxLength",
1702
+ "description": "If provided, sets the maximum character length to accept for this input",
1703
+ "type": "number | undefined"
1704
+ },
1705
+ {
1706
+ "name": "minLength",
1707
+ "description": "If provided, sets the minimum character length to accept for this input",
1708
+ "type": "number | undefined"
1709
+ },
1710
+ {
1711
+ "name": "placeholder",
1712
+ "description": "If provided, displays placeholder text",
1713
+ "type": "string | undefined"
1714
+ },
1715
+ {
1716
+ "name": "readonly",
1717
+ "description": "If true, makes the element not mutable, meaning the user can not edit the control",
1718
+ "type": "boolean | undefined"
1719
+ },
1720
+ {
1721
+ "name": "requiredLabel",
1722
+ "description": "If provided, renders an alternative A11y text for the asterisk",
1723
+ "type": "string | undefined"
1724
+ },
1725
+ {
1726
+ "name": "rows",
1727
+ "description": "If provided, sets the rows of the textarea",
1728
+ "type": "number"
1729
+ },
1730
+ {
1731
+ "name": "severity",
1732
+ "description": "If provided, displays provided severity state",
1733
+ "type": "\"success\" | \"error\""
1734
+ },
1735
+ {
1736
+ "name": "showValid",
1737
+ "description": "If true, displays valid state after interaction",
1738
+ "type": "boolean | undefined"
1739
+ },
1740
+ {
1741
+ "name": "size",
1742
+ "description": "If provided, displays an alternative size",
1743
+ "type": "'sm' | 'md' | undefined"
1744
+ },
1745
+ {
1746
+ "name": "validateOn",
1747
+ "description": "If provided, sets validation start, \"input\", \"change\" or \"submit\"",
1748
+ "type": "'input' | 'change' | 'submit' | undefined"
1749
+ },
1750
+ {
1751
+ "name": "value",
1752
+ "description": "The current value of the text area",
1753
+ "type": "string"
1754
+ }
1755
+ ],
1756
+ "events": [
1757
+ {
1758
+ "name": "change",
1759
+ "description": "Fires when the value of the input changes"
1760
+ },
1761
+ {
1762
+ "name": "invalid",
1763
+ "description": "Fires when the input is invalid"
1764
+ }
1765
+ ]
1766
+ }
1767
+ }
1768
+ ]
1769
+ }
1770
+ }
1771
+ }