@databricks/design-system 1.4.2 → 1.5.0
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/dist/design-system/Button/Button.d.ts +2 -1
- package/dist/design-system/Button/Button.d.ts.map +1 -1
- package/dist/design-system/Button/styles.d.ts +1 -0
- package/dist/design-system/Button/styles.d.ts.map +1 -1
- package/dist/design-system/DesignSystemProvider/DesignSystemProvider.d.ts +3 -2
- package/dist/design-system/DesignSystemProvider/DesignSystemProvider.d.ts.map +1 -1
- package/dist/design-system/Dropdown/Dropdown.d.ts +3 -0
- package/dist/design-system/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/design-system/DropdownMenu/DropdownMenu.d.ts +11 -1
- package/dist/design-system/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/design-system/FormMessage/FormMessage.d.ts.map +1 -1
- package/dist/design-system/FormV2/FormV2.d.ts +6 -0
- package/dist/design-system/FormV2/FormV2.d.ts.map +1 -1
- package/dist/design-system/Hint/Hint.d.ts +2 -0
- package/dist/design-system/Hint/Hint.d.ts.map +1 -0
- package/dist/design-system/Input/Input.d.ts.map +1 -1
- package/dist/design-system/Label/Label.d.ts +6 -0
- package/dist/design-system/Label/Label.d.ts.map +1 -0
- package/dist/design-system/Menu/Menu.d.ts +6 -1
- package/dist/design-system/Menu/Menu.d.ts.map +1 -1
- package/dist/design-system/Select/Select.d.ts +21 -15
- package/dist/design-system/Select/Select.d.ts.map +1 -1
- package/dist/design-system/Spinner/Spinner.d.ts +7 -3
- package/dist/design-system/Spinner/Spinner.d.ts.map +1 -1
- package/dist/design-system/Tree/Tree.d.ts.map +1 -1
- package/dist/design-system/Typography/Link.d.ts.map +1 -1
- package/dist/design-system/utils/css-utils.d.ts +14 -1
- package/dist/design-system/utils/css-utils.d.ts.map +1 -1
- package/dist/flags.d.ts +3 -1
- package/dist/flags.d.ts.map +1 -1
- package/dist/index-dark.css +89 -89
- package/dist/index.css +89 -89
- package/dist/index.js +405 -248
- package/dist/index.js.map +1 -1
- package/dist/theme/spacing.d.ts +8 -0
- package/dist/theme/spacing.d.ts.map +1 -1
- package/dist/theme-dark.json +1 -0
- package/dist/theme-default.json +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/package.json +9 -9
- package/dist/cjs/index.js +0 -58812
- package/dist/cjs/index.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -3230,9 +3230,9 @@ a.du-bois-light-btn-sm {
|
|
|
3230
3230
|
.du-bois-light-select-single .du-bois-light-select-selector .du-bois-light-select-selection-search {
|
|
3231
3231
|
position: absolute;
|
|
3232
3232
|
top: 0;
|
|
3233
|
-
right:
|
|
3233
|
+
right: 12px;
|
|
3234
3234
|
bottom: 0;
|
|
3235
|
-
left:
|
|
3235
|
+
left: 12px;
|
|
3236
3236
|
}
|
|
3237
3237
|
.du-bois-light-select-single .du-bois-light-select-selector .du-bois-light-select-selection-search-input {
|
|
3238
3238
|
width: 100%;
|
|
@@ -3265,7 +3265,7 @@ a.du-bois-light-btn-sm {
|
|
|
3265
3265
|
content: '\a0';
|
|
3266
3266
|
}
|
|
3267
3267
|
.du-bois-light-select-single.du-bois-light-select-show-arrow .du-bois-light-select-selection-search {
|
|
3268
|
-
right:
|
|
3268
|
+
right: 25px;
|
|
3269
3269
|
}
|
|
3270
3270
|
.du-bois-light-select-single.du-bois-light-select-show-arrow .du-bois-light-select-selection-item,
|
|
3271
3271
|
.du-bois-light-select-single.du-bois-light-select-show-arrow .du-bois-light-select-selection-placeholder {
|
|
@@ -3277,7 +3277,7 @@ a.du-bois-light-btn-sm {
|
|
|
3277
3277
|
.du-bois-light-select-single:not(.du-bois-light-select-customize-input) .du-bois-light-select-selector {
|
|
3278
3278
|
width: 100%;
|
|
3279
3279
|
height: 40px;
|
|
3280
|
-
padding: 0
|
|
3280
|
+
padding: 0 12px;
|
|
3281
3281
|
}
|
|
3282
3282
|
.du-bois-light-select-single:not(.du-bois-light-select-customize-input) .du-bois-light-select-selector .du-bois-light-select-selection-search-input {
|
|
3283
3283
|
height: 38px;
|
|
@@ -3296,7 +3296,7 @@ a.du-bois-light-btn-sm {
|
|
|
3296
3296
|
position: absolute;
|
|
3297
3297
|
right: 0;
|
|
3298
3298
|
left: 0;
|
|
3299
|
-
padding: 0
|
|
3299
|
+
padding: 0 12px;
|
|
3300
3300
|
}
|
|
3301
3301
|
.du-bois-light-select-single.du-bois-light-select-customize-input .du-bois-light-select-selector .du-bois-light-select-selection-placeholder::after {
|
|
3302
3302
|
display: none;
|
|
@@ -3324,21 +3324,21 @@ a.du-bois-light-btn-sm {
|
|
|
3324
3324
|
height: 30px;
|
|
3325
3325
|
}
|
|
3326
3326
|
.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input) .du-bois-light-select-selection-search {
|
|
3327
|
-
right:
|
|
3328
|
-
left:
|
|
3327
|
+
right: 12px;
|
|
3328
|
+
left: 12px;
|
|
3329
3329
|
}
|
|
3330
3330
|
.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input) .du-bois-light-select-selector {
|
|
3331
|
-
padding: 0
|
|
3331
|
+
padding: 0 12px;
|
|
3332
3332
|
}
|
|
3333
3333
|
.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input).du-bois-light-select-show-arrow .du-bois-light-select-selection-search {
|
|
3334
|
-
right:
|
|
3334
|
+
right: 31.5px;
|
|
3335
3335
|
}
|
|
3336
3336
|
.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input).du-bois-light-select-show-arrow .du-bois-light-select-selection-item,
|
|
3337
3337
|
.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input).du-bois-light-select-show-arrow .du-bois-light-select-selection-placeholder {
|
|
3338
3338
|
padding-right: 19.5px;
|
|
3339
3339
|
}
|
|
3340
3340
|
.du-bois-light-select-single.du-bois-light-select-lg:not(.du-bois-light-select-customize-input) .du-bois-light-select-selector {
|
|
3341
|
-
padding: 0
|
|
3341
|
+
padding: 0 12px;
|
|
3342
3342
|
}
|
|
3343
3343
|
/**
|
|
3344
3344
|
* Do not merge `height` & `line-height` under style with `selection` & `search`,
|
|
@@ -3360,7 +3360,7 @@ a.du-bois-light-btn-sm {
|
|
|
3360
3360
|
display: flex;
|
|
3361
3361
|
flex-wrap: wrap;
|
|
3362
3362
|
align-items: center;
|
|
3363
|
-
padding:
|
|
3363
|
+
padding: 1px 5px;
|
|
3364
3364
|
}
|
|
3365
3365
|
.du-bois-light-select-show-search.du-bois-light-select-multiple .du-bois-light-select-selector {
|
|
3366
3366
|
cursor: text;
|
|
@@ -3372,8 +3372,8 @@ a.du-bois-light-btn-sm {
|
|
|
3372
3372
|
.du-bois-light-select-multiple .du-bois-light-select-selector::after {
|
|
3373
3373
|
display: inline-block;
|
|
3374
3374
|
width: 0;
|
|
3375
|
-
margin:
|
|
3376
|
-
line-height:
|
|
3375
|
+
margin: 3px 0;
|
|
3376
|
+
line-height: 30px;
|
|
3377
3377
|
content: '\a0';
|
|
3378
3378
|
}
|
|
3379
3379
|
.du-bois-light-select-multiple.du-bois-light-select-show-arrow .du-bois-light-select-selector,
|
|
@@ -3386,17 +3386,17 @@ a.du-bois-light-btn-sm {
|
|
|
3386
3386
|
flex: none;
|
|
3387
3387
|
box-sizing: border-box;
|
|
3388
3388
|
max-width: 100%;
|
|
3389
|
-
height:
|
|
3390
|
-
margin-top:
|
|
3391
|
-
margin-bottom:
|
|
3392
|
-
line-height:
|
|
3389
|
+
height: 30px;
|
|
3390
|
+
margin-top: 3px;
|
|
3391
|
+
margin-bottom: 3px;
|
|
3392
|
+
line-height: 28px;
|
|
3393
3393
|
background: #f5f5f5;
|
|
3394
3394
|
border: 1px solid #f0f0f0;
|
|
3395
3395
|
border-radius: 4px;
|
|
3396
3396
|
cursor: default;
|
|
3397
3397
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
3398
3398
|
user-select: none;
|
|
3399
|
-
margin-inline-end:
|
|
3399
|
+
margin-inline-end: 5px;
|
|
3400
3400
|
padding-inline-start: 4px;
|
|
3401
3401
|
padding-inline-end: 2px;
|
|
3402
3402
|
}
|
|
@@ -3453,15 +3453,15 @@ a.du-bois-light-btn-sm {
|
|
|
3453
3453
|
.du-bois-light-select-multiple .du-bois-light-select-selection-search {
|
|
3454
3454
|
position: relative;
|
|
3455
3455
|
max-width: 100%;
|
|
3456
|
-
margin-top:
|
|
3457
|
-
margin-bottom:
|
|
3458
|
-
margin-inline-start:
|
|
3456
|
+
margin-top: 3px;
|
|
3457
|
+
margin-bottom: 3px;
|
|
3458
|
+
margin-inline-start: 7px;
|
|
3459
3459
|
}
|
|
3460
3460
|
.du-bois-light-select-multiple .du-bois-light-select-selection-search-input,
|
|
3461
3461
|
.du-bois-light-select-multiple .du-bois-light-select-selection-search-mirror {
|
|
3462
|
-
height:
|
|
3462
|
+
height: 30px;
|
|
3463
3463
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
3464
|
-
line-height:
|
|
3464
|
+
line-height: 30px;
|
|
3465
3465
|
transition: all 0.3s;
|
|
3466
3466
|
}
|
|
3467
3467
|
.du-bois-light-select-multiple .du-bois-light-select-selection-search-input {
|
|
@@ -3479,45 +3479,45 @@ a.du-bois-light-btn-sm {
|
|
|
3479
3479
|
.du-bois-light-select-multiple .du-bois-light-select-selection-placeholder {
|
|
3480
3480
|
position: absolute;
|
|
3481
3481
|
top: 50%;
|
|
3482
|
-
right:
|
|
3483
|
-
left:
|
|
3482
|
+
right: 12px;
|
|
3483
|
+
left: 12px;
|
|
3484
3484
|
transform: translateY(-50%);
|
|
3485
3485
|
transition: all 0.3s;
|
|
3486
3486
|
}
|
|
3487
3487
|
.du-bois-light-select-multiple.du-bois-light-select-lg .du-bois-light-select-selector::after {
|
|
3488
|
-
line-height:
|
|
3488
|
+
line-height: 30px;
|
|
3489
3489
|
}
|
|
3490
3490
|
.du-bois-light-select-multiple.du-bois-light-select-lg .du-bois-light-select-selection-item {
|
|
3491
|
-
height:
|
|
3492
|
-
line-height:
|
|
3491
|
+
height: 30px;
|
|
3492
|
+
line-height: 28px;
|
|
3493
3493
|
}
|
|
3494
3494
|
.du-bois-light-select-multiple.du-bois-light-select-lg .du-bois-light-select-selection-search {
|
|
3495
|
-
height:
|
|
3496
|
-
line-height:
|
|
3495
|
+
height: 30px;
|
|
3496
|
+
line-height: 30px;
|
|
3497
3497
|
}
|
|
3498
3498
|
.du-bois-light-select-multiple.du-bois-light-select-lg .du-bois-light-select-selection-search-input,
|
|
3499
3499
|
.du-bois-light-select-multiple.du-bois-light-select-lg .du-bois-light-select-selection-search-mirror {
|
|
3500
|
-
height:
|
|
3501
|
-
line-height:
|
|
3500
|
+
height: 30px;
|
|
3501
|
+
line-height: 28px;
|
|
3502
3502
|
}
|
|
3503
3503
|
.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selector::after {
|
|
3504
|
-
line-height:
|
|
3504
|
+
line-height: 22px;
|
|
3505
3505
|
}
|
|
3506
3506
|
.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selection-item {
|
|
3507
|
-
height:
|
|
3508
|
-
line-height:
|
|
3507
|
+
height: 22px;
|
|
3508
|
+
line-height: 20px;
|
|
3509
3509
|
}
|
|
3510
3510
|
.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selection-search {
|
|
3511
|
-
height:
|
|
3512
|
-
line-height:
|
|
3511
|
+
height: 22px;
|
|
3512
|
+
line-height: 22px;
|
|
3513
3513
|
}
|
|
3514
3514
|
.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selection-search-input,
|
|
3515
3515
|
.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selection-search-mirror {
|
|
3516
|
-
height:
|
|
3517
|
-
line-height:
|
|
3516
|
+
height: 22px;
|
|
3517
|
+
line-height: 20px;
|
|
3518
3518
|
}
|
|
3519
3519
|
.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selection-placeholder {
|
|
3520
|
-
left:
|
|
3520
|
+
left: 12px;
|
|
3521
3521
|
}
|
|
3522
3522
|
.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selection-search {
|
|
3523
3523
|
margin-inline-start: 3px;
|
|
@@ -3827,7 +3827,7 @@ a.du-bois-light-btn-sm {
|
|
|
3827
3827
|
}
|
|
3828
3828
|
.du-bois-light-select-rtl.du-bois-light-select-multiple.du-bois-light-select-show-arrow .du-bois-light-select-selector,
|
|
3829
3829
|
.du-bois-light-select-rtl.du-bois-light-select-multiple.du-bois-light-select-allow-clear .du-bois-light-select-selector {
|
|
3830
|
-
padding-right:
|
|
3830
|
+
padding-right: 5px;
|
|
3831
3831
|
padding-left: 20px;
|
|
3832
3832
|
}
|
|
3833
3833
|
.du-bois-light-select-rtl.du-bois-light-select-multiple .du-bois-light-select-selection-item {
|
|
@@ -3843,11 +3843,11 @@ a.du-bois-light-btn-sm {
|
|
|
3843
3843
|
left: auto;
|
|
3844
3844
|
}
|
|
3845
3845
|
.du-bois-light-select-rtl.du-bois-light-select-multiple .du-bois-light-select-selection-placeholder {
|
|
3846
|
-
right:
|
|
3846
|
+
right: 12px;
|
|
3847
3847
|
left: auto;
|
|
3848
3848
|
}
|
|
3849
3849
|
.du-bois-light-select-rtl.du-bois-light-select-multiple.du-bois-light-select-sm .du-bois-light-select-selection-placeholder {
|
|
3850
|
-
right:
|
|
3850
|
+
right: 12px;
|
|
3851
3851
|
}
|
|
3852
3852
|
.du-bois-light-select-rtl.du-bois-light-select-single .du-bois-light-select-selector .du-bois-light-select-selection-item,
|
|
3853
3853
|
.du-bois-light-select-rtl.du-bois-light-select-single .du-bois-light-select-selector .du-bois-light-select-selection-placeholder {
|
|
@@ -3856,8 +3856,8 @@ a.du-bois-light-btn-sm {
|
|
|
3856
3856
|
text-align: right;
|
|
3857
3857
|
}
|
|
3858
3858
|
.du-bois-light-select-rtl.du-bois-light-select-single.du-bois-light-select-show-arrow .du-bois-light-select-selection-search {
|
|
3859
|
-
right:
|
|
3860
|
-
left:
|
|
3859
|
+
right: 12px;
|
|
3860
|
+
left: 25px;
|
|
3861
3861
|
}
|
|
3862
3862
|
.du-bois-light-select-rtl.du-bois-light-select-single.du-bois-light-select-show-arrow .du-bois-light-select-selection-item,
|
|
3863
3863
|
.du-bois-light-select-rtl.du-bois-light-select-single.du-bois-light-select-show-arrow .du-bois-light-select-selection-placeholder {
|
|
@@ -3865,7 +3865,7 @@ a.du-bois-light-btn-sm {
|
|
|
3865
3865
|
padding-left: 17px;
|
|
3866
3866
|
}
|
|
3867
3867
|
.du-bois-light-select-rtl.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input).du-bois-light-select-show-arrow .du-bois-light-select-selection-search {
|
|
3868
|
-
right:
|
|
3868
|
+
right: 11px;
|
|
3869
3869
|
}
|
|
3870
3870
|
.du-bois-light-select-rtl.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input).du-bois-light-select-show-arrow .du-bois-light-select-selection-item,
|
|
3871
3871
|
.du-bois-light-select-rtl.du-bois-light-select-single.du-bois-light-select-sm:not(.du-bois-light-select-customize-input).du-bois-light-select-show-arrow .du-bois-light-select-selection-placeholder {
|
|
@@ -4109,7 +4109,7 @@ a.du-bois-light-btn-sm {
|
|
|
4109
4109
|
line-height: 20px;
|
|
4110
4110
|
list-style: none;
|
|
4111
4111
|
font-feature-settings: 'tnum';
|
|
4112
|
-
padding: 0
|
|
4112
|
+
padding: 0 12px 0;
|
|
4113
4113
|
position: relative;
|
|
4114
4114
|
display: inline-flex;
|
|
4115
4115
|
align-items: center;
|
|
@@ -4153,7 +4153,7 @@ a.du-bois-light-btn-sm {
|
|
|
4153
4153
|
display: inline-block;
|
|
4154
4154
|
width: 100%;
|
|
4155
4155
|
min-width: 0;
|
|
4156
|
-
padding:
|
|
4156
|
+
padding: 5px 12px;
|
|
4157
4157
|
color: #1F272D;
|
|
4158
4158
|
font-size: 13px;
|
|
4159
4159
|
line-height: 20px;
|
|
@@ -4228,11 +4228,11 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4228
4228
|
transition: all 0.3s, height 0s;
|
|
4229
4229
|
}
|
|
4230
4230
|
.du-bois-light-picker-input > input-lg {
|
|
4231
|
-
padding:
|
|
4231
|
+
padding: 5px 12px;
|
|
4232
4232
|
font-size: 18px;
|
|
4233
4233
|
}
|
|
4234
4234
|
.du-bois-light-picker-input > input-sm {
|
|
4235
|
-
padding:
|
|
4235
|
+
padding: 5px 12px;
|
|
4236
4236
|
}
|
|
4237
4237
|
.du-bois-light-picker-input > input:focus {
|
|
4238
4238
|
box-shadow: none;
|
|
@@ -4247,13 +4247,13 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4247
4247
|
color: #bfbfbf;
|
|
4248
4248
|
}
|
|
4249
4249
|
.du-bois-light-picker-large {
|
|
4250
|
-
padding: 0
|
|
4250
|
+
padding: 0 12px 0;
|
|
4251
4251
|
}
|
|
4252
4252
|
.du-bois-light-picker-large .du-bois-light-picker-input > input {
|
|
4253
4253
|
font-size: 18px;
|
|
4254
4254
|
}
|
|
4255
4255
|
.du-bois-light-picker-small {
|
|
4256
|
-
padding: 0
|
|
4256
|
+
padding: 0 12px 0;
|
|
4257
4257
|
}
|
|
4258
4258
|
.du-bois-light-picker-suffix {
|
|
4259
4259
|
align-self: center;
|
|
@@ -4304,7 +4304,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4304
4304
|
display: inline-flex;
|
|
4305
4305
|
}
|
|
4306
4306
|
.du-bois-light-picker-range .du-bois-light-picker-clear {
|
|
4307
|
-
right:
|
|
4307
|
+
right: 12px;
|
|
4308
4308
|
}
|
|
4309
4309
|
.du-bois-light-picker-range:hover .du-bois-light-picker-clear {
|
|
4310
4310
|
opacity: 1;
|
|
@@ -4312,7 +4312,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4312
4312
|
.du-bois-light-picker-range .du-bois-light-picker-active-bar {
|
|
4313
4313
|
bottom: -1px;
|
|
4314
4314
|
height: 2px;
|
|
4315
|
-
margin-left:
|
|
4315
|
+
margin-left: 12px;
|
|
4316
4316
|
background: #2272B4;
|
|
4317
4317
|
opacity: 0;
|
|
4318
4318
|
transition: all 0.3s ease-out;
|
|
@@ -4327,10 +4327,10 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4327
4327
|
line-height: 1;
|
|
4328
4328
|
}
|
|
4329
4329
|
.du-bois-light-picker-range.du-bois-light-picker-small .du-bois-light-picker-clear {
|
|
4330
|
-
right:
|
|
4330
|
+
right: 12px;
|
|
4331
4331
|
}
|
|
4332
4332
|
.du-bois-light-picker-range.du-bois-light-picker-small .du-bois-light-picker-active-bar {
|
|
4333
|
-
margin-left:
|
|
4333
|
+
margin-left: 12px;
|
|
4334
4334
|
}
|
|
4335
4335
|
.du-bois-light-picker-dropdown {
|
|
4336
4336
|
box-sizing: border-box;
|
|
@@ -4417,7 +4417,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4417
4417
|
display: none;
|
|
4418
4418
|
width: 10px;
|
|
4419
4419
|
height: 10px;
|
|
4420
|
-
margin-left:
|
|
4420
|
+
margin-left: 18px;
|
|
4421
4421
|
box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
|
|
4422
4422
|
transition: left 0.3s ease-out;
|
|
4423
4423
|
}
|
|
@@ -4977,14 +4977,14 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
4977
4977
|
}
|
|
4978
4978
|
.du-bois-light-picker-rtl.du-bois-light-picker-range .du-bois-light-picker-clear {
|
|
4979
4979
|
right: auto;
|
|
4980
|
-
left:
|
|
4980
|
+
left: 12px;
|
|
4981
4981
|
}
|
|
4982
4982
|
.du-bois-light-picker-rtl.du-bois-light-picker-range .du-bois-light-picker-active-bar {
|
|
4983
|
-
margin-right:
|
|
4983
|
+
margin-right: 12px;
|
|
4984
4984
|
margin-left: 0;
|
|
4985
4985
|
}
|
|
4986
4986
|
.du-bois-light-picker-rtl.du-bois-light-picker-range.du-bois-light-picker-small .du-bois-light-picker-active-bar {
|
|
4987
|
-
margin-right:
|
|
4987
|
+
margin-right: 12px;
|
|
4988
4988
|
}
|
|
4989
4989
|
.du-bois-light-picker-dropdown-rtl .du-bois-light-picker-ranges {
|
|
4990
4990
|
text-align: right;
|
|
@@ -5989,13 +5989,13 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5989
5989
|
right: 32px;
|
|
5990
5990
|
}
|
|
5991
5991
|
.du-bois-light-form-item-has-feedback .du-bois-light-picker {
|
|
5992
|
-
padding-right:
|
|
5992
|
+
padding-right: 28.9px;
|
|
5993
5993
|
}
|
|
5994
5994
|
.du-bois-light-form-item-has-feedback .du-bois-light-picker-large {
|
|
5995
|
-
padding-right:
|
|
5995
|
+
padding-right: 28.9px;
|
|
5996
5996
|
}
|
|
5997
5997
|
.du-bois-light-form-item-has-feedback .du-bois-light-picker-small {
|
|
5998
|
-
padding-right:
|
|
5998
|
+
padding-right: 28.9px;
|
|
5999
5999
|
}
|
|
6000
6000
|
.du-bois-light-form-item-has-feedback.du-bois-light-form-item-has-success .du-bois-light-form-item-children-icon,
|
|
6001
6001
|
.du-bois-light-form-item-has-feedback.du-bois-light-form-item-has-warning .du-bois-light-form-item-children-icon,
|
|
@@ -6494,11 +6494,11 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
6494
6494
|
width: 100%;
|
|
6495
6495
|
}
|
|
6496
6496
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback .du-bois-light-input {
|
|
6497
|
-
padding-right:
|
|
6497
|
+
padding-right: 12px;
|
|
6498
6498
|
padding-left: 24px;
|
|
6499
6499
|
}
|
|
6500
6500
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback .du-bois-light-input-affix-wrapper .du-bois-light-input-suffix {
|
|
6501
|
-
padding-right:
|
|
6501
|
+
padding-right: 12px;
|
|
6502
6502
|
padding-left: 18px;
|
|
6503
6503
|
}
|
|
6504
6504
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback .du-bois-light-input-affix-wrapper .du-bois-light-input {
|
|
@@ -6532,16 +6532,16 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
6532
6532
|
left: 32px;
|
|
6533
6533
|
}
|
|
6534
6534
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback .du-bois-light-picker {
|
|
6535
|
-
padding-right:
|
|
6536
|
-
padding-left:
|
|
6535
|
+
padding-right: 12px;
|
|
6536
|
+
padding-left: 28.9px;
|
|
6537
6537
|
}
|
|
6538
6538
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback .du-bois-light-picker-large {
|
|
6539
|
-
padding-right:
|
|
6540
|
-
padding-left:
|
|
6539
|
+
padding-right: 12px;
|
|
6540
|
+
padding-left: 28.9px;
|
|
6541
6541
|
}
|
|
6542
6542
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback .du-bois-light-picker-small {
|
|
6543
|
-
padding-right:
|
|
6544
|
-
padding-left:
|
|
6543
|
+
padding-right: 12px;
|
|
6544
|
+
padding-left: 28.9px;
|
|
6545
6545
|
}
|
|
6546
6546
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback.du-bois-light-form-item-has-success .du-bois-light-form-item-children-icon,
|
|
6547
6547
|
.du-bois-light-form-rtl .du-bois-light-form-item-has-feedback.du-bois-light-form-item-has-warning .du-bois-light-form-item-children-icon,
|
|
@@ -11994,7 +11994,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
11994
11994
|
display: inline-block;
|
|
11995
11995
|
width: 100%;
|
|
11996
11996
|
min-width: 0;
|
|
11997
|
-
padding:
|
|
11997
|
+
padding: 5px 12px;
|
|
11998
11998
|
color: #1F272D;
|
|
11999
11999
|
font-size: 13px;
|
|
12000
12000
|
line-height: 20px;
|
|
@@ -12073,11 +12073,11 @@ textarea.du-bois-light-input-affix-wrapper {
|
|
|
12073
12073
|
transition: all 0.3s, height 0s;
|
|
12074
12074
|
}
|
|
12075
12075
|
.du-bois-light-input-affix-wrapper-lg {
|
|
12076
|
-
padding:
|
|
12076
|
+
padding: 5px 12px;
|
|
12077
12077
|
font-size: 18px;
|
|
12078
12078
|
}
|
|
12079
12079
|
.du-bois-light-input-affix-wrapper-sm {
|
|
12080
|
-
padding:
|
|
12080
|
+
padding: 5px 12px;
|
|
12081
12081
|
}
|
|
12082
12082
|
.du-bois-light-input-affix-wrapper-rtl {
|
|
12083
12083
|
direction: rtl;
|
|
@@ -12167,7 +12167,7 @@ textarea.du-bois-light-input-affix-wrapper {
|
|
|
12167
12167
|
display: inline-block;
|
|
12168
12168
|
width: 100%;
|
|
12169
12169
|
min-width: 0;
|
|
12170
|
-
padding:
|
|
12170
|
+
padding: 5px 12px;
|
|
12171
12171
|
color: #1F272D;
|
|
12172
12172
|
font-size: 13px;
|
|
12173
12173
|
line-height: 20px;
|
|
@@ -12245,11 +12245,11 @@ textarea.du-bois-light-input {
|
|
|
12245
12245
|
transition: all 0.3s, height 0s;
|
|
12246
12246
|
}
|
|
12247
12247
|
.du-bois-light-input-lg {
|
|
12248
|
-
padding:
|
|
12248
|
+
padding: 5px 12px;
|
|
12249
12249
|
font-size: 18px;
|
|
12250
12250
|
}
|
|
12251
12251
|
.du-bois-light-input-sm {
|
|
12252
|
-
padding:
|
|
12252
|
+
padding: 5px 12px;
|
|
12253
12253
|
}
|
|
12254
12254
|
.du-bois-light-input-rtl {
|
|
12255
12255
|
direction: rtl;
|
|
@@ -12319,7 +12319,7 @@ textarea.du-bois-light-input {
|
|
|
12319
12319
|
}
|
|
12320
12320
|
.du-bois-light-input-group-addon {
|
|
12321
12321
|
position: relative;
|
|
12322
|
-
padding: 0
|
|
12322
|
+
padding: 0 12px;
|
|
12323
12323
|
color: #1F272D;
|
|
12324
12324
|
font-weight: normal;
|
|
12325
12325
|
font-size: 13px;
|
|
@@ -12330,7 +12330,7 @@ textarea.du-bois-light-input {
|
|
|
12330
12330
|
transition: all 0.3s;
|
|
12331
12331
|
}
|
|
12332
12332
|
.du-bois-light-input-group-addon .du-bois-light-select {
|
|
12333
|
-
margin: -
|
|
12333
|
+
margin: -6px -12px;
|
|
12334
12334
|
}
|
|
12335
12335
|
.du-bois-light-input-group-addon .du-bois-light-select.du-bois-light-select-single:not(.du-bois-light-select-customize-input) .du-bois-light-select-selector {
|
|
12336
12336
|
background-color: inherit;
|
|
@@ -12386,12 +12386,12 @@ textarea.du-bois-light-input {
|
|
|
12386
12386
|
}
|
|
12387
12387
|
.du-bois-light-input-group-lg .du-bois-light-input,
|
|
12388
12388
|
.du-bois-light-input-group-lg > .du-bois-light-input-group-addon {
|
|
12389
|
-
padding:
|
|
12389
|
+
padding: 5px 12px;
|
|
12390
12390
|
font-size: 18px;
|
|
12391
12391
|
}
|
|
12392
12392
|
.du-bois-light-input-group-sm .du-bois-light-input,
|
|
12393
12393
|
.du-bois-light-input-group-sm > .du-bois-light-input-group-addon {
|
|
12394
|
-
padding:
|
|
12394
|
+
padding: 5px 12px;
|
|
12395
12395
|
}
|
|
12396
12396
|
.du-bois-light-input-group-lg .du-bois-light-select-single .du-bois-light-select-selector {
|
|
12397
12397
|
height: 40px;
|
|
@@ -16339,7 +16339,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
16339
16339
|
display: inline-block;
|
|
16340
16340
|
width: 100%;
|
|
16341
16341
|
min-width: 0;
|
|
16342
|
-
padding:
|
|
16342
|
+
padding: 5px 12px;
|
|
16343
16343
|
color: #1F272D;
|
|
16344
16344
|
font-size: 13px;
|
|
16345
16345
|
line-height: 20px;
|
|
@@ -16411,11 +16411,11 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
16411
16411
|
transition: all 0.3s, height 0s;
|
|
16412
16412
|
}
|
|
16413
16413
|
.du-bois-light-pagination-options-quick-jumper input-lg {
|
|
16414
|
-
padding:
|
|
16414
|
+
padding: 5px 12px;
|
|
16415
16415
|
font-size: 18px;
|
|
16416
16416
|
}
|
|
16417
16417
|
.du-bois-light-pagination-options-quick-jumper input-sm {
|
|
16418
|
-
padding:
|
|
16418
|
+
padding: 5px 12px;
|
|
16419
16419
|
}
|
|
16420
16420
|
.du-bois-light-pagination-simple .du-bois-light-pagination-prev,
|
|
16421
16421
|
.du-bois-light-pagination-simple .du-bois-light-pagination-next {
|
|
@@ -16509,7 +16509,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
16509
16509
|
line-height: 24px;
|
|
16510
16510
|
}
|
|
16511
16511
|
.du-bois-light-pagination.mini .du-bois-light-pagination-options-quick-jumper input {
|
|
16512
|
-
padding:
|
|
16512
|
+
padding: 5px 12px;
|
|
16513
16513
|
width: 44px;
|
|
16514
16514
|
height: 32px;
|
|
16515
16515
|
}
|
|
@@ -17901,9 +17901,9 @@ a.du-bois-light-typography.du-bois-light-typography-disabled:active,
|
|
|
17901
17901
|
position: relative;
|
|
17902
17902
|
}
|
|
17903
17903
|
div.du-bois-light-typography-edit-content {
|
|
17904
|
-
left: -
|
|
17905
|
-
margin-top: -
|
|
17906
|
-
margin-bottom: calc(1em -
|
|
17904
|
+
left: -13px;
|
|
17905
|
+
margin-top: -6px;
|
|
17906
|
+
margin-bottom: calc(1em - 5px - 1px);
|
|
17907
17907
|
}
|
|
17908
17908
|
.du-bois-light-typography-edit-content-confirm {
|
|
17909
17909
|
position: absolute;
|
|
@@ -17991,7 +17991,7 @@ span.du-bois-light-typography-ellipsis-single-line {
|
|
|
17991
17991
|
float: left;
|
|
17992
17992
|
}
|
|
17993
17993
|
div.du-bois-light-typography-edit-content.du-bois-light-typography-rtl {
|
|
17994
|
-
right: -
|
|
17994
|
+
right: -13px;
|
|
17995
17995
|
left: auto;
|
|
17996
17996
|
}
|
|
17997
17997
|
.du-bois-light-typography-rtl .du-bois-light-typography-edit-content-confirm {
|