@ardium-ui/ui 4.1.1 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) 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 +8 -14
  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 +31 -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 +43 -9
  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 +188 -9
  92. package/esm2022/lib/file-inputs/file-input-types.mjs +8 -2
  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.component.mjs +1 -1
  110. package/esm2022/lib/inputs/date-input/date-input.defaults.mjs +1 -1
  111. package/esm2022/lib/inputs/date-input/date-input.module.mjs +5 -5
  112. package/esm2022/lib/inputs/date-input/date-input.serializers.mjs +1 -1
  113. package/esm2022/lib/inputs/digit-input/digit-input.defaults.mjs +1 -1
  114. package/esm2022/lib/inputs/digit-input/digit-input.model.mjs +1 -1
  115. package/esm2022/lib/inputs/digit-input/digit-input.module.mjs +1 -1
  116. package/esm2022/lib/inputs/digit-input/digit-input.utils.mjs +1 -1
  117. package/esm2022/lib/inputs/digit-input/index.mjs +1 -1
  118. package/esm2022/lib/inputs/hex-input/hex-input.defaults.mjs +1 -1
  119. package/esm2022/lib/inputs/hex-input/hex-input.directives.mjs +1 -1
  120. package/esm2022/lib/inputs/hex-input/hex-input.model.mjs +1 -1
  121. package/esm2022/lib/inputs/hex-input/hex-input.module.mjs +1 -1
  122. package/esm2022/lib/inputs/hex-input/index.mjs +1 -1
  123. package/esm2022/lib/inputs/input/index.mjs +1 -1
  124. package/esm2022/lib/inputs/input/input.component.mjs +3 -3
  125. package/esm2022/lib/inputs/input/input.defaults.mjs +1 -1
  126. package/esm2022/lib/inputs/input/input.directives.mjs +1 -1
  127. package/esm2022/lib/inputs/input/input.module.mjs +5 -5
  128. package/esm2022/lib/inputs/input-transformers.mjs +1 -1
  129. package/esm2022/lib/inputs/input-types.mjs +1 -1
  130. package/esm2022/lib/inputs/input-utils.mjs +1 -1
  131. package/esm2022/lib/inputs/number-input/index.mjs +1 -1
  132. package/esm2022/lib/inputs/number-input/number-input.component.mjs +1 -1
  133. package/esm2022/lib/inputs/number-input/number-input.defaults.mjs +1 -1
  134. package/esm2022/lib/inputs/number-input/number-input.directives.mjs +1 -1
  135. package/esm2022/lib/inputs/number-input/number-input.module.mjs +5 -5
  136. package/esm2022/lib/inputs/password-input/index.mjs +1 -1
  137. package/esm2022/lib/inputs/password-input/password-input.component.mjs +3 -3
  138. package/esm2022/lib/inputs/password-input/password-input.defaults.mjs +1 -1
  139. package/esm2022/lib/inputs/password-input/password-input.directives.mjs +1 -1
  140. package/esm2022/lib/inputs/password-input/password-input.module.mjs +1 -1
  141. package/esm2022/lib/inputs/password-input/password-input.types.mjs +1 -1
  142. package/esm2022/lib/inputs/simple-input/index.mjs +1 -1
  143. package/esm2022/lib/inputs/simple-input/simple-input.component.mjs +3 -3
  144. package/esm2022/lib/inputs/simple-input/simple-input.defaults.mjs +1 -1
  145. package/esm2022/lib/inputs/simple-input/simple-input.directives.mjs +1 -1
  146. package/esm2022/lib/inputs/simple-input/simple-input.module.mjs +1 -1
  147. package/esm2022/lib/kbd/index.mjs +1 -1
  148. package/esm2022/lib/kbd/kbd.component.mjs +3 -3
  149. package/esm2022/lib/kbd/kbd.defaults.mjs +1 -1
  150. package/esm2022/lib/kbd/kbd.directive.mjs +1 -1
  151. package/esm2022/lib/kbd/kbd.module.mjs +1 -1
  152. package/esm2022/lib/kbd/kbd.pipe.mjs +1 -1
  153. package/esm2022/lib/kbd-shortcut/index.mjs +1 -1
  154. package/esm2022/lib/kbd-shortcut/kbd-shortcut.component.mjs +3 -3
  155. package/esm2022/lib/kbd-shortcut/kbd-shortcut.defaults.mjs +1 -1
  156. package/esm2022/lib/kbd-shortcut/kbd-shortcut.module.mjs +1 -1
  157. package/esm2022/lib/modal/modal.component.mjs +1 -1
  158. package/esm2022/lib/modal/modal.directives.mjs +1 -1
  159. package/esm2022/lib/modal/modal.module.mjs +1 -1
  160. package/esm2022/lib/option/index.mjs +1 -1
  161. package/esm2022/lib/option/option.component.mjs +1 -1
  162. package/esm2022/lib/option/option.module.mjs +1 -1
  163. package/esm2022/lib/progress-bar/index.mjs +1 -1
  164. package/esm2022/lib/progress-bar/progress-bar.component.mjs +3 -3
  165. package/esm2022/lib/progress-bar/progress-bar.defaults.mjs +1 -1
  166. package/esm2022/lib/progress-bar/progress-bar.directive.mjs +1 -1
  167. package/esm2022/lib/progress-bar/progress-bar.module.mjs +1 -1
  168. package/esm2022/lib/progress-bar/progress-bar.types.mjs +1 -1
  169. package/esm2022/lib/progress-circle/index.mjs +1 -1
  170. package/esm2022/lib/progress-circle/progress-circle.component.mjs +3 -3
  171. package/esm2022/lib/progress-circle/progress-circle.defaults.mjs +1 -1
  172. package/esm2022/lib/progress-circle/progress-circle.directive.mjs +1 -1
  173. package/esm2022/lib/progress-circle/progress-circle.module.mjs +1 -1
  174. package/esm2022/lib/progress-circle/progress-circle.types.mjs +1 -1
  175. package/esm2022/lib/radio/index.mjs +1 -1
  176. package/esm2022/lib/radio/radio/radio.component.mjs +3 -3
  177. package/esm2022/lib/radio/radio/radio.defaults.mjs +1 -1
  178. package/esm2022/lib/radio/radio-group.component.mjs +1 -1
  179. package/esm2022/lib/radio/radio.module.mjs +1 -1
  180. package/esm2022/lib/search-functions.mjs +1 -1
  181. package/esm2022/lib/segment/index.mjs +1 -1
  182. package/esm2022/lib/segment/segment.component.mjs +3 -3
  183. package/esm2022/lib/segment/segment.defaults.mjs +1 -1
  184. package/esm2022/lib/segment/segment.directives.mjs +1 -1
  185. package/esm2022/lib/segment/segment.module.mjs +1 -1
  186. package/esm2022/lib/segment/segment.types.mjs +1 -1
  187. package/esm2022/lib/select/index.mjs +1 -1
  188. package/esm2022/lib/select/select.component.mjs +3 -3
  189. package/esm2022/lib/select/select.defaults.mjs +1 -1
  190. package/esm2022/lib/select/select.directive.mjs +1 -1
  191. package/esm2022/lib/select/select.module.mjs +10 -10
  192. package/esm2022/lib/select/select.types.mjs +1 -1
  193. package/esm2022/lib/slide-toggle/index.mjs +1 -1
  194. package/esm2022/lib/slide-toggle/slide-toggle.component.mjs +3 -3
  195. package/esm2022/lib/slide-toggle/slide-toggle.defaults.mjs +1 -1
  196. package/esm2022/lib/slide-toggle/slide-toggle.module.mjs +1 -1
  197. package/esm2022/lib/slide-toggle/slide-toggle.types.mjs +1 -1
  198. package/esm2022/lib/slider/abstract-slider.mjs +1 -1
  199. package/esm2022/lib/slider/index.mjs +1 -1
  200. package/esm2022/lib/slider/range-slider/range-slider.component.mjs +3 -3
  201. package/esm2022/lib/slider/range-slider/range-slider.module.mjs +1 -1
  202. package/esm2022/lib/slider/slider.component.mjs +1 -1
  203. package/esm2022/lib/slider/slider.defaults.mjs +1 -1
  204. package/esm2022/lib/slider/slider.directive.mjs +1 -1
  205. package/esm2022/lib/slider/slider.module.mjs +1 -1
  206. package/esm2022/lib/slider/slider.types.mjs +1 -1
  207. package/esm2022/lib/snackbar/index.mjs +1 -1
  208. package/esm2022/lib/snackbar/snackbar-ref.mjs +1 -1
  209. package/esm2022/lib/snackbar/snackbar.component.mjs +3 -3
  210. package/esm2022/lib/snackbar/snackbar.service.mjs +1 -1
  211. package/esm2022/lib/snackbar/snackbar.token.mjs +1 -1
  212. package/esm2022/lib/snackbar/snackbar.types.mjs +1 -1
  213. package/esm2022/lib/spinner/index.mjs +1 -1
  214. package/esm2022/lib/spinner/spinner.component.mjs +3 -3
  215. package/esm2022/lib/spinner/spinner.defaults.mjs +1 -1
  216. package/esm2022/lib/spinner/spinner.module.mjs +1 -1
  217. package/esm2022/lib/star/rating-display/rating-display.component.mjs +1 -1
  218. package/esm2022/lib/star/rating-display/rating-display.defaults.mjs +1 -1
  219. package/esm2022/lib/star/rating-display/rating-display.directives.mjs +1 -1
  220. package/esm2022/lib/star/rating-display/rating-display.types.mjs +1 -1
  221. package/esm2022/lib/star/rating-input/rating-input.component.mjs +1 -1
  222. package/esm2022/lib/star/rating-input/rating-input.defaults.mjs +1 -1
  223. package/esm2022/lib/star/rating-input/rating-input.module.mjs +1 -1
  224. package/esm2022/lib/star/star-button/star-button.component.mjs +3 -3
  225. package/esm2022/lib/star/star-button/star-button.defaults.mjs +1 -1
  226. package/esm2022/lib/star/star-button/star-button.module.mjs +1 -1
  227. package/esm2022/lib/star/star.component.mjs +3 -3
  228. package/esm2022/lib/star/star.defaults.mjs +1 -1
  229. package/esm2022/lib/star/star.types.mjs +1 -1
  230. package/esm2022/lib/statebox/index.mjs +1 -1
  231. package/esm2022/lib/statebox/statebox.component.mjs +3 -3
  232. package/esm2022/lib/statebox/statebox.defaults.mjs +1 -1
  233. package/esm2022/lib/statebox/statebox.module.mjs +1 -1
  234. package/esm2022/lib/statebox/statebox.types.mjs +1 -1
  235. package/esm2022/lib/tabber/index.mjs +1 -1
  236. package/esm2022/lib/tabber/tab/tab.component.mjs +3 -3
  237. package/esm2022/lib/tabber/tab/tab.defaults.mjs +1 -1
  238. package/esm2022/lib/tabber/tabber.component.mjs +3 -3
  239. package/esm2022/lib/tabber/tabber.defaults.mjs +1 -1
  240. package/esm2022/lib/tabber/tabber.module.mjs +1 -1
  241. package/esm2022/lib/table/index.mjs +1 -1
  242. package/esm2022/lib/table/table-item-storage.mjs +1 -1
  243. package/esm2022/lib/table/table.component.mjs +3 -3
  244. package/esm2022/lib/table/table.defaults.mjs +1 -1
  245. package/esm2022/lib/table/table.directives.mjs +1 -1
  246. package/esm2022/lib/table/table.module.mjs +1 -1
  247. package/esm2022/lib/table/table.types.mjs +1 -1
  248. package/esm2022/lib/table/utils.mjs +1 -1
  249. package/esm2022/lib/table-from-csv/index.mjs +1 -1
  250. package/esm2022/lib/table-from-csv/table-from-csv.component.mjs +3 -3
  251. package/esm2022/lib/table-from-csv/table-from-csv.defaults.mjs +1 -1
  252. package/esm2022/lib/table-from-csv/table-from-csv.module.mjs +1 -1
  253. package/esm2022/lib/table-pagination/index.mjs +1 -1
  254. package/esm2022/lib/table-pagination/table-pagination.component.mjs +3 -3
  255. package/esm2022/lib/table-pagination/table-pagination.defaults.mjs +1 -1
  256. package/esm2022/lib/table-pagination/table-pagination.module.mjs +2 -2
  257. package/esm2022/lib/table-pagination/table-pagination.types.mjs +1 -1
  258. package/esm2022/lib/text-list/text-list.module.mjs +1 -1
  259. package/esm2022/lib/text-list/text-list.pipe.mjs +1 -1
  260. package/esm2022/lib/types/alignment.types.mjs +1 -1
  261. package/esm2022/lib/types/button.types.mjs +1 -1
  262. package/esm2022/lib/types/colors.types.mjs +1 -1
  263. package/esm2022/lib/types/item-storage.types.mjs +1 -1
  264. package/esm2022/lib/types/theming.types.mjs +1 -1
  265. package/esm2022/lib/types/utility.types.mjs +1 -1
  266. package/fesm2022/ardium-ui-ui.mjs +378 -169
  267. package/fesm2022/ardium-ui-ui.mjs.map +1 -1
  268. package/lib/file-inputs/file-drop-area/file-drop-area.component.d.ts +4 -4
  269. package/lib/file-inputs/file-drop-area/file-drop-area.module.d.ts +1 -1
  270. package/lib/file-inputs/file-input/file-input.component.d.ts +9 -8
  271. package/lib/file-inputs/file-input/file-input.directives.d.ts +6 -0
  272. package/lib/file-inputs/file-input/file-input.module.d.ts +7 -5
  273. package/lib/file-inputs/file-input-base.d.ts +22 -4
  274. package/lib/file-inputs/file-input-types.d.ts +32 -1
  275. package/lib/inputs/date-input/date-input.module.d.ts +1 -1
  276. package/lib/inputs/input/input.module.d.ts +1 -1
  277. package/lib/inputs/number-input/number-input.module.d.ts +1 -1
  278. package/lib/select/select.module.d.ts +1 -1
  279. package/package.json +2 -2
  280. package/prebuilt-themes/default/inputs/file-input.css +23 -2
  281. package/prebuilt-themes/default/inputs/file-input.css.map +1 -1
  282. package/themes/_variables.scss +121 -121
  283. package/themes/default/_clear-button.scss +73 -73
  284. package/themes/default/_coloring.scss +137 -137
  285. package/themes/default/_dropdown-arrow.scss +12 -12
  286. package/themes/default/badge.scss +94 -94
  287. package/themes/default/buttons/button.scss +79 -79
  288. package/themes/default/buttons/fab.scss +81 -81
  289. package/themes/default/buttons/icon-button.scss +62 -62
  290. package/themes/default/calendar-OLD.scss +183 -183
  291. package/themes/default/card.scss +135 -135
  292. package/themes/default/checkbox-list.scss +83 -83
  293. package/themes/default/checkbox.scss +109 -109
  294. package/themes/default/chips.scss +200 -200
  295. package/themes/default/color-display.scss +41 -41
  296. package/themes/default/color-picker.scss +111 -111
  297. package/themes/default/core.scss +102 -102
  298. package/themes/default/dialog.scss +16 -16
  299. package/themes/default/divider.scss +13 -13
  300. package/themes/default/dropdown-panel.scss +45 -45
  301. package/themes/default/file-drop-area.scss +162 -162
  302. package/themes/default/inputs/_shared.scss +50 -50
  303. package/themes/default/inputs/color-input.scss +46 -46
  304. package/themes/default/inputs/file-input.scss +100 -79
  305. package/themes/default/inputs/hex-input.scss +27 -27
  306. package/themes/default/inputs/number-input.scss +131 -131
  307. package/themes/default/inputs/password-input.scss +43 -43
  308. package/themes/default/inputs/search-bar.scss +19 -19
  309. package/themes/default/kbd-shortcut.scss +13 -13
  310. package/themes/default/kbd.scss +21 -21
  311. package/themes/default/modal.scss +94 -94
  312. package/themes/default/progress-bar.scss +166 -166
  313. package/themes/default/progress-circle.scss +56 -56
  314. package/themes/default/radio.scss +112 -112
  315. package/themes/default/segment.scss +355 -355
  316. package/themes/default/select.scss +259 -259
  317. package/themes/default/slide-toggle.scss +151 -151
  318. package/themes/default/slider.scss +224 -224
  319. package/themes/default/snackbar.scss +58 -58
  320. package/themes/default/spinner.scss +21 -21
  321. package/themes/default/stars.scss +85 -85
  322. package/themes/default/statebox.scss +109 -109
  323. package/themes/default/tabber.scss +89 -89
  324. package/themes/default/table-pagination.scss +56 -56
  325. package/themes/default/table.scss +423 -423
@@ -1,9 +1,9 @@
1
- import { TemplateRef } from '@angular/core';
2
1
  import { ComponentColor } from '../../types/colors.types';
3
2
  import { FormElementVariant } from '../../types/theming.types';
4
3
  import { _FileInputComponentBase } from '../file-input-base';
5
4
  import { FileInputBrowseContext, FileInputFileAmountContext, FileInputFilesContext } from '../file-input-types';
6
5
  import { ArdFileDropAreaDefaults } from './file-drop-area.defaults';
6
+ import { ArdiumFileDropAreaDragoverContentTemplateDirective, ArdiumFileDropAreaIdleContentTemplateDirective, ArdiumFileDropAreaUploadedContentTemplateDirective } from './file-drop-area.directives';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ArdiumFileDropAreaComponent extends _FileInputComponentBase {
9
9
  protected readonly _DEFAULTS: ArdFileDropAreaDefaults;
@@ -15,9 +15,9 @@ export declare class ArdiumFileDropAreaComponent extends _FileInputComponentBase
15
15
  protected _wasMousedownOnElement: true | null;
16
16
  onMousedown(): void;
17
17
  onMouseup(): void;
18
- idleTemplate: TemplateRef<FileInputBrowseContext> | null;
19
- dragoverTemplate: TemplateRef<FileInputFilesContext> | null;
20
- uploadedTemplate: TemplateRef<FileInputFilesContext> | null;
18
+ readonly idleTemplate: import("@angular/core").Signal<ArdiumFileDropAreaIdleContentTemplateDirective | undefined>;
19
+ readonly dragoverTemplate: import("@angular/core").Signal<ArdiumFileDropAreaDragoverContentTemplateDirective | undefined>;
20
+ readonly uploadedTemplate: import("@angular/core").Signal<ArdiumFileDropAreaUploadedContentTemplateDirective | undefined>;
21
21
  getIdleContext(): FileInputBrowseContext;
22
22
  getDragoverContext(): FileInputFileAmountContext;
23
23
  getUploadedContext(): FileInputFilesContext;
@@ -7,6 +7,6 @@ import * as i5 from "../../icon/icon.module";
7
7
  import * as i6 from "@ardium-ui/devkit";
8
8
  export declare class ArdiumFileDropAreaModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileDropAreaModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileDropAreaModule, [typeof i1.ArdiumFileDropAreaComponent, typeof i2.ArdiumFileDropAreaIdleContentTemplateDirective, typeof i2.ArdiumFileDropAreaDragoverContentTemplateDirective, typeof i2.ArdiumFileDropAreaUploadedContentTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumButtonModule, typeof i5.ArdiumIconModule, typeof i6.ArdiumFilesizePipeModule, typeof i6.ArdiumFilenamePipeModule, typeof i6.ArdiumFileextPipeModule, typeof i6.ArdiumClickOutsideEventModule], [typeof i1.ArdiumFileDropAreaComponent, typeof i2.ArdiumFileDropAreaIdleContentTemplateDirective, typeof i2.ArdiumFileDropAreaDragoverContentTemplateDirective, typeof i2.ArdiumFileDropAreaUploadedContentTemplateDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileDropAreaModule, [typeof i1.ArdiumFileDropAreaComponent, typeof i2.ArdiumFileDropAreaIdleContentTemplateDirective, typeof i2.ArdiumFileDropAreaDragoverContentTemplateDirective, typeof i2.ArdiumFileDropAreaUploadedContentTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumButtonModule, typeof i5.ArdiumIconModule, typeof i6.ArdiumFilePipesModule, typeof i6.ArdiumClickOutsideModule], [typeof i1.ArdiumFileDropAreaComponent, typeof i2.ArdiumFileDropAreaIdleContentTemplateDirective, typeof i2.ArdiumFileDropAreaDragoverContentTemplateDirective, typeof i2.ArdiumFileDropAreaUploadedContentTemplateDirective]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumFileDropAreaModule>;
12
12
  }
@@ -1,9 +1,9 @@
1
- import { TemplateRef } from '@angular/core';
2
1
  import { ComponentColor } from '../../types/colors.types';
3
2
  import { FormElementAppearance, FormElementVariant } from '../../types/theming.types';
4
3
  import { _FileInputComponentBase } from '../file-input-base';
5
4
  import { FileInputBrowseContext, FileInputFileAmountContext, FileInputFilesContext } from '../file-input-types';
6
5
  import { ArdFileInputDefaults } from './file-input.defaults';
6
+ import { ArdFileInputPlaceholderTemplateDirective, ArdFileInputPrefixTemplateDirective, ArdFileInputSuffixTemplateDirective, ArdiumFileInputDragoverContentTemplateDirective, ArdiumFileInputFolderIconTemplateDirective, ArdiumFileInputIdleContentTemplateDirective, ArdiumFileInputUploadedContentTemplateDirective } from './file-input.directives';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ArdiumFileInputComponent extends _FileInputComponentBase {
9
9
  protected readonly _DEFAULTS: ArdFileInputDefaults;
@@ -15,7 +15,7 @@ export declare class ArdiumFileInputComponent extends _FileInputComponentBase {
15
15
  readonly inputAttrs: import("@angular/core").InputSignal<Record<string, any>>;
16
16
  readonly placeholder: import("@angular/core").InputSignal<string>;
17
17
  readonly ngClasses: import("@angular/core").Signal<string>;
18
- placeholderTemplate?: TemplateRef<any>;
18
+ readonly placeholderTemplate: import("@angular/core").Signal<ArdFileInputPlaceholderTemplateDirective | undefined>;
19
19
  get shouldDisplayPlaceholder(): boolean;
20
20
  readonly clearable: import("@angular/core").InputSignalWithTransform<boolean, any>;
21
21
  readonly clearButtonTitle: import("@angular/core").InputSignal<string>;
@@ -24,14 +24,15 @@ export declare class ArdiumFileInputComponent extends _FileInputComponentBase {
24
24
  clear(): void;
25
25
  readonly clearEvent: import("@angular/core").OutputEmitterRef<void>;
26
26
  readonly touched: import("@angular/core").WritableSignal<boolean>;
27
- prefixTemplate?: TemplateRef<any>;
28
- suffixTemplate?: TemplateRef<any>;
29
- idleTemplate: TemplateRef<FileInputBrowseContext> | null;
30
- dragoverTemplate: TemplateRef<FileInputFilesContext> | null;
31
- uploadedTemplate: TemplateRef<FileInputFilesContext> | null;
27
+ readonly prefixTemplate: import("@angular/core").Signal<ArdFileInputPrefixTemplateDirective | undefined>;
28
+ readonly suffixTemplate: import("@angular/core").Signal<ArdFileInputSuffixTemplateDirective | undefined>;
29
+ readonly idleTemplate: import("@angular/core").Signal<ArdiumFileInputIdleContentTemplateDirective | undefined>;
30
+ readonly dragoverTemplate: import("@angular/core").Signal<ArdiumFileInputDragoverContentTemplateDirective | undefined>;
31
+ readonly uploadedTemplate: import("@angular/core").Signal<ArdiumFileInputUploadedContentTemplateDirective | undefined>;
32
+ readonly folderIconTemplate: import("@angular/core").Signal<ArdiumFileInputFolderIconTemplateDirective | undefined>;
32
33
  getIdleContext(): FileInputBrowseContext;
33
34
  getDragoverContext(): FileInputFileAmountContext;
34
35
  getUploadedContext(): FileInputFilesContext;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumFileInputComponent, "ard-file-input", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "inputAttrs": { "alias": "inputAttrs"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; "isSignal": true; }; }, { "clearEvent": "clear"; }, ["placeholderTemplate", "prefixTemplate", "suffixTemplate", "idleTemplate", "dragoverTemplate", "uploadedTemplate"], never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<ArdiumFileInputComponent, "ard-file-input", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "inputAttrs": { "alias": "inputAttrs"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "clearable": { "alias": "clearable"; "required": false; "isSignal": true; }; "clearButtonTitle": { "alias": "clearButtonTitle"; "required": false; "isSignal": true; }; }, { "clearEvent": "clear"; }, ["placeholderTemplate", "prefixTemplate", "suffixTemplate", "idleTemplate", "dragoverTemplate", "uploadedTemplate", "folderIconTemplate"], never, false, never>;
37
38
  }
@@ -37,3 +37,9 @@ export declare class ArdiumFileInputUploadedContentTemplateDirective {
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputUploadedContentTemplateDirective, never>;
38
38
  static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputUploadedContentTemplateDirective, "ard-file-input > ng-template[ard-dropped-content-tmp]", never, {}, {}, never, never, false, never>;
39
39
  }
40
+ export declare class ArdiumFileInputFolderIconTemplateDirective {
41
+ template: TemplateRef<undefined>;
42
+ constructor(template: TemplateRef<undefined>);
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputFolderIconTemplateDirective, never>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ArdiumFileInputFolderIconTemplateDirective, "ard-file-input > ng-template[ard-folder-icon-tmp]", never, {}, {}, never, never, false, never>;
45
+ }
@@ -1,11 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./file-input.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../form-field-frame/form-field-frame.module";
5
- import * as i4 from "../../_internal/clear-button/clear-button.module";
6
- import * as i5 from "../../icon/icon.module";
3
+ import * as i2 from "./file-input.directives";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../../form-field-frame/form-field-frame.module";
6
+ import * as i5 from "../../_internal/clear-button/clear-button.module";
7
+ import * as i6 from "../../icon/icon.module";
8
+ import * as i7 from "@ardium-ui/devkit";
7
9
  export declare class ArdiumFileInputModule {
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumFileInputModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileInputModule, [typeof i1.ArdiumFileInputComponent], [typeof i2.CommonModule, typeof i3.ArdiumFormFieldFrameModule, typeof i4._ClearButtonModule, typeof i5.ArdiumIconModule], [typeof i1.ArdiumFileInputComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumFileInputModule, [typeof i1.ArdiumFileInputComponent, typeof i2.ArdiumFileInputFolderIconTemplateDirective, typeof i2.ArdiumFileInputUploadedContentTemplateDirective, typeof i2.ArdiumFileInputDragoverContentTemplateDirective, typeof i2.ArdiumFileInputIdleContentTemplateDirective, typeof i2.ArdFileInputSuffixTemplateDirective, typeof i2.ArdFileInputPrefixTemplateDirective, typeof i2.ArdFileInputPlaceholderTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumFormFieldFrameModule, typeof i5._ClearButtonModule, typeof i6.ArdiumIconModule, typeof i7.ArdiumFilePipesModule], [typeof i1.ArdiumFileInputComponent, typeof i2.ArdiumFileInputFolderIconTemplateDirective, typeof i2.ArdiumFileInputUploadedContentTemplateDirective, typeof i2.ArdiumFileInputDragoverContentTemplateDirective, typeof i2.ArdiumFileInputIdleContentTemplateDirective, typeof i2.ArdFileInputSuffixTemplateDirective, typeof i2.ArdFileInputPrefixTemplateDirective, typeof i2.ArdFileInputPlaceholderTemplateDirective]>;
10
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumFileInputModule>;
11
13
  }
@@ -1,9 +1,13 @@
1
1
  import { AfterViewInit, ElementRef, OnInit } from '@angular/core';
2
- import { _NgModelComponentBase } from '../_internal/ngmodel-component';
2
+ import { FileSystemStartDirectory } from '@ardium-ui/devkit';
3
+ import { _FormFieldComponentBase } from '../_internal/form-field-component';
4
+ import { Nullable } from '../types/utility.types';
3
5
  import { _FileInputBaseDefaults } from './file-input-base.defaults';
6
+ import { FileInputFailedUpload, FileInputFileTypes } from './file-input-types';
4
7
  import * as i0 from "@angular/core";
5
- export declare abstract class _FileInputComponentBase extends _NgModelComponentBase implements OnInit, AfterViewInit {
8
+ export declare abstract class _FileInputComponentBase extends _FormFieldComponentBase implements OnInit, AfterViewInit {
6
9
  protected readonly _DEFAULTS: _FileInputBaseDefaults;
10
+ private readonly _fileSystemService;
7
11
  abstract readonly componentId: string;
8
12
  readonly fileInputEl: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
9
13
  readonly name: import("@angular/core").InputSignal<string>;
@@ -12,14 +16,27 @@ export declare abstract class _FileInputComponentBase extends _NgModelComponentB
12
16
  ngAfterViewInit(): void;
13
17
  readonly compact: import("@angular/core").InputSignalWithTransform<boolean, any>;
14
18
  readonly multiple: import("@angular/core").InputSignalWithTransform<boolean, any>;
19
+ readonly maxFiles: import("@angular/core").InputSignalWithTransform<Nullable<number>, any>;
20
+ readonly maxFilesWithMultiple: import("@angular/core").Signal<number>;
15
21
  readonly blockAfterUpload: import("@angular/core").InputSignalWithTransform<boolean, any>;
16
22
  get shouldBeBlocked(): boolean;
23
+ readonly maxFileSizeBytes: import("@angular/core").InputSignalWithTransform<Nullable<number>, any>;
24
+ readonly accept: import("@angular/core").InputSignal<string | string[]>;
25
+ readonly directoryId: import("@angular/core").InputSignal<Nullable<string>>;
26
+ readonly startDirectory: import("@angular/core").InputSignal<Nullable<FileSystemStartDirectory>>;
27
+ readonly fileTypes: import("@angular/core").InputSignal<Nullable<FileInputFileTypes>>;
28
+ readonly acceptString: import("@angular/core").Signal<string>;
29
+ readonly acceptedMimeTypes: import("@angular/core").Signal<{
30
+ mimeType: string;
31
+ extensions: Set<string>;
32
+ }[] | null>;
17
33
  protected _value: File[] | null;
18
34
  get value(): File[] | null;
19
35
  set value(v: File | File[] | null);
20
36
  readonly valueChange: import("@angular/core").OutputEmitterRef<File[] | null>;
21
37
  readonly changeEvent: import("@angular/core").OutputEmitterRef<File[] | null>;
22
- readonly dragFilesEvent: import("@angular/core").OutputEmitterRef<File[] | null>;
38
+ readonly dragFilesEvent: import("@angular/core").OutputEmitterRef<File[]>;
39
+ readonly failedUploadEvent: import("@angular/core").OutputEmitterRef<FileInputFailedUpload[]>;
23
40
  protected _valueBeforeInit: File[] | null;
24
41
  writeValue(v: File | File[] | null): void;
25
42
  protected _writeValue(v: File | File[] | null, emitEvents?: boolean): void;
@@ -32,8 +49,9 @@ export declare abstract class _FileInputComponentBase extends _NgModelComponentB
32
49
  onDragleave(): void;
33
50
  onDrop(event: DragEvent): void;
34
51
  onInputChange(): void;
52
+ private _filterFilesBasedOnSizeAndCount;
35
53
  protected _countDragenterFiles(data: DataTransfer | null): number | null;
36
54
  protected _updateElementValue(): void;
37
55
  static ɵfac: i0.ɵɵFactoryDeclaration<_FileInputComponentBase, never>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<_FileInputComponentBase, never, never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "blockAfterUpload": { "alias": "blockAfterUpload"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "changeEvent": "change"; "dragFilesEvent": "dragFiles"; }, never, never, false, never>;
56
+ static ɵdir: i0.ɵɵDirectiveDeclaration<_FileInputComponentBase, never, never, { "name": { "alias": "name"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "maxFiles": { "alias": "maxFiles"; "required": false; "isSignal": true; }; "blockAfterUpload": { "alias": "blockAfterUpload"; "required": false; "isSignal": true; }; "maxFileSizeBytes": { "alias": "maxFileSizeBytes"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "directoryId": { "alias": "directoryId"; "required": false; "isSignal": true; }; "startDirectory": { "alias": "startDirectory"; "required": false; "isSignal": true; }; "fileTypes": { "alias": "fileTypes"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; "changeEvent": "change"; "dragFilesEvent": "dragFiles"; "failedUploadEvent": "failedUpload"; }, never, never, false, never>;
39
57
  }
@@ -1,10 +1,41 @@
1
1
  export interface FileInputBrowseContext {
2
2
  browse: () => void;
3
3
  }
4
- export interface FileInputFileAmountContext {
4
+ export interface FileInputFileAmountContext extends FileInputBrowseContext {
5
5
  amount: number;
6
6
  }
7
7
  export interface FileInputFilesContext extends FileInputFileAmountContext {
8
8
  $implicit: File[];
9
9
  files: File[];
10
10
  }
11
+ export type FileInputFileType = {
12
+ /**
13
+ * An optional desciption of the category of file types allowed. Default to be an empty string.
14
+ */
15
+ description?: string;
16
+ /**
17
+ * An object with the keys set to the MIME type and the values an array of file extensions (see below for an example).
18
+ * ```ts
19
+ * readonly FILE_TYPES = [
20
+ * {
21
+ * description: "Text file",
22
+ * accept: { "text/plain": [".txt"] },
23
+ * },
24
+ * ];
25
+ * ```
26
+ */
27
+ accept: Record<string, string[]>;
28
+ };
29
+ export type FileInputFileTypes = FileInputFileType[];
30
+ export declare const FileInputFailedUploadReason: {
31
+ readonly InvalidMimeType: "InvalidMimeType";
32
+ readonly MimeTypeFoundButExtensionNotAllowed: "MimeTypeFoundButExtensionNotAllowed";
33
+ readonly InvalidExtension: "InvalidExtension";
34
+ readonly FileTooBig: "FileTooBig";
35
+ readonly TooManyFiles: "TooManyFiles";
36
+ };
37
+ export type FileInputFailedUploadReason = typeof FileInputFailedUploadReason[keyof typeof FileInputFailedUploadReason];
38
+ export interface FileInputFailedUpload {
39
+ file: File;
40
+ reason: FileInputFailedUploadReason;
41
+ }
@@ -9,6 +9,6 @@ import * as i7 from "../../buttons/icon-button/icon-button.module";
9
9
  import * as i8 from "../../icon/icon.module";
10
10
  export declare class ArdiumDateInputModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumDateInputModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumDateInputModule, [typeof i1.ArdiumDateInputComponent], [typeof i2.CommonModule, typeof i3.ArdiumFormFieldFrameModule, typeof i4.ArdiumDropdownPanelModule, typeof i5.ArdiumClickOutsideEventModule, typeof i6.ArdiumCalendarModule, typeof i7.ArdiumIconButtonModule, typeof i8.ArdiumIconModule], [typeof i1.ArdiumDateInputComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumDateInputModule, [typeof i1.ArdiumDateInputComponent], [typeof i2.CommonModule, typeof i3.ArdiumFormFieldFrameModule, typeof i4.ArdiumDropdownPanelModule, typeof i5.ArdiumClickOutsideModule, typeof i6.ArdiumCalendarModule, typeof i7.ArdiumIconButtonModule, typeof i8.ArdiumIconModule], [typeof i1.ArdiumDateInputComponent]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumDateInputModule>;
14
14
  }
@@ -8,6 +8,6 @@ import * as i6 from "../../dropdown-panel/dropdown-panel.module";
8
8
  import * as i7 from "@ardium-ui/devkit";
9
9
  export declare class ArdiumInputModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumInputModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumInputModule, [typeof i1.ArdiumInputComponent, typeof i2.ArdInputSuggestionTemplateDirective, typeof i2.ArdInputPlaceholderTemplateDirective, typeof i2.ArdInputLoadingTemplateDirective, typeof i2.ArdInputPrefixTemplateDirective, typeof i2.ArdInputSuffixTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumFormFieldFrameModule, typeof i5._ClearButtonModule, typeof i6.ArdiumDropdownPanelModule, typeof i7.ArdiumClickOutsideEventModule], [typeof i1.ArdiumInputComponent, typeof i2.ArdInputSuggestionTemplateDirective, typeof i2.ArdInputPlaceholderTemplateDirective, typeof i2.ArdInputLoadingTemplateDirective, typeof i2.ArdInputPrefixTemplateDirective, typeof i2.ArdInputSuffixTemplateDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumInputModule, [typeof i1.ArdiumInputComponent, typeof i2.ArdInputSuggestionTemplateDirective, typeof i2.ArdInputPlaceholderTemplateDirective, typeof i2.ArdInputLoadingTemplateDirective, typeof i2.ArdInputPrefixTemplateDirective, typeof i2.ArdInputSuffixTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumFormFieldFrameModule, typeof i5._ClearButtonModule, typeof i6.ArdiumDropdownPanelModule, typeof i7.ArdiumClickOutsideModule], [typeof i1.ArdiumInputComponent, typeof i2.ArdInputSuggestionTemplateDirective, typeof i2.ArdInputPlaceholderTemplateDirective, typeof i2.ArdInputLoadingTemplateDirective, typeof i2.ArdInputPrefixTemplateDirective, typeof i2.ArdInputSuffixTemplateDirective]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumInputModule>;
13
13
  }
@@ -6,6 +6,6 @@ import * as i4 from "@ardium-ui/devkit";
6
6
  import * as i5 from "../../buttons/button/button.module";
7
7
  export declare class ArdiumNumberInputModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumNumberInputModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumNumberInputModule, [typeof i1.ArdiumNumberInputComponent, typeof i2.ArdNumberInputPlaceholderTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumHoldEventModule, typeof i5.ArdiumButtonModule], [typeof i1.ArdiumNumberInputComponent, typeof i2.ArdNumberInputPlaceholderTemplateDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumNumberInputModule, [typeof i1.ArdiumNumberInputComponent, typeof i2.ArdNumberInputPlaceholderTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumHoldModule, typeof i5.ArdiumButtonModule], [typeof i1.ArdiumNumberInputComponent, typeof i2.ArdNumberInputPlaceholderTemplateDirective]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumNumberInputModule>;
11
11
  }
@@ -9,6 +9,6 @@ import * as i7 from "@ardium-ui/devkit";
9
9
  import * as i8 from "../_internal/clear-button/clear-button.module";
10
10
  export declare class ArdiumSelectModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ArdiumSelectModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumSelectModule, [typeof i1.ArdiumSelectComponent, typeof i2.ArdOptionTemplateDirective, typeof i2.ArdOptgroupTemplateDirective, typeof i2.ArdValueTemplateDirective, typeof i2.ArdSelectPlaceholderTemplateDirective, typeof i2.ArdLoadingSpinnerTemplateDirective, typeof i2.ArdLoadingPlaceholderTemplateDirective, typeof i2.ArdDropdownHeaderTemplateDirective, typeof i2.ArdDropdownFooterTemplateDirective, typeof i2.ArdNoItemsFoundTemplateDirective, typeof i2.ArdValueChipTemplateDirective, typeof i2.ArdItemLimitReachedTemplateDirective, typeof i2.ArdItemDisplayLimitTemplateDirective, typeof i2.ArdAddCustomTemplateDirective, typeof i2.ArdSelectPrefixTemplateDirective, typeof i2.ArdSelectSuffixTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumFormFieldFrameModule, typeof i5.ArdiumDropdownPanelModule, typeof i6.ArdiumChipModule, typeof i7.ArdiumClickOutsideEventModule, typeof i8._ClearButtonModule, typeof i7.ArdiumInnerHTMLModule], [typeof i1.ArdiumSelectComponent, typeof i2.ArdOptionTemplateDirective, typeof i2.ArdOptgroupTemplateDirective, typeof i2.ArdValueTemplateDirective, typeof i2.ArdSelectPlaceholderTemplateDirective, typeof i2.ArdLoadingSpinnerTemplateDirective, typeof i2.ArdLoadingPlaceholderTemplateDirective, typeof i2.ArdDropdownHeaderTemplateDirective, typeof i2.ArdDropdownFooterTemplateDirective, typeof i2.ArdNoItemsFoundTemplateDirective, typeof i2.ArdValueChipTemplateDirective, typeof i2.ArdItemLimitReachedTemplateDirective, typeof i2.ArdItemDisplayLimitTemplateDirective, typeof i2.ArdAddCustomTemplateDirective, typeof i2.ArdSelectPrefixTemplateDirective, typeof i2.ArdSelectSuffixTemplateDirective]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ArdiumSelectModule, [typeof i1.ArdiumSelectComponent, typeof i2.ArdOptionTemplateDirective, typeof i2.ArdOptgroupTemplateDirective, typeof i2.ArdValueTemplateDirective, typeof i2.ArdSelectPlaceholderTemplateDirective, typeof i2.ArdLoadingSpinnerTemplateDirective, typeof i2.ArdLoadingPlaceholderTemplateDirective, typeof i2.ArdDropdownHeaderTemplateDirective, typeof i2.ArdDropdownFooterTemplateDirective, typeof i2.ArdNoItemsFoundTemplateDirective, typeof i2.ArdValueChipTemplateDirective, typeof i2.ArdItemLimitReachedTemplateDirective, typeof i2.ArdItemDisplayLimitTemplateDirective, typeof i2.ArdAddCustomTemplateDirective, typeof i2.ArdSelectPrefixTemplateDirective, typeof i2.ArdSelectSuffixTemplateDirective], [typeof i3.CommonModule, typeof i4.ArdiumFormFieldFrameModule, typeof i5.ArdiumDropdownPanelModule, typeof i6.ArdiumChipModule, typeof i7.ArdiumClickOutsideModule, typeof i8._ClearButtonModule, typeof i7.ArdiumEscapeHTMLModule], [typeof i1.ArdiumSelectComponent, typeof i2.ArdOptionTemplateDirective, typeof i2.ArdOptgroupTemplateDirective, typeof i2.ArdValueTemplateDirective, typeof i2.ArdSelectPlaceholderTemplateDirective, typeof i2.ArdLoadingSpinnerTemplateDirective, typeof i2.ArdLoadingPlaceholderTemplateDirective, typeof i2.ArdDropdownHeaderTemplateDirective, typeof i2.ArdDropdownFooterTemplateDirective, typeof i2.ArdNoItemsFoundTemplateDirective, typeof i2.ArdValueChipTemplateDirective, typeof i2.ArdItemLimitReachedTemplateDirective, typeof i2.ArdItemDisplayLimitTemplateDirective, typeof i2.ArdAddCustomTemplateDirective, typeof i2.ArdSelectPrefixTemplateDirective, typeof i2.ArdSelectSuffixTemplateDirective]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<ArdiumSelectModule>;
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardium-ui/ui",
3
- "version": "4.1.1",
3
+ "version": "4.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
@@ -12,7 +12,7 @@
12
12
  "first-last": "^1.1.1",
13
13
  "more-rounding": "^4.2.2",
14
14
  "resolve-object-path": "^2.0.0",
15
- "@ardium-ui/devkit": "^1.3.10",
15
+ "@ardium-ui/devkit": "^7.7.1",
16
16
  "simple-bool": "^3.0.1",
17
17
  "take-chance": "^4.3.2",
18
18
  "color": "^4.2.3"
@@ -16,10 +16,10 @@
16
16
  box-sizing: border-box;
17
17
  font-size: 1rem;
18
18
  line-height: 1.25em;
19
- padding: 0 0 0 0.375rem;
19
+ padding: 0 0.375rem;
20
20
  min-width: 10rem;
21
21
  max-width: 100%;
22
- gap: 0.125rem;
22
+ gap: 0.375rem;
23
23
  cursor: default;
24
24
  border-radius: var(--ard-variant-border-radius);
25
25
  }
@@ -301,5 +301,26 @@
301
301
  .ard-file-input .ard-clear-btn-wrapper:active .ard-focus-overlay {
302
302
  opacity: 15%;
303
303
  }
304
+ .ard-file-input .ard-input-container {
305
+ white-space: nowrap;
306
+ }
307
+ .ard-file-input .ard-input-container,
308
+ .ard-file-input .ard-file-input__value,
309
+ .ard-file-input .ard-file-input__uploaded,
310
+ .ard-file-input .ard-file-input__full-file-name,
311
+ .ard-file-input .ard-file-input__file-name {
312
+ overflow: hidden;
313
+ text-overflow: ellipsis;
314
+ max-width: 100%;
315
+ }
316
+ .ard-file-input .ard-file-input__full-file-name {
317
+ display: grid;
318
+ grid-template-columns: 1fr max-content;
319
+ font-weight: 500;
320
+ }
321
+
322
+ ard-file-input .ard-form-field-content-container {
323
+ max-width: 100%;
324
+ }
304
325
 
305
326
  /*# sourceMappingURL=file-input.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/file-input.scss","../../../../../projects/ui/src/themes/default/_coloring.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACKE;EACE;;;AAGJ;EDLE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECDA;EACA;EACA;EACA;EACA;EACA;;AChBA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AFrHF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AC1BF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EErCF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EF8BI,YGlDI;EHmDJ;;AAGA;EACE;;AAIF;EACE;;AAIF;EACE;;AAIF;EACE;;AIpEN;EACE,QDkCgB;ECjChB,ODiCgB;EChChB;;AAGF;EACE;EACA;EACA,ODGK;ECFL,ODyBgB;ECxBhB,QDwBgB;ECvBhB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EFvBF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EEgBI;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EF7CN;EACA;EACA,yBACE;EE4CI;;AAKF;EACE;;AAKF;EACE;;AAKF;EACE","file":"file-input.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../projects/ui/src/themes/default/inputs/_shared.scss","../../../../../projects/ui/src/themes/default/inputs/file-input.scss","../../../../../projects/ui/src/themes/default/_coloring.scss","../../../../../projects/ui/src/themes/default/_mixins.scss","../../../../../projects/ui/src/themes/_variables.scss","../../../../../projects/ui/src/themes/default/_clear-button.scss"],"names":[],"mappings":"AAEA;AAAA;AAAA;ACKE;EACE;;;AAGJ;EDLE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;ECDA;EACA;EACA;EACA;EACA;EACA;;AChBA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AFrHF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AC1BF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EErCF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EF8BI,YGlDI;EHmDJ;;AAGA;EACE;;AAIF;EACE;;AAIF;EACE;;AAIF;EACE;;AIpEN;EACE,QDkCgB;ECjChB,ODiCgB;EChChB;;AAGF;EACE;EACA;EACA,ODGK;ECFL,ODyBgB;ECxBhB,QDwBgB;ECvBhB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EFvBF;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EEgBI;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EF7CN;EACA;EACA,yBACE;EE4CI;;AAKF;EACE;;AAKF;EACE;;AAKF;EACE;;AJWN;EACE;;AAEF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;;AAEF;EACE;EACA;EACA;;;AAGJ;EACE","file":"file-input.css"}
@@ -1,121 +1,121 @@
1
- $bg: var(--ard-bg);
2
- $bg-alt: var(--ard-bg-alt);
3
- $overlay: var(--ard-overlay);
4
- $overlay-rgb: var(--ard-overlay-rgb);
5
- $bg-d: var(--ard-bg-darker);
6
- $bg-f: var(--ard-bg-filled);
7
- $bg-f-alt: var(--ard-bg-filled-alt);
8
- $text: var(--ard-text);
9
- $text2: var(--ard-text2);
10
- $text3: var(--ard-text3);
11
- $text-alt: var(--ard-text-alt);
12
- $text2-alt: var(--ard-text2-alt);
13
- $text3-alt: var(--ard-text3-alt);
14
- $border-dark: var(--ard-border-dark);
15
- $border: var(--ard-border);
16
- $border-light: var(--ard-border-light);
17
- $detail: var(--ard-detail);
18
- $detail-light: var(--ard-detail-light);
19
- $detail-ultralight: var(--ard-detail-ultralight);
20
- $detail-ultralight-solid: var(--ard-detail-ultralight-solid);
21
-
22
- $lighten-overlay: var(--ard-lighten-overlay);
23
- $lighten-overlay-strong: var(--ard-lighten-overlay-strong);
24
- $lighten-overlay-medium: var(--ard-lighten-overlay-medium);
25
- $lighten-overlay-light: var(--ard-lighten-overlay-light);
26
- $darken-overlay: var(--ard-darken-overlay);
27
- $darken-overlay-strong: var(--ard-darken-overlay-strong);
28
- $darken-overlay-medium: var(--ard-darken-overlay-medium);
29
- $darken-overlay-light: var(--ard-darken-overlay-light);
30
- $darken-overlay-ultralight: var(--ard-darken-overlay-ultralight);
31
-
32
- $box-shadow: var(--ard-box-shadow);
33
- $card-shadow: var(--ard-card-shadow);
34
- $simple-shadow: var(--ard-simple-shadow);
35
- $simple-shadow2: var(--ard-simple-shadow2);
36
- $simple-shadow3: var(--ard-simple-shadow3);
37
-
38
- $timing-fn: cubic-bezier(0.4, 0, 0.2, 1);
39
-
40
- $clear-button-size: var(--ard-clear-button-size);
41
- $dropdown-button-size: var(--ard-dropdown-button-size);
42
-
43
- $gold: var(--ard-gold);
44
-
45
- $main50: rgb(var(--ard-primary-50));
46
- $main50-rgb: var(--ard-primary-50);
47
- $main100: rgb(var(--ard-primary-100));
48
- $main100-rgb: var(--ard-primary-100);
49
- $main300: rgb(var(--ard-primary-300));
50
- $main300-rgb: var(--ard-primary-300);
51
- $main500: rgb(var(--ard-primary-500));
52
- $main500-rgb: var(--ard-primary-500);
53
- $main700: rgb(var(--ard-primary-700));
54
- $main700-rgb: var(--ard-primary-700);
55
- $main900: rgb(var(--ard-primary-900));
56
- $main900-rgb: var(--ard-primary-900);
57
-
58
- $scnd50: rgb(var(--ard-secondary-50));
59
- $scnd50-rgb: var(--ard-secondary-50);
60
- $scnd100: rgb(var(--ard-secondary-100));
61
- $scnd100-rgb: var(--ard-secondary-100);
62
- $scnd300: rgb(var(--ard-secondary-300));
63
- $scnd300-rgb: var(--ard-secondary-300);
64
- $scnd500: rgb(var(--ard-secondary-500));
65
- $scnd500-rgb: var(--ard-secondary-500);
66
- $scnd700: rgb(var(--ard-secondary-700));
67
- $scnd700-rgb: var(--ard-secondary-700);
68
- $scnd900: rgb(var(--ard-secondary-900));
69
- $scnd900-rgb: var(--ard-secondary-900);
70
-
71
- $danger50: rgb(var(--ard-danger-50));
72
- $danger50-rgb: var(--ard-danger-50);
73
- $danger100: rgb(var(--ard-danger-100));
74
- $danger100-rgb: var(--ard-danger-100);
75
- $danger300: rgb(var(--ard-danger-300));
76
- $danger300-rgb: var(--ard-danger-300);
77
- $danger500: rgb(var(--ard-danger-500));
78
- $danger500-rgb: var(--ard-danger-500);
79
- $danger700: rgb(var(--ard-danger-700));
80
- $danger700-rgb: var(--ard-danger-700);
81
- $danger900: rgb(var(--ard-danger-900));
82
- $danger900-rgb: var(--ard-danger-900);
83
-
84
- $warn50: rgb(var(--ard-warn-50));
85
- $warn50-rgb: var(--ard-warn-50);
86
- $warn100: rgb(var(--ard-warn-100));
87
- $warn100-rgb: var(--ard-warn-100);
88
- $warn300: rgb(var(--ard-warn-300));
89
- $warn300-rgb: var(--ard-warn-300);
90
- $warn500: rgb(var(--ard-warn-500));
91
- $warn500-rgb: var(--ard-warn-500);
92
- $warn700: rgb(var(--ard-warn-700));
93
- $warn700-rgb: var(--ard-warn-700);
94
- $warn900: rgb(var(--ard-warn-900));
95
- $warn900-rgb: var(--ard-warn-900);
96
-
97
- $success50: rgb(var(--ard-success-50));
98
- $success50-rgb: var(--ard-success-50);
99
- $success100: rgb(var(--ard-success-100));
100
- $success100-rgb: var(--ard-success-100);
101
- $success300: rgb(var(--ard-success-300));
102
- $success300-rgb: var(--ard-success-300);
103
- $success500: rgb(var(--ard-success-500));
104
- $success500-rgb: var(--ard-success-500);
105
- $success700: rgb(var(--ard-success-700));
106
- $success700-rgb: var(--ard-success-700);
107
- $success900: rgb(var(--ard-success-900));
108
- $success900-rgb: var(--ard-success-900);
109
-
110
- $info50: rgb(var(--ard-info-50));
111
- $info50-rgb: var(--ard-info-50);
112
- $info100: rgb(var(--ard-info-100));
113
- $info100-rgb: var(--ard-info-100);
114
- $info300: rgb(var(--ard-info-300));
115
- $info300-rgb: var(--ard-info-300);
116
- $info500: rgb(var(--ard-info-500));
117
- $info500-rgb: var(--ard-info-500);
118
- $info700: rgb(var(--ard-info-700));
119
- $info700-rgb: var(--ard-info-700);
120
- $info900: rgb(var(--ard-info-900));
121
- $info900-rgb: var(--ard-info-900);
1
+ $bg: var(--ard-bg);
2
+ $bg-alt: var(--ard-bg-alt);
3
+ $overlay: var(--ard-overlay);
4
+ $overlay-rgb: var(--ard-overlay-rgb);
5
+ $bg-d: var(--ard-bg-darker);
6
+ $bg-f: var(--ard-bg-filled);
7
+ $bg-f-alt: var(--ard-bg-filled-alt);
8
+ $text: var(--ard-text);
9
+ $text2: var(--ard-text2);
10
+ $text3: var(--ard-text3);
11
+ $text-alt: var(--ard-text-alt);
12
+ $text2-alt: var(--ard-text2-alt);
13
+ $text3-alt: var(--ard-text3-alt);
14
+ $border-dark: var(--ard-border-dark);
15
+ $border: var(--ard-border);
16
+ $border-light: var(--ard-border-light);
17
+ $detail: var(--ard-detail);
18
+ $detail-light: var(--ard-detail-light);
19
+ $detail-ultralight: var(--ard-detail-ultralight);
20
+ $detail-ultralight-solid: var(--ard-detail-ultralight-solid);
21
+
22
+ $lighten-overlay: var(--ard-lighten-overlay);
23
+ $lighten-overlay-strong: var(--ard-lighten-overlay-strong);
24
+ $lighten-overlay-medium: var(--ard-lighten-overlay-medium);
25
+ $lighten-overlay-light: var(--ard-lighten-overlay-light);
26
+ $darken-overlay: var(--ard-darken-overlay);
27
+ $darken-overlay-strong: var(--ard-darken-overlay-strong);
28
+ $darken-overlay-medium: var(--ard-darken-overlay-medium);
29
+ $darken-overlay-light: var(--ard-darken-overlay-light);
30
+ $darken-overlay-ultralight: var(--ard-darken-overlay-ultralight);
31
+
32
+ $box-shadow: var(--ard-box-shadow);
33
+ $card-shadow: var(--ard-card-shadow);
34
+ $simple-shadow: var(--ard-simple-shadow);
35
+ $simple-shadow2: var(--ard-simple-shadow2);
36
+ $simple-shadow3: var(--ard-simple-shadow3);
37
+
38
+ $timing-fn: cubic-bezier(0.4, 0, 0.2, 1);
39
+
40
+ $clear-button-size: var(--ard-clear-button-size);
41
+ $dropdown-button-size: var(--ard-dropdown-button-size);
42
+
43
+ $gold: var(--ard-gold);
44
+
45
+ $main50: rgb(var(--ard-primary-50));
46
+ $main50-rgb: var(--ard-primary-50);
47
+ $main100: rgb(var(--ard-primary-100));
48
+ $main100-rgb: var(--ard-primary-100);
49
+ $main300: rgb(var(--ard-primary-300));
50
+ $main300-rgb: var(--ard-primary-300);
51
+ $main500: rgb(var(--ard-primary-500));
52
+ $main500-rgb: var(--ard-primary-500);
53
+ $main700: rgb(var(--ard-primary-700));
54
+ $main700-rgb: var(--ard-primary-700);
55
+ $main900: rgb(var(--ard-primary-900));
56
+ $main900-rgb: var(--ard-primary-900);
57
+
58
+ $scnd50: rgb(var(--ard-secondary-50));
59
+ $scnd50-rgb: var(--ard-secondary-50);
60
+ $scnd100: rgb(var(--ard-secondary-100));
61
+ $scnd100-rgb: var(--ard-secondary-100);
62
+ $scnd300: rgb(var(--ard-secondary-300));
63
+ $scnd300-rgb: var(--ard-secondary-300);
64
+ $scnd500: rgb(var(--ard-secondary-500));
65
+ $scnd500-rgb: var(--ard-secondary-500);
66
+ $scnd700: rgb(var(--ard-secondary-700));
67
+ $scnd700-rgb: var(--ard-secondary-700);
68
+ $scnd900: rgb(var(--ard-secondary-900));
69
+ $scnd900-rgb: var(--ard-secondary-900);
70
+
71
+ $danger50: rgb(var(--ard-danger-50));
72
+ $danger50-rgb: var(--ard-danger-50);
73
+ $danger100: rgb(var(--ard-danger-100));
74
+ $danger100-rgb: var(--ard-danger-100);
75
+ $danger300: rgb(var(--ard-danger-300));
76
+ $danger300-rgb: var(--ard-danger-300);
77
+ $danger500: rgb(var(--ard-danger-500));
78
+ $danger500-rgb: var(--ard-danger-500);
79
+ $danger700: rgb(var(--ard-danger-700));
80
+ $danger700-rgb: var(--ard-danger-700);
81
+ $danger900: rgb(var(--ard-danger-900));
82
+ $danger900-rgb: var(--ard-danger-900);
83
+
84
+ $warn50: rgb(var(--ard-warn-50));
85
+ $warn50-rgb: var(--ard-warn-50);
86
+ $warn100: rgb(var(--ard-warn-100));
87
+ $warn100-rgb: var(--ard-warn-100);
88
+ $warn300: rgb(var(--ard-warn-300));
89
+ $warn300-rgb: var(--ard-warn-300);
90
+ $warn500: rgb(var(--ard-warn-500));
91
+ $warn500-rgb: var(--ard-warn-500);
92
+ $warn700: rgb(var(--ard-warn-700));
93
+ $warn700-rgb: var(--ard-warn-700);
94
+ $warn900: rgb(var(--ard-warn-900));
95
+ $warn900-rgb: var(--ard-warn-900);
96
+
97
+ $success50: rgb(var(--ard-success-50));
98
+ $success50-rgb: var(--ard-success-50);
99
+ $success100: rgb(var(--ard-success-100));
100
+ $success100-rgb: var(--ard-success-100);
101
+ $success300: rgb(var(--ard-success-300));
102
+ $success300-rgb: var(--ard-success-300);
103
+ $success500: rgb(var(--ard-success-500));
104
+ $success500-rgb: var(--ard-success-500);
105
+ $success700: rgb(var(--ard-success-700));
106
+ $success700-rgb: var(--ard-success-700);
107
+ $success900: rgb(var(--ard-success-900));
108
+ $success900-rgb: var(--ard-success-900);
109
+
110
+ $info50: rgb(var(--ard-info-50));
111
+ $info50-rgb: var(--ard-info-50);
112
+ $info100: rgb(var(--ard-info-100));
113
+ $info100-rgb: var(--ard-info-100);
114
+ $info300: rgb(var(--ard-info-300));
115
+ $info300-rgb: var(--ard-info-300);
116
+ $info500: rgb(var(--ard-info-500));
117
+ $info500-rgb: var(--ard-info-500);
118
+ $info700: rgb(var(--ard-info-700));
119
+ $info700-rgb: var(--ard-info-700);
120
+ $info900: rgb(var(--ard-info-900));
121
+ $info900-rgb: var(--ard-info-900);