amis-rev-ui 6.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (783) hide show
  1. package/LICENSE +201 -0
  2. package/esm/HTMLFilterContext.d.ts +3 -0
  3. package/esm/HTMLFilterContext.js +10 -0
  4. package/esm/components/404.js +35 -0
  5. package/esm/components/Alert.js +266 -0
  6. package/esm/components/Alert2.js +58 -0
  7. package/esm/components/AlphabetIndexer.d.ts +11 -0
  8. package/esm/components/AlphabetIndexer.js +48 -0
  9. package/esm/components/AnchorNav.js +153 -0
  10. package/esm/components/AnchorNavSection.d.ts +2 -0
  11. package/esm/components/AnchorNavSection.js +7 -0
  12. package/esm/components/ArrayInput.js +146 -0
  13. package/esm/components/AsideNav.js +133 -0
  14. package/esm/components/AssociatedSelection.js +107 -0
  15. package/esm/components/AutoFoldedList.js +124 -0
  16. package/esm/components/AutoSizer.d.ts +2 -0
  17. package/esm/components/AutoSizer.js +8 -0
  18. package/esm/components/Avatar.js +126 -0
  19. package/esm/components/Badge.d.ts +20 -0
  20. package/esm/components/Badge.js +154 -0
  21. package/esm/components/BaiduMapPicker.js +366 -0
  22. package/esm/components/BarCode.js +42 -0
  23. package/esm/components/Breadcrumb.js +160 -0
  24. package/esm/components/Button.js +64 -0
  25. package/esm/components/CalendarMobile.js +538 -0
  26. package/esm/components/Card.js +88 -0
  27. package/esm/components/Cascader.js +515 -0
  28. package/esm/components/ChainedDropdownSelection.js +104 -0
  29. package/esm/components/ChainedSelection.js +184 -0
  30. package/esm/components/Checkbox.js +87 -0
  31. package/esm/components/CityArea.js +190 -0
  32. package/esm/components/CityDB.d.ts +13 -0
  33. package/esm/components/CityDB.js +3942 -0
  34. package/esm/components/CodeMirror.d.ts +29 -0
  35. package/esm/components/CodeMirror.js +140 -0
  36. package/esm/components/Collapse.js +184 -0
  37. package/esm/components/CollapseGroup.js +117 -0
  38. package/esm/components/ColorPicker.js +259 -0
  39. package/esm/components/Combo.js +212 -0
  40. package/esm/components/ConditionBuilder.d.ts +2 -0
  41. package/esm/components/ConditionBuilder.js +7 -0
  42. package/esm/components/ConfirmBox.js +128 -0
  43. package/esm/components/ContextMenu.js +310 -0
  44. package/esm/components/DatePicker.js +716 -0
  45. package/esm/components/DateRangePicker.js +1385 -0
  46. package/esm/components/DiffEditor.d.ts +21 -0
  47. package/esm/components/DiffEditor.js +119 -0
  48. package/esm/components/DndContainer.js +25 -0
  49. package/esm/components/Drawer.js +272 -0
  50. package/esm/components/DropDownSelection.js +77 -0
  51. package/esm/components/DropdownContextMenus.js +93 -0
  52. package/esm/components/Editor.js +238 -0
  53. package/esm/components/Form.d.ts +31 -0
  54. package/esm/components/Form.js +84 -0
  55. package/esm/components/FormField.js +78 -0
  56. package/esm/components/FormulaPicker.d.ts +2 -0
  57. package/esm/components/FormulaPicker.js +7 -0
  58. package/esm/components/GaodeMapPicker.js +204 -0
  59. package/esm/components/GridNav.d.ts +53 -0
  60. package/esm/components/GridNav.js +125 -0
  61. package/esm/components/GridNavItem.d.ts +2 -0
  62. package/esm/components/GridNavItem.js +7 -0
  63. package/esm/components/GroupedSelection.js +138 -0
  64. package/esm/components/HeadCellDropDown.d.ts +2 -0
  65. package/esm/components/HeadCellDropDown.js +7 -0
  66. package/esm/components/HorizontalScroll.d.ts +74 -0
  67. package/esm/components/HorizontalScroll.js +271 -0
  68. package/esm/components/Html.js +55 -0
  69. package/esm/components/Icon.d.ts +2 -0
  70. package/esm/components/Icon.js +7 -0
  71. package/esm/components/ImageGallery.js +396 -0
  72. package/esm/components/Input.d.ts +18 -0
  73. package/esm/components/Input.js +75 -0
  74. package/esm/components/InputBox.js +99 -0
  75. package/esm/components/InputBoxWithSuggestion.js +70 -0
  76. package/esm/components/InputJSONSchema.d.ts +2 -0
  77. package/esm/components/InputJSONSchema.js +7 -0
  78. package/esm/components/InputTable.js +176 -0
  79. package/esm/components/JSONSchemaEditor.d.ts +2 -0
  80. package/esm/components/JSONSchemaEditor.js +7 -0
  81. package/esm/components/Layout.js +60 -0
  82. package/esm/components/Link.js +44 -0
  83. package/esm/components/ListGroup.js +31 -0
  84. package/esm/components/ListMenu.js +62 -0
  85. package/esm/components/LocationPicker.js +208 -0
  86. package/esm/components/Markdown.d.ts +25 -0
  87. package/esm/components/Markdown.js +70 -0
  88. package/esm/components/Menu.d.ts +2 -0
  89. package/esm/components/Menu.js +7 -0
  90. package/esm/components/MixedInput.js +88 -0
  91. package/esm/components/MobileDevTool.d.ts +12 -0
  92. package/esm/components/MobileDevTool.js +312 -0
  93. package/esm/components/Modal.js +261 -0
  94. package/esm/components/ModalManager.d.ts +16 -0
  95. package/esm/components/ModalManager.js +42 -0
  96. package/esm/components/MultilineText.js +90 -0
  97. package/esm/components/NumberInput.js +274 -0
  98. package/esm/components/OverflowTpl.js +100 -0
  99. package/esm/components/Pagination.js +377 -0
  100. package/esm/components/PdfViewer.js +83 -0
  101. package/esm/components/Picker.js +73 -0
  102. package/esm/components/PickerColumn.js +276 -0
  103. package/esm/components/PickerContainer.js +157 -0
  104. package/esm/components/PopOverContainer.d.ts +59 -0
  105. package/esm/components/PopOverContainer.js +148 -0
  106. package/esm/components/PopUp.js +85 -0
  107. package/esm/components/Progress.js +136 -0
  108. package/esm/components/PullRefresh.js +172 -0
  109. package/esm/components/Radios.js +129 -0
  110. package/esm/components/Range.js +516 -0
  111. package/esm/components/Rating.js +341 -0
  112. package/esm/components/ResultBox.js +195 -0
  113. package/esm/components/ResultList.js +253 -0
  114. package/esm/components/ResultTableList.js +152 -0
  115. package/esm/components/ResultTreeList.js +241 -0
  116. package/esm/components/RichText.d.ts +48 -0
  117. package/esm/components/RichText.js +271 -0
  118. package/esm/components/SearchBox.js +298 -0
  119. package/esm/components/Select.js +814 -0
  120. package/esm/components/SelectMobile.d.ts +38 -0
  121. package/esm/components/SelectMobile.js +369 -0
  122. package/esm/components/Selection.js +166 -0
  123. package/esm/components/Shape.js +429 -0
  124. package/esm/components/Signature.js +294 -0
  125. package/esm/components/Slider.js +140 -0
  126. package/esm/components/SparkLine.js +62 -0
  127. package/esm/components/Spinner.js +202 -0
  128. package/esm/components/Steps.js +76 -0
  129. package/esm/components/Switch.js +73 -0
  130. package/esm/components/Tab.d.ts +2 -0
  131. package/esm/components/Tab.js +7 -0
  132. package/esm/components/Table.d.ts +2 -0
  133. package/esm/components/Table.js +7 -0
  134. package/esm/components/TableSelection.js +169 -0
  135. package/esm/components/Tabs.js +607 -0
  136. package/esm/components/TabsTransfer.js +221 -0
  137. package/esm/components/TabsTransferPicker.js +81 -0
  138. package/esm/components/Tag.js +137 -0
  139. package/esm/components/Textarea.js +146 -0
  140. package/esm/components/Timeline.js +60 -0
  141. package/esm/components/TimelineItem.js +101 -0
  142. package/esm/components/Tinymce.d.ts +66 -0
  143. package/esm/components/Tinymce.js +634 -0
  144. package/esm/components/TitleBar.js +48 -0
  145. package/esm/components/Toast.js +247 -0
  146. package/esm/components/Tooltip.js +36 -0
  147. package/esm/components/TooltipWrapper.js +180 -0
  148. package/esm/components/Transfer.js +485 -0
  149. package/esm/components/TransferDropDown.js +98 -0
  150. package/esm/components/TransferPicker.js +98 -0
  151. package/esm/components/TransferSearch.js +100 -0
  152. package/esm/components/Tree.js +1256 -0
  153. package/esm/components/TreeSelection.js +201 -0
  154. package/esm/components/UserSelect.js +674 -0
  155. package/esm/components/UserTabSelect.js +227 -0
  156. package/esm/components/VerificationCode.js +172 -0
  157. package/esm/components/VirtualList.d.ts +2 -0
  158. package/esm/components/VirtualList.js +7 -0
  159. package/esm/components/WithRemoteConfig.d.ts +70 -0
  160. package/esm/components/WithRemoteConfig.js +301 -0
  161. package/esm/components/WithStore.d.ts +13 -0
  162. package/esm/components/WithStore.js +48 -0
  163. package/esm/components/calendar/Calendar.d.ts +83 -0
  164. package/esm/components/calendar/Calendar.js +529 -0
  165. package/esm/components/calendar/CalendarContainer.d.ts +10 -0
  166. package/esm/components/calendar/CalendarContainer.js +27 -0
  167. package/esm/components/calendar/DaysView.js +528 -0
  168. package/esm/components/calendar/MonthsView.js +175 -0
  169. package/esm/components/calendar/QuartersView.js +125 -0
  170. package/esm/components/calendar/TimeView.js +559 -0
  171. package/esm/components/calendar/YearsView.js +122 -0
  172. package/esm/components/condition-builder/Expression.js +121 -0
  173. package/esm/components/condition-builder/Field.js +32 -0
  174. package/esm/components/condition-builder/Func.js +75 -0
  175. package/esm/components/condition-builder/Group.js +196 -0
  176. package/esm/components/condition-builder/GroupOrItem.js +107 -0
  177. package/esm/components/condition-builder/InputSwitch.js +28 -0
  178. package/esm/components/condition-builder/Item.js +233 -0
  179. package/esm/components/condition-builder/Value.js +115 -0
  180. package/esm/components/condition-builder/config.d.ts +36 -0
  181. package/esm/components/condition-builder/config.js +120 -0
  182. package/esm/components/condition-builder/index.js +242 -0
  183. package/esm/components/condition-builder/types.d.ts +116 -0
  184. package/esm/components/formula/CodeEditor.js +99 -0
  185. package/esm/components/formula/Editor.js +446 -0
  186. package/esm/components/formula/FuncList.js +64 -0
  187. package/esm/components/formula/Input.js +141 -0
  188. package/esm/components/formula/Picker.js +454 -0
  189. package/esm/components/formula/VariableList.js +185 -0
  190. package/esm/components/formula/plugin.d.ts +51 -0
  191. package/esm/components/formula/plugin.js +445 -0
  192. package/esm/components/icons.d.ts +61 -0
  193. package/esm/components/icons.js +458 -0
  194. package/esm/components/index.d.ts +138 -0
  195. package/esm/components/json-schema/Array.d.ts +3 -0
  196. package/esm/components/json-schema/Array.js +129 -0
  197. package/esm/components/json-schema/Item.d.ts +5 -0
  198. package/esm/components/json-schema/Item.js +63 -0
  199. package/esm/components/json-schema/Object.d.ts +5 -0
  200. package/esm/components/json-schema/Object.js +272 -0
  201. package/esm/components/json-schema/index.js +29 -0
  202. package/esm/components/menu/MenuContext.d.ts +82 -0
  203. package/esm/components/menu/MenuContext.js +25 -0
  204. package/esm/components/menu/MenuItem.js +112 -0
  205. package/esm/components/menu/PanelMenu.js +68 -0
  206. package/esm/components/menu/SubMenu.js +137 -0
  207. package/esm/components/menu/index.js +368 -0
  208. package/esm/components/schema-editor/Array.d.ts +11 -0
  209. package/esm/components/schema-editor/Array.js +84 -0
  210. package/esm/components/schema-editor/Common.d.ts +61 -0
  211. package/esm/components/schema-editor/Common.js +162 -0
  212. package/esm/components/schema-editor/Item.d.ts +8 -0
  213. package/esm/components/schema-editor/Item.js +24 -0
  214. package/esm/components/schema-editor/Object.d.ts +51 -0
  215. package/esm/components/schema-editor/Object.js +294 -0
  216. package/esm/components/schema-editor/SchemaVariableList.js +74 -0
  217. package/esm/components/schema-editor/SchemaVariableListPicker.js +34 -0
  218. package/esm/components/schema-editor/index.js +122 -0
  219. package/esm/components/table/Cell.d.ts +36 -0
  220. package/esm/components/table/Cell.js +43 -0
  221. package/esm/components/table/ColGroup.d.ts +24 -0
  222. package/esm/components/table/ColGroup.js +77 -0
  223. package/esm/components/table/Head.d.ts +45 -0
  224. package/esm/components/table/Head.js +150 -0
  225. package/esm/components/table/HeadCellDropDown.js +54 -0
  226. package/esm/components/table/HeadCellFilter.js +130 -0
  227. package/esm/components/table/HeadCellSelect.js +51 -0
  228. package/esm/components/table/HeadCellSort.js +88 -0
  229. package/esm/components/table/ItemActionsWrapper.d.ts +10 -0
  230. package/esm/components/table/ItemActionsWrapper.js +29 -0
  231. package/esm/components/table/Row.d.ts +56 -0
  232. package/esm/components/table/Row.js +224 -0
  233. package/esm/components/table/SummaryRow.d.ts +28 -0
  234. package/esm/components/table/SummaryRow.js +73 -0
  235. package/esm/components/table/index.js +1095 -0
  236. package/esm/components/table/util.d.ts +25 -0
  237. package/esm/components/table/util.js +279 -0
  238. package/esm/components/virtual-list/AutoSizer.d.ts +19 -0
  239. package/esm/components/virtual-list/AutoSizer.js +48 -0
  240. package/esm/components/virtual-list/SizeAndPositionManager.d.ts +70 -0
  241. package/esm/components/virtual-list/SizeAndPositionManager.js +216 -0
  242. package/esm/components/virtual-list/constants.d.ts +34 -0
  243. package/esm/components/virtual-list/constants.js +45 -0
  244. package/esm/components/virtual-list/index.d.ts +98 -0
  245. package/esm/components/virtual-list/index.js +288 -0
  246. package/esm/components/withBadge.d.ts +2 -0
  247. package/esm/components/withBadge.js +7 -0
  248. package/esm/hooks/index.d.ts +8 -0
  249. package/esm/hooks/use-click-away.d.ts +12 -0
  250. package/esm/hooks/use-click-away.js +55 -0
  251. package/esm/hooks/use-on-screen.d.ts +2 -0
  252. package/esm/hooks/use-on-screen.js +28 -0
  253. package/esm/hooks/use-set-state.d.ts +2 -0
  254. package/esm/hooks/use-set-state.js +19 -0
  255. package/esm/hooks/use-sub-form.d.ts +4 -0
  256. package/esm/hooks/use-sub-form.js +39 -0
  257. package/esm/hooks/use-touch.d.ts +16 -0
  258. package/esm/hooks/use-touch.js +77 -0
  259. package/esm/hooks/use-update-effect.d.ts +3 -0
  260. package/esm/hooks/use-update-effect.js +21 -0
  261. package/esm/hooks/use-validation-resolver.d.ts +7 -0
  262. package/esm/hooks/use-validation-resolver.js +115 -0
  263. package/esm/icons/alert-danger.svg.js +22 -0
  264. package/esm/icons/alert-info.svg.js +22 -0
  265. package/esm/icons/alert-success.svg.js +22 -0
  266. package/esm/icons/alert-warning.svg.js +22 -0
  267. package/esm/icons/arrow-double-left.svg.js +24 -0
  268. package/esm/icons/arrow-double-right.svg.js +24 -0
  269. package/esm/icons/back.svg.js +21 -0
  270. package/esm/icons/calendar.svg.js +31 -0
  271. package/esm/icons/caret.svg.js +21 -0
  272. package/esm/icons/check.svg.js +21 -0
  273. package/esm/icons/clock.svg.js +29 -0
  274. package/esm/icons/close-small.svg.js +24 -0
  275. package/esm/icons/close.svg.js +21 -0
  276. package/esm/icons/cloud-upload.svg.js +22 -0
  277. package/esm/icons/column-filter.svg.js +22 -0
  278. package/esm/icons/columns.svg.js +21 -0
  279. package/esm/icons/compress-alt.svg.js +21 -0
  280. package/esm/icons/copy.svg.js +26 -0
  281. package/esm/icons/date.svg.js +26 -0
  282. package/esm/icons/department.svg.js +52 -0
  283. package/esm/icons/desk-empty.svg.js +73 -0
  284. package/esm/icons/dot.svg.js +36 -0
  285. package/esm/icons/down-arrow-bold.svg.js +22 -0
  286. package/esm/icons/down.svg.js +23 -0
  287. package/esm/icons/download.svg.js +24 -0
  288. package/esm/icons/drag-bar.svg.js +53 -0
  289. package/esm/icons/drag.svg.js +22 -0
  290. package/esm/icons/edit.svg.js +21 -0
  291. package/esm/icons/ellipsis-v.svg.js +21 -0
  292. package/esm/icons/enter.svg.js +20 -0
  293. package/esm/icons/exchange.svg.js +21 -0
  294. package/esm/icons/expand-alt.svg.js +21 -0
  295. package/esm/icons/fail.svg.js +31 -0
  296. package/esm/icons/file.svg.js +22 -0
  297. package/esm/icons/filter.svg.js +21 -0
  298. package/esm/icons/folder.svg.js +24 -0
  299. package/esm/icons/fullscreen.svg.js +21 -0
  300. package/esm/icons/function.svg.js +21 -0
  301. package/esm/icons/home.svg.js +21 -0
  302. package/esm/icons/if.svg.js +21 -0
  303. package/esm/icons/image.svg.js +20 -0
  304. package/esm/icons/info-circle.svg.js +21 -0
  305. package/esm/icons/info.svg.js +27 -0
  306. package/esm/icons/input-clear.svg.js +20 -0
  307. package/esm/icons/invisible.svg.js +22 -0
  308. package/esm/icons/left-arrow.svg.js +23 -0
  309. package/esm/icons/loading-outline.svg.js +21 -0
  310. package/esm/icons/location.svg.js +20 -0
  311. package/esm/icons/menu.svg.js +20 -0
  312. package/esm/icons/minus.svg.js +21 -0
  313. package/esm/icons/move.svg.js +22 -0
  314. package/esm/icons/mute.svg.js +21 -0
  315. package/esm/icons/new-edit.svg.js +22 -0
  316. package/esm/icons/pause.svg.js +21 -0
  317. package/esm/icons/pencil.svg.js +21 -0
  318. package/esm/icons/play.svg.js +20 -0
  319. package/esm/icons/plus-cicle.svg.js +20 -0
  320. package/esm/icons/plus-fine.svg.js +21 -0
  321. package/esm/icons/plus.svg.js +21 -0
  322. package/esm/icons/post.svg.js +48 -0
  323. package/esm/icons/question-mark.svg.js +26 -0
  324. package/esm/icons/question.svg.js +21 -0
  325. package/esm/icons/question2.svg.js +34 -0
  326. package/esm/icons/redo.svg.js +21 -0
  327. package/esm/icons/refresh.svg.js +21 -0
  328. package/esm/icons/reload.svg.js +21 -0
  329. package/esm/icons/remove.svg.js +21 -0
  330. package/esm/icons/retry.svg.js +24 -0
  331. package/esm/icons/right-arrow-bold.svg.js +21 -0
  332. package/esm/icons/right-arrow.svg.js +23 -0
  333. package/esm/icons/right-double-arrow.svg.js +22 -0
  334. package/esm/icons/role.svg.js +43 -0
  335. package/esm/icons/rotate-left.svg.js +22 -0
  336. package/esm/icons/rotate-right.svg.js +22 -0
  337. package/esm/icons/rotate-screen.svg.js +21 -0
  338. package/esm/icons/scale-origin.svg.js +24 -0
  339. package/esm/icons/schedule.svg.js +24 -0
  340. package/esm/icons/search.svg.js +21 -0
  341. package/esm/icons/setting.svg.js +21 -0
  342. package/esm/icons/slider-handle-icon.svg.js +22 -0
  343. package/esm/icons/sort-asc.svg.js +21 -0
  344. package/esm/icons/sort-default.svg.js +21 -0
  345. package/esm/icons/sort-desc.svg.js +21 -0
  346. package/esm/icons/star.svg.js +21 -0
  347. package/esm/icons/status-close.svg.js +23 -0
  348. package/esm/icons/steps-finsh.svg.js +22 -0
  349. package/esm/icons/sub-plus.svg.js +20 -0
  350. package/esm/icons/success.svg.js +29 -0
  351. package/esm/icons/transparent.svg.js +38 -0
  352. package/esm/icons/trash.svg.js +22 -0
  353. package/esm/icons/tree-down.svg.js +21 -0
  354. package/esm/icons/undo-normal.svg.js +25 -0
  355. package/esm/icons/undo.svg.js +21 -0
  356. package/esm/icons/unfullscreen.svg.js +21 -0
  357. package/esm/icons/upload.svg.js +21 -0
  358. package/esm/icons/user-remove.svg.js +33 -0
  359. package/esm/icons/view.svg.js +22 -0
  360. package/esm/icons/volume.svg.js +24 -0
  361. package/esm/icons/warning-mark.svg.js +22 -0
  362. package/esm/icons/warning.svg.js +21 -0
  363. package/esm/icons/window-restore.svg.js +21 -0
  364. package/esm/icons/zoom-in.svg.js +21 -0
  365. package/esm/icons/zoom-out.svg.js +21 -0
  366. package/esm/index.d.ts +16 -0
  367. package/esm/index.js +157 -0
  368. package/esm/locale/de-DE.d.ts +1 -0
  369. package/esm/locale/de-DE.js +423 -0
  370. package/esm/locale/en-US.d.ts +1 -0
  371. package/esm/locale/en-US.js +429 -0
  372. package/esm/locale/zh-CN.d.ts +1 -0
  373. package/esm/locale/zh-CN.js +438 -0
  374. package/esm/themes/ang.d.ts +3 -0
  375. package/esm/themes/ang.js +15 -0
  376. package/esm/themes/antd.d.ts +1 -0
  377. package/esm/themes/antd.js +42 -0
  378. package/esm/themes/cxd.d.ts +3 -0
  379. package/esm/themes/cxd.js +455 -0
  380. package/esm/themes/dark.d.ts +3 -0
  381. package/esm/themes/dark.js +23 -0
  382. package/esm/themes/default.d.ts +4 -0
  383. package/esm/utils/index.d.ts +2 -0
  384. package/esm/utils/smoothSignature.d.ts +86 -0
  385. package/esm/utils/vectorComputed.d.ts +20 -0
  386. package/esm/utils/vectorComputed.js +75 -0
  387. package/esm/withRemoteConfig.d.ts +2 -0
  388. package/esm/withRemoteConfig.js +7 -0
  389. package/esm/withStore.d.ts +2 -0
  390. package/esm/withStore.js +7 -0
  391. package/lib/HTMLFilterContext.d.ts +3 -0
  392. package/lib/components/AlphabetIndexer.d.ts +11 -0
  393. package/lib/components/AnchorNavSection.d.ts +2 -0
  394. package/lib/components/AutoSizer.d.ts +2 -0
  395. package/lib/components/Badge.d.ts +20 -0
  396. package/lib/components/BarCode.js +44 -0
  397. package/lib/components/CityDB.d.ts +13 -0
  398. package/lib/components/CityDB.js +3945 -0
  399. package/lib/components/CodeMirror.d.ts +29 -0
  400. package/lib/components/ColorPicker.js +267 -0
  401. package/lib/components/ConditionBuilder.d.ts +2 -0
  402. package/lib/components/DiffEditor.d.ts +21 -0
  403. package/lib/components/Form.d.ts +31 -0
  404. package/lib/components/FormulaPicker.d.ts +2 -0
  405. package/lib/components/GridNav.d.ts +53 -0
  406. package/lib/components/GridNavItem.d.ts +2 -0
  407. package/lib/components/HeadCellDropDown.d.ts +2 -0
  408. package/lib/components/HorizontalScroll.d.ts +74 -0
  409. package/lib/components/Icon.d.ts +2 -0
  410. package/lib/components/Input.d.ts +18 -0
  411. package/lib/components/InputJSONSchema.d.ts +2 -0
  412. package/lib/components/JSONSchemaEditor.d.ts +2 -0
  413. package/lib/components/Markdown.d.ts +25 -0
  414. package/lib/components/Markdown.js +76 -0
  415. package/lib/components/Menu.d.ts +2 -0
  416. package/lib/components/MobileDevTool.d.ts +12 -0
  417. package/lib/components/ModalManager.d.ts +16 -0
  418. package/lib/components/PdfViewer.js +83 -0
  419. package/lib/components/PopOverContainer.d.ts +59 -0
  420. package/lib/components/RichText.d.ts +48 -0
  421. package/lib/components/RichText.js +275 -0
  422. package/lib/components/SelectMobile.d.ts +38 -0
  423. package/lib/components/Tab.d.ts +2 -0
  424. package/lib/components/Table.d.ts +2 -0
  425. package/lib/components/Tinymce.d.ts +66 -0
  426. package/lib/components/Tinymce.js +641 -0
  427. package/lib/components/VirtualList.d.ts +2 -0
  428. package/lib/components/WithRemoteConfig.d.ts +70 -0
  429. package/lib/components/WithStore.d.ts +13 -0
  430. package/lib/components/calendar/Calendar.d.ts +83 -0
  431. package/lib/components/calendar/CalendarContainer.d.ts +10 -0
  432. package/lib/components/condition-builder/config.d.ts +36 -0
  433. package/lib/components/condition-builder/types.d.ts +116 -0
  434. package/lib/components/formula/plugin.d.ts +51 -0
  435. package/lib/components/icons.d.ts +61 -0
  436. package/lib/components/index.d.ts +138 -0
  437. package/lib/components/json-schema/Array.d.ts +3 -0
  438. package/lib/components/json-schema/Item.d.ts +5 -0
  439. package/lib/components/json-schema/Object.d.ts +5 -0
  440. package/lib/components/menu/MenuContext.d.ts +82 -0
  441. package/lib/components/schema-editor/Array.d.ts +11 -0
  442. package/lib/components/schema-editor/Common.d.ts +61 -0
  443. package/lib/components/schema-editor/Item.d.ts +8 -0
  444. package/lib/components/schema-editor/Object.d.ts +51 -0
  445. package/lib/components/table/Cell.d.ts +36 -0
  446. package/lib/components/table/ColGroup.d.ts +24 -0
  447. package/lib/components/table/Head.d.ts +45 -0
  448. package/lib/components/table/ItemActionsWrapper.d.ts +10 -0
  449. package/lib/components/table/Row.d.ts +56 -0
  450. package/lib/components/table/SummaryRow.d.ts +28 -0
  451. package/lib/components/table/util.d.ts +25 -0
  452. package/lib/components/virtual-list/AutoSizer.d.ts +19 -0
  453. package/lib/components/virtual-list/SizeAndPositionManager.d.ts +70 -0
  454. package/lib/components/virtual-list/constants.d.ts +34 -0
  455. package/lib/components/virtual-list/index.d.ts +98 -0
  456. package/lib/components/withBadge.d.ts +2 -0
  457. package/lib/helper.css +47762 -0
  458. package/lib/hooks/index.d.ts +8 -0
  459. package/lib/hooks/use-click-away.d.ts +12 -0
  460. package/lib/hooks/use-on-screen.d.ts +2 -0
  461. package/lib/hooks/use-set-state.d.ts +2 -0
  462. package/lib/hooks/use-sub-form.d.ts +4 -0
  463. package/lib/hooks/use-touch.d.ts +16 -0
  464. package/lib/hooks/use-update-effect.d.ts +3 -0
  465. package/lib/hooks/use-validation-resolver.d.ts +7 -0
  466. package/lib/index.d.ts +16 -0
  467. package/lib/index.js +28 -0
  468. package/lib/locale/de-DE.d.ts +1 -0
  469. package/lib/locale/en-US.d.ts +1 -0
  470. package/lib/locale/zh-CN.d.ts +1 -0
  471. package/lib/scss/helper.scss.js +12 -0
  472. package/lib/scss/themes/ang.scss.js +12 -0
  473. package/lib/scss/themes/antd.scss.js +12 -0
  474. package/lib/scss/themes/cxd.scss.js +12 -0
  475. package/lib/scss/themes/dark.scss.js +12 -0
  476. package/lib/scss/themes/default.scss.js +12 -0
  477. package/lib/themes/ang.css +45895 -0
  478. package/lib/themes/ang.d.ts +3 -0
  479. package/lib/themes/antd.css +45882 -0
  480. package/lib/themes/antd.d.ts +1 -0
  481. package/lib/themes/cxd.css +45871 -0
  482. package/lib/themes/cxd.d.ts +3 -0
  483. package/lib/themes/dark.css +45902 -0
  484. package/lib/themes/dark.d.ts +3 -0
  485. package/lib/themes/default.css +45871 -0
  486. package/lib/themes/default.d.ts +4 -0
  487. package/lib/utils/index.d.ts +2 -0
  488. package/lib/utils/smoothSignature.d.ts +86 -0
  489. package/lib/utils/vectorComputed.d.ts +20 -0
  490. package/lib/withRemoteConfig.d.ts +2 -0
  491. package/lib/withStore.d.ts +2 -0
  492. package/package.json +158 -0
  493. package/scss/README.md +9 -0
  494. package/scss/_components.scss +4346 -0
  495. package/scss/_functions.scss +137 -0
  496. package/scss/_mixins.scss +805 -0
  497. package/scss/_properties.scss +898 -0
  498. package/scss/_thirds.scss +12 -0
  499. package/scss/_utilities.scss +1757 -0
  500. package/scss/_variables.scss +439 -0
  501. package/scss/base/_animate.scss +84 -0
  502. package/scss/base/_common.scss +19 -0
  503. package/scss/base/_normalize.scss +376 -0
  504. package/scss/base/_reset.scss +18 -0
  505. package/scss/base/_typography.scss +79 -0
  506. package/scss/components/_alert.scss +123 -0
  507. package/scss/components/_anchor-nav.scss +158 -0
  508. package/scss/components/_app.scss +46 -0
  509. package/scss/components/_array-input.scss +107 -0
  510. package/scss/components/_audio.scss +146 -0
  511. package/scss/components/_auto-folder.scss +40 -0
  512. package/scss/components/_avatar.scss +55 -0
  513. package/scss/components/_badge.scss +145 -0
  514. package/scss/components/_barcode.scss +6 -0
  515. package/scss/components/_breadcrumb.scss +110 -0
  516. package/scss/components/_button-group.scss +165 -0
  517. package/scss/components/_button.scss +871 -0
  518. package/scss/components/_calendar.scss +442 -0
  519. package/scss/components/_card.scss +389 -0
  520. package/scss/components/_card2.scss +28 -0
  521. package/scss/components/_cards.scss +221 -0
  522. package/scss/components/_carousel.scss +292 -0
  523. package/scss/components/_cascader.scss +157 -0
  524. package/scss/components/_chart.scss +22 -0
  525. package/scss/components/_city-area.scss +37 -0
  526. package/scss/components/_code.scss +10 -0
  527. package/scss/components/_collapse-group.scss +83 -0
  528. package/scss/components/_collapse.scss +245 -0
  529. package/scss/components/_color.scss +17 -0
  530. package/scss/components/_column-toggler.scss +261 -0
  531. package/scss/components/_condition-builder.scss +521 -0
  532. package/scss/components/_context-menu.scss +204 -0
  533. package/scss/components/_copyable.scss +10 -0
  534. package/scss/components/_crud.scss +195 -0
  535. package/scss/components/_crud2.scss +345 -0
  536. package/scss/components/_debug.scss +259 -0
  537. package/scss/components/_divider.scss +81 -0
  538. package/scss/components/_drawer.scss +393 -0
  539. package/scss/components/_dropdown-context-menus.scss +27 -0
  540. package/scss/components/_dropdown.scss +159 -0
  541. package/scss/components/_each.scss +7 -0
  542. package/scss/components/_formula.scss +723 -0
  543. package/scss/components/_grid-nav.scss +128 -0
  544. package/scss/components/_horizontal-scroll.scss +51 -0
  545. package/scss/components/_icon.scss +4 -0
  546. package/scss/components/_image-gallery.scss +331 -0
  547. package/scss/components/_images.scss +650 -0
  548. package/scss/components/_input-box.scss +111 -0
  549. package/scss/components/_json-schema-editor.scss +149 -0
  550. package/scss/components/_json-schema.scss +166 -0
  551. package/scss/components/_json.scss +7 -0
  552. package/scss/components/_link.scss +22 -0
  553. package/scss/components/_list-menu.scss +114 -0
  554. package/scss/components/_list.scss +313 -0
  555. package/scss/components/_log.scss +169 -0
  556. package/scss/components/_mapping.scss +6 -0
  557. package/scss/components/_markdown.scss +266 -0
  558. package/scss/components/_menu.scss +795 -0
  559. package/scss/components/_mobile-dev-tool.scss +175 -0
  560. package/scss/components/_modal.scss +282 -0
  561. package/scss/components/_multiline-text.scss +20 -0
  562. package/scss/components/_nav.scss +45 -0
  563. package/scss/components/_overflow-tpl.scss +5 -0
  564. package/scss/components/_page.scss +198 -0
  565. package/scss/components/_pagination.scss +403 -0
  566. package/scss/components/_panel.scss +263 -0
  567. package/scss/components/_pdf_viewer.scss +47 -0
  568. package/scss/components/_picker-columns.scss +140 -0
  569. package/scss/components/_popover.scss +54 -0
  570. package/scss/components/_popoverable.scss +100 -0
  571. package/scss/components/_popup.scss +171 -0
  572. package/scss/components/_portlet.scss +51 -0
  573. package/scss/components/_print.scss +13 -0
  574. package/scss/components/_progress.scss +165 -0
  575. package/scss/components/_property.scss +47 -0
  576. package/scss/components/_pull-refresh.scss +30 -0
  577. package/scss/components/_quick-edit.scss +53 -0
  578. package/scss/components/_remark.scss +58 -0
  579. package/scss/components/_result-box.scss +380 -0
  580. package/scss/components/_search-box.scss +267 -0
  581. package/scss/components/_service.scss +3 -0
  582. package/scss/components/_shape.scss +19 -0
  583. package/scss/components/_signature.scss +98 -0
  584. package/scss/components/_slider.scss +27 -0
  585. package/scss/components/_sparkline.scss +18 -0
  586. package/scss/components/_spinner.scss +214 -0
  587. package/scss/components/_status.scss +118 -0
  588. package/scss/components/_steps.scss +481 -0
  589. package/scss/components/_table.scss +1234 -0
  590. package/scss/components/_table2.scss +1066 -0
  591. package/scss/components/_tabs.scss +1410 -0
  592. package/scss/components/_tag.scss +191 -0
  593. package/scss/components/_timeline.scss +572 -0
  594. package/scss/components/_toast.scss +342 -0
  595. package/scss/components/_tooltip.scss +340 -0
  596. package/scss/components/_tpl.scss +51 -0
  597. package/scss/components/_verificationCode.scss +33 -0
  598. package/scss/components/_video.scss +38 -0
  599. package/scss/components/_wizard.scss +287 -0
  600. package/scss/components/_wrapper.scss +26 -0
  601. package/scss/components/form/_chained-select.scss +10 -0
  602. package/scss/components/form/_checks.scss +433 -0
  603. package/scss/components/form/_city.scss +33 -0
  604. package/scss/components/form/_color.scss +148 -0
  605. package/scss/components/form/_combo.scss +360 -0
  606. package/scss/components/form/_date-range.scss +332 -0
  607. package/scss/components/form/_date.scss +807 -0
  608. package/scss/components/form/_editor.scss +139 -0
  609. package/scss/components/form/_excel.scss +150 -0
  610. package/scss/components/form/_fieldset.scss +202 -0
  611. package/scss/components/form/_file.scss +308 -0
  612. package/scss/components/form/_form.scss +936 -0
  613. package/scss/components/form/_group.scss +116 -0
  614. package/scss/components/form/_icon-picker.scss +113 -0
  615. package/scss/components/form/_icon-select.scss +245 -0
  616. package/scss/components/form/_image.scss +359 -0
  617. package/scss/components/form/_input-group.scss +213 -0
  618. package/scss/components/form/_input-table.scss +17 -0
  619. package/scss/components/form/_list.scss +225 -0
  620. package/scss/components/form/_location.scss +210 -0
  621. package/scss/components/form/_matrix.scss +7 -0
  622. package/scss/components/form/_nested-select.scss +149 -0
  623. package/scss/components/form/_number.scss +633 -0
  624. package/scss/components/form/_picker.scss +237 -0
  625. package/scss/components/form/_qr-code.scss +4 -0
  626. package/scss/components/form/_range.scss +438 -0
  627. package/scss/components/form/_rating.scss +94 -0
  628. package/scss/components/form/_repeat.scss +40 -0
  629. package/scss/components/form/_result-list.scss +98 -0
  630. package/scss/components/form/_rich-text.scss +163 -0
  631. package/scss/components/form/_select.scss +712 -0
  632. package/scss/components/form/_selection.scss +485 -0
  633. package/scss/components/form/_sub-form.scss +118 -0
  634. package/scss/components/form/_switch.scss +228 -0
  635. package/scss/components/form/_tag.scss +146 -0
  636. package/scss/components/form/_text.scss +508 -0
  637. package/scss/components/form/_textarea.scss +78 -0
  638. package/scss/components/form/_tinymce.scss +6 -0
  639. package/scss/components/form/_transfer.scss +624 -0
  640. package/scss/components/form/_tree-select.scss +47 -0
  641. package/scss/components/form/_tree.scss +458 -0
  642. package/scss/components/form/_user-select.scss +643 -0
  643. package/scss/components/react-datetime.scss +267 -0
  644. package/scss/helper/background/_background-color.md +131 -0
  645. package/scss/helper/background/_background-color.scss +214 -0
  646. package/scss/helper/border/_border-color.md +109 -0
  647. package/scss/helper/border/_border-color.scss +178 -0
  648. package/scss/helper/border/_border-radius.md +86 -0
  649. package/scss/helper/border/_border-radius.scss +152 -0
  650. package/scss/helper/border/_border-style.md +11 -0
  651. package/scss/helper/border/_border-style.scss +40 -0
  652. package/scss/helper/border/_border-width.md +31 -0
  653. package/scss/helper/border/_border-width.scss +72 -0
  654. package/scss/helper/box-alignment/_align-content.md +12 -0
  655. package/scss/helper/box-alignment/_align-content.scss +44 -0
  656. package/scss/helper/box-alignment/_align-items.md +11 -0
  657. package/scss/helper/box-alignment/_align-items.scss +41 -0
  658. package/scss/helper/box-alignment/_align-self.md +11 -0
  659. package/scss/helper/box-alignment/_align-self.scss +40 -0
  660. package/scss/helper/box-alignment/_justify-content.md +12 -0
  661. package/scss/helper/box-alignment/_justify-content.scss +44 -0
  662. package/scss/helper/box-alignment/_justify-items.md +11 -0
  663. package/scss/helper/box-alignment/_justify-items.scss +40 -0
  664. package/scss/helper/box-alignment/_justify-self.md +11 -0
  665. package/scss/helper/box-alignment/_justify-self.scss +40 -0
  666. package/scss/helper/box-alignment/_place-content.md +13 -0
  667. package/scss/helper/box-alignment/_place-content.scss +48 -0
  668. package/scss/helper/box-alignment/_place-items.md +11 -0
  669. package/scss/helper/box-alignment/_place-items.scss +40 -0
  670. package/scss/helper/box-alignment/_place-self.md +11 -0
  671. package/scss/helper/box-alignment/_place-self.scss +40 -0
  672. package/scss/helper/effect/_box-shadow.md +16 -0
  673. package/scss/helper/effect/_box-shadow.scss +74 -0
  674. package/scss/helper/effect/_opacity.md +21 -0
  675. package/scss/helper/effect/_opacity.scss +66 -0
  676. package/scss/helper/flex/_direction.md +10 -0
  677. package/scss/helper/flex/_direction.scss +41 -0
  678. package/scss/helper/flex/_flex.md +10 -0
  679. package/scss/helper/flex/_flex.scss +38 -0
  680. package/scss/helper/flex/_grow.md +8 -0
  681. package/scss/helper/flex/_grow.scss +28 -0
  682. package/scss/helper/flex/_order.md +20 -0
  683. package/scss/helper/flex/_order.scss +56 -0
  684. package/scss/helper/flex/_shrink.md +8 -0
  685. package/scss/helper/flex/_shrink.scss +27 -0
  686. package/scss/helper/flex/_wrap.md +9 -0
  687. package/scss/helper/flex/_wrap.scss +36 -0
  688. package/scss/helper/grid/_auto-columns.md +10 -0
  689. package/scss/helper/grid/_auto-columns.scss +38 -0
  690. package/scss/helper/grid/_auto-flow.md +10 -0
  691. package/scss/helper/grid/_auto-flow.scss +38 -0
  692. package/scss/helper/grid/_auto-rows.md +10 -0
  693. package/scss/helper/grid/_auto-rows.scss +38 -0
  694. package/scss/helper/grid/_column-start-end.md +48 -0
  695. package/scss/helper/grid/_column-start-end.scss +201 -0
  696. package/scss/helper/grid/_columns.md +19 -0
  697. package/scss/helper/grid/_columns.scss +74 -0
  698. package/scss/helper/grid/_gap.md +117 -0
  699. package/scss/helper/grid/_gap.scss +154 -0
  700. package/scss/helper/grid/_row-start-end.md +48 -0
  701. package/scss/helper/grid/_row-start-end.scss +201 -0
  702. package/scss/helper/grid/_rows.md +13 -0
  703. package/scss/helper/grid/_rows.scss +50 -0
  704. package/scss/helper/layout/_box-sizing.md +35 -0
  705. package/scss/helper/layout/_box-sizing.scss +51 -0
  706. package/scss/helper/layout/_clear.md +27 -0
  707. package/scss/helper/layout/_clear.scss +56 -0
  708. package/scss/helper/layout/_display.md +41 -0
  709. package/scss/helper/layout/_display.scss +82 -0
  710. package/scss/helper/layout/_float.md +47 -0
  711. package/scss/helper/layout/_float.scss +71 -0
  712. package/scss/helper/layout/_overflow.md +34 -0
  713. package/scss/helper/layout/_overflow.scss +85 -0
  714. package/scss/helper/layout/_position.md +27 -0
  715. package/scss/helper/layout/_position.scss +55 -0
  716. package/scss/helper/layout/_top-right-bottom-left.md +150 -0
  717. package/scss/helper/layout/_top-right-bottom-left.scss +292 -0
  718. package/scss/helper/layout/_visibility.md +21 -0
  719. package/scss/helper/layout/_visibility.scss +42 -0
  720. package/scss/helper/layout/_z-index.md +37 -0
  721. package/scss/helper/layout/_z-index.scss +67 -0
  722. package/scss/helper/sizing/_height.md +103 -0
  723. package/scss/helper/sizing/_height.scss +161 -0
  724. package/scss/helper/sizing/_width.md +109 -0
  725. package/scss/helper/sizing/_width.scss +174 -0
  726. package/scss/helper/spacing/_margin.md +527 -0
  727. package/scss/helper/spacing/_margin.scss +821 -0
  728. package/scss/helper/spacing/_padding.md +265 -0
  729. package/scss/helper/spacing/_padding.scss +394 -0
  730. package/scss/helper/spacing/_space-between.md +155 -0
  731. package/scss/helper/spacing/_space-between.scss +224 -0
  732. package/scss/helper/typography/_font-family.md +9 -0
  733. package/scss/helper/typography/_font-family.scss +28 -0
  734. package/scss/helper/typography/_font-size.md +19 -0
  735. package/scss/helper/typography/_font-size.scss +40 -0
  736. package/scss/helper/typography/_font-style.md +8 -0
  737. package/scss/helper/typography/_font-style.scss +31 -0
  738. package/scss/helper/typography/_font-weight.md +15 -0
  739. package/scss/helper/typography/_font-weight.scss +49 -0
  740. package/scss/helper/typography/_letter-spacing.md +12 -0
  741. package/scss/helper/typography/_letter-spacing.scss +43 -0
  742. package/scss/helper/typography/_line-height.md +20 -0
  743. package/scss/helper/typography/_line-height.scss +59 -0
  744. package/scss/helper/typography/_list-style-type.md +11 -0
  745. package/scss/helper/typography/_list-style-type.scss +43 -0
  746. package/scss/helper/typography/_text-align.md +10 -0
  747. package/scss/helper/typography/_text-align.scss +34 -0
  748. package/scss/helper/typography/_text-color.md +110 -0
  749. package/scss/helper/typography/_text-color.scss +184 -0
  750. package/scss/helper/typography/_text-decoration.md +9 -0
  751. package/scss/helper/typography/_text-decoration.scss +34 -0
  752. package/scss/helper/typography/_text-overflow.md +9 -0
  753. package/scss/helper/typography/_text-overflow.scss +40 -0
  754. package/scss/helper/typography/_text-transform.md +10 -0
  755. package/scss/helper/typography/_text-transform.scss +40 -0
  756. package/scss/helper/typography/_vertical-align.md +12 -0
  757. package/scss/helper/typography/_vertical-align.scss +44 -0
  758. package/scss/helper/typography/_whitespace.md +11 -0
  759. package/scss/helper/typography/_whitespace.scss +42 -0
  760. package/scss/helper/typography/_word-break.md +9 -0
  761. package/scss/helper/typography/_word-break.scss +36 -0
  762. package/scss/helper.scss +72 -0
  763. package/scss/layout/_aside.scss +361 -0
  764. package/scss/layout/_grid.scss +173 -0
  765. package/scss/layout/_hbox.scss +127 -0
  766. package/scss/layout/_header.scss +0 -0
  767. package/scss/layout/_layout.scss +492 -0
  768. package/scss/layout/_vbox.scss +38 -0
  769. package/scss/themes/_ang-variables.scss +224 -0
  770. package/scss/themes/_antd-variables.scss +238 -0
  771. package/scss/themes/_common.scss +157 -0
  772. package/scss/themes/_cxd-variables.scss +222 -0
  773. package/scss/themes/_dark-variables.scss +229 -0
  774. package/scss/themes/ang-ie11.scss +1 -0
  775. package/scss/themes/ang.scss +27 -0
  776. package/scss/themes/antd-ie11.scss +1 -0
  777. package/scss/themes/antd.scss +5 -0
  778. package/scss/themes/cxd-ie11.scss +1 -0
  779. package/scss/themes/cxd.scss +5 -0
  780. package/scss/themes/dark-ie11.scss +1 -0
  781. package/scss/themes/dark.scss +34 -0
  782. package/scss/themes/default.scss +2 -0
  783. package/scss/themes/extract-antd-color.py +27 -0
@@ -0,0 +1,821 @@
1
+ /*!markdown
2
+
3
+ ---
4
+ title: Margin
5
+ ---
6
+
7
+ | Class | Properties |
8
+ | ----------- | ------------------------ |
9
+ | m-px | margin: 0.0625rem |
10
+ | m-0 | margin: 0 |
11
+ | m-none | margin: 0 |
12
+ | m-0\.5 | margin: 0.125rem |
13
+ | m-1 | margin: 0.25rem |
14
+ | m-1\.5 | margin: 0.375rem |
15
+ | m-2 | margin: 0.5rem |
16
+ | m-2\.5 | margin: 0.625rem |
17
+ | m-3 | margin: 0.75rem |
18
+ | m-3\.5 | margin: 0.875rem |
19
+ | m-4 | margin: 1rem |
20
+ | m-5 | margin: 1.25rem |
21
+ | m-6 | margin: 1.5rem |
22
+ | m-7 | margin: 1.75rem |
23
+ | m-8 | margin: 2rem |
24
+ | m-9 | margin: 2.25rem |
25
+ | m-10 | margin: 2.5rem |
26
+ | m-11 | margin: 2.75rem |
27
+ | m-12 | margin: 3rem |
28
+ | m-14 | margin: 3.5rem |
29
+ | m-16 | margin: 4rem |
30
+ | m-18 | margin: 4.5rem |
31
+ | m-20 | margin: 5rem |
32
+ | m-24 | margin: 6rem |
33
+ | m-28 | margin: 7rem |
34
+ | m-32 | margin: 8rem |
35
+ | m-36 | margin: 9rem |
36
+ | m-40 | margin: 10rem |
37
+ | m-44 | margin: 11rem |
38
+ | m-48 | margin: 12rem |
39
+ | m-52 | margin: 13rem |
40
+ | m-56 | margin: 14rem |
41
+ | m-60 | margin: 15rem |
42
+ | m-64 | margin: 16rem |
43
+ | m-72 | margin: 18rem |
44
+ | m-80 | margin: 20rem |
45
+ | m-96 | margin: 24rem |
46
+ | m-auto | margin: auto |
47
+ | -m-px | margin: -0.0625rem |
48
+ | -m-0 | margin: 0 |
49
+ | -m-none | margin: 0 |
50
+ | -m-0\.5 | margin: -0.125rem |
51
+ | -m-1 | margin: -0.25rem |
52
+ | -m-1\.5 | margin: -0.375rem |
53
+ | -m-2 | margin: -0.5rem |
54
+ | -m-2\.5 | margin: -0.625rem |
55
+ | -m-3 | margin: -0.75rem |
56
+ | -m-3\.5 | margin: -0.875rem |
57
+ | -m-4 | margin: -1rem |
58
+ | -m-5 | margin: -1.25rem |
59
+ | -m-6 | margin: -1.5rem |
60
+ | -m-7 | margin: -1.75rem |
61
+ | -m-8 | margin: -2rem |
62
+ | -m-9 | margin: -2.25rem |
63
+ | -m-10 | margin: -2.5rem |
64
+ | -m-11 | margin: -2.75rem |
65
+ | -m-12 | margin: -3rem |
66
+ | -m-14 | margin: -3.5rem |
67
+ | -m-16 | margin: -4rem |
68
+ | -m-18 | margin: -4.5rem |
69
+ | -m-20 | margin: -5rem |
70
+ | -m-24 | margin: -6rem |
71
+ | -m-28 | margin: -7rem |
72
+ | -m-32 | margin: -8rem |
73
+ | -m-36 | margin: -9rem |
74
+ | -m-40 | margin: -10rem |
75
+ | -m-44 | margin: -11rem |
76
+ | -m-48 | margin: -12rem |
77
+ | -m-52 | margin: -13rem |
78
+ | -m-56 | margin: -14rem |
79
+ | -m-60 | margin: -15rem |
80
+ | -m-64 | margin: -16rem |
81
+ | -m-72 | margin: -18rem |
82
+ | -m-80 | margin: -20rem |
83
+ | -m-96 | margin: -24rem |
84
+ | mx-px | margin-left: 0.0625rem; margin-right: 0.0625rem |
85
+ | mx-0 | margin-left: 0; margin-right: 0 |
86
+ | mx-none | margin-left: 0; margin-right: 0 |
87
+ | mx-0\.5 | margin-left: 0.125rem; margin-right: 0.125rem |
88
+ | mx-1 | margin-left: 0.25rem; margin-right: 0.25rem |
89
+ | mx-1\.5 | margin-left: 0.375rem; margin-right: 0.375rem |
90
+ | mx-2 | margin-left: 0.5rem; margin-right: 0.5rem |
91
+ | mx-2\.5 | margin-left: 0.625rem; margin-right: 0.625rem |
92
+ | mx-3 | margin-left: 0.75rem; margin-right: 0.75rem |
93
+ | mx-3\.5 | margin-left: 0.875rem; margin-right: 0.875rem |
94
+ | mx-4 | margin-left: 1rem; margin-right: 1rem |
95
+ | mx-5 | margin-left: 1.25rem; margin-right: 1.25rem |
96
+ | mx-6 | margin-left: 1.5rem; margin-right: 1.5rem |
97
+ | mx-7 | margin-left: 1.75rem; margin-right: 1.75rem |
98
+ | mx-8 | margin-left: 2rem; margin-right: 2rem |
99
+ | mx-9 | margin-left: 2.25rem; margin-right: 2.25rem |
100
+ | mx-10 | margin-left: 2.5rem; margin-right: 2.5rem |
101
+ | mx-11 | margin-left: 2.75rem; margin-right: 2.75rem |
102
+ | mx-12 | margin-left: 3rem; margin-right: 3rem |
103
+ | mx-14 | margin-left: 3.5rem; margin-right: 3.5rem |
104
+ | mx-16 | margin-left: 4rem; margin-right: 4rem |
105
+ | mx-18 | margin-left: 4.5rem; margin-right: 4.5rem |
106
+ | mx-20 | margin-left: 5rem; margin-right: 5rem |
107
+ | mx-24 | margin-left: 6rem; margin-right: 6rem |
108
+ | mx-28 | margin-left: 7rem; margin-right: 7rem |
109
+ | mx-32 | margin-left: 8rem; margin-right: 8rem |
110
+ | mx-36 | margin-left: 9rem; margin-right: 9rem |
111
+ | mx-40 | margin-left: 10rem; margin-right: 10rem |
112
+ | mx-44 | margin-left: 11rem; margin-right: 11rem |
113
+ | mx-48 | margin-left: 12rem; margin-right: 12rem |
114
+ | mx-52 | margin-left: 13rem; margin-right: 13rem |
115
+ | mx-56 | margin-left: 14rem; margin-right: 14rem |
116
+ | mx-60 | margin-left: 15rem; margin-right: 15rem |
117
+ | mx-64 | margin-left: 16rem; margin-right: 16rem |
118
+ | mx-72 | margin-left: 18rem; margin-right: 18rem |
119
+ | mx-80 | margin-left: 20rem; margin-right: 20rem |
120
+ | mx-96 | margin-left: 24rem; margin-right: 24rem |
121
+ | mx-auto | margin-left: auto; margin-right: auto |
122
+ | -mx-px | margin-left: -0.0625rem; margin-right: -0.0625rem |
123
+ | -mx-0 | margin-left: 0; margin-right: 0 |
124
+ | -mx-none | margin-left: 0; margin-right: 0 |
125
+ | -mx-0\.5 | margin-left: -0.125rem; margin-right: -0.125rem |
126
+ | -mx-1 | margin-left: -0.25rem; margin-right: -0.25rem |
127
+ | -mx-1\.5 | margin-left: -0.375rem; margin-right: -0.375rem |
128
+ | -mx-2 | margin-left: -0.5rem; margin-right: -0.5rem |
129
+ | -mx-2\.5 | margin-left: -0.625rem; margin-right: -0.625rem |
130
+ | -mx-3 | margin-left: -0.75rem; margin-right: -0.75rem |
131
+ | -mx-3\.5 | margin-left: -0.875rem; margin-right: -0.875rem |
132
+ | -mx-4 | margin-left: -1rem; margin-right: -1rem |
133
+ | -mx-5 | margin-left: -1.25rem; margin-right: -1.25rem |
134
+ | -mx-6 | margin-left: -1.5rem; margin-right: -1.5rem |
135
+ | -mx-7 | margin-left: -1.75rem; margin-right: -1.75rem |
136
+ | -mx-8 | margin-left: -2rem; margin-right: -2rem |
137
+ | -mx-9 | margin-left: -2.25rem; margin-right: -2.25rem |
138
+ | -mx-10 | margin-left: -2.5rem; margin-right: -2.5rem |
139
+ | -mx-11 | margin-left: -2.75rem; margin-right: -2.75rem |
140
+ | -mx-12 | margin-left: -3rem; margin-right: -3rem |
141
+ | -mx-14 | margin-left: -3.5rem; margin-right: -3.5rem |
142
+ | -mx-16 | margin-left: -4rem; margin-right: -4rem |
143
+ | -mx-18 | margin-left: -4.5rem; margin-right: -4.5rem |
144
+ | -mx-20 | margin-left: -5rem; margin-right: -5rem |
145
+ | -mx-24 | margin-left: -6rem; margin-right: -6rem |
146
+ | -mx-28 | margin-left: -7rem; margin-right: -7rem |
147
+ | -mx-32 | margin-left: -8rem; margin-right: -8rem |
148
+ | -mx-36 | margin-left: -9rem; margin-right: -9rem |
149
+ | -mx-40 | margin-left: -10rem; margin-right: -10rem |
150
+ | -mx-44 | margin-left: -11rem; margin-right: -11rem |
151
+ | -mx-48 | margin-left: -12rem; margin-right: -12rem |
152
+ | -mx-52 | margin-left: -13rem; margin-right: -13rem |
153
+ | -mx-56 | margin-left: -14rem; margin-right: -14rem |
154
+ | -mx-60 | margin-left: -15rem; margin-right: -15rem |
155
+ | -mx-64 | margin-left: -16rem; margin-right: -16rem |
156
+ | -mx-72 | margin-left: -18rem; margin-right: -18rem |
157
+ | -mx-80 | margin-left: -20rem; margin-right: -20rem |
158
+ | -mx-96 | margin-left: -24rem; margin-right: -24rem |
159
+ | my-px | margin-top: 0.0625rem; margin-bottom: 0.0625rem |
160
+ | my-0 | margin-top: 0; margin-bottom: 0 |
161
+ | my-none | margin-top: 0; margin-bottom: 0 |
162
+ | my-0\.5 | margin-top: 0.125rem; margin-bottom: 0.125rem |
163
+ | my-1 | margin-top: 0.25rem; margin-bottom: 0.25rem |
164
+ | my-1\.5 | margin-top: 0.375rem; margin-bottom: 0.375rem |
165
+ | my-2 | margin-top: 0.5rem; margin-bottom: 0.5rem |
166
+ | my-2\.5 | margin-top: 0.625rem; margin-bottom: 0.625rem |
167
+ | my-3 | margin-top: 0.75rem; margin-bottom: 0.75rem |
168
+ | my-3\.5 | margin-top: 0.875rem; margin-bottom: 0.875rem |
169
+ | my-4 | margin-top: 1rem; margin-bottom: 1rem |
170
+ | my-5 | margin-top: 1.25rem; margin-bottom: 1.25rem |
171
+ | my-6 | margin-top: 1.5rem; margin-bottom: 1.5rem |
172
+ | my-7 | margin-top: 1.75rem; margin-bottom: 1.75rem |
173
+ | my-8 | margin-top: 2rem; margin-bottom: 2rem |
174
+ | my-9 | margin-top: 2.25rem; margin-bottom: 2.25rem |
175
+ | my-10 | margin-top: 2.5rem; margin-bottom: 2.5rem |
176
+ | my-11 | margin-top: 2.75rem; margin-bottom: 2.75rem |
177
+ | my-12 | margin-top: 3rem; margin-bottom: 3rem |
178
+ | my-14 | margin-top: 3.5rem; margin-bottom: 3.5rem |
179
+ | my-16 | margin-top: 4rem; margin-bottom: 4rem |
180
+ | my-18 | margin-top: 4.5rem; margin-bottom: 4.5rem |
181
+ | my-20 | margin-top: 5rem; margin-bottom: 5rem |
182
+ | my-24 | margin-top: 6rem; margin-bottom: 6rem |
183
+ | my-28 | margin-top: 7rem; margin-bottom: 7rem |
184
+ | my-32 | margin-top: 8rem; margin-bottom: 8rem |
185
+ | my-36 | margin-top: 9rem; margin-bottom: 9rem |
186
+ | my-40 | margin-top: 10rem; margin-bottom: 10rem |
187
+ | my-44 | margin-top: 11rem; margin-bottom: 11rem |
188
+ | my-48 | margin-top: 12rem; margin-bottom: 12rem |
189
+ | my-52 | margin-top: 13rem; margin-bottom: 13rem |
190
+ | my-56 | margin-top: 14rem; margin-bottom: 14rem |
191
+ | my-60 | margin-top: 15rem; margin-bottom: 15rem |
192
+ | my-64 | margin-top: 16rem; margin-bottom: 16rem |
193
+ | my-72 | margin-top: 18rem; margin-bottom: 18rem |
194
+ | my-80 | margin-top: 20rem; margin-bottom: 20rem |
195
+ | my-96 | margin-top: 24rem; margin-bottom: 24rem |
196
+ | my-auto | margin-top: auto; margin-bottom: auto |
197
+ | -my-px | margin-top: -0.0625rem; margin-bottom: -0.0625rem |
198
+ | -my-0 | margin-top: 0; margin-bottom: 0 |
199
+ | -my-none | margin-top: 0; margin-bottom: 0 |
200
+ | -my-0\.5 | margin-top: -0.125rem; margin-bottom: -0.125rem |
201
+ | -my-1 | margin-top: -0.25rem; margin-bottom: -0.25rem |
202
+ | -my-1\.5 | margin-top: -0.375rem; margin-bottom: -0.375rem |
203
+ | -my-2 | margin-top: -0.5rem; margin-bottom: -0.5rem |
204
+ | -my-2\.5 | margin-top: -0.625rem; margin-bottom: -0.625rem |
205
+ | -my-3 | margin-top: -0.75rem; margin-bottom: -0.75rem |
206
+ | -my-3\.5 | margin-top: -0.875rem; margin-bottom: -0.875rem |
207
+ | -my-4 | margin-top: -1rem; margin-bottom: -1rem |
208
+ | -my-5 | margin-top: -1.25rem; margin-bottom: -1.25rem |
209
+ | -my-6 | margin-top: -1.5rem; margin-bottom: -1.5rem |
210
+ | -my-7 | margin-top: -1.75rem; margin-bottom: -1.75rem |
211
+ | -my-8 | margin-top: -2rem; margin-bottom: -2rem |
212
+ | -my-9 | margin-top: -2.25rem; margin-bottom: -2.25rem |
213
+ | -my-10 | margin-top: -2.5rem; margin-bottom: -2.5rem |
214
+ | -my-11 | margin-top: -2.75rem; margin-bottom: -2.75rem |
215
+ | -my-12 | margin-top: -3rem; margin-bottom: -3rem |
216
+ | -my-14 | margin-top: -3.5rem; margin-bottom: -3.5rem |
217
+ | -my-16 | margin-top: -4rem; margin-bottom: -4rem |
218
+ | -my-18 | margin-top: -4.5rem; margin-bottom: -4.5rem |
219
+ | -my-20 | margin-top: -5rem; margin-bottom: -5rem |
220
+ | -my-24 | margin-top: -6rem; margin-bottom: -6rem |
221
+ | -my-28 | margin-top: -7rem; margin-bottom: -7rem |
222
+ | -my-32 | margin-top: -8rem; margin-bottom: -8rem |
223
+ | -my-36 | margin-top: -9rem; margin-bottom: -9rem |
224
+ | -my-40 | margin-top: -10rem; margin-bottom: -10rem |
225
+ | -my-44 | margin-top: -11rem; margin-bottom: -11rem |
226
+ | -my-48 | margin-top: -12rem; margin-bottom: -12rem |
227
+ | -my-52 | margin-top: -13rem; margin-bottom: -13rem |
228
+ | -my-56 | margin-top: -14rem; margin-bottom: -14rem |
229
+ | -my-60 | margin-top: -15rem; margin-bottom: -15rem |
230
+ | -my-64 | margin-top: -16rem; margin-bottom: -16rem |
231
+ | -my-72 | margin-top: -18rem; margin-bottom: -18rem |
232
+ | -my-80 | margin-top: -20rem; margin-bottom: -20rem |
233
+ | -my-96 | margin-top: -24rem; margin-bottom: -24rem |
234
+ | mt-px | margin-top: 0.0625rem |
235
+ | mt-0 | margin-top: 0 |
236
+ | mt-none | margin-top: 0 |
237
+ | mt-0\.5 | margin-top: 0.125rem |
238
+ | mt-1 | margin-top: 0.25rem |
239
+ | mt-1\.5 | margin-top: 0.375rem |
240
+ | mt-2 | margin-top: 0.5rem |
241
+ | mt-2\.5 | margin-top: 0.625rem |
242
+ | mt-3 | margin-top: 0.75rem |
243
+ | mt-3\.5 | margin-top: 0.875rem |
244
+ | mt-4 | margin-top: 1rem |
245
+ | mt-5 | margin-top: 1.25rem |
246
+ | mt-6 | margin-top: 1.5rem |
247
+ | mt-7 | margin-top: 1.75rem |
248
+ | mt-8 | margin-top: 2rem |
249
+ | mt-9 | margin-top: 2.25rem |
250
+ | mt-10 | margin-top: 2.5rem |
251
+ | mt-11 | margin-top: 2.75rem |
252
+ | mt-12 | margin-top: 3rem |
253
+ | mt-14 | margin-top: 3.5rem |
254
+ | mt-16 | margin-top: 4rem |
255
+ | mt-18 | margin-top: 4.5rem |
256
+ | mt-20 | margin-top: 5rem |
257
+ | mt-24 | margin-top: 6rem |
258
+ | mt-28 | margin-top: 7rem |
259
+ | mt-32 | margin-top: 8rem |
260
+ | mt-36 | margin-top: 9rem |
261
+ | mt-40 | margin-top: 10rem |
262
+ | mt-44 | margin-top: 11rem |
263
+ | mt-48 | margin-top: 12rem |
264
+ | mt-52 | margin-top: 13rem |
265
+ | mt-56 | margin-top: 14rem |
266
+ | mt-60 | margin-top: 15rem |
267
+ | mt-64 | margin-top: 16rem |
268
+ | mt-72 | margin-top: 18rem |
269
+ | mt-80 | margin-top: 20rem |
270
+ | mt-96 | margin-top: 24rem |
271
+ | -mt-px | margin-top: -0.0625rem |
272
+ | -mt-0 | margin-top: 0 |
273
+ | -mt-none | margin-top: 0 |
274
+ | -mt-0\.5 | margin-top: -0.125rem |
275
+ | -mt-1 | margin-top: -0.25rem |
276
+ | -mt-1\.5 | margin-top: -0.375rem |
277
+ | -mt-2 | margin-top: -0.5rem |
278
+ | -mt-2\.5 | margin-top: -0.625rem |
279
+ | -mt-3 | margin-top: -0.75rem |
280
+ | -mt-3\.5 | margin-top: -0.875rem |
281
+ | -mt-4 | margin-top: -1rem |
282
+ | -mt-5 | margin-top: -1.25rem |
283
+ | -mt-6 | margin-top: -1.5rem |
284
+ | -mt-7 | margin-top: -1.75rem |
285
+ | -mt-8 | margin-top: -2rem |
286
+ | -mt-9 | margin-top: -2.25rem |
287
+ | -mt-10 | margin-top: -2.5rem |
288
+ | -mt-11 | margin-top: -2.75rem |
289
+ | -mt-12 | margin-top: -3rem |
290
+ | -mt-14 | margin-top: -3.5rem |
291
+ | -mt-16 | margin-top: -4rem |
292
+ | -mt-18 | margin-top: -4.5rem |
293
+ | -mt-20 | margin-top: -5rem |
294
+ | -mt-24 | margin-top: -6rem |
295
+ | -mt-28 | margin-top: -7rem |
296
+ | -mt-32 | margin-top: -8rem |
297
+ | -mt-36 | margin-top: -9rem |
298
+ | -mt-40 | margin-top: -10rem |
299
+ | -mt-44 | margin-top: -11rem |
300
+ | -mt-48 | margin-top: -12rem |
301
+ | -mt-52 | margin-top: -13rem |
302
+ | -mt-56 | margin-top: -14rem |
303
+ | -mt-60 | margin-top: -15rem |
304
+ | -mt-64 | margin-top: -16rem |
305
+ | -mt-72 | margin-top: -18rem |
306
+ | -mt-80 | margin-top: -20rem |
307
+ | -mt-96 | margin-top: -24rem |
308
+ | mr-px | margin-right: 0.0625rem |
309
+ | mr-0 | margin-right: 0 |
310
+ | mr-none | margin-right: 0 |
311
+ | mr-0\.5 | margin-right: 0.125rem |
312
+ | mr-1 | margin-right: 0.25rem |
313
+ | mr-1\.5 | margin-right: 0.375rem |
314
+ | mr-2 | margin-right: 0.5rem |
315
+ | mr-2\.5 | margin-right: 0.625rem |
316
+ | mr-3 | margin-right: 0.75rem |
317
+ | mr-3\.5 | margin-right: 0.875rem |
318
+ | mr-4 | margin-right: 1rem |
319
+ | mr-5 | margin-right: 1.25rem |
320
+ | mr-6 | margin-right: 1.5rem |
321
+ | mr-7 | margin-right: 1.75rem |
322
+ | mr-8 | margin-right: 2rem |
323
+ | mr-9 | margin-right: 2.25rem |
324
+ | mr-10 | margin-right: 2.5rem |
325
+ | mr-11 | margin-right: 2.75rem |
326
+ | mr-12 | margin-right: 3rem |
327
+ | mr-14 | margin-right: 3.5rem |
328
+ | mr-16 | margin-right: 4rem |
329
+ | mr-18 | margin-right: 4.5rem |
330
+ | mr-20 | margin-right: 5rem |
331
+ | mr-24 | margin-right: 6rem |
332
+ | mr-28 | margin-right: 7rem |
333
+ | mr-32 | margin-right: 8rem |
334
+ | mr-36 | margin-right: 9rem |
335
+ | mr-40 | margin-right: 10rem |
336
+ | mr-44 | margin-right: 11rem |
337
+ | mr-48 | margin-right: 12rem |
338
+ | mr-52 | margin-right: 13rem |
339
+ | mr-56 | margin-right: 14rem |
340
+ | mr-60 | margin-right: 15rem |
341
+ | mr-64 | margin-right: 16rem |
342
+ | mr-72 | margin-right: 18rem |
343
+ | mr-80 | margin-right: 20rem |
344
+ | mr-96 | margin-right: 24rem |
345
+ | -mr-px | margin-right: -0.0625rem |
346
+ | -mr-0 | margin-right: 0 |
347
+ | -mr-none | margin-right: 0 |
348
+ | -mr-0\.5 | margin-right: -0.125rem |
349
+ | -mr-1 | margin-right: -0.25rem |
350
+ | -mr-1\.5 | margin-right: -0.375rem |
351
+ | -mr-2 | margin-right: -0.5rem |
352
+ | -mr-2\.5 | margin-right: -0.625rem |
353
+ | -mr-3 | margin-right: -0.75rem |
354
+ | -mr-3\.5 | margin-right: -0.875rem |
355
+ | -mr-4 | margin-right: -1rem |
356
+ | -mr-5 | margin-right: -1.25rem |
357
+ | -mr-6 | margin-right: -1.5rem |
358
+ | -mr-7 | margin-right: -1.75rem |
359
+ | -mr-8 | margin-right: -2rem |
360
+ | -mr-9 | margin-right: -2.25rem |
361
+ | -mr-10 | margin-right: -2.5rem |
362
+ | -mr-11 | margin-right: -2.75rem |
363
+ | -mr-12 | margin-right: -3rem |
364
+ | -mr-14 | margin-right: -3.5rem |
365
+ | -mr-16 | margin-right: -4rem |
366
+ | -mr-18 | margin-right: -4.5rem |
367
+ | -mr-20 | margin-right: -5rem |
368
+ | -mr-24 | margin-right: -6rem |
369
+ | -mr-28 | margin-right: -7rem |
370
+ | -mr-32 | margin-right: -8rem |
371
+ | -mr-36 | margin-right: -9rem |
372
+ | -mr-40 | margin-right: -10rem |
373
+ | -mr-44 | margin-right: -11rem |
374
+ | -mr-48 | margin-right: -12rem |
375
+ | -mr-52 | margin-right: -13rem |
376
+ | -mr-56 | margin-right: -14rem |
377
+ | -mr-60 | margin-right: -15rem |
378
+ | -mr-64 | margin-right: -16rem |
379
+ | -mr-72 | margin-right: -18rem |
380
+ | -mr-80 | margin-right: -20rem |
381
+ | -mr-96 | margin-right: -24rem |
382
+ | mb-px | margin-bottom: 0.0625rem |
383
+ | mb-0 | margin-bottom: 0 |
384
+ | mb-none | margin-bottom: 0 |
385
+ | mb-0\.5 | margin-bottom: 0.125rem |
386
+ | mb-1 | margin-bottom: 0.25rem |
387
+ | mb-1\.5 | margin-bottom: 0.375rem |
388
+ | mb-2 | margin-bottom: 0.5rem |
389
+ | mb-2\.5 | margin-bottom: 0.625rem |
390
+ | mb-3 | margin-bottom: 0.75rem |
391
+ | mb-3\.5 | margin-bottom: 0.875rem |
392
+ | mb-4 | margin-bottom: 1rem |
393
+ | mb-5 | margin-bottom: 1.25rem |
394
+ | mb-6 | margin-bottom: 1.5rem |
395
+ | mb-7 | margin-bottom: 1.75rem |
396
+ | mb-8 | margin-bottom: 2rem |
397
+ | mb-9 | margin-bottom: 2.25rem |
398
+ | mb-10 | margin-bottom: 2.5rem |
399
+ | mb-11 | margin-bottom: 2.75rem |
400
+ | mb-12 | margin-bottom: 3rem |
401
+ | mb-14 | margin-bottom: 3.5rem |
402
+ | mb-16 | margin-bottom: 4rem |
403
+ | mb-18 | margin-bottom: 4.5rem |
404
+ | mb-20 | margin-bottom: 5rem |
405
+ | mb-24 | margin-bottom: 6rem |
406
+ | mb-28 | margin-bottom: 7rem |
407
+ | mb-32 | margin-bottom: 8rem |
408
+ | mb-36 | margin-bottom: 9rem |
409
+ | mb-40 | margin-bottom: 10rem |
410
+ | mb-44 | margin-bottom: 11rem |
411
+ | mb-48 | margin-bottom: 12rem |
412
+ | mb-52 | margin-bottom: 13rem |
413
+ | mb-56 | margin-bottom: 14rem |
414
+ | mb-60 | margin-bottom: 15rem |
415
+ | mb-64 | margin-bottom: 16rem |
416
+ | mb-72 | margin-bottom: 18rem |
417
+ | mb-80 | margin-bottom: 20rem |
418
+ | mb-96 | margin-bottom: 24rem |
419
+ | -mb-px | margin-bottom: -0.0625rem |
420
+ | -mb-0 | margin-bottom: 0 |
421
+ | -mb-none | margin-bottom: 0 |
422
+ | -mb-0\.5 | margin-bottom: -0.125rem |
423
+ | -mb-1 | margin-bottom: -0.25rem |
424
+ | -mb-1\.5 | margin-bottom: -0.375rem |
425
+ | -mb-2 | margin-bottom: -0.5rem |
426
+ | -mb-2\.5 | margin-bottom: -0.625rem |
427
+ | -mb-3 | margin-bottom: -0.75rem |
428
+ | -mb-3\.5 | margin-bottom: -0.875rem |
429
+ | -mb-4 | margin-bottom: -1rem |
430
+ | -mb-5 | margin-bottom: -1.25rem |
431
+ | -mb-6 | margin-bottom: -1.5rem |
432
+ | -mb-7 | margin-bottom: -1.75rem |
433
+ | -mb-8 | margin-bottom: -2rem |
434
+ | -mb-9 | margin-bottom: -2.25rem |
435
+ | -mb-10 | margin-bottom: -2.5rem |
436
+ | -mb-11 | margin-bottom: -2.75rem |
437
+ | -mb-12 | margin-bottom: -3rem |
438
+ | -mb-14 | margin-bottom: -3.5rem |
439
+ | -mb-16 | margin-bottom: -4rem |
440
+ | -mb-18 | margin-bottom: -4.5rem |
441
+ | -mb-20 | margin-bottom: -5rem |
442
+ | -mb-24 | margin-bottom: -6rem |
443
+ | -mb-28 | margin-bottom: -7rem |
444
+ | -mb-32 | margin-bottom: -8rem |
445
+ | -mb-36 | margin-bottom: -9rem |
446
+ | -mb-40 | margin-bottom: -10rem |
447
+ | -mb-44 | margin-bottom: -11rem |
448
+ | -mb-48 | margin-bottom: -12rem |
449
+ | -mb-52 | margin-bottom: -13rem |
450
+ | -mb-56 | margin-bottom: -14rem |
451
+ | -mb-60 | margin-bottom: -15rem |
452
+ | -mb-64 | margin-bottom: -16rem |
453
+ | -mb-72 | margin-bottom: -18rem |
454
+ | -mb-80 | margin-bottom: -20rem |
455
+ | -mb-96 | margin-bottom: -24rem |
456
+ | ml-px | margin-left: 0.0625rem |
457
+ | ml-0 | margin-left: 0 |
458
+ | ml-none | margin-left: 0 |
459
+ | ml-0\.5 | margin-left: 0.125rem |
460
+ | ml-1 | margin-left: 0.25rem |
461
+ | ml-1\.5 | margin-left: 0.375rem |
462
+ | ml-2 | margin-left: 0.5rem |
463
+ | ml-2\.5 | margin-left: 0.625rem |
464
+ | ml-3 | margin-left: 0.75rem |
465
+ | ml-3\.5 | margin-left: 0.875rem |
466
+ | ml-4 | margin-left: 1rem |
467
+ | ml-5 | margin-left: 1.25rem |
468
+ | ml-6 | margin-left: 1.5rem |
469
+ | ml-7 | margin-left: 1.75rem |
470
+ | ml-8 | margin-left: 2rem |
471
+ | ml-9 | margin-left: 2.25rem |
472
+ | ml-10 | margin-left: 2.5rem |
473
+ | ml-11 | margin-left: 2.75rem |
474
+ | ml-12 | margin-left: 3rem |
475
+ | ml-14 | margin-left: 3.5rem |
476
+ | ml-16 | margin-left: 4rem |
477
+ | ml-18 | margin-left: 4.5rem |
478
+ | ml-20 | margin-left: 5rem |
479
+ | ml-24 | margin-left: 6rem |
480
+ | ml-28 | margin-left: 7rem |
481
+ | ml-32 | margin-left: 8rem |
482
+ | ml-36 | margin-left: 9rem |
483
+ | ml-40 | margin-left: 10rem |
484
+ | ml-44 | margin-left: 11rem |
485
+ | ml-48 | margin-left: 12rem |
486
+ | ml-52 | margin-left: 13rem |
487
+ | ml-56 | margin-left: 14rem |
488
+ | ml-60 | margin-left: 15rem |
489
+ | ml-64 | margin-left: 16rem |
490
+ | ml-72 | margin-left: 18rem |
491
+ | ml-80 | margin-left: 20rem |
492
+ | ml-96 | margin-left: 24rem |
493
+ | -ml-px | margin-left: -0.0625rem |
494
+ | -ml-0 | margin-left: 0 |
495
+ | -ml-none | margin-left: 0 |
496
+ | -ml-0\.5 | margin-left: -0.125rem |
497
+ | -ml-1 | margin-left: -0.25rem |
498
+ | -ml-1\.5 | margin-left: -0.375rem |
499
+ | -ml-2 | margin-left: -0.5rem |
500
+ | -ml-2\.5 | margin-left: -0.625rem |
501
+ | -ml-3 | margin-left: -0.75rem |
502
+ | -ml-3\.5 | margin-left: -0.875rem |
503
+ | -ml-4 | margin-left: -1rem |
504
+ | -ml-5 | margin-left: -1.25rem |
505
+ | -ml-6 | margin-left: -1.5rem |
506
+ | -ml-7 | margin-left: -1.75rem |
507
+ | -ml-8 | margin-left: -2rem |
508
+ | -ml-9 | margin-left: -2.25rem |
509
+ | -ml-10 | margin-left: -2.5rem |
510
+ | -ml-11 | margin-left: -2.75rem |
511
+ | -ml-12 | margin-left: -3rem |
512
+ | -ml-14 | margin-left: -3.5rem |
513
+ | -ml-16 | margin-left: -4rem |
514
+ | -ml-18 | margin-left: -4.5rem |
515
+ | -ml-20 | margin-left: -5rem |
516
+ | -ml-24 | margin-left: -6rem |
517
+ | -ml-28 | margin-left: -7rem |
518
+ | -ml-32 | margin-left: -8rem |
519
+ | -ml-36 | margin-left: -9rem |
520
+ | -ml-40 | margin-left: -10rem |
521
+ | -ml-44 | margin-left: -11rem |
522
+ | -ml-48 | margin-left: -12rem |
523
+ | -ml-52 | margin-left: -13rem |
524
+ | -ml-56 | margin-left: -14rem |
525
+ | -ml-60 | margin-left: -15rem |
526
+ | -ml-64 | margin-left: -16rem |
527
+ | -ml-72 | margin-left: -18rem |
528
+ | -ml-80 | margin-left: -20rem |
529
+ | -ml-96 | margin-left: -24rem |
530
+
531
+
532
+
533
+ */
534
+ @mixin margin-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
535
+ @each $name, $value in $spacing {
536
+ @if $name == default {
537
+ #{$prefix}m#{$suffix} {
538
+ margin: $value;
539
+ }
540
+ } @else {
541
+ #{$prefix}m-#{'' + selector-escape($name)}#{$suffix} {
542
+ margin: $value;
543
+ }
544
+ }
545
+ }
546
+ }
547
+
548
+ @mixin margin-negative-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
549
+ @each $name, $value in $spacing {
550
+ @if (type-of($value) == 'number') {
551
+ @if $name == default {
552
+ #{$prefix}-m#{$suffix} {
553
+ margin: $value * -1;
554
+ }
555
+ } @else {
556
+ #{$prefix}-m-#{'' + selector-escape($name)}#{$suffix} {
557
+ margin: $value * -1;
558
+ }
559
+ }
560
+ }
561
+ }
562
+ }
563
+
564
+ @mixin margin-x-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
565
+ @each $name, $value in $spacing {
566
+ @if $name == default {
567
+ #{$prefix}mx#{$suffix} {
568
+ margin-left: $value;
569
+ margin-right: $value;
570
+ }
571
+ } @else {
572
+ #{$prefix}mx-#{'' + selector-escape($name)}#{$suffix} {
573
+ margin-left: $value;
574
+ margin-right: $value;
575
+ }
576
+ }
577
+ }
578
+
579
+ #{$prefix}mx-auto#{$suffix} {
580
+ margin-left: auto;
581
+ margin-right: auto;
582
+ }
583
+ }
584
+
585
+ @mixin margin-negative-x-spacing(
586
+ $spacing: $spacing,
587
+ $prefix: '.',
588
+ $suffix: ''
589
+ ) {
590
+ @each $name, $value in $spacing {
591
+ @if (type-of($value) == 'number') {
592
+ @if $name == default {
593
+ #{$prefix}-mx#{$suffix} {
594
+ margin-left: $value * -1;
595
+ margin-right: $value * -1;
596
+ }
597
+ } @else {
598
+ #{$prefix}-mx-#{'' + selector-escape($name)}#{$suffix} {
599
+ margin-left: $value * -1;
600
+ margin-right: $value * -1;
601
+ }
602
+ }
603
+ }
604
+ }
605
+ }
606
+
607
+ @mixin margin-y-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
608
+ @each $name, $value in $spacing {
609
+ @if $name == default {
610
+ #{$prefix}my#{$suffix} {
611
+ margin-top: $value;
612
+ margin-bottom: $value;
613
+ }
614
+ } @else {
615
+ #{$prefix}my-#{'' + selector-escape($name)}#{$suffix} {
616
+ margin-top: $value;
617
+ margin-bottom: $value;
618
+ }
619
+ }
620
+ }
621
+
622
+ #{$prefix}my-auto#{$suffix} {
623
+ margin-top: auto;
624
+ margin-bottom: auto;
625
+ }
626
+ }
627
+
628
+ @mixin margin-negative-y-spacing(
629
+ $spacing: $spacing,
630
+ $prefix: '.',
631
+ $suffix: ''
632
+ ) {
633
+ @each $name, $value in $spacing {
634
+ @if (type-of($value) == 'number') {
635
+ @if $name == default {
636
+ #{$prefix}-my#{$suffix} {
637
+ margin-top: $value * -1;
638
+ margin-bottom: $value * -1;
639
+ }
640
+ } @else {
641
+ #{$prefix}-my-#{'' + selector-escape($name)}#{$suffix} {
642
+ margin-top: $value * -1;
643
+ margin-bottom: $value * -1;
644
+ }
645
+ }
646
+ }
647
+ }
648
+ }
649
+
650
+ @mixin margin-top-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
651
+ @each $name, $value in $spacing {
652
+ @if $name == default {
653
+ #{$prefix}mt#{$suffix} {
654
+ margin-top: $value;
655
+ }
656
+ } @else {
657
+ #{$prefix}mt-#{'' + selector-escape($name)}#{$suffix} {
658
+ margin-top: $value;
659
+ }
660
+ }
661
+ }
662
+ }
663
+
664
+ @mixin margin-negative-top-spacing(
665
+ $spacing: $spacing,
666
+ $prefix: '.',
667
+ $suffix: ''
668
+ ) {
669
+ @each $name, $value in $spacing {
670
+ @if (type-of($value) == 'number') {
671
+ @if $name == default {
672
+ #{$prefix}-mt#{$suffix} {
673
+ margin-top: $value * -1;
674
+ }
675
+ } @else {
676
+ #{$prefix}-mt-#{'' + selector-escape($name)}#{$suffix} {
677
+ margin-top: $value * -1;
678
+ }
679
+ }
680
+ }
681
+ }
682
+ }
683
+
684
+ @mixin margin-right-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
685
+ @each $name, $value in $spacing {
686
+ @if $name == default {
687
+ #{$prefix}mr#{$suffix} {
688
+ margin-right: $value;
689
+ }
690
+ } @else {
691
+ #{$prefix}mr-#{'' + selector-escape($name)}#{$suffix} {
692
+ margin-right: $value;
693
+ }
694
+ }
695
+ }
696
+ }
697
+
698
+ @mixin margin-negative-right-spacing(
699
+ $spacing: $spacing,
700
+ $prefix: '.',
701
+ $suffix: ''
702
+ ) {
703
+ @each $name, $value in $spacing {
704
+ @if (type-of($value) == 'number') {
705
+ @if $name == default {
706
+ #{$prefix}-mr#{$suffix} {
707
+ margin-right: $value * -1;
708
+ }
709
+ } @else {
710
+ #{$prefix}-mr-#{'' + selector-escape($name)}#{$suffix} {
711
+ margin-right: $value * -1;
712
+ }
713
+ }
714
+ }
715
+ }
716
+ }
717
+
718
+ @mixin margin-bottom-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
719
+ @each $name, $value in $spacing {
720
+ @if $name == default {
721
+ #{$prefix}mb#{$suffix} {
722
+ margin-bottom: $value;
723
+ }
724
+ } @else {
725
+ #{$prefix}mb-#{'' + selector-escape($name)}#{$suffix} {
726
+ margin-bottom: $value;
727
+ }
728
+ }
729
+ }
730
+ }
731
+
732
+ @mixin margin-negative-bottom-spacing(
733
+ $spacing: $spacing,
734
+ $prefix: '.',
735
+ $suffix: ''
736
+ ) {
737
+ @each $name, $value in $spacing {
738
+ @if (type-of($value) == 'number') {
739
+ @if $name == default {
740
+ #{$prefix}-mb#{$suffix} {
741
+ margin-bottom: $value * -1;
742
+ }
743
+ } @else {
744
+ #{$prefix}-mb-#{'' + selector-escape($name)}#{$suffix} {
745
+ margin-bottom: $value * -1;
746
+ }
747
+ }
748
+ }
749
+ }
750
+ }
751
+
752
+ @mixin margin-left-spacing($spacing: $spacing, $prefix: '.', $suffix: '') {
753
+ @each $name, $value in $spacing {
754
+ @if $name == default {
755
+ #{$prefix}ml#{$suffix} {
756
+ margin-left: $value;
757
+ }
758
+ } @else {
759
+ #{$prefix}ml-#{'' + selector-escape($name)}#{$suffix} {
760
+ margin-left: $value;
761
+ }
762
+ }
763
+ }
764
+ }
765
+
766
+ @mixin margin-negative-left-spacing(
767
+ $spacing: $spacing,
768
+ $prefix: '.',
769
+ $suffix: ''
770
+ ) {
771
+ @each $name, $value in $spacing {
772
+ @if (type-of($value) == 'number') {
773
+ @if $name == default {
774
+ #{$prefix}-ml#{$suffix} {
775
+ margin-left: $value * -1;
776
+ }
777
+ } @else {
778
+ #{$prefix}-ml-#{'' + selector-escape($name)}#{$suffix} {
779
+ margin-left: $value * -1;
780
+ }
781
+ }
782
+ }
783
+ }
784
+ }
785
+
786
+ @mixin make-margins($prefix: '.', $suffix: '') {
787
+ $margins: map-merge(
788
+ $spacing,
789
+ (
790
+ auto: auto
791
+ )
792
+ ) !default;
793
+
794
+ @include margin-spacing($margins, $prefix, $suffix);
795
+ @include margin-negative-spacing($margins, $prefix, $suffix);
796
+ @include margin-x-spacing($margins, $prefix, $suffix);
797
+ @include margin-negative-x-spacing($margins, $prefix, $suffix);
798
+ @include margin-y-spacing($margins, $prefix, $suffix);
799
+ @include margin-negative-y-spacing($margins, $prefix, $suffix);
800
+ @include margin-top-spacing($margins, $prefix, $suffix);
801
+ @include margin-negative-top-spacing($margins, $prefix, $suffix);
802
+ @include margin-right-spacing($margins, $prefix, $suffix);
803
+ @include margin-negative-right-spacing($margins, $prefix, $suffix);
804
+ @include margin-bottom-spacing($margins, $prefix, $suffix);
805
+ @include margin-negative-bottom-spacing($margins, $prefix, $suffix);
806
+ @include margin-left-spacing($margins, $prefix, $suffix);
807
+ @include margin-negative-left-spacing($margins, $prefix, $suffix);
808
+ }
809
+
810
+ @include make-margins();
811
+ @each $deivce in map-keys($devices) {
812
+ @include media-device($deivce) {
813
+ @include make-margins('.' + selector-escape($deivce + ':'));
814
+ }
815
+ }
816
+
817
+ // @include bg-colors('.' + selector-escape('hover:'), ':hover');
818
+ // @include bg-colors('.' + selector-escape('active:'), '.is-active');
819
+ // @include bg-colors('.' + selector-escape('focus:'), ':focus');
820
+ // @include bg-colors('.' + selector-escape('disabled:'), '.is-disabled');
821
+ // @include bg-colors('.group:hover .' + selector-escape('group-hover:'));