rsuite 6.0.0-canary-20250319 → 6.0.0-canary-2025031915
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/Form/styles/index.css +1 -0
- package/Form/styles/index.less +2 -0
- package/FormGroup/styles/index.css +1 -0
- package/cjs/Schema/Schema.d.ts +1 -0
- package/cjs/Schema/Schema.js +8 -0
- package/cjs/Stack/Stack.d.ts +3 -2
- package/dist/rsuite-no-reset-rtl.css +1 -0
- package/dist/rsuite-no-reset-rtl.min.css +1 -1
- package/dist/rsuite-no-reset-rtl.min.css.map +1 -1
- package/dist/rsuite-no-reset.css +1 -0
- package/dist/rsuite-no-reset.min.css +1 -1
- package/dist/rsuite-no-reset.min.css.map +1 -1
- package/dist/rsuite-rtl.css +1 -0
- package/dist/rsuite-rtl.min.css +1 -1
- package/dist/rsuite-rtl.min.css.map +1 -1
- package/dist/rsuite.css +1 -0
- package/dist/rsuite.js +1 -1
- package/dist/rsuite.min.css +1 -1
- package/dist/rsuite.min.css.map +1 -1
- package/dist/rsuite.min.js +1 -1
- package/dist/rsuite.min.js.map +1 -1
- package/esm/Schema/Schema.d.ts +1 -0
- package/esm/Schema/Schema.js +1 -0
- package/esm/Stack/Stack.d.ts +3 -2
- package/package.json +1 -1
package/dist/rsuite-rtl.css
CHANGED
|
@@ -5213,6 +5213,7 @@ label:hover .rs-checkbox-control .rs-checkbox-inner::before {
|
|
|
5213
5213
|
display: flex;
|
|
5214
5214
|
flex-direction: var(--rs-form-direction);
|
|
5215
5215
|
gap: var(--rs-form-spacing);
|
|
5216
|
+
align-items: flex-start;
|
|
5216
5217
|
}
|
|
5217
5218
|
.rs-form-inline {
|
|
5218
5219
|
--rs-form-direction: row;
|