feat: add FormKit framework support and update dependencies
- Add `telecart_forms` table migration and default checkout form seeder - Implement `FormsHandler` to fetch form schemas - Update `OrderCreateService` to handle custom fields in order comments - Add `update` method to QueryBuilder and Grammar - Add `Arr::except` helper - Update composer dependencies (Carbon, Symfony, PHPUnit, etc.) - Improve `MigratorService` error handling - Add unit tests for new functionality
This commit is contained in:
@@ -46,3 +46,23 @@ legend.p-fieldset-legend {
|
||||
.telecart-admin-app {
|
||||
color: var(--color-slate-700);
|
||||
}
|
||||
|
||||
.blueprint-bg {
|
||||
background-color: #efefef;
|
||||
opacity: 0.7;
|
||||
background-image: radial-gradient(#989898 0.65px, #efefef 0.65px);
|
||||
background-size: 13px 13px;
|
||||
}
|
||||
|
||||
ul.formkit-options {
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul.formkit-options label {
|
||||
display: inline-flex;
|
||||
}
|
||||
ul.formkit-options input[type="radio"] {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user