@datarobot/design-system 29.7.0 → 29.7.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarobot/design-system",
3
- "version": "29.7.0",
3
+ "version": "29.7.1",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -3156,7 +3156,7 @@ popout[data-popper-placement^='right']::after,
3156
3156
  border: none;
3157
3157
  -webkit-text-fill-color: var(--input-color);
3158
3158
  -webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
3159
- transition-delay: calc(infinity * 1s);
3159
+ transition: background-color calc(infinity * 1s);
3160
3160
  }
3161
3161
  .dr-form-field textarea:-webkit-autofill:hover,
3162
3162
  .dr-form-field textarea[data-com-onepassword-filled]:hover {
@@ -3166,7 +3166,7 @@ popout[data-popper-placement^='right']::after,
3166
3166
  .dr-form-field textarea[data-com-onepassword-filled]:focus {
3167
3167
  -webkit-text-fill-color: var(--input-color-focused);
3168
3168
  -webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
3169
- transition-delay: calc(infinity * 1s);
3169
+ transition: background-color calc(infinity * 1s);
3170
3170
  }
3171
3171
  .dr-form-field.sm input {
3172
3172
  /* stylelint-disable-next-line dr-custom/no-unexpected-spacing-definitions */
@@ -3220,7 +3220,7 @@ popout[data-popper-placement^='right']::after,
3220
3220
  border: none;
3221
3221
  -webkit-text-fill-color: var(--input-color);
3222
3222
  -webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
3223
- transition-delay: calc(infinity * 1s);
3223
+ transition: background-color calc(infinity * 1s);
3224
3224
  }
3225
3225
  .dr-form-field.sm input:-webkit-autofill:hover,
3226
3226
  .dr-form-field.sm input[data-com-onepassword-filled]:hover {
@@ -3230,7 +3230,7 @@ popout[data-popper-placement^='right']::after,
3230
3230
  .dr-form-field.sm input[data-com-onepassword-filled]:focus {
3231
3231
  -webkit-text-fill-color: var(--input-color-focused);
3232
3232
  -webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
3233
- transition-delay: calc(infinity * 1s);
3233
+ transition: background-color calc(infinity * 1s);
3234
3234
  }
3235
3235
  .dr-form-field.md input {
3236
3236
  /* stylelint-disable-next-line dr-custom/no-unexpected-spacing-definitions */
@@ -3284,7 +3284,7 @@ popout[data-popper-placement^='right']::after,
3284
3284
  border: none;
3285
3285
  -webkit-text-fill-color: var(--input-color);
3286
3286
  -webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
3287
- transition-delay: calc(infinity * 1s);
3287
+ transition: background-color calc(infinity * 1s);
3288
3288
  }
3289
3289
  .dr-form-field.md input:-webkit-autofill:hover,
3290
3290
  .dr-form-field.md input[data-com-onepassword-filled]:hover {
@@ -3294,7 +3294,7 @@ popout[data-popper-placement^='right']::after,
3294
3294
  .dr-form-field.md input[data-com-onepassword-filled]:focus {
3295
3295
  -webkit-text-fill-color: var(--input-color-focused);
3296
3296
  -webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
3297
- transition-delay: calc(infinity * 1s);
3297
+ transition: background-color calc(infinity * 1s);
3298
3298
  }
3299
3299
  .dr-form-field.lg input {
3300
3300
  /* stylelint-disable-next-line dr-custom/no-unexpected-spacing-definitions */
@@ -3348,7 +3348,7 @@ popout[data-popper-placement^='right']::after,
3348
3348
  border: none;
3349
3349
  -webkit-text-fill-color: var(--input-color);
3350
3350
  -webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
3351
- transition-delay: calc(infinity * 1s);
3351
+ transition: background-color calc(infinity * 1s);
3352
3352
  }
3353
3353
  .dr-form-field.lg input:-webkit-autofill:hover,
3354
3354
  .dr-form-field.lg input[data-com-onepassword-filled]:hover {
@@ -3358,7 +3358,7 @@ popout[data-popper-placement^='right']::after,
3358
3358
  .dr-form-field.lg input[data-com-onepassword-filled]:focus {
3359
3359
  -webkit-text-fill-color: var(--input-color-focused);
3360
3360
  -webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
3361
- transition-delay: calc(infinity * 1s);
3361
+ transition: background-color calc(infinity * 1s);
3362
3362
  }
3363
3363
  .dr-form-field.xl input {
3364
3364
  height: 3.125rem;
@@ -3414,7 +3414,7 @@ popout[data-popper-placement^='right']::after,
3414
3414
  border: none;
3415
3415
  -webkit-text-fill-color: var(--input-color);
3416
3416
  -webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.875rem var(--input-bg) inset;
3417
- transition-delay: calc(infinity * 1s);
3417
+ transition: background-color calc(infinity * 1s);
3418
3418
  }
3419
3419
  .dr-form-field.xl input:-webkit-autofill:hover,
3420
3420
  .dr-form-field.xl input[data-com-onepassword-filled]:hover {
@@ -3424,7 +3424,7 @@ popout[data-popper-placement^='right']::after,
3424
3424
  .dr-form-field.xl input[data-com-onepassword-filled]:focus {
3425
3425
  -webkit-text-fill-color: var(--input-color-focused);
3426
3426
  -webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.875rem var(--input-bg-focused-autofill) inset;
3427
- transition-delay: calc(infinity * 1s);
3427
+ transition: background-color calc(infinity * 1s);
3428
3428
  }
3429
3429
  .dr-form-field textarea {
3430
3430
  font-family: inherit;
@@ -4176,7 +4176,7 @@ popout[data-popper-placement^='right']::after,
4176
4176
  border: none;
4177
4177
  -webkit-text-fill-color: var(--input-color);
4178
4178
  -webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
4179
- transition-delay: calc(infinity * 1s);
4179
+ transition: background-color calc(infinity * 1s);
4180
4180
  }
4181
4181
  .dropdown-selectbox-trigger:-webkit-autofill:hover,
4182
4182
  .dropdown-selectbox-trigger[data-com-onepassword-filled]:hover {
@@ -4186,7 +4186,7 @@ popout[data-popper-placement^='right']::after,
4186
4186
  .dropdown-selectbox-trigger[data-com-onepassword-filled]:focus {
4187
4187
  -webkit-text-fill-color: var(--input-color-focused);
4188
4188
  -webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
4189
- transition-delay: calc(infinity * 1s);
4189
+ transition: background-color calc(infinity * 1s);
4190
4190
  }
4191
4191
  .dropdown-selectbox-trigger:hover {
4192
4192
  border: var(--dropdown-selectbox-trigger-border);
@@ -8838,7 +8838,7 @@ td.rdtYear {
8838
8838
  border: none;
8839
8839
  -webkit-text-fill-color: var(--input-color);
8840
8840
  -webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
8841
- transition-delay: calc(infinity * 1s);
8841
+ transition: background-color calc(infinity * 1s);
8842
8842
  }
8843
8843
  .file-upload-input .file-input-group:-webkit-autofill:hover,
8844
8844
  .file-upload-input .file-input-group[data-com-onepassword-filled]:hover {
@@ -8848,7 +8848,7 @@ td.rdtYear {
8848
8848
  .file-upload-input .file-input-group[data-com-onepassword-filled]:focus {
8849
8849
  -webkit-text-fill-color: var(--input-color-focused);
8850
8850
  -webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
8851
- transition-delay: calc(infinity * 1s);
8851
+ transition: background-color calc(infinity * 1s);
8852
8852
  }
8853
8853
  .file-upload-input .file-input-group > label {
8854
8854
  flex: 1;