@covalent/core 4.0.0-beta.2 → 4.1.0-develop.2

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 (371) hide show
  1. package/README.md +5 -4
  2. package/breadcrumbs/README.md +21 -17
  3. package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +3 -1
  4. package/breadcrumbs/breadcrumbs.component.d.ts +1 -0
  5. package/breadcrumbs/covalent-core-breadcrumbs.d.ts +1 -1
  6. package/breadcrumbs/{public-api.d.ts → public_api.d.ts} +0 -0
  7. package/common/README.md +3 -0
  8. package/common/_common-theme.scss +1 -1
  9. package/common/behaviors/disable-ripple.mixin.d.ts +1 -1
  10. package/common/behaviors/disabled.mixin.d.ts +1 -1
  11. package/common/covalent-core-common.d.ts +1 -1
  12. package/common/pipes/truncate/truncate.pipe.d.ts +1 -1
  13. package/common/{public-api.d.ts → public_api.d.ts} +0 -0
  14. package/common/styles/font/README.md +4 -2
  15. package/covalent-core.d.ts +1 -1
  16. package/dialogs/README.md +38 -30
  17. package/dialogs/alert-dialog/alert-dialog.component.d.ts +3 -3
  18. package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +2 -2
  19. package/dialogs/covalent-core-dialogs.d.ts +1 -1
  20. package/dialogs/dialog.component.d.ts +4 -4
  21. package/dialogs/dialogs.module.d.ts +1 -1
  22. package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +3 -3
  23. package/dialogs/{public-api.d.ts → public_api.d.ts} +0 -0
  24. package/dialogs/src/README.md +223 -0
  25. package/dialogs/window-dialog/window-dialog.component.d.ts +5 -5
  26. package/dynamic-menu/README.md +6 -6
  27. package/dynamic-menu/covalent-core-dynamic-menu.d.ts +1 -1
  28. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +1 -1
  29. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +1 -1
  30. package/dynamic-menu/dynamic-menu.component.d.ts +1 -22
  31. package/dynamic-menu/dynamic-menu.menu.d.ts +22 -0
  32. package/dynamic-menu/public_api.d.ts +1 -0
  33. package/esm2020/breadcrumbs/breadcrumb/breadcrumb.component.mjs +21 -37
  34. package/esm2020/breadcrumbs/breadcrumbs.component.mjs +20 -25
  35. package/esm2020/breadcrumbs/breadcrumbs.module.mjs +12 -13
  36. package/esm2020/breadcrumbs/covalent-core-breadcrumbs.mjs +2 -2
  37. package/esm2020/breadcrumbs/public_api.mjs +4 -0
  38. package/esm2020/common/animations/bounce/bounce.animation.mjs +1 -1
  39. package/esm2020/common/animations/collapse/collapse.animation.mjs +1 -1
  40. package/esm2020/common/animations/common/interfaces.mjs +1 -1
  41. package/esm2020/common/animations/fade/fadeInOut.animation.mjs +1 -1
  42. package/esm2020/common/animations/flash/flash.animation.mjs +1 -1
  43. package/esm2020/common/animations/headshake/headshake.animation.mjs +17 -5
  44. package/esm2020/common/animations/jello/jello.animation.mjs +29 -8
  45. package/esm2020/common/animations/pulse/pulse.animation.mjs +1 -1
  46. package/esm2020/common/animations/rotate/rotate.animation.mjs +7 -2
  47. package/esm2020/common/behaviors/control-value-accesor.mixin.mjs +4 -2
  48. package/esm2020/common/behaviors/disable-ripple.mixin.mjs +1 -1
  49. package/esm2020/common/behaviors/disabled.mixin.mjs +1 -1
  50. package/esm2020/common/common.module.mjs +14 -15
  51. package/esm2020/common/covalent-core-common.mjs +2 -2
  52. package/esm2020/common/directives/fullscreen/fullscreen.directive.mjs +41 -41
  53. package/esm2020/common/forms/auto-trim/auto-trim.directive.mjs +19 -19
  54. package/esm2020/common/forms/validators/validators.mjs +6 -6
  55. package/esm2020/common/functions/clipboard.mjs +1 -1
  56. package/esm2020/common/functions/convert.mjs +1 -1
  57. package/esm2020/common/functions/download.mjs +1 -1
  58. package/esm2020/common/functions/file.mjs +1 -1
  59. package/esm2020/common/pipes/bytes/bytes.pipe.mjs +21 -11
  60. package/esm2020/common/pipes/decimal-bytes/decimal-bytes.pipe.mjs +21 -11
  61. package/esm2020/common/pipes/digits/digits.pipe.mjs +13 -13
  62. package/esm2020/common/pipes/time-ago/time-ago.pipe.mjs +9 -9
  63. package/esm2020/common/pipes/time-difference/time-difference.pipe.mjs +9 -9
  64. package/esm2020/common/pipes/time-until/time-until.pipe.mjs +9 -9
  65. package/esm2020/common/pipes/truncate/truncate.pipe.mjs +10 -10
  66. package/esm2020/common/public_api.mjs +39 -0
  67. package/esm2020/common/services/icon.service.mjs +6 -6
  68. package/esm2020/common/services/router-path.service.mjs +6 -6
  69. package/esm2020/covalent-core.mjs +2 -2
  70. package/esm2020/dialogs/alert-dialog/alert-dialog.component.mjs +9 -40
  71. package/esm2020/dialogs/confirm-dialog/confirm-dialog.component.mjs +9 -49
  72. package/esm2020/dialogs/covalent-core-dialogs.mjs +2 -2
  73. package/esm2020/dialogs/dialog.component.mjs +35 -76
  74. package/esm2020/dialogs/dialogs.module.mjs +39 -36
  75. package/esm2020/dialogs/prompt-dialog/prompt-dialog.component.mjs +15 -73
  76. package/esm2020/dialogs/public_api.mjs +9 -0
  77. package/esm2020/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.mjs +27 -10
  78. package/esm2020/dialogs/services/dialog.service.mjs +16 -13
  79. package/esm2020/dialogs/window-dialog/window-dialog.component.mjs +24 -55
  80. package/esm2020/dynamic-menu/covalent-core-dynamic-menu.mjs +2 -2
  81. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.mjs +19 -136
  82. package/esm2020/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.mjs +14 -103
  83. package/esm2020/dynamic-menu/dynamic-menu.component.mjs +18 -101
  84. package/esm2020/dynamic-menu/dynamic-menu.menu.mjs +2 -0
  85. package/esm2020/dynamic-menu/dynamic-menu.module.mjs +44 -19
  86. package/esm2020/dynamic-menu/public_api.mjs +2 -1
  87. package/esm2020/file/covalent-core-file.mjs +2 -2
  88. package/esm2020/file/directives/file-drop.directive.mjs +46 -47
  89. package/esm2020/file/directives/file-select.directive.mjs +32 -31
  90. package/esm2020/file/file-input/file-input.component.mjs +41 -68
  91. package/esm2020/file/file-upload/file-upload.component.mjs +76 -112
  92. package/esm2020/file/file.module.mjs +32 -17
  93. package/esm2020/file/public_api.mjs +7 -0
  94. package/esm2020/file/services/file.service.mjs +13 -11
  95. package/esm2020/json-formatter/collapse.animation.mjs +51 -0
  96. package/esm2020/json-formatter/covalent-core-json-formatter.mjs +2 -2
  97. package/esm2020/json-formatter/json-formatter.component.mjs +38 -123
  98. package/esm2020/json-formatter/json-formatter.module.mjs +12 -13
  99. package/esm2020/json-formatter/public_api.mjs +3 -0
  100. package/esm2020/layout/covalent-core-layout.mjs +2 -2
  101. package/esm2020/layout/layout-card-over/layout-card-over.component.mjs +17 -64
  102. package/esm2020/layout/layout-footer/layout-footer.component.mjs +9 -14
  103. package/esm2020/layout/layout-manage-list/layout-manage-list.component.mjs +22 -51
  104. package/esm2020/layout/layout-manage-list/layout-manage-list.directives.mjs +47 -53
  105. package/esm2020/layout/layout-nav/layout-nav.component.mjs +22 -84
  106. package/esm2020/layout/layout-nav-list/layout-nav-list.component.mjs +37 -124
  107. package/esm2020/layout/layout-nav-list/layout-nav-list.directives.mjs +47 -53
  108. package/esm2020/layout/layout-toggle.class.mjs +12 -15
  109. package/esm2020/layout/layout.component.mjs +22 -43
  110. package/esm2020/layout/layout.directives.mjs +48 -50
  111. package/esm2020/layout/layout.module.mjs +34 -35
  112. package/esm2020/layout/navigation-drawer/navigation-drawer.component.mjs +56 -201
  113. package/esm2020/layout/public_api.mjs +13 -0
  114. package/esm2020/menu/covalent-core-menu.mjs +2 -2
  115. package/esm2020/menu/menu.component.mjs +7 -18
  116. package/esm2020/menu/menu.module.mjs +12 -13
  117. package/esm2020/menu/public_api.mjs +3 -0
  118. package/esm2020/message/collapse.animation.mjs +51 -0
  119. package/esm2020/message/covalent-core-message.mjs +2 -2
  120. package/esm2020/message/message.component.mjs +44 -102
  121. package/esm2020/message/message.module.mjs +19 -15
  122. package/esm2020/message/public_api.mjs +3 -0
  123. package/esm2020/public_api.mjs +2 -0
  124. package/esm2020/search/covalent-core-search.mjs +2 -2
  125. package/esm2020/search/public_api.mjs +4 -0
  126. package/esm2020/search/search-box/search-box.component.mjs +97 -123
  127. package/esm2020/search/search-input/search-input.component.mjs +116 -153
  128. package/esm2020/search/search.module.mjs +28 -13
  129. package/esm2020/side-sheet/covalent-core-side-sheet.mjs +2 -2
  130. package/esm2020/side-sheet/public_api.mjs +6 -0
  131. package/esm2020/side-sheet/side-sheet-container.mjs +89 -57
  132. package/esm2020/side-sheet/side-sheet-ref.mjs +2 -2
  133. package/esm2020/side-sheet/side-sheet.animation.mjs +2 -2
  134. package/esm2020/side-sheet/side-sheet.config.mjs +1 -1
  135. package/esm2020/side-sheet/side-sheet.content-directives.mjs +109 -86
  136. package/esm2020/side-sheet/side-sheet.mjs +44 -31
  137. package/esm2020/side-sheet/side-sheet.module.mjs +37 -38
  138. package/esm2020/user-profile/covalent-core-user-profile.mjs +2 -2
  139. package/esm2020/user-profile/public_api.mjs +1 -1
  140. package/esm2020/user-profile/user-profile-menu/user-profile-menu.component.mjs +13 -64
  141. package/esm2020/user-profile/user-profile.component.mjs +13 -35
  142. package/esm2020/user-profile/user-profile.module.mjs +32 -14
  143. package/fesm2015/covalent-core-breadcrumbs.mjs +35 -76
  144. package/fesm2015/covalent-core-breadcrumbs.mjs.map +1 -1
  145. package/fesm2015/covalent-core-common.mjs +170 -140
  146. package/fesm2015/covalent-core-common.mjs.map +1 -1
  147. package/fesm2015/covalent-core-dialogs.mjs +125 -358
  148. package/fesm2015/covalent-core-dialogs.mjs.map +1 -1
  149. package/fesm2015/covalent-core-dynamic-menu.mjs +73 -425
  150. package/fesm2015/covalent-core-dynamic-menu.mjs.map +1 -1
  151. package/fesm2015/covalent-core-file.mjs +148 -233
  152. package/fesm2015/covalent-core-file.mjs.map +1 -1
  153. package/fesm2015/covalent-core-json-formatter.mjs +93 -148
  154. package/fesm2015/covalent-core-json-formatter.mjs.map +1 -1
  155. package/fesm2015/covalent-core-layout.mjs +194 -747
  156. package/fesm2015/covalent-core-layout.mjs.map +1 -1
  157. package/fesm2015/covalent-core-menu.mjs +10 -28
  158. package/fesm2015/covalent-core-menu.mjs.map +1 -1
  159. package/fesm2015/covalent-core-message.mjs +79 -104
  160. package/fesm2015/covalent-core-message.mjs.map +1 -1
  161. package/fesm2015/covalent-core-search.mjs +147 -227
  162. package/fesm2015/covalent-core-search.mjs.map +1 -1
  163. package/fesm2015/covalent-core-side-sheet.mjs +202 -173
  164. package/fesm2015/covalent-core-side-sheet.mjs.map +1 -1
  165. package/fesm2015/covalent-core-user-profile.mjs +38 -114
  166. package/fesm2015/covalent-core-user-profile.mjs.map +1 -1
  167. package/fesm2015/covalent-core.mjs.map +1 -1
  168. package/fesm2020/covalent-core-breadcrumbs.mjs +49 -71
  169. package/fesm2020/covalent-core-breadcrumbs.mjs.map +1 -1
  170. package/fesm2020/covalent-core-common.mjs +224 -165
  171. package/fesm2020/covalent-core-common.mjs.map +1 -1
  172. package/fesm2020/covalent-core-dialogs.mjs +160 -338
  173. package/fesm2020/covalent-core-dialogs.mjs.map +1 -1
  174. package/fesm2020/covalent-core-dynamic-menu.mjs +89 -354
  175. package/fesm2020/covalent-core-dynamic-menu.mjs.map +1 -1
  176. package/fesm2020/covalent-core-file.mjs +229 -273
  177. package/fesm2020/covalent-core-file.mjs.map +1 -1
  178. package/fesm2020/covalent-core-json-formatter.mjs +97 -133
  179. package/fesm2020/covalent-core-json-formatter.mjs.map +1 -1
  180. package/fesm2020/covalent-core-layout.mjs +353 -767
  181. package/fesm2020/covalent-core-layout.mjs.map +1 -1
  182. package/fesm2020/covalent-core-menu.mjs +17 -29
  183. package/fesm2020/covalent-core-menu.mjs.map +1 -1
  184. package/fesm2020/covalent-core-message.mjs +110 -114
  185. package/fesm2020/covalent-core-message.mjs.map +1 -1
  186. package/fesm2020/covalent-core-search.mjs +233 -281
  187. package/fesm2020/covalent-core-search.mjs.map +1 -1
  188. package/fesm2020/covalent-core-side-sheet.mjs +267 -200
  189. package/fesm2020/covalent-core-side-sheet.mjs.map +1 -1
  190. package/fesm2020/covalent-core-user-profile.mjs +54 -109
  191. package/fesm2020/covalent-core-user-profile.mjs.map +1 -1
  192. package/fesm2020/covalent-core.mjs.map +1 -1
  193. package/file/_file-theme.scss +2 -1
  194. package/file/covalent-core-file.d.ts +1 -1
  195. package/file/directives/file-drop.directive.d.ts +6 -7
  196. package/file/directives/file-select.directive.d.ts +2 -2
  197. package/file/file-input/file-input.component.d.ts +7 -7
  198. package/file/file-upload/file-upload.component.d.ts +16 -9
  199. package/file/{public-api.d.ts → public_api.d.ts} +0 -0
  200. package/file/{file-input → src/file-input}/README.md +46 -37
  201. package/file/{file-upload → src/file-upload}/README.md +36 -27
  202. package/json-formatter/README.md +8 -8
  203. package/json-formatter/collapse.animation.d.ts +24 -0
  204. package/json-formatter/covalent-core-json-formatter.d.ts +1 -1
  205. package/json-formatter/json-formatter.component.d.ts +4 -4
  206. package/json-formatter/{public-api.d.ts → public_api.d.ts} +0 -0
  207. package/layout/README.md +48 -50
  208. package/layout/covalent-core-layout.d.ts +1 -1
  209. package/layout/layout-card-over/layout-card-over.component.d.ts +3 -3
  210. package/layout/layout-footer/layout-footer.component.d.ts +3 -3
  211. package/layout/layout-manage-list/layout-manage-list.component.d.ts +4 -4
  212. package/layout/layout-manage-list/layout-manage-list.directives.d.ts +5 -5
  213. package/layout/layout-nav/layout-nav.component.d.ts +5 -5
  214. package/layout/layout-nav-list/layout-nav-list.component.d.ts +9 -9
  215. package/layout/layout-nav-list/layout-nav-list.directives.d.ts +5 -5
  216. package/layout/layout-toggle.class.d.ts +1 -1
  217. package/layout/layout.component.d.ts +4 -4
  218. package/layout/layout.directives.d.ts +2 -2
  219. package/layout/navigation-drawer/navigation-drawer.component.d.ts +12 -12
  220. package/layout/{public-api.d.ts → public_api.d.ts} +0 -0
  221. package/layout/{layout-card-over → src/layout-card-over}/README.md +19 -17
  222. package/layout/{layout-manage-list → src/layout-manage-list}/README.md +24 -28
  223. package/layout/src/layout-nav/README.md +50 -0
  224. package/layout/{layout-nav-list → src/layout-nav-list}/README.md +44 -40
  225. package/menu/covalent-core-menu.d.ts +1 -1
  226. package/menu/{public-api.d.ts → public_api.d.ts} +0 -0
  227. package/message/README.md +26 -18
  228. package/message/collapse.animation.d.ts +24 -0
  229. package/message/covalent-core-message.d.ts +1 -1
  230. package/message/message.component.d.ts +4 -4
  231. package/message/{public-api.d.ts → public_api.d.ts} +0 -0
  232. package/package.json +36 -55
  233. package/{index.d.ts → public_api.d.ts} +0 -0
  234. package/search/README.md +74 -73
  235. package/search/covalent-core-search.d.ts +1 -1
  236. package/search/{public-api.d.ts → public_api.d.ts} +0 -0
  237. package/search/search-box/search-box.component.d.ts +10 -6
  238. package/search/search-input/search-input.component.d.ts +10 -6
  239. package/search/src/search-box/README.md +73 -0
  240. package/search/src/search-input/README.md +74 -0
  241. package/side-sheet/README.md +3 -5
  242. package/side-sheet/{side-sheet.theme.scss → _side-sheet.theme.scss} +0 -0
  243. package/side-sheet/covalent-core-side-sheet.d.ts +1 -1
  244. package/side-sheet/{public-api.d.ts → public_api.d.ts} +0 -0
  245. package/side-sheet/side-sheet-container.d.ts +18 -7
  246. package/side-sheet/side-sheet.content-directives.d.ts +22 -16
  247. package/side-sheet/side-sheet.d.ts +2 -2
  248. package/side-sheet/side-sheet.module.d.ts +1 -1
  249. package/user-profile/README.md +5 -5
  250. package/user-profile/covalent-core-user-profile.d.ts +1 -1
  251. package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +2 -2
  252. package/user-profile/user-profile.component.d.ts +2 -2
  253. package/breadcrumbs/breadcrumb/breadcrumb.component.scss +0 -25
  254. package/breadcrumbs/breadcrumbs.component.scss +0 -8
  255. package/breadcrumbs/index.d.ts +0 -1
  256. package/common/index.d.ts +0 -1
  257. package/common/material-icons.css +0 -111
  258. package/common/material-icons.css.map +0 -1
  259. package/common/material-icons.scss +0 -3
  260. package/common/platform.css +0 -16819
  261. package/common/platform.css.map +0 -1
  262. package/common/platform.scss +0 -7
  263. package/common/styles/_elevation.scss +0 -280
  264. package/common/styles/_layout.scss +0 -605
  265. package/common/styles/_palette-dark.scss +0 -326
  266. package/common/styles/_palette-light.scss +0 -637
  267. package/common/styles/_rtl.scss +0 -31
  268. package/common/styles/_styles.scss +0 -10
  269. package/common/styles/_theme-functions.scss +0 -25
  270. package/common/styles/_typography-functions.scss +0 -35
  271. package/common/styles/_variables.scss +0 -98
  272. package/common/styles/colors/_colors-dark.scss +0 -1399
  273. package/common/styles/colors/_colors-light.scss +0 -3235
  274. package/common/styles/colors/_colors.scss +0 -7
  275. package/common/styles/core/_button.scss +0 -60
  276. package/common/styles/core/_card.scss +0 -184
  277. package/common/styles/core/_content.scss +0 -43
  278. package/common/styles/core/_core.scss +0 -23
  279. package/common/styles/core/_divider.scss +0 -16
  280. package/common/styles/core/_icons.scss +0 -22
  281. package/common/styles/core/_list.scss +0 -8
  282. package/common/styles/core/_sidenav.scss +0 -22
  283. package/common/styles/core/_structure.scss +0 -127
  284. package/common/styles/core/_toolbar.scss +0 -53
  285. package/common/styles/core/_whiteframe.scss +0 -130
  286. package/common/styles/font/MaterialIcons-Regular-v48.woff2 +0 -0
  287. package/common/styles/font/_font.scss +0 -99
  288. package/common/styles/utilities/_general.scss +0 -65
  289. package/common/styles/utilities/_pad.scss +0 -36
  290. package/common/styles/utilities/_pull.scss +0 -36
  291. package/common/styles/utilities/_push.scss +0 -36
  292. package/common/styles/utilities/_size.scss +0 -24
  293. package/common/styles/utilities/_text.scss +0 -105
  294. package/common/styles/utilities/_utilities.scss +0 -15
  295. package/dialogs/alert-dialog/alert-dialog.component.scss +0 -3
  296. package/dialogs/confirm-dialog/confirm-dialog.component.scss +0 -3
  297. package/dialogs/dialog.component.scss +0 -49
  298. package/dialogs/index.d.ts +0 -1
  299. package/dialogs/prompt-dialog/prompt-dialog.component.scss +0 -16
  300. package/dialogs/window-dialog/window-dialog.component.scss +0 -31
  301. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.scss +0 -7
  302. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.scss +0 -13
  303. package/dynamic-menu/dynamic-menu.component.scss +0 -0
  304. package/dynamic-menu/index.d.ts +0 -1
  305. package/esm2020/breadcrumbs/index.mjs +0 -2
  306. package/esm2020/breadcrumbs/public-api.mjs +0 -4
  307. package/esm2020/common/index.mjs +0 -2
  308. package/esm2020/common/public-api.mjs +0 -39
  309. package/esm2020/dialogs/index.mjs +0 -2
  310. package/esm2020/dialogs/public-api.mjs +0 -9
  311. package/esm2020/dynamic-menu/index.mjs +0 -2
  312. package/esm2020/file/index.mjs +0 -2
  313. package/esm2020/file/public-api.mjs +0 -7
  314. package/esm2020/index.mjs +0 -2
  315. package/esm2020/json-formatter/index.mjs +0 -2
  316. package/esm2020/json-formatter/public-api.mjs +0 -3
  317. package/esm2020/layout/index.mjs +0 -2
  318. package/esm2020/layout/public-api.mjs +0 -13
  319. package/esm2020/menu/index.mjs +0 -2
  320. package/esm2020/menu/public-api.mjs +0 -3
  321. package/esm2020/message/index.mjs +0 -2
  322. package/esm2020/message/public-api.mjs +0 -3
  323. package/esm2020/search/index.mjs +0 -2
  324. package/esm2020/search/public-api.mjs +0 -4
  325. package/esm2020/side-sheet/index.mjs +0 -2
  326. package/esm2020/side-sheet/public-api.mjs +0 -6
  327. package/esm2020/user-profile/index.mjs +0 -2
  328. package/file/file-input/file-input.component.scss +0 -22
  329. package/file/file-upload/file-upload.component.scss +0 -34
  330. package/file/index.d.ts +0 -1
  331. package/json-formatter/index.d.ts +0 -1
  332. package/json-formatter/json-formatter.component.scss +0 -74
  333. package/layout/index.d.ts +0 -1
  334. package/layout/layout-card-over/layout-card-over.component.scss +0 -45
  335. package/layout/layout-footer/layout-footer.component.scss +0 -4
  336. package/layout/layout-manage-list/layout-manage-list.component.scss +0 -82
  337. package/layout/layout-nav/README.md +0 -46
  338. package/layout/layout-nav/layout-nav.component.scss +0 -54
  339. package/layout/layout-nav-list/layout-nav-list.component.scss +0 -115
  340. package/layout/layout.component.scss +0 -16
  341. package/layout/navigation-drawer/navigation-drawer.component.scss +0 -81
  342. package/menu/index.d.ts +0 -1
  343. package/menu/menu.component.scss +0 -51
  344. package/message/index.d.ts +0 -1
  345. package/message/message.component.scss +0 -32
  346. package/schematics/README.md +0 -66
  347. package/schematics/ng-add/files/theme.scss +0 -64
  348. package/search/index.d.ts +0 -1
  349. package/search/search-box/README.md +0 -62
  350. package/search/search-box/search-box.component.scss +0 -37
  351. package/search/search-input/README.md +0 -65
  352. package/search/search-input/search-input.component.scss +0 -75
  353. package/side-sheet/index.d.ts +0 -1
  354. package/side-sheet/side-sheet.scss +0 -68
  355. package/theming/prebuilt/blue-grey-deep-orange.css +0 -2815
  356. package/theming/prebuilt/blue-grey-deep-orange.css.map +0 -1
  357. package/theming/prebuilt/blue-grey-deep-orange.scss +0 -20
  358. package/theming/prebuilt/blue-orange.css +0 -2815
  359. package/theming/prebuilt/blue-orange.css.map +0 -1
  360. package/theming/prebuilt/blue-orange.scss +0 -20
  361. package/theming/prebuilt/indigo-pink.css +0 -2815
  362. package/theming/prebuilt/indigo-pink.css.map +0 -1
  363. package/theming/prebuilt/indigo-pink.scss +0 -20
  364. package/theming/prebuilt/orange-light-blue.css +0 -2815
  365. package/theming/prebuilt/orange-light-blue.css.map +0 -1
  366. package/theming/prebuilt/orange-light-blue.scss +0 -20
  367. package/theming/prebuilt/teal-orange.css +0 -2815
  368. package/theming/prebuilt/teal-orange.css.map +0 -1
  369. package/theming/prebuilt/teal-orange.scss +0 -20
  370. package/user-profile/index.d.ts +0 -1
  371. package/user-profile/user-profile-menu/user-profile-menu.component.scss +0 -41
@@ -1,7 +0,0 @@
1
- @import 'colors-dark';
2
- @import 'colors-light';
3
-
4
- @mixin covalent-colors() {
5
- @include td-colors-light();
6
- @include td-colors-dark();
7
- }
@@ -1,60 +0,0 @@
1
- @import '../theme-functions';
2
- @import '../rtl';
3
-
4
- // Standard button sizing.
5
- $mat-button-padding: 0 rem(0.6) !default;
6
- $mat-button-min-width: rem(8.8) !default;
7
- $mat-button-margin: rem(0.6) rem(0.8) !default;
8
- $mat-button-line-height: rem(3.6) !default;
9
- $mat-button-border-radius: 3px !default;
10
-
11
- // FAB sizing.
12
- $mat-fab-border-radius: 50%;
13
- $mat-fab-size: rem(5.6) !default;
14
- $mat-fab-line-height: rem(5.6) !default;
15
- $mat-fab-padding: rem(1.6) !default;
16
- $mat-fab-mini-size: rem(4) !default;
17
- $mat-fab-mini-line-height: rem(4) !default;
18
-
19
- // Icon button sizing.
20
- $mat-icon-button-height: rem(4) !default;
21
- $mat-icon-button-width: rem(4) !default;
22
- $mat-icon-button-margin: rem(0.6) !default;
23
- $mat-icon-border-radius: $mat-fab-border-radius;
24
-
25
- /** Mixin to create distinct classes for fab positions, e.g. ".mat-fab-position-bottom-right". */
26
- @mixin mat-fab-position($spot, $top: auto, $right: auto, $bottom: auto, $left: auto) {
27
- [mat-fab].mat-fab-position-#{$spot},
28
- .mat-fab.mat-fab-position-#{$spot},
29
- [mat-fab].mat-fab-#{$spot},
30
- .mat-fab.mat-fab-#{$spot} {
31
- top: $top;
32
- @include rtl(right, $right, $left);
33
- @include rtl(left, $left, $right);
34
-
35
- bottom: $bottom;
36
- position: absolute;
37
-
38
- &.fixed {
39
- position: fixed;
40
- }
41
- }
42
- }
43
-
44
- @mixin td-button-utilities() {
45
- $mat-fab-pos-offset: calc(($mat-fab-size - $mat-fab-padding) / 2);
46
- @include mat-fab-position(bottom-right, auto, $mat-fab-pos-offset, $mat-fab-pos-offset, auto);
47
- @include mat-fab-position(bottom-left, auto, auto, $mat-fab-pos-offset, $mat-fab-pos-offset);
48
- @include mat-fab-position(top-right, $mat-fab-pos-offset, $mat-fab-pos-offset, auto, auto);
49
- @include mat-fab-position(top-left, $mat-fab-pos-offset, auto, auto, $mat-fab-pos-offset);
50
-
51
- button {
52
- &[mat-icon-button] {
53
- &.mat-icon-button-mini {
54
- height: 24px;
55
- line-height: 24px;
56
- width: 24px;
57
- }
58
- }
59
- }
60
- }
@@ -1,184 +0,0 @@
1
- @import '../variables';
2
-
3
- @function makelongshadow($color) {
4
- $val: 0 0 $color;
5
- @for $i from 1 through 200 {
6
- $val: #{$val}, #{$i}px #{$i}px #{$color};
7
- }
8
- @return $val;
9
- }
10
-
11
- @mixin longshadow($color) {
12
- text-shadow: makelongshadow($color);
13
- }
14
-
15
- $color: rgba(0, 0, 0, 1%);
16
-
17
- @mixin td-card-utilities() {
18
- html {
19
- .mat-card {
20
- padding: 0;
21
- margin: 8px;
22
-
23
- mat-card-header {
24
- height: auto;
25
- }
26
-
27
- [matCardAvatar] {
28
- font-size: $mat-card-header-size;
29
- line-height: $mat-card-header-size;
30
- height: $mat-card-header-size;
31
- width: $mat-card-header-size;
32
- margin: 16px 0 0 15px;
33
- border-radius: 50%;
34
- }
35
-
36
- .mat-card-image {
37
- width: 100%;
38
- }
39
-
40
- .mat-card-image,
41
- .mat-card-lg-image,
42
- .mat-card-md-image,
43
- .mat-card-sm-image,
44
- .mat-card-title-group {
45
- margin: 0;
46
- }
47
-
48
- mat-card-title {
49
- padding-top: $padding;
50
- padding-left: $padding;
51
- padding-right: $padding;
52
- }
53
-
54
- mat-card-subtitle {
55
- padding-left: $padding;
56
- padding-right: $padding;
57
- }
58
-
59
- mat-card-content {
60
- padding: $padding;
61
- }
62
-
63
- &,
64
- & .mat-card {
65
- & .mat-card-actions {
66
- padding: calc($padding / 2);
67
- margin: 0;
68
- }
69
- }
70
-
71
- .mat-card-actions:last-child {
72
- margin-bottom: 0;
73
- padding-bottom: 8px;
74
- }
75
-
76
- .mat-divider.relative {
77
- position: relative;
78
- }
79
- }
80
-
81
- &[dir='rtl'] {
82
- .mat-card-title-group {
83
- .mat-card-image,
84
- .mat-card-lg-image,
85
- .mat-card-md-image,
86
- .mat-card-sm-image {
87
- &:last-child {
88
- border-top-left-radius: $mat-card-radius;
89
- border-bottom-left-radius: $mat-card-radius;
90
- }
91
- }
92
- }
93
-
94
- .mat-card {
95
- .mat-card-image {
96
- &:first-child {
97
- border-top-left-radius: $mat-card-radius;
98
- border-top-right-radius: $mat-card-radius;
99
- }
100
- }
101
-
102
- .mat-card-lg-image,
103
- .mat-card-md-image,
104
- .mat-card-sm-image {
105
- &:first-child {
106
- border-top-right-radius: $mat-card-radius;
107
- }
108
- }
109
- }
110
- }
111
-
112
- &:not([dir='rtl']) {
113
- .mat-card-title-group {
114
- .mat-card-image,
115
- .mat-card-lg-image,
116
- .mat-card-md-image,
117
- .mat-card-sm-image {
118
- &:last-child {
119
- border-top-right-radius: $mat-card-radius;
120
- border-bottom-right-radius: $mat-card-radius;
121
- }
122
- }
123
- }
124
-
125
- .mat-card {
126
- .mat-card-image {
127
- &:first-child {
128
- border-top-left-radius: $mat-card-radius;
129
- border-top-right-radius: $mat-card-radius;
130
- }
131
- }
132
-
133
- .mat-card-lg-image,
134
- .mat-card-md-image,
135
- .mat-card-sm-image {
136
- &:first-child {
137
- border-top-left-radius: $mat-card-radius;
138
- }
139
- }
140
- }
141
- }
142
- }
143
-
144
- .mat-card-colored {
145
- &[href],
146
- &[ng-reflect-href] {
147
- &:hover {
148
- cursor: pointer;
149
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 20%), 0 4px 5px 0 rgba(0, 0, 0, 14%), 0 1px 10px 0 rgba(0, 0, 0, 12%);
150
- }
151
-
152
- &:active {
153
- box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 20%), 0 10px 14px 1px rgba(0, 0, 0, 14%),
154
- 0 4px 18px 3px rgba(0, 0, 0, 12%);
155
-
156
- & mat-toolbar {
157
- background-color: rgba(255, 255, 255, 20%);
158
- background-position: -100% 100%;
159
- }
160
- }
161
-
162
- & mat-toolbar {
163
- background-size: 200% 100%;
164
- background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 20%) 50%);
165
- transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s,
166
- background-color 0.5s ease;
167
- }
168
- }
169
-
170
- & mat-toolbar {
171
- height: 148px;
172
- border-radius: 2px 2px 0 0;
173
- overflow: hidden;
174
-
175
- mat-icon,
176
- .mat-icon {
177
- opacity: 0.65;
178
- color: white;
179
- font-size: 8rem;
180
- @include longshadow(darken($color, 5%));
181
- }
182
- }
183
- }
184
- }
@@ -1,43 +0,0 @@
1
- @mixin td-content-utilities() {
2
- md-content,
3
- [md-content],
4
- .md-content,
5
- mat-content,
6
- [mat-content],
7
- .mat-content {
8
- display: block;
9
- position: relative;
10
- overflow: auto;
11
- -webkit-overflow-scrolling: touch;
12
-
13
- &[md-scroll-y],
14
- &.mat-scroll-y {
15
- overflow-y: auto;
16
- overflow-x: hidden;
17
- }
18
-
19
- &[md-scroll-x],
20
- &.mat-scroll-x {
21
- overflow-x: auto;
22
- overflow-y: hidden;
23
- }
24
- // For iOS allow disabling of momentum scrolling
25
- // @see issue #2640.
26
- &.auto-scroll {
27
- -webkit-overflow-scrolling: auto;
28
- }
29
- }
30
-
31
- // Overall app layout height
32
- mat-sidenav-container {
33
- & > md-content,
34
- & > [md-content],
35
- & > .md-content,
36
- & > mat-content,
37
- & > [mat-content],
38
- & > .mat-content {
39
- height: 100%;
40
- overflow: hidden;
41
- }
42
- }
43
- }
@@ -1,23 +0,0 @@
1
- @import 'button';
2
- @import 'card';
3
- @import 'content';
4
- @import 'divider';
5
- @import 'icons';
6
- @import 'list';
7
- @import 'sidenav';
8
- @import 'structure';
9
- @import 'toolbar';
10
- @import 'whiteframe';
11
-
12
- @mixin covalent-core() {
13
- @include td-button-utilities();
14
- @include td-card-utilities();
15
- @include td-content-utilities();
16
- @include td-divider-utilities();
17
- @include td-icon-utilities();
18
- @include td-list-utilities();
19
- @include td-sidenav-utilities();
20
- @include td-structure-utilities();
21
- @include td-toolbar-utilities();
22
- @include td-whiteframe-utilities();
23
- }
@@ -1,16 +0,0 @@
1
- @import '../rtl';
2
-
3
- @mixin td-divider-utilities() {
4
- // deprecated
5
- mat-divider {
6
- &[matInset] {
7
- @include rtl(margin-left, 72px, 0);
8
- @include rtl(margin-right, 0, 72px);
9
- }
10
-
11
- &[mat-inset] {
12
- @include rtl(margin-left, 72px, 0);
13
- @include rtl(margin-right, 0, 72px);
14
- }
15
- }
16
- }
@@ -1,22 +0,0 @@
1
- @mixin td-icon-utilities() {
2
- mat-list-item,
3
- .mat-list-item-content {
4
- mat-icon {
5
- &[matListAvatar] {
6
- align-items: center;
7
- align-content: center;
8
- justify-content: center;
9
- display: flex;
10
- }
11
- }
12
- }
13
-
14
- .mat-icon.mat-icon-logo {
15
- height: 24px;
16
- width: 100px;
17
- }
18
-
19
- .mat-icon {
20
- flex-shrink: 0;
21
- }
22
- }
@@ -1,8 +0,0 @@
1
- @mixin td-list-utilities() {
2
- mat-list mat-list-item [matListAvatar],
3
- mat-list a[mat-list-item] [matListAvatar],
4
- mat-nav-list mat-list-item [matListAvatar],
5
- mat-nav-list a[mat-list-item] [matListAvatar] {
6
- min-width: 40px;
7
- }
8
- }
@@ -1,22 +0,0 @@
1
- @import '../variables';
2
-
3
- @mixin td-sidenav-utilities() {
4
- mat-sidenav {
5
- width: $navigation-drawer-width;
6
-
7
- .mat-list-item-content {
8
- mat-icon {
9
- @include rtl(margin-left, 0, $margin);
10
- @include rtl(margin-right, $margin, 0);
11
- }
12
- }
13
-
14
- [mat-list-item] {
15
- &,
16
- &:active,
17
- &:focus {
18
- outline: none;
19
- }
20
- }
21
- }
22
- }
@@ -1,127 +0,0 @@
1
- @import '../variables';
2
-
3
- @mixin td-structure-utilities() {
4
- html,
5
- body {
6
- height: 100%;
7
- color: rgba(0, 0, 0, 87%);
8
- background: white;
9
- position: relative;
10
- }
11
-
12
- body {
13
- margin: 0;
14
- padding: 0;
15
- }
16
-
17
- [tabindex='-1']:focus {
18
- outline: none;
19
- }
20
-
21
- .inset {
22
- padding: 10px;
23
- }
24
-
25
- button.md-no-style {
26
- font-weight: normal;
27
- background-color: inherit;
28
- @include rtl(text-align, left, right);
29
-
30
- border: none;
31
- padding: 0;
32
- margin: 0;
33
- }
34
-
35
- select,
36
- button,
37
- textarea,
38
- input {
39
- vertical-align: baseline;
40
- }
41
-
42
- // Fix Android 4.0 button bugs
43
- input[type='reset'],
44
- input[type='submit'],
45
- html input[type='button'],
46
- button {
47
- cursor: pointer;
48
- appearance: button;
49
-
50
- &[disabled] {
51
- cursor: default;
52
- }
53
- }
54
-
55
- textarea {
56
- vertical-align: top;
57
- overflow: auto;
58
- }
59
-
60
- input {
61
- &[type='search'] {
62
- appearance: textfield;
63
- box-sizing: content-box;
64
-
65
- &::-webkit-search-decoration,
66
- &::-webkit-search-cancel-button {
67
- appearance: none;
68
- }
69
- }
70
- }
71
-
72
- .md-visually-hidden,
73
- .mat-visually-hidden {
74
- border: 0;
75
- clip: rect(0 0 0 0);
76
- height: 1px;
77
- margin: -1px;
78
- overflow: hidden;
79
- padding: 0;
80
- position: absolute;
81
- text-transform: none;
82
- width: 1px;
83
- }
84
-
85
- .md-shadow,
86
- .mat-shadow {
87
- position: absolute;
88
- top: 0;
89
- left: 0;
90
- bottom: 0;
91
- right: 0;
92
- border-radius: inherit;
93
- pointer-events: none;
94
- }
95
-
96
- .md-shadow-bottom-z-1,
97
- .mat-shadow-bottom-z-1 {
98
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 26%);
99
- }
100
-
101
- .md-shadow-bottom-z-2,
102
- .mat-shadow-bottom-z-2 {
103
- box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 40%);
104
- }
105
-
106
- .md-shadow-animated.md-shadow,
107
- .mat-shadow-animated.mat-shadow {
108
- transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
109
- }
110
-
111
- .md-padding,
112
- .mat-padding {
113
- padding: 8px;
114
- }
115
-
116
- .md-margin,
117
- .mat-margin {
118
- margin: 8px;
119
- }
120
-
121
- @media (min-width: $layout-breakpoint-sm) {
122
- .md-padding,
123
- .mat-padding {
124
- padding: 16px;
125
- }
126
- }
127
- }
@@ -1,53 +0,0 @@
1
- @mixin td-toolbar-utilities() {
2
- body[dense] mat-toolbar,
3
- body[dense] mat-toolbar-row,
4
- mat-toolbar[dense],
5
- mat-toolbar-row[dense] {
6
- &.mat-toolbar-multiple-rows {
7
- .mat-toolbar-row,
8
- .mat-toolbar-single-row {
9
- height: 48px;
10
- }
11
- }
12
-
13
- &.mat-toolbar-single-row,
14
- &.mat-toolbar-row {
15
- height: 48px;
16
- }
17
- }
18
-
19
- mat-toolbar {
20
- [mat-button] {
21
- &:first-of-type:not(:last-child) {
22
- margin-left: -6px;
23
-
24
- [dir='rtl'] & {
25
- margin-right: -6px;
26
- margin-left: 0;
27
- }
28
- }
29
-
30
- &:last-of-type:not(:first-child) {
31
- margin-right: -6px;
32
-
33
- [dir='rtl'] & {
34
- margin-left: -6px;
35
- margin-right: 0;
36
- }
37
- }
38
- }
39
-
40
- .mat-icon-logo {
41
- margin-right: 10px;
42
-
43
- [dir='rtl'] & {
44
- margin-left: 10px;
45
- margin-right: 0;
46
- }
47
- }
48
-
49
- [mat-icon-button] {
50
- margin: 0 6px;
51
- }
52
- }
53
- }
@@ -1,130 +0,0 @@
1
- // Elements can have an "elevation" from 1 to 5, signified by shadows.
2
- // See http://google.com/design/spec/what-is-material/objects-in-3d-space.html
3
-
4
- $mat-shadow-bottom-z-1: 0 2px 5px 0 rgba(0, 0, 0, 26%);
5
- $mat-shadow-bottom-z-2: 0 4px 8px 0 rgba(0, 0, 0, 40%);
6
-
7
- // Whiteframes
8
-
9
- $shadow-key-umbra-opacity: 0.2;
10
- $shadow-key-penumbra-opacity: 0.14;
11
- $shadow-ambient-shadow-opacity: 0.12;
12
-
13
- // NOTE(shyndman): gulp-sass seems to be failing if I split the shadow defs across
14
- // multiple lines. Ugly. Sorry.
15
- $whiteframe-shadow-1dp: 0 1px 3px 0 rgba(0, 0, 0, $shadow-key-umbra-opacity),
16
- 0 1px 1px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 2px 1px -1px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
17
- $whiteframe-shadow-2dp: 0 1px 5px 0 rgba(0, 0, 0, $shadow-key-umbra-opacity),
18
- 0 2px 2px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 3px 1px -2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
19
- $whiteframe-shadow-3dp: 0 1px 8px 0 rgba(0, 0, 0, $shadow-key-umbra-opacity),
20
- 0 3px 4px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 3px 3px -2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
21
- $whiteframe-shadow-4dp: 0 2px 4px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity),
22
- 0 4px 5px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 1px 10 0 rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
23
- $whiteframe-shadow-5dp: 0 3px 5px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity),
24
- 0 5px 8px 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 1px 14px 0 rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
25
- $whiteframe-shadow-6dp: 0 3px 5px -1px rgba(0, 0, 0, $shadow-key-umbra-opacity),
26
- 0 6px 10 0 rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 1px 18px 0 rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
27
- $whiteframe-shadow-7dp: 0 4px 5px -2px rgba(0, 0, 0, $shadow-key-umbra-opacity),
28
- 0 7px 10 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 2px 16px 1px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
29
- $whiteframe-shadow-8dp: 0 5px 5px -3px rgba(0, 0, 0, $shadow-key-umbra-opacity),
30
- 0 8px 10 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity), 0 3px 14px 2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
31
- $whiteframe-shadow-9dp: 0 5px 6px -3px rgba(0, 0, 0, $shadow-key-umbra-opacity),
32
- 0 9px 12px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity),
33
- 0 3px 16px 2px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
34
- $whiteframe-shadow-10dp: 0 6px 6px -3px rgba(0, 0, 0, $shadow-key-umbra-opacity),
35
- 0 10 14px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity),
36
- 0 4px 18px 3px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
37
- $whiteframe-shadow-11dp: 0 6px 7px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity),
38
- 0 11px 15px 1px rgba(0, 0, 0, $shadow-key-penumbra-opacity),
39
- 0 4px 20 3px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
40
- $whiteframe-shadow-12dp: 0 7px 8px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity),
41
- 0 12px 17px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity),
42
- 0 5px 22px 4px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
43
- $whiteframe-shadow-13dp: 0 7px 8px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity),
44
- 0 13px 19px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity),
45
- 0 5px 24px 4px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
46
- $whiteframe-shadow-14dp: 0 7px 9px -4px rgba(0, 0, 0, $shadow-key-umbra-opacity),
47
- 0 14px 21px 2px rgba(0, 0, 0, $shadow-key-penumbra-opacity),
48
- 0 5px 26px 4px rgba(0, 0, 0, $shadow-ambient-shadow-opacity) !default;
49
-
50
- @mixin td-whiteframe-utilities() {
51
- .md-whiteframe-1dp,
52
- .md-whiteframe-z1,
53
- .mat-whiteframe-1dp,
54
- .mat-whiteframe-z1 {
55
- box-shadow: $whiteframe-shadow-1dp;
56
- }
57
-
58
- .md-whiteframe-2dp,
59
- .mat-whiteframe-2dp {
60
- box-shadow: $whiteframe-shadow-2dp;
61
- }
62
-
63
- .md-whiteframe-3dp,
64
- .mat-whiteframe-3dp {
65
- box-shadow: $whiteframe-shadow-3dp;
66
- }
67
-
68
- .md-whiteframe-4dp,
69
- .md-whiteframe-z2,
70
- .mat-whiteframe-4dp,
71
- .mat-whiteframe-z2 {
72
- box-shadow: $whiteframe-shadow-4dp;
73
- }
74
-
75
- .md-whiteframe-5dp,
76
- .mat-whiteframe-5dp {
77
- box-shadow: $whiteframe-shadow-5dp;
78
- }
79
-
80
- .md-whiteframe-6dp,
81
- .mat-whiteframe-6dp {
82
- box-shadow: $whiteframe-shadow-6dp;
83
- }
84
-
85
- .md-whiteframe-7dp,
86
- .md-whiteframe-z3,
87
- .mat-whiteframe-7dp,
88
- .mat-whiteframe-z3 {
89
- box-shadow: $whiteframe-shadow-7dp;
90
- }
91
-
92
- .md-whiteframe-8dp,
93
- .mat-whiteframe-8dp {
94
- box-shadow: $whiteframe-shadow-8dp;
95
- }
96
-
97
- .md-whiteframe-9dp,
98
- .mat-whiteframe-9dp {
99
- box-shadow: $whiteframe-shadow-9dp;
100
- }
101
-
102
- .md-whiteframe-10dp,
103
- .md-whiteframe-z4,
104
- .mat-whiteframe-10dp,
105
- .mat-whiteframe-z4 {
106
- box-shadow: $whiteframe-shadow-10dp;
107
- }
108
-
109
- .md-whiteframe-11dp,
110
- .mat-whiteframe-11dp {
111
- box-shadow: $whiteframe-shadow-11dp;
112
- }
113
-
114
- .md-whiteframe-12dp,
115
- .mat-whiteframe-12dp {
116
- box-shadow: $whiteframe-shadow-12dp;
117
- }
118
-
119
- .md-whiteframe-13dp,
120
- .md-whiteframe-z5,
121
- .mat-whiteframe-13dp,
122
- .mat-whiteframe-z5 {
123
- box-shadow: $whiteframe-shadow-13dp;
124
- }
125
-
126
- .md-whiteframe-14dp,
127
- .mat-whiteframe-14dp {
128
- box-shadow: $whiteframe-shadow-14dp;
129
- }
130
- }