bfg-common 1.5.57 → 1.5.58

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.
@@ -112,6 +112,8 @@ const onFocusInput = (event: Event): void => {
112
112
 
113
113
  .close-icon,
114
114
  .angle-icon {
115
+ width: 16px;
116
+ height: 16px;
115
117
  fill: #565656;
116
118
  position: absolute;
117
119
  right: 5px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.57",
4
+ "version": "1.5.58",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",