@dxc-technology/halstack-react 15.2.2 → 16.0.0
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 +2 -2
- package/dist/index.d.mts +906 -3718
- package/dist/index.d.ts +906 -3718
- package/dist/index.js +13488 -13814
- package/dist/index.mjs +13352 -13709
- package/package.json +48 -32
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://developer.dxc.com/halstack/">
|
|
2
|
+
<a href="https://developer.assure.dxc.com/halstack/">
|
|
3
3
|
<img src="apps/website/screens/common/images/halstack_logo.svg" alt="Halstack Design System logo" />
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
@@ -31,7 +31,7 @@ const App = () => (
|
|
|
31
31
|
|
|
32
32
|
## Where to start
|
|
33
33
|
|
|
34
|
-
Learn everything you need to know about Halstack principles and components on the [official documentation site](https://developer.dxc.com/halstack/).
|
|
34
|
+
Learn everything you need to know about Halstack principles and components on the [official documentation site](https://developer.assure.dxc.com/halstack/).
|
|
35
35
|
|
|
36
36
|
## Contributing
|
|
37
37
|
|