New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ptp-us/power-the-polls-form

Package Overview
Dependencies
Maintainers
0
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ptp-us/power-the-polls-form - npm Package Compare versions

Comparing version 1.2.36 to 1.2.37

power-the-polls-form/p-3308d974.system.entry.js

2

collection/components/power-the-polls-form/power-the-polls-form.js

@@ -38,3 +38,3 @@ import { Fragment, h, Host, } from "@stencil/core";

version() {
return Promise.resolve("1.2.36");
return Promise.resolve("1.2.37");
}

@@ -41,0 +41,0 @@ render() {

@@ -195,3 +195,2 @@ import { Fragment, h, Host, } from "@stencil/core";

"6165": "Apply online today or stop by the elections office at: 216 Mims Rd, Room 107, Sylvania, GA 30467.",
"6907": "Two commissioner sessions are scheduled for those interesting in serving: Tuesday, Sept. 10 at 6 p.m. at West Cal Event Center in Sulphur; Thursday, Sept. 12 at 6 p.m. at McNeese SEED Center in Lake Charles. Classes are free and registration is not required.",
"9381": "Apply today by calling the Board of Elections at 330-451-8683, or apply online at https://starkcountyoh.rja.revize.com/forms/5326.",

@@ -214,3 +213,6 @@ "9346": "Please call the Jefferson County Board of Elections office at (740) 283-8522 today to apply!",

"10584": "Apply by October 14 at 5pm to be considered to serve this November!",
"8794": "Desire additional poll workers in Smith Valley.", // Lyon County, NV
"8794": "Desire additional poll workers in Smith Valley.",
"10932": "Must attend in-person training",
"10929": "Apply by October 15th to be considered to serve this November! All poll workers must attend in person training.",
"10793": "Apply by October 16th to be considered to serve this November!", // Janesville, WI
};

@@ -217,0 +219,0 @@ this.jurisdictionId = undefined;

@@ -13,3 +13,3 @@ import { proxyCustomElement, HTMLElement, createEvent, h, Host, Fragment } from '@stencil/core/internal/client';

const powerThePollsFormCss = "power-the-polls-form{display:block;-webkit-box-sizing:border-box;box-sizing:border-box}power-the-polls-form *{-webkit-box-sizing:border-box;box-sizing:border-box}power-the-polls-form h3{margin-top:1em}power-the-polls-form button{border:0;padding:0.5em 1em;width:100%;text-transform:uppercase;background-color:#444BFD;color:#F5F3F1;font-size:1.2rem;letter-spacing:0.05rem;font-weight:bold;cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}power-the-polls-form button:hover{opacity:0.8}power-the-polls-form button:focus{opacity:0.6}power-the-polls-form button:active{opacity:0.4}power-the-polls-form button:disabled{background-color:#aaa;color:#333;cursor:progress}power-the-polls-form button:disabled:hover,power-the-polls-form button:disabled:focus,power-the-polls-form button:disabled:active{opacity:1}power-the-polls-form form{font-size:1rem;padding:1em 0;letter-spacing:0}power-the-polls-form form input,power-the-polls-form form select{width:100%;padding:0.5em 0.75em;display:block}power-the-polls-form form select{padding:0.75em;height:auto}power-the-polls-form form input[type=checkbox]{width:auto;display:inline-block}power-the-polls-form form label{vertical-align:middle;margin:1em 0;font-size:0.9rem;display:block}@media only screen and (max-width: 620px){power-the-polls-form form label{margin:1em 0 0.5em 0}}power-the-polls-form form label.checkbox{-ms-flex-align:center;align-items:center;cursor:pointer}power-the-polls-form form label.checkbox:hover{background-color:rgba(0, 0, 0, 0.05)}power-the-polls-form form label.checkbox input{z-index:-1}power-the-polls-form p.disclaimer{font-size:0.9rem;font-weight:normal}power-the-polls-form label{display:block;margin-bottom:1em}power-the-polls-form .required{color:red}power-the-polls-form .checkbox{display:block;margin-bottom:1em}power-the-polls-form .button{margin-top:1em;background-color:#444bfd}power-the-polls-form p.required-note{font-size:0.8rem;font-weight:normal;color:red;margin-top:1em}power-the-polls-form .next-steps p{clear:left}power-the-polls-form .next-steps p .number{margin:0 0.5em 0.5em 0;border-style:solid;border-width:2px;padding:0.25em;display:block;width:2.2em;text-align:center;font-size:1.6em;font-weight:bold;float:left}@media only screen and (max-width: 620px){power-the-polls-form .next-steps p .number{float:none}}power-the-polls-form .next-steps::after{content:\"\";display:block;clear:both}";
const powerThePollsFormCss = "power-the-polls-form{display:block;-webkit-box-sizing:border-box;box-sizing:border-box}power-the-polls-form *{-webkit-box-sizing:border-box;box-sizing:border-box}power-the-polls-form h3{margin-top:1em}power-the-polls-form button{border:0;padding:0.5em 1em;width:100%;text-transform:uppercase;background-color:#444BFD;color:#F5F3F1;font-size:1.2rem;letter-spacing:0.05rem;font-weight:bold;cursor:pointer;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}power-the-polls-form button:hover{opacity:0.8}power-the-polls-form button:focus{opacity:0.6}power-the-polls-form button:active{opacity:0.4}power-the-polls-form button:disabled{background-color:#aaa;color:#333;cursor:progress}power-the-polls-form button:disabled:hover,power-the-polls-form button:disabled:focus,power-the-polls-form button:disabled:active{opacity:1}power-the-polls-form form{font-size:1rem;padding:1em 0;letter-spacing:0}power-the-polls-form form input,power-the-polls-form form select{width:100%;padding:0.5em 0.75em;display:block}power-the-polls-form form select{padding:0.75em;height:auto}power-the-polls-form form input[type=checkbox]{width:auto;display:inline-block}power-the-polls-form form label{vertical-align:middle;margin:1em 0;font-size:0.9rem;display:block}@media only screen and (max-width: 620px){power-the-polls-form form label{margin:1em 0 0.5em 0}}power-the-polls-form form label.checkbox{-ms-flex-align:center;align-items:center;cursor:pointer}power-the-polls-form form label.checkbox:hover{background-color:rgba(0, 0, 0, 0.05)}power-the-polls-form form label.checkbox input{z-index:-1}power-the-polls-form p.disclaimer{font-size:0.9rem;font-weight:normal}power-the-polls-form label{display:block;margin-bottom:1em}power-the-polls-form .required{color:red}power-the-polls-form .checkbox{display:block;margin-bottom:1em}power-the-polls-form .button{margin-top:1em}power-the-polls-form p.required-note{font-size:0.8rem;font-weight:normal;color:red;margin-top:1em}power-the-polls-form .next-steps p{clear:left}power-the-polls-form .next-steps p .number{margin:0 0.5em 0.5em 0;border-style:solid;border-width:2px;padding:0.25em;display:block;width:2.2em;text-align:center;font-size:1.6em;font-weight:bold;float:left}@media only screen and (max-width: 620px){power-the-polls-form .next-steps p .number{float:none}}power-the-polls-form .next-steps::after{content:\"\";display:block;clear:both}";

@@ -50,3 +50,3 @@ const SHOW_NEXT_STEPS_AFTER_SUBMISSION = false; // disabling this post-election

version() {
return Promise.resolve("1.2.36");
return Promise.resolve("1.2.37");
}

@@ -53,0 +53,0 @@ render() {

@@ -361,3 +361,2 @@ import { h, Fragment, proxyCustomElement, HTMLElement, Host } from '@stencil/core/internal/client';

"6165": "Apply online today or stop by the elections office at: 216 Mims Rd, Room 107, Sylvania, GA 30467.",
"6907": "Two commissioner sessions are scheduled for those interesting in serving: Tuesday, Sept. 10 at 6 p.m. at West Cal Event Center in Sulphur; Thursday, Sept. 12 at 6 p.m. at McNeese SEED Center in Lake Charles. Classes are free and registration is not required.",
"9381": "Apply today by calling the Board of Elections at 330-451-8683, or apply online at https://starkcountyoh.rja.revize.com/forms/5326.",

@@ -380,3 +379,6 @@ "9346": "Please call the Jefferson County Board of Elections office at (740) 283-8522 today to apply!",

"10584": "Apply by October 14 at 5pm to be considered to serve this November!",
"8794": "Desire additional poll workers in Smith Valley.", // Lyon County, NV
"8794": "Desire additional poll workers in Smith Valley.",
"10932": "Must attend in-person training",
"10929": "Apply by October 15th to be considered to serve this November! All poll workers must attend in person training.",
"10793": "Apply by October 16th to be considered to serve this November!", // Janesville, WI
};

@@ -383,0 +385,0 @@ this.jurisdictionId = undefined;

{
"name": "@ptp-us/power-the-polls-form",
"version": "1.2.36",
"version": "1.2.37",
"description": "Power the Polls Volunteer Form",

@@ -40,3 +40,3 @@ "license": "MIT",

"dependencies": {
"@ptp-us/power-the-polls-form": "^1.2.36",
"@ptp-us/power-the-polls-form": "^1.2.37",
"@stencil/core": "~3.4.0",

@@ -43,0 +43,0 @@ "@stencil/router": "^1.0.1",

@@ -1,2 +0,2 @@

System.register(["./p-71eb4a3f.system.js"],(function(t,e){"use strict";var i,s;return{setters:[function(e){i=e.p;s=e.b;t("setNonce",e.s)}],execute:function(){var t=function(){var t=e.meta.url;var s={};if(t!==""){s.resourcesUrl=new URL(".",t).href}return i(s)};t().then((function(t){return s([["p-76d1e864.system",[[0,"power-the-polls-form",{partnerId:[1,"partner-id"],partnerName:[1,"partner-name"],smartyStreetsApiKey:[1,"smarty-streets-api-key"],customFormFieldLabel:[1,"custom-form-field-label"],optUserOutOfChase:[4,"opt-user-out-of-chase"],formStatus:[32],formData:[32],mobilePhone:[32],reset:[64],version:[64]}],[0,"ptp-info-poll-worker",{state:[1],county:[1],city:[1],cityTownVillageSuffix:[1,"city-town-village-suffix"],jurisdictionIdOrSlug:[8,"jurisdiction-id-or-slug"],formData:[16],showNextSteps:[4,"show-next-steps"]}],[0,"input-address",{cityValue:[32],cityTownVillageValue:[32],countyValue:[32],stateValue:[32],zipValue:[32],cityOptions:[32],cityTownVillageOptions:[32],countyOptions:[32],stateOptions:[32],state:[64]}],[0,"ptp-info-jurisdiction",{jurisdictionId:[8,"jurisdiction-id"],showNextSteps:[4,"show-next-steps"],initialFormData:[16],jurisdiction:[32],jurisdictionShape:[32],formData:[32],isMailToFormComplete:[32],additionalInfoFormStatus:[32],specialInfo:[32]}],[0,"ptp-info-state",{state:[1],stateId:[32],stateJurisdictions:[32],stateInfo:[32]}],[0,"input-possibly-hidden-select",{fieldLabel:[1,"field-label"],name:[1],selected:[1],options:[16]}],[0,"email-application-form",{jurisdiction:[16],data:[16],fieldValidState:[32],isFormValid:[32]}],[0,"ui-geojson-to-svg",{geoJson:[16],options:[16],width:[2],height:[2],renderer:[32],projectedGeoJson:[32]}],[1,"ui-loading-spinner",{small:[4]}]]]],t)}))}}}));
System.register(["./p-71eb4a3f.system.js"],(function(t,e){"use strict";var i,s;return{setters:[function(e){i=e.p;s=e.b;t("setNonce",e.s)}],execute:function(){var t=function(){var t=e.meta.url;var s={};if(t!==""){s.resourcesUrl=new URL(".",t).href}return i(s)};t().then((function(t){return s([["p-3308d974.system",[[0,"power-the-polls-form",{partnerId:[1,"partner-id"],partnerName:[1,"partner-name"],smartyStreetsApiKey:[1,"smarty-streets-api-key"],customFormFieldLabel:[1,"custom-form-field-label"],optUserOutOfChase:[4,"opt-user-out-of-chase"],formStatus:[32],formData:[32],mobilePhone:[32],reset:[64],version:[64]}],[0,"ptp-info-poll-worker",{state:[1],county:[1],city:[1],cityTownVillageSuffix:[1,"city-town-village-suffix"],jurisdictionIdOrSlug:[8,"jurisdiction-id-or-slug"],formData:[16],showNextSteps:[4,"show-next-steps"]}],[0,"input-address",{cityValue:[32],cityTownVillageValue:[32],countyValue:[32],stateValue:[32],zipValue:[32],cityOptions:[32],cityTownVillageOptions:[32],countyOptions:[32],stateOptions:[32],state:[64]}],[0,"ptp-info-jurisdiction",{jurisdictionId:[8,"jurisdiction-id"],showNextSteps:[4,"show-next-steps"],initialFormData:[16],jurisdiction:[32],jurisdictionShape:[32],formData:[32],isMailToFormComplete:[32],additionalInfoFormStatus:[32],specialInfo:[32]}],[0,"ptp-info-state",{state:[1],stateId:[32],stateJurisdictions:[32],stateInfo:[32]}],[0,"input-possibly-hidden-select",{fieldLabel:[1,"field-label"],name:[1],selected:[1],options:[16]}],[0,"email-application-form",{jurisdiction:[16],data:[16],fieldValidState:[32],isFormValid:[32]}],[0,"ui-geojson-to-svg",{geoJson:[16],options:[16],width:[2],height:[2],renderer:[32],projectedGeoJson:[32]}],[1,"ui-loading-spinner",{small:[4]}]]]],t)}))}}}));
//# sourceMappingURL=p-028324d8.system.js.map

@@ -1,2 +0,2 @@

import{p as t,b as e}from"./p-44c65abd.js";export{s as setNonce}from"./p-44c65abd.js";const i=()=>{const e=import.meta.url;const i={};if(e!==""){i.resourcesUrl=new URL(".",e).href}return t(i)};i().then((t=>e([["p-e0bcd3f7",[[0,"power-the-polls-form",{partnerId:[1,"partner-id"],partnerName:[1,"partner-name"],smartyStreetsApiKey:[1,"smarty-streets-api-key"],customFormFieldLabel:[1,"custom-form-field-label"],optUserOutOfChase:[4,"opt-user-out-of-chase"],formStatus:[32],formData:[32],mobilePhone:[32],reset:[64],version:[64]}],[0,"ptp-info-poll-worker",{state:[1],county:[1],city:[1],cityTownVillageSuffix:[1,"city-town-village-suffix"],jurisdictionIdOrSlug:[8,"jurisdiction-id-or-slug"],formData:[16],showNextSteps:[4,"show-next-steps"]}],[0,"input-address",{cityValue:[32],cityTownVillageValue:[32],countyValue:[32],stateValue:[32],zipValue:[32],cityOptions:[32],cityTownVillageOptions:[32],countyOptions:[32],stateOptions:[32],state:[64]}],[0,"ptp-info-jurisdiction",{jurisdictionId:[8,"jurisdiction-id"],showNextSteps:[4,"show-next-steps"],initialFormData:[16],jurisdiction:[32],jurisdictionShape:[32],formData:[32],isMailToFormComplete:[32],additionalInfoFormStatus:[32],specialInfo:[32]}],[0,"ptp-info-state",{state:[1],stateId:[32],stateJurisdictions:[32],stateInfo:[32]}],[0,"input-possibly-hidden-select",{fieldLabel:[1,"field-label"],name:[1],selected:[1],options:[16]}],[0,"email-application-form",{jurisdiction:[16],data:[16],fieldValidState:[32],isFormValid:[32]}],[0,"ui-geojson-to-svg",{geoJson:[16],options:[16],width:[2],height:[2],renderer:[32],projectedGeoJson:[32]}],[1,"ui-loading-spinner",{small:[4]}]]]],t)));
import{p as t,b as e}from"./p-44c65abd.js";export{s as setNonce}from"./p-44c65abd.js";const i=()=>{const e=import.meta.url;const i={};if(e!==""){i.resourcesUrl=new URL(".",e).href}return t(i)};i().then((t=>e([["p-e336ad5c",[[0,"power-the-polls-form",{partnerId:[1,"partner-id"],partnerName:[1,"partner-name"],smartyStreetsApiKey:[1,"smarty-streets-api-key"],customFormFieldLabel:[1,"custom-form-field-label"],optUserOutOfChase:[4,"opt-user-out-of-chase"],formStatus:[32],formData:[32],mobilePhone:[32],reset:[64],version:[64]}],[0,"ptp-info-poll-worker",{state:[1],county:[1],city:[1],cityTownVillageSuffix:[1,"city-town-village-suffix"],jurisdictionIdOrSlug:[8,"jurisdiction-id-or-slug"],formData:[16],showNextSteps:[4,"show-next-steps"]}],[0,"input-address",{cityValue:[32],cityTownVillageValue:[32],countyValue:[32],stateValue:[32],zipValue:[32],cityOptions:[32],cityTownVillageOptions:[32],countyOptions:[32],stateOptions:[32],state:[64]}],[0,"ptp-info-jurisdiction",{jurisdictionId:[8,"jurisdiction-id"],showNextSteps:[4,"show-next-steps"],initialFormData:[16],jurisdiction:[32],jurisdictionShape:[32],formData:[32],isMailToFormComplete:[32],additionalInfoFormStatus:[32],specialInfo:[32]}],[0,"ptp-info-state",{state:[1],stateId:[32],stateJurisdictions:[32],stateInfo:[32]}],[0,"input-possibly-hidden-select",{fieldLabel:[1,"field-label"],name:[1],selected:[1],options:[16]}],[0,"email-application-form",{jurisdiction:[16],data:[16],fieldValidState:[32],isFormValid:[32]}],[0,"ui-geojson-to-svg",{geoJson:[16],options:[16],width:[2],height:[2],renderer:[32],projectedGeoJson:[32]}],[1,"ui-loading-spinner",{small:[4]}]]]],t)));
//# sourceMappingURL=power-the-polls-form.esm.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc