@solid-design-system/tokens 2.1.0 → 2.1.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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,15 @@ Check out the [full documentation](https://solid-design-system.fe.union-investme
|
|
|
9
9
|
|
|
10
10
|
### Handling tokens (for Figma maintainers ONLY)
|
|
11
11
|
|
|
12
|
-
Any changes in the token set in Token Studio plugin must be in a new branch branched from `main
|
|
12
|
+
Any changes in the token set in Token Studio plugin must be in a new branch branched from `main`with these information:
|
|
13
|
+
|
|
14
|
+
Branch Name:
|
|
15
|
+
|
|
16
|
+
feat/title
|
|
17
|
+
|
|
18
|
+
fix/title
|
|
19
|
+
|
|
20
|
+
Description: closes #123 (Write ticket number if it exists, automatically closes linked ticket when merged)
|
|
13
21
|
|
|
14
22
|

|
|
15
23
|
|