mainstack-design-system 0.0.0 → 0.0.1
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 +4 -4
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<!-- @format -->
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# Mainstack Design System
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This is a component library for the Mainstack Design System. It is built with React, Typescript and Chakra UI
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Storybook Documentation
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
To view the design system documentation, visit this [link](https://mainstack-design-system.vercel.app/).
|
|
10
10
|
|
|
11
11
|
## Husky
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mainstack-design-system",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --quiet --fix",
|
|
11
11
|
"ts-error": "tsc",
|
|
12
12
|
"postinstall": "husky install",
|
|
13
|
-
"prepare": "husky install",
|
|
14
13
|
"scriptname": "cmd",
|
|
15
14
|
"storybook": "storybook dev -p 6006",
|
|
16
15
|
"build-storybook": "storybook build"
|