@xyo-network/react-address-render 2.61.1 → 2.63.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.
Files changed (114) hide show
  1. package/dist/cjs/components/RenderRowBox.js +25 -0
  2. package/dist/cjs/components/RenderRowBox.js.map +1 -0
  3. package/dist/cjs/components/favorite/FavoriteIconButton.js +43 -0
  4. package/dist/cjs/components/favorite/FavoriteIconButton.js.map +1 -0
  5. package/dist/cjs/components/favorite/FavoriteToggleSVG.js +10 -0
  6. package/dist/cjs/components/favorite/FavoriteToggleSVG.js.map +1 -0
  7. package/dist/cjs/components/favorite/Popper.js +23 -0
  8. package/dist/cjs/components/favorite/Popper.js.map +1 -0
  9. package/dist/cjs/components/favorite/PopperButtonGroup.js +20 -0
  10. package/dist/cjs/components/favorite/PopperButtonGroup.js.map +1 -0
  11. package/dist/cjs/components/favorite/index.js +5 -0
  12. package/dist/cjs/components/favorite/index.js.map +1 -0
  13. package/dist/cjs/components/favorite/lib/PopperId.js +5 -0
  14. package/dist/cjs/components/favorite/lib/PopperId.js.map +1 -0
  15. package/dist/cjs/components/favorite/lib/index.js +5 -0
  16. package/dist/cjs/components/favorite/lib/index.js.map +1 -0
  17. package/dist/cjs/components/index.js +7 -0
  18. package/dist/cjs/components/index.js.map +1 -0
  19. package/dist/cjs/components/lib/FavoriteItemEvent.js +11 -0
  20. package/dist/cjs/components/lib/FavoriteItemEvent.js.map +1 -0
  21. package/dist/cjs/components/lib/index.js +5 -0
  22. package/dist/cjs/components/lib/index.js.map +1 -0
  23. package/dist/cjs/index.js +5 -0
  24. package/dist/cjs/index.js.map +1 -0
  25. package/dist/docs.json +24 -24
  26. package/dist/esm/components/RenderRowBox.js +20 -0
  27. package/dist/esm/components/RenderRowBox.js.map +1 -0
  28. package/dist/esm/components/favorite/FavoriteIconButton.js +38 -0
  29. package/dist/esm/components/favorite/FavoriteIconButton.js.map +1 -0
  30. package/dist/esm/components/favorite/FavoriteToggleSVG.js +5 -0
  31. package/dist/esm/components/favorite/FavoriteToggleSVG.js.map +1 -0
  32. package/dist/esm/components/favorite/Popper.js +18 -0
  33. package/dist/esm/components/favorite/Popper.js.map +1 -0
  34. package/dist/esm/components/favorite/PopperButtonGroup.js +14 -0
  35. package/dist/esm/components/favorite/PopperButtonGroup.js.map +1 -0
  36. package/dist/{components/favorite/index.d.mts → esm/components/favorite/index.js} +1 -1
  37. package/dist/esm/components/favorite/index.js.map +1 -0
  38. package/dist/esm/components/favorite/lib/PopperId.js +2 -0
  39. package/dist/esm/components/favorite/lib/PopperId.js.map +1 -0
  40. package/dist/esm/components/favorite/lib/index.js +2 -0
  41. package/dist/esm/components/favorite/lib/index.js.map +1 -0
  42. package/dist/{components/index.d.mts → esm/components/index.js} +1 -1
  43. package/dist/esm/components/index.js.map +1 -0
  44. package/dist/esm/components/lib/FavoriteItemEvent.js +7 -0
  45. package/dist/esm/components/lib/FavoriteItemEvent.js.map +1 -0
  46. package/dist/{components/lib/index.d.mts → esm/components/lib/index.js} +1 -1
  47. package/dist/esm/components/lib/index.js.map +1 -0
  48. package/dist/esm/index.js +2 -0
  49. package/dist/esm/index.js.map +1 -0
  50. package/dist/types/components/RenderRowBox.d.ts.map +1 -0
  51. package/dist/types/components/favorite/FavoriteIconButton.d.ts.map +1 -0
  52. package/dist/types/components/favorite/FavoriteToggleSVG.d.ts.map +1 -0
  53. package/dist/types/components/favorite/Popper.d.ts.map +1 -0
  54. package/dist/types/components/favorite/PopperButtonGroup.d.ts.map +1 -0
  55. package/dist/types/components/favorite/index.d.ts.map +1 -0
  56. package/dist/types/components/favorite/lib/PopperId.d.ts.map +1 -0
  57. package/dist/types/components/favorite/lib/index.d.ts.map +1 -0
  58. package/dist/types/components/index.d.ts.map +1 -0
  59. package/dist/types/components/lib/FavoriteItemEvent.d.ts.map +1 -0
  60. package/dist/types/components/lib/index.d.ts.map +1 -0
  61. package/dist/{index.d.ts.map → types/index.d.ts.map} +1 -1
  62. package/package.json +22 -30
  63. package/dist/components/RenderRowBox.d.mts +0 -14
  64. package/dist/components/RenderRowBox.d.mts.map +0 -1
  65. package/dist/components/RenderRowBox.d.ts.map +0 -1
  66. package/dist/components/RenderRowBox.stories.d.mts +0 -12
  67. package/dist/components/RenderRowBox.stories.d.mts.map +0 -1
  68. package/dist/components/RenderRowBox.stories.d.ts +0 -12
  69. package/dist/components/RenderRowBox.stories.d.ts.map +0 -1
  70. package/dist/components/favorite/FavoriteIconButton.d.mts +0 -12
  71. package/dist/components/favorite/FavoriteIconButton.d.mts.map +0 -1
  72. package/dist/components/favorite/FavoriteIconButton.d.ts.map +0 -1
  73. package/dist/components/favorite/FavoriteToggleSVG.d.mts +0 -5
  74. package/dist/components/favorite/FavoriteToggleSVG.d.mts.map +0 -1
  75. package/dist/components/favorite/FavoriteToggleSVG.d.ts.map +0 -1
  76. package/dist/components/favorite/Popper.d.mts +0 -11
  77. package/dist/components/favorite/Popper.d.mts.map +0 -1
  78. package/dist/components/favorite/Popper.d.ts.map +0 -1
  79. package/dist/components/favorite/PopperButtonGroup.d.mts +0 -9
  80. package/dist/components/favorite/PopperButtonGroup.d.mts.map +0 -1
  81. package/dist/components/favorite/PopperButtonGroup.d.ts.map +0 -1
  82. package/dist/components/favorite/index.d.mts.map +0 -1
  83. package/dist/components/favorite/index.d.ts.map +0 -1
  84. package/dist/components/favorite/lib/PopperId.d.mts +0 -2
  85. package/dist/components/favorite/lib/PopperId.d.mts.map +0 -1
  86. package/dist/components/favorite/lib/PopperId.d.ts.map +0 -1
  87. package/dist/components/favorite/lib/index.d.mts +0 -2
  88. package/dist/components/favorite/lib/index.d.mts.map +0 -1
  89. package/dist/components/favorite/lib/index.d.ts.map +0 -1
  90. package/dist/components/index.d.mts.map +0 -1
  91. package/dist/components/index.d.ts.map +0 -1
  92. package/dist/components/lib/FavoriteItemEvent.d.mts +0 -9
  93. package/dist/components/lib/FavoriteItemEvent.d.mts.map +0 -1
  94. package/dist/components/lib/FavoriteItemEvent.d.ts.map +0 -1
  95. package/dist/components/lib/index.d.mts.map +0 -1
  96. package/dist/components/lib/index.d.ts.map +0 -1
  97. package/dist/index.d.mts +0 -2
  98. package/dist/index.d.mts.map +0 -1
  99. package/dist/index.js +0 -259
  100. package/dist/index.js.map +0 -1
  101. package/dist/index.mjs +0 -220
  102. package/dist/index.mjs.map +0 -1
  103. /package/dist/{components → types/components}/RenderRowBox.d.ts +0 -0
  104. /package/dist/{components → types/components}/favorite/FavoriteIconButton.d.ts +0 -0
  105. /package/dist/{components → types/components}/favorite/FavoriteToggleSVG.d.ts +0 -0
  106. /package/dist/{components → types/components}/favorite/Popper.d.ts +0 -0
  107. /package/dist/{components → types/components}/favorite/PopperButtonGroup.d.ts +0 -0
  108. /package/dist/{components → types/components}/favorite/index.d.ts +0 -0
  109. /package/dist/{components → types/components}/favorite/lib/PopperId.d.ts +0 -0
  110. /package/dist/{components → types/components}/favorite/lib/index.d.ts +0 -0
  111. /package/dist/{components → types/components}/index.d.ts +0 -0
  112. /package/dist/{components → types/components}/lib/FavoriteItemEvent.d.ts +0 -0
  113. /package/dist/{components → types/components}/lib/index.d.ts +0 -0
  114. /package/dist/{index.d.ts → types/index.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/favorite/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export const popperId = 'favorite-popper';
2
+ //# sourceMappingURL=PopperId.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopperId.js","sourceRoot":"","sources":["../../../../../src/components/favorite/lib/PopperId.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,iBAAiB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './PopperId';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/favorite/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -1,4 +1,4 @@
1
1
  export * from './favorite';
2
2
  export * from './lib';
3
3
  export * from './RenderRowBox';
4
- //# sourceMappingURL=index.d.ts.map
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1,7 @@
1
+ export const generateFavoriteEvent = (favorite, favoriteType, favoriteValue, name) => ({
2
+ favorite: !!favorite,
3
+ favoriteType,
4
+ favoriteValue,
5
+ name,
6
+ });
7
+ //# sourceMappingURL=FavoriteItemEvent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FavoriteItemEvent.js","sourceRoot":"","sources":["../../../../src/components/lib/FavoriteItemEvent.ts"],"names":[],"mappings":"AASA,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,QAAkB,EAAE,YAA2B,EAAE,aAAsB,EAAE,IAAa,EAAqB,EAAE,CAAC,CAAC;IACnJ,QAAQ,EAAE,CAAC,CAAC,QAAQ;IACpB,YAAY;IACZ,aAAa;IACb,IAAI;CACL,CAAC,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export * from './FavoriteItemEvent';
2
- //# sourceMappingURL=index.d.ts.map
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './components';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RenderRowBox.d.ts","sourceRoot":"","sources":["../../../src/components/RenderRowBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAQ7D,MAAM,WAAW,wBAAyB,SAAQ,YAAY;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,mBAAmB,kHA4C/B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FavoriteIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/FavoriteIconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAc,eAAe,EAAU,MAAM,eAAe,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAKnD,OAAO,EAAE,iBAAiB,EAAyB,MAAM,QAAQ,CAAA;AAKjE,MAAM,WAAW,uBAAwB,SAAQ,YAAY,EAAE,eAAe;IAC5E,QAAQ,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAA;IACxC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAA;CAC9C;AAED,eAAO,MAAM,kBAAkB,oIAqD9B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FavoriteToggleSVG.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/FavoriteToggleSVG.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAQ9D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/Popper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsD,WAAW,EAAqB,MAAM,eAAe,CAAA;AAClH,OAAO,EAAc,SAAS,EAAuB,MAAM,OAAO,CAAA;AAKlE,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAA;IACtD,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AACD,eAAO,MAAM,cAAc,6HAmD1B,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopperButtonGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/PopperButtonGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAuB,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErE,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2B3D,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopperId.d.ts","sourceRoot":"","sources":["../../../../../src/components/favorite/lib/PopperId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,oBAAoB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/favorite/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FavoriteItemEvent.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/FavoriteItemEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AAExD,eAAO,MAAM,qBAAqB,cAAe,OAAO,iBAAiB,YAAY,kBAAkB,MAAM,SAAS,MAAM,KAAG,iBAK7H,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -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"}
package/package.json CHANGED
@@ -10,11 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "~2.18.4",
14
- "@xylabs/react-identicon": "~2.18.4",
15
- "@xylabs/react-shared": "~2.18.4",
16
- "@xyo-network/react-event": "~2.61.1",
17
- "@xyo-network/react-shared": "~2.61.1"
13
+ "@xylabs/react-flexbox": "~2.19.1",
14
+ "@xylabs/react-identicon": "~2.19.1",
15
+ "@xylabs/react-shared": "~2.19.1",
16
+ "@xyo-network/react-event": "~2.63.1",
17
+ "@xyo-network/react-shared": "~2.63.1"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@mui/icons-material": "^5",
@@ -28,41 +28,33 @@
28
28
  "description": "Common React library for all XYO projects that use React",
29
29
  "devDependencies": {
30
30
  "@storybook/react": "^7.4.3",
31
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
32
- "@xylabs/tsconfig-react": "^3.0.28",
33
- "@xyo-network/account": "^2.74.1",
34
- "@xyo-network/react-event": "~2.61.1",
31
+ "@xylabs/ts-scripts-yarn3": "^2.19.12",
32
+ "@xylabs/tsconfig-react": "^2.19.12",
33
+ "@xyo-network/account": "^2.74.3",
34
+ "@xyo-network/react-event": "~2.63.1",
35
35
  "typescript": "^5.2.2"
36
36
  },
37
+ "browser": "dist/esm/index.js",
37
38
  "docs": "dist/docs.json",
38
39
  "exports": {
39
40
  ".": {
40
41
  "node": {
41
- "import": {
42
- "types": "./dist/index.d.mts",
43
- "default": "./dist/index.mjs"
44
- },
45
- "require": {
46
- "types": "./dist/index.d.ts",
47
- "default": "./dist/index.js"
48
- }
42
+ "import": "./dist/esm/index.js",
43
+ "require": "./dist/cjs/index.js"
49
44
  },
50
45
  "browser": {
51
- "import": {
52
- "types": "./dist/index.d.mts",
53
- "default": "./dist/index.mjs"
54
- },
55
- "require": {
56
- "types": "./dist/index.d.ts",
57
- "default": "./dist/index.js"
58
- }
46
+ "import": "./dist/esm/index.js",
47
+ "require": "./dist/cjs/index.js"
59
48
  },
60
- "default": "./dist/index.mjs"
49
+ "default": "./dist/esm/index.js"
50
+ },
51
+ "./dist/docs.json": {
52
+ "default": "./dist/docs.json"
61
53
  },
62
54
  "./package.json": "./package.json"
63
55
  },
64
- "main": "dist/index.js",
65
- "module": "dist/index.mjs",
56
+ "main": "dist/cjs/index.js",
57
+ "module": "dist/esm/index.js",
66
58
  "homepage": "https://xyo.network",
67
59
  "keywords": [
68
60
  "xyo",
@@ -83,6 +75,6 @@
83
75
  "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
84
76
  },
85
77
  "sideEffects": false,
86
- "types": "dist/index.d.ts",
87
- "version": "2.61.1"
78
+ "types": "dist/types/index.d.ts",
79
+ "version": "2.63.1"
88
80
  }
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import { FlexBoxProps } from '@xylabs/react-flexbox';
3
- export interface AddressRenderRowBoxProps extends FlexBoxProps {
4
- address?: string | null;
5
- disableSharedRef?: boolean;
6
- favorite?: boolean;
7
- iconOnly?: boolean;
8
- iconSize?: number;
9
- icons?: boolean;
10
- name?: string;
11
- showFavorite?: boolean;
12
- }
13
- export declare const AddressRenderRowBox: import("react").ForwardRefExoticComponent<AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
14
- //# sourceMappingURL=RenderRowBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RenderRowBox.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAQ7D,MAAM,WAAW,wBAAyB,SAAQ,YAAY;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,mBAAmB,kHA4C/B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"RenderRowBox.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,YAAY,EAAW,MAAM,uBAAuB,CAAA;AAQ7D,MAAM,WAAW,wBAAyB,SAAQ,YAAY;IAC5D,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,mBAAmB,kHA4C/B,CAAA"}
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
3
- declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
4
- declare const WithAddress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
5
- declare const WithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
6
- declare const WithIconOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
7
- declare const WithFavorite: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
8
- declare const WithFavoriteAlias: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
9
- declare const WithChildren: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
10
- export { Default, WithAddress, WithChildren, WithFavorite, WithFavoriteAlias, WithIcon, WithIconOnly };
11
- export default StorybookEntry;
12
- //# sourceMappingURL=RenderRowBox.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RenderRowBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.stories.tsx"],"names":[],"mappings":";AAUA,QAAA,MAAM,cAAc,mMASiB,CAAA;AAgBrC,QAAA,MAAM,OAAO,+LAAoB,CAAA;AAGjC,QAAA,MAAM,WAAW,+LAAoB,CAAA;AAKrC,QAAA,MAAM,QAAQ,+LAAoB,CAAA;AAMlC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAOtC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAQtC,QAAA,MAAM,iBAAiB,+LAAoB,CAAA;AAS3C,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAStC,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;AAGtG,eAAe,cAAc,CAAA"}
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
3
- declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
4
- declare const WithAddress: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
5
- declare const WithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
6
- declare const WithIconOnly: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
7
- declare const WithFavorite: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
8
- declare const WithFavoriteAlias: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
9
- declare const WithChildren: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./RenderRowBox").AddressRenderRowBoxProps & import("react").RefAttributes<HTMLElement>>;
10
- export { Default, WithAddress, WithChildren, WithFavorite, WithFavoriteAlias, WithIcon, WithIconOnly };
11
- export default StorybookEntry;
12
- //# sourceMappingURL=RenderRowBox.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RenderRowBox.stories.d.ts","sourceRoot":"","sources":["../../src/components/RenderRowBox.stories.tsx"],"names":[],"mappings":";AAUA,QAAA,MAAM,cAAc,mMASiB,CAAA;AAgBrC,QAAA,MAAM,OAAO,+LAAoB,CAAA;AAGjC,QAAA,MAAM,WAAW,+LAAoB,CAAA;AAKrC,QAAA,MAAM,QAAQ,+LAAoB,CAAA;AAMlC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAOtC,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAQtC,QAAA,MAAM,iBAAiB,+LAAoB,CAAA;AAS3C,QAAA,MAAM,YAAY,+LAAoB,CAAA;AAStC,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,QAAQ,EAAE,YAAY,EAAE,CAAA;AAGtG,eAAe,cAAc,CAAA"}
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- import { IconButtonProps } from '@mui/material';
3
- import { WithChildren } from '@xylabs/react-shared';
4
- import { FavoriteItemEvent } from '../lib';
5
- export interface FavoriteIconButtonProps extends WithChildren, IconButtonProps {
6
- favorite?: FavoriteItemEvent['favorite'];
7
- name?: FavoriteItemEvent['name'];
8
- value?: string;
9
- valueType?: FavoriteItemEvent['favoriteType'];
10
- }
11
- export declare const FavoriteIconButton: import("react").ForwardRefExoticComponent<Omit<FavoriteIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
12
- //# sourceMappingURL=FavoriteIconButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FavoriteIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteIconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAc,eAAe,EAAU,MAAM,eAAe,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAKnD,OAAO,EAAE,iBAAiB,EAAyB,MAAM,QAAQ,CAAA;AAKjE,MAAM,WAAW,uBAAwB,SAAQ,YAAY,EAAE,eAAe;IAC5E,QAAQ,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAA;IACxC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAA;CAC9C;AAED,eAAO,MAAM,kBAAkB,oIAqD9B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FavoriteIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteIconButton.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAc,eAAe,EAAU,MAAM,eAAe,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAKnD,OAAO,EAAE,iBAAiB,EAAyB,MAAM,QAAQ,CAAA;AAKjE,MAAM,WAAW,uBAAwB,SAAQ,YAAY,EAAE,eAAe;IAC5E,QAAQ,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,CAAA;IACxC,IAAI,CAAC,EAAE,iBAAiB,CAAC,MAAM,CAAC,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,iBAAiB,CAAC,cAAc,CAAC,CAAA;CAC9C;AAED,eAAO,MAAM,kBAAkB,oIAqD9B,CAAA"}
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const FavoriteToggleSVG: React.FC<{
3
- favorite?: boolean;
4
- }>;
5
- //# sourceMappingURL=FavoriteToggleSVG.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FavoriteToggleSVG.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteToggleSVG.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAQ9D,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FavoriteToggleSVG.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/FavoriteToggleSVG.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAQ9D,CAAA"}
@@ -1,11 +0,0 @@
1
- import { PopperProps } from '@mui/material';
2
- import { RefObject } from 'react';
3
- export interface FavoritePopperProps extends PopperProps {
4
- favorite?: boolean;
5
- favoriteRef?: RefObject<HTMLElement>;
6
- name?: string;
7
- onClickAway?: (event: MouseEvent | TouchEvent) => void;
8
- onConfirmFavorite?: (name?: string, newFavoriteState?: boolean) => void;
9
- }
10
- export declare const FavoritePopper: import("react").ForwardRefExoticComponent<Omit<FavoritePopperProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
11
- //# sourceMappingURL=Popper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/Popper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsD,WAAW,EAAqB,MAAM,eAAe,CAAA;AAClH,OAAO,EAAc,SAAS,EAAuB,MAAM,OAAO,CAAA;AAKlE,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAA;IACtD,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AACD,eAAO,MAAM,cAAc,6HAmD1B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Popper.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/Popper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsD,WAAW,EAAqB,MAAM,eAAe,CAAA;AAClH,OAAO,EAAc,SAAS,EAAuB,MAAM,OAAO,CAAA;AAKlE,MAAM,WAAW,mBAAoB,SAAQ,WAAW;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAA;IACpC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAA;IACtD,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AACD,eAAO,MAAM,cAAc,6HAmD1B,CAAA"}
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { ButtonGroupProps } from '@mui/material';
3
- export interface FavoritePopperProps extends ButtonGroupProps {
4
- favorite?: boolean;
5
- name?: string;
6
- onConfirmFavorite?: (name?: string, newFavoriteState?: boolean) => void;
7
- }
8
- export declare const PopperButtonGroup: React.FC<FavoritePopperProps>;
9
- //# sourceMappingURL=PopperButtonGroup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PopperButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/PopperButtonGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAuB,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErE,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2B3D,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PopperButtonGroup.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/PopperButtonGroup.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAuB,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAErE,MAAM,WAAW,mBAAoB,SAAQ,gBAAgB;IAC3D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,iBAAiB,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,gBAAgB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CACxE;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2B3D,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/favorite/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
@@ -1,2 +0,0 @@
1
- export declare const popperId = "favorite-popper";
2
- //# sourceMappingURL=PopperId.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PopperId.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/PopperId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,oBAAoB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PopperId.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/PopperId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,oBAAoB,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './PopperId';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/favorite/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA;AACrB,cAAc,gBAAgB,CAAA"}
@@ -1,9 +0,0 @@
1
- export interface FavoriteItemEvent {
2
- favorite?: boolean;
3
- favoriteType?: FavoriteType;
4
- favoriteValue?: string;
5
- name?: string;
6
- }
7
- export type FavoriteType = 'address' | 'schema' | 'hash';
8
- export declare const generateFavoriteEvent: (favorite?: boolean, favoriteType?: FavoriteType, favoriteValue?: string, name?: string) => FavoriteItemEvent;
9
- //# sourceMappingURL=FavoriteItemEvent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FavoriteItemEvent.d.ts","sourceRoot":"","sources":["../../../src/components/lib/FavoriteItemEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AAExD,eAAO,MAAM,qBAAqB,cAAe,OAAO,iBAAiB,YAAY,kBAAkB,MAAM,SAAS,MAAM,KAAG,iBAK7H,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FavoriteItemEvent.d.ts","sourceRoot":"","sources":["../../../src/components/lib/FavoriteItemEvent.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAA;AAExD,eAAO,MAAM,qBAAqB,cAAe,OAAO,iBAAiB,YAAY,kBAAkB,MAAM,SAAS,MAAM,KAAG,iBAK7H,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
package/dist/index.d.mts DELETED
@@ -1,2 +0,0 @@
1
- export * from './components';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA"}