@apptegy/nuxt-navigation 0.1.32 → 0.1.34
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/dist/module.json
CHANGED
|
@@ -183,7 +183,7 @@ function handleSelectedOrg($event: KeyboardEvent | MouseEvent, orgId: number) {
|
|
|
183
183
|
box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
|
|
184
184
|
}
|
|
185
185
|
.org-selection .dropdown .org-option {
|
|
186
|
-
padding: 12px;
|
|
186
|
+
padding: 12px 12px 12px 36px;
|
|
187
187
|
min-height: 40px;
|
|
188
188
|
line-height: 16px;
|
|
189
189
|
text-decoration: none;
|
|
@@ -192,7 +192,10 @@ function handleSelectedOrg($event: KeyboardEvent | MouseEvent, orgId: number) {
|
|
|
192
192
|
cursor: pointer;
|
|
193
193
|
}
|
|
194
194
|
.org-selection .dropdown .org-option.selected {
|
|
195
|
-
background-
|
|
195
|
+
background-image: url("../../assets/checkmark.svg");
|
|
196
|
+
background-repeat: no-repeat;
|
|
197
|
+
background-position: center left 15px;
|
|
198
|
+
color: var(--purple);
|
|
196
199
|
}
|
|
197
200
|
.org-selection .dropdown .org-option:focus-visible, .org-selection .dropdown .org-option:hover {
|
|
198
201
|
background-color: #f8f6fc;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apptegy/nuxt-navigation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"vue": "^3.5.13",
|
|
48
48
|
"vue-tsc": "^2.2.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "5683f5784f38794ffc90b7aeec0d38b79bdd73b3"
|
|
51
51
|
}
|