forked from vexip-ui/vexip-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename sass method get-css-var to value
- Loading branch information
Showing
95 changed files
with
2,893 additions
and
3,068 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from '@vexip-ui/prettier-config' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
"name": "vexip-ui", | ||
"version": "2.3.13", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
"author": "qmhc", | ||
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"bootstrap": "tsx scripts/bootstrap.ts", | ||
"deploy:docs": "tsx scripts/deploy-docs.ts", | ||
|
@@ -115,6 +115,9 @@ | |
"meta-data.json", | ||
"types.d.ts" | ||
], | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"keywords": [ | ||
"flex", | ||
"components", | ||
|
@@ -133,9 +136,6 @@ | |
"url": "https://github.com/vexip-ui/vexip-ui/issues" | ||
}, | ||
"homepage": "https://www.vexipui.com", | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@vexip-ui/bem-helper": "workspace:*", | ||
"@vexip-ui/config": "workspace:*", | ||
|
@@ -210,12 +210,12 @@ | |
}, | ||
"pnpm": { | ||
"peerDependencyRules": { | ||
"allowAny": [ | ||
"@csstools/*" | ||
], | ||
"ignoreMissing": [ | ||
"@algolia/client-search", | ||
"vue" | ||
], | ||
"allowAny": [ | ||
"@csstools/*" | ||
] | ||
}, | ||
"patchedDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.