@fluentui-react-native/text 0.15.1 → 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,48 @@
2
2
  "name": "@fluentui-react-native/text",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 30 Sep 2022 00:51:19 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",
6
47
  "tag": "@fluentui-react-native/text_v0.15.1",
7
48
  "version": "0.15.1",
8
49
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui-react-native/text
2
2
 
3
- This log was last generated on Fri, 30 Sep 2022 00:51:19 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
+
7
18
  ## 0.15.1
8
19
 
9
- Fri, 30 Sep 2022 00:51:19 GMT
20
+ Fri, 30 Sep 2022 00:54:36 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/text",
3
- "version": "0.15.1",
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,11 +22,11 @@
22
22
  "directory": "packages/components/text"
23
23
  },
24
24
  "dependencies": {
25
- "@uifabricshared/foundation-compose": "^1.12.6",
25
+ "@uifabricshared/foundation-compose": "^1.12.7",
26
26
  "@fluentui-react-native/adapters": ">=0.9.2 <1.0.0",
27
- "@fluentui-react-native/framework": "0.8.5",
28
- "@fluentui-react-native/theme-tokens": ">=0.19.1 <1.0.0",
29
- "@fluentui-react-native/tokens": ">=0.17.1 <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": {
@@ -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,