{"version":3,"file":"RefreshIndicator.module.cjs","names":[],"sources":["../../../src/components/RefreshIndicator/RefreshIndicator.module.css"],"sourcesContent":[".wrapper {\n    position: relative;\n    overflow-y: auto;\n    height: 100%;\n    width: 100%;\n    font-family: var(--tempest-font-sans);\n    -webkit-overflow-scrolling: touch;\n}\n\n.indicator {\n    position: absolute;\n    top: var(--tempest-space-2);\n    left: 50%;\n    z-index: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 36px;\n    height: 36px;\n    border-radius: var(--tempest-radius-full);\n    background-color: var(--tempest-surface);\n    color: var(--tempest-primary);\n    box-shadow: var(--tempest-shadow-lg);\n    pointer-events: none;\n    transform: translateX(-50%);\n}\n\n.content {\n    will-change: transform;\n}\n\n.content.dragging {\n    transition: transform 0.2s ease;\n}\n"],"mappings":";"}