@cuby-ui/core 0.0.350 → 0.0.352
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 +24 -24
- package/directives/tooltip/tooltip.component.d.ts +1 -1
- package/editor/index.d.ts +2 -0
- package/editor/interfaces/editor-service.d.ts +4 -0
- package/editor/interfaces/index.d.ts +1 -0
- package/editor/providers/editor-provider.options.d.ts +2 -0
- package/editor/providers/editor.provider.d.ts +2 -0
- package/editor/providers/index.d.ts +2 -0
- package/editor/services/editor-base.service.d.ts +29 -0
- package/editor/services/editor-tools.service.d.ts +9 -0
- package/editor/services/index.d.ts +2 -0
- package/editor/utils/create-tools-data.d.ts +2 -0
- package/editor/utils/index.d.ts +1 -0
- package/esm2022/animations/animations.mjs +1 -1
- package/esm2022/classes/accessors.mjs +1 -1
- package/esm2022/classes/driver.mjs +1 -1
- 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-item/accordion-item.options.mjs +1 -1
- package/esm2022/components/accordion/accordion.component.mjs +3 -3
- package/esm2022/components/accordion/accordion.directive.mjs +1 -1
- package/esm2022/components/accordion/accordion.module.mjs +1 -1
- 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 +1 -1
- 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 +3 -3
- package/esm2022/components/alert/index.mjs +1 -1
- package/esm2022/components/badge/badge.component.mjs +3 -3
- package/esm2022/components/badge/badge.module.mjs +1 -1
- package/esm2022/components/badge/badge.options.mjs +1 -1
- package/esm2022/components/badge/index.mjs +1 -1
- package/esm2022/components/banner/banner.component.mjs +3 -3
- package/esm2022/components/banner/banner.module.mjs +1 -1
- package/esm2022/components/banner/banner.options.mjs +1 -1
- package/esm2022/components/banner/index.mjs +1 -1
- package/esm2022/components/breadcrumbs/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/breadcrumbs/breadcrumbs.module.mjs +1 -1
- package/esm2022/components/breadcrumbs/index.mjs +1 -1
- package/esm2022/components/button/button.component.mjs +3 -3
- package/esm2022/components/button/button.module.mjs +1 -1
- 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 +3 -3
- package/esm2022/components/button-group/button-group.module.mjs +1 -1
- package/esm2022/components/button-group/index.mjs +1 -1
- package/esm2022/components/card-wrapper/card-wrapper.component.mjs +3 -3
- package/esm2022/components/card-wrapper/index.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/content-wrapper/content-wrapper.component.mjs +3 -3
- package/esm2022/components/content-wrapper/index.mjs +1 -1
- package/esm2022/components/context-menu/context-menu.component.mjs +3 -3
- package/esm2022/components/context-menu/context-menu.module.mjs +1 -1
- package/esm2022/components/context-menu/index.mjs +1 -1
- 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 +3 -3
- package/esm2022/components/dialog/dialog.interfaces.mjs +1 -1
- package/esm2022/components/dialog/dialog.module.mjs +1 -1
- 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 +3 -3
- package/esm2022/components/dialog/index.mjs +1 -1
- package/esm2022/components/dropdown/dropdown.interfaces.mjs +1 -1
- package/esm2022/components/dropdown/index.mjs +1 -1
- package/esm2022/components/empty-state/empty-state.component.mjs +3 -3
- package/esm2022/components/empty-state/index.mjs +1 -1
- package/esm2022/components/form-field/form-field.component.mjs +3 -3
- package/esm2022/components/form-field/form-field.module.mjs +1 -1
- package/esm2022/components/form-field/index.mjs +1 -1
- package/esm2022/components/ghost-input/ghost-input.component.mjs +1 -1
- package/esm2022/components/ghost-input/index.mjs +1 -1
- package/esm2022/components/hint/hint.component.mjs +3 -3
- package/esm2022/components/hint/hint.module.mjs +1 -1
- package/esm2022/components/hint/index.mjs +1 -1
- package/esm2022/components/icon-button/icon-button.component.mjs +3 -3
- package/esm2022/components/icon-button/icon-button.module.mjs +1 -1
- package/esm2022/components/icon-button/index.mjs +1 -1
- package/esm2022/components/index.mjs +1 -1
- package/esm2022/components/input-number/index.mjs +1 -1
- package/esm2022/components/input-number/input-number.component.mjs +3 -3
- package/esm2022/components/input-number/input-number.module.mjs +1 -1
- package/esm2022/components/input-password/index.mjs +1 -1
- package/esm2022/components/input-password/input-password.component.mjs +3 -3
- package/esm2022/components/input-password/input-password.module.mjs +1 -1
- package/esm2022/components/input-text/index.mjs +1 -1
- package/esm2022/components/input-text/input-text.component.mjs +3 -3
- package/esm2022/components/input-text/input-text.module.mjs +1 -1
- package/esm2022/components/input-time/index.mjs +1 -1
- package/esm2022/components/input-time/input-time.component.mjs +3 -3
- package/esm2022/components/input-time/input-time.module.mjs +1 -1
- package/esm2022/components/input-time/input-time.options.mjs +1 -1
- package/esm2022/components/label/index.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/index.mjs +1 -1
- package/esm2022/components/layout/layout.component.mjs +3 -3
- package/esm2022/components/letter-box/index.mjs +1 -1
- package/esm2022/components/letter-box/letter-box.component.mjs +3 -3
- package/esm2022/components/letter-box/letter-box.interfaces.mjs +1 -1
- package/esm2022/components/notification/index.mjs +1 -1
- package/esm2022/components/notification/notification.component.mjs +3 -3
- package/esm2022/components/notification/notification.module.mjs +1 -1
- package/esm2022/components/notification/notification.options.mjs +1 -1
- package/esm2022/components/radio/index.mjs +1 -1
- package/esm2022/components/radio/radio.component.mjs +1 -1
- package/esm2022/components/radio/radio.module.mjs +1 -1
- package/esm2022/components/render-dynamic-components/index.mjs +1 -1
- package/esm2022/components/render-dynamic-components/render-dynamic-components.component.mjs +3 -3
- package/esm2022/components/render-dynamic-components/render-dynamic-components.options.mjs +1 -1
- package/esm2022/components/render-dynamic-components/render-dynamic-components.service.mjs +1 -1
- package/esm2022/components/root/index.mjs +1 -1
- package/esm2022/components/root/root.component.mjs +3 -3
- package/esm2022/components/root/root.module.mjs +1 -1
- package/esm2022/components/select/index.mjs +1 -1
- package/esm2022/components/select/select.component.mjs +3 -3
- package/esm2022/components/select/select.module.mjs +1 -1
- package/esm2022/components/sidebar/index.mjs +1 -1
- package/esm2022/components/sidebar/sidebar-container/index.mjs +1 -1
- package/esm2022/components/sidebar/sidebar-container/sidebar-container.component.mjs +3 -3
- package/esm2022/components/sidebar/sidebar-header/index.mjs +1 -1
- package/esm2022/components/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2022/components/sidebar/sidebar-navigation/index.mjs +1 -1
- package/esm2022/components/sidebar/sidebar-navigation/sidebar-navigation.component.mjs +3 -3
- package/esm2022/components/sidebar/sidebar-navigation-container/index.mjs +1 -1
- package/esm2022/components/sidebar/sidebar-navigation-container/sidebar-navigation-container.component.mjs +3 -3
- package/esm2022/components/sidebar/sidebar-navigation-item/index.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/sidebar/sidebar.service.mjs +1 -1
- package/esm2022/components/svg/index.mjs +1 -1
- package/esm2022/components/svg/svg.component.mjs +3 -3
- package/esm2022/components/svg/svg.module.mjs +1 -1
- package/esm2022/components/tab/index.mjs +1 -1
- package/esm2022/components/tab/tab.component.mjs +1 -1
- package/esm2022/components/tabs/index.mjs +1 -1
- package/esm2022/components/tabs/services/index.mjs +1 -1
- package/esm2022/components/tabs/services/tabs.service.mjs +1 -1
- package/esm2022/components/tabs/tabs.component.mjs +3 -3
- package/esm2022/components/tabs/tabs.options.mjs +1 -1
- package/esm2022/components/textarea/index.mjs +1 -1
- 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/index.mjs +1 -1
- package/esm2022/directives/text-field-controller/index.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/index.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-describe.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-driver.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-host.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-hover.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-manual.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-options.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-overflow.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-pointer.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-position.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip-unstyled.component.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip.component.mjs +13 -13
- package/esm2022/directives/tooltip/tooltip.directive.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip.providers.mjs +1 -1
- package/esm2022/directives/tooltip/tooltip.service.mjs +1 -1
- package/esm2022/directives/tooltip/tooltips.component.mjs +3 -3
- package/esm2022/editor/components/editor-tool-modal/editor-tool-modal.component.mjs +3 -3
- package/esm2022/editor/components/editor-tool-modal/editor-tool-modal.options.mjs +1 -1
- package/esm2022/editor/components/marker-modal/marker-modal.component.mjs +3 -3
- 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 +1 -1
- package/esm2022/editor/constants/editor.constants.mjs +1 -1
- package/esm2022/editor/editor.component.mjs +3 -3
- package/esm2022/editor/index.mjs +3 -1
- package/esm2022/editor/interfaces/angular-element.mjs +1 -1
- package/esm2022/editor/interfaces/custom-element.mjs +1 -1
- package/esm2022/editor/interfaces/editor-service.mjs +2 -0
- package/esm2022/editor/interfaces/index.mjs +2 -1
- package/esm2022/editor/providers/editor-provider.options.mjs +3 -0
- package/esm2022/editor/providers/editor.provider.mjs +5 -0
- package/esm2022/editor/providers/index.mjs +3 -0
- package/esm2022/editor/services/editor-base.service.mjs +23 -0
- package/esm2022/editor/services/editor-tools.service.mjs +25 -0
- package/esm2022/editor/services/index.mjs +3 -1
- package/esm2022/editor/tools/combined-text-block.tool.mjs +1 -1
- package/esm2022/editor/tools/role-marker.tool.mjs +3 -3
- package/esm2022/editor/tools/tool-marker.tool.mjs +1 -1
- package/esm2022/editor/utils/copy-text-to-clipboard.mjs +1 -1
- package/esm2022/editor/utils/create-tools-data.mjs +42 -0
- package/esm2022/editor/utils/index.mjs +2 -1
- package/esm2022/editor/utils/url.validator.mjs +1 -1
- package/esm2022/editor/widgets/editor-block/editor-block.component.mjs +3 -3
- package/esm2022/editor/widgets/editor-modal/editor-modal.component.mjs +3 -3
- package/esm2022/editor/widgets/editor-modal/index.mjs +1 -1
- package/esm2022/editor/widgets/editor-readonly/editor-readonly.options.mjs +1 -1
- package/esm2022/editor/widgets/editor-readonly/editor-resize-observer.directive.mjs +1 -1
- package/esm2022/editor/widgets/index.mjs +1 -1
- package/esm2022/index.mjs +1 -1
- package/esm2022/interceptors/auth.interceptor.mjs +1 -1
- package/esm2022/interceptors/error-handler.interceptor.mjs +1 -1
- package/esm2022/interceptors/x-ndjson.interceptor.mjs +1 -1
- package/esm2022/interfaces/context-menu-item.mjs +1 -1
- package/esm2022/interfaces/image.mjs +1 -1
- package/esm2022/interfaces/index.mjs +1 -1
- package/esm2022/interfaces/option.mjs +1 -1
- package/esm2022/providers/auth.options.mjs +1 -1
- package/esm2022/providers/auth.provider.mjs +1 -1
- package/esm2022/providers/index.mjs +1 -1
- package/esm2022/services/auth.service.mjs +1 -1
- package/esm2022/services/browser-auth.service.mjs +1 -1
- package/esm2022/services/index.mjs +1 -1
- package/esm2022/services/loader.options.mjs +1 -1
- package/esm2022/services/mobile-auth.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 +1 -1
- package/esm2022/services/token.options.mjs +1 -1
- package/esm2022/services/token.service.mjs +1 -1
- package/esm2022/services/visual-viewport.service.mjs +1 -1
- package/esm2022/tokens/animations-speed.mjs +1 -1
- package/esm2022/tokens/index.mjs +1 -1
- package/esm2022/tokens/reduced-motion.mjs +1 -1
- package/esm2022/tokens/viewport.mjs +1 -1
- package/esm2022/types/appearance.mjs +1 -1
- package/esm2022/types/button-theme.mjs +1 -1
- package/esm2022/types/hint-type.mjs +1 -1
- package/esm2022/types/index.mjs +1 -1
- package/esm2022/types/point.mjs +1 -1
- package/esm2022/types/portal-item.mjs +1 -1
- package/esm2022/types/position.mjs +1 -1
- package/esm2022/types/resizing.mjs +1 -1
- package/esm2022/types/shape.mjs +1 -1
- package/esm2022/types/size.mjs +1 -1
- package/esm2022/types/status.mjs +1 -1
- package/esm2022/utils/default-validators/create-default-validators.mjs +1 -1
- package/esm2022/utils/default-validators/create-default-validators.options.mjs +1 -1
- package/esm2022/utils/default-validators/extra-spaces.options.mjs +1 -1
- package/esm2022/utils/default-validators/extra-spaces.validators.mjs +1 -1
- package/esm2022/utils/default-validators/index.mjs +1 -1
- package/esm2022/utils/format/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/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 +1 -1
- package/esm2022/widgets/categories/components/categories-list/categories-list.component.mjs +3 -3
- package/esm2022/widgets/categories/components/category-form/category-form.component.mjs +3 -3
- package/esm2022/widgets/categories/components/category-item/category-item.component.mjs +3 -3
- package/esm2022/widgets/categories/components/create-category-item/create-category-item.component.mjs +3 -3
- package/esm2022/widgets/checklist-block/checklist-block.component.mjs +3 -3
- package/esm2022/widgets/checklist-block/checklist-block.options.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list/checklist-block-list.component.mjs +3 -3
- package/esm2022/widgets/checklist-block/components/checklist-block-list/index.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-card/checklist-block-list-item-action-card.component.mjs +3 -3
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-card/index.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 +3 -3
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-with-verification/index.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 +3 -3
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-action-without-verification/index.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-container/checklist-block-list-item-container.component.mjs +3 -3
- 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-container/index.mjs +1 -1
- package/esm2022/widgets/checklist-block/components/checklist-block-list-item-evaluation/checklist-block-list-item-evaluation.component.mjs +3 -3
- 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/checklist-block/components/checklist-block-title-control/checklist-block-title-control.component.mjs +3 -3
- package/esm2022/widgets/checklist-block/components/index.mjs +1 -1
- package/esm2022/widgets/checklist-block/index.mjs +1 -1
- package/esm2022/widgets/checklist-block/services/checklist-block.service.mjs +1 -1
- package/esm2022/widgets/checklist-block/services/index.mjs +1 -1
- package/esm2022/widgets/criterion-info/criterion-info.component.mjs +3 -3
- package/esm2022/widgets/criterion-info/index.mjs +1 -1
- package/esm2022/widgets/criterion-info-form/criterion-info-form.component.mjs +3 -3
- package/esm2022/widgets/criterion-info-form/criterion-info-form.options.mjs +1 -1
- package/esm2022/widgets/criterion-info-form/index.mjs +1 -1
- package/esm2022/widgets/criterion-readonly-info/criterion-readonly-info.component.mjs +3 -3
- package/esm2022/widgets/criterion-readonly-info/index.mjs +1 -1
- package/esm2022/widgets/general-control-error-hint/general-control-error-hint.component.mjs +3 -3
- package/esm2022/widgets/general-control-error-hint/index.mjs +1 -1
- package/esm2022/widgets/index.mjs +1 -1
- package/esm2022/widgets/instruction-info-form/index.mjs +1 -1
- package/esm2022/widgets/instruction-info-form/instruction-info-form.options.mjs +1 -1
- package/esm2022/widgets/instruction-readonly-info/index.mjs +1 -1
- package/esm2022/widgets/instruction-readonly-info/instruction-readonly-info.component.mjs +3 -3
- package/esm2022/widgets/select-modal/components/index.mjs +1 -1
- package/esm2022/widgets/select-modal/components/select-modal-folder/index.mjs +1 -1
- package/esm2022/widgets/select-modal/components/select-modal-folder/select-modal-folder.component.mjs +3 -3
- package/esm2022/widgets/select-modal/components/select-modal-search/index.mjs +1 -1
- package/esm2022/widgets/select-modal/components/select-modal-search/select-modal-search.component.mjs +3 -3
- package/esm2022/widgets/select-modal/index.mjs +1 -1
- package/esm2022/widgets/select-modal/select-modal.component.mjs +3 -3
- package/esm2022/widgets/select-modal/select-modal.interfaces.mjs +1 -1
- package/esm2022/widgets/select-modal/select-modal.service.mjs +1 -1
- package/esm2022/widgets/storage-list/components/index.mjs +1 -1
- package/esm2022/widgets/storage-list/components/storage-list-item/index.mjs +1 -1
- package/esm2022/widgets/storage-list/components/storage-list-item/storage-list-item.component.mjs +3 -3
- package/esm2022/widgets/storage-list/index.mjs +1 -1
- package/esm2022/widgets/storage-list/storage-list.component.mjs +3 -3
- package/esm2022/widgets/storage-list/storage-list.options.mjs +1 -1
- package/esm2022/widgets/utility-modal/components/criterion-modal-create/criterion-modal-create.component.mjs +3 -3
- package/esm2022/widgets/utility-modal/components/criterion-modal-create/index.mjs +1 -1
- package/esm2022/widgets/utility-modal/components/index.mjs +1 -1
- package/esm2022/widgets/utility-modal/components/instruction-modal-create/index.mjs +1 -1
- package/esm2022/widgets/utility-modal/components/instruction-modal-create/instruction-modal-create.component.mjs +3 -3
- package/esm2022/widgets/utility-modal/components/readonly-criterion-modal/index.mjs +1 -1
- package/esm2022/widgets/utility-modal/components/readonly-criterion-modal/readonly-criterion-modal.component.mjs +3 -3
- package/esm2022/widgets/utility-modal/components/readonly-instruction-modal/index.mjs +1 -1
- 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/index.mjs +1 -1
- package/esm2022/widgets/utility-modal/components/readonly-utility-modal/readonly-utility-modal.component.mjs +3 -3
- package/esm2022/widgets/utility-modal/components/utility-modal-create/index.mjs +1 -1
- package/esm2022/widgets/utility-modal/components/utility-modal-create/utility-modal-create.component.mjs +3 -3
- package/esm2022/widgets/utility-modal/index.mjs +1 -1
- package/esm2022/widgets/utility-modal/utility-modal.component.mjs +3 -3
- package/esm2022/widgets/utility-modal/utility-modal.options.mjs +1 -1
- package/esm2022/widgets/utility-readonly-thumbnail/index.mjs +1 -1
- package/esm2022/widgets/utility-readonly-thumbnail/utility-readonly-thumbnail.component.mjs +3 -3
- package/esm2022/widgets/utility-thumbnail/index.mjs +1 -1
- package/esm2022/widgets/utility-thumbnail/utility-thumbnail.component.mjs +3 -3
- package/fesm2022/cuby-ui-core.mjs +261 -173
- package/fesm2022/cuby-ui-core.mjs.map +1 -1
- package/fonts/Inter-Bold.svg +25443 -25443
- package/fonts/Inter-Medium.svg +25400 -25400
- package/fonts/Inter-Regular.svg +24341 -24341
- package/fonts/Inter-SemiBold.svg +25459 -25459
- package/package.json +4 -4
- package/styles/fonts.scss +51 -51
- package/styles/global.scss +10 -10
- package/styles/mixins/buttons.scss +13 -13
- package/styles/mixins/flex.scss +21 -21
- package/styles/mixins/headings.scss +115 -115
- package/styles/mixins/inputs.scss +91 -91
- package/styles/mixins/lists.scss +42 -42
- package/styles/mixins/paddings.scss +35 -35
- package/styles/mixins/shadows.scss +38 -38
- package/styles/mixins/texts.scss +225 -225
- package/styles/theme.scss +414 -414
- package/styles/variables/colors.scss +281 -281
- package/widgets/categories/components/category-item/category-item.component.d.ts +1 -1
package/styles/mixins/lists.scss
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@use '../variables/colors' as colors;
|
|
2
|
-
|
|
3
|
-
@mixin cui-clear-list() {
|
|
4
|
-
padding: 0;
|
|
5
|
-
margin: 0;
|
|
6
|
-
list-style: none;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
// The list should have no padding or border
|
|
10
|
-
// The $offset should correspond to the border-radius of the elements
|
|
11
|
-
@mixin cui-line-between-items($offset) {
|
|
12
|
-
position: relative;
|
|
13
|
-
|
|
14
|
-
& > * {
|
|
15
|
-
z-index: 1;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&:has(> :nth-child(2))::before {
|
|
19
|
-
content: '';
|
|
20
|
-
position: absolute;
|
|
21
|
-
top: 0;
|
|
22
|
-
bottom: 0;
|
|
23
|
-
left: $offset;
|
|
24
|
-
width: 1px;
|
|
25
|
-
background: colors.$cui-base-200;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@mixin cui-line-after-item($offset, $list-gap) {
|
|
30
|
-
position: relative;
|
|
31
|
-
|
|
32
|
-
&:not(:last-child)::before {
|
|
33
|
-
content: '';
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 0;
|
|
36
|
-
left: $offset;
|
|
37
|
-
bottom: -$list-gap;
|
|
38
|
-
z-index: -1;
|
|
39
|
-
width: 1px;
|
|
40
|
-
background: colors.$cui-base-200;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
1
|
+
@use '../variables/colors' as colors;
|
|
2
|
+
|
|
3
|
+
@mixin cui-clear-list() {
|
|
4
|
+
padding: 0;
|
|
5
|
+
margin: 0;
|
|
6
|
+
list-style: none;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
// The list should have no padding or border
|
|
10
|
+
// The $offset should correspond to the border-radius of the elements
|
|
11
|
+
@mixin cui-line-between-items($offset) {
|
|
12
|
+
position: relative;
|
|
13
|
+
|
|
14
|
+
& > * {
|
|
15
|
+
z-index: 1;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&:has(> :nth-child(2))::before {
|
|
19
|
+
content: '';
|
|
20
|
+
position: absolute;
|
|
21
|
+
top: 0;
|
|
22
|
+
bottom: 0;
|
|
23
|
+
left: $offset;
|
|
24
|
+
width: 1px;
|
|
25
|
+
background: colors.$cui-base-200;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@mixin cui-line-after-item($offset, $list-gap) {
|
|
30
|
+
position: relative;
|
|
31
|
+
|
|
32
|
+
&:not(:last-child)::before {
|
|
33
|
+
content: '';
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: $offset;
|
|
37
|
+
bottom: -$list-gap;
|
|
38
|
+
z-index: -1;
|
|
39
|
+
width: 1px;
|
|
40
|
+
background: colors.$cui-base-200;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
$space: 8px;
|
|
2
|
-
|
|
3
|
-
@mixin cui-padding($direction, $size, $offset: 0) {
|
|
4
|
-
$padding: $space * $size - $offset;
|
|
5
|
-
|
|
6
|
-
@if ($direction == all) {
|
|
7
|
-
padding: $padding;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@if ($direction == top) {
|
|
11
|
-
padding-top: $padding;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@if ($direction == bottom) {
|
|
15
|
-
padding-bottom: $padding;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@if ($direction == vertical) {
|
|
19
|
-
padding-top: $padding;
|
|
20
|
-
padding-bottom: $padding;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@if ($direction == left) {
|
|
24
|
-
padding-left: $padding;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
@if ($direction == right) {
|
|
28
|
-
padding-right: $padding;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@if ($direction == horizontal) {
|
|
32
|
-
padding-right: $padding;
|
|
33
|
-
padding-left: $padding;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
1
|
+
$space: 8px;
|
|
2
|
+
|
|
3
|
+
@mixin cui-padding($direction, $size, $offset: 0) {
|
|
4
|
+
$padding: $space * $size - $offset;
|
|
5
|
+
|
|
6
|
+
@if ($direction == all) {
|
|
7
|
+
padding: $padding;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@if ($direction == top) {
|
|
11
|
+
padding-top: $padding;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@if ($direction == bottom) {
|
|
15
|
+
padding-bottom: $padding;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@if ($direction == vertical) {
|
|
19
|
+
padding-top: $padding;
|
|
20
|
+
padding-bottom: $padding;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@if ($direction == left) {
|
|
24
|
+
padding-left: $padding;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@if ($direction == right) {
|
|
28
|
+
padding-right: $padding;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@if ($direction == horizontal) {
|
|
32
|
+
padding-right: $padding;
|
|
33
|
+
padding-left: $padding;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
@use '../variables/colors' as colors;
|
|
2
|
-
// TODO: вынести все цвета в перемнные
|
|
3
|
-
|
|
4
|
-
@mixin cui-shadow-10() {
|
|
5
|
-
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04),
|
|
6
|
-
0 1px 4px 0 rgba(0, 0, 0, 0.04);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@mixin cui-shadow-15() {
|
|
10
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06),
|
|
11
|
-
0 1px 3px 0 rgba(0, 0, 0, 0.10);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@mixin cui-shadow-20() {
|
|
15
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
|
|
16
|
-
0 4px 6px -1px rgba(0, 0, 0, 0.10);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@mixin cui-shadow-25() {
|
|
20
|
-
box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05),
|
|
21
|
-
0 10px 15px -3px rgba(0, 0, 0, 0.10);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@mixin cui-shadow-right() {
|
|
25
|
-
box-shadow: 5px 0 4px 0 rgba(0, 0, 0, 0.05);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@mixin cui-shadow-left() {
|
|
29
|
-
box-shadow: -5px 0 4px 0 rgba(0, 0, 0, 0.05);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@mixin cui-shadow-focused() {
|
|
33
|
-
box-shadow: 0 0 0 2px colors.$cui-focus;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@mixin cui-shadow-error-focused() {
|
|
37
|
-
box-shadow: 0 0 0 2px rgba(217, 45, 32, 0.25);
|
|
38
|
-
}
|
|
1
|
+
@use '../variables/colors' as colors;
|
|
2
|
+
// TODO: вынести все цвета в перемнные
|
|
3
|
+
|
|
4
|
+
@mixin cui-shadow-10() {
|
|
5
|
+
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04),
|
|
6
|
+
0 1px 4px 0 rgba(0, 0, 0, 0.04);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@mixin cui-shadow-15() {
|
|
10
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06),
|
|
11
|
+
0 1px 3px 0 rgba(0, 0, 0, 0.10);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@mixin cui-shadow-20() {
|
|
15
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06),
|
|
16
|
+
0 4px 6px -1px rgba(0, 0, 0, 0.10);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@mixin cui-shadow-25() {
|
|
20
|
+
box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05),
|
|
21
|
+
0 10px 15px -3px rgba(0, 0, 0, 0.10);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@mixin cui-shadow-right() {
|
|
25
|
+
box-shadow: 5px 0 4px 0 rgba(0, 0, 0, 0.05);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@mixin cui-shadow-left() {
|
|
29
|
+
box-shadow: -5px 0 4px 0 rgba(0, 0, 0, 0.05);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@mixin cui-shadow-focused() {
|
|
33
|
+
box-shadow: 0 0 0 2px colors.$cui-focus;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@mixin cui-shadow-error-focused() {
|
|
37
|
+
box-shadow: 0 0 0 2px rgba(217, 45, 32, 0.25);
|
|
38
|
+
}
|
package/styles/mixins/texts.scss
CHANGED
|
@@ -1,225 +1,225 @@
|
|
|
1
|
-
@mixin cui-text-regular() {
|
|
2
|
-
font-weight: 400;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
@mixin cui-text-medium() {
|
|
6
|
-
font-weight: 500;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@mixin cui-text-semi-bold() {
|
|
10
|
-
font-weight: 600;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin cui-text-bold() {
|
|
14
|
-
font-weight: 700;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@mixin cui-text-xxxs() {
|
|
18
|
-
font-size: 10px;
|
|
19
|
-
line-height: 12px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@mixin cui-text-xxxs-regular() {
|
|
23
|
-
font-weight: 400;
|
|
24
|
-
font-size: 10px;
|
|
25
|
-
line-height: 12px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@mixin cui-text-xxxs-medium() {
|
|
29
|
-
font-weight: 500;
|
|
30
|
-
font-size: 10px;
|
|
31
|
-
line-height: 12px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@mixin cui-text-xxxs-semi-bold() {
|
|
35
|
-
font-weight: 600;
|
|
36
|
-
font-size: 10px;
|
|
37
|
-
line-height: 12px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@mixin cui-text-xxxs-bold() {
|
|
41
|
-
font-weight: 700;
|
|
42
|
-
font-size: 10px;
|
|
43
|
-
line-height: 12px;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
@mixin cui-text-xxs() {
|
|
48
|
-
font-size: 12px;
|
|
49
|
-
line-height: 14px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@mixin cui-text-xxs-regular() {
|
|
53
|
-
font-weight: 400;
|
|
54
|
-
font-size: 12px;
|
|
55
|
-
line-height: 14px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@mixin cui-text-xxs-medium() {
|
|
59
|
-
font-weight: 500;
|
|
60
|
-
font-size: 12px;
|
|
61
|
-
line-height: 14px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@mixin cui-text-xxs-semi-bold() {
|
|
65
|
-
font-weight: 600;
|
|
66
|
-
font-size: 12px;
|
|
67
|
-
line-height: 14px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@mixin cui-text-xxs-bold() {
|
|
71
|
-
font-weight: 700;
|
|
72
|
-
font-size: 12px;
|
|
73
|
-
line-height: 14px;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@mixin cui-text-xs() {
|
|
77
|
-
font-size: 13px;
|
|
78
|
-
line-height: 16px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
@mixin cui-text-xs-regular() {
|
|
82
|
-
font-weight: 400;
|
|
83
|
-
font-size: 13px;
|
|
84
|
-
line-height: 16px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
@mixin cui-text-xs-medium() {
|
|
88
|
-
font-weight: 500;
|
|
89
|
-
font-size: 13px;
|
|
90
|
-
line-height: 16px;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
@mixin cui-text-xs-semi-bold() {
|
|
94
|
-
font-weight: 600;
|
|
95
|
-
font-size: 13px;
|
|
96
|
-
line-height: 16px;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@mixin cui-text-xs-bold() {
|
|
100
|
-
font-weight: 700;
|
|
101
|
-
font-size: 13px;
|
|
102
|
-
line-height: 16px;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
@mixin cui-text-sm() {
|
|
106
|
-
font-size: 14px;
|
|
107
|
-
line-height: 20px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@mixin cui-text-sm-regular() {
|
|
111
|
-
font-weight: 400;
|
|
112
|
-
font-size: 14px;
|
|
113
|
-
line-height: 20px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
@mixin cui-text-sm-medium() {
|
|
117
|
-
font-weight: 500;
|
|
118
|
-
font-size: 14px;
|
|
119
|
-
line-height: 20px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@mixin cui-text-sm-semi-bold() {
|
|
123
|
-
font-weight: 600;
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
line-height: 20px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
@mixin cui-text-sm-bold() {
|
|
129
|
-
font-weight: 700;
|
|
130
|
-
font-size: 14px;
|
|
131
|
-
line-height: 20px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
@mixin cui-text-md() {
|
|
135
|
-
font-size: 16px;
|
|
136
|
-
line-height: 24px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
@mixin cui-text-md-regular() {
|
|
140
|
-
font-weight: 400;
|
|
141
|
-
font-size: 16px;
|
|
142
|
-
line-height: 24px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
@mixin cui-text-md-medium() {
|
|
146
|
-
font-weight: 500;
|
|
147
|
-
font-size: 16px;
|
|
148
|
-
line-height: 24px;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
@mixin cui-text-md-semi-bold() {
|
|
152
|
-
font-weight: 600;
|
|
153
|
-
font-size: 16px;
|
|
154
|
-
line-height: 24px;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
@mixin cui-text-md-bold() {
|
|
158
|
-
font-weight: 700;
|
|
159
|
-
font-size: 16px;
|
|
160
|
-
line-height: 24px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
@mixin cui-text-lg() {
|
|
164
|
-
font-size: 18px;
|
|
165
|
-
line-height: 28px;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
@mixin cui-text-lg-regular() {
|
|
169
|
-
font-weight: 400;
|
|
170
|
-
font-size: 18px;
|
|
171
|
-
line-height: 28px;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
@mixin cui-text-lg-medium() {
|
|
175
|
-
font-weight: 500;
|
|
176
|
-
font-size: 18px;
|
|
177
|
-
line-height: 28px;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
@mixin cui-text-lg-semi-bold() {
|
|
181
|
-
font-weight: 600;
|
|
182
|
-
font-size: 18px;
|
|
183
|
-
line-height: 28px;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
@mixin cui-text-lg-bold() {
|
|
187
|
-
font-weight: 700;
|
|
188
|
-
font-size: 18px;
|
|
189
|
-
line-height: 28px;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
@mixin cui-text-xl() {
|
|
193
|
-
font-size: 20px;
|
|
194
|
-
line-height: 30px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
@mixin cui-text-xl-regular() {
|
|
198
|
-
font-weight: 400;
|
|
199
|
-
font-size: 20px;
|
|
200
|
-
line-height: 30px;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
@mixin cui-text-xl-medium() {
|
|
204
|
-
font-weight: 500;
|
|
205
|
-
font-size: 20px;
|
|
206
|
-
line-height: 30px;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
@mixin cui-text-xl-semi-bold() {
|
|
210
|
-
font-weight: 600;
|
|
211
|
-
font-size: 20px;
|
|
212
|
-
line-height: 30px;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
@mixin cui-text-xl-bold() {
|
|
216
|
-
font-weight: 700;
|
|
217
|
-
font-size: 20px;
|
|
218
|
-
line-height: 30px;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
@mixin cui-text-overflow($wrap: nowrap) {
|
|
222
|
-
white-space: $wrap;
|
|
223
|
-
overflow: hidden;
|
|
224
|
-
text-overflow: ellipsis;
|
|
225
|
-
}
|
|
1
|
+
@mixin cui-text-regular() {
|
|
2
|
+
font-weight: 400;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
@mixin cui-text-medium() {
|
|
6
|
+
font-weight: 500;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@mixin cui-text-semi-bold() {
|
|
10
|
+
font-weight: 600;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin cui-text-bold() {
|
|
14
|
+
font-weight: 700;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@mixin cui-text-xxxs() {
|
|
18
|
+
font-size: 10px;
|
|
19
|
+
line-height: 12px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@mixin cui-text-xxxs-regular() {
|
|
23
|
+
font-weight: 400;
|
|
24
|
+
font-size: 10px;
|
|
25
|
+
line-height: 12px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@mixin cui-text-xxxs-medium() {
|
|
29
|
+
font-weight: 500;
|
|
30
|
+
font-size: 10px;
|
|
31
|
+
line-height: 12px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@mixin cui-text-xxxs-semi-bold() {
|
|
35
|
+
font-weight: 600;
|
|
36
|
+
font-size: 10px;
|
|
37
|
+
line-height: 12px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@mixin cui-text-xxxs-bold() {
|
|
41
|
+
font-weight: 700;
|
|
42
|
+
font-size: 10px;
|
|
43
|
+
line-height: 12px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
@mixin cui-text-xxs() {
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
line-height: 14px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@mixin cui-text-xxs-regular() {
|
|
53
|
+
font-weight: 400;
|
|
54
|
+
font-size: 12px;
|
|
55
|
+
line-height: 14px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@mixin cui-text-xxs-medium() {
|
|
59
|
+
font-weight: 500;
|
|
60
|
+
font-size: 12px;
|
|
61
|
+
line-height: 14px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@mixin cui-text-xxs-semi-bold() {
|
|
65
|
+
font-weight: 600;
|
|
66
|
+
font-size: 12px;
|
|
67
|
+
line-height: 14px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
@mixin cui-text-xxs-bold() {
|
|
71
|
+
font-weight: 700;
|
|
72
|
+
font-size: 12px;
|
|
73
|
+
line-height: 14px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
@mixin cui-text-xs() {
|
|
77
|
+
font-size: 13px;
|
|
78
|
+
line-height: 16px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@mixin cui-text-xs-regular() {
|
|
82
|
+
font-weight: 400;
|
|
83
|
+
font-size: 13px;
|
|
84
|
+
line-height: 16px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@mixin cui-text-xs-medium() {
|
|
88
|
+
font-weight: 500;
|
|
89
|
+
font-size: 13px;
|
|
90
|
+
line-height: 16px;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@mixin cui-text-xs-semi-bold() {
|
|
94
|
+
font-weight: 600;
|
|
95
|
+
font-size: 13px;
|
|
96
|
+
line-height: 16px;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@mixin cui-text-xs-bold() {
|
|
100
|
+
font-weight: 700;
|
|
101
|
+
font-size: 13px;
|
|
102
|
+
line-height: 16px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@mixin cui-text-sm() {
|
|
106
|
+
font-size: 14px;
|
|
107
|
+
line-height: 20px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@mixin cui-text-sm-regular() {
|
|
111
|
+
font-weight: 400;
|
|
112
|
+
font-size: 14px;
|
|
113
|
+
line-height: 20px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@mixin cui-text-sm-medium() {
|
|
117
|
+
font-weight: 500;
|
|
118
|
+
font-size: 14px;
|
|
119
|
+
line-height: 20px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
@mixin cui-text-sm-semi-bold() {
|
|
123
|
+
font-weight: 600;
|
|
124
|
+
font-size: 14px;
|
|
125
|
+
line-height: 20px;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
@mixin cui-text-sm-bold() {
|
|
129
|
+
font-weight: 700;
|
|
130
|
+
font-size: 14px;
|
|
131
|
+
line-height: 20px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@mixin cui-text-md() {
|
|
135
|
+
font-size: 16px;
|
|
136
|
+
line-height: 24px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
@mixin cui-text-md-regular() {
|
|
140
|
+
font-weight: 400;
|
|
141
|
+
font-size: 16px;
|
|
142
|
+
line-height: 24px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@mixin cui-text-md-medium() {
|
|
146
|
+
font-weight: 500;
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
line-height: 24px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
@mixin cui-text-md-semi-bold() {
|
|
152
|
+
font-weight: 600;
|
|
153
|
+
font-size: 16px;
|
|
154
|
+
line-height: 24px;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@mixin cui-text-md-bold() {
|
|
158
|
+
font-weight: 700;
|
|
159
|
+
font-size: 16px;
|
|
160
|
+
line-height: 24px;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
@mixin cui-text-lg() {
|
|
164
|
+
font-size: 18px;
|
|
165
|
+
line-height: 28px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
@mixin cui-text-lg-regular() {
|
|
169
|
+
font-weight: 400;
|
|
170
|
+
font-size: 18px;
|
|
171
|
+
line-height: 28px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
@mixin cui-text-lg-medium() {
|
|
175
|
+
font-weight: 500;
|
|
176
|
+
font-size: 18px;
|
|
177
|
+
line-height: 28px;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
@mixin cui-text-lg-semi-bold() {
|
|
181
|
+
font-weight: 600;
|
|
182
|
+
font-size: 18px;
|
|
183
|
+
line-height: 28px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
@mixin cui-text-lg-bold() {
|
|
187
|
+
font-weight: 700;
|
|
188
|
+
font-size: 18px;
|
|
189
|
+
line-height: 28px;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
@mixin cui-text-xl() {
|
|
193
|
+
font-size: 20px;
|
|
194
|
+
line-height: 30px;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@mixin cui-text-xl-regular() {
|
|
198
|
+
font-weight: 400;
|
|
199
|
+
font-size: 20px;
|
|
200
|
+
line-height: 30px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
@mixin cui-text-xl-medium() {
|
|
204
|
+
font-weight: 500;
|
|
205
|
+
font-size: 20px;
|
|
206
|
+
line-height: 30px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
@mixin cui-text-xl-semi-bold() {
|
|
210
|
+
font-weight: 600;
|
|
211
|
+
font-size: 20px;
|
|
212
|
+
line-height: 30px;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
@mixin cui-text-xl-bold() {
|
|
216
|
+
font-weight: 700;
|
|
217
|
+
font-size: 20px;
|
|
218
|
+
line-height: 30px;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
@mixin cui-text-overflow($wrap: nowrap) {
|
|
222
|
+
white-space: $wrap;
|
|
223
|
+
overflow: hidden;
|
|
224
|
+
text-overflow: ellipsis;
|
|
225
|
+
}
|