@xyo-network/react-property 2.63.1 → 2.64.0-rc.1
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/dist/components/Action.d.mts.map +1 -0
- package/dist/components/Action.d.ts +8 -0
- package/dist/components/Action.d.ts.map +1 -0
- package/dist/components/Actions.d.mts.map +1 -0
- package/dist/components/Actions.d.ts +4 -0
- package/dist/components/Actions.d.ts.map +1 -0
- package/dist/components/ActionsMenu.d.mts.map +1 -0
- package/dist/components/ActionsMenu.d.ts +4 -0
- package/dist/components/ActionsMenu.d.ts.map +1 -0
- package/dist/components/ActionsProps.d.mts.map +1 -0
- package/dist/components/ActionsProps.d.ts +7 -0
- package/dist/components/ActionsProps.d.ts.map +1 -0
- package/dist/components/Group.d.mts.map +1 -0
- package/dist/components/Group.d.ts +4 -0
- package/dist/components/Group.d.ts.map +1 -0
- package/dist/components/IdenticonCorner.d.mts.map +1 -0
- package/dist/components/IdenticonCorner.d.ts +7 -0
- package/dist/components/IdenticonCorner.d.ts.map +1 -0
- package/dist/components/Property.d.mts.map +1 -0
- package/dist/components/Property.d.ts +4 -0
- package/dist/components/Property.d.ts.map +1 -0
- package/dist/components/PropertyBox.stories.d.mts +19 -0
- package/dist/components/PropertyBox.stories.d.mts.map +1 -0
- package/dist/components/PropertyBox.stories.d.ts +19 -0
- package/dist/components/PropertyBox.stories.d.ts.map +1 -0
- package/dist/components/PropertyPaper.stories.d.mts +22 -0
- package/dist/components/PropertyPaper.stories.d.mts.map +1 -0
- package/dist/components/PropertyPaper.stories.d.ts +22 -0
- package/dist/components/PropertyPaper.stories.d.ts.map +1 -0
- package/dist/components/Props.d.mts.map +1 -0
- package/dist/components/Props.d.ts +35 -0
- package/dist/components/Props.d.ts.map +1 -0
- package/dist/components/Title.d.mts.map +1 -0
- package/dist/components/Title.d.ts +13 -0
- package/dist/components/Title.d.ts.map +1 -0
- package/dist/components/Title.stories.d.mts +7 -0
- package/dist/components/Title.stories.d.mts.map +1 -0
- package/dist/components/Title.stories.d.ts +7 -0
- package/dist/components/Title.stories.d.ts.map +1 -0
- package/dist/components/Value.d.mts +9 -0
- package/dist/components/Value.d.mts.map +1 -0
- package/dist/{types/components → components}/Value.d.ts +1 -1
- package/dist/components/Value.d.ts.map +1 -0
- package/dist/components/Value.stories.d.mts +7 -0
- package/dist/components/Value.stories.d.mts.map +1 -0
- package/dist/components/Value.stories.d.ts +7 -0
- package/dist/components/Value.stories.d.ts.map +1 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/{esm/components/index.js → components/index.d.ts} +1 -1
- package/dist/components/index.d.ts.map +1 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/{types/index.d.ts.map → index.d.ts.map} +1 -1
- package/dist/index.js +225 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +195 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +32 -23
- package/src/components/ActionsMenu.tsx +1 -1
- package/src/components/PropertyBox.stories.tsx +1 -1
- package/src/components/PropertyPaper.stories.tsx +1 -1
- package/src/components/Value.tsx +1 -1
- package/dist/cjs/components/Action.js +0 -3
- package/dist/cjs/components/Action.js.map +0 -1
- package/dist/cjs/components/Actions.js +0 -20
- package/dist/cjs/components/Actions.js.map +0 -1
- package/dist/cjs/components/ActionsMenu.js +0 -29
- package/dist/cjs/components/ActionsMenu.js.map +0 -1
- package/dist/cjs/components/ActionsProps.js +0 -3
- package/dist/cjs/components/ActionsProps.js.map +0 -1
- package/dist/cjs/components/Group.js +0 -26
- package/dist/cjs/components/Group.js.map +0 -1
- package/dist/cjs/components/IdenticonCorner.js +0 -23
- package/dist/cjs/components/IdenticonCorner.js.map +0 -1
- package/dist/cjs/components/Property.js +0 -37
- package/dist/cjs/components/Property.js.map +0 -1
- package/dist/cjs/components/Props.js +0 -3
- package/dist/cjs/components/Props.js.map +0 -1
- package/dist/cjs/components/Title.js +0 -36
- package/dist/cjs/components/Title.js.map +0 -1
- package/dist/cjs/components/Value.js +0 -13
- package/dist/cjs/components/Value.js.map +0 -1
- package/dist/cjs/components/index.js +0 -10
- package/dist/cjs/components/index.js.map +0 -1
- package/dist/cjs/index.js +0 -5
- package/dist/cjs/index.js.map +0 -1
- package/dist/docs.json +0 -48117
- package/dist/esm/components/Action.js +0 -2
- package/dist/esm/components/Action.js.map +0 -1
- package/dist/esm/components/Actions.js +0 -13
- package/dist/esm/components/Actions.js.map +0 -1
- package/dist/esm/components/ActionsMenu.js +0 -22
- package/dist/esm/components/ActionsMenu.js.map +0 -1
- package/dist/esm/components/ActionsProps.js +0 -2
- package/dist/esm/components/ActionsProps.js.map +0 -1
- package/dist/esm/components/Group.js +0 -19
- package/dist/esm/components/Group.js.map +0 -1
- package/dist/esm/components/IdenticonCorner.js +0 -16
- package/dist/esm/components/IdenticonCorner.js.map +0 -1
- package/dist/esm/components/Property.js +0 -31
- package/dist/esm/components/Property.js.map +0 -1
- package/dist/esm/components/Props.js +0 -2
- package/dist/esm/components/Props.js.map +0 -1
- package/dist/esm/components/Title.js +0 -30
- package/dist/esm/components/Title.js.map +0 -1
- package/dist/esm/components/Value.js +0 -8
- package/dist/esm/components/Value.js.map +0 -1
- package/dist/esm/components/index.js.map +0 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +0 -1
- package/dist/types/components/Action.d.ts.map +0 -1
- package/dist/types/components/Actions.d.ts.map +0 -1
- package/dist/types/components/ActionsMenu.d.ts.map +0 -1
- package/dist/types/components/ActionsProps.d.ts.map +0 -1
- package/dist/types/components/Group.d.ts.map +0 -1
- package/dist/types/components/IdenticonCorner.d.ts.map +0 -1
- package/dist/types/components/Property.d.ts.map +0 -1
- package/dist/types/components/Props.d.ts.map +0 -1
- package/dist/types/components/Title.d.ts.map +0 -1
- package/dist/types/components/Value.d.ts.map +0 -1
- package/dist/types/components/index.d.ts.map +0 -1
- /package/dist/{types/components/Action.d.ts → components/Action.d.mts} +0 -0
- /package/dist/{types/components/Actions.d.ts → components/Actions.d.mts} +0 -0
- /package/dist/{types/components/ActionsMenu.d.ts → components/ActionsMenu.d.mts} +0 -0
- /package/dist/{types/components/ActionsProps.d.ts → components/ActionsProps.d.mts} +0 -0
- /package/dist/{types/components/Group.d.ts → components/Group.d.mts} +0 -0
- /package/dist/{types/components/IdenticonCorner.d.ts → components/IdenticonCorner.d.mts} +0 -0
- /package/dist/{types/components/Property.d.ts → components/Property.d.mts} +0 -0
- /package/dist/{types/components/Props.d.ts → components/Props.d.mts} +0 -0
- /package/dist/{types/components/Title.d.ts → components/Title.d.mts} +0 -0
- /package/dist/{types/components/index.d.ts → components/index.d.mts} +0 -0
- /package/dist/{types/index.d.ts → index.d.mts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../src/components/Action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../src/components/Action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Actions.d.ts","sourceRoot":"","sources":["../../src/components/Actions.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAErD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmB1D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Actions.d.ts","sourceRoot":"","sources":["../../src/components/Actions.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAErD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmB1D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionsMenu.d.ts","sourceRoot":"","sources":["../../src/components/ActionsMenu.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAErD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAiC9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionsMenu.d.ts","sourceRoot":"","sources":["../../src/components/ActionsMenu.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAErD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAiC9D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionsProps.d.ts","sourceRoot":"","sources":["../../src/components/ActionsProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEpD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAEzC,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionsProps.d.ts","sourceRoot":"","sources":["../../src/components/ActionsProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEpD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAEzC,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Group.d.ts","sourceRoot":"","sources":["../../src/components/Group.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAkD,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAoC5F,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAEtD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Group.d.ts","sourceRoot":"","sources":["../../src/components/Group.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAkD,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAoC5F,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAEtD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdenticonCorner.d.ts","sourceRoot":"","sources":["../../src/components/IdenticonCorner.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAI7D,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAoB1D,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
3
|
+
export interface IdenticonCornerProps extends FlexBoxProps {
|
|
4
|
+
value?: string | number | boolean | null;
|
|
5
|
+
}
|
|
6
|
+
export declare const IdenticonCorner: React.FC<IdenticonCornerProps>;
|
|
7
|
+
//# sourceMappingURL=IdenticonCorner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdenticonCorner.d.ts","sourceRoot":"","sources":["../../src/components/IdenticonCorner.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAI7D,MAAM,WAAW,oBAAqB,SAAQ,YAAY;IACxD,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAoB1D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Property.d.ts","sourceRoot":"","sources":["../../src/components/Property.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAiB,MAAM,SAAS,CAAA;AA4D7E,eAAO,MAAM,QAAQ,iJAEnB,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PropertyBoxProps, PropertyPaperProps } from './Props';
|
|
3
|
+
export declare const Property: import("react").ForwardRefExoticComponent<(PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
//# sourceMappingURL=Property.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Property.d.ts","sourceRoot":"","sources":["../../src/components/Property.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAiB,MAAM,SAAS,CAAA;AA4D7E,eAAO,MAAM,QAAQ,iJAEnB,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const WithUndefinedData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const WithDataSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const WithDataCompare: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const WithDataAndBadgeSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const WithDataAndBadgeMedium: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
declare const WithDataAndBadgeLarge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
declare const WithTip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const WithTipAndBadge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const WithActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const LargeWithValue: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const LargeWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
declare const SmallWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export { Default, LargeWithValue, LargeWithValueAndActions, SmallWithValueAndActions, WithActions, WithData, WithDataAndBadgeLarge, WithDataAndBadgeMedium, WithDataAndBadgeSmall, WithDataCompare, WithDataSmall, WithTip, WithTipAndBadge, WithUndefinedData, };
|
|
18
|
+
export default StorybookEntry;
|
|
19
|
+
//# sourceMappingURL=PropertyBox.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropertyBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/PropertyBox.stories.tsx"],"names":[],"mappings":";AAUA,QAAA,MAAM,cAAc,6OASM,CAAA;AAiC1B,QAAA,MAAM,OAAO,yOAAoB,CAAA;AAQjC,QAAA,MAAM,iBAAiB,yOAAoB,CAAA;AAI3C,QAAA,MAAM,QAAQ,yOAAoB,CAAA;AAIlC,QAAA,MAAM,aAAa,yOAAoB,CAAA;AAIvC,QAAA,MAAM,eAAe,yOAA+B,CAAA;AAIpD,QAAA,MAAM,qBAAqB,yOAAoB,CAAA;AAU/C,QAAA,MAAM,sBAAsB,yOAAoB,CAAA;AAUhD,QAAA,MAAM,qBAAqB,yOAAoB,CAAA;AAU/C,QAAA,MAAM,OAAO,yOAAoB,CAAA;AAQjC,QAAA,MAAM,eAAe,yOAAoB,CAAA;AASzC,QAAA,MAAM,WAAW,yOAAoB,CAAA;AASrC,QAAA,MAAM,cAAc,yOAAoB,CAAA;AAUxC,QAAA,MAAM,wBAAwB,yOAAoB,CAAA;AAWlD,QAAA,MAAM,wBAAwB,yOAAoB,CAAA;AAWlD,OAAO,EACL,OAAO,EACP,cAAc,EACd,wBAAwB,EACxB,wBAAwB,EACxB,WAAW,EACX,QAAQ,EACR,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,eAAe,EACf,aAAa,EACb,OAAO,EACP,eAAe,EACf,iBAAiB,GAClB,CAAA;AAGD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const WithUndefinedData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const WithDataSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const WithDataCompare: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const WithDataAndBadgeSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const WithDataAndBadgeMedium: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
declare const WithDataAndBadgeLarge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
declare const WithTip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const WithTipAndBadge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const WithActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const LargeWithValue: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const LargeWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
declare const SmallWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<import("./Props").PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export { Default, LargeWithValue, LargeWithValueAndActions, SmallWithValueAndActions, WithActions, WithData, WithDataAndBadgeLarge, WithDataAndBadgeMedium, WithDataAndBadgeSmall, WithDataCompare, WithDataSmall, WithTip, WithTipAndBadge, WithUndefinedData, };
|
|
18
|
+
export default StorybookEntry;
|
|
19
|
+
//# sourceMappingURL=PropertyBox.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropertyBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/PropertyBox.stories.tsx"],"names":[],"mappings":";AAUA,QAAA,MAAM,cAAc,6OASM,CAAA;AAiC1B,QAAA,MAAM,OAAO,yOAAoB,CAAA;AAQjC,QAAA,MAAM,iBAAiB,yOAAoB,CAAA;AAI3C,QAAA,MAAM,QAAQ,yOAAoB,CAAA;AAIlC,QAAA,MAAM,aAAa,yOAAoB,CAAA;AAIvC,QAAA,MAAM,eAAe,yOAA+B,CAAA;AAIpD,QAAA,MAAM,qBAAqB,yOAAoB,CAAA;AAU/C,QAAA,MAAM,sBAAsB,yOAAoB,CAAA;AAUhD,QAAA,MAAM,qBAAqB,yOAAoB,CAAA;AAU/C,QAAA,MAAM,OAAO,yOAAoB,CAAA;AAQjC,QAAA,MAAM,eAAe,yOAAoB,CAAA;AASzC,QAAA,MAAM,WAAW,yOAAoB,CAAA;AASrC,QAAA,MAAM,cAAc,yOAAoB,CAAA;AAUxC,QAAA,MAAM,wBAAwB,yOAAoB,CAAA;AAWlD,QAAA,MAAM,wBAAwB,yOAAoB,CAAA;AAWlD,OAAO,EACL,OAAO,EACP,cAAc,EACd,wBAAwB,EACxB,wBAAwB,EACxB,WAAW,EACX,QAAQ,EACR,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,eAAe,EACf,aAAa,EACb,OAAO,EACP,eAAe,EACf,iBAAiB,GAClB,CAAA;AAGD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PropertyPaperProps } from './Props';
|
|
3
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const WithUndefinedData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const WithDataSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const WithDataCompare: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const WithDataCompareOutlined: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
declare const WithDataCompareElevation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
declare const WithDataAndBadgeSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const WithDataAndBadgeMedium: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const WithDataAndBadgeLarge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const WithTip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const WithTipAndBadge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
declare const WithActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
+
declare const LargeWithValue: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
18
|
+
declare const LargeWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
+
declare const SmallWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export { Default, LargeWithValue, LargeWithValueAndActions, SmallWithValueAndActions, WithActions, WithData, WithDataAndBadgeLarge, WithDataAndBadgeMedium, WithDataAndBadgeSmall, WithDataCompare, WithDataCompareElevation, WithDataCompareOutlined, WithDataSmall, WithTip, WithTipAndBadge, WithUndefinedData, };
|
|
21
|
+
export default StorybookEntry;
|
|
22
|
+
//# sourceMappingURL=PropertyPaper.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropertyPaper.stories.d.ts","sourceRoot":"","sources":["../../src/components/PropertyPaper.stories.tsx"],"names":[],"mappings":";AAQA,OAAO,EAAE,kBAAkB,EAAiB,MAAM,SAAS,CAAA;AAE3D,QAAA,MAAM,cAAc,2NASM,CAAA;AAiC1B,QAAA,MAAM,OAAO,uNAAoB,CAAA;AAQjC,QAAA,MAAM,iBAAiB,uNAAoB,CAAA;AAI3C,QAAA,MAAM,QAAQ,uNAAoB,CAAA;AAIlC,QAAA,MAAM,aAAa,uNAAoB,CAAA;AAIvC,QAAA,MAAM,eAAe,uNAA+B,CAAA;AAIpD,QAAA,MAAM,uBAAuB,uNAA+B,CAAA;AAS5D,QAAA,MAAM,wBAAwB,uNAA+B,CAAA;AAS7D,QAAA,MAAM,qBAAqB,uNAAoB,CAAA;AAU/C,QAAA,MAAM,sBAAsB,uNAAoB,CAAA;AAUhD,QAAA,MAAM,qBAAqB,uNAAoB,CAAA;AAU/C,QAAA,MAAM,OAAO,uNAAoB,CAAA;AAQjC,QAAA,MAAM,eAAe,uNAAoB,CAAA;AASzC,QAAA,MAAM,WAAW,uNAAoB,CAAA;AASrC,QAAA,MAAM,cAAc,uNAAoB,CAAA;AAUxC,QAAA,MAAM,wBAAwB,uNAAoB,CAAA;AAWlD,QAAA,MAAM,wBAAwB,uNAAoB,CAAA;AAWlD,OAAO,EACL,OAAO,EACP,cAAc,EACd,wBAAwB,EACxB,wBAAwB,EACxB,WAAW,EACX,QAAQ,EACR,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,eAAe,EACf,wBAAwB,EACxB,uBAAuB,EACvB,aAAa,EACb,OAAO,EACP,eAAe,EACf,iBAAiB,GAClB,CAAA;AAGD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PropertyPaperProps } from './Props';
|
|
3
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const WithUndefinedData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const WithDataSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const WithDataCompare: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const WithDataCompareOutlined: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
declare const WithDataCompareElevation: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
declare const WithDataAndBadgeSmall: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const WithDataAndBadgeMedium: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const WithDataAndBadgeLarge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const WithTip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const WithTipAndBadge: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
16
|
+
declare const WithActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
17
|
+
declare const LargeWithValue: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
18
|
+
declare const LargeWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
19
|
+
declare const SmallWithValueAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, (import("./Props").PropertyBoxProps | Omit<PropertyPaperProps, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export { Default, LargeWithValue, LargeWithValueAndActions, SmallWithValueAndActions, WithActions, WithData, WithDataAndBadgeLarge, WithDataAndBadgeMedium, WithDataAndBadgeSmall, WithDataCompare, WithDataCompareElevation, WithDataCompareOutlined, WithDataSmall, WithTip, WithTipAndBadge, WithUndefinedData, };
|
|
21
|
+
export default StorybookEntry;
|
|
22
|
+
//# sourceMappingURL=PropertyPaper.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PropertyPaper.stories.d.ts","sourceRoot":"","sources":["../../src/components/PropertyPaper.stories.tsx"],"names":[],"mappings":";AAQA,OAAO,EAAE,kBAAkB,EAAiB,MAAM,SAAS,CAAA;AAE3D,QAAA,MAAM,cAAc,2NASM,CAAA;AAiC1B,QAAA,MAAM,OAAO,uNAAoB,CAAA;AAQjC,QAAA,MAAM,iBAAiB,uNAAoB,CAAA;AAI3C,QAAA,MAAM,QAAQ,uNAAoB,CAAA;AAIlC,QAAA,MAAM,aAAa,uNAAoB,CAAA;AAIvC,QAAA,MAAM,eAAe,uNAA+B,CAAA;AAIpD,QAAA,MAAM,uBAAuB,uNAA+B,CAAA;AAS5D,QAAA,MAAM,wBAAwB,uNAA+B,CAAA;AAS7D,QAAA,MAAM,qBAAqB,uNAAoB,CAAA;AAU/C,QAAA,MAAM,sBAAsB,uNAAoB,CAAA;AAUhD,QAAA,MAAM,qBAAqB,uNAAoB,CAAA;AAU/C,QAAA,MAAM,OAAO,uNAAoB,CAAA;AAQjC,QAAA,MAAM,eAAe,uNAAoB,CAAA;AASzC,QAAA,MAAM,WAAW,uNAAoB,CAAA;AASrC,QAAA,MAAM,cAAc,uNAAoB,CAAA;AAUxC,QAAA,MAAM,wBAAwB,uNAAoB,CAAA;AAWlD,QAAA,MAAM,wBAAwB,uNAAoB,CAAA;AAWlD,OAAO,EACL,OAAO,EACP,cAAc,EACd,wBAAwB,EACxB,wBAAwB,EACxB,WAAW,EACX,QAAQ,EACR,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,eAAe,EACf,wBAAwB,EACxB,uBAAuB,EACvB,aAAa,EACb,OAAO,EACP,eAAe,EACf,iBAAiB,GAClB,CAAA;AAGD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Props.d.ts","sourceRoot":"","sources":["../../src/components/Props.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,GAAG,CAAC,EAAE,SAAS,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,kBAAkB,CAAA;CAChC;AAED,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG;IACvD,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GACnD,YAAY,GAAG;IACb,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;AAEH,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,GACrD,UAAU,GAAG;IACX,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AAEH,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,kBAAkB,CAAA;AAEjE,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,CAAA;AAEtD,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,GACxD,YAAY,GAAG;IACb,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;AAEH,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,GAC1D,UAAU,GAAG;IACX,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AAEH,MAAM,MAAM,kBAAkB,GAAG,qBAAqB,GAAG,uBAAuB,CAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { PaperProps } from '@mui/material';
|
|
2
|
+
import { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
3
|
+
import { SizeProp } from '@xyo-network/react-shared';
|
|
4
|
+
import { ReactNode } from 'react';
|
|
5
|
+
import { PropertyAction } from './Action';
|
|
6
|
+
import { PropertyTitleProps } from './Title';
|
|
7
|
+
export interface PropertyBaseProps {
|
|
8
|
+
paper?: boolean;
|
|
9
|
+
tip?: ReactNode;
|
|
10
|
+
title?: string;
|
|
11
|
+
titleProps?: PropertyTitleProps;
|
|
12
|
+
}
|
|
13
|
+
export type PropertyFieldBaseProps = PropertyBaseProps & {
|
|
14
|
+
actions?: PropertyAction[];
|
|
15
|
+
badge?: boolean;
|
|
16
|
+
required?: boolean;
|
|
17
|
+
size?: SizeProp;
|
|
18
|
+
value?: string | number | boolean | null;
|
|
19
|
+
};
|
|
20
|
+
export type PropertyBoxProps = PropertyFieldBaseProps & FlexBoxProps & {
|
|
21
|
+
paper?: false;
|
|
22
|
+
};
|
|
23
|
+
export type PropertyPaperProps = PropertyFieldBaseProps & PaperProps & {
|
|
24
|
+
paper: true;
|
|
25
|
+
};
|
|
26
|
+
export type PropertyProps = PropertyBoxProps | PropertyPaperProps;
|
|
27
|
+
export type PropertyGroupBaseProps = PropertyBaseProps;
|
|
28
|
+
export type PropertyGroupBoxProps = PropertyGroupBaseProps & FlexBoxProps & {
|
|
29
|
+
paper?: false;
|
|
30
|
+
};
|
|
31
|
+
export type PropertyGroupPaperProps = PropertyGroupBaseProps & PaperProps & {
|
|
32
|
+
paper: true;
|
|
33
|
+
};
|
|
34
|
+
export type PropertyGroupProps = PropertyGroupBoxProps | PropertyGroupPaperProps;
|
|
35
|
+
//# sourceMappingURL=Props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Props.d.ts","sourceRoot":"","sources":["../../src/components/Props.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,GAAG,CAAC,EAAE,SAAS,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,kBAAkB,CAAA;CAChC;AAED,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,GAAG;IACvD,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG,sBAAsB,GACnD,YAAY,GAAG;IACb,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;AAEH,MAAM,MAAM,kBAAkB,GAAG,sBAAsB,GACrD,UAAU,GAAG;IACX,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AAEH,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,kBAAkB,CAAA;AAEjE,MAAM,MAAM,sBAAsB,GAAG,iBAAiB,CAAA;AAEtD,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,GACxD,YAAY,GAAG;IACb,KAAK,CAAC,EAAE,KAAK,CAAA;CACd,CAAA;AAEH,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,GAC1D,UAAU,GAAG;IACX,KAAK,EAAE,IAAI,CAAA;CACZ,CAAA;AAEH,MAAM,MAAM,kBAAkB,GAAG,qBAAqB,GAAG,uBAAuB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../src/components/Title.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAE7D,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE7C,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,GAAG,CAAC,EAAE,SAAS,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAqDtD,CAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
2
|
+
import { SizeProp } from '@xyo-network/react-shared';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
export type TitleSizeProp = SizeProp | 'full';
|
|
5
|
+
export interface PropertyTitleProps extends FlexBoxProps {
|
|
6
|
+
elevation?: number;
|
|
7
|
+
more?: ReactNode;
|
|
8
|
+
size?: TitleSizeProp;
|
|
9
|
+
tip?: ReactNode;
|
|
10
|
+
title?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const PropertyTitle: React.FC<PropertyTitleProps>;
|
|
13
|
+
//# sourceMappingURL=Title.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../src/components/Title.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAE7D,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,MAAM,CAAA;AAE7C,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,GAAG,CAAC,EAAE,SAAS,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAqDtD,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
2
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
3
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
4
|
+
declare const WithDataAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
5
|
+
export { Default, WithData, WithDataAndActions };
|
|
6
|
+
export default StorybookEntry;
|
|
7
|
+
//# sourceMappingURL=Title.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title.stories.d.ts","sourceRoot":"","sources":["../../src/components/Title.stories.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,cAAc,yIASW,CAAA;AAI/B,QAAA,MAAM,OAAO,qIAAoB,CAAA;AAGjC,QAAA,MAAM,QAAQ,qIAAoB,CAAA;AAIlC,QAAA,MAAM,kBAAkB,qIAAoB,CAAA;AAI5C,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,CAAA;AAGhD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
2
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
3
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
4
|
+
declare const WithDataAndActions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Title").PropertyTitleProps>;
|
|
5
|
+
export { Default, WithData, WithDataAndActions };
|
|
6
|
+
export default StorybookEntry;
|
|
7
|
+
//# sourceMappingURL=Title.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Title.stories.d.ts","sourceRoot":"","sources":["../../src/components/Title.stories.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,cAAc,yIASW,CAAA;AAI/B,QAAA,MAAM,OAAO,qIAAoB,CAAA;AAGjC,QAAA,MAAM,QAAQ,qIAAoB,CAAA;AAIlC,QAAA,MAAM,kBAAkB,qIAAoB,CAAA;AAI5C,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,CAAA;AAGhD,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { Variant } from '@mui/material/styles/createTypography';
|
|
3
|
+
import { EllipsizeBoxProps } from '@xyo-network/react-shared';
|
|
4
|
+
export interface PropertyValueProps extends Omit<EllipsizeBoxProps, 'ref'> {
|
|
5
|
+
typographyVariant?: Variant;
|
|
6
|
+
value?: string | number | boolean | null;
|
|
7
|
+
}
|
|
8
|
+
export declare const PropertyValue: import("react").ForwardRefExoticComponent<PropertyValueProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
9
|
+
//# sourceMappingURL=Value.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Value.d.ts","sourceRoot":"","sources":["../../src/components/Value.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAA;AACpE,OAAO,EAAgB,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAG3E,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,KAAK,CAAC;IACxE,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC;AAED,eAAO,MAAM,aAAa,+GAMxB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Variant } from '@mui/material/styles/createTypography';
|
|
2
|
+
import type { Variant } from '@mui/material/styles/createTypography';
|
|
3
3
|
import { EllipsizeBoxProps } from '@xyo-network/react-shared';
|
|
4
4
|
export interface PropertyValueProps extends Omit<EllipsizeBoxProps, 'ref'> {
|
|
5
5
|
typographyVariant?: Variant;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Value.d.ts","sourceRoot":"","sources":["../../src/components/Value.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAA;AACpE,OAAO,EAAgB,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAG3E,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,KAAK,CAAC;IACxE,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;CACzC;AAED,eAAO,MAAM,aAAa,+GAMxB,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./Value").PropertyValueProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Value").PropertyValueProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Value").PropertyValueProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { Default, WithData };
|
|
6
|
+
export default StorybookEntry;
|
|
7
|
+
//# sourceMappingURL=Value.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Value.stories.d.ts","sourceRoot":"","sources":["../../src/components/Value.stories.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,cAAc,yLASW,CAAA;AAI/B,QAAA,MAAM,OAAO,qLAAoB,CAAA;AAGjC,QAAA,MAAM,QAAQ,qLAAoB,CAAA;AAIlC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAA;AAG5B,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./Value").PropertyValueProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Value").PropertyValueProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const WithData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./Value").PropertyValueProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { Default, WithData };
|
|
6
|
+
export default StorybookEntry;
|
|
7
|
+
//# sourceMappingURL=Value.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Value.stories.d.ts","sourceRoot":"","sources":["../../src/components/Value.stories.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,cAAc,yLASW,CAAA;AAI/B,QAAA,MAAM,OAAO,qLAAoB,CAAA;AAGjC,QAAA,MAAM,QAAQ,qLAAoB,CAAA;AAIlC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAA;AAG5B,eAAe,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|
package/dist/index.d.ts
ADDED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
|