@ambita/design-system 5.7.1-3091.0 → 5.7.1-3101.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,8 +31,11 @@ The design system features:
31
31
 
32
32
  ### Documentation
33
33
 
34
+ - **[Ambita Style Guide](https://design.ambita.com)** - Brand guidelines, colors, typography, and visual standards
35
+
34
36
  Key guides for contributors:
35
37
 
38
+ - **[docs/CONTRIBUTING.md](docs/CONTRIBUTING.md)** - General info on contributing
36
39
  - **[docs/INTEGRATION_GUIDE.md](docs/INTEGRATION_GUIDE.md)** - How to use the design system in projects
37
40
  - **[docs/REKA_UI_SCSS_GUIDE.md](docs/REKA_UI_SCSS_GUIDE.md)** - Portal components and `:deep()` selectors
38
41
  - **[docs/NEO_COMPONENT_PATTERNS.md](docs/NEO_COMPONENT_PATTERNS.md)** - Common patterns and mixins
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ambita/design-system",
3
- "version": "5.7.1-3091.0",
3
+ "version": "5.7.1-3101.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:Ambita/design-system-vue-3.git"