@baloise/ds-react 19.9.0 → 19.9.1-nightly.20260306

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.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +2 -2
package/index.esm.js CHANGED
@@ -1242,7 +1242,7 @@ var BalTooltip = /*@__PURE__*/ createComponent({
1242
1242
  });
1243
1243
 
1244
1244
  var useBaloiseDesignSystem = function(config) {
1245
- if (config === undefined) config = {};
1245
+ if (config === void 0) config = {};
1246
1246
  initializeBaloiseDesignSystem(_extends({}, config.defaults, {
1247
1247
  httpFormSubmit: false,
1248
1248
  _generateHydrateForCustomElementsOutput: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-react",
3
- "version": "19.9.0",
3
+ "version": "19.9.1-nightly.20260306",
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.9.0",
15
+ "@baloise/ds-core": "19.9.1-nightly.20260306",
16
16
  "@stencil/react-output-target": "1.2.0"
17
17
  },
18
18
  "module": "./index.esm.js",