omnia-sass 3.5.415 → 3.5.419
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/omnia-sass.scss +6 -3
- package/package.json +2 -2
package/dist/omnia-sass.scss
CHANGED
@@ -9533,7 +9533,8 @@ tfoot .element-required-indicator-footer {
|
|
9533
9533
|
.form-group {
|
9534
9534
|
margin: 0;
|
9535
9535
|
|
9536
|
-
.form-field-date
|
9536
|
+
.form-field-date,
|
9537
|
+
.form-field-datetime {
|
9537
9538
|
.form-control,
|
9538
9539
|
.form-control.disabled {
|
9539
9540
|
border: none !important;
|
@@ -9858,7 +9859,8 @@ tfoot .element-required-indicator-footer {
|
|
9858
9859
|
.form-group {
|
9859
9860
|
display: flex;
|
9860
9861
|
|
9861
|
-
.form-field-date
|
9862
|
+
.form-field-date,
|
9863
|
+
.form-field-datetime {
|
9862
9864
|
.react-datepicker-wrapper {
|
9863
9865
|
.react-datepicker__input-container {
|
9864
9866
|
border: none;
|
@@ -10518,7 +10520,8 @@ tfoot .element-required-indicator-footer {
|
|
10518
10520
|
}
|
10519
10521
|
|
10520
10522
|
.form-field-disabled,
|
10521
|
-
&.form-field-date .form-control.disabled
|
10523
|
+
&.form-field-date .form-control.disabled,
|
10524
|
+
&.form-field-datetime .form-control.disabled {
|
10522
10525
|
background-color: $input-disabled-bg !important;
|
10523
10526
|
|
10524
10527
|
.DateInput_input {
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"uninstall": "rimraf node_modules"
|
11
11
|
},
|
12
12
|
"devDependencies": {
|
13
|
-
"@omnia-low-code/runtime-web-app": "^3.5.
|
13
|
+
"@omnia-low-code/runtime-web-app": "^3.5.419",
|
14
14
|
"scss-bundle": "3.1.2"
|
15
15
|
},
|
16
16
|
"workspaces": {
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"*@omnia-low-code/runtime-web-app*/**"
|
20
20
|
]
|
21
21
|
},
|
22
|
-
"version": "3.5.
|
22
|
+
"version": "3.5.419",
|
23
23
|
"author": "",
|
24
24
|
"license": "MIT"
|
25
25
|
}
|