{"version":3,"file":"NumberInputChevron.cjs","names":[],"sources":["../../../src/components/NumberInput/NumberInputChevron.tsx"],"sourcesContent":["interface ChevronProps extends React.ComponentProps<'svg'> {\n  direction: 'up' | 'down';\n}\n\nexport function NumberInputChevron({ direction, style, ...others }: ChevronProps) {\n  return (\n    <svg\n      style={{\n        width: 'var(--ni-chevron-size)',\n        height: 'var(--ni-chevron-size)',\n        transform: direction === 'up' ? 'rotate(180deg)' : undefined,\n        ...style,\n      }}\n      viewBox=\"0 0 15 15\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      {...others}\n    >\n      <path\n        d=\"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z\"\n        fill=\"currentColor\"\n        fillRule=\"evenodd\"\n        clipRule=\"evenodd\"\n      />\n    </svg>\n  );\n}\n"],"mappings":";;;;AAIA,SAAgB,mBAAmB,EAAE,WAAW,OAAO,GAAG,UAAwB;AAChF,QACE,iBAAA,GAAA,kBAAA,KAAC,OAAD;EACE,OAAO;GACL,OAAO;GACP,QAAQ;GACR,WAAW,cAAc,OAAO,mBAAmB,KAAA;GACnD,GAAG;GACJ;EACD,SAAQ;EACR,MAAK;EACL,OAAM;EACN,GAAI;YAEJ,iBAAA,GAAA,kBAAA,KAAC,QAAD;GACE,GAAE;GACF,MAAK;GACL,UAAS;GACT,UAAS;GACT,CAAA;EACE,CAAA"}