Compare commits

..

No commits in common. "0d5c2fbd358ed5c0b9f2a2ace161959b6c46a5be" and "9b5856f3c30a872a5103626524dfa39f2196b417" have entirely different histories.

16 changed files with 3 additions and 7 deletions

View file

@ -14,9 +14,8 @@
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
WEB_DIR="${SCRIPT_DIR}/sources"
MANIFEST="${SCRIPT_DIR}/components.yml"
WEB_DIR="$(cd "$(dirname "$0")" && pwd)"
MANIFEST="${WEB_DIR}/components.yml"
COMPONENTS_DIR="${WEB_DIR}/components"
OUTPUT="${WEB_DIR}/components.json"
LOCKFILE="${WEB_DIR}/components.lock.json"

View file

@ -3,6 +3,6 @@
"name": "side-nav",
"repo": "https://git.g3e.fr/syonad/syn-side-nav",
"ref": "main",
"commit": "bf6bbe78a9d361b96168b05d94e560a381283121"
"commit": "c885959a6f3ff14b677fb104b72dc707d0fc1c66"
}
]

View file

Before

Width:  |  Height:  |  Size: 996 B

After

Width:  |  Height:  |  Size: 996 B

Before After
Before After

View file

@ -1,3 +0,0 @@
{
"dashboard": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"/><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"/><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"/><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"/></svg>"
}