@ardium-ui/ui 4.1.0 → 4.1.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 (313) hide show
  1. package/README.md +25 -25
  2. package/esm2022/lib/_internal/boolean-component.mjs +1 -1
  3. package/esm2022/lib/_internal/clear-button/clear-button.component.mjs +3 -3
  4. package/esm2022/lib/_internal/clear-button/clear-button.module.mjs +1 -1
  5. package/esm2022/lib/_internal/disablable-component.mjs +1 -1
  6. package/esm2022/lib/_internal/focusable-component.mjs +1 -1
  7. package/esm2022/lib/_internal/item-storages/dropdown-item-storage.mjs +1 -1
  8. package/esm2022/lib/_internal/item-storages/simple-item-storage.mjs +1 -1
  9. package/esm2022/lib/_internal/item-storages/simplest-item-storage.mjs +1 -1
  10. package/esm2022/lib/_internal/models/pagination.model.mjs +1 -1
  11. package/esm2022/lib/_internal/models/queue.mjs +1 -1
  12. package/esm2022/lib/_internal/public-api.mjs +1 -1
  13. package/esm2022/lib/_internal/selectable-list-component.mjs +1 -1
  14. package/esm2022/lib/badge/badge.defaults.mjs +1 -1
  15. package/esm2022/lib/badge/badge.directive.mjs +1 -1
  16. package/esm2022/lib/badge/badge.module.mjs +1 -1
  17. package/esm2022/lib/badge/badge.types.mjs +1 -1
  18. package/esm2022/lib/badge/index.mjs +1 -1
  19. package/esm2022/lib/buttons/_button-base.defaults.mjs +1 -1
  20. package/esm2022/lib/buttons/button/button.component.mjs +3 -3
  21. package/esm2022/lib/buttons/button/button.defaults.mjs +1 -1
  22. package/esm2022/lib/buttons/button/button.module.mjs +1 -1
  23. package/esm2022/lib/buttons/button/index.mjs +1 -1
  24. package/esm2022/lib/buttons/fab/fab.component.mjs +3 -3
  25. package/esm2022/lib/buttons/fab/fab.defaults.mjs +1 -1
  26. package/esm2022/lib/buttons/fab/fab.module.mjs +1 -1
  27. package/esm2022/lib/buttons/fab/index.mjs +1 -1
  28. package/esm2022/lib/buttons/general-button.types.mjs +1 -1
  29. package/esm2022/lib/buttons/icon-button/icon-button.component.mjs +3 -3
  30. package/esm2022/lib/buttons/icon-button/icon-button.defaults.mjs +1 -1
  31. package/esm2022/lib/buttons/icon-button/icon-button.module.mjs +1 -1
  32. package/esm2022/lib/buttons/icon-button/index.mjs +1 -1
  33. package/esm2022/lib/calendar/calendar.component.mjs +1 -1
  34. package/esm2022/lib/calendar/calendar.defaults.mjs +1 -1
  35. package/esm2022/lib/calendar/calendar.types.mjs +1 -1
  36. package/esm2022/lib/calendar/views/days-view/days-view.component.mjs +1 -1
  37. package/esm2022/lib/calendar/views/days-view/days-view.helpers.mjs +1 -1
  38. package/esm2022/lib/calendar/views/months-view/months-view.component.mjs +1 -1
  39. package/esm2022/lib/calendar/views/months-view/months-view.helpers.mjs +1 -1
  40. package/esm2022/lib/calendar/views/years-view/years-view.component.mjs +1 -1
  41. package/esm2022/lib/calendar/views/years-view/years-view.helpers.mjs +1 -1
  42. package/esm2022/lib/card/card.children.mjs +3 -3
  43. package/esm2022/lib/card/card.component.mjs +1 -1
  44. package/esm2022/lib/card/card.defaults.mjs +1 -1
  45. package/esm2022/lib/card/card.module.mjs +1 -1
  46. package/esm2022/lib/card/card.types.mjs +1 -1
  47. package/esm2022/lib/card/index.mjs +1 -1
  48. package/esm2022/lib/checkbox/checkbox.defaults.mjs +1 -1
  49. package/esm2022/lib/checkbox/index.mjs +1 -1
  50. package/esm2022/lib/checkbox-list/checkbox-list.defaults.mjs +1 -1
  51. package/esm2022/lib/checkbox-list/checkbox-list.types.mjs +1 -1
  52. package/esm2022/lib/checkbox-list/index.mjs +1 -1
  53. package/esm2022/lib/chip/chip.component.mjs +3 -3
  54. package/esm2022/lib/chip/chip.defaults.mjs +1 -1
  55. package/esm2022/lib/chip/chip.module.mjs +1 -1
  56. package/esm2022/lib/chip/deletable-chip/deletable-chip.component.mjs +3 -3
  57. package/esm2022/lib/chip/deletable-chip/deletable-chip.defaults.mjs +1 -1
  58. package/esm2022/lib/chip/index.mjs +1 -1
  59. package/esm2022/lib/chip/selectable-chip/selectable-chip.component.mjs +3 -3
  60. package/esm2022/lib/chip/selectable-chip/selectable-chip.defaults.mjs +1 -1
  61. package/esm2022/lib/color/color-display/color-display.component.mjs +3 -3
  62. package/esm2022/lib/color/color-display/color-display.defaults.mjs +1 -1
  63. package/esm2022/lib/color/color-display/color-display.module.mjs +1 -1
  64. package/esm2022/lib/color/color-display/color-display.types.mjs +1 -1
  65. package/esm2022/lib/color/color-display/index.mjs +1 -1
  66. package/esm2022/lib/dialog/dialog.component.mjs +3 -3
  67. package/esm2022/lib/dialog/dialog.defaults.mjs +1 -1
  68. package/esm2022/lib/dialog/dialog.directives.mjs +1 -1
  69. package/esm2022/lib/dialog/dialog.module.mjs +1 -1
  70. package/esm2022/lib/dialog/index.mjs +1 -1
  71. package/esm2022/lib/divider/divider.component.mjs +1 -1
  72. package/esm2022/lib/divider/divider.defaults.mjs +1 -1
  73. package/esm2022/lib/divider/divider.module.mjs +1 -1
  74. package/esm2022/lib/divider/index.mjs +1 -1
  75. package/esm2022/lib/dropdown-panel/dropdown-panel.component.mjs +3 -3
  76. package/esm2022/lib/dropdown-panel/dropdown-panel.defaults.mjs +1 -1
  77. package/esm2022/lib/dropdown-panel/dropdown-panel.module.mjs +1 -1
  78. package/esm2022/lib/dropdown-panel/dropdown-panel.types.mjs +1 -1
  79. package/esm2022/lib/dropdown-panel/index.mjs +1 -1
  80. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.component.mjs +14 -23
  81. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.defaults.mjs +1 -1
  82. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.directives.mjs +1 -1
  83. package/esm2022/lib/file-inputs/file-drop-area/file-drop-area.module.mjs +1 -1
  84. package/esm2022/lib/file-inputs/file-drop-area/index.mjs +1 -1
  85. package/esm2022/lib/file-inputs/file-input/file-input.component.mjs +30 -36
  86. package/esm2022/lib/file-inputs/file-input/file-input.defaults.mjs +1 -1
  87. package/esm2022/lib/file-inputs/file-input/file-input.directives.mjs +14 -1
  88. package/esm2022/lib/file-inputs/file-input/file-input.module.mjs +40 -7
  89. package/esm2022/lib/file-inputs/file-input/index.mjs +1 -1
  90. package/esm2022/lib/file-inputs/file-input-base.defaults.mjs +1 -1
  91. package/esm2022/lib/file-inputs/file-input-base.mjs +21 -5
  92. package/esm2022/lib/file-inputs/file-input-types.mjs +1 -1
  93. package/esm2022/lib/form-field/error/error.component.mjs +1 -1
  94. package/esm2022/lib/form-field/error/error.directive.mjs +1 -1
  95. package/esm2022/lib/form-field/form-field.module.mjs +1 -1
  96. package/esm2022/lib/form-field/hint/hint.component.mjs +1 -1
  97. package/esm2022/lib/form-field/hint/hint.directive.mjs +1 -1
  98. package/esm2022/lib/form-field/horizontal-form-field.component.mjs +1 -1
  99. package/esm2022/lib/form-field-frame/form-field-frame.component.mjs +3 -3
  100. package/esm2022/lib/form-field-frame/form-field-frame.defaults.mjs +1 -1
  101. package/esm2022/lib/form-field-frame/form-field-frame.directives.mjs +1 -1
  102. package/esm2022/lib/form-field-frame/form-field-frame.module.mjs +1 -1
  103. package/esm2022/lib/form-field-frame/index.mjs +1 -1
  104. package/esm2022/lib/icon/icon.component.mjs +3 -3
  105. package/esm2022/lib/icon/icon.defaults.mjs +1 -1
  106. package/esm2022/lib/icon/icon.module.mjs +1 -1
  107. package/esm2022/lib/icon/icon.pipe.mjs +1 -1
  108. package/esm2022/lib/icon/index.mjs +1 -1
  109. package/esm2022/lib/inputs/date-input/date-input.defaults.mjs +1 -1
  110. package/esm2022/lib/inputs/date-input/date-input.serializers.mjs +1 -1
  111. package/esm2022/lib/inputs/digit-input/digit-input.defaults.mjs +1 -1
  112. package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +1 -1
  113. package/esm2022/lib/inputs/digit-input/digit-input.module.mjs +1 -1
  114. package/esm2022/lib/inputs/digit-input/digit-input.utils.mjs +1 -1
  115. package/esm2022/lib/inputs/digit-input/index.mjs +1 -1
  116. package/esm2022/lib/inputs/hex-input/hex-input.defaults.mjs +1 -1
  117. package/esm2022/lib/inputs/hex-input/hex-input.directives.mjs +1 -1
  118. package/esm2022/lib/inputs/hex-input/hex-input.model.mjs +1 -1
  119. package/esm2022/lib/inputs/hex-input/hex-input.module.mjs +1 -1
  120. package/esm2022/lib/inputs/hex-input/index.mjs +1 -1
  121. package/esm2022/lib/inputs/input/index.mjs +1 -1
  122. package/esm2022/lib/inputs/input/input.component.mjs +3 -3
  123. package/esm2022/lib/inputs/input/input.defaults.mjs +1 -1
  124. package/esm2022/lib/inputs/input/input.directives.mjs +1 -1
  125. package/esm2022/lib/inputs/input-transformers.mjs +1 -1
  126. package/esm2022/lib/inputs/input-types.mjs +1 -1
  127. package/esm2022/lib/inputs/input-utils.mjs +1 -6
  128. package/esm2022/lib/inputs/number-input/index.mjs +1 -1
  129. package/esm2022/lib/inputs/number-input/number-input.defaults.mjs +1 -1
  130. package/esm2022/lib/inputs/number-input/number-input.directives.mjs +1 -1
  131. package/esm2022/lib/inputs/number-input/number-input.module.mjs +1 -1
  132. package/esm2022/lib/inputs/password-input/index.mjs +1 -1
  133. package/esm2022/lib/inputs/password-input/password-input.component.mjs +3 -3
  134. package/esm2022/lib/inputs/password-input/password-input.defaults.mjs +1 -1
  135. package/esm2022/lib/inputs/password-input/password-input.directives.mjs +1 -1
  136. package/esm2022/lib/inputs/password-input/password-input.module.mjs +1 -1
  137. package/esm2022/lib/inputs/password-input/password-input.types.mjs +1 -1
  138. package/esm2022/lib/inputs/simple-input/index.mjs +1 -1
  139. package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +3 -3
  140. package/esm2022/lib/inputs/simple-input/simple-input.defaults.mjs +1 -1
  141. package/esm2022/lib/inputs/simple-input/simple-input.directives.mjs +1 -1
  142. package/esm2022/lib/inputs/simple-input/simple-input.module.mjs +1 -1
  143. package/esm2022/lib/kbd/index.mjs +1 -1
  144. package/esm2022/lib/kbd/kbd.component.mjs +3 -3
  145. package/esm2022/lib/kbd/kbd.defaults.mjs +1 -1
  146. package/esm2022/lib/kbd/kbd.directive.mjs +1 -1
  147. package/esm2022/lib/kbd/kbd.module.mjs +1 -1
  148. package/esm2022/lib/kbd/kbd.pipe.mjs +1 -1
  149. package/esm2022/lib/kbd-shortcut/index.mjs +1 -1
  150. package/esm2022/lib/kbd-shortcut/kbd-shortcut.component.mjs +3 -3
  151. package/esm2022/lib/kbd-shortcut/kbd-shortcut.defaults.mjs +1 -1
  152. package/esm2022/lib/kbd-shortcut/kbd-shortcut.module.mjs +1 -1
  153. package/esm2022/lib/modal/modal.component.mjs +1 -1
  154. package/esm2022/lib/modal/modal.directives.mjs +1 -1
  155. package/esm2022/lib/modal/modal.module.mjs +1 -1
  156. package/esm2022/lib/option/index.mjs +1 -1
  157. package/esm2022/lib/option/option.component.mjs +1 -1
  158. package/esm2022/lib/option/option.module.mjs +1 -1
  159. package/esm2022/lib/progress-bar/index.mjs +1 -1
  160. package/esm2022/lib/progress-bar/progress-bar.component.mjs +3 -3
  161. package/esm2022/lib/progress-bar/progress-bar.defaults.mjs +1 -1
  162. package/esm2022/lib/progress-bar/progress-bar.directive.mjs +1 -1
  163. package/esm2022/lib/progress-bar/progress-bar.module.mjs +1 -1
  164. package/esm2022/lib/progress-bar/progress-bar.types.mjs +1 -1
  165. package/esm2022/lib/progress-circle/index.mjs +1 -1
  166. package/esm2022/lib/progress-circle/progress-circle.component.mjs +3 -3
  167. package/esm2022/lib/progress-circle/progress-circle.defaults.mjs +1 -1
  168. package/esm2022/lib/progress-circle/progress-circle.directive.mjs +1 -1
  169. package/esm2022/lib/progress-circle/progress-circle.module.mjs +1 -1
  170. package/esm2022/lib/progress-circle/progress-circle.types.mjs +1 -1
  171. package/esm2022/lib/radio/index.mjs +1 -1
  172. package/esm2022/lib/radio/radio/radio.component.mjs +3 -3
  173. package/esm2022/lib/radio/radio/radio.defaults.mjs +1 -1
  174. package/esm2022/lib/radio/radio-group.component.mjs +1 -1
  175. package/esm2022/lib/radio/radio.module.mjs +1 -1
  176. package/esm2022/lib/search-functions.mjs +1 -1
  177. package/esm2022/lib/segment/index.mjs +1 -1
  178. package/esm2022/lib/segment/segment.component.mjs +3 -3
  179. package/esm2022/lib/segment/segment.defaults.mjs +1 -1
  180. package/esm2022/lib/segment/segment.directives.mjs +1 -1
  181. package/esm2022/lib/segment/segment.module.mjs +1 -1
  182. package/esm2022/lib/segment/segment.types.mjs +1 -1
  183. package/esm2022/lib/select/index.mjs +1 -1
  184. package/esm2022/lib/select/select.defaults.mjs +1 -1
  185. package/esm2022/lib/select/select.directive.mjs +1 -1
  186. package/esm2022/lib/select/select.module.mjs +1 -1
  187. package/esm2022/lib/select/select.types.mjs +1 -1
  188. package/esm2022/lib/slide-toggle/index.mjs +1 -1
  189. package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +3 -3
  190. package/esm2022/lib/slide-toggle/slide-toggle.defaults.mjs +1 -1
  191. package/esm2022/lib/slide-toggle/slide-toggle.module.mjs +1 -1
  192. package/esm2022/lib/slide-toggle/slide-toggle.types.mjs +1 -1
  193. package/esm2022/lib/slider/abstract-slider.mjs +1 -1
  194. package/esm2022/lib/slider/index.mjs +1 -1
  195. package/esm2022/lib/slider/range-slider/range-slider.component.mjs +3 -3
  196. package/esm2022/lib/slider/range-slider/range-slider.module.mjs +1 -1
  197. package/esm2022/lib/slider/slider.component.mjs +1 -1
  198. package/esm2022/lib/slider/slider.defaults.mjs +1 -1
  199. package/esm2022/lib/slider/slider.directive.mjs +1 -1
  200. package/esm2022/lib/slider/slider.module.mjs +1 -1
  201. package/esm2022/lib/slider/slider.types.mjs +1 -1
  202. package/esm2022/lib/snackbar/index.mjs +1 -1
  203. package/esm2022/lib/snackbar/snackbar-ref.mjs +1 -1
  204. package/esm2022/lib/snackbar/snackbar.component.mjs +3 -3
  205. package/esm2022/lib/snackbar/snackbar.service.mjs +1 -1
  206. package/esm2022/lib/snackbar/snackbar.token.mjs +1 -1
  207. package/esm2022/lib/snackbar/snackbar.types.mjs +1 -1
  208. package/esm2022/lib/spinner/index.mjs +1 -1
  209. package/esm2022/lib/spinner/spinner.component.mjs +3 -3
  210. package/esm2022/lib/spinner/spinner.defaults.mjs +1 -1
  211. package/esm2022/lib/spinner/spinner.module.mjs +1 -1
  212. package/esm2022/lib/star/rating-display/rating-display.component.mjs +1 -1
  213. package/esm2022/lib/star/rating-display/rating-display.defaults.mjs +1 -1
  214. package/esm2022/lib/star/rating-display/rating-display.directives.mjs +1 -1
  215. package/esm2022/lib/star/rating-display/rating-display.types.mjs +1 -1
  216. package/esm2022/lib/star/rating-input/rating-input.component.mjs +1 -1
  217. package/esm2022/lib/star/rating-input/rating-input.defaults.mjs +1 -1
  218. package/esm2022/lib/star/rating-input/rating-input.module.mjs +1 -1
  219. package/esm2022/lib/star/star-button/star-button.component.mjs +3 -3
  220. package/esm2022/lib/star/star-button/star-button.defaults.mjs +1 -1
  221. package/esm2022/lib/star/star-button/star-button.module.mjs +1 -1
  222. package/esm2022/lib/star/star.component.mjs +3 -3
  223. package/esm2022/lib/star/star.defaults.mjs +1 -1
  224. package/esm2022/lib/star/star.types.mjs +1 -1
  225. package/esm2022/lib/statebox/index.mjs +1 -1
  226. package/esm2022/lib/statebox/statebox.component.mjs +3 -3
  227. package/esm2022/lib/statebox/statebox.defaults.mjs +1 -1
  228. package/esm2022/lib/statebox/statebox.module.mjs +1 -1
  229. package/esm2022/lib/statebox/statebox.types.mjs +1 -1
  230. package/esm2022/lib/tabber/index.mjs +1 -1
  231. package/esm2022/lib/tabber/tab/tab.component.mjs +3 -3
  232. package/esm2022/lib/tabber/tab/tab.defaults.mjs +1 -1
  233. package/esm2022/lib/tabber/tabber.component.mjs +3 -3
  234. package/esm2022/lib/tabber/tabber.defaults.mjs +1 -1
  235. package/esm2022/lib/tabber/tabber.module.mjs +1 -1
  236. package/esm2022/lib/table/index.mjs +1 -1
  237. package/esm2022/lib/table/table-item-storage.mjs +1 -1
  238. package/esm2022/lib/table/table.component.mjs +3 -3
  239. package/esm2022/lib/table/table.defaults.mjs +1 -1
  240. package/esm2022/lib/table/table.directives.mjs +1 -1
  241. package/esm2022/lib/table/table.module.mjs +1 -1
  242. package/esm2022/lib/table/table.types.mjs +1 -1
  243. package/esm2022/lib/table/utils.mjs +1 -1
  244. package/esm2022/lib/table-from-csv/index.mjs +1 -1
  245. package/esm2022/lib/table-from-csv/table-from-csv.component.mjs +3 -3
  246. package/esm2022/lib/table-from-csv/table-from-csv.defaults.mjs +1 -1
  247. package/esm2022/lib/table-from-csv/table-from-csv.module.mjs +1 -1
  248. package/esm2022/lib/table-pagination/index.mjs +1 -1
  249. package/esm2022/lib/table-pagination/table-pagination.component.mjs +3 -3
  250. package/esm2022/lib/table-pagination/table-pagination.defaults.mjs +1 -1
  251. package/esm2022/lib/table-pagination/table-pagination.module.mjs +1 -1
  252. package/esm2022/lib/table-pagination/table-pagination.types.mjs +1 -1
  253. package/esm2022/lib/text-list/text-list.module.mjs +1 -1
  254. package/esm2022/lib/text-list/text-list.pipe.mjs +1 -1
  255. package/esm2022/lib/types/alignment.types.mjs +1 -1
  256. package/esm2022/lib/types/button.types.mjs +1 -1
  257. package/esm2022/lib/types/colors.types.mjs +1 -1
  258. package/esm2022/lib/types/item-storage.types.mjs +1 -1
  259. package/esm2022/lib/types/theming.types.mjs +1 -1
  260. package/esm2022/lib/types/utility.types.mjs +1 -1
  261. package/fesm2022/ardium-ui-ui.mjs +175 -135
  262. package/fesm2022/ardium-ui-ui.mjs.map +1 -1
  263. package/lib/file-inputs/file-drop-area/file-drop-area.component.d.ts +4 -4
  264. package/lib/file-inputs/file-input/file-input.component.d.ts +9 -8
  265. package/lib/file-inputs/file-input/file-input.directives.d.ts +6 -0
  266. package/lib/file-inputs/file-input/file-input.module.d.ts +6 -5
  267. package/lib/file-inputs/file-input-base.d.ts +2 -2
  268. package/lib/file-inputs/file-input-types.d.ts +1 -1
  269. package/package.json +1 -1
  270. package/themes/_variables.scss +121 -121
  271. package/themes/default/_clear-button.scss +73 -73
  272. package/themes/default/_coloring.scss +137 -137
  273. package/themes/default/_dropdown-arrow.scss +12 -12
  274. package/themes/default/badge.scss +94 -94
  275. package/themes/default/buttons/button.scss +79 -79
  276. package/themes/default/buttons/fab.scss +81 -81
  277. package/themes/default/buttons/icon-button.scss +62 -62
  278. package/themes/default/calendar-OLD.scss +183 -183
  279. package/themes/default/card.scss +135 -135
  280. package/themes/default/checkbox-list.scss +83 -83
  281. package/themes/default/checkbox.scss +109 -109
  282. package/themes/default/chips.scss +200 -200
  283. package/themes/default/color-display.scss +41 -41
  284. package/themes/default/color-picker.scss +111 -111
  285. package/themes/default/core.scss +102 -102
  286. package/themes/default/dialog.scss +16 -16
  287. package/themes/default/divider.scss +13 -13
  288. package/themes/default/dropdown-panel.scss +45 -45
  289. package/themes/default/file-drop-area.scss +162 -162
  290. package/themes/default/inputs/_shared.scss +50 -50
  291. package/themes/default/inputs/color-input.scss +46 -46
  292. package/themes/default/inputs/file-input.scss +79 -79
  293. package/themes/default/inputs/hex-input.scss +27 -27
  294. package/themes/default/inputs/number-input.scss +131 -131
  295. package/themes/default/inputs/password-input.scss +43 -43
  296. package/themes/default/inputs/search-bar.scss +19 -19
  297. package/themes/default/kbd-shortcut.scss +13 -13
  298. package/themes/default/kbd.scss +21 -21
  299. package/themes/default/modal.scss +94 -94
  300. package/themes/default/progress-bar.scss +166 -166
  301. package/themes/default/progress-circle.scss +56 -56
  302. package/themes/default/radio.scss +112 -112
  303. package/themes/default/segment.scss +355 -355
  304. package/themes/default/select.scss +259 -259
  305. package/themes/default/slide-toggle.scss +151 -151
  306. package/themes/default/slider.scss +224 -224
  307. package/themes/default/snackbar.scss +58 -58
  308. package/themes/default/spinner.scss +21 -21
  309. package/themes/default/stars.scss +85 -85
  310. package/themes/default/statebox.scss +109 -109
  311. package/themes/default/tabber.scss +89 -89
  312. package/themes/default/table-pagination.scss +56 -56
  313. package/themes/default/table.scss +423 -423
@@ -1,94 +1,94 @@
1
- @use '../variables' as ARD;
2
-
3
- .ard-modal {
4
- position: fixed;
5
- top: 0;
6
- bottom: 0;
7
- left: 0;
8
- right: 0;
9
- display: grid;
10
- place-items: center;
11
-
12
- &.ard-modal-backdrop {
13
- background: ARD.$darken-overlay-strong;
14
- }
15
- .ard-modal-panel {
16
- padding: 1.25rem;
17
- padding-top: 1rem;
18
- background: ARD.$bg;
19
- max-width: calc(100vw - 4rem);
20
- position: relative;
21
- display: flex;
22
- flex-direction: column;
23
- align-items: flex-start;
24
- gap: 1.5rem;
25
-
26
- &.ard-modal-no-heading-text {
27
- gap: 0.25rem;
28
-
29
- .ard-modal-close-button {
30
- position: absolute;
31
- right: 0.5rem;
32
- top: 0.5rem;
33
- }
34
- }
35
- &.ard-modal-has-close-button {
36
- .ard-modal-heading {
37
- padding-right: 2rem;
38
- }
39
- }
40
- }
41
- .ard-modal-heading {
42
- display: flex;
43
- align-items: flex-start;
44
- justify-content: space-between;
45
-
46
- .ard-modal-heading-text {
47
- font-size: 1.25rem;
48
- color: ARD.$text;
49
- font-weight: 500;
50
- font-family: Roboto;
51
- }
52
- .ard-modal-close-button {
53
- position: absolute;
54
- right: 0.5rem;
55
- top: 0.5rem;
56
- }
57
- }
58
- //! appearances
59
- &.ard-appearance-raised {
60
- .ard-modal-panel {
61
- box-shadow: ARD.$simple-shadow2;
62
- }
63
- }
64
- //! variants
65
- &.ard-variant-rounded {
66
- .ard-modal-panel {
67
- border-radius: 8px;
68
- }
69
- }
70
- &.ard-variant-sharp {
71
- .ard-modal-panel {
72
- border-radius: 0;
73
- }
74
- }
75
-
76
- //! compact
77
- &.ard-compact {
78
- .ard-modal-panel {
79
- font-size: 90%;
80
- padding: 0.75rem 2rem 1rem 2rem;
81
- gap: 1rem;
82
-
83
- &.ard-modal-no-heading-text {
84
- gap: 0.25rem;
85
-
86
- .ard-modal-close-button {
87
- position: absolute;
88
- right: 0.25rem;
89
- top: 0.25rem;
90
- }
91
- }
92
- }
93
- }
94
- }
1
+ @use '../variables' as ARD;
2
+
3
+ .ard-modal {
4
+ position: fixed;
5
+ top: 0;
6
+ bottom: 0;
7
+ left: 0;
8
+ right: 0;
9
+ display: grid;
10
+ place-items: center;
11
+
12
+ &.ard-modal-backdrop {
13
+ background: ARD.$darken-overlay-strong;
14
+ }
15
+ .ard-modal-panel {
16
+ padding: 1.25rem;
17
+ padding-top: 1rem;
18
+ background: ARD.$bg;
19
+ max-width: calc(100vw - 4rem);
20
+ position: relative;
21
+ display: flex;
22
+ flex-direction: column;
23
+ align-items: flex-start;
24
+ gap: 1.5rem;
25
+
26
+ &.ard-modal-no-heading-text {
27
+ gap: 0.25rem;
28
+
29
+ .ard-modal-close-button {
30
+ position: absolute;
31
+ right: 0.5rem;
32
+ top: 0.5rem;
33
+ }
34
+ }
35
+ &.ard-modal-has-close-button {
36
+ .ard-modal-heading {
37
+ padding-right: 2rem;
38
+ }
39
+ }
40
+ }
41
+ .ard-modal-heading {
42
+ display: flex;
43
+ align-items: flex-start;
44
+ justify-content: space-between;
45
+
46
+ .ard-modal-heading-text {
47
+ font-size: 1.25rem;
48
+ color: ARD.$text;
49
+ font-weight: 500;
50
+ font-family: Roboto;
51
+ }
52
+ .ard-modal-close-button {
53
+ position: absolute;
54
+ right: 0.5rem;
55
+ top: 0.5rem;
56
+ }
57
+ }
58
+ //! appearances
59
+ &.ard-appearance-raised {
60
+ .ard-modal-panel {
61
+ box-shadow: ARD.$simple-shadow2;
62
+ }
63
+ }
64
+ //! variants
65
+ &.ard-variant-rounded {
66
+ .ard-modal-panel {
67
+ border-radius: 8px;
68
+ }
69
+ }
70
+ &.ard-variant-sharp {
71
+ .ard-modal-panel {
72
+ border-radius: 0;
73
+ }
74
+ }
75
+
76
+ //! compact
77
+ &.ard-compact {
78
+ .ard-modal-panel {
79
+ font-size: 90%;
80
+ padding: 0.75rem 2rem 1rem 2rem;
81
+ gap: 1rem;
82
+
83
+ &.ard-modal-no-heading-text {
84
+ gap: 0.25rem;
85
+
86
+ .ard-modal-close-button {
87
+ position: absolute;
88
+ right: 0.25rem;
89
+ top: 0.25rem;
90
+ }
91
+ }
92
+ }
93
+ }
94
+ }
@@ -1,166 +1,166 @@
1
- @use './coloring' as CM;
2
- @use '../variables' as ARD;
3
-
4
- .ard-progress-bar {
5
- @include CM.typeColors();
6
- width: 100%;
7
- margin: 0.5rem 0;
8
- overflow: hidden;
9
-
10
- .ard-progress-bar__background,
11
- .ard-progress-bar__overlay {
12
- position: absolute;
13
- background-color: var(--ard-cmpcl--bg-colored);
14
- top: 0;
15
- bottom: 0;
16
- left: 0;
17
- }
18
- .ard-progress-bar__background {
19
- background-color: var(--ard-cmpcl--bg-colored-light);
20
- top: 0;
21
- bottom: 0;
22
- left: 0;
23
- right: 0;
24
- opacity: 30%;
25
- }
26
- .ard-progress-bar__overlay {
27
- width: var(--ard-_progress-bar-main, 0);
28
- }
29
-
30
- //! variants
31
- &.ard-variant-sharp {
32
- border-radius: 0;
33
- }
34
- &.ard-variant-pill {
35
- border-radius: 9999px;
36
- }
37
-
38
- //! sizes
39
- &.ard-progress-bar__size-default {
40
- height: 0.25rem;
41
- }
42
- &.ard-progress-bar__size-auto:not(.ard-progress-bar__mode-buffer) {
43
- height: 100%;
44
- }
45
-
46
- //! modes
47
- &.ard-progress-bar__mode-determinate,
48
- &.ard-progress-bar__mode-buffer {
49
- .ard-progress-bar__overlay {
50
- transition: width 0.1s ARD.$timing-fn;
51
- }
52
- }
53
- &.ard-progress-bar__mode-indeterminate,
54
- &.ard-progress-bar__mode-query {
55
- .ard-progress-bar__overlay {
56
- position: unset;
57
-
58
- &::before,
59
- &::after {
60
- content: '';
61
- position: absolute;
62
- background-color: inherit;
63
- top: 0;
64
- left: 0;
65
- bottom: 0;
66
- }
67
- &::before {
68
- animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
69
- }
70
- &::after {
71
- animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
72
- animation-delay: 1.15s;
73
- }
74
- }
75
- }
76
- &.ard-progress-bar__mode-query {
77
- transform: rotate(180deg);
78
- }
79
- &.ard-progress-bar__mode-buffer {
80
- .ard-progress-bar__background {
81
- background: none !important;
82
- left: var(--ard-_progress-bar-buffer, 100%);
83
- overflow: hidden;
84
-
85
- &::after {
86
- content: '';
87
- position: absolute;
88
- right: -0.5rem;
89
- top: 0;
90
- bottom: 0;
91
- width: 9999px;
92
- animation: buffer 0.4s linear infinite;
93
- border-bottom: 0.25rem dotted var(--ard-cmpcl--bg-colored);
94
- }
95
- }
96
- .ard-progress-bar__overlay-buffer {
97
- background: var(--ard-cmpcl--bg-colored-light);
98
- position: absolute;
99
- left: 0;
100
- width: var(--ard-_progress-bar-buffer, 0);
101
- top: 0;
102
- bottom: 0;
103
- transition: width 0.1s ARD.$timing-fn;
104
- }
105
- }
106
-
107
- //! hiding the value
108
- &.ard-progress-bar__size-default,
109
- &.ard-progress-bar__hide-value,
110
- &.ard-progress-bar__mode-buffer {
111
- > .ard-progress-bar__value {
112
- display: none;
113
- }
114
- }
115
-
116
- //! currentColor special case
117
- &.ard-color-currentColor {
118
- .ard-progress-bar__background {
119
- opacity: 22.5%;
120
- background: var(--ard-cmpcl--bg-colored);
121
- }
122
- .ard-progress-bar__overlay-buffer {
123
- opacity: 30%;
124
- background: var(--ard-cmpcl--bg-colored);
125
- }
126
- }
127
- }
128
-
129
- @keyframes indeterminate {
130
- 0% {
131
- left: -35%;
132
- right: 100%;
133
- }
134
- 60% {
135
- left: 100%;
136
- right: -90%;
137
- }
138
- 100% {
139
- left: 100%;
140
- right: -90%;
141
- }
142
- }
143
-
144
- @keyframes indeterminate-short {
145
- 0% {
146
- left: -200%;
147
- right: 100%;
148
- }
149
- 60% {
150
- left: 107%;
151
- right: -8%;
152
- }
153
- 100% {
154
- left: 107%;
155
- right: -8%;
156
- }
157
- }
158
-
159
- @keyframes buffer {
160
- 0% {
161
- transform: translateX(0);
162
- }
163
- 100% {
164
- transform: translateX(-0.5rem);
165
- }
166
- }
1
+ @use './coloring' as CM;
2
+ @use '../variables' as ARD;
3
+
4
+ .ard-progress-bar {
5
+ @include CM.typeColors();
6
+ width: 100%;
7
+ margin: 0.5rem 0;
8
+ overflow: hidden;
9
+
10
+ .ard-progress-bar__background,
11
+ .ard-progress-bar__overlay {
12
+ position: absolute;
13
+ background-color: var(--ard-cmpcl--bg-colored);
14
+ top: 0;
15
+ bottom: 0;
16
+ left: 0;
17
+ }
18
+ .ard-progress-bar__background {
19
+ background-color: var(--ard-cmpcl--bg-colored-light);
20
+ top: 0;
21
+ bottom: 0;
22
+ left: 0;
23
+ right: 0;
24
+ opacity: 30%;
25
+ }
26
+ .ard-progress-bar__overlay {
27
+ width: var(--ard-_progress-bar-main, 0);
28
+ }
29
+
30
+ //! variants
31
+ &.ard-variant-sharp {
32
+ border-radius: 0;
33
+ }
34
+ &.ard-variant-pill {
35
+ border-radius: 9999px;
36
+ }
37
+
38
+ //! sizes
39
+ &.ard-progress-bar__size-default {
40
+ height: 0.25rem;
41
+ }
42
+ &.ard-progress-bar__size-auto:not(.ard-progress-bar__mode-buffer) {
43
+ height: 100%;
44
+ }
45
+
46
+ //! modes
47
+ &.ard-progress-bar__mode-determinate,
48
+ &.ard-progress-bar__mode-buffer {
49
+ .ard-progress-bar__overlay {
50
+ transition: width 0.1s ARD.$timing-fn;
51
+ }
52
+ }
53
+ &.ard-progress-bar__mode-indeterminate,
54
+ &.ard-progress-bar__mode-query {
55
+ .ard-progress-bar__overlay {
56
+ position: unset;
57
+
58
+ &::before,
59
+ &::after {
60
+ content: '';
61
+ position: absolute;
62
+ background-color: inherit;
63
+ top: 0;
64
+ left: 0;
65
+ bottom: 0;
66
+ }
67
+ &::before {
68
+ animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
69
+ }
70
+ &::after {
71
+ animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
72
+ animation-delay: 1.15s;
73
+ }
74
+ }
75
+ }
76
+ &.ard-progress-bar__mode-query {
77
+ transform: rotate(180deg);
78
+ }
79
+ &.ard-progress-bar__mode-buffer {
80
+ .ard-progress-bar__background {
81
+ background: none !important;
82
+ left: var(--ard-_progress-bar-buffer, 100%);
83
+ overflow: hidden;
84
+
85
+ &::after {
86
+ content: '';
87
+ position: absolute;
88
+ right: -0.5rem;
89
+ top: 0;
90
+ bottom: 0;
91
+ width: 9999px;
92
+ animation: buffer 0.4s linear infinite;
93
+ border-bottom: 0.25rem dotted var(--ard-cmpcl--bg-colored);
94
+ }
95
+ }
96
+ .ard-progress-bar__overlay-buffer {
97
+ background: var(--ard-cmpcl--bg-colored-light);
98
+ position: absolute;
99
+ left: 0;
100
+ width: var(--ard-_progress-bar-buffer, 0);
101
+ top: 0;
102
+ bottom: 0;
103
+ transition: width 0.1s ARD.$timing-fn;
104
+ }
105
+ }
106
+
107
+ //! hiding the value
108
+ &.ard-progress-bar__size-default,
109
+ &.ard-progress-bar__hide-value,
110
+ &.ard-progress-bar__mode-buffer {
111
+ > .ard-progress-bar__value {
112
+ display: none;
113
+ }
114
+ }
115
+
116
+ //! currentColor special case
117
+ &.ard-color-currentColor {
118
+ .ard-progress-bar__background {
119
+ opacity: 22.5%;
120
+ background: var(--ard-cmpcl--bg-colored);
121
+ }
122
+ .ard-progress-bar__overlay-buffer {
123
+ opacity: 30%;
124
+ background: var(--ard-cmpcl--bg-colored);
125
+ }
126
+ }
127
+ }
128
+
129
+ @keyframes indeterminate {
130
+ 0% {
131
+ left: -35%;
132
+ right: 100%;
133
+ }
134
+ 60% {
135
+ left: 100%;
136
+ right: -90%;
137
+ }
138
+ 100% {
139
+ left: 100%;
140
+ right: -90%;
141
+ }
142
+ }
143
+
144
+ @keyframes indeterminate-short {
145
+ 0% {
146
+ left: -200%;
147
+ right: 100%;
148
+ }
149
+ 60% {
150
+ left: 107%;
151
+ right: -8%;
152
+ }
153
+ 100% {
154
+ left: 107%;
155
+ right: -8%;
156
+ }
157
+ }
158
+
159
+ @keyframes buffer {
160
+ 0% {
161
+ transform: translateX(0);
162
+ }
163
+ 100% {
164
+ transform: translateX(-0.5rem);
165
+ }
166
+ }
@@ -1,56 +1,56 @@
1
- @use './coloring' as coloringMixins;
2
- @use '../variables' as ARD;
3
-
4
- .ard-progress-circle {
5
- @include coloringMixins.typeColors;
6
- width: 3em;
7
-
8
- --ard-_progress-circle-fill-color: var(--ard-cmpcl--bg-colored);
9
-
10
- //! appearances
11
- &.ard-appearance-transparent {
12
- .ard-progress-circle-background {
13
- background: transparent;
14
- }
15
- }
16
- &.ard-appearance-colorless {
17
- .ard-progress-circle-background {
18
- background: ARD.$darken-overlay-medium;
19
- }
20
- }
21
- &.ard-appearance-colored {
22
- .ard-progress-circle-background {
23
- opacity: 16%;
24
- background: var(--ard-cmpcl--bg-colored);
25
- }
26
- //special case for no coloring
27
- &.ard-color-none {
28
- .ard-progress-circle-background {
29
- opacity: 8%;
30
- }
31
- }
32
- }
33
- //! ring variant
34
- &.ard-progress-circle-variant-ring {
35
- .ard-progress-circle-background,
36
- .ard-progress-circle-overlay {
37
- //magic number
38
- //don't know why this value specifically looks good
39
- mask: radial-gradient(transparent 59%, #000 59%);
40
- }
41
- }
42
- //! value
43
- .ard-progress-circle-value {
44
- position: absolute;
45
- left: 50%;
46
- top: 50%;
47
- transform: translate(-50%, -50%);
48
- font-weight: bold;
49
- font-size: 0.9em;
50
- }
51
- &.ard-progress-circle-variant-full {
52
- .ard-progress-circle-value {
53
- display: none;
54
- }
55
- }
56
- }
1
+ @use './coloring' as coloringMixins;
2
+ @use '../variables' as ARD;
3
+
4
+ .ard-progress-circle {
5
+ @include coloringMixins.typeColors;
6
+ width: 3em;
7
+
8
+ --ard-_progress-circle-fill-color: var(--ard-cmpcl--bg-colored);
9
+
10
+ //! appearances
11
+ &.ard-appearance-transparent {
12
+ .ard-progress-circle-background {
13
+ background: transparent;
14
+ }
15
+ }
16
+ &.ard-appearance-colorless {
17
+ .ard-progress-circle-background {
18
+ background: ARD.$darken-overlay-medium;
19
+ }
20
+ }
21
+ &.ard-appearance-colored {
22
+ .ard-progress-circle-background {
23
+ opacity: 16%;
24
+ background: var(--ard-cmpcl--bg-colored);
25
+ }
26
+ //special case for no coloring
27
+ &.ard-color-none {
28
+ .ard-progress-circle-background {
29
+ opacity: 8%;
30
+ }
31
+ }
32
+ }
33
+ //! ring variant
34
+ &.ard-progress-circle-variant-ring {
35
+ .ard-progress-circle-background,
36
+ .ard-progress-circle-overlay {
37
+ //magic number
38
+ //don't know why this value specifically looks good
39
+ mask: radial-gradient(transparent 59%, #000 59%);
40
+ }
41
+ }
42
+ //! value
43
+ .ard-progress-circle-value {
44
+ position: absolute;
45
+ left: 50%;
46
+ top: 50%;
47
+ transform: translate(-50%, -50%);
48
+ font-weight: bold;
49
+ font-size: 0.9em;
50
+ }
51
+ &.ard-progress-circle-variant-full {
52
+ .ard-progress-circle-value {
53
+ display: none;
54
+ }
55
+ }
56
+ }