Socket
Socket
Sign inDemoInstall

@fremtind/jkl-core

Package Overview
Dependencies
Maintainers
2
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-core - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

18

CHANGELOG.md

@@ -6,2 +6,20 @@ # Change Log

# [0.6.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-core@0.5.0...@fremtind/jkl-core@0.6.0) (2019-07-18)
### Bug Fixes
* **build:** normalize react package.json ([6c29e08](https://github.com/fremtind/jokul/commit/6c29e08)), closes [#156](https://github.com/fremtind/jokul/issues/156)
* **core:** remove dependency we no longer use, add to readme ([237b21b](https://github.com/fremtind/jokul/commit/237b21b))
### Features
* **build:** add watch job for css, refactor gulp ([8adafd6](https://github.com/fremtind/jokul/commit/8adafd6))
* **core:** add spacing after typographic elements ([6844eab](https://github.com/fremtind/jokul/commit/6844eab))
# [0.5.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-core@0.3.0...@fremtind/jkl-core@0.5.0) (2019-07-15)

@@ -8,0 +26,0 @@

37

package.json
{
"name": "@fremtind/jkl-core",
"version": "0.5.0",
"version": "0.6.0",
"publishConfig": {
"access": "public"
},
"description": "Kåre for Jøkul",
"description": "Jøkul score styles",
"homepage": "https://fremtind.github.io/jokul",
"keywords": [
"core"
"core",
"typography",
"normalize",
"font",
"jøkul",
"fremtind"
],

@@ -28,19 +34,26 @@ "license": "MIT",

"scripts": {
"build": "gulp build && yarn build:modules",
"build:modules": "yarn build:types && yarn build:scripts",
"build": "run-s build:*",
"build:style": "gulp build",
"build:types": "tsc -p tsconfig-for-declarations.json",
"build:scripts": "rollup --config ../../rollup.config.js",
"test": "echo \"Error: run tests from root\" && exit 1",
"dev": "parcel example/index.html"
"dev:style": "gulp build:watch",
"dev:js": "parcel example/index.html",
"dev": "run-p dev:*"
},
"dependencies": {
"normalize-scss": "^7.0.1"
"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.3.1",
"npm-run-all": "^4.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fremtind/jokul.git"
},
"bugs": {
"url": "https://github.com/fremtind/jokul/issues"
},
"browserslist": [
"extends @fremtind/browserslist-config-jkl"
],
"gitHead": "b056eb4e169c54bf0e5606d4598b1cd8891f8fa8",
"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.3.0"
}
"gitHead": "d2f6e412cb758cef989870d635fceab6c0367bfe"
}

@@ -1,3 +0,9 @@

# `core`
# `@fremtind/jkl-core`
The Kåre of Jøkul contains the basic style variables and mixins.
## Stil
Grunnstilen til Jøkul finnes her i CSS, minifisert CSS og SCSS form. Det er også en normaliserings.css for å sørge for at alle browsere får samme utgangspunkt når de skal rendre en Fremtind side. Om du trenger å bygge egne komponenter, som ikke finnes ellers i Jøkul, kan det være et bra utgangspunkt å bruke Scss filene her, så holder du deg i sync med design systemet når det gjelder farger, spacing, fonter, breakpoints og så videre.
## JS
Det finnes også noen relevante utility funksjoner her i core.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc