amis 1.4.0 → 1.4.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.
Files changed (87) hide show
  1. package/lib/components/Badge.d.ts +2 -1
  2. package/lib/components/Badge.js +33 -4
  3. package/lib/components/Badge.js.map +2 -2
  4. package/lib/components/Button.d.ts +24 -22
  5. package/lib/components/Button.js +13 -7
  6. package/lib/components/Button.js.map +2 -2
  7. package/lib/components/RichText.d.ts +6 -1
  8. package/lib/components/RichText.js +243 -8
  9. package/lib/components/RichText.js.map +2 -2
  10. package/lib/components/calendar/DaysView.js +2 -2
  11. package/lib/components/calendar/DaysView.js.map +2 -2
  12. package/lib/components/icons.js +2 -0
  13. package/lib/components/icons.js.map +2 -2
  14. package/lib/helper.css.map +1 -1
  15. package/lib/icons/loading-outline.js +7 -0
  16. package/lib/index.js +1 -1
  17. package/lib/renderers/Action.d.ts +9 -1
  18. package/lib/renderers/Action.js +5 -5
  19. package/lib/renderers/Action.js.map +2 -2
  20. package/lib/renderers/DropDownButton.d.ts +4 -0
  21. package/lib/renderers/DropDownButton.js +5 -3
  22. package/lib/renderers/DropDownButton.js.map +2 -2
  23. package/lib/renderers/Nav.d.ts +52 -22
  24. package/lib/renderers/Nav.js +100 -15
  25. package/lib/renderers/Nav.js.map +2 -2
  26. package/lib/renderers/Page.js +1 -1
  27. package/lib/renderers/Page.js.map +2 -2
  28. package/lib/themes/ang-ie11.css +350 -54
  29. package/lib/themes/ang.css +350 -54
  30. package/lib/themes/ang.css.map +1 -1
  31. package/lib/themes/antd-ie11.css +350 -54
  32. package/lib/themes/antd.css +350 -54
  33. package/lib/themes/antd.css.map +1 -1
  34. package/lib/themes/cxd-ie11.css +458 -174
  35. package/lib/themes/cxd.css +458 -174
  36. package/lib/themes/cxd.css.map +1 -1
  37. package/lib/themes/dark-ie11.css +350 -54
  38. package/lib/themes/dark.css +350 -54
  39. package/lib/themes/dark.css.map +1 -1
  40. package/lib/themes/default.css +458 -174
  41. package/lib/themes/default.css.map +1 -1
  42. package/lib/utils/helper.js.map +2 -2
  43. package/package.json +1 -2
  44. package/schema.json +200 -15
  45. package/scss/_mixins.scss +29 -0
  46. package/scss/_properties.scss +23 -11
  47. package/scss/components/_badge.scss +52 -1
  48. package/scss/components/_button.scss +35 -3
  49. package/scss/components/_image-gallery.scss +1 -1
  50. package/scss/components/_nav.scss +109 -35
  51. package/scss/themes/_cxd-variables.scss +20 -20
  52. package/sdk/ang-ie11.css +449 -56
  53. package/sdk/ang.css +459 -56
  54. package/sdk/antd-ie11.css +439 -48
  55. package/sdk/antd.css +459 -56
  56. package/sdk/charts.js +13 -13
  57. package/sdk/color-picker.js +69 -65
  58. package/sdk/cropperjs.js +2 -2
  59. package/sdk/cxd-ie11.css +908 -517
  60. package/sdk/cxd.css +567 -176
  61. package/sdk/dark-ie11.css +449 -56
  62. package/sdk/dark.css +459 -56
  63. package/sdk/exceljs.js +1 -1
  64. package/sdk/helper.css.map +1 -1
  65. package/sdk/markdown.js +69 -69
  66. package/sdk/papaparse.js +1 -1
  67. package/sdk/renderers/Form/CityDB.js +1 -1
  68. package/sdk/rest.js +22 -28
  69. package/sdk/rich-text.js +62 -64
  70. package/sdk/sdk-ie11.css +908 -517
  71. package/sdk/sdk.css +567 -176
  72. package/sdk/sdk.js +1145 -1141
  73. package/sdk/thirds/hls.js/hls.js +1 -1
  74. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  75. package/sdk/tinymce.js +57 -57
  76. package/sdk.zip +0 -0
  77. package/src/components/Badge.tsx +78 -22
  78. package/src/components/Button.tsx +23 -7
  79. package/src/components/RichText.tsx +284 -3
  80. package/src/components/calendar/DaysView.tsx +2 -2
  81. package/src/components/icons.tsx +2 -0
  82. package/src/icons/loading-outline.svg +4 -0
  83. package/src/renderers/Action.tsx +66 -13
  84. package/src/renderers/DropDownButton.tsx +13 -4
  85. package/src/renderers/Nav.tsx +165 -36
  86. package/src/renderers/Page.tsx +1 -1
  87. package/src/utils/helper.ts +1 -0
package/sdk/cxd.css CHANGED
@@ -19133,18 +19133,18 @@ readers do not read off random characters that represent icons */
19133
19133
  :root {
19134
19134
  --black: #000;
19135
19135
  --white: #fff;
19136
- --primary: #108cee;
19137
- --primary-onHover: #0e77ca;
19138
- --primary-onActive: #0d70be;
19136
+ --primary: #2468f2;
19137
+ --primary-onHover: #4F86F4;
19138
+ --primary-onActive: #1C53C1;
19139
19139
  --secondary: #6c757d;
19140
19140
  --secondary-onHover: #5a6268;
19141
19141
  --secondary-onActive: #545b62;
19142
19142
  --success: #5fb333;
19143
19143
  --success-onHover: #4f952b;
19144
19144
  --success-onActive: #4a8b28;
19145
- --info: #108cee;
19146
- --info-onHover: #0e77ca;
19147
- --info-onActive: #0d70be;
19145
+ --info: #2468f2;
19146
+ --info-onHover: #0d54e2;
19147
+ --info-onActive: #0d4fd6;
19148
19148
  --warning: #f39000;
19149
19149
  --warning-onHover: #cd7900;
19150
19150
  --warning-onActive: #c07200;
@@ -19165,11 +19165,11 @@ readers do not read off random characters that represent icons */
19165
19165
  --fontSizeXl: 1.25rem;
19166
19166
  --fontSizeSm: 0.75rem;
19167
19167
  --fontSizeXs: 0.6875rem;
19168
- --text-color: #666;
19168
+ --text-color: #151a26;
19169
19169
  --button-color: #fff;
19170
19170
  --animation-duration: 0.2s;
19171
- --text--muted-color: #a6a6a6;
19172
- --text--loud-color: #4d4d4d;
19171
+ --text--muted-color: #425278;
19172
+ --text--loud-color: #030405;
19173
19173
  --pre-color: var(--text-color);
19174
19174
  --borderColor: #d1d5db;
19175
19175
  --borderColorLight: #dfe2e6;
@@ -19219,7 +19219,7 @@ readers do not read off random characters that represent icons */
19219
19219
  --Alert--danger-borderColor: #ebccd1;
19220
19220
  --Alert--danger-color: #a94442;
19221
19221
  --Alert--info-bg: #d9edf7;
19222
- --Alert--info-borderColor: #0e9fd6;
19222
+ --Alert--info-borderColor: #0e7eee;
19223
19223
  --Alert--info-color: #31708f;
19224
19224
  --Alert--success-bg: #dff0d8;
19225
19225
  --Alert--success-borderColor: #d6e9c6;
@@ -19295,18 +19295,18 @@ readers do not read off random characters that represent icons */
19295
19295
  --Button--default-bg: var(--white);
19296
19296
  --Button--default-border: var(--borderColor);
19297
19297
  --Button--default-color: var(--text-color);
19298
- --Button--default-onActive-bg: #e6e6e6;
19299
- --Button--default-onActive-border: #adb4bf;
19300
- --Button--default-onActive-color: var(--Button--default-color);
19301
- --Button--default-onHover-bg: #ececec;
19302
- --Button--default-onHover-border: #b4bbc5;
19303
- --Button--default-onHover-color: var(--Button--default-color);
19298
+ --Button--default-onActive-bg: var(--white);
19299
+ --Button--default-onActive-border: var(--primary-onActive);
19300
+ --Button--default-onActive-color: var(--primary-onActive);
19301
+ --Button--default-onHover-bg: var(--white);
19302
+ --Button--default-onHover-border: var(--primary);
19303
+ --Button--default-onHover-color: var(--primary);
19304
19304
  --Button--iconOnly-minWidthRate: 4 / 3;
19305
19305
  --Button--info-bg: var(--info);
19306
19306
  --Button--info-border: var(--Button--info-bg);
19307
19307
  --Button--info-color: var(--button-color);
19308
19308
  --Button--info-onActive-bg: var(--info-onActive);
19309
- --Button--info-onActive-border: #0c69b2;
19309
+ --Button--info-onActive-border: #0c4bca;
19310
19310
  --Button--info-onActive-color: var(--Button--info-color);
19311
19311
  --Button--info-onHover-bg: var(--info-onHover);
19312
19312
  --Button--info-onHover-border: var(--info-onActive);
@@ -19333,7 +19333,8 @@ readers do not read off random characters that represent icons */
19333
19333
  --Button--light-onHover-color: var(--Button--light-color);
19334
19334
  --Button--link-color: var(--primary);
19335
19335
  --Button--link-onDisabled-color: #4b5563;
19336
- --Button--link-onHover-color: var(--text--loud-color);
19336
+ --Button--link-onHover-color: var(--primary-onHover);
19337
+ --Button--link-onActive-color: var(--primary-onActive);
19337
19338
  --Button--md-fontSize: var(--Button-fontSize);
19338
19339
  --Button--md-height: var(--Button-height);
19339
19340
  --Button--md-lineHeight: var(--Button-lineHeight);
@@ -19348,10 +19349,10 @@ readers do not read off random characters that represent icons */
19348
19349
  --Button--primary-border: var(--Button--primary-bg);
19349
19350
  --Button--primary-color: var(--button-color);
19350
19351
  --Button--primary-onActive-bg: var(--primary-onActive);
19351
- --Button--primary-onActive-border: #0c69b2;
19352
+ --Button--primary-onActive-border: var(--primary-onActive);
19352
19353
  --Button--primary-onActive-color: var(--Button--primary-color);
19353
19354
  --Button--primary-onHover-bg: var(--primary-onHover);
19354
- --Button--primary-onHover-border: var(--primary-onActive);
19355
+ --Button--primary-onHover-border: var(--primary-onHover);
19355
19356
  --Button--primary-onHover-color: var(--Button--primary-color);
19356
19357
  --Button--secondary-bg: var(--secondary);
19357
19358
  --Button--secondary-border: var(--Button--secondary-bg);
@@ -19382,6 +19383,14 @@ readers do not read off random characters that represent icons */
19382
19383
  --Button--success-onHover-bg: var(--success-onHover);
19383
19384
  --Button--success-onHover-border: var(--success-onActive);
19384
19385
  --Button--success-onHover-color: var(--Button--success-color);
19386
+ --Button--enhance-border: var(--primary);
19387
+ --Button--enhance-color: var(--primary);
19388
+ --Button--enhance-onActive-bg: var(--white);
19389
+ --Button--enhance-onActive-border: var(--primary-onActive);
19390
+ --Button--enhance-onActive-color: var(--primary-onActive);
19391
+ --Button--enhance-onHover-bg: var(--white);
19392
+ --Button--enhance-onHover-border: var(--primary-onHover);
19393
+ --Button--enhance-onHover-color: var(--primary-onHover);
19385
19394
  --Button--warning-bg: var(--warning);
19386
19395
  --Button--warning-border: var(--Button--warning-bg);
19387
19396
  --Button--warning-color: var(--button-color);
@@ -19412,12 +19421,15 @@ readers do not read off random characters that represent icons */
19412
19421
  --Button-lineHeight: var(--Form-input-lineHeight);
19413
19422
  --Button-mimWidth: auto;
19414
19423
  --Button-onActive-boxShadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
19424
+ --Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
19425
+ --Button-animation-spin: spin 1s infinite linear;
19415
19426
  --Button-onActive-color: var(--primary);
19416
19427
  --Button-onActive-border: var(--primary);
19417
19428
  --Button-onDisabled-borderColor: #dee2e6;
19418
19429
  --Button-onDisabled-opacity: 0.65;
19419
19430
  --Button-onFocus-boxShadow: none;
19420
19431
  --Button-paddingX: 0.75rem;
19432
+ --Button-paddingX-right: 0.625rem;
19421
19433
  --Button-paddingY: calc(
19422
19434
  (
19423
19435
  var(--Button-height) - var(--Button-borderWidth) * 2 -
@@ -19437,11 +19449,11 @@ readers do not read off random characters that represent icons */
19437
19449
  --Calendar-btn-fontSize: var(--fontSizeSm);
19438
19450
  --Calendar-btn-height: 1.875rem;
19439
19451
  --Calendar-btn-lineHeight: var(--lineHeightBase);
19440
- --Calendar-btn-onActive-bg: #0d70be;
19441
- --Calendar-btn-onActive-border: #0c69b2;
19452
+ --Calendar-btn-onActive-bg: #0d4fd6;
19453
+ --Calendar-btn-onActive-border: #0c4bca;
19442
19454
  --Calendar-btn-onActive-color: var(--Calendar-btn-color);
19443
- --Calendar-btn-onHover-bg: #0e77ca;
19444
- --Calendar-btn-onHover-border: #0d70be;
19455
+ --Calendar-btn-onHover-bg: #0d54e2;
19456
+ --Calendar-btn-onHover-border: #0d4fd6;
19445
19457
  --Calendar-btn-onHover-color: var(--Calendar-btn-color);
19446
19458
  --Calendar-btn-paddingX: 0.625rem;
19447
19459
  --Calendar-btn-paddingY: calc(
@@ -19462,7 +19474,7 @@ readers do not read off random characters that represent icons */
19462
19474
  --Calendar-btnCancel-onHover-color: var(--Button--default-onHover-color);
19463
19475
  --Calendar-cell-bg: var(--white);
19464
19476
  --Calendar-cell-onActive-bg: var(--info);
19465
- --Calendar-cell-onBetween-bg: rgba(16, 140, 238, 0.1);
19477
+ --Calendar-cell-onBetween-bg: rgba(36, 104, 242, 0.1);
19466
19478
  --Calendar-cell-onDisabled-bg: var(--light);
19467
19479
  --Calendar-cell-onHover-bg: #ededed;
19468
19480
  --Calendar-color: var(--text-color);
@@ -19483,7 +19495,7 @@ readers do not read off random characters that represent icons */
19483
19495
  );
19484
19496
  --Calendar-shortcut-color: var(--info);
19485
19497
  --Calendar-shortcut-decoration: none;
19486
- --Calendar-shortcut-onHover-color: #0b62a6;
19498
+ --Calendar-shortcut-onHover-color: #0b46be;
19487
19499
  --Calendar-shortcut-onHover-decoration: none;
19488
19500
  --Calendar-shortcuts-bg: transparent;
19489
19501
  --Calendar-shortcuts-height: 1.875rem;
@@ -19581,10 +19593,10 @@ readers do not read off random characters that represent icons */
19581
19593
  --Combo-addBtn-fontSize: var(--Button--sm-fontSize);
19582
19594
  --Combo-addBtn-height: 1.625rem;
19583
19595
  --Combo-addBtn-lineHeight: var(--Button--sm-lineHeight);
19584
- --Combo-addBtn-onActive-bg: #0d70be;
19596
+ --Combo-addBtn-onActive-bg: #0d4fd6;
19585
19597
  --Combo-addBtn-onActive-border: #adb4bf;
19586
19598
  --Combo-addBtn-onActive-color: var(--Combo-addBtn-color);
19587
- --Combo-addBtn-onHover-bg: #0e77ca;
19599
+ --Combo-addBtn-onHover-bg: #0d54e2;
19588
19600
  --Combo-addBtn-onHover-border: #b4bbc5;
19589
19601
  --Combo-addBtn-onHover-color: var(--Combo-addBtn-color);
19590
19602
  --Combo-addBtn-paddingX: var(--Button--sm-paddingX);
@@ -19683,7 +19695,7 @@ readers do not read off random characters that represent icons */
19683
19695
  --Form-control-widthMd: 15rem;
19684
19696
  --Form-control-widthSm: 10rem;
19685
19697
  --Form-control-widthXs: 5rem;
19686
- --Form-description-color: gray;
19698
+ --Form-description-color: #273047;
19687
19699
  --Form-description-fontSize: var(--fontSizeSm);
19688
19700
  --Form-fontSize: var(--fontSizeBase);
19689
19701
  --Form-group--lg-gutterWidth: 2.5rem;
@@ -19762,12 +19774,12 @@ readers do not read off random characters that represent icons */
19762
19774
  --Form-select-popoverGap: 0;
19763
19775
  --Form-select-search-height: var(--Form-select-menu-height);
19764
19776
  --Form-selectOption-height: var(--Form-input-height);
19765
- --Form-selectValue-bg: #cee8fc;
19766
- --Form-selectValue-borderColor: #9dd1fa;
19777
+ --Form-selectValue-bg: #e4edfe;
19778
+ --Form-selectValue-borderColor: #b3cbfc;
19767
19779
  --Form-selectValue-color: var(--info);
19768
19780
  --Form-selectValue-fontSize: var(--fontSizeSm);
19769
- --Form-selectValue-onDisable-bg: #e6f3fe;
19770
- --Form-selectValue-onHover-bg: #b5dcfb;
19781
+ --Form-selectValue-onDisable-bg: #fdfdff;
19782
+ --Form-selectValue-onHover-bg: #ccdcfd;
19771
19783
  --Form-select-onFocus-boxShadow: none;
19772
19784
  --IconPicker-content-maxHeight: 21.875rem;
19773
19785
  --IconPicker-padding: var(--gap-xs);
@@ -19839,7 +19851,7 @@ readers do not read off random characters that represent icons */
19839
19851
  --InputRange-slider-onDisabled-border: 0.0625rem solid var(--InputRange-onDisabled-color);
19840
19852
  --InputRange-slider-onFocus-borderRadius: var(--borderRadiusMd);
19841
19853
  --InputRange-slider-onFocus-boxShadow: 0 0 0
19842
- var(--InputRange-slider-onFocus-borderRadius) rgba(16, 140, 238, 0.2);
19854
+ var(--InputRange-slider-onFocus-borderRadius) rgba(36, 104, 242, 0.2);
19843
19855
  --InputRange-slider-transition: transform var(--animation-duration) ease-out,
19844
19856
  box-shadow var(--animation-duration) ease-out;
19845
19857
  --InputRange-slider-width: 1.125rem;
@@ -19913,7 +19925,7 @@ readers do not read off random characters that represent icons */
19913
19925
  --ListControl-item-onActive-after-borderColor: var(--primary);
19914
19926
  --ListControl-item-onActive-before-bg: var(--white);
19915
19927
  --ListControl-item-onActive-bg: var(--primary);
19916
- --ListControl-item-onActive-borderColor: #0d70be;
19928
+ --ListControl-item-onActive-borderColor: #0d4fd6;
19917
19929
  --ListControl-item-onActive-color: var(--white);
19918
19930
  --ListControl-item-onActive-onHover-bg: var(--primary);
19919
19931
  --ListControl-item-onDisabled-bg: var(--ListControl-item-bg);
@@ -20117,7 +20129,7 @@ readers do not read off random characters that represent icons */
20117
20129
  --Satus-icon-width: var(--gap-lg);
20118
20130
  --Satus-icon-height: var(--Satus-icon-width);
20119
20131
  --Sparkline-line-color: var(--info);
20120
- --Sparkline-area-color: rgba(16, 140, 238, 0.1);
20132
+ --Sparkline-area-color: rgba(36, 104, 242, 0.1);
20121
20133
  --Spinner--lg-height: 3.125rem;
20122
20134
  --Spinner--lg-width: 3.125rem;
20123
20135
  --Spinner--sm-height: 1rem;
@@ -20366,8 +20378,8 @@ readers do not read off random characters that represent icons */
20366
20378
  :root {
20367
20379
  --borderColor: #eceff8;
20368
20380
  --body-bg: #ffffff;
20369
- --text-color: #666;
20370
- --text--muted-color: #999;
20381
+ --text-color: #151a26;
20382
+ --text--muted-color: #b4b6ba;
20371
20383
  --text--loud-color: #333;
20372
20384
  --link-onHover-decoration: none;
20373
20385
  --icon-color: #999;
@@ -20381,10 +20393,10 @@ readers do not read off random characters that represent icons */
20381
20393
  --Layout-brand-color: #fff;
20382
20394
  --Layout-asideLink-iconColor: rgba(255, 255, 255, 0.6);
20383
20395
  --Layout-asideLink-color: #fff;
20384
- --Layout-asideLink-onHover-color: #108cee;
20385
- --Layout-asideLink-onActive-color: #108cee;
20396
+ --Layout-asideLink-onHover-color: var(--primary);
20397
+ --Layout-asideLink-onActive-color: var(--primary);
20386
20398
  --Layout-asideLink-onHover-iconSize: 1rem;
20387
- --Layout-asideLink-onHover-iconColor: #108cee;
20399
+ --Layout-asideLink-onHover-iconColor: var(--primary);
20388
20400
  --Layout-asideLink-fontSize: 0.75rem;
20389
20401
  --Layout-asideLink-arrowFontSize: 0.75rem;
20390
20402
  --Layout-asideLink-arrowColor: #8d99b0;
@@ -20506,7 +20518,6 @@ readers do not read off random characters that represent icons */
20506
20518
  --Button-borderWidth: 0.0625rem;
20507
20519
  --Button-boxShadow: none;
20508
20520
  --Button-onActive-boxShadow: none;
20509
- --Button-borderRadius: 0;
20510
20521
  --Button--lg-borderRadius: 0;
20511
20522
  --Button--sm-borderRadius: 0;
20512
20523
  --Button-paddingX: 0.625rem;
@@ -20514,20 +20525,9 @@ readers do not read off random characters that represent icons */
20514
20525
  --Button--lg-fontSize: 0.875rem;
20515
20526
  --Button--default-bg: var(--white);
20516
20527
  --Button--default-border: #cccccc;
20517
- --Button--default-color: #000;
20518
- --Button--default-onHover-bg: var(--white);
20519
- --Button--default-onHover-border: var(--primary);
20520
- --Button--default-onHover-color: var(--primary);
20521
- --Button--default-onActive-bg: #f6fbff;
20522
- --Button--default-onActive-border: var(--primary);
20523
- --Button--default-onActive-color: var(--primary);
20524
20528
  --Button--primary-bg: var(--primary);
20525
20529
  --Button--primary-border: var(--primary);
20526
- --Button--primary-onHover-bg: #209bfd;
20527
- --Button--primary-onHover-border: var(--primary);
20528
20530
  --Button--primary-onHover-color: var(--white);
20529
- --Button--primary-onActive-bg: #047bdb;
20530
- --Button--primary-onActive-border: var(--primary);
20531
20531
  --Button--primary-onActive-color: var(--white);
20532
20532
  --Button--danger-bg: #ea2e2e;
20533
20533
  --Button--danger-onHover-bg: #f64545;
@@ -22685,6 +22685,17 @@ readers do not read off random characters that represent icons */
22685
22685
  margin-left: var(--Button-paddingX);
22686
22686
  }
22687
22687
 
22688
+ .amis-scope .cxd-Button .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
22689
+ .amis-scope .cxd-Button > svg.icon:not(:last-child):not(.pull-right),
22690
+ .amis-scope .cxd-Button > .pull-left {
22691
+ margin-right: var(--Button-paddingX);
22692
+ }
22693
+
22694
+ .amis-scope .cxd-Button .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
22695
+ .amis-scope .cxd-Button > .pull-right {
22696
+ margin-left: var(--Button-paddingX);
22697
+ }
22698
+
22688
22699
  .amis-scope .cxd-Button img.cxd-Button-icon {
22689
22700
  height: var(--Button-fontSize);
22690
22701
  vertical-align: middle;
@@ -22702,16 +22713,23 @@ readers do not read off random characters that represent icons */
22702
22713
 
22703
22714
  .amis-scope .cxd-Button.is-disabled,
22704
22715
  .amis-scope .cxd-Button:disabled {
22705
- opacity: var(--Button-onDisabled-opacity);
22706
22716
  filter: grayscale(100%);
22707
22717
  box-shadow: none;
22708
22718
  cursor: not-allowed;
22719
+ color: var(--text--muted-color);
22720
+ pointer-events: auto;
22721
+ border: none;
22722
+ background: #F2F3F3;
22709
22723
  }
22710
22724
 
22711
22725
  .amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
22712
22726
  cursor: pointer;
22713
22727
  }
22714
22728
 
22729
+ .amis-scope .cxd-Button.cxd-Button--link.is-disabled {
22730
+ background: transparent;
22731
+ }
22732
+
22715
22733
  .amis-scope .cxd-Button > .pull-left,
22716
22734
  .amis-scope .cxd-Button > .pull-right {
22717
22735
  line-height: inherit;
@@ -22742,6 +22760,12 @@ readers do not read off random characters that represent icons */
22742
22760
  border-color: var(--Button--primary-onHover-border);
22743
22761
  }
22744
22762
 
22763
+ .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
22764
+ color: var(--Button--primary-onActive-color);
22765
+ background: var(--Button--primary-onActive-bg);
22766
+ border-color: var(--Button--primary-onActive-border);
22767
+ }
22768
+
22745
22769
  .amis-scope .cxd-Button--primary:hover:focus {
22746
22770
  box-shadow: var(--Button-boxShadow);
22747
22771
  }
@@ -22760,6 +22784,12 @@ readers do not read off random characters that represent icons */
22760
22784
  border-color: var(--Button--secondary-onHover-border);
22761
22785
  }
22762
22786
 
22787
+ .amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
22788
+ color: var(--Button--secondary-onActive-color);
22789
+ background: var(--Button--secondary-onActive-bg);
22790
+ border-color: var(--Button--secondary-onActive-border);
22791
+ }
22792
+
22763
22793
  .amis-scope .cxd-Button--secondary:hover:focus {
22764
22794
  box-shadow: var(--Button-boxShadow);
22765
22795
  }
@@ -22778,10 +22808,40 @@ readers do not read off random characters that represent icons */
22778
22808
  border-color: var(--Button--success-onHover-border);
22779
22809
  }
22780
22810
 
22811
+ .amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
22812
+ color: var(--Button--success-onActive-color);
22813
+ background: var(--Button--success-onActive-bg);
22814
+ border-color: var(--Button--success-onActive-border);
22815
+ }
22816
+
22781
22817
  .amis-scope .cxd-Button--success:hover:focus {
22782
22818
  box-shadow: var(--Button-boxShadow);
22783
22819
  }
22784
22820
 
22821
+ .amis-scope .cxd-Button--enhance {
22822
+ color: var(--Button--enhance-color);
22823
+ background: var(--Button--enhance-bg);
22824
+ border-color: var(--Button--enhance-border);
22825
+ box-shadow: var(--Button-boxShadow);
22826
+ text-shadow: var(--Button-textShadow);
22827
+ }
22828
+
22829
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
22830
+ color: var(--Button--enhance-onHover-color);
22831
+ background: var(--Button--enhance-onHover-bg);
22832
+ border-color: var(--Button--enhance-onHover-border);
22833
+ }
22834
+
22835
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
22836
+ color: var(--Button--enhance-onActive-color);
22837
+ background: var(--Button--enhance-onActive-bg);
22838
+ border-color: var(--Button--enhance-onActive-border);
22839
+ }
22840
+
22841
+ .amis-scope .cxd-Button--enhance:hover:focus {
22842
+ box-shadow: var(--Button-boxShadow);
22843
+ }
22844
+
22785
22845
  .amis-scope .cxd-Button--info {
22786
22846
  color: var(--Button--info-color);
22787
22847
  background: var(--Button--info-bg);
@@ -22796,6 +22856,12 @@ readers do not read off random characters that represent icons */
22796
22856
  border-color: var(--Button--info-onHover-border);
22797
22857
  }
22798
22858
 
22859
+ .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
22860
+ color: var(--Button--info-onActive-color);
22861
+ background: var(--Button--info-onActive-bg);
22862
+ border-color: var(--Button--info-onActive-border);
22863
+ }
22864
+
22799
22865
  .amis-scope .cxd-Button--info:hover:focus {
22800
22866
  box-shadow: var(--Button-boxShadow);
22801
22867
  }
@@ -22814,6 +22880,12 @@ readers do not read off random characters that represent icons */
22814
22880
  border-color: var(--Button--warning-onHover-border);
22815
22881
  }
22816
22882
 
22883
+ .amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
22884
+ color: var(--Button--warning-onActive-color);
22885
+ background: var(--Button--warning-onActive-bg);
22886
+ border-color: var(--Button--warning-onActive-border);
22887
+ }
22888
+
22817
22889
  .amis-scope .cxd-Button--warning:hover:focus {
22818
22890
  box-shadow: var(--Button-boxShadow);
22819
22891
  }
@@ -22832,6 +22904,12 @@ readers do not read off random characters that represent icons */
22832
22904
  border-color: var(--Button--danger-onHover-border);
22833
22905
  }
22834
22906
 
22907
+ .amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
22908
+ color: var(--Button--danger-onActive-color);
22909
+ background: var(--Button--danger-onActive-bg);
22910
+ border-color: var(--Button--danger-onActive-border);
22911
+ }
22912
+
22835
22913
  .amis-scope .cxd-Button--danger:hover:focus {
22836
22914
  box-shadow: var(--Button-boxShadow);
22837
22915
  }
@@ -22850,6 +22928,12 @@ readers do not read off random characters that represent icons */
22850
22928
  border-color: var(--Button--light-onHover-border);
22851
22929
  }
22852
22930
 
22931
+ .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
22932
+ color: var(--Button--light-onActive-color);
22933
+ background: var(--Button--light-onActive-bg);
22934
+ border-color: var(--Button--light-onActive-border);
22935
+ }
22936
+
22853
22937
  .amis-scope .cxd-Button--light:hover:focus {
22854
22938
  box-shadow: var(--Button-boxShadow);
22855
22939
  }
@@ -22868,6 +22952,12 @@ readers do not read off random characters that represent icons */
22868
22952
  border-color: var(--Button--dark-onHover-border);
22869
22953
  }
22870
22954
 
22955
+ .amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
22956
+ color: var(--Button--dark-onActive-color);
22957
+ background: var(--Button--dark-onActive-bg);
22958
+ border-color: var(--Button--dark-onActive-border);
22959
+ }
22960
+
22871
22961
  .amis-scope .cxd-Button--dark:hover:focus {
22872
22962
  box-shadow: var(--Button-boxShadow);
22873
22963
  }
@@ -22886,6 +22976,12 @@ readers do not read off random characters that represent icons */
22886
22976
  border-color: var(--Button--default-onHover-border);
22887
22977
  }
22888
22978
 
22979
+ .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
22980
+ color: var(--Button--default-onActive-color);
22981
+ background: var(--Button--default-onActive-bg);
22982
+ border-color: var(--Button--default-onActive-border);
22983
+ }
22984
+
22889
22985
  .amis-scope .cxd-Button--default:hover:focus {
22890
22986
  box-shadow: var(--Button-boxShadow);
22891
22987
  }
@@ -22909,6 +23005,17 @@ readers do not read off random characters that represent icons */
22909
23005
  margin-left: var(--Button--xs-paddingX);
22910
23006
  }
22911
23007
 
23008
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23009
+ .amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
23010
+ .amis-scope .cxd-Button--xs > .pull-left {
23011
+ margin-right: var(--Button--xs-paddingX);
23012
+ }
23013
+
23014
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23015
+ .amis-scope .cxd-Button--xs > .pull-right {
23016
+ margin-left: var(--Button--xs-paddingX);
23017
+ }
23018
+
22912
23019
  .amis-scope .cxd-Button--xs img.cxd-Button-icon {
22913
23020
  height: var(--Button-fontSize);
22914
23021
  vertical-align: middle;
@@ -22937,6 +23044,17 @@ readers do not read off random characters that represent icons */
22937
23044
  margin-left: var(--Button--sm-paddingX);
22938
23045
  }
22939
23046
 
23047
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23048
+ .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
23049
+ .amis-scope .cxd-Button--sm > .pull-left {
23050
+ margin-right: var(--Button--sm-paddingX);
23051
+ }
23052
+
23053
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23054
+ .amis-scope .cxd-Button--sm > .pull-right {
23055
+ margin-left: var(--Button--sm-paddingX);
23056
+ }
23057
+
22940
23058
  .amis-scope .cxd-Button--sm img.cxd-Button-icon {
22941
23059
  height: var(--Button-fontSize);
22942
23060
  vertical-align: middle;
@@ -22965,6 +23083,17 @@ readers do not read off random characters that represent icons */
22965
23083
  margin-left: var(--Button--md-paddingX);
22966
23084
  }
22967
23085
 
23086
+ .amis-scope .cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23087
+ .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
23088
+ .amis-scope .cxd-Button--md > .pull-left {
23089
+ margin-right: var(--Button--md-paddingX);
23090
+ }
23091
+
23092
+ .amis-scope .cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23093
+ .amis-scope .cxd-Button--md > .pull-right {
23094
+ margin-left: var(--Button--md-paddingX);
23095
+ }
23096
+
22968
23097
  .amis-scope .cxd-Button--md img.cxd-Button-icon {
22969
23098
  height: var(--Button-fontSize);
22970
23099
  vertical-align: middle;
@@ -22993,6 +23122,17 @@ readers do not read off random characters that represent icons */
22993
23122
  margin-left: var(--Button--lg-paddingX);
22994
23123
  }
22995
23124
 
23125
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23126
+ .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
23127
+ .amis-scope .cxd-Button--lg > .pull-left {
23128
+ margin-right: var(--Button--lg-paddingX);
23129
+ }
23130
+
23131
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23132
+ .amis-scope .cxd-Button--lg > .pull-right {
23133
+ margin-left: var(--Button--lg-paddingX);
23134
+ }
23135
+
22996
23136
  .amis-scope .cxd-Button--lg img.cxd-Button-icon {
22997
23137
  height: var(--Button-fontSize);
22998
23138
  vertical-align: middle;
@@ -23021,6 +23161,14 @@ readers do not read off random characters that represent icons */
23021
23161
  line-height: 1;
23022
23162
  }
23023
23163
 
23164
+ .amis-scope .cxd-Button--loading {
23165
+ transition: --Button-transition;
23166
+ }
23167
+
23168
+ .amis-scope .cxd-Button--loading svg {
23169
+ animation: var(--Button-animation-spin);
23170
+ }
23171
+
23024
23172
  .amis-scope .cxd-Button--link {
23025
23173
  width: auto;
23026
23174
  min-width: auto;
@@ -23033,7 +23181,11 @@ readers do not read off random characters that represent icons */
23033
23181
 
23034
23182
  .amis-scope .cxd-Button--link:hover:focus {
23035
23183
  color: var(--Button--link-onHover-color);
23036
- text-decoration: var(--link-onHover-decoration);
23184
+ box-shadow: none;
23185
+ }
23186
+
23187
+ .amis-scope .cxd-Button--link:hover:active {
23188
+ color: var(--Button--link-onActive-color);
23037
23189
  box-shadow: none;
23038
23190
  }
23039
23191
 
@@ -23041,7 +23193,7 @@ readers do not read off random characters that represent icons */
23041
23193
  .amis-scope .cxd-Button--link.is-disabled {
23042
23194
  color: var(--text--muted-color);
23043
23195
  pointer-events: none;
23044
- background: transparent;
23196
+ background: #F2F3F3;
23045
23197
  }
23046
23198
 
23047
23199
  .amis-scope .cxd-Button--block {
@@ -23120,7 +23272,8 @@ readers do not read off random characters that represent icons */
23120
23272
  }
23121
23273
 
23122
23274
  .amis-scope .cxd-Badge-text,
23123
- .amis-scope .cxd-Badge-dot {
23275
+ .amis-scope .cxd-Badge-dot,
23276
+ .amis-scope .cxd-Badge-ribbon {
23124
23277
  background: var(--danger);
23125
23278
  position: absolute;
23126
23279
  top: 0;
@@ -23186,6 +23339,56 @@ readers do not read off random characters that represent icons */
23186
23339
  border-radius: 50%;
23187
23340
  }
23188
23341
 
23342
+ .amis-scope .cxd-Badge-ribbon-out {
23343
+ overflow: hidden;
23344
+ position: absolute;
23345
+ top: 0;
23346
+ bottom: 0;
23347
+ right: 0;
23348
+ }
23349
+
23350
+ .amis-scope .cxd-Badge-ribbon {
23351
+ color: var(--Badge-color);
23352
+ height: var(--Badge-size);
23353
+ line-height: var(--Badge-size);
23354
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
23355
+ transform-origin: 50% 0;
23356
+ border-radius: 0;
23357
+ text-align: center;
23358
+ width: 62.5rem;
23359
+ top: 5px;
23360
+ }
23361
+
23362
+ .amis-scope .cxd-Badge-ribbon-out--top-left,
23363
+ .amis-scope .cxd-Badge-ribbon-out--bottom-left {
23364
+ left: 0;
23365
+ right: auto;
23366
+ }
23367
+
23368
+ .amis-scope .cxd-Badge-ribbon--top-left {
23369
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
23370
+ left: 0;
23371
+ right: auto;
23372
+ }
23373
+
23374
+ .amis-scope .cxd-Badge-ribbon--bottom-left {
23375
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
23376
+ transform-origin: 50% 100%;
23377
+ left: 0;
23378
+ right: auto;
23379
+ bottom: 5px;
23380
+ top: auto;
23381
+ }
23382
+
23383
+ .amis-scope .cxd-Badge-ribbon--bottom-right {
23384
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
23385
+ transform-origin: 50% 100%;
23386
+ left: auto;
23387
+ right: 0;
23388
+ bottom: 5px;
23389
+ top: auto;
23390
+ }
23391
+
23189
23392
  @keyframes badgeDotAnimation {
23190
23393
  0% {
23191
23394
  transform: scale(0.8);
@@ -24408,6 +24611,17 @@ readers do not read off random characters that represent icons */
24408
24611
  margin-left: var(--Combo-addBtn-paddingX);
24409
24612
  }
24410
24613
 
24614
+ .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
24615
+ .amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
24616
+ .amis-scope .cxd-ArrayInput-addBtn > .pull-left {
24617
+ margin-right: var(--Combo-addBtn-paddingX);
24618
+ }
24619
+
24620
+ .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
24621
+ .amis-scope .cxd-ArrayInput-addBtn > .pull-right {
24622
+ margin-left: var(--Combo-addBtn-paddingX);
24623
+ }
24624
+
24411
24625
  .amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
24412
24626
  height: var(--Button-fontSize);
24413
24627
  vertical-align: middle;
@@ -24419,6 +24633,12 @@ readers do not read off random characters that represent icons */
24419
24633
  border-color: var(--Combo-addBtn-onHover-border);
24420
24634
  }
24421
24635
 
24636
+ .amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
24637
+ color: var(--Combo-addBtn-onActive-color);
24638
+ background: var(--Combo-addBtn-onActive-bg);
24639
+ border-color: var(--Combo-addBtn-onActive-border);
24640
+ }
24641
+
24422
24642
  .amis-scope .cxd-ArrayInput-addBtn:hover:focus {
24423
24643
  box-shadow: var(--Button-boxShadow);
24424
24644
  }
@@ -25021,6 +25241,7 @@ readers do not read off random characters that represent icons */
25021
25241
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item {
25022
25242
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
25023
25243
  display: inline-block;
25244
+ position: relative;
25024
25245
  }
25025
25246
 
25026
25247
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item > a {
@@ -25033,7 +25254,7 @@ readers do not read off random characters that represent icons */
25033
25254
  color: var(--Tabs-color);
25034
25255
  text-decoration: none;
25035
25256
  margin-right: 0.125rem;
25036
- padding: var(--gap-sm) var(--gap-base);
25257
+ padding: var(--gap-sm) var(--gap-xl);
25037
25258
  cursor: pointer;
25038
25259
  }
25039
25260
 
@@ -25063,106 +25284,224 @@ readers do not read off random characters that represent icons */
25063
25284
  min-height: 3.125rem;
25064
25285
  }
25065
25286
 
25066
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item {
25287
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item,
25288
+ .amis-scope .cxd-Nav--stacked .cxd-Badge {
25067
25289
  position: relative;
25290
+ display: flex;
25291
+ flex-wrap: wrap;
25292
+ align-items: stretch;
25293
+ width: 100%;
25068
25294
  }
25069
25295
 
25070
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a {
25071
- display: block;
25296
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager,
25297
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager {
25298
+ cursor: move;
25299
+ position: absolute;
25300
+ left: 0;
25301
+ top: 0.6875rem;
25302
+ display: none;
25303
+ }
25304
+
25305
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > a,
25306
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > a,
25307
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > a,
25308
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > a {
25309
+ color: var(--icon-color);
25310
+ }
25311
+
25312
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > a:hover,
25313
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > a:hover,
25314
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > a:hover,
25315
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > a:hover {
25316
+ color: var(--icon-onHover-color);
25317
+ }
25318
+
25319
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
25320
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
25321
+ width: 1rem;
25322
+ height: 1rem;
25323
+ }
25324
+
25325
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText,
25326
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-badgeText {
25327
+ position: absolute;
25328
+ top: 0;
25329
+ bottom: 0;
25330
+ width: 2.1875rem;
25331
+ overflow: hidden;
25332
+ }
25333
+
25334
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText > span,
25335
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-badgeText > span {
25336
+ position: absolute;
25337
+ top: 0.125rem;
25338
+ left: -0.8125rem;
25339
+ transform: rotate(-45deg);
25340
+ width: 3.125rem;
25341
+ font-size: 12px;
25342
+ text-align: center;
25343
+ color: var(--white);
25344
+ background: var(--success);
25345
+ }
25346
+
25347
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
25348
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-atcions {
25349
+ display: flex;
25350
+ align-items: center;
25351
+ }
25352
+
25353
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a,
25354
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a,
25355
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a,
25356
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a {
25357
+ display: flex;
25358
+ align-items: center;
25072
25359
  outline: none;
25073
25360
  color: var(--Nav-item-color);
25074
25361
  text-decoration: none;
25075
- padding: var(--gap-sm) var(--gap-base);
25362
+ padding: var(--gap-sm) var(--gap-sm);
25076
25363
  cursor: pointer;
25077
25364
  background: var(--Nav-item-bg);
25078
25365
  border-radius: var(--Nav-item-borderRadius);
25079
25366
  text-overflow: ellipsis;
25080
- }
25081
-
25082
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a::after {
25083
- border-left: var(--Nav-item-onActive-borderLeft);
25084
- position: absolute;
25085
- left: 0;
25086
- top: 0;
25087
- content: "";
25088
- width: 1px;
25089
- height: 100%;
25090
- transform: scaleY(0.0001);
25091
- transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
25092
- }
25093
-
25094
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.has-sub > a {
25095
- padding-right: calc(var(--gap-base) + var(--gap-sm));
25367
+ flex: 1;
25096
25368
  }
25097
25369
 
25098
25370
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
25099
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus {
25371
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus,
25372
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
25373
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
25374
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
25375
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
25376
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
25377
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
25378
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover,
25379
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus,
25380
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
25381
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
25382
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover,
25383
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus,
25384
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
25385
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
25100
25386
  border-color: var(--Nav-item-onHover-color);
25101
25387
  text-decoration: none;
25102
25388
  background: var(--Nav-item-onHover-bg);
25389
+ z-index: 9999;
25390
+ }
25391
+
25392
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
25393
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
25394
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
25395
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
25396
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
25397
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
25398
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
25399
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
25400
+ display: block;
25103
25401
  }
25104
25402
 
25105
25403
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
25106
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a {
25404
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a,
25405
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > .cxd-Badge > a,
25406
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a,
25407
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.disabled > a,
25408
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-disabled > a,
25409
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.disabled > .cxd-Badge > a,
25410
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
25107
25411
  color: var(--Nav-item-onDisabled-color);
25108
25412
  background: transparent;
25109
25413
  pointer-events: none;
25110
25414
  }
25111
25415
 
25416
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active,
25417
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active,
25418
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active,
25419
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active {
25420
+ background: var(--Nav-item-onActive-bg) !important;
25421
+ }
25422
+
25112
25423
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a,
25113
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a {
25424
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
25425
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a,
25426
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > .cxd-Badge > a,
25427
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
25428
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > a,
25429
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > a,
25430
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions,
25431
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > a,
25432
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > .cxd-Badge > a,
25433
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
25434
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > a {
25114
25435
  color: var(--Nav-item-onActive-color);
25115
- background: var(--Nav-item-onActive-bg);
25116
- padding-left: 0.75rem;
25117
25436
  position: relative;
25118
25437
  }
25119
25438
 
25120
25439
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a::after,
25121
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a::after {
25440
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions::after,
25441
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a::after,
25442
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > .cxd-Badge > a::after,
25443
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
25444
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > a::after,
25445
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > a::after,
25446
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions::after,
25447
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > a::after,
25448
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > .cxd-Badge > a::after,
25449
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
25450
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > a::after {
25122
25451
  transform: scaleY(1);
25123
25452
  }
25124
25453
 
25125
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-itemToggler {
25454
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler,
25455
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler,
25456
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler,
25457
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
25126
25458
  transform: rotate(180deg) scale(0.8);
25127
25459
  }
25128
25460
 
25129
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems {
25461
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems,
25462
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems,
25463
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems,
25464
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
25130
25465
  display: block;
25131
25466
  }
25132
25467
 
25133
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-spinner {
25468
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-spinner,
25469
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-spinner {
25134
25470
  position: absolute;
25135
25471
  right: 0.625rem;
25136
25472
  top: 0.5rem;
25137
25473
  }
25138
25474
 
25139
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler {
25140
- position: absolute;
25141
- right: 0;
25142
- top: 0.1875rem;
25143
- width: 1.875rem;
25144
- height: 1.875rem;
25475
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler,
25476
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemToggler {
25477
+ float: left;
25478
+ width: 1.5rem;
25479
+ height: 1.5rem;
25145
25480
  text-align: center;
25146
- line-height: 1.875rem;
25481
+ line-height: 1.5rem;
25147
25482
  vertical-align: middle;
25148
25483
  cursor: pointer;
25149
25484
  transform: scale(0.8);
25150
25485
  transition: transform var(--animation-duration);
25151
25486
  }
25152
25487
 
25153
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg {
25488
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg,
25489
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemToggler > svg {
25154
25490
  width: 10px;
25155
25491
  height: 10px;
25156
25492
  top: 0;
25157
25493
  }
25158
25494
 
25159
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems {
25495
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems,
25496
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-subItems {
25160
25497
  display: none;
25161
25498
  padding-left: 0;
25162
25499
  list-style: none;
25500
+ width: 100%;
25163
25501
  }
25164
25502
 
25165
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item {
25503
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item,
25504
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-item {
25166
25505
  font-size: var(--Nav-subItem-fontSize);
25167
25506
  }
25168
25507
 
@@ -26359,7 +26698,7 @@ readers do not read off random characters that represent icons */
26359
26698
  left: 0;
26360
26699
  right: 0;
26361
26700
  bottom: 0;
26362
- background: rgba(16, 140, 238, 0.2);
26701
+ background: rgba(36, 104, 242, 0.2);
26363
26702
  }
26364
26703
 
26365
26704
  .amis-scope .cxd-CBGroupOrItem-dragbar {
@@ -27470,7 +27809,7 @@ readers do not read off random characters that represent icons */
27470
27809
 
27471
27810
  .amis-scope .cxd-Table-table > tbody > tr.bg-light {
27472
27811
  background-color: #eaf6fe;
27473
- color: #666;
27812
+ color: #151a26;
27474
27813
  }
27475
27814
 
27476
27815
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
@@ -27545,11 +27884,11 @@ readers do not read off random characters that represent icons */
27545
27884
  }
27546
27885
 
27547
27886
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
27548
- color: #4d4d4d !important;
27887
+ color: #030405 !important;
27549
27888
  }
27550
27889
 
27551
27890
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
27552
- color: #a6a6a6 !important;
27891
+ color: #425278 !important;
27553
27892
  }
27554
27893
 
27555
27894
  .amis-scope .cxd-Table-table > tbody > tr.bg-black {
@@ -27599,46 +27938,46 @@ readers do not read off random characters that represent icons */
27599
27938
  }
27600
27939
 
27601
27940
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
27602
- color: #4d4d4d !important;
27941
+ color: #030405 !important;
27603
27942
  }
27604
27943
 
27605
27944
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
27606
- color: #a6a6a6 !important;
27945
+ color: #425278 !important;
27607
27946
  }
27608
27947
 
27609
27948
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary {
27610
- background-color: #108cee;
27611
- color: #d1e7f9;
27949
+ background-color: #2468f2;
27950
+ color: #e6edfc;
27612
27951
  }
27613
27952
 
27614
27953
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
27615
27954
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
27616
- background: #2a97ee;
27955
+ background: #3f79f1;
27617
27956
  }
27618
27957
 
27619
27958
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
27620
27959
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
27621
- background: #44a2ed;
27960
+ background: #598bf0;
27622
27961
  }
27623
27962
 
27624
27963
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
27625
27964
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
27626
- background: #0c7ed9;
27965
+ background: #0b57f2;
27627
27966
  }
27628
27967
 
27629
27968
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
27630
27969
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
27631
- background: #0870c3;
27970
+ background: #074ddc;
27632
27971
  }
27633
27972
 
27634
27973
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
27635
27974
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
27636
- background-color: #108cee;
27975
+ background-color: #2468f2;
27637
27976
  }
27638
27977
 
27639
27978
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
27640
27979
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
27641
- color: #feffff;
27980
+ color: white;
27642
27981
  }
27643
27982
 
27644
27983
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
@@ -27653,11 +27992,11 @@ readers do not read off random characters that represent icons */
27653
27992
  }
27654
27993
 
27655
27994
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
27656
- color: #4d4d4d !important;
27995
+ color: #030405 !important;
27657
27996
  }
27658
27997
 
27659
27998
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
27660
- color: #a6a6a6 !important;
27999
+ color: #425278 !important;
27661
28000
  }
27662
28001
 
27663
28002
  .amis-scope .cxd-Table-table > tbody > tr.bg-success {
@@ -27707,46 +28046,46 @@ readers do not read off random characters that represent icons */
27707
28046
  }
27708
28047
 
27709
28048
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
27710
- color: #4d4d4d !important;
28049
+ color: #030405 !important;
27711
28050
  }
27712
28051
 
27713
28052
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
27714
- color: #a6a6a6 !important;
28053
+ color: #425278 !important;
27715
28054
  }
27716
28055
 
27717
28056
  .amis-scope .cxd-Table-table > tbody > tr.bg-info {
27718
- background-color: #108cee;
27719
- color: #d1e7f9;
28057
+ background-color: #2468f2;
28058
+ color: #e6edfc;
27720
28059
  }
27721
28060
 
27722
28061
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
27723
28062
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
27724
- background: #2a97ee;
28063
+ background: #3f79f1;
27725
28064
  }
27726
28065
 
27727
28066
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
27728
28067
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
27729
- background: #44a2ed;
28068
+ background: #598bf0;
27730
28069
  }
27731
28070
 
27732
28071
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
27733
28072
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
27734
- background: #0c7ed9;
28073
+ background: #0b57f2;
27735
28074
  }
27736
28075
 
27737
28076
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
27738
28077
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
27739
- background: #0870c3;
28078
+ background: #074ddc;
27740
28079
  }
27741
28080
 
27742
28081
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
27743
28082
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
27744
- background-color: #108cee;
28083
+ background-color: #2468f2;
27745
28084
  }
27746
28085
 
27747
28086
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a,
27748
28087
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
27749
- color: #feffff;
28088
+ color: white;
27750
28089
  }
27751
28090
 
27752
28091
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
@@ -27761,11 +28100,11 @@ readers do not read off random characters that represent icons */
27761
28100
  }
27762
28101
 
27763
28102
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
27764
- color: #4d4d4d !important;
28103
+ color: #030405 !important;
27765
28104
  }
27766
28105
 
27767
28106
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
27768
- color: #a6a6a6 !important;
28107
+ color: #425278 !important;
27769
28108
  }
27770
28109
 
27771
28110
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning {
@@ -27815,11 +28154,11 @@ readers do not read off random characters that represent icons */
27815
28154
  }
27816
28155
 
27817
28156
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
27818
- color: #4d4d4d !important;
28157
+ color: #030405 !important;
27819
28158
  }
27820
28159
 
27821
28160
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
27822
- color: #a6a6a6 !important;
28161
+ color: #425278 !important;
27823
28162
  }
27824
28163
 
27825
28164
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger {
@@ -27869,11 +28208,11 @@ readers do not read off random characters that represent icons */
27869
28208
  }
27870
28209
 
27871
28210
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
27872
- color: #4d4d4d !important;
28211
+ color: #030405 !important;
27873
28212
  }
27874
28213
 
27875
28214
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
27876
- color: #a6a6a6 !important;
28215
+ color: #425278 !important;
27877
28216
  }
27878
28217
 
27879
28218
  .amis-scope .cxd-Table-table > tbody > tr.is-dragging {
@@ -30244,7 +30583,7 @@ readers do not read off random characters that represent icons */
30244
30583
  }
30245
30584
 
30246
30585
  .amis-scope .cxd-ImageGallery-item.is-active {
30247
- border: 1px solid #108cee;
30586
+ border: 1px solid var(--primary);
30248
30587
  }
30249
30588
 
30250
30589
  .amis-scope .cxd-ImageGallery-item.is-active:after {
@@ -34050,6 +34389,12 @@ readers do not read off random characters that represent icons */
34050
34389
  border-color: var(--Calendar-btn-onHover-border);
34051
34390
  }
34052
34391
 
34392
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
34393
+ color: var(--Calendar-btn-onActive-color);
34394
+ background: var(--Calendar-btn-onActive-bg);
34395
+ border-color: var(--Calendar-btn-onActive-border);
34396
+ }
34397
+
34053
34398
  .amis-scope .rdtBtn:hover:focus {
34054
34399
  box-shadow: var(--Button-boxShadow);
34055
34400
  }
@@ -34072,6 +34417,12 @@ readers do not read off random characters that represent icons */
34072
34417
  border-color: var(--Calendar-btnCancel-onHover-border);
34073
34418
  }
34074
34419
 
34420
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
34421
+ color: var(--Calendar-btnCancel-onActive-color);
34422
+ background: var(--Calendar-btnCancel-onActive-bg);
34423
+ border-color: var(--Calendar-btnCancel-onActive-border);
34424
+ }
34425
+
34075
34426
  .amis-scope .rdtBtnCancel:hover:focus {
34076
34427
  box-shadow: var(--Button-boxShadow);
34077
34428
  }
@@ -34396,6 +34747,12 @@ readers do not read off random characters that represent icons */
34396
34747
  border-color: var(--ImageControl-addBtn-onHover-border);
34397
34748
  }
34398
34749
 
34750
+ .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
34751
+ color: var(--ImageControl-addBtn-onActive-color);
34752
+ background: var(--ImageControl-addBtn-onActive-bg);
34753
+ border-color: var(--ImageControl-addBtn-onActive-border);
34754
+ }
34755
+
34399
34756
  .amis-scope .cxd-ImageControl-addBtn:hover:focus {
34400
34757
  box-shadow: var(--Button-boxShadow);
34401
34758
  }
@@ -35678,6 +36035,17 @@ readers do not read off random characters that represent icons */
35678
36035
  margin-left: var(--Combo-addBtn-paddingX);
35679
36036
  }
35680
36037
 
36038
+ .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
36039
+ .amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
36040
+ .amis-scope .cxd-Combo-addBtn > .pull-left {
36041
+ margin-right: var(--Combo-addBtn-paddingX);
36042
+ }
36043
+
36044
+ .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
36045
+ .amis-scope .cxd-Combo-addBtn > .pull-right {
36046
+ margin-left: var(--Combo-addBtn-paddingX);
36047
+ }
36048
+
35681
36049
  .amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
35682
36050
  height: var(--Button-fontSize);
35683
36051
  vertical-align: middle;
@@ -35689,6 +36057,12 @@ readers do not read off random characters that represent icons */
35689
36057
  border-color: var(--Combo-addBtn-onHover-border);
35690
36058
  }
35691
36059
 
36060
+ .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
36061
+ color: var(--Combo-addBtn-onActive-color);
36062
+ background: var(--Combo-addBtn-onActive-bg);
36063
+ border-color: var(--Combo-addBtn-onActive-border);
36064
+ }
36065
+
35692
36066
  .amis-scope .cxd-Combo-addBtn:hover:focus {
35693
36067
  box-shadow: var(--Button-boxShadow);
35694
36068
  }
@@ -36359,6 +36733,17 @@ readers do not read off random characters that represent icons */
36359
36733
  margin-left: var(--TagControl-sugBtn-paddingX);
36360
36734
  }
36361
36735
 
36736
+ .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
36737
+ .amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
36738
+ .amis-scope .cxd-TagControl-sugItem > .pull-left {
36739
+ margin-right: var(--TagControl-sugBtn-paddingX);
36740
+ }
36741
+
36742
+ .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
36743
+ .amis-scope .cxd-TagControl-sugItem > .pull-right {
36744
+ margin-left: var(--TagControl-sugBtn-paddingX);
36745
+ }
36746
+
36362
36747
  .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
36363
36748
  height: var(--Button-fontSize);
36364
36749
  vertical-align: middle;
@@ -36370,6 +36755,12 @@ readers do not read off random characters that represent icons */
36370
36755
  border-color: var(--TagControl-sugBtn-onHover-border);
36371
36756
  }
36372
36757
 
36758
+ .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
36759
+ color: var(--TagControl-sugBtn-onActive-color);
36760
+ background: var(--TagControl-sugBtn-onActive-bg);
36761
+ border-color: var(--TagControl-sugBtn-onActive-border);
36762
+ }
36763
+
36373
36764
  .amis-scope .cxd-TagControl-sugItem:hover:focus {
36374
36765
  box-shadow: var(--Button-boxShadow);
36375
36766
  }
@@ -37632,7 +38023,7 @@ readers do not read off random characters that represent icons */
37632
38023
 
37633
38024
  .amis-scope .bg-light {
37634
38025
  background-color: #eaf6fe;
37635
- color: #666;
38026
+ color: #151a26;
37636
38027
  }
37637
38028
 
37638
38029
  .amis-scope .bg-light.lt,
@@ -37707,11 +38098,11 @@ readers do not read off random characters that represent icons */
37707
38098
  }
37708
38099
 
37709
38100
  .amis-scope .bg-dark .text-muted {
37710
- color: #4d4d4d !important;
38101
+ color: #030405 !important;
37711
38102
  }
37712
38103
 
37713
38104
  .amis-scope .bg-dark .text-lt {
37714
- color: #a6a6a6 !important;
38105
+ color: #425278 !important;
37715
38106
  }
37716
38107
 
37717
38108
  .amis-scope .bg-black {
@@ -37761,46 +38152,46 @@ readers do not read off random characters that represent icons */
37761
38152
  }
37762
38153
 
37763
38154
  .amis-scope .bg-black .text-muted {
37764
- color: #4d4d4d !important;
38155
+ color: #030405 !important;
37765
38156
  }
37766
38157
 
37767
38158
  .amis-scope .bg-black .text-lt {
37768
- color: #a6a6a6 !important;
38159
+ color: #425278 !important;
37769
38160
  }
37770
38161
 
37771
38162
  .amis-scope .bg-primary {
37772
- background-color: #108cee;
37773
- color: #d1e7f9;
38163
+ background-color: #2468f2;
38164
+ color: #e6edfc;
37774
38165
  }
37775
38166
 
37776
38167
  .amis-scope .bg-primary.lt,
37777
38168
  .amis-scope .bg-primary .lt {
37778
- background: #2a97ee;
38169
+ background: #3f79f1;
37779
38170
  }
37780
38171
 
37781
38172
  .amis-scope .bg-primary.lter,
37782
38173
  .amis-scope .bg-primary .lter {
37783
- background: #44a2ed;
38174
+ background: #598bf0;
37784
38175
  }
37785
38176
 
37786
38177
  .amis-scope .bg-primary.dk,
37787
38178
  .amis-scope .bg-primary .dk {
37788
- background: #0c7ed9;
38179
+ background: #0b57f2;
37789
38180
  }
37790
38181
 
37791
38182
  .amis-scope .bg-primary.dker,
37792
38183
  .amis-scope .bg-primary .dker {
37793
- background: #0870c3;
38184
+ background: #074ddc;
37794
38185
  }
37795
38186
 
37796
38187
  .amis-scope .bg-primary.bg,
37797
38188
  .amis-scope .bg-primary .bg {
37798
- background-color: #108cee;
38189
+ background-color: #2468f2;
37799
38190
  }
37800
38191
 
37801
38192
  .amis-scope .bg-primary a,
37802
38193
  .amis-scope .bg-primary .cxd-Button--link {
37803
- color: #feffff;
38194
+ color: white;
37804
38195
  }
37805
38196
 
37806
38197
  .amis-scope .bg-primary a:hover,
@@ -37815,11 +38206,11 @@ readers do not read off random characters that represent icons */
37815
38206
  }
37816
38207
 
37817
38208
  .amis-scope .bg-primary .text-muted {
37818
- color: #4d4d4d !important;
38209
+ color: #030405 !important;
37819
38210
  }
37820
38211
 
37821
38212
  .amis-scope .bg-primary .text-lt {
37822
- color: #a6a6a6 !important;
38213
+ color: #425278 !important;
37823
38214
  }
37824
38215
 
37825
38216
  .amis-scope .bg-success {
@@ -37869,46 +38260,46 @@ readers do not read off random characters that represent icons */
37869
38260
  }
37870
38261
 
37871
38262
  .amis-scope .bg-success .text-muted {
37872
- color: #4d4d4d !important;
38263
+ color: #030405 !important;
37873
38264
  }
37874
38265
 
37875
38266
  .amis-scope .bg-success .text-lt {
37876
- color: #a6a6a6 !important;
38267
+ color: #425278 !important;
37877
38268
  }
37878
38269
 
37879
38270
  .amis-scope .bg-info {
37880
- background-color: #108cee;
37881
- color: #d1e7f9;
38271
+ background-color: #2468f2;
38272
+ color: #e6edfc;
37882
38273
  }
37883
38274
 
37884
38275
  .amis-scope .bg-info.lt,
37885
38276
  .amis-scope .bg-info .lt {
37886
- background: #2a97ee;
38277
+ background: #3f79f1;
37887
38278
  }
37888
38279
 
37889
38280
  .amis-scope .bg-info.lter,
37890
38281
  .amis-scope .bg-info .lter {
37891
- background: #44a2ed;
38282
+ background: #598bf0;
37892
38283
  }
37893
38284
 
37894
38285
  .amis-scope .bg-info.dk,
37895
38286
  .amis-scope .bg-info .dk {
37896
- background: #0c7ed9;
38287
+ background: #0b57f2;
37897
38288
  }
37898
38289
 
37899
38290
  .amis-scope .bg-info.dker,
37900
38291
  .amis-scope .bg-info .dker {
37901
- background: #0870c3;
38292
+ background: #074ddc;
37902
38293
  }
37903
38294
 
37904
38295
  .amis-scope .bg-info.bg,
37905
38296
  .amis-scope .bg-info .bg {
37906
- background-color: #108cee;
38297
+ background-color: #2468f2;
37907
38298
  }
37908
38299
 
37909
38300
  .amis-scope .bg-info a,
37910
38301
  .amis-scope .bg-info .cxd-Button--link {
37911
- color: #feffff;
38302
+ color: white;
37912
38303
  }
37913
38304
 
37914
38305
  .amis-scope .bg-info a:hover,
@@ -37923,11 +38314,11 @@ readers do not read off random characters that represent icons */
37923
38314
  }
37924
38315
 
37925
38316
  .amis-scope .bg-info .text-muted {
37926
- color: #4d4d4d !important;
38317
+ color: #030405 !important;
37927
38318
  }
37928
38319
 
37929
38320
  .amis-scope .bg-info .text-lt {
37930
- color: #a6a6a6 !important;
38321
+ color: #425278 !important;
37931
38322
  }
37932
38323
 
37933
38324
  .amis-scope .bg-warning {
@@ -37977,11 +38368,11 @@ readers do not read off random characters that represent icons */
37977
38368
  }
37978
38369
 
37979
38370
  .amis-scope .bg-warning .text-muted {
37980
- color: #4d4d4d !important;
38371
+ color: #030405 !important;
37981
38372
  }
37982
38373
 
37983
38374
  .amis-scope .bg-warning .text-lt {
37984
- color: #a6a6a6 !important;
38375
+ color: #425278 !important;
37985
38376
  }
37986
38377
 
37987
38378
  .amis-scope .bg-danger {
@@ -38031,16 +38422,16 @@ readers do not read off random characters that represent icons */
38031
38422
  }
38032
38423
 
38033
38424
  .amis-scope .bg-danger .text-muted {
38034
- color: #4d4d4d !important;
38425
+ color: #030405 !important;
38035
38426
  }
38036
38427
 
38037
38428
  .amis-scope .bg-danger .text-lt {
38038
- color: #a6a6a6 !important;
38429
+ color: #425278 !important;
38039
38430
  }
38040
38431
 
38041
38432
  .amis-scope .bg-white {
38042
38433
  background-color: #fff;
38043
- color: #666;
38434
+ color: #151a26;
38044
38435
  }
38045
38436
 
38046
38437
  .amis-scope .bg-white.lt,
@@ -38073,59 +38464,59 @@ readers do not read off random characters that represent icons */
38073
38464
  }
38074
38465
 
38075
38466
  .amis-scope a.bg-primary:hover {
38076
- background: #0e7ed6;
38467
+ background: #0e58ee;
38077
38468
  }
38078
38469
 
38079
38470
  .amis-scope a.text-primary:hover {
38080
- color: #0e7ed6;
38471
+ color: #0e58ee;
38081
38472
  }
38082
38473
 
38083
38474
  .amis-scope .text-primary {
38084
- color: #108cee;
38475
+ color: #2468f2;
38085
38476
  }
38086
38477
 
38087
38478
  .amis-scope .text-primary-lt {
38088
- color: #0e7ed6;
38479
+ color: #0e58ee;
38089
38480
  }
38090
38481
 
38091
38482
  .amis-scope .text-primary-lter {
38092
- color: #0d70be;
38483
+ color: #0d4fd6;
38093
38484
  }
38094
38485
 
38095
38486
  .amis-scope .text-primary-dk {
38096
- color: #0e7ed6;
38487
+ color: #0e58ee;
38097
38488
  }
38098
38489
 
38099
38490
  .amis-scope .text-primary-dker {
38100
- color: #0d70be;
38491
+ color: #0d4fd6;
38101
38492
  }
38102
38493
 
38103
38494
  .amis-scope a.bg-info:hover {
38104
- background: #0e7ed6;
38495
+ background: #0e58ee;
38105
38496
  }
38106
38497
 
38107
38498
  .amis-scope a.text-info:hover {
38108
- color: #0e7ed6;
38499
+ color: #0e58ee;
38109
38500
  }
38110
38501
 
38111
38502
  .amis-scope .text-info {
38112
- color: #108cee;
38503
+ color: #2468f2;
38113
38504
  }
38114
38505
 
38115
38506
  .amis-scope .text-info-lt {
38116
- color: #0e7ed6;
38507
+ color: #0e58ee;
38117
38508
  }
38118
38509
 
38119
38510
  .amis-scope .text-info-lter {
38120
- color: #0d70be;
38511
+ color: #0d4fd6;
38121
38512
  }
38122
38513
 
38123
38514
  .amis-scope .text-info-dk {
38124
- color: #0e7ed6;
38515
+ color: #0e58ee;
38125
38516
  }
38126
38517
 
38127
38518
  .amis-scope .text-info-dker {
38128
- color: #0d70be;
38519
+ color: #0d4fd6;
38129
38520
  }
38130
38521
 
38131
38522
  .amis-scope a.bg-success:hover {