comand-component-library 3.1.94 → 3.1.95

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "3.1.94",
3
+ "version": "3.1.95",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -4,7 +4,7 @@
4
4
  "path": "./",
5
5
  "tooltip": "Tooltip"
6
6
  },
7
- "pathDefaultLogo": "../assets/images/logo.svg",
8
- "pathDarkmodeLogo": "../assets/images/logo-darkmode.svg'",
7
+ "pathDefaultLogo": "/media/images/logos/logo.svg",
8
+ "pathDarkmodeLogo": "/media/images/logos/logo-darkmode.svg'",
9
9
  "altText": "Company Logo"
10
10
  }
@@ -195,12 +195,16 @@ export default {
195
195
  :where(nav, .nav) {
196
196
  margin-right: 0;
197
197
 
198
- ul {
198
+ > ul {
199
199
  border: 0;
200
200
  background: none;
201
201
 
202
202
  li {
203
203
  border: 0;
204
+
205
+ ul {
206
+ border-top: var(--default-border);
207
+ }
204
208
  }
205
209
  }
206
210
  }