@evotor-dev/ui-kit 7.0.2 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +114 -121
- package/esm2020/icons/category/index.mjs +4 -4
- package/esm2020/icons/navigation/index.mjs +3 -3
- package/esm2020/icons/system/index.mjs +9 -5
- package/esm2020/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +2 -2
- package/esm2020/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +2 -2
- package/esm2020/lib/components/evo-autocomplete/helpers/switch-query-to-list.mjs +1 -1
- package/esm2020/lib/components/evo-badge/evo-badge.component.mjs +2 -2
- package/esm2020/lib/components/evo-banner/evo-banner.component.mjs +8 -11
- package/esm2020/lib/components/evo-banner/evo-banner.module.mjs +7 -11
- package/esm2020/lib/components/evo-button/components/evo-button/evo-button.component.mjs +86 -0
- package/esm2020/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -0
- package/esm2020/lib/components/evo-button/constants/evo-button-themes-map.mjs +31 -0
- package/esm2020/lib/components/evo-button/evo-button.module.mjs +9 -14
- package/esm2020/lib/components/evo-button/public-api.mjs +4 -2
- package/esm2020/lib/components/evo-button/types/evo-button-color.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-shape.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-size.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-theme-params.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/evo-button-theme.mjs +2 -0
- package/esm2020/lib/components/evo-button/types/index.mjs +6 -0
- package/esm2020/lib/components/evo-checkbox/evo-checkbox.component.mjs +11 -7
- package/esm2020/lib/components/evo-chip/evo-chip.component.mjs +2 -2
- package/esm2020/lib/components/evo-control-error/evo-control-error.component.mjs +2 -2
- package/esm2020/lib/components/evo-control-label/evo-control-label.component.mjs +2 -2
- package/esm2020/lib/components/evo-counter/evo-counter.component.mjs +2 -2
- package/esm2020/lib/components/evo-datepicker/evo-datepicker.component.mjs +2 -2
- package/esm2020/lib/components/evo-icon/evo-icon.component.mjs +15 -11
- package/esm2020/lib/components/evo-icon-button/evo-icon-button.component.mjs +6 -3
- package/esm2020/lib/components/evo-input/evo-input.component.mjs +5 -4
- package/esm2020/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +2 -2
- package/esm2020/lib/components/evo-loader/evo-circular-loader.component.mjs +3 -3
- package/esm2020/lib/components/evo-loader/evo-loader.component.mjs +4 -1
- package/esm2020/lib/components/evo-modal/evo-modal.component.mjs +17 -8
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +12 -0
- package/esm2020/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +45 -0
- package/esm2020/lib/components/evo-navigation-button/index.mjs +2 -0
- package/esm2020/lib/components/evo-navigation-button/public-api.mjs +3 -0
- package/esm2020/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +2 -2
- package/esm2020/lib/components/evo-popover/evo-popover.component.mjs +3 -3
- package/esm2020/lib/components/evo-radio/evo-radio.component.mjs +2 -2
- package/esm2020/lib/components/evo-radio-group/evo-radio-group.component.mjs +2 -2
- package/esm2020/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +2 -2
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +6 -5
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +6 -3
- package/esm2020/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +9 -24
- package/esm2020/lib/components/evo-select/evo-select.component.mjs +3 -3
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +2 -2
- package/esm2020/lib/components/evo-sidebar/evo-sidebar.component.mjs +1 -1
- package/esm2020/lib/components/evo-submenu/evo-submenu.component.mjs +19 -14
- package/esm2020/lib/components/evo-submenu/evo-submenu.module.mjs +8 -18
- package/esm2020/lib/components/evo-switcher/evo-switcher.component.mjs +2 -2
- package/esm2020/lib/components/evo-tabs/evo-tabs.component.mjs +2 -2
- package/esm2020/lib/components/evo-textarea/evo-textarea.component.mjs +2 -2
- package/esm2020/lib/components/evo-toggle/evo-toggle.component.mjs +2 -2
- package/esm2020/lib/components/evo-upload/evo-upload.component.mjs +4 -4
- package/esm2020/lib/directives/evo-let/evo-let.directive.mjs +10 -1
- package/esm2020/public_api.mjs +2 -1
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs +3 -3
- package/fesm2015/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs +2 -2
- package/fesm2015/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs +9 -5
- package/fesm2015/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit-icons.mjs +13 -9
- package/fesm2015/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2015/evotor-dev-ui-kit.mjs +402 -231
- package/fesm2015/evotor-dev-ui-kit.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs +3 -3
- package/fesm2020/evotor-dev-ui-kit-icons-category.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs +2 -2
- package/fesm2020/evotor-dev-ui-kit-icons-navigation.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs +9 -5
- package/fesm2020/evotor-dev-ui-kit-icons-system.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit-icons.mjs +13 -9
- package/fesm2020/evotor-dev-ui-kit-icons.mjs.map +1 -1
- package/fesm2020/evotor-dev-ui-kit.mjs +401 -231
- package/fesm2020/evotor-dev-ui-kit.mjs.map +1 -1
- package/icons/category/index.d.ts +3 -3
- package/icons/index.d.ts +11 -9
- package/icons/navigation/index.d.ts +2 -2
- package/icons/system/index.d.ts +8 -4
- package/lib/components/evo-button/components/evo-button/evo-button.component.d.ts +24 -0
- package/lib/components/evo-button/{evo-button.component.d.ts → components/evo-button-old/evo-button-old.component.d.ts} +9 -3
- package/lib/components/evo-button/constants/evo-button-themes-map.d.ts +2 -0
- package/lib/components/evo-button/evo-button.module.d.ts +6 -4
- package/lib/components/evo-button/public-api.d.ts +3 -1
- package/lib/components/evo-button/types/evo-button-color.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-shape.d.ts +4 -0
- package/lib/components/evo-button/types/evo-button-size.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-theme-params.d.ts +5 -0
- package/lib/components/evo-button/types/evo-button-theme.d.ts +1 -0
- package/lib/components/evo-button/types/index.d.ts +5 -0
- package/lib/components/evo-checkbox/evo-checkbox.component.d.ts +4 -1
- package/lib/components/evo-icon/evo-icon.component.d.ts +7 -7
- package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +3 -0
- package/lib/components/evo-modal/evo-modal.component.d.ts +10 -6
- package/lib/components/evo-navigation-button/evo-navigation-button.component.d.ts +5 -0
- package/lib/components/evo-navigation-button/evo-navigation-button.module.d.ts +9 -0
- package/lib/components/evo-navigation-button/index.d.ts +1 -0
- package/lib/components/evo-navigation-button/public-api.d.ts +2 -0
- package/lib/directives/evo-let/evo-let.directive.d.ts +16 -0
- package/package.json +6 -1
- package/public_api.d.ts +1 -0
- package/styles/components/evo-button.scss +233 -233
- package/styles/components/evo-chip.scss +167 -169
- package/styles/components/evo-table.scss +42 -42
- package/styles/components/evo-title.scss +23 -23
- package/styles/globals.scss +78 -67
- package/styles/main.scss +24 -19
- package/styles/mixins/_evo-input-mixins.scss +74 -0
- package/styles/mixins/_evo-text-button-mixin.scss +24 -0
- package/styles/mixins/_evo-text-caption-mixin.scss +26 -0
- package/styles/mixins/_evo-text-field-mixin.scss +36 -0
- package/styles/mixins/_evo-text-header-mixin.scss +62 -0
- package/styles/mixins/_evo-text-mobile-header-mixin.scss +34 -0
- package/styles/mixins/_evo-text-paragraph-mixin.scss +34 -0
- package/styles/mixins/_evo-text-subtitle-mixin.scss +20 -0
- package/styles/mixins/_evo-text-tips-mixin.scss +9 -0
- package/styles/mixins/_media-mixins.scss +38 -0
- package/styles/mixins.scss +96 -210
- package/styles/partials/_fonts.scss +2 -0
- package/styles/partials/_typography.scss +135 -0
- package/styles/variables.scss +140 -137
- package/esm2020/lib/components/evo-button/evo-button.component.mjs +0 -82
|
@@ -40,13 +40,13 @@ const categoryIcons = {
|
|
|
40
40
|
'person-add': iconPersonAdd,
|
|
41
41
|
'person-check': iconPersonCheck,
|
|
42
42
|
'person-clientcard': iconPersonClientcard,
|
|
43
|
-
'person-customer
|
|
44
|
-
'person-customer
|
|
43
|
+
'person-customer-details-off': iconPersonCustomerDetailsOff,
|
|
44
|
+
'person-customer-details': iconPersonCustomerDetails,
|
|
45
45
|
'person-group': iconPersonGroup,
|
|
46
46
|
'person-loyality': iconPersonLoyality,
|
|
47
47
|
'person-owner': iconPersonOwner,
|
|
48
48
|
'person-profile': iconPersonProfile,
|
|
49
|
-
'person-self
|
|
49
|
+
'person-self-employed': iconPersonSelfEmployed,
|
|
50
50
|
'person-seller': iconPersonSeller,
|
|
51
51
|
'person': iconPerson,
|
|
52
52
|
'personnel': iconPersonnel,
|
|
@@ -179,8 +179,8 @@ const navigationIcons = {
|
|
|
179
179
|
'arrow-southwest': iconArrowSouthwest,
|
|
180
180
|
'arrow-left': iconArrowLeft,
|
|
181
181
|
'arrow-right': iconArrowRight,
|
|
182
|
-
'chevron-down
|
|
183
|
-
'chevron-up
|
|
182
|
+
'chevron-down-rounded': iconChevronDownRounded,
|
|
183
|
+
'chevron-up-rounded': iconChevronUpRounded,
|
|
184
184
|
'chevron-left': iconChevronLeft,
|
|
185
185
|
'chevron-right': iconChevronRight,
|
|
186
186
|
'drop-down': iconDropDown,
|
|
@@ -330,6 +330,8 @@ const iconFolderFewCheck = `<path fill-rule="evenodd" clip-rule="evenodd" d="M10
|
|
|
330
330
|
const iconFolderMove = `<path fill-rule="evenodd" clip-rule="evenodd" d="M10.58 3.59L11.99 5H2C2 3.9 2.89 3 3.99 3H9.16C9.69 3 10.2 3.21 10.58 3.59ZM2 6H20C21.1046 6 22 6.89543 22 8V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6ZM11.9351 15.6444L13.6351 13.9444H8.09435C7.82151 13.9444 7.59589 13.8552 7.41749 13.6769C7.2391 13.4985 7.1499 13.2728 7.1499 13C7.1499 12.7272 7.2391 12.5015 7.41749 12.3231C7.59589 12.1448 7.82151 12.0556 8.09435 12.0556H13.6351L11.9351 10.3556C11.7462 10.1667 11.6518 9.9463 11.6518 9.69444C11.6518 9.44259 11.7462 9.22222 11.9351 9.03333C12.124 8.84444 12.3443 8.75 12.5962 8.75C12.8481 8.75 13.0684 8.84444 13.2573 9.03333L16.5629 12.3389C16.7518 12.5278 16.8462 12.7481 16.8462 13C16.8462 13.2519 16.7518 13.4722 16.5629 13.6611L13.2573 16.9667C13.0684 17.1556 12.8481 17.25 12.5962 17.25C12.3443 17.25 12.124 17.1556 11.9351 16.9667C11.7462 16.7778 11.6518 16.5574 11.6518 16.3056C11.6518 16.0537 11.7462 15.8333 11.9351 15.6444Z" />`;
|
|
331
331
|
const iconFolder = `<path fill-rule="evenodd" clip-rule="evenodd" d="M11.99 5L10.58 3.59C10.2 3.21 9.69 3 9.16 3H3.99C2.89 3 2 3.9 2 5H11.99ZM20 6H2V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V8C22 6.89543 21.1046 6 20 6Z" />`;
|
|
332
332
|
const iconGift = `<path fill-rule="evenodd" clip-rule="evenodd" d="M6.87868 2.87862C6.03459 3.72272 5.79864 4.94467 6.17085 6H4C2.89543 6 2 6.89543 2 8V9H22V8C22 6.89543 21.1046 6 20 6H17.8289C18.2012 4.9446 17.9653 3.72249 17.1212 2.87831C15.9496 1.70674 14.0501 1.70674 12.8785 2.87831C12.6696 3.08728 12.3389 3.41713 11.9999 3.75505C11.6609 3.41726 11.3302 3.08754 11.1213 2.87862C9.94975 1.70705 8.05025 1.70705 6.87868 2.87862ZM16 4.99961C16 5.55189 15.5523 5.99961 15 5.99961C14.4477 5.99961 13.5 4.99961 13.5 4.99961C13.5 4.99961 14.4477 3.99961 15 3.99961C15.5523 3.99961 16 4.44732 16 4.99961ZM10.4998 4.99997C10.4998 4.99997 9.55207 5.99997 8.99978 5.99997C8.4475 5.99997 7.99978 5.55225 7.99978 4.99997C7.99978 4.44768 8.4475 3.99997 8.99978 3.99997C9.55207 3.99997 10.4998 4.99997 10.4998 4.99997ZM3 11H10V22H5C3.89543 22 3 21.1046 3 20V11ZM19 22H14V11H21V20C21 21.1046 20.1046 22 19 22Z" />`;
|
|
333
|
+
const iconGoToChat = `<path d="M3 16H8.175L7.3 16.875C7.1 17.075 7.00417 17.3084 7.0125 17.575C7.02083 17.8417 7.11667 18.075 7.3 18.275C7.5 18.475 7.73333 18.5792 8 18.5875C8.26667 18.5959 8.5 18.5 8.7 18.3L11.3 15.7C11.5 15.5 11.6 15.2667 11.6 15C11.6 14.7334 11.5 14.5 11.3 14.3L8.7 11.7C8.51667 11.5167 8.28333 11.425 8 11.425C7.71667 11.425 7.48333 11.5167 7.3 11.7C7.1 11.9 7 12.1375 7 12.4125C7 12.6875 7.09167 12.9167 7.275 13.1L8.175 14H3C2.71667 14 2.47917 14.0959 2.2875 14.2875C2.09583 14.4792 2 14.7167 2 15C2 15.2834 2.09583 15.5209 2.2875 15.7125C2.47917 15.9042 2.71667 16 3 16Z" />
|
|
334
|
+
const iconGoToMinichat = `<path d="M11.2157 10.9185C11.07 11.0594 10.8857 11.1298 10.6629 11.1298H6.11143C5.88857 11.1298 5.70428 11.0594 5.55857 10.9185C5.41286 10.7776 5.34 10.5994 5.34 10.384C5.34 10.1685 5.41286 9.99033 5.55857 9.84945C5.70428 9.70856 5.88857 9.63812 6.11143 9.63812H8.76L3.23143 4.29282C3.07714 4.14365 3 3.96547 3 3.75829C3 3.5511 3.07714 3.37293 3.23143 3.22376C3.38571 3.07459 3.57 3 3.78428 3C3.99857 3 4.18286 3.07459 4.33714 3.22376L9.89143 8.59392V5.98342C9.89143 5.76796 9.96428 5.58978 10.11 5.44889C10.2557 5.30801 10.44 5.23757 10.6629 5.23757C10.8857 5.23757 11.07 5.30801 11.2157 5.44889C11.3614 5.58978 11.4343 5.76796 11.4343 5.98342V10.384C11.4343 10.5994 11.3614 10.7776 11.2157 10.9185Z" />
|
|
333
335
|
const iconGoods = `<path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V7H22V4C22 2.89543 21.1046 2 20 2H4ZM3 8H21V20C21 21.1046 20.1046 22 19 22H5C3.89543 22 3 21.1046 3 20V8ZM8 11C8 10.4477 8.44772 10 9 10H15C15.5523 10 16 10.4477 16 11C16 11.5523 15.5523 12 15 12H9C8.44772 12 8 11.5523 8 11Z" />`;
|
|
334
336
|
const iconGraphSquare = `<path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM9 17H7V7H9V17ZM13 17H11V10.5H13V17ZM17 17H15V13H17V17Z" />`;
|
|
335
337
|
const iconHealing = `<path d="M17.73 12.0201L21.71 8.04006C22.1 7.65006 22.1 7.02006 21.71 6.63006L17.37 2.29006C16.98 1.90006 16.35 1.90006 15.96 2.29006L11.98 6.27006L8.00002 2.29006C7.80002 2.10006 7.55002 2.00006 7.29002 2.00006C7.04002 2.00006 6.78002 2.10006 6.59002 2.29006L2.25002 6.63006C1.86002 7.02006 1.86002 7.65006 2.25002 8.04006L6.23002 12.0201L2.25002 16.0001C1.86002 16.3901 1.86002 17.0201 2.25002 17.4101L6.59002 21.7501C6.98002 22.1401 7.61002 22.1401 8.00002 21.7501L11.98 17.7701L15.96 21.7501C16.16 21.9501 16.41 22.0401 16.67 22.0401C16.93 22.0401 17.18 21.9401 17.38 21.7501L21.72 17.4101C22.11 17.0201 22.11 16.3901 21.72 16.0001L17.73 12.0201ZM12 9.00006C12.55 9.00006 13 9.45006 13 10.0001C13 10.5501 12.55 11.0001 12 11.0001C11.45 11.0001 11 10.5501 11 10.0001C11 9.45006 11.45 9.00006 12 9.00006ZM7.29002 10.9601L3.66002 7.34006L7.29002 3.71006L10.91 7.33006L7.29002 10.9601ZM10 13.0001C9.45002 13.0001 9.00002 12.5501 9.00002 12.0001C9.00002 11.4501 9.45002 11.0001 10 11.0001C10.55 11.0001 11 11.4501 11 12.0001C11 12.5501 10.55 13.0001 10 13.0001ZM12 15.0001C11.45 15.0001 11 14.5501 11 14.0001C11 13.4501 11.45 13.0001 12 13.0001C12.55 13.0001 13 13.4501 13 14.0001C13 14.5501 12.55 15.0001 12 15.0001ZM14 11.0001C14.55 11.0001 15 11.4501 15 12.0001C15 12.5501 14.55 13.0001 14 13.0001C13.45 13.0001 13 12.5501 13 12.0001C13 11.4501 13.45 11.0001 14 11.0001ZM16.66 20.3401L13.03 16.7201L16.66 13.0901L20.28 16.7101L16.66 20.3401Z" />`;
|
|
@@ -473,7 +475,7 @@ const systemIcons = {
|
|
|
473
475
|
'chat': iconChat,
|
|
474
476
|
'check-all': iconCheckAll,
|
|
475
477
|
'check-rounded': iconCheckRounded,
|
|
476
|
-
'check-square
|
|
478
|
+
'check-square-outlined': iconCheckSquareOutlined,
|
|
477
479
|
'check': iconCheck,
|
|
478
480
|
'clock-outlined': iconClockOutlined,
|
|
479
481
|
'clock-solid': iconClockSolid,
|
|
@@ -510,10 +512,12 @@ const systemIcons = {
|
|
|
510
512
|
'fiscal': iconFiscal,
|
|
511
513
|
'folder-alert': iconFolderAlert,
|
|
512
514
|
'folder-check': iconFolderCheck,
|
|
513
|
-
'folder-few
|
|
515
|
+
'folder-few-check': iconFolderFewCheck,
|
|
514
516
|
'folder-move': iconFolderMove,
|
|
515
517
|
'folder': iconFolder,
|
|
516
518
|
'gift': iconGift,
|
|
519
|
+
'go-to-chat': iconGoToChat,
|
|
520
|
+
'go-to-minichat': iconGoToMinichat,
|
|
517
521
|
'goods': iconGoods,
|
|
518
522
|
'graph-square': iconGraphSquare,
|
|
519
523
|
'healing': iconHealing,
|
|
@@ -531,7 +535,7 @@ const systemIcons = {
|
|
|
531
535
|
'insurance': iconInsurance,
|
|
532
536
|
'lamp': iconLamp,
|
|
533
537
|
'like': iconLike,
|
|
534
|
-
'linked-circle
|
|
538
|
+
'linked-circle-outlined': iconLinkedCircleOutlined,
|
|
535
539
|
'linked': iconLinked,
|
|
536
540
|
'linked-rounded': iconLinkedRounded,
|
|
537
541
|
'list': iconList,
|
|
@@ -543,7 +547,7 @@ const systemIcons = {
|
|
|
543
547
|
'logo-1c': iconLogo1c,
|
|
544
548
|
'logo-android': iconLogoAndroid,
|
|
545
549
|
'logo-apple': iconLogoApple,
|
|
546
|
-
'logo-chestniy
|
|
550
|
+
'logo-chestniy-znak': iconLogoChestniyZnak,
|
|
547
551
|
'logo-evotor': iconLogoEvotor,
|
|
548
552
|
'logo-facebook': iconLogoFacebook,
|
|
549
553
|
'logo-gomarket': iconLogoGomarket,
|