@reevit/core 0.4.6 → 0.4.7
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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -103,6 +103,8 @@ interface ReevitTheme {
|
|
|
103
103
|
darkMode?: boolean;
|
|
104
104
|
/** Custom logo URL to display in checkout header */
|
|
105
105
|
logoUrl?: string;
|
|
106
|
+
/** Company or organization name to display in checkout header */
|
|
107
|
+
companyName?: string;
|
|
106
108
|
/** PSP selector background color */
|
|
107
109
|
pspSelectorBgColor?: string;
|
|
108
110
|
/** PSP selector text color */
|
package/dist/index.d.ts
CHANGED
|
@@ -103,6 +103,8 @@ interface ReevitTheme {
|
|
|
103
103
|
darkMode?: boolean;
|
|
104
104
|
/** Custom logo URL to display in checkout header */
|
|
105
105
|
logoUrl?: string;
|
|
106
|
+
/** Company or organization name to display in checkout header */
|
|
107
|
+
companyName?: string;
|
|
106
108
|
/** PSP selector background color */
|
|
107
109
|
pspSelectorBgColor?: string;
|
|
108
110
|
/** PSP selector text color */
|