@paolojulian.dev/design-system 4.6.0 → 4.6.4
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -791,7 +791,7 @@ export declare interface PTypographyProps extends VariantProps<typeof PTypograph
|
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
declare const PTypographyVariants: (props?: ({
|
|
794
|
-
variant?: "body" | "heading" | "serif" | "body-wide" | "heading-lg" | "heading-xl" | null | undefined;
|
|
794
|
+
variant?: "body" | "heading" | "serif" | "body-medium" | "body-wide" | "heading-lg" | "heading-xl" | null | undefined;
|
|
795
795
|
} & ClassProp) | undefined) => string;
|
|
796
796
|
|
|
797
797
|
export declare const Row: FC<RowProps>;
|
package/dist/index.es.js
CHANGED
|
@@ -11,7 +11,7 @@ const en = ({
|
|
|
11
11
|
}) => /* @__PURE__ */ a(
|
|
12
12
|
"div",
|
|
13
13
|
{
|
|
14
|
-
className: h("
|
|
14
|
+
className: h("p-row", l),
|
|
15
15
|
style: {
|
|
16
16
|
gap: t,
|
|
17
17
|
alignItems: n,
|
|
@@ -28,7 +28,7 @@ const en = ({
|
|
|
28
28
|
}) => /* @__PURE__ */ a(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
|
-
className: h("
|
|
31
|
+
className: h("p-stack", l),
|
|
32
32
|
style: {
|
|
33
33
|
gap: t,
|
|
34
34
|
alignItems: n,
|
|
@@ -181,6 +181,7 @@ const Yt = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, Ct =
|
|
|
181
181
|
}, ta = {
|
|
182
182
|
serif: "p-typography--serif",
|
|
183
183
|
body: "p-typography--body",
|
|
184
|
+
"body-medium": "p-typography--body-medium",
|
|
184
185
|
"body-wide": "p-typography--body-wide",
|
|
185
186
|
heading: "p-typography--heading",
|
|
186
187
|
"heading-lg": "p-typography--heading-lg",
|