ecabs-components 0.0.62 → 0.0.63

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 (66) hide show
  1. package/esm2020/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +17 -9
  2. package/esm2020/lib/ecabs-increment/ecabs-increment.component.mjs +2 -2
  3. package/esm2020/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +2 -2
  4. package/fesm2015/ecabs-components.mjs +19 -11
  5. package/fesm2015/ecabs-components.mjs.map +1 -1
  6. package/fesm2020/ecabs-components.mjs +19 -11
  7. package/fesm2020/ecabs-components.mjs.map +1 -1
  8. package/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.d.ts +3 -3
  9. package/package.json +1 -1
  10. package/styles/material/_theme.scss +0 -99
  11. package/styles/material/overrides/_autocomplete.scss +0 -12
  12. package/styles/material/overrides/_button.scss +0 -81
  13. package/styles/material/overrides/_card.scss +0 -17
  14. package/styles/material/overrides/_chip.scss +0 -108
  15. package/styles/material/overrides/_datepicker.scss +0 -169
  16. package/styles/material/overrides/_dialog.scss +0 -8
  17. package/styles/material/overrides/_divider.scss +0 -3
  18. package/styles/material/overrides/_expansion.scss +0 -31
  19. package/styles/material/overrides/_form.scss +0 -52
  20. package/styles/material/overrides/_icon.scss +0 -3
  21. package/styles/material/overrides/_menu.scss +0 -3
  22. package/styles/material/overrides/_paginator.scss +0 -0
  23. package/styles/material/overrides/_phone.scss +0 -24
  24. package/styles/material/overrides/_select.scss +0 -70
  25. package/styles/material/overrides/_tab.scss +0 -23
  26. package/styles/material/overrides/_table.scss +0 -12
  27. package/styles/material/overrides/_toaster.scss +0 -38
  28. package/styles/material/overrides/_toggle.scss +0 -10
  29. package/styles/material/overrides/_tooltip.scss +0 -3
  30. package/styles/material/overrides/index.scss +0 -19
  31. package/styles/scss/base/_heading.scss +0 -17
  32. package/styles/scss/base/_normalize.scss +0 -78
  33. package/styles/scss/base/index.scss +0 -2
  34. package/styles/scss/modules/_autocomplete.scss +0 -29
  35. package/styles/scss/modules/_button.scss +0 -281
  36. package/styles/scss/modules/_card.scss +0 -23
  37. package/styles/scss/modules/_chip.scss +0 -56
  38. package/styles/scss/modules/_datepicker.scss +0 -422
  39. package/styles/scss/modules/_dialog.scss +0 -14
  40. package/styles/scss/modules/_divider.scss +0 -3
  41. package/styles/scss/modules/_form.scss +0 -221
  42. package/styles/scss/modules/_icon.scss +0 -30
  43. package/styles/scss/modules/_img.scss +0 -32
  44. package/styles/scss/modules/_legend.scss +0 -64
  45. package/styles/scss/modules/_list.scss +0 -17
  46. package/styles/scss/modules/_map.scss +0 -112
  47. package/styles/scss/modules/_percentage.scss +0 -33
  48. package/styles/scss/modules/_phone.scss +0 -24
  49. package/styles/scss/modules/_select.scss +0 -56
  50. package/styles/scss/modules/_statuses.scss +0 -31
  51. package/styles/scss/modules/_tab.scss +0 -16
  52. package/styles/scss/modules/_table.scss +0 -107
  53. package/styles/scss/modules/_timepicker.scss +0 -96
  54. package/styles/scss/modules/_toaster.scss +0 -53
  55. package/styles/scss/modules/_tooltip.scss +0 -7
  56. package/styles/scss/modules/drag-drop.scss +0 -31
  57. package/styles/scss/modules/index.scss +0 -23
  58. package/styles/scss/utilities/_colors.scss +0 -52
  59. package/styles/scss/utilities/_fonts.scss +0 -26
  60. package/styles/scss/utilities/_functions.scss +0 -27
  61. package/styles/scss/utilities/_helpers.scss +0 -5
  62. package/styles/scss/utilities/_mixins.scss +0 -65
  63. package/styles/scss/utilities/_variables.scss +0 -19
  64. package/styles/scss/utilities/index.scss +0 -6
  65. package/styles/styles.scss +0 -6
  66. package/styles/tailwind/index.scss +0 -756
@@ -1,52 +0,0 @@
1
- :root {
2
- --color-black: #07080d;
3
- --color-white: #ffffff;
4
- --color-white-opacity-05: rgba(0, 0, 0, 0.05);
5
-
6
- /* #Grays */
7
- --color-gray-100: #f5f6f9;
8
- --color-gray-200: #f8f9f9;
9
- --color-gray-300: #d9d9d9;
10
- --color-gray-400: #a6a6a6;
11
- --color-gray-500: #6b6d73;
12
-
13
- /* #Brand */
14
- --color-brand-dark: #193273;
15
- --color-brand-dark-rgb: 25, 50, 115;
16
-
17
- --color-brand-light: #325FDA;
18
- --color-brand-light2: #e7efff;
19
- --color-brand-light-rgb: 50, 95, 218;
20
-
21
- --color-brand-300: #e7efff;
22
- --color-brand-300-rgb: 231, 239, 255;
23
-
24
- /* #Accent */
25
- --color-error: #df3838;
26
- --color-error-opacity: #fbe4e4;
27
- --color-error-rgb: 223, 56, 56;
28
-
29
- --color-notification: #f4d04f;
30
- --color-notification-rgb: 244, 208, 79;
31
-
32
- --color-warn: #f2994a;
33
- --color-warn-rgb: 242, 153, 74;
34
-
35
- --color-info: #325fda;
36
- --color-info-rgb: 50, 95, 218;
37
-
38
- --color-warning: #f2994a;
39
- --color-warning-opacity: #fdf0e4;
40
-
41
- --color-success: #25bd3d;
42
- --color-success--opacity: #e8f8e5;
43
- --color-success-rgb: 37, 189, 61;
44
-
45
- --color-allocation-started: #E8F8E5;
46
- --color-allocation-scheduled: #FDF0E4;
47
- --color-allocation-ended: #FBE4E4;
48
- --color-allocation-sick: #E7EFFF;
49
- --color-allocation-no-show: #EAE5FF;
50
- --color-allocation-unavailable: #F2F2F2;
51
- --cropper-outline-color : rgba(0, 0, 0, 0.5);
52
- }
@@ -1,26 +0,0 @@
1
- // #Family
2
- $font-family-primary: 'Segment', 'sans-serif';
3
- $font-family-fallback: 'Lato', sans-serif;
4
-
5
- // #Weights
6
- $font-weight-thin: 300;
7
- $font-weight-regular: 400;
8
- $font-weight-medium: 500;
9
- $font-weight-semibold: 600;
10
- $font-weight-bold: 700;
11
- $font-weight-extra-bold: 800;
12
-
13
- // #Sizes
14
- $font-size-xs: 12px;
15
- $font-size-sm: 14px;
16
- $font-size-base: 16px;
17
- $font-size-lg: 18px;
18
-
19
- $font-heading-xs: 22px;
20
- $font-heading-sm: 28px;
21
- $font-heading-md: 32px;
22
- $font-heading-base: 34px;
23
- $font-heading-lg: 36px;
24
-
25
- // Height
26
- $base-line-height: 1.5;
@@ -1,27 +0,0 @@
1
- @use 'sass:math';
2
- // Converting pixel-based font-sizes to scalable REMs.
3
- $base-rem: 16px;
4
-
5
- @function strip-unit($num) {
6
- @return math.div($num, ($num * 0 + 1));
7
- }
8
-
9
- @function cast-rem($value, $base-value: $base-rem) {
10
- $value: math.div(strip-unit($value), strip-unit($base-value)) * 1rem;
11
- @if ($value == 0rem) {
12
- $value: 0;
13
- } // Turn 0rem into 0
14
- @return $value;
15
- }
16
-
17
- @function calc-rem($values, $base-value: $base-rem) {
18
- $max: length($values);
19
- @if $max == 1 {
20
- @return cast-rem(nth($values, 1), $base-value);
21
- }
22
- $remValues: ();
23
- @for $i from 1 through $max {
24
- $remValues: append($remValues, cast-rem(nth($values, $i), $base-value));
25
- }
26
- @return $remValues;
27
- }
@@ -1,5 +0,0 @@
1
- // For Pseudo Elements
2
- %pseudos {
3
- position: absolute;
4
- content: '';
5
- }
@@ -1,65 +0,0 @@
1
- // Calculates font size in REMs with a pixel fallback.
2
- @mixin fontSize($size) {
3
- font-size: $size;
4
- font-size: calc-rem($size);
5
- }
6
-
7
- // ==========================================================================
8
- // BEM Naming Functions
9
- // ==========================================================================
10
- // Element Mixin
11
- @mixin e($element) {
12
- &__#{$element} {
13
- @content;
14
- }
15
- }
16
-
17
- // Modifier Mixin
18
- @mixin m($modifier) {
19
- &--#{$modifier} {
20
- @content;
21
- }
22
- }
23
-
24
- // Generate ::before or ::after pseudo-element shapes
25
- @mixin p-el($el-name, $h: 'null', $w: 'null') {
26
- @if $el-name == 'before' or $el-name == 'after' {
27
- &::#{$el-name} {
28
- @extend %pseudos;
29
- width: $w;
30
- height: $h;
31
- @content;
32
- }
33
- } @else {
34
- @error '"#{$el-name}" is not a valid pseudo element.';
35
- }
36
- }
37
-
38
- // ==========================================================================
39
- // Media Query Functions
40
- // ==========================================================================
41
- @mixin media-q($break) {
42
- @if $break == 'small' {
43
- @media (min-width: map-get($breakpoints, 'xs')) and (max-width: map-get($breakpoints, 'md')) {
44
- @content;
45
- }
46
- } @else if $break == 'medium' {
47
- @media (min-width: map-get($breakpoints, 'md') + 1) {
48
- @content;
49
- }
50
- } @else if $break == 'large' {
51
- @media (min-width: map-get($breakpoints, 'lg')) {
52
- @content;
53
- }
54
- } @else if $break == 'x-large' {
55
- @media (min-width: map-get($breakpoints, 'xl')) {
56
- @content;
57
- }
58
- } @else if $break == 'xx-large' {
59
- @media (min-width: map-get($breakpoints, 'xxl')) {
60
- @content;
61
- }
62
- } @else {
63
- @error '"#{$break}" is not a valid breakpoint. Please enter a supported value (e.g. "small", "medium" or "large")';
64
- }
65
- }
@@ -1,19 +0,0 @@
1
- /* #Box shadows */
2
- $box-shadow-default: 0px 0px 10px rgba(0, 0, 0, 0.1);
3
- $box-shadow-large: 0 0 25px rgba(0, 0, 0, 0.2);
4
-
5
- /* #Border settings */
6
- $border-radius-base: .25rem;
7
-
8
- /* #Transition */
9
- $trans-duration-style: .24s ease-out;
10
-
11
- /* #Viewport Breakpoints */
12
- $breakpoints: (
13
- xs: 0,
14
- sm: 576px,
15
- md: 768px,
16
- lg: 992px,
17
- xl: 1200px,
18
- xxl: 1400px
19
- );
@@ -1,6 +0,0 @@
1
- @import "./variables";
2
- @import "./functions";
3
- @import "./colors";
4
- @import "./fonts";
5
- @import "./helpers";
6
- @import "./mixins";
@@ -1,6 +0,0 @@
1
- @import "./material/theme";
2
- @import "./scss/modules/index";
3
- @import "./scss/utilities/index";
4
- @import "./scss/base/index";
5
- @import "./tailwind/index";
6
-