@duffel/components 3.5.0--canary-5 → 3.5.0--canary-7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "3.5.0--canary-5",
3
+ "version": "3.5.0--canary-7",
4
4
  "description": "Component library to build your travel product with Duffel.",
5
5
  "keywords": [
6
6
  "Duffel",
@@ -108,7 +108,7 @@
108
108
  "tsconfig-paths-webpack-plugin": "4.0.1",
109
109
  "typescript": "5.2.2"
110
110
  },
111
- "packageManager": "yarn@4.0.1",
111
+ "packageManager": "yarn@4.0.2",
112
112
  "engines": {
113
113
  "node": ">=18.*"
114
114
  }
@@ -0,0 +1,6 @@
1
+ import type { StoryObj } from "@storybook/react";
2
+ import { DuffelNGSView } from "../components/DuffelNGSView/DuffelNGSView";
3
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
4
+ export default _default;
5
+ type DuffelNGSViewStory = StoryObj<typeof DuffelNGSView>;
6
+ export declare const Default: DuffelNGSViewStory;
@@ -0,0 +1,3 @@
1
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
2
+ export default _default;
3
+ export declare const FullList: React.FC;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
3
+ export default _default;
4
+ export declare const FullList: React.FC;