amis 1.3.5-beta.3 → 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 (280) hide show
  1. package/lib/components/Badge.d.ts +15 -2
  2. package/lib/components/Badge.js +47 -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/Checkbox.d.ts +1 -1
  8. package/lib/components/Checkbox.js +1 -1
  9. package/lib/components/Checkbox.js.map +2 -2
  10. package/lib/components/Drawer.js +1 -1
  11. package/lib/components/Drawer.js.map +2 -2
  12. package/lib/components/Modal.js +1 -1
  13. package/lib/components/Modal.js.map +2 -2
  14. package/lib/components/RichText.d.ts +6 -4
  15. package/lib/components/RichText.js +241 -27
  16. package/lib/components/RichText.js.map +2 -2
  17. package/lib/components/Select.d.ts +7 -0
  18. package/lib/components/Select.js.map +2 -2
  19. package/lib/components/Steps.d.ts +3 -3
  20. package/lib/components/Steps.js.map +1 -1
  21. package/lib/components/WithRemoteConfig.d.ts +8 -0
  22. package/lib/components/WithRemoteConfig.js +28 -2
  23. package/lib/components/WithRemoteConfig.js.map +2 -2
  24. package/lib/components/calendar/DaysView.js +2 -2
  25. package/lib/components/calendar/DaysView.js.map +2 -2
  26. package/lib/components/condition-builder/Field.js +0 -1
  27. package/lib/components/condition-builder/Field.js.map +2 -2
  28. package/lib/components/condition-builder/Value.js +2 -1
  29. package/lib/components/condition-builder/Value.js.map +2 -2
  30. package/lib/components/condition-builder/types.d.ts +5 -0
  31. package/lib/components/condition-builder/types.js.map +1 -1
  32. package/lib/components/icons.js +2 -0
  33. package/lib/components/icons.js.map +2 -2
  34. package/lib/factory.d.ts +5 -1
  35. package/lib/factory.js +9 -4
  36. package/lib/factory.js.map +2 -2
  37. package/lib/helper.css.map +1 -1
  38. package/lib/icons/loading-outline.js +7 -0
  39. package/lib/index.d.ts +1 -0
  40. package/lib/index.js +2 -1
  41. package/lib/index.js.map +2 -2
  42. package/lib/locale/de-DE.js +1 -0
  43. package/lib/locale/de-DE.js.map +2 -2
  44. package/lib/locale/en-US.js +2 -1
  45. package/lib/locale/en-US.js.map +2 -2
  46. package/lib/locale/zh-CN.js +2 -1
  47. package/lib/locale/zh-CN.js.map +2 -2
  48. package/lib/renderers/Action.d.ts +15 -1
  49. package/lib/renderers/Action.js +13 -6
  50. package/lib/renderers/Action.js.map +2 -2
  51. package/lib/renderers/CRUD.d.ts +2 -2
  52. package/lib/renderers/CRUD.js +11 -20
  53. package/lib/renderers/CRUD.js.map +2 -2
  54. package/lib/renderers/Card.js +11 -11
  55. package/lib/renderers/Card.js.map +2 -2
  56. package/lib/renderers/Collapse.d.ts +1 -1
  57. package/lib/renderers/Collapse.js +5 -1
  58. package/lib/renderers/Collapse.js.map +2 -2
  59. package/lib/renderers/Dialog.d.ts +0 -252
  60. package/lib/renderers/Dialog.js +3 -2
  61. package/lib/renderers/Dialog.js.map +2 -2
  62. package/lib/renderers/Drawer.js +2 -1
  63. package/lib/renderers/Drawer.js.map +2 -2
  64. package/lib/renderers/DropDownButton.d.ts +8 -0
  65. package/lib/renderers/DropDownButton.js +6 -4
  66. package/lib/renderers/DropDownButton.js.map +2 -2
  67. package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
  68. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  69. package/lib/renderers/Form/Combo.d.ts +2 -0
  70. package/lib/renderers/Form/Combo.js +16 -1
  71. package/lib/renderers/Form/Combo.js.map +2 -2
  72. package/lib/renderers/Form/DiffEditor.d.ts +0 -2
  73. package/lib/renderers/Form/Editor.d.ts +0 -2
  74. package/lib/renderers/Form/Editor.js +1 -1
  75. package/lib/renderers/Form/Editor.js.map +2 -2
  76. package/lib/renderers/Form/InputExcel.d.ts +5 -0
  77. package/lib/renderers/Form/InputExcel.js +24 -3
  78. package/lib/renderers/Form/InputExcel.js.map +2 -2
  79. package/lib/renderers/Form/InputImage.d.ts +8 -0
  80. package/lib/renderers/Form/InputImage.js +2 -1
  81. package/lib/renderers/Form/InputImage.js.map +2 -2
  82. package/lib/renderers/Form/InputNumber.d.ts +19 -5
  83. package/lib/renderers/Form/InputNumber.js +69 -7
  84. package/lib/renderers/Form/InputNumber.js.map +2 -2
  85. package/lib/renderers/Form/InputRange.js +7 -2
  86. package/lib/renderers/Form/InputRange.js.map +2 -2
  87. package/lib/renderers/Form/InputTable.d.ts +23 -5
  88. package/lib/renderers/Form/InputTable.js +32 -3
  89. package/lib/renderers/Form/InputTable.js.map +2 -2
  90. package/lib/renderers/Form/Options.js +3 -1
  91. package/lib/renderers/Form/Options.js.map +2 -2
  92. package/lib/renderers/Form/index.js +0 -10
  93. package/lib/renderers/Form/index.js.map +2 -2
  94. package/lib/renderers/Form/wrapControl.js +3 -3
  95. package/lib/renderers/Form/wrapControl.js.map +2 -2
  96. package/lib/renderers/Json.js +5 -1
  97. package/lib/renderers/Json.js.map +2 -2
  98. package/lib/renderers/List.d.ts +5 -0
  99. package/lib/renderers/List.js +20 -14
  100. package/lib/renderers/List.js.map +2 -2
  101. package/lib/renderers/Nav.d.ts +52 -22
  102. package/lib/renderers/Nav.js +100 -15
  103. package/lib/renderers/Nav.js.map +2 -2
  104. package/lib/renderers/Page.d.ts +6 -0
  105. package/lib/renderers/Page.js +11 -3
  106. package/lib/renderers/Page.js.map +2 -2
  107. package/lib/renderers/Service.d.ts +10 -1
  108. package/lib/renderers/Service.js +85 -3
  109. package/lib/renderers/Service.js.map +2 -2
  110. package/lib/renderers/Steps.d.ts +4 -4
  111. package/lib/renderers/Steps.js +5 -2
  112. package/lib/renderers/Steps.js.map +2 -2
  113. package/lib/renderers/Table/TableBody.d.ts +5 -3
  114. package/lib/renderers/Table/TableBody.js +17 -11
  115. package/lib/renderers/Table/TableBody.js.map +2 -2
  116. package/lib/renderers/Table/TableCell.js +6 -2
  117. package/lib/renderers/Table/TableCell.js.map +2 -2
  118. package/lib/renderers/Table/TableContent.d.ts +3 -1
  119. package/lib/renderers/Table/TableContent.js +6 -2
  120. package/lib/renderers/Table/TableContent.js.map +2 -2
  121. package/lib/renderers/Table/TableRow.d.ts +1 -1
  122. package/lib/renderers/Table/TableRow.js +14 -13
  123. package/lib/renderers/Table/TableRow.js.map +2 -2
  124. package/lib/renderers/Table/index.d.ts +28 -3
  125. package/lib/renderers/Table/index.js +92 -52
  126. package/lib/renderers/Table/index.js.map +2 -2
  127. package/lib/schemaExtend.d.ts +1 -0
  128. package/lib/schemaExtend.js +59 -0
  129. package/lib/schemaExtend.js.map +13 -0
  130. package/lib/store/app.d.ts +0 -1
  131. package/lib/store/combo.d.ts +0 -2
  132. package/lib/store/crud.d.ts +3 -3
  133. package/lib/store/crud.js +41 -36
  134. package/lib/store/crud.js.map +2 -2
  135. package/lib/store/form.d.ts +0 -1
  136. package/lib/store/formItem.js +10 -6
  137. package/lib/store/formItem.js.map +2 -2
  138. package/lib/store/modal.d.ts +1 -1
  139. package/lib/store/modal.js +4 -0
  140. package/lib/store/modal.js.map +2 -2
  141. package/lib/store/root.d.ts +0 -1
  142. package/lib/store/service.d.ts +0 -1
  143. package/lib/store/service.js +0 -13
  144. package/lib/store/service.js.map +2 -2
  145. package/lib/store/table.d.ts +1 -2
  146. package/lib/store/table.js +44 -3
  147. package/lib/store/table.js.map +2 -2
  148. package/lib/themes/ang-ie11.css +624 -71
  149. package/lib/themes/ang.css +624 -71
  150. package/lib/themes/ang.css.map +1 -1
  151. package/lib/themes/antd-ie11.css +624 -71
  152. package/lib/themes/antd.css +624 -71
  153. package/lib/themes/antd.css.map +1 -1
  154. package/lib/themes/cxd-ie11.css +732 -191
  155. package/lib/themes/cxd.css +732 -191
  156. package/lib/themes/cxd.css.map +1 -1
  157. package/lib/themes/dark-ie11.css +624 -71
  158. package/lib/themes/dark.css +624 -71
  159. package/lib/themes/dark.css.map +1 -1
  160. package/lib/themes/default.css +732 -191
  161. package/lib/themes/default.css.map +1 -1
  162. package/lib/utils/api.js +12 -0
  163. package/lib/utils/api.js.map +2 -2
  164. package/lib/utils/attachmentAdpator.d.ts +7 -0
  165. package/lib/utils/attachmentAdpator.js +82 -0
  166. package/lib/utils/attachmentAdpator.js.map +13 -0
  167. package/lib/utils/helper.d.ts +2 -0
  168. package/lib/utils/helper.js +14 -1
  169. package/lib/utils/helper.js.map +2 -2
  170. package/lib/utils/resize-sensor.js +6 -0
  171. package/lib/utils/resize-sensor.js.map +2 -2
  172. package/lib/utils/tpl-builtin.d.ts +1 -0
  173. package/lib/utils/tpl-builtin.js +24 -8
  174. package/lib/utils/tpl-builtin.js.map +2 -2
  175. package/lib/utils/validations.js +62 -5
  176. package/lib/utils/validations.js.map +2 -2
  177. package/package.json +1 -2
  178. package/schema.json +561 -171
  179. package/scss/_mixins.scss +29 -0
  180. package/scss/_properties.scss +29 -11
  181. package/scss/components/_badge.scss +67 -2
  182. package/scss/components/_button.scss +35 -3
  183. package/scss/components/_image-gallery.scss +1 -1
  184. package/scss/components/_list.scss +8 -0
  185. package/scss/components/_markdown.scss +266 -0
  186. package/scss/components/_nav.scss +109 -35
  187. package/scss/components/_spinner.scss +6 -2
  188. package/scss/components/_table.scss +4 -0
  189. package/scss/components/form/_form.scss +3 -17
  190. package/scss/components/form/_group.scss +4 -0
  191. package/scss/components/form/_number.scss +12 -1
  192. package/scss/themes/_common.scss +1 -0
  193. package/scss/themes/_cxd-variables.scss +20 -20
  194. package/sdk/ang-ie11.css +769 -76
  195. package/sdk/ang.css +785 -76
  196. package/sdk/antd-ie11.css +759 -68
  197. package/sdk/antd.css +785 -76
  198. package/sdk/charts.js +13 -13
  199. package/sdk/color-picker.js +67 -67
  200. package/sdk/cropperjs.js +2 -2
  201. package/sdk/cxd-ie11.css +1243 -552
  202. package/sdk/cxd.css +893 -196
  203. package/sdk/dark-ie11.css +769 -76
  204. package/sdk/dark.css +785 -76
  205. package/sdk/exceljs.js +1 -1
  206. package/sdk/helper.css.map +1 -1
  207. package/sdk/locale/de-DE.js +1 -0
  208. package/sdk/markdown.js +69 -69
  209. package/sdk/papaparse.js +1 -1
  210. package/sdk/renderers/Form/CityDB.js +1 -1
  211. package/sdk/rest.js +22 -24
  212. package/sdk/rich-text.js +62 -64
  213. package/sdk/sdk-ie11.css +1243 -552
  214. package/sdk/sdk.css +893 -196
  215. package/sdk/sdk.js +1123 -1111
  216. package/sdk/thirds/hls.js/hls.js +1 -1
  217. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  218. package/sdk/tinymce.js +57 -57
  219. package/sdk.zip +0 -0
  220. package/src/components/Badge.tsx +111 -20
  221. package/src/components/Button.tsx +23 -7
  222. package/src/components/Checkbox.tsx +5 -2
  223. package/src/components/Drawer.tsx +3 -2
  224. package/src/components/Modal.tsx +3 -2
  225. package/src/components/RichText.tsx +280 -24
  226. package/src/components/Select.tsx +1 -0
  227. package/src/components/Steps.tsx +3 -3
  228. package/src/components/WithRemoteConfig.tsx +37 -2
  229. package/src/components/calendar/DaysView.tsx +2 -2
  230. package/src/components/condition-builder/Field.tsx +1 -2
  231. package/src/components/condition-builder/Value.tsx +3 -0
  232. package/src/components/condition-builder/types.ts +6 -0
  233. package/src/components/icons.tsx +2 -0
  234. package/src/factory.tsx +13 -3
  235. package/src/icons/loading-outline.svg +4 -0
  236. package/src/index.tsx +2 -0
  237. package/src/locale/de-DE.ts +1 -0
  238. package/src/locale/en-US.ts +2 -1
  239. package/src/locale/zh-CN.ts +2 -1
  240. package/src/renderers/Action.tsx +84 -14
  241. package/src/renderers/CRUD.tsx +13 -33
  242. package/src/renderers/Card.tsx +21 -15
  243. package/src/renderers/Collapse.tsx +5 -1
  244. package/src/renderers/Dialog.tsx +3 -2
  245. package/src/renderers/Drawer.tsx +2 -1
  246. package/src/renderers/DropDownButton.tsx +21 -4
  247. package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
  248. package/src/renderers/Form/Combo.tsx +7 -0
  249. package/src/renderers/Form/Editor.tsx +19 -20
  250. package/src/renderers/Form/InputExcel.tsx +28 -3
  251. package/src/renderers/Form/InputImage.tsx +23 -8
  252. package/src/renderers/Form/InputNumber.tsx +113 -18
  253. package/src/renderers/Form/InputRange.tsx +5 -2
  254. package/src/renderers/Form/InputTable.tsx +88 -9
  255. package/src/renderers/Form/Options.tsx +3 -1
  256. package/src/renderers/Form/index.tsx +0 -15
  257. package/src/renderers/Form/wrapControl.tsx +2 -2
  258. package/src/renderers/Json.tsx +10 -1
  259. package/src/renderers/List.tsx +32 -19
  260. package/src/renderers/Nav.tsx +165 -36
  261. package/src/renderers/Page.tsx +20 -1
  262. package/src/renderers/Service.tsx +101 -3
  263. package/src/renderers/Steps.tsx +12 -9
  264. package/src/renderers/Table/TableBody.tsx +29 -10
  265. package/src/renderers/Table/TableCell.tsx +15 -1
  266. package/src/renderers/Table/TableContent.tsx +7 -1
  267. package/src/renderers/Table/TableRow.tsx +18 -17
  268. package/src/renderers/Table/index.tsx +112 -27
  269. package/src/schemaExtend.ts +66 -0
  270. package/src/store/crud.ts +34 -38
  271. package/src/store/formItem.ts +10 -6
  272. package/src/store/modal.ts +4 -0
  273. package/src/store/service.ts +0 -19
  274. package/src/store/table.ts +48 -0
  275. package/src/utils/api.ts +11 -0
  276. package/src/utils/attachmentAdpator.ts +90 -0
  277. package/src/utils/helper.ts +16 -0
  278. package/src/utils/resize-sensor.ts +7 -0
  279. package/src/utils/tpl-builtin.ts +36 -17
  280. package/src/utils/validations.ts +80 -12
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;
@@ -19270,6 +19270,10 @@ readers do not read off random characters that represent icons */
19270
19270
  --Avatar-width: 2.5rem;
19271
19271
  --Badge-size: var(--gap-md);
19272
19272
  --Badge-color: var(--white);
19273
+ --Badge--success-bg: var(--success);
19274
+ --Badge--info-bg: var(--info);
19275
+ --Badge--warning-bg: var(--warning);
19276
+ --Badge--danger-bg: var(--danger);
19273
19277
  --Button--danger-bg: var(--danger);
19274
19278
  --Button--danger-border: var(--Button--danger-bg);
19275
19279
  --Button--danger-color: var(--button-color);
@@ -19291,18 +19295,18 @@ readers do not read off random characters that represent icons */
19291
19295
  --Button--default-bg: var(--white);
19292
19296
  --Button--default-border: var(--borderColor);
19293
19297
  --Button--default-color: var(--text-color);
19294
- --Button--default-onActive-bg: #e6e6e6;
19295
- --Button--default-onActive-border: #adb4bf;
19296
- --Button--default-onActive-color: var(--Button--default-color);
19297
- --Button--default-onHover-bg: #ececec;
19298
- --Button--default-onHover-border: #b4bbc5;
19299
- --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);
19300
19304
  --Button--iconOnly-minWidthRate: 4 / 3;
19301
19305
  --Button--info-bg: var(--info);
19302
19306
  --Button--info-border: var(--Button--info-bg);
19303
19307
  --Button--info-color: var(--button-color);
19304
19308
  --Button--info-onActive-bg: var(--info-onActive);
19305
- --Button--info-onActive-border: #0c69b2;
19309
+ --Button--info-onActive-border: #0c4bca;
19306
19310
  --Button--info-onActive-color: var(--Button--info-color);
19307
19311
  --Button--info-onHover-bg: var(--info-onHover);
19308
19312
  --Button--info-onHover-border: var(--info-onActive);
@@ -19329,7 +19333,8 @@ readers do not read off random characters that represent icons */
19329
19333
  --Button--light-onHover-color: var(--Button--light-color);
19330
19334
  --Button--link-color: var(--primary);
19331
19335
  --Button--link-onDisabled-color: #4b5563;
19332
- --Button--link-onHover-color: var(--text--loud-color);
19336
+ --Button--link-onHover-color: var(--primary-onHover);
19337
+ --Button--link-onActive-color: var(--primary-onActive);
19333
19338
  --Button--md-fontSize: var(--Button-fontSize);
19334
19339
  --Button--md-height: var(--Button-height);
19335
19340
  --Button--md-lineHeight: var(--Button-lineHeight);
@@ -19344,10 +19349,10 @@ readers do not read off random characters that represent icons */
19344
19349
  --Button--primary-border: var(--Button--primary-bg);
19345
19350
  --Button--primary-color: var(--button-color);
19346
19351
  --Button--primary-onActive-bg: var(--primary-onActive);
19347
- --Button--primary-onActive-border: #0c69b2;
19352
+ --Button--primary-onActive-border: var(--primary-onActive);
19348
19353
  --Button--primary-onActive-color: var(--Button--primary-color);
19349
19354
  --Button--primary-onHover-bg: var(--primary-onHover);
19350
- --Button--primary-onHover-border: var(--primary-onActive);
19355
+ --Button--primary-onHover-border: var(--primary-onHover);
19351
19356
  --Button--primary-onHover-color: var(--Button--primary-color);
19352
19357
  --Button--secondary-bg: var(--secondary);
19353
19358
  --Button--secondary-border: var(--Button--secondary-bg);
@@ -19378,6 +19383,14 @@ readers do not read off random characters that represent icons */
19378
19383
  --Button--success-onHover-bg: var(--success-onHover);
19379
19384
  --Button--success-onHover-border: var(--success-onActive);
19380
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);
19381
19394
  --Button--warning-bg: var(--warning);
19382
19395
  --Button--warning-border: var(--Button--warning-bg);
19383
19396
  --Button--warning-color: var(--button-color);
@@ -19408,12 +19421,15 @@ readers do not read off random characters that represent icons */
19408
19421
  --Button-lineHeight: var(--Form-input-lineHeight);
19409
19422
  --Button-mimWidth: auto;
19410
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;
19411
19426
  --Button-onActive-color: var(--primary);
19412
19427
  --Button-onActive-border: var(--primary);
19413
19428
  --Button-onDisabled-borderColor: #dee2e6;
19414
19429
  --Button-onDisabled-opacity: 0.65;
19415
19430
  --Button-onFocus-boxShadow: none;
19416
19431
  --Button-paddingX: 0.75rem;
19432
+ --Button-paddingX-right: 0.625rem;
19417
19433
  --Button-paddingY: calc(
19418
19434
  (
19419
19435
  var(--Button-height) - var(--Button-borderWidth) * 2 -
@@ -19433,11 +19449,11 @@ readers do not read off random characters that represent icons */
19433
19449
  --Calendar-btn-fontSize: var(--fontSizeSm);
19434
19450
  --Calendar-btn-height: 1.875rem;
19435
19451
  --Calendar-btn-lineHeight: var(--lineHeightBase);
19436
- --Calendar-btn-onActive-bg: #0d70be;
19437
- --Calendar-btn-onActive-border: #0c69b2;
19452
+ --Calendar-btn-onActive-bg: #0d4fd6;
19453
+ --Calendar-btn-onActive-border: #0c4bca;
19438
19454
  --Calendar-btn-onActive-color: var(--Calendar-btn-color);
19439
- --Calendar-btn-onHover-bg: #0e77ca;
19440
- --Calendar-btn-onHover-border: #0d70be;
19455
+ --Calendar-btn-onHover-bg: #0d54e2;
19456
+ --Calendar-btn-onHover-border: #0d4fd6;
19441
19457
  --Calendar-btn-onHover-color: var(--Calendar-btn-color);
19442
19458
  --Calendar-btn-paddingX: 0.625rem;
19443
19459
  --Calendar-btn-paddingY: calc(
@@ -19458,7 +19474,7 @@ readers do not read off random characters that represent icons */
19458
19474
  --Calendar-btnCancel-onHover-color: var(--Button--default-onHover-color);
19459
19475
  --Calendar-cell-bg: var(--white);
19460
19476
  --Calendar-cell-onActive-bg: var(--info);
19461
- --Calendar-cell-onBetween-bg: rgba(16, 140, 238, 0.1);
19477
+ --Calendar-cell-onBetween-bg: rgba(36, 104, 242, 0.1);
19462
19478
  --Calendar-cell-onDisabled-bg: var(--light);
19463
19479
  --Calendar-cell-onHover-bg: #ededed;
19464
19480
  --Calendar-color: var(--text-color);
@@ -19479,7 +19495,7 @@ readers do not read off random characters that represent icons */
19479
19495
  );
19480
19496
  --Calendar-shortcut-color: var(--info);
19481
19497
  --Calendar-shortcut-decoration: none;
19482
- --Calendar-shortcut-onHover-color: #0b62a6;
19498
+ --Calendar-shortcut-onHover-color: #0b46be;
19483
19499
  --Calendar-shortcut-onHover-decoration: none;
19484
19500
  --Calendar-shortcuts-bg: transparent;
19485
19501
  --Calendar-shortcuts-height: 1.875rem;
@@ -19577,10 +19593,10 @@ readers do not read off random characters that represent icons */
19577
19593
  --Combo-addBtn-fontSize: var(--Button--sm-fontSize);
19578
19594
  --Combo-addBtn-height: 1.625rem;
19579
19595
  --Combo-addBtn-lineHeight: var(--Button--sm-lineHeight);
19580
- --Combo-addBtn-onActive-bg: #0d70be;
19596
+ --Combo-addBtn-onActive-bg: #0d4fd6;
19581
19597
  --Combo-addBtn-onActive-border: #adb4bf;
19582
19598
  --Combo-addBtn-onActive-color: var(--Combo-addBtn-color);
19583
- --Combo-addBtn-onHover-bg: #0e77ca;
19599
+ --Combo-addBtn-onHover-bg: #0d54e2;
19584
19600
  --Combo-addBtn-onHover-border: #b4bbc5;
19585
19601
  --Combo-addBtn-onHover-color: var(--Combo-addBtn-color);
19586
19602
  --Combo-addBtn-paddingX: var(--Button--sm-paddingX);
@@ -19679,7 +19695,7 @@ readers do not read off random characters that represent icons */
19679
19695
  --Form-control-widthMd: 15rem;
19680
19696
  --Form-control-widthSm: 10rem;
19681
19697
  --Form-control-widthXs: 5rem;
19682
- --Form-description-color: gray;
19698
+ --Form-description-color: #273047;
19683
19699
  --Form-description-fontSize: var(--fontSizeSm);
19684
19700
  --Form-fontSize: var(--fontSizeBase);
19685
19701
  --Form-group--lg-gutterWidth: 2.5rem;
@@ -19758,12 +19774,12 @@ readers do not read off random characters that represent icons */
19758
19774
  --Form-select-popoverGap: 0;
19759
19775
  --Form-select-search-height: var(--Form-select-menu-height);
19760
19776
  --Form-selectOption-height: var(--Form-input-height);
19761
- --Form-selectValue-bg: #cee8fc;
19762
- --Form-selectValue-borderColor: #9dd1fa;
19777
+ --Form-selectValue-bg: #e4edfe;
19778
+ --Form-selectValue-borderColor: #b3cbfc;
19763
19779
  --Form-selectValue-color: var(--info);
19764
19780
  --Form-selectValue-fontSize: var(--fontSizeSm);
19765
- --Form-selectValue-onDisable-bg: #e6f3fe;
19766
- --Form-selectValue-onHover-bg: #b5dcfb;
19781
+ --Form-selectValue-onDisable-bg: #fdfdff;
19782
+ --Form-selectValue-onHover-bg: #ccdcfd;
19767
19783
  --Form-select-onFocus-boxShadow: none;
19768
19784
  --IconPicker-content-maxHeight: 21.875rem;
19769
19785
  --IconPicker-padding: var(--gap-xs);
@@ -19835,7 +19851,7 @@ readers do not read off random characters that represent icons */
19835
19851
  --InputRange-slider-onDisabled-border: 0.0625rem solid var(--InputRange-onDisabled-color);
19836
19852
  --InputRange-slider-onFocus-borderRadius: var(--borderRadiusMd);
19837
19853
  --InputRange-slider-onFocus-boxShadow: 0 0 0
19838
- var(--InputRange-slider-onFocus-borderRadius) rgba(16, 140, 238, 0.2);
19854
+ var(--InputRange-slider-onFocus-borderRadius) rgba(36, 104, 242, 0.2);
19839
19855
  --InputRange-slider-transition: transform var(--animation-duration) ease-out,
19840
19856
  box-shadow var(--animation-duration) ease-out;
19841
19857
  --InputRange-slider-width: 1.125rem;
@@ -19909,7 +19925,7 @@ readers do not read off random characters that represent icons */
19909
19925
  --ListControl-item-onActive-after-borderColor: var(--primary);
19910
19926
  --ListControl-item-onActive-before-bg: var(--white);
19911
19927
  --ListControl-item-onActive-bg: var(--primary);
19912
- --ListControl-item-onActive-borderColor: #0d70be;
19928
+ --ListControl-item-onActive-borderColor: #0d4fd6;
19913
19929
  --ListControl-item-onActive-color: var(--white);
19914
19930
  --ListControl-item-onActive-onHover-bg: var(--primary);
19915
19931
  --ListControl-item-onDisabled-bg: var(--ListControl-item-bg);
@@ -19936,6 +19952,8 @@ readers do not read off random characters that represent icons */
19936
19952
  --ListItem-onModified-fieldLabel-color: #a2c3fa;
19937
19953
  --ListItem-paddingX: var(--gap-base);
19938
19954
  --ListItem-paddingY: var(--gap-sm);
19955
+ --ListItem--onHover-bg: rgba(0, 126, 255, 0.08);
19956
+ --ListItem--onHover-color: var(--info);
19939
19957
  --listMenu--onActive-borderColor: var(--info);
19940
19958
  --ListMenu-borderRadius: 0.125rem;
19941
19959
  --ListMenu-borderWidth: 0.0625rem;
@@ -20111,7 +20129,7 @@ readers do not read off random characters that represent icons */
20111
20129
  --Satus-icon-width: var(--gap-lg);
20112
20130
  --Satus-icon-height: var(--Satus-icon-width);
20113
20131
  --Sparkline-line-color: var(--info);
20114
- --Sparkline-area-color: rgba(16, 140, 238, 0.1);
20132
+ --Sparkline-area-color: rgba(36, 104, 242, 0.1);
20115
20133
  --Spinner--lg-height: 3.125rem;
20116
20134
  --Spinner--lg-width: 3.125rem;
20117
20135
  --Spinner--sm-height: 1rem;
@@ -20360,8 +20378,8 @@ readers do not read off random characters that represent icons */
20360
20378
  :root {
20361
20379
  --borderColor: #eceff8;
20362
20380
  --body-bg: #ffffff;
20363
- --text-color: #666;
20364
- --text--muted-color: #999;
20381
+ --text-color: #151a26;
20382
+ --text--muted-color: #b4b6ba;
20365
20383
  --text--loud-color: #333;
20366
20384
  --link-onHover-decoration: none;
20367
20385
  --icon-color: #999;
@@ -20375,10 +20393,10 @@ readers do not read off random characters that represent icons */
20375
20393
  --Layout-brand-color: #fff;
20376
20394
  --Layout-asideLink-iconColor: rgba(255, 255, 255, 0.6);
20377
20395
  --Layout-asideLink-color: #fff;
20378
- --Layout-asideLink-onHover-color: #108cee;
20379
- --Layout-asideLink-onActive-color: #108cee;
20396
+ --Layout-asideLink-onHover-color: var(--primary);
20397
+ --Layout-asideLink-onActive-color: var(--primary);
20380
20398
  --Layout-asideLink-onHover-iconSize: 1rem;
20381
- --Layout-asideLink-onHover-iconColor: #108cee;
20399
+ --Layout-asideLink-onHover-iconColor: var(--primary);
20382
20400
  --Layout-asideLink-fontSize: 0.75rem;
20383
20401
  --Layout-asideLink-arrowFontSize: 0.75rem;
20384
20402
  --Layout-asideLink-arrowColor: #8d99b0;
@@ -20500,7 +20518,6 @@ readers do not read off random characters that represent icons */
20500
20518
  --Button-borderWidth: 0.0625rem;
20501
20519
  --Button-boxShadow: none;
20502
20520
  --Button-onActive-boxShadow: none;
20503
- --Button-borderRadius: 0;
20504
20521
  --Button--lg-borderRadius: 0;
20505
20522
  --Button--sm-borderRadius: 0;
20506
20523
  --Button-paddingX: 0.625rem;
@@ -20508,20 +20525,9 @@ readers do not read off random characters that represent icons */
20508
20525
  --Button--lg-fontSize: 0.875rem;
20509
20526
  --Button--default-bg: var(--white);
20510
20527
  --Button--default-border: #cccccc;
20511
- --Button--default-color: #000;
20512
- --Button--default-onHover-bg: var(--white);
20513
- --Button--default-onHover-border: var(--primary);
20514
- --Button--default-onHover-color: var(--primary);
20515
- --Button--default-onActive-bg: #f6fbff;
20516
- --Button--default-onActive-border: var(--primary);
20517
- --Button--default-onActive-color: var(--primary);
20518
20528
  --Button--primary-bg: var(--primary);
20519
20529
  --Button--primary-border: var(--primary);
20520
- --Button--primary-onHover-bg: #209bfd;
20521
- --Button--primary-onHover-border: var(--primary);
20522
20530
  --Button--primary-onHover-color: var(--white);
20523
- --Button--primary-onActive-bg: #047bdb;
20524
- --Button--primary-onActive-border: var(--primary);
20525
20531
  --Button--primary-onActive-color: var(--white);
20526
20532
  --Button--danger-bg: #ea2e2e;
20527
20533
  --Button--danger-onHover-bg: #f64545;
@@ -22679,6 +22685,17 @@ readers do not read off random characters that represent icons */
22679
22685
  margin-left: var(--Button-paddingX);
22680
22686
  }
22681
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
+
22682
22699
  .amis-scope .cxd-Button img.cxd-Button-icon {
22683
22700
  height: var(--Button-fontSize);
22684
22701
  vertical-align: middle;
@@ -22696,16 +22713,23 @@ readers do not read off random characters that represent icons */
22696
22713
 
22697
22714
  .amis-scope .cxd-Button.is-disabled,
22698
22715
  .amis-scope .cxd-Button:disabled {
22699
- opacity: var(--Button-onDisabled-opacity);
22700
22716
  filter: grayscale(100%);
22701
22717
  box-shadow: none;
22702
22718
  cursor: not-allowed;
22719
+ color: var(--text--muted-color);
22720
+ pointer-events: auto;
22721
+ border: none;
22722
+ background: #F2F3F3;
22703
22723
  }
22704
22724
 
22705
22725
  .amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
22706
22726
  cursor: pointer;
22707
22727
  }
22708
22728
 
22729
+ .amis-scope .cxd-Button.cxd-Button--link.is-disabled {
22730
+ background: transparent;
22731
+ }
22732
+
22709
22733
  .amis-scope .cxd-Button > .pull-left,
22710
22734
  .amis-scope .cxd-Button > .pull-right {
22711
22735
  line-height: inherit;
@@ -22736,6 +22760,12 @@ readers do not read off random characters that represent icons */
22736
22760
  border-color: var(--Button--primary-onHover-border);
22737
22761
  }
22738
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
+
22739
22769
  .amis-scope .cxd-Button--primary:hover:focus {
22740
22770
  box-shadow: var(--Button-boxShadow);
22741
22771
  }
@@ -22754,6 +22784,12 @@ readers do not read off random characters that represent icons */
22754
22784
  border-color: var(--Button--secondary-onHover-border);
22755
22785
  }
22756
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
+
22757
22793
  .amis-scope .cxd-Button--secondary:hover:focus {
22758
22794
  box-shadow: var(--Button-boxShadow);
22759
22795
  }
@@ -22772,10 +22808,40 @@ readers do not read off random characters that represent icons */
22772
22808
  border-color: var(--Button--success-onHover-border);
22773
22809
  }
22774
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
+
22775
22817
  .amis-scope .cxd-Button--success:hover:focus {
22776
22818
  box-shadow: var(--Button-boxShadow);
22777
22819
  }
22778
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
+
22779
22845
  .amis-scope .cxd-Button--info {
22780
22846
  color: var(--Button--info-color);
22781
22847
  background: var(--Button--info-bg);
@@ -22790,6 +22856,12 @@ readers do not read off random characters that represent icons */
22790
22856
  border-color: var(--Button--info-onHover-border);
22791
22857
  }
22792
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
+
22793
22865
  .amis-scope .cxd-Button--info:hover:focus {
22794
22866
  box-shadow: var(--Button-boxShadow);
22795
22867
  }
@@ -22808,6 +22880,12 @@ readers do not read off random characters that represent icons */
22808
22880
  border-color: var(--Button--warning-onHover-border);
22809
22881
  }
22810
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
+
22811
22889
  .amis-scope .cxd-Button--warning:hover:focus {
22812
22890
  box-shadow: var(--Button-boxShadow);
22813
22891
  }
@@ -22826,6 +22904,12 @@ readers do not read off random characters that represent icons */
22826
22904
  border-color: var(--Button--danger-onHover-border);
22827
22905
  }
22828
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
+
22829
22913
  .amis-scope .cxd-Button--danger:hover:focus {
22830
22914
  box-shadow: var(--Button-boxShadow);
22831
22915
  }
@@ -22844,6 +22928,12 @@ readers do not read off random characters that represent icons */
22844
22928
  border-color: var(--Button--light-onHover-border);
22845
22929
  }
22846
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
+
22847
22937
  .amis-scope .cxd-Button--light:hover:focus {
22848
22938
  box-shadow: var(--Button-boxShadow);
22849
22939
  }
@@ -22862,6 +22952,12 @@ readers do not read off random characters that represent icons */
22862
22952
  border-color: var(--Button--dark-onHover-border);
22863
22953
  }
22864
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
+
22865
22961
  .amis-scope .cxd-Button--dark:hover:focus {
22866
22962
  box-shadow: var(--Button-boxShadow);
22867
22963
  }
@@ -22880,6 +22976,12 @@ readers do not read off random characters that represent icons */
22880
22976
  border-color: var(--Button--default-onHover-border);
22881
22977
  }
22882
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
+
22883
22985
  .amis-scope .cxd-Button--default:hover:focus {
22884
22986
  box-shadow: var(--Button-boxShadow);
22885
22987
  }
@@ -22903,6 +23005,17 @@ readers do not read off random characters that represent icons */
22903
23005
  margin-left: var(--Button--xs-paddingX);
22904
23006
  }
22905
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
+
22906
23019
  .amis-scope .cxd-Button--xs img.cxd-Button-icon {
22907
23020
  height: var(--Button-fontSize);
22908
23021
  vertical-align: middle;
@@ -22931,6 +23044,17 @@ readers do not read off random characters that represent icons */
22931
23044
  margin-left: var(--Button--sm-paddingX);
22932
23045
  }
22933
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
+
22934
23058
  .amis-scope .cxd-Button--sm img.cxd-Button-icon {
22935
23059
  height: var(--Button-fontSize);
22936
23060
  vertical-align: middle;
@@ -22959,6 +23083,17 @@ readers do not read off random characters that represent icons */
22959
23083
  margin-left: var(--Button--md-paddingX);
22960
23084
  }
22961
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
+
22962
23097
  .amis-scope .cxd-Button--md img.cxd-Button-icon {
22963
23098
  height: var(--Button-fontSize);
22964
23099
  vertical-align: middle;
@@ -22987,6 +23122,17 @@ readers do not read off random characters that represent icons */
22987
23122
  margin-left: var(--Button--lg-paddingX);
22988
23123
  }
22989
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
+
22990
23136
  .amis-scope .cxd-Button--lg img.cxd-Button-icon {
22991
23137
  height: var(--Button-fontSize);
22992
23138
  vertical-align: middle;
@@ -23015,6 +23161,14 @@ readers do not read off random characters that represent icons */
23015
23161
  line-height: 1;
23016
23162
  }
23017
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
+
23018
23172
  .amis-scope .cxd-Button--link {
23019
23173
  width: auto;
23020
23174
  min-width: auto;
@@ -23027,7 +23181,11 @@ readers do not read off random characters that represent icons */
23027
23181
 
23028
23182
  .amis-scope .cxd-Button--link:hover:focus {
23029
23183
  color: var(--Button--link-onHover-color);
23030
- 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);
23031
23189
  box-shadow: none;
23032
23190
  }
23033
23191
 
@@ -23035,7 +23193,7 @@ readers do not read off random characters that represent icons */
23035
23193
  .amis-scope .cxd-Button--link.is-disabled {
23036
23194
  color: var(--text--muted-color);
23037
23195
  pointer-events: none;
23038
- background: transparent;
23196
+ background: #F2F3F3;
23039
23197
  }
23040
23198
 
23041
23199
  .amis-scope .cxd-Button--block {
@@ -23114,7 +23272,8 @@ readers do not read off random characters that represent icons */
23114
23272
  }
23115
23273
 
23116
23274
  .amis-scope .cxd-Badge-text,
23117
- .amis-scope .cxd-Badge-dot {
23275
+ .amis-scope .cxd-Badge-dot,
23276
+ .amis-scope .cxd-Badge-ribbon {
23118
23277
  background: var(--danger);
23119
23278
  position: absolute;
23120
23279
  top: 0;
@@ -23123,7 +23282,6 @@ readers do not read off random characters that represent icons */
23123
23282
  transform-origin: 100% 0;
23124
23283
  z-index: auto;
23125
23284
  border-radius: calc(var(--Badge-size) / 2);
23126
- box-shadow: 0 0 0 1px #fff;
23127
23285
  }
23128
23286
 
23129
23287
  .amis-scope .cxd-Badge--top-left {
@@ -23149,6 +23307,22 @@ readers do not read off random characters that represent icons */
23149
23307
  transform: translate(50%, 50%);
23150
23308
  }
23151
23309
 
23310
+ .amis-scope .cxd-Badge--danger {
23311
+ background: var(--Badge--danger-bg);
23312
+ }
23313
+
23314
+ .amis-scope .cxd-Badge--info {
23315
+ background: var(--Badge--info-bg);
23316
+ }
23317
+
23318
+ .amis-scope .cxd-Badge--success {
23319
+ background: var(--Badge--success-bg);
23320
+ }
23321
+
23322
+ .amis-scope .cxd-Badge--warning {
23323
+ background: var(--Badge--warning-bg);
23324
+ }
23325
+
23152
23326
  .amis-scope .cxd-Badge-text {
23153
23327
  color: var(--Badge-color);
23154
23328
  height: var(--Badge-size);
@@ -23165,6 +23339,56 @@ readers do not read off random characters that represent icons */
23165
23339
  border-radius: 50%;
23166
23340
  }
23167
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
+
23168
23392
  @keyframes badgeDotAnimation {
23169
23393
  0% {
23170
23394
  transform: scale(0.8);
@@ -24387,6 +24611,17 @@ readers do not read off random characters that represent icons */
24387
24611
  margin-left: var(--Combo-addBtn-paddingX);
24388
24612
  }
24389
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
+
24390
24625
  .amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
24391
24626
  height: var(--Button-fontSize);
24392
24627
  vertical-align: middle;
@@ -24398,6 +24633,12 @@ readers do not read off random characters that represent icons */
24398
24633
  border-color: var(--Combo-addBtn-onHover-border);
24399
24634
  }
24400
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
+
24401
24642
  .amis-scope .cxd-ArrayInput-addBtn:hover:focus {
24402
24643
  box-shadow: var(--Button-boxShadow);
24403
24644
  }
@@ -25000,6 +25241,7 @@ readers do not read off random characters that represent icons */
25000
25241
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item {
25001
25242
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
25002
25243
  display: inline-block;
25244
+ position: relative;
25003
25245
  }
25004
25246
 
25005
25247
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item > a {
@@ -25012,7 +25254,7 @@ readers do not read off random characters that represent icons */
25012
25254
  color: var(--Tabs-color);
25013
25255
  text-decoration: none;
25014
25256
  margin-right: 0.125rem;
25015
- padding: var(--gap-sm) var(--gap-base);
25257
+ padding: var(--gap-sm) var(--gap-xl);
25016
25258
  cursor: pointer;
25017
25259
  }
25018
25260
 
@@ -25042,106 +25284,224 @@ readers do not read off random characters that represent icons */
25042
25284
  min-height: 3.125rem;
25043
25285
  }
25044
25286
 
25045
- .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 {
25046
25289
  position: relative;
25290
+ display: flex;
25291
+ flex-wrap: wrap;
25292
+ align-items: stretch;
25293
+ width: 100%;
25047
25294
  }
25048
25295
 
25049
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a {
25050
- 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;
25051
25359
  outline: none;
25052
25360
  color: var(--Nav-item-color);
25053
25361
  text-decoration: none;
25054
- padding: var(--gap-sm) var(--gap-base);
25362
+ padding: var(--gap-sm) var(--gap-sm);
25055
25363
  cursor: pointer;
25056
25364
  background: var(--Nav-item-bg);
25057
25365
  border-radius: var(--Nav-item-borderRadius);
25058
25366
  text-overflow: ellipsis;
25059
- }
25060
-
25061
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a::after {
25062
- border-left: var(--Nav-item-onActive-borderLeft);
25063
- position: absolute;
25064
- left: 0;
25065
- top: 0;
25066
- content: "";
25067
- width: 1px;
25068
- height: 100%;
25069
- transform: scaleY(0.0001);
25070
- 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);
25071
- }
25072
-
25073
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.has-sub > a {
25074
- padding-right: calc(var(--gap-base) + var(--gap-sm));
25367
+ flex: 1;
25075
25368
  }
25076
25369
 
25077
25370
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
25078
- .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 {
25079
25386
  border-color: var(--Nav-item-onHover-color);
25080
25387
  text-decoration: none;
25081
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;
25082
25401
  }
25083
25402
 
25084
25403
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
25085
- .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 {
25086
25411
  color: var(--Nav-item-onDisabled-color);
25087
25412
  background: transparent;
25088
25413
  pointer-events: none;
25089
25414
  }
25090
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
+
25091
25423
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a,
25092
- .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 {
25093
25435
  color: var(--Nav-item-onActive-color);
25094
- background: var(--Nav-item-onActive-bg);
25095
- padding-left: 0.75rem;
25096
25436
  position: relative;
25097
25437
  }
25098
25438
 
25099
25439
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a::after,
25100
- .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 {
25101
25451
  transform: scaleY(1);
25102
25452
  }
25103
25453
 
25104
- .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 {
25105
25458
  transform: rotate(180deg) scale(0.8);
25106
25459
  }
25107
25460
 
25108
- .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 {
25109
25465
  display: block;
25110
25466
  }
25111
25467
 
25112
- .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 {
25113
25470
  position: absolute;
25114
25471
  right: 0.625rem;
25115
25472
  top: 0.5rem;
25116
25473
  }
25117
25474
 
25118
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler {
25119
- position: absolute;
25120
- right: 0;
25121
- top: 0.1875rem;
25122
- width: 1.875rem;
25123
- 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;
25124
25480
  text-align: center;
25125
- line-height: 1.875rem;
25481
+ line-height: 1.5rem;
25126
25482
  vertical-align: middle;
25127
25483
  cursor: pointer;
25128
25484
  transform: scale(0.8);
25129
25485
  transition: transform var(--animation-duration);
25130
25486
  }
25131
25487
 
25132
- .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 {
25133
25490
  width: 10px;
25134
25491
  height: 10px;
25135
25492
  top: 0;
25136
25493
  }
25137
25494
 
25138
- .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 {
25139
25497
  display: none;
25140
25498
  padding-left: 0;
25141
25499
  list-style: none;
25500
+ width: 100%;
25142
25501
  }
25143
25502
 
25144
- .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 {
25145
25505
  font-size: var(--Nav-subItem-fontSize);
25146
25506
  }
25147
25507
 
@@ -25813,8 +26173,13 @@ readers do not read off random characters that represent icons */
25813
26173
  .amis-scope .cxd-Spinner--icon {
25814
26174
  background: transparent;
25815
26175
  animation: spin 2s linear infinite;
25816
- width: auto;
25817
- height: auto;
26176
+ width: var(--fontSizeLg);
26177
+ height: var(--fontSizeLg);
26178
+ }
26179
+
26180
+ .amis-scope .cxd-Spinner--icon svg.icon {
26181
+ width: var(--fontSizeLg);
26182
+ height: var(--fontSizeLg);
25818
26183
  }
25819
26184
 
25820
26185
  .amis-scope .cxd-Spinner--overlay {
@@ -26333,7 +26698,7 @@ readers do not read off random characters that represent icons */
26333
26698
  left: 0;
26334
26699
  right: 0;
26335
26700
  bottom: 0;
26336
- background: rgba(16, 140, 238, 0.2);
26701
+ background: rgba(36, 104, 242, 0.2);
26337
26702
  }
26338
26703
 
26339
26704
  .amis-scope .cxd-CBGroupOrItem-dragbar {
@@ -27398,6 +27763,10 @@ readers do not read off random characters that represent icons */
27398
27763
  background: var(--Table-strip-bg);
27399
27764
  }
27400
27765
 
27766
+ .amis-scope .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
27767
+ cursor: pointer;
27768
+ }
27769
+
27401
27770
  .amis-scope .cxd-Table-table > tbody > tr:hover,
27402
27771
  .amis-scope .cxd-Table-table > tbody > tr.is-hovered {
27403
27772
  background: var(--Table-onHover-bg);
@@ -27440,7 +27809,7 @@ readers do not read off random characters that represent icons */
27440
27809
 
27441
27810
  .amis-scope .cxd-Table-table > tbody > tr.bg-light {
27442
27811
  background-color: #eaf6fe;
27443
- color: #666;
27812
+ color: #151a26;
27444
27813
  }
27445
27814
 
27446
27815
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
@@ -27515,11 +27884,11 @@ readers do not read off random characters that represent icons */
27515
27884
  }
27516
27885
 
27517
27886
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
27518
- color: #4d4d4d !important;
27887
+ color: #030405 !important;
27519
27888
  }
27520
27889
 
27521
27890
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
27522
- color: #a6a6a6 !important;
27891
+ color: #425278 !important;
27523
27892
  }
27524
27893
 
27525
27894
  .amis-scope .cxd-Table-table > tbody > tr.bg-black {
@@ -27569,46 +27938,46 @@ readers do not read off random characters that represent icons */
27569
27938
  }
27570
27939
 
27571
27940
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
27572
- color: #4d4d4d !important;
27941
+ color: #030405 !important;
27573
27942
  }
27574
27943
 
27575
27944
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
27576
- color: #a6a6a6 !important;
27945
+ color: #425278 !important;
27577
27946
  }
27578
27947
 
27579
27948
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary {
27580
- background-color: #108cee;
27581
- color: #d1e7f9;
27949
+ background-color: #2468f2;
27950
+ color: #e6edfc;
27582
27951
  }
27583
27952
 
27584
27953
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
27585
27954
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
27586
- background: #2a97ee;
27955
+ background: #3f79f1;
27587
27956
  }
27588
27957
 
27589
27958
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
27590
27959
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
27591
- background: #44a2ed;
27960
+ background: #598bf0;
27592
27961
  }
27593
27962
 
27594
27963
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
27595
27964
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
27596
- background: #0c7ed9;
27965
+ background: #0b57f2;
27597
27966
  }
27598
27967
 
27599
27968
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
27600
27969
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
27601
- background: #0870c3;
27970
+ background: #074ddc;
27602
27971
  }
27603
27972
 
27604
27973
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
27605
27974
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
27606
- background-color: #108cee;
27975
+ background-color: #2468f2;
27607
27976
  }
27608
27977
 
27609
27978
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
27610
27979
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
27611
- color: #feffff;
27980
+ color: white;
27612
27981
  }
27613
27982
 
27614
27983
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
@@ -27623,11 +27992,11 @@ readers do not read off random characters that represent icons */
27623
27992
  }
27624
27993
 
27625
27994
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
27626
- color: #4d4d4d !important;
27995
+ color: #030405 !important;
27627
27996
  }
27628
27997
 
27629
27998
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
27630
- color: #a6a6a6 !important;
27999
+ color: #425278 !important;
27631
28000
  }
27632
28001
 
27633
28002
  .amis-scope .cxd-Table-table > tbody > tr.bg-success {
@@ -27677,46 +28046,46 @@ readers do not read off random characters that represent icons */
27677
28046
  }
27678
28047
 
27679
28048
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
27680
- color: #4d4d4d !important;
28049
+ color: #030405 !important;
27681
28050
  }
27682
28051
 
27683
28052
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
27684
- color: #a6a6a6 !important;
28053
+ color: #425278 !important;
27685
28054
  }
27686
28055
 
27687
28056
  .amis-scope .cxd-Table-table > tbody > tr.bg-info {
27688
- background-color: #108cee;
27689
- color: #d1e7f9;
28057
+ background-color: #2468f2;
28058
+ color: #e6edfc;
27690
28059
  }
27691
28060
 
27692
28061
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
27693
28062
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
27694
- background: #2a97ee;
28063
+ background: #3f79f1;
27695
28064
  }
27696
28065
 
27697
28066
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
27698
28067
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
27699
- background: #44a2ed;
28068
+ background: #598bf0;
27700
28069
  }
27701
28070
 
27702
28071
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
27703
28072
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
27704
- background: #0c7ed9;
28073
+ background: #0b57f2;
27705
28074
  }
27706
28075
 
27707
28076
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
27708
28077
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
27709
- background: #0870c3;
28078
+ background: #074ddc;
27710
28079
  }
27711
28080
 
27712
28081
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
27713
28082
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
27714
- background-color: #108cee;
28083
+ background-color: #2468f2;
27715
28084
  }
27716
28085
 
27717
28086
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a,
27718
28087
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
27719
- color: #feffff;
28088
+ color: white;
27720
28089
  }
27721
28090
 
27722
28091
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
@@ -27731,11 +28100,11 @@ readers do not read off random characters that represent icons */
27731
28100
  }
27732
28101
 
27733
28102
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
27734
- color: #4d4d4d !important;
28103
+ color: #030405 !important;
27735
28104
  }
27736
28105
 
27737
28106
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
27738
- color: #a6a6a6 !important;
28107
+ color: #425278 !important;
27739
28108
  }
27740
28109
 
27741
28110
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning {
@@ -27785,11 +28154,11 @@ readers do not read off random characters that represent icons */
27785
28154
  }
27786
28155
 
27787
28156
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
27788
- color: #4d4d4d !important;
28157
+ color: #030405 !important;
27789
28158
  }
27790
28159
 
27791
28160
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
27792
- color: #a6a6a6 !important;
28161
+ color: #425278 !important;
27793
28162
  }
27794
28163
 
27795
28164
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger {
@@ -27839,11 +28208,11 @@ readers do not read off random characters that represent icons */
27839
28208
  }
27840
28209
 
27841
28210
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
27842
- color: #4d4d4d !important;
28211
+ color: #030405 !important;
27843
28212
  }
27844
28213
 
27845
28214
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
27846
- color: #a6a6a6 !important;
28215
+ color: #425278 !important;
27847
28216
  }
27848
28217
 
27849
28218
  .amis-scope .cxd-Table-table > tbody > tr.is-dragging {
@@ -28936,6 +29305,15 @@ readers do not read off random characters that represent icons */
28936
29305
  opacity: var(--ListItem-onDragging-opacity);
28937
29306
  }
28938
29307
 
29308
+ .amis-scope .cxd-ListItem--hasItemAction {
29309
+ cursor: pointer;
29310
+ }
29311
+
29312
+ .amis-scope .cxd-ListItem--hasItemAction:hover {
29313
+ color: var(--ListMenu-item--onHover-color);
29314
+ background: var(--ListMenu-item--onHover-bg);
29315
+ }
29316
+
28939
29317
  .amis-scope .cxd-Cards-toolbar {
28940
29318
  margin: 0 var(--Cards-toolbar-marginX) var(--Cards-toolbar-marginY);
28941
29319
  }
@@ -30205,7 +30583,7 @@ readers do not read off random characters that represent icons */
30205
30583
  }
30206
30584
 
30207
30585
  .amis-scope .cxd-ImageGallery-item.is-active {
30208
- border: 1px solid #108cee;
30586
+ border: 1px solid var(--primary);
30209
30587
  }
30210
30588
 
30211
30589
  .amis-scope .cxd-ImageGallery-item.is-active:after {
@@ -31218,6 +31596,10 @@ readers do not read off random characters that represent icons */
31218
31596
  margin-bottom: var(--Form-item-gap);
31219
31597
  }
31220
31598
 
31599
+ .amis-scope .cxd-Form-group:last-child {
31600
+ margin-bottom: 0;
31601
+ }
31602
+
31221
31603
  .amis-scope .cxd-Form-value > .cxd-Form-group {
31222
31604
  margin-bottom: var(--Form-input-marginBottom);
31223
31605
  }
@@ -32847,6 +33229,18 @@ readers do not read off random characters that represent icons */
32847
33229
  border-left: none;
32848
33230
  }
32849
33231
 
33232
+ .amis-scope .cxd-NumberControl--withUnit {
33233
+ display: flex;
33234
+ }
33235
+
33236
+ .amis-scope .cxd-NumberControl--withUnit .cxd-Number {
33237
+ flex-grow: 1;
33238
+ }
33239
+
33240
+ .amis-scope .cxd-NumberControl--withUnit .cxd-Select {
33241
+ border-left: 0;
33242
+ }
33243
+
32850
33244
  .amis-scope .cxd-Select {
32851
33245
  display: inline-flex;
32852
33246
  vertical-align: middle;
@@ -33995,6 +34389,12 @@ readers do not read off random characters that represent icons */
33995
34389
  border-color: var(--Calendar-btn-onHover-border);
33996
34390
  }
33997
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
+
33998
34398
  .amis-scope .rdtBtn:hover:focus {
33999
34399
  box-shadow: var(--Button-boxShadow);
34000
34400
  }
@@ -34017,6 +34417,12 @@ readers do not read off random characters that represent icons */
34017
34417
  border-color: var(--Calendar-btnCancel-onHover-border);
34018
34418
  }
34019
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
+
34020
34426
  .amis-scope .rdtBtnCancel:hover:focus {
34021
34427
  box-shadow: var(--Button-boxShadow);
34022
34428
  }
@@ -34341,6 +34747,12 @@ readers do not read off random characters that represent icons */
34341
34747
  border-color: var(--ImageControl-addBtn-onHover-border);
34342
34748
  }
34343
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
+
34344
34756
  .amis-scope .cxd-ImageControl-addBtn:hover:focus {
34345
34757
  box-shadow: var(--Button-boxShadow);
34346
34758
  }
@@ -35623,6 +36035,17 @@ readers do not read off random characters that represent icons */
35623
36035
  margin-left: var(--Combo-addBtn-paddingX);
35624
36036
  }
35625
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
+
35626
36049
  .amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
35627
36050
  height: var(--Button-fontSize);
35628
36051
  vertical-align: middle;
@@ -35634,6 +36057,12 @@ readers do not read off random characters that represent icons */
35634
36057
  border-color: var(--Combo-addBtn-onHover-border);
35635
36058
  }
35636
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
+
35637
36066
  .amis-scope .cxd-Combo-addBtn:hover:focus {
35638
36067
  box-shadow: var(--Button-boxShadow);
35639
36068
  }
@@ -36304,6 +36733,17 @@ readers do not read off random characters that represent icons */
36304
36733
  margin-left: var(--TagControl-sugBtn-paddingX);
36305
36734
  }
36306
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
+
36307
36747
  .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
36308
36748
  height: var(--Button-fontSize);
36309
36749
  vertical-align: middle;
@@ -36315,6 +36755,12 @@ readers do not read off random characters that represent icons */
36315
36755
  border-color: var(--TagControl-sugBtn-onHover-border);
36316
36756
  }
36317
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
+
36318
36764
  .amis-scope .cxd-TagControl-sugItem:hover:focus {
36319
36765
  box-shadow: var(--Button-boxShadow);
36320
36766
  }
@@ -37006,10 +37452,6 @@ readers do not read off random characters that represent icons */
37006
37452
  width: var(--Form-control-widthXs);
37007
37453
  }
37008
37454
 
37009
- .amis-scope .cxd-Form-control--sizeXs.cxd-TextareaControl {
37010
- width: auto;
37011
- }
37012
-
37013
37455
  .amis-scope .cxd-Form-control--sizeSm {
37014
37456
  width: var(--Form-control-widthSm);
37015
37457
  max-width: 100%;
@@ -37021,10 +37463,6 @@ readers do not read off random characters that represent icons */
37021
37463
  width: var(--Form-control-widthSm);
37022
37464
  }
37023
37465
 
37024
- .amis-scope .cxd-Form-control--sizeSm.cxd-TextareaControl {
37025
- width: auto;
37026
- }
37027
-
37028
37466
  .amis-scope .cxd-Form-control--sizeMd {
37029
37467
  width: var(--Form-control-widthMd);
37030
37468
  max-width: 100%;
@@ -37032,10 +37470,6 @@ readers do not read off random characters that represent icons */
37032
37470
  vertical-align: top;
37033
37471
  }
37034
37472
 
37035
- .amis-scope .cxd-Form-control--sizeMd.cxd-TextareaControl {
37036
- width: auto;
37037
- }
37038
-
37039
37473
  .amis-scope .cxd-Form-control--sizeLg {
37040
37474
  width: var(--Form-control-widthLg);
37041
37475
  max-width: 100%;
@@ -37047,10 +37481,6 @@ readers do not read off random characters that represent icons */
37047
37481
  width: var(--Form-control-widthLg);
37048
37482
  }
37049
37483
 
37050
- .amis-scope .cxd-Form-control--sizeLg.cxd-TextareaControl {
37051
- width: auto;
37052
- }
37053
-
37054
37484
  .amis-scope .cxd-Form-item--horizontal {
37055
37485
  display: flex;
37056
37486
  flex-wrap: nowrap;
@@ -37200,7 +37630,9 @@ readers do not read off random characters that represent icons */
37200
37630
  }
37201
37631
 
37202
37632
  .amis-scope .cxd-Form-item--inline > .cxd-Form-label .cxd-Form-star {
37203
- position: static;
37633
+ position: absolute;
37634
+ left: -0.375rem;
37635
+ top: 0.1875rem;
37204
37636
  }
37205
37637
 
37206
37638
  .amis-scope .cxd-Form-item--inline > .cxd-Form-value {
@@ -37320,13 +37752,278 @@ readers do not read off random characters that represent icons */
37320
37752
  padding: var(--gap-base);
37321
37753
  }
37322
37754
 
37755
+ .amis-scope .cxd-Markdown strong {
37756
+ font-weight: bolder;
37757
+ }
37758
+
37759
+ .amis-scope .cxd-Markdown img {
37760
+ border-style: none;
37761
+ }
37762
+
37763
+ .amis-scope .cxd-Markdown svg:not(:root) {
37764
+ overflow: hidden;
37765
+ }
37766
+
37767
+ .amis-scope .cxd-Markdown button:-moz-focusring,
37768
+ .amis-scope .cxd-Markdown [type=button]:-moz-focusring,
37769
+ .amis-scope .cxd-Markdown [type=reset]:-moz-focusring,
37770
+ .amis-scope .cxd-Markdown [type=submit]:-moz-focusring {
37771
+ outline: 1px dotted ButtonText;
37772
+ }
37773
+
37774
+ .amis-scope .cxd-Markdown [type=checkbox] {
37775
+ box-sizing: border-box;
37776
+ padding: 0;
37777
+ }
37778
+
37779
+ .amis-scope .cxd-Markdown table {
37780
+ border-spacing: 0;
37781
+ border-collapse: collapse;
37782
+ }
37783
+
37784
+ .amis-scope .cxd-Markdown table td,
37785
+ .amis-scope .cxd-Markdown table th {
37786
+ padding: 0;
37787
+ }
37788
+
37789
+ .amis-scope .cxd-Markdown hr {
37790
+ height: 0;
37791
+ margin: 15px 0;
37792
+ overflow: hidden;
37793
+ background: transparent;
37794
+ border: 0;
37795
+ border-bottom: 1px solid #ddd;
37796
+ }
37797
+
37798
+ .amis-scope .cxd-Markdown hr::before {
37799
+ display: table;
37800
+ content: "";
37801
+ }
37802
+
37803
+ .amis-scope .cxd-Markdown hr::after {
37804
+ display: table;
37805
+ clear: both;
37806
+ content: "";
37807
+ }
37808
+
37809
+ .amis-scope .cxd-Markdown p {
37810
+ margin-top: 0;
37811
+ margin-bottom: 10px;
37812
+ }
37813
+
37814
+ .amis-scope .cxd-Markdown blockquote {
37815
+ margin: 0;
37816
+ }
37817
+
37818
+ .amis-scope .cxd-Markdown ul,
37819
+ .amis-scope .cxd-Markdown ol {
37820
+ padding-left: 0;
37821
+ margin-top: 0;
37822
+ margin-bottom: 0;
37823
+ }
37824
+
37825
+ .amis-scope .cxd-Markdown ol ol,
37826
+ .amis-scope .cxd-Markdown ul ol {
37827
+ list-style-type: lower-roman;
37828
+ }
37829
+
37830
+ .amis-scope .cxd-Markdown ul ul ol,
37831
+ .amis-scope .cxd-Markdown ul ol ol,
37832
+ .amis-scope .cxd-Markdown ol ul ol,
37833
+ .amis-scope .cxd-Markdown ol ol ol {
37834
+ list-style-type: lower-alpha;
37835
+ }
37836
+
37837
+ .amis-scope .cxd-Markdown dd {
37838
+ margin-left: 0;
37839
+ }
37840
+
37841
+ .amis-scope .cxd-Markdown p,
37842
+ .amis-scope .cxd-Markdown blockquote,
37843
+ .amis-scope .cxd-Markdown ul,
37844
+ .amis-scope .cxd-Markdown ol,
37845
+ .amis-scope .cxd-Markdown dl,
37846
+ .amis-scope .cxd-Markdown table,
37847
+ .amis-scope .cxd-Markdown pre {
37848
+ margin-top: 0;
37849
+ margin-bottom: 16px;
37850
+ }
37851
+
37852
+ .amis-scope .cxd-Markdown hr {
37853
+ height: 4px;
37854
+ padding: 0;
37855
+ margin: 16px 0;
37856
+ background-color: #e7e7e7;
37857
+ border: 0 none;
37858
+ }
37859
+
37860
+ .amis-scope .cxd-Markdown ul:not(.dropdown-menu):not(.nav),
37861
+ .amis-scope .cxd-Markdown ol {
37862
+ padding-left: 2em;
37863
+ }
37864
+
37865
+ .amis-scope .cxd-Markdown ul ul,
37866
+ .amis-scope .cxd-Markdown ul ol,
37867
+ .amis-scope .cxd-Markdown ol ol,
37868
+ .amis-scope .cxd-Markdown ol ul {
37869
+ margin-top: 0;
37870
+ margin-bottom: 0;
37871
+ }
37872
+
37873
+ .amis-scope .cxd-Markdown li > p {
37874
+ margin-top: 16px;
37875
+ }
37876
+
37877
+ .amis-scope .cxd-Markdown dl {
37878
+ padding: 0;
37879
+ }
37880
+
37881
+ .amis-scope .cxd-Markdown dl dt {
37882
+ padding: 0;
37883
+ margin-top: 16px;
37884
+ font-size: 1em;
37885
+ font-style: italic;
37886
+ font-weight: bold;
37887
+ }
37888
+
37889
+ .amis-scope .cxd-Markdown dl dd {
37890
+ padding: 0 16px;
37891
+ margin-bottom: 16px;
37892
+ }
37893
+
37894
+ .amis-scope .cxd-Markdown blockquote {
37895
+ padding: 0 15px;
37896
+ color: #777;
37897
+ border-left: 4px solid #ddd;
37898
+ }
37899
+
37900
+ .amis-scope .cxd-Markdown blockquote > :first-child {
37901
+ margin-top: 0;
37902
+ }
37903
+
37904
+ .amis-scope .cxd-Markdown blockquote > :last-child {
37905
+ margin-bottom: 0;
37906
+ }
37907
+
37908
+ .amis-scope .cxd-Markdown table {
37909
+ display: block;
37910
+ width: 100%;
37911
+ overflow: auto;
37912
+ word-break: normal;
37913
+ }
37914
+
37915
+ .amis-scope .cxd-Markdown table th {
37916
+ font-weight: bold;
37917
+ }
37918
+
37919
+ .amis-scope .cxd-Markdown table th,
37920
+ .amis-scope .cxd-Markdown table td {
37921
+ padding: 6px 13px;
37922
+ border: 1px solid #ddd;
37923
+ }
37924
+
37925
+ .amis-scope .cxd-Markdown table tr {
37926
+ background-color: #fff;
37927
+ border-top: 1px solid #ccc;
37928
+ }
37929
+
37930
+ .amis-scope .cxd-Markdown table tr:nth-child(2n) {
37931
+ background-color: #f8f8f8;
37932
+ }
37933
+
37934
+ @media (min-width: 1200px) {
37935
+ .amis-scope .cxd-Markdown img {
37936
+ max-width: 800px;
37937
+ }
37938
+ }
37939
+
37940
+ .amis-scope .cxd-Markdown code {
37941
+ padding: 0;
37942
+ padding-top: 0.2em;
37943
+ padding-bottom: 0.2em;
37944
+ margin: 0;
37945
+ background-color: rgba(0, 0, 0, 0.04);
37946
+ border-radius: 3px;
37947
+ }
37948
+
37949
+ .amis-scope .cxd-Markdown code:before,
37950
+ .amis-scope .cxd-Markdown code:after {
37951
+ letter-spacing: -0.2em;
37952
+ content: " ";
37953
+ }
37954
+
37955
+ .amis-scope .cxd-Markdown pre > code {
37956
+ padding: 0;
37957
+ margin: 0;
37958
+ word-break: normal;
37959
+ white-space: pre;
37960
+ background: transparent;
37961
+ border: 0;
37962
+ }
37963
+
37964
+ .amis-scope .cxd-Markdown .highlight {
37965
+ margin-bottom: 16px;
37966
+ }
37967
+
37968
+ .amis-scope .cxd-Markdown .highlight pre,
37969
+ .amis-scope .cxd-Markdown pre {
37970
+ padding: 16px;
37971
+ overflow: auto;
37972
+ line-height: 1.45;
37973
+ background-color: #f7f7f7;
37974
+ border-radius: 3px;
37975
+ }
37976
+
37977
+ .amis-scope .cxd-Markdown .highlight pre {
37978
+ margin-bottom: 0;
37979
+ word-break: normal;
37980
+ }
37981
+
37982
+ .amis-scope .cxd-Markdown pre {
37983
+ word-wrap: normal;
37984
+ }
37985
+
37986
+ .amis-scope .cxd-Markdown pre code {
37987
+ display: inline;
37988
+ max-width: initial;
37989
+ padding: 0;
37990
+ margin: 0;
37991
+ overflow: initial;
37992
+ line-height: inherit;
37993
+ word-wrap: normal;
37994
+ background-color: transparent;
37995
+ border: 0;
37996
+ }
37997
+
37998
+ .amis-scope .cxd-Markdown pre code:before,
37999
+ .amis-scope .cxd-Markdown pre code:after {
38000
+ content: normal;
38001
+ }
38002
+
38003
+ .amis-scope .cxd-Markdown kbd {
38004
+ display: inline-block;
38005
+ padding: 3px 5px;
38006
+ line-height: 10px;
38007
+ color: #555;
38008
+ vertical-align: middle;
38009
+ background-color: #fcfcfc;
38010
+ border: solid 1px #ccc;
38011
+ border-bottom-color: #bbb;
38012
+ border-radius: 3px;
38013
+ box-shadow: inset 0 -1px 0 #bbb;
38014
+ }
38015
+
38016
+ .amis-scope .cxd-Markdown hr {
38017
+ border-bottom-color: #eee;
38018
+ }
38019
+
37323
38020
  /*
37324
38021
  * utilities
37325
38022
  */
37326
38023
 
37327
38024
  .amis-scope .bg-light {
37328
38025
  background-color: #eaf6fe;
37329
- color: #666;
38026
+ color: #151a26;
37330
38027
  }
37331
38028
 
37332
38029
  .amis-scope .bg-light.lt,
@@ -37401,11 +38098,11 @@ readers do not read off random characters that represent icons */
37401
38098
  }
37402
38099
 
37403
38100
  .amis-scope .bg-dark .text-muted {
37404
- color: #4d4d4d !important;
38101
+ color: #030405 !important;
37405
38102
  }
37406
38103
 
37407
38104
  .amis-scope .bg-dark .text-lt {
37408
- color: #a6a6a6 !important;
38105
+ color: #425278 !important;
37409
38106
  }
37410
38107
 
37411
38108
  .amis-scope .bg-black {
@@ -37455,46 +38152,46 @@ readers do not read off random characters that represent icons */
37455
38152
  }
37456
38153
 
37457
38154
  .amis-scope .bg-black .text-muted {
37458
- color: #4d4d4d !important;
38155
+ color: #030405 !important;
37459
38156
  }
37460
38157
 
37461
38158
  .amis-scope .bg-black .text-lt {
37462
- color: #a6a6a6 !important;
38159
+ color: #425278 !important;
37463
38160
  }
37464
38161
 
37465
38162
  .amis-scope .bg-primary {
37466
- background-color: #108cee;
37467
- color: #d1e7f9;
38163
+ background-color: #2468f2;
38164
+ color: #e6edfc;
37468
38165
  }
37469
38166
 
37470
38167
  .amis-scope .bg-primary.lt,
37471
38168
  .amis-scope .bg-primary .lt {
37472
- background: #2a97ee;
38169
+ background: #3f79f1;
37473
38170
  }
37474
38171
 
37475
38172
  .amis-scope .bg-primary.lter,
37476
38173
  .amis-scope .bg-primary .lter {
37477
- background: #44a2ed;
38174
+ background: #598bf0;
37478
38175
  }
37479
38176
 
37480
38177
  .amis-scope .bg-primary.dk,
37481
38178
  .amis-scope .bg-primary .dk {
37482
- background: #0c7ed9;
38179
+ background: #0b57f2;
37483
38180
  }
37484
38181
 
37485
38182
  .amis-scope .bg-primary.dker,
37486
38183
  .amis-scope .bg-primary .dker {
37487
- background: #0870c3;
38184
+ background: #074ddc;
37488
38185
  }
37489
38186
 
37490
38187
  .amis-scope .bg-primary.bg,
37491
38188
  .amis-scope .bg-primary .bg {
37492
- background-color: #108cee;
38189
+ background-color: #2468f2;
37493
38190
  }
37494
38191
 
37495
38192
  .amis-scope .bg-primary a,
37496
38193
  .amis-scope .bg-primary .cxd-Button--link {
37497
- color: #feffff;
38194
+ color: white;
37498
38195
  }
37499
38196
 
37500
38197
  .amis-scope .bg-primary a:hover,
@@ -37509,11 +38206,11 @@ readers do not read off random characters that represent icons */
37509
38206
  }
37510
38207
 
37511
38208
  .amis-scope .bg-primary .text-muted {
37512
- color: #4d4d4d !important;
38209
+ color: #030405 !important;
37513
38210
  }
37514
38211
 
37515
38212
  .amis-scope .bg-primary .text-lt {
37516
- color: #a6a6a6 !important;
38213
+ color: #425278 !important;
37517
38214
  }
37518
38215
 
37519
38216
  .amis-scope .bg-success {
@@ -37563,46 +38260,46 @@ readers do not read off random characters that represent icons */
37563
38260
  }
37564
38261
 
37565
38262
  .amis-scope .bg-success .text-muted {
37566
- color: #4d4d4d !important;
38263
+ color: #030405 !important;
37567
38264
  }
37568
38265
 
37569
38266
  .amis-scope .bg-success .text-lt {
37570
- color: #a6a6a6 !important;
38267
+ color: #425278 !important;
37571
38268
  }
37572
38269
 
37573
38270
  .amis-scope .bg-info {
37574
- background-color: #108cee;
37575
- color: #d1e7f9;
38271
+ background-color: #2468f2;
38272
+ color: #e6edfc;
37576
38273
  }
37577
38274
 
37578
38275
  .amis-scope .bg-info.lt,
37579
38276
  .amis-scope .bg-info .lt {
37580
- background: #2a97ee;
38277
+ background: #3f79f1;
37581
38278
  }
37582
38279
 
37583
38280
  .amis-scope .bg-info.lter,
37584
38281
  .amis-scope .bg-info .lter {
37585
- background: #44a2ed;
38282
+ background: #598bf0;
37586
38283
  }
37587
38284
 
37588
38285
  .amis-scope .bg-info.dk,
37589
38286
  .amis-scope .bg-info .dk {
37590
- background: #0c7ed9;
38287
+ background: #0b57f2;
37591
38288
  }
37592
38289
 
37593
38290
  .amis-scope .bg-info.dker,
37594
38291
  .amis-scope .bg-info .dker {
37595
- background: #0870c3;
38292
+ background: #074ddc;
37596
38293
  }
37597
38294
 
37598
38295
  .amis-scope .bg-info.bg,
37599
38296
  .amis-scope .bg-info .bg {
37600
- background-color: #108cee;
38297
+ background-color: #2468f2;
37601
38298
  }
37602
38299
 
37603
38300
  .amis-scope .bg-info a,
37604
38301
  .amis-scope .bg-info .cxd-Button--link {
37605
- color: #feffff;
38302
+ color: white;
37606
38303
  }
37607
38304
 
37608
38305
  .amis-scope .bg-info a:hover,
@@ -37617,11 +38314,11 @@ readers do not read off random characters that represent icons */
37617
38314
  }
37618
38315
 
37619
38316
  .amis-scope .bg-info .text-muted {
37620
- color: #4d4d4d !important;
38317
+ color: #030405 !important;
37621
38318
  }
37622
38319
 
37623
38320
  .amis-scope .bg-info .text-lt {
37624
- color: #a6a6a6 !important;
38321
+ color: #425278 !important;
37625
38322
  }
37626
38323
 
37627
38324
  .amis-scope .bg-warning {
@@ -37671,11 +38368,11 @@ readers do not read off random characters that represent icons */
37671
38368
  }
37672
38369
 
37673
38370
  .amis-scope .bg-warning .text-muted {
37674
- color: #4d4d4d !important;
38371
+ color: #030405 !important;
37675
38372
  }
37676
38373
 
37677
38374
  .amis-scope .bg-warning .text-lt {
37678
- color: #a6a6a6 !important;
38375
+ color: #425278 !important;
37679
38376
  }
37680
38377
 
37681
38378
  .amis-scope .bg-danger {
@@ -37725,16 +38422,16 @@ readers do not read off random characters that represent icons */
37725
38422
  }
37726
38423
 
37727
38424
  .amis-scope .bg-danger .text-muted {
37728
- color: #4d4d4d !important;
38425
+ color: #030405 !important;
37729
38426
  }
37730
38427
 
37731
38428
  .amis-scope .bg-danger .text-lt {
37732
- color: #a6a6a6 !important;
38429
+ color: #425278 !important;
37733
38430
  }
37734
38431
 
37735
38432
  .amis-scope .bg-white {
37736
38433
  background-color: #fff;
37737
- color: #666;
38434
+ color: #151a26;
37738
38435
  }
37739
38436
 
37740
38437
  .amis-scope .bg-white.lt,
@@ -37767,59 +38464,59 @@ readers do not read off random characters that represent icons */
37767
38464
  }
37768
38465
 
37769
38466
  .amis-scope a.bg-primary:hover {
37770
- background: #0e7ed6;
38467
+ background: #0e58ee;
37771
38468
  }
37772
38469
 
37773
38470
  .amis-scope a.text-primary:hover {
37774
- color: #0e7ed6;
38471
+ color: #0e58ee;
37775
38472
  }
37776
38473
 
37777
38474
  .amis-scope .text-primary {
37778
- color: #108cee;
38475
+ color: #2468f2;
37779
38476
  }
37780
38477
 
37781
38478
  .amis-scope .text-primary-lt {
37782
- color: #0e7ed6;
38479
+ color: #0e58ee;
37783
38480
  }
37784
38481
 
37785
38482
  .amis-scope .text-primary-lter {
37786
- color: #0d70be;
38483
+ color: #0d4fd6;
37787
38484
  }
37788
38485
 
37789
38486
  .amis-scope .text-primary-dk {
37790
- color: #0e7ed6;
38487
+ color: #0e58ee;
37791
38488
  }
37792
38489
 
37793
38490
  .amis-scope .text-primary-dker {
37794
- color: #0d70be;
38491
+ color: #0d4fd6;
37795
38492
  }
37796
38493
 
37797
38494
  .amis-scope a.bg-info:hover {
37798
- background: #0e7ed6;
38495
+ background: #0e58ee;
37799
38496
  }
37800
38497
 
37801
38498
  .amis-scope a.text-info:hover {
37802
- color: #0e7ed6;
38499
+ color: #0e58ee;
37803
38500
  }
37804
38501
 
37805
38502
  .amis-scope .text-info {
37806
- color: #108cee;
38503
+ color: #2468f2;
37807
38504
  }
37808
38505
 
37809
38506
  .amis-scope .text-info-lt {
37810
- color: #0e7ed6;
38507
+ color: #0e58ee;
37811
38508
  }
37812
38509
 
37813
38510
  .amis-scope .text-info-lter {
37814
- color: #0d70be;
38511
+ color: #0d4fd6;
37815
38512
  }
37816
38513
 
37817
38514
  .amis-scope .text-info-dk {
37818
- color: #0e7ed6;
38515
+ color: #0e58ee;
37819
38516
  }
37820
38517
 
37821
38518
  .amis-scope .text-info-dker {
37822
- color: #0d70be;
38519
+ color: #0d4fd6;
37823
38520
  }
37824
38521
 
37825
38522
  .amis-scope a.bg-success:hover {