@bonniernews/dn-design-system-web
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -6,2 +6,11 @@ # Change Log | ||
## [1.0.0-alpha.9](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@1.0.0-alpha.8...@bonniernews/dn-design-system-web@1.0.0-alpha.9) (2022-12-22) | ||
### Bug Fixes | ||
* **web:** add spinner to buttons ([#530](https://github.com/BonnierNews/dn-design-system/issues/530)) ([945a08d](https://github.com/BonnierNews/dn-design-system/commit/945a08d957ae794dc29dc15806849de807b979c3)) | ||
## [1.0.0-alpha.8](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@1.0.0-alpha.7...@bonniernews/dn-design-system-web@1.0.0-alpha.8) (2022-12-21) | ||
@@ -8,0 +17,0 @@ |
@@ -20,3 +20,3 @@ - GitHub: [BonnierNews/dn-design-system/../web/src/components/button](https://github.com/BonnierNews/dn-design-system/tree/main/web/src/components/button) | ||
|iconName | String | no | add, arrow_back, arrow_forward etc | | For all available icons see: https://designsystem.dn.se/?path=/story/foundations-icon-web--all | | ||
|~loading~ | bool | no | true, false | false | Not implemented | | ||
|loading | bool | no | true, false | false | | | ||
|type | String | no | button, submit | button | | | ||
@@ -23,0 +23,0 @@ |href | String | no | | | If href is set the button will be rendered as an a-tag | |
@@ -16,3 +16,3 @@ - GitHub: [BonnierNews/dn-design-system/../web/src/components/icon-button](https://github.com/BonnierNews/dn-design-system/tree/main/web/src/components/icon-button) | ||
|size| String | no | default, small, large | default | | | ||
|~loading~ | bool | no | true, false | false | Not implemented | | ||
|loading | bool | no | true, false | false | | | ||
|a11y.visuallyHidden | Object | no | | | Ex. a11y: { visuallyHidden: "Dela på TikTok" } | | ||
@@ -19,0 +19,0 @@ |href | String | no | | | If href is set the button will be rendered as an a-tag | |
@@ -19,3 +19,3 @@ - GitHub: [BonnierNews/dn-design-system/../web/src/components/text-button](https://github.com/BonnierNews/dn-design-system/tree/main/web/src/components/text-button) | ||
|iconName | String | no | add, arrow_back, arrow_forward etc | | For all available icons see: https://designsystem.dn.se/?path=/story/foundations-icon-web--all | | ||
|~loading~ | bool | no | true, false | false | Not implemented | | ||
|loading | bool | no | true, false | false | | | ||
|href | String | no | | | If href is set the button will be rendered as an a-tag | | ||
@@ -22,0 +22,0 @@ |attributes | Object | no | | | Ex. { target: "_blank", "data-test": "lorem ipsum" } | |
{ | ||
"name": "@bonniernews/dn-design-system-web", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"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
298859
144