@stonecrop/aform 0.34.0 → 0.36.0

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.
Files changed (42) hide show
  1. package/dist/aform.js +818 -454
  2. package/dist/aform.js.map +1 -1
  3. package/dist/assets/index.css +321 -247
  4. package/dist/src/components/AForm.vue.d.ts.map +1 -1
  5. package/dist/src/components/form/ACheckbox.vue.d.ts.map +1 -1
  6. package/dist/src/components/form/ACurrencyInput.vue.d.ts +3 -3
  7. package/dist/src/components/form/ACurrencyInput.vue.d.ts.map +1 -1
  8. package/dist/src/components/form/ADate.vue.d.ts +3 -3
  9. package/dist/src/components/form/ADate.vue.d.ts.map +1 -1
  10. package/dist/src/components/form/ADatePicker.vue.d.ts +10 -10
  11. package/dist/src/components/form/ADatePicker.vue.d.ts.map +1 -1
  12. package/dist/src/components/form/ADateRange.vue.d.ts +3 -3
  13. package/dist/src/components/form/ADateRange.vue.d.ts.map +1 -1
  14. package/dist/src/components/form/ADateSelection.vue.d.ts +8 -6
  15. package/dist/src/components/form/ADateSelection.vue.d.ts.map +1 -1
  16. package/dist/src/components/form/ADateTime.vue.d.ts +3 -3
  17. package/dist/src/components/form/ADateTime.vue.d.ts.map +1 -1
  18. package/dist/src/components/form/ADateTimeInput.vue.d.ts.map +1 -1
  19. package/dist/src/components/form/ADropdown.vue.d.ts.map +1 -1
  20. package/dist/src/components/form/ADuration.vue.d.ts +3 -3
  21. package/dist/src/components/form/ADuration.vue.d.ts.map +1 -1
  22. package/dist/src/components/form/AFileAttach.vue.d.ts.map +1 -1
  23. package/dist/src/components/form/AFormLink.vue.d.ts.map +1 -1
  24. package/dist/src/components/form/ANumericInput.vue.d.ts +3 -3
  25. package/dist/src/components/form/ANumericInput.vue.d.ts.map +1 -1
  26. package/dist/src/components/form/AQuantityInput.vue.d.ts +3 -3
  27. package/dist/src/components/form/AQuantityInput.vue.d.ts.map +1 -1
  28. package/dist/src/components/form/ASegmentedControl.vue.d.ts.map +1 -1
  29. package/dist/src/components/form/ATextInput.vue.d.ts.map +1 -1
  30. package/dist/src/components/form/ATextboxInput.vue.d.ts.map +1 -1
  31. package/dist/src/components/utilities/Login.vue.d.ts.map +1 -1
  32. package/dist/src/composables/fieldErrorA11y.d.ts +8 -0
  33. package/dist/src/composables/fieldErrorA11y.d.ts.map +1 -0
  34. package/dist/src/types/index.d.ts +8 -8
  35. package/dist/src/types/index.d.ts.map +1 -1
  36. package/dist/src/utils/emptiedBox.d.ts +11 -0
  37. package/dist/src/utils/emptiedBox.d.ts.map +1 -0
  38. package/dist/src/utils/fieldCalendar.d.ts +18 -0
  39. package/dist/src/utils/fieldCalendar.d.ts.map +1 -0
  40. package/dist/src/utils/typedDay.d.ts +14 -0
  41. package/dist/src/utils/typedDay.d.ts.map +1 -0
  42. package/package.json +8 -5
@@ -1,54 +1,57 @@
1
1
 
2
- .aform_checkbox[data-v-ca06741d] {
2
+ .aform_checkbox[data-v-f28e7db6] {
3
3
  cursor: pointer;
4
4
  width: auto;
5
5
  margin-top: 0;
6
6
  display: block;
7
7
  }
8
- .aform_checkbox[data-v-ca06741d]:checked {
8
+ .aform_checkbox[data-v-f28e7db6]:checked {
9
9
  accent-color: var(--sc-primary-color);
10
- border: 1px solid black;
10
+ border: 1px solid var(--sc-input-active-border-color);
11
11
  }
12
- .aform_checkbox-container[data-v-ca06741d] {
12
+ .aform_checkbox-container[data-v-f28e7db6] {
13
13
  width: 100%;
14
14
  display: inline-block;
15
15
  text-align: left;
16
16
  }
17
- .aform_checkbox-container input[data-v-ca06741d] {
17
+ .aform_checkbox-container input[data-v-f28e7db6] {
18
18
  width: auto;
19
19
  }
20
- .aform_checkbox-container:hover + .aform_field-label[data-v-ca06741d] {
20
+ .aform_form-element:has(> .aform_checkbox-container:hover) > .aform_field-label[data-v-f28e7db6] {
21
21
  color: var(--sc-input-active-label-color);
22
22
  }
23
23
 
24
- .aform_form-link-wrapper[data-v-91a761d0] {
24
+ .aform_form-link-wrapper[data-v-07d20e9b] {
25
25
  position: relative;
26
26
  }
27
- .input-group[data-v-91a761d0] {
27
+ .input-group[data-v-07d20e9b] {
28
28
  display: flex;
29
29
  align-items: stretch;
30
30
  }
31
- .aform_input-field[data-v-91a761d0] {
31
+ .aform_input-field[data-v-07d20e9b] {
32
32
  flex: 1;
33
33
  min-width: 0;
34
34
  }
35
- .aform_form-element--embedded[data-v-91a761d0] {
35
+
36
+ /* No top padding: the shared rule reserves it for a floating label, which embedded mode never renders. */
37
+ .aform_form-element--embedded[data-v-07d20e9b] {
36
38
  min-width: 0;
37
39
  flex-grow: 0;
40
+ padding-top: 0;
38
41
  }
39
42
 
40
- /* Embedded mode: the host component's own container supplies the border, so this input
41
- goes borderless and inherits the host's padding scale instead of the standalone default. */
42
- .aform_input-field--embedded[data-v-91a761d0] {
43
+ /* Embedded mode: the host component's own container supplies the border, so this input goes
44
+ borderless. Its vertical padding stays the standalone field's, so its text lines up with the host's. */
45
+ .aform_input-field--embedded[data-v-07d20e9b] {
43
46
  outline: none;
44
47
  background: transparent;
45
- padding: 0.5ch 1ch;
48
+ padding: 0.5rem 1ch;
46
49
  }
47
50
 
48
51
  /* Only in embedded mode is the trigger deliberately narrower than its options (e.g. a currency
49
52
  symbol box): let the dropdown grow past it rather than truncate. Standalone pickers keep the
50
53
  dropdown flush with the input, so a long display text can't overhang a narrow form column. */
51
- .aform_form-element--embedded .autocomplete-results[data-v-91a761d0] {
54
+ .aform_form-element--embedded .autocomplete-results[data-v-07d20e9b] {
52
55
  min-width: 100%;
53
56
  width: max-content;
54
57
  }
@@ -56,21 +59,51 @@
56
59
  /* Give the button the same outline as the input, then slide it 2px left so the outlines
57
60
  overlap exactly at the join: input right outline sits at (input_right - 1px),
58
61
  button left outline also sits at (button_left + 1px) = (input_right - 2px + 1px) = same pixel. */
59
- .aform_form-btn[data-v-91a761d0] {
62
+ .aform_form-btn[data-v-07d20e9b] {
60
63
  appearance: none;
61
64
  border: none;
62
65
  outline: 1px solid var(--sc-input-border-color);
63
66
  outline-offset: -1px;
64
67
  margin-left: -2px;
65
68
  background: var(--sc-input-field-background);
66
- padding: 0 0.75rem;
69
+ padding: 0.5rem 0.75rem;
67
70
  cursor: pointer;
71
+ display: block;
72
+ font-size: 1rem;
73
+ line-height: normal;
74
+ font-family: var(--sc-font-family);
75
+ color: var(--sc-cell-text-color);
68
76
  }
69
- .aform_form-btn[data-v-91a761d0]:focus,
70
- .input-group:focus-within .aform_form-btn[data-v-91a761d0] {
77
+
78
+ /* Drawn rather than a text glyph, but set on the text's baseline at capital height: text sits
79
+ above its box's centre, so an icon centred in the box reads low beside the input's text. */
80
+ .aform_form-btn-icon[data-v-07d20e9b] {
81
+ height: 0.716em;
82
+ width: auto;
83
+ vertical-align: baseline;
84
+ overflow: visible;
85
+ fill: none;
86
+ stroke: currentColor;
87
+ stroke-width: 1.5;
88
+ stroke-linecap: round;
89
+ stroke-linejoin: round;
90
+ }
91
+
92
+ /* The glyph stays as the button's spoken name, hidden from sight. */
93
+ .aform_form-btn-name[data-v-07d20e9b] {
94
+ position: absolute;
95
+ width: 1px;
96
+ height: 1px;
97
+ margin: -1px;
98
+ overflow: hidden;
99
+ clip: rect(0, 0, 0, 0);
100
+ white-space: nowrap;
101
+ }
102
+ .aform_form-btn[data-v-07d20e9b]:focus,
103
+ .input-group:focus-within .aform_form-btn[data-v-07d20e9b] {
71
104
  outline-color: var(--sc-input-active-border-color);
72
105
  }
73
- .autocomplete-results[data-v-91a761d0] {
106
+ .autocomplete-results[data-v-07d20e9b] {
74
107
  position: absolute;
75
108
  width: 100%;
76
109
  z-index: 100;
@@ -79,47 +112,48 @@
79
112
  list-style: none;
80
113
  border: 1px solid var(--sc-input-active-border-color);
81
114
  border-top: none;
82
- border-radius: 0 0 0.25rem 0.25rem;
83
- background: #fff;
115
+ border-radius: 0 0 var(--sc-border-radius) var(--sc-border-radius);
116
+ background: var(--sc-overlay-background);
84
117
  }
85
- .autocomplete-result[data-v-91a761d0] {
118
+ .autocomplete-result[data-v-07d20e9b] {
86
119
  padding: 4px 6px;
87
120
  cursor: pointer;
88
- border-bottom: 0.5px solid lightgray;
121
+ border-bottom: 0.5px solid var(--sc-input-border-color);
89
122
  }
90
- .autocomplete-result.is-active[data-v-91a761d0],
91
- .autocomplete-result[data-v-91a761d0]:hover {
123
+ .autocomplete-result.is-active[data-v-07d20e9b],
124
+ .autocomplete-result[data-v-07d20e9b]:hover {
92
125
  background-color: var(--sc-row-color-zebra-light);
93
126
  color: var(--sc-input-active-border-color);
94
127
  }
95
128
 
96
- .acurrency__row[data-v-77852830] {
129
+ .acurrency__row[data-v-7c503cec] {
97
130
  display: flex;
98
131
  gap: 1ch;
99
132
  }
100
- .acurrency__row--base[data-v-77852830] {
133
+ .acurrency__row--base[data-v-7c503cec] {
101
134
  margin-top: 1.5rem;
102
135
  }
103
- .acurrency__field[data-v-77852830] {
136
+ .acurrency__field[data-v-7c503cec] {
104
137
  position: relative;
105
138
  flex: 1;
106
139
  min-width: 0;
107
140
  }
108
- .acurrency__group[data-v-77852830] {
141
+ .acurrency__group[data-v-7c503cec] {
109
142
  display: flex;
110
143
  align-items: stretch;
111
144
  width: 100%;
145
+ background: var(--sc-input-field-background);
112
146
  border: 1px solid var(--sc-input-border-color);
113
- border-radius: 0.25rem;
147
+ border-radius: var(--sc-border-radius);
114
148
  }
115
- .acurrency__group[data-v-77852830]:focus-within {
149
+ .acurrency__group[data-v-7c503cec]:focus-within {
116
150
  border-color: var(--sc-input-active-border-color);
117
151
  }
118
152
 
119
153
  /* Wraps just the amount input so its floating label (`left: 10px` of the nearest
120
154
  `position: relative` ancestor, per .aform_field-label) anchors above the amount box
121
155
  specifically, not the group's outer left edge — which is now the currency prefix. */
122
- .acurrency__amount-wrap[data-v-77852830] {
156
+ .acurrency__amount-wrap[data-v-7c503cec] {
123
157
  position: relative;
124
158
  flex: 1;
125
159
  min-width: 0;
@@ -127,23 +161,31 @@
127
161
 
128
162
  /* The amount label ("Total") is the primary label for the whole merged group — bumped up
129
163
  slightly from the shared .aform_field-label size so it reads as the group's main label. */
130
- .acurrency__amount-wrap .aform_field-label[data-v-77852830] {
164
+ .acurrency__amount-wrap .aform_field-label[data-v-7c503cec] {
131
165
  font-size: 0.85rem;
132
166
  }
133
- .acurrency__amount[data-v-77852830] {
167
+
168
+ /* The label names the whole group, so focus on the currency picker darkens it too. */
169
+ .acurrency__group:focus-within .acurrency__amount-wrap > .aform_field-label[data-v-7c503cec] {
170
+ color: var(--sc-input-active-label-color);
171
+ }
172
+ .acurrency__amount[data-v-7c503cec] {
134
173
  width: 100%;
135
174
  box-sizing: border-box;
136
175
  border: none;
137
176
  outline: none;
138
- padding: 0.5ch 1ch;
177
+ padding: 0.5rem 1ch;
178
+ font-size: 1rem;
179
+ font-family: var(--sc-font-family);
180
+ color: var(--sc-cell-text-color);
139
181
  background: transparent;
140
- border-radius: 0 0.25rem 0.25rem 0;
182
+ border-radius: 0 var(--sc-border-radius) var(--sc-border-radius) 0;
141
183
  text-align: right;
142
184
  appearance: textfield;
143
185
  -moz-appearance: textfield;
144
186
  }
145
- .acurrency__amount[data-v-77852830]::-webkit-outer-spin-button,
146
- .acurrency__amount[data-v-77852830]::-webkit-inner-spin-button {
187
+ .acurrency__amount[data-v-7c503cec]::-webkit-outer-spin-button,
188
+ .acurrency__amount[data-v-7c503cec]::-webkit-inner-spin-button {
147
189
  appearance: none;
148
190
  -webkit-appearance: none;
149
191
  margin: 0;
@@ -154,47 +196,47 @@
154
196
  picked, not the full name), tinted background, left-rounded to match the group's own
155
197
  corner so the tint doesn't overhang the border. The dropdown itself isn't bound by this
156
198
  width — see AFormLink's .autocomplete-results — so search results still show full names. */
157
- .acurrency__currency[data-v-77852830] {
199
+ .acurrency__currency[data-v-7c503cec] {
158
200
  position: relative;
159
201
  flex: 0 0 auto;
160
202
  min-width: 4.5rem;
161
- background: var(--sc-gray-5);
203
+ background: var(--sc-input-addon-background);
162
204
  border-right: 1px solid var(--sc-input-border-color);
163
- border-radius: 0.25rem 0 0 0.25rem;
205
+ border-radius: var(--sc-border-radius) 0 0 var(--sc-border-radius);
164
206
  }
165
- .acurrency__base-field[data-v-77852830] {
207
+ .acurrency__base-field[data-v-7c503cec] {
166
208
  width: 100%;
167
209
  box-sizing: border-box;
168
210
  font-size: 1rem;
169
- padding: 0.5ch 1ch;
211
+ padding: 0.5rem 1ch;
170
212
  border: 1px solid var(--sc-input-border-color);
171
- border-radius: 0.25rem;
213
+ border-radius: var(--sc-border-radius);
172
214
  outline: none;
173
215
  appearance: textfield;
174
216
  -moz-appearance: textfield;
175
217
  }
176
- .acurrency__base-field[data-v-77852830]:disabled {
218
+ .acurrency__base-field[data-v-7c503cec]:disabled {
177
219
  color: var(--sc-gray-50);
178
220
  }
179
221
 
180
222
  /* Base Amount and Exchange Rate are read-only — the number spinner offers nothing here. */
181
- .acurrency__base-field[data-v-77852830]::-webkit-outer-spin-button,
182
- .acurrency__base-field[data-v-77852830]::-webkit-inner-spin-button {
223
+ .acurrency__base-field[data-v-7c503cec]::-webkit-outer-spin-button,
224
+ .acurrency__base-field[data-v-7c503cec]::-webkit-inner-spin-button {
183
225
  appearance: none;
184
226
  -webkit-appearance: none;
185
227
  margin: 0;
186
228
  }
187
229
 
188
- .adatepicker[data-v-ef698187],
189
- .adatepicker table[data-v-ef698187],
190
- .adatepicker tr[data-v-ef698187],
191
- .adatepicker td[data-v-ef698187],
192
- .adatepicker th[data-v-ef698187] {
230
+ .adatepicker[data-v-d0133599],
231
+ .adatepicker table[data-v-d0133599],
232
+ .adatepicker tr[data-v-d0133599],
233
+ .adatepicker td[data-v-d0133599],
234
+ .adatepicker th[data-v-d0133599] {
193
235
  -webkit-user-select: none;
194
236
  -moz-user-select: none;
195
237
  user-select: none;
196
238
  }
197
- .adatepicker[data-v-ef698187] {
239
+ .adatepicker[data-v-d0133599] {
198
240
  font-size: var(--sc-table-font-size);
199
241
  display: inline-table;
200
242
  color: var(--sc-cell-text-color);
@@ -203,24 +245,28 @@
203
245
  margin-bottom: 10px;
204
246
  /* width: calc(100% - 4px); */
205
247
  }
206
- .adatepicker tr[data-v-ef698187] {
248
+ .adatepicker tr[data-v-d0133599] {
207
249
  height: 1.15rem;
208
250
  height: 1.15rem;
209
251
  text-align: center;
210
252
  vertical-align: middle;
211
253
  }
212
- .adatepicker td[data-v-ef698187] {
254
+ .adatepicker td[data-v-d0133599] {
213
255
  border: 2px solid transparent;
214
256
  outline: 2px solid transparent;
215
257
  min-width: 3ch;
216
258
  max-width: 3ch;
217
259
  cursor: pointer;
218
260
  }
219
- .adatepicker td.date-cell[data-v-ef698187]:hover {
261
+ .adatepicker td.date-cell[data-v-d0133599]:hover {
220
262
  background: var(--sc-gray-10);
221
263
  }
222
- .adatepicker td[data-v-ef698187]:focus,
223
- .adatepicker td[data-v-ef698187]:focus-within {
264
+ .adatepicker td.date-cell[data-v-d0133599]:focus-visible {
265
+ outline: 1px solid var(--sc-input-active-border-color);
266
+ outline-offset: -1px;
267
+ }
268
+ .adatepicker td[data-v-d0133599]:focus,
269
+ .adatepicker td[data-v-d0133599]:focus-within {
224
270
  /* outline: 1px dashed black; */
225
271
  box-shadow: none;
226
272
  overflow: hidden;
@@ -228,51 +274,57 @@
228
274
  max-height: 1.15em;
229
275
  overflow: hidden;
230
276
  }
231
- .adatepicker .selectedDate[data-v-ef698187],
232
- .adatepicker .startDate[data-v-ef698187],
233
- .adatepicker .endDate[data-v-ef698187] {
277
+ .adatepicker .selectedDate[data-v-d0133599],
278
+ .adatepicker .startDate[data-v-d0133599],
279
+ .adatepicker .endDate[data-v-d0133599] {
234
280
  /* outline: 1px solid black; */
235
281
  background: var(--sc-gray-20);
236
282
  font-weight: bolder;
237
283
  }
238
- .adatepicker .startDate[data-v-ef698187] {
284
+ .adatepicker .startDate[data-v-d0133599] {
239
285
  /* border-radius: 5px 0px 0px 5px; */
240
286
  border-left: 1px solid var(--sc-gray-50);
241
287
  background: var(--sc-gray-20) !important;
242
288
  }
243
- .adatepicker .endDate[data-v-ef698187] {
289
+ .adatepicker .endDate[data-v-d0133599] {
244
290
  border-right: 1px solid var(--sc-gray-50);
245
291
  /* border-radius: 0px 5px 5px 0px; */
246
292
  background: var(--sc-gray-20) !important;
247
293
  }
248
- .adatepicker .withinRange[data-v-ef698187] {
294
+ .adatepicker .withinRange[data-v-d0133599] {
249
295
  background: var(--sc-gray-5);
250
296
  }
251
- .adatepicker .todaysDate[data-v-ef698187] {
297
+ .adatepicker .todaysDate[data-v-d0133599] {
252
298
  font-weight: bolder;
253
299
  /* text-decoration: underline; */
254
- color: black;
300
+ color: var(--sc-cell-text-color);
255
301
  }
256
- .days-header > td[data-v-ef698187] {
302
+ .days-header > td[data-v-d0133599] {
257
303
  font-weight: bold;
258
304
  }
259
- .prev-date[data-v-ef698187] {
305
+ .prev-date[data-v-d0133599] {
260
306
  color: var(--sc-gray-20);
261
307
  }
262
- .adatepicker .date-input[data-v-ef698187] {
308
+ .adatepicker .date-input[data-v-d0133599] {
263
309
  display: flex;
264
310
  width: 100%;
265
311
  gap: 5px;
266
312
  align-items: center;
267
313
  }
268
- .adatepicker .date-input > input[data-v-ef698187] {
269
- width: 50%;
314
+ /* The boxes' row widens the calendar past its 3ch day columns, so each box fits a day such as `04/09/2026`. */
315
+ .adatepicker td.range-inputs[data-v-d0133599] {
316
+ max-width: none;
317
+ }
318
+ .adatepicker .date-input > input[data-v-d0133599] {
319
+ flex: none;
320
+ width: 11ch;
321
+ box-sizing: border-box;
270
322
  padding: 2px;
271
323
  }
272
324
 
273
325
  /* Keep the field error in-flow below the calendar. The shared .aform_error is absolutely
274
326
  positioned against a .aform_form-element anchor, which this grid component does not use. */
275
- p.aform_error[data-v-ef698187] {
327
+ p.aform_error[data-v-d0133599] {
276
328
  position: static;
277
329
  display: block;
278
330
  color: var(--sc-brand-danger);
@@ -280,72 +332,76 @@ p.aform_error[data-v-ef698187] {
280
332
  margin: 0.25rem 0 0;
281
333
  }
282
334
 
283
- .adate_time[data-v-95ad0aa4] {
335
+ .adate_time[data-v-3a6e48db] {
284
336
  width: auto;
285
337
  padding: 10px;
286
338
  box-sizing: border-box;
287
339
  font-size: 1rem;
288
- background: var(--sc-gray-10);
340
+ background: var(--sc-input-field-background);
289
341
  }
290
- .adate_time_fields[data-v-95ad0aa4] {
342
+ .adate_time_fields[data-v-3a6e48db] {
291
343
  display: flex;
292
344
  align-items: stretch;
293
345
  gap: 5px;
294
346
  justify-content: flex-start;
295
347
  }
296
- .adate_time_fields > input[data-v-95ad0aa4] {
297
- min-width: 30px;
298
- padding: 2px;
348
+ .adate_time_fields > input[data-v-3a6e48db] {
349
+ width: 2.5rem;
350
+ min-width: 2.5rem;
351
+ flex: 0 0 auto;
352
+ padding: 0.25rem 0.15rem;
299
353
  text-align: center;
300
- display: inline-block;
301
- flex-basis: 0;
354
+ background: var(--sc-input-field-background);
355
+ border: 1px solid var(--sc-input-border-color);
356
+ color: var(--sc-cell-text-color);
357
+ border-radius: var(--sc-border-radius);
358
+ }
359
+ .adate_time_fields > input[data-v-3a6e48db]:focus,
360
+ .meridiem-selector[data-v-3a6e48db]:focus {
361
+ outline: 1px solid var(--sc-input-active-border-color);
362
+ outline-offset: -1px;
302
363
  }
303
- .meridiem-selector[data-v-95ad0aa4] {
364
+ .meridiem-selector[data-v-3a6e48db] {
365
+ flex: 0 0 auto;
366
+ width: auto;
367
+ min-width: 5.5rem;
368
+ margin-left: 6px;
369
+ padding: 0.25rem 1.75rem 0.25rem 0.5rem;
304
370
  cursor: pointer;
305
- display: inline-block;
306
- flex-basis: 0;
307
- padding: 5px;
308
371
  user-select: none;
372
+ background: var(--sc-input-field-background);
373
+ border: 1px solid var(--sc-input-border-color);
374
+ color: var(--sc-cell-text-color);
375
+ border-radius: var(--sc-border-radius);
376
+ font-size: 1rem;
309
377
  }
310
- .meridiem-selector[data-v-95ad0aa4]:focus {
311
- outline: 2px solid black;
312
- outline-offset: -2px;
313
- }
314
- .adate_time_segment[data-v-95ad0aa4] {
378
+ .adate_time_segment[data-v-3a6e48db] {
315
379
  display: flex;
316
380
  flex-direction: column;
317
381
  width: 40px;
318
382
  }
319
- .colon[data-v-95ad0aa4] {
383
+ .colon[data-v-3a6e48db] {
320
384
  display: flex;
321
385
  align-items: normal;
322
386
  }
323
- .aform_form-btn[data-v-95ad0aa4] {
387
+ .aform_form-btn[data-v-3a6e48db] {
324
388
  cursor: pointer;
325
389
  }
326
- .aform-select[data-v-95ad0aa4] {
327
- border-radius: 0px;
328
- border: 1px solid rgb(118, 118, 118);
329
- font-size: 1rem;
330
- padding: 0rem;
331
- margin: 0;
332
- border-radius: 0;
390
+ .aform-select[data-v-3a6e48db] {
333
391
  box-sizing: border-box;
334
392
  min-height: auto;
335
- position: relative;
336
- color: var(--sc-cell-text-color);
337
- }
338
- .meridiem-selector[data-v-95ad0aa4] {
339
- margin-left: 6px;
340
393
  }
341
394
 
342
- .adate-selection[data-v-36e737ea] {
395
+ .adate-selection[data-v-4a079b23] {
343
396
  display: inline-block;
344
- border: 1px solid var(--sc-gray-80);
397
+ width: max-content;
398
+ max-width: 100%;
399
+ box-sizing: border-box;
400
+ border: 1px solid var(--sc-input-border-color);
345
401
  padding: 10px;
346
- background: var(--sc-form-background);
402
+ background: var(--sc-input-field-background);
347
403
  }
348
- .adate-selection__end-label[data-v-36e737ea] {
404
+ .adate-selection__end-label[data-v-4a079b23] {
349
405
  font-size: 0.8em;
350
406
  font-weight: bold;
351
407
  color: var(--sc-input-active-label-color);
@@ -353,25 +409,28 @@ p.aform_error[data-v-ef698187] {
353
409
  margin-bottom: 2px;
354
410
  padding-left: 2px;
355
411
  }
356
- .empty[data-v-36e737ea] {
357
- color: #ccc;
412
+ .empty[data-v-4a079b23] {
413
+ color: var(--sc-input-label-color);
358
414
  padding: 10px;
359
415
  text-align: center;
360
- border: 1px solid #ccc;
416
+ border: 1px solid var(--sc-input-border-color);
361
417
  }
362
418
 
363
- .adate-picker[data-v-5de3fe7a] {
419
+ .adate-picker[data-v-16f8f8f2] {
364
420
  position: absolute;
365
421
  top: 100%;
366
422
  left: 0;
367
- z-index: 1000;
423
+ width: max-content;
424
+ max-width: 100%;
425
+ box-sizing: border-box;
426
+ z-index: 100;
368
427
  margin-top: 0.25rem;
369
428
  }
370
429
 
371
- .autocomplete[data-v-4206fcf7] {
430
+ .autocomplete[data-v-2275075e] {
372
431
  position: relative;
373
432
  }
374
- .autocomplete-results[data-v-4206fcf7] {
433
+ .autocomplete-results[data-v-2275075e] {
375
434
  position: absolute;
376
435
  left: 0;
377
436
  right: 0;
@@ -380,19 +439,19 @@ p.aform_error[data-v-ef698187] {
380
439
  margin: 0;
381
440
  color: var(--sc-input-active-border-color);
382
441
  border: 1px solid var(--sc-input-active-border-color);
383
- border-radius: 0;
442
+ border-radius: 0 0 var(--sc-border-radius) var(--sc-border-radius);
384
443
  border-top: none;
385
- background-color: var(--sc-input-field-background);
444
+ background-color: var(--sc-overlay-background);
386
445
  list-style: none;
387
446
  }
388
- .autocomplete-result[data-v-4206fcf7] {
447
+ .autocomplete-result[data-v-2275075e] {
389
448
  text-align: left;
390
449
  padding: 4px 6px;
391
450
  cursor: pointer;
392
- border-bottom: 0.5px solid lightgray;
451
+ border-bottom: 0.5px solid var(--sc-input-border-color);
393
452
  }
394
- .autocomplete-result.is-active[data-v-4206fcf7],
395
- .autocomplete-result[data-v-4206fcf7]:hover {
453
+ .autocomplete-result.is-active[data-v-2275075e],
454
+ .autocomplete-result[data-v-2275075e]:hover {
396
455
  background-color: var(--sc-row-color-zebra-light);
397
456
  color: var(--sc-input-active-border-color);
398
457
  }
@@ -461,15 +520,15 @@ p.aform_error[data-v-ef698187] {
461
520
  --sc-badge-accent: var(--sc-badge-brand-accent);
462
521
  }
463
522
 
464
- .aform_segmented-control--xs.aform_form-element[data-v-23f09651] {
523
+ .aform_segmented-control--xs.aform_form-element[data-v-8b740fd8] {
465
524
  min-width: 0;
466
525
  padding-top: 0;
467
526
  max-width: none;
468
527
  }
469
- .aform_segmented-control--xs[data-v-23f09651]:not(:has(.aform_segmented-sr-label)) {
528
+ .aform_segmented-control--xs[data-v-8b740fd8]:not(:has(.aform_segmented-sr-label)) {
470
529
  padding-top: 0.5rem;
471
530
  }
472
- .aform_segmented-sr-label[data-v-23f09651] {
531
+ .aform_segmented-sr-label[data-v-8b740fd8] {
473
532
  position: absolute;
474
533
  width: 1px;
475
534
  height: 1px;
@@ -480,7 +539,7 @@ p.aform_error[data-v-ef698187] {
480
539
  white-space: nowrap;
481
540
  border: 0;
482
541
  }
483
- .aform_segmented-track[data-v-23f09651] {
542
+ .aform_segmented-track[data-v-8b740fd8] {
484
543
  display: inline-flex;
485
544
  flex-wrap: wrap;
486
545
  align-items: stretch;
@@ -493,18 +552,18 @@ p.aform_error[data-v-ef698187] {
493
552
  outline-offset: -1px;
494
553
  border-radius: 0;
495
554
  box-sizing: border-box;
496
- background: var(--sc-input-field-disabled-background);
555
+ background: var(--sc-input-addon-background);
497
556
  font-family: var(--sc-font-family);
498
557
  }
499
- .aform_segmented-control--xs .aform_segmented-track[data-v-23f09651] {
558
+ .aform_segmented-control--xs .aform_segmented-track[data-v-8b740fd8] {
500
559
  min-height: 1.5rem;
501
560
  font-size: 0.875rem;
502
561
  }
503
- .aform_segmented-control--equal .aform_segmented-track[data-v-23f09651] {
562
+ .aform_segmented-control--equal .aform_segmented-track[data-v-8b740fd8] {
504
563
  display: flex;
505
564
  width: 100%;
506
565
  }
507
- .aform_segmented-segment[data-v-23f09651] {
566
+ .aform_segmented-segment[data-v-8b740fd8] {
508
567
  position: relative;
509
568
  display: inline-flex;
510
569
  align-items: center;
@@ -523,15 +582,15 @@ p.aform_error[data-v-ef698187] {
523
582
  user-select: none;
524
583
  box-sizing: border-box;
525
584
  }
526
- .aform_segmented-control--sm .aform_segmented-segment[data-v-23f09651] {
585
+ .aform_segmented-control--sm .aform_segmented-segment[data-v-8b740fd8] {
527
586
  min-height: 1.75rem;
528
587
  padding: 0.125rem 0.75rem;
529
588
  font-size: var(--sc-font-size);
530
589
  }
531
- .aform_segmented-control--equal .aform_segmented-segment[data-v-23f09651] {
590
+ .aform_segmented-control--equal .aform_segmented-segment[data-v-8b740fd8] {
532
591
  flex: 1 1 0;
533
592
  }
534
- .aform_segmented-input[data-v-23f09651] {
593
+ .aform_segmented-input[data-v-8b740fd8] {
535
594
  position: absolute;
536
595
  inline-size: 1px;
537
596
  block-size: 1px;
@@ -542,114 +601,120 @@ p.aform_error[data-v-ef698187] {
542
601
  white-space: nowrap;
543
602
  border: 0;
544
603
  }
545
- .aform_segmented-label[data-v-23f09651] {
604
+ .aform_segmented-label[data-v-8b740fd8] {
546
605
  pointer-events: none;
547
606
  }
548
- .aform_segmented-segment[data-v-23f09651]:not(.aform_segmented-segment--badge):has(.aform_segmented-input:checked) {
549
- background: var(--sc-input-field-background);
607
+ .aform_segmented-segment[data-v-8b740fd8]:not(.aform_segmented-segment--badge):has(.aform_segmented-input:checked) {
608
+ background: var(--sc-form-background);
550
609
  color: var(--sc-cell-text-color);
551
610
  font-weight: 500;
552
611
  }
553
- .aform_segmented-segment--badge[data-v-23f09651]:has(.aform_segmented-input:checked) {
612
+ .aform_segmented-segment--badge[data-v-8b740fd8]:has(.aform_segmented-input:checked) {
554
613
  font-weight: 500;
555
614
  }
556
- .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--neutral[data-v-23f09651] {
615
+ .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--neutral[data-v-8b740fd8] {
557
616
  background: var(--sc-badge-neutral-bg);
558
617
  color: var(--sc-badge-neutral-text);
559
618
  }
560
- .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--success[data-v-23f09651] {
619
+ .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--success[data-v-8b740fd8] {
561
620
  background: var(--sc-badge-success-bg);
562
621
  color: var(--sc-badge-success-text);
563
622
  }
564
- .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--warning[data-v-23f09651] {
623
+ .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--warning[data-v-8b740fd8] {
565
624
  background: var(--sc-badge-warning-bg);
566
625
  color: var(--sc-badge-warning-text);
567
626
  }
568
- .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--danger[data-v-23f09651] {
627
+ .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--danger[data-v-8b740fd8] {
569
628
  background: var(--sc-badge-danger-bg);
570
629
  color: var(--sc-badge-danger-text);
571
630
  }
572
- .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--brand[data-v-23f09651] {
631
+ .aform_segmented-segment--badge:has(.aform_segmented-input:checked).aform_segmented-segment--brand[data-v-8b740fd8] {
573
632
  background: var(--sc-badge-brand-bg);
574
633
  color: var(--sc-badge-brand-text);
575
634
  }
576
- .aform_segmented-segment--badge:has(.aform_segmented-input:checked)[style*='--sc-badge-bg'][data-v-23f09651] {
635
+ .aform_segmented-segment--badge:has(.aform_segmented-input:checked)[style*='--sc-badge-bg'][data-v-8b740fd8] {
577
636
  background: var(--sc-badge-bg);
578
637
  color: var(--sc-badge-text);
579
638
  }
580
- .aform_segmented-segment[data-v-23f09651]:has(.aform_segmented-input:focus-visible) {
639
+ .aform_segmented-segment[data-v-8b740fd8]:has(.aform_segmented-input:focus-visible) {
581
640
  outline: 1px solid var(--sc-input-active-border-color);
582
641
  outline-offset: -1px;
583
642
  }
584
- .aform_segmented-segment[data-v-23f09651]:hover:has(.aform_segmented-input:not(:disabled):not(:checked)) {
585
- background: color-mix(in srgb, var(--sc-input-field-background) 50%, transparent);
643
+ .aform_segmented-segment[data-v-8b740fd8]:hover:has(.aform_segmented-input:not(:disabled):not(:checked)) {
644
+ background: color-mix(in srgb, var(--sc-form-background) 50%, transparent);
586
645
  }
587
- .aform_segmented-segment[data-v-23f09651]:has(.aform_segmented-input:disabled) {
646
+ .aform_segmented-segment[data-v-8b740fd8]:has(.aform_segmented-input:disabled) {
588
647
  cursor: not-allowed;
589
648
  opacity: 0.5;
590
649
  }
591
- .aform_segmented-track[data-v-23f09651]:has(.aform_segmented-input:focus-visible) {
650
+ .aform_segmented-track[data-v-8b740fd8]:has(.aform_segmented-input:focus-visible) {
592
651
  outline-color: var(--sc-input-active-border-color);
593
652
  }
594
- .aform_segmented-display-badge[data-v-23f09651] {
653
+ .aform_segmented-display-badge[data-v-8b740fd8] {
595
654
  display: block;
596
655
  padding: 0.5rem;
597
656
  min-height: 2rem;
598
657
  box-sizing: border-box;
599
658
  }
600
659
  @media (prefers-reduced-motion: no-preference) {
601
- .aform_segmented-segment[data-v-23f09651] {
660
+ .aform_segmented-segment[data-v-8b740fd8] {
602
661
  transition:
603
662
  background-color 0.1s ease-out,
604
663
  color 0.1s ease-out;
605
664
  }
606
665
  }
607
666
  @media (prefers-reduced-motion: reduce) {
608
- .aform_segmented-segment[data-v-23f09651] {
667
+ .aform_segmented-segment[data-v-8b740fd8] {
609
668
  transition: none;
610
669
  }
611
670
  }
612
671
 
613
- .adatetime-picker[data-v-b0fa488b] {
672
+ .adatetime-picker[data-v-05cbbabe] {
614
673
  position: absolute;
615
674
  top: 100%;
616
675
  left: 0;
617
- z-index: 1000;
676
+ width: max-content;
677
+ max-width: 100%;
678
+ box-sizing: border-box;
679
+ z-index: 100;
618
680
  margin-top: 0.25rem;
619
681
  }
620
682
 
621
- .aduration[data-v-43788a3d] {
683
+ .aduration[data-v-133162a6] {
622
684
  position: relative;
623
- min-width: 40ch;
624
- width: 100%;
685
+ width: max-content;
686
+ max-width: 100%;
625
687
  }
626
- .aduration__summary[data-v-43788a3d] {
688
+ .aduration__summary[data-v-133162a6] {
627
689
  display: flex;
628
690
  gap: 6px;
629
691
  align-items: baseline;
630
692
  margin-top: 6px;
631
693
  font-size: 0.9em;
632
694
  }
633
- .aduration__label[data-v-43788a3d] {
695
+ .aduration__label[data-v-133162a6] {
634
696
  font-weight: bold;
635
697
  color: var(--sc-input-active-label-color);
636
698
  }
637
- .aduration__value[data-v-43788a3d] {
699
+ .aduration__value[data-v-133162a6] {
638
700
  color: var(--sc-cell-text-color);
639
701
  }
640
- .aduration__ms[data-v-43788a3d] {
702
+ .aduration__held[data-v-133162a6] {
641
703
  color: var(--sc-gray-50);
642
704
  font-size: 0.85em;
643
705
  }
644
- .aduration__footer[data-v-43788a3d] {
706
+ .aduration__footer[data-v-133162a6] {
645
707
  margin-top: 8px;
646
708
  }
647
709
 
648
- .adaterange-picker[data-v-f8dad4d3] {
710
+ .adaterange-picker[data-v-ac2c160b] {
649
711
  position: absolute;
650
712
  top: 100%;
651
713
  left: 0;
652
- z-index: 1000;
714
+ width: max-content;
715
+ max-width: 100%;
716
+ box-sizing: border-box;
717
+ z-index: 100;
653
718
  margin-top: 0.25rem;
654
719
  }
655
720
 
@@ -659,12 +724,13 @@ p.aform_error[data-v-ef698187] {
659
724
  border: none;
660
725
  }
661
726
  .aform_form-element {
662
- padding: 0;
727
+ padding: var(--sc-form-label-offset) 0 0;
663
728
  margin: 0;
664
729
  position: relative;
665
730
  box-sizing: border-box;
666
731
  flex-grow: 1;
667
732
  min-width: 20ch;
733
+ max-width: var(--sc-form-field-max-width);
668
734
  /* margin-bottom: 1rem; */
669
735
  }
670
736
  .aform__grid--full {
@@ -672,6 +738,7 @@ p.aform_error[data-v-ef698187] {
672
738
  width: 100%;
673
739
  }
674
740
  .aform_input-field {
741
+ border: none;
675
742
  outline: 1px solid var(--sc-input-border-color);
676
743
  outline-offset: -1px;
677
744
  font-size: 1rem;
@@ -696,23 +763,27 @@ p.aform_error[data-v-ef698187] {
696
763
  color: var(--sc-cell-text-color);
697
764
  word-break: break-word;
698
765
  }
699
- .aform_input-field:focus + .aform_field-label {
766
+
767
+ /* A label darkens while anything beside it holds focus, wherever it sits in its field's markup. */
768
+ :focus-within > .aform_field-label {
700
769
  color: var(--sc-input-active-label-color);
701
770
  }
702
771
  .aform_field-label {
703
772
  color: var(--sc-input-label-color);
704
773
  display: inline-block;
705
774
  position: absolute;
775
+ user-select: none;
706
776
  padding: 0 0.25rem;
707
777
  margin: 0rem;
708
778
  z-index: 1;
709
779
  font-size: 0.7rem;
710
780
  font-weight: 300;
711
781
  letter-spacing: 0.05rem;
712
- background: linear-gradient(var(--sc-form-background) 50%, var(--sc-input-field-background) 50%);
782
+ /* The form colour masks the field's top border behind the text; below it the field shows
783
+ through. Never paint a colour there: it can match only one of the surfaces a field shows. */
784
+ background: linear-gradient(var(--sc-form-background) calc(50% + 1px), transparent calc(50% + 1px));
713
785
  width: auto;
714
786
  box-sizing: border-box;
715
- background: white;
716
787
  margin: 0;
717
788
  grid-row: 1;
718
789
  top: 0;
@@ -721,18 +792,13 @@ p.aform_error[data-v-ef698187] {
721
792
  line-height: 0;
722
793
  transform: translateY(-50%);
723
794
  }
795
+ .aform_form-element > .aform_field-label {
796
+ top: var(--sc-form-label-offset);
797
+ }
724
798
  .aform_input-field:disabled,
725
799
  .aform_checkbox-container:has(.aform_checkbox:disabled) {
726
800
  background: var(--sc-input-field-disabled-background);
727
801
  }
728
- .aform_input-field:disabled + .aform_field-label,
729
- .aform_checkbox-container:has(.aform_checkbox:disabled) + .aform_field-label {
730
- background: linear-gradient(var(--sc-form-background) 50%, var(--sc-input-field-disabled-background) 50%);
731
- }
732
- .aform_input-field:disabled ~ p.aform_error,
733
- .aform_checkbox-container:has(.aform_checkbox:disabled) ~ p.aform_error {
734
- background: linear-gradient(var(--sc-form-background) 50%, var(--sc-input-field-disabled-background) 50%);
735
- }
736
802
  .aform_field-label::after {
737
803
  margin: 0;
738
804
  padding: 0;
@@ -744,7 +810,8 @@ p.aform_error {
744
810
  /* v-show toggles visibility per field; base display must be visible (was stuck at `none`,
745
811
  which overrode v-show and left every field error dormant). */
746
812
  display: inline-block;
747
- background: linear-gradient(var(--sc-form-background) 50%, var(--sc-input-field-background) 50%);
813
+ /* Straddles the border like .aform_field-label, and paints the same way. */
814
+ background: linear-gradient(var(--sc-form-background) calc(50% + 1px), transparent calc(50% + 1px));
748
815
  padding: 0 0.25rem;
749
816
  margin: 0rem;
750
817
  width: auto;
@@ -752,45 +819,51 @@ p.aform_error {
752
819
  font-size: 0.7rem;
753
820
  position: absolute;
754
821
  right: 0;
755
- top: 0;
822
+ top: var(--sc-form-label-offset);
756
823
  line-height: 0;
757
- background: white;
758
824
  padding: 0.25rem;
759
825
  transform: translate(-1rem, -50%);
760
826
  margin: 0;
761
827
  }
762
828
 
763
- .aform[data-v-713aca93] {
829
+ .aform[data-v-dbfe4358] {
764
830
  display: flex;
765
831
  flex-wrap: wrap;
766
832
  gap: 1rem;
767
833
  padding: 1rem;
834
+ background: var(--sc-form-background);
768
835
  border: 1px solid var(--sc-form-border);
769
836
  border-left: 4px solid var(--sc-form-border);
770
837
  margin-bottom: 1rem;
771
838
  max-width: 100%;
772
839
  }
773
840
  @media screen and (max-width: 400px) {
774
- .aform[data-v-713aca93] {
841
+ .aform[data-v-dbfe4358] {
775
842
  flex-direction: column;
776
843
  }
777
844
  }
778
845
 
779
846
  /* Nested form section */
780
- .aform-nested-section[data-v-713aca93] {
847
+ .aform-nested-section[data-v-dbfe4358] {
781
848
  width: 100%;
782
849
  padding: 0.5rem 0;
783
850
  }
784
- .aform-nested-label[data-v-713aca93] {
851
+ .aform-nested-label[data-v-dbfe4358] {
785
852
  font-size: 0.9rem;
786
853
  font-weight: 600;
787
854
  margin: 0 0 0.5rem 0;
788
855
  color: var(--sc-input-label-color);
789
856
  }
790
- .aform-nested-section .aform[data-v-713aca93] {
857
+ .aform-nested-section .aform[data-v-dbfe4358] {
791
858
  border-left-width: 2px;
792
859
  margin-left: 0.5rem;
793
860
  }
861
+ .aform-table-expansion[data-v-dbfe4358] {
862
+ margin-bottom: 0;
863
+ border: none;
864
+ border-left: none;
865
+ padding: 0;
866
+ }
794
867
 
795
868
  .collapse-button[data-v-6f1c1b45] {
796
869
  width: 2ch;
@@ -839,111 +912,122 @@ legend[data-v-162e7317] {
839
912
  float: right;
840
913
  }
841
914
 
842
- .aform_file-attach[data-v-8eefd179] {
843
- padding: 1rem;
915
+ .aform_file-attach[data-v-79ce33a7] {
916
+ padding: 0.5rem;
844
917
  display: flex;
845
918
  flex-wrap: wrap;
846
- gap: 1rem;
919
+ gap: 0.5rem;
847
920
  flex-direction: row;
848
- justify-content: center;
921
+ justify-content: flex-start;
849
922
  align-items: center;
923
+ box-sizing: border-box;
850
924
  border: 1px dashed var(--sc-input-border-color);
851
925
  width: 100%;
852
926
  }
853
927
  @media screen and (max-width: 400px) {
854
- .aform_file-attach > .aform_form-btn[data-v-8eefd179] {
928
+ .aform_file-attach > .aform_form-btn[data-v-79ce33a7] {
855
929
  width: 100%;
856
930
  }
857
931
  }
858
932
  .aform_file-attach-feedback {
859
- &[data-v-8eefd179] {
933
+ &[data-v-79ce33a7] {
860
934
  color: var(--sc-input-label-color);
861
935
  width: 100%;
862
936
  padding: 0.5rem;
863
937
  text-align: center;
864
938
  align-self: center;
865
939
  }
866
- & > li[data-v-8eefd179] {
940
+ & > li[data-v-79ce33a7] {
867
941
  list-style: none;
868
942
  font-style: italic;
869
943
  }
870
- & > p[data-v-8eefd179] {
944
+ & > p[data-v-79ce33a7] {
871
945
  margin-top: 0;
872
946
  }
873
947
  }
874
- .aform_form-btn[data-v-8eefd179] {
875
- padding: 0.5rem 2rem;
948
+ .aform_form-btn[data-v-79ce33a7] {
949
+ padding: 0 1rem;
876
950
  width: auto;
951
+ font-size: 1rem;
952
+ line-height: 1;
877
953
  border: 1px solid var(--sc-input-border-color);
878
954
  color: var(--sc-input-label-color);
879
955
  cursor: pointer;
880
- background-color: white;
956
+ background-color: var(--sc-btn-color);
881
957
  }
882
- .aform_form-btn[data-v-8eefd179]:disabled {
958
+ .aform_form-btn[data-v-79ce33a7]:disabled {
883
959
  background-color: var(--sc-gray-5);
884
960
  }
885
961
 
886
- .aquantity__row[data-v-f16b20ca] {
962
+ .aquantity__row[data-v-b2c39a5c] {
887
963
  display: flex;
888
964
  gap: 1ch;
889
965
  }
890
- .aquantity__row--stock[data-v-f16b20ca] {
966
+ .aquantity__row--stock[data-v-b2c39a5c] {
891
967
  margin-top: 1.5rem;
892
968
  }
893
- .aquantity__field[data-v-f16b20ca] {
969
+ .aquantity__field[data-v-b2c39a5c] {
894
970
  position: relative;
895
971
  flex: 1;
896
972
  min-width: 0;
897
973
  }
898
- .aquantity__group[data-v-f16b20ca] {
974
+ .aquantity__group[data-v-b2c39a5c] {
975
+ position: relative;
899
976
  display: flex;
900
977
  align-items: stretch;
901
978
  width: 100%;
979
+ background: var(--sc-input-field-background);
902
980
  border: 1px solid var(--sc-input-border-color);
903
- border-radius: 0.25rem;
981
+ border-radius: var(--sc-border-radius);
904
982
  }
905
- .aquantity__group[data-v-f16b20ca]:focus-within {
983
+ .aquantity__group[data-v-b2c39a5c]:focus-within {
906
984
  border-color: var(--sc-input-active-border-color);
907
985
  }
908
- .aquantity__qty[data-v-f16b20ca] {
986
+ .aquantity__qty[data-v-b2c39a5c] {
909
987
  flex: 1;
910
988
  min-width: 0;
911
989
  border: none;
912
990
  outline: none;
913
- padding: 0.5ch 1ch;
991
+ padding: 0.5rem 1ch;
992
+ font-size: 1rem;
993
+ font-family: var(--sc-font-family);
994
+ color: var(--sc-cell-text-color);
914
995
  background: transparent;
915
- border-radius: 0.25rem 0 0 0.25rem;
996
+ border-radius: var(--sc-border-radius) 0 0 var(--sc-border-radius);
916
997
  appearance: textfield;
917
998
  -moz-appearance: textfield;
918
999
  }
919
- .aquantity__qty[data-v-f16b20ca]::-webkit-outer-spin-button,
920
- .aquantity__qty[data-v-f16b20ca]::-webkit-inner-spin-button {
1000
+ .aquantity__qty[data-v-b2c39a5c]::-webkit-outer-spin-button,
1001
+ .aquantity__qty[data-v-b2c39a5c]::-webkit-inner-spin-button {
921
1002
  appearance: none;
922
1003
  -webkit-appearance: none;
923
1004
  margin: 0;
924
1005
  }
925
- .aquantity__uom[data-v-f16b20ca] {
1006
+ .aquantity__uom[data-v-b2c39a5c] {
926
1007
  position: relative;
927
1008
  flex: 0 0 auto;
928
1009
  border-left: 1px solid var(--sc-input-border-color);
929
1010
  }
930
- .aquantity__uom-toggle[data-v-f16b20ca] {
1011
+ .aquantity__uom-toggle[data-v-b2c39a5c] {
931
1012
  display: flex;
932
1013
  align-items: center;
933
1014
  gap: 0.75ch;
934
1015
  height: 100%;
935
1016
  padding: 0.5ch 1ch;
936
- background: var(--sc-gray-5);
1017
+ font-size: 1rem;
1018
+ font-family: var(--sc-font-family);
1019
+ color: var(--sc-cell-text-color);
1020
+ background: var(--sc-input-addon-background);
937
1021
  border: none;
938
- border-radius: 0 0.25rem 0.25rem 0;
1022
+ border-radius: 0 var(--sc-border-radius) var(--sc-border-radius) 0;
939
1023
  white-space: nowrap;
940
1024
  cursor: pointer;
941
1025
  }
942
- .aquantity__uom-toggle[data-v-f16b20ca]:disabled {
1026
+ .aquantity__uom-toggle[data-v-b2c39a5c]:disabled {
943
1027
  cursor: not-allowed;
944
1028
  color: var(--sc-gray-50);
945
1029
  }
946
- .aquantity__caret[data-v-f16b20ca] {
1030
+ .aquantity__caret[data-v-b2c39a5c] {
947
1031
  display: inline-block;
948
1032
  width: 0;
949
1033
  height: 0;
@@ -951,7 +1035,7 @@ legend[data-v-162e7317] {
951
1035
  border-right: 0.3em solid transparent;
952
1036
  border-top: 0.3em solid currentColor;
953
1037
  }
954
- .aquantity__uom-menu[data-v-f16b20ca] {
1038
+ .aquantity__uom-menu[data-v-b2c39a5c] {
955
1039
  position: absolute;
956
1040
  top: 100%;
957
1041
  right: 0;
@@ -962,40 +1046,40 @@ legend[data-v-162e7317] {
962
1046
  list-style: none;
963
1047
  background: var(--sc-input-field-background);
964
1048
  border: 1px solid var(--sc-input-active-border-color);
965
- border-radius: 0.25rem;
1049
+ border-radius: var(--sc-border-radius);
966
1050
  }
967
- .aquantity__uom-option[data-v-f16b20ca] {
1051
+ .aquantity__uom-option[data-v-b2c39a5c] {
968
1052
  padding: 0.4ch 1ch;
969
1053
  white-space: nowrap;
970
1054
  cursor: pointer;
971
1055
  }
972
- .aquantity__uom-option.is-active[data-v-f16b20ca],
973
- .aquantity__uom-option[data-v-f16b20ca]:hover {
1056
+ .aquantity__uom-option.is-active[data-v-b2c39a5c],
1057
+ .aquantity__uom-option[data-v-b2c39a5c]:hover {
974
1058
  background-color: var(--sc-row-color-zebra-light);
975
1059
  }
976
- .aquantity__stock-field[data-v-f16b20ca] {
1060
+ .aquantity__stock-field[data-v-b2c39a5c] {
977
1061
  width: 100%;
978
1062
  font-size: 1rem;
979
- padding: 0.5ch 1ch;
1063
+ padding: 0.5rem 1ch;
980
1064
  border: 1px solid var(--sc-input-border-color);
981
- border-radius: 0.25rem;
1065
+ border-radius: var(--sc-border-radius);
982
1066
  outline: none;
983
1067
  }
984
- .aquantity__stock-field[data-v-f16b20ca]:disabled {
1068
+ .aquantity__stock-field[data-v-b2c39a5c]:disabled {
985
1069
  color: var(--sc-gray-50);
986
1070
  }
987
1071
 
988
- .aform_textbox[data-v-2a9c793b] {
1072
+ .aform_textbox[data-v-19e611fa] {
989
1073
  resize: vertical;
990
1074
  line-height: 1.5;
991
1075
  min-height: 4rem;
992
1076
  font-family: inherit;
993
1077
  }
994
- .aform_textbox-display[data-v-2a9c793b] {
1078
+ .aform_textbox-display[data-v-19e611fa] {
995
1079
  white-space: pre-wrap;
996
1080
  }
997
1081
 
998
- .login-container[data-v-2c0f0634] {
1082
+ .login-container[data-v-555c3224] {
999
1083
  width: 100%;
1000
1084
  position: relative;
1001
1085
  display: flex;
@@ -1003,8 +1087,9 @@ legend[data-v-162e7317] {
1003
1087
  align-items: center;
1004
1088
  justify-content: center;
1005
1089
  font-family: var(--sc-font-family);
1090
+ background: var(--sc-form-background);
1006
1091
  }
1007
- .account-container[data-v-2c0f0634] {
1092
+ .account-container[data-v-555c3224] {
1008
1093
  width: 100%;
1009
1094
  margin-left: auto;
1010
1095
  margin-top: 0.5rem;
@@ -1013,46 +1098,35 @@ legend[data-v-162e7317] {
1013
1098
  flex-direction: column;
1014
1099
  justify-content: center;
1015
1100
  }
1016
- .account-header[data-v-2c0f0634] {
1101
+ .account-header[data-v-555c3224] {
1017
1102
  display: flex;
1018
1103
  flex-direction: column;
1019
1104
  text-align: center;
1020
1105
  margin-top: 0.5rem;
1021
1106
  }
1022
- #account-title[data-v-2c0f0634] {
1107
+ #account-title[data-v-555c3224] {
1023
1108
  font-size: 1.5rem;
1024
1109
  line-height: 2rem;
1025
1110
  font-weight: 600;
1026
1111
  letter-spacing: -0.025em;
1027
1112
  margin: 0;
1028
1113
  }
1029
- #account-subtitle[data-v-2c0f0634] {
1114
+ #account-subtitle[data-v-555c3224] {
1030
1115
  font-size: 0.875rem;
1031
1116
  line-height: 1.25rem;
1032
1117
  margin: 1rem;
1033
1118
  }
1034
- .login-form-container[data-v-2c0f0634] {
1119
+ .login-form-container[data-v-555c3224] {
1035
1120
  display: grid;
1036
1121
  gap: 0.5rem;
1037
1122
  }
1038
- .login-form-element[data-v-2c0f0634] {
1123
+ .login-form-element[data-v-555c3224] {
1039
1124
  display: grid;
1040
1125
  margin: 0.5rem 0;
1041
1126
  position: relative;
1042
1127
  }
1043
- .login-field {
1044
- &[data-v-2c0f0634] {
1045
- padding: 0.5rem 0.25rem 0.25rem 0.5rem;
1046
- outline: 1px solid transparent;
1047
- border: 1px solid var(--sc-input-border-color);
1048
- border-radius: 0.25rem;
1049
- }
1050
- &[data-v-2c0f0634]:focus {
1051
- border: 1px solid black;
1052
- }
1053
- }
1054
1128
  .btn {
1055
- &[data-v-2c0f0634] {
1129
+ &[data-v-555c3224] {
1056
1130
  background-color: var(--sc-btn-color);
1057
1131
  color: var(--sc-btn-label-color);
1058
1132
  border: 1px solid var(--sc-btn-border);
@@ -1061,18 +1135,18 @@ legend[data-v-162e7317] {
1061
1135
  position: relative;
1062
1136
  cursor: pointer;
1063
1137
  }
1064
- &[data-v-2c0f0634]:hover {
1138
+ &[data-v-555c3224]:hover {
1065
1139
  background-color: var(--sc-btn-hover);
1066
1140
  }
1067
- &[data-v-2c0f0634]:disabled {
1141
+ &[data-v-555c3224]:disabled {
1068
1142
  background-color: var(--sc-input-field-disabled-background);
1069
1143
  }
1070
1144
  }
1071
- .disabled[data-v-2c0f0634] {
1145
+ .disabled[data-v-555c3224] {
1072
1146
  opacity: 0.5;
1073
1147
  }
1074
- .loading-icon[data-v-2c0f0634] {
1075
- animation: spin-2c0f0634 1s linear infinite forwards;
1148
+ .loading-icon[data-v-555c3224] {
1149
+ animation: spin-555c3224 1s linear infinite forwards;
1076
1150
  display: inline-block;
1077
1151
  margin-right: 0.2rem;
1078
1152
  line-height: 0;
@@ -1082,7 +1156,7 @@ legend[data-v-162e7317] {
1082
1156
  }
1083
1157
 
1084
1158
  /* ANIMATION */
1085
- @keyframes spin-2c0f0634 {
1159
+ @keyframes spin-555c3224 {
1086
1160
  from {
1087
1161
  transform: rotate(0deg);
1088
1162
  }