ar-poncho 2.0.308 → 2.0.311
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/.github/workflows/build-poncho.yml +8 -4
- package/dist/css/argentina.css +1 -0
- package/dist/css/device-breadcrumb.css +1 -1
- package/dist/css/icono-arg.css +26 -6
- package/dist/css/poncho-map.css +1 -1
- package/dist/css/poncho.css +1 -1
- package/dist/css/poncho.min.css +1 -1
- package/dist/fonts/{icono-arg_a6cc69d556789499dda37d7617476d6b.eot → icono-arg_d63e38dd9fa39477d67e7b1262b3d00d.eot} +0 -0
- package/dist/fonts/{icono-arg_a6cc69d556789499dda37d7617476d6b.svg → icono-arg_d63e38dd9fa39477d67e7b1262b3d00d.svg} +107 -10
- package/dist/fonts/{icono-arg_a6cc69d556789499dda37d7617476d6b.ttf → icono-arg_d63e38dd9fa39477d67e7b1262b3d00d.ttf} +0 -0
- package/dist/fonts/icono-arg_d63e38dd9fa39477d67e7b1262b3d00d.woff +0 -0
- package/dist/fonts/icono-arg_d63e38dd9fa39477d67e7b1262b3d00d.woff2 +0 -0
- package/dist/js/device-breadcrumb.js +1 -1
- package/dist/js/mapa-argentina.js +1 -1
- package/dist/js/poncho.js +1796 -908
- package/dist/js/poncho.min.js +1 -1
- package/gulpfile.js +6 -5
- package/package-lock.json +348 -2
- package/package.json +1 -1
- package/test/color.test.js +15 -7
- package/yarn.lock +5545 -0
- package/dist/fonts/icono-arg_a6cc69d556789499dda37d7617476d6b.woff +0 -0
- package/dist/fonts/icono-arg_a6cc69d556789499dda37d7617476d6b.woff2 +0 -0
|
@@ -45,15 +45,19 @@ jobs:
|
|
|
45
45
|
- name: Copy/Create file
|
|
46
46
|
run: |
|
|
47
47
|
echo "Copying $FILE"
|
|
48
|
-
rm -
|
|
48
|
+
rm -f ./poncho/dist/fonts/icono-arg_*
|
|
49
49
|
cp -R ./iconos/dist/css/icono-arg.css ./poncho/dist/css/
|
|
50
|
-
|
|
50
|
+
echo "Listamos fuentes de Iconos"
|
|
51
|
+
ls ./iconos/dist/fonts/
|
|
52
|
+
cp ./iconos/dist/fonts/icono-arg_* ./poncho/dist/fonts/
|
|
53
|
+
echo "Listamos fuentes de Poncho"
|
|
54
|
+
ls ./poncho/dist/fonts/
|
|
51
55
|
- name: 🧪 Deploy build
|
|
52
56
|
working-directory: ./poncho
|
|
53
57
|
run: |
|
|
54
58
|
git config user.name "${GITHUB_ACTOR}"
|
|
55
59
|
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
|
56
|
-
git add
|
|
60
|
+
git add --force -- dist/*
|
|
57
61
|
git commit -am "🧪 Deploy with ${GITHUB_WORKFLOW}"
|
|
58
62
|
git push --all -f https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git
|
|
59
63
|
|
|
@@ -64,4 +68,4 @@ jobs:
|
|
|
64
68
|
# git config user.name "${GITHUB_ACTOR}"
|
|
65
69
|
# git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
|
66
70
|
# git commit -am "File Replicated from Iconos"
|
|
67
|
-
# git push
|
|
71
|
+
# git push
|
package/dist/css/argentina.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.device-breadcrumb__hidden{display:none}.device-breadcrumb--expanded .device-breadcrumb__expand-button{display:none}.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:"/"}.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{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__compress-button button{padding:.25em 0;background:rgba(0,0,0,0);border:none !important;font-size:11px}.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}}
|