@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
  */
@@ -10209,7 +10209,6 @@ label .d-icon {
10209
10209
  display: inline-block;
10210
10210
  position: relative;
10211
10211
  line-height: initial;
10212
- overflow: hidden;
10213
10212
  }
10214
10213
 
10215
10214
  .react-datepicker--time-only .react-datepicker__time-container {
@@ -10244,6 +10243,7 @@ label .d-icon {
10244
10243
  text-align: center;
10245
10244
  background-color: var(--bs-datepicker-header-bg);
10246
10245
  border-bottom: var(--bs-datepicker-header-border-bottom);
10246
+ border-top-left-radius: var(--bs-datepicker-border-radius);
10247
10247
  padding: var(--bs-datepicker-header-padding);
10248
10248
  position: relative;
10249
10249
  }
@@ -10255,6 +10255,9 @@ label .d-icon {
10255
10255
  .react-datepicker__header--time:not(.react-datepicker__header--time--only) {
10256
10256
  border-top-left-radius: 0;
10257
10257
  }
10258
+ .react-datepicker__header:not(.react-datepicker__header--has-time-select) {
10259
+ border-top-right-radius: var(--bs-datepicker-border-radius);
10260
+ }
10258
10261
  .react-datepicker__header-selector {
10259
10262
  display: flex;
10260
10263
  align-items: center;