@usssa/component-library 1.0.0-alpha.231 → 1.0.0-alpha.232

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.230
1
+ # Component Library v1.0.0-alpha.232
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.231",
3
+ "version": "1.0.0-alpha.232",
4
4
  "description": "A Quasar component library project",
5
5
  "productName": "Quasar component library App",
6
6
  "author": "Engineering Team <engineering@usssa.com>",
@@ -165,7 +165,7 @@ const toggleExpansion = () => {
165
165
  <slot name="footer" />
166
166
  </q-expansion-item>
167
167
 
168
- <!-- For default expansion behaviour -->
168
+ <!-- For default expansion behavior -->
169
169
  <q-expansion-item
170
170
  v-bind="$attrs"
171
171
  v-else
@@ -255,7 +255,7 @@ const toggleExpansion = () => {
255
255
  overflow-wrap: break-word
256
256
 
257
257
  .q-expansion-item__content > :first-child
258
- padding: 0px $ba $ba $ba
258
+ padding: $xs $ba $ba $ba
259
259
 
260
260
  .q-expansion-item__content > :nth-child(2)
261
261
  padding: $ba