domain0 0.3.0 → 0.3.2
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/contracts.cjs +2 -2
- package/dist/contracts.cjs.map +1 -1
- package/dist/contracts.mjs +2 -2
- package/dist/contracts.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{sdk-BGxexkQy.cjs → sdk-DILJWt1m.cjs} +150 -20
- package/dist/sdk-DILJWt1m.cjs.map +1 -0
- package/dist/{sdk-BUD9fOZT.mjs → sdk-IuBNH4cL.mjs} +150 -20
- package/dist/sdk-IuBNH4cL.mjs.map +1 -0
- package/dist/ui.cjs +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/sdk-BGxexkQy.cjs.map +0 -1
- package/dist/sdk-BUD9fOZT.mjs.map +0 -1
package/dist/contracts.mjs
CHANGED
|
@@ -1115,10 +1115,10 @@ const Domain0WhiteLabelThemeSchema = z.object({
|
|
|
1115
1115
|
"light",
|
|
1116
1116
|
"dark",
|
|
1117
1117
|
"system"
|
|
1118
|
-
]).default("
|
|
1118
|
+
]).default("light"),
|
|
1119
1119
|
light: LightThemePaletteSchema.prefault({}),
|
|
1120
1120
|
dark: DarkThemePaletteSchema.prefault({}),
|
|
1121
|
-
backdrop: BackdropHexColorSchema.default("#
|
|
1121
|
+
backdrop: BackdropHexColorSchema.default("#2B21FF26"),
|
|
1122
1122
|
widthPx: z.number().int().min(320).max(960).default(672),
|
|
1123
1123
|
dialogRadiusPx: z.number().int().min(0).max(48).default(20),
|
|
1124
1124
|
buttonRadiusPx: z.number().int().min(0).max(999).default(999),
|