voiptime-components 1.21.89 → 1.21.90

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.89",
7
+ "version": "1.21.90",
8
8
  "type": "module",
9
9
  "main": "dist/index.umd.js",
10
10
  "module": "dist/index.es.js",
@@ -152,17 +152,6 @@
152
152
  align-items: center;
153
153
  padding: 0 var(--vt-padding-lg) var(--vt-padding-base);
154
154
 
155
- // Модифікатор: лейбл над контролом замість збоку
156
- &--vertical {
157
- flex-direction: column;
158
- align-items: flex-start;
159
-
160
- > label {
161
- width: 100%;
162
- margin-bottom: var(--vt-gap-sm, 4px);
163
- }
164
- }
165
-
166
155
  > label {
167
156
  width: 250px;
168
157
  font-size: var(--font-size-sm);
@@ -183,27 +172,6 @@
183
172
  color: var(--color-danger-main);
184
173
  }
185
174
  }
186
-
187
- &-item-value {
188
- width: 100%;
189
- min-height: 36px;
190
- padding: var(--padding-button);
191
- box-sizing: border-box;
192
- display: flex;
193
- align-items: center;
194
- font-size: var(--font-size-sm);
195
- font-weight: var(--font-weight-medium);
196
- color: var(--color-gray-1);
197
- overflow: hidden;
198
- text-overflow: ellipsis;
199
- white-space: nowrap;
200
-
201
- // Без "коробки" інпута — суцільний рядок тексту
202
- &--plain {
203
- min-height: auto;
204
- padding: 0;
205
- }
206
- }
207
175
  }
208
176
 
209
177
  // Рядок всередині body без label (для inline-форм типу caller-id)