Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
@@ -47,3 +47,2 @@ function _extends() { _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; }; return _extends.apply(this, arguments); } | ||
this.syntax = new UnifiedSyntax(); | ||
document.documentElement.setAttribute('dir', this.options.rtl ? 'rtl' : 'ltr'); | ||
} | ||
@@ -69,2 +68,3 @@ | ||
this.flushStyles(':root'); | ||
document.documentElement.setAttribute('dir', options.rtl ? 'rtl' : 'ltr'); | ||
return this; | ||
@@ -71,0 +71,0 @@ }; |
@@ -59,3 +59,2 @@ "use strict"; | ||
this.syntax = new _UnifiedSyntax.default(); | ||
document.documentElement.setAttribute('dir', this.options.rtl ? 'rtl' : 'ltr'); | ||
} | ||
@@ -81,2 +80,3 @@ | ||
this.flushStyles(':root'); | ||
document.documentElement.setAttribute('dir', options.rtl ? 'rtl' : 'ltr'); | ||
return this; | ||
@@ -83,0 +83,0 @@ }; |
{ | ||
"name": "aesthetic", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"description": "Aesthetic is a powerful type-safe, framework agnostic, CSS-in-JS library for styling components through the use of adapters.", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "a25d2dcdf580331c8aeb9174e30c4cc14e40efc3" | ||
"gitHead": "b86eeb31550445983a67cd9e59fa17c257d85707" | ||
} |
Sorry, the diff of this file is not supported yet
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
158008