siam-ui-utils 2.2.31 → 2.2.33
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/assets/siam-ui-utils.css +38 -38
- package/dist/custom-input/index.js +7 -0
- package/dist/custom-input/index.js.map +1 -0
- package/dist/iconos/constants-svg.js +626 -1
- package/dist/iconos/constants-svg.js.map +1 -1
- package/dist/iconos/index.js +24 -0
- package/dist/iconos/index.js.map +1 -0
- package/dist/index.js +3 -30
- package/dist/index.js.map +1 -1
- package/dist/tomar-foto/index.js +2 -16
- package/dist/tomar-foto/index.js.map +1 -1
- package/index.d.ts +51 -74
- package/package.json +3 -5
- package/dist/IntlMessages.js +0 -10
- package/dist/IntlMessages.js.map +0 -1
- package/dist/dropzone-uploader/dropzone-uploader-dni-digital/index.js +0 -150
- package/dist/dropzone-uploader/dropzone-uploader-dni-digital/index.js.map +0 -1
|
@@ -1,4 +1,41 @@
|
|
|
1
|
-
|
|
1
|
+
.copy-link-container {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
gap: 8px;
|
|
5
|
+
width: 100%;
|
|
6
|
+
position: relative;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.copy-link-text {
|
|
10
|
+
width: 90%;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
text-overflow: ellipsis;
|
|
13
|
+
white-space: nowrap;
|
|
14
|
+
display: inline-block;
|
|
15
|
+
vertical-align: middle;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
transition: color 0.2s;
|
|
18
|
+
font-weight: 500;
|
|
19
|
+
color: #007bff;
|
|
20
|
+
}
|
|
21
|
+
.copy-link-text.copied {
|
|
22
|
+
color: #28a745;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.copy-link-btn {
|
|
26
|
+
padding: 0;
|
|
27
|
+
font-size: 16px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.copy-link-copied {
|
|
31
|
+
color: #28a745;
|
|
32
|
+
font-size: 13px;
|
|
33
|
+
margin-left: 8px;
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 100%;
|
|
36
|
+
left: 0;
|
|
37
|
+
white-space: nowrap;
|
|
38
|
+
}/* Estilos para los checkbox personalizados */
|
|
2
39
|
.custom-checkbox input[type="checkbox"] {
|
|
3
40
|
position: absolute;
|
|
4
41
|
opacity: 0;
|
|
@@ -371,43 +408,6 @@
|
|
|
371
408
|
overflow: hidden;
|
|
372
409
|
text-overflow: ellipsis;
|
|
373
410
|
max-width: 150px; /* Ajusta este valor para aumentar el ancho */
|
|
374
|
-
}.copy-link-container {
|
|
375
|
-
display: inline-flex;
|
|
376
|
-
align-items: center;
|
|
377
|
-
gap: 8px;
|
|
378
|
-
width: 100%;
|
|
379
|
-
position: relative;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.copy-link-text {
|
|
383
|
-
width: 90%;
|
|
384
|
-
overflow: hidden;
|
|
385
|
-
text-overflow: ellipsis;
|
|
386
|
-
white-space: nowrap;
|
|
387
|
-
display: inline-block;
|
|
388
|
-
vertical-align: middle;
|
|
389
|
-
cursor: pointer;
|
|
390
|
-
transition: color 0.2s;
|
|
391
|
-
font-weight: 500;
|
|
392
|
-
color: #007bff;
|
|
393
|
-
}
|
|
394
|
-
.copy-link-text.copied {
|
|
395
|
-
color: #28a745;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.copy-link-btn {
|
|
399
|
-
padding: 0;
|
|
400
|
-
font-size: 16px;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.copy-link-copied {
|
|
404
|
-
color: #28a745;
|
|
405
|
-
font-size: 13px;
|
|
406
|
-
margin-left: 8px;
|
|
407
|
-
position: absolute;
|
|
408
|
-
top: 100%;
|
|
409
|
-
left: 0;
|
|
410
|
-
white-space: nowrap;
|
|
411
411
|
}.av-video-timer {
|
|
412
412
|
color: inherit;
|
|
413
413
|
margin: 0 12px;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|