@dropi/react-native-design-system 0.2.19 → 0.2.20

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.
@@ -6,15 +6,14 @@ declare const _default: {
6
6
  paddingHorizontal: number;
7
7
  paddingVertical: number;
8
8
  borderRadius: number;
9
- borderWidth: number;
10
9
  };
11
10
  primaryContainer: {
12
11
  backgroundColor: "#FEF8F1";
13
- borderColor: "#F49A3D";
14
12
  };
15
13
  tertiaryContainer: {
14
+ borderWidth: number;
16
15
  backgroundColor: "#F7F8FA";
17
- borderColor: "#69738C";
16
+ borderColor: "#C3C9D9";
18
17
  };
19
18
  primaryText: {
20
19
  color: "#F49A3D";
@@ -13,16 +13,15 @@ var _default = exports.default = _reactNative.StyleSheet.create({
13
13
  alignSelf: "flex-start",
14
14
  paddingHorizontal: _constants.spacing["size-2"],
15
15
  paddingVertical: _constants.spacing["size-1"],
16
- borderRadius: _constants.radius["border-2"],
17
- borderWidth: 1
16
+ borderRadius: _constants.radius["border-2"]
18
17
  },
19
18
  primaryContainer: {
20
- backgroundColor: _constants.colors["Primary-50"].light,
21
- borderColor: _constants.colors["Primary-500"].light
19
+ backgroundColor: _constants.colors["Primary-50"].light
22
20
  },
23
21
  tertiaryContainer: {
22
+ borderWidth: 1,
24
23
  backgroundColor: _constants.colors["Gray-50"].light,
25
- borderColor: _constants.colors["Gray-500"].light
24
+ borderColor: _constants.colors["Gray-200"].light
26
25
  },
27
26
  primaryText: {
28
27
  color: _constants.colors["Primary-500"].light
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropi/react-native-design-system",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",