@westpac/ui 0.24.0 → 0.25.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 +15 -0
- package/assets/icons/filled/cancel-card-filled.svg +4 -0
- package/assets/icons/filled/circle-filled.svg +3 -0
- package/assets/icons/filled/quick-balance-filled.svg +3 -3
- package/assets/icons/filled/target-filled.svg +5 -0
- package/assets/icons/outlined/cancel-card-outlined.svg +4 -0
- package/assets/icons/outlined/circle-outlined.svg +3 -0
- package/assets/icons/outlined/quick-balance-outlined.svg +4 -6
- package/assets/icons/outlined/target-outlined.svg +5 -0
- package/dist/component-type.json +1 -1
- package/dist/components/accordion/accordion.component.d.ts +2 -12
- package/dist/components/accordion/accordion.styles.d.ts +7 -1
- package/dist/components/accordion/components/accordion-item/accordion-item.styles.d.ts +38 -1
- package/dist/components/alert/alert.styles.d.ts +38 -1
- package/dist/components/autocomplete/autocomplete.styles.d.ts +122 -1
- package/dist/components/autocomplete/components/autocomplete-item/autocomplete-item.component.d.ts +0 -1
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.styles.d.ts +13 -1
- package/dist/components/badge/badge.component.d.ts +1 -1
- package/dist/components/badge/badge.styles.d.ts +30 -1
- package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.styles.d.ts +40 -22
- package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.styles.d.ts +7 -1
- package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.types.d.ts +4 -3
- package/dist/components/breadcrumb/components/breadcrumb-item/breadcrumb-item.component.d.ts +3 -3
- package/dist/components/breadcrumb/components/breadcrumb-item/breadcrumb-item.styles.d.ts +12 -1
- package/dist/components/button/button.component.d.ts +7 -7
- package/dist/components/button/button.component.js +5 -4
- package/dist/components/button/button.styles.d.ts +67 -1
- package/dist/components/button/button.styles.js +9 -9
- package/dist/components/button/button.types.d.ts +7 -0
- package/dist/components/button-dropdown/button-dropdown.styles.d.ts +24 -1
- package/dist/components/button-dropdown/components/button-dropdown-heading/button-dropdown-heading.styles.d.ts +5 -1
- package/dist/components/button-dropdown/components/button-dropdown-panel/button-dropdown-panel.styles.d.ts +12 -1
- package/dist/components/button-group/button-group.styles.d.ts +25 -12
- package/dist/components/button-group/components/button-group-button/button-group-button.styles.d.ts +25 -1
- package/dist/components/checkbox-group/checkbox-group.styles.d.ts +22 -1
- package/dist/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.component.d.ts +1 -1
- package/dist/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.styles.d.ts +45 -1
- package/dist/components/circle/circle.styles.d.ts +3 -1
- package/dist/components/collapsible/collapsible.styles.d.ts +12 -1
- package/dist/components/compacta/compacta.styles.d.ts +20 -1
- package/dist/components/date-picker/date-picker.styles.d.ts +14 -1
- package/dist/components/error-message/error-message.styles.d.ts +26 -14
- package/dist/components/field/field.styles.d.ts +3 -1
- package/dist/components/filter/components/filter-buttons/filter-buttons.component.d.ts +1 -1
- package/dist/components/filter/components/filter-buttons/filter-buttons.component.js +183 -11
- package/dist/components/filter/components/filter-buttons/filter-buttons.styles.d.ts +55 -5
- package/dist/components/filter/components/filter-buttons/filter-buttons.styles.js +20 -1
- package/dist/components/filter/components/filter-buttons/filter-buttons.types.d.ts +0 -4
- package/dist/components/flexi-cell/components/flexi-cell-adornment/flexi-cell-adornment.styles.d.ts +17 -1
- package/dist/components/flexi-cell/components/flexi-cell-body/flexi-cell-body.styles.d.ts +15 -1
- package/dist/components/flexi-cell/components/flexi-cell-button/flexi-cell-button.styles.d.ts +5 -1
- package/dist/components/flexi-cell/components/flexi-cell-button/flexi-cell-button.types.d.ts +0 -1
- package/dist/components/flexi-cell/components/flexi-cell-circle/flexi-cell-circle.styles.d.ts +5 -1
- package/dist/components/flexi-cell/components/flexi-cell-footer/flexi-cell-footer.styles.d.ts +3 -1
- package/dist/components/flexi-cell/components/flexi-cell-hint/flexi-cell-hint.styles.d.ts +7 -1
- package/dist/components/flexi-cell/components/flexi-cell-label/flexi-cell-label.styles.d.ts +11 -1
- package/dist/components/flexi-cell/flexi-cell.component.js +4 -2
- package/dist/components/flexi-cell/flexi-cell.styles.d.ts +41 -1
- package/dist/components/flexi-cell/flexi-cell.types.d.ts +4 -0
- package/dist/components/footer/footer.styles.d.ts +26 -1
- package/dist/components/footer/footer.styles.js +1 -1
- package/dist/components/form/components/form-chit-chat/form-chit-chat.styles.d.ts +1 -5
- package/dist/components/form/components/form-group/form-group.styles.d.ts +12 -1
- package/dist/components/form/components/form-section/form-section.styles.d.ts +8 -1
- package/dist/components/grid/components/grid-container/grid-container.styles.d.ts +8 -1
- package/dist/components/grid/components/grid-item/grid-item.styles.d.ts +40 -1
- package/dist/components/grid/grid.styles.d.ts +3 -1
- package/dist/components/header/header.styles.d.ts +41 -1
- package/dist/components/header/header.styles.js +1 -1
- package/dist/components/heading/heading.styles.d.ts +24 -1
- package/dist/components/hint/hint.styles.d.ts +8 -1
- package/dist/components/icon/components/cancel-card-icon.d.ts +2 -0
- package/dist/components/icon/components/cancel-card-icon.js +48 -0
- package/dist/components/icon/components/circle-icon.d.ts +2 -0
- package/dist/components/icon/components/circle-icon.js +42 -0
- package/dist/components/icon/components/quick-balance-icon.js +20 -16
- package/dist/components/icon/components/target-icon.d.ts +2 -0
- package/dist/components/icon/components/target-icon.js +37 -0
- package/dist/components/icon/icon.styles.d.ts +33 -1
- package/dist/components/icon/index.d.ts +3 -0
- package/dist/components/icon/index.js +3 -0
- package/dist/components/input/input.component.d.ts +1 -1
- package/dist/components/input/input.styles.d.ts +35 -1
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-default-add-on/input-group-add-on-default-add-on.styles.d.ts +1 -5
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-icon-add-on/input-group-add-on-icon-add-on.styles.d.ts +14 -1
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-text-add-on/input-group-add-on-text-add-on.styles.d.ts +14 -1
- package/dist/components/input-group/components/input-group-add-ons/input-group-add-ons.styles.d.ts +12 -1
- package/dist/components/input-group/components/input-group-supporting-text/input-group-supporting-text.styles.d.ts +1 -5
- package/dist/components/input-group/input-group.styles.d.ts +62 -1
- package/dist/components/label/label.styles.d.ts +12 -1
- package/dist/components/link/link.component.d.ts +6 -6
- package/dist/components/link/link.styles.d.ts +29 -1
- package/dist/components/list/components/list-item/list-item.component.d.ts +7 -7
- package/dist/components/list/components/list-item/list-item.styles.d.ts +74 -1
- package/dist/components/list/list.styles.d.ts +22 -1
- package/dist/components/list/list.utils.d.ts +0 -1
- package/dist/components/modal/components/modal-backdrop/modal-backdrop.styles.d.ts +16 -1
- package/dist/components/modal/components/modal-backdrop/modal-backdrop.types.d.ts +0 -1
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.d.ts +23 -1
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.styles.d.ts +25 -1
- package/dist/components/modal/components/modal-dialog/modal-dialog.styles.d.ts +39 -1
- package/dist/components/modal/components/modal-dialog/modal-dialog.types.d.ts +0 -1
- package/dist/components/pagination/components/pagination-item/pagination-item.styles.d.ts +20 -1
- package/dist/components/pagination/pagination.hooks.d.ts +2 -3
- package/dist/components/pagination/pagination.styles.d.ts +6 -1
- package/dist/components/panel/components/panel-body/panel-body.styles.d.ts +5 -1
- package/dist/components/panel/components/panel-footer/panel-footer.styles.d.ts +5 -1
- package/dist/components/panel/panel.styles.d.ts +16 -1
- package/dist/components/pass-code/pass-code.styles.d.ts +23 -12
- package/dist/components/pass-code-view/pass-code-view.styles.d.ts +9 -1
- package/dist/components/pictogram/components/informative/target-pictogram.d.ts +2 -0
- package/dist/components/pictogram/components/informative/target-pictogram.js +46 -0
- package/dist/components/pictogram/index.d.ts +1 -0
- package/dist/components/pictogram/index.js +1 -0
- package/dist/components/pictogram/pictogram.styles.d.ts +16 -2
- package/dist/components/popover/components/panel/panel.styles.d.ts +22 -1
- package/dist/components/popover/components/panel/panel.styles.js +1 -1
- package/dist/components/popover/popover.styles.d.ts +13 -1
- package/dist/components/popover/popover.utils.d.ts +1 -1
- package/dist/components/progress-bar/progress-bar.styles.d.ts +18 -1
- package/dist/components/progress-bar/progress-bar.styles.js +2 -2
- package/dist/components/progress-indicator/progress-indicator.styles.d.ts +16 -2
- package/dist/components/progress-indicator/progress-indicator.styles.js +1 -1
- package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.styles.d.ts +42 -1
- package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.styles.js +1 -1
- package/dist/components/progress-rope/components/progress-rope-step/progress-rope-step.styles.d.ts +84 -1
- package/dist/components/progress-rope/components/progress-rope-step/progress-rope-step.styles.js +1 -1
- package/dist/components/progress-rope/progress-rope.styles.d.ts +1 -5
- package/dist/components/progress-rope/progress-rope.styles.js +1 -1
- package/dist/components/radio-group/components/radio-group-radio/radio-group-radio.component.d.ts +1 -1
- package/dist/components/radio-group/components/radio-group-radio/radio-group-radio.styles.d.ts +47 -1
- package/dist/components/radio-group/radio-group.styles.d.ts +22 -1
- package/dist/components/repeater/repeater.styles.d.ts +29 -1
- package/dist/components/select/select.styles.d.ts +36 -1
- package/dist/components/selector/components/selector-button-group/components/selector-button-group-option/selector-button-group-option.component.d.ts +2 -5
- package/dist/components/selector/components/selector-button-group/components/selector-button-group-option/selector-button-group-option.styles.d.ts +28 -1
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.d.ts +0 -1
- package/dist/components/selector/components/selector-button-group/selector-button-group.styles.d.ts +8 -1
- package/dist/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.styles.d.ts +33 -1
- package/dist/components/selector/components/selector-checkbox-group/selector-checkbox-group.styles.d.ts +3 -1
- package/dist/components/selector/components/selector-label/selector-label.styles.d.ts +1 -5
- package/dist/components/selector/components/selector-link-group/components/selector-link-group-option/selector-link-group-option.component.d.ts +2 -5
- package/dist/components/selector/components/selector-link-group/components/selector-link-group-option/selector-link-group-option.styles.d.ts +22 -1
- package/dist/components/selector/components/selector-link-group/selector-link-group.component.d.ts +1 -2
- package/dist/components/selector/components/selector-link-group/selector-link-group.styles.d.ts +8 -1
- package/dist/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.styles.d.ts +33 -1
- package/dist/components/selector/components/selector-radio-group/selector-radio-group.styles.d.ts +8 -1
- package/dist/components/skip-link/skip-link.styles.d.ts +1 -5
- package/dist/components/switch/switch.styles.d.ts +48 -1
- package/dist/components/symbol/symbol.styles.d.ts +3 -1
- package/dist/components/table/components/table-body/table-body.styles.d.ts +3 -1
- package/dist/components/table/components/table-caption/table-caption.styles.d.ts +3 -1
- package/dist/components/table/components/table-cell/table-cell.styles.d.ts +21 -1
- package/dist/components/table/components/table-cell/table-cell.styles.js +1 -1
- package/dist/components/table/components/table-footer/table-footer.styles.d.ts +11 -1
- package/dist/components/table/components/table-header/table-header.styles.d.ts +3 -1
- package/dist/components/table/components/table-header-cell/table-header-cell.styles.d.ts +11 -1
- package/dist/components/table/components/table-header-cell/table-header-cell.styles.js +1 -1
- package/dist/components/table/components/table-header-row/table-header-row.styles.d.ts +3 -1
- package/dist/components/table/components/table-row/table-row.styles.d.ts +19 -1
- package/dist/components/table/table.styles.d.ts +6 -1
- package/dist/components/table/table.styles.js +1 -1
- package/dist/components/tabs/components/tabs-tab/tabs-tab.styles.d.ts +27 -1
- package/dist/components/tabs/components/tabs-tab-panel/tabs-tab-panel.styles.d.ts +11 -1
- package/dist/components/tabs/tabs.component.d.ts +0 -1
- package/dist/components/tabs/tabs.styles.d.ts +28 -1
- package/dist/components/textarea/textarea.styles.d.ts +35 -1
- package/dist/components/visually-hidden/visually-hidden.styles.d.ts +1 -5
- package/dist/components/well/well.styles.d.ts +8 -1
- package/dist/css/westpac-ui.css +515 -156
- package/dist/css/westpac-ui.min.css +515 -156
- package/dist/tailwind/constants/colors.d.ts +5 -5
- package/dist/tailwind/tailwind-plugin.d.ts +1 -1
- package/dist/tailwind/tailwind-transformer.d.ts +1 -1
- package/dist/tailwind/themes/index.d.ts +7 -7
- package/dist/tailwind/utils/generate-font-components.d.ts +1 -1
- package/package.json +8 -7
- package/src/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.types.ts +4 -3
- package/src/components/button/button.component.tsx +6 -5
- package/src/components/button/button.styles.ts +9 -9
- package/src/components/button/button.types.ts +8 -0
- package/src/components/filter/components/filter-buttons/filter-buttons.component.tsx +206 -19
- package/src/components/filter/components/filter-buttons/filter-buttons.styles.ts +20 -1
- package/src/components/filter/components/filter-buttons/filter-buttons.types.ts +0 -4
- package/src/components/flexi-cell/flexi-cell.component.tsx +4 -1
- package/src/components/flexi-cell/flexi-cell.types.ts +4 -0
- package/src/components/footer/footer.styles.ts +1 -1
- package/src/components/header/header.styles.ts +1 -1
- package/src/components/icon/components/cancel-card-icon.tsx +41 -0
- package/src/components/icon/components/circle-icon.tsx +39 -0
- package/src/components/icon/components/quick-balance-icon.tsx +19 -23
- package/src/components/icon/components/target-icon.tsx +30 -0
- package/src/components/icon/index.ts +3 -0
- package/src/components/pictogram/components/informative/target-pictogram.tsx +40 -0
- package/src/components/pictogram/index.ts +1 -0
- package/src/components/popover/components/panel/panel.styles.ts +1 -1
- package/src/components/progress-bar/progress-bar.styles.ts +2 -2
- package/src/components/progress-indicator/progress-indicator.styles.ts +1 -1
- package/src/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.styles.ts +1 -1
- package/src/components/progress-rope/components/progress-rope-step/progress-rope-step.styles.ts +1 -1
- package/src/components/progress-rope/progress-rope.styles.ts +1 -1
- package/src/components/table/components/table-cell/table-cell.styles.ts +1 -1
- package/src/components/table/components/table-header-cell/table-header-cell.styles.ts +1 -1
- package/src/components/table/table.styles.ts +1 -1
|
@@ -20,10 +20,6 @@ export type FilterButtonsProps = {
|
|
|
20
20
|
* Function that is called when a button on the filter is clicked
|
|
21
21
|
*/
|
|
22
22
|
onClick: (id: string) => unknown;
|
|
23
|
-
/**
|
|
24
|
-
* Needed for custom `aria-description`, number of results filter returns
|
|
25
|
-
*/
|
|
26
|
-
resultsFound: number;
|
|
27
23
|
/**
|
|
28
24
|
* id of which button should be selected
|
|
29
25
|
*/
|
package/dist/components/flexi-cell/components/flexi-cell-adornment/flexi-cell-adornment.styles.d.ts
CHANGED
|
@@ -28,4 +28,20 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
28
28
|
};
|
|
29
29
|
}, {
|
|
30
30
|
base: string;
|
|
31
|
-
}
|
|
31
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
32
|
+
align: {
|
|
33
|
+
center: {
|
|
34
|
+
base: string;
|
|
35
|
+
};
|
|
36
|
+
top: {
|
|
37
|
+
base: string;
|
|
38
|
+
};
|
|
39
|
+
bottom: {
|
|
40
|
+
base: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}, {
|
|
44
|
+
base: string;
|
|
45
|
+
}, undefined, {
|
|
46
|
+
responsiveVariants: string[];
|
|
47
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -24,4 +24,18 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
24
24
|
base: string;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
}, undefined
|
|
27
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
28
|
+
isLink: {
|
|
29
|
+
true: string;
|
|
30
|
+
};
|
|
31
|
+
isFocusVisible: {
|
|
32
|
+
true: string;
|
|
33
|
+
};
|
|
34
|
+
multipleChildren: {
|
|
35
|
+
true: {
|
|
36
|
+
base: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}, undefined, "flex flex-1 flex-col gap-1 overflow-hidden", {
|
|
40
|
+
responsiveVariants: string[];
|
|
41
|
+
}, unknown, unknown, undefined>>;
|
package/dist/components/flexi-cell/components/flexi-cell-button/flexi-cell-button.styles.d.ts
CHANGED
|
@@ -4,4 +4,8 @@ export declare const styles: import("tailwind-variants").TVReturnType<{}, {
|
|
|
4
4
|
responsiveVariants: string[];
|
|
5
5
|
}, {}, {
|
|
6
6
|
base: string;
|
|
7
|
-
}
|
|
7
|
+
}, import("tailwind-variants").TVReturnType<{}, {
|
|
8
|
+
base: string;
|
|
9
|
+
}, undefined, {
|
|
10
|
+
responsiveVariants: string[];
|
|
11
|
+
}, unknown, unknown, undefined>>;
|
package/dist/components/flexi-cell/components/flexi-cell-circle/flexi-cell-circle.styles.d.ts
CHANGED
|
@@ -4,4 +4,8 @@ export declare const styles: import("tailwind-variants").TVReturnType<{}, {
|
|
|
4
4
|
responsiveVariants: string[];
|
|
5
5
|
}, {}, {
|
|
6
6
|
base: string;
|
|
7
|
-
}
|
|
7
|
+
}, import("tailwind-variants").TVReturnType<{}, {
|
|
8
|
+
base: string;
|
|
9
|
+
}, undefined, {
|
|
10
|
+
responsiveVariants: string[];
|
|
11
|
+
}, unknown, unknown, undefined>>;
|
package/dist/components/flexi-cell/components/flexi-cell-footer/flexi-cell-footer.styles.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export declare const styles: import("tailwind-variants").TVReturnType<{}, undefined, "mt-2 flex gap-2", {
|
|
2
2
|
responsiveVariants: string[];
|
|
3
|
-
}, {}, undefined
|
|
3
|
+
}, {}, undefined, import("tailwind-variants").TVReturnType<{}, undefined, "mt-2 flex gap-2", {
|
|
4
|
+
responsiveVariants: string[];
|
|
5
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -8,4 +8,10 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
8
8
|
truncateText: {
|
|
9
9
|
true: string;
|
|
10
10
|
};
|
|
11
|
-
}, undefined
|
|
11
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
12
|
+
truncateText: {
|
|
13
|
+
true: string;
|
|
14
|
+
};
|
|
15
|
+
}, undefined, "typography-body-10 m-0 font-normal text-muted", {
|
|
16
|
+
responsiveVariants: string[];
|
|
17
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -16,4 +16,14 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
16
16
|
true: string;
|
|
17
17
|
false: string;
|
|
18
18
|
};
|
|
19
|
-
}, undefined
|
|
19
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
20
|
+
truncateText: {
|
|
21
|
+
true: string;
|
|
22
|
+
};
|
|
23
|
+
rightLabel: {
|
|
24
|
+
true: string;
|
|
25
|
+
false: string;
|
|
26
|
+
};
|
|
27
|
+
}, undefined, "typography-body-9 mb-0 content-start font-medium text-text transition-colors", {
|
|
28
|
+
responsiveVariants: string[];
|
|
29
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -18,7 +18,7 @@ import { mergeProps, useFocusRing } from 'react-aria';
|
|
|
18
18
|
import { ArrowRightIcon } from '../icon/index.js';
|
|
19
19
|
import { FlexiCellAdornment, FlexiCellBody } from './components/index.js';
|
|
20
20
|
import { styles as flexiCellStyles } from './flexi-cell.styles.js';
|
|
21
|
-
function FlexiCellBase({ className , tag: Tag = 'div' , children , before , after , withArrow , withBorder =false , href , dualAction =false , topBadge: TopBadge , size ='default' , disabled , tabIndex , ...props }, ref) {
|
|
21
|
+
function FlexiCellBase({ className , tag: Tag = 'div' , children , before , after , withArrow , withBorder =false , href , dualAction =false , topBadge: TopBadge , size ='default' , disabled , tabIndex , body =true , ...props }, ref) {
|
|
22
22
|
const { isFocusVisible , focusProps } = useFocusRing();
|
|
23
23
|
const styles = flexiCellStyles({
|
|
24
24
|
className,
|
|
@@ -45,7 +45,9 @@ function FlexiCellBase({ className , tag: Tag = 'div' , children , before , afte
|
|
|
45
45
|
})), before, dualAction && href ? React.createElement(FlexiCellBody, {
|
|
46
46
|
tag: "a",
|
|
47
47
|
href: href
|
|
48
|
-
}, children) : React.createElement(FlexiCellBody, null, children)
|
|
48
|
+
}, children) : body ? React.createElement(FlexiCellBody, null, children) : React.createElement("div", {
|
|
49
|
+
className: "flex-1"
|
|
50
|
+
}, children), after, withArrow && React.createElement(FlexiCellAdornment, {
|
|
49
51
|
align: "top"
|
|
50
52
|
}, React.createElement(ArrowRightIcon, {
|
|
51
53
|
color: "link",
|
|
@@ -76,4 +76,44 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
76
76
|
base: string;
|
|
77
77
|
topBadgeWrapper: string;
|
|
78
78
|
topBadge: string;
|
|
79
|
-
}
|
|
79
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
80
|
+
withBorder: {
|
|
81
|
+
true: {
|
|
82
|
+
base: string;
|
|
83
|
+
};
|
|
84
|
+
false: {
|
|
85
|
+
base: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
isLink: {
|
|
89
|
+
true: {
|
|
90
|
+
base: string;
|
|
91
|
+
};
|
|
92
|
+
false: string;
|
|
93
|
+
};
|
|
94
|
+
isFocusVisible: {
|
|
95
|
+
true: {
|
|
96
|
+
base: string;
|
|
97
|
+
};
|
|
98
|
+
false: {};
|
|
99
|
+
};
|
|
100
|
+
shouldHoverEffect: {
|
|
101
|
+
true: {
|
|
102
|
+
base: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
size: {
|
|
106
|
+
default: {
|
|
107
|
+
base: string;
|
|
108
|
+
};
|
|
109
|
+
large: {
|
|
110
|
+
base: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
}, {
|
|
114
|
+
base: string;
|
|
115
|
+
topBadgeWrapper: string;
|
|
116
|
+
topBadge: string;
|
|
117
|
+
}, undefined, {
|
|
118
|
+
responsiveVariants: string[];
|
|
119
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -46,4 +46,29 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
46
46
|
wrapper: string;
|
|
47
47
|
topRow: string;
|
|
48
48
|
link: string;
|
|
49
|
-
}
|
|
49
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
50
|
+
offsetSidebar: {
|
|
51
|
+
true: {
|
|
52
|
+
base: string;
|
|
53
|
+
};
|
|
54
|
+
false: {};
|
|
55
|
+
};
|
|
56
|
+
isFocusVisible: {
|
|
57
|
+
true: {
|
|
58
|
+
link: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
hideLogo: {
|
|
62
|
+
true: string;
|
|
63
|
+
false: {
|
|
64
|
+
topRow: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
}, {
|
|
68
|
+
base: string;
|
|
69
|
+
wrapper: string;
|
|
70
|
+
topRow: string;
|
|
71
|
+
link: string;
|
|
72
|
+
}, undefined, {
|
|
73
|
+
responsiveVariants: string[];
|
|
74
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { tv } from 'tailwind-variants';
|
|
2
2
|
export const styles = tv({
|
|
3
3
|
slots: {
|
|
4
|
-
base: 'relative overflow-hidden border-t
|
|
4
|
+
base: 'relative overflow-hidden border-t border-t-border',
|
|
5
5
|
wrapper: 'pt-3 max-md:px-2 max-md:pb-3 md:px-4 md:pb-4',
|
|
6
6
|
topRow: '',
|
|
7
7
|
link: 'float-right block'
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
export declare const styles: import("tailwind-variants").TVReturnType<import("tailwind-variants").
|
|
2
|
-
[x: string]: {
|
|
3
|
-
[x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "typography-body-8 m-0 text-center font-bold leading-[1.125rem] text-heading sm:mb-5">;
|
|
4
|
-
} | undefined;
|
|
5
|
-
} | {}, undefined, "typography-body-8 m-0 text-center font-bold leading-[1.125rem] text-heading sm:mb-5", TVConfig<V, EV>, import("tailwind-variants").TVVariantsDefault<undefined, "typography-body-8 m-0 text-center font-bold leading-[1.125rem] text-heading sm:mb-5"> | {}, undefined>;
|
|
1
|
+
export declare const styles: import("tailwind-variants").TVReturnType<{} | {} | {}, undefined, "typography-body-8 m-0 text-center font-bold leading-[1.125rem] text-heading sm:mb-5", TVConfig<V, EV>, {} | {}, undefined, import("tailwind-variants").TVReturnType<unknown, undefined, "typography-body-8 m-0 text-center font-bold leading-[1.125rem] text-heading sm:mb-5", TVConfig<V, EV>, unknown, unknown, undefined>>;
|
|
@@ -18,4 +18,15 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
18
18
|
medium: string;
|
|
19
19
|
large: string;
|
|
20
20
|
};
|
|
21
|
-
}, undefined
|
|
21
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
22
|
+
inline: {
|
|
23
|
+
true: string;
|
|
24
|
+
false: string;
|
|
25
|
+
};
|
|
26
|
+
spacing: {
|
|
27
|
+
medium: string;
|
|
28
|
+
large: string;
|
|
29
|
+
};
|
|
30
|
+
}, undefined, "", {
|
|
31
|
+
responsiveVariants: string[];
|
|
32
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -10,4 +10,11 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
10
10
|
true: string;
|
|
11
11
|
false: string;
|
|
12
12
|
};
|
|
13
|
-
}, undefined
|
|
13
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
14
|
+
noPadding: {
|
|
15
|
+
true: string;
|
|
16
|
+
false: string;
|
|
17
|
+
};
|
|
18
|
+
}, undefined, "relative border-t border-t-border first:border-t-0 [&:not(:first-of-type)]:pt-5 md:[&:not(:first-of-type)]:pt-6 [&:not(:last-child)]:pb-1", {
|
|
19
|
+
responsiveVariants: string[];
|
|
20
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -10,4 +10,11 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
10
10
|
true: string;
|
|
11
11
|
false: string;
|
|
12
12
|
};
|
|
13
|
-
}, undefined
|
|
13
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
14
|
+
fixed: {
|
|
15
|
+
true: string;
|
|
16
|
+
false: string;
|
|
17
|
+
};
|
|
18
|
+
}, undefined, "mx-auto box-border w-full", {
|
|
19
|
+
responsiveVariants: string[];
|
|
20
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -74,4 +74,43 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
74
74
|
11: string;
|
|
75
75
|
12: string;
|
|
76
76
|
};
|
|
77
|
-
}, undefined
|
|
77
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
78
|
+
rowSpan: {
|
|
79
|
+
1: string;
|
|
80
|
+
2: string;
|
|
81
|
+
3: string;
|
|
82
|
+
4: string;
|
|
83
|
+
5: string;
|
|
84
|
+
6: string;
|
|
85
|
+
};
|
|
86
|
+
span: {
|
|
87
|
+
1: string;
|
|
88
|
+
2: string;
|
|
89
|
+
3: string;
|
|
90
|
+
4: string;
|
|
91
|
+
5: string;
|
|
92
|
+
6: string;
|
|
93
|
+
7: string;
|
|
94
|
+
8: string;
|
|
95
|
+
9: string;
|
|
96
|
+
10: string;
|
|
97
|
+
11: string;
|
|
98
|
+
12: string;
|
|
99
|
+
};
|
|
100
|
+
start: {
|
|
101
|
+
1: string;
|
|
102
|
+
2: string;
|
|
103
|
+
3: string;
|
|
104
|
+
4: string;
|
|
105
|
+
5: string;
|
|
106
|
+
6: string;
|
|
107
|
+
7: string;
|
|
108
|
+
8: string;
|
|
109
|
+
9: string;
|
|
110
|
+
10: string;
|
|
111
|
+
11: string;
|
|
112
|
+
12: string;
|
|
113
|
+
};
|
|
114
|
+
}, undefined, "", {
|
|
115
|
+
responsiveVariants: string[];
|
|
116
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export declare const styles: import("tailwind-variants").TVReturnType<{}, undefined, "grid h-auto grid-flow-row auto-rows-[minmax(32px,auto)] grid-cols-[repeat(12,_1fr)] gap-2 xsl:gap-3 sm:gap-4", {
|
|
2
2
|
responsiveVariants: string[];
|
|
3
|
-
}, {}, undefined
|
|
3
|
+
}, {}, undefined, import("tailwind-variants").TVReturnType<{}, undefined, "grid h-auto grid-flow-row auto-rows-[minmax(32px,auto)] grid-cols-[repeat(12,_1fr)] gap-2 xsl:gap-3 sm:gap-4", {
|
|
4
|
+
responsiveVariants: string[];
|
|
5
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -76,4 +76,44 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
76
76
|
leftContent: string;
|
|
77
77
|
leftButton: string;
|
|
78
78
|
rightContent: string;
|
|
79
|
-
}
|
|
79
|
+
}, import("tailwind-variants").TVReturnType<{
|
|
80
|
+
logoCenter: {
|
|
81
|
+
true: {
|
|
82
|
+
logoLink: string;
|
|
83
|
+
smallLogo: string;
|
|
84
|
+
};
|
|
85
|
+
false: {
|
|
86
|
+
logoLink: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
fixed: {
|
|
90
|
+
true: {
|
|
91
|
+
base: string;
|
|
92
|
+
inner: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
leftIcon: {
|
|
96
|
+
arrow: {
|
|
97
|
+
leftButton: string;
|
|
98
|
+
};
|
|
99
|
+
hamburger: {
|
|
100
|
+
leftButton: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
scrolled: {
|
|
104
|
+
true: {
|
|
105
|
+
inner: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
}, {
|
|
109
|
+
base: string;
|
|
110
|
+
inner: string;
|
|
111
|
+
logoLink: string;
|
|
112
|
+
smallLogo: string;
|
|
113
|
+
largeLogo: string;
|
|
114
|
+
leftContent: string;
|
|
115
|
+
leftButton: string;
|
|
116
|
+
rightContent: string;
|
|
117
|
+
}, undefined, {
|
|
118
|
+
responsiveVariants: string[];
|
|
119
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -7,7 +7,7 @@ export const styles = tv({
|
|
|
7
7
|
smallLogo: 'sm:hidden',
|
|
8
8
|
largeLogo: 'max-sm:hidden',
|
|
9
9
|
leftContent: 'flex items-center',
|
|
10
|
-
leftButton: 'my-1 border-r
|
|
10
|
+
leftButton: 'my-1 border-r border-[#E8E8ED] p-0 max-sm:-ml-2 max-sm:mr-2 max-sm:h-7 max-sm:min-w-[2.625rem] sm:-ml-4 sm:mr-3 sm:h-[3.3125rem] sm:min-w-[3.75rem]',
|
|
11
11
|
rightContent: 'ml-auto flex items-center'
|
|
12
12
|
},
|
|
13
13
|
variants: {
|
|
@@ -42,4 +42,27 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
42
42
|
true: string;
|
|
43
43
|
false: {};
|
|
44
44
|
};
|
|
45
|
-
}, undefined
|
|
45
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
46
|
+
size: {
|
|
47
|
+
1: string;
|
|
48
|
+
2: string;
|
|
49
|
+
3: string;
|
|
50
|
+
4: string;
|
|
51
|
+
5: string;
|
|
52
|
+
6: string;
|
|
53
|
+
7: string;
|
|
54
|
+
8: string;
|
|
55
|
+
9: string;
|
|
56
|
+
10: string;
|
|
57
|
+
};
|
|
58
|
+
brandHeading: {
|
|
59
|
+
true: {};
|
|
60
|
+
false: {};
|
|
61
|
+
};
|
|
62
|
+
uppercase: {
|
|
63
|
+
true: string;
|
|
64
|
+
false: {};
|
|
65
|
+
};
|
|
66
|
+
}, undefined, "", {
|
|
67
|
+
responsiveVariants: string[];
|
|
68
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -10,4 +10,11 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
10
10
|
medium: string;
|
|
11
11
|
large: string;
|
|
12
12
|
};
|
|
13
|
-
}, undefined
|
|
13
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
14
|
+
spacing: {
|
|
15
|
+
medium: string;
|
|
16
|
+
large: string;
|
|
17
|
+
};
|
|
18
|
+
}, undefined, "typography-body-11 mb-2 text-muted", {
|
|
19
|
+
responsiveVariants: string[];
|
|
20
|
+
}, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
function _extends() {
|
|
2
|
+
_extends = Object.assign || function(target) {
|
|
3
|
+
for(var i = 1; i < arguments.length; i++){
|
|
4
|
+
var source = arguments[i];
|
|
5
|
+
for(var key in source){
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
+
target[key] = source[key];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
return _extends.apply(this, arguments);
|
|
14
|
+
}
|
|
15
|
+
import React, { Fragment } from 'react';
|
|
16
|
+
import { Icon } from '../icon.component.js';
|
|
17
|
+
export function CancelCardIcon({ look ='filled' , 'aria-label': ariaLabel = 'Cancel Card' , copyrightYear ='2024' , ...props }) {
|
|
18
|
+
return React.createElement(Icon, _extends({
|
|
19
|
+
"aria-label": ariaLabel,
|
|
20
|
+
copyrightYear: copyrightYear
|
|
21
|
+
}, props), look === 'filled' ? React.createElement(Fragment, null, React.createElement("svg", {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
width: "24",
|
|
24
|
+
height: "24",
|
|
25
|
+
fill: "none"
|
|
26
|
+
}, React.createElement("path", {
|
|
27
|
+
"fill-rule": "evenodd",
|
|
28
|
+
d: "M1.416.002 0 1.416l.908.907A1.998 1.998 0 0 0 0 4v16a2 2 0 0 0 2 2h18.585l1.998 1.998 1.415-1.414-.908-.907L1.416.002ZM4.585 6H1v4h7.585l-4-4Z",
|
|
29
|
+
"clip-rule": "evenodd",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}), React.createElement("path", {
|
|
32
|
+
d: "M23 10h-8.758L24 19.757V4a2 2 0 0 0-2-2H6.242l4 4H23v4Z",
|
|
33
|
+
fill: "currentColor"
|
|
34
|
+
}))) : React.createElement(Fragment, null, React.createElement("svg", {
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
width: "24",
|
|
37
|
+
height: "24",
|
|
38
|
+
fill: "none"
|
|
39
|
+
}, React.createElement("path", {
|
|
40
|
+
"fill-rule": "evenodd",
|
|
41
|
+
d: "M1.416.002 0 1.416l.908.907A1.998 1.998 0 0 0 0 4v16a2 2 0 0 0 2 2h18.585l1.998 1.998 1.415-1.414-.908-.907L1.416.002ZM2.585 4H2v4h4.585l-4-4Zm8 8H2v8h16.585l-8-8Z",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
43
|
+
fill: "currentColor"
|
|
44
|
+
}), React.createElement("path", {
|
|
45
|
+
d: "M22 8h-9.758l4 4H22v5.757l2 2V4a2 2 0 0 0-2-2H6.242l2 2H22v4Z",
|
|
46
|
+
fill: "currentColor"
|
|
47
|
+
}))));
|
|
48
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
function _extends() {
|
|
2
|
+
_extends = Object.assign || function(target) {
|
|
3
|
+
for(var i = 1; i < arguments.length; i++){
|
|
4
|
+
var source = arguments[i];
|
|
5
|
+
for(var key in source){
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
+
target[key] = source[key];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
return _extends.apply(this, arguments);
|
|
14
|
+
}
|
|
15
|
+
import React, { Fragment } from 'react';
|
|
16
|
+
import { Icon } from '../icon.component.js';
|
|
17
|
+
export function CircleIcon({ look ='filled' , 'aria-label': ariaLabel = 'Circle' , copyrightYear ='2024' , ...props }) {
|
|
18
|
+
return React.createElement(Icon, _extends({
|
|
19
|
+
"aria-label": ariaLabel,
|
|
20
|
+
copyrightYear: copyrightYear
|
|
21
|
+
}, props), look === 'filled' ? React.createElement(Fragment, null, React.createElement("svg", {
|
|
22
|
+
width: "24",
|
|
23
|
+
height: "24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, React.createElement("path", {
|
|
27
|
+
"fill-rule": "evenodd",
|
|
28
|
+
"clip-rule": "evenodd",
|
|
29
|
+
d: "M12 24c6.628 0 12-5.373 12-12S18.628 0 12 0 0 5.373 0 12s5.372 12 12 12Z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}))) : React.createElement(Fragment, null, React.createElement("svg", {
|
|
32
|
+
width: "24",
|
|
33
|
+
height: "24",
|
|
34
|
+
fill: "none",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
36
|
+
}, React.createElement("path", {
|
|
37
|
+
"fill-rule": "evenodd",
|
|
38
|
+
"clip-rule": "evenodd",
|
|
39
|
+
d: "M24 12c0 6.627-5.372 12-12 12S0 18.627 0 12 5.372 0 12 0s12 5.373 12 12ZM12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Z",
|
|
40
|
+
fill: "currentColor"
|
|
41
|
+
}))));
|
|
42
|
+
}
|
|
@@ -18,24 +18,28 @@ export function QuickBalanceIcon({ look ='filled' , 'aria-label': ariaLabel = 'Q
|
|
|
18
18
|
return React.createElement(Icon, _extends({
|
|
19
19
|
"aria-label": ariaLabel,
|
|
20
20
|
copyrightYear: copyrightYear
|
|
21
|
-
}, props), look === 'filled' ? React.createElement("
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
}, props), look === 'filled' ? React.createElement("svg", {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
width: "24",
|
|
24
|
+
height: "24",
|
|
25
|
+
fill: "none"
|
|
26
|
+
}, React.createElement("path", {
|
|
27
|
+
"fill-rule": "evenodd",
|
|
28
|
+
d: "M24 14c0 3.073-1.155 5.877-3.056 8H3.056A11.955 11.955 0 0 1 0 14C0 7.373 5.373 2 12 2s12 5.373 12 12Zm-3.877-3.88-1.528 1.528c.262.735.405 1.527.405 2.352 0 1.277-.34 2.47-.936 3.5a1 1 0 0 0 1.731 1A8.963 8.963 0 0 0 21 14c0-1.39-.315-2.705-.877-3.88ZM15.88 5.877A9 9 0 0 0 4.204 18.501a1 1 0 0 0 1.732-1.002 7 7 0 0 1 8.416-10.094l1.528-1.528Zm2.827 2.83a1 1 0 0 0-1.414-1.414l-4.775 4.775a2 2 0 1 0 1.414 1.414l4.775-4.775Z",
|
|
29
|
+
"clip-rule": "evenodd",
|
|
25
30
|
fill: "currentColor"
|
|
26
|
-
}) : React.createElement(Fragment, null, React.createElement("
|
|
27
|
-
|
|
31
|
+
})) : React.createElement(Fragment, null, React.createElement("svg", {
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
width: "24",
|
|
34
|
+
height: "24",
|
|
35
|
+
fill: "none"
|
|
36
|
+
}, React.createElement("path", {
|
|
37
|
+
d: "m17.797 12.446 1.57-1.57c.407.96.633 2.016.633 3.124a7.983 7.983 0 0 1-.526 2.857 1 1 0 1 1-1.868-.714A5.984 5.984 0 0 0 18 14a6.01 6.01 0 0 0-.203-1.554ZM12 6c1.108 0 2.164.225 3.124.633l-1.57 1.57a6 6 0 0 0-7.16 7.94 1 1 0 1 1-1.868.714A8 8 0 0 1 12 6ZM17.293 7.293a1 1 0 1 1 1.414 1.414l-4.775 4.775a2 2 0 1 1-1.414-1.414l4.775-4.775Z",
|
|
28
38
|
fill: "currentColor"
|
|
29
39
|
}), React.createElement("path", {
|
|
30
|
-
|
|
40
|
+
"fill-rule": "evenodd",
|
|
41
|
+
d: "M24 14c0 3.073-1.155 5.877-3.056 8H3.056A11.955 11.955 0 0 1 0 14C0 7.373 5.373 2 12 2s12 5.373 12 12Zm-2 0a9.947 9.947 0 0 1-2 6H4a9.948 9.948 0 0 1-2-6C2 8.477 6.477 4 12 4s10 4.477 10 10Z",
|
|
42
|
+
"clip-rule": "evenodd",
|
|
31
43
|
fill: "currentColor"
|
|
32
|
-
})
|
|
33
|
-
d: "M14.235 13.8517L19 7L12.1777 11.7667C11.5492 11.7172 10.893 11.9309 10.4085 12.4094C9.52424 13.2817 9.53549 14.7067 10.4085 15.5909C11.2815 16.4759 12.7065 16.4639 13.5907 15.5909C14.0745 15.1132 14.277 14.4809 14.235 13.8517Z",
|
|
34
|
-
fill: "currentColor"
|
|
35
|
-
}), React.createElement("path", {
|
|
36
|
-
fillRule: "evenodd",
|
|
37
|
-
clipRule: "evenodd",
|
|
38
|
-
d: "M24 14C24 17.0734 22.8446 19.877 20.9444 22H3.05557C1.15541 19.877 0 17.0734 0 14C0 7.37258 5.37258 2 12 2C18.6274 2 24 7.37258 24 14ZM22 14C22 16.2527 21.2572 18.3282 20.0009 20H3.99908C2.74285 18.3282 2 16.2527 2 14C2 8.47715 6.47715 4 12 4C17.5228 4 22 8.47715 22 14Z",
|
|
39
|
-
fill: "currentColor"
|
|
40
|
-
})));
|
|
44
|
+
}))));
|
|
41
45
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
function _extends() {
|
|
2
|
+
_extends = Object.assign || function(target) {
|
|
3
|
+
for(var i = 1; i < arguments.length; i++){
|
|
4
|
+
var source = arguments[i];
|
|
5
|
+
for(var key in source){
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
+
target[key] = source[key];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
return _extends.apply(this, arguments);
|
|
14
|
+
}
|
|
15
|
+
import React from 'react';
|
|
16
|
+
import { Icon } from '../icon.component.js';
|
|
17
|
+
export function TargetIcon({ look ='filled' , 'aria-label': ariaLabel = 'Target' , copyrightYear ='2023' , ...props }) {
|
|
18
|
+
return React.createElement(Icon, _extends({
|
|
19
|
+
"aria-label": ariaLabel,
|
|
20
|
+
copyrightYear: copyrightYear
|
|
21
|
+
}, props), React.createElement("svg", {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
width: "24",
|
|
24
|
+
height: "24",
|
|
25
|
+
viewBox: "0 0 24 24",
|
|
26
|
+
fill: "none"
|
|
27
|
+
}, React.createElement("path", {
|
|
28
|
+
d: "M16.9431 11.2432C16.9806 11.49 17 11.7427 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C12.2821 7 12.5588 7.02337 12.8282 7.06827L13.1617 5.09595C12.7838 5.03284 12.3957 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 11.6291 18.9712 11.265 18.9156 10.9097L16.9431 11.2432Z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
}), React.createElement("path", {
|
|
31
|
+
d: "M21.8742 10.4095C21.957 10.9275 22 11.4587 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.5662 2 13.1213 2.04705 13.6618 2.13745L13.9953 0.165126C13.3464 0.0565233 12.6798 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 11.3451 23.9475 10.7025 23.8466 10.076L21.8742 10.4095Z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}), React.createElement("path", {
|
|
34
|
+
d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C12.1791 10 12.3528 10.0236 12.518 10.0677L15.9861 6.59968L15.5146 4.24268L19.7573 0L20.3129 3.68706L24 4.24264L19.7573 8.48532L17.4003 8.01389L13.9322 11.4819C13.9764 11.6472 14 11.8208 14 12Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
37
|
+
}
|