@dative-gpi/foundation-shared-components 1.0.1 → 1.0.2

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.1",
4
+ "version": "1.0.2",
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.1",
14
- "@dative-gpi/foundation-shared-services": "1.0.1"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.2",
14
+ "@dative-gpi/foundation-shared-services": "1.0.2"
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": "297a3db2234e01a04a88c111d547656f4d0a74f0"
38
+ "gitHead": "59982b88e7e4e37ee55ac6aa4ae744ebb063f5f8"
39
39
  }
@@ -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;