@lumx/core 2.1.9-alpha-thumbnail5 → 2.1.9-alpha-thumbnail7
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/css/design-tokens.css +2 -2
- package/js/constants/design-tokens.js +2 -2
- package/js/constants/design-tokens.min.js +1 -1
- package/js/constants/design-tokens.min.js.map +1 -1
- package/js/constants/design-tokens.ts +2 -2
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +2 -2
- package/scss/_design-tokens.scss +2 -2
- package/scss/components/thumbnail/_index.scss +20 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 12 Jan 2022
|
|
3
|
+
* Generated on Wed, 12 Jan 2022 16:44:48 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DESIGN_TOKENS = {
|
|
@@ -2133,7 +2133,7 @@ export const DESIGN_TOKENS = {
|
|
|
2133
2133
|
},
|
|
2134
2134
|
quote: {
|
|
2135
2135
|
'font-size': { value: '16px' },
|
|
2136
|
-
'font-weight': { value: 'var(--lumx-typography-font-weight-
|
|
2136
|
+
'font-weight': { value: 'var(--lumx-typography-font-weight-regular)' },
|
|
2137
2137
|
'font-style': { value: 'italic' },
|
|
2138
2138
|
'line-height': { value: '24px' },
|
|
2139
2139
|
},
|