@usssa/component-library 1.0.0-alpha.261 → 1.0.0-alpha.263

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Component Library v1.0.0-alpha.261
1
+ # Component Library v1.0.0-alpha.262
2
2
 
3
3
  **This library provides custom UI components for USSSA applications**
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usssa/component-library",
3
- "version": "1.0.0-alpha.261",
3
+ "version": "1.0.0-alpha.263",
4
4
  "description": "A Quasar component library project",
5
5
  "productName": "Quasar component library App",
6
6
  "author": "Engineering Team <engineering@usssa.com>",
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import { computed, nextTick, ref, watch } from 'vue'
3
- import UTooltip from './UTooltip.vue'
4
3
  import { isQuasarColor } from '../../utils/data'
4
+ import UTooltip from './UTooltip.vue'
5
5
 
6
6
  const emit = defineEmits(['update:modelValue', 'onClick'])
7
7
  const props = defineProps({
@@ -151,7 +151,7 @@ watch(
151
151
  padding: $xs
152
152
  border-radius: 20px
153
153
  height: $lg
154
- margin-left: 0px !important
154
+ margin: 0px !important
155
155
 
156
156
  &.q-chip--dense
157
157
  .chip-label