Skip to content

Commit

Permalink
Updating errormessage div styles for components
Browse files Browse the repository at this point in the history
  • Loading branch information
Muskan Gupta authored and Muskan Gupta committed Nov 21, 2024
1 parent 6f7a742 commit da0a4d7
Show file tree
Hide file tree
Showing 14 changed files with 112 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
cssSelector="label:required"/>
</states>
</fieldLabel>
<errorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Error Message"
id="af2_baseerrormessage"
cssSelector="[class$='__errormessage']"
longTitle="Field Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common"/>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@
cssSelector=".cmp-adaptiveform-checkbox__widget-container input[type='checkbox']:disabled"/>
</states>
</checkBoxItem>
<checkBoxErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Checkbox Error Message"
id="af2_checkboxerrormessage"
cssSelector=".cmp-adaptiveform-checkbox__errormessage"
longTitle="Checkbox Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</checkBoxErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<hover
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,14 @@
cssSelector=".cmp-adaptiveform-checkboxgroup__longdescription:hover"/>
</states>
</checkBoxGroupDescriptionLong>
<checkBoxGroupErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Checkbox Group Error Message"
id="af2_checkboxgrouperrormessage"
cssSelector=".cmp-adaptiveform-checkboxgroup__errormessage"
longTitle="Checkbox Group Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</checkBoxGroupErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<disabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
cssSelector=".cmp-adaptiveform-datepicker__longdescription:hover"/>
</states>
</datepickerDescriptionLong>
<datepickerErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Datepicker Error Message"
id="af2_datepickererrormessage"
cssSelector=".cmp-adaptiveform-datepicker__errormessage"
longTitle="Datepicker Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</datepickerErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
cssSelector=".cmp-adaptiveform-dropdown__longdescription:hover"/>
</states>
</dropdownDescriptionLong>
<dropdownErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Dropdown Error Message"
id="af2_dropdownerrormessage"
cssSelector=".cmp-adaptiveform-dropdown__errormessage"
longTitle="Dropdown Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</dropdownErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
cssSelector=".cmp-adaptiveform-emailinput__longdescription:hover"/>
</states>
</emailDescriptionLong>
<emailErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Email Error Message"
id="af2_emailerrormessage"
cssSelector=".cmp-adaptiveform-emailinput__errormessage"
longTitle="Email Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</emailErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
cssSelector=".cmp-adaptiveform-hcaptcha__widget:hover"/>
</states>
</captchaWidget>
<captchaErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="hCaptcha Error Message"
id="af2_hcaptchaerrormessage"
cssSelector=".cmp-adaptiveform-hcaptcha__errormessage"
longTitle="hCaptcha Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</captchaErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</numberinputLabelContainer>
<numberinputWidgetAndText
jcr:primaryType="nt:unstructured"
jcr:title="numberinput"
jcr:title="Number Input Widget and Text"
id="af2_numberinputwidgetandtext"
cssSelector=".cmp-adaptiveform-numberinput__widget"
longTitle="Number Input Widget"
Expand Down Expand Up @@ -137,6 +137,14 @@
cssSelector=".cmp-adaptiveform-numberinput__longdescription:hover"/>
</states>
</numberinputDescriptionLong>
<numberinputErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Number Input Error Message"
id="af2_numberinputerrormessage"
cssSelector=".cmp-adaptiveform-numberinput__errormessage"
longTitle="Number Input Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</numberinputErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,14 @@
cssSelector=".cmp-adaptiveform-radiobutton__longdescription:hover"/>
</states>
</radioButtonDescriptionLong>
<radioButtonErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Radio Button Error Message"
id="af2_radiobuttonerrormessage"
cssSelector=".cmp-adaptiveform-radiobutton__errormessage"
longTitle="Radio Button Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</radioButtonErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
cssSelector=".cmp-adaptiveform-recaptcha__widget:hover"/>
</states>
</captchaWidget>
<captchaErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="reCaptcha Error Message"
id="af2_recaptchaerrormessage"
cssSelector=".cmp-adaptiveform-recaptcha__errormessage"
longTitle="reCaptcha Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</captchaErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,14 @@
cssSelector=".cmp-adaptiveform-switch__longdescription:hover"/>
</states>
</switchDescriptionLong>
<switchErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Switch Error Message"
id="af2_switcherrormessage"
cssSelector=".cmp-adaptiveform-switch__errormessage"
longTitle="Switch Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</switchErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<checked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@
cssSelector=".cmp-adaptiveform-telephoneinput__longdescription:hover"/>
</states>
</telephoneinputDescriptionLong>
<telephoneinputErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Telephone Input Error Message"
id="af2_telephoneerrormessage"
cssSelector=".cmp-adaptiveform-telephoneinput__errormessage"
longTitle="Telephone Input Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</telephoneinputErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@
cssSelector=".cmp-adaptiveform-termsandcondition__longdescription:hover"/>
</states>
</tncDescriptionLong>
<tncErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Terms And Conditions Error Message"
id="af2_tncerrormessage"
cssSelector=".cmp-adaptiveform-termsandcondition__errormessage"
longTitle="Terms And Conditions Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</tncErrorMessage>
</items>
<states
jcr:primaryType="nt:unstructured"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
cssSelector=".cmp-adaptiveform-textinput__longdescription:hover"/>
</states>
</textinputDescriptionLong>
<textinputErrorMessage
jcr:primaryType="nt:unstructured"
jcr:title="Text Input Error Message"
id="af2_textinputerrormessage"
cssSelector=".cmp-adaptiveform-textinput__errormessage"
longTitle="Text Input Error Message"
propertySheet="/mnt/overlay/fd/af/components/stylePropertySheet/common">
</textinputErrorMessage>
</items>
<states jcr:primaryType="nt:unstructured">
<focus
Expand Down

0 comments on commit da0a4d7

Please sign in to comment.