@pagopa/io-app-design-system 4.5.0 → 4.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/lib/commonjs/components/Advice/Advice.js +1 -1
  2. package/lib/commonjs/components/accordion/RawAccordion.js +1 -1
  3. package/lib/commonjs/components/accordion/RawAccordion.js.map +1 -1
  4. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  5. package/lib/commonjs/components/buttons/ButtonLink.js +1 -1
  6. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  7. package/lib/commonjs/components/buttons/ButtonOutline.js +24 -24
  8. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  9. package/lib/commonjs/components/buttons/ButtonSolid.js +3 -3
  10. package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
  11. package/lib/commonjs/components/buttons/IconButton.js +5 -5
  12. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  13. package/lib/commonjs/components/buttons/IconButtonContained.js +11 -11
  14. package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
  15. package/lib/commonjs/components/buttons/IconButtonSolid.js +3 -3
  16. package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
  17. package/lib/commonjs/components/icons/Icon.js +2 -2
  18. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  19. package/lib/commonjs/components/icons/README.md +1 -1
  20. package/lib/commonjs/components/listitems/ListItemNavAlert.js +1 -1
  21. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  22. package/lib/commonjs/components/listitems/ListItemTransaction.js +1 -1
  23. package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
  24. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +2 -2
  25. package/lib/commonjs/components/numberpad/NumberButton.js +1 -1
  26. package/lib/commonjs/components/pictograms/Pictogram.js +1 -22
  27. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  28. package/lib/commonjs/components/spacer/Spacer.js +1 -1
  29. package/lib/commonjs/components/spacer/Spacer.js.map +1 -1
  30. package/lib/commonjs/components/stepper/Stepper.js +1 -1
  31. package/lib/commonjs/components/switch/NativeSwitch.js +2 -2
  32. package/lib/commonjs/components/switch/NativeSwitch.js.map +1 -1
  33. package/lib/commonjs/components/tabs/TabItem.js +3 -3
  34. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  35. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +4 -4
  36. package/lib/commonjs/components/typography/__test__/typography.test.js +13 -13
  37. package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
  38. package/lib/commonjs/core/IOColors.js +15 -97
  39. package/lib/commonjs/core/IOColors.js.map +1 -1
  40. package/lib/commonjs/core/IOStyles.js +2 -2
  41. package/lib/module/components/Advice/Advice.js +1 -1
  42. package/lib/module/components/accordion/RawAccordion.js +1 -1
  43. package/lib/module/components/accordion/RawAccordion.js.map +1 -1
  44. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  45. package/lib/module/components/buttons/ButtonLink.js +1 -1
  46. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  47. package/lib/module/components/buttons/ButtonOutline.js +24 -24
  48. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  49. package/lib/module/components/buttons/ButtonSolid.js +3 -3
  50. package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
  51. package/lib/module/components/buttons/IconButton.js +5 -5
  52. package/lib/module/components/buttons/IconButton.js.map +1 -1
  53. package/lib/module/components/buttons/IconButtonContained.js +11 -11
  54. package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
  55. package/lib/module/components/buttons/IconButtonSolid.js +3 -3
  56. package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
  57. package/lib/module/components/icons/Icon.js +2 -2
  58. package/lib/module/components/icons/Icon.js.map +1 -1
  59. package/lib/module/components/icons/README.md +1 -1
  60. package/lib/module/components/listitems/ListItemNavAlert.js +1 -1
  61. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  62. package/lib/module/components/listitems/ListItemTransaction.js +1 -1
  63. package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
  64. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +2 -2
  65. package/lib/module/components/numberpad/NumberButton.js +1 -1
  66. package/lib/module/components/pictograms/Pictogram.js +0 -20
  67. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  68. package/lib/module/components/spacer/Spacer.js +1 -1
  69. package/lib/module/components/spacer/Spacer.js.map +1 -1
  70. package/lib/module/components/stepper/Stepper.js +1 -1
  71. package/lib/module/components/switch/NativeSwitch.js +2 -2
  72. package/lib/module/components/switch/NativeSwitch.js.map +1 -1
  73. package/lib/module/components/tabs/TabItem.js +3 -3
  74. package/lib/module/components/tabs/TabItem.js.map +1 -1
  75. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +4 -4
  76. package/lib/module/components/typography/__test__/typography.test.js +13 -13
  77. package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
  78. package/lib/module/core/IOColors.js +15 -97
  79. package/lib/module/core/IOColors.js.map +1 -1
  80. package/lib/module/core/IOStyles.js +2 -2
  81. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  82. package/lib/typescript/components/pictograms/Pictogram.d.ts +2 -11
  83. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  84. package/lib/typescript/components/pictograms/types.d.ts +0 -1
  85. package/lib/typescript/components/pictograms/types.d.ts.map +1 -1
  86. package/lib/typescript/components/typography/BodyMonospace.d.ts +1 -1
  87. package/lib/typescript/components/typography/ButtonText.d.ts +1 -1
  88. package/lib/typescript/components/typography/Caption.d.ts +1 -1
  89. package/lib/typescript/components/typography/H1.d.ts +1 -1
  90. package/lib/typescript/components/typography/H2.d.ts +1 -1
  91. package/lib/typescript/components/typography/H3.d.ts +1 -1
  92. package/lib/typescript/components/typography/H4.d.ts +1 -1
  93. package/lib/typescript/components/typography/H5.d.ts +1 -1
  94. package/lib/typescript/components/typography/H6.d.ts +1 -1
  95. package/lib/typescript/components/typography/Hero.d.ts +1 -1
  96. package/lib/typescript/components/typography/markdown/MdH1.d.ts +1 -1
  97. package/lib/typescript/components/typography/markdown/MdH2.d.ts +1 -1
  98. package/lib/typescript/components/typography/markdown/MdH3.d.ts +1 -1
  99. package/lib/typescript/core/IOColors.d.ts +4 -34
  100. package/lib/typescript/core/IOColors.d.ts.map +1 -1
  101. package/package.json +1 -1
  102. package/src/components/Advice/Advice.tsx +1 -1
  103. package/src/components/accordion/RawAccordion.tsx +1 -1
  104. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +0 -4
  105. package/src/components/buttons/ButtonLink.tsx +1 -1
  106. package/src/components/buttons/ButtonOutline.tsx +24 -24
  107. package/src/components/buttons/ButtonSolid.tsx +3 -3
  108. package/src/components/buttons/IconButton.tsx +5 -5
  109. package/src/components/buttons/IconButtonContained.tsx +11 -11
  110. package/src/components/buttons/IconButtonSolid.tsx +3 -3
  111. package/src/components/icons/Icon.tsx +2 -2
  112. package/src/components/icons/README.md +1 -1
  113. package/src/components/listitems/ListItemNavAlert.tsx +3 -1
  114. package/src/components/listitems/ListItemTransaction.tsx +1 -1
  115. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +2 -2
  116. package/src/components/numberpad/NumberButton.tsx +1 -1
  117. package/src/components/pictograms/Pictogram.tsx +0 -22
  118. package/src/components/pictograms/types.ts +0 -1
  119. package/src/components/spacer/Spacer.tsx +1 -1
  120. package/src/components/stepper/Stepper.tsx +1 -1
  121. package/src/components/switch/NativeSwitch.tsx +2 -2
  122. package/src/components/tabs/TabItem.tsx +3 -3
  123. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +4 -4
  124. package/src/components/typography/__test__/typography.test.tsx +18 -16
  125. package/src/core/IOColors.ts +15 -95
  126. package/src/core/IOStyles.ts +2 -2
  127. package/lib/commonjs/components/pictograms/svg/PictogramCompleted.js +0 -33
  128. package/lib/commonjs/components/pictograms/svg/PictogramCompleted.js.map +0 -1
  129. package/lib/commonjs/components/pictograms/svg/PictogramProcessing.js +0 -33
  130. package/lib/commonjs/components/pictograms/svg/PictogramProcessing.js.map +0 -1
  131. package/lib/commonjs/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
  132. package/lib/module/components/pictograms/svg/PictogramCompleted.js +0 -25
  133. package/lib/module/components/pictograms/svg/PictogramCompleted.js.map +0 -1
  134. package/lib/module/components/pictograms/svg/PictogramProcessing.js +0 -25
  135. package/lib/module/components/pictograms/svg/PictogramProcessing.js.map +0 -1
  136. package/lib/module/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
  137. package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts +0 -5
  138. package/lib/typescript/components/pictograms/svg/PictogramCompleted.d.ts.map +0 -1
  139. package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts +0 -5
  140. package/lib/typescript/components/pictograms/svg/PictogramProcessing.d.ts.map +0 -1
  141. package/src/components/pictograms/svg/PictogramCompleted.tsx +0 -22
  142. package/src/components/pictograms/svg/PictogramProcessing.tsx +0 -22
  143. package/src/components/pictograms/svg/originals/PictogramCompleted.svg +0 -14
@@ -1,9 +1,6 @@
1
1
  import React from "react";
2
- import { IOColors } from "../../core";
3
2
  import { SVGPictogramProps } from "./types";
4
3
  export declare const IOPictograms: {
5
- processing: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
6
- completed: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
7
4
  empty: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
8
5
  feature: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
9
6
  charity: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
@@ -75,17 +72,16 @@ export type IOPictograms = keyof typeof IOPictograms;
75
72
  export type IOPictogramSizeScale = 48 | 64 | 72 | 80 | 120 | 180;
76
73
  type IOPictogramsProps = {
77
74
  name: IOPictograms;
78
- color?: IOColors;
79
75
  pictogramStyle?: "default" | "light-content" | "dark-content";
80
76
  size?: IOPictogramSizeScale | "100%";
81
77
  allowFontScaling?: boolean;
82
78
  };
83
- export declare const Pictogram: ({ name, color, pictogramStyle, size, allowFontScaling, ...props }: IOPictogramsProps) => React.JSX.Element;
79
+ export declare const Pictogram: ({ name, pictogramStyle, size, allowFontScaling, ...props }: IOPictogramsProps) => React.JSX.Element;
84
80
  export type IOPictogramsBleed = Extract<"empty" | "charity" | "attention" | "message" | "help" | "feedback" | "idea" | "itWallet" | "security" | "feature" | "cie" | "identity" | "identityAdd" | "identityCheck" | "identityRefresh" | "cameraRequest" | "cameraDenied" | "cardAdd" | "cardFavourite" | "cardQuestion" | "cardIssue" | "accessDenied" | "settings" | "stopSecurity" | "time" | "pending" | "ended" | "timing" | "searchLens" | "passcode" | "success" | "fatalError" | "notification" | "star" | "doc" | "notification" | "star" | "qrCode" | "lostConnection" | "payments" | "activate" | "reactivate" | "workInProgress", IOPictograms>;
85
81
  export declare const IOPictogramsBleed: {
86
82
  [key in IOPictogramsBleed]: ({ size }: SVGPictogramProps) => JSX.Element;
87
83
  };
88
- export declare const PictogramBleed: ({ name, color, size, pictogramStyle, allowFontScaling, ...props }: IOPictogramsProps) => React.JSX.Element;
84
+ export declare const PictogramBleed: ({ name, size, pictogramStyle, allowFontScaling, ...props }: IOPictogramsProps) => React.JSX.Element;
89
85
  export declare const IOPictogramsObject: {
90
86
  readonly ibanCard: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
91
87
  readonly followMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
@@ -96,10 +92,5 @@ export declare const IOPictogramsObject: {
96
92
  readonly flyingMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
97
93
  };
98
94
  export type IOPictogramsObject = keyof typeof IOPictogramsObject;
99
- export declare const IOPictogramsLegacy: {
100
- readonly processing: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
101
- readonly completed: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
102
- };
103
- export type IOPictogramsLegacy = keyof typeof IOPictogramsLegacy;
104
95
  export {};
105
96
  //# sourceMappingURL=Pictogram.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,QAAQ,EAAyC,MAAM,YAAY,CAAC;AAkH7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyExB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AAErD,MAAM,MAAM,oBAAoB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC;AAEjE,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,QAAQ,CAAC;IAIjB,cAAc,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AASF,eAAO,MAAM,SAAS,sEAOnB,iBAAiB,sBAwCnB,CAAC;AAUF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CACnC,OAAO,GACP,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,cAAc,GACd,UAAU,GACV,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,cAAc,GACd,MAAM,GACN,KAAK,GACL,cAAc,GACd,MAAM,GACN,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,UAAU,GACV,YAAY,GACZ,gBAAgB,EAClB,YAAY,CACb,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;KAC7B,GAAG,IAAI,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,iBAAiB,KAAK,GAAG,CAAC,OAAO;CA2CzE,CAAC;AAEF,eAAO,MAAM,cAAc,sEAOxB,iBAAiB,sBAwCnB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAMjE,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC"}
1
+ {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAkHvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqExB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AAErD,MAAM,MAAM,oBAAoB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC;AAEjE,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,YAAY,CAAC;IAInB,cAAc,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AASF,eAAO,MAAM,SAAS,+DAMnB,iBAAiB,sBAuCnB,CAAC;AAUF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CACnC,OAAO,GACP,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,cAAc,GACd,UAAU,GACV,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,cAAc,GACd,MAAM,GACN,KAAK,GACL,cAAc,GACd,MAAM,GACN,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,UAAU,GACV,YAAY,GACZ,gBAAgB,EAClB,YAAY,CACb,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;KAC7B,GAAG,IAAI,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,iBAAiB,KAAK,GAAG,CAAC,OAAO;CA2CzE,CAAC;AAEF,eAAO,MAAM,cAAc,+DAMxB,iBAAiB,sBAuCnB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { ColorValue } from "react-native";
2
2
  export type SVGPictogramProps = {
3
3
  size: number | "100%";
4
- color: ColorValue;
5
4
  colorValues: Record<string, ColorValue>;
6
5
  };
7
6
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;CACzC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;CACzC,CAAC"}
@@ -8,6 +8,6 @@ export declare const BodyMonospace: React.ForwardRefExoticComponent<Omit<IOTextP
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" | "blue-600" | "blue-500" | "blue-50" | undefined;
12
12
  } & React.RefAttributes<View>>;
13
13
  //# sourceMappingURL=BodyMonospace.d.ts.map
@@ -11,6 +11,6 @@ export declare const ButtonText: React.ForwardRefExoticComponent<Omit<IOTextProp
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" | "blue-600" | "blue-500" | "blue-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=ButtonText.d.ts.map
@@ -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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-50" | undefined;
15
15
  } & React.RefAttributes<View>>;
16
16
  //# sourceMappingURL=H1.d.ts.map
@@ -14,6 +14,6 @@ export declare const H2: React.ForwardRefExoticComponent<Omit<IOTextProps, "styl
14
14
  textStyle?: import("./IOText").IOTextStyle | undefined;
15
15
  style?: import("./IOText").IOTextStyle | undefined;
16
16
  } & {
17
- 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;
17
+ 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-500" | "blue-50" | undefined;
18
18
  } & React.RefAttributes<View>>;
19
19
  //# 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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-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" | "blue-600" | "blue-500" | "blue-50" | undefined;
12
12
  } & React.RefAttributes<View>>;
13
13
  //# sourceMappingURL=MdH3.d.ts.map
@@ -59,22 +59,8 @@ export declare const IOColors: {
59
59
  "blueItalia-100": string;
60
60
  "blueItalia-50": string;
61
61
  "blue-600": string;
62
+ "blue-500": string;
62
63
  "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
64
  };
79
65
  export type IOColors = keyof typeof IOColors;
80
66
  export declare const IOColorGradients: {
@@ -97,23 +83,9 @@ export declare const IOColorGradients: {
97
83
  export type IOColorGradients = keyof typeof IOColorGradients;
98
84
  export declare const getGradientColorValues: (gradientId: IOColorGradients) => ComponentProps<typeof LinearGradient>["colors"];
99
85
  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;
86
+ blue600: string;
87
+ blue500: string;
88
+ blue50: string;
117
89
  };
118
90
  export type IOColorLegacy = keyof typeof IOColorsLegacy;
119
91
  export declare const IOColorsNeutral: {
@@ -177,8 +149,6 @@ export declare const IOColorsExtra: {
177
149
  "blueItalia-500": string;
178
150
  "blueItalia-100": string;
179
151
  "blueItalia-50": string;
180
- "blue-600": string;
181
- "blue-50": string;
182
152
  };
183
153
  export type IOColorsExtra = keyof typeof IOColorsExtra;
184
154
  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"];
@@ -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,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,kBAAkB,EAAE,OAKhC,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"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DnB,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;AAYF,eAAO,MAAM,cAAc;;;;CAI1B,CAAC;AAEF,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;;;;;;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,kBAAkB,EAAE,OAKhC,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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/io-app-design-system",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
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",
@@ -29,7 +29,7 @@ export const Advice: React.FC<Props> = React.memo(
29
29
  text,
30
30
  iconName = "notice",
31
31
  iconSize = defaultIconSize,
32
- iconColor = "blue"
32
+ iconColor = "blue-500"
33
33
  }) => (
34
34
  <View style={IOStyles.row}>
35
35
  <View style={styles.icon}>
@@ -106,7 +106,7 @@ export const RawAccordion: React.FC<Props> = props => {
106
106
  transform: [{ rotateZ: arrowAngle }]
107
107
  }}
108
108
  >
109
- <Icon name="chevronTop" color="blue" size={24} />
109
+ <Icon name="chevronTop" color="blue-500" size={24} />
110
110
  </Animated.View>
111
111
  </View>
112
112
  </TouchableWithoutFeedback>
@@ -156,7 +156,6 @@ exports[`Test Banner Components - Experimental Enabled Banner Snapshot 1`] = `
156
156
  align="xMidYMid"
157
157
  bbHeight={80}
158
158
  bbWidth={80}
159
- color="#00C5CA"
160
159
  focusable={false}
161
160
  height={80}
162
161
  meetOrSlice={0}
@@ -175,7 +174,6 @@ exports[`Test Banner Components - Experimental Enabled Banner Snapshot 1`] = `
175
174
  },
176
175
  ]
177
176
  }
178
- tintColor="#00C5CA"
179
177
  vbHeight={240}
180
178
  vbWidth={240}
181
179
  width={80}
@@ -435,7 +433,6 @@ exports[`Test Banner Components Banner Snapshot 1`] = `
435
433
  align="xMidYMid"
436
434
  bbHeight={80}
437
435
  bbWidth={80}
438
- color="#00C5CA"
439
436
  focusable={false}
440
437
  height={80}
441
438
  meetOrSlice={0}
@@ -454,7 +451,6 @@ exports[`Test Banner Components Banner Snapshot 1`] = `
454
451
  },
455
452
  ]
456
453
  }
457
- tintColor="#00C5CA"
458
454
  vbHeight={240}
459
455
  vbWidth={240}
460
456
  width={80}
@@ -86,7 +86,7 @@ const mapLegacyColorStates: Record<
86
86
  // Primary button
87
87
  primary: {
88
88
  label: {
89
- default: IOColors.blue,
89
+ default: IOColors["blue-500"],
90
90
  pressed: IOColors["blue-600"],
91
91
  disabled: IOColors["grey-700"]
92
92
  }
@@ -106,19 +106,19 @@ const mapColorStates: Record<
106
106
  // Danger button
107
107
  danger: {
108
108
  border: {
109
- default: IOColors.red,
110
- pressed: IOColors.red,
111
- disabled: IOColors.bluegreyLight
109
+ default: IOColors["error-600"],
110
+ pressed: IOColors["error-600"],
111
+ disabled: IOColors["grey-200"]
112
112
  },
113
113
  background: {
114
- default: hexToRgba(IOColors.red, 0),
115
- pressed: hexToRgba(IOColors.red, 0.15),
114
+ default: hexToRgba(IOColors["error-600"], 0),
115
+ pressed: hexToRgba(IOColors["error-600"], 0.15),
116
116
  disabled: "transparent"
117
117
  },
118
118
  label: {
119
- default: IOColors.red,
120
- pressed: IOColors.red,
121
- disabled: IOColors.grey
119
+ default: IOColors["error-600"],
120
+ pressed: IOColors["error-600"],
121
+ disabled: IOColors["grey-450"]
122
122
  }
123
123
  }
124
124
  };
@@ -131,19 +131,19 @@ const mapLegacyColorStates: Record<
131
131
  // Primary button
132
132
  primary: {
133
133
  border: {
134
- default: IOColors.blue,
135
- pressed: IOColors.blue,
136
- disabled: IOColors.bluegreyLight
134
+ default: IOColors["blue-500"],
135
+ pressed: IOColors["blue-500"],
136
+ disabled: IOColors["grey-200"]
137
137
  },
138
138
  background: {
139
- default: hexToRgba(IOColors.blue, 0),
140
- pressed: hexToRgba(IOColors.blue, 0.15),
139
+ default: hexToRgba(IOColors["blue-500"], 0),
140
+ pressed: hexToRgba(IOColors["blue-500"], 0.15),
141
141
  disabled: "transparent"
142
142
  },
143
143
  label: {
144
- default: IOColors.blue,
145
- pressed: IOColors.blue,
146
- disabled: IOColors.grey
144
+ default: IOColors["blue-500"],
145
+ pressed: IOColors["blue-500"],
146
+ disabled: IOColors["grey-450"]
147
147
  }
148
148
  },
149
149
  // Contrast button
@@ -167,19 +167,19 @@ const mapLegacyColorStates: Record<
167
167
  // Danger button
168
168
  danger: {
169
169
  border: {
170
- default: IOColors.red,
171
- pressed: IOColors.red,
172
- disabled: IOColors.bluegreyLight
170
+ default: IOColors["error-600"],
171
+ pressed: IOColors["error-600"],
172
+ disabled: IOColors["grey-200"]
173
173
  },
174
174
  background: {
175
- default: hexToRgba(IOColors.red, 0),
176
- pressed: hexToRgba(IOColors.red, 0.15),
175
+ default: hexToRgba(IOColors["error-600"], 0),
176
+ pressed: hexToRgba(IOColors["error-600"], 0.15),
177
177
  disabled: "transparent"
178
178
  },
179
179
  label: {
180
- default: IOColors.red,
181
- pressed: IOColors.red,
182
- disabled: IOColors.grey
180
+ default: IOColors["error-600"],
181
+ pressed: IOColors["error-600"],
182
+ disabled: IOColors["grey-450"]
183
183
  }
184
184
  }
185
185
  };
@@ -39,7 +39,7 @@ type ColorStates = {
39
39
 
40
40
  // Disabled state
41
41
  // TODO: Remove this when legacy look is deprecated https://pagopa.atlassian.net/browse/IOPLT-153
42
- const colorPrimaryLegacyButtonDisabled: IOColors = "bluegreyLight";
42
+ const colorPrimaryLegacyButtonDisabled: IOColors = "grey-200";
43
43
  const legacyStyles = StyleSheet.create({
44
44
  backgroundDisabled: {
45
45
  backgroundColor: IOColors[colorPrimaryLegacyButtonDisabled]
@@ -127,7 +127,7 @@ const mapLegacyColorStates: Record<
127
127
  > = {
128
128
  // Primary button
129
129
  primary: {
130
- default: IOColors.blue,
130
+ default: IOColors["blue-500"],
131
131
  pressed: IOColors["blue-600"],
132
132
  label: {
133
133
  default: "white",
@@ -148,7 +148,7 @@ const mapLegacyColorStates: Record<
148
148
  default: IOColors.white,
149
149
  pressed: IOColors["blue-50"],
150
150
  label: {
151
- default: "blue",
151
+ default: "blue-500",
152
152
  disabled: "white"
153
153
  }
154
154
  }
@@ -47,17 +47,17 @@ const mapLegacyColorStates: Record<
47
47
  // Primary button
48
48
  primary: {
49
49
  icon: {
50
- default: IOColors.blue,
50
+ default: IOColors["blue-500"],
51
51
  pressed: IOColors["blue-600"],
52
- disabled: hexToRgba(IOColors.blue, 0.25)
52
+ disabled: hexToRgba(IOColors["blue-500"], 0.25)
53
53
  }
54
54
  },
55
55
  // Neutral button
56
56
  neutral: {
57
57
  icon: {
58
58
  default: IOColors.black,
59
- pressed: IOColors.bluegreyDark,
60
- disabled: IOColors.grey
59
+ pressed: IOColors["grey-850"],
60
+ disabled: IOColors["grey-450"]
61
61
  }
62
62
  },
63
63
  // Contrast button
@@ -84,7 +84,7 @@ const mapColorStates: Record<NonNullable<IconButton["color"]>, ColorStates> = {
84
84
  icon: {
85
85
  default: IOColors.black,
86
86
  pressed: IOColors["grey-850"],
87
- disabled: IOColors.grey
87
+ disabled: IOColors["grey-450"]
88
88
  }
89
89
  },
90
90
  // Contrast button
@@ -64,13 +64,13 @@ const mapColorStates: Record<
64
64
  neutral: {
65
65
  background: {
66
66
  default: IOColors.white,
67
- pressed: IOColors.greyUltraLight,
67
+ pressed: IOColors["grey-50"],
68
68
  disabled: "transparent"
69
69
  },
70
70
  icon: {
71
- default: IOColors.bluegrey,
71
+ default: IOColors["grey-700"],
72
72
  pressed: IOColors.black,
73
- disabled: IOColors.grey
73
+ disabled: IOColors["grey-450"]
74
74
  }
75
75
  },
76
76
  // Contrast button
@@ -95,27 +95,27 @@ const mapLegacyColorStates: Record<
95
95
  // Primary button
96
96
  primary: {
97
97
  background: {
98
- default: hexToRgba(IOColors.blue, 0),
99
- pressed: hexToRgba(IOColors.blue, 0.15),
98
+ default: hexToRgba(IOColors["blue-500"], 0),
99
+ pressed: hexToRgba(IOColors["blue-500"], 0.15),
100
100
  disabled: "transparent"
101
101
  },
102
102
  icon: {
103
- default: IOColors.blue,
104
- pressed: IOColors.blue,
105
- disabled: hexToRgba(IOColors.blue, 0.25)
103
+ default: IOColors["blue-500"],
104
+ pressed: IOColors["blue-500"],
105
+ disabled: hexToRgba(IOColors["blue-500"], 0.25)
106
106
  }
107
107
  },
108
108
  // Neutral button
109
109
  neutral: {
110
110
  background: {
111
111
  default: IOColors.white,
112
- pressed: IOColors.greyUltraLight,
112
+ pressed: IOColors["grey-50"],
113
113
  disabled: "transparent"
114
114
  },
115
115
  icon: {
116
- default: IOColors.bluegrey,
116
+ default: IOColors["grey-700"],
117
117
  pressed: IOColors.black,
118
- disabled: IOColors.grey
118
+ disabled: IOColors["grey-450"]
119
119
  }
120
120
  },
121
121
  // Contrast button