@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.
- package/README.md +2 -1
- package/components/tabs/tabs.options.d.ts +2 -2
- package/components/tabs/tabs.provider.d.ts +2 -2
- package/editor/config/custom-elements.d.ts +1 -1
- package/editor/interfaces/editor-service.d.ts +1 -1
- package/editor/providers/editor-provider.options.d.ts +1 -1
- package/editor/providers/editor.provider.d.ts +1 -1
- package/editor/services/editor-base.service.d.ts +2 -2
- package/editor/services/editor-tools.service.d.ts +1 -1
- package/editor/utils/create-tools-data.d.ts +1 -1
- package/editor/widgets/editor-readonly/editor-readonly.options.d.ts +1 -1
- package/esm2022/animations/animations.mjs +77 -121
- package/esm2022/animations/index.mjs +1 -1
- package/esm2022/classes/accessors.mjs +2 -2
- package/esm2022/classes/driver.mjs +2 -2
- package/esm2022/classes/index.mjs +1 -1
- package/esm2022/classes/vehicle.mjs +1 -1
- package/esm2022/components/accordion/accordion-item/accordion-item.component.mjs +3 -3
- package/esm2022/components/accordion/accordion.component.mjs +1 -1
- package/esm2022/components/accordion/accordion.directive.mjs +1 -1
- package/esm2022/components/accordion/accordion.module.mjs +6 -22
- package/esm2022/components/accordion/index.mjs +1 -1
- package/esm2022/components/alert/alert.component.mjs +3 -3
- package/esm2022/components/alert/alert.interfaces.mjs +1 -1
- package/esm2022/components/alert/alert.module.mjs +6 -25
- package/esm2022/components/alert/alert.service.mjs +1 -1
- package/esm2022/components/alert/alert.tokens.mjs +1 -1
- package/esm2022/components/alert/alert.types.mjs +1 -1
- package/esm2022/components/alert/alerts.component.mjs +5 -7
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.module.mjs +1 -1
- package/esm2022/components/banner/banner.component.mjs +4 -4
- package/esm2022/components/banner/banner.module.mjs +4 -14
- package/esm2022/components/banner/banner.options.mjs +1 -1
- package/esm2022/components/breadcrumbs/breadcrumb/breadcrumb.component.mjs +1 -1
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +6 -19
- package/esm2022/components/breadcrumbs/index.mjs +1 -1
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.module.mjs +4 -9
- package/esm2022/components/button/button.options.mjs +1 -1
- package/esm2022/components/button/index.mjs +1 -1
- package/esm2022/components/button-group/button-group.component.mjs +1 -1
- package/esm2022/components/button-group/button-group.module.mjs +1 -1
- package/esm2022/components/card-wrapper/card-wrapper.component.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.component.mjs +1 -1
- package/esm2022/components/checkbox/checkbox.module.mjs +1 -1
- package/esm2022/components/checkbox/index.mjs +1 -1
- package/esm2022/components/context-menu/context-menu.component.mjs +6 -11
- package/esm2022/components/context-menu/context-menu.module.mjs +4 -9
- package/esm2022/components/dialog/dialog-actions/dialog-actions.component.mjs +3 -3
- package/esm2022/components/dialog/dialog-header/dialog-header.component.mjs +3 -3
- package/esm2022/components/dialog/dialog.component.mjs +5 -5
- package/esm2022/components/dialog/dialog.interfaces.mjs +1 -1
- package/esm2022/components/dialog/dialog.module.mjs +6 -31
- package/esm2022/components/dialog/dialog.service.mjs +1 -1
- package/esm2022/components/dialog/dialog.tokens.mjs +1 -1
- package/esm2022/components/dialog/dialogs.component.mjs +6 -8
- package/esm2022/components/dropdown/dropdown-wrapper.component.mjs +3 -3
- package/esm2022/components/dropdown/dropdown.directive.mjs +2 -2
- package/esm2022/components/empty-state/empty-state.component.mjs +1 -1
- package/esm2022/components/form-field/form-field.component.mjs +1 -1
- package/esm2022/components/form-field/form-field.module.mjs +1 -1
- package/esm2022/components/hint/hint.component.mjs +1 -1
- package/esm2022/components/hint/hint.module.mjs +1 -1
- package/esm2022/components/icon-button/icon-button.component.mjs +3 -3
- package/esm2022/components/icon-button/icon-button.module.mjs +4 -9
- package/esm2022/components/icon-button/index.mjs +1 -1
- package/esm2022/components/input-number/input-number.component.mjs +3 -9
- package/esm2022/components/input-number/input-number.module.mjs +5 -19
- package/esm2022/components/input-password/input-password.component.mjs +3 -9
- package/esm2022/components/input-password/input-password.module.mjs +5 -17
- package/esm2022/components/input-text/input-text.component.mjs +3 -9
- package/esm2022/components/input-text/input-text.module.mjs +5 -17
- package/esm2022/components/input-time/index.mjs +1 -1
- package/esm2022/components/input-time/input-time.component.mjs +3 -9
- package/esm2022/components/input-time/input-time.module.mjs +5 -19
- package/esm2022/components/input-time/input-time.options.mjs +1 -1
- package/esm2022/components/label/label.component.mjs +3 -3
- package/esm2022/components/label/label.module.mjs +1 -1
- package/esm2022/components/layout/layout.component.mjs +1 -1
- package/esm2022/components/notification/notification.component.mjs +3 -3
- package/esm2022/components/notification/notification.module.mjs +4 -9
- package/esm2022/components/notification/notification.options.mjs +4 -4
- package/esm2022/components/radio/radio.component.mjs +1 -1
- package/esm2022/components/radio/radio.module.mjs +1 -1
- package/esm2022/components/root/root.component.mjs +4 -5
- package/esm2022/components/root/root.module.mjs +4 -14
- package/esm2022/components/root/root.options.mjs +1 -1
- package/esm2022/components/select/select.component.mjs +12 -13
- package/esm2022/components/select/select.module.mjs +5 -16
- package/esm2022/components/sidebar/index.mjs +1 -1
- package/esm2022/components/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2022/components/sidebar/sidebar-navigation/sidebar-navigation.component.mjs +3 -3
- package/esm2022/components/sidebar/sidebar-navigation-container/sidebar-navigation-container.component.mjs +1 -1
- package/esm2022/components/sidebar/sidebar-navigation-item/sidebar-navigation-item.component.mjs +3 -3
- package/esm2022/components/sidebar/sidebar.options.mjs +1 -1
- package/esm2022/components/svg/svg.component.mjs +4 -6
- package/esm2022/components/svg/svg.module.mjs +1 -1
- package/esm2022/components/tab/tab.component.mjs +2 -2
- package/esm2022/components/tabs/services/tabs.service.mjs +1 -1
- package/esm2022/components/tabs/tabs.options.mjs +1 -1
- package/esm2022/components/tabs/tabs.provider.mjs +5 -5
- package/esm2022/components/textarea/textarea.component.mjs +1 -1
- package/esm2022/components/textarea/textarea.module.mjs +1 -1
- package/esm2022/components/toggle/index.mjs +1 -1
- package/esm2022/components/toggle/toggle.component.mjs +1 -1
- package/esm2022/components/toggle/toggle.module.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field-controller.module.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field-controller.provider.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field-icon-left.directive.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field-id.directive.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field-is-error.directive.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field-placeholder.directive.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field-size.directive.mjs +1 -1
- package/esm2022/directives/text-field-controller/text-field.controller.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-describe.directive.mjs +4 -4
- package/esm2022/directives/tooltip/tooltip-driver.directive.mjs +2 -2
- package/esm2022/directives/tooltip/tooltip-host.directive.mjs +2 -2
- package/esm2022/directives/tooltip/tooltip-hover.directive.mjs +6 -9
- package/esm2022/directives/tooltip/tooltip-manual.directive.mjs +2 -2
- package/esm2022/directives/tooltip/tooltip-options.directive.mjs +6 -6
- package/esm2022/directives/tooltip/tooltip-overflow.directive.mjs +5 -5
- package/esm2022/directives/tooltip/tooltip-pointer.directive.mjs +3 -3
- package/esm2022/directives/tooltip/tooltip-position.directive.mjs +6 -14
- package/esm2022/directives/tooltip/tooltip-unstyled.component.mjs +5 -5
- package/esm2022/directives/tooltip/tooltip.component.mjs +21 -25
- package/esm2022/directives/tooltip/tooltip.directive.mjs +9 -9
- package/esm2022/directives/tooltip/tooltip.mjs +2 -2
- package/esm2022/directives/tooltip/tooltip.providers.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip.service.mjs +2 -2
- package/esm2022/directives/tooltip/tooltips.component.mjs +5 -5
- package/esm2022/editor/components/editor-attaches-tool/editor-attaches-tool.component.mjs +3 -3
- package/esm2022/editor/components/editor-image-tool/editor-image-tool.component.mjs +3 -3
- package/esm2022/editor/components/editor-image-tool/editor-image-tool.options.mjs +1 -1
- package/esm2022/editor/components/editor-tool-modal/editor-tool-modal.options.mjs +1 -1
- package/esm2022/editor/components/editor-tooltip/editor-tooltip.component.mjs +3 -3
- package/esm2022/editor/components/editor-video-tool/editor-video-tool.component.mjs +3 -3
- package/esm2022/editor/components/editor-video-tool/editor-video-tool.options.mjs +1 -1
- package/esm2022/editor/components/index.mjs +1 -1
- package/esm2022/editor/components/marker-modal/marker-modal.component.mjs +3 -3
- package/esm2022/editor/components/marker-modal/marker-modal.interfaces.mjs +1 -1
- package/esm2022/editor/components/marker-select/component/select-item/select-option.component.mjs +3 -3
- package/esm2022/editor/components/marker-select/marker-select.component.mjs +3 -3
- package/esm2022/editor/config/custom-elements.mjs +2 -2
- package/esm2022/editor/config/editor.provider.mjs +3 -3
- package/esm2022/editor/constants/editor.constants.mjs +2 -2
- package/esm2022/editor/editor.component.mjs +2 -2
- package/esm2022/editor/index.mjs +1 -1
- package/esm2022/editor/interfaces/blocks-request-data.mjs +1 -1
- package/esm2022/editor/interfaces/combined-block-adding-event.mjs +1 -1
- package/esm2022/editor/interfaces/combined-block-data.mjs +1 -1
- package/esm2022/editor/interfaces/combined-part-block-data.mjs +1 -1
- package/esm2022/editor/interfaces/editor-service.mjs +1 -1
- package/esm2022/editor/interfaces/file-response-data.mjs +1 -1
- package/esm2022/editor/interfaces/full-block-data.mjs +1 -1
- package/esm2022/editor/interfaces/index.mjs +1 -1
- package/esm2022/editor/interfaces/main-editor-config.mjs +1 -1
- package/esm2022/editor/interfaces/mutation-actions.mjs +1 -1
- package/esm2022/editor/interfaces/parent.mjs +1 -1
- package/esm2022/editor/interfaces/tune.mjs +1 -1
- package/esm2022/editor/providers/editor-provider.options.mjs +2 -2
- package/esm2022/editor/providers/editor.provider.mjs +2 -2
- package/esm2022/editor/services/editor-base.service.mjs +5 -5
- package/esm2022/editor/services/editor-tools.service.mjs +2 -2
- package/esm2022/editor/services/editor.service.mjs +1 -1
- package/esm2022/editor/services/jtext-api.service.mjs +1 -1
- package/esm2022/editor/tools/attaches.tool.mjs +1 -1
- package/esm2022/editor/tools/combined-text-block.tool.mjs +1 -1
- package/esm2022/editor/tools/custom-marker.tool.mjs +1 -1
- package/esm2022/editor/tools/image.tool.mjs +2 -2
- package/esm2022/editor/tools/link-marker.tool.mjs +1 -1
- package/esm2022/editor/tools/marker.tool.mjs +1 -1
- package/esm2022/editor/tools/selection-base.tool.mjs +1 -1
- package/esm2022/editor/tools/video.tool.mjs +2 -2
- package/esm2022/editor/utils/copy-text-to-clipboard.mjs +1 -1
- package/esm2022/editor/utils/create-tools-data.mjs +2 -2
- package/esm2022/editor/utils/file-uploader.mjs +1 -1
- package/esm2022/editor/widgets/editor-block/editor-block.component.mjs +1 -1
- package/esm2022/editor/widgets/editor-modal/editor-modal.component.mjs +2 -7
- package/esm2022/editor/widgets/editor-readonly/editor-readonly.component.mjs +3 -3
- package/esm2022/editor/widgets/editor-readonly/editor-readonly.options.mjs +1 -1
- package/esm2022/interfaces/context-menu-item.mjs +1 -1
- package/esm2022/interfaces/option.mjs +1 -1
- package/esm2022/services/auth.service.mjs +1 -1
- package/esm2022/services/index.mjs +1 -1
- package/esm2022/services/loader.options.mjs +1 -1
- package/esm2022/services/loader.service.mjs +1 -1
- package/esm2022/services/position.service.mjs +1 -1
- package/esm2022/services/theme.options.mjs +1 -1
- package/esm2022/services/theme.service.mjs +3 -3
- package/esm2022/services/token.service.mjs +3 -2
- package/esm2022/services/visual-viewport.service.mjs +3 -3
- package/esm2022/tokens/animations-speed.mjs +2 -2
- package/esm2022/tokens/index.mjs +1 -1
- package/esm2022/tokens/reduced-motion.mjs +2 -3
- package/esm2022/tokens/viewport.mjs +4 -4
- package/esm2022/types/point.mjs +1 -1
- package/esm2022/types/portal-item.mjs +1 -1
- package/esm2022/utils/default-validators/create-default-validators.options.mjs +1 -1
- package/esm2022/utils/default-validators/index.mjs +1 -1
- package/esm2022/utils/format/remove-spaces.mjs +1 -1
- package/esm2022/utils/format/replace.mjs +1 -1
- package/esm2022/utils/index.mjs +1 -1
- package/esm2022/utils/miscellaneous/is-obscured.mjs +1 -1
- package/esm2022/utils/miscellaneous/override-options.mjs +1 -1
- package/esm2022/utils/miscellaneous/to-animation-options.mjs +3 -3
- package/esm2022/widgets/categories/categories.component.mjs +1 -1
- package/esm2022/widgets/categories/components/category-item/category-item.component.mjs +1 -1
- package/esm2022/widgets/checklist-block/checklist-block.component.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-card/checklist-block-list-item-action-card.component.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-with-verification/checklist-block-list-item-action-with-verification.component.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-without-verification/checklist-block-list-item-action-without-verification.component.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.component.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.component.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation-criteria/checklist-block-list-item-evaluation-criteria.component.mjs +3 -3
- package/esm2022/widgets/criterion-info-form/criterion-info-form.component.mjs +2 -2
- package/esm2022/widgets/criterion-readonly-info/criterion-readonly-info.component.mjs +3 -3
- package/esm2022/widgets/delete-modal/delete-modal.component.mjs +2 -2
- package/esm2022/widgets/instruction-info/instruction-info.component.mjs +1 -1
- package/esm2022/widgets/instruction-readonly-info/instruction-readonly-info.component.mjs +3 -3
- package/esm2022/widgets/loader/loader.component.mjs +1 -1
- package/esm2022/widgets/select-modal/components/select-modal-search/select-modal-search.component.mjs +3 -3
- package/esm2022/widgets/user-action-context-menu/activity-item/activity-item.component.mjs +13 -10
- package/esm2022/widgets/user-action-context-menu/constants/index.mjs +1 -1
- package/esm2022/widgets/user-action-context-menu/constants/translations.mjs +2 -2
- package/esm2022/widgets/user-action-context-menu/services/activity-base.service.mjs +3 -2
- package/esm2022/widgets/user-action-context-menu/services/activity.service.mjs +3 -3
- package/esm2022/widgets/user-action-context-menu/user-action-context-menu.component.mjs +7 -9
- package/esm2022/widgets/utility-modal/components/criterion-modal-create/criterion-modal-create.component.mjs +5 -4
- package/esm2022/widgets/utility-modal/components/instruction-modal-create/instruction-modal-create.component.mjs +3 -2
- package/esm2022/widgets/utility-modal/components/readonly-instruction-modal/readonly-instruction-modal.component.mjs +3 -3
- package/esm2022/widgets/utility-modal/components/readonly-utility-modal/readonly-utility-modal.component.mjs +3 -2
- package/esm2022/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.mjs +2 -2
- package/esm2022/widgets/utility-modal/utility-modal.options.mjs +2 -2
- package/esm2022/widgets/utility-readonly-thumbnail/utility-readonly-thumbnail.component.mjs +1 -1
- package/fesm2022/cuby-ui-core.mjs +338 -610
- package/fesm2022/cuby-ui-core.mjs.map +1 -1
- package/package.json +4 -4
- package/styles/fonts.scss +44 -40
- package/styles/mixins/buttons.scss +11 -11
- package/styles/mixins/flex.scss +13 -13
- package/styles/mixins/inputs.scss +70 -70
- package/styles/mixins/lists.scss +1 -1
- package/styles/mixins/paddings.scss +24 -24
- package/styles/mixins/shadows.scss +16 -12
- package/styles/mixins/texts.scss +102 -103
- package/styles/reset.scss +72 -72
- package/styles/theme.scss +135 -135
- package/styles/variables/colors.scss +1 -1
- package/styles/variables/fonts.scss +1 -1
- package/utils/default-validators/create-default-validators.options.d.ts +1 -1
- package/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.options.d.ts +2 -2
- package/widgets/user-action-context-menu/activity-item/activity-item.component.d.ts +1 -1
- package/widgets/user-action-context-menu/constants/translations.d.ts +1 -1
- package/widgets/user-action-context-menu/services/activity-base.service.d.ts +1 -1
- package/widgets/user-action-context-menu/services/activity.service.d.ts +1 -1
- package/widgets/user-action-context-menu/user-action-context-menu.component.d.ts +0 -1
- package/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.d.ts +1 -1
- 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: #
|
|
7
|
-
--cui-gray-10: #
|
|
8
|
-
--cui-gray-50: #
|
|
9
|
-
--cui-gray-100: #
|
|
10
|
-
--cui-gray-200: #
|
|
11
|
-
--cui-gray-300: #
|
|
12
|
-
--cui-gray-400: #
|
|
13
|
-
--cui-gray-500: #
|
|
14
|
-
--cui-gray-600: #
|
|
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: #
|
|
16
|
+
--cui-gray-800: #24262b;
|
|
17
17
|
--cui-gray-900: #121315;
|
|
18
18
|
|
|
19
|
-
--cui-slate-10: #
|
|
20
|
-
--cui-slate-50: #
|
|
21
|
-
--cui-slate-100: #
|
|
22
|
-
--cui-slate-200: #
|
|
23
|
-
--cui-slate-300: #
|
|
24
|
-
--cui-slate-400: #
|
|
25
|
-
--cui-slate-500: #
|
|
26
|
-
--cui-slate-600: #
|
|
27
|
-
--cui-slate-700: #
|
|
28
|
-
--cui-slate-800: #
|
|
29
|
-
--cui-slate-900: #
|
|
30
|
-
|
|
31
|
-
--cui-cyan-100: #
|
|
32
|
-
--cui-cyan-200: #
|
|
33
|
-
--cui-cyan-300: #
|
|
34
|
-
--cui-cyan-400: #
|
|
35
|
-
--cui-cyan-500: #
|
|
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: #
|
|
38
|
-
--cui-cyan-800: #
|
|
39
|
-
--cui-cyan-900: #
|
|
40
|
-
|
|
41
|
-
--cui-light-green-50: #
|
|
42
|
-
--cui-light-green-100: #
|
|
43
|
-
--cui-light-green-200: #
|
|
44
|
-
--cui-light-green-300: #
|
|
45
|
-
--cui-light-green-400: #
|
|
46
|
-
--cui-light-green-500: #
|
|
47
|
-
--cui-light-green-600: #
|
|
48
|
-
--cui-light-green-700: #
|
|
49
|
-
--cui-light-green-800: #
|
|
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: #
|
|
53
|
-
--cui-green-100: #
|
|
54
|
-
--cui-green-200: #
|
|
55
|
-
--cui-green-300: #
|
|
56
|
-
--cui-green-400: #
|
|
57
|
-
--cui-green-500: #
|
|
58
|
-
--cui-green-600: #
|
|
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: #
|
|
60
|
+
--cui-green-800: #006f3d;
|
|
61
61
|
--cui-green-900: #004627;
|
|
62
62
|
|
|
63
|
-
--cui-yellow-50: #
|
|
64
|
-
--cui-yellow-100: #
|
|
65
|
-
--cui-yellow-200: #
|
|
66
|
-
--cui-yellow-300: #
|
|
67
|
-
--cui-yellow-400: #
|
|
68
|
-
--cui-yellow-500: #
|
|
69
|
-
--cui-yellow-600: #
|
|
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: #
|
|
71
|
+
--cui-yellow-800: #754c00;
|
|
72
72
|
--cui-yellow-900: #533600;
|
|
73
73
|
|
|
74
|
-
--cui-orange-50: #
|
|
75
|
-
--cui-orange-100: #
|
|
76
|
-
--cui-orange-200: #
|
|
77
|
-
--cui-orange-300: #
|
|
78
|
-
--cui-orange-400: #
|
|
79
|
-
--cui-orange-500: #
|
|
80
|
-
--cui-orange-600: #
|
|
81
|
-
--cui-orange-700: #
|
|
82
|
-
--cui-orange-800: #
|
|
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: #
|
|
86
|
-
--cui-red-100: #
|
|
87
|
-
--cui-red-200: #
|
|
88
|
-
--cui-red-300: #
|
|
89
|
-
--cui-red-400: #
|
|
90
|
-
--cui-red-500: #
|
|
91
|
-
--cui-red-600: #
|
|
92
|
-
--cui-red-700: #
|
|
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: #
|
|
97
|
-
--cui-light-blue-100: #
|
|
98
|
-
--cui-light-blue-200: #
|
|
99
|
-
--cui-light-blue-300: #
|
|
100
|
-
--cui-light-blue-400: #
|
|
101
|
-
--cui-light-blue-500: #
|
|
102
|
-
--cui-light-blue-600: #
|
|
103
|
-
--cui-light-blue-700: #
|
|
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: #
|
|
106
|
-
|
|
107
|
-
--cui-blue-50: #
|
|
108
|
-
--cui-blue-100: #
|
|
109
|
-
--cui-blue-200: #
|
|
110
|
-
--cui-blue-300: #
|
|
111
|
-
--cui-blue-400: #
|
|
112
|
-
--cui-blue-500: #
|
|
113
|
-
--cui-blue-600: #
|
|
114
|
-
--cui-blue-700: #
|
|
115
|
-
--cui-blue-800: #
|
|
116
|
-
--cui-blue-900: #
|
|
117
|
-
|
|
118
|
-
--cui-magenta-50: #
|
|
119
|
-
--cui-magenta-100: #
|
|
120
|
-
--cui-magenta-200: #
|
|
121
|
-
--cui-magenta-300: #
|
|
122
|
-
--cui-magenta-400: #
|
|
123
|
-
--cui-magenta-500: #
|
|
124
|
-
--cui-magenta-600: #
|
|
125
|
-
--cui-magenta-700: #
|
|
126
|
-
--cui-magenta-800: #
|
|
127
|
-
--cui-magenta-900: #
|
|
128
|
-
|
|
129
|
-
--cui-lavender-50: #
|
|
130
|
-
--cui-lavender-100: #
|
|
131
|
-
--cui-lavender-200: #
|
|
132
|
-
--cui-lavender-300: #
|
|
133
|
-
--cui-lavender-400: #
|
|
134
|
-
--cui-lavender-500: #
|
|
135
|
-
--cui-lavender-600: #
|
|
136
|
-
--cui-lavender-700: #
|
|
137
|
-
--cui-lavender-800: #
|
|
138
|
-
--cui-lavender-900: #
|
|
139
|
-
|
|
140
|
-
--cui-violet-50: #
|
|
141
|
-
--cui-violet-100: #
|
|
142
|
-
--cui-violet-200: #
|
|
143
|
-
--cui-violet-300: #
|
|
144
|
-
--cui-violet-400: #
|
|
145
|
-
--cui-violet-500: #
|
|
146
|
-
--cui-violet-600: #
|
|
147
|
-
--cui-violet-700: #
|
|
148
|
-
--cui-violet-800: #
|
|
149
|
-
--cui-violet-900: #
|
|
150
|
-
|
|
151
|
-
--cui-purple-50: #
|
|
152
|
-
--cui-purple-100: #
|
|
153
|
-
--cui-purple-200: #
|
|
154
|
-
--cui-purple-300: #
|
|
155
|
-
--cui-purple-400: #
|
|
156
|
-
--cui-purple-500: #
|
|
157
|
-
--cui-purple-600: #
|
|
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: #
|
|
160
|
+
--cui-purple-900: #231a58;
|
|
161
161
|
|
|
162
162
|
--cui-base: var(--cui-black);
|
|
163
163
|
--cui-base-0: var(--cui-gray-0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
$cui-main-font: var(--cui-main-font);
|
|
1
|
+
$cui-main-font: var(--cui-main-font);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { NodeCheckListItem } from
|
|
2
|
-
import { CuiContextMenuItem } from
|
|
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,2 +1,2 @@
|
|
|
1
|
-
import { Translation } from
|
|
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
|
|
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
|
|
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>;
|
package/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
2
|
-
import { Observable } from
|
|
3
|
-
import type { Instruction, StorageObject, Criterion } from
|
|
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>>;
|