@moamc/rn-cli 1.4.1 → 1.4.2

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": "@moamc/rn-cli",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Enterprise-grade Code Generation CLI for React Native Applications",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -137,6 +137,25 @@ const styles = StyleSheet.create({
137
137
  \t\tcolor: colorConstant.moBlack,
138
138
  \t\tmarginVertical: 20,
139
139
  \t},
140
+ \theadContainer: {
141
+ \t\tflexDirection: 'row',
142
+ \t\tjustifyContent: 'space-between',
143
+ \t\tmarginTop: 16,
144
+ \t},
145
+ \theadWidth: {
146
+ \t\twidth: '48%',
147
+ \t},
148
+ \tfloatContentStyle: {
149
+ \t\t...fonts.fontWSR16,
150
+ \t\tcolor: colorConstant.amcBlack,
151
+ \t},
152
+ \tfloatStyle: {},
153
+ \tfloatLabelStyle: {
154
+ \t\tcolor: colorConstant?.amcMediumGrey,
155
+ \t\tbackgroundColor: colorConstant?.amcWhite,
156
+ \t\t...fonts.fontWSM12,
157
+ \t\tlineHeight: 16,
158
+ \t},
140
159
  });
141
160
 
142
161
  export default ${componentName};