@australiangreens/ag-internal-components 0.0.92 → 0.0.94
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/esm/index.js
CHANGED
|
@@ -868,7 +868,7 @@ function Wn({
|
|
|
868
868
|
children: /* @__PURE__ */ o(Jt, { fontSize: "medium" })
|
|
869
869
|
}
|
|
870
870
|
),
|
|
871
|
-
/* @__PURE__ */ o(E, { className: Hn.titleText, variant: "h6", children: e }),
|
|
871
|
+
/* @__PURE__ */ o(E, { className: Hn.titleText, variant: "h6", component: "h1", children: e }),
|
|
872
872
|
i
|
|
873
873
|
]
|
|
874
874
|
}
|
|
@@ -1637,16 +1637,19 @@ const Xe = _(
|
|
|
1637
1637
|
}
|
|
1638
1638
|
},
|
|
1639
1639
|
typography: {
|
|
1640
|
+
h4: {
|
|
1641
|
+
fontSize: "1.88rem",
|
|
1642
|
+
fontWeight: 500
|
|
1643
|
+
},
|
|
1644
|
+
h5: {
|
|
1645
|
+
fontWeight: 500
|
|
1646
|
+
},
|
|
1640
1647
|
// I couldn't think of what to call this. It is an attempt to match
|
|
1641
1648
|
// https://www.figma.com/file/atonRPl2YD9A1NCntbDtKR/List-Filter-and-Product-Concept?node-id=1187%3A43730
|
|
1642
1649
|
// but not sure if line height should be changed
|
|
1643
1650
|
explainer: {
|
|
1644
1651
|
fontSize: "14px",
|
|
1645
1652
|
marginBlockStart: "1em"
|
|
1646
|
-
},
|
|
1647
|
-
h3: {
|
|
1648
|
-
fontSize: "1rem",
|
|
1649
|
-
fontWeight: 700
|
|
1650
1653
|
}
|
|
1651
1654
|
},
|
|
1652
1655
|
navBar: {
|