@dative-gpi/foundation-shared-components 0.0.86 → 0.0.87

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.
@@ -633,7 +633,7 @@ export default defineComponent({
633
633
 
634
634
  const style = computed((): { [key: string]: string | undefined } => {
635
635
  return {
636
- "--fs-data-table-background-color": backgrounds.base,
636
+ "--fs-data-table-background-color": backgrounds.light,
637
637
  "--fs-data-table-border-color": lights.base,
638
638
  "--fs-data-table-row-gap": sizeToVar(props.rowGap)
639
639
  };
@@ -39,7 +39,7 @@
39
39
  gap="4px"
40
40
  >
41
41
  <FSConnectivity
42
- v-if="$props.deviceConnectivity"
42
+ v-if="$props.deviceConnectivity && $props.deviceConnectivity.status != 0"
43
43
  :deviceConnectivity="$props.deviceConnectivity"
44
44
  />
45
45
  <FSWorstAlert
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "0.0.86",
4
+ "version": "0.0.87",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "0.0.86",
14
- "@dative-gpi/foundation-shared-services": "0.0.86",
13
+ "@dative-gpi/foundation-shared-domain": "0.0.87",
14
+ "@dative-gpi/foundation-shared-services": "0.0.87",
15
15
  "@fontsource/montserrat": "^5.0.16",
16
16
  "@lexical/clipboard": "^0.12.5",
17
17
  "@lexical/history": "^0.12.5",
@@ -32,5 +32,5 @@
32
32
  "sass": "^1.69.5",
33
33
  "sass-loader": "^13.3.2"
34
34
  },
35
- "gitHead": "ff4a752918cbf77980545c0056db4235bcb23a11"
35
+ "gitHead": "ae864c1fac5a392f6fcc8e77be26fe1613eb1165"
36
36
  }