fela-plugin-theme-value
Advanced tools
Comparing version 12.0.0-rc.2 to 12.0.0-rc.3.0
@@ -34,5 +34,5 @@ import isPlainObject from 'isobject'; | ||
var mapping = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
return function (style, type, renderer, props) { | ||
return function themeValuePlugin(style, type, renderer, props) { | ||
return resolveThemeValues(style, props === null || props === void 0 ? void 0 : props.theme, mapping); | ||
}; | ||
} |
@@ -44,5 +44,5 @@ "use strict"; | ||
var mapping = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
return function (style, type, renderer, props) { | ||
return function themeValuePlugin(style, type, renderer, props) { | ||
return resolveThemeValues(style, props === null || props === void 0 ? void 0 : props.theme, mapping); | ||
}; | ||
} |
{ | ||
"name": "fela-plugin-theme-value", | ||
"version": "12.0.0-rc.2", | ||
"version": "12.0.0-rc.3.0", | ||
"description": "Fela plugin to resolve values from a theme", | ||
@@ -64,3 +64,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "0e5e638041a6a62e52128dbac21e9c5f21d80b66" | ||
"gitHead": "71e887614179a10c85332e326cf1d943ca51289a" | ||
} |
@@ -22,3 +22,3 @@ # fela-plugin-theme-value | ||
Make sure to read the documentation on [how to use plugins](http://fela.js.org/docs/advanced/Plugins.html). | ||
Make sure to read the documentation on [how to use plugins](https://fela.js.org/docs/latest/advanced/plugins#using-plugins). | ||
@@ -25,0 +25,0 @@ ```javascript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10285