bills = ({
'house': [
{
label: 'Theoretical party line vote',
sublabel: '102 yes votes from Republicans and 48 nos from Democrats.',
votes: { yes: {R: 102, D: 0}, no: {R: 0, D: 48 }, absent: {R: 0, D: 0} },
potentialVotes: { yes: {R: 0, D: 0}, no: {R: 0, D: 0 } }
},
{
label: 'HB 372 – Constitutional right to hunt and trap',
sublabel: 'House vote 64-34. Senate vote forthcoming.',
votes: { yes: {R: 64, D: 0}, no: {R: 4, D: 30 }, absent: {R: 0, D: 2} },
potentialVotes: { yes: {R: 34, D: 0}, no: {R: 0, D: 16 } }
},
{
label: 'HB 517 – Expanded Legislative power over universities',
sublabel: 'House vote 61-37. Senate vote forthcoming.',
votes: { yes: {R: 61, D: 0}, no: {R: 7, D: 30 }, absent: {R: 0, D: 2} },
potentialVotes: { yes: {R: 34, D: 0}, no: {R: 0, D: 16 } }
},
{
label: 'HB 551 – Constitutional right to carry concealed firearms',
sublabel: 'House vote 65-33. Senate vote forthcoming.',
votes: { yes: {R: 65, D: 0}, no: {R: 3, D: 30 }, absent: {R: 0, D: 2} },
potentialVotes: { yes: {R: 34, D: 0}, no: {R: 0, D: 16 } }
},
{
label: 'HB 915 – Makes state supreme court justices appointed',
sublabel: 'House vote 59-39. Senate vote forthcoming.',
votes: { yes: {R: 59, D: 0}, no: {R: 9, D: 30 }, absent: {R: 0, D: 2} },
potentialVotes: { yes: {R: 34, D: 0}, no: {R: 0, D: 16 } }
},
{
label: 'HB 965 – Strips lawyer licensing from state supreme court jurisdiction',
sublabel: 'House vote 45-55. Received too few votes to advance to Senate.',
votes: { yes: {R: 45, D: 0}, no: {R: 23, D: 32 }, absent: {R: 0, D: 0} },
potentialVotes: { yes: {R: 0, D: 0}, no: {R: 0, D: 0 } }
},
{
label: 'SB 272 – Enshrines county sheriff powers in Constitution',
sublabel: 'Senate vote 22-28. House vote forthcoming.',
votes: { yes: {R: 22, D: 0}, no: {R: 12, D: 16 }, absent: {R: 0, D: 0} },
potentialVotes: { yes: {R: 68, D: 0}, no: {R: 0, D: 32 } }
},
{
label: 'SB 534 – Forbids consideration of political data in redistricting',
sublabel: 'House vote 31-19, including one Democrat who said she had misvoted. Senate vote forthcoming.',
votes: { yes: {R: 30, D: 1}, no: {R: 4, D: 15 }, absent: {R: 0, D: 0} },
potentialVotes: { yes: {R: 68, D: 0}, no: {R: 0, D: 32 } }
},
{
label: 'SB 563 – Establishes a mental health trust fund',
sublabel: 'Senate vote 40-10. House vote forthcoming.',
votes: { yes: {R: 29, D: 11}, no: {R: 5, D: 5 }, absent: {R: 0, D: 0} },
potentialVotes: { yes: {R: 68, D: 0}, no: {R: 0, D: 32 } }
},
]
})