@limetech/lime-elements 35.0.0-next.9 → 35.0.1-next.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 (299) hide show
  1. package/dist/cjs/{_arrayIncludesWith-36a6fafb.js → _arrayIncludesWith-29083f83.js} +5 -4
  2. package/dist/cjs/{_assignValue-c9fc3712.js → _assignValue-7c18d8d6.js} +1 -1
  3. package/dist/cjs/_defineProperty-8f56146d.js +13 -0
  4. package/dist/cjs/{_defineProperty-8351e789.js → _getNative-60328036.js} +0 -9
  5. package/dist/cjs/checkbox.template-b6c6562c.js +43 -0
  6. package/dist/cjs/{component-f7ef9087.js → component-66df95e7.js} +190 -132
  7. package/dist/cjs/{component-f532119f.js → component-67144c1c.js} +47 -3
  8. package/dist/cjs/{component-ed21410d.js → component-ae3bfacf.js} +367 -235
  9. package/dist/cjs/{component-2faaa141.js → component-cf490570.js} +213 -143
  10. package/dist/cjs/{component-10dbdd60.js → component-dd795ff0.js} +7 -5
  11. package/dist/cjs/{dateFormatter-26eac73a.js → dateFormatter-05d80b12.js} +37 -31
  12. package/dist/cjs/identity-6dc34885.js +44 -0
  13. package/dist/cjs/{index-e63a89d7.js → index-2a28697b.js} +27 -1
  14. package/dist/cjs/{isEqual-e3b9c27c.js → isEqual-d2a13a24.js} +13 -55
  15. package/dist/cjs/lime-elements.cjs.js +3 -3
  16. package/dist/cjs/limel-badge.cjs.entry.js +4 -4
  17. package/dist/cjs/limel-banner.cjs.entry.js +2 -2
  18. package/dist/cjs/limel-button-group.cjs.entry.js +3 -3
  19. package/dist/cjs/limel-button.cjs.entry.js +3 -3
  20. package/dist/cjs/limel-checkbox.cjs.entry.js +136 -90
  21. package/dist/cjs/limel-chip-set.cjs.entry.js +235 -191
  22. package/dist/cjs/limel-circular-progress.cjs.entry.js +3 -3
  23. package/dist/cjs/limel-code-editor.cjs.entry.js +51 -24
  24. package/dist/cjs/limel-collapsible-section.cjs.entry.js +2 -2
  25. package/dist/cjs/limel-color-picker-palette_2.cjs.entry.js +7 -6
  26. package/dist/cjs/limel-color-picker.cjs.entry.js +2 -2
  27. package/dist/cjs/limel-config.cjs.entry.js +2 -2
  28. package/dist/cjs/limel-date-picker.cjs.entry.js +8 -8
  29. package/dist/cjs/limel-dialog.cjs.entry.js +35 -19
  30. package/dist/cjs/limel-file.cjs.entry.js +11 -9
  31. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +987 -669
  32. package/dist/cjs/limel-flex-container.cjs.entry.js +6 -2
  33. package/dist/cjs/limel-form.cjs.entry.js +19985 -20009
  34. package/dist/cjs/limel-grid.cjs.entry.js +2 -2
  35. package/dist/cjs/limel-header.cjs.entry.js +2 -2
  36. package/dist/cjs/limel-icon-button.cjs.entry.js +6 -6
  37. package/dist/cjs/limel-icon.cjs.entry.js +2 -2
  38. package/dist/cjs/limel-input-field.cjs.entry.js +12 -10
  39. package/dist/cjs/limel-linear-progress.cjs.entry.js +4 -4
  40. package/dist/cjs/limel-list_3.cjs.entry.js +154 -91
  41. package/dist/cjs/limel-menu-list.cjs.entry.js +87 -74
  42. package/dist/cjs/limel-menu.cjs.entry.js +6 -5
  43. package/dist/cjs/limel-picker.cjs.entry.js +6 -8
  44. package/dist/cjs/limel-popover-surface.cjs.entry.js +3 -3
  45. package/dist/cjs/limel-progress-flow-item.cjs.entry.js +2 -2
  46. package/dist/cjs/limel-progress-flow.cjs.entry.js +2 -2
  47. package/dist/cjs/limel-select.cjs.entry.js +6 -6
  48. package/dist/cjs/limel-slider.cjs.entry.js +34 -7
  49. package/dist/cjs/limel-snackbar.cjs.entry.js +79 -73
  50. package/dist/cjs/limel-spinner.cjs.entry.js +2 -2
  51. package/dist/cjs/limel-switch.cjs.entry.js +498 -202
  52. package/dist/cjs/limel-tab-bar.cjs.entry.js +269 -190
  53. package/dist/cjs/limel-tab-panel.cjs.entry.js +2 -2
  54. package/dist/cjs/limel-table.cjs.entry.js +79 -17
  55. package/dist/cjs/limel-tooltip_2.cjs.entry.js +3 -3
  56. package/dist/cjs/loader.cjs.js +3 -3
  57. package/dist/cjs/{moment-d287c0ed.js → moment-5cfac5cd.js} +94 -79
  58. package/dist/cjs/{pickBy-88b0430a.js → pickBy-3ef47bf2.js} +6 -5
  59. package/dist/cjs/{zipObject-4050a45f.js → zipObject-93a471fa.js} +1 -1
  60. package/dist/collection/collection-manifest.json +2 -2
  61. package/dist/collection/components/badge/badge.css +9 -15
  62. package/dist/collection/components/badge/badge.js +2 -2
  63. package/dist/collection/components/button/button.css +333 -145
  64. package/dist/collection/components/button-group/button-group.css +30 -5
  65. package/dist/collection/components/checkbox/checkbox.css +71 -20
  66. package/dist/collection/components/checkbox/checkbox.js +5 -4
  67. package/dist/collection/components/checkbox/checkbox.template.js +24 -20
  68. package/dist/collection/components/chip-set/chip-set.css +367 -34
  69. package/dist/collection/components/circular-progress/circular-progress.css +2 -2
  70. package/dist/collection/components/code-editor/code-editor.css +8 -13
  71. package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +1 -1
  72. package/dist/collection/components/dialog/dialog.css +153 -109
  73. package/dist/collection/components/dialog/dialog.js +36 -11
  74. package/dist/collection/components/file/icon-background-colors.js +2 -1
  75. package/dist/collection/components/file/icon-fill-colors.js +2 -1
  76. package/dist/collection/components/file/icons.js +1 -1
  77. package/dist/collection/components/flex-container/flex-container.js +10 -0
  78. package/dist/collection/components/form/fields/schema-field.js +0 -1
  79. package/dist/collection/components/form/form.css +5 -1
  80. package/dist/collection/components/form/form.js +34 -0
  81. package/dist/collection/components/form/form.types.js +0 -1
  82. package/dist/collection/components/form/templates/common.js +4 -1
  83. package/dist/collection/components/icon-button/icon-button.css +116 -59
  84. package/dist/collection/components/icon-button/icon-button.js +1 -0
  85. package/dist/collection/components/input-field/input-field.css +344 -29
  86. package/dist/collection/components/input-field/input-field.js +5 -3
  87. package/dist/collection/components/linear-progress/linear-progress.css +14 -2
  88. package/dist/collection/components/list/list-renderer.js +1 -4
  89. package/dist/collection/components/list/list.css +938 -93
  90. package/dist/collection/components/list/list.js +13 -6
  91. package/dist/collection/components/menu-list/menu-list-renderer.js +1 -4
  92. package/dist/collection/components/menu-list/menu-list.css +938 -93
  93. package/dist/collection/components/menu-surface/menu-surface.css +31 -7
  94. package/dist/collection/components/picker/picker.js +6 -7
  95. package/dist/collection/components/popover-surface/popover-surface.css +1 -0
  96. package/dist/collection/components/select/select.css +424 -17
  97. package/dist/collection/components/select/select.template.js +1 -1
  98. package/dist/collection/components/slider/slider.css +49 -2
  99. package/dist/collection/components/snackbar/snackbar.css +588 -301
  100. package/dist/collection/components/switch/switch.css +592 -222
  101. package/dist/collection/components/switch/switch.js +18 -12
  102. package/dist/collection/components/tab-bar/tab-bar.css +77 -48
  103. package/dist/collection/components/table/table.css +219 -165
  104. package/dist/collection/components/table/table.js +99 -15
  105. package/dist/collection/components/table/table.types.js +0 -1
  106. package/dist/collection/style/functions.scss +3 -1
  107. package/dist/collection/style/internal/lime-theme.scss +30 -31
  108. package/dist/collection/style/internal/lime-typography.scss +55 -56
  109. package/dist/esm/{_arrayIncludesWith-b5d3fd9e.js → _arrayIncludesWith-969bccda.js} +4 -3
  110. package/dist/esm/{_assignValue-08fe10bc.js → _assignValue-fb2bf80a.js} +1 -1
  111. package/dist/esm/_defineProperty-2105cb48.js +11 -0
  112. package/dist/esm/{_defineProperty-8c869077.js → _getNative-93d6bfe9.js} +1 -9
  113. package/dist/esm/checkbox.template-2f1bbc98.js +41 -0
  114. package/dist/esm/{component-89e0ce26.js → component-19eb6e2b.js} +7 -5
  115. package/dist/esm/{component-2630c3d7.js → component-288691f3.js} +367 -235
  116. package/dist/esm/{component-d682c974.js → component-410aad5a.js} +44 -4
  117. package/dist/esm/{component-429e92ee.js → component-5b4ac85a.js} +213 -143
  118. package/dist/esm/{component-834d85a1.js → component-fffa3419.js} +190 -132
  119. package/dist/esm/{dateFormatter-c9b41548.js → dateFormatter-2cad0292.js} +37 -31
  120. package/dist/esm/identity-87aa3962.js +41 -0
  121. package/dist/esm/{index-2316f345.js → index-11cd0b60.js} +27 -1
  122. package/dist/esm/{isArrayLike-dd37ba9a.js → isArrayLike-385e0f31.js} +1 -1
  123. package/dist/esm/{isEqual-4f22635f.js → isEqual-c5a636a4.js} +3 -43
  124. package/dist/esm/lime-elements.js +3 -3
  125. package/dist/esm/limel-badge.entry.js +4 -4
  126. package/dist/esm/limel-banner.entry.js +2 -2
  127. package/dist/esm/limel-button-group.entry.js +3 -3
  128. package/dist/esm/limel-button.entry.js +3 -3
  129. package/dist/esm/limel-checkbox.entry.js +136 -90
  130. package/dist/esm/limel-chip-set.entry.js +235 -191
  131. package/dist/esm/limel-circular-progress.entry.js +3 -3
  132. package/dist/esm/limel-code-editor.entry.js +51 -24
  133. package/dist/esm/limel-collapsible-section.entry.js +2 -2
  134. package/dist/esm/limel-color-picker-palette_2.entry.js +7 -6
  135. package/dist/esm/limel-color-picker.entry.js +2 -2
  136. package/dist/esm/limel-config.entry.js +2 -2
  137. package/dist/esm/limel-date-picker.entry.js +8 -8
  138. package/dist/esm/limel-dialog.entry.js +35 -19
  139. package/dist/esm/limel-file.entry.js +11 -9
  140. package/dist/esm/limel-flatpickr-adapter.entry.js +988 -670
  141. package/dist/esm/limel-flex-container.entry.js +6 -2
  142. package/dist/esm/limel-form.entry.js +19966 -19990
  143. package/dist/esm/limel-grid.entry.js +2 -2
  144. package/dist/esm/limel-header.entry.js +2 -2
  145. package/dist/esm/limel-icon-button.entry.js +6 -6
  146. package/dist/esm/limel-icon.entry.js +2 -2
  147. package/dist/esm/limel-input-field.entry.js +12 -10
  148. package/dist/esm/limel-linear-progress.entry.js +4 -4
  149. package/dist/esm/limel-list_3.entry.js +154 -91
  150. package/dist/esm/limel-menu-list.entry.js +87 -74
  151. package/dist/esm/limel-menu.entry.js +6 -5
  152. package/dist/esm/limel-picker.entry.js +6 -8
  153. package/dist/esm/limel-popover-surface.entry.js +3 -3
  154. package/dist/esm/limel-progress-flow-item.entry.js +2 -2
  155. package/dist/esm/limel-progress-flow.entry.js +2 -2
  156. package/dist/esm/limel-select.entry.js +6 -6
  157. package/dist/esm/limel-slider.entry.js +34 -7
  158. package/dist/esm/limel-snackbar.entry.js +79 -73
  159. package/dist/esm/limel-spinner.entry.js +2 -2
  160. package/dist/esm/limel-switch.entry.js +498 -202
  161. package/dist/esm/limel-tab-bar.entry.js +269 -190
  162. package/dist/esm/limel-tab-panel.entry.js +2 -2
  163. package/dist/esm/limel-table.entry.js +80 -18
  164. package/dist/esm/limel-tooltip_2.entry.js +3 -3
  165. package/dist/esm/loader.js +3 -3
  166. package/dist/esm/{moment-8dadd938.js → moment-367e51c5.js} +94 -79
  167. package/dist/esm/{pickBy-8a849e46.js → pickBy-d359eb12.js} +4 -3
  168. package/dist/esm/polyfills/css-shim.js +1 -1
  169. package/dist/esm/{zipObject-22e88ce9.js → zipObject-2bb1968e.js} +1 -1
  170. package/dist/lime-elements/lime-elements.esm.js +1 -1
  171. package/dist/lime-elements/p-101af376.entry.js +1 -0
  172. package/dist/lime-elements/p-1a9a961a.entry.js +11 -0
  173. package/dist/lime-elements/p-1c284626.js +73 -0
  174. package/dist/lime-elements/p-1ede893b.js +1 -0
  175. package/dist/lime-elements/p-2639edf9.entry.js +73 -0
  176. package/dist/lime-elements/p-2754e134.entry.js +1 -0
  177. package/dist/lime-elements/p-2da6e2a3.entry.js +1 -0
  178. package/dist/lime-elements/p-36ecbd03.entry.js +1 -0
  179. package/dist/lime-elements/p-3af5f9ad.js +3 -0
  180. package/dist/lime-elements/p-404e1465.entry.js +1 -0
  181. package/dist/lime-elements/p-42b67933.entry.js +1 -0
  182. package/dist/lime-elements/p-440454ed.entry.js +1 -0
  183. package/dist/lime-elements/{p-076bd4dc.js → p-48d4ef20.js} +3 -3
  184. package/dist/lime-elements/p-4c3358cb.js +1 -0
  185. package/dist/lime-elements/p-4d5a874a.entry.js +1 -0
  186. package/dist/lime-elements/p-53e01330.entry.js +1 -0
  187. package/dist/lime-elements/p-5908c21d.entry.js +1 -0
  188. package/dist/lime-elements/p-5fdb83c9.js +1 -0
  189. package/dist/lime-elements/p-63e25a0a.entry.js +1 -0
  190. package/dist/lime-elements/p-669626e5.js +1 -0
  191. package/dist/lime-elements/p-6966b5df.entry.js +1 -0
  192. package/dist/lime-elements/p-6e7809a6.entry.js +1 -0
  193. package/dist/lime-elements/p-705334c1.entry.js +1 -0
  194. package/dist/lime-elements/p-71efe2ca.entry.js +37 -0
  195. package/dist/lime-elements/p-7cda574b.js +1 -0
  196. package/dist/lime-elements/p-83ea517b.entry.js +1 -0
  197. package/dist/lime-elements/p-84f933f7.entry.js +16 -0
  198. package/dist/lime-elements/p-8827628d.entry.js +131 -0
  199. package/dist/lime-elements/{p-8ad5e143.entry.js → p-94899019.entry.js} +1 -1
  200. package/dist/lime-elements/p-95f275ab.entry.js +1 -0
  201. package/dist/lime-elements/p-97d6c4a6.entry.js +1 -0
  202. package/dist/lime-elements/{p-7f43b0c4.js → p-9acf7b5d.js} +1 -1
  203. package/dist/lime-elements/p-a465084b.entry.js +82 -0
  204. package/dist/lime-elements/p-a5af84a7.entry.js +1 -0
  205. package/dist/lime-elements/p-ad8cb388.js +1 -0
  206. package/dist/lime-elements/p-ade76f1d.js +1 -0
  207. package/dist/lime-elements/p-af0ec482.entry.js +16 -0
  208. package/dist/lime-elements/{p-090bc949.js → p-b28128d2.js} +1 -1
  209. package/dist/lime-elements/p-b91dc1ef.entry.js +1 -0
  210. package/dist/lime-elements/p-b95e80c9.entry.js +1 -0
  211. package/dist/lime-elements/p-bd8c9384.entry.js +1 -0
  212. package/dist/lime-elements/p-c7953a05.entry.js +82 -0
  213. package/dist/lime-elements/p-c80acfb2.entry.js +59 -0
  214. package/dist/lime-elements/p-cbc43682.js +81 -0
  215. package/dist/lime-elements/{p-ace9affc.js → p-d0a7de87.js} +2 -2
  216. package/dist/lime-elements/p-d1ee4501.entry.js +37 -0
  217. package/dist/lime-elements/p-d74fa89e.entry.js +1 -0
  218. package/dist/lime-elements/{p-e1928c0e.js → p-d76f896d.js} +1 -1
  219. package/dist/lime-elements/p-dfba92de.js +126 -0
  220. package/dist/lime-elements/p-dfbe015e.entry.js +1 -0
  221. package/dist/lime-elements/p-e80dd2ff.entry.js +1 -0
  222. package/dist/lime-elements/p-e83dddcd.entry.js +126 -0
  223. package/dist/lime-elements/p-e98d76e8.entry.js +59 -0
  224. package/dist/lime-elements/{p-92146da6.js → p-e9a95b8f.js} +1 -1
  225. package/dist/lime-elements/p-ed65468d.entry.js +1 -0
  226. package/dist/lime-elements/p-f0c9dadd.entry.js +1 -0
  227. package/dist/lime-elements/p-f9bfbeb3.entry.js +82 -0
  228. package/dist/lime-elements/p-fa607ed3.js +1 -0
  229. package/dist/lime-elements/style/functions.scss +3 -1
  230. package/dist/lime-elements/style/internal/lime-theme.scss +30 -31
  231. package/dist/lime-elements/style/internal/lime-typography.scss +55 -56
  232. package/dist/types/components/badge/badge.d.ts +1 -1
  233. package/dist/types/components/checkbox/checkbox.d.ts +3 -2
  234. package/dist/types/components/checkbox/checkbox.template.d.ts +1 -0
  235. package/dist/types/components/dialog/dialog.d.ts +11 -5
  236. package/dist/types/components/dialog/dialog.types.d.ts +4 -0
  237. package/dist/types/components/flex-container/flex-container.d.ts +7 -0
  238. package/dist/types/components/form/fields/array-field.d.ts +0 -1
  239. package/dist/types/components/form/fields/object-field.d.ts +2 -2
  240. package/dist/types/components/form/form.d.ts +8 -1
  241. package/dist/types/components/form/form.types.d.ts +6 -0
  242. package/dist/types/components/picker/picker.d.ts +2 -1
  243. package/dist/types/components/switch/switch.d.ts +2 -2
  244. package/dist/types/components/table/table.d.ts +10 -1
  245. package/dist/types/components/table/table.types.d.ts +13 -0
  246. package/dist/types/components.d.ts +23 -7
  247. package/dist/types/stencil-public-runtime.d.ts +6 -4
  248. package/package.json +31 -44
  249. package/dist/cjs/checkbox.template-50eb8b76.js +0 -39
  250. package/dist/esm/checkbox.template-50f7c07b.js +0 -37
  251. package/dist/lime-elements/p-041ae00c.entry.js +0 -1
  252. package/dist/lime-elements/p-0ce9165f.entry.js +0 -1
  253. package/dist/lime-elements/p-0fd208f3.entry.js +0 -82
  254. package/dist/lime-elements/p-143705b1.entry.js +0 -1
  255. package/dist/lime-elements/p-1876a96a.entry.js +0 -1
  256. package/dist/lime-elements/p-1a64b531.js +0 -1
  257. package/dist/lime-elements/p-1fb5340d.entry.js +0 -1
  258. package/dist/lime-elements/p-250f55be.js +0 -1
  259. package/dist/lime-elements/p-29f054cc.entry.js +0 -37
  260. package/dist/lime-elements/p-31fecf5d.entry.js +0 -1
  261. package/dist/lime-elements/p-34c7872e.entry.js +0 -1
  262. package/dist/lime-elements/p-379955f4.js +0 -1
  263. package/dist/lime-elements/p-3ae6bb75.entry.js +0 -82
  264. package/dist/lime-elements/p-3ae6dfba.entry.js +0 -73
  265. package/dist/lime-elements/p-426d11b4.js +0 -1
  266. package/dist/lime-elements/p-440084ea.js +0 -1
  267. package/dist/lime-elements/p-468e940e.entry.js +0 -16
  268. package/dist/lime-elements/p-4932c029.entry.js +0 -1
  269. package/dist/lime-elements/p-4b5af81b.entry.js +0 -1
  270. package/dist/lime-elements/p-510bb5a4.entry.js +0 -1
  271. package/dist/lime-elements/p-58cbe99d.entry.js +0 -1
  272. package/dist/lime-elements/p-597cbe05.entry.js +0 -1
  273. package/dist/lime-elements/p-6003f817.entry.js +0 -1
  274. package/dist/lime-elements/p-668795a7.js +0 -73
  275. package/dist/lime-elements/p-714fde78.entry.js +0 -1
  276. package/dist/lime-elements/p-7476efe0.entry.js +0 -1
  277. package/dist/lime-elements/p-887d5bda.entry.js +0 -1
  278. package/dist/lime-elements/p-8a2c1038.entry.js +0 -16
  279. package/dist/lime-elements/p-902347b9.js +0 -81
  280. package/dist/lime-elements/p-90c6fa15.js +0 -126
  281. package/dist/lime-elements/p-90f3e17c.entry.js +0 -37
  282. package/dist/lime-elements/p-a2cf74c1.entry.js +0 -1
  283. package/dist/lime-elements/p-a397bab7.js +0 -3
  284. package/dist/lime-elements/p-a4c532a7.entry.js +0 -1
  285. package/dist/lime-elements/p-be56ffab.entry.js +0 -1
  286. package/dist/lime-elements/p-c306c953.entry.js +0 -1
  287. package/dist/lime-elements/p-c35874db.entry.js +0 -1
  288. package/dist/lime-elements/p-c8c8a946.entry.js +0 -59
  289. package/dist/lime-elements/p-ca664c9f.entry.js +0 -1
  290. package/dist/lime-elements/p-d2c74396.entry.js +0 -1
  291. package/dist/lime-elements/p-d48ad9f7.entry.js +0 -126
  292. package/dist/lime-elements/p-d93a3b07.entry.js +0 -16
  293. package/dist/lime-elements/p-df8faeb4.entry.js +0 -59
  294. package/dist/lime-elements/p-dfe0a58b.entry.js +0 -1
  295. package/dist/lime-elements/p-e275f502.entry.js +0 -37
  296. package/dist/lime-elements/p-e881e98d.entry.js +0 -1
  297. package/dist/lime-elements/p-f2c706b8.entry.js +0 -131
  298. package/dist/lime-elements/p-f83213b8.js +0 -1
  299. package/dist/lime-elements/p-fc30b8e3.entry.js +0 -1
@@ -111,8 +111,8 @@
111
111
  .lime-circular-progress:before {
112
112
  content: "";
113
113
  position: absolute;
114
- width: calc( var(--size) * 0.75 + 0.25rem );
115
- height: calc( var(--size) * 0.75 + 0.25rem );
114
+ width: calc(var(--size) * 0.75 + 0.25rem);
115
+ height: calc(var(--size) * 0.75 + 0.25rem);
116
116
  border-radius: 50%;
117
117
  background-color: rgb(var(--contrast-100));
118
118
  box-shadow: var(--button-shadow-pressed);
@@ -60,19 +60,13 @@
60
60
  .cm-fat-cursor div.CodeMirror-cursors {
61
61
  z-index: 1;
62
62
  }
63
- .cm-fat-cursor-mark {
64
- background-color: rgba(20, 255, 20, 0.5);
65
- -webkit-animation: blink 1.06s steps(1) infinite;
66
- -moz-animation: blink 1.06s steps(1) infinite;
67
- animation: blink 1.06s steps(1) infinite;
68
- }
69
- .cm-animate-fat-cursor {
70
- width: auto;
71
- -webkit-animation: blink 1.06s steps(1) infinite;
72
- -moz-animation: blink 1.06s steps(1) infinite;
73
- animation: blink 1.06s steps(1) infinite;
74
- background-color: #7e7;
75
- }
63
+ .cm-fat-cursor .CodeMirror-line::selection,
64
+ .cm-fat-cursor .CodeMirror-line > span::selection,
65
+ .cm-fat-cursor .CodeMirror-line > span > span::selection { background: transparent; }
66
+ .cm-fat-cursor .CodeMirror-line::-moz-selection,
67
+ .cm-fat-cursor .CodeMirror-line > span::-moz-selection,
68
+ .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection { background: transparent; }
69
+ .cm-fat-cursor { caret-color: transparent; }
76
70
  @-moz-keyframes blink {
77
71
  0% {}
78
72
  50% { background-color: transparent; }
@@ -170,6 +164,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
170
164
  height: 100%;
171
165
  outline: none; /* Prevent dragging from highlighting the element */
172
166
  position: relative;
167
+ z-index: 0;
173
168
  }
174
169
  .CodeMirror-sizer {
175
170
  position: relative;
@@ -1,4 +1,4 @@
1
- .flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
1
+ .flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
2
2
  /*rtl:begin:ignore*/left:0/*
3
3
  /*rtl:end:ignore*/}/*
4
4
  /*rtl:begin:ignore*/
@@ -79,37 +79,6 @@
79
79
  --header-icon-background-color: var(--dialog-heading-icon-background-color);
80
80
  }
81
81
 
82
- .mdc-elevation-overlay {
83
- position: absolute;
84
- border-radius: inherit;
85
- pointer-events: none;
86
- opacity: 0;
87
- /* @alternate */
88
- opacity: var(--mdc-elevation-overlay-opacity, 0);
89
- transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
90
- background-color: #fff;
91
- /* @alternate */
92
- background-color: var(--mdc-elevation-overlay-color, #fff);
93
- }
94
-
95
- .mdc-dialog,
96
- .mdc-dialog__scrim {
97
- position: fixed;
98
- top: 0;
99
- left: 0;
100
- align-items: center;
101
- justify-content: center;
102
- box-sizing: border-box;
103
- width: 100%;
104
- height: 100%;
105
- }
106
-
107
- .mdc-dialog {
108
- display: none;
109
- z-index: 7;
110
- /* @alternate */
111
- z-index: var(--mdc-dialog-z-index, 7);
112
- }
113
82
  .mdc-dialog .mdc-dialog__surface {
114
83
  background-color: #fff;
115
84
  /* @alternate */
@@ -132,26 +101,26 @@
132
101
  /* @alternate */
133
102
  color: var(--mdc-theme-on-surface, #000);
134
103
  }
135
- .mdc-dialog .mdc-dialog__close::before, .mdc-dialog .mdc-dialog__close::after {
104
+ .mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::before, .mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::after {
136
105
  background-color: #000;
137
106
  /* @alternate */
138
107
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
139
108
  }
140
- .mdc-dialog .mdc-dialog__close:hover::before, .mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover::before {
109
+ .mdc-dialog .mdc-dialog__close:hover .mdc-icon-button__ripple::before, .mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
141
110
  opacity: 0.04;
142
111
  /* @alternate */
143
112
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
144
113
  }
145
- .mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused::before, .mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus::before {
114
+ .mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before, .mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
146
115
  transition-duration: 75ms;
147
116
  opacity: 0.12;
148
117
  /* @alternate */
149
118
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
150
119
  }
151
- .mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded)::after {
120
+ .mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
152
121
  transition: opacity 150ms linear;
153
122
  }
154
- .mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active::after {
123
+ .mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
155
124
  transition-duration: 75ms;
156
125
  opacity: 0.12;
157
126
  /* @alternate */
@@ -171,6 +140,104 @@
171
140
  /* @alternate */
172
141
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
173
142
  }
143
+ .mdc-dialog .mdc-dialog__surface {
144
+ border-radius: 4px;
145
+ /* @alternate */
146
+ border-radius: var(--mdc-shape-medium, 4px);
147
+ }
148
+
149
+ .mdc-dialog__surface {
150
+ /* @alternate */
151
+ box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
152
+ }
153
+
154
+ .mdc-dialog__title {
155
+ -moz-osx-font-smoothing: grayscale;
156
+ -webkit-font-smoothing: antialiased;
157
+ font-family: Roboto, sans-serif;
158
+ /* @alternate */
159
+ font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
160
+ font-size: 0.875rem;
161
+ /* @alternate */
162
+ font-size: var(--mdc-typography-headline6-font-size, 0.875rem);
163
+ line-height: 0.875rem;
164
+ /* @alternate */
165
+ line-height: var(--mdc-typography-headline6-line-height, 0.875rem);
166
+ font-weight: 500;
167
+ /* @alternate */
168
+ font-weight: var(--mdc-typography-headline6-font-weight, 500);
169
+ letter-spacing: 0.0125em;
170
+ /* @alternate */
171
+ letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
172
+ text-decoration: inherit;
173
+ /* @alternate */
174
+ text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
175
+ text-transform: inherit;
176
+ /* @alternate */
177
+ text-transform: var(--mdc-typography-headline6-text-transform, inherit);
178
+ }
179
+
180
+ .mdc-dialog__content {
181
+ -moz-osx-font-smoothing: grayscale;
182
+ -webkit-font-smoothing: antialiased;
183
+ font-family: Roboto, sans-serif;
184
+ /* @alternate */
185
+ font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
186
+ font-size: 0.8125rem;
187
+ /* @alternate */
188
+ font-size: var(--mdc-typography-body1-font-size, 0.8125rem);
189
+ line-height: 1.5rem;
190
+ /* @alternate */
191
+ line-height: var(--mdc-typography-body1-line-height, 1.5rem);
192
+ font-weight: 400;
193
+ /* @alternate */
194
+ font-weight: var(--mdc-typography-body1-font-weight, 400);
195
+ letter-spacing: 0.03125em;
196
+ /* @alternate */
197
+ letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
198
+ text-decoration: inherit;
199
+ /* @alternate */
200
+ text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
201
+ text-transform: inherit;
202
+ /* @alternate */
203
+ text-transform: var(--mdc-typography-body1-text-transform, inherit);
204
+ }
205
+
206
+ .mdc-dialog__title-icon {
207
+ /** Hook for theming API. */
208
+ }
209
+
210
+ .mdc-elevation-overlay {
211
+ position: absolute;
212
+ border-radius: inherit;
213
+ pointer-events: none;
214
+ opacity: 0;
215
+ /* @alternate */
216
+ opacity: var(--mdc-elevation-overlay-opacity, 0);
217
+ transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
218
+ background-color: #fff;
219
+ /* @alternate */
220
+ background-color: var(--mdc-elevation-overlay-color, #fff);
221
+ }
222
+
223
+ .mdc-dialog,
224
+ .mdc-dialog__scrim {
225
+ position: fixed;
226
+ top: 0;
227
+ left: 0;
228
+ align-items: center;
229
+ justify-content: center;
230
+ box-sizing: border-box;
231
+ width: 100%;
232
+ height: 100%;
233
+ }
234
+
235
+ .mdc-dialog {
236
+ display: none;
237
+ z-index: 7;
238
+ /* @alternate */
239
+ z-index: var(--mdc-dialog-z-index, 7);
240
+ }
174
241
  .mdc-dialog .mdc-dialog__content {
175
242
  padding: 20px 24px 20px 24px;
176
243
  }
@@ -196,51 +263,49 @@
196
263
  /* stylelint-enable*/
197
264
  }
198
265
  }
199
- .mdc-dialog .mdc-dialog__surface {
200
- border-radius: 4px;
201
- /* @alternate */
202
- border-radius: var(--mdc-shape-medium, 4px);
266
+ .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
267
+ max-width: none;
203
268
  }
204
- @media (max-width: 960px) and (max-height: 1440px) {
269
+ @media (max-width: 960px) {
205
270
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
206
271
  max-height: 560px;
207
- max-width: 560px;
272
+ width: 560px;
208
273
  }
209
274
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
210
275
  right: -12px;
211
276
  }
212
277
  }
213
- @media (max-width: 720px) and (max-height: 1023px) and (max-width: 672px) {
278
+ @media (max-width: 720px) and (max-width: 672px) {
214
279
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
215
- max-width: calc(100vw - 112px);
280
+ width: calc(100vw - 112px);
216
281
  }
217
282
  }
218
- @media (max-width: 720px) and (max-height: 1023px) and (min-width: 672px) {
283
+ @media (max-width: 720px) and (min-width: 672px) {
219
284
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
220
- max-width: 560px;
285
+ width: 560px;
221
286
  }
222
287
  }
223
- @media (max-width: 720px) and (max-height: 1023px) and (max-height: 720px) {
288
+ @media (max-width: 720px) and (max-height: 720px) {
224
289
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
225
290
  max-height: calc(100vh - 160px);
226
291
  }
227
292
  }
228
- @media (max-width: 720px) and (max-height: 1023px) and (min-height: 720px) {
293
+ @media (max-width: 720px) and (min-height: 720px) {
229
294
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
230
295
  max-height: 560px;
231
296
  }
232
297
  }
233
- @media (max-width: 720px) and (max-height: 1023px) {
298
+ @media (max-width: 720px) {
234
299
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
235
300
  right: -12px;
236
301
  }
237
302
  }
238
303
  @media (max-width: 720px) and (max-height: 400px) {
239
304
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
305
+ height: 100%;
306
+ max-height: 100vh;
240
307
  max-width: 100vw;
241
308
  width: 100vw;
242
- max-height: 100vh;
243
- height: 100vh;
244
309
  border-radius: 0;
245
310
  }
246
311
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
@@ -255,12 +320,12 @@
255
320
  margin-left: calc(16px - 2 * 12px);
256
321
  }
257
322
  }
258
- @media (max-width: 600px) and (max-height: 960px) {
323
+ @media (max-width: 600px) {
259
324
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
325
+ height: 100%;
326
+ max-height: 100vh;
260
327
  max-width: 100vw;
261
328
  width: 100vw;
262
- max-height: 100vh;
263
- height: 100vh;
264
329
  border-radius: 0;
265
330
  }
266
331
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
@@ -275,9 +340,9 @@
275
340
  margin-left: calc(16px - 2 * 12px);
276
341
  }
277
342
  }
278
- @media (min-width: 960px) and (min-height: 1440px) {
343
+ @media (min-width: 960px) {
279
344
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
280
- max-width: calc(100vw - 400px);
345
+ width: calc(100vw - 400px);
281
346
  }
282
347
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
283
348
  right: -12px;
@@ -307,8 +372,6 @@
307
372
  .mdc-dialog__surface {
308
373
  /* @alternate */
309
374
  position: relative;
310
- /* @alternate */
311
- box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
312
375
  display: flex;
313
376
  flex-direction: column;
314
377
  flex-grow: 0;
@@ -324,13 +387,18 @@
324
387
  height: 100%;
325
388
  top: 0;
326
389
  /* @noflip */
390
+ /*rtl:ignore*/
327
391
  left: 0;
328
392
  }
329
393
  [dir=rtl] .mdc-dialog__surface, .mdc-dialog__surface[dir=rtl] {
394
+ /*rtl:begin:ignore*/
330
395
  /* @noflip */
396
+ /*rtl:ignore*/
331
397
  text-align: right;
398
+ /*rtl:end:ignore*/
332
399
  }
333
- @media screen and (-ms-high-contrast: active) {
400
+
401
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
334
402
  .mdc-dialog__surface {
335
403
  outline: 2px solid windowText;
336
404
  }
@@ -357,30 +425,6 @@
357
425
  display: block;
358
426
  margin-top: 0;
359
427
  /* @alternate */
360
- line-height: normal;
361
- -moz-osx-font-smoothing: grayscale;
362
- -webkit-font-smoothing: antialiased;
363
- font-family: Roboto, sans-serif;
364
- /* @alternate */
365
- font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
366
- font-size: 0.875rem;
367
- /* @alternate */
368
- font-size: var(--mdc-typography-headline6-font-size, 0.875rem);
369
- line-height: 0.875rem;
370
- /* @alternate */
371
- line-height: var(--mdc-typography-headline6-line-height, 0.875rem);
372
- font-weight: 500;
373
- /* @alternate */
374
- font-weight: var(--mdc-typography-headline6-font-weight, 500);
375
- letter-spacing: 0.0125em;
376
- /* @alternate */
377
- letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
378
- text-decoration: inherit;
379
- /* @alternate */
380
- text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
381
- text-transform: inherit;
382
- /* @alternate */
383
- text-transform: var(--mdc-typography-headline6-text-transform, inherit);
384
428
  position: relative;
385
429
  flex-shrink: 0;
386
430
  box-sizing: border-box;
@@ -395,8 +439,11 @@
395
439
  vertical-align: 0;
396
440
  }
397
441
  [dir=rtl] .mdc-dialog__title, .mdc-dialog__title[dir=rtl] {
442
+ /*rtl:begin:ignore*/
398
443
  /* @noflip */
444
+ /*rtl:ignore*/
399
445
  text-align: right;
446
+ /*rtl:end:ignore*/
400
447
  }
401
448
 
402
449
  .mdc-dialog--scrollable .mdc-dialog__title {
@@ -405,11 +452,12 @@
405
452
  }
406
453
 
407
454
  .mdc-dialog--fullscreen .mdc-dialog__header {
408
- display: inline-flex;
409
- padding: 0 24px 9px;
455
+ align-items: baseline;
410
456
  border-bottom: 1px solid transparent;
457
+ display: inline-flex;
411
458
  justify-content: space-between;
412
- align-items: baseline;
459
+ padding: 0 24px 9px;
460
+ z-index: 1;
413
461
  }
414
462
  .mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close {
415
463
  right: -12px;
@@ -431,29 +479,6 @@
431
479
  }
432
480
 
433
481
  .mdc-dialog__content {
434
- -moz-osx-font-smoothing: grayscale;
435
- -webkit-font-smoothing: antialiased;
436
- font-family: Roboto, sans-serif;
437
- /* @alternate */
438
- font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
439
- font-size: 0.8125rem;
440
- /* @alternate */
441
- font-size: var(--mdc-typography-body1-font-size, 0.8125rem);
442
- line-height: 1.5rem;
443
- /* @alternate */
444
- line-height: var(--mdc-typography-body1-line-height, 1.5rem);
445
- font-weight: 400;
446
- /* @alternate */
447
- font-weight: var(--mdc-typography-body1-font-weight, 400);
448
- letter-spacing: 0.03125em;
449
- /* @alternate */
450
- letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
451
- text-decoration: inherit;
452
- /* @alternate */
453
- text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
454
- text-transform: inherit;
455
- /* @alternate */
456
- text-transform: var(--mdc-typography-body1-text-transform, inherit);
457
482
  flex-grow: 1;
458
483
  box-sizing: border-box;
459
484
  margin: 0;
@@ -505,35 +530,54 @@
505
530
 
506
531
  .mdc-dialog__button {
507
532
  /* @noflip */
533
+ /*rtl:ignore*/
508
534
  margin-left: 8px;
509
535
  /* @noflip */
536
+ /*rtl:ignore*/
510
537
  margin-right: 0;
511
538
  max-width: 100%;
512
539
  /* @noflip */
540
+ /*rtl:ignore*/
513
541
  text-align: right;
514
542
  }
515
543
  [dir=rtl] .mdc-dialog__button, .mdc-dialog__button[dir=rtl] {
544
+ /*rtl:begin:ignore*/
516
545
  /* @noflip */
546
+ /*rtl:ignore*/
517
547
  margin-left: 0;
518
548
  /* @noflip */
549
+ /*rtl:ignore*/
519
550
  margin-right: 8px;
551
+ /*rtl:end:ignore*/
520
552
  }
553
+
521
554
  .mdc-dialog__button:first-child {
522
555
  /* @noflip */
556
+ /*rtl:ignore*/
523
557
  margin-left: 0;
524
558
  /* @noflip */
559
+ /*rtl:ignore*/
525
560
  margin-right: 0;
526
561
  }
527
562
  [dir=rtl] .mdc-dialog__button:first-child, .mdc-dialog__button:first-child[dir=rtl] {
563
+ /*rtl:begin:ignore*/
528
564
  /* @noflip */
565
+ /*rtl:ignore*/
529
566
  margin-left: 0;
530
567
  /* @noflip */
568
+ /*rtl:ignore*/
531
569
  margin-right: 0;
570
+ /*rtl:end:ignore*/
532
571
  }
572
+
533
573
  [dir=rtl] .mdc-dialog__button, .mdc-dialog__button[dir=rtl] {
574
+ /*rtl:begin:ignore*/
534
575
  /* @noflip */
576
+ /*rtl:ignore*/
535
577
  text-align: left;
578
+ /*rtl:end:ignore*/
536
579
  }
580
+
537
581
  .mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
538
582
  margin-top: 12px;
539
583
  }
@@ -1,5 +1,6 @@
1
1
  import { MDCDialog } from '@material/dialog';
2
2
  import { Component, Element, Event, h, Prop, Watch, } from '@stencil/core';
3
+ import { isEqual } from 'lodash-es';
3
4
  import { dispatchResizeEvent } from '../../util/dispatch-resize-event';
4
5
  import { createRandomString } from '../../util/random-string';
5
6
  /**
@@ -12,6 +13,13 @@ import { createRandomString } from '../../util/random-string';
12
13
  * See the example _Nested `close` events_.
13
14
  * :::
14
15
  *
16
+ * :::important
17
+ * Are you developing for
18
+ * [Lime CRM](https://www.lime-technologies.com/en/lime-crm/)? Please note that
19
+ * you should use the [DialogService](https://lundalogik.github.io/lime-web-components/versions/latest/#/api/dialog-service)
20
+ * from Lime Web Components to open dialogs in Lime CRM.
21
+ * :::
22
+ *
15
23
  * @exampleComponent limel-example-dialog
16
24
  * @exampleComponent limel-example-dialog-nested-close-events
17
25
  * @exampleComponent limel-example-dialog-heading
@@ -67,14 +75,7 @@ export class Dialog {
67
75
  this.mdcDialog.listen('MDCDialog:opened', this.handleMdcOpened);
68
76
  this.mdcDialog.listen('MDCDialog:closed', this.handleMdcClosed);
69
77
  this.mdcDialog.listen('MDCDialog:closing', this.handleMdcClosing);
70
- this.mdcDialog.scrimClickAction = '';
71
- if (this.closingActions.scrimClick) {
72
- this.mdcDialog.scrimClickAction = 'close';
73
- }
74
- this.mdcDialog.escapeKeyAction = '';
75
- if (this.closingActions.escapeKey) {
76
- this.mdcDialog.escapeKeyAction = 'close';
77
- }
78
+ this.setClosingActions();
78
79
  }
79
80
  disconnectedCallback() {
80
81
  this.mdcDialog.unlisten('MDCDialog:opened', this.handleMdcOpened);
@@ -111,6 +112,12 @@ export class Dialog {
111
112
  this.mdcDialog.close();
112
113
  }
113
114
  }
115
+ closingActionsChanged(newValue, oldValue) {
116
+ if (isEqual(newValue, oldValue)) {
117
+ return;
118
+ }
119
+ this.setClosingActions();
120
+ }
114
121
  handleMdcOpened() {
115
122
  // When the opening-animation has completed, dispatch a
116
123
  // resize-event so that any content that depends on
@@ -147,6 +154,16 @@ export class Dialog {
147
154
  h("slot", { name: "button" })));
148
155
  }
149
156
  }
157
+ setClosingActions() {
158
+ this.mdcDialog.scrimClickAction = '';
159
+ if (this.closingActions.scrimClick) {
160
+ this.mdcDialog.scrimClickAction = 'close';
161
+ }
162
+ this.mdcDialog.escapeKeyAction = '';
163
+ if (this.closingActions.escapeKey) {
164
+ this.mdcDialog.escapeKeyAction = 'close';
165
+ }
166
+ }
150
167
  static get is() { return "limel-dialog"; }
151
168
  static get encapsulation() { return "shadow"; }
152
169
  static get originalStyleUrls() { return {
@@ -218,9 +235,14 @@ export class Dialog {
218
235
  "type": "unknown",
219
236
  "mutable": false,
220
237
  "complexType": {
221
- "original": "{ escapeKey: boolean; scrimClick: boolean }",
222
- "resolved": "{ escapeKey: boolean; scrimClick: boolean; }",
223
- "references": {}
238
+ "original": "ClosingActions",
239
+ "resolved": "ClosingActions",
240
+ "references": {
241
+ "ClosingActions": {
242
+ "location": "import",
243
+ "path": "@limetech/lime-elements"
244
+ }
245
+ }
224
246
  },
225
247
  "required": false,
226
248
  "optional": false,
@@ -266,5 +288,8 @@ export class Dialog {
266
288
  static get watchers() { return [{
267
289
  "propName": "open",
268
290
  "methodName": "watchHandler"
291
+ }, {
292
+ "propName": "closingActions",
293
+ "methodName": "closingActionsChanged"
269
294
  }]; }
270
295
  }
@@ -107,5 +107,6 @@ const filetypeBackgroundColorTable = {
107
107
  dbf: DATA_ICON_BACKGROUND_COLOR,
108
108
  };
109
109
  export function getIconBackgroundColorForFile(extension) {
110
- return (filetypeBackgroundColorTable[extension] || DEFAULT_ICON_BACKGROUND_COLOR);
110
+ return (filetypeBackgroundColorTable[extension.toLowerCase()] ||
111
+ DEFAULT_ICON_BACKGROUND_COLOR);
111
112
  }
@@ -107,5 +107,6 @@ const filetypeFillColorTable = {
107
107
  dbf: DATA_ICON_FILL_COLOR,
108
108
  };
109
109
  export function getIconFillColorForFile(extension) {
110
- return filetypeFillColorTable[extension] || DEFAULT_ICON_FILL_COLOR;
110
+ return (filetypeFillColorTable[extension.toLowerCase()] ||
111
+ DEFAULT_ICON_FILL_COLOR);
111
112
  }
@@ -108,5 +108,5 @@ const filetypeIconTable = {
108
108
  dbf: DATA_ICON,
109
109
  };
110
110
  export function getIconForFile(extension) {
111
- return filetypeIconTable[extension] || DEFAULT_ICON;
111
+ return filetypeIconTable[extension.toLowerCase()] || DEFAULT_ICON;
112
112
  }
@@ -1,5 +1,11 @@
1
1
  import { Component, h, Prop } from '@stencil/core';
2
2
  /**
3
+ * This component is deprecated and will be removed in a future version of
4
+ * Lime Elements. Please use CSS for your flexible container needs 🙂
5
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox
6
+ *
7
+ * @deprecated
8
+ * @private
3
9
  * @exampleComponent limel-example-flex-container
4
10
  * @slot - Container content
5
11
  */
@@ -22,6 +28,10 @@ export class FlexContainer {
22
28
  */
23
29
  this.reverse = false;
24
30
  }
31
+ componentWillLoad() {
32
+ /* eslint-disable-next-line no-console */
33
+ console.warn('limel-flex-container is deprecated, please use CSS instead: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox');
34
+ }
25
35
  render() {
26
36
  return h("slot", null);
27
37
  }
@@ -58,7 +58,6 @@ const getCustomComponent = (schema) => {
58
58
  * @returns {object} the properties created by the factory
59
59
  */
60
60
  export function getFactoryProps(formContext, schema) {
61
- // eslint-disable-next-line no-shadow
62
61
  const factory = formContext.propsFactory;
63
62
  if (typeof factory !== 'function') {
64
63
  return {};
@@ -501,9 +501,13 @@
501
501
 
502
502
  .limel-form-layout--grid limel-checkbox,
503
503
  .limel-form-layout--grid limel-switch {
504
+ min-height: calc(
505
+ var(--min-height-of-one-row) - 0.9375rem
506
+ );
507
+ }
508
+ .limel-form-layout--grid limel-checkbox {
504
509
  margin-top: 0.5rem;
505
510
  display: block;
506
- min-height: calc( var(--min-height-of-one-row) - 0.9375rem );
507
511
  }
508
512
  .limel-form-layout--grid limel-switch {
509
513
  margin-left: 0.5rem;