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

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,20 +6,15 @@ declare const _default: {
6
6
  paddingHorizontal: number;
7
7
  paddingVertical: number;
8
8
  borderRadius: number;
9
- gap: number;
10
9
  borderWidth: number;
11
- borderColor: "#C3C9D9";
12
10
  };
13
11
  primaryContainer: {
14
12
  backgroundColor: "#FEF8F1";
13
+ borderColor: "#F49A3D";
15
14
  };
16
15
  tertiaryContainer: {
17
16
  backgroundColor: "#F7F8FA";
18
- };
19
- text: {
20
- fontSize: number;
21
- fontWeight: "700";
22
- lineHeight: number;
17
+ borderColor: "#69738C";
23
18
  };
24
19
  primaryText: {
25
20
  color: "#F49A3D";
@@ -13,21 +13,16 @@ 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-1"],
17
- gap: _constants.spacing["size-1"],
18
- borderWidth: 1,
19
- borderColor: _constants.colors["Gray-200"].light
16
+ borderRadius: _constants.radius["border-2"],
17
+ borderWidth: 1
20
18
  },
21
19
  primaryContainer: {
22
- backgroundColor: _constants.colors["Primary-50"].light
20
+ backgroundColor: _constants.colors["Primary-50"].light,
21
+ borderColor: _constants.colors["Primary-500"].light
23
22
  },
24
23
  tertiaryContainer: {
25
- backgroundColor: _constants.colors["Gray-50"].light
26
- },
27
- text: {
28
- fontSize: _constants.sizes.xs,
29
- fontWeight: _constants.weights.bold,
30
- lineHeight: 14
24
+ backgroundColor: _constants.colors["Gray-50"].light,
25
+ borderColor: _constants.colors["Gray-500"].light
31
26
  },
32
27
  primaryText: {
33
28
  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.17",
3
+ "version": "0.2.19",
4
4
  "description": "A React Native package built from scratch",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",