@visns-studio/visns-components 5.1.21 → 5.1.22
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
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
78
78
|
},
|
|
79
79
|
"name": "@visns-studio/visns-components",
|
|
80
|
-
"version": "5.1.
|
|
80
|
+
"version": "5.1.22",
|
|
81
81
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
82
82
|
"main": "src/index.js",
|
|
83
83
|
"files": [
|
|
@@ -22,6 +22,18 @@
|
|
|
22
22
|
td {
|
|
23
23
|
background-color: rgba(var(--primary-rgb), 0.05);
|
|
24
24
|
}
|
|
25
|
+
|
|
26
|
+
/* Compact styling for native input and select elements */
|
|
27
|
+
input,
|
|
28
|
+
select {
|
|
29
|
+
padding: 0.25rem 0.5rem;
|
|
30
|
+
margin: 0;
|
|
31
|
+
font-size: 0.85rem;
|
|
32
|
+
height: 28px;
|
|
33
|
+
line-height: 1;
|
|
34
|
+
border: 1px solid rgba(var(--primary-rgb), 0.1);
|
|
35
|
+
box-sizing: border-box;
|
|
36
|
+
}
|
|
25
37
|
}
|
|
26
38
|
|
|
27
39
|
.categoryRow {
|
|
@@ -249,18 +261,6 @@
|
|
|
249
261
|
}
|
|
250
262
|
}
|
|
251
263
|
|
|
252
|
-
/* Compact styling for native input and select elements */
|
|
253
|
-
input,
|
|
254
|
-
select {
|
|
255
|
-
padding: 0.25rem 0.5rem;
|
|
256
|
-
margin: 0;
|
|
257
|
-
font-size: 0.85rem;
|
|
258
|
-
height: 28px;
|
|
259
|
-
line-height: 1;
|
|
260
|
-
border: 1px solid rgba(var(--primary-rgb), 0.1);
|
|
261
|
-
box-sizing: border-box;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
264
|
/* Compact styling for react-select components */
|
|
265
265
|
.react-select__control {
|
|
266
266
|
min-height: 28px;
|