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.1.1-alpha.1 to 0.2.1-alpha.2

_functions.scss

50

CHANGELOG.md

@@ -6,29 +6,37 @@ # Change Log

# [0.2.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-core@0.1.0...@fremtind/jkl-core@0.2.0) (2019-07-15)
### Bug Fixes
- **publish:** update access on logo and accodion ([3b557fb](https://github.com/fremtind/jokul/commit/3b557fb))
### Features
- **build:** add browserlist pkg and browserlist to evry pkg ([3dcc9ca](https://github.com/fremtind/jokul/commit/3dcc9ca))
# 0.1.0 (2019-07-15)
### Bug Fixes
* **normalize:** remove margins from paragraph and headings ([9e4544b](https://github.com/fremtind/jokul/commit/9e4544b))
* fix build order on initial setup ([cf7481c](https://github.com/fremtind/jokul/commit/cf7481c))
* **all:** fix formatting errors in html and scss files ([5e20a63](https://github.com/fremtind/jokul/commit/5e20a63))
* **all:** remove css main files ([c9a4ca0](https://github.com/fremtind/jokul/commit/c9a4ca0))
* **build:** fix deterministic build order ([78566ef](https://github.com/fremtind/jokul/commit/78566ef))
* **core:** make rem-function return number instead of string ([2026fc5](https://github.com/fremtind/jokul/commit/2026fc5))
* **core:** put back necessary PropTypes in example ([66bbfca](https://github.com/fremtind/jokul/commit/66bbfca))
* **core:** rename variable and fix formatting ([852e72e](https://github.com/fremtind/jokul/commit/852e72e))
* **core:** stop build from copying .ts files into build folder ([4a17085](https://github.com/fremtind/jokul/commit/4a17085))
* **publish:** add scope to all publishable packages ([db6da7a](https://github.com/fremtind/jokul/commit/db6da7a))
* **typescript:** clean up tsconfig, make sure everything is typechecked ([745a0fb](https://github.com/fremtind/jokul/commit/745a0fb))
* **typography:** make font-size/line-height responsive ([edb236e](https://github.com/fremtind/jokul/commit/edb236e))
- **normalize:** remove margins from paragraph and headings ([9e4544b](https://github.com/fremtind/jokul/commit/9e4544b))
- fix build order on initial setup ([cf7481c](https://github.com/fremtind/jokul/commit/cf7481c))
- **all:** fix formatting errors in html and scss files ([5e20a63](https://github.com/fremtind/jokul/commit/5e20a63))
- **all:** remove css main files ([c9a4ca0](https://github.com/fremtind/jokul/commit/c9a4ca0))
- **build:** fix deterministic build order ([78566ef](https://github.com/fremtind/jokul/commit/78566ef))
- **core:** make rem-function return number instead of string ([2026fc5](https://github.com/fremtind/jokul/commit/2026fc5))
- **core:** put back necessary PropTypes in example ([66bbfca](https://github.com/fremtind/jokul/commit/66bbfca))
- **core:** rename variable and fix formatting ([852e72e](https://github.com/fremtind/jokul/commit/852e72e))
- **core:** stop build from copying .ts files into build folder ([4a17085](https://github.com/fremtind/jokul/commit/4a17085))
- **publish:** add scope to all publishable packages ([db6da7a](https://github.com/fremtind/jokul/commit/db6da7a))
- **typescript:** clean up tsconfig, make sure everything is typechecked ([745a0fb](https://github.com/fremtind/jokul/commit/745a0fb))
- **typography:** make font-size/line-height responsive ([edb236e](https://github.com/fremtind/jokul/commit/edb236e))
### Features
* **core:** add build scripts for modules ([af72f54](https://github.com/fremtind/jokul/commit/af72f54))
* **core:** add function for converting px to rem ([712b9b5](https://github.com/fremtind/jokul/commit/712b9b5))
* **core:** add line heights and update font sizes ([980bf98](https://github.com/fremtind/jokul/commit/980bf98))
* **core:** add ornaments mixins to core ([82aaf79](https://github.com/fremtind/jokul/commit/82aaf79))
* **core:** implement font-face for better font handling ([03a6069](https://github.com/fremtind/jokul/commit/03a6069))
* **typography:** add line heights to typography classes ([76df23d](https://github.com/fremtind/jokul/commit/76df23d))
* **typography:** implement smallest text size as component ([4ef3fa0](https://github.com/fremtind/jokul/commit/4ef3fa0))
- **core:** add build scripts for modules ([af72f54](https://github.com/fremtind/jokul/commit/af72f54))
- **core:** add function for converting px to rem ([712b9b5](https://github.com/fremtind/jokul/commit/712b9b5))
- **core:** add line heights and update font sizes ([980bf98](https://github.com/fremtind/jokul/commit/980bf98))
- **core:** add ornaments mixins to core ([82aaf79](https://github.com/fremtind/jokul/commit/82aaf79))
- **core:** implement font-face for better font handling ([03a6069](https://github.com/fremtind/jokul/commit/03a6069))
- **typography:** add line heights to typography classes ([76df23d](https://github.com/fremtind/jokul/commit/76df23d))
- **typography:** implement smallest text size as component ([4ef3fa0](https://github.com/fremtind/jokul/commit/4ef3fa0))
{
"name": "@fremtind/jkl-core",
"version": "0.1.1-alpha.1+44aec59",
"version": "0.2.1-alpha.2+0a929ee",
"publishConfig": {

@@ -20,10 +20,8 @@ "access": "public"

"files": [
"build"
"build",
"*.css",
"*.scss"
],
"scripts": {
"build": "yarn build:styles && yarn build:modules",
"build:css": "node-sass src -o build/css --importer='../../node_modules/node-sass-tilde-importer'",
"prebuild:scss": "mkdirp -p build && mkdirp build/scss",
"build:scss": "cpx 'src/**/*.scss' build/scss",
"build:styles": "yarn build:scss && yarn build:css",
"build": "gulp build && yarn build:modules",
"build:modules": "yarn build:types && yarn build:scripts",

@@ -41,6 +39,6 @@ "build:types": "tsc -p tsconfig-for-declarations.json",

],
"gitHead": "44aec59eb546485ac7af7b875066408b2e696e68",
"gitHead": "0a929eeaec3298c224ad2f4bf4d8717e3b4c71d3",
"devDependencies": {
"@fremtind/browserslist-config-jkl": "^0.0.3-alpha.448+44aec59"
"@fremtind/browserslist-config-jkl": "^0.2.0"
}
}
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