@bonniernews/dn-design-system-web
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.4
@@ -6,2 +6,21 @@ # Change Log | ||
# [0.1.0-alpha.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@0.1.0-alpha.3...@bonniernews/dn-design-system-web@0.1.0-alpha.4) (2022-08-08) | ||
**Note:** Version bump only for package @bonniernews/dn-design-system-web | ||
# 0.1.0-alpha.3 (2022-08-04) | ||
### Features | ||
* **core:** add info icon ([#157](https://github.com/BonnierNews/dn-design-system/issues/157)) ([fa62ae1](https://github.com/BonnierNews/dn-design-system/commit/fa62ae15901bfe87d5dfcaa0db0d70e107ccd0ed)) | ||
# 0.1.0-alpha.2 (2022-07-01) | ||
@@ -8,0 +27,0 @@ |
@@ -1,11 +0,10 @@ | ||
### @bonniernews/dn-design-system-web/components/button/README.md | ||
**@bonniernews/dn-design-system-web/components/button/README.md** | ||
---- | ||
#### **Some sample documentation for a component** | ||
# Button | ||
Here we can document **technical details** and for example list parameters not available in storybook but used in the *real world*. | ||
Parameters available but not used in storybook: | ||
```javascript | ||
/* Additional available parameters */ | ||
attributes: { | ||
@@ -15,9 +14,11 @@ "data-test": "12345" | ||
classNames: "my-special-class", | ||
href: "https://designsystem-latest.dn.se/" // if you add href parameter the button will rendered as an <a> | ||
href: "https://designsystem-latest.dn.se/" | ||
type: "submit" | ||
``` | ||
We could also link to places where the component is/will be implemented | ||
âšī¸ If you add href parameter the button will be rendered as an `<a>` | ||
#### đ§ See it in the wild: | ||
---- | ||
# đ§ See it in the wild: | ||
- [DN Skola prenumeration](https://prenumerera.dn.se/skolor/) |
@@ -7,6 +7,5 @@ **@bonniernews/dn-design-system-web/components/icon-button/README.md** | ||
Parameters not available in storybook but used in the *real world*. | ||
Parameters available but not used in storybook: | ||
```javascript | ||
/* Additional available parameters */ | ||
attributes: { | ||
@@ -16,3 +15,5 @@ "data-test": "12345" | ||
classNames: "my-special-class", | ||
href: "https://designsystem-latest.dn.se/" // if you add href parameter the button will rendered as an <a> | ||
href: "https://designsystem-latest.dn.se/" | ||
``` | ||
âšī¸ If you add href parameter the button will be rendered as an `<a>` |
{ | ||
"name": "@bonniernews/dn-design-system-web", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.4", | ||
"description": "DN design system for web.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
86113
53