@thryveai/theme-interfaces 2.7.117 → 2.7.119

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.
Files changed (61) hide show
  1. package/dist/index.d.ts +38 -0
  2. package/dist/index.js +41 -0
  3. package/dist/interfaces/admin-images-interfaces.d.ts +11 -0
  4. package/dist/interfaces/admin-images-interfaces.js +2 -0
  5. package/dist/interfaces/admin-settings-interfaces.d.ts +73 -0
  6. package/dist/interfaces/admin-settings-interfaces.js +2 -0
  7. package/dist/interfaces/default-settings.interfaces.d.ts +92 -0
  8. package/dist/interfaces/default-settings.interfaces.js +3 -0
  9. package/dist/interfaces/default-theme.interface.d.ts +736 -0
  10. package/dist/interfaces/default-theme.interface.js +2 -0
  11. package/dist/interfaces/icons.interfaces.d.ts +7 -0
  12. package/dist/interfaces/icons.interfaces.js +2 -0
  13. package/dist/interfaces/retailer-settings.interfaces.d.ts +704 -0
  14. package/dist/interfaces/retailer-settings.interfaces.js +2 -0
  15. package/dist/interfaces/shared-settings-interfaces.d.ts +5 -0
  16. package/dist/interfaces/shared-settings-interfaces.js +2 -0
  17. package/dist/interfaces/shared-settings.interfaces.d.ts +43 -0
  18. package/dist/interfaces/shared-settings.interfaces.js +2 -0
  19. package/dist/interfaces/sts-settings.interfaces.d.ts +6 -0
  20. package/dist/interfaces/sts-settings.interfaces.js +2 -0
  21. package/dist/interfaces/theme.interfaces.d.ts +717 -0
  22. package/dist/interfaces/theme.interfaces.js +2 -0
  23. package/dist/mobile/interfaces/mobile-admin-settings.interfaces.d.ts +8 -0
  24. package/dist/mobile/interfaces/mobile-admin-settings.interfaces.js +2 -0
  25. package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.d.ts +58 -0
  26. package/dist/mobile/interfaces/mobile-retailer-settings.interfaces.js +2 -0
  27. package/dist/mobile/reactnative/MobileDefaultSettings.d.ts +6 -0
  28. package/dist/mobile/reactnative/MobileDefaultSettings.js +21 -0
  29. package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.d.ts +2 -0
  30. package/dist/mobile/reactnative/MobileSettingsTemplate.AdminUi.js +96 -0
  31. package/dist/storefront/SFUIImagesTemplate.AdminUi.d.ts +2 -0
  32. package/dist/storefront/SFUIImagesTemplate.AdminUi.js +112 -0
  33. package/dist/storefront/SFUISettingsTemplate.AdminUi.d.ts +16 -0
  34. package/dist/storefront/SFUISettingsTemplate.AdminUi.js +1110 -0
  35. package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.d.ts +4 -0
  36. package/dist/storefront/SFUISharedSettingsTemplate.AdminUi.js +162 -0
  37. package/dist/storefront/SFUIThemesTemplate.AdminUi.d.ts +3 -0
  38. package/dist/storefront/SFUIThemesTemplate.AdminUi.js +113 -0
  39. package/dist/storefront/contentEngineComponents.d.ts +25 -0
  40. package/dist/storefront/contentEngineComponents.js +27 -0
  41. package/dist/storefront/defaultIconsStorefront.d.ts +3 -0
  42. package/dist/storefront/defaultIconsStorefront.js +161 -0
  43. package/dist/storefront/defaultImagesStorefront.d.ts +3 -0
  44. package/dist/storefront/defaultImagesStorefront.js +100 -0
  45. package/dist/storefront/defaultSettingsStorefront.d.ts +3 -0
  46. package/dist/storefront/defaultSettingsStorefront.js +396 -0
  47. package/dist/storefront/defaultSharedSettings.d.ts +3 -0
  48. package/dist/storefront/defaultSharedSettings.js +31 -0
  49. package/dist/storefront/defaultThemeStorefront.d.ts +5 -0
  50. package/dist/storefront/defaultThemeStorefront.js +1207 -0
  51. package/dist/storefront/productBadgeAttributes.d.ts +6 -0
  52. package/dist/storefront/productBadgeAttributes.js +31 -0
  53. package/dist/sts/STSImagesTemplate.AdminUi.d.ts +2 -0
  54. package/dist/sts/STSImagesTemplate.AdminUi.js +72 -0
  55. package/dist/sts/STSSettingsTemplate.AdminUi.d.ts +2 -0
  56. package/dist/sts/STSSettingsTemplate.AdminUi.js +30 -0
  57. package/dist/sts/defaultSettingsSts.d.ts +3 -0
  58. package/dist/sts/defaultSettingsSts.js +9 -0
  59. package/dist/theme-templates/index.d.ts +3 -0
  60. package/dist/theme-templates/index.js +8 -0
  61. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import { IDefaultThemeImages } from "../interfaces/default-theme.interface";
2
+ declare const DefaultImagesSFUI: IDefaultThemeImages;
3
+ export default DefaultImagesSFUI;
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var imageBucket = "https://www";
4
+ var DefaultImagesSFUI = {
5
+ icons: "/assets/icons.js",
6
+ logos: {
7
+ primary: "".concat(imageBucket, "/img/primary-logo.png"),
8
+ primaryMobile: "".concat(imageBucket, "/img/primary-logo.png"),
9
+ sts: "".concat(imageBucket, "/img/primary-logo.png"),
10
+ stsMobile: "".concat(imageBucket, "/img/primary-logo.png"),
11
+ },
12
+ confirmationPageImage: "".concat(imageBucket, "/img/CheckoutConfirmation_DesktopBG.png"),
13
+ stsCheckBox: {
14
+ primary: "".concat(imageBucket, "/img/select-check_p1.png"),
15
+ empty: "".concat(imageBucket, "/img/select-empty.png"),
16
+ success: "".concat(imageBucket, "/img/select-check_success.png"),
17
+ },
18
+ favicon: "".concat(imageBucket, "/img/mi9-favicon.ico"),
19
+ stsFavicon: "".concat(imageBucket, "/img/mi9-favicon.ico"),
20
+ rewards: "".concat(imageBucket, "/img/rewards-logo.svg"),
21
+ missingImg: {
22
+ recipes: "".concat(imageBucket, "/img/missing-Image-Recipe.svg"),
23
+ x2: "".concat(imageBucket, "/img/missing-Image-SquareX2.svg"),
24
+ x3: "".concat(imageBucket, "/img/missing-Image-SquareX3.svg"),
25
+ square: "".concat(imageBucket, "/img/missing-Image-Square.svg"),
26
+ },
27
+ verifySiteImage: "".concat(imageBucket, "/img/verify-footer-image.png"),
28
+ favicons: [
29
+ {
30
+ rel: "apple-touch-icon",
31
+ sizes: "57x57",
32
+ href: "".concat(imageBucket, "/favicons/apple-icon-57x57.png"),
33
+ },
34
+ {
35
+ rel: "apple-touch-icon",
36
+ sizes: "60x60",
37
+ href: "".concat(imageBucket, "/favicons/apple-icon-60x60.png"),
38
+ },
39
+ {
40
+ rel: "apple-touch-icon",
41
+ sizes: "72x72",
42
+ href: "".concat(imageBucket, "/favicons/apple-icon-72x72.png"),
43
+ },
44
+ {
45
+ rel: "apple-touch-icon",
46
+ sizes: "76x76",
47
+ href: "".concat(imageBucket, "/favicons/apple-icon-76x76.png"),
48
+ },
49
+ {
50
+ rel: "apple-touch-icon",
51
+ sizes: "114x114",
52
+ href: "".concat(imageBucket, "/favicons/apple-icon-114x114.png"),
53
+ },
54
+ {
55
+ rel: "apple-touch-icon",
56
+ sizes: "120x120",
57
+ href: "".concat(imageBucket, "/favicons/apple-icon-120x120.png"),
58
+ },
59
+ {
60
+ rel: "apple-touch-icon",
61
+ sizes: "144x144",
62
+ href: "".concat(imageBucket, "/favicons/apple-icon-144x144.png"),
63
+ },
64
+ {
65
+ rel: "apple-touch-icon",
66
+ sizes: "152x152",
67
+ href: "".concat(imageBucket, "/favicons/apple-icon-152x152.png"),
68
+ },
69
+ {
70
+ rel: "apple-touch-icon",
71
+ sizes: "180x180",
72
+ href: "".concat(imageBucket, "/favicons/apple-icon-180x180.png"),
73
+ },
74
+ {
75
+ rel: "icon",
76
+ sizes: "192x192",
77
+ href: "".concat(imageBucket, "/favicons/android-icon-192x192.png"),
78
+ },
79
+ {
80
+ rel: "icon",
81
+ sizes: "32x32",
82
+ href: "".concat(imageBucket, "/favicons/favicon-32x32.png"),
83
+ },
84
+ {
85
+ rel: "icon",
86
+ sizes: "96x96",
87
+ href: "".concat(imageBucket, "/favicons/favicon-96x96.png"),
88
+ },
89
+ {
90
+ rel: "icon",
91
+ sizes: "16x16",
92
+ href: "".concat(imageBucket, "/favicons/favicon-16x16.png"),
93
+ },
94
+ ],
95
+ banner: {
96
+ src: "",
97
+ alt: "",
98
+ },
99
+ };
100
+ exports.default = DefaultImagesSFUI;
@@ -0,0 +1,3 @@
1
+ import { IDefaultRetailerSettingsVersion2 } from "../interfaces/default-settings.interfaces";
2
+ declare const DefaultConfigSFUI: IDefaultRetailerSettingsVersion2;
3
+ export default DefaultConfigSFUI;
@@ -0,0 +1,396 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var DefaultConfigSFUI = {
4
+ accountPage: {
5
+ idp: {
6
+ enabled: false,
7
+ target: "_self",
8
+ url: "",
9
+ },
10
+ loyaltyTab: {
11
+ barcodeSettings: {
12
+ enabled: false,
13
+ },
14
+ disabledEdit: false,
15
+ enabled: false,
16
+ loyaltyNumberLength: 11,
17
+ loyaltyNumberPrefix: "",
18
+ loyaltyValidationType: [],
19
+ },
20
+ profileTab: {
21
+ deleteAccountButton: false,
22
+ },
23
+ secondStepRegistration: {
24
+ businessAccount: {
25
+ enabled: false,
26
+ fields: {
27
+ company: {
28
+ enabled: true,
29
+ validationTypes: [{ length: 50, _type: "less" }, "required"],
30
+ },
31
+ typeOfBusiness: {
32
+ enabled: true,
33
+ options: [
34
+ "administrationOffice",
35
+ "education",
36
+ "foodService",
37
+ "nonProfit",
38
+ "youthSports",
39
+ ],
40
+ validationTypes: ["required"],
41
+ },
42
+ title: {
43
+ enabled: true,
44
+ validationTypes: [{ length: 50, _type: "less" }, "required"],
45
+ },
46
+ },
47
+ },
48
+ },
49
+ },
50
+ addressSettings: {
51
+ addressValidationTypes: {
52
+ addressLine1: ["alphaNumeric", "required"],
53
+ addressLine2: ["alphaNumeric"],
54
+ city: ["alphaNumeric", "required"],
55
+ countyProvinceState: ["usState", "required"],
56
+ familyName: ["alphaOnly", "required"],
57
+ firstName: ["alphaOnly", "required"],
58
+ instructions: ["alphaNumeric"],
59
+ phoneNumber: ["usPhone", "required"],
60
+ postCode: ["usPostCode", "required"],
61
+ smsNumber: [],
62
+ deliveryModalZipCodeValidation: [],
63
+ },
64
+ eircode: {
65
+ enabled: false,
66
+ url: "",
67
+ },
68
+ integration: {
69
+ addNewAddressUrl: "",
70
+ addressFinderType: "AUS",
71
+ deleteAddressUrl: "",
72
+ editAddressUrl: "",
73
+ enabled: false,
74
+ useForNewAddresses: false,
75
+ addressProfileName: null,
76
+ },
77
+ useAddressValidation: true,
78
+ fixOldAddresses: true,
79
+ },
80
+ adminPanelOnly: {
81
+ bannerName: "New banner name",
82
+ logoUrl: "https://wynshop.com/wp-content/uploads/2021/08/xWynshop_Font_logo_150x39.png.pagespeed.ic.3j0jIxPBvP.webp 1x",
83
+ },
84
+ cartSummary: {
85
+ hideTaxOnSummary: false,
86
+ showTaxGroups: true,
87
+ showTaxTotal: true,
88
+ },
89
+ checkout: {
90
+ smsOptIn: false,
91
+ checkoutValidation: {
92
+ instructions: ["alphaNumeric", "notWhiteSpacesOnly"],
93
+ phoneNumber: ["usPhone", "required"],
94
+ smsNumber: [],
95
+ },
96
+ houseAccountRegExValidation: ".",
97
+ minimumCreditCardAmount: 1.0,
98
+ numericPhonePayload: false,
99
+ paymentCards: {
100
+ AmExpCard: true,
101
+ DiscoverCard: true,
102
+ MasterCard: true,
103
+ MasterCardDebit: true,
104
+ VisaCard: true,
105
+ PayPal: false,
106
+ ApplePay: false,
107
+ GooglePay: false,
108
+ EBT: false,
109
+ Paze: false,
110
+ },
111
+ forceDeliverySection: false,
112
+ enableInterimModal: false,
113
+ },
114
+ features: {
115
+ additionalCharges: false,
116
+ creditBalance: false,
117
+ subscriptions: false,
118
+ addressIntegrationV2: false,
119
+ advertSettings: {},
120
+ allowInStorePurchases: false,
121
+ allowPastPurchases: true,
122
+ clientCache: false,
123
+ couponGallery: {
124
+ enabled: false,
125
+ galleryHasNavLink: false,
126
+ galleryIsIframe: false,
127
+ },
128
+ ebtPayments: false,
129
+ emailCartOrShoppingList: false,
130
+ enableGoogleTranslate: false,
131
+ enableNewsletterSignup: false,
132
+ enableNotifications: false,
133
+ enableRecipeSearch: false,
134
+ entryModalVersion: "entry",
135
+ externalStoreSelectorUrl: {
136
+ enabled: false,
137
+ url: "",
138
+ },
139
+ favoritesV1: false,
140
+ flipp: null,
141
+ giftCards: {
142
+ enabled: false,
143
+ giftCardInputValidation: "^[0-9]{17}$",
144
+ pinInputValidation: "^[0-9]{4}$",
145
+ reCaptcha: false,
146
+ },
147
+ globalAnimations: {
148
+ confetti: {
149
+ enableConfettiAnimation: true,
150
+ },
151
+ },
152
+ hideAlcoholRule: {
153
+ modal: false,
154
+ pdp: false,
155
+ productCard: false,
156
+ },
157
+ instacart: {
158
+ enabled: false,
159
+ url: "",
160
+ },
161
+ recipeLegacyShareLink: true,
162
+ registrationFields: [],
163
+ secondTierAuthorization: undefined,
164
+ showCheckoutPromoCode: true,
165
+ showImgOnOrder: false,
166
+ smartbanner: {
167
+ author: "",
168
+ button: "",
169
+ buttonUrlApple: "",
170
+ buttonUrlGoogle: "",
171
+ closeLabel: "",
172
+ enabled: false,
173
+ iconApple: "",
174
+ iconGoogle: "",
175
+ price: "",
176
+ priceSuffixApple: "",
177
+ priceSuffixGoogle: "",
178
+ title: "",
179
+ },
180
+ smsNotifications: {
181
+ enabled: false,
182
+ getEnrollmentUrl: "",
183
+ postEnrollmentUrl: "",
184
+ },
185
+ specialRequestItems: false,
186
+ vouchers: {
187
+ enabled: false,
188
+ reCaptcha: false,
189
+ manualVouchers: true,
190
+ },
191
+ promotionDetailsPage: {
192
+ bundlePromotionCalculator: true,
193
+ nonBundlePromotionCalculator: true,
194
+ },
195
+ gsaSupportedBrowser: true,
196
+ acquiaAuthService: false,
197
+ },
198
+ pdpSettings: {
199
+ externalContent: {
200
+ enabled: true,
201
+ contentProviders: [{ provider: "syndigo" }],
202
+ },
203
+ nutritionZone: "us",
204
+ pdpDetailsLayout: {
205
+ desktop: {
206
+ left: [
207
+ "productSalesInfo",
208
+ "productDescription",
209
+ "productIngredients",
210
+ "productNutrition",
211
+ "sodiumWarning",
212
+ "productNumber",
213
+ ],
214
+ right: ["recommendations"],
215
+ },
216
+ mobile: {
217
+ left: [
218
+ "productSalesInfo",
219
+ "productDescription",
220
+ "productNumber",
221
+ "sodiumWarning",
222
+ "recommendations",
223
+ ],
224
+ right: [
225
+ "productIngredients",
226
+ "productNutrition",
227
+ "recommendations",
228
+ "productNumber",
229
+ ],
230
+ },
231
+ },
232
+ sodiumWarning: {
233
+ isEnabled: false,
234
+ threshold: 2300,
235
+ },
236
+ productAttributesLayout: {
237
+ attributesRank: [],
238
+ excludedAttributes: [],
239
+ },
240
+ nutritionLink: { href: null, target: "_blank" },
241
+ priceLoyaltyFlag: false,
242
+ },
243
+ productCard: {
244
+ limitProductCardTitleHeight: true,
245
+ productCards: {
246
+ carouselsRowLength: {
247
+ desktop: 6,
248
+ mobile: 1,
249
+ tablet: 4,
250
+ },
251
+ gridRowLength: {
252
+ desktop: 5,
253
+ mobile: 1,
254
+ tablet: 3,
255
+ },
256
+ productCard: {
257
+ enabled: false,
258
+ layouts: {
259
+ ContainersCarousel: "default",
260
+ ContainersGrid: "default",
261
+ FlippSlideout: "default",
262
+ },
263
+ components: {
264
+ promotionLabel: {
265
+ showLines: 1,
266
+ labelSource: "name",
267
+ labelsLimit: 1,
268
+ labelsPriority: [
269
+ { _type: "tprPromo" },
270
+ { _type: "pointPromo", limit: 1 },
271
+ { _type: "promo", limit: 1 },
272
+ ],
273
+ },
274
+ recommendedLabel: { enabled: false },
275
+ productAttributes: {
276
+ iconOpacity: 0.6,
277
+ },
278
+ },
279
+ },
280
+ },
281
+ productCardTitleHeight: 40,
282
+ },
283
+ siteSettings: {
284
+ useAdsV1: false,
285
+ advertProductView: false,
286
+ clientSideOrderModify: true,
287
+ cmsLazyLoadRows: 0,
288
+ anonymousCart: false,
289
+ ctaButtons: null,
290
+ daysToRemainSignedIn: 30,
291
+ defaultCountry: "USA",
292
+ defaultLanguage: "en-us",
293
+ defaultSearchParams: {
294
+ page: "1",
295
+ q: "*",
296
+ skip: "0",
297
+ take: "30",
298
+ },
299
+ defaultShoppingMode: "pickup",
300
+ defaultTabView: "listView",
301
+ showChangeCustomerEmail: false,
302
+ defaultStoreLocation: {
303
+ latitude: 0,
304
+ longitude: 0,
305
+ },
306
+ disableTprPrice: false,
307
+ mobileViewCardLayout: { enabled: false, defaultView: "List" },
308
+ footerVersion: "default",
309
+ googleAutocompleteSettings: {},
310
+ gtmId: "",
311
+ hideWelcomeModalOnCorporate: false,
312
+ isPlanningOnly: false,
313
+ RemoveAllOutOfStock: true,
314
+ mainHeaderHeight: 110,
315
+ maintainCustomerJourney: true,
316
+ maintainCustomerPreferences: {
317
+ enabled: false,
318
+ sections: {
319
+ marketingPreferences: [],
320
+ },
321
+ optInMarketingPreferences: false,
322
+ selectOptInMarketingPreferencesStore: false,
323
+ },
324
+ mapZoom: 8,
325
+ promoTemplateVersion: 1,
326
+ restrictMapPlacesResults: {
327
+ fetchNearStoresSettings: {
328
+ kmRange: 20,
329
+ totalTake: 30,
330
+ },
331
+ },
332
+ retailerCountry: "us",
333
+ retailerName: "default",
334
+ searchPreview: {
335
+ desktop: {
336
+ products: true,
337
+ suggestions: true,
338
+ recipes: true,
339
+ },
340
+ mobile: {
341
+ products: true,
342
+ suggestions: true,
343
+ recipes: true,
344
+ },
345
+ },
346
+ subHeaderHeight: 0,
347
+ timeslotModalSettings: {
348
+ showOnAddToCart: false,
349
+ timeslotRequiredToAddToCart: false,
350
+ timeslotRequiredToViewCartReview: false,
351
+ timeslotRequiredToViewCheckout: false,
352
+ enableSelectToContinueText: false,
353
+ },
354
+ useContentEngineV2Components: {
355
+ Carousel: true,
356
+ ContactUs: false,
357
+ Freeform: false,
358
+ HeroBanner: false,
359
+ Image: false,
360
+ ImageTextButton: false,
361
+ ImageWithContent: false,
362
+ LargePromotion: false,
363
+ LayoutExtraLargeBanner2: false,
364
+ PageTopperWithFullBackground: false,
365
+ ProductCardStory: false,
366
+ Recipe: false,
367
+ Sale: false,
368
+ SmallBannerWithBackgroundImage: false,
369
+ SmallBannerWithSupportingImage: false,
370
+ SmallCarousel: false,
371
+ SmallImageWithContent: false,
372
+ SmallPromotion: false,
373
+ ThreeBannerContainer: false,
374
+ TwoBannerContainer: false,
375
+ Video: false,
376
+ VideoWithContent: false,
377
+ },
378
+ isLegacyProductURL: false,
379
+ headerLinks: { dimension: 0, enabled: false },
380
+ showCartValueOnMobile: false,
381
+ cookiePro: { enabled: false, domain: "", src: "" },
382
+ scrollToTopButton: {
383
+ enabled: false,
384
+ percentOffset: { bottom: 15, right: 2 },
385
+ },
386
+ clientRenderCoupons: true,
387
+ showShopAllLink: {
388
+ enabled: false,
389
+ },
390
+ },
391
+ welcomeModal: [],
392
+ performance: {
393
+ vouchersLongTimeout: false,
394
+ },
395
+ };
396
+ exports.default = DefaultConfigSFUI;
@@ -0,0 +1,3 @@
1
+ import { ISharedSettings } from "../interfaces/shared-settings.interfaces";
2
+ declare const DefaultSharedSettingsConfig: ISharedSettings;
3
+ export default DefaultSharedSettingsConfig;
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var DefaultSharedSettingsConfig = {
4
+ adminPanelOnly: {
5
+ bannerName: "New banner name",
6
+ logoUrl: "https://wynshop.com/wp-content/uploads/2021/08/xWynshop_Font_logo_150x39.png.pagespeed.ic.3j0jIxPBvP.webp 1x",
7
+ },
8
+ features: {
9
+ multilingual: false,
10
+ recommendedSubstitutions: { enable: false, stores: [] },
11
+ specialRequestItems: {
12
+ enable: false,
13
+ excludeStores: [],
14
+ },
15
+ couponGallery: {
16
+ enabled: false,
17
+ },
18
+ flyerConfiguration: null,
19
+ },
20
+ checkout: {
21
+ preserveOrderNote: {
22
+ enabled: false,
23
+ },
24
+ },
25
+ general: {
26
+ enableStoreSelectorList: true,
27
+ skipStoreSelection: false,
28
+ addressConfirmationModal: false,
29
+ },
30
+ };
31
+ exports.default = DefaultSharedSettingsConfig;
@@ -0,0 +1,5 @@
1
+ import { IDefaultColors, IDefaultThemeInterface, IGlobalDefaultTheme } from "../interfaces/default-theme.interface";
2
+ declare const DefaultThemeSFUI: (colors?: IDefaultColors) => IDefaultThemeInterface;
3
+ export default DefaultThemeSFUI;
4
+ export declare const globalTheme: IGlobalDefaultTheme;
5
+ export declare const DefaultThemeColors: IDefaultColors;