react-native-ui-lib 7.46.0-snapshot.7284 → 7.46.0-snapshot.7291

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ui-lib",
3
- "version": "7.46.0-snapshot.7284",
3
+ "version": "7.46.0-snapshot.7291",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -256,18 +256,14 @@ declare const colorObject: Colors & {
256
256
  $outlineDisabledHeavy: string;
257
257
  $outlineNeutral: string;
258
258
  $outlineNeutralHeavy: string;
259
- $outlinePrimary: string;
260
- $outlinePrimaryMedium: string;
261
- $outlineGeneral: string; /**
259
+ $outlinePrimary: string; /**
262
260
  * Get app's current color scheme
263
261
  */
262
+ $outlinePrimaryMedium: string;
263
+ $outlineGeneral: string;
264
264
  $outlineWarning: string;
265
265
  $outlineDanger: string;
266
- $outlineInverted: string; /**
267
- * Set color scheme for app
268
- * arguments:
269
- * scheme - color scheme e.g light/dark/default
270
- */
266
+ $outlineInverted: string;
271
267
  $black: string;
272
268
  $white: string;
273
269
  };
@@ -15,7 +15,7 @@ const colorsPalette = {
15
15
  blue5: '#0C3E9D',
16
16
  blue10: '#0F4DC4',
17
17
  blue20: '#0F59E6',
18
- blue30: '#0A62EE',
18
+ blue30: '#116DFF',
19
19
  blue40: '#3582FF',
20
20
  blue50: '#81B4FF',
21
21
  blue60: '#97C7FF',
@@ -38,10 +38,11 @@ export default {
38
38
  $textDefaultLight: colorsPalette.white,
39
39
  $textPrimary: colorsPalette.violet30,
40
40
  $textGeneral: colorsPalette.blue30,
41
- $textSuccess: colorsPalette.green5,
41
+ $textSuccess: colorsPalette.green10,
42
42
  $textSuccessLight: colorsPalette.green30,
43
- $textMajor: colorsPalette.orange5,
44
- $textDanger: colorsPalette.red5,
43
+ $textMajor: colorsPalette.orange10,
44
+ $textDanger: colorsPalette.red10,
45
+ //textDangerLight should be deprecated
45
46
  $textDangerLight: colorsPalette.red10,
46
47
  // ICON
47
48
  $iconDefault: colorsPalette.grey10,
@@ -51,10 +52,11 @@ export default {
51
52
  $iconPrimaryLight: colorsPalette.violet50,
52
53
  $iconGeneral: colorsPalette.blue30,
53
54
  $iconGeneralLight: colorsPalette.blue50,
54
- $iconSuccess: colorsPalette.green5,
55
+ $iconSuccess: colorsPalette.green10,
55
56
  $iconSuccessLight: colorsPalette.green30,
56
- $iconMajor: colorsPalette.orange5,
57
- $iconDanger: colorsPalette.red5,
57
+ $iconMajor: colorsPalette.orange10,
58
+ $iconDanger: colorsPalette.red10,
59
+ //iconDangerLight should be deprecated
58
60
  $iconDangerLight: colorsPalette.red10,
59
61
  $iconDisabled: colorsPalette.grey50,
60
62
  // OUTLINE