@fluentui-react-native/text 0.15.0 → 0.15.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/CHANGELOG.json CHANGED
@@ -2,7 +2,93 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 21 Sep 2022 20:58:28 GMT",
5
+ "date": "Fri, 30 Sep 2022 08:02:26 GMT",
6
+ "tag": "@fluentui-react-native/text_v0.15.2",
7
+ "version": "0.15.2",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui-react-native/text",
13
+ "commit": "609f7988754b77b86f2ed51d0ce4714fb2152293",
14
+ "comment": "snapshots update"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui-react-native/text",
21
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.7",
22
+ "commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui-react-native/text",
27
+ "comment": "Bump @fluentui-react-native/framework to v0.8.6",
28
+ "commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui-react-native/text",
33
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.19.2",
34
+ "commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui-react-native/text",
39
+ "comment": "Bump @fluentui-react-native/tokens to v0.17.2",
40
+ "commit": "609f7988754b77b86f2ed51d0ce4714fb2152293"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Fri, 30 Sep 2022 00:54:36 GMT",
47
+ "tag": "@fluentui-react-native/text_v0.15.1",
48
+ "version": "0.15.1",
49
+ "comments": {
50
+ "patch": [
51
+ {
52
+ "author": "krsiler@microsoft.com",
53
+ "package": "@fluentui-react-native/text",
54
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b",
55
+ "comment": "Update react-native to 0.68"
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui-react-native/text",
60
+ "comment": "Bump @uifabricshared/foundation-compose to v1.12.6",
61
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui-react-native/text",
66
+ "comment": "Bump @fluentui-react-native/adapters to v0.9.2",
67
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui-react-native/text",
72
+ "comment": "Bump @fluentui-react-native/framework to v0.8.5",
73
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui-react-native/text",
78
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.19.1",
79
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui-react-native/text",
84
+ "comment": "Bump @fluentui-react-native/tokens to v0.17.1",
85
+ "commit": "de9ddf75304295843613e144473e4fef3190f14b"
86
+ }
87
+ ]
88
+ }
89
+ },
90
+ {
91
+ "date": "Wed, 21 Sep 2022 21:00:40 GMT",
6
92
  "tag": "@fluentui-react-native/text_v0.15.0",
7
93
  "version": "0.15.0",
8
94
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Wed, 21 Sep 2022 20:58:28 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 08:02:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.15.2
8
+
9
+ Fri, 30 Sep 2022 08:02:26 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @uifabricshared/foundation-compose to v1.12.7
14
+ - Bump @fluentui-react-native/framework to v0.8.6
15
+ - Bump @fluentui-react-native/theme-tokens to v0.19.2
16
+ - Bump @fluentui-react-native/tokens to v0.17.2
17
+
18
+ ## 0.15.1
19
+
20
+ Fri, 30 Sep 2022 00:54:36 GMT
21
+
22
+ ### Patches
23
+
24
+ - Update react-native to 0.68 (krsiler@microsoft.com)
25
+ - Bump @uifabricshared/foundation-compose to v1.12.6
26
+ - Bump @fluentui-react-native/adapters to v0.9.2
27
+ - Bump @fluentui-react-native/framework to v0.8.5
28
+ - Bump @fluentui-react-native/theme-tokens to v0.19.1
29
+ - Bump @fluentui-react-native/tokens to v0.17.1
30
+
7
31
  ## 0.15.0
8
32
 
9
- Wed, 21 Sep 2022 20:58:28 GMT
33
+ Wed, 21 Sep 2022 21:00:40 GMT
10
34
 
11
35
  ### Minor changes
12
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "description": "A cross-platform Text component using the Fluent Design System",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,24 +22,36 @@
22
22
  "directory": "packages/components/text"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.12.5",
26
- "@fluentui-react-native/adapters": ">=0.9.1 <1.0.0",
27
- "@fluentui-react-native/framework": "0.8.4",
28
- "@fluentui-react-native/theme-tokens": ">=0.19.0 <1.0.0",
29
- "@fluentui-react-native/tokens": ">=0.17.0 <1.0.0",
25
+ "@uifabricshared/foundation-compose": "^1.12.7",
26
+ "@fluentui-react-native/adapters": ">=0.9.2 <1.0.0",
27
+ "@fluentui-react-native/framework": "0.8.6",
28
+ "@fluentui-react-native/theme-tokens": ">=0.19.2 <1.0.0",
29
+ "@fluentui-react-native/tokens": ">=0.17.2 <1.0.0",
30
30
  "tslib": "^2.3.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
34
- "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
35
- "@types/react-native": "^0.66.0",
36
34
  "@fluentui-react-native/scripts": "^0.1.1",
37
- "react-native": "^0.66.0"
35
+ "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
36
+ "@types/react-native": "^0.68.0",
37
+ "react": "17.0.2",
38
+ "react-native": "^0.68.0"
38
39
  },
39
40
  "peerDependencies": {
40
- "react": ">=17.0.2",
41
- "react-native": ">=0.66.0"
41
+ "react": "17.0.2",
42
+ "react-native": "^0.68.0"
42
43
  },
43
44
  "author": "",
44
- "license": "MIT"
45
+ "license": "MIT",
46
+ "rnx-kit": {
47
+ "reactNativeVersion": "^0.68",
48
+ "reactNativeDevVersion": "^0.68",
49
+ "kitType": "library",
50
+ "capabilities": [
51
+ "core",
52
+ "core-android",
53
+ "core-ios",
54
+ "react"
55
+ ]
56
+ }
45
57
  }
@@ -54,7 +54,7 @@ exports[`Text component tests Text default 1`] = `
54
54
  Object {
55
55
  "color": "#323130",
56
56
  "fontFamily": "Segoe UI",
57
- "fontSize": 12,
57
+ "fontSize": 13,
58
58
  "fontStyle": undefined,
59
59
  "fontWeight": "400",
60
60
  "letterSpacing": undefined,
@@ -77,7 +77,7 @@ exports[`Text component tests Text variants render correctly with style 1`] = `
77
77
  Object {
78
78
  "color": "blue",
79
79
  "fontFamily": "Segoe UI",
80
- "fontSize": 40,
80
+ "fontSize": 60,
81
81
  "fontWeight": "600",
82
82
  "margin": 0,
83
83
  "marginBottom": 8,