@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
@@ -1,4 +1,4 @@
1
- # Component Library v1.0.0-alpha.140
1
+ # Component Library v1.0.0-alpha.141
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.140",
3
+ "version": "1.0.0-alpha.141",
4
4
  "description": "A Quasar component library project",
5
5
  "productName": "Quasar component library App",
6
6
  "author": "Troy Moreland <troy.moreland@usssa.com>",
@@ -59,7 +59,7 @@ const isFullWidth = computed(() => {
59
59
 
60
60
  const textClass = computed(() => {
61
61
  if (props.color === 'neutral') {
62
- return 'text-neutral-9'
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-3
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.2 !important // over-ridding this in long chip label case
258
+ line-height: 1.5 !important // over-ridding this in long chip label case
259
+
255
260
  </style>
@@ -59,6 +59,8 @@
59
59
  color: $neutral-8 !important
60
60
  .text-neutral-9
61
61
  color: $neutral-9 !important
62
+ .text-neutral-10
63
+ color: $neutral-10 !important
62
64
 
63
65
  // RED TEXT
64
66
  .text-red-5