platformscode-new-react 0.0.69 → 0.0.70
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/components.d.ts +10 -0
- package/dist/index.cjs.js +14319 -23
- package/dist/index.js +17944 -3405
- package/package.json +1 -1
package/dist/components.d.ts
CHANGED
|
@@ -81,6 +81,11 @@ import { DgaSecondNavHeaderActions as DgaSecondNavHeaderActionsElement } from '.
|
|
|
81
81
|
import { DgaSecondNavHeaderContent as DgaSecondNavHeaderContentElement } from '../../core/dist/components/dga-second-nav-header-content.js';
|
|
82
82
|
import { DgaSecondNavHeaderItem as DgaSecondNavHeaderItemElement } from '../../core/dist/components/dga-second-nav-header-item.js';
|
|
83
83
|
import { DgaSecondNavHeader as DgaSecondNavHeaderElement } from '../../core/dist/components/dga-second-nav-header.js';
|
|
84
|
+
import { DgaSlideoutMenuActions as DgaSlideoutMenuActionsElement } from '../../core/dist/components/dga-slideout-menu-actions.js';
|
|
85
|
+
import { DgaSlideoutMenuHeader as DgaSlideoutMenuHeaderElement } from '../../core/dist/components/dga-slideout-menu-header.js';
|
|
86
|
+
import { DgaSlideoutMenuItems as DgaSlideoutMenuItemsElement } from '../../core/dist/components/dga-slideout-menu-items.js';
|
|
87
|
+
import { DgaSlideoutMenuUsage as DgaSlideoutMenuUsageElement } from '../../core/dist/components/dga-slideout-menu-usage.js';
|
|
88
|
+
import { DgaSlideoutMenu as DgaSlideoutMenuElement } from '../../core/dist/components/dga-slideout-menu.js';
|
|
84
89
|
import { DgaSlider as DgaSliderElement } from '../../core/dist/components/dga-slider.js';
|
|
85
90
|
import { DgaStructuredList as DgaStructuredListElement } from '../../core/dist/components/dga-structured-list.js';
|
|
86
91
|
import { DgaSuffix as DgaSuffixElement } from '../../core/dist/components/dga-suffix.js';
|
|
@@ -204,6 +209,11 @@ export declare const DgaSecondNavHeader: import('@lit/react').ReactWebComponent<
|
|
|
204
209
|
export declare const DgaSecondNavHeaderActions: import('@lit/react').ReactWebComponent<DgaSecondNavHeaderActionsElement, {}>;
|
|
205
210
|
export declare const DgaSecondNavHeaderContent: import('@lit/react').ReactWebComponent<DgaSecondNavHeaderContentElement, {}>;
|
|
206
211
|
export declare const DgaSecondNavHeaderItem: import('@lit/react').ReactWebComponent<DgaSecondNavHeaderItemElement, {}>;
|
|
212
|
+
export declare const DgaSlideoutMenu: import('@lit/react').ReactWebComponent<DgaSlideoutMenuElement, {}>;
|
|
213
|
+
export declare const DgaSlideoutMenuActions: import('@lit/react').ReactWebComponent<DgaSlideoutMenuActionsElement, {}>;
|
|
214
|
+
export declare const DgaSlideoutMenuHeader: import('@lit/react').ReactWebComponent<DgaSlideoutMenuHeaderElement, {}>;
|
|
215
|
+
export declare const DgaSlideoutMenuItems: import('@lit/react').ReactWebComponent<DgaSlideoutMenuItemsElement, {}>;
|
|
216
|
+
export declare const DgaSlideoutMenuUsage: import('@lit/react').ReactWebComponent<DgaSlideoutMenuUsageElement, {}>;
|
|
207
217
|
export declare const DgaSlider: import('@lit/react').ReactWebComponent<DgaSliderElement, {}>;
|
|
208
218
|
export declare const DgaStructuredList: import('@lit/react').ReactWebComponent<DgaStructuredListElement, {}>;
|
|
209
219
|
type DgaSuffixEvents = {
|