Comparing version 3.1.0 to 3.1.1
@@ -1,1 +0,2 @@ | ||
export * from './text'; | ||
export { Text } from './text'; | ||
export type { TextProps, TextUniqueProps } from './types'; |
@@ -6,14 +6,9 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Text", { | ||
enumerable: true, | ||
get: function () { | ||
return _text.Text; | ||
} | ||
}); | ||
var _text = require("./text"); | ||
Object.keys(_text).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _text[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _text[key]; | ||
} | ||
}); | ||
}); | ||
var _text = require("./text"); |
@@ -1,1 +0,1 @@ | ||
export * from './text'; | ||
export { Text } from './text'; |
{ | ||
"name": "vcc-ui", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "description": "A React library for building user interfaces at Volvo Cars", |
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
540645
15509