@usssa/component-library 1.0.0-alpha.4 → 1.0.0-alpha.40
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 +4 -1
- package/package.json +6 -4
- package/src/App.vue +9 -0
- package/src/assets/quasar-logo-vertical.svg +15 -0
- package/src/boot/.gitkeep +0 -0
- package/src/boot/google-maps.js +11 -0
- package/src/components/ComponentLink.vue +26 -0
- package/src/components/core/UAvatar.vue +161 -0
- package/src/components/core/UAvatarGroup.vue +119 -0
- package/src/components/core/UBadgeStd.vue +91 -0
- package/src/components/core/UBannerStd.vue +115 -0
- package/src/components/core/UBreadCrumbs.vue +67 -0
- package/src/components/core/UBtnIcon.vue +159 -0
- package/src/components/core/UBtnStd.vue +129 -0
- package/src/components/core/UBtnToggle.vue +68 -0
- package/src/components/core/UCheckboxStd.vue +95 -0
- package/src/components/core/UChip.vue +251 -0
- package/src/components/core/UDialogStd.vue +228 -0
- package/src/components/core/UDrawer.vue +211 -0
- package/src/components/core/UInnerLoader.vue +58 -0
- package/src/components/core/UInputAddressLookup.vue +466 -0
- package/src/components/core/UInputPhoneStd.vue +295 -0
- package/src/components/core/UInputTextStd.vue +293 -0
- package/src/components/core/UMenuButtonStd.vue +274 -0
- package/src/components/core/UMenuDropdown.vue +77 -0
- package/src/components/core/UMenuDropdownAdvancedSearch.vue +262 -0
- package/src/components/core/UMenuItem.vue +132 -0
- package/src/components/core/UMultiSelectStd.vue +259 -0
- package/src/components/core/UPagination.vue +104 -0
- package/src/components/core/URadioBtn.vue +116 -0
- package/src/components/core/URadioStd.vue +62 -0
- package/src/components/core/USelectStd.vue +233 -0
- package/src/components/core/UTabBtnStd.vue +167 -0
- package/src/components/core/UTable/UTable.vue +93 -0
- package/src/components/core/UTable/UTd.vue +63 -0
- package/src/components/core/UTable/UTh.vue +48 -0
- package/src/components/core/UTable/UTr.vue +20 -0
- package/src/components/core/UTableStd.vue +636 -0
- package/src/components/core/UTabsStd.vue +111 -0
- package/src/components/core/UToggleStd.vue +159 -0
- package/src/components/core/UTooltip.vue +71 -0
- package/src/components/index.js +66 -0
- package/src/composables/useNotify.js +79 -0
- package/src/composables/useOverlayLoader.js +23 -0
- package/src/css/app.sass +159 -0
- package/src/css/colors.sass +101 -0
- package/src/css/media.sass +1 -0
- package/src/css/quasar.variables.sass +119 -0
- package/src/css/typography.sass +0 -0
- package/src/css/vars/colors.variables.sass +126 -0
- package/src/layouts/MainLayout.vue +177 -0
- package/src/pages/AdvancedSearch.vue +512 -0
- package/src/pages/Avatar.vue +77 -0
- package/src/pages/AvatarGroup.vue +139 -0
- package/src/pages/BadgeStd.vue +83 -0
- package/src/pages/BannerPage.vue +76 -0
- package/src/pages/BreadCrumbs.vue +100 -0
- package/src/pages/BtnIcon.vue +120 -0
- package/src/pages/BtnStd.vue +138 -0
- package/src/pages/BtnToggle.vue +131 -0
- package/src/pages/CheckBox.vue +62 -0
- package/src/pages/Chip.vue +108 -0
- package/src/pages/ComponentBase.vue +54 -0
- package/src/pages/Dialog.vue +206 -0
- package/src/pages/Drawer.vue +128 -0
- package/src/pages/ErrorNotFound.vue +11 -0
- package/src/pages/IndexPage.vue +11 -0
- package/src/pages/InnerLoader.vue +81 -0
- package/src/pages/InputAddressLookup.vue +258 -0
- package/src/pages/InputPhone.vue +152 -0
- package/src/pages/InputText.vue +140 -0
- package/src/pages/MenuButton.vue +194 -0
- package/src/pages/MenuDropdown.vue +79 -0
- package/src/pages/MenuItem.vue +68 -0
- package/src/pages/MultiSelectStd.vue +174 -0
- package/src/pages/NotifyPage.vue +109 -0
- package/src/pages/OverlayLoader.vue +128 -0
- package/src/pages/Pagination.vue +71 -0
- package/src/pages/Radio.vue +80 -0
- package/src/pages/RadioBtn.vue +104 -0
- package/src/pages/SelectStd.vue +160 -0
- package/src/pages/TabButtonPage.vue +126 -0
- package/src/pages/TablePage.vue +375 -0
- package/src/pages/TabsPage.vue +261 -0
- package/src/pages/TogglePage.vue +58 -0
- package/src/pages/TooltipPage.vue +125 -0
- package/src/router/index.js +34 -0
- package/src/router/routes.js +149 -0
- package/dist/spa/assets/Avatar.45667392.js +0 -9
- package/dist/spa/assets/AvatarGroup.99557443.js +0 -9
- package/dist/spa/assets/AvatarGroup.bb4cd03a.css +0 -1
- package/dist/spa/assets/BadgeStd.ee4129c5.js +0 -6
- package/dist/spa/assets/BannerPage.6c6a98c4.js +0 -10
- package/dist/spa/assets/BannerPage.d195fcac.css +0 -1
- package/dist/spa/assets/BtnIcon.89e50d2e.css +0 -1
- package/dist/spa/assets/BtnIcon.934f8c5b.js +0 -10
- package/dist/spa/assets/BtnStd.95fc4510.js +0 -11
- package/dist/spa/assets/CheckBox.3c204a4b.css +0 -1
- package/dist/spa/assets/CheckBox.fbc0bd1a.js +0 -7
- package/dist/spa/assets/Chip.49ffc857.js +0 -11
- package/dist/spa/assets/Chip.74acaa33.css +0 -1
- package/dist/spa/assets/ComponentBase.1ae19b7e.js +0 -1
- package/dist/spa/assets/ErrorNotFound.6cccfaee.js +0 -1
- package/dist/spa/assets/IndexPage.17d09b76.js +0 -1
- package/dist/spa/assets/InputText.19c0d7d1.css +0 -1
- package/dist/spa/assets/InputText.3fcd97a4.js +0 -20
- package/dist/spa/assets/KFOkCnqEu92Fr1MmgVxIIzQ.34e9582c.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmEU9fBBc-.9ce7f3ac.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmSU5fBBc-.bf14c7d7.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmWUlfBBc-.e0fd57c0.woff +0 -0
- package/dist/spa/assets/KFOlCnqEu92Fr1MmYUtfBBc-.f6537e32.woff +0 -0
- package/dist/spa/assets/KFOmCnqEu92Fr1Mu4mxM.f2abf7fb.woff +0 -0
- package/dist/spa/assets/MainLayout.912bb0f8.js +0 -1
- package/dist/spa/assets/MultiSelectStd.644b108c.js +0 -17
- package/dist/spa/assets/MultiSelectStd.c7af49eb.css +0 -1
- package/dist/spa/assets/QAvatar.5940a79e.js +0 -1
- package/dist/spa/assets/QCheckbox.48b43f7d.js +0 -1
- package/dist/spa/assets/QPage.ca395ec4.js +0 -1
- package/dist/spa/assets/QRadio.0a7f5e2c.js +0 -1
- package/dist/spa/assets/QResizeObserver.30c3566c.js +0 -1
- package/dist/spa/assets/QSelect.a40eb786.js +0 -1
- package/dist/spa/assets/QTabs.72f2507e.js +0 -1
- package/dist/spa/assets/QToggle.376c48be.js +0 -1
- package/dist/spa/assets/QTooltip.5aa8e325.js +0 -1
- package/dist/spa/assets/Radio.0ac35288.js +0 -7
- package/dist/spa/assets/Radio.aca54a89.css +0 -1
- package/dist/spa/assets/SelectStd.5c6891db.css +0 -1
- package/dist/spa/assets/SelectStd.daf1def9.js +0 -16
- package/dist/spa/assets/TabButtonPage.20e871dd.js +0 -7
- package/dist/spa/assets/TabButtonPage.36ce9f9c.css +0 -1
- package/dist/spa/assets/TabsPage.9b94ff39.css +0 -1
- package/dist/spa/assets/TabsPage.b92cccee.js +0 -9
- package/dist/spa/assets/TogglePage.8129b631.css +0 -1
- package/dist/spa/assets/TogglePage.ba6e325c.js +0 -9
- package/dist/spa/assets/UAvatar.dda7e478.js +0 -1
- package/dist/spa/assets/UAvatar.ea8daa38.css +0 -1
- package/dist/spa/assets/UBadgeStd.3965db9a.css +0 -1
- package/dist/spa/assets/UBadgeStd.e165ee05.js +0 -1
- package/dist/spa/assets/UBtnStd.979ec4e8.js +0 -1
- package/dist/spa/assets/UBtnStd.bdd4f5e5.css +0 -1
- package/dist/spa/assets/UTooltip.d2e04d0c.js +0 -1
- package/dist/spa/assets/UTooltip.efa029a7.css +0 -1
- package/dist/spa/assets/dom.e9d4ad51.js +0 -1
- package/dist/spa/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.fd84f88b.woff +0 -0
- package/dist/spa/assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.4a4dbc62.woff2 +0 -0
- package/dist/spa/assets/format.41663636.js +0 -1
- package/dist/spa/assets/index.43c62a18.js +0 -21
- package/dist/spa/assets/index.4fbd73cf.css +0 -5
- package/dist/spa/assets/option-sizes.10cc02d3.js +0 -1
- package/dist/spa/assets/render.e67ff27a.js +0 -1
- package/dist/spa/assets/tooltip.7c0d0774.js +0 -8
- package/dist/spa/assets/touch.9135741d.js +0 -1
- package/dist/spa/assets/use-checkbox.44a623c0.js +0 -1
- package/dist/spa/favicon.ico +0 -0
- package/dist/spa/icons/caret-down.svg +0 -5
- package/dist/spa/icons/circle-xmark.svg +0 -6
- package/dist/spa/icons/favicon-128x128.png +0 -0
- package/dist/spa/icons/favicon-16x16.png +0 -0
- package/dist/spa/icons/favicon-32x32.png +0 -0
- package/dist/spa/icons/favicon-96x96.png +0 -0
- package/dist/spa/index.html +0 -3
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
|
|
2
|
+
// GOLD TEXT
|
|
3
|
+
.text-gold-1
|
|
4
|
+
color: $gold-1 !important
|
|
5
|
+
.text-gold-2
|
|
6
|
+
color: $gold-2 !important
|
|
7
|
+
.text-gold-3
|
|
8
|
+
color: $gold-3 !important
|
|
9
|
+
.text-gold-4
|
|
10
|
+
color: $gold-4 !important
|
|
11
|
+
.text-gold-5
|
|
12
|
+
color: $gold-5 !important
|
|
13
|
+
.text-gold-6
|
|
14
|
+
color: $gold-6 !important
|
|
15
|
+
.text-gold-7
|
|
16
|
+
color: $gold-7 !important
|
|
17
|
+
.text-gold-8
|
|
18
|
+
color: $gold-8 !important
|
|
19
|
+
.text-gold-9
|
|
20
|
+
color: $gold-9 !important
|
|
21
|
+
|
|
22
|
+
// GOLD BACKGROUND
|
|
23
|
+
.bg-gold-1
|
|
24
|
+
background-color: $gold-1 !important
|
|
25
|
+
.bg-gold-2
|
|
26
|
+
background-color: $gold-2 !important
|
|
27
|
+
.bg-gold-3
|
|
28
|
+
background-color: $gold-3 !important
|
|
29
|
+
.bg-gold-4
|
|
30
|
+
background-color: $gold-4 !important
|
|
31
|
+
.bg-gold-5
|
|
32
|
+
background-color: $gold-5 !important
|
|
33
|
+
.bg-gold-6
|
|
34
|
+
background-color: $gold-6 !important
|
|
35
|
+
.bg-gold-7
|
|
36
|
+
background-color: $gold-7 !important
|
|
37
|
+
.bg-gold-8
|
|
38
|
+
background-color: $gold-8 !important
|
|
39
|
+
.bg-gold-9
|
|
40
|
+
background-color: $gold-9 !important
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
// NEUTRAL TEXT
|
|
44
|
+
.text-neutral-1
|
|
45
|
+
color: $neutral-1 !important
|
|
46
|
+
.text-neutral-2
|
|
47
|
+
color: $neutral-2 !important
|
|
48
|
+
.text-neutral-3
|
|
49
|
+
color: $neutral-3 !important
|
|
50
|
+
.text-neutral-4
|
|
51
|
+
color: $neutral-4 !important
|
|
52
|
+
.text-neutral-5
|
|
53
|
+
color: $neutral-5 !important
|
|
54
|
+
.text-neutral-6
|
|
55
|
+
color: $neutral-6 !important
|
|
56
|
+
.text-neutral-7
|
|
57
|
+
color: $neutral-7 !important
|
|
58
|
+
.text-neutral-8
|
|
59
|
+
color: $neutral-8 !important
|
|
60
|
+
.text-neutral-9
|
|
61
|
+
color: $neutral-9 !important
|
|
62
|
+
|
|
63
|
+
// RED TEXT
|
|
64
|
+
.text-red-5
|
|
65
|
+
color: $red-5 !important
|
|
66
|
+
|
|
67
|
+
// NEUTRAL BACKGROUND
|
|
68
|
+
.bg-neutral-1
|
|
69
|
+
background-color: $neutral-1 !important
|
|
70
|
+
.bg-neutral-2
|
|
71
|
+
background-color: $neutral-2 !important
|
|
72
|
+
.bg-neutral-3
|
|
73
|
+
background-color: $neutral-3 !important
|
|
74
|
+
.bg-neutral-4
|
|
75
|
+
background-color: $neutral-4 !important
|
|
76
|
+
.bg-neutral-5
|
|
77
|
+
background-color: $neutral-5 !important
|
|
78
|
+
.bg-neutral-6
|
|
79
|
+
background-color: $neutral-6 !important
|
|
80
|
+
.bg-neutral-7
|
|
81
|
+
background-color: $neutral-7 !important
|
|
82
|
+
.bg-neutral-8
|
|
83
|
+
background-color: $neutral-8 !important
|
|
84
|
+
.bg-neutral-9
|
|
85
|
+
background-color: $neutral-9 !important
|
|
86
|
+
|
|
87
|
+
//BLUE BACKGROUND
|
|
88
|
+
.bg-blue-1
|
|
89
|
+
background-color: $blue-1 !important
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
//USSSA Description content color
|
|
93
|
+
.text-description
|
|
94
|
+
color: $description
|
|
95
|
+
|
|
96
|
+
.bg-description
|
|
97
|
+
background-color: $description
|
|
98
|
+
|
|
99
|
+
//USSSA Surface background color
|
|
100
|
+
.bg-surface-bg-1
|
|
101
|
+
background-color: $surface-bg-1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
// Quasar Sass (& SCSS) Variables
|
|
2
|
+
// --------------------------------------------------
|
|
3
|
+
// To customize the look and feel of this app, you can override
|
|
4
|
+
// the Sass/SCSS variables found in Quasar's source Sass/SCSS files.
|
|
5
|
+
|
|
6
|
+
// Check documentation for full list of Quasar variables
|
|
7
|
+
|
|
8
|
+
// Your own variables (that are declared here) and Quasar's own
|
|
9
|
+
// ones will be available out of the box in your .vue/.scss/.sass files
|
|
10
|
+
|
|
11
|
+
// It's highly recommended to change the default colors
|
|
12
|
+
// to match your app's branding.
|
|
13
|
+
// Tip: Use the "Theme Builder" on Quasar's documentation website.
|
|
14
|
+
|
|
15
|
+
@import 'vars/colors.variables'
|
|
16
|
+
$primary : #234BA9
|
|
17
|
+
$secondary : #143066
|
|
18
|
+
$accent : #CB2A3D
|
|
19
|
+
|
|
20
|
+
$dark : #101114
|
|
21
|
+
$dark-page : #121212
|
|
22
|
+
|
|
23
|
+
$positive : #248560
|
|
24
|
+
$negative : #CB2A3D
|
|
25
|
+
$info : #5C4AB8
|
|
26
|
+
$warning : #D33809
|
|
27
|
+
|
|
28
|
+
// USSSA TYPOGRAPHY RESET
|
|
29
|
+
$h1: (size: 4.063rem, line-height: 5.079rem, letter-spacing: .35px, weight: 700) !default
|
|
30
|
+
$h2: (size: 2.5rem, line-height: 3.125rem, letter-spacing: .35px, weight: 700) !default
|
|
31
|
+
$h3: (size: 1.5rem, line-height: 1.875rem, letter-spacing: .35px, weight: 700) !default
|
|
32
|
+
$h4: (size: 1.25rem, line-height: 1.563rem, letter-spacing: .35px, weight: 700) !default
|
|
33
|
+
|
|
34
|
+
// QUASAR DEFAULTS
|
|
35
|
+
$h5: (size: 1.5rem, line-height: 2rem, letter-spacing: normal, weight: 700) !default
|
|
36
|
+
$h6: (size: 1.25rem, line-height: 2rem, letter-spacing: .0125em, weight: 700) !default
|
|
37
|
+
|
|
38
|
+
// USSSA CUSTOM
|
|
39
|
+
$h1-md: (size: 3.00rem , line-height: 3.75rem, letter-spacing: .35px, weight: bold) !default
|
|
40
|
+
$h1-sm: (size: 2.50rem , line-height: 3.44rem, letter-spacing: .35px, weight: bold) !default
|
|
41
|
+
|
|
42
|
+
$h2-md: (size: 2.25rem , line-height: 2.813rem, letter-spacing: .35px, weight: bold) !default
|
|
43
|
+
$h2-sm: (size: 2.00rem , line-height: 2.50rem, letter-spacing: .35px, weight: bold) !default
|
|
44
|
+
|
|
45
|
+
$h3-md: (size: 1.375rem , line-height: 1.719rem, letter-spacing: .35px, weight: bold) !default
|
|
46
|
+
$h3-sm: (size: 1.250rem , line-height: 1.563rem, letter-spacing: .35px, weight: bold) !default
|
|
47
|
+
|
|
48
|
+
$h4-md: (size: 1.125rem , line-height: 1.406rem, letter-spacing: .35px, weight: bold) !default
|
|
49
|
+
$h4-sm: (size: 1.00rem , line-height: 1.25rem, letter-spacing: .35px, weight: bold) !default
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
// DESKTOP
|
|
53
|
+
$caption-lg: (size: 1rem, line-height: 1.25rem, letter-spacing: .03333rem, weight: 500) !default
|
|
54
|
+
$caption-md: (size: 0.875rem, line-height: 1.25rem, letter-spacing: .03333rem, weight: 500) !default
|
|
55
|
+
$caption-sm: (size: 0.75rem, line-height: 1.25rem, letter-spacing: .03333rem, weight: 500) !default
|
|
56
|
+
$caption-xs: (size: 0.688rem, line-height: 1.25rem, letter-spacing: .03333rem, weight: 500) !default
|
|
57
|
+
|
|
58
|
+
$body-xl: (size: 1.25rem, line-height: 2.5rem, letter-spacing: .03215rem, weight: 400) !default
|
|
59
|
+
$body-lg: (size: 1.125rem, line-height: 1.75rem, letter-spacing: .03215rem, weight: 400) !default
|
|
60
|
+
$body-md: (size: 1.00rem, line-height: 1.5rem, letter-spacing: .01786rem, weight: 400) !default
|
|
61
|
+
$body-sm: (size: 0.875rem, line-height: 1.5rem, letter-spacing: .01786rem, weight: 400) !default
|
|
62
|
+
$body-xs: (size: 0.75rem, line-height: 1.25rem, letter-spacing: .01786rem, weight: 400) !default
|
|
63
|
+
$body-xxs: (size: 0.688rem, line-height: 1.25rem, letter-spacing: .01786rem, weight: 400) !default
|
|
64
|
+
|
|
65
|
+
$overline-lg: (size: 1.00rem, line-height: 1.50rem, letter-spacing: .53px, weight: 500) !default
|
|
66
|
+
$overline-md: (size: 0.875rem, line-height: 2rem, letter-spacing: .53px, weight: 500) !default
|
|
67
|
+
$overline-sm: (size: 0.75rem, line-height: 2rem, letter-spacing: .53px, weight: 500) !default
|
|
68
|
+
$overline-xs: (size: 0.688rem, line-height: 2rem, letter-spacing: .53px, weight: 500) !default
|
|
69
|
+
|
|
70
|
+
$heading-xxxl: (size: 3rem, line-height: 3.75rem, letter-spacing: -0.0156rem, weight: 700) !default
|
|
71
|
+
$heading-xxl: (size: 2.5rem, line-height: 3.125rem, letter-spacing: 0rem, weight: 700) !default
|
|
72
|
+
$heading-xl: (size: 2.0rem, line-height: 2.5rem, letter-spacing: 0rem, weight: 700) !default
|
|
73
|
+
$heading-lg: (size: 1.75rem, line-height: 2.188rem, letter-spacing: .00714rem, weight: 700) !default
|
|
74
|
+
$heading-md: (size: 1.5rem, line-height: 1.875rem, letter-spacing: .00714rem, weight: 700) !default
|
|
75
|
+
$heading-sm: (size: 1.25rem, line-height: 2rem, letter-spacing: 0rem, weight: 700) !default
|
|
76
|
+
$heading-xs: (size: 1.125rem, line-height: 1.406rem, letter-spacing: .0125rem, weight: 700) !default
|
|
77
|
+
$heading-xxs: (size: 1.0rem, line-height: 1.5rem, letter-spacing: .0125rem, weight: 700) !default
|
|
78
|
+
|
|
79
|
+
// VARIABLE ASSIGNMENT
|
|
80
|
+
$headings: ('h1': $h1, 'h1-md': $h1-md, 'h1-sm': $h1-sm, 'h2': $h2, 'h2-md': $h2-md, 'h2-sm': $h2-sm, 'h3': $h3, 'h3-md': $h3-md, 'h3-sm': $h3-sm, 'h4': $h4, 'h4-md': $h4-md, 'h4-sm': $h4-sm, 'h5': $h5, 'h6': $h6, 'body-xl': $body-xl, 'body-lg': $body-lg, 'body-md': $body-md, 'body-sm': $body-sm, 'body-xs': $body-xs, 'body-xxs': $body-xxs, 'overline-lg': $overline-lg, 'overline-md': $overline-md, 'overline-sm': $overline-sm,'overline-xs': $overline-xs, 'caption-lg': $caption-lg, 'caption-md': $caption-md, 'caption-sm': $caption-sm, 'caption-xs': $caption-xs, 'heading-xxxl': $heading-xxxl, 'heading-xxl':$heading-xxl,'heading-xl':$heading-xl,'heading-lg':$heading-lg,'heading-md':$heading-md,'heading-sm':$heading-sm,'heading-xs':$heading-xs,'heading-xxs': $heading-xxs) !default
|
|
81
|
+
|
|
82
|
+
// SPACING BASE
|
|
83
|
+
$space-base : 1rem !default
|
|
84
|
+
$space-x-base : $space-base !default
|
|
85
|
+
$space-y-base : $space-base !default
|
|
86
|
+
|
|
87
|
+
// SPACING SINGLE VARIABLES
|
|
88
|
+
$xxs : $space-base * .25 !default
|
|
89
|
+
$xs : $space-base * .5 !default
|
|
90
|
+
$sm : $space-base * .75 !default
|
|
91
|
+
$ms : $space-base * 1.5 !default
|
|
92
|
+
$ba : $space-base * 1 !default
|
|
93
|
+
$md : $space-base * 2 !default
|
|
94
|
+
$lg : $space-base * 2.5 !default
|
|
95
|
+
$xl : $space-base * 3 !default
|
|
96
|
+
$xxl : $space-base * 3.375 !default
|
|
97
|
+
|
|
98
|
+
// SPACING VARIABLES FOR QUASAR SPACING UTILITY CLASSES
|
|
99
|
+
$space-none : (x: 0, y: 0) !default
|
|
100
|
+
$space-xxs : (x: ($space-x-base * .25), y: ($space-y-base * .25)) !default
|
|
101
|
+
$space-xs : (x: ($space-x-base * .5), y: ($space-y-base * .5)) !default
|
|
102
|
+
$space-sm : (x: ($space-x-base * .75), y: ($space-y-base * .5)) !default
|
|
103
|
+
$space-ms : (x: ($space-x-base * 1.5), y: ($space-y-base * 1.5)) !default
|
|
104
|
+
$space-ba : (x: ($space-x-base * 1), y: ($space-y-base * 1)) !default
|
|
105
|
+
$space-md : (x: $space-x-base * 2, y: $space-y-base * 2) !default
|
|
106
|
+
$space-lg : (x: ($space-x-base * 2.5), y: ($space-y-base * 2.5)) !default
|
|
107
|
+
$space-xl : (x: ($space-x-base * 3), y: ($space-y-base * 3)) !default
|
|
108
|
+
$space-xxl : (x: ($space-x-base * 3.375), y: ($space-y-base * 3.375)) !default
|
|
109
|
+
|
|
110
|
+
$spaces: ('none': $space-none, 'xxs': $space-xxs, 'xs': $space-xs, 'sm': $space-sm, 'ms': $space-ms, 'ba': $space-ba, 'md': $space-md, 'lg': $space-lg, 'xl': $space-xl, 'xxl': $space-xxl) !default
|
|
111
|
+
|
|
112
|
+
//Shadow variables
|
|
113
|
+
|
|
114
|
+
$shadow-inner: 0px 0px 1px 1px rgb(16, 17, 20, .12) inset
|
|
115
|
+
$shadow-skeumorphic-primary: 0px 1px 0.4px 0px rgba(136, 136, 138, 0.40) inset, 0px -1px 0.4px 0px rgba(16, 17, 20, 0.40) inset, 0px 4px 10px 0px rgba(16,17,20,0.00), 0px 0px 0px 1px rgb(35,75,169)
|
|
116
|
+
$stroke-skeuomorphic: 1px solid rgba(255, 255, 255, 0.12)
|
|
117
|
+
$shadow-2: 0px 0px 8px 0px rgba(16, 17, 20, 0.12)
|
|
118
|
+
$accent-bg-hover: rgba(203, 42, 61, 0.15)
|
|
119
|
+
$surface-bg-link-hover :rgba(16, 17, 20, .5)
|
|
File without changes
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
// USSSA BLUE
|
|
2
|
+
$blue-1: #E1E9F9 !default
|
|
3
|
+
$blue-2: #CADBF9 !default
|
|
4
|
+
$blue-3: #678BE0 !default
|
|
5
|
+
$blue-4: #4571D9 !default
|
|
6
|
+
$blue-5: #2A5ACB !default
|
|
7
|
+
$blue-6: #234BA9 !default
|
|
8
|
+
$blue-7: #183477 !default
|
|
9
|
+
$blue-8: #143066 !default
|
|
10
|
+
$blue-9: #0D2044 !default
|
|
11
|
+
|
|
12
|
+
// USSSA GOLD
|
|
13
|
+
$gold-1: #FBF6EE !default
|
|
14
|
+
$gold-2: #EEEAD3 !default
|
|
15
|
+
$gold-3: #DED5AA !default
|
|
16
|
+
$gold-4: #C5B16A !default
|
|
17
|
+
$gold-5: #AC8D46 !default
|
|
18
|
+
$gold-6: #93723B !default
|
|
19
|
+
$gold-7: #775631 !default
|
|
20
|
+
$gold-8: #64482F !default
|
|
21
|
+
$gold-9: #312017 !default
|
|
22
|
+
|
|
23
|
+
// USSSA GREEN
|
|
24
|
+
$green-1: #EFFAF4 !default
|
|
25
|
+
$green-2: #D9F2E3 !default
|
|
26
|
+
$green-3: #85D0AD !default
|
|
27
|
+
$green-4: #53B48A !default
|
|
28
|
+
$green-5: #248560 !default
|
|
29
|
+
$green-6: #1A6248 !default
|
|
30
|
+
$green-7: #174E3A !default
|
|
31
|
+
$green-8: #144031 !default
|
|
32
|
+
$green-9: #0A241C !default
|
|
33
|
+
|
|
34
|
+
// USSSA NEUTRAL
|
|
35
|
+
$neutral-1: #FFFFFF !default
|
|
36
|
+
$neutral-2: #F5F7F9 !default
|
|
37
|
+
$neutral-3: #EBEFF3 !default
|
|
38
|
+
$neutral-4: #DCE1E9 !default
|
|
39
|
+
$neutral-5: #CFD5E1 !default
|
|
40
|
+
$neutral-6: #C2CAD9 !default
|
|
41
|
+
$neutral-7: #929CB0 !default
|
|
42
|
+
$neutral-8: #7D89A1 !default
|
|
43
|
+
$neutral-9: #566176 !default
|
|
44
|
+
$neutral-10: #3D4452 !default
|
|
45
|
+
$neutral-11: #2E333D !default
|
|
46
|
+
$neutral-12: #202328 !default
|
|
47
|
+
$neutral-13: #101114 !default
|
|
48
|
+
|
|
49
|
+
// USSSA ORANGE
|
|
50
|
+
$orange-1: #FEEEEB !default
|
|
51
|
+
$orange-2: #FEE0D7 !default
|
|
52
|
+
$orange-3: #FDBEAA !default
|
|
53
|
+
$orange-4: #FA6C3D !default
|
|
54
|
+
$orange-5: #FE4C10 !default
|
|
55
|
+
$orange-6: #F8430D !default
|
|
56
|
+
$orange-7: #D33809 !default
|
|
57
|
+
$orange-8: #8C3712 !default
|
|
58
|
+
$orange-9: #542007 !default
|
|
59
|
+
|
|
60
|
+
// USSSA PINK
|
|
61
|
+
$pink-1: #FAE0F4 !default
|
|
62
|
+
$pink-2: #EA99D8 !default
|
|
63
|
+
$pink-3: #E067C6 !default
|
|
64
|
+
$pink-4: #D945B9 !default
|
|
65
|
+
$pink-5: #CB2AA8 !default
|
|
66
|
+
$pink-6: #A9238C !default
|
|
67
|
+
$pink-7: #771862 !default
|
|
68
|
+
$pink-8: #661454 !default
|
|
69
|
+
$pink-9: #440D38 !default
|
|
70
|
+
|
|
71
|
+
// USSSA PURPLE
|
|
72
|
+
$purple-1: #F0F2FD !default
|
|
73
|
+
$purple-2: #CED3F7 !default
|
|
74
|
+
$purple-3: #B0B6F1 !default
|
|
75
|
+
$purple-4: #7B75DF !default
|
|
76
|
+
$purple-5: #6B5AD1 !default
|
|
77
|
+
$purple-6: #5C4AB8 !default
|
|
78
|
+
$purple-7: #4B3F94 !default
|
|
79
|
+
$purple-8: #403877 !default
|
|
80
|
+
$purple-9: #262145 !default
|
|
81
|
+
|
|
82
|
+
// USSSA RED
|
|
83
|
+
$red-1: #FEF2F2 !default
|
|
84
|
+
$red-2: #FCCCCE !default
|
|
85
|
+
$red-3: #F9A8AB !default
|
|
86
|
+
$red-4: #E94A50 !default
|
|
87
|
+
$red-5: #CB2A3D !default
|
|
88
|
+
$red-6: #B42126 !default
|
|
89
|
+
$red-7: #951F23 !default
|
|
90
|
+
$red-8: #7C2023 !default
|
|
91
|
+
$red-9: #430C0E !default
|
|
92
|
+
|
|
93
|
+
// USSSA TEAL
|
|
94
|
+
$teal-1: #CCEDF5 !default
|
|
95
|
+
$teal-2: #99DBEA !default
|
|
96
|
+
$teal-3: #67CAE0 !default
|
|
97
|
+
$teal-4: #45BED9 !default
|
|
98
|
+
$teal-5: #2AAECB !default
|
|
99
|
+
$teal-6: #2390A9 !default
|
|
100
|
+
$teal-7: #186677 !default
|
|
101
|
+
$teal-8: #145766 !default
|
|
102
|
+
$teal-9: #0D3A44 !default
|
|
103
|
+
|
|
104
|
+
// USSSA YELLOW
|
|
105
|
+
$yellow-1: #FBF4D8 !default
|
|
106
|
+
$yellow-2: #FFF5CC !default
|
|
107
|
+
$yellow-3: #FBE589 !default
|
|
108
|
+
$yellow-4: #FCDE62 !default
|
|
109
|
+
$yellow-5: #F8D547 !default
|
|
110
|
+
$yellow-6: #EBC321 !default
|
|
111
|
+
$yellow-7: #D2AB0C !default
|
|
112
|
+
$yellow-8: #B49104 !default
|
|
113
|
+
$yellow-9: #8C7000 !default
|
|
114
|
+
|
|
115
|
+
// USSSA RED TRANSPARENT
|
|
116
|
+
$accent-transparent: rgba(203, 42, 61, .20)
|
|
117
|
+
$accent-bg-hover: rgba(203, 42, 61, 0.15)
|
|
118
|
+
|
|
119
|
+
// USSSA BLUE TRANSPARENT
|
|
120
|
+
$primary-transparent: rgba(35, 75, 169, .20)
|
|
121
|
+
$primary-bg-hover: rgba(35, 75, 169, .15)
|
|
122
|
+
|
|
123
|
+
//USSSA Description content color
|
|
124
|
+
$description : $neutral-9
|
|
125
|
+
|
|
126
|
+
$surface-bg-1: #FFFFFF
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { ref } from 'vue'
|
|
3
|
+
|
|
4
|
+
defineOptions({
|
|
5
|
+
name: 'MainLayout',
|
|
6
|
+
})
|
|
7
|
+
|
|
8
|
+
const components = [
|
|
9
|
+
{
|
|
10
|
+
title: 'Address Lookup',
|
|
11
|
+
path: '/address-lookup',
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
title: 'Advanced Search',
|
|
15
|
+
path: '/advanced-search',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
title: 'Avatar',
|
|
19
|
+
path: '/avatar',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
title: 'Avatar Group',
|
|
23
|
+
path: '/avatar-group',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
title: 'Badge',
|
|
27
|
+
path: '/badge',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
title: 'Banner',
|
|
31
|
+
path: '/banner',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
title: 'Bread Crumbs',
|
|
35
|
+
path: '/bread-crumbs',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
title: 'Button',
|
|
39
|
+
path: '/button-standard',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
title: 'Button Icon',
|
|
43
|
+
path: '/button-icon',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
title: 'Button Toggle',
|
|
47
|
+
path: '/button-toggle',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
title: 'Checkbox',
|
|
51
|
+
path: '/check-box',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
title: 'Chip',
|
|
55
|
+
path: 'chip',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
title: 'Dialog',
|
|
59
|
+
path: 'dialog',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
title: 'Drawer',
|
|
63
|
+
path: '/drawer',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
title: 'Input Text',
|
|
67
|
+
path: 'input-text',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
title: 'Input Phone',
|
|
71
|
+
path: 'input-phone',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
title: 'Menu Dropdown',
|
|
75
|
+
path: 'menu-dropdown',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
title: 'Menu Item',
|
|
79
|
+
path: 'menu-item',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
title: 'Menu Button',
|
|
83
|
+
path: 'menu-button',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
title: 'MultiSelect',
|
|
87
|
+
path: 'multiselect-standard',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
title: 'Notify',
|
|
91
|
+
path: '/notify',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
title: 'Pagination',
|
|
95
|
+
path: 'pagination',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
title: 'Radio',
|
|
99
|
+
path: 'radio',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
title: 'Radio Button',
|
|
103
|
+
path: 'radio-btn',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
title: 'Select',
|
|
107
|
+
path: 'select',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
title: 'Tabs',
|
|
111
|
+
path: '/tabs/home',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
title: 'Tab Button',
|
|
115
|
+
path: '/tab-button',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
title: 'Tooltip',
|
|
119
|
+
path: '/tooltip',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
title: 'Toggle',
|
|
123
|
+
path: '/toggle',
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
title: 'Table',
|
|
127
|
+
path: '/table',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
title: 'Inner Loader',
|
|
131
|
+
path: '/inner-loader',
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
title: 'Typeahead Dropdown Search',
|
|
135
|
+
path: '/typeahead-advance-search',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
title: 'Overlay Loader',
|
|
139
|
+
path: '/overlay-loader',
|
|
140
|
+
},
|
|
141
|
+
]
|
|
142
|
+
|
|
143
|
+
const leftDrawerOpen = ref(true)
|
|
144
|
+
</script>
|
|
145
|
+
|
|
146
|
+
<template>
|
|
147
|
+
<q-layout view="hHh lpr fFf">
|
|
148
|
+
<q-header bordered>
|
|
149
|
+
<q-toolbar class="bg-primary">
|
|
150
|
+
<q-toolbar-title>USSSA Component Library</q-toolbar-title>
|
|
151
|
+
</q-toolbar>
|
|
152
|
+
</q-header>
|
|
153
|
+
|
|
154
|
+
<q-drawer v-model="leftDrawerOpen" bordered>
|
|
155
|
+
<q-list separator>
|
|
156
|
+
<q-item-label class="bg-grey-8 text-grey-3" header>
|
|
157
|
+
Select Component
|
|
158
|
+
</q-item-label>
|
|
159
|
+
|
|
160
|
+
<q-item
|
|
161
|
+
v-for="c of components.sort((a, b) => a.title.localeCompare(b.title))"
|
|
162
|
+
:key="c.title"
|
|
163
|
+
active-class="bg-info text-grey-1 text-weight-bold"
|
|
164
|
+
clickable
|
|
165
|
+
:to="c.path"
|
|
166
|
+
>
|
|
167
|
+
<q-item-section>
|
|
168
|
+
<q-item-label>{{ c.title }}</q-item-label>
|
|
169
|
+
</q-item-section>
|
|
170
|
+
</q-item>
|
|
171
|
+
</q-list>
|
|
172
|
+
</q-drawer>
|
|
173
|
+
<q-page-container>
|
|
174
|
+
<router-view />
|
|
175
|
+
</q-page-container>
|
|
176
|
+
</q-layout>
|
|
177
|
+
</template>
|