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.
@@ -45,15 +45,19 @@ jobs:
45
45
  - name: Copy/Create file
46
46
  run: |
47
47
  echo "Copying $FILE"
48
- rm -R ./poncho/dist/fonts/icono-arg_*
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
 
@@ -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
@@ -1,4 +1,5 @@
1
1
  /*!
2
+
2
3
  * Poncho v0.2 (https://github.com/argob/poncho)
3
4
  * Copyright 2016
4
5
  * Subsecretaría de Gobierno Digital
@@ -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}}