@mittwald/flow-react-components 0.2.0-alpha.58 → 0.2.0-alpha.59

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,12 @@
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.59](https://github.com/mittwald/flow/compare/0.2.0-alpha.58...0.2.0-alpha.59) (2025-02-25)
7
+
8
+ ### Features
9
+
10
+ * added LeafIcon ([#1219](https://github.com/mittwald/flow/issues/1219)) ([793c53e](https://github.com/mittwald/flow/commit/793c53eb2da57dcb096d654d22fe9943ea48f5e1))
11
+
6
12
  # [0.2.0-alpha.58](https://github.com/mittwald/flow/compare/0.2.0-alpha.57...0.2.0-alpha.58) (2025-02-25)
7
13
 
8
14
  ### Bug Fixes
@@ -195879,6 +195879,114 @@
195879
195879
  }
195880
195880
  }
195881
195881
  },
195882
+ {
195883
+ "tags": {
195884
+ "flr-generate": "all"
195885
+ },
195886
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
195887
+ "description": "",
195888
+ "displayName": "MenuTrigger",
195889
+ "methods": [],
195890
+ "props": {
195891
+ "children": {
195892
+ "defaultValue": null,
195893
+ "description": "",
195894
+ "name": "children",
195895
+ "parent": {
195896
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
195897
+ "name": "MenuTriggerProps"
195898
+ },
195899
+ "declarations": [
195900
+ {
195901
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
195902
+ "name": "MenuTriggerProps"
195903
+ }
195904
+ ],
195905
+ "required": true,
195906
+ "type": {
195907
+ "name": "ReactNode"
195908
+ }
195909
+ },
195910
+ "trigger": {
195911
+ "defaultValue": {
195912
+ "value": "'press'"
195913
+ },
195914
+ "description": "How the menu is triggered.",
195915
+ "name": "trigger",
195916
+ "parent": {
195917
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
195918
+ "name": "MenuTriggerProps"
195919
+ },
195920
+ "declarations": [
195921
+ {
195922
+ "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
195923
+ "name": "MenuTriggerProps"
195924
+ }
195925
+ ],
195926
+ "required": false,
195927
+ "type": {
195928
+ "name": "MenuTriggerType"
195929
+ }
195930
+ },
195931
+ "isOpen": {
195932
+ "defaultValue": null,
195933
+ "description": "Whether the overlay is open by default (controlled).",
195934
+ "name": "isOpen",
195935
+ "parent": {
195936
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
195937
+ "name": "OverlayTriggerProps"
195938
+ },
195939
+ "declarations": [
195940
+ {
195941
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
195942
+ "name": "OverlayTriggerProps"
195943
+ }
195944
+ ],
195945
+ "required": false,
195946
+ "type": {
195947
+ "name": "boolean"
195948
+ }
195949
+ },
195950
+ "defaultOpen": {
195951
+ "defaultValue": null,
195952
+ "description": "Whether the overlay is open by default (uncontrolled).",
195953
+ "name": "defaultOpen",
195954
+ "parent": {
195955
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
195956
+ "name": "OverlayTriggerProps"
195957
+ },
195958
+ "declarations": [
195959
+ {
195960
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
195961
+ "name": "OverlayTriggerProps"
195962
+ }
195963
+ ],
195964
+ "required": false,
195965
+ "type": {
195966
+ "name": "boolean"
195967
+ }
195968
+ },
195969
+ "onOpenChange": {
195970
+ "defaultValue": null,
195971
+ "description": "Handler that is called when the overlay's open state changes.",
195972
+ "name": "onOpenChange",
195973
+ "parent": {
195974
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
195975
+ "name": "OverlayTriggerProps"
195976
+ },
195977
+ "declarations": [
195978
+ {
195979
+ "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
195980
+ "name": "OverlayTriggerProps"
195981
+ }
195982
+ ],
195983
+ "required": false,
195984
+ "type": {
195985
+ "name": "((isOpen: boolean) => void)"
195986
+ }
195987
+ }
195988
+ }
195989
+ },
195882
195990
  {
195883
195991
  "tags": {
195884
195992
  "flr-generate": "all"
@@ -201282,114 +201390,6 @@
201282
201390
  }
201283
201391
  }
201284
201392
  },
201285
- {
201286
- "tags": {
201287
- "flr-generate": "all"
201288
- },
201289
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/MenuTrigger/MenuTrigger.tsx",
201290
- "description": "",
201291
- "displayName": "MenuTrigger",
201292
- "methods": [],
201293
- "props": {
201294
- "children": {
201295
- "defaultValue": null,
201296
- "description": "",
201297
- "name": "children",
201298
- "parent": {
201299
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
201300
- "name": "MenuTriggerProps"
201301
- },
201302
- "declarations": [
201303
- {
201304
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.6.0_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
201305
- "name": "MenuTriggerProps"
201306
- }
201307
- ],
201308
- "required": true,
201309
- "type": {
201310
- "name": "ReactNode"
201311
- }
201312
- },
201313
- "trigger": {
201314
- "defaultValue": {
201315
- "value": "'press'"
201316
- },
201317
- "description": "How the menu is triggered.",
201318
- "name": "trigger",
201319
- "parent": {
201320
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
201321
- "name": "MenuTriggerProps"
201322
- },
201323
- "declarations": [
201324
- {
201325
- "fileName": "flow/node_modules/.pnpm/@react-types+menu@3.9.14_react@19.0.0/node_modules/@react-types/menu/src/index.d.ts",
201326
- "name": "MenuTriggerProps"
201327
- }
201328
- ],
201329
- "required": false,
201330
- "type": {
201331
- "name": "MenuTriggerType"
201332
- }
201333
- },
201334
- "isOpen": {
201335
- "defaultValue": null,
201336
- "description": "Whether the overlay is open by default (controlled).",
201337
- "name": "isOpen",
201338
- "parent": {
201339
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201340
- "name": "OverlayTriggerProps"
201341
- },
201342
- "declarations": [
201343
- {
201344
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201345
- "name": "OverlayTriggerProps"
201346
- }
201347
- ],
201348
- "required": false,
201349
- "type": {
201350
- "name": "boolean"
201351
- }
201352
- },
201353
- "defaultOpen": {
201354
- "defaultValue": null,
201355
- "description": "Whether the overlay is open by default (uncontrolled).",
201356
- "name": "defaultOpen",
201357
- "parent": {
201358
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201359
- "name": "OverlayTriggerProps"
201360
- },
201361
- "declarations": [
201362
- {
201363
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201364
- "name": "OverlayTriggerProps"
201365
- }
201366
- ],
201367
- "required": false,
201368
- "type": {
201369
- "name": "boolean"
201370
- }
201371
- },
201372
- "onOpenChange": {
201373
- "defaultValue": null,
201374
- "description": "Handler that is called when the overlay's open state changes.",
201375
- "name": "onOpenChange",
201376
- "parent": {
201377
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201378
- "name": "OverlayTriggerProps"
201379
- },
201380
- "declarations": [
201381
- {
201382
- "fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.8.12_react@19.0.0/node_modules/@react-types/overlays/src/index.d.ts",
201383
- "name": "OverlayTriggerProps"
201384
- }
201385
- ],
201386
- "required": false,
201387
- "type": {
201388
- "name": "((isOpen: boolean) => void)"
201389
- }
201390
- }
201391
- }
201392
- },
201393
201393
  {
201394
201394
  "tags": {},
201395
201395
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
@@ -0,0 +1,20 @@
1
+ "use client"
2
+ /* */
3
+ import { jsx } from 'react/jsx-runtime';
4
+ import 'react';
5
+ import { IconLeaf as IconLeaf$1 } from '@tabler/icons-react';
6
+ import 'clsx';
7
+ import '../../../../lib/propsContext/propsContext.mjs';
8
+ import '@react-aria/utils';
9
+ import 'remeda';
10
+ import 'dot-prop';
11
+ import '@mittwald/react-tunnel';
12
+ import '../../../../lib/slotContext/slotContext.mjs';
13
+ import IconView from '../../../../views/IconView.mjs';
14
+
15
+ const IconLeaf = (props) => {
16
+ return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconLeaf$1, {}) });
17
+ };
18
+
19
+ export { IconLeaf, IconLeaf as default };
20
+ //# sourceMappingURL=IconLeaf.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconLeaf.mjs","sources":["../../../../../../src/components/Icon/components/icons/IconLeaf.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconLeaf as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconLeaf: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconLeaf;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;AAMa,MAAA,QAAA,GAA8D,CACzE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,cAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
@@ -51,6 +51,7 @@ export { IconImage } from './components/Icon/components/icons/IconImage.mjs';
51
51
  export { IconInfo } from './components/Icon/components/icons/IconInfo.mjs';
52
52
  export { IconInbox } from './components/Icon/components/icons/IconInbox.mjs';
53
53
  export { IconInvoice } from './components/Icon/components/icons/IconInvoice.mjs';
54
+ export { IconLeaf } from './components/Icon/components/icons/IconLeaf.mjs';
54
55
  export { IconLink } from './components/Icon/components/icons/IconLink.mjs';
55
56
  export { IconLock } from './components/Icon/components/icons/IconLock.mjs';
56
57
  export { IconLockOpen } from './components/Icon/components/icons/IconLockOpen.mjs';
@@ -1 +1 @@
1
- {"version":3,"file":"flr-universal.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"flr-universal.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/js/index.mjs CHANGED
@@ -92,6 +92,7 @@ export { IconImage } from './components/Icon/components/icons/IconImage.mjs';
92
92
  export { IconInfo } from './components/Icon/components/icons/IconInfo.mjs';
93
93
  export { IconInbox } from './components/Icon/components/icons/IconInbox.mjs';
94
94
  export { IconInvoice } from './components/Icon/components/icons/IconInvoice.mjs';
95
+ export { IconLeaf } from './components/Icon/components/icons/IconLeaf.mjs';
95
96
  export { IconLink } from './components/Icon/components/icons/IconLink.mjs';
96
97
  export { IconLock } from './components/Icon/components/icons/IconLock.mjs';
97
98
  export { IconLockOpen } from './components/Icon/components/icons/IconLockOpen.mjs';
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,5 @@
1
+ import { ComponentProps, FC } from 'react';
2
+ import { Icon } from '../..';
3
+ export declare const IconLeaf: FC<Omit<ComponentProps<typeof Icon>, "children">>;
4
+ export default IconLeaf;
5
+ //# sourceMappingURL=IconLeaf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconLeaf.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/components/icons/IconLeaf.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAE5D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAG9C,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,UAAU,CAAC,CAQtE,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -49,6 +49,7 @@ export { IconImage } from './IconImage';
49
49
  export { IconInfo } from './IconInfo';
50
50
  export { IconInbox } from './IconInbox';
51
51
  export { IconInvoice } from './IconInvoice';
52
+ export { IconLeaf } from './IconLeaf';
52
53
  export { IconLink } from './IconLink';
53
54
  export { IconLock } from './IconLock';
54
55
  export { IconLockOpen } from './IconLockOpen';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/components/icons/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/components/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,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.58",
3
+ "version": "0.2.0-alpha.59",
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.58",
55
+ "@mittwald/react-tunnel": "0.2.0-alpha.59",
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",
@@ -91,7 +91,7 @@
91
91
  "@faker-js/faker": "^9.5.0",
92
92
  "@internationalized/date": "^3.7.0",
93
93
  "@mfalkenberg/remote-dom-react": "^1.2.3",
94
- "@mittwald/flow-design-tokens": "0.2.0-alpha.58",
94
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.59",
95
95
  "@mittwald/react-use-promise": "^2.6.0",
96
96
  "@mittwald/typescript-config": "",
97
97
  "@nx/storybook": "^20.4.5",
@@ -168,5 +168,5 @@
168
168
  "optional": true
169
169
  }
170
170
  },
171
- "gitHead": "e5d0ead4efabae866db801275dcdf38ddcc81d9a"
171
+ "gitHead": "c6f37f3c75c2d55a2fb5125b5493f0a11deeafa2"
172
172
  }