@tekkare/auriga 0.1.140 → 0.1.141

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/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.1.140"
7
+ "version": "0.1.141"
8
8
  }
@@ -100,7 +100,7 @@ export default defineComponent({
100
100
  if (props.sourceCountry === "United States") {
101
101
  return "usa";
102
102
  } else if (props.sourceCountry === "United Kingdom") {
103
- return "gb";
103
+ return "uk";
104
104
  } else if (props.sourceCountry === "Poland") {
105
105
  return "republic-of-poland";
106
106
  } else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.140",
3
+ "version": "0.1.141",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",