@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 +1 -1
- package/package.json +1 -1
- package/src/components/core/UChip.vue +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -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
|
|
154
|
+
margin: 0px !important
|
|
155
155
|
|
|
156
156
|
&.q-chip--dense
|
|
157
157
|
.chip-label
|