@pagopa/io-app-design-system 5.0.0-2 → 5.0.0-3

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 (204) hide show
  1. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  2. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  3. package/lib/commonjs/components/buttons/ButtonOutline.js +8 -8
  4. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  5. package/lib/commonjs/components/buttons/IconButton.js +1 -1
  6. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  7. package/lib/commonjs/components/buttons/IconButtonContained.js +3 -3
  8. package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
  9. package/lib/commonjs/components/icons/Icon.js +2 -2
  10. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  11. package/lib/commonjs/components/icons/README.md +1 -1
  12. package/lib/commonjs/components/layout/HeaderFirstLevel.js +35 -15
  13. package/lib/commonjs/components/layout/HeaderFirstLevel.js.map +1 -1
  14. package/lib/commonjs/components/listitems/ListItemHeader.js +9 -20
  15. package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
  16. package/lib/commonjs/components/listitems/ListItemInfo.js +47 -13
  17. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  18. package/lib/commonjs/components/listitems/PressableListItemBase.js.map +1 -1
  19. package/lib/commonjs/components/modules/PressableModuleBase.js +10 -2
  20. package/lib/commonjs/components/modules/PressableModuleBase.js.map +1 -1
  21. package/lib/commonjs/components/numberpad/NumberButton.js +12 -2
  22. package/lib/commonjs/components/numberpad/NumberButton.js.map +1 -1
  23. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +40 -20
  24. package/lib/commonjs/components/otpInput/OTPInput.js +2 -1
  25. package/lib/commonjs/components/otpInput/OTPInput.js.map +1 -1
  26. package/lib/commonjs/components/pictograms/Pictogram.js +3 -24
  27. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  28. package/lib/commonjs/components/pictograms/svg/{PictogramUmbrellaNew.js → PictogramUmbrella.js} +3 -3
  29. package/lib/commonjs/components/pictograms/svg/PictogramUmbrella.js.map +1 -0
  30. package/lib/commonjs/components/searchInput/SearchInput.js +15 -4
  31. package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
  32. package/lib/commonjs/components/spacer/Spacer.js +1 -1
  33. package/lib/commonjs/components/spacer/Spacer.js.map +1 -1
  34. package/lib/commonjs/components/textInput/TextInputBase.js +18 -15
  35. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  36. package/lib/commonjs/components/textInput/TextInputValidation.js +8 -6
  37. package/lib/commonjs/components/textInput/TextInputValidation.js.map +1 -1
  38. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +7 -7
  39. package/lib/commonjs/components/typography/__test__/typography.test.js +13 -13
  40. package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
  41. package/lib/commonjs/core/IOColors.js +21 -105
  42. package/lib/commonjs/core/IOColors.js.map +1 -1
  43. package/lib/commonjs/core/IOThemeContextProvider.js +14 -9
  44. package/lib/commonjs/core/IOThemeContextProvider.js.map +1 -1
  45. package/lib/module/components/alert/Alert.js.map +1 -1
  46. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  47. package/lib/module/components/buttons/ButtonOutline.js +8 -8
  48. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  49. package/lib/module/components/buttons/IconButton.js +1 -1
  50. package/lib/module/components/buttons/IconButton.js.map +1 -1
  51. package/lib/module/components/buttons/IconButtonContained.js +3 -3
  52. package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
  53. package/lib/module/components/icons/Icon.js +2 -2
  54. package/lib/module/components/icons/Icon.js.map +1 -1
  55. package/lib/module/components/icons/README.md +1 -1
  56. package/lib/module/components/layout/HeaderFirstLevel.js +37 -17
  57. package/lib/module/components/layout/HeaderFirstLevel.js.map +1 -1
  58. package/lib/module/components/listitems/ListItemHeader.js +9 -20
  59. package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
  60. package/lib/module/components/listitems/ListItemInfo.js +48 -15
  61. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  62. package/lib/module/components/listitems/PressableListItemBase.js.map +1 -1
  63. package/lib/module/components/modules/PressableModuleBase.js +10 -2
  64. package/lib/module/components/modules/PressableModuleBase.js.map +1 -1
  65. package/lib/module/components/numberpad/NumberButton.js +14 -4
  66. package/lib/module/components/numberpad/NumberButton.js.map +1 -1
  67. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +40 -20
  68. package/lib/module/components/otpInput/OTPInput.js +2 -1
  69. package/lib/module/components/otpInput/OTPInput.js.map +1 -1
  70. package/lib/module/components/pictograms/Pictogram.js +2 -22
  71. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  72. package/lib/module/components/pictograms/svg/{PictogramUmbrellaNew.js → PictogramUmbrella.js} +3 -3
  73. package/lib/module/components/pictograms/svg/PictogramUmbrella.js.map +1 -0
  74. package/lib/module/components/searchInput/SearchInput.js +15 -4
  75. package/lib/module/components/searchInput/SearchInput.js.map +1 -1
  76. package/lib/module/components/spacer/Spacer.js +1 -1
  77. package/lib/module/components/spacer/Spacer.js.map +1 -1
  78. package/lib/module/components/textInput/TextInputBase.js +19 -16
  79. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  80. package/lib/module/components/textInput/TextInputValidation.js +8 -6
  81. package/lib/module/components/textInput/TextInputValidation.js.map +1 -1
  82. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +7 -7
  83. package/lib/module/components/typography/__test__/typography.test.js +13 -13
  84. package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
  85. package/lib/module/core/IOColors.js +20 -103
  86. package/lib/module/core/IOColors.js.map +1 -1
  87. package/lib/module/core/IOThemeContextProvider.js +12 -8
  88. package/lib/module/core/IOThemeContextProvider.js.map +1 -1
  89. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  90. package/lib/typescript/components/layout/HeaderFirstLevel.d.ts +8 -28
  91. package/lib/typescript/components/layout/HeaderFirstLevel.d.ts.map +1 -1
  92. package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -1
  93. package/lib/typescript/components/listitems/ListItemInfo.d.ts +13 -11
  94. package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
  95. package/lib/typescript/components/listitems/PressableListItemBase.d.ts +2 -2
  96. package/lib/typescript/components/listitems/PressableListItemBase.d.ts.map +1 -1
  97. package/lib/typescript/components/modules/PressableModuleBase.d.ts.map +1 -1
  98. package/lib/typescript/components/numberpad/NumberButton.d.ts.map +1 -1
  99. package/lib/typescript/components/otpInput/OTPInput.d.ts.map +1 -1
  100. package/lib/typescript/components/pictograms/Pictogram.d.ts +3 -12
  101. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  102. package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts +5 -0
  103. package/lib/typescript/components/pictograms/svg/PictogramUmbrella.d.ts.map +1 -0
  104. package/lib/typescript/components/pictograms/types.d.ts +0 -1
  105. package/lib/typescript/components/pictograms/types.d.ts.map +1 -1
  106. package/lib/typescript/components/searchInput/SearchInput.d.ts.map +1 -1
  107. package/lib/typescript/components/textInput/TextInputBase.d.ts +2 -2
  108. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  109. package/lib/typescript/components/textInput/TextInputValidation.d.ts.map +1 -1
  110. package/lib/typescript/components/tooltip/styles.d.ts +2 -2
  111. package/lib/typescript/components/typography/BodyMonospace.d.ts +1 -1
  112. package/lib/typescript/components/typography/ButtonText.d.ts +1 -1
  113. package/lib/typescript/components/typography/Caption.d.ts +1 -1
  114. package/lib/typescript/components/typography/H1.d.ts +1 -1
  115. package/lib/typescript/components/typography/H2.d.ts +1 -1
  116. package/lib/typescript/components/typography/H3.d.ts +1 -1
  117. package/lib/typescript/components/typography/H4.d.ts +1 -1
  118. package/lib/typescript/components/typography/H5.d.ts +1 -1
  119. package/lib/typescript/components/typography/H6.d.ts +1 -1
  120. package/lib/typescript/components/typography/Hero.d.ts +1 -1
  121. package/lib/typescript/components/typography/markdown/MdH1.d.ts +1 -1
  122. package/lib/typescript/components/typography/markdown/MdH2.d.ts +1 -1
  123. package/lib/typescript/components/typography/markdown/MdH3.d.ts +1 -1
  124. package/lib/typescript/core/IOColors.d.ts +1 -40
  125. package/lib/typescript/core/IOColors.d.ts.map +1 -1
  126. package/lib/typescript/core/IOStyles.d.ts +2 -2
  127. package/lib/typescript/core/IOThemeContextProvider.d.ts +6 -6
  128. package/lib/typescript/core/IOThemeContextProvider.d.ts.map +1 -1
  129. package/lib/typescript/utils/fonts.d.ts +1 -1
  130. package/package.json +3 -3
  131. package/src/components/alert/Alert.tsx +3 -2
  132. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  133. package/src/components/buttons/ButtonOutline.tsx +8 -8
  134. package/src/components/buttons/IconButton.tsx +1 -1
  135. package/src/components/buttons/IconButtonContained.tsx +3 -3
  136. package/src/components/icons/Icon.tsx +2 -2
  137. package/src/components/icons/README.md +1 -1
  138. package/src/components/layout/HeaderFirstLevel.tsx +50 -68
  139. package/src/components/listitems/ListItemHeader.tsx +9 -34
  140. package/src/components/listitems/ListItemInfo.tsx +107 -53
  141. package/src/components/listitems/PressableListItemBase.tsx +3 -2
  142. package/src/components/modules/PressableModuleBase.tsx +15 -4
  143. package/src/components/numberpad/NumberButton.tsx +19 -3
  144. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +40 -20
  145. package/src/components/otpInput/OTPInput.tsx +1 -0
  146. package/src/components/pictograms/Pictogram.tsx +2 -24
  147. package/src/components/pictograms/svg/{PictogramUmbrellaNew.tsx → PictogramUmbrella.tsx} +2 -2
  148. package/src/components/pictograms/types.ts +0 -1
  149. package/src/components/searchInput/SearchInput.tsx +25 -3
  150. package/src/components/spacer/Spacer.tsx +1 -1
  151. package/src/components/textInput/TextInputBase.tsx +28 -15
  152. package/src/components/textInput/TextInputValidation.tsx +18 -10
  153. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +7 -7
  154. package/src/components/typography/__test__/typography.test.tsx +18 -16
  155. package/src/core/IOColors.ts +24 -104
  156. package/src/core/IOThemeContextProvider.tsx +25 -15
  157. package/lib/commonjs/components/Advice/Advice.js +0 -42
  158. package/lib/commonjs/components/Advice/Advice.js.map +0 -1
  159. package/lib/commonjs/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +0 -213
  160. package/lib/commonjs/components/Advice/__test__/advice.test.js +0 -26
  161. package/lib/commonjs/components/Advice/__test__/advice.test.js.map +0 -1
  162. package/lib/commonjs/components/Advice/index.js +0 -17
  163. package/lib/commonjs/components/Advice/index.js.map +0 -1
  164. package/lib/commonjs/components/pictograms/svg/PictogramCompleted.js +0 -33
  165. package/lib/commonjs/components/pictograms/svg/PictogramCompleted.js.map +0 -1
  166. package/lib/commonjs/components/pictograms/svg/PictogramProcessing.js +0 -33
  167. package/lib/commonjs/components/pictograms/svg/PictogramProcessing.js.map +0 -1
  168. package/lib/commonjs/components/pictograms/svg/PictogramUmbrellaNew.js.map +0 -1
  169. package/lib/commonjs/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
  170. package/lib/module/components/Advice/Advice.js +0 -34
  171. package/lib/module/components/Advice/Advice.js.map +0 -1
  172. package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +0 -213
  173. package/lib/module/components/Advice/__test__/advice.test.js +0 -21
  174. package/lib/module/components/Advice/__test__/advice.test.js.map +0 -1
  175. package/lib/module/components/Advice/index.js +0 -2
  176. package/lib/module/components/Advice/index.js.map +0 -1
  177. package/lib/module/components/pictograms/svg/PictogramCompleted.js +0 -25
  178. package/lib/module/components/pictograms/svg/PictogramCompleted.js.map +0 -1
  179. package/lib/module/components/pictograms/svg/PictogramProcessing.js +0 -25
  180. package/lib/module/components/pictograms/svg/PictogramProcessing.js.map +0 -1
  181. package/lib/module/components/pictograms/svg/PictogramUmbrellaNew.js.map +0 -1
  182. package/lib/module/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
  183. package/lib/typescript/components/Advice/Advice.d.ts +0 -16
  184. package/lib/typescript/components/Advice/Advice.d.ts.map +0 -1
  185. package/lib/typescript/components/Advice/__test__/advice.test.d.ts +0 -2
  186. package/lib/typescript/components/Advice/__test__/advice.test.d.ts.map +0 -1
  187. package/lib/typescript/components/Advice/index.d.ts +0 -2
  188. package/lib/typescript/components/Advice/index.d.ts.map +0 -1
  189. package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts +0 -5
  190. package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts.map +0 -1
  191. package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts +0 -5
  192. package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts.map +0 -1
  193. package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts +0 -5
  194. package/lib/typescript/components/pictograms/svg/PictogramUmbrellaNew.d.ts.map +0 -1
  195. package/src/components/Advice/Advice.tsx +0 -42
  196. package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +0 -213
  197. package/src/components/Advice/__test__/advice.test.tsx +0 -22
  198. package/src/components/Advice/index.tsx +0 -1
  199. package/src/components/pictograms/svg/PictogramCompleted.tsx +0 -22
  200. package/src/components/pictograms/svg/PictogramProcessing.tsx +0 -22
  201. package/src/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
  202. /package/lib/commonjs/components/pictograms/svg/originals/{PictogramUmbrellaNew.svg → PictogramUmbrella.svg} +0 -0
  203. /package/lib/module/components/pictograms/svg/originals/{PictogramUmbrellaNew.svg → PictogramUmbrella.svg} +0 -0
  204. /package/src/components/pictograms/svg/originals/{PictogramUmbrellaNew.svg → PictogramUmbrella.svg} +0 -0
@@ -10,6 +10,6 @@ export declare const Caption: React.ForwardRefExoticComponent<Omit<IOTextProps,
10
10
  textStyle?: import("./IOText").IOTextStyle | undefined;
11
11
  style?: import("./IOText").IOTextStyle | undefined;
12
12
  } & {
13
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
13
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
14
14
  } & React.RefAttributes<View>>;
15
15
  //# sourceMappingURL=Caption.d.ts.map
@@ -11,6 +11,6 @@ export declare const H1: React.ForwardRefExoticComponent<Omit<IOTextProps, "styl
11
11
  textStyle?: import("./IOText").IOTextStyle | undefined;
12
12
  style?: import("./IOText").IOTextStyle | undefined;
13
13
  } & {
14
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
14
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=H1.d.ts.map
@@ -11,6 +11,6 @@ export declare const H2: React.ForwardRefExoticComponent<Omit<IOTextProps, "styl
11
11
  textStyle?: import("./IOText").IOTextStyle | undefined;
12
12
  style?: import("./IOText").IOTextStyle | undefined;
13
13
  } & {
14
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
14
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=H2.d.ts.map
@@ -11,7 +11,7 @@ export declare const H3: React.ForwardRefExoticComponent<Omit<IOTextProps, "styl
11
11
  textStyle?: import("./IOText").IOTextStyle | undefined;
12
12
  style?: import("./IOText").IOTextStyle | undefined;
13
13
  } & {
14
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
14
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
15
15
  } & {
16
16
  weight?: "Semibold" | "Bold" | undefined;
17
17
  } & React.RefAttributes<View>>;
@@ -11,6 +11,6 @@ export declare const H4: React.ForwardRefExoticComponent<Omit<IOTextProps, "styl
11
11
  textStyle?: import("./IOText").IOTextStyle | undefined;
12
12
  style?: import("./IOText").IOTextStyle | undefined;
13
13
  } & {
14
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
14
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=H4.d.ts.map
@@ -11,6 +11,6 @@ export declare const H5: React.ForwardRefExoticComponent<Omit<IOTextProps, "styl
11
11
  textStyle?: import("./IOText").IOTextStyle | undefined;
12
12
  style?: import("./IOText").IOTextStyle | undefined;
13
13
  } & {
14
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
14
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=H5.d.ts.map
@@ -11,6 +11,6 @@ export declare const H6: React.ForwardRefExoticComponent<Omit<IOTextProps, "styl
11
11
  textStyle?: import("./IOText").IOTextStyle | undefined;
12
12
  style?: import("./IOText").IOTextStyle | undefined;
13
13
  } & {
14
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
14
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=H6.d.ts.map
@@ -11,6 +11,6 @@ export declare const Hero: React.ForwardRefExoticComponent<Omit<IOTextProps, "st
11
11
  textStyle?: import("./IOText").IOTextStyle | undefined;
12
12
  style?: import("./IOText").IOTextStyle | undefined;
13
13
  } & {
14
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
14
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=Hero.d.ts.map
@@ -8,6 +8,6 @@ export declare const MdH1: React.ForwardRefExoticComponent<Omit<IOTextProps, "st
8
8
  textStyle?: import("../IOText").IOTextStyle | undefined;
9
9
  style?: import("../IOText").IOTextStyle | undefined;
10
10
  } & {
11
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
11
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
12
12
  } & React.RefAttributes<View>>;
13
13
  //# sourceMappingURL=MdH1.d.ts.map
@@ -8,6 +8,6 @@ export declare const MdH2: React.ForwardRefExoticComponent<Omit<IOTextProps, "st
8
8
  textStyle?: import("../IOText").IOTextStyle | undefined;
9
9
  style?: import("../IOText").IOTextStyle | undefined;
10
10
  } & {
11
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
11
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
12
12
  } & React.RefAttributes<View>>;
13
13
  //# sourceMappingURL=MdH2.d.ts.map
@@ -8,6 +8,6 @@ export declare const MdH3: React.ForwardRefExoticComponent<Omit<IOTextProps, "st
8
8
  textStyle?: import("../IOText").IOTextStyle | undefined;
9
9
  style?: import("../IOText").IOTextStyle | undefined;
10
10
  } & {
11
- color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "orange" | "red" | "green" | "greenLight" | undefined;
11
+ color?: "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-400" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-300" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | undefined;
12
12
  } & React.RefAttributes<View>>;
13
13
  //# sourceMappingURL=MdH3.d.ts.map
@@ -58,23 +58,6 @@ export declare const IOColors: {
58
58
  "blueItalia-500": string;
59
59
  "blueItalia-100": string;
60
60
  "blueItalia-50": string;
61
- "blue-600": string;
62
- "blue-50": string;
63
- greyUltraLight: string;
64
- greyLight: string;
65
- bluegreyLight: string;
66
- grey: string;
67
- bluegrey: string;
68
- bluegreyDark: string;
69
- blue: string;
70
- blueUltraLight: string;
71
- aqua: string;
72
- aquaUltraLight: string;
73
- antiqueFuchsia: string;
74
- orange: string;
75
- red: string;
76
- green: string;
77
- greenLight: string;
78
61
  };
79
62
  export type IOColors = keyof typeof IOColors;
80
63
  export declare const IOColorGradients: {
@@ -96,26 +79,6 @@ export declare const IOColorGradients: {
96
79
  };
97
80
  export type IOColorGradients = keyof typeof IOColorGradients;
98
81
  export declare const getGradientColorValues: (gradientId: IOColorGradients) => ComponentProps<typeof LinearGradient>["colors"];
99
- export declare const IOColorsLegacy: {
100
- white: string;
101
- greyUltraLight: string;
102
- greyLight: string;
103
- bluegreyLight: string;
104
- grey: string;
105
- bluegrey: string;
106
- bluegreyDark: string;
107
- black: string;
108
- blue: string;
109
- blueUltraLight: string;
110
- aqua: string;
111
- aquaUltraLight: string;
112
- antiqueFuchsia: string;
113
- orange: string;
114
- red: string;
115
- green: string;
116
- greenLight: string;
117
- };
118
- export type IOColorLegacy = keyof typeof IOColorsLegacy;
119
82
  export declare const IOColorsNeutral: {
120
83
  black: string;
121
84
  "grey-850": string;
@@ -177,11 +140,9 @@ export declare const IOColorsExtra: {
177
140
  "blueItalia-500": string;
178
141
  "blueItalia-100": string;
179
142
  "blueItalia-50": string;
180
- "blue-600": string;
181
- "blue-50": string;
182
143
  };
183
144
  export type IOColorsExtra = keyof typeof IOColorsExtra;
184
- declare const themeKeys: readonly ["appBackground-primary", "appBackground-secondary", "appBackground-tertiary", "appBackground-accent", "interactiveElem-default", "interactiveElem-pressed", "listItem-pressed", "textHeading-default", "textHeading-secondary", "textHeading-tertiary", "textBody-default", "textBody-secondary", "textBody-tertiary", "cardBorder-default", "icon-default", "icon-decorative", "divider-header", "divider-default", "divider-bottomBar", "errorIcon", "errorText", "successIcon", "successText", "warningIcon", "infoIcon", "pictogram-hands", "pictogram-tint-main", "pictogram-tint-secondary", "pictogram-tint-tertiary"];
145
+ declare const themeKeys: readonly ["appBackground-primary", "appBackground-secondary", "appBackground-tertiary", "appBackground-accent", "interactiveElem-default", "interactiveElem-pressed", "listItem-pressed", "textHeading-default", "textHeading-secondary", "textHeading-tertiary", "textBody-default", "textBody-secondary", "textBody-tertiary", "cardBorder-default", "textInputBorder-default", "icon-default", "icon-decorative", "textInputBorder-default", "textInputLabel-default", "textInputValue-default", "textInputValue-disabled", "divider-header", "divider-default", "divider-bottomBar", "pdfViewer-background", "errorIcon", "errorText", "successIcon", "successText", "warningIcon", "infoIcon", "pictogram-hands", "pictogram-tint-main", "pictogram-tint-secondary", "pictogram-tint-tertiary"];
185
146
  export type IOTheme = {
186
147
  [K in (typeof themeKeys)[number]]: IOColors;
187
148
  };
@@ -1 +1 @@
1
- {"version":3,"file":"IOColors.d.ts","sourceRoot":"","sources":["../../../src/core/IOColors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,cAAc,MAAM,8BAA8B,CAAC;AAyB/D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4EnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,QAAQ,CAAC;AAE7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAgB3B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAE7D,eAAO,MAAM,sBAAsB,eACrB,gBAAgB,KAC3B,eAAe,qBAAqB,CAAC,CAAC,QAAQ,CAGhD,CAAC;AA0BF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;CAkB1B,CAAC;AACF,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,cAAc,CAAC;AAExD,eAAO,MAAM,eAAe;;;;;;;;;;;CAW1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC;AAE3D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;CAexB,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC;AAEvD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;CAqBzB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,cAAc,CAAC;AAEzD,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAC5C,cAAc,EACd,WAAW,GAAG,aAAa,GAAG,UAAU,GAAG,aAAa,CACzD,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAC5C,cAAc,EACd,WAAW,GAAG,aAAa,GAAG,UAAU,GAAG,aAAa,CACzD,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;CAQzB,CAAC;AACF,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC;AAMvD,QAAA,MAAM,SAAS,ymBAoCL,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG;KACnB,CAAC,IAAI,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,GAAG,QAAQ;CAC5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,OAoC1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,OAmCzB,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;CAiBrC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GACpC,MAAM,OAAO,0BAA0B,CAAC;AAE1C,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,WAAW,CAAC,0BAA0B,CAAC,EACvC,cAAc,CAkBf,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAM/E;;;;GAIG;AAEH,eAAO,MAAM,SAAS,YAAa,UAAU,YAAW,MAAM,WAQ7D,CAAC"}
1
+ {"version":3,"file":"IOColors.d.ts","sourceRoot":"","sources":["../../../src/core/IOColors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,cAAc,MAAM,8BAA8B,CAAC;AAyB/D,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDnB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,QAAQ,CAAC;AAE7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;CAgB3B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAE7D,eAAO,MAAM,sBAAsB,eACrB,gBAAgB,KAC3B,eAAe,qBAAqB,CAAC,CAAC,QAAQ,CAGhD,CAAC;AAMF,eAAO,MAAM,eAAe;;;;;;;;;;;CAW1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC;AAE3D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;CAexB,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC;AAEvD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;CAqBzB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,cAAc,CAAC;AAEzD,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAC5C,cAAc,EACd,WAAW,GAAG,aAAa,GAAG,UAAU,GAAG,aAAa,CACzD,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAC5C,cAAc,EACd,WAAW,GAAG,aAAa,GAAG,UAAU,GAAG,aAAa,CACzD,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;CAMzB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC;AAMvD,QAAA,MAAM,SAAS,swBA2CL,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG;KACnB,CAAC,IAAI,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,GAAG,QAAQ;CAC5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,OA0C1B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,OAwCzB,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;CAiBrC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GACpC,MAAM,OAAO,0BAA0B,CAAC;AAE1C,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAC5C,WAAW,CAAC,0BAA0B,CAAC,EACvC,cAAc,CAkBf,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAM/E;;;;GAIG;AAEH,eAAO,MAAM,SAAS,YAAa,UAAU,YAAW,MAAM,WAQ7D,CAAC"}
@@ -75,7 +75,7 @@ export declare const IOButtonStyles: {
75
75
  justifyContent: "center";
76
76
  textAlignVertical: "center";
77
77
  borderRadius: number;
78
- borderCurve: string;
78
+ borderCurve: "continuous";
79
79
  paddingHorizontal: number;
80
80
  elevation: number;
81
81
  };
@@ -173,7 +173,7 @@ export declare const IOModuleStyles: {
173
173
  borderWidth: number;
174
174
  borderColor: string;
175
175
  borderRadius: 16 | 6 | 8 | 24;
176
- borderCurve: string;
176
+ borderCurve: "continuous";
177
177
  flexDirection: "row";
178
178
  justifyContent: "space-between";
179
179
  alignItems: "center";
@@ -1,21 +1,21 @@
1
- import React from "react";
1
+ import React, { PropsWithChildren } from "react";
2
+ import { ColorSchemeName } from "react-native";
2
3
  import { IOTheme } from "./IOColors";
3
4
  export declare const IOThemes: {
4
5
  light: IOTheme;
5
6
  dark: IOTheme;
6
7
  };
7
- type IOThemeType = keyof typeof IOThemes;
8
8
  type IOThemeContextType = {
9
- themeType: IOThemeType;
9
+ themeType: ColorSchemeName;
10
10
  theme: IOTheme;
11
- setTheme: (theme: IOThemeType) => void;
11
+ setTheme: (theme: ColorSchemeName) => void;
12
12
  };
13
13
  export declare const IOThemeContext: React.Context<IOThemeContextType>;
14
14
  export declare const useIOThemeContext: () => IOThemeContextType;
15
15
  export declare const useIOTheme: () => IOTheme;
16
16
  type IOThemeContextProviderProps = {
17
- theme?: IOThemeType;
17
+ theme?: ColorSchemeName;
18
18
  };
19
- export declare const IOThemeContextProvider: ({ children, theme }: React.PropsWithChildren<IOThemeContextProviderProps>) => React.JSX.Element;
19
+ export declare const IOThemeContextProvider: ({ children, theme }: PropsWithChildren<IOThemeContextProviderProps>) => React.JSX.Element;
20
20
  export {};
21
21
  //# sourceMappingURL=IOThemeContextProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IOThemeContextProvider.d.ts","sourceRoot":"","sources":["../../../src/core/IOThemeContextProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,OAAO,EAA6B,MAAM,YAAY,CAAC;AAEhE,eAAO,MAAM,QAAQ;;;CAA6C,CAAC;AACnE,KAAK,WAAW,GAAG,MAAM,OAAO,QAAQ,CAAC;AAEzC,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,WAAW,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC,kBAAkB,CAMzD,CAAC;AAEL,eAAO,MAAM,iBAAiB,0BAAyC,CAAC;AAExE,eAAO,MAAM,UAAU,eAAkC,CAAC;AAE1D,KAAK,2BAA2B,GAAG;IACjC,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,sBAAsB,wBAGhC,MAAM,iBAAiB,CAAC,2BAA2B,CAAC,sBAgBtD,CAAC"}
1
+ {"version":3,"file":"IOThemeContextProvider.d.ts","sourceRoot":"","sources":["../../../src/core/IOThemeContextProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,iBAAiB,EAIlB,MAAM,OAAO,CAAC;AACf,OAAO,EAAc,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,OAAO,EAA6B,MAAM,YAAY,CAAC;AAEhE,eAAO,MAAM,QAAQ;;;CAA6C,CAAC;AAEnE,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,eAAe,CAAC;IAC3B,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC,kBAAkB,CAMzD,CAAC;AAEL,eAAO,MAAM,iBAAiB,0BAAmC,CAAC;AAElE,eAAO,MAAM,UAAU,eAAkC,CAAC;AAE1D,KAAK,2BAA2B,GAAG;IACjC,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,wBAGhC,kBAAkB,2BAA2B,CAAC,sBAqBhD,CAAC"}
@@ -13,7 +13,7 @@ declare const fonts: {
13
13
  readonly DMMono: string;
14
14
  };
15
15
  export type IOFontFamily = keyof typeof fonts;
16
- declare const allFontSizes: (16 | 20 | 12 | 14 | 22 | 26 | 28 | 32 | 17 | 31 | 35)[];
16
+ declare const allFontSizes: (35 | 16 | 20 | 12 | 14 | 22 | 26 | 28 | 32 | 17 | 31)[];
17
17
  export type IOFontSize = (typeof allFontSizes)[number];
18
18
  declare const weights: readonly ["Thin", "Light", "Regular", "Medium", "Semibold", "Bold", "Black"];
19
19
  export type IOFontWeight = (typeof weights)[number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/io-app-design-system",
3
- "version": "5.0.0-2",
3
+ "version": "5.0.0-3",
4
4
  "description": "The library defining the core components of the design system of @pagopa/io-app",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -79,7 +79,7 @@
79
79
  "@types/jest": "^28.1.2",
80
80
  "@types/lodash": "^4.14.157",
81
81
  "@types/react": "~17.0.38",
82
- "@types/react-native": "0.71.3",
82
+ "@types/react-native": "0.72.8",
83
83
  "babel-loader": "^9.1.3",
84
84
  "babel-plugin-react-native-web": "^0.19.8",
85
85
  "commitlint": "^17.0.2",
@@ -98,7 +98,7 @@
98
98
  "prettier": "^2.0.5",
99
99
  "react": "18.2.0",
100
100
  "react-dom": "^18.2.0",
101
- "react-native": "0.71.8",
101
+ "react-native": "0.72.8",
102
102
  "react-native-builder-bob": "^0.20.0",
103
103
  "react-native-web": "^0.18.12",
104
104
  "react-native-web-linear-gradient": "^1.1.2",
@@ -5,7 +5,8 @@ import {
5
5
  NativeSyntheticEvent,
6
6
  Pressable,
7
7
  TextLayoutEventData,
8
- View
8
+ View,
9
+ ViewStyle
9
10
  } from "react-native";
10
11
  import Animated from "react-native-reanimated";
11
12
  import { IOVisualCostants, useIOThemeContext } from "../../core";
@@ -133,7 +134,7 @@ export const Alert = forwardRef<View, AlertType>(
133
134
  []
134
135
  );
135
136
 
136
- const paddingDefaultVariant = {
137
+ const paddingDefaultVariant: ViewStyle = {
137
138
  padding,
138
139
  borderRadius: IOAlertRadius * dynamicFontScale * spacingScaleMultiplier,
139
140
  borderCurve: "continuous"
@@ -155,7 +155,6 @@ exports[`Test Banner Components - Experimental Enabled Banner Snapshot 1`] = `
155
155
  align="xMidYMid"
156
156
  bbHeight={80}
157
157
  bbWidth={80}
158
- color="#00C5CA"
159
158
  focusable={false}
160
159
  height={80}
161
160
  meetOrSlice={0}
@@ -174,7 +173,6 @@ exports[`Test Banner Components - Experimental Enabled Banner Snapshot 1`] = `
174
173
  },
175
174
  ]
176
175
  }
177
- tintColor="#00C5CA"
178
176
  vbHeight={240}
179
177
  vbWidth={240}
180
178
  width={80}
@@ -433,7 +431,6 @@ exports[`Test Banner Components Banner Snapshot 1`] = `
433
431
  align="xMidYMid"
434
432
  bbHeight={80}
435
433
  bbWidth={80}
436
- color="#00C5CA"
437
434
  focusable={false}
438
435
  height={80}
439
436
  meetOrSlice={0}
@@ -452,7 +449,6 @@ exports[`Test Banner Components Banner Snapshot 1`] = `
452
449
  },
453
450
  ]
454
451
  }
455
- tintColor="#00C5CA"
456
452
  vbHeight={240}
457
453
  vbWidth={240}
458
454
  width={80}
@@ -105,19 +105,19 @@ const mapColorStates: Record<
105
105
  // Danger button
106
106
  danger: {
107
107
  border: {
108
- default: IOColors.red,
109
- pressed: IOColors.red,
110
- disabled: IOColors.bluegreyLight
108
+ default: IOColors["error-600"],
109
+ pressed: IOColors["error-600"],
110
+ disabled: IOColors["grey-200"]
111
111
  },
112
112
  background: {
113
- default: hexToRgba(IOColors.red, 0),
114
- pressed: hexToRgba(IOColors.red, 0.15),
113
+ default: hexToRgba(IOColors["error-600"], 0),
114
+ pressed: hexToRgba(IOColors["error-600"], 0.15),
115
115
  disabled: "transparent"
116
116
  },
117
117
  label: {
118
- default: IOColors.red,
119
- pressed: IOColors.red,
120
- disabled: IOColors.grey
118
+ default: IOColors["error-600"],
119
+ pressed: IOColors["error-600"],
120
+ disabled: IOColors["grey-450"]
121
121
  }
122
122
  }
123
123
  };
@@ -47,7 +47,7 @@ const mapColorStates: Record<NonNullable<IconButton["color"]>, ColorStates> = {
47
47
  icon: {
48
48
  default: IOColors.black,
49
49
  pressed: IOColors["grey-850"],
50
- disabled: IOColors.grey
50
+ disabled: IOColors["grey-450"]
51
51
  }
52
52
  },
53
53
  // Contrast button
@@ -63,13 +63,13 @@ const mapColorStates: Record<
63
63
  neutral: {
64
64
  background: {
65
65
  default: IOColors.white,
66
- pressed: IOColors.greyUltraLight,
66
+ pressed: IOColors["grey-50"],
67
67
  disabled: "transparent"
68
68
  },
69
69
  icon: {
70
- default: IOColors.bluegrey,
70
+ default: IOColors["grey-700"],
71
71
  pressed: IOColors.black,
72
- disabled: IOColors.grey
72
+ disabled: IOColors["grey-450"]
73
73
  }
74
74
  },
75
75
  // Contrast button
@@ -431,7 +431,7 @@ change its color values. It accepts `IOColors` values only.
431
431
  */
432
432
  export const Icon = ({
433
433
  name,
434
- color = "bluegrey",
434
+ color = "grey-700",
435
435
  size = 24,
436
436
  accessible = false,
437
437
  accessibilityLabel = "",
@@ -475,7 +475,7 @@ type IOAnimatedIconsProps = {
475
475
 
476
476
  export const AnimatedIcon = ({
477
477
  name,
478
- color = IOColors.bluegrey,
478
+ color = IOColors["grey-700"],
479
479
  size = 24,
480
480
  accessible = false,
481
481
  allowFontScaling = false,
@@ -105,7 +105,7 @@ export const IONavIcons = {
105
105
  You can add the recently added icon with the following declaration:
106
106
  ```jsx
107
107
  // Default size: 24×24px
108
- // Default color: Bluegrey
108
+ // Default color: Grey-700
109
109
  <Icon name="spid">
110
110
  ```
111
111