@hortiview/shared-components 1.0.0 → 1.1.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.
@@ -924,7 +924,7 @@ const Rt = "_modal_a4n3a_1", Bt = {
924
924
  {
925
925
  ...i,
926
926
  "data-testid": "modal",
927
- className: `${i.className ?? ""} ${i.modalSize === "fullscreen" ? Bt.modal : ""}`
927
+ className: `${Bt.modal} ${i.className ?? ""}`
928
928
  }
929
929
  );
930
930
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "1.0.0",
4
+ "version": "1.1.0",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",
@@ -9,7 +9,8 @@
9
9
  "main": "dist/main.js",
10
10
  "types": "dist/main.d.ts",
11
11
  "files": [
12
- "dist"
12
+ "dist",
13
+ "CHANGELOG.md"
13
14
  ],
14
15
  "sideEffects": [
15
16
  "**/*.css"