@choosemycompany/ui 0.2.0 → 0.3.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 CHANGED
@@ -53,3 +53,10 @@ Go to <http://localhost:6006/>
53
53
 
54
54
  ChooseMyCompany UI uses design tokens to maintain a single source of truth that, through automation,
55
55
  can be formatted for different uses. Read more about design tokens on the [Design Tokens Community Group](https://www.designtokens.org/).
56
+
57
+
58
+
59
+
60
+
61
+ ## Rules of dev
62
+ - Constants that will be used by library users should be defined in `<ComponentName>.constants.ts` and constants used in the components must be placed in `<ComponentName>.vue.ts`.