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

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