@tokagent/tokagentos 2.0.12 → 2.0.13
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/package.json
CHANGED
|
@@ -113,43 +113,6 @@ function BillingPageView(): React.ReactElement {
|
|
|
113
113
|
background: "#0a0a0f",
|
|
114
114
|
}}
|
|
115
115
|
>
|
|
116
|
-
{/* BETA ticker — rendered in the parent React tree (not the iframe)
|
|
117
|
-
so dashboard rebuilds don't overwrite it. Slim strip, non-sticky,
|
|
118
|
-
uses the parent's locked lime accent. */}
|
|
119
|
-
<div
|
|
120
|
-
style={{
|
|
121
|
-
display: "flex",
|
|
122
|
-
alignItems: "center",
|
|
123
|
-
gap: "0.5rem",
|
|
124
|
-
padding: "8px 16px",
|
|
125
|
-
background: "rgba(196, 245, 71, 0.08)",
|
|
126
|
-
borderBottom: "1px solid rgba(196, 245, 71, 0.25)",
|
|
127
|
-
color: "#c4f547",
|
|
128
|
-
fontSize: "0.75rem",
|
|
129
|
-
fontWeight: 600,
|
|
130
|
-
letterSpacing: "0.06em",
|
|
131
|
-
textTransform: "uppercase",
|
|
132
|
-
flexShrink: 0,
|
|
133
|
-
}}
|
|
134
|
-
>
|
|
135
|
-
<span
|
|
136
|
-
style={{
|
|
137
|
-
display: "inline-block",
|
|
138
|
-
padding: "2px 8px",
|
|
139
|
-
borderRadius: "999px",
|
|
140
|
-
background: "#c4f547",
|
|
141
|
-
color: "#0a0a0f",
|
|
142
|
-
fontSize: "0.65rem",
|
|
143
|
-
fontWeight: 700,
|
|
144
|
-
letterSpacing: "0.08em",
|
|
145
|
-
}}
|
|
146
|
-
>
|
|
147
|
-
BETA
|
|
148
|
-
</span>
|
|
149
|
-
<span style={{ color: "#9ca3af", fontWeight: 500, textTransform: "none", letterSpacing: 0 }}>
|
|
150
|
-
The x402 rail is in active development — expect rapid iteration.
|
|
151
|
-
</span>
|
|
152
|
-
</div>
|
|
153
116
|
{loading ? (
|
|
154
117
|
<div
|
|
155
118
|
style={{
|