@xyo-network/react-property 2.63.1 → 2.64.0-rc.2

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.
Files changed (132) hide show
  1. package/dist/components/Action.d.mts.map +1 -0
  2. package/dist/components/Action.d.ts +8 -0
  3. package/dist/components/Action.d.ts.map +1 -0
  4. package/dist/components/Actions.d.mts.map +1 -0
  5. package/dist/components/Actions.d.ts +4 -0
  6. package/dist/components/Actions.d.ts.map +1 -0
  7. package/dist/components/ActionsMenu.d.mts.map +1 -0
  8. package/dist/components/ActionsMenu.d.ts +4 -0
  9. package/dist/components/ActionsMenu.d.ts.map +1 -0
  10. package/dist/components/ActionsProps.d.mts.map +1 -0
  11. package/dist/components/ActionsProps.d.ts +7 -0
  12. package/dist/components/ActionsProps.d.ts.map +1 -0
  13. package/dist/components/Group.d.mts.map +1 -0
  14. package/dist/components/Group.d.ts +4 -0
  15. package/dist/components/Group.d.ts.map +1 -0
  16. package/dist/components/IdenticonCorner.d.mts.map +1 -0
  17. package/dist/components/IdenticonCorner.d.ts +7 -0
  18. package/dist/components/IdenticonCorner.d.ts.map +1 -0
  19. package/dist/components/Property.d.mts.map +1 -0
  20. package/dist/components/Property.d.ts +4 -0
  21. package/dist/components/Property.d.ts.map +1 -0
  22. package/dist/components/PropertyBox.stories.d.mts +19 -0
  23. package/dist/components/PropertyBox.stories.d.mts.map +1 -0
  24. package/dist/components/PropertyBox.stories.d.ts +19 -0
  25. package/dist/components/PropertyBox.stories.d.ts.map +1 -0
  26. package/dist/components/PropertyPaper.stories.d.mts +22 -0
  27. package/dist/components/PropertyPaper.stories.d.mts.map +1 -0
  28. package/dist/components/PropertyPaper.stories.d.ts +22 -0
  29. package/dist/components/PropertyPaper.stories.d.ts.map +1 -0
  30. package/dist/components/Props.d.mts.map +1 -0
  31. package/dist/components/Props.d.ts +35 -0
  32. package/dist/components/Props.d.ts.map +1 -0
  33. package/dist/components/Title.d.mts.map +1 -0
  34. package/dist/components/Title.d.ts +13 -0
  35. package/dist/components/Title.d.ts.map +1 -0
  36. package/dist/components/Title.stories.d.mts +7 -0
  37. package/dist/components/Title.stories.d.mts.map +1 -0
  38. package/dist/components/Title.stories.d.ts +7 -0
  39. package/dist/components/Title.stories.d.ts.map +1 -0
  40. package/dist/components/Value.d.mts +9 -0
  41. package/dist/components/Value.d.mts.map +1 -0
  42. package/dist/{types/components → components}/Value.d.ts +1 -1
  43. package/dist/components/Value.d.ts.map +1 -0
  44. package/dist/components/Value.stories.d.mts +7 -0
  45. package/dist/components/Value.stories.d.mts.map +1 -0
  46. package/dist/components/Value.stories.d.ts +7 -0
  47. package/dist/components/Value.stories.d.ts.map +1 -0
  48. package/dist/components/index.d.mts.map +1 -0
  49. package/dist/{esm/components/index.js → components/index.d.ts} +1 -1
  50. package/dist/components/index.d.ts.map +1 -0
  51. package/dist/index.d.mts.map +1 -0
  52. package/dist/index.d.ts +2 -0
  53. package/dist/{types/index.d.ts.map → index.d.ts.map} +1 -1
  54. package/dist/index.js +225 -0
  55. package/dist/index.js.map +1 -0
  56. package/dist/index.mjs +195 -0
  57. package/dist/index.mjs.map +1 -0
  58. package/package.json +32 -23
  59. package/src/components/ActionsMenu.tsx +1 -1
  60. package/src/components/PropertyBox.stories.tsx +1 -1
  61. package/src/components/PropertyPaper.stories.tsx +1 -1
  62. package/src/components/Value.tsx +1 -1
  63. package/dist/cjs/components/Action.js +0 -3
  64. package/dist/cjs/components/Action.js.map +0 -1
  65. package/dist/cjs/components/Actions.js +0 -20
  66. package/dist/cjs/components/Actions.js.map +0 -1
  67. package/dist/cjs/components/ActionsMenu.js +0 -29
  68. package/dist/cjs/components/ActionsMenu.js.map +0 -1
  69. package/dist/cjs/components/ActionsProps.js +0 -3
  70. package/dist/cjs/components/ActionsProps.js.map +0 -1
  71. package/dist/cjs/components/Group.js +0 -26
  72. package/dist/cjs/components/Group.js.map +0 -1
  73. package/dist/cjs/components/IdenticonCorner.js +0 -23
  74. package/dist/cjs/components/IdenticonCorner.js.map +0 -1
  75. package/dist/cjs/components/Property.js +0 -37
  76. package/dist/cjs/components/Property.js.map +0 -1
  77. package/dist/cjs/components/Props.js +0 -3
  78. package/dist/cjs/components/Props.js.map +0 -1
  79. package/dist/cjs/components/Title.js +0 -36
  80. package/dist/cjs/components/Title.js.map +0 -1
  81. package/dist/cjs/components/Value.js +0 -13
  82. package/dist/cjs/components/Value.js.map +0 -1
  83. package/dist/cjs/components/index.js +0 -10
  84. package/dist/cjs/components/index.js.map +0 -1
  85. package/dist/cjs/index.js +0 -5
  86. package/dist/cjs/index.js.map +0 -1
  87. package/dist/docs.json +0 -48117
  88. package/dist/esm/components/Action.js +0 -2
  89. package/dist/esm/components/Action.js.map +0 -1
  90. package/dist/esm/components/Actions.js +0 -13
  91. package/dist/esm/components/Actions.js.map +0 -1
  92. package/dist/esm/components/ActionsMenu.js +0 -22
  93. package/dist/esm/components/ActionsMenu.js.map +0 -1
  94. package/dist/esm/components/ActionsProps.js +0 -2
  95. package/dist/esm/components/ActionsProps.js.map +0 -1
  96. package/dist/esm/components/Group.js +0 -19
  97. package/dist/esm/components/Group.js.map +0 -1
  98. package/dist/esm/components/IdenticonCorner.js +0 -16
  99. package/dist/esm/components/IdenticonCorner.js.map +0 -1
  100. package/dist/esm/components/Property.js +0 -31
  101. package/dist/esm/components/Property.js.map +0 -1
  102. package/dist/esm/components/Props.js +0 -2
  103. package/dist/esm/components/Props.js.map +0 -1
  104. package/dist/esm/components/Title.js +0 -30
  105. package/dist/esm/components/Title.js.map +0 -1
  106. package/dist/esm/components/Value.js +0 -8
  107. package/dist/esm/components/Value.js.map +0 -1
  108. package/dist/esm/components/index.js.map +0 -1
  109. package/dist/esm/index.js +0 -2
  110. package/dist/esm/index.js.map +0 -1
  111. package/dist/types/components/Action.d.ts.map +0 -1
  112. package/dist/types/components/Actions.d.ts.map +0 -1
  113. package/dist/types/components/ActionsMenu.d.ts.map +0 -1
  114. package/dist/types/components/ActionsProps.d.ts.map +0 -1
  115. package/dist/types/components/Group.d.ts.map +0 -1
  116. package/dist/types/components/IdenticonCorner.d.ts.map +0 -1
  117. package/dist/types/components/Property.d.ts.map +0 -1
  118. package/dist/types/components/Props.d.ts.map +0 -1
  119. package/dist/types/components/Title.d.ts.map +0 -1
  120. package/dist/types/components/Value.d.ts.map +0 -1
  121. package/dist/types/components/index.d.ts.map +0 -1
  122. /package/dist/{types/components/Action.d.ts → components/Action.d.mts} +0 -0
  123. /package/dist/{types/components/Actions.d.ts → components/Actions.d.mts} +0 -0
  124. /package/dist/{types/components/ActionsMenu.d.ts → components/ActionsMenu.d.mts} +0 -0
  125. /package/dist/{types/components/ActionsProps.d.ts → components/ActionsProps.d.mts} +0 -0
  126. /package/dist/{types/components/Group.d.ts → components/Group.d.mts} +0 -0
  127. /package/dist/{types/components/IdenticonCorner.d.ts → components/IdenticonCorner.d.mts} +0 -0
  128. /package/dist/{types/components/Property.d.ts → components/Property.d.mts} +0 -0
  129. /package/dist/{types/components/Props.d.ts → components/Props.d.mts} +0 -0
  130. /package/dist/{types/components/Title.d.ts → components/Title.d.mts} +0 -0
  131. /package/dist/{types/components/index.d.ts → components/index.d.mts} +0 -0
  132. /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,8 @@
1
+ import { ReactNode } from 'react';
2
+ export interface PropertyAction {
3
+ disabled?: boolean;
4
+ icon?: ReactNode;
5
+ name: string;
6
+ onClick?: () => void;
7
+ }
8
+ //# sourceMappingURL=Action.d.ts.map
@@ -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,4 @@
1
+ /// <reference types="react" />
2
+ import { PropertyActionsProps } from './ActionsProps';
3
+ export declare const PropertyActions: React.FC<PropertyActionsProps>;
4
+ //# sourceMappingURL=Actions.d.ts.map
@@ -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,4 @@
1
+ /// <reference types="react" />
2
+ import { PropertyActionsProps } from './ActionsProps';
3
+ export declare const PropertyActionsMenu: React.FC<PropertyActionsProps>;
4
+ //# sourceMappingURL=ActionsMenu.d.ts.map
@@ -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,7 @@
1
+ import { FlexBoxProps } from '@xylabs/react-flexbox';
2
+ import { PropertyAction } from './Action';
3
+ export interface PropertyActionsProps extends FlexBoxProps {
4
+ actions?: PropertyAction[];
5
+ buttons?: boolean;
6
+ }
7
+ //# sourceMappingURL=ActionsProps.d.ts.map
@@ -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,4 @@
1
+ /// <reference types="react" />
2
+ import { PropertyGroupProps } from './Props';
3
+ export declare const PropertyGroup: React.FC<PropertyGroupProps>;
4
+ //# sourceMappingURL=Group.d.ts.map
@@ -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"}
@@ -4,4 +4,4 @@ export * from './Property';
4
4
  export * from './Props';
5
5
  export * from './Title';
6
6
  export * from './Value';
7
- //# sourceMappingURL=index.js.map
7
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}