@tekkare/auriga 0.1.42 → 0.1.44

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.42"
7
+ "version": "0.1.44"
8
8
  }
@@ -8,7 +8,7 @@
8
8
  {{ getNoScopeMsg }}
9
9
  </div>
10
10
  <div v-if="scopeArray.length > 0" class="arg_scopes_select">
11
- <div class="oip-row v-center justify-between">
11
+ <div class="oip_row v-center justify-between full_row">
12
12
  <p class="args_select_title">
13
13
  {{
14
14
  lang === "fr"
@@ -147,6 +147,7 @@ export default defineComponent({
147
147
  flex-direction: column;
148
148
  align-items: flex-start;
149
149
  gap: 8px;
150
+ align-self: stretch;
150
151
  }
151
152
 
152
153
  .args_select_title {
@@ -174,4 +175,11 @@ export default defineComponent({
174
175
  line-height: normal;
175
176
  color: var(--wild-blue-yonder);
176
177
  }
178
+
179
+ .full_row {
180
+ align-self: stretch;
181
+ }
182
+ .justify-between {
183
+ justify-content: space-between;
184
+ }
177
185
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.1.42",
3
+ "version": "0.1.44",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",