chrv-components 1.12.109 → 1.12.111

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 (303) hide show
  1. package/chrv-components-1.12.111.tgz +0 -0
  2. package/fesm2022/chrv-components.mjs +9002 -0
  3. package/fesm2022/chrv-components.mjs.map +1 -0
  4. package/package.json +33 -21
  5. package/types/chrv-components.d.ts +3200 -0
  6. package/chrv-components-1.12.109.tgz +0 -0
  7. package/ng-package.json +0 -17
  8. package/src/lib/animations/in-out.animation.ts +0 -13
  9. package/src/lib/animations/rotation.animation.ts +0 -35
  10. package/src/lib/animations/rotation.scss +0 -8
  11. package/src/lib/chr-breadcrumb/chr-breadcrumb.component.html +0 -13
  12. package/src/lib/chr-breadcrumb/chr-breadcrumb.component.scss +0 -0
  13. package/src/lib/chr-breadcrumb/chr-breadcrumb.component.spec.ts +0 -22
  14. package/src/lib/chr-breadcrumb/chr-breadcrumb.component.ts +0 -29
  15. package/src/lib/chr-button/button.component.css +0 -185
  16. package/src/lib/chr-button/button.component.html +0 -20
  17. package/src/lib/chr-button/button.component.ts +0 -116
  18. package/src/lib/chr-button-legacy/chr-button.component.html +0 -11
  19. package/src/lib/chr-button-legacy/chr-button.component.scss +0 -53
  20. package/src/lib/chr-button-legacy/chr-button.component.spec.ts +0 -22
  21. package/src/lib/chr-button-legacy/chr-button.component.ts +0 -83
  22. package/src/lib/chr-button-new/chr-button.component.css +0 -30
  23. package/src/lib/chr-button-new/chr-button.component.html +0 -34
  24. package/src/lib/chr-button-new/chr-button.component.spec.ts +0 -22
  25. package/src/lib/chr-button-new/chr-button.component.ts +0 -60
  26. package/src/lib/chr-carousel/chr-carousel.component.css +0 -46
  27. package/src/lib/chr-carousel/chr-carousel.component.html +0 -46
  28. package/src/lib/chr-carousel/chr-carousel.component.spec.ts +0 -23
  29. package/src/lib/chr-carousel/chr-carousel.component.ts +0 -178
  30. package/src/lib/chr-checkbox/chr-checkbox.component.html +0 -17
  31. package/src/lib/chr-checkbox/chr-checkbox.component.scss +0 -9
  32. package/src/lib/chr-checkbox/chr-checkbox.component.spec.ts +0 -23
  33. package/src/lib/chr-checkbox/chr-checkbox.component.ts +0 -35
  34. package/src/lib/chr-context-menu/chr-context-menu.component.html +0 -20
  35. package/src/lib/chr-context-menu/chr-context-menu.component.scss +0 -60
  36. package/src/lib/chr-context-menu/chr-context-menu.component.spec.ts +0 -23
  37. package/src/lib/chr-context-menu/chr-context-menu.component.ts +0 -49
  38. package/src/lib/chr-data-list/chr-data-list.html +0 -37
  39. package/src/lib/chr-data-list/chr-data-list.scss +0 -89
  40. package/src/lib/chr-data-list/chr-data-list.spec.ts +0 -22
  41. package/src/lib/chr-data-list/chr-data-list.ts +0 -341
  42. package/src/lib/chr-datagrid/data-grid/data-grid.html +0 -180
  43. package/src/lib/chr-datagrid/data-grid/data-grid.scss +0 -342
  44. package/src/lib/chr-datagrid/data-grid/data-grid.spec.ts +0 -23
  45. package/src/lib/chr-datagrid/data-grid/data-grid.ts +0 -807
  46. package/src/lib/chr-datagrid/editable-cell/editable-cell.html +0 -43
  47. package/src/lib/chr-datagrid/editable-cell/editable-cell.scss +0 -81
  48. package/src/lib/chr-datagrid/editable-cell/editable-cell.spec.ts +0 -23
  49. package/src/lib/chr-datagrid/editable-cell/editable-cell.ts +0 -158
  50. package/src/lib/chr-datagrid/filter/column-filter.html +0 -36
  51. package/src/lib/chr-datagrid/filter/column-filter.scss +0 -108
  52. package/src/lib/chr-datagrid/filter/column-filter.spec.ts +0 -22
  53. package/src/lib/chr-datagrid/filter/column-filter.ts +0 -148
  54. package/src/lib/chr-datagrid/group/column-group.html +0 -27
  55. package/src/lib/chr-datagrid/group/column-group.scss +0 -100
  56. package/src/lib/chr-datagrid/group/column-group.spec.ts +0 -22
  57. package/src/lib/chr-datagrid/group/column-group.ts +0 -106
  58. package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.html +0 -13
  59. package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.scss +0 -8
  60. package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.spec.ts +0 -22
  61. package/src/lib/chr-deactivation-warning-modal/chr-deactivation-warning-modal.ts +0 -18
  62. package/src/lib/chr-default-modal/chr-default-modal.component.html +0 -19
  63. package/src/lib/chr-default-modal/chr-default-modal.component.scss +0 -5
  64. package/src/lib/chr-default-modal/chr-default-modal.component.spec.ts +0 -23
  65. package/src/lib/chr-default-modal/chr-default-modal.component.ts +0 -73
  66. package/src/lib/chr-delete-modal/chr-delete-modal.component.html +0 -24
  67. package/src/lib/chr-delete-modal/chr-delete-modal.component.scss +0 -5
  68. package/src/lib/chr-delete-modal/chr-delete-modal.component.spec.ts +0 -23
  69. package/src/lib/chr-delete-modal/chr-delete-modal.component.ts +0 -41
  70. package/src/lib/chr-dropdown/chr-dropdown.component.css +0 -44
  71. package/src/lib/chr-dropdown/chr-dropdown.component.html +0 -25
  72. package/src/lib/chr-dropdown/chr-dropdown.component.spec.ts +0 -22
  73. package/src/lib/chr-dropdown/chr-dropdown.component.ts +0 -62
  74. package/src/lib/chr-form/chr-base-input/chr-base-input.component.html +0 -53
  75. package/src/lib/chr-form/chr-base-input/chr-base-input.component.scss +0 -151
  76. package/src/lib/chr-form/chr-base-input/chr-base-input.component.spec.ts +0 -23
  77. package/src/lib/chr-form/chr-base-input/chr-base-input.component.ts +0 -577
  78. package/src/lib/chr-form/chr-color-input/chr-color-input.component.html +0 -45
  79. package/src/lib/chr-form/chr-color-input/chr-color-input.component.scss +0 -15
  80. package/src/lib/chr-form/chr-color-input/chr-color-input.component.spec.ts +0 -23
  81. package/src/lib/chr-form/chr-color-input/chr-color-input.component.ts +0 -61
  82. package/src/lib/chr-form/chr-date-input/chr-date-input.component.html +0 -38
  83. package/src/lib/chr-form/chr-date-input/chr-date-input.component.scss +0 -5
  84. package/src/lib/chr-form/chr-date-input/chr-date-input.component.spec.ts +0 -23
  85. package/src/lib/chr-form/chr-date-input/chr-date-input.component.ts +0 -113
  86. package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.html +0 -38
  87. package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.scss +0 -5
  88. package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.spec.ts +0 -23
  89. package/src/lib/chr-form/chr-datetime-input/chr-datetime-input.component.ts +0 -108
  90. package/src/lib/chr-form/chr-file-input/chr-file-input.component.html +0 -94
  91. package/src/lib/chr-form/chr-file-input/chr-file-input.component.scss +0 -148
  92. package/src/lib/chr-form/chr-file-input/chr-file-input.component.spec.ts +0 -23
  93. package/src/lib/chr-form/chr-file-input/chr-file-input.component.ts +0 -196
  94. package/src/lib/chr-form/chr-form.component.html +0 -211
  95. package/src/lib/chr-form/chr-form.component.scss +0 -48
  96. package/src/lib/chr-form/chr-form.component.spec.ts +0 -22
  97. package/src/lib/chr-form/chr-form.component.ts +0 -465
  98. package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.html +0 -57
  99. package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.scss +0 -21
  100. package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.spec.ts +0 -22
  101. package/src/lib/chr-form/chr-nice-file-input/chr-nice-file-input.component.ts +0 -23
  102. package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.html +0 -37
  103. package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.scss +0 -27
  104. package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.spec.ts +0 -23
  105. package/src/lib/chr-form/chr-textarea-input/chr-textarea-input.component.ts +0 -93
  106. package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.html +0 -37
  107. package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.scss +0 -59
  108. package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.spec.ts +0 -23
  109. package/src/lib/chr-form/chr-toggle-input/chr-toggle-input.component.ts +0 -66
  110. package/src/lib/chr-form-legacy/chr-form-legacy.component.html +0 -233
  111. package/src/lib/chr-form-legacy/chr-form-legacy.component.scss +0 -159
  112. package/src/lib/chr-form-legacy/chr-form-legacy.component.spec.ts +0 -22
  113. package/src/lib/chr-form-legacy/chr-form-legacy.component.ts +0 -399
  114. package/src/lib/chr-hover-title/chr-hover-title.component.html +0 -4
  115. package/src/lib/chr-hover-title/chr-hover-title.component.scss +0 -91
  116. package/src/lib/chr-hover-title/chr-hover-title.component.spec.ts +0 -23
  117. package/src/lib/chr-hover-title/chr-hover-title.component.ts +0 -31
  118. package/src/lib/chr-inline-svg/chr-inline-svg.component.css +0 -0
  119. package/src/lib/chr-inline-svg/chr-inline-svg.component.html +0 -3
  120. package/src/lib/chr-inline-svg/chr-inline-svg.component.spec.ts +0 -23
  121. package/src/lib/chr-inline-svg/chr-inline-svg.component.ts +0 -53
  122. package/src/lib/chr-inputs/chr-file-input/chr-file-input.component.css +0 -137
  123. package/src/lib/chr-inputs/chr-file-input/chr-file-input.component.html +0 -40
  124. package/src/lib/chr-inputs/chr-file-input/chr-file-input.component.ts +0 -163
  125. package/src/lib/chr-inputs/chr-input/chr-input.component.css +0 -176
  126. package/src/lib/chr-inputs/chr-input/chr-input.component.html +0 -41
  127. package/src/lib/chr-inputs/chr-input/chr-input.component.ts +0 -303
  128. package/src/lib/chr-inputs/chr-password-input/chr-password-input.component.css +0 -7
  129. package/src/lib/chr-inputs/chr-password-input/chr-password-input.component.html +0 -9
  130. package/src/lib/chr-inputs/chr-password-input/chr-password-input.component.ts +0 -29
  131. package/src/lib/chr-inputs/chr-search-select-input/chr-search-select-input.component.css +0 -32
  132. package/src/lib/chr-inputs/chr-search-select-input/chr-search-select-input.component.html +0 -19
  133. package/src/lib/chr-inputs/chr-search-select-input/chr-search-select-input.component.ts +0 -62
  134. package/src/lib/chr-inputs/chr-tag-select-input/chr-tag-select-input.component.css +0 -57
  135. package/src/lib/chr-inputs/chr-tag-select-input/chr-tag-select-input.component.html +0 -31
  136. package/src/lib/chr-inputs/chr-tag-select-input/chr-tag-select-input.component.ts +0 -100
  137. package/src/lib/chr-message-banner/message-banner.html +0 -15
  138. package/src/lib/chr-message-banner/message-banner.scss +0 -81
  139. package/src/lib/chr-message-banner/message-banner.spec.ts +0 -23
  140. package/src/lib/chr-message-banner/message-banner.ts +0 -22
  141. package/src/lib/chr-modal/chr-modal.component.html +0 -8
  142. package/src/lib/chr-modal/chr-modal.component.scss +0 -133
  143. package/src/lib/chr-modal/chr-modal.component.ts +0 -114
  144. package/src/lib/chr-old-spinner/chr-old-spinner.component.html +0 -12
  145. package/src/lib/chr-old-spinner/chr-old-spinner.component.scss +0 -75
  146. package/src/lib/chr-old-spinner/chr-old-spinner.component.ts +0 -69
  147. package/src/lib/chr-paginator/chr-paginator.component.html +0 -43
  148. package/src/lib/chr-paginator/chr-paginator.component.scss +0 -25
  149. package/src/lib/chr-paginator/chr-paginator.component.spec.ts +0 -22
  150. package/src/lib/chr-paginator/chr-paginator.component.ts +0 -201
  151. package/src/lib/chr-search-select/chr-search-select.component.html +0 -77
  152. package/src/lib/chr-search-select/chr-search-select.component.scss +0 -41
  153. package/src/lib/chr-search-select/chr-search-select.component.spec.ts +0 -23
  154. package/src/lib/chr-search-select/chr-search-select.component.ts +0 -197
  155. package/src/lib/chr-searchbar/chr-searchbar.component.html +0 -19
  156. package/src/lib/chr-searchbar/chr-searchbar.component.scss +0 -0
  157. package/src/lib/chr-searchbar/chr-searchbar.component.spec.ts +0 -23
  158. package/src/lib/chr-searchbar/chr-searchbar.component.ts +0 -28
  159. package/src/lib/chr-separator/chr-separator.component.html +0 -3
  160. package/src/lib/chr-separator/chr-separator.component.scss +0 -13
  161. package/src/lib/chr-separator/chr-separator.component.spec.ts +0 -23
  162. package/src/lib/chr-separator/chr-separator.component.ts +0 -13
  163. package/src/lib/chr-spinner/chr-spinner.html +0 -16
  164. package/src/lib/chr-spinner/chr-spinner.scss +0 -203
  165. package/src/lib/chr-spinner/chr-spinner.ts +0 -25
  166. package/src/lib/chr-tab/chr-tab.component.css +0 -11
  167. package/src/lib/chr-tab/chr-tab.component.html +0 -3
  168. package/src/lib/chr-tab/chr-tab.component.spec.ts +0 -22
  169. package/src/lib/chr-tab/chr-tab.component.ts +0 -23
  170. package/src/lib/chr-tab-group/chr-tab-group.component.css +0 -20
  171. package/src/lib/chr-tab-group/chr-tab-group.component.html +0 -23
  172. package/src/lib/chr-tab-group/chr-tab-group.component.spec.ts +0 -23
  173. package/src/lib/chr-tab-group/chr-tab-group.component.ts +0 -48
  174. package/src/lib/chr-table/chr-table.component.html +0 -151
  175. package/src/lib/chr-table/chr-table.component.scss +0 -35
  176. package/src/lib/chr-table/chr-table.component.spec.ts +0 -23
  177. package/src/lib/chr-table/chr-table.component.ts +0 -277
  178. package/src/lib/chr-table-header-cell/chr-table-header-cell.component.html +0 -18
  179. package/src/lib/chr-table-header-cell/chr-table-header-cell.component.scss +0 -22
  180. package/src/lib/chr-table-header-cell/chr-table-header-cell.component.spec.ts +0 -23
  181. package/src/lib/chr-table-header-cell/chr-table-header-cell.component.ts +0 -51
  182. package/src/lib/chr-table-new/chr-table-new.component.html +0 -212
  183. package/src/lib/chr-table-new/chr-table-new.component.scss +0 -191
  184. package/src/lib/chr-table-new/chr-table-new.component.spec.ts +0 -22
  185. package/src/lib/chr-table-new/chr-table-new.component.ts +0 -322
  186. package/src/lib/chr-tag-select/chr-tag-select.component.html +0 -77
  187. package/src/lib/chr-tag-select/chr-tag-select.component.scss +0 -29
  188. package/src/lib/chr-tag-select/chr-tag-select.component.spec.ts +0 -22
  189. package/src/lib/chr-tag-select/chr-tag-select.component.ts +0 -292
  190. package/src/lib/chr-toast/toast.html +0 -42
  191. package/src/lib/chr-toast/toast.scss +0 -152
  192. package/src/lib/chr-toast/toast.spec.ts +0 -22
  193. package/src/lib/chr-toast/toast.ts +0 -60
  194. package/src/lib/chr-toast-container/toast-container.html +0 -7
  195. package/src/lib/chr-toast-container/toast-container.scss +0 -6
  196. package/src/lib/chr-toast-container/toast-container.spec.ts +0 -23
  197. package/src/lib/chr-toast-container/toast-container.ts +0 -55
  198. package/src/lib/chr-toast-legacy/chr-toast.component.html +0 -15
  199. package/src/lib/chr-toast-legacy/chr-toast.component.scss +0 -46
  200. package/src/lib/chr-toast-legacy/chr-toast.component.spec.ts +0 -23
  201. package/src/lib/chr-toast-legacy/chr-toast.component.ts +0 -18
  202. package/src/lib/config/interceptors/CachingInterceptor.ts +0 -47
  203. package/src/lib/config/interceptors/ProgressInterceptor.ts +0 -56
  204. package/src/lib/config/interceptors/SpinnerInterceptor.ts +0 -31
  205. package/src/lib/config/interceptors/XsrfInterceptor.ts +0 -66
  206. package/src/lib/config/interceptors/old_SpinnerInterceptor.ts +0 -40
  207. package/src/lib/config/ngx-mask.config.ts +0 -59
  208. package/src/lib/config/providers/debounce-plugin-provider.ts +0 -10
  209. package/src/lib/config/providers/xsrf-provider.ts +0 -46
  210. package/src/lib/directives/autofocus.directive.ts +0 -14
  211. package/src/lib/directives/chr-hover-title.directive.ts +0 -266
  212. package/src/lib/directives/chr-hover.directive.ts +0 -260
  213. package/src/lib/directives/chr-popover-directive.directive.ts +0 -185
  214. package/src/lib/directives/context-menu.directive.ts +0 -220
  215. package/src/lib/directives/control-click.directive.ts +0 -69
  216. package/src/lib/directives/cross-cell-navigation.directive.ts +0 -78
  217. package/src/lib/directives/debounce.directive.ts +0 -73
  218. package/src/lib/directives/outside-click-aware.directive.ts +0 -29
  219. package/src/lib/directives/prevent-reload.directive.ts +0 -19
  220. package/src/lib/directives/scroll-into-view.directive.ts +0 -30
  221. package/src/lib/directives/tab-input-only-handler.directive.ts +0 -30
  222. package/src/lib/directives/tab-to-enter-handler.directive.ts +0 -24
  223. package/src/lib/guards/form-deactivation/deactivation.guard.spec.ts +0 -21
  224. package/src/lib/guards/form-deactivation/deactivation.guard.ts +0 -36
  225. package/src/lib/models/AnonymousTable.model.ts +0 -219
  226. package/src/lib/models/AutoDataSource.model.ts +0 -283
  227. package/src/lib/models/AutoDataTable.model.ts +0 -144
  228. package/src/lib/models/CanBeDeactivated.ts +0 -3
  229. package/src/lib/models/ColumnMetadata.model.ts +0 -250
  230. package/src/lib/models/FilterMode.enum.ts +0 -9
  231. package/src/lib/models/GroupAggregationEnum.ts +0 -7
  232. package/src/lib/models/Position.model.ts +0 -14
  233. package/src/lib/models/TableConstraint.model.ts +0 -68
  234. package/src/lib/models/TableConstraintColumn.model.ts +0 -58
  235. package/src/lib/models/TableConstraintReference.model.ts +0 -46
  236. package/src/lib/models/chr-validators/base-validator.ts +0 -117
  237. package/src/lib/models/chr-validators/decimal-validator.ts +0 -58
  238. package/src/lib/models/chr-validators/max-date-validator.ts +0 -51
  239. package/src/lib/models/chr-validators/max-file-size-validator.ts +0 -72
  240. package/src/lib/models/chr-validators/maxlength-validator.ts +0 -50
  241. package/src/lib/models/chr-validators/min-file-size-validator.ts +0 -73
  242. package/src/lib/models/chr-validators/minlength-validator.ts +0 -50
  243. package/src/lib/models/chr-validators/required-validator.ts +0 -53
  244. package/src/lib/models/chr-validators/type-validator.ts +0 -56
  245. package/src/lib/models/colors.ts +0 -92
  246. package/src/lib/models/context-menu.ts +0 -21
  247. package/src/lib/models/controls.ts +0 -74
  248. package/src/lib/models/exporters/csvExporter.ts +0 -28
  249. package/src/lib/models/exporters/exporter.ts +0 -15
  250. package/src/lib/models/exporters/jsonExporter.ts +0 -25
  251. package/src/lib/models/file.ts +0 -46
  252. package/src/lib/models/formatters/base.formatter.ts +0 -52
  253. package/src/lib/models/formatters/bit.formatter.ts +0 -65
  254. package/src/lib/models/formatters/character.formatter.ts +0 -71
  255. package/src/lib/models/formatters/date.formatter.ts +0 -75
  256. package/src/lib/models/formatters/formatter.interface.ts +0 -22
  257. package/src/lib/models/formatters/number.formatter.ts +0 -93
  258. package/src/lib/models/formatters/time.formatter.ts +0 -65
  259. package/src/lib/models/formatters/varchar.formatter.ts +0 -66
  260. package/src/lib/models/live-update-message.ts +0 -18
  261. package/src/lib/models/modal.ts +0 -279
  262. package/src/lib/models/toasts/toast-config.ts +0 -28
  263. package/src/lib/models/toasts/toast-ref.ts +0 -23
  264. package/src/lib/models/toasts/toast.ts +0 -25
  265. package/src/lib/models/tokens/caching-defaults-token.ts +0 -18
  266. package/src/lib/models/tokens/debounce-defaults-token.ts +0 -22
  267. package/src/lib/models/tokens/http-context-tokens.ts +0 -3
  268. package/src/lib/models/tokens/modal-tokens.ts +0 -13
  269. package/src/lib/models/tokens/spinner-token.ts +0 -3
  270. package/src/lib/plugins/debounce-event.ts +0 -34
  271. package/src/lib/services/cache/cache.service.ts +0 -94
  272. package/src/lib/services/cache/cache.spec.ts +0 -16
  273. package/src/lib/services/cookie.service.ts +0 -56
  274. package/src/lib/services/data-exporter.service.ts +0 -44
  275. package/src/lib/services/data-formatter.service.ts +0 -62
  276. package/src/lib/services/data.service.ts +0 -81
  277. package/src/lib/services/dialog.service.ts +0 -45
  278. package/src/lib/services/files.service.ts +0 -122
  279. package/src/lib/services/live-update.service.ts +0 -130
  280. package/src/lib/services/loader.service.ts +0 -33
  281. package/src/lib/services/modal.service.ts +0 -52
  282. package/src/lib/services/progress/progress.service.ts +0 -47
  283. package/src/lib/services/progress/progress.spec.ts +0 -16
  284. package/src/lib/services/spinner.service.ts +0 -56
  285. package/src/lib/services/toast/toast-service.spec.ts +0 -16
  286. package/src/lib/services/toast/toast-service.ts +0 -60
  287. package/src/lib/services/toast.service.ts +0 -77
  288. package/src/lib/styles/_colors-classes.scss +0 -111
  289. package/src/lib/styles/_colors-selectors.scss +0 -59
  290. package/src/lib/styles/_hover-colors-selectors.scss +0 -59
  291. package/src/lib/styles/colors.scss +0 -3
  292. package/src/lib/styles/corners.scss +0 -251
  293. package/src/lib/styles/forms.scss +0 -72
  294. package/src/lib/styles/h.scss +0 -17
  295. package/src/lib/styles/hollow-font.scss +0 -35
  296. package/src/lib/styles/links.scss +0 -41
  297. package/src/lib/styles/material_symbols.scss +0 -18
  298. package/src/lib/styles/trapeze.scss +0 -57
  299. package/src/public-api.ts +0 -163
  300. package/tailwind.config.js +0 -46
  301. package/tsconfig.lib.json +0 -25
  302. package/tsconfig.lib.prod.json +0 -16
  303. package/tsconfig.spec.json +0 -22
Binary file