@mittwald/flow-react-components 0.2.0-alpha.32 → 0.2.0-alpha.33
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 +7 -0
- package/dist/assets/doc-properties.json +8913 -8909
- package/dist/css/all.css +1 -1
- package/dist/js/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.mjs +10 -10
- package/dist/js/components/List/components/Items/Items.mjs +15 -14
- package/dist/js/components/List/components/Items/Items.mjs.map +1 -1
- package/dist/js/components/List/components/Items/components/FallbackItems/FallbackItems.mjs +2 -2
- package/dist/js/components/List/components/Items/components/FallbackItems/FallbackItems.mjs.map +1 -1
- package/dist/js/components/List/components/Items/components/Item/Item.mjs +5 -5
- package/dist/js/components/List/components/Items/components/Item/Item.mjs.map +1 -1
- package/dist/js/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.mjs +12 -12
- package/dist/js/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.mjs.map +1 -1
- package/dist/js/components/List/components/Items/components/Item/hooks/useGridItemProps.mjs +11 -11
- package/dist/js/components/List/components/ListItemView/ListItemView.mjs +6 -6
- package/dist/js/components/List/components/Table/Table.mjs +10 -10
- package/dist/js/components/List/typedList.mjs +10 -7
- package/dist/js/components/List/typedList.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -1
- package/dist/js/index.mjs +7 -5
- package/dist/js/index.mjs.map +1 -1
- package/dist/js/views/FallbackItemsView.mjs +35 -0
- package/dist/js/views/FallbackItemsView.mjs.map +1 -0
- package/dist/js/views/ItemsGridListItemView.mjs +11 -11
- package/dist/js/views/ItemsGridListView.mjs +11 -11
- package/dist/js/views/ListEmptyViewView.mjs +11 -11
- package/dist/js/views/ListItemViewContentView.mjs +10 -10
- package/dist/js/views/SkeletonViewView.mjs +34 -0
- package/dist/js/views/SkeletonViewView.mjs.map +1 -0
- package/dist/types/components/List/components/Items/Items.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts +3 -1
- package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/components/FallbackItems/index.d.ts +3 -0
- package/dist/types/components/List/components/Items/components/FallbackItems/index.d.ts.map +1 -0
- package/dist/types/components/List/components/Items/components/FallbackItems/view.d.ts +8 -0
- package/dist/types/components/List/components/Items/components/FallbackItems/view.d.ts.map +1 -0
- package/dist/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts +3 -1
- package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts.map +1 -1
- package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/index.d.ts +3 -0
- package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/index.d.ts.map +1 -0
- package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/view.d.ts +8 -0
- package/dist/types/components/List/components/Items/components/Item/components/SkeletonView/view.d.ts.map +1 -0
- package/dist/types/components/List/index.d.ts +7 -5
- package/dist/types/components/List/index.d.ts.map +1 -1
- package/dist/types/views/FallbackItemsView.d.ts +5 -0
- package/dist/types/views/FallbackItemsView.d.ts.map +1 -0
- package/dist/types/views/SkeletonViewView.d.ts +5 -0
- package/dist/types/views/SkeletonViewView.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import { useContext } from 'react';
|
|
5
|
-
import '
|
|
6
|
-
import '../lib/slotContext/slotContext.mjs';
|
|
7
|
-
import '@react-aria/utils';
|
|
5
|
+
import 'clsx';
|
|
8
6
|
import '../lib/propsContext/propsContext.mjs';
|
|
7
|
+
import '@react-aria/utils';
|
|
9
8
|
import 'remeda';
|
|
10
9
|
import 'dot-prop';
|
|
11
|
-
import
|
|
12
|
-
import 'react-
|
|
13
|
-
import '@
|
|
14
|
-
import '
|
|
10
|
+
import 'object-code';
|
|
11
|
+
import 'react-children-utilities';
|
|
12
|
+
import '@mittwald/react-tunnel';
|
|
13
|
+
import '../lib/slotContext/slotContext.mjs';
|
|
15
14
|
import 'react-aria-components';
|
|
16
15
|
import 'invariant';
|
|
16
|
+
import '@tabler/icons-react';
|
|
17
|
+
import { viewComponentContext } from '../lib/viewComponentContext/viewComponentContext.mjs';
|
|
18
|
+
import 'react-aria';
|
|
17
19
|
import '@chakra-ui/live-region';
|
|
20
|
+
import '../components/List/listContext.mjs';
|
|
21
|
+
import { EmptyView } from '../components/List/views/EmptyView/EmptyView.mjs';
|
|
18
22
|
import 'mobx';
|
|
19
23
|
import '../lib/controller/overlay/context.mjs';
|
|
20
24
|
import '../components/Action/context.mjs';
|
|
21
25
|
import '../components/Action/models/ActionStateContext.mjs';
|
|
22
|
-
import { EmptyView } from '../components/List/views/EmptyView/EmptyView.mjs';
|
|
23
|
-
import '../components/List/listContext.mjs';
|
|
24
26
|
import '../components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs';
|
|
25
27
|
import '../components/List/model/List.mjs';
|
|
26
|
-
import 'object-code';
|
|
27
|
-
import 'react-children-utilities';
|
|
28
28
|
|
|
29
29
|
const ListEmptyViewView = (props) => {
|
|
30
30
|
const View = useContext(viewComponentContext)["ListEmptyView"] ?? EmptyView;
|
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import { useContext } from 'react';
|
|
5
|
-
import '
|
|
6
|
-
import '../lib/slotContext/slotContext.mjs';
|
|
7
|
-
import '@react-aria/utils';
|
|
5
|
+
import 'clsx';
|
|
8
6
|
import '../lib/propsContext/propsContext.mjs';
|
|
7
|
+
import '@react-aria/utils';
|
|
9
8
|
import 'remeda';
|
|
10
9
|
import 'dot-prop';
|
|
11
|
-
import
|
|
12
|
-
import 'react-
|
|
13
|
-
import '@
|
|
14
|
-
import '
|
|
10
|
+
import 'object-code';
|
|
11
|
+
import 'react-children-utilities';
|
|
12
|
+
import '@mittwald/react-tunnel';
|
|
13
|
+
import '../lib/slotContext/slotContext.mjs';
|
|
15
14
|
import 'react-aria-components';
|
|
16
15
|
import 'invariant';
|
|
16
|
+
import '@tabler/icons-react';
|
|
17
|
+
import { viewComponentContext } from '../lib/viewComponentContext/viewComponentContext.mjs';
|
|
18
|
+
import 'react-aria';
|
|
17
19
|
import '@chakra-ui/live-region';
|
|
20
|
+
import '../components/List/listContext.mjs';
|
|
18
21
|
import 'mobx';
|
|
19
22
|
import '../lib/controller/overlay/context.mjs';
|
|
20
23
|
import '../components/Action/context.mjs';
|
|
21
24
|
import '../components/Action/models/ActionStateContext.mjs';
|
|
22
25
|
import { ListItemViewContent } from '../components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs';
|
|
23
|
-
import '../components/List/listContext.mjs';
|
|
24
26
|
import '../components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs';
|
|
25
27
|
import '../components/List/model/List.mjs';
|
|
26
|
-
import 'object-code';
|
|
27
|
-
import 'react-children-utilities';
|
|
28
28
|
|
|
29
29
|
const ListItemViewContentView = (props) => {
|
|
30
30
|
const View = useContext(viewComponentContext)["ListItemViewContent"] ?? ListItemViewContent;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import { useContext } from 'react';
|
|
5
|
+
import { SkeletonView } from '../components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.mjs';
|
|
6
|
+
import '../lib/propsContext/propsContext.mjs';
|
|
7
|
+
import '@react-aria/utils';
|
|
8
|
+
import 'remeda';
|
|
9
|
+
import 'dot-prop';
|
|
10
|
+
import '@tabler/icons-react';
|
|
11
|
+
import 'clsx';
|
|
12
|
+
import '@mittwald/react-tunnel';
|
|
13
|
+
import '../lib/slotContext/slotContext.mjs';
|
|
14
|
+
import { viewComponentContext } from '../lib/viewComponentContext/viewComponentContext.mjs';
|
|
15
|
+
import 'react-aria';
|
|
16
|
+
import 'react-aria-components';
|
|
17
|
+
import 'invariant';
|
|
18
|
+
import '@chakra-ui/live-region';
|
|
19
|
+
import '../components/List/listContext.mjs';
|
|
20
|
+
import 'mobx';
|
|
21
|
+
import '../lib/controller/overlay/context.mjs';
|
|
22
|
+
import '../components/Action/context.mjs';
|
|
23
|
+
import '../components/Action/models/ActionStateContext.mjs';
|
|
24
|
+
import '../components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs';
|
|
25
|
+
import '../components/List/model/List.mjs';
|
|
26
|
+
import 'react-children-utilities';
|
|
27
|
+
|
|
28
|
+
const SkeletonViewView = (props) => {
|
|
29
|
+
const View = useContext(viewComponentContext)["SkeletonView"] ?? SkeletonView;
|
|
30
|
+
return /* @__PURE__ */ jsx(View, { ...props });
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { SkeletonViewView as default };
|
|
34
|
+
//# sourceMappingURL=SkeletonViewView.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonViewView.mjs","sources":["../../../src/views/SkeletonViewView.tsx"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nimport React, { type FC, useContext } from \"react\";\nimport { SkeletonView, type SkeletonViewProps } from \"@/components/List\";\nimport { viewComponentContext } from \"@/lib/viewComponentContext/viewComponentContext\";\n\nconst SkeletonViewView: FC<SkeletonViewProps> = (props) => {\n const View = useContext(viewComponentContext)[\"SkeletonView\"] ?? SkeletonView;\n return <View {...props} />;\n};\n\nexport default SkeletonViewView;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAMM,MAAA,gBAAA,GAA0C,CAAC,KAAU,KAAA;AACzD,EAAA,MAAM,IAAO,GAAA,UAAA,CAAW,oBAAoB,CAAA,CAAE,cAAc,CAAK,IAAA,YAAA;AACjE,EAAO,uBAAA,GAAA,CAAC,IAAM,EAAA,EAAA,GAAG,KAAO,EAAA,CAAA;AAC1B;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../src/components/List/components/Items/Items.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../../../../../../src/components/List/components/Items/Items.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,eAAO,MAAM,KAAK,EAAE,EAkCnB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/dist/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FallbackItems.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FallbackItems.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/FallbackItems/FallbackItems.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC;AAEvC,wBAAwB;AACxB,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAShD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/FallbackItems/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FallbackItems } from './FallbackItems';
|
|
2
|
+
import { ViewComponent } from '../../../../../../lib/viewComponentContext';
|
|
3
|
+
declare global {
|
|
4
|
+
interface FlowViewComponents {
|
|
5
|
+
FallbackItems: ViewComponent<typeof FallbackItems>;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/FallbackItems/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,aAAa,EAAE,aAAa,CAAC,OAAO,aAAa,CAAC,CAAC;KACpD;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/Item/Item.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/List/components/Items/components/Item/Item.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAGjD,UAAU,KAAM,SAAQ,iBAAiB;IACvC,EAAE,EAAE,GAAG,CAAC;IACR,IAAI,EAAE,KAAK,CAAC;CACb;AAED,eAAO,MAAM,IAAI,UAAW,KAAK,mDA4BhC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,KAAK,CAWnC,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SkeletonView.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SkeletonView.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC;AAEtC,wBAAwB;AACxB,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAoB9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/List/components/Items/components/Item/components/SkeletonView/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SkeletonView } from './SkeletonView';
|
|
2
|
+
import { ViewComponent } from '../../../../../../../../lib/viewComponentContext';
|
|
3
|
+
declare global {
|
|
4
|
+
interface FlowViewComponents {
|
|
5
|
+
SkeletonView: ViewComponent<typeof SkeletonView>;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/components/List/components/Items/components/Item/components/SkeletonView/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,YAAY,EAAE,aAAa,CAAC,OAAO,YAAY,CAAC,CAAC;KAClD;CACF"}
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
export type { DataLoaderOptions, AsyncDataLoader, AsyncResourceFactory, DataLoaderResult, } from './model/loading/types';
|
|
2
1
|
export type { RenderItemFn } from './model/item/types';
|
|
3
|
-
export
|
|
4
|
-
export * from './components/
|
|
2
|
+
export type { AsyncDataLoader, AsyncResourceFactory, DataLoaderOptions, DataLoaderResult, } from './model/loading/types';
|
|
3
|
+
export * from './components/Items/components/FallbackItems';
|
|
4
|
+
export * from './components/Items/components/Item/components/SkeletonView';
|
|
5
5
|
export * from './components/Items/views/GridList';
|
|
6
6
|
export * from './components/Items/views/GridListItem';
|
|
7
|
+
export * from './components/ListItemView';
|
|
8
|
+
export * from './components/ListSummary';
|
|
7
9
|
export * from './views/EmptyView';
|
|
10
|
+
export * from './hooks/useList';
|
|
8
11
|
export * from './List';
|
|
9
12
|
export * from './typedList';
|
|
10
|
-
export * from './hooks/useList';
|
|
11
13
|
export * from './setupComponents/ListFilter';
|
|
12
|
-
export * from './setupComponents/ListSorting';
|
|
13
14
|
export * from './setupComponents/ListItem';
|
|
14
15
|
export * from './setupComponents/ListLoaderAsync';
|
|
16
|
+
export * from './setupComponents/ListSorting';
|
|
15
17
|
export * from './setupComponents/ListStaticData';
|
|
16
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/List/index.ts"],"names":[],"mappings":"AAAA,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/List/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AACvE,YAAY,EACV,eAAe,EACf,oBAAoB,EACpB,iBAAiB,EACjB,gBAAgB,GACjB,MAAM,uCAAuC,CAAC;AAE/C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4DAA4D,CAAC;AAC3E,cAAc,mCAAmC,CAAC;AAClD,cAAc,uCAAuC,CAAC;AACtD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AAEzC,cAAc,mBAAmB,CAAC;AAElC,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAE5B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FallbackItemsView.d.ts","sourceRoot":"","sources":["../../../src/views/FallbackItemsView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAiB,KAAK,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAG3E,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,kBAAkB,CAI7C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonViewView.d.ts","sourceRoot":"","sources":["../../../src/views/SkeletonViewView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAGzE,QAAA,MAAM,gBAAgB,EAAE,EAAE,CAAC,iBAAiB,CAG3C,CAAC;AAEF,eAAe,gBAAgB,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.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@chakra-ui/live-region": "^2.1.0",
|
|
54
54
|
"@internationalized/string-compiler": "^3.2.6",
|
|
55
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
55
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.33",
|
|
56
56
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
57
57
|
"@react-aria/form": "^3.0.12",
|
|
58
58
|
"@react-aria/utils": "^3.27.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@faker-js/faker": "^9.4.0",
|
|
92
92
|
"@internationalized/date": "^3.7.0",
|
|
93
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
93
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.33",
|
|
94
94
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
95
95
|
"@mittwald/typescript-config": "",
|
|
96
96
|
"@nx/storybook": "^20.4.2",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"optional": true
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "5259e44a7f9c29b5237dc87441eb8a7e16a4cbe3"
|
|
172
172
|
}
|