Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-file-type-icons

Package Overview
Dependencies
Maintainers
13
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-file-type-icons - npm Package Compare versions

Comparing version 8.6.3 to 8.6.4

13

CHANGELOG.md
# Change Log - @fluentui/react-file-type-icons
This log was last generated on Thu, 10 Mar 2022 07:33:33 GMT and should not be manually modified.
This log was last generated on Fri, 11 Mar 2022 07:33:06 GMT and should not be manually modified.
<!-- Start content -->
## [8.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.6.4)
Fri, 11 Mar 2022 07:33:06 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.6.3..@fluentui/react-file-type-icons_v8.6.4)
### Patches
- Bump @fluentui/style-utilities to v8.6.4 ([PR #22047](https://github.com/microsoft/fluentui/pull/22047) by beachball)
## [8.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.6.3)
Thu, 10 Mar 2022 07:33:33 GMT
Thu, 10 Mar 2022 07:34:50 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.6.2..@fluentui/react-file-type-icons_v8.6.3)

@@ -11,0 +20,0 @@

5

lib-amd/FileIconType.d.ts

@@ -22,4 +22,5 @@ /**

form = 14,
sway = 15
sway = 15,
playlist = 16
}
export declare type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
export declare type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;

@@ -28,4 +28,5 @@ /**

FileIconType[FileIconType["sway"] = 15] = "sway";
FileIconType[FileIconType["playlist"] = 16] = "playlist";
})(FileIconType = exports.FileIconType || (exports.FileIconType = {}));
});
//# sourceMappingURL=FileIconType.js.map

@@ -423,2 +423,3 @@ define(["require", "exports"], function (require, exports) {

sharedfolder: {},
playlist: {},
sway: {},

@@ -425,0 +426,0 @@ sysfile: {

@@ -21,2 +21,3 @@ define(["require", "exports", "./FileTypeIconMap", "./FileIconType"], function (require, exports, FileTypeIconMap_1, FileIconType_1) {

var SWAY = 'sway';
var PLAYLIST = 'playlist';
exports.DEFAULT_ICON_SIZE = 16;

@@ -106,2 +107,5 @@ /**

break;
case FileIconType_1.FileIconType.playlist:
iconBaseName = PLAYLIST;
break;
}

@@ -108,0 +112,0 @@ }

import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.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_20211104.001/assets/item-types/';
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.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.6.3');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.6.4');
});
//# sourceMappingURL=version.js.map

@@ -22,4 +22,5 @@ /**

form = 14,
sway = 15
sway = 15,
playlist = 16
}
export declare type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
export declare type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;

@@ -27,3 +27,4 @@ "use strict";

FileIconType[FileIconType["sway"] = 15] = "sway";
FileIconType[FileIconType["playlist"] = 16] = "playlist";
})(FileIconType = exports.FileIconType || (exports.FileIconType = {}));
//# sourceMappingURL=FileIconType.js.map

@@ -422,2 +422,3 @@ "use strict";

sharedfolder: {},
playlist: {},
sway: {},

@@ -424,0 +425,0 @@ sysfile: {

@@ -22,2 +22,3 @@ "use strict";

var SWAY = 'sway';
var PLAYLIST = 'playlist';
exports.DEFAULT_ICON_SIZE = 16;

@@ -107,2 +108,5 @@ /**

break;
case FileIconType_1.FileIconType.playlist:
iconBaseName = PLAYLIST;
break;
}

@@ -109,0 +113,0 @@ }

import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.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_20211104.001/assets/item-types/';
exports.DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.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.6.3');
set_version_1.setVersion('@fluentui/react-file-type-icons', '8.6.4');
//# sourceMappingURL=version.js.map

@@ -22,4 +22,5 @@ /**

form = 14,
sway = 15
sway = 15,
playlist = 16
}
export declare type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15;
export declare type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16;

@@ -24,3 +24,4 @@ /**

FileIconType[FileIconType["sway"] = 15] = "sway";
FileIconType[FileIconType["playlist"] = 16] = "playlist";
})(FileIconType || (FileIconType = {}));
//# sourceMappingURL=FileIconType.js.map

@@ -419,2 +419,3 @@ /**

sharedfolder: {},
playlist: {},
sway: {},

@@ -421,0 +422,0 @@ sysfile: {

@@ -19,2 +19,3 @@ import { FileTypeIconMap } from './FileTypeIconMap';

var SWAY = 'sway';
var PLAYLIST = 'playlist';
export var DEFAULT_ICON_SIZE = 16;

@@ -103,2 +104,5 @@ /**

break;
case FileIconType.playlist:
iconBaseName = PLAYLIST;
break;
}

@@ -105,0 +109,0 @@ }

import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211104.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.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_20211104.001/assets/item-types/';
export var DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20211207.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.6.3');
setVersion('@fluentui/react-file-type-icons', '8.6.4');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-file-type-icons",
"version": "8.6.3",
"version": "8.6.4",
"description": "Fluent UI React file type icon set.",

@@ -30,3 +30,3 @@ "main": "lib-commonjs/index.js",

"@fluentui/set-version": "^8.2.0",
"@fluentui/style-utilities": "^8.6.3",
"@fluentui/style-utilities": "^8.6.4",
"tslib": "^2.1.0"

@@ -33,0 +33,0 @@ },

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc