@dataloop-ai/components 0.20.69 → 0.20.71

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.20.69",
3
+ "version": "0.20.71",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -325,6 +325,11 @@ export default defineComponent({
325
325
  flex-wrap: wrap;
326
326
  }
327
327
 
328
+ &--day_picker {
329
+ max-height: 265px;
330
+ overflow-y: hidden;
331
+ }
332
+
328
333
  &--calendar_from,
329
334
  &--calendar_to {
330
335
  width: 230px;
@@ -269,11 +269,11 @@ export default defineComponent({
269
269
  border: 1px solid var(--dl-color-separator);
270
270
  border-radius: 2px;
271
271
  margin-left: 15px;
272
- margin-bottom: 15px;
272
+ margin-bottom: 10px;
273
273
  cursor: pointer;
274
274
  font-size: 14px;
275
275
  text-transform: capitalize;
276
- padding: 7px 21px;
276
+ padding: 4px 21px;
277
277
 
278
278
  &-disabled {
279
279
  cursor: not-allowed;