indicator-ui 0.1.89 → 0.1.90
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/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -6336,6 +6336,9 @@
|
|
|
6336
6336
|
.FormDateRange-module__wrapper___Ysixt > section > * {
|
|
6337
6337
|
flex: none;
|
|
6338
6338
|
}
|
|
6339
|
+
.FormDateRange-module__wrapper___Ysixt.FormDateRange-module__empty___HbKpO > section {
|
|
6340
|
+
flex: 0;
|
|
6341
|
+
}
|
|
6339
6342
|
.FormDateRange-module__wrapper___Ysixt.FormDateRange-module__error___rtYwO {
|
|
6340
6343
|
border: 1px solid var(--error-300);
|
|
6341
6344
|
}
|