ecabs-components 1.0.13 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/esm2020/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +2 -2
  2. package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +24 -6
  3. package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +8 -8
  4. package/esm2020/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +21 -3
  5. package/esm2020/lib/ecabs-increment/ecabs-increment.component.mjs +2 -2
  6. package/esm2020/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +8 -3
  7. package/esm2020/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +8 -4
  8. package/esm2020/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +2 -2
  9. package/fesm2015/ecabs-components.mjs +68 -25
  10. package/fesm2015/ecabs-components.mjs.map +1 -1
  11. package/fesm2020/ecabs-components.mjs +66 -25
  12. package/fesm2020/ecabs-components.mjs.map +1 -1
  13. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +9 -4
  14. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +4 -4
  15. package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +7 -1
  16. package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +3 -1
  17. package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +2 -1
  18. package/package.json +1 -1
  19. package/styles/material/_theme.scss +0 -74
  20. package/styles/material/overrides/_autocomplete.scss +0 -11
  21. package/styles/material/overrides/_button.scss +0 -81
  22. package/styles/material/overrides/_card.scss +0 -17
  23. package/styles/material/overrides/_chip.scss +0 -108
  24. package/styles/material/overrides/_datepicker.scss +0 -169
  25. package/styles/material/overrides/_dialog.scss +0 -12
  26. package/styles/material/overrides/_divider.scss +0 -3
  27. package/styles/material/overrides/_expansion.scss +0 -31
  28. package/styles/material/overrides/_form.scss +0 -144
  29. package/styles/material/overrides/_icon.scss +0 -3
  30. package/styles/material/overrides/_menu.scss +0 -3
  31. package/styles/material/overrides/_paginator.scss +0 -0
  32. package/styles/material/overrides/_phone.scss +0 -32
  33. package/styles/material/overrides/_select.scss +0 -62
  34. package/styles/material/overrides/_tab.scss +0 -23
  35. package/styles/material/overrides/_table.scss +0 -12
  36. package/styles/material/overrides/_toaster.scss +0 -38
  37. package/styles/material/overrides/_toggle.scss +0 -15
  38. package/styles/material/overrides/_toolbar.scss +0 -3
  39. package/styles/material/overrides/_tooltip.scss +0 -3
  40. package/styles/material/overrides/index.scss +0 -20
  41. package/styles/scss/base/_heading.scss +0 -17
  42. package/styles/scss/base/_normalize.scss +0 -78
  43. package/styles/scss/base/index.scss +0 -2
  44. package/styles/scss/modules/_autocomplete.scss +0 -29
  45. package/styles/scss/modules/_button.scss +0 -221
  46. package/styles/scss/modules/_card.scss +0 -23
  47. package/styles/scss/modules/_chip.scss +0 -56
  48. package/styles/scss/modules/_datepicker.scss +0 -426
  49. package/styles/scss/modules/_dialog.scss +0 -14
  50. package/styles/scss/modules/_divider.scss +0 -3
  51. package/styles/scss/modules/_form.scss +0 -233
  52. package/styles/scss/modules/_icon.scss +0 -30
  53. package/styles/scss/modules/_img.scss +0 -32
  54. package/styles/scss/modules/_legend.scss +0 -64
  55. package/styles/scss/modules/_list.scss +0 -17
  56. package/styles/scss/modules/_map.scss +0 -112
  57. package/styles/scss/modules/_percentage.scss +0 -33
  58. package/styles/scss/modules/_phone.scss +0 -29
  59. package/styles/scss/modules/_select.scss +0 -41
  60. package/styles/scss/modules/_statuses.scss +0 -31
  61. package/styles/scss/modules/_tab.scss +0 -16
  62. package/styles/scss/modules/_table.scss +0 -107
  63. package/styles/scss/modules/_timepicker.scss +0 -96
  64. package/styles/scss/modules/_toaster.scss +0 -53
  65. package/styles/scss/modules/_tooltip.scss +0 -7
  66. package/styles/scss/modules/drag-drop.scss +0 -31
  67. package/styles/scss/modules/index.scss +0 -23
  68. package/styles/scss/utilities/_colors.scss +0 -52
  69. package/styles/scss/utilities/_fonts.scss +0 -26
  70. package/styles/scss/utilities/_functions.scss +0 -27
  71. package/styles/scss/utilities/_helpers.scss +0 -5
  72. package/styles/scss/utilities/_mixins.scss +0 -65
  73. package/styles/scss/utilities/_palettes.scss +0 -74
  74. package/styles/scss/utilities/_variables.scss +0 -19
  75. package/styles/scss/utilities/index.scss +0 -7
  76. package/styles/styles.scss +0 -5
  77. package/styles/tailwind/index.scss +0 -756
@@ -1,144 +0,0 @@
1
- .mat-mdc-form-field {
2
- display: block !important;
3
- .mat-mdc-form-field-wrapper {
4
- padding: 0;
5
- .mat-mdc-form-field-flex {
6
- padding: 0;
7
- }
8
- .mat-mdc-form-field-infix {
9
- padding: 0;
10
- border: 0;
11
- }
12
- }
13
- &-underline {
14
- display: none;
15
- }
16
-
17
- &-disabled {
18
- .mat-mdc-input-element {
19
- @extend .form-field__input--disabled;
20
- }
21
- }
22
-
23
- &-label {
24
- @extend .form-field__label;
25
- }
26
-
27
- &-invalid {
28
- .mat-mdc-input-element,
29
- mat-error,
30
- mat-date-range-input {
31
- @extend .form-field__input--invalid;
32
- }
33
- }
34
-
35
- &-suffix,
36
- [matsuffix] {
37
- @extend .form-field__input--suffix;
38
- }
39
-
40
- .mat-mdc-input-element {
41
- @extend .form-field__input;
42
- }
43
-
44
- .mat-mdc-form-field-subscript-wrapper {
45
- margin-top: 0;
46
- }
47
- }
48
-
49
- .mat-mdc-form-field {
50
- display: block !important;
51
- .mat-mdc-form-field-wrapper {
52
- padding: 0;
53
- .mat-mdc-form-field-flex {
54
- padding: 0;
55
- }
56
- .mat-mdc-form-field-infix {
57
- padding: 0;
58
- border: 0;
59
- }
60
- }
61
- &-underline {
62
- display: none;
63
- }
64
-
65
- &-disabled {
66
- .mat-mdc-input-element {
67
- @extend .form-field__input--disabled;
68
- }
69
- }
70
-
71
- &-label {
72
- @extend .form-field__label;
73
- }
74
-
75
- &-invalid {
76
- .mat-mdc-input-element,
77
- mat-error,
78
- mat-date-range-input {
79
- @extend .form-field__input--invalid;
80
- }
81
- }
82
-
83
- &-suffix,
84
- [matsuffix] {
85
- @extend .form-field__input--suffix;
86
- }
87
-
88
- .mat-mdc-input-element {
89
- @extend .form-field__input;
90
- }
91
-
92
- .mat-mdc-form-field-subscript-wrapper {
93
- margin-top: 0;
94
- }
95
-
96
- .mat-mdc-text-field-wrapper {
97
- background-color: inherit !important;
98
- padding-bottom: 0;
99
- }
100
-
101
- .mdc-text-field--outlined .mdc-text-field__input,
102
- .mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
103
- // border: 1px solid $color-mono-light !important;
104
- line-height: inherit;
105
- }
106
-
107
- .mat-mdc-form-field-subscript-wrapper {
108
- display: none;
109
- }
110
-
111
- div[class*="mdc-notched-outline__"] {
112
- border: unset;
113
- }
114
-
115
- .mat-mdc-text-field-wrapper {
116
- padding-left: 0;
117
- padding-right: 0;
118
-
119
- .mat-mdc-form-field-flex .mat-mdc-floating-label {
120
- top: 1.24rem;
121
- line-height: $base-line-height;
122
- }
123
-
124
- &.mdc-text-field--outlined {
125
- .mat-mdc-form-field-infix {
126
- border-top: 0.9375em solid transparent;
127
- padding-top: 0.5rem;
128
- padding-bottom: 0.5rem;
129
- }
130
- }
131
- }
132
-
133
- .mdc-line-ripple {
134
- display: none;
135
- }
136
- }
137
-
138
- .mdc-text-field{
139
- padding: 0rem !important;
140
- }
141
-
142
- .mat-mdc-form-field-focus-overlay {
143
- background-color: inherit !important;
144
- }
@@ -1,3 +0,0 @@
1
- mat-icon {
2
- @extend .icon;
3
- }
@@ -1,3 +0,0 @@
1
- .mat-menu-panel.mat-elevation-z4 {
2
- box-shadow: $box-shadow-default;
3
- }
File without changes
@@ -1,32 +0,0 @@
1
- ecabs-phone {
2
- @extend .ecabs-phone;
3
- .ngx-mat-tel-input-container {
4
- .mat-mdc-input-element {
5
- @extend .ngx-mat-tel-input-input;
6
- }
7
- .country-selector {
8
- @extend .country-selector;
9
- }
10
- }
11
- .form-field.error {
12
- .ngx-mat-tel-input-container {
13
- @extend .error;
14
- }
15
- }
16
- .disabled {
17
- input {
18
- @extend .disabled-field;
19
- }
20
- button {
21
- background-color: unset !important;
22
- }
23
- }
24
-
25
- .mat-mdc-input-element:disabled {
26
- color: var(--color-black);
27
- }
28
-
29
- .country-selector:disabled {
30
- color: var(--color-black) !important;
31
- }
32
- }
@@ -1,62 +0,0 @@
1
- .mat-mdc-select {
2
- @extend .select;
3
-
4
- .mat-mdc-select-arrow-wrapper {
5
- display: unset;
6
- vertical-align: auto;
7
- transform: none;
8
- padding-top: 0.625rem;
9
- }
10
-
11
- &-panel-wrap {
12
- .mat-mdc-select-panel,
13
- .mat-mdc-select-panel:not([class*='mat-elevation-z']) {
14
- box-shadow: 0 0 15px rgba(#6b6d73, 0.24);
15
-
16
- min-width: calc(100% + 32px) !important;
17
- background-color: var(--color-white);
18
-
19
- &[aria-multiselectable='true'] {
20
- transform: translate(1.5rem, 0rem) !important;
21
- }
22
- }
23
- }
24
- }
25
-
26
- ecabs-select .mat-mdc-select .mat-mdc-select-value {
27
- font-size: 1rem;
28
- }
29
-
30
- ecabs-select .mat-mdc-select {
31
- &, .mat-option {
32
- font-size: 1rem;
33
- }
34
- }
35
-
36
- .mat-mdc-form-field-underline {
37
- display: none;
38
- }
39
-
40
- .mat-mdc-form-field-underline {
41
- display: none;
42
- }
43
-
44
- .form-field.error {
45
- .mat-mdc-select {
46
- border-color: var(--color-error);
47
- }
48
- }
49
-
50
- .cdk-overlay-backdrop.cdk-overlay-backdrop-showing.cdk-overlay-transparent-backdrop {
51
- opacity: 1;
52
- }
53
-
54
- .wide-select {
55
- min-width: calc-rem(240px);
56
- .mdc-list-item {
57
- @include fontSize(12px);
58
- }
59
- }
60
- .no-title {
61
- transform: translateX(calc-rem(-196px)) !important;
62
- }
@@ -1,23 +0,0 @@
1
- .mat-tab-group {
2
- @extend .tab-group;
3
-
4
- .mat-tab-labels {
5
- @extend .tab-labels;
6
-
7
- .mat-tab-label {
8
- @extend .tab-label;
9
-
10
- &.mat-tab-label-active {
11
- @extend .tab-label-active;
12
- }
13
- }
14
- }
15
-
16
- &.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
17
- background-color: var(--color-brand-light) !important;
18
- }
19
-
20
- .mat-tab-body {
21
- margin-top: 1.2rem;
22
- }
23
- }
@@ -1,12 +0,0 @@
1
- .mat-mdc-table {
2
- @extend .table-ui;
3
- @extend .table-ui__bordered;
4
-
5
- td.mat-mdc-cell, td.mat-mdc-footer-cell {
6
- padding: .36rem .36rem .36rem 0;
7
-
8
- &:first-of-type {
9
- padding-left: calc-rem(14);
10
- }
11
- }
12
- }
@@ -1,38 +0,0 @@
1
- // @import 'ngx-toastr/toastr';
2
-
3
- // .toast-container {
4
- // .ngx-toastr {
5
- // @extend .toaster__body;
6
- // box-shadow: unset;
7
-
8
- // &.toast-success {
9
- // @extend .success;
10
- // }
11
-
12
- // &.toast-error {
13
- // @extend .error;
14
- // }
15
-
16
- // &.toast-warning {
17
- // @extend .warning;
18
- // }
19
-
20
- // &.toast-info {
21
- // @extend .info;
22
- // }
23
-
24
- // &:hover {
25
- // box-shadow: unset;
26
- // }
27
-
28
- // .toast-close-button {
29
- // @extend .close-button;
30
-
31
- // span {
32
- // display: none;
33
- // }
34
- // }
35
-
36
- // background-image: unset;
37
- // }
38
- // }
@@ -1,15 +0,0 @@
1
- /* #Toggle */
2
- .mat-mdc-slide-toggle {
3
- .mat-mdc-slide-toggle-bar {
4
- background-color: var(--color-gray-300);
5
- }
6
-
7
- &.mat-mdc-checked.mat-accent .mat-mdc-slide-toggle-bar {
8
- background-color: rgba(var(--color-brand-dark-rgb), 0.54);
9
- }
10
- }
11
-
12
- /* #Checkbox*/
13
- .mat-mdc-checkbox {
14
- margin-top: -0.75rem;
15
- }
@@ -1,3 +0,0 @@
1
- .mat-toolbar.mat-primary {
2
- background: none;
3
- }
@@ -1,3 +0,0 @@
1
- .mat-tooltip {
2
- @extend .tooltip;
3
- }
@@ -1,20 +0,0 @@
1
- @import "./autocomplete";
2
- @import "./menu";
3
- @import './button';
4
- @import './card';
5
- @import './chip';
6
- @import './datepicker';
7
- @import './dialog';
8
- @import './divider';
9
- @import './expansion';
10
- @import './form';
11
- @import './icon';
12
- @import './paginator';
13
- @import './phone';
14
- @import './select';
15
- @import './tab';
16
- @import './table';
17
- @import './toaster';
18
- @import './toggle';
19
- @import './toolbar';
20
- @import './tooltip';
@@ -1,17 +0,0 @@
1
- .heading {
2
- @include m(xs) {
3
- @include fontSize($font-heading-xs);
4
- }
5
-
6
- @include m(sm) {
7
- @include fontSize($font-heading-sm);
8
- }
9
-
10
- @include m(base) {
11
- @include fontSize($font-heading-base);
12
- }
13
-
14
- @include m(lg) {
15
- @include fontSize($font-heading-lg);
16
- }
17
- }
@@ -1,78 +0,0 @@
1
- * {
2
- box-sizing: border-box;
3
- }
4
-
5
- html {
6
- font-family: $font-family-fallback;
7
-
8
- &.wf-active {
9
- font-family: $font-family-primary;
10
- }
11
- }
12
-
13
- html,
14
- body {
15
- height: 100%;
16
- color: var(--color-black);
17
-
18
- a {
19
- color: var(--color-brand-light);
20
- text-decoration: none;
21
- cursor: pointer;
22
-
23
- &:hover {
24
- color: var(--color-brand-dark);
25
- }
26
- }
27
- }
28
-
29
- ul, ol {
30
- list-style-type: none;
31
- margin: 0;
32
- padding: 0;
33
- }
34
-
35
- ::-webkit-scrollbar {
36
- width: 8px;
37
- }
38
-
39
- ::-webkit-scrollbar-track {
40
- background: transparent;
41
- }
42
-
43
- ::-webkit-scrollbar-thumb {
44
- background: var(--color-gray-300);
45
- }
46
-
47
- ::-webkit-scrollbar-thumb:hover {
48
- background: var(--color-gray-400);
49
- }
50
-
51
- :focus-visible {
52
- outline-color: inherit;
53
- outline-width: inherit;
54
- }
55
-
56
- input::placeholder {
57
- overflow: visible;
58
- }
59
-
60
- h1 {
61
- @include fontSize($font-heading-lg);
62
- }
63
-
64
- h2 {
65
- @include fontSize($font-heading-base);
66
- }
67
-
68
- h3 {
69
- @include fontSize($font-heading-md);
70
- }
71
-
72
- h4 {
73
- @include fontSize($font-heading-sm);
74
- }
75
-
76
- h5 {
77
- @include fontSize($font-heading-xs);
78
- }
@@ -1,2 +0,0 @@
1
- @import "normalize";
2
- @import "heading";
@@ -1,29 +0,0 @@
1
- .autocomplete-ui {
2
- box-shadow: $box-shadow-default;
3
- border-radius: $border-radius-base;
4
- display: flex;
5
- flex-direction: column;
6
-
7
- @include m(item) {
8
- @include fontSize(16px);
9
- width: 100%;
10
- padding: calc-rem(16);
11
- color: var(--color-black);
12
-
13
- &::after {
14
- @extend %pseudos;
15
-
16
- bottom: 0;
17
- left: 0;
18
- right: 0;
19
- height: 1px;
20
- background-color: var(--color-gray-100);
21
- }
22
-
23
- &:last-of-type {
24
- &:after {
25
- background-color: transparent;
26
- }
27
- }
28
- }
29
- }