@marketrix.ai/widget 1.1.36 → 1.1.37
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/index.mjs +1 -1
- package/dist/standalone.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12486,7 +12486,7 @@ function SiTicktick (props) {
|
|
|
12486
12486
|
return GenIcon({"attr":{"role":"img","viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12h-2.7c0 5.128-4.172 9.3-9.3 9.3-5.128 0-9.3-4.172-9.3-9.3 0-5.128 4.172-9.3 9.3-9.3V0Zm7.4 2.583-7.505 9.371L8.388 9.08l-2.002 2.436 4.741 3.888a1.573 1.573 0 0 0 2.231-.233l8.504-10.617L19.4 2.583Z"},"child":[]}]})(props);
|
|
12487
12487
|
}
|
|
12488
12488
|
|
|
12489
|
-
const version = "1.1.
|
|
12489
|
+
const version = "1.1.37";
|
|
12490
12490
|
const packageJson = {
|
|
12491
12491
|
version};
|
|
12492
12492
|
|
package/dist/standalone.mjs
CHANGED
|
@@ -25154,7 +25154,7 @@ function SiTicktick (props) {
|
|
|
25154
25154
|
return GenIcon({"attr":{"role":"img","viewBox":"0 0 24 24"},"child":[{"tag":"path","attr":{"d":"M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12h-2.7c0 5.128-4.172 9.3-9.3 9.3-5.128 0-9.3-4.172-9.3-9.3 0-5.128 4.172-9.3 9.3-9.3V0Zm7.4 2.583-7.505 9.371L8.388 9.08l-2.002 2.436 4.741 3.888a1.573 1.573 0 0 0 2.231-.233l8.504-10.617L19.4 2.583Z"},"child":[]}]})(props);
|
|
25155
25155
|
}
|
|
25156
25156
|
|
|
25157
|
-
const version = "1.1.
|
|
25157
|
+
const version = "1.1.37";
|
|
25158
25158
|
const packageJson = {
|
|
25159
25159
|
version};
|
|
25160
25160
|
|