Socket
Socket
Sign inDemoInstall

@fluentui/react-file-type-icons

Package Overview
Dependencies
Maintainers
12
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.9.3 to 8.10.0

15

CHANGELOG.md
# Change Log - @fluentui/react-file-type-icons
This log was last generated on Wed, 28 Jun 2023 07:33:37 GMT and should not be manually modified.
This log was last generated on Wed, 19 Jul 2023 07:34:00 GMT and should not be manually modified.
<!-- Start content -->
## [8.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.10.0)
Wed, 19 Jul 2023 07:34:00 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.9.3..@fluentui/react-file-type-icons_v8.10.0)
### Minor changes
- Add loopworkspace to FileIconType enum" ([PR #28553](https://github.com/microsoft/fluentui/pull/28553) by ololubek@microsoft.com)
## [8.9.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.9.3)
Wed, 28 Jun 2023 07:33:37 GMT
Wed, 28 Jun 2023 07:37:36 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.9.2..@fluentui/react-file-type-icons_v8.9.3)

@@ -14,3 +23,3 @@

- Bump @fluentui/style-utilities to v8.9.16 ([PR #28342](https://github.com/microsoft/fluentui/pull/28342) by beachball)
- Bump @fluentui/style-utilities to v8.9.16 ([PR #28335](https://github.com/microsoft/fluentui/pull/28335) by beachball)

@@ -17,0 +26,0 @@ ## [8.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.9.2)

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

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

1

lib-amd/FileIconType.js

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

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

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

var PLAYLIST = 'playlist';
var LOOP_WORKSPACE = 'loopworkspace';
exports.DEFAULT_ICON_SIZE = 16;

@@ -110,2 +111,5 @@ /**

break;
case FileIconType_1.FileIconType.loopworkspace:
iconBaseName = LOOP_WORKSPACE;
break;
}

@@ -112,0 +116,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.9.3');
(0, set_version_1.setVersion)('@fluentui/react-file-type-icons', '8.10.0');
});
//# sourceMappingURL=version.js.map

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

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

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

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

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

var PLAYLIST = 'playlist';
var LOOP_WORKSPACE = 'loopworkspace';
exports.DEFAULT_ICON_SIZE = 16;

@@ -111,2 +112,5 @@ /**

break;
case FileIconType_1.FileIconType.loopworkspace:
iconBaseName = LOOP_WORKSPACE;
break;
}

@@ -113,0 +117,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.9.3');
(0, set_version_1.setVersion)('@fluentui/react-file-type-icons', '8.10.0');
//# sourceMappingURL=version.js.map

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

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

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

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

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

var PLAYLIST = 'playlist';
var LOOP_WORKSPACE = 'loopworkspace';
export var DEFAULT_ICON_SIZE = 16;

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

break;
case FileIconType.loopworkspace:
iconBaseName = LOOP_WORKSPACE;
break;
}

@@ -109,0 +113,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.9.3');
setVersion('@fluentui/react-file-type-icons', '8.10.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-file-type-icons",
"version": "8.9.3",
"version": "8.10.0",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc