@tekkare/auriga 0.1.41 → 0.1.42

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.41"
7
+ "version": "0.1.42"
8
8
  }
@@ -140,7 +140,7 @@ export default defineComponent({
140
140
  .full_width {
141
141
  align-self: stretch;
142
142
  display: flex;
143
- flex: 1 1 0;
143
+ width: 100%;
144
144
  }
145
145
  .fit_width {
146
146
  width: fit-content;
@@ -16,7 +16,7 @@
16
16
  : "Apply an existing scope"
17
17
  }}
18
18
  </p>
19
- <!-- Manage Scopes -->
19
+ <slot name="manage" />
20
20
  </div>
21
21
  <arg-radio-buttons
22
22
  dir="column"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",