@fluentui-react-native/separator 0.14.6 → 0.14.8
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 +37 -1
- package/CHANGELOG.md +19 -2
- package/lib/Separator.types.d.ts +1 -1
- package/lib/Separator.types.d.ts.map +1 -1
- package/lib-commonjs/Separator.types.d.ts +1 -1
- package/lib-commonjs/Separator.types.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/Separator.types.ts +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 18 Jan 2023 01:52:50 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/separator_v0.14.8",
|
|
7
|
+
"version": "0.14.8",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/separator",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/framework to v0.8.34",
|
|
14
|
+
"commit": "f7626f6eb1f6c267c40c60c9aef8b8cd899a046b"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/separator",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/theme-tokens to v0.23.1",
|
|
20
|
+
"commit": "f7626f6eb1f6c267c40c60c9aef8b8cd899a046b"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Sun, 15 Jan 2023 14:58:55 GMT",
|
|
27
|
+
"tag": "@fluentui-react-native/separator_v0.14.7",
|
|
28
|
+
"version": "0.14.7",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "ruaraki@microsoft.com",
|
|
33
|
+
"package": "@fluentui-react-native/separator",
|
|
34
|
+
"commit": "65fc2e42b7e2a6115d878caa111730a72b2599af",
|
|
35
|
+
"comment": "Apply prettier"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Tue, 10 Jan 2023 20:17:18 GMT",
|
|
6
42
|
"tag": "@fluentui-react-native/separator_v0.14.6",
|
|
7
43
|
"version": "0.14.6",
|
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/separator
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 18 Jan 2023 01:52:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.14.8
|
|
8
|
+
|
|
9
|
+
Wed, 18 Jan 2023 01:52:50 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/framework to v0.8.34
|
|
14
|
+
- Bump @fluentui-react-native/theme-tokens to v0.23.1
|
|
15
|
+
|
|
16
|
+
## 0.14.7
|
|
17
|
+
|
|
18
|
+
Sun, 15 Jan 2023 14:58:55 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Apply prettier (ruaraki@microsoft.com)
|
|
23
|
+
|
|
7
24
|
## 0.14.6
|
|
8
25
|
|
|
9
|
-
Tue, 10 Jan 2023 20:
|
|
26
|
+
Tue, 10 Jan 2023 20:17:18 GMT
|
|
10
27
|
|
|
11
28
|
### Patches
|
|
12
29
|
|
package/lib/Separator.types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ViewProps, ColorValue } from 'react-native';
|
|
2
2
|
export declare const separatorName = "Separator";
|
|
3
3
|
export declare const SeparatorInsetSpacings: readonly [0, 16, 56, 68, 72, 108];
|
|
4
|
-
export declare type SeparatorInsetSpacing = typeof SeparatorInsetSpacings[number];
|
|
4
|
+
export declare type SeparatorInsetSpacing = (typeof SeparatorInsetSpacings)[number];
|
|
5
5
|
export interface SeparatorPropTokens {
|
|
6
6
|
/**
|
|
7
7
|
* Specifies whether the separator is vertical or horizontal. If true, then it's vertical.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.types.d.ts","sourceRoot":"","sources":["../src/Separator.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,eAAO,MAAM,aAAa,cAAc,CAAC;AAEzC,eAAO,MAAM,sBAAsB,mCAAoC,CAAC;AAExE,oBAAY,qBAAqB,GAAG,OAAO,sBAAsB,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Separator.types.d.ts","sourceRoot":"","sources":["../src/Separator.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,eAAO,MAAM,aAAa,cAAc,CAAC;AAEzC,eAAO,MAAM,sBAAsB,mCAAoC,CAAC;AAExE,oBAAY,qBAAqB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5E,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IAC1D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB;AAED,MAAM,WAAW,cAAe,SAAQ,SAAS,EAAE,mBAAmB;CAOrE;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,EAAE,kBAAkB,CAAC;IAC9B,MAAM,EAAE,eAAe,CAAC;CACzB"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ViewProps, ColorValue } from 'react-native';
|
|
2
2
|
export declare const separatorName = "Separator";
|
|
3
3
|
export declare const SeparatorInsetSpacings: readonly [0, 16, 56, 68, 72, 108];
|
|
4
|
-
export declare type SeparatorInsetSpacing = typeof SeparatorInsetSpacings[number];
|
|
4
|
+
export declare type SeparatorInsetSpacing = (typeof SeparatorInsetSpacings)[number];
|
|
5
5
|
export interface SeparatorPropTokens {
|
|
6
6
|
/**
|
|
7
7
|
* Specifies whether the separator is vertical or horizontal. If true, then it's vertical.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Separator.types.d.ts","sourceRoot":"","sources":["../src/Separator.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,eAAO,MAAM,aAAa,cAAc,CAAC;AAEzC,eAAO,MAAM,sBAAsB,mCAAoC,CAAC;AAExE,oBAAY,qBAAqB,GAAG,OAAO,sBAAsB,CAAC,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Separator.types.d.ts","sourceRoot":"","sources":["../src/Separator.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,eAAO,MAAM,aAAa,cAAc,CAAC;AAEzC,eAAO,MAAM,sBAAsB,mCAAoC,CAAC;AAExE,oBAAY,qBAAqB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5E,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IAC1D;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB;AAED,MAAM,WAAW,cAAe,SAAQ,SAAS,EAAE,mBAAmB;CAOrE;AAED,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,EAAE,kBAAkB,CAAC;IAC9B,MAAM,EAAE,eAAe,CAAC;CACzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/separator",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.8",
|
|
4
4
|
"description": "A cross-platform Separator component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"directory": "packages/components/Separator"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/framework": ">=0.8.
|
|
26
|
-
"@fluentui-react-native/theme-tokens": "^0.23.
|
|
25
|
+
"@fluentui-react-native/framework": ">=0.8.34 <1.0.0",
|
|
26
|
+
"@fluentui-react-native/theme-tokens": "^0.23.1",
|
|
27
27
|
"@fluentui-react-native/use-styling": "^0.9.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
package/src/Separator.types.ts
CHANGED
|
@@ -4,7 +4,7 @@ export const separatorName = 'Separator';
|
|
|
4
4
|
|
|
5
5
|
export const SeparatorInsetSpacings = [0, 16, 56, 68, 72, 108] as const;
|
|
6
6
|
|
|
7
|
-
export type SeparatorInsetSpacing = typeof SeparatorInsetSpacings[number];
|
|
7
|
+
export type SeparatorInsetSpacing = (typeof SeparatorInsetSpacings)[number];
|
|
8
8
|
|
|
9
9
|
export interface SeparatorPropTokens {
|
|
10
10
|
/**
|