ui-rn 1.0.12 → 1.0.14

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/README.md CHANGED
@@ -59,7 +59,7 @@ export default function test() {
59
59
  | square | number |
60
60
  | width100 | boolean |
61
61
  | height100 | boolean |
62
- | background | Array < IColor > Array < (string) > string |
62
+ | background | Array <string> , string |
63
63
  | gradient | 'vertical', 'horizontal' |
64
64
  | flexOne | boolean |
65
65
  | shadowColor | string, boolean |
@@ -70,7 +70,6 @@ export default function test() {
70
70
  | marginFlex | { vertical?: number, horizontal?: number } |
71
71
  | marginOption | { all?: number, top?: number, left?: number, right?: number, bottom?: number } |
72
72
  | shadowOption | { color?: string, width?: number, height?: number, opacity?: number, radius?: number, elevation?: number } |
73
- | styleChar | string |
74
73
  | widthScreen | boolean |
75
74
  | heightScreen | boolean |
76
75
 
@@ -122,7 +121,7 @@ export default function test() {
122
121
 
123
122
  | Prop Style | ViewStyle |
124
123
  | ----------- | --------------------------------- |
125
- | bold | boolean , TextStyle['fontWeight'] |
124
+ | bold | boolean, TextStyle['fontWeight'] |
126
125
  | center | boolean |
127
126
  | italic | boolean |
128
127
  | underline | boolean |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui-rn",
3
- "version": "1.0.12",
4
- "repository": "https://github.com/phamha98/ui-rn",
3
+ "version": "1.0.14",
4
+ "repository": "https://github.com/package-dev/ui-rn",
5
5
  "description": "ui-rn",
6
6
  "author": "Phamha98",
7
7
  "main": "src/index.tsx",
File without changes
File without changes
File without changes
File without changes