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 2.0.1 to 3.0.0

29

CHANGELOG.md

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

# [3.0.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-core@2.0.1...@fremtind/jkl-core@3.0.0) (2020-02-18)
### Bug Fixes
* make use of new core color tokens ([075f7b3](https://github.com/fremtind/jokul/commit/075f7b37920805bf780120247461d79c3d8c406e))
* **core:** assign $varde value in correct order ([7c300ce](https://github.com/fremtind/jokul/commit/7c300ce23b18215544c00431f8555acc719043a8))
* **core:** specify font weight for all text styles ([d1e73de](https://github.com/fremtind/jokul/commit/d1e73de064c2e2cd4209816977d01cd1968299e7))
### Features
* **core:** add error handling to text style mixin ([d17e544](https://github.com/fremtind/jokul/commit/d17e544e918bfb2d34444fbf22805cad0aec90eb))
* **core:** change names of varde color scale entries ([4d9adca](https://github.com/fremtind/jokul/commit/4d9adca35cf0ec761d474d5c72300e40f8834246))
* **core:** rename/restructure text styles and typography classes ([d0510fb](https://github.com/fremtind/jokul/commit/d0510fba55597052d9f2c9fd53360f86db6a26fe))
* **core:** update to new color values ([ea38d34](https://github.com/fremtind/jokul/commit/ea38d34e7c6ff01d4683d59040dd0efa73e5a5bd))
### BREAKING CHANGES
* **core:** All text style mixins and typography classes have new names and new usage
* **core:** Varde color scale entries changed from $varde-20, $varde-40 ... $varde-200 to $varde-10, $varde-20
... $varde-100
* **core:** color tokens have changed
## [2.0.1](https://github.com/fremtind/jokul/compare/@fremtind/jkl-core@2.0.0...@fremtind/jkl-core@2.0.1) (2020-01-16)

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

4

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

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

],
"gitHead": "0de7ceae673b100ca5ec899991bb60edf4268d1e"
"gitHead": "c4b043d2ac66a4cb18a77b20d5e7bb6f680b4b74"
}

@@ -67,2 +67,8 @@ # `@fremtind/jkl-core`

#### Tekststiler
Du får tilgang til tekststilene i Jøkul gjennom mixin-en `jkl-text-style()`. Den tar navnet på tekststilen som argument, og navnet samsvarer med navnet i Figma, f.eks. `"compact/body"`. Legg merke til at det ikke er bygget inn noen responsivitet i tekststilene. Dette må du implementere selv der/om du ønsker det, f.eks. ved hjelp av media queries.
Tekststilene eksponeres også som CSS-klasser, dersom du vil bruke dem direkte i generert HTML i stedet for å skrive egne stilklasser. Disse klassene _er_ responsive, og gir den kompakte varianten av tekststilen på små skjermer.
#### Mixins

@@ -69,0 +75,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

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

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