@baloise/ds-react 19.2.0-snapshot.1741-c382bb5d2 → 19.2.0
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/index.cjs.d.ts +1 -0
- package/index.cjs.js +1578 -0
- package/index.esm.js +2 -5
- package/package.json +3 -4
- package/src/generated/components.d.ts +2 -5
package/index.esm.js
CHANGED
|
@@ -994,9 +994,7 @@ var BalNavMenuFlyout = /*@__PURE__*/ r({
|
|
|
994
994
|
elementClass: BalNavMenuFlyout$1,
|
|
995
995
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
996
996
|
react: React,
|
|
997
|
-
events: {
|
|
998
|
-
onBalFocusOut: 'balFocusOut'
|
|
999
|
-
},
|
|
997
|
+
events: {},
|
|
1000
998
|
defineCustomElement: defineCustomElement$14
|
|
1001
999
|
});
|
|
1002
1000
|
var BalNavMetaBar = /*@__PURE__*/ r({
|
|
@@ -1350,8 +1348,7 @@ var BalTabItem = /*@__PURE__*/ r({
|
|
|
1350
1348
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1351
1349
|
react: React,
|
|
1352
1350
|
events: {
|
|
1353
|
-
onBalNavigate: 'balNavigate'
|
|
1354
|
-
onBalKeyDown: 'balKeyDown'
|
|
1351
|
+
onBalNavigate: 'balNavigate'
|
|
1355
1352
|
},
|
|
1356
1353
|
defineCustomElement: defineCustomElement$1G
|
|
1357
1354
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-react",
|
|
3
|
-
"version": "19.2.0
|
|
3
|
+
"version": "19.2.0",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,10 +12,9 @@
|
|
|
12
12
|
"homepage": "https://design.baloise.dev",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@baloise/ds-core": "19.2.0
|
|
15
|
+
"@baloise/ds-core": "19.2.0"
|
|
16
16
|
},
|
|
17
17
|
"module": "./index.esm.js",
|
|
18
|
-
"
|
|
19
|
-
"main": "./index.esm.js",
|
|
18
|
+
"main": "./index.cjs.js",
|
|
20
19
|
"types": "./index.esm.d.ts"
|
|
21
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import { type BalAccordionCustomEvent, type BalButtonCustomEvent, type BalCarouselCustomEvent, type BalCarouselItemCustomEvent, type BalCheckboxCustomEvent, type BalCheckboxGroupCustomEvent, type BalDataValueCustomEvent, type BalDateCalendarCellCustomEvent, type BalDateCalendarCustomEvent, type BalDateCustomEvent, type BalDropdownCustomEvent, type BalFieldCustomEvent, type BalFileUploadCustomEvent, type BalInputCustomEvent, type BalInputDateCustomEvent, type BalInputSliderCustomEvent, type BalInputStepperCustomEvent, type BalListItemAccordionHeadCustomEvent, type BalListItemCustomEvent, type BalModalCustomEvent, type BalNavCustomEvent, type
|
|
5
|
+
import { type BalAccordionCustomEvent, type BalButtonCustomEvent, type BalCarouselCustomEvent, type BalCarouselItemCustomEvent, type BalCheckboxCustomEvent, type BalCheckboxGroupCustomEvent, type BalDataValueCustomEvent, type BalDateCalendarCellCustomEvent, type BalDateCalendarCustomEvent, type BalDateCustomEvent, type BalDropdownCustomEvent, type BalFieldCustomEvent, type BalFileUploadCustomEvent, type BalInputCustomEvent, type BalInputDateCustomEvent, type BalInputSliderCustomEvent, type BalInputStepperCustomEvent, type BalListItemAccordionHeadCustomEvent, type BalListItemCustomEvent, type BalModalCustomEvent, type BalNavCustomEvent, type BalNavbarBrandCustomEvent, type BalNumberInputCustomEvent, type BalOptionCustomEvent, type BalPaginationCustomEvent, type BalPopoverCustomEvent, type BalPopupCustomEvent, type BalRadioCustomEvent, type BalRadioGroupCustomEvent, type BalSegmentCustomEvent, type BalSelectCustomEvent, type BalSnackbarCustomEvent, type BalStepItemCustomEvent, type BalStepsCustomEvent, type BalTabItemCustomEvent, type BalTabsCustomEvent, type BalTagCustomEvent, type BalTextareaCustomEvent, type BalTimeInputCustomEvent, type BalToastCustomEvent, type BalTooltipCustomEvent } from "@baloise/ds-core";
|
|
6
6
|
import { BalAccordionDetails as BalAccordionDetailsElement } from "@baloise/ds-core/components/bal-accordion-details.js";
|
|
7
7
|
import { BalAccordionSummary as BalAccordionSummaryElement } from "@baloise/ds-core/components/bal-accordion-summary.js";
|
|
8
8
|
import { BalAccordionTrigger as BalAccordionTriggerElement } from "@baloise/ds-core/components/bal-accordion-trigger.js";
|
|
@@ -353,9 +353,7 @@ export type BalNavLinkGroupEvents = NonNullable<unknown>;
|
|
|
353
353
|
export declare const BalNavLinkGroup: StencilReactComponent<BalNavLinkGroupElement, BalNavLinkGroupEvents>;
|
|
354
354
|
export type BalNavMenuBarEvents = NonNullable<unknown>;
|
|
355
355
|
export declare const BalNavMenuBar: StencilReactComponent<BalNavMenuBarElement, BalNavMenuBarEvents>;
|
|
356
|
-
export type BalNavMenuFlyoutEvents =
|
|
357
|
-
onBalFocusOut: EventName<BalNavMenuFlyoutCustomEvent<BalEvents.BalNavFlyoutFocusOutDetail>>;
|
|
358
|
-
};
|
|
356
|
+
export type BalNavMenuFlyoutEvents = NonNullable<unknown>;
|
|
359
357
|
export declare const BalNavMenuFlyout: StencilReactComponent<BalNavMenuFlyoutElement, BalNavMenuFlyoutEvents>;
|
|
360
358
|
export type BalNavMetaBarEvents = NonNullable<unknown>;
|
|
361
359
|
export declare const BalNavMetaBar: StencilReactComponent<BalNavMetaBarElement, BalNavMetaBarEvents>;
|
|
@@ -482,7 +480,6 @@ export type BalSwitchEvents = NonNullable<unknown>;
|
|
|
482
480
|
export declare const BalSwitch: StencilReactComponent<BalSwitchElement, BalSwitchEvents>;
|
|
483
481
|
export type BalTabItemEvents = {
|
|
484
482
|
onBalNavigate: EventName<BalTabItemCustomEvent<BalEvents.BalTabItemNavigateDetail>>;
|
|
485
|
-
onBalKeyDown: EventName<BalTabItemCustomEvent<BalEvents.BalTabItemKeyDownDetail>>;
|
|
486
483
|
};
|
|
487
484
|
export declare const BalTabItem: StencilReactComponent<BalTabItemElement, BalTabItemEvents>;
|
|
488
485
|
export type BalTableEvents = NonNullable<unknown>;
|