@orangesk/orange-design-system 1.11.0 → 2.0.0-alpha.0

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 (1487) hide show
  1. package/README.md +29 -10
  2. package/build/404.html +1 -0
  3. package/build/_next/static/chunks/4bd1b696-67ee12fb04071d3b.js +1 -0
  4. package/build/_next/static/chunks/684-2d117c50cbadadca.js +1 -0
  5. package/build/_next/static/chunks/app/_not-found/page-f08302ee705a96b1.js +1 -0
  6. package/build/_next/static/chunks/app/components/badge/page-bbcffd5558aeab06.js +1 -0
  7. package/build/_next/static/chunks/app/layout-69efc42b1696abf9.js +1 -0
  8. package/build/_next/static/chunks/app/page-687dfdffc8d1b6e5.js +1 -0
  9. package/build/_next/static/chunks/framework-f593a28cde54158e.js +1 -0
  10. package/build/_next/static/chunks/main-43608b6b4bb05f8f.js +1 -0
  11. package/build/_next/static/chunks/main-app-ce2a2222e012907f.js +1 -0
  12. package/build/_next/static/chunks/pages/_app-da15c11dea942c36.js +1 -0
  13. package/build/_next/static/chunks/pages/_error-cc3f077a18ea1793.js +1 -0
  14. package/build/_next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  15. package/build/_next/static/chunks/webpack-778f3ec87f8d2826.js +1 -0
  16. package/build/_next/static/css/08a2fcd6f5aac3e0.css +1 -0
  17. package/build/_next/static/css/d2fc2f581fe4b371.css +1 -0
  18. package/build/_next/static/rsiMOOYAxBtOjvpzBN4vJ/_buildManifest.js +1 -0
  19. package/build/_next/static/rsiMOOYAxBtOjvpzBN4vJ/_ssgManifest.js +1 -0
  20. package/build/components/Badge/index.js +616 -3
  21. package/build/components/Badge/index.js.map +1 -1
  22. package/build/components/Badge/style.css +1 -1
  23. package/build/components/Badge/style.css.map +1 -1
  24. package/build/components/badge.html +1 -0
  25. package/build/components/badge.txt +19 -0
  26. package/build/components/index.css +2 -0
  27. package/build/components/index.css.map +1 -0
  28. package/build/components/index.js +616 -3
  29. package/build/components/index.js.map +1 -1
  30. package/build/components/static.js +1200 -3
  31. package/build/components/static.js.map +1 -1
  32. package/build/components/types/Badge/Badge.d.ts +12 -0
  33. package/build/components/types/Badge/index.d.ts +2 -0
  34. package/build/components/types/index.d.ts +4 -0
  35. package/build/index.html +46 -1
  36. package/build/index.txt +18 -0
  37. package/build/lib/after-components.css +1 -1
  38. package/build/lib/after-components.css.map +1 -1
  39. package/build/lib/after-components.js +3 -2
  40. package/build/lib/before-components.css +1 -1
  41. package/build/lib/before-components.css.map +1 -1
  42. package/build/lib/before-components.js +3 -2
  43. package/build/lib/breadcrumbs.css +2 -2
  44. package/build/lib/breadcrumbs.css.map +1 -1
  45. package/build/lib/breadcrumbs.js +3 -2
  46. package/build/lib/components.css +1 -1
  47. package/build/lib/components.css.map +1 -1
  48. package/build/lib/components.js +3 -2
  49. package/build/lib/fonts.css +1 -1
  50. package/build/lib/fonts.css.map +1 -1
  51. package/build/lib/fonts.js +3 -2
  52. package/build/lib/scripts.js +1202 -3
  53. package/build/lib/scripts.js.map +1 -1
  54. package/build/lib/style.css +1 -1
  55. package/build/lib/style.css.map +1 -1
  56. package/build/lib/style.js +3 -2
  57. package/package.json +50 -130
  58. package/src/components/Badge/Badge.test.js +16 -20
  59. package/src/components/Badge/Badge.tsx +45 -0
  60. package/src/components/Badge/index.ts +3 -0
  61. package/src/components/Badge/styles/config.scss +11 -11
  62. package/src/components/Badge/styles/mixins.scss +5 -5
  63. package/src/components/Badge/styles/style.scss +3 -4
  64. package/src/components/Badge/tests/Badge.unit.test.js +18 -22
  65. package/src/components/Typography/styles/style.scss +9 -9
  66. package/src/components/index.ts +7 -0
  67. package/src/components/static.ts +1 -0
  68. package/build/app.css +0 -3
  69. package/build/app.css.map +0 -1
  70. package/build/app.js +0 -3
  71. package/build/app.js.LICENSE.txt +0 -78
  72. package/build/app.js.map +0 -1
  73. package/build/asset-manifest.json +0 -442
  74. package/build/components/Accordion/Accordion.static.js +0 -2
  75. package/build/components/Accordion/Accordion.static.js.map +0 -1
  76. package/build/components/Accordion/index.js +0 -3
  77. package/build/components/Accordion/index.js.LICENSE.txt +0 -5
  78. package/build/components/Accordion/index.js.map +0 -1
  79. package/build/components/Accordion/style.css +0 -2
  80. package/build/components/Accordion/style.css.map +0 -1
  81. package/build/components/Alert/index.js +0 -3
  82. package/build/components/Alert/index.js.LICENSE.txt +0 -5
  83. package/build/components/Alert/index.js.map +0 -1
  84. package/build/components/Alert/style.css +0 -2
  85. package/build/components/Alert/style.css.map +0 -1
  86. package/build/components/Badge/index.js.LICENSE.txt +0 -5
  87. package/build/components/Bar/index.js +0 -3
  88. package/build/components/Bar/index.js.LICENSE.txt +0 -5
  89. package/build/components/Bar/index.js.map +0 -1
  90. package/build/components/Bar/style.css +0 -2
  91. package/build/components/Bar/style.css.map +0 -1
  92. package/build/components/BlockAction/BlockAction.static.js +0 -2
  93. package/build/components/BlockAction/BlockAction.static.js.map +0 -1
  94. package/build/components/BlockAction/index.js +0 -3
  95. package/build/components/BlockAction/index.js.LICENSE.txt +0 -5
  96. package/build/components/BlockAction/index.js.map +0 -1
  97. package/build/components/BlockAction/style.css +0 -2
  98. package/build/components/BlockAction/style.css.map +0 -1
  99. package/build/components/Breadcrumbs/index.js +0 -3
  100. package/build/components/Breadcrumbs/index.js.LICENSE.txt +0 -5
  101. package/build/components/Breadcrumbs/index.js.map +0 -1
  102. package/build/components/Breadcrumbs/style.css +0 -2
  103. package/build/components/Breadcrumbs/style.css.map +0 -1
  104. package/build/components/Button/index.js +0 -3
  105. package/build/components/Button/index.js.LICENSE.txt +0 -5
  106. package/build/components/Button/index.js.map +0 -1
  107. package/build/components/Button/style.css +0 -2
  108. package/build/components/Button/style.css.map +0 -1
  109. package/build/components/Buttons/index.js +0 -3
  110. package/build/components/Buttons/index.js.LICENSE.txt +0 -5
  111. package/build/components/Buttons/index.js.map +0 -1
  112. package/build/components/Buttons/style.css +0 -2
  113. package/build/components/Buttons/style.css.map +0 -1
  114. package/build/components/Card/index.js +0 -3
  115. package/build/components/Card/index.js.LICENSE.txt +0 -5
  116. package/build/components/Card/index.js.map +0 -1
  117. package/build/components/Card/style.css +0 -2
  118. package/build/components/Card/style.css.map +0 -1
  119. package/build/components/Carousel/Carousel.static.css +0 -2
  120. package/build/components/Carousel/Carousel.static.css.map +0 -1
  121. package/build/components/Carousel/Carousel.static.js +0 -3
  122. package/build/components/Carousel/Carousel.static.js.LICENSE.txt +0 -15
  123. package/build/components/Carousel/Carousel.static.js.map +0 -1
  124. package/build/components/Carousel/index.js +0 -3
  125. package/build/components/Carousel/index.js.LICENSE.txt +0 -21
  126. package/build/components/Carousel/index.js.map +0 -1
  127. package/build/components/Carousel/style.css +0 -2
  128. package/build/components/Carousel/style.css.map +0 -1
  129. package/build/components/CarouselPromotions/CarouselPromotions.static.js +0 -3
  130. package/build/components/CarouselPromotions/CarouselPromotions.static.js.LICENSE.txt +0 -15
  131. package/build/components/CarouselPromotions/CarouselPromotions.static.js.map +0 -1
  132. package/build/components/CarouselPromotions/index.js +0 -3
  133. package/build/components/CarouselPromotions/index.js.LICENSE.txt +0 -21
  134. package/build/components/CarouselPromotions/index.js.map +0 -1
  135. package/build/components/CarouselPromotions/style.css +0 -2
  136. package/build/components/CarouselPromotions/style.css.map +0 -1
  137. package/build/components/CartTable/index.js +0 -3
  138. package/build/components/CartTable/index.js.LICENSE.txt +0 -5
  139. package/build/components/CartTable/index.js.map +0 -1
  140. package/build/components/CartTable/style.css +0 -2
  141. package/build/components/CartTable/style.css.map +0 -1
  142. package/build/components/Container/index.js +0 -3
  143. package/build/components/Container/index.js.LICENSE.txt +0 -5
  144. package/build/components/Container/index.js.map +0 -1
  145. package/build/components/Container/style.css +0 -2
  146. package/build/components/Container/style.css.map +0 -1
  147. package/build/components/ContentBlock/index.js +0 -3
  148. package/build/components/ContentBlock/index.js.LICENSE.txt +0 -5
  149. package/build/components/ContentBlock/index.js.map +0 -1
  150. package/build/components/ContentBlock/style.css +0 -2
  151. package/build/components/ContentBlock/style.css.map +0 -1
  152. package/build/components/Cover/index.js +0 -3
  153. package/build/components/Cover/index.js.LICENSE.txt +0 -5
  154. package/build/components/Cover/index.js.map +0 -1
  155. package/build/components/Cover/style.css +0 -2
  156. package/build/components/Cover/style.css.map +0 -1
  157. package/build/components/Divider/index.js +0 -3
  158. package/build/components/Divider/index.js.LICENSE.txt +0 -5
  159. package/build/components/Divider/index.js.map +0 -1
  160. package/build/components/Divider/style.css +0 -2
  161. package/build/components/Divider/style.css.map +0 -1
  162. package/build/components/Dropdown/Dropdown.static.css +0 -2
  163. package/build/components/Dropdown/Dropdown.static.css.map +0 -1
  164. package/build/components/Dropdown/Dropdown.static.js +0 -2
  165. package/build/components/Dropdown/Dropdown.static.js.map +0 -1
  166. package/build/components/Dropdown/index.js +0 -3
  167. package/build/components/Dropdown/index.js.LICENSE.txt +0 -5
  168. package/build/components/Dropdown/index.js.map +0 -1
  169. package/build/components/Dropdown/style.css +0 -2
  170. package/build/components/Dropdown/style.css.map +0 -1
  171. package/build/components/Expander/Expander.static.js +0 -2
  172. package/build/components/Expander/Expander.static.js.map +0 -1
  173. package/build/components/Expander/index.js +0 -3
  174. package/build/components/Expander/index.js.LICENSE.txt +0 -5
  175. package/build/components/Expander/index.js.map +0 -1
  176. package/build/components/Expander/style.css +0 -2
  177. package/build/components/Expander/style.css.map +0 -1
  178. package/build/components/Forms/Autocomplete/Autocomplete.static.js +0 -2
  179. package/build/components/Forms/Autocomplete/Autocomplete.static.js.map +0 -1
  180. package/build/components/Forms/Autocomplete/index.js +0 -3
  181. package/build/components/Forms/Autocomplete/index.js.LICENSE.txt +0 -5
  182. package/build/components/Forms/Autocomplete/index.js.map +0 -1
  183. package/build/components/Forms/Autocomplete/style.css +0 -2
  184. package/build/components/Forms/Autocomplete/style.css.map +0 -1
  185. package/build/components/Forms/Checkbox/index.js +0 -3
  186. package/build/components/Forms/Checkbox/index.js.LICENSE.txt +0 -5
  187. package/build/components/Forms/Checkbox/index.js.map +0 -1
  188. package/build/components/Forms/Checkbox/style.css +0 -2
  189. package/build/components/Forms/Checkbox/style.css.map +0 -1
  190. package/build/components/Forms/DatePicker/DatePicker.static.css +0 -2
  191. package/build/components/Forms/DatePicker/DatePicker.static.css.map +0 -1
  192. package/build/components/Forms/DatePicker/DatePicker.static.js +0 -2
  193. package/build/components/Forms/DatePicker/DatePicker.static.js.map +0 -1
  194. package/build/components/Forms/DatePicker/index.js +0 -2
  195. package/build/components/Forms/DatePicker/index.js.map +0 -1
  196. package/build/components/Forms/DatePicker/style.css +0 -2
  197. package/build/components/Forms/DatePicker/style.css.map +0 -1
  198. package/build/components/Forms/Field/index.js +0 -3
  199. package/build/components/Forms/Field/index.js.LICENSE.txt +0 -7
  200. package/build/components/Forms/Field/index.js.map +0 -1
  201. package/build/components/Forms/Field/style.css +0 -2
  202. package/build/components/Forms/Field/style.css.map +0 -1
  203. package/build/components/Forms/Fieldset/index.js +0 -3
  204. package/build/components/Forms/Fieldset/index.js.LICENSE.txt +0 -5
  205. package/build/components/Forms/Fieldset/index.js.map +0 -1
  206. package/build/components/Forms/Fieldset/style.css +0 -2
  207. package/build/components/Forms/Fieldset/style.css.map +0 -1
  208. package/build/components/Forms/File/File.static.js +0 -3
  209. package/build/components/Forms/File/File.static.js.LICENSE.txt +0 -1
  210. package/build/components/Forms/File/File.static.js.map +0 -1
  211. package/build/components/Forms/File/index.js +0 -3
  212. package/build/components/Forms/File/index.js.LICENSE.txt +0 -7
  213. package/build/components/Forms/File/index.js.map +0 -1
  214. package/build/components/Forms/File/style.css +0 -2
  215. package/build/components/Forms/File/style.css.map +0 -1
  216. package/build/components/Forms/Group/index.js +0 -3
  217. package/build/components/Forms/Group/index.js.LICENSE.txt +0 -5
  218. package/build/components/Forms/Group/index.js.map +0 -1
  219. package/build/components/Forms/Group/style.css +0 -2
  220. package/build/components/Forms/Group/style.css.map +0 -1
  221. package/build/components/Forms/Hint/index.js +0 -3
  222. package/build/components/Forms/Hint/index.js.LICENSE.txt +0 -5
  223. package/build/components/Forms/Hint/index.js.map +0 -1
  224. package/build/components/Forms/Hint/style.css +0 -2
  225. package/build/components/Forms/Hint/style.css.map +0 -1
  226. package/build/components/Forms/InputStepper/InputStepper.static.js +0 -2
  227. package/build/components/Forms/InputStepper/InputStepper.static.js.map +0 -1
  228. package/build/components/Forms/InputStepper/index.js +0 -3
  229. package/build/components/Forms/InputStepper/index.js.LICENSE.txt +0 -5
  230. package/build/components/Forms/InputStepper/index.js.map +0 -1
  231. package/build/components/Forms/InputStepper/style.css +0 -2
  232. package/build/components/Forms/InputStepper/style.css.map +0 -1
  233. package/build/components/Forms/Label/index.js +0 -3
  234. package/build/components/Forms/Label/index.js.LICENSE.txt +0 -5
  235. package/build/components/Forms/Label/index.js.map +0 -1
  236. package/build/components/Forms/Label/style.css +0 -2
  237. package/build/components/Forms/Label/style.css.map +0 -1
  238. package/build/components/Forms/Message/index.js +0 -3
  239. package/build/components/Forms/Message/index.js.LICENSE.txt +0 -5
  240. package/build/components/Forms/Message/index.js.map +0 -1
  241. package/build/components/Forms/Message/style.css +0 -2
  242. package/build/components/Forms/Message/style.css.map +0 -1
  243. package/build/components/Forms/Radio/index.js +0 -3
  244. package/build/components/Forms/Radio/index.js.LICENSE.txt +0 -5
  245. package/build/components/Forms/Radio/index.js.map +0 -1
  246. package/build/components/Forms/Radio/style.css +0 -2
  247. package/build/components/Forms/Radio/style.css.map +0 -1
  248. package/build/components/Forms/RangeSlider/RangeSlider.static.js +0 -2
  249. package/build/components/Forms/RangeSlider/RangeSlider.static.js.map +0 -1
  250. package/build/components/Forms/RangeSlider/index.js +0 -3
  251. package/build/components/Forms/RangeSlider/index.js.LICENSE.txt +0 -5
  252. package/build/components/Forms/RangeSlider/index.js.map +0 -1
  253. package/build/components/Forms/RangeSlider/style.css +0 -2
  254. package/build/components/Forms/RangeSlider/style.css.map +0 -1
  255. package/build/components/Forms/Select/index.js +0 -3
  256. package/build/components/Forms/Select/index.js.LICENSE.txt +0 -5
  257. package/build/components/Forms/Select/index.js.map +0 -1
  258. package/build/components/Forms/Select/style.css +0 -2
  259. package/build/components/Forms/Select/style.css.map +0 -1
  260. package/build/components/Forms/TextArea/index.js +0 -3
  261. package/build/components/Forms/TextArea/index.js.LICENSE.txt +0 -5
  262. package/build/components/Forms/TextArea/index.js.map +0 -1
  263. package/build/components/Forms/TextArea/style.css +0 -2
  264. package/build/components/Forms/TextArea/style.css.map +0 -1
  265. package/build/components/Forms/TextInput/index.js +0 -3
  266. package/build/components/Forms/TextInput/index.js.LICENSE.txt +0 -5
  267. package/build/components/Forms/TextInput/index.js.map +0 -1
  268. package/build/components/Forms/TextInput/style.css +0 -2
  269. package/build/components/Forms/TextInput/style.css.map +0 -1
  270. package/build/components/Forms/index.js +0 -3
  271. package/build/components/Forms/index.js.LICENSE.txt +0 -7
  272. package/build/components/Forms/index.js.map +0 -1
  273. package/build/components/Forms/style.css +0 -2
  274. package/build/components/Forms/style.css.map +0 -1
  275. package/build/components/Gauge/index.js +0 -3
  276. package/build/components/Gauge/index.js.LICENSE.txt +0 -5
  277. package/build/components/Gauge/index.js.map +0 -1
  278. package/build/components/Gauge/style.css +0 -2
  279. package/build/components/Gauge/style.css.map +0 -1
  280. package/build/components/Grid/index.js +0 -3
  281. package/build/components/Grid/index.js.LICENSE.txt +0 -5
  282. package/build/components/Grid/index.js.map +0 -1
  283. package/build/components/Grid/style.css +0 -2
  284. package/build/components/Grid/style.css.map +0 -1
  285. package/build/components/Heading/index.js +0 -2
  286. package/build/components/Heading/index.js.map +0 -1
  287. package/build/components/Hero/index.js +0 -3
  288. package/build/components/Hero/index.js.LICENSE.txt +0 -5
  289. package/build/components/Hero/index.js.map +0 -1
  290. package/build/components/Hero/style.css +0 -2
  291. package/build/components/Hero/style.css.map +0 -1
  292. package/build/components/Icon/index.js +0 -3
  293. package/build/components/Icon/index.js.LICENSE.txt +0 -5
  294. package/build/components/Icon/index.js.map +0 -1
  295. package/build/components/Icon/style.css +0 -2
  296. package/build/components/Icon/style.css.map +0 -1
  297. package/build/components/IconList/index.js +0 -3
  298. package/build/components/IconList/index.js.LICENSE.txt +0 -5
  299. package/build/components/IconList/index.js.map +0 -1
  300. package/build/components/IconList/style.css +0 -2
  301. package/build/components/IconList/style.css.map +0 -1
  302. package/build/components/Image/index.js +0 -3
  303. package/build/components/Image/index.js.LICENSE.txt +0 -5
  304. package/build/components/Image/index.js.map +0 -1
  305. package/build/components/Image/style.css +0 -2
  306. package/build/components/Image/style.css.map +0 -1
  307. package/build/components/Link/index.js +0 -3
  308. package/build/components/Link/index.js.LICENSE.txt +0 -5
  309. package/build/components/Link/index.js.map +0 -1
  310. package/build/components/Link/style.css +0 -2
  311. package/build/components/Link/style.css.map +0 -1
  312. package/build/components/List/index.js +0 -3
  313. package/build/components/List/index.js.LICENSE.txt +0 -5
  314. package/build/components/List/index.js.map +0 -1
  315. package/build/components/List/style.css +0 -2
  316. package/build/components/List/style.css.map +0 -1
  317. package/build/components/Loader/Loader.static.js +0 -2
  318. package/build/components/Loader/Loader.static.js.map +0 -1
  319. package/build/components/Loader/index.js +0 -3
  320. package/build/components/Loader/index.js.LICENSE.txt +0 -5
  321. package/build/components/Loader/index.js.map +0 -1
  322. package/build/components/Loader/style.css +0 -2
  323. package/build/components/Loader/style.css.map +0 -1
  324. package/build/components/Modal/Modal.static.js +0 -3
  325. package/build/components/Modal/Modal.static.js.LICENSE.txt +0 -4
  326. package/build/components/Modal/Modal.static.js.map +0 -1
  327. package/build/components/Modal/index.js +0 -3
  328. package/build/components/Modal/index.js.LICENSE.txt +0 -10
  329. package/build/components/Modal/index.js.map +0 -1
  330. package/build/components/Modal/style.css +0 -2
  331. package/build/components/Modal/style.css.map +0 -1
  332. package/build/components/PageTitle/index.js +0 -3
  333. package/build/components/PageTitle/index.js.LICENSE.txt +0 -5
  334. package/build/components/PageTitle/index.js.map +0 -1
  335. package/build/components/PageTitle/style.css +0 -2
  336. package/build/components/PageTitle/style.css.map +0 -1
  337. package/build/components/Pagination/index.js +0 -3
  338. package/build/components/Pagination/index.js.LICENSE.txt +0 -5
  339. package/build/components/Pagination/index.js.map +0 -1
  340. package/build/components/Pagination/style.css +0 -2
  341. package/build/components/Pagination/style.css.map +0 -1
  342. package/build/components/Pill/index.js +0 -3
  343. package/build/components/Pill/index.js.LICENSE.txt +0 -5
  344. package/build/components/Pill/index.js.map +0 -1
  345. package/build/components/Pill/style.css +0 -2
  346. package/build/components/Pill/style.css.map +0 -1
  347. package/build/components/Progress/index.js +0 -3
  348. package/build/components/Progress/index.js.LICENSE.txt +0 -5
  349. package/build/components/Progress/index.js.map +0 -1
  350. package/build/components/Progress/style.css +0 -2
  351. package/build/components/Progress/style.css.map +0 -1
  352. package/build/components/PromotionCard/index.js +0 -3
  353. package/build/components/PromotionCard/index.js.LICENSE.txt +0 -5
  354. package/build/components/PromotionCard/index.js.map +0 -1
  355. package/build/components/PromotionCard/style.css +0 -2
  356. package/build/components/PromotionCard/style.css.map +0 -1
  357. package/build/components/Section/index.js +0 -3
  358. package/build/components/Section/index.js.LICENSE.txt +0 -5
  359. package/build/components/Section/index.js.map +0 -1
  360. package/build/components/Section/style.css +0 -2
  361. package/build/components/Section/style.css.map +0 -1
  362. package/build/components/Skeleton/index.js +0 -3
  363. package/build/components/Skeleton/index.js.LICENSE.txt +0 -5
  364. package/build/components/Skeleton/index.js.map +0 -1
  365. package/build/components/Skeleton/style.css +0 -2
  366. package/build/components/Skeleton/style.css.map +0 -1
  367. package/build/components/SkipLink/index.js +0 -3
  368. package/build/components/SkipLink/index.js.LICENSE.txt +0 -5
  369. package/build/components/SkipLink/index.js.map +0 -1
  370. package/build/components/SkipLink/style.css +0 -2
  371. package/build/components/SkipLink/style.css.map +0 -1
  372. package/build/components/Stepbar/index.js +0 -3
  373. package/build/components/Stepbar/index.js.LICENSE.txt +0 -5
  374. package/build/components/Stepbar/index.js.map +0 -1
  375. package/build/components/Stepbar/style.css +0 -2
  376. package/build/components/Stepbar/style.css.map +0 -1
  377. package/build/components/Sticker/index.js +0 -3
  378. package/build/components/Sticker/index.js.LICENSE.txt +0 -5
  379. package/build/components/Sticker/index.js.map +0 -1
  380. package/build/components/Sticker/style.css +0 -2
  381. package/build/components/Sticker/style.css.map +0 -1
  382. package/build/components/Table/Table.static.js +0 -2
  383. package/build/components/Table/Table.static.js.map +0 -1
  384. package/build/components/Table/index.js +0 -3
  385. package/build/components/Table/index.js.LICENSE.txt +0 -5
  386. package/build/components/Table/index.js.map +0 -1
  387. package/build/components/Table/style.css +0 -2
  388. package/build/components/Table/style.css.map +0 -1
  389. package/build/components/Tabs/Tabs.static.js +0 -2
  390. package/build/components/Tabs/Tabs.static.js.map +0 -1
  391. package/build/components/Tabs/index.js +0 -3
  392. package/build/components/Tabs/index.js.LICENSE.txt +0 -5
  393. package/build/components/Tabs/index.js.map +0 -1
  394. package/build/components/Tabs/style.css +0 -2
  395. package/build/components/Tabs/style.css.map +0 -1
  396. package/build/components/Testimonial/index.js +0 -3
  397. package/build/components/Testimonial/index.js.LICENSE.txt +0 -5
  398. package/build/components/Testimonial/index.js.map +0 -1
  399. package/build/components/Testimonial/style.css +0 -2
  400. package/build/components/Testimonial/style.css.map +0 -1
  401. package/build/components/Tile/index.js +0 -3
  402. package/build/components/Tile/index.js.LICENSE.txt +0 -5
  403. package/build/components/Tile/index.js.map +0 -1
  404. package/build/components/Tile/style.css +0 -2
  405. package/build/components/Tile/style.css.map +0 -1
  406. package/build/components/Tooltip/Tooltip.static.css +0 -2
  407. package/build/components/Tooltip/Tooltip.static.css.map +0 -1
  408. package/build/components/Tooltip/Tooltip.static.js +0 -2
  409. package/build/components/Tooltip/Tooltip.static.js.map +0 -1
  410. package/build/components/Tooltip/index.js +0 -3
  411. package/build/components/Tooltip/index.js.LICENSE.txt +0 -5
  412. package/build/components/Tooltip/index.js.map +0 -1
  413. package/build/components/Tooltip/style.css +0 -2
  414. package/build/components/Tooltip/style.css.map +0 -1
  415. package/build/components/index.js.LICENSE.txt +0 -28
  416. package/build/components/static.css +0 -2
  417. package/build/components/static.css.map +0 -1
  418. package/build/components/static.js.LICENSE.txt +0 -22
  419. package/build/components/style.css +0 -2
  420. package/build/components/style.css.map +0 -1
  421. package/build/index.css +0 -2
  422. package/build/index.css.map +0 -1
  423. package/build/index.js +0 -3
  424. package/build/index.js.LICENSE.txt +0 -150
  425. package/build/index.js.map +0 -1
  426. package/build/lib/after-components.js.map +0 -1
  427. package/build/lib/before-components.js.map +0 -1
  428. package/build/lib/breadcrumbs.js.map +0 -1
  429. package/build/lib/components.js.map +0 -1
  430. package/build/lib/fonts.js.map +0 -1
  431. package/build/lib/scripts.css +0 -2
  432. package/build/lib/scripts.css.map +0 -1
  433. package/build/lib/scripts.js.LICENSE.txt +0 -22
  434. package/build/lib/style.js.map +0 -1
  435. package/build/lib/testAutocomplete.js +0 -2
  436. package/build/lib/testAutocomplete.js.map +0 -1
  437. package/build/media/hands-with-phones.2646b120f1bbbbbdf4b4105fad34c34d.svg +0 -90
  438. package/build/media/logo-small.abe814cc06cf7383d3769293d27f8895.svg +0 -45
  439. package/build/media/logo.086916e9e2d8f8c38d2ecfba359ab991.svg +0 -1
  440. package/build/media/phones.a022d93942179e66616ee71d4e37e532.png +0 -0
  441. package/build/pages/hello-react-world.html +0 -1
  442. package/build/pages/hello-world.html +0 -1
  443. package/build/pages/hero-playground.html +0 -1
  444. package/build/pages/index.html +0 -1
  445. package/build/pages/test-autocomplete.html +0 -1
  446. package/build/precache-manifest.bcec161b6e91c0dcdd3c56db0841babe.js +0 -842
  447. package/build/precache-manifest.bf99fc5050abfcf4f6af584e5a612315.js +0 -146
  448. package/build/service-worker.js +0 -39
  449. package/build/sprite.svg +0 -1
  450. package/build/static.css +0 -2
  451. package/build/static.css.map +0 -1
  452. package/build/static.js +0 -3
  453. package/build/static.js.LICENSE.txt +0 -22
  454. package/build/static.js.map +0 -1
  455. package/build/tests/index.html +0 -1
  456. package/src/assets/icons/4g.svg +0 -1
  457. package/src/assets/icons/5g.svg +0 -1
  458. package/src/assets/icons/accessibility-mobility.svg +0 -1
  459. package/src/assets/icons/accessibility-motor.svg +0 -1
  460. package/src/assets/icons/accessibility-vision.svg +0 -1
  461. package/src/assets/icons/accessibility.svg +0 -1
  462. package/src/assets/icons/add.svg +0 -1
  463. package/src/assets/icons/advertising.svg +0 -1
  464. package/src/assets/icons/aeroplane.svg +0 -1
  465. package/src/assets/icons/age-rating-3.svg +0 -1
  466. package/src/assets/icons/airbox-auto.svg +0 -1
  467. package/src/assets/icons/alias-numbers.svg +0 -1
  468. package/src/assets/icons/android-manage.svg +0 -1
  469. package/src/assets/icons/antenna.svg +0 -1
  470. package/src/assets/icons/apartment-building.svg +0 -1
  471. package/src/assets/icons/apps.svg +0 -1
  472. package/src/assets/icons/assistance.svg +0 -1
  473. package/src/assets/icons/assistent.svg +0 -1
  474. package/src/assets/icons/at.svg +0 -1
  475. package/src/assets/icons/avatar.svg +0 -1
  476. package/src/assets/icons/backup-internet.svg +0 -1
  477. package/src/assets/icons/bank.svg +0 -1
  478. package/src/assets/icons/battery-charging.svg +0 -1
  479. package/src/assets/icons/battery-full.svg +0 -1
  480. package/src/assets/icons/battery-status-1-3.svg +0 -1
  481. package/src/assets/icons/battery-status-charging.svg +0 -1
  482. package/src/assets/icons/battery-status-full.svg +0 -1
  483. package/src/assets/icons/bed.svg +0 -1
  484. package/src/assets/icons/birth.svg +0 -1
  485. package/src/assets/icons/birthday.svg +0 -1
  486. package/src/assets/icons/bluetooth.svg +0 -1
  487. package/src/assets/icons/boarding-pass.svg +0 -1
  488. package/src/assets/icons/book-award.svg +0 -1
  489. package/src/assets/icons/book.svg +0 -1
  490. package/src/assets/icons/boxes.svg +0 -1
  491. package/src/assets/icons/briefcase.svg +0 -1
  492. package/src/assets/icons/browser-plug-in.svg +0 -1
  493. package/src/assets/icons/business-advisor.svg +0 -1
  494. package/src/assets/icons/business-consultant.svg +0 -1
  495. package/src/assets/icons/business-lounge.svg +0 -1
  496. package/src/assets/icons/buy.svg +0 -1
  497. package/src/assets/icons/calendar-30.svg +0 -1
  498. package/src/assets/icons/calendar-alarm.svg +0 -1
  499. package/src/assets/icons/calendar-day.svg +0 -1
  500. package/src/assets/icons/calendar-month.svg +0 -1
  501. package/src/assets/icons/call-in.svg +0 -1
  502. package/src/assets/icons/call-out.svg +0 -1
  503. package/src/assets/icons/call.svg +0 -1
  504. package/src/assets/icons/camera.svg +0 -1
  505. package/src/assets/icons/car-park.svg +0 -1
  506. package/src/assets/icons/car.svg +0 -1
  507. package/src/assets/icons/card-reader.svg +0 -1
  508. package/src/assets/icons/casting.svg +0 -1
  509. package/src/assets/icons/cest-ici.svg +0 -1
  510. package/src/assets/icons/charger.svg +0 -1
  511. package/src/assets/icons/chatbot.svg +0 -1
  512. package/src/assets/icons/check-your-balance.svg +0 -1
  513. package/src/assets/icons/checked.svg +0 -1
  514. package/src/assets/icons/chevron-down.svg +0 -1
  515. package/src/assets/icons/chevron-end.svg +0 -1
  516. package/src/assets/icons/chevron-left.svg +0 -1
  517. package/src/assets/icons/chevron-right.svg +0 -1
  518. package/src/assets/icons/chevron-start.svg +0 -1
  519. package/src/assets/icons/chevron-up.svg +0 -1
  520. package/src/assets/icons/child.svg +0 -1
  521. package/src/assets/icons/children-channel.svg +0 -1
  522. package/src/assets/icons/childrens-content.svg +0 -1
  523. package/src/assets/icons/christmas-tree.svg +0 -1
  524. package/src/assets/icons/cinema-ticket-2-for-1.svg +0 -1
  525. package/src/assets/icons/cle-pc.svg +0 -1
  526. package/src/assets/icons/clock.svg +0 -1
  527. package/src/assets/icons/closed-captions.svg +0 -1
  528. package/src/assets/icons/cloud-backup.svg +0 -1
  529. package/src/assets/icons/cloud-security.svg +0 -1
  530. package/src/assets/icons/collective-class-training.svg +0 -1
  531. package/src/assets/icons/community-sms.svg +0 -1
  532. package/src/assets/icons/company-structure.svg +0 -1
  533. package/src/assets/icons/connections.svg +0 -1
  534. package/src/assets/icons/control-centre.svg +0 -1
  535. package/src/assets/icons/control-my-data.svg +0 -3
  536. package/src/assets/icons/cpu.svg +0 -1
  537. package/src/assets/icons/currency-euro.svg +0 -1
  538. package/src/assets/icons/cyber-shield.svg +0 -1
  539. package/src/assets/icons/dashboard-display.svg +0 -1
  540. package/src/assets/icons/data-analytics.svg +0 -1
  541. package/src/assets/icons/data-centre.svg +0 -1
  542. package/src/assets/icons/data-services.svg +0 -1
  543. package/src/assets/icons/data-traffic.svg +0 -1
  544. package/src/assets/icons/data.svg +0 -1
  545. package/src/assets/icons/delete.svg +0 -1
  546. package/src/assets/icons/desk-phone.svg +0 -1
  547. package/src/assets/icons/desktop-pc.svg +0 -1
  548. package/src/assets/icons/device-fixed-line-phone.svg +0 -1
  549. package/src/assets/icons/device-laptop-computer-connected.svg +0 -1
  550. package/src/assets/icons/device-laptop-computer.svg +0 -1
  551. package/src/assets/icons/device-smart-phone.svg +0 -1
  552. package/src/assets/icons/device-tablet.svg +0 -1
  553. package/src/assets/icons/device-tv.svg +0 -1
  554. package/src/assets/icons/diagnostic.svg +0 -1
  555. package/src/assets/icons/digital-frame.svg +0 -1
  556. package/src/assets/icons/discussion-more.svg +0 -1
  557. package/src/assets/icons/doctor.svg +0 -1
  558. package/src/assets/icons/documentary.svg +0 -1
  559. package/src/assets/icons/donation.svg +0 -1
  560. package/src/assets/icons/download-file.svg +0 -1
  561. package/src/assets/icons/download.svg +0 -1
  562. package/src/assets/icons/e-reader.svg +0 -1
  563. package/src/assets/icons/e-shop.svg +0 -1
  564. package/src/assets/icons/easy-internet.svg +0 -1
  565. package/src/assets/icons/eco-mode.svg +0 -1
  566. package/src/assets/icons/edit.svg +0 -1
  567. package/src/assets/icons/electrcar.svg +0 -1
  568. package/src/assets/icons/email.svg +0 -1
  569. package/src/assets/icons/employees.svg +0 -1
  570. package/src/assets/icons/empty-trash.svg +0 -1
  571. package/src/assets/icons/entertainment.svg +0 -1
  572. package/src/assets/icons/epg.svg +0 -1
  573. package/src/assets/icons/error-severe.svg +0 -1
  574. package/src/assets/icons/ethernet.svg +0 -1
  575. package/src/assets/icons/euro.svg +0 -1
  576. package/src/assets/icons/exit.svg +0 -1
  577. package/src/assets/icons/facebook-2.svg +0 -1
  578. package/src/assets/icons/facebook.svg +0 -1
  579. package/src/assets/icons/factory.svg +0 -1
  580. package/src/assets/icons/family-place.svg +0 -1
  581. package/src/assets/icons/fashion.svg +0 -1
  582. package/src/assets/icons/fast-delivery.svg +0 -1
  583. package/src/assets/icons/file-compressed.svg +0 -1
  584. package/src/assets/icons/file-copy.svg +0 -1
  585. package/src/assets/icons/file-document-compose.svg +0 -1
  586. package/src/assets/icons/file-download.svg +0 -1
  587. package/src/assets/icons/file-draft-edit.svg +0 -1
  588. package/src/assets/icons/file-pdf.svg +0 -1
  589. package/src/assets/icons/file-terms-and-conditions.svg +0 -1
  590. package/src/assets/icons/files.svg +0 -1
  591. package/src/assets/icons/film.svg +0 -1
  592. package/src/assets/icons/filter.svg +0 -1
  593. package/src/assets/icons/finance.svg +0 -1
  594. package/src/assets/icons/firewall.svg +0 -1
  595. package/src/assets/icons/flag.svg +0 -1
  596. package/src/assets/icons/flashlight.svg +0 -1
  597. package/src/assets/icons/flexible-storage.svg +0 -1
  598. package/src/assets/icons/folder.svg +0 -1
  599. package/src/assets/icons/football-match.svg +0 -1
  600. package/src/assets/icons/football-quiz.svg +0 -1
  601. package/src/assets/icons/football.svg +0 -1
  602. package/src/assets/icons/form-tick.svg +0 -1
  603. package/src/assets/icons/front-end-dashboard.svg +0 -1
  604. package/src/assets/icons/funny.svg +0 -1
  605. package/src/assets/icons/futher-education.svg +0 -1
  606. package/src/assets/icons/games.svg +0 -1
  607. package/src/assets/icons/garage-closed.svg +0 -1
  608. package/src/assets/icons/gauge-rate.svg +0 -1
  609. package/src/assets/icons/gears.svg +0 -1
  610. package/src/assets/icons/geolocation.svg +0 -1
  611. package/src/assets/icons/guide-info.svg +0 -1
  612. package/src/assets/icons/hammer.svg +0 -1
  613. package/src/assets/icons/hand-shake.svg +0 -1
  614. package/src/assets/icons/hard-drive.svg +0 -1
  615. package/src/assets/icons/hdmi-key.svg +0 -1
  616. package/src/assets/icons/headphones.svg +0 -1
  617. package/src/assets/icons/health-app.svg +0 -1
  618. package/src/assets/icons/health-monitor.svg +0 -1
  619. package/src/assets/icons/health-patient.svg +0 -1
  620. package/src/assets/icons/heart.svg +0 -1
  621. package/src/assets/icons/home-appliance.svg +0 -1
  622. package/src/assets/icons/home.svg +0 -1
  623. package/src/assets/icons/homelive.svg +0 -1
  624. package/src/assets/icons/hourglass.svg +0 -1
  625. package/src/assets/icons/house.svg +0 -1
  626. package/src/assets/icons/id-card.svg +0 -1
  627. package/src/assets/icons/image.svg +0 -1
  628. package/src/assets/icons/important.svg +0 -1
  629. package/src/assets/icons/improvement.svg +0 -1
  630. package/src/assets/icons/inbox.svg +0 -1
  631. package/src/assets/icons/info.svg +0 -1
  632. package/src/assets/icons/information-data.svg +0 -1
  633. package/src/assets/icons/instagram.svg +0 -1
  634. package/src/assets/icons/international-globe.svg +0 -1
  635. package/src/assets/icons/internet-browser.svg +0 -1
  636. package/src/assets/icons/internet-security-desktop.svg +0 -1
  637. package/src/assets/icons/internet-security-mobile.svg +0 -1
  638. package/src/assets/icons/internet-security-password.svg +0 -1
  639. package/src/assets/icons/internet-usage.svg +0 -1
  640. package/src/assets/icons/internet.svg +0 -1
  641. package/src/assets/icons/invoice-euro.svg +0 -1
  642. package/src/assets/icons/invoices-euro.svg +0 -1
  643. package/src/assets/icons/iso.svg +0 -1
  644. package/src/assets/icons/it-infrastructure.svg +0 -1
  645. package/src/assets/icons/keyboard.svg +0 -1
  646. package/src/assets/icons/la-cle-tv.svg +0 -1
  647. package/src/assets/icons/laptop-connected.svg +0 -1
  648. package/src/assets/icons/laptop.svg +0 -1
  649. package/src/assets/icons/le-vote.svg +0 -1
  650. package/src/assets/icons/link.svg +0 -1
  651. package/src/assets/icons/linkedin-2.svg +0 -1
  652. package/src/assets/icons/linkedin.svg +0 -1
  653. package/src/assets/icons/location-on-map.svg +0 -1
  654. package/src/assets/icons/location-pin.svg +0 -1
  655. package/src/assets/icons/lock-open.svg +0 -1
  656. package/src/assets/icons/lock.svg +0 -1
  657. package/src/assets/icons/logistics.svg +0 -1
  658. package/src/assets/icons/love-logo.svg +0 -1
  659. package/src/assets/icons/mahali.svg +0 -1
  660. package/src/assets/icons/maintenance-man.svg +0 -1
  661. package/src/assets/icons/map-pin.svg +0 -1
  662. package/src/assets/icons/map.svg +0 -1
  663. package/src/assets/icons/medal.svg +0 -1
  664. package/src/assets/icons/medical-app.svg +0 -1
  665. package/src/assets/icons/medical-chart.svg +0 -1
  666. package/src/assets/icons/medicine.svg +0 -1
  667. package/src/assets/icons/menu-arrow.svg +0 -1
  668. package/src/assets/icons/menu-grid.svg +0 -1
  669. package/src/assets/icons/menu.svg +0 -1
  670. package/src/assets/icons/message-alert.svg +0 -1
  671. package/src/assets/icons/messages.svg +0 -1
  672. package/src/assets/icons/micro-sd-card.svg +0 -1
  673. package/src/assets/icons/microphone-mute.svg +0 -1
  674. package/src/assets/icons/microphone.svg +0 -1
  675. package/src/assets/icons/mini-games.svg +0 -1
  676. package/src/assets/icons/mobile-applications.svg +0 -1
  677. package/src/assets/icons/mobile-data-toggle.svg +0 -1
  678. package/src/assets/icons/mobile-insurance.svg +0 -1
  679. package/src/assets/icons/mobile-network-coverage.svg +0 -1
  680. package/src/assets/icons/mobile-payment.svg +0 -1
  681. package/src/assets/icons/mobile-security.svg +0 -1
  682. package/src/assets/icons/mobile-setup.svg +0 -1
  683. package/src/assets/icons/modem.svg +0 -1
  684. package/src/assets/icons/modifier-delete.svg +0 -1
  685. package/src/assets/icons/modifier-done.svg +0 -1
  686. package/src/assets/icons/modifier-download.svg +0 -1
  687. package/src/assets/icons/modifier-upload.svg +0 -1
  688. package/src/assets/icons/money-box.svg +0 -1
  689. package/src/assets/icons/more-dots.svg +0 -1
  690. package/src/assets/icons/multi-sim.svg +0 -1
  691. package/src/assets/icons/music.svg +0 -1
  692. package/src/assets/icons/my-account.svg +0 -1
  693. package/src/assets/icons/my-orange.svg +0 -1
  694. package/src/assets/icons/my-skills.svg +0 -1
  695. package/src/assets/icons/my-vacation.svg +0 -1
  696. package/src/assets/icons/network-dslam.svg +0 -1
  697. package/src/assets/icons/network-gatekeeper.svg +0 -1
  698. package/src/assets/icons/network-gateway.svg +0 -1
  699. package/src/assets/icons/network-optical-amplifier.svg +0 -1
  700. package/src/assets/icons/network-optical-transport.svg +0 -1
  701. package/src/assets/icons/network-wan-optimisation-engine.svg +0 -1
  702. package/src/assets/icons/networks.svg +0 -1
  703. package/src/assets/icons/newspaper.svg +0 -1
  704. package/src/assets/icons/not-checked.svg +0 -1
  705. package/src/assets/icons/notification-alert.svg +0 -1
  706. package/src/assets/icons/office.svg +0 -1
  707. package/src/assets/icons/online-help.svg +0 -1
  708. package/src/assets/icons/orange-assistant.svg +0 -1
  709. package/src/assets/icons/orange-cash.svg +0 -1
  710. package/src/assets/icons/orange-detente.svg +0 -1
  711. package/src/assets/icons/orange-dialler.svg +0 -1
  712. package/src/assets/icons/orange-events.svg +0 -1
  713. package/src/assets/icons/orange-experts-expert.svg +0 -1
  714. package/src/assets/icons/orange-experts-insurance.svg +0 -1
  715. package/src/assets/icons/orange-experts-orange-business-consultant.svg +0 -1
  716. package/src/assets/icons/orange-experts-recycle.svg +0 -1
  717. package/src/assets/icons/orange-experts-repair.svg +0 -1
  718. package/src/assets/icons/orange-football-club.svg +0 -1
  719. package/src/assets/icons/orange-games.svg +0 -1
  720. package/src/assets/icons/orange-messenger.svg +0 -1
  721. package/src/assets/icons/orange-money-nfc.svg +0 -1
  722. package/src/assets/icons/orange-reflect.svg +0 -1
  723. package/src/assets/icons/orange-rewards.svg +0 -1
  724. package/src/assets/icons/orange-tv.svg +0 -1
  725. package/src/assets/icons/orange-vr-experience.svg +0 -1
  726. package/src/assets/icons/outbox.svg +0 -1
  727. package/src/assets/icons/package-content.svg +0 -1
  728. package/src/assets/icons/package-services.svg +0 -1
  729. package/src/assets/icons/package.svg +0 -1
  730. package/src/assets/icons/packaging-icon-hd.svg +0 -1
  731. package/src/assets/icons/parabole-tv.svg +0 -1
  732. package/src/assets/icons/parental-control.svg +0 -1
  733. package/src/assets/icons/pause.svg +0 -1
  734. package/src/assets/icons/payment-card.svg +0 -1
  735. package/src/assets/icons/payment-euro.svg +0 -1
  736. package/src/assets/icons/pda.svg +0 -1
  737. package/src/assets/icons/pdf-file.svg +0 -1
  738. package/src/assets/icons/pencil.svg +0 -1
  739. package/src/assets/icons/personal-hotspot.svg +0 -1
  740. package/src/assets/icons/personal-smartphone-trainer.svg +0 -1
  741. package/src/assets/icons/phone-advisor.svg +0 -1
  742. package/src/assets/icons/play-and-win.svg +0 -1
  743. package/src/assets/icons/play.svg +0 -1
  744. package/src/assets/icons/plug-socket.svg +0 -1
  745. package/src/assets/icons/power.svg +0 -1
  746. package/src/assets/icons/powerstation.svg +0 -1
  747. package/src/assets/icons/presentation.svg +0 -1
  748. package/src/assets/icons/print.svg +0 -1
  749. package/src/assets/icons/printer.svg +0 -1
  750. package/src/assets/icons/real-time.svg +0 -1
  751. package/src/assets/icons/recycle-device.svg +0 -1
  752. package/src/assets/icons/recycle.svg +0 -1
  753. package/src/assets/icons/reduction.svg +0 -1
  754. package/src/assets/icons/reload.svg +0 -1
  755. package/src/assets/icons/reminders.svg +0 -1
  756. package/src/assets/icons/remote-desktop-protocol.svg +0 -1
  757. package/src/assets/icons/remove.svg +0 -1
  758. package/src/assets/icons/repair.svg +0 -1
  759. package/src/assets/icons/reseau.svg +0 -1
  760. package/src/assets/icons/restaurant.svg +0 -1
  761. package/src/assets/icons/rewards.svg +0 -1
  762. package/src/assets/icons/running.svg +0 -1
  763. package/src/assets/icons/safety.svg +0 -1
  764. package/src/assets/icons/satallite.svg +0 -1
  765. package/src/assets/icons/save.svg +0 -1
  766. package/src/assets/icons/school.svg +0 -1
  767. package/src/assets/icons/science.svg +0 -1
  768. package/src/assets/icons/sd-card.svg +0 -1
  769. package/src/assets/icons/search.svg +0 -1
  770. package/src/assets/icons/security-status-good.svg +0 -1
  771. package/src/assets/icons/send.svg +0 -1
  772. package/src/assets/icons/senior-person.svg +0 -1
  773. package/src/assets/icons/server-storage-array.svg +0 -1
  774. package/src/assets/icons/server-tower.svg +0 -1
  775. package/src/assets/icons/session-enter.svg +0 -1
  776. package/src/assets/icons/session-leave.svg +0 -1
  777. package/src/assets/icons/settings.svg +0 -1
  778. package/src/assets/icons/share.svg +0 -1
  779. package/src/assets/icons/shop-pin.svg +0 -1
  780. package/src/assets/icons/shop.svg +0 -1
  781. package/src/assets/icons/showroom-mobile-pro.svg +0 -1
  782. package/src/assets/icons/signal-5-5.svg +0 -1
  783. package/src/assets/icons/silence.svg +0 -1
  784. package/src/assets/icons/sim-e.svg +0 -1
  785. package/src/assets/icons/sim.svg +0 -1
  786. package/src/assets/icons/simple-mode.svg +0 -1
  787. package/src/assets/icons/simplicity.svg +0 -1
  788. package/src/assets/icons/siren.svg +0 -1
  789. package/src/assets/icons/skiing.svg +0 -1
  790. package/src/assets/icons/skip-to-end.svg +0 -1
  791. package/src/assets/icons/skip-to-start.svg +0 -1
  792. package/src/assets/icons/sleep.svg +0 -1
  793. package/src/assets/icons/smart-care.svg +0 -1
  794. package/src/assets/icons/smart-home.svg +0 -1
  795. package/src/assets/icons/smart-tap.svg +0 -1
  796. package/src/assets/icons/smart-watch.svg +0 -1
  797. package/src/assets/icons/sms-alert.svg +0 -1
  798. package/src/assets/icons/sms-message-compose.svg +0 -1
  799. package/src/assets/icons/sms-message.svg +0 -1
  800. package/src/assets/icons/social-network.svg +0 -1
  801. package/src/assets/icons/sofa.svg +0 -1
  802. package/src/assets/icons/sort.svg +0 -1
  803. package/src/assets/icons/stadium.svg +0 -1
  804. package/src/assets/icons/star-empty.svg +0 -1
  805. package/src/assets/icons/star-favourite-half.svg +0 -1
  806. package/src/assets/icons/star-favourite.svg +0 -1
  807. package/src/assets/icons/startover.svg +0 -1
  808. package/src/assets/icons/statistics.svg +0 -1
  809. package/src/assets/icons/stop-secret.svg +0 -1
  810. package/src/assets/icons/storage-cloud.svg +0 -1
  811. package/src/assets/icons/store-locator.svg +0 -1
  812. package/src/assets/icons/street.svg +0 -1
  813. package/src/assets/icons/subscription-package.svg +0 -1
  814. package/src/assets/icons/suitcase.svg +0 -1
  815. package/src/assets/icons/support.svg +0 -1
  816. package/src/assets/icons/surveillance-camera.svg +0 -1
  817. package/src/assets/icons/syncronise.svg +0 -1
  818. package/src/assets/icons/tag-advertising.svg +0 -1
  819. package/src/assets/icons/tag.svg +0 -1
  820. package/src/assets/icons/target-location.svg +0 -1
  821. package/src/assets/icons/tarif.svg +0 -1
  822. package/src/assets/icons/task-list.svg +0 -1
  823. package/src/assets/icons/team-connect.svg +0 -1
  824. package/src/assets/icons/thumb-up.svg +0 -1
  825. package/src/assets/icons/tick.svg +0 -1
  826. package/src/assets/icons/ticket.svg +0 -1
  827. package/src/assets/icons/top-up-card-euro.svg +0 -1
  828. package/src/assets/icons/top-up-euro.svg +0 -1
  829. package/src/assets/icons/top-up-time.svg +0 -1
  830. package/src/assets/icons/town.svg +0 -1
  831. package/src/assets/icons/townhall.svg +0 -1
  832. package/src/assets/icons/train.svg +0 -1
  833. package/src/assets/icons/training-session.svg +0 -1
  834. package/src/assets/icons/tranquility.svg +0 -1
  835. package/src/assets/icons/transfer-data.svg +0 -1
  836. package/src/assets/icons/transfers.svg +0 -1
  837. package/src/assets/icons/trash.svg +0 -1
  838. package/src/assets/icons/tv-channel-list.svg +0 -1
  839. package/src/assets/icons/tv-commande.svg +0 -1
  840. package/src/assets/icons/unlimited-calls.svg +0 -1
  841. package/src/assets/icons/upload.svg +0 -1
  842. package/src/assets/icons/usb-hard-drive.svg +0 -1
  843. package/src/assets/icons/usb-key.svg +0 -1
  844. package/src/assets/icons/user-manual.svg +0 -1
  845. package/src/assets/icons/user.svg +0 -1
  846. package/src/assets/icons/video-call.svg +0 -1
  847. package/src/assets/icons/video-live.svg +0 -1
  848. package/src/assets/icons/video-phone.svg +0 -1
  849. package/src/assets/icons/video-record.svg +0 -1
  850. package/src/assets/icons/video.svg +0 -1
  851. package/src/assets/icons/vip-contact.svg +0 -1
  852. package/src/assets/icons/virtual-gamepad.svg +0 -1
  853. package/src/assets/icons/vod-portrait.svg +0 -1
  854. package/src/assets/icons/volte.svg +0 -1
  855. package/src/assets/icons/volume-status-4-4.svg +0 -1
  856. package/src/assets/icons/vowifi.svg +0 -1
  857. package/src/assets/icons/wallet.svg +0 -1
  858. package/src/assets/icons/warning-important.svg +0 -1
  859. package/src/assets/icons/washroom.svg +0 -1
  860. package/src/assets/icons/watch.svg +0 -1
  861. package/src/assets/icons/water.svg +0 -1
  862. package/src/assets/icons/weather.svg +0 -1
  863. package/src/assets/icons/web-browser.svg +0 -1
  864. package/src/assets/icons/web-camera.svg +0 -1
  865. package/src/assets/icons/weighing-scales.svg +0 -1
  866. package/src/assets/icons/widget.svg +0 -1
  867. package/src/assets/icons/wifi-home.svg +0 -1
  868. package/src/assets/icons/wifi.svg +0 -1
  869. package/src/assets/icons/x.svg +0 -1
  870. package/src/assets/icons/your-balance.svg +0 -1
  871. package/src/assets/icons/youtube.svg +0 -1
  872. package/src/assets/icons/zoom-in.svg +0 -1
  873. package/src/assets/icons/zoom-out.svg +0 -1
  874. package/src/assets/images/developers/hands-with-phones.svg +0 -90
  875. package/src/assets/images/developers/iphone-size-2x.png +0 -0
  876. package/src/assets/images/developers/iphone-xr-white-select.png +0 -0
  877. package/src/assets/images/developers/phones.png +0 -0
  878. package/src/assets/images/developers/router.png +0 -0
  879. package/src/assets/images/developers/rule-component-block.png +0 -0
  880. package/src/assets/images/developers/rule-component-inline.png +0 -0
  881. package/src/assets/images/developers/rule-container.png +0 -0
  882. package/src/assets/images/developers/rule-content.png +0 -0
  883. package/src/assets/images/developers/two-phones.png +0 -0
  884. package/src/assets/images/styleguide/all-other-brand-guidelines.png +0 -0
  885. package/src/assets/images/styleguide/components.png +0 -0
  886. package/src/assets/images/styleguide/core-guidelines.png +0 -0
  887. package/src/assets/images/styleguide/foundation.png +0 -0
  888. package/src/assets/images/styleguide/icons.png +0 -0
  889. package/src/assets/images/styleguide/illustrations.png +0 -0
  890. package/src/assets/images/styleguide/orange-logo.png +0 -0
  891. package/src/assets/images/styleguide/patterns.png +0 -0
  892. package/src/assets/images/styleguide/photos.png +0 -0
  893. package/src/assets/images/styleguide/principles.png +0 -0
  894. package/src/assets/images/styleguide/promo-posters.png +0 -0
  895. package/src/assets/images/styleguide/sketch-ui-kit.png +0 -0
  896. package/src/assets/logo/logo-small.svg +0 -45
  897. package/src/assets/logo/logo-white.svg +0 -66
  898. package/src/assets/logo/logo-with-tagline-white.svg +0 -84
  899. package/src/assets/logo/logo-with-tagline.svg +0 -84
  900. package/src/assets/logo/logo.svg +0 -1
  901. package/src/components/Accordion/Accordion.js +0 -67
  902. package/src/components/Accordion/Accordion.mdx +0 -222
  903. package/src/components/Accordion/Accordion.static.js +0 -96
  904. package/src/components/Accordion/AccordionHeader.js +0 -46
  905. package/src/components/Accordion/AccordionItem.js +0 -60
  906. package/src/components/Accordion/HeadingContext.js +0 -3
  907. package/src/components/Accordion/index.js +0 -4
  908. package/src/components/Accordion/styles/config.scss +0 -8
  909. package/src/components/Accordion/styles/mixins.scss +0 -91
  910. package/src/components/Accordion/styles/style.scss +0 -47
  911. package/src/components/Accordion/tests/Accordion.conformance.test.js +0 -37
  912. package/src/components/Accordion/tests/Accordion.unit.test.js +0 -164
  913. package/src/components/Accordion/tests/AccordionHeader.unit.test.js +0 -118
  914. package/src/components/Accordion/tests/AccordionItem.unit.test.js +0 -153
  915. package/src/components/Accordion/tests/data.js +0 -18
  916. package/src/components/Alert/Alert.js +0 -96
  917. package/src/components/Alert/Alert.mdx +0 -141
  918. package/src/components/Alert/data.js +0 -6
  919. package/src/components/Alert/index.js +0 -5
  920. package/src/components/Alert/styles/config.scss +0 -26
  921. package/src/components/Alert/styles/mixins.scss +0 -38
  922. package/src/components/Alert/styles/style.scss +0 -34
  923. package/src/components/Alert/tests/Alert.conformance.test.js +0 -24
  924. package/src/components/Alert/tests/Alert.test.js +0 -69
  925. package/src/components/Badge/Badge.js +0 -37
  926. package/src/components/Badge/index.js +0 -3
  927. package/src/components/Bar/Bar.js +0 -59
  928. package/src/components/Bar/Bar.mdx +0 -203
  929. package/src/components/Bar/BarBreak.js +0 -28
  930. package/src/components/Bar/BarItem.js +0 -38
  931. package/src/components/Bar/index.js +0 -8
  932. package/src/components/Bar/styles/config.scss +0 -10
  933. package/src/components/Bar/styles/mixins.scss +0 -84
  934. package/src/components/Bar/styles/style.scss +0 -60
  935. package/src/components/Bar/tests/Bar.conformance.test.js +0 -30
  936. package/src/components/Bar/tests/Bar.unit.test.js +0 -59
  937. package/src/components/Bar/tests/BarBreak.unit.test.js +0 -33
  938. package/src/components/Bar/tests/BarItem.unit.test.js +0 -52
  939. package/src/components/BlockAction/BlockAction.js +0 -27
  940. package/src/components/BlockAction/BlockAction.mdx +0 -244
  941. package/src/components/BlockAction/BlockAction.static.js +0 -88
  942. package/src/components/BlockAction/BlockActionControl.js +0 -30
  943. package/src/components/BlockAction/BlockActionIndicator.js +0 -30
  944. package/src/components/BlockAction/CloneElementWithClassName.js +0 -9
  945. package/src/components/BlockAction/Context.js +0 -26
  946. package/src/components/BlockAction/index.js +0 -29
  947. package/src/components/BlockAction/styles/config.scss +0 -10
  948. package/src/components/BlockAction/styles/mixins.scss +0 -27
  949. package/src/components/BlockAction/styles/style.scss +0 -33
  950. package/src/components/BlockAction/tests/BlockAction.conformance.test.js +0 -115
  951. package/src/components/BlockAction/tests/BlockAction.unit.test.js +0 -45
  952. package/src/components/BlockAction/tests/BlockActionControl.unit.test.js +0 -147
  953. package/src/components/BlockAction/tests/BlockActionIndicator.unit.test.js +0 -69
  954. package/src/components/BlockAction/tests/CloneElementWithClassName.unit.test.js +0 -34
  955. package/src/components/Breadcrumbs/BreadcrumbItem.js +0 -43
  956. package/src/components/Breadcrumbs/Breadcrumbs.js +0 -56
  957. package/src/components/Breadcrumbs/Breadcrumbs.mdx +0 -84
  958. package/src/components/Breadcrumbs/index.js +0 -5
  959. package/src/components/Breadcrumbs/styles/config.scss +0 -2
  960. package/src/components/Breadcrumbs/styles/mixins.scss +0 -105
  961. package/src/components/Breadcrumbs/styles/style.scss +0 -37
  962. package/src/components/Breadcrumbs/tests/BreadcrumbItem.unit.test.js +0 -57
  963. package/src/components/Breadcrumbs/tests/Breadcrumbs.conformance.test.js +0 -53
  964. package/src/components/Breadcrumbs/tests/Breadcrumbs.unit.test.js +0 -80
  965. package/src/components/Button/Button.js +0 -93
  966. package/src/components/Button/Button.mdx +0 -273
  967. package/src/components/Button/IconButton.js +0 -75
  968. package/src/components/Button/index.js +0 -19
  969. package/src/components/Button/styles/config.scss +0 -250
  970. package/src/components/Button/styles/mixins.scss +0 -120
  971. package/src/components/Button/styles/style.scss +0 -54
  972. package/src/components/Button/tests/Button.conformance.test.js +0 -35
  973. package/src/components/Button/tests/Button.test.js +0 -114
  974. package/src/components/Button/tests/IconButton.unit.test.js +0 -107
  975. package/src/components/Buttons/Buttons.js +0 -30
  976. package/src/components/Buttons/Buttons.mdx +0 -39
  977. package/src/components/Buttons/index.js +0 -5
  978. package/src/components/Buttons/styles/config.scss +0 -3
  979. package/src/components/Buttons/styles/mixins.scss +0 -33
  980. package/src/components/Buttons/styles/style.scss +0 -10
  981. package/src/components/Buttons/tests/Buttons.conformance.test.js +0 -23
  982. package/src/components/Buttons/tests/Buttons.unit.test.js +0 -27
  983. package/src/components/Card/Card.js +0 -37
  984. package/src/components/Card/Card.mdx +0 -334
  985. package/src/components/Card/CardHeader.js +0 -50
  986. package/src/components/Card/CardSection.js +0 -30
  987. package/src/components/Card/index.js +0 -7
  988. package/src/components/Card/styles/config.scss +0 -31
  989. package/src/components/Card/styles/mixins.scss +0 -54
  990. package/src/components/Card/styles/style.scss +0 -33
  991. package/src/components/Card/tests/Card.conformance.test.js +0 -32
  992. package/src/components/Card/tests/Card.unit.test.js +0 -48
  993. package/src/components/Card/tests/CardHeader.unit.test.js +0 -41
  994. package/src/components/Card/tests/CardSection.unit.test.js +0 -50
  995. package/src/components/Card/tests/data.js +0 -42
  996. package/src/components/Carousel/Carousel.js +0 -92
  997. package/src/components/Carousel/Carousel.mdx +0 -163
  998. package/src/components/Carousel/Carousel.static.js +0 -188
  999. package/src/components/Carousel/CarouselItem.js +0 -20
  1000. package/src/components/Carousel/constants.js +0 -18
  1001. package/src/components/Carousel/index.js +0 -7
  1002. package/src/components/Carousel/styles/config.scss +0 -63
  1003. package/src/components/Carousel/styles/mixins.scss +0 -241
  1004. package/src/components/Carousel/styles/style.scss +0 -71
  1005. package/src/components/Carousel/tests/Carousel.conformance.test.js +0 -27
  1006. package/src/components/Carousel/tests/Carousel.unit.test.js +0 -153
  1007. package/src/components/Carousel/tests/CarouselItem.unit.test.js +0 -28
  1008. package/src/components/CarouselPromotions/CarouselPromotions.js +0 -74
  1009. package/src/components/CarouselPromotions/CarouselPromotions.mdx +0 -246
  1010. package/src/components/CarouselPromotions/CarouselPromotions.static.js +0 -233
  1011. package/src/components/CarouselPromotions/CarouselPromotionsItem.js +0 -55
  1012. package/src/components/CarouselPromotions/constants.js +0 -21
  1013. package/src/components/CarouselPromotions/index.js +0 -7
  1014. package/src/components/CarouselPromotions/styles/config.scss +0 -112
  1015. package/src/components/CarouselPromotions/styles/mixins.scss +0 -321
  1016. package/src/components/CarouselPromotions/styles/style.scss +0 -57
  1017. package/src/components/CarouselPromotions/tests/CarouselPromotions.conformance.test.js +0 -31
  1018. package/src/components/CarouselPromotions/tests/CarouselPromotions.unit.test.js +0 -94
  1019. package/src/components/CarouselPromotions/tests/CarouselPromotionsItem.unit.test.js +0 -34
  1020. package/src/components/CartTable/CartTable.js +0 -144
  1021. package/src/components/CartTable/CartTable.mdx +0 -129
  1022. package/src/components/CartTable/FooterNameColumn.js +0 -32
  1023. package/src/components/CartTable/FooterPriceColumn.js +0 -52
  1024. package/src/components/CartTable/Price.js +0 -46
  1025. package/src/components/CartTable/data.js +0 -118
  1026. package/src/components/CartTable/generateFooter.js +0 -71
  1027. package/src/components/CartTable/generateRow.js +0 -171
  1028. package/src/components/CartTable/generateTotal.js +0 -134
  1029. package/src/components/CartTable/index.js +0 -4
  1030. package/src/components/CartTable/styles/config.scss +0 -19
  1031. package/src/components/CartTable/styles/mixins.scss +0 -141
  1032. package/src/components/CartTable/styles/style.scss +0 -37
  1033. package/src/components/CartTable/tests/CartTable.conformance.test.js +0 -17
  1034. package/src/components/Container/Container.js +0 -17
  1035. package/src/components/Container/Container.mdx +0 -18
  1036. package/src/components/Container/index.js +0 -5
  1037. package/src/components/Container/styles/config.scss +0 -11
  1038. package/src/components/Container/styles/mixins.scss +0 -22
  1039. package/src/components/Container/styles/style.scss +0 -5
  1040. package/src/components/Container/tests/Container.conformance.test.js +0 -17
  1041. package/src/components/Container/tests/Container.unit.test.js +0 -27
  1042. package/src/components/ContentBlock/ContentBlock.js +0 -102
  1043. package/src/components/ContentBlock/ContentBlock.mdx +0 -140
  1044. package/src/components/ContentBlock/index.js +0 -3
  1045. package/src/components/ContentBlock/styles/config.scss +0 -15
  1046. package/src/components/ContentBlock/styles/mixins.scss +0 -37
  1047. package/src/components/ContentBlock/styles/style.scss +0 -39
  1048. package/src/components/ContentBlock/tests/ContentBlock.conformance.test.js +0 -27
  1049. package/src/components/ContentBlock/tests/ContentBlock.unit.test.js +0 -123
  1050. package/src/components/Cover/Cover.js +0 -80
  1051. package/src/components/Cover/Cover.mdx +0 -87
  1052. package/src/components/Cover/index.js +0 -5
  1053. package/src/components/Cover/styles/config.scss +0 -55
  1054. package/src/components/Cover/styles/mixins.scss +0 -43
  1055. package/src/components/Cover/styles/style.scss +0 -32
  1056. package/src/components/Cover/tests/Cover.conformance.test.js +0 -28
  1057. package/src/components/Cover/tests/Cover.unit.test.js +0 -116
  1058. package/src/components/Divider/Divider.js +0 -51
  1059. package/src/components/Divider/Divider.mdx +0 -65
  1060. package/src/components/Divider/index.js +0 -5
  1061. package/src/components/Divider/styles/config.scss +0 -22
  1062. package/src/components/Divider/styles/mixins.scss +0 -38
  1063. package/src/components/Divider/styles/style.scss +0 -31
  1064. package/src/components/Divider/tests/Divider.conformance.test.js +0 -24
  1065. package/src/components/Divider/tests/Divider.unit.test.js +0 -81
  1066. package/src/components/Dropdown/Dropdown.js +0 -111
  1067. package/src/components/Dropdown/Dropdown.mdx +0 -260
  1068. package/src/components/Dropdown/Dropdown.static.js +0 -182
  1069. package/src/components/Dropdown/DropdownDivider.js +0 -17
  1070. package/src/components/Dropdown/DropdownItem.js +0 -37
  1071. package/src/components/Dropdown/DropdownToggleButton.js +0 -33
  1072. package/src/components/Dropdown/index.js +0 -6
  1073. package/src/components/Dropdown/styles/config.scss +0 -41
  1074. package/src/components/Dropdown/styles/mixins.scss +0 -82
  1075. package/src/components/Dropdown/styles/style.scss +0 -31
  1076. package/src/components/Dropdown/tests/Dropdown.conformance.test.js +0 -49
  1077. package/src/components/Expander/Expander.js +0 -86
  1078. package/src/components/Expander/Expander.mdx +0 -153
  1079. package/src/components/Expander/Expander.static.js +0 -46
  1080. package/src/components/Expander/index.js +0 -3
  1081. package/src/components/Expander/styles/style.scss +0 -65
  1082. package/src/components/Expander/tests/Expander.conformance.test.js +0 -59
  1083. package/src/components/Expander/tests/Expander.unit.test.js +0 -124
  1084. package/src/components/Forms/Autocomplete/Autocomplete.js +0 -70
  1085. package/src/components/Forms/Autocomplete/Autocomplete.mdx +0 -198
  1086. package/src/components/Forms/Autocomplete/Autocomplete.static.js +0 -65
  1087. package/src/components/Forms/Autocomplete/index.js +0 -3
  1088. package/src/components/Forms/Autocomplete/styles/config.scss +0 -7
  1089. package/src/components/Forms/Autocomplete/styles/mixins.scss +0 -77
  1090. package/src/components/Forms/Autocomplete/styles/style.scss +0 -64
  1091. package/src/components/Forms/Checkbox/Checkbox.js +0 -74
  1092. package/src/components/Forms/Checkbox/Checkbox.mdx +0 -139
  1093. package/src/components/Forms/Checkbox/index.js +0 -3
  1094. package/src/components/Forms/Checkbox/styles/config.scss +0 -26
  1095. package/src/components/Forms/Checkbox/styles/mixins.scss +0 -2
  1096. package/src/components/Forms/Checkbox/styles/style.scss +0 -80
  1097. package/src/components/Forms/Checkbox/tests/Checkbox.unit.test.js +0 -96
  1098. package/src/components/Forms/DatePicker/DatePicker.js +0 -39
  1099. package/src/components/Forms/DatePicker/DatePicker.mdx +0 -149
  1100. package/src/components/Forms/DatePicker/DatePicker.static.js +0 -136
  1101. package/src/components/Forms/DatePicker/index.js +0 -3
  1102. package/src/components/Forms/DatePicker/styles/style.scss +0 -159
  1103. package/src/components/Forms/DatePicker/tests/DatePicker.unit.test.js +0 -263
  1104. package/src/components/Forms/Field/Control.js +0 -111
  1105. package/src/components/Forms/Field/Description.js +0 -27
  1106. package/src/components/Forms/Field/Field.js +0 -137
  1107. package/src/components/Forms/Field/Field.mdx +0 -383
  1108. package/src/components/Forms/Field/FieldContext.js +0 -3
  1109. package/src/components/Forms/Field/Label.js +0 -41
  1110. package/src/components/Forms/Field/Messages.js +0 -22
  1111. package/src/components/Forms/Field/Tooltip.js +0 -29
  1112. package/src/components/Forms/Field/index.js +0 -3
  1113. package/src/components/Forms/Field/styles/config.scss +0 -25
  1114. package/src/components/Forms/Field/styles/mixins.scss +0 -43
  1115. package/src/components/Forms/Field/styles/style.scss +0 -35
  1116. package/src/components/Forms/Field/tests/Autocomplete.Field.conformance.test.js +0 -52
  1117. package/src/components/Forms/Field/tests/Checkbox.Field.conformance.test.js +0 -43
  1118. package/src/components/Forms/Field/tests/Field.unit.test.js +0 -12
  1119. package/src/components/Forms/Field/tests/File.Field.conformance.test.js +0 -47
  1120. package/src/components/Forms/Field/tests/Group.Field.conformance.test.js +0 -47
  1121. package/src/components/Forms/Field/tests/Label.unit.test.js +0 -164
  1122. package/src/components/Forms/Field/tests/Messages.unit.test.js +0 -104
  1123. package/src/components/Forms/Field/tests/Radio.Field.conformance.test.js +0 -43
  1124. package/src/components/Forms/Field/tests/Rangeslider.Field.test.js +0 -60
  1125. package/src/components/Forms/Field/tests/Select.Field.conformance.test.js +0 -45
  1126. package/src/components/Forms/Field/tests/Text.Field.conformance.test.js +0 -43
  1127. package/src/components/Forms/Field/tests/Textarea.Field.conformance.test.js +0 -43
  1128. package/src/components/Forms/Field/tests/Tooltip.unit.test.js +0 -39
  1129. package/src/components/Forms/Field/utils.js +0 -14
  1130. package/src/components/Forms/Fieldset/Fieldset.js +0 -51
  1131. package/src/components/Forms/Fieldset/Fieldset.mdx +0 -178
  1132. package/src/components/Forms/Fieldset/FieldsetContext.js +0 -3
  1133. package/src/components/Forms/Fieldset/docsData.js +0 -75
  1134. package/src/components/Forms/Fieldset/index.js +0 -5
  1135. package/src/components/Forms/Fieldset/styles/mixins.scss +0 -6
  1136. package/src/components/Forms/Fieldset/styles/style.scss +0 -6
  1137. package/src/components/Forms/Fieldset/tests/Fieldset.unit.test.js +0 -64
  1138. package/src/components/Forms/File/File.js +0 -90
  1139. package/src/components/Forms/File/File.mdx +0 -88
  1140. package/src/components/Forms/File/File.static.js +0 -154
  1141. package/src/components/Forms/File/index.js +0 -3
  1142. package/src/components/Forms/File/styles/config.scss +0 -12
  1143. package/src/components/Forms/File/styles/mixins.scss +0 -87
  1144. package/src/components/Forms/File/styles/style.scss +0 -49
  1145. package/src/components/Forms/FormTooltip.mdx +0 -51
  1146. package/src/components/Forms/Forms.mdx +0 -48
  1147. package/src/components/Forms/Group/Group.js +0 -59
  1148. package/src/components/Forms/Group/Group.mdx +0 -146
  1149. package/src/components/Forms/Group/Item.js +0 -31
  1150. package/src/components/Forms/Group/index.js +0 -3
  1151. package/src/components/Forms/Group/styles/config.scss +0 -9
  1152. package/src/components/Forms/Group/styles/mixins.scss +0 -38
  1153. package/src/components/Forms/Group/styles/style.scss +0 -17
  1154. package/src/components/Forms/Group/tests/Group.unit.test.js +0 -172
  1155. package/src/components/Forms/Group/tests/Item.unit.test.js +0 -32
  1156. package/src/components/Forms/Hint/Hint.js +0 -16
  1157. package/src/components/Forms/Hint/Hint.mdx +0 -40
  1158. package/src/components/Forms/Hint/index.js +0 -3
  1159. package/src/components/Forms/Hint/styles/config.scss +0 -5
  1160. package/src/components/Forms/Hint/styles/mixins.scss +0 -6
  1161. package/src/components/Forms/Hint/styles/style.scss +0 -5
  1162. package/src/components/Forms/Hint/tests/Hint.unit.test.js +0 -36
  1163. package/src/components/Forms/InputStepper/InputStepper.js +0 -83
  1164. package/src/components/Forms/InputStepper/InputStepper.mdx +0 -147
  1165. package/src/components/Forms/InputStepper/InputStepper.static.js +0 -162
  1166. package/src/components/Forms/InputStepper/index.js +0 -3
  1167. package/src/components/Forms/InputStepper/styles/style.scss +0 -206
  1168. package/src/components/Forms/InputStepper/tests/InputStepper.unit.test.js +0 -59
  1169. package/src/components/Forms/Label/Label.js +0 -20
  1170. package/src/components/Forms/Label/Label.mdx +0 -95
  1171. package/src/components/Forms/Label/index.js +0 -3
  1172. package/src/components/Forms/Label/styles/config.scss +0 -4
  1173. package/src/components/Forms/Label/styles/mixins.scss +0 -6
  1174. package/src/components/Forms/Label/styles/style.scss +0 -9
  1175. package/src/components/Forms/Label/tests/Label.unit.test.js +0 -43
  1176. package/src/components/Forms/Message/Message.js +0 -58
  1177. package/src/components/Forms/Message/Message.mdx +0 -40
  1178. package/src/components/Forms/Message/index.js +0 -3
  1179. package/src/components/Forms/Message/styles/config.scss +0 -20
  1180. package/src/components/Forms/Message/styles/mixins.scss +0 -23
  1181. package/src/components/Forms/Message/styles/style.scss +0 -10
  1182. package/src/components/Forms/Message/tests/Message.unit.test.js +0 -84
  1183. package/src/components/Forms/Radio/Radio.js +0 -67
  1184. package/src/components/Forms/Radio/Radio.mdx +0 -98
  1185. package/src/components/Forms/Radio/index.js +0 -3
  1186. package/src/components/Forms/Radio/styles/config.scss +0 -26
  1187. package/src/components/Forms/Radio/styles/mixins.scss +0 -6
  1188. package/src/components/Forms/Radio/styles/style.scss +0 -20
  1189. package/src/components/Forms/Radio/tests/Radio.unit.test.js +0 -110
  1190. package/src/components/Forms/RangeSlider/RangeSlider.js +0 -106
  1191. package/src/components/Forms/RangeSlider/RangeSlider.mdx +0 -304
  1192. package/src/components/Forms/RangeSlider/RangeSlider.static.js +0 -90
  1193. package/src/components/Forms/RangeSlider/data.js +0 -48
  1194. package/src/components/Forms/RangeSlider/index.js +0 -4
  1195. package/src/components/Forms/RangeSlider/styles/config.scss +0 -32
  1196. package/src/components/Forms/RangeSlider/styles/mixins.scss +0 -139
  1197. package/src/components/Forms/RangeSlider/styles/style.scss +0 -95
  1198. package/src/components/Forms/Select/Select.js +0 -101
  1199. package/src/components/Forms/Select/Select.mdx +0 -106
  1200. package/src/components/Forms/Select/index.js +0 -10
  1201. package/src/components/Forms/Select/styles/config.scss +0 -53
  1202. package/src/components/Forms/Select/styles/mixins.scss +0 -34
  1203. package/src/components/Forms/Select/styles/style.scss +0 -20
  1204. package/src/components/Forms/Select/tests/Select.unit.test.js +0 -103
  1205. package/src/components/Forms/TextArea/TextArea.js +0 -79
  1206. package/src/components/Forms/TextArea/TextArea.mdx +0 -109
  1207. package/src/components/Forms/TextArea/index.js +0 -3
  1208. package/src/components/Forms/TextArea/styles/config.scss +0 -35
  1209. package/src/components/Forms/TextArea/styles/mixins.scss +0 -48
  1210. package/src/components/Forms/TextArea/styles/style.scss +0 -20
  1211. package/src/components/Forms/TextArea/tests/TextArea.unit.test.js +0 -132
  1212. package/src/components/Forms/TextInput/TextInput.js +0 -96
  1213. package/src/components/Forms/TextInput/TextInput.mdx +0 -153
  1214. package/src/components/Forms/TextInput/index.js +0 -3
  1215. package/src/components/Forms/TextInput/styles/config.scss +0 -60
  1216. package/src/components/Forms/TextInput/styles/mixins.scss +0 -80
  1217. package/src/components/Forms/TextInput/styles/style.scss +0 -28
  1218. package/src/components/Forms/TextInput/tests/TextInput.unit.test.js +0 -109
  1219. package/src/components/Forms/index.js +0 -16
  1220. package/src/components/Forms/styles/config.scss +0 -41
  1221. package/src/components/Forms/styles/mixins.scss +0 -44
  1222. package/src/components/Gauge/Gauge.js +0 -68
  1223. package/src/components/Gauge/Gauge.mdx +0 -35
  1224. package/src/components/Gauge/GaugeMaker.js +0 -82
  1225. package/src/components/Gauge/index.js +0 -5
  1226. package/src/components/Gauge/styles/style.scss +0 -32
  1227. package/src/components/Gauge/tests/Gauge.unit.test.js +0 -35
  1228. package/src/components/Grid/Grid.js +0 -53
  1229. package/src/components/Grid/Grid.mdx +0 -245
  1230. package/src/components/Grid/GridCol.js +0 -38
  1231. package/src/components/Grid/index.js +0 -9
  1232. package/src/components/Grid/styles/config.scss +0 -10
  1233. package/src/components/Grid/styles/mixins.scss +0 -126
  1234. package/src/components/Grid/styles/style.scss +0 -41
  1235. package/src/components/Grid/tests/Grid.conformance.test.js +0 -26
  1236. package/src/components/Grid/tests/Grid.unit.test.js +0 -72
  1237. package/src/components/Grid/tests/GridCol.unit.test.js +0 -62
  1238. package/src/components/Grid/tests/testData.js +0 -24
  1239. package/src/components/Heading/Heading.js +0 -23
  1240. package/src/components/Heading/Heading.mdx +0 -17
  1241. package/src/components/Heading/index.js +0 -1
  1242. package/src/components/Heading/tests/Heading.conformance.test.js +0 -26
  1243. package/src/components/Heading/tests/Heading.unit.test.js +0 -41
  1244. package/src/components/Hero/Hero.js +0 -181
  1245. package/src/components/Hero/Hero.mdx +0 -168
  1246. package/src/components/Hero/HeroPlayground.js +0 -297
  1247. package/src/components/Hero/IframePreview.js +0 -40
  1248. package/src/components/Hero/index.js +0 -3
  1249. package/src/components/Hero/styles/config.scss +0 -13
  1250. package/src/components/Hero/styles/mixins.scss +0 -185
  1251. package/src/components/Hero/styles/style.scss +0 -65
  1252. package/src/components/Hero/tests/Hero.conformance.test.js +0 -29
  1253. package/src/components/Hero/tests/Hero.unit.test.js +0 -271
  1254. package/src/components/Hero/tests/data.js +0 -40
  1255. package/src/components/Icon/Icon.js +0 -59
  1256. package/src/components/Icon/Icon.mdx +0 -172
  1257. package/src/components/Icon/IconSearch.js +0 -234
  1258. package/src/components/Icon/SpritePathContext.js +0 -3
  1259. package/src/components/Icon/iconSearchTags.js +0 -437
  1260. package/src/components/Icon/icons.js +0 -1
  1261. package/src/components/Icon/index.js +0 -6
  1262. package/src/components/Icon/styles/config.scss +0 -26
  1263. package/src/components/Icon/styles/export/color.scss +0 -8
  1264. package/src/components/Icon/styles/export/size.scss +0 -13
  1265. package/src/components/Icon/styles/mixins.scss +0 -31
  1266. package/src/components/Icon/styles/style.scss +0 -13
  1267. package/src/components/Icon/tests/Icon.conformance.test.js +0 -22
  1268. package/src/components/Icon/tests/Icon.unit.test.js +0 -108
  1269. package/src/components/IconList/IconList.js +0 -33
  1270. package/src/components/IconList/IconList.mdx +0 -53
  1271. package/src/components/IconList/Item.js +0 -41
  1272. package/src/components/IconList/index.js +0 -3
  1273. package/src/components/IconList/styles/config.scss +0 -3
  1274. package/src/components/IconList/styles/mixins.scss +0 -33
  1275. package/src/components/IconList/styles/style.scss +0 -21
  1276. package/src/components/IconList/tests/IconList.conformance.test.js +0 -45
  1277. package/src/components/IconList/tests/IconList.unit.test.js +0 -74
  1278. package/src/components/IconList/tests/Item.unit.test.js +0 -131
  1279. package/src/components/Image/Image.js +0 -80
  1280. package/src/components/Image/Image.mdx +0 -98
  1281. package/src/components/Image/index.js +0 -7
  1282. package/src/components/Image/styles/mixins.scss +0 -12
  1283. package/src/components/Image/styles/style.scss +0 -9
  1284. package/src/components/Image/tests/Image.conformance.test.js +0 -46
  1285. package/src/components/Image/tests/Image.unit.test.js +0 -138
  1286. package/src/components/Link/Link.js +0 -59
  1287. package/src/components/Link/Link.mdx +0 -153
  1288. package/src/components/Link/index.js +0 -3
  1289. package/src/components/Link/styles/config.scss +0 -85
  1290. package/src/components/Link/styles/mixins.scss +0 -42
  1291. package/src/components/Link/styles/style.scss +0 -59
  1292. package/src/components/Link/tests/Link.conformance.test.js +0 -24
  1293. package/src/components/Link/tests/Link.unit.test.js +0 -58
  1294. package/src/components/List/ClickableControl.js +0 -29
  1295. package/src/components/List/List.js +0 -37
  1296. package/src/components/List/List.mdx +0 -216
  1297. package/src/components/List/ListItem.js +0 -34
  1298. package/src/components/List/index.js +0 -5
  1299. package/src/components/List/styles/config.scss +0 -38
  1300. package/src/components/List/styles/mixins.scss +0 -99
  1301. package/src/components/List/styles/style.scss +0 -46
  1302. package/src/components/List/tests/ClickableControl.unit.test.js +0 -100
  1303. package/src/components/List/tests/List.conformance.test.js +0 -69
  1304. package/src/components/List/tests/List.unit.test.js +0 -56
  1305. package/src/components/List/tests/ListItem.unit.test.js +0 -104
  1306. package/src/components/Loader/Loader.js +0 -86
  1307. package/src/components/Loader/Loader.mdx +0 -148
  1308. package/src/components/Loader/Loader.static.js +0 -67
  1309. package/src/components/Loader/index.js +0 -4
  1310. package/src/components/Loader/styles/config.scss +0 -16
  1311. package/src/components/Loader/styles/mixins.scss +0 -66
  1312. package/src/components/Loader/styles/style.scss +0 -36
  1313. package/src/components/Loader/tests/Loader.conformance.test.js +0 -23
  1314. package/src/components/Loader/tests/Loader.unit.test.js +0 -60
  1315. package/src/components/Loader/tests/test.scss +0 -5
  1316. package/src/components/Modal/Body.js +0 -37
  1317. package/src/components/Modal/CloseButton.js +0 -18
  1318. package/src/components/Modal/Modal.js +0 -138
  1319. package/src/components/Modal/Modal.mdx +0 -449
  1320. package/src/components/Modal/Modal.static.js +0 -198
  1321. package/src/components/Modal/Title.js +0 -24
  1322. package/src/components/Modal/index.js +0 -7
  1323. package/src/components/Modal/styles/config.scss +0 -42
  1324. package/src/components/Modal/styles/mixins.scss +0 -199
  1325. package/src/components/Modal/styles/style.scss +0 -97
  1326. package/src/components/Modal/tests/Body.unit.test.js +0 -40
  1327. package/src/components/Modal/tests/CloseButton.unit.test.js +0 -81
  1328. package/src/components/Modal/tests/Modal.conformance.test.js +0 -41
  1329. package/src/components/Modal/tests/Modal.unit.test.js +0 -56
  1330. package/src/components/Modal/tests/Title.unit.test.js +0 -25
  1331. package/src/components/PageTitle/PageTitle.js +0 -94
  1332. package/src/components/PageTitle/PageTitle.mdx +0 -185
  1333. package/src/components/PageTitle/index.js +0 -1
  1334. package/src/components/PageTitle/tests/PageTitle.conformance.test.js +0 -39
  1335. package/src/components/PageTitle/tests/PageTitle.unit.test.js +0 -208
  1336. package/src/components/PageTitle/tests/data.js +0 -26
  1337. package/src/components/Pagination/Item.js +0 -63
  1338. package/src/components/Pagination/Pagination.js +0 -70
  1339. package/src/components/Pagination/Pagination.mdx +0 -45
  1340. package/src/components/Pagination/Separator.js +0 -18
  1341. package/src/components/Pagination/helpers.js +0 -47
  1342. package/src/components/Pagination/index.js +0 -3
  1343. package/src/components/Pagination/styles/mixins.scss +0 -38
  1344. package/src/components/Pagination/styles/style.scss +0 -27
  1345. package/src/components/Pagination/tests/Item.unit.test.js +0 -96
  1346. package/src/components/Pagination/tests/Pagination.conformance.test.js +0 -41
  1347. package/src/components/Pagination/tests/Pagination.unit.test.js +0 -108
  1348. package/src/components/Pagination/tests/Separator.unit.test.js +0 -25
  1349. package/src/components/Pagination/tests/utils.js +0 -12
  1350. package/src/components/Pill/Pill.js +0 -14
  1351. package/src/components/Pill/Pill.mdx +0 -41
  1352. package/src/components/Pill/index.js +0 -3
  1353. package/src/components/Pill/styles/config.scss +0 -8
  1354. package/src/components/Pill/styles/mixins.scss +0 -19
  1355. package/src/components/Pill/styles/style.scss +0 -7
  1356. package/src/components/Pill/tests/Pill.conformance.test.js +0 -32
  1357. package/src/components/Pill/tests/Pill.unit.test.js +0 -39
  1358. package/src/components/Progress/Progress.js +0 -52
  1359. package/src/components/Progress/Progress.mdx +0 -119
  1360. package/src/components/Progress/index.js +0 -5
  1361. package/src/components/Progress/styles/config.scss +0 -19
  1362. package/src/components/Progress/styles/mixins.scss +0 -40
  1363. package/src/components/Progress/styles/style.scss +0 -29
  1364. package/src/components/Progress/tests/Progress.conformance.test.js +0 -27
  1365. package/src/components/Progress/tests/Progress.unit.test.js +0 -108
  1366. package/src/components/PromotionCard/PromotionCard.js +0 -32
  1367. package/src/components/PromotionCard/PromotionCard.mdx +0 -148
  1368. package/src/components/PromotionCard/PromotionCardContent.js +0 -23
  1369. package/src/components/PromotionCard/PromotionCardImageWrapper.js +0 -23
  1370. package/src/components/PromotionCard/PromotionCardSection.js +0 -31
  1371. package/src/components/PromotionCard/PromotionCardTitle.js +0 -19
  1372. package/src/components/PromotionCard/constants.js +0 -5
  1373. package/src/components/PromotionCard/index.js +0 -9
  1374. package/src/components/PromotionCard/styles/config.scss +0 -4
  1375. package/src/components/PromotionCard/styles/mixins.scss +0 -83
  1376. package/src/components/PromotionCard/styles/style.scss +0 -23
  1377. package/src/components/Section/Section.js +0 -52
  1378. package/src/components/Section/Section.mdx +0 -254
  1379. package/src/components/Section/index.js +0 -4
  1380. package/src/components/Section/styles/config.scss +0 -38
  1381. package/src/components/Section/styles/mixins.scss +0 -30
  1382. package/src/components/Section/styles/style.scss +0 -35
  1383. package/src/components/Section/tests/Section.conformance.test.js +0 -17
  1384. package/src/components/Section/tests/Section.unit.test.js +0 -57
  1385. package/src/components/Skeleton/Skeleton.js +0 -18
  1386. package/src/components/Skeleton/Skeleton.mdx +0 -90
  1387. package/src/components/Skeleton/index.js +0 -4
  1388. package/src/components/Skeleton/styles/config.scss +0 -29
  1389. package/src/components/Skeleton/styles/mixins.scss +0 -22
  1390. package/src/components/Skeleton/styles/style.scss +0 -5
  1391. package/src/components/Skeleton/tests/Skeleton.conformance.test.js +0 -17
  1392. package/src/components/Skeleton/tests/Skeleton.unit.test.js +0 -23
  1393. package/src/components/SkipLink/SkipLink.js +0 -25
  1394. package/src/components/SkipLink/SkipLink.mdx +0 -23
  1395. package/src/components/SkipLink/index.js +0 -3
  1396. package/src/components/SkipLink/styles/style.scss +0 -18
  1397. package/src/components/SkipLink/tests/SkipLink.unit.test.js +0 -74
  1398. package/src/components/Stepbar/Stepbar.js +0 -96
  1399. package/src/components/Stepbar/Stepbar.mdx +0 -137
  1400. package/src/components/Stepbar/index.js +0 -3
  1401. package/src/components/Stepbar/styles/config.scss +0 -106
  1402. package/src/components/Stepbar/styles/mixins.scss +0 -140
  1403. package/src/components/Stepbar/styles/style.scss +0 -76
  1404. package/src/components/Stepbar/tests/Stepbar.conformance.test.js +0 -35
  1405. package/src/components/Stepbar/tests/Stepbar.unit.test.js +0 -93
  1406. package/src/components/Sticker/Sticker.js +0 -32
  1407. package/src/components/Sticker/Sticker.mdx +0 -50
  1408. package/src/components/Sticker/index.js +0 -4
  1409. package/src/components/Sticker/styles/config.scss +0 -31
  1410. package/src/components/Sticker/styles/mixins.scss +0 -25
  1411. package/src/components/Sticker/styles/style.scss +0 -20
  1412. package/src/components/Sticker/tests/Sticker.conformance.test.js +0 -17
  1413. package/src/components/Sticker/tests/Sticker.unit.test.js +0 -35
  1414. package/src/components/Table/Cell.js +0 -23
  1415. package/src/components/Table/Footer.js +0 -17
  1416. package/src/components/Table/Header.js +0 -60
  1417. package/src/components/Table/Row.js +0 -52
  1418. package/src/components/Table/Rows.js +0 -29
  1419. package/src/components/Table/Table.js +0 -153
  1420. package/src/components/Table/Table.mdx +0 -199
  1421. package/src/components/Table/Table.static.js +0 -129
  1422. package/src/components/Table/TableContext.js +0 -3
  1423. package/src/components/Table/docsData.js +0 -189
  1424. package/src/components/Table/index.js +0 -5
  1425. package/src/components/Table/styles/config.scss +0 -4
  1426. package/src/components/Table/styles/mixins.scss +0 -115
  1427. package/src/components/Table/styles/style.scss +0 -101
  1428. package/src/components/Table/tests/Cell.unit.test.js +0 -60
  1429. package/src/components/Table/tests/Footer.unit.test.js +0 -71
  1430. package/src/components/Table/tests/Header.unit.test.js +0 -121
  1431. package/src/components/Table/tests/Row.unit.test.js +0 -207
  1432. package/src/components/Table/tests/Rows.unit.test.js +0 -93
  1433. package/src/components/Table/tests/Table.conformance.test.js +0 -77
  1434. package/src/components/Table/tests/Table.unit.test.js +0 -276
  1435. package/src/components/Tabs/Tab.js +0 -55
  1436. package/src/components/Tabs/TabPanel.js +0 -51
  1437. package/src/components/Tabs/Tabs.js +0 -128
  1438. package/src/components/Tabs/Tabs.mdx +0 -373
  1439. package/src/components/Tabs/Tabs.static.js +0 -164
  1440. package/src/components/Tabs/index.js +0 -5
  1441. package/src/components/Tabs/styles/config.scss +0 -78
  1442. package/src/components/Tabs/styles/mixins.scss +0 -107
  1443. package/src/components/Tabs/styles/style.scss +0 -64
  1444. package/src/components/Tabs/tests/Tab.unit.test.js +0 -90
  1445. package/src/components/Tabs/tests/TabPanel.unit.test.js +0 -58
  1446. package/src/components/Tabs/tests/Tabs.unit.test.js +0 -264
  1447. package/src/components/Testimonial/Testimonial.js +0 -37
  1448. package/src/components/Testimonial/Testimonial.mdx +0 -41
  1449. package/src/components/Testimonial/index.js +0 -5
  1450. package/src/components/Testimonial/styles/config.scss +0 -39
  1451. package/src/components/Testimonial/styles/mixins.scss +0 -40
  1452. package/src/components/Testimonial/styles/style.scss +0 -14
  1453. package/src/components/Testimonial/tests/Testimonial.conformance.test.js +0 -17
  1454. package/src/components/Testimonial/tests/Testimonial.unit.test.js +0 -44
  1455. package/src/components/Tile/Tile.js +0 -69
  1456. package/src/components/Tile/Tile.mdx +0 -163
  1457. package/src/components/Tile/index.js +0 -5
  1458. package/src/components/Tile/styles/config.scss +0 -19
  1459. package/src/components/Tile/styles/style.scss +0 -49
  1460. package/src/components/Tile/tests/Tile.conformance.test.js +0 -17
  1461. package/src/components/Tile/tests/Tile.unit.test.js +0 -164
  1462. package/src/components/Tooltip/InfoTooltip.js +0 -29
  1463. package/src/components/Tooltip/Tooltip.js +0 -107
  1464. package/src/components/Tooltip/Tooltip.mdx +0 -227
  1465. package/src/components/Tooltip/Tooltip.static.js +0 -252
  1466. package/src/components/Tooltip/index.js +0 -4
  1467. package/src/components/Tooltip/styles/config.scss +0 -47
  1468. package/src/components/Tooltip/styles/mixins.scss +0 -94
  1469. package/src/components/Tooltip/styles/style.scss +0 -28
  1470. package/src/components/Tooltip/tests/BaseWrapper.js +0 -10
  1471. package/src/components/Tooltip/tests/InfoTooltip.unit.test.js +0 -99
  1472. package/src/components/Tooltip/tests/Tooltip.conformance.test.js +0 -43
  1473. package/src/components/Tooltip/tests/Tooltip.unit.test.js +0 -298
  1474. package/src/components/Typography/docs/BodyCopy.mdx +0 -95
  1475. package/src/components/Typography/docs/DisplayHeadings.mdx +0 -124
  1476. package/src/components/Typography/docs/Headings.mdx +0 -162
  1477. package/src/components/Typography/docs/Lists.mdx +0 -205
  1478. package/src/components/Typography/docs/Typeface.mdx +0 -14
  1479. package/src/components/_templates/component/new/Component.docs.ejs.t +0 -127
  1480. package/src/components/_templates/component/new/Component.ejs.t +0 -68
  1481. package/src/components/_templates/component/new/Component.static.ejs.t +0 -21
  1482. package/src/components/_templates/component/new/config.ejs.t +0 -5
  1483. package/src/components/_templates/component/new/index.ejs.t +0 -7
  1484. package/src/components/_templates/component/new/prompt.js +0 -34
  1485. package/src/components/_templates/component/new/style.ejs.t +0 -5
  1486. package/src/components/index.js +0 -155
  1487. package/src/components/static.js +0 -1
@@ -1,3 +1,616 @@
1
- /*! For license information please see index.js.LICENSE.txt */
2
- !function(e,t){if("object"===typeof exports&&"object"===typeof module)module.exports=t(require("react"));else if("function"===typeof define&&define.amd)define(["react"],t);else{var r="object"===typeof exports?t(require("react")):t(e.React);for(var n in r)("object"===typeof exports?exports:e)[n]=r[n]}}(this,(function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/",r(r.s=88)}({0:function(t,r){t.exports=e},1:function(e,t,r){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e="",t=0;t<arguments.length;t++){var r=arguments[t];r&&(e=i(e,u(r)))}return e}function u(e){if("string"===typeof e||"number"===typeof e)return e;if("object"!==typeof e)return"";if(Array.isArray(e))return o.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var n in e)r.call(e,n)&&e[n]&&(t=i(t,n));return t}function i(e,t){return t?e?e+" "+t:e+t:e}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},107:function(e,t,r){},88:function(e,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return a}));r(107);var n=r(0),o=r.n(n),u=r(1),i=r.n(u);const f=({color:e,isRound:t,className:r,children:n,...u})=>{const f=i()("badge",r,{["badge--"+e]:e,"badge--round":t});return o.a.createElement("span",Object.assign({className:f},u),n)};f.displayName="Badge";var a=f}})}));
3
- //# sourceMappingURL=index.js.map
1
+ import require$$0 from 'react';
2
+
3
+ function _defineProperty(e, r, t) {
4
+ return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
5
+ value: t,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ }) : e[r] = t, e;
10
+ }
11
+ function ownKeys(e, r) {
12
+ var t = Object.keys(e);
13
+ if (Object.getOwnPropertySymbols) {
14
+ var o = Object.getOwnPropertySymbols(e);
15
+ r && (o = o.filter(function (r) {
16
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
17
+ })), t.push.apply(t, o);
18
+ }
19
+ return t;
20
+ }
21
+ function _objectSpread2(e) {
22
+ for (var r = 1; r < arguments.length; r++) {
23
+ var t = null != arguments[r] ? arguments[r] : {};
24
+ r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
25
+ _defineProperty(e, r, t[r]);
26
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
27
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
28
+ });
29
+ }
30
+ return e;
31
+ }
32
+ function _toPrimitive(t, r) {
33
+ if ("object" != typeof t || !t) return t;
34
+ var e = t[Symbol.toPrimitive];
35
+ if (void 0 !== e) {
36
+ var i = e.call(t, r);
37
+ if ("object" != typeof i) return i;
38
+ throw new TypeError("@@toPrimitive must return a primitive value.");
39
+ }
40
+ return ("string" === r ? String : Number)(t);
41
+ }
42
+ function _toPropertyKey(t) {
43
+ var i = _toPrimitive(t, "string");
44
+ return "symbol" == typeof i ? i : i + "";
45
+ }
46
+
47
+ /******************************************************************************
48
+ Copyright (c) Microsoft Corporation.
49
+
50
+ Permission to use, copy, modify, and/or distribute this software for any
51
+ purpose with or without fee is hereby granted.
52
+
53
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
54
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
55
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
56
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
57
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
58
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
59
+ PERFORMANCE OF THIS SOFTWARE.
60
+ ***************************************************************************** */
61
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
62
+
63
+
64
+ function __rest(s, e) {
65
+ var t = {};
66
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
67
+ t[p] = s[p];
68
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
69
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
70
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
71
+ t[p[i]] = s[p[i]];
72
+ }
73
+ return t;
74
+ }
75
+
76
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
77
+ var e = new Error(message);
78
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
79
+ };
80
+
81
+ function getDefaultExportFromCjs (x) {
82
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
83
+ }
84
+
85
+ var classnames = {exports: {}};
86
+
87
+ /*!
88
+ Copyright (c) 2018 Jed Watson.
89
+ Licensed under the MIT License (MIT), see
90
+ http://jedwatson.github.io/classnames
91
+ */
92
+
93
+ var hasRequiredClassnames;
94
+
95
+ function requireClassnames () {
96
+ if (hasRequiredClassnames) return classnames.exports;
97
+ hasRequiredClassnames = 1;
98
+ (function (module) {
99
+ /* global define */
100
+
101
+ (function () {
102
+
103
+ var hasOwn = {}.hasOwnProperty;
104
+
105
+ function classNames () {
106
+ var classes = '';
107
+
108
+ for (var i = 0; i < arguments.length; i++) {
109
+ var arg = arguments[i];
110
+ if (arg) {
111
+ classes = appendClass(classes, parseValue(arg));
112
+ }
113
+ }
114
+
115
+ return classes;
116
+ }
117
+
118
+ function parseValue (arg) {
119
+ if (typeof arg === 'string' || typeof arg === 'number') {
120
+ return arg;
121
+ }
122
+
123
+ if (typeof arg !== 'object') {
124
+ return '';
125
+ }
126
+
127
+ if (Array.isArray(arg)) {
128
+ return classNames.apply(null, arg);
129
+ }
130
+
131
+ if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
132
+ return arg.toString();
133
+ }
134
+
135
+ var classes = '';
136
+
137
+ for (var key in arg) {
138
+ if (hasOwn.call(arg, key) && arg[key]) {
139
+ classes = appendClass(classes, key);
140
+ }
141
+ }
142
+
143
+ return classes;
144
+ }
145
+
146
+ function appendClass (value, newClass) {
147
+ if (!newClass) {
148
+ return value;
149
+ }
150
+
151
+ if (value) {
152
+ return value + ' ' + newClass;
153
+ }
154
+
155
+ return value + newClass;
156
+ }
157
+
158
+ if (module.exports) {
159
+ classNames.default = classNames;
160
+ module.exports = classNames;
161
+ } else {
162
+ window.classNames = classNames;
163
+ }
164
+ }());
165
+ } (classnames));
166
+ return classnames.exports;
167
+ }
168
+
169
+ var classnamesExports = requireClassnames();
170
+ var cx = /*@__PURE__*/getDefaultExportFromCjs(classnamesExports);
171
+
172
+ var jsxRuntime = {exports: {}};
173
+
174
+ var reactJsxRuntime_production = {};
175
+
176
+ /**
177
+ * @license React
178
+ * react-jsx-runtime.production.js
179
+ *
180
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
181
+ *
182
+ * This source code is licensed under the MIT license found in the
183
+ * LICENSE file in the root directory of this source tree.
184
+ */
185
+
186
+ var hasRequiredReactJsxRuntime_production;
187
+
188
+ function requireReactJsxRuntime_production () {
189
+ if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
190
+ hasRequiredReactJsxRuntime_production = 1;
191
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
192
+ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
193
+ function jsxProd(type, config, maybeKey) {
194
+ var key = null;
195
+ void 0 !== maybeKey && (key = "" + maybeKey);
196
+ void 0 !== config.key && (key = "" + config.key);
197
+ if ("key" in config) {
198
+ maybeKey = {};
199
+ for (var propName in config)
200
+ "key" !== propName && (maybeKey[propName] = config[propName]);
201
+ } else maybeKey = config;
202
+ config = maybeKey.ref;
203
+ return {
204
+ $$typeof: REACT_ELEMENT_TYPE,
205
+ type: type,
206
+ key: key,
207
+ ref: void 0 !== config ? config : null,
208
+ props: maybeKey
209
+ };
210
+ }
211
+ reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
212
+ reactJsxRuntime_production.jsx = jsxProd;
213
+ reactJsxRuntime_production.jsxs = jsxProd;
214
+ return reactJsxRuntime_production;
215
+ }
216
+
217
+ var reactJsxRuntime_development = {};
218
+
219
+ /**
220
+ * @license React
221
+ * react-jsx-runtime.development.js
222
+ *
223
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
224
+ *
225
+ * This source code is licensed under the MIT license found in the
226
+ * LICENSE file in the root directory of this source tree.
227
+ */
228
+
229
+ var hasRequiredReactJsxRuntime_development;
230
+
231
+ function requireReactJsxRuntime_development () {
232
+ if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
233
+ hasRequiredReactJsxRuntime_development = 1;
234
+ "production" !== process.env.NODE_ENV &&
235
+ (function () {
236
+ function getComponentNameFromType(type) {
237
+ if (null == type) return null;
238
+ if ("function" === typeof type)
239
+ return type.$$typeof === REACT_CLIENT_REFERENCE
240
+ ? null
241
+ : type.displayName || type.name || null;
242
+ if ("string" === typeof type) return type;
243
+ switch (type) {
244
+ case REACT_FRAGMENT_TYPE:
245
+ return "Fragment";
246
+ case REACT_PROFILER_TYPE:
247
+ return "Profiler";
248
+ case REACT_STRICT_MODE_TYPE:
249
+ return "StrictMode";
250
+ case REACT_SUSPENSE_TYPE:
251
+ return "Suspense";
252
+ case REACT_SUSPENSE_LIST_TYPE:
253
+ return "SuspenseList";
254
+ case REACT_ACTIVITY_TYPE:
255
+ return "Activity";
256
+ }
257
+ if ("object" === typeof type)
258
+ switch (
259
+ ("number" === typeof type.tag &&
260
+ console.error(
261
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
262
+ ),
263
+ type.$$typeof)
264
+ ) {
265
+ case REACT_PORTAL_TYPE:
266
+ return "Portal";
267
+ case REACT_CONTEXT_TYPE:
268
+ return (type.displayName || "Context") + ".Provider";
269
+ case REACT_CONSUMER_TYPE:
270
+ return (type._context.displayName || "Context") + ".Consumer";
271
+ case REACT_FORWARD_REF_TYPE:
272
+ var innerType = type.render;
273
+ type = type.displayName;
274
+ type ||
275
+ ((type = innerType.displayName || innerType.name || ""),
276
+ (type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef"));
277
+ return type;
278
+ case REACT_MEMO_TYPE:
279
+ return (
280
+ (innerType = type.displayName || null),
281
+ null !== innerType
282
+ ? innerType
283
+ : getComponentNameFromType(type.type) || "Memo"
284
+ );
285
+ case REACT_LAZY_TYPE:
286
+ innerType = type._payload;
287
+ type = type._init;
288
+ try {
289
+ return getComponentNameFromType(type(innerType));
290
+ } catch (x) {}
291
+ }
292
+ return null;
293
+ }
294
+ function testStringCoercion(value) {
295
+ return "" + value;
296
+ }
297
+ function checkKeyStringCoercion(value) {
298
+ try {
299
+ testStringCoercion(value);
300
+ var JSCompiler_inline_result = !1;
301
+ } catch (e) {
302
+ JSCompiler_inline_result = true;
303
+ }
304
+ if (JSCompiler_inline_result) {
305
+ JSCompiler_inline_result = console;
306
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
307
+ var JSCompiler_inline_result$jscomp$0 =
308
+ ("function" === typeof Symbol &&
309
+ Symbol.toStringTag &&
310
+ value[Symbol.toStringTag]) ||
311
+ value.constructor.name ||
312
+ "Object";
313
+ JSCompiler_temp_const.call(
314
+ JSCompiler_inline_result,
315
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
316
+ JSCompiler_inline_result$jscomp$0
317
+ );
318
+ return testStringCoercion(value);
319
+ }
320
+ }
321
+ function getTaskName(type) {
322
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
323
+ if (
324
+ "object" === typeof type &&
325
+ null !== type &&
326
+ type.$$typeof === REACT_LAZY_TYPE
327
+ )
328
+ return "<...>";
329
+ try {
330
+ var name = getComponentNameFromType(type);
331
+ return name ? "<" + name + ">" : "<...>";
332
+ } catch (x) {
333
+ return "<...>";
334
+ }
335
+ }
336
+ function getOwner() {
337
+ var dispatcher = ReactSharedInternals.A;
338
+ return null === dispatcher ? null : dispatcher.getOwner();
339
+ }
340
+ function UnknownOwner() {
341
+ return Error("react-stack-top-frame");
342
+ }
343
+ function hasValidKey(config) {
344
+ if (hasOwnProperty.call(config, "key")) {
345
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
346
+ if (getter && getter.isReactWarning) return false;
347
+ }
348
+ return void 0 !== config.key;
349
+ }
350
+ function defineKeyPropWarningGetter(props, displayName) {
351
+ function warnAboutAccessingKey() {
352
+ specialPropKeyWarningShown ||
353
+ ((specialPropKeyWarningShown = true),
354
+ console.error(
355
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
356
+ displayName
357
+ ));
358
+ }
359
+ warnAboutAccessingKey.isReactWarning = true;
360
+ Object.defineProperty(props, "key", {
361
+ get: warnAboutAccessingKey,
362
+ configurable: true
363
+ });
364
+ }
365
+ function elementRefGetterWithDeprecationWarning() {
366
+ var componentName = getComponentNameFromType(this.type);
367
+ didWarnAboutElementRef[componentName] ||
368
+ ((didWarnAboutElementRef[componentName] = true),
369
+ console.error(
370
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
371
+ ));
372
+ componentName = this.props.ref;
373
+ return void 0 !== componentName ? componentName : null;
374
+ }
375
+ function ReactElement(
376
+ type,
377
+ key,
378
+ self,
379
+ source,
380
+ owner,
381
+ props,
382
+ debugStack,
383
+ debugTask
384
+ ) {
385
+ self = props.ref;
386
+ type = {
387
+ $$typeof: REACT_ELEMENT_TYPE,
388
+ type: type,
389
+ key: key,
390
+ props: props,
391
+ _owner: owner
392
+ };
393
+ null !== (void 0 !== self ? self : null)
394
+ ? Object.defineProperty(type, "ref", {
395
+ enumerable: false,
396
+ get: elementRefGetterWithDeprecationWarning
397
+ })
398
+ : Object.defineProperty(type, "ref", { enumerable: false, value: null });
399
+ type._store = {};
400
+ Object.defineProperty(type._store, "validated", {
401
+ configurable: false,
402
+ enumerable: false,
403
+ writable: true,
404
+ value: 0
405
+ });
406
+ Object.defineProperty(type, "_debugInfo", {
407
+ configurable: false,
408
+ enumerable: false,
409
+ writable: true,
410
+ value: null
411
+ });
412
+ Object.defineProperty(type, "_debugStack", {
413
+ configurable: false,
414
+ enumerable: false,
415
+ writable: true,
416
+ value: debugStack
417
+ });
418
+ Object.defineProperty(type, "_debugTask", {
419
+ configurable: false,
420
+ enumerable: false,
421
+ writable: true,
422
+ value: debugTask
423
+ });
424
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
425
+ return type;
426
+ }
427
+ function jsxDEVImpl(
428
+ type,
429
+ config,
430
+ maybeKey,
431
+ isStaticChildren,
432
+ source,
433
+ self,
434
+ debugStack,
435
+ debugTask
436
+ ) {
437
+ var children = config.children;
438
+ if (void 0 !== children)
439
+ if (isStaticChildren)
440
+ if (isArrayImpl(children)) {
441
+ for (
442
+ isStaticChildren = 0;
443
+ isStaticChildren < children.length;
444
+ isStaticChildren++
445
+ )
446
+ validateChildKeys(children[isStaticChildren]);
447
+ Object.freeze && Object.freeze(children);
448
+ } else
449
+ console.error(
450
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
451
+ );
452
+ else validateChildKeys(children);
453
+ if (hasOwnProperty.call(config, "key")) {
454
+ children = getComponentNameFromType(type);
455
+ var keys = Object.keys(config).filter(function (k) {
456
+ return "key" !== k;
457
+ });
458
+ isStaticChildren =
459
+ 0 < keys.length
460
+ ? "{key: someKey, " + keys.join(": ..., ") + ": ...}"
461
+ : "{key: someKey}";
462
+ didWarnAboutKeySpread[children + isStaticChildren] ||
463
+ ((keys =
464
+ 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}"),
465
+ console.error(
466
+ 'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',
467
+ isStaticChildren,
468
+ children,
469
+ keys,
470
+ children
471
+ ),
472
+ (didWarnAboutKeySpread[children + isStaticChildren] = true));
473
+ }
474
+ children = null;
475
+ void 0 !== maybeKey &&
476
+ (checkKeyStringCoercion(maybeKey), (children = "" + maybeKey));
477
+ hasValidKey(config) &&
478
+ (checkKeyStringCoercion(config.key), (children = "" + config.key));
479
+ if ("key" in config) {
480
+ maybeKey = {};
481
+ for (var propName in config)
482
+ "key" !== propName && (maybeKey[propName] = config[propName]);
483
+ } else maybeKey = config;
484
+ children &&
485
+ defineKeyPropWarningGetter(
486
+ maybeKey,
487
+ "function" === typeof type
488
+ ? type.displayName || type.name || "Unknown"
489
+ : type
490
+ );
491
+ return ReactElement(
492
+ type,
493
+ children,
494
+ self,
495
+ source,
496
+ getOwner(),
497
+ maybeKey,
498
+ debugStack,
499
+ debugTask
500
+ );
501
+ }
502
+ function validateChildKeys(node) {
503
+ "object" === typeof node &&
504
+ null !== node &&
505
+ node.$$typeof === REACT_ELEMENT_TYPE &&
506
+ node._store &&
507
+ (node._store.validated = 1);
508
+ }
509
+ var React = require$$0,
510
+ REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
511
+ REACT_PORTAL_TYPE = Symbol.for("react.portal"),
512
+ REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
513
+ REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
514
+ REACT_PROFILER_TYPE = Symbol.for("react.profiler");
515
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
516
+ REACT_CONTEXT_TYPE = Symbol.for("react.context"),
517
+ REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
518
+ REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
519
+ REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"),
520
+ REACT_MEMO_TYPE = Symbol.for("react.memo"),
521
+ REACT_LAZY_TYPE = Symbol.for("react.lazy"),
522
+ REACT_ACTIVITY_TYPE = Symbol.for("react.activity"),
523
+ REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
524
+ ReactSharedInternals =
525
+ React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
526
+ hasOwnProperty = Object.prototype.hasOwnProperty,
527
+ isArrayImpl = Array.isArray,
528
+ createTask = console.createTask
529
+ ? console.createTask
530
+ : function () {
531
+ return null;
532
+ };
533
+ React = {
534
+ "react-stack-bottom-frame": function (callStackForError) {
535
+ return callStackForError();
536
+ }
537
+ };
538
+ var specialPropKeyWarningShown;
539
+ var didWarnAboutElementRef = {};
540
+ var unknownOwnerDebugStack = React["react-stack-bottom-frame"].bind(
541
+ React,
542
+ UnknownOwner
543
+ )();
544
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
545
+ var didWarnAboutKeySpread = {};
546
+ reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
547
+ reactJsxRuntime_development.jsx = function (type, config, maybeKey, source, self) {
548
+ var trackActualOwner =
549
+ 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
550
+ return jsxDEVImpl(
551
+ type,
552
+ config,
553
+ maybeKey,
554
+ false,
555
+ source,
556
+ self,
557
+ trackActualOwner
558
+ ? Error("react-stack-top-frame")
559
+ : unknownOwnerDebugStack,
560
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
561
+ );
562
+ };
563
+ reactJsxRuntime_development.jsxs = function (type, config, maybeKey, source, self) {
564
+ var trackActualOwner =
565
+ 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
566
+ return jsxDEVImpl(
567
+ type,
568
+ config,
569
+ maybeKey,
570
+ true,
571
+ source,
572
+ self,
573
+ trackActualOwner
574
+ ? Error("react-stack-top-frame")
575
+ : unknownOwnerDebugStack,
576
+ trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
577
+ );
578
+ };
579
+ })();
580
+ return reactJsxRuntime_development;
581
+ }
582
+
583
+ var hasRequiredJsxRuntime;
584
+
585
+ function requireJsxRuntime () {
586
+ if (hasRequiredJsxRuntime) return jsxRuntime.exports;
587
+ hasRequiredJsxRuntime = 1;
588
+
589
+ if (process.env.NODE_ENV === 'production') {
590
+ jsxRuntime.exports = requireReactJsxRuntime_production();
591
+ } else {
592
+ jsxRuntime.exports = requireReactJsxRuntime_development();
593
+ }
594
+ return jsxRuntime.exports;
595
+ }
596
+
597
+ var jsxRuntimeExports = requireJsxRuntime();
598
+
599
+ var CLASS_ROOT = "badge";
600
+ var Badge = function Badge(_a) {
601
+ var color = _a.color,
602
+ isRound = _a.isRound,
603
+ className = _a.className,
604
+ children = _a.children,
605
+ other = __rest(_a, ["color", "isRound", "className", "children"]);
606
+ var classes = cx(CLASS_ROOT, className, _defineProperty(_defineProperty({}, "badge--".concat(color), color), "badge--round", isRound));
607
+ return /*#__PURE__*/jsxRuntimeExports.jsx("span", _objectSpread2(_objectSpread2({
608
+ className: classes
609
+ }, other), {}, {
610
+ children: children
611
+ }));
612
+ };
613
+ Badge.displayName = "Badge";
614
+
615
+ export { Badge as default };
616
+ //# sourceMappingURL=index.js.map