@easy-editor/setters 0.1.4 → 0.1.6
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/index.css +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--es-background:#fff;--es-foreground:#18181b;--es-foreground-secondary:#52525b;--es-primary:#18181b;--es-primary-hover:#09090b;--es-primary-foreground:#fff;--es-primary-muted:rgba(24,24,27,.08);--es-secondary:#f4f4f5;--es-secondary-hover:#e4e4e7;--es-secondary-foreground:#18181b;--es-muted:#fafafa;--es-muted-foreground:#71717a;--es-accent:#f4f4f5;--es-accent-hover:#e4e4e7;--es-accent-foreground:#18181b;--es-destructive:#dc2626;--es-destructive-foreground:#fff;--es-success:#16a34a;--es-warning:#d97706;--es-border:#e4e4e7;--es-border-hover:#d4d4d8;--es-input:#e4e4e7;--es-ring:#18181b;--es-popover:#fff;--es-popover-foreground:#18181b;--es-radius:6px;--es-radius-sm:4px;--es-radius-lg:8px;--es-spacing-1:4px;--es-spacing-2:8px;--es-spacing-3:12px;--es-spacing-4:16px;--es-text-xs:11px;--es-text-sm:12px;--es-text-base:13px;--es-transition:150ms cubic-bezier(0.4,0,0.2,1);--es-transition-fast:100ms cubic-bezier(0.4,0,0.2,1);--es-shadow-sm:0 1px 2px rgba(0,0,0,.05);--es-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.dark{--es-background:#09090b;--es-foreground:#fafafa;--es-foreground-secondary:#a1a1aa;--es-primary:#fafafa;--es-primary-hover:#fff;--es-primary-foreground:#18181b;--es-primary-muted:hsla(0,0%,98%,.1);--es-secondary:#27272a;--es-secondary-hover:#3f3f46;--es-secondary-foreground:#fafafa;--es-muted:#18181b;--es-muted-foreground:#a1a1aa;--es-accent:#27272a;--es-accent-hover:#3f3f46;--es-accent-foreground:#fafafa;--es-destructive:#ef4444;--es-destructive-foreground:#fff;--es-success:#22c55e;--es-warning:#f59e0b;--es-border:#27272a;--es-border-hover:#3f3f46;--es-input:#27272a;--es-ring:#fafafa;--es-popover:#18181b;--es-popover-foreground:#fafafa;--es-shadow-sm:0 1px 2px rgba(0,0,0,.3);--es-shadow:0 1px 3px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.3)}.styles-module-container-KSlB-{display:flex;flex-direction:column;gap:var(--es-spacing-2);width:100%}.styles-module-item-xDCpZ{align-items:center;display:flex;gap:var(--es-spacing-1)}.styles-module-dragHandle-lOaFv{color:var(--es-muted-foreground);cursor:grab;flex-shrink:0;height:1rem;width:1rem}.styles-module-input-ItzPT{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);flex:1;font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition)}.styles-module-input-ItzPT::-webkit-inner-spin-button,.styles-module-input-ItzPT::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input-ItzPT:focus{border-color:var(--es-ring)}.styles-module-input-ItzPT::placeholder{color:var(--es-muted-foreground)}.styles-module-removeButton-ymAlo{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);cursor:pointer;display:flex;flex-shrink:0;height:2rem;justify-content:center;transition:color var(--es-transition);width:2rem}.styles-module-removeButton-ymAlo:hover:not(:disabled){color:var(--es-destructive)}.styles-module-removeButton-ymAlo:disabled{cursor:not-allowed;opacity:.5}.styles-module-removeIcon-ld51f{height:1rem;width:1rem}.styles-module-addButton-U1VQX{align-items:center;background-color:transparent;border:1px solid var(--es-border);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-1);height:2rem;justify-content:center;padding:0 var(--es-spacing-3);transition:background-color var(--es-transition),border-color var(--es-transition);width:100%}.styles-module-addButton-U1VQX:hover:not(:disabled){background-color:var(--es-accent);border-color:var(--es-accent)}.styles-module-addButton-U1VQX:disabled{cursor:not-allowed;opacity:.5}.styles-module-addIcon-6qJub{height:1rem;width:1rem}.styles-module-trigger-w-aUi{align-items:center;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-2);height:2rem;padding:var(--es-spacing-1) var(--es-spacing-2);text-align:left;transition:border-color var(--es-transition);width:100%}.styles-module-trigger-w-aUi:hover{border-color:var(--es-ring)}.styles-module-colorPreview-SUgiJ{border:1px solid var(--es-muted-foreground);border-radius:9999px;height:.875rem;width:.875rem}.styles-module-colorValue-cYdRP{flex:1;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module-popover-SfIUB{background-color:var(--es-popover);border:1px solid var(--es-border);border-radius:var(--es-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.styles-module-container-CUmyq{width:100%}.styles-module-textarea-hn1hD{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:var(--es-text-xs);line-height:1.5;min-height:5rem;outline:none;padding:var(--es-spacing-2);resize:vertical;transition:border-color var(--es-transition);width:100%}.styles-module-textarea-hn1hD:focus{border-color:var(--es-ring)}.styles-module-textareaError-O2GWs{border-color:var(--es-destructive)}.styles-module-error-wjKcS{color:var(--es-destructive);font-size:var(--es-text-xs);margin-top:var(--es-spacing-1)}.styles-module-container-d6iPo{position:relative;width:100%}.styles-module-input-hzqco{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-input-hzqco::-webkit-inner-spin-button,.styles-module-input-hzqco::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input-hzqco:focus{border-color:var(--es-ring)}.styles-module-input-hzqco::placeholder{color:var(--es-muted-foreground)}.styles-module-inputWithSuffix-dzHIR{padding-right:2rem}.styles-module-suffix--jLoo{color:var(--es-muted-foreground);font-size:var(--es-text-xs);pointer-events:none;position:absolute;right:var(--es-spacing-3);top:50%;transform:translateY(-50%)}.styles-module-container-RzrEe{display:flex;flex-direction:column;gap:var(--es-spacing-3);width:100%}.styles-module-field-AaNu3{display:flex;flex-direction:column;gap:var(--es-spacing-1)}.styles-module-label-zWfmB{color:var(--es-muted-foreground);font-size:var(--es-text-xs)}.styles-module-input-fv7wH{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-input-fv7wH::-webkit-inner-spin-button,.styles-module-input-fv7wH::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input-fv7wH:focus{border-color:var(--es-ring)}.styles-module-input-fv7wH::placeholder{color:var(--es-muted-foreground)}.styles-module-customField-hV2yY{align-items:flex-end;display:flex;gap:var(--es-spacing-1)}.styles-module-customFieldInputs-efA5X{display:flex;flex:1;flex-direction:column;gap:var(--es-spacing-1)}.styles-module-keyInput-MXoPV{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);font-size:var(--es-text-xs);height:1.5rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition)}.styles-module-keyInput-MXoPV:focus{border-color:var(--es-ring)}.styles-module-removeButton-s7K9l{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);cursor:pointer;display:flex;flex-shrink:0;height:2rem;justify-content:center;transition:color var(--es-transition);width:2rem}.styles-module-removeButton-s7K9l:hover{color:var(--es-destructive)}.styles-module-removeIcon-Ostpz{height:1rem;width:1rem}.styles-module-addButton-Wgly5{align-items:center;background-color:transparent;border:1px solid var(--es-border);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-1);height:2rem;justify-content:center;padding:0 var(--es-spacing-3);transition:background-color var(--es-transition),border-color var(--es-transition);width:100%}.styles-module-addButton-Wgly5:hover{background-color:var(--es-accent);border-color:var(--es-accent)}.styles-module-addIcon-61nc3{height:1rem;width:1rem}.styles-module-container-YWSlG{display:flex;flex-wrap:wrap;gap:var(--es-spacing-2);width:100%}.styles-module-inputWrapper-B2wKI{position:relative;width:calc(50% - 4px)}.styles-module-input--qUrU{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);padding-right:2rem;transition:border-color var(--es-transition);width:100%}.styles-module-input--qUrU::-webkit-inner-spin-button,.styles-module-input--qUrU::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input--qUrU:focus{border-color:var(--es-ring)}.styles-module-suffix-2c3Cd{color:var(--es-muted-foreground);font-size:var(--es-text-xs);pointer-events:none;position:absolute;right:var(--es-spacing-3);top:50%;transform:translateY(-50%)}.styles-module-container-lamwH{background-color:var(--es-muted);border-radius:var(--es-radius);display:inline-flex;padding:3px;position:relative}.styles-module-containerSm-mndNj{padding:2px}.styles-module-indicator-pz-DO{background-color:var(--es-background);border-radius:calc(var(--es-radius) - 2px);box-shadow:var(--es-shadow-sm);height:calc(100% - 6px);left:0;position:absolute;top:3px;transition:transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);will-change:transform,width;z-index:0}.styles-module-containerSm-mndNj .styles-module-indicator-pz-DO{height:calc(100% - 4px);top:2px}.styles-module-segment-JmKWl{background:transparent;border:none;border-radius:calc(var(--es-radius) - 2px);color:var(--es-muted-foreground);cursor:pointer;flex:1;font-size:var(--es-text-sm);font-weight:500;padding:4px 12px;position:relative;transition:color .15s ease;white-space:nowrap;z-index:1}.styles-module-containerSm-mndNj .styles-module-segment-JmKWl{font-size:var(--es-text-xs);padding:3px 8px}.styles-module-segment-JmKWl:hover:not(:disabled),.styles-module-segmentSelected-fumXM{color:var(--es-foreground)}.styles-module-segmentDisabled-Md5LF{cursor:not-allowed;opacity:.5}.styles-module-container-HI7-c{position:relative;width:100%}.styles-module-trigger-YRz9p{align-items:center;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);height:2rem;justify-content:space-between;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-trigger-YRz9p:hover{border-color:var(--es-ring)}.styles-module-triggerValue-k-g2-{flex:1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles-module-chevron-UbZv-,.styles-module-placeholder-F8-XP{color:var(--es-muted-foreground)}.styles-module-chevron-UbZv-{height:1rem;transition:transform var(--es-transition);width:1rem}.styles-module-chevronOpen-Yui-r{transform:rotate(180deg)}.styles-module-dropdown-l2sra{background-color:var(--es-popover);border:1px solid var(--es-border);border-radius:var(--es-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:var(--es-spacing-1);width:100%}.styles-module-option-cv-7C{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);padding:var(--es-spacing-1) var(--es-spacing-2);text-align:left;transition:background-color var(--es-transition);width:100%}.styles-module-option-cv-7C:hover,.styles-module-optionSelected-K4e5h{background-color:var(--es-accent)}.styles-module-optionDisabled-72jrC{cursor:not-allowed;opacity:.5}.styles-module-container-PG1Uy{align-items:center;display:flex;gap:var(--es-spacing-3);width:100%}.styles-module-slider-pypb6{align-items:center;display:flex;flex:1;height:1.25rem;position:relative}.styles-module-track-X2NtH{background-color:var(--es-secondary);border-radius:9999px;cursor:pointer;flex:1;height:.375rem;position:relative}.styles-module-range-AVV8x{background-color:var(--es-primary);border-radius:9999px;height:100%;position:absolute}.styles-module-thumb-YMQR-{background-color:var(--es-background);border:2px solid var(--es-primary);border-radius:9999px;cursor:pointer;height:1rem;position:absolute;top:50%;transform:translate(-50%,-50%);transition:box-shadow var(--es-transition);width:1rem;z-index:1}.styles-module-thumb-YMQR-:focus,.styles-module-thumb-YMQR-:hover{box-shadow:0 0 0 4px rgba(0,0,0,.1)}.styles-module-thumb-YMQR-:focus{outline:none}.styles-module-value-JiWPV{color:var(--es-muted-foreground);font-size:var(--es-text-xs);min-width:40px;text-align:right}.styles-module-container-weN0F{position:relative;width:100%}.styles-module-input-C8N67{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-input-C8N67:focus{border-color:var(--es-ring)}.styles-module-input-C8N67::placeholder{color:var(--es-muted-foreground)}.styles-module-inputWithSuffix-tdJcI{padding-right:2rem}.styles-module-suffix-HGRiQ{color:var(--es-muted-foreground);font-size:var(--es-text-xs);pointer-events:none;position:absolute;right:var(--es-spacing-3);top:50%;transform:translateY(-50%)}.styles-module-switch-2DV6T{background-color:var(--es-input);border:none;border-radius:9999px;cursor:pointer;height:1.25rem;padding:0;position:relative;transition:background-color var(--es-transition);width:2.25rem}.styles-module-switch-2DV6T:focus-visible{outline:2px solid var(--es-ring);outline-offset:2px}.styles-module-switchChecked-eI65V{background-color:var(--es-primary)}.styles-module-switchThumb-GDlBx{background-color:var(--es-background);border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,.1);height:1rem;left:2px;position:absolute;top:2px;transition:transform var(--es-transition);width:1rem}.styles-module-switchThumbChecked-uA5kV{transform:translateX(1rem)}.styles-module-checkboxWrapper-l-KtW{align-items:center;cursor:pointer;display:inline-flex}.styles-module-checkboxInput-4Z9KK{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.styles-module-checkbox-G1P36{align-items:center;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);display:flex;height:1rem;justify-content:center;padding:0;transition:all var(--es-transition);width:1rem}.styles-module-checkboxWrapper-l-KtW:hover .styles-module-checkbox-G1P36{border-color:var(--es-ring)}.styles-module-checkboxInput-4Z9KK:focus+.styles-module-checkbox-G1P36{border-color:var(--es-ring);box-shadow:0 0 0 2px var(--es-ring-alpha)}.styles-module-checkboxChecked-7XJoC{background-color:var(--es-primary);border-color:var(--es-primary)}.styles-module-checkIcon-3KIBH{color:var(--es-primary-foreground);height:.75rem;width:.75rem}.styles-module-segmented-IaxAM{background-color:var(--es-muted);border-radius:var(--es-radius);display:inline-flex;gap:2px;padding:2px}.styles-module-segmentedButton-mbZ5z{background:transparent;border:none;border-radius:calc(var(--es-radius) - 2px);color:var(--es-muted-foreground);cursor:pointer;font-size:var(--es-text-xs);font-weight:500;padding:var(--es-spacing-1) var(--es-spacing-2);transition:all var(--es-transition)}.styles-module-segmentedButton-mbZ5z:hover{color:var(--es-foreground)}.styles-module-segmentedButtonSelected-u4m2T{background-color:var(--es-background);box-shadow:0 1px 2px rgba(0,0,0,.05);color:var(--es-foreground)}.styles-module-container-ftwPX{width:100%}.styles-module-textarea-sJPy9{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-family:inherit;font-size:var(--es-text-xs);min-height:60px;outline:none;padding:var(--es-spacing-2);resize:vertical;transition:border-color var(--es-transition);width:100%}.styles-module-textarea-sJPy9:focus{border-color:var(--es-ring)}.styles-module-textarea-sJPy9::placeholder{color:var(--es-muted-foreground)}.styles-module-counter-02NEu{color:var(--es-muted-foreground);font-size:var(--es-text-xs);margin-top:var(--es-spacing-1);text-align:right}.styles-module-container-EDh0-{overflow:hidden;position:relative;width:100%}.styles-module-row-MOm-T{display:flex;gap:var(--es-spacing-2)}.styles-module-label-1o-jT{cursor:pointer;flex:1}.styles-module-hiddenInput-03Dx-{height:0;opacity:0;position:absolute;width:0}.styles-module-uploadArea-1HYbh{align-items:center;border:1px dashed var(--es-border);border-radius:var(--es-radius);color:var(--es-muted-foreground);display:flex;font-size:var(--es-text-xs);height:2rem;justify-content:center;transition:border-color var(--es-transition);width:100%}.styles-module-uploadArea-1HYbh:hover{border-color:var(--es-primary)}.styles-module-uploadIcon-Ck7gF{height:1rem;margin-right:var(--es-spacing-2);width:1rem}.styles-module-clearButton-N-9cs{align-items:center;background:transparent;border:none;border-radius:var(--es-radius);color:var(--es-muted-foreground);cursor:pointer;display:flex;height:2rem;justify-content:center;padding:0 var(--es-spacing-2);transition:color var(--es-transition)}.styles-module-clearButton-N-9cs:hover{color:var(--es-destructive)}.styles-module-clearIcon-LHlF6{height:1rem;width:1rem}.styles-module-fileInfo-71Jtf{align-items:center;color:var(--es-foreground);display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-2);margin-top:var(--es-spacing-2);width:100%}.styles-module-fileName-B2hHy{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module-fileSize-pINcz{color:var(--es-muted-foreground);flex-shrink:0;white-space:nowrap}.styles-module-error-A8MID{color:var(--es-destructive);font-size:var(--es-text-xs);margin-top:var(--es-spacing-1)}.styles-module-container-gjha7{transform:translateX(-16px);width:calc(100% + 32px)}.styles-module-header-iE--w{align-items:center;background-color:var(--es-muted);cursor:pointer;display:flex;height:32px;justify-content:space-between;padding:0 16px;transition:background-color .15s ease;user-select:none}.styles-module-header-iE--w:hover{background-color:var(--es-accent)}.styles-module-titleWrapper-MKhFX{align-items:center;display:flex;gap:6px}.styles-module-chevron--dfCY{color:var(--es-muted-foreground);flex-shrink:0;height:14px;transition:transform .2s cubic-bezier(.4,0,.2,1);width:14px}.styles-module-chevronOpen-YwT7-{transform:rotate(90deg)}.styles-module-title-qTdCp{color:var(--es-foreground);font-size:12px;font-weight:500;letter-spacing:.01em}.styles-module-toggleButton-g6dI2{align-items:center;background:transparent;border:none;border-radius:4px;color:var(--es-muted-foreground);cursor:pointer;display:flex;height:20px;justify-content:center;transition:background-color .15s ease,color .15s ease;width:20px}.styles-module-toggleButton-g6dI2:hover{background-color:var(--es-border);color:var(--es-foreground)}.styles-module-toggleIcon-cjnM4{height:14px;width:14px}.styles-module-content-GYYgk{display:grid;grid-template-rows:1fr;transition:grid-template-rows .2s cubic-bezier(.4,0,.2,1)}.styles-module-contentInner-YQzDE{display:flex;flex-direction:column;gap:var(--es-spacing-3);overflow:hidden;padding:12px 16px}.styles-module-contentHidden-WAYSW{grid-template-rows:0fr}.styles-module-contentHidden-WAYSW .styles-module-contentInner-YQzDE{padding-bottom:0;padding-top:0}.styles-module-srOnly-EI1Tc{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.styles-module-container-BPB4M{width:100%}.styles-module-tabsWrapper-wAK69{position:relative}.styles-module-tabsList-hV1mY{border-bottom:1px solid var(--es-border);display:flex;margin:0;padding:0}.styles-module-tabTrigger--ORCz{align-items:center;background:transparent;border:none;color:var(--es-muted-foreground);cursor:pointer;display:flex;flex:1;font-size:12px;font-weight:500;justify-content:center;letter-spacing:.01em;min-width:0;overflow:hidden;padding:8px 12px;position:relative;text-overflow:ellipsis;transition:color .15s ease;user-select:none;white-space:nowrap}.styles-module-tabTrigger--ORCz:hover{color:var(--es-foreground)}.styles-module-tabTrigger--ORCz:focus-visible{color:var(--es-foreground);outline:none}.styles-module-tabTriggerActive-R7369{color:var(--es-foreground)}.styles-module-indicator-JfmPM{background:var(--es-primary);border-radius:1px 1px 0 0;bottom:0;height:2px;left:0;position:absolute;transition:transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);will-change:transform,width}.styles-module-tabContent-7Dnf2{animation:styles-module-fadeIn-3DcSJ .15s ease;display:none;flex-direction:column;gap:var(--es-spacing-2);padding:var(--es-spacing-3) 0}.styles-module-tabContentActive-KnHQV{display:flex}@keyframes styles-module-fadeIn-3DcSJ{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.styles-module-container-4LWRO{width:100%}.styles-module-tabsList-L72im{background-color:var(--es-muted);border-radius:var(--es-radius);display:grid;padding:var(--es-spacing-1);position:relative;width:100%}.styles-module-indicator-3Lmrg{background-color:var(--es-background);border-radius:var(--es-radius-sm);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);height:calc(100% - var(--es-spacing-1)*2);left:0;position:absolute;top:var(--es-spacing-1);transition:transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);will-change:transform,width;z-index:0}.styles-module-tabTrigger-u3S3S{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);cursor:pointer;display:flex;font-size:var(--es-text-sm);font-weight:500;justify-content:center;padding:var(--es-spacing-1) var(--es-spacing-3);position:relative;transition:color .15s ease;z-index:1}.styles-module-tabTrigger-u3S3S:hover,.styles-module-tabTriggerActive-xCpU6{color:var(--es-foreground)}.styles-module-tabContent-Pj2Us{box-sizing:border-box;display:none;flex-direction:column;gap:var(--es-spacing-3);margin-top:0;padding:var(--es-spacing-2)}.styles-module-tabContentActive-NJtXh{display:flex}
|
|
1
|
+
:root{--es-background:#fff;--es-foreground:#18181b;--es-foreground-secondary:#52525b;--es-primary:#18181b;--es-primary-hover:#09090b;--es-primary-foreground:#fff;--es-primary-muted:rgba(24,24,27,.08);--es-secondary:#f4f4f5;--es-secondary-hover:#e4e4e7;--es-secondary-foreground:#18181b;--es-muted:#fafafa;--es-muted-foreground:#71717a;--es-accent:#f4f4f5;--es-accent-hover:#e4e4e7;--es-accent-foreground:#18181b;--es-destructive:#dc2626;--es-destructive-foreground:#fff;--es-success:#16a34a;--es-warning:#d97706;--es-border:#e4e4e7;--es-border-hover:#d4d4d8;--es-input:#e4e4e7;--es-ring:#18181b;--es-popover:#fff;--es-popover-foreground:#18181b;--es-radius:6px;--es-radius-sm:4px;--es-radius-lg:8px;--es-spacing-1:4px;--es-spacing-2:8px;--es-spacing-3:12px;--es-spacing-4:16px;--es-text-xs:11px;--es-text-sm:12px;--es-text-base:13px;--es-transition:150ms cubic-bezier(0.4,0,0.2,1);--es-transition-fast:100ms cubic-bezier(0.4,0,0.2,1);--es-shadow-sm:0 1px 2px rgba(0,0,0,.05);--es-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.dark{--es-background:#09090b;--es-foreground:#fafafa;--es-foreground-secondary:#a1a1aa;--es-primary:#fafafa;--es-primary-hover:#fff;--es-primary-foreground:#18181b;--es-primary-muted:hsla(0,0%,98%,.1);--es-secondary:#27272a;--es-secondary-hover:#3f3f46;--es-secondary-foreground:#fafafa;--es-muted:#18181b;--es-muted-foreground:#a1a1aa;--es-accent:#27272a;--es-accent-hover:#3f3f46;--es-accent-foreground:#fafafa;--es-destructive:#ef4444;--es-destructive-foreground:#fff;--es-success:#22c55e;--es-warning:#f59e0b;--es-border:#27272a;--es-border-hover:#3f3f46;--es-input:#27272a;--es-ring:#fafafa;--es-popover:#18181b;--es-popover-foreground:#fafafa;--es-shadow-sm:0 1px 2px rgba(0,0,0,.3);--es-shadow:0 1px 3px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.3)}.styles-module-container-KSlB-{display:flex;flex-direction:column;gap:var(--es-spacing-2);width:100%}.styles-module-item-xDCpZ{align-items:center;display:flex;gap:var(--es-spacing-1)}.styles-module-dragHandle-lOaFv{color:var(--es-muted-foreground);cursor:grab;flex-shrink:0;height:1rem;width:1rem}.styles-module-input-ItzPT{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);flex:1;font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition)}.styles-module-input-ItzPT::-webkit-inner-spin-button,.styles-module-input-ItzPT::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input-ItzPT:focus{border-color:var(--es-ring)}.styles-module-input-ItzPT::placeholder{color:var(--es-muted-foreground)}.styles-module-removeButton-ymAlo{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);cursor:pointer;display:flex;flex-shrink:0;height:2rem;justify-content:center;transition:color var(--es-transition);width:2rem}.styles-module-removeButton-ymAlo:hover:not(:disabled){color:var(--es-destructive)}.styles-module-removeButton-ymAlo:disabled{cursor:not-allowed;opacity:.5}.styles-module-removeIcon-ld51f{height:1rem;width:1rem}.styles-module-addButton-U1VQX{align-items:center;background-color:transparent;border:1px solid var(--es-border);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-1);height:2rem;justify-content:center;padding:0 var(--es-spacing-3);transition:background-color var(--es-transition),border-color var(--es-transition);width:100%}.styles-module-addButton-U1VQX:hover:not(:disabled){background-color:var(--es-accent);border-color:var(--es-accent)}.styles-module-addButton-U1VQX:disabled{cursor:not-allowed;opacity:.5}.styles-module-addIcon-6qJub{height:1rem;width:1rem}.styles-module-trigger-w-aUi{align-items:center;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-2);height:2rem;padding:var(--es-spacing-1) var(--es-spacing-2);text-align:left;transition:border-color var(--es-transition);width:100%}.styles-module-trigger-w-aUi:hover{border-color:var(--es-ring)}.styles-module-colorPreview-SUgiJ{border:1px solid var(--es-muted-foreground);border-radius:9999px;height:.875rem;width:.875rem}.styles-module-colorValue-cYdRP{flex:1;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module-popover-SfIUB{background-color:var(--es-popover);border:1px solid var(--es-border);border-radius:var(--es-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.styles-module-container-CUmyq{width:100%}.styles-module-textarea-hn1hD{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:var(--es-text-xs);line-height:1.5;min-height:5rem;outline:none;padding:var(--es-spacing-2);resize:vertical;transition:border-color var(--es-transition);width:100%}.styles-module-textarea-hn1hD:focus{border-color:var(--es-ring)}.styles-module-textareaError-O2GWs{border-color:var(--es-destructive)}.styles-module-error-wjKcS{color:var(--es-destructive);font-size:var(--es-text-xs);margin-top:var(--es-spacing-1)}.styles-module-container-d6iPo{position:relative;width:100%}.styles-module-input-hzqco{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-input-hzqco::-webkit-inner-spin-button,.styles-module-input-hzqco::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input-hzqco:focus{border-color:var(--es-ring)}.styles-module-input-hzqco::placeholder{color:var(--es-muted-foreground)}.styles-module-inputWithSuffix-dzHIR{padding-right:2rem}.styles-module-suffix--jLoo{color:var(--es-muted-foreground);font-size:var(--es-text-xs);pointer-events:none;position:absolute;right:var(--es-spacing-3);top:50%;transform:translateY(-50%)}.styles-module-container-RzrEe{display:flex;flex-direction:column;gap:var(--es-spacing-3);width:100%}.styles-module-field-AaNu3{display:flex;flex-direction:column;gap:var(--es-spacing-1)}.styles-module-label-zWfmB{color:var(--es-muted-foreground);font-size:var(--es-text-xs)}.styles-module-input-fv7wH{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-input-fv7wH::-webkit-inner-spin-button,.styles-module-input-fv7wH::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input-fv7wH:focus{border-color:var(--es-ring)}.styles-module-input-fv7wH::placeholder{color:var(--es-muted-foreground)}.styles-module-customField-hV2yY{align-items:flex-end;display:flex;gap:var(--es-spacing-1)}.styles-module-customFieldInputs-efA5X{display:flex;flex:1;flex-direction:column;gap:var(--es-spacing-1)}.styles-module-keyInput-MXoPV{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);font-size:var(--es-text-xs);height:1.5rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition)}.styles-module-keyInput-MXoPV:focus{border-color:var(--es-ring)}.styles-module-removeButton-s7K9l{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);cursor:pointer;display:flex;flex-shrink:0;height:2rem;justify-content:center;transition:color var(--es-transition);width:2rem}.styles-module-removeButton-s7K9l:hover{color:var(--es-destructive)}.styles-module-removeIcon-Ostpz{height:1rem;width:1rem}.styles-module-addButton-Wgly5{align-items:center;background-color:transparent;border:1px solid var(--es-border);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-1);height:2rem;justify-content:center;padding:0 var(--es-spacing-3);transition:background-color var(--es-transition),border-color var(--es-transition);width:100%}.styles-module-addButton-Wgly5:hover{background-color:var(--es-accent);border-color:var(--es-accent)}.styles-module-addIcon-61nc3{height:1rem;width:1rem}.styles-module-container-YWSlG{display:flex;flex-wrap:wrap;gap:var(--es-spacing-2);width:100%}.styles-module-inputWrapper-B2wKI{position:relative;width:calc(50% - 4px)}.styles-module-input--qUrU{-moz-appearance:textfield;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);padding-right:2rem;transition:border-color var(--es-transition);width:100%}.styles-module-input--qUrU::-webkit-inner-spin-button,.styles-module-input--qUrU::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles-module-input--qUrU:focus{border-color:var(--es-ring)}.styles-module-suffix-2c3Cd{color:var(--es-muted-foreground);font-size:var(--es-text-xs);pointer-events:none;position:absolute;right:var(--es-spacing-3);top:50%;transform:translateY(-50%)}.styles-module-container-lamwH{background-color:var(--es-muted);border-radius:var(--es-radius);display:inline-flex;padding:3px;position:relative}.styles-module-containerSm-mndNj{padding:2px}.styles-module-indicator-pz-DO{background-color:var(--es-background);border-radius:calc(var(--es-radius) - 2px);box-shadow:var(--es-shadow-sm);height:calc(100% - 6px);left:0;position:absolute;top:3px;transition:transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);will-change:transform,width;z-index:0}.styles-module-containerSm-mndNj .styles-module-indicator-pz-DO{height:calc(100% - 4px);top:2px}.styles-module-segment-JmKWl{background:transparent;border:none;border-radius:calc(var(--es-radius) - 2px);color:var(--es-muted-foreground);cursor:pointer;flex:1;font-size:var(--es-text-sm);font-weight:500;padding:4px 12px;position:relative;transition:color .15s ease;white-space:nowrap;z-index:1}.styles-module-containerSm-mndNj .styles-module-segment-JmKWl{font-size:var(--es-text-xs);padding:3px 8px}.styles-module-segment-JmKWl:hover:not(:disabled),.styles-module-segmentSelected-fumXM{color:var(--es-foreground)}.styles-module-segmentDisabled-Md5LF{cursor:not-allowed;opacity:.5}.styles-module-container-HI7-c{position:relative;width:100%}.styles-module-trigger-YRz9p{align-items:center;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);height:2rem;justify-content:space-between;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-trigger-YRz9p:hover{border-color:var(--es-ring)}.styles-module-triggerValue-k-g2-{flex:1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles-module-chevron-UbZv-,.styles-module-placeholder-F8-XP{color:var(--es-muted-foreground)}.styles-module-chevron-UbZv-{height:1rem;transition:transform var(--es-transition);width:1rem}.styles-module-chevronOpen-Yui-r{transform:rotate(180deg)}.styles-module-dropdown-l2sra{background-color:var(--es-popover);border:1px solid var(--es-border);border-radius:var(--es-radius);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:var(--es-spacing-1);width:100%}.styles-module-option-cv-7C{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-foreground);cursor:pointer;display:flex;font-size:var(--es-text-xs);padding:var(--es-spacing-1) var(--es-spacing-2);text-align:left;transition:background-color var(--es-transition);width:100%}.styles-module-option-cv-7C:hover,.styles-module-optionSelected-K4e5h{background-color:var(--es-accent)}.styles-module-optionDisabled-72jrC{cursor:not-allowed;opacity:.5}.styles-module-container-PG1Uy{align-items:center;display:flex;gap:var(--es-spacing-3);width:100%}.styles-module-slider-pypb6{align-items:center;display:flex;flex:1;height:1.25rem;position:relative}.styles-module-track-X2NtH{background-color:var(--es-secondary);border-radius:9999px;cursor:pointer;flex:1;height:.375rem;position:relative}.styles-module-range-AVV8x{background-color:var(--es-primary);border-radius:9999px;height:100%;position:absolute}.styles-module-thumb-YMQR-{background-color:var(--es-background);border:2px solid var(--es-primary);border-radius:9999px;cursor:pointer;height:1rem;position:absolute;top:50%;transform:translate(-50%,-50%);transition:box-shadow var(--es-transition);width:1rem;z-index:1}.styles-module-thumb-YMQR-:focus,.styles-module-thumb-YMQR-:hover{box-shadow:0 0 0 4px rgba(0,0,0,.1)}.styles-module-thumb-YMQR-:focus{outline:none}.styles-module-value-JiWPV{color:var(--es-muted-foreground);font-size:var(--es-text-xs);min-width:40px;text-align:right}.styles-module-container-weN0F{position:relative;width:100%}.styles-module-input-C8N67{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-size:var(--es-text-xs);height:2rem;outline:none;padding:var(--es-spacing-1) var(--es-spacing-2);transition:border-color var(--es-transition);width:100%}.styles-module-input-C8N67:focus{border-color:var(--es-ring)}.styles-module-input-C8N67::placeholder{color:var(--es-muted-foreground)}.styles-module-inputWithSuffix-tdJcI{padding-right:2rem}.styles-module-suffix-HGRiQ{color:var(--es-muted-foreground);font-size:var(--es-text-xs);pointer-events:none;position:absolute;right:var(--es-spacing-3);top:50%;transform:translateY(-50%)}.styles-module-switch-2DV6T{background-color:var(--es-input);border:none;border-radius:9999px;cursor:pointer;height:1.25rem;padding:0;position:relative;transition:background-color var(--es-transition);width:2.25rem}.styles-module-switch-2DV6T:focus-visible{outline:2px solid var(--es-ring);outline-offset:2px}.styles-module-switchChecked-eI65V{background-color:var(--es-primary)}.styles-module-switchThumb-GDlBx{background-color:var(--es-background);border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,.1);height:1rem;left:2px;position:absolute;top:2px;transition:transform var(--es-transition);width:1rem}.styles-module-switchThumbChecked-uA5kV{transform:translateX(1rem)}.styles-module-checkboxWrapper-l-KtW{align-items:center;cursor:pointer;display:inline-flex}.styles-module-checkboxInput-4Z9KK{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.styles-module-checkbox-G1P36{align-items:center;background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);display:flex;height:1rem;justify-content:center;padding:0;transition:all var(--es-transition);width:1rem}.styles-module-checkboxWrapper-l-KtW:hover .styles-module-checkbox-G1P36{border-color:var(--es-ring)}.styles-module-checkboxInput-4Z9KK:focus+.styles-module-checkbox-G1P36{border-color:var(--es-ring);box-shadow:0 0 0 2px var(--es-ring-alpha)}.styles-module-checkboxChecked-7XJoC{background-color:var(--es-primary);border-color:var(--es-primary)}.styles-module-checkIcon-3KIBH{color:var(--es-primary-foreground);height:.75rem;width:.75rem}.styles-module-segmented-IaxAM{background-color:var(--es-muted);border-radius:var(--es-radius);display:inline-flex;gap:2px;padding:2px}.styles-module-segmentedButton-mbZ5z{background:transparent;border:none;border-radius:calc(var(--es-radius) - 2px);color:var(--es-muted-foreground);cursor:pointer;font-size:var(--es-text-xs);font-weight:500;padding:var(--es-spacing-1) var(--es-spacing-2);transition:all var(--es-transition)}.styles-module-segmentedButton-mbZ5z:hover{color:var(--es-foreground)}.styles-module-segmentedButtonSelected-u4m2T{background-color:var(--es-background);box-shadow:0 1px 2px rgba(0,0,0,.05);color:var(--es-foreground)}.styles-module-container-ftwPX{width:100%}.styles-module-textarea-sJPy9{background-color:var(--es-background);border:1px solid var(--es-input);border-radius:var(--es-radius-sm);color:var(--es-foreground);font-family:inherit;font-size:var(--es-text-xs);min-height:60px;outline:none;padding:var(--es-spacing-2);resize:vertical;transition:border-color var(--es-transition);width:100%}.styles-module-textarea-sJPy9:focus{border-color:var(--es-ring)}.styles-module-textarea-sJPy9::placeholder{color:var(--es-muted-foreground)}.styles-module-counter-02NEu{color:var(--es-muted-foreground);font-size:var(--es-text-xs);margin-top:var(--es-spacing-1);text-align:right}.styles-module-container-EDh0-{overflow:hidden;position:relative;width:100%}.styles-module-row-MOm-T{display:flex;gap:var(--es-spacing-2)}.styles-module-label-1o-jT{cursor:pointer;flex:1}.styles-module-hiddenInput-03Dx-{height:0;opacity:0;position:absolute;width:0}.styles-module-uploadArea-1HYbh{align-items:center;border:1px dashed var(--es-border);border-radius:var(--es-radius);color:var(--es-muted-foreground);display:flex;font-size:var(--es-text-xs);height:2rem;justify-content:center;transition:border-color var(--es-transition);width:100%}.styles-module-uploadArea-1HYbh:hover{border-color:var(--es-primary)}.styles-module-uploadIcon-Ck7gF{height:1rem;margin-right:var(--es-spacing-2);width:1rem}.styles-module-clearButton-N-9cs{align-items:center;background:transparent;border:none;border-radius:var(--es-radius);color:var(--es-muted-foreground);cursor:pointer;display:flex;height:2rem;justify-content:center;padding:0 var(--es-spacing-2);transition:color var(--es-transition)}.styles-module-clearButton-N-9cs:hover{color:var(--es-destructive)}.styles-module-clearIcon-LHlF6{height:1rem;width:1rem}.styles-module-fileInfo-71Jtf{align-items:center;color:var(--es-foreground);display:flex;font-size:var(--es-text-xs);gap:var(--es-spacing-2);margin-top:var(--es-spacing-2);width:100%}.styles-module-fileName-B2hHy{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles-module-fileSize-pINcz{color:var(--es-muted-foreground);flex-shrink:0;white-space:nowrap}.styles-module-error-A8MID{color:var(--es-destructive);font-size:var(--es-text-xs);margin-top:var(--es-spacing-1)}.styles-module-container-gjha7{transform:translateX(-16px);width:calc(100% + 32px)}.styles-module-header-iE--w{align-items:center;background-color:var(--es-secondary);cursor:pointer;display:flex;height:32px;justify-content:space-between;padding:0 16px;transition:background-color .15s ease;user-select:none}.styles-module-header-iE--w:hover{background-color:var(--es-secondary-hover)}.styles-module-titleWrapper-MKhFX{align-items:center;display:flex;gap:6px}.styles-module-chevron--dfCY{color:var(--es-muted-foreground);flex-shrink:0;height:14px;transition:transform .2s cubic-bezier(.4,0,.2,1);width:14px}.styles-module-chevronOpen-YwT7-{transform:rotate(90deg)}.styles-module-title-qTdCp{color:var(--es-foreground);font-size:12px;font-weight:500;letter-spacing:.01em}.styles-module-toggleButton-g6dI2{align-items:center;background:transparent;border:none;border-radius:4px;color:var(--es-muted-foreground);cursor:pointer;display:flex;height:20px;justify-content:center;transition:background-color .15s ease,color .15s ease;width:20px}.styles-module-toggleButton-g6dI2:hover{background-color:var(--es-border);color:var(--es-foreground)}.styles-module-toggleIcon-cjnM4{height:14px;width:14px}.styles-module-content-GYYgk{display:grid;grid-template-rows:1fr;transition:grid-template-rows .2s cubic-bezier(.4,0,.2,1)}.styles-module-contentInner-YQzDE{display:flex;flex-direction:column;gap:var(--es-spacing-3);overflow:hidden;padding:12px 16px}.styles-module-contentHidden-WAYSW{grid-template-rows:0fr}.styles-module-contentHidden-WAYSW .styles-module-contentInner-YQzDE{padding-bottom:0;padding-top:0}.styles-module-srOnly-EI1Tc{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.styles-module-container-BPB4M{width:100%}.styles-module-tabsWrapper-wAK69{position:relative}.styles-module-tabsList-hV1mY{border-bottom:1px solid var(--es-border);display:flex;margin:0;padding:0}.styles-module-tabTrigger--ORCz{align-items:center;background:transparent;border:none;color:var(--es-muted-foreground);cursor:pointer;display:flex;flex:1;font-size:12px;font-weight:500;justify-content:center;letter-spacing:.01em;min-width:0;overflow:hidden;padding:8px 12px;position:relative;text-overflow:ellipsis;transition:color .15s ease;user-select:none;white-space:nowrap}.styles-module-tabTrigger--ORCz:hover{color:var(--es-foreground)}.styles-module-tabTrigger--ORCz:focus-visible{color:var(--es-foreground);outline:none}.styles-module-tabTriggerActive-R7369{color:var(--es-foreground)}.styles-module-indicator-JfmPM{background:var(--es-primary);border-radius:1px 1px 0 0;bottom:0;height:2px;left:0;position:absolute;transition:transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);will-change:transform,width}.styles-module-tabContent-7Dnf2{animation:styles-module-fadeIn-3DcSJ .15s ease;display:none;flex-direction:column;gap:var(--es-spacing-2);padding:var(--es-spacing-3) 0}.styles-module-tabContentActive-KnHQV{display:flex}@keyframes styles-module-fadeIn-3DcSJ{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.styles-module-container-4LWRO{width:100%}.styles-module-tabsList-L72im{background-color:var(--es-muted);border-radius:var(--es-radius);display:grid;padding:var(--es-spacing-1);position:relative;width:100%}.styles-module-indicator-3Lmrg{background-color:var(--es-background);border-radius:var(--es-radius-sm);box-shadow:0 1px 3px 0 rgba(0,0,0,.1);height:calc(100% - var(--es-spacing-1)*2);left:0;position:absolute;top:var(--es-spacing-1);transition:transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);will-change:transform,width;z-index:0}.styles-module-tabTrigger-u3S3S{align-items:center;background:transparent;border:none;border-radius:var(--es-radius-sm);color:var(--es-muted-foreground);cursor:pointer;display:flex;font-size:var(--es-text-sm);font-weight:500;justify-content:center;padding:var(--es-spacing-1) var(--es-spacing-3);position:relative;transition:color .15s ease;z-index:1}.styles-module-tabTrigger-u3S3S:hover,.styles-module-tabTriggerActive-xCpU6{color:var(--es-foreground)}.styles-module-tabContent-Pj2Us{box-sizing:border-box;display:none;flex-direction:column;gap:var(--es-spacing-3);margin-top:0;padding:var(--es-spacing-2)}.styles-module-tabContentActive-NJtXh{display:flex}
|