@uxda/appkit 4.1.44 → 4.1.46
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/dist/appkit.css +2 -4
- package/dist/index.js +178 -218
- package/package.json +1 -1
- package/src/register/components/SelfRegistration.vue +16 -37
- package/src/shared/components/OcrBusinessLicense.vue +3 -6
- package/src/shared/components/OcrIcon.vue +133 -64
- package/src/components/ocr-id/index.vue +0 -114
- package/src/components/ocr-id/types.d.ts +0 -13
package/dist/appkit.css
CHANGED
|
@@ -178,6 +178,8 @@
|
|
|
178
178
|
.ocr-icon {
|
|
179
179
|
width: 24px;
|
|
180
180
|
height: 24px;
|
|
181
|
+
display: inline-flex;
|
|
182
|
+
align-items: center;
|
|
181
183
|
}
|
|
182
184
|
.ocr-icon .ns-icon {
|
|
183
185
|
width: 24px;
|
|
@@ -1325,10 +1327,6 @@ page {
|
|
|
1325
1327
|
height: 12px;
|
|
1326
1328
|
margin-left: 5px;
|
|
1327
1329
|
}
|
|
1328
|
-
.ocr-id__img {
|
|
1329
|
-
width: 20px;
|
|
1330
|
-
height: 20px;
|
|
1331
|
-
}
|
|
1332
1330
|
.dd-area {
|
|
1333
1331
|
display: flex;
|
|
1334
1332
|
justify-content: flex-end;
|