diff --git a/package-lock.json b/package-lock.json index c21a6b990..400b9213d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22332,9 +22332,9 @@ } }, "utils/sui-theme/node_modules/@s-ui/tokens": { - "version": "0.0.0-beta.12", - "resolved": "https://registry.npmjs.org/@s-ui/tokens/-/tokens-0.0.0-beta.12.tgz", - "integrity": "sha512-jxZpkUrhLfBlagCKLtobnZ5q1atpn5WW8V/xFMp7Kx0JoCSHCqe6UT/gSnJXBjObnSS1Fm+aySzSrxFi/TRyXQ==", + "version": "0.0.0-beta.13", + "resolved": "https://registry.npmjs.org/@s-ui/tokens/-/tokens-0.0.0-beta.13.tgz", + "integrity": "sha512-KuzAiCWhkCkFMmsdtcFM+D3UVNL/VVNfzwTJerZazPmwFP8tt6WUtIDmw/+UaKEwLfN7kp39BO8DJFVE7BfRpw==", "dev": true, "bin": { "tokens": "bin/tokens.mjs", @@ -22346,7 +22346,7 @@ }, "utils/sui-tokens": { "name": "@s-ui/tokens", - "version": "0.0.0-beta.12", + "version": "0.0.0-beta.13", "license": "MIT", "bin": { "tokens": "bin/tokens.mjs", diff --git a/themes/carfactory.scss b/themes/carfactory.scss index ad42a9c08..0df926dc1 100644 --- a/themes/carfactory.scss +++ b/themes/carfactory.scss @@ -1,4 +1,5 @@ // Settings +@import '~@s-ui/theme/lib/.tokens/.tokens'; @import '~@s-ui/theme/lib/settings'; // Inherit from original theme diff --git a/themes/epreselec.scss b/themes/epreselec.scss index 56bea0c23..b7b93d267 100644 --- a/themes/epreselec.scss +++ b/themes/epreselec.scss @@ -2,6 +2,7 @@ // // Inherit from original theme +@import '~@s-ui/theme/lib/.tokens/.tokens'; @import '~@s-ui/theme/lib/settings'; @import '~@adv-ui/ep-theme/lib/index'; diff --git a/themes/infojobs.scss b/themes/infojobs.scss index 8091d0e11..8c6d5ef9e 100644 --- a/themes/infojobs.scss +++ b/themes/infojobs.scss @@ -4,6 +4,7 @@ $ff-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, s $fz-base: 16px; // Inherit from original theme +@import '~@s-ui/theme/lib/.tokens/.tokens'; @import '~@s-ui/theme/lib/settings'; @import '~@adv-ui/ij-theme/lib/index'; @import '~@adv-ui/ij-theme/lib/normalize'; diff --git a/themes/kleinanzeigen.scss b/themes/kleinanzeigen.scss index 383a9e787..55dbc4a46 100644 --- a/themes/kleinanzeigen.scss +++ b/themes/kleinanzeigen.scss @@ -4,6 +4,7 @@ $ff-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, s $fz-base: 16px; // Inherit from original theme +@import '~@s-ui/theme/lib/.tokens/.tokens'; @import '~@s-ui/theme/lib/settings'; @import '~@adv-ui/ka-theme/lib/index'; @import '~@adv-ui/ka-theme/lib/normalize'; diff --git a/themes/motor.scss b/themes/motor.scss index baa33ccab..6fd19c752 100644 --- a/themes/motor.scss +++ b/themes/motor.scss @@ -1,4 +1,5 @@ // Settings +@import '~@s-ui/theme/lib/.tokens/.tokens'; @import '~@s-ui/theme/lib/settings'; // Inherit from original theme