Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main after v2 release #12

Merged
merged 2 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions bin/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ for FILE in $DIST/filled/*/*; do
cp $FILE $RESOURCES/f-$(echo $SANITIZEDFILE)
done

echo "Fixing the SVG files..."
for FILE in $RESOURCES/*; do
# Fix the svg to allow changing their colour
sed -i '' 's/fill="none"/fill="currentColor"/g' $FILE
sed -i '' 's/fill="white"/fill="none"/g' $FILE
sed -i '' 's/fill="#333333"//g' $FILE
done

echo "Cleaning up"
rm -rf $TEMP

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"blade-ui-kit/blade-icons": "^1.5",
"illuminate/support": "^10.0"
},
Expand Down
6 changes: 3 additions & 3 deletions resources/svg/f-!.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions resources/svg/f-2g.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/svg/f-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading