@tekkare/auriga 0.2.129 → 0.2.130

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.2.129"
7
+ "version": "0.2.130"
8
8
  }
@@ -214,6 +214,8 @@ export default defineComponent({
214
214
  return "uk";
215
215
  } else if (name === "poland") {
216
216
  return "republic-of-poland";
217
+ } else if (name === "south korea") {
218
+ return "south-korea";
217
219
  } else return name;
218
220
  }
219
221
  const sourceContent = computed(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.129",
3
+ "version": "0.2.130",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",