@sirsluginston/sharedui 2.0.13 → 2.0.15
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.ts +0 -14
- package/dist/sharedui.js +473 -487
- package/dist/sharedui.umd.cjs +15 -15
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -115,8 +115,6 @@ export declare interface CityPageData {
|
|
|
115
115
|
declare interface CityPageProps {
|
|
116
116
|
brand: BrandConfig;
|
|
117
117
|
data: CityPageData;
|
|
118
|
-
onAccountClick?: () => void;
|
|
119
|
-
onNotificationClick?: () => void;
|
|
120
118
|
}
|
|
121
119
|
|
|
122
120
|
declare interface Column<T> {
|
|
@@ -141,8 +139,6 @@ export declare interface CompanyPageData {
|
|
|
141
139
|
declare interface CompanyPageProps {
|
|
142
140
|
brand: BrandConfig;
|
|
143
141
|
data: CompanyPageData;
|
|
144
|
-
onAccountClick?: () => void;
|
|
145
|
-
onNotificationClick?: () => void;
|
|
146
142
|
}
|
|
147
143
|
|
|
148
144
|
export declare const Directory: default_2.FC<DirectoryProps>;
|
|
@@ -207,8 +203,6 @@ declare interface HeaderProps {
|
|
|
207
203
|
brand: BrandConfig;
|
|
208
204
|
darkMode: boolean;
|
|
209
205
|
onThemeToggle: () => void;
|
|
210
|
-
onAccountClick?: () => void;
|
|
211
|
-
onNotificationClick?: () => void;
|
|
212
206
|
}
|
|
213
207
|
|
|
214
208
|
export declare const Hero: default_2.FC<HeroProps>;
|
|
@@ -274,8 +268,6 @@ export declare interface NationPageData {
|
|
|
274
268
|
declare interface NationPageProps {
|
|
275
269
|
brand: BrandConfig;
|
|
276
270
|
data: NationPageData;
|
|
277
|
-
onAccountClick?: () => void;
|
|
278
|
-
onNotificationClick?: () => void;
|
|
279
271
|
}
|
|
280
272
|
|
|
281
273
|
export declare interface NavItem {
|
|
@@ -320,8 +312,6 @@ export declare const Shell: default_2.FC<ShellProps>;
|
|
|
320
312
|
declare interface ShellProps {
|
|
321
313
|
brand: BrandConfig;
|
|
322
314
|
children: default_2.ReactNode;
|
|
323
|
-
onAccountClick?: () => void;
|
|
324
|
-
onNotificationClick?: () => void;
|
|
325
315
|
}
|
|
326
316
|
|
|
327
317
|
export declare const SitePage: default_2.FC<SitePageProps>;
|
|
@@ -340,8 +330,6 @@ export declare interface SitePageData {
|
|
|
340
330
|
declare interface SitePageProps {
|
|
341
331
|
brand: BrandConfig;
|
|
342
332
|
data: SitePageData;
|
|
343
|
-
onAccountClick?: () => void;
|
|
344
|
-
onNotificationClick?: () => void;
|
|
345
333
|
}
|
|
346
334
|
|
|
347
335
|
export declare const Skeleton: default_2.FC<SkeletonProps>;
|
|
@@ -381,8 +369,6 @@ export declare interface StatePageData {
|
|
|
381
369
|
declare interface StatePageProps {
|
|
382
370
|
brand: BrandConfig;
|
|
383
371
|
data: StatePageData;
|
|
384
|
-
onAccountClick?: () => void;
|
|
385
|
-
onNotificationClick?: () => void;
|
|
386
372
|
}
|
|
387
373
|
|
|
388
374
|
export declare const StatGrid: default_2.FC<StatGridProps>;
|