@leanix/components 0.4.881 → 0.4.883

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.d.ts CHANGED
@@ -220,7 +220,6 @@ declare class ButtonComponent {
220
220
  * @default false
221
221
  */
222
222
  disabled: boolean;
223
- get hasIcon(): boolean;
224
223
  /**
225
224
  * The SAP icon to display inside the button.
226
225
  * It is displayed before any additional content.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.881",
3
+ "version": "0.4.883",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -47,7 +47,7 @@
47
47
  "@ui5/webcomponents-ngx": "0.4.9",
48
48
  "color": "5.0.3",
49
49
  "date-fns": "4.1.0",
50
- "dompurify": "3.3.2",
50
+ "dompurify": "3.4.0",
51
51
  "lodash": "4.18.1",
52
52
  "lodash-es": "4.18.1",
53
53
  "marked": "4.0.10",