Socket
Socket
Sign inDemoInstall

@fluentui/react-file-type-icons

Package Overview
Dependencies
Maintainers
13
Versions
145
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.7.9 to 8.7.10

13

CHANGELOG.md
# Change Log - @fluentui/react-file-type-icons
This log was last generated on Mon, 10 Oct 2022 07:37:04 GMT and should not be manually modified.
This log was last generated on Wed, 19 Oct 2022 07:39:48 GMT and should not be manually modified.
<!-- Start content -->
## [8.7.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.7.10)
Wed, 19 Oct 2022 07:39:48 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.7.9..@fluentui/react-file-type-icons_v8.7.10)
### Patches
- Fixing mapping for Stream video icon and updating URL to the Fabric CDN. ([PR #25284](https://github.com/microsoft/fluentui/pull/25284) by caperez@microsoft.com)
## [8.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.7.9)
Mon, 10 Oct 2022 07:37:04 GMT
Mon, 10 Oct 2022 07:38:24 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.7.8..@fluentui/react-file-type-icons_v8.7.9)

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

2

lib-amd/getFileTypeIconProps.js

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

var NEWS = 'sponews';
var STREAM = 'stream';
var STREAM = 'video';
var DESKTOP_FOLDER = 'desktopfolder';

@@ -17,0 +17,0 @@ var DOCUMENTS_FOLDER = 'documentfolder';

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

@@ -15,3 +15,3 @@ "use strict";

var NEWS = 'sponews';
var STREAM = 'stream';
var STREAM = 'video';
var DESKTOP_FOLDER = 'desktopfolder';

@@ -18,0 +18,0 @@ var DOCUMENTS_FOLDER = 'documentfolder';

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

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

var NEWS = 'sponews';
var STREAM = 'stream';
var STREAM = 'video';
var DESKTOP_FOLDER = 'desktopfolder';

@@ -15,0 +15,0 @@ var DOCUMENTS_FOLDER = 'documentfolder';

import type { IIconOptions } from '@fluentui/style-utilities';
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20220825.001/assets/item-types/";
export declare const DEFAULT_BASE_URL = "https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20221015.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_20220825.001/assets/item-types/';
export var DEFAULT_BASE_URL = 'https://spoppe-b.azureedge.net/files/fabric-cdn-prod_20221015.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.7.9');
setVersion('@fluentui/react-file-type-icons', '8.7.10');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-file-type-icons",
"version": "8.7.9",
"version": "8.7.10",
"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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc