@xmart/xorder-ui 0.0.24 → 0.0.29
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/dist/xorder-ui.css +1 -1
- package/package.json +3 -4
- package/dist/index.cjs.js +0 -11
package/dist/xorder-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--xoui-color-white: #FFFFFF;--xoui-color-black: #222222;--xoui-color-gray-50: #F4F5F6;--xoui-color-gray-100: #E9ECEF;--xoui-color-gray-200: #D7DCE2;--xoui-color-gray-300: #BCC4CC;--xoui-color-gray-500: #7D8D9D;--xoui-color-gray-700: #6B7580;--xoui-color-gray-800: #3B454E;--xoui-color-red-100: #FFEFED;--xoui-color-red-600: #FF685A;--xoui-color-red-700: #DC0C00;--xoui-color-orange-30: #F9D4B2;--xoui-color-orange-50: #FFF5EB;--xoui-color-orange-600: #F38827;--xoui-color-orange-700: #F06000;--xoui-color-orange-800: #AE4E19;--xoui-color-yellow-100: #FFF7DC;--xoui-color-yellow-700: #FFBF00;--xoui-color-green-100: #F3FFEE;--xoui-color-green-700: #2CAB23;--xoui-color-green-800: #088000;--xoui-color-blue-50: #EEF8FD;--xoui-color-blue-100: #E4F2FF;--xoui-color-blue-700: #116FF3;--xoui-color-purple-100: #FCEEFF;--xoui-color-purple-700: #A807D0;--xoui-spacing-0: 0px;--xoui-spacing-1: 4px;--xoui-spacing-2: 8px;--xoui-spacing-3: 12px;--xoui-spacing-4: 16px;--xoui-spacing-5: 20px;--xoui-spacing-6: 24px;--xoui-spacing-8: 32px;--xoui-spacing-10: 40px;--xoui-spacing-12: 48px;--xoui-spacing-16: 64px;--xoui-spacing-20: 80px;--xoui-spacing-24: 96px;--xoui-spacing-xs: 4px;--xoui-spacing-sm: 8px;--xoui-spacing-md: 16px;--xoui-spacing-lg: 24px;--xoui-spacing-xl: 32px;--xoui-spacing-2xl: 40px;--xoui-typography-font-size-xs: .75rem;--xoui-typography-font-size-sm: .875rem;--xoui-typography-font-size-md: 1rem;--xoui-typography-font-size-lg: 1.125rem;--xoui-typography-font-size-xl: 1.25rem;--xoui-typography-font-size-2xl: 1.5rem;--xoui-typography-font-weight-normal: 300;--xoui-typography-font-weight-bold: 600;--xoui-typography-font-family-base: "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--xoui-typography-font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--xoui-typography-font-family-serif: Georgia, "Times New Roman", Times, serif;--xoui-typography-font-family-mono: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--xoui-z-index-auto: auto;--xoui-z-index-base: 0;--xoui-z-index-docked: 10;--xoui-z-index-dropdown: 1000;--xoui-z-index-sticky: 1100;--xoui-z-index-banner: 1200;--xoui-z-index-overlay: 1300;--xoui-z-index-modal: 1400;--xoui-z-index-popover: 1500;--xoui-z-index-skip-link: 1600;--xoui-z-index-toast: 1700;--xoui-z-index-tooltip: 1800}:root{--xoui-color-brand-primary: var(--xoui-color-orange-700);--xoui-color-brand-primary-hover: var(--xoui-color-orange-800);--xoui-color-brand-light: var(--xoui-color-orange-50);--xoui-color-brand-light-hover: var(--xoui-color-orange-30);--xoui-color-button-base: var(--xoui-color-white);--xoui-color-button-base-hover: var(--xoui-color-gray-100);--xoui-color-button-disabled: var(--xoui-color-gray-100);--xoui-color-text-primary: var(--xoui-color-black);--xoui-color-text-secondary: var(--xoui-color-gray-800);--xoui-color-text-placeholder: var(--xoui-color-gray-500);--xoui-color-text-inverse: var(--xoui-color-white);--xoui-color-text-link-primary: var(--xoui-color-blue-700);--xoui-color-text-action-label: var(--xoui-color-orange-700);--xoui-color-text-action-label-disabled: var(--xoui-color-gray-700);--xoui-color-text-destructive: var(--xoui-color-gray-500);--xoui-color-text-error: var(--xoui-color-red-700);--xoui-color-text-warning: var(--xoui-color-yellow-700);--xoui-color-text-success: var(--xoui-color-green-700);--xoui-color-text-info: var(--xoui-color-blue-700);--xoui-color-background-default: var(--xoui-color-gray-50);--xoui-color-background-surface: var(--xoui-color-white);--xoui-color-background-supplier: var(--xoui-color-blue-50);--xoui-color-background-error: var(--xoui-color-red-100);--xoui-color-background-warning: var(--xoui-color-yellow-100);--xoui-color-background-success: var(--xoui-color-green-100);--xoui-color-background-info: var(--xoui-color-blue-100);--xoui-color-icon-primary: var(--xoui-color-gray-800);--xoui-color-icon-disabled: var(--xoui-color-gray-700);--xoui-color-icon-inverse: var(--xoui-color-white);--xoui-color-icon-destructive: var(--xoui-color-red-700);--xoui-color-icon-brand: var(--xoui-color-orange-700);--xoui-color-icon-info: var(--xoui-color-blue-700);--xoui-color-divider-input-default: var(--xoui-color-gray-300);--xoui-color-divider-input-subtle: var(--xoui-color-gray-200);--xoui-color-divider-input-disabled: var(--xoui-color-gray-200);--xoui-color-divider-section-default: var(--xoui-color-gray-200);--xoui-color-divider-section-subtle: var(--xoui-color-gray-100);--xoui-color-divider-input-focus: var(--xoui-color-orange-700);--xoui-color-divider-error: var(--xoui-color-red-700);--xoui-color-divider-warning: var(--xoui-color-yellow-700);--xoui-color-divider-success: var(--xoui-color-green-700);--xoui-color-divider-info: var(--xoui-color-blue-700)}@keyframes _1rt5mjx2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._1rt5mjx3{--_1rt5mjx0: 2rem;--_1rt5mjx1: var(--xoui-color-brand-primary);all:unset;box-sizing:border-box;display:inline-block;width:var(--_1rt5mjx0);height:var(--_1rt5mjx0)}._1rt5mjx3:after{content:"";box-sizing:border-box;display:block;width:var(--_1rt5mjx0);height:var(--_1rt5mjx0);border-radius:10000px;border-width:calc(var(--_1rt5mjx0) / 8);border-style:solid;border-color:var(--_1rt5mjx1) var(--_1rt5mjx1) var(--_1rt5mjx1) transparent;animation:_1rt5mjx2 1.2s linear infinite}.prfw664{--prfw660: var(--xoui-color-white);--prfw661: var(--xoui-color-brand-primary);--prfw662: var(--xoui-color-brand-primary-hover);--prfw663: transparent;font-weight:700;font-family:var(--xoui-typography-font-family-base);line-height:1.5;box-sizing:border-box;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;border-radius:9999px;border:1px solid var(--prfw663);color:var(--prfw660);background-color:var(--prfw661);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.prfw664:focus-visible{outline:2px solid var(--xoui-color-brand-primary);outline-offset:1px}.prfw664:where([data-bold=normal]){font-weight:400}.prfw664:where([data-full-width]){display:flex;width:100%}.prfw664:where([data-size=sm]){height:2rem;font-size:var(--xoui-typography-font-size-xs);padding-inline:1rem}.prfw664:where([data-size=md]){height:2.5rem;font-size:var(--xoui-typography-font-size-md);padding-inline:1.25rem}.prfw664:where([data-size=lg]){height:3rem;font-size:var(--xoui-typography-font-size-md);padding-inline:1.5rem}.prfw664[aria-disabled]{--prfw660: var(--xoui-color-text-secondary);--prfw661: var(--xoui-color-button-disabled);--prfw663: var(--xoui-color-divider-input-disabled);font-weight:400;cursor:not-allowed}.prfw664:where:not([aria-disabled]):active{transform:translateY(1px)}.prfw665{--prfw660: var(--xoui-color-brand-primary);--prfw661: var(--xoui-color-background-surface);--prfw663: var(--xoui-color-brand-primary);--prfw662: var(--xoui-color-brand-light);border:1px solid var(--prfw663)}.prfw666{--prfw660: var(--xoui-color-text-primary);--prfw661: var(--xoui-color-background-surface);--prfw663: var(--xoui-color-divider-section-default);--prfw662: var(--xoui-color-gray-100);border:1px solid var(--prfw663)}.prfw667{display:flex;align-items:center;justify-content:center;position:absolute;inset:0}.prfw668{display:flex;align-items:center}.prfw668[data-section=left]{margin-left:-.25rem}.prfw668[data-section=right]{margin-right:-.25rem}.prfw668[aria-hidden]{visibility:hidden}@media (any-hover: hover){.prfw664:not([aria-disabled]):hover{background-color:var(--prfw662)}.prfw664:not([aria-disabled]):active{transform:translateY(1px)}}.igar8u0{--igar8u1: var(--xoui-color-icon-primary);--igar8u2: transparent;--igar8u3: var(--xoui-color-gray-300);--igar8u4: var(--xoui-color-button-disabled);--igar8u5: var(--xoui-color-gray-50);--igar8u6: var(--xoui-color-divider-section-default)}.igar8u7{all:unset;color:var(--igar8u1);background-color:var(--igar8u2);position:relative;height:2rem;width:2rem;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;flex-shrink:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.igar8u7:focus-visible{outline:2px solid var(--xoui-color-brand-primary);outline-offset:2px}.igar8u7:where([data-disabled]){cursor:not-allowed;background-color:var(--igar8u4);color:var(--igar8u3)}.igar8u7:where(:not([data-disabled]):active){transform:translateY(1px)}.igar8u9{border:1px solid var(--igar8u6)}.igar8ua{--igar8u1: var(--xoui-color-white);--igar8u2: var(--xoui-color-brand-primary);--igar8u5: var(--xoui-color-brand-primary-hover)}.igar8ub{display:flex;align-items:center;justify-content:center;position:absolute;inset:0}@media (any-hover: hover){.igar8u7:where(:not([data-disabled]):hover){background-color:var(--igar8u5)}.igar8u7:where(:not([data-disabled]):active){transform:translateY(1px)}}._1682sfm1{--_1682sfm0: 1.5rem;all:unset;display:flex;align-items:center;justify-content:center;width:var(--_1682sfm0);height:var(--_1682sfm0);flex-shrink:0;color:var(--xoui-color-icon-primary);cursor:pointer;border-radius:50%}._1682sfm1:hover{color:var(--xoui-color-icon-brand);background-color:var(--xoui-color-background-default)}._1682sfm1:active{transform:translateY(-1px)}._1hbkh9y4{position:relative;display:inline-flex;align-items:center;width:100%}._1hbkh9y5{--_1hbkh9y0: var(--xoui-color-divider-input-default);--_1hbkh9y1: var(--xoui-color-background-surface);--_1hbkh9y2: 1.5rem;--_1hbkh9y3: calc(var(--_1hbkh9y2) + 1rem);box-sizing:border-box;width:100%;height:2.5rem;padding-inline:.75rem;font-family:var(--xoui-typography-font-family-base);font-size:var(--xoui-typography-font-size-md);line-height:1.5;background-color:var(--_1hbkh9y1);border:1px solid var(--_1hbkh9y0);border-radius:.375rem;transition:border-color .2s,box-shadow .2s}._1hbkh9y5:focus-visible{--_1hbkh9y0: var(--xoui-color-divider-input-focus);outline:none;box-shadow:0 0 0 1px var(--xoui-color-divider-input-focus)}._1hbkh9y5:disabled{--_1hbkh9y0: var(--xoui-color-divider-input-disabled);--_1hbkh9y1: var(--xoui-color-background-default);color:var(--xoui-color-text-placeholder);cursor:not-allowed}._1hbkh9y5::placeholder{color:var(--xoui-color-text-placeholder)}._1hbkh9y4[data-with-left-section] ._1hbkh9y5{padding-left:var(--_1hbkh9y3)}._1hbkh9y4[data-with-right-section] ._1hbkh9y5{padding-right:var(--_1hbkh9y3)}._1hbkh9y4[data-error] ._1hbkh9y5{color:var(--xoui-color-text-error);--_1hbkh9y0: var(--xoui-color-divider-error)}._1hbkh9y4[data-error]:focus ._1hbkh9y5{--_1hbkh9y0: var(--xoui-color-divider-error);box-shadow:0 0 0 1px var(--xoui-color-divider-error)}._1hbkh9y6{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:var(--_1hbkh9y2);height:var(--_1hbkh9y2);color:var(--xoui-color-icon-primary);z-index:1}._1hbkh9y4[data-disabled] ._1hbkh9y6{color:var(--xoui-color-icon-disabled)}._1hbkh9y4[data-error] ._1hbkh9y6{color:var(--xoui-color-icon-destructive)}._1hbkh9y7{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:var(--_1hbkh9y2);height:var(--_1hbkh9y2);color:var(--xoui-color-icon-primary);z-index:1;opacity:0;transition:opacity .25s ease-out}._1hbkh9y7[data-visible]{opacity:1;pointer-events:auto}._1hbkh9y4[data-disabled] ._1hbkh9y7{color:var(--xoui-color-icon-disabled)}._1hbkh9y4[data-error] ._1hbkh9y7{color:var(--xoui-color-icon-destructive)}.yw7zqz0{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem}.yw7zqz1{flex-direction:row}.yw7zqz2{all:unset;display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;height:1.875rem;padding-inline:.5rem}.yw7zqz3{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;border:1px solid var(--xoui-color-divider-input-default);background-color:var(--xoui-color-background-surface);transition:border-color .2s,background-color .2s}:where(.yw7zqz2:hover) .yw7zqz3{border-color:var(--xoui-color-brand-primary)}:where(.yw7zqz2[data-state=checked]) .yw7zqz3{background-color:var(--xoui-color-background-surface)}:where(.yw7zqz2[data-disabled]) .yw7zqz3{border-color:var(--xoui-color-divider-input-disabled);background-color:var(--xoui-color-background-surface);cursor:not-allowed}.yw7zqz4{box-sizing:border-box;width:.875rem;height:.875rem;border-radius:50%;background-color:var(--xoui-color-brand-primary);transform:scale(0);transition:transform .2s}:where(.yw7zqz2[data-state=checked]) .yw7zqz4{transform:scale(1)}:where(.yw7zqz2[data-disabled]) .yw7zqz4{background-color:var(--xoui-color-icon-disabled)}.yw7zqz5{font-size:1rem;line-height:1.5;color:var(--xoui-color-text-primary)}:where(.yw7zqz2[data-disabled]) .yw7zqz5{color:var(--xoui-color-text-action-label-disabled)}.r4f54b5{--r4f54b1: var(--xoui-color-gray-300);--r4f54b0: var(--xoui-color-brand-primary);all:unset;height:2rem;box-sizing:border-box;background-color:var(--r4f54b1);border-radius:9999px;position:relative;-webkit-tap-highlight-color:transparent;cursor:pointer}.r4f54b5:focus-visible{outline:2px solid var(--r4f54b0);outline-offset:2px}.r4f54b5:where([data-disabled]){--r4f54b1: var(--xoui-color-button-disabled)}.r4f54b5:where([data-state=checked]):not([data-disabled]){--r4f54b1: var(--xoui-color-brand-primary)}.r4f54b6{display:flex;align-items:center;background-color:transparent}.r4f54b7{--r4f54b2: var(--xoui-color-white);--r4f54b3: 1.5rem;--r4f54b4: .25rem;position:absolute;display:flex;z-index:1;width:var(--r4f54b3);height:var(--r4f54b3);border-radius:9999px;background-color:var(--r4f54b2);filter:drop-shadow(0px 2px 2px rgba(0,0,0,.1));will-change:inset-inline-start;transition:inset-inline-start .15s ease;inset-inline-start:var(--r4f54b4)}.r4f54b7[data-state=checked]{--r4f54b4: calc(100% - var(--r4f54b3) - .25rem)}.r4f54b8{display:none;color:#fff;min-width:1.75rem;min-height:.75rem;font-size:var(--xoui-typography-font-size-xs);font-weight:var(--xoui-typography-font-weight-bold);background-color:transparent;line-height:1;-webkit-user-select:none;user-select:none;white-space:nowrap;padding-inline:.25rem;margin-inline-start:1.75rem;margin-inline-end:.5rem}.r4f54b5[data-state=checked] .r4f54b8{margin-inline-start:.5rem;margin-inline-end:1.75rem}.r4f54b5[data-state=checked] .r4f54b8[data-on-label],.r4f54b5[data-state=unchecked] .r4f54b8[data-off-label]{display:block}
|
|
1
|
+
:root{--xoui-color-white: #FFFFFF;--xoui-color-black: #222222;--xoui-color-gray-50: #F4F5F6;--xoui-color-gray-100: #E9ECEF;--xoui-color-gray-200: #D7DCE2;--xoui-color-gray-300: #BCC4CC;--xoui-color-gray-500: #7D8D9D;--xoui-color-gray-700: #6B7580;--xoui-color-gray-800: #3B454E;--xoui-color-red-100: #FFEFED;--xoui-color-red-600: #FF685A;--xoui-color-red-700: #DC0C00;--xoui-color-orange-30: #F9D4B2;--xoui-color-orange-50: #FFF5EB;--xoui-color-orange-600: #F38827;--xoui-color-orange-700: #F06000;--xoui-color-orange-800: #AE4E19;--xoui-color-yellow-100: #FFF7DC;--xoui-color-yellow-700: #FFBF00;--xoui-color-green-100: #F3FFEE;--xoui-color-green-700: #2CAB23;--xoui-color-green-800: #088000;--xoui-color-blue-50: #EEF8FD;--xoui-color-blue-100: #E4F2FF;--xoui-color-blue-700: #116FF3;--xoui-color-purple-100: #FCEEFF;--xoui-color-purple-700: #A807D0;--xoui-spacing-0: 0px;--xoui-spacing-1: 4px;--xoui-spacing-2: 8px;--xoui-spacing-3: 12px;--xoui-spacing-4: 16px;--xoui-spacing-5: 20px;--xoui-spacing-6: 24px;--xoui-spacing-8: 32px;--xoui-spacing-10: 40px;--xoui-spacing-12: 48px;--xoui-spacing-16: 64px;--xoui-spacing-20: 80px;--xoui-spacing-24: 96px;--xoui-spacing-xs: 4px;--xoui-spacing-sm: 8px;--xoui-spacing-md: 16px;--xoui-spacing-lg: 24px;--xoui-spacing-xl: 32px;--xoui-spacing-2xl: 40px;--xoui-typography-font-size-xs: .75rem;--xoui-typography-font-size-sm: .875rem;--xoui-typography-font-size-md: 1rem;--xoui-typography-font-size-lg: 1.125rem;--xoui-typography-font-size-xl: 1.25rem;--xoui-typography-font-size-2xl: 1.5rem;--xoui-typography-font-weight-normal: 300;--xoui-typography-font-weight-bold: 600;--xoui-typography-font-family-base: "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--xoui-typography-font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--xoui-typography-font-family-serif: Georgia, "Times New Roman", Times, serif;--xoui-typography-font-family-mono: "SF Mono", Monaco, Inconsolata, "Roboto Mono", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--xoui-z-index-auto: auto;--xoui-z-index-base: 0;--xoui-z-index-docked: 10;--xoui-z-index-dropdown: 1000;--xoui-z-index-sticky: 1100;--xoui-z-index-banner: 1200;--xoui-z-index-overlay: 1300;--xoui-z-index-modal: 1400;--xoui-z-index-popover: 1500;--xoui-z-index-skip-link: 1600;--xoui-z-index-toast: 1700;--xoui-z-index-tooltip: 1800}:root{--xoui-color-brand-primary: var(--xoui-color-orange-700);--xoui-color-brand-primary-hover: var(--xoui-color-orange-800);--xoui-color-brand-light: var(--xoui-color-orange-50);--xoui-color-brand-light-hover: var(--xoui-color-orange-30);--xoui-color-button-base: var(--xoui-color-white);--xoui-color-button-base-hover: var(--xoui-color-gray-100);--xoui-color-button-disabled: var(--xoui-color-gray-100);--xoui-color-text-primary: var(--xoui-color-black);--xoui-color-text-secondary: var(--xoui-color-gray-800);--xoui-color-text-placeholder: var(--xoui-color-gray-500);--xoui-color-text-inverse: var(--xoui-color-white);--xoui-color-text-link-primary: var(--xoui-color-blue-700);--xoui-color-text-action-label: var(--xoui-color-orange-700);--xoui-color-text-action-label-disabled: var(--xoui-color-gray-700);--xoui-color-text-destructive: var(--xoui-color-gray-500);--xoui-color-text-error: var(--xoui-color-red-700);--xoui-color-text-warning: var(--xoui-color-yellow-700);--xoui-color-text-success: var(--xoui-color-green-700);--xoui-color-text-info: var(--xoui-color-blue-700);--xoui-color-background-default: var(--xoui-color-gray-50);--xoui-color-background-surface: var(--xoui-color-white);--xoui-color-background-supplier: var(--xoui-color-blue-50);--xoui-color-background-error: var(--xoui-color-red-100);--xoui-color-background-warning: var(--xoui-color-yellow-100);--xoui-color-background-success: var(--xoui-color-green-100);--xoui-color-background-info: var(--xoui-color-blue-100);--xoui-color-icon-primary: var(--xoui-color-gray-800);--xoui-color-icon-disabled: var(--xoui-color-gray-700);--xoui-color-icon-inverse: var(--xoui-color-white);--xoui-color-icon-destructive: var(--xoui-color-red-700);--xoui-color-icon-brand: var(--xoui-color-orange-700);--xoui-color-icon-info: var(--xoui-color-blue-700);--xoui-color-divider-input-default: var(--xoui-color-gray-300);--xoui-color-divider-input-subtle: var(--xoui-color-gray-200);--xoui-color-divider-input-disabled: var(--xoui-color-gray-200);--xoui-color-divider-section-default: var(--xoui-color-gray-200);--xoui-color-divider-section-subtle: var(--xoui-color-gray-100);--xoui-color-divider-input-focus: var(--xoui-color-orange-700);--xoui-color-divider-error: var(--xoui-color-red-700);--xoui-color-divider-warning: var(--xoui-color-yellow-700);--xoui-color-divider-success: var(--xoui-color-green-700);--xoui-color-divider-info: var(--xoui-color-blue-700)}@keyframes _1rt5mjx2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._1rt5mjx3{--_1rt5mjx0: 2rem;--_1rt5mjx1: var(--xoui-color-brand-primary);all:unset;box-sizing:border-box;display:inline-block;width:var(--_1rt5mjx0);height:var(--_1rt5mjx0)}._1rt5mjx3:after{content:"";box-sizing:border-box;display:block;width:var(--_1rt5mjx0);height:var(--_1rt5mjx0);border-radius:10000px;border-width:calc(var(--_1rt5mjx0) / 8);border-style:solid;border-color:var(--_1rt5mjx1) var(--_1rt5mjx1) var(--_1rt5mjx1) transparent;animation:_1rt5mjx2 1.2s linear infinite}.prfw664{--prfw660: var(--xoui-color-white);--prfw661: var(--xoui-color-brand-primary);--prfw662: var(--xoui-color-brand-primary-hover);--prfw663: transparent;font-weight:700;font-family:var(--xoui-typography-font-family-base);line-height:1.5;box-sizing:border-box;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;border-radius:9999px;border:1px solid var(--prfw663);min-width:max-content;color:var(--prfw660);background-color:var(--prfw661);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s;white-space:nowrap}.prfw664:focus-visible{outline:2px solid var(--xoui-color-brand-primary);outline-offset:1px}.prfw664:where([data-bold=normal]){font-weight:400}.prfw664:where([data-full-width]){display:flex;width:100%}.prfw664:where([data-size=sm]){height:2rem;font-size:var(--xoui-typography-font-size-xs);padding-inline:1rem}.prfw664:where([data-size=md]){height:2.5rem;font-size:var(--xoui-typography-font-size-md);padding-inline:1.25rem}.prfw664:where([data-size=lg]){height:3rem;font-size:var(--xoui-typography-font-size-md);padding-inline:1.5rem}.prfw664[aria-disabled]{--prfw660: var(--xoui-color-text-secondary);--prfw661: var(--xoui-color-button-disabled);--prfw663: var(--xoui-color-divider-input-disabled);font-weight:400;cursor:not-allowed}.prfw664:where:not([aria-disabled]):active{transform:translateY(1px)}.prfw665{--prfw660: var(--xoui-color-brand-primary);--prfw661: var(--xoui-color-background-surface);--prfw663: var(--xoui-color-brand-primary);--prfw662: var(--xoui-color-brand-light);border:1px solid var(--prfw663)}.prfw666{--prfw660: var(--xoui-color-text-primary);--prfw661: var(--xoui-color-background-surface);--prfw663: var(--xoui-color-divider-section-default);--prfw662: var(--xoui-color-gray-100);border:1px solid var(--prfw663)}.prfw667{display:flex;align-items:center;justify-content:center;position:absolute;inset:0}.prfw668{display:flex;align-items:center}.prfw668[data-section=left]{margin-left:-.25rem}.prfw668[data-section=right]{margin-right:-.25rem}.prfw668[aria-hidden]{visibility:hidden}@media (any-hover: hover){.prfw664:not([aria-disabled]):hover{background-color:var(--prfw662)}.prfw664:not([aria-disabled]):active{transform:translateY(1px)}}.igar8u0{--igar8u1: var(--xoui-color-icon-primary);--igar8u2: transparent;--igar8u3: var(--xoui-color-gray-300);--igar8u4: var(--xoui-color-button-disabled);--igar8u5: var(--xoui-color-gray-50);--igar8u6: var(--xoui-color-divider-section-default)}.igar8u7{all:unset;color:var(--igar8u1);background-color:var(--igar8u2);position:relative;height:2rem;width:2rem;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;flex-shrink:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.igar8u7:focus-visible{outline:2px solid var(--xoui-color-brand-primary);outline-offset:2px}.igar8u7:where([data-disabled]){cursor:not-allowed;background-color:var(--igar8u4);color:var(--igar8u3)}.igar8u7:where(:not([data-disabled]):active){transform:translateY(1px)}.igar8u9{border:1px solid var(--igar8u6)}.igar8ua{--igar8u1: var(--xoui-color-white);--igar8u2: var(--xoui-color-brand-primary);--igar8u5: var(--xoui-color-brand-primary-hover)}.igar8ub{display:flex;align-items:center;justify-content:center;position:absolute;inset:0}@media (any-hover: hover){.igar8u7:where(:not([data-disabled]):hover){background-color:var(--igar8u5)}.igar8u7:where(:not([data-disabled]):active){transform:translateY(1px)}}._1682sfm1{--_1682sfm0: 1.5rem;all:unset;display:flex;align-items:center;justify-content:center;width:var(--_1682sfm0);height:var(--_1682sfm0);flex-shrink:0;color:var(--xoui-color-icon-primary);cursor:pointer;border-radius:50%}._1682sfm1:hover{color:var(--xoui-color-icon-brand);background-color:var(--xoui-color-background-default)}._1682sfm1:active{transform:translateY(-1px)}._1hbkh9y4{position:relative;display:inline-flex;align-items:center;width:100%}._1hbkh9y5{--_1hbkh9y0: var(--xoui-color-divider-input-default);--_1hbkh9y1: var(--xoui-color-background-surface);--_1hbkh9y2: 1.5rem;--_1hbkh9y3: calc(var(--_1hbkh9y2) + 1rem);box-sizing:border-box;width:100%;height:2.5rem;padding-inline:.75rem;font-family:var(--xoui-typography-font-family-base);font-size:var(--xoui-typography-font-size-md);line-height:1.5;background-color:var(--_1hbkh9y1);border:1px solid var(--_1hbkh9y0);border-radius:.375rem;transition:border-color .2s,box-shadow .2s}._1hbkh9y5:focus-visible{--_1hbkh9y0: var(--xoui-color-divider-input-focus);outline:none;box-shadow:0 0 0 1px var(--xoui-color-divider-input-focus)}._1hbkh9y5:disabled{--_1hbkh9y0: var(--xoui-color-divider-input-disabled);--_1hbkh9y1: var(--xoui-color-background-default);color:var(--xoui-color-text-placeholder);cursor:not-allowed}._1hbkh9y5::placeholder{color:var(--xoui-color-text-placeholder)}._1hbkh9y4[data-with-left-section] ._1hbkh9y5{padding-left:var(--_1hbkh9y3)}._1hbkh9y4[data-with-right-section] ._1hbkh9y5{padding-right:var(--_1hbkh9y3)}._1hbkh9y4[data-error] ._1hbkh9y5{color:var(--xoui-color-text-error);--_1hbkh9y0: var(--xoui-color-divider-error)}._1hbkh9y4[data-error]:focus ._1hbkh9y5{--_1hbkh9y0: var(--xoui-color-divider-error);box-shadow:0 0 0 1px var(--xoui-color-divider-error)}._1hbkh9y6{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:var(--_1hbkh9y2);height:var(--_1hbkh9y2);color:var(--xoui-color-icon-primary);z-index:1}._1hbkh9y4[data-disabled] ._1hbkh9y6{color:var(--xoui-color-icon-disabled)}._1hbkh9y4[data-error] ._1hbkh9y6{color:var(--xoui-color-icon-destructive)}._1hbkh9y7{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:var(--_1hbkh9y2);height:var(--_1hbkh9y2);color:var(--xoui-color-icon-primary);z-index:1;opacity:0;transition:opacity .25s ease-out}._1hbkh9y7[data-visible]{opacity:1;pointer-events:auto}._1hbkh9y4[data-disabled] ._1hbkh9y7{color:var(--xoui-color-icon-disabled)}._1hbkh9y4[data-error] ._1hbkh9y7{color:var(--xoui-color-icon-destructive)}.yw7zqz0{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem}.yw7zqz1{flex-direction:row}.yw7zqz2{all:unset;display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;height:1.875rem;padding-inline:.5rem}.yw7zqz3{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:50%;border:1px solid var(--xoui-color-divider-input-default);background-color:var(--xoui-color-background-surface);transition:border-color .2s,background-color .2s}:where(.yw7zqz2:hover) .yw7zqz3{border-color:var(--xoui-color-brand-primary)}:where(.yw7zqz2[data-state=checked]) .yw7zqz3{background-color:var(--xoui-color-background-surface)}:where(.yw7zqz2[data-disabled]) .yw7zqz3{border-color:var(--xoui-color-divider-input-disabled);background-color:var(--xoui-color-background-surface);cursor:not-allowed}.yw7zqz4{box-sizing:border-box;width:.875rem;height:.875rem;border-radius:50%;background-color:var(--xoui-color-brand-primary);transform:scale(0);transition:transform .2s}:where(.yw7zqz2[data-state=checked]) .yw7zqz4{transform:scale(1)}:where(.yw7zqz2[data-disabled]) .yw7zqz4{background-color:var(--xoui-color-icon-disabled)}.yw7zqz5{font-size:1rem;line-height:1.5;color:var(--xoui-color-text-primary)}:where(.yw7zqz2[data-disabled]) .yw7zqz5{color:var(--xoui-color-text-action-label-disabled)}.r4f54b5{--r4f54b1: var(--xoui-color-gray-300);--r4f54b0: var(--xoui-color-brand-primary);all:unset;height:2rem;box-sizing:border-box;background-color:var(--r4f54b1);border-radius:9999px;position:relative;-webkit-tap-highlight-color:transparent;cursor:pointer}.r4f54b5:focus-visible{outline:2px solid var(--r4f54b0);outline-offset:2px}.r4f54b5:where([data-disabled]){--r4f54b1: var(--xoui-color-button-disabled)}.r4f54b5:where([data-state=checked]):not([data-disabled]){--r4f54b1: var(--xoui-color-brand-primary)}.r4f54b6{display:flex;align-items:center;background-color:transparent}.r4f54b7{--r4f54b2: var(--xoui-color-white);--r4f54b3: 1.5rem;--r4f54b4: .25rem;position:absolute;display:flex;z-index:1;width:var(--r4f54b3);height:var(--r4f54b3);border-radius:9999px;background-color:var(--r4f54b2);filter:drop-shadow(0px 2px 2px rgba(0,0,0,.1));will-change:inset-inline-start;transition:inset-inline-start .15s ease;inset-inline-start:var(--r4f54b4)}.r4f54b7[data-state=checked]{--r4f54b4: calc(100% - var(--r4f54b3) - .25rem)}.r4f54b8{display:none;color:#fff;min-width:1.75rem;min-height:.75rem;font-size:var(--xoui-typography-font-size-xs);font-weight:var(--xoui-typography-font-weight-bold);background-color:transparent;line-height:1;-webkit-user-select:none;user-select:none;white-space:nowrap;padding-inline:.25rem;margin-inline-start:1.75rem;margin-inline-end:.5rem}.r4f54b5[data-state=checked] .r4f54b8{margin-inline-start:.5rem;margin-inline-end:1.75rem}.r4f54b5[data-state=checked] .r4f54b8[data-on-label],.r4f54b5[data-state=unchecked] .r4f54b8[data-off-label]{display:block}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmart/xorder-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"main": "dist/index.js",
|
|
5
|
+
"main": "dist/index.esm.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
@@ -11,8 +11,7 @@
|
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
13
|
"types": "./dist/index.d.ts",
|
|
14
|
-
"import": "./dist/index.esm.js"
|
|
15
|
-
"require": "./dist/index.cjs.js"
|
|
14
|
+
"import": "./dist/index.esm.js"
|
|
16
15
|
},
|
|
17
16
|
"./styles.css": "./dist/xorder-ui.css"
|
|
18
17
|
},
|
package/dist/index.cjs.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react");require("react-dom");function Le(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const i=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,i.get?i:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const c=Le(l);var l1={exports:{}},e1={};var g1;function Me(){if(g1)return e1;g1=1;var e=Symbol.for("react.transitional.element"),r=Symbol.for("react.fragment");function t(i,s,a){var d=null;if(a!==void 0&&(d=""+a),s.key!==void 0&&(d=""+s.key),"key"in s){a={};for(var u in s)u!=="key"&&(a[u]=s[u])}else a=s;return s=a.ref,{$$typeof:e,type:i,key:d,ref:s!==void 0?s:null,props:a}}return e1.Fragment=r,e1.jsx=t,e1.jsxs=t,e1}var r1={};var H1;function je(){return H1||(H1=1,process.env.NODE_ENV!=="production"&&function(){function e(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===D?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case L:return"Fragment";case O:return"Profiler";case H:return"StrictMode";case Z:return"Suspense";case F:return"SuspenseList";case Y:return"Activity"}if(typeof n=="object")switch(typeof n.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),n.$$typeof){case I:return"Portal";case g:return n.displayName||"Context";case b:return(n._context.displayName||"Context")+".Consumer";case E:var x=n.render;return n=n.displayName,n||(n=x.displayName||x.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case V:return x=n.displayName||null,x!==null?x:e(n.type)||"Memo";case T:x=n._payload,n=n._init;try{return e(n(x))}catch{}}return null}function r(n){return""+n}function t(n){try{r(n);var x=!1}catch{x=!0}if(x){x=console;var j=x.error,y=typeof Symbol=="function"&&Symbol.toStringTag&&n[Symbol.toStringTag]||n.constructor.name||"Object";return j.call(x,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",y),r(n)}}function i(n){if(n===L)return"<>";if(typeof n=="object"&&n!==null&&n.$$typeof===T)return"<...>";try{var x=e(n);return x?"<"+x+">":"<...>"}catch{return"<...>"}}function s(){var n=X.A;return n===null?null:n.getOwner()}function a(){return Error("react-stack-top-frame")}function d(n){if(z.call(n,"key")){var x=Object.getOwnPropertyDescriptor(n,"key").get;if(x&&x.isReactWarning)return!1}return n.key!==void 0}function u(n,x){function j(){S||(S=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",x))}j.isReactWarning=!0,Object.defineProperty(n,"key",{get:j,configurable:!0})}function f(){var n=e(this.type);return q[n]||(q[n]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),n=this.props.ref,n!==void 0?n:null}function p(n,x,j,y,A,U){var R=j.ref;return n={$$typeof:w,type:n,key:x,props:j,_owner:y},(R!==void 0?R:null)!==null?Object.defineProperty(n,"ref",{enumerable:!1,get:f}):Object.defineProperty(n,"ref",{enumerable:!1,value:null}),n._store={},Object.defineProperty(n._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(n,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(n,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:A}),Object.defineProperty(n,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:U}),Object.freeze&&(Object.freeze(n.props),Object.freeze(n)),n}function h(n,x,j,y,A,U){var R=x.children;if(R!==void 0)if(y)if(a1(R)){for(y=0;y<R.length;y++)v(R[y]);Object.freeze&&Object.freeze(R)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else v(R);if(z.call(x,"key")){R=e(n);var N=Object.keys(x).filter(function(m1){return m1!=="key"});y=0<N.length?"{key: someKey, "+N.join(": ..., ")+": ...}":"{key: someKey}",Q[R+y]||(N=0<N.length?"{"+N.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
2
|
-
let props = %s;
|
|
3
|
-
<%s {...props} />
|
|
4
|
-
React keys must be passed directly to JSX without using spread:
|
|
5
|
-
let props = %s;
|
|
6
|
-
<%s key={someKey} {...props} />`,y,R,N,R),Q[R+y]=!0)}if(R=null,j!==void 0&&(t(j),R=""+j),d(x)&&(t(x.key),R=""+x.key),"key"in x){j={};for(var G in x)G!=="key"&&(j[G]=x[G])}else j=x;return R&&u(j,typeof n=="function"?n.displayName||n.name||"Unknown":n),p(n,R,j,s(),A,U)}function v(n){M(n)?n._store&&(n._store.validated=1):typeof n=="object"&&n!==null&&n.$$typeof===T&&(n._payload.status==="fulfilled"?M(n._payload.value)&&n._payload.value._store&&(n._payload.value._store.validated=1):n._store&&(n._store.validated=1))}function M(n){return typeof n=="object"&&n!==null&&n.$$typeof===w}var k=l,w=Symbol.for("react.transitional.element"),I=Symbol.for("react.portal"),L=Symbol.for("react.fragment"),H=Symbol.for("react.strict_mode"),O=Symbol.for("react.profiler"),b=Symbol.for("react.consumer"),g=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),Z=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),T=Symbol.for("react.lazy"),Y=Symbol.for("react.activity"),D=Symbol.for("react.client.reference"),X=k.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,a1=Array.isArray,P=console.createTask?console.createTask:function(){return null};k={react_stack_bottom_frame:function(n){return n()}};var S,q={},J=k.react_stack_bottom_frame.bind(k,a)(),K=P(i(a)),Q={};r1.Fragment=L,r1.jsx=function(n,x,j){var y=1e4>X.recentlyCreatedOwnerStacks++;return h(n,x,j,!1,y?Error("react-stack-top-frame"):J,y?P(i(n)):K)},r1.jsxs=function(n,x,j){var y=1e4>X.recentlyCreatedOwnerStacks++;return h(n,x,j,!0,y?Error("react-stack-top-frame"):J,y?P(i(n)):K)}}()),r1}var O1;function we(){return O1||(O1=1,process.env.NODE_ENV==="production"?l1.exports=Me():l1.exports=je()),l1.exports}var m=we();function V1(e,r){if(typeof e=="function")return e(r);e!=null&&(e.current=r)}function C1(...e){return r=>{let t=!1;const i=e.map(s=>{const a=V1(s,r);return!t&&typeof a=="function"&&(t=!0),a});if(t)return()=>{for(let s=0;s<i.length;s++){const a=i[s];typeof a=="function"?a():V1(e[s],null)}}}}function B(...e){return c.useCallback(C1(...e),e)}var ye=Symbol.for("react.lazy"),d1=c[" use ".trim().toString()];function Re(e){return typeof e=="object"&&e!==null&&"then"in e}function P1(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===ye&&"_payload"in e&&Re(e._payload)}function A1(e){const r=Ie(e),t=c.forwardRef((i,s)=>{let{children:a,...d}=i;P1(a)&&typeof d1=="function"&&(a=d1(a._payload));const u=c.Children.toArray(a),f=u.find(ge);if(f){const p=f.props.children,h=u.map(v=>v===f?c.Children.count(p)>1?c.Children.only(null):c.isValidElement(p)?p.props.children:null:v);return m.jsx(r,{...d,ref:s,children:c.isValidElement(p)?c.cloneElement(p,void 0,h):null})}return m.jsx(r,{...d,ref:s,children:a})});return t.displayName=`${e}.Slot`,t}var k1=A1("Slot");function Ie(e){const r=c.forwardRef((t,i)=>{let{children:s,...a}=t;if(P1(s)&&typeof d1=="function"&&(s=d1(s._payload)),c.isValidElement(s)){const d=Oe(s),u=He(a,s.props);return s.type!==c.Fragment&&(u.ref=i?C1(i,d):d),c.cloneElement(s,u)}return c.Children.count(s)>1?c.Children.only(null):null});return r.displayName=`${e}.SlotClone`,r}var B1=Symbol("radix.slottable");function be(e){const r=({children:t})=>m.jsx(m.Fragment,{children:t});return r.displayName=`${e}.Slottable`,r.__radixId=B1,r}var L1=be("Slottable");function ge(e){return c.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===B1}function He(e,r){const t={...r};for(const i in r){const s=e[i],a=r[i];/^on[A-Z]/.test(i)?s&&a?t[i]=(...u)=>{const f=a(...u);return s(...u),f}:s&&(t[i]=s):i==="style"?t[i]={...s,...a}:i==="className"&&(t[i]=[s,a].filter(Boolean).join(" "))}return{...e,...t}}function Oe(e){let r=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning;return t?e.ref:(r=Object.getOwnPropertyDescriptor(e,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning,t?e.props.ref:e.props.ref||e.ref)}var Ve=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Se=Ve.reduce((e,r)=>{const t=A1(`Primitive.${r}`),i=c.forwardRef((s,a)=>{const{asChild:d,...u}=s,f=d?t:r;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),m.jsx(f,{...u,ref:a})});return i.displayName=`Primitive.${r}`,{...e,[r]:i}},{}),Ne=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),Ee="VisuallyHidden",M1=c.forwardRef((e,r)=>m.jsx(Se.span,{...e,ref:r,style:{...Ne,...e.style}}));M1.displayName=Ee;function F1(e){var r,t,i="";if(typeof e=="string"||typeof e=="number")i+=e;else if(typeof e=="object")if(Array.isArray(e)){var s=e.length;for(r=0;r<s;r++)e[r]&&(t=F1(e[r]))&&(i&&(i+=" "),i+=t)}else for(t in e)e[t]&&(i&&(i+=" "),i+=t);return i}function W(){for(var e,r,t=0,i="",s=arguments.length;t<s;t++)(e=arguments[t])&&(r=F1(e))&&(i&&(i+=" "),i+=r);return i}function Ze(e){var r=e.match(/^var\((.*)\)$/);return r?r[1]:e}function _e(e,r){var t={};{var i=e;for(var s in i){var a=i[s];a!=null&&(t[Ze(s)]=a)}}return Object.defineProperty(t,"toString",{value:function(){return Object.keys(this).map(u=>"".concat(u,":").concat(this[u])).join(";")},writable:!1}),t}function Te(e,...r){return typeof e=="number"&&r.length>0?[e,...r].map(i=>`${i/16}rem`).join(" "):typeof e=="number"?`${e/16}rem`:e.split(" ").map(i=>{const s=parseFloat(i);return isNaN(s)?i:`${s/16}rem`}).join(" ")}var Xe="var(--_1rt5mjx0)",Pe="var(--_1rt5mjx1)",Ae="_1rt5mjx3";const f1=l.forwardRef((e,r)=>{const{className:t,color:i,size:s,...a}=e;return m.jsx("div",{className:W(Ae,t),ref:r,style:_e({[Pe]:i,[Xe]:s?Te(s):void 0}),...a})});f1.displayName="@xmart/Spinner";var Be="prfw664",Fe="prfw665",We="prfw666",$e="prfw667",S1="prfw668";const W1=l.forwardRef((e,r)=>{const{asChild:t,bold:i,children:s,className:a,disabled:d,fullWidth:u,leftSection:f,loading:p,rightSection:h,size:v="md",variant:M="filled",onClick:k,...w}=e,I=d||p,L=t?k1:"button",H=W(Be,M==="outlined"&&Fe,M==="white"&&We,a),O=i||(M==="white"?"normal":"bold"),b=g=>{if(I){g.preventDefault(),g.stopPropagation();return}k?.(g)};return m.jsxs(L,{"aria-disabled":I||void 0,className:H,"data-bold":O,"data-full-width":u||void 0,"data-size":v,"data-slot":"button","data-variant":M,disabled:I,onClick:b,ref:r,tabIndex:I?-1:0,...w,children:[f&&m.jsx("div",{"aria-hidden":p||void 0,className:S1,"data-section":"left",children:f}),m.jsx(L1,{children:p?m.jsxs("span",{children:[m.jsx("span",{"aria-hidden":!0,style:{display:"contents",visibility:"hidden"},children:s}),m.jsx(M1,{children:s}),m.jsx("div",{className:$e,children:m.jsx(f1,{color:"currentColor",size:16})})]}):s}),h&&m.jsx("div",{"aria-hidden":p||void 0,className:S1,"data-section":"right",children:h})]})});W1.displayName="@xmart/Button";var De="igar8u7",ze={borderless:"igar8u8",outlined:"igar8u9",filled:"igar8ua"},Ue="igar8ub",Ge="igar8u0";const $1=l.forwardRef((e,r)=>{const{asChild:t,children:i,className:s,disabled:a,loading:d,variant:u="borderless",...f}=e,p=a||d,h=t?k1:"button",v=W(De,Ge,ze[u],s);return m.jsx(h,{"aria-disabled":p||void 0,className:v,"data-disabled":p||void 0,"data-slot":"button","data-variant":u,disabled:p,ref:r,...f,children:m.jsx(L1,{children:d?m.jsxs("span",{children:[m.jsx("span",{"aria-hidden":!0,style:{display:"contents",visibility:"hidden"},children:i}),m.jsx(M1,{children:i}),m.jsx("div",{className:Ue,children:m.jsx(f1,{color:"currentColor",size:16})})]}):i})})});$1.displayName="@xmart/IconButton";function Ye({value:e,defaultValue:r,finalValue:t,onChange:i=()=>{}}){const[s,a]=l.useState(r!==void 0?r:t),d=(u,...f)=>{a(u),i?.(u,...f)};return e!==void 0?[e,i,!0]:[s,d,!1]}var c1={exports:{}},o1={},N1;function qe(){if(N1)return o1;N1=1;var e=Symbol.for("react.transitional.element"),r=Symbol.for("react.fragment");function t(i,s,a){var d=null;if(a!==void 0&&(d=""+a),s.key!==void 0&&(d=""+s.key),"key"in s){a={};for(var u in s)u!=="key"&&(a[u]=s[u])}else a=s;return s=a.ref,{$$typeof:e,type:i,key:d,ref:s!==void 0?s:null,props:a}}return o1.Fragment=r,o1.jsx=t,o1.jsxs=t,o1}var n1={},E1;function Je(){return E1||(E1=1,process.env.NODE_ENV!=="production"&&function(){function e(n){if(n==null)return null;if(typeof n=="function")return n.$$typeof===D?null:n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case L:return"Fragment";case O:return"Profiler";case H:return"StrictMode";case Z:return"Suspense";case F:return"SuspenseList";case Y:return"Activity"}if(typeof n=="object")switch(typeof n.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),n.$$typeof){case I:return"Portal";case g:return n.displayName||"Context";case b:return(n._context.displayName||"Context")+".Consumer";case E:var x=n.render;return n=n.displayName,n||(n=x.displayName||x.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case V:return x=n.displayName||null,x!==null?x:e(n.type)||"Memo";case T:x=n._payload,n=n._init;try{return e(n(x))}catch{}}return null}function r(n){return""+n}function t(n){try{r(n);var x=!1}catch{x=!0}if(x){x=console;var j=x.error,y=typeof Symbol=="function"&&Symbol.toStringTag&&n[Symbol.toStringTag]||n.constructor.name||"Object";return j.call(x,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",y),r(n)}}function i(n){if(n===L)return"<>";if(typeof n=="object"&&n!==null&&n.$$typeof===T)return"<...>";try{var x=e(n);return x?"<"+x+">":"<...>"}catch{return"<...>"}}function s(){var n=X.A;return n===null?null:n.getOwner()}function a(){return Error("react-stack-top-frame")}function d(n){if(z.call(n,"key")){var x=Object.getOwnPropertyDescriptor(n,"key").get;if(x&&x.isReactWarning)return!1}return n.key!==void 0}function u(n,x){function j(){S||(S=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",x))}j.isReactWarning=!0,Object.defineProperty(n,"key",{get:j,configurable:!0})}function f(){var n=e(this.type);return q[n]||(q[n]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),n=this.props.ref,n!==void 0?n:null}function p(n,x,j,y,A,U){var R=j.ref;return n={$$typeof:w,type:n,key:x,props:j,_owner:y},(R!==void 0?R:null)!==null?Object.defineProperty(n,"ref",{enumerable:!1,get:f}):Object.defineProperty(n,"ref",{enumerable:!1,value:null}),n._store={},Object.defineProperty(n._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(n,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(n,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:A}),Object.defineProperty(n,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:U}),Object.freeze&&(Object.freeze(n.props),Object.freeze(n)),n}function h(n,x,j,y,A,U){var R=x.children;if(R!==void 0)if(y)if(a1(R)){for(y=0;y<R.length;y++)v(R[y]);Object.freeze&&Object.freeze(R)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else v(R);if(z.call(x,"key")){R=e(n);var N=Object.keys(x).filter(function(m1){return m1!=="key"});y=0<N.length?"{key: someKey, "+N.join(": ..., ")+": ...}":"{key: someKey}",Q[R+y]||(N=0<N.length?"{"+N.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
7
|
-
let props = %s;
|
|
8
|
-
<%s {...props} />
|
|
9
|
-
React keys must be passed directly to JSX without using spread:
|
|
10
|
-
let props = %s;
|
|
11
|
-
<%s key={someKey} {...props} />`,y,R,N,R),Q[R+y]=!0)}if(R=null,j!==void 0&&(t(j),R=""+j),d(x)&&(t(x.key),R=""+x.key),"key"in x){j={};for(var G in x)G!=="key"&&(j[G]=x[G])}else j=x;return R&&u(j,typeof n=="function"?n.displayName||n.name||"Unknown":n),p(n,R,j,s(),A,U)}function v(n){M(n)?n._store&&(n._store.validated=1):typeof n=="object"&&n!==null&&n.$$typeof===T&&(n._payload.status==="fulfilled"?M(n._payload.value)&&n._payload.value._store&&(n._payload.value._store.validated=1):n._store&&(n._store.validated=1))}function M(n){return typeof n=="object"&&n!==null&&n.$$typeof===w}var k=l,w=Symbol.for("react.transitional.element"),I=Symbol.for("react.portal"),L=Symbol.for("react.fragment"),H=Symbol.for("react.strict_mode"),O=Symbol.for("react.profiler"),b=Symbol.for("react.consumer"),g=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),Z=Symbol.for("react.suspense"),F=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),T=Symbol.for("react.lazy"),Y=Symbol.for("react.activity"),D=Symbol.for("react.client.reference"),X=k.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,a1=Array.isArray,P=console.createTask?console.createTask:function(){return null};k={react_stack_bottom_frame:function(n){return n()}};var S,q={},J=k.react_stack_bottom_frame.bind(k,a)(),K=P(i(a)),Q={};n1.Fragment=L,n1.jsx=function(n,x,j){var y=1e4>X.recentlyCreatedOwnerStacks++;return h(n,x,j,!1,y?Error("react-stack-top-frame"):J,y?P(i(n)):K)},n1.jsxs=function(n,x,j){var y=1e4>X.recentlyCreatedOwnerStacks++;return h(n,x,j,!0,y?Error("react-stack-top-frame"):J,y?P(i(n)):K)}}()),n1}var Z1;function Ke(){return Z1||(Z1=1,process.env.NODE_ENV==="production"?c1.exports=qe():c1.exports=Je()),c1.exports}var o=Ke();function Qe(e,...r){return typeof e=="number"&&r.length>0?[e,...r].map(i=>`${i/16}rem`).join(" "):typeof e=="number"?`${e/16}rem`:e.split(" ").map(i=>{const s=parseFloat(i);return isNaN(s)?i:`${s/16}rem`}).join(" ")}const C=l.forwardRef(({color:e,strokeWidth:r="0",size:t=24,title:i,children:s,style:a,className:d,"aria-hidden":u,"aria-label":f,role:p,...h},v)=>{const M=l.useMemo(()=>{const w=Qe(t);return{...a,color:e||"currentColor",width:w,height:w}},[e,t,a]),k=l.useMemo(()=>({role:p||(i||f?"img":void 0),...u===void 0&&!i&&!f?{"aria-hidden":!0}:{}}),[u,i,f,p]);return o.jsxs("svg",{"aria-hidden":u,"aria-label":f,fill:"currentColor",ref:v,stroke:"currentColor",strokeWidth:r,style:M,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...k,...h,children:[i&&o.jsx("title",{children:i}),s]})});C.displayName="@xmart/xorder-ui-icons/SvgIcon";const er=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("circle",{cx:"12",cy:"13",r:"7",stroke:"currentColor",strokeWidth:"1.5"}),o.jsx("path",{d:"M12 9.5V13L14 15M17 4L20 7M4 7L7 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));er.displayName="@xmart/xorder-ui-icons/XoAlarmOutlineIcon";const rr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M4 12L20 12M4 12L10 6M4 12L10 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));rr.displayName="@xmart/xorder-ui-icons/XoArrowLeftOutlineIcon";const or=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M15.4286 12C15.4286 13.8935 13.8935 15.4285 12 15.4285C10.1065 15.4285 8.57143 13.8935 8.57143 12C8.57143 10.1064 10.1065 8.5714 12 8.5714C13.8935 8.5714 15.4286 10.1064 15.4286 12ZM15.4286 12L15.4286 13.1429C15.4286 14.4052 16.4519 15.4286 17.7143 15.4286C18.5252 15.4286 19.2375 15.0063 19.6432 14.3696C19.8691 14.0152 20 13.5943 20 13.1429V12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C13.6997 20 15.2756 19.4699 16.5714 18.5661",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));or.displayName="@xmart/xorder-ui-icons/XoAtEmailOutlineIcon";const nr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M20 11.5008L12.4356 18.635C11.5089 19.509 10.252 20 8.94144 20C7.63089 20 6.37401 19.509 5.44731 18.635C4.52061 17.761 4 16.5756 4 15.3396C4 14.1036 4.52061 12.9182 5.44731 12.0442L13.0117 4.91C13.6295 4.32734 14.4675 4 15.3412 4C16.2149 4 17.0528 4.32734 17.6706 4.91C18.2884 5.49266 18.6355 6.28292 18.6355 7.10693C18.6355 7.93094 18.2884 8.7212 17.6706 9.30386L10.0979 16.4381C9.78902 16.7294 9.37006 16.8931 8.93321 16.8931C8.49636 16.8931 8.0774 16.7294 7.7685 16.4381C7.4596 16.1467 7.28606 15.7516 7.28606 15.3396C7.28606 14.9276 7.4596 14.5325 7.7685 14.2411L14.7568 7.6581",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));nr.displayName="@xmart/xorder-ui-icons/XoAttachmentOutlineIcon";const tr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M12 4C9.10051 4 6.75 6.30254 6.75 9.14286C6.75 12.5714 5 16 5 16H19C19 16 17.25 12.5714 17.25 9.14286C17.25 6.30254 14.8995 4 12 4Z",fill:"currentColor"}),o.jsx("path",{d:"M9.375 16.4444V17.3333C9.375 17.6835 9.4429 18.0303 9.57482 18.3538C9.70673 18.6774 9.90009 18.9713 10.1438 19.219C10.3876 19.4666 10.677 19.663 10.9955 19.797C11.3139 19.931 11.6553 20 12 20C12.3447 20 12.6861 19.931 13.0045 19.797C13.323 19.663 13.6124 19.4666 13.8562 19.219C14.0999 18.9713 14.2933 18.6774 14.4252 18.3538C14.5571 18.0303 14.625 17.6835 14.625 17.3333V16.4444M17.25 9.33333C17.25 12 19 16.4444 19 16.4444H5C5 16.4444 6.75 12.8889 6.75 9.33333C6.75 6.42844 9.1405 4 12 4C14.8595 4 17.25 6.42844 17.25 9.33333Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));tr.displayName="@xmart/xorder-ui-icons/XoBellFillIcon";const ir=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M9.375 16.4444V17.3333C9.375 17.6835 9.4429 18.0303 9.57482 18.3538C9.70673 18.6774 9.90009 18.9713 10.1438 19.219C10.3876 19.4666 10.677 19.663 10.9955 19.797C11.3139 19.931 11.6553 20 12 20C12.3447 20 12.6861 19.931 13.0045 19.797C13.323 19.663 13.6124 19.4666 13.8562 19.219C14.0999 18.9713 14.2933 18.6774 14.4252 18.3538C14.5571 18.0303 14.625 17.6835 14.625 17.3333V16.4444M17.25 9.33333C17.25 12 19 16.4444 19 16.4444H5C5 16.4444 6.75 12.8889 6.75 9.33333C6.75 6.42844 9.1405 4 12 4C14.8595 4 17.25 6.42844 17.25 9.33333Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));ir.displayName="@xmart/xorder-ui-icons/XoBellOutlineIcon";const sr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M20 11H4M20 11V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5H18C19.1046 5 20 5.89543 20 7V11ZM15 3V7M9 3V7",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));sr.displayName="@xmart/xorder-ui-icons/XoCalendarOutlineIcon";const ar=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M3 4H5.23684L7 16.5H16.5M16.5 16.5C15.5117 16.5 14.7105 17.2404 14.7105 18.2222C14.7105 19.2041 15.5117 20 16.5 20C17.4883 20 18.2895 19.2041 18.2895 18.2222C18.2895 17.2404 17.4883 16.5 16.5 16.5ZM6.67481 14H17L19 6H5.52444M10.7895 18.2222C10.7895 19.2041 9.9883 20 9 20C8.0117 20 7.21053 19.2041 7.21053 18.2222C7.21053 17.2404 8.0117 16.5 9 16.5C9.9883 16.5 10.7895 17.2404 10.7895 18.2222Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));ar.displayName="@xmart/xorder-ui-icons/XoCartOutlineIcon";const lr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M3 6.51512C3 6.13043 3.22669 5.78202 3.57858 5.66029C6.31783 4.71275 9.29741 4.78502 12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19C9.51671 17.9965 6.79957 17.8541 4.24989 18.5727C3.63878 18.7449 3 18.2914 3 17.6346V6.51512Z",fill:"currentColor"}),o.jsx("path",{d:"M12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19M12 5.87711C9.29741 4.78502 6.31783 4.71275 3.57858 5.66029C3.22669 5.78202 3 6.13043 3 6.51512V17.6346C3 18.2914 3.63878 18.7449 4.24989 18.5727C6.79957 17.8541 9.51671 17.9965 12 19M12 5.87711V19",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})]}));lr.displayName="@xmart/xorder-ui-icons/XoCatalogFillIcon";const cr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19M12 5.87711C9.29741 4.78502 6.31783 4.71275 3.57858 5.66029C3.22669 5.78202 3 6.13043 3 6.51512V17.6346C3 18.2914 3.63878 18.7449 4.24989 18.5727C6.79957 17.8541 9.51671 17.9965 12 19M12 5.87711V19",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})}));cr.displayName="@xmart/xorder-ui-icons/XoCatalogOutlineIcon";const ur=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM16.9749 9.86366C17.2678 9.57077 17.2678 9.0959 16.9749 8.803C16.682 8.51011 16.2072 8.51011 15.9143 8.803L10.2224 14.4949L8.08599 12.3586C7.7931 12.0657 7.31822 12.0657 7.02533 12.3586C6.73244 12.6515 6.73244 13.1263 7.02534 13.4192L9.69204 16.0859C9.98493 16.3788 10.4598 16.3788 10.7527 16.0859L16.9749 9.86366Z",fill:"currentColor"})]}));ur.displayName="@xmart/xorder-ui-icons/XoCheckCircleFillIcon";const dr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M16.4444 9.33333L10.2222 15.5556L7.5555 12.8889M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));dr.displayName="@xmart/xorder-ui-icons/XoCheckCircleOutlineIcon";const Cr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M20 6L9 18L4 13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Cr.displayName="@xmart/xorder-ui-icons/XoCheckOutlineIcon";const fr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M17 8L10 16L7 13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));fr.displayName="@xmart/xorder-ui-icons/XoCheckSOutlineIcon";const pr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M7.55556 10.2222L12 14.6667L16.4444 10.2222M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));pr.displayName="@xmart/xorder-ui-icons/XoChevronCircleDownOutlineIcon";const xr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M13.7778 7.55556L9.33333 12L13.7778 16.4444M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));xr.displayName="@xmart/xorder-ui-icons/XoChevronCircleLeftOutlineIcon";const mr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M10.2222 16.4444L14.6667 12L10.2222 7.55556M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));mr.displayName="@xmart/xorder-ui-icons/XoChevronCircleRightOutlineIcon";const hr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M16.4444 13.7778L12 9.33333L7.55556 13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));hr.displayName="@xmart/xorder-ui-icons/XoChevronCircleUpOutlineIcon";const vr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M6 9L12 15L18 9",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));vr.displayName="@xmart/xorder-ui-icons/XoChevronDownOutlineIcon";const kr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M15 6L9 12L15 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));kr.displayName="@xmart/xorder-ui-icons/XoChevronLeftOutlineIcon";const Lr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M9 18L15 12L9 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Lr.displayName="@xmart/xorder-ui-icons/XoChevronRightOutlineIcon";const Mr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M18 14L12 8L6 14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Mr.displayName="@xmart/xorder-ui-icons/XoChevronUpOutlineIcon";const jr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M7 13L12 17L17 13",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M7 8L12 12L17 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));jr.displayName="@xmart/xorder-ui-icons/XoChevronWDownOutlineIcon";const wr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12.8889 8.44444C12.8889 7.95352 12.4909 7.55556 12 7.55556C11.5091 7.55556 11.1111 7.95352 11.1111 8.44444V12C11.1111 12.2357 11.2048 12.4618 11.3715 12.6285L13.1492 14.4063C13.4964 14.7535 14.0592 14.7535 14.4063 14.4063C14.7535 14.0592 14.7535 13.4964 14.4063 13.1492L12.8889 11.6318V8.44444Z",fill:"currentColor"}),o.jsx("circle",{cx:"12",cy:"12",r:"8",stroke:"currentColor",strokeWidth:"1.5"})]}));wr.displayName="@xmart/xorder-ui-icons/XoClockFillIcon";const yr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 8.44444V12L13.7778 13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));yr.displayName="@xmart/xorder-ui-icons/XoClockOutlineIcon";const D1=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M18 6L6 18M6.00001 6L18 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));D1.displayName="@xmart/xorder-ui-icons/XoCrossOutlineIcon";const Rr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M16 8L8 16M8.00001 8L16 16",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Rr.displayName="@xmart/xorder-ui-icons/XoCrossSOutlineIcon";const Ir=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M20 15V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18L4 15M8 11L12 15M12 15L16 11M12 15V4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Ir.displayName="@xmart/xorder-ui-icons/XoDownloadOutlineIcon";const br=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M14 6L8 12V16H12L18 10M14 6L17 3L21 7L18 10M14 6L18 10M10 4L4 4L4 20L20 20V14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));br.displayName="@xmart/xorder-ui-icons/XoEditOutlineIcon";const gr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M20 14.8335C21.3082 13.3317 22 12 22 12C22 12 18.3636 5 12 5C11.6588 5 11.3254 5.02013 11 5.05822C10.6578 5.09828 10.3244 5.15822 10 5.23552M12 9C12.3506 9 12.6872 9.06015 13 9.17071C13.8524 9.47199 14.528 10.1476 14.8293 11C14.9398 11.3128 15 11.6494 15 12M3 3L21 21M12 15C11.6494 15 11.3128 14.9398 11 14.8293C10.1476 14.528 9.47198 13.8524 9.1707 13C9.11386 12.8392 9.07034 12.6721 9.04147 12.5M4.14701 9C3.83877 9.34451 3.56234 9.68241 3.31864 10C2.45286 11.1282 2 12 2 12C2 12 5.63636 19 12 19C12.3412 19 12.6746 18.9799 13 18.9418",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));gr.displayName="@xmart/xorder-ui-icons/XoEyeClosedOutlineIcon";const Hr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M12 5C5.63636 5 2 12 2 12C2 12 5.63636 19 12 19C18.3636 19 22 12 22 12C22 12 18.3636 5 12 5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));Hr.displayName="@xmart/xorder-ui-icons/XoEyeOpenOutlineIcon";const Or=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M4 5L10 5M10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5M10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5M14 5L20 5M4 12H16M16 12C16 13.1046 16.8954 14 18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12ZM8 19H20M8 19C8 17.8954 7.10457 17 6 17C4.89543 17 4 17.8954 4 19C4 20.1046 4.89543 21 6 21C7.10457 21 8 20.1046 8 19Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})}));Or.displayName="@xmart/xorder-ui-icons/XoFiltersOutlineIcon";const Vr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M4 4H10.5882V10.5882H4V4Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M4 13.4118H10.5882V20H4V13.4118Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M13.4118 4H20V10.5882H13.4118V4Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M13.4118 13.4118H20V20H13.4118V13.4118Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));Vr.displayName="@xmart/xorder-ui-icons/XoGridOutlineIcon";const Sr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M14 20V14.3529C14 13.3176 13.1 12.4706 12 12.4706C10.9 12.4706 10 13.3176 10 14.3529V20H4V10.5882L12 4L20 10.5882V20H14Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Sr.displayName="@xmart/xorder-ui-icons/XoHomeFillIcon";const Nr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M14 20V14.3529C14 13.3176 13.1 12.4706 12 12.4706C10.9 12.4706 10 13.3176 10 14.3529V20H4V10.5882L12 4L20 10.5882V20H14Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Nr.displayName="@xmart/xorder-ui-icons/XoHomeOutlineIcon";const Er=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M9 13.5L9.48014 12.9238C9.1937 12.6851 8.77542 12.6931 8.49828 12.9425L9 13.5ZM4 4V3.25C3.58579 3.25 3.25 3.58579 3.25 4H4ZM20 4H20.75C20.75 3.58579 20.4142 3.25 20 3.25V4ZM4 20H3.25C3.25 20.4142 3.58579 20.75 4 20.75V20ZM14 20.75C14.4142 20.75 14.75 20.4142 14.75 20C14.75 19.5858 14.4142 19.25 14 19.25V20.75ZM19.25 12C19.25 12.4142 19.5858 12.75 20 12.75C20.4142 12.75 20.75 12.4142 20.75 12H19.25ZM17 14L17.5303 13.4697C17.2374 13.1768 16.7626 13.1768 16.4697 13.4697L17 14ZM16.25 18C16.25 18.4142 16.5858 18.75 17 18.75C17.4142 18.75 17.75 18.4142 17.75 18H16.25ZM14.9697 14.9697C14.6768 15.2625 14.6768 15.7374 14.9697 16.0303C15.2626 16.3232 15.7374 16.3232 16.0303 16.0303L14.9697 14.9697ZM17.9697 16.0303C18.2626 16.3232 18.7374 16.3232 19.0303 16.0303C19.3232 15.7374 19.3232 15.2625 19.0303 14.9697L17.9697 16.0303ZM10.25 9C10.25 9.69036 9.69036 10.25 9 10.25V11.75C10.5188 11.75 11.75 10.5188 11.75 9H10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM7.75 9C7.75 8.30964 8.30964 7.75 9 7.75V6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75ZM9 7.75C9.69036 7.75 10.25 8.30964 10.25 9H11.75C11.75 7.48122 10.5188 6.25 9 6.25V7.75ZM12.4801 15.4238L9.48014 12.9238L8.51986 14.0762L11.5199 16.5762L12.4801 15.4238ZM8.49828 12.9425L3.49828 17.4425L4.50172 18.5575L9.50172 14.0575L8.49828 12.9425ZM21.25 16C21.25 18.3472 19.3472 20.25 17 20.25V21.75C20.1756 21.75 22.75 19.1756 22.75 16H21.25ZM17 20.25C14.6528 20.25 12.75 18.3472 12.75 16H11.25C11.25 19.1756 13.8244 21.75 17 21.75V20.25ZM12.75 16C12.75 13.6528 14.6528 11.75 17 11.75V10.25C13.8244 10.25 11.25 12.8244 11.25 16H12.75ZM17 11.75C19.3472 11.75 21.25 13.6528 21.25 16H22.75C22.75 12.8244 20.1756 10.25 17 10.25V11.75ZM4 4.75H20V3.25H4V4.75ZM4.75 20V4H3.25V20H4.75ZM14 19.25H4V20.75H14V19.25ZM19.25 4V12H20.75V4H19.25ZM16.25 14V18H17.75V14H16.25ZM16.4697 13.4697L14.9697 14.9697L16.0303 16.0303L17.5303 14.5303L16.4697 13.4697ZM16.4697 14.5303L17.9697 16.0303L19.0303 14.9697L17.5303 13.4697L16.4697 14.5303Z",fill:"currentColor"})}));Er.displayName="@xmart/xorder-ui-icons/XoImageAddOutlineIcon";const Zr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M7 18.25C6.58579 18.25 6.25 18.5858 6.25 19C6.25 19.4142 6.58579 19.75 7 19.75V18.25ZM5 17H4.25C4.25 17.2918 4.41921 17.5571 4.68378 17.6801C4.94836 17.8031 5.26026 17.7615 5.48335 17.5735L5 17ZM18.25 17C18.25 17.4142 18.5858 17.75 19 17.75C19.4142 17.75 19.75 17.4142 19.75 17H18.25ZM17 19.75C17.4142 19.75 17.75 19.4142 17.75 19C17.75 18.5858 17.4142 18.25 17 18.25V19.75ZM17 5.75C17.4142 5.75 17.75 5.41421 17.75 5C17.75 4.58579 17.4142 4.25 17 4.25V5.75ZM19.75 7C19.75 6.58579 19.4142 6.25 19 6.25C18.5858 6.25 18.25 6.58579 18.25 7H19.75ZM7 4.25C6.58579 4.25 6.25 4.58579 6.25 5C6.25 5.41421 6.58579 5.75 7 5.75V4.25ZM5.75 7C5.75 6.58579 5.41421 6.25 5 6.25C4.58579 6.25 4.25 6.58579 4.25 7H5.75ZM15.5 11.125L15.9939 10.5606L15.4658 10.0985L14.9697 10.5947L15.5 11.125ZM11.5625 15.0625L11.094 15.6482L11.6182 16.0675L12.0928 15.5928L11.5625 15.0625ZM9.375 13.3125L9.84352 12.7268L9.36258 12.3421L8.89165 12.739L9.375 13.3125ZM7 5.75H17V4.25H7V5.75ZM18.25 7V17H19.75V7H18.25ZM17 18.25H7V19.75H17V18.25ZM5.75 17V7H4.25V17H5.75ZM10.375 9.375C10.375 9.92728 9.92728 10.375 9.375 10.375V11.875C10.7557 11.875 11.875 10.7557 11.875 9.375H10.375ZM9.375 10.375C8.82272 10.375 8.375 9.92728 8.375 9.375H6.875C6.875 10.7557 7.99429 11.875 9.375 11.875V10.375ZM8.375 9.375C8.375 8.82272 8.82272 8.375 9.375 8.375V6.875C7.99429 6.875 6.875 7.99429 6.875 9.375H8.375ZM9.375 8.375C9.92728 8.375 10.375 8.82272 10.375 9.375H11.875C11.875 7.99429 10.7557 6.875 9.375 6.875V8.375ZM14.9697 10.5947L11.0322 14.5322L12.0928 15.5928L16.0303 11.6553L14.9697 10.5947ZM12.031 14.4768L9.84352 12.7268L8.90648 13.8982L11.094 15.6482L12.031 14.4768ZM8.89165 12.739L4.51665 16.4265L5.48335 17.5735L9.85835 13.886L8.89165 12.739ZM15.0061 11.6894L18.5061 14.7519L19.4939 13.6231L15.9939 10.5606L15.0061 11.6894ZM4 3.75H6V2.25H4V3.75ZM6.25 4V6H7.75V4H6.25ZM6 6.25H4V7.75H6V6.25ZM3.75 6V4H2.25V6H3.75ZM4 6.25C3.86193 6.25 3.75 6.13807 3.75 6H2.25C2.25 6.9665 3.0335 7.75 4 7.75V6.25ZM6.25 6C6.25 6.13807 6.13807 6.25 6 6.25V7.75C6.9665 7.75 7.75 6.9665 7.75 6H6.25ZM6 3.75C6.13807 3.75 6.25 3.86193 6.25 4H7.75C7.75 3.0335 6.9665 2.25 6 2.25V3.75ZM4 2.25C3.0335 2.25 2.25 3.0335 2.25 4H3.75C3.75 3.86193 3.86193 3.75 4 3.75V2.25ZM18 3.75H20V2.25H18V3.75ZM20.25 4V6H21.75V4H20.25ZM20 6.25H18V7.75H20V6.25ZM17.75 6V4H16.25V6H17.75ZM18 6.25C17.8619 6.25 17.75 6.13807 17.75 6H16.25C16.25 6.9665 17.0335 7.75 18 7.75V6.25ZM20.25 6C20.25 6.13807 20.1381 6.25 20 6.25V7.75C20.9665 7.75 21.75 6.9665 21.75 6H20.25ZM20 3.75C20.1381 3.75 20.25 3.86193 20.25 4H21.75C21.75 3.0335 20.9665 2.25 20 2.25V3.75ZM18 2.25C17.0335 2.25 16.25 3.0335 16.25 4H17.75C17.75 3.86193 17.8619 3.75 18 3.75V2.25ZM4 17.75H6V16.25H4V17.75ZM6.25 18V20H7.75V18H6.25ZM6 20.25H4V21.75H6V20.25ZM3.75 20V18H2.25V20H3.75ZM4 20.25C3.86193 20.25 3.75 20.1381 3.75 20H2.25C2.25 20.9665 3.0335 21.75 4 21.75V20.25ZM6.25 20C6.25 20.1381 6.13807 20.25 6 20.25V21.75C6.9665 21.75 7.75 20.9665 7.75 20H6.25ZM6 17.75C6.13807 17.75 6.25 17.8619 6.25 18H7.75C7.75 17.0335 6.9665 16.25 6 16.25V17.75ZM4 16.25C3.0335 16.25 2.25 17.0335 2.25 18H3.75C3.75 17.8619 3.86193 17.75 4 17.75V16.25ZM18 17.75H20V16.25H18V17.75ZM20.25 18V20H21.75V18H20.25ZM20 20.25H18V21.75H20V20.25ZM17.75 20V18H16.25V20H17.75ZM18 20.25C17.8619 20.25 17.75 20.1381 17.75 20H16.25C16.25 20.9665 17.0335 21.75 18 21.75V20.25ZM20.25 20C20.25 20.1381 20.1381 20.25 20 20.25V21.75C20.9665 21.75 21.75 20.9665 21.75 20H20.25ZM20 17.75C20.1381 17.75 20.25 17.8619 20.25 18H21.75C21.75 17.0335 20.9665 16.25 20 16.25V17.75ZM18 16.25C17.0335 16.25 16.25 17.0335 16.25 18H17.75C17.75 17.8619 17.8619 17.75 18 17.75V16.25Z",fill:"currentColor"})}));Zr.displayName="@xmart/xorder-ui-icons/XoImageEditOutlineIcon";const _r=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M3.49828 17.4425C3.19039 17.7196 3.16544 18.1938 3.44253 18.5017C3.71962 18.8096 4.19384 18.8346 4.50172 18.5575L3.49828 17.4425ZM16 11L16.4939 10.4356C16.1967 10.1756 15.7489 10.1905 15.4697 10.4697L16 11ZM11.5 15.5L11.0315 16.0857C11.3299 16.3244 11.7601 16.3006 12.0303 16.0303L11.5 15.5ZM9 13.5L9.46852 12.9143C9.18181 12.685 8.77119 12.6969 8.49828 12.9425L9 13.5ZM4 4V3.25C3.58579 3.25 3.25 3.58579 3.25 4H4ZM20 4H20.75C20.75 3.58579 20.4142 3.25 20 3.25V4ZM20 20V20.75C20.4142 20.75 20.75 20.4142 20.75 20H20ZM4 20H3.25C3.25 20.4142 3.58579 20.75 4 20.75V20ZM10.25 9C10.25 9.69036 9.69036 10.25 9 10.25V11.75C10.5188 11.75 11.75 10.5188 11.75 9H10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM7.75 9C7.75 8.30964 8.30964 7.75 9 7.75V6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75ZM9 7.75C9.69036 7.75 10.25 8.30964 10.25 9H11.75C11.75 7.48122 10.5188 6.25 9 6.25V7.75ZM15.4697 10.4697L10.9697 14.9697L12.0303 16.0303L16.5303 11.5303L15.4697 10.4697ZM11.9685 14.9143L9.46852 12.9143L8.53148 14.0857L11.0315 16.0857L11.9685 14.9143ZM8.49828 12.9425L3.49828 17.4425L4.50172 18.5575L9.50172 14.0575L8.49828 12.9425ZM15.5061 11.5644L19.5061 15.0644L20.4939 13.9356L16.4939 10.4356L15.5061 11.5644ZM4 4.75H20V3.25H4V4.75ZM19.25 4V20H20.75V4H19.25ZM20 19.25H4V20.75H20V19.25ZM4.75 20V4H3.25V20H4.75Z",fill:"currentColor"})}));_r.displayName="@xmart/xorder-ui-icons/XoImageOutlineIcon";const Tr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M4 12H8.88889L10.2222 14.625H13.7778L15.5556 12H20M4 12V17.25C4 18.2165 4.79594 19 5.77778 19H18.2222C19.2041 19 20 18.2165 20 17.25V12M4 12L6.45037 5.56777C6.58048 5.22625 6.91214 5 7.28267 5H16.7173C17.0879 5 17.4195 5.22625 17.5496 5.56777L20 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Tr.displayName="@xmart/xorder-ui-icons/XoInboxOutlineIcon";const Xr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("circle",{cx:"12",cy:"12",r:"8",stroke:"currentColor",strokeWidth:"1.5"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM11 11C11 10.4477 11.4477 10 12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11ZM12 8.5C11.4477 8.5 11 8.05228 11 7.5C11 6.94772 11.4477 6.5 12 6.5C12.5523 6.5 13 6.94772 13 7.5C13 8.05228 12.5523 8.5 12 8.5Z",fill:"currentColor"})]}));Xr.displayName="@xmart/xorder-ui-icons/XoInfoCircleFillIcon";const Pr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 7.56444V7.55556M12 16.4444V10.5M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Pr.displayName="@xmart/xorder-ui-icons/XoInfoCircleOutlineIcon";const Ar=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M18.6316 16.5926H5.36842M18.6316 16.5926C19.1548 16.5926 19.5789 16.1615 19.5789 15.6296V5.96296C19.5789 5.43113 19.1548 5 18.6316 5H12H5.36842C4.8452 5 4.42105 5.43113 4.42105 5.96296V15.6296C4.42105 16.1615 4.8452 16.5926 5.36842 16.5926M18.6316 16.5926H19.8158C20.4698 16.5926 21 17.1315 21 17.7963C21 18.4611 20.4698 19 19.8158 19H4.18421C3.53019 19 3 18.4611 3 17.7963C3 17.1315 3.53019 16.5926 4.18421 16.5926H5.36842",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Ar.displayName="@xmart/xorder-ui-icons/XoLaptopOutlineIcon";const Br=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M8.44444 8.85294V19M8.44444 8.85294L12 4.88235C12.4444 4.44118 13.1111 4 13.7778 4C16.2222 4 15.9111 6.38235 15.1111 7.30882L13.7778 8.85294H17.3333C19.1111 8.85294 20 10.1765 20 11.9412C20 13.7059 18.4444 17.2353 18.4444 17.2353C17.7778 18.3382 17.3333 19 15.5556 19H4V8.85294H8.44444Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.jsx("path",{d:"M8 19V8.85294L11.6923 4.88235C12.1538 4.44118 12.8462 4 13.5385 4C16.0769 4 15.7538 6.38235 14.9231 7.30882L13.5385 8.85294H17.2308C19.0769 8.85294 20 10.1765 20 11.9412C20 13.7059 18.3846 17.2353 18.3846 17.2353C17.6923 18.3382 17.2308 19 15.3846 19H8Z",fill:"currentColor"})]}));Br.displayName="@xmart/xorder-ui-icons/XoLikeFillIcon";const Fr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M8.44444 8.85294V19M8.44444 8.85294L12 4.88235C12.4444 4.44118 13.1111 4 13.7778 4C16.2222 4 15.9111 6.38235 15.1111 7.30882L13.7778 8.85294H17.3333C19.1111 8.85294 20 10.1765 20 11.9412C20 13.7059 18.4444 17.2353 18.4444 17.2353C17.7778 18.3382 17.3333 19 15.5556 19H4V8.85294H8.44444Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})}));Fr.displayName="@xmart/xorder-ui-icons/XoLikeOutlineIcon";const Wr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M7 8H17M7 12H17M7 16H13M4 4H20V20H4V4Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Wr.displayName="@xmart/xorder-ui-icons/XoListRightOutlineIcon";const $r=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M8 11V7C8 5.66667 8.8 3 12 3C13.9103 3 14.9653 3.95032 15.5054 5M8 11H5V21H19V11H8Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));$r.displayName="@xmart/xorder-ui-icons/XoLockOffOutlineIcon";const Dr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M8 11V7C8 5.66667 8.8 3 12 3C15.2 3 16 5.66667 16 7V11M8 11H5V21H19V11H16M8 11H16",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Dr.displayName="@xmart/xorder-ui-icons/XoLockOnOutlineIcon";const zr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M3.29289 5.29289C3.47386 5.11193 3.72386 5 4 5H20C20.2761 5 20.5261 5.11193 20.7071 5.29289M3.29289 5.29289C3.11193 5.47386 3 5.72386 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.72386 20.8881 5.47386 20.7071 5.29289M3.29289 5.29289L10.5858 12.5857C11.3668 13.3668 12.6332 13.3668 13.4142 12.5857L20.7071 5.29289",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));zr.displayName="@xmart/xorder-ui-icons/XoMailOutlineIcon";const Ur=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M4 18H20M4 12H20M4 6H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}));Ur.displayName="@xmart/xorder-ui-icons/XoMenuOutlineIcon";const Gr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{d:"M14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5Z",fill:"currentColor"}),o.jsx("path",{d:"M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z",fill:"currentColor"}),o.jsx("path",{d:"M12 21C13.1046 21 14 20.1046 14 19C14 17.8954 13.1046 17 12 17C10.8954 17 10 17.8954 10 19C10 20.1046 10.8954 21 12 21Z",fill:"currentColor"})]}));Gr.displayName="@xmart/xorder-ui-icons/XoMenuVerticalFillIcon";const Yr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M15.1111 11.5555H15.12M11.5555 11.5555H11.5644M7.99999 11.5555H8.00888M14.9333 18.3111L20 20L18.3111 14.9333C18.3111 14.9333 19.1111 13.7778 19.1111 11.5555C19.1111 7.38273 15.7284 4 11.5555 4C7.38273 4 4 7.38273 4 11.5555C4 15.7283 7.38273 19.1111 11.5555 19.1111C13.8531 19.1111 14.9333 18.3111 14.9333 18.3111Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Yr.displayName="@xmart/xorder-ui-icons/XoMessageCircleDotsOutlineIcon";const qr=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z",fill:"currentColor"})]}));qr.displayName="@xmart/xorder-ui-icons/XoMinusCircleFillIcon";const Jr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M8.44444 12H15.5556M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Jr.displayName="@xmart/xorder-ui-icons/XoMinusCircleOutlineIcon";const Kr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M4 12H20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Kr.displayName="@xmart/xorder-ui-icons/XoMinusOutlineIcon";const Qr=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M6 12H18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Qr.displayName="@xmart/xorder-ui-icons/XoMinusSOutlineIcon";const eo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M19.9999 4.00001L9.99994 14M19.9999 4.00001L20 10M19.9999 4.00001L14 4M10 4.00001H4V20H20V14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));eo.displayName="@xmart/xorder-ui-icons/XoNewscreenOutlineIcon";const ro=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M15 6V18M9 6V18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})}));ro.displayName="@xmart/xorder-ui-icons/XoPauseFillIcon";const oo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M19.9995 18.3879V15.9793C20.0093 15.5855 19.8737 15.2019 19.6186 14.9014C18.8991 14.0539 16.4316 13.5118 15.4534 13.72C14.691 13.8823 14.1575 14.6478 13.636 15.1683C11.6219 14.0254 9.95431 12.3611 8.80907 10.351C9.3306 9.83048 10.0977 9.2981 10.2603 8.53714C10.4686 7.56246 9.92724 5.11066 9.08563 4.3883C8.7896 4.13422 8.4111 3.99624 8.02068 4.00008H5.60721C4.68763 4.00094 3.92256 4.82573 4.00628 5.75039C4 13.72 10.2222 20 18.2457 19.9937C19.1753 20.0776 20.0033 19.3087 19.9995 18.3879Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));oo.displayName="@xmart/xorder-ui-icons/XoPhoneOutlineIcon";const no=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M8 6V18L18 12L8 6Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})}));no.displayName="@xmart/xorder-ui-icons/XoPlayFillIcon";const to=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("circle",{cx:"12",cy:"12",r:"8",stroke:"currentColor",strokeWidth:"1.5"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12Z",fill:"currentColor"})]}));to.displayName="@xmart/xorder-ui-icons/XoPlusCircleFillIcon";const io=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 7.55556V16.4444M7.55556 12H16.4444M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));io.displayName="@xmart/xorder-ui-icons/XoPlusCircleOutlineIcon";const so=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M4 12H20M12 4V20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));so.displayName="@xmart/xorder-ui-icons/XoPlusOutlineIcon";const ao=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 6V18M6 12H18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));ao.displayName="@xmart/xorder-ui-icons/XoPlusSOutlineIcon";const lo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M15.4998 17.3333V14.6667H8.49979V17.3333M15.4998 17.3333V20H8.49979V17.3333M15.4998 17.3333H19.9998V9.33333H15.4998M8.49979 17.3333H4V9.33333H8.49979M8.49979 9.33333H15.4998M8.49979 9.33333V4.88889C8.49979 4.39797 8.89155 4 9.37479 4H14.6248C15.108 4 15.4998 4.39797 15.4998 4.88889V9.33333",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));lo.displayName="@xmart/xorder-ui-icons/XoPrintOutlineIcon";const co=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("circle",{cx:"12",cy:"12",r:"8",stroke:"currentColor",strokeWidth:"1.5"}),o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM10.168 9.56823C10.4032 8.85523 11.1194 8.30556 12.0004 8.30556C13.1603 8.30556 13.9935 9.18831 13.9199 10.0299C13.8958 10.305 13.804 10.4365 13.6782 10.5498C13.5445 10.6702 13.3968 10.7541 13.1737 10.881C13.0907 10.9282 12.9972 10.9813 12.8902 11.0445C12.5394 11.2514 12.1041 11.5406 11.7719 12.0329C11.4333 12.5346 11.2504 13.1719 11.2504 14C11.2504 14.4142 11.5862 14.75 12.0004 14.75C12.4146 14.75 12.7504 14.4142 12.7504 14C12.7504 13.3995 12.8799 13.0725 13.0153 12.8719C13.1571 12.6618 13.3572 12.5105 13.6522 12.3365C13.701 12.3077 13.7572 12.276 13.8185 12.2415C14.0725 12.0982 14.4143 11.9054 14.6819 11.6645C15.0717 11.3135 15.3549 10.8378 15.4142 10.1606C15.585 8.20759 13.786 6.80556 12.0004 6.80556C10.4932 6.80556 9.18797 7.75068 8.7435 9.09844C8.61377 9.49181 8.8275 9.91587 9.22087 10.0456C9.61425 10.1753 10.0383 9.96161 10.168 9.56823ZM12.7504 16.4381C12.7504 16.0239 12.4146 15.6881 12.0004 15.6881C11.5862 15.6881 11.2504 16.0239 11.2504 16.4381V16.4444C11.2504 16.8587 11.5862 17.1944 12.0004 17.1944C12.4146 17.1944 12.7504 16.8587 12.7504 16.4444V16.4381Z",fill:"currentColor"})]}));co.displayName="@xmart/xorder-ui-icons/XoQuestionCircleFillIcon";const uo=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.jsx("path",{d:"M12.0002 16.4444V16.4381M12.0002 14C12.0002 11.1429 14.5002 12 14.6668 10.0952C14.7891 8.69795 13.4729 7.55556 12.0002 7.55556C10.8061 7.55556 9.79537 8.30296 9.45557 9.33334",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));uo.displayName="@xmart/xorder-ui-icons/XoQuestionCircleOutlineIcon";const Co=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M19.5465 14.6232C18.9701 16.2699 17.8776 17.6834 16.4337 18.6508C14.9898 19.6182 13.2726 20.087 11.5409 19.9867C9.80915 19.8864 8.15674 19.2223 6.83261 18.0946C5.50847 16.9668 4.58433 15.4365 4.19945 13.7342C3.81456 12.0318 3.98977 10.2497 4.69868 8.65632C5.40759 7.06292 6.61179 5.74457 8.12985 4.89992C9.6479 4.05526 11.3976 3.73005 13.1152 3.97328C16.0152 4.38395 17.9311 6.49969 20 8.36842M20 8.36842V3M20 8.36842H14.6667",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Co.displayName="@xmart/xorder-ui-icons/XoRotateRightOutlineIcon";const fo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M8.06251 17.0772L7.54068 17.6159L7.54622 17.6212L8.06251 17.0772ZM10.25 19.1551L9.77926 19.7389H9.77926L10.25 19.1551ZM13.75 19.2032L13.2829 18.6165L13.2814 18.6176L13.75 19.2032ZM15.9375 17.0502L16.4539 17.5943L16.4632 17.5851L15.9375 17.0502ZM5 11.1566H4.25C4.25 11.1668 4.25021 11.1771 4.25063 11.1873L5 11.1566ZM19 11.1566L19.7493 11.189C19.7498 11.1782 19.75 11.1674 19.75 11.1566H19ZM7.54622 17.6212C8.21808 18.2588 8.94281 19.0645 9.77926 19.7389L10.7208 18.5712C9.93804 17.9401 9.38079 17.2943 8.57879 16.5331L7.54622 17.6212ZM14.2171 19.79C14.6685 19.4307 15.0598 19.037 15.4176 18.6619C15.7855 18.2762 16.1033 17.9268 16.4538 17.5942L15.4212 16.5062C15.0348 16.8729 14.6688 17.2737 14.3322 17.6265C13.9855 17.9899 13.6515 18.3231 13.2829 18.6165L14.2171 19.79ZM4.25063 11.1873C4.35451 13.7186 5.88592 16.0131 7.5407 17.6159L8.58431 16.5384C7.06331 15.0652 5.83087 13.1118 5.74937 11.1258L4.25063 11.1873ZM16.4632 17.5851C18.1029 15.9739 19.6392 13.7348 19.7493 11.189L18.2507 11.1241C18.1644 13.1187 16.935 15.0185 15.4118 16.5152L16.4632 17.5851ZM9.77926 19.7389C10.1567 20.0432 10.5336 20.2898 10.8946 20.4628C11.2466 20.6316 11.6294 20.7525 12.0051 20.75L11.9949 19.25C11.9331 19.2504 11.7847 19.2261 11.543 19.1102C11.3102 18.9986 11.0309 18.8213 10.7208 18.5712L9.77926 19.7389ZM12.0051 20.75C12.6808 20.7454 13.4792 20.3804 14.2186 19.7888L13.2814 18.6176C12.6707 19.1063 12.1942 19.2486 11.9949 19.25L12.0051 20.75ZM19.75 11.1566C19.75 8.89619 19.0432 6.90944 17.6837 5.48231C16.3195 4.05034 14.3627 3.25 12 3.25V4.75C14.0124 4.75 15.5555 5.42306 16.5976 6.51694C17.6443 7.61566 18.25 9.20718 18.25 11.1566H19.75ZM12 3.25C9.6374 3.25 7.68055 4.05034 6.31638 5.48231C4.95681 6.90943 4.25 8.89619 4.25 11.1566H5.75C5.75 9.20719 6.35573 7.61566 7.40243 6.51695C8.44453 5.42307 9.9877 4.75 12 4.75V3.25ZM13.75 10.5C13.75 11.4665 12.9665 12.25 12 12.25V13.75C13.7949 13.75 15.25 12.2949 15.25 10.5H13.75ZM12 12.25C11.0335 12.25 10.25 11.4665 10.25 10.5H8.75C8.75 12.2949 10.2051 13.75 12 13.75V12.25ZM10.25 10.5C10.25 9.5335 11.0335 8.75 12 8.75V7.25C10.2051 7.25 8.75 8.70507 8.75 10.5H10.25ZM12 8.75C12.9665 8.75 13.75 9.5335 13.75 10.5H15.25C15.25 8.70507 13.7949 7.25 12 7.25V8.75Z",fill:"currentColor"})}));fo.displayName="@xmart/xorder-ui-icons/XoRouteOutlineIcon";const po=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 20H16M12 20H8M12 20V16M12 16H5C4.44772 16 4 15.5523 4 15V5C4 4.44771 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V15C20 15.5523 19.5523 16 19 16H12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));po.displayName="@xmart/xorder-ui-icons/XoScreenOutlineIcon";const xo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M18.9393 21.0607C19.5251 21.6464 20.4749 21.6464 21.0607 21.0607C21.6464 20.4749 21.6464 19.5251 21.0607 18.9393L18.9393 21.0607ZM16.5 11C16.5 14.0376 14.0376 16.5 11 16.5V19.5C15.6944 19.5 19.5 15.6944 19.5 11H16.5ZM11 16.5C7.96243 16.5 5.5 14.0376 5.5 11H2.5C2.5 15.6944 6.30558 19.5 11 19.5V16.5ZM5.5 11C5.5 7.96243 7.96243 5.5 11 5.5V2.5C6.30558 2.5 2.5 6.30558 2.5 11H5.5ZM11 5.5C14.0376 5.5 16.5 7.96243 16.5 11H19.5C19.5 6.30558 15.6944 2.5 11 2.5V5.5ZM14.8891 17.0104L14.9393 17.0607L17.0607 14.9393L17.0104 14.8891L14.8891 17.0104ZM14.9393 17.0607L18.9393 21.0607L21.0607 18.9393L17.0607 14.9393L14.9393 17.0607Z",fill:"currentColor"})}));xo.displayName="@xmart/xorder-ui-icons/XoSearchFillIcon";const mo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM15.4194 16.4801L15.4697 16.5303L16.5303 15.4697L16.4801 15.4194L15.4194 16.4801ZM15.4697 16.5303L19.4697 20.5303L20.5303 19.4697L16.5303 15.4697L15.4697 16.5303Z",fill:"currentColor"})}));mo.displayName="@xmart/xorder-ui-icons/XoSearchOutlineIcon";const ho=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M20 4L4 10.5L10.5 13.5L13.5 20L20 4Z",fill:"currentColor"}),o.jsx("path",{d:"M10.5 13.5L13.5 20L20 4L4 10.5L10.5 13.5ZM10.5 13.5L14.5 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));ho.displayName="@xmart/xorder-ui-icons/XoSendFillIcon";const vo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M10.5 13.5L13.5 20L20 4L4 10.5L10.5 13.5ZM10.5 13.5L14.5 9.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));vo.displayName="@xmart/xorder-ui-icons/XoSendOutlineIcon";const ko=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M11.1111 4H12.8889C13.3798 4 13.7778 4.39797 13.7778 4.88889V5.39448C13.7778 5.77474 14.033 6.10511 14.3842 6.25092C14.7355 6.39678 15.1446 6.34119 15.4136 6.0722L15.7712 5.71459C16.1183 5.36745 16.6811 5.36745 17.0283 5.71459L18.2854 6.97166C18.6325 7.3188 18.6325 7.88161 18.2854 8.22874L17.9278 8.58631C17.6588 8.85532 17.6032 9.26442 17.7491 9.61577C17.8949 9.96699 18.2253 10.2222 18.6056 10.2222L19.1111 10.2222C19.602 10.2222 20 10.6202 20 11.1111V12.8889C20 13.3798 19.602 13.7778 19.1111 13.7778H18.6055C18.2253 13.7778 17.8949 14.033 17.7491 14.3842C17.6032 14.7356 17.6588 15.1446 17.9278 15.4136L18.2854 15.7712C18.6325 16.1184 18.6325 16.6812 18.2854 17.0283L17.0283 18.2854C16.6812 18.6325 16.1183 18.6325 15.7712 18.2854L15.4136 17.9278C15.1446 17.6588 14.7356 17.6032 14.3842 17.7491C14.033 17.8949 13.7778 18.2253 13.7778 18.6055V19.1111C13.7778 19.602 13.3798 20 12.8889 20H11.1111C10.6202 20 10.2222 19.602 10.2222 19.1111V18.6056C10.2222 18.2253 9.96699 17.8949 9.61577 17.7491C9.26442 17.6032 8.85532 17.6588 8.58631 17.9278L8.22873 18.2854C7.8816 18.6325 7.31878 18.6325 6.97165 18.2854L5.71457 17.0283C5.36744 16.6812 5.36744 16.1183 5.71457 15.7712L6.0722 15.4136C6.34119 15.1446 6.39678 14.7355 6.25092 14.3842C6.10511 14.033 5.77474 13.7778 5.39448 13.7778H4.88889C4.39797 13.7778 4 13.3798 4 12.8889V11.1111C4 10.6202 4.39797 10.2222 4.88889 10.2222L5.39446 10.2222C5.77474 10.2222 6.10511 9.967 6.25093 9.61579C6.3968 9.26445 6.34121 8.85537 6.07221 8.58637L5.71459 8.22875C5.36745 7.88161 5.36745 7.3188 5.71459 6.97167L6.97166 5.71459C7.3188 5.36746 7.88161 5.36746 8.22874 5.71459L8.58636 6.07221C8.85536 6.34121 9.26444 6.3968 9.61579 6.25093C9.967 6.10511 10.2222 5.77474 10.2222 5.39446V4.88889C10.2222 4.39797 10.6202 4 11.1111 4Z",stroke:"currentColor",strokeWidth:"1.5"}),o.jsx("path",{d:"M13.7778 12C13.7778 12.9818 12.9818 13.7778 12 13.7778C11.0182 13.7778 10.2222 12.9818 10.2222 12C10.2222 11.0182 11.0182 10.2222 12 10.2222C12.9818 10.2222 13.7778 11.0182 13.7778 12Z",stroke:"currentColor",strokeWidth:"1.5"})]}));ko.displayName="@xmart/xorder-ui-icons/XoSettingsOutlineIcon";const Lo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M20 13V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18L4 13M16 8L12 4M12 4L8 8M12 4L12 16",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Lo.displayName="@xmart/xorder-ui-icons/XoShareOutlineIcon";const Mo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 18.01V18M8 3H16C17.1046 3 18 3.89543 18 5V19C18 20.1046 17.1046 21 16 21H8C6.89543 21 6 20.1046 6 19V5C6 3.89543 6.89543 3 8 3Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Mo.displayName="@xmart/xorder-ui-icons/XoSmartphoneOutlineIcon";const jo=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M12 20.5C11.8328 20.5 11.6767 20.4164 11.584 20.2773L7.58398 14.2773C7.4817 14.1239 7.47256 13.9262 7.55957 13.7637C7.64666 13.6014 7.81578 13.5 8 13.5L16 13.5C16.1842 13.5 16.3533 13.6014 16.4404 13.7637C16.5274 13.9263 16.5183 14.1239 16.416 14.2773L12.416 20.2773L12.3779 20.3271C12.2836 20.4361 12.1461 20.5 12 20.5Z",fill:"currentColor",stroke:"currentColor",strokeLinejoin:"round"}),o.jsx("path",{d:"M12 3.5C12.1672 3.5 12.3233 3.58356 12.416 3.72266L16.416 9.72266C16.5183 9.87608 16.5274 10.0737 16.4404 10.2363C16.3533 10.3986 16.1842 10.5 16 10.5H8C7.81578 10.5 7.64666 10.3986 7.55957 10.2363C7.47256 10.0737 7.4817 9.87608 7.58398 9.72266L11.584 3.72266L11.6221 3.67285C11.7164 3.56391 11.8539 3.5 12 3.5Z",fill:"currentColor",stroke:"currentColor",strokeLinejoin:"round",opacity:"0.3"})]}));jo.displayName="@xmart/xorder-ui-icons/XoSortDownFillIcon";const wo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M11.576 17.265C11.6674 17.4112 11.8276 17.5 12 17.5C12.1724 17.5 12.3326 17.4112 12.424 17.265L17.424 9.265C17.5203 9.11087 17.5254 8.91659 17.4373 8.75762C17.3492 8.59864 17.1818 8.5 17 8.5L7 8.5C6.81824 8.5 6.65079 8.59864 6.56268 8.75762C6.47457 8.91659 6.47967 9.11087 6.576 9.265L11.576 17.265Z",fill:"currentColor",stroke:"currentColor",strokeLinejoin:"round"})}));wo.displayName="@xmart/xorder-ui-icons/XoSortFillIcon";const yo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M15.5 5V19M15.5 5L18 7.5M15.5 5L13 7.5M8.5 19V5M8.5 19L6 16.5M8.5 19L11 16.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));yo.displayName="@xmart/xorder-ui-icons/XoSortOrderOutlineIcon";const Ro=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M11.584 20.2773C11.6767 20.4164 11.8328 20.5 12 20.5C12.1672 20.5 12.3233 20.4164 12.416 20.2773L16.416 14.2774C16.5183 14.1239 16.5278 13.9267 16.4408 13.7641C16.3538 13.6015 16.1844 13.5 16 13.5L8 13.5C7.8156 13.5 7.64617 13.6015 7.55916 13.7641C7.47215 13.9266 7.48169 14.1239 7.58398 14.2773L11.584 20.2773Z",fill:"currentColor",stroke:"currentColor",strokeLinejoin:"round"}),o.jsx("path",{d:"M12.416 3.72265C12.3233 3.58355 12.1672 3.5 12 3.5C11.8328 3.5 11.6767 3.58355 11.584 3.72265L7.58397 9.72265C7.48169 9.87608 7.47215 10.0734 7.55916 10.2359C7.64617 10.3985 7.8156 10.5 8 10.5H16C16.1844 10.5 16.3538 10.3985 16.4408 10.2359C16.5278 10.0734 16.5183 9.87608 16.416 9.72265L12.416 3.72265Z",fill:"currentColor",stroke:"currentColor",strokeLinejoin:"round"})]}));Ro.displayName="@xmart/xorder-ui-icons/XoSortUnselectedFillIcon";const Io=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M12 20.5C11.8328 20.5 11.6767 20.4164 11.584 20.2773L7.58398 14.2773C7.4817 14.1239 7.47256 13.9262 7.55957 13.7637C7.64666 13.6014 7.81578 13.5 8 13.5L16 13.5C16.1842 13.5 16.3533 13.6014 16.4404 13.7637C16.5274 13.9263 16.5183 14.1239 16.416 14.2773L12.416 20.2773L12.3779 20.3271C12.2836 20.4361 12.1461 20.5 12 20.5Z",fill:"currentColor",stroke:"currentColor",strokeLinejoin:"round",opacity:"0.3"}),o.jsx("path",{d:"M12 3.5C12.1672 3.5 12.3233 3.58356 12.416 3.72266L16.416 9.72266C16.5183 9.87608 16.5274 10.0737 16.4404 10.2363C16.3533 10.3986 16.1842 10.5 16 10.5H8C7.81578 10.5 7.64666 10.3986 7.55957 10.2363C7.47256 10.0737 7.4817 9.87608 7.58398 9.72266L11.584 3.72266L11.6221 3.67285C11.7164 3.56391 11.8539 3.5 12 3.5Z",fill:"currentColor",stroke:"currentColor",strokeLinejoin:"round"})]}));Io.displayName="@xmart/xorder-ui-icons/XoSortUpFillIcon";const bo=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M7.57895 8.44444L13 4V20L7.57895 15.5556H5.78947C4.80117 15.5556 4 14.7596 4 13.7778V10.2222C4 9.24038 4.80117 8.44444 5.78947 8.44444H7.57895Z",fill:"currentColor"}),o.jsx("path",{d:"M16 10L18 12M20 14L18 12M20 10L18 12M16 14L18 12M13 4L7.57895 8.44444H5.78947C4.80117 8.44444 4 9.24038 4 10.2222V13.7778C4 14.7596 4.80117 15.5556 5.78947 15.5556H7.57895L13 20V4Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));bo.displayName="@xmart/xorder-ui-icons/XoSpeakerOffFillIcon";const go=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:[o.jsx("path",{d:"M7.55556 8.44444L13 4V20L7.55556 15.5556H5.77778C4.79594 15.5556 4 14.7596 4 13.7778V10.2222C4 9.24038 4.79594 8.44444 5.77778 8.44444H7.55556Z",fill:"currentColor"}),o.jsx("path",{d:"M15.5556 9.33333C16 9.77778 16.4444 10.6667 16.4444 12C16.4444 13.3333 16 14.2222 15.5556 14.6667M18.2222 6.66667C19.5556 8 20 10.2222 20 12C20 13.7778 19.5556 16 18.2222 17.3333M13 4L7.55556 8.44444H5.77778C4.79594 8.44444 4 9.24038 4 10.2222V13.7778C4 14.7596 4.79594 15.5556 5.77778 15.5556H7.55556L13 20V4Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}));go.displayName="@xmart/xorder-ui-icons/XoSpeakerOnFillIcon";const Ho=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 17L6 20L7.5 14L3 9L9.5 8.5L12 3L14.5 8.5L21 9L16.5 14L18 20L12 17Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Ho.displayName="@xmart/xorder-ui-icons/XoStarFillIcon";const Oo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M12 17L6 20L7.5 14L3 9L9.5 8.5L12 3L14.5 8.5L21 9L16.5 14L18 20L12 17Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Oo.displayName="@xmart/xorder-ui-icons/XoStarOutlineIcon";const Vo=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7ZM13.5 12C13.5 11.4477 13.9477 11 14.5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H14.5C13.9477 13 13.5 12.5523 13.5 12ZM4 17C4 16.4477 4.44772 16 5 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17Z",fill:"currentColor"}),o.jsx("path",{d:"M8.94598 14.5045C8.70763 14.7693 8.29237 14.7693 8.05402 14.5045L4.90124 11.0014C4.55374 10.6153 4.82775 10 5.34722 10L11.6528 10C12.1722 10 12.4463 10.6153 12.0988 11.0014L8.94598 14.5045Z",fill:"currentColor"})]}));Vo.displayName="@xmart/xorder-ui-icons/XoSwipeDownFillIcon";const So=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M4 18H20M4 12H20M4 6H20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));So.displayName="@xmart/xorder-ui-icons/XoSwipeOutlineIcon";const No=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7ZM4 12C4 11.4477 4.44772 11 5 11H9.5C10.0523 11 10.5 11.4477 10.5 12C10.5 12.5523 10.0523 13 9.5 13H5C4.44772 13 4 12.5523 4 12ZM4 17C4 16.4477 4.44772 16 5 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17Z",fill:"currentColor"}),o.jsx("path",{d:"M15.054 9.49553C15.2924 9.2307 15.7076 9.2307 15.946 9.49553L19.0988 12.9986C19.4463 13.3847 19.1722 14 18.6528 14H12.3472C11.8278 14 11.5537 13.3847 11.9012 12.9986L15.054 9.49553Z",fill:"currentColor"})]}));No.displayName="@xmart/xorder-ui-icons/XoSwipe_upFillIcon";const Eo=l.forwardRef((e,r)=>o.jsxs(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:[o.jsx("path",{d:"M10.4981 11.9004C10.4709 11.7639 9.53181 7.06868 9.50202 6.91989C9.45551 6.68711 9.25107 6.51953 9.01367 6.51953H8.01758C7.78018 6.51953 7.57574 6.68711 7.52923 6.91989C7.49898 7.0712 6.55896 11.7712 6.53313 11.9004C6.47918 12.1701 6.65412 12.4325 6.92383 12.4864C7.19354 12.5404 7.45595 12.3654 7.50987 12.0957L7.82822 10.5039H9.20303L9.52138 12.0957C9.57534 12.3656 9.83784 12.5404 10.1074 12.4864C10.3771 12.4325 10.5521 12.1701 10.4981 11.9004ZM8.02744 9.50781L8.42588 7.51562H8.60537L9.00381 9.50781H8.02744Z",fill:"currentColor"}),o.jsx("path",{d:"M18.4766 10.5039H16.9824V10.0059C16.9824 9.7308 16.7594 9.50781 16.4844 9.50781C16.2093 9.50781 15.9863 9.7308 15.9863 10.0059V10.5039H14.4922C14.2171 10.5039 13.9941 10.7269 13.9941 11.002C13.9941 11.277 14.2171 11.5 14.4922 11.5H14.6127C14.8965 12.4168 15.3238 13.1205 15.7939 13.6844C15.4113 14.0345 15.024 14.3215 14.6791 14.5974C14.4643 14.7692 14.4295 15.0827 14.6014 15.2974C14.7733 15.5123 15.0867 15.547 15.3014 15.3752C15.6482 15.0977 16.064 14.7894 16.4844 14.4035C16.9051 14.7896 17.3216 15.0986 17.6674 15.3752C17.8822 15.5471 18.1956 15.5122 18.3674 15.2974C18.5392 15.0827 18.5044 14.7692 18.2896 14.5974C17.9456 14.3221 17.5579 14.0348 17.1748 13.6844C17.645 13.1205 18.0722 12.4168 18.356 11.5H18.4766C18.7516 11.5 18.9746 11.277 18.9746 11.002C18.9746 10.7269 18.7516 10.5039 18.4766 10.5039ZM16.4844 12.9525C16.1665 12.5534 15.8804 12.077 15.6648 11.4967H17.3039C17.0883 12.077 16.8023 12.5534 16.4844 12.9525Z",fill:"currentColor"}),o.jsx("path",{d:"M19.5059 6.02148H12.3207L12.1072 4.3088C12.0139 3.56266 11.3765 3 10.6246 3H5.49414C4.67027 3 4 3.67027 4 4.49414V15.4844C4 16.3082 4.67027 16.9785 5.49414 16.9785H9.69377L9.90454 18.6912C9.99765 19.4358 10.635 20 11.3872 20H19.5059C20.3297 20 21 19.3297 21 18.5059V7.51562C21 6.69176 20.3297 6.02148 19.5059 6.02148ZM5.49414 15.9824C5.21952 15.9824 4.99609 15.759 4.99609 15.4844V4.49414C4.99609 4.21952 5.21952 3.99609 5.49414 3.99609H10.6246C10.8752 3.99609 11.0877 4.18362 11.1187 4.43218C11.1909 5.01111 12.487 15.4081 12.5586 15.9824H5.49414ZM10.8639 18.3315L10.6974 16.9785H12.0336L10.8639 18.3315ZM20.0039 18.5059C20.0039 18.7805 19.7805 19.0039 19.5059 19.0039H11.5993L13.4954 16.8107C13.5924 16.7013 13.6359 16.5559 13.6159 16.4115L12.4448 7.01758H19.5059C19.7805 7.01758 20.0039 7.241 20.0039 7.51562V18.5059Z",fill:"currentColor"})]}));Eo.displayName="@xmart/xorder-ui-icons/XoTranslateFillIcon";const Zo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M10 10V17M14 10V17M18 6V19C18 20.1046 17.1046 21 16 21H8C6.89543 21 6 20.1046 6 19V6M4 6H20M15 6V5C15 3.89543 14.1046 3 13 3H11C9.89543 3 9 3.89543 9 5V6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Zo.displayName="@xmart/xorder-ui-icons/XoTrashOutlineIcon";const _o=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M22 7L13.5 16.5L9 12L2 19M22 7H15M22 7V14",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));_o.displayName="@xmart/xorder-ui-icons/XoTrendingUpOutlineIcon";const To=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M17.3333 17.963C17.3333 16.5232 16.2918 14.6666 14.6667 14.6667H9.33333C7.70819 14.6666 6.66667 16.5232 6.66667 17.963M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM14.6667 9.33333C14.6667 10.8061 13.4728 12 12 12C10.5272 12 9.33333 10.8061 9.33333 9.33333C9.33333 7.86057 10.5272 6.66667 12 6.66667C13.4728 6.66667 14.6667 7.86057 14.6667 9.33333Z",stroke:"currentColor",strokeWidth:"1.5"})}));To.displayName="@xmart/xorder-ui-icons/XoUserOutlineIcon";const Xo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("path",{d:"M21 9H13.8947C12.3251 9 11.0526 10.3431 11.0526 12C11.0526 13.6569 12.3251 15 13.8947 15H21M13.8947 12V12.01M5 5H19C20.1046 5 21 6.04467 21 7.33333V16.6667C21 17.9553 20.1046 19 19 19H5C3.89543 19 3 17.9553 3 16.6667V7.33333C3 6.04467 3.89543 5 5 5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}));Xo.displayName="@xmart/xorder-ui-icons/XoWalletOutlineIcon";const Po=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsxs("g",{id:"warning-circle-fill",children:[o.jsx("circle",{id:"Ellipse",cx:"12",cy:"12",r:"8",stroke:"currentColor",strokeWidth:"1.5"}),o.jsx("path",{id:"Exclude",fillRule:"evenodd",clipRule:"evenodd",d:"M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM13 13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13L11 8C11 7.44771 11.4477 7 12 7C12.5523 7 13 7.44772 13 8L13 13ZM12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5Z",fill:"currentColor"})]})}));Po.displayName="@xmart/xorder-ui-icons/XoWarningCircleFillIcon";const Ao=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",...e,children:o.jsx("g",{id:"warning-circle-outline",children:o.jsx("path",{id:"shape",d:"M12 16.4356V16.4444M12 7.55556V13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})}));Ao.displayName="@xmart/xorder-ui-icons/XoWarningCircleOutlineIcon";const Bo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M11.75 8C11.75 7.58579 11.4142 7.25 11 7.25C10.5858 7.25 10.25 7.58579 10.25 8H11.75ZM10.25 14C10.25 14.4142 10.5858 14.75 11 14.75C11.4142 14.75 11.75 14.4142 11.75 14H10.25ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75V10.25ZM14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25V11.75ZM19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM10.25 8V11H11.75V8H10.25ZM10.25 11V14H11.75V11H10.25ZM8 11.75H11V10.25H8V11.75ZM11 11.75H14V10.25H11V11.75ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM15.4194 16.4801L19.4697 20.5303L20.5303 19.4697L16.4801 15.4194L15.4194 16.4801Z",fill:"currentColor"})}));Bo.displayName="@xmart/xorder-ui-icons/XoZoomInOutlineIcon";const Fo=l.forwardRef((e,r)=>o.jsx(C,{ref:r,viewBox:"0 0 24 24",fill:"none",...e,children:o.jsx("path",{d:"M19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75V10.25ZM14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25V11.75ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM8 11.75H14V10.25H8V11.75ZM15.4194 16.4801L19.4697 20.5303L20.5303 19.4697L16.4801 15.4194L15.4194 16.4801Z",fill:"currentColor"})}));Fo.displayName="@xmart/xorder-ui-icons/XoZoomOutOutlineIcon";var Wo="_1682sfm1";const j1=({className:e,...r})=>m.jsx("button",{"aria-label":"入力内容をクリア",className:W(Wo,e),tabIndex:-1,type:"button",...r,children:m.jsx(D1,{size:16})});j1.displayName="@xmart/Input/InputClearButton";var $o="_1hbkh9y4",Do="_1hbkh9y5",zo="_1hbkh9y6",_1="_1hbkh9y7";const w1=({clearable:e=!1,className:r,disabled:t=!1,error:i=!1,leftSection:s,placeholder:a,rightSection:d,value:u,defaultValue:f,onChange:p,ref:h,...v})=>{const M=l.useRef(null);l.useImperativeHandle(h,()=>M.current,[]);const[k,w]=Ye({value:u,defaultValue:f,finalValue:"",onChange:(g,E)=>p?.(E)}),I=W(Do,r),L=g=>{w?.(g.target.value,g)},H=()=>{M.current&&(M.current.value="",w?.("",new Event("input",{bubbles:!0})),M.current.focus())},O=e&&k&&String(k).length>0,b=O||!!d;return m.jsxs("div",{className:$o,"data-disabled":t||void 0,"data-error":i||void 0,"data-show-clear-button":O||void 0,"data-with-left-section":!!s||void 0,"data-with-right-section":b||void 0,children:[s&&m.jsx("div",{className:zo,children:s}),m.jsx("input",{className:I,disabled:t,onChange:L,placeholder:a,ref:M,value:k,...v}),d&&m.jsx("div",{className:_1,"data-visible":!O||void 0,children:d}),e&&m.jsx("div",{className:_1,"data-visible":O||void 0,children:m.jsx(j1,{onClick:H})})]})};w1.displayName="@xmart/Input";w1.ClearButton=j1;function _(e,r,{checkForDefaultPrevented:t=!0}={}){return function(s){if(e?.(s),t===!1||!s.defaultPrevented)return r?.(s)}}function i1(e,r=[]){let t=[];function i(a,d){const u=c.createContext(d),f=t.length;t=[...t,d];const p=v=>{const{scope:M,children:k,...w}=v,I=M?.[e]?.[f]||u,L=c.useMemo(()=>w,Object.values(w));return m.jsx(I.Provider,{value:L,children:k})};p.displayName=a+"Provider";function h(v,M){const k=M?.[e]?.[f]||u,w=c.useContext(k);if(w)return w;if(d!==void 0)return d;throw new Error(`\`${v}\` must be used within \`${a}\``)}return[p,h]}const s=()=>{const a=t.map(d=>c.createContext(d));return function(u){const f=u?.[e]||a;return c.useMemo(()=>({[`__scope${e}`]:{...u,[e]:f}}),[u,f])}};return s.scopeName=e,[i,Uo(s,...r)]}function Uo(...e){const r=e[0];if(e.length===1)return r;const t=()=>{const i=e.map(s=>({useScope:s(),scopeName:s.scopeName}));return function(a){const d=i.reduce((u,{useScope:f,scopeName:p})=>{const v=f(a)[`__scope${p}`];return{...u,...v}},{});return c.useMemo(()=>({[`__scope${r.scopeName}`]:d}),[d])}};return t.scopeName=r.scopeName,t}function Go(e){const r=Yo(e),t=c.forwardRef((i,s)=>{const{children:a,...d}=i,u=c.Children.toArray(a),f=u.find(Jo);if(f){const p=f.props.children,h=u.map(v=>v===f?c.Children.count(p)>1?c.Children.only(null):c.isValidElement(p)?p.props.children:null:v);return m.jsx(r,{...d,ref:s,children:c.isValidElement(p)?c.cloneElement(p,void 0,h):null})}return m.jsx(r,{...d,ref:s,children:a})});return t.displayName=`${e}.Slot`,t}function Yo(e){const r=c.forwardRef((t,i)=>{const{children:s,...a}=t;if(c.isValidElement(s)){const d=Qo(s),u=Ko(a,s.props);return s.type!==c.Fragment&&(u.ref=i?C1(i,d):d),c.cloneElement(s,u)}return c.Children.count(s)>1?c.Children.only(null):null});return r.displayName=`${e}.SlotClone`,r}var qo=Symbol("radix.slottable");function Jo(e){return c.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===qo}function Ko(e,r){const t={...r};for(const i in r){const s=e[i],a=r[i];/^on[A-Z]/.test(i)?s&&a?t[i]=(...u)=>{const f=a(...u);return s(...u),f}:s&&(t[i]=s):i==="style"?t[i]={...s,...a}:i==="className"&&(t[i]=[s,a].filter(Boolean).join(" "))}return{...e,...t}}function Qo(e){let r=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning;return t?e.ref:(r=Object.getOwnPropertyDescriptor(e,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning,t?e.props.ref:e.props.ref||e.ref)}var en=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],$=en.reduce((e,r)=>{const t=Go(`Primitive.${r}`),i=c.forwardRef((s,a)=>{const{asChild:d,...u}=s,f=d?t:r;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),m.jsx(f,{...u,ref:a})});return i.displayName=`Primitive.${r}`,{...e,[r]:i}},{});function T1(e){const r=rn(e),t=c.forwardRef((i,s)=>{const{children:a,...d}=i,u=c.Children.toArray(a),f=u.find(nn);if(f){const p=f.props.children,h=u.map(v=>v===f?c.Children.count(p)>1?c.Children.only(null):c.isValidElement(p)?p.props.children:null:v);return m.jsx(r,{...d,ref:s,children:c.isValidElement(p)?c.cloneElement(p,void 0,h):null})}return m.jsx(r,{...d,ref:s,children:a})});return t.displayName=`${e}.Slot`,t}function rn(e){const r=c.forwardRef((t,i)=>{const{children:s,...a}=t;if(c.isValidElement(s)){const d=sn(s),u=tn(a,s.props);return s.type!==c.Fragment&&(u.ref=i?C1(i,d):d),c.cloneElement(s,u)}return c.Children.count(s)>1?c.Children.only(null):null});return r.displayName=`${e}.SlotClone`,r}var on=Symbol("radix.slottable");function nn(e){return c.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===on}function tn(e,r){const t={...r};for(const i in r){const s=e[i],a=r[i];/^on[A-Z]/.test(i)?s&&a?t[i]=(...u)=>{const f=a(...u);return s(...u),f}:s&&(t[i]=s):i==="style"?t[i]={...s,...a}:i==="className"&&(t[i]=[s,a].filter(Boolean).join(" "))}return{...e,...t}}function sn(e){let r=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning;return t?e.ref:(r=Object.getOwnPropertyDescriptor(e,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning,t?e.props.ref:e.props.ref||e.ref)}function an(e){const r=e+"CollectionProvider",[t,i]=i1(r),[s,a]=t(r,{collectionRef:{current:null},itemMap:new Map}),d=I=>{const{scope:L,children:H}=I,O=l.useRef(null),b=l.useRef(new Map).current;return m.jsx(s,{scope:L,itemMap:b,collectionRef:O,children:H})};d.displayName=r;const u=e+"CollectionSlot",f=T1(u),p=l.forwardRef((I,L)=>{const{scope:H,children:O}=I,b=a(u,H),g=B(L,b.collectionRef);return m.jsx(f,{ref:g,children:O})});p.displayName=u;const h=e+"CollectionItemSlot",v="data-radix-collection-item",M=T1(h),k=l.forwardRef((I,L)=>{const{scope:H,children:O,...b}=I,g=l.useRef(null),E=B(L,g),Z=a(h,H);return l.useEffect(()=>(Z.itemMap.set(g,{ref:g,...b}),()=>void Z.itemMap.delete(g))),m.jsx(M,{[v]:"",ref:E,children:O})});k.displayName=h;function w(I){const L=a(e+"CollectionConsumer",I);return l.useCallback(()=>{const O=L.collectionRef.current;if(!O)return[];const b=Array.from(O.querySelectorAll(`[${v}]`));return Array.from(L.itemMap.values()).sort((Z,F)=>b.indexOf(Z.ref.current)-b.indexOf(F.ref.current))},[L.collectionRef,L.itemMap])}return[{Provider:d,Slot:p,ItemSlot:k},w,i]}var t1=globalThis?.document?c.useLayoutEffect:()=>{},ln=c[" useId ".trim().toString()]||(()=>{}),cn=0;function un(e){const[r,t]=c.useState(ln());return t1(()=>{t(i=>i??String(cn++))},[e]),r?`radix-${r}`:""}function dn(e){const r=c.useRef(e);return c.useEffect(()=>{r.current=e}),c.useMemo(()=>(...t)=>r.current?.(...t),[])}var Cn=c[" useInsertionEffect ".trim().toString()]||t1;function y1({prop:e,defaultProp:r,onChange:t=()=>{},caller:i}){const[s,a,d]=fn({defaultProp:r,onChange:t}),u=e!==void 0,f=u?e:s;{const h=c.useRef(e!==void 0);c.useEffect(()=>{const v=h.current;v!==u&&console.warn(`${i} is changing from ${v?"controlled":"uncontrolled"} to ${u?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),h.current=u},[u,i])}const p=c.useCallback(h=>{if(u){const v=pn(h)?h(e):h;v!==e&&d.current?.(v)}else a(h)},[u,e,a,d]);return[f,p]}function fn({defaultProp:e,onChange:r}){const[t,i]=c.useState(e),s=c.useRef(t),a=c.useRef(r);return Cn(()=>{a.current=r},[r]),c.useEffect(()=>{s.current!==t&&(a.current?.(t),s.current=t)},[t,s]),[t,i,a]}function pn(e){return typeof e=="function"}var xn=c.createContext(void 0);function z1(e){const r=c.useContext(xn);return e||r||"ltr"}var h1="rovingFocusGroup.onEntryFocus",mn={bubbles:!1,cancelable:!0},s1="RovingFocusGroup",[v1,U1,hn]=an(s1),[vn,G1]=i1(s1,[hn]),[kn,Ln]=vn(s1),Y1=c.forwardRef((e,r)=>m.jsx(v1.Provider,{scope:e.__scopeRovingFocusGroup,children:m.jsx(v1.Slot,{scope:e.__scopeRovingFocusGroup,children:m.jsx(Mn,{...e,ref:r})})}));Y1.displayName=s1;var Mn=c.forwardRef((e,r)=>{const{__scopeRovingFocusGroup:t,orientation:i,loop:s=!1,dir:a,currentTabStopId:d,defaultCurrentTabStopId:u,onCurrentTabStopIdChange:f,onEntryFocus:p,preventScrollOnEntryFocus:h=!1,...v}=e,M=c.useRef(null),k=B(r,M),w=z1(a),[I,L]=y1({prop:d,defaultProp:u??null,onChange:f,caller:s1}),[H,O]=c.useState(!1),b=dn(p),g=U1(t),E=c.useRef(!1),[Z,F]=c.useState(0);return c.useEffect(()=>{const V=M.current;if(V)return V.addEventListener(h1,b),()=>V.removeEventListener(h1,b)},[b]),m.jsx(kn,{scope:t,orientation:i,dir:w,loop:s,currentTabStopId:I,onItemFocus:c.useCallback(V=>L(V),[L]),onItemShiftTab:c.useCallback(()=>O(!0),[]),onFocusableItemAdd:c.useCallback(()=>F(V=>V+1),[]),onFocusableItemRemove:c.useCallback(()=>F(V=>V-1),[]),children:m.jsx($.div,{tabIndex:H||Z===0?-1:0,"data-orientation":i,...v,ref:k,style:{outline:"none",...e.style},onMouseDown:_(e.onMouseDown,()=>{E.current=!0}),onFocus:_(e.onFocus,V=>{const T=!E.current;if(V.target===V.currentTarget&&T&&!H){const Y=new CustomEvent(h1,mn);if(V.currentTarget.dispatchEvent(Y),!Y.defaultPrevented){const D=g().filter(S=>S.focusable),X=D.find(S=>S.active),z=D.find(S=>S.id===I),P=[X,z,...D].filter(Boolean).map(S=>S.ref.current);K1(P,h)}}E.current=!1}),onBlur:_(e.onBlur,()=>O(!1))})})}),q1="RovingFocusGroupItem",J1=c.forwardRef((e,r)=>{const{__scopeRovingFocusGroup:t,focusable:i=!0,active:s=!1,tabStopId:a,children:d,...u}=e,f=un(),p=a||f,h=Ln(q1,t),v=h.currentTabStopId===p,M=U1(t),{onFocusableItemAdd:k,onFocusableItemRemove:w,currentTabStopId:I}=h;return c.useEffect(()=>{if(i)return k(),()=>w()},[i,k,w]),m.jsx(v1.ItemSlot,{scope:t,id:p,focusable:i,active:s,children:m.jsx($.span,{tabIndex:v?0:-1,"data-orientation":h.orientation,...u,ref:r,onMouseDown:_(e.onMouseDown,L=>{i?h.onItemFocus(p):L.preventDefault()}),onFocus:_(e.onFocus,()=>h.onItemFocus(p)),onKeyDown:_(e.onKeyDown,L=>{if(L.key==="Tab"&&L.shiftKey){h.onItemShiftTab();return}if(L.target!==L.currentTarget)return;const H=yn(L,h.orientation,h.dir);if(H!==void 0){if(L.metaKey||L.ctrlKey||L.altKey||L.shiftKey)return;L.preventDefault();let b=M().filter(g=>g.focusable).map(g=>g.ref.current);if(H==="last")b.reverse();else if(H==="prev"||H==="next"){H==="prev"&&b.reverse();const g=b.indexOf(L.currentTarget);b=h.loop?Rn(b,g+1):b.slice(g+1)}setTimeout(()=>K1(b))}}),children:typeof d=="function"?d({isCurrentTabStop:v,hasTabStop:I!=null}):d})})});J1.displayName=q1;var jn={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function wn(e,r){return r!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function yn(e,r,t){const i=wn(e.key,t);if(!(r==="vertical"&&["ArrowLeft","ArrowRight"].includes(i))&&!(r==="horizontal"&&["ArrowUp","ArrowDown"].includes(i)))return jn[i]}function K1(e,r=!1){const t=document.activeElement;for(const i of e)if(i===t||(i.focus({preventScroll:r}),document.activeElement!==t))return}function Rn(e,r){return e.map((t,i)=>e[(r+i)%e.length])}var In=Y1,bn=J1;function Q1(e){const[r,t]=c.useState(void 0);return t1(()=>{if(e){t({width:e.offsetWidth,height:e.offsetHeight});const i=new ResizeObserver(s=>{if(!Array.isArray(s)||!s.length)return;const a=s[0];let d,u;if("borderBoxSize"in a){const f=a.borderBoxSize,p=Array.isArray(f)?f[0]:f;d=p.inlineSize,u=p.blockSize}else d=e.offsetWidth,u=e.offsetHeight;t({width:d,height:u})});return i.observe(e,{box:"border-box"}),()=>i.unobserve(e)}else t(void 0)},[e]),r}function ee(e){const r=c.useRef({value:e,previous:e});return c.useMemo(()=>(r.current.value!==e&&(r.current.previous=r.current.value,r.current.value=e),r.current.previous),[e])}function gn(e,r){return c.useReducer((t,i)=>r[t][i]??t,e)}var re=e=>{const{present:r,children:t}=e,i=Hn(r),s=typeof t=="function"?t({present:i.isPresent}):c.Children.only(t),a=B(i.ref,On(s));return typeof t=="function"||i.isPresent?c.cloneElement(s,{ref:a}):null};re.displayName="Presence";function Hn(e){const[r,t]=c.useState(),i=c.useRef(null),s=c.useRef(e),a=c.useRef("none"),d=e?"mounted":"unmounted",[u,f]=gn(d,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return c.useEffect(()=>{const p=u1(i.current);a.current=u==="mounted"?p:"none"},[u]),t1(()=>{const p=i.current,h=s.current;if(h!==e){const M=a.current,k=u1(p);e?f("MOUNT"):k==="none"||p?.display==="none"?f("UNMOUNT"):f(h&&M!==k?"ANIMATION_OUT":"UNMOUNT"),s.current=e}},[e,f]),t1(()=>{if(r){let p;const h=r.ownerDocument.defaultView??window,v=k=>{const I=u1(i.current).includes(CSS.escape(k.animationName));if(k.target===r&&I&&(f("ANIMATION_END"),!s.current)){const L=r.style.animationFillMode;r.style.animationFillMode="forwards",p=h.setTimeout(()=>{r.style.animationFillMode==="forwards"&&(r.style.animationFillMode=L)})}},M=k=>{k.target===r&&(a.current=u1(i.current))};return r.addEventListener("animationstart",M),r.addEventListener("animationcancel",v),r.addEventListener("animationend",v),()=>{h.clearTimeout(p),r.removeEventListener("animationstart",M),r.removeEventListener("animationcancel",v),r.removeEventListener("animationend",v)}}else f("ANIMATION_END")},[r,f]),{isPresent:["mounted","unmountSuspended"].includes(u),ref:c.useCallback(p=>{i.current=p?getComputedStyle(p):null,t(p)},[])}}function u1(e){return e?.animationName||"none"}function On(e){let r=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning;return t?e.ref:(r=Object.getOwnPropertyDescriptor(e,"ref")?.get,t=r&&"isReactWarning"in r&&r.isReactWarning,t?e.props.ref:e.props.ref||e.ref)}var R1="Radio",[Vn,oe]=i1(R1),[Sn,Nn]=Vn(R1),ne=c.forwardRef((e,r)=>{const{__scopeRadio:t,name:i,checked:s=!1,required:a,disabled:d,value:u="on",onCheck:f,form:p,...h}=e,[v,M]=c.useState(null),k=B(r,L=>M(L)),w=c.useRef(!1),I=v?p||!!v.closest("form"):!0;return m.jsxs(Sn,{scope:t,checked:s,disabled:d,children:[m.jsx($.button,{type:"button",role:"radio","aria-checked":s,"data-state":ae(s),"data-disabled":d?"":void 0,disabled:d,value:u,...h,ref:k,onClick:_(e.onClick,L=>{s||f?.(),I&&(w.current=L.isPropagationStopped(),w.current||L.stopPropagation())})}),I&&m.jsx(se,{control:v,bubbles:!w.current,name:i,value:u,checked:s,required:a,disabled:d,form:p,style:{transform:"translateX(-100%)"}})]})});ne.displayName=R1;var te="RadioIndicator",ie=c.forwardRef((e,r)=>{const{__scopeRadio:t,forceMount:i,...s}=e,a=Nn(te,t);return m.jsx(re,{present:i||a.checked,children:m.jsx($.span,{"data-state":ae(a.checked),"data-disabled":a.disabled?"":void 0,...s,ref:r})})});ie.displayName=te;var En="RadioBubbleInput",se=c.forwardRef(({__scopeRadio:e,control:r,checked:t,bubbles:i=!0,...s},a)=>{const d=c.useRef(null),u=B(d,a),f=ee(t),p=Q1(r);return c.useEffect(()=>{const h=d.current;if(!h)return;const v=window.HTMLInputElement.prototype,k=Object.getOwnPropertyDescriptor(v,"checked").set;if(f!==t&&k){const w=new Event("click",{bubbles:i});k.call(h,t),h.dispatchEvent(w)}},[f,t,i]),m.jsx($.input,{type:"radio","aria-hidden":!0,defaultChecked:t,...s,tabIndex:-1,ref:u,style:{...s.style,...p,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});se.displayName=En;function ae(e){return e?"checked":"unchecked"}var Zn=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],p1="RadioGroup",[_n,dt]=i1(p1,[G1,oe]),le=G1(),ce=oe(),[Tn,Xn]=_n(p1),ue=c.forwardRef((e,r)=>{const{__scopeRadioGroup:t,name:i,defaultValue:s,value:a,required:d=!1,disabled:u=!1,orientation:f,dir:p,loop:h=!0,onValueChange:v,...M}=e,k=le(t),w=z1(p),[I,L]=y1({prop:a,defaultProp:s??null,onChange:v,caller:p1});return m.jsx(Tn,{scope:t,name:i,required:d,disabled:u,value:I,onValueChange:L,children:m.jsx(In,{asChild:!0,...k,orientation:f,dir:w,loop:h,children:m.jsx($.div,{role:"radiogroup","aria-required":d,"aria-orientation":f,"data-disabled":u?"":void 0,dir:w,...M,ref:r})})})});ue.displayName=p1;var de="RadioGroupItem",Ce=c.forwardRef((e,r)=>{const{__scopeRadioGroup:t,disabled:i,...s}=e,a=Xn(de,t),d=a.disabled||i,u=le(t),f=ce(t),p=c.useRef(null),h=B(r,p),v=a.value===s.value,M=c.useRef(!1);return c.useEffect(()=>{const k=I=>{Zn.includes(I.key)&&(M.current=!0)},w=()=>M.current=!1;return document.addEventListener("keydown",k),document.addEventListener("keyup",w),()=>{document.removeEventListener("keydown",k),document.removeEventListener("keyup",w)}},[]),m.jsx(bn,{asChild:!0,...u,focusable:!d,active:v,children:m.jsx(ne,{disabled:d,required:a.required,checked:v,...f,...s,name:a.name,ref:h,onCheck:()=>a.onValueChange(s.value),onKeyDown:_(k=>{k.key==="Enter"&&k.preventDefault()}),onFocus:_(s.onFocus,()=>{M.current&&p.current?.click()})})})});Ce.displayName=de;var Pn="RadioGroupIndicator",fe=c.forwardRef((e,r)=>{const{__scopeRadioGroup:t,...i}=e,s=ce(t);return m.jsx(ie,{...s,...i,ref:r})});fe.displayName=Pn;var An=ue,Bn=Ce,Fn=fe,Wn="yw7zqz0",$n="yw7zqz1",Dn="yw7zqz2",zn="yw7zqz3",Un="yw7zqz4",Gn="yw7zqz5";const I1=l.forwardRef((e,r)=>{const{onChange:t,className:i,orientation:s="vertical",...a}=e,d=W(Wn,s==="horizontal"&&$n,i);return m.jsx(An,{className:d,"data-orientation":s,onValueChange:t,ref:r,...a})});I1.displayName="@xmart/RadioGroup.Root";const b1=l.forwardRef((e,r)=>{const{asChild:t,children:i,className:s,...a}=e,d=t?k1:Bn,u=W(Dn,s);return m.jsxs(d,{className:u,ref:r,...a,children:[m.jsx("div",{className:zn,children:m.jsx(Fn,{className:Un})}),i&&m.jsx(L1,{children:m.jsx("div",{className:Gn,children:i})})]})});b1.displayName="@xmart/RadioGroup.Item";const Yn={Root:I1,Item:b1};var x1="Switch",[qn,Ct]=i1(x1),[Jn,Kn]=qn(x1),pe=c.forwardRef((e,r)=>{const{__scopeSwitch:t,name:i,checked:s,defaultChecked:a,required:d,disabled:u,value:f="on",onCheckedChange:p,form:h,...v}=e,[M,k]=c.useState(null),w=B(r,b=>k(b)),I=c.useRef(!1),L=M?h||!!M.closest("form"):!0,[H,O]=y1({prop:s,defaultProp:a??!1,onChange:p,caller:x1});return m.jsxs(Jn,{scope:t,checked:H,disabled:u,children:[m.jsx($.button,{type:"button",role:"switch","aria-checked":H,"aria-required":d,"data-state":ve(H),"data-disabled":u?"":void 0,disabled:u,value:f,...v,ref:w,onClick:_(e.onClick,b=>{O(g=>!g),L&&(I.current=b.isPropagationStopped(),I.current||b.stopPropagation())})}),L&&m.jsx(he,{control:M,bubbles:!I.current,name:i,value:f,checked:H,required:d,disabled:u,form:h,style:{transform:"translateX(-100%)"}})]})});pe.displayName=x1;var xe="SwitchThumb",me=c.forwardRef((e,r)=>{const{__scopeSwitch:t,...i}=e,s=Kn(xe,t);return m.jsx($.span,{"data-state":ve(s.checked),"data-disabled":s.disabled?"":void 0,...i,ref:r})});me.displayName=xe;var Qn="SwitchBubbleInput",he=c.forwardRef(({__scopeSwitch:e,control:r,checked:t,bubbles:i=!0,...s},a)=>{const d=c.useRef(null),u=B(d,a),f=ee(t),p=Q1(r);return c.useEffect(()=>{const h=d.current;if(!h)return;const v=window.HTMLInputElement.prototype,k=Object.getOwnPropertyDescriptor(v,"checked").set;if(f!==t&&k){const w=new Event("click",{bubbles:i});k.call(h,t),h.dispatchEvent(w)}},[f,t,i]),m.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:t,...s,tabIndex:-1,ref:u,style:{...s.style,...p,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});he.displayName=Qn;function ve(e){return e?"checked":"unchecked"}var et=pe,rt=me,ot="r4f54b5",nt="r4f54b6",tt="r4f54b7",X1="r4f54b8";const ke=l.forwardRef((e,r)=>{const{onLabel:t,offLabel:i,disabled:s,checked:a,defaultChecked:d,onCheckedChange:u,className:f,...p}=e;return m.jsx(et,{checked:a,className:W(ot,f),defaultChecked:d,disabled:s,onCheckedChange:u,ref:r,...p,children:m.jsxs("span",{className:nt,children:[m.jsx(rt,{className:tt}),m.jsx("span",{className:X1,"data-on-label":"",children:t}),m.jsx("span",{className:X1,"data-off-label":"",children:i})]})})});ke.displayName="@xmart/Switch";var it={white:"var(--xoui-color-white)",black:"var(--xoui-color-black)",gray:{50:"var(--xoui-color-gray-50)",100:"var(--xoui-color-gray-100)",200:"var(--xoui-color-gray-200)",300:"var(--xoui-color-gray-300)",500:"var(--xoui-color-gray-500)",700:"var(--xoui-color-gray-700)",800:"var(--xoui-color-gray-800)"},red:{100:"var(--xoui-color-red-100)",600:"var(--xoui-color-red-600)",700:"var(--xoui-color-red-700)"},orange:{30:"var(--xoui-color-orange-30)",50:"var(--xoui-color-orange-50)",600:"var(--xoui-color-orange-600)",700:"var(--xoui-color-orange-700)",800:"var(--xoui-color-orange-800)"},yellow:{100:"var(--xoui-color-yellow-100)",700:"var(--xoui-color-yellow-700)"},green:{100:"var(--xoui-color-green-100)",700:"var(--xoui-color-green-700)",800:"var(--xoui-color-green-800)"},blue:{50:"var(--xoui-color-blue-50)",100:"var(--xoui-color-blue-100)",700:"var(--xoui-color-blue-700)"},purple:{100:"var(--xoui-color-purple-100)",700:"var(--xoui-color-purple-700)"}},st={0:"var(--xoui-spacing-0)",1:"var(--xoui-spacing-1)",2:"var(--xoui-spacing-2)",3:"var(--xoui-spacing-3)",4:"var(--xoui-spacing-4)",5:"var(--xoui-spacing-5)",6:"var(--xoui-spacing-6)",8:"var(--xoui-spacing-8)",10:"var(--xoui-spacing-10)",12:"var(--xoui-spacing-12)",16:"var(--xoui-spacing-16)",20:"var(--xoui-spacing-20)",24:"var(--xoui-spacing-24)",xs:"var(--xoui-spacing-xs)",sm:"var(--xoui-spacing-sm)",md:"var(--xoui-spacing-md)",lg:"var(--xoui-spacing-lg)",xl:"var(--xoui-spacing-xl)","2xl":"var(--xoui-spacing-2xl)"},at={fontSize:{xs:"var(--xoui-typography-font-size-xs)",sm:"var(--xoui-typography-font-size-sm)",md:"var(--xoui-typography-font-size-md)",lg:"var(--xoui-typography-font-size-lg)",xl:"var(--xoui-typography-font-size-xl)","2xl":"var(--xoui-typography-font-size-2xl)"},fontWeight:{normal:"var(--xoui-typography-font-weight-normal)",bold:"var(--xoui-typography-font-weight-bold)"},fontFamily:{base:"var(--xoui-typography-font-family-base)",sans:"var(--xoui-typography-font-family-sans)",serif:"var(--xoui-typography-font-family-serif)",mono:"var(--xoui-typography-font-family-mono)"}},lt={auto:"var(--xoui-z-index-auto)",base:"var(--xoui-z-index-base)",docked:"var(--xoui-z-index-docked)",dropdown:"var(--xoui-z-index-dropdown)",sticky:"var(--xoui-z-index-sticky)",banner:"var(--xoui-z-index-banner)",overlay:"var(--xoui-z-index-overlay)",modal:"var(--xoui-z-index-modal)",popover:"var(--xoui-z-index-popover)",skipLink:"var(--xoui-z-index-skip-link)",toast:"var(--xoui-z-index-toast)",tooltip:"var(--xoui-z-index-tooltip)"},ct={colors:it,spacing:st,typography:at,zIndex:lt},ut={colors:{brand:{primary:"var(--xoui-color-brand-primary)",primaryHover:"var(--xoui-color-brand-primary-hover)",light:"var(--xoui-color-brand-light)",lightHover:"var(--xoui-color-brand-light-hover)"},button:{base:"var(--xoui-color-button-base)",baseHover:"var(--xoui-color-button-base-hover)",disabled:"var(--xoui-color-button-disabled)"},text:{primary:"var(--xoui-color-text-primary)",secondary:"var(--xoui-color-text-secondary)",placeholder:"var(--xoui-color-text-placeholder)",inverse:"var(--xoui-color-text-inverse)",linkPrimary:"var(--xoui-color-text-link-primary)",actionLabel:"var(--xoui-color-text-action-label)",actionLabelDisabled:"var(--xoui-color-text-action-label-disabled)",destructive:"var(--xoui-color-text-destructive)",error:"var(--xoui-color-text-error)",warning:"var(--xoui-color-text-warning)",success:"var(--xoui-color-text-success)",info:"var(--xoui-color-text-info)"},background:{default:"var(--xoui-color-background-default)",surface:"var(--xoui-color-background-surface)",supplier:"var(--xoui-color-background-supplier)",error:"var(--xoui-color-background-error)",warning:"var(--xoui-color-background-warning)",success:"var(--xoui-color-background-success)",info:"var(--xoui-color-background-info)"},icon:{primary:"var(--xoui-color-icon-primary)",disabled:"var(--xoui-color-icon-disabled)",inverse:"var(--xoui-color-icon-inverse)",destructive:"var(--xoui-color-icon-destructive)",brand:"var(--xoui-color-icon-brand)",info:"var(--xoui-color-icon-info)"},divider:{inputDefault:"var(--xoui-color-divider-input-default)",inputSubtle:"var(--xoui-color-divider-input-subtle)",inputDisabled:"var(--xoui-color-divider-input-disabled)",sectionDefault:"var(--xoui-color-divider-section-default)",sectionSubtle:"var(--xoui-color-divider-section-subtle)",inputFocus:"var(--xoui-color-divider-input-focus)",error:"var(--xoui-color-divider-error)",warning:"var(--xoui-color-divider-warning)",success:"var(--xoui-color-divider-success)",info:"var(--xoui-color-divider-info)"}}};exports.Button=W1;exports.IconButton=$1;exports.Input=w1;exports.RadioGroup=Yn;exports.RadioGroupItem=b1;exports.RadioGroupRoot=I1;exports.Spinner=f1;exports.Switch=ke;exports.primitive=ct;exports.semantic=ut;
|