@sudobility/building_blocks_rn 0.0.30 → 0.0.31

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.
@@ -30,26 +30,22 @@ const useStyles = createThemedStyles(colors => ({
30
30
  fontWeight: '700',
31
31
  color: colors.text,
32
32
  marginBottom: 8,
33
- alignSelf: 'flex-start',
34
33
  textAlign: 'auto',
35
34
  },
36
35
  lastUpdated: {
37
36
  fontSize: 14,
38
37
  color: colors.textMuted,
39
38
  marginBottom: 24,
40
- alignSelf: 'flex-start',
41
39
  textAlign: 'auto',
42
40
  },
43
41
  section: {
44
42
  marginBottom: 24,
45
- alignItems: 'flex-start',
46
43
  },
47
44
  sectionTitle: {
48
45
  fontSize: 20,
49
46
  fontWeight: '600',
50
47
  color: colors.text,
51
48
  marginBottom: 8,
52
- alignSelf: 'flex-start',
53
49
  textAlign: 'auto',
54
50
  },
55
51
  subsectionTitle: {
@@ -57,25 +53,21 @@ const useStyles = createThemedStyles(colors => ({
57
53
  fontWeight: '600',
58
54
  color: colors.text,
59
55
  marginBottom: 6,
60
- alignSelf: 'flex-start',
61
56
  textAlign: 'auto',
62
57
  },
63
58
  sectionContent: {
64
59
  fontSize: 15,
65
60
  lineHeight: 22,
66
61
  color: colors.textSecondary,
67
- alignSelf: 'flex-start',
68
62
  textAlign: 'auto',
69
63
  },
70
64
  list: {
71
65
  marginTop: 8,
72
66
  gap: 6,
73
- alignSelf: 'stretch',
74
67
  },
75
68
  listItem: {
76
69
  flexDirection: 'row',
77
70
  paddingStart: 8,
78
- alignSelf: 'flex-start',
79
71
  },
80
72
  bullet: {
81
73
  fontSize: 15,
@@ -95,13 +87,11 @@ const useStyles = createThemedStyles(colors => ({
95
87
  padding: 16,
96
88
  backgroundColor: colors.surfaceSecondary,
97
89
  borderRadius: 12,
98
- alignItems: 'flex-start',
99
90
  },
100
91
  contactInfo: {
101
92
  fontSize: 15,
102
93
  color: colors.primary,
103
94
  marginTop: 8,
104
- alignSelf: 'flex-start',
105
95
  textAlign: 'auto',
106
96
  },
107
97
  gdprNotice: {
@@ -109,7 +99,6 @@ const useStyles = createThemedStyles(colors => ({
109
99
  color: colors.textMuted,
110
100
  marginTop: 12,
111
101
  fontStyle: 'italic',
112
- alignSelf: 'flex-start',
113
102
  textAlign: 'auto',
114
103
  },
115
104
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/building_blocks_rn",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "Higher-level shared UI building blocks for Sudobility React Native apps",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",