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

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