mondrian-components
Advanced tools
Comparing version 1.0.1 to 1.1.0
import React from 'react'; | ||
import styled from 'styled-components'; | ||
import { storiesOf, action } from '@kadira/storybook'; | ||
import { Add, Choice, Corr, Del, Hi, Lb, No, Pb, Sic, Unclear } from '../build'; | ||
import { | ||
Add, | ||
Choice, | ||
Corr, | ||
Del, | ||
Hi, | ||
Lb, | ||
No, | ||
Pb, | ||
Sic, | ||
Supplied, | ||
Unclear | ||
} from '../build'; | ||
@@ -51,3 +63,6 @@ const PbWrapper = styled.div` | ||
storiesOf('Supplied', module) | ||
.add('default', () => <div>AFAIK <Supplied>As Far As I Know</Supplied></div>) | ||
storiesOf('Unclear', module) | ||
.add('default', () => <Unclear>Unclear</Unclear>); |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const styled_components_1 = require("styled-components"); | ||
const hire_highlight_between_1 = require("hire-highlight-between"); | ||
const Tag = styled_components_1.default.div ` | ||
@@ -11,10 +15,2 @@ display: inline; | ||
`; | ||
exports.No = styled_components_1.default.span ` | ||
color: gray; | ||
margin-left: -3em; | ||
margin-top: 2px; | ||
position: absolute; | ||
text-align: right; | ||
width: 2em; | ||
`; | ||
exports.Pb = styled_components_1.default.div ` | ||
@@ -49,2 +45,7 @@ background: #EEE; | ||
`; | ||
exports.Supplied = styled_components_1.default(Tag) ` | ||
color: #AAA; | ||
&:after { content: ')'; } | ||
&:before { content: '('; } | ||
`; | ||
exports.Unclear = styled_components_1.default(Tag) ` | ||
@@ -55,2 +56,3 @@ color: #AAA; | ||
`; | ||
exports.Body = hire_highlight_between_1.default; | ||
exports.Ab = Tag; | ||
@@ -60,3 +62,2 @@ exports.AddrLine = Tag; | ||
exports.Anchor = Tag; | ||
exports.Body = Tag; | ||
exports.C = Tag; | ||
@@ -72,2 +73,2 @@ exports.Choice = Tag; | ||
exports.Space = Tag; | ||
exports.Supplied = Tag; | ||
__export(require("./no")); |
@@ -0,1 +1,5 @@ | ||
### v1.1.0 (2017/4/10 20:40) | ||
* Scroll to active line number | ||
* Remove file ':w' :) | ||
### v1.0.1 (2017/4/6 9:1) | ||
@@ -2,0 +6,0 @@ * Add Head |
{ | ||
"name": "mondrian-components", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "## Development - $ npm install - $ npm run watch - Open new terminal. - $ npm run server - The default browser is pointed to http://localhost:3000.", | ||
@@ -21,2 +21,3 @@ "main": "build/index.js", | ||
"@kadira/storybook": "^2.35.3", | ||
"@types/react": "^15.0.21", | ||
"hi-bump": "^1.1.1", | ||
@@ -23,0 +24,0 @@ "react-dom": "^15.4.2", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1916871
18
7594
0
5