mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2024-11-10 09:39:15 +08:00
chore: change
This commit is contained in:
parent
0d1e4d3e7c
commit
79210d99c9
@ -1,7 +1,9 @@
|
||||
import type { AliasToken, GenerateStyle } from '../../theme/internal'
|
||||
import type { TokenWithCommonCls } from '../../theme/util/genComponentStyleHook'
|
||||
|
||||
const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>> = token => ({
|
||||
const genCollapseMotion: GenerateStyle<TokenWithCommonCls<AliasToken>> = (
|
||||
token
|
||||
) => ({
|
||||
[token.componentCls]: {
|
||||
// For common/openAnimation
|
||||
[`${token.antCls}-motion-collapse-legacy`]: {
|
||||
|
@ -23,6 +23,7 @@
|
||||
"packageManager": "pnpm@8.2.0",
|
||||
"dependencies": {
|
||||
"@ant-design/colors": "^7.0.0",
|
||||
"@ant-design/icons-vue": "^6.1.0",
|
||||
"@antd-tiny-vue/cssinjs": "^0.0.4",
|
||||
"@ctrl/tinycolor": "^3.6.0",
|
||||
"@v-c/utils": "^0.0.19",
|
||||
|
@ -4,6 +4,9 @@ dependencies:
|
||||
'@ant-design/colors':
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
'@ant-design/icons-vue':
|
||||
specifier: ^6.1.0
|
||||
version: 6.1.0(vue@3.2.47)
|
||||
'@antd-tiny-vue/cssinjs':
|
||||
specifier: ^0.0.4
|
||||
version: 0.0.4(vue@3.2.47)
|
||||
@ -196,12 +199,32 @@ packages:
|
||||
'@jridgewell/trace-mapping': 0.3.17
|
||||
dev: true
|
||||
|
||||
/@ant-design/colors@6.0.0:
|
||||
resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==}
|
||||
dependencies:
|
||||
'@ctrl/tinycolor': 3.6.0
|
||||
dev: false
|
||||
|
||||
/@ant-design/colors@7.0.0:
|
||||
resolution: {integrity: sha512-iVm/9PfGCbC0dSMBrz7oiEXZaaGH7ceU40OJEfKmyuzR9R5CRimJYPlRiFtMQGQcbNMea/ePcoIebi4ASGYXtg==}
|
||||
dependencies:
|
||||
'@ctrl/tinycolor': 3.6.0
|
||||
dev: false
|
||||
|
||||
/@ant-design/icons-svg@4.2.1:
|
||||
resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==}
|
||||
dev: false
|
||||
|
||||
/@ant-design/icons-vue@6.1.0(vue@3.2.47):
|
||||
resolution: {integrity: sha512-EX6bYm56V+ZrKN7+3MT/ubDkvJ5rK/O2t380WFRflDcVFgsvl3NLH7Wxeau6R8DbrO5jWR6DSTC3B6gYFp77AA==}
|
||||
peerDependencies:
|
||||
vue: '>=3.0.3'
|
||||
dependencies:
|
||||
'@ant-design/colors': 6.0.0
|
||||
'@ant-design/icons-svg': 4.2.1
|
||||
vue: 3.2.47
|
||||
dev: false
|
||||
|
||||
/@antd-tiny-vue/cssinjs@0.0.4(vue@3.2.47):
|
||||
resolution: {integrity: sha512-o6eU9IN+nfzaeCLHaQ94FqgvZV7eHeyY/Qw0p7ETMOyEQup13LBb4feOQKHGtBKLRkeoTugpY6EhAuMhn10SYw==}
|
||||
peerDependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user