@servicetitan/anvil2 1.43.1 → 1.43.2
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @servicetitan/anvil2
|
|
2
2
|
|
|
3
|
+
## 1.43.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1486](https://github.com/servicetitan/hammer/pull/1486) [`045ed38`](https://github.com/servicetitan/hammer/commit/045ed3862064dc4a61d9ad6e6a45fcc88009b65f) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - [Icons] Add `ai_mark` icon
|
|
8
|
+
|
|
3
9
|
## 1.43.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="m10.5 4.5 2.387 6.614 6.613 2.385-6.613 2.387-2.388 6.614-2.386-6.613L1.5 13.499l6.613-2.386zm7.5-3 1.193 3.307L22.5 6l-3.307 1.193L18 10.5l-1.193-3.307L13.5 6l3.307-1.193z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="m21.029 11.14-8.361-7.53c-.19-.17-.43-.261-.67-.261s-.48.09-.67.261l-8.361 7.53a.499.499 0 0 0 .33.87h1.7v7.12c0 .48.45.88 1 .88h12c.55 0 1-.4 1-.88v-7.12h1.701c.46 0 .68-.57.33-.87m-4.031 6.87h-3.001v-4h-4v4h-3v-7.8l4.98-4.49.02-.02L17 10.21z"/></svg>
|
package/dist/assets/icons/st.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as icon_accounting_integrations } from "./st/accounting_integra
|
|
|
2
2
|
export { default as icon_add_purchase_order } from "./st/add_purchase_order.svg";
|
|
3
3
|
export { default as icon_add_to_list } from "./st/add_to_list.svg";
|
|
4
4
|
export { default as icon_add_user } from "./st/add_user.svg";
|
|
5
|
+
export { default as icon_ai_mark } from "./st/ai_mark.svg";
|
|
5
6
|
export { default as icon_apply_template } from "./st/apply_template.svg";
|
|
6
7
|
export { default as icon_appointments } from "./st/appointments.svg";
|
|
7
8
|
export { default as icon_attach_file } from "./st/attach_file.svg";
|