@liner-fe/design-token 2.0.41 → 2.0.42

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.
Files changed (2) hide show
  1. package/global.css +1 -1
  2. package/package.json +1 -1
package/global.css CHANGED
@@ -313,7 +313,7 @@
313
313
  --function-negative: var(--lp-pri-red-500);
314
314
  --function-caution: var(--lp-pri-orange-500);
315
315
  }
316
- :root[language=en] .lp-sys-typo-display1-accent-black {
316
+ :root[lang=en] .lp-sys-typo-display1-accent-black {
317
317
  font-family: lp-pri-font-family-poppins;
318
318
  font-size: var(--lp-pri-font-size-24);
319
319
  font-weight: var(--lp-pri-font-weight-800);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/design-token",
3
- "version": "2.0.41",
3
+ "version": "2.0.42",
4
4
  "packageManager": "yarn@3.6.0",
5
5
  "devDependencies": {
6
6
  "@types/react": "^18.2.48",