@servicetitan/anvil2 1.43.0 → 1.43.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.
- package/CHANGELOG.md +11 -0
- package/dist/{Combobox-C7ANSGIu.js → Combobox-Ct30JT3y.js} +7 -7
- package/dist/{Combobox-C7ANSGIu.js.map → Combobox-Ct30JT3y.js.map} +1 -1
- package/dist/Combobox.js +1 -1
- package/dist/assets/icons/st/gnav_home_filled.svg +1 -0
- package/dist/assets/icons/st/gnav_home_outline.svg +1 -0
- package/dist/assets/icons/st.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/Combobox.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { C as Combobox, c as ComboboxContent, a as ComboboxElement, i as ComboboxEmpty, g as ComboboxItem, h as ComboboxItemAddNew, f as ComboboxList, d as ComboboxSearchField, b as ComboboxSelect, e as ComboboxSelectTrigger, C as default, u as useInfiniteCombobox } from './Combobox-
|
|
1
|
+
export { C as Combobox, c as ComboboxContent, a as ComboboxElement, i as ComboboxEmpty, g as ComboboxItem, h as ComboboxItemAddNew, f as ComboboxList, d as ComboboxSearchField, b as ComboboxSelect, e as ComboboxSelectTrigger, C as default, u as useInfiniteCombobox } from './Combobox-Ct30JT3y.js';
|
|
2
2
|
//# sourceMappingURL=Combobox.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M21.029 11.14 12.668 3.61c-.19-.17-.43-.261-.67-.261s-.48.09-.67.261L2.967 11.14a.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
|
@@ -60,6 +60,8 @@ export { default as icon_gnav_follow_up_active } from "./st/gnav_follow_up_activ
|
|
|
60
60
|
export { default as icon_gnav_follow_up_inactive } from "./st/gnav_follow_up_inactive.svg";
|
|
61
61
|
export { default as icon_gnav_help_active } from "./st/gnav_help_active.svg";
|
|
62
62
|
export { default as icon_gnav_help_inactive } from "./st/gnav_help_inactive.svg";
|
|
63
|
+
export { default as icon_gnav_home_filled } from "./st/gnav_home_filled.svg";
|
|
64
|
+
export { default as icon_gnav_home_outline } from "./st/gnav_home_outline.svg";
|
|
63
65
|
export { default as icon_gnav_insurance_work_queue_active } from "./st/gnav_insurance_work_queue_active.svg";
|
|
64
66
|
export { default as icon_gnav_insurance_work_queue_inactive } from "./st/gnav_insurance_work_queue_inactive.svg";
|
|
65
67
|
export { default as icon_gnav_inventory_active } from "./st/gnav_inventory_active.svg";
|
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ export { C as Calendar, b as CalendarMonth, e as CalendarMonthButton, c as Calen
|
|
|
11
11
|
export { C as Card } from './Card-U2IJPk8B.js';
|
|
12
12
|
export { C as Checkbox, a as CheckboxGroup } from './Checkbox-zg8LVvB6.js';
|
|
13
13
|
export { C as Chip } from './Chip-DXQiqF8k.js';
|
|
14
|
-
export { C as Combobox, c as ComboboxContent, a as ComboboxElement, i as ComboboxEmpty, g as ComboboxItem, h as ComboboxItemAddNew, f as ComboboxList, d as ComboboxSearchField, b as ComboboxSelect, e as ComboboxSelectTrigger, u as useInfiniteCombobox } from './Combobox-
|
|
14
|
+
export { C as Combobox, c as ComboboxContent, a as ComboboxElement, i as ComboboxEmpty, g as ComboboxItem, h as ComboboxItemAddNew, f as ComboboxList, d as ComboboxSearchField, b as ComboboxSelect, e as ComboboxSelectTrigger, u as useInfiniteCombobox } from './Combobox-Ct30JT3y.js';
|
|
15
15
|
export { D as DateField } from './DateField-_TqCdcYv.js';
|
|
16
16
|
export { D as DateFieldRange } from './DateFieldRange-Dk8WA52F.js';
|
|
17
17
|
export { D as DateFieldSingle } from './DateFieldSingle-D3xD8YZk.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/anvil2",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"@react-hook/resize-observer": "^2.0.1",
|
|
26
26
|
"@servicetitan/anvil-fonts": ">=14",
|
|
27
27
|
"classnames": "^2.5.1",
|
|
28
|
-
"@servicetitan/hammer-react": "1.41.0",
|
|
29
28
|
"@servicetitan/hammer-icon": "1.2.0",
|
|
29
|
+
"@servicetitan/hammer-react": "1.41.1",
|
|
30
30
|
"@servicetitan/hammer-token": "2.5.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"svgo": "^3.3.2",
|
|
78
78
|
"typescript": "^5.7.2",
|
|
79
79
|
"unified": "^11.0.5",
|
|
80
|
-
"vite": "6.
|
|
80
|
+
"vite": "6.1.6"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"dev": "vite build --watch",
|