{"version":3,"file":"consts.mjs","names":[],"sources":["../src/consts.ts"],"sourcesContent":["export const ReactCompareSliderClip = {\n  all: 'all',\n  itemOne: 'itemOne',\n  itemTwo: 'itemTwo',\n} as const;\n\nexport type ReactCompareSliderClipValue =\n  (typeof ReactCompareSliderClip)[keyof typeof ReactCompareSliderClip];\n\nexport const ReactCompareSliderCssVars = {\n  /** The unclamped position of the slider as a percentage. */\n  rawPosition: '--rcs-raw-position',\n  /** The clamped position of the slider with bounds padding applied. */\n  currentPosition: '--rcs-current-position',\n  /** The `boundsPadding` prop value. */\n  boundsPadding: '--rcs-bounds-padding',\n  /** The color of the handle border and arrows. */\n  handleColor: '--rcs-handle-color',\n} as const;\n"],"mappings":"AAAA,MAAa,EAAyB,CACpC,IAAK,MACL,QAAS,UACT,QAAS,UACV,CAKY,EAA4B,CAEvC,YAAa,qBAEb,gBAAiB,yBAEjB,cAAe,uBAEf,YAAa,qBACd"}