@eleven-labs/design-system 0.30.5 → 0.31.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.
@@ -4,10 +4,10 @@ import type { ComponentPropsWithoutRef } from '../../../../types';
4
4
  export declare const postCardVariant: readonly ["highlight-light", "highlight-dark", "side-image"];
5
5
  export type PostCardVariantType = (typeof postCardVariant)[number];
6
6
  export interface PostCardProps extends BoxProps {
7
+ slug?: string;
7
8
  contentType?: 'article' | 'tutorial';
8
9
  variant?: PostCardVariantType;
9
10
  cover?: PictureProps;
10
- slug?: string;
11
11
  title?: string;
12
12
  excerpt?: string;
13
13
  date?: string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Mar 2024 13:46:37 GMT
3
+ * Generated on Sat, 09 Mar 2024 14:42:34 GMT
4
4
  */
5
5
  export declare const tokenVariables: {
6
6
  asset: {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 09 Mar 2024 13:46:37 GMT
3
+ * Generated on Sat, 09 Mar 2024 14:42:34 GMT
4
4
  */
5
5
  export declare const tokenVariables: {
6
6
  asset: {
package/dist/index.es.js CHANGED
@@ -7733,7 +7733,7 @@ const lc = ({
7733
7733
  {
7734
7734
  flexDirection: { xs: "column", md: "row" },
7735
7735
  justifyContent: "center",
7736
- alignItems: "end",
7736
+ alignItems: { xs: "center", md: "end" },
7737
7737
  py: "m",
7738
7738
  bg: "primary-very-dark",
7739
7739
  className: "footer__intro",