@marioschmidt/design-system-tokens 1.0.30 → 1.0.32
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 +443 -67
- package/dist/android/brands/advertorial/semantic/effects/effects-dark.xml +1 -1
- package/dist/android/brands/advertorial/semantic/effects/effects-light.xml +1 -1
- package/dist/android/brands/bild/semantic/effects/effects-dark.xml +1 -1
- package/dist/android/brands/bild/semantic/effects/effects-light.xml +1 -1
- package/dist/android/brands/sportbild/semantic/effects/effects-dark.xml +1 -1
- package/dist/android/brands/sportbild/semantic/effects/effects-light.xml +1 -1
- package/dist/android/res/values/brands/bild/semantic/color/colormode-dark.xml +1 -4
- package/dist/android/res/values/brands/bild/semantic/color/colormode-light.xml +1 -4
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-dark.xml +1 -4
- package/dist/android/res/values/brands/sportbild/semantic/color/colormode-light.xml +1 -4
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +1 -1
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +2 -14
- package/dist/css/brands/bild/semantic/color/colormode-light.css +2 -14
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +2 -14
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +2 -14
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +1 -1
- package/dist/css/shared/fontprimitive.css +1 -1
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +1 -7
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +1 -7
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +1 -7
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +1 -7
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +1 -7
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +1 -7
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +1 -7
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +1 -7
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1 -1
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +1 -1
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +2 -8
- package/dist/js/brands/bild/semantic/color/colormode-light.js +2 -8
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/bild/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +1 -1
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +2 -8
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +2 -8
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +1 -1
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1 -1
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1 -1
- package/dist/js/shared/colorprimitive.js +1 -1
- package/dist/js/shared/fontprimitive.js +1 -1
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/json/brands/bild/semantic/color/colormode-dark.json +3 -114
- package/dist/json/brands/bild/semantic/color/colormode-light.json +3 -114
- package/dist/json/brands/sportbild/semantic/color/colormode-dark.json +3 -114
- package/dist/json/brands/sportbild/semantic/color/colormode-light.json +3 -114
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +2 -8
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +2 -8
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +2 -8
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +2 -8
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +1 -1
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +1 -1
- package/dist/scss/shared/colorprimitive.scss +1 -1
- package/dist/scss/shared/fontprimitive.scss +1 -1
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
"coreColorTertiaryConstant"
|
|
1899
1899
|
]
|
|
1900
1900
|
},
|
|
1901
|
-
"
|
|
1901
|
+
"pipeTestRenaming": {
|
|
1902
1902
|
"$value": "#B0D1F3",
|
|
1903
1903
|
"value": "#B0D1F3",
|
|
1904
1904
|
"type": "color",
|
|
@@ -1927,123 +1927,12 @@
|
|
|
1927
1927
|
"$type": "color",
|
|
1928
1928
|
"comment": "this is a test for the token pipeline"
|
|
1929
1929
|
},
|
|
1930
|
-
"name": "
|
|
1930
|
+
"name": "pipeTestRenaming",
|
|
1931
1931
|
"attributes": {},
|
|
1932
1932
|
"path": [
|
|
1933
1933
|
"Semantic",
|
|
1934
1934
|
"Core",
|
|
1935
|
-
"
|
|
1936
|
-
]
|
|
1937
|
-
},
|
|
1938
|
-
"npmTest": {
|
|
1939
|
-
"$value": "#B0D1F3",
|
|
1940
|
-
"value": "#B0D1F3",
|
|
1941
|
-
"type": "color",
|
|
1942
|
-
"$extensions": {
|
|
1943
|
-
"com.figma": {
|
|
1944
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1945
|
-
"collectionName": "ColorMode",
|
|
1946
|
-
"variableId": "VariableID:20790:160"
|
|
1947
|
-
}
|
|
1948
|
-
},
|
|
1949
|
-
"$type": "color",
|
|
1950
|
-
"comment": "this is a test for the token pipeline",
|
|
1951
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-dark.json",
|
|
1952
|
-
"isSource": true,
|
|
1953
|
-
"original": {
|
|
1954
|
-
"$value": "#B0D1F3",
|
|
1955
|
-
"value": "#B0D1F3",
|
|
1956
|
-
"type": "color",
|
|
1957
|
-
"$extensions": {
|
|
1958
|
-
"com.figma": {
|
|
1959
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1960
|
-
"collectionName": "ColorMode",
|
|
1961
|
-
"variableId": "VariableID:20790:160"
|
|
1962
|
-
}
|
|
1963
|
-
},
|
|
1964
|
-
"$type": "color",
|
|
1965
|
-
"comment": "this is a test for the token pipeline"
|
|
1966
|
-
},
|
|
1967
|
-
"name": "npmTest",
|
|
1968
|
-
"attributes": {},
|
|
1969
|
-
"path": [
|
|
1970
|
-
"Semantic",
|
|
1971
|
-
"Core",
|
|
1972
|
-
"npmTest"
|
|
1973
|
-
]
|
|
1974
|
-
},
|
|
1975
|
-
"felipeTestColor": {
|
|
1976
|
-
"$value": "#031A31",
|
|
1977
|
-
"value": "#031A31",
|
|
1978
|
-
"type": "color",
|
|
1979
|
-
"$extensions": {
|
|
1980
|
-
"com.figma": {
|
|
1981
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1982
|
-
"collectionName": "ColorMode",
|
|
1983
|
-
"variableId": "VariableID:20798:160"
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
"$type": "color",
|
|
1987
|
-
"comment": "this is a test for the token pipeline",
|
|
1988
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-dark.json",
|
|
1989
|
-
"isSource": true,
|
|
1990
|
-
"original": {
|
|
1991
|
-
"$value": "#031A31",
|
|
1992
|
-
"value": "#031A31",
|
|
1993
|
-
"type": "color",
|
|
1994
|
-
"$extensions": {
|
|
1995
|
-
"com.figma": {
|
|
1996
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1997
|
-
"collectionName": "ColorMode",
|
|
1998
|
-
"variableId": "VariableID:20798:160"
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
|
-
"$type": "color",
|
|
2002
|
-
"comment": "this is a test for the token pipeline"
|
|
2003
|
-
},
|
|
2004
|
-
"name": "felipeTestColor",
|
|
2005
|
-
"attributes": {},
|
|
2006
|
-
"path": [
|
|
2007
|
-
"Semantic",
|
|
2008
|
-
"Core",
|
|
2009
|
-
"felipeTestColor"
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
"golianiTestColor": {
|
|
2013
|
-
"$value": "#031A31",
|
|
2014
|
-
"value": "#031A31",
|
|
2015
|
-
"type": "color",
|
|
2016
|
-
"$extensions": {
|
|
2017
|
-
"com.figma": {
|
|
2018
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2019
|
-
"collectionName": "ColorMode",
|
|
2020
|
-
"variableId": "VariableID:20855:76"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
"$type": "color",
|
|
2024
|
-
"comment": "this is a test for the token pipeline",
|
|
2025
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-dark.json",
|
|
2026
|
-
"isSource": true,
|
|
2027
|
-
"original": {
|
|
2028
|
-
"$value": "#031A31",
|
|
2029
|
-
"value": "#031A31",
|
|
2030
|
-
"type": "color",
|
|
2031
|
-
"$extensions": {
|
|
2032
|
-
"com.figma": {
|
|
2033
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2034
|
-
"collectionName": "ColorMode",
|
|
2035
|
-
"variableId": "VariableID:20855:76"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
"$type": "color",
|
|
2039
|
-
"comment": "this is a test for the token pipeline"
|
|
2040
|
-
},
|
|
2041
|
-
"name": "golianiTestColor",
|
|
2042
|
-
"attributes": {},
|
|
2043
|
-
"path": [
|
|
2044
|
-
"Semantic",
|
|
2045
|
-
"Core",
|
|
2046
|
-
"golianiTestColor"
|
|
1935
|
+
"pipeTestRenaming"
|
|
2047
1936
|
]
|
|
2048
1937
|
}
|
|
2049
1938
|
},
|
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
"coreColorTertiaryConstant"
|
|
1899
1899
|
]
|
|
1900
1900
|
},
|
|
1901
|
-
"
|
|
1901
|
+
"pipeTestRenaming": {
|
|
1902
1902
|
"$value": "#476D93",
|
|
1903
1903
|
"value": "#476D93",
|
|
1904
1904
|
"type": "color",
|
|
@@ -1927,123 +1927,12 @@
|
|
|
1927
1927
|
"$type": "color",
|
|
1928
1928
|
"comment": "this is a test for the token pipeline"
|
|
1929
1929
|
},
|
|
1930
|
-
"name": "
|
|
1930
|
+
"name": "pipeTestRenaming",
|
|
1931
1931
|
"attributes": {},
|
|
1932
1932
|
"path": [
|
|
1933
1933
|
"Semantic",
|
|
1934
1934
|
"Core",
|
|
1935
|
-
"
|
|
1936
|
-
]
|
|
1937
|
-
},
|
|
1938
|
-
"npmTest": {
|
|
1939
|
-
"$value": "#476D93",
|
|
1940
|
-
"value": "#476D93",
|
|
1941
|
-
"type": "color",
|
|
1942
|
-
"$extensions": {
|
|
1943
|
-
"com.figma": {
|
|
1944
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1945
|
-
"collectionName": "ColorMode",
|
|
1946
|
-
"variableId": "VariableID:20790:160"
|
|
1947
|
-
}
|
|
1948
|
-
},
|
|
1949
|
-
"$type": "color",
|
|
1950
|
-
"comment": "this is a test for the token pipeline",
|
|
1951
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-light.json",
|
|
1952
|
-
"isSource": true,
|
|
1953
|
-
"original": {
|
|
1954
|
-
"$value": "#476D93",
|
|
1955
|
-
"value": "#476D93",
|
|
1956
|
-
"type": "color",
|
|
1957
|
-
"$extensions": {
|
|
1958
|
-
"com.figma": {
|
|
1959
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1960
|
-
"collectionName": "ColorMode",
|
|
1961
|
-
"variableId": "VariableID:20790:160"
|
|
1962
|
-
}
|
|
1963
|
-
},
|
|
1964
|
-
"$type": "color",
|
|
1965
|
-
"comment": "this is a test for the token pipeline"
|
|
1966
|
-
},
|
|
1967
|
-
"name": "npmTest",
|
|
1968
|
-
"attributes": {},
|
|
1969
|
-
"path": [
|
|
1970
|
-
"Semantic",
|
|
1971
|
-
"Core",
|
|
1972
|
-
"npmTest"
|
|
1973
|
-
]
|
|
1974
|
-
},
|
|
1975
|
-
"felipeTestColor": {
|
|
1976
|
-
"$value": "#E9580A",
|
|
1977
|
-
"value": "#E9580A",
|
|
1978
|
-
"type": "color",
|
|
1979
|
-
"$extensions": {
|
|
1980
|
-
"com.figma": {
|
|
1981
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1982
|
-
"collectionName": "ColorMode",
|
|
1983
|
-
"variableId": "VariableID:20798:160"
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
"$type": "color",
|
|
1987
|
-
"comment": "this is a test for the token pipeline",
|
|
1988
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-light.json",
|
|
1989
|
-
"isSource": true,
|
|
1990
|
-
"original": {
|
|
1991
|
-
"$value": "#E9580A",
|
|
1992
|
-
"value": "#E9580A",
|
|
1993
|
-
"type": "color",
|
|
1994
|
-
"$extensions": {
|
|
1995
|
-
"com.figma": {
|
|
1996
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1997
|
-
"collectionName": "ColorMode",
|
|
1998
|
-
"variableId": "VariableID:20798:160"
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
|
-
"$type": "color",
|
|
2002
|
-
"comment": "this is a test for the token pipeline"
|
|
2003
|
-
},
|
|
2004
|
-
"name": "felipeTestColor",
|
|
2005
|
-
"attributes": {},
|
|
2006
|
-
"path": [
|
|
2007
|
-
"Semantic",
|
|
2008
|
-
"Core",
|
|
2009
|
-
"felipeTestColor"
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
"golianiTestColor": {
|
|
2013
|
-
"$value": "#00FFF2",
|
|
2014
|
-
"value": "#00FFF2",
|
|
2015
|
-
"type": "color",
|
|
2016
|
-
"$extensions": {
|
|
2017
|
-
"com.figma": {
|
|
2018
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2019
|
-
"collectionName": "ColorMode",
|
|
2020
|
-
"variableId": "VariableID:20855:76"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
"$type": "color",
|
|
2024
|
-
"comment": "this is a test for the token pipeline",
|
|
2025
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/bild/color/colormode-light.json",
|
|
2026
|
-
"isSource": true,
|
|
2027
|
-
"original": {
|
|
2028
|
-
"$value": "#00FFF2",
|
|
2029
|
-
"value": "#00FFF2",
|
|
2030
|
-
"type": "color",
|
|
2031
|
-
"$extensions": {
|
|
2032
|
-
"com.figma": {
|
|
2033
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2034
|
-
"collectionName": "ColorMode",
|
|
2035
|
-
"variableId": "VariableID:20855:76"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
"$type": "color",
|
|
2039
|
-
"comment": "this is a test for the token pipeline"
|
|
2040
|
-
},
|
|
2041
|
-
"name": "golianiTestColor",
|
|
2042
|
-
"attributes": {},
|
|
2043
|
-
"path": [
|
|
2044
|
-
"Semantic",
|
|
2045
|
-
"Core",
|
|
2046
|
-
"golianiTestColor"
|
|
1935
|
+
"pipeTestRenaming"
|
|
2047
1936
|
]
|
|
2048
1937
|
}
|
|
2049
1938
|
},
|
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
"coreColorTertiaryConstant"
|
|
1899
1899
|
]
|
|
1900
1900
|
},
|
|
1901
|
-
"
|
|
1901
|
+
"pipeTestRenaming": {
|
|
1902
1902
|
"$value": "#B0D1F3",
|
|
1903
1903
|
"value": "#B0D1F3",
|
|
1904
1904
|
"type": "color",
|
|
@@ -1927,123 +1927,12 @@
|
|
|
1927
1927
|
"$type": "color",
|
|
1928
1928
|
"comment": "this is a test for the token pipeline"
|
|
1929
1929
|
},
|
|
1930
|
-
"name": "
|
|
1930
|
+
"name": "pipeTestRenaming",
|
|
1931
1931
|
"attributes": {},
|
|
1932
1932
|
"path": [
|
|
1933
1933
|
"Semantic",
|
|
1934
1934
|
"Core",
|
|
1935
|
-
"
|
|
1936
|
-
]
|
|
1937
|
-
},
|
|
1938
|
-
"npmTest": {
|
|
1939
|
-
"$value": "#B0D1F3",
|
|
1940
|
-
"value": "#B0D1F3",
|
|
1941
|
-
"type": "color",
|
|
1942
|
-
"$extensions": {
|
|
1943
|
-
"com.figma": {
|
|
1944
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1945
|
-
"collectionName": "ColorMode",
|
|
1946
|
-
"variableId": "VariableID:20790:160"
|
|
1947
|
-
}
|
|
1948
|
-
},
|
|
1949
|
-
"$type": "color",
|
|
1950
|
-
"comment": "this is a test for the token pipeline",
|
|
1951
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/sportbild/color/colormode-dark.json",
|
|
1952
|
-
"isSource": true,
|
|
1953
|
-
"original": {
|
|
1954
|
-
"$value": "#B0D1F3",
|
|
1955
|
-
"value": "#B0D1F3",
|
|
1956
|
-
"type": "color",
|
|
1957
|
-
"$extensions": {
|
|
1958
|
-
"com.figma": {
|
|
1959
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1960
|
-
"collectionName": "ColorMode",
|
|
1961
|
-
"variableId": "VariableID:20790:160"
|
|
1962
|
-
}
|
|
1963
|
-
},
|
|
1964
|
-
"$type": "color",
|
|
1965
|
-
"comment": "this is a test for the token pipeline"
|
|
1966
|
-
},
|
|
1967
|
-
"name": "npmTest",
|
|
1968
|
-
"attributes": {},
|
|
1969
|
-
"path": [
|
|
1970
|
-
"Semantic",
|
|
1971
|
-
"Core",
|
|
1972
|
-
"npmTest"
|
|
1973
|
-
]
|
|
1974
|
-
},
|
|
1975
|
-
"felipeTestColor": {
|
|
1976
|
-
"$value": "#031A31",
|
|
1977
|
-
"value": "#031A31",
|
|
1978
|
-
"type": "color",
|
|
1979
|
-
"$extensions": {
|
|
1980
|
-
"com.figma": {
|
|
1981
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1982
|
-
"collectionName": "ColorMode",
|
|
1983
|
-
"variableId": "VariableID:20798:160"
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
"$type": "color",
|
|
1987
|
-
"comment": "this is a test for the token pipeline",
|
|
1988
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/sportbild/color/colormode-dark.json",
|
|
1989
|
-
"isSource": true,
|
|
1990
|
-
"original": {
|
|
1991
|
-
"$value": "#031A31",
|
|
1992
|
-
"value": "#031A31",
|
|
1993
|
-
"type": "color",
|
|
1994
|
-
"$extensions": {
|
|
1995
|
-
"com.figma": {
|
|
1996
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1997
|
-
"collectionName": "ColorMode",
|
|
1998
|
-
"variableId": "VariableID:20798:160"
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
|
-
"$type": "color",
|
|
2002
|
-
"comment": "this is a test for the token pipeline"
|
|
2003
|
-
},
|
|
2004
|
-
"name": "felipeTestColor",
|
|
2005
|
-
"attributes": {},
|
|
2006
|
-
"path": [
|
|
2007
|
-
"Semantic",
|
|
2008
|
-
"Core",
|
|
2009
|
-
"felipeTestColor"
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
"golianiTestColor": {
|
|
2013
|
-
"$value": "#031A31",
|
|
2014
|
-
"value": "#031A31",
|
|
2015
|
-
"type": "color",
|
|
2016
|
-
"$extensions": {
|
|
2017
|
-
"com.figma": {
|
|
2018
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2019
|
-
"collectionName": "ColorMode",
|
|
2020
|
-
"variableId": "VariableID:20855:76"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
"$type": "color",
|
|
2024
|
-
"comment": "this is a test for the token pipeline",
|
|
2025
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/sportbild/color/colormode-dark.json",
|
|
2026
|
-
"isSource": true,
|
|
2027
|
-
"original": {
|
|
2028
|
-
"$value": "#031A31",
|
|
2029
|
-
"value": "#031A31",
|
|
2030
|
-
"type": "color",
|
|
2031
|
-
"$extensions": {
|
|
2032
|
-
"com.figma": {
|
|
2033
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2034
|
-
"collectionName": "ColorMode",
|
|
2035
|
-
"variableId": "VariableID:20855:76"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
"$type": "color",
|
|
2039
|
-
"comment": "this is a test for the token pipeline"
|
|
2040
|
-
},
|
|
2041
|
-
"name": "golianiTestColor",
|
|
2042
|
-
"attributes": {},
|
|
2043
|
-
"path": [
|
|
2044
|
-
"Semantic",
|
|
2045
|
-
"Core",
|
|
2046
|
-
"golianiTestColor"
|
|
1935
|
+
"pipeTestRenaming"
|
|
2047
1936
|
]
|
|
2048
1937
|
}
|
|
2049
1938
|
},
|
|
@@ -1898,7 +1898,7 @@
|
|
|
1898
1898
|
"coreColorTertiaryConstant"
|
|
1899
1899
|
]
|
|
1900
1900
|
},
|
|
1901
|
-
"
|
|
1901
|
+
"pipeTestRenaming": {
|
|
1902
1902
|
"$value": "#476D93",
|
|
1903
1903
|
"value": "#476D93",
|
|
1904
1904
|
"type": "color",
|
|
@@ -1927,123 +1927,12 @@
|
|
|
1927
1927
|
"$type": "color",
|
|
1928
1928
|
"comment": "this is a test for the token pipeline"
|
|
1929
1929
|
},
|
|
1930
|
-
"name": "
|
|
1930
|
+
"name": "pipeTestRenaming",
|
|
1931
1931
|
"attributes": {},
|
|
1932
1932
|
"path": [
|
|
1933
1933
|
"Semantic",
|
|
1934
1934
|
"Core",
|
|
1935
|
-
"
|
|
1936
|
-
]
|
|
1937
|
-
},
|
|
1938
|
-
"npmTest": {
|
|
1939
|
-
"$value": "#476D93",
|
|
1940
|
-
"value": "#476D93",
|
|
1941
|
-
"type": "color",
|
|
1942
|
-
"$extensions": {
|
|
1943
|
-
"com.figma": {
|
|
1944
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1945
|
-
"collectionName": "ColorMode",
|
|
1946
|
-
"variableId": "VariableID:20790:160"
|
|
1947
|
-
}
|
|
1948
|
-
},
|
|
1949
|
-
"$type": "color",
|
|
1950
|
-
"comment": "this is a test for the token pipeline",
|
|
1951
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/sportbild/color/colormode-light.json",
|
|
1952
|
-
"isSource": true,
|
|
1953
|
-
"original": {
|
|
1954
|
-
"$value": "#476D93",
|
|
1955
|
-
"value": "#476D93",
|
|
1956
|
-
"type": "color",
|
|
1957
|
-
"$extensions": {
|
|
1958
|
-
"com.figma": {
|
|
1959
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1960
|
-
"collectionName": "ColorMode",
|
|
1961
|
-
"variableId": "VariableID:20790:160"
|
|
1962
|
-
}
|
|
1963
|
-
},
|
|
1964
|
-
"$type": "color",
|
|
1965
|
-
"comment": "this is a test for the token pipeline"
|
|
1966
|
-
},
|
|
1967
|
-
"name": "npmTest",
|
|
1968
|
-
"attributes": {},
|
|
1969
|
-
"path": [
|
|
1970
|
-
"Semantic",
|
|
1971
|
-
"Core",
|
|
1972
|
-
"npmTest"
|
|
1973
|
-
]
|
|
1974
|
-
},
|
|
1975
|
-
"felipeTestColor": {
|
|
1976
|
-
"$value": "#E9580A",
|
|
1977
|
-
"value": "#E9580A",
|
|
1978
|
-
"type": "color",
|
|
1979
|
-
"$extensions": {
|
|
1980
|
-
"com.figma": {
|
|
1981
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1982
|
-
"collectionName": "ColorMode",
|
|
1983
|
-
"variableId": "VariableID:20798:160"
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
"$type": "color",
|
|
1987
|
-
"comment": "this is a test for the token pipeline",
|
|
1988
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/sportbild/color/colormode-light.json",
|
|
1989
|
-
"isSource": true,
|
|
1990
|
-
"original": {
|
|
1991
|
-
"$value": "#E9580A",
|
|
1992
|
-
"value": "#E9580A",
|
|
1993
|
-
"type": "color",
|
|
1994
|
-
"$extensions": {
|
|
1995
|
-
"com.figma": {
|
|
1996
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
1997
|
-
"collectionName": "ColorMode",
|
|
1998
|
-
"variableId": "VariableID:20798:160"
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
|
-
"$type": "color",
|
|
2002
|
-
"comment": "this is a test for the token pipeline"
|
|
2003
|
-
},
|
|
2004
|
-
"name": "felipeTestColor",
|
|
2005
|
-
"attributes": {},
|
|
2006
|
-
"path": [
|
|
2007
|
-
"Semantic",
|
|
2008
|
-
"Core",
|
|
2009
|
-
"felipeTestColor"
|
|
2010
|
-
]
|
|
2011
|
-
},
|
|
2012
|
-
"golianiTestColor": {
|
|
2013
|
-
"$value": "#00FFF2",
|
|
2014
|
-
"value": "#00FFF2",
|
|
2015
|
-
"type": "color",
|
|
2016
|
-
"$extensions": {
|
|
2017
|
-
"com.figma": {
|
|
2018
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2019
|
-
"collectionName": "ColorMode",
|
|
2020
|
-
"variableId": "VariableID:20855:76"
|
|
2021
|
-
}
|
|
2022
|
-
},
|
|
2023
|
-
"$type": "color",
|
|
2024
|
-
"comment": "this is a test for the token pipeline",
|
|
2025
|
-
"filePath": "/home/runner/work/vv-token-test-v3/vv-token-test-v3/tokens/brands/sportbild/color/colormode-light.json",
|
|
2026
|
-
"isSource": true,
|
|
2027
|
-
"original": {
|
|
2028
|
-
"$value": "#00FFF2",
|
|
2029
|
-
"value": "#00FFF2",
|
|
2030
|
-
"type": "color",
|
|
2031
|
-
"$extensions": {
|
|
2032
|
-
"com.figma": {
|
|
2033
|
-
"collectionId": "VariableCollectionId:588:1979",
|
|
2034
|
-
"collectionName": "ColorMode",
|
|
2035
|
-
"variableId": "VariableID:20855:76"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
"$type": "color",
|
|
2039
|
-
"comment": "this is a test for the token pipeline"
|
|
2040
|
-
},
|
|
2041
|
-
"name": "golianiTestColor",
|
|
2042
|
-
"attributes": {},
|
|
2043
|
-
"path": [
|
|
2044
|
-
"Semantic",
|
|
2045
|
-
"Core",
|
|
2046
|
-
"golianiTestColor"
|
|
1935
|
+
"pipeTestRenaming"
|
|
2047
1936
|
]
|
|
2048
1937
|
}
|
|
2049
1938
|
},
|
package/dist/manifest.json
CHANGED