Socket
Socket
Sign inDemoInstall

@fluentui/theme

Package Overview
Dependencies
4
Maintainers
8
Versions
140
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 1.1.0

25

CHANGELOG.json

@@ -5,3 +5,26 @@ {

{
"date": "Tue, 22 Sep 2020 12:21:40 GMT",
"date": "Wed, 23 Sep 2020 12:22:41 GMT",
"tag": "@fluentui/theme_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"comment": "Moving SizeValue const from react-button to theme package.",
"author": "makotom@microsoft.com",
"commit": "ed851559770bc8aa7348ac4e93e63f17fa27c9bc",
"package": "@fluentui/theme"
}
],
"patch": [
{
"comment": "Bump theme package version to be 1.0.0 since it's used by other major packages.",
"author": "xgao@microsoft.com",
"commit": "1c60f6078577423a15e15a48e90c8c0a32865f7a",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Tue, 22 Sep 2020 12:25:45 GMT",
"tag": "@fluentui/theme_v0.4.0",

@@ -8,0 +31,0 @@ "version": "0.4.0",

# Change Log - @fluentui/theme
This log was last generated on Tue, 22 Sep 2020 12:21:40 GMT and should not be manually modified.
This log was last generated on Wed, 23 Sep 2020 12:22:41 GMT and should not be manually modified.
<!-- Start content -->
## [1.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.1.0)
Wed, 23 Sep 2020 12:22:41 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v0.4.0..@fluentui/theme_v1.1.0)
### Minor changes
- Moving SizeValue const from react-button to theme package. ([PR #14206](https://github.com/microsoft/fluentui/pull/14206) by makotom@microsoft.com)
### Patches
- Bump theme package version to be 1.0.0 since it's used by other major packages. ([PR #15174](https://github.com/microsoft/fluentui/pull/15174) by xgao@microsoft.com)
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v0.4.0)
Tue, 22 Sep 2020 12:21:40 GMT
Tue, 22 Sep 2020 12:25:45 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v0.3.0..@fluentui/theme_v0.4.0)

@@ -11,0 +24,0 @@

@@ -1164,2 +1164,7 @@ import { IFontWeight } from '@uifabric/merge-styles';

/**
* A ramp of size values.
*/
export declare type SizeValue = 'smallest' | 'smaller' | 'small' | 'medium' | 'large' | 'larger' | 'largest';
/**
* A prepared (fully expanded) theme object.

@@ -1166,0 +1171,0 @@ */

@@ -706,2 +706,5 @@ ## API Report File for "@fluentui/theme"

// @public
export type SizeValue = 'smallest' | 'smaller' | 'small' | 'medium' | 'large' | 'larger' | 'largest';
// @public
export interface Theme extends ITheme {

@@ -708,0 +711,0 @@ // (undocumented)

import { IPartialTheme, ITheme } from './ITheme';
import { IStyleFunctionOrObject } from '@uifabric/utilities';
/**
* A ramp of size values.
*/
export declare type SizeValue = 'smallest' | 'smaller' | 'small' | 'medium' | 'large' | 'larger' | 'largest';
/**
* A baseline set of color plates.

@@ -5,0 +9,0 @@ */

2

lib-amd/version.js
define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/theme', '0.4.0');
set_version_1.setVersion('@fluentui/theme', '1.1.0');
});
//# sourceMappingURL=version.js.map
import { IPartialTheme, ITheme } from './ITheme';
import { IStyleFunctionOrObject } from '@uifabric/utilities';
/**
* A ramp of size values.
*/
export declare type SizeValue = 'smallest' | 'smaller' | 'small' | 'medium' | 'large' | 'larger' | 'largest';
/**
* A baseline set of color plates.

@@ -5,0 +9,0 @@ */

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

var set_version_1 = require("@uifabric/set-version");
set_version_1.setVersion('@fluentui/theme', '0.4.0');
set_version_1.setVersion('@fluentui/theme', '1.1.0');
//# sourceMappingURL=version.js.map
import { IPartialTheme, ITheme } from './ITheme';
import { IStyleFunctionOrObject } from '@uifabric/utilities';
/**
* A ramp of size values.
*/
export declare type SizeValue = 'smallest' | 'smaller' | 'small' | 'medium' | 'large' | 'larger' | 'largest';
/**
* A baseline set of color plates.

@@ -5,0 +9,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 '@uifabric/set-version';
setVersion('@fluentui/theme', '0.4.0');
setVersion('@fluentui/theme', '1.1.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "0.4.0",
"version": "1.1.0",
"description": "Basic building blocks for Fluent UI React Component themes",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc