@mittwald/flow-react-components 0.1.0-alpha.355 → 0.1.0-alpha.357

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.
@@ -11,3 +11,4 @@ export declare const WithSeparator: Story;
11
11
  export declare const WithContextMenuSection: Story;
12
12
  export declare const WithIcon: Story;
13
13
  export declare const CustomWidth: Story;
14
+ export declare const WithAvatar: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.355",
3
+ "version": "0.1.0-alpha.357",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -420,7 +420,7 @@
420
420
  "@chakra-ui/live-region": "^2.1.0",
421
421
  "@internationalized/date": "^3.5.6",
422
422
  "@internationalized/string-compiler": "^3.2.5",
423
- "@mittwald/react-tunnel": "^0.1.0-alpha.355",
423
+ "@mittwald/react-tunnel": "^0.1.0-alpha.357",
424
424
  "@mittwald/react-use-promise": "^2.5.0",
425
425
  "@react-aria/form": "^3.0.10",
426
426
  "@react-aria/utils": "^3.25.3",
@@ -451,7 +451,7 @@
451
451
  },
452
452
  "devDependencies": {
453
453
  "@faker-js/faker": "^9.0.3",
454
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.355",
454
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.357",
455
455
  "@mittwald/react-use-promise": "^2.5.0",
456
456
  "@nx/storybook": "^20.0.0",
457
457
  "@storybook/addon-a11y": "^8.3.5",
@@ -546,5 +546,5 @@
546
546
  }
547
547
  }
548
548
  },
549
- "gitHead": "ad53b4048d7af6811c85c6452049c913bd479554"
549
+ "gitHead": "20157de697e54e284527abfe01fc67897b69cb5e"
550
550
  }