Skip to content

Commit

Permalink
Merge pull request #9 from criar-art/raw-mode
Browse files Browse the repository at this point in the history
Implement Raw Mode Rendering in VueTechsLogos
  • Loading branch information
lucasferreiralimax authored Oct 25, 2024
2 parents 588e548 + 3d4183d commit e554154
Show file tree
Hide file tree
Showing 155 changed files with 217 additions and 217 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ import VueTechsLogs from 'vue-techs-logos';
// Modification of size component
<VueTechsLogos name="javascript" size="220px" />
// Mode raw
<VueTechsLogos name="javascript" :raw="true" />
```
26 changes: 3 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-techs-logos",
"version": "0.1.24",
"version": "0.1.25",
"private": true,
"type": "module",
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
Expand Down Expand Up @@ -34,13 +34,10 @@
"publish": "cd dist && npm pub && cd .."
},
"dependencies": {
"darkmode-vue": "0.4.1",
"highlight.js": "^11.10.0",
"jsom": "^1.0.0",
"nucleus-vue": "^0.0.5",
"sass": "^1.80.4",
"vue": "^3.5.12",
"vue-techs-logos": "^0.1.24"
"vue": "^3.5.12"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
Expand Down
5 changes: 5 additions & 0 deletions src/App.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@ export const configApp = {
language: 'tsx',
content: `<VueTechsLogos :hiddenLogos="['vue','javascript', 'react', 'angular', 'android']" />`,
},
{
name: 'raw',
language: 'tsx',
content: `<VueTechsLogos name="vue" :raw="true" />`,
},
],
}
2 changes: 1 addition & 1 deletion src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/amd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/androidstudio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/angular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/ansible.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/apache.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 src/assets/techs/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/appstore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/archlinux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/astro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/azure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/backbone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/baidu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/bitbucket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/techs/centos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e554154

Please sign in to comment.