@usssa/component-library 1.0.0-alpha.87 → 1.0.0-alpha.88

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usssa/component-library",
3
- "version": "1.0.0-alpha.87",
3
+ "version": "1.0.0-alpha.88",
4
4
  "description": "A Quasar component library project",
5
5
  "productName": "Quasar component library App",
6
6
  "author": "Troy Moreland <troy.moreland@usssa.com>",
@@ -348,13 +348,14 @@ watch(modelValue, async (value) => {
348
348
  </template>
349
349
  </q-input>
350
350
  </div>
351
+
351
352
  <UInputTextStd
352
353
  v-if="JSON.stringify(resultItem) !== '{}'"
353
354
  v-model="resultItem.street_address"
354
355
  :label="label"
355
356
  readonly
356
357
  rightIcon="fa-kit-duotone fa-circle-xmark"
357
- size="sm"
358
+ :size="size"
358
359
  @onRightIconClick="handleClear"
359
360
  />
360
361
  </template>