first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
// If this file is moved or split, the scripts for building codepen examples will likely need to be updated.
var baseProductionCdnUrl = 'https://res-1.cdn.office.net/files/fabric-cdn-prod_20230815.002/';
/** @deprecated Use the version from `@fluentui/example-data` instead. */
export var TestImages = {
choiceGroupBarUnselected: baseProductionCdnUrl + 'office-ui-fabric-react-assets/choicegroup-bar-unselected.png',
choiceGroupBarSelected: baseProductionCdnUrl + 'office-ui-fabric-react-assets/choicegroup-bar-selected.png',
choiceGroupPieUnselected: baseProductionCdnUrl + 'office-ui-fabric-react-assets/choicegroup-pie-unselected.png',
choiceGroupPieSelected: baseProductionCdnUrl + 'office-ui-fabric-react-assets/choicegroup-pie-selected.png',
documentPreview: baseProductionCdnUrl + 'office-ui-fabric-react-assets/document-preview.png',
documentPreviewTwo: baseProductionCdnUrl + 'office-ui-fabric-react-assets/document-preview2.png',
documentPreviewThree: baseProductionCdnUrl + 'office-ui-fabric-react-assets/document-preview3.png',
iconOne: baseProductionCdnUrl + 'office-ui-fabric-react-assets/icon-one.png',
iconPpt: baseProductionCdnUrl + 'assets/item-types/32/pptx.png',
personaFemale: baseProductionCdnUrl + 'office-ui-fabric-react-assets/persona-female.png',
personaMale: baseProductionCdnUrl + 'office-ui-fabric-react-assets/persona-male.png',
};
//# sourceMappingURL=TestImages.js.map