ar-poncho 2.0.309 β 2.0.310
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 +14 -31
- package/dist/css/device-breadcrumb.css +1 -1
- package/dist/css/icono-arg.css +100 -8
- package/dist/css/poncho-map.css +1 -1
- package/dist/css/poncho.css +2 -2
- package/dist/css/poncho.min.css +2 -2
- package/dist/css/poncho_mobile.css +2 -2
- package/dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.eot +0 -0
- package/dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.svg +6014 -0
- package/dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.ttf +0 -0
- package/dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.woff +0 -0
- package/dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.woff2 +0 -0
- package/dist/js/device-breadcrumb.js +1 -1
- package/dist/js/mapa-argentina.js +1 -1
- package/dist/js/poncho.js +2643 -1009
- package/dist/js/poncho.min.js +1 -1
- package/dist/js/showdown-extensions.js +2 -2
- package/dist/jsons/icono-arg.json +7603 -0
- package/gulpfile.js +10 -15
- package/package-lock.json +14866 -10143
- package/package.json +59 -49
- package/dist/css/argentina.css +0 -8
- package/test/color.test.js +0 -16
- package/test/gapi-sheet-data.test.js +0 -17
- package/test/html.test.js +0 -18
- package/test/poncho-gapi-legacy.test.js +0 -7
- package/test/resources/response.js +0 -56
- package/test/string.test.js +0 -20
|
@@ -3,7 +3,7 @@ name: build-poncho
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
branches:
|
|
6
|
-
-
|
|
6
|
+
- release-1.x
|
|
7
7
|
|
|
8
8
|
jobs:
|
|
9
9
|
build:
|
|
@@ -11,34 +11,19 @@ jobs:
|
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- name: π Check out
|
|
15
|
-
uses: actions/checkout@
|
|
14
|
+
- name: π Check out release-1.x
|
|
15
|
+
uses: actions/checkout@v4
|
|
16
16
|
with:
|
|
17
17
|
fetch-depth: 1
|
|
18
18
|
path: ./poncho
|
|
19
|
-
|
|
20
|
-
# working-directory: /tmp
|
|
21
|
-
# run: |
|
|
22
|
-
# sudo apt install zlib1g-dev fontforge
|
|
23
|
-
# git clone https://github.com/bramstein/sfnt2woff-zopfli.git sfnt2woff-zopfli && cd sfnt2woff-zopfli && make && mv sfnt2woff-zopfli /usr/local/bin/sfnt2woff
|
|
24
|
-
# git clone --recursive https://github.com/google/woff2.git && cd woff2 && make clean all && sudo mv woff2_compress /usr/local/bin/ && sudo mv woff2_decompress /usr/local/bin/
|
|
25
|
-
# - name: π© Instalamos Fontcustom
|
|
26
|
-
# working-directory: ./iconos
|
|
27
|
-
# run: |
|
|
28
|
-
# sudo gem install bundler fontcustom
|
|
29
|
-
# sudo bundle install
|
|
30
|
-
# - name: π§Ή Clean site
|
|
31
|
-
# run: |
|
|
32
|
-
# if [ -d "docs" ]; then
|
|
33
|
-
# rm -rf docs/*
|
|
34
|
-
# fi
|
|
19
|
+
ref: release-1.x
|
|
35
20
|
- name: π© Compilamos todo
|
|
36
21
|
working-directory: ./poncho
|
|
37
22
|
run: |
|
|
38
23
|
npm install
|
|
39
24
|
npm run gulp
|
|
40
25
|
- name: Checkout Iconos Arg
|
|
41
|
-
uses: actions/checkout@
|
|
26
|
+
uses: actions/checkout@v4
|
|
42
27
|
with:
|
|
43
28
|
repository: argob/iconos
|
|
44
29
|
path: ./iconos
|
|
@@ -47,21 +32,19 @@ jobs:
|
|
|
47
32
|
echo "Copying $FILE"
|
|
48
33
|
rm -f ./poncho/dist/fonts/icono-arg_*
|
|
49
34
|
cp -R ./iconos/dist/css/icono-arg.css ./poncho/dist/css/
|
|
50
|
-
|
|
35
|
+
echo "Listamos fuentes de Iconos"
|
|
36
|
+
ls ./iconos/dist/fonts/
|
|
37
|
+
cp ./iconos/dist/fonts/icono-arg_* ./poncho/dist/fonts/
|
|
38
|
+
echo "Copiamos el JSON de los Γconos"
|
|
39
|
+
mkdir -p ./poncho/dist/jsons
|
|
40
|
+
cp ./iconos/docs/icono-arg.json ./poncho/dist/jsons/
|
|
41
|
+
echo "Listamos fuentes de Poncho"
|
|
42
|
+
ls ./poncho/dist/fonts/
|
|
51
43
|
- name: π§ͺ Deploy build
|
|
52
44
|
working-directory: ./poncho
|
|
53
45
|
run: |
|
|
54
46
|
git config user.name "${GITHUB_ACTOR}"
|
|
55
47
|
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
|
56
|
-
git add
|
|
48
|
+
git add --force -- dist/*
|
|
57
49
|
git commit -am "π§ͺ Deploy with ${GITHUB_WORKFLOW}"
|
|
58
50
|
git push --all -f https://${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git
|
|
59
|
-
|
|
60
|
-
# - name: Push Project B
|
|
61
|
-
# run: |
|
|
62
|
-
# cd ./poncho
|
|
63
|
-
# git add .
|
|
64
|
-
# git config user.name "${GITHUB_ACTOR}"
|
|
65
|
-
# git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
|
|
66
|
-
# git commit -am "File Replicated from Iconos"
|
|
67
|
-
# git push
|
|
@@ -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__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}}
|