@mittwald/flow-react-components 0.1.0-alpha.311 → 0.1.0-alpha.313
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/CHANGELOG.md +25 -0
- package/dist/css/Accordion.css +1 -1
- package/dist/css/FileField.css +1 -0
- package/dist/css/Heading.css +1 -1
- package/dist/js/{Accordion-B5k7dJpn.js → Accordion-C1Hd4Yhg.js} +3 -3
- package/dist/js/Accordion.js +1 -1
- package/dist/js/{Action-CiJBykBu.js → Action-CVaW6nwX.js} +1 -1
- package/dist/js/Action.js +1 -1
- package/dist/js/{ActionGroup-DqTdnFoM.js → ActionGroup-CYlqSCcw.js} +1 -1
- package/dist/js/ActionGroup.js +1 -1
- package/dist/js/Alert.js +2 -2
- package/dist/js/AlertBadge.js +3 -3
- package/dist/js/{AlertIcon-4pw8iuBh.js → AlertIcon-x0EkIx02.js} +4 -4
- package/dist/js/AlertIcon.js +1 -1
- package/dist/js/Avatar.js +1 -1
- package/dist/js/{Badge-Bz0TmmU0.js → Badge-DVa8WUgj.js} +4 -4
- package/dist/js/Badge.js +1 -1
- package/dist/js/Breadcrumb.js +2 -2
- package/dist/js/{Button-a4Hq_zmE.js → Button-DE6VQ9dh.js} +5 -5
- package/dist/js/Button.js +1 -1
- package/dist/js/{CalendarHeader-o7J1eLg1.js → CalendarHeader-B2jstCaG.js} +4 -4
- package/dist/js/{Checkbox-B8cVD_TG.js → Checkbox-e462Gcxe.js} +4 -4
- package/dist/js/Checkbox.js +1 -1
- package/dist/js/{CheckboxButton-COo3XHBr.js → CheckboxButton-Dd900jP_.js} +2 -2
- package/dist/js/CheckboxButton.js +1 -1
- package/dist/js/CheckboxGroup.js +3 -3
- package/dist/js/CodeBlock.js +1 -1
- package/dist/js/{Content-ytee2WFF.js → Content-70JqGVUm.js} +1 -1
- package/dist/js/Content.js +1 -1
- package/dist/js/ContextMenu.js +3 -3
- package/dist/js/{ContextMenuTrigger-Ciwiz8WT.js → ContextMenuTrigger-9-ZjcBHX.js} +3 -3
- package/dist/js/ContextualHelp.js +4 -4
- package/dist/js/{CopyButton-rkjTnjDf.js → CopyButton-BFEqZ49C.js} +5 -5
- package/dist/js/CopyButton.js +1 -1
- package/dist/js/CounterBadge.js +1 -1
- package/dist/js/DatePicker.js +7 -7
- package/dist/js/DateRangePicker.js +7 -7
- package/dist/js/{FieldDescription-Cj-qCYxv.js → FieldDescription-B-Ddf78p.js} +2 -2
- package/dist/js/FieldDescription.js +1 -1
- package/dist/js/{FieldError-BZ6oyvAN.js → FieldError-BVaFR2ma.js} +3 -3
- package/dist/js/FieldError.js +1 -1
- package/dist/js/FileField.js +89 -0
- package/dist/js/{Header-Bry5NM9X.js → Header-Br1rkhJ6.js} +1 -1
- package/dist/js/Header.js +1 -1
- package/dist/js/HeaderNavigation.js +1 -1
- package/dist/js/{Heading-pQpU1iQY.js → Heading-CqcX54zX.js} +1 -1
- package/dist/js/Heading.js +1 -1
- package/dist/js/{Icon-C3JkDOTi.js → Icon-BfcwCN3o.js} +1 -1
- package/dist/js/Icon.js +1 -1
- package/dist/js/{IconCalendar-CXEqxrD-.js → IconCalendar-ccWsxuA2.js} +1 -1
- package/dist/js/{IconCheck-B49auJJP.js → IconCheck-9efe3XiC.js} +1 -1
- package/dist/js/{IconCheckboxEmpty-CC7q-vMC.js → IconCheckboxEmpty-Bs0CrP7a.js} +1 -1
- package/dist/js/{IconCheckboxIndeterminate-Bc54gPFD.js → IconCheckboxIndeterminate-3gNSsTqf.js} +1 -1
- package/dist/js/{IconChevronDown-Cr-rCT6d.js → IconChevronDown-CWsSkSGM.js} +1 -1
- package/dist/js/{IconChevronRight-35lfOS6U.js → IconChevronRight-BLOjuhl6.js} +1 -1
- package/dist/js/{IconChevronUp-DI1A2wmc.js → IconChevronUp-CSRcs7AO.js} +1 -1
- package/dist/js/{IconClose-GXU9h7Kw.js → IconClose-B2ipDX0n.js} +1 -1
- package/dist/js/{IconContextMenu-BpfOb36j.js → IconContextMenu-6NUAywWg.js} +1 -1
- package/dist/js/{IconCopy-D3-038qg.js → IconCopy-BOZJbtQQ.js} +1 -1
- package/dist/js/{IconDanger-m38r1QkL.js → IconDanger-Sd6GDwJr.js} +1 -1
- package/dist/js/{IconExternalLink-QotyR7i7.js → IconExternalLink-CVgF9tvS.js} +1 -1
- package/dist/js/{IconInfo-CmzJdfyz.js → IconInfo-DUenEWxh.js} +1 -1
- package/dist/js/{IconPending-CfmgrRZl.js → IconPending-D7nE29ku.js} +1 -1
- package/dist/js/{IconPlus-CYExXr8n.js → IconPlus-B2Z6OcJP.js} +1 -1
- package/dist/js/{IconRadioOn-BQIVoyg4.js → IconRadioOn-D3RQ1Tzv.js} +1 -1
- package/dist/js/{IconSearch-ph_8JDDS.js → IconSearch-DycBMt9i.js} +1 -1
- package/dist/js/{IconSucceeded-BHReEzlW.js → IconSucceeded-BrUEf3-W.js} +1 -1
- package/dist/js/{IconView-BvWozvJX.js → IconView-BJdqngyQ.js} +1 -1
- package/dist/js/{IconWarning-BSzhRWnw.js → IconWarning-BuEvJJgg.js} +1 -1
- package/dist/js/Icons.js +21 -21
- package/dist/js/Image.js +1 -1
- package/dist/js/Initials.js +1 -1
- package/dist/js/{Label-BvdZBeD-.js → Label-BNcY7JBl.js} +1 -1
- package/dist/js/Label.js +1 -1
- package/dist/js/LayoutCard.js +1 -1
- package/dist/js/{Link-tZe6DMG9.js → Link-DBtH1rcE.js} +3 -3
- package/dist/js/Link.js +1 -1
- package/dist/js/List.js +14 -14
- package/dist/js/{LoadingSpinner-CAmMgo37.js → LoadingSpinner-BNwuXpm9.js} +2 -2
- package/dist/js/LoadingSpinner.js +1 -1
- package/dist/js/{MenuItem-DljCXugV.js → MenuItem-DRNpILEl.js} +5 -5
- package/dist/js/MenuItem.js +1 -1
- package/dist/js/Modal.js +6 -6
- package/dist/js/Navigation.js +2 -2
- package/dist/js/Notification.js +5 -5
- package/dist/js/NumberField.js +7 -7
- package/dist/js/{Popover-C4jNPNSb.js → Popover-BJryd_iR.js} +1 -1
- package/dist/js/Popover.js +2 -2
- package/dist/js/RadioGroup.js +4 -4
- package/dist/js/{SearchField-Bg9uM0FY.js → SearchField-8LwOlGa0.js} +6 -6
- package/dist/js/SearchField.js +1 -1
- package/dist/js/{Section-DA5veGmg.js → Section-D1KKijDG.js} +1 -1
- package/dist/js/Section.js +1 -1
- package/dist/js/SegmentedControl.js +4 -4
- package/dist/js/Select.js +5 -5
- package/dist/js/Slider.js +4 -4
- package/dist/js/Switch.js +5 -5
- package/dist/js/Tabs.js +7 -7
- package/dist/js/{Text-CtABaZjp.js → Text-CPD7mr9M.js} +1 -1
- package/dist/js/Text.js +1 -1
- package/dist/js/TextArea.js +2 -2
- package/dist/js/TextField.js +2 -2
- package/dist/js/{TextFieldBase-CjA7G_xB.js → TextFieldBase-CuecrgoE.js} +2 -2
- package/dist/js/TimeField.js +2 -2
- package/dist/js/all.css +1 -1
- package/dist/js/{flowComponent-E-Gp2Toe.js → flowComponent-CdFTojQw.js} +9 -8
- package/dist/js/react-hook-form.js +8 -7
- package/dist/js/types/components/FileField/FileField.d.ts +8 -0
- package/dist/js/types/components/FileField/components/FileInput.d.ts +1 -0
- package/dist/js/types/components/FileField/index.d.ts +3 -0
- package/dist/js/types/components/FileField/stories/Default.stories.d.ts +11 -0
- package/dist/js/types/components/propTypes/index.d.ts +2 -0
- package/dist/js/types/lib/controller/overlay/context.d.ts +1 -0
- package/dist/js/types/lib/propsContext/propsContext.d.ts +2 -0
- package/dist/js/types/lib/slotContext/slotContext.d.ts +1 -0
- package/package.json +11 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.1.0-alpha.313](https://github.com/mittwald/flow/compare/0.1.0-alpha.312...0.1.0-alpha.313) (2024-10-30)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- add FileField component
|
|
11
|
+
([80bdb43](https://github.com/mittwald/flow/commit/80bdb43a1ad4b29a8eb5ff83220b6fda91e38324))
|
|
12
|
+
|
|
13
|
+
# Change Log
|
|
14
|
+
|
|
15
|
+
All notable changes to this project will be documented in this file. See
|
|
16
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
17
|
+
|
|
18
|
+
# [0.1.0-alpha.312](https://github.com/mittwald/flow/compare/0.1.0-alpha.311...0.1.0-alpha.312) (2024-10-30)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **Accordion:** fix spacing
|
|
23
|
+
([#923](https://github.com/mittwald/flow/issues/923))
|
|
24
|
+
([8d4a450](https://github.com/mittwald/flow/commit/8d4a450a7be7bd089afa302ccc553bd5f0bb62c9))
|
|
25
|
+
|
|
26
|
+
# Change Log
|
|
27
|
+
|
|
28
|
+
All notable changes to this project will be documented in this file. See
|
|
29
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
30
|
+
|
|
6
31
|
# [0.1.0-alpha.311](https://github.com/mittwald/flow/compare/0.1.0-alpha.310...0.1.0-alpha.311) (2024-10-30)
|
|
7
32
|
|
|
8
33
|
### Bug Fixes
|
package/dist/css/Accordion.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.flow--accordion
|
|
1
|
+
.flow--accordion,.flow--accordion .flow--accordion--header{display:flex;flex-direction:column}.flow--accordion .flow--accordion--header-button{display:flex;justify-content:space-between;align-items:center;text-align:start;flex-grow:1;padding-inline:var(--accordion--header-padding-x);padding-block:var(--accordion--header-padding-y);border-radius:var(--accordion--header-corner-radius);column-gap:var(--accordion--heading-to-chevron-spacing);border:none;background:none;width:100%}.flow--accordion .flow--accordion--header-button{outline-color:var(--focus--outline-color);outline-offset:var(--focus--outline-offset);outline-width:var(--focus--outline-width);outline-style:none}.flow--accordion .flow--accordion--header-button[data-focused],.flow--accordion .flow--accordion--header-button:focus{outline-style:none}.flow--accordion .flow--accordion--header-button[data-focus-visible],.flow--accordion .flow--accordion--header-button:focus-visible{outline-style:auto}.flow--accordion .flow--accordion--header-button[data-focused]:not([data-focus-visible]):focus-visible{outline-style:none}.flow--accordion .flow--accordion--header-button:hover{background-color:var(--accordion--header-background-color--hover)}.flow--accordion .flow--accordion--content{display:grid;grid-template-rows:0fr;transition-property:grid-template-rows,visibility,padding;transition-duration:var(--transition--duration--slow);padding-inline:var(--accordion--content-padding);visibility:hidden}.flow--accordion .flow--accordion--content-inner{overflow:hidden}.flow--accordion .flow--accordion--chevron{transition-property:transform;transition-duration:var(--transition--duration--default)}.flow--accordion.flow--accordion--outline{border-color:var(--form-control--border-color--default);border-width:var(--form-control--border-width);border-style:var(--form-control--border-style);border-radius:var(--form-control--corner-radius)}.flow--accordion.flow--accordion--expanded .flow--accordion--content{grid-template-rows:1fr;padding-block:var(--accordion--content-padding);visibility:visible}.flow--accordion.flow--accordion--expanded .flow--accordion--chevron{transform:rotate(180deg)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.flow--file-field--trigger{order:2}
|
package/dist/css/Heading.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.flow--heading{color:var(--heading--color);font-size:var(--font-size);font-weight:var(--heading--font-weight);--heading-line-height: calc(var(--font-size) * var(--line-height--default))}.flow--heading.flow--heading--dark{color:var(--heading--color-dark)}.flow--heading.flow--heading--light{color:var(--heading--color-light)}.flow--heading .flow--heading--heading-text .flow--heading--icon,.flow--heading .flow--heading--heading-text>.flow--alert-icon{height:var(--heading-line-height);width:var(--heading-line-height);vertical-align:bottom;display:inline-block;margin-inline-end:var(--heading--icon-to-text-spacing)}.flow--heading .flow--heading--heading-text:not(:last-child){margin-inline-end:var(--heading--icon-to-text-spacing)}.flow--heading .flow--heading--heading-content{vertical-align:bottom;display:inline-flex;height:var(--heading-line-height);align-items:center;column-gap:var(--heading--icon-to-text-spacing)}.flow--heading:where(h1){--font-size: var(--heading-font-size--xl)}.flow--heading:where(h2){--font-size: var(--heading-font-size--m)}.flow--heading:where(h3){--font-size: var(--heading-font-size--s)}.flow--heading:where(h4),.flow--heading:where(h5),.flow--heading:where(h6){--font-size: var(--heading-font-size--xs)}.flow--heading.flow--heading--xs{--font-size: var(--heading-font-size--xs)}.flow--heading.flow--heading--s{--font-size: var(--heading-font-size--s)}.flow--heading.flow--heading--m{--font-size: var(--heading-font-size--m)}.flow--heading.flow--heading--l{--font-size: var(--heading-font-size--l)}.flow--heading.flow--heading--xl{--font-size: var(--heading-font-size--xl)}.flow--heading.flow--heading--xxl{--font-size: var(--heading-font-size--xxl)}@media (max-width: 550px){.flow--heading:where(h1){--font-size: var(--heading-font-size--l)}}
|
|
1
|
+
.flow--heading{color:var(--heading--color);font-size:var(--font-size);font-weight:var(--heading--font-weight);--heading-line-height: calc(var(--font-size) * var(--line-height--default))}.flow--heading.flow--heading--dark{color:var(--heading--color-dark)}.flow--heading.flow--heading--light{color:var(--heading--color-light)}.flow--heading .flow--heading--heading-text .flow--heading--icon,.flow--heading .flow--heading--heading-text>.flow--alert-icon{height:var(--heading-line-height);width:var(--heading-line-height);vertical-align:bottom;display:inline-block;margin-inline-end:var(--heading--icon-to-text-spacing)}.flow--heading .flow--heading--heading-text:not(:last-child)+.flow--heading--heading-content:not(:empty){margin-inline-end:var(--heading--icon-to-text-spacing)}.flow--heading .flow--heading--heading-content{vertical-align:bottom;display:inline-flex;height:var(--heading-line-height);align-items:center;column-gap:var(--heading--icon-to-text-spacing)}.flow--heading .flow--heading--heading-content:empty{display:none}.flow--heading:where(h1){--font-size: var(--heading-font-size--xl)}.flow--heading:where(h2){--font-size: var(--heading-font-size--m)}.flow--heading:where(h3){--font-size: var(--heading-font-size--s)}.flow--heading:where(h4),.flow--heading:where(h5),.flow--heading:where(h6){--font-size: var(--heading-font-size--xs)}.flow--heading.flow--heading--xs{--font-size: var(--heading-font-size--xs)}.flow--heading.flow--heading--s{--font-size: var(--heading-font-size--s)}.flow--heading.flow--heading--m{--font-size: var(--heading-font-size--m)}.flow--heading.flow--heading--l{--font-size: var(--heading-font-size--l)}.flow--heading.flow--heading--xl{--font-size: var(--heading-font-size--xl)}.flow--heading.flow--heading--xxl{--font-size: var(--heading-font-size--xxl)}@media (max-width: 550px){.flow--heading:where(h1){--font-size: var(--heading-font-size--l)}}
|
|
@@ -7,10 +7,10 @@ import { PropsContextProvider as N } from "./PropsContextProvider.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import { d } from "./dynamic-ClpUSmEt.js";
|
|
10
|
-
import { B as y } from "./Button-
|
|
10
|
+
import { B as y } from "./Button-DE6VQ9dh.js";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
|
-
import "./Icon-
|
|
13
|
-
import { I as B } from "./IconChevronDown-
|
|
12
|
+
import "./Icon-BfcwCN3o.js";
|
|
13
|
+
import { I as B } from "./IconChevronDown-CWsSkSGM.js";
|
|
14
14
|
import { TunnelProvider as C, TunnelExit as A } from "@mittwald/react-tunnel";
|
|
15
15
|
import { A as P } from "./Activity-CmfZpgOM.js";
|
|
16
16
|
const b = "flow--accordion", g = "flow--accordion--header", D = "flow--accordion--header-button", T = "flow--accordion--content", H = "flow--accordion--content-inner", L = "flow--accordion--chevron", R = "flow--accordion--outline", S = "flow--accordion--expanded", e = {
|
package/dist/js/Accordion.js
CHANGED
|
@@ -14,7 +14,7 @@ import { PropsContextProvider as j } from "./PropsContextProvider.js";
|
|
|
14
14
|
import "@react-aria/utils";
|
|
15
15
|
import "remeda";
|
|
16
16
|
import { d as l } from "./dynamic-ClpUSmEt.js";
|
|
17
|
-
import { u as q, f as z } from "./flowComponent-
|
|
17
|
+
import { u as q, f as z } from "./flowComponent-CdFTojQw.js";
|
|
18
18
|
const A = O(void 0), H = A.Provider, v = (n) => new Promise((t) => setTimeout(t, n)), C = {
|
|
19
19
|
pending: 1e3,
|
|
20
20
|
succeeded: 1500,
|
package/dist/js/Action.js
CHANGED
|
@@ -7,7 +7,7 @@ import "@react-aria/utils";
|
|
|
7
7
|
import "remeda";
|
|
8
8
|
import { d as n } from "./dynamic-ClpUSmEt.js";
|
|
9
9
|
import e from "clsx";
|
|
10
|
-
import { f as C } from "./flowComponent-
|
|
10
|
+
import { f as C } from "./flowComponent-CdFTojQw.js";
|
|
11
11
|
import { TunnelProvider as G } from "@mittwald/react-tunnel";
|
|
12
12
|
import { A as y, g as a } from "./getActionGroupSlot-BHzMGEA7.js";
|
|
13
13
|
const x = "flow--action-group", A = "flow--action-group--primary", N = "flow--action-group--secondary", P = "flow--action-group--abort", k = "flow--action-group--action-group-container", v = "flow--action-group--ignore-breakpoint", B = "flow--action-group--s", E = "flow--action-group--m", t = {
|
package/dist/js/ActionGroup.js
CHANGED
package/dist/js/Alert.js
CHANGED
|
@@ -8,8 +8,8 @@ import "./propsContext-DzAKlmhS.js";
|
|
|
8
8
|
import "remeda";
|
|
9
9
|
import { d } from "./dynamic-ClpUSmEt.js";
|
|
10
10
|
import g from "clsx";
|
|
11
|
-
import { A as w } from "./AlertIcon-
|
|
12
|
-
import { f as u } from "./flowComponent-
|
|
11
|
+
import { A as w } from "./AlertIcon-x0EkIx02.js";
|
|
12
|
+
import { f as u } from "./flowComponent-CdFTojQw.js";
|
|
13
13
|
const C = "flow--alert", h = "flow--alert--content", x = "flow--alert--info", E = "flow--alert--heading", N = "flow--alert--warning", A = "flow--alert--danger", P = "flow--alert--success", t = {
|
|
14
14
|
alert: C,
|
|
15
15
|
content: h,
|
package/dist/js/AlertBadge.js
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import m from "clsx";
|
|
5
|
-
import { A as f } from "./AlertIcon-
|
|
6
|
-
import { T as i } from "./Text-
|
|
5
|
+
import { A as f } from "./AlertIcon-x0EkIx02.js";
|
|
6
|
+
import { T as i } from "./Text-CPD7mr9M.js";
|
|
7
7
|
import { C as d } from "./ClearPropsContext-CUvsbMn8.js";
|
|
8
8
|
import "./propsContext-DzAKlmhS.js";
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "remeda";
|
|
11
11
|
import "dot-prop";
|
|
12
|
-
import { f as g } from "./flowComponent-
|
|
12
|
+
import { f as g } from "./flowComponent-CdFTojQw.js";
|
|
13
13
|
const p = "flow--alert-badge", w = "flow--alert-badge--text", x = "flow--alert-badge--info", u = "flow--alert-badge--success", b = "flow--alert-badge--warning", B = "flow--alert-badge--danger", t = {
|
|
14
14
|
alertBadge: p,
|
|
15
15
|
text: w,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import n from "react";
|
|
4
4
|
import "@tabler/icons-react";
|
|
5
|
-
import "./Icon-
|
|
6
|
-
import { I as m } from "./IconDanger-
|
|
7
|
-
import { I as f } from "./IconInfo-
|
|
8
|
-
import { I, a as u } from "./IconWarning-
|
|
5
|
+
import "./Icon-BfcwCN3o.js";
|
|
6
|
+
import { I as m } from "./IconDanger-Sd6GDwJr.js";
|
|
7
|
+
import { I as f } from "./IconInfo-DUenEWxh.js";
|
|
8
|
+
import { I, a as u } from "./IconWarning-BuEvJJgg.js";
|
|
9
9
|
import { useLocalizedStringFormatter as g } from "react-aria";
|
|
10
10
|
import { C as p } from "./ClearPropsContext-CUvsbMn8.js";
|
|
11
11
|
import "./propsContext-DzAKlmhS.js";
|
package/dist/js/AlertIcon.js
CHANGED
package/dist/js/Avatar.js
CHANGED
|
@@ -9,7 +9,7 @@ import "./propsContext-DzAKlmhS.js";
|
|
|
9
9
|
import "remeda";
|
|
10
10
|
import { hash as u } from "object-code";
|
|
11
11
|
import { deepForEach as C } from "react-children-utilities";
|
|
12
|
-
import { f as z } from "./flowComponent-
|
|
12
|
+
import { f as z } from "./flowComponent-CdFTojQw.js";
|
|
13
13
|
const d = "flow--avatar", h = "flow--avatar--icon", b = "flow--avatar--initials", g = "flow--avatar--blue", x = "flow--avatar--teal", E = "flow--avatar--green", N = "flow--avatar--violet", y = "flow--avatar--lilac", o = {
|
|
14
14
|
avatar: d,
|
|
15
15
|
icon: h,
|
|
@@ -6,11 +6,11 @@ import "./propsContext-DzAKlmhS.js";
|
|
|
6
6
|
import { PropsContextProvider as f } from "./PropsContextProvider.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import { f as u } from "./flowComponent-
|
|
10
|
-
import { B as n } from "./Button-
|
|
9
|
+
import { f as u } from "./flowComponent-CdFTojQw.js";
|
|
10
|
+
import { B as n } from "./Button-DE6VQ9dh.js";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
|
-
import "./Icon-
|
|
13
|
-
import { I as w } from "./IconClose-
|
|
12
|
+
import "./Icon-BfcwCN3o.js";
|
|
13
|
+
import { I as w } from "./IconClose-B2ipDX0n.js";
|
|
14
14
|
const v = "flow--badge", y = "flow--badge--content", N = "flow--badge--button", x = "flow--badge--close", B = "flow--badge--scope", C = "flow--badge--value", E = "flow--badge--neutral", T = "flow--badge--disabled", P = "flow--badge--blue", h = "flow--badge--navy", k = "flow--badge--violet", I = "flow--badge--teal", L = "flow--badge--lilac", z = "flow--badge--green", D = "flow--badge--orange", R = "flow--badge--red", j = "flow--badge--dark", q = "flow--badge--light", e = {
|
|
15
15
|
badge: v,
|
|
16
16
|
content: y,
|
package/dist/js/Badge.js
CHANGED
package/dist/js/Breadcrumb.js
CHANGED
|
@@ -4,8 +4,8 @@ import r from "react";
|
|
|
4
4
|
import * as m from "react-aria-components";
|
|
5
5
|
import a from "clsx";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
8
|
-
import { I as b } from "./IconChevronRight-
|
|
7
|
+
import "./Icon-BfcwCN3o.js";
|
|
8
|
+
import { I as b } from "./IconChevronRight-BLOjuhl6.js";
|
|
9
9
|
import "./propsContext-DzAKlmhS.js";
|
|
10
10
|
import { PropsContextProvider as d } from "./PropsContextProvider.js";
|
|
11
11
|
import "@react-aria/utils";
|
|
@@ -9,12 +9,12 @@ import "@react-aria/utils";
|
|
|
9
9
|
import "./propsContext-DzAKlmhS.js";
|
|
10
10
|
import "remeda";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
|
-
import "./Icon-
|
|
13
|
-
import { I as h, a as I } from "./IconSucceeded-
|
|
12
|
+
import "./Icon-BfcwCN3o.js";
|
|
13
|
+
import { I as h, a as I } from "./IconSucceeded-BrUEf3-W.js";
|
|
14
14
|
import { W as f } from "./Wrap-DGT1h1o3.js";
|
|
15
|
-
import { T as B } from "./Text-
|
|
16
|
-
import { f as k } from "./flowComponent-
|
|
17
|
-
import { L as A } from "./LoadingSpinner-
|
|
15
|
+
import { T as B } from "./Text-CPD7mr9M.js";
|
|
16
|
+
import { f as k } from "./flowComponent-CdFTojQw.js";
|
|
17
|
+
import { L as A } from "./LoadingSpinner-BNwuXpm9.js";
|
|
18
18
|
import { useLocalizedStringFormatter as D } from "react-aria";
|
|
19
19
|
import { useLiveRegion as T } from "@chakra-ui/live-region";
|
|
20
20
|
const z = "flow--button", L = "flow--button--outline", R = "flow--button--content", K = "flow--button--state-icon", U = "flow--button--avatar", W = "flow--button--icon", $ = "flow--button--text", j = "flow--button--counter-badge", q = "flow--button--is-succeeded", G = "flow--button--is-failed", H = "flow--button--is-pending", J = "flow--button--plain", M = "flow--button--primary", O = "flow--button--solid", Q = "flow--button--aria-disabled", V = "flow--button--accent", X = "flow--button--danger", Y = "flow--button--secondary", Z = "flow--button--dark", _ = "flow--button--light", ee = "flow--button--soft", t = {
|
package/dist/js/Button.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
|
-
import { B as r } from "./Button-
|
|
4
|
+
import { B as r } from "./Button-DE6VQ9dh.js";
|
|
5
5
|
import * as a from "react-aria-components";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
8
|
-
import { I as n } from "./IconCalendar-
|
|
9
|
-
import { I as t } from "./IconChevronRight-
|
|
7
|
+
import "./Icon-BfcwCN3o.js";
|
|
8
|
+
import { I as n } from "./IconCalendar-ccWsxuA2.js";
|
|
9
|
+
import { I as t } from "./IconChevronRight-BLOjuhl6.js";
|
|
10
10
|
const o = "flow--calendar", l = "flow--calendar--range", f = {
|
|
11
11
|
calendar: o,
|
|
12
12
|
range: l
|
|
@@ -4,15 +4,15 @@ import e from "react";
|
|
|
4
4
|
import * as i from "react-aria-components";
|
|
5
5
|
import p from "clsx";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
8
|
-
import { I as x, a as f } from "./IconCheckboxEmpty-
|
|
9
|
-
import { I as h } from "./IconCheckboxIndeterminate-
|
|
7
|
+
import "./Icon-BfcwCN3o.js";
|
|
8
|
+
import { I as x, a as f } from "./IconCheckboxEmpty-Bs0CrP7a.js";
|
|
9
|
+
import { I as h } from "./IconCheckboxIndeterminate-3gNSsTqf.js";
|
|
10
10
|
import { C } from "./ClearPropsContext-CUvsbMn8.js";
|
|
11
11
|
import "./propsContext-DzAKlmhS.js";
|
|
12
12
|
import "@react-aria/utils";
|
|
13
13
|
import "remeda";
|
|
14
14
|
import "dot-prop";
|
|
15
|
-
import { f as k } from "./flowComponent-
|
|
15
|
+
import { f as k } from "./flowComponent-CdFTojQw.js";
|
|
16
16
|
const b = "flow--checkbox", E = "flow--checkbox--icon", o = {
|
|
17
17
|
checkbox: b,
|
|
18
18
|
icon: E
|
package/dist/js/Checkbox.js
CHANGED
|
@@ -7,8 +7,8 @@ import { PropsContextProvider as b } from "./PropsContextProvider.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "./propsContext-DzAKlmhS.js";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { C as x } from "./Checkbox-
|
|
11
|
-
import { f } from "./flowComponent-
|
|
10
|
+
import { C as x } from "./Checkbox-e462Gcxe.js";
|
|
11
|
+
import { f } from "./flowComponent-CdFTojQw.js";
|
|
12
12
|
const C = "flow--checkbox-button", i = "flow--checkbox-button--label", h = "flow--checkbox-button--content", t = {
|
|
13
13
|
checkboxButton: C,
|
|
14
14
|
label: i,
|
package/dist/js/CheckboxGroup.js
CHANGED
|
@@ -7,13 +7,13 @@ import "./propsContext-DzAKlmhS.js";
|
|
|
7
7
|
import { PropsContextProvider as h } from "./PropsContextProvider.js";
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { F as E } from "./FieldError-
|
|
11
|
-
import { C as k } from "./CheckboxButton-
|
|
10
|
+
import { F as E } from "./FieldError-BVaFR2ma.js";
|
|
11
|
+
import { C as k } from "./CheckboxButton-Dd900jP_.js";
|
|
12
12
|
import { TunnelProvider as C, TunnelExit as r } from "@mittwald/react-tunnel";
|
|
13
13
|
import { f as o } from "./FormField.module-CqWpTQKP.js";
|
|
14
14
|
import { C as N } from "./ColumnLayout-Bvw578tz.js";
|
|
15
15
|
import { d as F } from "./deepFindOfType-6pG0fH7S.js";
|
|
16
|
-
import { f as G } from "./flowComponent-
|
|
16
|
+
import { f as G } from "./flowComponent-CdFTojQw.js";
|
|
17
17
|
const y = "flow--checkbox-group", s = {
|
|
18
18
|
checkboxGroup: y
|
|
19
19
|
}, j = G("CheckboxGroup", (l) => {
|
package/dist/js/CodeBlock.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import e from "react";
|
|
4
4
|
import d from "react-syntax-highlighter";
|
|
5
5
|
import m from "clsx";
|
|
6
|
-
import { C as f } from "./CopyButton-
|
|
6
|
+
import { C as f } from "./CopyButton-BFEqZ49C.js";
|
|
7
7
|
const i = "flow--code-block", k = "flow--code-block--light", u = "flow--code-block--dark", l = {
|
|
8
8
|
codeBlock: i,
|
|
9
9
|
default: "flow--code-block--default",
|
|
@@ -6,7 +6,7 @@ import "./propsContext-DzAKlmhS.js";
|
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "remeda";
|
|
8
8
|
import "dot-prop";
|
|
9
|
-
import { f as l } from "./flowComponent-
|
|
9
|
+
import { f as l } from "./flowComponent-CdFTojQw.js";
|
|
10
10
|
import { W as s } from "./Wrap-DGT1h1o3.js";
|
|
11
11
|
const W = l("Content", (t) => {
|
|
12
12
|
const {
|
package/dist/js/Content.js
CHANGED
package/dist/js/ContextMenu.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import { C as t } from "./ContextMenuTrigger-
|
|
4
|
-
import { a } from "./ContextMenuTrigger-
|
|
5
|
-
import { M as n } from "./MenuItem-
|
|
3
|
+
import { C as t } from "./ContextMenuTrigger-9-ZjcBHX.js";
|
|
4
|
+
import { a } from "./ContextMenuTrigger-9-ZjcBHX.js";
|
|
5
|
+
import { M as n } from "./MenuItem-DRNpILEl.js";
|
|
6
6
|
export {
|
|
7
7
|
t as ContextMenu,
|
|
8
8
|
a as ContextMenuTrigger,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import e from "react";
|
|
4
4
|
import * as i from "react-aria-components";
|
|
5
5
|
import { s } from "./ContextMenu.module-BZingr2B.js";
|
|
6
|
-
import { f as c } from "./flowComponent-
|
|
7
|
-
import { P } from "./Popover-
|
|
6
|
+
import { f as c } from "./flowComponent-CdFTojQw.js";
|
|
7
|
+
import { P } from "./Popover-BJryd_iR.js";
|
|
8
8
|
import { C as E } from "./ClearPropsContext-CUvsbMn8.js";
|
|
9
9
|
import { PropsContextProvider as O } from "./PropsContextProvider.js";
|
|
10
10
|
import "@react-aria/utils";
|
|
@@ -13,7 +13,7 @@ import "remeda";
|
|
|
13
13
|
import "mobx";
|
|
14
14
|
import { u as T } from "./useOverlayController-D8pgx8nV.js";
|
|
15
15
|
import { O as S, a as A } from "./OverlayTrigger-BmB63e4e.js";
|
|
16
|
-
import { A as h } from "./Action-
|
|
16
|
+
import { A as h } from "./Action-CVaW6nwX.js";
|
|
17
17
|
const B = c("ContextMenu", (t) => {
|
|
18
18
|
const {
|
|
19
19
|
children: r,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import t from "react";
|
|
4
|
-
import { P as c } from "./Popover-
|
|
4
|
+
import { P as c } from "./Popover-BJryd_iR.js";
|
|
5
5
|
import "./propsContext-DzAKlmhS.js";
|
|
6
6
|
import { PropsContextProvider as l } from "./PropsContextProvider.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import { f as a } from "./flowComponent-
|
|
9
|
+
import { f as a } from "./flowComponent-CdFTojQw.js";
|
|
10
10
|
import "mobx";
|
|
11
11
|
import { u } from "./useOverlayController-D8pgx8nV.js";
|
|
12
12
|
import * as f from "react-aria-components";
|
|
13
13
|
import { a as x } from "./OverlayTrigger-BmB63e4e.js";
|
|
14
14
|
import { useLocalizedStringFormatter as g } from "react-aria";
|
|
15
15
|
import "@tabler/icons-react";
|
|
16
|
-
import "./Icon-
|
|
17
|
-
import { I as C } from "./IconInfo-
|
|
16
|
+
import "./Icon-BfcwCN3o.js";
|
|
17
|
+
import { I as C } from "./IconInfo-DUenEWxh.js";
|
|
18
18
|
const H = "flow--contextual-help", d = {
|
|
19
19
|
contextualHelp: H
|
|
20
20
|
}, b = a("ContextualHelp", (e) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import i from "copy-to-clipboard";
|
|
5
|
-
import { B as c } from "./Button-
|
|
5
|
+
import { B as c } from "./Button-DE6VQ9dh.js";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
8
|
-
import { I as l } from "./IconCopy-
|
|
7
|
+
import "./Icon-BfcwCN3o.js";
|
|
8
|
+
import { I as l } from "./IconCopy-BOZJbtQQ.js";
|
|
9
9
|
import { useLocalizedStringFormatter as s } from "react-aria";
|
|
10
10
|
import { a as f, T as u } from "./Tooltip-DmYZavnZ.js";
|
|
11
11
|
import { onlyText as y } from "react-children-utilities";
|
|
@@ -14,8 +14,8 @@ import "./propsContext-DzAKlmhS.js";
|
|
|
14
14
|
import "@react-aria/utils";
|
|
15
15
|
import "remeda";
|
|
16
16
|
import "dot-prop";
|
|
17
|
-
import { f as E } from "./flowComponent-
|
|
18
|
-
import { A as B } from "./Action-
|
|
17
|
+
import { f as E } from "./flowComponent-CdFTojQw.js";
|
|
18
|
+
import { A as B } from "./Action-CVaW6nwX.js";
|
|
19
19
|
const g = { "de-DE": {
|
|
20
20
|
"copyButton.copy": "Kopieren"
|
|
21
21
|
}, "en-EN": {
|
package/dist/js/CopyButton.js
CHANGED
package/dist/js/CounterBadge.js
CHANGED
package/dist/js/DatePicker.js
CHANGED
|
@@ -7,17 +7,17 @@ import { PropsContextProvider as u } from "./PropsContextProvider.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import * as r from "react-aria-components";
|
|
10
|
-
import { B as E } from "./Button-
|
|
10
|
+
import { B as E } from "./Button-DE6VQ9dh.js";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
|
-
import "./Icon-
|
|
13
|
-
import { a as C } from "./IconCalendar-
|
|
14
|
-
import { F as D } from "./FieldError-
|
|
12
|
+
import "./Icon-BfcwCN3o.js";
|
|
13
|
+
import { a as C } from "./IconCalendar-ccWsxuA2.js";
|
|
14
|
+
import { F as D } from "./FieldError-BVaFR2ma.js";
|
|
15
15
|
import { f as a } from "./FormField.module-CqWpTQKP.js";
|
|
16
|
-
import { P as N } from "./Popover-
|
|
16
|
+
import { P as N } from "./Popover-BJryd_iR.js";
|
|
17
17
|
import "mobx";
|
|
18
18
|
import { u as P } from "./useOverlayController-D8pgx8nV.js";
|
|
19
|
-
import { f as y } from "./flowComponent-
|
|
20
|
-
import { s as F, C as b } from "./CalendarHeader-
|
|
19
|
+
import { f as y } from "./flowComponent-CdFTojQw.js";
|
|
20
|
+
import { s as F, C as b } from "./CalendarHeader-B2jstCaG.js";
|
|
21
21
|
const g = "flow--date-picker--date-input", v = {
|
|
22
22
|
dateInput: g
|
|
23
23
|
}, I = (t) => {
|
|
@@ -8,16 +8,16 @@ import { PropsContextProvider as f } from "./PropsContextProvider.js";
|
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import * as t from "react-aria-components";
|
|
11
|
-
import { P as g } from "./Popover-
|
|
12
|
-
import { s as i, C } from "./CalendarHeader-
|
|
13
|
-
import { B as D } from "./Button-
|
|
11
|
+
import { P as g } from "./Popover-BJryd_iR.js";
|
|
12
|
+
import { s as i, C } from "./CalendarHeader-B2jstCaG.js";
|
|
13
|
+
import { B as D } from "./Button-DE6VQ9dh.js";
|
|
14
14
|
import "@tabler/icons-react";
|
|
15
|
-
import "./Icon-
|
|
16
|
-
import { a as R } from "./IconCalendar-
|
|
17
|
-
import { F as N } from "./FieldError-
|
|
15
|
+
import "./Icon-BfcwCN3o.js";
|
|
16
|
+
import { a as R } from "./IconCalendar-ccWsxuA2.js";
|
|
17
|
+
import { F as N } from "./FieldError-BVaFR2ma.js";
|
|
18
18
|
import "mobx";
|
|
19
19
|
import { u as P } from "./useOverlayController-D8pgx8nV.js";
|
|
20
|
-
import { f as v } from "./flowComponent-
|
|
20
|
+
import { f as v } from "./flowComponent-CdFTojQw.js";
|
|
21
21
|
const F = () => /* @__PURE__ */ e.createElement(t.RangeCalendar, { className: c(i.calendar, i.range) }, /* @__PURE__ */ e.createElement(C, null), /* @__PURE__ */ e.createElement(t.CalendarGrid, null, (r) => /* @__PURE__ */ e.createElement(t.CalendarCell, { date: r }))), I = "flow--date-range-picker--date-range-input", b = {
|
|
22
22
|
dateRangeInput: I
|
|
23
23
|
}, h = (r) => {
|
|
@@ -7,8 +7,8 @@ import "./propsContext-DzAKlmhS.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import "dot-prop";
|
|
10
|
-
import { T as p } from "./Text-
|
|
11
|
-
import { f as c } from "./flowComponent-
|
|
10
|
+
import { T as p } from "./Text-CPD7mr9M.js";
|
|
11
|
+
import { f as c } from "./flowComponent-CdFTojQw.js";
|
|
12
12
|
const a = "flow--field-description", f = {
|
|
13
13
|
fieldDescription: a
|
|
14
14
|
}, P = c("FieldDescription", (e) => {
|
|
@@ -9,9 +9,9 @@ import "@react-aria/utils";
|
|
|
9
9
|
import "remeda";
|
|
10
10
|
import "dot-prop";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
|
-
import "./Icon-
|
|
13
|
-
import { I as c } from "./IconDanger-
|
|
14
|
-
import { f } from "./flowComponent-
|
|
12
|
+
import "./Icon-BfcwCN3o.js";
|
|
13
|
+
import { I as c } from "./IconDanger-Sd6GDwJr.js";
|
|
14
|
+
import { f } from "./flowComponent-CdFTojQw.js";
|
|
15
15
|
const E = "flow--field-error", d = {
|
|
16
16
|
fieldError: E
|
|
17
17
|
}, y = f("FieldError", (o) => {
|