@finsemble/finsemble-ui 8.14.7-beta.1 → 8.14.8-beta.1

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.
@@ -227,7 +227,7 @@ export declare const mute: (filter: IMuteFilter | IMuteFilter[]) => Promise<void
227
227
  /**
228
228
  * @language javascript, java, dotnet
229
229
  * Sets the filter preference on which notifications to mute. All future notifications that match the filter will
230
- * have the mute flag set to true
230
+ * have the mute flag set to false
231
231
  *
232
232
  * ```javascript
233
233
  * // Unmute all notifications coming from the 'order-management-system' source with type 'informational'
@@ -448,7 +448,7 @@ export const mute = async (filter) => {
448
448
  /**
449
449
  * @language javascript, java, dotnet
450
450
  * Sets the filter preference on which notifications to mute. All future notifications that match the filter will
451
- * have the mute flag set to true
451
+ * have the mute flag set to false
452
452
  *
453
453
  * ```javascript
454
454
  * // Unmute all notifications coming from the 'order-management-system' source with type 'informational'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsemble/finsemble-ui",
3
- "version": "8.14.7-beta.1",
3
+ "version": "8.14.8-beta.1",
4
4
  "description": "This library has been deprecated and is being maintained for long term support. Finsemble's UI components can now be imported directly from @finsemble/finsemble-core. See https://documentation.finsemble.com/tutorial-UIComponents.html",
5
5
  "files": [
6
6
  "*.ts",
@@ -81,7 +81,7 @@ body.dialog input::-webkit-inner-spin-button {
81
81
 
82
82
  .controls-wrapper input:focus,
83
83
  body.dialog input:focus {
84
- box-shadow: 0 0 5px rgba(81 203 238 / 100%);
84
+ box-shadow: 0 0 5px rgb(81 203 238 / 100%);
85
85
  border-bottom: 2px solid var(--dialog-input-border-focus-color);
86
86
  outline: none;
87
87
  }
@@ -22,7 +22,6 @@
22
22
  font-size: 8px;
23
23
  padding-right: 4px;
24
24
  padding-top: 4px;
25
- align-self: end;
26
25
  margin-left: 1em;
27
26
  color: var(--toolbar-favorite-delete-icon);
28
27
  }