@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.
- package/CHANGELOG.md +10 -0
- package/dist/{DataTable-CjvD9TbJ.js → DataTable-ZczGbHZT.js} +2 -2
- package/dist/{DataTable-CjvD9TbJ.js.map → DataTable-ZczGbHZT.js.map} +1 -1
- package/dist/{Drawer-C73Ka9ra.js → Drawer-CEsvth0Z.js} +2 -2
- package/dist/{Drawer-C73Ka9ra.js.map → Drawer-CEsvth0Z.js.map} +1 -1
- package/dist/Drawer.js +1 -1
- package/dist/{FilterBar-D2NDYqTs.js → FilterBar-lIGh4xIl.js} +2 -2
- package/dist/{FilterBar-D2NDYqTs.js.map → FilterBar-lIGh4xIl.js.map} +1 -1
- package/dist/FilterBar.js +1 -1
- package/dist/{Menu-BMn1CSr1.js → Menu-CM0EndhK.js} +22 -11
- package/dist/Menu-CM0EndhK.js.map +1 -0
- package/dist/Menu.js +1 -1
- package/dist/{Page-B5yLLq76.js → Page-D5NbV2Y8.js} +60 -48
- package/dist/Page-D5NbV2Y8.js.map +1 -0
- package/dist/Page.js +1 -1
- package/dist/{Pagination-BcW9WJ2b.js → Pagination-B4HCZNYw.js} +2 -2
- package/dist/{Pagination-BcW9WJ2b.js.map → Pagination-B4HCZNYw.js.map} +1 -1
- package/dist/Pagination.js +1 -1
- package/dist/{RichTextEditor-C8V3BajN.js → RichTextEditor-C7CCeqGW.js} +3 -3
- package/dist/{RichTextEditor-C8V3BajN.js.map → RichTextEditor-C7CCeqGW.js.map} +1 -1
- package/dist/RichTextEditor.js +1 -1
- package/dist/{SavedFiltersButton-ClghkFdA.js → SavedFiltersButton-BwnP6fuk.js} +2 -2
- package/dist/{SavedFiltersButton-ClghkFdA.js.map → SavedFiltersButton-BwnP6fuk.js.map} +1 -1
- package/dist/SavedFiltersButton.js +1 -1
- package/dist/Table.js +1 -1
- package/dist/beta.js +4 -4
- package/dist/{index-BY2uMI6I.js → index-lV_kQQH8.js} +2 -2
- package/dist/{index-BY2uMI6I.js.map → index-lV_kQQH8.js.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/src/components/Page/Page.d.ts +8 -2
- package/dist/src/components/Page/PageHeader.d.ts +15 -2
- package/package.json +3 -3
- package/dist/Menu-BMn1CSr1.js.map +0 -1
- 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-
|
|
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-
|
|
10125
|
+
//# sourceMappingURL=DataTable-ZczGbHZT.js.map
|