voiptime-components 1.21.85 → 1.21.87

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
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.21.85",
7
+ "version": "1.21.87",
8
8
  "type": "module",
9
9
  "main": "dist/index.umd.js",
10
10
  "module": "dist/index.es.js",
@@ -124,7 +124,7 @@
124
124
  display: flex;
125
125
  align-items: center;
126
126
 
127
- span {
127
+ > span {
128
128
  color: var(--color-primary-main);
129
129
  font-size: var(--font-size-base);
130
130
  font-weight: var(--font-weight-regular);
@@ -172,6 +172,21 @@
172
172
  color: var(--color-danger-main);
173
173
  }
174
174
  }
175
+
176
+ &-value {
177
+ width: 100%;
178
+ min-height: 36px;
179
+ padding: var(--padding-button);
180
+ box-sizing: border-box;
181
+ display: flex;
182
+ align-items: center;
183
+ font-size: var(--font-size-sm);
184
+ font-weight: var(--font-weight-medium);
185
+ color: var(--color-gray-1);
186
+ overflow: hidden;
187
+ text-overflow: ellipsis;
188
+ white-space: nowrap;
189
+ }
175
190
  }
176
191
 
177
192
  // Рядок всередині body без label (для inline-форм типу caller-id)