@baloise/ds-react 19.0.1 → 19.1.0-nightly.20250605

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 CHANGED
@@ -403,6 +403,7 @@ var BalButton = /*@__PURE__*/ r({
403
403
  // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
404
404
  react: React,
405
405
  events: {
406
+ onBalClick: 'balClick',
406
407
  onBalNavigate: 'balNavigate',
407
408
  onBalFocus: 'balFocus',
408
409
  onBalBlur: 'balBlur',
package/index.esm.js CHANGED
@@ -401,6 +401,7 @@ var BalButton = /*@__PURE__*/ r({
401
401
  // @ts-ignore - React type of Stencil Output Target may differ from the React version used in the Nuxt.js project, this can be ignored.
402
402
  react: React,
403
403
  events: {
404
+ onBalClick: 'balClick',
404
405
  onBalNavigate: 'balNavigate',
405
406
  onBalFocus: 'balFocus',
406
407
  onBalBlur: 'balBlur',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-react",
3
- "version": "19.0.1",
3
+ "version": "19.1.0-nightly.20250605",
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.0.1"
15
+ "@baloise/ds-core": "19.1.0-nightly.20250605"
16
16
  },
17
17
  "module": "./index.esm.js",
18
18
  "main": "./index.cjs.js",
@@ -138,6 +138,7 @@ export declare const BalApp: StencilReactComponent<BalAppElement, BalAppEvents>;
138
138
  export type BalBadgeEvents = NonNullable<unknown>;
139
139
  export declare const BalBadge: StencilReactComponent<BalBadgeElement, BalBadgeEvents>;
140
140
  export type BalButtonEvents = {
141
+ onBalClick: EventName<BalButtonCustomEvent<BalEvents.BalButtonClickDetail>>;
141
142
  onBalNavigate: EventName<BalButtonCustomEvent<BalEvents.BalButtonNavigateDetail>>;
142
143
  onBalFocus: EventName<BalButtonCustomEvent<BalEvents.BalButtonFocusDetail>>;
143
144
  onBalBlur: EventName<BalButtonCustomEvent<BalEvents.BalButtonBlurDetail>>;