@xyo-network/react-card 2.64.0-rc.2 → 2.64.0-rc.4
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/browser/components/CardContentEx.d.mts.map +1 -0
- package/dist/browser/components/CardContentEx.d.ts.map +1 -0
- package/dist/browser/components/CardContentEx.js +34 -0
- package/dist/browser/components/CardContentEx.js.map +1 -0
- package/dist/browser/components/CardContentEx.stories.js +51 -0
- package/dist/browser/components/CardContentEx.stories.js.map +1 -0
- package/dist/browser/components/CardEx.d.mts.map +1 -0
- package/dist/browser/components/CardEx.d.ts.map +1 -0
- package/dist/browser/components/CardEx.js +26 -0
- package/dist/browser/components/CardEx.js.map +1 -0
- package/dist/browser/components/FullWidthCard/FullWidthCard.d.mts.map +1 -0
- package/dist/browser/components/FullWidthCard/FullWidthCard.d.ts.map +1 -0
- package/dist/browser/components/FullWidthCard/FullWidthCard.js +71 -0
- package/dist/browser/components/FullWidthCard/FullWidthCard.js.map +1 -0
- package/dist/browser/components/FullWidthCard/FullWidthCard.stories.js +27 -0
- package/dist/browser/components/FullWidthCard/FullWidthCard.stories.js.map +1 -0
- package/dist/browser/components/FullWidthCard/index.d.mts.map +1 -0
- package/dist/browser/components/FullWidthCard/index.d.ts.map +1 -0
- package/dist/browser/components/FullWidthCard/index.js +2 -0
- package/dist/browser/components/FullWidthCard/index.js.map +1 -0
- package/dist/browser/components/PageCard.d.mts.map +1 -0
- package/dist/browser/components/PageCard.d.ts.map +1 -0
- package/dist/browser/components/PageCard.js +25 -0
- package/dist/browser/components/PageCard.js.map +1 -0
- package/dist/browser/components/PageCard.stories.js +54 -0
- package/dist/browser/components/PageCard.stories.js.map +1 -0
- package/dist/browser/components/SimpleCard/SimpleCard.d.mts.map +1 -0
- package/dist/browser/components/SimpleCard/SimpleCard.d.ts.map +1 -0
- package/dist/browser/components/SimpleCard/SimpleCard.js +74 -0
- package/dist/browser/components/SimpleCard/SimpleCard.js.map +1 -0
- package/dist/browser/components/SimpleCard/SimpleCard.stories.js +76 -0
- package/dist/browser/components/SimpleCard/SimpleCard.stories.js.map +1 -0
- package/dist/browser/components/SimpleCard/coinbase-wallet.svg +1 -0
- package/dist/browser/components/SimpleCard/index.d.mts.map +1 -0
- package/dist/browser/components/SimpleCard/index.d.ts.map +1 -0
- package/dist/browser/components/SimpleCard/index.js +2 -0
- package/dist/browser/components/SimpleCard/index.js.map +1 -0
- package/dist/browser/components/SimpleCard/money.jpg +0 -0
- package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.d.mts.map +1 -0
- package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.d.ts.map +1 -0
- package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.js +10 -0
- package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.js.map +1 -0
- package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.stories.js +68 -0
- package/dist/browser/components/SimpleCardGrid/SimpleCardGrid.stories.js.map +1 -0
- package/dist/browser/components/SimpleCardGrid/coinbase-wallet.svg +1 -0
- package/dist/browser/components/SimpleCardGrid/index.d.mts.map +1 -0
- package/dist/browser/components/SimpleCardGrid/index.d.ts.map +1 -0
- package/dist/browser/components/SimpleCardGrid/index.js +2 -0
- package/dist/browser/components/SimpleCardGrid/index.js.map +1 -0
- package/dist/browser/components/SimpleCardGrid/money.jpg +0 -0
- package/dist/browser/components/index.d.mts.map +1 -0
- package/dist/browser/components/index.d.ts.map +1 -0
- package/dist/browser/components/index.js +6 -0
- package/dist/browser/components/index.js.map +1 -0
- package/dist/{index.d.mts.map → browser/index.d.mts.map} +1 -1
- package/dist/{index.d.ts.map → browser/index.d.ts.map} +1 -1
- package/dist/browser/index.js +2 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/types/images.d.js +1 -0
- package/dist/browser/types/images.d.js.map +1 -0
- package/dist/node/components/CardContentEx.d.mts +11 -0
- package/dist/node/components/CardContentEx.d.mts.map +1 -0
- package/dist/node/components/CardContentEx.d.ts +11 -0
- package/dist/node/components/CardContentEx.d.ts.map +1 -0
- package/dist/node/components/CardContentEx.js +59 -0
- package/dist/node/components/CardContentEx.js.map +1 -0
- package/dist/node/components/CardContentEx.mjs +34 -0
- package/dist/node/components/CardContentEx.mjs.map +1 -0
- package/dist/node/components/CardContentEx.stories.js +77 -0
- package/dist/node/components/CardContentEx.stories.js.map +1 -0
- package/dist/node/components/CardContentEx.stories.mjs +51 -0
- package/dist/node/components/CardContentEx.stories.mjs.map +1 -0
- package/dist/node/components/CardEx.d.mts +8 -0
- package/dist/node/components/CardEx.d.mts.map +1 -0
- package/dist/node/components/CardEx.d.ts +8 -0
- package/dist/node/components/CardEx.d.ts.map +1 -0
- package/dist/node/components/CardEx.js +51 -0
- package/dist/node/components/CardEx.js.map +1 -0
- package/dist/node/components/CardEx.mjs +26 -0
- package/dist/node/components/CardEx.mjs.map +1 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.d.mts +15 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.d.mts.map +1 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.d.ts +15 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.d.ts.map +1 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.js +95 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.js.map +1 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.mjs +71 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.mjs.map +1 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.stories.js +51 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.stories.js.map +1 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.stories.mjs +27 -0
- package/dist/node/components/FullWidthCard/FullWidthCard.stories.mjs.map +1 -0
- package/dist/node/components/FullWidthCard/index.d.mts +2 -0
- package/dist/node/components/FullWidthCard/index.d.mts.map +1 -0
- package/dist/node/components/FullWidthCard/index.d.ts +2 -0
- package/dist/node/components/FullWidthCard/index.d.ts.map +1 -0
- package/dist/node/components/FullWidthCard/index.js +23 -0
- package/dist/node/components/FullWidthCard/index.js.map +1 -0
- package/dist/node/components/FullWidthCard/index.mjs +2 -0
- package/dist/node/components/FullWidthCard/index.mjs.map +1 -0
- package/dist/node/components/PageCard.d.mts +10 -0
- package/dist/node/components/PageCard.d.mts.map +1 -0
- package/dist/node/components/PageCard.d.ts +10 -0
- package/dist/node/components/PageCard.d.ts.map +1 -0
- package/dist/node/components/PageCard.js +49 -0
- package/dist/node/components/PageCard.js.map +1 -0
- package/dist/node/components/PageCard.mjs +25 -0
- package/dist/node/components/PageCard.mjs.map +1 -0
- package/dist/node/components/PageCard.stories.js +80 -0
- package/dist/node/components/PageCard.stories.js.map +1 -0
- package/dist/node/components/PageCard.stories.mjs +54 -0
- package/dist/node/components/PageCard.stories.mjs.map +1 -0
- package/dist/node/components/SimpleCard/SimpleCard.d.mts +16 -0
- package/dist/node/components/SimpleCard/SimpleCard.d.mts.map +1 -0
- package/dist/node/components/SimpleCard/SimpleCard.d.ts +16 -0
- package/dist/node/components/SimpleCard/SimpleCard.d.ts.map +1 -0
- package/dist/node/components/SimpleCard/SimpleCard.js +98 -0
- package/dist/node/components/SimpleCard/SimpleCard.js.map +1 -0
- package/dist/node/components/SimpleCard/SimpleCard.mjs +74 -0
- package/dist/node/components/SimpleCard/SimpleCard.mjs.map +1 -0
- package/dist/node/components/SimpleCard/SimpleCard.stories.js +115 -0
- package/dist/node/components/SimpleCard/SimpleCard.stories.js.map +1 -0
- package/dist/node/components/SimpleCard/SimpleCard.stories.mjs +76 -0
- package/dist/node/components/SimpleCard/SimpleCard.stories.mjs.map +1 -0
- package/dist/node/components/SimpleCard/coinbase-wallet.svg +1 -0
- package/dist/node/components/SimpleCard/index.d.mts +2 -0
- package/dist/node/components/SimpleCard/index.d.mts.map +1 -0
- package/dist/node/components/SimpleCard/index.d.ts +2 -0
- package/dist/node/components/SimpleCard/index.d.ts.map +1 -0
- package/dist/node/components/SimpleCard/index.js +23 -0
- package/dist/node/components/SimpleCard/index.js.map +1 -0
- package/dist/node/components/SimpleCard/index.mjs +2 -0
- package/dist/node/components/SimpleCard/index.mjs.map +1 -0
- package/dist/node/components/SimpleCard/money.jpg +0 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.d.mts +8 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.d.mts.map +1 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.d.ts +8 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.d.ts.map +1 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.js +34 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.js.map +1 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.mjs +10 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.mjs.map +1 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.js +102 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.js.map +1 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.mjs +68 -0
- package/dist/node/components/SimpleCardGrid/SimpleCardGrid.stories.mjs.map +1 -0
- package/dist/node/components/SimpleCardGrid/coinbase-wallet.svg +1 -0
- package/dist/node/components/SimpleCardGrid/index.d.mts +2 -0
- package/dist/node/components/SimpleCardGrid/index.d.mts.map +1 -0
- package/dist/node/components/SimpleCardGrid/index.d.ts +2 -0
- package/dist/node/components/SimpleCardGrid/index.d.ts.map +1 -0
- package/dist/node/components/SimpleCardGrid/index.js +23 -0
- package/dist/node/components/SimpleCardGrid/index.js.map +1 -0
- package/dist/node/components/SimpleCardGrid/index.mjs +2 -0
- package/dist/node/components/SimpleCardGrid/index.mjs.map +1 -0
- package/dist/node/components/SimpleCardGrid/money.jpg +0 -0
- package/dist/node/components/index.d.mts +6 -0
- package/dist/node/components/index.d.mts.map +1 -0
- package/dist/node/components/index.d.ts +6 -0
- package/dist/node/components/index.d.ts.map +1 -0
- package/dist/node/components/index.js +31 -0
- package/dist/node/components/index.js.map +1 -0
- package/dist/node/components/index.mjs +6 -0
- package/dist/node/components/index.mjs.map +1 -0
- package/dist/node/index.d.mts +2 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +2 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +23 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs +2 -0
- package/dist/node/index.mjs.map +1 -0
- package/dist/node/types/images.d.js +2 -0
- package/dist/node/types/images.d.js.map +1 -0
- package/dist/node/types/images.d.mjs +1 -0
- package/dist/node/types/images.d.mjs.map +1 -0
- package/package.json +18 -18
- package/dist/components/CardContentEx.d.mts.map +0 -1
- package/dist/components/CardContentEx.d.ts.map +0 -1
- package/dist/components/CardContentEx.stories.d.mts +0 -9
- package/dist/components/CardContentEx.stories.d.mts.map +0 -1
- package/dist/components/CardContentEx.stories.d.ts +0 -9
- package/dist/components/CardContentEx.stories.d.ts.map +0 -1
- package/dist/components/CardEx.d.mts.map +0 -1
- package/dist/components/CardEx.d.ts.map +0 -1
- package/dist/components/FullWidthCard/FullWidthCard.d.mts.map +0 -1
- package/dist/components/FullWidthCard/FullWidthCard.d.ts.map +0 -1
- package/dist/components/FullWidthCard/FullWidthCard.stories.d.mts +0 -5
- package/dist/components/FullWidthCard/FullWidthCard.stories.d.mts.map +0 -1
- package/dist/components/FullWidthCard/FullWidthCard.stories.d.ts +0 -5
- package/dist/components/FullWidthCard/FullWidthCard.stories.d.ts.map +0 -1
- package/dist/components/FullWidthCard/index.d.mts.map +0 -1
- package/dist/components/FullWidthCard/index.d.ts.map +0 -1
- package/dist/components/PageCard.d.mts.map +0 -1
- package/dist/components/PageCard.d.ts.map +0 -1
- package/dist/components/PageCard.stories.d.mts +0 -8
- package/dist/components/PageCard.stories.d.mts.map +0 -1
- package/dist/components/PageCard.stories.d.ts +0 -8
- package/dist/components/PageCard.stories.d.ts.map +0 -1
- package/dist/components/SimpleCard/SimpleCard.d.mts.map +0 -1
- package/dist/components/SimpleCard/SimpleCard.d.ts.map +0 -1
- package/dist/components/SimpleCard/SimpleCard.stories.d.mts +0 -10
- package/dist/components/SimpleCard/SimpleCard.stories.d.mts.map +0 -1
- package/dist/components/SimpleCard/SimpleCard.stories.d.ts +0 -10
- package/dist/components/SimpleCard/SimpleCard.stories.d.ts.map +0 -1
- package/dist/components/SimpleCard/index.d.mts.map +0 -1
- package/dist/components/SimpleCard/index.d.ts.map +0 -1
- package/dist/components/SimpleCardGrid/SimpleCardGrid.d.mts.map +0 -1
- package/dist/components/SimpleCardGrid/SimpleCardGrid.d.ts.map +0 -1
- package/dist/components/SimpleCardGrid/SimpleCardGrid.stories.d.mts +0 -5
- package/dist/components/SimpleCardGrid/SimpleCardGrid.stories.d.mts.map +0 -1
- package/dist/components/SimpleCardGrid/SimpleCardGrid.stories.d.ts +0 -5
- package/dist/components/SimpleCardGrid/SimpleCardGrid.stories.d.ts.map +0 -1
- package/dist/components/SimpleCardGrid/index.d.mts.map +0 -1
- package/dist/components/SimpleCardGrid/index.d.ts.map +0 -1
- package/dist/components/index.d.mts.map +0 -1
- package/dist/components/index.d.ts.map +0 -1
- package/dist/index.js +0 -258
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -225
- package/dist/index.mjs.map +0 -1
- /package/dist/{components → browser/components}/CardContentEx.d.mts +0 -0
- /package/dist/{components → browser/components}/CardContentEx.d.ts +0 -0
- /package/dist/{components → browser/components}/CardEx.d.mts +0 -0
- /package/dist/{components → browser/components}/CardEx.d.ts +0 -0
- /package/dist/{components → browser/components}/FullWidthCard/FullWidthCard.d.mts +0 -0
- /package/dist/{components → browser/components}/FullWidthCard/FullWidthCard.d.ts +0 -0
- /package/dist/{components → browser/components}/FullWidthCard/index.d.mts +0 -0
- /package/dist/{components → browser/components}/FullWidthCard/index.d.ts +0 -0
- /package/dist/{components → browser/components}/PageCard.d.mts +0 -0
- /package/dist/{components → browser/components}/PageCard.d.ts +0 -0
- /package/dist/{components → browser/components}/SimpleCard/SimpleCard.d.mts +0 -0
- /package/dist/{components → browser/components}/SimpleCard/SimpleCard.d.ts +0 -0
- /package/dist/{components → browser/components}/SimpleCard/index.d.mts +0 -0
- /package/dist/{components → browser/components}/SimpleCard/index.d.ts +0 -0
- /package/dist/{components → browser/components}/SimpleCardGrid/SimpleCardGrid.d.mts +0 -0
- /package/dist/{components → browser/components}/SimpleCardGrid/SimpleCardGrid.d.ts +0 -0
- /package/dist/{components → browser/components}/SimpleCardGrid/index.d.mts +0 -0
- /package/dist/{components → browser/components}/SimpleCardGrid/index.d.ts +0 -0
- /package/dist/{components → browser/components}/index.d.mts +0 -0
- /package/dist/{components → browser/components}/index.d.ts +0 -0
- /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
@@ -0,0 +1,102 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __create = Object.create;
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
8
|
+
var __export = (target, all) => {
|
9
|
+
for (var name in all)
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
11
|
+
};
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
14
|
+
for (let key of __getOwnPropNames(from))
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
17
|
+
}
|
18
|
+
return to;
|
19
|
+
};
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
26
|
+
mod
|
27
|
+
));
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
29
|
+
var SimpleCardGrid_stories_exports = {};
|
30
|
+
__export(SimpleCardGrid_stories_exports, {
|
31
|
+
Default: () => Default,
|
32
|
+
default: () => SimpleCardGrid_stories_default
|
33
|
+
});
|
34
|
+
module.exports = __toCommonJS(SimpleCardGrid_stories_exports);
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
36
|
+
var import_react_router_dom = require("react-router-dom");
|
37
|
+
var import_coinbase_wallet = __toESM(require("./coinbase-wallet.svg"));
|
38
|
+
var import_money = __toESM(require("./money.jpg"));
|
39
|
+
var import_SimpleCardGrid = require("./SimpleCardGrid");
|
40
|
+
const StorybookEntry = {
|
41
|
+
argTypes: {},
|
42
|
+
component: import_SimpleCardGrid.SimpleCardGrid,
|
43
|
+
parameters: {
|
44
|
+
docs: {
|
45
|
+
page: null
|
46
|
+
}
|
47
|
+
},
|
48
|
+
title: "shared/SimpleCardGrid"
|
49
|
+
};
|
50
|
+
const Template = (args) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_router_dom.BrowserRouter, { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SimpleCardGrid.SimpleCardGrid, { ...args }) });
|
51
|
+
const Default = Template.bind({});
|
52
|
+
Default.args = {
|
53
|
+
cards: [
|
54
|
+
{
|
55
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons.',
|
56
|
+
headline: "Did you know that this card is complex?",
|
57
|
+
iconImage: import_coinbase_wallet.default,
|
58
|
+
interactionVariant: "button",
|
59
|
+
media: import_money.default,
|
60
|
+
subtitle: "Aug 25, 1997"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
desc: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?",
|
64
|
+
headline: "Did you know that this card is complex?",
|
65
|
+
iconImage: import_coinbase_wallet.default,
|
66
|
+
interactionVariant: "button",
|
67
|
+
media: import_money.default,
|
68
|
+
subtitle: "Aug 25, 1997"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons.Lorem ipsum dolor sit amet consectetur adipisicing elit.',
|
72
|
+
headline: "Did you know that this card is complex?",
|
73
|
+
iconImage: import_coinbase_wallet.default,
|
74
|
+
interactionVariant: "button",
|
75
|
+
media: import_money.default,
|
76
|
+
subtitle: "Aug 25, 1997"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?',
|
80
|
+
headline: "Did you know that this card is complex?",
|
81
|
+
iconImage: import_coinbase_wallet.default,
|
82
|
+
interactionVariant: "button",
|
83
|
+
media: import_money.default,
|
84
|
+
subtitle: "Aug 25, 1997"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons.',
|
88
|
+
headline: "Did you know that this card is complex?",
|
89
|
+
iconImage: import_coinbase_wallet.default,
|
90
|
+
interactionVariant: "button",
|
91
|
+
media: import_money.default,
|
92
|
+
subtitle: "Aug 25, 1997"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
spacing: 2
|
96
|
+
};
|
97
|
+
var SimpleCardGrid_stories_default = StorybookEntry;
|
98
|
+
// Annotate the CommonJS export names for ESM import in node:
|
99
|
+
0 && (module.exports = {
|
100
|
+
Default
|
101
|
+
});
|
102
|
+
//# sourceMappingURL=SimpleCardGrid.stories.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/SimpleCardGrid/SimpleCardGrid.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\nimport { BrowserRouter } from 'react-router-dom'\n\nimport CoinbaseWalletIcon from './coinbase-wallet.svg'\nimport MoneyMedia from './money.jpg'\nimport { SimpleCardGrid } from './SimpleCardGrid'\nconst StorybookEntry = {\n argTypes: {},\n component: SimpleCardGrid,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'shared/SimpleCardGrid',\n} as Meta<typeof SimpleCardGrid>\n\nconst Template: StoryFn<typeof SimpleCardGrid> = (args) => (\n <BrowserRouter>\n <SimpleCardGrid {...args}></SimpleCardGrid>\n </BrowserRouter>\n)\n\nconst Default = Template.bind({})\nDefault.args = {\n cards: [\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons.',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons.Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons.',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n ],\n spacing: 2,\n}\n\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n//@ts-ignore\n\nexport { Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAmBI;AAlBJ,8BAA8B;AAE9B,6BAA+B;AAC/B,mBAAuB;AACvB,4BAA+B;AAC/B,MAAM,iBAAiB;AAAA,EACrB,UAAU,CAAC;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,WAA2C,CAAC,SAChD,4CAAC,yCACC,sDAAC,wCAAgB,GAAG,MAAM,GAC5B;AAGF,MAAM,UAAU,SAAS,KAAK,CAAC,CAAC;AAChC,QAAQ,OAAO;AAAA,EACb,OAAO;AAAA,IACL;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW,uBAAAA;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO,aAAAC;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW,uBAAAD;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO,aAAAC;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW,uBAAAD;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO,aAAAC;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW,uBAAAD;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO,aAAAC;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW,uBAAAD;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO,aAAAC;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,EACF;AAAA,EACA,SAAS;AACX;AAQA,IAAO,iCAAQ;","names":["CoinbaseWalletIcon","MoneyMedia"]}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
2
|
+
import { BrowserRouter } from "react-router-dom";
|
3
|
+
import CoinbaseWalletIcon from "./coinbase-wallet.svg";
|
4
|
+
import MoneyMedia from "./money.jpg";
|
5
|
+
import { SimpleCardGrid } from "./SimpleCardGrid";
|
6
|
+
const StorybookEntry = {
|
7
|
+
argTypes: {},
|
8
|
+
component: SimpleCardGrid,
|
9
|
+
parameters: {
|
10
|
+
docs: {
|
11
|
+
page: null
|
12
|
+
}
|
13
|
+
},
|
14
|
+
title: "shared/SimpleCardGrid"
|
15
|
+
};
|
16
|
+
const Template = (args) => /* @__PURE__ */ jsx(BrowserRouter, { children: /* @__PURE__ */ jsx(SimpleCardGrid, { ...args }) });
|
17
|
+
const Default = Template.bind({});
|
18
|
+
Default.args = {
|
19
|
+
cards: [
|
20
|
+
{
|
21
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons.',
|
22
|
+
headline: "Did you know that this card is complex?",
|
23
|
+
iconImage: CoinbaseWalletIcon,
|
24
|
+
interactionVariant: "button",
|
25
|
+
media: MoneyMedia,
|
26
|
+
subtitle: "Aug 25, 1997"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
desc: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?",
|
30
|
+
headline: "Did you know that this card is complex?",
|
31
|
+
iconImage: CoinbaseWalletIcon,
|
32
|
+
interactionVariant: "button",
|
33
|
+
media: MoneyMedia,
|
34
|
+
subtitle: "Aug 25, 1997"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons.Lorem ipsum dolor sit amet consectetur adipisicing elit.',
|
38
|
+
headline: "Did you know that this card is complex?",
|
39
|
+
iconImage: CoinbaseWalletIcon,
|
40
|
+
interactionVariant: "button",
|
41
|
+
media: MoneyMedia,
|
42
|
+
subtitle: "Aug 25, 1997"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?',
|
46
|
+
headline: "Did you know that this card is complex?",
|
47
|
+
iconImage: CoinbaseWalletIcon,
|
48
|
+
interactionVariant: "button",
|
49
|
+
media: MoneyMedia,
|
50
|
+
subtitle: "Aug 25, 1997"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
desc: 'Many people believe that a card cannot be a button. But here at XYO, we say "No way, Jos\xE9" and turn our cards into buttons.',
|
54
|
+
headline: "Did you know that this card is complex?",
|
55
|
+
iconImage: CoinbaseWalletIcon,
|
56
|
+
interactionVariant: "button",
|
57
|
+
media: MoneyMedia,
|
58
|
+
subtitle: "Aug 25, 1997"
|
59
|
+
}
|
60
|
+
],
|
61
|
+
spacing: 2
|
62
|
+
};
|
63
|
+
var SimpleCardGrid_stories_default = StorybookEntry;
|
64
|
+
export {
|
65
|
+
Default,
|
66
|
+
SimpleCardGrid_stories_default as default
|
67
|
+
};
|
68
|
+
//# sourceMappingURL=SimpleCardGrid.stories.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/SimpleCardGrid/SimpleCardGrid.stories.tsx"],"sourcesContent":["import { Meta, StoryFn } from '@storybook/react'\nimport { BrowserRouter } from 'react-router-dom'\n\nimport CoinbaseWalletIcon from './coinbase-wallet.svg'\nimport MoneyMedia from './money.jpg'\nimport { SimpleCardGrid } from './SimpleCardGrid'\nconst StorybookEntry = {\n argTypes: {},\n component: SimpleCardGrid,\n parameters: {\n docs: {\n page: null,\n },\n },\n title: 'shared/SimpleCardGrid',\n} as Meta<typeof SimpleCardGrid>\n\nconst Template: StoryFn<typeof SimpleCardGrid> = (args) => (\n <BrowserRouter>\n <SimpleCardGrid {...args}></SimpleCardGrid>\n </BrowserRouter>\n)\n\nconst Default = Template.bind({})\nDefault.args = {\n cards: [\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons.',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons.Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons. Sapiente incidunt, beatae suscipit nam consequuntur, minus facere obcaecati, recusandae totam aspernatur aut debitis. Aspernatur nisi molestiae atque? Nisi eius perspiciatis tempore?',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n {\n desc: 'Many people believe that a card cannot be a button. But here at XYO, we say \"No way, José\" and turn our cards into buttons.',\n headline: 'Did you know that this card is complex?',\n iconImage: CoinbaseWalletIcon,\n interactionVariant: 'button',\n media: MoneyMedia,\n subtitle: 'Aug 25, 1997',\n },\n ],\n spacing: 2,\n}\n\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n//@ts-ignore\n\nexport { Default }\n\n// eslint-disable-next-line import/no-default-export\nexport default StorybookEntry\n"],"mappings":"AAmBI;AAlBJ,SAAS,qBAAqB;AAE9B,OAAO,wBAAwB;AAC/B,OAAO,gBAAgB;AACvB,SAAS,sBAAsB;AAC/B,MAAM,iBAAiB;AAAA,EACrB,UAAU,CAAC;AAAA,EACX,WAAW;AAAA,EACX,YAAY;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,OAAO;AACT;AAEA,MAAM,WAA2C,CAAC,SAChD,oBAAC,iBACC,8BAAC,kBAAgB,GAAG,MAAM,GAC5B;AAGF,MAAM,UAAU,SAAS,KAAK,CAAC,CAAC;AAChC,QAAQ,OAAO;AAAA,EACb,OAAO;AAAA,IACL;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,IACA;AAAA,MACE,MAAM;AAAA,MACN,UAAU;AAAA,MACV,WAAW;AAAA,MACX,oBAAoB;AAAA,MACpB,OAAO;AAAA,MACP,UAAU;AAAA,IACZ;AAAA,EACF;AAAA,EACA,SAAS;AACX;AAQA,IAAO,iCAAQ;","names":[]}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><style>.cls-1{fill:#005cfe;}.cls-2{fill:#fdfdfe;}</style></defs><g id="Layer_6" data-name="Layer 6"><g id="JuvZVa"><path class="cls-1" d="M0,50C0,40.77-.1,31.58.07,22.4.22,14.9,3,8.55,9.32,4.09A22.35,22.35,0,0,1,20.3.25,56.53,56.53,0,0,1,26.12,0C42.74,0,59.37,0,76,0c5.17,0,10.15.92,14.5,4A21.42,21.42,0,0,1,99.75,20.1,55.89,55.89,0,0,1,100,26c0,17.13.11,34.26-.08,51.38-.1,8.93-3.88,16-12.11,20.15A25.49,25.49,0,0,1,76.15,100Q50,100,23.83,100c-5.37,0-10.52-1.06-14.95-4.39A21.57,21.57,0,0,1,.21,79.72,59,59,0,0,1,0,73.78Q0,61.87,0,50Zm50-35a35.07,35.07,0,1,0,35,35.13A35,35,0,0,0,50,14.92Z"/><path class="cls-2" d="M50,14.92a35.07,35.07,0,1,1-35.11,35A35,35,0,0,1,50,14.92ZM38.7,50c0,2.92,0,5.83,0,8.75a2.26,2.26,0,0,0,2.52,2.53q8.74,0,17.5,0c1.73,0,2.56-.85,2.56-2.6q0-8.68,0-17.38a2.27,2.27,0,0,0-2.57-2.59q-8.7,0-17.39,0c-1.8,0-2.61.84-2.62,2.66C38.69,44.25,38.7,47.12,38.7,50Z"/><path class="cls-1" d="M38.7,50c0-2.88,0-5.75,0-8.63,0-1.82.82-2.66,2.62-2.66q8.7,0,17.39,0a2.27,2.27,0,0,1,2.57,2.59q0,8.69,0,17.38c0,1.75-.83,2.6-2.56,2.6q-8.76,0-17.5,0a2.26,2.26,0,0,1-2.52-2.53C38.68,55.83,38.7,52.92,38.7,50Z"/></g></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SimpleCardGrid/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SimpleCardGrid/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __defProp = Object.defineProperty;
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
8
|
+
for (let key of __getOwnPropNames(from))
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
11
|
+
}
|
12
|
+
return to;
|
13
|
+
};
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
16
|
+
var SimpleCardGrid_exports = {};
|
17
|
+
module.exports = __toCommonJS(SimpleCardGrid_exports);
|
18
|
+
__reExport(SimpleCardGrid_exports, require("./SimpleCardGrid"), module.exports);
|
19
|
+
// Annotate the CommonJS export names for ESM import in node:
|
20
|
+
0 && (module.exports = {
|
21
|
+
...require("./SimpleCardGrid")
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/SimpleCardGrid/index.ts"],"sourcesContent":["export * from './SimpleCardGrid'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,mCAAc,6BAAd;","names":[]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/SimpleCardGrid/index.ts"],"sourcesContent":["export * from './SimpleCardGrid'\n"],"mappings":"AAAA,cAAc;","names":[]}
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,UAAU,CAAA;AACxB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA"}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __defProp = Object.defineProperty;
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
8
|
+
for (let key of __getOwnPropNames(from))
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
11
|
+
}
|
12
|
+
return to;
|
13
|
+
};
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
16
|
+
var components_exports = {};
|
17
|
+
module.exports = __toCommonJS(components_exports);
|
18
|
+
__reExport(components_exports, require("./CardContentEx"), module.exports);
|
19
|
+
__reExport(components_exports, require("./CardEx"), module.exports);
|
20
|
+
__reExport(components_exports, require("./FullWidthCard"), module.exports);
|
21
|
+
__reExport(components_exports, require("./PageCard"), module.exports);
|
22
|
+
__reExport(components_exports, require("./SimpleCard"), module.exports);
|
23
|
+
// Annotate the CommonJS export names for ESM import in node:
|
24
|
+
0 && (module.exports = {
|
25
|
+
...require("./CardContentEx"),
|
26
|
+
...require("./CardEx"),
|
27
|
+
...require("./FullWidthCard"),
|
28
|
+
...require("./PageCard"),
|
29
|
+
...require("./SimpleCard")
|
30
|
+
});
|
31
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../src/components/index.ts"],"sourcesContent":["export * from './CardContentEx'\nexport * from './CardEx'\nexport * from './FullWidthCard'\nexport * from './PageCard'\nexport * from './SimpleCard'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,4BAAd;AACA,+BAAc,qBADd;AAEA,+BAAc,4BAFd;AAGA,+BAAc,uBAHd;AAIA,+BAAc,yBAJd;","names":[]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../../src/components/index.ts"],"sourcesContent":["export * from './CardContentEx'\nexport * from './CardEx'\nexport * from './FullWidthCard'\nexport * from './PageCard'\nexport * from './SimpleCard'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,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,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __defProp = Object.defineProperty;
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
8
|
+
for (let key of __getOwnPropNames(from))
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
11
|
+
}
|
12
|
+
return to;
|
13
|
+
};
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
16
|
+
var src_exports = {};
|
17
|
+
module.exports = __toCommonJS(src_exports);
|
18
|
+
__reExport(src_exports, require("./components"), module.exports);
|
19
|
+
// Annotate the CommonJS export names for ESM import in node:
|
20
|
+
0 && (module.exports = {
|
21
|
+
...require("./components")
|
22
|
+
});
|
23
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './components'\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yBAAd;","names":[]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './components'\n"],"mappings":"AAAA,cAAc;","names":[]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
@@ -0,0 +1 @@
|
|
1
|
+
//# sourceMappingURL=images.d.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/package.json
CHANGED
@@ -10,8 +10,8 @@
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
|
-
"@xylabs/react-flexbox": "^3.1.0-rc.
|
14
|
-
"@xyo-network/react-shared": "~2.64.0-rc.
|
13
|
+
"@xylabs/react-flexbox": "^3.1.0-rc.6",
|
14
|
+
"@xyo-network/react-shared": "~2.64.0-rc.4"
|
15
15
|
},
|
16
16
|
"peerDependencies": {
|
17
17
|
"@mui/icons-material": "^5",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@storybook/react": "^7.4.3",
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
28
|
-
"@xylabs/tsconfig-react": "^3.0.
|
29
|
-
"@xyo-network/react-storybook": "~2.64.0-rc.
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.55",
|
28
|
+
"@xylabs/tsconfig-react": "^3.0.55",
|
29
|
+
"@xyo-network/react-storybook": "~2.64.0-rc.4",
|
30
30
|
"typescript": "^5.2.2"
|
31
31
|
},
|
32
32
|
"description": "Common React library for all XYO projects that use React",
|
@@ -35,30 +35,30 @@
|
|
35
35
|
".": {
|
36
36
|
"node": {
|
37
37
|
"import": {
|
38
|
-
"types": "./dist/index.d.mts",
|
39
|
-
"default": "./dist/index.mjs"
|
38
|
+
"types": "./dist/node/index.d.mts",
|
39
|
+
"default": "./dist/node/index.mjs"
|
40
40
|
},
|
41
41
|
"require": {
|
42
|
-
"types": "./dist/index.d.ts",
|
43
|
-
"default": "./dist/index.js"
|
42
|
+
"types": "./dist/node/index.d.ts",
|
43
|
+
"default": "./dist/node/index.js"
|
44
44
|
}
|
45
45
|
},
|
46
46
|
"browser": {
|
47
47
|
"import": {
|
48
|
-
"types": "./dist/index.d.
|
49
|
-
"default": "./dist/index.
|
48
|
+
"types": "./dist/browser/index.d.ts",
|
49
|
+
"default": "./dist/browser/index.js"
|
50
50
|
},
|
51
51
|
"require": {
|
52
|
-
"types": "./dist/index.d.ts",
|
53
|
-
"default": "./dist/index.js"
|
52
|
+
"types": "./dist/browser/index.d.ts",
|
53
|
+
"default": "./dist/browser/index.js"
|
54
54
|
}
|
55
55
|
},
|
56
|
-
"default": "./dist/index.mjs"
|
56
|
+
"default": "./dist/browser/index.mjs"
|
57
57
|
},
|
58
58
|
"./package.json": "./package.json"
|
59
59
|
},
|
60
|
-
"main": "dist/index.js",
|
61
|
-
"module": "dist/index.
|
60
|
+
"main": "dist/browser/index.js",
|
61
|
+
"module": "dist/browser/index.js",
|
62
62
|
"homepage": "https://xyo.network",
|
63
63
|
"keywords": [
|
64
64
|
"xyo",
|
@@ -79,7 +79,7 @@
|
|
79
79
|
"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\""
|
80
80
|
},
|
81
81
|
"sideEffects": false,
|
82
|
-
"types": "dist/index.d.ts",
|
83
|
-
"version": "2.64.0-rc.
|
82
|
+
"types": "dist/browser/index.d.ts",
|
83
|
+
"version": "2.64.0-rc.4",
|
84
84
|
"stableVersion": "2.63.1"
|
85
85
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAmBrE,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,oBAAoB,mIAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,mIAAuB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CardContentEx.d.ts","sourceRoot":"","sources":["../../src/components/CardContentEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,gBAAgB,EAAU,MAAM,eAAe,CAAA;AAmBrE,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,GAAG;IAClD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,YAAY,GAAG,QAAQ,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,oBAAoB,mIAU/B,CAAA;AAIF,eAAO,MAAM,aAAa,mIAAuB,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { Meta } from '@storybook/react';
|
3
|
-
declare const StorybookEntry: Meta;
|
4
|
-
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./CardContentEx").CardContentExProps, "ref"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
5
|
-
declare const WithRef: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./CardContentEx").CardContentExProps, "ref"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
6
|
-
declare const WithVariant: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./CardContentEx").CardContentExProps, "ref"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
7
|
-
export { Default, WithRef, WithVariant };
|
8
|
-
export default StorybookEntry;
|
9
|
-
//# sourceMappingURL=CardContentEx.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CardContentEx.stories.d.ts","sourceRoot":"","sources":["../../src/components/CardContentEx.stories.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAa,IAAI,EAAW,MAAM,kBAAkB,CAAA;AA4B3D,QAAA,MAAM,cAAc,EAAE,IASrB,CAAA;AAcD,QAAA,MAAM,OAAO,iNAAoB,CAAA;AAGjC,QAAA,MAAM,OAAO,iNAAoB,CAAA;AAGjC,QAAA,MAAM,WAAW,iNAAoB,CAAA;AAIrC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,CAAA;AAGxC,eAAe,cAAc,CAAA"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { Meta } from '@storybook/react';
|
3
|
-
declare const StorybookEntry: Meta;
|
4
|
-
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./CardContentEx").CardContentExProps, "ref"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
5
|
-
declare const WithRef: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./CardContentEx").CardContentExProps, "ref"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
6
|
-
declare const WithVariant: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./CardContentEx").CardContentExProps, "ref"> & import("react").RefAttributes<HTMLDivElement | null>>;
|
7
|
-
export { Default, WithRef, WithVariant };
|
8
|
-
export default StorybookEntry;
|
9
|
-
//# sourceMappingURL=CardContentEx.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CardContentEx.stories.d.ts","sourceRoot":"","sources":["../../src/components/CardContentEx.stories.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAa,IAAI,EAAW,MAAM,kBAAkB,CAAA;AA4B3D,QAAA,MAAM,cAAc,EAAE,IASrB,CAAA;AAcD,QAAA,MAAM,OAAO,iNAAoB,CAAA;AAGjC,QAAA,MAAM,OAAO,iNAAoB,CAAA;AAGjC,QAAA,MAAM,WAAW,iNAAoB,CAAA;AAIrC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,CAAA;AAGxC,eAAe,cAAc,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CardEx.d.ts","sourceRoot":"","sources":["../../src/components/CardEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAQ,SAAS,EAAE,MAAM,eAAe,CAAA;AAI/C,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG;IACpC,QAAQ,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAA;CACnC,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAa9C,CAAA;AAIF,eAAO,MAAM,MAAM,iCAAgB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"CardEx.d.ts","sourceRoot":"","sources":["../../src/components/CardEx.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAQ,SAAS,EAAE,MAAM,eAAe,CAAA;AAI/C,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG;IACpC,QAAQ,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAA;CACnC,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAa9C,CAAA;AAIF,eAAO,MAAM,MAAM,iCAAgB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"FullWidthCard.d.ts","sourceRoot":"","sources":["../../../src/components/FullWidthCard/FullWidthCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoD,SAAS,EAAgD,MAAM,eAAe,CAAA;AAGzI,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAA;AAC3C,OAAO,EAAE,EAAE,EAAe,MAAM,kBAAkB,CAAA;AAElD,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,SAAS,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,EAAE,CAAC,EAAE,EAAE,CAAA;CACR;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA8EtD,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"FullWidthCard.d.ts","sourceRoot":"","sources":["../../../src/components/FullWidthCard/FullWidthCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAoD,SAAS,EAAgD,MAAM,eAAe,CAAA;AAGzI,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAA;AAC3C,OAAO,EAAE,EAAE,EAAe,MAAM,kBAAkB,CAAA;AAElD,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,SAAS,CAAA;IACf,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,EAAE,CAAC,EAAE,EAAE,CAAA;CACR;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA8EtD,CAAA"}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./FullWidthCard").FullWidthCardProps>;
|
2
|
-
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./FullWidthCard").FullWidthCardProps>;
|
3
|
-
export { Default };
|
4
|
-
export default StorybookEntry;
|
5
|
-
//# sourceMappingURL=FullWidthCard.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"FullWidthCard.stories.d.ts","sourceRoot":"","sources":["../../../src/components/FullWidthCard/FullWidthCard.stories.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,cAAc,iJASW,CAAA;AAQ/B,QAAA,MAAM,OAAO,6IAAoB,CAAA;AASjC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,eAAe,cAAc,CAAA"}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("./FullWidthCard").FullWidthCardProps>;
|
2
|
-
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./FullWidthCard").FullWidthCardProps>;
|
3
|
-
export { Default };
|
4
|
-
export default StorybookEntry;
|
5
|
-
//# sourceMappingURL=FullWidthCard.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"FullWidthCard.stories.d.ts","sourceRoot":"","sources":["../../../src/components/FullWidthCard/FullWidthCard.stories.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,cAAc,iJASW,CAAA;AAQ/B,QAAA,MAAM,OAAO,6IAAoB,CAAA;AASjC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,eAAe,cAAc,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FullWidthCard/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/FullWidthCard/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"PageCard.d.ts","sourceRoot":"","sources":["../../src/components/PageCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,eAAe,EAAc,MAAM,eAAe,CAAA;AAEvE,OAAO,EAAc,SAAS,EAAE,MAAM,OAAO,CAAA;AAE7C,OAAO,EAAU,WAAW,EAAE,MAAM,UAAU,CAAA;AAE9C,MAAM,WAAW,aAAc,SAAQ,WAAW;IAChD,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;CACzC;AAiCD,eAAO,MAAM,QAAQ,mCAAkB,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"PageCard.d.ts","sourceRoot":"","sources":["../../src/components/PageCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,eAAe,EAAc,MAAM,eAAe,CAAA;AAEvE,OAAO,EAAc,SAAS,EAAE,MAAM,OAAO,CAAA;AAE7C,OAAO,EAAU,WAAW,EAAE,MAAM,UAAU,CAAA;AAE9C,MAAM,WAAW,aAAc,SAAQ,WAAW;IAChD,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,SAAS,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,CAAA;CACzC;AAiCD,eAAO,MAAM,QAAQ,mCAAkB,CAAA"}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Meta } from '@storybook/react';
|
2
|
-
declare const StorybookEntry: Meta;
|
3
|
-
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./PageCard").PageCardProps>;
|
4
|
-
declare const WithNoOnRefresh: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./PageCard").PageCardProps>;
|
5
|
-
declare const WithRef: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./PageCard").PageCardProps>;
|
6
|
-
export { Default, WithNoOnRefresh, WithRef };
|
7
|
-
export default StorybookEntry;
|
8
|
-
//# sourceMappingURL=PageCard.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"PageCard.stories.d.ts","sourceRoot":"","sources":["../../src/components/PageCard.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAA;AAMhD,QAAA,MAAM,cAAc,EAAE,IAerB,CAAA;AAwBD,QAAA,MAAM,OAAO,mIAAoB,CAAA;AAMjC,QAAA,MAAM,eAAe,mIAAmC,CAAA;AAMxD,QAAA,MAAM,OAAO,mIAAoB,CAAA;AAGjC,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,CAAA;AAG5C,eAAe,cAAc,CAAA"}
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { Meta } from '@storybook/react';
|
2
|
-
declare const StorybookEntry: Meta;
|
3
|
-
declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./PageCard").PageCardProps>;
|
4
|
-
declare const WithNoOnRefresh: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./PageCard").PageCardProps>;
|
5
|
-
declare const WithRef: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./PageCard").PageCardProps>;
|
6
|
-
export { Default, WithNoOnRefresh, WithRef };
|
7
|
-
export default StorybookEntry;
|
8
|
-
//# sourceMappingURL=PageCard.stories.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"PageCard.stories.d.ts","sourceRoot":"","sources":["../../src/components/PageCard.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAA;AAMhD,QAAA,MAAM,cAAc,EAAE,IAerB,CAAA;AAwBD,QAAA,MAAM,OAAO,mIAAoB,CAAA;AAMjC,QAAA,MAAM,eAAe,mIAAmC,CAAA;AAMxD,QAAA,MAAM,OAAO,mIAAoB,CAAA;AAGjC,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,CAAA;AAG5C,eAAe,cAAc,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"SimpleCard.d.ts","sourceRoot":"","sources":["../../../src/components/SimpleCard/SimpleCard.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAA;AAC3C,OAAO,EAAE,EAAE,EAAe,MAAM,kBAAkB,CAAA;AAElD,OAAO,EAAU,WAAW,EAAE,MAAM,WAAW,CAAA;AAE/C,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kBAAkB,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,EAAE,CAAC,EAAE,EAAE,CAAA;CACR;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA8EhD,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"SimpleCard.d.ts","sourceRoot":"","sources":["../../../src/components/SimpleCard/SimpleCard.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAY,MAAM,OAAO,CAAA;AAC3C,OAAO,EAAE,EAAE,EAAe,MAAM,kBAAkB,CAAA;AAElD,OAAO,EAAU,WAAW,EAAE,MAAM,WAAW,CAAA;AAE/C,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kBAAkB,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;IACtC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,EAAE,CAAC,EAAE,EAAE,CAAA;CACR;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA8EhD,CAAA"}
|