@servicetitan/table 21.7.2 → 22.1.0

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.
Files changed (203) hide show
  1. package/CHANGELOG.md +566 -0
  2. package/package.json +10 -10
  3. package/src/select-cell/select-cell.tsx +44 -16
  4. package/dist/demo/index.d.ts +0 -4
  5. package/dist/demo/index.d.ts.map +0 -1
  6. package/dist/demo/index.js +0 -4
  7. package/dist/demo/index.js.map +0 -1
  8. package/dist/demo/master-detail/detail-table.d.ts +0 -4
  9. package/dist/demo/master-detail/detail-table.d.ts.map +0 -1
  10. package/dist/demo/master-detail/detail-table.js +0 -28
  11. package/dist/demo/master-detail/detail-table.js.map +0 -1
  12. package/dist/demo/master-detail/detail-table.store.d.ts +0 -14
  13. package/dist/demo/master-detail/detail-table.store.d.ts.map +0 -1
  14. package/dist/demo/master-detail/detail-table.store.js +0 -104
  15. package/dist/demo/master-detail/detail-table.store.js.map +0 -1
  16. package/dist/demo/master-detail/index.d.ts +0 -2
  17. package/dist/demo/master-detail/index.d.ts.map +0 -1
  18. package/dist/demo/master-detail/index.js +0 -2
  19. package/dist/demo/master-detail/index.js.map +0 -1
  20. package/dist/demo/master-detail/master-table.store.d.ts +0 -14
  21. package/dist/demo/master-detail/master-table.store.d.ts.map +0 -1
  22. package/dist/demo/master-detail/master-table.store.js +0 -103
  23. package/dist/demo/master-detail/master-table.store.js.map +0 -1
  24. package/dist/demo/master-detail/product-detail.d.ts +0 -8
  25. package/dist/demo/master-detail/product-detail.d.ts.map +0 -1
  26. package/dist/demo/master-detail/product-detail.js +0 -2
  27. package/dist/demo/master-detail/product-detail.js.map +0 -1
  28. package/dist/demo/master-detail/product-details.d.ts +0 -3
  29. package/dist/demo/master-detail/product-details.d.ts.map +0 -1
  30. package/dist/demo/master-detail/product-details.js +0 -55
  31. package/dist/demo/master-detail/product-details.js.map +0 -1
  32. package/dist/demo/master-detail/product.d.ts +0 -26
  33. package/dist/demo/master-detail/product.d.ts.map +0 -1
  34. package/dist/demo/master-detail/product.js +0 -16
  35. package/dist/demo/master-detail/product.js.map +0 -1
  36. package/dist/demo/master-detail/products.d.ts +0 -3
  37. package/dist/demo/master-detail/products.d.ts.map +0 -1
  38. package/dist/demo/master-detail/products.js +0 -117
  39. package/dist/demo/master-detail/products.js.map +0 -1
  40. package/dist/demo/master-detail/table-master-detail.d.ts +0 -3
  41. package/dist/demo/master-detail/table-master-detail.d.ts.map +0 -1
  42. package/dist/demo/master-detail/table-master-detail.js +0 -24
  43. package/dist/demo/master-detail/table-master-detail.js.map +0 -1
  44. package/dist/demo/overview/actions-cell.d.ts +0 -5
  45. package/dist/demo/overview/actions-cell.d.ts.map +0 -1
  46. package/dist/demo/overview/actions-cell.js +0 -38
  47. package/dist/demo/overview/actions-cell.js.map +0 -1
  48. package/dist/demo/overview/index.d.ts +0 -2
  49. package/dist/demo/overview/index.d.ts.map +0 -1
  50. package/dist/demo/overview/index.js +0 -2
  51. package/dist/demo/overview/index.js.map +0 -1
  52. package/dist/demo/overview/product.d.ts +0 -27
  53. package/dist/demo/overview/product.d.ts.map +0 -1
  54. package/dist/demo/overview/product.js +0 -16
  55. package/dist/demo/overview/product.js.map +0 -1
  56. package/dist/demo/overview/products.d.ts +0 -3
  57. package/dist/demo/overview/products.d.ts.map +0 -1
  58. package/dist/demo/overview/products.js +0 -127
  59. package/dist/demo/overview/products.js.map +0 -1
  60. package/dist/demo/overview/table.d.ts +0 -6
  61. package/dist/demo/overview/table.d.ts.map +0 -1
  62. package/dist/demo/overview/table.js +0 -44
  63. package/dist/demo/overview/table.js.map +0 -1
  64. package/dist/demo/overview/table.store.d.ts +0 -15
  65. package/dist/demo/overview/table.store.d.ts.map +0 -1
  66. package/dist/demo/overview/table.store.js +0 -92
  67. package/dist/demo/overview/table.store.js.map +0 -1
  68. package/dist/demo/state-caching/beverages.d.ts +0 -3
  69. package/dist/demo/state-caching/beverages.d.ts.map +0 -1
  70. package/dist/demo/state-caching/beverages.js +0 -48
  71. package/dist/demo/state-caching/beverages.js.map +0 -1
  72. package/dist/demo/state-caching/index.d.ts +0 -2
  73. package/dist/demo/state-caching/index.d.ts.map +0 -1
  74. package/dist/demo/state-caching/index.js +0 -2
  75. package/dist/demo/state-caching/index.js.map +0 -1
  76. package/dist/demo/state-caching/product.d.ts +0 -6
  77. package/dist/demo/state-caching/product.d.ts.map +0 -1
  78. package/dist/demo/state-caching/product.js +0 -2
  79. package/dist/demo/state-caching/product.js.map +0 -1
  80. package/dist/demo/state-caching/products.d.ts +0 -3
  81. package/dist/demo/state-caching/products.d.ts.map +0 -1
  82. package/dist/demo/state-caching/products.js +0 -53
  83. package/dist/demo/state-caching/products.js.map +0 -1
  84. package/dist/demo/state-caching/state-caching-table.d.ts +0 -3
  85. package/dist/demo/state-caching/state-caching-table.d.ts.map +0 -1
  86. package/dist/demo/state-caching/state-caching-table.js +0 -14
  87. package/dist/demo/state-caching/state-caching-table.js.map +0 -1
  88. package/dist/demo/state-caching/state-caching-table.store.d.ts +0 -13
  89. package/dist/demo/state-caching/state-caching-table.store.d.ts.map +0 -1
  90. package/dist/demo/state-caching/state-caching-table.store.js +0 -70
  91. package/dist/demo/state-caching/state-caching-table.store.js.map +0 -1
  92. package/dist/editable-cell/boolean-editable-cell.d.ts +0 -3
  93. package/dist/editable-cell/boolean-editable-cell.d.ts.map +0 -1
  94. package/dist/editable-cell/boolean-editable-cell.js +0 -14
  95. package/dist/editable-cell/boolean-editable-cell.js.map +0 -1
  96. package/dist/editable-cell/date-editable-cell.d.ts +0 -3
  97. package/dist/editable-cell/date-editable-cell.d.ts.map +0 -1
  98. package/dist/editable-cell/date-editable-cell.js +0 -14
  99. package/dist/editable-cell/date-editable-cell.js.map +0 -1
  100. package/dist/editable-cell/get-action-cell.d.ts +0 -13
  101. package/dist/editable-cell/get-action-cell.d.ts.map +0 -1
  102. package/dist/editable-cell/get-action-cell.js +0 -18
  103. package/dist/editable-cell/get-action-cell.js.map +0 -1
  104. package/dist/editable-cell/get-editable-cell.d.ts +0 -13
  105. package/dist/editable-cell/get-editable-cell.d.ts.map +0 -1
  106. package/dist/editable-cell/get-editable-cell.js +0 -18
  107. package/dist/editable-cell/get-editable-cell.js.map +0 -1
  108. package/dist/editable-cell/get-select-editable-cell.d.ts +0 -10
  109. package/dist/editable-cell/get-select-editable-cell.d.ts.map +0 -1
  110. package/dist/editable-cell/get-select-editable-cell.js +0 -19
  111. package/dist/editable-cell/get-select-editable-cell.js.map +0 -1
  112. package/dist/editable-cell/index.d.ts +0 -8
  113. package/dist/editable-cell/index.d.ts.map +0 -1
  114. package/dist/editable-cell/index.js +0 -8
  115. package/dist/editable-cell/index.js.map +0 -1
  116. package/dist/editable-cell/numeric-editable-cell.d.ts +0 -3
  117. package/dist/editable-cell/numeric-editable-cell.d.ts.map +0 -1
  118. package/dist/editable-cell/numeric-editable-cell.js +0 -15
  119. package/dist/editable-cell/numeric-editable-cell.js.map +0 -1
  120. package/dist/editable-cell/text-editable-cell.d.ts +0 -9
  121. package/dist/editable-cell/text-editable-cell.d.ts.map +0 -1
  122. package/dist/editable-cell/text-editable-cell.js +0 -20
  123. package/dist/editable-cell/text-editable-cell.js.map +0 -1
  124. package/dist/export/export.d.ts +0 -10
  125. package/dist/export/export.d.ts.map +0 -1
  126. package/dist/export/export.js +0 -6
  127. package/dist/export/export.js.map +0 -1
  128. package/dist/export/index.d.ts +0 -2
  129. package/dist/export/index.d.ts.map +0 -1
  130. package/dist/export/index.js +0 -2
  131. package/dist/export/index.js.map +0 -1
  132. package/dist/filters/column-menu-filters.d.ts +0 -5
  133. package/dist/filters/column-menu-filters.d.ts.map +0 -1
  134. package/dist/filters/column-menu-filters.js +0 -9
  135. package/dist/filters/column-menu-filters.js.map +0 -1
  136. package/dist/filters/datetime-filter/datetime-filter.d.ts +0 -3
  137. package/dist/filters/datetime-filter/datetime-filter.d.ts.map +0 -1
  138. package/dist/filters/datetime-filter/datetime-filter.js +0 -71
  139. package/dist/filters/datetime-filter/datetime-filter.js.map +0 -1
  140. package/dist/filters/field-values-filter.d.ts +0 -6
  141. package/dist/filters/field-values-filter.d.ts.map +0 -1
  142. package/dist/filters/field-values-filter.js +0 -155
  143. package/dist/filters/field-values-filter.js.map +0 -1
  144. package/dist/filters/index.d.ts +0 -9
  145. package/dist/filters/index.d.ts.map +0 -1
  146. package/dist/filters/index.js +0 -9
  147. package/dist/filters/index.js.map +0 -1
  148. package/dist/filters/multiselect-filter.d.ts +0 -5
  149. package/dist/filters/multiselect-filter.d.ts.map +0 -1
  150. package/dist/filters/multiselect-filter.js +0 -107
  151. package/dist/filters/multiselect-filter.js.map +0 -1
  152. package/dist/filters/numeric-filter-extended/numeric-extended-operators.d.ts +0 -6
  153. package/dist/filters/numeric-filter-extended/numeric-extended-operators.d.ts.map +0 -1
  154. package/dist/filters/numeric-filter-extended/numeric-extended-operators.js +0 -6
  155. package/dist/filters/numeric-filter-extended/numeric-extended-operators.js.map +0 -1
  156. package/dist/filters/numeric-filter-extended/numeric-filter-extended.d.ts +0 -3
  157. package/dist/filters/numeric-filter-extended/numeric-filter-extended.d.ts.map +0 -1
  158. package/dist/filters/numeric-filter-extended/numeric-filter-extended.js +0 -27
  159. package/dist/filters/numeric-filter-extended/numeric-filter-extended.js.map +0 -1
  160. package/dist/filters/range-filter/range-filter.d.ts +0 -6
  161. package/dist/filters/range-filter/range-filter.d.ts.map +0 -1
  162. package/dist/filters/range-filter/range-filter.js +0 -117
  163. package/dist/filters/range-filter/range-filter.js.map +0 -1
  164. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.d.ts +0 -21
  165. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.d.ts.map +0 -1
  166. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.js +0 -82
  167. package/dist/filters/standard-filter-with-multiselect/filter-cell-ext.js.map +0 -1
  168. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.d.ts +0 -6
  169. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.d.ts.map +0 -1
  170. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.js +0 -6
  171. package/dist/filters/standard-filter-with-multiselect/multiselect-operators.js.map +0 -1
  172. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.d.ts +0 -26
  173. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.d.ts.map +0 -1
  174. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.js +0 -69
  175. package/dist/filters/standard-filter-with-multiselect/standard-filter-with-multiselect.js.map +0 -1
  176. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.d.ts +0 -6
  177. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.d.ts.map +0 -1
  178. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.js +0 -30
  179. package/dist/filters/standard-filter-with-multiselect/table-column-menu-filter-ext.js.map +0 -1
  180. package/dist/filters/time-filter/time-filter.d.ts +0 -3
  181. package/dist/filters/time-filter/time-filter.d.ts.map +0 -1
  182. package/dist/filters/time-filter/time-filter.js +0 -71
  183. package/dist/filters/time-filter/time-filter.js.map +0 -1
  184. package/dist/index.d.ts +0 -10
  185. package/dist/index.d.ts.map +0 -1
  186. package/dist/index.js +0 -9
  187. package/dist/index.js.map +0 -1
  188. package/dist/select-cell/index.d.ts +0 -2
  189. package/dist/select-cell/index.d.ts.map +0 -1
  190. package/dist/select-cell/index.js +0 -2
  191. package/dist/select-cell/index.js.map +0 -1
  192. package/dist/select-cell/select-cell.d.ts +0 -25
  193. package/dist/select-cell/select-cell.d.ts.map +0 -1
  194. package/dist/select-cell/select-cell.js +0 -35
  195. package/dist/select-cell/select-cell.js.map +0 -1
  196. package/dist/table-state.d.ts +0 -161
  197. package/dist/table-state.d.ts.map +0 -1
  198. package/dist/table-state.js +0 -1106
  199. package/dist/table-state.js.map +0 -1
  200. package/dist/table.d.ts +0 -40
  201. package/dist/table.d.ts.map +0 -1
  202. package/dist/table.js +0 -231
  203. package/dist/table.js.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,566 @@
1
+ # v22.1.0 (Mon Jun 27 2022)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Anton Maksimenko ([@AntonMaksimenko](https://github.com/AntonMaksimenko)), for all your work!
6
+
7
+ #### 🚀 Enhancement
8
+
9
+ - Table: allow user to select table row by clicking on any spot within cell with selection [#113](https://github.com/servicetitan/anvil-uikit-contrib/pull/113) ([@AntonMaksimenko](https://github.com/AntonMaksimenko))
10
+
11
+ #### Authors: 1
12
+
13
+ - Anton Maksimenko ([@AntonMaksimenko](https://github.com/AntonMaksimenko))
14
+
15
+ ---
16
+
17
+ # v22.0.1 (Tue Jun 21 2022)
18
+
19
+ #### 🐛 Bug Fix
20
+
21
+ - FAR-823: Migrating uikit components [#106](https://github.com/servicetitan/anvil-uikit-contrib/pull/106) ([@rgdelato](https://github.com/rgdelato) github-actions@github.com)
22
+
23
+ #### Authors: 2
24
+
25
+ - github-actions (github-actions@github.com)
26
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
27
+
28
+ ---
29
+
30
+ # v21.6.0 (Mon May 09 2022)
31
+
32
+ ### Release Notes
33
+
34
+ #### Bump @servicetitan packages from 11.5.1 to 11.6.0 ([#1439](https://github.com/servicetitan/uikit/pull/1439))
35
+
36
+ #### Font Update: Bold Sofia to use the real bold instead of medium ([#2430](https://github.com/servicetitan/anvil/pull/2430))
37
+
38
+ To solve inconsistency/mismatch of weight definition on web implementation, using `font-weight: bold;` use to default to `600` which is not the norm and has bug report about it from devs, we are changing `bold` to be true bold which is `700`. From UX standpoint this is also solving visual hierarchy issue when Sofia Pro Medium and Nunito Sans Regular were not distinctive enough when they are similar in size.
39
+
40
+ More info here: https://www.figma.com/file/LZ56wcBF6xF2HpWx1MiNuq/Font-style-update?node-id=217%3A126
41
+
42
+ ---
43
+
44
+ #### 🚀 Enhancement
45
+
46
+ - Time Picker to support 24-hour format [#2434](https://github.com/servicetitan/anvil/pull/2434) ([@yakunins](https://github.com/yakunins))
47
+ - Adds Drag and Drop Icon [#2443](https://github.com/servicetitan/anvil/pull/2443) ([@jpex](https://github.com/jpex))
48
+ - InlineEdit: Show truncated items as the title for the `+X` tag [#2439](https://github.com/servicetitan/anvil/pull/2439) ([@tounsoo](https://github.com/tounsoo))
49
+ - AnvilSelect Drillin Footer needs custom className [#2433](https://github.com/servicetitan/anvil/pull/2433) ([@blalond](https://github.com/blalond))
50
+
51
+ #### 💅 Visual Update
52
+
53
+ - Font Update: Bold Sofia to use the real bold instead of medium [#2430](https://github.com/servicetitan/anvil/pull/2430) ([@tounsoo](https://github.com/tounsoo))
54
+ - Filter Button: fix filter button wrapping weird in small space [#2436](https://github.com/servicetitan/anvil/pull/2436) ([@tounsoo](https://github.com/tounsoo))
55
+ - ActionMenu: icon color to work with theme variables [#2435](https://github.com/servicetitan/anvil/pull/2435) ([@tounsoo](https://github.com/tounsoo))
56
+ - Tag: Update subtle default text and icon color to work with dark mode [#2425](https://github.com/servicetitan/anvil/pull/2425) ([@tounsoo](https://github.com/tounsoo))
57
+
58
+ #### 📝 Documentation
59
+
60
+ - Table: showcase right-aligned column [#2441](https://github.com/servicetitan/anvil/pull/2441) ([@yakunins](https://github.com/yakunins))
61
+ - Gatsby: infinite resizing loop at Filter Button All Filter example [#2438](https://github.com/servicetitan/anvil/pull/2438) ([@yakunins](https://github.com/yakunins))
62
+ - Some examples in docs to be properly rendered in Codesandbox [#2429](https://github.com/servicetitan/anvil/pull/2429) ([@yakunins](https://github.com/yakunins))
63
+ - Gatsby: update theming information [#2428](https://github.com/servicetitan/anvil/pull/2428) ([@tounsoo](https://github.com/tounsoo))
64
+
65
+ #### 🐛 Bug Fix
66
+
67
+ - DS-877: Updating onChange return values for "Select All/None" [#2332](https://github.com/servicetitan/anvil/pull/2332) ([@rgdelato](https://github.com/rgdelato))
68
+
69
+ #### 🏠 Internal
70
+
71
+ - Updating .nvmrc file to Node 16 [#2437](https://github.com/servicetitan/anvil/pull/2437) ([@rgdelato](https://github.com/rgdelato))
72
+ - DS-619: Adding kendo license file to root directory [#2440](https://github.com/servicetitan/anvil/pull/2440) ([@rgdelato](https://github.com/rgdelato))
73
+ - DS-995: Removing react-window dep from design-system package [#2432](https://github.com/servicetitan/anvil/pull/2432) ([@rgdelato](https://github.com/rgdelato))
74
+ - ButtonGroup: ThemeProvider compatibility [#2366](https://github.com/servicetitan/anvil/pull/2366) ([@tounsoo](https://github.com/tounsoo))
75
+ - Cleaner theme var method [#2431](https://github.com/servicetitan/anvil/pull/2431) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
76
+
77
+ #### ⚠️ Pushed to `master`
78
+
79
+ - Merge branch 'master' of github.com:servicetitan/anvil ([@tounsoo](https://github.com/tounsoo))
80
+
81
+ #### 📝 Dependencies
82
+
83
+ - Bump moment from 2.29.1 to 2.29.2 in /packages/design-system [#2426](https://github.com/servicetitan/anvil/pull/2426) ([@dependabot[bot]](https://github.com/dependabot[bot]))
84
+
85
+ #### Authors: 6
86
+
87
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
88
+ - Ben Ho ([@tounsoo](https://github.com/tounsoo))
89
+ - Brian LaLonde ([@blalond](https://github.com/blalond))
90
+ - James C ([@jpex](https://github.com/jpex))
91
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
92
+ - Sergey Yakunin ([@yakunins](https://github.com/yakunins))
93
+
94
+ </blockquote>
95
+ </details>
96
+
97
+ <em><code>servicetitan/anvil</code>'s top-level, root <a href="https://github.com/servicetitan/anvil/blob/v11.6.0/CHANGELOG.md">CHANGELOG.md</a></em>
98
+
99
+ ---
100
+
101
+ #### 🔩 Dependency Updates
102
+
103
+ - Bump @servicetitan packages from 11.5.1 to 11.6.0 [#1439](https://github.com/servicetitan/uikit/pull/1439) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
104
+ - Bump mobx-react from 7.3.0 to 7.4.0 [#1438](https://github.com/servicetitan/uikit/pull/1438) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
105
+
106
+ #### Authors: 2
107
+
108
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
109
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
110
+
111
+ ---
112
+
113
+ # v21.5.0 (Thu Apr 28 2022)
114
+
115
+ #### 🔩 Dependency Updates
116
+
117
+ - Bump moment from 2.29.2 to 2.29.3 [#1411](https://github.com/servicetitan/uikit/pull/1411) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
118
+ - Bump @servicetitan packages from 11.5.0 to 11.5.1 [#1410](https://github.com/servicetitan/uikit/pull/1410) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
119
+
120
+ #### Authors: 2
121
+
122
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
123
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
124
+
125
+ ---
126
+
127
+ # v21.4.1 (Wed Apr 06 2022)
128
+
129
+ #### 🔩 Dependency Updates
130
+
131
+ - Bump @servicetitan packages from 11.4.2 to 11.5.0 [#1396](https://github.com/servicetitan/uikit/pull/1396) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
132
+ - Bump mobx-utils from 6.0.4 to 6.0.5 [#1390](https://github.com/servicetitan/uikit/pull/1390) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
133
+ - Bump moment from 2.29.1 to 2.29.2 [#1392](https://github.com/servicetitan/uikit/pull/1392) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
134
+
135
+ #### Authors: 2
136
+
137
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
138
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
139
+
140
+ ---
141
+
142
+ # v21.3.0 (Mon Mar 21 2022)
143
+
144
+ #### 🔩 Dependency Updates
145
+
146
+ - Bump @servicetitan packages from 11.4.1 to 11.4.2 [#1371](https://github.com/servicetitan/uikit/pull/1371) ([@rgdelato](https://github.com/rgdelato))
147
+
148
+ #### Authors: 1
149
+
150
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
151
+
152
+ ---
153
+
154
+ # v21.2.0 (Thu Mar 17 2022)
155
+
156
+ #### 🔩 Dependency Updates
157
+
158
+ - Bump mobx from 6.4.2 to 6.5.0 [#1369](https://github.com/servicetitan/uikit/pull/1369) ([@rgdelato](https://github.com/rgdelato))
159
+
160
+ #### Authors: 1
161
+
162
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
163
+
164
+ ---
165
+
166
+ # v21.0.0 (Tue Mar 15 2022)
167
+
168
+ #### 🐛 Bug Fix
169
+
170
+ - Notifications: fix compatibility with anvil 11.4.0 [#1361](https://github.com/servicetitan/uikit/pull/1361) ([@kanoshin](https://github.com/kanoshin))
171
+
172
+ #### Authors: 1
173
+
174
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
175
+
176
+ ---
177
+
178
+ # v20.2.0 (Tue Mar 01 2022)
179
+
180
+ #### 🔩 Dependency Updates
181
+
182
+ - Bump mobx from 6.4.1 to 6.4.2 [#1341](https://github.com/servicetitan/uikit/pull/1341) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
183
+ - Bump mobx from 6.3.13 to 6.4.1 [#1332](https://github.com/servicetitan/uikit/pull/1332) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
184
+ - Bump mobx-react from 7.2.1 to 7.3.0 [#1331](https://github.com/servicetitan/uikit/pull/1331) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
185
+ - Bump @servicetitan packages from 11.3.0 to 11.3.1 [#1317](https://github.com/servicetitan/uikit/pull/1317) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
186
+ - Bump @servicetitan packages from 11.2.0 to 11.3.0 [#1315](https://github.com/servicetitan/uikit/pull/1315) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
187
+ - Bump memoize-one from 5.2.1 to 6.0.0 [#1294](https://github.com/servicetitan/uikit/pull/1294) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
188
+
189
+ #### Authors: 2
190
+
191
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
192
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
193
+
194
+ ---
195
+
196
+ # v20.1.0 (Thu Jan 27 2022)
197
+
198
+ :tada: This release contains work from a new contributor! :tada:
199
+
200
+ Thank you, ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity)), for all your work!
201
+
202
+ #### 🚀 Enhancement
203
+
204
+ - Bump @servicetitan packages from 11.1.1 to 11.2.0 [#1285](https://github.com/servicetitan/uikit/pull/1285) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
205
+
206
+ #### 🐛 Bug Fix
207
+
208
+ - Bump mobx from 6.3.12 to 6.3.13 [#1284](https://github.com/servicetitan/uikit/pull/1284) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
209
+ - Bump @servicetitan packages from 11.1.0 to 11.1.1 [#1264](https://github.com/servicetitan/uikit/pull/1264) ([@rgdelato](https://github.com/rgdelato) [@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
210
+
211
+ #### ⚠️ Pushed to `master`
212
+
213
+ - Merge branch 'fp/FAR-893' into master ([@rgdelato](https://github.com/rgdelato))
214
+
215
+ #### Authors: 2
216
+
217
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
218
+ - ServiceTitan TeamCity ([@ServiceTitanTeamCity](https://github.com/ServiceTitanTeamCity))
219
+
220
+ ---
221
+
222
+ # v20.0.0 (Thu Jan 13 2022)
223
+
224
+ #### 💥 Breaking Change
225
+
226
+ - Startup: chunking support for the web components [#1184](https://github.com/servicetitan/uikit/pull/1184) ([@xarety](https://github.com/xarety))
227
+
228
+ #### 🔩 Dependency Updates
229
+
230
+ - Bump mobx from 6.3.10 to 6.3.12 [#1237](https://github.com/servicetitan/uikit/pull/1237) ([@dependabot[bot]](https://github.com/dependabot[bot]))
231
+
232
+ #### Authors: 2
233
+
234
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
235
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
236
+
237
+ ---
238
+
239
+ # v19.4.0 (Mon Jan 10 2022)
240
+
241
+ #### 🔩 Dependency Updates
242
+
243
+ - Bump @types/react from 17.0.37 to 17.0.38 [#1209](https://github.com/servicetitan/uikit/pull/1209) ([@dependabot[bot]](https://github.com/dependabot[bot]))
244
+ - Bump mobx from 6.3.8 to 6.3.10 [#1205](https://github.com/servicetitan/uikit/pull/1205) ([@dependabot[bot]](https://github.com/dependabot[bot]))
245
+
246
+ #### Authors: 1
247
+
248
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
249
+
250
+ ---
251
+
252
+ # v19.2.0 (Wed Dec 15 2021)
253
+
254
+ #### 🚀 Enhancement
255
+
256
+ - Table: exit from handleSelectionChange when it is triggered from selectionRelease (when row is no longer selected) [#1166](https://github.com/servicetitan/uikit/pull/1166) ([@kanoshin](https://github.com/kanoshin))
257
+
258
+ #### 🔩 Dependency Updates
259
+
260
+ - Bump @types/react from 17.0.36 to 17.0.37 [#1129](https://github.com/servicetitan/uikit/pull/1129) ([@dependabot[bot]](https://github.com/dependabot[bot]))
261
+
262
+ #### Authors: 2
263
+
264
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
265
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
266
+
267
+ ---
268
+
269
+ # v19.1.0 (Wed Dec 08 2021)
270
+
271
+ :tada: This release contains work from a new contributor! :tada:
272
+
273
+ Thank you, Danny Rizko ([@DannyRizko](https://github.com/DannyRizko)), for all your work!
274
+
275
+ #### 🔩 Dependency Updates
276
+
277
+ - Bump mobx from 6.3.7 to 6.3.8 [#1136](https://github.com/servicetitan/uikit/pull/1136) ([@dependabot[bot]](https://github.com/dependabot[bot]))
278
+ - Bump @types/react from 17.0.35 to 17.0.36 [#1113](https://github.com/servicetitan/uikit/pull/1113) ([@dependabot[bot]](https://github.com/dependabot[bot]))
279
+
280
+ #### Authors: 1
281
+
282
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
283
+
284
+ ---
285
+
286
+ # v19.0.0 (Wed Nov 24 2021)
287
+
288
+ #### 🚀 Enhancement
289
+
290
+ - : Set column with selection control locked [#1103](https://github.com/servicetitan/uikit/pull/1103) ([@Mikhe](https://github.com/Mikhe))
291
+
292
+ #### 🔩 Dependency Updates
293
+
294
+ - Bump @types/react from 17.0.34 to 17.0.35 [#1089](https://github.com/servicetitan/uikit/pull/1089) ([@dependabot[bot]](https://github.com/dependabot[bot]))
295
+
296
+ #### Authors: 2
297
+
298
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
299
+ - Sergei Mikhailovskikh ([@Mikhe](https://github.com/Mikhe))
300
+
301
+ ---
302
+
303
+ # v18.1.0 (Wed Nov 17 2021)
304
+
305
+ #### 🔩 Dependency Updates
306
+
307
+ - Bump @types/react from 17.0.33 to 17.0.34 [#1063](https://github.com/servicetitan/uikit/pull/1063) ([@dependabot[bot]](https://github.com/dependabot[bot]))
308
+
309
+ #### Authors: 1
310
+
311
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
312
+
313
+ ---
314
+
315
+ # v18.0.0 (Mon Nov 15 2021)
316
+
317
+ #### 💥 Breaking Change
318
+
319
+ - Table: fix filters ui regression [#1068](https://github.com/servicetitan/uikit/pull/1068) ([@xarety](https://github.com/xarety))
320
+
321
+ #### Authors: 1
322
+
323
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
324
+
325
+ ---
326
+
327
+ # v17.5.0 (Fri Nov 12 2021)
328
+
329
+ #### 🚀 Enhancement
330
+
331
+ - Log service: improve error logging for unexpected usages [#1083](https://github.com/servicetitan/uikit/pull/1083) ([@kanoshin](https://github.com/kanoshin))
332
+
333
+ #### 🔩 Dependency Updates
334
+
335
+ - Bump mobx from 6.3.6 to 6.3.7 [#1085](https://github.com/servicetitan/uikit/pull/1085) ([@dependabot[bot]](https://github.com/dependabot[bot]))
336
+
337
+ #### Authors: 2
338
+
339
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
340
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
341
+
342
+ ---
343
+
344
+ # v17.3.1 (Wed Nov 03 2021)
345
+
346
+ #### 🔩 Dependency Updates
347
+
348
+ - Bump dependencies [#1062](https://github.com/servicetitan/uikit/pull/1062) ([@xarety](https://github.com/xarety))
349
+
350
+ #### Authors: 1
351
+
352
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
353
+
354
+ ---
355
+
356
+ # v17.2.1 (Tue Oct 26 2021)
357
+
358
+ #### 🔩 Dependency Updates
359
+
360
+ - Bump @types/react from 17.0.32 to 17.0.33 [#1041](https://github.com/servicetitan/uikit/pull/1041) ([@dependabot[bot]](https://github.com/dependabot[bot]))
361
+ - Bump @types/react from 17.0.30 to 17.0.32 [#1033](https://github.com/servicetitan/uikit/pull/1033) ([@dependabot[bot]](https://github.com/dependabot[bot]))
362
+ - Bump mobx from 6.3.3 to 6.3.5 [#998](https://github.com/servicetitan/uikit/pull/998) ([@dependabot[bot]](https://github.com/dependabot[bot]))
363
+ - Bump mobx-react from 7.2.0 to 7.2.1 [#997](https://github.com/servicetitan/uikit/pull/997) ([@dependabot[bot]](https://github.com/dependabot[bot]))
364
+ - Bump @types/react from 17.0.27 to 17.0.30 [#996](https://github.com/servicetitan/uikit/pull/996) ([@dependabot[bot]](https://github.com/dependabot[bot]))
365
+
366
+ #### Authors: 1
367
+
368
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
369
+
370
+ ---
371
+
372
+ # v17.1.1 (Tue Oct 05 2021)
373
+
374
+ #### 🔩 Dependency Updates
375
+
376
+ - Bump @types/react from 17.0.26 to 17.0.27 [#949](https://github.com/servicetitan/uikit/pull/949) ([@dependabot[bot]](https://github.com/dependabot[bot]))
377
+
378
+ #### Authors: 1
379
+
380
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
381
+
382
+ ---
383
+
384
+ # v17.1.0 (Sat Oct 02 2021)
385
+
386
+ #### 🔩 Dependency Updates
387
+
388
+ - Bump @types/react from 17.0.25 to 17.0.26 [#940](https://github.com/servicetitan/uikit/pull/940) ([@dependabot[bot]](https://github.com/dependabot[bot]))
389
+
390
+ #### Authors: 1
391
+
392
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
393
+
394
+ ---
395
+
396
+ # v17.0.0 (Thu Sep 30 2021)
397
+
398
+ #### 💥 Breaking Change
399
+
400
+ - Stylelint config: use-tokens rule [#837](https://github.com/servicetitan/uikit/pull/837) ([@xarety](https://github.com/xarety))
401
+
402
+ #### 🔩 Dependency Updates
403
+
404
+ - Bump @servicetitan/design-system from 10.2.1 to 10.3.3 [#935](https://github.com/servicetitan/uikit/pull/935) ([@xarety](https://github.com/xarety))
405
+
406
+ #### Authors: 1
407
+
408
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
409
+
410
+ ---
411
+
412
+ # v16.0.0 (Fri Sep 24 2021)
413
+
414
+ #### 🔩 Dependency Updates
415
+
416
+ - Bump @types/react from 17.0.21 to 17.0.24 [#897](https://github.com/servicetitan/uikit/pull/897) ([@dependabot[bot]](https://github.com/dependabot[bot]))
417
+ - Bump @types/react from 17.0.20 to 17.0.21 [#860](https://github.com/servicetitan/uikit/pull/860) ([@dependabot[bot]](https://github.com/dependabot[bot]))
418
+ - Bump @servicetitan/design-system from 10.1.0 to 10.2.1 [#858](https://github.com/servicetitan/uikit/pull/858) ([@xarety](https://github.com/xarety))
419
+ - Bump prettier from 2.3.2 to 2.4.0 [#832](https://github.com/servicetitan/uikit/pull/832) ([@dependabot[bot]](https://github.com/dependabot[bot]))
420
+ - Bump @types/react from 17.0.19 to 17.0.20 [#817](https://github.com/servicetitan/uikit/pull/817) ([@dependabot[bot]](https://github.com/dependabot[bot]))
421
+ - Bump mobx from 6.3.2 to 6.3.3 [#803](https://github.com/servicetitan/uikit/pull/803) ([@dependabot[bot]](https://github.com/dependabot[bot]))
422
+
423
+ #### Authors: 2
424
+
425
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
426
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
427
+
428
+ ---
429
+
430
+ # v15.0.0 (Tue Sep 14 2021)
431
+
432
+ #### 🚀 Enhancement
433
+
434
+ - Table: multiItemMultiSelectColumnMenuFilter [#854](https://github.com/servicetitan/uikit/pull/854) ([@aschumahua](https://github.com/aschumahua))
435
+
436
+ #### Authors: 1
437
+
438
+ - Anzar Schumahua ([@aschumahua](https://github.com/aschumahua))
439
+
440
+ ---
441
+
442
+ # v14.3.0 (Mon Aug 23 2021)
443
+
444
+ :tada: This release contains work from a new contributor! :tada:
445
+
446
+ Thank you, Hayk Ghazaryan ([@haykghazaryan-st](https://github.com/haykghazaryan-st)), for all your work!
447
+
448
+ #### 🚀 Enhancement
449
+
450
+ - Table: added multi-select feature [#748](https://github.com/servicetitan/uikit/pull/748) ([@haykghazaryan-st](https://github.com/haykghazaryan-st) [@xarety](https://github.com/xarety))
451
+
452
+ #### 🐛 Bug Fix
453
+
454
+ - Table: add missing kendo peer dependencies [#742](https://github.com/servicetitan/uikit/pull/742) ([@xarety](https://github.com/xarety))
455
+
456
+ #### 🔩 Dependency Updates
457
+
458
+ - Bump @types/react from 17.0.18 to 17.0.19 [#768](https://github.com/servicetitan/uikit/pull/768) ([@dependabot[bot]](https://github.com/dependabot[bot]))
459
+ - Bump @types/react from 17.0.17 to 17.0.18 [#760](https://github.com/servicetitan/uikit/pull/760) ([@dependabot[bot]](https://github.com/dependabot[bot]))
460
+ - Bump @types/react from 17.0.16 to 17.0.17 [#747](https://github.com/servicetitan/uikit/pull/747) ([@dependabot[bot]](https://github.com/dependabot[bot]))
461
+
462
+ #### Authors: 3
463
+
464
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
465
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
466
+ - Hayk Ghazaryan ([@haykghazaryan-st](https://github.com/haykghazaryan-st))
467
+
468
+ ---
469
+
470
+ # v14.2.0 (Fri Aug 06 2021)
471
+
472
+ #### 🐛 Bug Fix
473
+
474
+ - Stylelint config: disable no-invalid-position-at-import-rule [#732](https://github.com/servicetitan/uikit/pull/732) ([@kanoshin](https://github.com/kanoshin))
475
+
476
+ #### 🔩 Dependency Updates
477
+
478
+ - Bump @types/react from 17.0.15 to 17.0.16 [#728](https://github.com/servicetitan/uikit/pull/728) ([@dependabot[bot]](https://github.com/dependabot[bot]))
479
+
480
+ #### Authors: 2
481
+
482
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
483
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
484
+
485
+ ---
486
+
487
+ # v14.1.1 (Thu Aug 05 2021)
488
+
489
+ #### 🔩 Dependency Updates
490
+
491
+ - Update dependencies [#705](https://github.com/servicetitan/uikit/pull/705) ([@xarety](https://github.com/xarety) [@kanoshin](https://github.com/kanoshin))
492
+
493
+ #### Authors: 2
494
+
495
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
496
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
497
+
498
+ ---
499
+
500
+ # v14.1.0 (Fri Jul 30 2021)
501
+
502
+ #### 🔩 Dependency Updates
503
+
504
+ - Bump @types/react from 17.0.9 to 17.0.14 [#652](https://github.com/servicetitan/uikit/pull/652) ([@dependabot[bot]](https://github.com/dependabot[bot]))
505
+
506
+ #### Authors: 1
507
+
508
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
509
+
510
+ ---
511
+
512
+ # v14.0.0 (Fri Jul 23 2021)
513
+
514
+ #### 💥 Breaking Change
515
+
516
+ - Updating React 17 and react-jsx transform [#620](https://github.com/servicetitan/uikit/pull/620) ([@rgdelato](https://github.com/rgdelato) [@StreetStrider](https://github.com/StreetStrider) [@kanoshin](https://github.com/kanoshin))
517
+
518
+ #### Authors: 3
519
+
520
+ - Ivan Pukhtin ([@StreetStrider](https://github.com/StreetStrider))
521
+ - Kirill Anoshin ([@kanoshin](https://github.com/kanoshin))
522
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
523
+
524
+ ---
525
+
526
+ # v12.5.0 (Wed Jun 16 2021)
527
+
528
+ :tada: This release contains work from a new contributor! :tada:
529
+
530
+ Thank you, Mike Kozhevnikov ([@mkozhevnikov](https://github.com/mkozhevnikov)), for all your work!
531
+
532
+ #### 🐛 Bug Fix
533
+
534
+ - Startup: WatchIgnorePlugin requires at least one value [#622](https://github.com/servicetitan/uikit/pull/622) ([@xarety](https://github.com/xarety))
535
+ - Hash browser router: correct basename handling [#616](https://github.com/servicetitan/uikit/pull/616) ([@xarety](https://github.com/xarety))
536
+ - FAR-792: Fixing existing subpackage CHANGELOG.md files [#621](https://github.com/servicetitan/uikit/pull/621) ([@rgdelato](https://github.com/rgdelato))
537
+
538
+ #### Authors: 2
539
+
540
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
541
+ - Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
542
+
543
+ ---
544
+
545
+ # v12.4.0 (Tue Jun 08 2021)
546
+
547
+ #### ⚠️ Pushed to `master`
548
+
549
+ - Undo fail publish consequences ([@xarety](https://github.com/xarety))
550
+ - Publish ([@xarety](https://github.com/xarety))
551
+ - Bump packages ([@xarety](https://github.com/xarety))
552
+
553
+ #### 🔩 Dependency Updates
554
+
555
+ - Bump @types/react from 17.0.8 to 17.0.9 [#607](https://github.com/servicetitan/uikit/pull/607) ([@dependabot[bot]](https://github.com/dependabot[bot]))
556
+ - Bump @types/react from 17.0.6 to 17.0.8 [#575](https://github.com/servicetitan/uikit/pull/575) ([@dependabot[bot]](https://github.com/dependabot[bot]))
557
+ - Bump @servicetitan/design-system from 9.2.0 to 9.2.1 [#596](https://github.com/servicetitan/uikit/pull/596) ([@dependabot[bot]](https://github.com/dependabot[bot]))
558
+ - Bump @servicetitan/design-system from 9.1.0 to 9.2.0 [#557](https://github.com/servicetitan/uikit/pull/557) ([@dependabot[bot]](https://github.com/dependabot[bot]))
559
+ - Bump mobx-react from 7.1.0 to 7.2.0 [#553](https://github.com/servicetitan/uikit/pull/553) ([@dependabot[bot]](https://github.com/dependabot[bot]))
560
+ - Bump @types/react from 17.0.5 to 17.0.6 [#551](https://github.com/servicetitan/uikit/pull/551) ([@dependabot[bot]](https://github.com/dependabot[bot]))
561
+ - Bump prettier from 2.2.1 to 2.3.0 [#534](https://github.com/servicetitan/uikit/pull/534) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@xarety](https://github.com/xarety))
562
+
563
+ #### Authors: 2
564
+
565
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
566
+ - Denis Gordeev ([@xarety](https://github.com/xarety))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/table",
3
- "version": "21.7.2",
3
+ "version": "22.1.0",
4
4
  "description": "",
5
5
  "homepage": "https://docs.st.dev/docs/frontend/table",
6
6
  "repository": {
@@ -36,11 +36,11 @@
36
36
  "memoize-one": "~6.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@servicetitan/data-query": "^21.7.2",
40
- "@servicetitan/design-system": "~11.9.0",
41
- "@servicetitan/form": "^21.7.2",
42
- "@servicetitan/react-ioc": "^21.7.2",
43
- "@servicetitan/suppress-warnings": "^21.7.2",
39
+ "@servicetitan/data-query": "^22.1.0",
40
+ "@servicetitan/design-system": "~11.8.0",
41
+ "@servicetitan/form": "^22.1.0",
42
+ "@servicetitan/react-ioc": "^21.6.0",
43
+ "@servicetitan/suppress-warnings": "^21.6.0",
44
44
  "@types/accounting": "~0.4.2",
45
45
  "@types/react": "~17.0.38",
46
46
  "accounting": "~0.4.1",
@@ -52,9 +52,9 @@
52
52
  "react": "~17.0.2"
53
53
  },
54
54
  "peerDependencies": {
55
- "@servicetitan/data-query": "^20.0.0",
56
- "@servicetitan/design-system": "~11.9.0",
57
- "@servicetitan/form": "^20.0.0",
55
+ "@servicetitan/data-query": "^22.1.0",
56
+ "@servicetitan/design-system": "~11.8.0",
57
+ "@servicetitan/form": "^22.1.0",
58
58
  "@servicetitan/react-ioc": "^20.0.0",
59
59
  "@servicetitan/suppress-warnings": "^20.0.0",
60
60
  "accounting": "~0.4.1",
@@ -71,5 +71,5 @@
71
71
  "cli": {
72
72
  "webpack": false
73
73
  },
74
- "gitHead": "43641d5d1078ccb4b353c743c8e34666ba5a6ca5"
74
+ "gitHead": "334ce0dc18294927da0751130f290c203c64d266"
75
75
  }