halleyx-ui-framework 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/timeline.scss +3 -2
- package/dist/umd/index.umd.css +1 -1
- package/dist/umd/index.umd.js +2 -2
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<h1 align="center"
|
|
2
2
|
style="display:flex:align-item:center;">
|
|
3
3
|
<a href="https://components.halleyx.com" target="_blank" style="text-decoration: none;cursor:pointer;color:black;" align="center">
|
|
4
|
-
<img src="https://halleyx.com/
|
|
4
|
+
<img src="https://halleyx.com/static/images/HalleyxUIFramework.png" style="object-fit:fit;width:100%;" alt="Halleyx UI Framework">
|
|
5
5
|
</a>
|
|
6
6
|
|
|
7
7
|
</h1>
|
|
@@ -86,7 +86,8 @@ The following components are currently available for use
|
|
|
86
86
|
|
|
87
87
|
## Installation
|
|
88
88
|
<p style="display:flex;align-item:center;">
|
|
89
|
-
<b>NPM</b> <img src="https://badge.fury.io/js/halleyx-ui-framework.svg" style="margin-left:10px;">
|
|
89
|
+
<!-- <b>NPM</b> <img src="https://badge.fury.io/js/halleyx-ui-framework.svg" style="margin-left:10px;"> -->
|
|
90
|
+
NPM
|
|
90
91
|
</p>
|
|
91
92
|
|
|
92
93
|
```
|