@visns-studio/visns-components 5.11.17 → 5.11.18
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
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
88
88
|
},
|
|
89
89
|
"name": "@visns-studio/visns-components",
|
|
90
|
-
"version": "5.11.
|
|
90
|
+
"version": "5.11.18",
|
|
91
91
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
92
92
|
"main": "src/index.js",
|
|
93
93
|
"files": [
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
/* Media queries for responsive design */
|
|
196
196
|
|
|
197
197
|
/* Tablet view (961px to 1024px) - Keep filter expanded in left container */
|
|
198
|
-
@media (max-width: 1024px) and (min-width:
|
|
198
|
+
@media (max-width: 1024px) and (min-width: 760px) {
|
|
199
199
|
/* Ensure filter remains visible and properly styled for tablets */
|
|
200
200
|
.tableFilter {
|
|
201
201
|
display: block;
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
/* Phone view (960px and below) - Use hamburger menu when navigation moves to top */
|
|
227
|
-
@media (max-width:
|
|
227
|
+
@media (max-width: 759px) {
|
|
228
228
|
.mobileToggle {
|
|
229
229
|
display: flex;
|
|
230
230
|
}
|