setmy-info-less-extended 4.0.0 → 4.1.0

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/main.css CHANGED
@@ -24,6 +24,7 @@ Content components moved out of the base module to keep base minimal: section, m
24
24
  All reference base design tokens (imported for tokens only by this package's main.less) but live in
25
25
  the extended layer.
26
26
  */
27
+ /* header.less */
27
28
  /* section.less */
28
29
  /* Full viewport height — use for hero or landing sections */
29
30
  .fullViewport {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "setmy-info-less-extended",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "SMI LESS project",
5
5
  "main": "dist/main.min.css",
6
6
  "dependencies": {
@@ -0,0 +1 @@
1
+ /* header.less */
@@ -5,6 +5,7 @@ Content components moved out of the base module to keep base minimal: section, m
5
5
  All reference base design tokens (imported for tokens only by this package's main.less) but live in
6
6
  the extended layer.
7
7
  */
8
+ @import url("header.less");
8
9
  @import url("section.less");
9
10
  @import url("modal.less");
10
11
  @import url("card.less");