@servicetitan/anvil2 3.12.2 → 3.13.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 (34) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/{DataTable-CjvD9TbJ.js → DataTable-ZczGbHZT.js} +2 -2
  3. package/dist/{DataTable-CjvD9TbJ.js.map → DataTable-ZczGbHZT.js.map} +1 -1
  4. package/dist/{Drawer-C73Ka9ra.js → Drawer-CEsvth0Z.js} +2 -2
  5. package/dist/{Drawer-C73Ka9ra.js.map → Drawer-CEsvth0Z.js.map} +1 -1
  6. package/dist/Drawer.js +1 -1
  7. package/dist/{FilterBar-D2NDYqTs.js → FilterBar-lIGh4xIl.js} +2 -2
  8. package/dist/{FilterBar-D2NDYqTs.js.map → FilterBar-lIGh4xIl.js.map} +1 -1
  9. package/dist/FilterBar.js +1 -1
  10. package/dist/{Menu-BMn1CSr1.js → Menu-CM0EndhK.js} +22 -11
  11. package/dist/Menu-CM0EndhK.js.map +1 -0
  12. package/dist/Menu.js +1 -1
  13. package/dist/{Page-B5yLLq76.js → Page-D5NbV2Y8.js} +60 -48
  14. package/dist/Page-D5NbV2Y8.js.map +1 -0
  15. package/dist/Page.js +1 -1
  16. package/dist/{Pagination-BcW9WJ2b.js → Pagination-B4HCZNYw.js} +2 -2
  17. package/dist/{Pagination-BcW9WJ2b.js.map → Pagination-B4HCZNYw.js.map} +1 -1
  18. package/dist/Pagination.js +1 -1
  19. package/dist/{RichTextEditor-C8V3BajN.js → RichTextEditor-C7CCeqGW.js} +3 -3
  20. package/dist/{RichTextEditor-C8V3BajN.js.map → RichTextEditor-C7CCeqGW.js.map} +1 -1
  21. package/dist/RichTextEditor.js +1 -1
  22. package/dist/{SavedFiltersButton-ClghkFdA.js → SavedFiltersButton-BwnP6fuk.js} +2 -2
  23. package/dist/{SavedFiltersButton-ClghkFdA.js.map → SavedFiltersButton-BwnP6fuk.js.map} +1 -1
  24. package/dist/SavedFiltersButton.js +1 -1
  25. package/dist/Table.js +1 -1
  26. package/dist/beta.js +4 -4
  27. package/dist/{index-BY2uMI6I.js → index-lV_kQQH8.js} +2 -2
  28. package/dist/{index-BY2uMI6I.js.map → index-lV_kQQH8.js.map} +1 -1
  29. package/dist/index.js +4 -4
  30. package/dist/src/components/Page/Page.d.ts +8 -2
  31. package/dist/src/components/Page/PageHeader.d.ts +15 -2
  32. package/package.json +3 -3
  33. package/dist/Menu-BMn1CSr1.js.map +0 -1
  34. package/dist/Page-B5yLLq76.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @servicetitan/anvil2
2
2
 
3
+ ## 3.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2746](https://github.com/servicetitan/hammer/pull/2746) [`ec6d604`](https://github.com/servicetitan/hammer/commit/ec6d6040dc705ad316ea897e27e876bcc5b33eed) Thanks [@Diveafall](https://github.com/Diveafall)! - [Page] Add `items` to `Page.Header` `actions.primary` for a primary action that opens a menu
8
+
9
+ ### Patch Changes
10
+
11
+ - [#2762](https://github.com/servicetitan/hammer/pull/2762) [`dc83d43`](https://github.com/servicetitan/hammer/commit/dc83d43675172d15ba83a8eefcf039a5fffbcfcf) Thanks [@tounsoo](https://github.com/tounsoo)! - [Menu, Page] Fix the Page Header more menu staying open after focus leaves the trigger
12
+
3
13
  ## 3.12.2
4
14
 
5
15
  ### Patch Changes
@@ -30,7 +30,7 @@ import { flushSync } from 'react-dom';
30
30
  import { u as useLayoutPropsUtil } from './useLayoutPropsUtil-DjqeAJZ9.js';
31
31
  import { S as SvgKeyboardArrowLeft } from './keyboard_arrow_left-CiE1n99w.js';
32
32
  import { S as SvgKeyboardArrowRight } from './keyboard_arrow_right-DMloHg_F.js';
33
- import { a as PARTS$1, b as Pagination, P as Pagination$1 } from './Pagination-BcW9WJ2b.js';
33
+ import { a as PARTS$1, b as Pagination, P as Pagination$1 } from './Pagination-B4HCZNYw.js';
34
34
  import { useTrackingId } from './useTrackingId.js';
35
35
  import { T as ThemeProviderContext } from './ThemeProviderContext-l52GohYT.js';
36
36
  import { u as useVirtualizer } from './index-DXeGMe23.js';
@@ -10122,4 +10122,4 @@ function DataTableInner(props, ref) {
10122
10122
  const DataTable = forwardRef(DataTableInner);
10123
10123
 
10124
10124
  export { COLUMN_TYPE_DEFAULTS as C, DataTable as D, chipsFormatter as a, booleanFormatter as b, createColumnHelper$1 as c, currencyFormatter as d, dateFormatter as e, dateTimeFormatter as f, getColumnTypeDefaults as g, htmlFormatter as h, dateFormatPresets as i, timeFormatter as j, markdownFormatter as m, numberFormatter as n, percentFormatter as p, resolveColumnTypeConfig as r, timeFormatPresets as t, yearlessDateFormatter as y };
10125
- //# sourceMappingURL=DataTable-CjvD9TbJ.js.map
10125
+ //# sourceMappingURL=DataTable-ZczGbHZT.js.map