File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
src/lib/components/common/jschema Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030{#if schemaProperty }
3131 < div class = ' d-flex flex-column p-2' >
3232 < div class = ' property-metadata d-flex flex-column w-100' >
33- < span class = ' fs-5 {schemaProperty.isRequired() ? "fw-bold" : ""}' > { schemaProperty .title || " " }< / span>
34- < span class = ' small' > {schemaProperty .description || " " }< / span>
33+ < span class = ' {schemaProperty.isRequired() ? "fw-bold" : ""}' > { schemaProperty .title || " " }< / span>
34+ < span class = ' small fw-light ' > {schemaProperty .description || " " }< / span>
3535 < / div>
3636 < div class = ' array-items my-2' >
3737
Original file line number Diff line number Diff line change 1414{#if schemaProperty }
1515 <div class =' d-flex align-items-center p-2' >
1616 <div class =' property-metadata d-flex flex-column align-self-center w-50' >
17- <span class ='fs-5 ' >{ schemaProperty .title || ' Boolean argument' }</span >
17+ <span class ='' >{ schemaProperty .title || ' Boolean argument' }</span >
1818 {#if schemaProperty .description }
19- <span class ='small' >{ schemaProperty .description }</span >
19+ <span class ='small fw-light ' >{ schemaProperty .description }</span >
2020 {/if }
2121 </div >
2222 <div class =' property-input ms-auto w-25' >
Original file line number Diff line number Diff line change 1818 <div class =' d-flex align-items-center p-2' >
1919 <div class =' property-metadata d-flex flex-column align-self-center w-50' >
2020 <span
21- class ='fs-5 {schemaProperty .isRequired () ? " fw-bold" : " " }' >{ schemaProperty .title || ' Number argument' }</span >
21+ class =' {schemaProperty .isRequired () ? " fw-bold" : " " }' >{ schemaProperty .title || ' Number argument' }</span >
2222 {#if schemaProperty .description }
23- <span class ='small' >{ schemaProperty .description }</span >
23+ <span class ='small fw-light ' >{ schemaProperty .description }</span >
2424 {/if }
2525 </div >
2626 <div class =' property-input ms-auto w-25' >
Original file line number Diff line number Diff line change 3737
3838 <div class =' d-flex flex-column p-2' >
3939 <div class =' property-metadata d-flex flex-column w-100' >
40- <span class ='fs-5 {objectSchema .isRequired () ? " fw-bold" : " " }' >{ objectSchema .title }</span >
41- <span class ='small' >{ objectSchema .description || " " }</span >
40+ <span class =' {objectSchema .isRequired () ? " fw-bold" : " " }' >{ objectSchema .title }</span >
41+ <span class ='small fw-light ' >{ objectSchema .description || " " }</span >
4242 </div >
4343 <div class =' object-properties my-2' >
4444 <div class ='accordion' id =' {accordionParentKey }' >
Original file line number Diff line number Diff line change 1515 <div class =' d-flex align-items-center p-2' >
1616 <div class =' property-metadata d-flex flex-column align-self-center w-50' >
1717 <span
18- class ='fs-5 {schemaProperty .isRequired () ? " fw-bold" : " " }' >{ schemaProperty .title || ' String argument' }</span >
18+ class =' {schemaProperty .isRequired () ? " fw-bold" : " " }' >{ schemaProperty .title || ' String argument' }</span >
1919 {#if schemaProperty .description }
20- <span class ='small' >{ schemaProperty .description }</span >
20+ <span class ='small fw-light ' >{ schemaProperty .description }</span >
2121 {/if }
2222 </div >
2323 <div class =' property-input ms-auto w-25' >
You can’t perform that action at this time.
0 commit comments