@servicetitan/anvil2 1.45.2 → 1.46.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 +12 -0
- package/dist/{Calendar-BK861SAW.js → Calendar-BQ5F2ENO.js} +2 -2
- package/dist/{Calendar-BK861SAW.js.map → Calendar-BQ5F2ENO.js.map} +1 -1
- package/dist/Calendar.js +1 -1
- package/dist/{Checkbox-ZphVb1l0.js → Checkbox-DDrmVC-u.js} +2 -2
- package/dist/{Checkbox-ZphVb1l0.js.map → Checkbox-DDrmVC-u.js.map} +1 -1
- package/dist/{Checkbox-CYNjFdtO.js → Checkbox-Dl4KTwEJ.js} +2 -2
- package/dist/{Checkbox-CYNjFdtO.js.map → Checkbox-Dl4KTwEJ.js.map} +1 -1
- package/dist/Checkbox.js +2 -2
- package/dist/{useInfiniteCombobox-BaYWUxjg.js → Combobox-B9nesJuc.js} +18 -185
- package/dist/Combobox-B9nesJuc.js.map +1 -0
- package/dist/Combobox.js +2 -1
- package/dist/Combobox.js.map +1 -1
- package/dist/{DateField-DnasO2rB.js → DateField-DXxPsRtf.js} +2 -2
- package/dist/{DateField-DnasO2rB.js.map → DateField-DXxPsRtf.js.map} +1 -1
- package/dist/DateField.js +1 -1
- package/dist/{DateFieldRange-Ba-8T-Nz.js → DateFieldRange-Xauviu1w.js} +6 -6
- package/dist/DateFieldRange-Xauviu1w.js.map +1 -0
- package/dist/DateFieldRange.js +1 -1
- package/dist/{DateFieldSingle-BBu5Hi9c.js → DateFieldSingle-yLnwpVzd.js} +4 -4
- package/dist/{DateFieldSingle-BBu5Hi9c.js.map → DateFieldSingle-yLnwpVzd.js.map} +1 -1
- package/dist/DateFieldSingle.js +1 -1
- package/dist/Dnd.js +1 -1
- package/dist/DndSort.js +1 -1
- package/dist/{ListView-DEAMQopB.js → ListView-pb3rIcze.js} +2 -2
- package/dist/{ListView-DEAMQopB.js.map → ListView-pb3rIcze.js.map} +1 -1
- package/dist/ListView.js +1 -1
- package/dist/{SearchField-BKXkoWPs.js → SearchField-Bb0uObwG.js} +2 -2
- package/dist/{SearchField-BKXkoWPs.js.map → SearchField-Bb0uObwG.js.map} +1 -1
- package/dist/SearchField.js +1 -1
- package/dist/{SelectCard-BWh8Yp7T.js → SelectCard-BTYZg9TG.js} +2 -2
- package/dist/{SelectCard-BWh8Yp7T.js.map → SelectCard-BTYZg9TG.js.map} +1 -1
- package/dist/SelectCard.js +1 -1
- package/dist/Toolbar-D4zuUFhb.js +2077 -0
- package/dist/Toolbar-D4zuUFhb.js.map +1 -0
- package/dist/Toolbar.css +139 -28
- package/dist/Toolbar.d.ts +3 -3
- package/dist/Toolbar.js +1 -1
- package/dist/beta/components/Toolbar/Filters/FilterButton.d.ts +30 -0
- package/dist/beta/components/Toolbar/Filters/FilterDateRange.d.ts +37 -0
- package/dist/beta/components/Toolbar/Filters/FilterDateSingle.d.ts +30 -0
- package/dist/beta/components/Toolbar/Filters/FilterDrawer.d.ts +15 -0
- package/dist/beta/components/Toolbar/Filters/FilterGroup.d.ts +25 -0
- package/dist/beta/components/Toolbar/Filters/FilterItemWrapper.d.ts +24 -0
- package/dist/beta/components/Toolbar/Filters/FilterSelect.d.ts +29 -0
- package/dist/beta/components/Toolbar/Filters/FilterToggleButton.d.ts +24 -0
- package/dist/beta/components/Toolbar/Filters/internal/FilterGroupContext.d.ts +40 -0
- package/dist/beta/components/Toolbar/Filters/internal/types.d.ts +130 -0
- package/dist/beta/components/Toolbar/Filters/internal/utils/filter-state.d.ts +40 -0
- package/dist/beta/components/Toolbar/Filters/internal/utils/test.d.ts +57 -0
- package/dist/beta/components/Toolbar/Toolbar.d.ts +302 -0
- package/dist/beta/components/Toolbar/ToolbarButton.d.ts +41 -0
- package/dist/beta/components/Toolbar/ToolbarButtonLink.d.ts +43 -0
- package/dist/beta/components/Toolbar/ToolbarButtonToggle.d.ts +42 -0
- package/dist/beta/components/Toolbar/ToolbarControlGroup.d.ts +20 -0
- package/dist/beta/components/Toolbar/ToolbarSearchField.d.ts +20 -0
- package/dist/beta/components/Toolbar/ToolbarSelect.d.ts +108 -0
- package/dist/beta/components/Toolbar/index.d.ts +9 -0
- package/dist/beta/components/Toolbar/internal/ToolbarItemOverflowContext.d.ts +19 -0
- package/dist/beta/components/Toolbar/internal/ToolbarItemWrapper.d.ts +40 -0
- package/dist/beta/components/Toolbar/internal/ToolbarOverflowContext.d.ts +35 -0
- package/dist/beta/components/Toolbar/internal/ToolbarOverflowMenu.d.ts +29 -0
- package/dist/beta/components/Toolbar/internal/utils/accessibility.d.ts +26 -0
- package/dist/beta/components/Toolbar/internal/utils/test.d.ts +29 -0
- package/dist/beta/components/Toolbar/types.d.ts +50 -0
- package/dist/beta/components/index.d.ts +1 -0
- package/dist/beta/index.d.ts +1 -0
- package/dist/beta.d.ts +2 -0
- package/dist/beta.js +2 -0
- package/dist/beta.js.map +1 -0
- package/dist/components/Combobox/ComboboxTypes.d.ts +8 -0
- package/dist/components/DateFieldRange/internal/DateFieldRangeCalendar.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts +1 -1
- package/dist/{indeterminate_check_box-Bg24oeHy.js → indeterminate_check_box-RY9zr3xS.js} +17 -17
- package/dist/{indeterminate_check_box-Bg24oeHy.js.map → indeterminate_check_box-RY9zr3xS.js.map} +1 -1
- package/dist/indeterminate_check_box.css +72 -66
- package/dist/{index-CqdP5W00.js → index-V5Ez2gq_.js} +2 -2
- package/dist/{index-CqdP5W00.js.map → index-V5Ez2gq_.js.map} +1 -1
- package/dist/index.css +125 -26
- package/dist/index.js +756 -24
- package/dist/index.js.map +1 -1
- package/dist/index2.css +88 -105
- package/dist/internal/hooks/index.d.ts +1 -0
- package/dist/internal/hooks/useContainerQuery/index.d.ts +1 -0
- package/dist/internal/hooks/useContainerQuery/useContainerQuery.d.ts +46 -0
- package/dist/{useDateFieldOrchestration-DPLftOxu.js → useDateFieldOrchestration-BNJCsRkS.js} +2 -2
- package/dist/{useDateFieldOrchestration-DPLftOxu.js.map → useDateFieldOrchestration-BNJCsRkS.js.map} +1 -1
- package/dist/useInfiniteCombobox-WcRgC9p6.js +179 -0
- package/dist/useInfiniteCombobox-WcRgC9p6.js.map +1 -0
- package/dist/useIntersectionObserver-BEmMDO3P.js +70 -0
- package/dist/useIntersectionObserver-BEmMDO3P.js.map +1 -0
- package/package.json +2 -1
- package/dist/DateFieldRange-Ba-8T-Nz.js.map +0 -1
- package/dist/Toolbar-DK7tXy_W.js +0 -807
- package/dist/Toolbar-DK7tXy_W.js.map +0 -1
- package/dist/useInfiniteCombobox-BaYWUxjg.js.map +0 -1
- /package/dist/{useInfiniteCombobox.css → Combobox.css} +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ToolbarItemProps } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Props for the ToolbarItemWrapper component
|
|
4
|
+
*/
|
|
5
|
+
export type ToolbarItemWrapperProps = {
|
|
6
|
+
/**
|
|
7
|
+
* Toolbar item configuration without ID (ID is generated internally)
|
|
8
|
+
*/
|
|
9
|
+
item: Omit<ToolbarItemProps, "id">;
|
|
10
|
+
/**
|
|
11
|
+
* The toolbar item component to wrap
|
|
12
|
+
*/
|
|
13
|
+
children: React.ReactNode;
|
|
14
|
+
/** Optional override for the intersection observer root element */
|
|
15
|
+
observerRoot?: Element | null;
|
|
16
|
+
/** Optional override for visibility change handling */
|
|
17
|
+
onVisibilityChange?: (isVisible: boolean) => void;
|
|
18
|
+
/** Optional margin offset for the intersection observer root */
|
|
19
|
+
rootMargin?: string;
|
|
20
|
+
/** Optional class name to apply to the wrapper element */
|
|
21
|
+
className?: string;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* ToolbarItemWrapper manages item visibility and focus behavior within a toolbar.
|
|
25
|
+
*
|
|
26
|
+
* Features:
|
|
27
|
+
* - Intersection observation for overflow detection
|
|
28
|
+
* - Automatic overflow menu integration in collapse mode
|
|
29
|
+
* - Focus management and keyboard navigation
|
|
30
|
+
* - ARIA compliance for accessibility
|
|
31
|
+
* - Visibility state management
|
|
32
|
+
* - Proper tab index handling
|
|
33
|
+
* - Context integration with toolbar state
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* <ToolbarItemWrapper item={{ itemType: "button", itemProps: buttonProps }}>
|
|
37
|
+
* <ToolbarButton {...buttonProps} />
|
|
38
|
+
* </ToolbarItemWrapper>
|
|
39
|
+
*/
|
|
40
|
+
export declare const ToolbarItemWrapper: ({ item, children, observerRoot, onVisibilityChange, rootMargin, className, }: ToolbarItemWrapperProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { ToolbarItemProps, ToolbarOverflowTypes } from '../types';
|
|
3
|
+
/**
|
|
4
|
+
* Context for sharing toolbar state with child components for overflow handling
|
|
5
|
+
*/
|
|
6
|
+
export type ToolbarOverFlowContextProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Array of toolbar items that should appear in the overflow menu
|
|
9
|
+
*/
|
|
10
|
+
overflowItems: ToolbarItemProps[];
|
|
11
|
+
/**
|
|
12
|
+
* Function to add an item to the overflow menu
|
|
13
|
+
*/
|
|
14
|
+
addItem: (element: ToolbarItemProps) => void;
|
|
15
|
+
/**
|
|
16
|
+
* Function to remove an item from the overflow menu
|
|
17
|
+
*/
|
|
18
|
+
removeItem: (element: ToolbarItemProps) => void;
|
|
19
|
+
/**
|
|
20
|
+
* Reference to the toolbar container element
|
|
21
|
+
*/
|
|
22
|
+
toolbarRef: RefObject<HTMLDivElement>;
|
|
23
|
+
/**
|
|
24
|
+
* Array of item IDs in their original order
|
|
25
|
+
*/
|
|
26
|
+
orderedIds?: string[];
|
|
27
|
+
/**
|
|
28
|
+
* Overflow behavior type (wrap or collapse)
|
|
29
|
+
*/
|
|
30
|
+
overflow: ToolbarOverflowTypes;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Context for managing toolbar overflow state and operations
|
|
34
|
+
*/
|
|
35
|
+
export declare const ToolbarOverflowContext: import('react').Context<ToolbarOverFlowContextProps>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Props for the ToolbarOverflowMenu component
|
|
4
|
+
*/
|
|
5
|
+
export type ToolbarOverflowMenuProps = {
|
|
6
|
+
/**
|
|
7
|
+
* Additional items to display in the overflow menu
|
|
8
|
+
*/
|
|
9
|
+
additionalItems?: ReactElement[];
|
|
10
|
+
/**
|
|
11
|
+
* Direction of the parent toolbar
|
|
12
|
+
* @default horizontal
|
|
13
|
+
*/
|
|
14
|
+
direction?: "vertical" | "horizontal";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* ToolbarOverflowMenu component displays toolbar items that don't fit in the main toolbar.
|
|
18
|
+
*
|
|
19
|
+
* Features:
|
|
20
|
+
* - Automatic rendering when items overflow in collapse mode
|
|
21
|
+
* - Maintains consistent item ordering with the main toolbar
|
|
22
|
+
* - Preserves item state between toolbar and overflow menu
|
|
23
|
+
* - Provides accessible navigation with keyboard and screen readers
|
|
24
|
+
* - Adapts to both horizontal and vertical toolbar layouts
|
|
25
|
+
* - Context-aware rendering for child components
|
|
26
|
+
* - Proper ARIA menu semantics
|
|
27
|
+
* - Keyboard navigation support
|
|
28
|
+
*/
|
|
29
|
+
export declare const ToolbarOverflowMenu: ({ additionalItems, direction, }: ToolbarOverflowMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { KeyboardEvent } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Gets all visible focusable elements for a specific toolbar instance.
|
|
4
|
+
* Filters out hidden items and includes the overflow trigger if present.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getToolbarElements(toolbarElement: HTMLElement): Element[];
|
|
7
|
+
/**
|
|
8
|
+
* Updates tabindex values for all items in a toolbar.
|
|
9
|
+
* Sets tabindex="0" for the active item and tabindex="-1" for all others.
|
|
10
|
+
*/
|
|
11
|
+
export declare function updateToolbarItemsTabIndex(toolbarElement: HTMLElement, activeItem?: Element | number): Element | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* Handles keyboard navigation within the toolbar component following ARIA practices.
|
|
14
|
+
*
|
|
15
|
+
* Navigation behavior:
|
|
16
|
+
* - Left/Right arrows move focus in horizontal toolbars
|
|
17
|
+
* - Up/Down arrows move focus in vertical toolbars
|
|
18
|
+
* - Home/End move to first/last items
|
|
19
|
+
* - Navigation wraps around at the ends
|
|
20
|
+
* - Only visible items are included in navigation
|
|
21
|
+
*/
|
|
22
|
+
export declare function handleToolbarKeyDown(event: KeyboardEvent<HTMLElement>, toolbarElement: HTMLElement): void;
|
|
23
|
+
/**
|
|
24
|
+
* Handles keyboard navigation within overflow menu using arrow keys
|
|
25
|
+
*/
|
|
26
|
+
export declare const handleMenuKeyboardNavigation: (event: KeyboardEvent<HTMLUListElement>) => void;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ToolbarOverflowTypes } from '../../types';
|
|
3
|
+
export declare const withOverflowItemContext: (children: ReactNode, isInOverflowMenu?: boolean) => import('react').FunctionComponentElement<import('react').ProviderProps<{
|
|
4
|
+
isInOverflowMenu: boolean;
|
|
5
|
+
}>>;
|
|
6
|
+
export declare const createMockOverflowContext: (overrides?: {}) => {
|
|
7
|
+
overflowItems: never[];
|
|
8
|
+
orderedIds: never[];
|
|
9
|
+
addItem: import('vitest').Mock<(...args: any[]) => any>;
|
|
10
|
+
removeItem: import('vitest').Mock<(...args: any[]) => any>;
|
|
11
|
+
toolbarRef: {
|
|
12
|
+
current: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
overflow: ToolbarOverflowTypes;
|
|
15
|
+
};
|
|
16
|
+
export declare const withToolbarOverflowContext: (children: ReactNode, contextValue?: {
|
|
17
|
+
overflowItems: never[];
|
|
18
|
+
orderedIds: never[];
|
|
19
|
+
addItem: import('vitest').Mock<(...args: any[]) => any>;
|
|
20
|
+
removeItem: import('vitest').Mock<(...args: any[]) => any>;
|
|
21
|
+
toolbarRef: {
|
|
22
|
+
current: HTMLDivElement;
|
|
23
|
+
};
|
|
24
|
+
overflow: ToolbarOverflowTypes;
|
|
25
|
+
}) => import('react').FunctionComponentElement<import('react').ProviderProps<import('../ToolbarOverflowContext').ToolbarOverFlowContextProps>>;
|
|
26
|
+
export declare const mockIntersectionObserver: import('vitest').Mock<(...args: any[]) => any>;
|
|
27
|
+
export declare const observerMap: Map<any, any>;
|
|
28
|
+
export declare const createIntersectionEntry: (element: Element, isIntersecting: boolean) => IntersectionObserverEntry;
|
|
29
|
+
export declare const setupIntersectionObserver: () => void;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ButtonAppearance } from '../../../types';
|
|
2
|
+
import { IconProps } from '../../../components/Icon';
|
|
3
|
+
import { ToolbarButtonProps } from './ToolbarButton';
|
|
4
|
+
import { ToolbarButtonLinkProps } from './ToolbarButtonLink';
|
|
5
|
+
import { ToolbarButtonToggleProps } from './ToolbarButtonToggle';
|
|
6
|
+
import { ToolbarSelectProps } from './ToolbarSelect';
|
|
7
|
+
/**
|
|
8
|
+
* Toolbar overflow options
|
|
9
|
+
*/
|
|
10
|
+
export type ToolbarOverflowTypes = "wrap" | "collapse";
|
|
11
|
+
/**
|
|
12
|
+
* Toolbar item appearance options
|
|
13
|
+
*/
|
|
14
|
+
export type ToolbarItemAppearance = Extract<ButtonAppearance, "ghost" | "primary">;
|
|
15
|
+
/**
|
|
16
|
+
* Types of toolbar item
|
|
17
|
+
*/
|
|
18
|
+
export type ToolbarItemTypes = "button" | "buttonToggle" | "buttonLink" | "select";
|
|
19
|
+
/**
|
|
20
|
+
* Props for item in the toolbar overflow menu
|
|
21
|
+
*/
|
|
22
|
+
export type CombinedToolbarItemProps = ToolbarButtonProps | ToolbarButtonToggleProps | ToolbarButtonLinkProps | ToolbarSelectProps;
|
|
23
|
+
/**
|
|
24
|
+
* Props for a toolbar item
|
|
25
|
+
*/
|
|
26
|
+
export type ToolbarItemProps = {
|
|
27
|
+
itemType: ToolbarItemTypes;
|
|
28
|
+
itemProps: CombinedToolbarItemProps;
|
|
29
|
+
id?: string;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* TODO:
|
|
33
|
+
* This should actually be on the Button component itself to enforce the accessibility rules.
|
|
34
|
+
* This could be a breaking change though, so we should consider moving this to the Button component in the future.
|
|
35
|
+
*
|
|
36
|
+
* Generic type that adds accessibility requirements to any base props type.
|
|
37
|
+
* This enforces proper accessibility for both buttons and toggles.
|
|
38
|
+
*/
|
|
39
|
+
export type WithAriaLabelEnforcement<T> = (T & {
|
|
40
|
+
children?: never;
|
|
41
|
+
icon: IconProps["svg"] | {
|
|
42
|
+
before: IconProps["svg"];
|
|
43
|
+
} | {
|
|
44
|
+
after: IconProps["svg"];
|
|
45
|
+
};
|
|
46
|
+
"aria-label": string;
|
|
47
|
+
}) | (T & {
|
|
48
|
+
children: React.ReactNode;
|
|
49
|
+
"aria-label"?: string;
|
|
50
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Toolbar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|
package/dist/beta.d.ts
ADDED
package/dist/beta.js
ADDED
package/dist/beta.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"beta.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -284,6 +284,14 @@ export type ComboboxTriggerProps<Item = any> = Omit<TextFieldProps, "disabled" |
|
|
|
284
284
|
maxRows?: number;
|
|
285
285
|
/** Allows Combobox/Select to display custom-colored Chips */
|
|
286
286
|
selectedItemProps?: (item: Item) => Partial<ChipProps>;
|
|
287
|
+
/**
|
|
288
|
+
* Called when the clear (close) button is clicked.
|
|
289
|
+
* @remarks This prop completely replaces the default clear behavior (reset/selectItem).
|
|
290
|
+
* Only use this when you need complete control over the combobox state, such as in
|
|
291
|
+
* FilterSelect components where the implementor manages all item filtering and selection.
|
|
292
|
+
* This should only be used with the disableFilter prop.
|
|
293
|
+
*/
|
|
294
|
+
onClear?: () => void;
|
|
287
295
|
} & {
|
|
288
296
|
/** @deprecated use disabled in <Combobox /> */
|
|
289
297
|
disabled?: boolean;
|
|
@@ -2,7 +2,7 @@ import { DateTime, WeekdayNumbers } from 'luxon';
|
|
|
2
2
|
export type DateFieldRangeCalendarProps = {
|
|
3
3
|
startDate: DateTime | null;
|
|
4
4
|
endDate: DateTime | null;
|
|
5
|
-
onKeyDown
|
|
5
|
+
onKeyDown?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
|
|
6
6
|
onSelection: ({ startDate, endDate, }: {
|
|
7
7
|
startDate: DateTime | null;
|
|
8
8
|
endDate: DateTime | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Dialog as default, Dialog, type DialogProps
|
|
1
|
+
export { Dialog as default, Dialog, type DialogProps } from './Dialog';
|
|
2
2
|
export { DialogCancelButton, type DialogCancelButtonProps, } from './DialogCancelButton';
|
|
3
3
|
export { DialogContent, type DialogContentProps } from './DialogContent';
|
|
4
4
|
export { DialogFooter, type DialogFooterProps } from './DialogFooter';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
|
|
3
|
-
import './indeterminate_check_box.css';const checkbox = "
|
|
4
|
-
const wrapper = "
|
|
5
|
-
const error = "
|
|
6
|
-
const label = "
|
|
7
|
-
const legend = "
|
|
8
|
-
const children = "
|
|
3
|
+
import './indeterminate_check_box.css';const checkbox = "_checkbox_19qga_8";
|
|
4
|
+
const wrapper = "_wrapper_19qga_23";
|
|
5
|
+
const error = "_error_19qga_103";
|
|
6
|
+
const label = "_label_19qga_215";
|
|
7
|
+
const legend = "_legend_19qga_247";
|
|
8
|
+
const children = "_children_19qga_259";
|
|
9
9
|
const checkboxStyles = {
|
|
10
10
|
checkbox: checkbox,
|
|
11
11
|
wrapper: wrapper,
|
|
12
|
-
"required-asterisk": "_required-
|
|
13
|
-
"focus-label": "_focus-
|
|
14
|
-
"icon-wrapper": "_icon-
|
|
15
|
-
"helper-wrapper": "_helper-
|
|
16
|
-
"icon-indeterminate": "_icon-
|
|
17
|
-
"icon-unchecked": "_icon-
|
|
18
|
-
"icon-checked": "_icon-
|
|
12
|
+
"required-asterisk": "_required-asterisk_19qga_37",
|
|
13
|
+
"focus-label": "_focus-label_19qga_41",
|
|
14
|
+
"icon-wrapper": "_icon-wrapper_19qga_47",
|
|
15
|
+
"helper-wrapper": "_helper-wrapper_19qga_80",
|
|
16
|
+
"icon-indeterminate": "_icon-indeterminate_19qga_85",
|
|
17
|
+
"icon-unchecked": "_icon-unchecked_19qga_86",
|
|
18
|
+
"icon-checked": "_icon-checked_19qga_87",
|
|
19
19
|
error: error,
|
|
20
|
-
"sr-only": "_sr-
|
|
21
|
-
"checkbox-group": "_checkbox-
|
|
20
|
+
"sr-only": "_sr-only_19qga_201",
|
|
21
|
+
"checkbox-group": "_checkbox-group_19qga_215",
|
|
22
22
|
label: label,
|
|
23
|
-
"direction-row": "_direction-
|
|
23
|
+
"direction-row": "_direction-row_19qga_215",
|
|
24
24
|
legend: legend,
|
|
25
25
|
children: children
|
|
26
26
|
};
|
|
@@ -32,4 +32,4 @@ const SvgCheckBox = (props) => /* @__PURE__ */ React.createElement("svg", { xmln
|
|
|
32
32
|
const SvgIndeterminateCheckBox = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 10H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z" }));
|
|
33
33
|
|
|
34
34
|
export { SvgIndeterminateCheckBox as S, SvgCheckBox as a, SvgCheckBoxOutlineBlank as b, checkboxStyles as c };
|
|
35
|
-
//# sourceMappingURL=indeterminate_check_box-
|
|
35
|
+
//# sourceMappingURL=indeterminate_check_box-RY9zr3xS.js.map
|
package/dist/{indeterminate_check_box-Bg24oeHy.js.map → indeterminate_check_box-RY9zr3xS.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indeterminate_check_box-
|
|
1
|
+
{"version":3,"file":"indeterminate_check_box-RY9zr3xS.js","sources":["../../hammer-icon/mdi/round/check_box_outline_blank.svg","../../hammer-icon/mdi/round/check_box.svg","../../hammer-icon/mdi/round/indeterminate_check_box.svg"],"sourcesContent":["import * as React from \"react\";\nconst SvgCheckBoxOutlineBlank = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: \"1em\", height: \"1em\", viewBox: \"0 0 24 24\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z\" }));\nexport default SvgCheckBoxOutlineBlank;\n","import * as React from \"react\";\nconst SvgCheckBox = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: \"1em\", height: \"1em\", viewBox: \"0 0 24 24\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.29 13.29a.996.996 0 0 1-1.41 0L5.71 12.7a.996.996 0 1 1 1.41-1.41L10 14.17l6.88-6.88a.996.996 0 1 1 1.41 1.41l-7.58 7.59z\" }));\nexport default SvgCheckBox;\n","import * as React from \"react\";\nconst SvgIndeterminateCheckBox = (props) => /* @__PURE__ */ React.createElement(\"svg\", { xmlns: \"http://www.w3.org/2000/svg\", width: \"1em\", height: \"1em\", viewBox: \"0 0 24 24\", ...props }, /* @__PURE__ */ React.createElement(\"path\", { d: \"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 10H8c-.55 0-1-.45-1-1s.45-1 1-1h8c.55 0 1 .45 1 1s-.45 1-1 1z\" }));\nexport default SvgIndeterminateCheckBox;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AACK,MAAC,uBAAuB,GAAG,CAAC,KAAK,qBAAqB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,4BAA4B,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,KAAK,EAAE,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,+JAA+J,EAAE,CAAC;;ACA1Y,MAAC,WAAW,GAAG,CAAC,KAAK,qBAAqB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,4BAA4B,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,KAAK,EAAE,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,2MAA2M,EAAE,CAAC;;ACA1a,MAAC,wBAAwB,GAAG,CAAC,KAAK,qBAAqB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,4BAA4B,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,KAAK,EAAE,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,+IAA+I,EAAE,CAAC;;;;"}
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
@layer starter, reset, base, state, application;
|
|
2
|
+
/* REVERT LAYER BUGFIX START */
|
|
3
|
+
[data-anv=checkbox-group] > legend {
|
|
4
|
+
all: revert-layer;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
/* REVERT LAYER BUGFIX END */
|
|
2
8
|
@layer reset {
|
|
3
|
-
.
|
|
9
|
+
._checkbox_19qga_8 {
|
|
4
10
|
all: unset;
|
|
5
11
|
font-family: var(--font-family-base, "Nunito Sans", sans-serif);
|
|
6
12
|
font-size: 100%;
|
|
@@ -15,12 +21,12 @@
|
|
|
15
21
|
}
|
|
16
22
|
}
|
|
17
23
|
@layer base {
|
|
18
|
-
.
|
|
24
|
+
._wrapper_19qga_23 {
|
|
19
25
|
display: inline-flex;
|
|
20
26
|
flex-direction: column;
|
|
21
27
|
gap: 0.25rem;
|
|
22
28
|
}
|
|
23
|
-
.
|
|
29
|
+
._checkbox_19qga_8 {
|
|
24
30
|
display: inline-flex;
|
|
25
31
|
align-items: flex-start;
|
|
26
32
|
gap: 0.5rem;
|
|
@@ -29,17 +35,17 @@
|
|
|
29
35
|
font-size: 1rem;
|
|
30
36
|
line-height: 1.5;
|
|
31
37
|
}
|
|
32
|
-
.
|
|
38
|
+
._checkbox_19qga_8 ._required-asterisk_19qga_37 {
|
|
33
39
|
margin-inline-start: 0.25rem;
|
|
34
40
|
color: var(--foreground-color-danger, #e13212);
|
|
35
41
|
}
|
|
36
|
-
.
|
|
42
|
+
._checkbox_19qga_8 ._focus-label_19qga_41 {
|
|
37
43
|
border-radius: 0.75rem;
|
|
38
44
|
outline: 0 solid var(--focus-ring-color, #0265DC);
|
|
39
45
|
outline-offset: 2px;
|
|
40
46
|
transition: background-color 200ms cubic-bezier(0, 0, 0.4, 1), outline 200ms cubic-bezier(0, 0, 0.4, 1);
|
|
41
47
|
}
|
|
42
|
-
.
|
|
48
|
+
._checkbox_19qga_8 ._icon-wrapper_19qga_47 {
|
|
43
49
|
display: inline-flex;
|
|
44
50
|
border-radius: 0.3125rem;
|
|
45
51
|
background-color: transparent;
|
|
@@ -47,7 +53,7 @@
|
|
|
47
53
|
position: relative;
|
|
48
54
|
outline: 0 solid var(--focus-ring-color, #0265DC);
|
|
49
55
|
}
|
|
50
|
-
.
|
|
56
|
+
._checkbox_19qga_8 ._icon-wrapper_19qga_47::before {
|
|
51
57
|
position: absolute;
|
|
52
58
|
width: 100%;
|
|
53
59
|
height: 100%;
|
|
@@ -62,7 +68,7 @@
|
|
|
62
68
|
pointer-events: none;
|
|
63
69
|
border-radius: inherit;
|
|
64
70
|
}
|
|
65
|
-
.
|
|
71
|
+
._checkbox_19qga_8 input {
|
|
66
72
|
border: 0;
|
|
67
73
|
clip: rect(0, 0, 0, 0);
|
|
68
74
|
height: 1px;
|
|
@@ -74,128 +80,128 @@
|
|
|
74
80
|
white-space: nowrap;
|
|
75
81
|
width: 1px;
|
|
76
82
|
}
|
|
77
|
-
._helper-
|
|
83
|
+
._helper-wrapper_19qga_80 {
|
|
78
84
|
margin-inline-start: 2rem;
|
|
79
85
|
}
|
|
80
86
|
}
|
|
81
87
|
@layer state {
|
|
82
|
-
.
|
|
83
|
-
.
|
|
84
|
-
.
|
|
88
|
+
._checkbox_19qga_8 ._icon-indeterminate_19qga_85,
|
|
89
|
+
._checkbox_19qga_8 ._icon-unchecked_19qga_86,
|
|
90
|
+
._checkbox_19qga_8 ._icon-checked_19qga_87 {
|
|
85
91
|
border-radius: 0.1875rem;
|
|
86
92
|
}
|
|
87
|
-
.
|
|
88
|
-
.
|
|
93
|
+
._checkbox_19qga_8 ._icon-checked_19qga_87,
|
|
94
|
+
._checkbox_19qga_8 ._icon-indeterminate_19qga_85 {
|
|
89
95
|
color: var(--checkbox-checked-fill-color-default, #0265DC);
|
|
90
96
|
display: none;
|
|
91
97
|
}
|
|
92
|
-
.
|
|
93
|
-
.
|
|
98
|
+
._checkbox_19qga_8 ._icon-checked_19qga_87:hover,
|
|
99
|
+
._checkbox_19qga_8 ._icon-indeterminate_19qga_85:hover {
|
|
94
100
|
color: var(--checkbox-checked-fill-color-hover, rgba(0, 75, 160, 0.8196078431));
|
|
95
101
|
}
|
|
96
|
-
.
|
|
97
|
-
.
|
|
102
|
+
._checkbox_19qga_8 ._icon-checked_19qga_87:active,
|
|
103
|
+
._checkbox_19qga_8 ._icon-indeterminate_19qga_85:active {
|
|
98
104
|
color: var(--checkbox-checked-fill-color-active, rgba(1, 81, 175, 0.7215686275));
|
|
99
105
|
}
|
|
100
|
-
.
|
|
106
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-wrapper_19qga_47 {
|
|
101
107
|
outline-color: var(--focus-ring-color-danger, #e13212);
|
|
102
108
|
}
|
|
103
|
-
.
|
|
104
|
-
.
|
|
105
|
-
.
|
|
109
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-indeterminate_19qga_85,
|
|
110
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-unchecked_19qga_86,
|
|
111
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-checked_19qga_87 {
|
|
106
112
|
color: var(--checkbox-checked-error-fill-color-default, #e13212);
|
|
107
113
|
}
|
|
108
|
-
.
|
|
109
|
-
.
|
|
110
|
-
.
|
|
114
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-indeterminate_19qga_85:hover,
|
|
115
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-unchecked_19qga_86:hover,
|
|
116
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-checked_19qga_87:hover {
|
|
111
117
|
color: var(--checkbox-checked-error-fill-color-hover, #bf2a00);
|
|
112
118
|
}
|
|
113
|
-
.
|
|
114
|
-
.
|
|
115
|
-
.
|
|
119
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-indeterminate_19qga_85:active,
|
|
120
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-unchecked_19qga_86:active,
|
|
121
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-checked_19qga_87:active {
|
|
116
122
|
color: var(--checkbox-checked-error-fill-color-active, #bf2a00);
|
|
117
123
|
}
|
|
118
|
-
.
|
|
119
|
-
.
|
|
124
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-checked_19qga_87,
|
|
125
|
+
._checkbox_19qga_8._error_19qga_103 ._icon-indeterminate_19qga_85 {
|
|
120
126
|
display: none;
|
|
121
127
|
}
|
|
122
|
-
.
|
|
128
|
+
._checkbox_19qga_8:hover {
|
|
123
129
|
cursor: pointer;
|
|
124
130
|
}
|
|
125
|
-
.
|
|
131
|
+
._checkbox_19qga_8:hover:has(input:not(:disabled)) ._icon-wrapper_19qga_47 {
|
|
126
132
|
background-color: var(--checkbox-unchecked-background-color-hover, rgba(20, 20, 20, 0.0784313725));
|
|
127
133
|
}
|
|
128
|
-
.
|
|
134
|
+
._checkbox_19qga_8:hover:has(input:not(:disabled):checked) ._icon-wrapper_19qga_47 {
|
|
129
135
|
background-color: var(--checkbox-checked-background-color-hover, rgba(2, 101, 220, 0.0784313725));
|
|
130
136
|
}
|
|
131
|
-
.
|
|
137
|
+
._checkbox_19qga_8 input[data-interactive=hover]:not(:disabled) ~ ._icon-wrapper_19qga_47 {
|
|
132
138
|
background-color: var(--checkbox-unchecked-background-color-hover, rgba(20, 20, 20, 0.0784313725));
|
|
133
139
|
}
|
|
134
|
-
.
|
|
140
|
+
._checkbox_19qga_8 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_19qga_47 {
|
|
135
141
|
background-color: var(--checkbox-checked-background-color-hover, rgba(2, 101, 220, 0.0784313725));
|
|
136
142
|
}
|
|
137
|
-
.
|
|
138
|
-
.
|
|
143
|
+
._checkbox_19qga_8 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_19qga_47 ._icon-checked_19qga_87,
|
|
144
|
+
._checkbox_19qga_8 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_19qga_47 ._icon-indeterminate_19qga_85 {
|
|
139
145
|
color: var(--checkbox-checked-fill-color-hover, rgba(0, 75, 160, 0.8196078431));
|
|
140
146
|
}
|
|
141
|
-
.
|
|
147
|
+
._checkbox_19qga_8._error_19qga_103:hover {
|
|
142
148
|
cursor: pointer;
|
|
143
149
|
}
|
|
144
|
-
.
|
|
150
|
+
._checkbox_19qga_8._error_19qga_103:hover:has(input:not(:disabled)) ._icon-wrapper_19qga_47 {
|
|
145
151
|
background-color: var(--checkbox-unchecked-error-background-color-hover, rgba(225, 50, 18, 0.0588235294));
|
|
146
152
|
}
|
|
147
|
-
.
|
|
153
|
+
._checkbox_19qga_8._error_19qga_103:hover:has(input:not(:disabled):checked) ._icon-wrapper_19qga_47 {
|
|
148
154
|
background-color: var(--checkbox-checked-error-background-color-hover, rgba(225, 50, 18, 0.0588235294));
|
|
149
155
|
}
|
|
150
|
-
.
|
|
156
|
+
._checkbox_19qga_8._error_19qga_103 input[data-interactive=hover]:not(:disabled) ~ ._icon-wrapper_19qga_47 {
|
|
151
157
|
background-color: var(--checkbox-unchecked-error-background-color-hover, rgba(225, 50, 18, 0.0588235294));
|
|
152
158
|
}
|
|
153
|
-
.
|
|
159
|
+
._checkbox_19qga_8._error_19qga_103 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_19qga_47 {
|
|
154
160
|
background-color: var(--checkbox-checked-error-background-color-hover, rgba(225, 50, 18, 0.0588235294));
|
|
155
161
|
}
|
|
156
|
-
.
|
|
157
|
-
.
|
|
162
|
+
._checkbox_19qga_8._error_19qga_103 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_19qga_47 ._icon-checked_19qga_87,
|
|
163
|
+
._checkbox_19qga_8._error_19qga_103 input[data-interactive=hover]:not(:disabled):checked ~ ._icon-wrapper_19qga_47 ._icon-indeterminate_19qga_85 {
|
|
158
164
|
color: var(--checkbox-checked-error-fill-color-hover, #bf2a00);
|
|
159
165
|
}
|
|
160
|
-
.
|
|
161
|
-
.
|
|
166
|
+
._checkbox_19qga_8 input:focus-visible ~ ._icon-wrapper_19qga_47,
|
|
167
|
+
._checkbox_19qga_8 input:focus-visible ~ ._focus-label_19qga_41 {
|
|
162
168
|
outline-width: 0.125rem;
|
|
163
169
|
}
|
|
164
|
-
.
|
|
165
|
-
.
|
|
170
|
+
._checkbox_19qga_8 input[data-interactive=focus-visible]:not(:disabled) ~ ._icon-wrapper_19qga_47,
|
|
171
|
+
._checkbox_19qga_8 input[data-interactive=focus-visible]:not(:disabled) ~ ._focus-label_19qga_41 {
|
|
166
172
|
outline-width: 0.125rem;
|
|
167
173
|
}
|
|
168
|
-
.
|
|
174
|
+
._checkbox_19qga_8 input:checked ~ ._icon-wrapper_19qga_47 ._icon-unchecked_19qga_86 {
|
|
169
175
|
display: none;
|
|
170
176
|
}
|
|
171
|
-
.
|
|
177
|
+
._checkbox_19qga_8 input:checked ~ ._icon-wrapper_19qga_47 ._icon-checked_19qga_87 {
|
|
172
178
|
display: inline-flex;
|
|
173
179
|
}
|
|
174
|
-
.
|
|
180
|
+
._checkbox_19qga_8 input:checked:focus-visible ~ ._icon-wrapper_19qga_47, ._checkbox_19qga_8 input:checked:focus-visible ~ ._focus-label_19qga_41 {
|
|
175
181
|
outline-width: 0.125rem;
|
|
176
182
|
}
|
|
177
|
-
.
|
|
183
|
+
._checkbox_19qga_8 input[aria-checked=mixed] ~ ._icon-wrapper_19qga_47 ._icon-checked_19qga_87, ._checkbox_19qga_8 input[aria-checked=mixed] ~ ._icon-wrapper_19qga_47 ._icon-unchecked_19qga_86 {
|
|
178
184
|
display: none;
|
|
179
185
|
}
|
|
180
|
-
.
|
|
186
|
+
._checkbox_19qga_8 input[aria-checked=mixed] ~ ._icon-wrapper_19qga_47 ._icon-indeterminate_19qga_85 {
|
|
181
187
|
display: inline-flex;
|
|
182
188
|
}
|
|
183
|
-
.
|
|
189
|
+
._checkbox_19qga_8:has(input[disabled]) {
|
|
184
190
|
opacity: 0.6;
|
|
185
191
|
filter: grayscale(1);
|
|
186
192
|
}
|
|
187
|
-
.
|
|
188
|
-
.
|
|
189
|
-
.
|
|
193
|
+
._checkbox_19qga_8:has(input[disabled]) ._icon-indeterminate_19qga_85,
|
|
194
|
+
._checkbox_19qga_8:has(input[disabled]) ._icon-unchecked_19qga_86,
|
|
195
|
+
._checkbox_19qga_8:has(input[disabled]) ._icon-checked_19qga_87 {
|
|
190
196
|
color: var(--foreground-color-subdued, #737475);
|
|
191
197
|
}
|
|
192
|
-
.
|
|
198
|
+
._checkbox_19qga_8:has(input[disabled]):hover {
|
|
193
199
|
cursor: not-allowed;
|
|
194
200
|
}
|
|
195
|
-
.
|
|
201
|
+
._checkbox_19qga_8:has(input[disabled]):hover ._icon-wrapper_19qga_47 {
|
|
196
202
|
box-shadow: none;
|
|
197
203
|
}
|
|
198
|
-
._sr-
|
|
204
|
+
._sr-only_19qga_201 {
|
|
199
205
|
border: 0;
|
|
200
206
|
clip: rect(0, 0, 0, 0);
|
|
201
207
|
height: 1px;
|
|
@@ -209,19 +215,19 @@
|
|
|
209
215
|
}
|
|
210
216
|
}
|
|
211
217
|
@layer application {
|
|
212
|
-
._checkbox-
|
|
218
|
+
._checkbox-group_19qga_215 ._label_19qga_215._direction-row_19qga_215 {
|
|
213
219
|
min-height: 1.5rem;
|
|
214
220
|
justify-content: center;
|
|
215
221
|
}
|
|
216
222
|
@media (prefers-reduced-motion: reduce) {
|
|
217
|
-
.
|
|
223
|
+
._checkbox_19qga_8 ._icon-wrapper_19qga_47 {
|
|
218
224
|
transition-duration: 0.01ms !important;
|
|
219
225
|
transition-property: outline;
|
|
220
226
|
}
|
|
221
227
|
}
|
|
222
228
|
}
|
|
223
229
|
@layer reset {
|
|
224
|
-
._checkbox-
|
|
230
|
+
._checkbox-group_19qga_215 {
|
|
225
231
|
all: unset;
|
|
226
232
|
font-family: var(--font-family-base, "Nunito Sans", sans-serif);
|
|
227
233
|
font-size: 100%;
|
|
@@ -236,12 +242,12 @@
|
|
|
236
242
|
}
|
|
237
243
|
}
|
|
238
244
|
@layer base {
|
|
239
|
-
._checkbox-
|
|
245
|
+
._checkbox-group_19qga_215 {
|
|
240
246
|
display: inline-flex;
|
|
241
247
|
gap: 0.5rem;
|
|
242
248
|
flex-direction: column;
|
|
243
249
|
}
|
|
244
|
-
._checkbox-
|
|
250
|
+
._checkbox-group_19qga_215 ._legend_19qga_247 {
|
|
245
251
|
border: 0;
|
|
246
252
|
clip: rect(0, 0, 0, 0);
|
|
247
253
|
height: 1px;
|
|
@@ -253,7 +259,7 @@
|
|
|
253
259
|
white-space: nowrap;
|
|
254
260
|
width: 1px;
|
|
255
261
|
}
|
|
256
|
-
._checkbox-
|
|
262
|
+
._checkbox-group_19qga_215 ._children_19qga_259 {
|
|
257
263
|
display: inline-flex;
|
|
258
264
|
gap: 0.5rem;
|
|
259
265
|
flex-direction: column;
|
|
@@ -5,7 +5,7 @@ import { forwardRef } from 'react';
|
|
|
5
5
|
import { c as cx } from './index-tZvMCc77.js';
|
|
6
6
|
import { B as ButtonCompound } from './ButtonCompound-BF2Q6gGX.js';
|
|
7
7
|
|
|
8
|
-
import './
|
|
8
|
+
import './index.css';const SvgDragIndicator = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }));
|
|
9
9
|
|
|
10
10
|
const handle = "_handle_z85jk_2";
|
|
11
11
|
const active = "_active_z85jk_24";
|
|
@@ -103,4 +103,4 @@ const Dnd = {
|
|
|
103
103
|
};
|
|
104
104
|
|
|
105
105
|
export { Dnd as D, DndSortLine as a, DndHandleButton as b, DndHandle as c, styles as s };
|
|
106
|
-
//# sourceMappingURL=index-
|
|
106
|
+
//# sourceMappingURL=index-V5Ez2gq_.js.map
|