@dynamic-framework/ui-react 1.35.0 → 1.35.1

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.35.0
2
+ * dynamic-framework 1.35.1
3
3
  * bootstrap ~5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.35.0
2
+ * dynamic-framework 1.35.1
3
3
  * bootstrap ~5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.35.0
2
+ * dynamic-framework 1.35.1
3
3
  * bootstrap ~5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -11155,7 +11155,6 @@ label .d-icon {
11155
11155
  display: inline-block;
11156
11156
  position: relative;
11157
11157
  line-height: initial;
11158
- overflow: hidden;
11159
11158
  }
11160
11159
 
11161
11160
  .react-datepicker--time-only .react-datepicker__time-container {
@@ -11190,6 +11189,7 @@ label .d-icon {
11190
11189
  text-align: center;
11191
11190
  background-color: var(--bs-datepicker-header-bg);
11192
11191
  border-bottom: var(--bs-datepicker-header-border-bottom);
11192
+ border-top-left-radius: var(--bs-datepicker-border-radius);
11193
11193
  padding: var(--bs-datepicker-header-padding);
11194
11194
  position: relative;
11195
11195
  }
@@ -11201,6 +11201,9 @@ label .d-icon {
11201
11201
  .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
11202
11202
  border-top-left-radius: 0;
11203
11203
  }
11204
+ .react-datepicker__header:not(.react-datepicker__header--has-time-select) {
11205
+ border-top-right-radius: var(--bs-datepicker-border-radius);
11206
+ }
11204
11207
  .react-datepicker__header-selector {
11205
11208
  display: flex;
11206
11209
  align-items: center;