@uqds/form 0.0.8-alpha.0 → 0.0.13-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/css/main.css +1 -1
- package/package.json +4 -4
- package/src/scss/_component.scss +70 -47
- package/src/scss/_global.scss +3 -3
- package/src/scss/_icons.scss +32 -23
- package/src/scss/main.scss +1 -1
package/README.md
CHANGED
package/dist/css/main.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
form,fieldset,legend,label,input,select,textarea,.uq-error-summary,.uq-error-message,.uq-success-message,.uq-inline-help{box-sizing:border-box;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}fieldset::before,fieldset::after,fieldset *,fieldset *::before,fieldset *::after,legend::before,legend::after,legend *,legend *::before,legend *::after,label::before,label::after,label *,label *::before,label *::after,input::before,input::after,input *,input *::before,input *::after,select::before,select::after,select *,select *::before,select *::after,textarea::before,textarea::after,textarea *,textarea *::before,textarea *::after{box-sizing:border-box}fieldset{border:0;padding:0;margin:0}label,legend{color:#2b2a29;display:block;font-size:.875rem;font-weight:500}legend{margin-bottom:1rem;line-height:1.4;padding:0}legend.uq-legend--error{color:#951126}legend .uq-legend__required{color:#951126}label{cursor:pointer;line-height:1}label.uq-label--inline{align-items:center;display:inline-flex;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}label.uq-label--inline input:not([type=checkbox]):not([type=radio]):not([type=submit]),label.uq-label--inline select,label.uq-label--inline textarea,label.uq-label--inline+input:not([type=checkbox]):not([type=radio]):not([type=submit]),label.uq-label--inline+select,label.uq-label--inline+textarea{max-width:none;min-width:200px;margin-left:1rem;margin-right:1.5rem;width:auto}label.uq-label--inline input:not([type=checkbox]):not([type=radio]):not([type=submit]),label.uq-label--inline select,label.uq-label--inline textarea{margin-top:0;margin-bottom:0}label.uq-label--disabled,label.uq-label--readonly{color:#aca7a3}label.uq-label--disabled{cursor:not-allowed}label.uq-label--error{color:#951126}label.uq-label--success{color:#238029}label input:not([type=checkbox]):not([type=radio]),label select,label textarea,label+input:not([type=checkbox]):not([type=radio]),label+select,label+textarea{margin-top:.5rem}label input[type=radio]+*:not(input):not(select):not(textarea),label input[type=checkbox]+*:not(input):not(select):not(textarea){display:inline-block;font-size:1rem;font-weight:400;line-height:20px;margin-bottom:1rem;margin-left:.5rem;margin-right:1rem;padding-top:.25rem;padding-left:1.5rem;vertical-align:top}label input[type=radio][disabled]+*:not(input):not(select):not(textarea),label input[type=checkbox][disabled]+*:not(input):not(select):not(textarea){color:#aca7a3}label .uq-label__required{color:#951126}input[disabled],select[disabled],textarea[disabled]{cursor:not-allowed}input:not([type=checkbox]):not([type=radio]):not([type=submit]),select,textarea{background-color:#fff;max-width:100%;min-width:100%;padding:.75rem 1rem;border:1px solid #e7e3e0;border-radius:2px;font-size:1rem;color:#2b2a29;line-height:1;margin-bottom:1.5rem}input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,select:focus,textarea:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6 inset;outline:none}input:not([type=checkbox]):not([type=radio]):not([type=submit])[disabled],select[disabled],textarea[disabled]{color:#817d7a}input:not([type=checkbox]):not([type=radio]):not([type=submit])[readonly]:focus,select[readonly]:focus,textarea[readonly]:focus{border-color:#e7e3e0;box-shadow:0 0 0 1px #e7e3e0 inset}input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,select::placeholder,textarea::placeholder{color:#817d7a}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error,input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success,select.uq-input--error,select.uq-input--success,textarea.uq-input--error,textarea.uq-input--success{border-radius:2px}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error:focus,input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success:focus,select.uq-input--error:focus,select.uq-input--success:focus,textarea.uq-input--error:focus,textarea.uq-input--success:focus{border-color:#1e72c6;box-shadow:0 2px 0 0 #1e72c6,0 0 0 1px #1e72c6 inset}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error,select.uq-input--error,textarea.uq-input--error{border-color:#951126;box-shadow:0 2px 0 0 #951126}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success,select.uq-input--success,textarea.uq-input--success{border-color:#238029;box-shadow:0 2px 0 0 #238029}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--large,select.uq-input--large,textarea.uq-input--large{padding:1.15625rem 1.5rem;border-radius:.25rem}input:not([type=checkbox]):not([type=radio]):not([type=submit])+.uq-error-message,input:not([type=checkbox]):not([type=radio]):not([type=submit])+.uq-success-message,select+.uq-error-message,select+.uq-success-message,textarea+.uq-error-message,textarea+.uq-success-message{margin-top:-1.5rem;border-radius:0 0 2px 2px}select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%2351247A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .25rem center;padding-right:2.5rem;cursor:pointer;line-height:1.2;width:100%}select:focus{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%231E72C6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")}select[multiple]{height:auto;background-image:none}select[multiple]:focus{background-image:none}select[disabled]{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%23e7e3e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")}textarea{height:10rem}input[type=radio],input[type=checkbox]{appearance:none;-webkit-appearance:none;display:inline-block;border:1px solid #e7e3e0;cursor:pointer;height:20px;width:20px;vertical-align:top;position:absolute}input[type=radio]:focus,input[type=checkbox]:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6;outline:none}input[type=radio]+label,input[type=checkbox]+label{display:inline-block;font-size:1rem;font-weight:400;line-height:1.4;margin-bottom:1rem;margin-left:.5rem;margin-right:1rem;padding-top:.125rem;padding-left:1.5rem;vertical-align:top}input[type=radio]:checked,input[type=checkbox]:checked{border-color:#1e72c6}input[type=radio]:checked:focus,input[type=checkbox]:checked:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6}input[type=radio].uq-input--error,input[type=checkbox].uq-input--error{border-color:#951126}input[type=radio].uq-input--error:focus,input[type=checkbox].uq-input--error:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6}input[type=radio].uq-input--error:checked,input[type=checkbox].uq-input--error:checked{border-color:#951126}input[type=radio].uq-input--error:checked:focus,input[type=checkbox].uq-input--error:checked:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6}input[type=radio][disabled],input[type=checkbox][disabled]{cursor:not-allowed;border-color:#e7e3e0;background-color:#f7f6f5}input[type=radio][disabled]+label,input[type=checkbox][disabled]+label{color:#aca7a3}input[type=radio][disabled]:checked,input[type=checkbox][disabled]:checked{background-color:#dfdad6}input[type=checkbox]{border-radius:4px}input[type=checkbox]::after{content:"";display:block;position:absolute;background-repeat:no-repeat;background-position:center center;top:1px;left:1px;height:16px;width:16px}input[type=checkbox]:checked{background-color:#1e72c6}input[type=checkbox]:checked::after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 13.3 8.9 18 19 6' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");padding:0px}input[type=checkbox].uq-input--error:checked{background-color:#951126}input[type=radio]{border-radius:50%}input[type=radio]:checked{border-width:2px}input[type=radio]:checked::after{border-radius:50%;background-color:#1e72c6;content:"";display:block;position:absolute;top:3px;left:3px;height:10px;width:10px}input[type=radio][disabled]:checked{background-color:#f7f6f5}input[type=radio][disabled]:checked::after{background-color:#dfdad6}input[type=radio].uq-input--error:checked{border-color:#951126}input[type=radio].uq-input--error:checked::after{background-color:#951126}[type=submit]{appearance:none}.uq-error-summary{background-color:#fff;border:1px solid #951126;border-left-width:.25rem;padding:1rem;margin-bottom:1.5rem}.uq-error-summary__title{color:#2b2a29;font-size:1.125rem;font-weight:500;line-height:1.4;margin:0 0 1rem 0}.uq-error-summary_body{color:#2b2a29;font-size:1rem}.uq-error-summary__list{color:#2b2a29;font-size:1rem;margin:0}.uq-error-summary__list__item{margin-bottom:.25rem;line-height:1.5}.uq-error-summary__list a{color:#951126;text-decoration:underline;font-weight:400}.uq-error-summary__list a:hover,.uq-error-summary__list a:focus{color:#7e0f21}.uq-error-message,.uq-success-message{color:#fff;display:block;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;margin-bottom:1.5rem;padding:calc(0.5rem - 1px) 1rem .5rem 3rem;position:relative}.uq-error-message::before,.uq-success-message::before{content:"";display:block;background-position:center;background-repeat:no-repeat;background-size:contain;height:1.25rem;left:1rem;margin-right:.5rem;margin-top:calc(-0.625rem - 1px);position:absolute;top:50%;width:1.25rem}.uq-error-message{background-color:#951126}.uq-error-message::before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.127 18.545a1.18 1.18 0 0 1-1.055 1.706H4.929a1.18 1.18 0 0 1-1.055-1.706l7.072-14.143a1.179 1.179 0 0 1 2.109 0l7.072 14.143Z' stroke='%23fff' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M12 9v4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='16.601' r='1.1' fill='%23fff'%3e%3c/circle%3e%3c/svg%3e")}.uq-success-message{background-color:#238029}.uq-success-message::before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%23fff' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M7 12.867 9.6 16l6.733-8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")}.uq-inline-help{display:block;font-size:.75rem;margin:0 0 1rem}
|
|
1
|
+
form,fieldset,legend,label,input,select,textarea,.uq-error-summary,.uq-error-message,.uq-success-message,.uq-inline-help{box-sizing:border-box;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}fieldset::before,fieldset::after,fieldset *,fieldset *::before,fieldset *::after,legend::before,legend::after,legend *,legend *::before,legend *::after,label::before,label::after,label *,label *::before,label *::after,input::before,input::after,input *,input *::before,input *::after,select::before,select::after,select *,select *::before,select *::after,textarea::before,textarea::after,textarea *,textarea *::before,textarea *::after{box-sizing:border-box}fieldset{border:0;padding:0;margin:0}label,legend{color:#2b2a29;display:block;font-size:.875rem;font-weight:500}legend{margin-bottom:1rem;line-height:1.4;padding:0}legend.uq-legend--error{color:#951126}legend .uq-legend__required{color:#951126}label{cursor:pointer;line-height:1}label.uq-label--inline{align-items:center;display:inline-flex;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}label.uq-label--inline input:not([type=checkbox]):not([type=radio]):not([type=submit]),label.uq-label--inline select,label.uq-label--inline textarea,label.uq-label--inline+input:not([type=checkbox]):not([type=radio]):not([type=submit]),label.uq-label--inline+select,label.uq-label--inline+textarea{max-width:none;min-width:200px;margin-left:1rem;margin-right:1.5rem;width:auto}label.uq-label--inline input:not([type=checkbox]):not([type=radio]):not([type=submit]),label.uq-label--inline select,label.uq-label--inline textarea{margin-top:0;margin-bottom:0}label.uq-label--disabled,label.uq-label--readonly{color:#aca7a3}label.uq-label--disabled{cursor:not-allowed}label.uq-label--error{color:#951126}label.uq-label--success{color:#238029}label input:not([type=checkbox]):not([type=radio]),label select,label textarea,label+input:not([type=checkbox]):not([type=radio]),label+select,label+textarea{margin-top:.5rem}label input[type=radio]+*:not(input):not(select):not(textarea),label input[type=checkbox]+*:not(input):not(select):not(textarea){display:inline-block;font-size:1rem;font-weight:400;line-height:20px;margin-bottom:1rem;margin-left:.5rem;margin-right:1rem;padding-top:.25rem;padding-left:1.5rem;vertical-align:top}label input[type=radio][disabled]+*:not(input):not(select):not(textarea),label input[type=checkbox][disabled]+*:not(input):not(select):not(textarea){color:#aca7a3}label .uq-label__required{color:#951126}input[disabled],select[disabled],textarea[disabled]{cursor:not-allowed}input:not([type=checkbox]):not([type=radio]):not([type=submit]),select,textarea{background-color:#fff;max-width:100%;min-width:100%;padding:.75rem 1rem;border:1px solid #e7e3e0;border-radius:2px;font-size:1rem;color:#2b2a29;line-height:1;margin-bottom:1.5rem}input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,select:focus,textarea:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6 inset;outline:none}input:not([type=checkbox]):not([type=radio]):not([type=submit])[disabled],select[disabled],textarea[disabled]{color:#817d7a}input:not([type=checkbox]):not([type=radio]):not([type=submit])[readonly]:focus,select[readonly]:focus,textarea[readonly]:focus{border-color:#e7e3e0;box-shadow:0 0 0 1px #e7e3e0 inset}input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,select::placeholder,textarea::placeholder{color:#817d7a}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error,input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success,select.uq-input--error,select.uq-input--success,textarea.uq-input--error,textarea.uq-input--success{border-radius:2px}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error:focus,input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success:focus,select.uq-input--error:focus,select.uq-input--success:focus,textarea.uq-input--error:focus,textarea.uq-input--success:focus{border-color:#1e72c6;box-shadow:0 2px 0 0 #1e72c6,0 0 0 1px #1e72c6 inset}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error,select.uq-input--error,textarea.uq-input--error{border-color:#951126;box-shadow:0 2px 0 0 #951126}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success,select.uq-input--success,textarea.uq-input--success{border-color:#238029;box-shadow:0 2px 0 0 #238029}input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--large,select.uq-input--large,textarea.uq-input--large{padding:1.15625rem 1.5rem;border-radius:.25rem}input:not([type=checkbox]):not([type=radio]):not([type=submit])+.uq-error-message,input:not([type=checkbox]):not([type=radio]):not([type=submit])+.uq-success-message,select+.uq-error-message,select+.uq-success-message,textarea+.uq-error-message,textarea+.uq-success-message{margin-top:-1.5rem;border-radius:0 0 2px 2px}select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .25rem center;padding-right:2.5rem;cursor:pointer;line-height:1.2;width:100%}select:focus{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%231e72c6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")}select[multiple]{height:auto;background-image:none}select[multiple]:focus{background-image:none}select[disabled]{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%23e7e3e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")}textarea{height:10rem}input[type=radio],input[type=checkbox]{appearance:none;-webkit-appearance:none;display:inline-block;border:1px solid #e7e3e0;cursor:pointer;height:20px;width:20px;vertical-align:top;position:absolute}input[type=radio]:focus,input[type=checkbox]:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6;outline:none}input[type=radio]+label,input[type=checkbox]+label{display:inline-block;font-size:1rem;font-weight:400;line-height:1.4;margin-bottom:1rem;margin-left:.5rem;margin-right:1rem;padding-top:.125rem;padding-left:1.5rem;vertical-align:top}input[type=radio]:checked,input[type=checkbox]:checked{border-color:#1e72c6}input[type=radio]:checked:focus,input[type=checkbox]:checked:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6}input[type=radio].uq-input--error,input[type=checkbox].uq-input--error{border-color:#951126}input[type=radio].uq-input--error:focus,input[type=checkbox].uq-input--error:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6}input[type=radio].uq-input--error:checked,input[type=checkbox].uq-input--error:checked{border-color:#951126}input[type=radio].uq-input--error:checked:focus,input[type=checkbox].uq-input--error:checked:focus{border-color:#1e72c6;box-shadow:0 0 0 1px #1e72c6}input[type=radio][disabled],input[type=checkbox][disabled]{cursor:not-allowed;border-color:#e7e3e0;background-color:#f7f6f5}input[type=radio][disabled]+label,input[type=checkbox][disabled]+label{color:#aca7a3}input[type=radio][disabled]:checked,input[type=checkbox][disabled]:checked{background-color:#dfdad6}input[type=checkbox]{border-radius:4px}input[type=checkbox]::after{content:"";display:block;position:absolute;background-repeat:no-repeat;background-position:center center;top:1px;left:1px;height:16px;width:16px}input[type=checkbox]:checked{background-color:#1e72c6}input[type=checkbox]:checked::after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 13.3 8.9 18 19 6' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");padding:0px}input[type=checkbox].uq-input--error:checked{background-color:#951126}input[type=radio]{border-radius:50%}input[type=radio]:checked{border-width:2px}input[type=radio]:checked::after{border-radius:50%;background-color:#1e72c6;content:"";display:block;position:absolute;top:3px;left:3px;height:10px;width:10px}input[type=radio][disabled]:checked{background-color:#f7f6f5}input[type=radio][disabled]:checked::after{background-color:#dfdad6}input[type=radio].uq-input--error:checked{border-color:#951126}input[type=radio].uq-input--error:checked::after{background-color:#951126}[type=submit]{appearance:none}.uq-error-summary{background-color:#fff;border:1px solid #951126;border-left-width:.25rem;padding:1rem;margin-bottom:1.5rem}.uq-error-summary__title{color:#2b2a29;font-size:1.125rem;font-weight:500;line-height:1.4;margin:0 0 1rem 0}.uq-error-summary_body{color:#2b2a29;font-size:1rem}.uq-error-summary__list{color:#2b2a29;font-size:1rem;margin:0}.uq-error-summary__list__item{margin-bottom:.25rem;line-height:1.5}.uq-error-summary__list a{color:#951126;text-decoration:underline;font-weight:400}.uq-error-summary__list a:hover,.uq-error-summary__list a:focus{color:#7e0f21}.uq-error-message,.uq-success-message{color:#fff;display:block;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;margin-bottom:1.5rem;padding:calc(0.5rem - 1px) 1rem .5rem 3rem;position:relative}.uq-error-message::before,.uq-success-message::before{content:"";display:block;background-position:center;background-repeat:no-repeat;background-size:contain;height:1.25rem;left:1rem;margin-right:.5rem;margin-top:calc(-0.625rem - 1px);position:absolute;top:50%;width:1.25rem}.uq-error-message{background-color:#951126}.uq-error-message::before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.127 18.545a1.18 1.18 0 0 1-1.055 1.706H4.929a1.18 1.18 0 0 1-1.055-1.706l7.072-14.143a1.179 1.179 0 0 1 2.109 0l7.072 14.143Z' stroke='%23fff' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M12 9v4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='16.601' r='1.1' fill='%23fff'%3e%3c/circle%3e%3c/svg%3e")}.uq-success-message{background-color:#238029}.uq-success-message::before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%23fff' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M7 12.867 9.6 16l6.733-8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")}.uq-inline-help{display:block;font-size:.75rem;margin:0 0 1rem}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uqds/form",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13-alpha.0",
|
|
4
4
|
"description": "Form element style rules",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"uqds",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"url": "https://github.com/uq-its-ss/design-system/issues"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@uqds/core": "^
|
|
46
|
-
"@uqds/icon": "^0.0.
|
|
45
|
+
"@uqds/core": "^1.0.0",
|
|
46
|
+
"@uqds/icon": "^0.0.13-alpha.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@svgdotjs/svg.js": "^3.0.16",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"svgdom": "^0.1.8",
|
|
55
55
|
"svgo": "^1.3.2"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "07bdc5a8169d386baae8ea4ffa5b4a75fc7e9ebb"
|
|
58
58
|
}
|
package/src/scss/_component.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
3
|
-
@use
|
|
4
|
-
@use
|
|
1
|
+
@use "@uqds/core/src/scss/global" as core;
|
|
2
|
+
@use "@uqds/icon/src/scss/global" as icon;
|
|
3
|
+
@use "global" as *;
|
|
4
|
+
@use "icons" as *;
|
|
5
5
|
|
|
6
6
|
$use-encapsulation: false !default;
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ $use-encapsulation: false !default;
|
|
|
16
16
|
.uq-error-summary,
|
|
17
17
|
.uq-error-message,
|
|
18
18
|
.uq-success-message,
|
|
19
|
-
.uq-inline-help
|
|
19
|
+
.uq-inline-help {
|
|
20
20
|
box-sizing: border-box;
|
|
21
21
|
font-family: core.$font-body;
|
|
22
22
|
}
|
|
@@ -27,8 +27,11 @@ $use-encapsulation: false !default;
|
|
|
27
27
|
input,
|
|
28
28
|
select,
|
|
29
29
|
textarea {
|
|
30
|
-
&::before,
|
|
31
|
-
|
|
30
|
+
&::before,
|
|
31
|
+
&::after,
|
|
32
|
+
*,
|
|
33
|
+
*::before,
|
|
34
|
+
*::after {
|
|
32
35
|
box-sizing: border-box;
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -60,7 +63,7 @@ $use-encapsulation: false !default;
|
|
|
60
63
|
color: $form-color-error;
|
|
61
64
|
}
|
|
62
65
|
}
|
|
63
|
-
|
|
66
|
+
|
|
64
67
|
label {
|
|
65
68
|
cursor: pointer;
|
|
66
69
|
line-height: core.$line-height-ui;
|
|
@@ -71,8 +74,8 @@ $use-encapsulation: false !default;
|
|
|
71
74
|
display: inline-flex;
|
|
72
75
|
font-size: core.$font-size;
|
|
73
76
|
line-height: core.$line-height;
|
|
74
|
-
margin-bottom: core.$space-
|
|
75
|
-
|
|
77
|
+
margin-bottom: core.$space-l;
|
|
78
|
+
|
|
76
79
|
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
|
|
77
80
|
select,
|
|
78
81
|
textarea,
|
|
@@ -81,8 +84,8 @@ $use-encapsulation: false !default;
|
|
|
81
84
|
+ textarea {
|
|
82
85
|
max-width: none;
|
|
83
86
|
min-width: 200px;
|
|
84
|
-
margin-left: core.$space;
|
|
85
|
-
margin-right: core.$space-
|
|
87
|
+
margin-left: core.$space-m;
|
|
88
|
+
margin-right: core.$space-l;
|
|
86
89
|
width: auto;
|
|
87
90
|
}
|
|
88
91
|
|
|
@@ -128,11 +131,11 @@ $use-encapsulation: false !default;
|
|
|
128
131
|
font-size: core.$font-size;
|
|
129
132
|
font-weight: core.$font-weight-normal;
|
|
130
133
|
line-height: $form-checkbox-size;
|
|
131
|
-
margin-bottom: core.$space;
|
|
134
|
+
margin-bottom: core.$space-m;
|
|
132
135
|
margin-left: core.$space-s;
|
|
133
136
|
margin-right: $form-spacing;
|
|
134
137
|
padding-top: core.$space-xs;
|
|
135
|
-
padding-left: core.$space-
|
|
138
|
+
padding-left: core.$space-l;
|
|
136
139
|
vertical-align: top;
|
|
137
140
|
}
|
|
138
141
|
|
|
@@ -168,7 +171,7 @@ $use-encapsulation: false !default;
|
|
|
168
171
|
font-size: $form-text-size;
|
|
169
172
|
color: $form-text-color;
|
|
170
173
|
line-height: core.$line-height-ui;
|
|
171
|
-
margin-bottom: core.$space-
|
|
174
|
+
margin-bottom: core.$space-l;
|
|
172
175
|
|
|
173
176
|
&:focus {
|
|
174
177
|
border-color: $form-border-color-focus;
|
|
@@ -198,7 +201,7 @@ $use-encapsulation: false !default;
|
|
|
198
201
|
&:focus {
|
|
199
202
|
border-color: $form-border-color-focus;
|
|
200
203
|
box-shadow: 0 2px 0 0 $form-border-color-focus,
|
|
201
|
-
|
|
204
|
+
0 0 0 1px $form-border-color-focus inset;
|
|
202
205
|
}
|
|
203
206
|
}
|
|
204
207
|
|
|
@@ -213,13 +216,13 @@ $use-encapsulation: false !default;
|
|
|
213
216
|
}
|
|
214
217
|
|
|
215
218
|
&.uq-input--large {
|
|
216
|
-
padding: 1.15625rem core.$space-
|
|
219
|
+
padding: 1.15625rem core.$space-l;
|
|
217
220
|
border-radius: core.$space-xs;
|
|
218
221
|
}
|
|
219
222
|
|
|
220
223
|
+ .uq-error-message,
|
|
221
224
|
+ .uq-success-message {
|
|
222
|
-
margin-top: -(core.$space-
|
|
225
|
+
margin-top: -(core.$space-l);
|
|
223
226
|
border-radius: 0 0 $form-border-radius $form-border-radius;
|
|
224
227
|
}
|
|
225
228
|
}
|
|
@@ -227,7 +230,10 @@ $use-encapsulation: false !default;
|
|
|
227
230
|
select {
|
|
228
231
|
appearance: none;
|
|
229
232
|
-webkit-appearance: none;
|
|
230
|
-
background-image: url(icon.get-icon(
|
|
233
|
+
background-image: url(icon.get-icon(
|
|
234
|
+
"standard--chevron-down-sml",
|
|
235
|
+
$form-select-icon
|
|
236
|
+
));
|
|
231
237
|
background-repeat: no-repeat;
|
|
232
238
|
background-position: right core.$space-xs center;
|
|
233
239
|
padding-right: 2.5rem;
|
|
@@ -236,9 +242,12 @@ $use-encapsulation: false !default;
|
|
|
236
242
|
width: 100%;
|
|
237
243
|
|
|
238
244
|
&:focus {
|
|
239
|
-
background-image: url(icon.get-icon(
|
|
245
|
+
background-image: url(icon.get-icon(
|
|
246
|
+
"standard--chevron-down-sml",
|
|
247
|
+
$form-focus-color
|
|
248
|
+
));
|
|
240
249
|
}
|
|
241
|
-
|
|
250
|
+
|
|
242
251
|
&[multiple] {
|
|
243
252
|
height: auto;
|
|
244
253
|
background-image: none;
|
|
@@ -247,9 +256,12 @@ $use-encapsulation: false !default;
|
|
|
247
256
|
background-image: none;
|
|
248
257
|
}
|
|
249
258
|
}
|
|
250
|
-
|
|
259
|
+
|
|
251
260
|
&[disabled] {
|
|
252
|
-
background-image: url(icon.get-icon(
|
|
261
|
+
background-image: url(icon.get-icon(
|
|
262
|
+
"standard--chevron-down-sml",
|
|
263
|
+
$form-select-icon-disabled
|
|
264
|
+
));
|
|
253
265
|
}
|
|
254
266
|
}
|
|
255
267
|
|
|
@@ -280,11 +292,11 @@ $use-encapsulation: false !default;
|
|
|
280
292
|
font-size: core.$font-size;
|
|
281
293
|
font-weight: core.$font-weight-normal;
|
|
282
294
|
line-height: core.$line-height-h;
|
|
283
|
-
margin-bottom: core.$space;
|
|
295
|
+
margin-bottom: core.$space-m;
|
|
284
296
|
margin-left: core.$space-s;
|
|
285
297
|
margin-right: $form-spacing;
|
|
286
298
|
padding-top: core.$space-compressed-xs;
|
|
287
|
-
padding-left: core.$space-
|
|
299
|
+
padding-left: core.$space-l;
|
|
288
300
|
vertical-align: top;
|
|
289
301
|
}
|
|
290
302
|
|
|
@@ -329,7 +341,7 @@ $use-encapsulation: false !default;
|
|
|
329
341
|
}
|
|
330
342
|
}
|
|
331
343
|
}
|
|
332
|
-
|
|
344
|
+
|
|
333
345
|
input[type="checkbox"] {
|
|
334
346
|
border-radius: $form-checkbox-border-radius;
|
|
335
347
|
|
|
@@ -349,7 +361,10 @@ $use-encapsulation: false !default;
|
|
|
349
361
|
background-color: core.$link;
|
|
350
362
|
|
|
351
363
|
&::after {
|
|
352
|
-
background-image: url(icon.get-icon(
|
|
364
|
+
background-image: url(icon.get-icon(
|
|
365
|
+
"standard--check",
|
|
366
|
+
$form-checkbox-check-color
|
|
367
|
+
));
|
|
353
368
|
padding: 0px;
|
|
354
369
|
}
|
|
355
370
|
}
|
|
@@ -360,10 +375,10 @@ $use-encapsulation: false !default;
|
|
|
360
375
|
}
|
|
361
376
|
}
|
|
362
377
|
}
|
|
363
|
-
|
|
378
|
+
|
|
364
379
|
input[type="radio"] {
|
|
365
380
|
border-radius: 50%;
|
|
366
|
-
|
|
381
|
+
|
|
367
382
|
&:checked {
|
|
368
383
|
border-width: 2px;
|
|
369
384
|
|
|
@@ -408,37 +423,38 @@ $use-encapsulation: false !default;
|
|
|
408
423
|
background-color: lighten(core.$alert-light, 10%);
|
|
409
424
|
border: 1px solid core.$alert;
|
|
410
425
|
border-left-width: core.$space-xs;
|
|
411
|
-
padding: core.$space;
|
|
412
|
-
margin-bottom: core.$space-
|
|
413
|
-
|
|
426
|
+
padding: core.$space-m;
|
|
427
|
+
margin-bottom: core.$space-l;
|
|
428
|
+
|
|
414
429
|
&__title {
|
|
415
430
|
color: core.$text;
|
|
416
431
|
font-size: core.$font-size-m;
|
|
417
432
|
font-weight: core.$font-weight-bold;
|
|
418
433
|
line-height: core.$line-height-h;
|
|
419
|
-
margin: core.$space-none core.$space-none core.$space core.$space-none;
|
|
434
|
+
margin: core.$space-none core.$space-none core.$space-m core.$space-none;
|
|
420
435
|
}
|
|
421
|
-
|
|
436
|
+
|
|
422
437
|
&_body {
|
|
423
438
|
color: core.$text;
|
|
424
|
-
font-size: core.$space;
|
|
439
|
+
font-size: core.$space-m;
|
|
425
440
|
}
|
|
426
|
-
|
|
441
|
+
|
|
427
442
|
&__list {
|
|
428
443
|
color: core.$text;
|
|
429
|
-
font-size: core.$space;
|
|
444
|
+
font-size: core.$space-m;
|
|
430
445
|
margin: core.$space-none;
|
|
431
|
-
|
|
446
|
+
|
|
432
447
|
&__item {
|
|
433
448
|
margin-bottom: core.$space-xs;
|
|
434
449
|
line-height: core.$line-height;
|
|
435
450
|
}
|
|
436
|
-
|
|
451
|
+
|
|
437
452
|
a {
|
|
438
453
|
color: core.$alert;
|
|
439
454
|
text-decoration: underline;
|
|
440
455
|
font-weight: core.$font-weight-normal;
|
|
441
|
-
&:hover,
|
|
456
|
+
&:hover,
|
|
457
|
+
&:focus {
|
|
442
458
|
color: darken(core.$alert, 5%);
|
|
443
459
|
}
|
|
444
460
|
}
|
|
@@ -453,20 +469,21 @@ $use-encapsulation: false !default;
|
|
|
453
469
|
font-style: normal;
|
|
454
470
|
font-weight: core.$font-weight-normal;
|
|
455
471
|
line-height: core.$line-height;
|
|
456
|
-
margin-bottom: core.$space-
|
|
457
|
-
padding: calc(#{core.$space-s} - 1px) core.$space core.$space-s
|
|
472
|
+
margin-bottom: core.$space-l;
|
|
473
|
+
padding: calc(#{core.$space-s} - 1px) core.$space-m core.$space-s
|
|
474
|
+
core.$space-xxxl;
|
|
458
475
|
position: relative;
|
|
459
476
|
|
|
460
477
|
&::before {
|
|
461
|
-
content:
|
|
478
|
+
content: "";
|
|
462
479
|
display: block;
|
|
463
480
|
background-position: center;
|
|
464
481
|
background-repeat: no-repeat;
|
|
465
482
|
background-size: contain;
|
|
466
483
|
height: core.$space-compressed-xl;
|
|
467
|
-
left: core.$space;
|
|
484
|
+
left: core.$space-m;
|
|
468
485
|
margin-right: core.$space-s;
|
|
469
|
-
margin-top: calc(#{-(core.$space-compressed-xl) * 0.5} - 1px);
|
|
486
|
+
margin-top: calc(#{- (core.$space-compressed-xl) * 0.5} - 1px);
|
|
470
487
|
position: absolute;
|
|
471
488
|
top: 50%;
|
|
472
489
|
width: core.$space-compressed-xl;
|
|
@@ -477,7 +494,10 @@ $use-encapsulation: false !default;
|
|
|
477
494
|
background-color: $form-color-error;
|
|
478
495
|
|
|
479
496
|
&::before {
|
|
480
|
-
background-image: url(icon.get-icon(
|
|
497
|
+
background-image: url(icon.get-icon(
|
|
498
|
+
"standard--exclamation-triangle",
|
|
499
|
+
core.$uq-white
|
|
500
|
+
));
|
|
481
501
|
}
|
|
482
502
|
}
|
|
483
503
|
|
|
@@ -485,7 +505,10 @@ $use-encapsulation: false !default;
|
|
|
485
505
|
background-color: $form-color-success;
|
|
486
506
|
|
|
487
507
|
&::before {
|
|
488
|
-
background-image: url(icon.get-icon(
|
|
508
|
+
background-image: url(icon.get-icon(
|
|
509
|
+
"standard--check-circle",
|
|
510
|
+
core.$uq-white
|
|
511
|
+
));
|
|
489
512
|
}
|
|
490
513
|
}
|
|
491
514
|
|
package/src/scss/_global.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use
|
|
1
|
+
@use "@uqds/core/src/scss/global" as core;
|
|
2
2
|
|
|
3
3
|
$form-border-color-focus: core.$link;
|
|
4
4
|
$form-border-color: core.$uq-neutral-light40;
|
|
@@ -7,11 +7,11 @@ $form-border-width: 1px;
|
|
|
7
7
|
$form-color-error: core.$alert;
|
|
8
8
|
$form-color-success: core.$success;
|
|
9
9
|
$form-description-size: core.$font-size-xs;
|
|
10
|
-
$form-element-height: core.$space-
|
|
10
|
+
$form-element-height: core.$space-xxl;
|
|
11
11
|
$form-focus-color: core.$link;
|
|
12
12
|
$form-label-size: core.$font-size-s;
|
|
13
13
|
$form-placeholder-color: core.$uq-neutral-dark40;
|
|
14
|
-
$form-spacing: core.$space;
|
|
14
|
+
$form-spacing: core.$space-m;
|
|
15
15
|
$form-text-color: core.$text;
|
|
16
16
|
$form-text-disabled-color: core.$uq-neutral-dark20;
|
|
17
17
|
$form-text-size: core.$font-size;
|
package/src/scss/_icons.scss
CHANGED
|
@@ -1,33 +1,42 @@
|
|
|
1
1
|
$-icons: (
|
|
2
|
-
"form-checkbox-check":
|
|
3
|
-
|
|
4
|
-
"form-
|
|
5
|
-
|
|
2
|
+
"form-checkbox-check":
|
|
3
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='~~COLOR~~'%3e%3cpath d='M5.6 9.6L2.4 6.4 0 8.8l5.6 5.6L16 4l-2.4-2.4z'%3e%3c/path%3e%3c/svg%3e",
|
|
4
|
+
"form-chevron-down":
|
|
5
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='~~COLOR~~'%3e%3cpath d='M14.285 5.145l-6 6.167a.41.41 0 01-.598 0L1.715 5.145' fill='none' stroke='~~COLOR~~' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e",
|
|
6
|
+
"form-error":
|
|
7
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' width='140' height='140' fill='~~COLOR~~'%3e%3cpath d='M138.42 118.29l-55-110a15 15 0 00-26.84 0l-55 110A15 15 0 0015 140h110a15 15 0 0013.42-21.71zM62.5 50a7.5 7.5 0 0115 0v30a7.5 7.5 0 01-15 0zm7.5 70a10 10 0 1110-10 10 10 0 01-10 10z'%3e%3c/path%3e%3c/svg%3e",
|
|
8
|
+
"form-success":
|
|
9
|
+
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' width='140' height='140' fill='~~COLOR~~'%3e%3cpath d='M70 0a70 70 0 1070 70A70.08 70.08 0 0070 0zm36 59L66.24 98.74a10 10 0 01-14.15 0L34 80.68a10.013 10.013 0 0114.18-14.14l11 11 32.64-32.67A10.01 10.01 0 01106 59z'%3e%3c/path%3e%3c/svg%3e",
|
|
6
10
|
);
|
|
7
11
|
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
@function -str-replace($string, $search, $replace: "") {
|
|
13
|
+
$index: str-index($string, $search);
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
@if $index {
|
|
16
|
+
@return str-slice($string, 1, $index - 1) + $replace +
|
|
17
|
+
-str-replace(
|
|
18
|
+
str-slice($string, $index + str-length($search)),
|
|
19
|
+
$search,
|
|
20
|
+
$replace
|
|
21
|
+
);
|
|
16
22
|
}
|
|
17
23
|
|
|
18
|
-
@
|
|
19
|
-
|
|
20
|
-
@warn 'The requested color - "' + $color + '" - was not recognized as a Sass color value.';
|
|
21
|
-
@return null;
|
|
22
|
-
}
|
|
24
|
+
@return $string;
|
|
25
|
+
}
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
@function get-icon($icon, $color: #2b2b2b) {
|
|
28
|
+
@if type-of($color) != "color" and $color != "none" {
|
|
29
|
+
@warn 'The requested color - "' + $color + '" - was not recognized as a Sass color value.';
|
|
30
|
+
@return null;
|
|
31
|
+
}
|
|
27
32
|
|
|
28
|
-
|
|
29
|
-
|
|
33
|
+
@if map-has-key($-icons, $icon) {
|
|
34
|
+
$icon: map-get($-icons, $icon);
|
|
35
|
+
$data-uri: -str-replace($icon, "~~COLOR~~", $color);
|
|
30
36
|
|
|
31
|
-
@
|
|
32
|
-
@return null;
|
|
37
|
+
@return -str-replace($data-uri, "#", "%23");
|
|
33
38
|
}
|
|
39
|
+
|
|
40
|
+
@warn 'The requested icon - "' + $icon + '" - is not defined in the $icons map.';
|
|
41
|
+
@return null;
|
|
42
|
+
}
|
package/src/scss/main.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use
|
|
1
|
+
@use "component";
|