chore(js): update coldwired and react

This commit is contained in:
Paul Chavard 2024-05-06 18:07:29 +02:00
parent 316a33f97b
commit 1e11ad4ce6
No known key found for this signature in database
24 changed files with 108 additions and 106 deletions

View file

@ -28,3 +28,7 @@ body {
.container {
@extend %container;
}
react-fragment {
display: block;
}

View file

@ -10,7 +10,7 @@
}
}
.form [data-react-component-value='MapEditor'] [data-reach-combobox-input] {
.form react-fragment[data-component-name='MapEditor'] [data-reach-combobox-input] {
margin-bottom: 0;
}

View file

@ -524,7 +524,7 @@
}
}
[data-react-component-value^="ComboMultiple"] {
react-fragment[data-component-name^="ComboMultiple"] {
margin-bottom: $default-fields-spacer;
[data-reach-combobox-input] {

View file

@ -9,7 +9,7 @@
margin-left: 16px;
}
[data-react-component-value^="ComboMultiple"] {
react-fragment[data-component-name^="ComboMultiple"] {
margin-bottom: 0;
[data-reach-combobox-token-list] {

View file

@ -45,7 +45,7 @@
display: inline-block;
}
[data-react-component-value^="ComboMultiple"] {
react-fragment[data-component-name^="ComboMultiple"] {
margin-bottom: $default-fields-spacer;
[data-reach-combobox-token-list] {