react-native-ui-lib 7.46.0 → 7.46.1-snapshot.7300

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",
3
+ "version": "7.46.1-snapshot.7300",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -7,6 +7,8 @@ export declare const BorderRadiusesLiterals: {
7
7
  br40: number;
8
8
  br50: number;
9
9
  br60: number;
10
+ br70: number;
11
+ br90: number;
10
12
  br100: number;
11
13
  };
12
14
  export declare class BorderRadiuses {
@@ -21,6 +23,8 @@ declare const borderRadiusesInstance: BorderRadiuses & {
21
23
  br40: number;
22
24
  br50: number;
23
25
  br60: number;
26
+ br70: number;
27
+ br90: number;
24
28
  br100: number;
25
29
  };
26
30
  export default borderRadiusesInstance;
@@ -13,6 +13,8 @@ export const BorderRadiusesLiterals /* : IBorderRadiusesLiterals */ = {
13
13
  br40: 12,
14
14
  br50: Constants.isIOS ? 15 : 16,
15
15
  br60: 20,
16
+ br70: 24,
17
+ br90: 32,
16
18
  br100: 999
17
19
  };
18
20
  export class BorderRadiuses {
@@ -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