@mittwald/flow-react-components 0.1.0-alpha.299 → 0.1.0-alpha.300

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.
@@ -7,3 +7,4 @@ export declare const Default: Story;
7
7
  export declare const Negative: Story;
8
8
  export declare const Dark: Story;
9
9
  export declare const Light: Story;
10
+ export declare const WithActionGroup: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.299",
3
+ "version": "0.1.0-alpha.300",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -384,7 +384,7 @@
384
384
  "@chakra-ui/live-region": "^2.1.0",
385
385
  "@internationalized/date": "^3.5.6",
386
386
  "@internationalized/string-compiler": "^3.2.5",
387
- "@mittwald/react-tunnel": "^0.1.0-alpha.299",
387
+ "@mittwald/react-tunnel": "^0.1.0-alpha.300",
388
388
  "@mittwald/react-use-promise": "^2.5.0",
389
389
  "@react-aria/utils": "^3.25.3",
390
390
  "@react-types/shared": "^3.25.0",
@@ -412,7 +412,7 @@
412
412
  },
413
413
  "devDependencies": {
414
414
  "@faker-js/faker": "^9.0.3",
415
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.299",
415
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.300",
416
416
  "@mittwald/react-use-promise": "^2.5.0",
417
417
  "@nx/storybook": "^20.0.0",
418
418
  "@storybook/addon-a11y": "^8.3.5",
@@ -491,5 +491,5 @@
491
491
  "optional": true
492
492
  }
493
493
  },
494
- "gitHead": "ed79ea17178cfad3bece26fc6f561da913518232"
494
+ "gitHead": "bdd6080cf74a2853e41a72f2897a59dd46a2a1c8"
495
495
  }
@@ -1,39 +0,0 @@
1
- "use client"
2
- /* */
3
- import a from "react";
4
- import o from "clsx";
5
- import "./propsContext-DzAKlmhS.js";
6
- import { P as d } from "./PropsContextProvider-C6Z4XGp6.js";
7
- import "@react-aria/utils";
8
- import "remeda";
9
- const g = "flow--illustrated-message--illustrated-message-container", u = "flow--illustrated-message", p = "flow--illustrated-message--icon", f = "flow--illustrated-message--heading", x = "flow--illustrated-message--text", h = "flow--illustrated-message--negative", e = {
10
- illustratedMessageContainer: g,
11
- illustratedMessage: u,
12
- icon: p,
13
- heading: f,
14
- text: x,
15
- negative: h
16
- }, I = (l) => {
17
- const { className: r, children: i, color: t = "info", ...n } = l, c = o(e.illustratedMessageContainer, r), s = t === "dark" || t === "light" ? t : void 0, m = {
18
- Icon: {
19
- className: e.icon,
20
- size: "l",
21
- color: s
22
- },
23
- Heading: {
24
- className: e.heading,
25
- color: s
26
- },
27
- Text: {
28
- className: e.text,
29
- color: s
30
- },
31
- Button: {
32
- color: s ?? "accent"
33
- }
34
- };
35
- return /* @__PURE__ */ a.createElement("div", { ...n, className: c }, /* @__PURE__ */ a.createElement("div", { className: o(e.illustratedMessage, e[t]) }, /* @__PURE__ */ a.createElement(d, { props: m }, i)));
36
- };
37
- export {
38
- I
39
- };