@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,37 @@
1
+ import '@components/icon/icon.js';
2
+ import { SkfElement } from '@internal/components/skf-element.js';
3
+ import type { HeadingType } from '@internal/constants/heading.js';
4
+ import type { CSSResultGroup } from 'lit';
5
+ /**
6
+ * The `<skf-collapse>` component is a general purpose container for content that can be collapsed / expanded.
7
+ *
8
+ * See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6229e2eb8a8dacf366dc3243) for design principles.
9
+ *
10
+ * @event {CustomEvent} skf-collapse-toggle - Event emitted when toggled
11
+ *
12
+ * @slot - Main content
13
+ *
14
+ * @tagname skf-collapse
15
+ */
16
+ export declare class SkfCollapse extends SkfElement {
17
+ static styles: CSSResultGroup;
18
+ /** If true, will animate the expand/collapse state */
19
+ animated: boolean;
20
+ /** If true, will set the collapse to be expanded by default */
21
+ expanded: boolean;
22
+ /** Heading for the collapse */
23
+ heading?: string;
24
+ /** Controls which heading element will be rendered */
25
+ headingAs: Exclude<HeadingType, 'h1'>;
26
+ /** If true, renders the small version */
27
+ small: boolean;
28
+ /** If true, will truncate the heading in collapsed state */
29
+ truncate: boolean;
30
+ /** Class method as alternative to manipulate attribute */
31
+ setClose(): void;
32
+ /** Class method as alternative to manipulate attribute */
33
+ setOpen(): void;
34
+ /** @internal */
35
+ private _toggle;
36
+ render(): import("lit").TemplateResult;
37
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfCollapse } from './collapse.component.js';
2
+ export * from './collapse.component.js';
3
+ export default SkfCollapse;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-collapse': SkfCollapse;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { SkfElement } from '@internal/components/skf-element.js';
2
+ import type { BorderColor } from '@skf-aurora/ui-assets';
3
+ import { type CSSResultGroup } from 'lit';
4
+ /**
5
+ * The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information.
6
+ *
7
+ * @cssproperty --skf-divider-spacing - The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical
8
+ * @cssproperty --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
9
+ *
10
+ * @tagname skf-divider
11
+ */
12
+ export declare class SkfDivider extends SkfElement {
13
+ static styles: CSSResultGroup;
14
+ /** If provided, alters the Divider color */
15
+ /** @type { "emphasised" | "primary" | "secondary" | "tertiary" | "inverse" } */
16
+ color?: BorderColor;
17
+ /** If true, renders a div for presentational purpose instead of the semantic hr-element */
18
+ decorative?: boolean | undefined;
19
+ /** If true, renders the divider vertically */
20
+ vertical?: boolean | undefined;
21
+ /** @internal */
22
+ private renderDecorative;
23
+ /** @internal */
24
+ private renderDefault;
25
+ render(): import("lit").TemplateResult<1>;
26
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfDivider } from './divider.component.js';
2
+ export * from './divider.component.js';
3
+ export default SkfDivider;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-divider': SkfDivider;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import { SkfElement } from '@internal/components/skf-element.js';
2
+ import type { HeadingType } from '@internal/constants/heading.js';
3
+ import { type CSSResultGroup } from 'lit';
4
+ /**
5
+ * The `<Heading>` component is to deliniate content on a page. When using, take note not to skip heading levels.<br>
6
+ * It extends the interface of native html `<h1>` to `<h4>` elements.
7
+ *
8
+ * @tagname skf-heading
9
+ */
10
+ export declare class SkfHeading extends SkfElement {
11
+ static styles: CSSResultGroup;
12
+ /** Controls which heading element will be rendered. Should not be used to affect appearance. */
13
+ as: HeadingType;
14
+ /** If provided, changes the appearance of the heading */
15
+ styledAs?: HeadingType;
16
+ render(): import("lit").TemplateResult;
17
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfHeading } from './heading.component.js';
2
+ export * from './heading.component.js';
3
+ export default SkfHeading;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-heading': SkfHeading;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,28 @@
1
+ import { SkfElement } from '@internal/components/skf-element.js';
2
+ import { type Icon, type IconColor, type IconSize, type SeverityFgColor } from '@skf-aurora/ui-assets';
3
+ import { type CSSResultGroup } from 'lit';
4
+ /**
5
+ * The `<skf-icon>` component is used to clarify interface elements. When used, should always be paired with (possibly invisible) text
6
+ *
7
+ * @documentation See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6229d63d9fe16020a60657e5) for design principles
8
+ *
9
+ * @tagname skf-icon
10
+ */
11
+ export declare class SkfIcon extends SkfElement {
12
+ static styles: CSSResultGroup;
13
+ /** @internal */
14
+ private _rootId;
15
+ /** @type { "primary" | "inverse" | "emphasised" | "secondary" | "success" | "info" | "warning" | "error" | "alert" } */
16
+ color?: IconColor | SeverityFgColor;
17
+ /** If provided, adds an alternate description to use for assistive devices */
18
+ label?: string;
19
+ /** @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" } */
20
+ name: Icon;
21
+ /** @type { "xs" | "sm" | "md" | "lg" } */
22
+ size?: IconSize;
23
+ /** @internal */
24
+ private renderDecorativeIcon;
25
+ /** @internal */
26
+ private renderInformativeIcon;
27
+ render(): import("lit").TemplateResult<1>;
28
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfIcon } from './icon.component.js';
2
+ export * from './icon.component.js';
3
+ export default SkfIcon;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-icon': SkfIcon;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,123 @@
1
+ import '@components/icon/icon.js';
2
+ import { FormBase } from '@internal/components/formBase.js';
3
+ import '@internal/components/hint/hint';
4
+ import type { FormFieldBaseProps } from '@internal/types/formField.js';
5
+ import { type CSSResultGroup } from 'lit';
6
+ /**
7
+ * The skf-text-field is used to create a text input field. It can be used inside a form element or standalone.
8
+ *
9
+ * @documentation See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/619e4125b3d2147c0c584b11) for design principles.
10
+ *
11
+ * @attribute {boolean} disabled - If true, sets disabled state
12
+ * @attribute {boolean} required - If true, value is required or must be checked for the form to be submittable
13
+ *
14
+ * @event change - Fires when the value of the input changes
15
+ * @event invalid - Fires when the input is invalid
16
+ *
17
+ * @slot Default - Alternatively, you can use the `label` attribute
18
+ *
19
+ * @tagname skf-input
20
+ *
21
+ * Three undocumented but self explanatory boolean attributes change the validation
22
+ * behaviour: validate-on-input, validate-on-submit and native-validation
23
+ */
24
+ export declare class SkfInput extends FormBase implements FormFieldBaseProps {
25
+ static styles: CSSResultGroup;
26
+ private customError;
27
+ /** If provided, renders a custom aria-label for the clear button **Notice!** Only applicable to type=search. */
28
+ buttonAriaLabelClear: string;
29
+ /** If provided, renders a custom aria-label for the visibility button. **Notice!** Only applicable to type=password. */
30
+ buttonAriaLabelHide: string;
31
+ /** If provided, renders a custom aria-label for the visibility button **Notice!** Only applicable to type=password. */
32
+ buttonAriaLabelShow: string;
33
+ /** If provided, forces component to invalid state until removed. Its value is used as hint text. */
34
+ set customInvalid(value: string | undefined);
35
+ get customInvalid(): string | undefined;
36
+ /** If provided, outputs helping hints in console */
37
+ debug: boolean;
38
+ /** If true, hides the label visually */
39
+ hideLabel: boolean;
40
+ /** If provided, displays informational text below the field */
41
+ hint?: string;
42
+ /** If provided, tells what keyboard to use if applicable */
43
+ inputmode: 'none' | 'text' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search';
44
+ /** The input's label. Alternatively, you can use the `label` attribute. */
45
+ label?: string;
46
+ /** If provided, displays a prefix/adornment before the input-element */
47
+ leading?: string;
48
+ /** If provided, sets the maximum value to accept for this input */
49
+ max?: number | string;
50
+ /** If provided, sets the maximum character length to accept for this input */
51
+ maxLength?: number;
52
+ /** If provided, sets the minimum value to accept for this input */
53
+ min?: number | string;
54
+ /** If provided, sets the minimum character length to accept for this input */
55
+ minLength?: number;
56
+ /** If provided, adds name to the input-element */
57
+ name?: string;
58
+ /** If provided, adds name to the input-element */
59
+ pattern?: string;
60
+ /** If provided, displays placeholder text */
61
+ placeholder?: string;
62
+ /** If true, makes the element not mutable, meaning the user can not edit the control */
63
+ readonly?: boolean;
64
+ /** If provided, renders an alternative A11y text for the asterisk */
65
+ requiredLabel?: string;
66
+ /** If provided, displays provided severity state */
67
+ severity?: FormFieldBaseProps['severity'];
68
+ /** If provided, displays provided severity state */
69
+ showValid?: boolean;
70
+ /** If provided, displays an alternative size */
71
+ size?: 'sm' | 'md';
72
+ /** If provided, displays a suffix/adornment after the input-element */
73
+ trailing?: string;
74
+ /** If provided, changes the type of form control */
75
+ type?: Exclude<FormFieldBaseProps['type'], 'checkbox' | 'radio'>;
76
+ /** If provided, sets validation start, "input", "change" or "submit" */
77
+ validateOn?: 'input' | 'change' | 'submit';
78
+ /** The current value of the input field */
79
+ value: string;
80
+ /** @internal */
81
+ /** true if the internal state is invalid */
82
+ invalid: boolean;
83
+ /** @internal */
84
+ private _buttonDown;
85
+ /** @internal */
86
+ $input: HTMLInputElement;
87
+ /** @internal */
88
+ private _numberController;
89
+ /** @internal */
90
+ private _passwordController;
91
+ constructor();
92
+ protected firstUpdated(): void;
93
+ willUpdate(changedProperties: Map<string | number | symbol, unknown>): void;
94
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
95
+ /** @internal */
96
+ _handleInput: () => void;
97
+ /** @internal */
98
+ _resetValue: (event: Event) => void;
99
+ /** @internal */
100
+ _handlePressStart: (event: MouseEvent) => void;
101
+ /** @internal */
102
+ _handlePressEnd: () => void;
103
+ /** @internal */
104
+ validateInput(): void;
105
+ /**
106
+ * Number
107
+ */
108
+ /** @internal */
109
+ private _renderNumberButton;
110
+ /**
111
+ * Password
112
+ */
113
+ /** @internal */
114
+ private _renderPasswordButton;
115
+ /**
116
+ * Search
117
+ */
118
+ /** @internal */
119
+ private _renderSearchButton;
120
+ /** @internal */
121
+ private _onBlur;
122
+ render(): import("lit").TemplateResult<1>;
123
+ }
@@ -0,0 +1,34 @@
1
+ import type { Icon } from '@skf-aurora/ui-assets';
2
+ import type { ReactiveController } from 'lit';
3
+ import type { SkfInput } from './input.component.js';
4
+ type InputControllerHost = SkfInput;
5
+ /**
6
+ * Number
7
+ */
8
+ export type IncrementDecrement = 'inc' | 'dec';
9
+ export declare class InputNumberController implements ReactiveController {
10
+ host: InputControllerHost;
11
+ private _longPressId?;
12
+ private _repeaterId?;
13
+ private _inputElement?;
14
+ constructor(host: InputControllerHost);
15
+ hostUpdated(): void;
16
+ handleActionBtnClick: (_: Event, type: IncrementDecrement) => void;
17
+ handleActionBtnLongPressStart: (e: Event) => void;
18
+ handleActionBtnLongPressEnd: () => void;
19
+ }
20
+ /**
21
+ * password
22
+ */
23
+ export declare class InputPasswordController implements ReactiveController {
24
+ host: InputControllerHost;
25
+ _inputElement?: HTMLInputElement;
26
+ _icon: Extract<Icon, 'visibility' | 'visibilityOff'>;
27
+ _buttonAriaLabel: string;
28
+ _type: Extract<SkfInput['type'], 'password' | 'text'>;
29
+ constructor(host: InputControllerHost);
30
+ hostUpdated(): void;
31
+ handleFieldLoaded: () => void;
32
+ toggleVisibility: () => void;
33
+ }
34
+ export {};
@@ -0,0 +1,8 @@
1
+ import { SkfInput } from './input.component.js';
2
+ export * from './input.component.js';
3
+ export default SkfInput;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-input': SkfInput;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult[];
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,55 @@
1
+ import type { SkfIcon } from '@components/icon/icon.component.js';
2
+ import '@components/icon/icon.js';
3
+ import { SkfElement } from '@internal/components/skf-element.js';
4
+ import { type CSSResultGroup } from 'lit';
5
+ /**
6
+ * The `<skf-link>` can be used as either a regular link or a link styled semantic button
7
+ *
8
+ * @documentation See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/folder/619626129069cd5f9510528f) for design principles
9
+ *
10
+ * @property {function} onClick - If provided, custom function triggered by click where the second return parameter enables custom routing.
11
+ *
12
+ * @slot {string} - The links' main content
13
+ *
14
+ * @tagname skf-link
15
+ */
16
+ export declare class SkfLink extends SkfElement {
17
+ static styles: CSSResultGroup;
18
+ private _onClick?;
19
+ /** Specifies semantic element to render - @default "a" */
20
+ as: 'button' | 'a';
21
+ /** @default "primary" */
22
+ color: 'primary' | 'inverse';
23
+ /** If true, disables the link */
24
+ disabled?: boolean;
25
+ /** If provided, downloads the url */
26
+ download?: string;
27
+ /** If provided, loads url on click */
28
+ href?: string;
29
+ /** If provided, renders an icon before or after the text @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" } */
30
+ icon?: SkfIcon['name'];
31
+ /** Position of the icon in relation to the text - @default "left" */
32
+ iconPlacement: 'left' | 'right';
33
+ /** Specifies the relationship of the target object to the link object - @default "noreferrer noopener" */
34
+ rel: string;
35
+ /** If provided, used on conjunction with onClick property, second argument */
36
+ route?: string;
37
+ /** If true, fills the parents horizontal axis */
38
+ stretch?: boolean;
39
+ /** If provided, specifies where to open the linked document */
40
+ target?: '_blank' | '_parent' | '_self' | '_top';
41
+ /** Type of button - @default "button" */
42
+ type: 'button' | 'submit' | 'reset';
43
+ /** If provided, accepts a function that runs on click. Forwards optional route as second argument. */
44
+ set onClick(onClickFn: ((event: Event, route?: string) => void) | undefined);
45
+ get onClick(): ((event: Event, route?: string) => void) | undefined;
46
+ connectedCallback(): void;
47
+ /** @internal */
48
+ private _assertValidOnClick;
49
+ /** @internal */
50
+ /** retargets click event to host */
51
+ private _preprocessOnClick;
52
+ /** @internal */
53
+ private _renderIcon;
54
+ render(): import("lit").TemplateResult;
55
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfLink } from './link.component.js';
2
+ export * from './link.component.js';
3
+ export default SkfLink;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-link': SkfLink;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,21 @@
1
+ import { SkfElement } from '@internal/components/skf-element.js';
2
+ import { type CSSResultGroup } from 'lit';
3
+ /**
4
+ * The `<skf-loader>` component is a progress indicator that uses circular indicators for short, indeterminate activities.
5
+ *
6
+ * @documentation See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/619e4125b3d2147c0c584b11) for design principles.
7
+ *
8
+ * @tagname skf-loader
9
+ */
10
+ export declare class SkfLoader extends SkfElement {
11
+ static styles: CSSResultGroup;
12
+ ariaLabel: string;
13
+ /** If true, inverts the color (to be used on colored backgrounds) */
14
+ invert: boolean;
15
+ /** If provided, displays an alternative size */
16
+ size?: 'md' | 'sm';
17
+ connectedCallback(): void;
18
+ /** @internal */
19
+ private getCircle;
20
+ render(): import("lit").TemplateResult<1>;
21
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfLoader } from './loader.component.js';
2
+ export * from './loader.component.js';
3
+ export default SkfLoader;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-loader': SkfLoader;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import { SkfElement } from '@internal/components/skf-element.js';
2
+ import type { Logo } from '@skf-aurora/ui-assets';
3
+ import { type CSSResultGroup } from 'lit';
4
+ /**
5
+ * The `<skf-logo>` component is used to display the SKF logo.
6
+ *
7
+ * @cssproperty --skf-logo-height - The height of the logo
8
+ *
9
+ * @tagname skf-logo
10
+ */
11
+ export declare class SkfLogo extends SkfElement {
12
+ static styles: CSSResultGroup;
13
+ /** The title of the logo */
14
+ title: string;
15
+ /** If provided, sets color of the logo */
16
+ /** @type { "primary" | "secondary" | "inverse" } */
17
+ color?: Logo;
18
+ render(): import("lit").TemplateResult<1>;
19
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfLogo } from './logo.component.js';
2
+ export * from './logo.component.js';
3
+ export default SkfLogo;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-logo': SkfLogo;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult;
2
+ export default _default;
@@ -0,0 +1,63 @@
1
+ import '@components/icon/icon.js';
2
+ import { FormBase } from '@internal/components/formBase.js';
3
+ import type { FormFieldBaseProps } from '@internal/types/formField.js';
4
+ import { type CSSResultGroup } from 'lit';
5
+ /**
6
+ * The `<skf-radio>` component is used to create a radio input
7
+ *
8
+ * @documentation See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6229d63d9fe16020a60657e5) for design principles
9
+ *
10
+ * @attribute {boolean} disabled - If true, sets disabled state
11
+ * @attribute {boolean} required - If true, value is required or must be checked for the form to be submittable
12
+ *
13
+ * @event change {object} - When the value of the input changes
14
+ *
15
+ * @slot Default - Alternatively, you can use the `label` attribute
16
+ *
17
+ * @tagname skf-radio
18
+ */
19
+ export declare class SkfRadio extends FormBase implements FormFieldBaseProps {
20
+ static styles: CSSResultGroup;
21
+ /** @internal */
22
+ private _initialChecked;
23
+ /** If provided, outputs helping hints in console */
24
+ debug?: boolean | undefined;
25
+ /** If true, outputs helping hints in console */
26
+ checked?: boolean;
27
+ /** If true, forces component to invalid state until removed */
28
+ customInvalid?: boolean;
29
+ /** If true, hides the label visually */
30
+ hideLabel: boolean;
31
+ /** The input's label. Alternatively, you can use the `label` attribute. */
32
+ label?: string;
33
+ /** If provided, adds name to the input-element */
34
+ name?: string;
35
+ /** If provided, renders an alternative A11y text for the asterisk */
36
+ requiredLabel?: string;
37
+ /** If provided, displays an alternative size */
38
+ size?: 'sm' | 'md';
39
+ /** If provided, displays provided severity state */
40
+ severity?: FormFieldBaseProps['severity'];
41
+ /** If provided, displays valid state after interaction */
42
+ showValid?: boolean;
43
+ /** The current value of the input field */
44
+ value: string;
45
+ /** @internal */
46
+ /** True if the internal state is invalid */
47
+ private _invalid;
48
+ /** @internal */
49
+ private $input?;
50
+ connectedCallback(): void;
51
+ willUpdate(changedProperties: Map<string | number | symbol, unknown>): void;
52
+ protected firstUpdated(): void;
53
+ updated(changedProperties: Map<string | number | symbol, unknown>): void;
54
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
55
+ debugOutput(): void;
56
+ /** @internal */
57
+ private _resetValue;
58
+ /** @internal */
59
+ private _uncheckSiblingRadios;
60
+ /** @internal */
61
+ private _validateInput;
62
+ render(): import("lit").TemplateResult<1>;
63
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfRadio } from './radio.component.js';
2
+ export * from './radio.component.js';
3
+ export default SkfRadio;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-radio': SkfRadio;
7
+ }
8
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: import("lit").CSSResult[];
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,55 @@
1
+ import { FormBase } from '@internal/components/formBase.js';
2
+ import type { FormFieldBaseProps } from '@internal/types/formField.js';
3
+ import { type CSSResultGroup } from 'lit';
4
+ /**
5
+ * The `<skf-switch>` is a component that displays a list of actions or options
6
+ *
7
+ * @documentation See [InVision DSM](https://skf.invisionapp.com/dsm/ab-skf/4-web-applications/nav/5fa7caf78c01200018354495/asset/6229d63d9fe16020a60657e5) for design principles
8
+ *
9
+ * @attribute {boolean} disabled - If true, sets disabled state
10
+ * @attribute {boolean} required - If true, value is required or must be checked for the form to be submittable
11
+ *
12
+ * @slot - The component's placeholder content
13
+ *
14
+ * @tagname skf-switch
15
+ */
16
+ export declare class SkfSwitch extends FormBase implements FormFieldBaseProps {
17
+ static styles: CSSResultGroup;
18
+ /** @internal */
19
+ private _initialChecked;
20
+ /** If true, outputs helping hints in console */
21
+ debug?: boolean;
22
+ /** If true, outputs helping hints in console */
23
+ checked?: boolean;
24
+ /** If true, hides the label visually */
25
+ hideLabel?: boolean;
26
+ /** If defined, sets the input's label. Alternatively, you can use the `label` attribute. */
27
+ label?: string;
28
+ /** If defined, adds name to the input-element */
29
+ name?: string;
30
+ /** If defined, renders an alternative A11y text for the asterisk */
31
+ requiredLabel?: string;
32
+ /** Size of the Switch */
33
+ size: 'sm' | 'md';
34
+ /** The current value of the input field */
35
+ value: string;
36
+ /** @internal */
37
+ /** True if the internal state is invalid */
38
+ private _invalid;
39
+ /** @internal */
40
+ private $input?;
41
+ connectedCallback(): void;
42
+ willUpdate(changedProperties: Map<string | number | symbol, unknown>): void;
43
+ protected firstUpdated(): void;
44
+ updated(changedProperties: Map<string | number | symbol, unknown>): void;
45
+ debugOutput(): void;
46
+ /** @internal */
47
+ private _validateInput;
48
+ /** @internal */
49
+ private _handleChange;
50
+ /** @internal */
51
+ private _handleInvalid;
52
+ /** @internal */
53
+ private _resetValue;
54
+ render(): import("lit").TemplateResult<1>;
55
+ }
@@ -0,0 +1,8 @@
1
+ import { SkfSwitch } from './switch.component';
2
+ export * from './switch.component';
3
+ export default SkfSwitch;
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ 'skf-switch': SkfSwitch;
7
+ }
8
+ }
@@ -0,0 +1 @@
1
+ export declare const styles: import("lit").CSSResult[];