Update DTDoc.vue

pull/5838/head
tugcekucukoglu 2024-06-04 09:37:27 +03:00
parent deecce428d
commit e3046efb9e
1 changed files with 28 additions and 29 deletions

View File

@ -1,6 +1,5 @@
<template>
<DocSectionText v-bind="$attrs">
<div class="notification mb-4">This is a proposed api for beta.2, and not yet available in beta.1.</div>
<p>The <i>$dt</i> function returns the information about a token like the full path and value. This would be useful if you need to access tokens programmatically.</p>
</DocSectionText>
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
@ -31,7 +30,7 @@ const primaryColor = $dt('primary.color');
value: {
light: {
value: '#10b981',
path: {
paths: {
name: 'semantic.primary.color',
binding: {
name: 'primitive.emerald.500'
@ -40,7 +39,7 @@ const primaryColor = $dt('primary.color');
},
dark: {
value: '#34d399',
path: {
paths: {
name: 'semantic.primary.color',
binding: {
name: 'primitive.emerald.400'