@neus/sdk 1.0.4 → 1.0.6

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/widgets/index.js CHANGED
@@ -1,9 +1 @@
1
- /**
2
- * NEUS Widgets
3
- *
4
- * Core Widgets:
5
- * - VerifyGate: Universal verification gate component
6
- * - ProofBadge: Display verification status
7
- */
8
-
9
1
  export * from './verify-gate/index.js';
@@ -107,7 +107,6 @@ function ProofBadge({
107
107
  textDecoration: "none",
108
108
  padding: `${padY}px ${padX}px`,
109
109
  borderRadius: 9999,
110
- // rounded-full
111
110
  border: "1px solid var(--neus-badge-border, rgba(148, 163, 184, 0.2))",
112
111
  background: "var(--neus-badge-bg, rgba(148, 163, 184, 0.06))",
113
112
  color: "var(--neus-badge-text, #94a3b8)",
@@ -206,7 +205,6 @@ function SimpleProofBadge({
206
205
  textDecoration: "none",
207
206
  padding: "2px 6px",
208
207
  borderRadius: 9999,
209
- // rounded-full
210
208
  border: "1px solid var(--neus-badge-border, rgba(148, 163, 184, 0.2))",
211
209
  background: "var(--neus-badge-bg, transparent)",
212
210
  color: "var(--neus-badge-text, #94a3b8)",
@@ -267,7 +265,6 @@ function NeusPillLink({
267
265
  textDecoration: "none",
268
266
  padding: "2px 6px",
269
267
  borderRadius: 9999,
270
- // rounded-full
271
268
  border: "1px solid var(--neus-badge-border, rgba(148, 163, 184, 0.2))",
272
269
  background: "var(--neus-badge-bg, transparent)",
273
270
  color: "var(--neus-badge-text, #94a3b8)",