@mittwald/flow-react-components 0.1.0-alpha.42 → 0.1.0-alpha.43

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,3 +4,4 @@ declare const meta: Meta<typeof Heading>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof Heading>;
6
6
  export declare const Default: Story;
7
+ export declare const WithIcon: Story;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from "@storybook/react";
2
+ import Heading from "../Heading";
3
+ declare const meta: Meta<typeof Heading>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof Heading>;
6
+ export declare const LongText: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.42",
3
+ "version": "0.1.0-alpha.43",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -168,7 +168,7 @@
168
168
  "remeda": "^1.51.0"
169
169
  },
170
170
  "devDependencies": {
171
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.41",
171
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.43",
172
172
  "@nx/storybook": "^18.1.1",
173
173
  "@storybook/addon-a11y": "^7.6.17",
174
174
  "@storybook/addon-actions": "^7.6.17",
@@ -232,5 +232,5 @@
232
232
  "optional": true
233
233
  }
234
234
  },
235
- "gitHead": "835fb2130c3a17de560c02f9c970d1663872eaa1"
235
+ "gitHead": "0acb34aa9700998da745b421b7cf2b8624023890"
236
236
  }