Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Jan 14, 2021
1 parent 1d3ee8b commit 2348fca
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 362 deletions.
1 change: 1 addition & 0 deletions components/01-atoms/togglers/modi-toggler/modi-toggler.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default class ModiToggler extends HTMLElement {
toggleClass: selector + '--' + toggleModifier
})
}
return acc
}, [])
}
}
34 changes: 18 additions & 16 deletions components/_preview.jsx
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
import { createElement } from 'complate-stream'

export default function PreviewLayout ({ context }, ...children) {
return <html>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<link rel='stylesheet' type='text/css' href={context.app.uri('assets/normalize.css')} />
<link media='all' rel='stylesheet' href={context.app.uri('assets/bundle.css')} />
<link rel='preload' href='https://hello.myfonts.net/count/350ed6' as='style' />
<style>{'\
return (
<html>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<link rel='stylesheet' type='text/css' href={context.app.uri('assets/normalize.css')} />
<link media='all' rel='stylesheet' href={context.app.uri('assets/bundle.css')} />
<link rel='preload' href='https://hello.myfonts.net/count/350ed6' as='style' />
<style>{'\
body {\
padding: 1rem;\
}\
'}</style>
<title>Preview Layout</title>
</head>
<body class='application'>
{children}
</body>
<script src={context.app.uri('assets/document-register-element.js')} />
<script src={context.app.uri('assets/bundle.js')} />
</html>
<title>Preview Layout</title>
</head>
<body class='application'>
{children}
</body>
<script src={context.app.uri('assets/document-register-element.js')} />
<script src={context.app.uri('assets/bundle.js')} />
</html>
)
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
"modularscale-sass": "^3.0.10"
},
"devDependencies": {
"complate-fractal": "^0.12.0",
"complate-fractal": "^0.13.0",
"document-register-element": "^1.14.5",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-standard": "^5.0.0",
"faucet-pipeline-js": "^2.1.6",
"faucet-pipeline-sass": "^1.4.0",
"faucet-pipeline-static": "^1.2.0",
"nodemon": "^2.0.4",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"release-it": "^13.6.6",
"release-it": "^14.2.2",
"sass-lint": "^1.13.1"
}
}
Loading

0 comments on commit 2348fca

Please sign in to comment.