adata-ui 2.1.41-beta.20 → 2.1.41-beta.21

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.
@@ -0,0 +1,10 @@
1
+ <template>
2
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M13.75 13.75L17.9167 17.9167" stroke="#068DFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M1.66675 17.5C1.66655 16.3672 1.955 15.253 2.50489 14.2627C3.05478 13.2723 3.84796 12.4383 4.80958 11.8396C5.77119 11.2408 6.86953 10.8969 8.00091 10.8405C9.1323 10.784 10.2594 11.0167 11.2759 11.5167" stroke="#068DFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M17.9167 13.75L13.75 17.9167" stroke="#068DFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M8.33341 10.8333C10.6346 10.8333 12.5001 8.96785 12.5001 6.66667C12.5001 4.36548 10.6346 2.5 8.33341 2.5C6.03223 2.5 4.16675 4.36548 4.16675 6.66667C4.16675 8.96785 6.03223 10.8333 8.33341 10.8333Z" stroke="#068DFF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </svg>
8
+ </template>
9
+
10
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.1.41-beta.20",
4
+ "version": "2.1.41-beta.21",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",