design-system-silkhaus 2.18.0-beta.app-components.3 → 2.18.0-beta.app-components.5
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/dist/app/index.d.ts +8 -0
- package/dist/app/index.js +1 -1
- package/dist/index.d.ts +118 -1
- package/dist/index.js +40 -40
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +8 -1
- package/dist/{utils-DLaBSxDK.js → utils-C8F0YIvl.js} +375 -371
- package/dist/utils-k1RektY7.cjs +30 -0
- package/package.json +1 -1
- package/dist/utils-B_SuUsRF.cjs +0 -30
package/dist/tailwind.config.js
CHANGED
|
@@ -429,7 +429,14 @@ exports.default = {
|
|
|
429
429
|
'var(--MediumSubHead-Regular-font-size)',
|
|
430
430
|
{
|
|
431
431
|
lineHeight: 'var(--MediumSubHead-Regular-line-height)',
|
|
432
|
-
fontWeight: 'var(--
|
|
432
|
+
fontWeight: 'var(--font-weight-normal)',
|
|
433
|
+
},
|
|
434
|
+
],
|
|
435
|
+
mediumSubHeadEmphasized: [
|
|
436
|
+
'var(--MediumSubHead-Regular-font-size)',
|
|
437
|
+
{
|
|
438
|
+
lineHeight: 'var(--MediumSubHead-Regular-line-height)',
|
|
439
|
+
fontWeight: 'var(--font-weight-semibold)',
|
|
433
440
|
},
|
|
434
441
|
],
|
|
435
442
|
mediumCaption1Regular: [
|