@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,1221 @@
1
+ /**
2
+ * This type can be used to create scoped tags for your components.
3
+ *
4
+ * Usage:
5
+ *
6
+ * ```ts
7
+ * import type { ScopedElements } from "path/to/library/jsx-integration";
8
+ *
9
+ * declare module "my-library" {
10
+ * namespace JSX {
11
+ * interface IntrinsicElements
12
+ * extends ScopedElements<'test-', ''> {}
13
+ * }
14
+ * }
15
+ * ```
16
+ *
17
+ */
18
+ export type ScopedElements<Prefix extends string = "", Suffix extends string = ""> = {
19
+ [Key in keyof CustomElements as `${Prefix}${Key}${Suffix}`]: CustomElements[Key];
20
+ };
21
+
22
+ type BaseProps = {
23
+ /** Content added between the opening and closing tags of the element */
24
+ children?: any;
25
+ /** Used for declaratively styling one or more elements using CSS (Cascading Stylesheets) */
26
+ class?: string;
27
+ /** Used for declaratively styling one or more elements using CSS (Cascading Stylesheets) */
28
+ className?: string;
29
+ /** Takes an object where the key is the class name(s) and the value is a boolean expression. When true, the class is applied, and when false, it is removed. */
30
+ classList?: Record<string, boolean | undefined>;
31
+ /** Specifies the text direction of the element. */
32
+ dir?: "ltr" | "rtl";
33
+ /** Contains a space-separated list of the part names of the element that should be exposed on the host element. */
34
+ exportparts?: string;
35
+ /** For <label> and <output>, lets you associate the label with some control. */
36
+ htmlFor?: string;
37
+ /** Specifies whether the element should be hidden. */
38
+ hidden?: boolean | string;
39
+ /** A unique identifier for the element. */
40
+ id?: string;
41
+ /** Keys tell React which array item each component corresponds to */
42
+ key?: string | number;
43
+ /** Specifies the language of the element. */
44
+ lang?: string;
45
+ /** Contains a space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element. */
46
+ part?: string;
47
+ /** Use the ref attribute with a variable to assign a DOM element to the variable once the element is rendered. */
48
+ ref?: unknown | ((e: unknown) => void);
49
+ /** Adds a reference for a custom element slot */
50
+ slot?: string;
51
+ /** Prop for setting inline styles */
52
+ style?: Record<string, string | number>;
53
+ /** Overrides the default Tab button behavior. Avoid using values other than -1 and 0. */
54
+ tabIndex?: number;
55
+ /** Specifies the tooltip text for the element. */
56
+ title?: string;
57
+ /** Passing 'no' excludes the element content from being translated. */
58
+ translate?: "yes" | "no";
59
+ };
60
+
61
+ type BaseEvents = {};
62
+
63
+ export type SkfAccordionProps = {
64
+ /** If true, will animate the expand/collapse state */
65
+ animated?: boolean | undefined;
66
+ /** Controls which heading element will be rendered */
67
+ "heading-as"?: Exclude<HeadingType, "h1">;
68
+ /** If provided, adds a gap between each item */
69
+ gap?: boolean | undefined;
70
+ /** If true, allowes multiple accordion items to open */
71
+ multiple?: boolean | undefined;
72
+ /** If true, renders the small version */
73
+ small?: boolean | undefined;
74
+ /** If true, will truncate all headings in collapsed state */
75
+ truncate?: boolean | undefined;
76
+ };
77
+
78
+ export type SkfAlertProps = {
79
+ /** If true, alert is being used as a toast with an close button */
80
+ closeable?: boolean | undefined;
81
+ /** Close button aria-label */
82
+ "button-label"?: string;
83
+ /** If defined, displays leading icon */
84
+ icon?: SkfIcon["name"] | undefined;
85
+ /** If defined, gives the supplied appearance */
86
+ severity?: SeverityFgColor | undefined;
87
+
88
+ /** Fires when the close button is clicked */
89
+ "onskf-alert-close"?: (e: CustomEvent<never>) => void;
90
+ };
91
+
92
+ export type SkfButtonProps = {
93
+ /** If true, gives destructive appearance. **Notice!** Only applicable if `variant` is `primary`. */
94
+ destructive?: boolean;
95
+ /** If true, removes border */
96
+ disabled?: boolean;
97
+ /** If provided, renders an icon before or after the text */
98
+ icon?:
99
+ | "arrowDown"
100
+ | "arrowDownUp"
101
+ | "arrowLeft"
102
+ | "arrowRight"
103
+ | "arrowUp"
104
+ | "article"
105
+ | "artificialIntelligence"
106
+ | "asset"
107
+ | "attachment"
108
+ | "bandCursor"
109
+ | "bands"
110
+ | "batteryEmpty"
111
+ | "batteryFull"
112
+ | "batteryLow"
113
+ | "bearingFault"
114
+ | "book"
115
+ | "bulb"
116
+ | "burger"
117
+ | "cPM"
118
+ | "calendar"
119
+ | "calendarBooked"
120
+ | "calendarEmpty"
121
+ | "calendarNotBooked"
122
+ | "calendarRecurring"
123
+ | "caretDown"
124
+ | "caretUp"
125
+ | "caretUpDown"
126
+ | "chat"
127
+ | "check"
128
+ | "checkCircle"
129
+ | "checkSmall"
130
+ | "chevronDown"
131
+ | "chevronLeft"
132
+ | "chevronRight"
133
+ | "chevronUp"
134
+ | "chevronUpDown"
135
+ | "close"
136
+ | "closeAllFaults"
137
+ | "closeFault"
138
+ | "closeSmall"
139
+ | "columnGraph"
140
+ | "comment"
141
+ | "connection1"
142
+ | "connection2"
143
+ | "connection3"
144
+ | "connection4"
145
+ | "danger"
146
+ | "defectFrequencies"
147
+ | "defectFrequenciesAlternative"
148
+ | "doubleChevronLeft"
149
+ | "doubleChevronRight"
150
+ | "download"
151
+ | "draft"
152
+ | "draftFilled"
153
+ | "draftOutlined"
154
+ | "dragNDrop"
155
+ | "drop"
156
+ | "duplicate"
157
+ | "edit"
158
+ | "emailFilled"
159
+ | "emailOutlined"
160
+ | "exclamation"
161
+ | "eye"
162
+ | "eyeHidden"
163
+ | "eyeVisible"
164
+ | "filter"
165
+ | "forbidden"
166
+ | "fullScreen"
167
+ | "fullScreenExit"
168
+ | "functionalLocation"
169
+ | "harmonicCursor"
170
+ | "heatmap"
171
+ | "hierarchy"
172
+ | "history"
173
+ | "historyAlt"
174
+ | "hourglassFramedFilled"
175
+ | "hourglassFramedOutlined"
176
+ | "hourglassOutlined"
177
+ | "hz"
178
+ | "iMX"
179
+ | "image"
180
+ | "infoCircleFilled"
181
+ | "infoCircleOutlined"
182
+ | "integration"
183
+ | "kebab"
184
+ | "link"
185
+ | "listGroup"
186
+ | "listItem"
187
+ | "locationPin"
188
+ | "lock"
189
+ | "logOut"
190
+ | "meatballs"
191
+ | "microphone"
192
+ | "minus"
193
+ | "minusSmall"
194
+ | "noData"
195
+ | "o"
196
+ | "openInNew"
197
+ | "overlayBaseline"
198
+ | "pDF"
199
+ | "paper"
200
+ | "pause"
201
+ | "pieChart"
202
+ | "pin"
203
+ | "play"
204
+ | "plus"
205
+ | "powerOff"
206
+ | "printer"
207
+ | "proCollect"
208
+ | "recAction"
209
+ | "received"
210
+ | "refresh"
211
+ | "reorder"
212
+ | "replace"
213
+ | "reply"
214
+ | "rewalkableRoute"
215
+ | "routes"
216
+ | "search"
217
+ | "send"
218
+ | "sensorA"
219
+ | "sensorB"
220
+ | "settings"
221
+ | "sidebandCursor"
222
+ | "singleCursor"
223
+ | "spectrum"
224
+ | "starFilled"
225
+ | "starOutlined"
226
+ | "statusCircle"
227
+ | "stop"
228
+ | "structuralVibration"
229
+ | "sync"
230
+ | "timewave"
231
+ | "trash"
232
+ | "trend"
233
+ | "trendingUp"
234
+ | "undo"
235
+ | "unknownCircle"
236
+ | "unknownDiamond"
237
+ | "unlink"
238
+ | "unlock"
239
+ | "unscheduledAction"
240
+ | "upload"
241
+ | "user"
242
+ | "viewFull"
243
+ | "viewHorizontal"
244
+ | "viewVertical"
245
+ | "warning"
246
+ | "warningCircle"
247
+ | "warningDiamond"
248
+ | "zoomIn"
249
+ | "zoomOut";
250
+ /** If provided, determines the positioning of the icon in relation to the text */
251
+ "icon-position"?: "left" | "right" | undefined;
252
+ /** If true, hides text & icon and shows loading indicator. **Notice!** Only applicable if `variant` is `primary`. */
253
+ loading?: boolean;
254
+ /** If provided, displays an alternative size */
255
+ size?: "sm" | "md" | "lg";
256
+ /** If provided, changes the button type */
257
+ type?: "button" | "submit" | "reset";
258
+ /** If provided, alters the appearance */
259
+ variant?: "primary" | "secondary";
260
+ };
261
+
262
+ export type SkfCardProps = {
263
+ /** If true, removes border */
264
+ "no-border"?: boolean;
265
+ /** If true, removes padding */
266
+ "no-padding"?: boolean;
267
+ /** If true, the Card fills the parent element height */
268
+ stretch?: boolean;
269
+ };
270
+
271
+ export type SkfCheckboxProps = {
272
+ /** If true, sets disabled state */
273
+ disabled?: boolean;
274
+ /** If true, value is required or must be checked for the form to be submittable */
275
+ required?: boolean;
276
+ /** If defined, outputs helping hints in console */
277
+ debug?: boolean | undefined;
278
+ /** If true, outputs helping hints in console */
279
+ checked?: boolean | undefined;
280
+ /** If true, forces component to invalid state until removed */
281
+ "custom-invalid"?: boolean | undefined;
282
+ /** If true, hides the label visually */
283
+ "hide-label"?: boolean | undefined;
284
+ /** If true and the checkbox is unchecked, the checkbox will appear indeterminate */
285
+ indeterminate?: boolean | undefined;
286
+ /** If defined, sets the input's label. Alternatively, you can use the `label` attribute. */
287
+ label?: string | undefined;
288
+ /** If defined, adds name to the input-element */
289
+ name?: string | undefined;
290
+ /** If defined, renders an alternative A11y text for the asterisk */
291
+ "required-label"?: string | undefined;
292
+ /** Size of the checkbox */
293
+ size?: "sm" | "md";
294
+ /** If defined, styles checkbox using provided severity */
295
+ severity?: FormFieldBaseProps["severity"] | undefined;
296
+ /** If defined, displays valid state after interaction */
297
+ "show-valid"?: boolean | undefined;
298
+ /** The current value of the input field */
299
+ value?: string;
300
+
301
+ /** {object} - When the value of the input changes */
302
+ onchange?: (e: CustomEvent<never>) => void;
303
+ };
304
+
305
+ export type SkfCollapseProps = {
306
+ /** If true, will animate the expand/collapse state */
307
+ animated?: boolean;
308
+ /** If true, will set the collapse to be expanded by default */
309
+ expanded?: boolean;
310
+ /** Heading for the collapse */
311
+ heading?: string | undefined;
312
+ /** Controls which heading element will be rendered */
313
+ "heading-as"?: Exclude<HeadingType, "h1">;
314
+ /** If true, renders the small version */
315
+ small?: boolean;
316
+ /** If true, will truncate the heading in collapsed state */
317
+ truncate?: boolean;
318
+
319
+ /** Event emitted when toggled */
320
+ "onskf-collapse-toggle"?: (e: CustomEvent<CustomEvent>) => void;
321
+ };
322
+
323
+ export type SkfDividerProps = {
324
+ /** If provided, alters the Divider color */
325
+ color?: "emphasised" | "primary" | "secondary" | "tertiary" | "inverse";
326
+ /** If true, renders a div for presentational purpose instead of the semantic hr-element */
327
+ decorative?: boolean;
328
+ /** If true, renders the divider vertically */
329
+ vertical?: boolean;
330
+ };
331
+
332
+ export type SkfHeadingProps = {
333
+ /** Controls which heading element will be rendered. Should not be used to affect appearance. */
334
+ as?: HeadingType;
335
+ /** If provided, changes the appearance of the heading */
336
+ "styled-as"?: HeadingType | undefined;
337
+ };
338
+
339
+ export type SkfIconProps = {
340
+ /** */
341
+ color?: "primary" | "inverse" | "emphasised" | "secondary" | "success" | "info" | "warning" | "error" | "alert";
342
+ /** If provided, adds an alternate description to use for assistive devices */
343
+ label?: string | undefined;
344
+ /** */
345
+ name?:
346
+ | "arrowDown"
347
+ | "arrowDownUp"
348
+ | "arrowLeft"
349
+ | "arrowRight"
350
+ | "arrowUp"
351
+ | "article"
352
+ | "artificialIntelligence"
353
+ | "asset"
354
+ | "attachment"
355
+ | "bandCursor"
356
+ | "bands"
357
+ | "batteryEmpty"
358
+ | "batteryFull"
359
+ | "batteryLow"
360
+ | "bearingFault"
361
+ | "book"
362
+ | "bulb"
363
+ | "burger"
364
+ | "cPM"
365
+ | "calendar"
366
+ | "calendarBooked"
367
+ | "calendarEmpty"
368
+ | "calendarNotBooked"
369
+ | "calendarRecurring"
370
+ | "caretDown"
371
+ | "caretUp"
372
+ | "caretUpDown"
373
+ | "chat"
374
+ | "check"
375
+ | "checkCircle"
376
+ | "checkSmall"
377
+ | "chevronDown"
378
+ | "chevronLeft"
379
+ | "chevronRight"
380
+ | "chevronUp"
381
+ | "chevronUpDown"
382
+ | "close"
383
+ | "closeAllFaults"
384
+ | "closeFault"
385
+ | "closeSmall"
386
+ | "columnGraph"
387
+ | "comment"
388
+ | "connection1"
389
+ | "connection2"
390
+ | "connection3"
391
+ | "connection4"
392
+ | "danger"
393
+ | "defectFrequencies"
394
+ | "defectFrequenciesAlternative"
395
+ | "doubleChevronLeft"
396
+ | "doubleChevronRight"
397
+ | "download"
398
+ | "draft"
399
+ | "draftFilled"
400
+ | "draftOutlined"
401
+ | "dragNDrop"
402
+ | "drop"
403
+ | "duplicate"
404
+ | "edit"
405
+ | "emailFilled"
406
+ | "emailOutlined"
407
+ | "exclamation"
408
+ | "eye"
409
+ | "eyeHidden"
410
+ | "eyeVisible"
411
+ | "filter"
412
+ | "forbidden"
413
+ | "fullScreen"
414
+ | "fullScreenExit"
415
+ | "functionalLocation"
416
+ | "harmonicCursor"
417
+ | "heatmap"
418
+ | "hierarchy"
419
+ | "history"
420
+ | "historyAlt"
421
+ | "hourglassFramedFilled"
422
+ | "hourglassFramedOutlined"
423
+ | "hourglassOutlined"
424
+ | "hz"
425
+ | "iMX"
426
+ | "image"
427
+ | "infoCircleFilled"
428
+ | "infoCircleOutlined"
429
+ | "integration"
430
+ | "kebab"
431
+ | "link"
432
+ | "listGroup"
433
+ | "listItem"
434
+ | "locationPin"
435
+ | "lock"
436
+ | "logOut"
437
+ | "meatballs"
438
+ | "microphone"
439
+ | "minus"
440
+ | "minusSmall"
441
+ | "noData"
442
+ | "o"
443
+ | "openInNew"
444
+ | "overlayBaseline"
445
+ | "pDF"
446
+ | "paper"
447
+ | "pause"
448
+ | "pieChart"
449
+ | "pin"
450
+ | "play"
451
+ | "plus"
452
+ | "powerOff"
453
+ | "printer"
454
+ | "proCollect"
455
+ | "recAction"
456
+ | "received"
457
+ | "refresh"
458
+ | "reorder"
459
+ | "replace"
460
+ | "reply"
461
+ | "rewalkableRoute"
462
+ | "routes"
463
+ | "search"
464
+ | "send"
465
+ | "sensorA"
466
+ | "sensorB"
467
+ | "settings"
468
+ | "sidebandCursor"
469
+ | "singleCursor"
470
+ | "spectrum"
471
+ | "starFilled"
472
+ | "starOutlined"
473
+ | "statusCircle"
474
+ | "stop"
475
+ | "structuralVibration"
476
+ | "sync"
477
+ | "timewave"
478
+ | "trash"
479
+ | "trend"
480
+ | "trendingUp"
481
+ | "undo"
482
+ | "unknownCircle"
483
+ | "unknownDiamond"
484
+ | "unlink"
485
+ | "unlock"
486
+ | "unscheduledAction"
487
+ | "upload"
488
+ | "user"
489
+ | "viewFull"
490
+ | "viewHorizontal"
491
+ | "viewVertical"
492
+ | "warning"
493
+ | "warningCircle"
494
+ | "warningDiamond"
495
+ | "zoomIn"
496
+ | "zoomOut";
497
+ /** */
498
+ size?: "xs" | "sm" | "md" | "lg";
499
+ };
500
+
501
+ export type SkfInputProps = {
502
+ /** If true, sets disabled state */
503
+ disabled?: boolean;
504
+ /** If true, value is required or must be checked for the form to be submittable */
505
+ required?: boolean;
506
+ /** If provided, renders a custom aria-label for the clear button **Notice!** Only applicable to type=search. */
507
+ "button-aria-label-clear"?: string;
508
+ /** If provided, renders a custom aria-label for the visibility button. **Notice!** Only applicable to type=password. */
509
+ "button-aria-label-hide"?: string;
510
+ /** If provided, renders a custom aria-label for the visibility button **Notice!** Only applicable to type=password. */
511
+ "button-aria-label-show"?: string;
512
+ /** If provided, forces component to invalid state until removed. Its value is used as hint text. */
513
+ "custom-invalid"?: string;
514
+ /** If provided, outputs helping hints in console */
515
+ debug?: boolean;
516
+ /** If true, hides the label visually */
517
+ "hide-label"?: boolean;
518
+ /** If provided, displays informational text below the field */
519
+ hint?: string | undefined;
520
+ /** If provided, tells what keyboard to use if applicable */
521
+ inputmode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
522
+ /** The input's label. Alternatively, you can use the `label` attribute. */
523
+ label?: string | undefined;
524
+ /** If provided, displays a prefix/adornment before the input-element */
525
+ leading?: string | undefined;
526
+ /** If provided, sets the maximum value to accept for this input */
527
+ max?: number | string | undefined;
528
+ /** If provided, sets the maximum character length to accept for this input */
529
+ maxlength?: number | undefined;
530
+ /** If provided, sets the minimum value to accept for this input */
531
+ min?: number | string | undefined;
532
+ /** If provided, sets the minimum character length to accept for this input */
533
+ minlength?: number | undefined;
534
+ /** If provided, adds name to the input-element */
535
+ name?: string | undefined;
536
+ /** If provided, adds name to the input-element */
537
+ pattern?: string | undefined;
538
+ /** If provided, displays placeholder text */
539
+ placeholder?: string | undefined;
540
+ /** If true, makes the element not mutable, meaning the user can not edit the control */
541
+ readonly?: boolean | undefined;
542
+ /** If provided, renders an alternative A11y text for the asterisk */
543
+ "required-label"?: string | undefined;
544
+ /** If provided, displays provided severity state */
545
+ severity?: FormFieldBaseProps["severity"] | undefined;
546
+ /** If provided, displays provided severity state */
547
+ "show-valid"?: boolean | undefined;
548
+ /** If provided, displays an alternative size */
549
+ size?: "sm" | "md" | undefined;
550
+ /** If provided, displays a suffix/adornment after the input-element */
551
+ trailing?: string | undefined;
552
+ /** If provided, changes the type of form control */
553
+ type?: Exclude<FormFieldBaseProps["type"], "checkbox" | "radio"> | undefined;
554
+ /** If provided, sets validation start, "input", "change" or "submit" */
555
+ "validate-on"?: "input" | "change" | "submit" | undefined;
556
+ /** The current value of the input field */
557
+ value?: string;
558
+ /** */
559
+ _numberController?: string;
560
+ /** */
561
+ _passwordController?: string;
562
+ /** Fires when the value of the input changes */
563
+ onchange?: (e: CustomEvent<never>) => void;
564
+ /** Fires when the input is invalid */
565
+ oninvalid?: (e: CustomEvent<never>) => void;
566
+ };
567
+
568
+ export type SkfLinkProps = {
569
+ /** Specifies semantic element to render - */
570
+ as?: "button" | "a";
571
+ /** */
572
+ color?: "primary" | "inverse";
573
+ /** If true, disables the link */
574
+ disabled?: boolean | undefined;
575
+ /** If provided, downloads the url */
576
+ download?: string | undefined;
577
+ /** If provided, loads url on click */
578
+ href?: string | undefined;
579
+ /** If provided, renders an icon before or after the text */
580
+ icon?:
581
+ | "arrowDown"
582
+ | "arrowDownUp"
583
+ | "arrowLeft"
584
+ | "arrowRight"
585
+ | "arrowUp"
586
+ | "article"
587
+ | "artificialIntelligence"
588
+ | "asset"
589
+ | "attachment"
590
+ | "bandCursor"
591
+ | "bands"
592
+ | "batteryEmpty"
593
+ | "batteryFull"
594
+ | "batteryLow"
595
+ | "bearingFault"
596
+ | "book"
597
+ | "bulb"
598
+ | "burger"
599
+ | "cPM"
600
+ | "calendar"
601
+ | "calendarBooked"
602
+ | "calendarEmpty"
603
+ | "calendarNotBooked"
604
+ | "calendarRecurring"
605
+ | "caretDown"
606
+ | "caretUp"
607
+ | "caretUpDown"
608
+ | "chat"
609
+ | "check"
610
+ | "checkCircle"
611
+ | "checkSmall"
612
+ | "chevronDown"
613
+ | "chevronLeft"
614
+ | "chevronRight"
615
+ | "chevronUp"
616
+ | "chevronUpDown"
617
+ | "close"
618
+ | "closeAllFaults"
619
+ | "closeFault"
620
+ | "closeSmall"
621
+ | "columnGraph"
622
+ | "comment"
623
+ | "connection1"
624
+ | "connection2"
625
+ | "connection3"
626
+ | "connection4"
627
+ | "danger"
628
+ | "defectFrequencies"
629
+ | "defectFrequenciesAlternative"
630
+ | "doubleChevronLeft"
631
+ | "doubleChevronRight"
632
+ | "download"
633
+ | "draft"
634
+ | "draftFilled"
635
+ | "draftOutlined"
636
+ | "dragNDrop"
637
+ | "drop"
638
+ | "duplicate"
639
+ | "edit"
640
+ | "emailFilled"
641
+ | "emailOutlined"
642
+ | "exclamation"
643
+ | "eye"
644
+ | "eyeHidden"
645
+ | "eyeVisible"
646
+ | "filter"
647
+ | "forbidden"
648
+ | "fullScreen"
649
+ | "fullScreenExit"
650
+ | "functionalLocation"
651
+ | "harmonicCursor"
652
+ | "heatmap"
653
+ | "hierarchy"
654
+ | "history"
655
+ | "historyAlt"
656
+ | "hourglassFramedFilled"
657
+ | "hourglassFramedOutlined"
658
+ | "hourglassOutlined"
659
+ | "hz"
660
+ | "iMX"
661
+ | "image"
662
+ | "infoCircleFilled"
663
+ | "infoCircleOutlined"
664
+ | "integration"
665
+ | "kebab"
666
+ | "link"
667
+ | "listGroup"
668
+ | "listItem"
669
+ | "locationPin"
670
+ | "lock"
671
+ | "logOut"
672
+ | "meatballs"
673
+ | "microphone"
674
+ | "minus"
675
+ | "minusSmall"
676
+ | "noData"
677
+ | "o"
678
+ | "openInNew"
679
+ | "overlayBaseline"
680
+ | "pDF"
681
+ | "paper"
682
+ | "pause"
683
+ | "pieChart"
684
+ | "pin"
685
+ | "play"
686
+ | "plus"
687
+ | "powerOff"
688
+ | "printer"
689
+ | "proCollect"
690
+ | "recAction"
691
+ | "received"
692
+ | "refresh"
693
+ | "reorder"
694
+ | "replace"
695
+ | "reply"
696
+ | "rewalkableRoute"
697
+ | "routes"
698
+ | "search"
699
+ | "send"
700
+ | "sensorA"
701
+ | "sensorB"
702
+ | "settings"
703
+ | "sidebandCursor"
704
+ | "singleCursor"
705
+ | "spectrum"
706
+ | "starFilled"
707
+ | "starOutlined"
708
+ | "statusCircle"
709
+ | "stop"
710
+ | "structuralVibration"
711
+ | "sync"
712
+ | "timewave"
713
+ | "trash"
714
+ | "trend"
715
+ | "trendingUp"
716
+ | "undo"
717
+ | "unknownCircle"
718
+ | "unknownDiamond"
719
+ | "unlink"
720
+ | "unlock"
721
+ | "unscheduledAction"
722
+ | "upload"
723
+ | "user"
724
+ | "viewFull"
725
+ | "viewHorizontal"
726
+ | "viewVertical"
727
+ | "warning"
728
+ | "warningCircle"
729
+ | "warningDiamond"
730
+ | "zoomIn"
731
+ | "zoomOut";
732
+ /** Position of the icon in relation to the text - */
733
+ "icon-placement"?: "left" | "right";
734
+ /** Specifies the relationship of the target object to the link object - */
735
+ rel?: string;
736
+ /** If provided, used on conjunction with onClick property, second argument */
737
+ route?: string | undefined;
738
+ /** If true, fills the parents horizontal axis */
739
+ stretch?: boolean | undefined;
740
+ /** If provided, specifies where to open the linked document */
741
+ target?: "_blank" | "_parent" | "_self" | "_top" | undefined;
742
+ /** Type of button - */
743
+ type?: "button" | "submit" | "reset";
744
+ /** If provided, custom function triggered by click where the second return parameter enables custom routing. */
745
+ onClick?: function;
746
+ };
747
+
748
+ export type SkfLoaderProps = {
749
+ /** */
750
+ "aria-label"?: string;
751
+ /** If true, inverts the color (to be used on colored backgrounds) */
752
+ invert?: boolean;
753
+ /** If provided, displays an alternative size */
754
+ size?: "md" | "sm" | undefined;
755
+ };
756
+
757
+ export type SkfLogoProps = {
758
+ /** The title of the logo */
759
+ title?: string;
760
+ /** If provided, sets color of the logo */
761
+ color?: "primary" | "secondary" | "inverse";
762
+ };
763
+
764
+ export type SkfRadioProps = {
765
+ /** If true, sets disabled state */
766
+ disabled?: boolean;
767
+ /** If true, value is required or must be checked for the form to be submittable */
768
+ required?: boolean;
769
+ /** If provided, outputs helping hints in console */
770
+ debug?: boolean;
771
+ /** If true, outputs helping hints in console */
772
+ checked?: boolean | undefined;
773
+ /** If true, forces component to invalid state until removed */
774
+ "custom-invalid"?: boolean | undefined;
775
+ /** If true, hides the label visually */
776
+ "hide-label"?: boolean;
777
+ /** The input's label. Alternatively, you can use the `label` attribute. */
778
+ label?: string | undefined;
779
+ /** If provided, adds name to the input-element */
780
+ name?: string | undefined;
781
+ /** If provided, renders an alternative A11y text for the asterisk */
782
+ "required-label"?: string | undefined;
783
+ /** If provided, displays an alternative size */
784
+ size?: "sm" | "md" | undefined;
785
+ /** If provided, displays provided severity state */
786
+ severity?: FormFieldBaseProps["severity"] | undefined;
787
+ /** If provided, displays valid state after interaction */
788
+ "show-valid"?: boolean | undefined;
789
+ /** The current value of the input field */
790
+ value?: string;
791
+
792
+ /** {object} - When the value of the input changes */
793
+ onchange?: (e: CustomEvent<never>) => void;
794
+ };
795
+
796
+ export type SkfSwitchProps = {
797
+ /** If true, sets disabled state */
798
+ disabled?: boolean;
799
+ /** If true, value is required or must be checked for the form to be submittable */
800
+ required?: boolean;
801
+ /** If true, outputs helping hints in console */
802
+ debug?: boolean | undefined;
803
+ /** If true, outputs helping hints in console */
804
+ checked?: boolean | undefined;
805
+ /** If true, hides the label visually */
806
+ "hide-label"?: boolean | undefined;
807
+ /** If defined, sets the input's label. Alternatively, you can use the `label` attribute. */
808
+ label?: string | undefined;
809
+ /** If defined, adds name to the input-element */
810
+ name?: string | undefined;
811
+ /** If defined, renders an alternative A11y text for the asterisk */
812
+ "required-label"?: string | undefined;
813
+ /** Size of the Switch */
814
+ size?: "sm" | "md";
815
+ /** The current value of the input field */
816
+ value?: string;
817
+ };
818
+
819
+ export type SkfTagProps = {
820
+ /** Specifies Tag size - */
821
+ size?: "sm" | "md" | "lg";
822
+ /** If defined, displays leading/provided icon - */
823
+ icon?:
824
+ | "arrowDown"
825
+ | "arrowDownUp"
826
+ | "arrowLeft"
827
+ | "arrowRight"
828
+ | "arrowUp"
829
+ | "article"
830
+ | "artificialIntelligence"
831
+ | "asset"
832
+ | "attachment"
833
+ | "bandCursor"
834
+ | "bands"
835
+ | "batteryEmpty"
836
+ | "batteryFull"
837
+ | "batteryLow"
838
+ | "bearingFault"
839
+ | "book"
840
+ | "bulb"
841
+ | "burger"
842
+ | "cPM"
843
+ | "calendar"
844
+ | "calendarBooked"
845
+ | "calendarEmpty"
846
+ | "calendarNotBooked"
847
+ | "calendarRecurring"
848
+ | "caretDown"
849
+ | "caretUp"
850
+ | "caretUpDown"
851
+ | "chat"
852
+ | "check"
853
+ | "checkCircle"
854
+ | "checkSmall"
855
+ | "chevronDown"
856
+ | "chevronLeft"
857
+ | "chevronRight"
858
+ | "chevronUp"
859
+ | "chevronUpDown"
860
+ | "close"
861
+ | "closeAllFaults"
862
+ | "closeFault"
863
+ | "closeSmall"
864
+ | "columnGraph"
865
+ | "comment"
866
+ | "connection1"
867
+ | "connection2"
868
+ | "connection3"
869
+ | "connection4"
870
+ | "danger"
871
+ | "defectFrequencies"
872
+ | "defectFrequenciesAlternative"
873
+ | "doubleChevronLeft"
874
+ | "doubleChevronRight"
875
+ | "download"
876
+ | "draft"
877
+ | "draftFilled"
878
+ | "draftOutlined"
879
+ | "dragNDrop"
880
+ | "drop"
881
+ | "duplicate"
882
+ | "edit"
883
+ | "emailFilled"
884
+ | "emailOutlined"
885
+ | "exclamation"
886
+ | "eye"
887
+ | "eyeHidden"
888
+ | "eyeVisible"
889
+ | "filter"
890
+ | "forbidden"
891
+ | "fullScreen"
892
+ | "fullScreenExit"
893
+ | "functionalLocation"
894
+ | "harmonicCursor"
895
+ | "heatmap"
896
+ | "hierarchy"
897
+ | "history"
898
+ | "historyAlt"
899
+ | "hourglassFramedFilled"
900
+ | "hourglassFramedOutlined"
901
+ | "hourglassOutlined"
902
+ | "hz"
903
+ | "iMX"
904
+ | "image"
905
+ | "infoCircleFilled"
906
+ | "infoCircleOutlined"
907
+ | "integration"
908
+ | "kebab"
909
+ | "link"
910
+ | "listGroup"
911
+ | "listItem"
912
+ | "locationPin"
913
+ | "lock"
914
+ | "logOut"
915
+ | "meatballs"
916
+ | "microphone"
917
+ | "minus"
918
+ | "minusSmall"
919
+ | "noData"
920
+ | "o"
921
+ | "openInNew"
922
+ | "overlayBaseline"
923
+ | "pDF"
924
+ | "paper"
925
+ | "pause"
926
+ | "pieChart"
927
+ | "pin"
928
+ | "play"
929
+ | "plus"
930
+ | "powerOff"
931
+ | "printer"
932
+ | "proCollect"
933
+ | "recAction"
934
+ | "received"
935
+ | "refresh"
936
+ | "reorder"
937
+ | "replace"
938
+ | "reply"
939
+ | "rewalkableRoute"
940
+ | "routes"
941
+ | "search"
942
+ | "send"
943
+ | "sensorA"
944
+ | "sensorB"
945
+ | "settings"
946
+ | "sidebandCursor"
947
+ | "singleCursor"
948
+ | "spectrum"
949
+ | "starFilled"
950
+ | "starOutlined"
951
+ | "statusCircle"
952
+ | "stop"
953
+ | "structuralVibration"
954
+ | "sync"
955
+ | "timewave"
956
+ | "trash"
957
+ | "trend"
958
+ | "trendingUp"
959
+ | "undo"
960
+ | "unknownCircle"
961
+ | "unknownDiamond"
962
+ | "unlink"
963
+ | "unlock"
964
+ | "unscheduledAction"
965
+ | "upload"
966
+ | "user"
967
+ | "viewFull"
968
+ | "viewHorizontal"
969
+ | "viewVertical"
970
+ | "warning"
971
+ | "warningCircle"
972
+ | "warningDiamond"
973
+ | "zoomIn"
974
+ | "zoomOut";
975
+ /** If defined, gives the supplied appearance - */
976
+ color?: "warning" | "success" | "info" | "error" | "alert";
977
+ /** If true, adds trailing button to remove tag */
978
+ removable?: boolean | undefined;
979
+ };
980
+
981
+ export type SkfTextAreaProps = {
982
+ /** If true, sets disabled state */
983
+ disabled?: boolean;
984
+ /** If true, value is required or must be checked for the form to be submittable */
985
+ required?: boolean;
986
+ /** If provided, sets the cols of the textarea */
987
+ cols?: number;
988
+ /** If provided, forces component to invalid state until removed. Its value is used as hint text. */
989
+ "custom-invalid"?: string;
990
+ /** If provided, outputs helping hints in console */
991
+ debug?: boolean;
992
+ /** hide-label - If true, hides the label visually */
993
+ "hide-label"?: boolean;
994
+ /** If provided, displays informational text below the field */
995
+ hint?: string | undefined;
996
+ /** The input's label. Alternatively, you can use the component slot. */
997
+ label?: string;
998
+ /** If provided, adds name to the input-element */
999
+ name?: string | undefined;
1000
+ /** If provided, sets the maximum character length to accept for this input */
1001
+ maxlength?: number | undefined;
1002
+ /** If provided, sets the minimum character length to accept for this input */
1003
+ minlength?: number | undefined;
1004
+ /** If provided, displays placeholder text */
1005
+ placeholder?: string | undefined;
1006
+ /** If true, makes the element not mutable, meaning the user can not edit the control */
1007
+ readonly?: boolean | undefined;
1008
+ /** If provided, renders an alternative A11y text for the asterisk */
1009
+ "required-label"?: string | undefined;
1010
+ /** If provided, sets the rows of the textarea */
1011
+ rows?: number;
1012
+ /** If provided, displays provided severity state */
1013
+ severity?: "success" | "error";
1014
+ /** If true, displays valid state after interaction */
1015
+ "show-valid"?: boolean | undefined;
1016
+ /** If provided, displays an alternative size */
1017
+ size?: "sm" | "md" | undefined;
1018
+ /** If provided, sets validation start, "input", "change" or "submit" */
1019
+ "validate-on"?: "input" | "change" | "submit" | undefined;
1020
+ /** The current value of the text area */
1021
+ value?: string;
1022
+
1023
+ /** Fires when the value of the input changes */
1024
+ onchange?: (e: CustomEvent<never>) => void;
1025
+ /** Fires when the input is invalid */
1026
+ oninvalid?: (e: CustomEvent<never>) => void;
1027
+ };
1028
+
1029
+ export type CustomElements = {
1030
+ /**
1031
+ * The `<skf-accordion>` component consists of multiple `<skf-collapse>`, working together.
1032
+ *
1033
+ * See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6256cb1b44eba592d319d92e) for design principles.
1034
+ * ---
1035
+ *
1036
+ *
1037
+ * ### **Slots:**
1038
+ * - _default_ - Expects one or more <skf-accordion-item> element(s)
1039
+ */
1040
+ "skf-accordion": Partial<SkfAccordionProps | BaseProps | BaseEvents>;
1041
+
1042
+ /**
1043
+ * The `<skf-alert>` is a type of notification that appears in-line
1044
+ * ---
1045
+ *
1046
+ *
1047
+ * ### **Events:**
1048
+ * - **skf-alert-close** - Fires when the close button is clicked
1049
+ *
1050
+ * ### **Slots:**
1051
+ * - _default_ - Alert message. **Notice!** See design principles for approved content
1052
+ * - **link** - lodjvodjvodjo
1053
+ */
1054
+ "skf-alert": Partial<SkfAlertProps | BaseProps | BaseEvents>;
1055
+
1056
+ /**
1057
+ * Component to be used in forms or for interactivity
1058
+ * ---
1059
+ *
1060
+ *
1061
+ * ### **Slots:**
1062
+ * - _default_ - The Primary content
1063
+ */
1064
+ "skf-button": Partial<SkfButtonProps | BaseProps | BaseEvents>;
1065
+
1066
+ /**
1067
+ * The `<skf-card>` can be used to group related subjects in a container
1068
+ * ---
1069
+ *
1070
+ *
1071
+ * ### **Slots:**
1072
+ * - _default_ - The card's main content
1073
+ */
1074
+ "skf-card": Partial<SkfCardProps | BaseProps | BaseEvents>;
1075
+
1076
+ /**
1077
+ * The `<skf-checkbox>` component is used to create a checkbox input
1078
+ * ---
1079
+ *
1080
+ *
1081
+ * ### **Events:**
1082
+ * - **change** - {object} - When the value of the input changes
1083
+ *
1084
+ * ### **Slots:**
1085
+ * - **Default** - Alternatively, you can use the `label` attribute
1086
+ */
1087
+ "skf-checkbox": Partial<SkfCheckboxProps | BaseProps | BaseEvents>;
1088
+
1089
+ /**
1090
+ * The `<skf-collapse>` component is a general purpose container for content that can be collapsed / expanded.
1091
+ *
1092
+ * See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6229e2eb8a8dacf366dc3243) for design principles.
1093
+ * ---
1094
+ *
1095
+ *
1096
+ * ### **Events:**
1097
+ * - **skf-collapse-toggle** - Event emitted when toggled
1098
+ *
1099
+ * ### **Methods:**
1100
+ * - **setClose()** - Class method as alternative to manipulate attribute
1101
+ * - **setOpen()** - Class method as alternative to manipulate attribute
1102
+ *
1103
+ * ### **Slots:**
1104
+ * - _default_ - Main content
1105
+ */
1106
+ "skf-collapse": Partial<SkfCollapseProps | BaseProps | BaseEvents>;
1107
+
1108
+ /**
1109
+ * The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information.
1110
+ * ---
1111
+ *
1112
+ *
1113
+ * ### **CSS Properties:**
1114
+ * - **--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)_
1115
+ * - **--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)_
1116
+ */
1117
+ "skf-divider": Partial<SkfDividerProps | BaseProps | BaseEvents>;
1118
+
1119
+ /**
1120
+ * The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>
1121
+ * It extends the interface of native html `<h1>` to `<h4>` elements.
1122
+ * ---
1123
+ *
1124
+ */
1125
+ "skf-heading": Partial<SkfHeadingProps | BaseProps | BaseEvents>;
1126
+
1127
+ /**
1128
+ * The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text
1129
+ * ---
1130
+ *
1131
+ */
1132
+ "skf-icon": Partial<SkfIconProps | BaseProps | BaseEvents>;
1133
+
1134
+ /**
1135
+ * The skf-text-field is used to create a text input field. It can be used inside a form element or standalone.
1136
+ * ---
1137
+ *
1138
+ *
1139
+ * ### **Events:**
1140
+ * - **change** - Fires when the value of the input changes
1141
+ * - **invalid** - Fires when the input is invalid
1142
+ *
1143
+ * ### **Slots:**
1144
+ * - **Default** - Alternatively, you can use the `label` attribute
1145
+ */
1146
+ "skf-input": Partial<SkfInputProps | BaseProps | BaseEvents>;
1147
+
1148
+ /**
1149
+ * The `<skf-link>` can be used as either a regular link or a link styled semantic button
1150
+ * ---
1151
+ *
1152
+ *
1153
+ * ### **Slots:**
1154
+ * - _default_ - The links' main content
1155
+ */
1156
+ "skf-link": Partial<SkfLinkProps | BaseProps | BaseEvents>;
1157
+
1158
+ /**
1159
+ * The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities.
1160
+ * ---
1161
+ *
1162
+ */
1163
+ "skf-loader": Partial<SkfLoaderProps | BaseProps | BaseEvents>;
1164
+
1165
+ /**
1166
+ * The `<skf-logo>` component is used to display the SKF logo.
1167
+ * ---
1168
+ *
1169
+ *
1170
+ * ### **CSS Properties:**
1171
+ * - **--skf-logo-height** - The height of the logo _(default: undefined)_
1172
+ */
1173
+ "skf-logo": Partial<SkfLogoProps | BaseProps | BaseEvents>;
1174
+
1175
+ /**
1176
+ * The `<skf-radio>` component is used to create a radio input
1177
+ * ---
1178
+ *
1179
+ *
1180
+ * ### **Events:**
1181
+ * - **change** - {object} - When the value of the input changes
1182
+ *
1183
+ * ### **Slots:**
1184
+ * - **Default** - Alternatively, you can use the `label` attribute
1185
+ */
1186
+ "skf-radio": Partial<SkfRadioProps | BaseProps | BaseEvents>;
1187
+
1188
+ /**
1189
+ * The `<skf-switch>` is a component that displays a list of actions or options
1190
+ * ---
1191
+ *
1192
+ *
1193
+ * ### **Slots:**
1194
+ * - _default_ - The component's placeholder content
1195
+ */
1196
+ "skf-switch": Partial<SkfSwitchProps | BaseProps | BaseEvents>;
1197
+
1198
+ /**
1199
+ * The `<skf-tag>` is a component that displays a list of actions or options
1200
+ * ---
1201
+ *
1202
+ *
1203
+ * ### **Slots:**
1204
+ * - _default_ - The component's placeholder content
1205
+ */
1206
+ "skf-tag": Partial<SkfTagProps | BaseProps | BaseEvents>;
1207
+
1208
+ /**
1209
+ * The skf-textarea is used to create a textarea. Use it inside a form element or wherever you like.
1210
+ * ---
1211
+ *
1212
+ *
1213
+ * ### **Events:**
1214
+ * - **change** - Fires when the value of the input changes
1215
+ * - **invalid** - Fires when the input is invalid
1216
+ *
1217
+ * ### **Slots:**
1218
+ * - **The** - textareas label. Alternatively, you can use the `label` attribute.
1219
+ */
1220
+ "skf-textarea": Partial<SkfTextAreaProps | BaseProps | BaseEvents>;
1221
+ };