@dative-gpi/foundation-shared-components 1.0.1 → 1.0.3
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-components",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"description": "",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dative-gpi/foundation-shared-domain": "1.0.
|
|
14
|
-
"@dative-gpi/foundation-shared-services": "1.0.
|
|
13
|
+
"@dative-gpi/foundation-shared-domain": "1.0.3",
|
|
14
|
+
"@dative-gpi/foundation-shared-services": "1.0.3"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@dative-gpi/bones-ui": "^0.0.75",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"sass": "1.71.1",
|
|
36
36
|
"sass-loader": "13.3.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "f22b676408f33de3f017b51fc1c535a67f194632"
|
|
39
39
|
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
// Otherwise a v-progress-circular has the size of its parent and can trigger the vertical scroll when spinning
|
|
7
7
|
.v-progress-circular > svg {
|
|
8
|
-
height: fit-content;
|
|
9
|
-
width: fit-content;
|
|
8
|
+
height: fit-content !important;
|
|
9
|
+
width: fit-content !important;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
// No default hover effect on switches and others, no limited opacity, no limited width...
|
|
@@ -143,6 +143,24 @@
|
|
|
143
143
|
display: none !important;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
+
.v-text-field__suffix {
|
|
147
|
+
padding: 0 8px 0 0 !important;
|
|
148
|
+
|
|
149
|
+
@include web {
|
|
150
|
+
min-height: 38px !important;
|
|
151
|
+
height: 38px !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@include mobile {
|
|
155
|
+
min-height: 34px !important;
|
|
156
|
+
height: 34px !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
& > .v-text-field__suffix__text {
|
|
160
|
+
@extend .text-body;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
146
164
|
// Ellipsis on input of all fields
|
|
147
165
|
input {
|
|
148
166
|
text-overflow: ellipsis;
|