adata-ui 0.1.66 → 0.1.67
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.
- package/dist/adata-ui.common.js +52 -34
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +52 -34
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Header/Header.vue +9 -0
- package/src/components/Header/InfoHeader.vue +9 -0
package/package.json
CHANGED
|
@@ -214,6 +214,15 @@
|
|
|
214
214
|
</clipPath>
|
|
215
215
|
</defs>
|
|
216
216
|
</svg>
|
|
217
|
+
<svg v-if="currency.currency === 'CNY'" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
218
|
+
<path d="M0 2C0 0.895431 0.895431 0 2 0H14C15.1046 0 16 0.895431 16 2V14C16 15.1046 15.1046 16 14 16H2C0.895431 16 0 15.1046 0 14V2Z" fill="#DE2910"/>
|
|
219
|
+
<path d="M4.00115 1.60043L5.41155 5.94203L1.71875 3.25883H6.28355L2.59075 5.94203L4.00115 1.60043Z" fill="#FFDE00"/>
|
|
220
|
+
<path d="M7.3125 2.01103L8.3117 0.863831L8.1781 2.37983L7.3957 1.07503L8.7957 1.67023L7.3125 2.01103Z" fill="#FFDE00"/>
|
|
221
|
+
<path d="M8.80803 3.31335L10.1744 2.64375L9.46323 3.98855L9.24803 2.48215L10.3072 3.57415L8.80803 3.31335Z" fill="#FFDE00"/>
|
|
222
|
+
<path d="M8.82968 5.38077L10.3497 5.32637L9.15208 6.26477L9.56968 4.80157L10.0913 6.23037L8.82968 5.38077Z" fill="#FFDE00"/>
|
|
223
|
+
<path d="M7.3758 6.6997L8.7998 7.2365L7.3326 7.6397L8.283 6.4509L8.2118 7.9709L7.3758 6.6997Z" fill="#FFDE00"/>
|
|
224
|
+
</svg>
|
|
225
|
+
|
|
217
226
|
<span>{{ currency.currency }}</span>
|
|
218
227
|
</div>
|
|
219
228
|
<div class="menu-mobile__info-column">
|
|
@@ -108,6 +108,15 @@
|
|
|
108
108
|
</clipPath>
|
|
109
109
|
</defs>
|
|
110
110
|
</svg>
|
|
111
|
+
<svg v-if="currency.currency === 'CNY'" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
112
|
+
<path d="M0 2C0 0.895431 0.895431 0 2 0H14C15.1046 0 16 0.895431 16 2V14C16 15.1046 15.1046 16 14 16H2C0.895431 16 0 15.1046 0 14V2Z" fill="#DE2910"/>
|
|
113
|
+
<path d="M4.00115 1.60043L5.41155 5.94203L1.71875 3.25883H6.28355L2.59075 5.94203L4.00115 1.60043Z" fill="#FFDE00"/>
|
|
114
|
+
<path d="M7.3125 2.01103L8.3117 0.863831L8.1781 2.37983L7.3957 1.07503L8.7957 1.67023L7.3125 2.01103Z" fill="#FFDE00"/>
|
|
115
|
+
<path d="M8.80803 3.31335L10.1744 2.64375L9.46323 3.98855L9.24803 2.48215L10.3072 3.57415L8.80803 3.31335Z" fill="#FFDE00"/>
|
|
116
|
+
<path d="M8.82968 5.38077L10.3497 5.32637L9.15208 6.26477L9.56968 4.80157L10.0913 6.23037L8.82968 5.38077Z" fill="#FFDE00"/>
|
|
117
|
+
<path d="M7.3758 6.6997L8.7998 7.2365L7.3326 7.6397L8.283 6.4509L8.2118 7.9709L7.3758 6.6997Z" fill="#FFDE00"/>
|
|
118
|
+
</svg>
|
|
119
|
+
|
|
111
120
|
<div class="info-header__inner-item">
|
|
112
121
|
<span class="info-header__result">{{ currency.sell }}</span>
|
|
113
122
|
<svg v-if="currency.sell_state === 'DOWN'" width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|