amis 1.3.5-beta.6 → 1.4.2-beta.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 (352) hide show
  1. package/README.md +1 -1
  2. package/lib/Schema.d.ts +17 -0
  3. package/lib/Schema.js.map +1 -1
  4. package/lib/components/Alert.js +3 -1
  5. package/lib/components/Alert.js.map +2 -2
  6. package/lib/components/Badge.d.ts +16 -3
  7. package/lib/components/Badge.js +53 -4
  8. package/lib/components/Badge.js.map +2 -2
  9. package/lib/components/Button.d.ts +24 -22
  10. package/lib/components/Button.js +13 -7
  11. package/lib/components/Button.js.map +2 -2
  12. package/lib/components/Checkbox.d.ts +1 -1
  13. package/lib/components/Checkbox.js +1 -1
  14. package/lib/components/Checkbox.js.map +2 -2
  15. package/lib/components/Collapse.js +1 -1
  16. package/lib/components/Collapse.js.map +2 -2
  17. package/lib/components/DatePicker.js +1 -1
  18. package/lib/components/DatePicker.js.map +2 -2
  19. package/lib/components/DateRangePicker.js +1 -1
  20. package/lib/components/DateRangePicker.js.map +2 -2
  21. package/lib/components/Drawer.js +1 -1
  22. package/lib/components/Drawer.js.map +2 -2
  23. package/lib/components/InputBox.js +1 -1
  24. package/lib/components/InputBox.js.map +2 -2
  25. package/lib/components/Link.d.ts +91 -0
  26. package/lib/components/Link.js +44 -0
  27. package/lib/components/Link.js.map +13 -0
  28. package/lib/components/Modal.js +1 -1
  29. package/lib/components/Modal.js.map +2 -2
  30. package/lib/components/MonthRangePicker.js +1 -1
  31. package/lib/components/MonthRangePicker.js.map +2 -2
  32. package/lib/components/RichText.d.ts +6 -1
  33. package/lib/components/RichText.js +207 -8
  34. package/lib/components/RichText.js.map +2 -2
  35. package/lib/components/Select.d.ts +7 -0
  36. package/lib/components/Select.js +3 -0
  37. package/lib/components/Select.js.map +2 -2
  38. package/lib/components/SparkLine.d.ts +85 -84
  39. package/lib/components/SparkLine.js +2 -2
  40. package/lib/components/SparkLine.js.map +2 -2
  41. package/lib/components/Steps.d.ts +3 -3
  42. package/lib/components/Steps.js.map +1 -1
  43. package/lib/components/Toast.js +2 -2
  44. package/lib/components/Toast.js.map +2 -2
  45. package/lib/components/Tree.js +5 -3
  46. package/lib/components/Tree.js.map +2 -2
  47. package/lib/components/WithRemoteConfig.d.ts +8 -0
  48. package/lib/components/WithRemoteConfig.js +28 -2
  49. package/lib/components/WithRemoteConfig.js.map +2 -2
  50. package/lib/components/calendar/DaysView.js +2 -2
  51. package/lib/components/calendar/DaysView.js.map +2 -2
  52. package/lib/components/condition-builder/Field.js +0 -1
  53. package/lib/components/condition-builder/Field.js.map +2 -2
  54. package/lib/components/condition-builder/Value.js +2 -1
  55. package/lib/components/condition-builder/Value.js.map +2 -2
  56. package/lib/components/condition-builder/types.d.ts +5 -0
  57. package/lib/components/condition-builder/types.js.map +1 -1
  58. package/lib/components/icons.js +14 -0
  59. package/lib/components/icons.js.map +2 -2
  60. package/lib/factory.d.ts +5 -1
  61. package/lib/factory.js +9 -4
  62. package/lib/factory.js.map +2 -2
  63. package/lib/helper.css.map +1 -1
  64. package/lib/icons/clock.js +10 -0
  65. package/lib/icons/loading-outline.js +7 -0
  66. package/lib/icons/status-close.js +11 -0
  67. package/lib/icons/status-fail.js +11 -0
  68. package/lib/icons/status-info.js +10 -0
  69. package/lib/icons/status-success.js +11 -0
  70. package/lib/icons/status-warning.js +10 -0
  71. package/lib/index.js +1 -1
  72. package/lib/locale/de-DE.js +3 -0
  73. package/lib/locale/de-DE.js.map +2 -2
  74. package/lib/locale/en-US.js +4 -1
  75. package/lib/locale/en-US.js.map +2 -2
  76. package/lib/locale/zh-CN.js +5 -2
  77. package/lib/locale/zh-CN.js.map +2 -2
  78. package/lib/renderers/Action.d.ts +16 -1
  79. package/lib/renderers/Action.js +5 -5
  80. package/lib/renderers/Action.js.map +2 -2
  81. package/lib/renderers/CRUD.d.ts +2 -2
  82. package/lib/renderers/CRUD.js +32 -26
  83. package/lib/renderers/CRUD.js.map +2 -2
  84. package/lib/renderers/Collapse.d.ts +1 -1
  85. package/lib/renderers/Collapse.js +7 -3
  86. package/lib/renderers/Collapse.js.map +2 -2
  87. package/lib/renderers/Dialog.d.ts +0 -252
  88. package/lib/renderers/Dialog.js +1 -4
  89. package/lib/renderers/Dialog.js.map +2 -2
  90. package/lib/renderers/Drawer.js +0 -3
  91. package/lib/renderers/Drawer.js.map +2 -2
  92. package/lib/renderers/DropDownButton.d.ts +13 -1
  93. package/lib/renderers/DropDownButton.js +9 -5
  94. package/lib/renderers/DropDownButton.js.map +2 -2
  95. package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
  96. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  97. package/lib/renderers/Form/Checkbox.d.ts +5 -0
  98. package/lib/renderers/Form/Checkbox.js +4 -0
  99. package/lib/renderers/Form/Checkbox.js.map +2 -2
  100. package/lib/renderers/Form/Combo.js +2 -2
  101. package/lib/renderers/Form/Combo.js.map +2 -2
  102. package/lib/renderers/Form/DiffEditor.d.ts +0 -2
  103. package/lib/renderers/Form/Editor.d.ts +0 -2
  104. package/lib/renderers/Form/Editor.js +1 -1
  105. package/lib/renderers/Form/Editor.js.map +2 -2
  106. package/lib/renderers/Form/InputExcel.d.ts +5 -0
  107. package/lib/renderers/Form/InputExcel.js +24 -3
  108. package/lib/renderers/Form/InputExcel.js.map +2 -2
  109. package/lib/renderers/Form/InputFile.js +2 -2
  110. package/lib/renderers/Form/InputFile.js.map +2 -2
  111. package/lib/renderers/Form/InputImage.d.ts +8 -0
  112. package/lib/renderers/Form/InputImage.js +7 -4
  113. package/lib/renderers/Form/InputImage.js.map +2 -2
  114. package/lib/renderers/Form/InputTable.d.ts +23 -5
  115. package/lib/renderers/Form/InputTable.js +32 -3
  116. package/lib/renderers/Form/InputTable.js.map +2 -2
  117. package/lib/renderers/Form/Options.js +6 -3
  118. package/lib/renderers/Form/Options.js.map +2 -2
  119. package/lib/renderers/Form/Picker.js +2 -2
  120. package/lib/renderers/Form/Picker.js.map +2 -2
  121. package/lib/renderers/Form/wrapControl.js +2 -2
  122. package/lib/renderers/Form/wrapControl.js.map +2 -2
  123. package/lib/renderers/IFrame.js +2 -2
  124. package/lib/renderers/IFrame.js.map +2 -2
  125. package/lib/renderers/Image.d.ts +1 -0
  126. package/lib/renderers/Image.js +15 -1
  127. package/lib/renderers/Image.js.map +2 -2
  128. package/lib/renderers/Json.js +5 -1
  129. package/lib/renderers/Json.js.map +2 -2
  130. package/lib/renderers/Link.d.ts +16 -3
  131. package/lib/renderers/Link.js +16 -13
  132. package/lib/renderers/Link.js.map +2 -2
  133. package/lib/renderers/Log.d.ts +2 -2
  134. package/lib/renderers/Log.js +7 -1
  135. package/lib/renderers/Log.js.map +2 -2
  136. package/lib/renderers/Nav.d.ts +81 -25
  137. package/lib/renderers/Nav.js +272 -29
  138. package/lib/renderers/Nav.js.map +2 -2
  139. package/lib/renderers/Page.js +4 -1
  140. package/lib/renderers/Page.js.map +2 -2
  141. package/lib/renderers/Service.d.ts +10 -1
  142. package/lib/renderers/Service.js +85 -3
  143. package/lib/renderers/Service.js.map +2 -2
  144. package/lib/renderers/SparkLine.d.ts +4 -0
  145. package/lib/renderers/SparkLine.js.map +2 -2
  146. package/lib/renderers/Steps.d.ts +4 -4
  147. package/lib/renderers/Steps.js +5 -2
  148. package/lib/renderers/Steps.js.map +2 -2
  149. package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
  150. package/lib/renderers/Table/ColumnToggler.js +216 -0
  151. package/lib/renderers/Table/ColumnToggler.js.map +13 -0
  152. package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
  153. package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
  154. package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
  155. package/lib/renderers/Table/TableBody.d.ts +5 -1
  156. package/lib/renderers/Table/TableBody.js +5 -1
  157. package/lib/renderers/Table/TableBody.js.map +2 -2
  158. package/lib/renderers/Table/TableCell.js +3 -1
  159. package/lib/renderers/Table/TableCell.js.map +2 -2
  160. package/lib/renderers/Table/TableContent.d.ts +1 -1
  161. package/lib/renderers/Table/TableContent.js +4 -0
  162. package/lib/renderers/Table/TableContent.js.map +2 -2
  163. package/lib/renderers/Table/index.d.ts +22 -4
  164. package/lib/renderers/Table/index.js +196 -81
  165. package/lib/renderers/Table/index.js.map +2 -2
  166. package/lib/store/app.d.ts +0 -1
  167. package/lib/store/combo.d.ts +0 -2
  168. package/lib/store/crud.d.ts +3 -3
  169. package/lib/store/crud.js +41 -36
  170. package/lib/store/crud.js.map +2 -2
  171. package/lib/store/form.d.ts +0 -1
  172. package/lib/store/modal.d.ts +1 -1
  173. package/lib/store/modal.js +4 -0
  174. package/lib/store/modal.js.map +2 -2
  175. package/lib/store/root.d.ts +0 -1
  176. package/lib/store/service.d.ts +0 -1
  177. package/lib/store/service.js +0 -13
  178. package/lib/store/service.js.map +2 -2
  179. package/lib/store/table.d.ts +258 -3
  180. package/lib/store/table.js +83 -7
  181. package/lib/store/table.js.map +2 -2
  182. package/lib/themes/ang-ie11.css +941 -98
  183. package/lib/themes/ang.css +941 -98
  184. package/lib/themes/ang.css.map +1 -1
  185. package/lib/themes/antd-ie11.css +941 -98
  186. package/lib/themes/antd.css +941 -98
  187. package/lib/themes/antd.css.map +1 -1
  188. package/lib/themes/cxd-ie11.css +1580 -411
  189. package/lib/themes/cxd.css +1580 -411
  190. package/lib/themes/cxd.css.map +1 -1
  191. package/lib/themes/dark-ie11.css +941 -98
  192. package/lib/themes/dark.css +941 -98
  193. package/lib/themes/dark.css.map +1 -1
  194. package/lib/themes/default.css +1580 -411
  195. package/lib/themes/default.css.map +1 -1
  196. package/lib/utils/api.js +16 -4
  197. package/lib/utils/api.js.map +2 -2
  198. package/lib/utils/attachmentAdpator.d.ts +7 -0
  199. package/lib/utils/attachmentAdpator.js +82 -0
  200. package/lib/utils/attachmentAdpator.js.map +13 -0
  201. package/lib/utils/handleAction.d.ts +7 -0
  202. package/lib/utils/handleAction.js +30 -0
  203. package/lib/utils/handleAction.js.map +13 -0
  204. package/lib/utils/helper.d.ts +1 -1
  205. package/lib/utils/helper.js +3 -3
  206. package/lib/utils/helper.js.map +2 -2
  207. package/lib/utils/tpl-builtin.d.ts +1 -1
  208. package/lib/utils/tpl-builtin.js +25 -15
  209. package/lib/utils/tpl-builtin.js.map +2 -2
  210. package/lib/utils/validations.js +62 -5
  211. package/lib/utils/validations.js.map +2 -2
  212. package/package.json +1 -2
  213. package/schema.json +633 -273
  214. package/scss/_mixins.scss +29 -0
  215. package/scss/_properties.scss +64 -13
  216. package/scss/_utilities.scss +4 -0
  217. package/scss/components/_badge.scss +67 -2
  218. package/scss/components/_button.scss +34 -3
  219. package/scss/components/_collapse.scss +26 -8
  220. package/scss/components/_column-toggler.scss +234 -0
  221. package/scss/components/_dropdown.scss +2 -1
  222. package/scss/components/_image-gallery.scss +1 -1
  223. package/scss/components/_images.scss +2 -1
  224. package/scss/components/_link.scss +6 -0
  225. package/scss/components/_markdown.scss +266 -0
  226. package/scss/components/_nav.scss +236 -154
  227. package/scss/components/_page.scss +5 -4
  228. package/scss/components/_progress.scss +2 -0
  229. package/scss/components/_spinner.scss +6 -2
  230. package/scss/components/_steps.scss +1 -1
  231. package/scss/components/_table.scss +25 -1
  232. package/scss/components/form/_color.scss +1 -0
  233. package/scss/components/form/_date-range.scss +2 -0
  234. package/scss/components/form/_date.scss +2 -0
  235. package/scss/components/form/_fieldset.scss +1 -2
  236. package/scss/components/form/_file.scss +5 -4
  237. package/scss/components/form/_group.scss +4 -0
  238. package/scss/components/form/_image.scss +7 -2
  239. package/scss/components/form/_list.scss +1 -0
  240. package/scss/components/form/_location.scss +1 -1
  241. package/scss/components/form/_text.scss +13 -0
  242. package/scss/components/form/_textarea.scss +10 -0
  243. package/scss/components/form/_transfer.scss +2 -0
  244. package/scss/themes/_common.scss +3 -0
  245. package/scss/themes/_cxd-colors.scss +56 -0
  246. package/scss/themes/_cxd-variables.scss +217 -92
  247. package/scss/themes/cxd.scss +366 -0
  248. package/sdk/ang-ie11.css +1192 -176
  249. package/sdk/ang.css +1175 -118
  250. package/sdk/antd-ie11.css +1177 -163
  251. package/sdk/antd.css +1175 -118
  252. package/sdk/charts.js +13 -13
  253. package/sdk/color-picker.js +67 -67
  254. package/sdk/cropperjs.js +2 -2
  255. package/sdk/cxd-ie11.css +2538 -1222
  256. package/sdk/cxd.css +1825 -401
  257. package/sdk/dark-ie11.css +1192 -176
  258. package/sdk/dark.css +1175 -118
  259. package/sdk/exceljs.js +1 -1
  260. package/sdk/helper.css.map +1 -1
  261. package/sdk/ie11-patch.css +1 -0
  262. package/sdk/locale/de-DE.js +3 -0
  263. package/sdk/markdown.js +69 -69
  264. package/sdk/papaparse.js +1 -1
  265. package/sdk/renderers/Form/CityDB.js +1 -1
  266. package/sdk/rest.js +22 -24
  267. package/sdk/rich-text.js +62 -64
  268. package/sdk/sdk-ie11.css +2538 -1222
  269. package/sdk/sdk.css +1825 -401
  270. package/sdk/sdk.js +1139 -1113
  271. package/sdk/thirds/hls.js/hls.js +1 -1
  272. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  273. package/sdk/tinymce.js +57 -57
  274. package/src/Schema.ts +18 -0
  275. package/src/components/Alert.tsx +3 -1
  276. package/src/components/Badge.tsx +124 -21
  277. package/src/components/Button.tsx +23 -7
  278. package/src/components/Checkbox.tsx +5 -2
  279. package/src/components/Collapse.tsx +14 -9
  280. package/src/components/DatePicker.tsx +1 -1
  281. package/src/components/DateRangePicker.tsx +23 -11
  282. package/src/components/Drawer.tsx +3 -2
  283. package/src/components/InputBox.tsx +1 -1
  284. package/src/components/Link.tsx +94 -0
  285. package/src/components/Modal.tsx +3 -2
  286. package/src/components/MonthRangePicker.tsx +10 -2
  287. package/src/components/RichText.tsx +244 -3
  288. package/src/components/Select.tsx +4 -0
  289. package/src/components/SparkLine.tsx +4 -1
  290. package/src/components/Steps.tsx +3 -3
  291. package/src/components/Toast.tsx +5 -5
  292. package/src/components/Tree.tsx +6 -8
  293. package/src/components/WithRemoteConfig.tsx +37 -2
  294. package/src/components/calendar/DaysView.tsx +2 -2
  295. package/src/components/condition-builder/Field.tsx +1 -2
  296. package/src/components/condition-builder/Value.tsx +3 -0
  297. package/src/components/condition-builder/types.ts +6 -0
  298. package/src/components/icons.tsx +15 -0
  299. package/src/factory.tsx +13 -3
  300. package/src/icons/clock.svg +1 -0
  301. package/src/icons/loading-outline.svg +4 -0
  302. package/src/icons/status-close.svg +10 -0
  303. package/src/icons/status-fail.svg +10 -0
  304. package/src/icons/status-info.svg +8 -0
  305. package/src/icons/status-success.svg +10 -0
  306. package/src/icons/status-warning.svg +8 -0
  307. package/src/locale/de-DE.ts +3 -0
  308. package/src/locale/en-US.ts +4 -1
  309. package/src/locale/zh-CN.ts +5 -2
  310. package/src/renderers/Action.tsx +71 -13
  311. package/src/renderers/CRUD.tsx +44 -59
  312. package/src/renderers/Collapse.tsx +6 -2
  313. package/src/renderers/Dialog.tsx +1 -5
  314. package/src/renderers/Drawer.tsx +0 -4
  315. package/src/renderers/DropDownButton.tsx +34 -12
  316. package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
  317. package/src/renderers/Form/Checkbox.tsx +8 -0
  318. package/src/renderers/Form/Combo.tsx +2 -3
  319. package/src/renderers/Form/Editor.tsx +19 -20
  320. package/src/renderers/Form/InputExcel.tsx +28 -3
  321. package/src/renderers/Form/InputFile.tsx +2 -1
  322. package/src/renderers/Form/InputImage.tsx +28 -10
  323. package/src/renderers/Form/InputTable.tsx +88 -9
  324. package/src/renderers/Form/Options.tsx +16 -5
  325. package/src/renderers/Form/Picker.tsx +3 -2
  326. package/src/renderers/Form/wrapControl.tsx +2 -2
  327. package/src/renderers/IFrame.tsx +2 -1
  328. package/src/renderers/Image.tsx +10 -0
  329. package/src/renderers/Json.tsx +10 -1
  330. package/src/renderers/Link.tsx +36 -11
  331. package/src/renderers/Log.tsx +16 -3
  332. package/src/renderers/Nav.tsx +340 -56
  333. package/src/renderers/Page.tsx +3 -1
  334. package/src/renderers/Service.tsx +101 -3
  335. package/src/renderers/SparkLine.tsx +5 -0
  336. package/src/renderers/Steps.tsx +12 -9
  337. package/src/renderers/Table/ColumnToggler.tsx +544 -0
  338. package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
  339. package/src/renderers/Table/TableBody.tsx +3 -2
  340. package/src/renderers/Table/TableCell.tsx +16 -1
  341. package/src/renderers/Table/TableContent.tsx +3 -1
  342. package/src/renderers/Table/index.tsx +240 -60
  343. package/src/store/crud.ts +34 -38
  344. package/src/store/modal.ts +4 -0
  345. package/src/store/service.ts +0 -19
  346. package/src/store/table.ts +103 -4
  347. package/src/utils/api.ts +24 -4
  348. package/src/utils/attachmentAdpator.ts +90 -0
  349. package/src/utils/handleAction.ts +41 -0
  350. package/src/utils/helper.ts +4 -3
  351. package/src/utils/tpl-builtin.ts +48 -17
  352. package/src/utils/validations.ts +80 -12
package/sdk/cxd.css CHANGED
@@ -19133,25 +19133,25 @@ 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;
19139
- --secondary: #6c757d;
19140
- --secondary-onHover: #5a6268;
19141
- --secondary-onActive: #545b62;
19142
- --success: #5fb333;
19143
- --success-onHover: #4f952b;
19144
- --success-onActive: #4a8b28;
19145
- --info: #108cee;
19146
- --info-onHover: #0e77ca;
19147
- --info-onActive: #0d70be;
19148
- --warning: #f39000;
19149
- --warning-onHover: #cd7900;
19150
- --warning-onActive: #c07200;
19151
- --danger: #ea2e2e;
19152
- --danger-onHover: #dc1616;
19153
- --danger-onActive: #d01515;
19154
- --light: #eaf6fe;
19136
+ --primary: #2468f2;
19137
+ --primary-onHover: #4f86f4;
19138
+ --primary-onActive: #1c53c1;
19139
+ --secondary: #b4b6ba;
19140
+ --secondary-onHover: #a0a3a8;
19141
+ --secondary-onActive: #999ca2;
19142
+ --success: #0bc286;
19143
+ --success-onHover: #099e6d;
19144
+ --success-onActive: #089265;
19145
+ --info: #2468f2;
19146
+ --info-onHover: #0d54e2;
19147
+ --info-onActive: #0d4fd6;
19148
+ --warning: #ffb200;
19149
+ --warning-onHover: #d99700;
19150
+ --warning-onActive: #cc8e00;
19151
+ --danger: #e8684a;
19152
+ --danger-onHover: #e44c28;
19153
+ --danger-onActive: #e2421d;
19154
+ --light: #1ac5ff;
19155
19155
  --dark: #343a40;
19156
19156
  --fontFamilyMonospace: SFMono-Regular, Menlo, Monaco, Consolas,
19157
19157
  "Liberation Mono", "Courier New", monospace;
@@ -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,11 +19270,15 @@ 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);
19276
19280
  --Button--danger-onActive-bg: var(--danger-onActive);
19277
- --Button--danger-onActive-border: #c51414;
19281
+ --Button--danger-onActive-border: #d73f1b;
19278
19282
  --Button--danger-onActive-color: var(--Button--danger-color);
19279
19283
  --Button--danger-onHover-bg: var(--danger-onHover);
19280
19284
  --Button--danger-onHover-border: var(--danger-onActive);
@@ -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);
@@ -19321,15 +19325,16 @@ readers do not read off random characters that represent icons */
19321
19325
  --Button--light-bg: var(--light);
19322
19326
  --Button--light-border: var(--borderColor);
19323
19327
  --Button--light-color: var(--text-color);
19324
- --Button--light-onActive-bg: #b9e1fc;
19325
- --Button--light-onActive-border: #addcfb;
19328
+ --Button--light-onActive-bg: #00ace6;
19329
+ --Button--light-onActive-border: #00a2d9;
19326
19330
  --Button--light-onActive-color: var(--Button--light-color);
19327
- --Button--light-onHover-bg: #c5e6fc;
19328
- --Button--light-onHover-border: #b9e1fc;
19331
+ --Button--light-onHover-bg: #00b5f3;
19332
+ --Button--light-onHover-border: #00ace6;
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,16 +19349,16 @@ 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);
19354
19359
  --Button--secondary-color: var(--button-color);
19355
19360
  --Button--secondary-onActive-bg: var(--secondary-onActive);
19356
- --Button--secondary-onActive-border: #4e555b;
19361
+ --Button--secondary-onActive-border: #93969b;
19357
19362
  --Button--secondary-onActive-color: var(--Button--secondary-color);
19358
19363
  --Button--secondary-onHover-bg: var(--secondary-onHover);
19359
19364
  --Button--secondary-onHover-border: var(--secondary-onActive);
@@ -19373,16 +19378,24 @@ readers do not read off random characters that represent icons */
19373
19378
  --Button--success-border: var(--Button--success-bg);
19374
19379
  --Button--success-color: var(--button-color);
19375
19380
  --Button--success-onActive-bg: var(--success-onActive);
19376
- --Button--success-onActive-border: #458125;
19381
+ --Button--success-onActive-border: #08865c;
19377
19382
  --Button--success-onActive-color: var(--Button--success-color);
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);
19384
19397
  --Button--warning-onActive-bg: var(--warning-onActive);
19385
- --Button--warning-onActive-border: #b36a00;
19398
+ --Button--warning-onActive-border: #bf8600;
19386
19399
  --Button--warning-onActive-color: var(--Button--warning-color);
19387
19400
  --Button--warning-onHover-bg: var(--warning-onHover);
19388
19401
  --Button--warning-onHover-border: var(--warning-onActive);
@@ -19408,12 +19421,16 @@ 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;
19430
+ --Button-onDisabled-bg: #f2f3f3;
19415
19431
  --Button-onFocus-boxShadow: none;
19416
19432
  --Button-paddingX: 0.75rem;
19433
+ --Button-paddingX-right: 0.625rem;
19417
19434
  --Button-paddingY: calc(
19418
19435
  (
19419
19436
  var(--Button-height) - var(--Button-borderWidth) * 2 -
@@ -19433,11 +19450,11 @@ readers do not read off random characters that represent icons */
19433
19450
  --Calendar-btn-fontSize: var(--fontSizeSm);
19434
19451
  --Calendar-btn-height: 1.875rem;
19435
19452
  --Calendar-btn-lineHeight: var(--lineHeightBase);
19436
- --Calendar-btn-onActive-bg: #0d70be;
19437
- --Calendar-btn-onActive-border: #0c69b2;
19453
+ --Calendar-btn-onActive-bg: #0d4fd6;
19454
+ --Calendar-btn-onActive-border: #0c4bca;
19438
19455
  --Calendar-btn-onActive-color: var(--Calendar-btn-color);
19439
- --Calendar-btn-onHover-bg: #0e77ca;
19440
- --Calendar-btn-onHover-border: #0d70be;
19456
+ --Calendar-btn-onHover-bg: #0d54e2;
19457
+ --Calendar-btn-onHover-border: #0d4fd6;
19441
19458
  --Calendar-btn-onHover-color: var(--Calendar-btn-color);
19442
19459
  --Calendar-btn-paddingX: 0.625rem;
19443
19460
  --Calendar-btn-paddingY: calc(
@@ -19458,7 +19475,7 @@ readers do not read off random characters that represent icons */
19458
19475
  --Calendar-btnCancel-onHover-color: var(--Button--default-onHover-color);
19459
19476
  --Calendar-cell-bg: var(--white);
19460
19477
  --Calendar-cell-onActive-bg: var(--info);
19461
- --Calendar-cell-onBetween-bg: rgba(16, 140, 238, 0.1);
19478
+ --Calendar-cell-onBetween-bg: rgba(36, 104, 242, 0.1);
19462
19479
  --Calendar-cell-onDisabled-bg: var(--light);
19463
19480
  --Calendar-cell-onHover-bg: #ededed;
19464
19481
  --Calendar-color: var(--text-color);
@@ -19479,7 +19496,7 @@ readers do not read off random characters that represent icons */
19479
19496
  );
19480
19497
  --Calendar-shortcut-color: var(--info);
19481
19498
  --Calendar-shortcut-decoration: none;
19482
- --Calendar-shortcut-onHover-color: #0b62a6;
19499
+ --Calendar-shortcut-onHover-color: #0b46be;
19483
19500
  --Calendar-shortcut-onHover-decoration: none;
19484
19501
  --Calendar-shortcuts-bg: transparent;
19485
19502
  --Calendar-shortcuts-height: 1.875rem;
@@ -19577,10 +19594,10 @@ readers do not read off random characters that represent icons */
19577
19594
  --Combo-addBtn-fontSize: var(--Button--sm-fontSize);
19578
19595
  --Combo-addBtn-height: 1.625rem;
19579
19596
  --Combo-addBtn-lineHeight: var(--Button--sm-lineHeight);
19580
- --Combo-addBtn-onActive-bg: #0d70be;
19597
+ --Combo-addBtn-onActive-bg: #0d4fd6;
19581
19598
  --Combo-addBtn-onActive-border: #adb4bf;
19582
19599
  --Combo-addBtn-onActive-color: var(--Combo-addBtn-color);
19583
- --Combo-addBtn-onHover-bg: #0e77ca;
19600
+ --Combo-addBtn-onHover-bg: #0d54e2;
19584
19601
  --Combo-addBtn-onHover-border: #b4bbc5;
19585
19602
  --Combo-addBtn-onHover-color: var(--Combo-addBtn-color);
19586
19603
  --Combo-addBtn-paddingX: var(--Button--sm-paddingX);
@@ -19599,6 +19616,19 @@ readers do not read off random characters that represent icons */
19599
19616
  --Combo-toolbarBtn-paddingY: 0.125rem;
19600
19617
  --Copyable-iconColor: var(--icon-color);
19601
19618
  --Copyable-onHover-iconColor: var(--icon-onHover-color);
19619
+ --Collapse-border: none;
19620
+ --Collapse-border-color: var(--borderColorLight);
19621
+ --Collapse-header-fontSize: var(--fontSizeMd);
19622
+ --Collapse-header-fontWeight: var(--fontWeightNormal);
19623
+ --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
19624
+ --Collapse-header-bg: transparent;
19625
+ --Collapse-header-onHover-bg: transparent;
19626
+ --Collapse-header-collapsed-borderBottom: var(--borderWidth) solid
19627
+ var(--Collapse-border-color);
19628
+ --Collapse-content-padding: 1.125rem 0;
19629
+ --Collapse-content-color: var(--body-color);
19630
+ --Collapse-content-fontSize: var(--body-size);
19631
+ --Collapse-content-fontWeight: var(--body-weight);
19602
19632
  --Crud-toolbar-gap: var(--gap-xs);
19603
19633
  --Crud-toolbar-height: 1.875rem;
19604
19634
  --Crud-toolbar-lineHeight: var(--lineHeightBase);
@@ -19624,6 +19654,7 @@ readers do not read off random characters that represent icons */
19624
19654
  ) / 2 - var(--DatePicker-borderWidth)
19625
19655
  );
19626
19656
  --DatePicker-placeholderColor: var(--Form-input-placeholderColor);
19657
+ --LocationPicker-borderRadius: var(--Form-input-borderWidth);
19627
19658
  --Divider-borderStyle: dashed;
19628
19659
  --Drawer-bg: var(--background);
19629
19660
  --Drawer-body-padding: var(--gap-base);
@@ -19657,8 +19688,9 @@ readers do not read off random characters that represent icons */
19657
19688
  --DropDown-menu-paddingX: 0;
19658
19689
  --DropDown-menu-paddingY: var(--gap-xs);
19659
19690
  --DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
19660
- --DropDown-menuItem-onHover-color: inherit;
19661
- --DropDown-menuItem-onActive-color: var(--info);
19691
+ --DropDown-menuItem-color: var(--text-color);
19692
+ --DropDown-menuItem-onHover-color: var(--primary);
19693
+ --DropDown-menuItem-onActive-color: var(--primary);
19662
19694
  --DropDown-menuItem-onDisabled-color: var(--text--muted-color);
19663
19695
  --DropDown-menuItem-paddingX: var(--gap-sm);
19664
19696
  --DropDown-menuItem-paddingY: calc(
@@ -19679,7 +19711,7 @@ readers do not read off random characters that represent icons */
19679
19711
  --Form-control-widthMd: 15rem;
19680
19712
  --Form-control-widthSm: 10rem;
19681
19713
  --Form-control-widthXs: 5rem;
19682
- --Form-description-color: gray;
19714
+ --Form-description-color: #273047;
19683
19715
  --Form-description-fontSize: var(--fontSizeSm);
19684
19716
  --Form-fontSize: var(--fontSizeBase);
19685
19717
  --Form-group--lg-gutterWidth: 2.5rem;
@@ -19720,6 +19752,7 @@ readers do not read off random characters that represent icons */
19720
19752
  ) / 2
19721
19753
  );
19722
19754
  --Form-input-placeholderColor: var(--text--muted-color);
19755
+ --Form-input-onDisabled-color: var(--text--muted-color);
19723
19756
  --Form-item-gap: var(--gap-base);
19724
19757
  --Form-label-paddingTop: calc(
19725
19758
  (
@@ -19758,12 +19791,12 @@ readers do not read off random characters that represent icons */
19758
19791
  --Form-select-popoverGap: 0;
19759
19792
  --Form-select-search-height: var(--Form-select-menu-height);
19760
19793
  --Form-selectOption-height: var(--Form-input-height);
19761
- --Form-selectValue-bg: #cee8fc;
19762
- --Form-selectValue-borderColor: #9dd1fa;
19794
+ --Form-selectValue-bg: #e4edfe;
19795
+ --Form-selectValue-borderColor: #b3cbfc;
19763
19796
  --Form-selectValue-color: var(--info);
19764
19797
  --Form-selectValue-fontSize: var(--fontSizeSm);
19765
- --Form-selectValue-onDisable-bg: #e6f3fe;
19766
- --Form-selectValue-onHover-bg: #b5dcfb;
19798
+ --Form-selectValue-onDisable-bg: #fdfdff;
19799
+ --Form-selectValue-onHover-bg: #ccdcfd;
19767
19800
  --Form-select-onFocus-boxShadow: none;
19768
19801
  --IconPicker-content-maxHeight: 21.875rem;
19769
19802
  --IconPicker-padding: var(--gap-xs);
@@ -19778,6 +19811,7 @@ readers do not read off random characters that represent icons */
19778
19811
  --IconPicker-tabs-bg: #f0f3f4;
19779
19812
  --ImageControl-addBtn-bg: var(--Button--default-bg);
19780
19813
  --ImageControl-addBtn-border: var(--Button--default-border);
19814
+ --ImageControl-addBtn-borderRadius: 0;
19781
19815
  --ImageControl-addBtn-color: var(--Button--default-color);
19782
19816
  --ImageControl-addBtn-onActive-bg: #e6e6e6;
19783
19817
  --ImageControl-addBtn-onActive-border: #adb4bf;
@@ -19790,6 +19824,8 @@ readers do not read off random characters that represent icons */
19790
19824
  --ImageControl-addBtn-onHover-bg: #ececec;
19791
19825
  --ImageControl-addBtn-onHover-border: #b4bbc5;
19792
19826
  --ImageControl-addBtn-onHover-color: var(--Button--default-color);
19827
+ --ImageControl-progress-borderRadius: 0;
19828
+ --FileControl-progress-borderRadius: 0;
19793
19829
  --InputGroup-addOn-bg: var(--Form-input-addOnBg);
19794
19830
  --InputGroup-addOn-borderColor: var(--Form-input-borderColor);
19795
19831
  --InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
@@ -19835,7 +19871,7 @@ readers do not read off random characters that represent icons */
19835
19871
  --InputRange-slider-onDisabled-border: 0.0625rem solid var(--InputRange-onDisabled-color);
19836
19872
  --InputRange-slider-onFocus-borderRadius: var(--borderRadiusMd);
19837
19873
  --InputRange-slider-onFocus-boxShadow: 0 0 0
19838
- var(--InputRange-slider-onFocus-borderRadius) rgba(16, 140, 238, 0.2);
19874
+ var(--InputRange-slider-onFocus-borderRadius) rgba(36, 104, 242, 0.2);
19839
19875
  --InputRange-slider-transition: transform var(--animation-duration) ease-out,
19840
19876
  box-shadow var(--animation-duration) ease-out;
19841
19877
  --InputRange-slider-width: 1.125rem;
@@ -19905,11 +19941,12 @@ readers do not read off random characters that represent icons */
19905
19941
  --ListControl-item-bg: var(--white);
19906
19942
  --ListControl-item-borderColor: var(--borderColor);
19907
19943
  --ListControl-item-borderWidth: var(--borderWidth);
19944
+ --ListControl-item-borderRadius: 0.1875rem;
19908
19945
  --ListControl-item-color: var(--text-color);
19909
19946
  --ListControl-item-onActive-after-borderColor: var(--primary);
19910
19947
  --ListControl-item-onActive-before-bg: var(--white);
19911
19948
  --ListControl-item-onActive-bg: var(--primary);
19912
- --ListControl-item-onActive-borderColor: #0d70be;
19949
+ --ListControl-item-onActive-borderColor: #0d4fd6;
19913
19950
  --ListControl-item-onActive-color: var(--white);
19914
19951
  --ListControl-item-onActive-onHover-bg: var(--primary);
19915
19952
  --ListControl-item-onDisabled-bg: var(--ListControl-item-bg);
@@ -20025,7 +20062,7 @@ readers do not read off random characters that represent icons */
20025
20062
  --Number-handler-onHover-color: var(--text-color);
20026
20063
  --Number-handler-width: var(--gap-lg);
20027
20064
  --Number-onDisabled-bg: var(--Form-input-bg);
20028
- --Page-aside-bg: #dcf0fd;
20065
+ --Page-aside-bg: #0ec0fc;
20029
20066
  --Page-aside-maxWidth: 18.75rem;
20030
20067
  --Page-aside-width: 12.5rem;
20031
20068
  --Page-body-padding: var(--gap-base);
@@ -20113,7 +20150,7 @@ readers do not read off random characters that represent icons */
20113
20150
  --Satus-icon-width: var(--gap-lg);
20114
20151
  --Satus-icon-height: var(--Satus-icon-width);
20115
20152
  --Sparkline-line-color: var(--info);
20116
- --Sparkline-area-color: rgba(16, 140, 238, 0.1);
20153
+ --Sparkline-area-color: rgba(36, 104, 242, 0.1);
20117
20154
  --Spinner--lg-height: 3.125rem;
20118
20155
  --Spinner--lg-width: 3.125rem;
20119
20156
  --Spinner--sm-height: 1rem;
@@ -20172,6 +20209,8 @@ readers do not read off random characters that represent icons */
20172
20209
  --Table-toolbar-marginX: 0;
20173
20210
  --Table-toolbar-marginY: var(--gap-base);
20174
20211
  --Table-tree-borderColor: var(--Table-borderColor);
20212
+ --Table-searchableForm-backgroundColor: #f6f7f8;
20213
+ --Table-searchableForm-borderRadius: 0.25rem;
20175
20214
  --TableCell--edge-paddingX: var(--gap-md);
20176
20215
  --TableCell-filterBtn--onActive-color: var(--primary);
20177
20216
  --TableCell-filterBtn-width: 1rem;
@@ -20357,15 +20396,24 @@ readers do not read off random characters that represent icons */
20357
20396
  --Steps-sub-title-color: var(--text-color);
20358
20397
  --Steps-line-bg: var(--Steps-bg);
20359
20398
  --Steps-line-success-bg: var(--Steps-status-success);
20399
+ --Progress-borderRadius: var(--borderRadius);
20400
+ --ColumnToggler-backgroundColor: var(--white);
20401
+ --ColumnToggler-borderRadius: 0.25rem;
20402
+ --ColumnToggler-lineHeight: 1.5rem;
20403
+ --ColumnToggler-title-fontColor: #080e1a;
20404
+ --ColumnToggler-fontColor: #151a26;
20405
+ --ColumnToggler-item-backgroundColor: #f6f7f8;
20406
+ --ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
20360
20407
  }
20361
20408
 
20362
20409
  :root {
20363
20410
  --borderColor: #eceff8;
20411
+ --borderRadius: 0.25rem;
20364
20412
  --body-bg: #ffffff;
20365
- --text-color: #666;
20366
- --text--muted-color: #999;
20413
+ --text-color: #151a26;
20414
+ --text--muted-color: #b4b6ba;
20367
20415
  --text--loud-color: #333;
20368
- --link-onHover-decoration: none;
20416
+ --link-onHover-decoration: underline;
20369
20417
  --icon-color: #999;
20370
20418
  --icon-onHover-color: var(--primary);
20371
20419
  --Layout-header-boxShadow: none;
@@ -20377,10 +20425,10 @@ readers do not read off random characters that represent icons */
20377
20425
  --Layout-brand-color: #fff;
20378
20426
  --Layout-asideLink-iconColor: rgba(255, 255, 255, 0.6);
20379
20427
  --Layout-asideLink-color: #fff;
20380
- --Layout-asideLink-onHover-color: #108cee;
20381
- --Layout-asideLink-onActive-color: #108cee;
20428
+ --Layout-asideLink-onHover-color: var(--primary);
20429
+ --Layout-asideLink-onActive-color: var(--primary);
20382
20430
  --Layout-asideLink-onHover-iconSize: 1rem;
20383
- --Layout-asideLink-onHover-iconColor: #108cee;
20431
+ --Layout-asideLink-onHover-iconColor: var(--primary);
20384
20432
  --Layout-asideLink-fontSize: 0.75rem;
20385
20433
  --Layout-asideLink-arrowFontSize: 0.75rem;
20386
20434
  --Layout-asideLink-arrowColor: #8d99b0;
@@ -20398,16 +20446,21 @@ readers do not read off random characters that represent icons */
20398
20446
  --Page-header-paddingX: var(--gap-md);
20399
20447
  --Page-header-paddingY: 0.625rem;
20400
20448
  --Form-item-gap: var(--gap-base);
20401
- --Form-input-onFocused-bg: var(--white);
20402
- --Form-input-borderRadius: 0;
20403
- --Form-input-borderColor: #ccc;
20404
- --Form-input-onFocused-borderColor: var(--primary);
20405
- --Form-input-onError-borderColor: #d0021b;
20449
+ --Form-input-bg: #ffffff;
20450
+ --Form-input-color: #151a26;
20451
+ --Form-input-height: 2rem;
20452
+ --Form-input-borderColor: #dadbdd;
20453
+ --Form-input-borderRadius: 0.25rem;
20454
+ --Form-input-onHover-borderColor: #2468f2;
20455
+ --Form-input-onFocused-bg: #ffffff;
20456
+ --Form-input-onFocused-borderColor: #1c53c1;
20457
+ --Form-input-onError-borderColor: #e8684a;
20458
+ --Form-input-onError-bg: #ffffff;
20459
+ --Form-input-onDisabled-bg: #f2f2f4;
20460
+ --Form-input-onDisabled-borderColor: #dadbdd;
20461
+ --Form-input-onDisabled-color: #83868c;
20406
20462
  --Form-input-paddingX: 0.625rem;
20407
20463
  --Form-description-color: #999;
20408
- --Form-input-onError-bg: #fffbfb;
20409
- --Form-input-onDisabled-bg: #f5f5f5;
20410
- --Form-input-onDisabled-borderColor: #ebebeb;
20411
20464
  --Form--horizontal-label-whiteSpace: normal;
20412
20465
  --Form--horizontal-label-widthXs: 3.125rem;
20413
20466
  --Form--horizontal-label-widthSm: 4.375rem;
@@ -20419,24 +20472,25 @@ readers do not read off random characters that represent icons */
20419
20472
  --Form-input-onFocus-addOnColor: var(--primary);
20420
20473
  --Form-input-addOnDividerBorderWidth: 0;
20421
20474
  --Form-select-borderWidth: 0.0625rem;
20422
- --Form-select-borderRadius: 0;
20423
- --Form-select-borderColor: #ccc;
20475
+ --Form-select-borderRadius: 0.25rem;
20476
+ --Form-select-borderColor: #dadbdd;
20424
20477
  --Form-select-bg: var(--white);
20425
20478
  --Form-select-onHover-bg: var(--white);
20426
20479
  --Form-select-onHover-borderColor: var(--primary);
20427
20480
  --Form-select-placeholderColor: #999;
20428
20481
  --Form-select-color: #000;
20429
- --Form-select-caret-iconColor: #999;
20430
- --Form-select-caret-onHover-iconColor: var(--primary);
20482
+ --Form-select-caret-iconColor: #83868c;
20483
+ --Form-select-caret-onHover-iconColor: #83868c;
20431
20484
  --Form-select-caret-fontSize: 0.75rem;
20432
20485
  --Form-select-outer-borderWidth: 0;
20433
20486
  --Form-select-outer-top: 2rem;
20434
20487
  --Form-select-outer-boxShadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
20435
- --Form-select-menu-color: #333;
20436
- --Form-select-menu-onHover-color: #000;
20437
- --Form-select-menu-onHover-bg: #eaf6fe;
20488
+ --Form-select-menu-color: #151a26;
20489
+ --Form-select-menu-onHover-color: #151a26;
20490
+ --Form-select-menu-onHover-bg: #e9f0fd;
20491
+ --Form-select-menu-onActive-color: #2468f2;
20438
20492
  --Form-select-menu-height: 1.5rem;
20439
- --Form-select-popoverGap: 0.1875rem;
20493
+ --Form-select-popoverGap: 0.25rem;
20440
20494
  --Form-select-search-height: 1.875rem;
20441
20495
  --Form-selectValue-color: var(--primary);
20442
20496
  --InputGroup-select-borderWidth: 0.0625rem;
@@ -20470,14 +20524,19 @@ readers do not read off random characters that represent icons */
20470
20524
  --Checkbox--sm--full-inner-size: 0.625rem;
20471
20525
  --Radio-size: 1rem;
20472
20526
  --Radio-inner-size: 0.625rem;
20473
- --Switch-bgColor: #ccc;
20474
- --Switch-borderColor: #f0f0f0;
20475
- --Switch-onActive-bgColor: var(--primary);
20476
- --Switch-onDisabled-bgColor: #f5f5f5;
20477
- --Switch-onDisabled-color: #ccc;
20478
- --Switch-onDisabled-circle-BackgroundColor: #ccc;
20527
+ --Switch-height: 1.25rem;
20528
+ --Switch-width: 2.75rem;
20529
+ --Switch-valueColor: #ffffff;
20530
+ --Switch-bgColor: #cecfd1;
20531
+ --Switch-onActive-bgColor: #b4b6ba;
20532
+ --Switch-onHover-bgColor: #b4b6ba;
20533
+ --Switch-checked-bgColor: var(--primary);
20534
+ --Switch-checked-onHover-bgColor: #1c53c1;
20535
+ --Switch-checked-onActive-bgColor: #1c53c1;
20536
+ --Switch-onDisabled-bgColor: #d3e0fc;
20537
+ --Switch-onDisabled-color: #ffffff;
20479
20538
  --ColorPicker-borderWidth: 0.0625rem;
20480
- --ColorPicker-borderRadius: 0;
20539
+ --ColorPicker-borderRadius: 0.25rem;
20481
20540
  --ColorPicker-bg: var(--white);
20482
20541
  --ColorPicker-onHover-bg: var(--white);
20483
20542
  --ColorPicker-onHover-borderColor: var(--primary);
@@ -20485,8 +20544,20 @@ readers do not read off random characters that represent icons */
20485
20544
  --ColorPicker-placeholderColor: #999;
20486
20545
  --ColorPicker-onDisabled-bg: #f5f5f5;
20487
20546
  --ColorPicker-onDisabled-color: #999;
20547
+ --Collapse-border: 0.0625rem solid #dadbdd;
20548
+ --Collapse-border-color: #dadbdd;
20549
+ --Collapse-header-fontSize: 14px;
20550
+ --Collapse-header-fontWeight: 500;
20551
+ --Collapse-header-padding: 1rem;
20552
+ --Collapse-header-bg: #f2f2f4;
20553
+ --Collapse-header-onHover-bg: #e6e6e8;
20554
+ --Collapse-header-collapsed-borderBottom: none;
20555
+ --Collapse-content-padding: 1rem;
20556
+ --Collapse-content-color: #5e626a;
20557
+ --Collapse-content-fontSize: 12px;
20558
+ --Collapse-content-fontWeight: 400;
20488
20559
  --DatePicker-borderWidth: 0.0625rem;
20489
- --DatePicker-borderRadius: 0;
20560
+ --DatePicker-borderRadius: 0.25rem;
20490
20561
  --DatePicker-bg: var(--white);
20491
20562
  --DatePicker-onHover-bg: var(--white);
20492
20563
  --DatePicker-color: #000;
@@ -20496,42 +20567,59 @@ readers do not read off random characters that represent icons */
20496
20567
  --DatePicker-iconColor: #666;
20497
20568
  --DatePicker-onHover-iconColor: var(--primary);
20498
20569
  --DatePicker-onHover-borderColor: var(--primary);
20570
+ --LocationPicker-borderRadius: 0.25rem;
20499
20571
  --Calendar-input-borderRadius: 0;
20572
+ --Calendar-input-borderRadius: 0.25rem;
20500
20573
  --Calendar-shortcuts-bg: #f5f5f5;
20501
20574
  --Calendar-shortcuts-height: 1.875rem;
20502
20575
  --Button-borderWidth: 0.0625rem;
20503
20576
  --Button-boxShadow: none;
20504
20577
  --Button-onActive-boxShadow: none;
20505
- --Button-borderRadius: 0;
20506
- --Button--lg-borderRadius: 0;
20507
- --Button--sm-borderRadius: 0;
20508
- --Button-paddingX: 0.625rem;
20578
+ --Button-borderRadius: 0.25rem;
20579
+ --Button-paddingX: 0.75rem;
20509
20580
  --Button--lg-height: 2.5rem;
20510
20581
  --Button--lg-fontSize: 0.875rem;
20511
- --Button--default-bg: var(--white);
20512
- --Button--default-border: #cccccc;
20513
- --Button--default-color: #000;
20514
- --Button--default-onHover-bg: var(--white);
20582
+ --Button--lg-lineHeight: 30 / 20;
20583
+ --Button--lg-paddingX: 1rem;
20584
+ --Button--default-bg: #ffffff;
20585
+ --Button--default-border: #dadbdd;
20586
+ --Button--default-color: #151a26;
20587
+ --Button--default-onHover-bg: #ffffff;
20515
20588
  --Button--default-onHover-border: var(--primary);
20516
20589
  --Button--default-onHover-color: var(--primary);
20517
- --Button--default-onActive-bg: #f6fbff;
20518
- --Button--default-onActive-border: var(--primary);
20519
- --Button--default-onActive-color: var(--primary);
20590
+ --Button--default-onActive-bg: #ffffff;
20591
+ --Button--default-onActive-border: #1c53c1;
20592
+ --Button--default-onActive-color: #1c53c1;
20593
+ --Button--emphasize-bg: #ffffff;
20594
+ --Button--emphasize-color: var(--primary);
20595
+ --Button--emphasize-onHover-bg: #ffffff;
20596
+ --Button--emphasize-onHover-border: var(--primary);
20597
+ --Button--emphasize-onHover-color: #4f86f4;
20598
+ --Button--emphasize-onActive-bg: #ffffff;
20599
+ --Button--emphasize-onActive-border: #1c53c1;
20600
+ --Button--emphasize-onActive-color: #1c53c1;
20520
20601
  --Button--primary-bg: var(--primary);
20521
20602
  --Button--primary-border: var(--primary);
20522
- --Button--primary-onHover-bg: #209bfd;
20523
- --Button--primary-onHover-border: var(--primary);
20524
- --Button--primary-onHover-color: var(--white);
20525
- --Button--primary-onActive-bg: #047bdb;
20526
- --Button--primary-onActive-border: var(--primary);
20527
- --Button--primary-onActive-color: var(--white);
20603
+ --Button--primary-onHover-bg: #4f86f4;
20604
+ --Button--primary-onHover-border: #4f86f4;
20605
+ --Button--primary-onHover-color: #ffffff;
20606
+ --Button--primary-onActive-bg: #1c53c1;
20607
+ --Button--primary-onActive-border: #1c53c1;
20608
+ --Button--primary-onActive-color: #ffffff;
20609
+ --Button--light-border: var(--light);
20610
+ --Button--light-color: var(--button-color);
20611
+ --Button-onDisabled-borderColor: #e6e6e8;
20612
+ --Button-onDisabled-opacity: 0.65;
20613
+ --Button-onDisabled-bg: #e6e6e8;
20528
20614
  --Button--danger-bg: #ea2e2e;
20529
20615
  --Button--danger-onHover-bg: #f64545;
20616
+ --Button--danger-onHover-border: #f64545;
20530
20617
  --Button--danger-onActive-bg: #d72b2b;
20618
+ --Button--danger-onActive-border: #d72b2b;
20531
20619
  --ButtonGroup-divider-width: 0.0625rem;
20532
20620
  --ButtonGroup-divider-color: #fff;
20533
20621
  --ButtonGroup--primary-isActive-color: var(--primary);
20534
- --ButtonGroup--primary-isActive-bg: var(--white);
20622
+ --ButtonGroup--primary-isActive-bg: #ffffff;
20535
20623
  --Button--link-color: var(--primary);
20536
20624
  --Button--link-onHover-color: #209bfd;
20537
20625
  --Spinner-bg: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIKImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTkycHgiIGhlaWdodD0iMTkycHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuNSA2MC41IEw5NiAyNC41IEwxNTguNSA2MC41IFYxMzIgTDk2LjUgMTY3LjUgTDM0LjUgMTMyIEwzNC41IDYwLjUgWiIgc3Ryb2tlPSIjMTA4Y2VlIgpzdHlsZT0ic3Ryb2tlLXdpZHRoOiAxNnB4OwogICAgICAgc3Ryb2tlLW9wYWNpdHk6IDE7CiAgICAgICBmaWxsLW9wYWNpdHk6IDA7CiAgICAgICBzdHJva2UtZGFzaGFycmF5OiA4MDAgODAwOwogICAgICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDgwMDsiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGlkPSJsaW5lIiBmcm9tPSI4MDAgODAwIiB0bz0iODAwIDgwMCIgYmVnaW49ImZpcnN0LmVuZCIgZHVyPSIxLjJzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBmcm9tPSI4MDAiIHRvPSItODAwIiBiZWdpbj0iZmlyc3QuZW5kIiBkdXI9IjEuMnMiIGZpbGwgPSAiZnJlZXplIi8+PC9wYXRoPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJmaXJzdCIgdG89IjM0LjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiB0bz0iNjAuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJzZWNvbmQiIGZyb209IjM0LjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjYwLjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIHRvPSIyNC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjIwIiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iMjQuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjYwLjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIxNTguNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iNjAuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjEzMiIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE1OC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxNjcuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjE2Ny41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMTAiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI5Ni41IiBjeT0iOTYuNSIgcj0iMTAiIGZpbGw9IiMxMDhjZWUiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSI5Ni41IiB0bz0iMzQuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxMzIiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIzNC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjwvc3ZnPg==");
@@ -20562,24 +20650,26 @@ readers do not read off random characters that represent icons */
20562
20650
  --TableCell-filterPopOver-dropDownItem-padding: 0 0.625rem;
20563
20651
  --ListControl-item-borderWidth: 0.0625rem;
20564
20652
  --ListControl-item-borderColor: #ccc;
20653
+ --ListControl-item-borderRadius: 0.25rem;
20565
20654
  --ListControl-item-paddingX: 0.625rem;
20566
20655
  --ListControl-item-bg: var(--Button--default-bg);
20567
20656
  --ListControl-item-color: var(--Button--default-color);
20568
20657
  --ListControl-item-onHover-color: var(--primary);
20569
20658
  --ListControl-item-onHover-bg: var(--Button--default-onHover-bg);
20570
20659
  --ListControl-item-onHover-borderColor: var(--primary);
20571
- --ListControl-item-onActive-bg: var(--white);
20572
- --ListControl-item-onActive-onHover-bg: var(--white);
20573
- --ListControl-item-onActive-color: var(--primary);
20574
- --ListControl-item-onActive-borderColor: var(--primary);
20575
- --ListControl-item-onActive-before-bg: var(--primary);
20576
- --ListControl-item-onActive-after-borderColor: var(--white);
20660
+ --ListControl-item-onActive-bg: #ffffff;
20661
+ --ListControl-item-onActive-onHover-bg: #ffffff;
20662
+ --ListControl-item-onActive-color: #1c53c1;
20663
+ --ListControl-item-onActive-borderColor: #1c53c1;
20664
+ --ListControl-item-onActive-before-bg: #1c53c1;
20665
+ --ListControl-item-onActive-after-borderColor: #ffffff;
20577
20666
  --ListControl-item-onDisabled-opacity: 1;
20578
- --ListControl-item-onDisabled-bg: #f5f5f5;
20579
- --ListControl-item-onDisabled-color: #999;
20580
- --ListControl-item-onDisabled-borderColor: #ebebeb;
20667
+ --ListControl-item-onDisabled-bg: #e6e6e8;
20668
+ --ListControl-item-onDisabled-color: #b4b6ba;
20669
+ --ListControl-item-onDisabled-borderColor: #e6e6e8;
20581
20670
  --ImageControl-addBtn-bg: #fff;
20582
20671
  --ImageControl-addBtn-border: #dbdbdb;
20672
+ --ImageControl-addBtn-borderRadius: 0.25rem;
20583
20673
  --ImageControl-addBtn-color: #666;
20584
20674
  --ImageControl-addBtn-onHover-bg: var(--ImageControl-addBtn-bg);
20585
20675
  --ImageControl-addBtn-onHover-border: var(--primary);
@@ -20590,19 +20680,30 @@ readers do not read off random characters that represent icons */
20590
20680
  --ImageControl-addBtn-onDisabled-bg: #f5f5f5;
20591
20681
  --ImageControl-addBtn-onDisabled-border: #ebebeb;
20592
20682
  --ImageControl-addBtn-onDisabled-color: #ccc;
20683
+ --ImageControl-progress-borderRadius: 0.125rem;
20684
+ --FileControl-progress-borderRadius: 0.125rem;
20685
+ --Modal-title-fontSize: 14px;
20686
+ --Modal-title-color: 500;
20687
+ --Modal-title-fontWeight: #151a26;
20593
20688
  --Modal-overlay-bg: rgba(0, 0, 0, 0.7);
20594
20689
  --Modal-content-borderWidth: 0;
20595
20690
  --Modal-content-borderRadius: 0;
20596
20691
  --Modal-content-minHeight: 12.0625rem;
20597
- --Modal-header-bg: #f6f7fb;
20692
+ --Modal-header-bg: #fff;
20693
+ --Modal-header-paddingY: 0;
20694
+ --Modal-header-paddingX: 0;
20598
20695
  --Modal-title-color: #333;
20599
20696
  --Modal-body-paddingY: var(--gap-md);
20600
20697
  --Modal-body-paddingX: var(--gap-md);
20601
20698
  --Modal-body-borderTop: none;
20602
- --Modal-body-borderBottom: 0.0625rem solid #eceff8;
20603
- --Modal-footer-marginX: var(--gap-md);
20604
- --Modal-footer-padding: var(--gap-base) 0;
20699
+ --Modal-body-borderBottom: none;
20700
+ --Modal-footer-marginX: 0;
20701
+ --Modal-footer-marginY: 0;
20702
+ --Modal-footer-padding: 0;
20703
+ --Drawer-header-padding: 1rem 1.5rem;
20605
20704
  --Drawer-widthBase: 25rem;
20705
+ --Drawer-header-bg: #fff;
20706
+ --Drawer-body-padding: 1.5rem;
20606
20707
  --Remark-icon-fontSize: 0.75rem;
20607
20708
  --Remark-iconColor: #999;
20608
20709
  --Remark-onHover-iconColor: #fff;
@@ -20640,7 +20741,7 @@ readers do not read off random characters that represent icons */
20640
20741
  --Pagination-onActive-backgroundColor: var(--white);
20641
20742
  --Pagination-onActive-color: var(--primary);
20642
20743
  --Pagination-onActive-border: 0.0625rem solid var(--primary);
20643
- --Panel-borderRadius: 0;
20744
+ --Panel-borderRadius: 0.25rem;
20644
20745
  --Panel-fixedBottom-boxShadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
20645
20746
  --Panel--default-bg: #f5f5f5;
20646
20747
  --Nav-item-fontSize: 1rem;
@@ -20653,21 +20754,22 @@ readers do not read off random characters that represent icons */
20653
20754
  --TransferSelect--table-heading-bg: var(--white);
20654
20755
  --TransferSelect--normal-heading-bg: #f6f7fb;
20655
20756
  --TransferSelect-heading-borderBottom: 0;
20656
- --Alert-height: 1.875rem;
20657
- --Alert-fontSize: 0.75rem;
20658
- --Alert-borderRadius: 0;
20757
+ --Alert-height: 2.5rem;
20758
+ --Alert-paddingX: 1rem;
20759
+ --Alert-fontSize: 12px;
20760
+ --Alert-borderRadius: 0.25rem;
20659
20761
  --Alert-marginBottom: var(--Alert-md);
20660
- --Alert--danger-color: #333;
20661
- --Alert--danger-bg: #fff5f5;
20762
+ --Alert--danger-color: #5e626a;
20763
+ --Alert--danger-bg: #fdf0ee;
20662
20764
  --Alert--danger-borderColor: transparent;
20663
- --Alert--info-color: #333;
20664
- --Alert--info-bg: #eaf6fe;
20765
+ --Alert--info-color: #5e626a;
20766
+ --Alert--info-bg: #e9f0fd;
20665
20767
  --Alert--info-borderColor: transparent;
20666
- --Alert--success-color: #333;
20667
- --Alert--success-bg: #f1fdeb;
20768
+ --Alert--success-color: #5e626a;
20769
+ --Alert--success-bg: #e7f9f2;
20668
20770
  --Alert--success-borderColor: transparent;
20669
- --Alert--warning-color: #333;
20670
- --Alert--warning-bg: #fcf7f1;
20771
+ --Alert--warning-color: #5e626a;
20772
+ --Alert--warning-bg: #fff7e6;
20671
20773
  --Alert--warning-borderColor: transparent;
20672
20774
  --Toast-width: 18.75rem;
20673
20775
  --Toast-borderRadius: 0;
@@ -20677,18 +20779,20 @@ readers do not read off random characters that represent icons */
20677
20779
  --Toast-opacity: 1;
20678
20780
  --Toast-title-display: inline;
20679
20781
  --Toast-color: var(--white);
20680
- --Toast--danger-color: var(--danger);
20681
- --Toast--danger-bgColor: #fff5f5;
20682
- --Toast--danger-borderColor: var(--danger);
20683
- --Toast--info-color: var(--info);
20684
- --Toast--info-bgColor: #eaf6fe;
20685
- --Toast--info-borderColor: var(--info);
20686
- --Toast--success-color: var(--success);
20687
- --Toast--success-bgColor: #f1fdeb;
20688
- --Toast--success-borderColor: var(--success);
20689
- --Toast--warning-color: var(--warning);
20690
- --Toast--warning-bgColor: #fcf7f1;
20691
- --Toast--warning-borderColor: var(--warning);
20782
+ --Toast-borderRadius: 0.25rem;
20783
+ --Toast-paddingX: 1rem;
20784
+ --Toast--danger-color: #151a26;
20785
+ --Toast--danger-bgColor: #ffffff;
20786
+ --Toast--danger-borderColor: #ffffff;
20787
+ --Toast--info-color: #151a26;
20788
+ --Toast--info-bgColor: #ffffff;
20789
+ --Toast--info-borderColor: #ffffff;
20790
+ --Toast--success-color: #151a26;
20791
+ --Toast--success-bgColor: #ffffff;
20792
+ --Toast--success-borderColor: #ffffff;
20793
+ --Toast--warning-color: #151a26;
20794
+ --Toast--warning-bgColor: #ffffff;
20795
+ --Toast--warning-borderColor: #ffffff;
20692
20796
  --Toast-close-color: var(--icon-color);
20693
20797
  --Toast-close--onHover-color: var(--icon-onHover-color);
20694
20798
  --TagControl-sugTip-color: var(--primary);
@@ -20717,6 +20821,8 @@ readers do not read off random characters that represent icons */
20717
20821
  --ListItem-onChecked-fieldLabel-color: #0052cc;
20718
20822
  --Transfer-title-bg: var(--Table-thead-bg);
20719
20823
  --Satus-icon-width: 0.875rem;
20824
+ --Tree-itemHeight: 2rem;
20825
+ --Progress-borderRadius: 1rem;
20720
20826
  }
20721
20827
 
20722
20828
  /* Reset
@@ -21089,11 +21195,11 @@ readers do not read off random characters that represent icons */
21089
21195
  }
21090
21196
 
21091
21197
  .amis-scope svg.icon-success {
21092
- color: #5fb333;
21198
+ color: #0bc286;
21093
21199
  }
21094
21200
 
21095
21201
  .amis-scope svg.icon-fail {
21096
- color: #ea2e2e;
21202
+ color: #e8684a;
21097
21203
  }
21098
21204
 
21099
21205
  /**
@@ -22681,6 +22787,17 @@ readers do not read off random characters that represent icons */
22681
22787
  margin-left: var(--Button-paddingX);
22682
22788
  }
22683
22789
 
22790
+ .amis-scope .cxd-Button .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
22791
+ .amis-scope .cxd-Button > svg.icon:not(:last-child):not(.pull-right),
22792
+ .amis-scope .cxd-Button > .pull-left {
22793
+ margin-right: var(--Button-paddingX);
22794
+ }
22795
+
22796
+ .amis-scope .cxd-Button .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
22797
+ .amis-scope .cxd-Button > .pull-right {
22798
+ margin-left: var(--Button-paddingX);
22799
+ }
22800
+
22684
22801
  .amis-scope .cxd-Button img.cxd-Button-icon {
22685
22802
  height: var(--Button-fontSize);
22686
22803
  vertical-align: middle;
@@ -22698,16 +22815,24 @@ readers do not read off random characters that represent icons */
22698
22815
 
22699
22816
  .amis-scope .cxd-Button.is-disabled,
22700
22817
  .amis-scope .cxd-Button:disabled {
22701
- opacity: var(--Button-onDisabled-opacity);
22702
22818
  filter: grayscale(100%);
22703
22819
  box-shadow: none;
22704
22820
  cursor: not-allowed;
22821
+ color: var(--text--muted-color);
22822
+ pointer-events: auto;
22823
+ border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
22824
+ background: var(--Button-onDisabled-bg);
22705
22825
  }
22706
22826
 
22707
22827
  .amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
22708
22828
  cursor: pointer;
22709
22829
  }
22710
22830
 
22831
+ .amis-scope .cxd-Button.cxd-Button--link.is-disabled {
22832
+ background: transparent;
22833
+ border: none;
22834
+ }
22835
+
22711
22836
  .amis-scope .cxd-Button > .pull-left,
22712
22837
  .amis-scope .cxd-Button > .pull-right {
22713
22838
  line-height: inherit;
@@ -22738,6 +22863,12 @@ readers do not read off random characters that represent icons */
22738
22863
  border-color: var(--Button--primary-onHover-border);
22739
22864
  }
22740
22865
 
22866
+ .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
22867
+ color: var(--Button--primary-onActive-color);
22868
+ background: var(--Button--primary-onActive-bg);
22869
+ border-color: var(--Button--primary-onActive-border);
22870
+ }
22871
+
22741
22872
  .amis-scope .cxd-Button--primary:hover:focus {
22742
22873
  box-shadow: var(--Button-boxShadow);
22743
22874
  }
@@ -22756,6 +22887,12 @@ readers do not read off random characters that represent icons */
22756
22887
  border-color: var(--Button--secondary-onHover-border);
22757
22888
  }
22758
22889
 
22890
+ .amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
22891
+ color: var(--Button--secondary-onActive-color);
22892
+ background: var(--Button--secondary-onActive-bg);
22893
+ border-color: var(--Button--secondary-onActive-border);
22894
+ }
22895
+
22759
22896
  .amis-scope .cxd-Button--secondary:hover:focus {
22760
22897
  box-shadow: var(--Button-boxShadow);
22761
22898
  }
@@ -22774,10 +22911,40 @@ readers do not read off random characters that represent icons */
22774
22911
  border-color: var(--Button--success-onHover-border);
22775
22912
  }
22776
22913
 
22914
+ .amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
22915
+ color: var(--Button--success-onActive-color);
22916
+ background: var(--Button--success-onActive-bg);
22917
+ border-color: var(--Button--success-onActive-border);
22918
+ }
22919
+
22777
22920
  .amis-scope .cxd-Button--success:hover:focus {
22778
22921
  box-shadow: var(--Button-boxShadow);
22779
22922
  }
22780
22923
 
22924
+ .amis-scope .cxd-Button--enhance {
22925
+ color: var(--Button--enhance-color);
22926
+ background: var(--Button--enhance-bg);
22927
+ border-color: var(--Button--enhance-border);
22928
+ box-shadow: var(--Button-boxShadow);
22929
+ text-shadow: var(--Button-textShadow);
22930
+ }
22931
+
22932
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
22933
+ color: var(--Button--enhance-onHover-color);
22934
+ background: var(--Button--enhance-onHover-bg);
22935
+ border-color: var(--Button--enhance-onHover-border);
22936
+ }
22937
+
22938
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
22939
+ color: var(--Button--enhance-onActive-color);
22940
+ background: var(--Button--enhance-onActive-bg);
22941
+ border-color: var(--Button--enhance-onActive-border);
22942
+ }
22943
+
22944
+ .amis-scope .cxd-Button--enhance:hover:focus {
22945
+ box-shadow: var(--Button-boxShadow);
22946
+ }
22947
+
22781
22948
  .amis-scope .cxd-Button--info {
22782
22949
  color: var(--Button--info-color);
22783
22950
  background: var(--Button--info-bg);
@@ -22792,6 +22959,12 @@ readers do not read off random characters that represent icons */
22792
22959
  border-color: var(--Button--info-onHover-border);
22793
22960
  }
22794
22961
 
22962
+ .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
22963
+ color: var(--Button--info-onActive-color);
22964
+ background: var(--Button--info-onActive-bg);
22965
+ border-color: var(--Button--info-onActive-border);
22966
+ }
22967
+
22795
22968
  .amis-scope .cxd-Button--info:hover:focus {
22796
22969
  box-shadow: var(--Button-boxShadow);
22797
22970
  }
@@ -22810,6 +22983,12 @@ readers do not read off random characters that represent icons */
22810
22983
  border-color: var(--Button--warning-onHover-border);
22811
22984
  }
22812
22985
 
22986
+ .amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
22987
+ color: var(--Button--warning-onActive-color);
22988
+ background: var(--Button--warning-onActive-bg);
22989
+ border-color: var(--Button--warning-onActive-border);
22990
+ }
22991
+
22813
22992
  .amis-scope .cxd-Button--warning:hover:focus {
22814
22993
  box-shadow: var(--Button-boxShadow);
22815
22994
  }
@@ -22828,6 +23007,12 @@ readers do not read off random characters that represent icons */
22828
23007
  border-color: var(--Button--danger-onHover-border);
22829
23008
  }
22830
23009
 
23010
+ .amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
23011
+ color: var(--Button--danger-onActive-color);
23012
+ background: var(--Button--danger-onActive-bg);
23013
+ border-color: var(--Button--danger-onActive-border);
23014
+ }
23015
+
22831
23016
  .amis-scope .cxd-Button--danger:hover:focus {
22832
23017
  box-shadow: var(--Button-boxShadow);
22833
23018
  }
@@ -22846,6 +23031,12 @@ readers do not read off random characters that represent icons */
22846
23031
  border-color: var(--Button--light-onHover-border);
22847
23032
  }
22848
23033
 
23034
+ .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
23035
+ color: var(--Button--light-onActive-color);
23036
+ background: var(--Button--light-onActive-bg);
23037
+ border-color: var(--Button--light-onActive-border);
23038
+ }
23039
+
22849
23040
  .amis-scope .cxd-Button--light:hover:focus {
22850
23041
  box-shadow: var(--Button-boxShadow);
22851
23042
  }
@@ -22864,6 +23055,12 @@ readers do not read off random characters that represent icons */
22864
23055
  border-color: var(--Button--dark-onHover-border);
22865
23056
  }
22866
23057
 
23058
+ .amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
23059
+ color: var(--Button--dark-onActive-color);
23060
+ background: var(--Button--dark-onActive-bg);
23061
+ border-color: var(--Button--dark-onActive-border);
23062
+ }
23063
+
22867
23064
  .amis-scope .cxd-Button--dark:hover:focus {
22868
23065
  box-shadow: var(--Button-boxShadow);
22869
23066
  }
@@ -22882,6 +23079,12 @@ readers do not read off random characters that represent icons */
22882
23079
  border-color: var(--Button--default-onHover-border);
22883
23080
  }
22884
23081
 
23082
+ .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
23083
+ color: var(--Button--default-onActive-color);
23084
+ background: var(--Button--default-onActive-bg);
23085
+ border-color: var(--Button--default-onActive-border);
23086
+ }
23087
+
22885
23088
  .amis-scope .cxd-Button--default:hover:focus {
22886
23089
  box-shadow: var(--Button-boxShadow);
22887
23090
  }
@@ -22905,6 +23108,17 @@ readers do not read off random characters that represent icons */
22905
23108
  margin-left: var(--Button--xs-paddingX);
22906
23109
  }
22907
23110
 
23111
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23112
+ .amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
23113
+ .amis-scope .cxd-Button--xs > .pull-left {
23114
+ margin-right: var(--Button--xs-paddingX);
23115
+ }
23116
+
23117
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23118
+ .amis-scope .cxd-Button--xs > .pull-right {
23119
+ margin-left: var(--Button--xs-paddingX);
23120
+ }
23121
+
22908
23122
  .amis-scope .cxd-Button--xs img.cxd-Button-icon {
22909
23123
  height: var(--Button-fontSize);
22910
23124
  vertical-align: middle;
@@ -22933,6 +23147,17 @@ readers do not read off random characters that represent icons */
22933
23147
  margin-left: var(--Button--sm-paddingX);
22934
23148
  }
22935
23149
 
23150
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23151
+ .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
23152
+ .amis-scope .cxd-Button--sm > .pull-left {
23153
+ margin-right: var(--Button--sm-paddingX);
23154
+ }
23155
+
23156
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23157
+ .amis-scope .cxd-Button--sm > .pull-right {
23158
+ margin-left: var(--Button--sm-paddingX);
23159
+ }
23160
+
22936
23161
  .amis-scope .cxd-Button--sm img.cxd-Button-icon {
22937
23162
  height: var(--Button-fontSize);
22938
23163
  vertical-align: middle;
@@ -22961,6 +23186,17 @@ readers do not read off random characters that represent icons */
22961
23186
  margin-left: var(--Button--md-paddingX);
22962
23187
  }
22963
23188
 
23189
+ .amis-scope .cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23190
+ .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
23191
+ .amis-scope .cxd-Button--md > .pull-left {
23192
+ margin-right: var(--Button--md-paddingX);
23193
+ }
23194
+
23195
+ .amis-scope .cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23196
+ .amis-scope .cxd-Button--md > .pull-right {
23197
+ margin-left: var(--Button--md-paddingX);
23198
+ }
23199
+
22964
23200
  .amis-scope .cxd-Button--md img.cxd-Button-icon {
22965
23201
  height: var(--Button-fontSize);
22966
23202
  vertical-align: middle;
@@ -22989,6 +23225,17 @@ readers do not read off random characters that represent icons */
22989
23225
  margin-left: var(--Button--lg-paddingX);
22990
23226
  }
22991
23227
 
23228
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23229
+ .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
23230
+ .amis-scope .cxd-Button--lg > .pull-left {
23231
+ margin-right: var(--Button--lg-paddingX);
23232
+ }
23233
+
23234
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23235
+ .amis-scope .cxd-Button--lg > .pull-right {
23236
+ margin-left: var(--Button--lg-paddingX);
23237
+ }
23238
+
22992
23239
  .amis-scope .cxd-Button--lg img.cxd-Button-icon {
22993
23240
  height: var(--Button-fontSize);
22994
23241
  vertical-align: middle;
@@ -23017,6 +23264,14 @@ readers do not read off random characters that represent icons */
23017
23264
  line-height: 1;
23018
23265
  }
23019
23266
 
23267
+ .amis-scope .cxd-Button--loading {
23268
+ transition: --Button-transition;
23269
+ }
23270
+
23271
+ .amis-scope .cxd-Button--loading svg {
23272
+ animation: var(--Button-animation-spin);
23273
+ }
23274
+
23020
23275
  .amis-scope .cxd-Button--link {
23021
23276
  width: auto;
23022
23277
  min-width: auto;
@@ -23029,7 +23284,11 @@ readers do not read off random characters that represent icons */
23029
23284
 
23030
23285
  .amis-scope .cxd-Button--link:hover:focus {
23031
23286
  color: var(--Button--link-onHover-color);
23032
- text-decoration: var(--link-onHover-decoration);
23287
+ box-shadow: none;
23288
+ }
23289
+
23290
+ .amis-scope .cxd-Button--link:hover:active {
23291
+ color: var(--Button--link-onActive-color);
23033
23292
  box-shadow: none;
23034
23293
  }
23035
23294
 
@@ -23037,7 +23296,7 @@ readers do not read off random characters that represent icons */
23037
23296
  .amis-scope .cxd-Button--link.is-disabled {
23038
23297
  color: var(--text--muted-color);
23039
23298
  pointer-events: none;
23040
- background: transparent;
23299
+ background: var(--Button-onDisabled-bg);
23041
23300
  }
23042
23301
 
23043
23302
  .amis-scope .cxd-Button--block {
@@ -23116,7 +23375,8 @@ readers do not read off random characters that represent icons */
23116
23375
  }
23117
23376
 
23118
23377
  .amis-scope .cxd-Badge-text,
23119
- .amis-scope .cxd-Badge-dot {
23378
+ .amis-scope .cxd-Badge-dot,
23379
+ .amis-scope .cxd-Badge-ribbon {
23120
23380
  background: var(--danger);
23121
23381
  position: absolute;
23122
23382
  top: 0;
@@ -23125,7 +23385,6 @@ readers do not read off random characters that represent icons */
23125
23385
  transform-origin: 100% 0;
23126
23386
  z-index: auto;
23127
23387
  border-radius: calc(var(--Badge-size) / 2);
23128
- box-shadow: 0 0 0 1px #fff;
23129
23388
  }
23130
23389
 
23131
23390
  .amis-scope .cxd-Badge--top-left {
@@ -23151,6 +23410,22 @@ readers do not read off random characters that represent icons */
23151
23410
  transform: translate(50%, 50%);
23152
23411
  }
23153
23412
 
23413
+ .amis-scope .cxd-Badge--danger {
23414
+ background: var(--Badge--danger-bg);
23415
+ }
23416
+
23417
+ .amis-scope .cxd-Badge--info {
23418
+ background: var(--Badge--info-bg);
23419
+ }
23420
+
23421
+ .amis-scope .cxd-Badge--success {
23422
+ background: var(--Badge--success-bg);
23423
+ }
23424
+
23425
+ .amis-scope .cxd-Badge--warning {
23426
+ background: var(--Badge--warning-bg);
23427
+ }
23428
+
23154
23429
  .amis-scope .cxd-Badge-text {
23155
23430
  color: var(--Badge-color);
23156
23431
  height: var(--Badge-size);
@@ -23167,6 +23442,56 @@ readers do not read off random characters that represent icons */
23167
23442
  border-radius: 50%;
23168
23443
  }
23169
23444
 
23445
+ .amis-scope .cxd-Badge-ribbon-out {
23446
+ overflow: hidden;
23447
+ position: absolute;
23448
+ top: 0;
23449
+ bottom: 0;
23450
+ right: 0;
23451
+ }
23452
+
23453
+ .amis-scope .cxd-Badge-ribbon {
23454
+ color: var(--Badge-color);
23455
+ height: var(--Badge-size);
23456
+ line-height: var(--Badge-size);
23457
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
23458
+ transform-origin: 50% 0;
23459
+ border-radius: 0;
23460
+ text-align: center;
23461
+ width: 62.5rem;
23462
+ top: 5px;
23463
+ }
23464
+
23465
+ .amis-scope .cxd-Badge-ribbon-out--top-left,
23466
+ .amis-scope .cxd-Badge-ribbon-out--bottom-left {
23467
+ left: 0;
23468
+ right: auto;
23469
+ }
23470
+
23471
+ .amis-scope .cxd-Badge-ribbon--top-left {
23472
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
23473
+ left: 0;
23474
+ right: auto;
23475
+ }
23476
+
23477
+ .amis-scope .cxd-Badge-ribbon--bottom-left {
23478
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
23479
+ transform-origin: 50% 100%;
23480
+ left: 0;
23481
+ right: auto;
23482
+ bottom: 5px;
23483
+ top: auto;
23484
+ }
23485
+
23486
+ .amis-scope .cxd-Badge-ribbon--bottom-right {
23487
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
23488
+ transform-origin: 50% 100%;
23489
+ left: auto;
23490
+ right: 0;
23491
+ bottom: 5px;
23492
+ top: auto;
23493
+ }
23494
+
23170
23495
  @keyframes badgeDotAnimation {
23171
23496
  0% {
23172
23497
  transform: scale(0.8);
@@ -24389,6 +24714,17 @@ readers do not read off random characters that represent icons */
24389
24714
  margin-left: var(--Combo-addBtn-paddingX);
24390
24715
  }
24391
24716
 
24717
+ .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
24718
+ .amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
24719
+ .amis-scope .cxd-ArrayInput-addBtn > .pull-left {
24720
+ margin-right: var(--Combo-addBtn-paddingX);
24721
+ }
24722
+
24723
+ .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
24724
+ .amis-scope .cxd-ArrayInput-addBtn > .pull-right {
24725
+ margin-left: var(--Combo-addBtn-paddingX);
24726
+ }
24727
+
24392
24728
  .amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
24393
24729
  height: var(--Button-fontSize);
24394
24730
  vertical-align: middle;
@@ -24400,6 +24736,12 @@ readers do not read off random characters that represent icons */
24400
24736
  border-color: var(--Combo-addBtn-onHover-border);
24401
24737
  }
24402
24738
 
24739
+ .amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
24740
+ color: var(--Combo-addBtn-onActive-color);
24741
+ background: var(--Combo-addBtn-onActive-bg);
24742
+ border-color: var(--Combo-addBtn-onActive-border);
24743
+ }
24744
+
24403
24745
  .amis-scope .cxd-ArrayInput-addBtn:hover:focus {
24404
24746
  box-shadow: var(--Button-boxShadow);
24405
24747
  }
@@ -24979,6 +25321,10 @@ readers do not read off random characters that represent icons */
24979
25321
  }
24980
25322
 
24981
25323
  .amis-scope .cxd-Nav {
25324
+ position: relative;
25325
+ }
25326
+
25327
+ .amis-scope .cxd-Nav .cxd-Nav-list {
24982
25328
  list-style: none;
24983
25329
  user-select: none;
24984
25330
  margin: 0;
@@ -24986,25 +25332,26 @@ readers do not read off random characters that represent icons */
24986
25332
  position: relative;
24987
25333
  }
24988
25334
 
24989
- .amis-scope .cxd-Nav .cxd-Nav-itemIcon {
25335
+ .amis-scope .cxd-Nav .cxd-Nav-list .cxd-Nav-itemIcon {
24990
25336
  margin-right: var(--gap-sm);
24991
25337
  }
24992
25338
 
24993
- .amis-scope .cxd-Nav img.cxd-Nav-itemIcon {
25339
+ .amis-scope .cxd-Nav .cxd-Nav-list img.cxd-Nav-itemIcon {
24994
25340
  height: var(--Tabs-linkFontSize);
24995
25341
  vertical-align: middle;
24996
25342
  }
24997
25343
 
24998
- .amis-scope .cxd-Nav--tabs {
25344
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs {
24999
25345
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
25000
25346
  }
25001
25347
 
25002
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item {
25348
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item {
25003
25349
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
25004
25350
  display: inline-block;
25351
+ position: relative;
25005
25352
  }
25006
25353
 
25007
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item > a {
25354
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
25008
25355
  font-size: var(--Tabs-linkFontSize);
25009
25356
  display: block;
25010
25357
  outline: none;
@@ -25014,142 +25361,267 @@ readers do not read off random characters that represent icons */
25014
25361
  color: var(--Tabs-color);
25015
25362
  text-decoration: none;
25016
25363
  margin-right: 0.125rem;
25017
- padding: var(--gap-sm) var(--gap-base);
25364
+ padding: var(--gap-sm) var(--gap-xl);
25018
25365
  cursor: pointer;
25019
25366
  }
25020
25367
 
25021
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item:hover > a,
25022
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item > a:focus {
25368
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
25369
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a:focus {
25023
25370
  border-color: var(--Tabs-onHover-borderColor);
25024
25371
  text-decoration: none;
25025
25372
  }
25026
25373
 
25027
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item.disabled > a,
25028
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item.is-disabled > a {
25374
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.disabled > a,
25375
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-disabled > a {
25029
25376
  color: var(--Tabs-onDisabled-color);
25030
25377
  background: transparent;
25031
25378
  border-color: transparent;
25032
25379
  pointer-events: none;
25033
25380
  }
25034
25381
 
25035
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item.active > a,
25036
- .amis-scope .cxd-Nav--tabs .cxd-Nav-item.is-active > a {
25382
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.active > a,
25383
+ .amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-active > a {
25037
25384
  color: var(--Tabs-onActive-color);
25038
25385
  background: var(--Tabs-onActive-bg);
25039
25386
  border-color: var(--Tabs-onActive-borderColor);
25040
25387
  border-bottom-color: var(--Tabs-content-bg);
25041
25388
  }
25042
25389
 
25043
- .amis-scope .cxd-Nav--stacked {
25390
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked {
25044
25391
  min-height: 3.125rem;
25045
25392
  }
25046
25393
 
25047
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item {
25394
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item,
25395
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge {
25048
25396
  position: relative;
25397
+ display: flex;
25398
+ flex-wrap: wrap;
25399
+ align-items: stretch;
25400
+ width: 100%;
25049
25401
  }
25050
25402
 
25051
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a {
25052
- display: block;
25403
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager,
25404
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager {
25405
+ cursor: move;
25406
+ position: absolute;
25407
+ left: 0;
25408
+ top: 0.6875rem;
25409
+ display: none;
25410
+ }
25411
+
25412
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
25413
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon,
25414
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon,
25415
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon {
25416
+ color: var(--icon-color);
25417
+ }
25418
+
25419
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon:hover,
25420
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover,
25421
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon:hover,
25422
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover {
25423
+ color: var(--icon-onHover-color);
25424
+ }
25425
+
25426
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
25427
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
25428
+ width: 1rem;
25429
+ height: 1rem;
25430
+ }
25431
+
25432
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText,
25433
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText {
25434
+ position: absolute;
25435
+ top: 0;
25436
+ bottom: 0;
25437
+ width: 2.1875rem;
25438
+ overflow: hidden;
25439
+ }
25440
+
25441
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText > span,
25442
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText > span {
25443
+ position: absolute;
25444
+ top: 0.125rem;
25445
+ left: -0.8125rem;
25446
+ transform: rotate(-45deg);
25447
+ width: 3.125rem;
25448
+ font-size: 12px;
25449
+ text-align: center;
25450
+ color: var(--white);
25451
+ background: var(--success);
25452
+ }
25453
+
25454
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
25455
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-atcions {
25456
+ display: flex;
25457
+ align-items: center;
25458
+ }
25459
+
25460
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a,
25461
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a,
25462
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a,
25463
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a {
25464
+ display: flex;
25465
+ align-items: center;
25053
25466
  outline: none;
25054
25467
  color: var(--Nav-item-color);
25055
25468
  text-decoration: none;
25056
- padding: var(--gap-sm) var(--gap-base);
25469
+ padding: var(--gap-sm) var(--gap-sm);
25057
25470
  cursor: pointer;
25058
25471
  background: var(--Nav-item-bg);
25059
25472
  border-radius: var(--Nav-item-borderRadius);
25060
25473
  text-overflow: ellipsis;
25474
+ flex: 1;
25061
25475
  }
25062
25476
 
25063
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a::after {
25064
- border-left: var(--Nav-item-onActive-borderLeft);
25065
- position: absolute;
25066
- left: 0;
25067
- top: 0;
25068
- content: "";
25069
- width: 1px;
25070
- height: 100%;
25071
- transform: scaleY(0.0001);
25072
- 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);
25073
- }
25074
-
25075
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.has-sub > a {
25076
- padding-right: calc(var(--gap-base) + var(--gap-sm));
25077
- }
25078
-
25079
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
25080
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus {
25477
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover,
25478
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus,
25479
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
25480
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
25481
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
25482
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
25483
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
25484
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
25485
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover,
25486
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus,
25487
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
25488
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
25489
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover,
25490
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus,
25491
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
25492
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
25081
25493
  border-color: var(--Nav-item-onHover-color);
25082
25494
  text-decoration: none;
25083
25495
  background: var(--Nav-item-onHover-bg);
25496
+ z-index: 9999;
25497
+ }
25498
+
25499
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
25500
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
25501
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
25502
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
25503
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
25504
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
25505
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
25506
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
25507
+ display: block;
25084
25508
  }
25085
25509
 
25086
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
25087
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a {
25510
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > a,
25511
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > a,
25512
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > .cxd-Badge > a,
25513
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a,
25514
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > a,
25515
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > a,
25516
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > .cxd-Badge > a,
25517
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
25088
25518
  color: var(--Nav-item-onDisabled-color);
25089
25519
  background: transparent;
25090
25520
  pointer-events: none;
25091
25521
  }
25092
25522
 
25093
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a,
25094
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a {
25523
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active,
25524
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active,
25525
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active,
25526
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active {
25527
+ background: var(--Nav-item-onActive-bg) !important;
25528
+ }
25529
+
25530
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a,
25531
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
25532
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a,
25533
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a,
25534
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
25535
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a,
25536
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a,
25537
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions,
25538
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a,
25539
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a,
25540
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
25541
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
25095
25542
  color: var(--Nav-item-onActive-color);
25096
- background: var(--Nav-item-onActive-bg);
25097
- padding-left: 0.75rem;
25098
25543
  position: relative;
25099
25544
  }
25100
25545
 
25101
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a::after,
25102
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a::after {
25546
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
25547
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions::after,
25548
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a::after,
25549
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a::after,
25550
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
25551
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a::after,
25552
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a::after,
25553
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions::after,
25554
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a::after,
25555
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a::after,
25556
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
25557
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a::after {
25103
25558
  transform: scaleY(1);
25104
25559
  }
25105
25560
 
25106
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-itemToggler {
25561
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler,
25562
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler,
25563
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler,
25564
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
25107
25565
  transform: rotate(180deg) scale(0.8);
25108
25566
  }
25109
25567
 
25110
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems {
25568
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems,
25569
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems,
25570
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems,
25571
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
25111
25572
  display: block;
25112
25573
  }
25113
25574
 
25114
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-spinner {
25575
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-spinner,
25576
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-spinner {
25115
25577
  position: absolute;
25116
25578
  right: 0.625rem;
25117
25579
  top: 0.5rem;
25118
25580
  }
25119
25581
 
25120
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler {
25121
- position: absolute;
25122
- right: 0;
25123
- top: 0.1875rem;
25124
- width: 1.875rem;
25125
- height: 1.875rem;
25582
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler,
25583
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler {
25584
+ float: left;
25585
+ margin-right: 0.625rem;
25586
+ height: 1.5rem;
25126
25587
  text-align: center;
25127
- line-height: 1.875rem;
25588
+ line-height: 1.5rem;
25128
25589
  vertical-align: middle;
25129
25590
  cursor: pointer;
25130
25591
  transform: scale(0.8);
25131
25592
  transition: transform var(--animation-duration);
25132
25593
  }
25133
25594
 
25134
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg {
25595
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg,
25596
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler > svg {
25135
25597
  width: 10px;
25136
25598
  height: 10px;
25137
25599
  top: 0;
25138
25600
  }
25139
25601
 
25140
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems {
25602
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-subItems,
25603
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-subItems {
25141
25604
  display: none;
25142
25605
  padding-left: 0;
25143
25606
  list-style: none;
25607
+ width: 100%;
25144
25608
  }
25145
25609
 
25146
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item {
25610
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-item,
25611
+ .amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-item {
25147
25612
  font-size: var(--Nav-subItem-fontSize);
25148
25613
  }
25149
25614
 
25615
+ .amis-scope .cxd-Nav .cxd-Nav-dropIndicator {
25616
+ position: absolute;
25617
+ background: var(--Nav-item-onActive-color);
25618
+ height: 2px;
25619
+ }
25620
+
25150
25621
  .amis-scope .cxd-Page {
25151
25622
  width: 100%;
25152
25623
  height: 100%;
25624
+ background: var(--Page-main-bg);
25153
25625
  }
25154
25626
 
25155
25627
  .amis-scope .cxd-Page-header {
@@ -25157,7 +25629,6 @@ readers do not read off random characters that represent icons */
25157
25629
  }
25158
25630
 
25159
25631
  .amis-scope .cxd-Page-main {
25160
- background: var(--Page-main-bg);
25161
25632
  height: 100%;
25162
25633
  display: flex;
25163
25634
  flex-direction: column;
@@ -25172,11 +25643,9 @@ readers do not read off random characters that represent icons */
25172
25643
 
25173
25644
  .amis-scope .cxd-Page-main > .cxd-Page-header {
25174
25645
  border-bottom: var(--borderWidth) solid var(--borderColor);
25175
- background: var(--Page-header-bg);
25176
25646
  }
25177
25647
 
25178
25648
  .amis-scope .cxd-Page-headerRow {
25179
- background: var(--Page-header-bg);
25180
25649
  border-bottom: var(--borderWidth) solid var(--borderColor);
25181
25650
  display: flex;
25182
25651
  flex-direction: row;
@@ -25221,10 +25690,6 @@ readers do not read off random characters that represent icons */
25221
25690
  margin-left: var(--gap-xs);
25222
25691
  }
25223
25692
 
25224
- .amis-scope .cxd-Page-aside {
25225
- background: var(--Page-aside-bg);
25226
- }
25227
-
25228
25693
  @media (min-width: 768px) {
25229
25694
  .amis-scope .cxd-Page-aside {
25230
25695
  min-width: var(--Page-aside-width);
@@ -25815,8 +26280,13 @@ readers do not read off random characters that represent icons */
25815
26280
  .amis-scope .cxd-Spinner--icon {
25816
26281
  background: transparent;
25817
26282
  animation: spin 2s linear infinite;
25818
- width: auto;
25819
- height: auto;
26283
+ width: var(--fontSizeLg);
26284
+ height: var(--fontSizeLg);
26285
+ }
26286
+
26287
+ .amis-scope .cxd-Spinner--icon svg.icon {
26288
+ width: var(--fontSizeLg);
26289
+ height: var(--fontSizeLg);
25820
26290
  }
25821
26291
 
25822
26292
  .amis-scope .cxd-Spinner--overlay {
@@ -26014,7 +26484,7 @@ readers do not read off random characters that represent icons */
26014
26484
  height: var(--DropDown-menu-height);
26015
26485
  vertical-align: middle;
26016
26486
  user-select: none;
26017
- color: var(--link-color);
26487
+ color: var(--DropDown-menuItem-color);
26018
26488
  text-decoration: var(--link-decoration);
26019
26489
  }
26020
26490
 
@@ -26026,6 +26496,7 @@ readers do not read off random characters that represent icons */
26026
26496
 
26027
26497
  .amis-scope .cxd-DropDown-menuItem.is-active,
26028
26498
  .amis-scope .cxd-DropDown-menu > li.is-active {
26499
+ background: var(--DropDown-menuItem-onHover-bg);
26029
26500
  color: var(--DropDown-menuItem-onActive-color);
26030
26501
  }
26031
26502
 
@@ -26074,24 +26545,30 @@ readers do not read off random characters that represent icons */
26074
26545
  }
26075
26546
 
26076
26547
  .amis-scope .cxd-Collapse {
26077
- border: none;
26548
+ border: var(--Collapse-border);
26078
26549
  padding: 0;
26079
26550
  margin-bottom: var(--Form-item-gap);
26080
26551
  }
26081
26552
 
26082
26553
  .amis-scope .cxd-Collapse-header {
26083
- font-size: var(--fontSizeMd);
26084
- font-weight: var(--fontWeightNormal);
26554
+ font-size: var(--Collapse-header-fontSize);
26555
+ font-weight: var(--Collapse-header-fontWeight);
26085
26556
  color: var(--text--loud-color);
26086
- padding: var(--gap-xs) 0;
26087
- border-bottom: var(--borderWidth) solid var(--borderColorLight);
26557
+ padding: var(--Collapse-header-padding);
26558
+ margin: 0;
26559
+ border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
26560
+ background: var(--Collapse-header-bg);
26561
+ }
26562
+
26563
+ .amis-scope .cxd-Collapse-header:hover {
26564
+ background: var(--Collapse-header-onHover-bg);
26088
26565
  }
26089
26566
 
26090
26567
  .amis-scope .cxd-Collapse-arrow {
26091
26568
  display: inline-block;
26092
26569
  width: 1rem;
26093
26570
  text-align: center;
26094
- margin-left: var(--gap-xs);
26571
+ margin-right: 0.5rem;
26095
26572
  cursor: pointer;
26096
26573
  }
26097
26574
 
@@ -26109,11 +26586,19 @@ readers do not read off random characters that represent icons */
26109
26586
  transform-origin: 50% 50%;
26110
26587
  }
26111
26588
 
26112
- .amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-arrow:before {
26113
- transform: rotate(45deg);
26589
+ .amis-scope .cxd-Collapse-TplField {
26590
+ display: inline-block;
26591
+ }
26592
+
26593
+ .amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-arrow:before {
26594
+ transform: rotate(45deg);
26114
26595
  transform-origin: 0% 50%;
26115
26596
  }
26116
26597
 
26598
+ .amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-header {
26599
+ border-bottom: var(--Collapse-header-collapsed-borderBottom);
26600
+ }
26601
+
26117
26602
  .amis-scope .cxd-Collapse--collapsable .cxd-Collapse-header {
26118
26603
  cursor: pointer;
26119
26604
  user-select: none;
@@ -26138,16 +26623,23 @@ readers do not read off random characters that represent icons */
26138
26623
  transform-origin: 0% 50%;
26139
26624
  }
26140
26625
 
26141
- .amis-scope .cxd-Collapse-content {
26626
+ .amis-scope .cxd-Collapse-contentWrapper {
26142
26627
  transition: height var(--animation-duration) ease;
26143
26628
  }
26144
26629
 
26145
- .amis-scope .cxd-Collapse-content.in,
26146
- .amis-scope .cxd-Collapse-content.out {
26630
+ .amis-scope .cxd-Collapse-contentWrapper.in,
26631
+ .amis-scope .cxd-Collapse-contentWrapper.out {
26147
26632
  height: 0;
26148
26633
  overflow: hidden;
26149
26634
  }
26150
26635
 
26636
+ .amis-scope .cxd-Collapse-content {
26637
+ padding: var(--Collapse-content-padding);
26638
+ color: var(--body-color);
26639
+ font-size: var(--Collapse-content-fontSize);
26640
+ font-weight: var(--Collapse-content-fontWeight);
26641
+ }
26642
+
26151
26643
  .amis-scope .cxd-ColorField {
26152
26644
  display: inline-block;
26153
26645
  }
@@ -26335,7 +26827,7 @@ readers do not read off random characters that represent icons */
26335
26827
  left: 0;
26336
26828
  right: 0;
26337
26829
  bottom: 0;
26338
- background: rgba(16, 140, 238, 0.2);
26830
+ background: rgba(36, 104, 242, 0.2);
26339
26831
  }
26340
26832
 
26341
26833
  .amis-scope .cxd-CBGroupOrItem-dragbar {
@@ -27189,6 +27681,20 @@ readers do not read off random characters that represent icons */
27189
27681
  text-align: center;
27190
27682
  }
27191
27683
 
27684
+ .amis-scope .cxd-Table-searchableForm {
27685
+ background: var(--Table-searchableForm-backgroundColor);
27686
+ border-radius: var(--Table-searchableForm-borderRadius);
27687
+ }
27688
+
27689
+ .amis-scope .cxd-Table-searchableForm-footer {
27690
+ padding: var(--Panel-footerPadding);
27691
+ clear: both;
27692
+ }
27693
+
27694
+ .amis-scope .cxd-Table-searchableForm-checkbox > div > .cxd-CheckboxControl {
27695
+ padding-top: 0;
27696
+ }
27697
+
27192
27698
  .amis-scope .cxd-Table-header {
27193
27699
  padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
27194
27700
  }
@@ -27362,6 +27868,7 @@ readers do not read off random characters that represent icons */
27362
27868
  }
27363
27869
 
27364
27870
  .amis-scope .cxd-Table-table > tbody > tr {
27871
+ position: relative;
27365
27872
  background: transparent;
27366
27873
  }
27367
27874
 
@@ -27445,33 +27952,33 @@ readers do not read off random characters that represent icons */
27445
27952
  }
27446
27953
 
27447
27954
  .amis-scope .cxd-Table-table > tbody > tr.bg-light {
27448
- background-color: #eaf6fe;
27449
- color: #666;
27955
+ background-color: #1ac5ff;
27956
+ color: #151a26;
27450
27957
  }
27451
27958
 
27452
27959
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
27453
27960
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
27454
- background: #f4fafe;
27961
+ background: #27c6fc;
27455
27962
  }
27456
27963
 
27457
27964
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
27458
27965
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
27459
- background: #f9fcff;
27966
+ background: #2fc6fa;
27460
27967
  }
27461
27968
 
27462
27969
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
27463
27970
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
27464
- background: #dbf0fe;
27971
+ background: #0bc1ff;
27465
27972
  }
27466
27973
 
27467
27974
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
27468
27975
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
27469
- background: #d0ecfe;
27976
+ background: #01bfff;
27470
27977
  }
27471
27978
 
27472
27979
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
27473
27980
  .amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
27474
- background-color: #eaf6fe;
27981
+ background-color: #1ac5ff;
27475
27982
  }
27476
27983
 
27477
27984
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark {
@@ -27521,11 +28028,11 @@ readers do not read off random characters that represent icons */
27521
28028
  }
27522
28029
 
27523
28030
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
27524
- color: #4d4d4d !important;
28031
+ color: #030405 !important;
27525
28032
  }
27526
28033
 
27527
28034
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
27528
- color: #a6a6a6 !important;
28035
+ color: #425278 !important;
27529
28036
  }
27530
28037
 
27531
28038
  .amis-scope .cxd-Table-table > tbody > tr.bg-black {
@@ -27575,46 +28082,46 @@ readers do not read off random characters that represent icons */
27575
28082
  }
27576
28083
 
27577
28084
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
27578
- color: #4d4d4d !important;
28085
+ color: #030405 !important;
27579
28086
  }
27580
28087
 
27581
28088
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
27582
- color: #a6a6a6 !important;
28089
+ color: #425278 !important;
27583
28090
  }
27584
28091
 
27585
28092
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary {
27586
- background-color: #108cee;
27587
- color: #d1e7f9;
28093
+ background-color: #2468f2;
28094
+ color: #e6edfc;
27588
28095
  }
27589
28096
 
27590
28097
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
27591
28098
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
27592
- background: #2a97ee;
28099
+ background: #3f79f1;
27593
28100
  }
27594
28101
 
27595
28102
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
27596
28103
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
27597
- background: #44a2ed;
28104
+ background: #598bf0;
27598
28105
  }
27599
28106
 
27600
28107
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
27601
28108
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
27602
- background: #0c7ed9;
28109
+ background: #0b57f2;
27603
28110
  }
27604
28111
 
27605
28112
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
27606
28113
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
27607
- background: #0870c3;
28114
+ background: #074ddc;
27608
28115
  }
27609
28116
 
27610
28117
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
27611
28118
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
27612
- background-color: #108cee;
28119
+ background-color: #2468f2;
27613
28120
  }
27614
28121
 
27615
28122
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
27616
28123
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
27617
- color: #feffff;
28124
+ color: white;
27618
28125
  }
27619
28126
 
27620
28127
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
@@ -27629,46 +28136,46 @@ readers do not read off random characters that represent icons */
27629
28136
  }
27630
28137
 
27631
28138
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
27632
- color: #4d4d4d !important;
28139
+ color: #030405 !important;
27633
28140
  }
27634
28141
 
27635
28142
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
27636
- color: #a6a6a6 !important;
28143
+ color: #425278 !important;
27637
28144
  }
27638
28145
 
27639
28146
  .amis-scope .cxd-Table-table > tbody > tr.bg-success {
27640
- background-color: #5fb333;
27641
- color: #d4eac8;
28147
+ background-color: #0bc286;
28148
+ color: #a4f5da;
27642
28149
  }
27643
28150
 
27644
28151
  .amis-scope .cxd-Table-table > tbody > tr.bg-success.lt,
27645
28152
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .lt {
27646
- background: #6bc33c;
28153
+ background: #0fd796;
27647
28154
  }
27648
28155
 
27649
28156
  .amis-scope .cxd-Table-table > tbody > tr.bg-success.lter,
27650
28157
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .lter {
27651
- background: #7ac653;
28158
+ background: #15eba5;
27652
28159
  }
27653
28160
 
27654
28161
  .amis-scope .cxd-Table-table > tbody > tr.bg-success.dk,
27655
28162
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .dk {
27656
- background: #54a22b;
28163
+ background: #07ac76;
27657
28164
  }
27658
28165
 
27659
28166
  .amis-scope .cxd-Table-table > tbody > tr.bg-success.dker,
27660
28167
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .dker {
27661
- background: #499023;
28168
+ background: #049666;
27662
28169
  }
27663
28170
 
27664
28171
  .amis-scope .cxd-Table-table > tbody > tr.bg-success.bg,
27665
28172
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .bg {
27666
- background-color: #5fb333;
28173
+ background-color: #0bc286;
27667
28174
  }
27668
28175
 
27669
28176
  .amis-scope .cxd-Table-table > tbody > tr.bg-success a,
27670
28177
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
27671
- color: #f1f8ed;
28178
+ color: #d2faed;
27672
28179
  }
27673
28180
 
27674
28181
  .amis-scope .cxd-Table-table > tbody > tr.bg-success a:hover,
@@ -27683,46 +28190,46 @@ readers do not read off random characters that represent icons */
27683
28190
  }
27684
28191
 
27685
28192
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
27686
- color: #4d4d4d !important;
28193
+ color: #030405 !important;
27687
28194
  }
27688
28195
 
27689
28196
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
27690
- color: #a6a6a6 !important;
28197
+ color: #425278 !important;
27691
28198
  }
27692
28199
 
27693
28200
  .amis-scope .cxd-Table-table > tbody > tr.bg-info {
27694
- background-color: #108cee;
27695
- color: #d1e7f9;
28201
+ background-color: #2468f2;
28202
+ color: #e6edfc;
27696
28203
  }
27697
28204
 
27698
28205
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
27699
28206
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
27700
- background: #2a97ee;
28207
+ background: #3f79f1;
27701
28208
  }
27702
28209
 
27703
28210
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
27704
28211
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
27705
- background: #44a2ed;
28212
+ background: #598bf0;
27706
28213
  }
27707
28214
 
27708
28215
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
27709
28216
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
27710
- background: #0c7ed9;
28217
+ background: #0b57f2;
27711
28218
  }
27712
28219
 
27713
28220
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
27714
28221
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
27715
- background: #0870c3;
28222
+ background: #074ddc;
27716
28223
  }
27717
28224
 
27718
28225
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
27719
28226
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
27720
- background-color: #108cee;
28227
+ background-color: #2468f2;
27721
28228
  }
27722
28229
 
27723
28230
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a,
27724
28231
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
27725
- color: #feffff;
28232
+ color: white;
27726
28233
  }
27727
28234
 
27728
28235
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
@@ -27737,46 +28244,46 @@ readers do not read off random characters that represent icons */
27737
28244
  }
27738
28245
 
27739
28246
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
27740
- color: #4d4d4d !important;
28247
+ color: #030405 !important;
27741
28248
  }
27742
28249
 
27743
28250
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
27744
- color: #a6a6a6 !important;
28251
+ color: #425278 !important;
27745
28252
  }
27746
28253
 
27747
28254
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning {
27748
- background-color: #f39000;
27749
- color: #fce5c3;
28255
+ background-color: #ffb200;
28256
+ color: #fcefcf;
27750
28257
  }
27751
28258
 
27752
28259
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning.lt,
27753
28260
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .lt {
27754
- background: #fc9c11;
28261
+ background: #fcb91c;
27755
28262
  }
27756
28263
 
27757
28264
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning.lter,
27758
28265
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .lter {
27759
- background: #faa62c;
28266
+ background: #fabf38;
27760
28267
  }
27761
28268
 
27762
28269
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning.dk,
27763
28270
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .dk {
27764
- background: #da8100;
28271
+ background: #e6a000;
27765
28272
  }
27766
28273
 
27767
28274
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning.dker,
27768
28275
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .dker {
27769
- background: #c07200;
28276
+ background: #cc8e00;
27770
28277
  }
27771
28278
 
27772
28279
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning.bg,
27773
28280
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .bg {
27774
- background-color: #f39000;
28281
+ background-color: #ffb200;
27775
28282
  }
27776
28283
 
27777
28284
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning a,
27778
28285
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
27779
- color: #fefaf4;
28286
+ color: white;
27780
28287
  }
27781
28288
 
27782
28289
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning a:hover,
@@ -27791,41 +28298,41 @@ readers do not read off random characters that represent icons */
27791
28298
  }
27792
28299
 
27793
28300
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
27794
- color: #4d4d4d !important;
28301
+ color: #030405 !important;
27795
28302
  }
27796
28303
 
27797
28304
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
27798
- color: #a6a6a6 !important;
28305
+ color: #425278 !important;
27799
28306
  }
27800
28307
 
27801
28308
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger {
27802
- background-color: #ea2e2e;
27803
- color: #fbe9e9;
28309
+ background-color: #e8684a;
28310
+ color: white;
27804
28311
  }
27805
28312
 
27806
28313
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger.lt,
27807
28314
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .lt {
27808
- background: #ea4848;
28315
+ background: #e97c63;
27809
28316
  }
27810
28317
 
27811
28318
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger.lter,
27812
28319
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .lter {
27813
- background: #ea6161;
28320
+ background: #ea907b;
27814
28321
  }
27815
28322
 
27816
28323
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger.dk,
27817
28324
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .dk {
27818
- background: #ea1414;
28325
+ background: #e85331;
27819
28326
  }
27820
28327
 
27821
28328
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger.dker,
27822
28329
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .dker {
27823
- background: #d60f0f;
28330
+ background: #e93e16;
27824
28331
  }
27825
28332
 
27826
28333
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger.bg,
27827
28334
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .bg {
27828
- background-color: #ea2e2e;
28335
+ background-color: #e8684a;
27829
28336
  }
27830
28337
 
27831
28338
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger a,
@@ -27845,11 +28352,11 @@ readers do not read off random characters that represent icons */
27845
28352
  }
27846
28353
 
27847
28354
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
27848
- color: #4d4d4d !important;
28355
+ color: #030405 !important;
27849
28356
  }
27850
28357
 
27851
28358
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
27852
- color: #a6a6a6 !important;
28359
+ color: #425278 !important;
27853
28360
  }
27854
28361
 
27855
28362
  .amis-scope .cxd-Table-table > tbody > tr.is-dragging {
@@ -28546,7 +29053,7 @@ readers do not read off random characters that represent icons */
28546
29053
  top: var(--Table-borderWidth);
28547
29054
  bottom: 0;
28548
29055
  right: 0;
28549
- padding-left: 3.125rem;
29056
+ padding-left: 5rem;
28550
29057
  padding-right: var(--TableCell-paddingX);
28551
29058
  display: flex;
28552
29059
  align-items: center;
@@ -28658,6 +29165,12 @@ readers do not read off random characters that represent icons */
28658
29165
  position: absolute;
28659
29166
  }
28660
29167
 
29168
+ .amis-scope .cxd-Table-badge {
29169
+ position: absolute;
29170
+ top: 0;
29171
+ left: 0;
29172
+ }
29173
+
28661
29174
  .amis-scope .cxd-InputTable-toolbar {
28662
29175
  display: flex;
28663
29176
  flex-direction: row;
@@ -28687,6 +29200,247 @@ readers do not read off random characters that represent icons */
28687
29200
  margin-right: 0.625rem;
28688
29201
  }
28689
29202
 
29203
+ .amis-scope .cxd-ColumnToggler {
29204
+ position: relative;
29205
+ display: inline-block;
29206
+ }
29207
+
29208
+ .amis-scope .cxd-ColumnToggler-caret {
29209
+ margin-left: var(--DropDown-caret-marginLeft);
29210
+ display: inline-block;
29211
+ vertical-align: top;
29212
+ transition: transform var(--animation-duration) ease;
29213
+ }
29214
+
29215
+ .amis-scope .cxd-ColumnToggler-caret > svg {
29216
+ width: 0.625rem;
29217
+ height: 0.625rem;
29218
+ top: 0.125em;
29219
+ }
29220
+
29221
+ .amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
29222
+ transform: rotate(180deg);
29223
+ }
29224
+
29225
+ .amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
29226
+ color: var(--link-color);
29227
+ }
29228
+
29229
+ .amis-scope .cxd-ColumnToggler--block {
29230
+ display: block;
29231
+ }
29232
+
29233
+ .amis-scope .cxd-ColumnToggler--block .cxd-Button {
29234
+ display: block;
29235
+ }
29236
+
29237
+ .amis-scope .cxd-ColumnToggler-menu {
29238
+ position: absolute;
29239
+ z-index: 1000;
29240
+ top: 100%;
29241
+ left: 0;
29242
+ margin: 0.0625rem 0 0;
29243
+ background: var(--DropDown-menu-bg);
29244
+ list-style: none;
29245
+ padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
29246
+ border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
29247
+ border-radius: var(--DropDown-menu-borderRadius);
29248
+ box-shadow: var(--DropDown-menu-boxShadow);
29249
+ min-width: var(--DropDown-menu-minWidth);
29250
+ text-align: left;
29251
+ }
29252
+
29253
+ .amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
29254
+ left: auto;
29255
+ right: 0;
29256
+ }
29257
+
29258
+ .amis-scope .cxd-ColumnToggler-menuItem,
29259
+ .amis-scope .cxd-ColumnToggler-menu > li {
29260
+ padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
29261
+ white-space: nowrap;
29262
+ box-sizing: border-box;
29263
+ height: var(--DropDown-menu-height);
29264
+ vertical-align: middle;
29265
+ user-select: none;
29266
+ color: var(--link-color);
29267
+ text-decoration: var(--link-decoration);
29268
+ }
29269
+
29270
+ .amis-scope .cxd-ColumnToggler-menuItem:hover,
29271
+ .amis-scope .cxd-ColumnToggler-menu > li:hover {
29272
+ background: var(--DropDown-menuItem-onHover-bg);
29273
+ color: var(--DropDown-menuItem-onHover-color);
29274
+ }
29275
+
29276
+ .amis-scope .cxd-ColumnToggler-menuItem.is-active,
29277
+ .amis-scope .cxd-ColumnToggler-menu > li.is-active {
29278
+ color: var(--DropDown-menuItem-onActive-color);
29279
+ }
29280
+
29281
+ .amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
29282
+ .amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
29283
+ .amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
29284
+ .amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
29285
+ cursor: pointer;
29286
+ }
29287
+
29288
+ .amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
29289
+ .amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
29290
+ cursor: not-allowed;
29291
+ color: var(--DropDown-menuItem-onDisabled-color);
29292
+ filter: grayscale(80%);
29293
+ }
29294
+
29295
+ .amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
29296
+ .amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
29297
+ height: 0.0625rem;
29298
+ margin: 0.5625rem 0;
29299
+ overflow: hidden;
29300
+ background: var(--DropDown-menu-borderColor);
29301
+ padding: 0;
29302
+ }
29303
+
29304
+ .amis-scope .cxd-ColumnToggler-menu > li a {
29305
+ color: inherit;
29306
+ display: block;
29307
+ text-decoration: none;
29308
+ }
29309
+
29310
+ .amis-scope .cxd-ColumnToggler-popover {
29311
+ border: none;
29312
+ box-shadow: none;
29313
+ }
29314
+
29315
+ .amis-scope .cxd-ColumnToggler > .cxd-Button {
29316
+ min-width: unset;
29317
+ }
29318
+
29319
+ .amis-scope .cxd-ColumnToggler-modal {
29320
+ display: flex;
29321
+ flex-flow: column nowrap;
29322
+ justify-content: space-between;
29323
+ align-items: center;
29324
+ width: 25rem;
29325
+ padding: var(--ColumnToggler-lineHeight);
29326
+ margin-top: calc(50vh - 100px);
29327
+ border-radius: var(--ColumnToggler-borderRadius);
29328
+ background: var(--ColumnToggler-backgroundColor);
29329
+ box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
29330
+ }
29331
+
29332
+ .amis-scope .cxd-ColumnToggler-modal-header {
29333
+ width: 100%;
29334
+ display: flex;
29335
+ flex-flow: row nowrap;
29336
+ justify-content: space-between;
29337
+ align-items: center;
29338
+ }
29339
+
29340
+ .amis-scope .cxd-ColumnToggler-modal-header a,
29341
+ .amis-scope .cxd-ColumnToggler-modal-header span {
29342
+ display: inline-block;
29343
+ }
29344
+
29345
+ .amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
29346
+ opacity: 0.95;
29347
+ font-size: var(--fontSizeMd);
29348
+ color: var(--ColumnToggler-title-fontColor);
29349
+ line-height: var(--ColumnToggler-lineHeight);
29350
+ font-weight: bold;
29351
+ }
29352
+
29353
+ .amis-scope .cxd-ColumnToggler-modal-content {
29354
+ padding: 0;
29355
+ width: 100%;
29356
+ list-style: none;
29357
+ margin: 0.5rem 0;
29358
+ }
29359
+
29360
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
29361
+ color: var(--ColumnToggler-title-fontColor);
29362
+ background: var(--ColumnToggler-item-backgroundColor);
29363
+ border-radius: 0.125rem;
29364
+ font-size: var(--fontSizeSm);
29365
+ padding: 0.25rem 0.5rem;
29366
+ height: var(--ColumnToggler-lineHeight);
29367
+ width: calc((100% - 24px) / 3);
29368
+ float: left;
29369
+ margin: 0.25rem;
29370
+ text-overflow: ellipsis;
29371
+ white-space: nowrap;
29372
+ overflow: hidden;
29373
+ }
29374
+
29375
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
29376
+ background: var(--ColumnToggler-item-backgroundColor-onHover);
29377
+ }
29378
+
29379
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem--dragging {
29380
+ border: 1px solid var(--link-color);
29381
+ }
29382
+
29383
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
29384
+ height: var(--fontSizeLg);
29385
+ width: var(--fontSizeLg);
29386
+ vertical-align: top;
29387
+ }
29388
+
29389
+ .amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
29390
+ margin-left: 0;
29391
+ margin-right: var(--gap-xs);
29392
+ cursor: move;
29393
+ color: #d8d8d8;
29394
+ }
29395
+
29396
+ .amis-scope .cxd-ColumnToggler-modal-footer {
29397
+ width: 100%;
29398
+ display: flex;
29399
+ flex-flow: row nowrap;
29400
+ justify-content: space-between;
29401
+ align-items: center;
29402
+ }
29403
+
29404
+ .amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect {
29405
+ color: var(--ColumnToggler-fontColor);
29406
+ font-size: var(--fontSizeSm);
29407
+ }
29408
+
29409
+ .amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect.is-actived {
29410
+ color: var(--link-color);
29411
+ }
29412
+
29413
+ .amis-scope .cxd-ColumnToggler-modal-footer > div {
29414
+ display: flex;
29415
+ flex-flow: row nowrap;
29416
+ justify-content: space-between;
29417
+ align-items: center;
29418
+ }
29419
+
29420
+ .amis-scope .cxd-ColumnToggler-modal-footer > div:first-child {
29421
+ justify-content: flex-start;
29422
+ }
29423
+
29424
+ .amis-scope .cxd-ColumnToggler-modal-footer > div:first-child a {
29425
+ display: inline-block;
29426
+ }
29427
+
29428
+ .amis-scope .cxd-ColumnToggler-modal-footer > div:last-child {
29429
+ justify-content: flex-end;
29430
+ }
29431
+
29432
+ .amis-scope .cxd-ColumnToggler-modal-footer > div:last-child button {
29433
+ width: 72px;
29434
+ }
29435
+
29436
+ .amis-scope .cxd-ColumnToggler-tooltip {
29437
+ border: none;
29438
+ }
29439
+
29440
+ .amis-scope .cxd-ColumnToggler-tooltip .cxd-Tooltip-arrow::before {
29441
+ border-top-color: transparent;
29442
+ }
29443
+
28690
29444
  .amis-scope .cxd-List {
28691
29445
  position: relative;
28692
29446
  }
@@ -29487,6 +30241,7 @@ readers do not read off random characters that represent icons */
29487
30241
  height: 10px;
29488
30242
  background: #ebebeb;
29489
30243
  overflow: hidden;
30244
+ border-radius: var(--Progress-borderRadius);
29490
30245
  }
29491
30246
 
29492
30247
  .amis-scope .cxd-Progress-bar {
@@ -29499,6 +30254,7 @@ readers do not read off random characters that represent icons */
29499
30254
  text-align: center;
29500
30255
  background: var(--primary);
29501
30256
  transition: width var(--animation-duration) ease;
30257
+ border-radius: var(--Progress-borderRadius);
29502
30258
  }
29503
30259
 
29504
30260
  .amis-scope .cxd-Progress-bar--stripe {
@@ -30220,7 +30976,7 @@ readers do not read off random characters that represent icons */
30220
30976
  }
30221
30977
 
30222
30978
  .amis-scope .cxd-ImageGallery-item.is-active {
30223
- border: 1px solid #108cee;
30979
+ border: 1px solid var(--primary);
30224
30980
  }
30225
30981
 
30226
30982
  .amis-scope .cxd-ImageGallery-item.is-active:after {
@@ -30249,6 +31005,7 @@ readers do not read off random characters that represent icons */
30249
31005
 
30250
31006
  .amis-scope .cxd-Image-thumbWrap {
30251
31007
  position: relative;
31008
+ height: 100%;
30252
31009
  }
30253
31010
 
30254
31011
  .amis-scope .cxd-Image-image {
@@ -30364,7 +31121,7 @@ readers do not read off random characters that represent icons */
30364
31121
  }
30365
31122
 
30366
31123
  .amis-scope .cxd-Image-overlay {
30367
- background: rgba(0, 0, 0, 0.6);
31124
+ background: rgba(8, 14, 26, 0.5);
30368
31125
  position: absolute;
30369
31126
  width: 100%;
30370
31127
  height: 100%;
@@ -30996,7 +31753,7 @@ readers do not read off random characters that represent icons */
30996
31753
  height: 1px;
30997
31754
  left: 100%;
30998
31755
  width: 9999px;
30999
- padding-right: 10px;
31756
+ padding-right: 0.625rem;
31000
31757
  background-color: var(--Steps-line-bg);
31001
31758
  }
31002
31759
 
@@ -31145,8 +31902,6 @@ readers do not read off random characters that represent icons */
31145
31902
  border-bottom: 0;
31146
31903
  display: flex;
31147
31904
  flex-direction: row;
31148
- justify-content: space-between;
31149
- width: 100%;
31150
31905
  }
31151
31906
 
31152
31907
  .amis-scope fieldset.cxd-Collapse--xs {
@@ -31233,6 +31988,10 @@ readers do not read off random characters that represent icons */
31233
31988
  margin-bottom: var(--Form-item-gap);
31234
31989
  }
31235
31990
 
31991
+ .amis-scope .cxd-Form-group:last-child {
31992
+ margin-bottom: 0;
31993
+ }
31994
+
31236
31995
  .amis-scope .cxd-Form-value > .cxd-Form-group {
31237
31996
  margin-bottom: var(--Form-input-marginBottom);
31238
31997
  }
@@ -31876,6 +32635,14 @@ readers do not read off random characters that represent icons */
31876
32635
  color: var(--danger);
31877
32636
  }
31878
32637
 
32638
+ .amis-scope .cxd-TextControl-input:hover {
32639
+ border-color: var(--Form-input-onHover-borderColor);
32640
+ }
32641
+
32642
+ .amis-scope .cxd-TextControl.is-disabled-input input {
32643
+ color: var(--Form-input-onDisabled-color);
32644
+ }
32645
+
31879
32646
  .amis-scope .cxd-TextareaControl {
31880
32647
  position: relative;
31881
32648
  }
@@ -31907,12 +32674,21 @@ readers do not read off random characters that represent icons */
31907
32674
  color: var(--Form-input-placeholderColor);
31908
32675
  }
31909
32676
 
32677
+ .amis-scope .cxd-TextareaControl > textarea:hover {
32678
+ border-color: var(--Form-input-onHover-borderColor);
32679
+ }
32680
+
31910
32681
  .amis-scope .cxd-TextareaControl > textarea:focus,
31911
32682
  .amis-scope .cxd-TextareaControl.is-focused > textarea {
31912
32683
  border-color: var(--Form-input-onFocused-borderColor);
31913
32684
  box-shadow: var(--Form-input-boxShadow);
31914
32685
  }
31915
32686
 
32687
+ .amis-scope .cxd-TextareaControl > textarea:focus:hover,
32688
+ .amis-scope .cxd-TextareaControl.is-focused > textarea:hover {
32689
+ border-color: var(--Form-input-onFocused-borderColor);
32690
+ }
32691
+
31916
32692
  .amis-scope .cxd-TextareaControl.is-disabled > textarea,
31917
32693
  .amis-scope .cxd-TextareaControl > textarea[disabled] {
31918
32694
  background: #e5e7eb;
@@ -33305,6 +34081,7 @@ readers do not read off random characters that represent icons */
33305
34081
  color: var(--ListControl-item-color);
33306
34082
  transition: var(--ListControl-item-transition);
33307
34083
  max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
34084
+ border-radius: var(--ListControl-item-borderRadius);
33308
34085
  }
33309
34086
 
33310
34087
  .amis-scope .cxd-ListControl-item:not(.is-disabled) {
@@ -33416,7 +34193,7 @@ readers do not read off random characters that represent icons */
33416
34193
  white-space: nowrap;
33417
34194
  color: var(--DatePicker-color);
33418
34195
  background: var(--DatePicker-bg);
33419
- border-radius: var(--DatePicker-borderRadius);
34196
+ border-radius: var(--LocationPicker-borderRadius);
33420
34197
  }
33421
34198
 
33422
34199
  .amis-scope .cxd-LocationPicker:not(.is-disabled) {
@@ -33568,6 +34345,7 @@ readers do not read off random characters that represent icons */
33568
34345
  padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
33569
34346
  background: var(--ColorPicker-bg);
33570
34347
  color: var(--ColorPicker-color);
34348
+ border-radius: var(--borderRadius);
33571
34349
  }
33572
34350
 
33573
34351
  .amis-scope .cxd-ColorPicker:not(.is-disabled) {
@@ -33729,6 +34507,8 @@ readers do not read off random characters that represent icons */
33729
34507
  .amis-scope .cxd-DatePicker-toggler {
33730
34508
  cursor: pointer;
33731
34509
  color: var(--DatePicker-iconColor);
34510
+ display: inline-flex;
34511
+ align-items: center;
33732
34512
  }
33733
34513
 
33734
34514
  .amis-scope .cxd-DatePicker-toggler:hover {
@@ -34022,6 +34802,12 @@ readers do not read off random characters that represent icons */
34022
34802
  border-color: var(--Calendar-btn-onHover-border);
34023
34803
  }
34024
34804
 
34805
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
34806
+ color: var(--Calendar-btn-onActive-color);
34807
+ background: var(--Calendar-btn-onActive-bg);
34808
+ border-color: var(--Calendar-btn-onActive-border);
34809
+ }
34810
+
34025
34811
  .amis-scope .rdtBtn:hover:focus {
34026
34812
  box-shadow: var(--Button-boxShadow);
34027
34813
  }
@@ -34044,6 +34830,12 @@ readers do not read off random characters that represent icons */
34044
34830
  border-color: var(--Calendar-btnCancel-onHover-border);
34045
34831
  }
34046
34832
 
34833
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
34834
+ color: var(--Calendar-btnCancel-onActive-color);
34835
+ background: var(--Calendar-btnCancel-onActive-bg);
34836
+ border-color: var(--Calendar-btnCancel-onActive-border);
34837
+ }
34838
+
34047
34839
  .amis-scope .rdtBtnCancel:hover:focus {
34048
34840
  box-shadow: var(--Button-boxShadow);
34049
34841
  }
@@ -34235,6 +35027,8 @@ readers do not read off random characters that represent icons */
34235
35027
  .amis-scope .cxd-DateRangePicker-toggler {
34236
35028
  cursor: pointer;
34237
35029
  color: var(--DatePicker-iconColor);
35030
+ display: inline-flex;
35031
+ align-items: center;
34238
35032
  }
34239
35033
 
34240
35034
  .amis-scope .cxd-DateRangePicker-toggler:hover {
@@ -34350,9 +35144,11 @@ readers do not read off random characters that represent icons */
34350
35144
  width: 7.5rem;
34351
35145
  height: 7.5rem;
34352
35146
  display: inline-flex;
35147
+ flex-direction: column;
34353
35148
  justify-content: center;
34354
35149
  align-items: center;
34355
35150
  border: var(--borderWidth) solid var(--borderColor);
35151
+ border-radius: var(--ImageControl-addBtn-borderRadius);
34356
35152
  cursor: pointer;
34357
35153
  margin-right: var(--gap-base);
34358
35154
  color: var(--ImageControl-addBtn-color);
@@ -34368,14 +35164,21 @@ readers do not read off random characters that represent icons */
34368
35164
  border-color: var(--ImageControl-addBtn-onHover-border);
34369
35165
  }
34370
35166
 
35167
+ .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
35168
+ color: var(--ImageControl-addBtn-onActive-color);
35169
+ background: var(--ImageControl-addBtn-onActive-bg);
35170
+ border-color: var(--ImageControl-addBtn-onActive-border);
35171
+ }
35172
+
34371
35173
  .amis-scope .cxd-ImageControl-addBtn:hover:focus {
34372
35174
  box-shadow: var(--Button-boxShadow);
34373
35175
  }
34374
35176
 
34375
35177
  .amis-scope .cxd-ImageControl-addBtn > svg {
34376
- width: 2.5rem;
34377
- height: 2.5rem;
35178
+ width: 1.5rem;
35179
+ height: 1.5rem;
34378
35180
  top: 0;
35181
+ margin-bottom: 0.5rem;
34379
35182
  }
34380
35183
 
34381
35184
  .amis-scope .cxd-ImageControl-addBtn.is-disabled {
@@ -34413,6 +35216,7 @@ readers do not read off random characters that represent icons */
34413
35216
 
34414
35217
  .amis-scope .cxd-ImageControl-item {
34415
35218
  border: var(--borderWidth) solid var(--borderColor);
35219
+ border-radius: var(--ImageControl-addBtn-borderRadius);
34416
35220
  vertical-align: top;
34417
35221
  padding: var(--gap-xs);
34418
35222
  display: inline-block;
@@ -34470,6 +35274,7 @@ readers do not read off random characters that represent icons */
34470
35274
 
34471
35275
  .amis-scope .cxd-ImageControl-progressValue {
34472
35276
  height: 5px;
35277
+ border-radius: var(--ImageControl-progress-borderRadius);
34473
35278
  display: block;
34474
35279
  background: var(--info);
34475
35280
  min-width: 10%;
@@ -34579,13 +35384,13 @@ readers do not read off random characters that represent icons */
34579
35384
  }
34580
35385
 
34581
35386
  .amis-scope .cxd-FileControl-selectBtn {
34582
- width: 7.5rem;
35387
+ display: flex;
35388
+ align-items: center;
34583
35389
  }
34584
35390
 
34585
35391
  .amis-scope .cxd-FileControl-selectBtn > svg {
34586
- margin-right: 10px;
34587
- width: pxrem(16px);
34588
- height: pxrem(16px);
35392
+ width: 0.875rem;
35393
+ height: 0.875rem;
34589
35394
  }
34590
35395
 
34591
35396
  .amis-scope .cxd-FileControl-description {
@@ -34697,6 +35502,7 @@ readers do not read off random characters that represent icons */
34697
35502
  .amis-scope .cxd-FileControl-progress > span {
34698
35503
  display: block;
34699
35504
  background: var(--info);
35505
+ border-radius: var(--FileControl-progress-borderRadius);
34700
35506
  height: 100%;
34701
35507
  min-width: 10%;
34702
35508
  transition: ease-out width var(--animation-duration);
@@ -35650,6 +36456,17 @@ readers do not read off random characters that represent icons */
35650
36456
  margin-left: var(--Combo-addBtn-paddingX);
35651
36457
  }
35652
36458
 
36459
+ .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
36460
+ .amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
36461
+ .amis-scope .cxd-Combo-addBtn > .pull-left {
36462
+ margin-right: var(--Combo-addBtn-paddingX);
36463
+ }
36464
+
36465
+ .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
36466
+ .amis-scope .cxd-Combo-addBtn > .pull-right {
36467
+ margin-left: var(--Combo-addBtn-paddingX);
36468
+ }
36469
+
35653
36470
  .amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
35654
36471
  height: var(--Button-fontSize);
35655
36472
  vertical-align: middle;
@@ -35661,6 +36478,12 @@ readers do not read off random characters that represent icons */
35661
36478
  border-color: var(--Combo-addBtn-onHover-border);
35662
36479
  }
35663
36480
 
36481
+ .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
36482
+ color: var(--Combo-addBtn-onActive-color);
36483
+ background: var(--Combo-addBtn-onActive-bg);
36484
+ border-color: var(--Combo-addBtn-onActive-border);
36485
+ }
36486
+
35664
36487
  .amis-scope .cxd-Combo-addBtn:hover:focus {
35665
36488
  box-shadow: var(--Button-boxShadow);
35666
36489
  }
@@ -36331,8 +37154,19 @@ readers do not read off random characters that represent icons */
36331
37154
  margin-left: var(--TagControl-sugBtn-paddingX);
36332
37155
  }
36333
37156
 
36334
- .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
36335
- height: var(--Button-fontSize);
37157
+ .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
37158
+ .amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
37159
+ .amis-scope .cxd-TagControl-sugItem > .pull-left {
37160
+ margin-right: var(--TagControl-sugBtn-paddingX);
37161
+ }
37162
+
37163
+ .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
37164
+ .amis-scope .cxd-TagControl-sugItem > .pull-right {
37165
+ margin-left: var(--TagControl-sugBtn-paddingX);
37166
+ }
37167
+
37168
+ .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
37169
+ height: var(--Button-fontSize);
36336
37170
  vertical-align: middle;
36337
37171
  }
36338
37172
 
@@ -36342,6 +37176,12 @@ readers do not read off random characters that represent icons */
36342
37176
  border-color: var(--TagControl-sugBtn-onHover-border);
36343
37177
  }
36344
37178
 
37179
+ .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
37180
+ color: var(--TagControl-sugBtn-onActive-color);
37181
+ background: var(--TagControl-sugBtn-onActive-bg);
37182
+ border-color: var(--TagControl-sugBtn-onActive-border);
37183
+ }
37184
+
36345
37185
  .amis-scope .cxd-TagControl-sugItem:hover:focus {
36346
37186
  box-shadow: var(--Button-boxShadow);
36347
37187
  }
@@ -36419,6 +37259,7 @@ readers do not read off random characters that represent icons */
36419
37259
  font-size: var(--Form-input-fontSize);
36420
37260
  padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
36421
37261
  flex-direction: row;
37262
+ border-radius: var(--borderRadius) var(--borderRadius) 0 0;
36422
37263
  }
36423
37264
 
36424
37265
  .amis-scope .cxd-Transfer-title--light {
@@ -36438,6 +37279,7 @@ readers do not read off random characters that represent icons */
36438
37279
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
36439
37280
  display: flex;
36440
37281
  flex-direction: column;
37282
+ border-radius: var(--borderRadius);
36441
37283
  }
36442
37284
 
36443
37285
  .amis-scope .cxd-Transfer-select > .cxd-Transfer-checkboxes,
@@ -37333,38 +38175,308 @@ readers do not read off random characters that represent icons */
37333
38175
  padding: var(--gap-base);
37334
38176
  }
37335
38177
 
38178
+ .amis-scope .cxd-Markdown strong {
38179
+ font-weight: bolder;
38180
+ }
38181
+
38182
+ .amis-scope .cxd-Markdown img {
38183
+ border-style: none;
38184
+ }
38185
+
38186
+ .amis-scope .cxd-Markdown svg:not(:root) {
38187
+ overflow: hidden;
38188
+ }
38189
+
38190
+ .amis-scope .cxd-Markdown button:-moz-focusring,
38191
+ .amis-scope .cxd-Markdown [type=button]:-moz-focusring,
38192
+ .amis-scope .cxd-Markdown [type=reset]:-moz-focusring,
38193
+ .amis-scope .cxd-Markdown [type=submit]:-moz-focusring {
38194
+ outline: 1px dotted ButtonText;
38195
+ }
38196
+
38197
+ .amis-scope .cxd-Markdown [type=checkbox] {
38198
+ box-sizing: border-box;
38199
+ padding: 0;
38200
+ }
38201
+
38202
+ .amis-scope .cxd-Markdown table {
38203
+ border-spacing: 0;
38204
+ border-collapse: collapse;
38205
+ }
38206
+
38207
+ .amis-scope .cxd-Markdown table td,
38208
+ .amis-scope .cxd-Markdown table th {
38209
+ padding: 0;
38210
+ }
38211
+
38212
+ .amis-scope .cxd-Markdown hr {
38213
+ height: 0;
38214
+ margin: 15px 0;
38215
+ overflow: hidden;
38216
+ background: transparent;
38217
+ border: 0;
38218
+ border-bottom: 1px solid #ddd;
38219
+ }
38220
+
38221
+ .amis-scope .cxd-Markdown hr::before {
38222
+ display: table;
38223
+ content: "";
38224
+ }
38225
+
38226
+ .amis-scope .cxd-Markdown hr::after {
38227
+ display: table;
38228
+ clear: both;
38229
+ content: "";
38230
+ }
38231
+
38232
+ .amis-scope .cxd-Markdown p {
38233
+ margin-top: 0;
38234
+ margin-bottom: 10px;
38235
+ }
38236
+
38237
+ .amis-scope .cxd-Markdown blockquote {
38238
+ margin: 0;
38239
+ }
38240
+
38241
+ .amis-scope .cxd-Markdown ul,
38242
+ .amis-scope .cxd-Markdown ol {
38243
+ padding-left: 0;
38244
+ margin-top: 0;
38245
+ margin-bottom: 0;
38246
+ }
38247
+
38248
+ .amis-scope .cxd-Markdown ol ol,
38249
+ .amis-scope .cxd-Markdown ul ol {
38250
+ list-style-type: lower-roman;
38251
+ }
38252
+
38253
+ .amis-scope .cxd-Markdown ul ul ol,
38254
+ .amis-scope .cxd-Markdown ul ol ol,
38255
+ .amis-scope .cxd-Markdown ol ul ol,
38256
+ .amis-scope .cxd-Markdown ol ol ol {
38257
+ list-style-type: lower-alpha;
38258
+ }
38259
+
38260
+ .amis-scope .cxd-Markdown dd {
38261
+ margin-left: 0;
38262
+ }
38263
+
38264
+ .amis-scope .cxd-Markdown p,
38265
+ .amis-scope .cxd-Markdown blockquote,
38266
+ .amis-scope .cxd-Markdown ul,
38267
+ .amis-scope .cxd-Markdown ol,
38268
+ .amis-scope .cxd-Markdown dl,
38269
+ .amis-scope .cxd-Markdown table,
38270
+ .amis-scope .cxd-Markdown pre {
38271
+ margin-top: 0;
38272
+ margin-bottom: 16px;
38273
+ }
38274
+
38275
+ .amis-scope .cxd-Markdown hr {
38276
+ height: 4px;
38277
+ padding: 0;
38278
+ margin: 16px 0;
38279
+ background-color: #e7e7e7;
38280
+ border: 0 none;
38281
+ }
38282
+
38283
+ .amis-scope .cxd-Markdown ul:not(.dropdown-menu):not(.nav),
38284
+ .amis-scope .cxd-Markdown ol {
38285
+ padding-left: 2em;
38286
+ }
38287
+
38288
+ .amis-scope .cxd-Markdown ul ul,
38289
+ .amis-scope .cxd-Markdown ul ol,
38290
+ .amis-scope .cxd-Markdown ol ol,
38291
+ .amis-scope .cxd-Markdown ol ul {
38292
+ margin-top: 0;
38293
+ margin-bottom: 0;
38294
+ }
38295
+
38296
+ .amis-scope .cxd-Markdown li > p {
38297
+ margin-top: 16px;
38298
+ }
38299
+
38300
+ .amis-scope .cxd-Markdown dl {
38301
+ padding: 0;
38302
+ }
38303
+
38304
+ .amis-scope .cxd-Markdown dl dt {
38305
+ padding: 0;
38306
+ margin-top: 16px;
38307
+ font-size: 1em;
38308
+ font-style: italic;
38309
+ font-weight: bold;
38310
+ }
38311
+
38312
+ .amis-scope .cxd-Markdown dl dd {
38313
+ padding: 0 16px;
38314
+ margin-bottom: 16px;
38315
+ }
38316
+
38317
+ .amis-scope .cxd-Markdown blockquote {
38318
+ padding: 0 15px;
38319
+ color: #777;
38320
+ border-left: 4px solid #ddd;
38321
+ }
38322
+
38323
+ .amis-scope .cxd-Markdown blockquote > :first-child {
38324
+ margin-top: 0;
38325
+ }
38326
+
38327
+ .amis-scope .cxd-Markdown blockquote > :last-child {
38328
+ margin-bottom: 0;
38329
+ }
38330
+
38331
+ .amis-scope .cxd-Markdown table {
38332
+ display: block;
38333
+ width: 100%;
38334
+ overflow: auto;
38335
+ word-break: normal;
38336
+ }
38337
+
38338
+ .amis-scope .cxd-Markdown table th {
38339
+ font-weight: bold;
38340
+ }
38341
+
38342
+ .amis-scope .cxd-Markdown table th,
38343
+ .amis-scope .cxd-Markdown table td {
38344
+ padding: 6px 13px;
38345
+ border: 1px solid #ddd;
38346
+ }
38347
+
38348
+ .amis-scope .cxd-Markdown table tr {
38349
+ background-color: #fff;
38350
+ border-top: 1px solid #ccc;
38351
+ }
38352
+
38353
+ .amis-scope .cxd-Markdown table tr:nth-child(2n) {
38354
+ background-color: #f8f8f8;
38355
+ }
38356
+
38357
+ @media (min-width: 1200px) {
38358
+ .amis-scope .cxd-Markdown img {
38359
+ max-width: 800px;
38360
+ }
38361
+ }
38362
+
38363
+ .amis-scope .cxd-Markdown code {
38364
+ padding: 0;
38365
+ padding-top: 0.2em;
38366
+ padding-bottom: 0.2em;
38367
+ margin: 0;
38368
+ background-color: rgba(0, 0, 0, 0.04);
38369
+ border-radius: 3px;
38370
+ }
38371
+
38372
+ .amis-scope .cxd-Markdown code:before,
38373
+ .amis-scope .cxd-Markdown code:after {
38374
+ letter-spacing: -0.2em;
38375
+ content: " ";
38376
+ }
38377
+
38378
+ .amis-scope .cxd-Markdown pre > code {
38379
+ padding: 0;
38380
+ margin: 0;
38381
+ word-break: normal;
38382
+ white-space: pre;
38383
+ background: transparent;
38384
+ border: 0;
38385
+ }
38386
+
38387
+ .amis-scope .cxd-Markdown .highlight {
38388
+ margin-bottom: 16px;
38389
+ }
38390
+
38391
+ .amis-scope .cxd-Markdown .highlight pre,
38392
+ .amis-scope .cxd-Markdown pre {
38393
+ padding: 16px;
38394
+ overflow: auto;
38395
+ line-height: 1.45;
38396
+ background-color: #f7f7f7;
38397
+ border-radius: 3px;
38398
+ }
38399
+
38400
+ .amis-scope .cxd-Markdown .highlight pre {
38401
+ margin-bottom: 0;
38402
+ word-break: normal;
38403
+ }
38404
+
38405
+ .amis-scope .cxd-Markdown pre {
38406
+ word-wrap: normal;
38407
+ }
38408
+
38409
+ .amis-scope .cxd-Markdown pre code {
38410
+ display: inline;
38411
+ max-width: initial;
38412
+ padding: 0;
38413
+ margin: 0;
38414
+ overflow: initial;
38415
+ line-height: inherit;
38416
+ word-wrap: normal;
38417
+ background-color: transparent;
38418
+ border: 0;
38419
+ }
38420
+
38421
+ .amis-scope .cxd-Markdown pre code:before,
38422
+ .amis-scope .cxd-Markdown pre code:after {
38423
+ content: normal;
38424
+ }
38425
+
38426
+ .amis-scope .cxd-Markdown kbd {
38427
+ display: inline-block;
38428
+ padding: 3px 5px;
38429
+ line-height: 10px;
38430
+ color: #555;
38431
+ vertical-align: middle;
38432
+ background-color: #fcfcfc;
38433
+ border: solid 1px #ccc;
38434
+ border-bottom-color: #bbb;
38435
+ border-radius: 3px;
38436
+ box-shadow: inset 0 -1px 0 #bbb;
38437
+ }
38438
+
38439
+ .amis-scope .cxd-Markdown hr {
38440
+ border-bottom-color: #eee;
38441
+ }
38442
+
38443
+ .amis-scope .cxd-Link.is-disabled {
38444
+ cursor: not-allowed;
38445
+ color: var(--text--muted-color);
38446
+ }
38447
+
37336
38448
  /*
37337
38449
  * utilities
37338
38450
  */
37339
38451
 
37340
38452
  .amis-scope .bg-light {
37341
- background-color: #eaf6fe;
37342
- color: #666;
38453
+ background-color: #1ac5ff;
38454
+ color: #151a26;
37343
38455
  }
37344
38456
 
37345
38457
  .amis-scope .bg-light.lt,
37346
38458
  .amis-scope .bg-light .lt {
37347
- background: #f4fafe;
38459
+ background: #27c6fc;
37348
38460
  }
37349
38461
 
37350
38462
  .amis-scope .bg-light.lter,
37351
38463
  .amis-scope .bg-light .lter {
37352
- background: #f9fcff;
38464
+ background: #2fc6fa;
37353
38465
  }
37354
38466
 
37355
38467
  .amis-scope .bg-light.dk,
37356
38468
  .amis-scope .bg-light .dk {
37357
- background: #dbf0fe;
38469
+ background: #0bc1ff;
37358
38470
  }
37359
38471
 
37360
38472
  .amis-scope .bg-light.dker,
37361
38473
  .amis-scope .bg-light .dker {
37362
- background: #d0ecfe;
38474
+ background: #01bfff;
37363
38475
  }
37364
38476
 
37365
38477
  .amis-scope .bg-light.bg,
37366
38478
  .amis-scope .bg-light .bg {
37367
- background-color: #eaf6fe;
38479
+ background-color: #1ac5ff;
37368
38480
  }
37369
38481
 
37370
38482
  .amis-scope .bg-dark {
@@ -37414,11 +38526,11 @@ readers do not read off random characters that represent icons */
37414
38526
  }
37415
38527
 
37416
38528
  .amis-scope .bg-dark .text-muted {
37417
- color: #4d4d4d !important;
38529
+ color: #030405 !important;
37418
38530
  }
37419
38531
 
37420
38532
  .amis-scope .bg-dark .text-lt {
37421
- color: #a6a6a6 !important;
38533
+ color: #425278 !important;
37422
38534
  }
37423
38535
 
37424
38536
  .amis-scope .bg-black {
@@ -37468,46 +38580,46 @@ readers do not read off random characters that represent icons */
37468
38580
  }
37469
38581
 
37470
38582
  .amis-scope .bg-black .text-muted {
37471
- color: #4d4d4d !important;
38583
+ color: #030405 !important;
37472
38584
  }
37473
38585
 
37474
38586
  .amis-scope .bg-black .text-lt {
37475
- color: #a6a6a6 !important;
38587
+ color: #425278 !important;
37476
38588
  }
37477
38589
 
37478
38590
  .amis-scope .bg-primary {
37479
- background-color: #108cee;
37480
- color: #d1e7f9;
38591
+ background-color: #2468f2;
38592
+ color: #e6edfc;
37481
38593
  }
37482
38594
 
37483
38595
  .amis-scope .bg-primary.lt,
37484
38596
  .amis-scope .bg-primary .lt {
37485
- background: #2a97ee;
38597
+ background: #3f79f1;
37486
38598
  }
37487
38599
 
37488
38600
  .amis-scope .bg-primary.lter,
37489
38601
  .amis-scope .bg-primary .lter {
37490
- background: #44a2ed;
38602
+ background: #598bf0;
37491
38603
  }
37492
38604
 
37493
38605
  .amis-scope .bg-primary.dk,
37494
38606
  .amis-scope .bg-primary .dk {
37495
- background: #0c7ed9;
38607
+ background: #0b57f2;
37496
38608
  }
37497
38609
 
37498
38610
  .amis-scope .bg-primary.dker,
37499
38611
  .amis-scope .bg-primary .dker {
37500
- background: #0870c3;
38612
+ background: #074ddc;
37501
38613
  }
37502
38614
 
37503
38615
  .amis-scope .bg-primary.bg,
37504
38616
  .amis-scope .bg-primary .bg {
37505
- background-color: #108cee;
38617
+ background-color: #2468f2;
37506
38618
  }
37507
38619
 
37508
38620
  .amis-scope .bg-primary a,
37509
38621
  .amis-scope .bg-primary .cxd-Button--link {
37510
- color: #feffff;
38622
+ color: white;
37511
38623
  }
37512
38624
 
37513
38625
  .amis-scope .bg-primary a:hover,
@@ -37522,46 +38634,46 @@ readers do not read off random characters that represent icons */
37522
38634
  }
37523
38635
 
37524
38636
  .amis-scope .bg-primary .text-muted {
37525
- color: #4d4d4d !important;
38637
+ color: #030405 !important;
37526
38638
  }
37527
38639
 
37528
38640
  .amis-scope .bg-primary .text-lt {
37529
- color: #a6a6a6 !important;
38641
+ color: #425278 !important;
37530
38642
  }
37531
38643
 
37532
38644
  .amis-scope .bg-success {
37533
- background-color: #5fb333;
37534
- color: #d4eac8;
38645
+ background-color: #0bc286;
38646
+ color: #a4f5da;
37535
38647
  }
37536
38648
 
37537
38649
  .amis-scope .bg-success.lt,
37538
38650
  .amis-scope .bg-success .lt {
37539
- background: #6bc33c;
38651
+ background: #0fd796;
37540
38652
  }
37541
38653
 
37542
38654
  .amis-scope .bg-success.lter,
37543
38655
  .amis-scope .bg-success .lter {
37544
- background: #7ac653;
38656
+ background: #15eba5;
37545
38657
  }
37546
38658
 
37547
38659
  .amis-scope .bg-success.dk,
37548
38660
  .amis-scope .bg-success .dk {
37549
- background: #54a22b;
38661
+ background: #07ac76;
37550
38662
  }
37551
38663
 
37552
38664
  .amis-scope .bg-success.dker,
37553
38665
  .amis-scope .bg-success .dker {
37554
- background: #499023;
38666
+ background: #049666;
37555
38667
  }
37556
38668
 
37557
38669
  .amis-scope .bg-success.bg,
37558
38670
  .amis-scope .bg-success .bg {
37559
- background-color: #5fb333;
38671
+ background-color: #0bc286;
37560
38672
  }
37561
38673
 
37562
38674
  .amis-scope .bg-success a,
37563
38675
  .amis-scope .bg-success .cxd-Button--link {
37564
- color: #f1f8ed;
38676
+ color: #d2faed;
37565
38677
  }
37566
38678
 
37567
38679
  .amis-scope .bg-success a:hover,
@@ -37576,46 +38688,46 @@ readers do not read off random characters that represent icons */
37576
38688
  }
37577
38689
 
37578
38690
  .amis-scope .bg-success .text-muted {
37579
- color: #4d4d4d !important;
38691
+ color: #030405 !important;
37580
38692
  }
37581
38693
 
37582
38694
  .amis-scope .bg-success .text-lt {
37583
- color: #a6a6a6 !important;
38695
+ color: #425278 !important;
37584
38696
  }
37585
38697
 
37586
38698
  .amis-scope .bg-info {
37587
- background-color: #108cee;
37588
- color: #d1e7f9;
38699
+ background-color: #2468f2;
38700
+ color: #e6edfc;
37589
38701
  }
37590
38702
 
37591
38703
  .amis-scope .bg-info.lt,
37592
38704
  .amis-scope .bg-info .lt {
37593
- background: #2a97ee;
38705
+ background: #3f79f1;
37594
38706
  }
37595
38707
 
37596
38708
  .amis-scope .bg-info.lter,
37597
38709
  .amis-scope .bg-info .lter {
37598
- background: #44a2ed;
38710
+ background: #598bf0;
37599
38711
  }
37600
38712
 
37601
38713
  .amis-scope .bg-info.dk,
37602
38714
  .amis-scope .bg-info .dk {
37603
- background: #0c7ed9;
38715
+ background: #0b57f2;
37604
38716
  }
37605
38717
 
37606
38718
  .amis-scope .bg-info.dker,
37607
38719
  .amis-scope .bg-info .dker {
37608
- background: #0870c3;
38720
+ background: #074ddc;
37609
38721
  }
37610
38722
 
37611
38723
  .amis-scope .bg-info.bg,
37612
38724
  .amis-scope .bg-info .bg {
37613
- background-color: #108cee;
38725
+ background-color: #2468f2;
37614
38726
  }
37615
38727
 
37616
38728
  .amis-scope .bg-info a,
37617
38729
  .amis-scope .bg-info .cxd-Button--link {
37618
- color: #feffff;
38730
+ color: white;
37619
38731
  }
37620
38732
 
37621
38733
  .amis-scope .bg-info a:hover,
@@ -37630,46 +38742,46 @@ readers do not read off random characters that represent icons */
37630
38742
  }
37631
38743
 
37632
38744
  .amis-scope .bg-info .text-muted {
37633
- color: #4d4d4d !important;
38745
+ color: #030405 !important;
37634
38746
  }
37635
38747
 
37636
38748
  .amis-scope .bg-info .text-lt {
37637
- color: #a6a6a6 !important;
38749
+ color: #425278 !important;
37638
38750
  }
37639
38751
 
37640
38752
  .amis-scope .bg-warning {
37641
- background-color: #f39000;
37642
- color: #fce5c3;
38753
+ background-color: #ffb200;
38754
+ color: #fcefcf;
37643
38755
  }
37644
38756
 
37645
38757
  .amis-scope .bg-warning.lt,
37646
38758
  .amis-scope .bg-warning .lt {
37647
- background: #fc9c11;
38759
+ background: #fcb91c;
37648
38760
  }
37649
38761
 
37650
38762
  .amis-scope .bg-warning.lter,
37651
38763
  .amis-scope .bg-warning .lter {
37652
- background: #faa62c;
38764
+ background: #fabf38;
37653
38765
  }
37654
38766
 
37655
38767
  .amis-scope .bg-warning.dk,
37656
38768
  .amis-scope .bg-warning .dk {
37657
- background: #da8100;
38769
+ background: #e6a000;
37658
38770
  }
37659
38771
 
37660
38772
  .amis-scope .bg-warning.dker,
37661
38773
  .amis-scope .bg-warning .dker {
37662
- background: #c07200;
38774
+ background: #cc8e00;
37663
38775
  }
37664
38776
 
37665
38777
  .amis-scope .bg-warning.bg,
37666
38778
  .amis-scope .bg-warning .bg {
37667
- background-color: #f39000;
38779
+ background-color: #ffb200;
37668
38780
  }
37669
38781
 
37670
38782
  .amis-scope .bg-warning a,
37671
38783
  .amis-scope .bg-warning .cxd-Button--link {
37672
- color: #fefaf4;
38784
+ color: white;
37673
38785
  }
37674
38786
 
37675
38787
  .amis-scope .bg-warning a:hover,
@@ -37684,41 +38796,41 @@ readers do not read off random characters that represent icons */
37684
38796
  }
37685
38797
 
37686
38798
  .amis-scope .bg-warning .text-muted {
37687
- color: #4d4d4d !important;
38799
+ color: #030405 !important;
37688
38800
  }
37689
38801
 
37690
38802
  .amis-scope .bg-warning .text-lt {
37691
- color: #a6a6a6 !important;
38803
+ color: #425278 !important;
37692
38804
  }
37693
38805
 
37694
38806
  .amis-scope .bg-danger {
37695
- background-color: #ea2e2e;
37696
- color: #fbe9e9;
38807
+ background-color: #e8684a;
38808
+ color: white;
37697
38809
  }
37698
38810
 
37699
38811
  .amis-scope .bg-danger.lt,
37700
38812
  .amis-scope .bg-danger .lt {
37701
- background: #ea4848;
38813
+ background: #e97c63;
37702
38814
  }
37703
38815
 
37704
38816
  .amis-scope .bg-danger.lter,
37705
38817
  .amis-scope .bg-danger .lter {
37706
- background: #ea6161;
38818
+ background: #ea907b;
37707
38819
  }
37708
38820
 
37709
38821
  .amis-scope .bg-danger.dk,
37710
38822
  .amis-scope .bg-danger .dk {
37711
- background: #ea1414;
38823
+ background: #e85331;
37712
38824
  }
37713
38825
 
37714
38826
  .amis-scope .bg-danger.dker,
37715
38827
  .amis-scope .bg-danger .dker {
37716
- background: #d60f0f;
38828
+ background: #e93e16;
37717
38829
  }
37718
38830
 
37719
38831
  .amis-scope .bg-danger.bg,
37720
38832
  .amis-scope .bg-danger .bg {
37721
- background-color: #ea2e2e;
38833
+ background-color: #e8684a;
37722
38834
  }
37723
38835
 
37724
38836
  .amis-scope .bg-danger a,
@@ -37738,16 +38850,16 @@ readers do not read off random characters that represent icons */
37738
38850
  }
37739
38851
 
37740
38852
  .amis-scope .bg-danger .text-muted {
37741
- color: #4d4d4d !important;
38853
+ color: #030405 !important;
37742
38854
  }
37743
38855
 
37744
38856
  .amis-scope .bg-danger .text-lt {
37745
- color: #a6a6a6 !important;
38857
+ color: #425278 !important;
37746
38858
  }
37747
38859
 
37748
38860
  .amis-scope .bg-white {
37749
38861
  background-color: #fff;
37750
- color: #666;
38862
+ color: #151a26;
37751
38863
  }
37752
38864
 
37753
38865
  .amis-scope .bg-white.lt,
@@ -37779,144 +38891,148 @@ readers do not read off random characters that represent icons */
37779
38891
  background: none !important;
37780
38892
  }
37781
38893
 
38894
+ .cursor-pointer {
38895
+ cursor: pointer;
38896
+ }
38897
+
37782
38898
  .amis-scope a.bg-primary:hover {
37783
- background: #0e7ed6;
38899
+ background: #0e58ee;
37784
38900
  }
37785
38901
 
37786
38902
  .amis-scope a.text-primary:hover {
37787
- color: #0e7ed6;
38903
+ color: #0e58ee;
37788
38904
  }
37789
38905
 
37790
38906
  .amis-scope .text-primary {
37791
- color: #108cee;
38907
+ color: #2468f2;
37792
38908
  }
37793
38909
 
37794
38910
  .amis-scope .text-primary-lt {
37795
- color: #0e7ed6;
38911
+ color: #0e58ee;
37796
38912
  }
37797
38913
 
37798
38914
  .amis-scope .text-primary-lter {
37799
- color: #0d70be;
38915
+ color: #0d4fd6;
37800
38916
  }
37801
38917
 
37802
38918
  .amis-scope .text-primary-dk {
37803
- color: #0e7ed6;
38919
+ color: #0e58ee;
37804
38920
  }
37805
38921
 
37806
38922
  .amis-scope .text-primary-dker {
37807
- color: #0d70be;
38923
+ color: #0d4fd6;
37808
38924
  }
37809
38925
 
37810
38926
  .amis-scope a.bg-info:hover {
37811
- background: #0e7ed6;
38927
+ background: #0e58ee;
37812
38928
  }
37813
38929
 
37814
38930
  .amis-scope a.text-info:hover {
37815
- color: #0e7ed6;
38931
+ color: #0e58ee;
37816
38932
  }
37817
38933
 
37818
38934
  .amis-scope .text-info {
37819
- color: #108cee;
38935
+ color: #2468f2;
37820
38936
  }
37821
38937
 
37822
38938
  .amis-scope .text-info-lt {
37823
- color: #0e7ed6;
38939
+ color: #0e58ee;
37824
38940
  }
37825
38941
 
37826
38942
  .amis-scope .text-info-lter {
37827
- color: #0d70be;
38943
+ color: #0d4fd6;
37828
38944
  }
37829
38945
 
37830
38946
  .amis-scope .text-info-dk {
37831
- color: #0e7ed6;
38947
+ color: #0e58ee;
37832
38948
  }
37833
38949
 
37834
38950
  .amis-scope .text-info-dker {
37835
- color: #0d70be;
38951
+ color: #0d4fd6;
37836
38952
  }
37837
38953
 
37838
38954
  .amis-scope a.bg-success:hover {
37839
- background: #549f2d;
38955
+ background: #0aaa75;
37840
38956
  }
37841
38957
 
37842
38958
  .amis-scope a.text-success:hover {
37843
- color: #549f2d;
38959
+ color: #0aaa75;
37844
38960
  }
37845
38961
 
37846
38962
  .amis-scope .text-success {
37847
- color: #5fb333;
38963
+ color: #0bc286;
37848
38964
  }
37849
38965
 
37850
38966
  .amis-scope .text-success-lt {
37851
- color: #549f2d;
38967
+ color: #0aaa75;
37852
38968
  }
37853
38969
 
37854
38970
  .amis-scope .text-success-lter {
37855
- color: #4a8b28;
38971
+ color: #089265;
37856
38972
  }
37857
38973
 
37858
38974
  .amis-scope .text-success-dk {
37859
- color: #549f2d;
38975
+ color: #0aaa75;
37860
38976
  }
37861
38977
 
37862
38978
  .amis-scope .text-success-dker {
37863
- color: #4a8b28;
38979
+ color: #089265;
37864
38980
  }
37865
38981
 
37866
38982
  .amis-scope a.bg-warning:hover {
37867
- background: #da8100;
38983
+ background: #e6a000;
37868
38984
  }
37869
38985
 
37870
38986
  .amis-scope a.text-warning:hover {
37871
- color: #da8100;
38987
+ color: #e6a000;
37872
38988
  }
37873
38989
 
37874
38990
  .amis-scope .text-warning {
37875
- color: #f39000;
38991
+ color: #ffb200;
37876
38992
  }
37877
38993
 
37878
38994
  .amis-scope .text-warning-lt {
37879
- color: #da8100;
38995
+ color: #e6a000;
37880
38996
  }
37881
38997
 
37882
38998
  .amis-scope .text-warning-lter {
37883
- color: #c07200;
38999
+ color: #cc8e00;
37884
39000
  }
37885
39001
 
37886
39002
  .amis-scope .text-warning-dk {
37887
- color: #da8100;
39003
+ color: #e6a000;
37888
39004
  }
37889
39005
 
37890
39006
  .amis-scope .text-warning-dker {
37891
- color: #c07200;
39007
+ color: #cc8e00;
37892
39008
  }
37893
39009
 
37894
39010
  .amis-scope a.bg-danger:hover {
37895
- background: #e71717;
39011
+ background: #e55533;
37896
39012
  }
37897
39013
 
37898
39014
  .amis-scope a.text-danger:hover {
37899
- color: #e71717;
39015
+ color: #e55533;
37900
39016
  }
37901
39017
 
37902
39018
  .amis-scope .text-danger {
37903
- color: #ea2e2e;
39019
+ color: #e8684a;
37904
39020
  }
37905
39021
 
37906
39022
  .amis-scope .text-danger-lt {
37907
- color: #e71717;
39023
+ color: #e55533;
37908
39024
  }
37909
39025
 
37910
39026
  .amis-scope .text-danger-lter {
37911
- color: #d01515;
39027
+ color: #e2421d;
37912
39028
  }
37913
39029
 
37914
39030
  .amis-scope .text-danger-dk {
37915
- color: #e71717;
39031
+ color: #e55533;
37916
39032
  }
37917
39033
 
37918
39034
  .amis-scope .text-danger-dker {
37919
- color: #d01515;
39035
+ color: #e2421d;
37920
39036
  }
37921
39037
 
37922
39038
  .amis-scope a.bg-dark:hover {
@@ -39670,4 +40786,312 @@ readers do not read off random characters that represent icons */
39670
40786
  .amis-scope .no-padder-xs {
39671
40787
  padding: 0 !important;
39672
40788
  }
40789
+ }
40790
+
40791
+ .amis-scope .cxd-Switch .text {
40792
+ margin: 0 0.5rem 0 1.5625rem;
40793
+ vertical-align: super;
40794
+ }
40795
+
40796
+ .amis-scope .cxd-Switch .slider:before {
40797
+ width: calc(var(--Switch-height) - 0.25rem);
40798
+ top: 0.125rem;
40799
+ bottom: 0.125rem;
40800
+ }
40801
+
40802
+ .amis-scope .cxd-Switch:active .slider::before {
40803
+ width: calc(var(--Switch-height) + 0.125rem);
40804
+ border-radius: 10px;
40805
+ }
40806
+
40807
+ .amis-scope .cxd-Switch:hover {
40808
+ background: var(--Switch-onHover-bgColor);
40809
+ }
40810
+
40811
+ .amis-scope .cxd-Switch.is-checked {
40812
+ background: var(--Switch-checked-bgColor);
40813
+ }
40814
+
40815
+ .amis-scope .cxd-Switch.is-checked .slider::before {
40816
+ right: 0.125rem;
40817
+ }
40818
+
40819
+ .amis-scope .cxd-Switch.is-checked .text {
40820
+ margin: 0 1.5625rem 0 0.5rem;
40821
+ }
40822
+
40823
+ .amis-scope .cxd-Switch.is-checked:hover {
40824
+ background: var(--Switch-checked-onHover-bgColor);
40825
+ }
40826
+
40827
+ .amis-scope .cxd-Switch.is-checked:active {
40828
+ background: var(--Switch-checked-onActive-bgColor);
40829
+ }
40830
+
40831
+ .amis-scope .cxd-TextControl-sugs {
40832
+ border-radius: 0.1875rem;
40833
+ top: calc(var(--Form-input-height) + 0.25rem);
40834
+ box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
40835
+ border: none;
40836
+ }
40837
+
40838
+ .amis-scope .cxd-Select .cxd-PopOver {
40839
+ top: calc(var(--Form-input-height) + 0.25rem) !important;
40840
+ }
40841
+
40842
+ .amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
40843
+ border-radius: 0.25rem;
40844
+ }
40845
+
40846
+ .amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option {
40847
+ height: var(--Form-input-height);
40848
+ padding: 0.3125rem 0.75rem;
40849
+ }
40850
+
40851
+ .amis-scope .cxd-NestedSelectControl .cxd-PopOver {
40852
+ top: calc(var(--Form-input-height) + 0.25rem) !important;
40853
+ }
40854
+
40855
+ .amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
40856
+ border-radius: 0.25rem;
40857
+ }
40858
+
40859
+ .amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option {
40860
+ height: var(--Form-input-height);
40861
+ padding: 0 0.75rem;
40862
+ }
40863
+
40864
+ .amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option .cxd-NestedSelect-optionArrowRight {
40865
+ padding-right: 0;
40866
+ }
40867
+
40868
+ .amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu:not(:first-child) {
40869
+ margin-left: 2px;
40870
+ }
40871
+
40872
+ .amis-scope .cxd-TreeSelectControl .cxd-PopOver {
40873
+ top: calc(var(--Form-input-height) + 0.25rem) !important;
40874
+ box-shadow: var(--boxShadow);
40875
+ }
40876
+
40877
+ .amis-scope .cxd-TreeSelectControl .cxd-PopOver .cxd-Tree {
40878
+ border-radius: 0.25rem;
40879
+ border: none;
40880
+ }
40881
+
40882
+ .amis-scope .cxd-DropDown .cxd-DropDown-menu {
40883
+ top: calc(var(--Form-input-height) + 0.25rem) !important;
40884
+ border: none;
40885
+ }
40886
+
40887
+ .amis-scope .cxd-DropDown .cxd-DropDown-menu > li {
40888
+ color: #151a26;
40889
+ }
40890
+
40891
+ .amis-scope .cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
40892
+ color: #b4b6ba;
40893
+ }
40894
+
40895
+ .amis-scope .cxd-Toast .cxd-Toast-icon {
40896
+ margin-right: 0.5rem;
40897
+ }
40898
+
40899
+ .amis-scope .cxd-Toast .cxd-Toast-close {
40900
+ margin-left: 0.5rem;
40901
+ cursor: pointer;
40902
+ }
40903
+
40904
+ .amis-scope .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
40905
+ border-radius: 0.1875rem;
40906
+ }
40907
+
40908
+ .amis-scope .cxd-InputGroup .cxd-InputGroup-btn:last-child .cxd-Button {
40909
+ border-top-left-radius: 0;
40910
+ border-bottom-left-radius: 0;
40911
+ }
40912
+
40913
+ .amis-scope .cxd-Button--iconOnly {
40914
+ min-width: var(--Button-height);
40915
+ }
40916
+
40917
+ .amis-scope .cxd-Alert {
40918
+ font-weight: 400;
40919
+ }
40920
+
40921
+ .amis-scope .cxd-Alert .cxd-Alert-close {
40922
+ opacity: 1;
40923
+ color: #83868c;
40924
+ }
40925
+
40926
+ .amis-scope .cxd-Alert .cxd-Alert-close:hover {
40927
+ color: #5e626a;
40928
+ }
40929
+
40930
+ .amis-scope .cxd-Alert .cxd-Alert-close:active {
40931
+ color: #2d323c;
40932
+ }
40933
+
40934
+ .amis-scope .cxd-ColorPicker .cxd-PopOver {
40935
+ border: none;
40936
+ top: calc(var(--Form-input-height) + 0.25rem) !important;
40937
+ box-shadow: var(--boxShadow);
40938
+ }
40939
+
40940
+ .amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
40941
+ border: none;
40942
+ top: calc(var(--Form-input-height) + 0.25rem) !important;
40943
+ box-shadow: var(--boxShadow);
40944
+ border-radius: 0.1875rem;
40945
+ }
40946
+
40947
+ .amis-scope .cxd-Combo .cxd-Combo-items .cxd-Combo-item .cxd-Combo-delBtn {
40948
+ padding-top: calc( (var(--Form-input-height) - var(--Form-input-lineHeight) * 10px) / 2 );
40949
+ }
40950
+
40951
+ .amis-scope .cxd-LocationControl .cxd-PopOver {
40952
+ border: none;
40953
+ top: calc(var(--Form-input-height) + 0.25rem) !important;
40954
+ box-shadow: var(--boxShadow);
40955
+ }
40956
+
40957
+ .amis-scope .cxd-Transfer-title {
40958
+ height: var(--Form-input-height);
40959
+ padding-left: 1rem;
40960
+ padding-right: 1rem;
40961
+ }
40962
+
40963
+ .amis-scope .cxd-Transfer .cxd-ListCheckboxes .cxd-ListCheckboxes-item {
40964
+ padding-left: 1rem;
40965
+ padding-right: 1rem;
40966
+ }
40967
+
40968
+ .amis-scope .cxd-Modal {
40969
+ box-shadow: var(--boxShadow);
40970
+ }
40971
+
40972
+ .amis-scope .cxd-Modal-content {
40973
+ padding: 1.5rem;
40974
+ border-radius: 0.375rem;
40975
+ }
40976
+
40977
+ .amis-scope .cxd-Modal-body {
40978
+ padding: 1rem 0 1.5rem 0;
40979
+ font-size: 12px;
40980
+ font-weight: 400;
40981
+ }
40982
+
40983
+ .amis-scope .cxd-Modal-footer .cxd-Button {
40984
+ margin-left: 1rem;
40985
+ }
40986
+
40987
+ .amis-scope .cxd-Drawer-content {
40988
+ border-radius: 0.375rem;
40989
+ }
40990
+
40991
+ .amis-scope .cxd-Drawer-header {
40992
+ border-radius: 0.375rem 0 0 0;
40993
+ }
40994
+
40995
+ .amis-scope .cxd-Drawer-title {
40996
+ font-size: 14px;
40997
+ font-weight: 500;
40998
+ }
40999
+
41000
+ .amis-scope .cxd-Drawer-body {
41001
+ font-size: 14px;
41002
+ font-weight: 400;
41003
+ }
41004
+
41005
+ .amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
41006
+ justify-content: flex-end;
41007
+ }
41008
+
41009
+ .amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
41010
+ margin-left: 1rem;
41011
+ }
41012
+
41013
+ .amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
41014
+ margin-left: 1rem;
41015
+ }
41016
+
41017
+ .amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button,
41018
+ .amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
41019
+ margin-left: 1rem;
41020
+ }
41021
+
41022
+ .amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
41023
+ padding-right: 0.5rem;
41024
+ }
41025
+
41026
+ .amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
41027
+ width: 1.5rem;
41028
+ height: 1.5rem;
41029
+ display: inline-flex;
41030
+ align-items: center;
41031
+ justify-content: center;
41032
+ }
41033
+
41034
+ .amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
41035
+ width: 0.75rem;
41036
+ height: 0.75rem;
41037
+ }
41038
+
41039
+ .amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
41040
+ padding-right: 0.5rem;
41041
+ }
41042
+
41043
+ .amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
41044
+ padding-left: 0.5rem;
41045
+ }
41046
+
41047
+ .amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
41048
+ top: 1.75rem;
41049
+ left: 0.625rem;
41050
+ transform: translate(0.0625rem);
41051
+ }
41052
+
41053
+ .amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon {
41054
+ color: var(--Steps-status-success);
41055
+ background-color: var(--white);
41056
+ }
41057
+
41058
+ .amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
41059
+ color: var(--Steps-status-error);
41060
+ background-color: var(--white);
41061
+ border: 1px solid var(--Steps-status-error);
41062
+ }
41063
+
41064
+ .amis-scope .cxd-Form-feedback {
41065
+ list-style-type: none;
41066
+ padding-left: 0;
41067
+ }
41068
+
41069
+ .amis-scope .cxd-Form-label {
41070
+ font-size: 14px;
41071
+ color: #5e626a;
41072
+ }
41073
+
41074
+ .amis-scope .cxd-Form-item--inline .cxd-Form-label {
41075
+ margin-right: 1rem;
41076
+ font-size: 14px;
41077
+ color: #5e626a;
41078
+ }
41079
+
41080
+ .amis-scope .cxd-Form .cxd-Collapse {
41081
+ border: none;
41082
+ }
41083
+
41084
+ .amis-scope .cxd-Form .cxd-Collapse-arrow {
41085
+ margin-left: 0.5rem;
41086
+ }
41087
+
41088
+ .amis-scope .cxd-Form .cxd-Collapse-header {
41089
+ background-color: var(--white);
41090
+ display: inline-flex;
41091
+ justify-content: flex-end;
41092
+ flex-direction: row-reverse;
41093
+ }
41094
+
41095
+ .amis-scope .cxd-Form .cxd-Collapse-content {
41096
+ padding: 0;
39673
41097
  }