@pagopa/io-app-design-system 1.41.0 → 2.0.0-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 (659) hide show
  1. package/lib/commonjs/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
  2. package/lib/commonjs/components/accordion/AccordionItem.js +1 -10
  3. package/lib/commonjs/components/accordion/AccordionItem.js.map +1 -1
  4. package/lib/commonjs/components/alert/Alert.js +3 -16
  5. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  6. package/lib/commonjs/components/badge/Badge.js +13 -21
  7. package/lib/commonjs/components/badge/Badge.js.map +1 -1
  8. package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
  9. package/lib/commonjs/components/badge/__test__/badge.test.js.map +1 -1
  10. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
  11. package/lib/commonjs/components/buttons/ButtonLink.js +10 -24
  12. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  13. package/lib/commonjs/components/buttons/ButtonOutline.js +14 -24
  14. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  15. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
  16. package/lib/commonjs/components/featureInfo/FeatureInfo.js +6 -7
  17. package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
  18. package/lib/commonjs/components/layout/HeaderSecondLevel.js +10 -15
  19. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  20. package/lib/commonjs/components/listitems/ListItemAction.js +18 -52
  21. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  22. package/lib/commonjs/components/listitems/ListItemAmount.js +2 -5
  23. package/lib/commonjs/components/listitems/ListItemAmount.js.map +1 -1
  24. package/lib/commonjs/components/listitems/ListItemInfoCopy.js +6 -1
  25. package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
  26. package/lib/commonjs/components/listitems/ListItemNavAlert.js +9 -2
  27. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  28. package/lib/commonjs/components/listitems/ListItemSwitch.js +2 -2
  29. package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
  30. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +91 -347
  31. package/lib/commonjs/components/modules/ModuleIDP.js +13 -20
  32. package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -1
  33. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
  34. package/lib/commonjs/components/otpInput/OTPInput.js +18 -1
  35. package/lib/commonjs/components/otpInput/OTPInput.js.map +1 -1
  36. package/lib/commonjs/components/pictograms/Pictogram.js +0 -108
  37. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  38. package/lib/commonjs/components/searchInput/SearchInput.js +2 -4
  39. package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
  40. package/lib/commonjs/components/switch/SwitchLabel.js +7 -29
  41. package/lib/commonjs/components/switch/SwitchLabel.js.map +1 -1
  42. package/lib/commonjs/components/tabs/TabItem.js +3 -2
  43. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  44. package/lib/commonjs/components/tag/Tag.js +14 -18
  45. package/lib/commonjs/components/tag/Tag.js.map +1 -1
  46. package/lib/commonjs/components/textInput/TextInputBase.js +4 -6
  47. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  48. package/lib/commonjs/components/typography/BaseTypography.js +5 -1
  49. package/lib/commonjs/components/typography/BaseTypography.js.map +1 -1
  50. package/lib/commonjs/components/typography/Body.js +34 -26
  51. package/lib/commonjs/components/typography/Body.js.map +1 -1
  52. package/lib/commonjs/components/typography/BodyMonospace.js +26 -24
  53. package/lib/commonjs/components/typography/BodyMonospace.js.map +1 -1
  54. package/lib/commonjs/components/typography/ButtonText.js +25 -19
  55. package/lib/commonjs/components/typography/ButtonText.js.map +1 -1
  56. package/lib/commonjs/components/typography/Caption.js +29 -19
  57. package/lib/commonjs/components/typography/Caption.js.map +1 -1
  58. package/lib/commonjs/components/typography/Chip.js +24 -21
  59. package/lib/commonjs/components/typography/Chip.js.map +1 -1
  60. package/lib/commonjs/components/typography/Factory.js +1 -0
  61. package/lib/commonjs/components/typography/Factory.js.map +1 -1
  62. package/lib/commonjs/components/typography/H1.js +27 -20
  63. package/lib/commonjs/components/typography/H1.js.map +1 -1
  64. package/lib/commonjs/components/typography/H2.js +27 -20
  65. package/lib/commonjs/components/typography/H2.js.map +1 -1
  66. package/lib/commonjs/components/typography/H3.js +27 -19
  67. package/lib/commonjs/components/typography/H3.js.map +1 -1
  68. package/lib/commonjs/components/typography/H4.js +27 -21
  69. package/lib/commonjs/components/typography/H4.js.map +1 -1
  70. package/lib/commonjs/components/typography/H5.js +26 -22
  71. package/lib/commonjs/components/typography/H5.js.map +1 -1
  72. package/lib/commonjs/components/typography/H6.js +25 -20
  73. package/lib/commonjs/components/typography/H6.js.map +1 -1
  74. package/lib/commonjs/components/typography/Hero.js +25 -17
  75. package/lib/commonjs/components/typography/Hero.js.map +1 -1
  76. package/lib/commonjs/components/typography/IOText.js +104 -0
  77. package/lib/commonjs/components/typography/IOText.js.map +1 -0
  78. package/lib/commonjs/components/typography/Label.js +28 -26
  79. package/lib/commonjs/components/typography/Label.js.map +1 -1
  80. package/lib/commonjs/components/typography/LabelMini.js +45 -0
  81. package/lib/commonjs/components/typography/LabelMini.js.map +1 -0
  82. package/lib/commonjs/components/typography/LabelSmall.js +30 -30
  83. package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
  84. package/lib/commonjs/components/typography/LabelSmallAlt.js +25 -20
  85. package/lib/commonjs/components/typography/LabelSmallAlt.js.map +1 -1
  86. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +86 -551
  87. package/lib/commonjs/components/typography/__test__/typography.test.js +6 -25
  88. package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
  89. package/lib/commonjs/components/typography/index.js +15 -37
  90. package/lib/commonjs/components/typography/index.js.map +1 -1
  91. package/lib/commonjs/components/typography/markdown/MdH1.js +27 -16
  92. package/lib/commonjs/components/typography/markdown/MdH1.js.map +1 -1
  93. package/lib/commonjs/components/typography/markdown/MdH2.js +28 -18
  94. package/lib/commonjs/components/typography/markdown/MdH2.js.map +1 -1
  95. package/lib/commonjs/components/typography/markdown/MdH3.js +26 -16
  96. package/lib/commonjs/components/typography/markdown/MdH3.js.map +1 -1
  97. package/lib/commonjs/core/IOColors.js +19 -2
  98. package/lib/commonjs/core/IOColors.js.map +1 -1
  99. package/lib/commonjs/core/IOSpacing.js +6 -7
  100. package/lib/commonjs/core/IOSpacing.js.map +1 -1
  101. package/lib/commonjs/core/IOStyles.js +0 -1
  102. package/lib/commonjs/core/IOStyles.js.map +1 -1
  103. package/lib/commonjs/utils/accessibility.js +24 -1
  104. package/lib/commonjs/utils/accessibility.js.map +1 -1
  105. package/lib/commonjs/utils/fonts.js +72 -40
  106. package/lib/commonjs/utils/fonts.js.map +1 -1
  107. package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
  108. package/lib/module/components/accordion/AccordionItem.js +3 -12
  109. package/lib/module/components/accordion/AccordionItem.js.map +1 -1
  110. package/lib/module/components/alert/Alert.js +5 -18
  111. package/lib/module/components/alert/Alert.js.map +1 -1
  112. package/lib/module/components/badge/Badge.js +15 -23
  113. package/lib/module/components/badge/Badge.js.map +1 -1
  114. package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
  115. package/lib/module/components/badge/__test__/badge.test.js.map +1 -1
  116. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
  117. package/lib/module/components/buttons/ButtonLink.js +12 -26
  118. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  119. package/lib/module/components/buttons/ButtonOutline.js +15 -25
  120. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  121. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
  122. package/lib/module/components/featureInfo/FeatureInfo.js +7 -8
  123. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  124. package/lib/module/components/layout/HeaderSecondLevel.js +10 -15
  125. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  126. package/lib/module/components/listitems/ListItemAction.js +23 -57
  127. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  128. package/lib/module/components/listitems/ListItemAmount.js +2 -5
  129. package/lib/module/components/listitems/ListItemAmount.js.map +1 -1
  130. package/lib/module/components/listitems/ListItemInfoCopy.js +7 -2
  131. package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
  132. package/lib/module/components/listitems/ListItemNavAlert.js +10 -3
  133. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  134. package/lib/module/components/listitems/ListItemSwitch.js +3 -3
  135. package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
  136. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +91 -347
  137. package/lib/module/components/modules/ModuleIDP.js +15 -22
  138. package/lib/module/components/modules/ModuleIDP.js.map +1 -1
  139. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
  140. package/lib/module/components/otpInput/OTPInput.js +19 -2
  141. package/lib/module/components/otpInput/OTPInput.js.map +1 -1
  142. package/lib/module/components/pictograms/Pictogram.js +0 -108
  143. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  144. package/lib/module/components/searchInput/SearchInput.js +2 -4
  145. package/lib/module/components/searchInput/SearchInput.js.map +1 -1
  146. package/lib/module/components/switch/SwitchLabel.js +9 -31
  147. package/lib/module/components/switch/SwitchLabel.js.map +1 -1
  148. package/lib/module/components/tabs/TabItem.js +3 -2
  149. package/lib/module/components/tabs/TabItem.js.map +1 -1
  150. package/lib/module/components/tag/Tag.js +16 -20
  151. package/lib/module/components/tag/Tag.js.map +1 -1
  152. package/lib/module/components/textInput/TextInputBase.js +4 -6
  153. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  154. package/lib/module/components/typography/BaseTypography.js +5 -1
  155. package/lib/module/components/typography/BaseTypography.js.map +1 -1
  156. package/lib/module/components/typography/Body.js +31 -22
  157. package/lib/module/components/typography/Body.js.map +1 -1
  158. package/lib/module/components/typography/BodyMonospace.js +25 -23
  159. package/lib/module/components/typography/BodyMonospace.js.map +1 -1
  160. package/lib/module/components/typography/ButtonText.js +24 -19
  161. package/lib/module/components/typography/ButtonText.js.map +1 -1
  162. package/lib/module/components/typography/Caption.js +28 -19
  163. package/lib/module/components/typography/Caption.js.map +1 -1
  164. package/lib/module/components/typography/Chip.js +23 -21
  165. package/lib/module/components/typography/Chip.js.map +1 -1
  166. package/lib/module/components/typography/Factory.js +1 -0
  167. package/lib/module/components/typography/Factory.js.map +1 -1
  168. package/lib/module/components/typography/H1.js +26 -20
  169. package/lib/module/components/typography/H1.js.map +1 -1
  170. package/lib/module/components/typography/H2.js +26 -20
  171. package/lib/module/components/typography/H2.js.map +1 -1
  172. package/lib/module/components/typography/H3.js +26 -19
  173. package/lib/module/components/typography/H3.js.map +1 -1
  174. package/lib/module/components/typography/H4.js +26 -21
  175. package/lib/module/components/typography/H4.js.map +1 -1
  176. package/lib/module/components/typography/H5.js +24 -21
  177. package/lib/module/components/typography/H5.js.map +1 -1
  178. package/lib/module/components/typography/H6.js +24 -21
  179. package/lib/module/components/typography/H6.js.map +1 -1
  180. package/lib/module/components/typography/Hero.js +24 -17
  181. package/lib/module/components/typography/Hero.js.map +1 -1
  182. package/lib/module/components/typography/IOText.js +96 -0
  183. package/lib/module/components/typography/IOText.js.map +1 -0
  184. package/lib/module/components/typography/Label.js +27 -26
  185. package/lib/module/components/typography/Label.js.map +1 -1
  186. package/lib/module/components/typography/LabelMini.js +36 -0
  187. package/lib/module/components/typography/LabelMini.js.map +1 -0
  188. package/lib/module/components/typography/LabelSmall.js +29 -30
  189. package/lib/module/components/typography/LabelSmall.js.map +1 -1
  190. package/lib/module/components/typography/LabelSmallAlt.js +24 -20
  191. package/lib/module/components/typography/LabelSmallAlt.js.map +1 -1
  192. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +86 -551
  193. package/lib/module/components/typography/__test__/typography.test.js +6 -25
  194. package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
  195. package/lib/module/components/typography/index.js +2 -4
  196. package/lib/module/components/typography/index.js.map +1 -1
  197. package/lib/module/components/typography/markdown/MdH1.js +25 -15
  198. package/lib/module/components/typography/markdown/MdH1.js.map +1 -1
  199. package/lib/module/components/typography/markdown/MdH2.js +26 -17
  200. package/lib/module/components/typography/markdown/MdH2.js.map +1 -1
  201. package/lib/module/components/typography/markdown/MdH3.js +24 -15
  202. package/lib/module/components/typography/markdown/MdH3.js.map +1 -1
  203. package/lib/module/core/IOColors.js +17 -1
  204. package/lib/module/core/IOColors.js.map +1 -1
  205. package/lib/module/core/IOSpacing.js +2 -6
  206. package/lib/module/core/IOSpacing.js.map +1 -1
  207. package/lib/module/core/IOStyles.js +0 -1
  208. package/lib/module/core/IOStyles.js.map +1 -1
  209. package/lib/module/utils/accessibility.js +22 -0
  210. package/lib/module/utils/accessibility.js.map +1 -1
  211. package/lib/module/utils/fonts.js +70 -36
  212. package/lib/module/utils/fonts.js.map +1 -1
  213. package/lib/typescript/components/accordion/AccordionItem.d.ts.map +1 -1
  214. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  215. package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
  216. package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
  217. package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
  218. package/lib/typescript/components/featureInfo/FeatureInfo.d.ts +6 -5
  219. package/lib/typescript/components/featureInfo/FeatureInfo.d.ts.map +1 -1
  220. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  221. package/lib/typescript/components/listitems/ListItemAction.d.ts +4 -5
  222. package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
  223. package/lib/typescript/components/listitems/ListItemAmount.d.ts.map +1 -1
  224. package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts +4 -5
  225. package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
  226. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts +4 -5
  227. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  228. package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -1
  229. package/lib/typescript/components/otpInput/OTPInput.d.ts +1 -0
  230. package/lib/typescript/components/otpInput/OTPInput.d.ts.map +1 -1
  231. package/lib/typescript/components/pictograms/Pictogram.d.ts +0 -54
  232. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  233. package/lib/typescript/components/switch/SwitchLabel.d.ts.map +1 -1
  234. package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
  235. package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
  236. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  237. package/lib/typescript/components/typography/BaseTypography.d.ts +3 -2
  238. package/lib/typescript/components/typography/BaseTypography.d.ts.map +1 -1
  239. package/lib/typescript/components/typography/Body.d.ts +5 -10
  240. package/lib/typescript/components/typography/Body.d.ts.map +1 -1
  241. package/lib/typescript/components/typography/BodyMonospace.d.ts +7 -7
  242. package/lib/typescript/components/typography/BodyMonospace.d.ts.map +1 -1
  243. package/lib/typescript/components/typography/ButtonText.d.ts +9 -10
  244. package/lib/typescript/components/typography/ButtonText.d.ts.map +1 -1
  245. package/lib/typescript/components/typography/Caption.d.ts +9 -5
  246. package/lib/typescript/components/typography/Caption.d.ts.map +1 -1
  247. package/lib/typescript/components/typography/Chip.d.ts +7 -7
  248. package/lib/typescript/components/typography/Chip.d.ts.map +1 -1
  249. package/lib/typescript/components/typography/Factory.d.ts +1 -0
  250. package/lib/typescript/components/typography/Factory.d.ts.map +1 -1
  251. package/lib/typescript/components/typography/H1.d.ts +9 -8
  252. package/lib/typescript/components/typography/H1.d.ts.map +1 -1
  253. package/lib/typescript/components/typography/H2.d.ts +9 -8
  254. package/lib/typescript/components/typography/H2.d.ts.map +1 -1
  255. package/lib/typescript/components/typography/H3.d.ts +9 -8
  256. package/lib/typescript/components/typography/H3.d.ts.map +1 -1
  257. package/lib/typescript/components/typography/H4.d.ts +9 -8
  258. package/lib/typescript/components/typography/H4.d.ts.map +1 -1
  259. package/lib/typescript/components/typography/H5.d.ts +9 -5
  260. package/lib/typescript/components/typography/H5.d.ts.map +1 -1
  261. package/lib/typescript/components/typography/H6.d.ts +9 -10
  262. package/lib/typescript/components/typography/H6.d.ts.map +1 -1
  263. package/lib/typescript/components/typography/Hero.d.ts +9 -8
  264. package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
  265. package/lib/typescript/components/typography/IOText.d.ts +54 -0
  266. package/lib/typescript/components/typography/IOText.d.ts.map +1 -0
  267. package/lib/typescript/components/typography/Label.d.ts +6 -10
  268. package/lib/typescript/components/typography/Label.d.ts.map +1 -1
  269. package/lib/typescript/components/typography/LabelMini.d.ts +13 -0
  270. package/lib/typescript/components/typography/LabelMini.d.ts.map +1 -0
  271. package/lib/typescript/components/typography/LabelSmall.d.ts +5 -11
  272. package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
  273. package/lib/typescript/components/typography/LabelSmallAlt.d.ts +7 -10
  274. package/lib/typescript/components/typography/LabelSmallAlt.d.ts.map +1 -1
  275. package/lib/typescript/components/typography/index.d.ts +2 -4
  276. package/lib/typescript/components/typography/index.d.ts.map +1 -1
  277. package/lib/typescript/components/typography/markdown/MdH1.d.ts +9 -9
  278. package/lib/typescript/components/typography/markdown/MdH1.d.ts.map +1 -1
  279. package/lib/typescript/components/typography/markdown/MdH2.d.ts +9 -9
  280. package/lib/typescript/components/typography/markdown/MdH2.d.ts.map +1 -1
  281. package/lib/typescript/components/typography/markdown/MdH3.d.ts +9 -9
  282. package/lib/typescript/components/typography/markdown/MdH3.d.ts.map +1 -1
  283. package/lib/typescript/core/IOColors.d.ts +3 -20
  284. package/lib/typescript/core/IOColors.d.ts.map +1 -1
  285. package/lib/typescript/core/IOSpacing.d.ts +8 -7
  286. package/lib/typescript/core/IOSpacing.d.ts.map +1 -1
  287. package/lib/typescript/core/IOStyles.d.ts +6 -9
  288. package/lib/typescript/core/IOStyles.d.ts.map +1 -1
  289. package/lib/typescript/utils/accessibility.d.ts +5 -0
  290. package/lib/typescript/utils/accessibility.d.ts.map +1 -1
  291. package/lib/typescript/utils/fonts.d.ts +17 -25
  292. package/lib/typescript/utils/fonts.d.ts.map +1 -1
  293. package/lib/typescript/utils/hooks/useErrorShakeAnimation.d.ts +0 -1
  294. package/lib/typescript/utils/hooks/useErrorShakeAnimation.d.ts.map +1 -1
  295. package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts +1 -2
  296. package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts.map +1 -1
  297. package/package.json +2 -2
  298. package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
  299. package/src/components/accordion/AccordionItem.tsx +2 -14
  300. package/src/components/alert/Alert.tsx +5 -18
  301. package/src/components/badge/Badge.tsx +15 -28
  302. package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
  303. package/src/components/badge/__test__/badge.test.tsx +2 -2
  304. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
  305. package/src/components/buttons/ButtonLink.tsx +12 -35
  306. package/src/components/buttons/ButtonOutline.tsx +14 -25
  307. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
  308. package/src/components/featureInfo/FeatureInfo.tsx +13 -13
  309. package/src/components/layout/HeaderSecondLevel.tsx +9 -18
  310. package/src/components/listitems/ListItemAction.tsx +28 -80
  311. package/src/components/listitems/ListItemAmount.tsx +2 -5
  312. package/src/components/listitems/ListItemInfoCopy.tsx +23 -5
  313. package/src/components/listitems/ListItemNavAlert.tsx +32 -5
  314. package/src/components/listitems/ListItemSwitch.tsx +3 -3
  315. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +91 -347
  316. package/src/components/modules/ModuleIDP.tsx +15 -32
  317. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
  318. package/src/components/otpInput/OTPInput.tsx +18 -2
  319. package/src/components/pictograms/Pictogram.tsx +1 -112
  320. package/src/components/searchInput/SearchInput.tsx +14 -6
  321. package/src/components/switch/SwitchLabel.tsx +6 -32
  322. package/src/components/tabs/TabItem.tsx +4 -2
  323. package/src/components/tag/Tag.tsx +22 -24
  324. package/src/components/textInput/TextInputBase.tsx +21 -8
  325. package/src/components/typography/BaseTypography.tsx +13 -4
  326. package/src/components/typography/Body.tsx +43 -38
  327. package/src/components/typography/BodyMonospace.tsx +24 -37
  328. package/src/components/typography/ButtonText.tsx +25 -35
  329. package/src/components/typography/Caption.tsx +31 -33
  330. package/src/components/typography/Chip.tsx +25 -37
  331. package/src/components/typography/Factory.tsx +1 -0
  332. package/src/components/typography/H1.tsx +31 -36
  333. package/src/components/typography/H2.tsx +31 -36
  334. package/src/components/typography/H3.tsx +30 -35
  335. package/src/components/typography/H4.tsx +31 -36
  336. package/src/components/typography/H5.tsx +26 -32
  337. package/src/components/typography/H6.tsx +30 -41
  338. package/src/components/typography/Hero.tsx +30 -33
  339. package/src/components/typography/IOText.tsx +157 -0
  340. package/src/components/typography/Label.tsx +41 -48
  341. package/src/components/typography/LabelMini.tsx +52 -0
  342. package/src/components/typography/LabelSmall.tsx +41 -63
  343. package/src/components/typography/LabelSmallAlt.tsx +28 -48
  344. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +86 -551
  345. package/src/components/typography/__test__/typography.test.tsx +7 -31
  346. package/src/components/typography/index.tsx +2 -4
  347. package/src/components/typography/markdown/MdH1.tsx +26 -28
  348. package/src/components/typography/markdown/MdH2.tsx +27 -30
  349. package/src/components/typography/markdown/MdH3.tsx +25 -28
  350. package/src/core/IOColors.ts +31 -21
  351. package/src/core/IOSpacing.ts +26 -40
  352. package/src/core/IOStyles.ts +1 -5
  353. package/src/utils/accessibility.ts +31 -0
  354. package/src/utils/fonts.ts +93 -51
  355. package/lib/commonjs/components/pictograms/svg/PictogramAbacus.js +0 -30
  356. package/lib/commonjs/components/pictograms/svg/PictogramAbacus.js.map +0 -1
  357. package/lib/commonjs/components/pictograms/svg/PictogramAirBaloon.js +0 -36
  358. package/lib/commonjs/components/pictograms/svg/PictogramAirBaloon.js.map +0 -1
  359. package/lib/commonjs/components/pictograms/svg/PictogramAirship.js +0 -39
  360. package/lib/commonjs/components/pictograms/svg/PictogramAirship.js.map +0 -1
  361. package/lib/commonjs/components/pictograms/svg/PictogramBaloons.js +0 -41
  362. package/lib/commonjs/components/pictograms/svg/PictogramBaloons.js.map +0 -1
  363. package/lib/commonjs/components/pictograms/svg/PictogramBeerMug.js +0 -32
  364. package/lib/commonjs/components/pictograms/svg/PictogramBeerMug.js.map +0 -1
  365. package/lib/commonjs/components/pictograms/svg/PictogramEmailToValidate.js +0 -32
  366. package/lib/commonjs/components/pictograms/svg/PictogramEmailToValidate.js.map +0 -1
  367. package/lib/commonjs/components/pictograms/svg/PictogramEmailValidation.js +0 -41
  368. package/lib/commonjs/components/pictograms/svg/PictogramEmailValidation.js.map +0 -1
  369. package/lib/commonjs/components/pictograms/svg/PictogramError.js +0 -34
  370. package/lib/commonjs/components/pictograms/svg/PictogramError.js.map +0 -1
  371. package/lib/commonjs/components/pictograms/svg/PictogramFireworks.js +0 -66
  372. package/lib/commonjs/components/pictograms/svg/PictogramFireworks.js.map +0 -1
  373. package/lib/commonjs/components/pictograms/svg/PictogramHeart.js +0 -36
  374. package/lib/commonjs/components/pictograms/svg/PictogramHeart.js.map +0 -1
  375. package/lib/commonjs/components/pictograms/svg/PictogramHourglass.js +0 -39
  376. package/lib/commonjs/components/pictograms/svg/PictogramHourglass.js.map +0 -1
  377. package/lib/commonjs/components/pictograms/svg/PictogramInProgress.js +0 -36
  378. package/lib/commonjs/components/pictograms/svg/PictogramInProgress.js.map +0 -1
  379. package/lib/commonjs/components/pictograms/svg/PictogramInbox.js +0 -32
  380. package/lib/commonjs/components/pictograms/svg/PictogramInbox.js.map +0 -1
  381. package/lib/commonjs/components/pictograms/svg/PictogramMessages.js +0 -31
  382. package/lib/commonjs/components/pictograms/svg/PictogramMessages.js.map +0 -1
  383. package/lib/commonjs/components/pictograms/svg/PictogramNotAvailable.js +0 -45
  384. package/lib/commonjs/components/pictograms/svg/PictogramNotAvailable.js.map +0 -1
  385. package/lib/commonjs/components/pictograms/svg/PictogramPiggyBank.js +0 -41
  386. package/lib/commonjs/components/pictograms/svg/PictogramPiggyBank.js.map +0 -1
  387. package/lib/commonjs/components/pictograms/svg/PictogramPin.js +0 -40
  388. package/lib/commonjs/components/pictograms/svg/PictogramPin.js.map +0 -1
  389. package/lib/commonjs/components/pictograms/svg/PictogramPlaces.js +0 -67
  390. package/lib/commonjs/components/pictograms/svg/PictogramPlaces.js.map +0 -1
  391. package/lib/commonjs/components/pictograms/svg/PictogramPuzzle.js +0 -37
  392. package/lib/commonjs/components/pictograms/svg/PictogramPuzzle.js.map +0 -1
  393. package/lib/commonjs/components/pictograms/svg/PictogramQuestion.js +0 -37
  394. package/lib/commonjs/components/pictograms/svg/PictogramQuestion.js.map +0 -1
  395. package/lib/commonjs/components/pictograms/svg/PictogramSearch.js +0 -42
  396. package/lib/commonjs/components/pictograms/svg/PictogramSearch.js.map +0 -1
  397. package/lib/commonjs/components/pictograms/svg/PictogramSms.js +0 -35
  398. package/lib/commonjs/components/pictograms/svg/PictogramSms.js.map +0 -1
  399. package/lib/commonjs/components/pictograms/svg/PictogramTeaBreak.js +0 -34
  400. package/lib/commonjs/components/pictograms/svg/PictogramTeaBreak.js.map +0 -1
  401. package/lib/commonjs/components/pictograms/svg/PictogramTimeout.js +0 -34
  402. package/lib/commonjs/components/pictograms/svg/PictogramTimeout.js.map +0 -1
  403. package/lib/commonjs/components/pictograms/svg/PictogramUmbrella.js +0 -36
  404. package/lib/commonjs/components/pictograms/svg/PictogramUmbrella.js.map +0 -1
  405. package/lib/commonjs/components/pictograms/svg/PictogramUnrecognized.js +0 -29
  406. package/lib/commonjs/components/pictograms/svg/PictogramUnrecognized.js.map +0 -1
  407. package/lib/commonjs/components/pictograms/svg/PictogramUploadFile.js +0 -32
  408. package/lib/commonjs/components/pictograms/svg/PictogramUploadFile.js.map +0 -1
  409. package/lib/commonjs/components/pictograms/svg/originals/PictogramAbacus.svg +0 -8
  410. package/lib/commonjs/components/pictograms/svg/originals/PictogramAirBaloon.svg +0 -14
  411. package/lib/commonjs/components/pictograms/svg/originals/PictogramAirship.svg +0 -18
  412. package/lib/commonjs/components/pictograms/svg/originals/PictogramBaloons.svg +0 -20
  413. package/lib/commonjs/components/pictograms/svg/originals/PictogramBeerMug.svg +0 -10
  414. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailToValidate.svg +0 -10
  415. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailValidation.svg +0 -20
  416. package/lib/commonjs/components/pictograms/svg/originals/PictogramError.svg +0 -12
  417. package/lib/commonjs/components/pictograms/svg/originals/PictogramFireworks.svg +0 -52
  418. package/lib/commonjs/components/pictograms/svg/originals/PictogramHeart.svg +0 -14
  419. package/lib/commonjs/components/pictograms/svg/originals/PictogramHourglass.svg +0 -18
  420. package/lib/commonjs/components/pictograms/svg/originals/PictogramInProgress.svg +0 -14
  421. package/lib/commonjs/components/pictograms/svg/originals/PictogramInbox.svg +0 -10
  422. package/lib/commonjs/components/pictograms/svg/originals/PictogramMessages.svg +0 -8
  423. package/lib/commonjs/components/pictograms/svg/originals/PictogramNotAvailable.svg +0 -26
  424. package/lib/commonjs/components/pictograms/svg/originals/PictogramPiggyBank.svg +0 -20
  425. package/lib/commonjs/components/pictograms/svg/originals/PictogramPin.svg +0 -20
  426. package/lib/commonjs/components/pictograms/svg/originals/PictogramPlaces.svg +0 -45
  427. package/lib/commonjs/components/pictograms/svg/originals/PictogramPuzzle.svg +0 -16
  428. package/lib/commonjs/components/pictograms/svg/originals/PictogramQuestion.svg +0 -16
  429. package/lib/commonjs/components/pictograms/svg/originals/PictogramSearch.svg +0 -22
  430. package/lib/commonjs/components/pictograms/svg/originals/PictogramSms.svg +0 -14
  431. package/lib/commonjs/components/pictograms/svg/originals/PictogramTeaBreak.svg +0 -12
  432. package/lib/commonjs/components/pictograms/svg/originals/PictogramTimeout.svg +0 -12
  433. package/lib/commonjs/components/pictograms/svg/originals/PictogramUmbrella.svg +0 -14
  434. package/lib/commonjs/components/pictograms/svg/originals/PictogramUnrecognized.svg +0 -6
  435. package/lib/commonjs/components/pictograms/svg/originals/PictogramUploadFile.svg +0 -10
  436. package/lib/commonjs/components/typography/LabelHeader.js +0 -44
  437. package/lib/commonjs/components/typography/LabelHeader.js.map +0 -1
  438. package/lib/commonjs/components/typography/LabelLink.js +0 -44
  439. package/lib/commonjs/components/typography/LabelLink.js.map +0 -1
  440. package/lib/commonjs/components/typography/markdown/MdH4.js +0 -30
  441. package/lib/commonjs/components/typography/markdown/MdH4.js.map +0 -1
  442. package/lib/commonjs/components/typography/markdown/MdH5.js +0 -28
  443. package/lib/commonjs/components/typography/markdown/MdH5.js.map +0 -1
  444. package/lib/commonjs/components/typography/markdown/MdH6.js +0 -29
  445. package/lib/commonjs/components/typography/markdown/MdH6.js.map +0 -1
  446. package/lib/module/components/pictograms/svg/PictogramAbacus.js +0 -22
  447. package/lib/module/components/pictograms/svg/PictogramAbacus.js.map +0 -1
  448. package/lib/module/components/pictograms/svg/PictogramAirBaloon.js +0 -28
  449. package/lib/module/components/pictograms/svg/PictogramAirBaloon.js.map +0 -1
  450. package/lib/module/components/pictograms/svg/PictogramAirship.js +0 -31
  451. package/lib/module/components/pictograms/svg/PictogramAirship.js.map +0 -1
  452. package/lib/module/components/pictograms/svg/PictogramBaloons.js +0 -33
  453. package/lib/module/components/pictograms/svg/PictogramBaloons.js.map +0 -1
  454. package/lib/module/components/pictograms/svg/PictogramBeerMug.js +0 -24
  455. package/lib/module/components/pictograms/svg/PictogramBeerMug.js.map +0 -1
  456. package/lib/module/components/pictograms/svg/PictogramEmailToValidate.js +0 -24
  457. package/lib/module/components/pictograms/svg/PictogramEmailToValidate.js.map +0 -1
  458. package/lib/module/components/pictograms/svg/PictogramEmailValidation.js +0 -33
  459. package/lib/module/components/pictograms/svg/PictogramEmailValidation.js.map +0 -1
  460. package/lib/module/components/pictograms/svg/PictogramError.js +0 -26
  461. package/lib/module/components/pictograms/svg/PictogramError.js.map +0 -1
  462. package/lib/module/components/pictograms/svg/PictogramFireworks.js +0 -58
  463. package/lib/module/components/pictograms/svg/PictogramFireworks.js.map +0 -1
  464. package/lib/module/components/pictograms/svg/PictogramHeart.js +0 -28
  465. package/lib/module/components/pictograms/svg/PictogramHeart.js.map +0 -1
  466. package/lib/module/components/pictograms/svg/PictogramHourglass.js +0 -31
  467. package/lib/module/components/pictograms/svg/PictogramHourglass.js.map +0 -1
  468. package/lib/module/components/pictograms/svg/PictogramInProgress.js +0 -28
  469. package/lib/module/components/pictograms/svg/PictogramInProgress.js.map +0 -1
  470. package/lib/module/components/pictograms/svg/PictogramInbox.js +0 -24
  471. package/lib/module/components/pictograms/svg/PictogramInbox.js.map +0 -1
  472. package/lib/module/components/pictograms/svg/PictogramMessages.js +0 -23
  473. package/lib/module/components/pictograms/svg/PictogramMessages.js.map +0 -1
  474. package/lib/module/components/pictograms/svg/PictogramNotAvailable.js +0 -37
  475. package/lib/module/components/pictograms/svg/PictogramNotAvailable.js.map +0 -1
  476. package/lib/module/components/pictograms/svg/PictogramPiggyBank.js +0 -33
  477. package/lib/module/components/pictograms/svg/PictogramPiggyBank.js.map +0 -1
  478. package/lib/module/components/pictograms/svg/PictogramPin.js +0 -32
  479. package/lib/module/components/pictograms/svg/PictogramPin.js.map +0 -1
  480. package/lib/module/components/pictograms/svg/PictogramPlaces.js +0 -59
  481. package/lib/module/components/pictograms/svg/PictogramPlaces.js.map +0 -1
  482. package/lib/module/components/pictograms/svg/PictogramPuzzle.js +0 -29
  483. package/lib/module/components/pictograms/svg/PictogramPuzzle.js.map +0 -1
  484. package/lib/module/components/pictograms/svg/PictogramQuestion.js +0 -29
  485. package/lib/module/components/pictograms/svg/PictogramQuestion.js.map +0 -1
  486. package/lib/module/components/pictograms/svg/PictogramSearch.js +0 -34
  487. package/lib/module/components/pictograms/svg/PictogramSearch.js.map +0 -1
  488. package/lib/module/components/pictograms/svg/PictogramSms.js +0 -27
  489. package/lib/module/components/pictograms/svg/PictogramSms.js.map +0 -1
  490. package/lib/module/components/pictograms/svg/PictogramTeaBreak.js +0 -26
  491. package/lib/module/components/pictograms/svg/PictogramTeaBreak.js.map +0 -1
  492. package/lib/module/components/pictograms/svg/PictogramTimeout.js +0 -26
  493. package/lib/module/components/pictograms/svg/PictogramTimeout.js.map +0 -1
  494. package/lib/module/components/pictograms/svg/PictogramUmbrella.js +0 -28
  495. package/lib/module/components/pictograms/svg/PictogramUmbrella.js.map +0 -1
  496. package/lib/module/components/pictograms/svg/PictogramUnrecognized.js +0 -21
  497. package/lib/module/components/pictograms/svg/PictogramUnrecognized.js.map +0 -1
  498. package/lib/module/components/pictograms/svg/PictogramUploadFile.js +0 -24
  499. package/lib/module/components/pictograms/svg/PictogramUploadFile.js.map +0 -1
  500. package/lib/module/components/pictograms/svg/originals/PictogramAbacus.svg +0 -8
  501. package/lib/module/components/pictograms/svg/originals/PictogramAirBaloon.svg +0 -14
  502. package/lib/module/components/pictograms/svg/originals/PictogramAirship.svg +0 -18
  503. package/lib/module/components/pictograms/svg/originals/PictogramBaloons.svg +0 -20
  504. package/lib/module/components/pictograms/svg/originals/PictogramBeerMug.svg +0 -10
  505. package/lib/module/components/pictograms/svg/originals/PictogramEmailToValidate.svg +0 -10
  506. package/lib/module/components/pictograms/svg/originals/PictogramEmailValidation.svg +0 -20
  507. package/lib/module/components/pictograms/svg/originals/PictogramError.svg +0 -12
  508. package/lib/module/components/pictograms/svg/originals/PictogramFireworks.svg +0 -52
  509. package/lib/module/components/pictograms/svg/originals/PictogramHeart.svg +0 -14
  510. package/lib/module/components/pictograms/svg/originals/PictogramHourglass.svg +0 -18
  511. package/lib/module/components/pictograms/svg/originals/PictogramInProgress.svg +0 -14
  512. package/lib/module/components/pictograms/svg/originals/PictogramInbox.svg +0 -10
  513. package/lib/module/components/pictograms/svg/originals/PictogramMessages.svg +0 -8
  514. package/lib/module/components/pictograms/svg/originals/PictogramNotAvailable.svg +0 -26
  515. package/lib/module/components/pictograms/svg/originals/PictogramPiggyBank.svg +0 -20
  516. package/lib/module/components/pictograms/svg/originals/PictogramPin.svg +0 -20
  517. package/lib/module/components/pictograms/svg/originals/PictogramPlaces.svg +0 -45
  518. package/lib/module/components/pictograms/svg/originals/PictogramPuzzle.svg +0 -16
  519. package/lib/module/components/pictograms/svg/originals/PictogramQuestion.svg +0 -16
  520. package/lib/module/components/pictograms/svg/originals/PictogramSearch.svg +0 -22
  521. package/lib/module/components/pictograms/svg/originals/PictogramSms.svg +0 -14
  522. package/lib/module/components/pictograms/svg/originals/PictogramTeaBreak.svg +0 -12
  523. package/lib/module/components/pictograms/svg/originals/PictogramTimeout.svg +0 -12
  524. package/lib/module/components/pictograms/svg/originals/PictogramUmbrella.svg +0 -14
  525. package/lib/module/components/pictograms/svg/originals/PictogramUnrecognized.svg +0 -6
  526. package/lib/module/components/pictograms/svg/originals/PictogramUploadFile.svg +0 -10
  527. package/lib/module/components/typography/LabelHeader.js +0 -33
  528. package/lib/module/components/typography/LabelHeader.js.map +0 -1
  529. package/lib/module/components/typography/LabelLink.js +0 -33
  530. package/lib/module/components/typography/LabelLink.js.map +0 -1
  531. package/lib/module/components/typography/markdown/MdH4.js +0 -23
  532. package/lib/module/components/typography/markdown/MdH4.js.map +0 -1
  533. package/lib/module/components/typography/markdown/MdH5.js +0 -21
  534. package/lib/module/components/typography/markdown/MdH5.js.map +0 -1
  535. package/lib/module/components/typography/markdown/MdH6.js +0 -22
  536. package/lib/module/components/typography/markdown/MdH6.js.map +0 -1
  537. package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts +0 -5
  538. package/lib/typescript/components/pictograms/svg/PictogramAbacus.d.ts.map +0 -1
  539. package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts +0 -5
  540. package/lib/typescript/components/pictograms/svg/PictogramAirBaloon.d.ts.map +0 -1
  541. package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts +0 -5
  542. package/lib/typescript/components/pictograms/svg/PictogramAirship.d.ts.map +0 -1
  543. package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts +0 -5
  544. package/lib/typescript/components/pictograms/svg/PictogramBaloons.d.ts.map +0 -1
  545. package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts +0 -5
  546. package/lib/typescript/components/pictograms/svg/PictogramBeerMug.d.ts.map +0 -1
  547. package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts +0 -5
  548. package/lib/typescript/components/pictograms/svg/PictogramEmailToValidate.d.ts.map +0 -1
  549. package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts +0 -5
  550. package/lib/typescript/components/pictograms/svg/PictogramEmailValidation.d.ts.map +0 -1
  551. package/lib/typescript/components/pictograms/svg/PictogramError.d.ts +0 -5
  552. package/lib/typescript/components/pictograms/svg/PictogramError.d.ts.map +0 -1
  553. package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts +0 -5
  554. package/lib/typescript/components/pictograms/svg/PictogramFireworks.d.ts.map +0 -1
  555. package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts +0 -5
  556. package/lib/typescript/components/pictograms/svg/PictogramHeart.d.ts.map +0 -1
  557. package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts +0 -5
  558. package/lib/typescript/components/pictograms/svg/PictogramHourglass.d.ts.map +0 -1
  559. package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts +0 -5
  560. package/lib/typescript/components/pictograms/svg/PictogramInProgress.d.ts.map +0 -1
  561. package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts +0 -5
  562. package/lib/typescript/components/pictograms/svg/PictogramInbox.d.ts.map +0 -1
  563. package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts +0 -5
  564. package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts.map +0 -1
  565. package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts +0 -5
  566. package/lib/typescript/components/pictograms/svg/PictogramNotAvailable.d.ts.map +0 -1
  567. package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts +0 -5
  568. package/lib/typescript/components/pictograms/svg/PictogramPiggyBank.d.ts.map +0 -1
  569. package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts +0 -5
  570. package/lib/typescript/components/pictograms/svg/PictogramPin.d.ts.map +0 -1
  571. package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts +0 -5
  572. package/lib/typescript/components/pictograms/svg/PictogramPlaces.d.ts.map +0 -1
  573. package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts +0 -5
  574. package/lib/typescript/components/pictograms/svg/PictogramPuzzle.d.ts.map +0 -1
  575. package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts +0 -5
  576. package/lib/typescript/components/pictograms/svg/PictogramQuestion.d.ts.map +0 -1
  577. package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts +0 -5
  578. package/lib/typescript/components/pictograms/svg/PictogramSearch.d.ts.map +0 -1
  579. package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts +0 -5
  580. package/lib/typescript/components/pictograms/svg/PictogramSms.d.ts.map +0 -1
  581. package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts +0 -5
  582. package/lib/typescript/components/pictograms/svg/PictogramTeaBreak.d.ts.map +0 -1
  583. package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts +0 -5
  584. package/lib/typescript/components/pictograms/svg/PictogramTimeout.d.ts.map +0 -1
  585. package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts +0 -5
  586. package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts.map +0 -1
  587. package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts +0 -5
  588. package/lib/typescript/components/pictograms/svg/PictogramUnrecognized.d.ts.map +0 -1
  589. package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts +0 -5
  590. package/lib/typescript/components/pictograms/svg/PictogramUploadFile.d.ts.map +0 -1
  591. package/lib/typescript/components/typography/LabelHeader.d.ts +0 -18
  592. package/lib/typescript/components/typography/LabelHeader.d.ts.map +0 -1
  593. package/lib/typescript/components/typography/LabelLink.d.ts +0 -20
  594. package/lib/typescript/components/typography/LabelLink.d.ts.map +0 -1
  595. package/lib/typescript/components/typography/markdown/MdH4.d.ts +0 -13
  596. package/lib/typescript/components/typography/markdown/MdH4.d.ts.map +0 -1
  597. package/lib/typescript/components/typography/markdown/MdH5.d.ts +0 -13
  598. package/lib/typescript/components/typography/markdown/MdH5.d.ts.map +0 -1
  599. package/lib/typescript/components/typography/markdown/MdH6.d.ts +0 -13
  600. package/lib/typescript/components/typography/markdown/MdH6.d.ts.map +0 -1
  601. package/src/components/pictograms/svg/PictogramAbacus.tsx +0 -16
  602. package/src/components/pictograms/svg/PictogramAirBaloon.tsx +0 -22
  603. package/src/components/pictograms/svg/PictogramAirship.tsx +0 -26
  604. package/src/components/pictograms/svg/PictogramBaloons.tsx +0 -28
  605. package/src/components/pictograms/svg/PictogramBeerMug.tsx +0 -18
  606. package/src/components/pictograms/svg/PictogramEmailToValidate.tsx +0 -23
  607. package/src/components/pictograms/svg/PictogramEmailValidation.tsx +0 -33
  608. package/src/components/pictograms/svg/PictogramError.tsx +0 -20
  609. package/src/components/pictograms/svg/PictogramFireworks.tsx +0 -60
  610. package/src/components/pictograms/svg/PictogramHeart.tsx +0 -22
  611. package/src/components/pictograms/svg/PictogramHourglass.tsx +0 -26
  612. package/src/components/pictograms/svg/PictogramInProgress.tsx +0 -22
  613. package/src/components/pictograms/svg/PictogramInbox.tsx +0 -18
  614. package/src/components/pictograms/svg/PictogramMessages.tsx +0 -16
  615. package/src/components/pictograms/svg/PictogramNotAvailable.tsx +0 -38
  616. package/src/components/pictograms/svg/PictogramPiggyBank.tsx +0 -29
  617. package/src/components/pictograms/svg/PictogramPin.tsx +0 -28
  618. package/src/components/pictograms/svg/PictogramPlaces.tsx +0 -53
  619. package/src/components/pictograms/svg/PictogramPuzzle.tsx +0 -24
  620. package/src/components/pictograms/svg/PictogramQuestion.tsx +0 -24
  621. package/src/components/pictograms/svg/PictogramSearch.tsx +0 -30
  622. package/src/components/pictograms/svg/PictogramSms.tsx +0 -22
  623. package/src/components/pictograms/svg/PictogramTeaBreak.tsx +0 -20
  624. package/src/components/pictograms/svg/PictogramTimeout.tsx +0 -21
  625. package/src/components/pictograms/svg/PictogramUmbrella.tsx +0 -22
  626. package/src/components/pictograms/svg/PictogramUnrecognized.tsx +0 -14
  627. package/src/components/pictograms/svg/PictogramUploadFile.tsx +0 -18
  628. package/src/components/pictograms/svg/originals/PictogramAbacus.svg +0 -8
  629. package/src/components/pictograms/svg/originals/PictogramAirBaloon.svg +0 -14
  630. package/src/components/pictograms/svg/originals/PictogramAirship.svg +0 -18
  631. package/src/components/pictograms/svg/originals/PictogramBaloons.svg +0 -20
  632. package/src/components/pictograms/svg/originals/PictogramBeerMug.svg +0 -10
  633. package/src/components/pictograms/svg/originals/PictogramEmailToValidate.svg +0 -10
  634. package/src/components/pictograms/svg/originals/PictogramEmailValidation.svg +0 -20
  635. package/src/components/pictograms/svg/originals/PictogramError.svg +0 -12
  636. package/src/components/pictograms/svg/originals/PictogramFireworks.svg +0 -52
  637. package/src/components/pictograms/svg/originals/PictogramHeart.svg +0 -14
  638. package/src/components/pictograms/svg/originals/PictogramHourglass.svg +0 -18
  639. package/src/components/pictograms/svg/originals/PictogramInProgress.svg +0 -14
  640. package/src/components/pictograms/svg/originals/PictogramInbox.svg +0 -10
  641. package/src/components/pictograms/svg/originals/PictogramMessages.svg +0 -8
  642. package/src/components/pictograms/svg/originals/PictogramNotAvailable.svg +0 -26
  643. package/src/components/pictograms/svg/originals/PictogramPiggyBank.svg +0 -20
  644. package/src/components/pictograms/svg/originals/PictogramPin.svg +0 -20
  645. package/src/components/pictograms/svg/originals/PictogramPlaces.svg +0 -45
  646. package/src/components/pictograms/svg/originals/PictogramPuzzle.svg +0 -16
  647. package/src/components/pictograms/svg/originals/PictogramQuestion.svg +0 -16
  648. package/src/components/pictograms/svg/originals/PictogramSearch.svg +0 -22
  649. package/src/components/pictograms/svg/originals/PictogramSms.svg +0 -14
  650. package/src/components/pictograms/svg/originals/PictogramTeaBreak.svg +0 -12
  651. package/src/components/pictograms/svg/originals/PictogramTimeout.svg +0 -12
  652. package/src/components/pictograms/svg/originals/PictogramUmbrella.svg +0 -14
  653. package/src/components/pictograms/svg/originals/PictogramUnrecognized.svg +0 -6
  654. package/src/components/pictograms/svg/originals/PictogramUploadFile.svg +0 -10
  655. package/src/components/typography/LabelHeader.tsx +0 -56
  656. package/src/components/typography/LabelLink.tsx +0 -61
  657. package/src/components/typography/markdown/MdH4.tsx +0 -34
  658. package/src/components/typography/markdown/MdH5.tsx +0 -32
  659. package/src/components/typography/markdown/MdH6.tsx +0 -33
@@ -1,10 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- d="M120 35.598c0-12.65-10.292-22.942-22.942-22.942-12.502 0-22.7 10.053-22.936 22.5H56.888a2.344 2.344 0 0 0 0 4.688h17.624c1.102 5.864 4.441 10.947 9.096 14.327L55.9 81.878a4.25 4.25 0 0 1-3.025 1.253 4.249 4.249 0 0 1-3.025-1.254L8.282 40.31c.705-.3 1.48-.465 2.293-.465h25.22a2.344 2.344 0 0 0 0-4.688h-25.22C4.744 35.156 0 39.901 0 45.732v51.036c0 5.832 4.744 10.576 10.575 10.576h84.787c5.832 0 10.576-4.744 10.576-10.576V56.751C114.191 53.274 120 45.101 120 35.598ZM5.1 98.929a5.857 5.857 0 0 1-.412-2.16V45.731c0-.712.127-1.396.36-2.028l27.638 27.639L5.1 98.929Zm5.476 3.727a5.86 5.86 0 0 1-2.161-.412L36 74.657l10.535 10.535a8.938 8.938 0 0 0 6.34 2.623 8.938 8.938 0 0 0 6.34-2.623l10.628-10.627 27.679 27.679a5.858 5.858 0 0 1-2.161.412H10.576Zm90.674-5.888c0 .763-.147 1.492-.413 2.161L73.159 71.25l14.656-14.657a22.81 22.81 0 0 0 9.243 1.947c1.432 0 2.833-.133 4.192-.385v38.613Zm-4.192-42.916c-10.065 0-18.254-8.188-18.254-18.254 0-10.065 8.189-18.254 18.254-18.254 10.066 0 18.254 8.189 18.254 18.254 0 10.066-8.188 18.254-18.254 18.254Z"
4
- fill="#000"
5
- />
6
- <path
7
- d="M98.23 24.582h-4.008a2.344 2.344 0 0 0 0 4.688h1.664v16.406a2.344 2.344 0 0 0 4.688 0v-18.75a2.344 2.344 0 0 0-2.344-2.344ZM46.342 39.844a2.344 2.344 0 1 0 0-4.688 2.344 2.344 0 0 0 0 4.688Z"
8
- fill="#000"
9
- />
10
- </svg>
@@ -1,8 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="M48 35.49a4.491 4.491 0 0 1-1.315 3.189 4.451 4.451 0 0 1-3.176 1.32L7.806 40c-2.477 0-4.491-2.023-4.491-4.51V25.03h-2.29C.459 25.028 0 24.567 0 24a1.028 1.028 0 0 1 1.024-1.029h2.29v-2.637H2.258c-.566 0-1.024-.46-1.024-1.029a1.028 1.028 0 0 1 1.024-1.029h1.058v-5.765c0-1.244.503-2.371 1.317-3.188A4.467 4.467 0 0 1 7.806 8h35.703C45.985 8 48 10.024 48 12.51v22.98ZM5.636 36.61l13.53-13.588L6.588 10.387a2.454 2.454 0 0 0-1.224 2.123v22.978c0 .405.1.785.272 1.122Zm18.295-11.713-5.935-5.96h4.297c.565 0 1.024-.462 1.024-1.03 0-.568-.459-1.029-1.024-1.029h-6.346l-2.11-2.12h13.098c.566 0 1.025-.46 1.025-1.029 0-.568-.459-1.029-1.025-1.029H11.788l-2.63-2.642h33L27.384 24.897a2.437 2.437 0 0 1-3.453 0Zm19.578 13.045c.183 0 .363-.02.537-.06l-2.994-3.007H30.62c-.565 0-1.024-.46-1.024-1.029a1.028 1.028 0 0 1 1.024-1.029h8.385l-8.304-8.34-1.867 1.875a4.482 4.482 0 0 1-6.351 0l-1.867-1.875L7.27 37.88c.173.039.351.061.536.061h35.703Zm2.171-1.33L32.15 23.023l12.578-12.634a2.454 2.454 0 0 1 1.224 2.123v22.978c0 .398-.094.78-.27 1.124Z"
6
- fill="#000"
7
- />
8
- </svg>
@@ -1,26 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M109.884 13.75a1.803 1.803 0 0 1 2.548 0 7.804 7.804 0 0 1 2.302 5.555v17.739c0 4.331-3.526 7.855-7.861 7.855h-7.076V116.4h6.837a1.8 1.8 0 1 1 0 3.6H15.35a1.8 1.8 0 1 1 0-3.6h7.824c-1.443-7.574-2.48-18.068-3.087-31.25a477.036 477.036 0 0 1-.5-19.493c0-3.81.31-7.38.796-10.633-1.963.103-3.837.191-5.559.191-3.752 0-6.787-.42-8.479-2.022C5.465 52.359 5 51.255 5 50c0-5.275 3.74-7.761 6.878-8.918 3.013-1.11 7.058-1.668 12.659-1.739.86-2.176 1.508-3.445 1.59-3.602.31-.597.927-.971 1.599-.971h4.93c.592 0 1.147.29 1.483.778l3.211 4.654 3.212-4.654c.337-.487.891-.778 1.483-.778h4.93c.672 0 1.288.374 1.598.97.075.144.615 1.2 1.356 3.017 9.067 4.465 18.026 22.339 12.37 39.406a1.802 1.802 0 0 1-3.42-1.131c4.396-13.265-.977-26.167-6.823-32.19 1.562 5.244 3.058 12.449 3.058 20.814 0 .086-.005 8.728-.5 19.493-.607 13.181-1.644 23.676-3.087 31.25H61.72v-5.297h-3.66a1.8 1.8 0 1 1 0-3.6h3.66v-3.594h-1.954a1.8 1.8 0 1 1 0-3.6h1.954v-1.703h-1.954a1.8 1.8 0 1 1 0-3.6h1.954v-.25a1.8 1.8 0 0 1 3.603 0v.25h18.441v-.25a1.8 1.8 0 0 1 3.603 0v.25h1.82a1.8 1.8 0 1 1 0 3.6h-1.82v1.703h1.82a1.8 1.8 0 1 1 0 3.6h-1.82v3.594h3.526a1.8 1.8 0 1 1 0 3.6h-3.526v5.297h8.827V44.9h-7.073c-4.335 0-7.862-3.525-7.862-7.857V19.305c0-4.332 3.527-7.856 7.862-7.856h14.644a1.8 1.8 0 1 1 0 3.6H89.122a4.262 4.262 0 0 0-4.26 4.256v17.738a4.262 4.262 0 0 0 4.26 4.256h17.751a4.263 4.263 0 0 0 4.259-4.256V19.305a4.227 4.227 0 0 0-1.247-3.01 1.8 1.8 0 0 1-.001-2.545ZM83.765 98.606H65.323v1.704h18.442v-1.704Zm-18.442 5.304h18.442v3.593H65.323v-3.593Zm18.442 7.193H65.323v5.297h18.442v-5.297Zm-54.9-72.732h2.844l4.158 6.024a1.801 1.801 0 0 0 2.966 0l4.158-6.024h2.843c1.353 2.998 5.246 12.664 5.642 25.227a115.123 115.123 0 0 0-28.252 0c.099-3.118.41-6.059.848-8.762.87-.039 1.732-.07 2.575-.085a4.758 4.758 0 0 0 4.434 3.052 4.753 4.753 0 0 0 3.926-2.075c.412.193.743.413.989.658.352.352.813.528 1.274.528a1.799 1.799 0 0 0 1.274-3.073c-.719-.718-1.642-1.278-2.798-1.698a4.76 4.76 0 0 0-4.664-3.841 4.76 4.76 0 0 0-4.353 2.848c-.651.01-1.31.03-1.972.055 1.362-6.326 3.25-10.929 4.109-12.834Zm1.065 14.681a1.152 1.152 0 0 0 2.303 0 1.152 1.152 0 0 0-2.303 0Zm-8.913-1.667c-4.785.255-10.741.571-12.193-.805-.137-.13-.222-.271-.222-.579 0-4.585 4.411-6.735 14.627-7.029a73.372 73.372 0 0 0-2.21 8.412h-.002Zm30.485 15.847a111.518 111.518 0 0 0-28.304 0c.06 6.708.493 33.272 3.645 49.168h1.275c.113-2.145.368-6.16.895-11.457a1.8 1.8 0 0 1 1.97-1.613 1.8 1.8 0 0 1 1.615 1.969c-.5 5.033-.753 8.944-.87 11.101H42.97c-.296-5.39-1.451-21.768-5.201-39.642h-.84c-1.41 6.722-2.593 13.876-3.519 21.29a1.8 1.8 0 0 1-3.575-.446c1.004-8.044 2.308-15.79 3.876-23.025a1.8 1.8 0 0 1 1.76-1.419h3.756c.848 0 1.581.591 1.76 1.42 4.086 18.859 5.297 36.37 5.591 41.822h1.277c3.153-15.896 3.586-42.46 3.646-49.168Z"
7
- />
8
- <path
9
- fill="#000"
10
- d="M39.871 25.758a1.8 1.8 0 0 0 1.802-1.8v-2.365a1.8 1.8 0 0 0-3.603 0v2.365a1.8 1.8 0 0 0 1.801 1.8ZM32.426 25.758a1.8 1.8 0 0 0 1.802-1.8v-2.365a1.8 1.8 0 0 0-3.603 0v2.365a1.8 1.8 0 0 0 1.801 1.8Z"
11
- />
12
- <path
13
- fill="#000"
14
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M22.626 23.445c.09 0 .18-.002.269-.006 1.748 6.387 7.636 10.996 14.416 10.996s12.668-4.609 14.416-10.996a5.856 5.856 0 0 0 6.12-5.841 5.854 5.854 0 0 0-5.934-5.847 14.895 14.895 0 0 0-4.442-7.768A14.897 14.897 0 0 0 37.31 0c-3.781 0-7.39 1.415-10.16 3.983a14.891 14.891 0 0 0-4.442 7.768h-.084a5.856 5.856 0 0 0-5.851 5.847 5.856 5.856 0 0 0 5.852 5.847ZM37.31 3.6c5.268 0 9.805 3.687 11.02 8.665-9.359.57-13.692-4.34-13.876-4.553a1.802 1.802 0 0 0-2.955.275c-1.22 2.182-2.84 3.426-5.106 3.882C27.747 7.092 32.184 3.6 37.311 3.6ZM23.506 15.53a2.25 2.25 0 0 0-3.13 2.069 2.25 2.25 0 0 0 2.25 2.246c.317 0 .627-.067.922-.2a1.803 1.803 0 0 1 2.527 1.397c.76 5.583 5.59 9.793 11.236 9.793 5.646 0 10.477-4.21 11.237-9.793a1.8 1.8 0 0 1 2.526-1.398c.295.134.606.201.923.201a2.25 2.25 0 0 0 2.249-2.247 2.25 2.25 0 0 0-3.13-2.069c-.146.063-.3.103-.454.124l-.009.003-.009.002c-1.342.176-2.61.255-3.805.255-6.805 0-11.218-2.558-13.44-4.306-2.19 2.732-5.215 4.066-9.187 4.066l-.013-.001-.01-.001a1.804 1.804 0 0 1-.683-.142Z"
17
- />
18
- <path
19
- fill="#000"
20
- d="M91.305 20.24a4.032 4.032 0 0 0-4.03 4.026v7.625a1.8 1.8 0 0 0 3.603 0v-3.516h2.324a1.8 1.8 0 1 0 0-3.6h-2.324v-.51c0-.235.192-.426.427-.426h13.385c.235 0 .426.192.426.426v7.626a1.8 1.8 0 0 0 3.602 0v-7.626a4.032 4.032 0 0 0-4.028-4.026H91.305Z"
21
- />
22
- <path
23
- fill="#000"
24
- d="M96.393 32.025c-.564-.86-1.67-1.256-2.654-.974a2.422 2.422 0 0 0-1.734 2.11 2.421 2.421 0 0 0 1.403 2.382c.902.407 1.986.21 2.688-.49.803-.8.924-2.087.297-3.028ZM99.379 34.276a2.422 2.422 0 0 0 2.335 1.477 2.421 2.421 0 0 0 2.168-1.663 2.416 2.416 0 0 0-.825-2.637 2.43 2.43 0 0 0-2.795-.091c-.946.625-1.311 1.87-.883 2.914ZM98.036 28.34a1.821 1.821 0 0 0 1.445-1.634 1.812 1.812 0 0 0-1.066-1.775c-1.49-.657-3.056.93-2.358 2.412a1.824 1.824 0 0 0 1.98.997ZM104.254 26.927c.329-1.6-1.563-2.75-2.851-1.787a1.812 1.812 0 0 0-.609 2.041 1.818 1.818 0 0 0 1.77 1.192c.814-.033 1.54-.642 1.69-1.446Z"
25
- />
26
- </svg>
@@ -1,20 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill-rule="evenodd"
4
- clip-rule="evenodd"
5
- d="m11.522 58.596-5.36.672a6.733 6.733 0 0 0-5.887 6.67v11.635a6.733 6.733 0 0 0 5.887 6.67l4.797.6a36.614 36.614 0 0 0 10.314 15.159v11.691a6.7 6.7 0 0 0 6.691 6.692h13.387a6.7 6.7 0 0 0 6.691-6.692v-2.553h14.773v2.553a6.7 6.7 0 0 0 6.691 6.692h13.387a6.7 6.7 0 0 0 6.691-6.692v-7.663a36.682 36.682 0 0 0 17.737-35.942h.838c5.663 0 10.27-4.606 10.27-10.269 0-5.662-4.607-10.269-10.27-10.269a2.307 2.307 0 0 0 0 4.616 5.66 5.66 0 0 1 5.654 5.653 5.66 5.66 0 0 1-5.654 5.654h-1.691c-4.016-15.9-18.44-27.704-35.57-27.704h-2.893a2.308 2.308 0 0 0 0 4.616h2.892c17.684 0 32.07 14.386 32.07 32.07a32.073 32.073 0 0 1-16.792 28.203 2.308 2.308 0 0 0-1.207 2.028v9.007a2.078 2.078 0 0 1-2.076 2.076H69.506a2.078 2.078 0 0 1-2.076-2.076v-4.861a2.308 2.308 0 0 0-2.308-2.308H45.734a2.308 2.308 0 0 0-2.308 2.308v4.861a2.078 2.078 0 0 1-2.076 2.076H27.964a2.078 2.078 0 0 1-2.076-2.076V98.938c0-.688-.306-1.339-.835-1.778a32.018 32.018 0 0 1-10.166-15.115 2.307 2.307 0 0 0-1.916-1.6l-6.236-.782a2.11 2.11 0 0 1-1.845-2.09V65.938a2.11 2.11 0 0 1 1.845-2.09l6.73-.843a2.308 2.308 0 0 0 1.882-1.502 32.115 32.115 0 0 1 6.934-11.2c.221-.16.41-.355.56-.576a31.955 31.955 0 0 1 15.245-8.482 2.307 2.307 0 1 0-1.062-4.491c-1.72.406-3.406.943-5.047 1.595-2.319-6.037-8.215-10.154-14.758-10.154h-.512a2.308 2.308 0 0 0-2.245 2.838l3.941 16.697a36.857 36.857 0 0 0-6.88 10.867Zm16.262-18.265a36.795 36.795 0 0 0-5.505 3.727L19.69 33.09c3.709.85 6.819 3.576 8.094 7.24Z"
6
- fill="#000"
7
- />
8
- <path
9
- fill-rule="evenodd"
10
- clip-rule="evenodd"
11
- d="M26.566 58.83a2.324 2.324 0 0 1 1.632-.676c.606 0 1.202.247 1.631.676.43.43.676 1.025.676 1.632 0 .606-.246 1.202-.676 1.631-.43.43-1.025.676-1.631.676a2.324 2.324 0 0 1-1.632-.676 2.325 2.325 0 0 1-.676-1.631c0-.607.247-1.203.676-1.632ZM50.757 13.692A2.308 2.308 0 0 1 53.065 16v9.154a2.308 2.308 0 0 1-4.615 0V16a2.308 2.308 0 0 1 2.307-2.308ZM49.126 5.996a2.324 2.324 0 0 1 1.632-.677c.607 0 1.202.247 1.631.677.43.429.676 1.024.676 1.631a2.32 2.32 0 0 1-.676 1.632c-.43.429-1.024.676-1.632.676a2.324 2.324 0 0 1-1.63-.676 2.326 2.326 0 0 1-.677-1.632c0-.607.247-1.2.676-1.631ZM69.505.231a2.308 2.308 0 0 1 2.308 2.308v3.923a2.308 2.308 0 0 1-4.615 0V2.539A2.308 2.308 0 0 1 69.505.23ZM92.135 72.454a2.308 2.308 0 0 1 4.615 0v.123a2.308 2.308 0 0 1-2.307 2.293h-.015a2.308 2.308 0 0 1-2.293-2.322v-.094ZM81.92 90.612a21.391 21.391 0 0 0 8.817-10.561 2.307 2.307 0 1 1 4.31 1.651 26.027 26.027 0 0 1-10.728 12.853 2.307 2.307 0 1 1-2.4-3.943Z"
12
- fill="#000"
13
- />
14
- <path
15
- fill-rule="evenodd"
16
- clip-rule="evenodd"
17
- d="M79.198 21.012c0-5.344-4.348-9.692-9.693-9.692-5.344 0-9.692 4.348-9.692 9.692 0 5.345 4.348 9.692 9.692 9.692 5.345 0 9.693-4.348 9.693-9.692Zm-4.616 0c0 2.8-2.277 5.077-5.077 5.077a5.083 5.083 0 0 1-5.076-5.077c0-2.8 2.277-5.077 5.076-5.077 2.8 0 5.077 2.278 5.077 5.077ZM42.505 49.154h-2.077a2.308 2.308 0 0 0 0 4.615h30a2.308 2.308 0 0 0 0-4.615H59.01a9.63 9.63 0 0 0 1.44-5.077c0-5.344-4.347-9.692-9.692-9.692-5.344 0-9.692 4.348-9.692 9.692 0 1.86.528 3.6 1.44 5.077Zm13.33-5.077c0 2.8-2.278 5.077-5.078 5.077a5.083 5.083 0 0 1-5.077-5.077c0-2.8 2.278-5.077 5.077-5.077 2.8 0 5.077 2.278 5.077 5.077Z"
18
- fill="#000"
19
- />
20
- </svg>
@@ -1,20 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- d="M41.202 24.844c1.297 0 2.35-1.05 2.35-2.344a2.35 2.35 0 0 0-4.7 0 2.35 2.35 0 0 0 2.35 2.344Z"
5
- />
6
- <path
7
- fill="#000"
8
- d="M60 13.125c16.844 0 30.546 13.668 30.546 30.469 0 16.8-13.702 30.468-30.546 30.468S29.454 60.395 29.454 43.594c0-5.215 1.307-10.216 3.884-14.862a2.353 2.353 0 0 1 3.193-.916A2.341 2.341 0 0 1 37.45 31c-2.187 3.945-3.297 8.18-3.297 12.593 0 14.215 11.595 25.781 25.847 25.781s25.847-11.566 25.847-25.781c0-14.216-11.595-25.782-25.847-25.782-3.44 0-6.496.608-9.91 1.97a2.353 2.353 0 0 1-3.055-1.305 2.343 2.343 0 0 1 1.31-3.047c3.941-1.573 7.645-2.305 11.655-2.305Z"
9
- />
10
- <path
11
- fill="#000"
12
- d="M60 55.313a2.348 2.348 0 0 0-2.35 2.343A2.348 2.348 0 0 0 60 60c1.297 0 2.35-1.05 2.35-2.344A2.348 2.348 0 0 0 60 55.313ZM63.804 45.438c-.584.404-1.046.725-1.195.967-.118.194-.26.677-.26 1.876A2.347 2.347 0 0 1 60 50.625a2.347 2.347 0 0 1-2.35-2.344c0-3.997 1.312-5.194 3.472-6.692.569-.395 1.213-.843 1.953-1.48a4.683 4.683 0 0 0 1.624-3.547c0-2.584-2.108-4.687-4.699-4.687a4.693 4.693 0 0 0-4.7 4.688 2.346 2.346 0 0 1-2.35 2.343 2.347 2.347 0 0 1-2.349-2.343c0-5.18 4.207-9.376 9.399-9.376 5.182 0 9.399 4.206 9.399 9.375a9.365 9.365 0 0 1-3.248 7.09c-.928.801-1.715 1.347-2.347 1.786Z"
13
- />
14
- <path
15
- fill="#000"
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M61.854 119.096a2.352 2.352 0 0 1-3.708 0C56.466 116.945 17 66.145 17 43.594 17 20.754 36.192 0 60 0c23.832 0 43 20.779 43 43.594 0 22.551-39.466 73.351-41.146 75.502ZM60 4.687c-20.403 0-38.3 18.181-38.3 38.907 0 17.396 27.685 56.168 38.3 70.199 10.539-13.933 38.3-52.76 38.3-70.2C98.3 22.869 80.404 4.688 60 4.688Z"
19
- />
20
- </svg>
@@ -1,45 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- d="M109.938 30.358c-8.162-13.502-21.098-23.021-36.425-26.8C58.188-.225 42.303 2.184 28.79 10.34l2.037 3.37c12.61-7.61 27.434-9.858 41.74-6.33 14.307 3.529 26.38 12.413 33.996 25.015a54.985 54.985 0 0 1-5.356 64.391l2.99 2.565a58.915 58.915 0 0 0 5.741-68.994ZM93.598 104.106C82.05 113.25 67.63 117.35 52.991 115.655c-14.636-1.695-27.735-8.984-36.886-20.523C-.877 73.716.545 42.652 19.41 22.872l-2.851-2.716c-20.217 21.192-21.74 54.476-3.544 77.42 9.805 12.364 23.84 20.174 39.522 21.99 2.314.268 4.623.4 6.92.4 13.255 0 26.041-4.425 36.587-12.774l-2.447-3.086Z"
5
- />
6
- <path
7
- fill="#000"
8
- d="M57.39 92.384h3.94v23.385h-3.94V92.384ZM57.39 33.329h3.94v25.59h-3.94V33.33ZM57.39 3.802h3.94v15.747h-3.94V3.802ZM88.911 58.92h27.581v3.936h-27.58V58.92ZM47.54 58.92h7.88v3.936h-7.88V58.92ZM2.227 58.92H33.75v3.936H2.227V58.92ZM71.18 29.392h37.432v3.937H71.18v-3.937ZM9.495 29.392h49.863v3.937H9.495v-3.937ZM96.792 88.447h12.431v3.936H96.792v-3.936ZM57.39 88.447h1.97v3.936h-1.97v-3.936ZM12.078 88.447H57.39v3.937H12.078v-3.937Z"
9
- />
10
- <path
11
- fill="#000"
12
- d="M43.475 7.016 40.096 4.99c-20.713 34.477-20.713 77.31 0 111.789l3.38-2.028c-19.964-33.226-19.964-74.509 0-107.735ZM84.41 95.663a104.775 104.775 0 0 1-9.007 19.088l3.374 2.03a108.602 108.602 0 0 0 9.35-19.807l-3.717-1.31ZM78.781 4.99l-3.379 2.028A104.535 104.535 0 0 1 90.35 60.886h3.94A108.481 108.481 0 0 0 78.78 4.99Z"
13
- />
14
- <path
15
- fill="#000"
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M49.51 74.665c0-13.025 10.605-23.622 23.64-23.622 13.037 0 23.642 10.597 23.642 23.622 0 13.026-10.605 23.622-23.641 23.622-13.036 0-23.641-10.596-23.641-23.622Zm3.94 0c0 10.854 8.837 19.685 19.7 19.685 10.864 0 19.701-8.83 19.701-19.685 0-10.854-8.837-19.685-19.7-19.685-10.865 0-19.701 8.83-19.701 19.685Z"
19
- />
20
- <path
21
- fill="#000"
22
- d="M61.33 74.665h-3.94c0 8.683 7.07 15.748 15.76 15.748h.003v-3.937c-6.52 0-11.823-5.297-11.823-11.81ZM75.4 59.077l-.561 3.895c5.776.831 10.132 5.859 10.132 11.693h3.94c0-7.78-5.808-14.48-13.51-15.588ZM117.885 108.706l-23.64-23.621-2.786 2.783 22.248 22.23-5.095 5.091-22.248-22.23-2.786 2.783 23.641 23.622c.384.384.889.576 1.393.576s1.009-.192 1.393-.576l7.88-7.874a1.965 1.965 0 0 0 0-2.784Z"
23
- />
24
- <path
25
- fill="#000"
26
- fill-rule="evenodd"
27
- clip-rule="evenodd"
28
- d="M22.04 5.768c1.705 0 3.405.455 4.902 1.319 4.703 2.714 6.32 8.746 3.605 13.447l-6.775 11.807a1.967 1.967 0 0 1-1.696.988c-.002-.002-.008-.002-.012-.002a1.969 1.969 0 0 1-1.696-.968l-6.891-11.666a9.82 9.82 0 0 1-1.415-5.1 9.775 9.775 0 0 1 2.898-6.955 9.795 9.795 0 0 1 7.012-2.87h.069Zm0 21.675 5.093-8.876a5.912 5.912 0 0 0-2.159-8.072c-.918-.53-2.011-.776-3.024-.79h-.01a5.895 5.895 0 0 0-4.198 1.723 5.862 5.862 0 0 0-1.738 4.173 5.878 5.878 0 0 0 .851 3.065l.012.017 5.174 8.76Z"
29
- />
30
- <path fill="#000" d="M19.919 13.644h3.94v3.937h-3.94v-3.937Z" />
31
- <path
32
- fill="#000"
33
- fill-rule="evenodd"
34
- clip-rule="evenodd"
35
- d="M46.505 48.425a9.78 9.78 0 0 1 4.59 5.979c.68 2.539.331 5.19-.984 7.468l-6.773 11.805a1.968 1.968 0 0 1-1.705.988h-.004c-.697 0-1.343-.37-1.698-.97l-6.87-11.661a9.818 9.818 0 0 1-1.414-5.253 9.77 9.77 0 0 1 3.002-6.909 9.859 9.859 0 0 1 7.014-2.764 9.846 9.846 0 0 1 4.842 1.317Zm-4.9 20.352 5.09-8.87a5.911 5.911 0 0 0-2.16-8.072 5.922 5.922 0 0 0-2.92-.792c-.034-.002-.069-.002-.104-.002-1.56 0-3.015.587-4.126 1.66a5.86 5.86 0 0 0-1.8 4.145 5.879 5.879 0 0 0 .864 3.18l5.156 8.751Z"
36
- />
37
- <path fill="#000" d="M39.521 54.982h3.94v3.937h-3.94v-3.937Z" />
38
- <path
39
- fill="#000"
40
- fill-rule="evenodd"
41
- clip-rule="evenodd"
42
- d="M70.148 16.927a9.783 9.783 0 0 1 4.588 5.979 9.765 9.765 0 0 1-.983 7.468L66.98 42.181a1.966 1.966 0 0 1-1.696.988h-.014c-.697 0-1.344-.37-1.698-.97l-6.87-11.663a9.818 9.818 0 0 1-1.414-5.252 9.77 9.77 0 0 1 3.002-6.91c1.891-1.826 4.466-2.797 7.014-2.763a9.855 9.855 0 0 1 4.844 1.316Zm-4.901 20.357 5.09-8.872a5.912 5.912 0 0 0-5.079-8.864c-.033-.002-.069-.002-.106-.002-1.56 0-3.014.586-4.126 1.659a5.86 5.86 0 0 0-1.8 4.146 5.878 5.878 0 0 0 .853 3.157l.012.022 5.155 8.754Z"
43
- />
44
- <path fill="#000" d="M63.162 23.486h3.94v3.937h-3.94v-3.937Z" />
45
- </svg>
@@ -1,16 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- d="M60 0v3.871c-25.171 0-47.421 16.926-54.11 41.16l-3.732-1.03C9.308 18.095 33.093 0 60 0ZM116.129 60c0 1.258-.041 2.507-.122 3.745l3.863.254c.085-1.322.13-2.667.13-3.999h-3.871ZM115.006 71.228l3.794.768a59.59 59.59 0 0 0 .672-3.999l-3.837-.513a56.245 56.245 0 0 1-.629 3.744ZM60 116.129V120c26.907 0 50.692-18.095 57.842-44.001l-3.732-1.03c-6.689 24.234-28.939 41.16-54.11 41.16ZM48.468 90.066l2.737-2.737 2.737 2.737-2.737 2.736-2.737-2.736ZM56.68 81.855l-2.736 2.737 2.737 2.736 2.736-2.736-2.736-2.737ZM45.733 92.799l-2.6 2.6 2.737 2.737 2.6-2.6-2.737-2.737ZM.528 52.003l3.837.513a55.91 55.91 0 0 1 .629-3.744L1.2 48.004a59.395 59.395 0 0 0-.672 3.999ZM3.871 60H0c0-1.332.045-2.677.13-3.999l3.863.254A57.178 57.178 0 0 0 3.87 60ZM60 112.258c1.341 0 2.694-.05 4.018-.153l-.294-3.859c-1.227.095-2.48.141-3.724.141v3.871Z"
5
- />
6
- <path
7
- fill="#000"
8
- d="M72.058 110.861a53.013 53.013 0 0 1-4.02.784l-.592-3.825a49.077 49.077 0 0 0 3.722-.726l.89 3.767ZM74.888 106.053l1.19 3.683c21.64-6.991 36.18-26.979 36.18-49.736h-3.871c0 21.073-13.461 39.58-33.5 46.053ZM60 7.742v3.87c-1.245 0-2.497.047-3.724.142l-.294-3.86A52.26 52.26 0 0 1 60 7.743ZM48.832 12.908a49.224 49.224 0 0 1 3.722-.726l-.592-3.827a52.279 52.279 0 0 0-4.02.784l.89 3.769ZM43.922 10.264l1.19 3.683c-20.038 6.472-33.5 24.98-33.5 46.053h-3.87c0-22.757 14.54-42.745 36.18-49.736Z"
9
- />
10
- <path
11
- fill="#000"
12
- fill-rule="evenodd"
13
- clip-rule="evenodd"
14
- d="m89.834 63.871-3.635-3.635a3.515 3.515 0 0 1-1.038-2.502 3.543 3.543 0 0 1 3.54-3.54c.945 0 1.833.367 2.503 1.037l3.635 3.635 14.349-14.35-11.612-11.613.898-.898a7.36 7.36 0 0 0 2.171-5.24 7.418 7.418 0 0 0-7.41-7.41c-1.979 0-3.84.77-5.24 2.171l-.898.898-11.613-11.612-14.35 14.35 3.635 3.634a3.515 3.515 0 0 1 1.037 2.503 3.543 3.543 0 0 1-3.54 3.54 3.515 3.515 0 0 1-2.502-1.038l-3.635-3.635-23.226 23.226-.898-.898a7.36 7.36 0 0 0-5.24-2.171 7.418 7.418 0 0 0-7.41 7.41c0 1.979.77 3.84 2.171 5.24l.898.898-11.612 11.613 33.704 33.704 45.318-45.317ZM56.129 35.64l.898.898a7.36 7.36 0 0 0 5.24 2.172 7.418 7.418 0 0 0 7.41-7.411c0-1.978-.77-3.84-2.171-5.24l-.898-.898 8.876-8.876 11.613 11.613 3.635-3.635a3.515 3.515 0 0 1 2.502-1.037 3.543 3.543 0 0 1 3.54 3.54c0 .944-.368 1.833-1.037 2.502l-3.635 3.635 11.613 11.613-8.876 8.876-.898-.898a7.36 7.36 0 0 0-5.24-2.171 7.418 7.418 0 0 0-7.41 7.41c0 1.979.77 3.84 2.17 5.24l.899.898-8.876 8.876L63.87 61.134l-3.635 3.635a3.515 3.515 0 0 1-2.502 1.037 3.543 3.543 0 0 1-3.54-3.54c0-.944.367-1.832 1.037-2.502l3.635-3.635-11.613-11.613 8.876-8.876ZM16.285 75.484l28.231 28.231 28.231-28.231-8.876-8.876-.898.898a7.357 7.357 0 0 1-5.24 2.171 7.418 7.418 0 0 1-7.41-7.41 7.36 7.36 0 0 1 2.171-5.24l.898-.898-8.876-8.876-11.613 11.613-3.635-3.635a3.515 3.515 0 0 0-2.502-1.037 3.543 3.543 0 0 0-3.54 3.54c0 .944.367 1.832 1.037 2.502l3.635 3.635-11.613 11.613Z"
15
- />
16
- </svg>
@@ -1,16 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- d="M94.16 8.588c-4.495 0-8.151 3.656-8.151 8.15a1.758 1.758 0 1 0 3.515 0 4.64 4.64 0 0 1 4.635-4.635 4.64 4.64 0 0 1 4.636 4.636 4.64 4.64 0 0 1-4.636 4.635h-1.115c-.971 0-1.758.787-1.758 1.758v6.014a1.758 1.758 0 1 0 3.516 0v-4.281c4.195-.329 7.509-3.848 7.509-8.126 0-4.495-3.657-8.151-8.152-8.151ZM93.044 33.582c-.971 0-1.758.787-1.758 1.758v.515a1.758 1.758 0 1 0 3.516 0v-.515c0-.97-.787-1.758-1.758-1.758Z"
5
- />
6
- <path
7
- fill="#000"
8
- fill-rule="evenodd"
9
- clip-rule="evenodd"
10
- d="M109.583 0H78.734c-4.232 0-7.675 3.443-7.675 7.676v13.909c-5.785-8.31-15.404-13.76-26.274-13.76h-7.858c-9.19 0-17.749 4.839-22.511 12.673C7.953 22.525 3.635 28.545 3.831 35.39l.444 15.339a7.004 7.004 0 0 0-2.223 5.12v1.65c0 3.872 3.15 7.022 7.024 7.022h4.712c1.2 2.967 2.945 5.736 5.208 8.258l-1.652 2.288-6.388 8.847a1.76 1.76 0 0 0-.276.586l-8.107 31.19a3.42 3.42 0 0 0 .608 2.973A3.42 3.42 0 0 0 5.905 120h65.39a4.25 4.25 0 0 0 3.101-1.35 4.252 4.252 0 0 0 1.125-3.193l-.666-9.112a17.124 17.124 0 0 0-1.82-6.56 1.758 1.758 0 0 0-3.133 1.594 13.625 13.625 0 0 1 1.447 5.221l.666 9.111a.718.718 0 0 1-.72.774h-8.108v-7.183a1.758 1.758 0 0 0-3.515 0v7.182H21.183l4.486-17.253a.129.129 0 0 1 .124-.097h7.767a9.328 9.328 0 0 0 4.367-1.081c1.129.204 2.285.31 3.448.31 4.93 0 9.634-1.883 13.078-5.201h.007l.091.02c.141.027.283.05 1.174.189.72.112 1.93.3 4.025.63 1.91.298 3.698.978 5.316 2.02a1.756 1.756 0 0 0 2.43-.526 1.758 1.758 0 0 0-.527-2.43 17.143 17.143 0 0 0-6.675-2.537c-1.93-.324-3.11-.497-3.885-.61-1.036-.152-1.348-.197-1.761-.356a3.37 3.37 0 0 1-2.159-3.108c2.079-.892 3.546-2.924 3.565-5.282a5.824 5.824 0 0 0-.292-1.879c4.158-2.464 10.12-7.13 13.202-14.772h3.309a7.03 7.03 0 0 0 7.022-7.022v-1.65a7.013 7.013 0 0 0-2.515-5.38v-4.523a7.672 7.672 0 0 0 1.955.254h5.535c.64 0 1.16.52 1.16 1.16v4.992c0 1.241.76 2.303 1.933 2.704a2.818 2.818 0 0 0 3.182-.953l5.817-7.494a1.05 1.05 0 0 1 .834-.409h12.389c4.233 0 7.676-3.443 7.676-7.676V7.676c0-4.233-3.444-7.676-7.678-7.676ZM5.567 57.5v-1.65a3.513 3.513 0 0 1 3.509-3.51h2.852c-.12 3.057-.042 5.574.722 8.665H9.076A3.511 3.511 0 0 1 5.567 57.5Zm37.38 32.247a9.329 9.329 0 0 1-1.512 5.099c3.585-.014 7.01-1.244 9.682-3.426a6.873 6.873 0 0 1-2.124-4.482h-6.046v2.81Zm7.185-6.325H42.55a3.121 3.121 0 0 0-3.118 3.118v3.207a5.878 5.878 0 0 1-5.871 5.872h-7.767a3.645 3.645 0 0 0-3.527 2.727l-4.715 18.138H5.999L14 85.704l2.799-3.877c3.646-5.05 9.644-13.356 10.66-14.766a2.314 2.314 0 0 1 1.52-.938c.623-.1 1.25.051 1.765.425l.086.062c.558.406.889 1.032.907 1.734a2.16 2.16 0 0 1-.397 1.326l-3.276 4.681a2.828 2.828 0 0 0-.196 2.939 2.83 2.83 0 0 0 2.52 1.53h19.848c.615 0 1.194.239 1.63.674.439.44.678 1.024.672 1.648-.01 1.258-1.09 2.28-2.406 2.28Zm22.14-22.416a3.51 3.51 0 0 0 3.507-3.507v-1.65a3.512 3.512 0 0 0-3.506-3.508h-1.449c.03.763.047 1.538.047 2.322 0 2.162-.26 4.286-.768 6.343h2.17Zm0-12.181h-1.7a46.963 46.963 0 0 0-.94-5.702c-.82-3.533-3.939-6.144-7.583-6.35-6.81-.38-13.756-2.147-20.088-5.106-1.773-.827-3.914-.256-4.98 1.328-.404.6-1.25 1.035-2.005 1.018-1.23-.015-2.584-.691-4.258-2.128-1.129-.97-2.266-2.107-3.476-3.473a4.59 4.59 0 0 0-3.433-1.551h-.004c-1.305 0-2.549.559-3.415 1.535-1.691 1.909-3.159 4.1-4.361 6.513a1.758 1.758 0 0 0 3.146 1.568c1.066-2.137 2.36-4.071 3.846-5.749.272-.305.607-.351.784-.351.181.003.523.047.804.364 1.318 1.488 2.566 2.734 3.818 3.81 1.47 1.263 3.745 2.945 6.507 2.977 1.956.02 3.896-.985 4.962-2.569.106-.157.366-.205.578-.106 6.732 3.146 14.125 5.024 21.378 5.431 2.095.118 3.886 1.613 4.356 3.634a44.584 44.584 0 0 1 1.005 6.796c.094 1.268.142 2.596.142 3.95 0 2.594-.425 5.124-1.263 7.52-2.626 7.507-8.503 11.992-12.406 14.252a5.775 5.775 0 0 0-3.45-1.132H31.69l2.53-3.615a5.635 5.635 0 0 0 1.032-3.449 5.668 5.668 0 0 0-2.355-4.474l-.085-.062a5.85 5.85 0 0 0-4.388-1.052 5.807 5.807 0 0 0-3.815 2.353l-3.5 4.849c-1.995-2.352-3.488-4.925-4.448-7.671-1.354-3.866-1.43-7.338-1.12-11.472a44.372 44.372 0 0 1 1.042-6.945 1.758 1.758 0 0 0-3.421-.808 46.82 46.82 0 0 0-.981 5.867H9.076a7.02 7.02 0 0 0-1.335.13l-.396-13.666c-.156-5.449 3.411-10.216 8.675-11.594.457-.12.847-.419 1.082-.83 4.056-7.108 11.652-11.524 19.824-11.524h7.86c15.703 0 28.478 12.776 28.478 28.48v9.075a7.064 7.064 0 0 0-.991-.071Zm37.313-6.14a4.165 4.165 0 0 0 4.16-4.16V7.674a4.166 4.166 0 0 0-4.162-4.16H78.734a4.165 4.165 0 0 0-4.16 4.16v20.471A31.832 31.832 0 0 1 76.78 39.82v2.376c.596.32 1.26.488 1.955.488h5.536a4.681 4.681 0 0 1 4.676 4.676v3.07l4.64-5.978a4.545 4.545 0 0 1 3.61-1.768h12.389Z"
11
- />
12
- <path
13
- fill="#000"
14
- d="M32.493 56.404c.971 0 1.758-.787 1.758-1.758v-1.962a1.758 1.758 0 0 0-3.515 0v1.962c0 .971.787 1.758 1.757 1.758ZM58.762 56.404c.97 0 1.757-.787 1.757-1.758v-1.962a1.758 1.758 0 1 0-3.515 0v1.962c0 .971.787 1.758 1.758 1.758ZM42.596 65.053c2.397-1.398 4.629-1.398 7.025 0a1.757 1.757 0 1 0 1.771-3.037c-3.456-2.017-7.11-2.017-10.568 0a1.758 1.758 0 1 0 1.772 3.037Z"
15
- />
16
- </svg>
@@ -1,22 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- d="M71.698 44.23a2.309 2.309 0 0 0 0 4.616 2.308 2.308 0 0 0 0-4.616Z"
5
- />
6
- <path
7
- fill="#000"
8
- fill-rule="evenodd"
9
- clip-rule="evenodd"
10
- d="m84.806 71.978 30.803 30.803a9.164 9.164 0 0 1 2.705 6.526 9.163 9.163 0 0 1-2.706 6.527 9.164 9.164 0 0 1-6.525 2.704 9.17 9.17 0 0 1-6.527-2.704L71.753 85.031c-7.558 5.017-16.311 7.661-25.44 7.661C20.864 92.692.16 71.987.16 46.538.16 21.088 20.864.384 46.314.384c25.449 0 46.153 20.705 46.153 46.154 0 9.128-2.643 17.881-7.66 25.44Zm-14.138 8.19a41.742 41.742 0 0 0 9.275-9.276c5.174-7.123 7.909-15.544 7.909-24.354C87.852 23.634 69.218 5 46.313 5 23.41 5 4.776 23.634 4.776 46.538c0 22.904 18.634 41.539 41.538 41.539 8.81 0 17.232-2.736 24.355-7.91Zm4.841 2.092a46.304 46.304 0 0 0 6.526-6.526l6.547 6.547a56.016 56.016 0 0 1-6.525 6.526L75.51 82.26Zm33.574 31.663c1.232 0 2.39-.48 3.263-1.353a4.583 4.583 0 0 0 1.352-3.263 4.58 4.58 0 0 0-1.352-3.262L91.854 85.554a60.64 60.64 0 0 1-6.525 6.525l20.491 20.491a4.582 4.582 0 0 0 3.263 1.353Z"
11
- />
12
- <path
13
- fill="#000"
14
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M9.39 46.538c0-20.36 16.564-36.923 36.923-36.923 20.36 0 36.924 16.563 36.924 36.923 0 20.36-16.564 36.923-36.923 36.923-20.36 0-36.924-16.563-36.924-36.923Zm4.616 0c0 17.815 14.493 32.308 32.307 32.308 17.815 0 32.308-14.493 32.308-32.308 0-17.814-14.493-32.308-32.307-32.308-17.815 0-32.308 14.494-32.308 32.308Z"
17
- />
18
- <path
19
- fill="#000"
20
- d="M72.175 36.632a27.693 27.693 0 0 0-10.006-12.788 27.496 27.496 0 0 0-15.855-4.998 2.308 2.308 0 0 0 0 4.615c9.484 0 18.145 5.958 21.552 14.826a2.308 2.308 0 1 0 4.309-1.655Z"
21
- />
22
- </svg>
@@ -1,14 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- d="M62.344 38.906a2.345 2.345 0 0 0 0 4.688 2.345 2.345 0 0 0 0-4.688ZM62.344 52.969a2.345 2.345 0 0 0 0 4.687 2.345 2.345 0 0 0 0-4.687ZM29.531 105.938a2.344 2.344 0 0 0 0 4.687 2.345 2.345 0 0 0 0-4.687ZM69.375 41.25a2.344 2.344 0 0 0 2.344 2.344h28.125a2.344 2.344 0 1 0 0-4.688H71.719a2.344 2.344 0 0 0-2.344 2.344ZM99.844 52.969H71.719a2.344 2.344 0 1 0 0 4.687h28.125a2.344 2.344 0 1 0 0-4.687Z"
4
- fill="#000"
5
- />
6
- <path
7
- d="M62.344 0H15.469C9.007 0 3.75 5.257 3.75 11.719v96.562C3.75 114.743 9.007 120 15.469 120h46.875c6.461 0 11.718-5.257 11.718-11.719V77.578l7.813-5.86h27.344a7.039 7.039 0 0 0 7.031-7.03V31.874a7.039 7.039 0 0 0-7.031-7.031H74.063V11.719C74.063 5.257 68.805 0 62.343 0ZM15.469 4.688h46.875c3.055 0 5.66 1.959 6.628 4.687H8.84c.968-2.728 3.574-4.688 6.629-4.688Zm46.875 110.624H15.469a7.038 7.038 0 0 1-7.031-7.031v-7.031h60.937v7.031a7.038 7.038 0 0 1-7.031 7.031Zm49.218-83.437v32.813a2.346 2.346 0 0 1-2.343 2.343H81.094c-.507 0-1 .165-1.406.469l-15 11.25v-9.375a2.344 2.344 0 0 0-2.344-2.344h-9.375a2.346 2.346 0 0 1-2.344-2.344V31.876a2.346 2.346 0 0 1 2.344-2.344h56.25a2.346 2.346 0 0 1 2.343 2.344Zm-58.593-7.031a7.039 7.039 0 0 0-7.032 7.031v32.813a7.039 7.039 0 0 0 7.032 7.03H60v11.72a2.345 2.345 0 0 0 3.75 1.874l5.625-4.218v15.469H8.437v-82.5h60.938v10.78H52.969Z"
8
- fill="#000"
9
- />
10
- <path
11
- d="M48.281 105.938h-9.375a2.343 2.343 0 1 0 0 4.687h9.375a2.344 2.344 0 1 0 0-4.687Z"
12
- fill="#000"
13
- />
14
- </svg>
@@ -1,12 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- d="M109.359 10.46a1.995 1.995 0 0 1-3.988 0V8.468a1.993 1.993 0 1 1 3.988 0v1.994ZM103.376 16.443h-1.994a1.994 1.994 0 0 1 0-3.988h1.994a1.994 1.994 0 1 1 0 3.988ZM111.352 12.455h1.995a1.994 1.994 0 0 1 0 3.988h-1.995a1.994 1.994 0 0 1 0-3.988ZM107.364 16.443a1.993 1.993 0 0 0-1.993 1.995v1.993a1.993 1.993 0 1 0 3.988 0v-1.993a1.995 1.995 0 0 0-1.995-1.995Z"
5
- />
6
- <path
7
- fill="#000"
8
- fill-rule="evenodd"
9
- clip-rule="evenodd"
10
- d="M53.111 23.414c0-1.009-1.025-1.896-2.19-1.896-.11 0-.219-.014-.31-.025-.063-.008-.118-.015-.156-.015l-.047-.014c-.133-.036-.29-.08-.373-.188-1.025-.524-2.377-.282-3.03.565-.605.887-.326 2.057.653 2.622.513.282.979.484 1.538.605a6.734 6.734 0 0 0 1.725.202c1.165 0 2.19-.807 2.19-1.856Zm46.876 89.812a9.161 9.161 0 0 0 2.738-6.502c0-1.127-.927-1.994-2.076-1.994H74.812a33.544 33.544 0 0 0 6.625-4.942c3.489-3.468 6.183-7.715 7.685-12.484.198.065.386.109.574.152.188.043.375.087.574.152 1.193.173 2.34.26 3.533.26 4.991 0 9.54-1.907 12.897-5.202 3.224-3.207 5.3-7.672 5.3-12.57 0-1.95-.353-3.901-1.016-5.722a16.557 16.557 0 0 0-2.782-5.115c-.663-.91-1.944-1.084-2.871-.39-.883.693-1.06 1.95-.398 2.817.972 1.17 1.679 2.558 2.209 3.988.486 1.387.706 2.861.706 4.422 0 3.814-1.59 7.239-4.063 9.71-2.606 2.514-6.095 4.074-9.982 4.074-.883 0-1.81-.13-2.694-.303-.353-.044-.706-.087-1.06-.217.221-1.214.398-2.471.486-3.641l.22.043c.973.26 2.032.433 3.048.433 2.827 0 5.433-1.126 7.288-2.947 1.855-1.864 3.003-4.378 3.003-7.152 0-2.775-1.104-5.202-2.915-7.066l-.088-.087c-1.855-1.863-4.461-2.99-7.288-2.99-.927 0-1.899.13-2.826.39l-.127.028a1.136 1.136 0 0 0-.315.102v-3.771c.265-.13.618-.174.928-.174l.044-.087c.75-.086 1.501-.173 2.296-.173.795 0 1.635.087 2.43.26.69.071 1.319.26 1.938.445l.402.119c1.105.39 2.297-.13 2.606-1.214.442-1.04-.088-2.167-1.192-2.557-1.016-.347-1.988-.65-3.048-.824-1.06-.173-2.12-.217-3.136-.217s-1.987.044-3.003.217h-.044l-.221.087v-2.861c0-1.17-.927-2.038-2.076-2.038H43.63a2.017 2.017 0 0 0-2.032 2.038v7.152l-9.054 5.288c-.662.347-1.148 1.04-1.148 1.864v23.624c0 1.17.927 1.994 2.076 1.994h20.36c1.105 0 2.032-.823 2.032-1.994V64.027c0-.693-.353-1.344-.971-1.734l-9.187-5.418v-5.158h40.721v3.25H66.552c-1.148 0-2.12.91-2.12 1.995 0 1.17.972 2.08 2.12 2.08h19.875v19.16c0 7.282-3.003 13.914-7.905 18.725-4.903 4.769-11.66 7.803-19.08 7.803H49.283c-7.42 0-14.133-3.034-19.036-7.803-4.858-4.811-7.905-11.443-7.905-18.726V51.717h10.07c1.192 0 2.12-.91 2.12-1.994 0-1.17-.928-2.038-2.12-2.038h-12.19a2.017 2.017 0 0 0-2.032 2.038V78.2c0 8.41 3.49 16.039 9.142 21.587 1.944 1.908 4.152 3.555 6.537 4.942H8.032c-1.104 0-2.032.867-2.032 1.994 0 2.471 1.06 4.768 2.694 6.415l.088.087a9.402 9.402 0 0 0 6.67 2.774h77.821c2.606 0 4.947-1.04 6.714-2.774ZM45.767 70.08c0 1.067.898 2.007 1.97 2.007h.042c1.07 0 1.97-.94 1.97-2.007 0-1.11-.9-1.964-1.97-1.964h-.043c-1.07 0-1.97.854-1.97 1.964ZM35.5 66.905h7.138c1.132 0 2.09.914 2.09 2.102 0 1.142-.958 2.148-2.09 2.148H35.5v14.53h16.06V64.072L43.509 59 35.5 64.072v2.833Zm28.204-35.223c1.214 0 2.233.952 2.233 2.131 0 1.133-1.02 2.13-2.233 2.13a6.62 6.62 0 0 1-4.514-1.767c-1.068-1.088-1.796-2.494-1.796-4.126 0-1.632.728-3.128 1.796-4.17 1.165-1.043 2.767-1.678 4.514-1.678.583 0 1.165.046 1.7.227a7.622 7.622 0 0 1 1.698.635c1.02.68 1.31 1.994.631 2.946-.63.952-2.039 1.27-3.058.68-.091-.085-.201-.134-.307-.182a1.519 1.519 0 0 1-.178-.09 1.45 1.45 0 0 1-.243-.022 1.462 1.462 0 0 0-.243-.023c-.534 0-.97.181-1.31.499-.292.272-.486.725-.486 1.178 0 .408.194.862.486 1.134.34.317.776.498 1.31.498Zm-19.261 9.139c.88-.653 1.056-2.005.396-3.03-.176-.187-.264-.42-.352-.653-.088-.233-.088-.513-.088-.793 0-.699.22-1.305.616-1.724.484-.42 1.012-.7 1.628-.7.66 0 1.232.28 1.672.7.44.42.66 1.025.66 1.724 0 .28 0 .56-.132.746-.03.156-.098.311-.166.466a4.717 4.717 0 0 0-.098.233c-.704.933-.484 2.285.396 3.03.924.7 2.2.513 2.904-.465.352-.56.704-1.26.88-1.912.22-.7.352-1.352.352-2.098 0-1.864-.748-3.59-1.936-4.801a6.038 6.038 0 0 0-4.532-2.005c-1.716 0-3.3.746-4.444 2.005a6.888 6.888 0 0 0-1.936 4.801c0 .746.132 1.446.352 2.145.22.699.528 1.352.968 1.958.66.932 1.936 1.118 2.86.373Zm47.214 23.756v9.98c.398.252.836.462 1.314.63a5.149 5.149 0 0 0 1.634.251 5.429 5.429 0 0 0 3.984-1.72c.996-1.047 1.633-2.557 1.633-4.15a6.068 6.068 0 0 0-1.593-4.11l-.04-.042c-1.036-1.048-2.43-1.72-3.984-1.72-.558 0-.996.043-1.554.21a4.662 4.662 0 0 0-1.394.671Zm7.495 44.485a7.836 7.836 0 0 1-1.165 1.708c-1.03.896-2.372 1.494-3.85 1.494H15.252c-1.477 0-2.82-.598-3.805-1.494l-.09-.128a3.623 3.623 0 0 1-1.074-1.58h88.869Z"
11
- />
12
- </svg>
@@ -1,12 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M65.793 16.802c3.328 0 6.036 2.713 6.036 6.047 0 3.259-2.586 5.923-5.81 6.043l-.226.004h-4.278v3.567c8.177.368 15.947 2.98 22.602 7.541l.523.364 3.436-3.442-7.105-7.118a2.018 2.018 0 0 1 0-2.85 15.525 15.525 0 0 1 11.06-4.59c4.044 0 7.853 1.526 10.772 4.307l.289.282 3.334 3.34c6.099 6.11 6.099 16.052 0 22.163a2.01 2.01 0 0 1-2.715.12l-.13-.12-6.994-7.008-3.147 3.153c6.33 7.781 9.772 17.426 9.772 27.601 0 10.018-3.337 19.521-9.482 27.239l7.86 13.021c.464.775.564.977.564 1.505 0 .536-.213 1.05-.592 1.428-.535.533-.917.59-2.075.599l-2.408.001-3.917-.013a2.009 2.009 0 0 1-1.406-.582l-.119-.129-6.46-7.621c-7.417 5.416-16.32 8.342-25.674 8.342-9.15 0-17.87-2.801-25.188-7.992l-.485-.35-6.46 7.621a2.01 2.01 0 0 1-1.35.703l-.208.008-4.318.014-1.975-.002c-1.158-.009-1.54-.065-2.074-.599a2.017 2.017 0 0 1-.593-1.428c0-.452.074-.665.387-1.205l8.037-13.321c-6.144-7.718-9.482-17.22-9.482-27.239 0-9.976 3.309-19.442 9.403-27.142l.37-.46-3.146-3.152-6.994 7.008a2.01 2.01 0 0 1-2.846 0A15.585 15.585 0 0 1 8 41.377c0-4.05 1.524-7.867 4.3-10.791l.282-.29 3.333-3.34a15.525 15.525 0 0 1 11.06-4.59c4.18 0 8.107 1.63 11.061 4.59.745.746.784 1.93.118 2.723l-.118.128-7.104 7.118 3.435 3.442c6.595-4.664 14.325-7.385 22.48-7.872l.645-.033v-3.567h-4.279c-3.328 0-6.035-2.713-6.035-6.047 0-3.258 2.586-5.923 5.81-6.043l.225-.004h12.58Zm-37.732 89.819-5.645 9.346 2.486-.008 5.787-6.827a44.517 44.517 0 0 1-2.093-1.962c-.18-.181-.358-.366-.535-.549Zm62.885 0c-.178.183-.355.368-.536.549-.509.51-1.03 1.005-1.56 1.486l-.532.476 5.787 6.827 2.486.008-5.645-9.346ZM59.503 36.447c-21.882 0-39.685 17.836-39.685 39.759 0 21.923 17.803 39.759 39.685 39.759 21.883 0 39.686-17.836 39.686-39.76 0-21.922-17.803-39.758-39.686-39.758Zm0 4.843c19.217 0 34.852 15.663 34.852 34.916 0 19.252-15.635 34.915-34.851 34.915a34.898 34.898 0 0 1-21.811-7.681c-6.062-4.878-10.368-11.719-12.127-19.262a2.012 2.012 0 1 1 3.918-.917c3.271 14.03 15.616 23.829 30.02 23.829 16.998 0 30.827-13.854 30.827-30.884S76.5 45.32 59.504 45.32a30.748 30.748 0 0 0-29.955 23.556 2.012 2.012 0 1 1-3.91-.952c1.814-7.47 6.137-14.235 12.174-19.05 6.22-4.962 13.722-7.585 21.69-7.585ZM45.17 61.846a2.01 2.01 0 0 1 2.718-.117l.128.117 8.184 8.2a6.928 6.928 0 0 1 3.303-.834c3.85 0 6.981 3.137 6.981 6.994a7.004 7.004 0 0 1-4.725 6.618l-.244.078v19.025c0 1.113-.9 2.015-2.012 2.015-1.06 0-1.93-.822-2.006-1.865l-.006-.15V82.902a7.004 7.004 0 0 1-4.969-6.696c0-1.088.25-2.118.694-3.037l.139-.272-8.185-8.2a2.019 2.019 0 0 1 0-2.85Zm37.01 19.858c.53 0 1.049.216 1.423.59.374.375.59.895.59 1.425s-.216 1.05-.59 1.425-.893.591-1.422.591c-.53 0-1.049-.216-1.423-.59a2.033 2.033 0 0 1-.59-1.426c0-.53.216-1.05.59-1.425.374-.374.894-.59 1.423-.59Zm-22.677-8.46a2.963 2.963 0 0 0 0 5.924 2.963 2.963 0 0 0 0-5.925Zm17.5-11.63a2.01 2.01 0 0 1 2.8.507 24.625 24.625 0 0 1 4.39 14.085c0 1.113-.9 2.016-2.012 2.016a2.014 2.014 0 0 1-2.012-2.016c0-4.241-1.27-8.317-3.673-11.787a2.018 2.018 0 0 1 .506-2.805ZM26.662 74.19c.53 0 1.049.216 1.423.59.374.375.59.895.59 1.425s-.216 1.05-.59 1.425-.893.591-1.422.591c-.53 0-1.048-.216-1.423-.59a2.033 2.033 0 0 1-.589-1.426c0-.53.215-1.05.59-1.425.374-.374.893-.59 1.422-.59Zm.313-47.786c-2.861 0-5.722 1.049-7.951 3.147l-.264.257-3.334 3.34a11.575 11.575 0 0 0-3.403 8.23c0 2.292.656 4.482 1.88 6.356l.222.328 19.52-19.556a11.587 11.587 0 0 0-6.67-2.102Zm65.056-.006c-2.288 0-4.474.658-6.344 1.884l-.327.223L104.88 48.06c3.119-4.453 2.761-10.622-1.074-14.68l-.225-.232-3.334-3.34a11.531 11.531 0 0 0-8.215-3.41Zm-1.11 13.378-3.082 3.087a44.72 44.72 0 0 1 2.57 2.379l.344.352 2.987-2.992-2.82-2.826Zm-62.836 0-2.82 2.826 2.987 2.992.343-.352a44.067 44.067 0 0 1 1.914-1.806l.657-.573-3.08-3.087Zm37.707-18.943h-12.58a2.016 2.016 0 0 0-.15 4.026l.15.006h12.58a2.016 2.016 0 0 0 .15-4.026l-.15-.005Z"
7
- />
8
- <path
9
- fill="#000"
10
- d="M88.987 7.457a1.29 1.29 0 0 1-1.288-1.293 1.29 1.29 0 0 1 1.288-1.292h6.223c1.087 0 1.684 1.268.995 2.112l-4.497 5.502h3.502a1.29 1.29 0 0 1 1.287 1.293 1.29 1.29 0 0 1-1.287 1.292h-6.223c-1.087 0-1.685-1.268-.996-2.112l4.497-5.502h-3.501ZM79.295 12.676a1.29 1.29 0 0 1-1.288-1.292 1.29 1.29 0 0 1 1.288-1.293h6.222c1.088 0 1.685 1.269.996 2.113l-4.497 5.502h3.501a1.29 1.29 0 0 1 1.288 1.292 1.29 1.29 0 0 1-1.288 1.293h-6.222c-1.087 0-1.685-1.269-.996-2.113l4.497-5.502h-3.501ZM98.73 2.585a1.29 1.29 0 0 1-1.287-1.293A1.29 1.29 0 0 1 98.73 0h6.222c1.087 0 1.685 1.269.996 2.112l-4.497 5.502h3.501a1.29 1.29 0 0 1 1.288 1.293 1.29 1.29 0 0 1-1.288 1.292h-6.222c-1.087 0-1.685-1.268-.996-2.112l4.497-5.502h-3.501Z"
11
- />
12
- </svg>
@@ -1,14 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- fill="#000"
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M7.996 45.594H1.999C.896 45.594 0 46.485 0 47.587s.896 1.992 1.999 1.992h5.997c6.819 0 12.16-5.158 12.16-11.745v-2.158c0-5.11-3.678-9.385-8.554-9.94a9.85 9.85 0 0 0-3.964.342C2.338 27.63-.706 33.191.854 38.473a1.992 1.992 0 0 0 2.482 1.35A1.989 1.989 0 0 0 4.69 37.35c-.936-3.174.891-6.518 4.076-7.45a6.017 6.017 0 0 1 2.38-.207c2.811.32 5.012 2.948 5.012 5.983v2.158c0 4.425-3.508 7.76-8.162 7.76ZM116.587 75.202a1.999 1.999 0 1 1 2.827 2.827l-2.827 2.818c-9.439 9.408-21.989 14.589-35.338 14.589-12.586 0-24.458-4.609-33.685-13.02a.884.884 0 0 0-.1-.062c-.05-.028-.098-.055-.14-.096L32.436 97.096l2.826 2.817-9.895 9.863a13.927 13.927 0 0 1-9.895 4.08c-3.74 0-7.256-1.45-9.895-4.08A13.993 13.993 0 0 1 1.93 96.414a5.984 5.984 0 0 1 4.264-4.32 5.931 5.931 0 0 1 5.805 1.537c1.555 1.55 2.153 3.736 1.563 5.702a1.994 1.994 0 0 0 .5 1.989c.78.779 2.047.775 2.826 0l9.895-9.863 2.827 2.817 2.203-2.195-1.413-1.41a1.986 1.986 0 0 1 0-2.817 2.001 2.001 0 0 1 2.826 0l1.416 1.41 9.859-9.83c-.041-.04-.068-.088-.096-.136a.897.897 0 0 0-.058-.095c-8.444-9.197-13.07-21.032-13.07-33.58 0-13.306 5.198-25.813 14.637-35.221l2.828-2.818a2.001 2.001 0 0 1 2.827 0c.782.78.782 2.039 0 2.818l-2.283 2.273c-.22 4.108 1.068 7.787 3.696 10.407 2.629 2.618 6.325 3.91 10.439 3.682l2.28-2.274a2.002 2.002 0 0 1 2.828 0c.781.78.781 2.039 0 2.818l-2.281 2.273c-.22 4.109 1.067 7.787 3.696 10.407 2.774 2.763 6.732 4.064 11.12 3.65a.152.152 0 0 1 .05.005c.01.002.02.004.029.004l.01.001h.007c.062-.002.12-.002.182 0 .016 0 .03-.002.046-.005a.152.152 0 0 1 .05-.005c.04.003.076.017.113.032a.518.518 0 0 0 .087.028l.084.014c.075.013.15.025.222.051.035.013.068.03.101.047l.027.013.02.01c.077.035.146.08.216.125l.028.019.015.01c.09.057.177.113.256.187.009.007.018.012.027.017.011.005.022.011.031.02.012.013.02.027.027.04a.184.184 0 0 0 .023.036c.052.057.093.118.136.18l.026.04.006.008c.062.089.122.174.168.274.026.054.05.104.07.16.022.06.032.123.043.187.005.03.01.061.017.092.007.03.017.057.028.085.015.039.03.078.034.122a.16.16 0 0 1-.005.044l-.004.021v.009l-.001.016c.004.064.004.125 0 .189-.001.015.002.029.005.044.003.014.006.03.005.046-.412 4.383.89 8.32 3.664 11.086 2.629 2.618 6.321 3.905 10.439 3.682l2.28-2.276a2.003 2.003 0 0 1 2.829 0c.78.777.78 2.039 0 2.818l-2.283 2.275c-.22 4.108 1.068 7.785 3.695 10.405 2.628 2.618 6.322 3.91 10.44 3.682l2.281-2.274ZM15.474 109.863a9.95 9.95 0 0 0 7.069-2.913l7.064-7.045-2.828-2.817-7.069 7.045a6.017 6.017 0 0 1-8.48 0 5.962 5.962 0 0 1-1.499-5.952c.166-.55-.056-1.233-.562-1.739a1.908 1.908 0 0 0-1.379-.582c-.23 0-.422.038-.544.072a2.028 2.028 0 0 0-1.445 1.47 9.994 9.994 0 0 0 2.605 9.548 9.953 9.953 0 0 0 7.068 2.913Zm68.604-50.156c2.506 2.499 5.715 4.07 9.3 4.64-15.341 13.743-32.877 19.62-42.737 14.595l28.763-28.667c.552 3.638 2.129 6.896 4.674 9.432Zm-7.505-12.246c-3.65-.55-6.914-2.128-9.457-4.662-2.51-2.5-4.078-5.702-4.65-9.28-13.794 15.293-19.692 32.775-14.652 42.606l28.76-28.664ZM45.531 16.77c.594 3.512 2.151 6.658 4.622 9.123 2.578 2.57 5.899 4.156 9.61 4.682-12 13.168-18.326 27.775-17.656 39.015-4.424-7.147-6.835-15.368-6.835-23.976.002-10.631 3.618-20.705 10.259-28.844Zm11.721 67.893h-.005a45.788 45.788 0 0 0 24.004 6.78c10.66 0 20.764-3.602 28.925-10.213-3.522-.592-6.668-2.158-9.137-4.619-2.579-2.57-4.166-5.88-4.696-9.578-12.581 11.387-26.488 17.69-37.525 17.69-.532 0-1.047-.03-1.566-.06Z"
7
- />
8
- <path
9
- fill="#000"
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M1.999 65.519h15.992c1.103 0 1.999-.89 1.999-1.992a1.995 1.995 0 0 0-2-1.993H2c-1.103 0-1.999.89-1.999 1.993 0 1.101.896 1.992 1.999 1.992ZM1.999 57.593h5.953c9.455 0 20.034-7.687 20.034-17.976a1.995 1.995 0 0 0-2-1.992c-1.102 0-1.998.89-1.998 1.992 0 7.88-8.622 13.991-16.036 13.991H1.999c-1.103 0-1.999.89-1.999 1.993 0 1.101.896 1.992 1.999 1.992ZM7.952 73.489c1.103 0 1.999-.89 1.999-1.993a1.995 1.995 0 0 0-1.999-1.992H1.999c-1.103 0-1.999.89-1.999 1.992 0 1.102.896 1.993 1.999 1.993h5.953Z"
13
- />
14
- </svg>
@@ -1,6 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- d="M27.792 93.36c2.99 1.84 4.725 5.219 4.506 8.658 0 .307.246.557.549.557l3.824.003c4.517.296 8.031 4.107 8.031 8.709 0 4.602-3.514 8.413-8.138 8.713H13.001l-.116-.004c-3.787-.27-6.736-3.449-6.78-7.309-.041-3.86 2.838-7.106 6.618-7.461l.196-.018.194.028c.035.006.208.024.205.024a.593.593 0 0 0 .475-.211.55.55 0 0 0 .118-.452c-.22-.835-.339-1.694-.348-2.472-.222-3.546 1.514-6.924 4.504-8.766a9.253 9.253 0 0 1 9.725 0Zm73.123 12.571c.843 0 1.527.694 1.527 1.55 0 .856-.684 1.55-1.527 1.55-3.108 0-5.471 1.706-7.245 4.668a17.611 17.611 0 0 0-1.563 3.438c-.14.417-.254.804-.34 1.141l-.029.115-.022.094.001-.021-.004-.038-.01-.039c0 .082.004.101.005.113a.1.1 0 0 1-.001.022l-.003.009.003-.009.006-.029-.001.014-.005.015-.004.019v-.009l-.01.03c-.065.144-.276.43-.864 1.226l-1.135.069-.447-.241-.152-.135-.094-.105c-.035-.044-.035-.044-.085-.115-.156-.282-.156-.282-.172-.336-.025-.073-.025-.073-.033-.101l-.03-.101-.094-.313c-.11-.353-.239-.732-.393-1.146a20.192 20.192 0 0 0-1.699-3.508c-1.854-3.002-4.18-4.727-7.058-4.727a1.538 1.538 0 0 1-1.526-1.55c0-.856.683-1.55 1.526-1.55 4.102 0 7.286 2.362 9.644 6.18a21.74 21.74 0 0 1 1.011 1.834c.295-.64.622-1.277.97-1.857 2.279-3.805 5.536-6.157 9.853-6.157ZM19.783 96.24c-1.935 1.191-3.058 3.377-2.911 5.754.008.581.088 1.162.247 1.764a3.979 3.979 0 0 1-.78 3.444 3.883 3.883 0 0 1-3.471 1.396c-1.983.268-3.472 2.001-3.45 4.051.023 2.088 1.605 3.811 3.646 3.983h23.443c2.75-.206 4.883-2.535 4.883-5.345 0-2.826-2.159-5.166-4.826-5.344h-3.717c-2.132 0-3.86-1.757-3.858-4.032.144-2.294-.98-4.48-2.913-5.671a5.988 5.988 0 0 0-6.293 0Zm1.904-81.424c2.989 1.841 4.725 5.22 4.506 8.659 0 .307.245.556.548.556l3.825.004a8.524 8.524 0 0 1 6.115 3.212l-.034.032c3.78-3.466 8.769-5.576 14.23-5.576 11.776 0 21.356 9.812 21.356 21.873 0 10.632-7.445 19.516-17.276 21.472l-.343.065 4.846 6.484h-7.702l-.636 3.11c-.477 2.341.25 4.792 1.902 6.465l.195.19.126.116c2.736 2.56 3.89 6.43 3.018 10.107a7.206 7.206 0 0 0-.194 1.665 7.16 7.16 0 0 0 2.033 5.005l.209.205 3.717 3.476-2.18 2.444-3.717-3.476c-2.094-1.959-3.295-4.748-3.295-7.654 0-.824.097-1.647.286-2.446.572-2.414-.137-4.949-1.853-6.684l-.194-.19-.127-.116c-2.557-2.392-3.744-5.987-3.15-9.458l.06-.326.498-2.433h-6.077l4.4-6.554C36.957 63.08 29.52 54.2 29.52 43.576c0-.724.035-1.44.102-2.145l-.002.026H6.895l-.115-.005C2.993 41.182.044 38.004 0 34.143c-.041-3.86 2.838-7.106 6.618-7.46l.196-.019.194.029c.035.005.208.023.205.023a.595.595 0 0 0 .474-.21.55.55 0 0 0 .119-.453c-.22-.835-.34-1.694-.348-2.472-.222-3.546 1.514-6.924 4.503-8.765a9.253 9.253 0 0 1 9.726 0Zm81.403 44.439c2.989 1.841 4.725 5.22 4.506 8.659 0 .307.245.556.548.556l3.825.004c4.516.296 8.031 4.107 8.031 8.709 0 4.602-3.515 8.413-8.138 8.712H88.298l-.115-.004c-3.787-.269-6.736-3.448-6.78-7.309-.041-3.86 2.838-7.106 6.618-7.46l.195-.019.195.029c.035.005.208.024.205.023a.594.594 0 0 0 .474-.21.55.55 0 0 0 .12-.452 10.32 10.32 0 0 1-.349-2.472c-.222-3.547 1.514-6.925 4.503-8.766a9.254 9.254 0 0 1 9.726 0ZM24.53 69.759c.843 0 1.527.694 1.527 1.55 0 .856-.683 1.55-1.526 1.55-3.11 0-5.472 1.707-7.246 4.668a17.635 17.635 0 0 0-1.563 3.438c-.14.417-.253.804-.34 1.142l-.028.114-.023.094.001-.02-.004-.038-.01-.04c0 .083.004.101.005.114v.01a.11.11 0 0 1-.001.012l-.002.01c-.048.135-.246.403-.875 1.255l-1.136.07-.447-.241-.152-.136-.094-.105c-.035-.044-.035-.044-.085-.114-.156-.282-.156-.282-.171-.336-.026-.073-.026-.073-.034-.102l-.03-.1-.094-.314a20.88 20.88 0 0 0-.393-1.145 20.168 20.168 0 0 0-1.699-3.508c-1.854-3.002-4.18-4.728-7.057-4.728a1.538 1.538 0 0 1-1.527-1.55c0-.856.684-1.55 1.527-1.55 4.101 0 7.285 2.362 9.643 6.18.369.597.705 1.211 1.011 1.835.295-.64.622-1.277.97-1.858 2.279-3.805 5.537-6.157 9.854-6.157Zm70.55-7.623c-1.934 1.19-3.057 3.377-2.91 5.754.008.58.088 1.162.247 1.763a3.978 3.978 0 0 1-.78 3.445 3.884 3.884 0 0 1-3.472 1.396c-1.982.267-3.472 2-3.45 4.05.024 2.088 1.605 3.811 3.646 3.984h23.444c2.75-.207 4.883-2.536 4.883-5.345 0-2.826-2.159-5.167-4.826-5.345h-3.718c-2.132 0-3.86-1.757-3.857-4.031.144-2.294-.979-4.48-2.913-5.671a5.988 5.988 0 0 0-6.294 0Zm-44.433 3.312-2.123 2.839h4.39l-2.267-2.84Zm.23-40.435c-9.994 0-18.124 8.327-18.124 18.563 0 10.235 8.13 18.562 18.124 18.562C60.87 62.138 69 53.811 69 43.576c0-10.236-8.13-18.563-18.124-18.563Zm-.116 2.365c8.785 0 15.931 7.32 15.931 16.316 0 .914-.723 1.655-1.616 1.655-.893 0-1.616-.74-1.616-1.655 0-7.171-5.697-13.005-12.699-13.005-.892 0-1.616-.741-1.616-1.656 0-.914.724-1.655 1.616-1.655Zm-37.084-9.682c-1.934 1.192-3.057 3.378-2.91 5.755.008.58.088 1.162.247 1.763a3.978 3.978 0 0 1-.78 3.445 3.885 3.885 0 0 1-3.472 1.396c-1.982.267-3.472 2-3.45 4.05.024 2.088 1.605 3.811 3.646 3.984h23.243l.025-.099a22.025 22.025 0 0 1 4.157-8.295l-.015.02c-.876-1.314-2.3-2.209-3.909-2.316h-3.718c-2.132 0-3.86-1.757-3.857-4.031.144-2.294-.98-4.48-2.913-5.672a5.988 5.988 0 0 0-6.294 0Zm85.134-.644c.843 0 1.526.694 1.526 1.55 0 .857-.683 1.55-1.526 1.55-3.109 0-5.472 1.707-7.245 4.668a17.63 17.63 0 0 0-1.564 3.439 16.652 16.652 0 0 0-.382 1.314l-.008.033v-.018l-.004-.038-.01-.04c0 .083.004.101.006.114v.007l-.002.017.008-.036-.003.019c-.03.127-.21.371-.882 1.28l-1.135.07-.448-.241-.152-.135-.094-.105c-.035-.044-.035-.044-.085-.115-.156-.282-.156-.282-.171-.336l-.034-.102-.03-.1a20.034 20.034 0 0 0-.487-1.46 20.16 20.16 0 0 0-1.698-3.507c-1.854-3.002-4.18-4.727-7.058-4.727a1.538 1.538 0 0 1-1.526-1.55c0-.857.683-1.55 1.526-1.55 4.101 0 7.285 2.361 9.644 6.18.368.596.705 1.21 1.01 1.834.295-.64.623-1.277.97-1.858 2.28-3.805 5.537-6.157 9.854-6.157Zm-34.137-4.471a.11.11 0 0 1-.002.013l-.002.01c-.048.135-.245.403-.875 1.255l-1.135.07-.447-.241-.152-.136-.094-.105c-.035-.044-.035-.044-.085-.114-.156-.282-.156-.282-.172-.337l-.034-.1-.03-.102a20.05 20.05 0 0 0-.487-1.459 20.163 20.163 0 0 0-1.698-3.507C57.607 4.826 55.281 3.1 52.403 3.1a1.538 1.538 0 0 1-1.526-1.55c0-.856.683-1.55 1.526-1.55 4.102 0 7.286 2.362 9.644 6.18.369.597.705 1.211 1.011 1.835.295-.64.622-1.277.97-1.858C66.307 2.352 69.564 0 73.88 0c.843 0 1.526.694 1.526 1.55 0 .856-.683 1.55-1.526 1.55-3.109 0-5.471 1.707-7.245 4.668a17.637 17.637 0 0 0-1.563 3.438c-.14.417-.254.804-.34 1.142l-.029.114-.022.094v-.02l-.004-.038-.01-.04c0 .083.005.101.006.114v.009Z"
4
- fill="#000"
5
- />
6
- </svg>
@@ -1,10 +0,0 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
2
- <path
3
- d="M84.798 1.531a2.392 2.392 0 0 0-1.721-.765H44.472c-6.359 0-11.666 4.66-12.718 10.732-5.354.933-9.562 5.164-10.494 10.495-6.19.956-10.948 6.335-10.948 12.788v73.004c0 7.124 5.761 12.981 12.885 12.981h52.398c6.359 0 11.642-4.638 12.718-10.71 5.474-.836 9.824-5.139 10.756-10.59 6.072-1.051 10.685-6.357 10.685-12.74V28.781a2.41 2.41 0 0 0-.645-1.674L84.799 1.531Zm.574 7.673 16.447 17.14H91.205c-3.156 0-5.833-2.535-5.833-5.69V9.204Zm-9.777 106.781H23.197c-4.495 0-8.104-3.705-8.104-8.2V34.782c0-3.73 2.39-6.885 5.976-7.84v70.326c0 7.124 5.762 12.98 12.884 12.98h49.411a8.106 8.106 0 0 1-7.769 5.737Zm10.758-10.518h-52.4c-4.47 0-8.103-3.705-8.103-8.2V24.265a8.106 8.106 0 0 1 5.737-7.77V86.75c0 7.123 5.761 12.98 12.885 12.98H94.12a8.104 8.104 0 0 1-7.768 5.737ZM96.87 94.949H44.472c-4.47 0-8.104-3.705-8.104-8.2V13.746c0-4.47 3.61-8.2 8.104-8.2h36.12v15.108c0 5.809 4.804 10.47 10.613 10.47h13.769V86.75c0 4.495-3.609 8.2-8.104 8.2Z"
4
- fill="#000"
5
- />
6
- <path
7
- d="M90.344 79.65H50.998a2.398 2.398 0 0 0-2.39 2.39 2.398 2.398 0 0 0 2.39 2.391h39.37a2.398 2.398 0 0 0 2.39-2.39 2.403 2.403 0 0 0-2.414-2.39ZM58.36 52.734l9.801-10.59v26.104a2.398 2.398 0 0 0 2.39 2.39 2.398 2.398 0 0 0 2.39-2.39V42.144l9.922 10.59a2.488 2.488 0 0 0 1.768.765 2.48 2.48 0 0 0 1.65-.645c.956-.91 1.027-2.415.12-3.371L72.414 34.447a2.406 2.406 0 0 0-1.745-.765c-.669 0-1.29.287-1.745.765L54.919 49.483c-.908.956-.885 2.486.095 3.37.98.909 2.463.837 3.347-.12Z"
8
- fill="#000"
9
- />
10
- </svg>
@@ -1,56 +0,0 @@
1
- import { View } from "react-native";
2
- import React from "react";
3
- import { IOFontFamily, IOFontWeight } from "../../utils/fonts";
4
- import { IOTheme, IOThemeLight, useIOExperimentalDesign } from "../../core";
5
- import { useTypographyFactory } from "./Factory";
6
- import { ExternalTypographyProps, TypographyProps } from "./common";
7
-
8
- type AllowedColors =
9
- | IOTheme["textBody-default"]
10
- | "grey-650"
11
- | "grey-850"
12
- | "white"
13
- | "black";
14
- type AllowedWeight = Extract<IOFontWeight, "Regular" | "Semibold">;
15
-
16
- type LabelHeaderProps = ExternalTypographyProps<
17
- TypographyProps<AllowedWeight, AllowedColors>
18
- >;
19
-
20
- export const labelHeaderFontSize = 14;
21
- export const labelHeaderLineHeight = 18;
22
- export const labelHeaderDefaultColor: AllowedColors =
23
- IOThemeLight["textBody-default"];
24
- const labelHeaderFontName: IOFontFamily = "ReadexPro";
25
- const labelHeaderDefaultWeight: AllowedWeight = "Regular";
26
-
27
- // TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
28
- const legacyLabelHeaderFontName: IOFontFamily = "TitilliumSansPro";
29
- const legacyLabelHeaderWeight: AllowedWeight = "Semibold";
30
- const legacyLabelHeaderLineHeight = 20;
31
- /**
32
- * `LabelHeader` typographic style
33
- */
34
- export const LabelHeader = React.forwardRef<View, LabelHeaderProps>(
35
- (props, ref) => {
36
- const { isExperimental } = useIOExperimentalDesign();
37
- // console.log("isExperimental", isExperimental);
38
- return useTypographyFactory<AllowedWeight, AllowedColors>(
39
- {
40
- ...props,
41
- defaultWeight: isExperimental
42
- ? labelHeaderDefaultWeight
43
- : legacyLabelHeaderWeight,
44
- defaultColor: labelHeaderDefaultColor,
45
- font: isExperimental ? labelHeaderFontName : legacyLabelHeaderFontName,
46
- fontStyle: {
47
- fontSize: labelHeaderFontSize,
48
- lineHeight: isExperimental
49
- ? labelHeaderLineHeight
50
- : legacyLabelHeaderLineHeight
51
- }
52
- },
53
- ref
54
- );
55
- }
56
- );
@@ -1,61 +0,0 @@
1
- import React from "react";
2
- import { View } from "react-native";
3
- import {
4
- IOVisualCostants,
5
- useIOExperimentalDesign,
6
- type IOColors
7
- } from "../../core";
8
- import { IOFontFamily, IOFontWeight } from "../../utils/fonts";
9
- import { useTypographyFactory } from "./Factory";
10
- import {
11
- ExternalTypographyProps,
12
- FontSize,
13
- TypographyProps,
14
- fontSizeMapping,
15
- lineHeightMapping
16
- } from "./common";
17
-
18
- type AllowedColors = IOColors;
19
- type AllowedWeight = Extract<IOFontWeight, "Semibold">;
20
- type AllowedFontSize = { fontSize?: FontSize };
21
-
22
- type LinkProps = ExternalTypographyProps<
23
- TypographyProps<AllowedWeight, AllowedColors>
24
- > &
25
- AllowedFontSize;
26
-
27
- const font: IOFontFamily = "TitilliumSansPro";
28
-
29
- export const linkLegacyDefaultColor: AllowedColors = "blue";
30
- export const linkDefaultColor: AllowedColors = "blueIO-500";
31
- export const linkDefaultWeight: AllowedWeight = "Semibold";
32
-
33
- /**
34
- * `Link` typographic style
35
- */
36
- export const LabelLink = React.forwardRef<View, LinkProps>((props, ref) => {
37
- const { isExperimental } = useIOExperimentalDesign();
38
-
39
- return useTypographyFactory<AllowedWeight, AllowedColors>(
40
- {
41
- accessibilityRole: props.onPress ? "link" : undefined,
42
- ...props,
43
- allowFontScaling: isExperimental,
44
- maxFontSizeMultiplier: IOVisualCostants.maxFontSizeMultiplier,
45
- dynamicTypeRamp: "footnote" /* iOS only */,
46
- defaultWeight: linkDefaultWeight,
47
- defaultColor: isExperimental ? linkDefaultColor : linkLegacyDefaultColor,
48
- font,
49
- fontStyle: {
50
- fontSize: props.fontSize
51
- ? fontSizeMapping[props.fontSize]
52
- : fontSizeMapping.regular,
53
- lineHeight: props.fontSize
54
- ? lineHeightMapping[props.fontSize]
55
- : lineHeightMapping.regular,
56
- textDecorationLine: "underline"
57
- }
58
- },
59
- ref
60
- );
61
- });
@@ -1,34 +0,0 @@
1
- import { IOColors, IOTheme } from "../../../core";
2
- import { FontFamily, IOFontWeight } from "../../../utils/fonts";
3
- import { ExternalTypographyProps, TypographyProps } from "../common";
4
- import { useTypographyFactory } from "../Factory";
5
-
6
- type AllowedColors = Extract<IOTheme, "textHeading-default"> | IOColors;
7
- type AllowedWeight = Extract<IOFontWeight, "Semibold">;
8
-
9
- type MdH4Props = ExternalTypographyProps<
10
- TypographyProps<AllowedWeight, AllowedColors>
11
- >;
12
-
13
- const fontSize = 14;
14
- const lineHeight = 24;
15
- const font: FontFamily = "TitilliumSansPro";
16
- const defaultColor: AllowedColors = "grey-700";
17
- const defaultWeight: AllowedWeight = "Semibold";
18
-
19
- /**
20
- * `MdH4` typographic style
21
- */
22
- export const MdH4 = (props: MdH4Props) =>
23
- useTypographyFactory<AllowedWeight, AllowedColors>({
24
- ...props,
25
- defaultWeight,
26
- defaultColor,
27
- font,
28
- fontStyle: {
29
- fontSize,
30
- textTransform: "uppercase",
31
- letterSpacing: 0.5,
32
- lineHeight
33
- }
34
- });
@@ -1,32 +0,0 @@
1
- import { IOColors, IOTheme } from "../../../core";
2
- import { FontFamily, IOFontWeight } from "../../../utils/fonts";
3
- import { ExternalTypographyProps, TypographyProps } from "../common";
4
- import { useTypographyFactory } from "../Factory";
5
-
6
- type AllowedColors = Extract<IOTheme, "textHeading-default"> | IOColors;
7
- type AllowedWeight = Extract<IOFontWeight, "Regular">;
8
-
9
- type MdH5Props = ExternalTypographyProps<
10
- TypographyProps<AllowedWeight, AllowedColors>
11
- >;
12
-
13
- const fontSize = 12;
14
- const lineHeight = 16;
15
- const font: FontFamily = "ReadexPro";
16
- const defaultColor: AllowedColors = "grey-850";
17
- const defaultWeight: AllowedWeight = "Regular";
18
-
19
- /**
20
- * `MdH5` typographic style
21
- */
22
- export const MdH5 = (props: MdH5Props) =>
23
- useTypographyFactory<AllowedWeight, AllowedColors>({
24
- ...props,
25
- defaultWeight,
26
- defaultColor,
27
- font,
28
- fontStyle: {
29
- fontSize,
30
- lineHeight
31
- }
32
- });
@@ -1,33 +0,0 @@
1
- import { IOColors, IOTheme } from "../../../core";
2
- import { FontFamily, IOFontWeight } from "../../../utils/fonts";
3
- import { ExternalTypographyProps, TypographyProps } from "../common";
4
- import { useTypographyFactory } from "../Factory";
5
-
6
- type AllowedColors = Extract<IOTheme, "textHeading-default"> | IOColors;
7
- type AllowedWeight = Extract<IOFontWeight, "Regular">;
8
-
9
- type MdH6Props = ExternalTypographyProps<
10
- TypographyProps<AllowedWeight, AllowedColors>
11
- >;
12
-
13
- const fontSize = 10;
14
- const lineHeight = 14;
15
- const font: FontFamily = "ReadexPro";
16
- const defaultColor: AllowedColors = "grey-700";
17
- const defaultWeight: AllowedWeight = "Regular";
18
-
19
- /**
20
- * `MdH5` typographic style
21
- */
22
- export const MdH6 = (props: MdH6Props) =>
23
- useTypographyFactory<AllowedWeight, AllowedColors>({
24
- ...props,
25
- defaultWeight,
26
- defaultColor,
27
- font,
28
- fontStyle: {
29
- fontSize,
30
- lineHeight,
31
- letterSpacing: 0.5
32
- }
33
- });