@fremtind/jkl-accordion
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,2 +6,20 @@ # Change Log | ||
# [0.6.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-accordion@0.5.0...@fremtind/jkl-accordion@0.6.0) (2019-07-18) | ||
### Bug Fixes | ||
* **build:** add watch job to pkg json ([a0039e0](https://github.com/fremtind/jokul/commit/a0039e0)) | ||
### Features | ||
* **accordion:** consolidate style with sketches and remove unused svgs ([8e7e986](https://github.com/fremtind/jokul/commit/8e7e986)) | ||
* **build:** add watch job for css, refactor gulp ([8adafd6](https://github.com/fremtind/jokul/commit/8adafd6)) | ||
* **portal:** add getting started guide ([76d742b](https://github.com/fremtind/jokul/commit/76d742b)) | ||
# [0.5.0](https://github.com/fremtind/jokul/compare/@fremtind/jkl-accordion@0.3.0...@fremtind/jkl-accordion@0.5.0) (2019-07-15) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@fremtind/jkl-accordion", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "Accordion menu", | ||
"description": "Jøkul style for accordion menu", | ||
"homepage": "https://fremtind.github.io/jokul", | ||
"keywords": [ | ||
"accordion" | ||
"accordion", | ||
"jøkul", | ||
"fremtind" | ||
], | ||
@@ -18,2 +21,3 @@ "files": [ | ||
"build": "gulp build", | ||
"build:watch": "gulp build:watch", | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
@@ -23,11 +27,18 @@ "dev": "parcel example/index.html" | ||
"dependencies": { | ||
"@fremtind/jkl-core": "^0.5.0" | ||
"@fremtind/jkl-core": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/browserslist-config-jkl": "^0.3.1" | ||
}, | ||
"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" | ||
} |
@@ -0,1 +1,5 @@ | ||
# `@fremtind/jkl-accordion` | ||
## Beskrivelse | ||
Trekkspillister gjør at vi kan gi brukerne mer innhold på liten plass, fordi vi viser informasjonen gradvis. Vi antyder for brukerne at det finnes noe mer, og de kan selv velge å vise eller skjule den ekstra informasjonen. | ||
@@ -5,3 +9,11 @@ | ||
Vi unngår _nestede_ lister, altså trekkspillister inni andre trekkspillister. | ||
Vi bruker et vinkeltegn (chevron) for å angi at brukeren kan vise og skjule informasjon, men brukerne kan også klikke på selve tekstområdet for å vise og skjule. | ||
## Do's and dont's | ||
### Vi unngår: | ||
- _nestede_ lister, altså trekkspillister inni andre trekkspillister. | ||
### Vi gjør: | ||
- bruker et vinkeltegn (chevron) for å angi at brukeren kan vise og skjule informasjon. | ||
- brukerne kan også klikke på selve tekstområdet for å vise og skjule. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
11556
98
1
1
19
0
+ Added@fremtind/jkl-core@0.6.1(transitive)
- Removed@fremtind/jkl-core@0.5.0(transitive)
- Removednormalize-scss@7.0.1(transitive)
Updated@fremtind/jkl-core@^0.6.0