@tekkare/auriga 0.1.74 → 0.1.75

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.74"
7
+ "version": "0.1.75"
8
8
  }
@@ -13,6 +13,7 @@
13
13
  <arg-btn
14
14
  btn-style="primary-stroke"
15
15
  class="my-4"
16
+ full-width
16
17
  @onClick="newScope()"
17
18
  prefix-icon="PlusCircle"
18
19
  >{{ lang === "fr" ? "Nouveau scope" : "New scope" }}</arg-btn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",