@servicetitan/anvil2 1.8.2 → 1.9.1
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 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill-rule="evenodd" d="M2.5 2.5h19v19h-19zm13.444 2.477h-2.107v2.108h2.107zm.036 3.519h-2.143v9.394h2.143zm-7.295 8.948q.536.66 1.732.66.357 0 .786-.089.429-.09.715-.197v-1.464h-.84q-.768 0-.768-.804v-5.304h1.608v-1.75H10.31V5.87H8.596l-.393 2.626h-1.18v1.75h1.144v5.519q0 1 .518 1.678" clip-rule="evenodd"/></svg>
|
package/dist/assets/icons/st.ts
CHANGED
|
@@ -6,6 +6,7 @@ export { default as icon_customer } from "./st/customer.svg";
|
|
|
6
6
|
export { default as icon_equipment } from "./st/equipment.svg";
|
|
7
7
|
export { default as icon_estimate } from "./st/estimate.svg";
|
|
8
8
|
export { default as icon_form } from "./st/form.svg";
|
|
9
|
+
export { default as icon_ic_titan_intelligence } from "./st/ic_titan_intelligence.svg";
|
|
9
10
|
export { default as icon_invoice } from "./st/invoice.svg";
|
|
10
11
|
export { default as icon_job } from "./st/job.svg";
|
|
11
12
|
export { default as icon_local_settings } from "./st/local_settings.svg";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/anvil2",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "storybook dev -p 6006",
|
|
6
6
|
"build": "npm run check-types && npm run build:css-utils && npm run build:vite && npm run build:icon-indexes",
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"type": "module",
|
|
18
18
|
"types": "./dist/anvil2.d.ts",
|
|
19
|
-
"
|
|
20
|
-
"module": "./dist/anvil2.js",
|
|
19
|
+
"module": ".",
|
|
21
20
|
"sideEffects": [
|
|
22
21
|
"*.css",
|
|
23
22
|
"*.scss"
|