@splendidlabz/styles 4.5.1 → 4.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splendidlabz/styles",
3
- "version": "4.5.1",
3
+ "version": "4.6.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "homepage": "https://splendidlabz.com/docs/styles",
@@ -4,8 +4,7 @@
4
4
  @utility hero-heading {
5
5
  display: flex;
6
6
  flex-direction: column;
7
- gap: var(--gap, 0.5lh);
8
- max-width: 100%;
7
+ gap: 0.5lh;
9
8
 
10
9
  > .eyebrow {
11
10
  font-size: var(--eyebrow-size, 0.6em);
@@ -3,7 +3,6 @@
3
3
  display: flex;
4
4
  flex-flow: column;
5
5
  gap: 1lh;
6
- max-width: 100%;
7
6
  hanging-punctuation: first allow-end last;
8
7
 
9
8
  /* Using padding instead of margin, so #targets will leave some whitespace above when scrolling to the component. */
@@ -33,8 +33,9 @@
33
33
  & {
34
34
  display: grid;
35
35
  gap: var(--gap-y, var(--gap)) var(--gap-x, var(--gap));
36
- width: 100%;
37
- max-width: 100%;
36
+
37
+ /* width: 100%; */
38
+ /* max-width: 100%; */
38
39
 
39
40
  > *,
40
41
  > *:where(.contents) > *,