ar-poncho 2.0.330 → 2.1.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 (27) hide show
  1. package/dist/css/device-breadcrumb.css +64 -1
  2. package/dist/css/documentacion.css +105 -1
  3. package/dist/css/encode-fontface.css +24 -1
  4. package/dist/css/icono-arg.css +10 -6
  5. package/dist/css/miargentina.css +2060 -1
  6. package/dist/css/planilla-cud.css +129 -1
  7. package/dist/css/poncho-map.css +1304 -1
  8. package/dist/css/poncho-table-1.1.css +558 -1
  9. package/dist/css/poncho.css +14945 -2
  10. package/dist/css/poncho.min.css +14945 -2
  11. package/dist/css/poncho_mobile.css +361 -2
  12. package/dist/fonts/{icono-arg_ecb6de216a6188be83da3833cd3d254c.eot → icono-arg_6bcb38bd0a5e9a903a569aefa8d481e6.eot} +0 -0
  13. package/dist/fonts/{icono-arg_ecb6de216a6188be83da3833cd3d254c.svg → icono-arg_6bcb38bd0a5e9a903a569aefa8d481e6.svg} +15 -3
  14. package/dist/fonts/{icono-arg_ecb6de216a6188be83da3833cd3d254c.ttf → icono-arg_6bcb38bd0a5e9a903a569aefa8d481e6.ttf} +0 -0
  15. package/dist/fonts/icono-arg_6bcb38bd0a5e9a903a569aefa8d481e6.woff +0 -0
  16. package/dist/fonts/icono-arg_6bcb38bd0a5e9a903a569aefa8d481e6.woff2 +0 -0
  17. package/dist/js/device-breadcrumb.js +1 -1
  18. package/dist/js/device-panel-menu.js +1 -1
  19. package/dist/js/mapa-argentina.js +1 -1
  20. package/dist/js/national-holidays.js +1 -1
  21. package/dist/js/poncho.js +278 -31
  22. package/dist/js/poncho.min.js +2 -2
  23. package/dist/js/showdown-extensions.js +13 -13
  24. package/dist/jsons/icono-arg.json +10 -0
  25. package/package.json +10 -10
  26. package/dist/fonts/icono-arg_ecb6de216a6188be83da3833cd3d254c.woff +0 -0
  27. package/dist/fonts/icono-arg_ecb6de216a6188be83da3833cd3d254c.woff2 +0 -0
@@ -1 +1,64 @@
1
- .device-breadcrumb__hidden{display:none}.device-breadcrumb--expanded .device-breadcrumb__expand-button{display:none}.device-breadcrumb .device-breadcrumb__unstyled,.device-breadcrumb .device-breadcrumb__unstyled:before,.device-breadcrumb .device-breadcrumb__unstyled:after{padding:0;margin:0}.device-breadcrumb .device-breadcrumb__unstyled:before,.device-breadcrumb .device-breadcrumb__unstyled:after{content:""}.device-breadcrumb__compress-button{display:none;padding:0 .75em;margin-top:.25em}.device-breadcrumb__expand-button{border:0 solid rgba(0,0,0,0);background:rgba(0,0,0,0);border-radius:0;padding:0;height:auto}.device-breadcrumb__expand-button::after{padding:0 5px;color:inherit;content:"/";font-size:14px}.device-breadcrumb__expand-button:hover{border-bottom:0 solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.device-breadcrumb .device-breadcrumb__hidden-item{position:absolute;left:-9999em;top:-9999em}.device-breadcrumb .device-breadcrumb__last-visible-item+li:not(a){position:absolute;left:-9999em;top:-9999em}@media(max-width: 991px){.device-breadcrumb__expand-button{display:inline-block}.device-breadcrumb__toggle-item{position:absolute;left:-9999em;top:-9999em}.device-breadcrumb--expanded .device-breadcrumb__compress-button{display:block}.device-breadcrumb--expanded .device-breadcrumb__toggle-item{position:initial;left:0;top:0}}
1
+ .device-breadcrumb__hidden {
2
+ display: none;
3
+ }
4
+ .device-breadcrumb--expanded .device-breadcrumb__expand-button {
5
+ display: none;
6
+ }
7
+ .device-breadcrumb .device-breadcrumb__unstyled, .device-breadcrumb .device-breadcrumb__unstyled:before, .device-breadcrumb .device-breadcrumb__unstyled:after {
8
+ padding: 0;
9
+ margin: 0;
10
+ }
11
+ .device-breadcrumb .device-breadcrumb__unstyled:before, .device-breadcrumb .device-breadcrumb__unstyled:after {
12
+ content: "";
13
+ }
14
+ .device-breadcrumb__compress-button {
15
+ display: none;
16
+ padding: 0 0.75em;
17
+ margin-top: 0.25em;
18
+ }
19
+ .device-breadcrumb__expand-button {
20
+ border: 0 solid transparent;
21
+ background: transparent;
22
+ border-radius: 0;
23
+ padding: 0;
24
+ height: auto;
25
+ }
26
+ .device-breadcrumb__expand-button::after {
27
+ padding: 0 5px;
28
+ color: inherit;
29
+ content: "/";
30
+ font-size: 14px;
31
+ }
32
+ .device-breadcrumb__expand-button:hover {
33
+ border-bottom: 0 solid transparent;
34
+ background: transparent;
35
+ }
36
+ .device-breadcrumb .device-breadcrumb__hidden-item {
37
+ position: absolute;
38
+ left: -9999em;
39
+ top: -9999em;
40
+ }
41
+ .device-breadcrumb .device-breadcrumb__last-visible-item + li:not(a) {
42
+ position: absolute;
43
+ left: -9999em;
44
+ top: -9999em;
45
+ }
46
+
47
+ @media (max-width: 991px) {
48
+ .device-breadcrumb__expand-button {
49
+ display: inline-block;
50
+ }
51
+ .device-breadcrumb__toggle-item {
52
+ position: absolute;
53
+ left: -9999em;
54
+ top: -9999em;
55
+ }
56
+ .device-breadcrumb--expanded .device-breadcrumb__compress-button {
57
+ display: block;
58
+ }
59
+ .device-breadcrumb--expanded .device-breadcrumb__toggle-item {
60
+ position: initial;
61
+ left: 0;
62
+ top: 0;
63
+ }
64
+ }
@@ -1 +1,105 @@
1
- .navbar .navbar-brand img{width:auto !important}.navbar{box-shadow:none !important}.mensajeError:hover,.cursorPointer{cursor:pointer}.has-error .chosen-container a{border-color:#bb4945 !important}.breadcrumb li,.breadcrumb li a,.breadcrumb>li+li:before,.breadcrumb>.active{color:#fff !important}.paleta .color{height:150px;border-radius:4px}.paleta label{margin-top:5px;font-size:18px;font-weight:600}.paleta p{padding:0;font-weight:400;text-transform:uppercase}.paleta-circle .color{border-radius:50%;width:50px;height:50px;margin:0 auto 0 auto}code[class*=language-],pre[class*=language-]{white-space:pre-line !important}@media(min-width: 641px){.rc-label{float:left}}#listaPoncho i,#listaFontawesome i{display:block;font-size:50px}.modal-body .label{margin-right:5px;margin-top:5px}pre{text-align:left;margin-top:15px}.icono:hover{cursor:pointer}.icono:hover i{color:#0072bb}.cardtiempo{display:flex;justify-content:space-around}.bd-example{position:relative;border:solid #dee2e6;padding:1.5rem;margin-right:0;margin-left:0;border-width:.2rem}.col-ejemplo{padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2)}
1
+ @charset "UTF-8";
2
+ .navbar .navbar-brand img {
3
+ width: auto !important;
4
+ }
5
+
6
+ .navbar {
7
+ box-shadow: none !important;
8
+ }
9
+
10
+ .mensajeError:hover,
11
+ .cursorPointer {
12
+ cursor: pointer;
13
+ }
14
+
15
+ .has-error .chosen-container a {
16
+ border-color: #BB4945 !important;
17
+ }
18
+
19
+ .breadcrumb li,
20
+ .breadcrumb li a,
21
+ .breadcrumb > li + li:before,
22
+ .breadcrumb > .active {
23
+ color: #fff !important;
24
+ }
25
+
26
+ .paleta .color {
27
+ height: 150px;
28
+ border-radius: 4px;
29
+ }
30
+
31
+ .paleta label {
32
+ margin-top: 5px;
33
+ font-size: 18px;
34
+ font-weight: 600;
35
+ }
36
+
37
+ .paleta p {
38
+ padding: 0;
39
+ font-weight: 400;
40
+ text-transform: uppercase;
41
+ }
42
+
43
+ .paleta-circle .color {
44
+ border-radius: 50%;
45
+ width: 50px;
46
+ height: 50px;
47
+ margin: 0 auto 0 auto;
48
+ }
49
+
50
+ code[class*=language-],
51
+ pre[class*=language-] {
52
+ white-space: pre-line !important;
53
+ }
54
+
55
+ @media (min-width: 641px) {
56
+ .rc-label {
57
+ float: left;
58
+ }
59
+ }
60
+ /*Visualización listado de iconos*/
61
+ #listaPoncho i,
62
+ #listaFontawesome i {
63
+ display: block;
64
+ font-size: 50px;
65
+ }
66
+
67
+ .modal-body .label {
68
+ margin-right: 5px;
69
+ margin-top: 5px;
70
+ }
71
+
72
+ pre {
73
+ text-align: left;
74
+ margin-top: 15px;
75
+ }
76
+
77
+ .icono:hover {
78
+ cursor: pointer;
79
+ }
80
+
81
+ .icono:hover i {
82
+ color: #0072bb;
83
+ }
84
+
85
+ /**/
86
+ .cardtiempo {
87
+ display: flex;
88
+ justify-content: space-around;
89
+ }
90
+
91
+ .bd-example {
92
+ position: relative;
93
+ border: solid #dee2e6;
94
+ padding: 1.5rem;
95
+ margin-right: 0;
96
+ margin-left: 0;
97
+ border-width: 0.2rem;
98
+ }
99
+
100
+ .col-ejemplo {
101
+ padding-top: 0.75rem;
102
+ padding-bottom: 0.75rem;
103
+ background-color: rgba(86, 61, 124, 0.15);
104
+ border: 1px solid rgba(86, 61, 124, 0.2);
105
+ }
@@ -1 +1,24 @@
1
- @font-face{font-family:"Encode Sans";src:url("../fonts/EncodeSans-Regular.ttf") format("truetype");font-weight:400;font-display:swap}@font-face{font-family:"Encode Sans";src:url("../fonts/EncodeSans-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Encode Sans";src:url("../fonts/EncodeSans-SemiBold.ttf") format("truetype");font-display:swap}@font-face{font-family:"Encode Sans";src:url("../fonts/EncodeSans-Bold.ttf") format("truetype");font-weight:700;font-display:swap}
1
+ @font-face {
2
+ font-family: "Encode Sans";
3
+ src: url("../fonts/EncodeSans-Regular.ttf") format("truetype");
4
+ font-weight: 400;
5
+ font-display: swap;
6
+ }
7
+ @font-face {
8
+ font-family: "Encode Sans";
9
+ src: url("../fonts/EncodeSans-Medium.ttf") format("truetype");
10
+ font-weight: 500;
11
+ font-style: normal;
12
+ font-display: swap;
13
+ }
14
+ @font-face {
15
+ font-family: "Encode Sans";
16
+ src: url("../fonts/EncodeSans-SemiBold.ttf") format("truetype");
17
+ font-display: swap;
18
+ }
19
+ @font-face {
20
+ font-family: "Encode Sans";
21
+ src: url("../fonts/EncodeSans-Bold.ttf") format("truetype");
22
+ font-weight: 700;
23
+ font-display: swap;
24
+ }