-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9d21a5d
commit 2e05d42
Showing
8 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# @holisticon/hap-documentation | ||
|
||
## 0.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`46ec2a2`](https://github.com/holisticon/atomic-playfulness/commit/46ec2a217e50461dbe10b7c70eb4f3f6bcfccc44), [`3f1ce66`](https://github.com/holisticon/atomic-playfulness/commit/3f1ce66e32e361b249b51ef88e10fc30367b3b7e)]: | ||
- @holisticon/hap-foundation@0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@holisticon/hap-documentation", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"private": true, | ||
"author": "Holisticon AG <[email protected]>", | ||
"description": "Documentation for the atomic-playfulness design system.", | ||
|
@@ -17,7 +17,7 @@ | |
"lint": "tsc --noEmit && eslint ." | ||
}, | ||
"dependencies": { | ||
"@holisticon/hap-foundation": "^0.0.0" | ||
"@holisticon/hap-foundation": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-essentials": "^8.2.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# @holisticon/hap-foundation | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#24](https://github.com/holisticon/atomic-playfulness/pull/24) [`46ec2a2`](https://github.com/holisticon/atomic-playfulness/commit/46ec2a217e50461dbe10b7c70eb4f3f6bcfccc44) Thanks [@mrm1st3r](https://github.com/mrm1st3r)! - Add font-face definitions for ES Klarheit fonts | ||
|
||
- [#26](https://github.com/holisticon/atomic-playfulness/pull/26) [`3f1ce66`](https://github.com/holisticon/atomic-playfulness/commit/3f1ce66e32e361b249b51ef88e10fc30367b3b7e) Thanks [@fabiangaukler](https://github.com/fabiangaukler)! - Added typography tokens and classes for defining heading and texts. | ||
|
||
```html | ||
<h2 class="hap-h1">A heading text</h2> | ||
<p class="hap-text">Some content text</p> | ||
<span class="hap-text-small">A small hint</span> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@holisticon/hap-foundation", | ||
"type": "module", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"author": "Holisticon AG <[email protected]>", | ||
"description": "Foundational tokens for the atomic-playfulness design system.", | ||
"repository": "github:holisticon/atomic-playfulness", | ||
|