bfg-common 1.3.72 → 1.3.73

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.
@@ -1007,6 +1007,15 @@ onUnmounted(() => {
1007
1007
  flex-grow: 1;
1008
1008
  overflow: auto;
1009
1009
 
1010
+ .main-filter-content {
1011
+ align-items: center;
1012
+
1013
+ .filter-icon {
1014
+ width: 16px;
1015
+ height: 16px;
1016
+ margin-right: 10px;
1017
+ }
1018
+ }
1010
1019
  .datagrid {
1011
1020
  overflow: auto;
1012
1021
  flex: 1 1 auto;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.72",
4
+ "version": "1.3.73",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",