@annalib/anna-core 20.3.2 → 20.3.4

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 (69) hide show
  1. package/README.md +28 -28
  2. package/esm2022/lib/anna-core-shared-lib/components/anna-buyer-approval-icon-template/anna-buyer-approval-icon-template.component.mjs +3 -3
  3. package/esm2022/lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component.mjs +3 -3
  4. package/esm2022/lib/anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component.mjs +3 -3
  5. package/esm2022/lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component.mjs +3 -3
  6. package/esm2022/lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component.mjs +3 -3
  7. package/esm2022/lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +3 -3
  8. package/esm2022/lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component.mjs +3 -3
  9. package/esm2022/lib/anna-core-shared-lib/components/anna-pay-for-performance-icon-template/anna-pay-for-performance-icon-template.component.mjs +3 -3
  10. package/esm2022/lib/anna-core-shared-lib/components/anna-rejected-icon-template/anna-rejected-icon-template.component.mjs +3 -3
  11. package/esm2022/lib/anna-core-shared-lib/models/anna-generic-data-type.model.mjs +1 -1
  12. package/esm2022/lib/anna-core-shared-lib/services/anna-filter.service.mjs +6 -5
  13. package/esm2022/lib/anna-core.module.mjs +1 -16
  14. package/esm2022/lib/anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component.mjs +3 -3
  15. package/esm2022/lib/anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component.mjs +3 -3
  16. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component.mjs +3 -3
  17. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component.mjs +3 -3
  18. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component.mjs +3 -3
  19. package/esm2022/lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component.mjs +3 -3
  20. package/esm2022/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +3 -3
  21. package/esm2022/lib/anna-generic-table-lib/components/anna-sort/anna-sort.component.mjs +3 -3
  22. package/esm2022/public-api.mjs +1 -5
  23. package/fesm2022/annalib-anna-core.mjs +183 -915
  24. package/fesm2022/annalib-anna-core.mjs.map +1 -1
  25. package/lib/anna-core.module.d.ts +12 -15
  26. package/package.json +1 -1
  27. package/public-api.d.ts +0 -3
  28. package/src/lib/anna-common-scss/_animate.scss +27 -27
  29. package/src/lib/anna-common-scss/_application-spacing.scss +7 -7
  30. package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +27 -27
  31. package/src/lib/anna-common-scss/_button.scss +18 -18
  32. package/src/lib/anna-common-scss/_colors.scss +107 -107
  33. package/src/lib/anna-common-scss/_common-order-listing-table.scss +176 -176
  34. package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
  35. package/src/lib/anna-common-scss/_customDropdown.scss +123 -123
  36. package/src/lib/anna-common-scss/_dashboard-partials.scss +106 -106
  37. package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
  38. package/src/lib/anna-common-scss/_easy-filter.scss +138 -138
  39. package/src/lib/anna-common-scss/_edit-filter-popup.scss +70 -70
  40. package/src/lib/anna-common-scss/_filters.scss +724 -724
  41. package/src/lib/anna-common-scss/_font.scss +9 -9
  42. package/src/lib/anna-common-scss/_fonts.scss +86 -86
  43. package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
  44. package/src/lib/anna-common-scss/_generic-table-common.scss +198 -198
  45. package/src/lib/anna-common-scss/_gt-table.scss +425 -425
  46. package/src/lib/anna-common-scss/_icons.scss +3 -3
  47. package/src/lib/anna-common-scss/_legend.scss +11 -11
  48. package/src/lib/anna-common-scss/_mat-button-toggle.scss +38 -38
  49. package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
  50. package/src/lib/anna-common-scss/_mixins.scss +187 -187
  51. package/src/lib/anna-common-scss/_modal.scss +37 -37
  52. package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +36 -36
  53. package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
  54. package/src/lib/anna-common-scss/_sort.scss +30 -30
  55. package/src/lib/anna-common-scss/_toggle.scss +86 -86
  56. package/src/lib/anna-common-scss/style.scss +1 -1
  57. package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +25 -25
  58. package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +34 -34
  59. package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
  60. package/esm2022/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.mjs +0 -353
  61. package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.mjs +0 -204
  62. package/esm2022/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.mjs +0 -2
  63. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.mjs +0 -186
  64. package/esm2022/lib/anna-generic-table-lib/directives/anna-virtual-table/index.mjs +0 -2
  65. package/lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component.d.ts +0 -141
  66. package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive.d.ts +0 -89
  67. package/lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/index.d.ts +0 -1
  68. package/lib/anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive.d.ts +0 -45
  69. package/lib/anna-generic-table-lib/directives/anna-virtual-table/index.d.ts +0 -1
@@ -24,22 +24,19 @@ import * as i22 from "./anna-core-shared-lib/components/anna-icon-column/anna-ic
24
24
  import * as i23 from "./anna-dropdown-lib/components/anna-week-calendar-filter/anna-week-calendar-filter.component";
25
25
  import * as i24 from "./anna-dropdown-lib/components/anna-calendar-filter/anna-calendar-filter.component";
26
26
  import * as i25 from "./anna-generic-table-lib/components/anna-sort/anna-sort.component";
27
- import * as i26 from "./anna-generic-table-lib/directives/anna-virtual-table/anna-virtual-table.directive";
28
- import * as i27 from "./anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
29
- import * as i28 from "./anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component";
30
- import * as i29 from "./anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy/anna-fixed-row-size-table-virtual-scroll-strategy.directive";
31
- import * as i30 from "./anna-core-shared-lib/directives/digits-only/digits-only.directive";
32
- import * as i31 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component";
33
- import * as i32 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
34
- import * as i33 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component";
35
- import * as i34 from "./anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
36
- import * as i35 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component";
37
- import * as i36 from "./anna-core-shared-lib/pipes/annaDateFormatter.pipe";
38
- import * as i37 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
39
- import * as i38 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
40
- import * as i39 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
27
+ import * as i26 from "./anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
28
+ import * as i27 from "./anna-core-shared-lib/directives/digits-only/digits-only.directive";
29
+ import * as i28 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-date-range-filter/anna-column-date-range-filter.component";
30
+ import * as i29 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
31
+ import * as i30 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-checkbox-filter/anna-column-checkbox-filter.component";
32
+ import * as i31 from "./anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
33
+ import * as i32 from "./anna-generic-table-lib/components/anna-column-filters/anna-column-slider-filter/anna-column-slider-filter.component";
34
+ import * as i33 from "./anna-core-shared-lib/pipes/annaDateFormatter.pipe";
35
+ import * as i34 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSeperatedValue.pipe";
36
+ import * as i35 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
37
+ import * as i36 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
41
38
  export declare class AnnaCoreModule {
42
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaCoreModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaVirtualTableDirective, typeof i27.AnnaNonEditableGenericTableComponent, typeof i28.AnnaTableVirtualScrollViewportComponent, typeof i29.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i30.DigitOnlyDirective, typeof i31.AnnaColumnDateRangeFilterComponent, typeof i32.AnnaColumnTimeFilterComponent, typeof i33.AnnaColumnCheckboxFilterComponent, typeof i34.AnnaDeletedOrderIconTemplateComponent, typeof i35.AnnaColumnSliderFilterComponent, typeof i36.AnnaDateFormatterPipe, typeof i37.AnnaConvertArrayToCommaSeperatedValue, typeof i38.FixedRowsPopupTableDirective, typeof i39.AnnaEstIconTemplateComponent], [typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i15.AnnaReplaceCharPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaVirtualTableDirective, typeof i27.AnnaNonEditableGenericTableComponent, typeof i28.AnnaTableVirtualScrollViewportComponent, typeof i31.AnnaColumnDateRangeFilterComponent, typeof i32.AnnaColumnTimeFilterComponent, typeof i33.AnnaColumnCheckboxFilterComponent, typeof i29.AnnaFixedRowSizeTableVirtualScrollStrategyDirective, typeof i30.DigitOnlyDirective, typeof i34.AnnaDeletedOrderIconTemplateComponent, typeof i35.AnnaColumnSliderFilterComponent, typeof i36.AnnaDateFormatterPipe, typeof i37.AnnaConvertArrayToCommaSeperatedValue, typeof i38.FixedRowsPopupTableDirective]>;
40
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i27.DigitOnlyDirective, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective, typeof i36.AnnaEstIconTemplateComponent], [typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i15.AnnaReplaceCharPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i27.DigitOnlyDirective, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective]>;
44
41
  static ɵinj: i0.ɵɵInjectorDeclaration<AnnaCoreModule>;
45
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "20.3.2",
3
+ "version": "20.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",
package/public-api.d.ts CHANGED
@@ -37,6 +37,3 @@ export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-
37
37
  export * from "./lib/anna-generic-table-lib/components/anna-column-filters/anna-column-time-filter/anna-column-time-filter.component";
38
38
  export * from "./lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component";
39
39
  export * from "./lib/anna-generic-table-lib/components/anna-sort/anna-sort.component";
40
- export * from "./lib/anna-generic-table-lib/components/anna-table-virtual-scroll-viewport/anna-table-virtual-scroll-viewport.component";
41
- export * from "./lib/anna-generic-table-lib/directives/anna-fixed-row-size-table-virtual-scroll-strategy";
42
- export * from "./lib/anna-generic-table-lib/directives/anna-virtual-table";
@@ -1,27 +1,27 @@
1
- // scss-lint:disable all
2
- .animated {
3
- animation-duration: 1s;
4
- // animation-fill-mode: both;
5
- }
6
-
7
- .animated.infinite {
8
- animation-iteration-count: infinite;
9
- }
10
-
11
- .animated.hinge {
12
- animation-duration: 2s;
13
- }
14
-
15
- @keyframes fadeIn {
16
- from {
17
- opacity: 0;
18
- }
19
-
20
- to {
21
- opacity: 1;
22
- }
23
- }
24
-
25
- .fadeIn {
26
- animation-name: fadeIn;
27
- }
1
+ // scss-lint:disable all
2
+ .animated {
3
+ animation-duration: 1s;
4
+ // animation-fill-mode: both;
5
+ }
6
+
7
+ .animated.infinite {
8
+ animation-iteration-count: infinite;
9
+ }
10
+
11
+ .animated.hinge {
12
+ animation-duration: 2s;
13
+ }
14
+
15
+ @keyframes fadeIn {
16
+ from {
17
+ opacity: 0;
18
+ }
19
+
20
+ to {
21
+ opacity: 1;
22
+ }
23
+ }
24
+
25
+ .fadeIn {
26
+ animation-name: fadeIn;
27
+ }
@@ -1,7 +1,7 @@
1
- //GLOBAL LAYOUT VARIABLE
2
- $app-screen-max-width: 1920px;
3
- $app-left-space: 40px;
4
- $app-right-space: 40px;
5
- $sidebar-minimized-width: 64px;
6
- $navbar-height: 50px;
7
- $app-max-width: calc($app-screen-max-width - $app-left-space);
1
+ //GLOBAL LAYOUT VARIABLE
2
+ $app-screen-max-width: 1920px;
3
+ $app-left-space: 40px;
4
+ $app-right-space: 40px;
5
+ $sidebar-minimized-width: 64px;
6
+ $navbar-height: 50px;
7
+ $app-max-width: calc($app-screen-max-width - $app-left-space);
@@ -1,27 +1,27 @@
1
- @mixin common-bootstrap-tooltip() {
2
- opacity: 1 !important;
3
- .tooltip-inner {
4
- color: #4a4a4a;
5
- text-align: left;
6
- padding: 8px !important;
7
- border-radius: 2px;
8
- background: white !important;
9
- box-shadow:
10
- 0 6px 10px 0 rgba(0, 0, 0, 0.3),
11
- 0 2px 2px 0 rgba(0, 0, 0, 0.2);
12
- @include fonts(Roboto, 12px, normal, normal, normal, normal, normal);
13
- }
14
-
15
- &.bs-tooltip-top .arrow::before {
16
- border-top: 6px solid white;
17
- }
18
- &.bs-tooltip-left .arrow::before {
19
- border-left: 6px solid white;
20
- }
21
- &.bs-tooltip-bottom .arrow::before {
22
- border-bottom: 6px solid white;
23
- }
24
- &.bs-tooltip-right .arrow::before {
25
- border-right: 5px solid white;
26
- }
27
- }
1
+ @mixin common-bootstrap-tooltip() {
2
+ opacity: 1 !important;
3
+ .tooltip-inner {
4
+ color: #4a4a4a;
5
+ text-align: left;
6
+ padding: 8px !important;
7
+ border-radius: 2px;
8
+ background: white !important;
9
+ box-shadow:
10
+ 0 6px 10px 0 rgba(0, 0, 0, 0.3),
11
+ 0 2px 2px 0 rgba(0, 0, 0, 0.2);
12
+ @include fonts(Roboto, 12px, normal, normal, normal, normal, normal);
13
+ }
14
+
15
+ &.bs-tooltip-top .arrow::before {
16
+ border-top: 6px solid white;
17
+ }
18
+ &.bs-tooltip-left .arrow::before {
19
+ border-left: 6px solid white;
20
+ }
21
+ &.bs-tooltip-bottom .arrow::before {
22
+ border-bottom: 6px solid white;
23
+ }
24
+ &.bs-tooltip-right .arrow::before {
25
+ border-right: 5px solid white;
26
+ }
27
+ }
@@ -1,18 +1,18 @@
1
- @import "./colors";
2
-
3
- @mixin enableDisableBtnStyle() {
4
- background-color: white;
5
- text-decoration: underline;
6
- color: $primary-color;
7
- border: none;
8
-
9
- &:hover:enabled {
10
- color: $charcoal;
11
- }
12
-
13
- &:disabled {
14
- color: $charcoal;
15
- opacity: 0.5;
16
- cursor: not-allowed;
17
- }
18
- }
1
+ @import "./colors";
2
+
3
+ @mixin enableDisableBtnStyle() {
4
+ background-color: white;
5
+ text-decoration: underline;
6
+ color: $primary-color;
7
+ border: none;
8
+
9
+ &:hover:enabled {
10
+ color: $charcoal;
11
+ }
12
+
13
+ &:disabled {
14
+ color: $charcoal;
15
+ opacity: 0.5;
16
+ cursor: not-allowed;
17
+ }
18
+ }
@@ -1,107 +1,107 @@
1
- $primary-color: #268bff;
2
- $background-white: #ffffff;
3
- $lightGray: #d3d3d3;
4
- $lightGray-1: #f1f1f1;
5
- $lightGray-2: #b3b3b3;
6
- $lightGray-3: #ededed;
7
- $lightGray-4: #d4d4d4;
8
- $lightGray-5: #e6e6e6;
9
- $lightGray-6: #c8c8c8;
10
- $lightGray-7: #9b9b9b;
11
- $lightGray-9: #d9e1e6;
12
- $lightGray-8: #b7b7b7;
13
- $dimGray: #747474;
14
- $lightDimGray: #666666;
15
- $coralRed: #ff4747;
16
- $greenCyan: #00c853;
17
- $bookedColor: #9b1b93;
18
- $orderedColor: #d780d1;
19
- $billableColor: #f2bdef;
20
- $nationalColor: #f5dd31;
21
- $localColor: #8db72e;
22
- $lavenderBlue: #c7e1ff;
23
- $aliceBlue: #e3f0ff;
24
- $dodgerBlue: #1582ff;
25
- $lightGrey: #d6d6d6;
26
- $coldTurkey: #ceb6b6;
27
- $lightSilver: #d8d8d8;
28
- $GraythirtySeven: #5e5e5e;
29
- $charcoal: #4a4a4a;
30
- $sellerReviewColor: #f3bd18;
31
- $buyerReviewColor: #1565c0;
32
- $reviewCompleteColor: #00c853;
33
- $recoveredPreemptionColor: #0071ce;
34
- $deepSkyBlue: #00b0ff;
35
- $licorice: #2e384d;
36
- $navyBlue: #0071ce;
37
- $nobelGray: #b7b6b6;
38
- $whiteSmoke: #f7f6f6;
39
- $gray: #979797;
40
- $paleBlue: #c2cfd6;
41
- $lightViolet: #9169fc;
42
- $dimViolet: #e5dbff;
43
- $darkViolet: #555099;
44
- $whisper: #e9e9e9;
45
- $lynxWhite: #f7f7f7;
46
- $lightAliceBlue: #e5f1ff;
47
- $veryLightGrey: #cfcfcf;
48
- $darkCharcoal: #333333;
49
- $noRevisionFound: #f47228;
50
- $redOrange: #f44336;
51
- $DRRBgColor: #edecec;
52
- $darkYellowWarning: #f3c639;
53
- $lightYellow: #fff8e3;
54
- $filterRadioContainer: #f4f4f4;
55
- $oliveGreen: #8bac2a;
56
- $calendarLabel: #222b45;
57
- $olivedrab: #6b8e23;
58
- $redOrange: #fe3824;
59
- $chineseSilver: #cccccc;
60
- $grey: #767676;
61
- $primary-success: #47d490;
62
- $secondary-success: #ebf6f1;
63
- $primary-warning: #f3c639;
64
- $secondary-warning: #fff8e3;
65
- $primary-dark: #90a4ae;
66
- $secondary-dark: #ebedee;
67
- $primary-danger: #fc8383;
68
- $secondary-danger: #ffeded;
69
- $Gray94: #f0f0f0;
70
- $whisper: #ededed;
71
- $whiteSmoke2: #f4f4f4;
72
- $pinkSwan: #b5b5b5;
73
- $matterhorn: #4f4f4f;
74
- $lightGrey: #d4d4d4;
75
- $gray74: #bdbdbd;
76
- $gray86: #dbdbdb;
77
- $darkBlueShade: #222b45;
78
- $green: #8bac2a;
79
- $darkPurpleShade: #555099;
80
- $pattensBlue: #d8eaff;
81
- $quartz: #dddceb;
82
- $darkGray: #a7a7a7;
83
- $darkGray1: #cbcbcb;
84
- $awaitingSellerReview: #f7f2d1;
85
- $awaitingSellerReviewBorder: #dec30b;
86
- $amber: #ffc107;
87
- $whiteSmoke3: #efefef;
88
- $greyChateau: #a2a8ad;
89
- $roseBud: #f9b3ae;
90
- $paleRed: #fde4e3;
91
- $redOrange3: #f44336;
92
- $redOrange4: #fe3824;
93
- $gray43: #6e6e6e;
94
- $dodgerBlue2: #4099ff;
95
- $fruitSalad: #43a047;
96
- $nero: #212121;
97
- $darkGray2: #a4a4a4;
98
- $pinkSwan: #b7b7b7;
99
- $blue: #d8eaff;
100
- $lightBlue: #eff6ff;
101
- $sunsetOrange: #ff5353;
102
- $redShade: #ff5252;
103
- $lightBlueShade: #d6dcff;
104
- $blueBerry: #536dfe;
105
- $darkPink: #be489d;
106
- $lightPinkShade: #f4e7f2;
107
- $sellerGroupChildRow: #f9f3f8;
1
+ $primary-color: #268bff;
2
+ $background-white: #ffffff;
3
+ $lightGray: #d3d3d3;
4
+ $lightGray-1: #f1f1f1;
5
+ $lightGray-2: #b3b3b3;
6
+ $lightGray-3: #ededed;
7
+ $lightGray-4: #d4d4d4;
8
+ $lightGray-5: #e6e6e6;
9
+ $lightGray-6: #c8c8c8;
10
+ $lightGray-7: #9b9b9b;
11
+ $lightGray-9: #d9e1e6;
12
+ $lightGray-8: #b7b7b7;
13
+ $dimGray: #747474;
14
+ $lightDimGray: #666666;
15
+ $coralRed: #ff4747;
16
+ $greenCyan: #00c853;
17
+ $bookedColor: #9b1b93;
18
+ $orderedColor: #d780d1;
19
+ $billableColor: #f2bdef;
20
+ $nationalColor: #f5dd31;
21
+ $localColor: #8db72e;
22
+ $lavenderBlue: #c7e1ff;
23
+ $aliceBlue: #e3f0ff;
24
+ $dodgerBlue: #1582ff;
25
+ $lightGrey: #d6d6d6;
26
+ $coldTurkey: #ceb6b6;
27
+ $lightSilver: #d8d8d8;
28
+ $GraythirtySeven: #5e5e5e;
29
+ $charcoal: #4a4a4a;
30
+ $sellerReviewColor: #f3bd18;
31
+ $buyerReviewColor: #1565c0;
32
+ $reviewCompleteColor: #00c853;
33
+ $recoveredPreemptionColor: #0071ce;
34
+ $deepSkyBlue: #00b0ff;
35
+ $licorice: #2e384d;
36
+ $navyBlue: #0071ce;
37
+ $nobelGray: #b7b6b6;
38
+ $whiteSmoke: #f7f6f6;
39
+ $gray: #979797;
40
+ $paleBlue: #c2cfd6;
41
+ $lightViolet: #9169fc;
42
+ $dimViolet: #e5dbff;
43
+ $darkViolet: #555099;
44
+ $whisper: #e9e9e9;
45
+ $lynxWhite: #f7f7f7;
46
+ $lightAliceBlue: #e5f1ff;
47
+ $veryLightGrey: #cfcfcf;
48
+ $darkCharcoal: #333333;
49
+ $noRevisionFound: #f47228;
50
+ $redOrange: #f44336;
51
+ $DRRBgColor: #edecec;
52
+ $darkYellowWarning: #f3c639;
53
+ $lightYellow: #fff8e3;
54
+ $filterRadioContainer: #f4f4f4;
55
+ $oliveGreen: #8bac2a;
56
+ $calendarLabel: #222b45;
57
+ $olivedrab: #6b8e23;
58
+ $redOrange: #fe3824;
59
+ $chineseSilver: #cccccc;
60
+ $grey: #767676;
61
+ $primary-success: #47d490;
62
+ $secondary-success: #ebf6f1;
63
+ $primary-warning: #f3c639;
64
+ $secondary-warning: #fff8e3;
65
+ $primary-dark: #90a4ae;
66
+ $secondary-dark: #ebedee;
67
+ $primary-danger: #fc8383;
68
+ $secondary-danger: #ffeded;
69
+ $Gray94: #f0f0f0;
70
+ $whisper: #ededed;
71
+ $whiteSmoke2: #f4f4f4;
72
+ $pinkSwan: #b5b5b5;
73
+ $matterhorn: #4f4f4f;
74
+ $lightGrey: #d4d4d4;
75
+ $gray74: #bdbdbd;
76
+ $gray86: #dbdbdb;
77
+ $darkBlueShade: #222b45;
78
+ $green: #8bac2a;
79
+ $darkPurpleShade: #555099;
80
+ $pattensBlue: #d8eaff;
81
+ $quartz: #dddceb;
82
+ $darkGray: #a7a7a7;
83
+ $darkGray1: #cbcbcb;
84
+ $awaitingSellerReview: #f7f2d1;
85
+ $awaitingSellerReviewBorder: #dec30b;
86
+ $amber: #ffc107;
87
+ $whiteSmoke3: #efefef;
88
+ $greyChateau: #a2a8ad;
89
+ $roseBud: #f9b3ae;
90
+ $paleRed: #fde4e3;
91
+ $redOrange3: #f44336;
92
+ $redOrange4: #fe3824;
93
+ $gray43: #6e6e6e;
94
+ $dodgerBlue2: #4099ff;
95
+ $fruitSalad: #43a047;
96
+ $nero: #212121;
97
+ $darkGray2: #a4a4a4;
98
+ $pinkSwan: #b7b7b7;
99
+ $blue: #d8eaff;
100
+ $lightBlue: #eff6ff;
101
+ $sunsetOrange: #ff5353;
102
+ $redShade: #ff5252;
103
+ $lightBlueShade: #d6dcff;
104
+ $blueBerry: #536dfe;
105
+ $darkPink: #be489d;
106
+ $lightPinkShade: #f4e7f2;
107
+ $sellerGroupChildRow: #f9f3f8;