@fluentui-react-native/separator 0.18.5 → 0.18.7

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,22 +2,16 @@
2
2
  "name": "@fluentui-react-native/separator",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 11 Jul 2025 19:50:45 GMT",
6
- "version": "0.18.5",
7
- "tag": "@fluentui-react-native/separator_v0.18.5",
5
+ "date": "Tue, 15 Jul 2025 23:27:02 GMT",
6
+ "version": "0.18.6",
7
+ "tag": "@fluentui-react-native/separator_v0.18.6",
8
8
  "comments": {
9
9
  "none": [
10
10
  {
11
- "author": "ruaraki@microsoft.com",
11
+ "author": "jasonmo@microsoft.com",
12
12
  "package": "@fluentui-react-native/separator",
13
- "commit": "a245202877ef7f2be9ab5f0e1356b2270957e693",
14
- "comment": "Run bump-versions"
15
- },
16
- {
17
- "author": "sanajmi@microsoft.com",
18
- "package": "@fluentui-react-native/separator",
19
- "commit": "405ca368dc3f2963bfc252a1952b1e14ff503499",
20
- "comment": "fix: run `beachball sync` to sync package versions with NPM"
13
+ "commit": "3e168e4363d1821818f219819d29532eace8d979",
14
+ "comment": "update scripts package to be fully js, use esm, and validate fully"
21
15
  },
22
16
  {
23
17
  "author": "4123478+tido64@users.noreply.github.com",
@@ -30,14 +24,38 @@
30
24
  "package": "@fluentui-react-native/separator",
31
25
  "commit": "54087dca787180bbf34630470cd0d06e88366b30",
32
26
  "comment": "update eslint to 9.x and use new flat config format with security rules"
27
+ },
28
+ {
29
+ "author": "ruaraki@microsoft.com",
30
+ "package": "@fluentui-react-native/separator",
31
+ "commit": "a245202877ef7f2be9ab5f0e1356b2270957e693",
32
+ "comment": "Run bump-versions"
33
+ },
34
+ {
35
+ "author": "sanajmi@microsoft.com",
36
+ "package": "@fluentui-react-native/separator",
37
+ "commit": "405ca368dc3f2963bfc252a1952b1e14ff503499",
38
+ "comment": "fix: run `beachball sync` to sync package versions with NPM"
33
39
  }
34
40
  ],
35
41
  "patch": [
42
+ {
43
+ "author": "sanajmi@microsoft.com",
44
+ "package": "@fluentui-react-native/separator",
45
+ "commit": "9cbe229ec7f6363d229dcaef506921b8d9f47d7d",
46
+ "comment": "fix: run beachball sync"
47
+ },
36
48
  {
37
49
  "author": "jasonmo@microsoft.com",
38
50
  "package": "@fluentui-react-native/separator",
39
51
  "commit": "479b93cea460a26df70c55b5d3335927ed374713",
40
52
  "comment": "update builds to use node16 settings and modern export maps"
53
+ },
54
+ {
55
+ "author": "jasonmo@microsoft.com",
56
+ "package": "@fluentui-react-native/separator",
57
+ "commit": "6b4d59227b1e9bbbf25cc93a3502015f663b363e",
58
+ "comment": "add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling"
41
59
  }
42
60
  ]
43
61
  }
package/CHANGELOG.md CHANGED
@@ -1,16 +1,18 @@
1
1
  # Change Log - @fluentui-react-native/separator
2
2
 
3
- <!-- This log was last generated on Fri, 11 Jul 2025 19:50:45 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Tue, 15 Jul 2025 23:27:02 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.18.5
7
+ ## 0.18.6
8
8
 
9
- Fri, 11 Jul 2025 19:50:45 GMT
9
+ Tue, 15 Jul 2025 23:27:02 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
+ - fix: run beachball sync (sanajmi@microsoft.com)
13
14
  - update builds to use node16 settings and modern export maps (jasonmo@microsoft.com)
15
+ - add react-native entrypoints that ensure metro targets TS files rather than JS files for bundling (jasonmo@microsoft.com)
14
16
 
15
17
  ## 0.18.3
16
18
 
package/babel.config.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('@fluentui-react-native/scripts/babel.config');
1
+ module.exports = require('@fluentui-react-native/scripts/configs/babel.config');
@@ -1,4 +1,4 @@
1
1
  import type { SeparatorProps } from './Separator.types';
2
- export declare const Separator: import("@fluentui-react-native/framework").ComposableComponent<SeparatorProps, import("./Separator.types").SeperatorSlotProps, import("./Separator.types").SeparatorTokens, object>;
2
+ export declare const Separator: import("@fluentui-react-native/framework").ComposableComponent<SeparatorProps, import("./Separator.types").SeperatorSlotProps, import("./Separator.types").SeparatorTokens, import("@fluentui-react-native/framework").ObjectBase>;
3
3
  export default Separator;
4
4
  //# sourceMappingURL=Separator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,qLAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,oOAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import type { SeparatorProps } from './Separator.types';
2
- export declare const Separator: import("@fluentui-react-native/framework").ComposableComponent<SeparatorProps, import("./Separator.types").SeperatorSlotProps, import("./Separator.types").SeparatorTokens, object>;
2
+ export declare const Separator: import("@fluentui-react-native/framework").ComposableComponent<SeparatorProps, import("./Separator.types").SeperatorSlotProps, import("./Separator.types").SeparatorTokens, import("@fluentui-react-native/framework").ObjectBase>;
3
3
  export default Separator;
4
4
  //# sourceMappingURL=Separator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,qLAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,mBAAmB,CAAC;AAKvE,eAAO,MAAM,SAAS,oOAQpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/separator",
3
- "version": "0.18.5",
3
+ "version": "0.18.7",
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",
7
+ "react-native": "src/index.ts",
7
8
  "exports": {
8
9
  ".": {
9
10
  "import": "./lib/index.js",
@@ -29,9 +30,9 @@
29
30
  "directory": "packages/components/Separator"
30
31
  },
31
32
  "dependencies": {
32
- "@fluentui-react-native/framework": "0.14.5",
33
- "@fluentui-react-native/theme-tokens": "0.27.4",
34
- "@fluentui-react-native/use-styling": "0.13.5"
33
+ "@fluentui-react-native/framework": "0.14.7",
34
+ "@fluentui-react-native/theme-tokens": "0.27.5",
35
+ "@fluentui-react-native/use-styling": "0.13.7"
35
36
  },
36
37
  "devDependencies": {
37
38
  "@babel/core": "^7.20.0",
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "@fluentui-react-native/scripts/tsconfig.json",
2
+ "extends": "@fluentui-react-native/scripts/configs/tsconfig.json",
3
3
  "compilerOptions": {
4
4
  "outDir": "lib"
5
5
  },
package/just.config.js DELETED
@@ -1,3 +0,0 @@
1
- const { preset } = require('@fluentui-react-native/scripts');
2
-
3
- preset();