@gardenfi/garden-book 0.1.100-beta.1 → 0.1.100-beta.2
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/components/atoms/Typography/Typography.d.ts +5 -5
- package/dist/fonts/Haffer-Bold.woff2 +0 -0
- package/dist/fonts/Haffer-Heavy.woff2 +0 -0
- package/dist/fonts/Haffer-SemiBold.woff2 +0 -0
- package/dist/style.css +1 -1
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +8 -2
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -10865,8 +10865,14 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10865
10865
|
h6: "gf-text-[10px] gf-leading-3"
|
|
10866
10866
|
},
|
|
10867
10867
|
weight: {
|
|
10868
|
+
thin: "gf-font-thin",
|
|
10869
|
+
light: "gf-font-light",
|
|
10870
|
+
regular: "gf-font-regular",
|
|
10871
|
+
medium: "gf-font-medium",
|
|
10872
|
+
semibold: "gf-font-semibold",
|
|
10868
10873
|
bold: "gf-font-bold",
|
|
10869
|
-
|
|
10874
|
+
heavy: "gf-font-heavy",
|
|
10875
|
+
black: "gf-font-black"
|
|
10870
10876
|
},
|
|
10871
10877
|
breakpointSize: {
|
|
10872
10878
|
"xs:h1": "xs:gf-text-[32px] xs:gf-leading-[48px]",
|
|
@@ -10908,7 +10914,7 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
|
|
|
10908
10914
|
}), Typography = ({
|
|
10909
10915
|
as: e = "span",
|
|
10910
10916
|
size: t,
|
|
10911
|
-
weight: i,
|
|
10917
|
+
weight: i = "regular",
|
|
10912
10918
|
breakpoints: n,
|
|
10913
10919
|
className: s,
|
|
10914
10920
|
...a
|