Comparing version 6.0.0-beta.1 to 6.0.0-beta.2
@@ -11,5 +11,5 @@ // Copyright (c) 2015-present, salesforce.com, inc. All rights reserved | ||
'aura:tokens': [{ | ||
_attr: { | ||
extends: def.get('auraExtends', null) | ||
} | ||
_attr: Immutable.Map({ | ||
extends: def.get('auraExtends') | ||
}).filter(attr => typeof attr !== 'undefined').toJS() | ||
}] | ||
@@ -16,0 +16,0 @@ .concat( |
{ | ||
"name": "theo", | ||
"version": "6.0.0-beta.1", | ||
"version": "6.0.0-beta.2", | ||
"license": "BSD-3-Clause", | ||
@@ -5,0 +5,0 @@ "description": "Design Tokens formatter", |
@@ -106,8 +106,8 @@ # <img src="https://raw.githubusercontent.com/salesforce-ux/theo/master/assets/theo.png" alt="Theo logo" width="28" /> Theo | ||
// If no "type" is specified, values will not be transformed | ||
type: ?string, | ||
type?: string, | ||
// Path to a token file | ||
// or just a filename if using the "data" option | ||
file: string, | ||
// Pass in a data string insead of reading from a file | ||
data: ?string | ||
// Pass in a data string instead of reading from a file | ||
data?: string | ||
} | ||
@@ -114,0 +114,0 @@ |
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
52183