@baloise/ds-react 19.1.0 → 19.2.0-nightly.20250623
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.js +122 -119
- package/index.esm.js +122 -119
- package/package.json +2 -2
- package/src/generated/components.d.ts +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.2.0-nightly.20250623",
|
|
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,7 +12,7 @@
|
|
|
12
12
|
"homepage": "https://design.baloise.dev",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@baloise/ds-core": "19.
|
|
15
|
+
"@baloise/ds-core": "19.2.0-nightly.20250623"
|
|
16
16
|
},
|
|
17
17
|
"module": "./index.esm.js",
|
|
18
18
|
"main": "./index.cjs.js",
|
|
@@ -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 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";
|
|
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 BalNavMenuFlyoutCustomEvent, 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,7 +353,9 @@ 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 =
|
|
356
|
+
export type BalNavMenuFlyoutEvents = {
|
|
357
|
+
onBalFocusOut: EventName<BalNavMenuFlyoutCustomEvent<BalEvents.BalNavFlyoutFocusOutDetail>>;
|
|
358
|
+
};
|
|
357
359
|
export declare const BalNavMenuFlyout: StencilReactComponent<BalNavMenuFlyoutElement, BalNavMenuFlyoutEvents>;
|
|
358
360
|
export type BalNavMetaBarEvents = NonNullable<unknown>;
|
|
359
361
|
export declare const BalNavMetaBar: StencilReactComponent<BalNavMetaBarElement, BalNavMetaBarEvents>;
|
|
@@ -480,6 +482,7 @@ export type BalSwitchEvents = NonNullable<unknown>;
|
|
|
480
482
|
export declare const BalSwitch: StencilReactComponent<BalSwitchElement, BalSwitchEvents>;
|
|
481
483
|
export type BalTabItemEvents = {
|
|
482
484
|
onBalNavigate: EventName<BalTabItemCustomEvent<BalEvents.BalTabItemNavigateDetail>>;
|
|
485
|
+
onBalKeyDown: EventName<BalTabItemCustomEvent<BalEvents.BalTabItemKeyDownDetail>>;
|
|
483
486
|
};
|
|
484
487
|
export declare const BalTabItem: StencilReactComponent<BalTabItemElement, BalTabItemEvents>;
|
|
485
488
|
export type BalTableEvents = NonNullable<unknown>;
|