@baloise/ds-react 19.0.1 → 19.1.0-snapshot.1722-8ed5de5d1
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 +118 -117
- package/index.esm.js +118 -117
- package/package.json +2 -2
- package/src/generated/components.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-react",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.1.0-snapshot.1722-8ed5de5d1",
|
|
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.
|
|
15
|
+
"@baloise/ds-core": "19.1.0-snapshot.1722-8ed5de5d1"
|
|
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>>;
|