@datacamp/waffles-text
Advanced tools
Comparing version 0.9.2 to 0.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.10.0](https://github.com/datacamp/design-system/compare/@datacamp/waffles-text@0.9.2...@datacamp/waffles-text@0.10.0) (2019-08-12) | ||
### Features | ||
* add CodeBlock component ([64e9cc6](https://github.com/datacamp/design-system/commit/64e9cc6)) | ||
## [0.9.2](https://github.com/datacamp/design-system/compare/@datacamp/waffles-text@0.9.1...@datacamp/waffles-text@0.9.2) (2019-08-08) | ||
@@ -8,0 +19,0 @@ |
@@ -6,2 +6,3 @@ export { default as Text } from './components/Text'; | ||
export { default as Heading } from './components/Heading'; | ||
export { default as Emphasis } from './components/Emphasis'; | ||
export { default as Emphasis } from './components/Emphasis'; | ||
export { default as CodeBlock } from './components/CodeBlock'; |
@@ -44,2 +44,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "CodeBlock", { | ||
enumerable: true, | ||
get: function get() { | ||
return _CodeBlock.default; | ||
} | ||
}); | ||
@@ -56,2 +62,4 @@ var _Text = _interopRequireDefault(require("./components/Text")); | ||
var _Emphasis = _interopRequireDefault(require("./components/Emphasis")); | ||
var _Emphasis = _interopRequireDefault(require("./components/Emphasis")); | ||
var _CodeBlock = _interopRequireDefault(require("./components/CodeBlock")); |
{ | ||
"name": "@datacamp/waffles-text", | ||
"version": "0.9.2", | ||
"version": "0.10.0", | ||
"main": "lib/index.js", | ||
@@ -31,3 +31,3 @@ "module": "es/index.js", | ||
"@testing-library/react": "8.0.7", | ||
"@types/jest": "24.0.16", | ||
"@types/jest": "24.0.17", | ||
"@types/lodash": "4.14.136", | ||
@@ -42,3 +42,3 @@ "babel-jest": "24.6.0", | ||
"@babel/runtime": "^7.5.5", | ||
"@datacamp/waffles-tokens": "^0.6.0", | ||
"@datacamp/waffles-tokens": "^0.6.1", | ||
"@emotion/core": "^10.0.15", | ||
@@ -53,3 +53,3 @@ "emotion": "^10.0.14", | ||
}, | ||
"gitHead": "cb480f9802d636dae9722b525bc0fb74e42a534a" | ||
"gitHead": "031e8c810ae445703549231f371fc1665ae9e266" | ||
} |
import * as components from '.'; | ||
import CodeBlock from './components/CodeBlock'; | ||
import Emphasis from './components/Emphasis'; | ||
@@ -12,2 +13,3 @@ import Heading from './components/Heading'; | ||
expect(components).toEqual({ | ||
CodeBlock, | ||
Emphasis, | ||
@@ -14,0 +16,0 @@ Heading, |
@@ -7,1 +7,2 @@ export { default as Text } from './components/Text'; | ||
export { default as Emphasis } from './components/Emphasis'; | ||
export { default as CodeBlock } from './components/CodeBlock'; |
@@ -7,1 +7,2 @@ export { default as Text } from './components/Text'; | ||
export { default as Emphasis } from './components/Emphasis'; | ||
export { default as CodeBlock } from './components/CodeBlock'; |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
1063227
94
2578
91