@depersgroep/lfvp-design-tokens 0.413.0 → 0.418.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 +6 -6
- package/package.json +5 -7
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# lfvp-design-tokens
|
|
2
|
+
Design tokens for LFVP and LFBSS/Streamz BSS
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
This repository contains the **raw JSON** tokens from Figma Studio and icons.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
[Converter for Mobile (Android / iOS)](https://bitbucket.org/persgroep/lfvp-design-tokens-mobile-converter)
|
|
6
|
+
## Converters
|
|
7
|
+
You are responsible for converting them to your desired output.
|
|
8
|
+
- [Converter for Mobile (Android / iOS)](https://github.com/DPG-Media-Streaming/lfvp/tree/develop/ds-token-parser)
|
|
9
|
+
- [Converter for Web](https://bitbucket.org/persgroep/wasabi-jummy/src/main/packages/design-tokens/)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depersgroep/lfvp-design-tokens",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Figma design tokens for LFVP",
|
|
3
|
+
"version": "0.418.0",
|
|
4
|
+
"description": "Figma design tokens for LFVP and LFBSS/Streamz BSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design",
|
|
7
7
|
"tokens",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"DTCG",
|
|
10
10
|
"Figma",
|
|
11
11
|
"Token Studio",
|
|
12
|
-
"LFVP"
|
|
12
|
+
"LFVP",
|
|
13
|
+
"LFBSS"
|
|
13
14
|
],
|
|
14
15
|
"author": "Streaming Area",
|
|
15
16
|
"license": "ISC",
|
|
@@ -17,8 +18,5 @@
|
|
|
17
18
|
"files": [
|
|
18
19
|
"tokens",
|
|
19
20
|
"assets"
|
|
20
|
-
]
|
|
21
|
-
"scripts": {
|
|
22
|
-
"version": "node -p \"require('./package.json').version.split('-')[0]\""
|
|
23
|
-
}
|
|
21
|
+
]
|
|
24
22
|
}
|