@apptegy/nuxt-navigation 0.2.3-alpha.0 → 0.2.4-alpha.0
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
|
@@ -280,7 +280,7 @@ function handleSelectedOrg($event, orgId) {
|
|
|
280
280
|
}
|
|
281
281
|
.org-selection.beacon .dropdown-trigger {
|
|
282
282
|
width: 300px;
|
|
283
|
-
padding:
|
|
283
|
+
padding: 8px;
|
|
284
284
|
display: flex;
|
|
285
285
|
align-items: center;
|
|
286
286
|
gap: 8px;
|
|
@@ -297,9 +297,8 @@ function handleSelectedOrg($event, orgId) {
|
|
|
297
297
|
width: 100%;
|
|
298
298
|
touch-action: manipulation;
|
|
299
299
|
color: inherit;
|
|
300
|
-
height:
|
|
300
|
+
height: 20px;
|
|
301
301
|
border: 0;
|
|
302
|
-
padding: 8px;
|
|
303
302
|
background: var(--dscl-forms-bg, #fff);
|
|
304
303
|
white-space: nowrap;
|
|
305
304
|
cursor: pointer;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apptegy/nuxt-navigation",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4-alpha.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"vue": "^3.5.13",
|
|
52
52
|
"vue-tsc": "^3.0.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "8ea14279862ced04acde37d1e27de4170ed4754c"
|
|
55
55
|
}
|