Comparing version 10.5.0 to 10.6.0
@@ -64,3 +64,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
// use another unique identifier to ensure minimal css markup | ||
var animationName = generateAnimationName(++renderer.uniqueKeyframeIdentifier); | ||
var animationName = renderer.selectorPrefix + generateAnimationName(++renderer.uniqueKeyframeIdentifier); | ||
@@ -177,3 +177,3 @@ var cssKeyframe = cssifyKeyframe(processedKeyframe, animationName, renderer.keyframePrefixes); | ||
} else { | ||
console.warn('The object key "' + property + '" is not a valid nested key in Fela. \nMaybe you forgot to add a plugin to resolve it? \nCheck http://fela.js.org/docs/basics/Rules.html#styleobject for more information.'); | ||
console.warn('The object key "' + property + '" is not a valid nested key in Fela.\nMaybe you forgot to add a plugin to resolve it?\nCheck http://fela.js.org/docs/basics/Rules.html#styleobject for more information.'); | ||
} | ||
@@ -180,0 +180,0 @@ } else { |
@@ -114,3 +114,3 @@ 'use strict'; | ||
// use another unique identifier to ensure minimal css markup | ||
var animationName = (0, _generateAnimationName2.default)(++renderer.uniqueKeyframeIdentifier); | ||
var animationName = renderer.selectorPrefix + (0, _generateAnimationName2.default)(++renderer.uniqueKeyframeIdentifier); | ||
@@ -227,3 +227,3 @@ var cssKeyframe = (0, _cssifyKeyframe2.default)(processedKeyframe, animationName, renderer.keyframePrefixes); | ||
} else { | ||
console.warn('The object key "' + property + '" is not a valid nested key in Fela. \nMaybe you forgot to add a plugin to resolve it? \nCheck http://fela.js.org/docs/basics/Rules.html#styleobject for more information.'); | ||
console.warn('The object key "' + property + '" is not a valid nested key in Fela.\nMaybe you forgot to add a plugin to resolve it?\nCheck http://fela.js.org/docs/basics/Rules.html#styleobject for more information.'); | ||
} | ||
@@ -230,0 +230,0 @@ } else { |
{ | ||
"name": "fela", | ||
"version": "10.5.0", | ||
"version": "10.6.0", | ||
"description": "State-Driven Styling in JavaScript", | ||
@@ -38,6 +38,6 @@ "typings": "index.d.ts", | ||
"fast-loops": "^1.0.0", | ||
"fela-utils": "^10.5.0", | ||
"fela-utils": "^10.6.0", | ||
"isobject": "^3.0.1" | ||
}, | ||
"gitHead": "7df4025165beea5f1ea0bb3d75d524e59f4a400f" | ||
"gitHead": "6b4359bccbd38ddf7834204cc03ac98c2efa605d" | ||
} |
@@ -10,3 +10,3 @@ <h1><img alt="Fela" src="docs/res/logo.png" width="203"/></h1> | ||
<img alt="TravisCI" src="https://travis-ci.org/rofrischmann/fela.svg?branch=master"> <a href="https://codeclimate.com/github/rofrischmann/fela/coverage"><img alt="Test Coverage" src="https://codeclimate.com/github/rofrischmann/fela/badges/coverage.svg"></a> <a href="https://bundlephobia.com/result?p=fela@latest"><img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/fela.svg"></a> <img alt="npm downloads" src="https://img.shields.io/npm/dm/fela.svg"> <a href="https://gitter.im/rofrischmann/fela"><img alt="Gitter" src="https://img.shields.io/gitter/room/rofrischmann/fela.svg"></a> | ||
<img alt="TravisCI" src="https://travis-ci.org/robinweser/fela.svg?branch=master"> <a href="https://codeclimate.com/github/robinweser/fela/coverage"><img alt="Test Coverage" src="https://codeclimate.com/github/rofrischmann/fela/badges/coverage.svg"></a> <a href="https://bundlephobia.com/result?p=fela@latest"><img alt="Bundlephobia" src="https://img.shields.io/bundlephobia/minzip/fela.svg"></a> <img alt="npm downloads" src="https://img.shields.io/npm/dm/fela.svg"> <a href="https://spectrum.chat/fela?tab=posts"><img alt="Spectrum" src="https://img.shields.io/badge/support-spectrum-brightgreen.svg"></a> | ||
@@ -215,2 +215,3 @@ ## Support Us | ||
- [MediaFire](https://m.mediafire.com) | ||
- [Microsoft](https://microsoft.com) | ||
- [N26](https://n26.com) | ||
@@ -217,0 +218,0 @@ - [Net-A-Porter](https://www.net-a-porter.com/gb/en/porter) |
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
66458
239
Updatedfela-utils@^10.6.0