ns-base-module 2.0.34 → 2.0.36
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/ClassFilter/index.js +20 -2
- package/dist/ClassFilter/indexVertical.js +19 -1
- package/dist/Entry/EntryCriteria.d.ts +1 -1
- package/dist/Icon/index.js +1 -1
- package/dist/umd/ns-base-module.min.css +1 -1
- package/dist/umd/ns-base-module.min.js +1 -1
- package/package.json +2 -2
- package/style/components/ClassFilter.scss +16 -8
package/package.json
CHANGED
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
display: inline-flex;
|
|
49
49
|
align-items: center;
|
|
50
50
|
justify-content: center;
|
|
51
|
-
min-width: 20px;
|
|
52
|
-
height:
|
|
51
|
+
// min-width: 20px;
|
|
52
|
+
height: 16px;
|
|
53
53
|
margin-left: 4px;
|
|
54
54
|
padding: 0 8px;
|
|
55
55
|
color: #9b9b9b;
|
|
@@ -63,8 +63,12 @@
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.num-txt-single {
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
display: inline-flex;
|
|
67
|
+
align-items: center;
|
|
68
|
+
justify-content: center;
|
|
69
|
+
// width: 16px;
|
|
70
|
+
// min-width: 16px;
|
|
71
|
+
// height: 16px;
|
|
68
72
|
padding: 0;
|
|
69
73
|
border-radius: 50%;
|
|
70
74
|
}
|
|
@@ -100,8 +104,8 @@
|
|
|
100
104
|
display: inline-flex;
|
|
101
105
|
align-items: center;
|
|
102
106
|
justify-content: center;
|
|
103
|
-
min-width: 20px;
|
|
104
|
-
height:
|
|
107
|
+
// min-width: 20px;
|
|
108
|
+
height: 16px;
|
|
105
109
|
margin-left: 2px;
|
|
106
110
|
padding: 0 8px;
|
|
107
111
|
color: #9b9b9b;
|
|
@@ -115,8 +119,12 @@
|
|
|
115
119
|
}
|
|
116
120
|
|
|
117
121
|
.num-txt-single {
|
|
118
|
-
|
|
119
|
-
|
|
122
|
+
display: inline-flex;
|
|
123
|
+
align-items: center;
|
|
124
|
+
justify-content: center;
|
|
125
|
+
// width: 16px;
|
|
126
|
+
// min-width: 16px;
|
|
127
|
+
// height: 16px;
|
|
120
128
|
padding: 0;
|
|
121
129
|
border-radius: 50%;
|
|
122
130
|
}
|