@fluentui/react-file-type-icons
Advanced tools
Comparing version 8.5.3 to 8.5.4
# Change Log - @fluentui/react-file-type-icons | ||
This log was last generated on Tue, 02 Nov 2021 07:34:51 GMT and should not be manually modified. | ||
This log was last generated on Mon, 08 Nov 2021 07:35:04 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [8.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.5.4) | ||
Mon, 08 Nov 2021 07:35:04 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.5.3..@fluentui/react-file-type-icons_v8.5.4) | ||
### Patches | ||
- Updating filetypeicon package to support Loop files. ([PR #20518](https://github.com/microsoft/fluentui/pull/20518) by caperez@microsoft.com) | ||
## [8.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.5.3) | ||
Tue, 02 Nov 2021 07:34:51 GMT | ||
Tue, 02 Nov 2021 07:37:02 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.5.2..@fluentui/react-file-type-icons_v8.5.3) | ||
@@ -11,0 +20,0 @@ |
@@ -283,3 +283,3 @@ define(["require", "exports"], function (require, exports) { | ||
fluid: { | ||
extensions: ['b', 'fluid'], | ||
extensions: ['fluid', 'loop'], | ||
}, | ||
@@ -286,0 +286,0 @@ form: {}, |
import type { IIconOptions } from '@fluentui/style-utilities'; | ||
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/"; | ||
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/"; | ||
export declare const ICON_SIZES: number[]; | ||
export declare function initializeFileTypeIcons(baseUrl?: string, options?: Partial<IIconOptions>): void; |
@@ -7,3 +7,3 @@ define(["require", "exports", "react", "@fluentui/style-utilities", "./FileTypeIconMap"], function (require, exports, React, style_utilities_1, FileTypeIconMap_1) { | ||
var SVG_SUFFIX = '_svg'; | ||
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/'; | ||
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/'; | ||
exports.ICON_SIZES = [16, 20, 24, 32, 40, 48, 64, 96]; | ||
@@ -10,0 +10,0 @@ function initializeFileTypeIcons(baseUrl, options) { |
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.5.3'); | ||
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.5.4'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -282,3 +282,3 @@ "use strict"; | ||
fluid: { | ||
extensions: ['b', 'fluid'], | ||
extensions: ['fluid', 'loop'], | ||
}, | ||
@@ -285,0 +285,0 @@ form: {}, |
import type { IIconOptions } from '@fluentui/style-utilities'; | ||
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/"; | ||
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/"; | ||
export declare const ICON_SIZES: number[]; | ||
export declare function initializeFileTypeIcons(baseUrl?: string, options?: Partial<IIconOptions>): void; |
@@ -9,3 +9,3 @@ "use strict"; | ||
var SVG_SUFFIX = '_svg'; | ||
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/'; | ||
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/'; | ||
exports.ICON_SIZES = [16, 20, 24, 32, 40, 48, 64, 96]; | ||
@@ -12,0 +12,0 @@ function initializeFileTypeIcons(baseUrl, options) { |
@@ -6,3 +6,3 @@ "use strict"; | ||
var set_version_1 = require("@fluentui/set-version"); | ||
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.5.3'); | ||
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.5.4'); | ||
//# sourceMappingURL=version.js.map |
@@ -279,3 +279,3 @@ /** | ||
fluid: { | ||
extensions: ['b', 'fluid'], | ||
extensions: ['fluid', 'loop'], | ||
}, | ||
@@ -282,0 +282,0 @@ form: {}, |
import type { IIconOptions } from '@fluentui/style-utilities'; | ||
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/"; | ||
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/"; | ||
export declare const ICON_SIZES: number[]; | ||
export declare function initializeFileTypeIcons(baseUrl?: string, options?: Partial<IIconOptions>): void; |
@@ -6,3 +6,3 @@ import * as React from 'react'; | ||
var SVG_SUFFIX = '_svg'; | ||
export var DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20210407.001/assets/item-types/'; | ||
export var DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/'; | ||
export var ICON_SIZES = [16, 20, 24, 32, 40, 48, 64, 96]; | ||
@@ -9,0 +9,0 @@ export function initializeFileTypeIcons(baseUrl, options) { |
// Do not modify this file; it is generated as part of publish. | ||
// The checked in version is a placeholder only and will not be updated. | ||
import { setVersion } from '@fluentui/set-version'; | ||
setVersion('@fluentui/react-file-type-icons', '8.5.3'); | ||
setVersion('@fluentui/react-file-type-icons', '8.5.4'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-file-type-icons", | ||
"version": "8.5.3", | ||
"version": "8.5.4", | ||
"description": "Fluent UI React file type icon set.", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
302328
4831