@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "1.35.0",
6
+ "version": "1.35.1",
7
7
  "description": "React Dynamic Framework",
8
8
  "license": "https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md",
9
9
  "repository": {
@@ -79,7 +79,6 @@
79
79
  display: inline-block;
80
80
  position: relative;
81
81
  line-height: initial;
82
- overflow: hidden;
83
82
  }
84
83
 
85
84
  .react-datepicker--time-only {
@@ -124,6 +123,7 @@
124
123
  text-align: center;
125
124
  background-color: var(--#{$prefix}datepicker-header-bg);
126
125
  border-bottom: var(--#{$prefix}datepicker-header-border-bottom);
126
+ border-top-left-radius: var(--#{$prefix}datepicker-border-radius);
127
127
  padding: var(--#{$prefix}datepicker-header-padding);
128
128
  position: relative;
129
129
 
@@ -137,6 +137,10 @@
137
137
  }
138
138
  }
139
139
 
140
+ &:not(&--has-time-select) {
141
+ border-top-right-radius: var(--#{$prefix}datepicker-border-radius);
142
+ }
143
+
140
144
  &-selector {
141
145
  display: flex;
142
146
  align-items: center;