@papillonarts/components 0.48.0 → 0.49.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 (378) hide show
  1. package/LICENSE +1 -1
  2. package/build/Legacy/Alert/Alert.const.d.ts +4 -0
  3. package/build/Legacy/Alert/Alert.const.d.ts.map +1 -0
  4. package/build/Legacy/Alert/Alert.const.js +26 -0
  5. package/build/Legacy/Alert/Alert.d.ts +3 -2
  6. package/build/Legacy/Alert/Alert.d.ts.map +1 -1
  7. package/build/Legacy/Alert/Alert.js +47 -49
  8. package/build/Legacy/Alert/Alert.type.d.ts +7 -8
  9. package/build/Legacy/Alert/Alert.type.d.ts.map +1 -1
  10. package/build/Legacy/Alert/Alert.type.js +1 -24
  11. package/build/Legacy/Alert/__tests__/Alert.doc.md +2 -2
  12. package/build/Legacy/Alert/index.d.ts +2 -2
  13. package/build/Legacy/Alert/index.d.ts.map +1 -1
  14. package/build/Legacy/Alert/index.js +3 -3
  15. package/build/Legacy/Blankslate/Blankslate.const.d.ts +4 -0
  16. package/build/Legacy/Blankslate/Blankslate.const.d.ts.map +1 -0
  17. package/build/Legacy/Blankslate/Blankslate.const.js +18 -0
  18. package/build/Legacy/Blankslate/Blankslate.d.ts +3 -2
  19. package/build/Legacy/Blankslate/Blankslate.d.ts.map +1 -1
  20. package/build/Legacy/Blankslate/Blankslate.js +17 -14
  21. package/build/Legacy/Blankslate/Blankslate.type.d.ts +2 -4
  22. package/build/Legacy/Blankslate/Blankslate.type.d.ts.map +1 -1
  23. package/build/Legacy/Blankslate/Blankslate.type.js +1 -14
  24. package/build/Legacy/Blankslate/__tests__/Blankslate.doc.md +1 -1
  25. package/build/Legacy/Blankslate/index.d.ts +1 -1
  26. package/build/Legacy/Blankslate/index.d.ts.map +1 -1
  27. package/build/Legacy/Blankslate/index.js +3 -3
  28. package/build/Legacy/Breadcrumb/Breadcrumb.const.d.ts +4 -0
  29. package/build/Legacy/Breadcrumb/Breadcrumb.const.d.ts.map +1 -0
  30. package/build/Legacy/Breadcrumb/Breadcrumb.const.js +14 -0
  31. package/build/Legacy/Breadcrumb/Breadcrumb.d.ts +3 -2
  32. package/build/Legacy/Breadcrumb/Breadcrumb.d.ts.map +1 -1
  33. package/build/Legacy/Breadcrumb/Breadcrumb.js +50 -46
  34. package/build/Legacy/Breadcrumb/Breadcrumb.type.d.ts +9 -6
  35. package/build/Legacy/Breadcrumb/Breadcrumb.type.d.ts.map +1 -1
  36. package/build/Legacy/Breadcrumb/Breadcrumb.type.js +1 -10
  37. package/build/Legacy/Breadcrumb/__tests__/Breadcrumb.doc.md +2 -2
  38. package/build/Legacy/Breadcrumb/index.d.ts +1 -1
  39. package/build/Legacy/Breadcrumb/index.d.ts.map +1 -1
  40. package/build/Legacy/Breadcrumb/index.js +3 -3
  41. package/build/Legacy/Button/Button.const.d.ts +9 -0
  42. package/build/Legacy/Button/Button.const.d.ts.map +1 -0
  43. package/build/Legacy/Button/Button.const.js +48 -0
  44. package/build/Legacy/Button/Button.d.ts +3 -2
  45. package/build/Legacy/Button/Button.d.ts.map +1 -1
  46. package/build/Legacy/Button/Button.js +84 -94
  47. package/build/Legacy/Button/Button.type.d.ts +12 -19
  48. package/build/Legacy/Button/Button.type.d.ts.map +1 -1
  49. package/build/Legacy/Button/Button.type.js +1 -44
  50. package/build/Legacy/Button/__tests__/Button.doc.md +6 -6
  51. package/build/Legacy/Button/index.d.ts +2 -1
  52. package/build/Legacy/Button/index.d.ts.map +1 -1
  53. package/build/Legacy/Button/index.js +8 -8
  54. package/build/Legacy/Dropdown/Dropdown.const.d.ts +4 -0
  55. package/build/Legacy/Dropdown/Dropdown.const.d.ts.map +1 -0
  56. package/build/Legacy/Dropdown/Dropdown.const.js +18 -0
  57. package/build/Legacy/Dropdown/Dropdown.d.ts +3 -2
  58. package/build/Legacy/Dropdown/Dropdown.d.ts.map +1 -1
  59. package/build/Legacy/Dropdown/Dropdown.js +49 -50
  60. package/build/Legacy/Dropdown/Dropdown.type.d.ts +10 -7
  61. package/build/Legacy/Dropdown/Dropdown.type.d.ts.map +1 -1
  62. package/build/Legacy/Dropdown/Dropdown.type.js +1 -14
  63. package/build/Legacy/Dropdown/__tests__/Dropdown.doc.md +1 -1
  64. package/build/Legacy/Dropdown/index.d.ts +2 -1
  65. package/build/Legacy/Dropdown/index.d.ts.map +1 -1
  66. package/build/Legacy/Dropdown/index.js +3 -3
  67. package/build/Legacy/ErrorBoundary/ErrorBoundary.d.ts +7 -8
  68. package/build/Legacy/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
  69. package/build/Legacy/ErrorBoundary/ErrorBoundary.js +32 -48
  70. package/build/Legacy/ErrorBoundary/ErrorBoundary.type.d.ts +5 -1
  71. package/build/Legacy/ErrorBoundary/ErrorBoundary.type.d.ts.map +1 -1
  72. package/build/Legacy/ErrorBoundary/__tests__/ErrorBoundary.doc.md +5 -1
  73. package/build/Legacy/ErrorBoundary/index.d.ts +1 -0
  74. package/build/Legacy/ErrorBoundary/index.d.ts.map +1 -1
  75. package/build/Legacy/ErrorBoundary/index.js +1 -1
  76. package/build/Legacy/Form/Checkbox/Checkbox.const.d.ts +5 -0
  77. package/build/Legacy/Form/Checkbox/Checkbox.const.d.ts.map +1 -0
  78. package/build/Legacy/Form/Checkbox/Checkbox.const.js +22 -0
  79. package/build/Legacy/Form/Checkbox/Checkbox.d.ts +3 -2
  80. package/build/Legacy/Form/Checkbox/Checkbox.d.ts.map +1 -1
  81. package/build/Legacy/Form/Checkbox/Checkbox.js +22 -25
  82. package/build/Legacy/Form/Checkbox/Checkbox.type.d.ts +2 -4
  83. package/build/Legacy/Form/Checkbox/Checkbox.type.d.ts.map +1 -1
  84. package/build/Legacy/Form/Checkbox/Checkbox.type.js +1 -18
  85. package/build/Legacy/Form/Checkbox/__tests__/Checkbox.doc.md +1 -1
  86. package/build/Legacy/Form/Checkbox/index.d.ts +1 -1
  87. package/build/Legacy/Form/Checkbox/index.d.ts.map +1 -1
  88. package/build/Legacy/Form/Checkbox/index.js +3 -3
  89. package/build/Legacy/Form/Input/Input.const.d.ts +5 -0
  90. package/build/Legacy/Form/Input/Input.const.d.ts.map +1 -0
  91. package/build/Legacy/Form/Input/Input.const.js +30 -0
  92. package/build/Legacy/Form/Input/Input.d.ts +3 -2
  93. package/build/Legacy/Form/Input/Input.d.ts.map +1 -1
  94. package/build/Legacy/Form/Input/Input.js +25 -32
  95. package/build/Legacy/Form/Input/Input.type.d.ts +5 -7
  96. package/build/Legacy/Form/Input/Input.type.d.ts.map +1 -1
  97. package/build/Legacy/Form/Input/Input.type.js +1 -26
  98. package/build/Legacy/Form/Input/__tests__/Input.doc.md +4 -4
  99. package/build/Legacy/Form/Input/index.d.ts +1 -1
  100. package/build/Legacy/Form/Input/index.d.ts.map +1 -1
  101. package/build/Legacy/Form/Input/index.js +4 -4
  102. package/build/Legacy/Form/Radio/Radio.const.d.ts +5 -0
  103. package/build/Legacy/Form/Radio/Radio.const.d.ts.map +1 -0
  104. package/build/Legacy/Form/Radio/Radio.const.js +22 -0
  105. package/build/Legacy/Form/Radio/Radio.d.ts +3 -2
  106. package/build/Legacy/Form/Radio/Radio.d.ts.map +1 -1
  107. package/build/Legacy/Form/Radio/Radio.js +19 -24
  108. package/build/Legacy/Form/Radio/Radio.type.d.ts +2 -4
  109. package/build/Legacy/Form/Radio/Radio.type.d.ts.map +1 -1
  110. package/build/Legacy/Form/Radio/Radio.type.js +1 -18
  111. package/build/Legacy/Form/Radio/__tests__/Radio.doc.md +1 -1
  112. package/build/Legacy/Form/Radio/index.d.ts +1 -1
  113. package/build/Legacy/Form/Radio/index.d.ts.map +1 -1
  114. package/build/Legacy/Form/Radio/index.js +3 -3
  115. package/build/Legacy/Form/index.js +1 -1
  116. package/build/Legacy/Grid/DisplayTable/DisplayTable.const.d.ts +3 -0
  117. package/build/Legacy/Grid/DisplayTable/DisplayTable.const.d.ts.map +1 -0
  118. package/build/Legacy/Grid/DisplayTable/DisplayTable.const.js +11 -0
  119. package/build/Legacy/Grid/DisplayTable/DisplayTable.d.ts +3 -2
  120. package/build/Legacy/Grid/DisplayTable/DisplayTable.d.ts.map +1 -1
  121. package/build/Legacy/Grid/DisplayTable/DisplayTable.js +26 -31
  122. package/build/Legacy/Grid/DisplayTable/DisplayTable.type.d.ts +7 -7
  123. package/build/Legacy/Grid/DisplayTable/DisplayTable.type.d.ts.map +1 -1
  124. package/build/Legacy/Grid/DisplayTable/DisplayTable.type.js +1 -7
  125. package/build/Legacy/Grid/DisplayTable/__tests__/DisplayTable.doc.md +3 -3
  126. package/build/Legacy/Grid/DisplayTable/index.js +1 -1
  127. package/build/Legacy/Grid/FlexGrid/FlexGrid.const.d.ts +5 -0
  128. package/build/Legacy/Grid/FlexGrid/FlexGrid.const.d.ts.map +1 -0
  129. package/build/Legacy/Grid/FlexGrid/FlexGrid.const.js +28 -0
  130. package/build/Legacy/Grid/FlexGrid/FlexGrid.d.ts +3 -2
  131. package/build/Legacy/Grid/FlexGrid/FlexGrid.d.ts.map +1 -1
  132. package/build/Legacy/Grid/FlexGrid/FlexGrid.js +148 -167
  133. package/build/Legacy/Grid/FlexGrid/FlexGrid.type.d.ts +16 -11
  134. package/build/Legacy/Grid/FlexGrid/FlexGrid.type.d.ts.map +1 -1
  135. package/build/Legacy/Grid/FlexGrid/FlexGrid.type.js +1 -24
  136. package/build/Legacy/Grid/FlexGrid/__tests__/FlexGrid.doc.md +3 -3
  137. package/build/Legacy/Grid/FlexGrid/index.d.ts +1 -1
  138. package/build/Legacy/Grid/FlexGrid/index.d.ts.map +1 -1
  139. package/build/Legacy/Grid/FlexGrid/index.js +4 -4
  140. package/build/Legacy/Grid/index.js +1 -1
  141. package/build/Legacy/Icon/Icon.const.d.ts +656 -0
  142. package/build/Legacy/Icon/Icon.const.d.ts.map +1 -0
  143. package/build/Legacy/Icon/Icon.const.js +678 -0
  144. package/build/Legacy/Icon/Icon.d.ts +3 -2
  145. package/build/Legacy/Icon/Icon.d.ts.map +1 -1
  146. package/build/Legacy/Icon/Icon.js +33 -44
  147. package/build/Legacy/Icon/Icon.part.js +645 -645
  148. package/build/Legacy/Icon/Icon.type.d.ts +0 -654
  149. package/build/Legacy/Icon/Icon.type.d.ts.map +1 -1
  150. package/build/Legacy/Icon/Icon.type.js +1 -674
  151. package/build/Legacy/Icon/index.d.ts +1 -1
  152. package/build/Legacy/Icon/index.d.ts.map +1 -1
  153. package/build/Legacy/Icon/index.js +4 -4
  154. package/build/Legacy/Label/Label.const.d.ts +6 -0
  155. package/build/Legacy/Label/Label.const.d.ts.map +1 -0
  156. package/build/Legacy/Label/Label.const.js +26 -0
  157. package/build/Legacy/Label/Label.d.ts +3 -2
  158. package/build/Legacy/Label/Label.d.ts.map +1 -1
  159. package/build/Legacy/Label/Label.js +16 -15
  160. package/build/Legacy/Label/Label.type.d.ts +0 -4
  161. package/build/Legacy/Label/Label.type.d.ts.map +1 -1
  162. package/build/Legacy/Label/Label.type.js +1 -22
  163. package/build/Legacy/Label/index.js +1 -1
  164. package/build/Legacy/Loader/Loader.const.d.ts +4 -0
  165. package/build/Legacy/Loader/Loader.const.d.ts.map +1 -0
  166. package/build/Legacy/Loader/Loader.const.js +15 -0
  167. package/build/Legacy/Loader/Loader.d.ts +3 -2
  168. package/build/Legacy/Loader/Loader.d.ts.map +1 -1
  169. package/build/Legacy/Loader/Loader.js +19 -19
  170. package/build/Legacy/Loader/Loader.type.d.ts +0 -2
  171. package/build/Legacy/Loader/Loader.type.d.ts.map +1 -1
  172. package/build/Legacy/Loader/Loader.type.js +1 -11
  173. package/build/Legacy/Loader/index.d.ts +1 -1
  174. package/build/Legacy/Loader/index.d.ts.map +1 -1
  175. package/build/Legacy/Loader/index.js +3 -3
  176. package/build/Legacy/Markdown/Markdown.const.d.ts +4 -0
  177. package/build/Legacy/Markdown/Markdown.const.d.ts.map +1 -0
  178. package/build/Legacy/Markdown/Markdown.const.js +14 -0
  179. package/build/Legacy/Markdown/Markdown.d.ts +3 -2
  180. package/build/Legacy/Markdown/Markdown.d.ts.map +1 -1
  181. package/build/Legacy/Markdown/Markdown.js +22 -14
  182. package/build/Legacy/Markdown/Markdown.type.d.ts +0 -2
  183. package/build/Legacy/Markdown/Markdown.type.d.ts.map +1 -1
  184. package/build/Legacy/Markdown/Markdown.type.js +1 -10
  185. package/build/Legacy/Markdown/index.js +1 -1
  186. package/build/Legacy/Navigation/Menu/Menu.const.d.ts +3 -0
  187. package/build/Legacy/Navigation/Menu/Menu.const.d.ts.map +1 -0
  188. package/build/Legacy/Navigation/Menu/Menu.const.js +10 -0
  189. package/build/Legacy/Navigation/Menu/Menu.d.ts +3 -2
  190. package/build/Legacy/Navigation/Menu/Menu.d.ts.map +1 -1
  191. package/build/Legacy/Navigation/Menu/Menu.js +40 -42
  192. package/build/Legacy/Navigation/Menu/Menu.type.d.ts +2 -2
  193. package/build/Legacy/Navigation/Menu/Menu.type.d.ts.map +1 -1
  194. package/build/Legacy/Navigation/Menu/Menu.type.js +1 -6
  195. package/build/Legacy/Navigation/Menu/index.js +1 -1
  196. package/build/Legacy/Navigation/TabNav/TabNav.const.d.ts +4 -0
  197. package/build/Legacy/Navigation/TabNav/TabNav.const.d.ts.map +1 -0
  198. package/build/Legacy/Navigation/TabNav/TabNav.const.js +16 -0
  199. package/build/Legacy/Navigation/TabNav/TabNav.d.ts +3 -2
  200. package/build/Legacy/Navigation/TabNav/TabNav.d.ts.map +1 -1
  201. package/build/Legacy/Navigation/TabNav/TabNav.js +79 -79
  202. package/build/Legacy/Navigation/TabNav/TabNav.type.d.ts +6 -7
  203. package/build/Legacy/Navigation/TabNav/TabNav.type.d.ts.map +1 -1
  204. package/build/Legacy/Navigation/TabNav/TabNav.type.js +1 -12
  205. package/build/Legacy/Navigation/TabNav/__tests__/TabNav.doc.md +2 -2
  206. package/build/Legacy/Navigation/TabNav/index.d.ts +1 -1
  207. package/build/Legacy/Navigation/TabNav/index.d.ts.map +1 -1
  208. package/build/Legacy/Navigation/TabNav/index.js +3 -3
  209. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.const.d.ts +5 -0
  210. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.const.d.ts.map +1 -0
  211. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.const.js +20 -0
  212. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.d.ts +3 -2
  213. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.d.ts.map +1 -1
  214. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.js +64 -63
  215. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.type.d.ts +4 -6
  216. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.type.d.ts.map +1 -1
  217. package/build/Legacy/Navigation/UnderlineNav/UnderlineNav.type.js +1 -16
  218. package/build/Legacy/Navigation/UnderlineNav/__tests__/UnderlineNav.doc.md +1 -1
  219. package/build/Legacy/Navigation/UnderlineNav/index.d.ts +1 -1
  220. package/build/Legacy/Navigation/UnderlineNav/index.d.ts.map +1 -1
  221. package/build/Legacy/Navigation/UnderlineNav/index.js +4 -4
  222. package/build/Legacy/Navigation/index.js +1 -1
  223. package/build/Legacy/Pagination/PreviousNext/PreviousNext.const.d.ts +4 -0
  224. package/build/Legacy/Pagination/PreviousNext/PreviousNext.const.d.ts.map +1 -0
  225. package/build/Legacy/Pagination/PreviousNext/PreviousNext.const.js +30 -0
  226. package/build/Legacy/Pagination/PreviousNext/PreviousNext.d.ts +3 -2
  227. package/build/Legacy/Pagination/PreviousNext/PreviousNext.d.ts.map +1 -1
  228. package/build/Legacy/Pagination/PreviousNext/PreviousNext.js +46 -40
  229. package/build/Legacy/Pagination/PreviousNext/PreviousNext.type.d.ts +0 -2
  230. package/build/Legacy/Pagination/PreviousNext/PreviousNext.type.d.ts.map +1 -1
  231. package/build/Legacy/Pagination/PreviousNext/PreviousNext.type.js +1 -26
  232. package/build/Legacy/Pagination/PreviousNext/index.d.ts +1 -1
  233. package/build/Legacy/Pagination/PreviousNext/index.d.ts.map +1 -1
  234. package/build/Legacy/Pagination/PreviousNext/index.js +3 -3
  235. package/build/Legacy/Pagination/index.js +1 -1
  236. package/build/Legacy/Popover/Popover.const.d.ts +5 -0
  237. package/build/Legacy/Popover/Popover.const.d.ts.map +1 -0
  238. package/build/Legacy/Popover/Popover.const.js +29 -0
  239. package/build/Legacy/Popover/Popover.d.ts +3 -2
  240. package/build/Legacy/Popover/Popover.d.ts.map +1 -1
  241. package/build/Legacy/Popover/Popover.js +41 -25
  242. package/build/Legacy/Popover/Popover.type.d.ts +0 -3
  243. package/build/Legacy/Popover/Popover.type.d.ts.map +1 -1
  244. package/build/Legacy/Popover/Popover.type.js +1 -25
  245. package/build/Legacy/Popover/index.d.ts +1 -1
  246. package/build/Legacy/Popover/index.d.ts.map +1 -1
  247. package/build/Legacy/Popover/index.js +4 -4
  248. package/build/Legacy/Progress/Progress.const.d.ts +4 -0
  249. package/build/Legacy/Progress/Progress.const.d.ts.map +1 -0
  250. package/build/Legacy/Progress/Progress.const.js +15 -0
  251. package/build/Legacy/Progress/Progress.d.ts +3 -2
  252. package/build/Legacy/Progress/Progress.d.ts.map +1 -1
  253. package/build/Legacy/Progress/Progress.js +15 -14
  254. package/build/Legacy/Progress/Progress.type.d.ts +0 -2
  255. package/build/Legacy/Progress/Progress.type.d.ts.map +1 -1
  256. package/build/Legacy/Progress/Progress.type.js +1 -11
  257. package/build/Legacy/Progress/index.d.ts +1 -1
  258. package/build/Legacy/Progress/index.d.ts.map +1 -1
  259. package/build/Legacy/Progress/index.js +3 -3
  260. package/build/Legacy/Select/Select.const.d.ts +4 -0
  261. package/build/Legacy/Select/Select.const.d.ts.map +1 -0
  262. package/build/Legacy/Select/Select.const.js +15 -0
  263. package/build/Legacy/Select/Select.d.ts +3 -2
  264. package/build/Legacy/Select/Select.d.ts.map +1 -1
  265. package/build/Legacy/Select/Select.js +31 -35
  266. package/build/Legacy/Select/Select.type.d.ts +0 -2
  267. package/build/Legacy/Select/Select.type.d.ts.map +1 -1
  268. package/build/Legacy/Select/Select.type.js +1 -11
  269. package/build/Legacy/Select/index.d.ts +1 -1
  270. package/build/Legacy/Select/index.d.ts.map +1 -1
  271. package/build/Legacy/Select/index.js +3 -3
  272. package/build/Legacy/SelectMenu/SelectMenu.const.d.ts +3 -0
  273. package/build/Legacy/SelectMenu/SelectMenu.const.d.ts.map +1 -0
  274. package/build/Legacy/SelectMenu/SelectMenu.const.js +10 -0
  275. package/build/Legacy/SelectMenu/SelectMenu.d.ts +3 -2
  276. package/build/Legacy/SelectMenu/SelectMenu.d.ts.map +1 -1
  277. package/build/Legacy/SelectMenu/SelectMenu.js +42 -46
  278. package/build/Legacy/SelectMenu/SelectMenu.type.d.ts +0 -1
  279. package/build/Legacy/SelectMenu/SelectMenu.type.d.ts.map +1 -1
  280. package/build/Legacy/SelectMenu/SelectMenu.type.js +1 -6
  281. package/build/Legacy/SelectMenu/index.js +1 -1
  282. package/build/Legacy/Subhead/Subhead.const.d.ts +3 -0
  283. package/build/Legacy/Subhead/Subhead.const.d.ts.map +1 -0
  284. package/build/Legacy/Subhead/Subhead.const.js +10 -0
  285. package/build/Legacy/Subhead/Subhead.d.ts +3 -2
  286. package/build/Legacy/Subhead/Subhead.d.ts.map +1 -1
  287. package/build/Legacy/Subhead/Subhead.js +12 -12
  288. package/build/Legacy/Subhead/Subhead.type.d.ts +0 -1
  289. package/build/Legacy/Subhead/Subhead.type.d.ts.map +1 -1
  290. package/build/Legacy/Subhead/Subhead.type.js +1 -6
  291. package/build/Legacy/Subhead/index.js +1 -1
  292. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.const.d.ts +6 -0
  293. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.const.d.ts.map +1 -0
  294. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.const.js +25 -0
  295. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.d.ts +3 -2
  296. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.d.ts.map +1 -1
  297. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.js +12 -9
  298. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.type.d.ts +0 -4
  299. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.type.d.ts.map +1 -1
  300. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighter.type.js +1 -21
  301. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighterHLJS.d.ts +3 -2
  302. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighterHLJS.d.ts.map +1 -1
  303. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighterHLJS.js +9 -10
  304. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighterPrism.d.ts +3 -2
  305. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighterPrism.d.ts.map +1 -1
  306. package/build/Legacy/SyntaxHighlighter/SyntaxHighlighterPrism.js +10 -11
  307. package/build/Legacy/SyntaxHighlighter/index.d.ts +1 -1
  308. package/build/Legacy/SyntaxHighlighter/index.d.ts.map +1 -1
  309. package/build/Legacy/SyntaxHighlighter/index.js +5 -5
  310. package/build/Legacy/Toast/Toast.const.d.ts +4 -0
  311. package/build/Legacy/Toast/Toast.const.d.ts.map +1 -0
  312. package/build/Legacy/Toast/Toast.const.js +18 -0
  313. package/build/Legacy/Toast/Toast.d.ts +3 -2
  314. package/build/Legacy/Toast/Toast.d.ts.map +1 -1
  315. package/build/Legacy/Toast/Toast.js +23 -23
  316. package/build/Legacy/Toast/Toast.type.d.ts +0 -2
  317. package/build/Legacy/Toast/Toast.type.d.ts.map +1 -1
  318. package/build/Legacy/Toast/Toast.type.js +1 -14
  319. package/build/Legacy/Toast/index.d.ts +1 -1
  320. package/build/Legacy/Toast/index.d.ts.map +1 -1
  321. package/build/Legacy/Toast/index.js +3 -3
  322. package/build/Legacy/index.js +1 -1
  323. package/build/Legacy/type.d.ts +25 -2
  324. package/build/Legacy/type.d.ts.map +1 -1
  325. package/build/Modern/Avatar/Avatar.d.ts +1 -1
  326. package/build/Modern/Avatar/Avatar.d.ts.map +1 -1
  327. package/build/Modern/Avatar/Avatar.js +23 -30
  328. package/build/Modern/Avatar/index.js +1 -1
  329. package/build/Modern/AvatarStack/AvatarStack.d.ts +2 -2
  330. package/build/Modern/AvatarStack/AvatarStack.d.ts.map +1 -1
  331. package/build/Modern/AvatarStack/AvatarStack.js +53 -57
  332. package/build/Modern/AvatarStack/index.js +1 -1
  333. package/build/Modern/Flash/Flash.d.ts +1 -1
  334. package/build/Modern/Flash/Flash.d.ts.map +1 -1
  335. package/build/Modern/Flash/Flash.js +13 -17
  336. package/build/Modern/Flash/index.js +1 -1
  337. package/build/Modern/Link/Link.d.ts +5 -5
  338. package/build/Modern/Link/Link.d.ts.map +1 -1
  339. package/build/Modern/Link/Link.js +21 -25
  340. package/build/Modern/Link/index.js +1 -1
  341. package/build/Modern/Pagination/Pagination.d.ts +6 -6
  342. package/build/Modern/Pagination/Pagination.d.ts.map +1 -1
  343. package/build/Modern/Pagination/Pagination.js +69 -82
  344. package/build/Modern/Pagination/Pagination.model.d.ts +3 -2
  345. package/build/Modern/Pagination/Pagination.model.d.ts.map +1 -1
  346. package/build/Modern/Pagination/Pagination.model.js +31 -34
  347. package/build/Modern/Pagination/__tests__/Pagination.doc.md +2 -2
  348. package/build/Modern/Pagination/index.js +1 -1
  349. package/build/Modern/hooks/index.js +2 -2
  350. package/build/Modern/hooks/useMedia.d.ts +3 -3
  351. package/build/Modern/hooks/useMedia.d.ts.map +1 -1
  352. package/build/Modern/hooks/useMedia.js +30 -41
  353. package/build/Modern/hooks/useRefObjectAsForwardedRef.js +1 -3
  354. package/build/Modern/hooks/useResponsiveValue.js +6 -10
  355. package/build/Modern/index.d.ts +2 -2
  356. package/build/Modern/index.js +1 -1
  357. package/build/Modern/type.d.ts +1 -0
  358. package/build/Modern/type.d.ts.map +1 -1
  359. package/build/Modern/utils/environment.js +1 -2
  360. package/build/Modern/utils/hasInteractiveNodes.js +11 -15
  361. package/build/Modern/utils/modern-polymorphic.d.ts +2 -2
  362. package/build/Modern/utils/modern-polymorphic.d.ts.map +1 -1
  363. package/build/Modern/utils/modern-polymorphic.js +1 -1
  364. package/build/Modern/utils/polymorphic.d.ts +1 -1
  365. package/build/Modern/utils/polymorphic.d.ts.map +1 -1
  366. package/build/Modern/utils/testing.d.ts +2 -1
  367. package/build/Modern/utils/testing.d.ts.map +1 -1
  368. package/build/Modern/utils/testing.js +2 -2
  369. package/build/Modern/utils/types/ComponentProps.d.ts +2 -1
  370. package/build/Modern/utils/types/ComponentProps.d.ts.map +1 -1
  371. package/build/Modern/utils/types/Slots.d.ts +2 -1
  372. package/build/Modern/utils/types/Slots.d.ts.map +1 -1
  373. package/build/Modern/utils/types/index.js +3 -3
  374. package/build/Modern/utils/warning.js +4 -7
  375. package/build/index.d.ts +2 -2
  376. package/build/index.d.ts.map +1 -1
  377. package/build/index.js +2 -2
  378. package/package.json +4 -4
@@ -2,677 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
6
- exports.IconSizeKeysDefault = exports.IconSizeKeys = exports.IconSize = exports.IconNameKeysDefault = exports.IconNameKeys = exports.IconName = exports.IconDefault = exports.IconAlignKeysDefault = exports.IconAlignKeys = exports.IconAlign = void 0;
7
- var IconName = exports.IconName = {
8
- Accessibility16: 'Accessibility16',
9
- Accessibility24: 'Accessibility24',
10
- AccessibilityInset16: 'AccessibilityInset16',
11
- AccessibilityInset24: 'AccessibilityInset24',
12
- AIModel16: 'AIModel16',
13
- AIModel24: 'AIModel24',
14
- Alert16: 'Alert16',
15
- Alert24: 'Alert24',
16
- AlertFill12: 'AlertFill12',
17
- AlertFill16: 'AlertFill16',
18
- AlertFill24: 'AlertFill24',
19
- Apps16: 'Apps16',
20
- Apps24: 'Apps24',
21
- Archive16: 'Archive16',
22
- Archive24: 'Archive24',
23
- ArrowBoth16: 'ArrowBoth16',
24
- ArrowBoth24: 'ArrowBoth24',
25
- ArrowDown16: 'ArrowDown16',
26
- ArrowDown24: 'ArrowDown24',
27
- ArrowDownLeft16: 'ArrowDownLeft16',
28
- ArrowDownLeft24: 'ArrowDownLeft24',
29
- ArrowDownRight16: 'ArrowDownRight16',
30
- ArrowDownRight24: 'ArrowDownRight24',
31
- ArrowLeft16: 'ArrowLeft16',
32
- ArrowLeft24: 'ArrowLeft24',
33
- ArrowRight16: 'ArrowRight16',
34
- ArrowRight24: 'ArrowRight24',
35
- ArrowSwitch16: 'ArrowSwitch16',
36
- ArrowSwitch24: 'ArrowSwitch24',
37
- ArrowUp16: 'ArrowUp16',
38
- ArrowUp24: 'ArrowUp24',
39
- ArrowUpLeft16: 'ArrowUpLeft16',
40
- ArrowUpLeft24: 'ArrowUpLeft24',
41
- ArrowUpRight16: 'ArrowUpRight16',
42
- ArrowUpRight24: 'ArrowUpRight24',
43
- Beaker16: 'Beaker16',
44
- Beaker24: 'Beaker24',
45
- Bell16: 'Bell16',
46
- Bell24: 'Bell24',
47
- BellFill16: 'BellFill16',
48
- BellFill24: 'BellFill24',
49
- BellSlash16: 'BellSlash16',
50
- BellSlash24: 'BellSlash24',
51
- Blocked16: 'Blocked16',
52
- Blocked24: 'Blocked24',
53
- Bold16: 'Bold16',
54
- Bold24: 'Bold24',
55
- Book16: 'Book16',
56
- Book24: 'Book24',
57
- Bookmark16: 'Bookmark16',
58
- Bookmark24: 'Bookmark24',
59
- BookmarkFill24: 'BookmarkFill24',
60
- BookmarkFilled16: 'BookmarkFilled16',
61
- BookmarkSlash16: 'BookmarkSlash16',
62
- BookmarkSlash24: 'BookmarkSlash24',
63
- BookmarkSlashFill16: 'BookmarkSlashFill16',
64
- BookmarkSlashFill24: 'BookmarkSlashFill24',
65
- Briefcase16: 'Briefcase16',
66
- Briefcase24: 'Briefcase24',
67
- Broadcast16: 'Broadcast16',
68
- Broadcast24: 'Broadcast24',
69
- Browser16: 'Browser16',
70
- Browser24: 'Browser24',
71
- Bug16: 'Bug16',
72
- Bug24: 'Bug24',
73
- Cache16: 'Cache16',
74
- Cache24: 'Cache24',
75
- Calendar16: 'Calendar16',
76
- Calendar24: 'Calendar24',
77
- Check16: 'Check16',
78
- Check24: 'Check24',
79
- CheckCircle16: 'CheckCircle16',
80
- CheckCircle24: 'CheckCircle24',
81
- CheckCircleFill12: 'CheckCircleFill12',
82
- CheckCircleFill16: 'CheckCircleFill16',
83
- CheckCircleFill24: 'CheckCircleFill24',
84
- Checkbox16: 'Checkbox16',
85
- Checkbox24: 'Checkbox24',
86
- Checklist16: 'Checklist16',
87
- Checklist24: 'Checklist24',
88
- ChevronDown12: 'ChevronDown12',
89
- ChevronDown16: 'ChevronDown16',
90
- ChevronDown24: 'ChevronDown24',
91
- ChevronLeft12: 'ChevronLeft12',
92
- ChevronLeft16: 'ChevronLeft16',
93
- ChevronLeft24: 'ChevronLeft24',
94
- ChevronRight12: 'ChevronRight12',
95
- ChevronRight16: 'ChevronRight16',
96
- ChevronRight24: 'ChevronRight24',
97
- ChevronUp12: 'ChevronUp12',
98
- ChevronUp16: 'ChevronUp16',
99
- ChevronUp24: 'ChevronUp24',
100
- Circle16: 'Circle16',
101
- Circle24: 'Circle24',
102
- CircleSlash16: 'CircleSlash16',
103
- CircleSlash24: 'CircleSlash24',
104
- Clock16: 'Clock16',
105
- Clock24: 'Clock24',
106
- ClockFill16: 'ClockFill16',
107
- ClockFill24: 'ClockFill24',
108
- Cloud16: 'Cloud16',
109
- Cloud24: 'Cloud24',
110
- CloudOffline16: 'CloudOffline16',
111
- CloudOffline24: 'CloudOffline24',
112
- Code16: 'Code16',
113
- Code24: 'Code24',
114
- CodeOfConduct16: 'CodeOfConduct16',
115
- CodeOfConduct24: 'CodeOfConduct24',
116
- CodeReview16: 'CodeReview16',
117
- CodeReview24: 'CodeReview24',
118
- CodeSquare16: 'CodeSquare16',
119
- CodeSquare24: 'CodeSquare24',
120
- Codescan16: 'Codescan16',
121
- Codescan24: 'Codescan24',
122
- CodescanCheckmark16: 'CodescanCheckmark16',
123
- CodescanCheckmark24: 'CodescanCheckmark24',
124
- Codespaces16: 'Codespaces16',
125
- Codespaces24: 'Codespaces24',
126
- Columns16: 'Columns16',
127
- Columns24: 'Columns24',
128
- CommandPalette16: 'CommandPalette16',
129
- CommandPalette24: 'CommandPalette24',
130
- Comment16: 'Comment16',
131
- Comment24: 'Comment24',
132
- CommentDiscussion16: 'CommentDiscussion16',
133
- CommentDiscussion24: 'CommentDiscussion24',
134
- Container16: 'Container16',
135
- Container24: 'Container24',
136
- Copilot16: 'Copilot16',
137
- Copilot24: 'Copilot24',
138
- Copilot48: 'Copilot48',
139
- Copilot96: 'Copilot96',
140
- CopilotError16: 'CopilotError16',
141
- CopilotWarning16: 'CopilotWarning16',
142
- Copy16: 'Copy16',
143
- Copy24: 'Copy24',
144
- Cpu16: 'Cpu16',
145
- Cpu24: 'Cpu24',
146
- CreditCard16: 'CreditCard16',
147
- CreditCard24: 'CreditCard24',
148
- CrossReference16: 'CrossReference16',
149
- CrossReference24: 'CrossReference24',
150
- Dash16: 'Dash16',
151
- Dash24: 'Dash24',
152
- Database16: 'Database16',
153
- Database24: 'Database24',
154
- Dependabot16: 'Dependabot16',
155
- Dependabot24: 'Dependabot24',
156
- DesktopDownload16: 'DesktopDownload16',
157
- DesktopDownload24: 'DesktopDownload24',
158
- DeviceCamera16: 'DeviceCamera16',
159
- DeviceCamera24: 'DeviceCamera24',
160
- DeviceCameraVideo16: 'DeviceCameraVideo16',
161
- DeviceCameraVideo24: 'DeviceCameraVideo24',
162
- DeviceDesktop16: 'DeviceDesktop16',
163
- DeviceDesktop24: 'DeviceDesktop24',
164
- DeviceMobile16: 'DeviceMobile16',
165
- DeviceMobile24: 'DeviceMobile24',
166
- Devices16: 'Devices16',
167
- Devices24: 'Devices24',
168
- Diamond16: 'Diamond16',
169
- Diamond24: 'Diamond24',
170
- Diff16: 'Diff16',
171
- Diff24: 'Diff24',
172
- DiffAdded16: 'DiffAdded16',
173
- DiffAdded24: 'DiffAdded24',
174
- DiffIgnored16: 'DiffIgnored16',
175
- DiffIgnored24: 'DiffIgnored24',
176
- DiffModified16: 'DiffModified16',
177
- DiffModified24: 'DiffModified24',
178
- DiffRemoved16: 'DiffRemoved16',
179
- DiffRemoved24: 'DiffRemoved24',
180
- DiffRenamed16: 'DiffRenamed16',
181
- DiffRenamed24: 'DiffRenamed24',
182
- DiscussionClosed16: 'DiscussionClosed16',
183
- DiscussionClosed24: 'DiscussionClosed24',
184
- DiscussionDuplicate16: 'DiscussionDuplicate16',
185
- DiscussionDuplicate24: 'DiscussionDuplicate24',
186
- DiscussionOutdated16: 'DiscussionOutdated16',
187
- DiscussionOutdated24: 'DiscussionOutdated24',
188
- Dot16: 'Dot16',
189
- Dot24: 'Dot24',
190
- DotFill16: 'DotFill16',
191
- DotFill24: 'DotFill24',
192
- Download16: 'Download16',
193
- Download24: 'Download24',
194
- Duplicate16: 'Duplicate16',
195
- Duplicate24: 'Duplicate24',
196
- Ellipsis16: 'Ellipsis16',
197
- Ellipsis24: 'Ellipsis24',
198
- Eye16: 'Eye16',
199
- Eye24: 'Eye24',
200
- EyeClosed16: 'EyeClosed16',
201
- EyeClosed24: 'EyeClosed24',
202
- FeedDiscussion16: 'FeedDiscussion16',
203
- FeedForked16: 'FeedForked16',
204
- FeedHeart16: 'FeedHeart16',
205
- FeedIssueClosed16: 'FeedIssueClosed16',
206
- FeedIssueDraft16: 'FeedIssueDraft16',
207
- FeedIssueOpen16: 'FeedIssueOpen16',
208
- FeedIssueReopen16: 'FeedIssueReopen16',
209
- FeedMerged16: 'FeedMerged16',
210
- FeedPerson16: 'FeedPerson16',
211
- FeedPlus16: 'FeedPlus16',
212
- FeedPublic16: 'FeedPublic16',
213
- FeedPullRequestClosed16: 'FeedPullRequestClosed16',
214
- FeedPullRequestDraft16: 'FeedPullRequestDraft16',
215
- FeedPullRequestOpen16: 'FeedPullRequestOpen16',
216
- FeedRepo16: 'FeedRepo16',
217
- FeedRocket16: 'FeedRocket16',
218
- FeedStar16: 'FeedStar16',
219
- FeedTag16: 'FeedTag16',
220
- FeedTrophy16: 'FeedTrophy16',
221
- File16: 'File16',
222
- File24: 'File24',
223
- FileAdded16: 'FileAdded16',
224
- FileAdded24: 'FileAdded24',
225
- FileBadge16: 'FileBadge16',
226
- FileBadge24: 'FileBadge24',
227
- FileBinary16: 'FileBinary16',
228
- FileBinary24: 'FileBinary24',
229
- FileCode16: 'FileCode16',
230
- FileCode24: 'FileCode24',
231
- FileDiff16: 'FileDiff16',
232
- FileDiff24: 'FileDiff24',
233
- FileDirectory16: 'FileDirectory16',
234
- FileDirectory24: 'FileDirectory24',
235
- FileDirectoryFill16: 'FileDirectoryFill16',
236
- FileDirectoryFill24: 'FileDirectoryFill24',
237
- FileDirectoryOpenFill16: 'FileDirectoryOpenFill16',
238
- FileDirectoryOpenFill24: 'FileDirectoryOpenFill24',
239
- FileDirectorySymlink16: 'FileDirectorySymlink16',
240
- FileDirectorySymlink24: 'FileDirectorySymlink24',
241
- FileMedia16: 'FileMedia16',
242
- FileMedia24: 'FileMedia24',
243
- FileMoved16: 'FileMoved16',
244
- FileMoved24: 'FileMoved24',
245
- FileRemoved16: 'FileRemoved16',
246
- FileRemoved24: 'FileRemoved24',
247
- FileSubmodule16: 'FileSubmodule16',
248
- FileSubmodule24: 'FileSubmodule24',
249
- FileSymlinkFile16: 'FileSymlinkFile16',
250
- FileSymlinkFile24: 'FileSymlinkFile24',
251
- FileZip16: 'FileZip16',
252
- FileZip24: 'FileZip24',
253
- Filter16: 'Filter16',
254
- Filter24: 'Filter24',
255
- FilterRemove16: 'FilterRemove16',
256
- FilterRemove24: 'FilterRemove24',
257
- FiscalHost16: 'FiscalHost16',
258
- FiscalHost24: 'FiscalHost24',
259
- Flame16: 'Flame16',
260
- Flame24: 'Flame24',
261
- Fold16: 'Fold16',
262
- Fold24: 'Fold24',
263
- FoldDown16: 'FoldDown16',
264
- FoldDown24: 'FoldDown24',
265
- FoldUp16: 'FoldUp16',
266
- FoldUp24: 'FoldUp24',
267
- Gear16: 'Gear16',
268
- Gear24: 'Gear24',
269
- Gift16: 'Gift16',
270
- Gift24: 'Gift24',
271
- GitBranch16: 'GitBranch16',
272
- GitBranch24: 'GitBranch24',
273
- GitCommit16: 'GitCommit16',
274
- GitCommit24: 'GitCommit24',
275
- GitCompare16: 'GitCompare16',
276
- GitCompare24: 'GitCompare24',
277
- GitMerge16: 'GitMerge16',
278
- GitMerge24: 'GitMerge24',
279
- GitMergeQueue16: 'GitMergeQueue16',
280
- GitMergeQueue24: 'GitMergeQueue24',
281
- GitPullRequest16: 'GitPullRequest16',
282
- GitPullRequest24: 'GitPullRequest24',
283
- GitPullRequestClosed16: 'GitPullRequestClosed16',
284
- GitPullRequestClosed24: 'GitPullRequestClosed24',
285
- GitPullRequestDraft16: 'GitPullRequestDraft16',
286
- GitPullRequestDraft24: 'GitPullRequestDraft24',
287
- Globe16: 'Globe16',
288
- Globe24: 'Globe24',
289
- Goal16: 'Goal16',
290
- Goal24: 'Goal24',
291
- Grabber16: 'Grabber16',
292
- Grabber24: 'Grabber24',
293
- Graph16: 'Graph16',
294
- Graph24: 'Graph24',
295
- Hash16: 'Hash16',
296
- Hash24: 'Hash24',
297
- Heading16: 'Heading16',
298
- Heading24: 'Heading24',
299
- Heart16: 'Heart16',
300
- Heart24: 'Heart24',
301
- HeartFill16: 'HeartFill16',
302
- HeartFill24: 'HeartFill24',
303
- History16: 'History16',
304
- History24: 'History24',
305
- Home16: 'Home16',
306
- Home24: 'Home24',
307
- HomeFill16: 'HomeFill16',
308
- HomeFill24: 'HomeFill24',
309
- HorizontalRule16: 'HorizontalRule16',
310
- HorizontalRule24: 'HorizontalRule24',
311
- Hourglass16: 'Hourglass16',
312
- Hourglass24: 'Hourglass24',
313
- Hubot16: 'Hubot16',
314
- Hubot24: 'Hubot24',
315
- IdBadge16: 'IdBadge16',
316
- IdBadge24: 'IdBadge24',
317
- Image16: 'Image16',
318
- Image24: 'Image24',
319
- Inbox16: 'Inbox16',
320
- Inbox24: 'Inbox24',
321
- Infinity16: 'Infinity16',
322
- Infinity24: 'Infinity24',
323
- Info16: 'Info16',
324
- Info24: 'Info24',
325
- IssueClosed16: 'IssueClosed16',
326
- IssueClosed24: 'IssueClosed24',
327
- IssueDraft16: 'IssueDraft16',
328
- IssueDraft24: 'IssueDraft24',
329
- IssueOpened16: 'IssueOpened16',
330
- IssueOpened24: 'IssueOpened24',
331
- IssueReopened16: 'IssueReopened16',
332
- IssueReopened24: 'IssueReopened24',
333
- IssueTrackedBy16: 'IssueTrackedBy16',
334
- IssueTrackedBy24: 'IssueTrackedBy24',
335
- IssueTracks16: 'IssueTracks16',
336
- IssueTracks24: 'IssueTracks24',
337
- Italic16: 'Italic16',
338
- Italic24: 'Italic24',
339
- Iterations16: 'Iterations16',
340
- Iterations24: 'Iterations24',
341
- KebabHorizontal16: 'KebabHorizontal16',
342
- KebabHorizontal24: 'KebabHorizontal24',
343
- Key16: 'Key16',
344
- Key24: 'Key24',
345
- KeyAsterisk16: 'KeyAsterisk16',
346
- KeyAsterisk24: 'KeyAsterisk24',
347
- Law16: 'Law16',
348
- Law24: 'Law24',
349
- LightBulb16: 'LightBulb16',
350
- LightBulb24: 'LightBulb24',
351
- Link16: 'Link16',
352
- Link24: 'Link24',
353
- LinkExternal16: 'LinkExternal16',
354
- LinkExternal24: 'LinkExternal24',
355
- ListOrdered16: 'ListOrdered16',
356
- ListOrdered24: 'ListOrdered24',
357
- ListUnordered16: 'ListUnordered16',
358
- ListUnordered24: 'ListUnordered24',
359
- Location16: 'Location16',
360
- Location24: 'Location24',
361
- Lock16: 'Lock16',
362
- Lock24: 'Lock24',
363
- Log16: 'Log16',
364
- Log24: 'Log24',
365
- LogoGist16: 'LogoGist16',
366
- LogoGist24: 'LogoGist24',
367
- LogoGithub16: 'LogoGithub16',
368
- LogoGithub24: 'LogoGithub24',
369
- Mail16: 'Mail16',
370
- Mail24: 'Mail24',
371
- MarkGithub16: 'MarkGithub16',
372
- MarkGithub24: 'MarkGithub24',
373
- Markdown16: 'Markdown16',
374
- Markdown24: 'Markdown24',
375
- Megaphone16: 'Megaphone16',
376
- Megaphone24: 'Megaphone24',
377
- Mention16: 'Mention16',
378
- Mention24: 'Mention24',
379
- Meter16: 'Meter16',
380
- Meter24: 'Meter24',
381
- Milestone16: 'Milestone16',
382
- Milestone24: 'Milestone24',
383
- Mirror16: 'Mirror16',
384
- Mirror24: 'Mirror24',
385
- Moon16: 'Moon16',
386
- Moon24: 'Moon24',
387
- MortarBoard16: 'MortarBoard16',
388
- MortarBoard24: 'MortarBoard24',
389
- MovetoBottom16: 'MovetoBottom16',
390
- MovetoBottom24: 'MovetoBottom24',
391
- MovetoEnd16: 'MovetoEnd16',
392
- MovetoEnd24: 'MovetoEnd24',
393
- MovetoStart16: 'MovetoStart16',
394
- MovetoStart24: 'MovetoStart24',
395
- MovetoTop16: 'MovetoTop16',
396
- MovetoTop24: 'MovetoTop24',
397
- MultiSelect16: 'MultiSelect16',
398
- MultiSelect24: 'MultiSelect24',
399
- Mute16: 'Mute16',
400
- Mute24: 'Mute24',
401
- NoEntry16: 'NoEntry16',
402
- NoEntry24: 'NoEntry24',
403
- NoEntryFill12: 'NoEntryFill12',
404
- NorthStar16: 'NorthStar16',
405
- NorthStar24: 'NorthStar24',
406
- Note16: 'Note16',
407
- Note24: 'Note24',
408
- Number16: 'Number16',
409
- Number24: 'Number24',
410
- Organization16: 'Organization16',
411
- Organization24: 'Organization24',
412
- Package16: 'Package16',
413
- Package24: 'Package24',
414
- PackageDependencies16: 'PackageDependencies16',
415
- PackageDependencies24: 'PackageDependencies24',
416
- PackageDependents16: 'PackageDependents16',
417
- PackageDependents24: 'PackageDependents24',
418
- Paintbrush16: 'Paintbrush16',
419
- Paintbrush24: 'Paintbrush24',
420
- PaperAirplane16: 'PaperAirplane16',
421
- PaperAirplane24: 'PaperAirplane24',
422
- Paperclip16: 'Paperclip16',
423
- Paperclip24: 'Paperclip24',
424
- PasskeyFill16: 'PasskeyFill16',
425
- PasskeyFill24: 'PasskeyFill24',
426
- Paste16: 'Paste16',
427
- Paste24: 'Paste24',
428
- Pencil16: 'Pencil16',
429
- Pencil24: 'Pencil24',
430
- People16: 'People16',
431
- People24: 'People24',
432
- Person16: 'Person16',
433
- Person24: 'Person24',
434
- PersonAdd16: 'PersonAdd16',
435
- PersonAdd24: 'PersonAdd24',
436
- PersonFill16: 'PersonFill16',
437
- PersonFill24: 'PersonFill24',
438
- Pin16: 'Pin16',
439
- Pin24: 'Pin24',
440
- PinSlash16: 'PinSlash16',
441
- PinSlash24: 'PinSlash24',
442
- PivotColumn16: 'PivotColumn16',
443
- PivotColumn24: 'PivotColumn24',
444
- Play16: 'Play16',
445
- Play24: 'Play24',
446
- Plug16: 'Plug16',
447
- Plug24: 'Plug24',
448
- Plus16: 'Plus16',
449
- Plus24: 'Plus24',
450
- PlusCircle16: 'PlusCircle16',
451
- PlusCircle24: 'PlusCircle24',
452
- Project16: 'Project16',
453
- Project24: 'Project24',
454
- ProjectRoadmap16: 'ProjectRoadmap16',
455
- ProjectRoadmap24: 'ProjectRoadmap24',
456
- ProjectSymlink16: 'ProjectSymlink16',
457
- ProjectSymlink24: 'ProjectSymlink24',
458
- ProjectTemplate16: 'ProjectTemplate16',
459
- ProjectTemplate24: 'ProjectTemplate24',
460
- Pulse16: 'Pulse16',
461
- Pulse24: 'Pulse24',
462
- Question16: 'Question16',
463
- Question24: 'Question24',
464
- Quote16: 'Quote16',
465
- Quote24: 'Quote24',
466
- Read16: 'Read16',
467
- Read24: 'Read24',
468
- Redo16: 'Redo16',
469
- Redo24: 'Redo24',
470
- RelFilePath16: 'RelFilePath16',
471
- RelFilePath24: 'RelFilePath24',
472
- Reply16: 'Reply16',
473
- Reply24: 'Reply24',
474
- Repo16: 'Repo16',
475
- Repo24: 'Repo24',
476
- RepoClone16: 'RepoClone16',
477
- RepoClone24: 'RepoClone24',
478
- RepoDelete24: 'RepoDelete24',
479
- RepoDeleted16: 'RepoDeleted16',
480
- RepoForked16: 'RepoForked16',
481
- RepoForked24: 'RepoForked24',
482
- RepoLocked16: 'RepoLocked16',
483
- RepoLocked24: 'RepoLocked24',
484
- RepoPull16: 'RepoPull16',
485
- RepoPull24: 'RepoPull24',
486
- RepoPush16: 'RepoPush16',
487
- RepoPush24: 'RepoPush24',
488
- RepoTemplate16: 'RepoTemplate16',
489
- RepoTemplate24: 'RepoTemplate24',
490
- Report16: 'Report16',
491
- Report24: 'Report24',
492
- Rocket16: 'Rocket16',
493
- Rocket24: 'Rocket24',
494
- Rows16: 'Rows16',
495
- Rows24: 'Rows24',
496
- Rss16: 'Rss16',
497
- Rss24: 'Rss24',
498
- Ruby16: 'Ruby16',
499
- Ruby24: 'Ruby24',
500
- ScreenFull16: 'ScreenFull16',
501
- ScreenFull24: 'ScreenFull24',
502
- ScreenNormal16: 'ScreenNormal16',
503
- ScreenNormal24: 'ScreenNormal24',
504
- Search16: 'Search16',
505
- Search24: 'Search24',
506
- Server16: 'Server16',
507
- Server24: 'Server24',
508
- Share16: 'Share16',
509
- Share24: 'Share24',
510
- ShareAndroid16: 'ShareAndroid16',
511
- ShareAndroid24: 'ShareAndroid24',
512
- Shield16: 'Shield16',
513
- Shield24: 'Shield24',
514
- ShieldCheck16: 'ShieldCheck16',
515
- ShieldCheck24: 'ShieldCheck24',
516
- ShieldLock16: 'ShieldLock16',
517
- ShieldLock24: 'ShieldLock24',
518
- ShieldSlash16: 'ShieldSlash16',
519
- ShieldSlash24: 'ShieldSlash24',
520
- ShieldX16: 'ShieldX16',
521
- ShieldX24: 'ShieldX24',
522
- SidebarCollapse16: 'SidebarCollapse16',
523
- SidebarCollapse24: 'SidebarCollapse24',
524
- SidebarExpand16: 'SidebarExpand16',
525
- SidebarExpand24: 'SidebarExpand24',
526
- SignIn16: 'SignIn16',
527
- SignIn24: 'SignIn24',
528
- SignOut16: 'SignOut16',
529
- SignOut24: 'SignOut24',
530
- SingleSelect16: 'SingleSelect16',
531
- SingleSelect24: 'SingleSelect24',
532
- Skip16: 'Skip16',
533
- Skip24: 'Skip24',
534
- SkipFill16: 'SkipFill16',
535
- SkipFill24: 'SkipFill24',
536
- Sliders16: 'Sliders16',
537
- Sliders24: 'Sliders24',
538
- Smiley16: 'Smiley16',
539
- Smiley24: 'Smiley24',
540
- SortAsc16: 'SortAsc16',
541
- SortAsc24: 'SortAsc24',
542
- SortDesc16: 'SortDesc16',
543
- SortDesc24: 'SortDesc24',
544
- SparkleFill16: 'SparkleFill16',
545
- SparkleFill24: 'SparkleFill24',
546
- Sponsortiers16: 'Sponsortiers16',
547
- Sponsortiers24: 'Sponsortiers24',
548
- Square16: 'Square16',
549
- Square24: 'Square24',
550
- SquareFill16: 'SquareFill16',
551
- SquareFill24: 'SquareFill24',
552
- Squirrel16: 'Squirrel16',
553
- Squirrel24: 'Squirrel24',
554
- Stack16: 'Stack16',
555
- Stack24: 'Stack24',
556
- Star16: 'Star16',
557
- Star24: 'Star24',
558
- StarFill16: 'StarFill16',
559
- StarFill24: 'StarFill24',
560
- Stop16: 'Stop16',
561
- Stop24: 'Stop24',
562
- Stopwatch16: 'Stopwatch16',
563
- Stopwatch24: 'Stopwatch24',
564
- Strikethrough16: 'Strikethrough16',
565
- Strikethrough24: 'Strikethrough24',
566
- Sun16: 'Sun16',
567
- Sun24: 'Sun24',
568
- Sync16: 'Sync16',
569
- Sync24: 'Sync24',
570
- Tab16: 'Tab16',
571
- Tab24: 'Tab24',
572
- TabExternal16: 'TabExternal16',
573
- TabExternal24: 'TabExternal24',
574
- Table16: 'Table16',
575
- Table24: 'Table24',
576
- Tag16: 'Tag16',
577
- Tag24: 'Tag24',
578
- Tasklist16: 'Tasklist16',
579
- Tasklist24: 'Tasklist24',
580
- Telescope16: 'Telescope16',
581
- Telescope24: 'Telescope24',
582
- TelescopeFill16: 'TelescopeFill16',
583
- TelescopeFill24: 'TelescopeFill24',
584
- Terminal16: 'Terminal16',
585
- Terminal24: 'Terminal24',
586
- ThreeBars16: 'ThreeBars16',
587
- ThreeBars24: 'ThreeBars24',
588
- Thumbsdown16: 'Thumbsdown16',
589
- Thumbsdown24: 'Thumbsdown24',
590
- Thumbsup16: 'Thumbsup16',
591
- Thumbsup24: 'Thumbsup24',
592
- Tools16: 'Tools16',
593
- Tools24: 'Tools24',
594
- TrackedByClosedCompleted16: 'TrackedByClosedCompleted16',
595
- TrackedByClosedCompleted24: 'TrackedByClosedCompleted24',
596
- TrackedByClosedNotPlanned16: 'TrackedByClosedNotPlanned16',
597
- TrackedByClosedNotPlanned24: 'TrackedByClosedNotPlanned24',
598
- Trash16: 'Trash16',
599
- Trash24: 'Trash24',
600
- TriangleDown16: 'TriangleDown16',
601
- TriangleDown24: 'TriangleDown24',
602
- TriangleLeft16: 'TriangleLeft16',
603
- TriangleLeft24: 'TriangleLeft24',
604
- TriangleRight16: 'TriangleRight16',
605
- TriangleRight24: 'TriangleRight24',
606
- TriangleUp16: 'TriangleUp16',
607
- TriangleUp24: 'TriangleUp24',
608
- Trophy16: 'Trophy16',
609
- Trophy24: 'Trophy24',
610
- Typography16: 'Typography16',
611
- Typography24: 'Typography24',
612
- Undo16: 'Undo16',
613
- Undo24: 'Undo24',
614
- Unfold16: 'Unfold16',
615
- Unfold24: 'Unfold24',
616
- Unlink16: 'Unlink16',
617
- Unlink24: 'Unlink24',
618
- Unlock16: 'Unlock16',
619
- Unlock24: 'Unlock24',
620
- Unmute16: 'Unmute16',
621
- Unmute24: 'Unmute24',
622
- Unread16: 'Unread16',
623
- Unread24: 'Unread24',
624
- Unverified16: 'Unverified16',
625
- Unverified24: 'Unverified24',
626
- Upload16: 'Upload16',
627
- Upload24: 'Upload24',
628
- Verified16: 'Verified16',
629
- Verified24: 'Verified24',
630
- Versions16: 'Versions16',
631
- Versions24: 'Versions24',
632
- Video16: 'Video16',
633
- Video24: 'Video24',
634
- Webhook16: 'Webhook16',
635
- Workflow16: 'Workflow16',
636
- Workflow24: 'Workflow24',
637
- X12: 'X12',
638
- X16: 'X16',
639
- X24: 'X24',
640
- XCircle16: 'XCircle16',
641
- XCircle24: 'XCircle24',
642
- XCircleFill12: 'XCircleFill12',
643
- XCircleFill16: 'XCircleFill16',
644
- XCircleFill24: 'XCircleFill24',
645
- Zap16: 'Zap16',
646
- Zap24: 'Zap24',
647
- ZoomIn16: 'ZoomIn16',
648
- ZoomIn24: 'ZoomIn24',
649
- ZoomOut16: 'ZoomOut16',
650
- ZoomOut24: 'ZoomOut24'
651
- };
652
- var IconSize = exports.IconSize = {
653
- Small: 16,
654
- Medium: 32,
655
- Large: 64
656
- };
657
- var IconAlign = exports.IconAlign = {
658
- Middle: 'middle',
659
- TextBottom: 'text-bottom',
660
- TextTop: 'text-top',
661
- Top: 'top',
662
- Unset: 'unset'
663
- };
664
- var IconDefault = exports.IconDefault = {
665
- ClassName: 'octicon',
666
- AriaLabel: null,
667
- Height: null,
668
- Width: null,
669
- Size: 16,
670
- Fill: 'currentColor',
671
- VerticalAlign: 'text-bottom'
672
- };
673
- var IconNameKeys = exports.IconNameKeys = Object.keys(IconName);
674
- var IconNameKeysDefault = exports.IconNameKeysDefault = IconNameKeys[0];
675
- var IconSizeKeys = exports.IconSizeKeys = Object.keys(IconSize);
676
- var IconSizeKeysDefault = exports.IconSizeKeysDefault = IconSizeKeys[0];
677
- var IconAlignKeys = exports.IconAlignKeys = Object.keys(IconAlign);
678
- var IconAlignKeysDefault = exports.IconAlignKeysDefault = IconAlignKeys[0];
5
+ });
@@ -1,3 +1,3 @@
1
1
  export { Icon } from './Icon';
2
- export { IconName, IconSize } from './Icon.type';
2
+ export { IconName, IconSize } from './Icon.const';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Legacy/Icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Legacy/Icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAC7B,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAA"}