@mittwald/flow-react-components 0.1.0-alpha.265 → 0.1.0-alpha.267

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.
@@ -33,7 +33,7 @@ const b = "flow--accordion", g = "flow--accordion--header", D = "flow--accordion
33
33
  e.accordion,
34
34
  o && e.expanded,
35
35
  l,
36
- p === "outlined" && e.outline
36
+ p === "outline" && e.outline
37
37
  ), v = a(), r = a(), c = (t) => /* @__PURE__ */ n.createElement(
38
38
  y,
39
39
  {
package/dist/Accordion.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as r } from "./Accordion-CNYh2R9M.js";
3
+ import { A as r } from "./Accordion-Duzv1wFT.js";
4
4
  export {
5
5
  r as Accordion,
6
6
  r as default
@@ -9,7 +9,7 @@ import { P as l } from "./PropsContextProvider-C6Z4XGp6.js";
9
9
  import "@react-aria/utils";
10
10
  import "remeda";
11
11
  import { TunnelProvider as u, TunnelExit as p } from "@mittwald/react-tunnel";
12
- import { A as x } from "./Accordion-CNYh2R9M.js";
12
+ import { A as x } from "./Accordion-Duzv1wFT.js";
13
13
  import { C as N } from "./Content-cYnXBHf-.js";
14
14
  const C = "flow--navigation", I = "flow--navigation--item", b = "flow--navigation--icon", P = "flow--navigation--text", w = "flow--navigation--control-icon", r = {
15
15
  navigation: C,
@@ -1,7 +1,7 @@
1
1
  import { ComponentProps, FC, PropsWithChildren } from 'react';
2
2
  export interface AccordionProps extends PropsWithChildren<ComponentProps<"div">> {
3
3
  defaultExpanded?: boolean;
4
- variant?: "default" | "outlined";
4
+ variant?: "default" | "outline";
5
5
  }
6
6
  export declare const Accordion: FC<AccordionProps>;
7
7
  export default Accordion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.265",
3
+ "version": "0.1.0-alpha.267",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -313,7 +313,7 @@
313
313
  "@chakra-ui/live-region": "^2.1.0",
314
314
  "@internationalized/date": "^3.5.5",
315
315
  "@internationalized/string-compiler": "^3.2.4",
316
- "@mittwald/react-tunnel": "^0.1.0-alpha.265",
316
+ "@mittwald/react-tunnel": "^0.1.0-alpha.267",
317
317
  "@mittwald/react-use-promise": "^2.5.0",
318
318
  "@react-aria/utils": "^3.25.2",
319
319
  "@react-types/shared": "^3.24.1",
@@ -340,7 +340,7 @@
340
340
  },
341
341
  "devDependencies": {
342
342
  "@faker-js/faker": "^9.0.1",
343
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.265",
343
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.267",
344
344
  "@mittwald/react-use-promise": "^2.5.0",
345
345
  "@nx/storybook": "^19.7.4",
346
346
  "@storybook/addon-a11y": "^8.3.2",
@@ -418,5 +418,5 @@
418
418
  "optional": true
419
419
  }
420
420
  },
421
- "gitHead": "5ecf6cd5e45dd7dd850ac911a3de7afe3270bc83"
421
+ "gitHead": "3ff7528f3886659486adb9545f3ded5e055ab5b9"
422
422
  }