@react-form-builder/viewer-bundle 5.2.0 → 6.1.0

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/README.md CHANGED
@@ -2,13 +2,6 @@
2
2
 
3
3
  This library is part of the [React Form Builder](https://formengine.io/) project.
4
4
 
5
- # OptimaJet React Form Builder RSuite components library
6
-
7
- This library is part of the [React Form Builder](https://formengine.io/) project.
8
-
9
- This package contains visual components based on [React Suite](https://rsuitejs.com/). To learn how to use the package, see
10
- our [documentation](https://formengine.io/documentation/).
11
-
12
5
  ## Key Features
13
6
 
14
7
  - **UI-Agnostic Components:** Works seamlessly with any UI
@@ -298,3 +298,13 @@
298
298
  .rs-picker .rs-picker-clean.rs-btn-close {
299
299
  color: var(--rs-text-secondary);
300
300
  }
301
+
302
+ .rs-theme-dark .rs-divider:not(.rs-divider-with-text),
303
+ .rs-theme-dark .rs-divider.rs-divider-vertical {
304
+ background-color: var(--rs-text-secondary);
305
+ }
306
+
307
+ .rs-theme-dark .rs-divider-horizontal.rs-divider-with-text:after,
308
+ .rs-theme-dark .rs-divider-horizontal.rs-divider-with-text:before {
309
+ border-top: 1px solid var(--rs-text-secondary);
310
+ }