@usssa/component-library 1.0.0-alpha.163 → 1.0.0-alpha.164

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.163
1
+ # Component Library v1.0.0-alpha.164
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.163",
3
+ "version": "1.0.0-alpha.164",
4
4
  "description": "A Quasar component library project",
5
5
  "productName": "Quasar component library App",
6
6
  "author": "Engineering Team <engineering@usssa.com>",
@@ -427,14 +427,16 @@ watch(
427
427
  .menu-item-separator
428
428
  margin: $xs 0
429
429
 
430
- .q-btn.drawer-back-action
431
- padding: 0px 0px !important
432
- min-width: 1.5rem !important
433
- min-height: 0px !important
434
- height: fit-content !important
435
- border-radius: 0px
436
- .nested-drawer-back-icon
437
- color: $description !important
430
+ .drawer-menu-list
431
+ .drawer-back-action-wrapper
432
+ .q-btn.drawer-back-action
433
+ padding: 0px 0px !important
434
+ min-width: 1.5rem !important
435
+ min-height: 0px !important
436
+ height: fit-content !important
437
+ border-radius: 0px
438
+ .nested-drawer-back-icon
439
+ color: $description !important
438
440
 
439
441
  .drawer-back-action-wrapper
440
442
  margin-bottom: $xs