e811821ac7
* updates regex-validator component to optionally show pattern input and adds capture groups support * adds form-field-label component * adds autocomplete-input component * updates kv-object-editor component to yield block for value and glimmerizes * updates transform template model * adds transform-advanced-templating component * updates form-field with child component changes * updates transform template serializer to handle differences in regex named capture groups * fixes regex-validator test * adds changelog entry * updates for pr review feedback * reverts kv-object-editor guidFor removal
15 lines
265 B
SCSS
15 lines
265 B
SCSS
.copy-text {
|
|
background: $ui-gray-010;
|
|
|
|
& > code {
|
|
color: $ui-gray-800;
|
|
padding: 14px;
|
|
}
|
|
}
|
|
.transform-pattern-text div:not(:first-child) {
|
|
font-family: $family-monospace;
|
|
}
|
|
.transform-decode-formats:not(:last-child) {
|
|
margin-bottom: $spacing-s;
|
|
}
|