@microsoft/load-themed-styles
Advanced tools
Comparing version 1.8.28 to 1.8.29
@@ -5,2 +5,17 @@ { | ||
{ | ||
"version": "1.8.29", | ||
"tag": "@microsoft/load-themed-styles_v1.8.29", | ||
"date": "Sat, 27 Oct 2018 03:45:51 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/rush-stack-compiler\" from `0.3.0` to `0.4.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.0.1` to `6.0.2`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.8.28", | ||
@@ -7,0 +22,0 @@ "tag": "@microsoft/load-themed-styles_v1.8.28", |
# Change Log - @microsoft/load-themed-styles | ||
This log was last generated on Sat, 27 Oct 2018 02:17:18 GMT and should not be manually modified. | ||
This log was last generated on Sat, 27 Oct 2018 03:45:51 GMT and should not be manually modified. | ||
## 1.8.29 | ||
Sat, 27 Oct 2018 03:45:51 GMT | ||
*Version update only* | ||
## 1.8.28 | ||
@@ -6,0 +11,0 @@ Sat, 27 Oct 2018 02:17:18 GMT |
@@ -0,1 +1,5 @@ | ||
/** | ||
* An IThemingInstruction can specify a rawString to be preserved or a theme slot and a default value | ||
* to use if that slot is not specified by the theme. | ||
*/ | ||
export interface IThemingInstruction { | ||
@@ -16,3 +20,3 @@ theme?: string; | ||
sync = 0, | ||
async = 1, | ||
async = 1 | ||
} | ||
@@ -29,3 +33,3 @@ /** | ||
onlyNonThemable = 2, | ||
all = 3, | ||
all = 3 | ||
} | ||
@@ -32,0 +36,0 @@ /** |
@@ -6,9 +6,12 @@ "use strict"; | ||
*/ | ||
var __assign = (this && this.__assign) || Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
var __assign = (this && this.__assign) || function () { | ||
__assign = Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
@@ -15,0 +18,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@microsoft/load-themed-styles", | ||
"version": "1.8.28", | ||
"version": "1.8.29", | ||
"description": "Loads themed styles.", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler": "0.3.0", | ||
"@microsoft/rush-stack-compiler": "0.4.0", | ||
"@types/chai": "3.4.34", | ||
@@ -24,4 +24,4 @@ "@types/mocha": "5.2.5", | ||
"gulp": "~3.9.1", | ||
"@microsoft/node-library-build": "6.0.1" | ||
"@microsoft/node-library-build": "6.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
100201
1984