@cuby-ui/core 0.0.387 → 0.0.389

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 (261) hide show
  1. package/README.md +2 -1
  2. package/components/tabs/tabs.options.d.ts +2 -2
  3. package/components/tabs/tabs.provider.d.ts +2 -2
  4. package/editor/config/custom-elements.d.ts +1 -1
  5. package/editor/interfaces/editor-service.d.ts +1 -1
  6. package/editor/providers/editor-provider.options.d.ts +1 -1
  7. package/editor/providers/editor.provider.d.ts +1 -1
  8. package/editor/services/editor-base.service.d.ts +2 -2
  9. package/editor/services/editor-tools.service.d.ts +1 -1
  10. package/editor/utils/create-tools-data.d.ts +1 -1
  11. package/editor/widgets/editor-readonly/editor-readonly.options.d.ts +1 -1
  12. package/esm2022/animations/animations.mjs +77 -121
  13. package/esm2022/animations/index.mjs +1 -1
  14. package/esm2022/classes/accessors.mjs +2 -2
  15. package/esm2022/classes/driver.mjs +2 -2
  16. package/esm2022/classes/index.mjs +1 -1
  17. package/esm2022/classes/vehicle.mjs +1 -1
  18. package/esm2022/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
  19. package/esm2022/components/accordion/accordion.component.mjs +1 -1
  20. package/esm2022/components/accordion/accordion.directive.mjs +1 -1
  21. package/esm2022/components/accordion/accordion.module.mjs +6 -22
  22. package/esm2022/components/accordion/index.mjs +1 -1
  23. package/esm2022/components/alert/alert.component.mjs +3 -3
  24. package/esm2022/components/alert/alert.interfaces.mjs +1 -1
  25. package/esm2022/components/alert/alert.module.mjs +6 -25
  26. package/esm2022/components/alert/alert.service.mjs +1 -1
  27. package/esm2022/components/alert/alert.tokens.mjs +1 -1
  28. package/esm2022/components/alert/alert.types.mjs +1 -1
  29. package/esm2022/components/alert/alerts.component.mjs +5 -7
  30. package/esm2022/components/badge/badge.component.mjs +3 -3
  31. package/esm2022/components/badge/badge.module.mjs +1 -1
  32. package/esm2022/components/banner/banner.component.mjs +4 -4
  33. package/esm2022/components/banner/banner.module.mjs +4 -14
  34. package/esm2022/components/banner/banner.options.mjs +1 -1
  35. package/esm2022/components/breadcrumbs/breadcrumb/breadcrumb.component.mjs +1 -1
  36. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  37. package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +6 -19
  38. package/esm2022/components/breadcrumbs/index.mjs +1 -1
  39. package/esm2022/components/button/button.component.mjs +3 -3
  40. package/esm2022/components/button/button.module.mjs +4 -9
  41. package/esm2022/components/button/button.options.mjs +1 -1
  42. package/esm2022/components/button/index.mjs +1 -1
  43. package/esm2022/components/button-group/button-group.component.mjs +1 -1
  44. package/esm2022/components/button-group/button-group.module.mjs +1 -1
  45. package/esm2022/components/card-wrapper/card-wrapper.component.mjs +1 -1
  46. package/esm2022/components/checkbox/checkbox.component.mjs +1 -1
  47. package/esm2022/components/checkbox/checkbox.module.mjs +1 -1
  48. package/esm2022/components/checkbox/index.mjs +1 -1
  49. package/esm2022/components/context-menu/context-menu.component.mjs +6 -11
  50. package/esm2022/components/context-menu/context-menu.module.mjs +4 -9
  51. package/esm2022/components/dialog/dialog-actions/dialog-actions.component.mjs +3 -3
  52. package/esm2022/components/dialog/dialog-header/dialog-header.component.mjs +3 -3
  53. package/esm2022/components/dialog/dialog.component.mjs +5 -5
  54. package/esm2022/components/dialog/dialog.interfaces.mjs +1 -1
  55. package/esm2022/components/dialog/dialog.module.mjs +6 -31
  56. package/esm2022/components/dialog/dialog.service.mjs +1 -1
  57. package/esm2022/components/dialog/dialog.tokens.mjs +1 -1
  58. package/esm2022/components/dialog/dialogs.component.mjs +6 -8
  59. package/esm2022/components/dropdown/dropdown-wrapper.component.mjs +3 -3
  60. package/esm2022/components/dropdown/dropdown.directive.mjs +2 -2
  61. package/esm2022/components/empty-state/empty-state.component.mjs +1 -1
  62. package/esm2022/components/form-field/form-field.component.mjs +1 -1
  63. package/esm2022/components/form-field/form-field.module.mjs +1 -1
  64. package/esm2022/components/hint/hint.component.mjs +1 -1
  65. package/esm2022/components/hint/hint.module.mjs +1 -1
  66. package/esm2022/components/icon-button/icon-button.component.mjs +3 -3
  67. package/esm2022/components/icon-button/icon-button.module.mjs +4 -9
  68. package/esm2022/components/icon-button/index.mjs +1 -1
  69. package/esm2022/components/input-number/input-number.component.mjs +3 -9
  70. package/esm2022/components/input-number/input-number.module.mjs +5 -19
  71. package/esm2022/components/input-password/input-password.component.mjs +3 -9
  72. package/esm2022/components/input-password/input-password.module.mjs +5 -17
  73. package/esm2022/components/input-text/input-text.component.mjs +3 -9
  74. package/esm2022/components/input-text/input-text.module.mjs +5 -17
  75. package/esm2022/components/input-time/index.mjs +1 -1
  76. package/esm2022/components/input-time/input-time.component.mjs +3 -9
  77. package/esm2022/components/input-time/input-time.module.mjs +5 -19
  78. package/esm2022/components/input-time/input-time.options.mjs +1 -1
  79. package/esm2022/components/label/label.component.mjs +3 -3
  80. package/esm2022/components/label/label.module.mjs +1 -1
  81. package/esm2022/components/layout/layout.component.mjs +1 -1
  82. package/esm2022/components/notification/notification.component.mjs +3 -3
  83. package/esm2022/components/notification/notification.module.mjs +4 -9
  84. package/esm2022/components/notification/notification.options.mjs +4 -4
  85. package/esm2022/components/radio/radio.component.mjs +1 -1
  86. package/esm2022/components/radio/radio.module.mjs +1 -1
  87. package/esm2022/components/root/root.component.mjs +4 -5
  88. package/esm2022/components/root/root.module.mjs +4 -14
  89. package/esm2022/components/root/root.options.mjs +1 -1
  90. package/esm2022/components/select/select.component.mjs +12 -13
  91. package/esm2022/components/select/select.module.mjs +5 -16
  92. package/esm2022/components/sidebar/index.mjs +1 -1
  93. package/esm2022/components/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  94. package/esm2022/components/sidebar/sidebar-navigation/sidebar-navigation.component.mjs +3 -3
  95. package/esm2022/components/sidebar/sidebar-navigation-container/sidebar-navigation-container.component.mjs +1 -1
  96. package/esm2022/components/sidebar/sidebar-navigation-item/sidebar-navigation-item.component.mjs +3 -3
  97. package/esm2022/components/sidebar/sidebar.options.mjs +1 -1
  98. package/esm2022/components/svg/svg.component.mjs +4 -6
  99. package/esm2022/components/svg/svg.module.mjs +1 -1
  100. package/esm2022/components/tab/tab.component.mjs +2 -2
  101. package/esm2022/components/tabs/services/tabs.service.mjs +1 -1
  102. package/esm2022/components/tabs/tabs.options.mjs +1 -1
  103. package/esm2022/components/tabs/tabs.provider.mjs +5 -5
  104. package/esm2022/components/textarea/textarea.component.mjs +1 -1
  105. package/esm2022/components/textarea/textarea.module.mjs +1 -1
  106. package/esm2022/components/toggle/index.mjs +1 -1
  107. package/esm2022/components/toggle/toggle.component.mjs +1 -1
  108. package/esm2022/components/toggle/toggle.module.mjs +1 -1
  109. package/esm2022/directives/text-field-controller/text-field-controller.module.mjs +1 -1
  110. package/esm2022/directives/text-field-controller/text-field-controller.provider.mjs +1 -1
  111. package/esm2022/directives/text-field-controller/text-field-icon-left.directive.mjs +1 -1
  112. package/esm2022/directives/text-field-controller/text-field-id.directive.mjs +1 -1
  113. package/esm2022/directives/text-field-controller/text-field-is-error.directive.mjs +1 -1
  114. package/esm2022/directives/text-field-controller/text-field-placeholder.directive.mjs +1 -1
  115. package/esm2022/directives/text-field-controller/text-field-size.directive.mjs +1 -1
  116. package/esm2022/directives/text-field-controller/text-field.controller.mjs +1 -1
  117. package/esm2022/directives/tooltip/tooltip-describe.directive.mjs +4 -4
  118. package/esm2022/directives/tooltip/tooltip-driver.directive.mjs +2 -2
  119. package/esm2022/directives/tooltip/tooltip-host.directive.mjs +2 -2
  120. package/esm2022/directives/tooltip/tooltip-hover.directive.mjs +6 -9
  121. package/esm2022/directives/tooltip/tooltip-manual.directive.mjs +2 -2
  122. package/esm2022/directives/tooltip/tooltip-options.directive.mjs +6 -6
  123. package/esm2022/directives/tooltip/tooltip-overflow.directive.mjs +5 -5
  124. package/esm2022/directives/tooltip/tooltip-pointer.directive.mjs +3 -3
  125. package/esm2022/directives/tooltip/tooltip-position.directive.mjs +6 -14
  126. package/esm2022/directives/tooltip/tooltip-unstyled.component.mjs +5 -5
  127. package/esm2022/directives/tooltip/tooltip.component.mjs +21 -25
  128. package/esm2022/directives/tooltip/tooltip.directive.mjs +9 -9
  129. package/esm2022/directives/tooltip/tooltip.mjs +2 -2
  130. package/esm2022/directives/tooltip/tooltip.providers.mjs +1 -1
  131. package/esm2022/directives/tooltip/tooltip.service.mjs +2 -2
  132. package/esm2022/directives/tooltip/tooltips.component.mjs +5 -5
  133. package/esm2022/editor/components/editor-attaches-tool/editor-attaches-tool.component.mjs +3 -3
  134. package/esm2022/editor/components/editor-image-tool/editor-image-tool.component.mjs +3 -3
  135. package/esm2022/editor/components/editor-image-tool/editor-image-tool.options.mjs +1 -1
  136. package/esm2022/editor/components/editor-tool-modal/editor-tool-modal.options.mjs +1 -1
  137. package/esm2022/editor/components/editor-tooltip/editor-tooltip.component.mjs +3 -3
  138. package/esm2022/editor/components/editor-video-tool/editor-video-tool.component.mjs +3 -3
  139. package/esm2022/editor/components/editor-video-tool/editor-video-tool.options.mjs +1 -1
  140. package/esm2022/editor/components/index.mjs +1 -1
  141. package/esm2022/editor/components/marker-modal/marker-modal.component.mjs +3 -3
  142. package/esm2022/editor/components/marker-modal/marker-modal.interfaces.mjs +1 -1
  143. package/esm2022/editor/components/marker-select/component/select-item/select-option.component.mjs +3 -3
  144. package/esm2022/editor/components/marker-select/marker-select.component.mjs +3 -3
  145. package/esm2022/editor/config/custom-elements.mjs +2 -2
  146. package/esm2022/editor/config/editor.provider.mjs +3 -3
  147. package/esm2022/editor/constants/editor.constants.mjs +2 -2
  148. package/esm2022/editor/editor.component.mjs +2 -2
  149. package/esm2022/editor/index.mjs +1 -1
  150. package/esm2022/editor/interfaces/blocks-request-data.mjs +1 -1
  151. package/esm2022/editor/interfaces/combined-block-adding-event.mjs +1 -1
  152. package/esm2022/editor/interfaces/combined-block-data.mjs +1 -1
  153. package/esm2022/editor/interfaces/combined-part-block-data.mjs +1 -1
  154. package/esm2022/editor/interfaces/editor-service.mjs +1 -1
  155. package/esm2022/editor/interfaces/file-response-data.mjs +1 -1
  156. package/esm2022/editor/interfaces/full-block-data.mjs +1 -1
  157. package/esm2022/editor/interfaces/index.mjs +1 -1
  158. package/esm2022/editor/interfaces/main-editor-config.mjs +1 -1
  159. package/esm2022/editor/interfaces/mutation-actions.mjs +1 -1
  160. package/esm2022/editor/interfaces/parent.mjs +1 -1
  161. package/esm2022/editor/interfaces/tune.mjs +1 -1
  162. package/esm2022/editor/providers/editor-provider.options.mjs +2 -2
  163. package/esm2022/editor/providers/editor.provider.mjs +2 -2
  164. package/esm2022/editor/services/editor-base.service.mjs +5 -5
  165. package/esm2022/editor/services/editor-tools.service.mjs +2 -2
  166. package/esm2022/editor/services/editor.service.mjs +1 -1
  167. package/esm2022/editor/services/jtext-api.service.mjs +1 -1
  168. package/esm2022/editor/tools/attaches.tool.mjs +1 -1
  169. package/esm2022/editor/tools/combined-text-block.tool.mjs +1 -1
  170. package/esm2022/editor/tools/custom-marker.tool.mjs +1 -1
  171. package/esm2022/editor/tools/image.tool.mjs +2 -2
  172. package/esm2022/editor/tools/link-marker.tool.mjs +1 -1
  173. package/esm2022/editor/tools/marker.tool.mjs +1 -1
  174. package/esm2022/editor/tools/selection-base.tool.mjs +1 -1
  175. package/esm2022/editor/tools/video.tool.mjs +2 -2
  176. package/esm2022/editor/utils/copy-text-to-clipboard.mjs +1 -1
  177. package/esm2022/editor/utils/create-tools-data.mjs +2 -2
  178. package/esm2022/editor/utils/file-uploader.mjs +1 -1
  179. package/esm2022/editor/widgets/editor-block/editor-block.component.mjs +1 -1
  180. package/esm2022/editor/widgets/editor-modal/editor-modal.component.mjs +2 -7
  181. package/esm2022/editor/widgets/editor-readonly/editor-readonly.component.mjs +3 -3
  182. package/esm2022/editor/widgets/editor-readonly/editor-readonly.options.mjs +1 -1
  183. package/esm2022/interfaces/context-menu-item.mjs +1 -1
  184. package/esm2022/interfaces/option.mjs +1 -1
  185. package/esm2022/services/auth.service.mjs +1 -1
  186. package/esm2022/services/index.mjs +1 -1
  187. package/esm2022/services/loader.options.mjs +1 -1
  188. package/esm2022/services/loader.service.mjs +1 -1
  189. package/esm2022/services/position.service.mjs +1 -1
  190. package/esm2022/services/theme.options.mjs +1 -1
  191. package/esm2022/services/theme.service.mjs +3 -3
  192. package/esm2022/services/token.service.mjs +3 -2
  193. package/esm2022/services/visual-viewport.service.mjs +3 -3
  194. package/esm2022/tokens/animations-speed.mjs +2 -2
  195. package/esm2022/tokens/index.mjs +1 -1
  196. package/esm2022/tokens/reduced-motion.mjs +2 -3
  197. package/esm2022/tokens/viewport.mjs +4 -4
  198. package/esm2022/types/point.mjs +1 -1
  199. package/esm2022/types/portal-item.mjs +1 -1
  200. package/esm2022/utils/default-validators/create-default-validators.options.mjs +1 -1
  201. package/esm2022/utils/default-validators/index.mjs +1 -1
  202. package/esm2022/utils/format/remove-spaces.mjs +1 -1
  203. package/esm2022/utils/format/replace.mjs +1 -1
  204. package/esm2022/utils/index.mjs +1 -1
  205. package/esm2022/utils/miscellaneous/is-obscured.mjs +1 -1
  206. package/esm2022/utils/miscellaneous/override-options.mjs +1 -1
  207. package/esm2022/utils/miscellaneous/to-animation-options.mjs +3 -3
  208. package/esm2022/widgets/categories/categories.component.mjs +1 -1
  209. package/esm2022/widgets/categories/components/category-item/category-item.component.mjs +1 -1
  210. package/esm2022/widgets/checklist-block/checklist-block.component.mjs +1 -1
  211. package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-card/checklist-block-list-item-action-card.component.mjs +1 -1
  212. package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-with-verification/checklist-block-list-item-action-with-verification.component.mjs +1 -1
  213. package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-without-verification/checklist-block-list-item-action-without-verification.component.mjs +1 -1
  214. package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.component.mjs +1 -1
  215. package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.mjs +1 -1
  216. package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.component.mjs +1 -1
  217. package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.component.mjs +3 -3
  218. package/esm2022/widgets/criterion-info-form/criterion-info-form.component.mjs +2 -2
  219. package/esm2022/widgets/criterion-readonly-info/criterion-readonly-info.component.mjs +3 -3
  220. package/esm2022/widgets/delete-modal/delete-modal.component.mjs +2 -2
  221. package/esm2022/widgets/instruction-info/instruction-info.component.mjs +1 -1
  222. package/esm2022/widgets/instruction-readonly-info/instruction-readonly-info.component.mjs +3 -3
  223. package/esm2022/widgets/loader/loader.component.mjs +1 -1
  224. package/esm2022/widgets/select-modal/components/select-modal-search/select-modal-search.component.mjs +3 -3
  225. package/esm2022/widgets/user-action-context-menu/activity-item/activity-item.component.mjs +13 -10
  226. package/esm2022/widgets/user-action-context-menu/constants/index.mjs +1 -1
  227. package/esm2022/widgets/user-action-context-menu/constants/translations.mjs +2 -2
  228. package/esm2022/widgets/user-action-context-menu/services/activity-base.service.mjs +3 -2
  229. package/esm2022/widgets/user-action-context-menu/services/activity.service.mjs +3 -3
  230. package/esm2022/widgets/user-action-context-menu/user-action-context-menu.component.mjs +7 -9
  231. package/esm2022/widgets/utility-modal/components/criterion-modal-create/criterion-modal-create.component.mjs +5 -4
  232. package/esm2022/widgets/utility-modal/components/instruction-modal-create/instruction-modal-create.component.mjs +3 -2
  233. package/esm2022/widgets/utility-modal/components/readonly-instruction-modal/readonly-instruction-modal.component.mjs +3 -3
  234. package/esm2022/widgets/utility-modal/components/readonly-utility-modal/readonly-utility-modal.component.mjs +3 -2
  235. package/esm2022/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.mjs +2 -2
  236. package/esm2022/widgets/utility-modal/utility-modal.options.mjs +2 -2
  237. package/esm2022/widgets/utility-readonly-thumbnail/utility-readonly-thumbnail.component.mjs +1 -1
  238. package/fesm2022/cuby-ui-core.mjs +338 -610
  239. package/fesm2022/cuby-ui-core.mjs.map +1 -1
  240. package/package.json +4 -4
  241. package/styles/fonts.scss +44 -40
  242. package/styles/mixins/buttons.scss +11 -11
  243. package/styles/mixins/flex.scss +13 -13
  244. package/styles/mixins/inputs.scss +70 -70
  245. package/styles/mixins/lists.scss +1 -1
  246. package/styles/mixins/paddings.scss +24 -24
  247. package/styles/mixins/shadows.scss +16 -12
  248. package/styles/mixins/texts.scss +102 -103
  249. package/styles/reset.scss +72 -72
  250. package/styles/theme.scss +135 -135
  251. package/styles/variables/colors.scss +1 -1
  252. package/styles/variables/fonts.scss +1 -1
  253. package/utils/default-validators/create-default-validators.options.d.ts +1 -1
  254. package/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.d.ts +2 -2
  255. package/widgets/user-action-context-menu/activity-item/activity-item.component.d.ts +1 -1
  256. package/widgets/user-action-context-menu/constants/translations.d.ts +1 -1
  257. package/widgets/user-action-context-menu/services/activity-base.service.d.ts +1 -1
  258. package/widgets/user-action-context-menu/services/activity.service.d.ts +1 -1
  259. package/widgets/user-action-context-menu/user-action-context-menu.component.d.ts +0 -1
  260. package/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.d.ts +1 -1
  261. package/widgets/utility-modal/utility-modal.options.d.ts +3 -3
package/styles/theme.scss CHANGED
@@ -3,161 +3,161 @@
3
3
 
4
4
  --cui-black: #000000;
5
5
 
6
- --cui-gray-0: #FFFFFF;
7
- --cui-gray-10: #F9FAFB;
8
- --cui-gray-50: #EFF0F2;
9
- --cui-gray-100: #E9EBEE;
10
- --cui-gray-200: #DCDEE3;
11
- --cui-gray-300: #AEB2BC;
12
- --cui-gray-400: #7F8493;
13
- --cui-gray-500: #595E6A;
14
- --cui-gray-600: #474B55;
6
+ --cui-gray-0: #ffffff;
7
+ --cui-gray-10: #f9fafb;
8
+ --cui-gray-50: #eff0f2;
9
+ --cui-gray-100: #e9ebee;
10
+ --cui-gray-200: #dcdee3;
11
+ --cui-gray-300: #aeb2bc;
12
+ --cui-gray-400: #7f8493;
13
+ --cui-gray-500: #595e6a;
14
+ --cui-gray-600: #474b55;
15
15
  --cui-gray-700: #363840;
16
- --cui-gray-800: #24262B;
16
+ --cui-gray-800: #24262b;
17
17
  --cui-gray-900: #121315;
18
18
 
19
- --cui-slate-10: #F6FBFF;
20
- --cui-slate-50: #E4ECF3;
21
- --cui-slate-100: #D3DDE8;
22
- --cui-slate-200: #C5D1DE;
23
- --cui-slate-300: #ADBAC7;
24
- --cui-slate-400: #717E8B;
25
- --cui-slate-500: #444C56;
26
- --cui-slate-600: #373E47;
27
- --cui-slate-700: #2D333B;
28
- --cui-slate-800: #22272E;
29
- --cui-slate-900: #1C2128;
30
-
31
- --cui-cyan-100: #F0F6F6;
32
- --cui-cyan-200: #D6EAEA;
33
- --cui-cyan-300: #BADCDC;
34
- --cui-cyan-400: #98CBCA;
35
- --cui-cyan-500: #53A8A7;
19
+ --cui-slate-10: #f6fbff;
20
+ --cui-slate-50: #e4ecf3;
21
+ --cui-slate-100: #d3dde8;
22
+ --cui-slate-200: #c5d1de;
23
+ --cui-slate-300: #adbac7;
24
+ --cui-slate-400: #717e8b;
25
+ --cui-slate-500: #444c56;
26
+ --cui-slate-600: #373e47;
27
+ --cui-slate-700: #2d333b;
28
+ --cui-slate-800: #22272e;
29
+ --cui-slate-900: #1c2128;
30
+
31
+ --cui-cyan-100: #f0f6f6;
32
+ --cui-cyan-200: #d6eaea;
33
+ --cui-cyan-300: #badcdc;
34
+ --cui-cyan-400: #98cbca;
35
+ --cui-cyan-500: #53a8a7;
36
36
  --cui-cyan-600: #319795;
37
- --cui-cyan-700: #297F7E;
38
- --cui-cyan-800: #1A6B6A;
39
- --cui-cyan-900: #0D4949;
40
-
41
- --cui-light-green-50: #F5FEF1;
42
- --cui-light-green-100: #F0FEEA;
43
- --cui-light-green-200: #E1FCD3;
44
- --cui-light-green-300: #9EF572;
45
- --cui-light-green-400: #8EDD67;
46
- --cui-light-green-500: #7EC45B;
47
- --cui-light-green-600: #77B856;
48
- --cui-light-green-700: #5F9344;
49
- --cui-light-green-800: #476E33;
37
+ --cui-cyan-700: #297f7e;
38
+ --cui-cyan-800: #1a6b6a;
39
+ --cui-cyan-900: #0d4949;
40
+
41
+ --cui-light-green-50: #f5fef1;
42
+ --cui-light-green-100: #f0feea;
43
+ --cui-light-green-200: #e1fcd3;
44
+ --cui-light-green-300: #9ef572;
45
+ --cui-light-green-400: #8edd67;
46
+ --cui-light-green-500: #7ec45b;
47
+ --cui-light-green-600: #77b856;
48
+ --cui-light-green-700: #5f9344;
49
+ --cui-light-green-800: #476e33;
50
50
  --cui-light-green-900: #375628;
51
51
 
52
- --cui-green-50: #ECFFF3;
53
- --cui-green-100: #C1FFDA;
54
- --cui-green-200: #97FFC0;
55
- --cui-green-300: #6DFFA7;
56
- --cui-green-400: #3EEE84;
57
- --cui-green-500: #29CC6A;
58
- --cui-green-600: #17C174;
52
+ --cui-green-50: #ecfff3;
53
+ --cui-green-100: #c1ffda;
54
+ --cui-green-200: #97ffc0;
55
+ --cui-green-300: #6dffa7;
56
+ --cui-green-400: #3eee84;
57
+ --cui-green-500: #29cc6a;
58
+ --cui-green-600: #17c174;
59
59
  --cui-green-700: #039855;
60
- --cui-green-800: #006F3D;
60
+ --cui-green-800: #006f3d;
61
61
  --cui-green-900: #004627;
62
62
 
63
- --cui-yellow-50: #FFFAEB;
64
- --cui-yellow-100: #FFE6B7;
65
- --cui-yellow-200: #FFD892;
66
- --cui-yellow-300: #FFC354;
67
- --cui-yellow-400: #FDB022;
68
- --cui-yellow-500: #DB9411;
69
- --cui-yellow-600: #B97904;
63
+ --cui-yellow-50: #fffaeb;
64
+ --cui-yellow-100: #ffe6b7;
65
+ --cui-yellow-200: #ffd892;
66
+ --cui-yellow-300: #ffc354;
67
+ --cui-yellow-400: #fdb022;
68
+ --cui-yellow-500: #db9411;
69
+ --cui-yellow-600: #b97904;
70
70
  --cui-yellow-700: #976200;
71
- --cui-yellow-800: #754C00;
71
+ --cui-yellow-800: #754c00;
72
72
  --cui-yellow-900: #533600;
73
73
 
74
- --cui-orange-50: #FFF4EE;
75
- --cui-orange-100: #FFEBDD;
76
- --cui-orange-200: #FFE0CF;
77
- --cui-orange-300: #FFD7BA;
78
- --cui-orange-400: #FFBC8B;
79
- --cui-orange-500: #FFA05C;
80
- --cui-orange-600: #FF852C;
81
- --cui-orange-700: #B75119;
82
- --cui-orange-800: #8E3605;
74
+ --cui-orange-50: #fff4ee;
75
+ --cui-orange-100: #ffebdd;
76
+ --cui-orange-200: #ffe0cf;
77
+ --cui-orange-300: #ffd7ba;
78
+ --cui-orange-400: #ffbc8b;
79
+ --cui-orange-500: #ffa05c;
80
+ --cui-orange-600: #ff852c;
81
+ --cui-orange-700: #b75119;
82
+ --cui-orange-800: #8e3605;
83
83
  --cui-orange-900: #652400;
84
84
 
85
- --cui-red-50: #FFEEEE;
86
- --cui-red-100: #FFC8C8;
87
- --cui-red-200: #FFA2A2;
88
- --cui-red-300: #FF7C7C;
89
- --cui-red-400: #FC5555;
90
- --cui-red-500: #D92D20;
91
- --cui-red-600: #B82E2E;
92
- --cui-red-700: #961F1F;
85
+ --cui-red-50: #ffeeee;
86
+ --cui-red-100: #ffc8c8;
87
+ --cui-red-200: #ffa2a2;
88
+ --cui-red-300: #ff7c7c;
89
+ --cui-red-400: #fc5555;
90
+ --cui-red-500: #d92d20;
91
+ --cui-red-600: #b82e2e;
92
+ --cui-red-700: #961f1f;
93
93
  --cui-red-800: #741313;
94
94
  --cui-red-900: #520909;
95
95
 
96
- --cui-light-blue-50: #F0F9FF;
97
- --cui-light-blue-100: #E5F5FF;
98
- --cui-light-blue-200: #C4E7FF;
99
- --cui-light-blue-300: #98D6FF;
100
- --cui-light-blue-400: #6DC4FF;
101
- --cui-light-blue-500: #2EABFF;
102
- --cui-light-blue-600: #0099FF;
103
- --cui-light-blue-700: #0068AD;
96
+ --cui-light-blue-50: #f0f9ff;
97
+ --cui-light-blue-100: #e5f5ff;
98
+ --cui-light-blue-200: #c4e7ff;
99
+ --cui-light-blue-300: #98d6ff;
100
+ --cui-light-blue-400: #6dc4ff;
101
+ --cui-light-blue-500: #2eabff;
102
+ --cui-light-blue-600: #0099ff;
103
+ --cui-light-blue-700: #0068ad;
104
104
  --cui-light-blue-800: #005085;
105
- --cui-light-blue-900: #00375C;
106
-
107
- --cui-blue-50: #F0F7FF;
108
- --cui-blue-100: #E8F1FF;
109
- --cui-blue-200: #BED9FF;
110
- --cui-blue-300: #94C0FF;
111
- --cui-blue-400: #4190FF;
112
- --cui-blue-500: #4190FF;
113
- --cui-blue-600: #1570EF;
114
- --cui-blue-700: #0354C6;
115
- --cui-blue-800: #00429D;
116
- --cui-blue-900: #002B67;
117
-
118
- --cui-magenta-50: #FFE5FF;
119
- --cui-magenta-100: #FFE5FF;
120
- --cui-magenta-200: #F38DE2;
121
- --cui-magenta-300: #EC5FD6;
122
- --cui-magenta-400: #E633C9;
123
- --cui-magenta-500: #CC19B0;
124
- --cui-magenta-600: #A0128A;
125
- --cui-magenta-700: #720A63;
126
- --cui-magenta-800: #46033D;
127
- --cui-magenta-900: #1C0018;
128
-
129
- --cui-lavender-50: #F7F0FB;
130
- --cui-lavender-100: #F3E8F9;
131
- --cui-lavender-200: #E6CFF3;
132
- --cui-lavender-300: #C47EEE;
133
- --cui-lavender-400: #9E5BC3;
134
- --cui-lavender-500: #8C51AE;
135
- --cui-lavender-600: #834CA3;
136
- --cui-lavender-700: #693D82;
137
- --cui-lavender-800: #4F2D62;
138
- --cui-lavender-900: #3D234C;
139
-
140
- --cui-violet-50: #F2EFFF;
141
- --cui-violet-100: #D4CBFF;
142
- --cui-violet-200: #B6A8FF;
143
- --cui-violet-300: #9984FF;
144
- --cui-violet-400: #7B61FF;
145
- --cui-violet-500: #634BDD;
146
- --cui-violet-600: #4D38BB;
147
- --cui-violet-700: #3A2799;
148
- --cui-violet-800: #291A77;
149
- --cui-violet-900: #1A0F55;
150
-
151
- --cui-purple-50: #F4F2FF;
152
- --cui-purple-100: #D4CDFF;
153
- --cui-purple-200: #B4A7FF;
154
- --cui-purple-300: #9382FF;
155
- --cui-purple-400: #806FEA;
156
- --cui-purple-500: #6A5ACD;
157
- --cui-purple-600: #5647B0;
105
+ --cui-light-blue-900: #00375c;
106
+
107
+ --cui-blue-50: #f0f7ff;
108
+ --cui-blue-100: #e8f1ff;
109
+ --cui-blue-200: #bed9ff;
110
+ --cui-blue-300: #94c0ff;
111
+ --cui-blue-400: #4190ff;
112
+ --cui-blue-500: #4190ff;
113
+ --cui-blue-600: #1570ef;
114
+ --cui-blue-700: #0354c6;
115
+ --cui-blue-800: #00429d;
116
+ --cui-blue-900: #002b67;
117
+
118
+ --cui-magenta-50: #ffe5ff;
119
+ --cui-magenta-100: #ffe5ff;
120
+ --cui-magenta-200: #f38de2;
121
+ --cui-magenta-300: #ec5fd6;
122
+ --cui-magenta-400: #e633c9;
123
+ --cui-magenta-500: #cc19b0;
124
+ --cui-magenta-600: #a0128a;
125
+ --cui-magenta-700: #720a63;
126
+ --cui-magenta-800: #46033d;
127
+ --cui-magenta-900: #1c0018;
128
+
129
+ --cui-lavender-50: #f7f0fb;
130
+ --cui-lavender-100: #f3e8f9;
131
+ --cui-lavender-200: #e6cff3;
132
+ --cui-lavender-300: #c47eee;
133
+ --cui-lavender-400: #9e5bc3;
134
+ --cui-lavender-500: #8c51ae;
135
+ --cui-lavender-600: #834ca3;
136
+ --cui-lavender-700: #693d82;
137
+ --cui-lavender-800: #4f2d62;
138
+ --cui-lavender-900: #3d234c;
139
+
140
+ --cui-violet-50: #f2efff;
141
+ --cui-violet-100: #d4cbff;
142
+ --cui-violet-200: #b6a8ff;
143
+ --cui-violet-300: #9984ff;
144
+ --cui-violet-400: #7b61ff;
145
+ --cui-violet-500: #634bdd;
146
+ --cui-violet-600: #4d38bb;
147
+ --cui-violet-700: #3a2799;
148
+ --cui-violet-800: #291a77;
149
+ --cui-violet-900: #1a0f55;
150
+
151
+ --cui-purple-50: #f4f2ff;
152
+ --cui-purple-100: #d4cdff;
153
+ --cui-purple-200: #b4a7ff;
154
+ --cui-purple-300: #9382ff;
155
+ --cui-purple-400: #806fea;
156
+ --cui-purple-500: #6a5acd;
157
+ --cui-purple-600: #5647b0;
158
158
  --cui-purple-700: #433693;
159
159
  --cui-purple-800: #322776;
160
- --cui-purple-900: #231A58;
160
+ --cui-purple-900: #231a58;
161
161
 
162
162
  --cui-base: var(--cui-black);
163
163
  --cui-base-0: var(--cui-gray-0);
@@ -279,4 +279,4 @@ $cui-success-bg: var(--cui-success-bg);
279
279
  $cui-cyan-bg: var(--cui-cyan-bg);
280
280
  $cui-yellow-bg: var(--cui-yellow-bg);
281
281
  $cui-violet-bg: var(--cui-violet-bg);
282
- $cui-lavender-bg: var(--cui-lavender-bg);
282
+ $cui-lavender-bg: var(--cui-lavender-bg);
@@ -1 +1 @@
1
- $cui-main-font: var(--cui-main-font);
1
+ $cui-main-font: var(--cui-main-font);
@@ -1,4 +1,4 @@
1
- import { AsyncValidatorFn, ValidatorFn } from "@angular/forms";
1
+ import { AsyncValidatorFn, ValidatorFn } from '@angular/forms';
2
2
  export interface CuiDefaultValidatorsOptions {
3
3
  readonly validators: ValidatorFn[];
4
4
  readonly asyncValidators: AsyncValidatorFn[];
@@ -1,5 +1,5 @@
1
- import { NodeCheckListItem } from "@cuby-ui/api";
2
- import { CuiContextMenuItem } from "../../../../interfaces";
1
+ import { NodeCheckListItem } from '@cuby-ui/api';
2
+ import { CuiContextMenuItem } from '../../../../interfaces';
3
3
  export interface CuiNodeCheckListItemWithOption<T> extends NodeCheckListItem<T> {
4
4
  readonly options: CuiContextMenuItem[];
5
5
  }
@@ -1,4 +1,4 @@
1
- import { CuiUserCompanyActivity } from "@cuby-ui/api";
1
+ import { CuiUserCompanyActivity } from '@cuby-ui/api';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class CuiActivityItemComponent {
4
4
  private readonly cuiWindow;
@@ -1,2 +1,2 @@
1
- import { Translation } from "@jsverse/transloco";
1
+ import { Translation } from '@jsverse/transloco';
2
2
  export declare const CuiActivityContextMenuTranslations: Record<string, Promise<Translation>>;
@@ -1,5 +1,5 @@
1
1
  import type { CuiUserCompany } from '@cuby-ui/api';
2
- import { CuiActivityService } from "../user-action-context.option";
2
+ import { CuiActivityService } from '../user-action-context.option';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CuiActivityBaseService implements CuiActivityService {
5
5
  private readonly userCompanyApiService;
@@ -1,5 +1,5 @@
1
1
  import type { CuiActivityService } from '../user-action-context.option';
2
- import { CuiActivityBaseService } from "./activity-base.service";
2
+ import { CuiActivityBaseService } from './activity-base.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CuiActivityImplService extends CuiActivityBaseService implements CuiActivityService {
5
5
  private readonly cuiAuthService;
@@ -11,7 +11,6 @@ export declare class CuiUserActionContextMenuComponent {
11
11
  protected readonly langs: import("@jsverse/transloco").AvailableLangs;
12
12
  protected readonly email: string;
13
13
  protected readonly fullName: string;
14
- protected readonly companyId: string;
15
14
  protected readonly theme$: import("rxjs").Observable<CuiTheme>;
16
15
  protected readonly lang$: import("rxjs").Observable<string>;
17
16
  protected readonly isOpen: import("@angular/core").WritableSignal<boolean>;
@@ -1,6 +1,6 @@
1
1
  import type { OnDestroy, OnInit } from '@angular/core';
2
2
  import type { StorageObject } from '@cuby-ui/api';
3
- import { UtilityElement } from "../../utility-modal.options";
3
+ import { UtilityElement } from '../../utility-modal.options';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CuiUtilityModalCreateComponent implements OnInit, OnDestroy {
6
6
  private readonly window;
@@ -1,6 +1,6 @@
1
- import { InjectionToken } from "@angular/core";
2
- import { Observable } from "rxjs";
3
- import type { Instruction, StorageObject, Criterion } from "@cuby-ui/api";
1
+ import { InjectionToken } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import type { Instruction, StorageObject, Criterion } from '@cuby-ui/api';
4
4
  export declare const UTILITY_MODAL_SERVICE_TOKEN: InjectionToken<UtilityModalService<UtilityElement>>;
5
5
  export interface UtilityModalService<T extends UtilityElement> {
6
6
  createUtility(id: string): Observable<StorageObject<T>>;