`;
-exports[`single fields select field single choice formData 1`] = `
+exports[`single fields select field single choice form disabled using radio widget 1`] = `
.emotion-0 {
display: inline-flex;
-webkit-flex-direction: column;
@@ -11413,212 +11413,145 @@ exports[`single fields select field single choice formData 1`] = `
}
.emotion-1 {
- display: inline-flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- position: relative;
- min-width: 0;
- padding: 0;
- margin: 0;
- border: 0;
- vertical-align: top;
-}
-
-.emotion-2 {
+ color: rgba(0, 0, 0, 0.6);
font-family: "Roboto","Helvetica","Arial",sans-serif;
font-weight: 400;
font-size: 1rem;
line-height: 1.4375em;
letter-spacing: 0.00938em;
- color: rgba(0, 0, 0, 0.87);
- box-sizing: border-box;
+ padding: 0;
position: relative;
- cursor: text;
- display: inline-flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- border-radius: 4px;
-}
-
-.emotion-2.Mui-disabled {
- color: rgba(0, 0, 0, 0.38);
- cursor: default;
}
-.emotion-2:hover .MuiOutlinedInput-notchedOutline {
- border-color: rgba(0, 0, 0, 0.87);
-}
-
-.emotion-2.Mui-focused .MuiOutlinedInput-notchedOutline {
- border-width: 2px;
-}
-
-.emotion-2.Mui-focused .MuiOutlinedInput-notchedOutline {
- border-color: #1976d2;
+.emotion-1.Mui-focused {
+ color: #1976d2;
}
-@media (hover: none) {
- .emotion-2:hover .MuiOutlinedInput-notchedOutline {
- border-color: rgba(0, 0, 0, 0.23);
- }
+.emotion-1.Mui-disabled {
+ color: rgba(0, 0, 0, 0.38);
}
-.emotion-2.Mui-error .MuiOutlinedInput-notchedOutline {
- border-color: #d32f2f;
+.emotion-1.Mui-error {
+ color: #d32f2f;
}
-.emotion-2.Mui-disabled .MuiOutlinedInput-notchedOutline {
- border-color: rgba(0, 0, 0, 0.26);
+.emotion-2 {
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-box-flex-wrap: wrap;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
}
.emotion-3 {
- -moz-appearance: none;
- -webkit-appearance: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border-radius: 4px;
+ display: inline-flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
cursor: pointer;
- font: inherit;
- letter-spacing: inherit;
- color: currentColor;
- padding: 16.5px 14px;
- border: 0;
- box-sizing: content-box;
- background: none;
- height: 1.4375em;
- margin: 0;
+ vertical-align: middle;
-webkit-tap-highlight-color: transparent;
- display: block;
- min-width: 0;
- width: 100%;
- -webkit-animation-name: mui-auto-fill-cancel;
- animation-name: mui-auto-fill-cancel;
- -webkit-animation-duration: 10ms;
- animation-duration: 10ms;
-}
-
-.emotion-3:focus {
- border-radius: 0;
+ margin-left: -11px;
+ margin-right: 16px;
}
.emotion-3.Mui-disabled {
cursor: default;
}
-.emotion-3[multiple] {
- height: auto;
-}
-
-.emotion-3:not([multiple]) option,
-.emotion-3:not([multiple]) optgroup {
- background-color: #fff;
-}
-
-.emotion-3:focus {
- border-radius: 4px;
-}
-
-.emotion-3.emotion-3.emotion-3 {
- padding-right: 32px;
-}
-
-.emotion-3.MuiSelect-select {
- height: auto;
- min-height: 1.4375em;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
-}
-
-.emotion-3::-webkit-input-placeholder {
- color: currentColor;
- opacity: 0.42;
- -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
- transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
-}
-
-.emotion-3::-moz-placeholder {
- color: currentColor;
- opacity: 0.42;
- -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
- transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
-}
-
-.emotion-3::-ms-input-placeholder {
- color: currentColor;
- opacity: 0.42;
- -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
- transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+.emotion-3 .MuiFormControlLabel-label.Mui-disabled {
+ color: rgba(0, 0, 0, 0.38);
}
-.emotion-3:focus {
+.emotion-4 {
+ display: inline-flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ -webkit-justify-content: center;
+ justify-content: center;
+ position: relative;
+ box-sizing: border-box;
+ -webkit-tap-highlight-color: transparent;
+ background-color: transparent;
outline: 0;
-}
-
-.emotion-3:invalid {
- box-shadow: none;
-}
-
-.emotion-3::-webkit-search-decoration {
+ border: 0;
+ margin: 0;
+ border-radius: 50%;
+ padding: 9px;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ vertical-align: middle;
+ -moz-appearance: none;
-webkit-appearance: none;
+ -webkit-text-decoration: none;
+ text-decoration: none;
+ color: rgba(0, 0, 0, 0.6);
}
-label[data-shrink=false]+.MuiInputBase-formControl .emotion-3::-webkit-input-placeholder {
- opacity: 0!important;
-}
-
-label[data-shrink=false]+.MuiInputBase-formControl .emotion-3::-moz-placeholder {
- opacity: 0!important;
-}
-
-label[data-shrink=false]+.MuiInputBase-formControl .emotion-3::-ms-input-placeholder {
- opacity: 0!important;
+.emotion-4::-moz-focus-inner {
+ border-style: none;
}
-label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-webkit-input-placeholder {
- opacity: 0.42;
+.emotion-4.Mui-disabled {
+ pointer-events: none;
+ cursor: default;
}
-label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-moz-placeholder {
- opacity: 0.42;
+@media print {
+ .emotion-4 {
+ -webkit-print-color-adjust: exact;
+ color-adjust: exact;
+ }
}
-label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-ms-input-placeholder {
- opacity: 0.42;
+.emotion-4.Mui-disabled {
+ color: rgba(0, 0, 0, 0.26);
}
-.emotion-3.Mui-disabled {
- opacity: 1;
- -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
+.emotion-4:hover {
+ background-color: rgba(25, 118, 210, 0.04);
}
-.emotion-3:-webkit-autofill {
- -webkit-animation-duration: 5000s;
- animation-duration: 5000s;
- -webkit-animation-name: mui-auto-fill;
- animation-name: mui-auto-fill;
+.emotion-4.Mui-checked {
+ color: #1976d2;
}
-.emotion-3:-webkit-autofill {
- border-radius: inherit;
+@media (hover: none) {
+ .emotion-4:hover {
+ background-color: transparent;
+ }
}
-.emotion-4 {
- bottom: 0;
- left: 0;
+.emotion-5 {
+ cursor: inherit;
position: absolute;
opacity: 0;
- pointer-events: none;
width: 100%;
- box-sizing: border-box;
+ height: 100%;
+ top: 0;
+ left: 0;
+ margin: 0;
+ padding: 0;
+ z-index: 1;
}
-.emotion-5 {
+.emotion-6 {
+ position: relative;
+ display: flex;
+}
+
+.emotion-7 {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@@ -11633,50 +11566,1037 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-ms-input-p
transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
fill: currentColor;
font-size: 1.5rem;
- position: absolute;
- right: 7px;
- top: calc(50% - .5em);
- pointer-events: none;
- color: rgba(0, 0, 0, 0.54);
-}
-
-.emotion-5.Mui-disabled {
+ -webkit-transform: scale(1);
+ -moz-transform: scale(1);
+ -ms-transform: scale(1);
+ transform: scale(1);
+}
+
+.emotion-8 {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: 1em;
+ height: 1em;
+ display: inline-block;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
+ transition: transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
+ fill: currentColor;
+ font-size: 1.5rem;
+ left: 0;
+ position: absolute;
+ -webkit-transform: scale(0);
+ -moz-transform: scale(0);
+ -ms-transform: scale(0);
+ transform: scale(0);
+}
+
+.emotion-9 {
+ margin: 0;
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
+ font-weight: 400;
+ font-size: 1rem;
+ line-height: 1.5;
+ letter-spacing: 0.00938em;
+}
+
+.emotion-17 {
+ margin-top: 24px;
+}
+
+.emotion-18 {
+ display: inline-flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ -webkit-justify-content: center;
+ justify-content: center;
+ position: relative;
+ box-sizing: border-box;
+ -webkit-tap-highlight-color: transparent;
+ background-color: var(--variant-containedBg);
+ outline: 0;
+ border: 0;
+ margin: 0;
+ border-radius: 4px;
+ padding: 6px 16px;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ vertical-align: middle;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ -webkit-text-decoration: none;
+ text-decoration: none;
+ color: var(--variant-containedColor);
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
+ font-weight: 500;
+ font-size: 0.875rem;
+ line-height: 1.75;
+ letter-spacing: 0.02857em;
+ text-transform: uppercase;
+ min-width: 64px;
+ -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
+ --variant-textColor: #1976d2;
+ --variant-outlinedColor: #1976d2;
+ --variant-outlinedBorder: rgba(25, 118, 210, 0.5);
+ --variant-containedColor: #fff;
+ --variant-containedBg: #1976d2;
+}
+
+.emotion-18::-moz-focus-inner {
+ border-style: none;
+}
+
+.emotion-18.Mui-disabled {
+ pointer-events: none;
+ cursor: default;
+}
+
+@media print {
+ .emotion-18 {
+ -webkit-print-color-adjust: exact;
+ color-adjust: exact;
+ }
+}
+
+.emotion-18:hover {
+ -webkit-text-decoration: none;
+ text-decoration: none;
+}
+
+.emotion-18.Mui-disabled {
+ color: rgba(0, 0, 0, 0.26);
+}
+
+.emotion-18:hover {
+ box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
+}
+
+@media (hover: none) {
+ .emotion-18:hover {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
+ }
+}
+
+.emotion-18:active {
+ box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
+}
+
+.emotion-18.Mui-focusVisible {
+ box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
+}
+
+.emotion-18.Mui-disabled {
+ color: rgba(0, 0, 0, 0.26);
+ box-shadow: none;
+ background-color: rgba(0, 0, 0, 0.12);
+}
+
+@media (hover: hover) {
+ .emotion-18:hover {
+ --variant-containedBg: #1565c0;
+ --variant-textBg: rgba(25, 118, 210, 0.04);
+ --variant-outlinedBorder: #1976d2;
+ --variant-outlinedBg: rgba(25, 118, 210, 0.04);
+ }
+}
+
+
+`;
+
+exports[`single fields select field single choice formData 1`] = `
+.emotion-0 {
+ display: inline-flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ position: relative;
+ min-width: 0;
+ padding: 0;
+ margin: 0;
+ border: 0;
+ vertical-align: top;
+ width: 100%;
+}
+
+.emotion-1 {
+ display: inline-flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ position: relative;
+ min-width: 0;
+ padding: 0;
+ margin: 0;
+ border: 0;
+ vertical-align: top;
+}
+
+.emotion-2 {
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
+ font-weight: 400;
+ font-size: 1rem;
+ line-height: 1.4375em;
+ letter-spacing: 0.00938em;
+ color: rgba(0, 0, 0, 0.87);
+ box-sizing: border-box;
+ position: relative;
+ cursor: text;
+ display: inline-flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ border-radius: 4px;
+}
+
+.emotion-2.Mui-disabled {
+ color: rgba(0, 0, 0, 0.38);
+ cursor: default;
+}
+
+.emotion-2:hover .MuiOutlinedInput-notchedOutline {
+ border-color: rgba(0, 0, 0, 0.87);
+}
+
+.emotion-2.Mui-focused .MuiOutlinedInput-notchedOutline {
+ border-width: 2px;
+}
+
+.emotion-2.Mui-focused .MuiOutlinedInput-notchedOutline {
+ border-color: #1976d2;
+}
+
+@media (hover: none) {
+ .emotion-2:hover .MuiOutlinedInput-notchedOutline {
+ border-color: rgba(0, 0, 0, 0.23);
+ }
+}
+
+.emotion-2.Mui-error .MuiOutlinedInput-notchedOutline {
+ border-color: #d32f2f;
+}
+
+.emotion-2.Mui-disabled .MuiOutlinedInput-notchedOutline {
+ border-color: rgba(0, 0, 0, 0.26);
+}
+
+.emotion-3 {
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ border-radius: 4px;
+ cursor: pointer;
+ font: inherit;
+ letter-spacing: inherit;
+ color: currentColor;
+ padding: 16.5px 14px;
+ border: 0;
+ box-sizing: content-box;
+ background: none;
+ height: 1.4375em;
+ margin: 0;
+ -webkit-tap-highlight-color: transparent;
+ display: block;
+ min-width: 0;
+ width: 100%;
+ -webkit-animation-name: mui-auto-fill-cancel;
+ animation-name: mui-auto-fill-cancel;
+ -webkit-animation-duration: 10ms;
+ animation-duration: 10ms;
+}
+
+.emotion-3:focus {
+ border-radius: 0;
+}
+
+.emotion-3.Mui-disabled {
+ cursor: default;
+}
+
+.emotion-3[multiple] {
+ height: auto;
+}
+
+.emotion-3:not([multiple]) option,
+.emotion-3:not([multiple]) optgroup {
+ background-color: #fff;
+}
+
+.emotion-3:focus {
+ border-radius: 4px;
+}
+
+.emotion-3.emotion-3.emotion-3 {
+ padding-right: 32px;
+}
+
+.emotion-3.MuiSelect-select {
+ height: auto;
+ min-height: 1.4375em;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+
+.emotion-3::-webkit-input-placeholder {
+ color: currentColor;
+ opacity: 0.42;
+ -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+}
+
+.emotion-3::-moz-placeholder {
+ color: currentColor;
+ opacity: 0.42;
+ -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+}
+
+.emotion-3::-ms-input-placeholder {
+ color: currentColor;
+ opacity: 0.42;
+ -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+}
+
+.emotion-3:focus {
+ outline: 0;
+}
+
+.emotion-3:invalid {
+ box-shadow: none;
+}
+
+.emotion-3::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+label[data-shrink=false]+.MuiInputBase-formControl .emotion-3::-webkit-input-placeholder {
+ opacity: 0!important;
+}
+
+label[data-shrink=false]+.MuiInputBase-formControl .emotion-3::-moz-placeholder {
+ opacity: 0!important;
+}
+
+label[data-shrink=false]+.MuiInputBase-formControl .emotion-3::-ms-input-placeholder {
+ opacity: 0!important;
+}
+
+label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-webkit-input-placeholder {
+ opacity: 0.42;
+}
+
+label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-moz-placeholder {
+ opacity: 0.42;
+}
+
+label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-ms-input-placeholder {
+ opacity: 0.42;
+}
+
+.emotion-3.Mui-disabled {
+ opacity: 1;
+ -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
+}
+
+.emotion-3:-webkit-autofill {
+ -webkit-animation-duration: 5000s;
+ animation-duration: 5000s;
+ -webkit-animation-name: mui-auto-fill;
+ animation-name: mui-auto-fill;
+}
+
+.emotion-3:-webkit-autofill {
+ border-radius: inherit;
+}
+
+.emotion-4 {
+ bottom: 0;
+ left: 0;
+ position: absolute;
+ opacity: 0;
+ pointer-events: none;
+ width: 100%;
+ box-sizing: border-box;
+}
+
+.emotion-5 {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: 1em;
+ height: 1em;
+ display: inline-block;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ fill: currentColor;
+ font-size: 1.5rem;
+ position: absolute;
+ right: 7px;
+ top: calc(50% - .5em);
+ pointer-events: none;
+ color: rgba(0, 0, 0, 0.54);
+}
+
+.emotion-5.Mui-disabled {
+ color: rgba(0, 0, 0, 0.26);
+}
+
+.emotion-6 {
+ text-align: left;
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ top: -5px;
+ left: 0;
+ margin: 0;
+ padding: 0 8px;
+ pointer-events: none;
+ border-radius: inherit;
+ border-style: solid;
+ border-width: 1px;
+ overflow: hidden;
+ min-width: 0%;
+ border-color: rgba(0, 0, 0, 0.23);
+}
+
+.emotion-7 {
+ float: unset;
+ width: auto;
+ overflow: hidden;
+ padding: 0;
+ line-height: 11px;
+ -webkit-transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
+ transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
+}
+
+.emotion-8 {
+ margin-top: 24px;
+}
+
+.emotion-9 {
+ display: inline-flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ -webkit-justify-content: center;
+ justify-content: center;
+ position: relative;
+ box-sizing: border-box;
+ -webkit-tap-highlight-color: transparent;
+ background-color: var(--variant-containedBg);
+ outline: 0;
+ border: 0;
+ margin: 0;
+ border-radius: 4px;
+ padding: 6px 16px;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ vertical-align: middle;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ -webkit-text-decoration: none;
+ text-decoration: none;
+ color: var(--variant-containedColor);
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
+ font-weight: 500;
+ font-size: 0.875rem;
+ line-height: 1.75;
+ letter-spacing: 0.02857em;
+ text-transform: uppercase;
+ min-width: 64px;
+ -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
+ --variant-textColor: #1976d2;
+ --variant-outlinedColor: #1976d2;
+ --variant-outlinedBorder: rgba(25, 118, 210, 0.5);
+ --variant-containedColor: #fff;
+ --variant-containedBg: #1976d2;
+}
+
+.emotion-9::-moz-focus-inner {
+ border-style: none;
+}
+
+.emotion-9.Mui-disabled {
+ pointer-events: none;
+ cursor: default;
+}
+
+@media print {
+ .emotion-9 {
+ -webkit-print-color-adjust: exact;
+ color-adjust: exact;
+ }
+}
+
+.emotion-9:hover {
+ -webkit-text-decoration: none;
+ text-decoration: none;
+}
+
+.emotion-9.Mui-disabled {
+ color: rgba(0, 0, 0, 0.26);
+}
+
+.emotion-9:hover {
+ box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
+}
+
+@media (hover: none) {
+ .emotion-9:hover {
+ box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
+ }
+}
+
+.emotion-9:active {
+ box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
+}
+
+.emotion-9.Mui-focusVisible {
+ box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
+}
+
+.emotion-9.Mui-disabled {
+ color: rgba(0, 0, 0, 0.26);
+ box-shadow: none;
+ background-color: rgba(0, 0, 0, 0.12);
+}
+
+@media (hover: hover) {
+ .emotion-9:hover {
+ --variant-containedBg: #1565c0;
+ --variant-textBg: rgba(25, 118, 210, 0.04);
+ --variant-outlinedBorder: #1976d2;
+ --variant-outlinedBg: rgba(25, 118, 210, 0.04);
+ }
+}
+
+
+`;
+
+exports[`single fields select field single choice uiSchema disabled using radio widget 1`] = `
+.emotion-0 {
+ display: inline-flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ position: relative;
+ min-width: 0;
+ padding: 0;
+ margin: 0;
+ border: 0;
+ vertical-align: top;
+ width: 100%;
+}
+
+.emotion-1 {
+ color: rgba(0, 0, 0, 0.6);
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
+ font-weight: 400;
+ font-size: 1rem;
+ line-height: 1.4375em;
+ letter-spacing: 0.00938em;
+ padding: 0;
+ position: relative;
+}
+
+.emotion-1.Mui-focused {
+ color: #1976d2;
+}
+
+.emotion-1.Mui-disabled {
+ color: rgba(0, 0, 0, 0.38);
+}
+
+.emotion-1.Mui-error {
+ color: #d32f2f;
+}
+
+.emotion-2 {
+ display: flex;
+ -webkit-flex-direction: column;
+ -ms-flex-direction: column;
+ flex-direction: column;
+ -webkit-box-flex-wrap: wrap;
+ -webkit-flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;
+}
+
+.emotion-3 {
+ display: inline-flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ cursor: pointer;
+ vertical-align: middle;
+ -webkit-tap-highlight-color: transparent;
+ margin-left: -11px;
+ margin-right: 16px;
+}
+
+.emotion-3.Mui-disabled {
+ cursor: default;
+}
+
+.emotion-3 .MuiFormControlLabel-label.Mui-disabled {
+ color: rgba(0, 0, 0, 0.38);
+}
+
+.emotion-4 {
+ display: inline-flex;
+ -webkit-align-items: center;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: center;
+ -ms-flex-pack: center;
+ -webkit-justify-content: center;
+ justify-content: center;
+ position: relative;
+ box-sizing: border-box;
+ -webkit-tap-highlight-color: transparent;
+ background-color: transparent;
+ outline: 0;
+ border: 0;
+ margin: 0;
+ border-radius: 50%;
+ padding: 9px;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ vertical-align: middle;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ -webkit-text-decoration: none;
+ text-decoration: none;
+ color: rgba(0, 0, 0, 0.6);
+}
+
+.emotion-4::-moz-focus-inner {
+ border-style: none;
+}
+
+.emotion-4.Mui-disabled {
+ pointer-events: none;
+ cursor: default;
+}
+
+@media print {
+ .emotion-4 {
+ -webkit-print-color-adjust: exact;
+ color-adjust: exact;
+ }
+}
+
+.emotion-4.Mui-disabled {
color: rgba(0, 0, 0, 0.26);
}
-.emotion-6 {
- text-align: left;
+.emotion-4:hover {
+ background-color: rgba(25, 118, 210, 0.04);
+}
+
+.emotion-4.Mui-checked {
+ color: #1976d2;
+}
+
+@media (hover: none) {
+ .emotion-4:hover {
+ background-color: transparent;
+ }
+}
+
+.emotion-5 {
+ cursor: inherit;
position: absolute;
- bottom: 0;
- right: 0;
- top: -5px;
+ opacity: 0;
+ width: 100%;
+ height: 100%;
+ top: 0;
+ left: 0;
+ margin: 0;
+ padding: 0;
+ z-index: 1;
+}
+
+.emotion-6 {
+ position: relative;
+ display: flex;
+}
+
+.emotion-7 {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: 1em;
+ height: 1em;
+ display: inline-block;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
+ fill: currentColor;
+ font-size: 1.5rem;
+ -webkit-transform: scale(1);
+ -moz-transform: scale(1);
+ -ms-transform: scale(1);
+ transform: scale(1);
+}
+
+.emotion-8 {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ width: 1em;
+ height: 1em;
+ display: inline-block;
+ -webkit-flex-shrink: 0;
+ -ms-flex-negative: 0;
+ flex-shrink: 0;
+ -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
+ transition: transform 150ms cubic-bezier(0.4, 0, 1, 1) 0ms;
+ fill: currentColor;
+ font-size: 1.5rem;
left: 0;
- margin: 0;
- padding: 0 8px;
- pointer-events: none;
- border-radius: inherit;
- border-style: solid;
- border-width: 1px;
- overflow: hidden;
- min-width: 0%;
- border-color: rgba(0, 0, 0, 0.23);
+ position: absolute;
+ -webkit-transform: scale(0);
+ -moz-transform: scale(0);
+ -ms-transform: scale(0);
+ transform: scale(0);
}
-.emotion-7 {
- float: unset;
- width: auto;
- overflow: hidden;
- padding: 0;
- line-height: 11px;
- -webkit-transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
- transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
+.emotion-9 {
+ margin: 0;
+ font-family: "Roboto","Helvetica","Arial",sans-serif;
+ font-weight: 400;
+ font-size: 1rem;
+ line-height: 1.5;
+ letter-spacing: 0.00938em;
}
-.emotion-8 {
+.emotion-17 {
margin-top: 24px;
}
-.emotion-9 {
+.emotion-18 {
display: inline-flex;
-webkit-align-items: center;
-webkit-box-align: center;
@@ -11723,57 +12643,57 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-ms-input-p
--variant-containedBg: #1976d2;
}
-.emotion-9::-moz-focus-inner {
+.emotion-18::-moz-focus-inner {
border-style: none;
}
-.emotion-9.Mui-disabled {
+.emotion-18.Mui-disabled {
pointer-events: none;
cursor: default;
}
@media print {
- .emotion-9 {
+ .emotion-18 {
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
}
-.emotion-9:hover {
+.emotion-18:hover {
-webkit-text-decoration: none;
text-decoration: none;
}
-.emotion-9.Mui-disabled {
+.emotion-18.Mui-disabled {
color: rgba(0, 0, 0, 0.26);
}
-.emotion-9:hover {
+.emotion-18:hover {
box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
}
@media (hover: none) {
- .emotion-9:hover {
+ .emotion-18:hover {
box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
}
}
-.emotion-9:active {
+.emotion-18:active {
box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}
-.emotion-9.Mui-focusVisible {
+.emotion-18.Mui-focusVisible {
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
}
-.emotion-9.Mui-disabled {
+.emotion-18.Mui-disabled {
color: rgba(0, 0, 0, 0.26);
box-shadow: none;
background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: hover) {
- .emotion-9:hover {
+ .emotion-18:hover {
--variant-containedBg: #1565c0;
--variant-textBg: rgba(25, 118, 210, 0.04);
--variant-outlinedBorder: #1976d2;
@@ -11792,78 +12712,156 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-3:focus::-ms-input-p
+
-
-
- bar
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ bar
+
+