@mittwald/flow-react-components 0.2.0-alpha.15 → 0.2.0-alpha.16

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.16](https://github.com/mittwald/flow/compare/0.2.0-alpha.15...0.2.0-alpha.16) (2025-01-21)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.15](https://github.com/mittwald/flow/compare/0.2.0-alpha.14...0.2.0-alpha.15) (2025-01-21)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -1,4 +1,3 @@
1
1
  import { default as React } from 'react';
2
- /** @flr-generate all */
3
2
  export declare const Action: React.FunctionComponent<import('./types').ActionProps & React.RefAttributes<HTMLDivElement>>;
4
3
  //# sourceMappingURL=Action.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../../../src/components/Action/Action.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,wBAAwB;AACxB,eAAO,MAAM,MAAM,8FAiDjB,CAAC"}
1
+ {"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../../../src/components/Action/Action.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuC1B,eAAO,MAAM,MAAM,8FAiDjB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import { Action } from './Action';
2
- export * from './view';
3
2
  export { Action } from './Action';
4
3
  export * from './types';
5
4
  export default Action;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Action/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Action/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,eAAe,MAAM,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.15",
3
+ "version": "0.2.0-alpha.16",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -376,7 +376,7 @@
376
376
  "@chakra-ui/live-region": "^2.1.0",
377
377
  "@internationalized/date": "^3.7.0",
378
378
  "@internationalized/string-compiler": "^3.2.6",
379
- "@mittwald/react-tunnel": "0.2.0-alpha.15",
379
+ "@mittwald/react-tunnel": "0.2.0-alpha.16",
380
380
  "@mittwald/react-use-promise": "^2.6.0",
381
381
  "@react-aria/form": "^3.0.12",
382
382
  "@react-aria/utils": "^3.27.0",
@@ -413,7 +413,7 @@
413
413
  },
414
414
  "devDependencies": {
415
415
  "@faker-js/faker": "^9.4.0",
416
- "@mittwald/flow-design-tokens": "0.2.0-alpha.15",
416
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.16",
417
417
  "@mittwald/react-use-promise": "^2.6.0",
418
418
  "@mittwald/typescript-config": "",
419
419
  "@nx/storybook": "^20.3.2",
@@ -492,5 +492,5 @@
492
492
  "optional": true
493
493
  }
494
494
  },
495
- "gitHead": "0c4fdca04ef998279ab7cfe8244b4a17b4fee500"
495
+ "gitHead": "4c1c9a2b28bb06d7883107ed2de5668cd3b53a6f"
496
496
  }
@@ -1,8 +0,0 @@
1
- import { Action } from './Action';
2
- import { ViewComponent } from '../../lib/viewComponentContext';
3
- declare global {
4
- interface FlowViewComponents {
5
- Action: ViewComponent<typeof Action>;
6
- }
7
- }
8
- //# sourceMappingURL=view.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../src/components/Action/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,MAAM,EAAE,aAAa,CAAC,OAAO,MAAM,CAAC,CAAC;KACtC;CACF"}
@@ -1,5 +0,0 @@
1
- import { FC } from 'react';
2
- import { ActionProps } from '../components/Action';
3
- declare const ActionView: FC<ActionProps>;
4
- export default ActionView;
5
- //# sourceMappingURL=ActionView.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ActionView.d.ts","sourceRoot":"","sources":["../../../../src/views/ActionView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAG/D,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,WAAW,CAG/B,CAAC;AAEF,eAAe,UAAU,CAAC"}