@servicetitan/anvil2 1.49.7 → 1.50.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 +14 -0
- package/dist/{DataTable-CUFa7cQK.js → DataTable-DSySFGWC.js} +3 -3
- package/dist/{DataTable-CUFa7cQK.js.map → DataTable-DSySFGWC.js.map} +1 -1
- package/dist/{Dialog-UzG6-s9H.js → Dialog-BwabBKoZ.js} +19 -13
- package/dist/Dialog-BwabBKoZ.js.map +1 -0
- package/dist/Dialog.css +31 -28
- package/dist/Dialog.js +1 -1
- package/dist/{Drawer-BHK18NYm.js → Drawer-GXeoK-r9.js} +20 -12
- package/dist/Drawer-GXeoK-r9.js.map +1 -0
- package/dist/Drawer.css +33 -27
- package/dist/Drawer.js +1 -1
- package/dist/{Page-ClI3IOc7.js → Page-DEbpjQw0.js} +2 -2
- package/dist/{Page-ClI3IOc7.js.map → Page-DEbpjQw0.js.map} +1 -1
- package/dist/Page.js +1 -1
- package/dist/{Pagination-CnF6yBr5.js → Pagination-BR8MiRaA.js} +17 -25
- package/dist/Pagination-BR8MiRaA.js.map +1 -0
- package/dist/Pagination.js +1 -1
- package/dist/{SearchField-D6bICv4b.js → SearchField-CJAo8dE0.js} +10 -7
- package/dist/{SearchField-D6bICv4b.js.map → SearchField-CJAo8dE0.js.map} +1 -1
- package/dist/SearchField.css +14 -8
- package/dist/SearchField.js +1 -1
- package/dist/Table.js +1 -1
- package/dist/{Toolbar-BxYOXLmv.js → Toolbar-DEwvVf35.js} +3 -3
- package/dist/{Toolbar-BxYOXLmv.js.map → Toolbar-DEwvVf35.js.map} +1 -1
- package/dist/Toolbar.js +1 -1
- package/dist/beta.js +2 -2
- package/dist/components/Dialog/Dialog.d.ts +3 -3
- package/dist/components/Drawer/Drawer.d.ts +2 -2
- package/dist/components/Pagination/internal/Pagination.d.ts +3 -4
- package/dist/components/Pagination/internal/PaginationList.d.ts +1 -0
- package/dist/components/Pagination/internal/PaginationTotalCount.d.ts +2 -4
- package/dist/index.js +5 -5
- package/package.json +7 -7
- package/dist/Dialog-UzG6-s9H.js.map +0 -1
- package/dist/Drawer-BHK18NYm.js.map +0 -1
- package/dist/Pagination-CnF6yBr5.js.map +0 -1
package/dist/SearchField.css
CHANGED
|
@@ -1,34 +1,40 @@
|
|
|
1
1
|
@layer starter, reset, base, state, application;
|
|
2
2
|
@layer reset {
|
|
3
|
-
.
|
|
3
|
+
._searchfield_12ckm_2 input[type=search]::-webkit-search-cancel-button {
|
|
4
4
|
display: none;
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
7
|
@layer base {
|
|
8
|
-
.
|
|
8
|
+
._searchfield_12ckm_2 ._input-wrapper_12ckm_7 {
|
|
9
|
+
position: relative;
|
|
9
10
|
padding-inline-end: 0.5rem;
|
|
10
11
|
}
|
|
11
|
-
.
|
|
12
|
+
._searchfield_12ckm_2 ._input-wrapper_12ckm_7:has(._clear_12ckm_11:active) {
|
|
12
13
|
outline: 0.125rem solid var(--focus-ring-color, #0265DC);
|
|
13
14
|
outline-offset: 0.125rem;
|
|
14
15
|
}
|
|
15
|
-
.
|
|
16
|
+
._searchfield_12ckm_2 ._input-wrapper_12ckm_7 ._input_12ckm_7 {
|
|
16
17
|
padding-inline-end: 0.5rem;
|
|
17
18
|
}
|
|
18
|
-
.
|
|
19
|
+
._searchfield_12ckm_2 ._input-wrapper_12ckm_7 ._input_12ckm_7::-moz-placeholder {
|
|
19
20
|
color: var(--foreground-color-subdued, #737475);
|
|
20
21
|
}
|
|
21
|
-
.
|
|
22
|
+
._searchfield_12ckm_2 ._input-wrapper_12ckm_7 ._input_12ckm_7::placeholder {
|
|
22
23
|
color: var(--foreground-color-subdued, #737475);
|
|
23
24
|
}
|
|
24
|
-
.
|
|
25
|
+
._searchfield_12ckm_2 ._input-wrapper_12ckm_7 ._input_12ckm_7._input--has-value_12ckm_21 {
|
|
26
|
+
padding-inline-end: 2rem;
|
|
27
|
+
}
|
|
28
|
+
._searchfield_12ckm_2 ._clear_12ckm_11 {
|
|
29
|
+
position: absolute;
|
|
30
|
+
inset-inline-end: 0.5rem;
|
|
25
31
|
border-radius: 0.375rem;
|
|
26
32
|
padding: 0.25rem;
|
|
27
33
|
cursor: pointer;
|
|
28
34
|
}
|
|
29
35
|
}
|
|
30
36
|
@layer state {
|
|
31
|
-
.
|
|
37
|
+
._searchfield_12ckm_2 ._input-wrapper_12ckm_7:has(._clear_12ckm_11:active) {
|
|
32
38
|
outline: 0.125rem solid var(--focus-ring-color, #0265DC);
|
|
33
39
|
outline-offset: 0.125rem;
|
|
34
40
|
}
|
package/dist/SearchField.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { S as SearchField } from './SearchField-
|
|
1
|
+
export { S as SearchField } from './SearchField-CJAo8dE0.js';
|
|
2
2
|
//# sourceMappingURL=SearchField.js.map
|
package/dist/Table.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { D as DataTable, a as chipsFormatter, c as createColumnHelper, b as currencyFormatter, p as percentFormatter } from './DataTable-
|
|
1
|
+
export { D as DataTable, a as chipsFormatter, c as createColumnHelper, b as currencyFormatter, p as percentFormatter } from './DataTable-DSySFGWC.js';
|
|
2
2
|
//# sourceMappingURL=Table.js.map
|
|
@@ -22,13 +22,13 @@ import { S as SvgEvent } from './event-BEJFimi3.js';
|
|
|
22
22
|
import { D as DateTime } from './Calendar-CAYitkfM.js';
|
|
23
23
|
import { C as Chip } from './Chip-UqdorCE2.js';
|
|
24
24
|
import { L as ListView } from './ListView-D8mfK8Lu.js';
|
|
25
|
-
import { S as SearchField, a as SvgSearch } from './SearchField-
|
|
25
|
+
import { S as SearchField, a as SvgSearch } from './SearchField-CJAo8dE0.js';
|
|
26
26
|
import { u as useDateFieldSingleConversion, a as useDateFieldSingleState, M as MaskedDateInput, b as DateFieldSingleCalendar, D as DateFieldSingle } from './DateFieldSingle-DAtR8ImE.js';
|
|
27
27
|
import { u as useDateFieldRangeConversion, a as useDateFieldRangeState, M as MaskedDateRangeInput, b as DateFieldRangeCalendar, D as DateFieldRange } from './DateFieldRange-ZAic_9mt.js';
|
|
28
28
|
import { C as Checkbox } from './Checkbox-zAKOGEBl.js';
|
|
29
29
|
import { R as Radio } from './Radio-jj0-1dOg.js';
|
|
30
30
|
import { C as Combobox } from './Combobox-hxGMMb8x.js';
|
|
31
|
-
import { D as Drawer } from './Drawer-
|
|
31
|
+
import { D as Drawer } from './Drawer-GXeoK-r9.js';
|
|
32
32
|
import { d as BreakpointSm, c as BreakpointMd, b as BreakpointLg, a as BreakpointXl, B as BreakpointXxl } from './primitive-BByug0kD.js';
|
|
33
33
|
import { u as useMergeRefs } from './useMergeRefs-Dfmtq9cI.js';
|
|
34
34
|
import { u as useLayoutPropsUtil } from './useLayoutPropsUtil-BlIWftBb.js';
|
|
@@ -2121,4 +2121,4 @@ const Toolbar = Object.assign(ToolbarElement, {
|
|
|
2121
2121
|
});
|
|
2122
2122
|
|
|
2123
2123
|
export { Toolbar as T, ToolbarButton as a, ToolbarButtonToggle as b, ToolbarButtonLink as c, ToolbarSelect as d, ToolbarControlGroup as e, ToolbarSearchField as f, ToolbarElement as g };
|
|
2124
|
-
//# sourceMappingURL=Toolbar-
|
|
2124
|
+
//# sourceMappingURL=Toolbar-DEwvVf35.js.map
|