Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@fremtind/jkl-core

Package Overview
Dependencies
Maintainers
2
Versions
179
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 1.1.12 to 2.0.0

29

CHANGELOG.md

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

# [2.0.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-core@1.1.3...@fremtind/jkl-core@2.0.0) (2020-01-16)
### Bug Fixes
* **core:** remove font-weight ([d63ab8c](https://github.com/fremtind/jokul/commit/d63ab8cbfc6436c1cd78fdac4af8b703d09e02b3))
* **core:** stop reset-outline mixin from overriding padding ([8303f5a](https://github.com/fremtind/jokul/commit/8303f5aa6c594b995fbc24052d1ca10ff0d810b3))
* **core:** use better check for document in tablistener ([8a027e5](https://github.com/fremtind/jokul/commit/8a027e5fb3e3febd6098d7214b591b76ef3f54a9))
* **links:** adjust padding around links for new font ([a884fbd](https://github.com/fremtind/jokul/commit/a884fbd90629997c801a68542799254faa6096fe))
* **motion:** fix reversed bezier-timing ([99acfa6](https://github.com/fremtind/jokul/commit/99acfa636b1cc36d16f1618672c2949df2dbc4e7))
* fix links to components in readme ([4e2ade2](https://github.com/fremtind/jokul/commit/4e2ade2f71d4fa1bd80e4e3d823691589207b641))
### Features
* **portal:** use examples as documentation for all comp ([e99e56a](https://github.com/fremtind/jokul/commit/e99e56ab2f5bf13cd0e72bf010e6472a08ffabe9))
* new function colors (notification colors) ([17deb16](https://github.com/fremtind/jokul/commit/17deb165aa2549110540e8f5510b6571e4869a86)), closes [#617](https://github.com/fremtind/jokul/issues/617) [#618](https://github.com/fremtind/jokul/issues/618)
* unify naming spanning typography-react, mixins, classes ([f90174a](https://github.com/fremtind/jokul/commit/f90174a638ebe5438fab72770f8d089fecd7b986)), closes [#592](https://github.com/fremtind/jokul/issues/592)
### BREAKING CHANGES
* variable names for function colors are changed
* changes to naming of certain components, paragraphs, headings and classes regarding typography
## 1.1.12 (2020-01-10)

@@ -8,0 +37,0 @@

6

package.json
{
"name": "@fremtind/jkl-core",
"version": "1.1.12",
"version": "2.0.0",
"publishConfig": {

@@ -45,3 +45,3 @@ "access": "public"

"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.4.12"
"@fremtind/browserslist-config-jkl": "^0.4.13"
},

@@ -58,3 +58,3 @@ "repository": {

],
"gitHead": "6e8cfc145a406bc8e38ffe53ad9600bb73ea4ff8"
"gitHead": "d9cccb0299a7126585f1cb8737720defb52b7e5b"
}

@@ -1,2 +0,2 @@

# [`@fremtind/jkl-core`](https://fremtind.github.io/jokul/components/)
# `@fremtind/jkl-core`

@@ -69,22 +69,4 @@ - Stil

Det er utviklet mixins for å lette bruk av vanlige mønstre. For eksempel kan du håndtere riktig skriftstørrelse og linjehøyde på desktop og mobil med mixin'en `text-sizing`:
Det er utviklet mixins for å lette bruk av vanlige mønstre. Disse ligger i mappen `mixins`.
```scss
.jkl-some-component {
@include text-sizing("small");
}
/* Resulterer i følgende css: */
@media (min-width: 0) and (max-width: 767px) {
.jkl-some-component {
font-size: 1rem;
line-height: 1.5rem;
}
}
.jkl-some-component {
font-size: 1.375rem;
line-height: 2rem;
}
```
### Implementere kompakt modus

@@ -91,0 +73,0 @@

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