pull/6596/head
Cagatay Civici 2024-10-16 10:42:49 +03:00
commit 63a8709748
3 changed files with 63 additions and 63 deletions

View File

@ -94657,15 +94657,6 @@
"default": "",
"description": "Slide duration of root"
},
{
"name": "root.disabledBackground",
"token": "toggleswitch.disabled.background",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Disabled background of root"
},
{
"name": "root.background",
"token": "toggleswitch.background",
@ -94675,6 +94666,15 @@
"default": "",
"description": "Background of root"
},
{
"name": "root.disabledBackground",
"token": "toggleswitch.disabled.background",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Disabled background of root"
},
{
"name": "root.hoverBackground",
"token": "toggleswitch.hover.background",
@ -94720,15 +94720,6 @@
"default": "",
"description": "Size of handle"
},
{
"name": "handle.disabledBackground",
"token": "toggleswitch.handle.disabled.background",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Disabled background of handle"
},
{
"name": "handle.background",
"token": "toggleswitch.handle.background",
@ -94738,6 +94729,15 @@
"default": "",
"description": "Background of handle"
},
{
"name": "handle.disabledBackground",
"token": "toggleswitch.handle.disabled.background",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Disabled background of handle"
},
{
"name": "handle.hoverBackground",
"token": "toggleswitch.handle.hover.background",

View File

@ -128,18 +128,18 @@ export interface ToggleSwitchDesignTokens extends ColorSchemeDesignToken<ToggleS
* @designToken toggleswitch.slide.duration
*/
slideDuration?: string;
/**
* Disabled background of root
*
* @designToken toggleswitch.disabled.background
*/
disabledBackground?: string;
/**
* Background of root
*
* @designToken toggleswitch.background
*/
background?: string;
/**
* Disabled background of root
*
* @designToken toggleswitch.disabled.background
*/
disabledBackground?: string;
/**
* Hover background of root
*
@ -175,18 +175,18 @@ export interface ToggleSwitchDesignTokens extends ColorSchemeDesignToken<ToggleS
* @designToken toggleswitch.handle.size
*/
size?: string;
/**
* Disabled background of handle
*
* @designToken toggleswitch.handle.disabled.background
*/
disabledBackground?: string;
/**
* Background of handle
*
* @designToken toggleswitch.handle.background
*/
background?: string;
/**
* Disabled background of handle
*
* @designToken toggleswitch.handle.disabled.background
*/
disabledBackground?: string;
/**
* Hover background of handle
*

View File

@ -2560,20 +2560,20 @@ packages:
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
'@unhead/dom@1.11.9':
resolution: {integrity: sha512-AOoCt05sLbkmp7ipCAs2JQdV0auLc5lCkLbCZj19kuPmWcFOoHNByQAG/AFKuSvi297OYp8abKGCStIgyz2x4A==}
'@unhead/dom@1.11.10':
resolution: {integrity: sha512-nL1mdRzYVATZIYauK15zOI2YyM3YxCLfhbTqljEjDFJeiJUzTTi+a//5FHiUk84ewSucFnrwHNey/pEXFlyY1A==}
'@unhead/schema@1.11.9':
resolution: {integrity: sha512-0V37bxG4sQuiLw3M5DMD+b99ndOOngecMlekQ122TDvBb24W8rWwkHhXvAu5eFg6bQXPdQF1A0U0PuRMcCj/ZA==}
'@unhead/schema@1.11.10':
resolution: {integrity: sha512-lXh7cm5XtFaw3gc+ZVXTSfIHXiBpAywbjtEiOsz5TR4GxOjj2rtfOAl4C3Difk1yupP6L2otYmOZdn/i8EXSJg==}
'@unhead/shared@1.11.9':
resolution: {integrity: sha512-Df6Td9d87NM5EWf4ylAN98zwf50DwfMg3xoy6ofz3Qg1jSXewEIMD1w1C0/Q6KdpLo01TuoQ0RfpSyVtxt7oEA==}
'@unhead/shared@1.11.10':
resolution: {integrity: sha512-YQgZcOyo1id7drUeDPGn0R83pirvIcV+Car3/m7ZfCLL1Syab6uXmRckVRd69yVbUL4eirIm9IzzmvzM/OuGuw==}
'@unhead/ssr@1.11.9':
resolution: {integrity: sha512-iccbARNjORR//EfBlRYgM9cah4ragNaoZsDjjBpgRJoqqBtmlZdDjuEq7NAPO62SUPWce1i+2y8ntxFu+L74Sg==}
'@unhead/ssr@1.11.10':
resolution: {integrity: sha512-tj5zeJtCbSktNNqsdL+6h6OIY7dYO+2HSiC1VbofGYsoG7nDNXMypkrW/cTMqZVr5/gWhKaUgFQALjm28CflYg==}
'@unhead/vue@1.11.9':
resolution: {integrity: sha512-vdl3H1bwJNindhRplMun7zhtNFggP8QqpPwc1e7kd2a0ORp776+QpFXKdYHFSlX+eAMmDVv8LQ+VL0N++pXxNg==}
'@unhead/vue@1.11.10':
resolution: {integrity: sha512-v6ddp4YEQCNILhYrx37Yt0GKRIFeTrb3VSmTbjh+URT+ua1mwgmNFTfl2ZldtTtri3tEkwSG1/5wLRq20ma70g==}
peerDependencies:
vue: '>=2.7 || >=3'
@ -6379,8 +6379,8 @@ packages:
unenv@1.10.0:
resolution: {integrity: sha512-wY5bskBQFL9n3Eca5XnhH6KbUo/tfvkwm9OpcdCvLaeA7piBNbavbOKJySEwQ1V0RH6HvNlSAFRTpvTqgKRQXQ==}
unhead@1.11.9:
resolution: {integrity: sha512-EwEGMjbXVVn2O5vNfXUHiAjHWFHngPjkAx0yVZZsrTgqzs7+A/YvJ90TLvBna874+HCKZWtufo7QAI7luU2CgA==}
unhead@1.11.10:
resolution: {integrity: sha512-hypXrAI47wE3wIhkze0RMPGAWcoo45Q1+XzdqLD/OnTCzjFXQrpuE4zBy8JRexyrqp+Ud2+nFTUNf/mjfFSymw==}
unicode-canonical-property-names-ecmascript@2.0.1:
resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
@ -9467,32 +9467,32 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
'@unhead/dom@1.11.9':
'@unhead/dom@1.11.10':
dependencies:
'@unhead/schema': 1.11.9
'@unhead/shared': 1.11.9
'@unhead/schema': 1.11.10
'@unhead/shared': 1.11.10
'@unhead/schema@1.11.9':
'@unhead/schema@1.11.10':
dependencies:
hookable: 5.5.3
zhead: 2.2.4
'@unhead/shared@1.11.9':
'@unhead/shared@1.11.10':
dependencies:
'@unhead/schema': 1.11.9
'@unhead/schema': 1.11.10
'@unhead/ssr@1.11.9':
'@unhead/ssr@1.11.10':
dependencies:
'@unhead/schema': 1.11.9
'@unhead/shared': 1.11.9
'@unhead/schema': 1.11.10
'@unhead/shared': 1.11.10
'@unhead/vue@1.11.9(vue@3.5.12(typescript@5.6.3))':
'@unhead/vue@1.11.10(vue@3.5.12(typescript@5.6.3))':
dependencies:
'@unhead/schema': 1.11.9
'@unhead/shared': 1.11.9
'@unhead/schema': 1.11.10
'@unhead/shared': 1.11.10
defu: 6.1.4
hookable: 5.5.3
unhead: 1.11.9
unhead: 1.11.10
vue: 3.5.12(typescript@5.6.3)
'@vercel/nft@0.22.6(encoding@0.1.13)':
@ -12462,8 +12462,8 @@ snapshots:
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@4.24.0)
'@nuxt/ui-templates': 1.3.4
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.55)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.5)(terser@5.34.1)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))
'@unhead/ssr': 1.11.9
'@unhead/vue': 1.11.9(vue@3.5.12(typescript@5.6.3))
'@unhead/ssr': 1.11.10
'@unhead/vue': 1.11.10(vue@3.5.12(typescript@5.6.3))
'@vue/reactivity': 3.5.12
'@vue/shared': 3.5.12
chokidar: 3.6.0
@ -12544,8 +12544,8 @@ snapshots:
'@nuxt/telemetry': 2.6.0(magicast@0.3.5)(rollup@3.29.5)(webpack-sources@3.2.3)
'@nuxt/ui-templates': 1.3.4
'@nuxt/vite-builder': 3.3.2(@types/node@18.19.55)(eslint@8.57.1)(magicast@0.3.5)(optionator@0.9.4)(sass@1.79.5)(terser@5.34.1)(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3))(webpack-sources@3.2.3)
'@unhead/ssr': 1.11.9
'@unhead/vue': 1.11.9(vue@3.5.12(typescript@5.6.3))
'@unhead/ssr': 1.11.10
'@unhead/vue': 1.11.10(vue@3.5.12(typescript@5.6.3))
'@vue/reactivity': 3.5.12
'@vue/shared': 3.5.12
chokidar: 3.6.0
@ -14153,11 +14153,11 @@ snapshots:
node-fetch-native: 1.6.4
pathe: 1.1.2
unhead@1.11.9:
unhead@1.11.10:
dependencies:
'@unhead/dom': 1.11.9
'@unhead/schema': 1.11.9
'@unhead/shared': 1.11.9
'@unhead/dom': 1.11.10
'@unhead/schema': 1.11.10
'@unhead/shared': 1.11.10
hookable: 5.5.3
unicode-canonical-property-names-ecmascript@2.0.1: {}