@cupra/ui-react 2.0.0-canary.44 → 2.0.0-canary.45

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.
@@ -3,7 +3,7 @@ import { type ReactElement, ReactNode } from 'react';
3
3
  import '@cupra/ui-kit/react/ds-text';
4
4
  type TextProps = DsTextAttrs & {
5
5
  className?: string;
6
- children: ReactNode | string;
6
+ children?: ReactNode | string;
7
7
  };
8
8
  export declare function Text(props: TextProps): ReactElement;
9
9
  export {};
@@ -3,4 +3,14 @@ declare const meta: Meta;
3
3
  export default meta;
4
4
  type Story = StoryObj;
5
5
  export declare const Default: Story;
6
+ export declare const DisplayVariant: Story;
7
+ export declare const HeadlineVariant: Story;
8
+ export declare const BodyVariant: Story;
9
+ export declare const WithDifferentElements: Story;
10
+ export declare const WithHtmlTagName: Story;
11
+ export declare const BothRenderingModes: Story;
12
+ export declare const DoAndDont: Story;
13
+ export declare const WithColor: Story;
14
+ export declare const Uppercase: Story;
6
15
  export declare const TwoInlineTexts: Story;
16
+ export declare const ResponsiveSize: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cupra/ui-react",
3
- "version": "2.0.0-canary.44",
3
+ "version": "2.0.0-canary.45",
4
4
  "description": "React components library",
5
5
  "author": "SEAT S.A.",
6
6
  "license": "SEAT S.A. Library EULA 1.0",