From 15e1c0543620de31c330eecf171fda34adde6ed7 Mon Sep 17 00:00:00 2001 From: "Carlos Perez (M365)" Date: Mon, 10 Mar 2025 13:32:33 -0700 Subject: [PATCH 1/2] Updating CDN url to point to the refreshed iconset. --- packages/style-utilities/src/cdn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/style-utilities/src/cdn.ts b/packages/style-utilities/src/cdn.ts index eab878d6dac003..c571d074a9a0ad 100644 --- a/packages/style-utilities/src/cdn.ts +++ b/packages/style-utilities/src/cdn.ts @@ -1 +1 @@ -export const FLUENT_CDN_BASE_URL = 'https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001'; +export const FLUENT_CDN_BASE_URL = 'https://res.cdn.office.net/files/fabric-cdn-prod_20250310.001'; From f40485da6e4ad660285ec6be92ef31f8b84dd48c Mon Sep 17 00:00:00 2001 From: "Carlos Perez (M365)" Date: Mon, 10 Mar 2025 14:12:00 -0700 Subject: [PATCH 2/2] Updating `yarn change` and API markdown related to the CDN URL update --- ...yle-utilities-47f0e327-987f-4551-b404-8e2cfb728882.json | 7 +++++++ packages/style-utilities/etc/style-utilities.api.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 change/@fluentui-style-utilities-47f0e327-987f-4551-b404-8e2cfb728882.json diff --git a/change/@fluentui-style-utilities-47f0e327-987f-4551-b404-8e2cfb728882.json b/change/@fluentui-style-utilities-47f0e327-987f-4551-b404-8e2cfb728882.json new file mode 100644 index 00000000000000..e7fa2aec42b52e --- /dev/null +++ b/change/@fluentui-style-utilities-47f0e327-987f-4551-b404-8e2cfb728882.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Updating CDN URL to point to refreshed 64x64 filetype icon assets.", + "packageName": "@fluentui/style-utilities", + "email": "caperez@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/style-utilities/etc/style-utilities.api.md b/packages/style-utilities/etc/style-utilities.api.md index 69b293fe5b52d4..81900d86f4ed00 100644 --- a/packages/style-utilities/etc/style-utilities.api.md +++ b/packages/style-utilities/etc/style-utilities.api.md @@ -84,7 +84,7 @@ export { DefaultPalette } export const EdgeChromiumHighContrastSelector = "@media screen and (-ms-high-contrast: active), screen and (forced-colors: active)"; // @public (undocumented) -export const FLUENT_CDN_BASE_URL = "https://res.cdn.office.net/files/fabric-cdn-prod_20241209.001"; +export const FLUENT_CDN_BASE_URL = "https://res.cdn.office.net/files/fabric-cdn-prod_20250310.001"; // @public export function focusClear(): IRawStyle;