@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@apptegy/nuxt-navigation",
3
3
  "configKey": "@apptegy/nuxt-navigation",
4
- "version": "0.1.32",
4
+ "version": "0.1.34",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
7
7
  "unbuild": "unknown"
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 8.57143L6.75 12L13 4" stroke="#662E80" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -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-color: #f8f6fc;
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.32",
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": "2cae18aa5c59f577acb9a77ae270286c2a0c59ad"
50
+ "gitHead": "5683f5784f38794ffc90b7aeec0d38b79bdd73b3"
51
51
  }