@timus-networks/theme 1.0.156 → 1.0.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,7 @@
8
8
  <div class="grid grid-flow-col auto-cols-max gap-4">
9
9
  <el-link href="https://element.eleme.io" target="_blank">default</el-link>
10
10
  <el-link v-for="(item, index) in colors" :key="index" :type="item">{{ item }}</el-link>
11
+ <el-link type="gray-link">Gray Link</el-link>
11
12
  </div>
12
13
  <div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
13
14
  <p class="text-xs">
@@ -8,6 +8,7 @@
8
8
  <div class="grid grid-flow-col auto-cols-max gap-4">
9
9
  <el-link href="https://element.eleme.io" target="_blank">default</el-link>
10
10
  <el-link v-for="(item, index) in colors" :key="index" :type="item">{{ item }}</el-link>
11
+ <el-link type="gray-link">Gray Link</el-link>
11
12
  </div>
12
13
  <div class="my-4 p-4 border-l-4 border-blue-600 bg-blue-100">
13
14
  <p class="text-xs">