@proximus/lavender-content-header 1.0.0-alpha.10 → 1.0.0-alpha.11
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/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8,7 +8,7 @@ const o = class o extends s {
|
|
|
8
8
|
<px-section padding-block="l">
|
|
9
9
|
<div class="content-header-content">
|
|
10
10
|
<px-vstack gap="heading-to-subtitle">
|
|
11
|
-
<px-h1><slot></slot></px-h1>
|
|
11
|
+
<px-h1 variant="title-3xl"><slot></slot></px-h1>
|
|
12
12
|
<slot name="subtitle"></slot>
|
|
13
13
|
</px-vstack>
|
|
14
14
|
${this.$patchDescriptionSlot ? `<px-stack gap="s" direction="row" direction--mobile="column">
|