ar-poncho 2.0.309 → 2.0.312

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.
@@ -47,13 +47,17 @@ jobs:
47
47
  echo "Copying $FILE"
48
48
  rm -f ./poncho/dist/fonts/icono-arg_*
49
49
  cp -R ./iconos/dist/css/icono-arg.css ./poncho/dist/css/
50
- cp -R ./iconos/dist/fonts/* ./poncho/dist/fonts/
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
 
@@ -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}}