@bnsights/bbsf-controls 1.0.147 → 1.0.148

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/README.md CHANGED
@@ -5,6 +5,10 @@ BBSF Controls package is part of BBSF 3 packages. It has all the form controls t
5
5
  For more info please visit [BBSF Controls documenation](https://bbsfadmin.bnsights.com/controls) or [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
6
6
 
7
7
  # Change Log
8
+ ## 1.0.148 / 4-8-2024
9
+ ===================
10
+ * fixed UI bug in speech to text of TextAreaComponent
11
+
8
12
  ## 1.0.147 / 4-8-2024
9
13
  ===================
10
14
  * fixed bug in speech to text of TextAreaComponent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-controls",
3
- "version": "1.0.147",
3
+ "version": "1.0.148",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.0.5",
6
6
  "@angular/cdk": "^17.0.2",
@@ -325,7 +325,6 @@ input::-webkit-inner-spin-button {
325
325
  //responsive
326
326
  @media screen and (max-width: 767px) {
327
327
  .bbsf-control.form-group .bbsf-input-container .language-container {
328
- left: 14%;
329
- right: auto;
328
+ right: 14%;
330
329
  }
331
330
  }
Binary file