@dative-gpi/foundation-core-components 1.1.26 → 1.1.27

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.
@@ -362,7 +362,7 @@ export default defineComponent({
362
362
  connectivity: {
363
363
  fixedFilters: [{
364
364
  value: ConnectivityStatus.None,
365
- text: "—"
365
+ text: connectivityLabel(ConnectivityStatus.None)
366
366
  }, {
367
367
  value: ConnectivityStatus.Offline,
368
368
  text: connectivityLabel(ConnectivityStatus.Offline)
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
5
5
  },
6
6
  "sideEffects": false,
7
- "version": "1.1.26",
7
+ "version": "1.1.27",
8
8
  "description": "",
9
9
  "publishConfig": {
10
10
  "access": "public"
@@ -13,11 +13,11 @@
13
13
  "author": "",
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "@dative-gpi/foundation-core-domain": "1.1.26",
17
- "@dative-gpi/foundation-core-services": "1.1.26",
18
- "@dative-gpi/foundation-shared-components": "1.1.26",
19
- "@dative-gpi/foundation-shared-domain": "1.1.26",
20
- "@dative-gpi/foundation-shared-services": "1.1.26"
16
+ "@dative-gpi/foundation-core-domain": "1.1.27",
17
+ "@dative-gpi/foundation-core-services": "1.1.27",
18
+ "@dative-gpi/foundation-shared-components": "1.1.27",
19
+ "@dative-gpi/foundation-shared-domain": "1.1.27",
20
+ "@dative-gpi/foundation-shared-services": "1.1.27"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -29,5 +29,5 @@
29
29
  "sass": "1.71.1",
30
30
  "sass-loader": "13.3.2"
31
31
  },
32
- "gitHead": "c6dfdf7e5cb4f903a01b525c2b84fdb3cdeef946"
32
+ "gitHead": "1e1e9549bef3d954eda8ea06c92a271c860a7c47"
33
33
  }