@mittwald/flow-react-components 0.1.0-alpha.41 → 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.
- package/dist/Avatar.js +14 -13
- package/dist/{Button-BmQ-57Vz.js → Button-FPl3fKiM.js} +5 -5
- package/dist/Button.js +1 -1
- package/dist/Checkbox.js +3 -3
- package/dist/Content.js +2 -2
- package/dist/CopyButton.js +5 -5
- package/dist/FieldDescription.js +3 -3
- package/dist/{FieldError-h_2c51Ws.js → FieldError-BK5ho6N9.js} +4 -4
- package/dist/FieldError.js +1 -1
- package/dist/Header.js +2 -2
- package/dist/Heading.js +21 -15
- package/dist/{Icon-pvbWA-vL.js → Icon-S-6j_Kl3.js} +2 -2
- package/dist/Icon.js +1 -1
- package/dist/{IconCheck-BhmzlVex.js → IconCheck-1PRSXamm.js} +1 -1
- package/dist/{IconClose-DP0Hbb0w.js → IconClose-D-8Y7fMZ.js} +1 -1
- package/dist/{IconCopy-f1oXwqHF.js → IconCopy-C1yg9WXZ.js} +1 -1
- package/dist/{IconDanger-DxWZvd65.js → IconDanger-Dd6HnAx9.js} +1 -1
- package/dist/{IconPlus-DQBvsCqr.js → IconPlus-C2E1lBEu.js} +1 -1
- package/dist/{IconSucceeded-Df3yoJLr.js → IconSucceeded-BvrlGH02.js} +1 -1
- package/dist/{IconUnchecked-CMZzDHYB.js → IconUnchecked-DuOQbrqC.js} +1 -1
- package/dist/{IconWarning-DhmOwBP9.js → IconWarning-h9MeCuZE.js} +1 -1
- package/dist/Icons.js +9 -9
- package/dist/Image.js +2 -2
- package/dist/Initials.js +2 -2
- package/dist/InlineAlert.js +3 -3
- package/dist/{Label-CoQ5dkQY.js → Label-B8RjhN8C.js} +2 -2
- package/dist/Label.js +1 -1
- package/dist/LabeledValue.js +1 -1
- package/dist/LayoutCard.js +2 -2
- package/dist/Link.js +2 -2
- package/dist/Navigation.js +2 -2
- package/dist/NumberField.js +5 -5
- package/dist/PropsContextProvider-C7Evvjhy.js +43 -0
- package/dist/RadioGroup.js +4 -4
- package/dist/Section.js +1 -1
- package/dist/StatusBadge.js +2 -2
- package/dist/{StatusIcon-BTmOqTZR.js → StatusIcon-ab4wFrRb.js} +4 -4
- package/dist/StatusIcon.js +1 -1
- package/dist/Switch.js +5 -5
- package/dist/{Text-BUVxBLdV.js → Text-B5YK5s7t.js} +2 -2
- package/dist/Text.js +1 -1
- package/dist/TextArea.js +1 -1
- package/dist/TextField.js +1 -1
- package/dist/{TextFieldBase-Ck-WpOdU.js → TextFieldBase-DSF3g83M.js} +2 -2
- package/dist/nextjs/LinkProvider.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/Heading/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Heading/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/useProps-d5Do2me4.js +69 -0
- package/package.json +3 -3
- package/dist/PropsContextProvider-C0o9mDtR.js +0 -29
- package/dist/useProps-DWCkDfxd.js +0 -67
package/dist/StatusIcon.js
CHANGED
package/dist/Switch.js
CHANGED
|
@@ -4,14 +4,14 @@ import e from "react";
|
|
|
4
4
|
import * as m from "react-aria-components";
|
|
5
5
|
import n from "clsx";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
7
|
+
import "./Icon-S-6j_Kl3.js";
|
|
8
8
|
import "html-react-parser";
|
|
9
|
-
import "./PropsContextProvider-
|
|
9
|
+
import "./PropsContextProvider-C7Evvjhy.js";
|
|
10
10
|
import "@react-aria/utils";
|
|
11
11
|
import "remeda";
|
|
12
|
-
import { I as h } from "./IconCheck-
|
|
13
|
-
import { I as w } from "./IconClose-
|
|
14
|
-
import { L as p } from "./Label-
|
|
12
|
+
import { I as h } from "./IconCheck-1PRSXamm.js";
|
|
13
|
+
import { I as w } from "./IconClose-D-8Y7fMZ.js";
|
|
14
|
+
import { L as p } from "./Label-B8RjhN8C.js";
|
|
15
15
|
const f = "flow--switch--track", d = "flow--switch--handle", b = "flow--switch--label", t = {
|
|
16
16
|
switch: "flow--switch",
|
|
17
17
|
"label-leading": "flow--switch--label-leading",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import * as p from "react-aria-components";
|
|
5
|
-
import { P as l } from "./PropsContextProvider-
|
|
6
|
-
import { u as x } from "./useProps-
|
|
5
|
+
import { P as l } from "./PropsContextProvider-C7Evvjhy.js";
|
|
6
|
+
import { u as x } from "./useProps-d5Do2me4.js";
|
|
7
7
|
const P = (t) => {
|
|
8
8
|
const {
|
|
9
9
|
children: s,
|
package/dist/Text.js
CHANGED
package/dist/TextArea.js
CHANGED
package/dist/TextField.js
CHANGED
|
@@ -4,10 +4,10 @@ import r from "react";
|
|
|
4
4
|
import * as c from "react-aria-components";
|
|
5
5
|
import { s as e } from "./FormField.module-DHK6nIcD.js";
|
|
6
6
|
import p from "clsx";
|
|
7
|
-
import { P as n } from "./PropsContextProvider-
|
|
7
|
+
import { P as n } from "./PropsContextProvider-C7Evvjhy.js";
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { F as d } from "./FieldError-
|
|
10
|
+
import { F as d } from "./FieldError-BK5ho6N9.js";
|
|
11
11
|
const P = (o) => {
|
|
12
12
|
const { children: s, className: t, input: a, ...i } = o, l = p(e.formField, t), m = {
|
|
13
13
|
Label: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import o, { forwardRef as i } from "react";
|
|
4
|
-
import { P as m } from "../PropsContextProvider-
|
|
4
|
+
import { P as m } from "../PropsContextProvider-C7Evvjhy.js";
|
|
5
5
|
import "@react-aria/utils";
|
|
6
6
|
import "remeda";
|
|
7
7
|
import a from "next/link";
|