@colijnit/transaction 12.1.157 → 12.1.158

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 (38) hide show
  1. package/bundles/colijnit-transaction.umd.js +14 -10
  2. package/bundles/colijnit-transaction.umd.js.map +1 -1
  3. package/colijnit-transaction.metadata.json +1 -1
  4. package/esm2015/lib/component/checkout/checkout-overview-payment/checkout-overview-payment.component.js +7 -3
  5. package/esm2015/lib/component/checkout/checkout-overview-relation-edit/checkout-overview-relation-edit.component.js +2 -1
  6. package/esm2015/lib/component/checkout/checkout.component.js +6 -5
  7. package/esm2015/lib/component/delivery-type-tile/delivery-type-tile.component.js +4 -6
  8. package/esm2015/lib/component/relation/relation-address/relation-address.component.js +21 -23
  9. package/esm2015/lib/component/shopping-cart-preview/shopping-cart-preview.component.js +3 -3
  10. package/esm2015/lib/component/transaction-line-image-and-description/transaction-line-image-and-description.component.js +8 -4
  11. package/esm2015/lib/component/transaction-line-side-panel-default/transaction-line-side-panel-default.component.js +3 -1
  12. package/esm2015/lib/transaction-version.js +3 -3
  13. package/fesm2015/colijnit-transaction.js +48 -40
  14. package/fesm2015/colijnit-transaction.js.map +1 -1
  15. package/lib/component/checkout/checkout-overview-delivery-edit/style/_layout.scss +1 -1
  16. package/lib/component/checkout/checkout-overview-payment/style/_layout.scss +1 -0
  17. package/lib/component/checkout/checkout-overview-payment/style/_material-definition.scss +3 -2
  18. package/lib/component/checkout/checkout-overview-relation-edit/style/_layout.scss +15 -0
  19. package/lib/component/checkout/checkout-overview-relation-edit/style/_material-definition.scss +8 -1
  20. package/lib/component/checkout/style/_layout.scss +56 -14
  21. package/lib/component/checkout/style/_material-definition.scss +4 -3
  22. package/lib/component/delivery-type-tile/style/_layout.scss +5 -1
  23. package/lib/component/delivery-type-tile/style/_material-definition.scss +1 -1
  24. package/lib/component/relation/relation-address/style/_layout.scss +5 -0
  25. package/lib/component/relation/relation-address/style/_material-definition.scss +1 -0
  26. package/lib/component/relation/relation-addresses/style/_layout.scss +5 -1
  27. package/lib/component/relation/relation-addresses/style/_material-definition.scss +1 -0
  28. package/lib/component/relation/relation-suggestions-list/style/_layout.scss +2 -1
  29. package/lib/component/relation/relation-suggestions-list-item/style/_layout.scss +13 -4
  30. package/lib/component/relation/relation-suggestions-list-item/style/_material-definition.scss +6 -1
  31. package/lib/component/shopping-cart-preview/style/_layout.scss +30 -1
  32. package/lib/component/shopping-cart-preview/style/_material-definition.scss +3 -0
  33. package/lib/component/tile/style/_layout.scss +1 -1
  34. package/lib/component/tile/style/_material-definition.scss +1 -1
  35. package/lib/component/transaction-line-image-and-description/style/_layout.scss +17 -5
  36. package/lib/component/transaction-line-image-and-description/style/_material-definition.scss +10 -2
  37. package/lib/style/_variables.scss +10 -0
  38. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  .co-checkout-overview-delivery-edit {
3
3
  font-family: $tp-checkout-delivery-font-family;
4
4
  font-size: $tp-checkout-delivery-font-size;
5
- //width: 100%;
5
+ width: 100%;
6
6
  //.delivery-edit-content {
7
7
  // display: flex;
8
8
  // flex-direction: row;
@@ -9,6 +9,7 @@
9
9
  border-width: $tp-checkout-overview-payment-section-border-width;
10
10
  margin: $tp-checkout-overview-payment-section-margin;
11
11
  padding: $tp-checkout-overview-payment-section-padding;
12
+ background: $tp-checkout-overview-payment-section-background;
12
13
  }
13
14
  .two-column-grid {
14
15
  display: grid;
@@ -3,9 +3,10 @@ $tp-checkout-overview-payment-font-size: $tp-font-size !default;
3
3
  $tp-checkout-overview-payment-font-color: $tp-color-font !default;
4
4
  $tp-checkout-overview-payment-section-border-style: solid !default;
5
5
  $tp-checkout-overview-payment-section-border-color: $tp-color-border !default;
6
- $tp-checkout-overview-payment-section-border-width: 0 0 1px 0 !default;
6
+ $tp-checkout-overview-payment-section-border-width: 0 0 0 0 !default;
7
7
  $tp-checkout-overview-payment-section-margin: 0 0 20px 0 !default;
8
- $tp-checkout-overview-payment-section-padding: 0 0 10px 0 !default;
8
+ $tp-checkout-overview-payment-section-padding: 30px !default;
9
+ $tp-checkout-overview-payment-section-background: #f8f8fa !default;
9
10
  $tp-checkout-overview-payment-address-margin: 10px 0 !default;
10
11
  $tp-checkout-overview-payment-address-title-font-family: $tp-font-family !default;
11
12
  $tp-checkout-overview-payment-address-title-font-size: $tp-font-size !default;
@@ -32,9 +32,24 @@
32
32
  height: 100%;
33
33
  background: $tp-checkout-relation-suggestion-list-sidebar-background-color;
34
34
  box-shadow: $tp-checkout-relation-suggestion-list-sidebar-boxshadow;
35
+ padding: $tp-checkout-relation-suggestion-list-sidebar-padding;
36
+ .close-button {
37
+ position: absolute;
38
+ cursor: pointer;
39
+ right:$tp-checkout-relation-suggestion-list-sidebar-close-btn-right;
40
+ top: $tp-checkout-relation-suggestion-list-sidebar-close-btn-top;
41
+ width: $tp-checkout-relation-suggestion-list-sidebar-close-btn-size;
42
+ height: $tp-checkout-relation-suggestion-list-sidebar-close-btn-size;
43
+ svg [fill] {
44
+ fill: $tp-checkout-relation-suggestion-list-sidebar-close-btn-color;
45
+ }
46
+ }
35
47
  }
36
48
  .relation-sidebar-header {
37
49
  padding: $tp-checkout-relation-suggestion-list-label-padding;
38
50
  margin: $tp-checkout-relation-suggestion-list-label-margin;
51
+ .checkout-label-h3 {
52
+ color: $tp-checkout-relation-suggestion-list-label-color;
53
+ }
39
54
  }
40
55
  }
@@ -10,9 +10,16 @@ $tp-checkout-simple-relation-empty-text-color: $tp-color-action !default;
10
10
  $tp-checkout-simple-relation-empty-hover-text-color: #FFFFFF !default;
11
11
 
12
12
  $tp-checkout-relation-suggestion-list-sidebar-width: 300px !default;
13
- $tp-checkout-relation-suggestion-list-sidebar-background-color: white !default;
13
+ $tp-checkout-relation-suggestion-list-sidebar-background-color: #212437 !default;
14
14
  $tp-checkout-relation-suggestion-list-sidebar-boxshadow: -3px 1px 10px rgba(1, 1, 1, 0.1) !default;
15
+ $tp-checkout-relation-suggestion-list-sidebar-padding: 10px !default;
15
16
  $tp-checkout-relation-suggestion-list-label-fontsize: $tp-font-size !default;
16
17
  $tp-checkout-relation-suggestion-list-label-fontweight: bold !default;
17
18
  $tp-checkout-relation-suggestion-list-label-padding: 5px !default;
18
19
  $tp-checkout-relation-suggestion-list-label-margin: 5px !default;
20
+ $tp-checkout-relation-suggestion-list-label-color: #ffffff !default;
21
+
22
+ $tp-checkout-relation-suggestion-list-sidebar-close-btn-size: 20px !default;
23
+ $tp-checkout-relation-suggestion-list-sidebar-close-btn-top: 20px !default;
24
+ $tp-checkout-relation-suggestion-list-sidebar-close-btn-right: 20px !default;
25
+ $tp-checkout-relation-suggestion-list-sidebar-close-btn-color: #ffffff !default;
@@ -1,5 +1,9 @@
1
1
  @include export-module('co-checkout-layout') {
2
2
  .co-checkout {
3
+ max-width: $tp-checkout-wrapper-max-width;
4
+ margin: 0 auto;
5
+ display: block;
6
+ width: 100%;
3
7
  .co-stepper-content-wrapper {
4
8
  display: flex;
5
9
  flex-direction: row;
@@ -21,6 +25,12 @@
21
25
  flex-grow: 1;
22
26
  flex-shrink: 1;
23
27
  max-width: $tp-checkout-max-width;
28
+ .cart-header-label {
29
+ display: none;
30
+ }
31
+ .button-edit-cart {
32
+ text-decoration: underline;
33
+ }
24
34
  }
25
35
  .co-checkout-right-panel-relation {
26
36
  display: flex;
@@ -28,21 +38,35 @@
28
38
  }
29
39
  .co-checkout-overview-payment {
30
40
  width: 100%;
41
+ .checkout-label-column {
42
+ margin-bottom: 15px;
43
+ }
31
44
  }
32
45
  co-form {
33
46
  flex: 1;
47
+ .co-input-text {
48
+ &:before {
49
+ box-shadow: none;
50
+ }
51
+ label {
52
+ padding-right: 20px;
53
+ }
54
+ }
55
+ .co-list-of-values {
56
+ &:before {
57
+ box-shadow: none;
58
+ }
59
+ }
34
60
  }
35
61
  .co-shopping-cart-preview {
36
62
  min-width: 35%;
63
+ background: $tp-checkout-co-shopping-cart-preview-background;
64
+ padding: 30px;
37
65
  }
38
66
  .checkout-form-wrapper {
39
- display: grid;
40
- grid-template-columns: minmax(170px, 250px) auto;
41
- grid-template-areas: "columnlabel columndata";
42
- grid-row-gap: 50px;
43
- //display: flex;
44
- //flex-direction: column;
45
- //row-gap: 50px;
67
+ display: flex;
68
+ flex-direction: column;
69
+ row-gap: 15px;
46
70
  }
47
71
  .checkout-section-wrapper {
48
72
  display: flex;
@@ -52,12 +76,9 @@
52
76
  font-family: $tp-checkout-label-column-font-family;
53
77
  font-size: $tp-checkout-label-fontsize;
54
78
  display: flex;
55
- flex-direction: column;
56
- grid-area: columnlabel;
57
- grid-column-start: 1;
58
- grid-row: auto;
59
- align-self: baseline;
60
- width: 170px;
79
+ flex-direction: row;
80
+ gap: 10px;
81
+ align-items: center;
61
82
  .label-description {
62
83
  font-size: $tp-checkout-label-description-fontsize;
63
84
  font-weight: $tp-checkout-label-description-fontweight;
@@ -69,6 +90,8 @@
69
90
  grid-row: auto;
70
91
  width: 100%;
71
92
  overflow: hidden;
93
+ background: $tp-checkout-checkout-data-column-background;
94
+ padding: 30px;
72
95
  }
73
96
  .checkout-data-row {
74
97
  display: flex;
@@ -110,6 +133,25 @@
110
133
  .overview-delivery-invoice-address {
111
134
  overflow: hidden;
112
135
  }
113
-
136
+ .co-carousel {
137
+ .carousel-wrapper {
138
+ padding: 10px 0;
139
+ .co-tile-wrapper {
140
+ width: $tp-checkout-co-carousel-tile-width;
141
+ height: $tp-checkout-co-carousel-tile-height;
142
+ min-height: $tp-checkout-co-carousel-tile-min-height;
143
+ max-height: $tp-checkout-co-carousel-tile-max-height;
144
+ padding: $tp-checkout-co-carousel-tile-padding;
145
+ .co-tile-content-wrapper {
146
+ justify-content: start;
147
+ }
148
+ }
149
+ }
150
+ }
151
+ .co-payment {
152
+ background: $tp-checkout-co-payment-background;
153
+ padding: $tp-checkout-co-payment-padding;
154
+ display: block;
155
+ }
114
156
  }
115
157
  }
@@ -1,10 +1,11 @@
1
1
  $tp-checkout-font-family: $tp-font-family !default;
2
2
  $tp-checkout-padding: 30px !default;
3
- $tp-checkout-column-gap: 10px !default;
3
+ $tp-checkout-column-gap: 30px !default;
4
4
  $tp-checkout-row-gap: 10px !default;
5
5
  $tp-checkout-default-width: 55% !default;
6
- $tp-checkout-max-width: 80% !default;
7
- $tp-checkout-right-panel-row-gap: 10px !default;
6
+ $tp-checkout-max-width: calc(100% - 450px) !default;
7
+ $tp-checkout-wrapper-max-width: 1340px !default;
8
+ $tp-checkout-right-panel-row-gap: 15px !default;
8
9
  $tp-checkout-right-panel-width: 400px !default;
9
10
  $tp-checkout-right-panel-width: 50% !default;
10
11
  $tp-checkout-label-column-font-family: $tp-font-family;
@@ -8,10 +8,12 @@
8
8
  font-size: $tp-delivery-type-tile-font-size;
9
9
  .delivery-type-content-wrapper {
10
10
  display: flex;
11
- flex-direction: column;
11
+ flex-direction: row;
12
12
  align-items: center;
13
13
  height: 100%;
14
14
  overflow: hidden;
15
+ width: 100%;
16
+ justify-content: space-between;
15
17
  }
16
18
  .delivery-type-description {
17
19
  font-family: $tp-delivery-type-tile-description-font-family;
@@ -30,6 +32,8 @@
30
32
  font-family: $tp-delivery-type-tile-price-font-family;
31
33
  font-size: $tp-delivery-type-tile-price-font-size;
32
34
  font-weight: $tp-delivery-type-tile-price-font-weight;
35
+ min-width: 60px;
36
+ text-align: right;
33
37
  }
34
38
  }
35
39
  }
@@ -12,5 +12,5 @@ $tp-delivery-type-tile-description-font-family: $tp-font-family !default;
12
12
  $tp-delivery-type-tile-description-font-size: $tp-font-size !default;
13
13
  $tp-delivery-type-tile-description-font-weight: bold !default;
14
14
  $tp-delivery-type-tile-price-font-family: $tp-font-family !default;
15
- $tp-delivery-type-tile-price-font-size: $tp-font-size-big !default;
15
+ $tp-delivery-type-tile-price-font-size: $tp-font-size !default;
16
16
  $tp-delivery-type-tile-price-font-weight: bold !default;
@@ -20,6 +20,11 @@
20
20
  .form-input {
21
21
  flex: 1;
22
22
  }
23
+ &.single {
24
+ > .form-input {
25
+ max-width: $tp-relation-address-default-single-width;
26
+ }
27
+ }
23
28
  }
24
29
  }
25
30
  }
@@ -1,3 +1,4 @@
1
1
  $tp-relation-address-font-family: $tp-font-family !default;
2
2
  $tp-relation-address-font-size: $tp-font-size !default;
3
3
  $tp-relation-address-default-padding: 10px !default;
4
+ $tp-relation-address-default-single-width: calc(50% - 5px) !default;
@@ -13,10 +13,14 @@
13
13
  display: flex;
14
14
  flex-direction: row;
15
15
  align-items: center;
16
- font-weight: bold;
16
+ font-weight: 500;
17
+ color: $tp-relation-addresses-new-link-color;
17
18
  .relation-address-icon {
18
19
  height: 20px;
19
20
  width: 20px;
21
+ svg path {
22
+ fill: $tp-relation-addresses-new-link-color;
23
+ }
20
24
  }
21
25
  }
22
26
  }
@@ -1 +1,2 @@
1
1
  $tp-relation-addresses-carousel-max-width: 500px !default;
2
+ $tp-relation-addresses-new-link-color: #1A73E8 !default;
@@ -1,6 +1,7 @@
1
1
  @include export-module('cc-relation-suggestions-list-layout') {
2
2
  .co-relation-suggestions-list {
3
- overflow: auto;
3
+ overflow-x: hidden;
4
+ overflow-y: auto;
4
5
  z-index: 10;
5
6
  }
6
7
  }
@@ -7,18 +7,21 @@
7
7
  flex-shrink: 0;
8
8
  padding: $tp-relation-suggestions-list-item-padding;
9
9
  background-color: $tp-relation-suggestions-list-item-background-color;
10
- border: 1px solid $tp-relation-suggestions-list-item-border-color;
11
- border-radius: 5px;
12
- margin: 5px;
10
+ border-color: $tp-relation-suggestions-list-item-border-color;
11
+ border-style: $tp-relation-suggestions-list-item-border-style;
12
+ border-width: $tp-relation-suggestions-list-item-border-width;
13
+ border-radius: $tp-relation-suggestions-list-item-border-radius;
14
+ margin: $tp-relation-suggestions-list-item-margin;
13
15
  max-width: $tp-relation-suggestions-list-item-max-width;
14
16
 
15
17
  .name {
16
18
  font-weight: $tp-relation-suggestions-list-item-name-fontweight;
17
19
  font-size: $tp-relation-suggestions-list-item-name-fontsize;
20
+ color: $tp-relation-suggestions-list-item-fontcolor;
18
21
  }
19
22
 
20
23
  .email, .address, .phone {
21
- color: $tp-color-text-grey;
24
+ color: $tp-relation-suggestions-list-item-fontcolor;
22
25
  font-size: $tp-relation-suggestions-list-item-fontsize;
23
26
  }
24
27
 
@@ -27,6 +30,12 @@
27
30
  co-button.popup {
28
31
  visibility: visible;
29
32
  }
33
+ .email, .address, .phone {
34
+ color: #747b87;
35
+ }
36
+ .name {
37
+ color: #171721;
38
+ }
30
39
  }
31
40
  }
32
41
  }
@@ -1,8 +1,13 @@
1
1
  $tp-relation-suggestions-list-item-padding: 11px !default;
2
- $tp-relation-suggestions-list-item-background-color: $tp-color-light !default;
2
+ $tp-relation-suggestions-list-item-background-color: #2e3350 !default;
3
3
  $tp-relation-suggestions-list-item-border-color: $tp-color-light-accent !default;
4
+ $tp-relation-suggestions-list-item-border-style: none !default;
5
+ $tp-relation-suggestions-list-item-border-width: 1px !default;
4
6
  $tp-relation-suggestions-list-item-max-width: 250px !default;
7
+ $tp-relation-suggestions-list-item-margin: 10px !default;
8
+ $tp-relation-suggestions-list-item-border-radius: 0 !default;
5
9
  $tp-relation-suggestions-list-item-hover-color: $tp-color-hover !default;
6
10
  $tp-relation-suggestions-list-item-name-fontsize: $tp-font-size !default;
11
+ $tp-relation-suggestions-list-item-fontcolor: $tp-color-light !default;
7
12
  $tp-relation-suggestions-list-item-fontsize: $tp-font-size !default;
8
13
  $tp-relation-suggestions-list-item-name-fontweight: bold !default;
@@ -19,12 +19,15 @@
19
19
  text-transform: $tp-shopping-cart-preview-header-text-transform;
20
20
  font-weight: $tp-shopping-cart-preview-header-font-weight;
21
21
  }
22
+ .cart-lines {
23
+ max-height: $tp-shopping-cart-preview-cart-lines-height;
24
+ }
22
25
  .co-image-display .no-image .no-image-label {
23
26
  font-size: 8px;
24
27
  }
25
28
 
26
29
  .co-transaction-line {
27
- padding: 0;
30
+ padding: $tp-shopping-cart-preview-cart-lines-padding;
28
31
  }
29
32
  .preview-totals-wrapper {
30
33
  display: flex;
@@ -44,5 +47,31 @@
44
47
  .button-edit-cart {
45
48
  cursor: pointer;
46
49
  }
50
+ .co-transaction-line-image-and-description {
51
+ align-items: center;
52
+ .transaction-line-description {
53
+ height: auto;
54
+ }
55
+ }
56
+ .co-transaction-base-line {
57
+ .transaction-line-totals {
58
+ display: flex;
59
+ align-items: center;
60
+ .transaction-line-totals-price {
61
+ border: none;
62
+ padding: 0;
63
+ }
64
+ }
65
+ .transaction-line-section {
66
+ margin-right: 10px;
67
+ }
68
+ .transaction-base-line-section {
69
+ flex: 2;
70
+ &.preview-margin {
71
+ flex: 1;
72
+ justify-content: end;
73
+ }
74
+ }
75
+ }
47
76
  }
48
77
  }
@@ -13,6 +13,9 @@ $tp-shopping-cart-preview-header-font-weight: bold !default;
13
13
  $tp-shopping-cart-preview-header-text-transform: uppercase !default;
14
14
  $tp-shopping-cart-preview-header-margin: 5px !default;
15
15
 
16
+ $tp-shopping-cart-preview-cart-lines-height: 460px !default;
17
+ $tp-shopping-cart-preview-cart-lines-padding: 10px 0 !default;
18
+
16
19
  $tp-shopping-cart-preview-totals-margin: 15px 0 !default;
17
20
  $tp-shopping-cart-preview-buttons-column-gap: 15px !default;
18
21
  $tp-shopping-cart-preview-buttons-margin: 20px 0 !default;
@@ -23,7 +23,7 @@
23
23
  width: 100%;
24
24
  }
25
25
  .co-tile-select-wrapper {
26
- //position: absolute;
26
+ display: none;
27
27
  .co-radio-button {
28
28
  border: none;
29
29
  height: $tp-tile-icon-width;
@@ -15,4 +15,4 @@ $tp-tile-selected-border-color: #0084de !default;
15
15
  $tp-tile-edit-background-color: $tp-color-border !default;
16
16
  $tp-tile-edit-icon-color: $tp-color-action !default;
17
17
  $tp-tile-edit-icon-width: 30px !default;
18
- $tp-tile-selected-zoom: 1.05 !default;
18
+ $tp-tile-selected-zoom: 1 !default;
@@ -43,6 +43,10 @@
43
43
  margin-top: 0;
44
44
  }
45
45
  }
46
+ .co-icon {
47
+ width: $tp-transaction-line-image-and-description-edit-icon-size;
48
+ height: $tp-transaction-line-image-and-description-edit-icon-size;
49
+ }
46
50
  }
47
51
  .delete-icon {
48
52
  cursor: pointer;
@@ -58,14 +62,17 @@
58
62
  font-size: $tp-transaction-line-image-and-description-article-text-font-size;
59
63
  padding: $tp-transaction-line-image-and-description-article-text-padding;
60
64
  }
61
-
65
+ .configuration-text {
66
+ padding: $tp-transaction-line-image-and-description-article-configuration-padding;
67
+ line-height: $tp-transaction-line-image-and-description-article-configuration-line-height;
68
+ }
62
69
  .transaction-line-article-number-wrapper {
63
70
  display: flex;
64
71
  column-gap: 15px;
65
72
  }
66
73
  .article-text-expand {
67
74
  &.large-article {
68
- max-height: 90px;
75
+ max-height: $tp-transaction-line-image-and-description-article-text-max-height;
69
76
  overflow: hidden;
70
77
  }
71
78
  }
@@ -73,10 +80,15 @@
73
80
  display: flex;
74
81
  align-items: center;
75
82
  padding-top: 5px;
83
+ cursor: pointer;
76
84
  .co-icon {
77
- width: 20px;
78
- height: 20px;
79
- margin-right: 10px;
85
+ width: $tp-transaction-line-image-and-description-article-text-show-more-size;
86
+ height: $tp-transaction-line-image-and-description-article-text-show-more-size;
87
+ margin-right: $tp-transaction-line-image-and-description-article-text-show-more-gap;
88
+ }
89
+ span {
90
+ text-decoration: underline;
91
+ font-size: $tp-transaction-line-image-and-description-article-text-span-size;
80
92
  }
81
93
  }
82
94
 
@@ -1,6 +1,6 @@
1
1
  $tp-transaction-line-image-and-description-font-family: $tp-font-family !default;
2
2
  $tp-transaction-line-image-and-description-font-size: $tp-font-size !default;
3
- $tp-transaction-line-image-and-description-article-text-font-color: $tp-color-label !default;
3
+ $tp-transaction-line-image-and-description-article-text-font-color: $tp-color-font !default;
4
4
  $tp-transaction-line-image-and-description-image-width: 67px !default;
5
5
  $tp-transaction-line-image-and-description-image-height: 50px !default;
6
6
  $tp-transaction-line-image-and-description-image-border: none !default;
@@ -11,9 +11,17 @@ $tp-transaction-line-image-and-description-description-row-gap: 5px !default;
11
11
  $tp-transaction-line-image-and-description-description-inner-padding: 0 10px !default;
12
12
  $tp-transaction-line-image-and-description-description-column-gap: 15px !default;
13
13
  $tp-transaction-line-image-and-description-delete-icon-size: 15px !default;
14
+ $tp-transaction-line-image-and-description-edit-icon-size: 24px !default;
14
15
  $tp-transaction-line-image-and-description-article-text-font-size: $tp-font-size !default;
15
- $tp-transaction-line-image-and-description-article-text-padding: 2px !default;
16
+ $tp-transaction-line-image-and-description-article-text-padding: 1px 0 !default;
17
+ $tp-transaction-line-image-and-description-article-configuration-padding: 10px 0 !default;
18
+ $tp-transaction-line-image-and-description-article-configuration-line-height: 1.35 !default;
16
19
  $tp-transaction-line-image-and-description-article-text-background-color: white !default;
17
20
  $tp-transaction-line-image-and-description-article-text-color: $tp-color-dark !default;
18
21
  $tp-transaction-line-image-and-description-delete-color: $tp-color-action !default;
19
22
  $tp-transaction-line-image-and-description-align-items: flex-start !default;
23
+
24
+ $tp-transaction-line-image-and-description-article-text-max-height: 78px !default;
25
+ $tp-transaction-line-image-and-description-article-text-show-more-size: 18px !default;
26
+ $tp-transaction-line-image-and-description-article-text-show-more-gap: 5px !default;
27
+ $tp-transaction-line-image-and-description-article-text-span-size: 11px !default;
@@ -165,4 +165,14 @@ $cc-co-calendar-day-number-font-weight: normal !default;
165
165
  $cc-co-calendar-weekday-font-size: 13px !default;
166
166
  $cc-co-calendar-weekday-color: #0000008a !default;
167
167
  $cc-co-calendar-day-margin: 0 !default;
168
+
169
+ $tp-checkout-co-carousel-tile-width: 160px !default;
170
+ $tp-checkout-co-carousel-tile-height: 100% !default;
171
+ $tp-checkout-co-carousel-tile-min-height: 100% !default;
172
+ $tp-checkout-co-carousel-tile-max-height: 120px !default;
173
+ $tp-checkout-co-carousel-tile-padding: 10px 15px !default;
174
+ $tp-checkout-co-payment-padding: 30px !default;
175
+ $tp-checkout-co-payment-background: #f8f8fa !default;
176
+ $tp-checkout-checkout-data-column-background: #f8f8fa !default;
177
+ $tp-checkout-co-shopping-cart-preview-background: #f8f8fa !default;
168
178
  /****************************/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "12.1.157",
3
+ "version": "12.1.158",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",