@fluentui/web-components 3.0.0-beta.95 → 3.0.0-beta.96

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/web-components
2
2
 
3
- This log was last generated on Thu, 24 Apr 2025 04:06:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Apr 2025 04:06:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [3.0.0-beta.96](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.96)
8
+
9
+ Wed, 30 Apr 2025 04:06:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.95..@fluentui/web-components_v3.0.0-beta.96)
11
+
12
+ ### Changes
13
+
14
+ - feat: add endpoint for f2 design token exports ([PR #34344](https://github.com/microsoft/fluentui/pull/34344) by rupertdavid@microsoft.com)
15
+
7
16
  ## [3.0.0-beta.95](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-beta.95)
8
17
 
9
- Thu, 24 Apr 2025 04:06:15 GMT
18
+ Thu, 24 Apr 2025 04:06:27 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-beta.94..@fluentui/web-components_v3.0.0-beta.95)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fluentui/web-components",
3
3
  "description": "A library of Fluent Web Components",
4
- "version": "3.0.0-beta.95",
4
+ "version": "3.0.0-beta.96",
5
5
  "author": {
6
6
  "name": "Microsoft",
7
7
  "url": "https://discord.gg/FcSNfg4"
@@ -35,6 +35,10 @@
35
35
  "types": "./dist/dts/utils/index.d.ts",
36
36
  "default": "./dist/esm/utils/index.js"
37
37
  },
38
+ "./theme/*.js": {
39
+ "types": "./dist/dts/theme/*.d.ts",
40
+ "default": "./dist/esm/theme/*.js"
41
+ },
38
42
  "./*/base.js": {
39
43
  "types": "./dist/dts/*/*.base.d.ts",
40
44
  "default": "./dist/esm/*/*.base.js"