@abi-software/map-side-bar 2.3.0 → 2.3.1

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": "@abi-software/map-side-bar",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -38,7 +38,7 @@
38
38
  "./src/*": "./src/*"
39
39
  },
40
40
  "dependencies": {
41
- "@abi-software/gallery": "^1.1.0",
41
+ "@abi-software/gallery": "^1.1.1",
42
42
  "@abi-software/svg-sprite": "^1.0.0",
43
43
  "@element-plus/icons-vue": "^2.3.1",
44
44
  "algoliasearch": "^4.10.5",
@@ -63,8 +63,8 @@
63
63
  "cypress-wait-until": "^3.0.1",
64
64
  "eslint": "^8.56.0",
65
65
  "eslint-plugin-vue": "^9.19.2",
66
- "mochawesome": "^7.1.3",
67
66
  "file-loader": "^5.0.2",
67
+ "mochawesome": "^7.1.3",
68
68
  "raw-loader": "^0.5.1",
69
69
  "sass": "^1.70.0",
70
70
  "transform-loader": "^0.2.4",
@@ -107,29 +107,29 @@ $tab-height: 30px;
107
107
  }
108
108
 
109
109
  .button-tab-close {
110
- width: 20px;
111
- height: 20px;
112
- line-height: 20px;
113
- padding: 0;
114
- padding-right: 4px;
115
- font-size: 24px;
116
- color: $app-primary-color;
117
- border: 0 none;
118
- box-shadow: none;
119
- outline: none;
120
- background-color: transparent;
110
+ width: 20px !important;
111
+ height: 20px !important;
112
+ line-height: 20px !important;
113
+ padding: 0 !important;
114
+ padding-right: 4px !important;
115
+ font-size: 24px !important;
116
+ color: $app-primary-color !important;
117
+ border: 0 none !important;
118
+ box-shadow: none !important;
119
+ outline: none !important;
120
+ background-color: transparent !important;
121
121
 
122
122
  :deep(> span) {
123
- height: $tab-height - 2; // tab height minus border
124
- font-family: Arial; // to fix font alignment on different browsers
123
+ height: $tab-height - 2 !important; // tab height minus border
124
+ font-family: Arial !important; // to fix font alignment on different browsers
125
125
  }
126
126
 
127
127
  &:hover,
128
128
  &:focus {
129
- border: 0 none;
130
- outline: none;
131
- box-shadow: none;
132
- background-color: transparent;
129
+ border: 0 none !important;
130
+ outline: none !important;
131
+ box-shadow: none !important;
132
+ background-color: transparent !important;
133
133
  }
134
134
  }
135
135