@mittwald/flow-react-components 0.1.0-alpha.331 → 0.1.0-alpha.333

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.
@@ -8,3 +8,4 @@ export declare const WithIcons: Story;
8
8
  export declare const WithGroups: Story;
9
9
  export declare const WithSeparator: Story;
10
10
  export declare const WithCollapsableGroups: Story;
11
+ export declare const MixedGroups: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.331",
3
+ "version": "0.1.0-alpha.333",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -405,7 +405,7 @@
405
405
  "@chakra-ui/live-region": "^2.1.0",
406
406
  "@internationalized/date": "^3.5.6",
407
407
  "@internationalized/string-compiler": "^3.2.5",
408
- "@mittwald/react-tunnel": "^0.1.0-alpha.331",
408
+ "@mittwald/react-tunnel": "^0.1.0-alpha.333",
409
409
  "@mittwald/react-use-promise": "^2.5.0",
410
410
  "@react-aria/form": "^3.0.10",
411
411
  "@react-aria/utils": "^3.25.3",
@@ -435,7 +435,7 @@
435
435
  },
436
436
  "devDependencies": {
437
437
  "@faker-js/faker": "^9.0.3",
438
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.331",
438
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.333",
439
439
  "@mittwald/react-use-promise": "^2.5.0",
440
440
  "@nx/storybook": "^20.0.0",
441
441
  "@storybook/addon-a11y": "^8.3.5",
@@ -530,5 +530,5 @@
530
530
  }
531
531
  }
532
532
  },
533
- "gitHead": "e451b99a4ef5564d5c4b9834636962890cb4bcdb"
533
+ "gitHead": "b08cd7b3dc356a44d1f5d86a8e62eff0055501ef"
534
534
  }