amis 1.5.3 → 1.5.6-beta.4
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/README.md +5 -0
- package/lib/Root.js +1 -1
- package/lib/Root.js.map +2 -2
- package/lib/RootRenderer.d.ts +1 -1
- package/lib/RootRenderer.js +4 -3
- package/lib/RootRenderer.js.map +2 -2
- package/lib/SchemaRenderer.js +4 -4
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/components/Card.d.ts +96 -0
- package/lib/components/Card.js +85 -0
- package/lib/components/Card.js.map +13 -0
- package/lib/components/Collapse.js +4 -6
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +5 -3
- package/lib/components/CollapseGroup.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/LocationPicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/Picker.d.ts +503 -0
- package/lib/components/Picker.js +65 -0
- package/lib/components/Picker.js.map +13 -0
- package/lib/components/PickerColumn.d.ts +29 -459
- package/lib/components/PickerColumn.js +35 -44
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/Progress.js +1 -1
- package/lib/components/Progress.js.map +2 -2
- package/lib/components/Select.d.ts +238 -238
- package/lib/components/Select.js +9 -2
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.js +1 -4
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Switch.d.ts +6 -6
- package/lib/components/Switch.js.map +2 -2
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/calendar/Calendar.js +15 -0
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.js +4 -4
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +10 -0
- package/lib/components/calendar/TimeView.js +55 -2
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +9 -0
- package/lib/components/calendar/YearsView.js +19 -0
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/renderers/CRUD.d.ts +1 -1
- package/lib/renderers/CRUD.js +4 -3
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +81 -13
- package/lib/renderers/Card.js +178 -81
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Collapse.js +8 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +2 -2
- package/lib/renderers/Dialog.js +7 -7
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +2 -2
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +145 -37
- package/lib/renderers/Form/Editor.d.ts +144 -36
- package/lib/renderers/Form/Formula.js +5 -5
- package/lib/renderers/Form/Formula.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.js +3 -3
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +1 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js +4 -3
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +1 -1
- package/lib/renderers/Form/index.js +13 -2
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +3 -2
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Page.d.ts +3 -3
- package/lib/renderers/Page.js +4 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Wizard.d.ts +1 -1
- package/lib/renderers/Wizard.js +93 -36
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/store/combo.d.ts +160 -40
- package/lib/store/form.d.ts +64 -16
- package/lib/store/formItem.d.ts +4 -2
- package/lib/store/formItem.js +22 -7
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.d.ts +128 -32
- package/lib/themes/ang-ie11.css +177 -30
- package/lib/themes/ang.css +177 -30
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +177 -30
- package/lib/themes/antd.css +177 -30
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +177 -30
- package/lib/themes/cxd.css +177 -30
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +177 -30
- package/lib/themes/dark.css +177 -30
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +177 -30
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +7 -0
- package/lib/utils/helper.js +34 -7
- package/lib/utils/helper.js.map +2 -2
- package/package.json +2 -2
- package/schema.json +157 -13
- package/scss/_properties.scss +13 -2
- package/scss/components/_card.scss +155 -15
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +20 -14
- package/scss/components/form/_file.scss +2 -2
- package/scss/components/form/_selection.scss +4 -0
- package/scss/components/form/_switch.scss +6 -0
- package/sdk/ang-ie11.css +214 -40
- package/sdk/ang.css +216 -32
- package/sdk/antd-ie11.css +214 -40
- package/sdk/antd.css +216 -32
- package/sdk/charts.js +17 -17
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +206 -32
- package/sdk/cxd.css +216 -32
- package/sdk/dark-ie11.css +214 -40
- package/sdk/dark.css +216 -32
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +206 -32
- package/sdk/sdk.css +216 -32
- package/sdk/sdk.js +1302 -1208
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Root.tsx +1 -0
- package/src/RootRenderer.tsx +3 -3
- package/src/SchemaRenderer.tsx +4 -0
- package/src/components/Card.tsx +203 -0
- package/src/components/Collapse.tsx +19 -12
- package/src/components/CollapseGroup.tsx +9 -11
- package/src/components/DatePicker.tsx +3 -0
- package/src/components/Picker.tsx +145 -0
- package/src/components/PickerColumn.tsx +58 -95
- package/src/components/Progress.tsx +1 -1
- package/src/components/Select.tsx +17 -12
- package/src/components/Selection.tsx +1 -4
- package/src/components/Switch.tsx +7 -7
- package/src/components/calendar/Calendar.tsx +18 -0
- package/src/components/calendar/DaysView.tsx +6 -4
- package/src/components/calendar/TimeView.tsx +80 -5
- package/src/components/calendar/YearsView.tsx +44 -1
- package/src/components/index.tsx +2 -0
- package/src/renderers/CRUD.tsx +3 -3
- package/src/renderers/Card.tsx +299 -191
- package/src/renderers/Collapse.tsx +27 -27
- package/src/renderers/CollapseGroup.tsx +13 -12
- package/src/renderers/Dialog.tsx +8 -8
- package/src/renderers/Drawer.tsx +2 -2
- package/src/renderers/Form/Formula.tsx +7 -5
- package/src/renderers/Form/InputFile.tsx +7 -3
- package/src/renderers/Form/InputImage.tsx +1 -1
- package/src/renderers/Form/Item.tsx +2 -2
- package/src/renderers/Form/index.tsx +14 -2
- package/src/renderers/Form/wrapControl.tsx +5 -2
- package/src/renderers/Page.tsx +11 -10
- package/src/renderers/Wizard.tsx +52 -12
- package/src/store/formItem.ts +27 -6
- package/src/utils/helper.ts +35 -10
package/lib/themes/ang-ie11.css
CHANGED
@@ -53,6 +53,7 @@
|
|
53
53
|
--borderWidth: 0.0625rem;
|
54
54
|
--fontWeightNormal: 400;
|
55
55
|
--fontWeightBase: var(--fontWeightNormal);
|
56
|
+
--fontWeightMd: 500;
|
56
57
|
--fontWeightBold: 700;
|
57
58
|
--background: var(--white);
|
58
59
|
--code-color: var(--danger);
|
@@ -370,6 +371,14 @@
|
|
370
371
|
--Calendar-shortcuts-bg: transparent;
|
371
372
|
--Calendar-shortcuts-height: 1.875rem;
|
372
373
|
--Calendar-wLabel-color: #999;
|
374
|
+
--Calendar-icon-bottom: -0.25rem;
|
375
|
+
--Calendar-icon-width: 0.625rem;
|
376
|
+
--Calendar-icon-height: 0.625rem;
|
377
|
+
--Calendar-borderWidth: 0.0625rem;
|
378
|
+
--Calendar-rdt-day: 6.25rem;
|
379
|
+
--Calendar-schedule-content-padding: 0 0.25rem;
|
380
|
+
--Calendar-schedule-content-height: 1.25rem;
|
381
|
+
--Calendar-schedule-content-color: #fff;
|
373
382
|
--Card-actions-borderColor: #dfe2e6;
|
374
383
|
--Card-actions-fontSize: var(--fontSizeBase);
|
375
384
|
--Card-actions-onChecked-onHover-bg: #c2ecf9;
|
@@ -380,6 +389,7 @@
|
|
380
389
|
--Card-borderColor: var(--borderColor);
|
381
390
|
--Card-borderRadius: var(--borderRadius);
|
382
391
|
--Card-borderWidth: var(--borderWidth);
|
392
|
+
--Card-secondary-color: #83868c;
|
383
393
|
--Card-onChecked-bg: #d9f3fb;
|
384
394
|
--Card-onChecked-borderColor: #abe4f6;
|
385
395
|
--Card-onChecked-color: #20b9e8;
|
@@ -993,8 +1003,8 @@
|
|
993
1003
|
--PickerColumns-title-lineHeight: 1.5;
|
994
1004
|
--PickerColumns-action-padding: 0 var(--gap-sm);
|
995
1005
|
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
996
|
-
--PickerColumns-confirmAction-color:
|
997
|
-
--PickerColumns-cancelAction-color:
|
1006
|
+
--PickerColumns-confirmAction-color: #99a6ad;
|
1007
|
+
--PickerColumns-cancelAction-color: #dfe3e6;
|
998
1008
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
999
1009
|
--PickerColumns-optionText-color: var(--text-color);
|
1000
1010
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -4493,13 +4503,9 @@ input[type=button].a-Button--block {
|
|
4493
4503
|
position: relative;
|
4494
4504
|
background-color: var(--PickerColumns-bg);
|
4495
4505
|
user-select: none;
|
4496
|
-
|
4497
|
-
|
4498
|
-
|
4499
|
-
bottom: 0;
|
4500
|
-
left: 0;
|
4501
|
-
width: 100%;
|
4502
|
-
padding: 0 var(--gap-sm);
|
4506
|
+
flex: 1;
|
4507
|
+
overflow: hidden;
|
4508
|
+
font-size: var(--PickerColumns-option-fontSize);
|
4503
4509
|
}
|
4504
4510
|
.a-PickerColumns-toolbar {
|
4505
4511
|
display: flex;
|
@@ -4518,6 +4524,9 @@ input[type=button].a-Button--block {
|
|
4518
4524
|
.a-PickerColumns-cancel:active, .a-PickerColumns-confirm:active {
|
4519
4525
|
opacity: 0.7;
|
4520
4526
|
}
|
4527
|
+
.a-PickerColumns-cancel:hover, .a-PickerColumns-confirm:hover {
|
4528
|
+
background-color: none !important;
|
4529
|
+
}
|
4521
4530
|
.a-PickerColumns-confirm {
|
4522
4531
|
color: var(--PickerColumns-confirmAction-color);
|
4523
4532
|
}
|
@@ -4559,6 +4568,17 @@ input[type=button].a-Button--block {
|
|
4559
4568
|
transform: translateY(-50%);
|
4560
4569
|
pointer-events: none;
|
4561
4570
|
}
|
4571
|
+
.a-PickerColumns-frame::after {
|
4572
|
+
position: absolute;
|
4573
|
+
content: "";
|
4574
|
+
border-bottom: 1px solid var(--borderColor);
|
4575
|
+
border-top: 1px solid var(--borderColor);
|
4576
|
+
top: -50%;
|
4577
|
+
right: -50%;
|
4578
|
+
left: -50%;
|
4579
|
+
bottom: -50%;
|
4580
|
+
transform: scale(0.5);
|
4581
|
+
}
|
4562
4582
|
.a-PickerColumns-mask {
|
4563
4583
|
position: absolute;
|
4564
4584
|
top: 0;
|
@@ -4572,11 +4592,6 @@ input[type=button].a-Button--block {
|
|
4572
4592
|
transform: translateZ(0);
|
4573
4593
|
pointer-events: none;
|
4574
4594
|
}
|
4575
|
-
.a-PickerColumns-column {
|
4576
|
-
flex: 1;
|
4577
|
-
overflow: hidden;
|
4578
|
-
font-size: var(--PickerColumns-option-fontSize);
|
4579
|
-
}
|
4580
4595
|
.a-PickerColumns-columnWrapper {
|
4581
4596
|
margin: 0;
|
4582
4597
|
padding: 0;
|
@@ -5542,7 +5557,7 @@ input[type=button].a-Button--block {
|
|
5542
5557
|
.a-Nav .a-Nav-list--stacked .a-Nav-item.active > a, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a, .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a, .a-Nav .a-Nav-list--stacked .a-Badge.active > a, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a, .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
|
5543
5558
|
color: var(--Nav-item-onActive-color);
|
5544
5559
|
position: relative;
|
5545
|
-
background: var(--Nav-item-onActive-bg);
|
5560
|
+
background: var(--Nav-item-onActive-bg) !important;
|
5546
5561
|
}
|
5547
5562
|
.a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
|
5548
5563
|
transform: scaleY(1);
|
@@ -9239,8 +9254,9 @@ input[type=button].a-Button--block {
|
|
9239
9254
|
cursor: pointer;
|
9240
9255
|
}
|
9241
9256
|
.a-Card-title {
|
9242
|
-
color: var(--text
|
9257
|
+
color: var(--text-color);
|
9243
9258
|
font-size: var(--fontSizeMd);
|
9259
|
+
font-weight: var(--fontWeightMd);
|
9244
9260
|
white-space: nowrap;
|
9245
9261
|
overflow: hidden;
|
9246
9262
|
text-overflow: ellipsis;
|
@@ -9258,14 +9274,13 @@ input[type=button].a-Button--block {
|
|
9258
9274
|
margin-top: var(--gap-xs);
|
9259
9275
|
}
|
9260
9276
|
.a-Card-dragBtn {
|
9277
|
+
display: inline-block;
|
9261
9278
|
cursor: pointer;
|
9262
|
-
|
9263
|
-
margin: var(--gap-sm);
|
9279
|
+
padding: 0 var(--gap-sm);
|
9264
9280
|
}
|
9265
9281
|
.a-Card-heading {
|
9266
9282
|
display: flex;
|
9267
|
-
|
9268
|
-
padding: var(--gap-sm) var(--gap-base);
|
9283
|
+
padding: var(--gap-md);
|
9269
9284
|
flex: 1 0 auto;
|
9270
9285
|
}
|
9271
9286
|
.a-Card-avtar {
|
@@ -9289,17 +9304,19 @@ input[type=button].a-Button--block {
|
|
9289
9304
|
float: left;
|
9290
9305
|
margin-right: var(--gap-base);
|
9291
9306
|
font-size: var(--fontSizeXl);
|
9292
|
-
text-transform: uppercase;
|
9307
|
+
text-transform: uppercase();
|
9293
9308
|
}
|
9294
9309
|
.a-Card-meta {
|
9295
9310
|
display: block;
|
9296
9311
|
flex-grow: 1;
|
9297
9312
|
height: 100%;
|
9298
9313
|
position: relative;
|
9299
|
-
|
9314
|
+
}
|
9315
|
+
.a-Card-meta + .a-Card-toolbar {
|
9316
|
+
margin-left: var(--gap-md);
|
9300
9317
|
}
|
9301
9318
|
.a-Card-toolbar {
|
9302
|
-
|
9319
|
+
line-height: normal;
|
9303
9320
|
text-align: right;
|
9304
9321
|
}
|
9305
9322
|
.a-Card-highlight {
|
@@ -9308,16 +9325,14 @@ input[type=button].a-Button--block {
|
|
9308
9325
|
height: 0.5rem;
|
9309
9326
|
border-radius: 100%;
|
9310
9327
|
display: inline-block;
|
9311
|
-
|
9312
|
-
top: var(--gap-xs);
|
9313
|
-
right: 0.125rem;
|
9328
|
+
margin: 0 var(--gap-sm);
|
9314
9329
|
}
|
9315
9330
|
.a-Card-body {
|
9316
|
-
padding: var(--gap-
|
9331
|
+
padding: var(--gap-md);
|
9317
9332
|
flex: 1 0 auto;
|
9318
9333
|
}
|
9319
9334
|
.a-Card-heading + .a-Card-body {
|
9320
|
-
padding-top:
|
9335
|
+
padding-top: 0;
|
9321
9336
|
}
|
9322
9337
|
.a-Card-field {
|
9323
9338
|
position: relative;
|
@@ -9342,6 +9357,7 @@ input[type=button].a-Button--block {
|
|
9342
9357
|
flex-direction: row;
|
9343
9358
|
width: 100%;
|
9344
9359
|
table-layout: fixed;
|
9360
|
+
white-space: nowrap;
|
9345
9361
|
}
|
9346
9362
|
.a-Card-actions > a {
|
9347
9363
|
background: transparent;
|
@@ -9409,6 +9425,127 @@ input[type=button].a-Button--block {
|
|
9409
9425
|
.is-dragging > .a-Card {
|
9410
9426
|
opacity: var(--Card-onDragging-opacity);
|
9411
9427
|
}
|
9428
|
+
.a-Card-footer-wrapper {
|
9429
|
+
display: flex;
|
9430
|
+
align-items: center;
|
9431
|
+
justify-content: space-between;
|
9432
|
+
}
|
9433
|
+
.a-Card-actions-wrapper {
|
9434
|
+
flex: 1;
|
9435
|
+
display: flex;
|
9436
|
+
align-items: center;
|
9437
|
+
justify-content: flex-end;
|
9438
|
+
flex-wrap: wrap;
|
9439
|
+
}
|
9440
|
+
.a-Card-checkbox {
|
9441
|
+
margin: 0 var(--gap-sm) !important;
|
9442
|
+
}
|
9443
|
+
.a-Card-secondary {
|
9444
|
+
max-width: 12.5rem;
|
9445
|
+
color: var(--Card-secondary-color);
|
9446
|
+
padding: 0 var(--gap-md);
|
9447
|
+
font-size: var(--fontSizeMd);
|
9448
|
+
font-weight: var(--fontWeightBase);
|
9449
|
+
white-space: nowrap;
|
9450
|
+
overflow: hidden;
|
9451
|
+
text-overflow: ellipsis;
|
9452
|
+
}
|
9453
|
+
.a-Card-secondary + .a-Card-actions-wrapper .a-Card-actions {
|
9454
|
+
margin-left: unset;
|
9455
|
+
border: none;
|
9456
|
+
width: unset;
|
9457
|
+
}
|
9458
|
+
.a-Card-secondary + .a-Card-actions-wrapper .a-Card-actions > a {
|
9459
|
+
border: none;
|
9460
|
+
}
|
9461
|
+
.a-Card-multiMedia--top .a-Card-actions-wrapper .a-Card-actions, .a-Card-multiMedia--bottom .a-Card-actions-wrapper .a-Card-actions, .a-Card-multiMedia--left .a-Card-actions-wrapper .a-Card-actions, .a-Card-multiMedia--right .a-Card-actions-wrapper .a-Card-actions {
|
9462
|
+
margin-left: unset;
|
9463
|
+
border: none;
|
9464
|
+
width: unset;
|
9465
|
+
}
|
9466
|
+
.a-Card-multiMedia--top .a-Card-actions-wrapper .a-Card-actions > a, .a-Card-multiMedia--bottom .a-Card-actions-wrapper .a-Card-actions > a, .a-Card-multiMedia--left .a-Card-actions-wrapper .a-Card-actions > a, .a-Card-multiMedia--right .a-Card-actions-wrapper .a-Card-actions > a {
|
9467
|
+
border: none;
|
9468
|
+
}
|
9469
|
+
.a-Card-multiMedia--top {
|
9470
|
+
display: block;
|
9471
|
+
}
|
9472
|
+
.a-Card-multiMedia--top .a-Card-multiMedia-img {
|
9473
|
+
border-bottom-left-radius: unset;
|
9474
|
+
border-bottom-right-radius: unset;
|
9475
|
+
}
|
9476
|
+
.a-Card-multiMedia--bottom {
|
9477
|
+
display: flex;
|
9478
|
+
flex-direction: column-reverse;
|
9479
|
+
}
|
9480
|
+
.a-Card-multiMedia--bottom .a-Card-actions {
|
9481
|
+
border-bottom: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
|
9482
|
+
}
|
9483
|
+
.a-Card-multiMedia--bottom .a-Card-multiMedia-img {
|
9484
|
+
border-top-left-radius: unset;
|
9485
|
+
border-top-right-radius: unset;
|
9486
|
+
}
|
9487
|
+
.a-Card-multiMedia--top .a-Card-body, .a-Card-multiMedia--bottom .a-Card-body {
|
9488
|
+
padding-bottom: var(--gap-md);
|
9489
|
+
}
|
9490
|
+
.a-Card-multiMedia--left {
|
9491
|
+
display: flex;
|
9492
|
+
align-items: center;
|
9493
|
+
}
|
9494
|
+
.a-Card-multiMedia--left .a-Card-actions {
|
9495
|
+
margin-left: var(--gap-md);
|
9496
|
+
border-left: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
|
9497
|
+
}
|
9498
|
+
.a-Card-multiMedia--left .a-Card-multiMedia-img,
|
9499
|
+
.a-Card-multiMedia--left .a-Card-multiMedia-video {
|
9500
|
+
margin: var(--gap-md) 0 var(--gap-md) var(--gap-md);
|
9501
|
+
}
|
9502
|
+
.a-Card-multiMedia--right {
|
9503
|
+
display: flex;
|
9504
|
+
align-items: center;
|
9505
|
+
justify-content: space-between;
|
9506
|
+
flex-direction: row-reverse;
|
9507
|
+
}
|
9508
|
+
.a-Card-multiMedia--right .a-Card-actions {
|
9509
|
+
margin-right: var(--gap-md);
|
9510
|
+
border-right: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
|
9511
|
+
}
|
9512
|
+
.a-Card-multiMedia--right .a-Card-multiMedia-img,
|
9513
|
+
.a-Card-multiMedia--right .a-Card-multiMedia-video {
|
9514
|
+
margin: var(--gap-md) var(--gap-md) var(--gap-md) 0;
|
9515
|
+
}
|
9516
|
+
.a-Card-multiMedia-flex {
|
9517
|
+
flex: 1;
|
9518
|
+
display: flex;
|
9519
|
+
flex-direction: column;
|
9520
|
+
justify-content: center;
|
9521
|
+
}
|
9522
|
+
.a-Card-multiMedia-img {
|
9523
|
+
display: block;
|
9524
|
+
width: 100%;
|
9525
|
+
height: auto;
|
9526
|
+
object-fit: cover;
|
9527
|
+
border-radius: var(--Card-borderRadius);
|
9528
|
+
}
|
9529
|
+
.a-Card-multiMedia-video {
|
9530
|
+
width: 11.25rem;
|
9531
|
+
height: 7.5rem;
|
9532
|
+
}
|
9533
|
+
.a-Card-multiMedia-video .a-Video {
|
9534
|
+
width: 100%;
|
9535
|
+
height: 100%;
|
9536
|
+
min-width: unset;
|
9537
|
+
border-radius: var(--Card-borderRadius);
|
9538
|
+
overflow: hidden;
|
9539
|
+
}
|
9540
|
+
.a-Card-multiMedia-video .a-Video .a-Video-player {
|
9541
|
+
width: 100%;
|
9542
|
+
height: 100%;
|
9543
|
+
}
|
9544
|
+
.a-Card-multiMedia-video .a-Video .a-Video-player .video-react {
|
9545
|
+
width: 100%;
|
9546
|
+
height: 100%;
|
9547
|
+
padding-top: unset !important;
|
9548
|
+
}
|
9412
9549
|
|
9413
9550
|
.a-Field-quickEditBtn {
|
9414
9551
|
color: var(--QuickEdit-iconColor);
|
@@ -12074,6 +12211,11 @@ fieldset.a-Collapse--lg:after {
|
|
12074
12211
|
margin-right: var(--Checkbox-gap);
|
12075
12212
|
}
|
12076
12213
|
|
12214
|
+
.a-GroupedSelection {
|
12215
|
+
max-height: 18.75rem;
|
12216
|
+
overflow: auto;
|
12217
|
+
user-select: none;
|
12218
|
+
}
|
12077
12219
|
.a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
|
12078
12220
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
12079
12221
|
}
|
@@ -12384,6 +12526,11 @@ fieldset.a-Collapse--lg:after {
|
|
12384
12526
|
font-weight: bold;
|
12385
12527
|
transition: all var(--animation-duration);
|
12386
12528
|
}
|
12529
|
+
.a-Switch .text > svg {
|
12530
|
+
width: var(--fontSizeSm);
|
12531
|
+
height: var(--fontSizeSm);
|
12532
|
+
margin-top: calc((var(--Switch-height) - var(--fontSizeSm)) / 2);
|
12533
|
+
}
|
12387
12534
|
.a-Switch .slider:before {
|
12388
12535
|
content: "";
|
12389
12536
|
position: absolute;
|
@@ -14108,15 +14255,15 @@ td.rdtQuarter.rdtDisabled > span {
|
|
14108
14255
|
outline: none;
|
14109
14256
|
}
|
14110
14257
|
.a-FileControl-selectBtn {
|
14111
|
-
display: flex;
|
14258
|
+
display: inline-flex;
|
14112
14259
|
align-items: center;
|
14260
|
+
margin-right: 10px;
|
14113
14261
|
}
|
14114
14262
|
.a-FileControl-selectBtn > svg {
|
14115
14263
|
width: 0.875rem;
|
14116
14264
|
height: 0.875rem;
|
14117
14265
|
}
|
14118
14266
|
.a-FileControl-description {
|
14119
|
-
margin-left: 10px;
|
14120
14267
|
color: #999;
|
14121
14268
|
font-size: 12px;
|
14122
14269
|
}
|
package/lib/themes/ang.css
CHANGED
@@ -53,6 +53,7 @@
|
|
53
53
|
--borderWidth: 0.0625rem;
|
54
54
|
--fontWeightNormal: 400;
|
55
55
|
--fontWeightBase: var(--fontWeightNormal);
|
56
|
+
--fontWeightMd: 500;
|
56
57
|
--fontWeightBold: 700;
|
57
58
|
--background: var(--white);
|
58
59
|
--code-color: var(--danger);
|
@@ -370,6 +371,14 @@
|
|
370
371
|
--Calendar-shortcuts-bg: transparent;
|
371
372
|
--Calendar-shortcuts-height: 1.875rem;
|
372
373
|
--Calendar-wLabel-color: #999;
|
374
|
+
--Calendar-icon-bottom: -0.25rem;
|
375
|
+
--Calendar-icon-width: 0.625rem;
|
376
|
+
--Calendar-icon-height: 0.625rem;
|
377
|
+
--Calendar-borderWidth: 0.0625rem;
|
378
|
+
--Calendar-rdt-day: 6.25rem;
|
379
|
+
--Calendar-schedule-content-padding: 0 0.25rem;
|
380
|
+
--Calendar-schedule-content-height: 1.25rem;
|
381
|
+
--Calendar-schedule-content-color: #fff;
|
373
382
|
--Card-actions-borderColor: #dfe2e6;
|
374
383
|
--Card-actions-fontSize: var(--fontSizeBase);
|
375
384
|
--Card-actions-onChecked-onHover-bg: #c2ecf9;
|
@@ -380,6 +389,7 @@
|
|
380
389
|
--Card-borderColor: var(--borderColor);
|
381
390
|
--Card-borderRadius: var(--borderRadius);
|
382
391
|
--Card-borderWidth: var(--borderWidth);
|
392
|
+
--Card-secondary-color: #83868c;
|
383
393
|
--Card-onChecked-bg: #d9f3fb;
|
384
394
|
--Card-onChecked-borderColor: #abe4f6;
|
385
395
|
--Card-onChecked-color: #20b9e8;
|
@@ -993,8 +1003,8 @@
|
|
993
1003
|
--PickerColumns-title-lineHeight: 1.5;
|
994
1004
|
--PickerColumns-action-padding: 0 var(--gap-sm);
|
995
1005
|
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
996
|
-
--PickerColumns-confirmAction-color:
|
997
|
-
--PickerColumns-cancelAction-color:
|
1006
|
+
--PickerColumns-confirmAction-color: #99a6ad;
|
1007
|
+
--PickerColumns-cancelAction-color: #dfe3e6;
|
998
1008
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
999
1009
|
--PickerColumns-optionText-color: var(--text-color);
|
1000
1010
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -4493,13 +4503,9 @@ input[type=button].a-Button--block {
|
|
4493
4503
|
position: relative;
|
4494
4504
|
background-color: var(--PickerColumns-bg);
|
4495
4505
|
user-select: none;
|
4496
|
-
|
4497
|
-
|
4498
|
-
|
4499
|
-
bottom: 0;
|
4500
|
-
left: 0;
|
4501
|
-
width: 100%;
|
4502
|
-
padding: 0 var(--gap-sm);
|
4506
|
+
flex: 1;
|
4507
|
+
overflow: hidden;
|
4508
|
+
font-size: var(--PickerColumns-option-fontSize);
|
4503
4509
|
}
|
4504
4510
|
.a-PickerColumns-toolbar {
|
4505
4511
|
display: flex;
|
@@ -4518,6 +4524,9 @@ input[type=button].a-Button--block {
|
|
4518
4524
|
.a-PickerColumns-cancel:active, .a-PickerColumns-confirm:active {
|
4519
4525
|
opacity: 0.7;
|
4520
4526
|
}
|
4527
|
+
.a-PickerColumns-cancel:hover, .a-PickerColumns-confirm:hover {
|
4528
|
+
background-color: none !important;
|
4529
|
+
}
|
4521
4530
|
.a-PickerColumns-confirm {
|
4522
4531
|
color: var(--PickerColumns-confirmAction-color);
|
4523
4532
|
}
|
@@ -4559,6 +4568,17 @@ input[type=button].a-Button--block {
|
|
4559
4568
|
transform: translateY(-50%);
|
4560
4569
|
pointer-events: none;
|
4561
4570
|
}
|
4571
|
+
.a-PickerColumns-frame::after {
|
4572
|
+
position: absolute;
|
4573
|
+
content: "";
|
4574
|
+
border-bottom: 1px solid var(--borderColor);
|
4575
|
+
border-top: 1px solid var(--borderColor);
|
4576
|
+
top: -50%;
|
4577
|
+
right: -50%;
|
4578
|
+
left: -50%;
|
4579
|
+
bottom: -50%;
|
4580
|
+
transform: scale(0.5);
|
4581
|
+
}
|
4562
4582
|
.a-PickerColumns-mask {
|
4563
4583
|
position: absolute;
|
4564
4584
|
top: 0;
|
@@ -4572,11 +4592,6 @@ input[type=button].a-Button--block {
|
|
4572
4592
|
transform: translateZ(0);
|
4573
4593
|
pointer-events: none;
|
4574
4594
|
}
|
4575
|
-
.a-PickerColumns-column {
|
4576
|
-
flex: 1;
|
4577
|
-
overflow: hidden;
|
4578
|
-
font-size: var(--PickerColumns-option-fontSize);
|
4579
|
-
}
|
4580
4595
|
.a-PickerColumns-columnWrapper {
|
4581
4596
|
margin: 0;
|
4582
4597
|
padding: 0;
|
@@ -5542,7 +5557,7 @@ input[type=button].a-Button--block {
|
|
5542
5557
|
.a-Nav .a-Nav-list--stacked .a-Nav-item.active > a, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a, .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a, .a-Nav .a-Nav-list--stacked .a-Badge.active > a, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a, .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
|
5543
5558
|
color: var(--Nav-item-onActive-color);
|
5544
5559
|
position: relative;
|
5545
|
-
background: var(--Nav-item-onActive-bg);
|
5560
|
+
background: var(--Nav-item-onActive-bg) !important;
|
5546
5561
|
}
|
5547
5562
|
.a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after, .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
|
5548
5563
|
transform: scaleY(1);
|
@@ -9239,8 +9254,9 @@ input[type=button].a-Button--block {
|
|
9239
9254
|
cursor: pointer;
|
9240
9255
|
}
|
9241
9256
|
.a-Card-title {
|
9242
|
-
color: var(--text
|
9257
|
+
color: var(--text-color);
|
9243
9258
|
font-size: var(--fontSizeMd);
|
9259
|
+
font-weight: var(--fontWeightMd);
|
9244
9260
|
white-space: nowrap;
|
9245
9261
|
overflow: hidden;
|
9246
9262
|
text-overflow: ellipsis;
|
@@ -9258,14 +9274,13 @@ input[type=button].a-Button--block {
|
|
9258
9274
|
margin-top: var(--gap-xs);
|
9259
9275
|
}
|
9260
9276
|
.a-Card-dragBtn {
|
9277
|
+
display: inline-block;
|
9261
9278
|
cursor: pointer;
|
9262
|
-
|
9263
|
-
margin: var(--gap-sm);
|
9279
|
+
padding: 0 var(--gap-sm);
|
9264
9280
|
}
|
9265
9281
|
.a-Card-heading {
|
9266
9282
|
display: flex;
|
9267
|
-
|
9268
|
-
padding: var(--gap-sm) var(--gap-base);
|
9283
|
+
padding: var(--gap-md);
|
9269
9284
|
flex: 1 0 auto;
|
9270
9285
|
}
|
9271
9286
|
.a-Card-avtar {
|
@@ -9289,17 +9304,19 @@ input[type=button].a-Button--block {
|
|
9289
9304
|
float: left;
|
9290
9305
|
margin-right: var(--gap-base);
|
9291
9306
|
font-size: var(--fontSizeXl);
|
9292
|
-
text-transform: uppercase;
|
9307
|
+
text-transform: uppercase();
|
9293
9308
|
}
|
9294
9309
|
.a-Card-meta {
|
9295
9310
|
display: block;
|
9296
9311
|
flex-grow: 1;
|
9297
9312
|
height: 100%;
|
9298
9313
|
position: relative;
|
9299
|
-
|
9314
|
+
}
|
9315
|
+
.a-Card-meta + .a-Card-toolbar {
|
9316
|
+
margin-left: var(--gap-md);
|
9300
9317
|
}
|
9301
9318
|
.a-Card-toolbar {
|
9302
|
-
|
9319
|
+
line-height: normal;
|
9303
9320
|
text-align: right;
|
9304
9321
|
}
|
9305
9322
|
.a-Card-highlight {
|
@@ -9308,16 +9325,14 @@ input[type=button].a-Button--block {
|
|
9308
9325
|
height: 0.5rem;
|
9309
9326
|
border-radius: 100%;
|
9310
9327
|
display: inline-block;
|
9311
|
-
|
9312
|
-
top: var(--gap-xs);
|
9313
|
-
right: 0.125rem;
|
9328
|
+
margin: 0 var(--gap-sm);
|
9314
9329
|
}
|
9315
9330
|
.a-Card-body {
|
9316
|
-
padding: var(--gap-
|
9331
|
+
padding: var(--gap-md);
|
9317
9332
|
flex: 1 0 auto;
|
9318
9333
|
}
|
9319
9334
|
.a-Card-heading + .a-Card-body {
|
9320
|
-
padding-top:
|
9335
|
+
padding-top: 0;
|
9321
9336
|
}
|
9322
9337
|
.a-Card-field {
|
9323
9338
|
position: relative;
|
@@ -9342,6 +9357,7 @@ input[type=button].a-Button--block {
|
|
9342
9357
|
flex-direction: row;
|
9343
9358
|
width: 100%;
|
9344
9359
|
table-layout: fixed;
|
9360
|
+
white-space: nowrap;
|
9345
9361
|
}
|
9346
9362
|
.a-Card-actions > a {
|
9347
9363
|
background: transparent;
|
@@ -9409,6 +9425,127 @@ input[type=button].a-Button--block {
|
|
9409
9425
|
.is-dragging > .a-Card {
|
9410
9426
|
opacity: var(--Card-onDragging-opacity);
|
9411
9427
|
}
|
9428
|
+
.a-Card-footer-wrapper {
|
9429
|
+
display: flex;
|
9430
|
+
align-items: center;
|
9431
|
+
justify-content: space-between;
|
9432
|
+
}
|
9433
|
+
.a-Card-actions-wrapper {
|
9434
|
+
flex: 1;
|
9435
|
+
display: flex;
|
9436
|
+
align-items: center;
|
9437
|
+
justify-content: flex-end;
|
9438
|
+
flex-wrap: wrap;
|
9439
|
+
}
|
9440
|
+
.a-Card-checkbox {
|
9441
|
+
margin: 0 var(--gap-sm) !important;
|
9442
|
+
}
|
9443
|
+
.a-Card-secondary {
|
9444
|
+
max-width: 12.5rem;
|
9445
|
+
color: var(--Card-secondary-color);
|
9446
|
+
padding: 0 var(--gap-md);
|
9447
|
+
font-size: var(--fontSizeMd);
|
9448
|
+
font-weight: var(--fontWeightBase);
|
9449
|
+
white-space: nowrap;
|
9450
|
+
overflow: hidden;
|
9451
|
+
text-overflow: ellipsis;
|
9452
|
+
}
|
9453
|
+
.a-Card-secondary + .a-Card-actions-wrapper .a-Card-actions {
|
9454
|
+
margin-left: unset;
|
9455
|
+
border: none;
|
9456
|
+
width: unset;
|
9457
|
+
}
|
9458
|
+
.a-Card-secondary + .a-Card-actions-wrapper .a-Card-actions > a {
|
9459
|
+
border: none;
|
9460
|
+
}
|
9461
|
+
.a-Card-multiMedia--top .a-Card-actions-wrapper .a-Card-actions, .a-Card-multiMedia--bottom .a-Card-actions-wrapper .a-Card-actions, .a-Card-multiMedia--left .a-Card-actions-wrapper .a-Card-actions, .a-Card-multiMedia--right .a-Card-actions-wrapper .a-Card-actions {
|
9462
|
+
margin-left: unset;
|
9463
|
+
border: none;
|
9464
|
+
width: unset;
|
9465
|
+
}
|
9466
|
+
.a-Card-multiMedia--top .a-Card-actions-wrapper .a-Card-actions > a, .a-Card-multiMedia--bottom .a-Card-actions-wrapper .a-Card-actions > a, .a-Card-multiMedia--left .a-Card-actions-wrapper .a-Card-actions > a, .a-Card-multiMedia--right .a-Card-actions-wrapper .a-Card-actions > a {
|
9467
|
+
border: none;
|
9468
|
+
}
|
9469
|
+
.a-Card-multiMedia--top {
|
9470
|
+
display: block;
|
9471
|
+
}
|
9472
|
+
.a-Card-multiMedia--top .a-Card-multiMedia-img {
|
9473
|
+
border-bottom-left-radius: unset;
|
9474
|
+
border-bottom-right-radius: unset;
|
9475
|
+
}
|
9476
|
+
.a-Card-multiMedia--bottom {
|
9477
|
+
display: flex;
|
9478
|
+
flex-direction: column-reverse;
|
9479
|
+
}
|
9480
|
+
.a-Card-multiMedia--bottom .a-Card-actions {
|
9481
|
+
border-bottom: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
|
9482
|
+
}
|
9483
|
+
.a-Card-multiMedia--bottom .a-Card-multiMedia-img {
|
9484
|
+
border-top-left-radius: unset;
|
9485
|
+
border-top-right-radius: unset;
|
9486
|
+
}
|
9487
|
+
.a-Card-multiMedia--top .a-Card-body, .a-Card-multiMedia--bottom .a-Card-body {
|
9488
|
+
padding-bottom: var(--gap-md);
|
9489
|
+
}
|
9490
|
+
.a-Card-multiMedia--left {
|
9491
|
+
display: flex;
|
9492
|
+
align-items: center;
|
9493
|
+
}
|
9494
|
+
.a-Card-multiMedia--left .a-Card-actions {
|
9495
|
+
margin-left: var(--gap-md);
|
9496
|
+
border-left: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
|
9497
|
+
}
|
9498
|
+
.a-Card-multiMedia--left .a-Card-multiMedia-img,
|
9499
|
+
.a-Card-multiMedia--left .a-Card-multiMedia-video {
|
9500
|
+
margin: var(--gap-md) 0 var(--gap-md) var(--gap-md);
|
9501
|
+
}
|
9502
|
+
.a-Card-multiMedia--right {
|
9503
|
+
display: flex;
|
9504
|
+
align-items: center;
|
9505
|
+
justify-content: space-between;
|
9506
|
+
flex-direction: row-reverse;
|
9507
|
+
}
|
9508
|
+
.a-Card-multiMedia--right .a-Card-actions {
|
9509
|
+
margin-right: var(--gap-md);
|
9510
|
+
border-right: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
|
9511
|
+
}
|
9512
|
+
.a-Card-multiMedia--right .a-Card-multiMedia-img,
|
9513
|
+
.a-Card-multiMedia--right .a-Card-multiMedia-video {
|
9514
|
+
margin: var(--gap-md) var(--gap-md) var(--gap-md) 0;
|
9515
|
+
}
|
9516
|
+
.a-Card-multiMedia-flex {
|
9517
|
+
flex: 1;
|
9518
|
+
display: flex;
|
9519
|
+
flex-direction: column;
|
9520
|
+
justify-content: center;
|
9521
|
+
}
|
9522
|
+
.a-Card-multiMedia-img {
|
9523
|
+
display: block;
|
9524
|
+
width: 100%;
|
9525
|
+
height: auto;
|
9526
|
+
object-fit: cover;
|
9527
|
+
border-radius: var(--Card-borderRadius);
|
9528
|
+
}
|
9529
|
+
.a-Card-multiMedia-video {
|
9530
|
+
width: 11.25rem;
|
9531
|
+
height: 7.5rem;
|
9532
|
+
}
|
9533
|
+
.a-Card-multiMedia-video .a-Video {
|
9534
|
+
width: 100%;
|
9535
|
+
height: 100%;
|
9536
|
+
min-width: unset;
|
9537
|
+
border-radius: var(--Card-borderRadius);
|
9538
|
+
overflow: hidden;
|
9539
|
+
}
|
9540
|
+
.a-Card-multiMedia-video .a-Video .a-Video-player {
|
9541
|
+
width: 100%;
|
9542
|
+
height: 100%;
|
9543
|
+
}
|
9544
|
+
.a-Card-multiMedia-video .a-Video .a-Video-player .video-react {
|
9545
|
+
width: 100%;
|
9546
|
+
height: 100%;
|
9547
|
+
padding-top: unset !important;
|
9548
|
+
}
|
9412
9549
|
|
9413
9550
|
.a-Field-quickEditBtn {
|
9414
9551
|
color: var(--QuickEdit-iconColor);
|
@@ -12074,6 +12211,11 @@ fieldset.a-Collapse--lg:after {
|
|
12074
12211
|
margin-right: var(--Checkbox-gap);
|
12075
12212
|
}
|
12076
12213
|
|
12214
|
+
.a-GroupedSelection {
|
12215
|
+
max-height: 18.75rem;
|
12216
|
+
overflow: auto;
|
12217
|
+
user-select: none;
|
12218
|
+
}
|
12077
12219
|
.a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
|
12078
12220
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
12079
12221
|
}
|
@@ -12384,6 +12526,11 @@ fieldset.a-Collapse--lg:after {
|
|
12384
12526
|
font-weight: bold;
|
12385
12527
|
transition: all var(--animation-duration);
|
12386
12528
|
}
|
12529
|
+
.a-Switch .text > svg {
|
12530
|
+
width: var(--fontSizeSm);
|
12531
|
+
height: var(--fontSizeSm);
|
12532
|
+
margin-top: calc((var(--Switch-height) - var(--fontSizeSm)) / 2);
|
12533
|
+
}
|
12387
12534
|
.a-Switch .slider:before {
|
12388
12535
|
content: "";
|
12389
12536
|
position: absolute;
|
@@ -14108,15 +14255,15 @@ td.rdtQuarter.rdtDisabled > span {
|
|
14108
14255
|
outline: none;
|
14109
14256
|
}
|
14110
14257
|
.a-FileControl-selectBtn {
|
14111
|
-
display: flex;
|
14258
|
+
display: inline-flex;
|
14112
14259
|
align-items: center;
|
14260
|
+
margin-right: 10px;
|
14113
14261
|
}
|
14114
14262
|
.a-FileControl-selectBtn > svg {
|
14115
14263
|
width: 0.875rem;
|
14116
14264
|
height: 0.875rem;
|
14117
14265
|
}
|
14118
14266
|
.a-FileControl-description {
|
14119
|
-
margin-left: 10px;
|
14120
14267
|
color: #999;
|
14121
14268
|
font-size: 12px;
|
14122
14269
|
}
|