@echoform/echo-ui 0.1.0 → 0.2.0
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/README.md +57 -10
- package/dist/components/EchoChangeProfileNameModal.d.ts +59 -0
- package/dist/components/EchoChangeProfileNameModal.d.ts.map +1 -0
- package/dist/components/EchoChangeProfileNameModal.js +317 -0
- package/dist/components/EchoChangeProfileNameModal.js.map +1 -0
- package/dist/components/EchoColorPicker.d.ts +34 -0
- package/dist/components/EchoColorPicker.d.ts.map +1 -0
- package/dist/components/EchoColorPicker.js +206 -0
- package/dist/components/EchoColorPicker.js.map +1 -0
- package/dist/components/EchoConnectedAppsModal.d.ts +40 -0
- package/dist/components/EchoConnectedAppsModal.d.ts.map +1 -0
- package/dist/components/EchoConnectedAppsModal.js +220 -0
- package/dist/components/EchoConnectedAppsModal.js.map +1 -0
- package/dist/components/EchoDeleteProfilePanel.d.ts +63 -0
- package/dist/components/EchoDeleteProfilePanel.d.ts.map +1 -0
- package/dist/components/EchoDeleteProfilePanel.js +286 -0
- package/dist/components/EchoDeleteProfilePanel.js.map +1 -0
- package/dist/components/EchoDeletionIntercept.d.ts +39 -0
- package/dist/components/EchoDeletionIntercept.d.ts.map +1 -0
- package/dist/components/EchoDeletionIntercept.js +212 -0
- package/dist/components/EchoDeletionIntercept.js.map +1 -0
- package/dist/components/EchoDeletionStatusCard.d.ts +35 -0
- package/dist/components/EchoDeletionStatusCard.d.ts.map +1 -0
- package/dist/components/EchoDeletionStatusCard.js +156 -0
- package/dist/components/EchoDeletionStatusCard.js.map +1 -0
- package/dist/components/EchoEmblem.d.ts +93 -0
- package/dist/components/EchoEmblem.d.ts.map +1 -0
- package/dist/components/EchoEmblem.js +308 -0
- package/dist/components/EchoEmblem.js.map +1 -0
- package/dist/components/EchoEmblemPicker.d.ts +71 -0
- package/dist/components/EchoEmblemPicker.d.ts.map +1 -0
- package/dist/components/EchoEmblemPicker.js +490 -0
- package/dist/components/EchoEmblemPicker.js.map +1 -0
- package/dist/components/EchoErrorBanner.d.ts +17 -0
- package/dist/components/EchoErrorBanner.d.ts.map +1 -0
- package/dist/components/EchoErrorBanner.js +48 -0
- package/dist/components/EchoErrorBanner.js.map +1 -0
- package/dist/components/EchoFormField.d.ts +27 -0
- package/dist/components/EchoFormField.d.ts.map +1 -0
- package/dist/components/EchoFormField.js +49 -0
- package/dist/components/EchoFormField.js.map +1 -0
- package/dist/components/EchoLinkButton.d.ts +16 -0
- package/dist/components/EchoLinkButton.d.ts.map +1 -0
- package/dist/components/EchoLinkButton.js +37 -0
- package/dist/components/EchoLinkButton.js.map +1 -0
- package/dist/components/EchoMoreScreen.d.ts +41 -0
- package/dist/components/EchoMoreScreen.d.ts.map +1 -0
- package/dist/components/EchoMoreScreen.js +94 -0
- package/dist/components/EchoMoreScreen.js.map +1 -0
- package/dist/components/EchoPasswordField.d.ts +28 -0
- package/dist/components/EchoPasswordField.d.ts.map +1 -0
- package/dist/components/EchoPasswordField.js +67 -0
- package/dist/components/EchoPasswordField.js.map +1 -0
- package/dist/components/EchoPrimaryButton.d.ts +23 -0
- package/dist/components/EchoPrimaryButton.d.ts.map +1 -0
- package/dist/components/EchoPrimaryButton.js +54 -0
- package/dist/components/EchoPrimaryButton.js.map +1 -0
- package/dist/components/EchoProfileCard.d.ts +35 -0
- package/dist/components/EchoProfileCard.d.ts.map +1 -0
- package/dist/components/EchoProfileCard.js +206 -0
- package/dist/components/EchoProfileCard.js.map +1 -0
- package/dist/components/EchoProfileDivider.d.ts +14 -0
- package/dist/components/EchoProfileDivider.d.ts.map +1 -0
- package/dist/components/EchoProfileDivider.js +31 -0
- package/dist/components/EchoProfileDivider.js.map +1 -0
- package/dist/components/EchoProfileHero.d.ts +48 -0
- package/dist/components/EchoProfileHero.d.ts.map +1 -0
- package/dist/components/EchoProfileHero.js +215 -0
- package/dist/components/EchoProfileHero.js.map +1 -0
- package/dist/components/EchoProfileOverview.d.ts +18 -0
- package/dist/components/EchoProfileOverview.d.ts.map +1 -0
- package/dist/components/EchoProfileOverview.js +36 -0
- package/dist/components/EchoProfileOverview.js.map +1 -0
- package/dist/components/EchoProfileRow.d.ts +60 -0
- package/dist/components/EchoProfileRow.d.ts.map +1 -0
- package/dist/components/EchoProfileRow.js +113 -0
- package/dist/components/EchoProfileRow.js.map +1 -0
- package/dist/components/EchoProfileSection.d.ts +29 -0
- package/dist/components/EchoProfileSection.d.ts.map +1 -0
- package/dist/components/EchoProfileSection.js +58 -0
- package/dist/components/EchoProfileSection.js.map +1 -0
- package/dist/components/EchoRewardNotificationBanner.d.ts +61 -0
- package/dist/components/EchoRewardNotificationBanner.d.ts.map +1 -0
- package/dist/components/EchoRewardNotificationBanner.js +272 -0
- package/dist/components/EchoRewardNotificationBanner.js.map +1 -0
- package/dist/components/EchoSettingsRow.d.ts +24 -0
- package/dist/components/EchoSettingsRow.d.ts.map +1 -0
- package/dist/components/EchoSettingsRow.js +84 -0
- package/dist/components/EchoSettingsRow.js.map +1 -0
- package/dist/components/EchoSettingsSection.d.ts +16 -0
- package/dist/components/EchoSettingsSection.d.ts.map +1 -0
- package/dist/components/EchoSettingsSection.js +48 -0
- package/dist/components/EchoSettingsSection.js.map +1 -0
- package/dist/components/EchoSignOutButton.d.ts +28 -0
- package/dist/components/EchoSignOutButton.d.ts.map +1 -0
- package/dist/components/EchoSignOutButton.js +67 -0
- package/dist/components/EchoSignOutButton.js.map +1 -0
- package/dist/components/EchoSuccessBanner.d.ts +17 -0
- package/dist/components/EchoSuccessBanner.d.ts.map +1 -0
- package/dist/components/EchoSuccessBanner.js +48 -0
- package/dist/components/EchoSuccessBanner.js.map +1 -0
- package/dist/components/EchoSyncPanel.d.ts +165 -0
- package/dist/components/EchoSyncPanel.d.ts.map +1 -0
- package/dist/components/EchoSyncPanel.js +913 -0
- package/dist/components/EchoSyncPanel.js.map +1 -0
- package/dist/components/EchoSyncPromptModal.d.ts +87 -0
- package/dist/components/EchoSyncPromptModal.d.ts.map +1 -0
- package/dist/components/EchoSyncPromptModal.js +351 -0
- package/dist/components/EchoSyncPromptModal.js.map +1 -0
- package/dist/components/EchoTitlePicker.d.ts +72 -0
- package/dist/components/EchoTitlePicker.d.ts.map +1 -0
- package/dist/components/EchoTitlePicker.js +487 -0
- package/dist/components/EchoTitlePicker.js.map +1 -0
- package/dist/components/EchoVerificationCodeInput.d.ts +40 -0
- package/dist/components/EchoVerificationCodeInput.d.ts.map +1 -0
- package/dist/components/EchoVerificationCodeInput.js +140 -0
- package/dist/components/EchoVerificationCodeInput.js.map +1 -0
- package/dist/components/EchoWelcome.d.ts +44 -0
- package/dist/components/EchoWelcome.d.ts.map +1 -0
- package/dist/components/EchoWelcome.js +289 -0
- package/dist/components/EchoWelcome.js.map +1 -0
- package/dist/components/EchoWhyBecomeAnEchoModal.d.ts +34 -0
- package/dist/components/EchoWhyBecomeAnEchoModal.d.ts.map +1 -0
- package/dist/components/EchoWhyBecomeAnEchoModal.js +321 -0
- package/dist/components/EchoWhyBecomeAnEchoModal.js.map +1 -0
- package/dist/components/EchoformInfoButton.d.ts +27 -0
- package/dist/components/EchoformInfoButton.d.ts.map +1 -0
- package/dist/components/EchoformInfoButton.js +60 -0
- package/dist/components/EchoformInfoButton.js.map +1 -0
- package/dist/components/EchoformInfoModal.d.ts +63 -0
- package/dist/components/EchoformInfoModal.d.ts.map +1 -0
- package/dist/components/EchoformInfoModal.js +347 -0
- package/dist/components/EchoformInfoModal.js.map +1 -0
- package/dist/echoColors.d.ts +58 -0
- package/dist/echoColors.d.ts.map +1 -0
- package/dist/echoColors.js +94 -0
- package/dist/echoColors.js.map +1 -0
- package/dist/index.d.ts +71 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +86 -4
- package/dist/index.js.map +1 -1
- package/dist/theme.d.ts +48 -0
- package/dist/theme.d.ts.map +1 -0
- package/dist/theme.js +51 -0
- package/dist/theme.js.map +1 -0
- package/dist/titleRarity.d.ts +19 -0
- package/dist/titleRarity.d.ts.map +1 -0
- package/dist/titleRarity.js +46 -0
- package/dist/titleRarity.js.map +1 -0
- package/package.json +6 -5
- package/dist/components/EchoUITest.d.ts +0 -14
- package/dist/components/EchoUITest.d.ts.map +0 -1
- package/dist/components/EchoUITest.js +0 -53
- package/dist/components/EchoUITest.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -4,10 +4,92 @@
|
|
|
4
4
|
* Public package entry point.
|
|
5
5
|
*
|
|
6
6
|
* Export every public component and utility from here.
|
|
7
|
-
* Consumers import directly: import {
|
|
7
|
+
* Consumers import directly: import { EchoEmblem } from '@echoform/echo-ui'
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
exports.EchoSyncPanel = exports.EchoSyncPromptModal = exports.EchoRewardNotificationBanner = exports.EchoDeleteProfilePanel = exports.EchoDeletionIntercept = exports.EchoDeletionStatusCard = exports.EchoChangeProfileNameModal = exports.EchoConnectedAppsModal = exports.EchoVerificationCodeInput = exports.EchoformInfoModal = exports.EchoformInfoButton = exports.EchoWhyBecomeAnEchoModal = exports.EchoWelcome = exports.EchoProfileOverview = exports.EchoSignOutButton = exports.EchoProfileDivider = exports.EchoProfileRow = exports.EchoProfileSection = exports.EchoProfileHero = exports.EchoSuccessBanner = exports.EchoErrorBanner = exports.EchoLinkButton = exports.EchoPrimaryButton = exports.EchoPasswordField = exports.EchoFormField = exports.EchoColorPicker = exports.EchoTitlePicker = exports.EchoEmblemPicker = exports.EchoMoreScreen = exports.EchoSettingsSection = exports.EchoSettingsRow = exports.EchoProfileCard = exports.EchoEmblem = exports.isValidEchoColor = exports.resolveEchoColor = exports.echoColorLabel = exports.ECHO_COLOR_HEX_SET = exports.ECHO_COLOR_PALETTE = exports.ECHO_COLOR_DEFAULT = exports.rarityLabel = exports.rarityGlowColor = exports.rarityColor = exports.RADIUS = exports.SPACING = exports.FONTS = exports.COLORS = void 0;
|
|
11
|
+
// ── Design tokens ─────────────────────────────────────────────────────────────
|
|
12
|
+
var theme_1 = require("./theme");
|
|
13
|
+
Object.defineProperty(exports, "COLORS", { enumerable: true, get: function () { return theme_1.COLORS; } });
|
|
14
|
+
Object.defineProperty(exports, "FONTS", { enumerable: true, get: function () { return theme_1.FONTS; } });
|
|
15
|
+
Object.defineProperty(exports, "SPACING", { enumerable: true, get: function () { return theme_1.SPACING; } });
|
|
16
|
+
Object.defineProperty(exports, "RADIUS", { enumerable: true, get: function () { return theme_1.RADIUS; } });
|
|
17
|
+
var titleRarity_1 = require("./titleRarity");
|
|
18
|
+
Object.defineProperty(exports, "rarityColor", { enumerable: true, get: function () { return titleRarity_1.rarityColor; } });
|
|
19
|
+
Object.defineProperty(exports, "rarityGlowColor", { enumerable: true, get: function () { return titleRarity_1.rarityGlowColor; } });
|
|
20
|
+
Object.defineProperty(exports, "rarityLabel", { enumerable: true, get: function () { return titleRarity_1.rarityLabel; } });
|
|
21
|
+
var echoColors_1 = require("./echoColors");
|
|
22
|
+
Object.defineProperty(exports, "ECHO_COLOR_DEFAULT", { enumerable: true, get: function () { return echoColors_1.ECHO_COLOR_DEFAULT; } });
|
|
23
|
+
Object.defineProperty(exports, "ECHO_COLOR_PALETTE", { enumerable: true, get: function () { return echoColors_1.ECHO_COLOR_PALETTE; } });
|
|
24
|
+
Object.defineProperty(exports, "ECHO_COLOR_HEX_SET", { enumerable: true, get: function () { return echoColors_1.ECHO_COLOR_HEX_SET; } });
|
|
25
|
+
Object.defineProperty(exports, "echoColorLabel", { enumerable: true, get: function () { return echoColors_1.echoColorLabel; } });
|
|
26
|
+
Object.defineProperty(exports, "resolveEchoColor", { enumerable: true, get: function () { return echoColors_1.resolveEchoColor; } });
|
|
27
|
+
Object.defineProperty(exports, "isValidEchoColor", { enumerable: true, get: function () { return echoColors_1.isValidEchoColor; } });
|
|
28
|
+
// ── Components ────────────────────────────────────────────────────────────────
|
|
29
|
+
var EchoEmblem_1 = require("./components/EchoEmblem");
|
|
30
|
+
Object.defineProperty(exports, "EchoEmblem", { enumerable: true, get: function () { return EchoEmblem_1.EchoEmblem; } });
|
|
31
|
+
var EchoProfileCard_1 = require("./components/EchoProfileCard");
|
|
32
|
+
Object.defineProperty(exports, "EchoProfileCard", { enumerable: true, get: function () { return EchoProfileCard_1.EchoProfileCard; } });
|
|
33
|
+
var EchoSettingsRow_1 = require("./components/EchoSettingsRow");
|
|
34
|
+
Object.defineProperty(exports, "EchoSettingsRow", { enumerable: true, get: function () { return EchoSettingsRow_1.EchoSettingsRow; } });
|
|
35
|
+
var EchoSettingsSection_1 = require("./components/EchoSettingsSection");
|
|
36
|
+
Object.defineProperty(exports, "EchoSettingsSection", { enumerable: true, get: function () { return EchoSettingsSection_1.EchoSettingsSection; } });
|
|
37
|
+
var EchoMoreScreen_1 = require("./components/EchoMoreScreen");
|
|
38
|
+
Object.defineProperty(exports, "EchoMoreScreen", { enumerable: true, get: function () { return EchoMoreScreen_1.EchoMoreScreen; } });
|
|
39
|
+
var EchoEmblemPicker_1 = require("./components/EchoEmblemPicker");
|
|
40
|
+
Object.defineProperty(exports, "EchoEmblemPicker", { enumerable: true, get: function () { return EchoEmblemPicker_1.EchoEmblemPicker; } });
|
|
41
|
+
var EchoTitlePicker_1 = require("./components/EchoTitlePicker");
|
|
42
|
+
Object.defineProperty(exports, "EchoTitlePicker", { enumerable: true, get: function () { return EchoTitlePicker_1.EchoTitlePicker; } });
|
|
43
|
+
var EchoColorPicker_1 = require("./components/EchoColorPicker");
|
|
44
|
+
Object.defineProperty(exports, "EchoColorPicker", { enumerable: true, get: function () { return EchoColorPicker_1.EchoColorPicker; } });
|
|
45
|
+
var EchoFormField_1 = require("./components/EchoFormField");
|
|
46
|
+
Object.defineProperty(exports, "EchoFormField", { enumerable: true, get: function () { return EchoFormField_1.EchoFormField; } });
|
|
47
|
+
var EchoPasswordField_1 = require("./components/EchoPasswordField");
|
|
48
|
+
Object.defineProperty(exports, "EchoPasswordField", { enumerable: true, get: function () { return EchoPasswordField_1.EchoPasswordField; } });
|
|
49
|
+
var EchoPrimaryButton_1 = require("./components/EchoPrimaryButton");
|
|
50
|
+
Object.defineProperty(exports, "EchoPrimaryButton", { enumerable: true, get: function () { return EchoPrimaryButton_1.EchoPrimaryButton; } });
|
|
51
|
+
var EchoLinkButton_1 = require("./components/EchoLinkButton");
|
|
52
|
+
Object.defineProperty(exports, "EchoLinkButton", { enumerable: true, get: function () { return EchoLinkButton_1.EchoLinkButton; } });
|
|
53
|
+
var EchoErrorBanner_1 = require("./components/EchoErrorBanner");
|
|
54
|
+
Object.defineProperty(exports, "EchoErrorBanner", { enumerable: true, get: function () { return EchoErrorBanner_1.EchoErrorBanner; } });
|
|
55
|
+
var EchoSuccessBanner_1 = require("./components/EchoSuccessBanner");
|
|
56
|
+
Object.defineProperty(exports, "EchoSuccessBanner", { enumerable: true, get: function () { return EchoSuccessBanner_1.EchoSuccessBanner; } });
|
|
57
|
+
var EchoProfileHero_1 = require("./components/EchoProfileHero");
|
|
58
|
+
Object.defineProperty(exports, "EchoProfileHero", { enumerable: true, get: function () { return EchoProfileHero_1.EchoProfileHero; } });
|
|
59
|
+
var EchoProfileSection_1 = require("./components/EchoProfileSection");
|
|
60
|
+
Object.defineProperty(exports, "EchoProfileSection", { enumerable: true, get: function () { return EchoProfileSection_1.EchoProfileSection; } });
|
|
61
|
+
var EchoProfileRow_1 = require("./components/EchoProfileRow");
|
|
62
|
+
Object.defineProperty(exports, "EchoProfileRow", { enumerable: true, get: function () { return EchoProfileRow_1.EchoProfileRow; } });
|
|
63
|
+
var EchoProfileDivider_1 = require("./components/EchoProfileDivider");
|
|
64
|
+
Object.defineProperty(exports, "EchoProfileDivider", { enumerable: true, get: function () { return EchoProfileDivider_1.EchoProfileDivider; } });
|
|
65
|
+
var EchoSignOutButton_1 = require("./components/EchoSignOutButton");
|
|
66
|
+
Object.defineProperty(exports, "EchoSignOutButton", { enumerable: true, get: function () { return EchoSignOutButton_1.EchoSignOutButton; } });
|
|
67
|
+
var EchoProfileOverview_1 = require("./components/EchoProfileOverview");
|
|
68
|
+
Object.defineProperty(exports, "EchoProfileOverview", { enumerable: true, get: function () { return EchoProfileOverview_1.EchoProfileOverview; } });
|
|
69
|
+
var EchoWelcome_1 = require("./components/EchoWelcome");
|
|
70
|
+
Object.defineProperty(exports, "EchoWelcome", { enumerable: true, get: function () { return EchoWelcome_1.EchoWelcome; } });
|
|
71
|
+
var EchoWhyBecomeAnEchoModal_1 = require("./components/EchoWhyBecomeAnEchoModal");
|
|
72
|
+
Object.defineProperty(exports, "EchoWhyBecomeAnEchoModal", { enumerable: true, get: function () { return EchoWhyBecomeAnEchoModal_1.EchoWhyBecomeAnEchoModal; } });
|
|
73
|
+
var EchoformInfoButton_1 = require("./components/EchoformInfoButton");
|
|
74
|
+
Object.defineProperty(exports, "EchoformInfoButton", { enumerable: true, get: function () { return EchoformInfoButton_1.EchoformInfoButton; } });
|
|
75
|
+
var EchoformInfoModal_1 = require("./components/EchoformInfoModal");
|
|
76
|
+
Object.defineProperty(exports, "EchoformInfoModal", { enumerable: true, get: function () { return EchoformInfoModal_1.EchoformInfoModal; } });
|
|
77
|
+
var EchoVerificationCodeInput_1 = require("./components/EchoVerificationCodeInput");
|
|
78
|
+
Object.defineProperty(exports, "EchoVerificationCodeInput", { enumerable: true, get: function () { return EchoVerificationCodeInput_1.EchoVerificationCodeInput; } });
|
|
79
|
+
var EchoConnectedAppsModal_1 = require("./components/EchoConnectedAppsModal");
|
|
80
|
+
Object.defineProperty(exports, "EchoConnectedAppsModal", { enumerable: true, get: function () { return EchoConnectedAppsModal_1.EchoConnectedAppsModal; } });
|
|
81
|
+
var EchoChangeProfileNameModal_1 = require("./components/EchoChangeProfileNameModal");
|
|
82
|
+
Object.defineProperty(exports, "EchoChangeProfileNameModal", { enumerable: true, get: function () { return EchoChangeProfileNameModal_1.EchoChangeProfileNameModal; } });
|
|
83
|
+
var EchoDeletionStatusCard_1 = require("./components/EchoDeletionStatusCard");
|
|
84
|
+
Object.defineProperty(exports, "EchoDeletionStatusCard", { enumerable: true, get: function () { return EchoDeletionStatusCard_1.EchoDeletionStatusCard; } });
|
|
85
|
+
var EchoDeletionIntercept_1 = require("./components/EchoDeletionIntercept");
|
|
86
|
+
Object.defineProperty(exports, "EchoDeletionIntercept", { enumerable: true, get: function () { return EchoDeletionIntercept_1.EchoDeletionIntercept; } });
|
|
87
|
+
var EchoDeleteProfilePanel_1 = require("./components/EchoDeleteProfilePanel");
|
|
88
|
+
Object.defineProperty(exports, "EchoDeleteProfilePanel", { enumerable: true, get: function () { return EchoDeleteProfilePanel_1.EchoDeleteProfilePanel; } });
|
|
89
|
+
var EchoRewardNotificationBanner_1 = require("./components/EchoRewardNotificationBanner");
|
|
90
|
+
Object.defineProperty(exports, "EchoRewardNotificationBanner", { enumerable: true, get: function () { return EchoRewardNotificationBanner_1.EchoRewardNotificationBanner; } });
|
|
91
|
+
var EchoSyncPromptModal_1 = require("./components/EchoSyncPromptModal");
|
|
92
|
+
Object.defineProperty(exports, "EchoSyncPromptModal", { enumerable: true, get: function () { return EchoSyncPromptModal_1.EchoSyncPromptModal; } });
|
|
93
|
+
var EchoSyncPanel_1 = require("./components/EchoSyncPanel");
|
|
94
|
+
Object.defineProperty(exports, "EchoSyncPanel", { enumerable: true, get: function () { return EchoSyncPanel_1.EchoSyncPanel; } });
|
|
13
95
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,sDAAqD;AAA5C,wGAAA,UAAU,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,iFAAiF;AACjF,iCAAyD;AAAhD,+FAAA,MAAM,OAAA;AAAE,8FAAA,KAAK,OAAA;AAAE,gGAAA,OAAO,OAAA;AAAE,+FAAA,MAAM,OAAA;AAIvC,6CAA0E;AAAjE,0GAAA,WAAW,OAAA;AAAE,8GAAA,eAAe,OAAA;AAAE,0GAAA,WAAW,OAAA;AAIlD,2CAOsB;AANpB,gHAAA,kBAAkB,OAAA;AAClB,gHAAA,kBAAkB,OAAA;AAClB,gHAAA,kBAAkB,OAAA;AAClB,4GAAA,cAAc,OAAA;AACd,8GAAA,gBAAgB,OAAA;AAChB,8GAAA,gBAAgB,OAAA;AAGlB,iFAAiF;AACjF,sDAAqD;AAA5C,wGAAA,UAAU,OAAA;AAGnB,gEAA+D;AAAtD,kHAAA,eAAe,OAAA;AAGxB,gEAA+D;AAAtD,kHAAA,eAAe,OAAA;AAGxB,wEAAuE;AAA9D,0HAAA,mBAAmB,OAAA;AAG5B,8DAA6D;AAApD,gHAAA,cAAc,OAAA;AAGvB,kEAAiE;AAAxD,oHAAA,gBAAgB,OAAA;AAGzB,gEAA+D;AAAtD,kHAAA,eAAe,OAAA;AAGxB,gEAA+D;AAAtD,kHAAA,eAAe,OAAA;AAGxB,4DAA2D;AAAlD,8GAAA,aAAa,OAAA;AAGtB,oEAAmE;AAA1D,sHAAA,iBAAiB,OAAA;AAG1B,oEAAmE;AAA1D,sHAAA,iBAAiB,OAAA;AAG1B,8DAA6D;AAApD,gHAAA,cAAc,OAAA;AAGvB,gEAA+D;AAAtD,kHAAA,eAAe,OAAA;AAGxB,oEAAmE;AAA1D,sHAAA,iBAAiB,OAAA;AAG1B,gEAA+D;AAAtD,kHAAA,eAAe,OAAA;AAGxB,sEAAqE;AAA5D,wHAAA,kBAAkB,OAAA;AAG3B,8DAA6D;AAApD,gHAAA,cAAc,OAAA;AAGvB,sEAAqE;AAA5D,wHAAA,kBAAkB,OAAA;AAE3B,oEAAmE;AAA1D,sHAAA,iBAAiB,OAAA;AAG1B,wEAAuE;AAA9D,0HAAA,mBAAmB,OAAA;AAG5B,wDAAuD;AAA9C,0GAAA,WAAW,OAAA;AAGpB,kFAAiF;AAAxE,oIAAA,wBAAwB,OAAA;AAGjC,sEAAqE;AAA5D,wHAAA,kBAAkB,OAAA;AAG3B,oEAAmE;AAA1D,sHAAA,iBAAiB,OAAA;AAG1B,oFAAmF;AAA1E,sIAAA,yBAAyB,OAAA;AAGlC,8EAA6E;AAApE,gIAAA,sBAAsB,OAAA;AAG/B,sFAAqF;AAA5E,wIAAA,0BAA0B,OAAA;AAGnC,8EAA6E;AAApE,gIAAA,sBAAsB,OAAA;AAG/B,4EAA2E;AAAlE,8HAAA,qBAAqB,OAAA;AAG9B,8EAA6E;AAApE,gIAAA,sBAAsB,OAAA;AAG/B,0FAAyF;AAAhF,4IAAA,4BAA4B,OAAA;AAGrC,wEAAuE;AAA9D,0HAAA,mBAAmB,OAAA;AAO5B,4DAA2D;AAAlD,8GAAA,aAAa,OAAA"}
|
package/dist/theme.d.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const COLORS: {
|
|
2
|
+
readonly bg: "#06080f";
|
|
3
|
+
readonly surface: "#0d1117";
|
|
4
|
+
readonly surfaceHigh: "#141c27";
|
|
5
|
+
readonly surfaceHigher: "#1a2333";
|
|
6
|
+
readonly border: "#1a2535";
|
|
7
|
+
readonly neonCyan: "#00e5ff";
|
|
8
|
+
readonly neonPurple: "#a855f7";
|
|
9
|
+
readonly neonGreen: "#00ff9f";
|
|
10
|
+
readonly neonBlue: "#4488ff";
|
|
11
|
+
readonly neonPink: "#ff4dac";
|
|
12
|
+
readonly echoGold: "#ffaa00";
|
|
13
|
+
readonly glowCyan: "rgba(0, 229, 255, 0.25)";
|
|
14
|
+
readonly glowPurple: "rgba(168, 85, 247, 0.25)";
|
|
15
|
+
readonly glowGreen: "rgba(0, 255, 159, 0.25)";
|
|
16
|
+
readonly glowBlue: "rgba(68, 136, 255, 0.25)";
|
|
17
|
+
readonly textPrimary: "#e8f4ff";
|
|
18
|
+
readonly textSecondary: "#7a9bb5";
|
|
19
|
+
readonly textMuted: "#4a6580";
|
|
20
|
+
readonly error: "#ff4466";
|
|
21
|
+
readonly warning: "#ffaa00";
|
|
22
|
+
};
|
|
23
|
+
export declare const FONTS: {
|
|
24
|
+
readonly xs: 11;
|
|
25
|
+
readonly sm: 13;
|
|
26
|
+
readonly md: 15;
|
|
27
|
+
readonly lg: 17;
|
|
28
|
+
readonly xl: 20;
|
|
29
|
+
readonly xxl: 24;
|
|
30
|
+
readonly xxxl: 30;
|
|
31
|
+
};
|
|
32
|
+
export declare const SPACING: {
|
|
33
|
+
readonly xs: 4;
|
|
34
|
+
readonly sm: 8;
|
|
35
|
+
readonly md: 12;
|
|
36
|
+
readonly lg: 16;
|
|
37
|
+
readonly xl: 20;
|
|
38
|
+
readonly xxl: 24;
|
|
39
|
+
readonly xxxl: 32;
|
|
40
|
+
};
|
|
41
|
+
export declare const RADIUS: {
|
|
42
|
+
readonly sm: 8;
|
|
43
|
+
readonly md: 12;
|
|
44
|
+
readonly lg: 16;
|
|
45
|
+
readonly xl: 20;
|
|
46
|
+
readonly full: 9999;
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;CAqBT,CAAC;AAEX,eAAO,MAAM,KAAK;;;;;;;;CAQR,CAAC;AAEX,eAAO,MAAM,OAAO;;;;;;;;CAQV,CAAC;AAEX,eAAO,MAAM,MAAM;;;;;;CAMT,CAAC"}
|
package/dist/theme.js
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RADIUS = exports.SPACING = exports.FONTS = exports.COLORS = void 0;
|
|
4
|
+
exports.COLORS = {
|
|
5
|
+
bg: '#06080f',
|
|
6
|
+
surface: '#0d1117',
|
|
7
|
+
surfaceHigh: '#141c27',
|
|
8
|
+
surfaceHigher: '#1a2333',
|
|
9
|
+
border: '#1a2535',
|
|
10
|
+
neonCyan: '#00e5ff',
|
|
11
|
+
neonPurple: '#a855f7',
|
|
12
|
+
neonGreen: '#00ff9f',
|
|
13
|
+
neonBlue: '#4488ff',
|
|
14
|
+
neonPink: '#ff4dac',
|
|
15
|
+
echoGold: '#ffaa00',
|
|
16
|
+
glowCyan: 'rgba(0, 229, 255, 0.25)',
|
|
17
|
+
glowPurple: 'rgba(168, 85, 247, 0.25)',
|
|
18
|
+
glowGreen: 'rgba(0, 255, 159, 0.25)',
|
|
19
|
+
glowBlue: 'rgba(68, 136, 255, 0.25)',
|
|
20
|
+
textPrimary: '#e8f4ff',
|
|
21
|
+
textSecondary: '#7a9bb5',
|
|
22
|
+
textMuted: '#4a6580',
|
|
23
|
+
error: '#ff4466',
|
|
24
|
+
warning: '#ffaa00',
|
|
25
|
+
};
|
|
26
|
+
exports.FONTS = {
|
|
27
|
+
xs: 11,
|
|
28
|
+
sm: 13,
|
|
29
|
+
md: 15,
|
|
30
|
+
lg: 17,
|
|
31
|
+
xl: 20,
|
|
32
|
+
xxl: 24,
|
|
33
|
+
xxxl: 30,
|
|
34
|
+
};
|
|
35
|
+
exports.SPACING = {
|
|
36
|
+
xs: 4,
|
|
37
|
+
sm: 8,
|
|
38
|
+
md: 12,
|
|
39
|
+
lg: 16,
|
|
40
|
+
xl: 20,
|
|
41
|
+
xxl: 24,
|
|
42
|
+
xxxl: 32,
|
|
43
|
+
};
|
|
44
|
+
exports.RADIUS = {
|
|
45
|
+
sm: 8,
|
|
46
|
+
md: 12,
|
|
47
|
+
lg: 16,
|
|
48
|
+
xl: 20,
|
|
49
|
+
full: 9999,
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=theme.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":";;;AAAa,QAAA,MAAM,GAAG;IACpB,EAAE,EAAE,SAAS;IACb,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,SAAS;IACtB,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,SAAS;IACjB,QAAQ,EAAE,SAAS;IACnB,UAAU,EAAE,SAAS;IACrB,SAAS,EAAE,SAAS;IACpB,QAAQ,EAAE,SAAS;IACnB,QAAQ,EAAE,SAAS;IACnB,QAAQ,EAAE,SAAS;IACnB,QAAQ,EAAE,yBAAyB;IACnC,UAAU,EAAE,0BAA0B;IACtC,SAAS,EAAE,yBAAyB;IACpC,QAAQ,EAAE,0BAA0B;IACpC,WAAW,EAAE,SAAS;IACtB,aAAa,EAAE,SAAS;IACxB,SAAS,EAAE,SAAS;IACpB,KAAK,EAAE,SAAS;IAChB,OAAO,EAAE,SAAS;CACV,CAAC;AAEE,QAAA,KAAK,GAAG;IACnB,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;CACA,CAAC;AAEE,QAAA,OAAO,GAAG;IACrB,EAAE,EAAE,CAAC;IACL,EAAE,EAAE,CAAC;IACL,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;CACA,CAAC;AAEE,QAAA,MAAM,GAAG;IACpB,EAAE,EAAE,CAAC;IACL,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,IAAI;CACF,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @echoform/echo-ui – Title rarity helpers
|
|
3
|
+
*
|
|
4
|
+
* Canonical rarity colours and glow values shared across all Echo apps.
|
|
5
|
+
*/
|
|
6
|
+
export type EchoTitleRarity = 'common' | 'rare' | 'legendary' | 'mythic';
|
|
7
|
+
/** Returns the foreground colour for a given rarity. */
|
|
8
|
+
export declare function rarityColor(rarity: EchoTitleRarity): string;
|
|
9
|
+
/**
|
|
10
|
+
* Returns the glow/shadow colour for a given rarity, or `undefined` if the
|
|
11
|
+
* rarity has no glow effect (common, rare).
|
|
12
|
+
*/
|
|
13
|
+
export declare function rarityGlowColor(rarity: EchoTitleRarity): string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* Returns the human-readable label for a given rarity.
|
|
16
|
+
* Used in picker components and accessibility strings.
|
|
17
|
+
*/
|
|
18
|
+
export declare function rarityLabel(rarity: EchoTitleRarity): string;
|
|
19
|
+
//# sourceMappingURL=titleRarity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"titleRarity.d.ts","sourceRoot":"","sources":["../src/titleRarity.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,MAAM,GAAG,WAAW,GAAG,QAAQ,CAAC;AAgBzE,wDAAwD;AACxD,wBAAgB,WAAW,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM,CAE3D;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM,GAAG,SAAS,CAE3E;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM,CAO3D"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @echoform/echo-ui – Title rarity helpers
|
|
4
|
+
*
|
|
5
|
+
* Canonical rarity colours and glow values shared across all Echo apps.
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.rarityColor = rarityColor;
|
|
9
|
+
exports.rarityGlowColor = rarityGlowColor;
|
|
10
|
+
exports.rarityLabel = rarityLabel;
|
|
11
|
+
const RARITY_COLOR = {
|
|
12
|
+
common: '#00e5ff',
|
|
13
|
+
rare: '#a855f7',
|
|
14
|
+
legendary: '#ff6b00',
|
|
15
|
+
mythic: '#ffd700',
|
|
16
|
+
};
|
|
17
|
+
const RARITY_GLOW = {
|
|
18
|
+
common: undefined,
|
|
19
|
+
rare: undefined,
|
|
20
|
+
legendary: '#ffd700',
|
|
21
|
+
mythic: '#ff6600',
|
|
22
|
+
};
|
|
23
|
+
/** Returns the foreground colour for a given rarity. */
|
|
24
|
+
function rarityColor(rarity) {
|
|
25
|
+
return RARITY_COLOR[rarity];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Returns the glow/shadow colour for a given rarity, or `undefined` if the
|
|
29
|
+
* rarity has no glow effect (common, rare).
|
|
30
|
+
*/
|
|
31
|
+
function rarityGlowColor(rarity) {
|
|
32
|
+
return RARITY_GLOW[rarity];
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Returns the human-readable label for a given rarity.
|
|
36
|
+
* Used in picker components and accessibility strings.
|
|
37
|
+
*/
|
|
38
|
+
function rarityLabel(rarity) {
|
|
39
|
+
switch (rarity) {
|
|
40
|
+
case 'common': return 'Common';
|
|
41
|
+
case 'rare': return 'Rare';
|
|
42
|
+
case 'legendary': return 'Legendary';
|
|
43
|
+
case 'mythic': return 'Mythic';
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=titleRarity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"titleRarity.js","sourceRoot":"","sources":["../src/titleRarity.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;AAmBH,kCAEC;AAMD,0CAEC;AAMD,kCAOC;AAtCD,MAAM,YAAY,GAAoC;IACpD,MAAM,EAAE,SAAS;IACjB,IAAI,EAAE,SAAS;IACf,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,MAAM,WAAW,GAAgD;IAC/D,MAAM,EAAE,SAAS;IACjB,IAAI,EAAE,SAAS;IACf,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,SAAS;CAClB,CAAC;AAEF,wDAAwD;AACxD,SAAgB,WAAW,CAAC,MAAuB;IACjD,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC;AAC9B,CAAC;AAED;;;GAGG;AACH,SAAgB,eAAe,CAAC,MAAuB;IACrD,OAAO,WAAW,CAAC,MAAM,CAAC,CAAC;AAC7B,CAAC;AAED;;;GAGG;AACH,SAAgB,WAAW,CAAC,MAAuB;IACjD,QAAQ,MAAM,EAAE,CAAC;QACf,KAAK,QAAQ,CAAC,CAAI,OAAO,QAAQ,CAAC;QAClC,KAAK,MAAM,CAAC,CAAM,OAAO,MAAM,CAAC;QAChC,KAAK,WAAW,CAAC,CAAC,OAAO,WAAW,CAAC;QACrC,KAAK,QAAQ,CAAC,CAAI,OAAO,QAAQ,CAAC;IACpC,CAAC;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@echoform/echo-ui",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Echoform Productions – shared React Native / Expo
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Echoform Productions – shared React Native / Expo presentation library for the Echoform ecosystem",
|
|
5
5
|
"author": "Echoform Productions",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
|
-
"module": "dist/index.js",
|
|
9
8
|
"types": "dist/index.d.ts",
|
|
10
9
|
"files": [
|
|
11
10
|
"dist"
|
|
@@ -17,7 +16,9 @@
|
|
|
17
16
|
},
|
|
18
17
|
"peerDependencies": {
|
|
19
18
|
"react": ">=18.0.0",
|
|
20
|
-
"react-native": ">=0.73.0"
|
|
19
|
+
"react-native": ">=0.73.0",
|
|
20
|
+
"expo-image": ">=2.0.0",
|
|
21
|
+
"@expo/vector-icons": ">=14.0.0"
|
|
21
22
|
},
|
|
22
23
|
"devDependencies": {},
|
|
23
24
|
"keywords": [
|
|
@@ -29,7 +30,7 @@
|
|
|
29
30
|
],
|
|
30
31
|
"repository": {
|
|
31
32
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/echoformproductions/Echo-UI.git"
|
|
33
|
+
"url": "git+https://github.com/echoformproductions/Echo-UI.git"
|
|
33
34
|
},
|
|
34
35
|
"publishConfig": {
|
|
35
36
|
"access": "public"
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EchoUITest
|
|
3
|
-
*
|
|
4
|
-
* Minimal smoke-test component. Its sole purpose is to confirm that the
|
|
5
|
-
* package build pipeline and import chain are working end-to-end.
|
|
6
|
-
* Replace / delete this component once real Echo UI components exist.
|
|
7
|
-
*/
|
|
8
|
-
import React from 'react';
|
|
9
|
-
export interface EchoUITestProps {
|
|
10
|
-
/** Optional label rendered inside the badge. Defaults to "@echoform/echo-ui". */
|
|
11
|
-
label?: string;
|
|
12
|
-
}
|
|
13
|
-
export declare function EchoUITest({ label }: EchoUITestProps): React.JSX.Element;
|
|
14
|
-
//# sourceMappingURL=EchoUITest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EchoUITest.d.ts","sourceRoot":"","sources":["../../src/components/EchoUITest.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,eAAe;IAC9B,iFAAiF;IACjF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,UAAU,CAAC,EAAE,KAA2B,EAAE,EAAE,eAAe,qBAS1E"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* EchoUITest
|
|
4
|
-
*
|
|
5
|
-
* Minimal smoke-test component. Its sole purpose is to confirm that the
|
|
6
|
-
* package build pipeline and import chain are working end-to-end.
|
|
7
|
-
* Replace / delete this component once real Echo UI components exist.
|
|
8
|
-
*/
|
|
9
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
exports.EchoUITest = EchoUITest;
|
|
14
|
-
const react_1 = __importDefault(require("react"));
|
|
15
|
-
const react_native_1 = require("react-native");
|
|
16
|
-
function EchoUITest({ label = '@echoform/echo-ui' }) {
|
|
17
|
-
return (<react_native_1.View style={styles.container}>
|
|
18
|
-
<react_native_1.View style={styles.badge}>
|
|
19
|
-
<react_native_1.Text style={styles.packageLabel}>{label}</react_native_1.Text>
|
|
20
|
-
<react_native_1.Text style={styles.statusLabel}>Package import OK</react_native_1.Text>
|
|
21
|
-
</react_native_1.View>
|
|
22
|
-
</react_native_1.View>);
|
|
23
|
-
}
|
|
24
|
-
const styles = react_native_1.StyleSheet.create({
|
|
25
|
-
container: {
|
|
26
|
-
alignItems: 'center',
|
|
27
|
-
justifyContent: 'center',
|
|
28
|
-
padding: 16,
|
|
29
|
-
},
|
|
30
|
-
badge: {
|
|
31
|
-
backgroundColor: '#0D0D0D',
|
|
32
|
-
borderWidth: 1,
|
|
33
|
-
borderColor: '#2A2A2A',
|
|
34
|
-
borderRadius: 12,
|
|
35
|
-
paddingVertical: 18,
|
|
36
|
-
paddingHorizontal: 28,
|
|
37
|
-
alignItems: 'center',
|
|
38
|
-
gap: 6,
|
|
39
|
-
},
|
|
40
|
-
packageLabel: {
|
|
41
|
-
color: '#C8FF00',
|
|
42
|
-
fontSize: 15,
|
|
43
|
-
fontWeight: '700',
|
|
44
|
-
letterSpacing: 0.4,
|
|
45
|
-
},
|
|
46
|
-
statusLabel: {
|
|
47
|
-
color: '#888888',
|
|
48
|
-
fontSize: 12,
|
|
49
|
-
fontWeight: '500',
|
|
50
|
-
letterSpacing: 0.2,
|
|
51
|
-
},
|
|
52
|
-
});
|
|
53
|
-
//# sourceMappingURL=EchoUITest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EchoUITest.js","sourceRoot":"","sources":["../../src/components/EchoUITest.tsx"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;;AAUH,gCASC;AAjBD,kDAA0B;AAC1B,+CAAsD;AAOtD,SAAgB,UAAU,CAAC,EAAE,KAAK,GAAG,mBAAmB,EAAmB;IACzE,OAAO,CACL,CAAC,mBAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAC5B;MAAA,CAAC,mBAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CACxB;QAAA,CAAC,mBAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,mBAAI,CAC/C;QAAA,CAAC,mBAAI,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,iBAAiB,EAAE,mBAAI,CAC1D;MAAA,EAAE,mBAAI,CACR;IAAA,EAAE,mBAAI,CAAC,CACR,CAAC;AACJ,CAAC;AAED,MAAM,MAAM,GAAG,yBAAU,CAAC,MAAM,CAAC;IAC/B,SAAS,EAAE;QACT,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;QACxB,OAAO,EAAE,EAAE;KACZ;IACD,KAAK,EAAE;QACL,eAAe,EAAE,SAAS;QAC1B,WAAW,EAAE,CAAC;QACd,WAAW,EAAE,SAAS;QACtB,YAAY,EAAE,EAAE;QAChB,eAAe,EAAE,EAAE;QACnB,iBAAiB,EAAE,EAAE;QACrB,UAAU,EAAE,QAAQ;QACpB,GAAG,EAAE,CAAC;KACP;IACD,YAAY,EAAE;QACZ,KAAK,EAAE,SAAS;QAChB,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,KAAK;QACjB,aAAa,EAAE,GAAG;KACnB;IACD,WAAW,EAAE;QACX,KAAK,EAAE,SAAS;QAChB,QAAQ,EAAE,EAAE;QACZ,UAAU,EAAE,KAAK;QACjB,aAAa,EAAE,GAAG;KACnB;CACF,CAAC,CAAC"}
|