@mittwald/flow-react-components 0.2.0-alpha.608 → 0.2.0-alpha.609
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
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.609](https://github.com/mittwald/flow/compare/0.2.0-alpha.608...0.2.0-alpha.609) (2025-12-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.608](https://github.com/mittwald/flow/compare/0.2.0-alpha.607...0.2.0-alpha.608) (2025-12-19)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
@@ -297632,6 +297632,55 @@
|
|
|
297632
297632
|
}
|
|
297633
297633
|
}
|
|
297634
297634
|
},
|
|
297635
|
+
{
|
|
297636
|
+
"tags": {
|
|
297637
|
+
"internal": ""
|
|
297638
|
+
},
|
|
297639
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297640
|
+
"description": "",
|
|
297641
|
+
"displayName": "ValidationResultEntry",
|
|
297642
|
+
"methods": [],
|
|
297643
|
+
"props": {
|
|
297644
|
+
"result": {
|
|
297645
|
+
"defaultValue": null,
|
|
297646
|
+
"description": "",
|
|
297647
|
+
"name": "result",
|
|
297648
|
+
"parent": {
|
|
297649
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297650
|
+
"name": "Props"
|
|
297651
|
+
},
|
|
297652
|
+
"declarations": [
|
|
297653
|
+
{
|
|
297654
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297655
|
+
"name": "Props"
|
|
297656
|
+
}
|
|
297657
|
+
],
|
|
297658
|
+
"required": true,
|
|
297659
|
+
"type": {
|
|
297660
|
+
"name": "Partial<RuleValidationResult>"
|
|
297661
|
+
}
|
|
297662
|
+
},
|
|
297663
|
+
"unspecifiedRules": {
|
|
297664
|
+
"defaultValue": null,
|
|
297665
|
+
"description": "",
|
|
297666
|
+
"name": "unspecifiedRules",
|
|
297667
|
+
"parent": {
|
|
297668
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297669
|
+
"name": "Props"
|
|
297670
|
+
},
|
|
297671
|
+
"declarations": [
|
|
297672
|
+
{
|
|
297673
|
+
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297674
|
+
"name": "Props"
|
|
297675
|
+
}
|
|
297676
|
+
],
|
|
297677
|
+
"required": false,
|
|
297678
|
+
"type": {
|
|
297679
|
+
"name": "boolean"
|
|
297680
|
+
}
|
|
297681
|
+
}
|
|
297682
|
+
}
|
|
297683
|
+
},
|
|
297635
297684
|
{
|
|
297636
297685
|
"tags": {},
|
|
297637
297686
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.tsx",
|
|
@@ -297717,55 +297766,6 @@
|
|
|
297717
297766
|
}
|
|
297718
297767
|
}
|
|
297719
297768
|
},
|
|
297720
|
-
{
|
|
297721
|
-
"tags": {
|
|
297722
|
-
"internal": ""
|
|
297723
|
-
},
|
|
297724
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297725
|
-
"description": "",
|
|
297726
|
-
"displayName": "ValidationResultEntry",
|
|
297727
|
-
"methods": [],
|
|
297728
|
-
"props": {
|
|
297729
|
-
"result": {
|
|
297730
|
-
"defaultValue": null,
|
|
297731
|
-
"description": "",
|
|
297732
|
-
"name": "result",
|
|
297733
|
-
"parent": {
|
|
297734
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297735
|
-
"name": "Props"
|
|
297736
|
-
},
|
|
297737
|
-
"declarations": [
|
|
297738
|
-
{
|
|
297739
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297740
|
-
"name": "Props"
|
|
297741
|
-
}
|
|
297742
|
-
],
|
|
297743
|
-
"required": true,
|
|
297744
|
-
"type": {
|
|
297745
|
-
"name": "Partial<RuleValidationResult>"
|
|
297746
|
-
}
|
|
297747
|
-
},
|
|
297748
|
-
"unspecifiedRules": {
|
|
297749
|
-
"defaultValue": null,
|
|
297750
|
-
"description": "",
|
|
297751
|
-
"name": "unspecifiedRules",
|
|
297752
|
-
"parent": {
|
|
297753
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297754
|
-
"name": "Props"
|
|
297755
|
-
},
|
|
297756
|
-
"declarations": [
|
|
297757
|
-
{
|
|
297758
|
-
"fileName": "components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.tsx",
|
|
297759
|
-
"name": "Props"
|
|
297760
|
-
}
|
|
297761
|
-
],
|
|
297762
|
-
"required": false,
|
|
297763
|
-
"type": {
|
|
297764
|
-
"name": "boolean"
|
|
297765
|
-
}
|
|
297766
|
-
}
|
|
297767
|
-
}
|
|
297768
|
-
},
|
|
297769
297769
|
{
|
|
297770
297770
|
"tags": {
|
|
297771
297771
|
"internal": ""
|
|
@@ -306720,56 +306720,56 @@
|
|
|
306720
306720
|
},
|
|
306721
306721
|
{
|
|
306722
306722
|
"tags": {},
|
|
306723
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
306723
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
306724
306724
|
"description": "",
|
|
306725
|
-
"displayName": "
|
|
306725
|
+
"displayName": "DeleteButton",
|
|
306726
306726
|
"methods": [],
|
|
306727
306727
|
"props": {
|
|
306728
|
-
"
|
|
306728
|
+
"onDelete": {
|
|
306729
306729
|
"defaultValue": null,
|
|
306730
306730
|
"description": "",
|
|
306731
|
-
"name": "
|
|
306731
|
+
"name": "onDelete",
|
|
306732
306732
|
"parent": {
|
|
306733
|
-
"fileName": "components/src/components/FileCard/components/
|
|
306733
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
306734
306734
|
"name": "Props"
|
|
306735
306735
|
},
|
|
306736
306736
|
"declarations": [
|
|
306737
306737
|
{
|
|
306738
|
-
"fileName": "components/src/components/FileCard/components/
|
|
306738
|
+
"fileName": "components/src/components/FileCard/components/DeleteButton/DeleteButton.tsx",
|
|
306739
306739
|
"name": "Props"
|
|
306740
306740
|
}
|
|
306741
306741
|
],
|
|
306742
306742
|
"required": true,
|
|
306743
306743
|
"type": {
|
|
306744
|
-
"name": "
|
|
306744
|
+
"name": "() => void"
|
|
306745
306745
|
}
|
|
306746
306746
|
}
|
|
306747
306747
|
}
|
|
306748
306748
|
},
|
|
306749
306749
|
{
|
|
306750
306750
|
"tags": {},
|
|
306751
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/
|
|
306751
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
306752
306752
|
"description": "",
|
|
306753
|
-
"displayName": "
|
|
306753
|
+
"displayName": "FileSizeText",
|
|
306754
306754
|
"methods": [],
|
|
306755
306755
|
"props": {
|
|
306756
|
-
"
|
|
306756
|
+
"sizeInBytes": {
|
|
306757
306757
|
"defaultValue": null,
|
|
306758
306758
|
"description": "",
|
|
306759
|
-
"name": "
|
|
306759
|
+
"name": "sizeInBytes",
|
|
306760
306760
|
"parent": {
|
|
306761
|
-
"fileName": "components/src/components/FileCard/components/
|
|
306761
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
306762
306762
|
"name": "Props"
|
|
306763
306763
|
},
|
|
306764
306764
|
"declarations": [
|
|
306765
306765
|
{
|
|
306766
|
-
"fileName": "components/src/components/FileCard/components/
|
|
306766
|
+
"fileName": "components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
306767
306767
|
"name": "Props"
|
|
306768
306768
|
}
|
|
306769
306769
|
],
|
|
306770
306770
|
"required": true,
|
|
306771
306771
|
"type": {
|
|
306772
|
-
"name": "
|
|
306772
|
+
"name": "number"
|
|
306773
306773
|
}
|
|
306774
306774
|
}
|
|
306775
306775
|
}
|
|
@@ -340683,6 +340683,34 @@
|
|
|
340683
340683
|
}
|
|
340684
340684
|
}
|
|
340685
340685
|
},
|
|
340686
|
+
{
|
|
340687
|
+
"tags": {},
|
|
340688
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340689
|
+
"description": "",
|
|
340690
|
+
"displayName": "ListItemSkeletonView",
|
|
340691
|
+
"methods": [],
|
|
340692
|
+
"props": {
|
|
340693
|
+
"viewMode": {
|
|
340694
|
+
"defaultValue": null,
|
|
340695
|
+
"description": "",
|
|
340696
|
+
"name": "viewMode",
|
|
340697
|
+
"parent": {
|
|
340698
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340699
|
+
"name": "ListItemSkeletonViewProps"
|
|
340700
|
+
},
|
|
340701
|
+
"declarations": [
|
|
340702
|
+
{
|
|
340703
|
+
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340704
|
+
"name": "ListItemSkeletonViewProps"
|
|
340705
|
+
}
|
|
340706
|
+
],
|
|
340707
|
+
"required": true,
|
|
340708
|
+
"type": {
|
|
340709
|
+
"name": "ListViewMode"
|
|
340710
|
+
}
|
|
340711
|
+
}
|
|
340712
|
+
}
|
|
340713
|
+
},
|
|
340686
340714
|
{
|
|
340687
340715
|
"tags": {},
|
|
340688
340716
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
|
|
@@ -340768,33 +340796,5 @@
|
|
|
340768
340796
|
}
|
|
340769
340797
|
}
|
|
340770
340798
|
}
|
|
340771
|
-
},
|
|
340772
|
-
{
|
|
340773
|
-
"tags": {},
|
|
340774
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340775
|
-
"description": "",
|
|
340776
|
-
"displayName": "ListItemSkeletonView",
|
|
340777
|
-
"methods": [],
|
|
340778
|
-
"props": {
|
|
340779
|
-
"viewMode": {
|
|
340780
|
-
"defaultValue": null,
|
|
340781
|
-
"description": "",
|
|
340782
|
-
"name": "viewMode",
|
|
340783
|
-
"parent": {
|
|
340784
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340785
|
-
"name": "ListItemSkeletonViewProps"
|
|
340786
|
-
},
|
|
340787
|
-
"declarations": [
|
|
340788
|
-
{
|
|
340789
|
-
"fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
|
|
340790
|
-
"name": "ListItemSkeletonViewProps"
|
|
340791
|
-
}
|
|
340792
|
-
],
|
|
340793
|
-
"required": true,
|
|
340794
|
-
"type": {
|
|
340795
|
-
"name": "ListViewMode"
|
|
340796
|
-
}
|
|
340797
|
-
}
|
|
340798
|
-
}
|
|
340799
340799
|
}
|
|
340800
340800
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.mjs","sources":["../../../../../../src/components/CheckboxGroup/CheckboxGroup.tsx"],"sourcesContent":["import type { ColumnLayoutProps } from \"@/components/ColumnLayout\";\nimport { ColumnLayout } from \"@/components/ColumnLayout\";\nimport type { FlowComponentProps } from \"@/lib/componentFactory/flowComponent\";\nimport { flowComponent } from \"@/lib/componentFactory/flowComponent\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\nimport { TunnelExit, TunnelProvider } from \"@mittwald/react-tunnel\";\nimport clsx from \"clsx\";\nimport type { PropsWithChildren } from \"react\";\nimport * as Aria from \"react-aria-components\";\nimport styles from \"./CheckboxGroup.module.scss\";\nimport { useObjectRef } from \"@react-aria/utils\";\nimport { useMakeFocusable } from \"@/lib/hooks/dom/useMakeFocusable\";\nimport { useFieldComponent } from \"@/lib/hooks/useFieldComponent\";\n\nexport interface CheckboxGroupProps\n extends PropsWithChildren<Omit<Aria.CheckboxGroupProps, \"children\">>,\n Pick<ColumnLayoutProps, \"s\" | \"m\" | \"l\">,\n FlowComponentProps {}\n\n/** @flr-generate all */\nexport const CheckboxGroup = flowComponent(\"CheckboxGroup\", (props) => {\n const { children, className, isInvalid, s, m, l, ref, ...rest } = props;\n\n const {\n FieldErrorView,\n fieldPropsContext,\n fieldProps,\n FieldErrorCaptureContext,\n } = useFieldComponent(props);\n\n const propsContext: PropsContext = {\n Checkbox: {\n isInvalid,\n tunnelId: \"checkboxes\",\n className: styles.checkbox,\n },\n CheckboxButton: {\n isInvalid,\n tunnelId: \"checkboxButtons\",\n className: styles.checkboxButton,\n },\n ...fieldPropsContext,\n };\n\n const objectRef = useObjectRef(ref);\n useMakeFocusable(objectRef);\n\n return (\n <Aria.CheckboxGroup\n {...rest}\n {...fieldProps}\n isInvalid={isInvalid}\n className={clsx(fieldProps.className, className)}\n ref={objectRef}\n >\n <TunnelProvider>\n <FieldErrorCaptureContext>\n <PropsContextProvider props={propsContext}>\n {children}\n <ColumnLayout s={s} m={m} l={l} className={styles.checkboxGroup}>\n <TunnelExit id=\"checkboxButtons\" />\n </ColumnLayout>\n\n <ColumnLayout\n s={s ?? [1]}\n m={m ?? [1]}\n l={l ?? [1]}\n rowGap=\"s\"\n className={styles.checkboxGroup}\n >\n <TunnelExit id=\"checkboxes\" />\n </ColumnLayout>\n </PropsContextProvider>\n </FieldErrorCaptureContext>\n <FieldErrorView />\n </TunnelProvider>\n </Aria.CheckboxGroup>\n );\n});\n\nexport default CheckboxGroup;\n"],"names":[],"mappings":";;;;;;;;;;;;;AAqBO,MAAM,aAAA,GAAgB,aAAA,CAAc,eAAA,EAAiB,CAAC,KAAA,KAAU;AACrE,EAAA,MAAM,EAAE,QAAA,EAAU,SAAA,EAAW,SAAA,EAAW,CAAA,EAAG,GAAG,CAAA,EAAG,GAAA,EAAK,GAAG,IAAA,EAAK,GAAI,KAAA;AAElE,EAAA,MAAM;AAAA,IACJ,cAAA;AAAA,IACA,iBAAA;AAAA,IACA,UAAA;AAAA,IACA;AAAA,GACF,GAAI,kBAAkB,KAAK,CAAA;AAE3B,EAAA,MAAM,YAAA,GAA6B;AAAA,IACjC,QAAA,EAAU;AAAA,MACR,SAAA;AAAA,MACA,QAAA,EAAU,YAAA;AAAA,MACV,WAAW,MAAA,CAAO;AAAA,KACpB;AAAA,IACA,cAAA,EAAgB;AAAA,MACd,SAAA;AAAA,MACA,QAAA,EAAU,iBAAA;AAAA,MACV,WAAW,MAAA,CAAO;AAAA,KACpB;AAAA,IACA,GAAG;AAAA,GACL;AAEA,EAAA,MAAM,SAAA,GAAY,aAAa,GAAG,CAAA;AAClC,EAAA,gBAAA,CAAiB,SAAS,CAAA;AAE1B,EAAA,uBACE,GAAA;AAAA,IAAC,IAAA,CAAK,aAAA;AAAA,IAAL;AAAA,MACE,GAAG,IAAA;AAAA,MACH,GAAG,UAAA;AAAA,MACJ,SAAA;AAAA,MACA,SAAA,EAAW,IAAA,CAAK,UAAA,CAAW,SAAA,EAAW,SAAS,CAAA;AAAA,MAC/C,GAAA,EAAK,SAAA;AAAA,MAEL,+BAAC,cAAA,EAAA,EACC,QAAA,EAAA;AAAA,wBAAA,GAAA,CAAC,wBAAA,EAAA,EACC,QAAA,kBAAA,IAAA,CAAC,oBAAA,EAAA,EAAqB,KAAA,EAAO,YAAA,EAC1B,QAAA,EAAA;AAAA,UAAA,QAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.mjs","sources":["../../../../../../src/components/CheckboxGroup/CheckboxGroup.tsx"],"sourcesContent":["import type { ColumnLayoutProps } from \"@/components/ColumnLayout\";\nimport { ColumnLayout } from \"@/components/ColumnLayout\";\nimport type { FlowComponentProps } from \"@/lib/componentFactory/flowComponent\";\nimport { flowComponent } from \"@/lib/componentFactory/flowComponent\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\nimport { TunnelExit, TunnelProvider } from \"@mittwald/react-tunnel\";\nimport clsx from \"clsx\";\nimport type { PropsWithChildren } from \"react\";\nimport * as Aria from \"react-aria-components\";\nimport styles from \"./CheckboxGroup.module.scss\";\nimport { useObjectRef } from \"@react-aria/utils\";\nimport { useMakeFocusable } from \"@/lib/hooks/dom/useMakeFocusable\";\nimport { useFieldComponent } from \"@/lib/hooks/useFieldComponent\";\n\nexport interface CheckboxGroupProps\n extends PropsWithChildren<Omit<Aria.CheckboxGroupProps, \"children\">>,\n Pick<ColumnLayoutProps, \"s\" | \"m\" | \"l\">,\n FlowComponentProps {}\n\n/** @flr-generate all */\nexport const CheckboxGroup = flowComponent(\"CheckboxGroup\", (props) => {\n const { children, className, isInvalid, s, m, l, ref, ...rest } = props;\n\n const {\n FieldErrorView,\n fieldPropsContext,\n fieldProps,\n FieldErrorCaptureContext,\n } = useFieldComponent(props);\n\n const propsContext: PropsContext = {\n Checkbox: {\n isInvalid,\n tunnelId: \"checkboxes\",\n className: styles.checkbox,\n },\n CheckboxButton: {\n isInvalid,\n tunnelId: \"checkboxButtons\",\n className: styles.checkboxButton,\n },\n ...fieldPropsContext,\n };\n\n const objectRef = useObjectRef(ref);\n useMakeFocusable(objectRef);\n\n return (\n <Aria.CheckboxGroup\n {...rest}\n {...fieldProps}\n isInvalid={isInvalid}\n className={clsx(fieldProps.className, className)}\n ref={objectRef}\n >\n <TunnelProvider>\n <FieldErrorCaptureContext>\n <PropsContextProvider props={propsContext}>\n {children}\n\n <ColumnLayout s={s} m={m} l={l} className={styles.checkboxGroup}>\n <TunnelExit id=\"checkboxButtons\" />\n </ColumnLayout>\n\n <ColumnLayout\n s={s ?? [1]}\n m={m ?? [1]}\n l={l ?? [1]}\n rowGap=\"s\"\n className={styles.checkboxGroup}\n >\n <TunnelExit id=\"checkboxes\" />\n </ColumnLayout>\n </PropsContextProvider>\n </FieldErrorCaptureContext>\n <FieldErrorView />\n </TunnelProvider>\n </Aria.CheckboxGroup>\n );\n});\n\nexport default CheckboxGroup;\n"],"names":[],"mappings":";;;;;;;;;;;;;AAqBO,MAAM,aAAA,GAAgB,aAAA,CAAc,eAAA,EAAiB,CAAC,KAAA,KAAU;AACrE,EAAA,MAAM,EAAE,QAAA,EAAU,SAAA,EAAW,SAAA,EAAW,CAAA,EAAG,GAAG,CAAA,EAAG,GAAA,EAAK,GAAG,IAAA,EAAK,GAAI,KAAA;AAElE,EAAA,MAAM;AAAA,IACJ,cAAA;AAAA,IACA,iBAAA;AAAA,IACA,UAAA;AAAA,IACA;AAAA,GACF,GAAI,kBAAkB,KAAK,CAAA;AAE3B,EAAA,MAAM,YAAA,GAA6B;AAAA,IACjC,QAAA,EAAU;AAAA,MACR,SAAA;AAAA,MACA,QAAA,EAAU,YAAA;AAAA,MACV,WAAW,MAAA,CAAO;AAAA,KACpB;AAAA,IACA,cAAA,EAAgB;AAAA,MACd,SAAA;AAAA,MACA,QAAA,EAAU,iBAAA;AAAA,MACV,WAAW,MAAA,CAAO;AAAA,KACpB;AAAA,IACA,GAAG;AAAA,GACL;AAEA,EAAA,MAAM,SAAA,GAAY,aAAa,GAAG,CAAA;AAClC,EAAA,gBAAA,CAAiB,SAAS,CAAA;AAE1B,EAAA,uBACE,GAAA;AAAA,IAAC,IAAA,CAAK,aAAA;AAAA,IAAL;AAAA,MACE,GAAG,IAAA;AAAA,MACH,GAAG,UAAA;AAAA,MACJ,SAAA;AAAA,MACA,SAAA,EAAW,IAAA,CAAK,UAAA,CAAW,SAAA,EAAW,SAAS,CAAA;AAAA,MAC/C,GAAA,EAAK,SAAA;AAAA,MAEL,+BAAC,cAAA,EAAA,EACC,QAAA,EAAA;AAAA,wBAAA,GAAA,CAAC,wBAAA,EAAA,EACC,QAAA,kBAAA,IAAA,CAAC,oBAAA,EAAA,EAAqB,KAAA,EAAO,YAAA,EAC1B,QAAA,EAAA;AAAA,UAAA,QAAA;AAAA,0BAED,GAAA,CAAC,YAAA,EAAA,EAAa,CAAA,EAAM,CAAA,EAAM,CAAA,EAAM,SAAA,EAAW,MAAA,CAAO,aAAA,EAChD,QAAA,kBAAA,GAAA,CAAC,UAAA,EAAA,EAAW,EAAA,EAAG,iBAAA,EAAkB,CAAA,EACnC,CAAA;AAAA,0BAEA,GAAA;AAAA,YAAC,YAAA;AAAA,YAAA;AAAA,cACC,CAAA,EAAG,CAAA,IAAK,CAAC,CAAC,CAAA;AAAA,cACV,CAAA,EAAG,CAAA,IAAK,CAAC,CAAC,CAAA;AAAA,cACV,CAAA,EAAG,CAAA,IAAK,CAAC,CAAC,CAAA;AAAA,cACV,MAAA,EAAO,GAAA;AAAA,cACP,WAAW,MAAA,CAAO,aAAA;AAAA,cAElB,QAAA,kBAAA,GAAA,CAAC,UAAA,EAAA,EAAW,EAAA,EAAG,YAAA,EAAa;AAAA;AAAA;AAC9B,SAAA,EACF,CAAA,EACF,CAAA;AAAA,4BACC,cAAA,EAAA,EAAe;AAAA,OAAA,EAClB;AAAA;AAAA,GACF;AAEJ,CAAC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckboxGroup/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAM9C,MAAM,WAAW,kBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC,EAClE,IAAI,CAAC,iBAAiB,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,EACxC,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckboxGroup/CheckboxGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAM/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,uBAAuB,CAAC;AAM9C,MAAM,WAAW,kBACf,SAAQ,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAAC,EAClE,IAAI,CAAC,iBAAiB,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,EACxC,kBAAkB;CAAG;AAEzB,wBAAwB;AACxB,eAAO,MAAM,aAAa,uGA2DxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.609",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.609",
|
|
62
62
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
63
63
|
"@react-aria/form": "^3.1.2",
|
|
64
64
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"@faker-js/faker": "^10.1.0",
|
|
104
104
|
"@internationalized/date": "^3.10.0",
|
|
105
105
|
"@mittwald/flow-core": "",
|
|
106
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
106
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.609",
|
|
107
107
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
108
108
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
109
109
|
"@mittwald/typescript-config": "",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"optional": true
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "d8187974c91b24bef291f1ea650e691c594e6529"
|
|
176
176
|
}
|