@usssa/component-library 1.0.0-alpha.140 → 1.0.0-alpha.141
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
package/package.json
CHANGED
|
@@ -59,7 +59,7 @@ const isFullWidth = computed(() => {
|
|
|
59
59
|
|
|
60
60
|
const textClass = computed(() => {
|
|
61
61
|
if (props.color === 'neutral') {
|
|
62
|
-
return 'text-neutral-
|
|
62
|
+
return 'text-neutral-10'
|
|
63
63
|
}
|
|
64
64
|
return ''
|
|
65
65
|
})
|
|
@@ -115,7 +115,7 @@ const handleClick = () => {
|
|
|
115
115
|
min-width: 5.5rem !important
|
|
116
116
|
|
|
117
117
|
&.bg-neutral
|
|
118
|
-
background-color: $neutral-
|
|
118
|
+
background-color: $neutral-6
|
|
119
119
|
|
|
120
120
|
&.size-sm
|
|
121
121
|
min-height: $md
|
|
@@ -113,6 +113,10 @@ const handleClick = () => {
|
|
|
113
113
|
height: $lg
|
|
114
114
|
margin-left: 0px !important
|
|
115
115
|
|
|
116
|
+
&.q-chip--dense
|
|
117
|
+
.chip-label
|
|
118
|
+
line-height: 2 !important
|
|
119
|
+
|
|
116
120
|
.u-avatar
|
|
117
121
|
width: $ms
|
|
118
122
|
height: $ms
|
|
@@ -251,5 +255,6 @@ const handleClick = () => {
|
|
|
251
255
|
max-width: 12.5rem
|
|
252
256
|
white-space: normal
|
|
253
257
|
overflow-wrap: break-word
|
|
254
|
-
line-height: 1.
|
|
258
|
+
line-height: 1.5 !important // over-ridding this in long chip label case
|
|
259
|
+
|
|
255
260
|
</style>
|