Socket
Socket
Sign inDemoInstall

@fluentui/react-file-type-icons

Package Overview
Dependencies
Maintainers
0
Versions
149
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.11.21 to 8.12.0

5

lib-amd/FileIconType.d.ts

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

planner = 18,
todoItem = 19
todoItem = 19,
portfolio = 20
}
export type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19;
export type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;

1

lib-amd/FileIconType.js

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

FileIconType[FileIconType["todoItem"] = 19] = "todoItem";
FileIconType[FileIconType["portfolio"] = 20] = "portfolio";
})(FileIconType = exports.FileIconType || (exports.FileIconType = {}));
});
//# sourceMappingURL=FileIconType.js.map

@@ -265,2 +265,5 @@ define(["require", "exports"], function (require, exports) {

},
copilot: {
extensions: ['copilot'],
},
/* css: {}, not broken out yet, snapping to 'code' for now */

@@ -415,2 +418,3 @@ csv: {

planner: {},
portfolio: {},
potx: {

@@ -417,0 +421,0 @@ extensions: ['pot', 'potm', 'potx'],

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

var PLANNER = 'planner';
var PORTFOLIO = 'portfolio';
exports.DEFAULT_ICON_SIZE = 16;

@@ -122,2 +123,5 @@ /**

break;
case FileIconType_1.FileIconType.portfolio:
iconBaseName = PORTFOLIO;
break;
}

@@ -124,0 +128,0 @@ }

define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
(0, set_version_1.setVersion)('@fluentui/react-file-type-icons', '8.11.21');
(0, set_version_1.setVersion)('@fluentui/react-file-type-icons', '8.12.0');
});
//# sourceMappingURL=version.js.map

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

planner = 18,
todoItem = 19
todoItem = 19,
portfolio = 20
}
export type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19;
export type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;

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

FileIconType[FileIconType["todoItem"] = 19] = "todoItem";
FileIconType[FileIconType["portfolio"] = 20] = "portfolio";
})(FileIconType = exports.FileIconType || (exports.FileIconType = {}));
//# sourceMappingURL=FileIconType.js.map

@@ -264,2 +264,5 @@ "use strict";

},
copilot: {
extensions: ['copilot'],
},
/* css: {}, not broken out yet, snapping to 'code' for now */

@@ -414,2 +417,3 @@ csv: {

planner: {},
portfolio: {},
potx: {

@@ -416,0 +420,0 @@ extensions: ['pot', 'potm', 'potx'],

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

var PLANNER = 'planner';
var PORTFOLIO = 'portfolio';
exports.DEFAULT_ICON_SIZE = 16;

@@ -123,2 +124,5 @@ /**

break;
case FileIconType_1.FileIconType.portfolio:
iconBaseName = PORTFOLIO;
break;
}

@@ -125,0 +129,0 @@ }

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

var set_version_1 = require("@fluentui/set-version");
(0, set_version_1.setVersion)('@fluentui/react-file-type-icons', '8.11.21');
(0, set_version_1.setVersion)('@fluentui/react-file-type-icons', '8.12.0');
//# sourceMappingURL=version.js.map

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

planner = 18,
todoItem = 19
todoItem = 19,
portfolio = 20
}
export type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19;
export type FileIconTypeInput = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;

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

FileIconType[FileIconType["todoItem"] = 19] = "todoItem";
FileIconType[FileIconType["portfolio"] = 20] = "portfolio";
})(FileIconType || (FileIconType = {}));
//# sourceMappingURL=FileIconType.js.map

@@ -261,2 +261,5 @@ /**

},
copilot: {
extensions: ['copilot'],
},
/* css: {}, not broken out yet, snapping to 'code' for now */

@@ -411,2 +414,3 @@ csv: {

planner: {},
portfolio: {},
potx: {

@@ -413,0 +417,0 @@ extensions: ['pot', 'potm', 'potx'],

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

var PLANNER = 'planner';
var PORTFOLIO = 'portfolio';
export var DEFAULT_ICON_SIZE = 16;

@@ -119,2 +120,5 @@ /**

break;
case FileIconType.portfolio:
iconBaseName = PORTFOLIO;
break;
}

@@ -121,0 +125,0 @@ }

// 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.11.21');
setVersion('@fluentui/react-file-type-icons', '8.12.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-file-type-icons",
"version": "8.11.21",
"version": "8.12.0",
"description": "Fluent UI React file type icon set.",

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

"@fluentui/set-version": "^8.2.23",
"@fluentui/style-utilities": "^8.10.21",
"@fluentui/style-utilities": "^8.11.0",
"tslib": "^2.1.0"

@@ -34,0 +34,0 @@ },

Sorry, the diff of this file is too big to display

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

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