@ambita/design-system 5.7.1-2961.0 → 5.7.1-2971.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 +0 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,22 +43,6 @@ Key guides for contributors:
|
|
|
43
43
|
|
|
44
44
|
Recommended front-end template for new Ambita projects, pre-configured with this design system.
|
|
45
45
|
|
|
46
|
-
#### How to merge branches
|
|
47
|
-
|
|
48
|
-
**IMPORTANT!** Branches merged to `dev` can be squash merged for a prettier history tree, but DON'T squash merge `dev` to `main`.
|
|
49
|
-
Instead, chose "Create a merge commit".
|
|
50
|
-
|
|
51
|
-
<img alt="create a merge commit in GitHub" src="docs/merge-commit.png" width="400">
|
|
52
|
-
|
|
53
|
-
#### New Components
|
|
54
|
-
|
|
55
|
-
Every new component must have:
|
|
56
|
-
|
|
57
|
-
- ✅ Storybook documentation
|
|
58
|
-
- ✅ Unit tests (Vitest)
|
|
59
|
-
- ✅ Export in `./src/index.ts`
|
|
60
|
-
- ✅ Follow Neo patterns if using Reka UI (see [NEO_COMPONENT_PATTERNS.md](docs/NEO_COMPONENT_PATTERNS.md))
|
|
61
|
-
|
|
62
46
|
### Scripts
|
|
63
47
|
|
|
64
48
|
#### Compile and Hot-Reload for Development
|