@rnw-community/fast-style 0.37.0 → 0.38.1
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/dist/font/font.d.ts +1 -1
- package/dist/font/font.d.ts.map +1 -1
- package/package.json +8 -4
package/dist/font/font.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { combine } from '@rnw-community/object-field-tree';
|
|
2
|
-
import type { Enum } from '@rnw-community/
|
|
2
|
+
import type { Enum } from '@rnw-community/shared';
|
|
3
3
|
import type { TextStyle } from 'react-native';
|
|
4
4
|
export declare const getFont: <TFamily extends Enum<unknown>, TSize extends Enum<unknown>, TColor extends Enum<unknown>>(fontFamilyObj: TFamily, fontSizeObj: TSize, fontColorObj: TColor, additionalStyle?: TextStyle) => ReturnType<typeof combine>;
|
|
5
5
|
//# sourceMappingURL=font.d.ts.map
|
package/dist/font/font.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"font.d.ts","sourceRoot":"","sources":["../../src/font/font.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAE3D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"font.d.ts","sourceRoot":"","sources":["../../src/font/font.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAE3D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,eAAO,MAAM,OAAO,iLAIC,SAAS,KAC3B,WAAW,cAAc,CAgB3B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnw-community/fast-style",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Fast react native flex and font styling",
|
|
6
6
|
"keywords": [
|
|
@@ -32,12 +32,16 @@
|
|
|
32
32
|
"clear": "rm -rf coverage && rm -rf dist && rm -f *.tsbuildinfo",
|
|
33
33
|
"clear:deps": "rm -rf ./node_modules && rm -rf ./dist"
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"@rnw-community/object-field-tree": "^0.37.0"
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"@rnw-community/object-field-tree": "^0.37.0",
|
|
37
|
+
"@rnw-community/shared": "^0.37.0",
|
|
38
|
+
"react-native": "^0.64.1"
|
|
37
39
|
},
|
|
38
40
|
"devDependencies": {
|
|
41
|
+
"@rnw-community/object-field-tree": "^0.38.1",
|
|
42
|
+
"@rnw-community/shared": "^0.38.1",
|
|
39
43
|
"@types/react-native": "^0.64.12",
|
|
40
44
|
"react-native": "^0.64.1"
|
|
41
45
|
},
|
|
42
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "bf50ae02acd9dec3f4d48afbcd9ac3d09d385409"
|
|
43
47
|
}
|