@paolojulian.dev/design-system 4.6.0 → 4.6.3

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.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("flex flex-row", l),
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("flex flex-col", l),
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",